Pinned Repositories
atreugo
High performance and extensible micro web framework. Zero memory allocations in hot paths.
crawshaw_sqlite3
Go SQLite3 driver
curryx
A curry function that will `require()` the target function if passed a string instead of a function, works with both explicit or implicit arities, preserves the function's orignal name and allows binding the curried function to a custom `this`-object.
dantelepoole
Config files for my GitHub profile.
fasthttp-routing
A fast and powerful routing package for fasthttp servers
fasthttpsession
A fast and powerful session package for fasthttp servers
functionish
A set of utility functions for functional-ish programming in Node
go-datastructures
A collection of useful, performant, and threadsafe Go datastructures.
goquery
A little like that j-thing, only in Go.
gtunnel
Tunnel is a clean wrapper around native Go channel to allow cleanly closing the channel without throwing a panic.
dantelepoole's Repositories
dantelepoole/functionish
A set of utility functions for functional-ish programming in Node
dantelepoole/atreugo
High performance and extensible micro web framework. Zero memory allocations in hot paths.
dantelepoole/crawshaw_sqlite3
Go SQLite3 driver
dantelepoole/curryx
A curry function that will `require()` the target function if passed a string instead of a function, works with both explicit or implicit arities, preserves the function's orignal name and allows binding the curried function to a custom `this`-object.
dantelepoole/dantelepoole
Config files for my GitHub profile.
dantelepoole/fasthttp-routing
A fast and powerful routing package for fasthttp servers
dantelepoole/fasthttpsession
A fast and powerful session package for fasthttp servers
dantelepoole/go-datastructures
A collection of useful, performant, and threadsafe Go datastructures.
dantelepoole/goquery
A little like that j-thing, only in Go.
dantelepoole/gtunnel
Tunnel is a clean wrapper around native Go channel to allow cleanly closing the channel without throwing a panic.
dantelepoole/java-rechtspraak-library
Java library for consuming the Rechtspraak.nl API
dantelepoole/transductx
A transducer library for Javascript
dantelepoole/htmlquery
htmlquery is golang XPath package for HTML query.
dantelepoole/jsonquery
JSON xpath query for Go. Golang XPath query for JSON query.
dantelepoole/kratgo
Simple, lightweight and ultra-fast HTTP Cache to speed up your websites
dantelepoole/ksuid
K-Sortable Globally Unique IDs
dantelepoole/quicktemplate
Fast, powerful, yet easy to use template engine for Go. Optimized for speed, zero memory allocations in hot paths. Up to 20x faster than html/template
dantelepoole/ulid
Universally Unique Lexicographically Sortable Identifier (ULID) in Go
dantelepoole/wuzz
Interactive cli tool for HTTP inspection
dantelepoole/xid
xid is a globally unique id generator thought for the web
dantelepoole/xml-to-go.github.io
convert XML to Go online in your browser instantly
dantelepoole/xmlquery
xmlquery is Golang XPath package for XML query.
dantelepoole/xpath
XPath package for Golang, supports HTML, XML, JSON document query.
dantelepoole/xquery
Extract data or evaluate value from HTML/XML documents using XPath