Posts
 
Reputation
Joined
Last Seen
Ranked #2K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
10
Posts with Upvotes
10
Upvoting Members
5
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
7 Commented Posts
~51.1K People Reached
About Me

A cool geek. :)

Interests
Running, Java, C++, C
PC Specs
Procc: AMD 4400+ X2 (Socket 939) GFX Card: XFX 7950GT 512MB RAM: 2GB Crucial DDR 400 (4x 512mb) MOBO:…
Favorite Tags

65 Posted Topics

Member Avatar for ndeniche

[QUOTE=EnderX;413444]Shall we try another semi-tough riddle? [I] I bear light without sight. The swift-stinging hunter of the desert sands echoes my fire. Ancient stones may reflect my glory, though the crimson gem will steal from mine to breed its own. I exist in myriad places, yet my true dwelling place …

Member Avatar for Reverend Jim
1
481
Member Avatar for playagain

[QUOTE=Rashakil Fol;403843]This is an assignment for you to do, so do your own damn homework.[/QUOTE] Seconded.

Member Avatar for priya..
-2
12K
Member Avatar for debasisdas

For the disillusioned Americans here: "It is well that war is so terrible, else we should grow too fond of it." - Robert E. Lee

Member Avatar for James_28
8
17K
Member Avatar for geebalicous

[url]http://www.print-driver.com/howto/converting/convert_ms_word_doc_file_to_gif.htm[/url] Or you could just screenshot each page, paste them into paint, and save them as gif files to be put into one large gif file via The Gimp/photoshop.

Member Avatar for CimmerianX
0
115
Member Avatar for comp_sci11

[QUOTE=comp_sci11;405667]I'm currently making a program that list all the perfect numbers from 1-1000. and list also its factors. heres my code. [INLINECODE] public class perfect { public static void main(String[]args) { int sum=0; int x=0; for(int num=1;num<1000;num++) { for(int factor=1;factor<num;factor++){ x=num%factor; if(x==0) sum=sum+factor;} if(sum==num){ System.out.print(num); System.out.print("The factors are "); for(int …

Member Avatar for gihariwathsala
0
1K
Member Avatar for rinoa04

How 'bout writing your own wiki site? (one that allows many users to edit the page) An Oracle database could be used to store pages, revisions on pages, and users that edit the wiki. That's a current technology and has some pretty clear concepts to be implemented. :)

Member Avatar for waqasali11657
0
171
Member Avatar for Pras008

[url]http://en.wikipedia.org/wiki/Anti-virus_software[/url] Something more specific you were wondering perhaps?

Member Avatar for shrex
0
92
Member Avatar for ndeniche

[quote=ezzaral]Someone who gives pause to the question deserves to live with the "crap and idiotness" (sic)[/quote] I disagree. Between forums and friends there is plenty of personality and intelligence to interact with. I'd at least consider having fun with the hotter one and enjoying other pursuits (intellectual and social) with …

Member Avatar for ditz
0
1K
Member Avatar for ProgrammersTalk
Member Avatar for no1zson

tonakai is correct. If you are confused about how subclasses act in Java, the vehicle example usually clarifies things: A vehicle in this definition is something that moves or transports people. An automobile is a type of vehicle with wheels. A car is a type of automobile. A truck is …

Member Avatar for abeer mohamed
0
401
Member Avatar for Lakepoint

[url]www.download.com[/url] has plenty of tools to do the job. All you have to do is spend 5 mins to do a search and try some out to find one that suits your needs.

Member Avatar for dreadrocksean
0
1K
Member Avatar for thewizard397

[url]http://www.youtube.com/watch?v=3ff_AXVlo9U[/url] This is pretty cool I guess. I have a video I like better but it's on liveleak.

Member Avatar for zandiago
0
144
Member Avatar for ProgrammersTalk

I target shoot, fish, and run distance when I'm not playing Jedi Knight: Jedi Academy with the clan I help manage or grinding in Runescape (I know... I know..).

Member Avatar for EnderX
0
314
Member Avatar for stevex

Steve, I'm afraid your ideas are only reasonable to you because your mind doesn't allow you to entertain multiple ideas at once (quite clear from your writing, as well as from your proposals). I do not have the time or energy to challenge all your ideas, but I will however …

Member Avatar for Lardmeister
-2
294
Member Avatar for Hosmer23

[url]http://www.newegg.com/Product/Product.aspx?Item=N82E16824009091[/url] That is my monitor and I love it. 19" widescreen.

Member Avatar for computeonline
0
241
Member Avatar for lasher511

Yea it was the same way for my parents until I proved to them that compared to any of the "IT" people on the help desk lines and in shops, I was a live-in god of computers. Of course, proving that took about of year of giving them a list …

Member Avatar for Serunson
0
787
Member Avatar for baltazar

[QUOTE=anamika_nagpur;416037]Agree that a premitive cannot be null. But what if one of the position is actually filled with number zero [0] from a text file (zero also being a number) and should not be replaced with 99?[/QUOTE] Then don't replace it with 99? Think, you're going from 2 states: nothing …

Member Avatar for anamika_nagpur
0
112
Member Avatar for A Day Old Bagel

I would've thought Python would be painfully slow for any real games... I mean, here's an earlier speed test I ran in Java, C, and Python using equivalent calculations for each language: [code]Python Pi Calculator: 10000000 (10m) iterations 11 seconds using floating point math; 8 seconds using integer math; Java …

Member Avatar for wvgoethe
0
136
Member Avatar for EnderX

He claims that his single murder was because he was a hotheaded teenager, but the Death Penalty in the 'States is usually reserved for only premeditated murders. Premeditation isn't an action simply explained away by being hot headed. The courts obviously saw that between the way he killed the woman …

Member Avatar for EnderX
0
128
Member Avatar for The Dude

Impeachment is a power used to indict an official on [I]criminal[/I] charges, not to remove an official from office that society dislikes. I think that after the Clinton impeachment attempt, people began associating this power with society's attitude and society's morals. Expanding power of a branch isn't a crime (it's …

Member Avatar for EnderX
0
416
Member Avatar for Ancient Dragon

Here's an interesting article and strong theory into the problems with the "Red Sea" interpretation of the actual "Sea of Reeds" referenced in the Hebrew of the Bible: [quote=cresresourcei.org]The Yam Suph "Red Sea" or "Sea of Reeds"? Dennis Bratcher There has long been debate about the account of the crossing …

Member Avatar for EnderX
0
336
Member Avatar for TheGathering

I'm using wxDev-C++ to write an auto-clicker program that I'm hoping to release as FOSS one day. I wrote some really neat algorithms that I tested in Java to be implemented my project so it can be used in games and such as that. (It's not school work, just something …

Member Avatar for TheGathering
0
131
Member Avatar for mayur_kulkarni

[QUOTE=jwenting;413914]just build a random project idea generator. There seems to be a big demand for those, given the number of times each week we get this exact question in only slightly different wording.[/QUOTE] Fantastic idea! I will actually build one of those. ^_^

Member Avatar for masijade
0
96
Member Avatar for EnderX

I love this new system. All my rep came from the dev forums so I didn't lose anything with the shift.

Member Avatar for christina>you
0
153
Member Avatar for WebHoster

[QUOTE=joshSCH;413445]oic.. I don't know any1 in the U.S. who owns a zen.[/QUOTE] I have a black micro and 2 of my friends have micros also (in white and silver). My ex-gf has one of the Nomads. I know 2x as many people with Zens than IPoods, probably because the group …

Member Avatar for Serunson
0
567
Member Avatar for jamello

[QUOTE=jwenting;410832]he marries the kid, one way or the other. No buying off your responsibilities. But I've been raised in what these days is apparently a rather oldfashioned way.[/QUOTE] I was too, but considering that she could live off the interest of the bank accounts and never have to work a …

Member Avatar for The Dude
0
290
Member Avatar for no1zson

Just for future reference, you can't give Java a relative reference to a file and expect it to create a file with an absolute reference. "inventory.dat" will be created in the folder that you are running java from (relative reference, relative to the creating location) "C:\inventory.dat" will be created in …

Member Avatar for no1zson
0
142
Member Avatar for ShawnCplus

In our first year of Computer Science (High School) we wrote a few games as end of year projects using XMLs to store information and save info. We loved the flexibility and structure XMLs gave us but ran into problems in maintenance the next year after Java had released 1.5.0 …

Member Avatar for jwenting
0
134
Member Avatar for no1zson

I can't even run that code and see. The code you pasted has all kinds of weird errors. [code]Exception in thread "main" java.lang.UnsatisfiedLinkError: java.awt.Toolkit.init IDs()V at java.awt.Toolkit.initIDs(Native Method) at java.awt.Toolkit.<clinit>(Toolkit.java:1619) at java.awt.Component.<clinit>(Component.java:562) Press any key to continue... [/code]

Member Avatar for no1zson
0
3K
Member Avatar for vinutha1309
Member Avatar for sk8ndestroy14

You are a Social Conservative (35% permissive) and an... Economic Conservative (75% permissive) You are best described as a: Republican (75e/35s) You exhibit a very well-developed sense of Right and Wrong and believe in economic fairness. l Interesting. Not even a year ago I was Libertarian.

Member Avatar for TheGathering
0
1K
Member Avatar for aj.wh.ca

Fortran isn't dead, at least not in the scientific/supercomputing community where it was intended to be used from the beginning. Pascal lost members because it became obsolete with the intro of C++/Java and had no redeeming functionality. C does have redeeming functionality because it is faster than both C++ and …

Member Avatar for jbennet
0
151
Member Avatar for Mariam87

[QUOTE=jwenting;411515] Or maybe find something that you do actually understand?[/QUOTE] I second this.

Member Avatar for jwenting
0
146
Member Avatar for souvik_gh2005

>I am just a student of Final year in Computer Engg..... I dont want anyone to do my work .I juat intended for some guidelines to my approch so that it might not be in awrong way You're in your final year of CE and you can't write a Sudoku …

Member Avatar for peter_budo
0
110
Member Avatar for zandiago

[QUOTE=zandiago;402178]i've got all the numbers as was required an placed then in an inFile. With regards to if/else statements, how could i make the program so that if the number is a duplicate it wont print it out?[/QUOTE] There are easier solutions (more like hacks) if you can use multiple …

Member Avatar for Lerner
0
415
Member Avatar for no1zson

[quote]It tells me getValue cannot be referenced from a static context. I am not sure what that means.[/quote] To answer your question about the static context error, you're trying to access CdwArtist's method .getValue() without ever making a CdwArtist object or declaring the getValue method as static (not recommended). Try …

Member Avatar for no1zson
0
532
Member Avatar for ndeniche

[QUOTE=hamada_1990;410394]and i think i know what it means 'infractions'[/QUOTE] I saw a Ford Mustang this morning: 40th anniversary red with beige racing stripes and painted wheels, all leather, Mach 1000 stereo with sub woofers in the trunk. It was pretty cool. Unfortunately it was my mustang and I'm not selling …

Member Avatar for ndeniche
0
271
Member Avatar for venomlash

What is this?: [url]http://www.fileplanet.com/163654/160000/fileinfo/Star-Wars:-Empire-at-War-Map-Editor[/url]

Member Avatar for Infarction
0
148
Member Avatar for Angel8552

If you have both Vista and XP install disks, you can use something like [url=https://sourceforge.net/projects/grub4dos]GRUB4DOS[/url] to dual boot from two different partitions on your HDD, allowing you to choose which OS you want to use at startup.

Member Avatar for jbennet
0
156
Member Avatar for George2

Google returned: [url]http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Override.html[/url]

Member Avatar for TheGathering
0
102
Member Avatar for missfidz

Me and a friend of mine developed two chat programs as thought experiments into threading when we were first starting out in Java. The first was a console based program that used processor threading to read/write to a text file stored over a shared network drive. It had simple admin …

Member Avatar for Phaelax
0
99
Member Avatar for Firestone

C++ and Java are fairly similar in terms of syntax and concepts. It takes a little time to get to used to the nuances of each, but learning one makes transition to the other vary easy. I would strongly suggest you learn both. C++/Java are both very fast and powerful …

Member Avatar for Rashakil Fol
0
374
Member Avatar for abar_sow

You can use [url=http://www.jcreator.com/ or another]JCreator[/url] or another IDE to generate the applet skeleton with the html page it goes in. That way you know you won't have any errors will building the applet's framework.

Member Avatar for abar_sow
0
176
Member Avatar for venomlash
Member Avatar for jbennet
0
155
Member Avatar for telbat

And you are sure it's not because your power supply is failing/computer overheating?

Member Avatar for telbat
0
79
Member Avatar for hamada_1990

Artists I like: World Music: Deep Forest, Tya, and Orbital Rock: The Darkness, System of a Down Electronica: Moby, Daft Punk, Locust Toybox, Royksopp, Designerthumbs

Member Avatar for christina>you
0
136
Member Avatar for SilentBob3208

McAfee has always been a resource hog. Strip out all the Dell shareware crap running in your processes by unchecking them in msconfig (I'm assuming you can still access this in Vista), as well as the "support" software. [url=http://free.grisoft.com/doc/downloads-products/us/frt/0?prd=aff]AVG[/url] is a fantastic virus scanner and doesn't try to kill your …

Member Avatar for caperjack
0
352
Member Avatar for Hannibal

I always run my machines with all the extra boot processes stripped out of MSConfig. In fact, the only startup program that I let run in MSConfig is the java update scheduler (jusched.exe)

Member Avatar for TheGathering
0
138
Member Avatar for TheGathering

I was talking to a software dev guy that I share an office with and we got to talking about how we both learned the basics of programming on the Texas Instruments version of BASIC they include on their calculators for scripting math functions. I'm 18, and he's probably 30+, …

Member Avatar for jbennet
0
133
Member Avatar for venomlash

[url]http://java.sun.com/docs/books/tutorial/java/concepts/interface.html[/url] That is what an interface is. Usually to use an interface you need to find an implementing class of that interface in the java api and or write your own. For example, to obtain an implementation for the Paint interface, you would use the .getPaint() method in the Graphics2D …

Member Avatar for jwenting
0
99

The End.