Skip to content

Instantly share code, notes, and snippets.

View giggio's full-sized avatar
💭
Nada a perder.

Giovanni Bassi giggio

💭
Nada a perder.
View GitHub Profile
@giggio
giggio / deno-en.md
Last active February 13, 2021 14:52
Deno talk links
@giggio
giggio / Add Windows Terminal Open here.reg
Created February 12, 2021 17:00
This adds Context menus for directories and directories background to open in Windows Terminal
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\shell\WT]
@="Open Windows Terminal here"
"Icon"="C:\\p\\terminal\\src\\cascadia\\CascadiaPackage\\bin\\x64\\Release\\AppX\\WindowsTerminal.exe"
[HKEY_CLASSES_ROOT\Directory\shell\WT\command]
@="wtd.exe -w 1 new-tab -d \"%V\""
[HKEY_CLASSES_ROOT\Directory\shell\WTU]
@giggio
giggio / chocopackages.txt
Created January 28, 2021 17:55
My Chocolatey packages
7zip.install 19.0
audacity 2.4.2
audacity-lame 3.100.0.20190331
autohotkey 1.1.33.02
autohotkey.install 1.1.33.02
azure-data-studio 1.25.1
bat 0.17.1
cascadiacode 2009.22
cascadiacodepl 2009.22
cascadiafonts 2009.22
@giggio
giggio / recursos-palestra-dotnet5.md
Last active December 2, 2020 20:30
Recursos da palestra sobre .NET 5
@giggio
giggio / overflow.cs
Created November 23, 2020 17:28
Checking various overflow conditions in .NET
using System;
using static System.Console;
var m = int.MaxValue;
// possible solutions:
try
{
WriteLine("n is an IntPtr");
var n = IntPtr.MaxValue;
checked
{
@giggio
giggio / docker-compose.yml
Last active April 18, 2025 10:51
Mirror Docker hub with Docker-compose
version: '3.7'
services:
dockerregistrymirror:
container_name: docker-registry-mirror
image: registry:2
ports:
- "443:443"
volumes:
- ./data/docker/var/lib/registry:/var/lib/registry
- ./data/certs:/certs
@giggio
giggio / deno.md
Last active February 13, 2021 14:30
Links da palestra sobre Deno
@giggio
giggio / .wslconfig
Last active March 30, 2022 20:45
My WSL config file.
[wsl2]
memory=4GB
swap=4GB
localhostForwarding=true
@giggio
giggio / links.md
Last active April 20, 2022 21:03
Links palestra "Usando um ambiente Linux completo no Windows com WSL e VSCode"
@giggio
giggio / activity-box
Last active August 14, 2025 09:28
Latest activity
🎉 Merged PR #561 in giggio/node-chromedriver
❗️ Opened issue #315 in hadynz/obsidian-kindle-plugin
🎉 Merged PR #560 in giggio/node-chromedriver
🗣 Commented on #559 in giggio/node-chromedriver
❗️ Closed issue #559 in giggio/node-chromedriver