-
Replied To a Post in not accurate
floating point == rounding errors... -
Replied To a Post in Detecting software Faults in a java program
and how are you going to "detect it is faultless" anyway? Do you have perfect understanding of what it's supposed to do under any and all conditions, expected or otherwise? … -
Replied To a Post in I need ideas for my final year project
OK, now go ahead and use what you've been taught. -
Gave Reputation to NoR_1 in I need ideas for my final year project
hello, i'm business computer student and i needs your help to help me to give some ideas about what kind of system that should i develop. Please help me =) -
Replied To a Post in Programming computer security
You are asking if just writing software can open your computer to external malware? No, it doesn't. Of course if you write software that goes out and downloads and runs … -
Replied To a Post in Voting online
no different really than have your black panther buddies parade with truncheons in front of polling stations in districts known to be overwhelmingly in favour of your opponent and telling … -
Replied To a Post in Laws that can be considered as dumb laws
> It is considered an offense to have more than two colors of paint on your house. (Beaconsfield ) Good thing the city I live doesn't have that law. As … -
Replied To a Post in Bad Grammar
> They're all irregular too. Neil Diamond grates on me period. when I first read that I read 'Neil Diamond grates on my period" for some reason. Now for something … -
Replied To a Post in Detecting software Faults in a java program
And even if you make something that contains no flaws of its own, it's going to be compiled by a compiler that might have flaws, run on a runtime that … -
Gave Reputation to javalearner1 in polynomials
I wrote this code for mutipicate two polynomials but I want change it as it can get two polynomials and then multicipate them for example: input: 5x -2x^2 +x -1 … -
Replied To a Post in Good motherboard for new gaming setup?
without giving reasons why "they are the best" that's an utterly useless statement. No surprise then that's it's wrong as well. They maybe be "best" for some purposes but certainly … -
Replied To a Post in How long it will take, to degrade worth of 2TB RAM to now 2GB RAM
Today's prices for one representative type of modern RAM in a normal price store (so no stunt prices): 4GB 41 Euro 8GB 78 Euro 12GB 135 Euro 16GB 179 Euro … -
Replied To a Post in Ascend/Descend
you're both wrong in that you both attempt to give the kid a complete working solution to his homework assignment. That's against site policies and for very good reasons. -
Replied To a Post in Voting online
let's try to keep the partisan mudslinging out of this? Election fraud is of all times and all parties, all you end up doing is have shouting matches about "who … -
Gave Reputation to Reverend Jim in Voting online
>We have enough voter fraud in the USA with the various paper systems, electronic systems just make it easier to skew elections. In spite of the claims from Republicans of … -
Replied To a Post in Voting online
> Maybe we need the purple ink used in Iraq? it sure helps prevent people voting multiple times, not counting absentee voting of course, but won't prevent election fraud by … -
Replied To a Post in Voting online
> I think electronic voting has been proven to be even less reliable then paper voting either because of bugs in the electronic software or hackers. It wouldn't be difficult … -
Replied To a Post in Ascend/Descend
yes, you can do that but it takes up a lot of extra memory and CPU cycles as supposed to simply looping through the already existed and sorted array in … -
Replied To a Post in Trying to save to SQL database
and why would he need mySQL drivers anyway? Where does it say he's using mySQL? -
Gave Reputation to syasya in Java Homeowork (Due 11/3/2014)?
Hi , I am totally new to Java . I need someone to provide this question with code answer so that I can learn from your code . Thank you. … -
Replied To a Post in Config file to web interface and vice versa
file looks rather simple as config files come. And as you say the system is open source, you have access to the original parser to see how to parse it … -
Replied To a Post in .net or java?
without saying why, that doesn't really help anything... -
Replied To a Post in Learning Issue with Programming Languages
There are books out there that are utter rubbish, mostly books written by people with a "name" in one field about another and using that "name" to give the work … -
Replied To a Post in .net or java?
Struts? Never used it in the over 15 years I've used Java professionally and no interest in starting. Hibernate? .NET has similar functionality built in so you're going to need … -
Replied To a Post in Is the TAB going to replace the laptop ?
> For example, a friend of mine used to have an internship job where his job was to go around an entire power-plant and note down every temperature / pressure … -
Replied To a Post in How to stop the deluge of spam mails?
once in a while some new form of spam makes it into the inbox, maybe one every other week or so. There's false positives though, mostly overzealous spam filters flagging … -
Replied To a Post in Is the TAB going to replace the laptop ?
I need a keyboard, and an on-screen one that would sit vertical when I have the screen in a comfortable position would be useless, even if it were comfortable to … -
Replied To a Post in Java Application
> Its not homework, its a sample problem. it's still homework, just self imposed homework... Same logic applies, if you wait for others to do it for you you won't … -
Replied To a Post in Trying to save to SQL database
it's telling you to add the driver to your classpath. That's wrong with it and that's how to fix it... -
Replied To a Post in Version Control
https://github.com/ Home of git. Bottom of the page leads to: https://enterprise.github.com/pricing prices starting at $5000 per year. -
Replied To a Post in assertequals problem
hmm, sounds like he has a method that paints a Swing component. Not something you are going to automagically test with JUnit. -
Replied To a Post in eclipse taking too long to open
get a faster computer. -
Replied To a Post in Version Control
Git you have to pay to be allowed to host your own server. It's right there on their website... -
Gave Reputation to Amir_7 in QBASIC: Invalid directory.
can i get a better answer to open the .pif file i.e. qbasic -
Replied To a Post in xml work
and show some initiative to do your own research... -
Replied To a Post in run jar
hmm, simplest way to launch a Java program from another Java program is to load the classes onto the active classpath, load the main class into a classloader, and then … -
Replied To a Post in Convertion
And there's a big part of your problem. You're using a 30 year old compiler, no doubt older than you are yourself, and expect it to work properly with new … -
Replied To a Post in Why won't my code compile? Please help
hmm, most likely that's the size of his entire project which includes the precompiled assemblies for half of .NET. -
Replied To a Post in How do I create a pair of longitude and latitudes to show a 2 mile radius o
hmm, "no one has posted the code" followed directly with "I expect no one to do my work for me". That's contradicting yourself... -
Replied To a Post in Confused Java Learner
hmm, a Smart is a Mercedes, technically (they own the brand...), not a BMW. Now a Mini, that is a BMW :) OP, there are a ton of introductory tutorials … -
Replied To a Post in Calling method within another class (within another java file)
well... > call a method within AQAReadTextFile2013.java, sounds very suspicious, even more as he doesn't even list such a file among what he claims to have available. -
Replied To a Post in Version Control
@NardCake I'm fully aware of what version control is, thank you very much. I've been doing it for 20 years now, longer than many of the visitors to this site … -
Replied To a Post in Learning Issue with Programming Languages
formal training is always good, much better than just diving in with no guidance and muddling along. As to this specific situation, learning your database first is probably better than … -
Replied To a Post in Things I hate about TV shows
only reason I slow down near accidents (if there's no traffic jam forcing me) is so I don't get hit by people running around without looking at traffic (including any … -
Replied To a Post in Calling method within another class (within another java file)
my guess: he has 4 source files and expects that he can just call methods in those without compiling them. Another guess: he has loose methods in those source files … -
Replied To a Post in How do I create a pair of longitude and latitudes to show a 2 mile radius o
Actually, mathematically a circle is defined by its center and radius so that's all you need to know to store the data. I wouldn't be at all surprised if the … -
Replied To a Post in Version Control
I have in the past hosted my own CVS and SVN servers, those work nicely for me. When and if I once again have need of a version control system … -
Replied To a Post in To display retrieved image from oracle database using java
and let's hope that the streaming of the image into the blob left it in a state where calling getBytes() on it would leave you with data that createImage() can … -
Replied To a Post in Version Control
main problem I have with git is the same problem I have with anything "cloud" and that's that your data is out there out of your control, with only the … -
Replied To a Post in Things I hate about TV shows
> Let's see, we need a villain, a bitch, a lazy black guy and an entitled black woman (note the pandering to stereotypes that help to reinforce racism), a nerd …
The End.