Latest Comments
Comment by coliv
to page Selecting and Editing Columns on Eclipse 3.4 Ganymede @ 2010-01-03 15:14:01:
Maybe you are having an installation problem.Comment by coliv
to page Using Twitter from the command line @ 2010-01-02 21:23:20:
Agreed, there are a lot of tools that can talk to Twitter. The twitter script, however, is very simple and does the job well.Comment by coliv
to page Selecting and Editing Columns on Eclipse 3.4 Ganymede @ 2009-08-13 21:10:08:
Please check your configuration. column_mode works really well for me.Comment by coliv
to page Changing the Font Size with LaTeX @ 2009-08-10 16:09:39:
The exact font size depends on the available fonts.Comment by
to page Using Twitter from the command line @ 2009-06-04 05:03:01:
No need to use perl, you can use this simple bash script (call it twit_this or wathever you like):
#!/bin/sh
# usage: twit_this "message to send"
user="theUser"
pass="thePassword"
curl -s --basic --user "$user:$pass" --data-ascii "status=`echo $@ | tr Comment by
to page Selecting and Editing Columns on Eclipse 3.4 Ganymede @ 2009-04-10 21:08:46:
This did not work.
I have also installed one plug-in called columns4Eclipse, and it works fine.
Not sure if that has any thing to do with it. The only problem in columns4Eclipse is that the column selection is not really the column.
What is the key board short cut for this?
ThanksComment by
to page Selecting and Editing Columns on Eclipse 3.4 Ganymede @ 2009-04-07 15:15:52:
for some reason it goes through the install process, but never appears... it also isnComment by coliv
to page Changing the Font Size with LaTeX @ 2009-03-15 08:58:12:
This information is valid for any version of latex from circa 1994 (or version 2e)Comment by coliv
to page time @ 2008-12-07 18:20:00:
The time function is really very useful.
