I am an undergraduate engineering student. My friend told me about a program, written by a past student, that constantly sends requests to the online class registration service at my university. This way, when the class opens up, he immediately gets into the one he wants. Just wondering if you guys know how to go about doing this.
I have experience with Fortran and a little with C++. Please keep this in mind when sending your suggestions. Thanks! -Stevo
Interesting Idea for Program
Started by stevo, Aug 20 2009 05:51 PM
7 replies to this topic
#1
Posted 20 August 2009 - 05:51 PM
|
|
|
#2
Guest_Jordan_*
Posted 20 August 2009 - 05:54 PM
Guest_Jordan_*
You could do this with just about any language that supports TCP and from any computer with an Internet connection. You would need to connect to port 80 (http) and retrieve the HTML data and then parse the data for the information you are looking for. You could do this with C++.
#3
Posted 20 August 2009 - 06:01 PM
Is there any reason this would not be possible to write in Fortran? I have much more experience with this language. Do you have any examples that could explain how to "connect to port 80 and retrieve the HTML data"?
Also, once the program recognizes the class is open, how does it send the information to fill in the blanks and register automatically?
Also, once the program recognizes the class is open, how does it send the information to fill in the blanks and register automatically?
#4
Posted 20 August 2009 - 06:47 PM
I could not find anything to deal with it.
Honestly it wont hurt to expand your programming knowledge, and since it wont be a hard program in all, I would suggest just reading up on a new language.
Honestly it wont hurt to expand your programming knowledge, and since it wont be a hard program in all, I would suggest just reading up on a new language.
#5
Posted 21 August 2009 - 12:22 AM
I would have to agree with BlaineSch. It's a perfect opportunity to learn more. I think it's definitely an interesting idea. I am in the same boat as a Computer Information Systems student at DeVry online and it's hard to get registered from out here in Iraq. However, I have to register through an Army portal which would probably complicate this entire process.
#6
Posted 24 August 2009 - 11:03 AM
This could be done and sounds like a good starter project.
#7
Posted 26 August 2009 - 02:28 AM
You know C++, you can do it in c++.
#8
Posted 27 August 2009 - 06:23 PM
I've done something similar at my school. I did the process once myself, saving each web page I was taken to. Later I went through the HTML, figured out the process, and then automated it. It's not that bad, really.
sudo rm -rf /


Sign In
Create Account

Back to top










