- DDR Ultramix 2より I'm in Heaven / Jason Nevins & Holly James
- DDRMAX2 CS USAより Love at First Sight / Kylie Minogue
- DDR Universe 2より Steppin' Out / Kaskade
- beatmania USAより The Way You Move / Paul Grogan feat. Natalie Martin
- Zumba Fitness World Partyより Clarity / Zedd feat. Foxes
- Dance Central 3より Better Off Alone / Alice Deejay
- DDRMAX2 CS USAより Heaven / DJ Sammy & Yanou featuring Do
- DDR Ultramix 2より After All (Svensen & Gielen Remix) / Delerium feat. Jael (of Lunik)
This file contains hidden or 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/UIKit.h> | |
@interface SEXSextView : UITextView | |
@end |
This file contains hidden or 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
~ ⇒ ruby youtube-base64.rb | |
???h?/@éۤ??C??]?q,?d?]?????-r???Xj#????.㊎+,?)??|?" | |
;qGAӂb7?~???Sƽ | |
V????+AG`?C | |
??s.? ??M??It? -d?WKq?\?~^?@s??1?????Ƚc?@??????4??|???$??3???.?#?x;Q<ł???1] Bv=E??MHG???b?Wg??lK2 | |
"E??$?????`m4d???gց?Y?1hq?C??U?c ???2?-??ˁV??C?o˅V?=????-???wY?=l6??+??h{ə#??s???[?-?&???K???q/???@ }???-???b-?3ji?,M??r???DD??R?H?-???????M?s??g????I?Y_z?~??h?? ???q?"=Ą?Ao*??H?t^?]7?k | |
*<??V?^RhP???I?ջ?66W>?j | |
ט??t?Q?v?qd?:?t?X????>S]Ak?%??)?!?nK<n?6d?혌b?Ja?!?-DX?U???j??(@/?!V?l`?????RCB???B?a?7????>?r??㖰e1'?Y+?????? ?])????????(?j]{x?}z??]??Xkq?!8????[????<?Z?`?G?? M??Zf??jl?|p?S?%??1"?+ӥ?7 | |
Kmh/yq_ | |
`1P?????T?ƶ?o????ߕ<?4?/pz?l??\Z?gҥᬀ??(,????b??s?Q? |
This file contains hidden or 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
QMA 4 GEM 2007/01/11 | |
IIDX GOLD GLD 2007/02/21 | |
pop'n 15 G15 2007/04/25 | |
Otomedius GGG 2007/11/02 | |
DJ Troopers HDD 2007/12/19 | |
QMA 5 HAL 2008/01/12 | |
pop'n 16 H16 2008/03/24 | |
Horseriders G23 2008/04/09 | |
GFDM V5 H32/H33 2008/06/18 | |
Empress I00 2008/11/19 |
This file contains hidden or 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
#!/usr/bin/env ruby | |
require "rubygems" | |
require "json" | |
duration_map = {} | |
Dir.glob("*.json") do |fn| | |
File.open(fn) do |f| | |
obj = JSON.parse(f.read()) | |
duration = obj["duration"] |
This file contains hidden or 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
-(void) viewWillLayoutSubviews { | |
int margin = 10; | |
// Text view | |
int h = 80; | |
int x = margin; | |
int y = self.view.frame.size.height - margin - h; | |
int w = self.view.frame.size.width - (2 * margin); | |
self.descriptionView.frame = CGRectMake(x, y, w, h); | |
// Screenshot | |
int targetZoneHeight = y - margin; |
This file contains hidden or 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
# build your own SDVX soundtrack | |
# grabs all the YouTube URLs for konemi's SDVX lineouts | |
# and makes a shell script that downloads them and turns them to MP3s | |
# | |
# requires: youtube-dl, ffmpeg | |
# usage: ruby sdvx-gst.rb > sdvx-gst.sh | |
# | |
# hey konami, it's kind of dumb we can't pay you to get these songs, just sayin' | |
require 'rubygems' |
This file contains hidden or 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
ごりらがいるんだ かぼちゃがうたってみたVer. / ピノキオP feat. かぼちゃ / 160 / — / — / — | |
こちら、幸福安心委員会です。 / うたたP / — / — / — / 14 | |
サリシノハラ / みきとP feat.りぶ / — / — / — / 13 | |
サンドリヨン / Dios/シグナルP / — / — / — / 13 | |
Antinomie (SDVX EDIT) / void(IOSYS) feat. 厚志(石鹸屋) / — / — / — / — | |
Keep Going! / REDALiCE feat. 野宮あゆみ / ― / ― / ― / ― | |
Power of Battle (SDVX EDIT) / RoughSketch vs REDALiCE feat.イザベル / ― / ― / ― / ― | |
Two Fates / 発熱巫女~ず / ― / ― / ― / ― | |
天狗の落とし文 feat.ytr / 魂音泉 / ― / ― / ― / ― | |
魔境堕天録サリエル / Unlucky Morpheus / — / — / — / — |
This file contains hidden or 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
# onsen | |
# API URL | |
channel = 'lv96524916' # nicoindies | |
url = "http://live.nicovideo.jp/nsendata?v=#{channel}" | |
# HELPERS | |
last = (a) -> a[a.length-1] | |
id_for_url = (url) -> last url.split('/') |