-
Replied To a Post in Seeking a partner to create something world changing
hmm, lots of liquers, cider, brandy, out there... Distilled wine is a popular drink in parts of France and Germany, probably elsewhere. -
Replied To a Post in How to sort string values in java
OP claimed to have used a Comparator and not get a sorted output. Most likely they applied the Comparator BEFORE adding the data to the Collection. Using a SortedSet implementation … -
Replied To a Post in Seeking a partner to create something world changing
That expert probably was thinking not of juicing but distilling :) -
Replied To a Post in How to sort string values in java
yes, you can use Collections.sort, but that doesn't get you a List that will retain sort order if you add items to it. -
Replied To a Post in fillPolygon code from Graphics
(Most likely) the actual implementation is inside the JVM and is platform specific. http://openjdk.java.net/groups/2d/ is the implementation project of the openjdk variant of Java2D. -
Replied To a Post in Seeking a partner to create something world changing
given his history he sounds suspiciously like someone who sets up small tech companies to get venture capital, then sucks them dry of funding, closes down, disappears, and starts again … -
Replied To a Post in How to sort string values in java
ArrayList isn't sorted. You need to not just use a Comparator but also a sorted Collection, like TreeSet. -
Replied To a Post in How do I decrypt encrypted passwords in my database.
Try different hashes until you find one that works... Only way really. -
Replied To a Post in Could you share your knowledge about life?
> Rule number 1 - don't let anyone do your thinking for you. including people who state rule number 1... That's the paradox, isn't it :) It's true though. Trust, … -
Replied To a Post in how do we send an email with java codes
Email mail = new Email(); mail.send(); -
Replied To a Post in program
you fail -
Replied To a Post in Is Privacy Important?
you can restrict what laws can be passed and install processes of judicial review to ensure that laws aren't passed that violate human rights. In the case you mention for … -
Replied To a Post in My campervan is not a cyber security risk
There are indeed car systems that can do that, most notoriously the "black boxes" that are being installed in some new cars (and that some jurisdictions and insurance companies want … -
Replied To a Post in How to add primary key in existing table
in Oracle you'd do something like `CREATE UNIQUE INDEX "MYSCHEMA"."MYTABLE_PK" ON "MYSCHEMA"."MYTABLE" ("CATEGORIES", "SEQUENCE") ` Of course you could never use the name "SEQUENCE" for a column in Oracle as … -
Replied To a Post in Guys please help me to solve this program as soon as possible
and why is your school assignment (which should give you no problems at all to solve quickly if you'd paid attention in class) more important than the project I'm working … -
Replied To a Post in My campervan is not a cyber security risk
Even worse for Kaspersky: unless they claim that there is some way for a "hacker" can actually interface with your car electronics and computer. Which, given that cars don't typically … -
Replied To a Post in Final Year Project Topic and Development
managers don't need a site like that to come up with documents full of such terms. I think they learn to write that way in school. -
Replied To a Post in Is there a way to consolidate input in an ArrayList?
it stays in there until either you remove it or the List goes out of scope. That happens whenever the block of code it was declared in goes out of … -
Replied To a Post in Language for messenger
first learn a language that's 20 years newer than VB6, THEN start thinking about network programming... -
Replied To a Post in Final Year Project Topic and Development
still waiting for someone to create that final year project idea generator... You kids are too lazy to even come up with an idea for your own projects, how can … -
Replied To a Post in Is Privacy Important?
> Not sure why in the USA medical records always have to contain ones social security number. no doubt a standard form that's also used for government funded healthcare (medicare, … -
Replied To a Post in Is there a way to consolidate input in an ArrayList?
why not simply make a Customer class and store instances of that in your List? -
Replied To a Post in Please can someone define pneumonoultramicroscopicsilicovolcanoconiosis?
> Woah...thats just strange. Seems like im the only one that didnt know it existed. lol. Thanks guys. I knew such conditions exist, not that there was a tongue breaking … -
Replied To a Post in Is Privacy Important?
> In light of the recent hacking of the very private information of 4 million federal government workers in the US, I have the feeling that these data were not … -
Replied To a Post in Is Privacy Important?
> There's definately going to be mis-use here and there. But that doesn't justify the need for so much privacy. if anything, it does... There's no good reason for wanting … -
Replied To a Post in 2 Questions for Developers/Programmers
spell checkers in IDEs are pretty much useless unless you're creating an application with a user interface that's displayed in American English without specialist words and phrases. And of course … -
Replied To a Post in Is Privacy Important?
> Well, there is a record of all the YouTube videos you ever watched, all the emails you send, all the phone calls you made. Wonder who pays for storage … -
Replied To a Post in health
> This is a sad thread. I wonder what a person who believes that should be done would say if they, or someone they loved, was on the receiving end … -
Replied To a Post in difference between develop android apps using jdeveloper and eclipse
JDeveloper more or less pushes you to use ADF Mobile (or whatever the current name is) which is Oracle's own development platform for mobile devices, which generates executable packages for … -
Replied To a Post in Advice on meeting with a professor
And above all else: be prepared. Do some research, have some questions to ask. Know what you're talking about, don't try to BS your way out of questions you don't … -
Replied To a Post in Getting java.lang.ArrayIndexOutOfBoundsException: -131072
From the fragment of the stack trace you post it looks like something goes wrong either opening or parsing the file. That indicates a problem with the file, most likely … -
Replied To a Post in Batter Operating System...?
you need an operating system now to create batter? And no, linux/unix isn't "best" universally. The user interface for most users sucks for example, making it very bad for most … -
Replied To a Post in What little things annoy you?
> How about "fresh frozen"? It's either fresh or it isn't. That's a correct term. It was frozen when fresh... > How every product these days is labeled "deluxe" or … -
Replied To a Post in Convert any video format to MP4
Well, it's certainly possible to write a program that converts anything to anything else, if you know the data formats and how to map one to the other. But it's … -
Replied To a Post in E-books
well worth it. Sadly missed a few but picked up several titles that look rather interesting already. -
Replied To a Post in health
> If a doctor (or anyone for that matter) kills a person without express consent it is called murder. If it is done with express consent it is called euthanasia. … -
Replied To a Post in Game Programming
Define "very serious". Larger studios will likely have invested in building their own engines over the years or decades and reuse those. Smaller and younger studios don't have that luxury … -
Replied To a Post in Flexible programming language
My guess is he's still having that issue (lack of knowledge of Java) but has since moved on to other things, after "borrowing" enough code from some website or another … -
Replied To a Post in New spam tricks revealed; look a lot like old spam tricks
Pretty much what I see in my mailbox, though I rarely if ever see malware. I do see a LOT of fake "job offers" and phishing scams for bank account … -
Replied To a Post in health
What you call "assisted suicide" is what is usually termed euthenasia when done by medical professionals. And it's not just actively injecting a lethal substance into a patient, it may … -
Replied To a Post in Flexible programming language
His problems stem solely from a lack of understanding and knowledge of his chosen platform, not from a lack of capabilities in that platform to do what he wants to … -
Replied To a Post in health
Shouldn't everyone have the right to decide on their own death? Banning doctors from helping patients who no longer wish to live, or worse forcing those doctors to prevent their … -
Replied To a Post in Words and phrases I wish people would stop using.
> Believe it or not, I actually know someone who actually says "lol" when she hears something funny. She doesn't smile, just says "lol" ... > Not sure she ever … -
Replied To a Post in Words and phrases I wish people would stop using.
"there should be a law against it"... There should IMO be far fewer laws and far fewer restrictions on what people can and cannot do, not far more... -
Replied To a Post in BOOK
Amazon is your friend... If you have a credit card of course. If not, try your local bookstore, they are likely happy to order it for you if you pay … -
Replied To a Post in Home work
you were given this assignment 6 years ago and you still have nothing more than the text of the assignment itself? -
Replied To a Post in 2D arraylist element replacing with conditions
Why do things that complex? Far simpler to define a class to contain the data pairs and create a List of that class. Create a proper equals and hashCode method … -
Replied To a Post in deprecation error
just a guess, he's using Swing which uses Vector everywhere, and Vector is deprecated. -
Replied To a Post in deprecation error
First: it's not an error, it's a warning. Second: no, we can't help you as you don't even tell us what statement in your code causes the warning. If we'd … -
Replied To a Post in Reasons You Get Down-Voted
people who can't stand the truth tend to downvote those who tell them the truth...
The End.