[go: nahoru, domu]

Skip to content
View the-codinator's full-sized avatar
🎧
May the `code` be with you!
🎧
May the `code` be with you!
Block or Report

Block or report the-codinator

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. anime-downloader-bookmarklet anime-downloader-bookmarklet Public

    Horriblesubs quick downloader bookmarklet

    JavaScript 1

  2. Some good to have configs for bash (... Some good to have configs for bash (or zsh) for your terminal
    1
    ###################
    2
    ##### SOURCES #####
    3
    ###################
    4
    
                  
    5
    ##### Aliases #####
  3. A script that automatically commits ... A script that automatically commits changes to stuff in a directory
    1
    #!/bin/bash
    2
    
                  
    3
    # Script to auto commit all changes in a specific repository
    4
    # Run this with a scheduler like launchd or systemd
    5
    
                  
  4. Useful CLI tools to have for you shell Useful CLI tools to have for you shell
    1
    Useful CLI tools to have for you shell
    2
    ---
    3
    
                  
    4
    > Almost everything here is installable via [`homebrew`](https://brew.sh/)
    5
  5. LeetCodeTester LeetCodeTester Public

    A LeetCode style Testing Suite built over JUnit 5 with Jackson

    Java 1

  6. uclip uclip Public

    A simple CLI utility tool to copy data across devices, over the internet!

    Shell