Pinned Repositories
BetterCoercion
BetterCoercion is a library for LuaJ that improves the coercion mechanics of LuaJ, making it easier to integrate LuaJ into a Java application.
defer-heavy
A versatile and easy to use defer statement for Rust. Similar to Go's or Zig's defer.
egui
egui: Immediate mode GUI written in Rust, made for WASM
Ivshmem4j
Ivshmem4j is a Java library to use QEMU ivshmem (inter virtual machine shared memory) from a Java application running inside a JVM.
JavaNativeUtils
Collection of jni wrappers for various native system calls
jni-simple
Simple Rust wrapper around the JNI (Java Native Interface) API.
luajsocket
Luajsocket is a port of the luasocket library to luaj. It allows for easy socket communication inside lua scripts running in a luaj vm.
PGLComponent
PGLComponent is a library that allows for easy inclusion of a Processing 3 3D OpenGL Sketch into a Swing/AWT application.
rco-cell
Wrapper for Rc<RefCell<Option<T>>> and its weak variant. Includes various utilties for common operations usually performed on such a datastructure.
tcp2ivshmem
tcp2ivshmem is a java program to tunnel tcp connections through qemu ivshmem shared memory without using a network interface to do so.
AlexanderSchuetz97's Repositories
AlexanderSchuetz97/luajsocket
Luajsocket is a port of the luasocket library to luaj. It allows for easy socket communication inside lua scripts running in a luaj vm.
AlexanderSchuetz97/JavaNativeUtils
Collection of jni wrappers for various native system calls
AlexanderSchuetz97/tcp2ivshmem
tcp2ivshmem is a java program to tunnel tcp connections through qemu ivshmem shared memory without using a network interface to do so.
AlexanderSchuetz97/Ivshmem4j
Ivshmem4j is a Java library to use QEMU ivshmem (inter virtual machine shared memory) from a Java application running inside a JVM.
AlexanderSchuetz97/jni-simple
Simple Rust wrapper around the JNI (Java Native Interface) API.
AlexanderSchuetz97/PGLComponent
PGLComponent is a library that allows for easy inclusion of a Processing 3 3D OpenGL Sketch into a Swing/AWT application.
AlexanderSchuetz97/rco-cell
Wrapper for Rc<RefCell<Option<T>>> and its weak variant. Includes various utilties for common operations usually performed on such a datastructure.
AlexanderSchuetz97/BetterCoercion
BetterCoercion is a library for LuaJ that improves the coercion mechanics of LuaJ, making it easier to integrate LuaJ into a Java application.
AlexanderSchuetz97/defer-heavy
A versatile and easy to use defer statement for Rust. Similar to Go's or Zig's defer.
AlexanderSchuetz97/egui
egui: Immediate mode GUI written in Rust, made for WASM
AlexanderSchuetz97/heapbuf
AlexanderSchuetz97/intsplit
Rust library for splitting various numeric types into their binary component types
AlexanderSchuetz97/jnigenerator
Maven plugin to generate boilerplate code c code to interact with the JVM using JNI from the c side.
AlexanderSchuetz97/LuajFSHook
Hook for Luaj's JseIoLib and other file related functions for more control over how luaj interacts with the file system
AlexanderSchuetz97/LuajLFS
LuajLFS is a port of the C based LuaFileSystem library to luaj.
AlexanderSchuetz97/luajlpath
Reimplementation/Port of the lua lpath library to luaj
AlexanderSchuetz97/Humphrey
📡 A Performance-Focused, Dependency-Free Web Server with WebSockets and JSON.
AlexanderSchuetz97/luajthreads
Library for luaj to do multithreading in lua
AlexanderSchuetz97/luaLFS
luaLFS is library compatible to LuaFileSystem using linux system commands instead of native libraries
AlexanderSchuetz97/memfd-rs
A pure-Rust library to work with Linux memfd
AlexanderSchuetz97/openapi-client-gen
Experimental OpenApi client generator for Rust with support for C-FFI and WASM
AlexanderSchuetz97/rust-tls-duplex-stream
Full duplex stream wrapper around rust-tls
AlexanderSchuetz97/rw-utils
Collection of utilities that enhance the rust Read and Write traits by providing various utility method for reading/writing structured data.
AlexanderSchuetz97/sync-ptr
Sync & Send wrappers for raw pointer's in rust.
AlexanderSchuetz97/uintx
AlexanderSchuetz97/unowned-buf
Buffered Read+BufRead and Write for rust that does not own the underlying Read/Write
AlexanderSchuetz97/winpipe
Blocking rust wrapper for Windows named pipes with very similar api to UnixStream/UnixListen.