Skip to content

Instantly share code, notes, and snippets.

View shelbyKiraM's full-sized avatar

Shelby Kira Marvell shelbyKiraM

View GitHub Profile
@shelbyKiraM
shelbyKiraM / GistList!.md
Created November 30, 2014 06:54
Try GistList for iOS! http://gistlist.io/

##alt text GistList: TODO for coders alt text

@shelbyKiraM
shelbyKiraM / GistList!.md
Created January 10, 2015 07:49
Try GistList for iOS! http://gistlist.io/

##alt text GistList: TODO for coders alt text

Pasteboard:

==> Upgrading 1 outdated package, with result:
node 0.12.7
==> Upgrading node
rm /usr/local/bin/node
rm /usr/local/etc/bash_completion.d/npm
rm /usr/local/include/node
rm /usr/local/lib/dtrace/node.d

rm /usr/local/share/man/man1/node.1

function http() {
echo 'Loading...\n'
wget http://http.cat/$1 >/dev/null 2&> $1.chk
grep "ERROR 404" $1.chk >/dev/null
if [ $? = 1 ]; then
mv $1 $1.jpg
qlmanage -p $1.jpg >/dev/null 2&> /dev/null
osascript -e '
tell app "iTerm"
reopen
/**
* breakapart
*
* @return array
* @author Shelby Munsch
**/
function breakapart(string $combinedstring)
{
$return = array("name", "email");
SetTimer, Raceprogressrefresh, 1000
loop, 6
Dracecount%A_index% = 0
Racecount = 0
Lastrace = 0
ChangeOil = 0
Oilfrequency = 7
Racestooilchange = 7
Racelength = 0
Currentdriver = Driver N/A
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by configure, which was
generated by GNU Autoconf 2.68. Invocation command line was
$ ./configure --with-taglib --with-curl --enable-unicode --disable-debug --disable-dependency-tracking LDFLAGS=-liconv --prefix=/Users/user/Developer/Cellar/ncmpcpp/0.5.7
## --------- ##
## Platform. ##
@shelbyKiraM
shelbyKiraM / view.py
Created July 1, 2012 00:18
Viewer/voter for my wallbase scraper
import sys
import os
import pygame
import shutil
from pygame.locals import *
prefix = "C:\\walls\\"
images = []
@shelbyKiraM
shelbyKiraM / wallbase.py
Created July 1, 2012 09:02
A python script that pulls images from wallbase and sorts based on a up or down vote
import sys
import os
import pygame
import shutil
import urllib2
import re
import threading
from urllib import urlretrieve
from bs4 import BeautifulSoup
from pygame.locals import *
@shelbyKiraM
shelbyKiraM / gist:3494274
Created August 28, 2012 02:06
Homebrew mplayer2-wm4 errors
18:57:08 user@Daedalus.local ~ brew install --HEAD pigoz/mplayer2/mplayer2-wm4 -v 130 ↵
==> Cloning git://git.mplayer2.org/wm4/mplayer2.git
Updating /Library/Caches/Homebrew/mplayer2-wm4--git
/usr/local/bin/git config remote.origin.url git://git.mplayer2.org/wm4/mplayer2.git
/usr/local/bin/git config remote.origin.fetch +refs/heads/master:refs/remotes/origin/master
/usr/local/bin/git fetch origin
/usr/local/bin/git reset --hard origin/HEAD
HEAD is now at 2793e7e Merge remote-tracking branch 'origin/master'
/usr/local/bin/git checkout-index -a -f --prefix=/private/tmp/homebrew-mplayer2-wm4-HEAD-ziv9/
==> Generating VERSION from the Homebrew's git cache