Posts Tagged ‘links’

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:

Some sites to get to free eBooks

Monday, October 6th, 2008

There are lots of free books available on the internet. This page summarises some very good sites for books on topics such as computer programming, literature, etc.

The Best 6 Sites to Get Free Ebooks.

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

    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.