Skip to content

Instantly share code, notes, and snippets.

convert input.jpg -transparent white -fuzz 80%% output.png
<html>
<head>
<style>
body {
background: url('./carbon.png');
font-family: Helvetica, Arial, sans-serif;
}
.content {
@happyrobots
happyrobots / guiders.js
Last active December 21, 2015 17:28
stuffy stuff thing
/**
* guiders.js
*
* version 2.0.0
*
* Released under the Apache License 2.0.
* www.apache.org/licenses/LICENSE-2.0.html
*
* Questions about Guiders?
* Email me (Jeff Pickhardt) at pickhardt@gmail.com
Pod::Spec.new do |s|
s.name = "ReactiveCocoa"
s.version = "2.0.0"
s.summary = "A framework for composing and transforming sequences of values."
s.homepage = "https://github.com/blog/1107-reactivecocoa-is-now-open-source"
s.author = { "Josh Abernathy" => "josh@github.com" }
s.source = { :git => "https://github.com/ReactiveCocoa/ReactiveCocoa.git" }
s.license = 'Simplified BSD License'
s.description = "ReactiveCocoa offers:\n" \
"1. The ability to compose operations on future data.\n" \
@interface UILabel (Fit)
- (void)fitFontSize
@end
Pod::Spec.new do |s|
s.name = 'SVWebViewController'
s.version = '0.2'
s.summary = 'A drop-in inline browser for your iOS app.'
s.homepage = 'http://samvermette.com/173'
s.license = 'MIT'
s.author = { 'Sam Vermette' => 'hello@samvermette.com' }
s.source = { :git => 'https://github.com/nmutiara/SVWebViewController.git' }
s.platform = :ios
s.source_files = 'SVWebViewController/*.{h,m}'
@interface UISegmentedControl (iOS7Flat)
- (void)flattenUIWithFont:(UIFont *)font tintColor:(UIColor *)tintColor highlightedTextColor:(UIColor *)highlightedTextColor;
@end
Pod::Spec.new do |s|
s.name = 'JSMessagesViewController'
s.version = '4.0.4'
s.summary = 'A messages UI for iPhone and iPad.'
s.homepage = 'https://github.com/jessesquires/MessagesTableViewController'
s.social_media_url = 'https://twitter.com/jesse_squires'
s.license = 'MIT'
s.authors = { 'Jesse Squires' => 'jesse.squires.developer@gmail.com' }
s.source = { :git => 'https://github.com/nmutiara/MessagesTableViewController.git' }
s.platform = :ios, '6.0'
@import ObjectiveC;
@interface NSObject (LN_FORCE_SHAPES)
@end
@implementation NSObject (LN_FORCE_SHAPES)
+ (void)load
{
cat ~/.ssh/key.pub | ssh user@123.45.56.78 "mkdir -p ~/.ssh && cat >> ~/.ssh/authorized_keys"