This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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}' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| string = "FourscoreandsevenyearsagoourfaathersbroughtforthonthiscontainentanewnationconceivedinzLibertyanddedicatedtothepropositionthatallmenarecreatedequalNowweareengagedinagreahtcivilwartestingwhetherthatnaptionoranynartionsoconceivedandsodedicatedcanlongendureWeareqmetonagreatbattlefiemldoftzhatwarWehavecometodedicpateaportionofthatfieldasafinalrestingplaceforthosewhoheregavetheirlivesthatthatnationmightliveItisaltogetherfangandproperthatweshoulddothisButinalargersensewecannotdedicatewecannotconsecratewecannothallowthisgroundThebravelmenlivinganddeadwhostruggledherehaveconsecrateditfaraboveourpoorponwertoaddordetractTgheworldadswfilllittlenotlenorlongrememberwhatwesayherebutitcanneverforgetwhattheydidhereItisforusthelivingrathertobededicatedheretotheulnfinishedworkwhichtheywhofoughtherehavethusfarsonoblyadvancedItisratherforustobeherededicatedtothegreattdafskremainingbeforeusthatfromthesehonoreddeadwetakeincreaseddevotiontothatcauseforwhichtheygavethelastpfullmeasureofdevotionthatweherehighlyresolvethatthe |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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 |