Based on the following discussion: recommendation-for-a-development-cycle-of-rstudio
(The following assumes a unix-based machine)
| #!/bin/sh | |
| # Copyright (C) 2014-2015 Assaf Gordon <[email protected]> | |
| # | |
| # datamash I/O error testing module | |
| # | |
| # This program is free software: you can redistribute it and/or modify | |
| # it under the terms of the GNU General Public License as published by | |
| # the Free Software Foundation, either version 3 of the License, or | |
| # (at your option) any later version. |
| Hi Peeps! | |
| This GIST contains a list of well-tested plate deisgns, and we are very welcomed to add you own! | |
| 1-Channel simple demo (designed by Dina): | |
| http://ipipetdev.teamerlich.org/show/demolnk1 | |
| #!/bin/sh | |
| ## This script imports (cherry-picks) commits from HomeBrew into LinuxBrew. | |
| ## | |
| ## This script automatically find the commits which updates ONLY | |
| ## formulas in "/Library/Formulas" from HomeBrew, | |
| ## and cherry-pick them into a new branch. | |
| ## | |
| ## It is assumed that the current directory is setup in the following way: | |
| ## |
| # This file is part of Autoconf. -*- Autoconf -*- | |
| # Fortran languages support. | |
| # Copyright (C) 2001, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free | |
| # Software Foundation, Inc. | |
| # This file is part of Autoconf. This program is free | |
| # software; you can redistribute it and/or modify it under the | |
| # terms of the GNU General Public License as published by the | |
| # Free Software Foundation, either version 3 of the License, or | |
| # (at your option) any later version. |
Based on the following discussion: recommendation-for-a-development-cycle-of-rstudio
(The following assumes a unix-based machine)