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
{ | |
"1" : { | |
"ID" : 1, | |
"Name" : "天海春香", | |
"Type" : 1, | |
"Age" : 17, | |
"Birthday" : "2020-04-03 00:00:00", | |
"Blood" : "O", | |
"Height" : 158, | |
"Weight" : 46, |
Web版はこちら: https://app.39m.ltd
スマートフォンゲームアプリ「アイドルマスター ミリオンライブ! シアターデイズ」の楽曲スコアをシミュレーションするためのアプリです。Windows 10(64bit版) Home Editionで動作確認しています(32bit版では動きません)。
- 実機処理との比較とかはちゃんとできてないため、理論スコアとのズレが僅かですがあると思います
- バグ報告は随時お待ちしております
Hello everyone. With Ceb drama getting so much traction, I decided to do what any rational person would do in this situation - download all public matches of all professional dota 2 players and then scan the all-chat for any racism or naughty naughty words, so the j͇͕͙ͣu͒͆s̼̠͍̖̮̳ͮ̃t̫̙̯͎ͬ̇̊̄iͨć̼͓ͬͨ͑ͣe͉̜̫̱̠̘̋̒ͅ can be upheld once and for all.
There are several nuances that stood in my way.
- Many professionals' pubs are kept private.
- Most of the trashtalk happens in ally chat, which isn't saved.
- Some of the trashtalk happens over mic... which again, isn't saved.
- Some of the trashtalk happens on smurf accounts, which I did not include here.
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 python | |
import argparse | |
def main(command_line=None): | |
parser = argparse.ArgumentParser('Blame Praise app') | |
parser.add_argument( | |
'--debug', | |
action='store_true', | |
help='Print debug info' |
「アニメソングの歌詞ならここにおまかせ?」(2017年1月31日に閉鎖) で公開されていた楽曲データの一覧を収集し、CSV 形式に変換したものです。
15,932
- Gratitude グラッティテュード・感謝
- Webサイト『アイドルマスターオフィシャルグッズショップ「ショップナムコ」』上において、765プロ(アーケード版の9人)所属アイドルのバースデーを記念してグッズを制作する企画があった。
- 同企画の第2弾として、千早のバースデーを記念したマキシシングルCDが販売された。
- ドラマパートとカバー曲が収録されている。
- ブックレットを同梱し、ボーナストラックとして「ふたりのもじぴったん」を追加で収録して、アニメイトで再販された。なお、この「ふたりのもじぴったん」は「Your Song」や「MASTER ARTIST 02」と同じである(「Your Song」からの再録?)。
- 俗に再販された方は「アニメイト限定版」、公式サイトで販売された方は「バースデー版」と呼ばれる。
- 入手困難なCDとしてやたらと有名である。
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
#include <Wire.h> | |
#include <GridEye.h> | |
GridEye myeye; | |
void setup(void) | |
{ | |
// I2Cバスに参加 | |
Wire.begin(); | |
// フレームレートを10に設定 |
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
{ | |
"1": { | |
"id": 1, | |
"name": "はじまりの朝 天海春香", | |
"img": "http://m.ip.bn765.com/11006f0a05d58d133f", | |
"rarity": "HR", | |
"region": "Vo", | |
"ap": 3600, | |
"dp": 3600, | |
"skillName": "日々前進!", |
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
#include <Wire.h> | |
#include <SPI.h> | |
//define our colors for LED Array | |
#define GREEN 0x01 | |
#define RED 0x02 | |
#define ORANGE 0x03 | |
//define the SPI pins for the LED Array | |
#define SLAVESELECT 10//ss | |
char ledArray [64]; | |
byte pixelTempL; |
NewerOlder