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
| namespace FilesTypeProvider | |
| open System.Reflection | |
| open Microsoft.FSharp.Core.CompilerServices | |
| open Samples.FSharpPreviewRelease2011.ProvidedTypes | |
| open System.Text.RegularExpressions | |
| [<TypeProvider>] | |
| type public CheckedFilesProvider() as this = |
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
| xbuild build.proj /target:Test /property:Configuration="Debug 4.0";Platform="Any CPU" | |
| xbuild build.proj /target:Build /property:Configuration="Debug 4.0";Platform="Any CPU" | |
| xbuild build.proj /target:Dist /property:Configuration="Debug 4.0";Platform="Any CPU" | |
| xbuild build.proj /target:Test /property:Configuration="Release 4.0";Platform="Any CPU" | |
| xbuild build.proj /target:Build /property:Configuration="Release 4.0";Platform="Any CPU" |
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/bash | |
| set -e | |
| show_help() { | |
| cat << EOF | |
| Usage: ${0##*/} [-u USER] [-p PASS] [-P PORT] [-H HOST] [DATABASE] | |
| ${0##*/} -h | |
| Open a standard connection in Sequel PRO. |
OlderNewer