Pinned Repositories
ansible-nodejs4x
Basic role to install Node.js version 4.x on Debian/Ubuntu and do some configuration of npm
book-liner
Content addressable store for texts/books. Can split a book into a list of addressable lines/paragraphs.
mailer
Little server, exposing an HTTP API for sending email messages.
node-digester
Digest stream or file with any hashing algorithm
rsync-backup-osx
Rsync based backup script for *NIX systems, especially adapted for Mac OS
heroqu's Repositories
heroqu/mailer
Little server, exposing an HTTP API for sending email messages.
heroqu/rsync-backup-osx
Rsync based backup script for *NIX systems, especially adapted for Mac OS
heroqu/ansible-nodejs4x
Basic role to install Node.js version 4.x on Debian/Ubuntu and do some configuration of npm
heroqu/book-liner
Content addressable store for texts/books. Can split a book into a list of addressable lines/paragraphs.
heroqu/node-digester
Digest stream or file with any hashing algorithm
heroqu/async-iters-merge-sort
heroqu/dev-null
/dev/null for node streams
heroqu/hash-through
A PassThrough stream that taps to chunks flow and calculates the hash digest on the fly.
heroqu/hrsync
rsync backup with a bit of magic, decting moved and renamed files
heroqu/node-content-store
Content server with file upload, automatic hashing and hash based naming scheme.
heroqu/prettier-config
Personal prettier config
heroqu/react-accordion-composable
React Accordion component. Composable: contents of the Title and Body parts is the responsibility of nested elements.
heroqu/react-accordion-composable-demo
demo for react-accordion-composable npm
heroqu/react-i18n-site
React site with SPA and i18n
heroqu/rs-authoring
A sub-project, facilitating content authoring for the mother React app
heroqu/rs-deploy
Docker-compose configuration to start site and mailer as two microservices
heroqu/rs-readme
React i18n Site - Documentation
heroqu/rs-translating
A sub-project, facilitating React-intl messages authoring for the mother React app
heroqu/stream-generator
Makes a readable stream out of random/pseudo-random/any number generator.
heroqu/stream-limiter
A PassThrough stream that stops streaming after the specified number of bytes. Text streams are also counted at byte level. Object mode is not supported.