Archive for the 'python' Category

End of Session

Well semester one is finally over, the last few weeks have been rather busy. If you’re in 1911 please vote in the pretty picture competition on the forums, my ‘waterfall’ pic isn’t up there yet, but should be soon. For anyone interested the Python code I used to generate my grammar files from jpg’s [...]

Cool stuff coming up

Tomorrow Night
J-Club (at the Rege) 7.30pm onwards
Next Thursday
Poker Night 6-11pm K17 Seminar Room
SydneyPython meetup at GooglePlex (yes that’s right, Google’s Sydney HQ (nice view)) 6-8pm
Saturday Week Week
Linux installfest (CSE Labs)
For more cool stuff keep up to date with CSESoc (note, for some reason if you view any two DokuWiki sites at the [...]

Hello World!

Python
print “Hello World!”
Java
class HelloWorld {
public static void main(String[] args) {
System.out.println(“Hello World!”);
}
}
C
#include <stdio.h>
int main(int argc, char** argv) {
printf(“Hello World!n”);
}
PHP
<?php
echo “Hello World!”;
?>
8BMC
8 72 8 101 8 108 8 108 8 111 8 32 8 87 8 111 [...]