March 2009
5 posts
csc309 tomcat & js cookies
# Using Tomcat # the following are commands to run on cdf # download Tomcat wget http://apache.sunsite.ualberta.ca/tomcat/tomcat-6/v6.0.18/bin/apache-tomcat-6.0.18.tar.gz tar xzf apache-tomcat-6.0.18.tar.gz # configure Tomcat cd apache-tomcat-6.0.18 pico conf/server.xml # change 8080’s to your assigned port number # run Tomcat bash export JAVA_HOME=/local/packages/jdk1.6.0_07/...
Mar 12th
how to keep track of your (business) reputation
Google Alerts - get notified as Google updates its search index TweetBeep - get notified as people tweet about you BackType - get notified about comments on blogs and websites
Mar 12th
django middleware
might be useful for other wsgi projects conditional GET CSRF protection others.. but are these Django specific..?
Mar 10th
functional languages i need to check out
went through the Wikipedia Category on functional languages the other week and I found a bunch of interesting languages I want to check out Scala JVM-based, java with less syntax + functional aspects F# Microsoft’s .NET functional language (only interesting to me if the Mono implementation is complete) Clojure JVM-based, may be good for concurrent programming Boo python-like .NET...
Mar 9th
continuation based web frameworks
only the cool languages have them :) Seaside for Smalltalk / Squeak Continue for PLT Scheme Weblocks for Lisp UnCommon Web for Common Lisp
Mar 9th