$Id: index.html,v 1.5 2006/06/07 17:19:02 aamine Exp $
ファイル名 | 内容 |
---|---|
hello.hs | hello コマンド |
ファイル名 | 内容 |
---|---|
cat.hs | cat コマンド |
head.hs | head コマンド |
tail.hs | tail コマンド |
countbyte.hs | countbyte コマンド |
countword.hs | countword コマンド |
countline.hs | countline コマンド |
ファイル名 | 内容 |
---|---|
expand0.hs | expand コマンド ver.0 |
expand.hs | expand コマンド ver.1 |
expand2.hs | expand コマンド ver.2 |
swapa.hs | swapa コマンド |
ファイル名 | 内容 |
---|---|
echo.hs | echo コマンド |
fgrep.hs | fgrep コマンド |
sort.hs | sort コマンド |
uniq.hs | uniq コマンド |
ファイル名 | 内容 |
---|---|
tail2.hs | tail コマンド (差分リスト版) |
tarai.hs | たらいまわし関数 (Haskell) |
Tarai.java | たらいまわし関数 (Java) |
tarai.c | たらいまわし関数 (C) |
ファイル名 | 内容 |
---|---|
catn.hs | cat -n コマンド |
ファイル名 | 内容 |
---|---|
fold.hs | fold コマンド |
qsort.hs | qsort コマンド (リスト内包表記の使用例) |
fgrep3.hs | fgrep コマンド (case 式使用) |
ファイル名 | 内容 |
---|---|
catn2.hs | cat -n コマンド (point-free) |
countline2.hs | countline コマンド (point-free) |
fgrep2.hs | fgrep コマンド (point-free) |
sort2.hs | sort コマンド (point-free) |
tac.hs | tac コマンド |
tac2.hs | tac コマンド (point-free) |
uniq2.hs | uniq コマンド (point-free) |
ファイル名 | 内容 |
---|---|
Stack.hs | 簡単なスタックの例 |
StackMain.hs | Stack.hs のテストコード |
line.hs | Line 型 (練習問題の解答例) |
ファイル名 | 内容 |
---|---|
glob.hs | リストモナドの例 |
cat2.hs | cat コマンド (>>= 使用) |
head2.hs | head コマンド (>>= 使用) |
tail3.hs | tail コマンド (>>= 使用) |
expand3.hs | expand コマンド (>>= 使用) |
countline3.hs | countline コマンド (>>= 使用) |
ファイル名 | 内容 |
---|---|
lazylines/CGI.hs | 手抜きCGIライブラリ |
lazylines/CGIMain.hs | LazyLines エントリポイント |
lazylines/Config.hs | 設定ファイルパーサ |
lazylines/Database.hs | データベース |
lazylines/FileUtils.hs | ファイル操作ユーティリティ |
lazylines/LazyLines.hs | LazyLines の主要部分 |
lazylines/PathUtils.hs | パス操作のユーティリティ |
lazylines/Template.hs | 手抜きテンプレートライブラリ |
lazylines/TextUtils.hs | TextUtils |
lazylines/URLEncoding.hs | GHC のバージョンによる escapeURIString 関数の違いを吸収 |
lazylines/URLMapper.hs | URL マッピング |
ファイル名 | 内容 |
---|---|
lazylines/Syntax.hs | LazyLines 文法のパーサ |
lazylines/LineParser.hs | 行指向パーサ (Parsec の拡張) |
lazylines/HTML.hs | HTML 関連ユーティリティ |
LineParser/LineParser.hs | 行指向パーサ (独自実装) |
LineParser/MyParser.hs | パーサコンビネータライブラリ (独自実装) |
ファイル名 | 内容 |
---|---|
cat3.hs | cat コマンド (複数ファイル対応) |
grep0.hs | grep コマンド ver.0 |
grep.hs | grep コマンド |
todos.hs | todos コマンド |
tounix.hs | tounix コマンド |
tounix2.hs | tounix コマンド (別実装) |
tr.hs | tr コマンド |
wc.hs | wc コマンド |
yes.hs | yes コマンド |