Skip to content
View AlvinOsterndorff's full-sized avatar

Block or report AlvinOsterndorff

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. SQLite-Page-Cache SQLite-Page-Cache Public

    Stores frequently accessed database pages in memory, evicting pages according to either the LRU or the LRU-2 page replacement policy.

    C++ 1

  2. linearAlgebraCalculator linearAlgebraCalculator Public

    A calculator for solving linear algebra problems. This program utilizes String arrays rather than integer, double, or float arrays.

    Java

  3. FlaskCRUD FlaskCRUD Public

    A basic to-do list task manager CRUD app using Flask. Available at https://alvinsflaskcrudapp.herokuapp.com/

    Python

  4. Unix-Shell Unix-Shell Public

    A command line interpreter with the ability to execute multiple commands, output redirection, piping, and loops.

    C

  5. Web-Scraped-Auction-Database Web-Scraped-Auction-Database Public

    Scrapes eBay auction data from JSON files and loads it into an SQLite database according to schema specified in an Entity-Relationship model.

    Python

  6. EducationalJavaWebApp EducationalJavaWebApp Public

    An educational aid application for beginner Java programmers.

    JavaScript