• Member Avatar for rubberman
    rubberman

    Replied To a Post in View technologies in spring mvc

    Do you know what an MVC is? That is an acronym for Model-View-Controller API. Understand that first, then look at the various API's that implement it, such as Spring, et …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in C++ Help

    When does Easter Sunday occur? Easter celebrates the resurrection of Jesus Christ. The day of Easter falls on a Sunday based on the lunisolar calendar, not a fixed date on …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in How can I play .ts files on iPhone?

    You can use the open source ffmpeg tool to convert any video stream to just about any other. In this case, if she wants it on her iPhone, then convert …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in Can't install windows off burned disc

    Windows systems since version 7 have not played nice with virtual machines, especially VirtualBox. Why? I think it is because they want to write data, such as the system ID, …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in Can I use any 12v adapter for my external cd/dvd burner

    Assuming that the new power supply provides at least the same current rating and voltage of the old one, and has a compatible connector, then you should be ok. You …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in PC wont turn on

    So, the PC is not a laptop/portable unit? It started acting like this after a big rain storm? Is this correct?
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in selection of container to insert the multiple db recored.

    Use a map, based upon the Name field. If the Name field is not unique, then use a multimap.
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in Toontown Injector on mac is not working for me

    You need to provide the context and code where you call NSUndoManager(). In any case, that error should point you in the right direction to fix this.
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in How to be ?

    FWIW, I don't mean to say that it will take you 15+ years to become a professional game developer. Just it will take that long to become one of the …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in How to be ?

    That and two weeks I can make you an astrophysicist. Get real! This is not simple stuff, "give me all related things to the game developement"! Study, experiment, study some …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in How to support new factory object inclusion without compilation effort.

    Fastest way is for the factory to create maps of class names and ids to constructors for each. If you know the id (an integer of some sort - either …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in Portable Hard Disk error

    Unfortunately, Windows hasn't always handled buffering of large amounts of data when reading/writing to external drives very well. You don't mention which verion of Windows you are using, but I …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in Unable to debug in visual studio

    No terminating semicolon?
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in Questionnaire problem

    To continue on Moschops post, the only way to return multiple values from a function is to put them in a structure or object, and then return that. This will …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in Trouble reading data input from vi editor

    I think you posted this question previously. What responses did you get?
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in student need help ^_^

    Please do not double-post your questions. See my response on your other one and then delete this post.
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in student need help ^_^

    This is where your interests and imagination come into play. We can't tell you what to do, but we can advise you in regard to your choices. Hot buttons these …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in c++ looping constructs

    `for (int i = 0; i < terminatorvalue; i++) { do some stuff }` `while (somevalue < terminatorvalue) { do some stuff }` `do { some stuff } while (somevalue …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in msoffice

    Are you the creator/owner of the document? Are you having problems starting Word, or is it accessing the contents of a document? Have you tried Libre Office?
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in illeagal start of exprssion

    Also, I think that line 8 should just be `system.out.println(c);` The compiler will probably complain about the `(sum c)->` - it is non-terminated (no semicolon) and there isn't some value …
  • Member Avatar for rubberman
    rubberman

    Gave Reputation to pritaeas in Artificial inteligence system

    :) I was expecting someone to post that in response to your reply.
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in Artificial inteligence system

    @pritaeas - The codez? I think they are on a disc around here, somewhere... :-) FWIW, the code now belongs to Applied Materials, the 800lb gorilla of semiconductor manufacturing equipment …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in How to count numbers in C ?

    This is a case for a do ... while construct. Try this: #include <stdio.h> int main() { int n,count=0; do { printf("Enter an integer: "); scanf("%d", &n); if (n != …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in Artificial inteligence system

    First, study AI for about 4 years at a college level. Next, learn CLIPS because an inference engine needs a rule engine to work. While you are doing that, learn …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in reinstall windows xp, lost validation code

    Contact MS or the hardware vendor to see if you can get a copy of the key. The vendor may be the better bet since you can give them the …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in Deriving closing stock in crystal reports

    As has been said numerous times before, we DO NOT do your homework for you! Make an effort to write the code, post it here, and we will consider helping …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in Extract C user defined functions

    We don't do your homework for you. Your examples of $c_start are possible return values from C functions. Diff compares two files and outputs the differences between them. What EXACTLY …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in do while code in turbo c

    Sorry, but we don't do your homework for you. Turbo-C is irrevalent here. Try to solve the problem, write the code, and when you are still having problems, post the …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in Recursion

    1. We don't do your homework for you. 2. English is the preferred language for this site. 3. If this is Vietnamese or a similar south-east asian language, not many …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in How to remove malware from a Windows PC

    These days, malware can hide in the BIOS flash area, or in disc drive flash memory. They are almost impossible to detect, and remove. The NSA uses these techniques, and …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in Build a function.

    Go back, and read the book! In any case, I don't see where you have implemented f1D1 or f1D2, etc. Also, D1 is bogus since the argument 'a' is not …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in vi editor creates bad data

    Also, please DO NOT post multiple copies of your issue. That is just bad and improper etiquete...
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in My brand new atc-603-eb12 is stuck at updating system 6%

    Send it back as defective and insist on a new system. And whatever you do, DO NOT accept a "refurbished" system. You should get a brand new, unused system instead. …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in vi editor creates bad data

    Read each line separately (see man page for getline), and then process the contents of the string read for the line. You really do not want to use fscanf() for …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in OK the ever repeated blinking green light power issue

    Watch the movie Idiocracy...
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in share internet over Ethernet port, possible ?

    Not really. WiFi is a radio link. You can connect your PC's ethernet port to a WiFi router, and that can then be accessed via wifi-enabled devices, but you still …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in [Safe PHP prevent overriding php.ini extension] how to exclude a user?

    The file /etc/php.ini should be owned by root, and only root has access to it. If the permissions are not -rw-r----- then it is not correctly configured in the file …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in Compiling for processor directly vs for executable for OS

    You would most likely need to use assembly language to do this, but if you want to perform meaningful I/O, then you still need OS or BIOS support. IE, you …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in Do each switch port have a separate MAC address?

    FWIW, all ethernet interface ports (NIC - Network Interface Controller) have a MAC address. They don't need an IP address since they are only handling traffic at the transmission layer. …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in Where is IOCTL defined?

    I'll respond when I have a minute. Right now I have to take my car in to be serviced after a long cross country drive last week.
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in excel

    In theory you can't, but the terms of service for this web site indicate that even if I knew how, I couldn't tell you anyway. Please search the web for …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in New to Java - getting an error?

    The cost per gallon is an integer, so decimals won't work for any integer value where you need to input a fractional value. Use doubles for those as well.
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in Search my MySQL using keywords in PDO fashion

    PHP is an object-oriented langauge. Use it that way! See my tutorial post about that. It will make your life much simpler, with a little forethought and setup.
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in prepare a result card

    What do you mean by a "result card"?
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in Listening to log4net Telnet

    Can you tolerate lost data? If so, then you should use rsyslog to a networked stream. If not, log to a local file and have a daemon that uses inotify …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in Pointer to Member function

    A pointer to member function still has to be invoked with an object of the appropriate type. You might be able to declare the pointer like this: `void (A.*ptr)(void); A.ptr …
  • Member Avatar for rubberman
    rubberman

    Gave Reputation to CimmerianX in Do each switch port have a separate MAC address?

    Swtiches will keep a table of mac addresses that are seen on each switch port. If you have 1 pc on a port, then the switch will know that port …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in Windows 8.1, now Annoyinly Slow

    There are some excellent Linux systems for business desktops and laptops, many of which are based upon the Debian system. I'll mention some in a moment. As for office automation …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in The Holy Grail of Configuration Management

    Ignorance is bliss... We were doing continuous integration back in the 1990's where CVS was our source repository. Code that was released into production would automatically be checked out by …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in memory leak after free the memory for char string

    What Moschops said. The call to strdup() is equalevent to malloc(strlen+1)+strcpy. It does the allocation and copy, so it does 2 things: reduce code by one function, and deals with …

The End.