Skip to content
View seankyer's full-sized avatar
🙂
🙂
Block or Report

Block or report seankyer

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
seankyer/README.md

Greetings

Welcome to my Github repository ⚡


Private Projects (Contact me for viewing):

  1. CUrchinsOS - a multi-kernel, userspace operating system - C
    1. Created operating system on baremetal CPU; Developed with Qemu, deployed on Toradix Colibri
    2. Implemented Physical/Virtual Memory, Process Spawning, Multicore, Interprocess and Intercore communication
    3. FAT-32 filesystem, distributed services, networking, shell
    4. UBC Course Code: CPSC-436a
  2. UBCInsightFacade - Fullstack database query engine - TypeScript
    1. Query engine capable of handling filters, aggregations and data manipulations
    2. REST based API connecting backend to HTML/JavaScript frontend

Some Public Projects of Mine:

  1. ArtGenerator (C++)
    1. Created C++ program to generate simple artistic patterns to a file
  2. Arduino Automatic Cat Feeder (C, 3D printing)
    1. Arduino cat feeder with two modes for my two cats (one eats a lot, the other not so much)
    2. 3D printed the chasis of the device
    3. Soldered all components
  3. SuChef (Java)
    1. Recipe manager, cooking assistant, made with Java
    2. CPSC 210 project at UBC
  4. PDF Workflow (Python)
    1. Example of workflow automation I created whilst at MetroPrinters.

Contact information ✨:

Thank you for taking the time to view my profile!
Some repositories private due to academic honesty.

Pinned

  1. SuChef SuChef Public

    A recipe manager program built in Java. Created this application during summer of 2020 as apart of CPSC 210 at UBC.

    Java 1

  2. ArtGenerator ArtGenerator Public

    Computer generated .ppm art (C++)

    C++ 3

  3. AutoCatFeeder AutoCatFeeder Public

    Automatic cat feeder for my cats Coco and Catix. Made with Arduino

    C++