1,730 Posted Topics
Please help me guys. My Disk have corrupted and chkdsk have failed to repair although it have detected the corruption. It is external HDD and I don't know if there is any tool I can use apart chkdsk. Both partition in the drive are corrupt and they have my very … | |
Just a curious Question. What do you prefer, QT or wxWidgets? How do compare the two in terms of: 1. Nativity 2. Easiness to learn 3. Documentation 4. Weight (The size in MB) 5. Licencing 6. Any other factor(AOF) Thanks all! | |
Hello all, I'm trying to link two files but I get error "multiple definition of `funny_words()' " I don't know what to do, as I'm new to C++. I'm reading PROGRAMMING IN C++ by P.B. Mahapatra and the topic is PREPROCESSOR. I have to learn how to Link headers, and … | |
Hi all, I have MP3 player from [url]http://www.premiumbeat.com/flash_resources/free_flash_music_player/multiple_tracks_mp3_player_menu.php[/url] and I want to put it in my page. I want it to appear in every page. I'm pretty new to many PHP stuffs and with PHP page I judt do simple include statement. How do I do that? Here is their … | |
Hello all, I have been teaching myself PHP through others writting; so bear with me if you find something foolish. Having said so, I want to make a simple Music library with MySQL/PHP. I have made this very simple Login form as shown below. I want after someone successful login … | |
Re: this code may help you: <don't ask foolish questions> [url]http://www.daniweb.com/forums/thread166180.html[/url] </don't ask foolish questions> | |
Re: I played around a little and came with this. Note assumption here is, two lists are equal :) [CODE=python] list1 = [0, 0, 1, 1, 0, 1, 0] list2 = [0, 0, 0, 1, 1, 1, 0] score = 0 i = 0 while True: #assumming length of both list … | |
I have the page and the main page doesn't get to bottom. In short it doesn't fit up. Take the code and see what I mean. If you don't know PHP just replace it with <p> Garbage words</p> [CODE=XHTML] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" … | |
I have been in some tutorials for socket Module. It is very interesting. I want to know what I need to Know to make simple peer to peer/Client server Chat software but I'm new to Network, so anything that will help me put things together? Thanks Guys :) | |
Re: start here: [url]http://docs.python.org/3.0/tutorial/[/url] | |
Can someone clarify me the difference between CHAR and VCHAR and which one is best to be default type in my all SQL queries? Is it VCHAR or CHAR? :D | |
I'm beginner in PHP, and for long have been doing my site in XHTML. Now I want to make a News box and have made PHP code for that function as shown below: [CODE=php] <?php function pop_boxes($words, $class) { $string = "<div $class> $words </div>"; print($string); } ?> [/CODE] And … | |
Hi All, Here is my Index code. How can I make footer be at the bottom of other div. In css I floated to left the leftbar and to right the main contents. The header is fine but footer comes just below main content instead of being at bottom of … | |
Re: The best Package I love is WAMP. The only reason I use XAMPP in my USB stick is because WAMP isn't yet portable | |
Hi All, I'm using XAMMP server in USB stick and have Web project in this structure: [COLOR="Red"]F:\xampplite\htdocs\projects\Elijah[/COLOR] So my current working DIR is elijah. However, I don't want to write the long path "../projects/elijah/elijah.css" when linking css file or using images. I would like to use something like a function … | |
Re: +1 For stas, But here is my suggestion: 1. Netbeans 2. Codebloster 3. PHP Designer 2007 Personal Edition For freeware For $ based IDEs Check DreamWeaver. :) | |
Re: [QUOTE=nav33n;808736]foreach($array as $value) simply means, for every element in the array, assign its value to $value. foreach($array as $key => $value) assigns the index of the array to $key and value of that index to $value. :S I hope I am not confusing you! This is almost similar to for … | |
Re: If Nothing is equivalent to NULL, why not use ctypes and get it? BTW I left VB long ago at early learning stage because I wasn't able to buy the VB 6 bundle, so I don't remember it! | |
Hi All, Please help me to understand it better. I want to have a simple site with Header, navigation bar, side bar and opposite to side bar, main contents. I want to Include files for this sections in index.php. Here is a thing I dont understand: ---- If I divide … | |
IBM Thinkpad Machine cannot start. Once it started and displayed Warning that desktop was recovered and then it hanged. Now it cannot start completely. I wonder what would be wrong. I remove RAM and HDD and nothing happens. I returns everything in place, yet nothing :( The friend reported that, … | |
Re: No DONT EDIT! One (first) is for normal boot In case things mess up, use #2 for startup repair | |
Re: where is the code? I cannot guess what you have written unless you post it | |
Re: In python, the interpreter will only be meek if you define a variable before you use it. It seems you try to use the variable before defining it. This is where the py Interpreter becomes harsh! | |
Re: I enjoy multibooting Vista Home with Ubuntu *nix Yu might think about it, no pain! | |
Re: here is another good start: [url]http://cprogramming.com/tutorial.html#c++tutorial[/url] | |
I have been learning PHP for sometimes and it is interesting. Can anyone point me to good PHP/MySQL tutorials for newbie :) So far I have been playing with simple PHP scripts like Forms etc. Thanks all | |
Re: Seems BIOS doesn't detect it! Two option: 1. Upgrade your bios (Be careful to follow instructions as it is dangerous) 2. Use boot Disk to do the Job [url]http://bootdisk.com/[/url] | |
Please anyone help me on classes. I have written this class example and keep getting error on that the function is private. I though variables in functions are private but mmh, I think I'm wrong. Can anyone clarify how to rectify this? Also, could you explain to this New Bee … | |
Re: Check default program setting on Ctrl panel. Then select VLC and set it to all files it is supposed to open. | |
Re: Hello Scru, I can say it is good project but prepare for tough-time-taking task. Here are my three suggestions: 1. Make New toolkit -- Create Python classes that interfaces Win32 API with python. i.e. wrap functions from win32 api with pythonic type 2. Join wxpython Dev team and extend it … | |
I have Dictionary that I update time after time and the dictionary result get inserted to the wxListCtrl in report mode. The problem comes when I insert new data. It seems that the unicode character (u') is also get inserted as part of data. Is there any way to strip … | |
Simple Question, Does HP Presario C700 have bluetooth? :) | |
Re: [url]www.en.wikipedia.org/wiki/Statement_(programming[/url]) [url]www.en.wikipedia.org/wiki/Expression_(programming[/url]) | |
(I have installed both MSDN and VC++ 2008 Edition How do I access MSDN? Thanks all | |
Re: +1 for wxpython for some reasons: 1. I have developed some apps in Python, and it is very easy and fast once you get used to it 2. No licence problems if I decide to sell my apps 3. You can use wxglade (I'm always happy with hard coding) 4. … | |
Re: [url]http://www.google.co.tz/search?q=import+telnetlib+&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a[/url] | |
Re: Use code tags to preserve pythonic look and catalyse rate of answering your question | |
Re: I don't Know what those modules do, but For it sounds to me like you need to take a look at socket module [url]http://www.google.co.tz/search?q=SOCKET+MODULE&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a[/url] | |
Re: Failed to download the program. What do you try to accomplish? | |
Re: [QUOTE=jworld2;794421]Maybe I have this all completely wrong because I don't know what I'm doing, but I'm trying to work with win32 programming and I want to get the position of all the items on the desktop. I've found the handle for the desktop and I've found the LVM constants in … | |
Re: [url]http://www.ibiblio.org/g2swap/byteofpython/read/functions.html[/url] | |
![]() | Re: Isn't file list a string? Then I guess it should be able to play that. But here is the way I suggest, instead of using directly file names, use indices and random module: 1. Load all paths into list 2. Load random module 3. After music has ended, use random … ![]() |
Re: What are you trying to do? If that is made clear, I hope one can suggest alternative even if He doesn't know that library like what I do :) | |
Im learning ++ by myself and have decided to follow this tutorial and very interesting [url]http://www.cprogramming.com/tutorial/lesson4.html[/url] However as you can see the int mult ( int x, int y ); is defined twice: at the top and the bottom. Whay it is that. Also I have found many programs uses … | |
Re: try anything you know, at least, and lets help where you want to get. [url]http://www.google.co.tz/search?hl=en&client=firefox-a&rls=org.mozilla%3Aen-GB%3Aofficial&hs=SGp&q=python+and+standard+deviation&btnG=Search[/url] | |
Re: dont forget...... [url]www.codeblocks.org[/url] | |
Re: and remember, the use of functions to divide task eases troubleshooting i.e getting rid of bugs |
The End.