Skip to content

Instantly share code, notes, and snippets.

View bonomali's full-sized avatar

brikkho net bonomali

View GitHub Profile
@bonomali
bonomali / a-pure-css-game-you-must-build-a-lighthouse.markdown
Created November 1, 2020 00:16
A Pure CSS Game - You Must Build a Lighthouse.
@bonomali
bonomali / wsl2-network.ps1
Created November 2, 2020 21:33 — forked from kaestnja/wsl2-network.ps1
WSL 2 TCP NETWORK FORWARDING
# WSL2 network port forwarding script v1
# for enable script, 'Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope CurrentUser' in Powershell,
# for delete exist rules and ports use 'delete' as parameter, for show ports use 'list' as parameter.
# written by Daehyuk Ahn, Aug-1-2020
# Display all portproxy information
If ($Args[0] -eq "list") {
netsh interface portproxy show v4tov4;
exit;
}
---
title: "Quick Start Step 1"
view:
baselayer: osm
featurelayers: []
latitude: 18.7360
longitude: -72.4178
maxZoom: 18
minZoom: 0