Skip to content
View sidewinder040's full-sized avatar
🙂
🙂
  • Bedfordshire, England
Block or Report

Block or report sidewinder040

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. Daily ISO Updater for Ubuntu Desktop... Daily ISO Updater for Ubuntu Desktop and Derivatives
    1
    #! /bin/bash
    2
    # M. Crouch 09/03/2020 - Inspiration by Popey Youtube channel
    3
    # Command Arg: Date string eg. 20200309 
    4
    # Refer to http://iso.qa.ubuntu.com/qatracker/milestones/408/builds for date string
    5
    
                  
  2. AutoInstallBashScripts AutoInstallBashScripts Public

    Forked from dasgeekchannel/AutoInstallBashScripts

    Scripts for core packages like Filezilla, Atom, Steam, Simplenote, Lutris, OBS, etc. auto installation bash script

    Shell

  3. TodoRust TodoRust Public

    Rust

  4. .vimrc .vimrc
    1
    colorscheme delek
    2
    
                  
    3
    :let mapleader = " "
    4
    set timeout timeoutlen=500 " Set timeout length to 500 ms
    5
    
                  
  5. ToDo ToDo Public

    A To Do List written in C++

    C++

  6. C++ Static Vector Class C++ Static Vector Class
    1
    #include <iostream>
    2
    #include <vector>
    3
    
                  
    4
    using namespace std;
    5