Pinned Repositories
filebroker-server
Server backend for the filebroker project featuring a warp api server and a docker-compose configuration to host the api server, the react fronted, the postgres server and the nginx reverse proxy.
aiode
Discord bot that plays Spotify tracks and YouTube videos or any URL including Soundcloud links and Twitch streams
cranevec
Vector that is generic over its underlying implementation offering several inline or heap based storage implementations and providing fallible operations allowing graceful handling of allocation failure.
emojibot
Configurable Discord bot that adds emojis to input text and replaces keywords with emojis or discord emotes. Also allows you to use animated emotes without nitro.
exec
Task execution library derived from JXP's task execution framework providing task execution and synchronisation applying certain reusable task execution modes.
exec-rs
Library that provides utility traits for task execution and, if the sync feature is enabled, the ability to synchronise tasks based on the value of a key.
fetch
LE2-Liara_Squadmate
Mod that adds Liara from Lair of the Shadow Broker as a selectable squad mate to Mass Effect 2 in the Mass Effect Legendary Edition
rusty_pool
Self growing / shrinking ThreadPool implementation based on crossbeam's multi-producer multi-consumer channels that enables awaiting the result of a task and offers async support.
ThreadPool
Scalable self growing / shrinking ThreadPool implementation. This ThreadPool implements the ExecutorService interface and offers an alternative for the JDK ThreadPoolExecutor implementation that prioritizes creating new worker threads above queueing tasks for better potential throughput and flexibility.
robinfriedli's Repositories
robinfriedli/aiode
Discord bot that plays Spotify tracks and YouTube videos or any URL including Soundcloud links and Twitch streams
robinfriedli/rusty_pool
Self growing / shrinking ThreadPool implementation based on crossbeam's multi-producer multi-consumer channels that enables awaiting the result of a task and offers async support.
robinfriedli/emojibot
Configurable Discord bot that adds emojis to input text and replaces keywords with emojis or discord emotes. Also allows you to use animated emotes without nitro.
robinfriedli/LE2-Liara_Squadmate
Mod that adds Liara from Lair of the Shadow Broker as a selectable squad mate to Mass Effect 2 in the Mass Effect Legendary Edition
robinfriedli/ThreadPool
Scalable self growing / shrinking ThreadPool implementation. This ThreadPool implements the ExecutorService interface and offers an alternative for the JDK ThreadPoolExecutor implementation that prioritizes creating new worker threads above queueing tasks for better potential throughput and flexibility.
robinfriedli/cranevec
Vector that is generic over its underlying implementation offering several inline or heap based storage implementations and providing fallible operations allowing graceful handling of allocation failure.
robinfriedli/exec
Task execution library derived from JXP's task execution framework providing task execution and synchronisation applying certain reusable task execution modes.
robinfriedli/exec-rs
Library that provides utility traits for task execution and, if the sync feature is enabled, the ability to synchronise tasks based on the value of a key.
robinfriedli/fetch
robinfriedli/fhcleanup
robinfriedli/glyph-bot
robinfriedli/glyphs
Object-oriented and statically typed programming language compiled to JVM bytecode with a syntax that is heavily inspired by Rust
robinfriedli/hdrfix
tool for converting HDR screenshots to SDR with suitable tone-mapping
robinfriedli/JXP
Java XML Persistence API
robinfriedli/lavaplayer
Audio player library for Discord
robinfriedli/lavaplayer-fork
robinfriedli/persist_xml
XML API that offers higher level abstractions based on quick-xml.
robinfriedli/robinfriedli
robinfriedli/rusty_snake
A CLI snake game written in Rust for Mac, Linux and Windows
robinfriedli/spotify-web-api-java
A Java wrapper for Spotify's Web API.
robinfriedli/StringList
Simple utility class that provides some useful methods for dealing with Lists of Strings
robinfriedli/topgg-java-sdk
An API wrapper for https://top.gg/api/docs that works in Java