Tools
-
cellular
Run a cellular automaton (Conway's Game of Life, specifically) in WebAssembly
- parameters
- refresh rate
- guarantees
- no data is stored on server, works on any baseline web browser
- implemented with
- web-technologies: HTML5 & CSS & Javascript & WebAssembly & rust
-
keyboard
Train your keyboard skills with a predefined wordlist
- parameters
- none
- guarantees
- no data is stored on server, works on any baseline web browser
- implemented with
- web-technologies: HTML5 & CSS & Javascript
-
int/rand
Click a button to generate a random number
- parameters
- integer range
- guarantees
- no data is stored on server, works on any baseline web browser
- implemented with
- web-technologies: HTML5 & CSS & Javascript
-
str/common-prefix
Given a set of strings, identify the common prefixes within these strings
- config
- configurable with a set of strings
- implemented with
-
- web-technologies: HTML5 & CSS & Javascript & WebAssembly & rust
- rust
-
str/repeat
Repeat the given string a few times
- parameters
- a set of string substitutions (keyword & replacement), optionally every keyword requires a prefix, optionally every keyword requires a suffix
- guarantees
- no data is stored on server, works on any baseline web browser
- implemented with
-
- web-technologies: HTML5 & CSS & Javascript & WebAssembly & rust
- rust
-
str/substitute
Substitute keywords in a text
- config
- configurable with string substitutions and prefixes & suffixes for substitutions
- implemented with
- web-technologies: HTML5 & CSS & Javascript