Skip to content

Instantly share code, notes, and snippets.

View PowZone's full-sized avatar
🎯
Focusing

Paolo Faccini PowZone

🎯
Focusing
View GitHub Profile
@PowZone
PowZone / win10colors.cmd
Created June 15, 2023 08:40 — forked from mlocati/win10colors.cmd
ANSI Colors in standard Windows 10 shell
@echo off
setlocal
call :setESC
cls
echo %ESC%[101;93m STYLES %ESC%[0m
echo ^<ESC^>[0m %ESC%[0mReset%ESC%[0m
echo ^<ESC^>[1m %ESC%[1mBold%ESC%[0m
echo ^<ESC^>[4m %ESC%[4mUnderline%ESC%[0m
@PowZone
PowZone / PlayM4A.as
Last active August 29, 2015 14:09 — forked from ton1517/PlayM4A.as
package {
import flash.display.Sprite;
import flash.events.Event;
import flash.events.NetStatusEvent;
import flash.events.UncaughtErrorEvent;
import flash.media.Sound;
import flash.media.SoundTransform;
import flash.net.NetConnection;
import flash.net.NetStream;