Skip to content

Instantly share code, notes, and snippets.

View takanakahiko's full-sized avatar
😸
😸

takanakahiko

😸
😸
View GitHub Profile
@takanakahiko
takanakahiko / プリパラの魅力.md
Last active December 10, 2018 02:24
ポエムです

この記事はプリッカソン Advent Calendar 20185日目の記事です

ひとこと

女児向けアーケードゲームを原作にしたアイドルアニメです!

こまかく

タカラトミーアーツが開発した新筐体、プリチケのローンチタイトル第1弾. 2010年から約4年間続いた『プリティーリズム』シリーズの後継作. アーケードゲーム、アニメを中心とした『プリパラ』としてリニューアルされました. 前作とは特につながりはなく,観ていなくても大丈夫です.

@takanakahiko
takanakahiko / prickathon-export.json
Last active April 11, 2018 10:48
priparaDBのサンプル
{
"songs":{
"make_it": {
"name":"Make it!",
"teams": {
"laala_and_mirei":true
},
"lives": {
"任意のID_A": true,
"任意のID_B": true
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@takanakahiko
takanakahiko / Main.java
Last active December 20, 2018 03:14
ソート課題
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.io.IOException;
public class Main {
public static void main(String[] args) {
long base = System.currentTimeMillis();
int[] array = new int[10000000];
int count = 0;
We can make this file beautiful and searchable if this error is corrected: It looks like row 5 should actually have 1 column, instead of 3 in line 4.
a: unk
b: tnk
c: mnk
---
a,b,c
1,2,3
1,2,3
@takanakahiko
takanakahiko / sample.rq
Last active January 2, 2020 07:00
そらみスマイルのライブ一覧
PREFIX prism: <https://prismdb.takanakahiko.me/prism-schema.ttl#>
SELECT ?n ?st ?title
WHERE {
?live a prism:Live;
prism:performer "solami_smile";
prism:songPerformed/prism:name ?title;
prism:liveOfEpisode ?ep.
?ep a prism:Episode;
prism:話数 ?n;