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
| export RUBYDB_LIB=$HOME/KomodoIDE/INSTALLDIR/lib/support/dbgp/rubylib | |
| export RUBYDB_OPTS="HOST=localhost PORT=9000" | |
| alias ruby_debug="ruby -I$RUBYDB_LIB -r $RUBYDB_LIB/rdbgp.rb" |
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
| if ENV["RUBYDB_LIB"] | |
| rubylib = ENV["RUBYDB_LIB"] | |
| $LOAD_PATH.unshift rubylib | |
| require "#{rubylib}/rdbgp.rb" | |
| end |
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
| zend_extension=/usr/lib/php5/20090626/xdebug.so | |
| xdebug.remote_enable=1 | |
| xdebug.remote_autostart=1 | |
| ;xdebug.remote_handler=dbgp | |
| ;xdebug.remote_mode=req | |
| ;xdebug.remote_host=127.0.0.1 | |
| xdebug.remote_host=localhost | |
| xdebug.remote_port=9000 |
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
| var startTime = (new Date()).getTime(); | |
| console.log(((new Date()).getTime() - startTime) / 1000); |
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
| <html> | |
| <head> | |
| <link rel="stylesheet" href="/ext/ext-3.2.1/resources/css/ext-all.css" type="text/css" media="screen" charset="utf-8"> | |
| <script src="/ext/ext-3.2.1/adapter/ext/ext-base-debug.js" type="text/javascript" charset="utf-8"></script> | |
| <script src="/ext/ext-3.2.1/ext-all-debug.js" type="text/javascript" charset="utf-8"></script> | |
| <script type="text/javascript" charset="utf-8"> | |
| </script> | |
| <title></title> | |
| </head> |
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
| <link rel="stylesheet" type="text/css" href="ext/resources/css/ext-all.css"/> | |
| <script src="ext/adapter/ext/ext-base-debug-w-comments.js" type="text/javascript" charset="utf-8"></script> | |
| <script src="ext/ext-all-debug-w-comments.js" type="text/javascript" charset="utf-8"></script> | |
| <script type="text/javascript" charset="utf-8"> | |
| Ext.BLANK_IMAGE_URL = "ext/resources/images/default/s.gif"; | |
| </script> |
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
| <link rel="stylesheet" type="text/css" href="ext/resources/css/ext-all.css"/> | |
| <script src="ext/adapter/ext/ext-base-debug-w-comments.js" type="text/javascript" charset="utf-8"></script> | |
| <script src="ext/ext-all-debug-w-comments.js" type="text/javascript" charset="utf-8"></script> | |
| <script src="view_states.js" type="text/javascript" charset="utf-8"></script> | |
| <script type="text/javascript" charset="utf-8"> | |
| Ext.BLANK_IMAGE_URL = "ext/resources/images/default/s.gif"; | |
| </script> |
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
| <link rel="stylesheet" type="text/css" href="ext/resources/css/ext-all.css"/> | |
| <script src="ext/adapter/ext/ext-base-debug-w-comments.js" type="text/javascript" charset="utf-8"></script> | |
| <script src="ext/ext-all-debug-w-comments.js" type="text/javascript" charset="utf-8"></script> | |
| <script src="view_states.js" type="text/javascript" charset="utf-8"></script> | |
| <script type="text/javascript" charset="utf-8"> |
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
| [core] | |
| repositoryformatversion = 0 | |
| filemode = true | |
| bare = false | |
| logallrefupdates = true | |
| [remote "origin"] | |
| url = [email protected]:bigfish/html5tags.git | |
| fetch = +refs/heads/*:refs/remotes/origin/* |
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
| [branch "master"] | |
| remote = origin | |
| merge = refs/heads/master | |
| [push] | |
| default = matching |
NewerOlder