Skip to content

Instantly share code, notes, and snippets.

@noelbundick
noelbundick / default.ps1
Created April 24, 2015 20:37
Sample build
properties {
$config = if ($config) { $config } else { "Debug" }
$base_dir = Resolve-Path .
$sln_file = "$base_dir\ProjectName.sln"
$artifacts_dir = "$base_dir\build"
$package_dir = "$base_dir\packages"
$ef_migrate_output = "$artifacts_dir\Tools\EF\"
$msbuild = "msbuild"
@noelbundick
noelbundick / LICENSE
Last active October 5, 2023 04:20
Solarized Dark for Bash on Windows
MIT License
Copyright (c) 2018 Noel Bundick
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
@noelbundick
noelbundick / LICENSE
Last active June 3, 2018 16:56
Setup Azure Cloud Shell share
MIT License
Copyright (c) 2018 Noel Bundick
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
@noelbundick
noelbundick / LICENSE
Last active June 3, 2018 17:01
Create AAD Service Principal for Postman
MIT License
Copyright (c) 2018 Noel Bundick
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
@noelbundick
noelbundick / LICENSE
Last active June 3, 2018 17:01
aci-minecraft
MIT License
Copyright (c) 2018 Noel Bundick
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
@noelbundick
noelbundick / LICENSE
Last active June 3, 2018 16:59
aci-minecraft-windows
MIT License
Copyright (c) 2018 Noel Bundick
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
@noelbundick
noelbundick / LICENSE
Created October 4, 2017 23:48
OMS workspace key from command line
This is free and unencumbered software released into the public domain.
Anyone is free to copy, modify, publish, use, compile, sell, or
distribute this software, either in source code form or as a compiled
binary, for any purpose, commercial or non-commercial, and by any
means.
In jurisdictions that recognize copyright laws, the author or authors
of this software dedicate any and all copyright interest in the
software to the public domain. We make this dedication for the benefit
@noelbundick
noelbundick / Dockerfile
Created February 12, 2018 23:41
Interactive Docker example
FROM alpine
COPY install.sh /
CMD /bin/sh -c '/install.sh';'/bin/sh'
@noelbundick
noelbundick / Dockerfile
Last active June 3, 2018 16:59
acanthamoeba/mssql-server-windows-developer
#escape=`
FROM microsoft/mssql-server-windows-developer:1709
RUN Stop-Service MSSQLSERVER; `
mv 'C:\Program Files\Microsoft SQL Server\MSSQL14.MSSQLSERVER\MSSQL\DATA' C:\default; `
mkdir 'C:\Program Files\Microsoft SQL Server\MSSQL14.MSSQLSERVER\MSSQL\DATA'; `
Set-Service MSSQLSERVER -StartupType Manual;
COPY customstart.ps1 C:\
@noelbundick
noelbundick / LICENSE
Last active June 3, 2018 16:59
Open Service Broker for Azure + Mongo console
MIT License
Copyright (c) 2018 Noel Bundick
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions: