Pinned Repositories
fetcher
A QNX process for fetching data from sensors over I2C.
ground-station
The ground station software used to interface with the ground station LoRa board and distribute signals from the rocket across websocket connections.
C-onway
A real-time Conway's Game Of Life simulation in C, with simulation analytics.
gol-16
A custom 16-bit processor with a custom assembly language and emulator, based off of the ARM 32-bit processor.
logicGates
The Logic Gates generator is a command line program that makes use of Python to generate logic gate schematics of (theoretically) any size, along with their Karnaugh map.
nvim
My custom neovim configuration.
portfolio
Personal portfolio website.
pulse.nvim
A simple timer plugin for Neovim.
typeTracker
Analyzes typing data from Keybr.com and displays it graphically according to user preference. Involves polynomial interpolation using Numpy and graph visuals using Matplotlib. Console interface or CLI usage available.
linguini1's Repositories
linguini1/pulse.nvim
A simple timer plugin for Neovim.
linguini1/nvim
My custom neovim configuration.
linguini1/gol-16
A custom 16-bit processor with a custom assembly language and emulator, based off of the ARM 32-bit processor.
linguini1/logicGates
The Logic Gates generator is a command line program that makes use of Python to generate logic gate schematics of (theoretically) any size, along with their Karnaugh map.
linguini1/portfolio
Personal portfolio website.
linguini1/typeTracker
Analyzes typing data from Keybr.com and displays it graphically according to user preference. Involves polynomial interpolation using Numpy and graph visuals using Matplotlib. Console interface or CLI usage available.
linguini1/beanO
A simple full-stack website using Django and React made to display jelly bean information from a database.
linguini1/cube
A spinning cube in C.
linguini1/oec
The submission for the Ontario Engineering Competitions 2023. Requirement was to match a patient with a ranking of 12 healthcare facilities (given a database of 40) based on their demographic info, location and underlying conditions & symptoms.
linguini1/arbora
Forest repopulation simulation designed using Python's Flask and the React framework. Designed by a team of 4 within the 5 hour development window as part of Carleton's annual CENG-C Programming Competition. This project qualified our team to compete the Ontario Engineering Competition with other university's finalists.
linguini1/C-onway
A real-time Conway's Game Of Life simulation in C, with simulation analytics.
linguini1/careFinder
Matches patients with healthcare providers based on their specific needs and health profile. Based on the original OEC 2023 challenge.
linguini1/EduEval
The BorealisAI Let's Solve It mentorship project: summarizing student feedback submissions on their professor into one cohesive paragraph for faculty consideration during performance reviews.
linguini1/WMS
A warehouse management system.
linguini1/aoc2022
My solutions to the Advent of Code challenges of 2022.
linguini1/aoc2023
My solutions to the 2023 Advent of Code problems.
linguini1/CEC-2024-Programming-Competition
Rundle's submission for CEC Programming 2024
linguini1/conway
Conway's game of life in a Python GIF exporter.
linguini1/expro
A C pre-processor API for generating mathematical languages like a scripting language. Toy project.
linguini1/fives-and-ones
A statistical analyzer to help you win Fives and Ones (or Dice 10000).
linguini1/help-text
Utility for generating help text for C command line tools from a plain-text input.
linguini1/jumbler
Experiment with typoglycemia using plain-text input and output.
linguini1/jumbler-rs
Rust implementation of the jumbler project in C.
linguini1/kicad-color-schemes
Want to change the color scheme of KiCad? Look here for Inspiration.
linguini1/kicad-colourscheme-converter
A script for translating KiCad colour schemes into new colour schemes using a user defined palette.
linguini1/linguini1
Biography.
linguini1/nuttx
Apache NuttX is a mature, real-time embedded operating system (RTOS)
linguini1/nuttx-apps
Apache NuttX Apps is a collection of tools, shells, network utilities, libraries, interpreters and can be used with the NuttX RTOS
linguini1/oec-2024
linguini1/quadratic
Command line program to find the zeroes of a quadratic polynomial in form ax^2 + bx + c.