- @ もっと格好に気を使った方がいいよ
- Particles
- に
- を
- が
- Conjugated phrases
- 使った | 使う + た
- Vocab
- もっと | 「もっと」| ① (some) more/even more/longer/further
- Particles
- 格好 | 格好・恰好「かっこう・かっこ・カッコ」| ① shape/form/figure/posture/pose ② appearance ③ state/situation ④ suitable/fit/reasonable ⑤ about
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
for f in $@; do | |
d=`exiftool -dateFormat "%Y-%m-%d %H.%M.%S" -CreateDate "$f" | tail -n1 | cut -d: -f2- | sed 's/^ //'`; | |
b=$(basename "$f"); | |
final="$d-$b"; | |
echo $final; | |
mv "$f" "$final" | |
done | |
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
652 コウ | |
515 ショウ | |
375 ソウ | |
373 キョウ | |
371 トウ | |
364 シ | |
353 カン | |
343 セン | |
331 キ | |
311 ケン |
JAZEE MINOR: https://www.youtube.com/watch?v=3uAxSNbOnqw
- @ 週一日サロレベルガンマ線
- Vocab
- 週一日 | 週一日「しゅういちにち」| ① one day a week
- 週 | 週「しゅう」| ① week
- 一日 | 一日・1日「いちにち・いちじつ・ひとひ・ひとえ」| ① one day ② first day of the month (👉 ついたち,1)
- 一 | 一・1・壱・弌・壹「いち」| ① one (👉 ワン,1) ② best ③ first/foremost ④ beginning/start ⑤ ace (playing card) (👉 エース) ⑥ bottom string (on a shamisen, etc.)
- 週一日 | 週一日「しゅういちにち」| ① one day a week
- Vocab
- 日 | 日「にち」| ① Sunday (👉 日曜) (✋abbreviation) ② day (of the month) ③ counter for days ④ Japan (👉 日本) (✋abbreviation)
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
date last open win15 one15 | |
1987-10-19 224.839996 282.700012 -12.530940 -20.466931 | |
1929-10-28 22.740000 22.740000 -14.191852 -12.940279 | |
1929-10-29 20.430000 20.430000 -25.049440 -10.158311 | |
1935-04-16 8.220000 8.220000 9.341317 -9.967141 | |
1929-11-06 20.610001 20.610001 -25.106384 -9.921320 | |
1946-09-03 15.000000 15.000000 -7.909292 -9.909910 | |
2020-03-12 2480.639893 2630.860107 -18.731308 -9.511268 | |
1937-10-18 10.760000 10.760000 -10.303030 -9.121622 | |
1931-10-05 8.820000 8.820000 -19.834711 -9.072165 |
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
drop table if exists stock; | |
drop table if exists options; | |
create table stock(quotedate DATE, price DOUBLE); | |
create table options( | |
quotedate DATE, | |
price DOUBLE, | |
type STRING, | |
expiration DATE, |
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 numpy as np | |
import theano.tensor as tt | |
import pymc3 as pm | |
from scipy.stats import beta, binom | |
def genGb1Binom(Ndata): | |
a = 3.3 | |
b = 4.4 | |
d = .333 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.