Welcome To Snipplr
Everyone's Recent Haskell Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
« Prev 1 Next »
This example is a basic HTML5 page structure that you can use for developing of your HTML5 website layout.
0
1166
posted 11 years ago by apphp-snippets
The `filtermap` functional below allows to perform the standard `map` and `filter` operations in one go. The mapping function has to return a `Maybe` monad, and values of `Nothing` are filtered out.
0
1810
posted 13 years ago by deepsoul
HSH is a cool haskell library that allows you to leverage your shell scripting prowess in haskell programs. In this simple broadcatcher, I use curl for http get, and other standard unix tools for tracking history (so we don't get the same file twice...
1
1040
posted 14 years ago by softmechanics
« Prev 1 Next »