-
Replied To a Post in Things I hate about TV shows
> Wouldn't it just be easier to say "gun shot"? Even "gun shot wound" is easier to say than "GSW" "a single bullet to the chest" sounds far more like … -
Replied To a Post in Reputation Points
And most regulars don't care about rep points anyway. -
Replied To a Post in Swing package in java
no, we're not going to help you to pirated books and other stolen property. -
Replied To a Post in Weather Structure program
do you really think he's still loitering here, just waiting for someone to come in and ask him to do their homework for them? I seriously doubt it. -
Gave Reputation to lalcode in Weather Structure program
Yes please answer as to what you did as I am working on the same problem. -
Replied To a Post in I NEED HELP WRITING CODE
* Get piece of paper * Get pencil * Get cup of coffee * Start writing with one hand while sipping coffee with the other there you go -
Gave Reputation to Swap_1 in question about compiling
i dont know who you are but i want to thank you very much vidaj thanx again i was try to create java compiler emulator using java i was stuck … -
Replied To a Post in Swing package in java
books about core concepts are ok. Swing isn't changing much, and hasn't changed much in years, so a book is good. The main problem with books is books about The … -
Replied To a Post in Idea for website?
A big part of making websites is creativity. You're showing that you're not creative, not a good start... Anyone can learn to hack some html together. It's the rest, which … -
Replied To a Post in How to assign the result of a query to a string
another problem is that the bridge driver has been removed in Java 8 and has been seriously buggy and unsupported for at least a decade in older versions. Use a … -
Replied To a Post in Need advice and help for my final year project(CS STUDENT)
And of course you'll need criteria to determine what is "best"... By now you should know that you are not to just dive in and start hacking some code together, … -
Replied To a Post in Music Housie
don't even have to remember who won, just that someone has won at which point the game resets (or just stops). -
Replied To a Post in Arable area per human?
> Prime arable land. 2 crops/year. Jungle-like (selfmade) tools and animals. IOW subsistance farming, slash and burn farming techniques. The least effective at all, and a prime cause for destruction … -
Replied To a Post in Random Facts
Stalin of course did have a slight advantage over Hitler in that he had 30 years to do his dirty work, Hitler only had about 13... I seriously doubt whether … -
Replied To a Post in Music Housie
learn English so you can describe your problem in such a way that people can understand it... And learn programming so you can implement your solution and show people what … -
Replied To a Post in question
If you've tried, show what you tried and where you failed. If you've not tried, try. -
Replied To a Post in How to create calculator in c++
And learn some math. You're not going to be able to create a working calculator if you can't do the math you're supposed to have it do for you... -
Replied To a Post in Making a hexagonal map in Java
Google works, any failure of it to provide you with information can be traced back to user error. -
Replied To a Post in Help me Subject java (Input month name output number of days)
make a database, containing the information you need. Then use the user input to query that database and get the data you need to return. Or just keep a list … -
Replied To a Post in Arable area per human?
it's not cultural rejection, it's political rejection. It stems from the same reason as the call for "population control", the wish to massively reduce the population of the planet. And … -
Replied To a Post in Win 8 or win 7
Once you get comfortable with the different user interface (which cost me a few hours at most), there's very little difference for all sense and purpose. -
Replied To a Post in Arable area per human?
It's impossible to answer that question without knowing the level of technology available to those people as well as a lot of other things. A nomadic hunter-gatherer society needs a … -
Gave Reputation to Niteshkmr049 in SQL Query Problem
select array_agg(deptno||' '),array_agg(epname||' ') from emply where epid < 10 this will work in a single row -
Gave Reputation to Niteshkmr049 in SQL Query Problem
sorry your answer is select departmentno,count(empname) as employee from emply group by departmentno; ok it will work very well thanks Nitesh Srivastva 9718313245 -
Gave Reputation to Niteshkmr049 in SQL Query Problem
hello i think this is to simple you write this code tablename emply columnname epname,deptno,age,sex code select distinct(deptno),epname from emply; -
Replied To a Post in Dot product between plane and vector
The page says exactly what it is... Which translates into human readable text as: the dot product gives the distance between points in space. In this case that's the distance … -
Replied To a Post in Technology that will change and affect your career
What we are going to see, and soon, is far more control over the internet by governments, far more restrictions on what you can do there, with eventually entire countries … -
Replied To a Post in Technology that will change and affect your career
> Corporatization/monopolization of the internet -> this has already started but I expect in 5 years most uses of the internet will be dominated by a single company, and there … -
Replied To a Post in Need help please
uh, you have to learn to think for yourself at some point... -
Replied To a Post in images in workspace
and that means not putting c:\images\myimage.png as the image location in the html you generate. -
Replied To a Post in 2d sheet optimization program in Java
Such software exists. Just use your favourite search engine to find suppliers, contact them for demos, select the one that best matches your needs, and purchase licenses. -
Replied To a Post in java.util.set
And with a List it'd do the same, as it creates the Collection based on the result of a database query. Instead of trying to force something the wrong way, … -
Replied To a Post in create a program
(40+20+20+20)/4 = 25. Which is probably your end score (and that's generous) if you can't even do this yourself. -
Replied To a Post in Formatting font style in c ++
no, C++ knows nothing about fonts. Specific user interface APIs probably will. See their documentation. -
Replied To a Post in java.util.set
impossible to say, but sure does change the game... And yes, you can't force Hibernate to use a specific implementation class. And usually what you're getting back from a query … -
Replied To a Post in How print following structure in java
hmm, sending unrepentent homework kiddos on tracks that leads them to failure is exactly what we should do. Might teach them a lesson... -
Replied To a Post in java String contains jstl tag
doesn't matter, he's pushing raw, uncompiled, unexecuted, JSTL code to the browser, which will never yield working HTML, let alone what he expects it will yield. -
Replied To a Post in Virtual Methods In JAVA
Or better yet get yourself an introductory text on C++ and do your own research. -
Replied To a Post in how can i create my own library
there was no shared library folder 30 years ago when TC was created and maintained... -
Replied To a Post in Need help
http://www.google.com -
Replied To a Post in How print following structure in java
it's your homework, you're obviously too lazy to even look at some of the millions of examples implementing it strewn around the internet so why should we bother even trying … -
Replied To a Post in java.util.set
no, #1 IS correct. If you want to guarantee insertion order is maintained, use a List, not a Set. While some Sets may be implemented to maintain insertion order, that's … -
Replied To a Post in Virtual Methods In JAVA
we're not here to do your homework for you, and this is clearly just your homework assignment that you're dumping here. Show what you've done, give us your ideas, and … -
Replied To a Post in java String contains jstl tag
JSTL code is executed on the server, not the client. So having a servlet send it to the client isn't going to work. -
Replied To a Post in Data cannot be retrieved from a Resultset
which shows your utter lack of understanding of Java. Your problem is your insistence on using the age old bridge driver which was never intended for being more than a … -
Replied To a Post in Do you think I have an obsession or a passion with tech and software?
welcome to Geeks Anonymous. Now insert peg A into slot B, take the presented punch card to the reader over in section 101a, and present it for your official membership … -
Replied To a Post in [question] Operator overload
operator overloading is not just dangerous in the hands of inexperienced programmers. In fact in my experience it's most dangerous in the hands of experienced programmers who're overconfident and too … -
Replied To a Post in Graffiti lights
looks more like some "work of art" in lights that has fallen victim to grafitti... -
Replied To a Post in Help with grade calculation program
or better yet, admit to your teacher that you spent the entire semester sleeping rather than paying attention in class, and that all your homework assignments you copied the solution … -
Replied To a Post in Help with application for Thesis on External Computer Devices
It's your thesis, so it should be your research...
The End.