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
Encodes binary data as valid unassigned Unicode code points, also known as tofu.
TypeScript
A tiny, simple and fast FIFO queue.
A typographically sound lightweight markup language
4
A perennial solar calendar based on astronomical observations
5
A simple little 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
},