Skip to content

Instantly share code, notes, and snippets.

View tooinfinity's full-sized avatar
🏠
Working from home

TouwfiQ Meghlaoui tooinfinity

🏠
Working from home
View GitHub Profile
@tooinfinity
tooinfinity / README.MD
Created February 26, 2025 23:25 — forked from artistro08/README.MD
How to setup a LEMP Development Environment with WSL2 & Valet Linux
@tooinfinity
tooinfinity / multiple_gui_choices.bat
Created October 30, 2022 10:46 — forked from AveYo/multiple_gui_choices.bat
Simple GUI helpers for batch files
@echo off &title Multiple GUI choices via powershell snippet by AveYo &rem preview: https://i.imgur.com/JjazNR0.png
:: setup gui dialog choices
set all_choices=Option 1,Option 2,Option 3,Option4,Option5
set def_choices=Option 1,Option 2,Option5
:: Show gui dialog choices 1=title 2=all_choices 3=def_choices 4=output_variable
call :choices "Multiple GUI choices" "%all_choices%" "%def_choices%" CHOICES
:: Quit if no choice selected
if not defined CHOICES color 0c &echo ERROR! No choice selected.. &timeout /t 20 &color 07 &exit/b
:: Print choices
echo Choices: %CHOICES% & echo.
@tooinfinity
tooinfinity / README.md
Created May 26, 2022 16:15 — forked from ullaskunder3/README.md
Detail flutter installation without android studio just using cmdline-tools, git, cmd