cusacklabcomputing.blogspot.com
cusack lab computing: Setting up your .bashrc for Mturk on cercimage
http://cusacklabcomputing.blogspot.com/2013/07/setting-up-your-bashrc-for-mturk-on.html
Tuesday, 30 July 2013. Setting up your .bashrc for Mturk on cercimage. Add these two lines on the end:. Export PATH=/home/rcusack/software/aws-mturk-clt-1.3.0/bin:$PATH. Export MTURK CMD HOME=/home/rcusack/software/aws-mturk-clt-1.3.0. Subscribe to: Post Comments (Atom). This blog describes software installed by the cusack lab. At the Brain and Mind Institute at the University of Western Ontario. All users of BMI machines are welcome to use this software. Simple theme. Powered by Blogger.
cusacklabcomputing.blogspot.com
cusack lab computing: Benchmarking ZFS against LVM
http://cusacklabcomputing.blogspot.com/2013/10/benchmarking-zfs-against-lvm.html
Saturday, 5 October 2013. Benchmarking ZFS against LVM. Following a clear of the memory cache with:. Sync; echo 3 /proc/sys/vm/drop caches. I then benchmarked a directory listing ( 1000 nifti files) and read/write (10 random EPI files per subject). Access times (ms) with statistics over 10 subjects of 4 sessions:. Zfs-nocompress 58.8 /- 42.0. Zfs-lzjb 38.5 /- 16.2. Zfs-gzip 53.9 /- 47.6. Lvm 146.8 /- 480.6. Zfs-nocompress 576.3 /- 277.0. Zfs-lzjb 629.7 /- 301.7. Zfs-gzip 523.5 /- 82.1. Lvm 48 /- 0.2.
cusacklabcomputing.blogspot.com
cusack lab computing: For UWO employees... accessing journal or book subscriptions from outside the office
http://cusacklabcomputing.blogspot.com/2013/08/for-uwo-employees-accessing-journal-or.html
Monday, 5 August 2013. For UWO employees. accessing journal or book subscriptions from outside the office. If you've gone through pubmed or Scholar and arrived at a paper you'd like to obtain, but you've been rejected because the site doesn't recognize your subscription, then just put "proxy2.lib.uwo.ca" onto the end of the site name, between the URL and its parameters. For example. Http:/ www.sciencedirect.com/science/article/pii/S1053811910010062. You'll then need your Western ID and password, of course.
cusacklabcomputing.blogspot.com
cusack lab computing: Weird matlab behaviour for empty matrices.
http://cusacklabcomputing.blogspot.com/2016/08/weird-matlab-behaviour-for-empty.html
Thursday, 18 August 2016. Weird matlab behaviour for empty matrices. I've noticed that (at least in Matlab 2015b) a weird behaviour with Matlab matrices. Here are two ways of making different empty matrices:. They both look empty, but have different sizes. But critically for some code, they behave very differently in a for loop. This never gets executed! This gets executed once, with ind=[];. This is a pernicious problem. Is there any reason for it to be like this? Subscribe to: Post Comments (Atom).
cusacklabcomputing.blogspot.com
cusack lab computing: Illustrator revalation
http://cusacklabcomputing.blogspot.com/2014/04/illustrator-revalation.html
Monday, 21 April 2014. I often use Adobe Illustrator to draw illustrations or finesse graphics. While I'd prefer a cheaper package, there doesn't currently seem to be anything that comes close to the sophistication of this tool. Like Photoshop (or Flash) it isn't the most intuitive thing, though. You really need expertise. But first, you need to know what the feature is that you need. As soon as you know this, Google is your friend. I was so excited I had to share. Subscribe to: Post Comments (Atom).
cusacklabcomputing.blogspot.com
cusack lab computing: Disabling Chrome Viewer for PDFs...
http://cusacklabcomputing.blogspot.com/2014/04/disabling-chrome-viewer-for-pdfs.html
Thursday, 3 April 2014. Disabling Chrome Viewer for PDFs. Because Preview on a Mac does a much nicer job of rendering. Http:/ www.cnet.com/how-to/how-to-disable-chromes-pdf-viewer/. Subscribe to: Post Comments (Atom). This blog describes software installed by the cusack lab. At the Brain and Mind Institute at the University of Western Ontario. All users of BMI machines are welcome to use this software. We will publish posts that describe updates to software versions, and new pieces of software.
cusacklabcomputing.blogspot.com
cusack lab computing: meld
http://cusacklabcomputing.blogspot.com/2013/10/meld.html
Sunday, 27 October 2013. Both for maintaining github repositories, and assorted code merging, I've been enjoying using the tool "meld". For adhoc merging, if you have two different versions of a file, do. You'll then see the two files in parallel, with MELD highlighting new, changed or deleted code in each file. You can then click the arrows to transfer the change in one direction or the other. You may also merge more than two versions. If you use git, you may set this to use meld by default:.