It's time!!! Let's meet each other on kick ass event at Porto Alegre.
Our very first meetup will be 14/01/2012(saturday) at 671, Jari st - Passo da Areia - Porto Alegre
Google Maps Adress => http://g.co/maps/frjub
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
Originally: | |
https://gist.github.com/7565976a89d5da1511ce | |
Hi Donald (and Martin), | |
Thanks for pinging me; it's nice to know Typesafe is keeping tabs on this, and I | |
appreciate the tone. This is a Yegge-long response, but given that you and | |
Martin are the two people best-situated to do anything about this, I'd rather | |
err on the side of giving you too much to think about. I realize I'm being very | |
critical of something in which you've invested a great deal (both financially |
- Command & Conquer: Red Alert 3
http://tinyurl.com/828jfws
- Ninja Gaiden III
http://www.gamespot.com/ninja-gaiden-iii/platform/ps3
- UFC Undisputed 3
http://www.gamespot.com/ufc-undisputed-3/platform/ps3
- The King of Fighters XIII
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
;; diegopacheco's solution to Compress a Sequence | |
;; https://4clojure.com/problem/30 | |
#(reduce (fn[r n] | |
(if (= n (last r)) r (conj r n))) | |
(cons [] %1)) |
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 forms are currently useless | |
;; Import the protocol | |
(import '[spring.surf.webscript WebScript]) | |
;; Let's make use of some utility functions | |
(require '[spring.surf.webscript :as w]) | |
;; Concrete WebScript implementation | |
(deftype SampleWebScript |
NewerOlder