Skip to content

Instantly share code, notes, and snippets.

View luigieai's full-sized avatar
💚

Luigi luigieai

💚
View GitHub Profile
@luigieai
luigieai / GenericCooldown.java
Created June 5, 2016 21:39
GenericCooldown
import java.util.concurrent.TimeUnit;
/**
*
* @author @LuigiOliveira__
* @version 0.5
* Classe que armaneza uma Chave com um valor adaptada para cooldown!
*
* @param <K> - Um valor chave

Keybase proof

I hereby claim:

  • I am luigieai on github.
  • I am luigimarqs (https://keybase.io/luigimarqs) on keybase.
  • I have a public key ASBndTWLmL5OQgI1LFUQAwQjbbW7NCAvu89PO5-fdpcd4Qo

To claim this, I am signing this object:

@luigieai
luigieai / toggle-virtualization.bat
Created January 27, 2023 15:45 — forked from jonpulsifer/toggle-virtualization.bat
Virtualization must be disabled to use CS:GO anti-cheat clients like FACEIT and ESEA, but I like to use WSL2 and Docker, and this script helps me do that
@echo off
echo Virtualization must be disabled to use anti-cheat clients like FACEIT and ESEA
echo.
net session >nul 2>&1
if %ERRORLEVEL% EQU 0 goto :chchchchoices
echo This script requires elevated privileges. Re-run as Administrator to continue
goto :exit
:chchchchoices