Beginner Programmers Who'd like to work with small projects

Discussion in 'Jobs And Career Discussion' started by lionaneesh, Jun 23, 2010.

  1. lionaneesh

    lionaneesh Active Member

    Joined:
    Mar 21, 2010
    Messages:
    848
    Likes Received:
    224
    Trophy Points:
    43
    Occupation:
    Student
    Location:
    India
    Yeah Good idea...
    Look into my source and let me know...What you feel...
    Thanks..
     
    Scripting likes this.
  2. alpha34

    alpha34 New Member

    Joined:
    Dec 2, 2009
    Messages:
    25
    Likes Received:
    1
    Trophy Points:
    0
    Occupation:
    student
    Location:
    somewhere in india
    ok looked into ur source and its good and well written....but i think u need a port which need's to be listening to though u have listen function but it will listen to a dummy port coz u have defined a port but its not assigned to sock address channel i mean a input channel coz server gets request to port 80 but a web server needs to listen to tht port inorder to get that functionlity u need to these codes...
    struct sockaddr_inchannel;
    channel.sin_addr.s_addr=htonl(INADDR_ANY); (//this function converts the unsigned integer hostlong from host byte order to network byte order this is required inorder to be processed at server which is a computer...)
    channel.sin_port=htons(SERVER_PORT) //in this case port 80(function converts the unsigned short integer hostshort from host byte order to network byte order)
    then bind this channel using
    bind(sockadd,(struct sockaddr*)&channel,sizeof(channel));


    i felt this was required but u r good at this coz u wrote a server from scratch and u know better wht it needs to do.....and a web server needs two folders one is document root which have it and also a configuration root folder where all server config files r required i think u have already done it.......and this is my view and tell me if im wrong anywhere coz im still learning and so i may not be knowing advanced concepts......
     
    Scripting likes this.
  3. lionaneesh

    lionaneesh Active Member

    Joined:
    Mar 21, 2010
    Messages:
    848
    Likes Received:
    224
    Trophy Points:
    43
    Occupation:
    Student
    Location:
    India
    If you wanna work further on this project...
    Come on source-forge and Start working with us...
     
  4. alpha34

    alpha34 New Member

    Joined:
    Dec 2, 2009
    Messages:
    25
    Likes Received:
    1
    Trophy Points:
    0
    Occupation:
    student
    Location:
    somewhere in india
    ya already got registered there and will join u
     
  5. lionaneesh

    lionaneesh Active Member

    Joined:
    Mar 21, 2010
    Messages:
    848
    Likes Received:
    224
    Trophy Points:
    43
    Occupation:
    Student
    Location:
    India
    Good!!!
    Join my project!!!!
     
    Scripting likes this.
  6. Scripting

    Scripting John Hoder

    Joined:
    Jun 29, 2010
    Messages:
    421
    Likes Received:
    57
    Trophy Points:
    0
    Occupation:
    School for life
    Location:
    /root
    I'm very glad, that more and more people join us and our group is raising up :D
     
    lionaneesh likes this.
  7. lionaneesh

    lionaneesh Active Member

    Joined:
    Mar 21, 2010
    Messages:
    848
    Likes Received:
    224
    Trophy Points:
    43
    Occupation:
    Student
    Location:
    India
    Yeah , Me too...
    All Credit goes to these enthusiastic Programmers and Not to forget

    The G4E Team!!!!! and Shabbir!!!!

    Thanks a ton Guyz!!!!!!!!
     
    Last edited: Jan 28, 2011
    Scripting likes this.
  8. lionaneesh

    lionaneesh Active Member

    Joined:
    Mar 21, 2010
    Messages:
    848
    Likes Received:
    224
    Trophy Points:
    43
    Occupation:
    Student
    Location:
    India
    Hey Guyz...And also shabbir...

    I have uploaded a new opensource Project :-

    Named HackProof :-

    https://sourceforge.net/projects/hackproof/

    And also i have made some really needed changes in my Ani-server Project :-

    http://sourceforge.net/projects/ani-server/

    Please check them out and comment...
    Thanks...

    And shabbir .... I just wanted to know that can i make a separate thread for this... so that all users can see my progress..

    And Guyz Please add some feedback (ratings on the Projects)...[You dont need to signup for this...Sourceforge supports anonymous feedbacks]
     
    Last edited: Jan 28, 2011
    Scripting likes this.
  9. shabbir

    shabbir Administrator Staff Member

    Joined:
    Jul 12, 2004
    Messages:
    15,375
    Likes Received:
    388
    Trophy Points:
    83
    Different topics should go under different threads ideally
     
  10. lionaneesh

    lionaneesh Active Member

    Joined:
    Mar 21, 2010
    Messages:
    848
    Likes Received:
    224
    Trophy Points:
    43
    Occupation:
    Student
    Location:
    India
    I cant post topics due to permission reasons...
    Please accept my article...
     
    Scripting likes this.
  11. shabbir

    shabbir Administrator Staff Member

    Joined:
    Jul 12, 2004
    Messages:
    15,375
    Likes Received:
    388
    Trophy Points:
    83
    You posted the same thread 4 times at an interval difference of 10 mins roughly and 3 of them were in the programming forum which when submitted successfully means you should be able to see the thread and still you see issues. I am not sure how can I make you understand things and a new infraction would mean it will ban your account. Please make sure you spend some time in reading things or else I will not be able to help next time.
     
  12. lionaneesh

    lionaneesh Active Member

    Joined:
    Mar 21, 2010
    Messages:
    848
    Likes Received:
    224
    Trophy Points:
    43
    Occupation:
    Student
    Location:
    India
    I sent the following message in your mail and other thread too but i am posting it here to make it clear to everyone viewing this thread :-

    Sir ,

    First of all sorry about my mistake that i made ..(creating threads
    repetitively )

    Sir I dont know why but my ISP is not allowing me to connect to
    go4expert.com So i am using proxy for connecting and posting...

    The Problem is that when i was posting my threads as i clicked the
    submit button it showed me a message that 'Lionaneesh you dont have
    permission to access this page and showing me the possible reasons for
    that'
    This made me think that The thread i am posting was not posted properly...

    This resulted me in posting another thread...

    And later this caused the problem for you....

    Thanks for reading... Hope you understand now..
     
  13. lionaneesh

    lionaneesh Active Member

    Joined:
    Mar 21, 2010
    Messages:
    848
    Likes Received:
    224
    Trophy Points:
    43
    Occupation:
    Student
    Location:
    India
    Hey Scripting...
    I was wondering why not we make our site opensource....

    By this we can attract more members to work with us...
    And some good experienced...
    What say!!!!
     
    Scripting likes this.
  14. Scripting

    Scripting John Hoder

    Joined:
    Jun 29, 2010
    Messages:
    421
    Likes Received:
    57
    Trophy Points:
    0
    Occupation:
    School for life
    Location:
    /root
    I don't mind. If you think It would determine more people to work with us, i agree. But i think the source is pretty lame and confusing (it's not so PRO). It's not so well-made to be proud for it :D

    And to the top, then anyone will be able to make the same design as ours :(.
     
    Last edited: Jan 30, 2011
  15. lionaneesh

    lionaneesh Active Member

    Joined:
    Mar 21, 2010
    Messages:
    848
    Likes Received:
    224
    Trophy Points:
    43
    Occupation:
    Student
    Location:
    India
    Your right....
    Ok will consider this afterwards...

    And guess waht i completed the signup and login pages in php...
     
    Scripting likes this.
  16. alpha34

    alpha34 New Member

    Joined:
    Dec 2, 2009
    Messages:
    25
    Likes Received:
    1
    Trophy Points:
    0
    Occupation:
    student
    Location:
    somewhere in india
    hey aneesh im thinking of developing handwriting recognization software......but im confused in which language to be written....whether in matlab or java...which one u suggest me? and ur server is really good very smart tweaking's u have done....:)
     
  17. lionaneesh

    lionaneesh Active Member

    Joined:
    Mar 21, 2010
    Messages:
    848
    Likes Received:
    224
    Trophy Points:
    43
    Occupation:
    Student
    Location:
    India
    Thanks for the project...
    But sorry i cant help you on this as i am unaware of both the languages...
    What you can do is post a new thread...

    And do you really work with me on my project or not...
    Because it has been 2-3 days since i have selected you for the project but still there's no progress from your side...
     
    Last edited: Jan 31, 2011
    Scripting likes this.
  18. alpha34

    alpha34 New Member

    Joined:
    Dec 2, 2009
    Messages:
    25
    Likes Received:
    1
    Trophy Points:
    0
    Occupation:
    student
    Location:
    somewhere in india
    sorry was busy in preparing for exam and will be busy till 6th and u plz tell me wht to do in ur project ....plz tell me on what part should i work coz wht i saw in ur project was very good but didn't knew wht to do in tht so there was no progress....and once again sorry for tht..:(
     
    Last edited: Jan 31, 2011
  19. lionaneesh

    lionaneesh Active Member

    Joined:
    Mar 21, 2010
    Messages:
    848
    Likes Received:
    224
    Trophy Points:
    43
    Occupation:
    Student
    Location:
    India
    Dont appologize just stay regular...
    Wen your free with your exams i'll let you know what part you'll be working on!!
     
    Scripting likes this.
  20. Avenger625

    Avenger625 New Member

    Joined:
    Feb 1, 2011
    Messages:
    20
    Likes Received:
    2
    Trophy Points:
    0

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice