Looking for memory combatibilite list

 Hi all
I'm thinking of buying the MSI Z87 GD65 Gaming board,  I'm also buying new memory for the board and I'd like to know which memory is supported?
I've looked on google and also searched through the support section of the MSI site with no luck.
Can anyone post a list of approved Memory types for me?
Penfolde

http://www.msi.com/product/mb/Z87GD65_GAMING.html#support <--- click on memory support and it will give you a list of tested RAM on the board also there is a OC memory support list too

Similar Messages

  • Looking for memory card(s), GPX MP3 player

    I have a GPX MP3 digital player, the MW3337, and am looking for memory card(s) as it only holds 1GB.  I do not have the manual any more.  My questions are; What have you used and liked for memory cards, what will work best for this model, and any other information that is relevant to the MW3337 and memory cards.  thanks

    Hey drumset09 -
    In examining this unit, it appears that any SD card or MMC card will work for this unit.  You have options up to 16 gb presently.  I would recommend whatever size will fit your needs.  There is a plethora of choices out there these days.  
    I hope this helps!
    Dorothy
    Community Connector
    Best Buy® Corporate
    Dorothy|Social Media Supervisor | Best Buy® Corporate
     Private Message

  • Looking for the right List...

    Hi there!
    I want to use a List class to hold a potentially large number of elements. I don't care about randomly accessing elements; only Iterators will be used to iterate through the List. What I mostly care about is storage overhead and garbage collection.
    ArrayList and Vector have the problem of re-allocating memory and copying their internal array as you add elements - in case you don't know the exact number beforehand, which is my case.
    On the other hand, LinkedList creates a new object for each element you put in the List. All these objects will have to be garbage collected at some time, and this takes resources. In my case, I could have 10s or 100s of objects, each creating its own List with 10s or 100s of objects.
    So, essentially, I'm looking for the best trade-off. Anybody done some stress-testing?
    Thanks a lot!
    Vagelis

    Well... it depends.
    If you know up front how many entries there are going to be in each list and the lists are fairly stable then you'd be best off going with an ArrayList. If there's a lot of addition and removal of items in the list and you have no clue how many objects there are going to be in each list, then you might be better with a LinkedList. It may also depend on how you remove entries from the list (by index or by object value) or whether you just throw a whole list away and start again.
    Personally I've used ArrayLists of ArrayLists containing 10s or 10000s of objects and "been okay", by which I mean this has never been the performance bottleneck in my system.
    In extremis (particularly if performance is really critical and you know quite a lot about how your objects are to be organised) it might be more sensible to roll your own implementation (for example, if an object appears only in one list at a time then it could be made "Listable" and hold its own forward and backward references to aid in its insertion in a linked list).
    If you can give some more information on the exact required behaviour then people can help more.
    In the meantime my recommendation is to use an ArrayList and if performance becomes a problem, profile the execution later and consider switching.

  • I am looking for a ToDo list app that will run on both MacBook Pro

    Good morning,
    I am looking for a To Do List app that will run on both a iPhone 4S & MacBook Pro that will synch via iCloud?  Thanks for any help offered......Pat O'Brien

    Reminders should work...
    Clinton

  • Looking for iTunes Store Lists

    Hello!  Once upon a time, the iTunes store used to have these great lists, though I don't think they were called "lists," but they had hundreds of these compilations in every genre imaginable.  Examples I recall included British Punk, Women in Rap, 60s Psychedelic ... well, as I said, there were hundreds of these and they got pretty specific (like East Coast Punk, West Coast Punk ...).  Usually they had 25 kind of intro songs (they had a name for this, I don't recall); 25 deeper cuts, and 25 Deep Cuts (I'm pretty sure they called it this) and you could buy each song, each set of 25, or all 75 songs.  Does this sound familiar to anyone?  If so, are these still on the iTunes store?  And if so, can you tell me how to access them?  I can't find them no matter what I try. I loved those compilations, and am looking for some "genre" music now for a party and would love to peruse them again.
    Thanks!!
    - BH

    Make a new playlist in iTunes called Shopping List (or whatever you like)
    Drag tracks from the store listing to that new playlist. From that playlist you can listen to the preview or add it to a shopping cart at your convenience.

  • Looking for a specific list of modules included in Oracle Vision demo

    Hi All,
    I am trying to find out which EBS modules are included when you install Oracle Vision demo db. My client no longer has the Vision db installed and before I reinstall it, I'd like to know what I will get. For example, is GRC included and what is the lastest ver/rel that I should install to get the latest?
    Thanks in advance for your help.

    T Michaels wrote:
    Hi All,
    I am trying to find out which EBS modules are included when you install Oracle Vision demo db. My client no longer has the Vision db installed and before I reinstall it, I'd like to know what I will get. For example, is GRC included and what is the lastest ver/rel that I should install to get the latest?
    Thanks in advance for your help.I do not think you will find the list of modules documented. However IINM, vision demo database is similar to any fresh EBS installation except for more installed modules and data, so if you refer to any fresh installed EBS instance you should get the list of modules.
    Solution Beacon provides free access to 11i and R12 Vision Demo instances. You can access 11i and R12 Vision Demo instances through the following links:
    Release 11i Vision Instances
    http://www.solutionbeacon.com/tools_r11ivision.htm
    Release 12 Vision Instances
    http://www.solutionbeacon.com/tools_r12vision.htm
    You may also refer to eTRM and EBS docs webites -- http://etrm.oracle.com/ and http://docs.oracle.com/cd/E18727_01/index.htm
    You can download a vision VM template from http://www.oracle.com/technetwork/server-storage/vm/ebs-093153.html
    Thanks,
    Hussein

  • In the last week, Safari is unexpectedly quitting.  I'm running mac 10.4.11 system and Safari 4.1.3 version.  I have looked for the files listed on other helps in my library/cache and do not see them.  I have copy of report-don't know how to send it here.

    Date/Time:      2011-12-26 10:40:24.451 -0500
    OS Version:     10.4.11 (Build 8S2167)
    Report Version: 4
    Command: Safari
    Path:   /Applications/Safari.app/Contents/MacOS/Safari
    Parent: WindowServer [374]
    Version:        4.1.3 (4533.19.4)
    Build Version: 1
    Project Name:  WebBrowser
    Source Version: 75331904
    PID:   398
    Thread: 0
    Exception: EXC_BAD_ACCESS (0x0001)
    Codes:      KERN_PROTECTION_FAILURE (0x0002) at0x00000000
    Thread 0 Crashed:
    0  libobjc.A.dylib                           0x90a59387objc_msgSend + 23
    1  com.apple.WebKit                          0x0102483e-[WebHTMLView(WebPrivate) close] + 156
    2  com.apple.WebKit                          0x0102475c-[WebHTMLView dealloc] + 74
    3  com.apple.AppKit                          0x9329354b-[NSView release] + 180
    4  com.apple.Foundation                       0x927e72cfNSPopAutoreleasePool + 530
    5  com.apple.Foundation                       0x92867904-[NSURLConnection(NSURLConnectionInternal) _sendCallbacks] + 951
    6  com.apple.Foundation                       0x928674d6_sendCallbacks + 201
    7  com.apple.CoreFoundation                   0x9082cf06CFRunLoopRunSpecific + 1213
    8  com.apple.CoreFoundation                   0x9082ca42CFRunLoopRunInMode + 61
    9  com.apple.HIToolbox                        0x92e01878RunCurrentEventLoopInMode + 285
    10 com.apple.HIToolbox                        0x92e00f82ReceiveNextEventCommon + 385
    11 com.apple.HIToolbox                        0x92e00dd9BlockUntilNextEventMatchingListInMode + 81
    12 com.apple.AppKit                          0x93286f45_DPSNextEvent + 572
    13 com.apple.AppKit                          0x93286b37-[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 137
    14 com.apple.Safari                          0x0000f6f90x1000 + 59129
    15 com.apple.AppKit                          0x932808c4-[NSApplication run] + 512
    16 com.apple.AppKit                          0x93274820NSApplicationMain + 573
    17  com.apple.Safari                          0x0000749b0x1000 + 25755
    18 com.apple.Safari                          0x0010e5120x1000 + 1103122
    19 com.apple.Safari                          0x000072190x1000 + 25113
    Thread 1:
    0  libSystem.B.dylib                         0x90024407semaphore_wait_signal_trap + 7
    1  com.apple.JavaScriptCore                   0x0050ade0***::ThreadCondition::wait(***::Mutex&) + 24
    2  com.apple.WebCore                         0x015eadd0WebCore::IconDatabase::syncThreadMainLoop() + 256
    3  com.apple.WebCore                         0x015e8856WebCore::IconDatabase::iconDatabaseSyncThread() + 192
    4  libSystem.B.dylib                         0x90023d67_pthread_body + 84
    Thread 2:
    0  libSystem.B.dylib                         0x90009817mach_msg_trap + 7
    1  com.apple.CoreFoundation                   0x9082d227CFRunLoopRunSpecific + 2014
    2  com.apple.CoreFoundation                   0x9082ca42CFRunLoopRunInMode + 61
    3  com.apple.Foundation                       0x9285f5da+[NSURLCache _diskCacheSyncLoop:] + 206
    4  com.apple.Foundation                       0x92802cfcforkThreadForFunction + 123
    5  libSystem.B.dylib                         0x90023d67_pthread_body + 84
    Thread 3:
    0  libSystem.B.dylib                         0x90009817mach_msg_trap + 7
    1  com.apple.CoreFoundation                   0x9082d227CFRunLoopRunSpecific + 2014
    2  com.apple.CoreFoundation                   0x9082ca42CFRunLoopRunInMode + 61
    3  com.apple.Safari                          0x00026c6d0x1000 + 154733
    4  com.apple.Safari                          0x00026b260x1000 + 154406
    5  com.apple.Safari                          0x00026aab0x1000 + 154283
    6  libSystem.B.dylib                         0x90023d67_pthread_body + 84
    Thread 4:
    0  libSystem.B.dylib                         0x90024407semaphore_wait_signal_trap + 7
    1  com.apple.JavaScriptCore                   0x00510742***::ThreadCondition::timedWait(***::Mutex&, double) + 74
    2  com.apple.Safari                          0x002ddd660x1000 + 3001702
    3  com.apple.Safari                          0x002dde5c0x1000 + 3001948
    4  com.apple.Safari                          0x0003a0cd0x1000 + 233677
    5  com.apple.Safari                          0x0003a02f0x1000 + 233519
    6  libSystem.B.dylib                         0x90023d67_pthread_body + 84
    Thread 5:
    0  libSystem.B.dylib                         0x90024407semaphore_wait_signal_trap + 7
    1  com.apple.Foundation                       0x92858c60-[NSConditionLock lockWhenCondition:] + 39
    2  com.apple.Syndication                      0x998ce79e-[AsyncDB _run:] + 181
    3  com.apple.Foundation                       0x92802cfcforkThreadForFunction + 123
    4  libSystem.B.dylib                         0x90023d67_pthread_body + 84
    Thread 6:
    0  libSystem.B.dylib                         0x90009817mach_msg_trap + 7
    1  com.apple.CoreFoundation                  0x9082d227CFRunLoopRunSpecific + 2014
    2  com.apple.CoreFoundation                   0x9082ca42CFRunLoopRunInMode + 61
    3  com.apple.Foundation                       0x9283839c+[NSURLConnection(NSURLConnectionInternal) _resourceLoadLoop:] + 259
    4  com.apple.Foundation                       0x92802cfcforkThreadForFunction + 123
    5  libSystem.B.dylib                         0x90023d67_pthread_body + 84
    Thread 7:
    0  libSystem.B.dylib                         0x90019d0cselect + 12
    1  libSystem.B.dylib                         0x90023d67_pthread_body + 84
    Thread 8:
    0  libSystem.B.dylib                         0x90024407semaphore_wait_signal_trap + 7
    1  com.apple.JavaScriptCore                   0x00510742***::ThreadCondition::timedWait(***::Mutex&, double) + 74
    2  com.apple.WebCore                         0x018bb8d2WebCore::LocalStorageThread::threadEntryPoint() + 170
    3  libSystem.B.dylib                         0x90023d67_pthread_body + 84
    Thread 9:
    0  libSystem.B.dylib                         0x90024407semaphore_wait_signal_trap + 7
    1  com.apple.ColorSync                        0x915a96abpthreadSemaphoreWait(t_pthreadSemaphore*) + 35
    2  com.apple.ColorSync                        0x915c3ddcCMMConvTask(void*) + 60
    3  libSystem.B.dylib                         0x90023d67_pthread_body + 84
    Thread 10:
    0  libSystem.B.dylib                         0x90009817mach_msg_trap + 7
    1  com.apple.CoreFoundation                   0x9082d227CFRunLoopRunSpecific + 2014
    2  com.apple.CoreFoundation                   0x9082ca42CFRunLoopRunInMode + 61
    3  com.apple.audio.CoreAudio                  0x91469356HALRunLoop::OwnThread(void*) + 158
    4  com.apple.audio.CoreAudio                  0x91469171CAPThread::Entry(CAPThread*) + 93
    5  libSystem.B.dylib                         0x90023d67_pthread_body + 84
    Thread 11:
    0  libSystem.B.dylib                         0x90009817mach_msg_trap + 7
    1  com.apple.CoreFoundation                   0x9082d227CFRunLoopRunSpecific + 2014
    2  com.apple.CoreFoundation                   0x9082ca42CFRunLoopRunInMode + 61
    3  com.apple.Foundation                       0x928386ca-[NSRunLoop runMode:beforeDate:] + 182
    4  com.apple.Foundation                       0x928385c6-[NSRunLoop run] + 75
    5  com.apple.Safari                           0x000792ff0x1000 + 492287
    6  com.apple.Foundation                       0x92802cfcforkThreadForFunction + 123
    7  libSystem.B.dylib                         0x90023d67_pthread_body + 84
    Thread 12:
    0  libSystem.B.dylib                         0x90024407semaphore_wait_signal_trap + 7
    1  ...lashPlayer-10.4-10.5.plugin             0x120de30funregister_ShockwaveFlash + 47503
    2  ...lashPlayer-10.4-10.5.plugin             0x11cb6f9f0x11c9d000 + 106399
    3  ...lashPlayer-10.4-10.5.plugin             0x120de3fcunregister_ShockwaveFlash + 47740
    4  ...lashPlayer-10.4-10.5.plugin             0x120de440unregister_ShockwaveFlash + 47808
    5  ...lashPlayer-10.4-10.5.plugin             0x120de566unregister_ShockwaveFlash + 48102
    6  libSystem.B.dylib                         0x90023d67_pthread_body + 84
    Thread 13:
    0  libSystem.B.dylib                         0x90024407semaphore_wait_signal_trap + 7
    1  ...lashPlayer-10.4-10.5.plugin             0x120de30funregister_ShockwaveFlash + 47503
    2  ...lashPlayer-10.4-10.5.plugin             0x11cb6f9f0x11c9d000 + 106399
    3  ...lashPlayer-10.4-10.5.plugin             0x120de3fcunregister_ShockwaveFlash + 47740
    4  ...lashPlayer-10.4-10.5.plugin             0x120de440unregister_ShockwaveFlash + 47808
    5  ...lashPlayer-10.4-10.5.plugin             0x120de566unregister_ShockwaveFlash + 48102
    6  libSystem.B.dylib                         0x90023d67_pthread_body + 84
    Thread 14:
    0  libSystem.B.dylib                         0x90047927semaphore_timedwait_signal_trap + 7
    1  ...lashPlayer-10.4-10.5.plugin             0x120de2d7unregister_ShockwaveFlash + 47447
    2  ...lashPlayer-10.4-10.5.plugin             0x11fc45480x11c9d000 + 3306824
    3  ...lashPlayer-10.4-10.5.plugin             0x120de3fcunregister_ShockwaveFlash + 47740
    4  ...lashPlayer-10.4-10.5.plugin             0x120de440unregister_ShockwaveFlash + 47808
    5  ...lashPlayer-10.4-10.5.plugin             0x120de566unregister_ShockwaveFlash + 48102
    6  libSystem.B.dylib                         0x90023d67_pthread_body + 84
    Thread 0 crashed with X86 Thread State (32-bit):
      eax:0x00000000  ebx: 0x010249c6  ecx: 0x90aa344c  edx: 0x101973a0
      edi:0x00000008  esi: 0x0ee3f790  ebp: 0xbfffecb8  esp: 0xbfffec74
       ss:0x0000001f  efl: 0x00010206  eip: 0x90a59387   cs: 0x00000017
       ds:0x0000001f   es:0x0000001f   fs:0x00000000   gs: 0x00000037
    Binary Images Description:
       0x1000 -   0x330fffcom.apple.Safari 4.1.3 (4533.19.4)            /Applications/Safari.app/Contents/MacOS/Safari
      0x505000-   0x6ddfffcom.apple.JavaScriptCore 4533.19 (4533.19.1)            /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x1008000-  0x10f5fff com.apple.WebKit4533.19 (4533.19.4)            /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x119a000-  0x1448fff com.apple.QuartzCore1.4.13            /System/Library/PrivateFrameworks/Safari.framework/Frameworks/QuartzCore.framew ork/Versions/A/QuartzCore
    0x14dc000-  0x15bafff libxml2.2.dylib             /usr/lib/libxml2.2.dylib
    0x15e6000-  0x20a7fff com.apple.WebCore4533.19 (4533.19.4)            /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x11593000 - 0x11596fff com.macromedia.Flash Player.plugin10.3.183.11            /Library/InternetPlug-Ins/Flash Player.plugin/Contents/MacOS/Flash Player
    0x11c9d000 - 0x126ebfffcom.macromedia.FlashPlayer-10.4-10.5.plugin 10.3.183.11            /Library/InternetPlug-Ins/FlashPlayer.plugin/Contents/PlugIns/FlashPlayer-10.4- 10.5.plugin/Contents/MacOS/FlashPlayer-10.4-10.5
    0x8fe00000 - 0x8fe4afff dyld 46.16            /usr/lib/dyld
    0x90000000 - 0x90171fff libSystem.B.dylib             /usr/lib/libSystem.B.dylib
    0x901c1000 - 0x901c3fff libmathCommon.A.dylib             /usr/lib/system/libmathCommon.A.dylib
    0x901c5000 - 0x90202fff com.apple.CoreText 1.1.3 (???)            /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90229000 - 0x902fffff ATS             /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x9031f000 - 0x90774fff com.apple.CoreGraphics 1.258.85(???)            /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x9080b000 - 0x908d3fff com.apple.CoreFoundation 6.4.11(368.35)            /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x90911000 - 0x90911fff com.apple.CoreServices 10.4 (???)            /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x90913000 - 0x90a07fff libicucore.A.dylib             /usr/lib/libicucore.A.dylib
    0x90a57000 - 0x90ad6fff libobjc.A.dylib             /usr/lib/libobjc.A.dylib
    0x90aff000 - 0x90b63fff libstdc++.6.dylib             /usr/lib/libstdc++.6.dylib
    0x90bd2000 - 0x90bd9fff libgcc_s.1.dylib             /usr/lib/libgcc_s.1.dylib
    0x90bde000 - 0x90c51fff com.apple.framework.IOKit 1.4.8 (???)            /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90c66000 - 0x90c78fff libauto.dylib             /usr/lib/libauto.dylib
    0x90c7e000 - 0x90f24fff com.apple.CoreServices.CarbonCore682.31 (682.32)            /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90f67000 - 0x90fcffff com.apple.CoreServices.OSServices4.1            /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x91008000 - 0x91047fff com.apple.CFNetwork 129.24            /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x9105a000 - 0x9106afff com.apple.WebServices 1.1.3 (1.1.0)            /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x91075000 - 0x910f4fff com.apple.SearchKit 1.0.8            /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x9112e000 - 0x9114cfff com.apple.Metadata 10.4.4 (121.36)            /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x91158000 - 0x91166fff libz.1.dylib             /usr/lib/libz.1.dylib
    0x91169000 - 0x91308fff com.apple.security 4.5.2 (29774)            /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x91406000 - 0x9140efff com.apple.DiskArbitration 2.1.2            /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x91415000 - 0x9141cfff libbsm.dylib             /usr/lib/libbsm.dylib
    0x91420000 - 0x91446fff com.apple.SystemConfiguration 1.8.6            /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91458000 - 0x914cefff com.apple.audio.CoreAudio 3.0.5            /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x9151f000 - 0x9151ffff com.apple.ApplicationServices 10.4(???)            /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x91521000 - 0x9154dfff com.apple.AE 316.3            /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x91560000 - 0x91634fff com.apple.ColorSync 4.4.13            /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x9166f000 - 0x916ecfff com.apple.print.framework.PrintCore4.6 (177.13)            /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x91719000 - 0x917c2fff com.apple.QD 3.10.28 (???)            /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x917e8000 - 0x91833fff com.apple.HIServices 1.5.2 (???)            /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x91852000 - 0x91868fff com.apple.LangAnalysis 1.6.3            /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x91874000 - 0x9188efff com.apple.FindByContent 1.5            /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x91898000 - 0x918d5fff com.apple.LaunchServices 183.1            /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x918e9000 - 0x918f5fff com.apple.speech.synthesis.framework3.5            /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x918fc000 - 0x9193cfff com.apple.ImageIO.framework 1.5.9            /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x9194f000 - 0x91a01fff libcrypto.0.9.7.dylib             /usr/lib/libcrypto.0.9.7.dylib
    0x91a47000 - 0x91a5dfff libcups.2.dylib             /usr/lib/libcups.2.dylib
    0x91a62000 - 0x91a80fff libJPEG.dylib             /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91a85000 - 0x91ae4fff libJP2.dylib             /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91af6000 - 0x91afafff libGIF.dylib             /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91afc000 - 0x91b84fff libRaw.dylib             /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91b88000 - 0x91ba3fff libPng.dylib             /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91ba8000 - 0x91baafff libRadiance.dylib             /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91ca7000 - 0x91ce6fff libTIFF.dylib             /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91cec000 - 0x91cecfff com.apple.Accelerate 1.3.1(Accelerate 1.3.1)            /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91cee000 - 0x91d7cfff com.apple.vImage 2.5            /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91d83000 - 0x91d83fff com.apple.Accelerate.vecLib 3.3.1(vecLib 3.3.1)            /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91d85000 - 0x91ddefff libvMisc.dylib             /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x91de7000 - 0x91e0bfff libvDSP.dylib             /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x91e13000 - 0x9221cfff libBLAS.dylib             /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x92256000 - 0x9260afff libLAPACK.dylib             /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92637000 - 0x92724fff libiconv.2.dylib             /usr/lib/libiconv.2.dylib
    0x92726000 - 0x927a4fff com.apple.DesktopServices 1.3.7            /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x927e5000 - 0x92a1dfff com.apple.Foundation 6.4.12 (567.42)            /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92b3d000 - 0x92b54fff libGL.dylib             /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92b5f000 - 0x92bb7fff libGLU.dylib             /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92bcb000 - 0x92bcbfff com.apple.Carbon 10.4 (???)            /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92bcd000 - 0x92bddfff com.apple.ImageCapture 3.0.4            /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92beb000 - 0x92bf3fffcom.apple.speech.recognition.framework 3.6            /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x92bf9000 - 0x92bfefff com.apple.securityhi 2.0.1 (24742)            /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x92c04000 - 0x92c95fff com.apple.ink.framework 101.2.1 (71)            /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x92ca9000 - 0x92cacfff com.apple.help 1.0.3 (32.1)            /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x92caf000 - 0x92ccdfff com.apple.openscripting 1.2.7 (???)            /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x92cdf000 - 0x92ce5fff com.apple.print.framework.Print 5.1(192.3)            /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x92ceb000 - 0x92d4efff com.apple.htmlrendering 66.1 (1.1.3)            /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x92d72000 - 0x92db3fff com.apple.NavigationServices 3.4.4(3.4.3)            /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x92dda000 - 0x92de7fff com.apple.audio.SoundManager 3.9.1            /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x92dee000 - 0x92df3fff com.apple.CommonPanels 1.2.3 (73)            /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x92df8000 - 0x930edfff com.apple.HIToolbox 1.4.10 (???)            /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x931f3000 - 0x931fefff com.apple.opengl 1.4.16            /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x93203000 - 0x9321efff com.apple.DirectoryService.Framework3.2            /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x9326e000 - 0x9326efff com.apple.Cocoa 6.4 (???)            /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x93270000 - 0x93926fff com.apple.AppKit 6.4.10 (824.48)            /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x93ca7000 - 0x93d22fff com.apple.CoreData 91 (92.1)            /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x93d5b000 - 0x93e14fff com.apple.audio.toolbox.AudioToolbox1.4.7            /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x93e57000 - 0x93e57fff com.apple.audio.units.AudioUnit1.4.2            /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x94060000 - 0x940a1fff libsqlite3.0.dylib             /usr/lib/libsqlite3.0.dylib
    0x940a9000 - 0x940e3fff libGLImage.dylib             /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x940e8000 - 0x940fefff com.apple.CoreVideo 1.4.2            /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x94198000 - 0x941d6fff com.apple.vmutils 4.0.2 (93.1)            /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x9421a000 - 0x9422afff com.apple.securityfoundation 2.2.1(28150)            /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x94237000 - 0x94274fff com.apple.securityinterface 2.2.1(27695)            /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x94290000 - 0x9429ffff libCGATS.A.dylib             /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x942a6000 - 0x942b1fff libCSync.A.dylib             /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x942fd000 - 0x94317fff libRIP.A.dylib             /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x9431d000 - 0x9463cfff com.apple.QuickTime 7.6.4 (1327.73)            /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x94700000 - 0x9470efff com.apple.framework.Apple80211 4.5.5(455.2)            /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x947c2000 - 0x94908fff com.apple.AddressBook.framework4.0.6 (490)            /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x94994000 - 0x949a3fff com.apple.DSObjCWrappers.Framework1.1            /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x949aa000 - 0x949d3fff com.apple.LDAPFramework 1.4.2(69.1.1)            /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x949d9000 - 0x949e8fff libsasl2.2.dylib             /usr/lib/libsasl2.2.dylib
    0x949ec000 - 0x94a11fff libssl.0.9.7.dylib             /usr/lib/libssl.0.9.7.dylib
    0x94a1d000 - 0x94a3afff libresolv.9.dylib             /usr/lib/libresolv.9.dylib
    0x94f5c000 - 0x94f94fff com.apple.PDFKit 1.0.4            /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x95ec0000 - 0x95ec0fff com.apple.vecLib 3.3.1 (vecLib3.3.1)            /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x96598000 - 0x9659dfff com.apple.agl 2.5.9 (AGL-2.5.9)            /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x96f69000 - 0x97040fff com.apple.QuartzComposer 1.2.6(32.25)            /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x970c9000 - 0x970c9fff com.apple.quartzframework 1.0            /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x978a0000 - 0x98797fffcom.apple.QuickTimeComponents.component 7.6.4 (1327.73)            /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x98f2c000 - 0x98f55fff com.apple.CoreMediaPrivate 15.0            /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMed iaPrivate
    0x998cb000 - 0x99902fff com.apple.Syndication 1.0.8 (56.1)            /System/Library/PrivateFrameworks/Syndication.framework/Versions/A/Syndication
    0x9b518000 - 0x9b558fff com.apple.CoreMediaIOServicesPrivate20.0            /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions /A/CoreMediaIOServicesPrivate
    0x9b8e1000 - 0x9b8f3fff com.apple.SyndicationUI 1.0.8 (56.1)            /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
    0x9fefc000 - 0x9ffaafff com.apple.QTKit 7.6.4 (1327.73)            /System/Library/Frameworks/QTKit.framework/QTKit
    Model: iMac4,1, BootROM IM41.0055.B08, 2 processors, IntelCore Duo, 1.83 GHz, 512 MB
    Graphics: ATI Radeon X1600, ATY,RadeonX1600, PCIe, 128 MB
    Memory Module: BANK 1/DIMM1, 512 MB, DDR2 SDRAM, 667 MHz
    AirPort: spairport_wireless_card_type_airport_extreme(0x14E4, 0x89), Broadcom BCM43xx 1.0 (4.170.46.9)
    Bluetooth: Version 1.9.5f4, 2 service, 1 devices, 1 incomingserial ports
    Network Service: Built-in Ethernet, Ethernet, en0
    Serial ATA Device: ST3160023AS, 149.05 GB
    Parallel ATA Device: MATSHITADVD-R   UJ-846
    USB Device: Built-in iSight, Micron, Up to 480 Mb/sec, 500mA
    USB Device: MP500, Canon, Up to 480 Mb/sec, 500 mA
    USB Device: Hub in Apple Pro Keyboard, Mitsumi Electric, Upto 12 Mb/sec, 500 mA
    USB Device: Apple Optical USB Mouse, Mitsumi Electric, Up to1.5 Mb/sec, 100 mA
    USB Device: Apple Pro Keyboard, Mitsumi Electric, Up to 12Mb/sec, 250 mA
    USB Device: Bluetooth USB Host Controller, Apple, Inc., Upto 12 Mb/sec, 500 mA
    USB Device: IR Receiver, Apple Computer, Inc., Up to 12Mb/sec, 500 mA

    Hello,
    There are no files like that in that folder (com.apple.safari).  They all have long numbers with .jpeg or .png at the end.  That's what I meant by I cannot find any files like those mentioned in all the helps I read today.  BTW-it's still crashing - no particular pattern to it at all.
    The only two things I have downloaded recently is a new version of Flash and a Mac-driven update to Office.
    Thank you very much for your attempt to help us.
    J.

  • Looking for memory leak in labview 6.02

    dear all,
    my labview program needs an increasing amount of memory when running (at the time about 12k/s) which leads to swapping memory on my hdd.
    i have found out that calling cluster references like Controls[] or decos[] leads to this kind of memory leak and made a work around for that (simply calling it only once at runtime) but there are more memory leak(s)which i cannot find. The bugs that i have found searching the labview resources does not answer my problem.
    does anybody already found out more memory leak problems ?
    thanks

    I have been seeing similar behavior; I too have not found all the
    leaks. I think I have slowed the allocation by replacing some of my
    'build array' functions with the combination of 'initialize array'
    followed by 'replace array subset'. The drawback to doing it this way
    is that you have a fixed maximum number of elements allocated just once
    rather than allowing an array to grow incrementally. Please let me know
    if you try removing build arrays and if that helps.
    By the way, there is a checkbox under the options menu to deallocate
    memory as soon as possible - if you don't mind that your program runs
    more slowly, this may help to avoid the problem, at least temporarily.
    -vinny
    ciossek wrote:
    > dear all,
    > my labview program needs an increasing amount of memo
    ry when running
    > (at the time about 12k/s) which leads to swapping memory on my hdd.
    > i have found out that calling cluster references like Controls[] or
    > decos[] leads to this kind of memory leak and made a work around for
    > that (simply calling it only once at runtime) but there are more
    > memory leak(s)which i cannot find. The bugs that i have found
    > searching the labview resources does not answer my problem.
    >
    > does anybody already found out more memory leak problems ?
    >
    > thanks

  • Looking for the folders list

    Hello all,
    I'm trying to find out how to access a folder, for which I
    have persmission, so that I can drop a PDF in thee to connect to
    the page. It is only possible to browse to pages that you can edit
    or can you actually see what's inside the folders? How does one go
    about doing this . . .
    This is all new to me, please someone help!!
    Thanks in advance

    Edit the page you want the link on.
    Select the text you want linked.
    Create a link to a file on your computer (and select the PDF)
    Publish the page you just edited. The PDF will get published
    alongside
    it (or in a specified folder, depending on how you configure
    it.)
    Contribute tries to simplify things. Sometimes it succeeds.
    how-does-it-work wrote:
    > Hello all,
    >
    > I'm trying to find out how to access a folder, for which
    I have persmission,
    > so that I can drop a PDF in thee to connect to the page.
    It is only possible to
    > browse to pages that you can edit or can you actually
    see what's inside the
    > folders? How does one go about doing this . . .
    >
    > This is all new to me, please someone help!!
    >
    > Thanks in advance
    >

  • I'm looking for a list of parameters for qt media player?

    I'm looking for a list of parameters for qt media player?

    I was looking for Apple's list of quicktime parameter embed tags attributes. Fruitless search through Apple Support, however I Googled and found the information I was looking for. Thanks for contacting me.

  • Looking for a nice calendar component

    Hello there:
    I am looking for a drop list swing component which will have a drop down calendar; the textfield of the component should be editable too; also, it's free. :-)
    Thanks for your recommendation,
    Sway

    hey i have created a component which may be helpful for u, if you want i can give you the source if u want the source then please mail me, u r free to change any part of the code and use it
    mail me at [email protected]

  • JDBC - looking for 3rd party vendor of toolkit

    NI sells an SQL toolkit for interacting with ODBC-compliant database
    software on Windows systems, but does not make make an analogous product
    for Unix systems, where database software (generally) uses the JDBC
    protocol.
    We are looking for the latter. Does anyone out there know of a
    third-party vendor of a JDBC toolkit?
    Thanks for any help.
    Chris

    That is not what the answer is.
    I don't think you read the message above or are familar with Oracle. The database does indeed support the generated keys through their "sequence" objects.
    Also if you look above, both BEA and I-Net Software have a driver which supports this method.
    What I am looking for is a list of any other 3rd party drivers, particularly if there is an open source one, that way I can evaluate which is best for my project.
    Matt

  • Look for histroy of sql statement executed in database

    is there a way to look for histroy or list of sql statement executed in database.?
    similar to history command in linux or bash shell.

    The newer <a href="http://download.oracle.com/docs/cd/B19306_01/server.102/b14237/dynviews_2131.htm">v$sqlstats</a> (10g) is recommended over v$sql as (according to the documentation) it's "faster, more scalable, and has a greater data retention (the statistics may still appear in this view, even after the cursor has been aged out of the shared pool)", although it's missing a couple of the columns v$sql has.
    The history version (if you are licenced for AWR, which is part of the extra-cost Diagnostics Pack - you may not be licenced to use it even if the dictionary views are installed) is DBA_HIST_SQLSTAT.

  • Color names in Java code format.  Looking for the 216 safe colors.

    Color names and associated values are available in HTML format; I am looking for such a list in Java code.
    thanks for any help.

    // Since I could not find it, I pasted it up myself.
    // Since I think it is useful and cool, I am sharing it.
    import java.awt.Color;
    Java class of the standard non-standard "safe" browser colors.
    View and choose colors grouped by color at
    <http://halflife.ukrpack.net/csfiles/help/colors.shtml>
    or others.
    Colors in this alpha ordered list are presumed to correspond.
    public class Colors {
    public static final Color AliceBlue = rgb("F0F8FF");
    public static final Color AntiqueWhite = rgb("FAEBD7");
    public static final Color Aqua = rgb("00FFFF");
    public static final Color Aquamarine = rgb("7FFFD4");
    public static final Color Azure = rgb("F0FFFF");
    public static final Color Beige = rgb("F5F5DC");
    public static final Color Bisque = rgb("FFE4C4");
    public static final Color Black = rgb("000000");
    public static final Color BlanchedAlmond = rgb("FFEBCD");
    public static final Color Blue = rgb("0000FF");
    public static final Color BlueViolet = rgb("8A2BE2");
    public static final Color Brown = rgb("A52A2A");
    public static final Color BurlyWood = rgb("DEB887");
    public static final Color CadetBlue = rgb("5F9EA0");
    public static final Color Chartreuse = rgb("7FFF00");
    public static final Color Chocolate = rgb("D2691E");
    public static final Color Coral = rgb("FF7F50");
    public static final Color CornflowerBlue = rgb("6495ED");
    public static final Color Cornsilk = rgb("FFF8DC");
    public static final Color Crimson = rgb("DC143C");
    public static final Color Cyan = rgb("00FFFF");
    public static final Color DarkBlue = rgb("00008B");
    public static final Color DarkCyan = rgb("008B8B");
    public static final Color DarkGoldenRod = rgb("B8860B");
    public static final Color DarkGray = rgb("A9A9A9");
    public static final Color DarkGreen = rgb("006400");
    public static final Color DarkKhaki = rgb("BDB76B");
    public static final Color DarkMagenta = rgb("8B008B");
    public static final Color DarkOliveGreen = rgb("556B2F");
    public static final Color Darkorange = rgb("FF8C00");
    public static final Color DarkOrchid = rgb("9932CC");
    public static final Color DarkRed = rgb("8B0000");
    public static final Color DarkSalmon = rgb("E9967A");
    public static final Color DarkSeaGreen = rgb("8FBC8F");
    public static final Color DarkSlateBlue = rgb("483D8B");
    public static final Color DarkSlateGray = rgb("2F4F4F");
    public static final Color DarkTurquoise = rgb("00CED1");
    public static final Color DarkViolet = rgb("9400D3");
    public static final Color DeepPink = rgb("FF1493");
    public static final Color DeepSkyBlue = rgb("00BFFF");
    public static final Color DimGray = rgb("696969");
    public static final Color DodgerBlue = rgb("1E90FF");
    public static final Color Feldspar = rgb("D19275");
    public static final Color FireBrick = rgb("B22222");
    public static final Color FloralWhite = rgb("FFFAF0");
    public static final Color ForestGreen = rgb("228B22");
    public static final Color Fuchsia = rgb("FF00FF");
    public static final Color Gainsboro = rgb("DCDCDC");
    public static final Color GhostWhite = rgb("F8F8FF");
    public static final Color Gold = rgb("FFD700");
    public static final Color GoldenRod = rgb("DAA520");
    public static final Color Gray = rgb("808080");
    public static final Color Green = rgb("008000");
    public static final Color GreenYellow = rgb("ADFF2F");
    public static final Color HoneyDew = rgb("F0FFF0");
    public static final Color HotPink = rgb("FF69B4");
    public static final Color IndianRed = rgb("CD5C5C");
    public static final Color Indigo = rgb("4B0082");
    public static final Color Ivory = rgb("FFFFF0");
    public static final Color Khaki = rgb("F0E68C");
    public static final Color Lavender = rgb("E6E6FA");
    public static final Color LavenderBlush = rgb("FFF0F5");
    public static final Color LawnGreen = rgb("7CFC00");
    public static final Color LemonChiffon = rgb("FFFACD");
    public static final Color LightBlue = rgb("ADD8E6");
    public static final Color LightCoral = rgb("F08080");
    public static final Color LightCyan = rgb("E0FFFF");
    public static final Color LightGoldenRodYellow = rgb("FAFAD2");
    public static final Color LightGrey = rgb("D3D3D3");
    public static final Color LightGreen = rgb("90EE90");
    public static final Color LightPink = rgb("FFB6C1");
    public static final Color LightSalmon = rgb("FFA07A");
    public static final Color LightSeaGreen = rgb("20B2AA");
    public static final Color LightSkyBlue = rgb("87CEFA");
    public static final Color LightSlateBlue = rgb("8470FF");
    public static final Color LightSlateGray = rgb("778899");
    public static final Color LightSteelBlue = rgb("B0C4DE");
    public static final Color LightYellow = rgb("FFFFE0");
    public static final Color Lime = rgb("00FF00");
    public static final Color LimeGreen = rgb("32CD32");
    public static final Color Linen = rgb("FAF0E6");
    public static final Color Magenta = rgb("FF00FF");
    public static final Color Maroon = rgb("800000");
    public static final Color MediumAquaMarine = rgb("66CDAA");
    public static final Color MediumBlue = rgb("0000CD");
    public static final Color MediumOrchid = rgb("BA55D3");
    public static final Color MediumPurple = rgb("9370D8");
    public static final Color MediumSeaGree = rgb("3CB371");
    public static final Color MediumSlateBlue = rgb("7B68EE");
    public static final Color MediumSpringGreen = rgb("00FA9A");
    public static final Color MediumTurquoise = rgb("48D1CC");
    public static final Color MediumVioletRed = rgb("C71585");
    public static final Color MidnightBlue = rgb("191970");
    public static final Color MintCream = rgb("F5FFFA");
    public static final Color MistyRose = rgb("FFE4E1");
    public static final Color Moccasin = rgb("FFE4B5");
    public static final Color NavajoWhite = rgb("FFDEAD");
    public static final Color Navy = rgb("000080");
    public static final Color OldLace = rgb("FDF5E6");
    public static final Color Olive = rgb("808000");
    public static final Color OliveDrab = rgb("6B8E23");
    public static final Color Orange = rgb("FFA500");
    public static final Color OrangeRed = rgb("FF4500");
    public static final Color Orchid = rgb("DA70D6");
    public static final Color PaleGoldenRod = rgb("EEE8AA");
    public static final Color PaleGreen = rgb("98FB98");
    public static final Color PaleTurquoise = rgb("AFEEEE");
    public static final Color PaleVioletRed = rgb("D87093");
    public static final Color PapayaWhip = rgb("FFEFD5");
    public static final Color PeachPuff = rgb("FFDAB9");
    public static final Color Peru = rgb("CD853F");
    public static final Color Pink = rgb("FFC0CB");
    public static final Color Plum = rgb("DDA0DD");
    public static final Color PowderBlue = rgb("B0E0E6");
    public static final Color Purple = rgb("800080");
    public static final Color Red = rgb("FF0000");
    public static final Color RosyBrown = rgb("BC8F8F");
    public static final Color RoyalBlue = rgb("4169E1");
    public static final Color SaddleBrown = rgb("8B4513");
    public static final Color Salmon = rgb("FA8072");
    public static final Color SandyBrown = rgb("F4A460");
    public static final Color SeaGreen = rgb("2E8B57");
    public static final Color SeaShell = rgb("FFF5EE");
    public static final Color Sienna = rgb("A0522D");
    public static final Color Silver = rgb("C0C0C0");
    public static final Color SkyBlue = rgb("87CEEB");
    public static final Color SlateBlue = rgb("6A5ACD");
    public static final Color SlateGray = rgb("708090");
    public static final Color Snow = rgb("FFFAFA");
    public static final Color SpringGreen = rgb("00FF7F");
    public static final Color SteelBlue = rgb("4682B4");
    public static final Color Tan = rgb("D2B48C");
    public static final Color Teal = rgb("008080");
    public static final Color Thistle = rgb("D8BFD8");
    public static final Color Tomato = rgb("FF6347");
    public static final Color Turquoise = rgb("40E0D0");
    public static final Color Violet = rgb("EE82EE");
    public static final Color VioletRed = rgb("D02090");
    public static final Color Wheat = rgb("F5DEB3");
    public static final Color White = rgb("FFFFFF");
    public static final Color WhiteSmoke = rgb("F5F5F5");
    public static final Color Yellow = rgb("FFFF00");
    public static final Color YellowGreen = rgb("9ACD32");
    public Colors() {  }
    private static Color rgb(String hexValue){
    return(new Color(
    Integer.parseInt(hexValue.substring(0, 2), 16),
    Integer.parseInt(hexValue.substring(2, 4), 16),
    Integer.parseInt(hexValue.substring(4), 16)));

  • Scripting Question for Remote & Command list

    There must be some info on the commands / functions allowed for DVDSP scripting. For instance, how does one know ran = random. div = divide. Can you please point me in that direction. Note: already looked at the 2 tutorial sites suggested and the book authors mentioned, and while those were helpful looking for a comprehensive list, or at least some list like so many of my other programming books contain.
    More advanced question: Does anyone know the scripting conversion for the remote control. For example
    if remote = play jump end....
    or
    if controller = next jump start...
    Not sure what the code would look like, but it must be fairly simple, and someone must know the answer:)
    Thanks!!!

    No probs. If you're more specific we could maybe help more. I mean you could write a script and then make the button target that script, or make all buttons target a script and make decisions based on which button was pressed... but there isn't always much point cause you dont have the interactivity level you do with Flash/Director,
    -jake
    P.S Thanks for coming back to the thread. To help the new system, when you feel the question has been answered can you mark it answered/helpful etc, cheers.

Maybe you are looking for

  • What external HD to use?

    Hello all, Here is the solution I want but i don't know what device to use. Im looking to buy a macbook air, and a thunderbolt bolt display an ~2TB external HDD. Now I have a large HD video collection which naturally will have to be stored on the ext

  • Download file from AL11 into CSV to load MD into BPC

    Hi All I have an issue in downloading file from AL11 which is in the form of CSV. 1) I have exported the masterdata for Costcenter using a Open hub. 2) The file is residing at the app server AL11 in the form of CSV. 3) I want to down load the file in

  • Can I sync from iPad to a Mac as hard drive crashed and data lost

    My iMac hard drive crashed and the data cannot be recovered. Can I sync the iTunes data on my iPad or iPhone back onto the new hard drive?

  • No Surround Sound for TV shows purchaced on iTunes

    When I hook up my PowerBook to my surround sound system, I can't get TV shows and movies downloaded from iTunes to play in surround sound, only mono from the center speaker. All other downloaded or mounted video media, (i.e. avi, or mp4, or DVD files

  • Document Management (DMS) in SharePoint

    Hello All, I'm preparing to setup SharePoint 365 Online to store documents.  We're a small law firm and would like the features Document Center has to offer.  Can someone provide links on an Overview, Samples and Instructions.  I found a very informa