Skip to content

Instantly share code, notes, and snippets.

@mono0926
mono0926 / commit_message_example.md
Last active March 29, 2024 03:40
[転載] gitにおけるコミットログ/メッセージ例文集100
@chebee7i
chebee7i / numpy_to_latex.py
Last active July 24, 2018 12:02 — forked from malloc47/numpy_to_latex.py
Code snippet to convert NumPy arrays to LaTeX arrays.
# This is free and unencumbered software released into the public domain.
# See UNLICENSE.
import numpy as np
import numpy.core.arrayprint as arrayprint
import contextlib
#
# cc-wiki
# http://stackoverflow.com/questions/2891790/pretty-printing-of-numpy-array