Typing Test

What is the best algorithm to score a typing test?
A user types from a sample. You compare the two samples and determine how accurate the sample is. A missed word, an extra word or a misspelled word are wrong. Having more than 2 spaces between words is also incorrect. Having more than 10 words incorrect in a row is an invalid sample
I have come up with a very complicated algorithm and wonder if there is some genius who came up with an elegent solution to this. Mine, I do not believe, is not elegant.
My Algorithm --
1. Check for extra spaces.
2. Tokenize the sample.
3. Compare the user to the sample word for word until and incorrect word is found.
4. Once an incorrect word is found you must determine if it is incorrectly spelled, extra or there is a missing word. This is done by finding whether the least number of errors exists if it is misspelled, missing or extra out of the next 5 words with the default being misspelled.
5. Follow these procedures to the end.
More abstractly you are comparing two lists and determining the commonality of them
a b c c d e
a b c d e
there is one error here.

I have had a great deal of luck with the Levenshtein. There were still holes in my previous hack algorithm. Levenshtein finds an optimal edit path, but does not find the best path, which is what I really want. I have used the Levenshtein algorithm to make decisions on which direction to take the path and have improved the edit path. Whether or not it is necessarily true (in the proveable sense) I can't tell you.
Heres the basic algorithm now.
compare string a to to string b. b is larger in my case always, so an equal number of b and a tokens are compared.
int distance = 0;
if a[i] != b[i]
error++;
a[i] = b;
distance = Levenshtein(a,b); // computes the distance if you choose this path. I only look ahead 10 (or to then end of the string I am comparing to. )
do the same for an insertion and a removal, finding the best distance between the three possibilities.
You can make better editing decisions this way and come up with a low distance. I'm guessing that if you looked ahead to the end of the string it would be even more accurate, but that would get ugly based depending on the size of the string. Right now there is one iteration of the string and then 3 iterations of 10 for every error.
with a maximum of n + 30n, which is a linear complexity. If you use a length of the entire string its getting closer to N^2.

Similar Messages

  • How do I create a typing test in Adobe Captivate?

    Does anyone know of a widget or some other way that I can create a typing test in Captivate to evaluate a learner's typing speed and accuracy?  Any suggestions would be appreciated.  Thanks.

    I spend a fair amount of time working to learn some Flash and haunted some Flash coder groups on the set. I think I remember seeing some Flash typing practice code that you could buy. If you can get the fla files perhaps some tweaking could be done so that it can talk to Captivate for some score reporting to the instructor. I don't know enough about that sort of thing to be sure, but it would be worth exploring.
    I did a search and there were sevreal hits. THis one looks interesting - http://active.tutsplus.com/tutorials/games/create-a-complete-typing-game-in-flash-with-as3 / . If you have the eLearning Suite, you have Flash available to give it a shot with. I have been gradually learning a little Flash, nothing fancy, mostly drag and drop sorts of things. It isn't too hard to learn, but you need consident time. I get spurts here and there and that has slowed my learning curve down. I start figuring something out and then I get slammed with a high workload and by the time I can get back in to the Flash I forgot much of what I learned and have to relearn it again. sigh. It has a lot of power though and it is always worth learning the tools that make up the tools we use such as Flash, Captivate, Muse, Edge, Dreamweaver, Photoshop, etc. I hope you are like me and you absolutely love the thrill of figuring out how to get an idea to a nice looking and great working product for students. Too many cool tools and ideas and too little time. lol

  • FYI - iPhone Typing Test

    Hey everyone,
    My friend sent me a link for a typing test to test your speed on the keyboard. Enjoy!
    www.iphonetypingtest.com

    Thanks ... cool little test. I'm getting between 20-30 words per minute with about 95% accuracy.
    The site doesn't check accuracy other than telling you if you made mistakes. It also doesn't care if you actually type anything, but if you self-check it's worthwhile.

  • Typing Test (WPM)

    Hello,
    I am trying to create a typing test where I can track words-per-minute as part of a computer basics assessment CBT in Captivate 6.
    I am kinda lost so any help or direction would be awesome.
    Thank you!

    I'm REALLY curious as to how you intended to achieve this assessment in Captivate given that it doesn't have any default functionality that would enable you to count keystrokes or words.

  • When I try to print a test page The printer feeds the paper through the printer without printing

    My printer is set up and Windows XP Home SP3 recognizes it. I have checked the Device Manager to see if I had any conflicts.
    I didn't so I opened the print spooler and typed Test in Windows Notebook and hit print. It showed up in the print spooler but
    the printer located the edge of the page then fed the paper through.  I uninstalled the printer and Printer driver and also the software. After I rebooted Windows found the printer and let me load the drivers and I printed a test page afterward and it printed fine. But then it went back to just feeding the paper through.
    I have the latest windows installer version 4.5 running. All of Windows updates are up to date. I'm lost can anyone Help me

    '''bold text'''I've tried several different virtual pdf printer applications including:
    Foxit pdf printer
    doPDF v 7
    Nitro PDF driver v5
    NovaPDF
    Simpo PDF Creator
    qvPDF
    Virtual PDF Printer
    I took screenshots of the same small section of a sample pdf file saved to pdf using the virtual pdf printer freeware doPDF v7.
    Both test screenshots were taken on the same computer, a laptop running Vista Home Premium.
    You can clearly see the problem!

  • Typing Training Program

    Does anyone knows how to write a java applet/application that can be used to train typing using keyboard (including words per second, errors of typing, etc)?
    Please share with me. Thanks.

    Here's a free typing test done using an Applet.
    http://www.scorpiosite69.freeserve.co.uk/typing.htm

  • Why is my flash content not working on my dreamweaver created html site?

    This is a problem that's happening on my website I'm creating.  I created a quick test website to show you the problem on the fourm.  It's the same problem, and if you can provide the solution to this test website I can apply it to my main website.
    Test website on server:
    test331754952.net23.net
    What I did:
    -launched flash
    -typed "test" and made it spin 360 degrees
    -published swf
    -launched dreamweaver
    -created a site
    -moved swf to site folder
    -saved a html file to the site folder
    -in dreamweaver, went to insert, media, swf, then selected the swf I made
    -it inserted the swf, creating a gray placeholder for it
    -re-saved the html document, at which point dreamweaver created a folder named script and 2 files, an swf, and a javascript file
    Site Directory:
    Scripts Sub-Directory:
    What happens:
    -when I launch the swf on my machine, it plays fine
    -when I open the swf directly on the test website on the server, it plays fine
    -when I open the html with the embended swf on the test website on the server, it shows a gray box, then goes white
    -In dreamweaver, when I go to preview in browser and choose internet explorer, it tells me I don't have new flashplayer(I do: flashplayer 11) 
    Ie also pokes up a box at the bottom that says its not allowing content.  When I click allow content, it creates a gray box
    -In dreamweaver, when I go to preview in borwser and choose google chrome, it tells me flash player has stopped a potentionally unsafe operation.  When I close this dialog box, it gives me a gray box where my swf should be embeded.
    -I've tried changing global flash secuirty setting and it does nothing
    -I've tried visiting the test website on multiple computers in my household to no avail
    -I've tried having friends visit the site on their computer at their house to no avail
    -I did't touch the code on this test website-the code is exactly what dreamweaver generated
    Html Document Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Untitled Document</title>
    <script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
    </head>
    <body>
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="550" height="400" id="FlashID" title="test">
      <param name="movie" value="test.swf" />
      <param name="quality" value="high" />
      <param name="wmode" value="opaque" />
      <param name="swfversion" value="15.0.0.0" />
      <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
      <param name="expressinstall" value="Scripts/expressInstall.swf" />
      <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
      <!--[if !IE]>-->
      <object type="application/x-shockwave-flash" data="test.swf" width="550" height="400">
        <!--<![endif]-->
        <param name="quality" value="high" />
        <param name="wmode" value="opaque" />
        <param name="swfversion" value="15.0.0.0" />
        <param name="expressinstall" value="Scripts/expressInstall.swf" />
        <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
        <div>
          <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
          <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
        </div>
        <!--[if !IE]>-->
      </object>
      <!--<![endif]-->
    </object>
    <script type="text/javascript">
    swfobject.registerObject("FlashID");
    </script>
    </body>
    </html>
    Javascript file code(the one dreamweaver made when I inserted swf):
    /*! SWFObject v2.0 <http://code.google.com/p/swfobject/>
    Copyright (c) 2007 Geoff Stearns, Michael Williams, and Bobby van der Sluis
    This software is released under the MIT License <http://www.opensource.org/licenses/mit-license.php>
    var swfobject = function() {
    var UNDEF = "undefined",
      OBJECT = "object",
      SHOCKWAVE_FLASH = "Shockwave Flash",
      SHOCKWAVE_FLASH_AX = "ShockwaveFlash.ShockwaveFlash",
      FLASH_MIME_TYPE = "application/x-shockwave-flash",
      EXPRESS_INSTALL_ID = "SWFObjectExprInst",
      win = window,
      doc = document,
      nav = navigator,
      domLoadFnArr = [],
      regObjArr = [],
      timer = null,
      storedAltContent = null,
      storedAltContentId = null,
      isDomLoaded = false,
      isExpressInstallActive = false;
    /* Centralized function for browser feature detection
      - Proprietary feature detection (conditional compiling) is used to detect Internet Explorer's features
      - User agent string detection is only used when no alternative is possible
      - Is executed directly for optimal performance
    var ua = function() {
      var w3cdom = typeof doc.getElementById != UNDEF && typeof doc.getElementsByTagName != UNDEF && typeof doc.createElement != UNDEF && typeof doc.appendChild != UNDEF && typeof doc.replaceChild != UNDEF && typeof doc.removeChild != UNDEF && typeof doc.cloneNode != UNDEF,
       playerVersion = [0,0,0],
       d = null;
      if (typeof nav.plugins != UNDEF && typeof nav.plugins[SHOCKWAVE_FLASH] == OBJECT) {
       d = nav.plugins[SHOCKWAVE_FLASH].description;
       if (d) {
        d = d.replace(/^.*\s+(\S+\s+\S+$)/, "$1");
        playerVersion[0] = parseInt(d.replace(/^(.*)\..*$/, "$1"), 10);
        playerVersion[1] = parseInt(d.replace(/^.*\.(.*)\s.*$/, "$1"), 10);
        playerVersion[2] = /r/.test(d) ? parseInt(d.replace(/^.*r(.*)$/, "$1"), 10) : 0;
      else if (typeof win.ActiveXObject != UNDEF) {
       var a = null, fp6Crash = false;
       try {
        a = new ActiveXObject(SHOCKWAVE_FLASH_AX + ".7");
       catch(e) {
        try {
         a = new ActiveXObject(SHOCKWAVE_FLASH_AX + ".6");
         playerVersion = [6,0,21];
         a.AllowScriptAccess = "always";  // Introduced in fp6.0.47
        catch(e) {
         if (playerVersion[0] == 6) {
          fp6Crash = true;
        if (!fp6Crash) {
         try {
          a = new ActiveXObject(SHOCKWAVE_FLASH_AX);
         catch(e) {}
       if (!fp6Crash && a) { // a will return null when ActiveX is disabled
        try {
         d = a.GetVariable("$version");  // Will crash fp6.0.21/23/29
         if (d) {
          d = d.split(" ")[1].split(",");
          playerVersion = [parseInt(d[0], 10), parseInt(d[1], 10), parseInt(d[2], 10)];
        catch(e) {}
      var u = nav.userAgent.toLowerCase(),
       p = nav.platform.toLowerCase(),
       webkit = /webkit/.test(u) ? parseFloat(u.replace(/^.*webkit\/(\d+(\.\d+)?).*$/, "$1")) : false, // returns either the webkit version or false if not webkit
       ie = false,
       windows = p ? /win/.test(p) : /win/.test(u),
       mac = p ? /mac/.test(p) : /mac/.test(u);
      /*@cc_on
       ie = true;
       @if (@_win32)
        windows = true;
       @elif (@_mac)
        mac = true;
       @end
      return { w3cdom:w3cdom, pv:playerVersion, webkit:webkit, ie:ie, win:windows, mac:mac };
    /* Cross-browser onDomLoad
      - Based on Dean Edwards' solution: http://dean.edwards.name/weblog/2006/06/again/
      - Will fire an event as soon as the DOM of a page is loaded (supported by Gecko based browsers - like Firefox -, IE, Opera9+, Safari)
    var onDomLoad = function() {
      if (!ua.w3cdom) {
       return;
      addDomLoadEvent(main);
      if (ua.ie && ua.win) {
       try {  // Avoid a possible Operation Aborted error
        doc.write("<scr" + "ipt id=__ie_ondomload defer=true src=//:></scr" + "ipt>"); // String is split into pieces to avoid Norton AV to add code that can cause errors
        var s = getElementById("__ie_ondomload");
        if (s) {
         s.onreadystatechange = function() {
          if (this.readyState == "complete") {
           this.parentNode.removeChild(this);
           callDomLoadFunctions();
       catch(e) {}
      if (ua.webkit && typeof doc.readyState != UNDEF) {
       timer = setInterval(function() { if (/loaded|complete/.test(doc.readyState)) { callDomLoadFunctions(); }}, 10);
      if (typeof doc.addEventListener != UNDEF) {
       doc.addEventListener("DOMContentLoaded", callDomLoadFunctions, null);
      addLoadEvent(callDomLoadFunctions);
    function callDomLoadFunctions() {
      if (isDomLoaded) {
       return;
      if (ua.ie && ua.win) { // Test if we can really add elements to the DOM; we don't want to fire it too early
       var s = createElement("span");
       try { // Avoid a possible Operation Aborted error
        var t = doc.getElementsByTagName("body")[0].appendChild(s);
        t.parentNode.removeChild(t);
       catch (e) {
        return;
      isDomLoaded = true;
      if (timer) {
       clearInterval(timer);
       timer = null;
      var dl = domLoadFnArr.length;
      for (var i = 0; i < dl; i++) {
       domLoadFnArr[i]();
    function addDomLoadEvent(fn) {
      if (isDomLoaded) {
       fn();
      else {
       domLoadFnArr[domLoadFnArr.length] = fn; // Array.push() is only available in IE5.5+
    /* Cross-browser onload
      - Based on James Edwards' solution: http://brothercake.com/site/resources/scripts/onload/
      - Will fire an event as soon as a web page including all of its assets are loaded
    function addLoadEvent(fn) {
      if (typeof win.addEventListener != UNDEF) {
       win.addEventListener("load", fn, false);
      else if (typeof doc.addEventListener != UNDEF) {
       doc.addEventListener("load", fn, false);
      else if (typeof win.attachEvent != UNDEF) {
       win.attachEvent("onload", fn);
      else if (typeof win.onload == "function") {
       var fnOld = win.onload;
       win.onload = function() {
        fnOld();
        fn();
      else {
       win.onload = fn;
    /* Main function
      - Will preferably execute onDomLoad, otherwise onload (as a fallback)
    function main() { // Static publishing only
      var rl = regObjArr.length;
      for (var i = 0; i < rl; i++) { // For each registered object element
       var id = regObjArr[i].id;
       if (ua.pv[0] > 0) {
        var obj = getElementById(id);
        if (obj) {
         regObjArr[i].width = obj.getAttribute("width") ? obj.getAttribute("width") : "0";
         regObjArr[i].height = obj.getAttribute("height") ? obj.getAttribute("height") : "0";
         if (hasPlayerVersion(regObjArr[i].swfVersion)) { // Flash plug-in version >= Flash content version: Houston, we have a match!
          if (ua.webkit && ua.webkit < 312) { // Older webkit engines ignore the object element's nested param elements
           fixParams(obj);
          setVisibility(id, true);
         else if (regObjArr[i].expressInstall && !isExpressInstallActive && hasPlayerVersion("6.0.65") && (ua.win || ua.mac)) { // Show the Adobe Express Install dialog if set by the web page author and if supported (fp6.0.65+ on Win/Mac OS only)
          showExpressInstall(regObjArr[i]);
         else { // Flash plug-in and Flash content version mismatch: display alternative content instead of Flash content
          displayAltContent(obj);
       else {  // If no fp is installed, we let the object element do its job (show alternative content)
        setVisibility(id, true);
    /* Fix nested param elements, which are ignored by older webkit engines
      - This includes Safari up to and including version 1.2.2 on Mac OS 10.3
      - Fall back to the proprietary embed element
    function fixParams(obj) {
      var nestedObj = obj.getElementsByTagName(OBJECT)[0];
      if (nestedObj) {
       var e = createElement("embed"), a = nestedObj.attributes;
       if (a) {
        var al = a.length;
        for (var i = 0; i < al; i++) {
         if (a[i].nodeName.toLowerCase() == "data") {
          e.setAttribute("src", a[i].nodeValue);
         else {
          e.setAttribute(a[i].nodeName, a[i].nodeValue);
       var c = nestedObj.childNodes;
       if (c) {
        var cl = c.length;
        for (var j = 0; j < cl; j++) {
         if (c[j].nodeType == 1 && c[j].nodeName.toLowerCase() == "param") {
          e.setAttribute(c[j].getAttribute("name"), c[j].getAttribute("value"));
       obj.parentNode.replaceChild(e, obj);
    /* Fix hanging audio/video threads and force open sockets and NetConnections to disconnect
      - Occurs when unloading a web page in IE using fp8+ and innerHTML/outerHTML
      - Dynamic publishing only
    function fixObjectLeaks(id) {
      if (ua.ie && ua.win && hasPlayerVersion("8.0.0")) {
       win.attachEvent("onunload", function () {
        var obj = getElementById(id);
        if (obj) {
         for (var i in obj) {
          if (typeof obj[i] == "function") {
           obj[i] = function() {};
         obj.parentNode.removeChild(obj);
    /* Show the Adobe Express Install dialog
      - Reference: http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=6a253b75
    function showExpressInstall(regObj) {
      isExpressInstallActive = true;
      var obj = getElementById(regObj.id);
      if (obj) {
       if (regObj.altContentId) {
        var ac = getElementById(regObj.altContentId);
        if (ac) {
         storedAltContent = ac;
         storedAltContentId = regObj.altContentId;
       else {
        storedAltContent = abstractAltContent(obj);
       if (!(/%$/.test(regObj.width)) && parseInt(regObj.width, 10) < 310) {
        regObj.width = "310";
       if (!(/%$/.test(regObj.height)) && parseInt(regObj.height, 10) < 137) {
        regObj.height = "137";
       doc.title = doc.title.slice(0, 47) + " - Flash Player Installation";
       var pt = ua.ie && ua.win ? "ActiveX" : "PlugIn",
        dt = doc.title,
        fv = "MMredirectURL=" + win.location + "&MMplayerType=" + pt + "&MMdoctitle=" + dt,
        replaceId = regObj.id;
       // For IE when a SWF is loading (AND: not available in cache) wait for the onload event to fire to remove the original object element
       // In IE you cannot properly cancel a loading SWF file without breaking browser load references, also obj.onreadystatechange doesn't work
       if (ua.ie && ua.win && obj.readyState != 4) {
        var newObj = createElement("div");
        replaceId += "SWFObjectNew";
        newObj.setAttribute("id", replaceId);
        obj.parentNode.insertBefore(newObj, obj); // Insert placeholder div that will be replaced by the object element that loads expressinstall.swf
        obj.style.display = "none";
        win.attachEvent("onload", function() { obj.parentNode.removeChild(obj); });
       createSWF({ data:regObj.expressInstall, id:EXPRESS_INSTALL_ID, width:regObj.width, height:regObj.height }, { flashvars:fv }, replaceId);
    /* Functions to abstract and display alternative content
    function displayAltContent(obj) {
      if (ua.ie && ua.win && obj.readyState != 4) {
       // For IE when a SWF is loading (AND: not available in cache) wait for the onload event to fire to remove the original object element
       // In IE you cannot properly cancel a loading SWF file without breaking browser load references, also obj.onreadystatechange doesn't work
       var el = createElement("div");
       obj.parentNode.insertBefore(el, obj); // Insert placeholder div that will be replaced by the alternative content
       el.parentNode.replaceChild(abstractAltContent(obj), el);
       obj.style.display = "none";
       win.attachEvent("onload", function() { obj.parentNode.removeChild(obj); });
      else {
       obj.parentNode.replaceChild(abstractAltContent(obj), obj);
    function abstractAltContent(obj) {
      var ac = createElement("div");
      if (ua.win && ua.ie) {
       ac.innerHTML = obj.innerHTML;
      else {
       var nestedObj = obj.getElementsByTagName(OBJECT)[0];
       if (nestedObj) {
        var c = nestedObj.childNodes;
        if (c) {
         var cl = c.length;
         for (var i = 0; i < cl; i++) {
          if (!(c[i].nodeType == 1 && c[i].nodeName.toLowerCase() == "param") && !(c[i].nodeType == 8)) {
           ac.appendChild(c[i].cloneNode(true));
      return ac;
    /* Cross-browser dynamic SWF creation
    function createSWF(attObj, parObj, id) {
      var r, el = getElementById(id);
      if (typeof attObj.id == UNDEF) { // if no 'id' is defined for the object element, it will inherit the 'id' from the alternative content
       attObj.id = id;
      if (ua.ie && ua.win) { // IE, the object element and W3C DOM methods do not combine: fall back to outerHTML
       var att = "";
       for (var i in attObj) {
        if (attObj[i] != Object.prototype[i]) { // Filter out prototype additions from other potential libraries, like Object.prototype.toJSONString = function() {}
         if (i == "data") {
          parObj.movie = attObj[i];
         else if (i.toLowerCase() == "styleclass") { // 'class' is an ECMA4 reserved keyword
          att += ' class=" + attObj[i] + "';
         else if (i != "classid") {
          att += ' ' + i + '="' + attObj[i] + '"';
       var par = "";
       for (var j in parObj) {
        if (parObj[j] != Object.prototype[j]) { // Filter out prototype additions from other potential libraries
         par += '<param name="' + j + '" value="' + parObj[j] + '" />';
       el.outerHTML = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"' + att + '>' + par + '</object>';
       fixObjectLeaks(attObj.id); // This bug affects dynamic publishing only
       r = getElementById(attObj.id);
      else if (ua.webkit && ua.webkit < 312) { // Older webkit engines ignore the object element's nested param elements: fall back to the proprietary embed element
       var e = createElement("embed");
       e.setAttribute("type", FLASH_MIME_TYPE);
       for (var k in attObj) {
        if (attObj[k] != Object.prototype[k]) { // Filter out prototype additions from other potential libraries
         if (k == "data") {
          e.setAttribute("src", attObj[k]);
         else if (k.toLowerCase() == "styleclass") { // 'class' is an ECMA4 reserved keyword
          e.setAttribute("class", attObj[k]);
         else if (k != "classid") { // Filter out IE specific attribute
          e.setAttribute(k, attObj[k]);
       for (var l in parObj) {
        if (parObj[l] != Object.prototype[l]) { // Filter out prototype additions from other potential libraries
         if (l != "movie") { // Filter out IE specific param element
          e.setAttribute(l, parObj[l]);
       el.parentNode.replaceChild(e, el);
       r = e;
      else { // Well-behaving browsers
       var o = createElement(OBJECT);
       o.setAttribute("type", FLASH_MIME_TYPE);
       for (var m in attObj) {
        if (attObj[m] != Object.prototype[m]) { // Filter out prototype additions from other potential libraries
         if (m.toLowerCase() == "styleclass") { // 'class' is an ECMA4 reserved keyword
          o.setAttribute("class", attObj[m]);
         else if (m != "classid") { // Filter out IE specific attribute
          o.setAttribute(m, attObj[m]);
       for (var n in parObj) {
        if (parObj[n] != Object.prototype[n] && n != "movie") { // Filter out prototype additions from other potential libraries and IE specific param element
         createObjParam(o, n, parObj[n]);
       el.parentNode.replaceChild(o, el);
       r = o;
      return r;
    function createObjParam(el, pName, pValue) {
      var p = createElement("param");
      p.setAttribute("name", pName);
      p.setAttribute("value", pValue);
      el.appendChild(p);
    function getElementById(id) {
      return doc.getElementById(id);
    function createElement(el) {
      return doc.createElement(el);
    function hasPlayerVersion(rv) {
      var pv = ua.pv, v = rv.split(".");
      v[0] = parseInt(v[0], 10);
      v[1] = parseInt(v[1], 10);
      v[2] = parseInt(v[2], 10);
      return (pv[0] > v[0] || (pv[0] == v[0] && pv[1] > v[1]) || (pv[0] == v[0] && pv[1] == v[1] && pv[2] >= v[2])) ? true : false;
    /* Cross-browser dynamic CSS creation
      - Based on Bobby van der Sluis' solution: http://www.bobbyvandersluis.com/articles/dynamicCSS.php
    function createCSS(sel, decl) {
      if (ua.ie && ua.mac) {
       return;
      var h = doc.getElementsByTagName("head")[0], s = createElement("style");
      s.setAttribute("type", "text/css");
      s.setAttribute("media", "screen");
      if (!(ua.ie && ua.win) && typeof doc.createTextNode != UNDEF) {
       s.appendChild(doc.createTextNode(sel + " {" + decl + "}"));
      h.appendChild(s);
      if (ua.ie && ua.win && typeof doc.styleSheets != UNDEF && doc.styleSheets.length > 0) {
       var ls = doc.styleSheets[doc.styleSheets.length - 1];
       if (typeof ls.addRule == OBJECT) {
        ls.addRule(sel, decl);
    function setVisibility(id, isVisible) {
      var v = isVisible ? "inherit" : "hidden";
      if (isDomLoaded) {
       getElementById(id).style.visibility = v;
      else {
       createCSS("#" + id, "visibility:" + v);
    function getTargetVersion(obj) {
         if (!obj)
             return 0;
      var c = obj.childNodes;
      var cl = c.length;
      for (var i = 0; i < cl; i++) {
       if (c[i].nodeType == 1 && c[i].nodeName.toLowerCase() == "object") {
           c = c[i].childNodes;
           cl = c.length;
           i = 0;
       if (c[i].nodeType == 1 && c[i].nodeName.toLowerCase() == "param" && c[i].getAttribute("name") == "swfversion") {
          return c[i].getAttribute("value");
      return 0;
    function getExpressInstall(obj) {
         if (!obj)
             return "";
      var c = obj.childNodes;
      var cl = c.length;
      for (var i = 0; i < cl; i++) {
       if (c[i].nodeType == 1 && c[i].nodeName.toLowerCase() == "object") {
           c = c[i].childNodes;
           cl = c.length;
           i = 0;
       if (c[i].nodeType == 1 && c[i].nodeName.toLowerCase() == "param" && c[i].getAttribute("name") == "expressinstall") {
           return c[i].getAttribute("value");
      return "";
    return {
      /* Public API
       - Reference: http://code.google.com/p/swfobject/wiki/SWFObject_2_0_documentation
      registerObject: function(objectIdStr, swfVersionStr, xiSwfUrlStr) {
       if (!ua.w3cdom || !objectIdStr) {
        return;
       var obj = document.getElementById(objectIdStr);
       var xi = getExpressInstall(obj);
       var regObj = {};
       regObj.id = objectIdStr;
       regObj.swfVersion = swfVersionStr ? swfVersionStr : getTargetVersion(obj);
       regObj.expressInstall = xiSwfUrlStr ? xiSwfUrlStr : ((xi != "") ? xi : false);
       regObjArr[regObjArr.length] = regObj;
       setVisibility(objectIdStr, false);
      getObjectById: function(objectIdStr) {
       var r = null;
       if (ua.w3cdom && isDomLoaded) {
        var o = getElementById(objectIdStr);
        if (o) {
         var n = o.getElementsByTagName(OBJECT)[0];
         if (!n || (n && typeof o.SetVariable != UNDEF)) {
             r = o;
         else if (typeof n.SetVariable != UNDEF) {
          r = n;
       return r;
      embedSWF: function(swfUrlStr, replaceElemIdStr, widthStr, heightStr, swfVersionStr, xiSwfUrlStr, flashvarsObj, parObj, attObj) {
       if (!ua.w3cdom || !swfUrlStr || !replaceElemIdStr || !widthStr || !heightStr || !swfVersionStr) {
        return;
       widthStr += ""; // Auto-convert to string to make it idiot proof
       heightStr += "";
       if (hasPlayerVersion(swfVersionStr)) {
        setVisibility(replaceElemIdStr, false);
        var att = (typeof attObj == OBJECT) ? attObj : {};
        att.data = swfUrlStr;
        att.width = widthStr;
        att.height = heightStr;
        var par = (typeof parObj == OBJECT) ? parObj : {};
        if (typeof flashvarsObj == OBJECT) {
         for (var i in flashvarsObj) {
          if (flashvarsObj[i] != Object.prototype[i]) { // Filter out prototype additions from other potential libraries
           if (typeof par.flashvars != UNDEF) {
            par.flashvars += "&" + i + "=" + flashvarsObj[i];
           else {
            par.flashvars = i + "=" + flashvarsObj[i];
        addDomLoadEvent(function() {
         createSWF(att, par, replaceElemIdStr);
         if (att.id == replaceElemIdStr) {
          setVisibility(replaceElemIdStr, true);
       else if (xiSwfUrlStr && !isExpressInstallActive && hasPlayerVersion("6.0.65") && (ua.win || ua.mac)) {
        setVisibility(replaceElemIdStr, false);
        addDomLoadEvent(function() {
         var regObj = {};
         regObj.id = regObj.altContentId = replaceElemIdStr;
         regObj.width = widthStr;
         regObj.height = heightStr;
         regObj.expressInstall = xiSwfUrlStr;
         showExpressInstall(regObj);
      getFlashPlayerVersion: function() {
       return { major:ua.pv[0], minor:ua.pv[1], release:ua.pv[2] };
      hasFlashPlayerVersion:hasPlayerVersion,
      createSWF: function(attObj, parObj, replaceElemIdStr) {
       if (ua.w3cdom && isDomLoaded) {
        return createSWF(attObj, parObj, replaceElemIdStr);
       else {
        return undefined;
      createCSS: function(sel, decl) {
       if (ua.w3cdom) {
        createCSS(sel, decl);
      addDomLoadEvent:addDomLoadEvent,
      addLoadEvent:addLoadEvent,
      getQueryParamValue: function(param) {
       var q = doc.location.search || doc.location.hash;
       if (param == null) {
        return q;
        if(q) {
        var pairs = q.substring(1).split("&");
        for (var i = 0; i < pairs.length; i++) {
         if (pairs[i].substring(0, pairs[i].indexOf("=")) == param) {
          return pairs[i].substring((pairs[i].indexOf("=") + 1));
       return "";
      // For internal usage only
      expressInstallCallback: function() {
       if (isExpressInstallActive && storedAltContent) {
        var obj = getElementById(EXPRESS_INSTALL_ID);
        if (obj) {
         obj.parentNode.replaceChild(storedAltContent, obj);
         if (storedAltContentId) {
          setVisibility(storedAltContentId, true);
          if (ua.ie && ua.win) {
           storedAltContent.style.display = "block";
         storedAltContent = null;
         storedAltContentId = null;
         isExpressInstallActive = false;
    Can someone please help!  I've looked and tried prety much everything.  If you can provide a solution I would GREATLY apreciate it!

    There is no Flash player version 15... as in your code:
    <param name="swfversion" value="15.0.0.0" />
    For some reason Adobe thought it would be a good idea to target a Flash player version (15) as default.....which may be out a couple years in the future. Go figure!!!
    If you don't like player version 9, change to 10 or 11.... just not 15 (yet).
    Best wishes,
    Adninjastrator

  • Remote Access VPN authentication through RADIUS

    Hi,
    I have configured remote access VPN (IPsec) in my Cisco ASA . Before there was only single username & password to for VPN client. Now I am planning to give access through RADIUS server. I have configured RADIUS server in WIN 2003 server.
    Server configuration:
    1) Administrative Tools > Internet Authentication Service and right-click on RADIUS Client to add a new RADIUS client with ip address of CISCO ASA (inside interface).
    2) Remote Access Policies, right-click on Connections to Other Access Servers, and select Properties.
    3) check Grant Remote Access Permissions is selected.Click Edit Profile and check these settings:On the Authentication tab, check Unencrypted authentication (PAP, SPAP), MS-CHAP,and MS-CHAP-v2.On the Encryption tab, ensure that the option for No Encryption is selected.Click OK when you are finished.
    4.Select Administrative Tools > Computer Management > System Tools > Local Users and Groups, right-click on Users and select New Users to add a user into the local computer account.Add a user and check this profile information:On the General tab, ensure that the option for Password Never Expired is selected instead ofthe option for User Must Change Password.
    On the Dial-in tab, select the option for Allow access
    ASA configuration:
    aaa-server vpn protocol radius
    aaa-server vpn host 10.155.20.25 (RADIUS server IP )
    key cisco321
    tunnel-group vpnacc type ipsec-ra
    tunnel-group vpnacc general-attributes
    authentication-server-group vpn
    but it is not working. Please guide to resolve this issue.
    Regards,
    som

    Also, take a look at your logs on the windows server, and try debugging the asa. Try running wireshark or network monitor on the windows server to see if the requests are coming in. You should be able to figure out pretty quickly what is going on by debugging aaa on the asa and/or checking the logs on the server. Make sure the service is running on the windows box. Make sure that something stupid like windows firewall isnt blocking the connection. You can turn on debugging by typing "debug aaa" and type "logging console debugging" and "term mon". You can test aaa by typing "test aaa-server authentication vpn host x.x.x.x username someusername password somepassword"
    Hopefully this will lead you in the right direction. Oh, one more thing, when you are done, don't forget to turn off the debug by typing "undebug all". Another word of warning, running debugs on a production firewall should be done at your own risk, it is very easy to overwhelm a device to the point it stops responding by running debugs.

  • Firefox hangs immediately trying to visit any page. Safe Mode/Reset not fixing it.

    Hello,
    No matter what page I visit, firefox will hang immediately. There are no crash ID's associated with it when I type "About:crashes". It will stay responding on the firefox start page, but even typing "Test" into the google search, will make the google results hang before it finishes loading. This happens no matter what site I've been to. Here are the things I've tried:
    - Safe mode (still hangs)
    - Reset firefox (still hangs)
    - Uninstall and delete all traces of "mozilla". Reinstall (still hangs)
    - disabling Kaspersky (Still hangs)
    - Resorting to Firefox 31 instead of 34 (still hangs)
    I have no idea what to do, and all of my searching turns up no results.
    Please help! I would love to go back to using Firefox again.
    Win8 64bit
    Thanks,

    Hi msgins, are you getting the Mozilla Crash Reporter dialog, or are you having to kill/force quit Firefox so you don't get that dialog?
    If you get the Crash Reporter dialog, you can provide the volunteers here with your recent crash report IDs for specific comments. The last section of this article describes how to retrieve those IDs: [[Firefox crashes]].
    Since this thread is already marked solved, you should start a new question so that people notice you need help. You can use this link:
    https://support.mozilla.org/questions/new/desktop/fix-problems
    Scroll down past the suggested articles to continue with the form to submit your question.
    If you don't have crash IDs, could you try Firefox's Safe Mode and report on whether that makes any difference (in your new question). More info on Safe Mode in this article: [[Troubleshoot Firefox issues using Safe Mode]].
    <sub>Solved thread closed by moderator. aw
    Ref: [[Forum rules and guidelines]] and [[Forum moderation guidelines]].</sub>

  • Preview and TextEdit quit unexpectedly while using the EF119178 (FF) plug-in

    Preview and TextEdit quit unexpectedly while using the EF119178 (FF) plug-in.
    In TextEdit (1.7) I simply typed "test" in a blank document and clicked File > Print and got the error.
    In Preview (5.5 (719)), the error was from a PDF.
    I tried File > Save a Version and then reprinted and got the error.
    I tried File > Export... and renamed the exported file then reprinted and got the error.
    I tried the same items with a PDF manual for a random piece of hardware and had the same issues.
    I opened Preview in 32-bit mode and printed and got the error.
    I tried printing using Firefox 6.0.2, Safari 5.1, and Adobe Acrobat Pro 9.4.5 and they all printed fine.
    I opened a .png file in Preview and when I tried to print I got the error.
    Any ideas?
    Thanks.

    Printer: Canon C5185 attached to a Fiery GX-200 using the latest (from what Canon told me today) GX-200 driver.
    Posting the crash log shows me that in fact it does look like its the driver misbehaving and technically it is a 10.6 driver...
    The fact that Safari and other apps printed is odd or par for the course with Apple printer drivers?
    Process:         Preview [856]Path:            /Applications/Preview.app/Contents/MacOS/PreviewIdentifier:      com.apple.PreviewVersion:         5.5 (719)Build Info:      Preview-719000000000000~1Code Type:       X86 (Native)Parent Process:  launchd [152] PlugIn Path:       /Library/Printers/Canon/PS3/PDEs/EF119178 (FF).plugin/Contents/MacOS/EF119178 (FF)PlugIn Identifier: com.efi.print.pde.54A422DD-89FA-4ADD-A226-18A79B392C6B.PInfPlugIn Version:    3.1.025.0 (3.1.025.0) Date/Time:       2011-09-14 12:41:28.718 -0500OS Version:      Mac OS X 10.7.1 (11B26)Report Version:  9 Interval Since Last Report:          7883 secCrashes Since Last Report:           12Per-App Interval Since Last Report:  7239 secPer-App Crashes Since Last Report:   6Anonymous UUID:                      49C6FEDC-605E-4351-8CE7-E87749214099 Crashed Thread:  0  Dispatch queue: com.apple.main-thread Exception Type:  EXC_BAD_ACCESS (SIGSEGV)Exception Codes: KERN_INVALID_ADDRESS at 0x00000000ffffffff VM Regions Near 0xffffffff:--> shared memory          00000000ffff0000-00000000ffff2000 [    8K] r-x/r-x SM=SHM    Application Specific Information:objc[856]: garbage collection is OFFPerforming @selector(printAllContainers:) from sender NSMenuItem 0x63a9b0 Thread 0 Crashed:: Dispatch queue: com.apple.main-thread0   libsystem_c.dylib                 0x94b608d7 bzero$VARIANT$sse2 + 871   com.efi.print.pde.54A422DD-89FA-4ADD-A226-18A79B392C6B.PInf    0x063580b2 UI_Panel::UI_Panel(PDEData*) + 3782   com.efi.print.pde.54A422DD-89FA-4ADD-A226-18A79B392C6B.PInf    0x06353bcf -[FieryFeaturesPDE54A422DD89FA4ADDA22618A79B392C6B initWithCallback:] + 9153   com.efi.print.pde.54A422DD-89FA-4ADD-A226-18A79B392C6B.PInf    0x06352c5e -[FieryFeaturesPDEPlugIn54A422DD89FA4ADDA22618A79B392C6B PDEPanelsForType:withHostInfo:] + 1244   com.apple.print.framework.Print.Private    0x06191901 0x618a000 + 309775   com.apple.print.framework.Print.Private    0x0619367e 0x618a000 + 385266   com.apple.print.framework.Print.Private    0x06193c97 0x618a000 + 400877   com.apple.print.framework.Print.Private    0x061973a0 0x618a000 + 541768   com.apple.print.framework.Print.Private    0x061b1de3 0x618a000 + 1632999   com.apple.print.framework.Print.Private    0x061b264b 0x618a000 + 16545110  com.apple.AppKit                  0x9b8e1e1e -[NSWindowController _windowDidLoad] + 57911  com.apple.AppKit                  0x9b8d9116 -[NSWindowController window] + 12112  com.apple.AppKit                  0x9bc49a31 -[NSPrintPanel beginSheetWithPrintInfo:modalForWindow:delegate:didEndSelector:contextInfo:] + 61613  com.apple.AppKit                  0x9bc477d3 -[NSConcretePrintOperation runOperationModalForWindow:delegate:didRunSelector:contextInfo:] + 43314  com.apple.Preview                 0x000edbdf 0x1000 + 96969515  com.apple.CoreFoundation          0x9416f901 -[NSObject performSelector:withObject:] + 6516  com.apple.AppKit                  0x9b7e1937 -[NSApplication sendAction:to:from:] + 23217  com.apple.AppKit                  0x9b8d51a3 -[NSMenuItem _corePerformAction] + 53618  com.apple.AppKit                  0x9b8d4e20 -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 17119  com.apple.AppKit                  0x9b8d44a9 -[NSMenu _performActionWithHighlightingForItemAtIndex:sendAccessibilityNotification:] + 7920  com.apple.AppKit                  0x9bbac6c7 -[NSMenu performActionForItemAtIndex:] + 6521  com.apple.AppKit                  0x9bbac6fa -[NSMenu _internalPerformActionForItemAtIndex:] + 4522  com.apple.AppKit                  0x9bbb092b -[NSMenuItem _internalPerformActionThroughMenuIfPossible] + 10623  com.apple.AppKit                  0x9ba1ac4c -[NSCarbonMenuImpl _carbonCommandProcessEvent:handlerCallRef:] + 17224  com.apple.AppKit                  0x9b84a00a NSSLMMenuEventHandler + 45225  com.apple.HIToolbox               0x96c15e54 _InvokeEventHandlerUPP(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*, long (*)(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*)) + 3626  com.apple.HIToolbox               0x96a9182b _ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCallRec + 160227  com.apple.HIToolbox               0x96a90ca8 _ZL30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventTargetRefP14HandlerCallRec + 48228  com.apple.HIToolbox               0x96aa5ac9 SendEventToEventTarget + 7629  com.apple.HIToolbox               0x96c16318 _ZL18SendHICommandEventmPK9HICommandmmhPKvP20OpaqueEventTargetRefS5_PP14OpaqueEventRef + 48230  com.apple.HIToolbox               0x96c16382 SendMenuCommandWithContextAndModifiers + 7031  com.apple.HIToolbox               0x96c807ef SendMenuItemSelectedEvent + 27532  com.apple.HIToolbox               0x96ae2598 _ZL19FinishMenuSelectionP13SelectionDataP10MenuResultS2_ + 12933  com.apple.HIToolbox               0x96c716c4 _ZL14MenuSelectCoreP8MenuData5PointdmPP13OpaqueMenuRefPt + 60834  com.apple.HIToolbox               0x96ada240 _HandleMenuSelection2 + 64135  com.apple.HIToolbox               0x96ad9fb7 _HandleMenuSelection + 5336  com.apple.AppKit                  0x9b7466fe _NSHandleCarbonMenuEvent + 30237  com.apple.AppKit                  0x9b6d6ebc _DPSNextEvent + 216638  com.apple.AppKit                  0x9b6d6159 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 11339  com.apple.AppKit                  0x9b6d24cb -[NSApplication run] + 90440  com.apple.AppKit                  0x9b965b54 NSApplicationMain + 105441  com.apple.Preview                 0x000027e5 0x1000 + 6117 Thread 1:: Dispatch queue: com.apple.libdispatch-manager0   libsystem_kernel.dylib            0x9665490a kevent + 101   libdispatch.dylib                 0x90f67ccc _dispatch_mgr_invoke + 9692   libdispatch.dylib                 0x90f6671b _dispatch_mgr_thread + 53 Thread 2:0   libsystem_kernel.dylib            0x9665402e __workq_kernreturn + 101   libsystem_c.dylib                 0x94b8accf _pthread_wqthread + 7732   libsystem_c.dylib                 0x94b8c6fe start_wqthread + 30 Thread 3:0   libsystem_kernel.dylib            0x9665402e __workq_kernreturn + 101   libsystem_c.dylib                 0x94b8accf _pthread_wqthread + 7732   libsystem_c.dylib                 0x94b8c6fe start_wqthread + 30 Thread 4:0   libsystem_kernel.dylib            0x9665402e __workq_kernreturn + 101   libsystem_c.dylib                 0x94b8accf _pthread_wqthread + 7732   libsystem_c.dylib                 0x94b8c6fe start_wqthread + 30 Thread 5:0   libsystem_kernel.dylib            0x9665402e __workq_kernreturn + 101   libsystem_c.dylib                 0x94b8accf _pthread_wqthread + 7732   libsystem_c.dylib                 0x94b8c6fe start_wqthread + 30 Thread 6:0   libsystem_kernel.dylib            0x9665402e __workq_kernreturn + 101   libsystem_c.dylib                 0x94b8accf _pthread_wqthread + 7732   libsystem_c.dylib                 0x94b8c6fe start_wqthread + 30 Thread 0 crashed with X86 Thread State (32-bit):  eax: 0x00000000  ebx: 0x06357f43  ecx: 0x00000001  edx: 0x000263e9  edi: 0xffffffff  esi: 0xbfffe024  ebp: 0xbfffdf08  esp: 0xbfffdf04   ss: 0x00000023  efl: 0x00010202  eip: 0x94b608d7   cs: 0x0000001b   ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f  cr2: 0xffffffffLogical CPU: 1 Binary Images:    0x1000 -   0x19cfe3  com.apple.Preview (5.5 - 719) <D2E74E1D-7957-3DFD-8F24-BCB0D1D93B27> /Applications/Preview.app/Contents/MacOS/Preview  0x1f8000 -   0x211fff  com.apple.MediaUI (1.0 - 1) <47DD859E-5850-30CA-A04C-D58242FC8153> /System/Library/PrivateFrameworks/MediaUI.framework/Versions/A/MediaUI 0x29d0000 -  0x29fdff8  GLRendererFloat (??? - ???) <24DF1EB3-AD1E-3E97-9B80-D65B8A87744B> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFloat 0x4d41000 -  0x4d42ff1  com.apple.textencoding.unicode (2.4 - 2.4) <4E55D4B9-4E67-3FC9-9407-3E99D1D50F15> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings 0x52f7000 -  0x53eeffb  libGLProgrammability.dylib (??? - ???) <3ADE6D21-26AF-323A-914B-BD3DFD51DD2F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib 0x5412000 -  0x5414fff  libCoreFSCache.dylib (??? - ???) <61D73B99-DAA9-3A03-9945-9E97972789B2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib 0x554b000 -  0x56b8ff0  GLEngine (??? - ???) <0CD5FBA5-EE14-3065-8D14-3B4B4059159F> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine 0x59f5000 -  0x59fafe2  libcldcpuengine.dylib (1.50.61 - compatibility 1.0.0) <C9714E84-87B3-3EF4-A598-758522D1DB25> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib 0x5a11000 -  0x5a11ffb +cl_kernels (??? - ???) <EE11932F-FF85-4723-8831-D91E77260A7F> cl_kernels 0x5a13000 -  0x5ab4ff7  unorm8_bgra.dylib (1.50.61 - compatibility 1.0.0) <6C750910-BE8C-3D26-8272-9C4285153DAF> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra.dylib 0x5acd000 -  0x5aceff8 +cl_kernels (??? - ???) <262A5E80-F38B-4F62-A366-9ED7B9F4D8B6> cl_kernels 0x5ae0000 -  0x5b7fff7  unorm8_rgba.dylib (1.50.61 - compatibility 1.0.0) <33259C48-4D92-3DB3-BF5E-4D3F1232068C> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_rgba.dylib 0x5b98000 -  0x5b99ffb +cl_kernels (??? - ???) <2B08E4B0-19B1-4CEA-817A-BBE930897A52> cl_kernels 0x613f000 -  0x6170ff9  com.apple.printingprivate.framework.PrintingPrivate (7.0 - 68) <C3E11478-69F5-3A70-9E14-CA0E0071EA3C> /System/Library/PrivateFrameworks/PrintingPrivate.framework/Versions/A/PrintingPrivate 0x618a000 -  0x61cbfff  com.apple.print.framework.Print.Private (7.0 - 378) <5CD0BA3A-70CD-3531-8834-D88A06D3BD1C> /System/Library/PrivateFrameworks/PrintingPrivate.framework/Versions/Current/Plugins/PrintCocoaUI.bundle/Contents/MacOS/PrintCocoaUI 0x6300000 -  0x633ffff  com.apple.print.PrintingCocoaPDEs (7.0 - 378) <BD6784BA-E08B-3716-AFDD-604C56AEF077> /System/Library/PrivateFrameworks/PrintingPrivate.framework/Versions/A/Plugins/PrintingCocoaPDEs.bundle/Contents/MacOS/PrintingCocoaPDEs 0x6350000 -  0x63b1fef +com.efi.print.pde.54A422DD-89FA-4ADD-A226-18A79B392C6B.PInf (3.1.025.0 - 3.1.025.0) <9C6C2AA0-CC86-F6A2-D6BC-D5C0DCA81ECB> /Library/Printers/Canon/PS3/PDEs/EF119178 (FF).plugin/Contents/MacOS/EF119178 (FF)0x8f0c3000 - 0x8f7d7ffb  com.apple.GeForceGLDriver (7.4.10 - 7.0.4) <30761571-F6AC-3270-B854-BC7D027ED859> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDriver0x8fe4f000 - 0x8fe819c7  dyld (195.5 - ???) <134323A7-49DC-3A9D-ACFD-32FAD0FD6BA2> /usr/lib/dyld0x90005000 - 0x90033fe7  libSystem.B.dylib (159.0.0 - compatibility 1.0.0) <756FA398-8A11-3CC8-AF18-F02F01B24FED> /usr/lib/libSystem.B.dylib0x9005c000 - 0x90062ffd  com.apple.CommerceCore (1.0 - 17) <71641C17-1CA7-3AC9-974E-AAC9EB641035> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore0x90082000 - 0x90193ff7  libJP2.dylib (??? - ???) <E938C201-C508-3E3D-B9A9-81FE52349E1B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib0x90503000 - 0x9050efff  libkxld.dylib (??? - ???) <2F7F4101-4715-3036-A8E8-DE1608FE8447> /usr/lib/system/libkxld.dylib0x9050f000 - 0x90528ffb  com.apple.ScriptingBridge (1.2.1 - ???) <21A258EA-C4B7-3DCE-A041-3A2FBA08C24C> /System/Library/Frameworks/ScriptingBridge.framework/Versions/A/ScriptingBridge0x90529000 - 0x9091cff7  com.apple.VideoToolbox (1.0 - 705.35) <B0D04F08-D3EB-370A-A56F-8AF01116B0D0> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox0x9091d000 - 0x9091dfff  com.apple.Carbon (153 - 153) <A75A970B-6D82-3451-8D3E-05B1A130ABDE> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon0x9091e000 - 0x90a70ffb  com.apple.audio.toolbox.AudioToolbox (1.7 - 1.7) <5767C518-343D-36DB-8D59-C72986161AEC> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox0x90b3c000 - 0x90b3dff0  libunc.dylib (24.0.0 - compatibility 1.0.0) <BCD277D0-4271-3E96-A4A2-85669DBEE2E2> /usr/lib/system/libunc.dylib0x90b3e000 - 0x90b7fff7  com.apple.CoreMedia (1.0 - 705.35) <8A487271-FBEA-357A-8887-27BAA355314C> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia0x90bb7000 - 0x90e60ff7  com.apple.AddressBook.framework (6.0 - 1043) <54E6D4A0-2799-386D-B53A-9582393E5E5E> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook0x90e98000 - 0x90e9dffd  libGFXShared.dylib (??? - ???) <73995FAC-60CF-34F1-BC84-FDEDF90B71AC> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib0x90e9e000 - 0x90efeffb  com.apple.audio.CoreAudio (4.0.0 - 4.0.0) <125996EA-E47B-34EA-82B0-5B9743A1CD01> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio0x90eff000 - 0x90f64ff7  libvDSP.dylib (325.3.0 - compatibility 1.0.0) <1C4B66EB-3186-31BE-B93F-878E49334C49> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib0x90f65000 - 0x90f73fff  libdispatch.dylib (187.5.0 - compatibility 1.0.0) <1883C8E2-D180-3EA0-8BEF-325F2FEDACD1> /usr/lib/system/libdispatch.dylib0x90f93000 - 0x9160eff9  com.apple.CoreAUC (6.11.03 - 6.11.03) <E8553EC9-6A7E-339E-B346-A5853649D3A0> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC0x91640000 - 0x91650ff7  libCRFSuite.dylib (??? - ???) <CE616EF3-756A-355A-95AD-3472A876BEB9> /usr/lib/libCRFSuite.dylib0x91651000 - 0x91684fef  libtidy.A.dylib (??? - ???) <E962D8EC-6B9D-35B7-B586-F07D92302ADD> /usr/lib/libtidy.A.dylib0x91685000 - 0x916b9ff8  libssl.0.9.8.dylib (0.9.8 - compatibility 0.9.8) <240A755A-8B80-354C-A5BF-42D7B5A68409> /usr/lib/libssl.0.9.8.dylib0x916ba000 - 0x91703ff7  libGLU.dylib (??? - ???) <06EFE4B2-374B-3934-9B6B-B5D55D9E6B04> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib0x91704000 - 0x9170fff4  com.apple.CrashReporterSupport (10.7 - 343) <F76362F3-AD48-3644-8102-0C414C5D2F56> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport0x91710000 - 0x917edff3  com.apple.backup.framework (1.3 - 1.3) <7FA7E2E6-9E99-3F1B-B276-5216D0883DFD> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup0x917ee000 - 0x917f7fff  libc++abi.dylib (14.0.0 - compatibility 1.0.0) <FEB5330E-AD5D-37A0-8AB2-0820F311A2C8> /usr/lib/libc++abi.dylib0x917f8000 - 0x91802ff0  com.apple.DirectoryService.Framework (10.7 - 144) <8F1D20D2-300A-3CC8-BDD0-C79CE0B2BA3A> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService0x91803000 - 0x9188dffb  com.apple.SearchKit (1.4.0 - 1.4.0) <C8567435-9CD1-35EE-AE05-304D28858C42> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit0x9188e000 - 0x9195dffb  com.apple.ImageIO.framework (3.1.0 - 3.1.0) <A482C10A-C474-39DC-AB3C-EADBCF3A433B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO0x91961000 - 0x91a51ff1  libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <9E5F86A3-8405-3774-9E0C-3A074273C96D> /usr/lib/libiconv.2.dylib0x91a52000 - 0x91a7aff7  libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <FCAC685A-724F-3FE7-8416-146108DF75FB> /usr/lib/libxslt.1.dylib0x91a7b000 - 0x91a97ff5  com.apple.GenerationalStorage (1.0 - 124) <0BC29510-6C26-3445-88B7-21502CAFF372> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage0x91a98000 - 0x91a9cfff  libGIF.dylib (??? - ???) <F6094267-AB0E-38FC-8201-510AA4BDC974> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib0x91a9d000 - 0x91aa1ffd  IOSurface (??? - ???) <8D56A6E8-5785-311E-BD0D-661B92C92A5A> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface0x91aa2000 - 0x91b2ffe7  libvMisc.dylib (325.3.0 - compatibility 1.0.0) <A44ADE1B-AB2C-3585-8C9D-D85B526E66C0> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib0x91baf000 - 0x91be5ff4  com.apple.LDAPFramework (3.0 - 120.1) <EA92FCA5-7A7E-328F-8C7F-4250FCC45879> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP0x91c14000 - 0x91c18ff7  com.apple.OpenDirectory (10.7 - 144) <A117580D-FD86-381E-82FD-B1A040045031> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory0x91c28000 - 0x91c33ff3  libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <11726E50-E6FC-3AB0-8750-DDDCCF2B8534> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib0x91c34000 - 0x91c61ff7  com.apple.securityinterface (5.0 - 55004) <93C0285A-A266-3F21-82C9-434CBD3FA712> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface0x91c62000 - 0x91c65ff7  libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <69357047-7BE0-3360-A36D-000F55E39336> /usr/lib/system/libmathCommon.A.dylib0x91f72000 - 0x91ff9fff  com.apple.print.framework.PrintCore (7.0 - 366) <D037D344-7463-3620-AE8F-8D0D3EA5CE8E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore0x91ffa000 - 0x91ffdff9  libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <B9344DE6-B84D-352C-95AD-EF73A68B8A10> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib0x91ffe000 - 0x91fffffd  com.apple.MonitorPanelFramework (1.4.0 - 1.4.0) <45AC1CB9-2A81-3FEA-9BA4-E9BBA2582A28> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel0x9212f000 - 0x9214cfff  libresolv.9.dylib (46.0.0 - compatibility 1.0.0) <95AE43ED-6C52-3B39-89B6-54C81C62F1FF> /usr/lib/libresolv.9.dylib0x92262000 - 0x92565ff7  com.apple.Foundation (6.7 - 833.1) <94BFFEDD-0676-368D-B4C6-8784E1DA4306> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation0x92566000 - 0x925d4fff  com.apple.Heimdal (2.1 - 2.0) <5BA5BFA4-0B05-3B00-AF06-C3D0D60F36BC> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal0x92606000 - 0x9260eff3  liblaunch.dylib (392.18.0 - compatibility 1.0.0) <CD470A1E-0147-3CB1-B44D-0B61F9061826> /usr/lib/system/liblaunch.dylib0x9260f000 - 0x92610fff  libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <B04592B1-0924-3422-82FF-976B339DF567> /usr/lib/system/libsystem_blocks.dylib0x92641000 - 0x9266cfff  com.apple.GSS (2.1 - 2.0) <129F4AB0-41AC-3713-A7BC-921769B0E12D> /System/Library/Frameworks/GSS.framework/Versions/A/GSS0x9266d000 - 0x92674ffd  com.apple.NetFS (4.0 - 4.0) <D0D59145-D211-3E7C-9062-35A2833FA99B> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS0x92675000 - 0x9275dfff  libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <ED3F5E83-8C76-3D46-B2FF-0D5BDF8970C5> /usr/lib/libxml2.2.dylib0x9275e000 - 0x9277bff3  com.apple.openscripting (1.3.3 - ???) <31A51238-0CA1-38C7-9F0E-8A6676EE3241> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting0x928bb000 - 0x928c4ff3  com.apple.CommonAuth (2.1 - 2.0) <94EA2555-212C-3704-8307-FCEE5D6D32C5> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth0x928c5000 - 0x928c5fff  com.apple.quartzframework (1.5 - 1.5) <EF66BF08-620E-3D11-87D4-35D0B0CD1F6D> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz0x928c6000 - 0x928ccffb  com.apple.print.framework.Print (7.0 - 247) <1140BB03-0720-308F-8D92-F71B347D63D6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print0x92984000 - 0x9298eff2  com.apple.audio.SoundManager (3.9.4 - 3.9.4) <D23C4761-6492-3974-B4D2-495082B8B7A6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound0x9298f000 - 0x9298fff0  com.apple.ApplicationServices (41 - 41) <BED33E1D-C95C-3654-9A3A-0CB3607F9F10> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices0x92990000 - 0x929a7ff8  com.apple.CoreMediaAuthoring (2.0 - 889) <49B55753-BD7E-3889-BA60-15294DA49CB7> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring0x929a8000 - 0x929b8fff  libsasl2.2.dylib (3.15.0 - compatibility 3.0.0) <D6F728DA-990A-32A3-86FA-4A3F4D88E309> /usr/lib/libsasl2.2.dylib0x929b9000 - 0x92be2ffb  com.apple.QuartzComposer (5.0 - 232) <B25A191A-B96D-3BB0-B7D5-FDE4A97DFD06> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer0x92ce3000 - 0x92d11ffb  com.apple.DictionaryServices (1.2 - 158) <C614930F-520D-3F77-AD0D-0E16FBCB98CE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices0x92d12000 - 0x92d52ff3  com.apple.corelocation (330.9 - 330.9) <2F87DE20-E231-39C1-8CCB-3C029A07DC18> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation0x92d53000 - 0x92d72fff  com.apple.RemoteViewServices (1.0 - 1) <D9810485-6A62-3758-96F5-48950AF250F1> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices0x92d73000 - 0x92d74ff5  libremovefile.dylib (21.0.0 - compatibility 1.0.0) <9A1E12B7-F822-3544-8E1D-A6DC81E1F2E6> /usr/lib/system/libremovefile.dylib0x92d75000 - 0x92d75fff  com.apple.Cocoa (6.6 - ???) <650273EF-1ABC-334E-B745-B75AF028F9F4> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa0x92d77000 - 0x92d7cffb  com.apple.phonenumbers (1.0 - 47) <84484814-C9BE-33E7-A3DF-4DD0E970B902> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers0x92d7f000 - 0x933e465b  com.apple.CoreGraphics (1.600.0 - ???) <DD3B7ADA-0F19-371E-BB87-F3C08464134A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics0x933e5000 - 0x933e7ff7  libdyld.dylib (195.5.0 - compatibility 1.0.0) <637660EA-8D12-3B79-B644-041FEADC9C33> /usr/lib/system/libdyld.dylib0x933e8000 - 0x9344ffff  libc++.1.dylib (19.0.0 - compatibility 1.0.0) <3AFF3CE8-14AE-300F-8F63-8B7FB9D4DA96> /usr/lib/libc++.1.dylib0x93450000 - 0x93454ffa  libcache.dylib (47.0.0 - compatibility 1.0.0) <98A82BC5-0DD9-3212-9CAE-35A77278EEB6> /usr/lib/system/libcache.dylib0x93af0000 - 0x93af0fff  com.apple.audio.units.AudioUnit (1.7 - 1.7) <75E38B34-1DE2-337A-A09F-0F7E91C02ABB> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit0x93b2f000 - 0x93b6bfff  libcups.2.dylib (2.9.0 - compatibility 2.0.0) <8CB51735-ABE4-37AD-9019-845BB768955F> /usr/lib/libcups.2.dylib0x93b6c000 - 0x93bc4fff  com.apple.HIServices (1.9 - ???) <058E00E0-F1B4-395F-813E-C49C0C5F3BA9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices0x93bc5000 - 0x9401afff  FaceCoreLight (1.4.2 - compatibility 1.0.0) <53AC5DCE-D04B-3DC3-808D-AA1CAD4D0924> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight0x9401f000 - 0x94049ff0  libpcre.0.dylib (1.1.0 - compatibility 1.0.0) <5CAA1478-97E0-31EA-8F50-BF09D665DD84> /usr/lib/libpcre.0.dylib0x9404a000 - 0x9404dfff  com.apple.AppleSystemInfo (1.0 - 1) <D2F60873-ECB1-30A8-A02E-E772F969116E> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo0x940d5000 - 0x942abfef  com.apple.CoreFoundation (6.7 - 635) <4EE0D62E-5342-3A9F-A740-DA1D5AEBB1B0> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation0x942ac000 - 0x946aeff6  libLAPACK.dylib (??? - ???) <00BE0221-8564-3F87-9F6B-8A910CF2F141> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib0x946f3000 - 0x94707ff7  com.apple.CFOpenDirectory (10.7 - 144) <665CDF77-F0C9-3AFF-8CF8-64257268B7DD> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory0x94749000 - 0x94751fff  com.apple.DiskArbitration (2.4 - 2.4) <E574D5E7-7297-33B5-8B91-1E6346D5F917> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration0x94752000 - 0x947a2ff9  com.apple.QuickLookFramework (3.0 - 489.1) <46E053F5-E7CC-3358-93AF-635837E4ECCA> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook0x947a3000 - 0x947f4ff9  com.apple.ScalableUserInterface (1.0 - 1) <C3FA7E40-0213-3ABC-A006-2CB00B6A7EAB> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface0x947f5000 - 0x94904ff7  libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <01987A45-9270-30FD-8A67-5E53DB637909> /usr/lib/libsqlite3.dylib0x949fd000 - 0x94a05ff5  libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <A1BFC320-616A-30AA-A41E-29D7904FC4C7> /usr/lib/system/libcopyfile.dylib0x94a06000 - 0x94a1ffff  libPng.dylib (??? - ???) <2C47E152-240A-36A7-87A8-3856EDFF2FE8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib0x94a20000 - 0x94b2bffb  com.apple.DesktopServices (1.6.0 - 1.6.0) <66E2BD3A-958A-3F46-8DA0-C0F2358013B0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv0x94b2c000 - 0x94bf7fff  libsystem_c.dylib (763.11.0 - compatibility 1.0.0) <44AA09FD-3A8F-3DCF-AD98-BC9071CA7376> /usr/lib/system/libsystem_c.dylib0x94c21000 - 0x94d19ff7  libFontParser.dylib (??? - ???) <C428D41A-8635-3423-A2F0-8BA9819F212B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib0x94e32000 - 0x94eadffb  com.apple.ApplicationServices.ATS (5.0 - ???) <8DF22F1E-7600-3ADA-BFC1-F6FA79914171> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS0x94eae000 - 0x94ec3ff7  com.apple.ImageCapture (7.0 - 7.0) <116BC0CA-428E-396F-85DF-52793034D2A0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture0x94eca000 - 0x94eccff9  com.apple.securityhi (4.0 - 1) <BD367302-73C3-32F4-8080-E389AE89E434> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI0x94ecd000 - 0x94ed1fff  com.apple.CommonPanels (1.2.5 - 94) <3A988595-DE53-34ED-9367-C9A737E2AF38> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels0x94ed2000 - 0x95143ffb  com.apple.CoreImage (7.77 - 1.0.1) <DF1D9EB7-5879-3EA2-8CF5-80004DAC18BC> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage0x95149000 - 0x95151ffb  com.apple.DisplayServicesFW (2.5.0 - 302.1.2) <D9F6D0D1-8D53-3357-ADBB-6BEBEC842AEC> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices0x95152000 - 0x9517bffe  com.apple.shortcut (2.0 - 2.0) <7F289D05-DDEC-3993-9F86-0DB896E1E686> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut0x95275000 - 0x955d1fff  com.apple.MediaToolbox (1.0 - 705.35) <425BD613-CB66-3BE1-8DDC-1B59561A1F5F> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox0x955d2000 - 0x956a8ff3  com.apple.avfoundation (2.0 - 180.23) <428C1F5D-B786-3392-ADF4-43572D1722DE> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation0x956a9000 - 0x956e9ff7  libauto.dylib (??? - ???) <36E7FE7F-27DF-3301-80AA-DD61FBF722F4> /usr/lib/libauto.dylib0x956f2000 - 0x95853ffb  com.apple.QuartzCore (1.7 - 269.0) <221FF6A0-9C2C-3977-BC2A-A84C392BA49B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore0x95978000 - 0x9599aff1  com.apple.PerformanceAnalysis (1.10 - 10) <45B10D4C-9B3B-37A6-982D-687A6F9EEA28> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis0x95a1a000 - 0x96016fe3  libclh.dylib (4.0.3 - 4.0.3) <F5D55EBC-3BA3-357F-9E87-3499B6EF087E> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib0x96017000 - 0x96067fff  libFontRegistry.dylib (??? - ???) <BC35B8F5-7CCA-3A04-A278-FA3306B2C4F8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib0x96068000 - 0x96078fff  com.apple.LangAnalysis (1.7.0 - 1.7.0) <6D6F0C9D-2EEA-3578-AF3D-E2A09BCECAF3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis0x96079000 - 0x960d5ff3  com.apple.Symbolication (1.2 - 83.1) <E651A2F1-CC13-3DDD-9B0A-09180014966B> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication0x960d6000 - 0x9614eff2  com.apple.CorePDF (3.0 - 3.0) <A0EC8F60-A622-347E-979A-F71939C45E5F> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF0x9614f000 - 0x962b1fff  com.apple.QTKit (7.7.1 - 2246) <3BFE9BE6-4DDD-3D21-9695-0ECE773128E6> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit0x96326000 - 0x9635cfff  com.apple.DebugSymbols (2.1 - 85) <0F996A4A-16A7-3C90-8037-0E2958D1FB16> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols0x963b5000 - 0x963b8ffd  libCoreVMClient.dylib (??? - ???) <34D0B2E2-9838-300A-AE47-08ED8C7576DC> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib0x963d8000 - 0x96498ff3  com.apple.ColorSync (4.7.0 - 4.7.0) <50767823-56BA-373D-BC5A-37B17B659838> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync0x96509000 - 0x96557ff3  com.apple.ImageCaptureCore (3.0 - 3.0) <16B80ABD-DCDA-34AA-A539-F36A4D39CB03> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore0x96558000 - 0x9662ea5b  libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <A0EDB351-4B9D-3AA2-9D1A-0C22204FCCD3> /usr/lib/libobjc.A.dylib0x9663b000 - 0x96659ff7  libsystem_kernel.dylib (1699.22.81 - compatibility 1.0.0) <B1BE0A1F-C6D6-3C01-B42B-44BCFEC86713> /usr/lib/system/libsystem_kernel.dylib0x9665a000 - 0x966a1fff  com.apple.SystemConfiguration (1.11 - 1.11) <7A8040EE-56A6-3BCD-A8E2-0B51CD9062D5> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration0x966a2000 - 0x96778ff6  com.apple.QuickLookUIFramework (3.0 - 489.1) <DC6303F6-F343-37C5-AE54-F5FD606FE78C> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI0x9677d000 - 0x96790ff9  com.apple.MultitouchSupport.framework (220.62 - 220.62) <574C260A-E754-3804-BC52-2370B3EAA67C> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport0x96791000 - 0x9679efff  libGL.dylib (??? - ???) <C1C549FC-FF7F-3012-9DF5-5255217B4AEA> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib0x9679f000 - 0x967aaffc  com.apple.NetAuth (1.0 - 3.0) <C07853C0-AF32-3633-9CEF-2480860C12C5> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth0x967ab000 - 0x967abff2  com.apple.CoreServices (53 - 53) <C513E133-B0E0-3C35-A7CB-DBC35A7EF571> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices0x967ac000 - 0x967eafff  libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <0AE59D4F-FFA7-3539-8B86-AD8993894AA0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib0x9686d000 - 0x9686dffe  libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <7F0E8EE2-9E8F-366F-9988-E2F119DB9A82> /usr/lib/system/libkeymgr.dylib0x9686e000 - 0x96a88ff7  com.apple.JavaScriptCore (7534 - 7534.48) <430C2E37-5E97-3C16-9BC9-D8478F7A6CF6> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore0x96a89000 - 0x96dc8ff3  com.apple.HIToolbox (1.7 - ???) <A9583F07-218D-35CD-B29C-C65E6D008836> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox0x96dc9000 - 0x96ddafff  libbsm.0.dylib (??? - ???) <54ACF696-87C6-3652-808A-17BE7275C230> /usr/lib/libbsm.0.dylib0x96ddb000 - 0x96ddcff7  libsystem_sandbox.dylib (??? - ???) <BC0A04E9-4F28-3BC8-AA7B-63C3451E9212> /usr/lib/system/libsystem_sandbox.dylib0x96ddd000 - 0x96e81fff  com.apple.QD (3.12 - ???) <68CBE425-43BA-3E6D-8668-A4A67396E20D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD0x96e82000 - 0x96f0eff7  com.apple.CoreText (4.0.0 - ???) <2ADB0C1E-FE27-371C-8EC3-69D5CFEA2BE7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText0x96f0f000 - 0x96f79ff3  com.apple.CoreSymbolication (2.1 - 66) <B11C9057-1611-36A5-81F6-2C97A7047321> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication0x96f86000 - 0x96f87ff7  libquarantine.dylib (36.0.0 - compatibility 1.0.0) <70782AEC-8933-3EB4-91CA-E44C0E768C90> /usr/lib/system/libquarantine.dylib0x96f88000 - 0x970a8fec  com.apple.vImage (5.0 - 5.0) <173F6343-07EE-39F7-A159-DD3837E473DE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage0x970a9000 - 0x970e5ffa  libGLImage.dylib (??? - ???) <E3654177-7A06-3144-9385-19D313E09289> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib0x97212000 - 0x97274ffb  com.apple.datadetectorscore (3.0 - 179.3) <18117942-9D6F-3283-B8B0-03C7550CA2EB> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore0x97275000 - 0x97280ffb  com.apple.speech.recognition.framework (4.0.19 - 4.0.19) <17C11291-5B27-3BE2-8614-7A806745EE8A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition0x97292000 - 0x972f6fff  com.apple.framework.IOKit (2.0 - ???) <B5888D02-8C36-3404-A37E-7457D950D629> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit0x972f7000 - 0x972f8fff  com.apple.TrustEvaluationAgent (2.0 - 1) <EABDA7EE-A98F-35B8-9E3E-7075BA651C68> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent0x972f9000 - 0x97361ff3  com.apple.ISSupport (1.9.8 - 56) <963339C2-020F-337E-AFB9-176090F818EC> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport0x97368000 - 0x9751cff3  libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <6270318A-CA9A-376C-AD6D-64A9B4B4A26E> /usr/lib/libicucore.A.dylib0x9751d000 - 0x97525ff3  libunwind.dylib (30.0.0 - compatibility 1.0.0) <E8DA8CEC-12D6-3C8D-B2E2-5D567C8F3CB5> /usr/lib/system/libunwind.dylib0x9766d000 - 0x97708ff3  com.apple.ink.framework (1.3.2 - 110) <9F6F37F9-999E-30C5-93D0-E48D4B5E20CD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink0x97709000 - 0x9771fffe  libxpc.dylib (77.16.0 - compatibility 1.0.0) <2EAF3E13-19FA-3EF2-88D6-64ACBC3A6ADB> /usr/lib/system/libxpc.dylib0x97720000 - 0x97720fff  com.apple.Accelerate (1.7 - Accelerate 1.7) <881C1C85-2DEC-38DE-BC97-7804BC907282> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate0x978d2000 - 0x978d3fff  liblangid.dylib (??? - ???) <C8C204E9-1785-3785-BBD7-22D59493B98B> /usr/lib/liblangid.dylib0x978d4000 - 0x97cdafff  com.apple.RawCamera.bundle (3.7.2 - 573) <79B5B169-0884-3530-B59B-B4B0A72AC5CE> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera0x97cdb000 - 0x97cdcfff  libDiagnosticMessagesClient.dylib (??? - ???) <DB3889C2-2FC2-3087-A2A2-4C319455E35C> /usr/lib/libDiagnosticMessagesClient.dylib0x97cdd000 - 0x97d00fff  com.apple.CoreVideo (1.7 - 70.0) <0CBE6F3B-34C7-3C6B-9BB1-826F9905ECC1> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo0x97d01000 - 0x97d05ff3  libsystem_network.dylib (??? - ???) <E1455F3E-549B-3D50-A38B-17B394F3C7F6> /usr/lib/system/libsystem_network.dylib0x97d06000 - 0x98006fff  com.apple.CoreServices.CarbonCore (960.13 - 960.13) <E098AC3A-E795-3C28-BA92-EED51C461A6F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore0x98007000 - 0x9802dffb  com.apple.quartzfilters (1.7.0 - 1.7.0) <9C8F1F3D-D570-3F5C-9B31-5B5B82161CDE> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters0x9802e000 - 0x98055ff3  com.apple.framework.Apple80211 (7.0 - 700.57) <42C009DF-1701-3B34-9E74-A72BAA9AEFAA> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple802110x98056000 - 0x9817fff9  com.apple.CFNetwork (520.0.13 - 520.0.13) <B21DE9ED-1D99-39C0-9E24-77D2A48FBFEF> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork0x98180000 - 0x9818efff  libz.1.dylib (1.2.5 - compatibility 1.0.0) <E73A4025-835C-3F73-9853-B08606E892DB> /usr/lib/libz.1.dylib0x9818f000 - 0x98440ff7  com.apple.security (7.0 - 55010) <28168576-1B8C-3FE8-9356-DE79390A480A> /System/Library/Frameworks/Security.framework/Versions/A/Security0x98441000 - 0x985daff7  com.apple.CoreData (103 - 358.4) <EB07F3A5-6301-3DA4-96FC-F8381D148C69> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData0x985db000 - 0x98657ff3  com.apple.PDFKit (2.6 - 2.6) <484AB8A4-E967-3B2F-BEFE-4B74F72B65A2> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit0x98658000 - 0x98672fff  com.apple.Kerberos (1.0 - 1) <25E5A286-876D-3A8E-A12F-52D184559E8C> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos0x98673000 - 0x98756ff7  libcrypto.0.9.8.dylib (0.9.8 - compatibility 0.9.8) <6E631200-1E22-37B9-85D1-EC40520891AB> /usr/lib/libcrypto.0.9.8.dylib0x98757000 - 0x987ccfff  com.apple.Metadata (10.7.0 - 627.9) <1EF7D615-3DF4-3F5D-88CE-6BDFA120FE32> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata0x987cd000 - 0x987f6ffe  com.apple.opencl (1.50.62 - 1.50.62) <52059AB5-8E0D-356E-98AA-71A4777CBE57> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL0x987f7000 - 0x98817fff  com.apple.framework.internetaccounts (1.0 - 1) <81784495-964C-3814-A3AC-24C15A033C6E> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/InternetAccounts0x98841000 - 0x98bf9ffb  com.apple.SceneKit (2.0 - 124) <D1B359EA-7637-31D0-800E-8E816B1F4475> /System/Library/PrivateFrameworks/SceneKit.framework/Versions/A/SceneKit0x9994b000 - 0x999a4ff3  com.apple.coreui (0.3 - 162) <BD3FBC84-234A-38E0-AA29-DE0424D3FD16> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI0x999a7000 - 0x99a3bff7  com.apple.LaunchServices (480.19 - 480.19) <A68C0688-4ED1-35F1-BF44-F5B1917084A0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices0x99afa000 - 0x99b57ffb  com.apple.htmlrendering (76 - 1.1.4) <743C2943-40BC-36FB-A45C-3421A394F081> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering0x99be3000 - 0x99be4ffd  libCVMSPluginSupport.dylib (??? - ???) <060F3D91-D868-35AC-B543-E6070AC8F9D1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib0x99c52000 - 0x99c54ffb  libRadiance.dylib (??? - ???) <5112B7CE-BAAF-3E98-94E4-676BCB92867F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib0x99c55000 - 0x99c5aff7  libmacho.dylib (800.0.0 - compatibility 1.0.0) <56A34E97-518E-307E-8218-C5D43A33EE34> /usr/lib/system/libmacho.dylib0x99c5e000 - 0x99c5efff  com.apple.vecLib (3.7 - vecLib 3.7) <A01CD788-26FB-320F-8617-5A7DF0F9031E> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib0x99f89000 - 0x99f90ff9  libsystem_dnssd.dylib (??? - ???) <236665A4-0508-3515-B520-AC8BD3FCE069> /usr/lib/system/libsystem_dnssd.dylib0x99f91000 - 0x99fe1ff4  libTIFF.dylib (??? - ???) <25796A90-ABD2-3A3A-800C-1056D343A71F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib0x9a035000 - 0x9a06bff7  com.apple.AE (527.6 - 527.6) <77999151-94E3-37CD-A49E-7A9F9084F886> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE0x9a06c000 - 0x9a0bbffb  com.apple.AppleVAFramework (5.0.14 - 5.0.14) <51981B76-9A78-39D7-8709-7686BD2057C8> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA0x9a0fd000 - 0x9a12dff7  libsystem_info.dylib (??? - ???) <C385F5A9-458A-3B49-9CC7-EA81DC5F9141> /usr/lib/system/libsystem_info.dylib0x9a12e000 - 0x9a171ffd  libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <4BA1F5F1-F0A2-3FEB-BB62-F514DCBB3725> /usr/lib/system/libcommonCrypto.dylib0x9abe2000 - 0x9ac33ff3  com.apple.CoreMediaIO (201.0 - 3148) <A6D1F2C8-D31A-3470-9212-E1327F044F71> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO0x9ac82000 - 0x9acaaff0  com.apple.CoreServicesInternal (113.7 - 113.7) <F5724FAC-8BB8-3F0F-B8BC-36F2CA75A23D> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal0x9acb7000 - 0x9af3cfe3  com.apple.QuickTime (7.7.1 - 2246) <56DF434A-D929-350C-86D5-684089D0EDFB> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime0x9af3d000 - 0x9af52fff  com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <92AADDB0-BADF-3B00-8941-B8390EDC931B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis0x9af53000 - 0x9afb5ff3  libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <266CE9B3-526A-3C41-BA58-7AE66A3B15FD> /usr/lib/libstdc++.6.dylib0x9afb6000 - 0x9afcfffb  com.apple.frameworks.preferencepanes (15.0 - 15.0) <2DFCA1EB-E90F-305A-823B-D73D0104951B> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes0x9afd0000 - 0x9afd0fff  libdnsinfo.dylib (395.6.0 - compatibility 1.0.0) <959E5139-EB23-3529-8881-2BCB5724D1A9> /usr/lib/system/libdnsinfo.dylib0x9afd1000 - 0x9b4adff6  libBLAS.dylib (??? - ???) <327C1517-2B63-3D8C-8D8E-CB4EBA2A9C36> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib0x9b4ae000 - 0x9b6ccff7  com.apple.imageKit (2.1 - 1.0) <0B16E64D-597C-3ECE-8076-7991AF7D6820> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit0x9b6cd000 - 0x9c152ffe  com.apple.AppKit (6.7 - 1138) <1CEDE402-32DD-3C10-B3B3-8C3DDBE8335D> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit0x9c153000 - 0x9c153fff  com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <CB952B04-595A-332B-992B-7671815750FD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib0x9c154000 - 0x9c15bfff  libnotify.dylib (80.0.0 - compatibility 1.0.0) <B3B3875D-311D-31A7-A09F-D1BC56795E00> /usr/lib/system/libnotify.dylib0x9c15c000 - 0x9c15cfff  libffi.dylib (??? - ???) <58A2AA81-461E-3581-9A8C-880A3BDA2D6A> /usr/lib/libffi.dylib0x9c15d000 - 0x9c19bfff  com.apple.NavigationServices (3.6 - 192) <CB7AE807-9292-3EBA-A5F5-D7DCEE28A5B7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices0x9c19c000 - 0x9c19fff7  libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <7F6C14CC-0169-3F1B-B89C-372F67F1F3B5> /usr/lib/system/libcompiler_rt.dylib0x9c1a0000 - 0x9c1e3ff3  com.apple.framework.CoreWLAN (2.0 - 200.46) <14071703-76D5-3EFD-A8F7-D330BB311D5B> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN0x9c236000 - 0x9c2cdff3  com.apple.securityfoundation (5.0 - 55005) <F5A98CC2-11C6-34F3-8F72-75B642627630> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation0x9c2ce000 - 0x9c2d1ffb  com.apple.help (1.3.2 - 42) <DDCEBA10-5CDE-3ED2-A52F-5CD5A0632CA2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help0x9c2d2000 - 0x9c2dffff  com.apple.HelpData (2.1.0 - 68) <C1E7DE84-CCC3-3495-93B7-3D47FBC1FFD1> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData0x9c52c000 - 0x9c53afff  com.apple.opengl (1.7.4 - 1.7.4) <0775705D-EB52-39CB-AA42-63332B8EF7C8> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL0x9c545000 - 0x9c548ffc  libpam.2.dylib (3.0.0 - compatibility 3.0.0) <6FFDBD60-5EC6-3EFA-996B-EE030443C16C> /usr/lib/libpam.2.dylib0x9c586000 - 0x9c646fff  com.apple.CoreServices.OSServices (478.25.1 - 478.25.1) <7971F047-D9EF-3D9C-A65F-E5A8C6CECF06> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices0x9c647000 - 0x9c66cff9  libJPEG.dylib (??? - ???) <5872B388-D6CC-3DD4-A2F3-8BB464E83D14> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib0x9c676000 - 0x9c698ffe  com.apple.framework.familycontrols (3.0 - 300) <C9023950-8561-3DEA-8AA8-6A39F279D4AE> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls External Modification Summary:  Calls made by other processes targeting this process:    task_for_pid: 15    thread_create: 0    thread_set_state: 0  Calls made by this process:    task_for_pid: 0    thread_create: 0    thread_set_state: 0  Calls made by all processes on this machine:    task_for_pid: 2600    thread_create: 1    thread_set_state: 0 VM Region Summary:ReadOnly portion of Libraries: Total=188.8M resident=114.1M(60%) swapped_out_or_unallocated=74.8M(40%)Writable regions: Total=63.7M written=5368K(8%) resident=30.7M(48%) swapped_out=0K(0%) unallocated=33.0M(52%) REGION TYPE                      VIRTUAL===========                      =======CG backing stores                  3708KCG image                           2192KCG raster data                      740KCG shared images                   3416KCoreAnimation                       260KCoreGraphics                          8KCoreImage                            64KCoreServices                       1192KIOKit                               400KMALLOC                             27.9MMALLOC guard page                    48KMemory tag=240                        4KMemory tag=242                       12KOpenCL                               32KStack                              67.0MVM_ALLOCATE                        16.2M__CI_BITMAP                          80K__DATA                             12.4M__DATA/__OBJC                       184K__IMAGE                            1256K__IMPORT                              8K__LINKEDIT                         42.6M__OBJC                             3060K__OBJC/__DATA                       100K__PAGEZERO                            4K__TEXT                            146.2M__UNICODE                           544Kmapped file                       105.4Mshared memory                      3460Kshared pmap                        6928K===========                      =======TOTAL                             444.8M Model: MacBook7,1, BootROM MB71.0039.B0B, 2 processors, Intel Core 2 Duo, 2.4 GHz, 4 GB, SMC 1.60f5Graphics: NVIDIA GeForce 320M, NVIDIA GeForce 320M, PCI, 256 MBMemory Module: BANK 0/DIMM0, 2 GB, DDR3, 1067 MHz, 0x80AD, 0x484D54313235533654465238432D47372020Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1067 MHz, 0x80AD, 0x484D54313235533654465238432D47372020AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x93), Broadcom BCM43xx 1.0 (5.100.98.75.10)Bluetooth: Version 2.5.0f17, 2 service, 12 devices, 1 incoming serial portsNetwork Service: Ethernet, Ethernet, en0Network Service: AirPort, AirPort, en1Serial ATA Device: Hitachi HTS545025B9SA02, 250.06 GBSerial ATA Device: HL-DT-ST DVDRW  GS23NUSB Device: Built-in iSight, apple_vendor_id, 0x8507, 0x24600000 / 2USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x06600000 / 3USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8218, 0x06630000 / 6USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0236, 0x06300000 / 2

  • ThinkPad X230 in Hand, First Thoughts Review

    I'm the lucky recipient of an early ThinkPad X230, it's a review I got yesterday and have had about 24 hours to mess with now (well, I did sleep, so make that 16).  Happy to answer any questions, I'll copy and paste below much of what I wrote in the preview on LaptopReviews.com minus some of the images and video to be bandwidth friendly.
    Earlier this week Lenovo announced the ThinkPad X230, a 12.5” screen ultraportable targeted at business buyers. While the X230 won’t go on sale via Lenovo.com until June 2012 (keep an eye on this X230 product page for availablility) we were lucky enough to receive an early review sample to try out. As most of you familiar with the ThinkPad brand know, change is generally slow from one generation to the next to keep the enterprise buying folks from getting all worked up. One thing that certainly almost never changed much was the keyboard. Until now that is.  The X230 and the rest of the ThinkPad line have adopted a new keyboard styling that uses an island style key layout and drops down to six rows of keys from seven. There are a few other changes and added features, the keyboard backlighting being my personal favorite, but for the most part the X230 is just an evolution of the X220 design wise and of course has updated internal components to boost performance.
    Keyboard Comparison with X220
    Let’s jump right to the part a lot of people are interested in hearing about -- the keyboard.  Again, a video helps to show exactly what the visual differences are so we’ll show that first and then talk about the perceived usability differences:
    ThinkPad X220 and X230 keyboard Comparison
    The first concern I had was whether the spacing of the keys was the same or different enough to cause a problem getting used to the X230 keyboard.  I was also concerned that the travel distance and feel of the keys would be different.  Rest assured, despite the very different look, the keyboard is very similar in feel to previous generations and the typing differences were really only noticeable to me when I had both the X220 and X230 next to each other and I could test the difference.  Here is what I found to be different in terms of feel, at least as far as my perception goes:
    The X230 keys seem to have a slightly lighter touch, you don’t have to push quite as hard to register a keystroke
    The X230  key surface area is slightly larger, I don’t have calipers to measure this exactly, but you can see it’s the case.  This is partly why Lenovo is claiming the new keyboard makes typing more accurate.
    The X230 keys felt slightly more slippery and not as textured as those on the X220
    Keep in mind, those are just the perceived differences in feel.  The layout has changed from six rows to seven rows, which forces a repositioning of keys that could trip up users used to the old ThinkPad keyboard.  To name just a few:
    The “Forward” and “Back” browser shortcut buttons above the left and right arrow keys are gone
    PgUp and PgDn move from the top row down to above the left and right arrow keys
    The Delete button has shrunk and moved further to the edge of the keyboard, which is almost impossible to reach without lifting the hand
    Print Screen and Insert are both moved, the Pause button and Scroll Lock are gone
    Home and End have been moved and are actually now more within reach of the pinky than before
    All media key functionality using Fn + has been moved to the F1 – F12 function keys, this is a good thing and eliminates the scattered nature of media keys in previous generations
    There are probably more differences in positioning, but those are the major ones.  I’ll also note that the Enter key is now black instead of blue and they’ve removed the “return arrow”.  In fact, a lot of the icons have been axed to make the look more clean, the arrows on the Shift key, Caps Lock and Tab keys are all gone.  It certainly does have the result of the keyboard looking more plain and clean.
    The real test is of course whether your typing is affected by the changes.  I generally type at around 80 WPM so figured I’d do a typing test using this WPM online tool to see how I faired doing the test on the X220 and then the X230.  Look, I’m not here to make an advertorial for Lenovo but I got the exact same 76 WPM score on each notebook and was ever so slightly more accurate on the X230 where I made no mistakes.  Of course, that’s one trial run, but it’s all I had the patience for and figured it was enough to provide anecdotal evidence that most users should transition just fine.
    ThinkPad X220 typing test: 76 Words per minute, one mistake made when I mistyped “M” instead of “N” for November (though there is such thing as Movember and it is a worthy cancer charity I might add)
    ThinkPad X230 typing test: 76 Words per minute, exactly the same result as the X220 but no typing mistakes
    Another new feature on the X230 is the keyboard backlight.  You can toggle between two levels of keyboard backlight brightness or use the ThinkLight positioned in the screen that shines down on the keys.  Here’s a video demoing how this looks and works:
    And below is a picture of the backlight set at its strongest level:
    Bottom line on the keyboard changes, the usability is still top notch and all of the essential keys such as alpha, numeric and common cursor movement keys are in the same location.  The biggest challenge with changes will be in regards to remapping your brain to find and reach the keys that moved such as Home, End and Delete.  The backlighting option is a definite improvement and recommended upgrade.
    Size and Weight
    While the ThinkPad X230 weighs 2.96lbs when you use the small sized 4-cell battery, Lenovo isn’t changing its marketing to call this an Ultrabook.  The thickness ranges from 0.75-inches at the front to 1.05-inches at the back due to the slope.  The 1” thickness is fat compared to the 0.68” the upcoming ThinkPad X1 Carbon will have.  That under 3lbs of weight doesn’t hold for the standard 6-cell battery either, this review unit has a weight of 3lbs 7 ounces (3.44lbs).
    Full First Thoughts Review Here

    Thanks for the excellent review.
    I am disappointed in the new keyboard choice, outside of the move to chiclet keys the move to 6 rows is just blasphemous.  As a user and owner of 10+ thinkpads, the x220 and t420s will be my last. 
    Lenovo may not even care as the general business consumer doesn't favor one keyboard style over the other, but legions of thinkpad fans will be left behind.  A sad state of things indeed.

  • Encoding issue with " " Less than sign

    Hello Experts,
       I am working on Receiver Webservice scenario where I am facing issue with "<" less than sign. SAP XI system automatically replace it with "&#60;" sign. I can see the changed value in Audit log of communication channel.
    Web service is not able to accept the data and I can see error message in audit log
    SOAP: response message contains an error XIAdapter/PARSING/ADAPTER.SOAPEXCEPTION - soap fault: Server was unable to read request. ---> There is an error in XML document (1, 573). ---> The specified node cannot be inserted as the valid child of this node, because the specified node is the wrong type._
    When I check the payload in audit log I can see the XML structure properly but as I open it in Notepad I can see character code "&#60;" instead of  u201Cless than <u201D symbol.
    Audit log XML file is as given below
    <?xml version="1.0" encoding="utf-8" ?>
    - <ns1:TurnaroundDetail xmlns:ns1="http://isotrak.com/webservices">
      <ns1:sessionid>3f2f2592-39d5-456e-8cf2-5d7ee81402c8</ns1:sessionid>
      <ns1:data><Request xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><TurnaroundDetail><PlannedJobDepartureDatesFrom="2011-03-01T12:01:23.00" To="2011-03-01T12:07:10.00"/><DepotReference DepotReference="EASTLEIGH"/><DepotReference DepotReference="CHANDLERS"/></TurnaroundDetail></Request></ns1:data>
      </ns1:TurnaroundDetail>
    When I open it in notepad I can see converted value
    <?xml version='1.0' encoding='utf-8'?>
    <TurnaroundDetail xmlns='http://isotrak.com/webservices'><sessionid>dcc4adcd-ce8f-403d-a1cf-01fcc5aab066</sessionid><data>&#60;Request xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">&#60;TurnaroundDetail>&#60;PlannedJobDepartureDatesFrom="2011-03-02T08:28:29.00" To="2011-03-02T08:38:09.00"/>&#60;DepotReference DepotReference="EASTLEIGH"/>&#60;DepotReference DepotReference="CHANDLERS"/>&#60;/TurnaroundDetail>&#60;/Request></data></TurnaroundDetail>
    I hope this is not caused due to AnonymizerBean configured in receiver SOAP comm channel.
    anonymizer.acceptNamespaces   http://isotrak.com/webservices ''
    anonymizer.encoding  ISO-8859-1 (also tried utf-8)
    anonymizer.quote  ''
    Could you please suggest if I can get rid of "&#60;" character and get < less than sign? Or it is obvious behaviour by SAP XI system w.r.t Encoding and Receiver end needs to decode this character?
    Note: As per Web service requirement whole XML data to be processed by webservice is populated in single Data field. As here we are populating whole XML data file in one field named data
    Thanks in advance.
    Vinit.

    Simply typing "Test <test> test" into a frame and exporting that yields
    <ParaStyle:Body>Test \<test\> test
    and reading it back into ID gives the expected result.

  • How securely attached is your Helix tablet and dock?

    Can't say I am 100% happy with my Helix so far, there are a few problems that I would quite like answers to, but this one ranks on top.
    The connection between my tablet and dock seems to be rather loose, to put a number here, when connected, the top of the tablet would have a 1cm play back and forth.
    Is this normal, i.e., what is it like on yours.
    Cheers!

    I see what you are saying now.  There is a slight lift, but I never would have noticed without this post.  It stays flush with the dock almost, but you are correct there is a small minor amount of space that can be had by pulling upwards on the sides.  If you lift at the middle whiile docked, there is no lift.  There is minor wiggle when typing on the keyboard, but since I have had my Helix I did not even notice until it was brought to my attention.  The wiggle only occurs on very *rough* typing.  I type with a fairly dainty touch, so I might not be the best judge in this case as far as wiggle when typing.  The view of the screen during my *rough* typing test was not really affected enough for me to care, but I can see how it would bother people and bring into question the build quality.  
    Thank you for your post and bringing it to my attention.

  • Odd compiler behavior (re: generics)

    Greetings, I am encountering a rather odd compiler generated error/warning with some code. The issue involves using an "independent" generic method of a raw-typed class. That is, the class has a variable T (call it Test<T> and has an instance method that returns ArrayList<String>. The problem: when a raw typed Test is used, the ArrayList returned is also raw. Here is some code to illustrate:
    import java.util.ArrayList;
    class Test<T>{
      ArrayList<String> getChildren(){
        return null;
      static void test1( Test t ){
        ArrayList<String> children = t.getChildren();
    // WARNING:                      ^^^^^^^^^^^^^^^^
    //Test.java:26: warning: [unchecked] unchecked conversion
    //found   : java.util.ArrayList
    //required: java.util.ArrayList<java.lang.String>
      static void test2( Test<?> t ){
        // OK, since we have the type variable set.
        ArrayList<String> children = t.getChildren();
      }If the type variable is specified as anything but raw, then it works fine.
    Is there some explantation for this behavior? My argument: since the return type of getChildren doesn't use the wildcard, why does the type argument of the implicit instance matter? Is this a compiler bug or just a "sharp edge" in the specification (perhaps even reasonable or necessary).
    I know the solution (or workaround). I am just seeking an explanation.
    Thanks,
    - Tim

    I found a bug evaluation (6358084) that was closed as not a bug where
    the evaluator wrote:
    All members, regardless of their dependence of type parameters, are erased.
    So the compiler is correct, the method call is unchecked.
    Still, I am ignorant of the reasoning for independent or fully described types.

  • Basic questions about word spacing and vertical alignment with CSS

    I'm sill very new to Dreamweaver and web page designing. I've
    read the entire manual SC3, one book, and starting another but I
    have almost 0 practice.
    Q1. so far I haven't been able to produce the effect of the
    Word Spacing property. I tried all kinds of tests and I don't know
    in what scenario this effect will show. Can someone give me a
    simple example that shows the effect of this CSS property.
    Q2. Vertical Alignment: this works well with images inserted
    into text but I also expected this to work with text against other
    text. For example I typed TEST© and assigned a different SCC
    style to the © so that I can make it smaller and put it up
    with the Vertical Alignment property. Surprisingly this propery
    didn't produce any effect. How is htis suppose to be done?

    > This is some text. This is some text.
    You forgot to wrap your text in <p> tags so the style
    rule you created
    doesn't apply.
    Walt
    "emil emil" <[email protected]> wrote in
    message
    news:[email protected]...
    >
    quote:
    Originally posted by:
    Newsgroup User
    > i don't know about Q1. but for Q2. just delete what you
    already have for
    > the copyright symbol, and then insert the copyright
    special character.
    > there's a couple ways to do it: on the main menu at the
    top of the
    > window, go to Insert, then HTML, then Special
    Characters, and select
    > Copyright. or you can also find it in the Insert panel,
    which is below
    > the menu, under Text. ...
    >
    >
    > Thanks courtney, but that was exactly the way I created
    the © character
    > and
    > like in this text here it needs to be scaled down and
    moved up
    > independently
    > from the surrounding text. Can someone please post a
    simple code showing
    > the
    > effect of the vertical alignment of text in relation to
    surrounding text.
    >
    >
    >
    quote:
    Originally posted by:
    Newsgroup User
    > Q1
    >
    > <html>
    > <head>
    > <style type="text/css">
    > p
    > {
    > word-spacing: 30px
    > }
    > </style>
    > </head>
    > <body>
    >
    > <p>
    > This is some text. This is some text.
    > </p>
    >
    > </body>
    > </html>
    >
    >
    > Thank you Ken, your code works but not the code
    generated from
    > Dreamweaver
    > when I type in the Design View and assing CSS style to
    the p tag. Does
    > Dreamweaver have trouble generating properly working
    HTML or I'm missing
    > something here? Here is the code that Dreamweaver
    generates and the word
    > spacing doesn't work with it.
    >
    > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN"
    > "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    > <html xmlns="
    http://www.w3.org/1999/xhtml">
    > <head>
    > <meta http-equiv="Content-Type" content="text/html;
    charset=utf-8" />
    > <title>Untitled Document</title>
    > <style type="text/css">
    > <!--
    > p {
    > word-spacing: 50em;
    > }
    > -->
    > </style>
    > </head>
    >
    > <body>
    > This is some text. This is some text.
    > </body>
    > </html>
    >
    >
    >

Maybe you are looking for

  • V - Lookup in Excel sheet?

    Hi , How to do V-Lookup in Excel sheet. My requirement is: I have Partner data in one excel tab in EXCELSHEET with lagacyCustomernumber, and in same excel sheet, i have one more tab i.e Sales data with SAP custemore numbers. So now I would like to do

  • Handling Error message in Module Pool screen

    Hi Folks, I have developed a ALV report for table maintenace and I am calling the Dialog screen (small one) and Create and update the records of the Ztable through that screen. Presently I am handling the error message in the main ALV screen . My req

  • Install database development mode to production mode

    Hai everybody, now i am using oracle 11g 11.2.0.0 database with default options and default parameters.OS is RHEL linux 5.5 Machine is intel dual core 3.2 with 4 Gb Ram.memory_target is 1568M sga_max_size is 1568M.Company plan to install Database in

  • Item Catlog

    hi, 1. I like to know the difference between item category and item catlog? 2. When do we use Item catlog and how do we use the item catlog? Please do give us the navigation path Regards sudharshan

  • Read XML file in WEB-INF works in exploded format but fails in EAR

    I'm able to read an XML file stored in the WEB-INF when my application is deployed in the exploded format, but when its deployed in an EAR, the reading fails.           I read from forums that getRealPath could fail, so I added in the getResourceAsSt