#☆11ハード参考表(200譜面 2013/12/11版)
##SS
###☆地力SS(3譜面)
-
Critical Crystal
-
SABER WING
※前払式支払手段(資金決済に関する法律)として取扱われるコンテンツの範囲については、5.3をご確認ください。 | |
利用規約 | |
株式会社バンダイナムコエンターテインメント(以下、「当社」といいます。)が日本国内向けに提供するゲームサービス(以下、「本サービス」といいます。)のご利用にあたっては、当社が定める以下の規定が適用されます。 |
# convert iPhone P&D team images to one matome | |
images = Dir.glob('IMG*.PNG') | |
images.each do |f| | |
`convert #{f} -crop 750x126+0+464 crop_#{f}` | |
end | |
images = images.map{|f| "crop_#{f}"} | |
`convert #{images.join(' ')} -append result.png` | |
images.each do |f| | |
File.unlink(f) |
#!/bin/ruby | |
raw = `git log | head -n 1` | |
git_strings = raw.split(' ') | |
p git_strings[1] |
#!/bin/ruby | |
git_repo = "[email protected]:hrs113355/tamadora.git" | |
git_string = `git ls-remote #{git_repo} master` | |
p git_string |
lcm = 1.lcm(2).lcm(3).lcm(4).lcm(6).lcm(7).lcm(8).lcm(9) | |
def check(num) | |
s = num.to_s | |
if s.include? "5" | |
return false | |
end | |
[1,2,3,4,6,7,8,9].each do |i| | |
if ! s.include? i.to_s |
#!/usr/bin/python | |
# Quick and dirty demonstration of CVE-2014-0160 by Jared Stafford ([email protected]) | |
# The author disclaims copyright to this source code. | |
import sys | |
import struct | |
import socket | |
import time | |
import select |
<a id="bookmark" href="#" rel="sidebar">bookmark</a> |
#include<iostream> | |
#include<queue> | |
using namespace std; | |
int main(){ | |
queue<int> pad; | |
int t, n; | |
int sum = 0, max = 0; | |
cin >> t >> n; | |
for (int i = 0; i < t; i++) | |
{ |
#☆11ハード参考表(200譜面 2013/12/11版)
##SS
###☆地力SS(3譜面)
Critical Crystal
SABER WING
#☆11ハード参考表(200譜面 2013/12/11版)
##SS
###☆地力SS(3譜面)
Critical Crystal
SABER WING