Skip to content

Instantly share code, notes, and snippets.

View gdenning's full-sized avatar

Geoff Denning gdenning

View GitHub Profile
@gdenning
gdenning / programming-achievements.md
Created August 9, 2011 18:07 — forked from jasonrudolph/about.md
Programming Achievements: How to Level Up as a Developer

Learn a variety of programming paradigms

  • Write a program in assembly language
  • Write an application in a functional language
  • Write an application in an object-oriented language
  • Write an application in a prototype-based language
  • Write an application in a logic programming language

Experience the ins and outs of programming for different platforms

@gdenning
gdenning / activemq.properties
Created August 24, 2011 06:00 — forked from bulain/jms_spring.xml
JMS spring config
jms.factory.initial=org.apache.activemq.jndi.ActiveMQInitialContextFactory
jms.provider.url=tcp://localhost:61616
jms.factory.url.pkgs=
jms.factory.name=ConnectionFactory
jms.queue.name=demo.A