Forum: Computer Science 7 Days Ago |
| Replies: 1 Views: 231 A good artificial intelligence project would be , detect whenever someone posts a "need a project" type of post and redirect him to forum guideline . |
Forum: Visual Basic 4 / 5 / 6 22 Days Ago |
| Replies: 5 Views: 364 Check process id of all mozilla.exe running and kill them. |
Forum: C++ 29 Days Ago |
| Replies: 8 Views: 389 If you have writtern the code , you would not need someone else to make you understand what is going on . |
Forum: Computer Science 30 Days Ago |
| Replies: 4 Views: 516 First write a story how the shop will function each day, who all are involved , where will you store information , how will you retrieve ,etc. |
Forum: C++ Nov 1st, 2009 |
| Replies: 4 Views: 376 Try g++ -Wall file.c , I guess some of the apis you are using does not work with g++ . |
Forum: Windows Vista and Windows 7 Oct 25th, 2009 |
| Replies: 14 Views: 1,657 Copying is not enough , better use some backup software , if possible upload it somewhere. |
Forum: Windows NT / 2000 / XP Oct 15th, 2009 |
| Replies: 29 Views: 344,578 But how do I get driver from internet, after formatting nothing works in the PC . |
Forum: C# Oct 5th, 2009 |
| Replies: 10 Views: 605 You will not get google search algorithm anywhere but it works based on keyword densities , number of authentic links to your web site ,etc . |
Forum: C++ Sep 8th, 2009 |
| Replies: 19 Views: 622 You need to learn postfix notation and use a stack to evaluate an expression , kerninghan and rithie C book has got code for basic calculator. |
Forum: PHP Aug 26th, 2009 |
| Replies: 3 Views: 177 Write a script to restore DB ,put it in a cron job. |
Forum: C Aug 24th, 2009 |
| Replies: 4 Views: 291 Move the fork outside any if . |
Forum: Java Aug 17th, 2009 |
| Replies: 7 Views: 559 How about a theoritical paper on quantum computing ? |
Forum: Assembly Aug 11th, 2009 |
| Replies: 6 Views: 572 There is no such tool which can do 100% asm to c conversion. |
Forum: C Aug 7th, 2009 |
| Replies: 21 Views: 915 Something like
do {
/* your code here */
} while (condition) |
Forum: JSP Jul 27th, 2009 |
| Replies: 3 Views: 468 You can also check web hosting service providers like hostgator , hostmonster ,etc. |
Forum: IT Professionals' Lounge Jul 27th, 2009 |
| Replies: 2 Views: 421 |
Forum: Computer Science Jul 10th, 2009 |
| Replies: 5 Views: 1,202 Something like zone alarm ? |
Forum: HTML and CSS Jul 4th, 2009 |
| Replies: 26 Views: 2,527 You need to encode them using UTF encoding. |
Forum: IT Professionals' Lounge Jul 3rd, 2009 |
| Replies: 6 Views: 734 build the best firewall for IPV6 addresses ? pattern matching based on IP address may not work |
Forum: Visual Basic 4 / 5 / 6 Jul 2nd, 2009 |
| Replies: 3 Views: 336 Yes you can alter windows registry at least using VC++ |
Forum: Python Jun 26th, 2009 |
| Replies: 4 Views: 306 python.org would be good starting point. |
Forum: IT Professionals' Lounge Jun 9th, 2009 |
| Replies: 3 Views: 433 Something like twitter apis ? that would be too much to expect I guess. |
Forum: C++ Jun 8th, 2009 |
| Replies: 4 Views: 624 Check if heapalloc is failing. |
Forum: ASP.NET Jun 5th, 2009 |
| Replies: 4 Views: 1,033 The algorithm is pretty simple like if someone's date of bith falls from 22 feb - 21 march he is piscean . |
Forum: Getting Started and Choosing a Distro May 28th, 2009 |
| Replies: 19 Views: 3,186 Redhat is easiest to use I would say. |
Forum: Geeks' Lounge May 26th, 2009 |
| Replies: 14 Views: 1,156 I hope it is not some paid survey form that you are trying to make people fill up. |
Forum: PHP May 19th, 2009 |
| Replies: 3 Views: 296 I think I have seen something simmilar like this in hotscripts.com . |
Forum: Java May 15th, 2009 |
| Replies: 8 Views: 473 You may not even need that variable , read from file and print it . |
Forum: Python May 4th, 2009 |
| Replies: 5 Views: 542 You need to do it manually , also it is not 100% compatible with C. |
Forum: C++ May 4th, 2009 |
| Replies: 4 Views: 330 That is quite simple , give it a try , you can finish it in an hour. |
Forum: Visual Basic 4 / 5 / 6 Apr 22nd, 2009 |
| Replies: 5 Views: 1,974 Build a software to automate fee collection from students. |
Forum: VB.NET Apr 10th, 2009 |
| Replies: 10 Views: 644 Restrict the textbox to accept number only. |
Forum: PHP Apr 3rd, 2009 |
| Replies: 10 Views: 614 Put the code in a separate php file and run it as a cron job :D |
Forum: Computer Science Mar 17th, 2009 |
| Replies: 2 Views: 1,145 Unless you know few image stiching algorithms , how are you going to suggest an improved algothirm ? |
Forum: ASP.NET Mar 15th, 2009 |
| Replies: 5 Views: 1,410 Yahoo will not allow to use their service like that . |
Forum: Visual Basic 4 / 5 / 6 Mar 1st, 2009 |
| Replies: 6 Views: 1,060 If chkdsk does not help , you have to recode it. |
Forum: Troubleshooting Dead Machines Mar 1st, 2009 |
| Replies: 7 Views: 910 Check the pins where you connect your monitor cable to CPU with a tester or voltmeter. |
Forum: VB.NET Mar 1st, 2009 |
| Replies: 9 Views: 650 You may not find free vb.net host , what is the deadline for your assignment ? |
Forum: C++ Feb 28th, 2009 |
| Replies: 12 Views: 695 |
Forum: Visual Basic 4 / 5 / 6 Feb 18th, 2009 |
| Replies: 2 Views: 503 Just add a data control , when save button is clicked , acess and update the database corresponding to the data control. Simple project assignment I would say. |