David Björklund (@kesla)

Top repositories

1

node-snappy

DEPRECATED - please use https://github.com/Brooooooklyn/snappy. Nodejs bindings to Google's Snappy compression library
JavaScript
479
star
2

node-headless

Headless is a Node.js wrapper for Xvfb, the virtual framebuffer
JavaScript
91
star
3

sort-json

Takes a json-file and return a copy of the same file, but sorted
JavaScript
68
star
4

node-snappy-stream

Compress data over a Stream using the snappy framing format
JavaScript
52
star
5

node-leaky

Detect and report global leaking in source code strings.
JavaScript
44
star
6

parse-headers

JavaScript
26
star
7

css2json

Convert style sheets to json
HTML
25
star
8

download-npm-package

Download a module from the npm registry.
JavaScript
23
star
9

smart-crop

Get smart cropping coordinates to an images (based on https://github.com/thumbor/thumbor/wiki/Detection-algorithms)
JavaScript
20
star
10

async-replace

Run replace on a string and update it asynchronous
JavaScript
18
star
11

mysqlDOWN

An drop-in replacement for LevelDOWN that works in mysql
JavaScript
17
star
12

level-repair

Simple CLI to repair a leveldb-database
JavaScript
15
star
13

fast-future

A really fast way to run a callback in the future
JavaScript
14
star
14

rolling-checksum

node.js module to rolling calculate a checksum (adler-32)
JavaScript
12
star
15

dateselect

Dateselect - a time-based job scheduler with CSS-like selector syntax.
JavaScript
12
star
16

snappy.js

DEPRECATED: please use https://www.npmjs.com/package/snappyjs instead
JavaScript
10
star
17

jade-to-handlebars

JavaScript
9
star
18

compress-response

streaming http response compression thingy
JavaScript
7
star
19

download-tarball

Download a tarball (optionally gzipped) to a folder & extract it in the process
JavaScript
7
star
20

mit

node.js-module to create mit-licences
JavaScript
6
star
21

runtime-node-net

the net node.js-module for runtimejs
JavaScript
6
star
22

parallelify

An alternative api to run-parallel
JavaScript
6
star
23

node-synco

6
star
24

map-upsert

TypeScript
5
star
25

level-namespace

namespaces for levelup
JavaScript
5
star
26

get-package-json-from-github

Get a package.json from a npm module hosted on github
JavaScript
5
star
27

pidlockfile

Ensure that at most one instance is running, based on PIDs
JavaScript
5
star
28

get-npm-registry-package

JavaScript
5
star
29

mod_history

WIP history support for breach
JavaScript
4
star
30

tako-gzip

gzip compression for tako
JavaScript
4
star
31

download-package-tarball

Download a node package as a tarball, for example from github or npm
JavaScript
4
star
32

level-get-range

Get a range from levelup
JavaScript
4
star
33

resolve-npm-version

JavaScript
4
star
34

remove-unprintable

Small npm module to remove all unprintable characters from a string
JavaScript
3
star
35

run-parallel-object

Resolve functions in an object to values
JavaScript
3
star
36

kesla.github.io

My personal website
JavaScript
3
star
37

level-benchmarks

Run benchmarks on levelup-compatible modules.
JavaScript
3
star
38

get-package-json-from-registry

JavaScript
3
star
39

offline-npm

JavaScript
3
star
40

runtime-node-dns

JavaScript
3
star
41

level-cluster-get

Get a value from a cluster of multilevel instances
JavaScript
3
star
42

async-benchmark

Thin wrapper around benchmark.js to run asyncronous benchmarks (because I always forget the API)
JavaScript
3
star
43

remotedown

A leveldown-compatible library to connect to a remote leveldown
JavaScript
3
star
44

level-compare-forks

Run benchmarks on different level-forks and see how they compare
JavaScript
3
star
45

set-diffs

JavaScript
3
star
46

append-stream

Write data to a file fast when you don't care about back-pressure
JavaScript
3
star
47

leap-year.rs

Rust
3
star
48

modify-package-dependencies

Modify package dependencies in a package.json object
JavaScript
3
star
49

leveldown-open

module to handle the logic of opening a leveldown instance
JavaScript
3
star
50

svg-font

Parse a svg-font to a json object
JavaScript
3
star
51

level-buffered-streams

Stream arrays from levelup
JavaScript
3
star
52

node-child-killer

Kill all the child processes as the master dies
JavaScript
3
star
53

count-per-day

Get counts per day from a list of dates
JavaScript
3
star
54

sinopia-follow

JavaScript
2
star
55

fsreadcache

Cache calls to fs.read
JavaScript
2
star
56

thumbor-to-sharp-image

Create sharp image from thumbor object
JavaScript
2
star
57

level-cbatch

A chainable api for batch() in levelup
JavaScript
2
star
58

bubbel

If you just love javascripts prototype-function and wanna do the same for ruby, this is for you.
Ruby
2
star
59

node-s3upload

An opinionated application to upload a folder to a s3 bucket.
JavaScript
2
star
60

jsonmark

Parse markdown to a very simple json-format that can then be stringified back to markdown
JavaScript
2
star
61

http-test-server

Create a simple http server, suitable for tests
JavaScript
2
star
62

pubhub

A simple PubSubHubbub server written in node.js
JavaScript
2
star
63

run-object-basis

Base repo for run-series-object & run-parallel-object
JavaScript
2
star
64

create-objects

node library to efficiently and simple create javascript objects from arrays
JavaScript
2
star
65

dyi

TypeScript
2
star
66

design-challenges

JavaScript
2
star
67

run-series-object

Resolve functions in an object to values
JavaScript
2
star
68

forward-leveldown

An abstract-leveldown variant where all missing methods get redirected to another leveldown-instance
JavaScript
2
star
69

async-cache-promise

JavaScript
2
star
70

keydir

A sorted list of keys with support for level-* ranges
JavaScript
2
star
71

level-cluster-consistency

Given a key, figure out if a cluster of level-instances are consistent
JavaScript
2
star
72

unlink-empty-files

given a directory, unlink (remove) all files with a length of 0
JavaScript
2
star
73

github-licence

node.js-module to get the licence of a github-project
JavaScript
2
star
74

fast-cache

Caches a method that returns a promise and does so really fast.
JavaScript
1
star
75

then-tmp

Promised version of the `tmp` module
JavaScript
1
star
76

cron

adds and removes jobs that emit Hook events on customizable time intervals
JavaScript
1
star
77

simple-reconnect-ws

Simple reconnct logic for websockets (to use with browserify)
JavaScript
1
star
78

download-github-package

Download a node module from github.
JavaScript
1
star
79

versions-from-filenames

JavaScript
1
star
80

buffered-transform

Buffer up data and give it to a transform-like method
JavaScript
1
star
81

node-invert-object

Invert a javascript-object
JavaScript
1
star
82

autobahn

JavaScript
1
star
83

html-minifyify

browserify transform to inline calls to html-minifier
JavaScript
1
star
84

coffeelint

Style-checker for coffescript. Works for me. Might work for you.
CoffeeScript
1
star
85

identify-licence

node module to identify licences from strings
JavaScript
1
star
86

riak-browser

html/javascript/jquery/jquery-ui riak bucket browser/navigator
Shell
1
star
87

node-gendr

Library for deciding gender out of a name. Uses wikipedia as source, and redis as cache.
CoffeeScript
1
star
88

levelup-util

the lib/util.js-file from levelup in it's own module
JavaScript
1
star
89

normalize-npm-registry-package

JavaScript
1
star
90

weighted-median-rs

Rust
1
star
91

html-nav

Create a navigation based on header-elements (e.g h1)
JavaScript
1
star
92

level-set2

Treat a value in level like a Set
JavaScript
1
star
93

trailing-slashes

Trailing slash redirect thingy
JavaScript
1
star
94

reservoir-stream

A streaming interface to do reservoir sampling
JavaScript
1
star
95

get-ideal-package-tree

Given a list of npm packages. returns the ideal tree - the best tree to fulfil all dependencies (using a similar approach to npm v3)
JavaScript
1
star
96

run-alternative

base package for seriesify & parallelify
JavaScript
1
star
97

unique-ids

Transform html so that all ids are unique
JavaScript
1
star
98

leftover

Call callbacks a couple of times and return with the last data
JavaScript
1
star
99

level-auto-batch

collect all puts and dels in the same tick in one batch
JavaScript
1
star
100

run-concurrent

Run an array of functions concurrently, with a maximum of active tasks
JavaScript
1
star