((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");Bread makes you fat?
Frequently web stuff, sometimes weird experiments, occasionally artsy things, almost always code.
-
SüdWestStrom
- Rottenburg am Neckar
- https://noahdoersing.com
- @doersino
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 abusePinned
-
markdeep-slides Public
Build presentation slides with Markdeep and present them right in your browser.
-
-
wikipediastats Public archive
A Haskell-powered Twitter bot that posts milestones and statistics of various Wikipedias.
Haskell 2
367 contributions in the last year
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






