Table with no more than three even numbers or odd in succession

Hello

I need help with the following vi:

The vi is expected to generate a table with the numbers 1 through 20 in random order with the restriction that there are no more than three same or three odd numbers in succession.

I don't know how. I was able to generate random numbers in the range of 1 to 20, but how to replace rehearsals AND meet the requirement for the odds/evens no more than three in a row.

If someone can provide a sample of vi or other advice please.

paulrr wrote:

[...] usually find a solution at least 100 iterations.

I just ran my own than a million times and the more it took was 31 iterations.  The vast majority have been much faster.

Tags: NI Software

Similar Questions

  • Laptop is blocked at the installation of 10 out of 17 Updtes for more than three hours

    Laptop last night quit unexpectedly. This morning when I started the machine, it was locked to the installation of 10 of the 17 updates for more than three hours. I tried to turn off the machine, but I still get the same message. How do I get this at the end to restart properly

    Hello
     
     
    1. remember you number updates that have been installed?
     
     
     
    First check to see if there are external devices attached to the computer, if so remove and check.
     
    Method 1.
    Let us run repair system at this stage, it might solve the problem.
    See the following articles for additional help and steps on startup repair.
    Startup Repair
    http://Windows.Microsoft.com/en-us/Windows7/products/features/Startup-Repair
    What are the system recovery options in Windows 7?
    http://Windows.Microsoft.com/en-us/Windows7/what-are-the-system-recovery-options-in-Windows-7
     
    Method 2.
    If the bows persists please verify if you are able to boot safe mode.
     
     
    If the problem exists not in Mode safe run mode startup minimum troubleshooting to find the root cause of the problem.
    How to troubleshoot a problem by performing a clean boot in Windows Vista or in Windows 7
    http://support.Microsoft.com/kb/929135
    Note: When the diagnosis is complete, don't forget to reset your computer to normal startup. Follow step 7 in the above article.
     
     
    Method 3.
    I recommend you to restore system using a Windows 7 DVD.

    Here's how:
    To open the Options menu system recovery using a system repair disc or a Windows 7 installation disc
    If your system is damaged and cannot access the menu system on your computer Recovery Options, you can access it using the Windows 7 installation disc or a system repair disc previously.
    To use this method, you need to restart (boot) your computer using the disk.
    a. Insert the disc.
    b. restart your computer using the power button on the computer.
    c. If prompted, press any key to start Windows from the installation disc.
    o If your computer is not configured to start from a CD or a DVD, see the documentation provided with your computer.
    d. choose your language settings, and then click Next.
    e. If you are using the Windows installation disc, click on repair your computer.
    f. Select the Windows installation you want to repair, and then click Next.
    g. in the System Recovery Options menu, click a tool to open it and then choose the system restore and check.
     
    If we are able to boot to the desktop now, I would ask you install the updates one by one andcheck the update is at the origin of the conflict.
     
     
     
    I hope this helps.

    Kind regards
    Support Microsoft Savan-

  • How to get a magic number for any table that returns more than 32 k?

    I'm in a unique situation where in I try to extract the values of the multiple tables and to publish as XML output. The problem is based on the condition of a few tables can retrieve more than 32 KB and less than 32 KB of data. Less than 32KB is not a problem, as the generation of XML is smooth. The minute he reached more than 32 k, it generates a runtime error. I was wondering if there is a way to make sure that the minute results of the query is greater than 32 KB, it must break say - if results is 35KO, so should I break this result 32 KB and 3 KB. Once then pass these data to appear as XML output. Again, it is not just for a table, but all the tables which are called in the function.

    Is it possible? I'm unable to get ideas, or did I do something so complex from the point of view of production support. If you'd be grateful if someone can guide me on this.

    The way it is, is the following:
    I have a table named ctn_pub_cntl


    CREATE TABLE CTNAPP.ctn_pub_cntl 
    (ctn_pub_cntl_id          NUMBER(18)
    ,table_name                  VARCHAR2(50)
    ,last_pub_tms              DATE
    ,queue_name               VARCHAR2(50)
    ,dest_system              VARCHAR2(50)
    ,frequency                  NUMBER(6)
    ,status                      VARCHAR2(8)
    ,record_create_tms          DATE
    ,create_user_id                VARCHAR2(8)
    ,record_update_tms          DATE
    ,update_user_id             VARCHAR2(8)
    ,CONSTRAINT ctn_pub_cntl_id_pk PRIMARY KEY(ctn_pub_cntl_id)
    );
    
    

    To do this, the data are:


    INSERT INTO CTNAPP.ctn_pub_cntl
    (ctn_pub_cntl_id    
     ,table_name         
     ,last_pub_tms  
    ,queue_name  
     ,dest_system        
     ,frequency          
    )
    VALUES
    (CTNAPP_SQNC.nextval
    ,'TRKFCG_SBDVSN'
    ,TO_DATE('10/2/2004 10:17:44PM','MM/DD/YYYY HH12:MI:SSPM')
    ,'UT.TSD.TSZ601.UNP'
    ,'SAP'
    ,15
    );
    
    INSERT INTO CTNAPP.ctn_pub_cntl
    (ctn_pub_cntl_id    
     ,table_name         
     ,last_pub_tms  
     ,queue_name  
     ,dest_system        
     ,frequency          
    )
    VALUES
    (CTNAPP_SQNC.nextval
    ,'TRKFCG_TRACK_SGMNT_DN'
    ,TO_DATE('02/06/2015 9:50:00AM','MM/DD/YYYY HH12:MI:SSPM')
    ,'UT.TSD.WRKORD.UNP'
    ,'SAP'
    ,30
    );
    
    INSERT INTO CTNAPP.ctn_pub_cntl
    (ctn_pub_cntl_id    
     ,table_name         
     ,last_pub_tms  
    ,queue_name  
     ,dest_system        
     ,frequency          
    )
    VALUES
    (CTNAPP_SQNC.nextval
    ,'TRKFCG_FXPLA_TRACK_LCTN_DN'
    ,TO_DATE('10/2/2004 10:17:44PM','MM/DD/YYYY HH12:MI:SSPM')
    ,'UT.TSD.YRDPLN.INPUT'
    ,'SAP'
    ,30
    ); 
    
    INSERT INTO CTNAPP.ctn_pub_cntl
    (ctn_pub_cntl_id    
     ,table_name         
     ,last_pub_tms  
    ,queue_name  
     ,dest_system        
     ,frequency          
    )
    VALUES
    (CTNAPP_SQNC.nextval
    ,'TRKFCG_FXPLA_TRACK_LCTN2_DN'
    ,TO_DATE('02/06/2015 9:50:00AM','MM/DD/YYYY HH12:MI:SSPM')
    ,'UT.TSD.TSZ601.UNP'
    ,'SAP'
    ,120
    );
    
    INSERT INTO CTNAPP.ctn_pub_cntl
    (ctn_pub_cntl_id    
     ,table_name         
     ,last_pub_tms 
    ,queue_name  
     ,dest_system        
     ,frequency          
    )
    VALUES
    (CTNAPP_SQNC.nextval
    ,'TRKFCG_FXPLA_TRACK_LCTN2_DN'
    ,TO_DATE('04/23/2015 11:50:00PM','MM/DD/YYYY HH12:MI:SSPM')
    ,'UT.TSD.YRDPLN.INPUT'
    ,'SAP'
    ,10
    );
    
    INSERT INTO CTNAPP.ctn_pub_cntl
    (ctn_pub_cntl_id    
     ,table_name         
     ,last_pub_tms 
    ,queue_name  
     ,dest_system        
     ,frequency          
    )
    VALUES
    (CTNAPP_SQNC.nextval
    ,'TRKFCG_FIXED_PLANT_ASSET'
    ,TO_DATE('04/23/2015 11:50:00AM','MM/DD/YYYY HH12:MI:SSPM')
    ,'UT.TSD.WRKORD.UNP'
    ,'SAP'
    ,10
    );
    
    INSERT INTO CTNAPP.ctn_pub_cntl
    (ctn_pub_cntl_id    
     ,table_name         
     ,last_pub_tms 
    ,queue_name  
     ,dest_system        
     ,frequency          
    )
    VALUES
    (CTNAPP_SQNC.nextval
    ,'TRKFCG_OPRLMT'
    ,TO_DATE('03/26/2015 7:50:00AM','MM/DD/YYYY HH12:MI:SSPM')
    ,'UT.TSD.WRKORD.UNP'
    ,'SAP'
    ,30
    );
    
    INSERT INTO CTNAPP.ctn_pub_cntl
    (ctn_pub_cntl_id    
     ,table_name         
     ,last_pub_tms
    ,queue_name  
     ,dest_system        
     ,frequency          
    )
    VALUES
    (CTNAPP_SQNC.nextval
    ,'TRKFCG_OPRLMT_SGMNT_DN'
    ,TO_DATE('03/28/2015 12:50:00AM','MM/DD/YYYY HH12:MI:SSPM')
    ,'UT.TSD.WRKORD.UNP'
    ,'SAP'
    ,30
    );
    
    /
    
    COMMIT;
    
    

    Once the above data are inserted and committed, then I created a feature in a package:


    CREATE OR REPLACE PACKAGE CTNAPP.CTN_PUB_CNTL_EXTRACT_PUBLISH
    IS
    
    TYPE tNameTyp IS TABLE OF ctn_pub_cntl.table_name%TYPE INDEX BY BINARY_INTEGER;
    g_tName tNameTyp;
    
    TYPE tClobTyp IS TABLE OF CLOB INDEX BY BINARY_INTEGER;
    g_tClob tClobTyp;
    
    
    FUNCTION GetCtnData(p_nInCtnPubCntlID IN CTN_PUB_CNTL.ctn_pub_cntl_id%TYPE,p_count OUT NUMBER ) RETURN tClobTyp;
    
    
    END CTNAPP.CTN_PUB_CNTL_EXTRACT_PUBLISH;
    
    
    --Package body
    
    CREATE OR REPLACE PACKAGE BODY CTNAPP.CTN_PUB_CNTL_EXTRACT_PUBLISH
    IS
    
         doc           xmldom.DOMDocument;
         main_node     xmldom.DOMNode;
         root_node     xmldom.DOMNode;
         root_elmt     xmldom.DOMElement;
         child_node    xmldom.DOMNode;
         child_elmt    xmldom.DOMElement;
         leaf_node     xmldom.DOMNode;
         elmt_value    xmldom.DOMText;
         tbl_node      xmldom.DOMNode;
         table_data    XMLDOM.DOMDOCUMENTFRAGMENT;
      
         l_ctx         DBMS_XMLGEN.CTXHANDLE;
         vStrSqlQuery  VARCHAR2(32767);
         l_clob        tClobTyp;
         --
         l_xmltype     XMLTYPE;
         --
    --Local Procedure to build XML header     
    PROCEDURE BuildCPRHeader IS
    
      BEGIN
        child_elmt := xmldom.createElement(doc, 'PUBLISH_HEADER');
        child_node  := xmldom.appendChild (root_node, xmldom.makeNode (child_elmt));
    
        child_elmt := xmldom.createElement (doc, 'SOURCE_APLCTN_ID');
        elmt_value := xmldom.createTextNode (doc, 'CTN');
        leaf_node  := xmldom.appendChild (child_node, xmldom.makeNode (child_elmt));
        leaf_node  := xmldom.appendChild (leaf_node, xmldom.makeNode (elmt_value));
        
        child_elmt := xmldom.createElement (doc, 'SOURCE_PRGRM_ID');
        elmt_value := xmldom.createTextNode (doc, 'VALUE');
        leaf_node  := xmldom.appendChild (child_node, xmldom.makeNode (child_elmt));
        leaf_node  := xmldom.appendChild (leaf_node, xmldom.makeNode (elmt_value));
    
        child_elmt := xmldom.createElement (doc, 'SOURCE_CMPNT_ID');
        elmt_value := xmldom.createTextNode (doc, 'VALUE');
        leaf_node  := xmldom.appendChild (child_node, xmldom.makeNode (child_elmt));
        leaf_node  := xmldom.appendChild (leaf_node, xmldom.makeNode (elmt_value));
    
        child_elmt := xmldom.createElement (doc, 'PUBLISH_TMS');
        elmt_value := xmldom.createTextNode (doc, TO_CHAR(SYSDATE, 'YYYY-MM-DD HH24:MI:SS'));
        leaf_node  := xmldom.appendChild (child_node, xmldom.makeNode (child_elmt));
        leaf_node  := xmldom.appendChild (leaf_node, xmldom.makeNode (elmt_value));
        
    END BuildCPRHeader;
    
    --Get table data based on table name
    FUNCTION GetCtnData(p_nInCtnPubCntlID IN CTN_PUB_CNTL.ctn_pub_cntl_id%TYPE,p_Count OUT NUMBER) RETURN tClobTyp IS
        
        vTblName      ctn_pub_cntl.table_name%TYPE;
        vLastPubTms   ctn_pub_cntl.last_pub_tms%TYPE;
         
    BEGIN
                g_vProcedureName:='GetCtnData';    
                g_vTableName:='CTN_PUB_CNTL';
                
            SELECT table_name,last_pub_tms
            INTO   vTblName, vLastPubTms
            FROM   CTN_PUB_CNTL
            WHERE  ctn_pub_cntl_id=p_nInCtnPubCntlID;
        
        -- Start the XML Message generation
            doc := xmldom.newDOMDocument;
            main_node := xmldom.makeNode(doc);
            root_elmt := xmldom.createElement(doc, 'PUBLISH');
            root_node := xmldom.appendChild(main_node, xmldom.makeNode(root_elmt));
            
          --Append Table Data as Publish Header
            BuildCPRHeader;
            
          --Append Table Data as Publish Body
          
           child_elmt := xmldom.createElement(doc, 'PUBLISH_BODY');
           leaf_node  := xmldom.appendChild (root_node, xmldom.makeNode(child_elmt)); 
           
           DBMS_SESSION.SET_NLS('NLS_DATE_FORMAT','''YYYY:MM:DD HH24:MI:SS''');
           
           vStrSqlQuery := 'SELECT * FROM ' || vTblName 
                          || ' WHERE record_update_tms <= TO_DATE(''' || TO_CHAR(vLastPubTms, 'MM/DD/YYYY HH24:MI:SS') || ''', ''MM/DD/YYYY HH24:MI:SS'') ' ;
                        --  ||  ' AND rownum < 16'
                          --;
          DBMS_OUTPUT.PUT_LINE(vStrSqlQuery);
           
           l_ctx  := DBMS_XMLGEN.NEWCONTEXT(vStrSqlQuery);
          DBMS_XMLGEN.SETNULLHANDLING(l_ctx, 0);
          DBMS_XMLGEN.SETROWSETTAG(l_ctx, vTblName); 
           
          -- Append Table Data as XML Fragment
          l_clob(1):=DBMS_XMLGEN.GETXML(l_ctx);  
          elmt_value := xmldom.createTextNode (doc, l_clob(1)); 
         leaf_node  := xmldom.appendChild (leaf_node, xmldom.makeNode (elmt_value)); 
         
         xmldom.writeToBuffer (doc, l_clob(1));
         l_clob(1):=REPLACE(l_clob(1),'&lt;?xml version=&quot;1.0&quot;?&gt;', NULL);
         l_clob(1):=REPLACE(l_clob(1),'&lt;', '<');
         l_clob(1):=REPLACE(l_clob(1),'&gt;', '>');
         
         RETURN l_clob;
         
         DBMS_OUTPUT.put_line('Answer is' ||l_clob(1));
         
         EXCEPTION
            
            WHEN NO_DATA_FOUND THEN
            
            DBMS_OUTPUT.put_line('There is no data with' || SQLERRM);
            g_vProcedureName:='GetCtnData';
            g_vTableName:='CTN_PUB_CNTL';
            g_vErrorMessage:=SQLERRM|| g_vErrorMessage;
            g_nSqlCd:=SQLCODE;
            ctn_log_error('ERROR',g_vErrorMessage,'SELECT',g_nSqlCd,p_nInCtnPubCntlID,g_vPackageName,g_vProcedureName,g_vTableName);
            
            
            WHEN OTHERS THEN
           
           DBMS_OUTPUT.PUT_LINE('ERROR : ' || SQLERRM);
           ctn_log_error('ERROR',g_vErrorMessage,'OTHERS',g_nSqlCd,p_nInCtnPubCntlID,g_vPackageName,g_vProcedureName,g_vTableName);
           
    END GetCtnData;
    
    
    PROCEDURE printClob (result IN OUT NOCOPY CLOB) IS
        xmlstr   VARCHAR2 (32767);
        line     VARCHAR2 (2000);
    BEGIN
        xmlstr := DBMS_LOB.SUBSTR (result, 32767);
    
        LOOP
           EXIT WHEN xmlstr IS NULL;
           line := SUBSTR (xmlstr, 1, INSTR (xmlstr, CHR (10)) - 1);
           DBMS_OUTPUT.put_line (line);
           xmlstr := SUBSTR (xmlstr, INSTR (xmlstr, CHR (10)) + 1);
        END LOOP;
    END printClob;
    
    END CTN_PUB_CNTL_EXTRACT_PUBLISH;
    
     
    

    If you notice my query:


    vStrSqlQuery := 'SELECT * FROM ' || vTblName 
                          || ' WHERE record_update_tms <= TO_DATE(''' || TO_CHAR(vLastPubTms, 'MM/DD/YYYY HH24:MI:SS') || ''', ''MM/DD/YYYY HH24:MI:SS'') ' ;
                         ||  ' AND rownum < 16'
                        ;
    

    The minute I comment

    ||  ' AND rownum < 16' ;


    It generates an error because this query returns about 600 lines and all these lines must be published in XML format and the tragedy, is that it is a C program between institutions i.e. C calls my functions of packged and then will do all the processing. This will return the results to the C program. Then obviously C does not recognize the CLOB and somewhere in the process, I convert to VARCHAR or CLOB CLOB, I have to use VARCHAR as a return type. That's my challenge.


    Someone who can help me find the number required of magic and also a brief knows how, I understand that. Thanks in advance.

    Not that I would use it myself but your package can be simplified down, like this:

    create or replace package ctn_pub_cntl_extract_publish is
    
      C_DTFORMAT  constant varchar2(30) := 'YYYY-MM-DD HH24:MI:SS';
    
      function getXMLData (p_table_name in varchar2, p_pub_tms in date) return xmltype;
      function getCTNData (p_id in number) return clob;
    
    end ctn_pub_cntl_extract_publish;
    /
    
    create or replace package body ctn_pub_cntl_extract_publish is
    
      function getXMLData (p_table_name in varchar2, p_pub_tms in date)
      return xmltype
      is
    
        v_query  varchar2(32767) :=
                 q'{select * from $$TABLE_NAME where record_update_tms <= to_date(:1, 'YYYYMMDDHH24MISS')}';
    
        ctx      dbms_xmlgen.ctxHandle;
        doc      xmltype;
    
      begin
    
        execute immediate 'alter session set nls_date_format = "'||C_DTFORMAT||'"';
        v_query := replace(v_query, '$$TABLE_NAME', dbms_assert.simple_sql_name(p_table_name)); 
    
        ctx := dbms_xmlgen.newContext(v_query);
        dbms_xmlgen.setBindValue(ctx, '1', to_char(p_pub_tms, 'YYYYMMDDHH24MISS'));
        dbms_xmlgen.setRowSetTag(ctx, p_table_name);
        dbms_xmlgen.setNullHandling(ctx, dbms_xmlgen.DROP_NULLS);
        doc := dbms_xmlgen.getXMLType(ctx);
        dbms_xmlgen.closeContext(ctx);
    
        return doc; 
    
      end;
    
      function getCTNData (p_id in number)
      return clob
      is
    
        doc  clob;
    
      begin
    
        select xmlserialize(document
                 xmlelement("PUBLISH"
                 , xmlelement("PUBLISH_HEADER"
                   , xmlforest(
                       'CNT' as "SOURCE_APLCTN_ID"
                     , 'VALUE' as "SOURCE_PRGRM_ID"
                     , 'VALUE' as "SOURCE_CMPNT_ID"
                     , to_char(sysdate, C_DTFORMAT) as "PUBLISH_TMS"
                     )
                   )
                 , xmlelement("PUBLISH_BODY"
                   , getXMLData(t.table_name, t.last_pub_tms)
                   )
                 )
               )
        into doc
        from ctn_pub_cntl t
        where t.ctn_pub_cntl_id = p_id;
    
        return doc;
    
      end;
    
    end ctn_pub_cntl_extract_publish;
    

    Function getXMLData() generates a canonical XML document out of the table that is passed as a parameter.

    Function built getCTNData() code XML "PUBLISH", the document using SQL/XML functions, the getXMLData() call in the process and returns the content serialized as a CLOB.

  • It is possible to spread out the apps on more than three screens?

    I have a load of apps on my pre, and most of them are on a single screen.  I know how to move from one screen to the other but is possible to have more than three screens of applications?

    As far as I KNOW, no without patches and HomeBrew apps... Not sure if this will be an option in webOS 2.0, but I'd like to see this too!

    WyreNut

  • How to find the names of tables that have more than 100 columns

    Hi gurus,

    Please help me find the names of the tables that have more than 100 columns in the database.

    Below will be useful for you.

    SELECT atc.OWNER,atc.TABLE_NAME,count(*)
    FROM all_tab_columns atc
    GROUP BY  atc.OWNER,atc.TABLE_NAME
    HAVING count(atc.COLUMN_NAME) > 100
    

    Adding another point, you can use user_tab_columns, all_tab_columns, dba_tab_columns, based on your needs/access.

    Thank you
    Suri

    Published by: Suri on February 23, 2012 11:30

  • Set the values of more than three per link report column

    Hello

    In my application, I need to put more than three points (on the target page), when you click on the column (it is a link) using the values present in this page.
    By report link column we can set only three values, y at - it another way to define several elements (plus three).
    Thank you
    Pavan Reddy

    Published by: user10820560 on March 17, 2009 13:28

    Published by: user10820560 on March 18, 2009 08:24

    Just enter several element names and values separated by commas in each input field for name/value of an element.

    Scott

  • Can add you more than three images in a slide show?

    Trying to create a slideshow full screen. I have replaced three default images, but when I click on 'Add images' to add a fourth, it removes the three images and uses only a nine.

    I tried to turn on the photos to see what was going on, and the same thing happens.

    Thank you.

    You have found a bug. Rather surprising no one else has reported this workflow by train! The common approach should just directly go to "Import" in the UI panel on object, and then select all the images you want to add. That action removes the default placeholder images and add the images you have selected.

    The bug is that when you re-related images of space reserved for real images Muse has no clear their status of "placeholder". So when you later used the "Import" feature to add the images incorrectly deleted Muse spaces 'reserved '.

    If you use import to put in your images fine. It works very well to images link again later, if necessary. You just need to start with import rather than re - bind the placeholders.

    I've written a bug report so that incorrect behaviour placeholder attaches. Thanks for reporting this. Sorry for the confusion.

  • Passing more than three values in the link option

    4.2.1

    Hello

    I have a few classic reports that shows the counts of certain elements. I have hyperlinked these counts using the standard configuration of link Apex in the attributes of the column. However, it has kind of only three elements that can be passed to the next page. My question is if I wanted to pass multiple values, that the best option would be? (This is when the user clicks the link)

    Thank you
    Ryan

    ryansun wrote:
    4.2.1

    Hello

    I have a few classic reports that shows the counts of certain elements. I have hyperlinked these counts using the standard configuration of link Apex in the attributes of the column. However, it has kind of only three elements that can be passed to the next page. My question is if I wanted to pass multiple values, that the best option would be? (This is when the user clicks the link)

    More than 1 name/value pair can be entered in the name / value boxes for each item in the column binding: just, separate them by commas (",") and to ensure that the order of matches on names and values.

    OR

    Change the target of the link URL and build the URL of the link yourself using the model APEX standard URL. (APEX will do this automatically if you enter more than 3 name/value pairs separated by commas).

    However, you should be aware that pass several parameters in the URL may lead to problems that some characters have a special meaning in the URL. The best practice is to pass only simple alphanumeric identifiers (and as few as possible).

  • I want to connect more than three monitors with an all new available Mac Mini. Is this possible? How? Should which model I buy?

    I want to use these views to just watch camaras of my office via a web browser. So it will not so much be the treatment intense work/load on the processor.

    Please help me with this situation.

    Thank you.

    -Neesarg

    I would like to get the Mini model middle. It comes standard with 8 GB of memory while the low end has 4 GB. Also have a faster processor and better graphics.

    Video support

    Support for up to two displays at 2560 x 1600 pixels, both at millions of colors

    Digital video output Thunderbolt
    • Native of output Mini DisplayPort
    • DVI output Mini DisplayPort to DVI (sold separately)
    • Output VGA Mini DisplayPort to VGA (sold separately)
    • Dual-link DVI output Mini DisplayPort to DVI dual link (sold separately)
    HDMI video output
    • Support for the resolution of 1080 p at 60 Hz
    • Support for the resolution of 3840 by 2160 to 30 Hz
    • Support for the resolution 4096 by 2160 at 24 Hz

    Exit DVI HDMI to DVI (sold separately)

    For screens more yo either duty use a double or triple head adopter that plugs into a port Thunderbolt

    http://www.Matrox.com/graphics/en/products/GXM/th2go/digital_se/

    http://www.Matrox.com/graphics/en/products/GXM/dh2go/Digital_Me/

    or use a USB video adapter

    http://eShop.MacSales.com/search/NWTVIDU

  • Windows & Home Premium 64-Bit Panel "Programs," explains installed more than rest even said of the PC.

    I have a weird on Windows 7 64 bit Home Premium problem: facility recently "DAZ Studio 4" 64-bit on the BONE, DAZ said works very well, makes everything so as to install right now, 'Programs' control panel said GB 590 (five hundred and ninety!) RAM used by all programs; Right click 'Properties' on the disk C: "Program Files (x 86)" said 2.95 GB total in-use (sounds about right). CHKDSK and all integrated and commercial difficulties It Center Microsoft can't find anything; cmd sfc finds no corruption; VIPRE/COMODO scans separated with latest defs are zero viruses/malware, like the Microsoft anti-malware tool. Reviewed all files shown/hidden on the disc, DAZ Studio 4 components actually installed in "Program Files", "Program Data" and little "Application Data"... but NO files installed in "Program Files (x 86)", which in fact even more bizarre than Panel advertising 590 GB in use. I also checked online in the nature of "Googling" but no similar problem any exist; Finally, Windows Update logs and error to offer no pointer to cause/solution. Even the DAZ staff have not yet decided to back a cause/solution to get rid of the overestimation of drive using Control Panel, so I'm asking here. Thank you!

    I don't think you can put too much faith in some details in programs and features.

    How add/remove programs is the size and other information?
    http://blogs.msdn.com/b/oldnewthing/Archive/2004/07/09/178342.aspx

  • Create a table with a thinner than the source table granulaty

    Hello
    I had a problem. I have a source table that has vacation date / period for employees inside. I want to create a table where I "split" the period of vacation days for each employee.
    Example:
    Holiday table:
    Name - Holiday beginning - end of holiday
    Mr.X - 1.1.2011 - 5.1.2011
    Mr.Y - 2.5.2011 - 3.5.2011

    -> new table:
    Name - Day of vacation
    Mr.X - 1.1.2011
    Mr.X - 2.1.2011
    Mr.X - 3.1.2011
    Mr.X - 4.1.2011
    Mr.X - 5.1. 2011

    and so on
    Is there an operator or something else with which I could create the new table? I use OWB 11 GR 2

    THX

    Hello
    Join your source table to another table that contains all the dates (for example, you can use time dimension in OWB):

    Select vt.name, d.date_value in the vacation_table, vt, dates_tab d vacation_day
    where d.date_value between vt.vacation_start and vt.vacation_end

    Kind regards
    Oleg

  • I want the address bar so that my bookmark bar can show more than three icons when it is placed on the same line.

    I have about five to ten icons bookmark in the same line as the search and address bar. So I use customize... and I put the bookmarks on the same line bar. I leave the "name"-textbox in each bookmark in white so that only the icons. ""

    However, only two icons appear and the rest are displayed in a drop-down list with an arrow you click.

    I need not address bar to take 70% of the screen. I don't want the bookmarks bar to use an additional line. I just want to have the icons of bookmark five to ten next to my search and address bar. Is this possible?

    The address bar and the search bar, that both have a flex attribute that makes then take all available space.

    Items in Bookmarks Toolbar folder probably has a minimum width that can just make a bookmark with a maximum length label (in your case two icons).

    You can set the width of the address bar and the search bar to force a maximum width of these two bars max.
    Definition of a minimum width for the bookmarks toolbar items will probably work as well.

    Add code to the file userChrome.css below default @namespace (setting the width according to your needs).

    Customization files (interface) userChrome.css and userContent.css (Web sites) are located in the chrome folder in the user profile folder.

    @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
    
    #urlbar-container { max-width: 400px !important; }
    #search-container { max-width: 200px !important; }
    

    You can use this code to set a minimum width for bookmarks toolbar items if you want to experiment with that.

    You may need to set a width max as well.

    #personal-bookmarks { min-width: 200px !important; }
  • Windows xp cpu benchmarks more than three times slower than on windows 7 running on my i5 760 image

    I ran cpu benchmarks under xp on a pent. 4 @ 3 GHz and an i5 quad processor. @ 2.9 ghz and got almost the same results.

    However when I run the same test on the i5 quad. processor the platform of windows 7, I get 3.5 times the speed.

    It seems to me the xp runs only on a single core i5 quad.  I also understand that taskmanger XP has a

    additional oppition called 'set afinity' when you right click on a process and run multi cores or processors. This isn't there?

    My question is how to make xp to use all 4 cores. It should be quick blazeing and it's not. And while windows 7 is really

    most enjoyable of my software does not work on it. I need my xp and it wouldn't hurt if it was really fast.

    Hi carlcrone,

    What version of Service Pack is installed on your computer?

    Windows XP supports quad core processors. I recommend you to ask your question to TechNet for assistance.

    http://social.technet.Microsoft.com/forums/en-us/category/windowsxpitpro

    In Windows 7, you can try to run the software in compatibility mode & check if it works.

    For more information, please visit: make older programs run in this version of Windows

    For faster access to the internet, you can also try to upgrade to Internet Explorer 9.

    For more information, please visit: How to install or uninstall Internet Explorer 9?

    Hope the helps of information.

    Please post back and we do know.

  • I stopped the $10 a month photoshop and lightroom and yall are always pulling money every month and I still have to be able to install in my computer. And its been more than three months.

    I want that you stop taking my money are send me links to download each one in my computer.

    Hi Brenda

    The first step is to download and install the Adobe Creative Cloud Desktop App on your computer. You it from here:
    Creative cloud help | Creative cloud desktop.

    After you have installed the Adobe Creative cloud application, you will need to sign in with your Adobe ID and password, and then you can install applications.

    For information on downloading and installing applications, see this link:
    Using creative cloud | Download, install, update or uninstall applications

    If you get hung up, please post the message you get and what measures you already taken if we can help you.

    Guinot

  • Download lines with hours more than 45 minutes

    Hello


    I have data like this
    EMPLOYEE             HRS                ACTUAL
    JACK                      12                    9.6
    TIM                       10                    9.95
    THOMAS                10                    7.55
    How can I get the lines where superior hrs actual and difference over 45 minutes.

    Any help is appreciated.
    with sample_table as (
                          select 'JACK' employee,12 hrs,9.6 actual from dual union all
                          select 'TIM',10,9.95 from dual union all
                          select 'THOMAS',10,7.55 from dual
                         )
    select  *
      from  sample_table
      where hrs - actual > .75
    /
    
    EMPLOY        HRS     ACTUAL
    ------ ---------- ----------
    JACK           12        9.6
    THOMAS         10       7.55
    
    SQL> 
    

    SY.

Maybe you are looking for