This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/ruby | |
# Create display override file to force Mac OS X to use RGB mode for Display | |
# see http://embdev.net/topic/284710 | |
# | |
# Update 2013-06-24: added -w0 option to prevent truncated lines | |
require 'base64' | |
data=`ioreg -l -w0 -d0 -r -c AppleDisplay` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* $Id: mxSwimlaneLayout.js,v 1.3 2013/09/23 14:11:22 david Exp $ | |
* Copyright (c) 2005-2012, JGraph Ltd | |
*/ | |
/** | |
* Class: mxSwimlaneLayout | |
* | |
* A hierarchical layout algorithm. | |
* | |
* Constructor: mxSwimlaneLayout |
OlderNewer