Help with figuring out what to use with this program

I have the code all written. I was given instruction.(number should contain the number of digits as there are eligible characters in word or 7, whichever is less. If number ends up containing more than 3 digits then a hyphen ( - ) should be placed between the third and fourth digits.)
I cant figure out if i use a if and else statement or some other and also how to get the program to print out just the normal 7 digits in a number and forget about the rest if entered.
// Phone.java
// Author:
import java.util.Scanner;
public class Phone{
private String word;
private String number;
public Phone(String wd) {
word = wd;
number = ("");
setNumber();
private void setNumber(){
for (int i = 0; i <= word.length() - 1; i++ )
switch(word.charAt(i))
case 'A':
case 'a':
case 'B':
case 'b':
case 'C':
case 'c': number += "2";
break;
case 'D':
case 'd':
case 'E':
case 'e':
case 'F':
case 'f': number += "3";
break;
case 'G':
case 'g':
case 'H':
case 'h':
case 'I':
case 'i': number += "4";
break;
case 'J':
case 'j':
case 'K':
case 'k':
case 'L':
case 'l': number += "5";
break;
case 'M':
case 'm':
case 'N':
case 'n':
case 'O':
case 'o': number += "6";
break;
case 'P':
case 'p':
case 'R':
case 'r':
case 'S':
case 's': number += "7";
break;
case 'T':
case 't':
case 'U':
case 'u':
case 'V':
case 'v': number += "8";
break;
case 'W':
case 'w':
case 'X':
case 'x':
case 'Y':
case 'y': number += "9";
break;
public String toString(){
return number;
}

adr2488 wrote:
number should contain the number of digits as there are eligible characters in word or 7, whichever is less. If number ends up containing more than 3 digits then a hyphen ( - ) should be placed between the third and fourth digits.
int len = (word.length()>7) ? 7 : word.length(); // A
if (i==3 && len > 3) { number += "-"; } // B
private void setNumber(){
// Insert A here
for (int i = 0; i <= len - 1; i++ )
// Insert B here
switch(word.charAt(i))
{

Similar Messages

  • Can anyone help me figure out how to use my new LaCie external hard drive to import movies from my camcorder into imovie '09? I ran into so many problems last night!! Was up way past my bedtime!

    Can anyone help me figure out how to use my new LaCie external hard drive to import movies from my camcorder into imovie '09? I ran into so many problems last night!! Was up way past my bedtime!

    I'll stay in this chat ... I answered in the other one ... I have a Sony digital Handycam ... from years ago.  I just got the LaCie and I think I formatted it for only to be used on my Mac ... how should I go about reformatting it to be HFS Extended like you said?

  • Yes on my iMessage it not letting me send or  receive my message can u help me figure out what's wrong

    Yes on my iMessage it not letting me send or  receive my message can u help me figure out what's wrong

    Hello there, Marcusguerra103.
    The following Knowledge Base article offers up a number of recommendations for troubleshooting sending and receiving messages on your iOS device:
    iOS: Troubleshooting Messages
    http://support.apple.com/kb/ts2755
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

  • My macbook pro will not play a video without pausing every 11 seconds. PLEASE help me figure out what is wrong. very frustrating

    my macbook pro will not play a video without pausing every 11 seconds. PLEASE help me figure out what is wrong. very frustrating. I have already tried restarting

    buckmacie,
    has the video been completely downloaded onto your MacBook Pro when you start to play it? Or are you playing it while it downloads, AKA streaming it?

  • Plz help me figure out what in the world is going on with my iTunes!!

    Title of error:
    QuickTime Handler Window: iTunes.exe - Bad Image
    complete error message:
    The application or DLL c:\...\iTunes\...\Mplugin.dll is not a valid Windows image. PLease check against installation diskette.
    Things I have tried:
    Uninstall and reinstall iTunes 6.05.02
    Uninstall and reinstall QuickTime 7.1
    Uninstall and reinstall BOTH itunes and QT (removing both before reinstalling either)
    Uninstall and reinstall both (the second time using the QT version that is not bundled with iTunes [read on another post])
    iTunes does eventually load, but starts the next song with EXACTLY 5 seconds left and plays the two songs concurrent. It does this on every song!!! I sync'ed my iPod to see if the newly added tracks were corrupt, but they play just fine if I disconnect the iPod. If I play a track from the iPod using iTunes, it will cut off the last 5 seconds, just like any track I attempt to play on iTunes. I know this violates a discussion group rule by listing two problems, but they both occured at the same time.
      Windows XP  

    The application or DLL c:\...\iTunes\...\Mplugin.dll is not a valid Windows image. PLease check against installation diskette.
    ... isn't mplugin a variety of third party itunes add-on/plug-in?
    if you've got third-party add-ons installed, try the techniques from this document to see if it helps with the itunes/QT error messages that you're getting:
    Troubleshooting issues with 3rd-party iTunes add-ons

  • Can you please help me figure out what filter(s) to use to recreate this picture?

    Hi Everyone!
    I'm a student and not an expert in Photoshop. I'm trying to work over in After Effects using a Photoshop edited picture I was given (not separated in layers). However in order to give the image more movement I would like to recreate the picture, but have failed in figuring out which filters to use. Can you please help a student out? I would greatly appreciate it.!! (The first picture is the original, and the second one is the one I am trying to recreate) Thanks !

    Thanks for sharing that piece of information.  I was only aware of creating posterized effects in Illustrator, though the
    re is a posterize filter in Photoshop too.  I'm learning as I post so bear with me.  I find that providing a helping hand can't hurt unless you're way off base.  In this case I guess I should have provided my suggestion as an alternative rather than stating that it could only be best done in AI.
    -markerline

  • Trying to figure out what's using my RAM

    A couple of weeks ago I starting to notice that my memory was getting chewed up slowly until I'd hit around 20MB remaining. the only way that I could free up the space is through 3rd party memory utilities such as FreeMemory. It appears on further inspection memory appears to go inactive, but this isn't very healthy, yet very odd, so I'm trying to figure out if there's a memory leak somewhere.
    Any help would be wonderful. Below is my Etracheck log. I've attempted to remove alll external hard drives and other devices connected via either thunderbolt and USB with no change. Rebooted a few times however the memory gets eaten right up again.
    My initial thought was that it's somehow VMWare however my Windows 7 instance is running at a fixed rate, and even with the instance shut down, my computer would still eat up any available memory.
    Thank you!
    Hardware Information:
        iMac (27-inch, Mid 2011)
        iMac - model: iMac12,2
        1 3.4 GHz Intel Core i7 CPU: 4 cores
        16 GB RAM
    Video Information:
        AMD Radeon HD 6970M - VRAM: 2048 MB
    System Software:
        OS X 10.9.2 (13C64) - Uptime: 0 days 19:6:22
    Disk Information:
        ST31000528AS disk0 : (1 TB)
            EFI (disk0s1) <not mounted>: 209.7 MB
            Macintosh HD (disk0s2) / [Startup]: 999.35 GB (609.08 GB free)
            Recovery HD (disk0s3) <not mounted>: 650 MB
        OPTIARC DVD RW AD-5680H 
    USB Information:
        HP External HDD 2 TB
            HP SimpleSave (disk8s1) /Volumes/HP SimpleSave: 2 TB (202.96 GB free)
        Western Digital Ext HDD 1021 2 TB
            WD (disk6s1) /Volumes/WD: 2 TB (683.89 GB free)
        Initio   WD20EARX-32PASB0 2 TB
            EFI (disk2s1) <not mounted>: 209.7 MB
            disk2s2 (disk2s2) <not mounted>: 2 TB
            Boot OS X (disk2s3) <not mounted>: 134.2 MB
        Initio   WD15EARS-00Z5B1  1.5 TB
            MUSIC (disk1s1) /Volumes/MUSIC: 1.5 TB (347.84 GB free)
        Western Digital Ext HDD 1021 1 TB
            Elements (disk5s1) /Volumes/Elements: 1 TB (119.86 GB free)
        Seagate FreeAgent 500.11 GB
            EFI (disk4s1) <not mounted>: 209.7 MB
            FA (disk4s2) /Volumes/FA: 499.76 GB (350.5 GB free)
        Western Digital My Passport 0748 1 TB
            My Passport (disk7s1) /Volumes/My Passport: 1 TB (710.73 GB free)
        Apple Inc. BRCM2046 Hub
            Apple Inc. Bluetooth USB Host Controller
        Apple Inc. FaceTime HD Camera (Built-in)
        Apple Inc. iPad
        Brother MFC-495CW
        Logitech USB Receiver
        Logitech USB Receiver
        Apple Computer, Inc. IR Receiver
        Apple Internal Memory Card Reader
    FireWire Information:
    Thunderbolt Information:
        Apple Inc. thunderbolt_bus
    Configuration files:
        /etc/hosts - Count: 30
    Kernel Extensions:
        com.kaspersky.kext.klif    (3.0.3a40)
        com.kaspersky.nke    (1.6.3a13)
        com.logmein.driver.LogMeInSoundDriver    (1.0.0)
        com.splashtop.driver.SRXDisplayCard    (1.6 - SDK 10.7)
        com.silex.driver.sxuptp    (1.5.1)
        com.splashtop.driver.SRXFrameBufferConnector    (1.6 - SDK 10.7)
        com.kaspersky.kext.kimul.44    (44)
        com.kaspersky.kext.mark.1.0.5    (1.0.5)
        com.regularrateandrhythm.driver.RowmoteIREmu    (1.0)
        com.tuxera.filesystems.tufsfs.fusefs_txantfs    (2012.4.17)
        com.vmware.kext.vmci    (90.5.7)
        com.vmware.kext.vsockets    (90.5.7)
        com.vmware.kext.vmnet    (0133.15.45)
        com.vmware.kext.vmx86    (0133.15.45)
        com.vmware.kext.vmioplug.12.1.12    (12.1.12)
    Launch Daemons:
        [System]    com.adobe.fpsaud.plist 3rd-Party support link
        [System]    com.adobe.SwitchBoard.plist 3rd-Party support link
        [System]    com.bjango.istatmenusdaemon.plist 3rd-Party support link
        [System]    com.disc-soft.DAEMONTools.PrivilegedHelper.plist 3rd-Party support link
        [System]    com.google.keystone.daemon.plist 3rd-Party support link
        [System]    com.kaspersky.kav.plist 3rd-Party support link
        [System]    com.logmein.logmeinserver.plist 3rd-Party support link
        [System]    com.logmein.raupdate.plist 3rd-Party support link
        [System]    com.microsoft.office.licensing.helper.plist 3rd-Party support link
        [System]    com.oracle.java.Helper-Tool.plist 3rd-Party support link
        [System]    com.parallels.desktop.launchdaemon.plist 3rd-Party support link
        [System]    com.splashtop.streamer-daemon.plist 3rd-Party support link
        [System]    com.teamviewer.teamviewer_service.plist 3rd-Party support link
        [System]    com.timesoftware.timemachineeditor.backupd-auto.plist 3rd-Party support link
        [System]    org.macosforge.xquartz.privileged_startx.plist 3rd-Party support link
        [System]    xxx.qnation.PeerGuardian.kextload.plist 3rd-Party support link
    Launch Agents:
        [System]    com.adobe.AAM.Updater-1.0.plist 3rd-Party support link
        [System]    com.Affinegy.InstaLANa.plist 3rd-Party support link
        [System]    com.bjango.istatmenusagent.plist 3rd-Party support link
        [System]    com.google.keystone.agent.plist 3rd-Party support link
        [System]    com.kaspersky.kav.gui.plist 3rd-Party support link
        [System]    com.logmein.logmeingui.plist 3rd-Party support link
        [System]    com.logmein.logmeinguiagent.plist 3rd-Party support link
        [System]    com.logmein.logmeinguiagentatlogin.plist 3rd-Party support link
        [System]    com.oracle.java.Java-Updater.plist 3rd-Party support link
        [System]    com.parallels.desktop.launch.plist 3rd-Party support link
        [System]    com.parallels.DesktopControlAgent.plist 3rd-Party support link
        [System]    com.parallels.vm.prl_pcproxy.plist 3rd-Party support link
        [System]    com.splashtop.streamer-for-root.plist 3rd-Party support link
        [System]    com.splashtop.streamer-for-user.plist 3rd-Party support link
        [System]    com.teamviewer.teamviewer.plist 3rd-Party support link
        [System]    com.teamviewer.teamviewer_desktop.plist 3rd-Party support link
        [System]    net.culater.SIMBL.Agent.plist 3rd-Party support link
        [System]    org.macosforge.xquartz.startx.plist 3rd-Party support link
    User Launch Agents:
        [not loaded]    com.adobe.AAM.Updater-1.0.plist 3rd-Party support link
        [not loaded]    com.adobe.ARM.[...].plist 3rd-Party support link
        [not loaded]    com.adobe.ARM.[...].plist 3rd-Party support link
        [not loaded]    com.eltima.Folx.Agent.plist 3rd-Party support link
        [not loaded]    com.macpaw.CleanMyMac.helperTool.plist 3rd-Party support link
        [not loaded]    com.macpaw.CleanMyMac.trashSizeWatcher.plist 3rd-Party support link
        [not loaded]    com.macpaw.CleanMyMac.volumeWatcher.plist 3rd-Party support link
        [not loaded]    com.spotify.webhelper.plist 3rd-Party support link
        [not loaded]    com.valvesoftware.steamclean.plist 3rd-Party support link
        [not loaded]    ws.agile.1PasswordAgent.plist 3rd-Party support link
    User Login Items:
        Adium
        Firefox
        Thunderbird
        Vidalia
        [PC ~ Multi9] Football Manager 2010.iso
        iTunesHelper
        MagiCal
        Connect360Helper
        Kodak EasyShare Wireless Listener
        GrowlHelperApp
        Microsoft Database Daemon
        Weather Vane
        VMware Fusion Helper
        Dropbox
        Spotify
        Octoshape
        SIMBL Agent
        iSkysoft Helper Compact
        pCloud
        OpenDNS Updater
        smcFanControl
        TSPrint Client
        Rowmote Helper
    Internet Plug-ins:
        AdobePDFViewerNPAPI: Version: 11.0.06 - SDK 10.6 3rd-Party support link
        Flash Player: Version: 12.0.0.77 - SDK 10.6 3rd-Party support link
        AdobePDFViewer: Version: 11.0.06 - SDK 10.6 3rd-Party support link
        LogMeInSafari32: Version: 1.0.530 3rd-Party support link
        googletalkbrowserplugin: Version: 5.2.4.18058 3rd-Party support link
        AdobeExManDetect: Version: AdobeExManDetect 1.1.0.0 - SDK 10.7 3rd-Party support link
        iPhotoPhotocast: Version: 7.0 - SDK 10.8
        QuickTime Plugin: Version: 7.7.3
        LogMeInSafari64: Version: 1.0.530 3rd-Party support link
        FlashPlayer-10.6: Version: 12.0.0.77 - SDK 10.6 3rd-Party support link
        NPTWCP: Version: (null) - SDK 10.5 3rd-Party support link
        CitrixICAClientPlugIn: Version: 11.2.0 3rd-Party support link
        Silverlight: Version: 5.1.20513.0 - SDK 10.6 3rd-Party support link
        LogMeIn: Version: 1.0.530 3rd-Party support link
        FolxNetscapePlugIn: Version: Unknown
        Default Browser: Version: 537 - SDK 10.9
        Flip4Mac WMV Plugin: Version: 3.0.0.126   - SDK 10.8 3rd-Party support link
        o1dbrowserplugin: Version: 5.2.4.18058 3rd-Party support link
        SharePointBrowserPlugin: Version: 14.3.6 - SDK 10.6 3rd-Party support link
        JavaAppletPlugin: Version: Java 7 Update 21 Outdated! Update
        z: Version: (null) - SDK 10.5 3rd-Party support link
    Safari Extensions:
        Dashlane: Version: 2.3.2.52081
        iTube Studio: Version: 4.1.0.2
        Kaspersky URL Advisor: Version: 8.0.5
        Virtual Keyboard: Version: 14.0
        YouTube Downloader: Version: 4.8.0.0
    Audio Plug-ins:
        BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
        AirPlay: Version: 2.0 - SDK 10.9
        AppleAVBAudio: Version: 203.2 - SDK 10.9
        iSightAudio: Version: 7.7.3 - SDK 10.9
    iTunes Plug-ins:
        Quartz Composer Visualizer: Version: 1.4 - SDK 10.9
    User iTunes Plug-ins:
        TuneUp Visualizer: Version: 2.2.0 3rd-Party support link
        AudioScrobbler: Version: 3.0.4 3rd-Party support link
    User Internet Plug-ins:
        Dashlane: Version: Dashlane 1.0.0 - SDK 10.7 3rd-Party support link
        CitrixOnlineWebDeploymentPlugin: Version: 1.0.105 3rd-Party support link
        FolxNetscapePlugIn: Version: Unknown
        OctoshapeWeb: Version: 1.0 - SDK 10.8 3rd-Party support link
    3rd Party Preference Panes:
        Citrix Online Plug-in  3rd-Party support link
        Connect360  3rd-Party support link
        Flash Player  3rd-Party support link
        Flip4Mac WMV  3rd-Party support link
        Growl  3rd-Party support link
        Java  3rd-Party support link
        MacFUSE  3rd-Party support link
        Perian  3rd-Party support link
        Tuxera NTFS  3rd-Party support link
    Old Applications:
        Microsoft Language Register:    Version: 14.3.6 - SDK 10.5 3rd-Party support link
            /Applications/Microsoft Office 2011/Additional Tools/Microsoft Language Register/Microsoft Language Register.app
        /Users/[redacted]/Library/Application Support/Helper
            iSkysoft Helper Compact:    Version: 2.2.6.4 - SDK 10.5 3rd-Party support link
            Aimersoft Helper Compact:    Version: 2.2.6.4 - SDK 10.5 3rd-Party support link
        SLLauncher:    Version: 1.0 - SDK 10.5 3rd-Party support link
            /Library/Application Support/Microsoft/Silverlight/OutOfBrowser/SLLauncher.app
        PwnageTool:    Version: 4.3.3 - SDK 10.4 3rd-Party support link
            /Users/[redacted]/Desktop/iOS4 Jailbreaking/PwnageTool.app
        /Applications/Microsoft Office 2011
            Microsoft PowerPoint:    Version: 14.3.6 - SDK 10.5 3rd-Party support link
            Microsoft Excel:    Version: 14.3.6 - SDK 10.5 3rd-Party support link
            Microsoft Outlook:    Version: 14.3.6 - SDK 10.5 3rd-Party support link
            Microsoft Word:    Version: 14.3.6 - SDK 10.5 3rd-Party support link
            Microsoft Document Connection:    Version: 14.3.6 - SDK 10.5 3rd-Party support link
        DockPlistEdit:    Version: 7.0 - SDK 10.5 3rd-Party support link
            /Library/Parallels/Uninstaller/Parallels Hypervisor/DockPlistEdit.app
        /Applications/Microsoft Office 2011/Office
            Microsoft Graph:    Version: 14.3.6 - SDK 10.5 3rd-Party support link
            Microsoft Database Utility:    Version: 14.3.6 - SDK 10.5 3rd-Party support link
            Microsoft Office Reminders:    Version: 14.3.6 - SDK 10.5 3rd-Party support link
            Microsoft Upload Center:    Version: 14.3.6 - SDK 10.5 3rd-Party support link
            My Day:    Version: 14.3.6 - SDK 10.5 3rd-Party support link
            SyncServicesAgent:    Version: 14.3.6 - SDK 10.5 3rd-Party support link
            Open XML for Excel:    Version: 14.3.6 - SDK 10.5 3rd-Party support link
            Microsoft Alerts Daemon:    Version: 14.3.6 - SDK 10.5 3rd-Party support link
            Microsoft Database Daemon:    Version: 14.3.6 - SDK 10.5 3rd-Party support link
            Microsoft Chart Converter:    Version: 14.3.6 - SDK 10.5 3rd-Party support link
            Microsoft Clip Gallery:    Version: 14.3.6 - SDK 10.5 3rd-Party support link
        Meteorologist:    Version: 1.5.6 - SDK 10.4 3rd-Party support link
        Lithium Core Admin:    Version: 5.0.15 - SDK 10.5 3rd-Party support link
        Microsoft Communicator:    Version: 13.1.3 - SDK 10.5 3rd-Party support link
        Lithium Console:    Version: 5.0.15 - SDK 10.5 3rd-Party support link
        SpotiMy:    Version: 1.1 - SDK 10.0 3rd-Party support link
        Rowmote Helper:    Version: 3.4.1 - SDK 10.5 3rd-Party support link
        iPhone Explorer:    Version: 2.1.0.1 - SDK 10.0 3rd-Party support link
        Data Rescue 3:    Version: 3.2 - SDK 10.4 3rd-Party support link
        Rivet:    Version: 2.8.0 - SDK 10.5 3rd-Party support link
        Remote Desktop Connection:    Version: 2.1.2 - SDK 10.5 3rd-Party support link
        Solver:    Version: 1.0 - SDK 10.5 3rd-Party support link
            /Applications/Microsoft Office 2011/Office/Add-Ins/Solver.app
        dynamiclinkmanager:    Version: 6.0.0 - SDK 10.5 3rd-Party support link
            /Library/Application Support/Adobe/Common/dynamiclink/CS6/dynamiclinkmanager.app
        dynamiclinkmediaserver:    Version: 6.0.1 - SDK 10.5 3rd-Party support link
            /Library/Application Support/Adobe/Common/dynamiclinkmediaserver/1.0/dynamiclinkmediaserver.app
        iSkysoft Helper Compact:    Version: 2.2.5.6 - SDK 10.5 3rd-Party support link
            /Applications/iSkysoft Helper Compact/iSkysoft Helper Compact.app
        Microsoft AutoUpdate:    Version: 2.3.6 - SDK 10.4 3rd-Party support link
            /Library/Application Support/Microsoft/MAU2.0/Microsoft AutoUpdate.app
        Audacity:    Version: 1.3.13.0 - SDK 10.4 3rd-Party support link
            /Applications/Audacity/Audacity.app
        /Library/Application Support/Microsoft/MERP2.0
            Microsoft Error Reporting:    Version: 2.2.9 - SDK 10.4 3rd-Party support link
            Microsoft Ship Asserts:    Version: 1.1.4 - SDK 10.4 3rd-Party support link
        SA Color Finesse 3 UI:    Version: 3.0.6(275) - SDK 10.5 3rd-Party support link
            /Applications/Adobe After Effects CS6/Plug-ins/Effects/Synthetic Aperture/(CF3 Support)/SA Color Finesse 3 UI.app
    Time Machine:
        Skip System Files: NO
        Auto backup: YES
        Volumes being backed up:
            Macintosh HD: Disk size: 930.71 GB Disk used: 363.47 GB
        Destinations:
            Untitled [Local] (Last used)
            Total size: 2 
            Total number of backups: 59
            Oldest backup: 2013-12-15 08:32:21 +0000
            Last backup: 2014-03-23 19:01:48 +0000
            Size of backup disk: Adequate
                Backup size 2  > (Disk used 363.47 GB X 3)
        Time Machine details may not be accurate.
        All volumes being backed up may not be listed.
    Top Processes by CPU:
           158%    vmware-vmx
           139%    Adium
            38%    plugin-container
             7%    thunderbird
             6%    firefox
    Top Processes by Memory:
        3.55 GB    vmware-vmx
        1.01 GB    firefox
        410 MB    thunderbird
        262 MB    kav
        229 MB    plugin-container
    Virtual Memory Information:
        1.03 GB    Free RAM
        5.20 GB    Active RAM
        5.07 GB    Inactive RAM
        4.44 GB    Wired RAM
        5.09 GB    Page-ins
        1.01 GB    Page-outs

    You have waaaaaay, waaaaaay too much software and "garbageware" installed on your Mac!
    Plus, you are treating your Mac too, tooo much like a Windows PC!
    Are you a former WindowsPC user?
    You do not need all of this software crap and "garbageware" you have installed on your Mac.
    How many applications do you run simultaneously in the background while working in another application?
    With 16 GBs of RAM, you should not be experiencing any memory Page out issues. Yet, you have over a GB of memory Page outs!
    You are, probably running tooo many applications at once. You need to cut back the amount of open applications that you have up and running concurrently OR install even MORE RAM!
    Your year and model Mac can take up to 32 GBs of RAM.
    Correct and reliable Mac RAM can be purchased from online Mac RAM sources Crucial memory or OWC (macsales.com).
    Unless you are running Kaspersky antivirus software under your Windows setup, completely uninstall this from OS X per instructions on the developer's website.
    OS X does not need antivirus software. Antivirus software can slow down the normal operation of OS X and have adverse and negative effects on performance and operation of OS X.
    Compleley uninstall CleanMyMac per the instructions on the developer's website.
    http://macpaw.com/support/cleanmymac/knowledgebase/how-to-uninstall-cleanmymac-2
    Again, you have waaaaay toooo many user startup/login items!
    You need to really, REALLY, look at these at determine what you need to have launch at startup or Login.
    You really need to whittle this waaaay down!
    All of these items launching at startup/login is causing a large part of your Mac slowdowns.
    Add or remove automatic items
    Choose Apple menu > System Preferences, then click Users & Groups.
    Select your user account, then click Login Items.
    Do one of the following:
    Click Add below the list on the right, select an app, document, folder, or disk, then click Add.If you don’t want an item’s windows to be visible after login, select Hide. (Hide does not apply to servers, which always appear in the Finder after login.)
    Select the name of the item you want to prevent from opening automatically, then click Delete below the list on the right.
    Google software is ,currently, not 100% compatible/compliant with OS X Mavericks. Especially Google Chrome and Drive.
    So, uninstall all Google software per the instructions on Google's website until Google posts an "official" fix/update for these.
    If you do not like Apple's Safari Web browser, try using Mozilla Firefox, instead. Mozilla constantly updates FireFox and there is a new update available.
    Also, Telestream Flip4Mac plugin is an issue on OS X Mavericks. If there is no Mavericks update for this plugin, then completely unistall this plugin per instructions on the Telestream website. Use the newest version of VLC player, instead.
    Completely Uninstall MacFUSE. There hasn't been any updates for this in a couple of years and is outdated and incompatible with Mavericks. Uninstall per instructions on the developer's website, also.
    You need to update all of your third party software if there are OS X Mavericks updates that can be applied.
    You may need to,ACTUALLY,  go to the third party developers' websites if there are no updates through the Mac App Store.
    Update all of your Web browser Internet plugins, extensions and add ons, also.
    Also, if you have any connected third party devices, like non-Apple keyboards, mice, drawing tablets, hubs, card  readers, etc, you need to go to the device makers' websites' and update the drivers for these devices to OS X Mavericks compatible versions, if available, applicable and needed.
    Good Luck to you!

  • I need help with this program ( Calculating Pi using random numbers)

    hi
    please understand that I am not trying to ask anymore to do this hw for me. I am new to java and working on the assignment. below is the specification of this program:
    Calculate PI using Random Numbers
    In geometry the ratio of the circumference of a circle to its diameter is known as �. The value of � can be estimated from an infinite series of the form:
    � / 4 = 1 - (1/3) + (1/5) - (1/7) + (1/9) - (1/11) + ...
    There is another novel approach to calculate �. Imagine that you have a dart board that is 2 units square. It inscribes a circle of unit radius. The center of the circle coincides with the center of the square. Now imagine that you throw darts at that dart board randomly. Then the ratio of the number of darts that fall within the circle to the total number of darts thrown is the same as the ratio of the area of the circle to the area of the square dart board. The area of a circle with unit radius is just � square unit. The area of the dart board is 4 square units. The ratio of the area of the circle to the area of the square is � / 4.
    To simuluate the throwing of darts we will use a random number generator. The Math class has a random() method that can be used. This method returns random numbers between 0.0 (inclusive) to 1.0 (exclusive). There is an even better random number generator that is provided the Random class. We will first create a Random object called randomGen. This random number generator needs a seed to get started. We will read the time from the System clock and use that as our seed.
    Random randomGen = new Random ( System.currentTimeMillis() );
    Imagine that the square dart board has a coordinate system attached to it. The upper right corner has coordinates ( 1.0, 1.0) and the lower left corner has coordinates ( -1.0, -1.0 ). It has sides that are 2 units long and its center (as well as the center of the inscribed circle) is at the origin.
    A random point inside the dart board can be specified by its x and y coordinates. These values are generated using the random number generator. There is a method nextDouble() that will return a double between 0.0 (inclusive) and 1.0 (exclusive). But we need random numbers between -1.0 and +1.0. The way we achieve that is:
    double xPos = (randomGen.nextDouble()) * 2 - 1.0;
    double yPos = (randomGen.nextDouble()) * 2 - 1.0;
    To determine if a point is inside the circle its distance from the center of the circle must be less than the radius of the circle. The distance of a point with coordinates ( xPos, yPos ) from the center is Math.sqrt ( xPos * xPos + yPos * yPos ). The radius of the circle is 1 unit.
    The class that you will be writing will be called CalculatePI. It will have the following structure:
    import java.util.*;
    public class CalculatePI
    public static boolean isInside ( double xPos, double yPos )
    public static double computePI ( int numThrows )
    public static void main ( String[] args )
    In your method main() you want to experiment and see if the accuracy of PI increases with the number of throws on the dartboard. You will compare your result with the value given by Math.PI. The quantity Difference in the output is your calculated value of PI minus Math.PI. Use the following number of throws to run your experiment - 100, 1000, 10,000, and 100,000. You will call the method computePI() with these numbers as input parameters. Your output will be of the following form:
    Computation of PI using Random Numbers
    Number of throws = 100, Computed PI = ..., Difference = ...
    Number of throws = 1000, Computed PI = ..., Difference = ...
    Number of throws = 10000, Computed PI = ..., Difference = ...
    Number of throws = 100000, Computed PI = ..., Difference = ...
    * Difference = Computed PI - Math.PI
    In the method computePI() you will simulate the throw of a dart by generating random numbers for the x and y coordinates. You will call the method isInside() to determine if the point is inside the circle or not. This you will do as many times as specified by the number of throws. You will keep a count of the number of times a dart landed inside the circle. That figure divided by the total number of throws is the ratio � / 4. The method computePI() will return the computed value of PI.
    and below is what i have so far:
    import java.util.*;
    public class CalculatePI
      public static boolean isInside ( double xPos, double yPos )
         double distance = Math.sqrt( xPos * xPos + yPos * yPos );        
      public static double computePI ( int numThrows )
        Random randomGen = new Random ( System.currentTimeMillis() );
        double xPos = (randomGen.nextDouble()) * 2 - 1.0;
        double yPos = (randomGen.nextDouble()) * 2 - 1.0;
        int hits = 0;
        int darts = 0;
        int i = 0;
        int areaSquare = 4 ;
        while (i <= numThrows)
            if (distance< 1)
                hits = hits + 1;
            if (distance <= areaSquare)
                darts = darts + 1;
            double PI = 4 * ( hits / darts );       
            i = i+1;
      public static void main ( String[] args )
        Scanner sc = new Scanner (System.in);
        System.out.print ("Enter number of throws:");
        int numThrows = sc.nextInt();
        double Difference = PI - Math.PI;
        System.out.println ("Number of throws = " + numThrows + ", Computed PI = " + PI + ", Difference = " + difference );       
    }when I tried to compile it says "cannot find variable 'distance' " in the while loop. but i thought i already declare that variable in the above method. Please give me some ideas to solve this problem and please check my program to see if there is any other mistakes.
    Thanks a lot.

    You've declared a local variable, distance, in the method isInside(). The scope of this variable is limited to the method in which it is declared. There is no declaration for distance in computePI() and that is why the compiler gives you an error.
    I won't check your entire program but I did notice that isInside() is declared to be a boolean method but doesn't return anything, let alone a boolean value. In fact, it doesn't even compute a boolean value.

  • New to Java and need help with this program..please!

    I'd really appreciate any helpful comments about this program assignment that I have to turn in a week from Friday. I'm taking a class one night a week and completely new to Java. I'd ask my professor for help, but we can't call him during the week and he never answers e-mails. He didn't tell us how to call from other classes yet, and I just can't get the darn thing to do what I want it to do!
    The assignment requirements are:
    1. Change a card game application that draws two cards
    and the higher card wins, to a Blackjack application
    2. Include a new class called Hand
    3. The Hand class should record the number of draws
    4. The application should prompt for a number of draws
    5. The game is played against the Dealer
    6. The dealer always draws a card if the dealer's hand total is <= 17
    7. Prompt the player after each hand if he wants to quit
    8. Display the total games won by the dealer and total and the total games wond by the player after each hand
    9. Display all of the dealer's and player's cards at the
    end of each hand
    10. Player has the option of drawing an additional card after the first two cards
    11. The Ace can have a value of 11 or 1
    (Even though it's not called for in the requirements, I would like to be able to let the Ace have a value of 1 or an 11)
    The following is my code with some comments about a few things that are driving me nuts:
    import java.util.*;
    import javax.swing.*;
    import java.text.*;
    public class CardDeck
    public CardDeck()
    deck = new Card[52];
    fill();
    shuffle();
    public void fill()
    int i;
    int j;
    for (i = 1; i <= 13; i++)
    for (j = 1; j <= 4; j++)
    deck[4 * (i - 1) + j - 1] = new Card(i, j);
    cards = 52;
    public void shuffle()
    int next;
    for (next = 0; next < cards - 1; next++)
    int rand = (int)(Math.random()*(next+1));
    Card temp = deck[next];
    deck[next] = deck[rand];
    deck[rand] = temp;
    public final Card draw()
    if (cards == 0)
    return null;
    cards--;
    return deck[cards];
    public int changeValue()
    int val = 0;
    boolean ace = false;
    int cds;
    for (int i = 0; i < cards; i++)
    if (cardValue > 10)
    cardValue = 10;
    if (cardValue ==1)     {
    ace = true;
    val = val + cardValue;
    if ( ace = true && val + 10 <= 21 )
    val = val + 10;
    return val;
    public static void main(String[] args)
    CardDeck d = new CardDeck();
    int x = 3;
    int i;
    int wins = 1;
    int playerTotal = 1;
    do {
    Card dealer = (d.draw());
    /**I've tried everything I can think of to call the ChangeValue() method after I draw the card, but nothing is working for me.**/
    System.out.println("Dealer draws: " + dealer);
    do {
    dealer = (d.draw());
    System.out.println(" " + dealer);
    }while (dealer.rank() <= 17);
    Card mine = d.draw();
    System.out.println("\t\t\t\t Player draws: "
    + mine);
    mine = d.draw();
    System.out.println("\t\t\t\t\t\t" + mine);
    do{
    String input = JOptionPane.showInputDialog
    ("Would you like a card? ");
    if(input.equalsIgnoreCase("yes"))
         mine = d.draw();
    System.out.println("\t\t\t\t\t\t" + mine);
         playerTotal++;
         else if(input.equalsIgnoreCase("no"))
    System.out.println("\t\t\t\t Player stands");
         else
    System.out.println("\t\tInvalid input.
    Please try again.");
    I don't know how to go about making and calling a method or class that will combine the total cards delt to the player and the total cards delt to the dealer. The rank() method only seems to give me the last cards drawn to compare with when I try to do the tests.**/
    if ((dealer.rank() > mine.rank())
    && (dealer.rank() <= 21)
    || (mine.rank() > 21)
    && (dealer.rank() < 22)
    || ((dealer.rank() == 21)
    && (mine.rank() == 21))
    || ((mine.rank() > 21)
    && (dealer.rank() <= 21)))
    System.out.println("Dealer wins");
    wins++;
         else
    System.out.println("I win!");
    break;
    } while (playerTotal <= 1);
    String stop = JOptionPane.showInputDialog
    ("Would you like to play again? ");
    if (stop.equalsIgnoreCase("no"))
    break;
    if (rounds == 5)
    System.out.println("Player wins " +
    (CardDeck.rounds - wins) + "rounds");
    } while (rounds <= 5);
    private Card[] deck;
    private int cards;
    public static int rounds = 1;
    public int cardValue;
    /**When I try to compile this nested class, I get an error message saying I need a brace here and at the end of the program. I don't know if any of this code would work because I've tried adding braces and still can't compile it.**/
    class Hand()
    static int r = 1;
    public Hand() { CardDeck.rounds = r; }
    public int getRounds() { return r++; }
    final class Card
    public static final int ACE = 1;
    public static final int JACK = 11;
    public static final int QUEEN = 12;
    public static final int KING = 13;
    public static final int CLUBS = 1;
    public static final int DIAMONDS = 2;
    public static final int HEARTS = 3;
    public static final int SPADES = 4;
    public Card(int v, int s)
    value = v;
    suit = s;
    public int getValue() { return value; }
    public int getSuit() { return suit;  }
    public int rank()
    if (value == 1)
    return 4 * 13 + suit;
    else
    return 4 * (value - 1) + suit;
    /**This works, but I'm confused. How is this method called? Does it call itself?**/
    public String toString()
    String v;
    String s;
    if (value == ACE)
    v = "Ace";
    else if (value == JACK)
    v = "Jack";
    else if (value == QUEEN)
    v = "Queen";
    else if (value == KING)
    v = "King";
    else
    v = String.valueOf(value);
    if (suit == DIAMONDS)
    s = "Diamonds";
    else if (suit == HEARTS)
    s = "Hearts";
    else if (suit == SPADES)
    s = "Spades";
    else
    s = "Clubs";
    return v + " of " + s;
    private int value; //Value is an integer, so how can a
    private int suit; //string be assigned to an integer?
    }

    Thank you so much for offering to help me with this Jamie! When I tried to call change value using:
    Card dealer = (d.changeValue());
    I get an error message saying:
    Incompatible types found: int
    required: Card
    I had my weekly class last night and the professor cleared up a few things for me, but I've not had time to make all of the necessary changes. I did find out how toString worked, so that's one question out of the way, and he gave us a lot of information for adding another class to generate random numbers.
    Again, thank you so much. I really want to learn this but I'm feeling so stupid right now. Any help you can give me about the above error message would be appreciated.

  • Hello, need a little help with this program

    i have this program and i cant see whats wrong with it. but when i run it the error "Exception in thread 'main' java.lang.NoSuchMethodError: main"
    anyone know what wrong?
    class Assignment2
       public final
       void main( String[] argv )
           Script sc = new Script ("Assignment2.txt");
           KeyboardReader kb = new KeyboardReader();
         System.out.println( "Enter Time In 24hr Mode (use -999 to quit) : " );
         int time = kb.getInt();
         if (time == -999) {     System.out.println( "EXIT" );}
         System.out.println( "" );
         System.out.println( "Enter The Distance Of The Call (use -999 to quit) : " );
         int distance = kb.getInt();
         if (distance == -999) {     System.out.println( "EXIT" );}
           System.out.println( "" );
         System.out.println( "Enter Length Of Call In Minutes (use -999 to quit) : " );
         double length = kb.getDouble();
         if (length == -999) {System.out.println( "EXIT" );}     
           System.out.println( "" );
           Calculation (time, distance, length);
       }// end main
    public void Calculation (int time, int distance, double length)
              while (time != -999 || distance != -999 || length != -999)
                   if (700 <= time && time <= 1900 && distance <= 100)
                          System.out.println( "Cost of call is $0.60 per minute" );
                          double cost = 0.60 * length;
                          System.out.println( "That call will cost $ " + cost );
                     if  (700 <= time && time <= 1900 && distance > 100)
                          System.out.println( "Cost of call is $1.10 per minute" );
                          double cost = 1.10 * length;
                          System.out.println( "That call will cost $ " + cost );
                     if  (700 <= time && time <= 1900 && distance > 100)
                          System.out.println( "Cost of call is $1.10 per minute" );
                          double cost = 1.10 * length;
                          System.out.println( "That call will cost $ " + cost );
                System.out.println( "EXIT" );            
      }//end calculation
    }//end class
    //----------------------------------------------------------------------------------------------------

    i have this program and i cant see whats wrong with
    it. but when i run it the error "Exception in thread
    'main' java.lang.NoSuchMethodError: main"
    anyone know what wrong?When you get exceptions you also get a stack trace pointing you at the exact line where the exception occured in your code.

  • Please help me figure out what's wrong with my girls fairly new Toshiba lap top.

    OK as of late my girl got a nice new laptop. It started off really fast and she was really happy with it. But in the past three weeks or so it's been acting up. It's not connecting to the Wi-Fi properly, and won't read and other available confections. If we reset and restart it one of two times that usually does the trick but the last time took 3 restarts before connecting to the right the way it was made to. To top it all off though. We were just laying down and she had heard the cooling fan going in it. This is odd because I had used it last and i always meme site to shut it down properly. But to my dismay when she picked it up and showed me I could clearly tell it was the cooling fan and that the lights on the side indicated that it was still on. What would cause these things to happen like this and more importantly, what can I do to not only fix the issues, but to stop this from becoming potentialy a bigger and worse problem? Please, anyone with any knowledge on this matter. Please help me out to prevent this from becoming a bigger more expensive issue. Thank you everyone for your time and you only would be greatly appreciated. The model number for this lasso to is XXXXXXXXX. Again thank you
    [Moderator edit to remove serial number corresponding to a L755-S5244.]

    your  L755-S5244 support site is here.
    L305-S5955, T9300 Intel Core 2 Duo, 4GB RAM, 60GB SSD, Win 7 Ultimate 64-bit

  • My 2010 MacBook Pro started running slow a few days ago and is getting worse. I have run a report with EtreCheck that I can post.  Can someone please help me figure out what's wrong and how to fix it.  Thank you.

    Problem started after I unintentionally downloaded some adware 4 days ago. After lots of aggressive ads slowed down my browser I downloaded and ran AdwareMedic which seemed to do the job and browser was back to normal.  Then, possibly a coincidence, everything on the computer started running slower.  I've backed up everything and have run a EtreCheck report.

    When you have the problem, note the exact time: hour, minute, second.  
    These instructions must be carried out as an administrator. If you have only one user account, you are the administrator.
    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad and start typing the name.
    The title of the Console window should be All Messages. If it isn't, select
              SYSTEM LOG QUERIES ▹ All Messages
    from the log list on the left. If you don't see that list, select
              View ▹ Show Log List
    from the menu bar at the top of the screen.
    Each message in the log begins with the date and time when it was entered. Scroll back to the time you noted above.
    Select the messages entered from then until the end of the episode, or until they start to repeat, whichever comes first.
    Copy the messages to the Clipboard by pressing the key combination command-C. Paste into a reply to this message by pressing command-V.
    The log contains a vast amount of information, almost all of it useless for solving any particular problem. When posting a log extract, be selective. A few dozen lines are almost always more than enough.
    Please don't indiscriminately dump thousands of lines from the log into this discussion.
    Please don't post screenshots of log messages—post the text.
    Some private information, such as your name, may appear in the log. Anonymize before posting.

  • Can someone please help me figure out what's wrong with my phone???

    So ive basically just deleted everything off my phone. i have 240 pictures and 2 short videos. my phone keeps displaying storage almost full when i do have crap on there!! my phone says i have 4.6 available space on icloud but my phone wont let me use that space!! this is getting real tiring and annoying!! I have 8gb &amp; my phone won't let me do anything with that 8gb!! &amp; I have 4.6 space available on iCloud!! Someone tell how to fix this!! I'm getting real angered about it

    Well, besides that my phone storage is still acting up. I just sat here &amp; deleted all my music &amp; everything!

  • Please Help me Figure out What is Wrong with Itunes Video Uploads

    Hi all. I would be so greatful for someones help. Since I bought my Ipod Video I frequesntly purchase videos from Itunes. Recently, I purchased 8 diffent videos-- ranging from television shows to movies, etc... The problem is that I cannot download anything fromthe Itunes store. Eachtime Itunes goes to download the items that I have purchased I receive an error message for each of the items as follows:
    "There was a problem downloading “______”.
    Parts of the file seems to be corrupted. To redownload the file, choose “Check for Purchases” from the Store menu."
    The thing is that this happens with any videos that Ipurchase now, so I doubt that they are all currupted. Could this bean issue with my settings or something? MaybeI am a bit clueless, but it is quite frustrating that I have spent alot of $ on things that I can't actually watch The problem doesn't happen with regularmusic downloads.
    Any help is VERY GREATLY appreciated.

    your  L755-S5244 support site is here.
    L305-S5955, T9300 Intel Core 2 Duo, 4GB RAM, 60GB SSD, Win 7 Ultimate 64-bit

  • Can you help me figure out what is causing the panic and how to fix it?

    I installed OS X Mavericks and now my iMac is turning itself off/on with an error continuously.  I did the Etrecheck and this is what I got-
    EtreCheck version: 1.9.12 (48)
    Report generated August 7, 2014 at 10:51:38 PM EDT
    Hardware Information:
      iMac (21.5-inch, Mid 2011) (Verified)
      iMac - model: iMac12,1
      1 2.5 GHz Intel Core i5 CPU: 4 cores
      4 GB RAM
    Video Information:
      AMD Radeon HD 6750M - VRAM: 512 MB
      iMac 1920 x 1080
    System Software:
      OS X 10.9.4 (13E28) - Uptime: 0 days 0:32:23
    Disk Information:
      ST3500418AS disk0 : (500.11 GB)
      EFI (disk0s1) <not mounted>: 209.7 MB
      Macintosh HD (disk0s2) / [Startup]: 499.25 GB (37.41 GB free)
      Recovery HD (disk0s3) <not mounted>: 650 MB
      OPTIARC DVD RW AD-5690H 
    USB Information:
      Apple Inc. FaceTime HD Camera (Built-in)
      Apple Inc. BRCM2046 Hub
      Apple Inc. Bluetooth USB Host Controller
      Apple Internal Memory Card Reader
      Apple Computer, Inc. IR Receiver
    Thunderbolt Information:
      Apple Inc. thunderbolt_bus
    Gatekeeper:
      Mac App Store and identified developers
    Kernel Extensions:
      [not loaded] com.devguru.driver.SamsungACMControl (1.4.14 - SDK 10.6) Support
      [not loaded] com.devguru.driver.SamsungACMData (1.4.14 - SDK 10.6) Support
      [not loaded] com.devguru.driver.SamsungComposite (1.4.14 - SDK 10.6) Support
      [not loaded] com.devguru.driver.SamsungMTP (1.4.14 - SDK 10.5) Support
      [not loaded] com.devguru.driver.SamsungSerial (1.4.14 - SDK 10.6) Support
    Problem System Launch Daemons:
      [failed] com.apple.ucupdate.plist
    User Login Items:
      iTunesHelper
      uTorrent
      KiesAgent
      fuspredownloader
      TmLoginMgr
    Internet Plug-ins:
      Silverlight: Version: 5.1.10411.0 - SDK 10.6 Support
      FlashPlayer-10.6: Version: 11.2.202.228 Support
      AdobePDFViewer: Version: 10.0.0 Support
      Flash Player: Version: 11.2.202.228 Outdated! Update
      QuickTime Plugin: Version: 7.7.3
      Default Browser: Version: 537 - SDK 10.9
    Audio Plug-ins:
      BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
      AirPlay: Version: 2.0 - SDK 10.9
      AppleAVBAudio: Version: 203.2 - SDK 10.9
      iSightAudio: Version: 7.7.3 - SDK 10.9
    iTunes Plug-ins:
      Quartz Composer Visualizer: Version: 1.4 - SDK 10.9
    3rd Party Preference Panes:
      Flash Player  Support
    Time Machine:
      Time Machine not configured!
    Top Processes by CPU:
          1% WindowServer
          1% fontd
          0% identityservicesd
          0% imagent
    Top Processes by Memory:
      197 MB Finder
      152 MB Safari
      152 MB com.apple.IconServicesAgent
      78 MB WindowServer
      74 MB Dock
    Virtual Memory Information:
      1.34 GB Free RAM
      1.91 GB Active RAM
      225 MB Inactive RAM
      541 MB Wired RAM
      308 MB Page-ins
      0 B Page-outs
    Also-
    Thu Aug  7 22:18:08 2014
    panic(cpu 1 caller 0xffffff8027c526cf): "a freed zone element has been modified: expected 0xdeadbeefdeadbeef but found 0, bits changed 0xdeadbeefdeadbeef, at offset 8 of 128 in zone: kalloc.128"@/SourceCache/xnu/xnu-2422.110.17/osfmk/kern/zalloc.c:461
    Backtrace (CPU 1), Frame : Return Address
    0xffffff80c16b3ca0 : 0xffffff8027c22f79
    0xffffff80c16b3d20 : 0xffffff8027c526cf
    0xffffff80c16b3d80 : 0xffffff8027c51dc9
    0xffffff80c16b3e80 : 0xffffff8027c2aa3f
    0xffffff80c16b3eb0 : 0xffffff8027fe334d
    0xffffff80c16b3ef0 : 0xffffff80280227a0
    0xffffff80c16b3f60 : 0xffffff8028040777
    0xffffff80c16b3fb0 : 0xffffff8027cf3c38
    BSD process name corresponding to current thread: iCorePluginMgr
    Mac OS version:
    13E28
    Kernel version:
    Darwin Kernel Version 13.3.0: Tue Jun  3 21:27:35 PDT 2014; root:xnu-2422.110.17~1/RELEASE_X86_64
    Kernel UUID: BBFADD17-672B-35A2-9B7F-E4B12213E4B8
    Kernel slide:     0x0000000027a00000
    Kernel text base: 0xffffff8027c00000
    System model name: iMac12,1 (Mac-942B5BF58194151B)
    System uptime in nanoseconds: 99258199784
    last loaded kext at 38556280668: com.apple.driver.AppleBluetoothHIDKeyboard 170.15 (addr 0xffffff7fa9130000, size 24576)
    loaded kexts:
    com.trendmicro.kext.KERedirect 1.0.0
    com.apple.driver.AudioAUUC 1.60
    com.apple.driver.AppleBluetoothMultitouch 80.14
    com.apple.driver.AppleHWSensor 1.9.5d0
    com.apple.filesystems.autofs 3.0
    com.apple.iokit.IOUserEthernet 1.0.0d1
    com.apple.iokit.IOBluetoothSerialManager 4.2.6f1
    com.apple.driver.AppleUpstreamUserClient 3.5.13
    com.apple.driver.ApplePolicyControl 3.6.22
    com.apple.driver.AppleHDAHardwareConfigDriver 2.6.3f4
    com.apple.driver.AppleTyMCEDriver 1.0.2d2
    com.apple.driver.AGPM 100.14.28
    com.apple.driver.AppleMikeyHIDDriver 124
    com.apple.Dont_Steal_Mac_OS_X 7.0.0
    com.apple.driver.AppleMuxControl 3.6.22
    com.apple.kext.AMDFramebuffer 1.2.4
    com.apple.driver.AppleIntelHD3000Graphics 8.2.4
    com.apple.iokit.IOBluetoothUSBDFU 4.2.6f1
    com.apple.driver.AppleHDA 2.6.3f4
    com.apple.driver.AppleMikeyDriver 2.6.3f4
    com.apple.driver.AppleHWAccess 1
    com.apple.driver.AppleThunderboltIP 1.1.2
    com.apple.driver.AppleBacklight 170.3.5
    com.apple.AMDRadeonX3000 1.2.4
    com.apple.driver.AirPort.Atheros40 700.74.5
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport 4.2.6f1
    com.apple.driver.AppleSMCPDRC 1.0.0
    com.apple.iokit.AppleBCM5701Ethernet 3.8.1b2
    com.apple.driver.AppleSMCLMU 2.0.4d1
    com.apple.driver.ACPI_SMC_PlatformPlugin 1.0.0
    com.apple.driver.AppleLPC 1.7.0
    com.apple.driver.AppleIntelMCEReporter 104
    com.apple.driver.AppleMCCSControl 1.2.5
    com.apple.kext.AMD6000Controller 1.2.4
    com.apple.driver.AppleIntelSNBGraphicsFB 8.2.4
    com.apple.driver.AppleIRController 325.7
    com.apple.iokit.SCSITaskUserClient 3.6.6
    com.apple.driver.AppleUSBCardReader 3.4.1
    com.apple.driver.AppleFileSystemDriver 3.0.1
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless 1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeLZVN 1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0d1
    com.apple.BootCache 35
    com.apple.driver.XsanFilter 404
    com.apple.iokit.IOAHCIBlockStorage 2.6.0
    com.apple.driver.AppleUSBHub 683.4.0
    com.apple.driver.AppleFWOHCI 5.0.2
    com.apple.driver.AppleAHCIPort 3.0.5
    com.apple.driver.AppleUSBUHCI 656.4.1
    com.apple.driver.AppleUSBEHCI 660.4.0
    com.apple.driver.AppleRTC 2.0
    com.apple.driver.AppleACPIButtons 2.0
    com.apple.driver.AppleHPET 1.8
    com.apple.driver.AppleSMBIOS 2.1
    com.apple.driver.AppleACPIEC 2.0
    com.apple.driver.AppleAPIC 1.7
    com.apple.driver.AppleIntelCPUPowerManagementClient 217.92.1
    com.apple.nke.applicationfirewall 153
    com.apple.security.quarantine 3
    com.apple.driver.AppleIntelCPUPowerManagement 217.92.1
    com.apple.driver.AppleBluetoothHIDKeyboard 170.15
    com.apple.driver.AppleHIDKeyboard 170.15
    com.apple.driver.IOBluetoothHIDDriver 4.2.6f1
    com.apple.driver.AppleMultitouchDriver 245.13
    com.apple.kext.triggers 1.0
    com.apple.iokit.IOSurface 91.1
    com.apple.iokit.IOSerialFamily 10.0.7
    com.apple.iokit.IOBluetoothFamily 4.2.6f1
    com.apple.driver.AppleGraphicsControl 3.6.22
    com.apple.driver.DspFuncLib 2.6.3f4
    com.apple.vecLib.kext 1.0.0
    com.apple.iokit.IOAudioFamily 1.9.7fc2
    com.apple.kext.OSvKernDSPLib 1.14
    com.apple.driver.AppleBacklightExpert 1.0.4
    com.apple.iokit.IOAcceleratorFamily 98.22
    com.apple.iokit.IONDRVSupport 2.4.1
    com.apple.iokit.IO80211Family 640.36
    com.apple.iokit.IOBluetoothHostControllerUSBTransport 4.2.6f1
    com.apple.iokit.IOEthernetAVBController 1.0.3b4
    com.apple.driver.mDNSOffloadUserClient 1.0.1b5
    com.apple.driver.AppleHDAController 2.6.3f4
    com.apple.iokit.IOHDAFamily 2.6.3f4
    com.apple.iokit.IOFireWireIP 2.2.6
    com.apple.iokit.IONetworkingFamily 3.2
    com.apple.driver.AppleSMC 3.1.8
    com.apple.driver.IOPlatformPluginLegacy 1.0.0
    com.apple.driver.AppleSMBusPCI 1.0.12d1
    com.apple.driver.IOPlatformPluginFamily 5.7.1d6
    com.apple.driver.AppleThunderboltEDMSink 2.1.3
    com.apple.driver.AppleSMBusController 1.0.12d1
    com.apple.kext.AMDSupport 1.2.4
    com.apple.AppleGraphicsDeviceControl 3.6.22
    com.apple.iokit.IOGraphicsFamily 2.4.1
    com.apple.iokit.IOSCSIMultimediaCommandsDevice 3.6.6
    com.apple.iokit.IOBDStorageFamily 1.7
    com.apple.iokit.IODVDStorageFamily 1.7.1
    com.apple.iokit.IOCDStorageFamily 1.7.1
    com.apple.iokit.IOAHCISerialATAPI 2.6.1
    com.apple.driver.AppleThunderboltDPInAdapter 3.1.7
    com.apple.driver.AppleThunderboltDPOutAdapter 3.1.7
    com.apple.driver.AppleThunderboltDPAdapterFamily 3.1.7
    com.apple.driver.AppleThunderboltPCIDownAdapter 1.4.5
    com.apple.iokit.IOUSBHIDDriver 660.4.0
    com.apple.iokit.IOSCSIBlockCommandsDevice 3.6.6
    com.apple.iokit.IOUSBMassStorageClass 3.6.0
    com.apple.iokit.IOSCSIArchitectureModelFamily 3.6.6
    com.apple.driver.AppleUSBMergeNub 650.4.0
    com.apple.driver.AppleUSBComposite 656.4.1
    com.apple.iokit.IOUSBUserClient 660.4.2
    com.apple.driver.AppleThunderboltNHI 2.0.1
    com.apple.iokit.IOThunderboltFamily 3.3.1
    com.apple.iokit.IOFireWireFamily 4.5.5
    com.apple.iokit.IOAHCIFamily 2.6.5
    com.apple.iokit.IOUSBFamily 683.4.0
    com.apple.driver.AppleEFINVRAM 2.0
    com.apple.driver.AppleEFIRuntime 2.0
    com.apple.iokit.IOHIDFamily 2.0.0
    com.apple.iokit.IOSMBusFamily 1.1
    com.apple.security.sandbox 278.11.1
    com.apple.kext.AppleMatch 1.0.0d1
    com.apple.security.TMSafetyNet 7
    com.apple.driver.AppleKeyStore 2
    com.apple.driver.DiskImages 371.1
    com.apple.iokit.IOStorageFamily 1.9
    com.apple.iokit.IOReportFamily 23
    com.apple.driver.AppleFDEKeyStore 28.30
    com.apple.driver.AppleACPIPlatform 2.0
    com.apple.iokit.IOPCIFamily 2.9
    com.apple.iokit.IOACPIFamily 1.4
    com.apple.kec.corecrypto 1.0
    com.apple.kec.pthread 1
    System Profile:
    Model: iMac12,1, BootROM IM121.0047.B1F, 4 processors, Intel Core i5, 2.5 GHz, 4 GB, SMC 1.71f22
    Graphics: AMD Radeon HD 6750M, AMD Radeon HD 6750M, PCIe, 512 MB
    Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80CE, 0x4D34373142353737334448302D4348392020
    Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80CE, 0x4D34373142353737334448302D4348392020
    AirPort: spairport_wireless_card_type_airport_extreme (0x168C, 0x9A), Atheros 9380: 4.0.74.0-P2P
    Bluetooth: Version 4.2.6f1 14216, 3 services, 23 devices, 0 incoming serial ports
    Network Service: Ethernet, Ethernet, en0
    Serial ATA Device: ST3500418AS, 500.11 GB
    Serial ATA Device: OPTIARC DVD RW AD-5690H
    USB Device: FaceTime HD Camera (Built-in)
    USB Device: Hub
    USB Device: BRCM2046 Hub
    USB Device: Bluetooth USB Host Controller
    USB Device: Hub
    USB Device: Internal Memory Card Reader
    USB Device: IR Receiver
    Thunderbolt Bus: iMac, Apple Inc., 25.1

    I did this and it seems to have worked ....from this post My MacBook Pro keeps restarting after I downloaded the OS X Mavericks update.... Help me asap
    el_manceboApr 3, 2014 11:30 PM
    Re: My MacBook Pro keeps restarting after I downloaded the OS X Mavericks update.... Help me asapin response to el_mancebo
    Comn! Stop installing sh*t:
    com.trendmicro.kext.KERedirect    1.0.0
    com.paceap.kext.pacesupport.snowleopard    5.8
    com.seagate.driver.PowSecLeafDriver_10_5    5.2.6
    com.seagate.driver.PowSecDriverCore    5.2.6
    Don't install software that interferes with your system, like drivers antivirus. This low level software if fails make your system down.
    MacOs has everything you need its complete, it has backup systems, antivirus system, internet security, so no need for low level thing.
    In safe mode your mac don't load all this sh*t and that's is why it runs.
    In finder menu go / go to the folder paste this:
    /Library/StartupItems/
    This must be empty, delete everything you find there.
    In finder menu go / go to the folder paste this:
    /Library/Extensions/
    This is what i have in that folder, it may vary depending of the mac hardware:
    ATTOCelerityFC8.kext 
    ATTOExpressSASHBA2.kext
    ATTOExpressSASRAID2.kext
    ArcMSR.kext
    CalDigitHDProDrv.kext
    HighPointIOP.kext
    HighPointRR.kext
    PromiseSTEX.kext
    SoftRAID.kext
    If you see something with resemblance to trend micro, pace or seagate, trash it.
    Trash everything inside this 3 folders:
    /Library/LaunchAgents/ 
    ~/Library/LaunchAgents/ 
    /Library/LaunchDaemons/
    If you keep not finding the ofending software, look in this folders, but with care, this are core system files so if you trash something needed you must reinstall the OS:
    /System/Library/Extensions/ 
    I have 226 extensions there.
    /System/Library/LaunchAgents/ 
    /System/Library/LaunchDaemons/

Maybe you are looking for

  • Obiee spurious pivot table non-total figures

    Hi, My problem is that a pivot table in conjunction with non-hierarchical columns presents figures where no figures exist at data level rather than pivot table totals. OBIEE version 11.1.1.7.0 Essbase version 11.1.2.3 I have an Essbase data source fo

  • Change size of pages/text in pdf book

    Hello I am trying to read a few pdf books but the text is so small that I have to zoom way in and then scroll from side to side to read the thing. Its super irritating. Is there a way to make the pdf book act more like the regular books? I would like

  • How to make the condition type active

    hi, how to make the condition type active when its in inactive stage and its showing yellow triangle and y in the control features of it. and how to solve if is showing a statement as "INITAILISED". regards, balajit

  • Display Process Name in Form

    Hi, I have created one process with form scenario, i want to display the process name in my adobe form which i have created and i need the bind in form scenario Is there any ASR data element there?..for displaying process name in adobe form. Cheers,

  • How to print 2D barcode with SAPGOF device type

    I only see some pre-defined standard barcode like BC_93, BC_C128B in the SAPGOF device type. How can I define and print a 2D barcode like QR Code or Data Matrix with SAPGOF device type? Please advice me. I promise to grade you. Thanks