Skip to content
View jstmm's full-sized avatar
  • United Kingdom
  • 08:33 (UTC)

Block or report jstmm

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. game-01 game-01 Public

    New Project - in progress

    C++

  2. file-organizer file-organizer Public

    Move files into appropriate folders according to their extensions

    C++

  3. ccipher ccipher Public

    Simple Caesar cipher program to encrypt and decrypt text files

    C++

  4. shell-cpp shell-cpp Public

    Simple Shell

    C++

  5. tcp-client-server tcp-client-server Public

    TCP connection between client and server programs using glibc's socket implementation

    C

  6. PowerShell script to backup an WSL I... PowerShell script to backup an WSL Instance
    1
    # Define the WSL instance name
    2
    $instanceName = "Ubuntu"
    3
    
                  
    4
    # Create a timestamped filename
    5
    $timestamp = (Get-Date -Format "yyyy_MM_dd_-_HH_mm_ss")