Eakam
CPSComputer Programming - Seneca Polytechnic College
•Created by Alex on 12/21/2023 in #ask-a-question
Problem with ajax using jquery when sending data to php
Or maybe I am reading too far and the error happens earlier
8 replies
CPSComputer Programming - Seneca Polytechnic College
•Created by Alex on 12/21/2023 in #ask-a-question
Problem with ajax using jquery when sending data to php
Can you not edit this? You are converting it to a string here
newChkStates = '"{' + newChkStates.slice(0, -1) + '}"';
8 replies
CPSComputer Programming - Seneca Polytechnic College
•Created by KL on 12/6/2023 in #ask-a-question
Difficulty lv of osd700?
I highly recommend taking osd700 though unless you have another prof option you really want to take
7 replies
CPSComputer Programming - Seneca Polytechnic College
•Created by KL on 12/6/2023 in #ask-a-question
Difficulty lv of osd700?
I would rate CCP555 more difficult than osd700
7 replies
CPSComputer Programming - Seneca Polytechnic College
•Created by KL on 12/6/2023 in #ask-a-question
Difficulty lv of osd700?
I would say close to the same as osd600 though you might have to spend more time
7 replies
CPSComputer Programming - Seneca Polytechnic College
•Created by KL on 12/6/2023 in #ask-a-question
Difficulty lv of osd700?
Difficulty level can vary on what you are trying to do I guess but I feel like it is subjective
7 replies
CPSComputer Programming - Seneca Polytechnic College
•Created by KL on 12/6/2023 in #ask-a-question
Difficulty lv of osd700?
I took it in spring of 2023, basically the entire class (it was only like 10 of us) including the prof work on a single project. I found it much easier than osd600 because I didn't have to look for projects to contribute to. It can be really rewarding to work in a team on a single project.
7 replies
CPSComputer Programming - Seneca Polytechnic College
•Created by Ray on 11/21/2023 in #ask-a-question
How do you study Leetcode problems effectively?
I think it might be faster to read the code in that example
12 replies
CPSComputer Programming - Seneca Polytechnic College
•Created by Revan on 10/24/2023 in #ask-a-question
Do I need to send an application to the Service Hub if I am graduating this semester?
They might have processed your application and were letting you know that you will get your graduation letter later. You can confirm with them though; I would reword what you wrote here and reply back
4 replies
CPSComputer Programming - Seneca Polytechnic College
•Created by Revan on 10/24/2023 in #ask-a-question
Do I need to send an application to the Service Hub if I am graduating this semester?
AFAIk Graduation letter application was made redundant:(https://students.senecacollege.ca/spaces/134/forms/wiki/view/2109/graduation-letter-application)
Also on the same page:
If you are eligible to graduate at the end of the term your graduation letter will be available by noon on the day final grades are available
Can confirm this is true (as of May of this year)4 replies
CPSComputer Programming - Seneca Polytechnic College
•Created by Jam on 10/21/2023 in #ask-a-question
CPP compiler on linux
Unless you wanna run using vs code, in which case I have no idea
10 replies
CPSComputer Programming - Seneca Polytechnic College
•Created by Jam on 10/21/2023 in #ask-a-question
CPP compiler on linux
You can't run the cpp file, it needs to be compiled first. GCC gives you a compiled file. Run that using the console instead
10 replies
CPSComputer Programming - Seneca Polytechnic College
•Created by Savannah on 10/20/2023 in #ask-a-question
Is this a dumb idea?
as long as you don't actually use it
14 replies
CPSComputer Programming - Seneca Polytechnic College
•Created by Savannah on 10/20/2023 in #ask-a-question
Is this a dumb idea?
Though a funny project on its own
14 replies
CPSComputer Programming - Seneca Polytechnic College
•Created by Savannah on 10/20/2023 in #ask-a-question
Is this a dumb idea?
Poor instructors teaching bots 😔
14 replies
CPSComputer Programming - Seneca Polytechnic College
•Created by Savannah on 10/20/2023 in #ask-a-question
Is this a dumb idea?
Thinking of the human species as a whole, I think this is a bad idea
14 replies
CPSComputer Programming - Seneca Polytechnic College
•Created by Revan on 10/15/2023 in #ask-a-question
Is it possible to remove the first item in a list in Python and still have O(1) run time?
Yeah, I realized that after I typed it lol
35 replies
CPSComputer Programming - Seneca Polytechnic College
•Created by Revan on 10/15/2023 in #ask-a-question
Is it possible to remove the first item in a list in Python and still have O(1) run time?
Or was it the first element
35 replies
CPSComputer Programming - Seneca Polytechnic College
•Created by Revan on 10/15/2023 in #ask-a-question
Is it possible to remove the first item in a list in Python and still have O(1) run time?
I think that is contant time
35 replies
CPSComputer Programming - Seneca Polytechnic College
•Created by Revan on 10/15/2023 in #ask-a-question
Is it possible to remove the first item in a list in Python and still have O(1) run time?
Oh I meant popping the last element
35 replies