Pinned Repositories
awesome-virtual-dom
Modules & resources related to the virtual-dom module.
create-html
Create the content of an html file with one function call
development-environments-for-beginners
Development environments for beginners
ebook-convert
wrapper around calibre's ebook-convert command
gameloop
game loop for javascript β server or browser.
notes
π My public notebook for whatever seems useful to me & you.
projects
π Projects I work on
send-action
A tiny module for managing state
store-emitter
A redux-inspired state management library with flexible options for listening to changes.
virtual-app
Provides redux-like, unidirectional state management paired with virtual-dom.
sethvincent's Repositories
sethvincent/ebook-convert
wrapper around calibre's ebook-convert command
sethvincent/localtiles
πΊοΈ Local-first tools for map tiles.
sethvincent/projects
π Projects I work on
sethvincent/socket-runtime-sqlite3-example
A small example of using sqlite3 with socket.
sethvincent/node-leanpub-client
a node.js api wrapper for leanpub.com.
sethvincent/directory-command
Create a command-line tool using directory structure to define nested subcommands.
sethvincent/dotenvify
envify + dotenv
sethvincent/notes
π My public notebook for whatever seems useful to me & you.
sethvincent/bare-distributable-hello-world
Showing how to make a single distributable of a JS app
sethvincent/dxv
A convenient command-line tool that wraps eslint, dprint, tsc, depcheck, and npm-check-updates
sethvincent/hypercore-examples
sethvincent/navigation-router
sethvincent/zig-build-libuv
Zig bindings for libuv. Also a build script to build libuv from scratch using only Zig (for easy cross-compilation, integration with Zig, etc.).
sethvincent/zuv
sethvincent/args-and-flags
parse and validate args and flags for commandline tools
sethvincent/.github
sethvincent/autobase
Autobase lets you write concise multiwriter data structures with Hypercore
sethvincent/btree.c-zig
btree.c wrapper for Zig
sethvincent/datetime
Generic Date, Time, and DateTime library.
sethvincent/hyperdispatch
Generate operations/endpoints using Hyperschema
sethvincent/hyperdrive
Hyperdrive is a secure, real time distributed file system
sethvincent/list
The Public Suffix List
sethvincent/little-jumping-buddy
an example of using an animated gif as a background using jquery.backstretch.js.
sethvincent/random-access-memory
Exposes the same interface as random-access-file but instead of writing/reading data to a file it maintains it in memory
sethvincent/require-addon
Import native addons across JavaScript runtimes
sethvincent/roaring-zig
Zig bindings for the excellent CRoaring library
sethvincent/sethvincent
sethvincent/sqlite-zig
sethvincent/zdt
Timezoned Datetime in Zig. For learning purposes.
sethvincent/zig-json5
A JSON5 parser/stringifier for Zig resembling the std.json API