Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Ranked #2K
~39.6K People Reached
About Me

Retarded and perfectly sane. It's the rest of you that are nuts.

PC Specs
Sloooooooow.
Favorite Tags

31 Posted Topics

Member Avatar for bops
Member Avatar for tayspen
Member Avatar for gracea

What is the problem, exactly? Having trouble converting the numbers into a time?

Member Avatar for mnmw
0
303
Member Avatar for THE NOTHING

Easy enough: [list=1] [*]Reboot into MS-DOS mode. [*]Type the following: [code]format C: /s[/code] There's no going back from that - make sure you back up everything you want first. [*]Put your Windows CD in, reboot and follow the installation wizard. [/list]

Member Avatar for caperjack
-18
402
Member Avatar for MartyMcFly

It's not the actual client that's filtering copyrighted works, but the search engine on BitTorrent.com. You can use the client for anything available via torrents.

Member Avatar for Ooble
0
239
Member Avatar for Archery

[url=http://www.phpbb.com/]phpBB[/url] is free forum software that is very good. You'll need a host that supports PHP and databases to install it. It's also very easy to configure, and there are thousands of themes all over the Internet to pick from.

Member Avatar for dani14
0
235
Member Avatar for unionman

[QUOTE=unionman]the sata drive is recognised in the bios and device manager but not in my computer.[/QUOTE] How is this possible? What do you mean, it's not recognised in your computer?

Member Avatar for JanakiramKaki
0
138
Member Avatar for hbmarar

You could use the Google Maps API - I haven't personally tried it, but I hear it's easy enough.

Member Avatar for hbmarar
0
191
Member Avatar for nameeta

I'm an Indian living just south of London myself. I love going to India - most of my family lives there - but hell, England is home. Ya can't beat it.

Member Avatar for kulak
0
217
Member Avatar for The Dude
Member Avatar for demonhunter777
0
75
Member Avatar for bops

Have you tried compiling directly from the terminal? [code]gcc filename.c -o filename.exe [i]or[/i] g++ filename.cpp -o filename.exe[/code]

Member Avatar for Vzerbo
0
145
Member Avatar for stan316i
Member Avatar for Seten
0
188
Member Avatar for cansouth
Member Avatar for midud3
Member Avatar for Katrix36
Member Avatar for Katrix36
0
275
Member Avatar for tayspen

Next time, download the one that has "en" in the filename, not "de". ;)

Member Avatar for tayspen
0
258
Member Avatar for namit

No... the code is fine... double quotes in PHP tell it to parse the string for variable names and replace as necessary. Why are you concatenating the [i]mysql_query[/i] return value with the [i]mysql_error[/i] return value? Try this: [php]$sql = "UPDATE `namitposts` SET `title` = '$topic' , `date` = '$date' ', …

Member Avatar for Ooble
0
221
Member Avatar for adrianus

When copying your files, unselect that one first. If you get another error, unselect that file as well. If you get a third error, the CD's probably dead.

Member Avatar for Ooble
0
126
Member Avatar for stan316i

Create a file called "desktop.ini" in the directory you want to iconify, and put this in it: [code][.ShellClassInfo] IconFile=C:\Icons\MyIcon.ico[/code] If it's an icon library, do this instead: [code][.ShellClassInfo] IconFile=C:\Icons\MyIconLibrary.icl IconIndex=0[/code] You can change the IconIndex to change the icon it pulls from the icon library. It starts at 0.

Member Avatar for Ooble
0
152
Member Avatar for colojomo
Member Avatar for Ooble
0
106
Member Avatar for eliauction

You haven't actually set the background colour - you've just created the object. [php]imagefill($im, 0, 0, $background_color);[/php]

Member Avatar for eliauction
0
102
Member Avatar for Amunra

As barnamos said, [url=http://www.phpmyadmin.net/]phpMyAdmin[/url] is a very useful tool for fiddling with MySQL. It's not difficult to install - if you already have a web server with PHP working, just extract it to your root directory, rename the directory to whatever you want, and point your browser to it.

Member Avatar for Amunra
0
206
Member Avatar for mteeters
Member Avatar for Ooble

Welp, I decided I'd better start actually reading threads and posting after being a member for a month or two (can't remember how long... somewhere round there). I'm Ooble, also known as The Penguin, God, The Retard In The Corner... you get the picture. Feel free to scream at me …

Member Avatar for Ooble
0
97
Member Avatar for paradox814

Use the lazy operator, the question mark: [code]"#\[b\](.*?)\[/b\]#" // hashes make better delimiters when you're using slashes[/code]

Member Avatar for Ooble
0
136
Member Avatar for tayspen

You can use [url=http://www.microsoft.com/windowsxp/downloads/powertoys/xppowertoys.mspx]TweakUI[/url] to change the logo.

Member Avatar for Ooble
0
189
Member Avatar for sam1

Something I learnt from a computer guru: always blame the last piece of hardware or software you installed. Take the RAM out. If it goes back to normal, it's faulty.

Member Avatar for Ooble
0
133
Member Avatar for ohgosh

A better way would be to simply indent the paragraph or whatever: [html]<p style="margin-left: 16px;">This paragraph has been indented by 16 pixels.</p>[/html]

Member Avatar for Ooble
0
215
Member Avatar for JoBe

Tried combining those for loops? [code]for (iter = scores.begin(); iter != scores.end(); iter++) { cout << *iter << " --> "; ++(*iter); cout << *iter << endl; }[/code]

Member Avatar for JoBe
0
6K
Member Avatar for masa

If I understand that thread correctly (I'm not sure I do, but I'll do my best), what you want to find is the maximum and minimum values for each row in the "table". What I would personally do would be to read in the file a line at a time, …

Member Avatar for masa
0
200
Member Avatar for somedood

A two-second Google search for "Windows New menu" found this, which is pretty funky: [url]http://www.daniweb.com/techtalkforums/thread940.html[/url]

Member Avatar for Dani
0
122

The End.