• Want to help us with this year's BoS Trials?
    Let us know before 30 June. See this thread for details
  • Looking for HSC notes and resources?
    Check out our Notes & Resources page

general UNSW chit-chat (3 Viewers)

click here

to see my profile
Joined
Jun 17, 2003
Messages
212
Gender
Male
HSC
2004
random questions

1)does anyone know when will the place where badagan used to be is going to open?
2)since when did they change the printing copy card machine in the library to cashless? and why can't i log into the printing computers anymore? did they reset everyone's account?
3)Not a question, but wtf, didn't know the Quad Building links to Australian School of Business...walked through there today... my mind was blown
 

darkwolfzx

Active Member
Joined
Oct 25, 2006
Messages
1,296
Gender
Undisclosed
HSC
N/A
click here said:
random questions

1)does anyone know when will the place where badagan used to be is going to open?
2)since when did they change the printing copy card machine in the library to cashless? and why can't i log into the printing computers anymore? did they reset everyone's account?
3)Not a question, but wtf, didn't know the Quad Building links to Australian School of Business...walked through there today... my mind was blown
1. I dunno lol, I could check records where I work to see how far in the construction have they gone.
2. They were introducing it since last semester, you have to use your student ID now as your copy card. You can tranfer your money over to the new card.
3. Where do most of the ASB tutes get held anyway? The quad
 

wrong_turn

the chosen one
Joined
Sep 18, 2004
Messages
3,664
Location
Sydney
Gender
Male
HSC
2005
Uni Grad
2010
haha i found out before they even had the staff move in there...i was like wtf...ive never seen this side of the quad before...that was until i realised that it was new...
 

Forbidden.

Banned
Joined
Feb 28, 2006
Messages
4,436
Location
Deep trenches of burning HELL
Gender
Male
HSC
2007
Dumsum said:
Fucking webct vista is down and I need it.
Vista freezes and lags on CSE machines.
fuck that

EDIT:

WAM Calculator in C from COMP1911

http://www.cse.unsw.edu.au/~cs1911/08s2/code/

Code:
// Author: [B]Drunk programmer[/B]
// Date created: ?
// Compute student WAM and grade

#include <stdio.h>

#define HD_CUT_OFF 85
#define D_CUT_OFF 75
#define CR_CUT_OFF 65
#define PS_CUT_OFF 50

int main (int argc, char **argv) {
  int course1, course2, course3, course4;
  float average;

  printf("Enter marks for 4 courses enrolled in past semester:\n");

  scanf("%d %d %d %d", &course1, &course2, &course3, &course4);
  
  average = (float)(course1 + course2 + course3 + course4)/4;

  // %.2f -- the .2 makes sure only two decimal points are printed
  printf("Your WAM  is: %.2f\n", average);

  if (average >= HD_CUT_OFF) {
     printf("Your grade is HD\n");
  } else if (average >= D_CUT_OFF) {
     printf("Your grade is D\n");
  } else if (average>= CR_CUT_OFF) {
     printf("Your grade is CR\n");
  } else if (average>=50){
     printf("Your grade is PS\n");
  } else {
     printf("Your grade is FL\n");
  }

  return 0;
}
Rock On
 
Last edited:

Omium

Knuckles
Joined
Feb 7, 2008
Messages
1,738
Location
Physics
Gender
Male
HSC
2007
I can't Believe that a Thesis for Chemistry should be 200-400 Pages Long and not exceed 100 000 words . Wtf how does anybody survive?
 

darkwolfzx

Active Member
Joined
Oct 25, 2006
Messages
1,296
Gender
Undisclosed
HSC
N/A
Forbidden. said:
Vista freezes and lags on CSE machines.
fuck that

EDIT:

WAM Calculator in C from COMP1911

http://www.cse.unsw.edu.au/~cs1911/08s2/code/

Code:
// Author: [B]Drunk programmer[/B]
// Date created: ?
// Compute student WAM and grade

#include <stdio.h>

#define HD_CUT_OFF 85
#define D_CUT_OFF 75
#define CR_CUT_OFF 65
#define PS_CUT_OFF 50

int main (int argc, char **argv) {
  int course1, course2, course3, course4;
  float average;

  printf("Enter marks for 4 courses enrolled in past semester:\n");

  scanf("%d %d %d %d", &course1, &course2, &course3, &course4);
  
  average = (float)(course1 + course2 + course3 + course4)/4;

  // %.2f -- the .2 makes sure only two decimal points are printed
  printf("Your WAM  is: %.2f\n", average);

  if (average >= HD_CUT_OFF) {
     printf("Your grade is HD\n");
  } else if (average >= D_CUT_OFF) {
     printf("Your grade is D\n");
  } else if (average>= CR_CUT_OFF) {
     printf("Your grade is CR\n");
  } else if (average>=50){
     printf("Your grade is PS\n");
  } else {
     printf("Your grade is FL\n");
  }

  return 0;
}
Rock On
Old code is old lol :p
That was one of our week 2 labs when I first started uni :D
 

Forbidden.

Banned
Joined
Feb 28, 2006
Messages
4,436
Location
Deep trenches of burning HELL
Gender
Male
HSC
2007
darkwolfzx said:
Old code is old lol :p
That was one of our week 2 labs when I first started uni :D
lol i dropped COMP1911 but then i found this repository of apparently old codes

Starcraftmazter said:
Omium?

I still don't geddit :confused:
Why were you asking me your username? lol.



Are you sure man? Works for me.
i dont know why ... i went into the piano computing lab ...
click on a course after logged into webct ... then i gotta wait a long time !!!!
even worse, it froze when i tried to log out of webct ... then i thought, fuck it, just log out of the terminal completely ....

EDIT: Vista will be officially out of service tomorrow morning (sat 30th aug 2008) from 6 - 9 am
 

hero.

Member
Joined
Jul 7, 2007
Messages
112
Gender
Undisclosed
HSC
N/A
In what way could I do some volunteer work at UNSW?

I was thinking of signing up for Yellow Shirts, but one of the criteria was that you had to be a member of ARC. So if I want to volunteer to help out first year students, that would mean I have to pay to do that. GEEEZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ
 

Omium

Knuckles
Joined
Feb 7, 2008
Messages
1,738
Location
Physics
Gender
Male
HSC
2007
Forbidden. said:
During the weekday while we are all at UNSW, just simply post threads ANYwhere on BOS and depending on the topic I'll be likely to reply LOL K?
lol will do :)
 

shoxgeneration

*pamplemousse
Joined
Jan 30, 2006
Messages
393
Gender
Female
HSC
2006
hero. said:
In what way could I do some volunteer work at UNSW?

I was thinking of signing up for Yellow Shirts, but one of the criteria was that you had to be a member of ARC. So if I want to volunteer to help out first year students, that would mean I have to pay to do that. GEEEZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ

well it's not really the ARC's fault due to the impact of VSU. But technically yes, you need to be an ARC member to take part in any ARC-programs. So why don't you just get membership then?! Lol, if you want to that badly...

Otherwise, you can do volunteer work at the UNSW Careers & Employment Office (that doesn't require membership), or become a Careers Expo volunteer. That's all I can think of that's "free" - besides from joining clubs/societies that aren't affiliated with ARC.
 

Users Who Are Viewing This Thread (Users: 0, Guests: 3)

Top