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
| stat_summary(aes(label=round(..y..,2)), fun.y=mean, geom="text", size=6, vjust = -0.5) |
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
| hdmi_force_edid_audio=1 | |
| decode_MPG2=0x7a641de0 | |
| decode_WVC1=0x47751316 |
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
| source("http://bioconductor.org/biocLite.R") | |
| biocLite("RmiR") |
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
| git rm -r --cached . | |
| git add . | |
| git commit -m ".gitignore is now working" |
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
| import static groovy.io.FileType.* | |
| import static groovy.io.FileVisitResult.* | |
| def headerFile = new File("/home/markus/Projects/olf_gpl3_license.txt") | |
| def headerLines = headerFile.readLines() | |
| def sourcebase = new File("/home/markus/Projects/OpenLabFramework") | |
| sourcebase.traverse( | |
| type : FILES, | |
| nameFilter : ~/.*\.groovy/, | |
| preDir : { if (it.name == '.svn' || it.name == '.idea' || it.name == '.git') return SKIP_SUBTREE } | |
| ) { f -> |
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
| changeSet(author: "mlist (generated)", id: "1340373645634-47") { | |
| addNotNullConstraint(columnDataType: "datetime2", columnName: "date_created", schemaName: "dbo", tableName: "slide_layout", | |
| defaultNullValue: "2012-06-22 00:00:00.0000000") | |
| } |
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
| select * from databasechangelog order by orderexecuted |
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
| //select migration file | |
| grails.plugin.databasemigration.changelogFileName = 'changelog-0.3.groovy' |
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
| grails -Dgrails.env=migrate dbm-update |
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
| changeSet(author: "mlist (generated)", id: "1340373645634-47") { | |
| addNotNullConstraint(columnDataType: "bigint", columnName: "createdBy", schemaName: "dbo", tableName: "slide_layout", defaultNullValue: 1) | |
| } |