Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
Projects in Awesome Lists by Kerollmops
A curated list of projects in awesome lists by Kerollmops .
https://github.com/kerollmops/slice-group-by
An implementation of the `group_by` Haskell function for slice and strings
algorithms array group-by rust slice
Last synced: 16 Nov 2024
https://github.com/kerollmops/sdset
Set theory applied on sorted and deduplicated slices.
deduplicated-slices no-allocation set-theory slice
Last synced: 16 Nov 2024
https://github.com/kerollmops/spo2
SpO₂ is oxygen saturation and is used in medical person monitoring.
monitoring reqwest rust sled tide websocket
Last synced: 09 Nov 2024
https://github.com/kerollmops/oxidized-json-checker
A pushdown automaton low memory JSON bytes stream checker
checker json low-memory pushdown-automaton rust streaming
Last synced: 09 Nov 2024
https://github.com/kerollmops/atom-header-42
An atom package to add the 42 header to your files
Last synced: 09 Nov 2024
https://github.com/kerollmops/atom-norminette-linter
A linter for the 42 students which use Atom
Last synced: 09 Nov 2024
https://github.com/kerollmops/blog
A chill and fun blog about Rust stuff and the journey of building my company: Meilisearch
blog continuous-integration github rust tiny-utterances
Last synced: 09 Nov 2024
https://github.com/kerollmops/reustmann
Reustmann is a Von Neumann architecture
Last synced: 09 Nov 2024
https://github.com/kerollmops/canonical-raft
The, not released yet, simplest Rust library to replicate anything over the network
Last synced: 09 Nov 2024
https://github.com/kerollmops/conveyor-belt
A very simple bevy game with an infinite road
Last synced: 09 Nov 2024
https://github.com/kerollmops/uell
A bumpalo-based Unrolled Exponential Linked List
Last synced: 09 Nov 2024
https://github.com/kerollmops/lmdb-editor
A small LMDB editor made in Rust with egui
Last synced: 09 Nov 2024
https://github.com/kerollmops/oxidized-mtbl
A Rust version of the mtbl immutable key-value store
Last synced: 09 Nov 2024
https://github.com/kerollmops/chunk-json-lite
A little tool to split a json into multiple valid json array of a given max size
Last synced: 09 Nov 2024
https://github.com/kerollmops/csv2ndjson-lite
A little tool to convert a csv to a valid ndjson/json-stream (supports comma separated arrays)
Last synced: 09 Nov 2024
https://github.com/kerollmops/longest-common-prefix
Returns the longest common prefix length between two bytes slices
Last synced: 09 Nov 2024
https://github.com/kerollmops/genegene
A trait based genetic algorithm in Rust
Last synced: 09 Nov 2024
https://github.com/kerollmops/la-bevy-jam-1
Our participation to the Bevy Jam #1
Last synced: 09 Nov 2024
https://github.com/kerollmops/csv2json-lite
A little tool to convert a csv to a valid json array of object
Last synced: 09 Nov 2024
https://github.com/kerollmops/rayon-par-bridge
Process Rayon parallel processing with a traditional sequential Iterator
Last synced: 09 Nov 2024
https://github.com/kerollmops/cml
Coroutines memory lookups - Permit multi memory lookups inside coroutines
Last synced: 09 Nov 2024
https://github.com/kerollmops/astar-iter
An A* algorithm which iterates over shortest and next shortests paths
Last synced: 09 Nov 2024
https://github.com/kerollmops/csv-generate-ids
A simple tool to generate unique sequential identifiers
Last synced: 09 Nov 2024
https://github.com/kerollmops/movies
Find the lines in your favorite movies
Last synced: 09 Nov 2024
https://github.com/kerollmops/moby-name-gen-rs
The Moby way to generate names ported to Rust
Last synced: 09 Nov 2024
https://github.com/kerollmops/bulk-rename
A little tool to rename all the files in the current directory using your editor
Last synced: 09 Nov 2024
https://github.com/kerollmops/roulette-wheel-rs
An implementation of the classic fitness proportionate selection container
fitness proportionate roulette-wheel selection
Last synced: 09 Nov 2024
https://github.com/kerollmops/twitch2csv
A tool to stream the chats of Twitch channels as a CSV.
Last synced: 09 Nov 2024
https://github.com/kerollmops/random-wheel-rs
A little implementation of fitness proportionate selection
Last synced: 09 Nov 2024
https://github.com/kerollmops/sublime-crates
A sublime package that fetches crates versions from crates.io
Last synced: 09 Nov 2024
https://github.com/kerollmops/plane-sweep-proximity
A plane-sweep algorithm to find k-word minimal intervals.
Last synced: 09 Nov 2024
https://github.com/kerollmops/fanfare
A simple timeseries database based on LMDB
Last synced: 09 Nov 2024
https://github.com/kerollmops/oqt
Stands for optimal query tree. A POC of the new MeiliSearch internal query tree.
Last synced: 09 Nov 2024
https://github.com/kerollmops/brainfrust
A translation tool from brainfuck into Rust
Last synced: 09 Nov 2024
https://github.com/kerollmops/la-toile-francaise
Wouldn't it be cool to build our very own french search engine?
Last synced: 09 Nov 2024
https://github.com/kerollmops/lmdb-in-rust
A version of LMDB converted in Rust by using c2rust
Last synced: 09 Nov 2024
https://github.com/kerollmops/simplify-roaring-bug
A simple algorithm that can reduce an invalid input. Useful.
Last synced: 09 Nov 2024
https://github.com/kerollmops/twitch-messages
A tool to subscribe to Twitch channels and store them efficiently on disk
Last synced: 09 Nov 2024
https://github.com/kerollmops/heed-perfs-put-reserved
A small experiment with LMDB's MDB_RESERVE flag and Roaring Bitmaps
Last synced: 09 Nov 2024
https://github.com/kerollmops/arrow2ndjson-lite
A little tool to convert an arrow file to a valid ndjson/json-stream
Last synced: 09 Nov 2024
https://github.com/kerollmops/riemann-egui-dash
A Riemann dashboard made with egui.rs
Last synced: 09 Nov 2024
https://github.com/kerollmops/basic-search-engine
September 2022 - Basic searh engine presentation
Last synced: 09 Nov 2024
https://github.com/kerollmops/explanet
Small experiments with planets with bevy
Last synced: 09 Nov 2024
https://github.com/kerollmops/advent-of-code-2021
Advent of Code solutions of the 2021 edition, obviously in Rust again.
Last synced: 09 Nov 2024
https://github.com/kerollmops/experimental-jpeg-rewrite
Transfert image files from one folder to another and rewrite them to gain space.
Last synced: 09 Nov 2024
https://github.com/kerollmops/acerbus
A small shoot'em up multipler 2d game
Last synced: 09 Nov 2024
https://github.com/kerollmops/bevyjamhnsorted
A small tool that sorts the Bevy jam proposition in the way Hacker News sort posts.
Last synced: 09 Nov 2024
https://github.com/kerollmops/public-meilisearch-discord
Make the Discord conversation public for better visibility on the web
Last synced: 09 Nov 2024
https://github.com/kerollmops/vtt2csv
A small tool to convert WebVTT files to CSV files
Last synced: 09 Nov 2024
https://github.com/kerollmops/fillit-rs
The fillit from 42 school done in Rust, just for fun.
Last synced: 09 Nov 2024
https://github.com/kerollmops/triomphe-rs
An Adjustable Replacement Cache in Rust
Last synced: 09 Nov 2024
https://github.com/kerollmops/brainfortytwo
Brain fuck interpreter for 42 school
Last synced: 09 Nov 2024
https://github.com/kerollmops/ocrit
Stands for optimal criteria. A POC of the new MeiliSearch internal criteria algorithms.
Last synced: 09 Nov 2024
https://github.com/kerollmops/twitch2sonnerie
A tool to stream the chats of Twitch channels into a sonnerie database
Last synced: 09 Nov 2024
https://github.com/kerollmops/roulette-wheel-rs-doc
Documentation for the roulette-wheel lib on crates.io
Last synced: 09 Nov 2024
https://github.com/kerollmops/random-wheel-rs-doc
Documentation of random-wheel-rs
Last synced: 09 Nov 2024
https://github.com/kerollmops/mdb-tools-rs
Some tools to manage LMDB databases
Last synced: 09 Nov 2024
https://github.com/kerollmops/timer
A simple little Timer for my own projects
Last synced: 09 Nov 2024
https://github.com/kerollmops/pi-explorer-rs
Find the index in the Pi's decimals of any data
Last synced: 09 Nov 2024
https://github.com/kerollmops/oh-my-ztv
Be aware when ZeratoR stream on its personal channel !
Last synced: 09 Nov 2024
https://github.com/kerollmops/dice-challenge
A simple game based on dices and luck.
Last synced: 09 Nov 2024
https://github.com/kerollmops/cmatrixhelper
some helping c function for matrices and vectors
Last synced: 09 Nov 2024
https://github.com/kerollmops/combine-and-defend
My participation to the bevy jam #2
Last synced: 09 Nov 2024
https://github.com/kerollmops/yt-dlp-server
A small server that can download any media by using yt-dlp
Last synced: 09 Nov 2024
https://github.com/kerollmops/mention2summary
Use the RSS of Mention and create a summary from that
Last synced: 09 Nov 2024
https://github.com/kerollmops/opemssh
A way to pass a key from the pem format to the openssh format
Last synced: 09 Nov 2024
https://github.com/kerollmops/ouai
A yes like command that simulate typed text
Last synced: 09 Nov 2024
https://github.com/kerollmops/http-status-changer
A tiny http server that change its health status on demand
Last synced: 09 Nov 2024
https://github.com/kerollmops/calco-rs
A generic library to work with genetic algorithms
Last synced: 09 Nov 2024
https://github.com/kerollmops/kerollmops.github.io
My blog, with a lot of blog posts...
Last synced: 09 Nov 2024
https://github.com/kerollmops/welder
A tool to help concatenate, implemented with a builder pattern
Last synced: 09 Nov 2024
https://github.com/kerollmops/particle-system
OpenGL, OpenCL GPU introduction with gravity applied on particles.
Last synced: 09 Nov 2024
https://github.com/kerollmops/meilisearch2pushover
A small HTTP server to serve as a Meilisearch webhook, which will notify task statuses via Pushover
Last synced: 09 Nov 2024
https://github.com/kerollmops/ripin-rs
A library to handle Reverse Polish notated expressions
Last synced: 09 Nov 2024
https://github.com/kerollmops/sled-disk-load
Just a little disk load test fo sled
Last synced: 09 Nov 2024
https://github.com/kerollmops/reustmann-doc
Documentation for the reustmann lib on crates.io
Last synced: 09 Nov 2024
https://github.com/kerollmops/meiliverse-randomizer
An icon randomizing for the Meiliverse Discord guild that runs on the Cloudflare Workers
Last synced: 09 Nov 2024
https://github.com/kerollmops/csv-chunk-iterator
An iterator yielding chunks of a CSV
Last synced: 09 Nov 2024
https://github.com/kerollmops/json2csv-lite
A basic tool that converts a JSON array into a CSV
Last synced: 09 Nov 2024
https://github.com/kerollmops/fst-levenshtein-experiments
Some experiments on FSTs and DFAs
Last synced: 09 Nov 2024