Skip to content

Instantly share code, notes, and snippets.

@nils-a
nils-a / Readme.md
Last active May 5, 2024 07:40
Update-AUPackages Report #powershell #chocolatey
@nils-a
nils-a / nils-org_CLA_LicenseAgreement.md
Last active April 4, 2022 14:40
CLA License Agreement

Nils Andresen Individual Contributor License Agreement

Thank you for your interest in contributing to open source software projects (“Projects”) made available by Nils Andresen or its affiliates (“Nils Andresen”). This Individual Contributor License Agreement (“Agreement”) sets out the terms governing any source code, object code, bug fixes, configuration changes, tools, specifications, documentation, data, materials, feedback, information or other works of authorship that you submit or have submitted, in any form and in any manner, to Nils Andresen in respect of any of the Projects (collectively “Contributions”). If you have any questions respecting this Agreement, please contact nils@nils-andresen.de.

You agree that the following terms apply to all of your past, present and future Contributions. Except for the licenses granted in this Agreement, you retain all of your right, title and interest in and to your Contributions.

Copyright License. You hereby grant, and agree to grant, to Nils Andrese

@nils-a
nils-a / cake-ide-features.md
Last active August 17, 2021 12:02
An incomplete list of cake IDE Features
@nils-a
nils-a / MakeLink.cs
Created November 2, 2018 09:26
Create an exe, that opens a link
@ECHO OFF
if not "%VSINSTALLDIR%"=="" goto nodetection
FOR %%P IN ("%ProgramFiles(x86)%", "%ProgramFiles%") do (
::ECHO %%P
FOR %%E IN ("Professional","Enterprise") do (
::ECHO %%E
if exist "%%~P\Microsoft Visual Studio\2017\%%~E\Common7\Tools\VsDevCmd.bat" (
::SET BASE="%%P\Microsoft Visual Studio\2017\%%E\Common7\IDE"
call "%%~P\Microsoft Visual Studio\2017\%%~E\Common7\Tools\VsDevCmd.bat"
)

Keybase proof

I hereby claim:

  • I am nils-a on github.
  • I am nilsa (https://keybase.io/nilsa) on keybase.
  • I have a public key ASAF3QqoeLGt_-2cSoaW0UAV7UOyi5UJpbm46VIv24g2zgo

To claim this, I am signing this object:

@nils-a
nils-a / bad.ps1
Created April 12, 2017 19:29
#Requires in PowerShell
Add-PSSnapin Microsoft.SharePoint.PowerShell -ErrorAction Inquire | Out-Null