To setup your computer to work with *.test domains, e.g. project.test, awesome.test and so on, without having to add to your hosts file each time.
- Homebrew
- Mountain Lion -> High Sierra
| function parse_git_dirty | |
| git diff --quiet HEAD ^&- | |
| if test $status = 1 | |
| echo (set_color $fish_git_dirty_color)"Δ"(set_color normal) | |
| end | |
| end | |
| function parse_git_branch | |
| # git branch outputs lines, the current branch is prefixed with a * | |
| set -l branch (git rev-parse --abbrev-ref HEAD) |
| eXtreme Go Horse (XGH) Process | |
| Quelle: http://gohorseprocess.wordpress.com | |
| Übersetzung ursprünglich von https://gist.github.com/Neffez/f8d907ba8289f14e23f3855011fa4e2f | |
| 1. Ich denke, also ist es nicht XGH. | |
| In XGH wird nicht gedacht, es wird das erste gemacht, was in den Sinn kommt. Es gibt auch keine zweite Option, die erste ist schneller. | |
| 2. Es gibt 3 Wege ein Problem zu lösen: den richtigen Weg, den falschen Weg und den XGH Weg, welcher exakt wie der falsche ist, aber schneller. |
To setup your computer to work with *.test domains, e.g. project.test, awesome.test and so on, without having to add to your hosts file each time.
just use GHC for OSX https://ghcformacosx.github.io
the rest of these directions are preserved for historical purposes
xcode-select --install ; brew tap homebrew/versions ; brew tap homebrew/dupes \
Find it here: https://github.com/bitemyapp/learnhaskell
| (evil-define-state god | |
| "God state." | |
| :tag " <G> " | |
| :message "-- GOD MODE --" | |
| :entry-hook (evil-god-start-hook) | |
| :exit-hook (evil-god-stop-hook) | |
| :input-method t | |
| :intercept-esc nil) | |
| (defun evil-god-start-hook () |
| The script utilizes `cabal sandbox` to keep the guts from spilling into system packages. | |
| The documentation builder is `standalone-haddock`[1] so you have to install it and put on your PATH first. A `hscolour` have to be installed to provide source links. | |
| [1]: https://hackage.haskell.org/package/standalone-haddock | |
| [2]: https://hackage.haskell.org/package/hscolour |
| Adyen Test Card Numbers | |
| These cards are only valid on our TEST system and they will never involve any actual transaction or transfer of funds. The TEST card numbers will not work on the Adyen LIVE Platform. | |
| For all cards use the following expiration and CVV2/CVC2/or CID for Amex. | |
| For all cards: | |
| Expiration Dates CVV2 / CVC3 CID (American Express) | |
| 08/2018 OR 10/2020 737 7373 |
| #!/usr/bin/env stack | |
| {- stack | |
| --resolver lts-7.3 | |
| --install-ghc | |
| runghc | |
| --package base | |
| --package bytestring | |
| --package dns | |
| --package http-client | |
| --package http-types |