| Movie | Recommended by |
|---|---|
| Initial D | @dabunter |
| Coffee and Cigarettes | @borncamp |
| The Garbage Pail Kids Movie | @munchingzombie |
| Robo Vampire | @munchingzombie |
| Gymkata | @munchingzombie |
| Food Fight (?) | @munchingzombie |
| What Is It? | @munchingzombie |
| Watermelon Man | @fuzzleonard |
This file contains hidden or 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
| contrived value input = | |
| let parsed = read input in -- parsed implements Read | |
| -- read takes a String, therefore input must be String | |
| if parsed == value -- parsed & value are same type, which implements Eq | |
| then Just parsed | |
| else Nothing | |
| {- | |
| If type bindings are still ambiguous after the function is defined, it's | |
| preferred to leave them unresolved rather than forcing them. This keeps your |
This file contains hidden or 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
| .rbenv-gemsets | |
| .yardopts | |
| */ |
This file contains hidden or 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 look-and-say) | |
| (defn- consecutive [string] | |
| (map first (re-seq #"(.)\1*" string))) | |
| (defn- say [chars] | |
| [(count chars) (first chars)]) | |
| (defn- get-next [string] | |
| (apply str (mapcat say (consecutive string)))) |
This file contains hidden or 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
| /.yardoc | |
| /.yardopts | |
| /coverage | |
| /doc |
This file contains hidden or 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
| /project | |
| /target |
This file contains hidden or 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
| class Writer | |
| def flat_map | |
| self.class.new do | |
| value, log = get | |
| new_value, new_log = yield value | |
| [new_value, log + new_log] | |
| end | |
| end | |
| def map |
This file contains hidden or 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
| .rbenv-gemsets |
This file contains hidden or 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
| def with_resource(): | |
| print 'SETUP RESOURCE' | |
| yield | |
| print 'CLEANUP RESOURCE' | |
| a = with_resource() | |
| a.next() | |
| a.next() |
This file contains hidden or 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
| OFFICIAL LETTER FROM FEDERAL BUREAU OF INVESTIGATION FBI EXECUTIVE DIRECTOR FBI | |
| FEDERAL BUREAU OF INVESTIGATION FBI.WASHINGTON DC. ROBERT MUELLER III. FBI | |
| SEEKING TO WIRETAP INTERNET | |
| ATTENTION: BENEFICIARY | |
| FROM: ROBERT MUELLER III EXECUTIVE DIRECTOR FBI FEDERAL BUREAU OF INVESTIGATION | |
| WASHINGTON DC. FBI SEEKING TO WIRETAP INTERNET. | |
| The federal bureau of investigation (FBI).Through our intelligence monitoring |