5,727 Posted Topics

Member Avatar for server_crash

The French Franc was replaced by the French Mark, which is officially known as the "Euro". Francs are no longer accepted tender anywhere in the world (except maybe on some of the French colonies in the Pacific, but I know those in the Caribbean have switched to the Euro). Some …

Member Avatar for vegaseat
0
220
Member Avatar for onauc

Depending on your experience with a language you can often make things look harder or easier than needed. How would the uninitiated determine whether a language is "easier" than another? By looking at some sourcecode? If so everyone would use Cobol or Basic as those have very simple structure and …

Member Avatar for aimsoft
0
243
Member Avatar for onauc

Not to forget C, Assembler, Python, Cobol, Fortran, Ada, VB (shudder), Delphi :) Has anyone ever counted all languages? O'Reilly has a poster of 50 influential ones at [url]http://www.oreilly.com/news/languageposter_0504.html[/url] which claims that there are over 2500 in total. That poster is over half a year old, there's bound to be …

Member Avatar for PHANEENDAR06
0
149
Member Avatar for Cup of Squirrel

You need FTP server software. There's several of them available, check Tucows for example. Yes, there's some risk involved. If you're not careful people will start to use your harddisk to store illegal content (child porn, pirated software, etc. etc.) that they don't want on their own machines. So you'd …

Member Avatar for zewdenesh
0
153
Member Avatar for java_programmer
Member Avatar for Nikkie80

and what do you think to achieve with those questions? What possible use could you have of the answers (especially as you have no way to verify them)?

Member Avatar for jerryvn01
0
171
Member Avatar for m-soft

That's because the XML is corrupt. If you want html tags contained inside an XML tag's content you should turn that entire content into a CDATA section.

Member Avatar for Sandeep1003
-1
410
Member Avatar for Ghost

You can get the mouse coordinates of the mouse. That will give you the location on screen. From that you could get the Component the mouse is over. From that you can retrieve a Graphics object which can draw that component. From that you can retrieve an offset Graphics object …

Member Avatar for volvo14
0
1K
Member Avatar for khonjia2001

1. What is your title? Master troll hunter 2. What are your responsibilities? Annoying forum trolls 3. What kinds of skills do you need to perform your job? A thick skin and a sharp tongue 4. Describe what you do during a typical day. Read forums and annoy the trolls …

Member Avatar for jerryvn01
0
165
Member Avatar for noora000
Member Avatar for shahin_198

and you could ask more specific questions, and make sure they're not questions that are easily answered by reading the tutorial resources linked on top of the forum.

Member Avatar for peter_budo
0
139
Member Avatar for jk_bscomp

[QUOTE=stultuske;366673]NetBeans ([url]http://www.netbeans.org[/url]) is supposed to run on several OS, have you tried that?[/QUOTE] which is explicitly NOT what he was asking for. I'll not remove this as spam (though it could be considered such) unless you try the same again.

Member Avatar for stephen84s
0
266
Member Avatar for hidash_in

sigh. Another kiddo that can't read and wants to do things in JSP that it should not. And rude too, a lazy homework kiddo.

Member Avatar for masijade
-1
641
Member Avatar for wonderland

and now to hope the original hasn't been archived somewhere and picked up by search engine "history" functions ;)

Member Avatar for nateuni
0
341
Member Avatar for Duki

There's a pretty even mix of men and women in the company where I work. About 25 men in technical roles and management, and about 25 women in sales, customer support, human resources, and finance...

Member Avatar for dream party
0
348
Member Avatar for Dokka
Member Avatar for Aia

please correct at least the spelling of his name :( Yes, he will indeed be missed.

Member Avatar for sureronald
9
625
Member Avatar for airsoft

no, I can't recommend that book. Mind I've not read it, but any book with a title like that leaves me highly suspicious as to its content.

Member Avatar for n.cramp
0
213
Member Avatar for anuj_sharma
Member Avatar for kumar pushkar
0
113
Member Avatar for bert2020

Says it all really, it can't find the class. What part of "No Classdef(inition) Found Error" don't you understand?

Member Avatar for satija_tarun
0
254
Member Avatar for md16185

My motto (and yes, I am paranoid): just because you're paranoid doesn't mean they're not after you.

Member Avatar for Oamaok
0
636
Member Avatar for clhamon

[QUOTE]Why would a company even offer that position to a person with a Bachelor's Degree in the field is mind boggling to me.[/QUOTE] inflation of job requirements is nothing new. And bachelor's are now for some reason required for the most mundane of jobs. I've seen job openings call for …

Member Avatar for newtown
0
152
Member Avatar for GameGuy

[QUOTE=mozly;1214776]step1: pick up a book called beginner programming for dummies step2: pick up a book called game programming step3: practice making small programs and build up step4: make a masterpiece alternatively: watch how to videos on the internet[/QUOTE] 1) very bad 2) bad 3) good 4) not for a LONG …

Member Avatar for 0x69
0
212
Member Avatar for JoBe

apart from renaming the function "median" to "average" to better reflect its function? And of course renaming the local variable "average" to something like "sum" to reflect its function. What's the reason for returning the stream from your "vec" function when you then discard the darn thing?

Member Avatar for NP-complete
0
271
Member Avatar for Rajnesh

Not quite sure what it's doing, but looks to me like the he's trying to receive something by pushing a button. Anything sent over the network at any time except that it's available to the client just when the button is pushed is simply thrown away (or that's what it …

Member Avatar for anthonydonx
0
260
Member Avatar for Famous16

I'd advise to never write it in the first place. Use a tool that generates binaries using some fancy GUI tool without ever going through source code at all.

Member Avatar for PatrixCR
-1
70
Member Avatar for amirsanaii
Re: Ruby

No, we're not going to give you access to pirated ebooks and illegal scans of printed books. Most publishers sell ebooks these days, so do online bookstores like Amazon. Buy a few there.

Member Avatar for b1izzard
-1
88
Member Avatar for rajec3

Netbeans is crap as an IDE, and even worse as a learning device. You'll end up learning the tool, where all the buttons and wizards are, rather than the language. Anyone can click and drag something together that looks halfway decent, but that doesn't make them programmers.

Member Avatar for stultuske
0
173
Member Avatar for c_shaft05

have you made sure you're running a 64 bit version on 64 bit Windows (if relevant)? Might make a difference. I've not heard of performance problems of Java applications running on W7 from colleagues using the OS (and we're a Java heavy development shop) so it's unlikely to be something …

Member Avatar for c_shaft05
0
2K
Member Avatar for Chichiro

I've no problem with them "teaching" their pupils like they do. Reduces the overall competence level of the Indian bodyshop/outsourcing company which is good for my job security :)

Member Avatar for vaultdweller123
0
547
Member Avatar for j1979c

yes, using getResource or better yet getResourceAsStream is the way to extract resources from a jarfile. Make sure that those resources are contained in the jarfile as part of the classpath or you'll get an error indicating that the resource doesn't exist. That means that during compilation (and jarring) the …

Member Avatar for peter_budo
0
2K
Member Avatar for weeds

and don't expect us to do your research for you. If you're indeed a university student about to start work on his thesis you should by now be fully capable of doing original research. A bit of library study and using some search engines would be child's play in comparison. …

Member Avatar for weeds
-3
132
Member Avatar for fakespike
Member Avatar for justbboying
Member Avatar for Squires

[quote] Java is actually quicker than C++, since libraries are determined before its compiled. So once compiled, the library is carried with the program, unlike C, which has to determine after [/quote] almost correct. The real reason is that the bytecode compiler can create optimised code for every specific platform …

Member Avatar for surojit das
1
277
Member Avatar for roswell67
Member Avatar for gandalf123
0
141
Member Avatar for mikki2

args.length is the length of the array of commandline arguments. If you don't pass any arguments that length will be 0 ;)

Member Avatar for masijade
0
10K
Member Avatar for ! !

I wouldn't buy an iPod, so why buy one that's also a cellphone? And I'd not allow my kids to buy cellphones either, kids don't need them. There's only a small percentage of people who NEED cellphones, rather than thinking they need them or wanting them as some sort of …

Member Avatar for printing.host
0
182
Member Avatar for adobe71
Member Avatar for outpost

said someone 18 months later, with the person originally asking the question long gone and never been back...

Member Avatar for LarryBrown
0
167
Member Avatar for lich

how about doing your own research rather than sitting there waiting for others to do it for you? It's your homework, not ours.

Member Avatar for venkat arun
-1
301
Member Avatar for sol42020

from the manufacturer website you can no doubt purchase Maya. If Maya 4 no longer is sold, the manufacturer of that editor plugin will have made a version for a current version of Maya. We're not going to help you to pirated software.

Member Avatar for manojtnj
0
336
Member Avatar for Gargen

Python looks like fun. Got some books on it and can read it pretty well, didn't spend much time on it so far (too busy with Java).

Member Avatar for Orion2k
0
528
Member Avatar for yasaswyg

good, it should give that error. You've just proven that your compiler works. It can't find the class because the class isn't in the same package and you failed to import it. You stupidly didn't put the class in a package so it's of course quite impossible to import it, …

Member Avatar for yasaswyg
0
1K
Member Avatar for poisson

if you have some logic to "prevent those letters not used up to be seen" it's not random at all. If it were random it wouldn't matter whether a letter had already been used or not. Easiest is to just use the Random class to draw new values, and convert …

Member Avatar for igonzales
0
118
Member Avatar for dhauez
Member Avatar for sneekula

yup, same in Belgium, France, and probably other countries. btw, memorial day here is 04 May :)

Member Avatar for Biker920
0
86
Member Avatar for Narue

[QUOTE=cscgal;1226419]*super sigh*[/QUOTE] Even more sigh, the "decrease size" and "increase size" buttons are rather weird. Usually an up-arrow means "increase", not "decrease" :confused:

Member Avatar for ~s.o.s~
2
856
Member Avatar for jcorcoran
Member Avatar for Felikim

and to always use the system properties to retrieve operating system specific things like that if you have to.

Member Avatar for tmanohar
0
337

The End.