• Best of luck to the class of 2025 for their HSC exams. You got this!
    Let us know your thoughts on the HSC exams here

Class of 2025 (2025 HSC CHAT) (59 Viewers)

ros545

New Member
Joined
Nov 11, 2024
Messages
17
Gender
Undisclosed
HSC
2022
Is early entry for UTS closing today at 11:59pm (7th September) or tomorrow at 11:59pm (8th September)?
Thanks
 

Dresden

Member
Joined
Oct 9, 2024
Messages
12
Gender
Male
HSC
2025
yup

they havent updated for 2025 or anything after 2021 for legal tbh
I think they've just stopped updating the site tbh because I uploaded all my Prelim and now Trial papers for Legal and none got put on the site, same for EES.
 

bigupsanky

Well-Known Member
Joined
Jul 1, 2025
Messages
667
Gender
Male
HSC
2025
guys i need good pen recs my handwriting is shit and i need a pen thats not too inky but also really good
stageek 6 pack 13.90 on amazon or proed pens (ask a friend who goes to proficiency education tutoring for free pens). Also try bic gelocity very good
 

reniiiblaseee

Well-Known Member
Joined
Mar 27, 2025
Messages
565
Gender
Female
HSC
2025
From now I’m back into study soo
Attempting at least 8hrs each for Saturday + Sunday
Then abt 4 for school days but school draining asf πŸ’”
Wbu
well i have one more trial exam to go b4 i start the hsc grind so im hoping for 6-8h a day, maybe 4-5 on school days considering events like graduation will come in
 

Kat.crazi

π“‡π‘’π“π‘’π’Άπ“ˆπ‘’ 𝓂𝑒
Joined
Aug 25, 2024
Messages
981
Gender
Female
HSC
2025
well i have one more trial exam to go b4 i start the hsc grind so im hoping for 6-8h a day, maybe 4-5 on school days considering events like graduation will come in
Very solid good luck !
 

Kat.crazi

π“‡π‘’π“π‘’π’Άπ“ˆπ‘’ 𝓂𝑒
Joined
Aug 25, 2024
Messages
981
Gender
Female
HSC
2025
Anyone know how hard it is to get into co-op at UNSW? I highly doubt I will get in but I'll apply anyway
 

Tony Stark

Well-Known Member
Joined
Jan 22, 2025
Messages
366
Location
Where th4run is
Gender
Male
HSC
2025
Python:
import time

char = {
    'seq0': 'βŒœβ€βŒβŒ‰βŒ‹βŒŸβ€ΏβŒžβŒŠβŒˆ',
    'seq1': 'β‡‘β‡—β‡’β‡˜β‡“β‡™β‡β‡–  ',
    'seq2': 'β˜β‡—β˜žβ‡˜β˜Ÿβ‡™β˜œβ‡–  ',
    'seq3': '(⁀)β€Ώ(⁀)β€Ώ  ',
    'seq4': 'β•šβ•”β•—β•β•šβ•”β•—β•  ',
    'seq5': "';. ';. ';."}
i = 0
j = 0
x = 0
y = 0
while True:
    if j > 5:
        j = 0
    for i in range(9): # length of longest string, other strings must be up to this length too
        print(f'\r{char[f'seq{j}'][i]}', end="\r")
        time.sleep(0.25)
    j = j + 1
 

bigupsanky

Well-Known Member
Joined
Jul 1, 2025
Messages
667
Gender
Male
HSC
2025
Python:
import time

char = {
    'seq0': 'βŒœβ€βŒβŒ‰βŒ‹βŒŸβ€ΏβŒžβŒŠβŒˆ',
    'seq1': 'β‡‘β‡—β‡’β‡˜β‡“β‡™β‡β‡–  ',
    'seq2': 'β˜β‡—β˜žβ‡˜β˜Ÿβ‡™β˜œβ‡–  ',
    'seq3': '(⁀)β€Ώ(⁀)β€Ώ  ',
    'seq4': 'β•šβ•”β•—β•β•šβ•”β•—β•  ',
    'seq5': "';. ';. ';."}
i = 0
j = 0
x = 0
y = 0
while True:
    if j > 5:
        j = 0
    for i in range(9): # length of longest string, other strings must be up to this length too
        print(f'\r{char[f'seq{j}'][i]}', end="\r")
        time.sleep(0.25)
    j = j + 1
what's this supposed to mean?
 

Users Who Are Viewing This Thread (Users: 6, Guests: 53)

Top