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

Block or report wheelsandmetal

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. pingfs pingfs Public

    Cloud storage that isn't just someone else's computer

    C++

  2. jackhanslope/skat jackhanslope/skat Public

    Rust 1

  3. ghost-game ghost-game Public

    python implementation of ghost game

    Python

  4. Creating a custom begin command in l... Creating a custom begin command in latex and have the matching end command auto inserted. All pure vim script
    1
    function! FindAndReplaceInputWordInNext3Lines()
    2
    	call inputsave()
    3
    	let word = input("> ")
    4
    	call inputrestore()
    5
    	execute printf(":.,.+3s/THISISAWORD/%s/g", word)
  5. eusc-agm-vote eusc-agm-vote Public

    GoLang web app that can be used as a front end for elections

    Go 1

  6. eusc-agm-vote-controller eusc-agm-vote-controller Public

    Python backend for eusc-agm-vote web app

    Python