There are no reviews yet. Be the first to send feedback to the community and the maintainers!
8086-Emulator
An Intel 8086 Emulator created in Rust.8086-emulator-web
Repository for 8086 emulator web implementationpcb-rs
A library to easily write software emulated hardwareLogRocket-Blog-Code
Contains source code for the blogs I have written for LogRocketThe-Transpiler-Project
A transpiler which compiles c-like syntax to pure C. This supports classes, let declaration, for-in loops. Created using Flex and Bison.pcb-rs-examples
Repository containing examples of usage of pcb-rsshnippet
A commandline shell snippet managerCodeBook
A facebook like website, for coding. User can follow other users, create and share coding challenges, compile code online, and attempt challenges posted by others.Rust-NN
A Neural Network implemented from scratch as per http://neuralnetworksanddeeplearning.com/ in Rust. This is then trained on MNIST. This is also used in Rust-NN-Web project to compile to WASM and recognize digits.OS-Project
A project done for OS course, extending a kernel from https://github.com/dthain/basekernel, to implement threading capabilities, give an API for threading, and implement various scheduling techniques.Particle-Simulator
A physics simulator made in C++. This simulates colliding bodies,gravity and electric forces. This uses openGL to display the simulationNetwork-Simulator
A network simulator made in svelteBytecode
A Rust proc-macro crate which derives functions to compile and parse back enums and structs to and from a bytecode representationjpn-prompt-generator
A simple web application to generate japanese word and grammer promptsRust-Password-Manager
A simple local password manager, which stores encrypted password on local disk, as well as generate and rate passwords.Rust-NN-Web
This uses the Rust-NN, compiled to WASM, to recognize digits on frontend, without sending the data to backend.Library-Manager-project
A project done for OOPM course. This gives a GUI interface based library management system. Uses mySQL as database to store data.Configurable-Custom-Keyword-Lexer
This shows proof-of-concept implementation of lexer-parser-evaluator which allows setting custom values to keywords.Equation-Parser-Interpreter
An interpreter designed in C++ for the equation parser project.This can read the commands from a file and write output to another file.EquationParser
An Equation Parser done as Project for DS course. This can evaluate given equation, solve linear equations, create variables and use their values, as well as have some pre-defined constants.Kerberos-Python-Library
Python module for giving an API over Kerberos protocol.This gives interface to create Authentication server, Ticket Granting Server, and Servers to be protected.First-Godot-Game
My First Godot Game Engine Game.dbus_native
Rust native implementation for dbus communication implemented for youkiMapReduce-with-Docker
Implementing Mapreduce and using docker to test it.Love Open Source and this site? Check out how you can help us