Skip to content

Instantly share code, notes, and snippets.

@andreanadr
andreanadr / setlocal.php
Created September 24, 2025 09:33 — forked from hurie/setlocal.php
Set locale for Indonesian on all platform (Windows, Linux and others Nix server)credit for buana95 at yahoo dot com
<?php
setlocale(LC_ALL,
'id_ID.UTF8', 'id_ID.UTF-8', 'id_ID.8859-1', 'id_ID',
'IND.UTF8', 'IND.UTF-8', 'IND.8859-1', 'IND',
'Indonesian.UTF8', 'Indonesian.UTF-8', 'Indonesian.8859-1', 'Indonesian', 'Indonesia',
'id', 'ID',
// Add english as default (if all Indonesian not available)
'en_US.UTF8', 'en_US.UTF-8', 'en_US.8859-1', 'en_US', 'American', 'ENG', 'English',
);
@andreanadr
andreanadr / FilesSnapshot.xml
Last active September 20, 2025 15:28 — forked from choco-bot/1.RegistrySnapshot.xml
advanced-ip-scanner v2.5.4594.1 - Passed - Package Tests Results
<?xml version="1.0" encoding="utf-8"?>
<fileSnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<files>
<file path="C:\ProgramData\chocolatey\lib\advanced-ip-scanner\advanced-ip-scanner.nupkg" checksum="05F8647D03D9D882544795D185971DCF" />
<file path="C:\ProgramData\chocolatey\lib\advanced-ip-scanner\advanced-ip-scanner.nuspec" checksum="5FF66F9DCA3D7B24E803B3BC3EB3EEC1" />
<file path="C:\ProgramData\chocolatey\lib\advanced-ip-scanner\tools\chocolateyinstall.ps1" checksum="362D5E9B3BF0047CE25F9D1A03F6972E" />
</files>
</fileSnapshot>