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
| public class CodeGenTests | |
| { | |
| [NUnit.Framework.Test] | |
| public void ShouldDebugSources() | |
| { | |
| var code = | |
| @"namespace Debuggable | |
| { | |
| public class HelloWorld | |
| { |
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
| #!/bin/sh -e | |
| #git-cache-meta -- simple file meta data caching and applying. | |
| #Simpler than etckeeper, metastore, setgitperms, etc. | |
| #from http://www.kerneltrap.org/mailarchive/git/2009/1/9/4654694 | |
| #modified by n1k | |
| # - save all files metadata not only from other users | |
| # - save numeric uid and gid | |
| # 2012-03-05 - added filetime, andris9 |
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
| <?php | |
| /** | |
| * Sync_enable adds options to sql-sync to enable and disable | |
| * modules after an sql-sync operation. One use case for this | |
| * is to use Drush site aliases to automatically enable your | |
| * development modules whenever you sync from your live site to | |
| * your dev site. You may also add or remove permissions at | |
| * the same time. | |
| * |
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
| <?php | |
| /** | |
| * Sync_enable adds options to sql-sync to enable and disable | |
| * modules after an sql-sync operation. One use case for this | |
| * is to use Drush site aliases to automatically enable your | |
| * development modules whenever you sync from your live site to | |
| * your dev site. You may also add or remove permissions at | |
| * the same time. | |
| * |
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
| <?php | |
| /** | |
| * Sync_enable adds options to sql-sync to enable and disable | |
| * modules after an sql-sync operation. One use case for this | |
| * is to use Drush site aliases to automatically enable your | |
| * development modules whenever you sync from your live site to | |
| * your dev site. You may also add or remove permissions at | |
| * the same time. | |
| * |