Pinned Repositories
brawl-chat
A minimal Matrix chat client, focused on performance and offline functionality.
emcalc
helps you calculate em units in css files relative to the font size in pixels
exif-parser
A javascript library to extract EXIF metadata from JPEG images, in node and in the browser.
exif-parser-browser-bundles
Browser bundles for exif-parser if you prefer to not use commonjs in the browser.
impunity
JSCCounter
Prototype how to have bi-directional communication between Javascript and Swift/Cocoa using JavascriptCore
json-parser-noalloc-rs
A non-allocating JSON parser for Rust.
linux-aio-fs-test
Test performance reading large files with async I/O on linux with different file systems
wwwee
wwwee, the wee webserver: a small, robust, low-resource and fast web application server for low workloads (home server, personal cloud)
bwindels's Repositories
bwindels/exif-parser
A javascript library to extract EXIF metadata from JPEG images, in node and in the browser.
bwindels/wwwee
wwwee, the wee webserver: a small, robust, low-resource and fast web application server for low workloads (home server, personal cloud)
bwindels/brawl-chat
A minimal Matrix chat client, focused on performance and offline functionality.
bwindels/exif-parser-browser-bundles
Browser bundles for exif-parser if you prefer to not use commonjs in the browser.
bwindels/impunity
bwindels/json-parser-noalloc-rs
A non-allocating JSON parser for Rust.
bwindels/JSCCounter
Prototype how to have bi-directional communication between Javascript and Swift/Cocoa using JavascriptCore
bwindels/linux-aio-fs-test
Test performance reading large files with async I/O on linux with different file systems
bwindels/analyst
bwindels/berlinjs.org
The official BerlinJS website
bwindels/bwindels.github.io
bwindels/cocoa_wakeup_uithread_demo
A demo how to wake up the Cocoa thread from another thread using libdispatch
bwindels/content
The content behind MDN Web Docs
bwindels/es6-promise
A polyfill for ES6-style Promises
bwindels/gtk-eventfd-timer
Example of eventfd signaling the UI thread with Gtk
bwindels/hydrogen-web
Lightweight matrix client with legacy and mobile browser support
bwindels/libtweetfeed
Rust library to stream tweets to UI thread, part of a project to demonstrate an approach to write multi-platform apps with rust + native UIs
bwindels/packworker
A service worker that serves file from a zip file
bwindels/photodb
bwindels/postcss
Transforming styles with JS plugins
bwindels/puppeteer
Headless Chrome Node API
bwindels/pwa-skeleton
A skeleton for building installable PWAs
bwindels/regenerator
Source transformer enabling ECMAScript 6 generator functions in JavaScript-of-today.
bwindels/ridgid-sim
basic simulator for very simple ridgid body systems
bwindels/rust-exif-parser
A non-allocating EXIF parser written in Rust.
bwindels/RustApps
An answer to the question of "How do I write shared logic for iOS, Android, Windows, and macOS Apps in Rust"
bwindels/rusty-snake
CLI snake game implemented in rust
bwindels/timeline-log-viewer
bwindels/webedit
bwindels/WKWebViewCounter
Prototype how to have bi-directional communication with javascript from Cocoa