Pinned Repositories
analysis-model
A library to read static analysis reports into a Java object model
awesome-rust
A curated list of Rust code and resources.
canny-zybo-z7
Implementation of a Canny-Edge Detector on a Zybo-Z7 FPGA.
Covid-19-analysis
Analyses and visualizes WHO data of the COVID-19 pandemic.
hough-transform-rs
This is a demonstration of the Hough-Transform algorithm that was implemented for the course computer graphics and image processing.
rust-socketio
An implementation of a socket.io client written in the Rust programming language.
Simple-multilayered-Neural-Network-Feed-Forward-
A very simple multilayered feed forward network
wasm-on-esp32c3
A demonstration of executing WebAssembly on an ESP32-C3 RISC-V MCU
rust-scudo
rust-clippy
A bunch of lints to catch common mistakes and improve your Rust code. Book: https://doc.rust-lang.org/clippy/
1c3t3a's Repositories
1c3t3a/rust-socketio
An implementation of a socket.io client written in the Rust programming language.
1c3t3a/Covid-19-analysis
Analyses and visualizes WHO data of the COVID-19 pandemic.
1c3t3a/canny-zybo-z7
Implementation of a Canny-Edge Detector on a Zybo-Z7 FPGA.
1c3t3a/hough-transform-rs
This is a demonstration of the Hough-Transform algorithm that was implemented for the course computer graphics and image processing.
1c3t3a/wasm-on-esp32c3
A demonstration of executing WebAssembly on an ESP32-C3 RISC-V MCU
1c3t3a/analysis-model
A library to read static analysis reports into a Java object model
1c3t3a/awesome-rust
A curated list of Rust code and resources.
1c3t3a/rust-data-structures
1c3t3a/criterion-compare-action
⚡️📊 Compare the performance of Rust project branches
1c3t3a/crubit
1c3t3a/dynasm-rs
A dynasm-like tool for rust.
1c3t3a/embench-iot
The main Embench repository
1c3t3a/engine.io-protocol
1c3t3a/esp-idf-hal
embedded-hal implementation for Rust on ESP32 and ESP-IDF
1c3t3a/go-win64api
Windows API wrappers for Go - useful for SysOps
1c3t3a/golang-microservices-ci
1c3t3a/gpt-disk-rs
Rust libraries for working with GPT (GUID Partition Table) disk data
1c3t3a/isoalloc
A general purpose memory allocator that implements an isolation security strategy to mitigate memory safety issues while maintaining good performance
1c3t3a/martin-kocht
1c3t3a/mimalloc-bench
Suite for benchmarking malloc implementations.
1c3t3a/partition_alloc_builder
Build the PartitionAlloc library without checking out Chromium repository.
1c3t3a/rust-analyzer
A Rust compiler front-end for IDEs
1c3t3a/rust-clippy
A bunch of lints to catch common mistakes and improve your Rust code
1c3t3a/rust-headless-chrome
A high-level API to control headless Chrome or Chromium over the DevTools Protocol. It is the Rust equivalent of Puppeteer, a Node library maintained by the Chrome DevTools team.
1c3t3a/rust-scudo
1c3t3a/target-lexicon
Target "triple" support
1c3t3a/tock
A secure embedded operating system for microcontrollers
1c3t3a/tockloader
Tool for programming Tock onto hardware boards.
1c3t3a/wasm-micro-runtime
WebAssembly Micro Runtime (WAMR)
1c3t3a/wasmi
Wasm interpreter in Rust