This file contains 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
package { | |
import flash.display.Sprite; | |
import flash.events.Event; | |
import flash.events.NetStatusEvent; | |
import flash.events.UncaughtErrorEvent; | |
import flash.media.Sound; | |
import flash.media.SoundTransform; | |
import flash.net.NetConnection; | |
import flash.net.NetStream; |
This file contains 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 = 'ViewDeck' | |
s.version = '1.4.2' | |
s.platform = :ios | |
s.summary = 'An implementation of the sliding functionality found in the ' \ | |
'Path 2.0 or Facebook iOS apps.' | |
s.homepage = 'https://github.com/Inferis/ViewDeck' | |
s.license = { | |
:type => 'MIT', | |
:text => <<-LICENSE |
This file contains 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
$ git status | |
# On branch master | |
# Changes to be committed: | |
# (use "git reset HEAD <file>..." to unstage) | |
# | |
# modified: bar | |
# | |
# Changes not staged for commit: | |
# (use "git add <file>..." to update what will be committed) | |
# (use "git checkout -- <file>..." to discard changes in working directory) |
This file contains 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
// ==UserScript== | |
// @name Itemize Pull Requests | |
// @version 0.1 | |
// @author ton1517 | |
// @namespace ton1517 | |
// @match https://github.com/* | |
// @grant none | |
// ==/UserScript== | |
;(function () { |