時に、汝ら問いて曰く、「Emacs教会に身を置きながら、viなるテキストエディターを使うことは罪なるか」と。 いかにも、vi vi viは獣の数字なるが、自由な実装のviを使いたるときは、罪ならず。そは贖罪なり。
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
# | |
# 検索API(GET)リクエスト仕様 | |
# | |
verbose | |
url = http://localhost:8081/ | |
header "Content-type: text/xml" | |
data-binary = @myxml.xml |
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
(ns axebomber.wrap_and_rowspan | |
(:require [clojure.java.io :as io]) | |
(:use [axebomber usermodel] | |
[axebomber.renderer excel] | |
[axebomber.style :only [create-style]] | |
[midje.sweet])) | |
(fact "折り返しとrowspanが混ざるとrowspanが足りない?" | |
(let [wb (create-workbook) sheet (to-grid (.createSheet wb "otameshi"))] |
NewerOlder