I don't where do I start

Concept
Construct a traffic flow simulator that models cars travelling down a laneway. You may create the simulator in several stages, each one more sophisticated than the previous. In the last stage, cars travel along the laneway at various speeds, without crashing into other cars. There is also a stoplight, which alternately stops traffic and lets traffic go.
Design Considerations
Architecture
We suggest that you use an architecture that has:
1.     A driver programmer (a JApplet running in an HTML page you create and submit). Let the driver programme create the instance of the traffic simulator and start the show. Keep the driver programme simple. (See Loftus and Lewis for many examples of this sort)
2.     The simulator classes, which include:
o     A class representing the traffic simulator itself (including the controls for starting the simulation, and testing for synchronization (see below))
o     A class representing the road (It keeps a list of the cars and where the cars are on the road)
o     A class representing a car. (You will need more than one instance of this class � one for each car that is running)
o     A class representing a stoplight (You only need one instance.)
Responsibilities
To make the simulation work, you will need to have cars that have a position on the road.
�     Each car (running on its own thread) will update its position according to its current speed. It is required that you use threads.
�     The road becomes the class that �collects� these cars. Therefore, it needs to create and keep a record of which instances of the car class exist.
�     The traffic simulator itself creates the road, and any needed controls.
�     The stoplight is like a car, except that it does not move (place it half way along the road), and it alternates every few seconds between �red� (when it is like a car on the road, and other cars cannot get past it) and �green� (when it is not blocking cars)
To display the road, you might have the road draw itself, and then call on each car to draw itself on the road.
Underlying Model
It is a good idea to have a data structure of some kind to represent the simulation. Do not count on the picture of the road to also be the underlying model, because the picture is a complex set of graphic coordinates (many of which will have to change when a car moves).
Instead, think more abstractly: a road is a set of positions, and a car has one of those positions. Therefore, the underlying model of the road might be:
�     An array, each element of the array representing a position on the road. The car's current position is represented by a reference to the car placed somewhere in the array (like markers moving in a Parcheesi or Monopoly game).
You may choose another model. Whatever model you choose, you will have a much easier time moving a car by changing its position in the underlying model, than by trying to change it directly on the graphic display.
Threads
Each car needs to run on its own thread. The simulator creates the instances of car, and starts its thread. The car (inside its run() method):
�     Sleeps for a while (the faster it is going, the less time it sleeps between moves)
�     Checks the road to see if can move forward.
�     Moves, if it won't crash into cars or stoplights, or else reduces its speed and sleeps some more...
Good practice: Inside the run() method, you need to have the above steps repeat over and over. Avoid using an infinite loop (e.g. while (true)) or even a loop based on a fixed number of iterations (e.g. for (... i<1000 ...) ) . Instead, have a boolean variable such as �go� and use:
while (go) { ... }
When �go� is true, the steps can repeat. When you are ready to stop the thread, you set �go� to false. Remember to stop your thread when the car comes to the end of the road.
Synchronization
You should implement synchronization, so that each car or stoplight gets to complete one attempt at changing the state of the road without being interrupted by another car or stoplight.
Testing Synchronization
To help us test your implementation of synchronization, add a �testsync� parameter to your HTML file and to your JApplet, which you should �get� in the init() method. If it is not present, the road behaves normally, but if it is present, the change() method of the road should sleep for 2 seconds before returning. Adding the delay means that you should be able to �see� the synchronization in action: the cars will pause, too!
Start and End of Road
You can make cars appear at the start of the road by having the simulator wait a random amount of time, and then create a new instance of car. When cars get to the end of the road, you can let them �disappear�. Alternatively, you can make your road circular, i.e., have the end of the road feed cars into the beginning again. It is easy to make the road circular: just make sure that in the underlying model of the road, the next element after the final one is the first element again. The use of modular arithmetic
(index++)% myArray.length;
can make this easy. (Of course, if your road is circular, you may have to rethink how cars start ...)
Graphic display
Once you have an underlying model, and the cars move along the road on the underlying model, then it is easy to draw a picture of the road with the cars on it in their current position.
Some hints:
�     Draw the track on a JPanel that is just for the road, the stoplight and the cars. Keep any other displays in other places.
�     Use the repaint() method of JPanel to redraw it, invoking super.paint(g); as the first statement of the paint() method. (It is also possible to create your own draw methods() instead.)
�     The road can be drawn as a long rectangle going horizontally across the JPanel.
�     It is sufficient to make a rectangle to represent a top-down view of a car. To get fancier:
o     Draw a rectangle of car colour
o     Put a black edge around it
o     Put a smaller black edge in the centre of it (for the top)
o     Put the car number on the top of the car.

                     CAR1                    CAR2                     STOP
                      |                       |                         |
                      |                       |                         |
                      |                       |                         v
                      |                       |                      ======
                      |                       |                    \ |    |
                      |           BOOM        |                    -(|    |
                      |             |         |                     (|    |
                      v             |         v                     (|    |
                                    v                                |____|
                     ________      .  * .   ______                     ||
                    /    |   \      * .  * /   |  \                    ||
              _____/_____|____\___/\/\/\/|/____|___\_____o             ||
        o     |   __              __ |  __           __  |             ||
     .     o (|__/  \____________/  #|_/  \_________/  \_|)            ||
    O  .  o  ==  \__/            \__%  *__/         \__/               ||             

Similar Messages

  • I DON'T SEE FIREFOX ICONS OR FOLDER IN START MENU, DESK TOP OR TASK BAR. HOW CAN I INSTALL THOSE? OR WHERE I CAN START FIREFOX BROWSER?

    I DON'T SEE FIREFOX ICONS OR FOLDER IN START MENU, DESK TOP OR TASK BAR. HOW CAN I INSTALL THOSE? OR WHERE I CAN START FIREFOX BROWSER?
    How can I start or open Firefox?

    HI SBPARK,
    When you installed Firefox, did you uncheck the option to create a short cut?
    In order to pin to the toolbar, when you have Firefox open, right click on the icon in the bar and select "Pin to task bar".

  • Asking for iCloud account name and password to play iTunes radio when I have done it in the past many times without this question.  Will not accept my apple id and password.  Will not save my changed password.  Where do I start?

    I have a MAC with OS X Yosemite, version 10.10.2, 8GB, 2.7 GHz, intel core i5.  Until 2 days ago, I could click on iTunes radio, pick my station and listen.  Then 2 days ago, I do this and system asks for my iCloud account id and password.  Does not recognize apple id or password.  I change the password, does not save it.   Screen that lists 2 step verification asks for added security questions, I do those and still will not allow me access.  What do I do and where do I start?  I thought I should download the update to OS X.  I did that, still no change.  Please help direct me to where I need to go to fix this problem.
    Yogiowl

    Restoring an iPad from an iTunes-generated backup should not require an Apple ID password.
    Did you encrypt the iPad backup? If so, then trying to restore will require entering the encryption password.

  • Want to install Indesign on my new computer but am having trouble. First bought CS2 in 2009 and upgraded to 7.5 in 2011. I have the serial numbers for both and was able to use it on my last computer. Where do I start?

    want to install Indesign on my new computer but am having trouble. First bought CS2 in 2009 and upgraded to 7.5 in 2011. I have the serial numbers for both and was able to use it on my last computer. I don't use Indesign that often but there are some projects that it's good for. Where do I start?

    Lchrichton123 what version of InDesign specifically are you wishing to install?  You can find links to the installation files for the majority of Adobe Creative software titles at Other downloads

  • Recovery harddrive is reporting a problem on startup. where do I start on trouble shooting the drive

    Recovery harddrive is reporting a problem on startup. where do I start on trouble shooting the drive

    Hi,
    Shut down the notebook.  Tap away at f10 as you start the notebook to enter the bios menu.  Under the Advanced or Diagnostic tab you should find the facility to run a tests on the whole Hard Drive.  Post back with the details of any error messages.
    Regards,
    DP-K
    ****Click the White thumb to say thanks****
    ****Please mark Accept As Solution if it solves your problem****
    ****I don't work for HP****
    Microsoft MVP - Windows Experience

  • Where do you start to get your iTunes setup for a school district?

    Where do you start to get your iTunes U setup for a school district?

    Hi Tanmar35
    I am really sorry that you have had so much trouble with us recently.  If you Infinity has been down since day one then I can totally understand your frsutration, especially given the recent engineer no shows.
    I'll be happy to help get this sorted out for you.
    Could you drop me in an email please? Use the 'contact us' form in my forum profile under the 'about me' section. You can find it by clicking on my username.
    Thx
    Craig
    BTCare Community Mod
    If we have asked you to email us with your details, please make sure you are logged in to the forum, otherwise you will not be able to see our ‘Contact Us’ link within our profiles.
    We are sorry but we are unable to deal with service/account queries via the private message(PM) function so please don't PM your account info, we need to deal with this via our email account :-)”
    td-p/30">Ratings star on the left-hand side of the post.
    If someone answers your question correctly please let other members know by clicking on ’Mark as Accepted Solution’.

  • 3 axis motion control- where do I start?

    I have to develop a hearing aid hybrid test system which will test an array
    of hybrids. I already have the individual hybrid test code but need some
    guidance with the motion control. Does anybody have any good references
    for me on what aspects should be considered. All I really want to do is
    step
    and test but don't know much about motor types stepper/servo etc, limits,
    calibration etc. Any tips would be greatly appreciated.
    Regards,
    Dow Airen
    Design Engineer
    Crystalaid Microelectronics P/L

    We use http://www.jrkerr.com/index.html motor control system. This uses
    low cost Pics and a serial network. The drivers are a DLL and can be
    called from LabVIEW. I have built multi axis devices and it has worked
    real reliable. (No problems).
    A company called Compu-Motion has experience building low cost hardware and
    software for mult-axis devices. Compu-Motion web site is
    www.compu-motion.com. Compu-Motion could help you build the hardware or
    software.
    John Harmon
    330-848-0460
    ----- Original Message -----
    From: Dow Airen
    Newsgroups: comp.lang.labview
    Sent: Wednesday, November 24, 1999 12:33 AM
    Subject: 3 axis motion control- where do I start?
    >
    > I have to develop a hearing aid hybrid test system which will test an
    array
    >
    > o
    f hybrids. I already have the individual hybrid test code but need some
    >
    > guidance with the motion control. Does anybody have any good references
    >
    > for me on what aspects should be considered. All I really want to do is
    > step
    > and test but don't know much about motor types stepper/servo etc, limits,
    > calibration etc. Any tips would be greatly appreciated.
    >
    > Regards,
    >
    > Dow Airen
    > Design Engineer
    > Crystalaid Microelectronics P/L

  • ICloud where do I start?

    Using iCloud and I want to sync it to my desktop, iPhone and iPad. Where would you start to make sure they all stay synced to each other? For example iCal where would you start to make sure they all match? I'm having such a hard time with this. iCal changes are not going through to the iCloud from the desktop. Just when I think its working its all messed up. I've even started from scratch switch to a new user creating the calendar and events. Then exporting all of them, going back to my user and deleting all current info and importing the new ones and it still doesn't work. Any suggestions would be greatful.

    I can add and its fine. I guess I didn't explain exactly what I'm doing and what I've always done in the past and have had no problems until I upgraded to Yosemite. This is our production calendar... 8 different monthly newspapers. Example starting in Jan 2015 with SL on the 25th and tell it to repeat every month. Look at Feb 2015 and I move that deadline date to 28th (each month the deadline is date is different by a couple of days). Move on to March and move that date and so on. I then I go back to Feb 2015 on the 28th and that move didn't stick, its back on the 25th of Feb. and so on and this is happening with all 8 of my newspapers. I can have everything just perfect on the desktop and within a few minutes it changes back to old dates. I've even started over with a new user with iCal and created the dates, exported them out and reopened my iCal deleted the old stuff and imported the new and the same thing happens. I'm at a loss. I have to print out 14 of these for the next 6 months and have them exported or share with co-workers. The bad part is it more than just 8 events on each month. There are multiple events for each newspaper on different days and times. Any ideas?

  • Where do I start (complete newbe)

    Here we go. I need to learn LabVIEW ASAP!  Where do I start? My background: 1 yr vb.NET GUI w/ ACS Motion ControllerI Program in C/C++, vb.NET, C#, Java, ACSPL+, ladder logic and assembler and C for PIC microcontrollers. (with varying degrees of success)I am a junior in the BSCS program at Metro State University finishing my degree at night; I am also doing a math minor.I am practically comfortable with signal conditioning electronics.I have worked with (used) LabVIEW based systems for the last 5 years.I can learn just about anything if I can find some form of detailed info on it (I don’t need everything “abstracted” for my own good!) What I am up to: I have specified a system using a cFP-2210 and a quad encoder, adc and strain gauge module to build a system that logs data to a PC by a user click a start/ stop button.  I don’t have the specifics nailed down yet but each channel will need to acquire 100 samples/ sec.  I can figure this out on my own. What I need: I have not written a single line of LabVIEW code.  In fact, I understand that you don’t write lines of code in LabVIEW.  What I need is a book or tutorial that can explain the boring old basics of how to get started building a simple GUI, hooking up to cFP and collecting data.  I have searched AMAZON and there seems to be several books but I have no Idea which one to buy.  Help! Also, I have looked at the Developers Zone and found some helpful info but no “getting started” tutorial.  I assume this is because LabVIEW is such a broad product that getting started is different for every one but what I need is some basic LabVIEW programming how to.  Help! Thanks for your time and I look forward to your replies.  I am always excited to learn a new language. Kyle    

    Ehhh, actually you could learn the basics in about 5 minutes.  Just understand that each control or function represents a structure and the connectors are where you pass parameters in and out of it.  Do you have LabVIEW in front of you right now?
    Let's do it!  Take a simple function like addition:
    Two inputs on the left (the two numbers to add), one output to the right (the sum of the two numbers).
    Mouse over the top left input.  The cursor turns into what's supposed to be a spool of wire.
    Right-click and you have a menu.  Choose Create -->  Control.
    LabVIEW correctly guesses you want a numeric control.  A control is where you can input data of your own.  Check it out!
    Mouse over the bottom left input.  You get the spool again.  This time choose Create --> Constant from the right-click menu.  A box opens up.  Enter a number you'd like to add.  I'll choose "3."
    Now right-click on the output and choose Create --> Indicator.  This makes what comes out of the function visible.  LabVIEW knows it's a number you want to see and chooses the right type of indicator for you.
    Now enter a number in the "x" numeric control either by using the up/down arrows or just by entering a number.  I'll choose "5."
    Click on the run arrow () and...
    You just made your first VI!  I was going to do a "hello world," but this example is actually easier. 
    Bill
    Edit:
    Just remember that the inputs and outputs are paramters passed into and out of a structure.  Wires merely take the output from one sttructure and pass it into the input of another.  As you would expect, the types of parameters you are passing from one to another have to match in type.  Plop down another function, then delete the indicator.  Wire the output of the original function to an input of the new one.  Do lots of other stuff, too. 
    Message Edited by billko on 08-14-2009 01:15 PM
    Bill
    (Mid-Level minion.)
    My support system ensures that I don't look totally incompetent.
    Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.

  • I'd like to build an SOE - where should I start ?

    Hello all,
    I've not had to do this before, usually my supplier does the SOE's, but I would like to build my own with 10.4, all my apps and settings that I would like to have.
    Where do I start ? I'm thinking I'll have to have a hard drive to install onto and the install the apps etc and after all done then make disk image from that ? What I would like is to then use that disk image for a netboot install...
    Anyone done this and can offer advice?
    Mitch

    Not guite solved but probably too many variables !!!
    Kappy... we say Merry Christmas down here (Melbourne, Australia)...
    But may I wish you and your family a Happy and Safe Holiday time !
    Kappy - Thank YOU for providing so much help on these Discussions, I don't get much time anymore - it's called 4Year Olds and 6 Year Olds.
    KAPPY HOLIDAYS ! - Yes you can use that !
    Mitch from Melbourne

  • I bought mountain lion for my macbook pro and I'm trying to install it and it says there was an error and I need to boot up but I don't have any other start up disks to boot up with. Are there any suggestions of how I could get my computer started?

    I bought mountain lion for my macbook pro and I'm trying to install it and it says there was an error and I need to boot up but I don't have any other start up disks to boot up with. Are there any suggestions of how I could get my computer started?

    Hold the Option key down and restart. Select one of the drives that comes up and hit the Return key.

  • I have some days ago started updating of Firefox for Mac OS 10.6.8 under Help but it is paused and the upgrading don´t continue when i start again

    I have some days ago started updating of Firefox for Mac OS 10.6.8 under Help but it is paused and the upgrading don´t continue when i start again

    Hi Ryan,
    I managed to find this reference specifically for restoring on Snow Leopard:
    If you are using Mac OS X Snow Leopard, start your computer from the installation disc. Then use the "Restore From Time Machine Backup" utility.
    Now that was copied from this more comprehensive reference:
    Mac Basics: Time Machine backs up your Mac
    You may also find this article helpful:
    http://pondini.org/TM/14.html
    Finally, I cannot see why Time Machine would leave out your playlists and ratings? Think about it. Why would Time Machine specifically copy everything BUT your playlists and ratings? Ryan, what are your options? I would have to ask you this: Are you certain that you properly did the sync? That is another/different forum altogether: Using iPhone /see subsection on Syncing.
    Either way...
    Best Regards,
    mm
    EDIT: For whatever reason I tried three times to edit out one of the redundent adjectives... either different or another which preceeds the word forum, but the advanced editor would (apparently NOT allow me to do so). I hope that it doesn't render without any adjective before the word forum.

  • Dont know where to even start

    Well I really need som help on where to even start this program? I'd send u what i have so far but its so full of errors i'd be embarsed. I'll prob need to just start a new and was wondering where the heck i should even begin:
    Problem Statement: Your need to Create a public class 'MathQuiz' that extends JApplet and implements ActionListner. Basically the program is aimed at helping elementary school students learn basic math operations of addition, subtraction, multiplication, division and additionally the modulus operator.
    Program first prompts user for an integer 1 to 5 to indicate choice of math operation in a JTextField as 1: for addition 2: for subtraction 3: for multiplication 4: for division (typically in java integer division) and 5: for modulus (remainder value in a division).
    Use Math.random() to produce two positive integers, first integer in the range of 11 to 20 and second integer in the range of 1 to 10. Then frame a question of user's choice of operation with these two numbers and prompt user for his response to the question.
    Accept user's response in a JTextField and upon click of "Enter" button evaluate user's response and display message in applet container's status bar. If the response is correct display "Very good!" and ask another question of the same math operation. If the response is wrong display" No. Please try again" on applet's status bar and let user try the same question until the user gets it right.
    A separate method is to be defined to generate question that takes the argument of user's choice, generates the random numbers in required range and employing 'switch' selection structure formulates the appropriate question. This method should be called each time user changes his choice in the JTextField and each time the user answers questions correctly.
    If the user enters a number other than 1 to 5 in the choice JTextField, program should display 'Invalid input" message is status bar and instead of framing a question prompt the user for only "valid" choice number.
    I'm new at this so this is quite a task for me to tackle. any sugestions would be greatly appricated!
    well i guess i'll give what i've got so far dont laugh to hard.
    // MathQuiz.java
    // math quiz
    // Java core packages
    import java.awt.*;
    import java.awt.event.*;
    // Java extension packages
    import javax.swing.*;
    public class MathQuiz {
    public static void main( String args[] )
    int choice=0;
    int value;
    switch (choice) {
    //addition
    case 1:
    //subtraction
    case 2:
    //multiplication
    case 3:
    //division
    case 4:
    //modulus
    case 5:
    break;
    // pick random integer between 11 and 20
    value = 11 + ( int ) ( Math.random() * 10 );
    System.exit ( 0 );
    its a start right? any help

    This is probably what you need (I hate case):
    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.event.*;
    public class MathQuiz extends JApplet implements ActionListener, DocumentListener
         JPanel      panel;
         JTextField  choice = new JTextField(2);
         int         co     = 0;
         JTextField  result = new JTextField(10);
         JLabel      num1   = new JLabel(""); 
         JLabel      num2   = new JLabel(""); 
         JLabel      op     = new JLabel(""); 
         JButton     calc   = new JButton("Enter"); 
         JLabel      status = new JLabel(""); 
    public void init()
         panel = new JPanel();
         panel.setLayout(new FlowLayout(FlowLayout.LEFT,12,1));
         panel.add(new JLabel("Enter choice: "));
         panel.add(choice);
         choice.getDocument().addDocumentListener(this);
         getContentPane().add("North",panel);
         panel = new JPanel();
         panel.setLayout(new FlowLayout(FlowLayout.LEFT,12,13));
         panel.add(num1);
         panel.add(op);
         panel.add(num2);
         panel.add(calc);
         panel.add(result);
         getContentPane().add("Center",panel);
         status.setForeground(Color.red);
         status.setFont(new Font("",1,34));
         getContentPane().add("South",status);
         calc.addActionListener(this);
         calc.setFocusPainted(false);
         calc.setEnabled(false);
    public void start()
         choice.requestFocus();
    public void actionPerformed(ActionEvent a)
         try
              int rs = Integer.parseInt(result.getText());
              int n1 = Integer.parseInt(num1.getText());
              int n2 = Integer.parseInt(num2.getText());
                     if (checkResult(n1,n2,rs) == true)
                   status.setText(" Very good !!");
                   newQ();
              else status.setText(" No. Please try again");
         catch (Exception e)
              status.setText("** Illagal number entered **");
         result.requestFocus();
    private boolean checkResult(int n1, int n2, int rs)
         if (co == 1 && n1+n2 == rs) return(true);
         if (co == 2 && n1-n2 == rs) return(true);
         if (co == 3 && n1*n2 == rs) return(true);
         if (co == 4 && n1/n2 == rs) return(true);
         if (co == 5 && n1%n2 == rs) return(true);
         return(false);
    public void insertUpdate(DocumentEvent e)
         checkChoice();
    public void removeUpdate(DocumentEvent e)
         checkChoice();
    public void changedUpdate(DocumentEvent e) 
         checkChoice();
    private void newQ()
         num1.setText(""+(int) ((Math.random()*10)+11));
         num2.setText(""+(int) ((Math.random()*10)+1));
         result.setText("");
    private void checkChoice()
         num1.setText("");
         num2.setText("");
         result.setText("");
         calc.setEnabled(false);
         try
              co = Integer.parseInt(choice.getText());
              if (co < 1 || co > 5)
                    status.setText("  Invalid input");
                   co = 0;
              else
                    newQ();     
                   status.setText("");
                   if (co == 1) op.setText("+");
                   if (co == 2) op.setText("-");
                   if (co == 3) op.setText("*");
                   if (co == 4) op.setText("/");
                   if (co == 5) op.setText("%");
                   calc.setEnabled(true);
         catch (Exception e)
              status.setText("  Invalid input");
              co = 0;
    }Noah

  • Where the process start in implementin APO - DP project?

    Hi Experts,
    Can anyone explain me in detail how and where the project start?
    According to my knowledge, Decisions will be as follows:
    1. Forecast model i.e., whether causal or univariate.
    2. Life Cycle Planning (Phase In/Out)
    3. Promotion Planning
    4. Storage bucket profile (Total Horizon)
    5. Time bucket profiles
    6. Characteristics
    7. Key figures
    6. Master Planning Object Structure
    7. Planning Area
    8. Planning Book
    9. Data view and finally
    10. Authorizations
    Please do rectify me if there is any mistake.
    Thanks in advance
    Regards
    Suvecha
    Edited by: SSuvecha on Jun 1, 2011 9:50 AM

    HI,
    As rightly mentioned by Dogboy, one need to analyse the business requirements and the solutions being proposed to them.
    Most of the DP solutions can be offered using ECC flexible planning.
    Any how, if the decision is made, then as mentioned by you...those are the activities need to be set up/configure in DP.
    Also, you need to seek help of BI consultant, for developing Infoprovide/cube set up for uploading data to BI infocubes, this is very important and transferrring data to APO Planning areas.
    And, you may choose options of using Macros for doing some simple to complex calculations depending on requirements, and to develop process chains for automating few routine activities.
    regards,
    sandeep kumar

  • Where do I start with a Mac

    I am looking to get a mac ever since I heard about Windows 8 in the fall. I need multi track recording hardware and software, I need video capture and editing, and i would like multi displays. Where do I start?

    Also, See Here...
    http://www.apple.com/why-mac/faq/
    http://www.apple.com/why-mac/better-software/

Maybe you are looking for

  • Logical Database PNP cannot fetch correct data?

    I use logical database PNP fetch HR master data. PA0001 has records with company code = 0960 . But can not fetch data using GET PERNR. however PA0001 has not records with company code = 0770 . But it got so many data using GET PERNR. WHY.............

  • FMLE Won't Save To One Continuous File

    When I am streaming with FMLE 3.1 and have "Save to file" checked, it will not save my file as one continuous file. No I do not have Limit by size or duration checked. I have a BM Decklink HD Extreme 2 on a Mac 2 x 2.66 Ghz Dual Core Intel-Xeon and F

  • No default attributes while Parsing XML document

    Hellow. I have such a problem: I have XML document that uses XSD-schema. In XSD-schema there is element that have two atributes: <xsd:complexType name = "El1">       <xsd:attribute name = "atr1" xsd:default = "0" type = "xsd:boolean"/>       <xsd:att

  • How to manage a Hyper-V 2012R2 Host from Windows 7?

    AFAIK This is the official Hyper-V Manager for Windows 7: http://www.microsoft.com/en-us/download/details.aspx?id=7887 it explicitly lists Hyper-V versions up to 2008R2, there is no mention of 2012 or 2012R2, and from trying to connect to my new Hype

  • Help for iPhone 5 set up

    Just got new iPhone5 but my mac software isn't up to date to take the new iTunes. Can I set up as a new phone just now then restore from iPhone 4 when I get MacBook sorted? Thanks