Skip to content

Instantly share code, notes, and snippets.

View crashmax-dev's full-sized avatar
:octocat:
Meow

Vitalij Ryndin crashmax-dev

:octocat:
Meow
  • Russia
  • 03:22 (UTC +08:00)
View GitHub Profile
@crashmax-dev
crashmax-dev / apidebug.js
Created August 9, 2018 04:50
Spaces.ru API Debug
var DEBUG_TIME_LEVEL = {
"QUICKLY": 1,
"VERY_QUICKLY": 0,
"VERY_SLOWLY": 4,
"COMPREHENSIBLE": 2,
"SLOWLY": 3
};
var DEBUG_TIME_LEVEL_LC_NAME = {
"4": "very_slowly",
"1": "quickly",
#!/bin/bash
cd ~/Desktop/root/github/spaces.ru && npm start
git commit -a -m "$(date +"%x %T")" && git push
read
# Windows .bat
# cd %USERPROFILE%/Desktop/root/github/spaces.ru && npm start
# git commit -a -m "$(date +"%x %T")" && git push
# pause
<?php
$headers = getallheaders();
header("Content-Type: application/json");
header("Access-Control-Allow-Credentials: true");
header("Access-Control-Allow-Origin: ".$headers["Origin"]);
$data = $_POST["value"];
if (isset($data) && !empty($data)) {
@crashmax-dev
crashmax-dev / index.html
Last active September 9, 2021 18:04
theme.js
<input type="checkbox" id="switchTheme">
<label for="switchTheme"></label>
[
"На Рython можно написать все. На C++ можно написать Python.",
"Убраться на столе? Не, не слышал.",
"Кому и командная строка – дружественный интерфейс...",
"На С я могу просто делать ошибки. На С++ я могу их наследовать!",
"Я сам раозбарл, поичтсил и сбоарл клаиуавтру.",
"9 утра. — Уже работаешь? ... — Ещё работаю.",
"Никто не называет автомобиль двигателем, но вот системный блок процессором...",
"Работай! Ну пожалуйста...",
"Дописал свою баговую прогу, все продебажил, работает идеально...но тут — проснулся.",
<?php
header('Content-Type: application/json');
header('Access-Control-Allow-Credentials: false');
header("Access-Control-Allow-Origin: *");
require "../vendor/autoload.php";
use PHPHtmlParser\Dom;
$dom = new Dom;
@crashmax-dev
crashmax-dev / settings.json
Last active March 7, 2023 19:14
VS Code Settings
{
"window.title": "${dirty}${appName} ¯\\_(ツ)_/¯ ${rootName}",
"editor.tabSize": 2,
"terminal.integrated.smoothScrolling": true,
"editor.inlineSuggest.enabled": true,
"editor.cursorSmoothCaretAnimation": "on",
"editor.smoothScrolling": true,
"editor.minimap.enabled": true,
"editor.stickyScroll.enabled": false,
"editor.inlayHints.enabled": "on",
@crashmax-dev
crashmax-dev / launch.json
Last active November 28, 2021 10:25
VS Code debugging (typescript, nodemon, ts-node)
{
"version": "0.2.0",
"configurations": [
{
"name": "Debug Nodemon",
"type": "node",
"request": "attach",
"processId": "${command:PickProcess}",
"restart": true,
"protocol": "inspector"
@crashmax-dev
crashmax-dev / README.md
Last active April 22, 2024 21:15
Иероглифы похожие на русские и английские буквы

Русский алфавит:

  • А – 丹升什闩
  • Б – 石右五
  • В – 归乃巧日扫丑
  • Г – 厂广
  • Д – 亼 囗
  • Е – 巨乞仨巳它正臣亖乜
  • Ё – 庄
  • Ж – 水卌兴川氽米
@crashmax-dev
crashmax-dev / tts.js
Last active November 2, 2021 01:11
Text to speech synthesizer (Windows NodeJS)
import { exec } from 'child_process'
const speed = 5
const volume = 35
// get installed voices
// Add-Type -AssemblyName System.speech;$speak = New-Object System.Speech.Synthesis.SpeechSynthesizer;$speak.GetInstalledVoices() | % {$_.VoiceInfo.Name}
const voice = 'Microsoft Irina Desktop'
const message = 'Привет'
// filtering special characters