An open API service indexing awesome lists of open source software.

Projects in Awesome Lists by YJDoc2

A curated list of projects in awesome lists by YJDoc2 .

https://github.com/yjdoc2/8086-emulator

An Intel 8086 Emulator created in Rust.

Last synced: 05 Apr 2025

https://github.com/yjdoc2/8086-emulator-web

Repository for 8086 emulator web implementation

Last synced: 07 Apr 2025

https://github.com/yjdoc2/pcb-rs

A library to easily write software emulated hardware

Last synced: 07 May 2025

https://github.com/yjdoc2/logrocket-blog-code

Contains source code for the blogs I have written for LogRocket

Last synced: 25 Jul 2025

https://github.com/yjdoc2/pcb-rs-examples

Repository containing examples of usage of pcb-rs

Last synced: 11 Apr 2025

https://github.com/yjdoc2/the-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.

bison c compiler flex makefile

Last synced: 27 Feb 2026

https://github.com/yjdoc2/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.

mnist-data neural-networks recognizing-handwritten-digits rust

Last synced: 11 Apr 2025

https://github.com/yjdoc2/shnippet

A commandline shell snippet manager

Last synced: 11 Apr 2025

https://github.com/yjdoc2/codebook

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.

flask mongodb python3

Last synced: 23 Jul 2025

https://github.com/yjdoc2/particle-simulator

A physics simulator made in C++. This simulates colliding bodies,gravity and electric forces. This uses openGL to display the simulation

cpp14 glut opengl physics-simulation

Last synced: 12 Apr 2025

https://github.com/yjdoc2/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.

c kernel operating-system os-dev scheduling-policies threading

Last synced: 12 Apr 2025

https://github.com/yjdoc2/network-simulator

A network simulator made in svelte

Last synced: 13 Apr 2025

https://github.com/yjdoc2/bytecode

A Rust proc-macro crate which derives functions to compile and parse back enums and structs to and from a bytecode representation

bytecode proc-macro rust vm

Last synced: 11 Apr 2025

https://github.com/yjdoc2/jpn-prompt-generator

A simple web application to generate japanese word and grammer prompts

html5 japanese-language japanese-study prompt-generator

Last synced: 27 Feb 2026

https://github.com/yjdoc2/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.

java management-system mysql swing-gui

Last synced: 18 Dec 2025

https://github.com/yjdoc2/rust-password-manager

A simple local password manager, which stores encrypted password on local disk, as well as generate and rate passwords.

password-manager rust

Last synced: 20 Aug 2025

https://github.com/yjdoc2/rust-nn-web

This uses the Rust-NN, compiled to WASM, to recognize digits on frontend, without sending the data to backend.

recognizing-handwritten-digits rust wasm

Last synced: 11 Apr 2025

https://github.com/yjdoc2/configurable-custom-keyword-lexer

This shows proof-of-concept implementation of lexer-parser-evaluator which allows setting custom values to keywords.

language lexer parser

Last synced: 21 Mar 2025

https://github.com/yjdoc2/filestore-web-project

This is a website functioning similar to google drive, where users can store files privately, as well as create 'collections' which are public. This can also display some types of files in-browser.

express-js file-sharing file-storage mongodb nodejs reactjs

Last synced: 18 Dec 2025

https://github.com/yjdoc2/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.

c cpp17 interpreter parser

Last synced: 11 May 2026

https://github.com/yjdoc2/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.

c data-structures equation-solver parser

Last synced: 16 Jun 2025

https://github.com/yjdoc2/mapreduce-with-docker

Implementing Mapreduce and using docker to test it.

distributed-systems dokcer mapreduce rust

Last synced: 17 May 2026

https://github.com/yjdoc2/dbus_native

Rust native implementation for dbus communication implemented for youki

Last synced: 18 May 2026

https://github.com/yjdoc2/first-godot-game

My First Godot Game Engine Game.

Last synced: 13 Apr 2026

https://github.com/yjdoc2/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.

kerberos-protocol python3 security

Last synced: 20 Mar 2025

https://github.com/yjdoc2/plagiarism-detector

A simple Plagiarism detector for code, made in C and Rust.

flex lexer plagiarism-detector rust

Last synced: 18 May 2026

https://github.com/yjdoc2/buddy-system-memory-allocation

COA Mini project for SE sem 4. This implements Buddy-System of memory allocation.

buddy-allocation c memory-management

Last synced: 21 Mar 2025

https://github.com/yjdoc2/yjdoc2.github.io

Repo for personal website

Last synced: 20 Mar 2025

https://github.com/yjdoc2/webchatter-website

This project is a Web-based chatting application, where people can create accounts, and chat with each other. This is also implemented as a mobile app using Ionic framework.

ejs-templates expressjs mongodb mongoose nodejs

Last synced: 18 Dec 2025

https://github.com/yjdoc2/webchatter-app-api

This is backend API for Ionic app created for Web-chatter project

expressjs mondodb mongoose nodejs

Last synced: 18 Dec 2025

https://github.com/yjdoc2/webchatter-ionic-app

A mobile app made for Web-chatter project using Ionic framework.

ionic mobile-app

Last synced: 18 Dec 2025

https://github.com/yjdoc2/codeshastra-2020-r0

This is repository for project done in Codeshastra hackethoon Round 0 2020

Last synced: 18 Dec 2025

https://github.com/yjdoc2/think201-internship-assg

Website done as coding stage for internship

Last synced: 18 Dec 2025

https://github.com/yjdoc2/makefile-generator

A simple makefile generator, which reads c and cpp header files, and generates a makefile which can compile and generate a binary for the c/cpp files

c cpp14 makefile

Last synced: 18 May 2026

https://github.com/yjdoc2/yjdoc2

GitHub Profile Readme

Last synced: 13 Apr 2026

https://github.com/yjdoc2/cpp-test-suite

A simple testing framework written in C++ for test driven developement

cpp14 test-driven-development

Last synced: 20 Mar 2025

https://github.com/yjdoc2/popflix

Last synced: 12 Feb 2026

https://github.com/yjdoc2/kerberos-examples

Repository containing example usage of Kerberos-js and Kerberos-py repositories.

kerberos nodejs python3 security

Last synced: 02 May 2026

https://github.com/yjdoc2/kerberos-js-module

Node package for giving an API over Kerberos protocol.This gives interface to create Authentication server, Ticket Granting Server, and Servers to be protected.

kerberos-protocol nodeje security

Last synced: 09 May 2026