Standard Search
About 94 results
https://blog.omelas.net/ftmbsfnxeu2pc · 30 Apr 2007
If I’ll ever try (or even want!) to teach programming to my son, is something time will have to tell.Now… if I have to try… I think I’ll bet on Alice.Alice is a 3D environment in which the user can program stories. No syntax required, just dropping...
https://blog.omelas.net/745b4ucefa2lo · 16 Nov 2006
Eleven months later Cygwin and SVN on Windows#!/usr/bin/bash## Call this script or copy and paste the content into your bash_rc script or similar# profile script.## Copy from heresub () {svn --username [myuser] --password [mypass] $*}subswitch() { if [ ...
https://blog.omelas.net/dog3vjqm5bnhd · 29 Oct 2006
def test_adding_methods res = "I'm a mutant-to-be String" res2= "I'm a not-to-mute String" puts "1: #{res}" def res.say_hello(num) #This method is only defined for 'res' object return "#{self} -- #{num*3}!!!" end puts "2: #{res.say...
https://blog.omelas.net/fl5manxxcbbnv · 14 Jul 2006
Just a quick note to remember. I’ve struggled so many times to get some good-enough web prototyping tool… just for specification purposes, mainly. I’ve played with plain-old HTML, powerpoint, visio, some specific-domain tools…I intend to note down ...
https://blog.omelas.net/jnuh4ahqqpevp · 20 Jun 2006
I don’t really get Sun’s Java6beta2 announcement:For a great out-of-the-box development experience with database applications, the final Mustang development kit – though not the Java Runtime Environment (JRE) – will co-bundle the all-Java JDBC data...
https://blog.omelas.net/35i6im2mjwejz · 19 Jun 2006
I’ve started playing with Google’s Web Toolkit. It’s basically a solution to leverage DHTML and asynchronous remote calls, to build rich-client web interfaces. Well… what’s in there, then, different to any other AJAX framework?GWT is written in J...
https://blog.omelas.net/4435cttbfucwb · 20 Apr 2006
I’ve been playing lately with the idea of a “code reviewing” support tool.I don’t mean an automatic review or defect-detection tool like checkstyle, pmd, hammurapi or others. I mean a tool that allows someone to review committed code in a repo, and...
https://blog.omelas.net/hlhndaeowuf33 · 11 Mar 2006
I’m about to forward this link to a lot of colleagues :-)http://www.waterfall2006.com/Now… let’s bet… how many of your colleagues would get the joke?I find particularly funny some of the tutorials:Very Large Projects: How to Go So Slow No One Knows...
https://blog.omelas.net/chpzghp6l2s5m · 16 Feb 2006
I’ve always been interested on that theory stating that it was language, as a tool, what ultimately lead to the out-of-nature-ranges development in the way human-beings’ mental process works.Until yesterday, I didn’t know that this is called the Sapi...
https://blog.omelas.net/bvcxo5l3cesvt · 7 Feb 2006
I’ve been interested in a tool to display the runtime relationships between JARs in Java applications for years.My current project at work is currently soooo tangled that it’s become hard to know… what modules is my code callingwhat other modules (EJ...