Pinned Repositories
cheerp-compiler
C++ to JavaScript/WebAssembly compiler
branch-hinting
Proposal to add branch hinting functionality to WebAssembly
behavioral-model
Rewrite of the behavioral model as a C++ project without auto-generated code (except for the PD interface)
brainfuck-jit
a brainfuck just-in-time compiler written in python with llvmlite
chip8-rs
chip8 emulator written in rust
CLraytracer
CLraytracer is a raytracing based renderer that take advantage of GPU parallelism through OpenCL .
ili9341-rs
A WIP, no_std, generic driver for the ILI9341 (and ILI9340C) TFT LCD display
mtproto-rs
Telegram API framework written in Rust
placebot
A python bot for drawing on r/place
stm32f40x-rs
Peripheral access API for STM32F40X microcontrollers autogenerated with svd2rust
yuri91's Repositories
yuri91/ili9341-rs
A WIP, no_std, generic driver for the ILI9341 (and ILI9340C) TFT LCD display
yuri91/procgen
yuri91/webvm-benches
Webvm benchmarks
yuri91/3dprint
3d modeling environment and models using cadquery and build123
yuri91/nix-ext2
Example nix flake that builds an ext2 image file with the closure of a derivation
yuri91/nuki-rs
Control a Nuki Smart Lock with the Bluetooth API in Rust
yuri91/wikimark
Markdown-based wiki stored in a git repo
yuri91/annotations
Proposal for Custom Annotation Syntax in the Text Format
yuri91/aoc23
yuri91/cheerp-PKGBUILDs
PKGBUILD files for the cheerp compiler and libraries.
yuri91/cj3_evloop
Example of integrating JS and Java event loops with CheerpJ3
yuri91/curve_fever
bevy experiments
yuri91/devenvs
Collection of development environments in a nix flake
yuri91/flask-todo
Simple Flask Todo App
yuri91/gitql
yuri91/kanidm
Kanidm: A simple, secure and fast identity management platform
yuri91/labs.leaningtech.com
Leaning Technologies Developer Labs - website, documentation, blog
yuri91/llvm-project
The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. Note: the repository does not accept github pull requests at this moment. Please submit your patches at http://reviews.llvm.org.
yuri91/meetings
WebAssembly meetings (VC or in-person), agendas, and notes
yuri91/portfolio-rs
Buy order helper
yuri91/qmk_firmware
Open-source keyboard firmware for Atmel AVR and Arm USB families
yuri91/simple-hash
A simple interface for hashing rust values
yuri91/sloop
yuri91/swaystart
start programs in sway in a given layout
yuri91/temper-zmk-config
ZMK firmware for temper keyboard
yuri91/tool-conventions
Conventions supporting interoperatibility between tools working with WebAssembly.
yuri91/v8
Fork of v8 for the purpose of prototyping the branch_hinting wasm proposal
yuri91/wabt
The WebAssembly Binary Toolkit
yuri91/wasp
WebAssembly module decoder in C++
yuri91/webvm
Virtual Machine for the Web