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 itertools | |
import copy | |
import math # 理論パターン数計算用 | |
import random # 列のランダムシャッフル用 | |
class LogicPuzzle: | |
""" | |
ロジックパズルを解くための便利クラスです。 | |
""" |
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 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.
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.
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 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 | |
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
% 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$} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
NewerOlder