User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 20:31, 10 November 2008 (diff | hist) . . (+929) . . N Formal proposal for MIDI theramin
- 19:46, 10 November 2008 (diff | hist) . . (+98,912) . . N XGrid pipe1000.plist (New page: --~~~~ ---- <code><pre> { jobSpecification = { applicationIdentifier = "com.apple.xgrid.cli"; inputFiles = { "pipe.pl" = { fileData = <232120...)
- 16:29, 10 November 2008 (diff | hist) . . (+4,273) . . N CSC334 getXGridOutput.py (New page: --D. Thiebaut 10:51, 4 November 2008 (UTC) ---- <code><pre> #! /usr/bin/python # getXGridOutput.py # D. Thiebaut # # A filter program receiving (through a pipe, typically...)
- 16:28, 10 November 2008 (diff | hist) . . (+997) . . N CSC334 runHisto.pl (New page: --D. Thiebaut 10:49, 4 November 2008 (UTC) ---- <code><pre> #! /usr/bin/perl -w # runHisto.pl # D. Thiebaut # this script submits the perl script genAminoHisto.pl multip...)
- 16:28, 10 November 2008 (diff | hist) . . (+2,668) . . N CSC334 getXGridOutput.pl (New page: --D. Thiebaut 04:15, 4 November 2008 (UTC) ---- <code><pre> #! /usr/bin/perl # getXGridOutput.pl # D. Thiebaut # # this program should be piped after the command xgrid wh...)
- 16:27, 10 November 2008 (diff | hist) . . (+1,788) . . N CSC334 genAminoHisto.pl (New page: --D. Thiebaut 02:24, 4 November 2008 (UTC) ---- <code><pre> #! /usr/bin/perl # genAminoHisto.pl # D. Thiebaut # Syntax: # # ./genAminoHisto.pl N # # where N is an inte...)
- 23:29, 9 November 2008 (diff | hist) . . (+72) . . N XGrid Introduction to the XGrid at Smith College (XGrid Introduction to the XGrid at Smith College moved to XGrid--Introduction to the XGrid at Smith College, Part II)
- 20:38, 9 November 2008 (diff | hist) . . (+8,032) . . N XGrid MakeBatchMulti.py (New page: --~~~~ ---- <code><pre> #! /Library/Frameworks/Python.framework/Versions/Current/bin/python # D. Thiebaut # # Syntax: # makeBatchMulti.py batchFileName # # a simple python program t...)
- 18:11, 9 November 2008 (diff | hist) . . (+17,109) . . N XGrid Batch Plist File for Pipeline (New page: --~~~~ ---- <code><pre> { jobSpecification = { applicationIdentifier = "com.apple.xgrid.cli"; inputFiles = { "pipe.pl" = { fileData = <2321202...)
- 18:00, 9 November 2008 (diff | hist) . . (+3,329) . . N XGrid Program pipe.pl (New page: --~~~~ ---- <code><pre> #! /usr/bin/perl -w # pipe.pl # D. Thiebaut # Nov 9 2008 # # This program gets a pdb file name from the command line. # It passes the file name to stripAmino.pl whi...)
- 17:59, 9 November 2008 (diff | hist) . . (+1,698) . . N XGrid Program computeAminoFreq.pl (New page: --~~~~ ---- <code><pre> #! /usr/bin/perl -w # computeAminoFreq.pl # D. Thiebaut # Given a file containing SEQRES lines of a PDB file, computes the # frequency of occurence of all the amin...)
- 17:55, 9 November 2008 (diff | hist) . . (+2,549) . . N XGrid Program stripAmino.pl
- 06:29, 4 November 2008 (diff | hist) . . (+4,621) . . N XGrid Faster Access to Files on XGrid (→Improved Perl Program)
- 09:37, 3 November 2008 (diff | hist) . . (+4,434) . . N CSC231 Project Notes (New page: * 10/19/08: Some notes on the individual projecs: We'll do a more formal presentation on Friday this week. You should be ready to present # a wiki page with the goal your project # a desc...)
- 09:08, 2 November 2008 (diff | hist) . . (+6,022) . . N XGrid Perl Pipeline (→The repository of PDB Files)
- 08:20, 2 November 2008 (diff | hist) . . (+4,882) . . N XGrid PList format (→A Python Script)
- 09:27, 28 October 2008 (diff | hist) . . (+187) . . N CSC334 Gromacs Tutorial (→Gromacs Tutorial)
- 07:57, 28 October 2008 (diff | hist) . . (+1,837) . . N XGrid Mandelbrot
- 07:57, 28 October 2008 (diff | hist) . . (+9,468) . . N XGrid Running a C program
- 17:21, 26 October 2008 (diff | hist) . . (+7,035) . . N XGrid Faster Batch Execution on XGrid (→Submitting the Batch Job)
- 08:41, 22 October 2008 (diff | hist) . . (+2,993) . . N XGrid MakeBatchN.py
- 19:23, 21 October 2008 (diff | hist) . . (+145) . . N XGrid filelist10.txt (New page: <code><pre> pdb100d.ent pdb101d.ent pdb101m.ent pdb102d.ent pdb102l.ent pdb102m.ent pdb103d.ent pdb103l.ent pdb103m.ent pdb104d.ent </pre></code>)
- 19:20, 21 October 2008 (diff | hist) . . (+8,254) . . N XGrid makeBatch.py Python Program (New page: <code><pre> #! /Library/Frameworks/Python.framework/Versions/Current/bin/python # D. Thiebaut # a simple python program that will take the XGrid batch file listed # below and a file conta...)
- 15:14, 21 October 2008 (diff | hist) . . (+11,080) . . N XGrid Batch Plist File
- 14:15, 21 October 2008 (diff | hist) . . (+2,020) . . N XGrid computeAminoFreq.pl (New page: Back to Perl Pipeline ---- <code><pre> #! /usr/bin/perl -w # computeAminoFreq.pl # D. Thiebaut # Given a file containing SEQRES lines of a PDB file, computes th...)
- 14:11, 21 October 2008 (diff | hist) . . (+1,870) . . N XGrid stripAmino.pl
- 14:02, 21 October 2008 (diff | hist) . . (+1,026) . . N XGrid pipe.pl (New page: Back to Perl Pipeline ---- <code><pre> #! /usr/bin/perl -w # pipe.pl # D. Thiebaut # calls two perl programs, one after the other, to form a processing pipeline...)
- 18:46, 20 October 2008 (diff | hist) . . (+4,345) . . N XGrid getXGridOutput.py
- 13:09, 19 October 2008 (diff | hist) . . (+11,620) . . N Honors BibTex Example File (→Example Bib File)
- 12:32, 19 October 2008 (diff | hist) . . (+41) . . N CSC400 Miktex Latex WinWord (CSC400 Miktex Latex WinWord moved to CSC400 Miktex Latex WinEdit)
- 11:10, 19 October 2008 (diff | hist) . . (+1,436) . . N Kahn Workshop Colin Ware
- 14:14, 16 October 2008 (diff | hist) . . (+3,275) . . N Running X Applications From Home (→Case 1: You have a Mac at home)
- 12:08, 14 October 2008 (diff | hist) . . (+3,031) . . N CSC231 Things to Remember when Writing Assembly Programs (→Verify your output)
- 08:54, 14 October 2008 (diff | hist) . . (+1,641) . . N CSC103 Page 2008 (→Student Wikis)
- 15:02, 13 October 2008 (diff | hist) . . (+1,245) . . N XGrid Setting Up MySql (→Steps to install a MySql server)
- 14:53, 13 October 2008 (diff | hist) . . (+692) . . N XGrid Setting Up Apache (→Steps to turn on Apache (already installed on base system))
- 12:34, 13 October 2008 (diff | hist) . . (+545) . . N XGrid Setting Up Php (→Setting up PHP)
- 10:54, 4 October 2008 (diff | hist) . . (+846) . . N XGrid mergeResults.pl
- 06:51, 4 October 2008 (diff | hist) . . (+3,388) . . N XGrid Output Perl Run on 10000 Files
- 22:39, 3 October 2008 (diff | hist) . . (+2,744) . . N XGrid getAllPDBFiles.pl
- 13:56, 3 October 2008 (diff | hist) . . (+666) . . N CSC334 Page (→Perl Resources)
- 16:29, 29 September 2008 (diff | hist) . . (+6,508) . . N Aesthetics of Data Visualization Proposal (New page: '''AEsthetics of Data Visualization'''<br /> Kahn Institute Proposal<br /> by <br /> Dominique Thiebaut<br /> The amount of data collected and available today in our various fields of res...)
- 17:22, 28 September 2008 (diff | hist) . . (+1,602) . . N XGrid IP Addresses (→Individual machines)
- 15:17, 27 September 2008 (diff | hist) . . (+4,368) . . N XGrid queensall singlecolumn.c (New page: <code><pre> /* queensall_singlecolumn.c D. Thiebaut Position 1st queen in column i (given on command line) Position N-1 queens on an N-1xN chess board To compile and ru...)
- 15:07, 27 September 2008 (diff | hist) . . (+511) . . N XGrid Command Line
- 13:38, 27 September 2008 (diff | hist) . . (+3,554) . . N XGrid N Queen C Progarm
- 18:11, 20 September 2008 (diff | hist) . . (+664) . . Nm XGrid Incomplete data regression (Incomplete data regression moved to XGrid Incomplete data regression)
- 18:11, 20 September 2008 (diff | hist) . . (+46) . . N Incomplete data regression (Incomplete data regression moved to XGrid Incomplete data regression)
- 17:30, 19 September 2008 (diff | hist) . . (+14,607) . . N Misc. Wikipedia References (→Wikipedia Articles and Resources)
- 23:02, 14 September 2008 (diff | hist) . . (+1,386) . . N Xgrid Mount CS Home As Disk
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)