Jump to content

Interesting Idea for Program

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
7 replies to this topic

#1
stevo

stevo

    Newbie

  • Members
  • Pip
  • 2 posts
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

#2
Guest_Jordan_*

Guest_Jordan_*
  • Guests
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
stevo

stevo

    Newbie

  • Members
  • Pip
  • 2 posts
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?

#4
BlaineSch

BlaineSch

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,448 posts
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.

#5
sdavis2702

sdavis2702

    Learning Programmer

  • Members
  • PipPipPip
  • 93 posts
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
relapse

relapse

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 476 posts
This could be done and sounds like a good starter project.

#7
ruskin012

ruskin012

    Newbie

  • Members
  • Pip
  • 8 posts
You know C++, you can do it in c++.

#8
dargueta

dargueta

    Writes binary right handed and hex left handed

  • Moderators
  • 4,720 posts
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 /