Skip to content

Instantly share code, notes, and snippets.

@numbnet
numbnet / KitKatDeodexer.bat
Last active January 6, 2021 15:29
script.RunAsAdmin
REM ===============KitKatDeodexer.bat=================
@echo off
java -version
if errorlevel 1 goto javaerror
if exist %~dp0 goto menu
REM ========================================
REM
@numbnet
numbnet / NUMBNET.sh
Last active January 8, 2021 02:00
LOGO
#Dev:
#### LOGO ####
logo = """
░░░░░░░░░░░░░░░░
░░░░███░░░██░░░░
░░░░████░░██░░░░
░░░░██░██░██░░░░
░░░░██░░████░░░░
@numbnet
numbnet / OSxBit3Testa.bat
Last active January 21, 2021 15:09
Variable
@echo off
ECHO '========== Arhitecture x64 or x86============='
REM ##================================================
ECHO '========== VARIANT 1 ============='
pause
if "%PROCESSOR_ARCHITECTURE%" == "x86" (
@numbnet
numbnet / 1.sh
Last active January 23, 2021 04:45
TermuxPreInstall
##============ ≠≠≠ ============
## Кастомизации Termux
kastom()
{
echo "======== Кастомизации Termux ========" | sleep 3
@numbnet
numbnet / Debloat-Windows10.ps1
Created December 1, 2020 13:04
Windows scripts
<#
NAME
Debloat-Windows10.ps1
DESCRIPTION
Debloats and customizes Windows 10 Enterprise N LTSB.
It changes your privacy options in the settings app and disables scheduled tasks and services that are there
to gather information about you. It also tweaks the registry to customize settings, make your font display properly
on DPI scaling 125% and disable OneDrive completely. Windows Features are also disabled, such as Internet Explorer
and XPS Viewer, while others are enabled such as .NET framework 3.5. On top of it all, it appends new lines to your
hosts file that block Microsoft from collecting data on you, as well as enables or disables local policies to
<!DOCTYPE html>
<html>
<body>
<h2>JavaScript Array Methods</h2>
<h2>push()</h2>
<p>The push() method returns the new array length.</p>
@numbnet
numbnet / README.md
Last active February 17, 2021 14:06
SCRIPT FILE

Файли СЦЕНАРИЕВ

WinScp

#ssh

++

@numbnet
numbnet / 325332.html
Last active February 21, 2021 22:22
WEB
<div class="btQuoteGBlock " data-eval="" data-paypal_label="" id="tabGroup1" style="display: block;"><h3>Диференциальный</h3></div>
<div class="btQuoteGBlock " data-eval="" data-paypal_label="" id="tabGroup0" style="display: block;"><h3>Аннуитетный</h3>
<table id="tab1" class="sortable">
<thead><tr><th>Период</th><th>Сумма</th></tr></thead>
<tbody></tbody>
</table>
<script>
function getListContent() {
var sum = 1024;
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Название документа</title>
</head>
<style>tr > td:nth-child(1) {background-color: #f00;}tr>td:nth-child(2) {background-color: #0006ff;}</style>
<body>
<button onclick="foo()">Создать абзац</button>
@numbnet
numbnet / .bashrc
Last active February 25, 2021 12:58
Unix
### *** --- .bashrc --- *** ##
function bashRCAlias() {
## =======================≠=============
## Aliases
## ======================≠==============
alias ls="ls -a"
alias cp="cp -i"
alias rm="rm -rf"
alias mv="mv -i"