Well, I just learned that by adding ?version=2.0 to the end of arXiv feed URL solves this problem, i.e.,
http://export.arxiv.org/rss/cond-mat?version=2.0
Di Xiao's weblog
http://export.arxiv.org/rss/cond-mat?version=2.0
Outer
. Let us consider two lists defined asThen the following commanda={a1,a2,a3};
b={b1,b2};
Outer[f, a, b]
gives a matrix of the formf[a1,b1] f[a1,b2]
f[a2,b1] f[a2,b2]
f[a3,b1] f[a3,b2]
orbital
and spin
stores the orbital and spin part of the state vector. The complete basis can be obtained byFlatten[Outer[Join, orbital, spin, 1], 1]
rsync
to sync files. However, I am not really into this whole command-line thing, otherwise I'd just get a linux box. Fortunately, I found this nice little app called Unison, which provides a GUI for Mac OS X. The setup is straightforward. There is only one catch: both machines should have Unison installed. I actually found this out by scanning through the console log. One small complain: there is practically no documentation, everything has to be found through google.Unison runs on both Windows and many flavors of Unix (Solaris, Linux, OS X, etc.) systems. Moreover, Unison works across platforms, allowing you to synchronize a Windows laptop with a Unix server, for example.
# defaults write com.apple.mail PreferPlainText -bool TRUE
Relaunch Mail.app and enjoy.# defaults delete com.apple.mail PreferPlainText
find
x
enabled. Manually removing it for each file is very cumbersome because for directories you do want to keep the x
mode. This can be done easily using find
# find . ! -type d -exec chmod -x {} \;
Another example is # find . ! -type d -exec xattr -d com.apple.quarantine {} \;