Actions

Difference between revisions of "Software"

From ACL@NCU

Line 46: Line 46:


==Virtual box==
==Virtual box==
*[[http://askubuntu.com/questions/445284/how-to-start-a-virtualbox-machine-via-command-line-without-gui| How to start a Virtualbox machine via command line (without GUI)?]]
*[http://askubuntu.com/questions/445284/how-to-start-a-virtualbox-machine-via-command-line-without-gui| How to start a Virtualbox machine via command line (without GUI)?]
<pre>
#VBoxManage startvm "VM name" --type headless
#In the case of ACL_AFNI, win7
VBoxManage startvm "win7" --type headless
 
</pre>

Revision as of 14:58, 15 April 2015

References

Mendeley related

Setup up Mendeley sync on Android platform


Python

Python wrapper for Measurement Computing's DAQ library Universal Library

The driver software and library for the Measurement Computing usb DAQ I/O card

A Python hook into the Amazon.com Product Advertising API[1]

A tool for installing and managing Python packages.

Selenium is for automating web applications for testing purposes, but is certainly not limited to just that.


neuroimaging

Stimuli Delivery

A package for stimulus presentation. Suitable for psychophysics, neuroimaging and many other areas of psychology.

A graphical experiment builder for the social sciences (recommended by Christophe Pallier)

Data I/O

NiBabel


Virtual box

#VBoxManage startvm "VM name" --type headless
#In the case of ACL_AFNI, win7
VBoxManage startvm "win7" --type headless