Pinned Repositories
Animation
A Dart library for animating DOM elements on a web page.
ChiSquare
Calculates a Chi-square distribution over a sequence of bytes within a Buffer. The result is a float representing the probability of how frequently a truly random sequence of bytes would exceed the calculated value.
comp_sci.rs
Computer science with Rust. Articles, algorithms, data structures and other programs written in Rust.
Concurrency-concepts
A guide to concurrency, multi-threading and parallel programming concepts. Explains the differences between every concept, their advantages and disadvantages in detail.
DartZip
A zip parser, reader and generator written in pure Dart. It is memory efficient, requiring the minimum amount of memory to, for example, extract files.
Git-GUI
Git-GUI is a powerful graphical user interface for Git that runs on Windows. It's a standalone product and requires no Git installation.
mailer
Compose and send emails from Dart. Supports file attachments, HTML emails and multiple transport methods.
PHP-Security-Library
PSL is a security library for PHP. It provides advanced random data generation, encryption utilities as well as certificate generation and signing.
rust_git
Git written from scratch in Rust
ScalaGit
A pure Scala implementation of the Git version control written from scratch.
kaisellgren's Repositories
kaisellgren/Concurrency-concepts
A guide to concurrency, multi-threading and parallel programming concepts. Explains the differences between every concept, their advantages and disadvantages in detail.
kaisellgren/mailer
Compose and send emails from Dart. Supports file attachments, HTML emails and multiple transport methods.
kaisellgren/Git-GUI
Git-GUI is a powerful graphical user interface for Git that runs on Windows. It's a standalone product and requires no Git installation.
kaisellgren/Animation
A Dart library for animating DOM elements on a web page.
kaisellgren/ScalaGit
A pure Scala implementation of the Git version control written from scratch.
kaisellgren/comp_sci.rs
Computer science with Rust. Articles, algorithms, data structures and other programs written in Rust.
kaisellgren/rust_git
Git written from scratch in Rust
kaisellgren/QueryString
Query string parser. Turns those nasty query strings into Dart Maps.
kaisellgren/CRC32
A cyclic redundancy check calculator written in pure Dart.
kaisellgren/Zlib
Zlib written in pure Dart. Supports DEFLATE/INFLATE compression algorithms.
kaisellgren/ankka
A Haskell game
kaisellgren/Cinvasion
Color invasion game
kaisellgren/residence
kaisellgren/content_type
Useful when you need to deal with content types (mime types).
kaisellgren/kaisellgren.github.com
The repository of my GitHub website
kaisellgren/Materialism
A Voxel engine / game written in Kotlin / OpenGL
kaisellgren/node
Node.js JavaScript runtime :sparkles::turtle::rocket::sparkles:
kaisellgren/resume
kaisellgren/speed_worm
Speed worm web/mobile game
kaisellgren/Words
A simple Kotlin project that runs on VertX.
kaisellgren/ale
A random lexing and parsing project in Rust
kaisellgren/apollo
A random Rust OpenGL project
kaisellgren/collada
COLLADA parser in Rust
kaisellgren/EulerScala
Euler problems solved in Scala
kaisellgren/objectory
Objectory is a dart package that provide typed, checked environment to model, save and query data persisted on MongoDb
kaisellgren/poople
kaisellgren/purescript-halogen
A declarative, type-safe UI library for PureScript.
kaisellgren/virtual-dom
A Virtual DOM and diffing algorithm
kaisellgren/vtree
A realtime tree diffing algorithm
kaisellgren/zip.hs
Haskell Zip library