• Member Avatar for rubberman
    rubberman

    Replied To a Post in Broken printer

    Was the ink you purchased from the printer manufacturer? Also, what is the make/model of your printer? Some manufacturers these days are embedding chips into their ink cartridges in order …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in Network or web security seminar

    Pick your poison! Both are hot topics these days, though web security is probably hotter. However, do bear in mind that if you do present a paper at such a …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in new branch office

    First, take each point that he wants you to consider, and state what that means to you in simple terms, as well as how you migh accomplish that.
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in 64bit questions

    Since this system has, in modern terms, a slow running CPU (1GHz IS slow, even with 2 cores). I would advize experimenting with a lower-impact GUI such as xfce or …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in new branch office

    The terms of use for these forums is that we don't do your homework for you. Make a reasonable attempt and we will try to help you understand where you …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in Flushing the Host

    Have you tried one of the other php mysql libraries, such as the mysqli class? I have had good results with that connecting to remote servers. Here is some code, …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in Why is there a tip saying “file is too large” when we save a file into FAT3

    How big is the file? FAT partitions have a limit on the size of a file that can be saved. For FAT32 that is 4GB (gigabytes), so most DVD images …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in monitor

    Just one line of each, or lots? It could be the display card, but it could also be the internal controller hardware of the display, or even the video cable! …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in nokia

    Thanks - we like to think so! After all, in the mobile phones and services division (just bought by Microsoft), we have 32000 employees focussed on just that! :-)
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in how to create the software

    You use software development processes to build any software, including display (GUI) applications. You need to do some serious reading before you go any further, especially in this day and …
  • Member Avatar for rubberman
    rubberman

    Gave Reputation to Ian B. in how to get by lightspeed?

    before any douches go saying "get your own network" let me tell you this: i am on my own network, on a school's computer. we are on a snowday, but …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in 90% sure ram problem

    Assuming both systems (AMD and Intel) use the same type of RAM SIMMS, and using the AMD RAM in the Intel system exhibits this malfunction, then it is likely a …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in Laptop not getting start

    If it is still under warranty, take the disk drive out and send it in for repair/replacement. The OS on the drive is likely ok, hence the advice to keep …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in OCZ Vector SSD failing?

    I don't know about Astra32, but if it is looking at the smart interface of the SSD, then it is probably correct. SMART is a tool on most all current …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in 64bit questions

    64-bit system? Run a 64-bit OS. Yes, 64-bit pointers in your software take more space, but not enought to make any significant difference. In any case, your system can take …
  • Member Avatar for rubberman
    rubberman

    Gave Reputation to mike_2000_17 in Cache Oblivious Btrees

    > 1.What is the "Global Rebuilding" technique exactly? I would assume that it refers to a complete destruction of the tree and a complete reconstruction of it. This is what …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in Noob: setw() and right make absolutrely no sense (to me)

    Well, you could always fall back on the old C standard fprintf() format strings. Sometimes it is a lot easier than C++ output manipulators, though if your class is trying …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in ayuda con la tecla fn

    As per Dani's post - this is an english only forum, though I do speak/read/write spanish, so here is my answer in English... :-) Usa el servicio traductor de Google …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in BACK UP FILES

    I have had drive failures due to the PC board (controller) on the drive failing, and this was possible, but it is unlikely. You would need to purchase an identical …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in High temperature when running second display in Mavericks

    Have you connected with your Apple "Gurus" about this issue? It certainly isn't normal behavior, though I don't know a lot of people who use dual displays with their macbook …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in vi or nano

    You can't use nedit in a console terminal either, but it is a great editor! I use it for almost all of my programming since it has syntax support for …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in How can I create an advance bot for online purchasing

    Please be more specific and detailed in what you are trying to accomplish.
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in C++. code

    We don't do your homework for you. Please make an effort to solve this and then post your code. At that point we may help you with problems you may …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in http server must open html page

    Any reason why you are using C for this? It isn't simple to do in C. I would recommend that you get the Mozilla Firefox 2.x code base (written in …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in shutting down problem

    It is possible that the cmos and/or flash memory is bad, or that it has become corrupted. The first thing to do is to either install an updated bios if …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in Lower version android application can run on higher version?

    All the above are true provided that the application is written in Java using the Android Dalvik virtual machine, which most Android applications are.
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in c++ find matching word from txt

    What Moschops said. Here is pseudo-code that you can use with C++ (or other programming language) to do this as well. 1. Open file 2. while not at end-of-file 3. …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in Integer bitwise comparing..

    Bit-wise comparison != numerical comparison. In a your comparison it is only looking to see if the fourth bit is set.. For -8 the top bit is set for the …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in disk read error

    Low power can easily damage electronic components including the drive controller. You may be SOL. In the future as mentioned you should invest in a UPS to avoid that possibility.
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in Redirect cron log info

    You may need to modify the PHP file to directly write to the desired file.
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in shutting down problem

    Since you say that it also was a problem with other versions of Windows it is likely a hardware or bios problem. Try updating the bios first.
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in psuedo help!

    Actually, for this pseudo code (pseudo code is NOT standardized), I think it is the dimension of an array. IE, the C code for `DIM EmpName = 1` would likely …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in Honeywell Scanner freezes/BSOD

    Have you gone to the honeywell web site support pages for help with this? They may have newer drivers. It is also possible that the systems you are trying to …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in Rescuing photos on a failing laptop

    1. Remove the drive from the laptop. 2. Install it in an external usb docking bay. 3. Attache it to another system and boot that up. 4. When it is …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in Geforce 560 BSOD

    What dump file? Please describe the problem, and how it started.
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in how to put parentheses around an infix problem?

    There is a "natural" order of precidence for math operators, some of which have the same precidence. IE: / and * are higher than + or -. Using parens is …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in Help on choosing between 2 Radeon R9 video cards

    The current AMD R9 series have not been reviewed with glowing comments - but not bad either. Have you considered equivalent nVidia cards? Quality-wise, they are generally more positively reviewed. …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in Networking track / Webdevelopmen / Database

    Go speak with your faculty advisor. There are many paths, but since you are obviously in some sort of institution of "higher" education, first speak with your professors and advisors.
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in From Vista Home Premium to Vista Business,can I reinstall Media Center?

    You may have to revert to Home Premium and run your Vista Business image in a virtual machine. In any case, Vista is not a "desirable" option. Have you looked …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in Internal Hard Drive

    As suggested by Ancient Dragon, the size may be a problem. Most older BIOS chips only handle up to 2TB devices. Have you looked for a suitable update from the …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in difference between 6 cell and 9 cell

    In theory, 9 cell batteries have 50% more capacity than 6 cell batteries. Size? They are about 50% bigger as well. I have such for my work laptop. The larger …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in Duel Monitors

    You should be able to use both, but many hdmi connectors can drive two monitors by themselves. Check the documentation of the computer to see if that is possible.
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in graphics driver for NEC versapro vy16a3

    Since searching on NEC's site doesn't turn up anything for this device, I think you are out of luck. Is this a laptop, or is it a desktop that you …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in Scripting File Using Shift command in windows batch

    Happy to help! Good luck.
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in A Program called The Airplane

    Or more commonly, a pyramid scam. Save your $$ and you will get $2400 a lot more quickly (and surely)... :-)
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in linked list program

    Attempt to solve the problem, show your code, let us know what specific issues you are running into, and then we may help...
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in logout

    Huh? Explain precisely what you are trying to do. What do YOU mean by "scan the id", and how are you implementing the log-in/log-out functionality?
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in Scripting File Using Shift command in windows batch

    Try this: `if "%2" == "" goto end` It has been a long time since I have written any complex DOS/Windows batch commands, so I may be mistaken... :-)
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in multiple image upload in php

    Your question is not very clear. To answer the obvious question as to whether or not you can upload each file to a folder, then yes you can. I assume …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in runtime error SIGSEGV for lowest sum

    You are using a long long for the address, but you are only using integers for the position. Try something more appropriate for the function signatures, such as an unsigned …

The End.