#ssh
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 | |
ECHO '========== Arhitecture x64 or x86=============' | |
REM ##================================================ | |
ECHO '========== VARIANT 1 =============' | |
pause | |
if "%PROCESSOR_ARCHITECTURE%" == "x86" ( |
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
##============ ≠≠≠ ============ | |
## Кастомизации Termux | |
kastom() | |
{ | |
echo "======== Кастомизации Termux ========" | sleep 3 |
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
<<<<<<< HEAD | |
{ | |
"version": "1.0", | |
"components": [ | |
"Microsoft.VisualStudio.Component.CoreEditor", | |
"Microsoft.VisualStudio.Workload.CoreEditor", | |
"Microsoft.NetCore.Component.Runtime.5.0", | |
"Microsoft.NetCore.Component.Runtime.3.1", | |
"Microsoft.NetCore.Component.SDK", | |
"Microsoft.VisualStudio.Component.NuGet", |
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
<!DOCTYPE html> | |
<html> | |
<body> | |
<h2>JavaScript Array Methods</h2> | |
<h2>push()</h2> | |
<p>The push() method returns the new array length.</p> |
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
<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; |
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
<!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> |
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
</head> | |
<body> | |
<div> | |
<div id="DivID" class="btQuoteGBlock " data-eval="" data-paypal_label="" style="display: block;"></div> | |
<script> | |
var W = 0; |
Примеры регулярных выражений ##
Поиск точной фразы Поиск слова или фразы из списка Поиск слова в разных вариантах написания или со специальными символами Поиск любого адреса электронной почты в определенном домене Поиск любого IP-адреса в определенном диапазоне Поиск буквенно-цифровой строки
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
##===================== | |
Таьлица соответствии | |
## BASH ====|====POWERSHELL | |
## pwd ====|===== Get-Location | |