http://palawork.it/?charka=annunci-bolzano-incontri&91e=a2 Nice summary of tips and tricks dealing with LaTeX tables.
Blog
-
Set default shape in dot, graphviz …
Set default shape in dot, graphviz
digraph G { rankdir=LR node [shape=box, color=blue] node1 [style=filled] node2 [style=filled, fillcolor=red] node0 -> node1 -> node2 } -
Control flow of postgresql with examples …
Control flow of postgresql with examples.
http://www.commandprompt.com/ppbook/x20238
-
R plot with examples http://www.hardi …
R plot with examples
http://www.harding.edu/fmccown/r/
-
Change words in multiple files across mu …
Change words in multiple files across multiple directories.
perl -p -i -e 's/Documents%20and%20Settings/Users' `grep -ril "Documents%20and%20Settings" *`
Adopted from http://joseph.randomnetworks.com/2005/08/18/perl-oneliner-recursive-search-and-replace/
-
Readline search in bash. Ctrl-r: revers …
Readline search in bash.
Ctrl-r: reverse search
Ctrl-s: forward search
However, the Ctrl-s keybinding is conflict with a settingin Ubuntu.
Disable it with this command and Ctrl-s will be working.$ stty -ixon
-
Title for muti plots in R mtext(‘Title …
Title for muti plots in R
mtext(‘Title’, outer=TRUE) -
Some packages good for revising LaTeX te …
Some packages good for revising LaTeX texts.
\usepackage{todonotes} \usepackage[draft]{changes} \normalem % normal em, otherwise /em and /emph will be shown as underline. -
search() list loaded packages.
search()
list loaded packages.
-
Synergy is like a KVM switch but working …
Synergy is like a KVM switch but working on network without physical switch.
I tried to use it between my desktop (Ubuntu) and laptop (Windows 7).
The difficulty I had was that the laptop was connected to the corporate network
through VPN.
I struggled to connect them and found this one.
It works. Excellent!
Thanks user gardims who post this solution.I am running WinXP Pro SP2 on both my home PC and work laptop.
Using Cisco Systems VPN Client Version 5.0.01.0600
I am currently using Synergy between the 2.
I found setting under the
connection entry>
Transport Tab>
There is a check box for “Allow Local LAN Access”
I had to check/enable it to get Synergy to work.
I hope that this will work for you also.NB. In my VPN client, the Transport tab is under Modify menu.
http://arstechnica.com/civis/viewtopic.php?f=11&t=127732