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

Block or report JesseRussell411

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

  1. AES_in_C AES_in_C Public

    implementation of the AES encryption algorithm in C

    C

  2. garwin garwin Public

    The (Gar)bage (Win)dow System. I couldn't find a simple, free to use window system for react so I made one. Would like to make this in plain html-css-js at some point so that it is framework agnostic.

    TypeScript 1

  3. ExoParse ExoParse Public

    Command line calculator running in .net core. Uses the IntFloatFrac data type from my other repository: https://github.com/JesseRussell411/JesseRussell.Numerics.

    C#

  4. itmod itmod Public

    Stands for Iterator Modifier. Linq for typescript. I was inspired by this video: https://www.youtube.com/watch?v=fG8GgqfYZkw. Something about an intelligent person showing off what they built made …

    TypeScript

  5. javaAsynchronous javaAsynchronous Public

    Experimental async-await system for java. See https://github.com/JesseRussell411/javaAsynchronous/blob/master/src/testDrive/Driver.java for some examples.

    Java 1

  6. GameOfLife GameOfLife Public

    Conway's game of life in C++ with Pixel Game Engine for graphics and input: https://github.com/OneLoneCoder/olcPixelGameEngine

    C++