Programming Fundamentals
Sasha Vassar
Tammy Zhong
PhD in Computer Science
Something about me?
I don't have all my molars yet and I don't think I ever will :(
Nicole Luong
3rd Year Computer Science
What is your biggest goal this year?
To reach level 41 in pokemon go 🤩
Sofia De Bellis
3rd Year Computer Science
It’s a bug 🥲
No, it’s a ✨fEAtUre✨
Andrew Polak
2nd Year CompSci/Maths/Stats
Favourite function? y = b*cos(x)
Why? It's just because of x
Vivian Zheng
3rd year computer science
what show are you currently watching?
gilmore girls because winter <3
Paula Tennent
Gabrielle Steiner
5th Year Computer Science and Mechatronic Engineering
What is a fun Corroboree Frog fact?
Corroboree frogs can't jump! They also don't have natural predators so if you call out to them, they will respond!
Enzo Lee Solano
Computer Science (Honours)
Are there any side effects to taking a CompSci Degree?
no!; not as far as i_m aware at least; if (i didn_t tell you i did comp_sci) { i think you_d never know; }
huh; it_s been so long; i don_t think i can tell anymore; if (you notice anything strange) { then please let me know; }
But in the mean time, enjoy this hi-tech clicker game:
Patrick Chambers
Computer Science
Who's your current nemesis?
That stupidly steep hill on Middle St
Sunny Chen
Anivridh Haribabu
5th Year Mechatronics / Computer Science
Words to live by?
"Where are the turtles?!"
Rifa Jamal
Final Year Software Engineering (Hons)
Core memory from when you did COMP1511?
I would dream about code and debugging during assignment season, then get mad because I wouldn't remember the solution when I woke up :')
Robert Parton
Ella Huang
Computer Science/Science (Math)
Damjan Stevanoski
Eva Lin
Benjamin Kernohan
4th year Advanced Physics / Mechatronic Engineering
What is the answer to the ultimate question of life, the universe and everything
42
Caitlyn Wong
4th Year Mechanical Engineering/Computer Science
What's your favourite part of commuting to uni?
Dogspotting at Moore Park!
Daniel Loyzaga
Brianna Kim
4th Year Computer Science
What is your favourite snack?
Raspberry and mango Haagen Dazs icecream
Jonathan Atkinson
4th year CS
Why do programmers prefer dark mode?
Because light attracts bugs!
Natalie Leroy
Grace Murray
4th year Mechatronic Engineering
Best programming joke?
There are 10 kinds of people in the world: those who understand binary and those who don't.
Aditha Jayasuriya
Computer Science/Physics (or Arts??), who knows. Not me.
Have you ever been slapped in the face by someone who isn't a family member or friend for a completely altruistic reason?
Yes
Alexander Knight-Viale
William Setiawan
Olivia Tobin
Computer Science
What is your favourite board game right now?
I'm loving Wingspan + the Oceania expansion!!!
Xing He
3rd Year - Bachelor of Computer Science
What is your favourite VSCode theme to use?
FakeDonald's by Samuele Pignone
Noah Melamed
3rd Year - Bachelor of Computer Science
What do you do in your spare time?
I used to answer this question with "bouldering" but since a recent hip injury I've taken up Neapolitan Pizza making!
Daniel Slachov
3rd Year Computer Science
How many apples can you eat in a week?
A lot. As in 12kg of apples.
Billy Bourdaniotis
Joel Chong
3rd year Software Engineering
Salina Huang
Jason Hon
3rd Year Computer Science + Mechatronics Engineering
Roses are red, Violets are blue
Unexpected '{' on line 22.
Lucas Sutherland
Computer Science (3rd yr)
Best Smash Bros character?
anything but R.O.B. please god
Jack Lane
3rd Year Bachelor of Commerce/Economics
do you have any comp sci jokes?
a whole array of them!
Yelyzaveta Andrych
3rd year Comp Sci
How many roommates do you have?
Around ten, but getting more. And ... they are all plants.
Ibrahim Ghoneim
2nd Year Computer Science
If you had to use a fake name, what would it be?
Ibrahim Ghoneim (They still don't know)
Natalie Jordanov
2nd yr compsci commerce :)
fav place to sleep at uni?
the couches in hilmer <3
Morgan Swaak
2ND YEAR COMPUTER SCIENCE 🤩🤩🤩 (Finally dropped Commerce 🎉🎉🎉)
Can you solve my challenge?
ADEF3abef_adef0acef_ABFaefbcdf!!
Tasfia Ahmed
Daniel Le
2nd Year Actuarial Studies / Computer Science
Holly Field
2nd Year - Bachelor of Computer Science
!false
it's funny because it's true
Conrad Vernon
2nd year Computer Science / Commerce
How to help a dolphin that can't swim?
Teach it about the C.
Eli Walton
Frederick Lu
2nd Year Advanced Maths/Comp Sci
What do you wish was different?
Nothing
Nathan Colyer
2nd year, Quantum Engineering/Computer Science
Which place has the worst drivers?
Well after www.nvidia.com/download/index.aspx, I'd have to say Atlanta Georgia (their driving test lasts 3 minutes and is monitored remotely by an 'instructor'!).
Kurt Strohmayer
2nd Year Advanced Mathematics / Electrical Engineering
What is the smallest Slovakian kraj (Region) by population as of 2022?
Trenčín.
Chloe McPhan
2nd year Software Engineering
Thomas Aspinall
2nd Year Mechanical Engineering and Computer Science
Shayyan Ali
2nd Year Computer Engineer
Why should you sleep?
Do you not get curious how a computer works? And ever wanted to make the components, operating system solve problems by building solutions? I think that's pretty cool. Also if you play Cardfight Vanguard hit me up!
Valerie Chan
2nd Year Software Eng / Commerce
Favourite lego piece?
Lego brick separator
Tim Tang
2nd Year Actuaria Studies/Computer Science
How do you implement fibonacci in C efficiently?
int fibonacci(int n) { int f[n+1]; f[0] = 0; f[1] = 1; for (int i = 2; i <= n; i++) { f[i] = f[i-1] + f[i-2]; } return f[n]; }
Max Davison
2nd Year Software Engineering
Why don't programmers like parties? 🪩
Because they prefer functions 😎🍾;