Skip to content

Instantly share code, notes, and snippets.

View 57-Wolve's full-sized avatar

William Gill 57-Wolve

View GitHub Profile
@57-Wolve
57-Wolve / keybase.md
Last active May 13, 2019 09:17
keybase.md

Keybase proof

I hereby claim:

  • I am 57-Wolve on github.
  • I am 57_wolve (https://keybase.io/57_wolve) on keybase.
  • I have a public key whose fingerprint is 0695 F26B DAAC 11C4 A1DD 1388 28E3 A8FA 6AA2 F13A

To claim this, I am signing this object:

@57-Wolve
57-Wolve / MUID.sh
Created October 20, 2017 12:51
Linux Unique Machine ID
echo $(sudo dmidecode -t 4 | grep ID | sed 's/.*ID://;s/ //g') \ $(ifconfig | grep -oP 'HWaddr \K.*' | sed 's/://g') | sha256sum | awk '{print $1}'
blkid | grep -oP 'UUID="\K[^"]+' | sha256sum | awk '{print $1}'
@57-Wolve
57-Wolve / docker-cleanup
Created January 11, 2017 05:17 — forked from wdullaer/docker-cleanup
Cleanup unused Docker images and containers
#!/bin/sh
# Cleanup docker files: untagged containers and images.
#
# Use `docker-cleanup -n` for a dry run to see what would be deleted.
untagged_containers() {
# Print containers using untagged images: $1 is used with awk's print: 0=line, 1=column 1.
# NOTE: "[0-9a-f]{12}" does not work with GNU Awk 3.1.7 (RHEL6).
# Ref: https://github.com/blueyed/dotfiles/commit/a14f0b4b#commitcomment-6736470
docker ps -a | tail -n +2 | awk '$2 ~ "^[0-9a-f]+$" {print $'$1'}'
--[[---------------------------------------------------------------------------
DarkRP custom shipments and guns
---------------------------------------------------------------------------
This file contains your custom shipments and guns.
This file should also contain shipments and guns from DarkRP that you edited.
Note: If you want to edit a default DarkRP shipment, first disable it in darkrp_config/disabled_defaults.lua
Once you've done that, copy and paste the shipment to this file and edit it.
@57-Wolve
57-Wolve / CSS-Gears.markdown
Last active August 29, 2015 14:20
CSS Gears

CSS Gears

I made these for my new portfolio site. You might be able to use this as a loading animation or something like that. I had this demo up here before but I think codepen ate it. They do look pretty tasty.

Forked from Alex Tebbs's Pen CSS Gears.

A Pen by William on CodePen.

License.

@57-Wolve
57-Wolve / Loading-animation-with-keyframe-for-SCSS-&-Jade..markdown
Created May 3, 2015 06:10
Loading animation with keyframe for SCSS & Jade.
@57-Wolve
57-Wolve / Battlefield-3-Loading-Indicator.markdown
Created May 3, 2015 06:08
Battlefield 3 Loading Indicator