Skip to content

Instantly share code, notes, and snippets.

View nikos3194's full-sized avatar
😣
Pending to classify my scripts

nikos3194 nikos3194

😣
Pending to classify my scripts
View GitHub Profile
@nikos3194
nikos3194 / PlayStationBIOSFilesNAEUJP.md
Created October 5, 2023 20:54 — forked from AlisaCodeDragon/PlayStationBIOSFilesNAEUJP.md
Files for PlayStation BIOS Files NA-EU-JP
@nikos3194
nikos3194 / Public IP.cmd
Created October 11, 2022 08:45
Improved batch file for CopyIP by Sordum.org
@echo Off
title My Public IP Address
color f0
:: CopyIP.exe by www.sordum.org
:: Download: https://www.sordum.org/9201/copy-public-ip-v1-3/
:: Improved batch file by Nikos3194 (tested in Windows 7, 8.1, 10 and 11)
:menu
echo.
@nikos3194
nikos3194 / Notepad++AdvancedSearch.txt
Created June 7, 2020 15:06 — forked from ramons03/Notepad++AdvancedSearch.txt
Notepad++ Advanced search and replace. Null, Enter char, Tab, Regular Expressions, Etc.
Open the find/replace dialog.
At the bottom will be some Search mode options. Select "Extended (\n \r \t \0 \x...)"
In either the Find what or the Replace with field entries, you can use the following escapes:
\n new line (LF)
\r carriage return (CR)
\t tab character
\0 null character
\xddd special character with code ddd