Pinned Repositories
ko-data-source
API for filtering, ordering and clipping a collection of objects. Implements the interface required by the ko-grid component.
ko-entry
A knockout binding to access single entries in a ko-data-source.
ko-grid
An extensible UI component for displaying tabular data.
ko-grid-aggregate
A ko-grid extensions which displays aggregates such as the sum or average in the table footer.
ko-grid-bundle
A bundle of ko-grid and all its extensions, ko-data-source and ko-indexed-repeat.
ko-grid-cell-navigation
A ko-grid extension for navigating between data cells by keyboard.
ko-grid-examples
Example pages for the ko-grid and its extensions.
ko-grid-export
A ko-grid extension for exporting the grid's data.
ko-grid-view-modes
A ko-grid extension which tracks which modes the view is in (e.g. full screen).
paxakos
Rust implementation of Paxos consensus algorithm
benschulz's Repositories
benschulz/paxakos
Rust implementation of Paxos consensus algorithm
benschulz/ko-grid
An extensible UI component for displaying tabular data.
benschulz/ko-grid-bundle
A bundle of ko-grid and all its extensions, ko-data-source and ko-indexed-repeat.
benschulz/ko-grid-examples
Example pages for the ko-grid and its extensions.
benschulz/ko-data-source
API for filtering, ordering and clipping a collection of objects. Implements the interface required by the ko-grid component.
benschulz/ko-grid-height-adjuster
A ko-grid extension to adjust the grid's height.
benschulz/ko-grid-selection
A ko-grid extension to select rows.
benschulz/ko-grid-visibility-detection
A ko-grid extension which tries to react to changes in visibility.
benschulz/ko-indexed-repeat
Provides a knockout binding for progressive element repetition with minimal DOM manipulation.
benschulz/snarc
benschulz/benschulz.github.io
benschulz/cofi
Pet compiler project for when I'm bored.
benschulz/dioxus-cli
Dev server, hot reload, and packaging tool for Dioxus apps. Includes VSCode Extension
benschulz/docsite
Dioxuslabs.com documentation site
benschulz/grunt-commons
Internal utility to keep gruntfiles short.
benschulz/inotify-rs
inotify bindings for the Rust programming language
benschulz/jackh726.github.io
benschulz/java-commons
Code I need in most projects.
benschulz/jswizzle
Mixin generating annotation processor.
benschulz/rocket_oauth2
OAuth2 for Rocket applications
benschulz/rsnotify
Cross-platform filesystem notification library for Rust
benschulz/rust
A safe, concurrent, practical language.
benschulz/rust-decimal
Decimal number implementation written in pure Rust suitable for financial and fixed-precision calculations.
benschulz/rust-email
Implementation of MIME Messages for Rust
benschulz/servo
The Servo Browser Engine
benschulz/tee
tee for rustlang readers
benschulz/this-week-in-rust
Data for this-week-in-rust.org
benschulz/triagebot
Automation/tooling for Rust spaces
benschulz/TypeScript
TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
benschulz/vec1
Rust `Vec<T>` wrapper that gurantees to contain at least 1 element