Wooden-Robot.net
Commonsense AI, NLP, interaction design, web apps
Home
About
Publications
Subscribe (RSS) | Assimilate!
Search
Categories
Accessibility/A11y
(4)
AI
(6)
Books
(2)
C#
(12)
C/C++
(3)
Coding style
(9)
DHTML
(28)
Digirati
(3)
Interaction Design
(12)
Java
(11)
MSWindows
(19)
Open AIM
(6)
Optimization
(5)
PIM
(8)
Prolog
(3)
Security
(4)
Source control
(5)
Tools
(19)
Uncategorized
(6)
Search
Meta
Log in
Entries
RSS
Comments
RSS
WordPress.org
Archives - Posts tagged as 'Tools'
Installing Windows7 on a 12″ Motion Computing M1400 TabletPC
My job involves reading and annotating a lot of PDFs, and doing so on a tablet seems much more comfortable than using a laptop. The ...
[October 24th by david]
How to enable TestNG launch configurations in Eclipse IDE (Windows)
When using TestNG 5.11 (and at least one earlier version, 5.9) with the Eclipse IDE 3.4.2 (Ganymede, for Windows), one can't setup a Run configuration ...
[January 3rd by david]
Evaluating animation toolkits for ‘perception of intentionality’ simulations
Our team needs to create 2D animations that trigger the 'perception of causality' or the 'perception of intentionality' through the movement of simple shapes. (Jointed ...
[October 13th by david]
A font for eco-friendly printing
So you already print double-sided or reuse single-sided prints? You can go even further in your quest for eco-friendly printing. A font has been developed that ...
[August 5th by david]
Open a page in the default browser following a schedule
The notification component of our wiki (plone) isn't useful enough to bother with, so as a workaround I view its "Recent Changes" page on a ...
[June 7th by david]
Portable Windows with/without admin privilege
Update: SORRY! It turns out that VirtualBox ties its configuration very closely to specifics of its host machine (such as through the MAC address), so ...
[May 26th by david]
How to sync Windows Mobile with both Exchange and Google
For Windows Mobile phones, Google suggests that you use the ActiveSync program on the phone to connect to one of their servers. This is problematic ...
[March 11th by david]
Comparison of tools for rule-based inference
Although I started writing pseudo-code rules a few weeks ago, I've suspended that while I look for a tool for writing and testing rules ...
[October 15th by david]
Prevent HTC phone from switching to Ulaanbaatar time from Singapore/Malaysia time
My HTC Hermes (AT&T 8525) keeps switching from the time and zone I set in Settings -- in particular, from Singapore/Malaysia's timezone to Ulaanbaatar's. I ...
[October 5th by david]
Implementing Calendar Sync via Funambol
Sync software for managing contacts, events, etc across devices can be very helpful when it works, and very frustrating when it doesn't. In my experience, ...
[July 21st by david]
How to search for a string pattern in a directory tree in *nix
grep --include='FILEPATTERN' -rin SEARCHPATTERN * Where: FILEPATTERN is the file name pattern you want to match, for example 'h*' for all files that start with h -r is ...
[June 11th by david]
How to avoid the error beep in MySQL client
Continuing today's theme of avoiding ill-considered audio feedback in some desktop tools, the MySQL client plays a beep on errors, and one can't avoid it ...
[April 10th by david]
How to avoid the “breaking glass” sound in TortoiseCVS
When an error occurs in the TortoiseCVS client, it plays a "breaking glass" sound that can be pretty annoying. To avoid this, rename or ...
[April 10th by david]