The Wayback Machine - https://web.archive.org/web/20220624133238/https://github.com/doersino
Skip to content
Avatar
🍞
Bread makes you fat?
🍞
Bread makes you fat?

Sponsoring

@mstarke @samschott

Highlights

  • Pro
Block or Report

Block or report doersino

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
doersino/README.md

🏡 To find out more about my projects and me-as-a-person, go and visit my website at noahdoersing.com.

📫 Want to get in touch? Feel free to drop me an email to the address that the following JavaScript snippet evaluates to.

((crypt) => {
    const rot13 = c => {
        c = c.codePointAt(0);
        let d = c + 13;
        if (d > (c <= 90 ? 90 : 122)) {
            d -= 26;
        }
        return String.fromCodePoint(d);
    }
    const backwards = s => s.split("").reverse().join("");
    return backwards(crypt.replace(/[a-z]/gi, rot13));
})("zbp.tavferbqunba@vu");

Pinned

  1. aerialbot Public

    A simple yet highly configurable bot that tweets geotagged aerial imagery of a random location in the world.

    Python 186 14

  2. Build presentation slides with Markdeep and present them right in your browser.

    JavaScript 135 10

  3. nyum Public

    A simple Pandoc-powered static site generator for your recipe collection – it effortlessly turns a set of Markdown-formatted recipes into a lightweight, responsive, searchable website.

    HTML 120 19

  4. handwriting Public

    A SQL implementation of an ancient handwriting recognition algorithm.

    TeX 73 7

  5. uji Public

    A minimalist generative art thing – press the buttons and play with the sliders!

    JavaScript 143 8

  6. wikipediastats Public archive

    A Haskell-powered Twitter bot that posts milestones and statistics of various Wikipedias.

    Haskell 2

367 contributions in the last year

Jun Jul Aug Sep Oct Nov Dec Jan Feb Mar Apr May Jun Mon Wed Fri
Activity overview
Contributed to doersino/dotfiles, doersino/uji, doersino/google-maps-at-88-mph and 23 other repositories

Contribution activity

June 2022

Created 1 commit in 1 repository
46 contributions in private repositories Jun 1 – Jun 19