Skip to content

Instantly share code, notes, and snippets.

View seerocode's full-sized avatar

Ro E seerocode

View GitHub Profile
@seerocode
seerocode / iOS URL Schemes
Created August 9, 2023 15:19 — forked from bartleby/iOS URL Schemes
iOS URL Schemes
URL Schemes
Apple
 
Apple Music     — music://geo.itunes.apple.com/us/albums/<albumID>
                – music://geo.itunes.apple.com/us/artists/<artistID>
 
Apple News      — applenews://
App Store       — itms-apps://itunes.apple.com/app/<appID>
Apple TV        — videos://
@seerocode
seerocode / Rakefile
Created April 20, 2018 16:06 — forked from mlafeldt/Rakefile
The Rake tasks I use to manage my blog
require 'stringex'
POSTS_DIR = '_posts'
BUILD_DIR = '_site'
DEPLOY_DIR = '_deploy'
DEPLOY_BRANCH = 'master'
def git(*args)
sh 'git', *args
end
@seerocode
seerocode / Rakefile
Created April 20, 2018 16:04 — forked from mlafeldt/Rakefile
My Jekyll Rake tasks
# Rake tasks for Jekyll
# Inspired by https://github.com/imathis/octopress/blob/master/Rakefile
require 'rake/clean'
require 'redcloth'
require 'stringex'
POSTS_DIR = '_posts'
BUILD_DIR = '_site'
DEPLOY_DIR = '_deploy'
@seerocode
seerocode / README.md
Created January 5, 2018 04:22 — forked from hofmannsven/README.md
My simply MySQL Command Line Cheatsheet
@seerocode
seerocode / CSS3 Android Logo Replica.markdown
Created April 20, 2016 18:13
CSS3 Android Logo Replica