Differences between revisions 12 and 13
Revision 12 as of 2008-02-02 22:02:05
Size: 6812
Editor: cpe-69-207-162-38
Comment:
Revision 13 as of 2008-02-02 22:13:44
Size: 7854
Editor: cpe-69-207-162-38
Comment:
Deletions are marked like this. Additions are marked like this.
Line 44: Line 44:
 * '''Matlab 7.5'''  * '''Matlab 7.5''' [http://www.mathworks.com/products/matlab/ Matlab website]
Line 51: Line 51:
 * '''7-zip''' - An opensource file compression program that can handle zip, gzip, bzip2, rar, tar, and 7zip formats.
 * '''Active``Python''' - Active``State provides a current version of Python for Windows that includes the Pythonwin IDE that does syntax highlighting and omnicompletion.
 * '''Ex``Builder''' - The experiment scripting language developed for the Tanenhaus and Aslin labs here at U of R.
 * '''Pidgin''' - A multi-protocol IM client. It does AIM, Google Talk, MSN Messenger, Yahoo Messenger, and several others.
 * '''PuTTY''' - Provides ssh, sftp, and scp programs for Windows.
 * '''7-zip''' - An opensource file compression program that can handle zip, gzip, bzip2, rar, tar, and 7zip formats. [http://www.7-zip.org/ 7-Zip website]
 * '''Active``Python''' - Active``State provides a current version of Python for Windows that includes the Pythonwin IDE that does syntax highlighting and omnicompletion. [http://www.activestate.com/Products/activepython/ ActivePython website]
 * '''Ex``Builder''' - The experiment scripting language developed for the Tanenhaus and Aslin labs here at U of R. No website or online documentation available.
 * '''Pidgin''' - A multi-protocol IM client. It does AIM, Google Talk, MSN Messenger, Yahoo Messenger, and several others. [http://www.pidgin.im Pidgin website]
 * '''PuTTY''' - Provides ssh, sftp, and scp programs for Windows. [http://www.chiark.greenend.org.uk/~sgtatham/putty/ PuTTY website]
Line 62: Line 62:
 * '''Cygwin''' - A program provided by Red``Hat that gives you a Unix command line for Windows.
 * '''Mik``Te``X''' - A La``Te``X distribution for Windows that includes the Te``Xnic``Center editor.
 * '''My``SQL''' - An opensource database system.
 * '''Open``Office.org''' - An opensource cross platform office suite from Sun descended from Star``Office.
 * '''SQL Server 2005''' - Microsoft's database system built on the Sybase database. If you want to use the Ex``Builder analysis software, this must be installed.
 * '''Tortoise
SVN''' - Gives Windows Explorer the capability to handle SVN source repositories.
 * '''Visual C++ and C#
2005''' - Microsoft provides free versions of their developer tools for noncommercial use.
 * '''VMware Player''' - VMware Player allows you to run VMware virtual machines without buying the full VMware program. It can't make new virtual machines though.
 * '''Cygwin''' - A program provided by Red``Hat that gives you a Unix command line for Windows. [http://www.cygwin.com/ Cygwin website]
 * '''Mik``Te``X''' - A La``Te``X distribution for Windows that includes the Te``Xnic``Center editor. [http://miktex.org/ MikTeX website]
 * '''My``SQL''' - An opensource database system. [http://www.mysql.org/ MySQL website]
 * '''Open``Office.org''' - An opensource cross platform office suite from Sun descended from Star``Office. [http://www.openoffice.org/ OpenOffice.org website]
 * '''SQL Server 2005''' - Microsoft's database system built on the Sybase database. If you want to use the Ex``Builder analysis software, this must be installed. [http://www.microsoft.com/sql/editions/express/default.mspx SQL Server 2005 Express website]
 * '''TortoiseSVN
''' - Gives Windows Explorer the capability to handle SVN source repositories. [http://tortoisesvn.tigris.org/ TortiseSVN website]
 * '''Visual C++ and C# 2005''' -
Microsoft provides free versions of their developer tools for noncommercial use. [http://www.microsoft.com/express/product/default.aspx MS Visual Studio Express website]
 * '''VMware Player''' - VMware Player allows you to run VMware virtual machines without buying the full VMware program. It can't make new virtual machines though. [http://www.vmware.com/products/player/ VMware Player website]
Line 76: Line 76:
 * '''Microsoft Office 2003'''
 * '''Photoshop'''
 * '''Poser'''
 * '''Matlab 7.5'''
 * '''Microsoft Office 2003''' [http://office.microsoft.com/en-us/default.aspx MS Office website]
 * '''Photoshop''' [http://www.adobe.com/products/photoshop/index.html Photoshop website]
 * '''Poser''' [http://www.e-frontier.com/go/poser eFrontier Poser website]
 * '''Matlab 7.5''' [http://www.mathworks.com/products/matlab/ Matlab website]

Installed Software

We try to have uniformity in the software installed on the computers in the lab. This page contains a list of software installed on them other than the factory default software.


1. Common

This is software that is installed on all of the computers.

  • Active TCL - ActiveState provides a newer version of Tcl/Tk than Apple. It has the added advantage of being a Universal binary that works on PPC and x86, unlike the version that comes with MacOS X 10.4, which is a PPC version that has to run in emulation on an x86 like our iMacs. MacOS X 10.5 has a more current (and Universal) version of Tcl/Tk and consequently doesn't need ActiveTCL. On the PC ActiveTCL provides Tcl/Tk, as Microsoft ships no version. [http://www.activestate.com/Products/activetcl/ ActiveTCL website]

  • Firefox - a popular web browser. [http://www.mozilla.com/en-US/firefox/ Firefox website]

  • Gimp - An opensource image editing program. Not as powerful as Photoshop, but free instead of over $600, and it does everything a non-poweruser needs. [http://www.gimp.org/ Gimp website] [http://gimp-app.sourceforge.net/ Gimp.app website]

  • Linger - A program written in Tcl/Tk for doing language experiments, particularly self-paced reading studies. [http://tedlab.mit.edu/~dr/Linger/ Linger website]

  • R - The R statistics package. The install includes the optional GNU Fortran in /usr/local/bin/ on the Macs for compiling some R packages that aren't available as binaries. [http://www.r-project.org/ R website]

  • Praat - A phonetic analysis program. [http://www.fon.hum.uva.nl/praat/ Praat website]

  • Vim - Version 7.1 is installed on the PCs. On the Macs is MacVim's gVim, which is the Mac GUI version. The current version is 7.0, whereas the terminal version on MacOS X 10.4 is only 6.2. [http://www.vim.org Vim website] [http://www.macvim.org MacVim website]

  • Git - A source control management system originally written by Linus Torvalds of Linux fame. On Mac and Linux boxes in the lab it's installed in /usr/local/bin. In the CS environment it's installed in /p/hlp/corpora/bin. Not currently installed on the Windows boxes, although it could be. [http://git.or.cz/ Git website]


2. iMacs

The iMacs in the lab have the same software as much as possible.

  • Apple Developer Tools - Located in /Developer are the Apple developer tools including XCode and Interface builder. This also puts GCC in /usr/bin/. [http://developer.apple.com/ Apple Developer Connection]

  • Adium - A multi-protocol IM client. It does AIM, Google Talk, MSN Messenger, Yahoo Messenger, and several others. [http://www.adiumx.com/ Adium website]

  • Aquamacs Emacs - A Mac friendly GUI for Emacs. [http://aquamacs.org/ Aquamacs website]

  • MacPython - The default version of Python that comes with MacOS X 10.4 is rather old (2.3.5) and doesn't support readline command line editing and history. MacPython provides a more up to date version with readline. Versions 2.4.4 and 2.5.1 are installed, but Current is pointed at 2.4.4 due to some libraries not being available for 2.5 yet. If you want a specific version type python2.3, python2.4, or python2.5 at the command line. Mac OS X 10.5 comes with Python 2.5.1 and a host of extra packages, so MacPython is not necessary on it. [http://www.pythonmac.org/packages/ MacPython website]

  • MacTeX 2007 - The MacTeX users group provides a package that includes a recent version of the TeTeX port of LaTeX along with the TeXShop LaTeX editor and BibDesk BibTeX bibliography manager. [http://www.tug.org/mactex/ MacTeX website]

  • NeoOffice - A Mac native port of the OpenOffice.org office suite. [http://www.neooffice.org/ NeoOffice website]

  • Remote Desktop Connection - Microsoft provides a program to allow Mac users to connect remotely to a PC running Windows. [http://www.microsoft.com/mac/products/remote-desktop/default.mspx Microsoft RDC Mac website]

  • SBCL - Steel Bank Common Lisp. An opensource implementation of ANSI Common Lisp, forked from Carnegie Mellon University's CMUCL. [http://sbcl.sourceforge.net/ SBCL website]

  • sshfs - A program that allows you to mount a remote filesystem over ssh. It's kind of like a hybrid of ssh and sftp, but built into the Finder. [http://code.google.com/p/macfuse/ MacFUSE website]

  • subversion - A popular version control system. [http://subversion.tigris.org/ Subversion website]


3. Platypus

Platypus is a 20" iMac running MacOS 10.5


4. Common on PCs

This is software that all the PCs have.

  • 7-zip - An opensource file compression program that can handle zip, gzip, bzip2, rar, tar, and 7zip formats. [http://www.7-zip.org/ 7-Zip website]

  • ActivePython - ActiveState provides a current version of Python for Windows that includes the Pythonwin IDE that does syntax highlighting and omnicompletion. [http://www.activestate.com/Products/activepython/ ActivePython website]

  • ExBuilder - The experiment scripting language developed for the Tanenhaus and Aslin labs here at U of R. No website or online documentation available.

  • Pidgin - A multi-protocol IM client. It does AIM, Google Talk, MSN Messenger, Yahoo Messenger, and several others. [http://www.pidgin.im Pidgin website]

  • PuTTY - Provides ssh, sftp, and scp programs for Windows. [http://www.chiark.greenend.org.uk/~sgtatham/putty/ PuTTY website]


5. Tracker

Tracker is a Dell Dimension E521 running Windows Vista Business. It has some software specific to it that has been installed as needed.


6. Poser

Poser is a Dell Precision 390 running Windows Vista Ultimate. Most of the software specific to it is related to image editing.


InstalledSoftware (last edited 2013-05-03 19:48:31 by echidna)

MoinMoin Appliance - Powered by TurnKey Linux