I’m the happy owner of a Motorola Razr V3. Its battery used to last quite long, but now that it’s getting older it’s drained very quickly. At some point, I could charge it at night, talk a few minutes during the day, and when I got home in the evening the battery would be empty.
It’s already in the VIM help file, but I never found it until now. To highlight the current row/line and the current column use this in your .vimrc:
au WinLeave * set nocursorline nocursorcolumn au WinEnter * set cursorline cursorcolumn set cursorline cursorcolumn I found this quite useful while programming.
It’s trivially easy to copy a SQLite database. It’s less trivial to do this in a way that won’t corrupt it. Here’s how:
$ sqlite3 some.db sqlite> begin immediate; <press CTRL+Z> $ cp some.
Often, I have to assign a list of Selenium parameters $p1 through $pN to a list of more meaningful names. With VIM, this is easily done. First, place the meaningful names in the editor, one name per line:
Eclipse has support for CVS annotations, also known as “blame support”. Right-click on a file, choose “Team”, “Show annotation” and you’ll see who last edited which line of code.
However, if you ever turn off quick diff, this feature will stop working.
I’ve had a productive day today! Because I wanted to do some testing with the original Sharp software of my Zaurus SL-C3000, I had to re-flash it. I took a risk that turned sour, so I had to clear the entire machine and start from scratch.