Tuesday, March 31, 2015
Saturday, March 28, 2015
[HOWTO] Save Screenshots in Ubuntu Automatically when PrintScreen key is pressed | The _khAttAm_ blog
[HOWTO] Save Screenshots in Ubuntu Automatically when PrintScreen key is pressed | The _khAttAm_ blog:
scrot ~/screenshots/screenshot-`date +"%b%d%g" | sed -e 's/\(.*\)/\L\1/'`.png
[HOWTO] Save Screenshots in Ubuntu Automatically when PrintScreen key is pressed | The _khAttAm_ blog
[HOWTO] Save Screenshots in Ubuntu Automatically when PrintScreen key is pressed | The _khAttAm_ blog: "scrot ~/screenshots/`date|sed s/ /-/g|sed s/://g`.png"
Friday, March 27, 2015
rxvt-unicode hacking - Page 2
rxvt-unicode hacking - Page 2: "xmodmap can be used to show whether Super (actually Super_R and Super_L) are mapped to the "mod4" used in URxvt.keysym.Mod4-v"
config/Xdefaults at master · shicks/config
config/Xdefaults at master · shicks/config
Emacs.background: Black Emacs.foreground: White URxvt.geometry: 203x70 URxvt.saveLines: 8192 ! to match gnome-terminal "Linux console" scheme ! foreground/background URxvt*background: #000000 URxvt*foreground: #ffffff ! black URxvt.color0 : #000000 URxvt.color8 : #555555 ! red URxvt.color1 : #AA0000 URxvt.color9 : #FF5555 ! green URxvt.color2 : #00AA00 URxvt.color10 : #55FF55 ! yellow URxvt.color3 : #AA5500 URxvt.color11 : #FFFF55 ! blue URxvt.color4 : #0000AA URxvt.color12 : #5555FF ! magenta URxvt.color5 : #AA00AA URxvt.color13 : #FF55FF ! cyan URxvt.color6 : #00AAAA URxvt.color14 : #55FFFF ! white URxvt.color7 : #AAAAAA URxvt.color15 : #FFFFFF"
URxvt Customization and Optimization with Xresources
URxvt Customization and Optimization with Xresources
function aa_256 ()
{
local o= i= x=`tput op` cols=`tput cols` y= oo= yy=;
y=`printf %$(($cols-6))s`;
yy=${y// /=};
for i in {0..256};
do
o=00${i};
oo=`echo -en "setaf ${i}\nsetab ${i}\n"|tput -S`;
echo -e "${o:${#o}-3:3} ${oo}${yy}${x}";
done
}
Linux Console Color (the "\033[" way) - C++ Forum
Linux Console Color (the "\033[" way) - C++ Forum
\033[0m - is the default color for the console \033[0;#m - is the color of the text, where # is one of the codes mentioned above \033[1m - makes text bold \033[1;#m - makes colored text bold** \033[2;#m - colors text according to # but a bit darker \033[4;#m - colors text in # and underlines \033[7;#m - colors the background according to # \033[9;#m - colors text and strikes it \033[A - moves cursor one line above (carfull: it does not erase the previously written line) \033[B - moves cursor one line under \033[C - moves cursor one spacing to the right \033[D - moves cursor one spacing to the left"
Colours
Colours: "As mentioned before, non-printing escape sequences have to be enclosed in \[\033[ and \]. For colour escape sequences, they should also be followed by a lowercase m.
"
'via Blog this'
"
'via Blog this'
Thursday, March 26, 2015
Sunday, March 22, 2015
mikkoz/java8-quickstart-archetype
mikkoz/java8-quickstart-archetype: "A bloody simple Java 8 archetype. Has the following features:"
'via Blog this'
'via Blog this'
Standard Libraries
Standard Libraries: "Standard libraries. Below is a table of the input and output libraries that we use throughout the textbook and beyond."
'via Blog this'
'via Blog this'
Subscribe to:
Posts (Atom)