Archive for the ‘Useful links’ Category

Post, post, post

Tuesday, April 6th, 2010

Was just reading some interesting articles and thought it might be worth to share some of them here:

Functional programming in Python

Tuesday, September 30th, 2008

Just found some interesting stuff concerning functional programming using Python. Here are the links:

  • Functional programming in Python, Part 1
  • Functional programming in Python, Part 2
  • Functional programming in Python, Part 2
  • These articles are from a larger collection of pages on Python called Charming Python on the IBM website.

    Some Mac links

    Saturday, March 8th, 2008

    Boot PowerPC Macs via USB 2.0 drives

    Can’t find that symbol on the Mac keyboard?

    Sunday, March 2nd, 2008

    Well, should you ever be switching keyboards for your Mac computer, then you may be interested in the following. The following link is to an information sheet (that you may print out!!) which shows your for every symbol which key combination you need to produce it on your Mac keyboard. Or use it the other way round: which combination results in what symbol. In any way, it’s quite useful!
    Reference for EVERY Character Key on a Mac

    Changing the CRAN repository of R

    Thursday, February 21st, 2008

    After the last upgrade R didn’t seem to want to install new packages. The likely reason is that one of the UK CRAN mirrors (http://www.sourcekeg.co.uk/cran/) is not working (at least as of 21/02/08). R fails to install packages with
    Warning: unable to access index for repository http://www.sourcekeg.co.uk/cran/bin/macosx/universal/contrib/2.6

    To be able to choose a different mirror, just issue options(”repos”=c(CRAN=”@CRAN@”)) on the R command line and the next time a package has to be installed from CRAN you will be asked which mirror to use. See ?setRepositories and ?options for more info.

    Writing Style Tips

    Wednesday, February 6th, 2008

    When writing documents, be it literary or scientific text, formatting and style is very important. Here are a couple of pages that I found of use, they do not only apply to LateX documents.

    Statistical programming with R - three introductory articles

    Wednesday, February 6th, 2008

    Part 1. Dabbling with a wealth of statistical facilities: Introduces basic conceptes of R and a general overview.

    Part 2. Functional programming and data exploration: Shows vector slices, introduces dataframes and basic operations such as how to get histograms and linear regressions.

    Part 3. Reusable and object-oriented programming: A concise but very useful introduction on the object oriented programming that R is capable of doing.

    Latex bibliographies with BibTex

    Tuesday, February 5th, 2008

    There is a very good short overview about bibliographies with BibTex to be found here at the University of Colorado. Also features a PDF file with examples of quite a few bibliography styles: PDF with style examples