Tuesday, December 13, 2011

Windows 7 Sharing

Add Authenticated Users to have full control

Monday, June 22, 2009

Forward- and backword-word in rxvt

Add this to your ~/.inputrc:

# Control+right
"\eOc": forward-word
# Control+left
"\eOd": backward-word

Notice those are O's (the letter) not 0's (zeroes).

You may need to have this in your .bashrc
export INPUTRC=$HOME/.inputrc

Thursday, October 9, 2008

Set default close operation

setDefaultCloseOperation(EXIT_ON_CLOSE)

Wednesday, October 8, 2008

Tabs to Spaces only in Eclipse

  • Window menu → Preferences...
  • Java → Code Style → Formatter → New... button
    • Enter any name → OK
  • Indentation tab → Under General settings, set Tab policy to Spaces only

Monday, August 18, 2008

Wednesday, July 16, 2008

Show virtual table

g++ -fdump-class-hierarchy main.cpp

Sunday, May 18, 2008

a.vim

This plugin lets you switch between source file and header file by typing
:A

Script link: a.vim

Template Designed by Douglas Bowman - Updated to Beta by: Blogger Team
Modified for 3-Column Layout by Hoctro