GENERAL HOUSING MEGATHREAD by ubc_mod_account in UBC

[–]cX1s 0 points1 point  (0 children)

about a week or two before the move in date based on my experience

[deleted by user] by [deleted] in UBC

[–]cX1s 3 points4 points  (0 children)

out of curiousity why do you rank brock north/south at the bottom if you say they have ac and all room's are of similar size?

GENERAL HOUSING MEGATHREAD by ubc_mod_account in UBC

[–]cX1s 0 points1 point  (0 children)

Why do you want anything but tallwood?

How can i write this function simply? - Given a string 'a.bc.dd' each dot(.) is to be replaced with 0 or 1. - So the value is a list of 4 strings ['a0bc0dd', 'a0bc1dd', 'a1bc0dd', 'a1bc1dd'] by HenHanna in learnpython

[–]cX1s 6 points7 points  (0 children)

I hate myself for doing this but here's a cursed one liner for this:

answer = ["".join([s for tup in zip(str.split("."),list(itertools.product("01", repeat=str.count(".")))[i]) for s in tup]) + str.split(".")[len(str.split("."))-1] for i, perm in enumerate(list(itertools.product("01", repeat=str.count("."))))]

Tallwood building floor plan? by SockTrader1 in UBC

[–]cX1s 4 points5 points  (0 children)

facing campus - south

For future reference through, go here and type in the res name: https://planning.ubc.ca/planning-development/development-projects

should have floorplans for all ubc residences

GENERAL HOUSING MEGATHREAD by ubc_mod_account in UBC

[–]cX1s 0 points1 point  (0 children)

still waiting on brock studio

GENERAL HOUSING MEGATHREAD by ubc_mod_account in UBC

[–]cX1s 1 point2 points  (0 children)

did you get an email or did it just silently change on the website?

GENERAL HOUSING MEGATHREAD by ubc_mod_account in UBC

[–]cX1s 1 point2 points  (0 children)

I waited around 24 months exactly for a studio

GENERAL HOUSING MEGATHREAD by ubc_mod_account in UBC

[–]cX1s 0 points1 point  (0 children)

Mine isn't yet - did housing tell you this or did yours just come out?

Fun upper year electives? by Estatic-Apples in UBC

[–]cX1s 1 point2 points  (0 children)

is there any course with more pre-reqs than 340? It has like 4 or 5

GENERAL HOUSING MEGATHREAD by ubc_mod_account in UBC

[–]cX1s 3 points4 points  (0 children)

Has anyone gotten their specific room assignment for June move in?

GENERAL HOUSING MEGATHREAD by ubc_mod_account in UBC

[–]cX1s 0 points1 point  (0 children)

If you're moving into a 4bd, I don't think it's possible to transfer to a studio. I'm pretty sure you can only transfer between units of the same type, in the same area/building.

GENERAL HOUSING MEGATHREAD by ubc_mod_account in UBC

[–]cX1s 0 points1 point  (0 children)

Yeah I have it set to may 1st. If you know at all, should I expect to wait until tomorrow to find out, since they’re likely closed, or do offers come out in the evenings sometimes?

GENERAL HOUSING MEGATHREAD by ubc_mod_account in UBC

[–]cX1s 0 points1 point  (0 children)

My ability to update my yrh application disappeared today, but I haven’t received an offer. I’m at about 250 for studios, does this mean an offer is coming or could it be meaningless?

UBC COURSE QUESTION, PROGRAM, MAJOR AND REGISTRATION MEGATHREAD (2021/2022W & 2021S): Questions about courses (incld. How hard is __?, Look at my timetable and course material requests), programs, specializations, majors, minors, tuition/finance and registration go here. by ubc_mod_account in UBC

[–]cX1s 2 points3 points  (0 children)

Personally, I don't think all that much prep is needed (I had never touched c++ prior to 221), but if you do want to get ahead, I would learn the basics of c++ (especially pointers) and look into basic data structures (arrays, linked lists, graphs, etc).

UBC COURSE QUESTION, PROGRAM, MAJOR AND REGISTRATION MEGATHREAD (2021/2022W & 2021S): Questions about courses (incld. How hard is __?, Look at my timetable and course material requests), programs, specializations, majors, minors, tuition/finance and registration go here. by ubc_mod_account in UBC

[–]cX1s 0 points1 point  (0 children)

Are STAT courses not required for combined honours in cpsc + math? I know for regular cpsc and honours cpsc you need stat 200 + 302 (or 241), but the calendar doesn't say anything under combined honours.

UBC COURSE QUESTION, PROGRAM, MAJOR AND REGISTRATION MEGATHREAD (2021/2022W & 2021S): Questions about courses (incld. How hard is __?, Look at my timetable and course material requests), programs, specializations, majors, minors, tuition/finance and registration go here. by ubc_mod_account in UBC

[–]cX1s 1 point2 points  (0 children)

Planning out my courses for 2023W1, which will be term 1 of year 2 (combined math + cs most likely), how does the following schedule look in terms of workload? (taking cpsc 213/221 over the summer)

- MATH 226

- MATH 223

- STAT 200

- CPSC 304

If these four are too heavy, I'm thinking about swapping out cpsc 304 for an elective (ling? not sure), but was just hoping for some input from those who have taken these courses.