deepsoul


Member since 07/26/2009

Name: Volker Schatz

Location: N 48deg55'43.4", E 8deg23'29"

Website: http://www.volkerschatz.com

Theoretical physicist posing as an engineer; and polyglot programmer.

2 snippets

3937 profile views

10 Comment(s) Posted

View their favorites

Profile

Achievement

first submission:submitting first snipplet

deepsoul's Recent SnippetsTagged filter



« Prev 1 Next »
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 1483 posted 12 years ago by deepsoul
URLs: <http://www.chiark.greenend.org.uk/~sgtatham/utils/> <http://kitenet.net/~joey/code/moreutils/> Use one of these nifty utilities to automatically process files in-place. Both store the results of programs which write to stdout until t...
0 558 posted 14 years ago by deepsoul
« Prev 1 Next »