Skip to content

Instantly share code, notes, and snippets.

View pi8027's full-sized avatar

Kazuhiko Sakaguchi pi8027

View GitHub Profile
@ikedaisuke
ikedaisuke / gist:6748225
Created September 29, 2013 00:58
グラフ理論の教科書、というよりは、僕の好きな本の中でグラフのことが書いてある本一覧
<html>
<p>
良い本、普通の本は他の人が挙げると思うので、他の人が挙げなさそうなものをできるだけ選んでみます。
</p>
<hr><pre>
Bernhard Korte and Jens Vygen,
"Combinatorial Optimization, theory and algorithms",
Springer
</pre>
<p>
@hayamiz
hayamiz / punch.el
Last active December 21, 2015 05:19
論文を書くときに句読点を全角カンマ、全角ピリオドに統一するためのマイナーモード punch-mode とりあえず決め打ちで変換 、→, 。→.
;;; punch.el --- punctuation switcher
;; Copyright (C) 2013 Yuto HAYAMIZU
;; Author: Yuto HAYAMIZU <y.hayamizu@gmail.com>
;; Keywords: input method
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
;; the Free Software Foundation, either version 3 of the License, or
@hayamiz
hayamiz / A5-seihon.rb
Created August 20, 2012 14:00
A4の紙に4ページを短編綴じで印刷してホチキス止めすると,袋綴じ状になるよう面付けするスクリプト。ホチキス止めした後に小口をカッターで切るとA5冊子として完成する。
#!/usr/bin/env ruby
require 'optparse'
def parse_args(argv)
opt = Hash.new
parser = OptionParser.new
parser.banner = "#{$0} [options] INPUT_PDF_FILE"