Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
7
Posts with Upvotes
6
Upvoting Members
6
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
~188.54K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.

158 Posted Topics

Member Avatar for samaru
Member Avatar for igotdreams
Member Avatar for stupidenator
Member Avatar for ddstar

How would this be possible if I only have the monitor, not the (nonfunctional) laptop I got mad at and tore apart? Also, how do I attach a laptop keyboard and touchpad to a desktop?

Member Avatar for lupusic
0
2K
Member Avatar for Yzk
Member Avatar for golden1prince

[QUOTE]Any idea why that happens?[/QUOTE] I think it's from conflicting files between the two IE versions that don't get replaced for some reason. Like if you have an IE window open while updating IE, it can't update the iexplore.exe file (the main Internet Explorer application) or any other files it …

Member Avatar for Michealruggles
0
517
Member Avatar for OurNation

You get 200 Gmail invites. (No, really, want a few?) I put in my low battery pop up notification

Member Avatar for vinnitro
1
16K
Member Avatar for helloadam
Member Avatar for BuckOneArm
0
916
Member Avatar for .:.wolvie.:.

It makes a drop-down menu. The things in the <option> tags get added to the menu as options.

Member Avatar for jangirke
0
321
Member Avatar for gnomix

leelee: now it will take a negative amount of time to execute. Twilight zone, here we come :mrgreen: Actually, I think she meant increase the speed by that much.

Member Avatar for jakubmisek
0
944
Member Avatar for lara_

I know this thread is really old, but I just can't help commenting on the infinite loop optimization joke :) That was funny!

Member Avatar for Hymppis
0
351
Member Avatar for Catweazle

The config file can be accessed by going to about:config in Firefox. Don't ask me what half of that stuff does, though...

Member Avatar for Rik_
4
2K
Member Avatar for ms88
Member Avatar for Catweazle

And I learn from mistakes: dropping magnetic screwdrivers on bios chips and having to buy a new motherboard :)

Member Avatar for hgvdriver
-1
1K
Member Avatar for mmiikkee12

Any idea how to implement a FIFO queue of chars in C? It doesn't need to be too fancy, just a fixed size (say 256 chars) and can't use any library functions (this is for a hobby OS kernel I'm writing, and there's not a lot of functions available for …

Member Avatar for kiranxxx
0
2K
Member Avatar for hudasntpay

You don't necessarily have to use assembly (you can if you want to, but good luck learning it). If you know C or C++ it should be good enough. Java probably won't work because you can't directly access the memory, meaning you can't scan for viruses that are already running …

Member Avatar for MosaicFuneral
0
238
Member Avatar for OurNation

Mammoth smidgenhammers were hairy, frightful, on steroids, always eating inconceivable objects. BTW, the original sentence was a lot shorter. I think they added words.

Member Avatar for torham
0
14K
Member Avatar for thirumalkn

It's probably a problem with slot A, the Tecra 8100 supports up to 512 MB of RAM. So send the 256 back and get a 512 if 256 isn't enough :-)

Member Avatar for Gunnarh
0
314
Member Avatar for erichan

First of all, this is the BASIC forum. In case you didn't know, BASIC is a programming language, not a Partition Magic component or something. As for the actual problem, try a virus scan.

Member Avatar for uveam
0
161
Member Avatar for v2_vehooi

Just because I feel like helping: [code] //CommandLine.java import java.util.*; import java.io.*; public abstract class CommandLine { public static void exec(String cmd) throws Exception { Runtime rt = Runtime.getRuntime(); Process proc = rt.exec(cmd.toString()); StreamGobbler errorGobbler = new StreamGobbler(proc.getErrorStream(), "ERROR"); StreamGobbler outputGobbler = new StreamGobbler(proc.getInputStream(), "OUTPUT"); errorGobbler.start(); outputGobbler.start(); } public static …

Member Avatar for irobot_229
0
465
Member Avatar for mmiikkee12

Seriously, what is any programming language without a HelloWorld app?

Member Avatar for javaAddict
1
161
Member Avatar for Danny

"...and is responsible for development and development of Mozilla products." They sure do develop a lot, eh? ;-) Anyway, I wonder what new features it has...

Member Avatar for mmiikkee12
0
232
Member Avatar for kc0arf

This isn't the best place to ask questions like this, but: sixty_9cents: Don't download anything like that, it's just asking for a virus. eltommyo: Use IRC and PircBot. :) On the original article, this is just stupid. If everyone would learn that there are better ways to transfer things besides …

Member Avatar for mmiikkee12
0
221
Member Avatar for kc0arf

I HATE when they do things like this. As said before, once (insert your favorite TV show here) programming enters my home, it's my right to do whatever I want with it, within reason. I don't sell bootlegged copies of (insert your favorite TV show here) or anything bad like …

Member Avatar for Danny
0
266
Member Avatar for kc0arf

Meaning my entire school will be forced to update... the computer "technicians" can't do anything without calling tech support. Today at school I pointed out a badly adjusted computer monitor to my biology teacher and told her I "knew how to fix it, but the stupid school rules say I …

Member Avatar for goldeagle2005
0
326
Member Avatar for blud

Interesting. [quote] Looking for "Freespire" (a free copy of Linspire)? You've come to the right place... Currently all of our servers are busy. Thanks for your interest in Linspire's Limited special offer. Our servers are trying to deal with the massive number of customers that are interested in getting their …

Member Avatar for benna
0
213
Member Avatar for tgreer

Seriously, which one's easier to read? 7h15 15 a m355ag3 1n 13375p33k. This is a message that's not in "leetspeak". Actually, the first one took longer to type...

Member Avatar for Scottg1989
0
340
Member Avatar for Danny

Personally, I wouldn't have even used the laptops if they had monitoring software on them. If not for the fact that the school owned the laptops, I'd even say it was illegal.

Member Avatar for mmiikkee12
0
334
Member Avatar for kc0arf
Member Avatar for mag1956
0
226
Member Avatar for Catweazle
Member Avatar for benna
0
215
Member Avatar for Catweazle

This is absolutely stupid. Google and MS are both based in the USA, a free country! Since when could MS tell that Chinese guy (too lazy too look for his name) who he could work for? And why didn't he use Shift+Delete?

Member Avatar for Danny
0
157
Member Avatar for kc0arf
Member Avatar for chris99
0
203
Member Avatar for helloadam

Something like this: <form method="post" action="the_php_page.php"> <!-- a pair of radio buttons --> <!-- if they have the same name, they're in the same group --> <input type="radio" name="groupname" value="Option A"> <input type="radio" name="groupname" value="Option B"> <!-- a check box --> <input type="checkbox" name="cb1" value="A Checkbox"> <!-- a password box …

Member Avatar for mmiikkee12
0
181
Member Avatar for 1o0oBhP
Member Avatar for johnroach1985

Yeah... but put it in a comment... I accidentally copied that part too and it had a compile problem...

Member Avatar for sciwizeh
0
146
Member Avatar for jmsjustin

[QUOTE=JANINE]good question but i can understand the reasons for not wanting to contact dell tech support. first is the extortionate costs of the premium rate phone lines and the service is in my opinion not what it ought to be.:)[/QUOTE] They have a tech support online chat, it's useful and …

Member Avatar for NnintendoNerd
0
590
Member Avatar for Dani

Yeah. I'd say just make a rule that images can't be animated and can't be bigger than (insert some image size here.) I'd like to put one of those "mmiikkee has contributed x posts to our community" badge things in my signature but I just wind up with a link …

Member Avatar for MktgRob
0
555
Member Avatar for tristan17

Filter out the red, green, and blue and then put them together. Oh, and you can't have 332 blue in a green pixel - not only would that be more blue than green, the numbers are only supposed to go up to 255 :)

Member Avatar for sciwizeh
0
713
Member Avatar for CAPSLOCK

[QUOTE=servertweak]i heard alot of bad things about phpbb, but i'm sure there working on it [ they just a bit slow on updating ]. one thing that i dont like about them is the lack of support for php 5 :eek:[/QUOTE] But then again, when was the last time you …

Member Avatar for einfoway
0
2K
Member Avatar for jwcpa48

If you use the buttons on the front of the monitor to make it the right size, does it stay that way the next time you turn it on? If so, do that and save a little money. :)

Member Avatar for 4xmyworld
0
276
Member Avatar for extofer

Gentoo is for experts and people who like to recompile the wheel and all its dependencies. However, it is faster. If you're not a novice with Linux I would recommend Gentoo. (although it compiles everything from scratch, which can be annoying). Ubuntu is a good distro in my opinion. I …

Member Avatar for planetxmail
0
1K
Member Avatar for bhavna_816

Are you sure the server is running? (check the obvious first :-) Also check the order of the arguments to mysql_connect - it's server, user, password. (I somehow manage to forget that every single time I use mysql, and PHP yells at me for it a lot :-) If the …

Member Avatar for jbennet
0
154
Member Avatar for mmiikkee12

If I have a string like this: [code] blah test asdf [/code] What kind of regex would I use to change all single newlines (like between 'blah' and 'test') to <.br> and all multiple newlines (like between 'test' and 'asdf') to a maximum of two <.br>'s? I've tried these already: …

Member Avatar for urolicious
0
159
Member Avatar for mmiikkee12

I built a computer and installed BeOS 5 on it. It was running fine until I decided to upgrade(uh... upgrade?) it and put an extra fan in the front since the only fan it had was the CPU heatsink. However, now when I [try to] start the computer, not only …

Member Avatar for Riv3n
0
157
Member Avatar for rixius

I've got a hundred, see my signature for my email address since I'm tooo lazy to type it here... PLEASE, TAKE ONE! And don't PM me, I never check my PMs anyway.

Member Avatar for Member #114696
0
6K
Member Avatar for mmiikkee12

I have a DokuWiki page that I'd like to display some SVN info on. We're currently doing this by manually updating the page contents whenever we commit. But I'd like to do this dynamically so we don't have to hand-update it. Is there a way to do this without enabling …

0
90
Member Avatar for harishankar

I may consider converting to SMF now. I recently lost my DB, so it won't be much of a problem since only 3 users have re-registered since. :) Edit: Sorry, I just bumped a really old topic.

Member Avatar for MGadAllah
1
414
Member Avatar for steveneven

[b]Connection Type:[/b][i] Dial-Up[/i] [b]Connection Speed:[/b] [i]56K[/i] [b]Cost Per Month:[/b] [i]$9.95 US$[/i] [b]Country:[/b] [i]US[/i] [b]Name Of ISP:[/b] [i]NetZero[/i]

Member Avatar for kosmoe
1
653
Member Avatar for olivertree

Here's what you do. First, find a PC with a floppy drive and Win98. Then do the following [B]in this order[/B]. [list=1] [*]Click start>run and type explorer [*]Put your floppy disk into the floppy drive. [*]Right click "3 1/2 Floppy(A:)" and click format. [*]Select "Full" in the format dialog. [*]Click …

Member Avatar for blazseidr
0
403
Member Avatar for ishwar
Member Avatar for WolfPack
0
263

The End.