Skip to content

Instantly share code, notes, and snippets.

View ixth's full-sized avatar
🎯
Focusing

Mikhail Menshikov ixth

🎯
Focusing
View GitHub Profile
@ixth
ixth / proto.msg
Last active April 27, 2022 08:43 — forked from alexeypegov/proto.msg
ProtoBuffers debug with CURL. ProtoBuffers should be installed first: "yum install protobuf" or "brew install protobuf".
key:"string value"
int_key:22
@ixth
ixth / index.html
Created January 30, 2018 08:26 — forked from Dmitry-7/index.html
vanillaJsSlider
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<div class="menu">
@ixth
ixth / submit.js
Last active August 29, 2015 14:15
$('[data-send-request] form').submit(self.submit);
$('[data-send-request] [data-send-request-submit]').click(self.submit);
//...
self.inProgress = false;
self.submit = function (event) {
e.preventDefault();
if (self.inProgress) {
return false;
}
@ixth
ixth / gist:5091658
Last active December 14, 2015 13:09 — forked from gvidon/gist:5082220

Я: Потому что в таких документах не принято использовать отчество. Я думал уникального номера моего свидетельства будет достаточно.

ОНА: нет, не верно, отчество обязательно. а вот номер св-ва нам не нужен в таких документах

@ixth
ixth / SVN.py
Created January 10, 2012 09:40 — forked from danlamanna/SVN.py
Sublime Text 2 - SVN Plugin
import sublime, sublime_plugin
import os, commands
import json, re
import pprint
""" TODO:
- have settings file with username/password/additional flags?
- options menu, per file/folder commands