AnySidedDie and possibly unfair

/**Hi, I'm new writing java. I have actually read most of my book and have actually overview the posting in the forums. I understand the concept when I'm reading the code, but when it comes **to writing I go blind. I have this assignment, which I'm actually going to work by steps, I'm going to paste all but I actually need just help declaring the instance variables, so that I could **move on to the constructors. I was wondering if there would be some one to help me.
**Thanks,
import java.util.Random;
** AnySidedDie is a class each instance of which models an n-sided
** (and possibly unfair) die, such as is used in games of chance and
** board games.
//These are the instance variables suggested by my professor. I know they are just declare
//excep for numSides, I don't know how to initialize my variables.
public class AnySidedDie {
     int numSides (10); // Sides of the Die
     int numDots ();      // Number of dots
     int count[];            // Array to count how many times a number of dots happen
     int prob[];             // Array of probabilities that a number of dots could happen
     int boundary[];      // This one I'm kind of confuse, I guess is a boundary of the length of the number of sides.
     public Ramdom ram;
   /*   c o n s t r u c t o r s   */
   ** Class constructor that produces an n-sided die, where n is the
   ** length of the array argument.  Each side's probability of being
   ** the result of a toss is given by the ratio of its corresponding
   ** element in the array to the sum of the array elements.  For example,
   ** suppose that freq[1] = 3 and that the sum of the elemements in
   ** freq[] is 10.  Then the probability of tossing a 2 is 3/10 (i.e.,
   ** three tenths).  (Note that the array indices begin at 0 but that
   ** the number of dots on the sides of the die begin at 1.)
   ** @param freq the i-th element indicates the relative frequency with
   **        which i+1 should occur as the result of a toss
   ** @pre freq.length > 0  &  for all i, freq[i] >= 0  &  sum(freq) > 0
   ** @post die is initialized so that, for each k satisfying 0<k<=freq.length,
   **       the probability of tossing k is freq[k-1] / sum(freq)
   public AnySidedDie(double[] freq){
   ** Class constructor that produces an n-sided fair die.
   ** @param n  the number of sides of the die
   ** @pre n > 0
   ** @post die created is such that, for each k satisfying 0<k<=n,
   **       the probability of tossing k is 1/n
   public AnySidedDie(int n) {
   /*   o b s e r v e r s   */
   ** Returns the result (i.e., number of dots on the upward-facing side)
   ** of the die's most recent toss.
   ** @return  number of dots on the die's upward facing side
   public int result() {
   /** Reports how many sides the die has.
   **  @return the number of sides on the die
   public int numberOfSides() {
   /** Returns the number of times that the specified result (which must
   **  be in the range 1..numberOfSides()) has been tossed on the die.
   **  @param k the result whose frequency is sought
   **  @return the # of times that k has been the result of tossing the die
   public int tossCount(int k) {
   /** Returns the probability with which the specified result (which must
   **  be in the range 1..numberOfSides()) can be expected to be tossed
   **  on this die.  Note that the sum of these probabilities, over all
   **  possible results 1 through numberOfSides(), should be 1.0 (or
   **  something very close to it, allowing for representation error).
   **  @param k the result whose probability is sought
   **  @return the probability with which k can be expected to be the
   **     result of tossing the die
   public double probability(int k) {
   /*   m u t a t o r   */
   ** Tosses the die.
   public void toss() {
}

I have been working on the code. When I compile I still have one error. I'm not sure if the code I have is correct.
I'm having problems with one constructor (boundary constructor). I need to assign the probability array to the boundary array.
This is the code for the one constructor :
     boundary = prob;
          int k = 0;
          while (k <= prob.length){
          boundary[k] = boundary[k-1] + prob[k];
Following is the whole script in case in case it may help
Thanks:
import java.util.Random;
public class AnySidedDie {
     private int numSides;
     private int numDots;
     private int[] count;
     private double[] prob;
     private double[] boundary;
     private Random ran;
   public AnySidedDie(double[] freq){
          double sum = 0.0;                      //sum of elements in freq[]
          int i = 0;
          while (i != freq.length) {
               sum = sum = freq;
               i = i + 1;
          prob = new double [freq.length]; //generates an array of probabilities out of frequency
          int j = 0;
          while (j != freq.length){
               prob[j] = freq[j]/sum;
               j = j + 1;
     //Need help with this constructor and loop     
          boundary = prob;
          int k = 0;
          while (k <= prob.length){
          boundary[k] = boundary[k-1] + prob[k];
public AnySidedDie(int n) {
          numSides = n;
public int result() {
          return numDots;
public int numberOfSides() {
          return numSides;
public int tossCount(int k) {
          return count [k-1];
public double probability(int k) {
          return prob;
public void toss() {
          count [numDots - 1]++;

Similar Messages

  • Is there a BAPI that gives the status information (and possibly more) of a

    Hi All,
    We are using an external document image system where we scan and code vendor invoices. They are send to our SAP system via a BAPI.
    We want to update the status of the invoice in the document image system from the status in the SAP system, so whether it is still open or has been paid and cleared. Is there a BAPI that gives the status information (and possibly more) of a specific vendor open item?
    Regards,
    Gerrit

    Are you sure about that? Several highly regarded, widely downloaded apps, e.g., eReader, have an option to hide the status bar. The developer forums are awash in discussions about the commands to hide the status bar-- it's built in to the SDK.
    I figure someone will have put out a small program that does nothing but hide the status bar or allow its tweaking... much like StatusBar does on the Palm OS 5 PDAs...

  • Aperture 3 Hanging after upgrade and possible solution

    In advance, sorry for the long post:
    As many have reported already, I was also a user of Aperture staring at the beachball and finding my computer hanging completely up to the point I was ready to give it flight lessons for free. I might have done this to my MacBook Pro if I was not leaving for an overland trip to Capetown from the Netherlands in a Toyota Land Cruiser in 2 days. If you want to read about the trip: www.africaminded.com.
    How did I solve the issue in my case? I hope it helps some of you.
    *My aperture setup*
    Before you go through all the steps below let me explain how my Aperture workflow was set up:
    1. Projects in Aperture correspond to folders on my harddrives. The project folders in Aperture contain reference files to the fils on my harddrives. The folders on my harddrives have the same name as the projects in Aperture. Using the same name does not really matter much, except I find it easier to find images from aperture back on my harddrive without having to use aperture to find the images.
    2. I do not have the images imported into an Aperture library because this alllows me to access the images with other applications than Aperture (Photoshop etc).
    Preparations:
    *Actions I took before I started with a clean Aperture:*
    1. Launch Aperture with holding the shift key. This defers Aperture from processing images in the library. Tip from Apple website: http://support.apple.com/kb/HT3805
    2. Show Keywords HUD and export the keyword list in a separate file onto the desktop
    3. Create folder on desktop called "Exported Projects"
    4. Drag project by project to the just created folder. Yes this is a painstaking long process and one I would have liked avoided but I did not find any other solution and needed one. Luckily I only had 44 projects to go through.
    5. Close Aperture
    6. Delete the user preferences
    1. Quit Aperture if still running.
    2. In the Finder go to ~/Library/Preferences. (The tilde "~" represents your Home folder).
    3. Remove the "com.apple.Aperture.plist" file from the Preferences folder.
    7. Move the user created presets, keyword lists, and so on...
    1. Quit Aperture.
    2. In the Finder, go to ~/Library/Application Support/Aperture.
    3. Move the contents of this folder to your Desktop
    8. Delete your old Aperture Library or move it to another harddrive. If possible do not empty the bin of your computer (just in case you need the library again - I did not after following all steps below).
    9. Reinstall Aperture; Note: Make sure that you have your installation discs nearby before starting this.
    1. Open the Applications folder.
    2. Drag the Aperture application to the Trash.
    3. Insert your Aperture installation disc and install Aperture.
    4. When finished, choose Software Update from the Apple () menu to update your software to the latest version.
    *Now your computer has a clean install of Aperture*
    1. Launch Aperture
    2. Show Keywords HUD and import the keyword list that you saved in a separate file on the desktop
    3. Move the following files back into ~/Library/Application Support/Aperture:
    1. Adjustment Chain Presets.plist
    2. FileNamingPresets.plist
    3. Metadata Presets.plist
    4. MetadataSets.plist
    4. Close Aperture and go to
    Following the steps below allows you to keep all you metadata and rating as well. It is possible in Aperture 3 to read and import sidecar files containing metadata but this will not include the rating! So if you want to keep your metadata and your ratings, follow the steps below:
    (*A) Importing Project*s
    1. Launch aperture
    2. File > Import >Library / Project
    3. After selecting the exported project you want to import, confirm you want to merge the project
    4. Which library should be used when a conflict is detected? Choose current library (and not the library/project you are importing).
    5. Let Aperture take its time to merge the projects (depending on the size of the project you import this can take longer and you might see the famous beach ball for a few seconds). In the beginning it will look like Aperture does nothing or hangs again.
    6. After merging the libraries are completed Close Aperture.
    7. Launch Aperture and immediately select Window > Show Activity from the menu. Let Aperture process new previews (this should start automatically after opening Aperture). Show activity will give you an idea how far Aperture is when processing the images so you don't have to stress and stare at the spinning wheel in the bottom left corner.
    8. After the processing has finished Close Aperture again to save the new previews and share them with iLife and iWork.
    9. Repeat the above until you have imported all your projects. Remember to keep repeating step 6 to 9. This allows you to find out which project contains corrupted images or is corrupt and to deal with it separately. Importing all projects at the same time and then processing all pictures at the same time does not give you the opportunity to figure out how to get rid of the beachball!
    *(B) What to do when images are corrupted in a project?*
    In case you imported a project that was corrupted or contains corrupted images that causes Aperture to hang completely and slow down your computer to a complete halt:
    1. Force quit aperture
    2. Reopen aperture and immediately press the shift key after launching the program. Pressing the shift key stops Aperture from rendering/processing the images you imported from the "corrupted project".
    3. Select the last imported projected (the one that contains 1 or several corrupted images and gave you the beachball again).
    4. Delete the project and empty the trash in Aperture as well. Do not delete the master files associated with you referenced images.
    5. Move the corrupted project into a folder called "Corrupted projects". Do not throw the corrupted project away - we will deal with this one later. Just make sure they are not part of the main library you are building.
    6. Quit and launch aperture. Aperture should not be processing any images anymore as you already completed that with step 8 above.
    7. Complete the importing of your projects following the exact steps above, skipping the corrupted project.
    Ps. In my case I found 1 project with corrupted images.
    *(C) What do you do with the corrupted projects?*
    1. Make sure that Aperture is not yet running.
    2. Double click the corrupted project and press the shift key to defer the processing of images. This will launch aperture and treat the project as an individual library.
    3. Select all thumbnails and export masters to a new folder and select "Create IPTC4XMP Sidecar File" in the pulldown list where it says "Metadata" in the export window. You should now have all master images of this corrupted project and the sidecar files containing the metadata of these images in the same folder.
    4. Quit Aperture
    5. Press the Alt-Key/Option-Key and Launch Aperture. Aperture should now ask you which library you want to open. Select your Main Library that contains all the projects you imported following step 1-9 above.
    6. Create a new project for the images you are going to import from step 3 of section C.
    7. Import the images and move them to where you want them to have. Aperture should import the non-corrupted images including their metadata (as the sidecar file of these images is in the same folder as the images). All you have lost in this case is the rating and possibly the adjustment of these images. The IPTC data will be imported by Aperture in step 9 Section C. You could survive having to redo the rating manually. Redoing the adjustments is a bit of more work, sorry.
    8. Quit Aperture.
    9. Launch Aperture with pressing the alt-key or option-key and select your main library as in step 5 and select "Show Activity" from the menu. You are now back into step 7 of section A. Complete step7, step 8 and 9 of section A.
    *D. Congrats*
    1. When all projects have imported correctly delete the projects from your harddrive to gain space.
    2. Delete the temporary Aperture library created in section C step 2.
    3. Re-install plug ins that you might have moved in the preparation phase (if possible 64-bit versions if available)
    Congrats. You now have a completely new and well functioning new Aperture 3 library that offers you all the new features and is very fast I should say. My machine: MacBook Pro 2.93GHz with 4GB Ram.
    After you think you can trust Aperture again empty your bin to gain space on your computer.
    How long did this take me? All in all about 3 days but not full time luckily. How many real corrupted images? None - something else in the project data was messing everything up.

    WOW!
    I'm REALLY impressed by your exhaustive and detailled description!
    How long did it take to write? Sure longer than the import itself...
    Thank you so much. I got a working import of Ap2 lib before but your description have me various hints for handling problematic or faulty projects.
    Matt

  • Connecting kurzweil sp88 to GB I want to connect my Kurzweil sp88 to GB. The Kurzweil has a baffling array of buttons and possible MIDI channels. It also has the old style MIDI plug ins. I've got the MIDI out connected to my MacBook Pro via USB adapter.

    I have my Kurzweil connected to my MacBook Pro via an adapter (old style MIDI from Kurzweil to USB adapter connecting to Mac). The Kurzweil has a baffling array of buttons and possible MIDI channels. Can anyone please tell me which of the channels I should use? Also, should I leave the MIDI In cable out of the Kurzweil? Thanks for as detailed an answer as possible. If you like you can respond directly to me at [email protected]

    First of all I do not own this keyboard. But a quick look at the manual (found on the internet) says that when first powered up the SP88 is in Internal Sounds mode. Meaning you hear the sounds selected when playing the keyboard. It also stated that the default Midi Transmit Channel is Midi Channel #1.
    Looks like you would need to go to the SP88 Keyboard's MIDI SETUP and simply select LOCAL OFF. Now the keyboard should be ready to transmit Midi Out only and no internal sounds should be heard.
    Next you may or may not need to do this but you might need to go into the Utilities Folder found in your Applications Folder on your Mac and double click AUDIO MIDI SETUP the keyboard Icon. Figure #1 below.
    Next you need to make a physical connection from the Midi Out of the SP88 to the Midi In on your Midi Interface. Figure #3 below. You may need to Click on Add Device first. Figure #2 below.
    In the examples shown below I have a Yamaha Electronic Drum Kit that is Midi Out only... not USB out. I had to plug a Midi cable from the Midi Out Port on the back of my Drum Module to the Midi In Port on the back of my Motu 828 Audio Inferface which is connected to my Mac. Next I created the Audio Interface and Drum Module "Devices" as mentioned above.
    I then double clicked on the Drum Module and made my Midi Out Selections. Figure #4 Below. And once it was setup and the icons closed I used my mouse to draw a virtual cable connection from the Drum Module Out to the Audio Interface In. Figure #3 below. This is how I got my Midi Devices to talk to one another.
    Once you have made your setup as I have outlined create a MIDI Instrument Track in Garageband, select an instrument for example a Piano then Record Enable that track in Garageband and see if you now hear what you are playing. In this example the SP88 is a Midi Controller only and you will only hear sounds selected in Garageband which is what you want.
    Keep in midi your setup may be different than mine. You can keep your SP88 Keyboard on the default Midi Channel #1. That would be a good place to start. Garageband receives Midi on all channels.

  • HT1331 "AirPort Disk Utility" no longer exists in 10.7 Lion (and possibly hasn't existed since 10.5).

    I think this article is misleading, it seems that "AirPort Disk Utility" no longer exists in 10.7 Lion (and possibly hasn't existed since 10.5).

    Good luck, I've treid with this one:
    http://support.apple.com/kb/HT4635
    Notice how outdated it still is. Not only that, but how it's got wrong info, like 1st Gen Express Model #.
    Maybe you got more weight than I do...

  • Blocked account and possibly blocked IP address

    My account was blocked three days ago after I tried to change my payment method. at the same time, my mother's account is blocked as well( we shared a same skype payment method).
    I tried to file report and fix the problem, but without any explaination, Skype terminate my account and my mother's account along with my unused 3 month unlimited world suscription, 3 month sigapore subscription and one month china subscription. I lost about 50 dollars without any mentions of refund.
    now try to contact my family, I decide move on to register a new account. but as soon i register a new account (with a new email address), and tried to purchase the subscription, the skype will block my new account. 
    I want to know how to register a new account and pay for a subsciption and possible way to get my refund from my old one.

     limj wrote:
    1. Skype terminate my account and my mother's account
    2. I decide move on to register a new account. 
    Hello and welcome to the Skype Community.
    1. Your account is not terminated - it's just temporarily blocked - and as soon as it is unblocked you can resume using your Subscriptions.
    2. That will have no effect. To request that your account is unblocked please contact Skype customer service
    TIME ZONE - US EASTERN. LOCATION - PHILADELPHIA, PA, USA.
    I recommend that you always run the latest Skype version: Windows & Mac
    If my advice helped to fix your issue please mark it as a solution to help others.
    Please note that I generally don't respond to unsolicited Private Messages. Thank you.

  • Best Way to Aggregate Multiple Announcement Apps and Possibly External RSS Feed

    Hello,
    I have two separate announcement apps (one in sub-site A, and one is sub-site B). I am trying to create a webpart that will display content from both apps together.
    I have tried to setup a CSWP and have been able to set the query to pull in the data (Although it shows expired announcements, which I would need to eliminate). Now, I am trying to customize the display of the CSWP, including the property mapping values
    to display the announcement title (currently working with the URL as a link) and body (truncated like the announcement summary view if possible).
    How can I get the body from the announcement to display? The 'body' field isn't listed as an option in the drop down list of mapping values. Do I need to toggle an option on the separate announcement apps, create a column, map a field, or some combination?
    Also, I'd like to know if it is possible to add in an external RSS feed. Or, if there is a completely different way to approach and accomplish this, please let me know.
    Thank you

    Hi,
    To display the “Body” field of Announcements list properly in Content Search Web Part, you can take a look at this blog about how to customize the display template for a good
    start:
    http://social.technet.microsoft.com/Forums/en-US/bf0eb4de-445f-435a-8c88-1826bfb3aae5/best-way-to-aggregate-multiple-announcement-apps-and-possibly-external-rss-feed?forum=sharepointdevelopment
    If there are more complex needs in customization, the two links below would be helpful:
    http://blogs.technet.com/b/sharepoint_quick_reads/archive/2013/09/03/3588171.aspx
    http://blogs.technet.com/b/tothesharepoint/archive/2013/05/28/stage-11-upload-and-apply-display-templates-to-the-content-search-web-part.aspx
    Also, if you have several questions, it is recommended to post them in each single thread to make others in this forum easier to focus on one issue in one thread.
    Best regards
    Patrick Liang
    TechNet Community Support

  • Why does Apple not give a list of error messages and possible solutions? I have the (-54) error continually that has suddenly appeared and cannot find a solution, even though other users seem to have the same problem.

    Why does Apple not give a list of error messages and possible solutions? I have the (-54) error continually that has suddenly appeared and cannot find a solution, even though other users seem to have the same problem.

    This is a user to user forum.  Apple isn't here and won't answer you.  You need to contact Apple directly.  You can use the Contact button at the bottom of the screen.

  • HT1338 My cursor thinks to slow and I want to get a check up for my macbook pro and possibly more memory:)

    I just need help.  Please, this is ridiculous!!   I have spent over 30 minutes just tying to get help.   I want my MacBook Pro checked out and possibly get more memory..... please don't make this so hard....... help me!!!  Do I make an  appt at a store.... what do I do.  I am getting really frustrated at how hard it is to get service for this product!!!!!  Is anybody home at Apple once you purchase your laptop or do we just play this game online forever??

    It's only us other users here, and the moderators. So be gentle.
    What is wrong with your Mac?, this list can assist
    Step by Step to fix your Mac
    If you need backups or to get your data off  (if it's booting)
    Most commonly used backup methods
    Data recovery if it's not booting
    My computer is dead, is my personal data lost?
    If it's slow
    Why is my computer slow?
    You need more RAM? or Storage drive?
    Install it yourself and save a bundle, only takes a few minutes.
    Install/upgrade RAM or storage drive in Mac's

  • Formula Is Invalid and possibly Missing operator

    Hi:
    In a new report build with analytics, I need a new row ("Custom formula in a calculated item) that sum two operands and after that I multiply by (-1) to converter it to a negative value I´m getting the error:
    Formula Is Invalid and possibly Missing operator
    This is the formula:
    ('Fixed Burden{Nivel04}'+'Operating Expense & Other - Fixed{Nivel03}')*(-1)
    By the way, the elements belong to a Hierarchy.
    When I change the value (-1) for (1), dont get the error.

    Hi SriniVEERAVALLI:
    Thanks for answering.
    Your suggestion works, but is not what I needed because I only need it to apply this "negative conversion"  to one row, not the whole columns.
    My statement goes something like this:
    ( A - B ) * (-1)
    The operands that you see in my previous message are hierarchies levels
    'Fixed Burden{Nivel04}'  +
    'Operating Expense & Other - Fixed{Nivel03}'
    * (-1)

  • Deadline agent and Possible roles in OM

    HI Experts,
                   Where we will use the relationships like Deadline agent and possible roles in Expert mode.

    Franklin,
    this export import works for user creation
    [User]
    UID=user1
    Password=user1
    Email_Address=xxxxxxx
    First_Name=John
    Last_Name=Smith
    role=pcd:portal_content/com.xxxx.ess.xxxxx_ess/com.xxxxx.ess.roles/com.xxxxx.ess.roles.ess;
    But in my case most of the users are already created, and now i need to do role mapping to these users.
    can we do role mapping to users through Export Import
    Is there any other way to do RTPM (Role to position Mapping) in portal.
    Thanks.
    Edited by: Chetan on Jul 13, 2010 6:50 PM

  • Is there a app that will tell all apps that are running and possibly how much battery power they use?

    Is there a app that will tell all apps that are running and possibly how much battery power they use?

    You don't need an app to do this.  Here's how you get the battery info.  Go to Settings>More>Battery. This will show you all the active apps and their individual battery usage.

  • My battery is gone, screen destroyed, and possible front camera dammage!

    I need help! iv got a 4th gen ipod touch model that's screen/digitizer has been destroyed, its battery was shorted from a cheap faulty charger, and possible front camera dammage because the copper tape connected to the metal plate behind the screen was ripped from the plate, I dont know if that harms anything. But my question is, Where can I send it to be fixed, can I? and how much would it cost me?
    UNKOWN, LAST OPERATING SYSTEM

    Apple may exchange your iPod for a refurbished one for $199 for 64 GB one and $99 for the others. They do not fix yours.
      Apple - iPod Repair price
    The "may exchange" depends upon
    If Apple determines that an iPod is not repairable, for example, if it has failed due catastrophic damage or the iPod has been disassembled into multiple pieces, then Out-of-Warranty Service is not available and the iPod will be returned. Please see Apple's Repair Terms And Conditions for further details.

  • I have a new HP Officejet 6500A plus.  I cannot get it to connect to            my Airport Extreme V5.6.  It see the wifi signal but Fails on "Filtering" and possibly the channel.  Does anyone know how to reset or reconfigure filtering

    I have a new HP Officejet 6500A plus.  I cannot get it to connect to my Airport Extreme V5.6.  It see the wifi signal but Fails on "Filtering" and possibly the channel.  Does anyone know how to reset or reconfigure filtering and channel on the old airports?

    This is a part of the larger MacBook Pro connectivity issue. There are several related threads dealing with the MBP's networking problems. If your unit is suffering from this type of difficulty, good luck ... (or a long ethernet cable)
    (PS Everybody please make noise on this one so apple comes up with a solution.)
    < Edited by Host >

  • I will be buying the new IMac 27 inch in December. Would like input on the best configuration for photographic and possibly video processing-dream machine!

    I will be buying an IMac 27 inch in December. What is the best configuration for photo and possibly video processing.Does one need a Mac Pro? Dream machine!

    Just to explain what I just wrote to Laundry Bleach:
    Why is there no iDVD on my new Mac?
    https://discussions.apple.com/docs/DOC-3673
    UPDATE & ADDENDUM:
    But even though you can still buy iLife 11 that includes iDVD 7 from Amazon, Apple now make it difficult to install:
    Poster jhb21939 posted this in another thread:
    “when I attempted to load iDVD into a new iMac. A notice came up on the screen stating that the 'Authorisation Licence' had expired on 25 March this year (2012).
    I contacted the Apple support team and eventually, I was told that the Licence had been withdrawn and could no longer be used.”
    In other words Apple are now so adamant that we don’t use iDVD that they have tried to make it impossible to install.
    In response, Old Toad posted this solution:
    “You can still use it one all of your Macs.  If you get an invalid certificate message just set your Mac's clock to sometime before early 2011 and run the installer.  After you're done reset the time back to the correct time.” He added this comment:
    “It began after iDVD and iWeb were discontued and they were dropped from the Apple Store. All I can think of is the certificate was set to expire after a certain time period after the intitial iLife disc was released.
    I've been able to use the installer even without setting back the date.  I just clicked on the Continue button and it would work as expected.  For some it would not continue unless the date was set back.”
    The latest anorexic iMacs just announced do not even include a CD drive! Proof positive that Apple virtually prohibit the use of DVDs - although the newly announced Mac Minis do include a Superdrive.
    Yet, they still include iMovie! Heaven alone knows or understands what you are supposed to do with your newly edited masterpiece - except make a low quality version for YouTube?

Maybe you are looking for

  • Single quote in url

    We are using the following configuration in our env... Sun web server 6.1 - webserver Sun appserver 9.1 EE -application server the application server instances are configured with the webserver via loadbalancer plugin. If the url contains single quot

  • Ts-l663b cd/dvd "device cannot start,code 10" after uppgrade from vista to windows 7 home

    Compaq CQ60-216DX Hi,I've upgraded from Vista to Windows 7 Home and now the CD drive is missing and displays an error code"10" DEVICE CANNOT START, under Device Manager. Looked for updated drivers on HP Support,there are none for CD drive. Cannot rol

  • Replace non numerics characters with 0

    Hi, Can someone help me out with this? I basically need to check my column value. In case thr is an occurence of any non numeric character ,I need to replcae it with a 0. By non numeric I mean any character other than [0-9]. For example 'rte$36^r' I

  • GL_SET_OF_BKS_ID in R12 Multi-Org Form

    Hi, I am migrating a 11i form into R12. In R12 it will be a Multi-Org form. For that I have created operating unit items for selecting operating unit. I am using MO_GLOBAL.set_policy_context to set selected operating unit context. I have 2 profiles b

  • How to insert encrypted data by using blowfish into mysql database

    Hi I have encrypted data using blowfish algorithm . And i tried to insert that encrypted data into mysql. it was stored but i dont know that it stores in the same encrypted formate When i am trying to get the encrypted data from the mysql database an