Skip to content

Instantly share code, notes, and snippets.

@miyakogi
miyakogi / nim_syntax.md
Last active September 6, 2025 19:46
Syntax of Nim
@rummelonp
rummelonp / zsh_completion.md
Last active February 22, 2023 15:06
zsh の補完関数の自作導入編

zsh の補完関数の自作導入編

あまり深く理解してないので識者のツッコミ大歓迎

補完を有効にする

取り敢えず最低限だけ

# 補完を有効にする
@uchida
uchida / texmacro.rst
Created November 3, 2012 03:04
Sphinx + MathJax で自作 TeX マクロを使う

Sphinx + MathJax で自作 TeX マクロを利用する

sphinx の mathjax 拡張に手を加えて簡単な TeX マクロを使えるようにしてみました。

使い方

  1. 改造した mathjax.py を conf.py のある場所に置く
@daveray
daveray / seesaw-repl-tutorial.clj
Created December 7, 2011 04:55
Seesaw REPL Tutorial
; A REPL-based, annotated Seesaw tutorial
; Please visit https://github.com/daveray/seesaw for more info
;
; This is a very basic intro to Seesaw, a Clojure UI toolkit. It covers
; Seesaw's basic features and philosophy, but only scratches the surface
; of what's available. It only assumes knowledge of Clojure. No Swing or
; Java experience is needed.
;
; This material was first presented in a talk at @CraftsmanGuild in
; Ann Arbor, MI.