Skip to content
Avatar
🐛
Squashing bugs but sparing the cute ones!
🐛
Squashing bugs but sparing the cute ones!

Highlights

  • Arctic Code Vault Contributor
  • Pro
doersino/README.md

📫 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. A simple yet highly configurable bot that tweets geotagged aerial imagery of a random location in the world.

    Python 157 7

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

    JavaScript 96 3

  3. A SQL implementation of an ancient handwriting recognition algorithm.

    TeX 66 6

  4. Simple Python script that generates cellular automata posters as PDF files.

    Python 34 1

  5. A PHP-based reading list for web articles. Maintains a searchable archive and computes lots of stats.

    PHP 2

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

    Haskell 1

716 contributions in the last year

Dec Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Mon Wed Fri
Activity overview
Contributed to doersino/cropcircles, doersino/UnicodeMathML, doersino/aerialbot and 5 other repositories

Contribution activity

December 2020

doersino has no activity yet for this period.

November 2020

Created 4 repositories

Created a pull request in aemkei/tixy that received 3 comments

A few small fixes

I noticed these while was merging some of the recent changes into tixyz: The high-res favicons src/assets/android-chrome-192x192.png and src/asset…

+6 −4 3 comments
Opened 2 other pull requests in 2 repositories
genbs/urpflanze
1 merged
eslint/espree
1 merged

Created an issue in aemkei/tixy that received 1 comment

License?

Hiya! I've spent a good half an hour playing around with tixy, which has made me interested in how adding a third dimension to the party would swit…

1 comment
13 contributions in private repositories Nov 6 – Nov 21

Seeing something unexpected? Take a look at the GitHub profile guide.

You can’t perform that action at this time.