• Member Avatar for rubberman
    rubberman

    Replied To a Post in Backup (bkf) File Recovery and Repair Solutions

    This is why we store backups offline. If they are connected to the computer, then corruption (accidental or deliberate) can occur. For my backups, I keep a bunch of 2TB …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in How do I create a uml for this code?

    That looks pretty correct. You do need an enum to define indexes into grades such as LAB, PASS_FAIL_EXAM, FINAL_EXAM, etc. At least it looks like that's what you need.
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in Computer Wont Turn On

    Just listing the components isn't helpful. When you turn it on, does ANYTHING work, such as fans and such? Have you verified that you plugged the power supply into the …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in yum error

    Please post the error messages here.
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in How to use select() in UDP Sockets to read and write from client to server

    From the Linux select() manpage: "Those listed in readfds will be watched to see if characters become available for reading (more precisely, to see if a read will not block; …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in Array resize - enhance the efficiency

    I have used powers-of-2 to reallocate array sizes very successfully for years. IE, when I need to add an element to an array, and the array is full, then I …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in How to update value from file

    What AD says is correct; however, if the file is small enough to fit into memory, then you can read the file into an array of char pointers (one per …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in How do I create a uml for this code?

    If you mean UML diagram, then get Sparx Enterprise Architect and use its reverse engineering capabilities to convert code to UML.
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in ~Error~

    Most probably it means that the program has a memory access error. If you wrote the program, or have the source code, then run it in the debugger. If you …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in OPENVMS AND MAC OS X

    OpenVMS is a virtual machine manager that uses the host OS services for this stuff (usually). As for the differences, that is very difficult to say. Contact OpenVMS for more …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in Expression

    @Himanshu Downpost? Probably because you were asking for help with school/homework/testing stuff and hadn't prepared yourself, likely by things like "reading the book" or participating in class assignments.
  • Member Avatar for rubberman
    rubberman

    Gave Reputation to pritaeas in Mysql on ubuntu

    Wouldn't [this](http://sharadchhetri.com/2014/05/07/install-mysql-server-5-6-ubuntu-14-04-lts-trusty-tahr/) be easier? Am guessing it applies to 13.04 too.
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in Mysql on ubuntu

    That is the source code. You need the GNU C/C++ compiler suite at the least (plus probably cmake as well) which are packages you need to install from the Ubuntu …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in Apache mod_peoxy issue

    First, you aren't providing enough information. Second what did you do to install/configure it? Finally, please post configuration information here for us to look at. Just stating "I have a …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in c++

    C++ == C with classes. The key here are "classes" - this is a critical part of object-oriented programming (OOP). OOP allows much better modelling of real-world constructs than do …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in Expression

    Decomposed (first example ONLY): `ab := a*b` `4c := 4*c` Using precidence: `2-d/m-n := 2 - (d/m) -n` Then key question is do the '^' operators in `ab^4c^2-d/m-n` mean XOR …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in create simple reference number

    Nathan is basically correct. GUID's (Globally Unique IDentifiers) are difficult - I know because I have written code that generates them that are used world-wide in manufacturing systems. The main …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in Random Number

    The `random()` function is a system function that returns a long int. You have declared that your `random()` function returns an int, and this is the cause of the compiler …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in C++ Qt in conjunction with C#

    My guess is that the underlying code that handles the "heavy lifting" is C++, and the UI stuff is C#. Why C# when they are also using Qt (multi-platform GUI …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in Windows media player

    Agree 100% with both Mike2K and SaintAce. VLC can play just about any media type, including stuff that Windows Media Player just barfs on... I run it in both Windows …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in yum error

    Why are you trying to update yum? It isn't necessary.
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in Editing TS-files

    Are you sure it isn't DRM-encumbered? It may be encrypted on the box, so that you can't just download it and play with other stuff... In any case, the current …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in FoxPro Insufficient Memory Error

    I'm not sure it is Win7 compatible. From the MS website requirements for VSP 9: Windows 2000 Service Pack 3, Windows Server 2003, Windows XP
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in programming problem

    You post a chunk of code over 250 lines long, with inconsistent indentations and bracing... :-( Good luck with that! You'd get an 'F' in my class just for appearance …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in PHP Input Type ONCLICK need help

    This is html, not php, even if you are doing this in a php page. Read the HTML documentation online for help with this.
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in Multiple inheritance?

    Please don't ask us to do your homework for you. Make an effort to solve the problem. Post the code here. And we may choose to help you sort out …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in java condition statement?

    Please don't ask us to do your homework for you. Make an effort to solve the problem. Post the code here. And we may choose to help you sort out …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in Adding execute bit to USB

    NTFS usually sets (to Linux's view) the execute bit. Which NTFS driver are you using? You probably want to install and use the ntfs-3g driver which has much better capabilities …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in Hardware AND Software encryption

    If your disc is hardware encrypted, you do not want to use software encrypting in addition. First, it will seriously impact performance. Second, you now will have two sets of …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in Prolog

    If you don't have it, you should get Clocksin and Mellish's book on Prolog programming. It is the "Prolog Bible"...
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in Many classes calculate a final grade by using a weighted scoring system.

    And...? We don't do your homework for you. Make an effort to solve the problem and post the code here, then we may decide to help/criticize/debug.
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in Recover Factory Image in PC

    Have you considered installing Linux on this system? Also, have you determined that the system drives are still good? Seven years is a long time in computer terms, though I …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in i need Microsoft Windows 7 OEM EN 48 in 1 For All Laptop / PC ISO DVD

    If you have a valid license, then you can get a copy from the computer maker. If not, you will need to purchase a copy. Anything else is theft... :-( …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in How to get a free power antispayware

    For Windows, try ClamWin. For Linux, ClamAV. They are basically the same, just for different operating systems. Myself, when I need to analyize client systems for malware, I use at …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in Which one is better processor "Intel" or "AMD" . . ?

    To quote someone - it depends. Both are good.
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in unable to start mysql in Linux

    For MySQL 5.1 and such, the command "service mysqld start" is proper. For 5.6 (and possibly 5.5) it was changed to "service mysql start" - note the difference between mysqld …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in binary search on a sorted binary file

    Have you tried using the bsearch() function? The only thing you need to do besides calling the function, is to provide the address to a compare function. RTFM...
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in reading xml file

    So, what shell are you using? Bash I presume? Show your code, and we may help you. We DO NOT do your homework for you...
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in 5ghz with weak signal vs. 2.4ghz with strong signal

    @LaxL No, shorter penetrates better, but has lower range, but higher bandwidth. Ok. I'm wrong! Assuming this is correct: https://system.netsuite.com/core/media/media.nl?id=3987&c=1014127&h=6a3f7973b02b602ff116&_xt=.pdf&ck=Y5MmDtLgAZr6kBFA&vid=Y5MmDtLgAZ76kAkA The higher bandwidth part is correct, and the penetration specs …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in Ubuntu is not always compatible, how to check if it is?

    Check out www.zareason.com - great gear, great people, and really good prices (they are located in Berkeley California). I think they can ship internationally to some countries, but you need …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in What was the best video editor . . ?

    So, what is your computer and video gear, what operating system (and version) are you running, and what have you tried so far?
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in How to install MAC os on windows. .?

    I don't use OSX, so other than what I (and you) can find on the Internet, I really can't help. That said, what issues / errors did you get trying …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in Which PC is better for buying below 50,000 Rps. .?

    I knew that rps meant Indian Rupees. I was just asking what the conversion to US $ or Euros would be. Is that before taxes and shipping, or after? Where …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in entire database

    Also, we don't do your homework for you... :-( AD is just being kind, I think.
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in remove all duplicates (even originals)

    I could do this simply in C, C++, or Java. You keep a map of where the key is the data, and the value is the number of times you …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in overload operator

    What language are you using? C++, Java, something else?
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in What was the best video editor . . ?

    It is a matter of opinion. What are you trying to do?
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in How to install MAC os on windows. .?

    You can try to run it in a virtual machine such as VirtualBox. Current versions are supposed to allow installing it, but you will need an installation CD, DVD, or …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in Which PC is better for buying below 50,000 Rps. .?

    What is 50K rps in $ or Euros?
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in two monitors, same image, different computers, different state.

    There is also a tool called OpenVNC (Open Virtual Network Computing) that allows remote/joint control of computers. I have used it quite successfully in the past for this sort of …

The End.