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

Block or report st3w

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

  1. neo neo Public

    Simulates the digital rain from "The Matrix" (CMatrix clone with 32-bit color and Unicode support)

    C++ 611 25

  2. StopWatch StopWatch Public

    This is a very basic C++11 stopwatch implementation using <chrono>

    C++ 1 1

  3. GameEngineSDL GameEngineSDL Public

    A very basic SDL game engine with state management

    Objective-C

  4. LZWCompress LZWCompress Public

    A compression/decompression utility based on the LZW compression scheme written in C++11

    C++ 1

  5. Verlengine Verlengine Public

    A 2D Physics Engine written in C++11 utilizing Verlet integration

  6. KMP KMP Public

    Searches for a string within a file and returns the line and column number utilizing the KMP algorithm.

    Java