Skip to content

Instantly share code, notes, and snippets.

View takanakahiko's full-sized avatar
😸
😸

takanakahiko

😸
😸
View GitHub Profile
@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;
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@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
@takanakahiko
takanakahiko / プリパラの魅力.md
Last active December 10, 2018 02:24
ポエムです

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

ひとこと

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

こまかく

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

@takanakahiko
takanakahiko / ubuntu-setup.md
Created January 16, 2018 06:37
ubuntuで自分の環境作るメモ

ubuntuで自分の環境作るメモ

anyenvいれる

git clone https://github.com/riywo/anyenv ~/.anyenv
echo 'export PATH="$HOME/.anyenv/bin:$PATH"' >> ~/.bash_profile
echo 'eval "$(anyenv init -)"' >> ~/.bash_profile
exec $SHELL -l
@takanakahiko
takanakahiko / jsWaffle2.md
Last active December 13, 2017 05:15
古いAndroid端末での実機ビルド対応手順

古いAndroid端末での実機ビルド対応手順

前提

  • AndroilStudioがインストールされているものとする
  • AndroidStudioの初期設定(proxy等)は完了しているものとする
  • Androidアプリの開発及びビルドが問題なく処理されるものとする

問題