Version 1, December 2009
Copyright (C) 2009 Philip Sturgeon [email protected]
Everyone is permitted to copy and distribute verbatim or modified copies of this license document, and changing it is allowed as long
DocumentFormat.OpenXml::GetCellValue.cs | |
https://msdn.microsoft.com/en-us/library/office/hh298534.aspx?f=255&MSPPError=-2147217396 | |
// Retrieve the value of a cell, given a file name, sheet name, | |
// and address name. | |
public static string GetCellValue(string fileName, | |
string sheetName, | |
string addressName) | |
{ |
Version 1, December 2009
Copyright (C) 2009 Philip Sturgeon [email protected]
Everyone is permitted to copy and distribute verbatim or modified copies of this license document, and changing it is allowed as long
https://github.com/OpenLiveWriter/OpenLiveWriter/blob/69ea434f36a6f63cdc5c46286fe5ffb3279d7fee/src/managed/OpenLiveWriter.Interop/Com/ComHelper.cs | |
// Copyright (c) .NET Foundation. All rights reserved. | |
// Licensed under the MIT license. See LICENSE file in the project root for details. | |
using System; | |
using System.Diagnostics; |
@powershell
cd e:\VM\nano3\
Set-ExecutionPolicy Unrestricted
Get-ExecutionPolicy -List
Import-Module .\NanoServerImageGenerator -Verbose
var host = new WebHostBuilder()
.UseUrls("http://+:5000")
.UseKestrel()
[Environment]::SetEnvironmentVariable("MYVALUES_SERVER.URLS", "http://localhost:5100") |
https://github.com/Glimpse/Glimpse/commit/de958cb270477e4bf8133b0d72206dd15bd3a548 | |
Fix #277 - Added Task<T> based async support to MVC | |
master v1.8.4 | |
… | |
1.0.1-WebForms | |
1 parent f3f7f47 commit de958cb270477e4bf8133b0d72206dd15bd3a548 @nikmd23 nikmd23 committed on 12 Mar 2013 | |
Unified Split | |
Showing 2 changed files with 11 additions and 11 deletions. | |
View |
https://github.com/Microsoft/Docker.DotNet | |
Example: Basic HTTP Authentication to Docker | |
If the Docker instance is secured with Basic HTTP Authentication, you can use the Docker.DotNet.BasicAuth package. Get this package from NuGet or by running the following command in the “Package Manager Console”: | |
PM> Install-Package Docker.DotNet.BasicAuth | |
Once you added Docker.DotNet.BasicAuth to your project, use BasicAuthCredentials type: | |
var credentials = new BasicAuthCredentials ("YOUR_USERNAME", "YOUR_PASSWORD"); | |
var config = new DockerClientConfiguration("tcp://ubuntu-docker.cloudapp.net:4243", credentials); |
https://blog.frd.mn/install-nginx-php-fpm-mysql-and-phpmyadmin-on-os-x-mavericks-using-homebrew/
https://github.com/OzzyCzech/dotfiles/blob/master/how-to-install-mac.md
http://superuser.com/questions/872309/osx-yosemite-cant-bind-brew-nginx-to-port-80
http { include mime.types; include sites-enabled/*; # load virtuals config sendfile on;