Welcome to the Gumbo Forum

Welcome to the Gumbo Forum! Please use this forum to ask
questions, discuss, and share feedback with other Gumbo
users.

I'm not a big fan of "me too" threads, but this piece of
voodoo does call for it.
I've spent the last year praying that us mere mortals would
get a chance to play with this forbidden technology, and I am quite
happy to see this come out.
From my first and quick look at it, one little request:
Please tell me the runtime and libc are going to be available in
one RSL. Static linking probably shouldn't stay as the default, as
it turns the tiniest C program into a 140KB compressed SWF.

Similar Messages

  • Welcome to the new forums

    Welcome to the new forums for GroupWise 2014. You can find more information about GroupWise 2014 at http://www.novell.com/products/groupwise/
    Here you can ask questions, share experiences, and talk to others about your 2014 experiences and/or get the information you need about upgrading to this new version of GroupWise.
    Thank You for participating with us in this community and sharing your knowledge/experiences!

    Forums,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://www.novell.com/support and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Forums Team
    http://forums.novell.com

  • Welcome to the JamJar Forum

    Welcome to the JamJar forum! Please use this forum to discuss
    JamJar and supporting content on Adobe Labs.

    Error: Error #1502: A script has executed for longer than the
    default timeout period of 15 seconds.
    at com.adobe.jamjar.runtime::LogReaders/logEx()
    at com.adobe.jamjar.runtime::Runtime/logEx()
    at com.adobe.jamjar.runtime::RuntimeBase/logSOSync()
    at
    com.adobe.jamjar.runtime::WidgetData/::onWidgetRSOConflict()
    at
    flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at mx.data::DataStore/
    http://www.adobe.com/2006/flex/mx/internal::processConflict()
    at mx.data::ConcreteDataService/::mergeUpdate()
    at mx.data::ConcreteDataService/
    http://www.adobe.com/2006/flex/mx/internal::mergeMessage()
    at mx.data::ConcreteDataService/::messageHandler()
    at
    flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at mx.messaging::Consumer/::messageHandler()
    at
    flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at mx.messaging::ChannelSet/::messageHandler()
    at
    flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at
    mx.messaging.channels::NetConnectionChannel/receive()

  • Welcome to the Stratus Forum

    Welcome to the Stratus forum! Please use this forum to ask
    questions, discuss, and share feedback with other Stratus
    users.

    quote:
    Originally posted by:
    Newsgroup User
    What is Stratus ?
    quote:
    Originally posted by:
    DannyPatterson
    When can we get this beta?
    Stratus is a hosted RTMFP rendezvous service. Stratus will be
    available for developers to use by the end of the year. For more
    information, please see the
    Stratus
    FAQ.

  • Welcome to the Share Forum

    Welcome to the Share forum! Please use this forum to ask
    questions, discuss, and share feedback with other Share
    users.

    Hi,
    Thanks for the input, but I'm still not sure I've 'got it' at the moment. What I have now which works but seems extremely crude is:
    BEGIN
      UPDATE apex_collections
         SET c003 = 'N', c004 = 'N'
       WHERE collection_name = :P470_COLLECTION_NAME;
      FOR i IN 1..APEX_APPLICATION.G_F03.COUNT LOOP
        APEX_COLLECTION.UPDATE_MEMBER_ATTRIBUTE(
                         p_collection_name => :P470_COLLECTION_NAME
                       , p_seq => TO_NUMBER(APEX_APPLICATION.G_F03(i))
                       , p_attr_number => 3
                       , p_attr_value => 'Y');
      END LOOP;
      FOR i IN 1..APEX_APPLICATION.G_F04.COUNT LOOP
        APEX_COLLECTION.UPDATE_MEMBER_ATTRIBUTE(
                         p_collection_name => :P470_COLLECTION_NAME
                       , p_seq => TO_NUMBER(APEX_APPLICATION.G_F04(i))
                       , p_attr_number => 4
                       , p_attr_value => 'Y');
      END LOOP;
    END;Now this works... but it just seems so horribly inefficient and I still think there is a better way that I haven't cottoned onto yet. I guess I was hoping I could do the following:
    BEGIN
      UPDATE (SELECT c003 as c003
                   , CASE
                       WHEN APEX_APPLICATION.G_F03.EXISTS(seq_id) THEN 'Y'
                       ELSE 'N'
                     END as new_c003
                FROM apex_collections
               WHERE collection_name = :P470_COLLECTION_NAME) ac
         SET c003 = new_c003
       WHERE c003 != new_c003;
    END;But this gives me:
    ORA-06550: line 4, column 48: PL/SQL:
    ORA-01747: invalid user.table.column, table.column, or column specification
    ORA-06550: line 2, column 3: PL/SQL: SQL Statement ignoredI'd be grateful for any other ideas on check boxes...
    Best regards,
    Gareth.

  • Welcome to the Alchemy Forum

    Welcome to the Alchemy forum! Please use this forum to sk
    questions, discuss, and share feedback with other Alchemy
    users.

    I'm not a big fan of "me too" threads, but this piece of
    voodoo does call for it.
    I've spent the last year praying that us mere mortals would
    get a chance to play with this forbidden technology, and I am quite
    happy to see this come out.
    From my first and quick look at it, one little request:
    Please tell me the runtime and libc are going to be available in
    one RSL. Static linking probably shouldn't stay as the default, as
    it turns the tiniest C program into a 140KB compressed SWF.

  • Welcome to the Configurator Forum

    Welcome to the Configurator forum! Please use this forum to
    ask questions, discuss, and share feedback with other Configurator
    users.

    I'm not a big fan of "me too" threads, but this piece of
    voodoo does call for it.
    I've spent the last year praying that us mere mortals would
    get a chance to play with this forbidden technology, and I am quite
    happy to see this come out.
    From my first and quick look at it, one little request:
    Please tell me the runtime and libc are going to be available in
    one RSL. Static linking probably shouldn't stay as the default, as
    it turns the tiniest C program into a 140KB compressed SWF.

  • Welcome to the EchoSign forums

    Welcome to the EchoSign forums
    I’d like to welcome you all to the new Adobe EchoSign user forum. Our goal is to provide yet another way to help you get answers to your questions fast! Over the last 6 months, we have done a massive amount of “renovation” to the Adobe EchoSign platform, with a focus on providing you with the world’s easiest, most secure solution for your eSignature needs. Some of the recent improvements we’ve made include:
    New Chat-based support
    New 7x24x365 phone-based support (this comes online in 2-3 weeks)
    Launched a new, multi-million dollar datacenter and Disaster Recovery
    A new release of Adobe EchoSign for Salesforce.com
    And innovations like deep zoom support, true offline signing from your iPad, calculated fields, and more
    My mission is to deliver you the highest possible levels of customer satisfaction. And we’re now helping millions of customers across more than 70 countries get their contracts signed securely. This forum is yet another important step on our mission. But we know there’s more to do! So take a few minutes to explore, to post questions, to share your expertise with others, and to give us feedback on how we can improve.
    Best Regards,
    Jon Perera
    Vice President, Adobe EchoSign

    Forums,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://www.novell.com/support and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Forums Team
    http://forums.novell.com

  • Welcome to the LittleBigPlanet Forums!

     
    Welcome to the LittleBigPlanet Forum!
    Welcome to the official LittleBigPlanet forums, this is the place to discuss all of your Sackboy, Sackgirl, Toggle, Swoop and Oddsock adventures!
    As usual, please adhere to the house rules and enjoy!
    LittleBigPlanet
    Platform:
    PlayStation 3
    Screenshot:
    Handy Links:
    Information Page
    Get the Game
    LittleBigPlanet 2
    Platform:
    PlayStation 3
    Screenshot:
    Handy Links:
    Information Page
    Get the Game
    LittleBigPlanet Karting
    Platform:
    PlayStation 3
    Screenshot:
    Handy Links:
    Information Page
    Get the Game
    LittleBigPlanet Vita
    Platform:
    PlayStation Vita
    Screenshot:
    Handy Links:
    Information Page
    Get the Game
    LittleBigPlanet 3
    Platform:
    PlayStation 3/PlayStation 4
    Screenshot:
    Handy Links:
    Information Page
    Get the Game (PS3)
    Get the Game (PS4)
    Threads you should check out..
    Advanced Create Mode: Unlock Your Creative Potential!  - By Stevenl
    LittleBigPlanet Moderation FAQ - by Serum_Lake

    If you guys want a better LBP experience, go to this link www.lbp.me and surf yourself to get even more pins & trophies, you can use it when you're not in your console and it's great!

  • Welcome to the new forum

    Welcome to the OES 2015 Public Beta forum.
    We are pleased to deliver to you a new version of OES. OES 2015 is a major leap for OES. It re-assures our long term commitment to help our customers manage their environments with ease. Below are some of the major improvements that this release brings in:-
    1. SMBv2 Support
    2. Support for > 8 TB Pools, volumes & files
    3. DFS Junction Management
    4. The much anticipated NSS Active Directory Intregration
    5. Browser independence for iPrint client.
    Here are the important resources that would help you evaluate this beta:-
    1. OES 2015 Public Beta Download: http://download.novell.com/Download?...d=fEH8B8ZZ17s~
    2. OES 2015 Beta Documentation: http://www.novell.com/documentation/beta/oes2015/
    Please post all your findings here in this forum, we would be happy to improve this further using your inputs.

    Hi!.
    We have Portal 3.0.9.8.3 patch (over 9ias 1.0.2.2.2a Minimal edition) and... a lot of problems about performance. We4ve oracle 9i(repository) running in another server,NT PIII 512MB RAM.
    I4m getting the following errors:
    1) portlet could not be contacted
    2) Timeout occurred whilst retrieving page meta data
    3) timeout for content....
    I had increase the timeout's params...but without success.
    It seems that DB process takes a lot!!!
    Sometimes, after the third "refresh", I get the rigth page.
    What4s happening??
    I must to use 3.0.9.8.2 patch??
    thanks,
    Adrian.

  • Welcome to the AFCS Forum

    Welcome to the Adobe Flash Collaboration Service forum!
    Please use this forum to ask questions, discuss, and share feedback
    with other AFCS users.

    I'm not a big fan of "me too" threads, but this piece of
    voodoo does call for it.
    I've spent the last year praying that us mere mortals would
    get a chance to play with this forbidden technology, and I am quite
    happy to see this come out.
    From my first and quick look at it, one little request:
    Please tell me the runtime and libc are going to be available in
    one RSL. Static linking probably shouldn't stay as the default, as
    it turns the tiniest C program into a 140KB compressed SWF.

  • Welcome to the Zones Forum

    Zones provide a new isolation primitive for Solaris, which is secure,
    flexible, scalable and lightweight. Virtualized OS services look like
    different Solaris instances.
    We have provided a new in-depth answerbook, the System Administration
    Guide: Solaris Containers, Resource Management, and Zones, to help you
    learn about Zones. It includes a complete feature reference and is
    packed with examples to help you get started. As you start using Zones,
    please post questions and RFEs here on the Zones forum and we will do
    our best to respond.
    Happy zoning,
    -- John Beck

    I'm not a big fan of "me too" threads, but this piece of
    voodoo does call for it.
    I've spent the last year praying that us mere mortals would
    get a chance to play with this forbidden technology, and I am quite
    happy to see this come out.
    From my first and quick look at it, one little request:
    Please tell me the runtime and libc are going to be available in
    one RSL. Static linking probably shouldn't stay as the default, as
    it turns the tiniest C program into a 140KB compressed SWF.

  • Welcome to the Visual Studio Tools for Applications (VSTA) forum!

    Welcome to the VSTA forum!
    Use this forum to ask questions and comment about VSTA integration with your product and building VSTA applications. 
    The latest version of VSTA can be found through the links below:
    VSTA 2013
    VSTA 2013 SDK
    If you can't find what you are looking for or have any suggestions, by all means please let us know; we are here to help.
    Thank you!
    Xiaoying is a program manager in Microsoft Visual Studio Office Developer Tools team | This post is provided "as-is"

    We want to provide customization of our applications (C++ and .Net C# both). Evaluating VSTA, it  looks like a good fit, but really not good enough examples and documentation.
    I have few questions or concerns - 
    1. What are the differences/similarities with VSTA 2.0, Can we try or use VSTA 2.0 examples to understand VSTA 2012?
    2. Can we have some detail example for VSTA 2012 like the ones provided with VSTA 2.0 (e.g. - shapeApp samples which by the way no longer available for downloading!!! ).
    3. The given documentation ("VSTA Sample Host Integration.docx") and example only illustrates the part which loads Visual Studio, creates, saves, compiles and runs a template project on C#.
    4. No documentation available on how to work with VB projects/scripts in VSTA 2012.
    5. Document tells nothing about how to provide host application's APIs for customization or overwrite any host  object by scripting. In VSTA 2.0 I think there was a concept of Proxy classes, do we have similar concept
    here too?
    6. Debugging part is also not complete in the documentation. Starting the external process and running  the Addin is not clear.
    Please provide more elaborate documentation if possible. Thanks!
    Hi Xiaoying,
    Could you answer on questions above?

  • Welcome to (the continuation of) the OpenSPARC forum!

    Welcome to the OpenSPARC Forum!
    This is a continuation (after Sun's acquisition by Oracle) of the previously Sun-hosted OpenSPARC forums, including http://forums.sun.com/forum.jspa?forumID=837
    Edited by: user12611738 on Oct 28, 2010 4:49 PM
    Edited by: user12611738 on Oct 28, 2010 4:49 PM

    Hi,
    Techy_one: the download page should be working:
    http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_spry
    anuj: SpryEffects is in 'demo/includes'. We will be including
    effects in our next Spry drop.
    Severe: We are working on more widgets. They will be released
    over time as we finish them. We are still looking into how we can
    make Spry support for DW available.
    Thanks,
    Don

  • Welcome to the Lightroom 4 beta forum!

    It's that time again!  Welcome to the beta forum.
    You can read all about the new release at the Lightroom Team's blog, download the beta and then feel free to ask as many as questions (and report as many bugs!) as you like.  We're here to help.
    Most importantly, enjoy it!

    screenshot for reference. You might also see quite a few LR4 related posts on the LR3 forums. I guess the reason is the link in question.

Maybe you are looking for

  • Problems With MacBook Connecting to the Internet

    This is quite an annoying little problem that I have. And apparently Tech Support can't help me and just said "good luck" and hung up on me. So here we go: I purchased a new MacBook about two weeks ago and it won't connect to my wireless at home. I c

  • Classpath and property problem in services

    Hi, all, I've had a number of problems getting the Stockquote example to run properly. This seems to be due to a problem that services don't get either classpaths or properties when they start. The first manifestation of this problem came when the pr

  • How do you restore iCloud backup on a replacement phone

    how do you restore iCloud backup on a replacement phone i sign in to the cloud and it show 2 iphone the new one never backed up the old one was last backup on 8/17 how can i recover the 8/17 backup

  • How to export HD1080p to play (immediately) online.

    I just edited a 5 min piece on FCPX - my first time using it. I was using AVCHD footage imported using ClipWrap from a Canon HD camcorder, using ProRes at 1080p settings. I exported via FCPX, using h.264 but ended up with a very large file (550mb). I

  • About Sun Certified Web Component Developer for the Java 2 ... course

    i want to know if i take the Sun Certified Web Component Developer for the Java 2 course,then could i write j2EE application with oracle envirmet and the websphere enviriment or should i take extra course if i mant to work in any of these enviroments