Skip to content

Instantly share code, notes, and snippets.

@richsch
richsch / README.md
Created October 22, 2018 15:06
Azure Functions error on Windows

This is running from VS, which has \AppData\Local\AzureFunctionsTools\Releases\1.4.0\cli\func.exe as cmd window path:


                  %%%%%%
                 %%%%%%
            @   %%%%%%    @
          @@   %%%%%%      @@
       @@@    %%%%%%%%%%%    @@@
     @@      %%%%%%%%%%        @@
@richsch
richsch / .bash_profile
Created November 2, 2016 05:33 — forked from natelandau/.bash_profile
Mac OSX Bash Profile
# ---------------------------------------------------------------------------
#
# Description: This file holds all my BASH configurations and aliases
#
# Sections:
# 1. Environment Configuration
# 2. Make Terminal Better (remapping defaults and adding functionality)
# 3. File and Folder Management
# 4. Searching
# 5. Process Management
public void test(){
var c = 10;
}