Skip to content

Instantly share code, notes, and snippets.

View tomatolog's full-sized avatar

Stas tomatolog

View GitHub Profile
@tomatolog
tomatolog / marble run.md
Last active June 21, 2024 15:55
marble run

idea

  • снять дорогу через город \ горы, дроном.
  • пролет дроном чтобы финальное видео получилось на 3-5 минут
  • вид сбоку вдоль дороги (с видом как в Night of the mini dead)
  • нарисовать \ смонтировать marble race
  • размеры шаров с колеса авто \ чтобы были хорошо заметны на видео и взаимодействовали с окружением

reference с заставкой, шарами участниками, видон на трассу и победителями yt playlist

@tomatolog
tomatolog / ut HN.md
Created January 26, 2024 20:13
ut selected

2023

UTU 2023

broj parcel
red broj vlasnik broj UT
@tomatolog
tomatolog / house build docs.md
Last active December 9, 2023 09:30
house build docs
  • UT-условия

    • Запрос на выдачу условий ЕТ – 2 Eur
    • Выдача условий ЕТ – 50 Eur
  • Геодезические услуги

    • Строительство геодезической базы - 100 Eur
    • Разбивка здания и разметка осей – 100 Eur
  • Мастер-проект с этапами

  • Концептуальное решение – 1500 Eur
@tomatolog
tomatolog / split-orto-v2.kbd.json
Last active October 22, 2020 15:08
split orto v2
[
{
"backcolor": "#000000",
"name": "split orto v2",
"author": "Stan",
"switchMount": "cherry",
"switchBrand": "cherry",
"switchType": "MX3A-L1xx",
"pcb": false,
"plate": true
@tomatolog
tomatolog / tcpdump.txt
Created March 13, 2018 12:17 — forked from gstark/tcpdump.txt
Use tcpdump to monitor mysql
Use tcpdump to monitor mysql
# Capture the packets
sudo tcpdump -i eth0 port 3306 -s 0 -x -n -q -tttt -w tcpdump.out
# analyze all the requests from a given host
pt-query-digest --type=tcpdump --filter '($event->{host} || $event->{ip} || "") =~ m/192.168.248.64/' tcpdump.out
@tomatolog
tomatolog / new_invoice.py
Last active February 24, 2018 10:37
add file with next number
import os, sys, re
def die(s):
print s
sys.exit ( 1 )
invoice_name = "invoice_"
got_files = []
cwd = os.getcwd()
@tomatolog
tomatolog / con1.lua
Created January 11, 2017 11:28
luasql mysql issue #22
local luasql = nil
local json = require('cjson')
local ENV = nil
local CONN = nil
local CUR = nil
local result = {}
local dbname = 'DB_NAME_HERE'
local dbuser = 'DB_USER_NAME_HERE'
@tomatolog
tomatolog / master_macos_fix.patch
Created April 26, 2016 07:06
master_macos_fix
src/searchdha.cpp | 3 +++
src/sphinx.cpp | 4 ++--
src/sphinxstd.cpp | 2 ++
3 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/src/searchdha.cpp b/src/searchdha.cpp
index 27bc01e..2af933d 100644
--- a/src/searchdha.cpp
+++ b/src/searchdha.cpp
@@ -21,6 +21,9 @@