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

Block or report froschgrosch

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. logisim-cpu logisim-cpu Public

    A collection of simple CPUs in logisim.

    1

  2. wiirec wiirec Public

    Powershell helper scripts to record Wii Gameplay

    PowerShell

  3. Split int into digits recursively Split int into digits recursively
    1
        public String[] toStringArr(int number) {
    2
            String[] output = new String[0];
    3
            int cl = 0; // currentLength
    4
            // Diese Funktion wandelt Integer von 0 bis 999999999 in ein String-Array um
    5
            if (number < 0) { // negative Nummer, geht nicht 
  4. Quake3e_render Quake3e_render Public

    A Powershell application to aid in demo rendering

    PowerShell 1