Oli (@olalonde)

Top repositories

1

node-yelp

Javascript client for Yelp's API (v2.0)
JavaScript
208
star
2

proof-of-liabilities

Proof of Liabilities (PoL) is a scheme designed to let companies that accept monetary deposits from consumers (e.g. Bitcoin exchanges, gambling websites, online Bitcoin wallets, etc.) prove their total amount of deposits (their liabilities) without compromising the privacy of individual users.
JavaScript
104
star
3

connectr

Connectr allows the insertion/removal of Express middlewares at "runtime". LOOKING FOR MAINTAINER
JavaScript
88
star
4

better-require

Augments require() with support for multiple file formats. Node.js / NPM package
JavaScript
75
star
5

pgtools

Pure Node.js implementation of PostgreSQL's createdb and dropdb tools.
JavaScript
74
star
6

deisdash

Deis Dash is a web based UI for the Deis PaaS. LOOKING FOR MAINTAINER
JavaScript
73
star
7

proof-of-solvency

Proof of Solvency (PoS) is a scheme designed to let users verify the solvency of online websites which accept Bitcoin (or other similar currency) deposits (e.g. exchange websites, online wallets, gambling websites, etc.) in a way that doesn't compromise the privacy of users.
JavaScript
70
star
8

node-notify

Native Node.js C++ extension for displaying desktop notifications using GNOME's libnotify (libnotifymm) library.
C++
65
star
9

handlebars-paginate

Pagination helper for Handlebars.
JavaScript
59
star
10

jsnotify

Sample code to bind Javascript alert() to a GTK+ notification using V8
C++
55
star
11

boolasync

Async boolean logic for Node.js / Javascript.
JavaScript
30
star
12

awesome-microservice-archs

Examples of real world software built with a microservice architecture
26
star
13

proof-of-assets

Proof of Assets (PoA) is a scheme designed to let entitites (operators) prove that they control a given amount of Bitcoin or other blockchain based cryptocurrency.
JavaScript
25
star
14

eslint-import-resolver-babel-root-import

A babel-root-import resolver for eslint-plugin-import
JavaScript
23
star
15

mtgox-socket-client

Node.js client for the MtGox Streaming API (using Socket.io)
JavaScript
21
star
16

kmeans.js

K-means algorithm implementation in Javascript.
JavaScript
17
star
17

minios

Minimal OS that prints "Hello world" to the screen. Also an OS X "starter kit" for http://littleosbook.github.io/
Assembly
14
star
18

phemex-puzzle

Attempt at solving https://twitter.com/Phemex_official/status/1217808220703473664 , PRs welcome
Jupyter Notebook
14
star
19

advisory-lock

advisory-lock
JavaScript
12
star
20

jest-quickfix-reporter

Jest reporter for Vim's QuickFix
JavaScript
11
star
21

retry-promise

Retry is a small utility function that allows to retry a promise automatically.
JavaScript
10
star
22

resourcemap

Resourceful routing for Express 4.x
JavaScript
10
star
23

tsc-module-loader

Custom Node.js ESM loader that uses TypeScript's module resolution under the hood.
TypeScript
10
star
24

express-websocket

Use Express middleware before initiating Websocket connection.
JavaScript
9
star
25

connect-acceptoverride

Override `Accept` to `application/json` header if URL ends with .json (Connect/Express middleware)
JavaScript
9
star
26

dashell

Minimalist shell for educational purposes.
C
9
star
27

dORM

ORM for PHP 5. [DEPRECATED: I no longer maintain this repo]
PHP
9
star
28

fixer

Setup your test database using fixtures in a breeze.
JavaScript
9
star
29

google-plusone-posterous

Small script to add Google +1 to a Posterous theme using an iframe.
PHP
8
star
30

coinscript

An experimental language that compiles to Bitcoin scripts.
JavaScript
7
star
31

require-yaml

require('require-yaml') lets you load YAML/YML files using require syntax. For example: var config = require('./config.yaml');
JavaScript
6
star
32

deis-node

Deis API client for Node and the browser.
JavaScript
6
star
33

notif

Node.js library for handling notifications (in web apps).
6
star
34

worm

WORK IN PROGRESS
JavaScript
5
star
35

coreos-bitcoind

tiny bitcoind docker image and coreos unit files
Shell
4
star
36

chungking

Controllers for Node.js (originally built to be used with Connect / Express.js)
JavaScript
4
star
37

docker-fake-s3

Fake AWS S3 server for local development based on fake-s3
4
star
38

require-typescript

require('require-typescript') lets you load typescript files directly from Node.js. For example: var mymodule = require('./mymodule.ts');
JavaScript
4
star
39

node-ttychat

ttychat is a Node.js app that let's you chat with other users on your machine from within the terminal
JavaScript
4
star
40

shc-protocol

Library for decoding and verifying Smart Health Cards data (e.g. the Quebec Covid Vaccine QR code).
TypeScript
4
star
41

require-csv

require('require-csv') lets you load CSV files using require syntax. For example: var data = require('./data.csv');
JavaScript
4
star
42

express-transform

Express middleware to transform responses using streams
JavaScript
4
star
43

express-bandwidth

Express middleware to monitor the bandwidth of requests/responses.
JavaScript
3
star
44

olalonde.github.com

https://syskall.com
SCSS
3
star
45

csv2array

Sync CSV parser for Node.js
JavaScript
3
star
46

require-xml

require('require-xml') lets you load XML files using require syntax. For example: var config = require('./config.xml');
JavaScript
3
star
47

dotfiles

Personal dotfiles
Lua
3
star
48

solvency-verifier-extension

Proof Of Solvency Chrome extension. See https://github.com/olalonde/proof-of-solvency
JavaScript
2
star
49

getuid

Get the UID of a user by their username. (Node.js NPM package)
JavaScript
2
star
50

open-html

Open HTML strings in your web browser from Node.js
JavaScript
2
star
51

HN-Crunch

Greasemonkey script for Hacker News. Adds a profile picture next to users who have their own CrunchBase profile.
PHP
2
star
52

jsonselect

Filter out JSON fields using Mongoose's select syntax and JSONPaths.
JavaScript
2
star
53

muxide

A tiny IDE written in bash, built on tmux + vim and inspired by tmuxinator.
Shell
2
star
54

gh-globalsearch

Chrome extension that makes Github search all repositories by default instead of the current repository.
JavaScript
2
star
55

wait-events

Turn a complex event emitter into a simple Promise.
JavaScript
1
star
56

docker-ebs

docker-ebs attaches an AWS EBS volume to the EC2 instance where the container is started
Shell
1
star
57

es6-npm-package-scaffold

Opinionated npm package scaffold / template
Shell
1
star
58

docker-insight-api

Dockerfile for insight-api.
Shell
1
star
59

s3-simple-blob-store

Amazon S3 abstract-blob-store
JavaScript
1
star
60

node-ipinfodb

Node.js wrapper for ipinfodb.com API (IP to timezone)
JavaScript
1
star
61

expressionist

Programmatically generate expression trees in Node.js or plain browser Javascript.
JavaScript
1
star
62

liability-proof

A ruby implementation of Greg Maxwell's Merkle approach to prove Bitcoin liabilities.
Ruby
1
star
63

abstract-bitcoin-wallet

Interface and test suite for standardized bitcoin wallet libraries
JavaScript
1
star
64

chatgpt-roles

1
star
65

daobao

Dispatcher for Railway-routes (use with Express or Connect and Node.js)
JavaScript
1
star
66

node-postgres-namedparams

Add named params support to node-postgres
JavaScript
1
star