User contributions
From mi-linux
Jump to navigationJump to search- 18:16, 16 April 2012 diff hist +1 Gedit with Scala Fixed typo current
- 11:45, 27 February 2012 diff hist +510 Scala At Home Removed the gksudo and replaced with sudo; added instructions to use a text terminal. current
- 11:36, 27 February 2012 diff hist +3 5CS004 current
- 11:34, 27 February 2012 diff hist +249 Gedit with Scala Added note about sudo
- 11:29, 27 February 2012 diff hist +4,815 N Gedit with Scala New page: This shell script downloads and installs Scala syntax highlighting for the gedit editor and a plugin which will highlight errors in your code. == Installation == * Copy the script below ...
- 11:39, 20 February 2012 diff hist +100 5CS004 Added link to gedit3 page
- 23:40, 12 February 2012 diff hist -79 5CS004
- 22:17, 12 February 2012 diff hist -11 Scala At Home Removed --quiet which seems to confuse the nCurses interface needed to accept the Sun Java EULA
- 21:07, 11 February 2012 diff hist +95 Scala At Home Changed partner repository to maverick, since Oneiric doesn't have Oracle support yet
- 10:58, 10 February 2012 diff hist 0 Scala At Home Fixed error in apt-add-repository relating to quotations around gksudo
- 16:07, 9 February 2012 diff hist +100 Scala At Home Added alternatives for javac and javap
- 16:05, 9 February 2012 diff hist +86 Scala At Home Added apt-add-repo
- 15:39, 9 February 2012 diff hist -1,266 Scala At Home Removed netbeans; updated Scala version
- 15:34, 7 March 2011 diff hist +1 5CS004
- 15:15, 7 March 2011 diff hist +1,426 N Notes on Distributed Socket Servers New page: ...Back to 5CS004 == Things you can and cannot do with sockets == * Sockets cannot be ''serialized'' which means that you can send a socket as a message to an '''Actor''' object, if ... current
- 15:06, 7 March 2011 diff hist +91 5CS004
- 15:05, 7 March 2011 diff hist +47 m MIME Types current
- 15:05, 7 March 2011 diff hist +48 m String Operations current
- 15:04, 7 March 2011 diff hist +47 m Binary Data current
- 15:04, 7 March 2011 diff hist +47 m Hello World current
- 15:04, 7 March 2011 diff hist +47 m Syntax Comparison current
- 15:04, 7 March 2011 diff hist +48 m Command Line Scala current
- 03:41, 21 February 2011 diff hist -2 5CS004
- 01:51, 21 February 2011 diff hist +1,752 N Binary Data New page: This is a collection of hints about how to use the Scala and Java APIs to perform simple operations, of the sort you might need to use to complete the portfolio exercises. Binary data, r...
- 01:50, 21 February 2011 diff hist +6,313 N MIME Types New page: MIME stands for Multipurpose Internet Mail Extensions. The MIME type of a file tells you what sort of data is held inside it, and (sometimes) what sort of application can be used to open t...
- 01:38, 21 February 2011 diff hist +120 5CS004
- 01:30, 21 February 2011 diff hist +173 Syntax Comparison
- 01:23, 21 February 2011 diff hist +500 String Operations Added drop()
- 01:16, 21 February 2011 diff hist +27 m String Operations
- 01:16, 21 February 2011 diff hist +822 N String Operations New page: == Really, really, long strings == Instead of using '''"''' you can use '''"""''' as a string delimeter if you want to define a really, really long string that is split over several lines...
- 00:58, 21 February 2011 diff hist +85 5CS004
- 00:45, 21 February 2011 diff hist +64 5CS004
- 12:18, 16 February 2011 diff hist +1,352 N Scala With Eclipse New page: == Removing a broken plugin == If you have a Scala plugin installed and it doesn't work, it's probably a good idea to remove it first. Run '''Help > Software Updates > Manage Configuratio... current
- 12:09, 16 February 2011 diff hist +92 5CS004
- 14:32, 7 February 2011 diff hist +1 Scala In Uni Labs current
- 14:17, 7 February 2011 diff hist +73 Scala In Uni Labs CORRECTED version of Netbeans used in the labs
- 05:13, 7 February 2011 diff hist +18 m Scala At Home
- 21:58, 6 February 2011 diff hist +2 m 5CS004
- 21:58, 6 February 2011 diff hist +2,187 N Command Line Scala New page: == Using the Scala interpreter == You can use Scala in two ways, either as an interpreter, which reads each instruction you type in and executes it (like PHP, Python and Ruby), or you ca...
- 21:52, 6 February 2011 diff hist +1 m 5CS004
- 21:40, 6 February 2011 diff hist +1 5CS004
- 21:40, 6 February 2011 diff hist +788 Scala In Uni Labs Added instructions for installing the plugins
- 21:31, 6 February 2011 diff hist -84 Scala At Home Removing duplicates
- 21:28, 6 February 2011 diff hist +57 m 5CS004
- 21:28, 6 February 2011 diff hist +38 5CS004
- 21:27, 6 February 2011 diff hist +616 N Scala In Uni Labs New page: To get Scala and Netbeans working in the University labs, first add these lines to your <code>~/.bashrc</code> file: <nowiki> export SCALA_HOME=/opt/scala-2.8.1.final export PATH=$PATH:...
- 21:23, 6 February 2011 diff hist +68 m Scala At Home
- 21:19, 6 February 2011 diff hist +730 Scala At Home Added "alias" line to install-scala.sh and related instructions
- 20:58, 6 February 2011 diff hist -84 m Scala At Home
- 20:56, 6 February 2011 diff hist +191 Scala At Home Added section in install-scala.sh script to make Sun version of Java default