projects



__low level / system projects__


shell in C :: (updating)

C, Bash

a practice shell made by following an online tutorial.
includes a self written file/dir search program that searches by keyword

image of the shell and the file search function





operating system hardening script :: (updating)

Bash, Python

python (+ curses for GUI) script that runs basic UNIX commands to "harden" the OS for more security.
follows the CIS Benchmarks provided. made for ubuntu (my system) currently. will be updating.

image of the GUI





assembler :: (updating)

C++

an assembler written in c++ for my language processing and compiler construction course.
reads and creates intermediate code of a hypthetical language imitating assembly.

image of the assembler





perceptron logic gates & full adder :: [complete]

C++

perceptrons of a neural network that make up three basic logic gates (AND,OR,XOR).
implemented backtracking for the neurons for better accuracy in the full adder.
will be implemented in a future 8-bit computer project

image of the perceptrons





google gemini in terminal :: [complete]

Python

run google gemini in terminal as a text based conversation / query response.
uses the Google AI API (GEMINI_API_KEY) to connect and converse with the AI.
can run in continuous conversation interactive mode
or inline command query for single questions.


deployed as a pip PyPi package
image of the gemini shell







__websites / webapps__


astronomy almanac 2024 :: [complete] (updating: backend)

HTML ,CSS ,JS ,REACT.js ,Express.js ,MongoDB

an almanac website made for my college astronomy club
recaps all major launches, discovering and events of '24.
includes backend compatability for easier information storage

image of the wesite





freelancing website :: (updating)

HTML ,CSS ,JS ,Flask ,Python

a simple website made for students / developers to upload freelancing positions
or projects to find collaboration or aid.
also provides recommendation systems for users

image of the website