Skip to content

Instantly share code, notes, and snippets.

@CookieBox26
CookieBox26 / run.py
Created June 30, 2023 14:49
動画を作成する (20230630)
View run.py
import toml
from synthesis import synthesis
import hashlib
from pydub import AudioSegment
from PIL import Image, ImageFont, ImageDraw
from moviepy.editor import ImageClip, concatenate_videoclips
import math
import os
@CookieBox26
CookieBox26 / 20230107_skewness.tex
Created January 8, 2023 14:33
20230107_skewness.tex
View 20230107_skewness.tex
% export TEXINPUTS="./;"
% xelatex 20230107_skewness.tex
\documentclass[b5paper,xelatex,ja=standard,10pt]{bxjsarticle}
\usepackage{myxstyle}
\usepackage{framed}
\usepackage{bbm}
\renewcommand{\labelitemi}{$\bullet$}
\renewcommand{\labelitemii}{$\bullet$}
@CookieBox26
CookieBox26 / 20230102.ipynb
Created January 2, 2023 14:47
母分布が歪んでいないことの検定
View 20230102.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@CookieBox26
CookieBox26 / 20230101.ipynb
Last active January 2, 2023 13:45
母分布が正規分布でないとき分散に関するカイ2乗検定はできない
View 20230101.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View Untitled.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View Untitled.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View Untitled.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View Untitled.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View Untitled.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@CookieBox26
CookieBox26 / imdb_word_count.ipynb
Created April 19, 2022 14:25
IMDB データセットの単語数のヒストグラム
View imdb_word_count.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.