Skip to content
View janchrizz's full-sized avatar
  • Berlin

Block or report janchrizz

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

Popular repositories Loading

  1. Panorama Panorama Public

    Uses numpy and scipy as libraries. Stitches multiple images into one panorama using point correspondence and homography

    Jupyter Notebook 1

  2. IDTech IDTech Public

    Forked from CampAsAChamp/ID-Tech-Credit-Card-Terminal-Manager

    Our Informatics 117 project repository

    HTML

  3. File-System- File-System- Public

    Project from CS 143B: Project in Operating System class. Implements a 64 x 64 block space to simulate file system operations using Java. Supports cr/create, op/open, rd/read, wr/write, sk/seek, dr/…

    Java

  4. Embedded-Systems Embedded-Systems Public

    Projects from CS 145L class. 1 - Blinking LED button push, 2 - Time-keeping, 3 - MusicPlayer, 4 - Voltmeter, 5 - Time-keeping with alarm, stopwatch, timer that plays music.

    C

  5. Game-Store-Simulator Game-Store-Simulator Public

    Simulates online games store using data structures such as hashtable, priority queues, linked-list, BST.

    C++

  6. CPU-Scheduling CPU-Scheduling Public

    Simulates scheduling algorithms such as FIFO, Round Robin, SJF, Priority. Credits to CS 143 for process, filter, and loader files.

    Java