Skip to content

Instantly share code, notes, and snippets.

View Paebbels's full-sized avatar

Patrick Lehmann Paebbels

View GitHub Profile
@Paebbels
Paebbels / IndividualContributerLicenseAgreement_JSON-for-VHDL
Created April 23, 2016 23:37
Individual Contributer License Agreement for Paebbels/JSON-for-VHDL
The Apache Software Foundation
Individual Contributor License Agreement ("Agreement") V2.0
http://www.apache.org/licenses/
Thank you for your interest in The Apache Software Foundation (the
"Foundation"). In order to clarify the intellectual property license
granted with Contributions from any person or entity, the Foundation
must have a Contributor License Agreement ("CLA") on file that has
been signed by each Contributor, indicating agreement to the license
terms below. This license is for your protection as a Contributor as
@Paebbels
Paebbels / Microsoft.PowerShell_profile.ps1
Created January 21, 2015 17:06
My PowerShell profile scripts
# Save this file as: C:\Users\<Username>\Documents\WindowsPowerShell\Microsoft.PowerShell_profile.ps1
$Executables = @{
'Notepad++'="C:\Program Files (x86)\Notepad++\notepad++.exe"
}
Write-Host "--------------------------------------------------------------------------------"
if (Test-Path $Executables['Notepad++'])
{ # function Edit