Up a level
Export as [feed] Atom [feed] RSS 1.0 [feed] RSS 2.0
[tool] Batch List
Group by: Item Type | No Grouping
Jump to: Resource
Number of items: 8.

Resource

Computer Application: GUIs
Justin Bradley . 22 Jan 2016 15:16

CSS Practical
Justin Bradley . 20 Oct 2015 18:36

The CSS that we wrote in the lecture, applied to the updated Tortoise and Hare HTML story created in week 1. (Note that there's 3 different stylesheets attached. Use View > Page Styles to see them all in Firefox.) Also links to Zen Garden so you can do the group task.

Java path setting batch file
Justin Bradley . 03 Oct 2013 08:10

This is a batch file written to help students on ECS' Programming 1 course (COMP1202) using iSolutions machines which have the JDK, but do not add it to the PATH variable, making compilation from the command line difficult. It attempts to find the JDK directory and add it to the Windows PATH. The code is as follows: @SET JAVA_HOME=C:\Program Files\Java @FOR /F %%G IN ('DIR /B "%JAVA_HOME%\JDK*"') DO @SET JDK_HOME=%JAVA_HOME%\%%G @SET PATH=%JDK_HOME%\bin;%PATH% @javac -version @echo. @echo %JDK_HOME%\bin successfully added to Windows PATH @echo. @echo Now type 'javac'. @echo. @echo. @echo. @CMD

COMP1205 Technical Report Specification
Justin Bradley . 22 Jan 2013 18:46

This document describes 6 scenarios from which students can choose the topic of their technical report, and outlines the formatting requirements for the report.

This list was generated on Fri May 3 18:40:10 2024 UTC.