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 / Windows Defender Exclusions for Developer.ps1
Last active August 1, 2022 22:40 — forked from nerzhulart/Windows Defender Exclusions for Developer.ps1
Adds Windows Defender exclusions for developers (Visual Studio, JetBrains Rider, IntellIJ Idea, Git, MsBuild, dotnet, mono etc.)
[cmdletbinding()]
Param()
$ErrorActionPreference = "Stop"
$pathExclusions = New-Object System.Collections.ArrayList
$processExclusions = New-Object System.Collections.ArrayList
$programFilesX86 = ${env:ProgramFiles(x86)}
if ($null -eq $programFilesX86) {
@giggio
giggio / .yamllint.yaml
Created May 19, 2022 19:40
My yamllint config
# yamllint config: https://github.com/adrienverge/yamllint
---
yaml-files:
- '*.yaml'
- '*.yml'
- '.yamllint'
rules:
braces: enable
@giggio
giggio / blockphone.macro
Created February 7, 2022 16:26
Macrodroid script to block your phone if connected or disconnected from charger
{
"localVariables": [],
"m_GUID": -8771842219708162749,
"m_actionList": [
{
"m_pieLockScreen": true,
"m_screenOff": true,
"m_screenOffNoLock": false,
"m_screenOnAlternative": false,
"m_SIGUID": -6648599151749269592,
@giggio
giggio / sgpresentation.md
Last active January 17, 2022 13:57
Roslyn Source Generators presentation links
@giggio
giggio / personal-block.list
Last active October 26, 2021 16:15
My custom DNS block list
config.samsungads.com
gpm.samsungqbe.com
log-config.samsungacr.com
samsungacr.com
samsungads.com
samsungcloudsolution.com
samsungcloudsolution.net
samsungotn.net
@giggio
giggio / palestra-rust-from-scratch.md
Last active May 4, 2022 01:22
Links da palestra "Montando um micro container FROM scratch com Rust"
@giggio
giggio / Anne Pro 2 QWERTY Vim.json
Created April 19, 2021 19:43
My Anne Pro 2 keyboard layout - it works great for Vim users
{
"name": "QWERTY Vim 2",
"device": 1,
"model": 5,
"type": "layout",
"data": {
"layer1": [
53,
30,
31,
@giggio
giggio / palestrasg.md
Last active January 29, 2024 01:12
Links da palestra sobre Roslyn Source Generators
@giggio
giggio / recursos-palestra-dotnet6.md
Last active December 10, 2021 19:57
Recursos da palestra sobre .NET 6
@giggio
giggio / deno-en.md
Last active February 13, 2021 14:52
Deno talk links