Skip to content

Instantly share code, notes, and snippets.

View ink-ru's full-sized avatar
🏠
Working from home

Васин Юрий ink-ru

🏠
Working from home
View GitHub Profile
alert("It works!");
<!DOCTYPE html>
<html>
<head>
<title>Airflow 404 = lots of circles</title>
<link rel="icon" type="image/png" href="/static/pin_32.png">
</head>
--- # Spanish vs Russain
"Кликбейт": "веб-контент, целью которого является получение дохода любой ценой, даже в ущерб качеству"
"Парите́т": "равенство взаимоотношений двух или более сторон"
"Цейтнот": "недостаток времени для обдумывания"
#"": ""
// ==UserScript==
// @name Jira Server enhancements
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Jira Server enhancements
// @author George Wise
// @include /^https://jira\.[\w\.]+2\.ru/.*/
// @resource IMPORTED_CSS https://gist.githubusercontent.com/ink-ru/5ea560d74707b63a4765abf32234d7cb/raw/48fe1df3e0ff1e5d4c0170c2bb847e9cd0b0f95d/jira_board_style.css
// @require http://code.jquery.com/jquery-3.4.1.min.js
// @grant GM_getResourceText
@ink-ru
ink-ru / empty_repo.md
Last active November 24, 2020 10:42
Create new repository in github, gitlab, bitbucket

You have an empty repository

To get started you will need to run these commands in your terminal.

New to Git? Learn the basic Git commands

Configure Git for the first time

  git config --global user.name "Васин Юрий Александрович"
 git config --global user.email "YAVasin@mail.ru"
@ink-ru
ink-ru / make_certs.sh
Created January 26, 2020 12:41 — forked from mediaupstream/make_certs.sh
extract ca-certs, key, and crt from a pfx file
#!/bin/bash
#
# Usage:
# ./make_certs.sh test.example.com
#
# The required input to make_certs.sh is the path to your pfx file without the .pfx prefix
#
# test.example.com.key
# test.example.com.crt (includes ca-certs)
@ink-ru
ink-ru / russian_ruble.html
Last active November 24, 2020 11:18
Russian ruble symbol with CSS
<!DOCTYPE html>
<html>
<head>
<title>Russian ruble symbol with CSS</title>
<meta charset="UTF-8" />
<style type="text/css">
* { font-family: Verdana, Arial, sans-serif; }
body { background-color: #fff; cursor: default; }
h1 { font-size: 15pt; }
@ink-ru
ink-ru / setup-franz-ubuntu.sh
Created November 6, 2017 05:43 — forked from ruebenramirez/setup-franz-ubuntu.sh
setup franz on ubuntu
#!/bin/bash
sudo rm -fr /opt/franz
sudo rm -fr /usr/share/applications/franz.desktop
# create installation dir
sudo mkdir -p /opt/franz
#install franz