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
['whoomp' | |
'trololo' | |
'sax' | |
'noooo' | |
'guarantee' | |
'dadgummit' | |
'yeah' | |
'tmyk' | |
'secret' | |
'greatjob' |
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
describe "Dixis" do | |
subject(:dixis) { SomeExpensiveDixisGenerator.new.take_long_time! } | |
it "behaves like a dixis" do | |
expect(dixis.name).to eq("dixis") | |
end | |
it "looks like a dixis" do | |
expect(dixis.beard).to eq(true) |
Entered on [2015-01-05 Mon 22:48] http://www.rottentomatoes.com/m/ponyo/news/1837420/total_recall_hayao_miyazakis_best_movies/ (Removed Porco Rosso, https://twitter.com/plexus/status/552222400184864769) Start at top and move to bottom.
- Howl’s Moving Castle
- The Castle Of Cagliostro
- My Neighbor Totoro
- Castle In The Sky
- Princess Mononoke
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
(eval-when-compile (require 'color-theme)) | |
(defun pjaspers-color-theme () | |
"Color theme by Piet Jaspers, created 2014-12-25." | |
(interactive) | |
(color-theme-install | |
'(my-color-theme | |
((background-color . "lightyellow2") | |
(background-mode . dark) | |
(border-color . "black") | |
(cursor-color . "black") |
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
(defun pjaspers-emoji-me() | |
"Takes a word and show in a temporary buffer all emoji matching that" | |
(interactive) | |
(let* ((wildcard-name (read-string "Enter string to look for: ")) | |
(all-known (ucs-names)) | |
(buffer-name (format "*emoji-me-%s*" wildcard-name)) | |
(results (remove-if-not (lambda(x) (let ((str (car x)))(string-match wildcard-name str))) all-known))) | |
(with-output-to-temp-buffer buffer-name | |
(print (mapconcat (function (lambda(x) (format "%s - %s" (car x) (char-to-string (cdr x))))) results "\n")) | |
(switch-to-buffer buffer-name)))) |
We gaan hier bestellen: http://www.just-eat.be/restaurants-pizza-apetito-antwerpen/menu
Dus naam, bestelling, hoeveel dat kost en gepland tijdstip van aankomen toevoegen.
Bijv. Piet, pizza pepperoni, 5.60, 18u00.
Dan zullen wij dat bestellen en voorschieten.
(Er is ook een menu deel 3, waar we 3 medium pizza's kunnen bestellen voor 21)
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
- SICP Distilled: Waiting for delivery | |
- Quickdraw Cable: Waiting for delivery | |
- SHRU - The intelligent cat companion: Waiting for delivery | |
- Obduction: Waiting for delivery | |
- The Vamp - Bring Back the Sound: Happy with it. | |
- Une Bobine - For People Who Love iPhone... and Android: Disappointing | |
- Make a Better CoffeeScript Compiler: Happy with it | |
- Light Table: Happy with it | |
- Pebble: E-Paper Watch for iPhone and Android: did what said it on the box. Happy with it. | |
- Make Leisure Suit Larry come again!: Not sure whatever happend to it. |