Skip to content
View RGonzalezTech's full-sized avatar

Block or report RGonzalezTech

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. godot-tester godot-tester Public

    Forked from croconut/godot-tester

    A Github Action to handle testing Godot applications with GUT

    GDScript

  2. SpaceTap SpaceTap Public

    GDScript 1

  3. Simple-Ruby-IRC-Bot Simple-Ruby-IRC-Bot Public

    Made this bot as a simple auto-greeter to use for Twitch.TV

    Ruby 1

  4. Some helpful aliases I use in my CLI Some helpful aliases I use in my CLI
    1
    alias gmain="git checkout main"
    2
    alias greset="git reset --hard"
    3
    alias gstatus="git status"
    4
    alias gdiff="git diff"
    5
    alias gclean=git_clean.sh # this script checks out main, pulls, and prunes merged branches
  5. This script will checkout `main`, pu... This script will checkout `main`, pull, and remove merged branches.
    1
    #!/bin/bash
    2
    
                  
    3
    # Check out the main branch
    4
    git checkout main
    5
    
                  
  6. Nand2Tetris-Verilog Nand2Tetris-Verilog Public

    Taking the Nand2Tetris course and following along implementing the modules in Verilog

    Verilog 1