Skip to content

Instantly share code, notes, and snippets.

View brynbellomy's full-sized avatar

Bryn Bellomy brynbellomy

  • Texas, Republic of
View GitHub Profile
<!DOCTYPE html>
<html>
<title>s.t.e.v.e.j.o.b.s.</title>
<xmp theme="journal" style="display:none;">
# s.t.e.v.e.j.o.b.s.
## More choices.
s.t.e.v.e.j.o.b.s. is about opening up the playing field to make room for more ideas, more approaches, more choices, and ultimately, more freedom. You're the one using the internet; shouldn't you be able to control every aspect of your experience?
@brynbellomy
brynbellomy / LICENSE.md
Created September 2, 2012 13:27
WTFPL license

DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE

Version 2, December 2004

Copyright (C) 2004 Sam Hocevar <[email protected]>

Everyone is permitted to copy and distribute verbatim or modified copies of this license document, and changing it is allowed as long as the name is changed.

DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

@brynbellomy
brynbellomy / Rakefile-coffeescript.rb
Created September 12, 2012 14:09
a Rakefile for building CoffeeScript cli utils
task :default => [ :uninstall, :clean, :build, :install ]
file "objc-autodoc" do |t|
sh "coffee --compile objc-autodoc.coffee"
sh "echo '#!/usr/bin/env node
' > ./objc-autodoc"
sh "cat ./objc-autodoc.js >> ./objc-autodoc"
sh "chmod +x ./objc-autodoc"
end
@brynbellomy
brynbellomy / Cakefile
Created September 12, 2012 14:45
Cakefile for simple/small projects
fs = require "fs"
{exec} = require "child_process"
util = require "util"
path = require "path"
require "colors"
appFiles = [ ]
coffeeSubdirs = [ "." ]
exclude = [ ".git", "Cakefile", "node_modules", "_x", "public", "uploads", "views" ]
@brynbellomy
brynbellomy / PSCollectionView-0.0.1.podspec
Created September 21, 2012 17:30
PSCollectionView podspec
Pod::Spec.new do |s|
s.name = "PSCollectionView"
s.version = "0.0.1"
s.platform = :ios
s.source_files = "*.{h,m}"
# s.frameworks = "CoreMedia", "CoreVideo", "OpenGLES", "QuartzCore", "AVFoundation", "UIKit"
# s.xcconfig = { "PUBLIC_HEADERS_FOLDER_PATH" => "include/$(TARGET_NAME)" }
s.source = { :git => "git://github.com/ptshih/PSCollectionView.git", :commit => '57680c1cf37ce7742866143cf7f3869aa84c5882' }
@brynbellomy
brynbellomy / Stats.podspec
Created October 12, 2012 16:06
Stats.podspec
Pod::Spec.new do |s|
s.name = 'Stats'
s.version = '0.0.1'
s.license = 'BSD'
s.platform = :ios
s.summary = 'In-app view of memory usage and other stats'
s.homepage = 'https://github.com/shu223/Stats'
s.author = { 'shu223' => '[email protected]' }
s.source = { :git => 'https://github.com/shu223/Stats.git' }
s.source_files = 'Stats/*.{h,m}'
@brynbellomy
brynbellomy / ESSVideoShare.podspec
Last active December 10, 2015 10:39
ESSVideoShare.podspec
Pod::Spec.new do |s|
s.name = "ESSVideoShare"
s.version = "0.0.1"
s.source = { :git => "git://github.com/eternalstorms/ESSVideoShare-for-OS-X-Lion.git", :commit => "8cf287ab4b482b4a4309270235a0356024bf61a1" }
s.platform = :ios
s.source_files = "ESSVideoShare/{Base64Transcoder.*,ESSFacebook.*,ESSFacebookiOSViewController.*,ESSFlickr.*,ESSFlickriOSViewController.*,ESSVideoShare.*,ESSVimeo.*,ESSVimeoiOSViewController.*,ESSYouTube.*,ESSYouTubeiOSViewController.*,NSMutableURLRequest+Parameters.*,NSString+URLEncoding.*,NSURL+Base.*,OAAsynchronousDataFetcher.*,OAConsumer.*,OADataFetcher.*,OAHMAC_SHA1SignatureProvider.*,OAMutableURLRequest.*,OAPlaintextSignatureProvider.*,OARequestParameter.*,OAServiceTicket.*,OASignatureProviding.*,OAToken.*,OAToken_KeychainExtensions.*,OAuthConsumer.*}"
s.requires_arc = false
s.xcconfig = { "PUBLIC_HEADERS_FOLDER_PATH" => "include/$(TARGET_NAME)" }
@brynbellomy
brynbellomy / DTAlertView.podspec
Last active December 10, 2015 12:18
DTAlertView.podspec
Pod::Spec.new do |s|
s.name = 'DTAlertView'
s.version = '0.0.1'
s.platform = :ios
s.license = 'BSD'
s.summary = 'Block-based additions for DTAlertView.'
s.homepage = 'https://github.com/Cocoanetics/DTFoundation'
s.author = { 'Cocoanetics' => '[email protected]' }
s.source = { :git => 'https://github.com/Cocoanetics/DTFoundation.git', :commit => 'c2375f158270fc473d58c5a8c1307d58b4dbc5ec' }
s.source_files = 'Core/Source/{DTAlertView.h,DTAlertView.m}'
@brynbellomy
brynbellomy / DTFoundation.podspec
Last active December 10, 2015 12:19
DTFoundation.podspec
Pod::Spec.new do |s|
s.name = 'DTFoundation'
s.version = '0.0.1'
s.platform = :ios
s.license = 'BSD'
s.summary = 'Helpful stuff.'
s.homepage = 'https://github.com/Cocoanetics/DTFoundation'
s.author = { 'Cocoanetics' => '[email protected]' }
s.source = { :git => 'https://github.com/Cocoanetics/DTFoundation.git', :commit => 'c2375f158270fc473d58c5a8c1307d58b4dbc5ec' }
s.source_files = 'Core/Source/{DTAlertView,DTActionSheet}.{h,m}' #'Core/{DTFoundation.h,Source/{*.{h,m},Externals/minizip/*.*}}'
@brynbellomy
brynbellomy / iOS-CrackRock.podspec
Created January 3, 2013 18:30
iOS-CrackRock-rewrite.podspec
Pod::Spec.new do |s|
s.name = "iOS-CrackRock"
s.version = "0.1.0"
s.summary = "In-app purchase helper classes."
s.homepage = "http://brynbellomy.github.com/iOS-CrackRock"
s.author = { "bryn austin bellomy" => "[email protected]" }
s.license = "WTFPL"
s.source = { :git => "https://github.com/brynbellomy/iOS-CrackRock.git", :commit => "eac715423c2c3f5a420cc27c5576121917c5909d" }