Skip to content
View dsljones7777's full-sized avatar

Highlights

  • Pro

Block or report dsljones7777

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. 2048-GUI 2048-GUI Public

    School project for 2048 GUI version using Java

    Java

  2. 2048-Console 2048-Console Public

    School project 2048 using the console (Java)

    Java

  3. Dollar-Os-Bootloader Dollar-Os-Bootloader Public

    Personal project that is a boot loader for a specific custom kernel called Dollar Os

    Assembly

  4. PatchCodeCreator PatchCodeCreator Public

    This C# project inspects PE (executable/dll/sys) files and determines what they import. It can also extract the function definitions (using Bing and MSDN) of exported functions and create code file…

    C#

  5. PasswordChecker PasswordChecker Public

    This x86 16 bit program is a password checker to make sure a password meets requirements. Updates requirements needed on each keystroke

    Assembly

  6. InfixToPostfixConverter InfixToPostfixConverter Public

    School project to convert infix to postfix and evaulate a postfix expression

    Java