• Member Avatar for rubberman
    rubberman

    Replied To a Post in Guys can you help with this ? i need to pass this tomorrow .

    Good luck! You are going to need it! There is a reason why they are called "dead"lines - if you miss them, you are dead... I think you have some …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in PearOS

    Since it is FOSS (free, open source) it is doubtful any one acquired it. According to DistroWatch, it has been discontinued. It was a French fork of Ubuntu. My guess …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in problem on Red hat Enterprise server Virtual box Yum

    Is your subscription up to date? If not, then you will need to install a free version such as CentOS, or update your support subscription.
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in problem on Red hat Enterprise server Virtual box Yum

    This appears to be a system configuration problem. The file /mnt/repodata/repmod.xml is either not available, not readable, or not writeable. In any case, normally, it would not be in /mnt, …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in Adobe Reader on a Mac

    Have you posted this to either the Adobe user forums or asked Adobe support about this? Those would be my first two steps to resolve this, or at least figure …
  • Member Avatar for rubberman
    rubberman

    Created Audio/Video Editing on Linux w/ Free Software

    Here is a great article and video from the Free Software Foundation (FSF) about using FOSS (Free and Open Source Software) to do complex audio/video editing tasks: http://www.fsf.org/blogs/community/how-i-made-a-video-for-libreplanet-using-all-free-software
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in php experts need help

    Not asking much, are you? :rolleyes: How well do you know php anyway? From the question, not much or well. First, describe what YOU mean by "virtual learning class room", …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in Font issue in java in linux OS

    There are a gazillion X11/postscript fonts, including arial. for Linux. You just need to install them. Look at your package manager to find them. Just because they aren't installed by …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in programming code

    And your question is what? You are showing the assignment, but not your work... :-(
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in [c++] hide char

    It is simple enough to write your own function to do this. Pass in the password to the function, and have it generate a string of '*' characters of the …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in curious!!

    Computer networking? Social networking? Professional networking? What are you talking about? :-)
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in Balancing CPU and Ram

    You can change the power profile. It may be set on whatever serves for conserving battery. You can change that to a "balanced" profile, so that when the computer needs …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in Prime Number Finder

    DO NOT give your variables numeric names! Instead of '2', use 'two', etc. Also, your code is not valid for the variable initialization. Please provide the EXACT code you used. …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in cannot use second vectoe

    How do you determine the end of the input for vector a?
  • Member Avatar for rubberman
    rubberman

    Gave Reputation to Schol-R-LEA in program for c

    First off, we don't do other people's homework for them. Second, we *don't* do other people's homework for them. And third, ***we don't do other people's homework for them***. Sensing …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in stegonografi and criptografi

    Time to do some web searching I think. These are well-known subjects and there is a lot of information out there, but in any case, you need to understand at …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in two wire intercom using embedded c program in atmega8

    $200 USD / hour - that's what I charge to write embedded software programs... Also, I don't do your home (or other) work for you unless you make some effort …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in Prime Number Finder

    Not much, is it? First, go to Wikipedia and read the article on prime numbers and the Sieve of Aristhostenes. We don't do your homework for you, and generating the …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in How to install opkg in Ubuntu

    Please post the configure log file here.
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in Burned DVD will NOT play.

    How was the image created? Did you use a dvd ripper that would remove the DRM and region codes? If not, then the image will remain unplayable since DVD DRM …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in class queue

    Make an effort and post your code here. We don't do your homework for you.
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in Senior project ideals

    Yes. No. You decide what interests you, design it, write it, get graded honestly on it...
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in convert c++ code to python code

    If you can write C++ code, you can learn and code in python well enough in a day or two to convert this program. The logic will not change - …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in convert c++ code to python code

    This is a simple program, and converting it to another programming language should not be a major effort. I think it is time you RTFM regarding Python programming documentation... Python …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in Why do my Burned CDs not Play in my CD Player

    An audio CD uses .WAV files and is of a specific format. You are basically creating a data CD with mp3 files I think. Get something like Alcohol 52% or …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in WD my passport

    I assume you are not using an external power supply, but are depending upon the USB port to provide adequate power for the device? If so, that is not a …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in Need Java Help

    Consider Java as C++ with training wheels. Multiple inheritance - no. Interfaces - yes (consider them as pure virtual classes without any method implementation or constructor/destructor methods). The best way …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in plz solve this

    And your question is what? Sorry, but we don't do your homework for you. Just FYI: 1. There are 24 hours in a day. 2. There are 60 minutes in …
  • Member Avatar for rubberman
    rubberman

    Gave Reputation to mike_2000_17 in Exception standardization in C++

    > In any case, throw() specifies that it may throw ANY exception. That's wrong. Maybe you forgot the negative in that statement, it should say: "throw() specifies that it may …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in when to usee c++ over java?

    @Mike2K Yes, my GC was deterministic. It also dealt with circular references. I have made a serious study of GC methods in the past. It is a subject I am …
  • Member Avatar for rubberman
    rubberman

    Gave Reputation to mike_2000_17 in when to usee c++ over java?

    > Smart pointers are fine, but unless they are combined with reference-counting life-cycle management, are of limited use. I'm not that familiar with C++11's shared pointers, so it looks like …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in How to write a program of universal set,union intersect from the universal

    Sorry, but we don't do your homework for you. Please post your code that tries to solve the problem/exercise and we might be able to help point out your errors.
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in Need Help but not the answer.....

    So, what pattern does your code generate?
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in C++ to create a Currency Trading platform (buy/sell)

    This is not an exercise for a newbie! I have experience writing trading programs as a professional (options trading with automatic portfolio balancing - a lot of Black-Scholes and similar …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in malloc vs calloc

    :-) Good point! This would be more appropriate: size_t sz = 10 * sizeof(int); int *array = (int*)malloc(sz); memset((void*)array, 0, sz); /* This does the same thing. */ int *array …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in Recommended PC specs for running software application used for programming.

    Once you start running Oracle you will need more memory. You can do that with virtual memory (swap space), that that will slow down the system terribly! So yes, upgrade …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in wireless

    You need to disable the routing capability of the asus, and simply use it as a WiFi access point that is connected with the d-link. This may not be simple. …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in Help me

    Get it repaired? Either you have a hardware problem keeping the system from booting, or there is a software problem with the operating system. I would suggest trying to boot …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in bad memory in iPod

    The badblocks command doesn't care. Read the man page before you start though. Also, backup all the audio files first in any case.
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in How do I KILL ChkDsk??

    What version of Windows are you using?
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in How to install apt-get and ipkg in CentOS 6.5

    Don't know - never used it before. I found it with a Google search. FWIW, you should have installed the rpm with yum, not rpm since the rpm command won't …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in What are the main differences between C++ and C ?

    It used to be said that C++ is C with classes. In fact, early C++ compilers would simply generate C code and then compile that. Before C++ was generally available, …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in when to usee c++ over java?

    I've always considered Java to be C++ with training wheels, garbage collection notwithstanding. As a matter of fact, Java's garbage collection (gc) is a major contributor to performance issues for …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in Exception standardization in C++

    Yes, exceptions are standardized, and all compilers that I am aware of handle them correctly (not always the case in the mid-90's). This signature indicates that `Funct1(int)` may (or may …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in samba media server

    If you have SELinux enabled then try this: setsebool -P samba_export_all_ro on
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in toshiba satellite p750

    Have you gone to the Toshiba user forums to see if others have had this problem? I suspect that few of us have the same gear as you do, so …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in Need a video or audio editor

    Assuming you want a free tool, then I would suggest that you check out [Blender](http://www.blender.org). Not sure about #3, but #2 (multi-track audio) it handles. It is a professional quality …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in How to install apt-get and ipkg in CentOS 6.5

    Re. ipkg for installing .ipk packages. Let me do some research and get back to you on that. I've been running RHEL/CentOS/SL systems for about 8 years now and never …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in My toshiba satellite pro l450d-12x wont turn on

    Have you tried replacing the battery? Or removing the battery and using line power (power brick) to boot up? On some systems, if the battery is dead, then even with …
  • Member Avatar for rubberman
    rubberman

    Replied To a Post in Is It Possible For A User To Find Out Who Created A Bot?

    That is usually a subject for experts in computer network security. I am a senior engineer with a major internet company, and I would need a year or two at …

The End.