Sunday, August 30, 2009
Saturday, August 29, 2009
MonkeyTeX
An online LaTeX processing system and document repository: http://monkeytex.bradcater.webfactional.com/
I got the information from this post: http://www.linux.com/news/software/applications/40457-four-more-cool-word-processors
I got the information from this post: http://www.linux.com/news/software/applications/40457-four-more-cool-word-processors
Friday, August 28, 2009
Sunday, August 23, 2009
R handy for crunching data
http://www.ibm.com/developerworks/library/l-sc16.html?S_TACT=105AGX52&S_CMP=cn-a-l
Creating a swap file instead of (or in addition to) a swap partition
https://help.ubuntu.com/community/SwapFaq
Saturday, August 22, 2009
Sunday, August 16, 2009
Reproducible Research
http://reproducibleresearch.net/index.php/Main_Page
This is an important topic for scientists of all disciplines and deserves more attention among social scientists.
This is an important topic for scientists of all disciplines and deserves more attention among social scientists.
GTD: getting things done
- http://cnlox.is-programmer.com/posts/10354.html
- http://sachachua.com/wp/2007/12/28/emacs-getting-things-done-with-org-basic/
- http://sachachua.com/wp/2008/01/18/outlining-your-notes-with-org/
Saturday, August 15, 2009
High tech, low tech?
Interesting article: http://www.iq.harvard.edu/blog/sss/archives/2006/01/tools_for_resea.shtml
Thursday, August 13, 2009
Workflow applications
- http://www.kieranhealy.org/blog/archives/2004/12/11/indispensible-applications/
- http://obsidianrook.com/devnotes/joys-of-rcs.html
- http://www.madboa.com/geek/rcs/
- http://www.cl.cam.ac.uk/~mgk25/publ-tips/
Thursday, August 06, 2009
CacheSweave
I finally figured out how to use the R package "cachesweave". The trick is that the code chunks must follow some order, like the following:
-----------------------------------------------------------
<setup>=
setCacheDir("testcache")
@
<first>=
library(Zelig)
library(memisc)
@
...
------------------------------------------------------------
-----------------------------------------------------------
<
setCacheDir("testcache")
@
<
library(Zelig)
library(memisc)
@
...
------------------------------------------------------------
Reshaping data
This post (http://www.statmethods.net/management/reshape.html) explains how to "reshape" data in R using the reshape package. It not only can do what the reshape command in Stata does (the "melt" step), but also a step further (the "cast" step). Quite amazing.
Wednesday, August 05, 2009
Apple may just be worse than Microsoft
- http://www.workswithu.com/2008/10/20/apple-a-bigger-open-source-enemy-than-microsoft/
- http://lifehacker.com/5324724/bad-apple-an-argument-against-buying-an-iphone
Report tool
The R package "reporttools" looks promising. It generate various kinds of descriptive tables, including two-way tabulations, in LaTeX that is suitable for directly inserting into a Sweave document.
PIDA
The PIDA project (http://www.debianadmin.com/pida-python-integrated-development-application-a-python-ide.html) represents an interesting approach toward Python IDE. It builds upon either VIM or Emacs (my editor of choice) and tries to make Python specific programming easier.
VoIP for blackberry
I am having hard time finding a good VoIP application for my blackberry. Skype does not have one, TruePhone's BB version does not support WIFI, neither does Nimbus. Should have bought an Android instead (really don't like Apple stuff).
Tuesday, August 04, 2009
The foundations of statistics: A simulation-based approach
A complete book with the source code (Sweave) on-line:
http://www.ling.uni-potsdam.de/~vasishth/SFLS.html
http://www.ling.uni-potsdam.de/~vasishth/SFLS.html
Subscribe to:
Posts (Atom)