"keep" feature

what's the meaning of this feature?
when i see something like this
SELECT last_name, department_id, salary,
       MIN(salary) KEEP (DENSE_RANK FIRST ORDER BY commission_pct)
          OVER (PARTITION BY department_id) "Worst",
       MAX(salary) KEEP (DENSE_RANK LAST ORDER BY commission_pct)
          OVER (PARTITION BY department_id) "Best"
FROM employees
ORDER BY department_id, salary;i think it could be done also like this:
SELECT last_name, department_id, salary,
       MIN(salary)           OVER (PARTITION BY department_id ORDER BY commission_pct) "Worst",
       MAX(salary)           OVER (PARTITION BY department_id ORDER BY commission_pct) "Best"
FROM employees
ORDER BY department_id, salary;what's the difference?

These two queries give me different results.
DB version Connected to Oracle Database 10g Enterprise Edition Release 10.2.0.3.0
Column names modified to adapt to EMP table of scott.
SELECT ename, deptno, sal,
       MIN(sal) KEEP (DENSE_RANK FIRST ORDER BY comm)
          OVER (PARTITION BY deptno) "Worst",
       MAX(sal) KEEP (DENSE_RANK LAST ORDER BY comm)
          OVER (PARTITION BY deptno) "Best"
FROM emp
ORDER BY deptno, sal;
SELECT ename, deptno, sal,comm,
       MIN(sal)           OVER (PARTITION BY deptno ORDER BY comm) "Worst",
       MAX(sal)           OVER (PARTITION BY deptno ORDER BY comm) "Best"
FROM emp
ORDER BY deptno, sal;YOu may want to check again.
Keep is normally be used with first and last value (By Me :) )
Here is the link
[http://download-uk.oracle.com/docs/cd/B19306_01/server.102/b14200/functions001.htm]
run these two queries in scott and you will know the difference
SELECT ename, deptno, sal,
       MIN(sal) KEEP (DENSE_RANK FIRST ORDER BY comm NULLS LAST)
          OVER (PARTITION BY deptno) "Worst",
       MAX(sal) KEEP (DENSE_RANK LAST ORDER BY comm NULLS LAST)
          OVER (PARTITION BY deptno) "Best"
FROM emp
ORDER BY deptno, sal;
SELECT ename, deptno, sal,comm,
       MIN(sal)   OVER (PARTITION BY deptno ORDER BY comm NULLS LAST) "Worst",
       MAX(sal)           OVER (PARTITION BY deptno ORDER BY comm NULLS LAST) "Best"
FROM emp
ORDER BY deptno, sal;You will see in teh query where KEEP is used it will keep the first row it finds for all the rows of that departments
the query where KEEPis not used it treats two rows in dept 30 differently since they have commission NULL and assinga a different BEST and WORST for them
than rest of the emp's in the same department.
Cheers!!!
Bhushan
Edited by: Buga on Feb 4, 2010 5:02 PM: added LInk
Edited by: Buga on Feb 4, 2010 5:12 PM.. Explanation in second part added

Similar Messages

  • How do you keep different quantities of podcasts?

    I would like to keep the last three of one podcast, but all of another. Is that possible? When I change the settings, it changes for ALL podcasts.
    Please, some one help!!
    Thanks in advance
    G5, iBook G4, iMac G4   Mac OS X (10.4.7)  

    There is also another option that will allow you to not have to manually delete episodes of podcasts you don't care to keep after you've listened.
    When you're in the Podcast library, click on Settings. Change the option in the Keep dialogue to whatever option you want for the podcasts you are automatically deleting. Click OK. This WILL change the setting for all your podcasts, but go to the next step to make sure you save all episodes of those you want to keep longer than the setting you just changed.
    Now, in your Podcast library, highlight all the podcasts that you DO NOT want to be auto-deleted (you can highlight non-sequential podcasts by holding in the Command/Apple key while clicking on the podcast titles). Once they are highlighted, Right-click and choose Do Not Auto Delete.
    Hope this helps make your deleting/keeping process easier and more automatic!
    The only downside to this method (and, I think, something Apple ought to consider adding to new versions of iTunes) is that you can't keep the last 3 episodes of one podcast, the last 6 of another, all of another, and only the most recent of others by using the built-in Keep feature. Hopefully that will change in the future!

  • Podcasts "episodes to keep" not working...

    I cannot get the "episodes to keep" in my Dave Ramsey podcast to stick. I have keep the last 3 episodes but it keeps them all. I have to manually delete the 4th upon completion of the most recent one downloaded.
    What am I doing wrong?

    Just wanted to let you know or anyone else trying to figure out this issue of iTunes episodes to keep feature. You have to right click on your podcast heading and enable "auto delete" before it will function correctly.
    What I find amazing is that after reading many articles online about this feature and how to get it to work, not one article showing the set up said you have to set the podcast to "auto delete." I figured it out on my own.
    HTH

  • Ethernet Print Server Keeps iMac G5 from sleeping

    Hello All,
    I have a small home network setup with a router to share my DSL Internet connection.
    My iMac G5 has never had any sleep problems before. But, with the recent addition of a US Robotics Ethernet Print-Server, the iMac G5 no longer sleeps automatically.
    It will sleep fine if I use the power button to sleep it. But, it will not sleep if I let the "Energy Saver" activate it.
    The iMac G5 does turn off the display when it is supposed to (in the energy settings). So, it will sleep the display. Just not the computer when the Print Server is attached to the network.
    If I unplug the print server from the Ethernet, then the iMac G5 sleeps just fine when the energy saver kicks in.
    Further, if the time to sleep has elapsed, and the computer is still awake, then I can unplug the print server from the Ethernet and the iMac G5 will go to sleep a couple of seconds later.
    Interestingly, the Mac Mini I have doesn't stay awake. It sleeps just like it is supposed to. It doesn't care if the print-server is attached or not.
    The Mac Mini and the iMac G5 are both configured to communicate with the Print Server. It uses AppleTalk to share my printer (a Hewlett Packard LaserJet 5mp).
    The iMac G5 is running OS X "Tiger" 10.4.3 and is updated to the current level (all updates). The Mac Mini is running OS X "Panther" 10.3.9 with all the available updates installed.
    The system specs are all in my footer below my message.
    Any ideas?
    It is obviously the print-server keeping my system awake. If I un-plug it from the network then everything behaves perfectly normal.
    Is there a setting somewhere to keep the iMac G5 system from listening to other devices on the network somewhere?
    There is no bi-directional setting in the Print-Server. So, that shouldn't be the issue (plus the Mac Mini doesn't care).
    The Print Server is a U.S. Robotics USR7500 Ethernet Print Server.
    The website for my Print Server is at:
    http://www.usr.com/products/networking/networking-product.asp?sku=USR7500
    Hopefully there is a setting somewhere that I can adjust in OS X Tiger to fix this.
    The Wake on LAN setting is not turned on. So that's not it.
    I also just checked, and the scheduled sleep will work. So, it is just the "inactivity" setting that is giving me trouble.
    Like I said though, if I unplug the Ethernet Print-Server, then everything works exactly as it should.
    I'll look forward to any ideas you might be able to offer.

    Update:
    Hello All,
    I found out what was causing the machine to not sleep.
    My built-in Firewall was configured to block UDP communications.
    I discovered, quite by chance, that the Print Server was sending a UDP signal to my Mac every 30 seconds or so. I have no idea why, especially since the Print Server should be a receiver not a sender.
    As an experiment, I disabled UDP blocking in the FireWall, and my machine went to sleep just like it should.
    Any ideas as to why the Print Server would be sending a UDP signal?
    Here's an excerpt from my firewall log:
    ===== Display starts at offset 196869 within file of length 327941. ====
    ===== Use File->Reload (Cmd-R) to display more. ====
    .1.206:138 192.168.1.255:138 in via en0
    Jan 3 22:32:46 hunters-imac-g5 ipfw: 35000 Deny UDP 192.168.1.206:138 192.168.1.255:138 in via en0
    Jan 3 22:33:16 hunters-imac-g5 ipfw: 35000 Deny UDP 192.168.1.206:138 192.168.1.255:138 in via en0
    Jan 3 22:33:46 hunters-imac-g5 ipfw: 35000 Deny UDP 192.168.1.206:138 192.168.1.255:138 in via en0
    Jan 3 22:34:16 hunters-imac-g5 ipfw: 35000 Deny UDP 192.168.1.206:138 192.168.1.255:138 in via en0
    and it keeps going like that for 12 hours or so.
    The print server is setup to allow for TCP/IP, NetBEUI, and AppleTalk communication.
    I'd like to hear any ideas as to how to get rid of this UDP so I can re-enable the blocking feature in the Firewall.
    I do need to keep features enabled that are required to allow my wife's portable PC with Windows XP to print to the server as well.
    Thank you in advance.

  • Seeburger 1.8.2 Upgrade: Subject missing in AS2 Ack

    Hi All,
    After upgrading our PI environment with Seeburger 1.8.2, we started facing an issue in the Ack Report (MDN Response) received in response to the AS2 messages posted to our partner.
    We have a scenario, where HTTPS AS2 messages are posted through the Seeburger AS2 Adapter receiver channel to an external partner with 'Handle received MDN option' set as "Refer to XI system".
    We have another AS2 Adapter sender Reports channel which receives these MDN and provides confirmation on posting of these messages to the end-users.
    After the upgrade, the Subject value is missing in the Ack Reports XML.
    Please find below the Ack Reports XML pre-upgrade:
    <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <DtReport xmlns="http://uri.seeburger.com/dt/master/schema">
        <correlationId>4ce4a7f9-9dd1-6fb3-e100-00000f8de046</correlationId>
        <category>DeliveryReport</category>
        <state>SUCCESS</state>
        <finalReport>true</finalReport>
        <freeText>Received synchronous MDN successfully.</freeText>
        <specificData>
            <key>messageID</key>
            <value>&lt;[email protected]&gt;</value>
        </specificData>
        <specificData>
            <key>subject</key>
            <value>DBDCRI SD=Sender,RV=Receiver,MF=XXX,MT=YYY,FN=0215_0215_2010-11-18T07:35:01.887Z</value>
        </specificData>
        <specificData>
            <key>channelID</key>
            <value></value>
        </specificData>
        <specificData>
            <key>channel</key>
            <value>DBDC_MDNReport_AS2_Sender</value>
        </specificData>
        <specificData>
            <key>originalchannel</key>
            <value>DBDC_PaymentRunFromgSAPAndUlysses_AS2_Receiver</value>
        </specificData>
        <specificData>
            <key>to</key>
            <value>DBDC</value>
        </specificData>
        <specificData>
            <key>from</key>
            <value>Syngenta</value>
        </specificData>
    </DtReport>
    And please find below the Ack Reports XML pre-upgrade (where the subject is missing now):
    <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <DtReport xmlns="http://uri.seeburger.com/dt/master/schema">
        <clientId>000</clientId>
        <correlationId>eec9b8da-a217-4b48-3729-a2c5e55b10f1</correlationId>
        <category>DeliveryReport</category>
        <state>SUCCESS</state>
        <finalReport>true</finalReport>
        <freeText>Received synchrone MDN successfully.</freeText>
        <specificData>
            <key>messageID</key>
            <value>&lt;[email protected]&gt;</value>
        </specificData>
        <specificData>
            <key>subject</key>
            <value/>
        </specificData>
        <specificData>
            <key>channelID</key>
            <value></value>
        </specificData>
        <specificData>
            <key>channel</key>
            <value>DBDC_MDNReport_AS2_Sender_Test</value>
        </specificData>
        <specificData>
            <key>originalchannel</key>
            <value>DBDC_PaymentRunFromgSAPAndUlysses_AS2_Receiver_Test</value>
        </specificData>
        <specificData>
            <key>to</key>
            <value>DBDC</value>
        </specificData>
        <specificData>
            <key>from</key>
            <value>Syngenta</value>
        </specificData>
        <reportAttachment refID="79282d90-f65a-11df-8fa1-9a790f8de00a">
            <ns1:objectInfo charset="binary" creation="2010-11-22T17:03:48.457+00:00" location="MEMORY" size="1237" type="INLINE" xmlns:ns1="http://uri.seeburger.com/bisas/message/schema"/>
        </reportAttachment>
    </DtReport>
    As part of Seeburger upgrade, the below shown latest SCAs have already been deployed:
    AS2AdapterXI.sca
    SeeBaseToolsXI.sca
    SeeExtendedToolsXI.sca
    SeeModuleCollectionXI.sca
    SeeSolutionIdModuleXI-as2.sca
    After the Seeburger upgrade, we have updated the AS2AdapterMetadata.xml within our repository.
    Also, we have imported the latest version of the below XSDs into the repository:
    dtreport.xsd
    dtglobaltypes.xsd
    attachments.xsd
    dtarchiving.xsd
    Could you please help me in resolving this, in case anyone of you have encountered a similar issue previously.
    Thanks & Regards,
    ROSIE SASIDHARAN

    Actually, I saw the rant in the bug reporting tool on dropping pam_userdb.
    I understand fully the decision:
    - PAM should not have plentora of dependencies: nobody would integrate
      pam-sqlite, pam-postgresql or other pam modules with external dependencies
      into the 'pam' base package
    - Berkley DB has licensing issues, so AUR is a good place for it
    - ArchLinux is a bleeding edge distribution, there is no such rule as "keep features for
      the current main release".
    I'm personally opting for an AUR project 'pam-userdb' which just provides this one module,
    so nobody has to migrate 200 users on his production system.
    And a short notice on the main page about the dropping of db support in PAM and the
    availability of the separate module.
    Last edited by andreas_baumann (2014-06-07 12:15:06)

  • SAP Short Dumps and PCI Compliance

    We've run into an issue with our PCI Compliance audit around being able to see unencrypted credit cards in short dump messages in SAP.  Has anyone run into this issue?
    Only work around I've got at this point is to restrict all access to short dumps and require many documented signoffs before turning on and off access to a short dump.  This is pretty cumbersome, and still leaves a hole in my overall security.
    We've managed to purge restricted CC data from our XI logging, and done everything right with encryption, but this short dump issue just doesn't seem to have a solution.
    Can anyone help?  We're on 6.0.
    Thanks!

    Hi David,
    This is an interesting situation you have described. ABAP short-dumps or run-time errors as they are also known as, are unhandled exceptions during program execution. The conditions that cause such exceptions is unknown or cannot be handled at run-time. To help analyze what went wrong with the said program during execution, it is necessary for the dump to contain all possible information including data values passed between programs when the error occurs. Encryption of restricted data values is a program step in itself. If the dump were to occur after this step then of course it would contain encrypted CC info. Unfortunately in your case it exposes restricted CC info because the dump occurs BEFORE this step.
    I don't believe there is a way to prevent this from happening -- for the same reason that the program logic does not know at run-time how to "handle" the exception. If occurrences of such dumps is fairly common in your system, you may want to investigate the likely causes -- for example, missing or incorrect customization. Analyzing the short dumps will probably give you a clue. Your customization team may be able to identify a pre-condition that causes this unhandled exception. If this exception can then be handled (via a program change) that returns a meaningful error instead of a short dump you would be able to close the security hole. This however entails modification to SAP standard code. I don't usually recommend such changes, but given the sensitive nature of your data it may be worth consideration.
    I personally advocate restricted access to ST22. The steps you have undertaken to enforce this may be cumbersome despite efforts to keep it simple. I suppose that's the price we pay in administering the system. If you have not already done so, you may also want to ensure that short-dumps that contain restricted CC info are not saved (using the "Keep" feature in ST22) for easy retrieval at a later point in time or they are saved, it be available only to 'restricted eyes'. Short-dumps are normally saved in the system for 7 or 14 days (not sure of exact # of days). The bigger challenge in my opinion is: How do you prevent the restricted info from being viewed by the user who during the course of program/transaction execution encounters the said short dump? No amount of security controls around ST22 will mitigate this risk. The only option that remains is program change (as mentioned above). But to get there you first need to know what causes the exception.
    Regards.
    Ashutosh

  • Columnar compression Exadata only

    Does anyone have a feel as to why this feature of advanced compression is only available for exadata ? I have been waiting for 11gr2 to come out (mainly because of the promise that you can use AC with a logical standby database).. I was very excited to hear about columnar compression, and when I went to use it BAM.. it won't work because I'm not on an exadata.. Any ideas why ?? Is this a trend with new performance features ?

    Kevin Closson's [initial blog entry on columnar compression|http://kevinclosson.wordpress.com/2009/09/01/oracle-switches-to-columnar-store-technology-with-oracle-database-11g-release-2/] indicates (in the comments) that this limitation was the result of technical limitations, not just for marketing reasons. I haven't fully gotten my head around what this feature is doing to be able to understand why it doesn't work outside of Exadata, but I trust Kevin's analysis that there are technical limitations here.
    I guess I would expect Oracle to find cases where the Exadata team can implement optimizations that aren't an option on non-Exadata systems. On the other hand, I don't see this as a case where Oracle would be keeping features that could be implemented in non-Exadata systems as Exadata-only features in order to give companies an incentive to move to Exadata. I don't see it as being in Oracle's interests to make non-Exadata hardware into explicitly second-class platforms. One of Oracle's key selling points is that it is platform agnostic.
    Justin

  • Batch converting mp3's (overwriting files possible?)

    I have many mp3s in a very high bitrate (320) and personally, for me I cannot tell much difference between 320 kbps and 192 kbps, to be honest, even 128 kbps is good enough for me; i just burn cds and play them in my car, maybe an audiophile might tell the diference, but whatever.
    My problem is this. I have over 500 tracks over 192kbps, and want them all at that level. If I choose iTunes to convert them, I have to re-organize all the files to their original places. I have an external with folders, labeled in genres, years, etc, if I used itunes then i have to move again every file into their respective folders, this is why i haven't done this. Anybody know of a script or even an app that can overwrite the original or maybe add a number at the end: (ie, Duran Duran - Girls on Film.mp31)
    Thanks,
    Paul

    Don't change the extension mp3 to mp31 that won't work.
    I have 11,000+ tunes and use the 'keep' and 'copy' features to organize it all. If you use the 'keep' feature then iTunes will rename the file on the HD to match the info in the "name' column in the main iTunes window. To keep track of it all I use a variety of PlayList's and rely heavily on the 'compilation' feature.
    When using the 'keep' feature - if there is more than one tune in the same folder with the same name - iTunes will rename the tune from "9 pm (till I Come)(Matt Darey Mix).mp3" to "9 pm (till I Come)(Matt Darey Mix) 1.mp3".
    I may have more that one copy of a tune - one is mp3 and the other is mp4(AAC) - I will add AAC to the song title in the 'name' column to help me as I browse.
    You can find scripts at http://www.dougscripts.com/itunes/index.php
    MJ

  • Seagate driver interferes with boot up

    I purchased two Seagate GoFlex 500 Gbs pocket drives and chose to not use the included Disk Application (can't remember its name - a version of formatting and gauge application) since I use Techtool Pro (with E drive) and Diskwarrior to maintain health of all my drives and Disk Utility for Formatting and Repair.
    I use these drives with my MacBookPro 2.53 Ghz for iTunes and TimeMachine backup. Ever since I started using them I have noticed long startups. Some of the delay was music fonts, installed at the same time, for Sibelius, other issues were EV_Delete and so on but this "argument" with SeagateDriver and the System keeps featuring - sometimes the issues scrolls on and on - if the drives are attached - this sample is from todays startup without them attached!
    I have searched for it with Spotlight and continue to find nothing
    21/04/11 6:02:22 PM          kernel          Warning - com.seagate.driver.PowSecDriverCore declares no kernel dependencies; using com.apple.kernel.6.0.
    is followed three lines later by
    21/04/11 6:02:22 PM          kernel          com_seagate_IOPowSecCore overriding init
    21/04/11 6:02:22 PM          kernel          com_seagate_IOPowSecCore overriding init
    21/04/11 6:02:22 PM          kernel          com_seagate_IOPowSecCore overriding init
    21/04/11 6:02:22 PM          kernel          com_seagate_IOPowSecCore: No ValidUSBVendor found
    21/04/11 6:02:22 PM          kernel          com_maxtor_IOPowSec00_10_5: GetVendorAndModelIDInfo failed
    21/04/11 6:02:22 PM          kernel          com_seagate_IOPowSecCore overriding init
    21/04/11 6:02:22 PM          kernel          com_seagate_IOPowSecCore: No ValidUSBVendor found
    21/04/11 6:02:22 PM          kernel          com_seagate_IOPowSec00_10_5: GetVendorAndModelIDInfo failed
    21/04/11 6:02:15 PM          com.apple.launchd[1]          *** launchd[1] has started up. ***
    Does anyone have ideas about how I might find it and get rid of it?
    The MacBook is 10.6.4

    Try booting up into Safe Mode, this should stop the seagate drivers from loading to start with and then theres a few things you can try to sort this out, not in any particular order they are:
    Check the Login Items by going to Apple -> System prefs -> Account then clicking Login Items, if theres a Seagate application opening try deleting it from login items with the minus.
    Try updating your software to the latest Mac OS version ( which is 10.6.7 ) by going Apple -> Software Update
    Boot to your install disk and Verify/Repair Disk using the Disk Utility to sort out any file system errors.

  • Corrupted Library File. Recoverable?

    my computer crashed while in the process of downloading some songs and when i turned it back on again my itunes library file was corrupted and instead of having roughly 8000 songs and 45 playlists i had 3000 songs and zero playlists. is there any way to recover the library file or do i have to individually reload each song?

    If the article was no help then you can try - drag the iTunes Library file to the desk top. When you open iTunes another fresh file will be generated. If you have the 'copy' feature enabled then disable that feature. I am assuming that you use the 'keep' feature. If not then it is a good idea to use it.
    With iTunes open - +O - and you can add tunes back to the Library data base file - Select some tunes and add them back. Try to select some tunes that you knew were in a PL. What happens? If you don't like what is showing up then you can close iTunes and take out the new iTunes Library file and put the one on the desk top back in place. No harm done as you had the 'copy' feature turned off.
    MJ

  • JAX-RPC wscompile modeler error

    I run wscompile with the following arguments:
    -verbose -keep -features:documentliteral -gen:both -d generated -nd other -s source -model model.txt config.xmlI am getting an error message running JAX-RPCs wscompile tool against my WSDL. The error message is:
    error: modeler error: model error: undeclared namespace prefix: ""
    Unfortunately, this message doesn't give me enough information to begin locating the problem.
    Has anyone else run into this problem?
    I am running JWSSDK 1.2 on Windows XP w/JDK 1.4.1.
    Thanks,
    Chris

    i think you should use the encoding and the use
    specified bythe wsdl and try to override it. Also
    i would encourage you to do this in 2 steps.
    As you are starting from a wsdl :
    wscompile -import -verbose -keep -d generated -nd other -s source -model model.gz config.xml
    then have a config.xml for the client which would
    allow you to do
    wscompile -gen:client -verbose -keep -d generated -nd other -s source config-client.xml
    Also please check the validity of the wsdl or post it back on.

  • Using the DPS

    At my new job they want us to start creating versions of certain marketing books for the iPad. It was originally decided that we should use iBooks Author but it seems a waste of time to have to create the print version in InDesign and then recreate it in iBooks Author (especially since there are so many design limitations with that program). Since the books are very image heavy and they really want us to keep features like the gallery widgets, just exporting the InDesign document as an ePub doesn't seem like it will work. From what I understand the Digital Publishing Suite is the best option but I'm still not really sure how the actual publishing portion works. As I understand it the completed folios get published as an app? Does this mean each 15-20 page marketing book would get published as a separate app or could each "issue" be within one app so that way the people who need to view it only have to download one app at a time? Is there any better, more economical option aside from the DPS? Especially since we're using CS6 and not the Creative Cloud
    Any help would be really appreciated, I'm a little overwhelmed

    Moved to DPS forum.
    First you need to get a handle on single edition vs multi folios. Give this a read and then come back with more specific questions.
    http://boblevine.us/digital-publishing-suite-101-single-edition-vs-multi-folio-apps/

  • Try block without a catch block

    Hai!
    I heared that java developers to make the java a familiear one used the syntax like c++. But i am surprised after seeing that
    in java a try block is allowed with out a catch block if it has a finally block
    1) i can't imagine such a situation. What is the use in doing so
    2) Why java developers sacrificed the familierity in this issue.
    clarify me.
    Bye

    in java a try block is allowed with out a catch block
    if it has a finally block
    1) i can't imagine such a situation. What is the use
    in doing soWhen you want to do cleanup on the way out, regardless of whether the try block completes normally (executes its last statement) or abrubtly (return, exception thrown, break, continue).
    2) Why java developers sacrificed the familierity in
    this issue.I didn't sacrifce any familiarity. Keeping something the same as C++ for reasons of "familiarity" would be stupid. If it's just going to be the same as C++, why make a new laguage? You keep or don't keep features based on your assessment of their value in achieving the goals that you've set for your language. "Familiarity" was not likely an important goal for the creators of Java, and I'm glad for that.

  • What resolutions to simulate video?

    I'm making screen movies off of my Mac for some "how to" tutorials. I want to minimize scaling artifacts to keep features as legible as possible.
    What size should the videos be to be most compatible with --
    Regular video?
    DV?
    HD (720,1080)?
    Am I barking up the wrong tree?
    My motivation for asking is that I made some videos already that are 960x640, and it's taking forever to edit the video because the CPU appears to be continually crunching the weird format. I'd like to try again.
    TIA
    r.

    Sorry to keep replying to myself, but I hope that the information will be useful to somebody in the future.
    In experimentation, I also discovered that 4:3 DV is packed to 640x480, but 16:9 anamorphic DV retains the 720x480 resolution.

  • Artists Names

    I would like to know if it is possible to do this...
    I hate when song titles have names of artists on and i like to keep featuring artist in the artist section only.
    the only problem is many artist albums will not group together on my ipod because the files come up as seperate artists.
    example:
    nelly feat. someone2
    nelly feat. unknown
    nelly feat. random
    is there a way to keep the main artist as nelly as this would mean all his album would be in not in several
    please help as i would like to try and keep my itunes organised.
    Message was edited by: iPodforever

    You could create playlists containing a particular artist's music or you could browse for the album instead of browsing for the artist.
    Because of the vast numbers of similarly named artists, iTunes will not clump different artist names into one artist, unless it is only a matter of capitalization (the as opposed to The, etc.).

Maybe you are looking for

  • Re-installation of Acrobat fails for allegedly wrong serial number

    Hi. I have problems re-installing Acrobat 8 (CS3) on Windows 7 64bit, the program claims a wrong serial number. By mistake of course, since I use the original DVD. The history seems to be important. History: I installed CS3 years ago, including Acrob

  • Handling SOAP Fault Message in BPM

    Hello XI SDN'ers, I am getting SOAP Fault Message in my SOAP Scenario and I am not aware of Handling that error in my BPM. Could any one tell me, How to handle such error's in BPM? Thanks & Regards, Satish.

  • Standard SO type overwrites transaction variant

    Hi all, We have configured transaction variant for VA01 for certain sales order types. It is working fine for those SO types. The problem is when we use any other SO type where the transaction variant is not used then for the next entry of SO type (w

  • Change defaults on guest account

    Hi. I've been searching for this answer for a couple of hours now. And the only tricks i've found was to old i think. (from 2008-2011) I want to change the default settings on my guest account. The dock, startpage on safari, background and so on. I h

  • Error -45054 starting up itunes

    During starting up, itumes give an unknown problem error -45054. The program cannot be used and closes.