Project

Projects - ninthcircle

Filter by tag
From newest to oldest ↓


dnsfwdr - DNS Forwarder

A basic DNS forwarder server in C with capabilities including request caching, request blocking, forwarding requests, and fallback to different authoritative servers when necessary.








binv - BINary Visualizer

A dynamic binary visualizer designed for visualizing file binaries independent of their file formats. It can be used to predict the class of new file formats without requiring prior knowledge or reverse engineering of binaries.


Anode

A native framework for detecting anomalies in CCTV camera footage, emphasizing a comprehensive machine learning pipeline comprising different deep learning architectures such as CNN, LSTM, Optical Flow, SNN, tailored specifically for anomaly detection.


tcprecv - TCP Receiver

A simple and reliable implementation of a TCP receiver from scratch in C++. Which is capable of reassembling datagrams in the environment where the network might reorder datagrams, drop them or deliver them more than once.



malebolge - ML algorithms implementions from scratch

Machine Learning algorithms implementation from scratch in python using just numpy. Involves algorithms such as fuzzy-c-means, local-outlier-factor, logistic-regression, fisher-discriminant-analysis, mean-shift, and various others.


Zuber - Cab booking DMBS framework

A cab booking application DBMS framework featuring OLAP queries, triggers, transactions, a comprehensive schema, over 50 queries, and a populated dummy database. It includes a CLI user interface for interacting with the database.


Basic Unix Shell

A basic Unix shell in C which implements several commands of shell. Used fork() and exec() system-calls to implement the different commands of the shell, with the added choice of running the command via threads or processes.


Colosseum of Tanks - Game

A desktop 2-player tank shooter game in Java using the libGDX library. Mock-up of the original Tank Stars game. With features such as music, game saving, item drops, and multiple tanks and missiles.