Skip to content

Instantly share code, notes, and snippets.

@CookieBox26
CookieBox26 / slack_json_to_html.py
Created July 15, 2024 02:32
Slack からエクスポートした JSON データを HTML 形式に変換します。
import argparse
import glob
import json
import os
import datetime
"""
Slack からエクスポートした JSON データを HTML 形式に変換します。
以下のように実行してください。
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@CookieBox26
CookieBox26 / Untitled.ipynb
Created May 5, 2024 12:36
PDF の要素の取得と表示 (1セル版)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@CookieBox26
CookieBox26 / Untitled.ipynb
Last active May 5, 2024 09:33
PDF の要素の取得と表示
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@CookieBox26
CookieBox26 / 20240428.ipynb
Last active April 29, 2024 01:18
カスタムバッチサンプラー
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.
@CookieBox26
CookieBox26 / run.py
Created June 30, 2023 14:49
動画を作成する (20230630)
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
% 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
母分布が歪んでいないことの検定
Loading
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乗検定はできない
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.