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 = "SwiffCore" | |
s.version = "1.0" | |
s.summary = ".swf parsing and rendering framework for Mac OS X and iOS" | |
s.homepage = "http://www.musictheory.net/" | |
s.author = "musictheory.net, LLC." | |
s.license = { :type => 'BSD', :file => 'license' } | |
s.platform = :ios, '7.0' | |
s.requires_arc = true | |
s.source_files = "Source/*.{h,m}" |
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
{ | |
"name": "MKNetworkKit", | |
"version": "0.87", | |
"summary": "ARC ready Networking Framework with built in authentication and HTTP 1.1 caching standards support for iOS 5+ devices.", | |
"homepage": "https://github.com/MugunthKumar/MKNetworkKit", | |
"authors": { | |
"Mugunth Kumar": "[email protected]" | |
}, | |
"source": { | |
"git": "https://github.com/MugunthKumar/MKNetworkKit.git", |
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
import UIKit | |
import XCPlayground | |
XCPSetExecutionShouldContinueIndefinitely() | |
func postAsync() { | |
// create the url-request | |
let urlString = "http://api.search.nicovideo.jp/api/snapshot/" | |
//let urlString = "http://www.google.com" |
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 = 'GData' | |
s.version = '1.9.1' | |
s.license = { :type => 'Apache License, Version 2.0', :file => 'COPYING.txt' } | |
s.summary = "The Google data APIs provide a simple protocol for reading and "\ | |
"writing data on the web. Many Google services provide a Google data API." | |
s.homepage = 'https://code.google.com/p/gdata-objectivec-client' | |
s.author = { 'The Google Data APIs team' => 'https://code.google.com/p/gdata-objectivec-client' } | |
s.source = { :svn => 'http://gdata-objectivec-client.googlecode.com/svn', :tag => 'gdata-objectivec-client-1.9.1' } |
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 = 'SSZipArchive' | |
s.version = '0.3.1' | |
s.summary = 'Utility class for zipping and unzipping files on iOS and Mac.' | |
s.description = 'SSZipArchive is a simple utility class for zipping and unzipping files on iOS and Mac.' | |
s.homepage = 'https://github.com/soffes/ssziparchive' | |
s.license = { :type => 'MIT', :file => 'LICENSE' } | |
s.author = { 'Sam Soffes' => '[email protected]' } | |
s.source = { :git => 'https://github.com/soffes/ssziparchive.git', :tag => "v#{s.version}" } | |
s.ios.deployment_target = '4.0' |
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
# destiny beta code getter | |
twitter = require 'ntwitter' | |
Spooky = require 'spooky' | |
async = require 'async' | |
# | |
# config | |
# | |
twitterToken = |
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
diff --git a/Simple Light/ViewController.h b/Simple Light/ViewController.h | |
index 21571f3..db2709d 100644 | |
--- a/Simple Light/ViewController.h | |
+++ b/Simple Light/ViewController.h | |
@@ -13,6 +13,7 @@ | |
AVCaptureDevice *captureDevice; | |
AVCaptureSession *captureSession; | |
+ AVCaptureVideoPreviewLayer *videoPreviewLayer; | |
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
;; フレームのフォントを設定 | |
(let* ((font-set-name "myfonts") | |
(size 10) ; ASCIIフォントのサイズ [9/10/12/14/15/17/19/20/...] | |
(asciifont "Monaco") ; ASCIIフォント | |
(jpfont "Hiragino Kaku Gothic Pro") ; 日本語フォント | |
(h (* size 10)) | |
(fontspec (font-spec :family asciifont)) | |
(jp-fontspec (font-spec :family jpfont))) | |
(set-face-attribute 'default nil :family asciifont :height h) | |
(set-fontset-font nil 'japanese-jisx0213.2004-1 jp-fontspec) |
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
testflight = require 'co.saiten.ti.testflight' | |
testflight.takeOff '[team token]' | |
Ti.API.info "start application" | |
baseWin = Ti.UI.createWindow() | |
nav = Ti.UI.iPhone.createNavigationGroup() | |
baseWin.add nav |
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
# RTMPEのtype9 handshakeに対応している必要があるのでRTMPDump v2.4必須 | |
# CentOS5 32bitのさくらVPS、OSX Lionで動作確認。(OSX LionではRTMPDumpを32bitでビルド) | |
# ラジオ第1 | |
rtmpdump --rtmp "rtmpe://netradio-r1-flash.nhk.jp" \ | |
--playpath 'NetRadio_R1_flash@63346' \ | |
--app "live" \ | |
-W http://www3.nhk.or.jp/netradio/files/swf/rtmpe.swf \ | |
--live \ | |
-o r1.m4a |
NewerOlder