Can somebody please confirm/deny this?

Can somebody please confirm/deny this?
FP 9 on Linux shows time one hour ahead than the local time.
Try following line with FP9 on Linux
trace("Current Time "+new Date());

On Thu, 11 May 2006 05:35:14 -0400, Nikolay <[email protected]>
wrote:
> I think the files in
> http://download.eclipse.org/webtools/downloads/drops/R-1.0.2 -200604200208/
> are wrong! Can somebody please confirm/deny this?
>
Yes, they are "out of date", even though code is the same. The 1.0.2
release was refreshed, the code plugins are all exactly the same, but the
qualifier on some features (and, hence, code plugins) were
fixed up to allow update manager to work. The correct "drop site" for
1.0.2 is now
http://download.eclipse.org/webtools/downloads/drops/R-1.0.2 -200604280245/
I think, actually, the problem with the update site is that update manager
has a tendancy to give you only the "smallest" most recent update. If you
would have said "update again", even using the mirror, I believe it would
have given you another update, the 1.0.2.v200604280000 version.
If I can figure out a safe way to do it, some day I'll clean out those
"out dated" versions (200604200208) to help avoid the confusion. But, as a
general rule, when ever you use update, you might want to do it several
times, until it tells you "there are no updates". If you are in the mood
to experiment to confirm this, that would be great (although, obviously,
you'd have to "start over" with your prevous version, and I do not know
how easy that would be for you.)
Thanks,

Similar Messages

  • Can somebody please simplify/tune this query?

    Hi,
    Can somebody please simplify this query?
    It's a little urgent. Currently this query is taking 10 mins to run.
    Thank you so much,
    vasu
    Purpose:
    First Child Case Ind =
    Get Parent Case for this case.
    Get all child cases for this parent case.
    Arrange them in ascending order by create Date.
    If the first case (eldest case) is the case in question,
    then Y
    else N
    Query:
    SELECT THIS_CASE.OBJID THIS_CASE_OBJID,
    PARENT.PARENT_OBJID,
    (CASE
    WHEN PARENT.FIRST_CHILD_OBJID = THIS_CASE.OBJID
    THEN 'Y'
    ELSE 'N'
    END) IS_FIRST_CHILD_CASE
    FROM SA.TABLE_CASE THIS_CASE,
    (SELECT PARENT_OBJID,
    CHILD_OBJID FIRST_CHILD_OBJID
    FROM (SELECT PARENT_CASE.OBJID PARENT_OBJID,
    CHILD_CASE.OBJID CHILD_OBJID,
    CHILD_CASE.CREATION_TIME,
    ROW_NUMBER() OVER (PARTITION BY PARENT_CASE.OBJID
    ORDER BY CHILD_CASE.CREATION_TIME ASC) ROW_NUM
    FROM SA.TABLE_CASE PARENT_CASE,
    SA.TABLE_CASE CHILD_CASE
    WHERE PARENT_CASE.OBJID = CHILD_CASE.CASE_VICTIM2CASE
    WHERE ROW_NUM = 1
    ) PARENT
    WHERE THIS_CASE.CASE_VICTIM2CASE = PARENT.PARENT_OBJID(+)

    Thank you for the quick reply.
    Here is the explain plan:
    Operation     Object Name     Rows     Bytes     Cost
    SELECT STATEMENT Optimizer Mode=CHOOSE          2 M          32831
    HASH JOIN OUTER          2 M     130 M     32831
    TABLE ACCESS FULL     SA.TABLE_CASE     2 M     24 M     21550
    VIEW          307 K     11 M     10130
    WINDOW SORT PUSHED RANK          307 K     7 M     10130
    MERGE JOIN          307 K     7 M     8666
    TABLE ACCESS BY INDEX ROWID     SA.TABLE_CASE     307 K     4 M     1266
    INDEX FULL SCAN     SA.IND_CASE_VICTIM2CASE     307 K          738
    SORT JOIN          2 M     19 M     7400
    INDEX FAST FULL SCAN     SA.PK_TABLE_CASE     2 M     19 M     785
    Please let me know.
    Thank you.

  • Can somebody please confirm if Lenovo Flex3 14 - 80JK001GUS has a touchscreen?

    Called Lenovo support multiple times. Some of them say it has a touchscreen (as do all flex laptops), while some say this particular model does not have one.The features of Lenovo Flex3 14 do mention about touchscreen but the specification does not mention it. It will help a lot if anybody can confirm the same!

    http://psref.lenovo.com/Product/198
    http://psref.lenovo.com/Detail/198?M=80JK001GUS
    I couldn't find it either specifically confirming the model has a touchscreen in the shop but it does mention the flex 3 series featuring it
    ”PACKED WITH ENTERTAINMENT
    Flex 3 is built to keep you entertained - however you like and wherever you are. With a vibrant multitouch display, you can play and interact with your content in exciting new ways...”
    The above links to the more detailed specs though confirm the model does indeed have a touchscreen.
    Tablet mode would be a useless feature without it.

  • Could somebody please confirm that this is fixed in FCP6 ?

    This bug was reported by me to Apple in Dec, 2006. It is exists in FCP 5.1.2-5.1.4. These are steps to reproduce:
    I start thinking that I found a serious BUG in FCP.
    Did more testing and found what is going on -- still do not know why. Aparently FCP uses Non Drop Frame method for setting the Media Start when you exporting subclips.
    Simple Test:
    1. Create a brand new project
    2. Import clip (IMPORTANT: DV NTSC 29.97 Frame Rate)
    3. Make sure that the Reel is not empty (Item Properties - Capture). If it is, put some text there
    4. Open your clip in the Viewer.
    5. Set In and Out points (IMPORTANT: In Point should be at least at 00:02:00;02 TC)
    6. Make a subclip (Cmd-U)
    7. Export it
    8. Import it back and compare Media Start for Exported file and Subclip
    For me they are different:
    Subclip: 00:02:00;02
    Exported clip: 00:01:00;58
    Exactly 4 frames difference which makes me think that FCP used Non Drop Frame method to set a Media Start for exported file.
    If you set your In point before the 00:02:00;02 it works correct -- Media Start for Subclip and Exported file is the same.
    Could someone please test it in FCP6 and check was it fixed or not ?
      Mac OS X (10.4.9)  
      Mac OS X (10.4.4)  

    File > Export > QuickTime Movie
    Settings: Current Settings
    Include: Audio and Video
    and then import that movie back
    MacBook Pro   Mac OS X (10.4.9)  
    MacBook Pro   Mac OS X (10.4.9)  

  • Can you please confirm that this Regexp does the need

    Hello,
    I am using this Regexp to make sure that the value:
    contains only numbers
    Does not start with zeors
    In case it starts with 971, then 971 will be deleted
    I am using this Regexp:
    select regexp_replace ( trim (leading 0 from regexp_replace (' 00097100 32423 971 234 fs dsaf ', '[^[:digit:]]' ,'')), '^971{1}*', '' )from dual I already tested it, it looks fine, but since it is sensitive, would like to get confirmation from experts ..
    Regards,
    Fateh

    chris227 wrote:
    there is a zero in the first row left, may be not (soem nonsens)Oops, {0,1} shoul apply to 971 only:
    :P1_MOBILE := regexp_replace(regexp_replace(:P1_MOBILE,'\D')),'^0*(971)?')
    with t as (
               select '0556675271' p1_mobile from dual union all
               select '971556675271' from dual union all
               select '+971556675271' from dual union all
               select '00971556675271' from dual union all
               select '971-55-6675271' from dual union all
               select '971 55 6675271' from dual
    select  p1_mobile,
            regexp_replace(regexp_replace(p1_mobile,'\D'),'^0*(971)?') new_p1_mobile
      from  t
    P1_MOBILE      NEW_P1_MOBILE
    0556675271     556675271
    971556675271   556675271
    +971556675271  556675271
    00971556675271 556675271
    971-55-6675271 556675271
    971 55 6675271 556675271
    6 rows selected.
    SQL> SY.
    Edited by: Solomon Yakobson on Oct 23, 2012 9:11 AM

  • Can somebody please explain me this logic?

    array = [1,2,3,4,5,6,7];
    newArray = array;
    trace ("array: " + array);
    newArray = newArray.splice (0, 5);
    trace ("array: " + array);
    Output:
    array: 1,2,3,4,5,6,7
    array: 6,7
    As you can see, I set a variable equal to another (newArray = array), then splice it. But the problem is, it is affecting the old variable too!
    How can that be?
    I need to use the complete original "array", but no matter how many variables I create equal to it, when I splice them, it affects all of them!
    I might find a solution by turning the variable into string, then back to array or something like that. But what I would like is to understand what's going on in that code. If someone could explain me, i'd appreciate it a lot.

    Thank you.
    That helped me out.
    I found my problem also in the Flash Documentation. I couldn't find it before because i didn't know what to look for.
    Anyway, here's the link if someone wants it:
    http://livedocs.adobe.com/flash/9.0/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=Liv eDocs_Parts&file=00000661.html
    It teaches how to create a copy of an array using a "for", but "kglad's" method is much better.

  • Can somebody please tell me how to fix this. when i try to install appleworks this pops up  so please help me i need to get this on my mac

    can somebody please tell me how to fix this. when i try to install appleworks this pops up
    so please help me i need to get this on my mac

    AppleWorks is a very old application and requires Rosetta to run under recent systems.
    Lion does not include Rosetta.
    If you browse this forum you will find many posts on this issue.

  • Can somebody please advise urgently... I backed up my entire hard-drive of my macbook pro - just prior to installing osx mountain lion. I put everything into a folder on my desktop - then backed it up onto an external drive. Once this was done - i deleted

    Can somebody please advise urgently...
    I backed up my entire hard-drive of my macbook pro - just prior to installing osx mountain lion.
    I put everything into a folder on my desktop - then backed it up onto an external drive. Once this was done - i deleted the folder off my desktop - and  following this - things started to go all weird...pages hanging, the coloured 'wheel of death' appeared for ages. So i had to employ a 'hard-boot' restart - as i had not other options.
    I'm pretty sure i made copies of of files/apps/folders etc - however not so sure now as i cant even start up my laptop!!!
    Can somebosy please help me urgently??!!!

    Got the exact same problem, and I also did this operation many times before, from 500Gb to 750Gb, and then from 750Gb to 1 Gb. Not My HD got a little such complaining about bad sectors when in windows bootcamp, but still runs fine though.
    So I bought a new 1Gb drive exactly same drive as the one thats getting sick. I did the clone thing, with super duper, CCC, DU, but no matter it will not boot when i move the new drive inside the macbook…….**** thing exuse me, but wasted so much time.
    Now I get this strange feeling that something must have changed in the macbook itself. Just wondering if this could be a EFI "mac bios" prevention thing, they made just to sell more new computers, when you can't improve or fix your old one.
    If so, then its pretty scary. If not then I simply can't figure out why this suddenly becomes a problem for so many people, as I see so many posts about this!!
    BR Pete

  • HT4211 I'm not able to download apps from App Store. It never downloads and it shows waiting status.can somebody please help me resolve this issue

    I'm not able to download apps from App Store. It never downloads and it shows waiting status.can somebody please help me resolve this issue

    I really do not think it is the iPad or your network connection. Other users have reported this very same issue. Try this and see if it works for you - it may not work - but it's easy to try - harmless - and it has worked in the past for others.
    Try signing out of your account and restart your iPad.
    Go to Settings>Store>Apple ID and tap the ID and sign out. Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button. Go back to Settings>Store> Apple ID and sign in again.

  • HT203167 My pre ordered music is now available, just received confirmation of payment, but now I do not know how to download it. Can somebody please help me. I am on my iPad.

    Can somebody please let me know how to download my preorder. I have received payment confirmation and its available as of today but cannot work out how to download it. Thankyou

    Tap Settings > iTunes app then tap More at the bottom of the display in the menu then tap Purchased.

  • Could somebody please confirm this for me...

    Ok, could somebody please confirm that Invisible Shield is not the same as seran wrap? My mom keeps telling me that its not worth it because seran wrap has the same protection as the Invisible Shield. Can somebody who has invisible shield installed on their ipod please respond?

    It is not seran wrap
    it is a heavy film protector
    http://www.rainydaymagazine.com/RDM2005/GearNGadgets/October2005/RDMGG_Invisible ShieldCutOut.htm
    http://www.theinvisibleshield.com

  • Can somebody please tell me what 'genius' included 'family' in reminders, and, made it so i cannot remove it.  I have NO family, and, i find this particularly hurtful and disrespectful.  Can somebody please help me remove it.

    Can somebody please tell me what 'genius' included 'family' in reminders, and, made it so i cannot remove it.  I have NO family, and, i find this particularly hurtful and disrespectful.  Can somebody please help me remove it.

    Hi EmmeElle,
    Is it an iCloud reminder or a third party reminder like from an Exchange account(maybe your company provides this service together with mail etc..).
    In the first case you should definitely be able to delete it by right click->delete or via https://www.icloud.com
    In the second case there might be a browser based settings page from your company or the provider of the service (i.e. Exchange) itself. Otherwise you can go to your System Preferences -> Internet Accounts and deactivate reminders for this account. WARNING: this also deletes all other reminder lists and reminders from this service on your mac.
    jl

  • Can somebody please walk me through the process of settin...

    Can somebody please walk me through the process of setting timers? I have a wrt54g router that I have 3 computers on. My computer (the brain) always need connection. The other two need to be limited so that my kids can't access them from 12:00 midnight to 7:00 am. I thought I did it right, but apparently I didn't because I was able to use my kidlets computers after midnight last night. I have it set at: Policy Name: No Access List of PC's: I entered the MAC Addresses and the IP Address for both computers that need restrictions; I didn't change the ranges though (was I supposed to?) Deny Sunday through Thursday 12:05 a.m. to 7:00 a.m. I have no idea of I did this right, but obviously I missed something since I was still able to get online..... Please advise, Thanks!

    If I was your child, the first thing I would do is wirelessly connect to your neighbor's unsecured wireless router at 12:06 a.m.   If I didn't have a wireless adapter, I would borrow a USB wireless adapter from a friend.  Alternatively, I would fake a new MAC address or change the IP address in my computer.  Tricks like these are commonly known by grade school and high school kids.
    I am not trying to be funny, but I am trying to make a point.  Trying to control your children's Internet access with your router is often a worthless exercise.  Instead, I usually recommend that you use parental control software that is installed on the kid's computers.  "Safe Eyes 5.0"  recently won an Editor's Choice award from PC magazine.
    Hope this helps.

  • When i open iphoto i see my photo's for 1 second and then they are gone .The photo's are still there but i can see them only on the bottom or top of my screen when i try to open them i get a sign that it is not possible.Can somebody please  help me?

    when i open iphoto i see my photo's for 1 second and then they are gone .The photo's are still there but i can see them only on the bottom or top of my screen when i try to open them i get a sign that it is not possible.Can somebody please  help me?

    Have you upgraded to iPhoto 9.6 for compatibility with Yosemite? If not, try that first.
    It looks like iPhoto has lost the connection between the thumbnails and the original image files.
    This can be caused by a corrupted iPhoto library, or the originals have been deleted or moved.
    Try first to rebuild your iPhoto Library:
    If you do not have a current backup of the iPhoto library, make a copy of the library, but do not overwrite any previous backup.
    Launch iPhoto with the ⌥⌘-key combination (option-command) held down.
    Select "rebuild" from the first aid panel.  This may take a while for a large library.
    Can you now see your photos again?
    If not, rebuild the library with iPhoto Library manager as described by Old Toad:            Re: iphoto crashed

  • I am unable to update, uninstall, or reinstall iTunes on my laptop.  Windows 7 Ultimate 32 bits.  Error code is 2330.  Can somebody please help me?

    I am unable to update, uninstall, or reinstall iTunes on my laptop.  Everything was working fine until recently when there was an update available for iTunes, and when I tried to update this, I got the message, "The installer has encountered an unexpected error installing this package.  This may indicate a problem with this package. Error code is 2330."  Can somebody please help me?
    System configuration:
    Windows 7 Ultimate 32 bits.
    Version:  6.1.7601 Service Pack 1 Build 7601
    System Directory:  C:\Windows\system32
    RAM:  1.00 GB.

    For general advice see Troubleshooting issues with iTunes for Windows updates.
    The steps in the second box are a guide to removing everything related to iTunes and then rebuilding it which is often a good starting point unless the symptoms indicate a more specific approach. Review the other boxes and the list of support documents further down the page in case one of them applies.
    The further information area has direct links to the current and recent builds in case you have problems downloading, need to revert to an older version or want to try the iTunes for Windows (64-bit - for older video cards) release as a workaround for installation or performance issues, or compatibility with QuickTime or third party software.
    Your library should be unaffected by these steps but there are also links to backup and recovery advice should it be needed.
    tt2

Maybe you are looking for

  • How do i get recovered music back on my ipod

    I have nano 1st generation and got a new computer when reinstalling ipod and itunes, I inadvertenly restored my ipod and wiped it clean of music, so I bought Stella ipod recovery system and it appears to have recovered all my music however i don't kn

  • Spool file does not contain any text when PDF is printed

    When we print some PDF files via Adobe Reader, the printjob does not contain any text. In Adobe Reader I can select the text but when you print it, it prints it as images (polygons records in EMF) instead of text (e.g. EMR_TEXTOUT). Two questions: Ho

  • Reconciliation A/C to Manual Postings

    Hi all, We have 2 GL accounts, one is defined as a Reconciliation Account for Assets and is linked to posting the Accumulated Depreciation of the Assets. The second GL account is linked to the Acquisition and Production costs of the Asset. Both these

  • Location showing outside of US

    I purchased a G45-50 last month and have been pleased so far. In the last couple of weeks, if i want to watch a video online (from ABC for example), I have been getting an error message that indicates that because I am "showing" to be outside of the

  • Lock and Unlock ?

    Hi, i am submititing the  report "rm06k052"(Transaction- MEKL) via job in background. Suppose if one scheduling agreement contains several no of line items and for materials i have to change the price. So i m calling for each and every line item. Whe