At this point these notes on R and statistics are mostly to myself. Hopefully over time they will evolve into something that can be more generally useful.
Thursday, August 18, 2011
Thursday, August 4, 2011
Installing ImageMagick on Ubuntu 10.10
Dowload from here
ftp://ftp.imagemagick.org/pub/ImageMagick/
Refs:
http://ubuntuguide.net/install-imagemagick-in-ubuntu-linux
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17059
ftp://ftp.imagemagick.org/pub/ImageMagick/
tar xvfz ImageMagick-6.5.3-10.tar.gzcd ImageMagick-6.5.3-10/./configuremakesudo make installldconfig /usr/local/libRefs:
http://ubuntuguide.net/install-imagemagick-in-ubuntu-linux
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17059
Subscribe to:
Posts (Atom)
Checking font availability on Mac fc-list : family | grep "Fira Code" or system_profiler -json SPFontsDataType | grep \...
-
http://www.liacs.nl/~hoogeboo/mcb/nature_primer.html
-
E.g. we have a list of dictionaries x = [{'a':1,'b':3}, {'a':3,'b':2}, {'a':2,'b':1}] x....