- Upvotes Received
- 9
- Posts with Upvotes
- 9
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
A Gamer-Musician-Geek who has too many facets for his own good. He can often be found mulling around, attempting to accomplish either 30-40 things at once, or nothing at all.
- Interests
- Skateboarding, Programming, Guitar, Gaming, Vintage Gaming and Collecting
- PC Specs
- Gunsmoke - Compaq R3000: AMD Athlon mobile XP 64 3200+, 1280 MB RAM, nVidia GeForce 4 420 GO video card,…
94 Posted Topics
Re: Sorry for ressurrecting this thread, but Can you guys explain why Wolf's solution works? Like, explain what's going on? | |
Excuse me, but is it possible to make an external ram supply? Just out of curiosity. If this is possible, then would it also be possible to use an external ram source that connected by USB? yes, I realize this would require programming a chip to change the data type … | |
| |
Re: you get a king kong plushie. I put in coca cola | |
Alright, I just started trying to do some CSS (I know, I have too much time on my hands) in order to make my own theme for firefox, so it matches my windows theme a little better. However, I really don't know what CSS is, what the general syntax is, … | |
Re: Well, I'm Chris "FireS" Thomas, (don't google me, I'm not there XD) andI am a: -Music Geek -Extreme sports geek -DDR geek -Coffee freak -and Anime geek (NOT otaku, that's an insult in japenese) | |
I've searched the whole freakin' web once more (I've been searching and reading forum after forum after article after howto, etc., for about 4 days straight now. Maybe I'm doing it wrong ^_^U) trying to figure out how to customize the boot-screen on Windows XP Pro SP3, and I can't … | |
Re: Good God !! That's friggin hard! I didn't understand 80% of that! 125 for me: missed #s: 7 8 9 11 12 13 14 15 17 and 18 T_T | |
Re: (I never remember the good ones) Why did the cactus cross the road? 'Cause he was stuck to the chicken. | |
I hear you all here talk about a lot of "partitions" when talking about hard drives, backing up data, and reinstalling windows. What is that, exactly, and what does it do? | |
Re: Well, crap, dude. Sounds like we have some problems. It appears you are more than equipped to play said games, have you read the related threads? My best advice is to read the threads at the bottom of the page that sound like what you are going through, since the … | |
Re: What is [inlinecode]que[/inlinecode]? Is it a pointer, or is it another [inlinecode]Que[/inlinecode]? If it's a pointer, then you should be [inlinecode].remove()[/inlinecode]ing 5 times and it should be empty. If it's another [inlinecode]Que[/inlinecode], then of course [inlinecode]que1[/inlinecode] is not empty, you've only [inlinecode].remove()[/inlinecode]d twice, and it's not empty. Basically, this is … | |
Re: [QUOTE]Any ways to make a "hidden" button but still fuctionable?[/QUOTE] This actually has a couple of pretty simple solutions; I figured them out by playing around in the properties window. Try changing the button's "FlatStyle" to "Flat", and FlatAppearance.BorderColor to the background color of the form (default is System.Control). There … | |
Okay, here's the scoop. I have a Compaq Presario R3000. I have a virus that infected my UPnP drivers, so I can't regularly use UPnP. Everytime i do, there's a decent chance of getting the blue-screen of death and I don't appreciate that. So. I need to restore the factory … | |
Re: Wait, wait! How did you do it, Diode? (I don't mean to hijack the thread, but this is more efficient than posting another thread asking the same thing, only to have Diode answer the question) | |
Re: Alright here's an easy mid-west recipe: White-Castle Burgers. NO! we don't make them with a twentieth of a pounnd of meat like they do XD You'll need a pound of beef, ( Doesn't matter how lean. ) and a package of onion soup mix. Basically, mix the two together, then … | |
You see, I am writing a program that uses strings for input to determine things, and I don't want it to be case sensitive. So, I know you can go through a string and go char by char to store each char, [inlinecode]tolower()[/inlinecode]'d into another string while in a for … | |
Re: Quite clever! I am not sure I would have thought of that one. Thanks for submitting that, I feel enlightened now. | |
Alrighty, here's the problem: I am installing linux on a sony VAIO that has a:[code]01:00.0 WGA compatible controller: ATI Technologies Inc Rage Mobility P/M AGP 2x (rev 64)[/code] I have tried installing the drm module "mach64" (after discovering that this is a mach64 chipset, I think) along with the xf86 … | |
Re: I'm personally really hoping for 3 things: 1) a PSP, what can I say, those things are pretty sweet now that they've (mostly) fixed the dead-pixel problem 2) a Mini-Mac, I want the one with the core 2 Duo, so I can get my Macintosh skills back up to par, … | |
Hey all! Again, it has been a while. Anyway... I just replaced the battery on my laptop, and I've been having issues with the volume control icon in the taskbar tray. Every time I start the computer, it's not there. If I go to "Sounds and Audio Devices" in the … | |
Hey! Been a while, how's everyone doing? I'm fine, despite being unemployed and broke. But hey, down to business. I cracked and started dual-booting because I couldn't play starcraft with my friends while running linux. Ever since I installed everything, using the disk that came with my laptop, the sound … | |
Re: Music geek? Definitely(FireS recently found out he had been spelling the word definitely wrong for over 5 years). I listen to almost every kind of music imaginable, constantly. If I'm not listening, I'm playing my guitar or my violin (rare). I do nothing, I go nowhere, I say nothing, and … | |
Re: (it's okay cause) Sheena is a punk rocker | |
Is it alright to upgrade the hdd speed in a notebook that's 2 years old? I need a new hdd, but I want it faster. Would this be likely to cause problems? Its original speed was 4200 rpm, I want more. I leave it plugged in for the most part, … | |
My hard drive just went the way of my last auto-engine today... overheating crash. Run to the Hills. Has anyone ever had this problem before? My HDD has been hanging a lot lately, and today it hung 3 times in 5 minutes while playing music. That's all. Just mp3 files … | |
This is going to sound wierd at first, but I found a really cool usb controller. Let's see if I can find a link to it... [URL="http://www.bestbuy.com/site/olspage.jsp?skuId=8609696&type=product&id=1192233008066"]here it is[/URL] Now this is the wierd part - the first thing I thought when I saw this was "how sweet would it … | |
Great, more iterator trouble. First we have an iterator of any value. I want to make a second iterator that starts one higher than the first one. Look-see: [code] for( iterator_type one ; /*...*/) { for( iterator_type two = one + 1 ; /*...*/) { /*...*/ } }[/code] That's the … | |
Alright, here's the code: [code] for ( map<string,int>::iterator word = mostUsed.begin() ; word != mostUsed.end() ; word++ ) [/code] and the error by g++ - (using make) [code] error: conversion from 'std::_Rb_tree_const_iterator<std::pair<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >; int> >' to non-scalar type 'std::_Rb_tree_iterator<std::pair<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >; int> >' requested[/code] Okay... … | |
Alright, I'm developing a program that is going to take in .pbm image files, manipulate them, and output them in .ppm (P3) format. That's all fine and good; I've got that down. However, I'm looking for suggestions on good and efficient ways to figure out if 2 points ( row … | |
that, unfortunately, I have been entirely unable to find a solution to. (Note: once again I find that this could probably fit into several of the *nix forums, so I tried my best to find the one that fit the problem best. My apologies to the mods if this doesn't … | |
Re: [edit] ^ OMG! There's a Hitchiker's Guide to the Galaxy Commodore game? That's AWESOME! It's just not the same... I use emulators all the time, but it's not the same unles s you get a controller for it, or in this case, one of those old keyboards with a 104 … | |
You would think someone would've asked this question already, but I am having trouble getting GTKpod to recognize my ipod when I connect it. I know that GTKpod isn't the problem, it my system's mounting procedure. When I plug in my iPod, this goes through my /var/log/messages: (same with dmesg) … | |
I was wondering if anyone knows how to accomplish this, that is the simultaneous operation of several computers on a single task. I'm curious, because I have several older desktop boxes, and I kinda thought it would be really cool to network them together and figure out a way to … | |
Alrighty. I would like to know the specs on the major (or minor, that's cool too) desktop managers. I would like the fastest one, but I do want my computer to look pretty, too. I am running Debian etch (testing), currently using Gnome and KDE (trying to switch to KDE, … | |
Re: I dunno about that... do windoze systems come with compilers on them? If your school uses macs then you might be in business, but I don't think windoze comes with any c++ compilers. And when I think about the "editing cout" thing, it makes me think about overloaded operators. ^_^ | |
c++, Debian linux system, g++ compiler Alright, I have a serious problem. I keep getting a segmentation fault everytime cin recieves a string with a period in it and stores it into a string. I used couts to find the location of the segmentation fault. it happens EXACTLY after [inlinecode]cin … | |
This is just a general question. I have a wireless router (of unknown origin) in my laptop. It's 802.11abg, of course, and I was curious: How does one go about hooking up an antenna to a wireless card? | |
Alright, well here's my problem: Firefox no longer works on my debian system. Since I just switched to kde, I have Konqueror, but I had this problem before. Everytime (or most of the time) when I open up firefox, it comes up and an error message comes up saying: "No … | |
Re: OMG! ( I am still a child, truth be told ) But I am phobic of both insects and spiders! houseflies don't really bother, neither butterflies, but just about everything else and I'm scared it'll touch me! XD When I was a bit younger, though, I was scared to death … | |
Re: *sigh* well, I don't have a good track record with V-day (sounds like D-day). Most of my life I have had no reason to celebrate the dang holiday, and the one time I actually do have a girlfriend on v-day, she spends the entire day patronizing me, which in turn … | |
Well, I guess I'm just here out of curiosity. I would like to know how one would go about outputting an image file. I thought that maybe you could declare an [inlinecode]ifstream[/inlinecode], and try to read it in, but I don't know how I'd go about that either... Any ideas? … | |
I am trying to run a program in wine, and I need it to recognize my flash-drive's existance. Any help would be appreciated. I did set e:: -> /dev/sda1 a couple of times, I also tried mounting it and e:: -> /media/usb-disk but to no avail. Once again, any help … | |
Well here's the scoop, (I don't really know if this post fits in any of the forums here, specifically) I have a touchpad that's giving me hell. In my Compaq Presario R3000 laptop, there's an ALPS touchpad builtin, and I want to put something else there. I might just replace … | |
Alright, so I am trying to make an iso image of a playstation disc, so I can use it more effectively on my emulator, but everything I try, whether it be [inlinecode]cat /dev/cdrom < /home/firesburnsmup/PSX/disc1.iso[/inlinecode] or [inlinecode]dd if=/dev/cdrom of=$HOME/PSX/disc1.iso[/inlinecode] whatever I do, it will tell me that [inlinecode]/dev/cdrom: Input/Output error[/inlinecode] … | |
Re: The thing you have to learn is that there is always a way to get free WiFi, if you're willing to try hard enough. [url]http://www.oreillynet.com/cs/weblog/view/wlg/448[/url] |
The End.