Skip to content
View wolfofalgstreet's full-sized avatar
🌎
Step by step, ferociously ⚡
🌎
Step by step, ferociously ⚡
  • St. Petersburg, FL
Block or Report

Block or report wolfofalgstreet

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

Pinned Loading

  1. PL0-Compiler PL0-Compiler Public

    The PL\0 Machine is able to read P-Machine source code, perform a lexical analysis, parse and generate machine code that then is ran on a virtual machine. Program can echo results at each stage of …

    C 4

  2. HUGE-Fibonacci HUGE-Fibonacci Public

    Overcomes the integer overflow problem by using arrays to represent values, algorithm can compute HUGE Fibonacci sequences very fast, O(nk) time.

    C 2

  3. DistributedWebApp DistributedWebApp Public

    Three-Tier Distributed Web-Based Application. Uses servlets running on a Tomcat server to access and maintain a persistent MySQL database using JDBC.

    Java

  4. Disk-Scheduling Disk-Scheduling Public

    Implementation of the first-come first-served scheduling, shortest seek time first, SCAN, C-SCAN, LOOK, C-LOOK algorithms in GO. Calculate and output the total amount of movements for the input cyl…

    Go

  5. EdgeDetection EdgeDetection Public

    Implements two early computer vision algorithms, the Sobel and Canny edge detectors. Both algorithms make use of the .pgm format to read and manipulate the input image files.

    C 2 1

  6. SkipLists SkipLists Public

    Implements a SkipList data structure, algorithm runs in O(log n). Available commands include: insert, search, delete, and print.

    Java 3