Skip to content
View jldohmann's full-sized avatar
๐Ÿ“š
doing research probably
๐Ÿ“š
doing research probably
Block or Report

Block or report jldohmann

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
jldohmann/README.md

Hi, I'm Jesse ๐Ÿ‘‹

I'm a programmer and technical writer who likes helping people create great documentation (amongst other things).

Get in touch

๐Ÿ”— LinkedIn: jldohmann
๐ŸŒ Website: jessed


~ ๐ŸŒฑ

Pinned

  1. openshift-docs openshift-docs Public

    Forked from openshift/openshift-docs

    OpenShift 3 and 4 product and community documentation

    HTML 1

  2. fedora-coreos-docs fedora-coreos-docs Public

    Forked from coreos/fedora-coreos-docs

    Documentation for Fedora CoreOS

    Shell

  3. nes-pong nes-pong Public

    An NES implementation of Pong ๐ŸŽฎ

    Assembly

  4. dracula/wolfram-notebooks dracula/wolfram-notebooks Public

    ๐Ÿง›๐Ÿปโ€โ™‚๏ธ Dark theme for Wolfram Notebooks

    Mathematica 33 6

  5. keebz keebz Public

    Webpage and other materials related to keyboard commissions

    HTML

  6. A template for toggling different in... A template for toggling different input fields based on user selection
    1
    DynamicModule[{toggle, input = 1},
    2
     toggle[a_, b_] := PaneSelector[{a, b}, Dynamic@input];
    3
     Grid[{
    4
       {
    5
        "First Row",