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
# An informative prompt that gives you hg and git repository info, | |
# as well as return code, RVM/rubenv info, and standard hostname, path, user. | |
# by Avery Yen <[email protected]> | |
# | |
# Hosted at <https://github.com/haplesshero13/my-tools> | |
# | |
# Requires hg-prompt <http://stevelosh.com/projects/hg-prompt/> | |
# | |
# Stolen mostly from <http://stevelosh.com/blog/2010/02/my-extravagant-zsh-prompt/> | |
# and alanpeabody.zsh-theme from Oh-My-Zsh. |
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
There's only one way to turn this situation around. | |
They were all okiagari... | |
I'm going to quit being a nurse. | |
I want to see the village destroyed. | |
<typeset> Wednesday, November 2nd </typeset> | |
Wasn't Hayami-san from the funeral home supposed to take care of the corpses? | |
They're out of room, so we're bringing the extras up to the mountain like this. | |
That must be tough. | |
It's no big deal. We have five sheds. Since they're dead, they aren't going anywhere, so I just check up on them from time to time. | |
If they get up, I haul them further up. |
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
import Data.List | |
import Data.Function | |
mostCommon :: Ord a => [a] -> a | |
mostCommon = head . maximumBy (compare `on` length) . group . sort |
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
import Html exposing (..) | |
import Html.App as Html | |
import Html.Events exposing (..) | |
-- MODEL | |
type alias Model = | |
{ content : 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
3 Diesel | |
3 Indexing | |
3 Infiltration | |
3 Modded | |
1 Stimhack | |
3 Sure Gamble | |
1 The Maker's Eye | |
1 Tinkering | |
2 Dyson Mem Chip | |
1 HQ Interface |