• 0 Posts
  • 8 Comments
Joined 1 year ago
cake
Cake day: June 16th, 2023

help-circle






  • When you’re running for your life and thinking you should have improved your cardio. You never use that gym membership. Everyone is too intimidating there. Maybe it’d be better to invest in a treadmill. Wait, you looked into that before. Wasn’t it too expensive? [train of thought diverges for another minute] Wait, why did I come to this room again?


  • In my first CS class, the professor announced an extra credit project due at the end of the semester. It was to create a formatted terminal calendar given a year from user input. I finished it after learning about condition but before I learned about classes… or functions… or loops… or searching the internet… partially. I searched how leap years worked, but didn’t bother to search for code (Stack Overflow didn’t exist yet)

    Anyway, long ass program with each month hard-coded with 7 possible calendars for each month depending on the first day of the week. Lots of copy and paste. Professor was speechless, but accepted it.