This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @echo off | |
| setlocal enabledelayedexpansion | |
| chcp 65001 >nul | |
| :: Define ANSI color codes with proper escape character | |
| for /f %%a in ('echo prompt $E ^| cmd') do set "ESC=%%a" | |
| set "RESET=%ESC%[0m" | |
| set "BOLD=%ESC%[1m" | |
| set "DIM=%ESC%[2m" | |
| set "YELLOW_BG=%ESC%[43m%ESC%[30m" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python3 | |
| import sys | |
| import os | |
| from pathlib import Path | |
| from rich.console import Console | |
| from rich.syntax import Syntax | |
| # Import dengan error handling | |
| try: | |
| from gntplib import Publisher |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Visual Studio 2022 | |
| Enterprise : | |
| VHF9H-NXBBB-638P6-6JHCY-88JWH | |
| Professional: | |
| TD244-P4NB7-YQ6XK-Y8MMM-YWV2J |
NewerOlder