No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
I am in High School. I love computers, programming, and building AI robotos. My favourite band is "Meat Loaf", and my favourite songs include: I'm gonna love her for both of us(Meat Loaf) Bat out of Hell(Meat Loaf) Blinded by the Light(Manfred…
- Interests
- Programming, Robotics, Computers
- PC Specs
- AMD Sempron 2800+ @ 1.6ghz 512MB DDR400 1.6Ghz FSB nVIDIA nFORCE3-A mobo 8 USB 2.0 AGP 8x (3.0) nVIDIA…
30 Posted Topics
Re: Well it is still more secure than Window$ | |
I am not going to hide the fact that i am SOOOOO new to web design... I've been trying to get a website up and running, and it is coming along slowly. To be honest i just discovered CSS, and i'm reading a nice tutorial on that. But, i may … | |
Can someone please point me to a good windows api tutorial? The one that i found ([URL]http://www.winprog.org/tutorial/[/URL]) is nice, but it doesn't explain thing nearly enough. It kinda just drops the stuff on the person trying to "learn" it. I was able to follow through the first three sections, and … | |
Re: Sorry this is kinda late, but hey, it may be late, but it is stylish. I won't go [I]TOO[/I] deep into depth, but here is a list of bands/groups i like. Meat Loaf Cheap Trick Manfred Mann Quiet Riot Meat Loaf Twisted Sister Queen Autograph Night Ranger And did i … | |
What would need to be done in order to make an application go full screen? this means NO task bar, or Title bar. I did find a small bit of code (a while back), but it didn't work. Any ideas/solutions would be great! :) Thanks! | |
I am still starting out with c++, but i like tackling complicated tasks when i learn. I have a project in mind that requires me to play MP3s. Since i will be doing MOST of the code in c++ (at least that is what i plan at the moment), i … | |
Re: In my opinion, XP is the best distro of windows (right next to 98se). Other than that, i am pro linux. | |
Re: AP's are usually routers, yes? Is the access point yours? or are you "borrowing" the signal? If that is the case, then put another network card in your computer. I think there should be a setting or some software that would allow you to share the internet connection from the … | |
Re: How about you list some of the symptoms? Does any of the leds come on when you hit the power button? Does the battery try to charge? Does the laptop do any beeping? Does anything show up on the screen? Does it make any weird/abnormal noises? What is the model … | |
Re: Yes, it is possible for the psu to do that. it has happened to me once before. It had enough power to get things started, but it didn't have enough to keep going. Try a new PSU (as they are pretty cheap) | |
Re: Norton IS a virus! Don't install it! Install AVG free, and all your problems will go away. | |
I just bought a Netgear RT314 to replace my linksys WRT54G v3 router (which can't keep up with the amount of traffic i was putting on it). My ISP is WildBlue (satellite internet). The problem is that the netgear router will not obtain an IP from the SM (satellite modem). … | |
I just built up a new shuttle xpc. The onboard audio is Realtek AC97, with built on surround sound (5.1). After getting all the software/drivers installed for it (windows xp pro sp2 x86), i couldn't figure out how to turn virtual surround sound on!? By virtual surround sound, i mean … | |
Re: Did you just buy it new? It is called "bloatware." manufacutres load laptops with crap software to promote partnerships with other companies. There are ways to speed things up, but that requires more software, which defeats the purpose. I would suggest formating the hard drive and resinstalling everyhting from scratch. … | |
I installed OpenSUSE 10.2 on an old sysem. Just for kicks and giggles, i decided to install with the "minimum graphics system". I like it to a poing, except for the fact that I CAN'T TERMINATE IT! I don't know how! I want to close the session so i can … | |
Re: for my biology class, i made a "Who Wants to be a Millionaire" clone, and a hangman game. Got an A on both... but then again the teacher was kinda oblivious to all the bugs in the programs.... let's just say the millionaire game took me about 24 hours of … | |
How would one control an application (Media Player) from the program being created in VB? To sum it up, i would like to control media player (Microsoft Media Player 11) from my program. When i say control, i mean "Play, Pause, Next, Previous, Mute, Stop, etc..." I want to do … | |
How would onw send a message to another program? I googled it, but it came up with stuipd text messaging. I want to send a false message to another program. Something like sending Windows Media player the "Play" message, or the "stop" message, etc. (yes, this is for vb.net... :D) | |
I am sick of windoz, and want to move to Linux. The problem is that i can not find any distributions that i like, because LINUX IS TOO COMPLICATED!!!!!!!!!!! :mad: I absolutely DESPISE Gnome. I love KDE, though. How do i get Gentoo to load KDE instead of Gnome? I … | |
How would one go about generating a set of tones (frequencys) on the sound card? What i mean by this is, how would a person generate tones at the same time? (I.E. 62hz, 100hz, 432hz, and 1000hz at the SAME time?) Thanks. | |
I just got a mepis live cd... I am running it live on my laptop. I was able to get sound installed, but i am having trouble installing a program. The program is called "Wireless Assistant" ([URL]http://sourceforge.net/projects/wlassistant/[/URL]) Mepis detects my wireless, and it will allow me to detect my two … | |
I am using Visual Basic 2005 express (.net) 1) How would one get a SINGLE keypress in the console? (the equivilant to INKEY$ in QBASIC) 2) crap, i forgot my other question! Oh well. Chances are i will remember in a few minutes :lol: | |
I have seen some screenshots of Linux XP running, and it looks pretty cool. It is said to be able to run windows apps right out of the box (i don't think it uses wine...), and it basically has all the pizzaz of xp, with the power of linux. I … | |
I am just curious about the pros and cons of each. Please leave your opinion(s). Thanks! (sorry the question is so broad, but i just wan the pros and cons of each.) | |
As you probably have already read, i am new to c/c++. I have a simple little question, as i am not sure what happens in c/c++. If i were to start using Visual C++ Express 2005, would some of that knowledge work with something that is not visual? I know … | |
!@#$#%#^$@%^#$@#!!!!!!!!!!!!!! Ok, linux is making me mad... I can not get audacity installed! Actually, i can't get wxWidgets installed, which is required to install audacity... When i run "./configure", it works great, but then when i do "make", it claims that "X11" is not found... Am i doing something wrong? | |
[CODE]#include <stdio.h> int main() { double first_def; double secnd_def; int fibcount; int max; double curfib; int N; printf ("Please enter the number of loops (int value)... "); scanf("%d", &max); if(max <= 0) { printf ("Number must be greater than zero... seting to default 20\n"); max = 20; } first_def = … | |
Ok, i am just starting out in C. This isn't my first programming language, though(i don't mean to brag, but i am a BASIC master), so i know quite a bit about computer architecture, and all that good stuff. The project i am designing is a robot with stereo vision. … | |
Just wanted to say hey! Althoug i am a newb to this site, i have been working with computers(repairing, and configuring) for about 5 years now. I have no experience with Linux, but i know winddows like the back of my hand. I have been programming in QBASIC for about … |
The End.