View 1.sh
##============ ≠≠≠ ============ | |
## Кастомизации Termux | |
kastom() | |
{ | |
echo "======== Кастомизации Termux ========" | sleep 3 |
View OSxBit3Testa.bat
@echo off | |
ECHO '========== Arhitecture x64 or x86=============' | |
REM ##================================================ | |
ECHO '========== VARIANT 1 =============' | |
pause | |
if "%PROCESSOR_ARCHITECTURE%" == "x86" ( |
View Backup.sh
#!/bin/bash | |
##============ ≠≠≠ ============ | |
TITLE='Backing up Termux' | |
##============ ≠≠≠ ============ | |
StoragePerm() { | |
termux-setup-storage # Storage permission is granted: | |
} |
View NUMBNET.sh
#Dev: | |
#### LOGO #### | |
logo = """ | |
░░░░░░░░░░░░░░░░ | |
░░░░███░░░██░░░░ | |
░░░░████░░██░░░░ | |
░░░░██░██░██░░░░ | |
░░░░██░░████░░░░ |
View KitKatDeodexer.bat
REM ===============KitKatDeodexer.bat================= | |
@echo off | |
java -version | |
if errorlevel 1 goto javaerror | |
if exist %~dp0 goto menu | |
REM ======================================== | |
REM |
View 1.sh
#!/bin/bash | |
# https://gist.githubusercontent.com/numbnet/16283d639aa316c8a1925c779dbd225c/raw/e44a093421e9988ffcfee7c43b2da95b5be98b57/1Etap.sh | |
kastom() { | |
TITLE = "" | |
SUBTITLE = "Кастомизации Termux" | |
NIK.NAME = "NUMBNET" | |
LastNAME |
View ask.sh
#!/bin/bash | |
##============================================= | |
while true; do | |
read -e -p "Restart your server now to complete the install (y/n)? " rsn | |
case $rsn in | |
[Yy]* ) break;; | |
[Nn]* ) echo "NO";exit; | |
esac | |
done |
View Sublime Text 3 License Key
—– BEGIN LICENSE —– | |
Andrew Weber | |
Single User License | |
EA7E-855605 | |
813A03DD 5E4AD9E6 6C0EEB94 BC99798F | |
942194A6 02396E98 E62C9979 4BB979FE | |
91424C9D A45400BF F6747D88 2FB88078 | |
90F5CC94 1CDC92DC 8457107A F151657B | |
1D22E383 A997F016 42397640 33F41CFC | |
E1D0AE85 A0BBD039 0E9C8D55 E1B89D5D |
View export-prod.polyplast.xml
This file has been truncated, but you can view the full file.
<?xml version="1.0" encoding="UTF-8" ?> | |
<!-- This is a WordPress eXtended RSS file generated by WordPress as an export of your site. --> | |
<!-- It contains information about your site's posts, pages, comments, categories, and other content. --> | |
<!-- You may use this file to transfer that content from one site to another. --> | |
<!-- This file is not intended to serve as a complete backup of your site. --> | |
<!-- To import this information into a WordPress site follow these steps: --> | |
<!-- 1. Log in to that site as an administrator. --> | |
<!-- 2. Go to Tools: Import in the WordPress admin panel. --> |
View .gitconfig
##======================================================= | |
#create a new repository on the command line | |
# echo "NEW REPO" >> README.md | |
# git init | |
# git add README.md | |
# git commit -m "first commit" | |
# git branch -M numbnet | |
# git remote add origin https://github.com/numbnet/TEST.git | |
# git push -u origin numbnet |
NewerOlder