Pinned Repositories
cycles-xml-exporter
Blender to standalone Cycles exporter.
dumbjs
A first pass for js2cpp. Uses browserify's dependencies to flatten the dependency tree into a single file, then makes the file not use closures at all by implementing closures in pure javascript.
inotifydo
Wait for files to change, execute shell command, repeat
js2cpp
A toy js -> c++ compiler written in coffeescript. Uses escodegen to write c++ and tern to figure out types.
magicProxy
A proxy for front-end web development. It changes responses from remote websites
mp
Simple multiplayer deathmatch game written in javascripts
powproxy
require-emscripten
Require emscripten'd files in node and in the browser
tjsx
Like mikeal's bel but for React. Tired of compiling JSX in development? Use this!
fabiosantoscode's Repositories
fabiosantoscode/js2cpp
A toy js -> c++ compiler written in coffeescript. Uses escodegen to write c++ and tern to figure out types.
fabiosantoscode/dumbjs
A first pass for js2cpp. Uses browserify's dependencies to flatten the dependency tree into a single file, then makes the file not use closures at all by implementing closures in pure javascript.
fabiosantoscode/powproxy
fabiosantoscode/code-editor-elm
fabiosantoscode/horsemouth
the ES spec impl straight from the horse's mouth (?)
fabiosantoscode/mochallel
Mocha tests running in parallel
fabiosantoscode/.vim
My vim config folder
fabiosantoscode/acorn-import-attributes
Support for import assertions in acorn
fabiosantoscode/astring
🌳 Tiny and fast JavaScript code generator from an ESTree-compliant AST.
fabiosantoscode/compatible-pool
fabiosantoscode/content
The content behind MDN Web Docs
fabiosantoscode/cs2-retakes
CS2 implementation of retakes. Based on the version for CS:GO by Splewis.
fabiosantoscode/digits
Experimenting with ML
fabiosantoscode/ejs-grammar
EJS Grammar for VSCode
fabiosantoscode/fasttest
Test your application with speed and ease.
fabiosantoscode/flang
A functional-style language with the good javascript semantics.
fabiosantoscode/flg
fabiosantoscode/hamster-couchdb
A tiny, offline-first replica of a subset of your couchdb database, to simplify data synchronisation
fabiosantoscode/js13k-2024
fabiosantoscode/json-parser-in-typescript-very-bad-idea-please-dont-use
JSON Parser written entirely in TypeScript's type system
fabiosantoscode/keys-down
Check what keys are down with a simple API
fabiosantoscode/node-typescript-boilerplate
A boilerplate application for building Node.js back-end application in TypeScript(faster build with swc)
fabiosantoscode/quickjs-precompiler
Speed up javascript: compile some JS to C, the rest will use quickjs
fabiosantoscode/redis-doc
Redis documentation source code for markdown and metadata files, conversion scripts, and so forth
fabiosantoscode/rust-deep-bind
fabiosantoscode/scatterbrain
fabiosantoscode/setup-git-user
GitHub Action that sets the git user and email to enable commiting
fabiosantoscode/sm64
A Super Mario 64 decompilation, brought to you by a bunch of clever folks.
fabiosantoscode/terser-tokens
fabiosantoscode/user-async-function
Take async functions from user code, whether they're promise-returning functions, callback-calling functions, or async/await functions