Pinned Repositories
capistrano-rsync
Deploy with Rsync from any local (or remote) repository when using Capistrano. Capistrano v3 ready!
js-ddl
Gets you a JSON Schema from PostgreSQL or SQLite3. Also supports arrays and default values. Use it for introspection or preparing your domain models like with Rails's Active Record.
js-fetch-defaults
Fetch API mixin to set a default base URL and options. Functional and immutable.
js-must
An assertion library for JavaScript and Node.js with a friendly BDD syntax (awesome.must.be.true()). It ships with many expressive matchers and is test runner and framework agnostic. Follows RFC 2119 with its use of MUST. Good stuff and well tested.
json-stringify-safe
Like JSON.stringify, but doesn't throw on circular references
mina-rsync
Deploy with Rsync from any local (or remote) repository when using Mina.
node-mitm
Intercept and mock outgoing Node.js network TCP connections and HTTP requests for testing. Intercepts and gives you a Net.Socket, Http.IncomingMessage and Http.ServerResponse to test and respond with. Super useful when testing code that hits remote servers.
vim-bbye
Delete buffers and close files in Vim without closing your windows or messing up your layout. Like Bclose.vim, but rewritten and well maintained.
vim-node
Tools and environment to make Vim superb for developing with Node.js. Like Rails.vim for Node.
rahvaalgatus
https://rahvaalgatus.ee
moll's Repositories
moll/vim-node
Tools and environment to make Vim superb for developing with Node.js. Like Rails.vim for Node.
moll/vim-bbye
Delete buffers and close files in Vim without closing your windows or messing up your layout. Like Bclose.vim, but rewritten and well maintained.
moll/node-mitm
Intercept and mock outgoing Node.js network TCP connections and HTTP requests for testing. Intercepts and gives you a Net.Socket, Http.IncomingMessage and Http.ServerResponse to test and respond with. Super useful when testing code that hits remote servers.
moll/json-stringify-safe
Like JSON.stringify, but doesn't throw on circular references
moll/js-must
An assertion library for JavaScript and Node.js with a friendly BDD syntax (awesome.must.be.true()). It ships with many expressive matchers and is test runner and framework agnostic. Follows RFC 2119 with its use of MUST. Good stuff and well tested.
moll/capistrano-rsync
Deploy with Rsync from any local (or remote) repository when using Capistrano. Capistrano v3 ready!
moll/js-undersign
A JavaScript library for creating eIDAS compatible XAdES signatures, incl. support for OCSP, timestamps and ASIC-E. Works also with the Estonian Id-card, Mobile-Id and Smart-Id out of the box.
moll/js-promise-defer
JavaScript Polyfill for Promise.defer. Uses the native ES6 Promise. Supports other Promises/A+ implementations.
moll/node-pg-error
An error class for Node.js that parses PostgreSQL's ErrorResponse format and sets human readable field names. Works with node-pg, too.
moll/js-oolong
Object utility library for JavaScript. Simple, tasteful and plentiful. Supports inherited properties.
moll/js-hugml
An XML parsing and serializing library based on Google's GDATA and BadgerFish conventions. Supports namespaces.
moll/js-j6pack
JavaScript library to render JSX to JavaScript and HTML on the web or on Node.js. Works with Express.js. No React dependency, no virtual DOM.
moll/js-sqlate
A tiny tagged template string function library for JavaScript to write SQL safely. Works with Mapbox's SQLite3 library, Brian Carlson's PostgreSQL library and others.
moll/node-selenium-dom
SeleniumDom.js is a mixin library for Node.js's Selenium WebDriver that adds **DOM methods** to Selenium's `WebDriver` and `WebElement`.
moll/node-syslogh
Log to your system's Syslog from within Node.js. Provides simple native bindings to <syslog.h> and syslog(3). Works on Node v0.10 up to v4 and beyond.
moll/node-fetch-off
Fetch API polyfill and facade. Its request and response wrappers can be used separately: use fetch for request yet get back Node's Http.get response (IncomingMessage) for streaming.
moll/js-fetch-error
A JavaScript library for an error class for use with the Fetch API.
moll/js-soul
Soul.js is a simple yet extensible mutable model library for JavaScript.
moll/node-heaven-sqlite
Heaven.js's Data Mapper for SQLite. CRUD API that parses and serializes your models to and from SQLite.
moll/.github
moll/examples-haskell-csource
Example of possible Cabal bug with capitalized c-sources
moll/examples-haskell-hdevtools-executable
Example of possible bug with Hdevtools checking an executable depending on a library.
moll/fltkhs
Haskell bindings to FLTK GUI toolkit.
moll/hs-docopt
My fork of Docopt.hs — A command-line interface description language and parser.
moll/hs-llvm
Haskell bindings for LLVM
moll/hs-tls
TLS/SSL implementation in haskell
moll/jkan
Estonian Open Data Portal - A lightweight, backend-free open data portal, powered by JKAN
moll/js-eslint-config
Moll's ESLint configuration.
moll/js-heaven
A JavaScript library for abstracting databases and resources through Table Data Gateway.
moll/syntastic
Syntax checking hacks for vim