Skip to content

Instantly share code, notes, and snippets.

@mono0926
mono0926 / commit_message_example.md
Last active August 24, 2025 03:53
[転載] gitにおけるコミットログ/メッセージ例文集100
@phrawzty
phrawzty / 2serv.py
Last active July 7, 2025 11:59
simple python http server to dump request headers
#!/usr/bin/env python2
import SimpleHTTPServer
import SocketServer
import logging
PORT = 8000
class GetHandler(SimpleHTTPServer.SimpleHTTPRequestHandler):
@ax3l
ax3l / CUDA_Compilers.md
Last active August 18, 2025 16:48
CUDA Compilers