thlorenz
Open sourcerer with focus on TypeScript/JavaScript, Rust and Flutter/Dart. Thanks for your support! 🙏 ❤️
nomad
Pinned Repositories
brace
📔 browserify compatible version of the ace editor.
browserify-shim
📩 Makes CommonJS incompatible files browserifyable.
deoptigate
⏱️ Investigates v8/Node.js function deoptimizations.
doctoc
📜 Generates table of contents for markdown files inside local git repository. Links are compatible with anchors generated by github or other sites.
es6ify
browserify >=v2 transform to compile JavaScript.next (ES6) to JavaScript.current (ES5) on the fly.
exorcist
Externalizes the source map found inside a stream to an external .js.map file
learnuv
Learn uv for fun and profit, a self guided workshop to the library that powers Node.js.
proxyquire
🔮 Proxies nodejs require in order to allow overriding dependencies during testing.
v8-perf
⏱️ Notes and resources related to v8 and thus Node.js performance
visulator
A machine emulator that visualizes how each instruction is processed
thlorenz's Repositories
thlorenz/doctoc
📜 Generates table of contents for markdown files inside local git repository. Links are compatible with anchors generated by github or other sites.
thlorenz/proxyquire
🔮 Proxies nodejs require in order to allow overriding dependencies during testing.
thlorenz/deoptigate
⏱️ Investigates v8/Node.js function deoptimizations.
thlorenz/brace
📔 browserify compatible version of the ace editor.
thlorenz/browserify-shim
📩 Makes CommonJS incompatible files browserifyable.
thlorenz/learnuv
Learn uv for fun and profit, a self guided workshop to the library that powers Node.js.
thlorenz/exorcist
Externalizes the source map found inside a stream to an external .js.map file
thlorenz/parse-link-header
Parses a link header and returns paging information for each contained link.
thlorenz/convert-source-map
Converts a source-map from/to different formats.
thlorenz/spok
Checks a given object against a given specification to keep you from writing boilerplate tests.
thlorenz/combine-source-map
Add source maps of multiple files, offset them and then combine them into one source map.
thlorenz/dotfiles
My vim and bash related dotfiles.
thlorenz/mold-source-map
Mold a source map that is almost perfect for you into one that is.
thlorenz/inline-source-map
Adds source mappings and base64 encodes them, so they can be inlined in your generated file.
thlorenz/anchor-markdown-header
Generates an anchor for a markdown header.
thlorenz/chainparser
Deserializing Solana accounts using their progam IDL
thlorenz/dox
Notes and cheat sheets on various topics
thlorenz/solana-idl
Rust Solana IDL types definitions de/serializable with serde
thlorenz/tictactoe
Solana TicTacToe built with the MetaStack
thlorenz/solfmt
Formats output of Solana's cargo test-bpf/test-sbf command
thlorenz/challenge
Solana smart contract that allows participants to redeem tokens/NFTs by solving challenges
thlorenz/benchmarks
Various fun benchmarks
thlorenz/dotfiles-nvim
thlorenz/macualay
thlorenz/rs-solana-websockets
Experimenting with redirecting subscriptions
thlorenz/teepee
Wrap your command in a teepee and capture its output while also piping it to the parent process `stdout` and `stderr`
thlorenz/cleanass
Enhances assert, assert_eq and assert_ne with cleanup closure which runs on failure.
thlorenz/solana-twitter
Simple tweets as Solana accounts
thlorenz/vim-test
Run your tests at the speed of thought
thlorenz/yokohama
Playground for projects related to tokio