FORTRAN syntax mathscript code

So I have a set of 2D data (at the moment it is a set of random numbers) I got histogram binning data of 100,000 points in 1000 bins.  A column (column 0) are the values of the intensity of the (I) I am after and the other column (column 1) is the number of these intensity values of which was put in a cell (ie the number of observations, N)

Now I have to do now is to go through the table in its entirety (IE 1000 bins) and find the maximum product of N * I, where these values of N and I are now Nm and Im respectively (so the maximum product is Nm * Im).

What I've done is to separate the two columns in separate tables, one for the intensity and a number of observations.  The best way I could think to find the maximum product is now using the Mathscript node.  I have a Fortran code that already has, it is indicated here.

Normal 0 false false false MicrosoftInternetExplorer4 / * Style Definitions * / table. MsoNormalTable {mso-style-name: "Table Normal" "; mso-knew-rowband-size: 0; mso-knew-colband-size: 0; mso-style - noshow:yes; mso-style-parent:" ";" mso-padding-0pt alt: 0pt 5.4pt 5.4pt; mso-para-margin: 0pt; mso-para-margin-bottom: .0001pt; mso-pagination: widow-orphan; do-size: 10.0pt; do-family: "Times New Roman"; mso-ansi-language: #0400; mso-fareast-language: #0400; mso-bidi-language: #0400 ;} "}

nximax = 0

make 140 ints = 1, 1000

If (* ints.gt.nximax num (ints)) then

nummost = num (ints)

intmost = ints

nximax = nummost * intmost

end if

continue to 140

(Note that in my node code I changed - nximax NmIm, nummost and Nm, intmost im, num (inst) to N and inst i)

But I find that when I run the code as I have, it does not work.  I'm not sure that my data before entering the node preparation is correct (I tried to put it in a loop, but he does not like that (he said that the table was wired wrong and probably especially I don't think that I made the conversion from the Fortran code (as described above) appropriate syntax mathscript.))

I'm so help after here is a double check on my before wiring the data entering the mathscript node (as much as I want to get the product of the number of intensity and observation of each location) and how convert correctly mathscript code fortran codes so that it does the same thing.

Any help would be appreciated.

I use LV 8.6.1

I have attached the man of interest: PE profile # 1(vi)

and some random data, I put in place.

Thank you

Scott

Hello Scott,

Your wiring code seems good.  In general, when you work with tables, you should avoid treatment elements in each both loops in MathScript.  If you want to calculate the maximum product of N * I, you can do it with a few simple instructions.  One thing to note is that you want to perform a scalar multiplication of two vectors (N and me) - Note the point before the time.  If you use the ordinary multiplication, it will try to do a multiplication of matrix and returns an error.  If you navigate using LabVIEW for the max function, you will see it can return two outputs: the maximum value and the index into the array where it occurred.  You can use these values to get the desired information:

[Index NmIm] = max (n. * I);
NM = N (index);
IM = I (index);

Grant M.
Staff software engineer | LabVIEW Math & Signal Processing | National Instruments

Tags: NI Software

Similar Questions

  • sql syntax error code

    Hello

    I'm trying to run a script sql in Toad and I feel say syntax error:

    ORA-00907: lack of right parenthesis

    I tried different ways to solve this problem, but can't. Here is the sql script I'm running and get the result. Please any help would be appreciated.

    SELECT Metric_Name,

    DECODE (Metric_run_mode, 1, ' on)
    Ask ', 2, 'Regular') Run_Mode,
    Max_Run,

    Min_Run,

    Avg_Run,

    number_of_runs,

    Max_Run-Avg_Run,

    Avg_Run-Min_Run,

    Avg_Run * number_of_runs,.

    NUM_RECORDS

    )

    (SELECT Metric_Name, Metric_run_mode, )
    MAX (Runtime_In_Seconds) Max_Run,

    MIN (Runtime_In_Seconds) Min_Run,

    Round (AVG (Runtime_In_Seconds), 2) AS Avg_Run,

    Count (*) AS number_of_runs,

    Max (NUM_RECORDS) NUM_RECORDS

    OF

    (SELECT DISTINCT
    B.Metric_Name,

    B.Metric_run_mode,

    ROUND ((A.Result_Stored-A.Request_To_Run) * 24 * 60 * 602) AS
    Runtime_In_Seconds,

    Success_code,

    A.NUM_RECORDS

    Of
    SI_INFOLET_RUN_STATISTICS has,
    Si_Metrics_T B

    WHERE
    a.INFOLET_ID = B.METRIC_ID and (select in b.metric_id

    separate input_metric_id of si_metric_columns where metric_id = (select
    metric_id si_metrics where metric_name =' REM MS REPAIR ACTION
    PLAN ");"

    Thanks in advance.

    See in this query, you have a group by clause.

  • MATLAB R2007a to Mathscript

    Hello

    I wrote the MATLAB code to produce a square at a certain frequency to 0.01 seconds. The code performs a loop then back to produce a similar squares but at a different frequency and it then concatenates up to the end of the first square. There are 100 these iterations as she founded a square of frequency change that runs for 1 second (or 0.01 * 100). I want this squares with the computer output speakers.

    The code works in MATLAB, but when I copy in the window of Matchscript it does not work. The commands I use seem to be compatible with Mathscript and it seems that the problem happens at the stage of the loop. My MATLAB code is pasted below and I join the LabVIEW VI with my Mathscript window. Could someone please take a look at my code and see if I am missing any common questions? I am a new user of LabVIEW and am not completely familiar with its intricacies.

    ______________________________________________________________________________

    CLC
    sample rate = 40000;
    Step = 1/sampling rate;

    freqArray = [5247.819345 2691.190023 2379.575143 2242.862777 2162.605492 2105.101801 2056.973700 2011.841157 1966.260707 1918.191205 1866.327910 1809.784986 1747.934921 1680.325561 1606.638751 1526.672983 1440.340700 1347.674817 1248.840788 1144.151306 1034.080952 919.278207 800.572260 678.972385 629.941608 670.923135 706.090004 733.248856 750.729600 757.468401 753.055128 737.746864 712.449234 678.666661 638.422079 594.147026 548.544635 504.430794 464.562051 431.461673 407.256955 393.540721 391.268089 400.696344 421.371792 452.163428 479.456733 499.635983 519.683091 539.345489 558.379030 576.550816 593.641724 609.448655 623.786494 636.489853 647.414604 656.439263 663.466274 668.423222 671.264030 671.970137 670.551695 667.048751 661.532385 654.105760 660.331784 659.175196 658.042926 656.973398 656.008980 655.196461 654.587596 654.239768 654.216768 654.589753] [655.438402 656.852357 658.933014 661.795790 665.573014 670.417674 676.508334 684.055673 693.311331 704.580088 718.236954 734.751698 754.724945 778.942900 808.463177 844.755078 889.940437 947.233277 1021.807261 1122.692006 1267.554308 1497.662150 1946.857495 4694.713066];
    z = [ ];
    T2 = [];
    for n = 0:99
    t = (0 + (0.01 * n)): step: (0.01*(n+1)) - stage;
    y = (square (2 * pi * freqArray (n + 1) * t) + 1) / 2;    % VL creation at different frequencies
    z = [z, y];                                  % is concatenate matrices
    T2 = [t2, t];                                tables of time CONCATENATE %
    end

    Plot (T2, z)
    Sound (z, 40000, 16)

    _______________________________________________________________________________

    DCT,

    Remember that table in MathScript indices are 1-based, so change the for loop statement "for n = 1/100' should do the job.  It can be a little confusing because array indices are based on 0 in native LabVIEW, so you must make sure to add or subtract 1 during the back and forth between LabVIEW code and MathScript code.

    Chris M

  • a bilinear transformation without Matlab or MathScript module

    Hi all

    I've been searching the forums all morning and have not found what I'm looking for.  I have found information, you mind, but it seems that I'm smart enough now to put all the pieces together.  So I'll just ask, and we hope for the best.  Maybe someone can point me in the right direction... everything is blurred together at this stage.

    Is there a relatively simple way to run a bilinear transformation in LabVIEW without using Matlab or MathScript?  I don't have access to either one.  If there is a built-in function of LabVIEW, I'm not find it.

    The MathScript code looks like this:

    W3 = 2 * pi * f3;

    B = [1/w3 1];

    W4 = 2 * pi * f4;

    A = [1/w4 ^ 2 1/T4 1];

    [b, a] = bilinear(B,A,fs);

    Help?

    Thank you!

    d

    Since you're using the representation of transfer function you will need to do the transformations and representation of the State space and perform the bilinear transformation in the meantime.  Normally, it's hard to make from scratch, but LV has the built-in Polynomial.vi feature so it's pretty easy (once you get the right formula).

    StateSpace <->transfer function screws that I have used it before so I think that they are correct.  Bilinear transformation was just thrown together using mathworks.

  • Problem running application using odeoslver in Mathscript

    Nice day.

    So, my goal is to create a Labview application (which will be used for the other computer) which allows me to run mathscript code which turns into a calls a function to solve a problem of ode.

    I don't understand why it does not work... I use the "current directory" function to see where Labview is in charge of the search for the function and I introduce later in this directory (manually).

    The application returns the paths, but returns no results in addition to those...

    The program works great when I use it in the application...

    The script function is presented as an image.

    Thanks in advance...


  • Help with code for counting

    Hi I am new to coding and, at school, they give us builders of the project before assignment, they are usually much more difficult but for the practice and trial and error. This one I'm completely lost. They provide a code for counting MEAC, a load of cookie that was reversed when you press on and the user needs to count spilled cookies and enter the number. The wrong number does not work so it has a loop function in I think. Here's the code that provided things needs added.

    Stop();

    var numberOfCookies:Number = 0;

    startBtn.addEventListener (MouseEvent.CLICK, getCookies);

    function getCookies(Event:MouseEvent)

    {

    numberOfCookies = (Math.floor (Math.random () * (10)) + 1);

    var n: Number = 0;

    }

    Now the long instructions on what needs to be done.

    1. Complete the getCookies function by typing the following code before the closing brace on the right:
      1. Add a line under the last line of the code and before the right fence reinforcement to create a while loop that loops while n is less than numberOfCookies.
      2. Define all looped as follows and place the code inside the left and right hooks:
        • Type a line that creates a variable named cookieInstance that has a cookieMC data type. Create a new instance of the cookieMC.

    Note: cookieMC is the video clip that contains an image of the cookie.

    • Add another line of code that uses the method addChild to add cookieInstance to the display list and places it in a random place.

    Hint : Your text contains an illustration that represents the format of line addChild . The values of x must be 200 and 20, and values there must be 150 and 220. This will ensure that the cookies will be overlapping with the cookie jar!

    • Add another line of code that increments n to 1.
    • Check both the time watching the block of code and the function block getCookies end of code with right brace (}).
    • After the right brace for functions getCookies, typed an event listener that calls a function when it is clicked on the goBtn object. Name of the function checkNumberTyped.
    • Definition of the function as an if-else statement. If the number entered by the user in the input box (checkBox.text) equals the number of cookies (numberOfCookies) generated by the random function, have the playhead go and play frame 2; or else have the playhead go and play frame 3.
    • Check the format of syntax and code auto.
    • Click on frame 2 in the timeline. Click on the area of dynamic text under the heading on the stage and give it an instance name of right.
    • Click on the image on the layer 2 actions. Then view the Actions Panel.

    Note : The code in line 2 adds an event listener that "listens" for an event ENTER_FRAME and appoints a (correct) function. The causes of event frame enter the named function correct to run when the playhead moves to frame 2

    1. Type the line of code between the braces ({}) left and right which takes the value in the numberOfCookies variable and it changes to string data type and then assigns it to the dynamic text box named right.

    Hint : the format to change a digital var to a string is: Textboxname.text = String (var);

    1. Check the format of syntax and code auto.
    2. Click on the image 3 on the Timeline and click on the area of dynamic text on the stage and give it an instance name of the lot.
    3. Click on the image on the layer 2 shares and copy the code for the listener of events and the called function OK. Click on the image on the layer 3 actions and paste the code on a new line after stop();
    4. Change the code pasted into the image 3 on the layer actions so the function name is incorrect and does not name text box.
    5. Check the format of syntax and code auto.
    6. Test the animation several times by entering the correct and incorrect numbers for the number of cookies displayed.

    Now, it's my first Flash class, and I've been in 7 weeks, I feel it is a lot to know already, but if anyone could tell me what I need to add and why would I have a great understanding until the project that happens I need this practice will last.

    the following code fills the coding part of your task.  you will need to pick up line "check the syntax and the auto format code".

    ///////////////////

    Stop();

    var numberOfCookies:Number = 0;

    startBtn.addEventListener (MouseEvent.CLICK, getCookies);

    function getCookies(Event:MouseEvent)

    {

    numberOfCookies = (Math.floor (Math.random () * (10)) + 1);

    var n: Number = 0;

    While (n<>

    var cookieInstance:cookieMC = new cookieMC();

    addChild (cookieInstance);

    cookieInstance.x = 20 + Math.floor (181 * Math.random ());

    cookieInstance.y = 150 + Math.floor (71 * Math.random ())

    n ++ ;

    }

    }

    goBtn.addEventListener (MouseEvent.CLICK, checkNumberTyped);

    function checkNumberTyped(e:MouseEvent):void {}

    {if (Number (CheckBox.Text) == numberOfCookies)}

    gotoAndPlay (2);

    } else {}

    gotoAndPlay (3)

    }

    }

  • Beta test of the new CSA user stylesheet

    Don't like the appearance of ASC?   Change it.

    I added these changes to what appears in my thing.  Your trials and your comments are appreciated.  This article explains how to add the css to your browser.  I use Firefox.

    Adjust the format and presentation of the ASC Web Pages

    Version 0.64

    -Left corner with the right header information

    -Remove excessive white space in the header

    -Remove the redundant wording in the header

    -Change two vertical to horizontal nav bars

    -Purge footer bombblast

    -Spanish and Portuguese support forums

    -Support tag decorator

    /*  
        Custom Cascading Style Sheet for Apple Support Communities board system introduced  
        in 2014-06  
     
            Copyright 2014, 2016 Hiroto,  et. al.  
     
        GNU General Public License  
     
        This program is free software: you can redistribute it and/or modify  
        it under the terms of the GNU General Public License as published by  
        the Free Software Foundation,  version 3  
     
        This program is distributed in the hope that it will be useful,  
        but WITHOUT ANY WARRANTY; without even the implied warranty of  
        MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the  
        GNU General Public License for more details.  
     
        For a copy of the GNU General Public License  
        see <http://www.gnu.org/licenses/>.    
     
        For more information on what the css does, see:  
        https://discussions.apple.com/docs/DOC-7501   
     
        Change Log  
        Version 0.6:  
        -- Fold versions 0.43 and 0.50 into this version.  
        -- Add GNU General Public License  
        -- Add media tag to select on screen size.  
        -- Scroll large code listings  
        -- Change color highlights unread posts  
        -- Fix size of thread content display.  
        Version 0.61:  
        -- Narrow text for printing listing of this file  
        -- Delete "added in" comments about versioning.  Seems obvious to me without.  
        -- More fixing of width of content display size of large window.  
        -- Delete @-moz-document special case adjustment for max-width  
        -- Size adjust for thread content and reply for large screens  
        -- Reduce the amount of duplicate code  
        Version 0.62  
        -- avoid userstyles.org/ error messages  
        -- pacify ASC badges for those who want to enable the code 
           [ Note: Some badges are turned off in 0.63 ] 
           https://discussions.apple.com/message/30002950#30002950   
           ------> How to get rid of discussion list Badges Lines 115 to 146 <----  
           Go down find this line of code  
             .j-status-level.expertise-tile { display: none !important; }   
           You need to eliminate the slash / star * before the line of code and  
           the star * slash / after the line of code.  
     
           To get rid of all badges everywhere, uncomment the next three lines of code.  
        Version 0.63 
        -- Decided on a minimalist philosophy to focus on reading the posts. 
        -- Don't display badges on list of discussion posts 
        -- Footers should be short not take up a half a page. 
             Uncomment the three lines of code to accomplish this after the 
             "Rambling footer stuff will strink". Note some bombblast 
             will remain, see adjustment at the end of the sheet. 
               #globaldisclaimer.sosumi {display: none !important; }      
               #j-footer #breadcrumbs {display: none !important; } 
               p.gf-buy {display: none !important; } 
        -- Show points on the profile popup! 
        Version 0.64
        -- Align left with right side header info
        -- Delete excessive white space in header
        -- Delete redundant wording in header
        -- Change two vertical nav bars to horizontal
        -- Purge footer bombblast
        -- Support Spanish and Portuguese forums
        -- Support decorator option on the url
    */  
        /* 
          Spanish 
            https://communities.apple.com/es/docs/DOC-1004 
          Português
            https://communities.apple.com/pt/welcome
        */    
    @-moz-document  
        domain(discussions.apple.com), 
        domain(communities.apple.com), 
        domain(discussionsjapan.apple.com),  
        domain(discussionskorea.apple.com)  
    {  
        /* Common css for small and large windows */  
     
        /* Scroll code listings.  set max-height of syntax highlighted code in thread  
           content browser   v0.6 */  
        .jive-rendered-content .dp-highlighter {  
           max-height: 500px !important;  
           overflow: auto !important;  
        }                                                                                
        /* Scroll code listings. set max-heiht of pre code (visible when javascript is disabled)  
        v0.6 */  
        .jive-rendered-content pre {  
           max-height: 500px !important;  
           overflow: auto !important;  
        }     
                                                                               
        /* highlights in dark blue unread posts when logged in.  v0.6  
     
        All your posts  
        https://discussions.apple.com/content?filterID=participated~objecttype~objecttype[thread]    
     
        Discussions you authored  
        https://discussions.apple.com/content?filterID=contentstatus[published]~objecttype~objecttype[thread]    
     
        To see the discussions you have read and not read in a community  
        The suffix to use for any ASC forum, placed after the basic link to any forum, it's  
        /content?filterID=contentstatus[published]~objecttype~objecttype[thread]  
     
        for iPhone community this would be:  
        https://discussions.apple.com/community/iphone/using_iphone/content?filterID=contentstatus[published]~objecttype~objecttype[thread]    
     
     
     
        */  
        .j-td-title strong {color:#191970 !important; font-weight: normal !important;}  
     
                
            /* added or changed in 0.63 'til 0.64 insertion point */ 
          
        /* Avoid double scrolling in posts which happened here:  
           https://discussions.apple.com/docs/DOC-9254   
           #globalfooter and #globaldisclaimer elements which originally define the width  
           to fixed value as 980px   0.62  
        */  
     
        #globalfooter, #globaldisclaimer { width: 80% !important; }  
     
        /* Get more vertical space.  This line gets rid of the global Apple navigation bar at the top.  
           The black bar with Apple-Logo Mac iPad iPhone Watcsh Tv Music Support  
        */  
        #global-nav-wrapper {display: none !important; }  
     
            /* Pacify badges  
               These four lines, when uncommented, eliminate the display of badges. Some or all of the 
               lines are commend out.  Each comment starts all the way to the left.  
        */  
     
        /* -------------------------------------------------------------------------------  
            THREAD CONTENT BROWSER  
            status level expertise badge  
            To avoid formatting problems of badges overlapping next post, enable this line.  
        */  
             .j-status-level.expertise-tile { display: none !important; }    
     
        /* ---------------------------------------------------------------------------------  
           THREAD LIST BROWSER   
           leader board  
        */  
             .jive-widget-leaderboardwidget {display: none !important; }   
     
          /* ---------------------------------------------------------------------------------  
              PROFILE   
              profile status container for specialties and awards  
          */  
    /*    .profile-status-container { display: none !important; } */  
     
        /* profile modal note status row for specialties and awardds */  
    /*    .status-row { display: none !important; } */  
     
            /* Rambling footer stuff will sink */        
            /* no more legalistic bomblast */ 
            #globaldisclaimer.sosumi {display: none !important; }     
            /* Not a complete path to here, so why be mislead */ 
            #j-footer #breadcrumbs {display: none !important; }     
            /* Guess by now folks know how to buy an apple product */ 
            p.gf-buy {display: none !important; }    
            
            /* Reveal points in popup when you click on an ASC id or aviator. 
               thanks to turingtest2. 
                 https://discussions.apple.com/message/30179703#30179703 */ 
            .level-points > span {display: inherit !important;}     /* Display point information */ 
        
            /* 0.64 insertion point */ 
           
        /* Use less space on the top of the page. We see this every day.  I don't use any
           of the links here anyway.  Ok, to make them smaller.
           The goal is not to have to do a "manditory" page down to get to posts. 0.64 */
       
        /* Move up the "New  My Subscriptions ..."  nav bar.  Looks  better aligned with
           "Apple Support Communities" */
        #j-globalNav { margin-top: -12px !important;}
        /* need less height for "Apple Support Communities   New My Subscriptions ... "
           after moving up the nav bar*/
        #j-globalNav-bg {
            height: 20px !important;
            border-bottom: none !important;
        }
        /* Less space below avator ... */
        #j-header-wrap { margin-bottom: 0px !important;}
        /* move up "Apple Support Communities  /  Content"
           When windows size is contracted, these words will
           overlay words to the left. "... | logout"
           First nav bar doesn't overlay "Apple Support Community". ,,,*/
        #jive-breadcrumb {
            margin-top: -10px !important;
            margin-bottom: 0px !important;
            right: 40px !important;  
        }
       
       
        /* Less space above "All Content User Tips Discussions" nav bar */
        .j-layout { margin-top: 10px !important;}
       
        /* Purge the words "Find helpful content and discussions." Redundant.
           Why are we here? Pro users will know. */
        #apple-full-subheader {display: none !important;}
             
        /* Adjust the h2 header to take up less room on the page. 
           Let's focus on the posts. */
        h1, h2 {
          font-size: 24px !important;;
          line-height: 28px !important;;
        }
        .j-page-header {
          margin-top: 0px !important;
          margin-bottom: 0px !important;
        }
       
        
        /* Combine duplicate code here.  v 0.61 */  
     
        /* ---------------------------------------------------------------------------------  
            BODY  
        */  
        body.j-body-welome,             /* Welcome */  
        body.j-body-place,              /* Community */  
        body.j-body-yourwork,           /* Content */  
        body.j-body-home,               /* Activity */  
        body.j-body-yourconnections,    /* People */  
        body.j-body-preferences,        /* Preferences */  
        body.jive-body-content,         /* Thread */  
        body.jive-body-search,          /* Search */  
        body.jive-view-profile          /* Profile */  
        {                                                                       /* v0.43 */  
            background: white !important;   /* Effectively overrides most of the body color.  
                                              These are more specific.  */  
        }  
     
     
        /* ---------------------------------------------------------------------------------  
            TEXT  
        */  
        /* line spacing */  
        .jive-content { line-height: 1.25 !important; }  
     
     
        /* ---------------------------------------------------------------------------------  
            ASC HEADER AREA  
        */  
        #j-header,  
        #j-compact-header,  
        #j-footer { width: 100% !important; }  
     
        /* navigation header (Apple Support Communities ...) */  
        #j-header-wrap {  
            padding: 0px 40px !important;  
            margin: 0px 0px 15px !important;  
        }  
        #j-globalNav-bg {  
            padding: 0pX !important;  
            margin: 0px !important;  
        }  
        #j-satNav { overflow: visible !important; }  
       
     
     
        /* ---------------------------------------------------------------------------------  
            THREAD LIST BROWSER - list of discussions in a Community  
        */  
     
        /* show author name in 'Latest activity' column in detailed list view of threads */  
        td.j-td-date > span { display : inherit !important; }  
     
        /* main section */  
        #j-main { padding: 0px !important; }  
     
        /* table cell title */  
        .jive-table td.jive-table-cell-title { padding: 5px !important; }  
           
        /* thread list view column widths */                                        /* v0.43 */  
        .j-browse-details .j-td-title { max-width: none !important; }  
        .j-browse-details .j-td-date {  
            width: auto !important;  
            max-width: 20% !important;  
        }  
        /* threads list view table tr td  */  
        .j-browse-details-tbody tr td { padding: 5px !important; }  
     
        /* communities list view table tr td */  
        .jive-communities-listing table tr td { padding: 5px !important; }  
     
        /* thumbnails view width */  
        .j-browse-content .j-thumb-view,  
        .j-browse-places .j-browse-thumbnails,  
        .j-browse-people .j-browse-thumbnails { width: 100% !important; }  
     
        /* thumbnail view list item margin */                                        /* v0.43 */  
        .j-browse-content .j-thumb-view > li,  
        .j-browse-places .j-browse-thumbnails > li { margin-right: 20px !important; }  
     
        /* social actions row */  
        .apple-social-actions-wrapper { margin-right: 0px !important; }  
        .j-thread .j-social-actions { margin-right: 40px !important; }  
     
        /* apple header, subheader row ("Find helpful contents..." etc )    fixed in v0.43 */  
        #apple-full-subheader,  
        #apple-activity-subheader {  
            padding: 0px 40px 15px !important;  
            margin-bottom: 15px !important;  
        }  
        #apple-full-header h2,  
        #apple-activity-header h2 { padding: 0px 40px !important; }  
     
        /* page header */  
        .j-body-place #jive-body > header.j-page-header {  
            margin-left: 40px !important;  
            margin-right: 40px !important;  
            width: auto !important;  
        }  
     
        /* browser filter row */  
        #j-browse-filters { margin-bottom: 5px !important; }  
     
        /* browser controls row */  
        .j-type-row { margin-bottom: 0px !important; }  
     
        /* browser controls content types (All Contents|User Tips|Discussions) width */  
        #js-browse-controls .j-type-row .j-content-types { width: 90% !important; }  
     
        /* browser controls view toggle (Thumbnails|Details) width */  
        #js-browse-controls #j-item-view-toggle {  
            width: 10% !important;  
            display: table !important;  
        }  
     
        /* content filter row (All|Open|Answered|Threads) */  
        .j-content-filter {  
            background: white !important;  
            margin-bottom: 10px !important;  
        }   
     
        /* container canvas */  
        .j-contained {  
            margin-left: 40px !important;  
            margin-right: 40px !important;  
        }  
     
        /* category filter bar */  
        .jive-content-filter {  
            left: 0px !important;  
            width: 80% !important;  
        }  
        .touchcarousel-wrapper { width: 100% !important; }  
        .touchcarousel .tc-paging-container { width: 90% !important; }                /* v0.41 */  
     
        /* more search results available */  
        #j-more-search-results-available { padding: 10px !important; }  
     
        /* misc */  
        .jive-widget { margin-bottom: 10px !important; }  
        .j-column { margin-bottom: 10px !important; }  
     
     
        /* ---------------------------------------------------------------------------------  
            THREAD CONTENT BROWSER - Displays the contents of the posts.  
        */  
        /* thread header */  
        .apple-thread-header {  
            width: auto !important;  /* v0.6 no more*/  
            margin-bottom: 10px !important;  
            margin-left: 40px !important;  
        }  
     
        /* thread original post */  
        .j-thread .jive-content { margin: 0px 40px 0px 140px !important; }  
     
        /* thread replies ul */  
        ul.jive-discussion-replies.jive-discussion-indent-0 { margin: 0px !important; }  
     
        /* thread reply li */  
        .jive-discussion-replies li.reply { margin-top: 15px !important; }  
     
        /* thread view indent */  
        .jive-discussion-indent-1 li.reply { padding-left: 15px !important; }  
     
        /* thread info */  
        .jive-thread-info {  
            padding: 10px 40px !important;  
            margin: 0px !important;  
        }  
     
        /* thread answer rollup */  
        .j-answer-rollup { margin: 30px 0px !important; }  
     
        /* thread post header (poster, date, response to) */  
        .j-thread-post > header {  
            padding: 10px 20px 0px 20px !important;  
            margin-bottom: 12px !important;  
        }  
     
        /* thread post section (message body) */  
        .j-thread-post section {  
            padding: 0px 20px !important;  
            margin-bottom: 6px !important;  
        }  
     
        /* thread post footer (Like|Reply etc) */  
        .j-thread-post footer { padding: 0px 15px !important; }  
        .j-thread-post footer > ul { padding: 2px !important; }  
        .j-thread-post footer > .acclaim-container { margin: 5px 0px !important; }  
     
        /* thread rendered content. The text in the orginal post and replies.  */  
        .jive-rendered-content {  
            padding-bottom: 4px !important;  
        }  
     
        /* thread rendered content quote & pre */  
        .jive-rendered-content .jive-quote,  
        .jive-rendered-content .jive-pre {  
            margin: 5px 15px !important;  
        }  
     
        /* thread reply footer (Return to Community|Go to original post) */  
        #jive-thread-reply-footer {    margin-top: 10px !important; }  
     
        /* more like this links, incoming links */  
        #apple-related-threads { margin: 0px 40px !important; }  
        #apple-related-threads .j-box { margin-bottom: 0px !important; }  
        .j-icon-list li { padding: 3px 0px 3px 22px !important; }  
     
     
        /* ---------------------------------------------------------------------------------  
            INLINE EDITOR  
        */  
        /* editor */  
        .jive-discussion-replies li.addReply { margin: 50px 40px 0px !important; }  
     
     
        /* ---------------------------------------------------------------------------------  
            ADVANCED EDITOR  
        */  
        /* content area */  
        .j-thread .jive-content.jive-create-thread,  
        .jive-body-formpage-document .jive-content.doc-page {  
            margin: 0px 40px !important;  
            padding: 0px !important;  
        }  
     
        /* header */  
        .j-thread .jive-content.jive-create-thread h2,  
        .jive-body-formpage-document .jive-content.doc-page h2 { padding: 0px !important; }  
     
        /* editor panel */  
        .j-thread .jive-content.jive-create-thread #jive-compose-title,  
        .j-thread .jive-content.jive-create-thread .jive-editor-panel.jive-large-editor-panel,  
        .jive-body-formpage-document .jive-content.doc-page #jive-compose-title,  
        .jive-body-formpage-document .jive-content.doc-page .jive-editor-panel.jive-large-editor-panel { margin: 0px !important; }  
     
        /* line height in editor */  
        body.tiny_mce_content { line-height: inherit !important; }  
     
        /* replying to */  
        .jive-body-formpage-comment .jive-thread-message { margin: 0px !important; }   
     
        /* buttons (Reply|Cancel) */  
        .j-publishbar,  
        .jive-body-formpage .jive-composebuttons { margin: 20px 40px 0px !important; }  
     
     
        /* ---------------------------------------------------------------------------------  
            SEARCH RESULTS  
        */  
        /* search result entry */  
        .j-search-results-main-container .j-search-result  
            { padding: 10px !important; }    /* v0.43 */  
     
     
        /* ---------------------------------------------------------------------------------  
            DOC (USER TIP)  
        */                                                                            /* v0.43 */  
        /* user tip canvas */  
        .jive-body-content.j-doc .j-column-wrap-l { margin: 0px 40px !important; }  
     
     
        /* ---------------------------------------------------------------------------------  
            PROFILE  
        */                                                                            /* v0.43 */  
        /* header & navigation bar (Bio|Activity|Content|Communities) */  
        .j-view-profile .j-page-header { padding: 10px 40px !important; }  
        .j-bigtab-nav { margin: 10px 40px !important; }  
     
        /* Bio */  
        .j-layout-l .j-column-wrap-l { width: 100% !important; }  
     
        /* Communities (places) sidebar ui blue marker adjustment  
            (according to the sidebar width changed to 166px from 180px for selector:  
            .j-layout-sl.j-browse-places .j-column-s in PLACES section)  */  
        .j-view-profile .j-second-nav ul > li.active  { width: 156px !important; }  
     
     
     
     
      /* Wide screen browser  
         ===================  
     
        This rule set will be fine for normal to wide window whose width is ca. 1265px or greater.  
        However, it will not be beneficial to very narrow window of 700-900px in width.  
      */  
     
      @media all and (min-width: 1265px)
      {                                               /* v0.6 */  
        /* ---------------------------------------------------------------------------------  
            BODY  
        */  
     
        body {  
            background: white;  
            min-width: 0px !important;  
        }  
        #body-apple {  
            width: 100% !important;  
            min-width: 0px !important;  
        }  
     
     
        /* ---------------------------------------------------------------------------------  
            ASC TOP PAGE  
        */  
        #jive-widgetframe-body_5780758 > .content-large,    /* discussions.apple.com */  
        #jive-widgetframe-body_188974  > .content-large,    /* discussionsjapan.apple.com */   
                                                            /* v0.42 */  
        #jive-widgetframe-body_20835   > .content-large        /* discussionskorea.apple.com */   
                                                            /* v0.42 */  
        {                                                    /* added parent id in v0.41 */  
            text-align: center !important;  
            overflow-x: auto !important;  
            overflow-y: hidden !important;  
        }  
        .apple-communities {  
            display: inline-block !important;  
            width: 1120px !important;  
            text-align: left !important;  
        }  
     
     
        /* ---------------------------------------------------------------------------------  
            THREAD LIST BROWSER - list of discussions in a Community  
        */  
     
     
        /* ------------------  
            When uncommented, hide Like and Bookmark columns in thread list view.  
        */                                                                /* v0.43 (optional) */  
        /* ~~~~~~~~~~~~~~~~~~~~ (currently commented out) ~~~>  
        .j-browse-details .j-td-likes,  
        .j-browse-details .j-td-bookmarks { display: none !important; }  
        .j-browse-details > table.j-browse-list > thead.j-rc4 > tr > th + th,  
        .j-browse-details > table.j-browse-list > thead.j-rc4 > tr > th + th + th  
            { display: none !important; }  
        .j-browse-details > table.j-browse-list > thead.j-rc4 > tr > th + th + th + th  
            { display: table-cell !important; }  
        <~~~~~~~~~~~~~~~~~~~~  */  
     
     
        /* ------------------  
            Treatment for narrow window  
            Method 1 (minimum optimization)  
     
            Adjust thread list table's shift and margin to maximize its width.  
        */                                                                                /* v0.43 */  
        .j-layout-sl.j-browse-content .j-column-wrap-l { margin-left: -166px !important; }  
        .j-layout-sl.j-browse-content .j-column-l      { margin-left: 166px !important; }  
        .j-layout-sl.j-browse-content .j-column-s      { width: 166px !important; }  
        /* ------------------ */  
     
        /* ------------------  
            Swap left-right positions of thread list table and sidebar ui (filters & actions)  
        */                                                                                /* fixed in v0.43 */  
        /* let thread list table float left */  
        .j-layout-sl.j-browse-content .j-column-wrap-l,  
        .j-layout-sl.j-browse-places .j-column-wrap-l { float: left !important; }  
     
        /* let sidebar ui float right */  
        .j-layout-sl.j-browse-content .j-column-s,  
        .j-layout-sl.j-browse-places .j-column-s { float: right !important; }  
        /* ------------------ */  
     
     
        /* ---------------------------------------------------------------------------------  
            THREAD CONTENT BROWSER - Displays the contents of the posts.  
        */  
     
        /*  
          Put the brakes on infinite expansion of text.  Sets how wide the text display area in a  
          window can get. Eventhou the window maybe large, folks find it easier to read  
          the words when the text area is smaller.  
        */  
        /* Original post.  Includes answering post if present */  
        /* posts in thread */  
        /* Types of replies */  
        #jive-thread-messages-container,  
        /* Advanced reply */  
        #jive-body {  
            max-width: 1100px !important;    /* v0.61 */  
         }  
        
     
        /* ------------------  
            Treatment for narrow window  
            Method 1 (minimum optimization)  
     
            Adjust community list table's shift and margin to maximize its width.  
        */                                                                            /* v0.43 */  
        .j-layout-sl.j-browse-places .j-column-wrap-l { margin-left: -166px !important; }  
        .j-layout-sl.j-browse-places .j-column-l      { margin-left: 166px !important; }  
        .j-layout-sl.j-browse-places .j-column-l      { padding-left: 0px !important; }  
        .j-layout-sl.j-browse-places .j-column-s      { width: 166px !important; }  
        /* ------------------ */  
     
        /* ---------------------------------------------------------------------------------  
            ACTIVITY STREAM  
        */  
        /* activity entry */  
        .j-act-entry { padding: 5px 0px 10px 100px !important; }  
     
        /* activity title */  
        .j-body-home .j-act-title { padding: 5px 0px 5px 24px !important; }  
     
        /* activity body & comment */                                                /* v0.43 */  
        .j-body-home .j-act-init { padding: 5px 0px 10px 100px !important; }  
        .apple-activity-comments-wrapper { margin-left: 0px !important; }  
     
        /* Like list */  
        .j-act-grouped .j-act-g-item { padding: 3px !important; }  
     
        /* -----------------------------------------------------------------------------------  
           PLACES  
        */                                                                            /* v0.43 */  
        /* latest activity column */  
        .j-browse-details .j-td-activity { max-width: 650px !important; }  
     
     
      } /* end of media for wide screen */  
     
     
      /* Narrow screen browser  
         =====================  
      */  
     
      @media all and (max-width: 1265px)
      {                                           /* v0.6 */  
        /* styles for small screens ( narrow browsers window )  
           ========================  
         
           Narrow is basically the same as the above wide screen browser except that this lets  
           the sidebar column (filter column) in list view be pushed down or up in layout flow  
           to make room for the main column (table column) when the window is not wide enough.  
           It is done by setting margin-left and padding-left of main column to 0 and setting  
           max-width of main column, which is currently 1019px.  Consequently, if window width  
           is less than 1265px (= 40 (margin-left) + 1019 (main column) + 166 (sidebar colum)  
           + 40 (margin-right)), sidebar column is pushed down or up according to document  
           tree order. This rule set is intended to be useful for normal to narrow window  
           whose width is in range ca. 700-1400px. It can be used for wider window as well but  
           there's no point to set the max-width of main column in order to move sidebar  
           column when the window is wide enough.  
         
           custom styles for Apple Support Communities board system introduced in 2014-06  
           (v 0.5)  
        */  
             
        /* -----------------------------------------------------------------------------------  
            BODY  
        */  
     
        body {  
            background: white;  
            min-width: 0px !important;  
        }  
     
        #body-apple {  
            width: 100% !important;  
            min-width: 0px !important;  
        }  
     
        /* Text reflow problem with New Activity Content etc.  
           https://discussions.apple.com/thread/7517905    
           Provide work-around.  Maybe Firefox issue.  
        */  
        #apple-site-title { font-size: 14px !important; }  
     
        /* -----------------------------------------------------------------------------------  
            ASC TOP PAGE  
        */  
        #jive-widgetframe-body_5780758 > .content-large,    /* discussions.apple.com */  
        #jive-widgetframe-body_188974  > .content-large,    /* discussionsjapan.apple.com v0.42 */  
        #jive-widgetframe-body_20835   > .content-large     /* discussionskorea.apple.com v0.42 */  
        {                                                   /* added parent id in v0.41 */  
            text-align: center !important;  
            overflow-x: auto !important;  
            overflow-y: hidden !important;  
        }  
        .apple-communities {  
            display: inline-block !important;  
            width: 1120px !important;  
            text-align: left !important;  
        }  
     
     
        /* -----------------------------------------------------------------------------------  
            THREAD LIST BROWSER  
        */  
     
        /* ------------------  
            Hide Like and Bookmark columns in thread list view.  
        */                                                                            /* v0.43 */  
        /* ------------------ display in small screen        changed 0.6 */  
        .j-browse-details .j-td-likes,  
        .j-browse-details .j-td-bookmarks { display: none !important; }  
        .j-browse-details > table.j-browse-list > thead.j-rc4 > tr > th + th,  
        .j-browse-details > table.j-browse-list > thead.j-rc4 > tr > th + th + th  
            { display: none !important; }  
        .j-browse-details > table.j-browse-list > thead.j-rc4 > tr > th + th + th + th  
            { display: table-cell !important; }  
        /* ------------------ */  
     
     
        /* ------------------  
            Treatment for narrow window  
            Method 1 (minimum optimisation)  
     
            Adjust thread list table's shift and margin to maximize its width.  
        */                                                                            /* v0.43 */  
        /* ------------------ (currently commented out)  
        .j-layout-sl.j-browse-content .j-column-wrap-l { margin-left: -166px !important; }  
        .j-layout-sl.j-browse-content .j-column-l      { margin-left: 166px !important; }  
        .j-layout-sl.j-browse-content .j-column-s      { width: 166px !important; }  
        ------------------ */  
        /* ------------------  
            Treatment for narrow window  
            Method 2 (more beneficial to narrow window but has disadvantage for wide window)  
          
            Let thread list table have full width but not exceed 1019px to make room for sidebar  
            ui (filters & actions).  If window is wide enough (>=1265px), sidebar ui is displayed  
            next to thread list table, otherwise it is displayed below or above it (depending  
            upon its document tree order).  
          
            * sidebar width (constant)    = 166px  
            * thread table max width      = 1019px  
            * canvas margin-left          = 40px  
            * canvas margin-right         = 40px  
            ---------------------------------------  
            * total                       = 1265px  
        */                                                                          /* v0.5 */  
        /* ------------------ (currently active) */  
        .j-layout-sl.j-browse-content .j-column-wrap-l { max-width: 1019px !important; }  
        .j-layout-sl.j-browse-content .j-column-wrap-l { margin-left: 0px !important; }  
        .j-layout-sl.j-browse-content .j-column-l      { margin-left: 0px !important; }  
        .j-layout-sl.j-browse-content .j-column-s      { width: 166px !important; }  
        /* ------------------ */  
     
        /* ------------------  
            Swap left-right positions of thread list table and sidebar ui (filters & actions)  
        */                                                                    /* fixed in v0.43 */  
        /* let thread list table float left */  
        .j-layout-sl.j-browse-content .j-column-wrap-l,  
        .j-layout-sl.j-browse-places .j-column-wrap-l { float: left !important; }  
     
        /* let sidebar ui float right */  
        .j-layout-sl.j-browse-content .j-column-s,  
        .j-layout-sl.j-browse-places .j-column-s { float: right !important; }  
        /* ------------------ */  
     
     
        /* -----------------------------------------------------------------------------------  
            THREAD CONTENT BROWSER - Displays the contents of the posts.  
        */  
     
        /* -----------------------------------------------------------------------------------  
            ACTIVITY STREAM  
        */  
        /* activity entry */  
        .j-act-entry { padding: 5px 0px 10px 100px !important; }  
     
        /* activity title */  
        .j-body-home .j-act-title { padding: 5px 0px 5px 24px !important; }  
     
        /* activity body & comment */                                                /* v0.43 */  
        .j-body-home .j-act-init,  
        .j-view-profile .j-act-init { padding: 5px 0px 10px 100px !important; }  
        .apple-activity-comments-wrapper { margin-left: 0px !important; }  
     
        /* Like list */  
        .j-act-grouped .j-act-g-item { padding: 3px !important; }  
     
     
     
        /* -----------------------------------------------------------------------------------  
            PLACES  
        */                                                                         /* v0.43 */  
        /* latest activity column */  
        .j-browse-details .j-td-activity { max-width: 650px !important; }  
     
     
        /* ------------------  
            Treatment for narrow window  
            Method 1 (minimum optimisation)  
     
            Adjust community list table's shift and margin to maximize its width.  
        */                                                                            /* v0.43 */  
        /* ------------------ (currently commented out)  
        .j-layout-sl.j-browse-places .j-column-wrap-l { margin-left: -166px !important; }  
        .j-layout-sl.j-browse-places .j-column-l      { margin-left: 166px !important; }  
        .j-layout-sl.j-browse-places .j-column-s      { width: 166px !important; }  
        ------------------ */  
        /* ------------------  
            Treatment for narrow window  
            Method 2 (more beneficial to narrow window but has disadvantage for wide window)  
          
            Let community list table have full width but not exceed 1019px to make room for  
            sidebar ui (filters & actions).  If window is wide enough (>=1265px), sidebar ui  
            is displayed next to community list table, otherwise it is displayed below or above  
            it (depending upon its document tree order).  
          
            * sidebar width (constant)    = 166px  
            * community table max width   = 1019px  
            * canvas margin-left          = 40px  
            * canvas margin-right         = 40px  
            ---------------------------------------  
            * total                       = 1265px  
        */                                                                            /* v0.5 */  
        /* ------------------ (currently active) */  
        .j-layout-sl.j-browse-places .j-column-wrap-l { max-width: 1019px !important; }  
        .j-layout-sl.j-browse-places .j-column-wrap-l { margin-left: 0px !important; }  
        .j-layout-sl.j-browse-places .j-column-l      { margin-left: 0px !important; }  
        .j-layout-sl.j-browse-places .j-column-l      { padding-left: 0px !important; }  
        .j-layout-sl.j-browse-places .j-column-s      { width: 166px !important; }      
        /* ------------------ */  
     
           /* Turn verical nav list into a horizontal nav list to save vertical space.
            This nav bar appear above the list of dicussions in the Your Content page. 
            It appears below in the list of discussions page.
            A larger screen has room for vertical navigation, so let along. */
    
        /* We need to make room for the horizontal nav bar.  A floating right, the area to the left
           is blank anyway. */
        .j-layout-sl.j-browse-content .j-column-s     
            { width: 95% !important; }  /* let more room for horizontal navigation 0.64 */
      
      
        /* make nav bar horizontal amoung other things. */
        div .j-column.j-column-s nav ul li {
          float: left !important;    /* makes the list items horizontal */
          width: 120px !important;  /* width of each link */
          text-align: center !important;
          margin-left: 0 !important;
          padding-left: 0 !important;
        }
    
        /* let a little space to the left of the navigation bar. */  
            div .j-column.j-column-s nav  {
        margin-left: 0px !important; 
            margin-top: 20px !important;  /* max of margin-bottom of proceeding line and margin-top */
        }
       
       /* after making the navigating link horizontal, the blue overlay box doesn't immediately
          jump to the draft box.  After clicking on any of the other links, the blue box
          parks on the draft box and will not move.  The function must be implemented in javascript which
          cannot be changed from css. Purge it.
          Upper nav bar on your content */
          /* https://discussions.apple.com/people/<apple-id>/content */
       body.jive-view-profile.j-view-profile.j-view-profile-nonself.other .j-second-nav > ul:nth-child(1) > li:last-child,
           body.j-body-yourwork.other li.active:nth-child(7) {display: none !important;}
         
       /* Found another blue overlay box.
          https://discussions.apple.com/people/<ASC_id>/content?manage=true */
          body.jive-view-profile.j-view-profile.j-view-profile-self.other li.active:last-child {display: none !important;}
       
        /* style the link (a tag) inside the li
           Put a box around the links.  Complete box makes for a dark middle Line. So, leave
           off right line but for righ most link. Do the best we can
           ASC box grey-line color #d7d7d7 also seems like grey #eaeaea */
        div .j-column.j-column-s nav li a {
           border: 1px solid #d7d7d7 !important;
           border-left: none !important;  /* avoid double border lines for middle items */
           padding-left: 0 !important;
        }
     
          /* Fill in the first box with a line on the left */
        /* Upper nav bar on your content
           https://discussions.apple.com/content?filterID=following~objecttype~objecttype[thread] */
        body.j-body-yourwork.other li.j-browse-filter-group-item:first-child > a,
        /* https://discussions.apple.com/people/<apple-id>/content?manage=true */
        body.jive-view-profile.j-view-profile.j-view-profile-self other li.active:first-child > a,
        /* https://discussions.apple.com/people/<apple-id>/content */
        div .j-column.j-column-s nav.j-second-nav ul > li:first-child > a,
        /* lower nav bar, see here:
           https://discussions.apple.com/community/ipad/ipad_in_business_and_education
                /content?filterID=contentstatus[published]~objecttype~objecttype[thread] */
        body.j-body-place.other    li.j-browse-filter-group-item:first-child { 
           border-left: 1px solid #d7d7d7 !important;  /* avoid double border lines for middle items */
        }
         
       /* Hover over nav bar item */
       div .j-column.j-column-s nav li a:hover {
         color: #42aaff !important;  /* light blue */
         }
          /* See if we can position "start ad discussion, Write a user tip" bottom
           bar a little better */
        .j-box { 
            margin-top: 40px !important;
            float: right !important;}
         
     
      }  /* end of media for narrow browsers. */  
     
     
    } /* @-moz-document */ 
     
    /* Leave the login window footer alone. So, turn these fields back on. 
        */ 
        @-moz-document  
        url-prefix(https://discussions.apple.com/people/), 
        url-prefix(https://discussions.apple.com/welcome), 
        url-prefix(https://discussionsjapan.apple.com/people/),   
        url-prefix(https://discussionsjapan.apple.com/welcome/), 
        url-prefix(https://discussionskorea.apple.com/people/), 
        url-prefix(https://discussionskorea.apple.com/welcome/)     
    { 
            /* legalistic bomblast on login window*/ 
            #globaldisclaimer.sosumi {display: inherit !important; }        
            /* path to here */ 
            #j-footer #breadcrumbs {display: inherit !important; } 
            /* apple product info */ 
            p.gf-buy {display: inherit !important; }     
    }
        
    
    /*
       Addresses problems with decorator tag mentioned here:
         https://discussions.apple.com/message/30170332#30170332
    
       looking for a page like:
         https://discussions.apple.com/thread/7522221?decorator=print&displayFullThread=true
    */
    @-moz-document
      regexp("https:\/\/discussions\.apple\.com\/thread\/.*\?decorator=print&displayFullThread=true.*")
    { 
          /* Debug to identify which page we found.  Place our ukiyo-e. */ 
          h1 {
              background-color: aqua !important;  
              border: 2px dashed black !important;
             }
         
         #jive-body-full { margin-left: 80px !important; }
        
         /* Avatar runs off the screen to the left.  Level info is to the right instead of below. */
         /* better align avatar */ 
         div.j-post-avatar {
           margin-left: 60px !important;
           text-align: center !important;
           margin-top: 30px !important;
           }
       
         /* ------------------------------------------------------------------------------- 
            THREAD CONTENT BROWSER 
            status level expertise badge 
            To avoid formatting problems of badges overlapping next post, enable this line.
            There is no room for badges, so get rid of them.
         */ 
         .j-status-level.expertise-tile { display: none !important; }
        
         /* the text of the post needs to be moved to the right to avoid the avatar.
            ".j-thread-post.j-rc4" is included in all post.
            ".section.j-original-message" marks the first post. */
         .j-thread-post.j-rc4 { margin-left: 100px !important; }
               
         /* move level icon below avator */
         span.status-image {
           display: block!important;
           text-align: center !important;
           }
          
         
         /* move level number below avatar */
         span.level-points {
           display: block!important;
           text-align: center !important;
           }
         
          
       
        
    } /* end of regexp */
    

    Version 0.64

    1. -Left corner with the right header information
    2. -Remove excessive white space in the header
    3. -Remove the redundant wording in the header
    4. -Change two vertical to horizontal nav bars
    5. -Purge footer bombblast
    6. -Spanish and Portuguese support forums
    7. -Support tag decorator

    Can you give some details in these?

    1. "header" I think that the black bar at the top of each page in apple.com all - I see it DELETED completely
    2. accomplished by changing the SIZE of the type?
    3. See #1
    4. I'm naïve - 'vertical navigation bar' was where? (example URL would be great - more screenshots would be great!)
    5. Gottit. All parties (I never get that far down on the page in any case)
    6. with the addition of [domain (communities.apple.com)]
    7. What is a 'tag decorator "?
  • Performance of the FFT

    Hello world

    I have copared the original FFT for LabVIEW and MathScript algorithm execution.

    To do this, I calculated a 128 k TFF 100 times. The necessary calculation by MathScript time

    is 4 - 5 times higher. I used a very simple MathScript code that calculates just the FFT,

    No loops, etc. that were involved. Anyone know a good reason for this? It cannot be explained

    through the exchange of data between LabView and MathScript. MathScript uses a less efficient

    FFT algorith that LabView?

    Thank you

    Ulf


  • What should I do with my project created under Labview 64bits?

    Given that I have started using a new PC with Windows 7 x 64, I start to build my project in labview x 64. It was more than a year and the project involvoes there are a few cameras, IO, etc..

    There are problems, such as some devices that I use labview for control is not x 64 drivers or the drivers do not work properly; However, I managed to make it work until I need to integrate Matlab scripts into my project and we paid just for the Mathscripts, but I suddenly realized that Mathscript does not support LV 64 bit on my system.

    Thus, the questions are

    1. can I use Mathscripts on LB 64 bit?

    2. even if I can, that is a good idea to stick with lv 64 bit with all these worries of device driver?

    Otherwise, must migrate to 32-bit LV, I just try to open my project with 32 bit LV 2011, there is a lot of lack of screws. It seems that I have to spend some time to again hundreds of screws and other unexpected problems?

    Whatever it is, I need to spend time on ANYTHING?

    Anyone who has some experience in this field could shed light on me?

    Thank you.

    Suppose that you create a 32-bit LabVIEW program that just works your Mathscript code.  You can create it as a server that when he is released, he just sits there waiting commands and data, treats and sends back results.  You can add to your 64-bit program, a section of communication that sends commands and data to the program through TCP/IP 32-bit and the results expected.  If both programs are running on the same PC then Localhost or 127.0.0.1 of course you want to put in place a good error checking where communication breaks down.  But it will allow you to enter your code Mathscript in LabVIEW and I do a lot of work to your existing (other that had the communication part) program to make it work.

  • transposed matrix form?

    How will I know what form a table is a long section of the mathscript code? IE is a table one row or column, or a matrix. Often, I get the error that produced the home, regardless of what form, I develop controls in.

    I really need an accurate way to determine the form, rather than clamping functions transpose randomly.

    Thank you


  • Allocate memory

    Hi all, I'm new to programming and I'm studying LabVIEW myself. I wrote a Mathscript code on the block diagram, it works correctly and I recorded it. But after I have opened the same code and it does not work and it says "LabVIEW: memory is full...» "I checked the solution but I don't know how to allocate memory in LabVIEW. It's weird because I saved only a few files.
    I'd really appreciate your help. Nice day!

    What are typical input values rlo all controls?

    (For example if your "sampling rate" is equal to zero, you won't miss memory, of course.)

  • Error when compiling .java file

    Hi all

    Controller extension, we did it to our customer.

    When I am trying to compile the code with this command: javac xxchOrderLineDetatilsCO.java

    This is comping the java code and create the .class file but when I try to open this page before oracle then I get the error message below.

    "This class has been compiled for a newer version of the JRE.". The version expected 50.0 51.0 found. to oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:912)... »

    I did some research on google and found the syntax below to compile java code.

    javac-source 1.4 - target 1.4 filename.java

    I used this syntax and code compiled with warning but it created the .class file and I was able to view the changes on the page at the front end oracle.

    I get the warning message when I use this syntax below.

    «WARNING: [options] bootstrap class path not defined jointly with - source 1.4»

    1 WARNING.

    Also what syntax would be one that suits to compile files .java to create the .class and which does not have the warning message indicates.

    Thank you.

    You environmental source file before compiling the file in the server?

    I think that if you the source of the file env before compiling, it should be fine if you just use javac .

    Reference:

    How to "Source in the environment file.

    See you soon

    AJ

  • PowerShell and PowerCLI learning

    Hello world

    I work with products vmware for a few years now, but I am now in a position where I have to become very proficent powercli and powershell.

    I do not have a programming background, but I'm up to the task :-)

    I borrowed the book of vmware "Automating vsphere administration" press and the first pages jumped directly into automating an installation vcenter without explanation of the syntax of code so obviously that this book is a bit Advanced for me.

    Can anyome recommend books for powershell and powercli that will get me started - books that will help me with functions and if / of other stuff too. I want to get the whole picture

    Thanks in advance

    There are a number of good links to How to start?

  • Debugging Javascript in Dreamweaver CC

    Hello

    This certainly sounds like a newbee question but here, it will:

    Say I start a new site. I only have one page so far: a Javascript file. I've name it wawascwipt.js. Nothing else. No HTML5, no CSS3, not nothing.

    I want to be able to debug or check my calculations from my code of wawascwipt.js with some sort of console or debugger.

    How the hell can I do in Dreamweaver CC?

    Thank you.

    Dreamweaver displays syntax in code view javascript errors, but it does not include javascript debugging. There are many development environments that include javascript debugging tools.

    You can use the Firefox plugin firebug for javascript debugging. Chrome also comes with a javascript console. You will find under Tools.

    According to Ken, you need an HTML page to launch the script.

  • Dreamweaver CC and LESS

    I've been an avid user of Dreamweaver for some revisions now. I rarely use design mode as its generally faster for me to code by hand to slip and fall and then rebuild the generated code in something propper. I used WinLESS to compile my LESS CSS and a plugin for DW | CS6 to syntax highlight LESS. To work, however I can't use WinLESS to compile as it is not allowed on our network without a giantic paperwork mess to get it approved (civilian contractor). As a result, I was stuck using Vistual Studio 2012 with a plug-in called Web Essentials. Essential Web allows automtice compile UNDER CSS, but also a compressed version on record, LESS than full syntax highlighting, code completetion and even patches of the seller. It does also to a few other processors pre and similar (SASS, COFFESCRIPT, ETC.).

    Dreamweaver CC LESS built in or there at - it a fully inclusive plugin that will do the job, as does the Web Essentials plugin in VS2012?

    Hi John,.

    You are looking for something like this?

    http://www.DMXzone.com/go/21528/DMXzone-less-CSS-compiler/

    Thank you

    Preran

Maybe you are looking for

  • Apple compromised account? My phone number has been updated and the address has been changed

    Earlier today, I was working on my mac and a notification popped up saying "AppleCare would like to view your screen". Since I didn't ask help or whatever it is I clicked on the decline. The message kept appearing for 5 times or more, whenever I clic

  • Satellite L30-134: is it possible to boot USB pendrive?

    Hello can someone tell me I can start Satellite L30 USB key because I can't find any solution how to proceed or if this kind of boot option is not available. Maybe someone knows Toshiba will add something like this in a future update of the BIOS? Tha

  • Windows 7 64 bit drivers for HP ENVY 17-3000 card reader

    Hello I reinstalled Windows 7 from the disc and can not get the card reader to work properly. I tried the drivers on the site and it installs but still does not work. Below, I've given my hardware ID in the hope that this will help you to help me wit

  • What DVD players are compatible with Equium A60 PSA67E?

    my question; What dvd players are compatible for an equium a60 (psa67e-001001en)? background; I did a very stupid thing! while I was at the Japan and about 18 months after buying my a60 in the United Kingdom, the packaged dvd player. I replaced it wi

  • Y480 problem with nvidia

    This problem still occurs after I opened my computer for a few hours. No idea how to solve this problem? version of the NVIDIA driver is 304.79. Window7 64 bit.