分っかんないよ
寿くんの言ってる事は一つも分かんないよ寿くんがいいって言ってるもの何がいいのか分かんないよ
分かんない私には分かんないのブラッティって何がカッコいいの血なんてイヤだよ痛いだけだよ黒のどこがカッコいいの
クレイジーのどこがいいのか分かんない罪深いってなんなの罪があるのがいいの犯罪者がカッコいいのそもそも混沌てなに
カオスだからなんなの闇ってなに暗ければいいの正義と悪だとなんで悪がいいの何で悪いほうがいいの悪いから悪なんじゃないの
右腕が疼くと何でカッコいいの自分の力が制御できない感じがたまらないって何それただの間抜けな人じゃん
ちゃんと制御できるほうがカッコいいよ立派だよ普段は力を隠していると何が凄いのそんなのただの手抜きだよ
隠したりしないで全力で取り組む人の方がカッコいいよどうして二つ名とか異名とかいろいろをつけるのいっぱい呼び名があったって分かりにくいだけじゃん
英語でも何でもカタカナつけないでよ覚えられないんだよ鎮魂歌と書いてレクイエムって呼ばないでよ禁忌って書いてタブーって読まないでよ
聖戦って書いてジハードって読まないでよギリシャ神話だとか聖書とか北欧神話とか日本神話とかちょっと調べたくらいでそういう話しないでよ
This file contains 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
using Twitter | |
using JSON, OAuth | |
using Dates | |
using TimeZones | |
using Downloads | |
using ProgressBars | |
# set debugging | |
ENV["JULIA_DEBUG"] = Twitter |
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.
This file contains 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 json, config | |
from requests_oauthlib import OAuth1Session | |
import datetime | |
import requests | |
import shutil | |
import re | |
import argparse | |
def get_user_timeline(max_id, screen_name=config.SCREEN_NAME): |
This file contains 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
// BMPファイルの縦と横を読みとる | |
#include <stdio.h> | |
int main(int argc, char* argv[]){ | |
char buff[48]; | |
FILE* fp; | |
size_t size = 1; | |
size_t n = 48; | |
size_t read; | |
if(argc < 2){ | |
printf("BMPファイルの指定がありません。\n"); |
- Gratitude グラッティテュード・感謝
- Webサイト『アイドルマスターオフィシャルグッズショップ「ショップナムコ」』上において、765プロ(アーケード版の9人)所属アイドルのバースデーを記念してグッズを制作する企画があった。
- 同企画の第2弾として、千早のバースデーを記念したマキシシングルCDが販売された。
- ドラマパートとカバー曲が収録されている。
- ブックレットを同梱し、ボーナストラックとして「ふたりのもじぴったん」を追加で収録して、アニメイトで再販された。なお、この「ふたりのもじぴったん」は「Your Song」や「MASTER ARTIST 02」と同じである(「Your Song」からの再録?)。
- 俗に再販された方は「アニメイト限定版」、公式サイトで販売された方は「バースデー版」と呼ばれる。
- 入手困難なCDとしてやたらと有名である。
This file contains 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
TEMPLATE = app | |
QT += qml quick widgets network | |
SOURCES += main.cpp \ | |
oauth.cpp | |
RESOURCES += qml.qrc | |
# Additional import path used to resolve QML modules in Qt Creator's code model |
This file contains 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
@echo off | |
rem | |
rem 「command.txt」を読み込んでrtmpdumpを起動するだけ | |
rem | |
rem このバッチが存在するフォルダをカレントディレクトリに | |
pushd %0\.. | |
cls |