Skip to content

Instantly share code, notes, and snippets.

View collinprice's full-sized avatar

Collin Price collinprice

View GitHub Profile
@collinprice
collinprice / gist:5783748
Created June 14, 2013 17:29
Ubuntu Install
sudo apt-get install vlc chromium-browser git subversion filezilla vim qbittorrent
dropbox
sublime text 2
<?php
$b = false;
if ($b) {
function doit() {
echo "one";
}
}
@collinprice
collinprice / gist:5259850
Created March 28, 2013 01:52
Install ifeffit on debian squeeze
Add repos to /etc/apt/sources.list
---- Debian (choose your distribution)
deb http://debian-xray.iit.edu etch main contrib non-free
deb http://debian-xray.iit.edu lenny main contrib non-free
Install pgplot5
http://ftp.debian.org/debian/pool/non-free/p/pgplot5/

Twitter公式クライアントのコンシューマキー

Twitter for iPhone

Consumer key: IQKbtAYlXLripLGPWd0HUA
Consumer secret: GgDYlkSvaPxGxC4X8liwpUoqKwwr3lCADbz8A7ADU

Twitter for Android

Consumer key: 3nVuSoBZnx6U4vzUxf5w
Consumer secret: Bcs59EFbbsdF6Sl9Ng71smgStWEGwXXKSjYvPVt7qys

Twitter for iPad

Consumer key: CjulERsDeqhhjSme66ECg

+(id)sharedInstance {
static dispatch_once_t p = 0;
__strong static id _sharedObject = nil;
dispatch_once(&p, ^{
_sharedObject = [[self alloc] init];
});
return _sharedObject;
@collinprice
collinprice / awesome-php.md
Created October 31, 2012 22:05 — forked from ziadoz/awesome-php.md
Awesome PHP Libraries