Brain teasers

sir,
I am a trainee in java programing please help me out in finding out new pratice exercises in order to improve my programing logic. please suggest me any web sites in order to find new problems in java
Thanking you,
bye

> Yup, that's what I wrote ;-)
I was being unclear again, sorry. What I meant to say was: Yes your right Jos, it is the ...
> I'm not sure either; I've got a little booklet
describing those problems;
I'll check it out.
These are the 7 remaining[i] Prize Problems
# Birch and Swinnerton-Dyer Conjecture
# Hodge Conjecture
# Navier-Stokes Equations
# P vs NP
# Poincar� Conjecture
# Riemann Hypothesis
# Yang-Mills Theory
(http://www.claymath.org/millennium/)
> Sure, and I guess it will be on the list for a few
more millenia to come (*)
Maybe the OP will come up with an original thought.

Similar Messages

  • Lightroom Metadata editing and workflow is tedious nightmare!

    I'm new to Lightroom in just the past month, but have used it enough to see that a serious interface problem makes Lightroom version 1x virtually unusable in a deadline-oriented publishing workflow. Lightroom's Metadata editing and workflow is just a terrible nightmare, and far too tedious and slow. It appears to be an afterthought implemented by good-hearted souls who've never had to edit this sort of information under serious deadline pressures. I know Lightroom is marketed as an image database and not a file browser, but we're all looking to simplify our workflow here and with just a few subtle enhancements, Lightroom could be an excellent file browser and file import manager too.
    As it is now, the Lightroom v1x handling of File Naming and Renaming, Metadata Editing and Keyword Editing is poorly implemented and in need of an immediate overhaul to help professional photographers expedite this crucial and time-consuming first step in the archiving workflow. While Lightroom is very good at many other tasks, I give it a big fat "F" of a failing grade for these tasks.
    First, the Lightroom Library Module needs an even more simple, linear interface that steps users through a precise procedures (and helps them remember them). Arguably, to accomplish this, the Import function may need to become a separate Module that can be selected and used separately before entering the Library. As File Naming and Renaming, Metadata Editing and Keyword Editing currently are implemented, I, for one, am always forgetting to fill out one of these critical sections and can't even seem to remember that some may need to be done before importing while others appear to be conceived to be done after importing. My point is, all these related steps really need to be done together, but the Interface spreads out the functions too much, and it is nearly impossible to build a logical and linear Import workflow, especially when you are first learning Lightroom.
    I'd like to see a workflow that walks me through applying and editing (in order), File Naming, Basic and IPTC Metadata, Captioning and Keywords, so that I don't always forget some obscure step in the process (which I keep doing). Here are some specific suggestions, some of which may prove to be valid, some of which may be problems due to my lack of experience with thye software.
    1. As currently implemented, Metadata editing requires too much thought, and does not have enough intelligent automation. Eliminate as much typing as possible (See Photo Mechanic!)
    2. Lightroom needs better Metadata Presets. A "Quick Edit" view to simplify interface for editing minimal metadata info (File Name, Basic Info, Keywords, Headline, Limited Copyright Info).
    3. Separating Keyword Tags, Metadata Browser, Keywording Presets and Metadata Presets confuses the workflow. They should all appear together under one selectable module that organizes a suggested, linear workflowfor these tasks, but allows it to be customized. This is the sort of tasks that need to be learned by rote memory, and having all these panes floating around on both sides of the photo make it impossible to quickly step through these tasks.
    - Name (or Rename) files, Edit/Apply Basic and IPTC Metadata, Edit/Apply Keywords, Import or...
    - Import, Name (or Rename) files, Edit/Apply Basic and IPTC Metadata, Edit/Apply Keywords, Import
    4. Rename should offer the option of renaming the master file names on the disk, not just file names in the database (which I think is what Lightroom does, but again, this is very confusing for new users)! So, it is my belief that this feature needs a checkbox option to rename one, the other or both. But you need to be able to quickly find this dialog box every time you do an import, and it should not be hidden away out of view under the Library menu. Ideally and logically (for workflow), File Renaming should be handled when starting the Import into Lightroom.
    This is critically important because many user

    Lightroom metadata editing Part 2 (see Part 1 at top of thread)...
    ...This is critically important because many users just do not want to trust their images solely to any database and we want the ability to go look for master files with identical names should something go wrong with the software or we decide to edit the file in Photoshop outside of Lightroom or even switch to another library software program.
    My own habit is to rename every file with the date followed by a unique, three-digit file number, as in 20070717_001, 20070717_002...up to 999 etc. (I have never shot more than 999 files in a single day, but this could be a four-digit number). To file these on disk, a folder with a similar naming scheme is created for each day's shoot, although a keyword slug is added to the end instead of file numbers.
    5. Metadata Presets (Basic Info, IPTC metadata, EXIF metadata), Keywords need to be able to toggled on or off (promote/demote-expand/contract). Turning Off/On one section at a time via the Metadata Presets popup menu is too tedious...and you can't display IPTC and Large Caption together or leave Large Caption turned on. It also is difficult to remember where the Large Caption default (Preferences) setting is...
    6. Please get the EXIF data out of the way entirely when editing captions and visa-versa...And the EXIF data should not separate Basic Info and IPTC Info fields. Please relocate the EXIF to the bottom of the Metadata pane...
    7. IPTC Content, IPTC Copyright, IPTC Creator, IPTC Image expand/collapse sections need more automation:
    - The Presets fields need Preset lists of entry choices for cities, states, countries, etc.!
    - ISO Country Code automatically should be filled in when a country is entered.
    - Date created automatically should be filled in from camera EXIF data
    - Metadata Presets "Save As" should fill in old name, and allow you to rename it; (When it appears, the new name field should not be empty. This would aid in consistent, alphabetical naming
    - Metadata Presets naming should support job names, with actual Presets saved under each job name...
    8. IPTC Status EXIF, Contact, etc.
    - Caption field MUST display more than one line...(6-8 lines)!
    - Caption field MUST support Shift/Return!
    - Headline (IPTC Content) should be displayed with (and above) caption. Please present information logically!
    - Yellow popups should describe what each field name is for...some are real brain teasers...

  • Display content if user group

    I'm using PL/SQL to render a whole host of content in HTML via Oracle Portal.
    What I'd like to do is display a piece of HTML if the current user is within groups X, Y or Z.
    So in layman's terms:
    IF user_group = SLCPortalDeveloper
    then
    htp.p('<p>this is some html content</p>');

    No joy with that. My existing PL/SQL is quite deep though so wonder if that's an issue?
    <ORACLE>
    declare
    l_cur_user     varchar2(30);
    l_last_logon   varchar2(30);
    l_count        number;
    l_first_name   varchar2(60);
    l_news1           NUMBER;
    l_news2           NUMBER;
    l_news3           NUMBER;
    l_news4           NUMBER;
    l_news5           NUMBER;
    l_content_id      NUMBER;
    news_story        VARCHAR2(2000);
    summary           VARCHAR2(3000);
    newsdate          VARCHAR2(1000);
    image             VARCHAR2(10);
    alt_tag           VARCHAR2(1000);
        CURSOR cur_rec IS
        SELECT REPLACE(REPLACE(extract(cim.content_xml,
    'content/summary/text()').getStringVal(),'&amp;','&'),'&apos;','''') summary
        FROM CM$CONTENT_ITEMS cim,
        CM$CONTENT_CATEGORIES ccy,
        CM$STORAGE_TYPES ste
        WHERE cim.id = 5656;
        r_cur_rec cur_rec%rowtype;
        CURSOR c_news_details IS
        SELECT REPLACE(REPLACE(extract(cim.content_xml, 'content/headline/text()').getStringVal(),'&amp;','&'),'&apos;','''') news_story,
        REPLACE(REPLACE(extract(cim.content_xml, 'content/summary/text()').getStringVal(),'&amp;','&'),'&apos;','''') summary,
        extract(cim.content_xml, 'content/date/text()').getStringVal() newsdate,
        REPLACE(REPLACE(extract(cim.content_xml, 'content/link/text()').getStringVal(),'&amp;','&'),'&apos;','''') link,
        REPLACE(REPLACE(extract(cim.content_xml, 'content/newspar15/text()').getStringVal(),'&amp;','&'),'&apos;','''') url,
        extract(cim.content_xml, 'content/media3/text()').getStringVal() image,
        (SELECT (REPLACE(REPLACE(extract(metadata, 'metadata/Title/text()').getStringVal(),'&amp;','&'),'&apos;','''')) tag
        FROM CM$CONTENT_ITEMS
        WHERE id = extract(cim.content_xml, 'content/media3/text()').getStringVal()) alt_tag
        FROM
        CM$CONTENT_ITEMS cim
        WHERE cim.id = l_content_id;
        r_news_details c_news_details%ROWTYPE;
    begin
    l_cur_user := slcportal.wwctx_api.get_user;
        l_news1 := :news1;
        l_news2 := :news2;
        l_news3 := :news3;
        l_news4 := :news4;
        l_news5 := :news5;
    select count(*)
    into l_count
    from xxslc_corp_personnel
    where username = l_cur_user;
    if l_count = 0 then
      insert into xxslc_corp_personnel(username, user_last_logged_on,created_by)
      values(upper(l_cur_user),to_char(sysdate,'DD/MM/RRRR'),l_cur_user);
    else
      select nvl(user_last_logged_on,'Null')
      into l_last_logon
      from xxslc_corp_personnel
      where username = l_cur_user;
      if (l_last_logon not like to_char(sysdate,'DD/MM/RRRR')) or (l_last_logon = 'Null') then
        update xxslc_corp_personnel
        set user_last_logged_on = to_char(sysdate,'DD/MM/RRRR')
        where upper(username) = upper(l_cur_user);
        insert into xxslc_corp_personnel_stats
        values(upper(l_cur_user), to_date(sysdate,'DD/MM/RRRR'));
      end if;
    end if;
    select name_of_user
    into l_first_name
    from xxslc_corp_personnel
    where username = l_cur_user;
    htp.p('<div id="wrapper">');
    htp.p('<div id="header">
        <div id="top">
          <ul id="toplinks">
            <li><a href="/portal/page/portal/INTRANET/INTRANET_HOME/INTRA_ATOZ/">A to Z</a></li>
            <li><a href="/portal/page/portal/INTRANET/INTRANET_HOME/INTRA_SITEMAP/">Sitemap</a></li>
          </ul>
        </div>
        <div id="search">
          <p>      <form name="IntSearch" action="/portal/pls/portal/SLCINTRANET.keywordsearch" method="POST">
            <label>search</label>
            <input name="p_search_text" type="text" />
            <input type="submit" name="p_request" id="button" value="Search" />
    </form>
            </p>
        </div>
        <img src="/portal/page/portal/INTRANET/Intranet_Components/slclogo.gif" alt="south lanarkshire council logo" width="100" height="54" class="logo" /><img src="/portal/page/portal/INTRANET/Intranet_Components/connecting-you-at-work-logo.gif" alt="connecting you at work logo" width="165" height="54" class="logo" />
        <div class="jscriptdate">
    <script language="Javascript" type="text/javascript">
    document.write("<p>" + dayName[now.getDay()] + " " + now.getDate() + " " + monName[now.getMonth()] + " 2009" + "<\/p>")
    </script>
    </div>
    </div>');
    htp.p('<div id="welcome">
      <p class="welcomeheading">Hello ' || substr(l_first_name,1,instr(l_first_name,' ',1)-1) || '</p>
      </div>');
    htp.p('<div id="newsholder"><ul id="news">');
         l_content_id := l_news1;
        open c_news_details;
        fetch c_news_details into r_news_details;
        htp.p('<li><img src="../../../../pscmsingleitem/RenderMedia?mediaPk='||r_news_details.image||'" alt= "'||r_news_details.alt_tag||'"><h3><a href="/portal/page/portal/INTRANET/INTRANET_HOME/INTRA_NEWS/INTRA_NEWS_FULL_STORY?content_id=' || l_content_id || '">'||r_news_details.news_story||'</a></h3><p class="date">'||r_news_details.newsdate||'</p><p>'||r_news_details.summary||'</p>');
        close c_news_details;
          htp.p('</li>');
          l_content_id := l_news2;
        open c_news_details;
        fetch c_news_details into r_news_details;
        htp.p('<li><img src="../../../../pscmsingleitem/RenderMedia?mediaPk='||r_news_details.image||'" alt= "'||r_news_details.alt_tag||'"><h3><a href="/portal/page/portal/INTRANET/INTRANET_HOME/INTRA_NEWS/INTRA_NEWS_FULL_STORY?content_id=' || l_content_id || '">'||r_news_details.news_story||'</a></h3><p class="date">'||r_news_details.newsdate||'</p><p>'||r_news_details.summary||'</p>');
        close c_news_details;
          htp.p('</li>');
          l_content_id := l_news3;
        open c_news_details;
        fetch c_news_details into r_news_details;
        htp.p('<li><img src="../../../../pscmsingleitem/RenderMedia?mediaPk='||r_news_details.image||'" alt= "'||r_news_details.alt_tag||'"><h3><a href="/portal/page/portal/INTRANET/INTRANET_HOME/INTRA_NEWS/INTRA_NEWS_FULL_STORY?content_id=' || l_content_id || '">'||r_news_details.news_story||'</a></h3><p class="date">'||r_news_details.newsdate||'</p><p>'||r_news_details.summary||'</p>');
        close c_news_details;
          htp.p('</li>');
          l_content_id := l_news4;
        open c_news_details;
        fetch c_news_details into r_news_details;
        htp.p('<li><img src="../../../../pscmsingleitem/RenderMedia?mediaPk='||r_news_details.image||'" alt= "'||r_news_details.alt_tag||'"><h3><a href="/portal/page/portal/INTRANET/INTRANET_HOME/INTRA_NEWS/INTRA_NEWS_FULL_STORY?content_id=' || l_content_id || '">'||r_news_details.news_story||'</a></h3><p class="date">'||r_news_details.newsdate||'</p><p>'||r_news_details.summary||'</p>');
        close c_news_details;
          htp.p('</li>');
          l_content_id := l_news5;
        open c_news_details;
        fetch c_news_details into r_news_details;
        htp.p('<li><img src="../../../../pscmsingleitem/RenderMedia?mediaPk='||r_news_details.image||'" alt= "'||r_news_details.alt_tag||'"><h3><a href="/portal/page/portal/INTRANET/INTRANET_HOME/INTRA_NEWS/INTRA_NEWS_FULL_STORY?content_id=' || l_content_id || '">'||r_news_details.news_story||'</a></h3><p class="date">'||r_news_details.newsdate||'</p><p>'||r_news_details.summary||'</p>');
        close c_news_details;
          htp.p('</li>');
          htp.p('</ul></div>');
    htp.p('<div id="directory"><img src="/portal/page/portal/INTRANET/Intranet_Components/empdirectory.gif" width="40" height="39" alt="employee directory" />
        <p class="directoryheading">Employee Directory </p>');
    htp.p('<form method="get" action="slcintranet.xxslc_call_bts">');
    htp.p('<p>
            <label>Forename</label>
    <input type="text" name="p_forename" />      </p>
          <p>
            <label>Surname</label>
            <input type="text" name="p_surname" />
          </p>
          <p>
            <label>Resource</label>
            <select name="p_resource">
              <option value="" selected="selected"></option>
              <option>Community</option>
              <option>Corporate</option>
              <option>Education</option>
              <option>Enterprise</option>
              <option>Finance and IT</option>
              <option>Housing and Technical</option>
              <option>Social Work</option>
              <option>SLL</option>
            </select>
          </p>
          <p class="submit">
            <input type="submit" name="search" id="button" value="search" />
          </p>
        </form>
      </div>');
    htp.p('<div class="spacer"></div>');
    htp.p('<ul id="links">
        <li id="linkwhatson"><a href="/portal/page/portal/EXTERNAL_WEBSITE_DEVELOPMENT/SLC_ONLINE_HOME/SLC_WHATS_ON">whats on</a></li>
        <li id="linkpeopleconnect"><a href="/portal/page/portal/INTRANET/People_Connect">people connect</a></li>
        <li id="linkemployeeass"><a href="">Employee Assistance Programme</a></li>
        <li id="linklearndev"><a href="/portal/page/portal/4F656F414FAE5DFFE040270A0DFE12C0">Learning and Development</a></li>
      </ul>');  
    htp.p('<div id="myworkplace">
        <h2><img src="/portal/page/portal/INTRANET/Intranet_Components/myworkplace.gif" width="45" height="42" alt="my workplace" />My workplace</h2>
        <ul>
          <li><a href="/portal/page/portal/INTRANET/INTRANET_HOME/INTRA_DEPARTMENTS">Resources</a></li>
          <li><a href="http://internal.southlanarkshire.gov.uk/portal/page/portal/INTRANET/INTRANET_HOME/INTRA_KEY_POLICIES/">Key policies</a></li>
          <li><a href="http://internal.southlanarkshire.gov.uk/portal/page/portal/INTRANET/INTRANET_HOME/INTRA_EMP_INFO">Personnel information</a></li>
          <li><a href="http://ecas.southlanarkshire.gov.uk/default.asp">Councillors and committees</a></li>
          <!--<li><a href="#">Management tools</a></li>-->
          <li><a href="/portal/page/portal/INTRANET/INTRANET_HOME/INTRA_DEPARTMENTS/INTRA_CORP_RESOURCES/INTRA_CORP_RES_INFO?resource=Corporate%20Resources&resourcekey1=corpeqop&reqcatid=10&disptempid=13">Equal opportunities</a></li>
        </ul>
      </div>');
    htp.p('<div id="myspace">
        <h2><img src="/portal/page/portal/INTRANET/Intranet_Components/myspace.gif" width="39" height="42" alt="my space" />My space</h2>
        <ul>
          <li><a href="/portal/page/portal/INTRANET/INTRANET_HOME/INTRA_BUY_SELL">Buy and sell</a></li>
          <li><a href="/portal/page/portal/INTRANET/INTRANET_HOME/INTRA_HEALTH_WELLBEING/">Healthy working lives</a></li>
          <!--<li><a href="#">Employee benefits</a></li>-->
          <li><a href="/portal/page/portal/INTRANET/INTRANET_HOME/INTRA_MENUS">Menus</a></li>
          <li><a href="/portal/page/portal/INTRANET/INTRANET_HOME/INTRA_ONLINE_SERVICES/INTRA_ONLINE_FORMS/Pre_bookable_lunch_terms">Baguette and go</a></li>
          <li><a href="/portal/page/portal/INTRANET/INTRANET_HOME/INTRA_BRAIN_TEASER">Brain teasers</a></li>
          <li><a href="/portal/page/portal/SLL_WEBSITE/Home/Health_and_Fitness/Fitness_Classes_homepage">Fitness timetables</a></li>
        </ul>
      </div>');
    htp.p('<div id="myjob">
        <h2><img src="/portal/page/portal/INTRANET/Intranet_Components/myjob.gif" width="40" height="38" alt="my job" />My job</h2>
        <ul>
          <li><a href="/portal/page/portal/INTRANET/INTRANET_HOME/INTRA_ONLINE_SERVICES/INTRA_ONLINE_FORMS/MY_PROFILE/">My profile</a></li>
          <li><a href="https://southlanarkshire.myjobscotland.gov.uk/fe/tpl_southlanarkshire01.asp?newms=jd&id=1158">Job vacancies</a></li>
          <li><a href="/portal/page/portal/INTRANET/INTRANET_HOME/INTRA_TRAINING">Learning and development</a></li>
          <li><a href="/portal/page/portal/Intranet_Flexi/ONLINE_FLEXI_MENU">Flexi adjustment form</a></li>
          <li><a href="/portal/page/portal/INTRANET/INTRANET_HOME/INTRA_ONLINE_SERVICES/INTRA_ONLINE_FORMS/">Online forms</a></li>
          <li><a href="/portal/page/portal/INTRANET/INTRANET_HOME/INTRA_USER_ASSISTANCE">How do I?</a></li>
          <li><a href="/portal/page/portal/EXTERNAL_WEBSITE_DEVELOPMENT/SLC_ONLINE_HOME/EDUCATION_LIBRARIES/SCHOOL_HOLIDAYS">School holidays</a></li>
        </ul>
      </div>');
    htp.p('<div class="clear"></div>');
    htp.p('<ul id="adminlinks">');
    If user_group IN ('SLCPortalDeveloper')  -- SLCPortalDeveloper
      then
      htp.p('<li><a href="#">Content Administration</a></li>');
    end if;
    htp.p('  </ul>');
    htp.p('<script type="text/javascript" charset="utf-8">
                   $(document).ready(function(){
                        $("#news").wslide({
                             width: 620,
                             height: 160,
                             pos: 1,
                             horiz: true
              </script>');
    htp.p('<!--close wrapper--></div>');
    end;
    </ORACLE>

  • Pictrivia 6 - Can you identify what's wrong with this setup?

    What's Pictrivia?
    It's a trivia presented as a picture - more picture, less words. If you love  solving puzzles, racking your brains on brain teasers,you would love this one.
    Who can participate?
    It's open to all. You can participate on Facebook, Twitter or here. If you are subscribed to our Facebook or Twitter channels, you'll see the message posted on early Saturday mornings  pacific time.
    How often will you post a trivia?
    Once a week on Fridays.
    How do I answer?
    You  can answer by replying to this discussion. If you saw the post on our  Facebook page or Twitter, simply comment on the post or reply to our  tweet.
    What do I get?
    Intellectual stimulation, thrill and pleasure of solving a puzzle!
    What's the skill level required?
    Beginners
    When will I know the right answer?
    On the following Wednesday.

    Access layer switch will became bridge root。(default priority,lowest MAC address 1111.1111.1111)。And this L2 network will working at low efficiency。

  • Where is a good place to assemble a team?

    Greetings.
    I'm a recently graduated Game Developer. My specialty is C++, but lately I've taken it upon myself to learn J2ME so that I can produce mobile games. Currently, I am about 25% through my first game, which is a collection of brain teasers and puzzles, simliar to Nintendo's Brain Training series.
    The problem, as any of you know, is that it takes very long to develop a game alone. I want to find other people to join and work with me in creating unique and entertaining mobile content. If we can get a few games/apps made together, I'd like to have them published so that we could form an official company.
    Unfortunately, I have found no reliable place for this online. Surely there are Java hobbyists out there who would enjoy such a prospect? Do any of you know of good places to seek team members?
    Thanks

    Crucial memory or OWC?
    http://www.crucial.com/
    http://eshop.macsales.com/shop/apple/memory/iMac

  • Pictrivia 12 - Where is the E1/T1 interface termintated in this network?

    What's Pictrivia?
    It's a trivia presented as a picture - more picture, less words. If you   love  solving puzzles, racking your brains on brain teasers,you would   love  this one.
    Who can participate?
    It's open to all. You can participate on Facebook, Twitter or here. If you are subscribed to our Facebook or Twitter channels, you'll see the message posted on early Saturday mornings  pacific time.
    How often will you post a trivia?
    Once a week on Fridays.
    How do I answer?
    You  can answer by replying to this discussion. If you saw the post on our  Facebook page or Twitter, simply comment on the post or reply to our  tweet.
    What do I get?
    Intellectual stimulation, thrill and pleasure of solving a puzzle!
    What's the skill level required?
    Beginners
    When will I know the right answer?
    On the following Wednesday.

    on voice gateway,where the CUCM Manage the E1/T1 interface , since the protocol is Cisco MGCP

  • Pictrivia 9 - What load balancing technique is this?

    What's Pictrivia?
    It's    a trivia presented as a picture - more picture, less words. If you   love  solving puzzles, racking your brains on brain teasers,you would   love  this one.
    Who can participate?
    It's open to all. You can participate on Facebook, Twitter or here. If you are subscribed to our Facebook or Twitter channels, you'll see the message posted on early Saturday mornings  pacific time.
    How often will you post a trivia?
    Once a week on Fridays.
    How do I answer?
    You  can answer by replying to this discussion. If you saw the post on our  Facebook page or Twitter, simply comment on the post or reply to our  tweet.
    What do I get?
    Intellectual stimulation, thrill and pleasure of solving a puzzle!
    What's the skill level required?
    Beginners
    When will I know the right answer?
    On the following Wednesday.

    It's  Standard Firewall Load Balancing.
    Regards.

  • Pictrivia 2 - Identify the process in the diagram.

    What's Pictrivia?
    It's    a trivia presented as a picture - more picture, less words. If you   love  solving puzzles, racking your brains on brain teasers,you would   love  this one.
    Who can participate?
    It's open to all. You can participate on Facebook, Twitter or here. If you are subscribed to our Facebook or Twitter channels, you'll see the message posted on early Saturday mornings  pacific time.
    How often will you post a trivia?
    Once a week on Fridays.
    How do I answer?
    You  can answer by replying to this discussion. If you saw the post on our  Facebook page or Twitter, simply comment on the post or reply to our  tweet.
    What do I get?
    Intellectual stimulation, thrill and pleasure of solving a puzzle!
    When will I know the right answer?
    On the following Wednesday.

    not much action at work today.
    IP phone boot process

  • Apps for ADHD

    I apologize in advance if this is the wrong forum. Our daughter was recently diagnosed with Attention Deficit Hyperactivity Disorder. The diagnosing Doctor recommended, amongst other things, brain games to help improve on focus and on process driven disciplines. I would be grateful for any recommendations of iPad apps which we should consider. Thank you.

    I don't know your daughter's age or whether it would be more beneficial/more fun for her to play with verbal, numerical, spatial or other types of flexible thinking games such as brain teasers. That might be something you'll have to discover through experience with different types.
    Speaking for myself and my university students (many of whom are "differently abled" like me) one thing to keep in mind is that one of the "benefits" of ADHD can be the ability to hyperfocus. This has its pros and cons. One can get lost in "the flow" but then real life and real deadlines/responsibilities intrude and time management becomes a real issue.
    I'd accompany the iPad (or any game) use with an old fashioned timer. I use a timer all the time in my studio and in my classroom. It has two equally useful functions: it forces me to focus on tasks I find distasteful (Just 30 minutes! I tell myself) and just as importantly, it forces me to come up for air on tasks I find enthralling by putting an outer limit on them. I have one that can be worn around the neck which is handy and makes it feel like more of a game.

  • How do I delete movies from iTunes library? I have moved them to the iCloud and now only seem to have the option to hide the icon in iCloud.  I am sure I chose poorly at the 'keep file' window.  Please help. My Brain hurts- 18   movies need to go-.

    How do I delete movies from iTunes library? I have moved them to the iCloud and now only seem to have the option to hide the icon in iCloud.  I am sure I chose poorly at the 'keep file' window.  Please help. My Brain hurts… 18 plus movies need to go….  Thank you.

    Instead of removing the music from the cloud or the iTunes library why not shuffle your music using a Smart Playlist which excludes the holiday music, or tracks that are not checked. For example, use this very simple Smart Playlist:

  • Customer Exit Variable - Variable Value Error BRAIN 000

    I created a variable which is processed by 'Customer Exit'. This variable is 'optional' and NOT user input required.
    And i have written my code in customer exit under I_STEP EQ 1.
    I used the variable in my query as a default value for a free characteristic.
    The query runs fine and return me the correct result.
    The problem is when i used the same variable as a default value of a free characteristic in another query which has another user input variable for another characteristic, i got a warning message after input a value for another variable.
    Variable Value Error BRAIN 000 <<i>my variable name</i>>
    How to make it work in the second query?
    Please help as I am new to this.
    Thanks,
    CH

    Hi Fernanda,
    Try this:
    DATA:  LS_RA_SID  TYPE   RSR_S_RANGESID.
    DATA:  fst_date LIKE sy-datum.
       CASE i_vnam.
              WHEN 'ZRANGE_PREVMONTH'.
    fst_date = sy-datum - 1.
    concatenate fst_date(6) '01' into ls_ra_sid-low.
          ls_ra_sid-sign = 'I'.
          ls_ra_sid-opt = 'BT'.
          ls_ra_sid-high = fst_date.
          APPEND ls_ra_sid TO e_t_range.
    ENDLOOP.
    ENDCASE.
       ENDIF.
    Just post here for any queries..
    Regards,
    Loed

  • ERROR BRAIN (738): Variable 0P_KEYDT not in query

    Hi all,
    Can anyone help with the following error that i am getting while executing a query
    ERROR BRAIN (738): Variable 0P_KEYDT not in query
    Regards,
    P

    Make sure you still have the variable in the query. You did not delete it by mistake. Error is it self says that it can not find that 0P_KEYDT in the query. YOu can also try removing and adding it again.
    Sometimes the order of making variable matters when you have dependency.
    - Danny

  • Transport error BRAIN 617 on import of Cube

    We got the following error while transporting Infocube which had data in teh target BI system.
    Error BRAIN 617 during after import handling of objects with type(s) CUBE
    Change involved addition of  a characteristic in the cube.
    We are in BI 7.0 SP 13.
    RN

    Hi
    Then please try to import that request again by selecting all 'import options' in option tab. If you have added one character in cube,i am assuming you have transported all other things (transfer rule,update rule & infosource)

  • Error BRAIN 276 when you execute a Web template in BI Admin Cockpit in  EP

    Hi Experts,
    I have Installed BI Administration Business Packages in Portal and configured necessary steps in BI System.I have assigned the role in Portal and BI System.
    I tried executing one iview...and was getting the following error:
    Error loading template 0TPLI_0TCT_MCA1_Q0143
    and when i click on the above error ..i was getting another window which shows below message:
    Technical Information for Message:
    Error loading template 0TPLI_0TCT_MCA1_Q0143
      Notification Number BRAIN 276
    I was suggested by SAP Note 1014795 to do the below changes :
    TEMPLATE_ID=0TPLI_0TCT_MCA1_Q0143  To TEMPLATE=0TPLI_0TCT_MCA1_Q0143
    Please note that the above note says to replace  TEMPLATE_ID  by TEMPLATE in the property of "BEX Web application Query String" of the IView in Portal
    and also please note that i have Version=SAP BW 2.X/3.X in Iview Property .
    After having made the above changes iam getting the BEX Web Analyzer...where i have the options to open a query ( from all the infoareas of BI System).and then i will select the query (0TCT_MCA1_Q0143) and am executing the same to display the data.
    i know that this Is not the correct way of executing the iview for BI Admin Cockpit.
    Can anyone help me how to execute the Web Template automatically when the user clicks on IView ?
    we have all the above Web Templates Corresponding to BI admin cockpit in active mode in when checked from WAD 3.X , but when when i search for the above web templates in WAD 7.0 i do not find them
    Is there anything that i need to activate in BI System ? Or in Portal System?
    Or do i have to execute the above web templates in  BI WAD before linking them to portal iviews?
    Do we have to Migrate the Web Templates from  BW 3.5 to BI 7.O?
    Thanks
    P.Navakanth
    -When i try to execute the web templates

    We are having this exact same issue - example of one of the errors:: Error loading template 0TPLI_0TCT_MCA1_Q0114.  We get this error for all MCA1 templates.  Basis says they've deployed latest BP BI Administration 1.0 with Patch 2 (BPBIADMINOSP_2-1000342B.SCA).The info refers to BI Admin Cockpit, Business Package for BI Administration,
    BP BI ADMINISTRATION 1.0 ,BI Usage Statistics,0TCT_CA1.
    I see from documentationthat the multicube 0TCT_MCA1 is from 0TCT_CA1 and 0TCT_VCA1
    From the documentation in http://help.sap.com/saphelp_nw70/helpdata/en/26/9ef41d14dc424183b4807538be8e1e/frameset.htm, under web templates,
    1) How come there are more than 1 template with same name and Query with same names- for example:
    Web Template: Long-Term Trends in Total Runtimes of BI Applications
    WebTemplate: 0TPLI_0TCT_MC01_Q0114
    This Web template is the container for the query 0TCT_MC01_Q0114 and is designed to provide detailed analyses.
    AND
    Web Template: Long-Term Trends in Total Runtimes of BI Applications
    WebTemplate: 0TPLI_0TCT_MCA1_Q0114
    This Web template is the container for the query 0TCT_MCA1_Q0114 and is used for detailed analyses
    2) How come the delivered process chains load other technical content, but does not load 0TCT_CA1
    Basis re-deployed the bi admin cockpit contents, but still have error in loading template 0TPLI_0TCT_MCA1_Q0114.
    3) Do we need to do any of the following?
    SE38 u2013 run RSTCC_ACTIVATEADMINCOCKPIT_NEW
    RSA1 - bi content, install & transport
    Check role SAP_BI_BW_ADMINSTRATOR
    Se38 u2013 rs_template_maintain for active templates u2013 look for MCA1 templated
    Tr code RSDDSTAT
    Activate Virtual providers
    Anything else?
    Thanks!

  • Getting Brain Error while saving the query--Need Immediate solution

    Hello Experte
    I designed query like this.
    G/L account structure is defined in Rows. Before explaining about columns Let me Explain u about my ORG structure.
    Company codes are defined in R/3 like this.
    Company Code
    1000 for Local Currency(HSL01)
    2000 to 7000,IEL for group Currency(KSL01).
    Iu2019m extracting the data as it is from R/3 to DSO and again by writing routine I splitter the data for months(EX: HSL01 is ApriL,Hsl02 May,u2026u2026u2026u2026u2026u2026.KSL01 April, KSL02 may,u2026u2026u2026. Upto to 16 periods) this is R/3 data. This data I differentiated based upon currency types. If currency type is 10 then Local Currency 30 Means Group Currency.
    Again Iu2019m receiving the data from Flat Files for subsidiaries(IEAI,IEG,IEEL,ISSCI,IHAL,TTM-US,TTM-INDIA,TTIT). This data I loaded first into DSO by writing Routine at field Level for G/L account to convert G/L Descriptions into Numbers.
    After that I loaded data from first DSO to Second DSO by writing to convert respective currencies into INR and again loaded to cube by Direct mapping.
    Again Iu2019m receiving the eliminations data from R/3 through Ztable. This also Iu2019m extracting from R/3  and loaded into dso and again into cube.
    Now I will Explain about my Report.
    In Columns I defined 3 selections for each month.  U can observe that in Document. Like that for each month Iu2019m getting three selections and for subsidiaries 2 selections for each month. If we observe total Iu2019m getting 13 selections for India and 9 selections for each subsidiary. If subsidiaries increase I need to increase selections, automatically columns will increase. Now for Q4 2 new subsidiaries are  added I need to added. After adding and while saving the query then only Iu2019m getting brain error.
    Could any one sort out this.
    Thanks,
    Sony

    HI Ravi,
    Thanks for the reply.
    While saving the query in BEX i'm getting this error.
    Diagnosis
    Query ZQ3_MISGRPSUMMARYREPORT_010209 contains 8192 differing selection cells. However, only 8191 selection cells can be processed in a query.
    Procedure
    Please simplify query definition ZQ3_MISGRPSUMMARYREPORT_010209.
    This was the error i'm getting. How to simplify this....
    Any answers please.
    Thanks,
    Sony

Maybe you are looking for

  • How can I rematch a song?  iTunes Match keeps matches my music to clean versions.

    I've noticed that within albums that I've bought on Amazon and imported into iTunes Match, the service will match single tracks or entire albums to the clean version. Is there a way to remove a song from iTunes Match, then re-match it or tag it so it

  • Why are Adobe CC programs killing my Win7 Taskbar?

    I'm running Windows 7 Pro 64bit, which runs just fine, until I run an Adobe CC App, specifically Premier Pro CC. Then, on the next rebot, my task bar loads incorrectly. It appears to operate, but not fully and it does not display properly at all. It

  • Reducing file size produces a larger file (?)

    I have a 3.8mb pdf (created in Acrobat 9) that I'd like to reduce in size. It's text only (about 450 pages) and when I select "Reduce file size" Acrobat X goes through steps to optimize it for the web, and it comes out 5.1 mb. Not really much of a re

  • Global variable in ActionScript 3:

    Hi Everyone, I'm looking at a short example on http://www.greenethumb.com/article/11/global-variables-in-as3 in which the author creates a separate package as such: package com.greenethumb.utils public class GlobalVarContainer public static var vars:

  • Is a flash plug in necessary

    is a flash plug in necessary for effectiveness on the newest edition