• Member Avatar for jwenting
    jwenting

    Replied To a Post in separating a word into syllables

    then why do you post your own thread with exactly the same question?
  • Member Avatar for jwenting
    jwenting

    Replied To a Post in SPLITTING WORDS INTO SYLLABLES

    duplicate of https://www.daniweb.com/software-development/java/threads/485453/separating-a-word-into-syllables
  • Member Avatar for jwenting
    jwenting

    Replied To a Post in separating a word into syllables

    First come up with an algorithm, and I seriously doubt you're going to do that. In fact I seriously doubt there exists an algorithm that can do it, and even …
  • Member Avatar for jwenting
    jwenting

    Replied To a Post in Science

    and make sure there are severe consequences for not paying attention in class, and for not doing your homework. IOW make it next to impossible to get a passing grade …
  • Member Avatar for jwenting
    jwenting

    Replied To a Post in Subconsciously influencing via photo-tweaking

    the correct answer then would be "no, the data is incomplete"
  • Member Avatar for jwenting
    jwenting

    Replied To a Post in Subconsciously influencing via photo-tweaking

    that's because in the matter of statistics the numbers invariably lie and often are so open for interpretation that there's no one correct answer... To take safety with or without …
  • Member Avatar for jwenting
    jwenting

    Replied To a Post in Things I hate about TV shows

    > totally boring and like questioning the patience of a common man rather many deny the sanity and intellect of a common man... I really only watch Discovery and NGC …
  • Member Avatar for jwenting
    jwenting

    Replied To a Post in Things I hate about TV shows

    indeed. Of course it pays less than being a TV personality so from their perspective they're right...
  • Member Avatar for jwenting
    jwenting

    Replied To a Post in Percentage of loss

    the entire question makes no sense at all... "he sells at a 10% loss on the sales price", and then goes on to ask "what is the percentage loss on …
  • Member Avatar for jwenting
    jwenting

    Replied To a Post in Things I hate about TV shows

    and another one about cop shows: notice how they always find one and only one fingerprint, and it's always a perfect match with the bad guy? Reality of course there'd …
  • Member Avatar for jwenting
    jwenting

    Replied To a Post in Project in my finals

    and don't use turbo c, it's a 30 year old dinosaur. Or are you still using a 286 running DOS 3 or 4?
  • Member Avatar for jwenting
    jwenting

    Replied To a Post in Convert decimal number to Hexacedimal

    The computer stores that integer as a series of bits and bytes, iow in base 2. It's only for our own convenience as humans who're used to thinking in base …
  • Member Avatar for jwenting
    jwenting

    Replied To a Post in C++ pseudocode

    that's not pseudocode at all, that's poorly written C++.
  • Member Avatar for jwenting
    jwenting

    Replied To a Post in Calculate current grade in class

    and oh, if she can't do it in Java, she can't do it in C either. The solutions would be pretty much identical.
  • Member Avatar for jwenting
    jwenting

    Replied To a Post in What should I learn oracle 10g or 11g ?Is oracle 10g outdated now?

    Oracle 12c is the current production release. 11g is still in widespread use. 10g is being phased out by most customers, though there's still a lot of legacy installations out …
  • Member Avatar for jwenting
    jwenting

    Replied To a Post in danijsptutorial

    And of course you should not get tunnelvision and think that you're a programmer because you know a specific IDE. When you get a different job, you're quite likely going …
  • Member Avatar for jwenting
    jwenting

    Replied To a Post in Calculate current grade in class

    you don't need help, you need a spanking. If you'd paid attention in class you'd have known how to do this... It's simple math, compared with simple programming. Nothing at …
  • Member Avatar for jwenting
    jwenting

    Replied To a Post in Computer Science Final Year Project Ideas

    > A Final Year Project generator... something that can search Google for unanswered questions and then generate a suggestion list of projects That's my standard answer when homework kiddos demand …
  • Member Avatar for jwenting
    jwenting

    Replied To a Post in Percentage of loss

    so now we're getting even math homework assignments pasted here verbatim, not just programming assignments any longer?
  • Member Avatar for jwenting
    jwenting

    Replied To a Post in Things I hate about TV shows

    I massively enjoyed Police Squad. Love shows where they so clearly have fun poking fun at themselves and everything silly in TV land...
  • Member Avatar for jwenting
    jwenting

    Replied To a Post in Voodoo Chile

    now why did I read that as "voodoo chili" and my mouth started watering :)
  • Member Avatar for jwenting
    jwenting

    Replied To a Post in i just want to know what are they asking ?????

    All but the first and last lines are irrelevant to the question, actually. Apart from some implementation details the question has a universal answer that's applicable to all systems.
  • Member Avatar for jwenting
    jwenting

    Replied To a Post in autonomous driving car simulation

    state machine, collision detection/avoidance algorithms, simple pathfinding algorithm. Don't think you need much more (but you'll have your hands full on those).
  • Member Avatar for jwenting
    jwenting

    Replied To a Post in Java

    does it work? Does it do what you want it to do? If not, fix it so it does do what it's supposed to do.
  • Member Avatar for jwenting
    jwenting

    Replied To a Post in Is it possible to copy browser address from address bar into my application

    the only way to get that information is by installing a keylogger on the victim's computer. And we're NOT going to help you spy on people.
  • Member Avatar for jwenting
    jwenting

    Replied To a Post in Freelance vs employee designer

    @Hericles there's little practical difference between the two. Freelancers tend to do contract work, same stuff as people working for contracting firms and placed with a customer but with the …
  • Member Avatar for jwenting
    jwenting

    Gave Reputation to paul.anthony.18847 in PRG 420 Individual Assignment - I need help 2

    I need a the code for week two assignment .. Can someone help ..!!?? It's considering the person has a fixed salary and commission as sales incentive and so on …
  • Member Avatar for jwenting
    jwenting

    Replied To a Post in Freelance vs employee designer

    hmm, most freelancers I've come across sit in an office in some customer's building 10+ hours a day, working harder than anyone else, for less pay than the employees, billing …
  • Member Avatar for jwenting
    jwenting

    Replied To a Post in WHY ISN'T THIS PROGRAM WORKING CORRECTLY?

    ok, and what is it supposed to do? We're not going to do your thinking for you, remember.
  • Member Avatar for jwenting
    jwenting

    Replied To a Post in ocr

    open google, find local library, ask about books on ocr, read books, win?
  • Member Avatar for jwenting
    jwenting

    Gave Reputation to Gisele in Analalyzing

    Write a program that prompts the capacity, in gallons, of an automobile fuel tank and the miles per gallon the automobile can be driven. The program outputs the number of …
  • Member Avatar for jwenting
    jwenting

    Replied To a Post in -Xlint:unchecked

    and the basics include learning how to read and interpret messages from the compiler.
  • Member Avatar for jwenting
    jwenting

    Replied To a Post in Is privacy over?

    but only if the doughnut place has free delivery...
  • Member Avatar for jwenting
    jwenting

    Replied To a Post in WHY ISN'T THIS PROGRAM WORKING CORRECTLY?

    what does it do? what do you expect it to do? why do you expect it to do that? what have you tried to find out why it's not doing …
  • Member Avatar for jwenting
    jwenting

    Replied To a Post in Online Compiler in Java

    yes, he's got no clue what he's trying to do. He's just taken a bunch of buzzwords, strung them together, and now expects us to magically make it all work …
  • Member Avatar for jwenting
    jwenting

    Replied To a Post in java program

    shouldn't take you more than 10 minutes or so. In fact signing up for an account here, dumping your assignment, and twiddling your thumbs waiting for someone to do it …
  • Member Avatar for jwenting
    jwenting

    Replied To a Post in Online Compiler in Java

    So you've taken a whole bunch of buzzwords and just strung them together without knowing what they mean, and now want us to tell you what you've thought up? Good …
  • Member Avatar for jwenting
    jwenting

    Replied To a Post in Is privacy over?

    > You assume that all of the cops just sit at the station waiting for calls. That is not the case. They each have areas that are regularly patrolled. > …
  • Member Avatar for jwenting
    jwenting

    Replied To a Post in how to start with jsp

    > head first servlets and jsp. hmm, is that book still relevant? Thought it'd be rather out of date by now, what with JSP fragments, JSF, etc. etc.
  • Member Avatar for jwenting
    jwenting

    Gave Reputation to Ahmad_Khalaf in Embedding text into image in C program

    You can do this by changing some pixel values and put the binary values of your text. If this is spread on your image, it will not affect the image …
  • Member Avatar for jwenting
    jwenting

    Gave Reputation to neha1511 in Embedding text into image in C program

    Friends, I want to know how to write a C program to embed text or data into the image, and also how to display this image as output. Can anyone …
  • Member Avatar for jwenting
    jwenting

    Replied To a Post in Eclipse IDE

    There can be a good reason to use an older version, and that's that everyone else on your team uses that specific version. Project files often aren't compatible between versions, …
  • Member Avatar for jwenting
    jwenting

    Replied To a Post in Rational number

    good luck
  • Member Avatar for jwenting
    jwenting

    Replied To a Post in xml file in c++

    what to put there? There you put code to analyse the line and do something with whatever you find there.
  • Member Avatar for jwenting
    jwenting

    Replied To a Post in Creating a html doc using an xml file during runtime

    Take a look at XSLT, that's exactly what it's designed for. There should be a C++ library for it, for example http://xalan.apache.org/xalan-c/ (though it's older) and some C++ systems no …
  • Member Avatar for jwenting
    jwenting

    Replied To a Post in Assignment

    if he's like all other homework kiddos he is now waiting for someone to give him a document with a fully worked out solution where he just has to put …
  • Member Avatar for jwenting
    jwenting

    Replied To a Post in Assignment

    flowchart? Didn't we replace those with interaction diagrams and things like that 20 years ago?
  • Member Avatar for jwenting
    jwenting

    Replied To a Post in Guidance for career change from PHP to Java and to Websphere

    sorry, we've no need for another janitor right now.
  • Member Avatar for jwenting
    jwenting

    Replied To a Post in senior of HS

    no such thing as "senior" or "junior" years here when I was in school. Just a mild hazing of the new kids on the first few days of the school …
  • Member Avatar for jwenting
    jwenting

    Replied To a Post in getting error in generic binary search tree

    > Actually NullPointerException (NPE) is not always an easy error to resolve because the cause could happen somewhere else in the code before it hits the NPE. > true, but …

The End.