Skip to content
View jldohmann's full-sized avatar
📚
doing research probably
📚
doing research probably

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to 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 Loading

  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 1

  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 38 12

  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",