You are not logged in.
suggest me some ideas that can help improve my programming knowledge.
Knowledge is knowing that a tomato is a
fruit, but Wisdom is knowing not to put it in a fruit salad .
Offline
The Josephus problem in the other thread is perfect.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
sorry, i don't know whats that...
Knowledge is knowing that a tomato is a
fruit, but Wisdom is knowing not to put it in a fruit salad .
Offline
He told you to try this
"Believe nothing, no matter where you read it, or who said it, no matter if I have said it, unless it agrees with your own reason and your own common sense" - Buddha?
"Data! Data! Data!" he cried impatiently. "I can't make bricks without clay."
Offline
Yep, you will have much fun with it.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
Try programming a sudoku solver
'And fun? If maths is fun, then getting a tooth extraction is fun. A viral infection is fun. Rabies shots are fun.'
'God exists because Mathematics is consistent, and the devil exists because we cannot prove it'
I'm not crazy, my mother had me tested.
Offline
yeah.....i will try it
Knowledge is knowing that a tomato is a
fruit, but Wisdom is knowing not to put it in a fruit salad .
Offline
Expression parser, chess game or try doing some algorithm problems from topcoder
Offline
Chess is too much of a challange.
other suggestions -> Diffie-Hellman Key Exchange, A Facebook App
Also, try making a game if you have a nice idea
'And fun? If maths is fun, then getting a tooth extraction is fun. A viral infection is fun. Rabies shots are fun.'
'God exists because Mathematics is consistent, and the devil exists because we cannot prove it'
I'm not crazy, my mother had me tested.
Offline
yeah.....i will try it
Which one is it?
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
all of them..one by one...i will try my best.
fb app is really a nice idea....i am learning Android programming in java.
Knowledge is knowing that a tomato is a
fruit, but Wisdom is knowing not to put it in a fruit salad .
Offline
what should i learn to make app that does functions like logging in and out sendinf message to friends and all other stuffs in fb app..
Knowledge is knowing that a tomato is a
fruit, but Wisdom is knowing not to put it in a fruit salad .
Offline
Do you mean you want to create an app with similar functionality as that of Facebook?
Offline
Do you mean you want to create an app with similar functionality as that of Facebook?
No, I meant an app that is meant for entertaining facebook users. See this, http://apps.facebook.com/asciidp
'And fun? If maths is fun, then getting a tooth extraction is fun. A viral infection is fun. Rabies shots are fun.'
'God exists because Mathematics is consistent, and the devil exists because we cannot prove it'
I'm not crazy, my mother had me tested.
Offline
what should i learn to make app that does functions like logging in and out sendinf message to friends and all other stuffs in fb app..
I thought yazz meant creating a program similar to Facebook.
Offline
yup..is it possible to have these kinds of functionality?i thought it wasn't possible.
Last edited by yazz (2014-04-05 04:13:06)
Knowledge is knowing that a tomato is a
fruit, but Wisdom is knowing not to put it in a fruit salad .
Offline
Ofcourse it is... It is however impossible to maintain such a large database unless you have loads of money
'And fun? If maths is fun, then getting a tooth extraction is fun. A viral infection is fun. Rabies shots are fun.'
'God exists because Mathematics is consistent, and the devil exists because we cannot prove it'
I'm not crazy, my mother had me tested.
Offline
your link seems to be broken...please edit it..
Knowledge is knowing that a tomato is a
fruit, but Wisdom is knowing not to put it in a fruit salad .
Offline
Well, the creator of Facebook did it, so why not you? It isn't that hard - I built one a few years back (web based with only PHP/MySQL and Javascript) and it wasn't too difficult. Of course, it was small-scale so I did not need a large database or fancy web hosting, so it did not cost me much.
Offline
The link works fine for me - you just have to login to Facebook first.
Offline
yeah .there was a leading white space which made it unrecognisable by the browser.
Knowledge is knowing that a tomato is a
fruit, but Wisdom is knowing not to put it in a fruit salad .
Offline
Depends on what type of social networking site you wish to create. Is it an app, a downloadable program or a website? If it's an app, then you will need to know Java and XML, along with a database such as MySQL. For a website, PHP/ASP, a database such as MySQL, HTML/CSS and Javascript. For a downloadable program, any mainstream language (C++ or Java is very common).
Offline
any free MySQL ebooks thar you recommend
Knowledge is knowing that a tomato is a
fruit, but Wisdom is knowing not to put it in a fruit salad .
Offline
Official documentation (dev.mysql) or tutorialspoint.
Offline
I do not think that will be a fun idea. What is thr point of recreating facebook?
By the way, there are a few open-source software having those functionalities, one can learn by dissecting thrm.
'And fun? If maths is fun, then getting a tooth extraction is fun. A viral infection is fun. Rabies shots are fun.'
'God exists because Mathematics is consistent, and the devil exists because we cannot prove it'
I'm not crazy, my mother had me tested.
Offline