iex(1)> import SigilMruby
nil
iex(2)> %m( [1,2,3].map do |i|
...(2)> i + 1
...(2)> end) |> Enum.each(&IO.inspect/1)
2
3
4
:ok
diff --git a/client/tomcatconf/simulatorComponentContext.xml.in b/client/tomcatconf/simulatorComponentContext.xml.in | |
index 7225e84..9c02efa 100644 | |
--- a/client/tomcatconf/simulatorComponentContext.xml.in | |
+++ b/client/tomcatconf/simulatorComponentContext.xml.in | |
@@ -251,4 +251,14 @@ | |
<property name="name" value="ExplicitDedicationProcessor"/> | |
<property name="type" value="ExplicitDedication"/> | |
</bean> | |
+ | |
+<bean id="eventNotificationBus" class="org.apache.cloudstack.mom.rabbitmq.RabbitMQEventBus"> |
(def cds (collection)) | |
;; interact with database | |
(go | |
(>! (:in cds) | |
{:op :create | |
:val {:title "Soft Machine Vol. 1" | |
:artist "Soft Machine" | |
:year 1969}}) |
Each of these commands will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. Use this power wisely.
$ python -m SimpleHTTPServer 8000
Ideas are cheap. Make a prototype, sketch a CLI session, draw a wireframe. Discuss around concrete examples, not hand-waving abstractions. Don't say you did something, provide a URL that proves it.
Nothing is real until it's being used by a real user. This doesn't mean you make a prototype in the morning and blog about it in the evening. It means you find one person you believe your product will help and try to get them to use it.
wget --no-check-certificate --content-disposition https://github.com/joyent/node/tarball/v0.7.1 | |
# --no-check-cerftificate was necessary for me to have wget not puke about https | |
curl -LJO https://github.com/joyent/node/tarball/v0.7.1 |
Currently a developer's professional profile is made up two components:
- Github
LinkedIn shows your work history, and Github shows your craft. I believe there's something that is missing, which sits in between LinkedIn and Github. I'm hoping punchcard.io can bridge it.
site :opscode | |
# i heard you liked puppet | |
cookbook 'puppet' |