Git Product home page Git Product logo

🏡 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");

Noah Doersing's Projects

4chan-archiver icon 4chan-archiver

create your own little 4chan archive, without needing to use crappy advert ridden websites!

abfahrten icon abfahrten

Ein besseres Interface zum Online-Abfahrtsmonitor der Stadtwerke Tübingen.

acm-boobytraps icon acm-boobytraps

My Python 2.7 solution of the ACM Programming Contest problem "Booby Traps", along with a map generator and a LaTeX beamer slide and TikZ map visualization generator.

aerialbot icon aerialbot

A simple yet highly configurable Mastodon/Twitter bot that posts geotagged aerial imagery of a random location in the world.

brachiograph icon brachiograph

BrachioGraph is an ultra-cheap (total cost of materials: €14) plotter that can be built with minimal skills.

brachiosaurus icon brachiosaurus

An incredibly basic turtle drawing tool I've built for making generative art with my BrachioGraph pen plotter.

cropcircles icon cropcircles

A tool for cropping circular center pivot irrigation fields from aerial imagery.

dotfiles icon dotfiles

My dotfiles, plus various other configs.

earthacrosstime icon earthacrosstime

Mastodon/Twitter bot that posts videos showcasing how random locations in the world have changed since 1984.

espree icon espree

An Esprima-compatible JavaScript parser

ffmpeg-koraktor icon ffmpeg-koraktor

An occasionally-growing selection of FFmpeg invocations that have proven handy in various situations.

genuary2022 icon genuary2022

Code and SVG files underlying the plotter drawings I made for #GENUARY2022.

gomati icon gomati

A simple Google Maps tile downloader and stitcher.

google-maps-at-88-mph icon google-maps-at-88-mph

Google Maps keeps old satellite imagery around for a while – this tool collects what's available for a user-specified region in the form of a GIF.

handwriting icon handwriting

A SQL implementation of an ancient handwriting recognition algorithm.

hashing-indexes-tikz icon hashing-indexes-tikz

LaTeX packages for drawing extendible hashing indexes and linear hashing indexes using TikZ.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.