#Installing ngrok on OSX
- Download ngrok
- Unzip it to your Applications directory
- Create a symlink (instructions below)
Run the following two commands in Terminal to create the symlink.
# cd into your local bin directory| <Page | |
| x:Class="TestingExtendedTemplate.MainPage" | |
| xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" | |
| xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" | |
| xmlns:local="using:TestingExtendedTemplate" | |
| xmlns:d="http://schemas.microsoft.com/expression/blend/2008" | |
| xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" | |
| RequestedTheme="Dark" | |
| mc:Ignorable="d"> | |
| <Page.Resources> |
| <#PSScriptInfo | |
| .VERSION 1.2 | |
| .AUTHOR jongalloway@gmail.com | |
| .GUID da220b4e-e889-42dc-85cd-91e0f91a965e | |
| .PROJECTURI https://gist.github.com/jongalloway/935780 | |
| .RELEASENOTES 1.2 adds regular expression title match (thanks, @meavk) | |
| #> | |
| <# | |
| .DESCRIPTION |
#Installing ngrok on OSX
Run the following two commands in Terminal to create the symlink.
# cd into your local bin directory| using System; | |
| using System.Collections.Generic; | |
| using System.Linq; | |
| using System.Net.Http; | |
| using System.Net.Http.Headers; | |
| using System.Security.Claims; | |
| using System.Threading.Tasks; | |
| using System.Web; | |
| using IdentityServer3.Core.Models; | |
| using IdentityServer3.Core.Services; |
| My first gist | |
| G1 Z70 F360 ; move up above object | |
| G1 X150 Y200 F3600 ; move to center of build area | |
| G1 E-40 F1800 ; eject filament from extruder | |
| M84 ; disable motors | |
| M0 Change Color... | |
| M17 ; enable motors | |
| G92 E0 ; reset extruder coordinates | |
| G1 E50 F60 ; prime new filament | |
| G92 E0 |
| /* | |
| This sketch is to control the functions of 2 RGB LEDs utilizing all of the PWM pins | |
| on an Arduino | |
| */ | |
| // Pinouts for NANO | |
| int lledRed = 11; | |
| int lledBlue = 10; | |
| int lledGreen = 9; |
| /* | |
| This sketch is to control the functions of 2 RGB LEDs utilizing all of the PWM pins | |
| on an Arduino | |
| */ | |
| // Pinouts for NANO | |
| int lledRed = 11; | |
| int lledBlue = 10; | |
| int lledGreen = 9; |
| @"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin" | |
| choco feature enable -n allowGlobalConfirmation | |
| choco install 7zip /y | |
| choco install 7zip.install /y | |
| choco install ARMClient /y | |
| choco install audacity /y | |
| choco install audacity-lame /y | |
| choco install autohotkey /y | |
| choco install autohotkey.install /y |