~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to doc/dependencies.txt

  • Committer: mattgiuca
  • Date: 2008-06-15 05:49:18 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:771
tutorial/tutorial.js: Replaced string [] indexing with charAt, for
    compatibility with Internet Explorer.
Note: This checkin is a result of me manually checking every JavaScript file
    in IVLE for instances of string indexing - and this is the only instance
    I could find. (So this problem should go away now ... please?)

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
purposes of student code using them:
50
50
 
51
51
* [matplotlib](http://matplotlib.sourceforge.net/)
 
52
* [nltk](http://nltk.sourceforge.net)
 
53
* [BeautifulSoup](http://www.crummy.com/software/BeautifulSoup)
 
54
* [lxml](http://codespeak.net/lxml/)
 
55
* [PIL](http://www.pythonware.com/products/pil/)
 
56
* [elementtree](http://effbot.org/zone/elementtree-13-intro.htm) - 1.3 ALPHA
 
57
* [simpletal](http://www.owlfish.com/software/simpleTAL/)
 
58
* [scipy](http://www.scipy.org)