Skip to content

Instantly share code, notes, and snippets.

Pod::Spec.new do |s|
s.name = 'MASPreferences'
s.version = '1.0.1-beta'
s.summary = 'Custom implementation of Preferences window in Cocoa applications for Mac OS X.'
s.homepage = 'https://github.com/shpakovski/MASPreferences'
s.license = { :type => 'BSD', :file => 'README.md' }
s.author = 'Vadim Shpakovski'
s.source = { :git => 'https://github.com/shpakovski/MASPreferences.git', :commit => 'eaa03055e5a6194e2be22fa091a052b354e56dba' }
s.platform = :osx
s.source_files = '*.{h,m}'
@erwanb
erwanb / greplin_challenge_1
Created March 1, 2011 18:43
a naive solution to the greplin challenge level 1
string = "FourscoreandsevenyearsagoourfaathersbroughtforthonthiscontainentanewnationconceivedinzLibertyanddedicatedtothepropositionthatallmenarecreatedequalNowweareengagedinagreahtcivilwartestingwhetherthatnaptionoranynartionsoconceivedandsodedicatedcanlongendureWeareqmetonagreatbattlefiemldoftzhatwarWehavecometodedicpateaportionofthatfieldasafinalrestingplaceforthosewhoheregavetheirlivesthatthatnationmightliveItisaltogetherfangandproperthatweshoulddothisButinalargersensewecannotdedicatewecannotconsecratewecannothallowthisgroundThebravelmenlivinganddeadwhostruggledherehaveconsecrateditfaraboveourpoorponwertoaddordetractTgheworldadswfilllittlenotlenorlongrememberwhatwesayherebutitcanneverforgetwhattheydidhereItisforusthelivingrathertobededicatedheretotheulnfinishedworkwhichtheywhofoughtherehavethusfarsonoblyadvancedItisratherforustobeherededicatedtothegreattdafskremainingbeforeusthatfromthesehonoreddeadwetakeincreaseddevotiontothatcauseforwhichtheygavethelastpfullmeasureofdevotionthatweherehighlyresolvethatthe
#!/bin/sh
logfile="/root/log.txt"
echo "-----" >> $logfile
# New sources.list
cat > /etc/apt/sources.list <<EOF
deb http://gb.archive.ubuntu.com/ubuntu/ karmic main restricted
deb-src http://gb.archive.ubuntu.com/ubuntu/ karmic main restricted
deb http://gb.archive.ubuntu.com/ubuntu/ karmic-updates main restricted