Skip to content

Instantly share code, notes, and snippets.

### Keybase proof
I hereby claim:
* I am dizzzan on github.
* I am dansisson (https://keybase.io/dansisson) on keybase.
* I have a public key whose fingerprint is 23F2 15AE D4EF 6D67 C30E EB8D 0903 D3F6 AFFC D656
To claim this, I am signing this object:
#include <ESP8266WiFi.h>
const char* ssid = "ChangeMe";
const char* password = "ChangeMe";
bool busy = false;
int ledPinRed = 13; // GPIO13---D7 of NodeMCU
int ledPinGreen = 2; // GPIO02--D4 of NodeMCU
WiFiServer server(80);
@dizzzan
dizzzan / boxstarter-personal.ps1
Last active March 11, 2022 03:04
boxstarter for personal pc
# . { iwr -useb http://boxstarter.org/bootstrapper.ps1 } | iex; get-boxstarter -Force
# Install-BoxstarterPackage -PackageName https://gist.github.com/dizzzan/9c80cb8493203f67603699be7af7357d/raw/ -DisableReboots
Disable-UAC
Disable-BingSearch
Disable-GameBarTips
@dizzzan
dizzzan / boxstarter.ps1
Last active January 31, 2018 19:24 — forked from jessfraz/boxstarter.ps1
Boxstarter Commands for a new Windows box.
# Description: Boxstarter Script
# Author: Jess Frazelle <jess@linux.com>
# Last Updated: 2017-09-11
#
# Install boxstarter:
# . { iwr -useb http://boxstarter.org/bootstrapper.ps1 } | iex; get-boxstarter -Force
#
# You might need to set: Set-ExecutionPolicy RemoteSigned
#
# Run this boxstarter by calling the following from an **elevated** command-prompt: