Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
Projects in Awesome Lists by jrudolph
A curated list of projects in awesome lists by jrudolph .
https://github.com/jrudolph/pekko-http-scala-js-websocket-chat
An example app that integrates pekko-http and scala-js to implement a websocket chat
Last synced: 26 Oct 2024
https://github.com/jrudolph/json-lenses
A library to query and update JSON data in Scala.
Last synced: 26 Oct 2024
https://github.com/jrudolph/sbt-optimizer
An sbt plugin to analyze sbt task execution
Last synced: 27 Oct 2024
https://github.com/jrudolph/llama2.scala
Inference Llama 2 in Scala with AVX2 kernels in C (A port of llama2.c from Andrej Karpathy)
Last synced: 28 Oct 2024
https://github.com/jrudolph/scala-world-2015
Source code for the scala.world 2015 talk about akka-stream / akka-http
Last synced: 28 Oct 2024
https://github.com/jrudolph/sbt-cross-building
Enable cross-building of sbt plugins
Last synced: 28 Oct 2024
https://github.com/jrudolph/scodec-cheatsheet
Inofficial scodec cheatsheet
binary-data codec scala scodec
Last synced: 13 Oct 2024
https://github.com/jrudolph/scala-enhanced-strings
Variable interpolation and formatting strings for Scala
Last synced: 13 Oct 2024
https://github.com/jrudolph/bootpgm
Demonstration of a Windows Boot Program using Window's Native API
Last synced: 13 Oct 2024
https://github.com/jrudolph/bytecode
Mnemonics - Bytecode generation for scala
Last synced: 13 Oct 2024
https://github.com/jrudolph/pooling-web-server
A pooling web server in Java
Last synced: 13 Oct 2024
https://github.com/jrudolph/restic-browser
A web interface to restic backup repositories
Last synced: 13 Oct 2024
https://github.com/jrudolph/effective-akka-http-example
Example code used during the "Effective Akka HTTP" talk at Reactive Systems Hamburg, November 2016
Last synced: 13 Oct 2024
https://github.com/jrudolph/better-future-exceptions
A POC for better exception reporting for futures
Last synced: 13 Oct 2024
https://github.com/jrudolph/spray-client-example
A simple starting point for creating applications using spray-client
Last synced: 13 Oct 2024
https://github.com/jrudolph/akka-graal
Testing Graal VM AOT compilation for Akka
Last synced: 13 Oct 2024
https://github.com/jrudolph/junit_xml_listener
Fork from Christoph Henkelmann
Last synced: 13 Oct 2024
https://github.com/jrudolph/scalac-plugin.g8
A g8 template for a scalac plugin built with sbt
Last synced: 13 Oct 2024
https://github.com/jrudolph/sbt-hackers-digest
An sbt plugin to create annotations for the Github UI when sbt is run in Github Actions
Last synced: 13 Oct 2024
https://github.com/jrudolph/vesuvius-gui
Rust GUI for browsing vesuvius project data
Last synced: 13 Oct 2024
https://github.com/jrudolph/template-web-akka-http-scala-js
My default template to create akka-http / Scala JS web services
Last synced: 13 Oct 2024
https://github.com/jrudolph/dumpster
A small webdav server written in Scala
Last synced: 13 Oct 2024
https://github.com/jrudolph/multi-scaladoc-browser
A simple webserver that can integrate several sources of scaladocs
Last synced: 13 Oct 2024
https://github.com/jrudolph/akka-http-workshop
Source code and instructions for the akka-http tutorial at bobkonf 2016 in Berlin
Last synced: 13 Oct 2024
https://github.com/jrudolph/scolorz
A NodeBox inspired Processing clone written for the Scala language
Last synced: 13 Oct 2024
https://github.com/jrudolph/vesuvius-browser
Unofficial Vesuvius Challenge data segment browser
Last synced: 13 Oct 2024
https://github.com/jrudolph/scala-reflectionator
Scala type-safe reflection helpers
Last synced: 13 Oct 2024
https://github.com/jrudolph/fast-interpolator
A faster string interpolator for scala with same semantics as s"" but expanding at compile-time
Last synced: 13 Oct 2024
https://github.com/jrudolph/scala-symbol-browser
A web interface into Scala compiler's symbol table
Last synced: 13 Oct 2024
https://github.com/jrudolph/jcosmos
Establishing order in the chaos of Java's modules
Last synced: 13 Oct 2024
https://github.com/jrudolph/fuse4java
FUSE (Filesystem in Userspace) 4 Java
Last synced: 13 Oct 2024
https://github.com/jrudolph/do-plugins
Inofficial git mirror of GNOME-do plugins (https://launchpad.net/do-plugins)
Last synced: 13 Oct 2024
https://github.com/jrudolph/scala-io-uring
Experiments with Scala and io_uring
Last synced: 13 Oct 2024
https://github.com/jrudolph/sbt-error-navigator
Special error console for sbt when there are hundreds of compile errors to work through (work-in-progress)
Last synced: 13 Oct 2024
https://github.com/jrudolph/rogue-bytecodes
Switching-off the JVM verifier, what happens?
Last synced: 13 Oct 2024
https://github.com/jrudolph/java-direct-data-store
An experiment to dump Java objects into a memory-mapped data store accessible without (de)serialization
Last synced: 13 Oct 2024
https://github.com/jrudolph/facelets
Inofficial mirror of the public CVS repository
Last synced: 13 Oct 2024
https://github.com/jrudolph/bit-extractors
Scala extractors for pattern matching values from bits
Last synced: 13 Oct 2024
https://github.com/jrudolph/simple-macro-template
A simple sample project to play around with the upcoming Scala 2.10 version
Last synced: 13 Oct 2024
https://github.com/jrudolph/codecs
Scala framework for bidrectional functions
Last synced: 13 Oct 2024
https://github.com/jrudolph/sporophyte
Playground for experimenting with spore syntax (without the actual static type-checking)
Last synced: 13 Oct 2024
https://github.com/jrudolph/sweetgui
Some helper tools to use SWT from Scala
Last synced: 13 Oct 2024
https://github.com/jrudolph/typesafe-lambda
Typesafe-by-construction Simple Typed Lambda Calculus implementation
Last synced: 13 Oct 2024
https://github.com/jrudolph/future-exception-aspects
A library of aspects that will improve exceptions reported by Scala Futures
Last synced: 13 Oct 2024
https://github.com/jrudolph/phoneapp
Inofficial mirror of an application to connect your android phone to your internet router for calls
Last synced: 13 Oct 2024
https://github.com/jrudolph/scala-broken-java-varargs
A small Java/Scala @varargs cabinet of horrors
Last synced: 13 Oct 2024
https://github.com/jrudolph/es-template
Template for using the scala enhanced string macro
Last synced: 13 Oct 2024
https://github.com/jrudolph/dancing-data
Utility functions to read different clipboard formats
Last synced: 13 Oct 2024
https://github.com/jrudolph/scala-fast-map
A scala compiler plugin for easy lifting of operations to the monad level
Last synced: 13 Oct 2024
https://github.com/jrudolph/libscala
bash-centric tools for scala developers
Last synced: 13 Oct 2024
https://github.com/jrudolph/scala-library-disassembled
Track bytecode changes in the scala library
Last synced: 13 Oct 2024
https://github.com/jrudolph/scala-standalone-console
A small wrapper around the console which allows one-click Scala console access
Last synced: 13 Oct 2024
https://github.com/jrudolph/parboiled-compiled
A compiler for parboiled matchers for more speed
Last synced: 13 Oct 2024
https://github.com/jrudolph/dualis
Interactive data-structure (reverse) engineering
Last synced: 13 Oct 2024
https://github.com/jrudolph/cyclic-invocation-debugging
Examples of hard to debug cycles in programs
Last synced: 13 Oct 2024
https://github.com/jrudolph/partial-evaluation-lang
Experiments with simple languages and partial evaluation
Last synced: 13 Oct 2024
https://github.com/jrudolph/math-intrinsics
A small project to test the JIT generated assembly code of intrinsics
Last synced: 13 Oct 2024
https://github.com/jrudolph/fjp-trace
Instrumented JSR166 ForkJoinPool + trace renderer
Last synced: 13 Oct 2024
https://github.com/jrudolph/json-auto-type
Automatically infer types for JSON documents and create bindings for JSON libraries
Last synced: 13 Oct 2024
https://github.com/jrudolph/picoforth
Bootstrapping a programming environment on a Raspberry Pi Pico
Last synced: 13 Oct 2024
https://github.com/jrudolph/json-all
A collection of several json libraries to setup json4s-ast for comparison, joint compilation, and editing.
Last synced: 13 Oct 2024
https://github.com/jrudolph/scala-reified-patterns
Analyze Scala's Pattern Matching Structures At Runtime
Last synced: 13 Oct 2024
https://github.com/jrudolph/ecplat
fork of https://bitbucket.org/kraythensoft/ecplat
Last synced: 13 Oct 2024
https://github.com/jrudolph/akka-http-compat-tests
Test repository to check for binary incompatibilities in akka-http / akka
Last synced: 13 Oct 2024
https://github.com/jrudolph/futures-backport
A backport of scala.concurrent.Future (SIP-14) for Scala 2.9.2
Last synced: 13 Oct 2024
https://github.com/jrudolph/twaeng-pop-sign
Blinky for the Twäng Pop! Release
Last synced: 13 Oct 2024
https://github.com/jrudolph/vesuvius-badge
Kicad design files for the vesuvius badge
Last synced: 13 Oct 2024
https://github.com/jrudolph/photo-finish
An immutable content-addressable photo organization app
Last synced: 13 Oct 2024