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
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 TRUERelaunch 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 {} \;
RealPlayer.app/Contents/Frameworks/HXClientKit.framework/HelixPlugins/Codecsto/usr/local/lib/codecs If you don't have the second folder then create it first.ssh-keygen to generate key pairs# ssh-keygen -t rsa -b 2048ssh-keygen can generate both RSA and DSA keys. While you can specify any key length for RSA keys (in the example it is set to 2048 bits), the key length for DSA is always 1024 bits as required by the government. RSA is also faster when it comes to verify the key.ssh-keygen generates the key pair, put id_rsa.pub to ~/.ssh/ on the remote machine and rename it to authorized_keys.ssh_config to specify ssh setting~/.ssh/config. Below is an exampleHost short
HostName long.server.name
User nameThen you only need input # ssh short instead of # ssh name@long.server.name For more options, man ssh_config.
tell application "iTunes"
tell EQ preset 1 -- the Manual setting which you can then save
set band 1 to -8
set band 2 to -5
set band 3 to -3
set band 4 to -4
set band 5 to -5
set band 6 to -6
set band 7 to -4
set band 8 to -2
set band 9 to 0
set band 10 to -3
set preamp to 6
end tell
end tell
# defaults write TeXShop Pdfbackground_R 0.5
# defaults write TeXShop Pdfbackground_G 0.5
# defaults write TeXShop Pdfbackground_B 0.5# defaults write com.apple.Safari \
TargetedClicksCreateTabs -bool true

# sudo defaults write \
/Library/Preferences/com.apple.loginwindow \
DesktopPicture '/Path/To/Your/Picture'# mkdir ~/.MacOSX
# defaults write ~/.MacOSX/environment "PATH" $PATH# defaults write com.apple.Preview Preview \
-dict-add PVPDFSpotlightSelectionSize 1
g1 = Plot[Sin[x], {x,0,2Pi}];
g2 = Plot[Cos[x], {x,0,2Pi}];Show[g1,g2]Show[GraphicsArray[{g1,g2}]]