Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~22.9K People Reached
About Me

I like coding... perhaps a little too much.

PC Specs
MacBook 2.0GhZ Core2Duo 3GB RAM Mac OS 10.5

34 Posted Topics

Member Avatar for sach_ak47

I would approach this making an ArrayList of strings instead of a list (tad more versitile, but list of Strings will do as well) and then create a string variable that you can do x = x + number.toString(); Perhaps some if statements will solve the other have of the …

Member Avatar for stultuske
0
2K
Member Avatar for Garish

Did you try doing a System Restore? This will reset any configurations to a certain point in time.

Member Avatar for caperjack
0
241
Member Avatar for c_shaft05

I've been messin with python for little under a month now. I've come across one of these sample questions that make you think, stating to compute and print a table of Celsius temperatures and Fahrenheit equivalents ever 10 degrees... well i guess the main thing is i need help trying …

Member Avatar for Duskic
0
433
Member Avatar for civic

Try Firefox ;) Do you have some sort of firewall set up??? Maybe even in a wireless router or something... the sites could be blocked

Member Avatar for ratu01
0
146
Member Avatar for c_shaft05

So here's the scoop: The company where I work has a few GUI-based Java programs that runs crazy fast in Windows XP. Upon upgrading 6 machines to Windows 7 (and yes, we definitely exceed the requirements to run Windows 7 on our machines), these Java programs run significantly slower (For …

Member Avatar for c_shaft05
0
2K
Member Avatar for olivia

If you don't want to see that anymore, just open up the window for, let's say, My Documents, then tools > Folder Options> click the view tab, then scroll to hidden files and folders and click "Do Not Show Hidden Files and Folders"

Member Avatar for cwhaneyjr
0
2K
Member Avatar for Thinka

[URL="http://www.amazon.com/VGA-Monitor-Input-Convertor-Selector/dp/B000JCLLUW"]http://www.amazon.com/VGA-Monitor-Input-Convertor-Selector/dp/B000JCLLUW[/URL] I beleive that is what you are looking for

Member Avatar for Thinka
0
322
Member Avatar for c_shaft05

[CODE]//Vars to know about Square* square; vector<Shape> shapes; [/CODE] I'm trying to add things that are shapes, or in this instance square (which inherits from shape), but whenever I call shapes.push_back(square), I get this error message: [CODE]draw.cpp:55: error: request for member ‘push_back’ in ‘shapes’, which is of non-class type ‘std::vector<Shape, …

Member Avatar for c_shaft05
0
122
Member Avatar for c_shaft05

I'm having frustrations with C++... when I try and compile my code (as simplistic as it is), I keep getting a 'Shape' not declared error, but I'm fairly certain that I've written it correctly. shape.h [CODE]#ifdef shape_h #define shape_h using namespace std; class Shape { public: Shape(); virtual ~Shape() = …

Member Avatar for c_shaft05
0
149
Member Avatar for c_shaft05

Before I continue, quick explanation: product table pid (primary key), pdesc (Product discussion), and pquant (quantity of product). I then link it to sub_category which determines if it is where it falls (AKA SODIMM or DIMM). Now, I have duplicate product descriptions (160GB HD, for example.) We have 2.5 inch …

Member Avatar for tesuji
0
87
Member Avatar for Sassy

This may be obvious, but have you tried running Spybot Search and Destroy, Adaware, and/or Windows Defender?

Member Avatar for Colin Mac
0
197
Member Avatar for vaibh4

Ok. First and foremost, get firefox and no longer use that nasty Internet Explorer! [URL="http://www.getfirefox.com"]http://www.getfirefox.com[/URL] Second, get Adaware and run it! [URL="http://www.lavasoftusa.com/products/ad-aware_se_personal.php"]http://www.lavasoftusa.com/products/ad-aware_se_personal.php[/URL] Third, get Spybot Search and Destroy and run it (cleans just as good as adaware, but both programs find some different things) [URL="http://www.spybot.info/en/mirrors/index.html"]http://www.spybot.info/en/mirrors/index.html[/URL] That should clean things up …

Member Avatar for Colin Mac
0
133
Member Avatar for jbennet

[url]http://ubuntuforums.org/showthread.php?t=205449[/url] Take a gander... I had a headache with this for a while... and then if a lot of the fixes DON'T work... seriously give a look at my contribution (Search the page for webbca01) and try that out..... I seriously fell off my chair when i found that fix …

Member Avatar for c_shaft05
0
187
Member Avatar for c_shaft05

So, I recently blanked my computer and installed suse 10.1 on my laptop. I used to have 10.0, sound didn't work. I even have had fedora core 5 and Ubuntu on here... STILL NO SOUND! I'm getting frustrated with this stupid thing... hours upon hours of messing around with this. …

Member Avatar for c_shaft05
0
231
Member Avatar for MDSK440

Have you tried downloading something else?? Also, once this gets fixed, download Firefox or Opera ASAP! Also, do you leave your computer on 24/7? Try a restart

Member Avatar for nizzy1115
0
103
Member Avatar for Sofia14

Have you tried to access it again recently? Within one hour of you reading this? could been down for a bit

Member Avatar for plazmo
0
161
Member Avatar for Shlag

First and foremost, try to restore it to a more recent date. It is my experience doing system restores that the most recent of restore dates ( like a week or 2) work the best.

Member Avatar for nizzy1115
0
57
Member Avatar for bbb2k4life
Member Avatar for dlh6213
Member Avatar for albe22

First off, how are you trying to reformat your harddrive? Are you booting up (using the start up disk, (Everything I am writing is assuming you have XP)) then pushing R for the recovery console then in the command prompt typing format c:??

Member Avatar for albe22
0
154
Member Avatar for jbennet

You will be able to get more help more often @ [url]www.linuxforums.org[/url] Just a suggestion! Good Luck!

Member Avatar for c_shaft05
0
138
Member Avatar for rmj55
Member Avatar for c_shaft05

Hello! I've recently made the switch from windows .... well technically i still run on both .... but anyway....... I'm having troubles with AmaroK 1.3 for SUSE 10.0 and the song will play... but then will not proceed to the next song!! It just stops playing all together..... so any …

Member Avatar for c_shaft05
0
188
Member Avatar for samaru

Name: Cameron Nickname: Cam, Cam Shaft or just "Shaft" Height: 6'1" Weight: 165 Hair: Brown Eyes: Brown Location: IA Age: 18 Hobbies: Messing around with my computer, losing in poker or aka hanging out with friends, Swimming (the greatest sport in the world, next to computer gaming :) ) Gaming …

Member Avatar for Dani
3
6K
Member Avatar for c_shaft05

I'm working on some python programming and I need some help as to how to double the size of a picture using the image module.... any ideas?!

Member Avatar for vegaseat
0
1K
Member Avatar for c_shaft05

Ok well I've hit a snag... i'm trying to write a program that makes Acronyms from user input... I can get all the letters capitalize, but the problem i am having is, well, taking the first letter from each and puting them together to make an acronym!!!!!

Member Avatar for vegaseat
0
3K
Member Avatar for alex_extreme

By Far... PowerMac G5 would be ideal if you wanted to do extreme gaming. It has a lot of power, plus speed. Don't get me wrong, the iMac is a good computer, but trust me, you'll be happy with the PowerMac ;)

Member Avatar for Zachery
0
169
Member Avatar for Sp!ke

I can tell you that Google would be a good move because more people would see your ad, due to fact that A LOT of people use Google in the first place. As for the making more money part, more people normally earns more money. But don't take my word …

Member Avatar for jewboy
0
288
Member Avatar for Sword

[QUOTE=Sword]Firefox 1.0.6 what you think about it?[/QUOTE] Well, I honestly don't know what's new with it. What are some new features? I downloaded it immediatly when the upgrade was issued (well when my Browser had the little red icon show up in the upper right hand corner)

Member Avatar for Sword
0
135
Member Avatar for ! !

You are right. Windows does have a good operating experience. But, and this is the keyword, BUT, Internet Explorer could use some minor overhauls (which I'm betting they have done.). If they do well enough, then that could lead to less usage of Firefox, but then again, who knows what …

Member Avatar for kc0arf
0
278
Member Avatar for santfekuss

Your main Hard Drive needs to be set as 'Master'... and i know on my hard drive, which is Western Digital, there are 2 different ways of having the jumper settings when on master: One is Master or Single, meaning there is no slave present, which there is no need …

Member Avatar for DMR
0
178
Member Avatar for GAB317
Member Avatar for nanosani
0
102
Member Avatar for c_shaft05

Ok, I'm wanting to upgrade a machine from 2000 pro to XP pro. I've never done an upgrade from 2000 before, just 98. But, I guess I'm just wanting to know if the usernames will stay intact, or will you have to create new users names? I'm pretty sure I …

Member Avatar for c_shaft05
0
157
Member Avatar for 1salmon1
Member Avatar for c_shaft05
0
201

The End.