We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Current focus:
Theme music: Happy Hacker by Chris Jeffers
A perennial solar calendar based on astronomical observations
5
Encodes binary data as valid unassigned Unicode code points, aka tofu
TypeScript
Three-valued logic with JavaScript primitives
A typographically sound lightweight markup language
A relatively simple programming language that could one day compile to JavaScript
JavaScript 22
nothing = new Proxy(Object.freeze(Object.create(null)), {
get(target, property) {
if (property === Symbol.toPrimitive) return () => undefined
return nothing
},
There was an error while loading. Please reload this page.