Skip to content

Instantly share code, notes, and snippets.

View my8bit's full-sized avatar
πŸ”‘
πŸ’€β€Žβ€πŸ’»εΏθ€…πŸ’

Ihor Pavlenko my8bit

πŸ”‘
πŸ’€β€Žβ€πŸ’»εΏθ€…πŸ’
View GitHub Profile
@my8bit
my8bit / ΠœΠΎΠ»ΠΎΠ΄ΠΎΡΡ‚ΡŒ ΠΆΠΈΠ²Π°.md
Last active August 29, 2015 13:58
ΠœΠΎΠ»ΠΎΠ΄ΠΎΡΡ‚ΡŒ ΠΆΠΈΠ²Π°

###ΠœΠΎΠ»ΠΎΠ΄ΠΎΡΡ‚ΡŒ ΠΆΠΈΠ²Π°

Em C G Am

Плакали Π΄Π° спорили - просто стыд ΠΈ срам
ΠŸΠ°ΡΡ‹Π½ΠΊΠΈ истории Ρ€ΠΎΠΊ-Π½-Ρ€ΠΎΠ»Π»ΡŒΠ½Ρ‹ΠΉ Ρ…Π»Π°ΠΌ
Π–Π΄Π°Π»ΠΈ Ρ‚ΠΎ Π»ΠΈ Π°Π»Ρ‹Π΅, Ρ‚ΠΎ Π»ΠΈ паруса
Бидя Π½Π° ΠΎΠ±ΠΎΡ‡ΠΈΠ½Π΅, глядя Π² нСбСса

ПСли пСсни старыС, ΠΏΠΎΠ·Π°Π±Ρ‹Π² слова

@my8bit
my8bit / Пиип Π½Π° Π›ΠΈΠΈΠΏ - Π˜Π΄Ρƒ Ρ‡ΠΈΡ‚Π°ΡŽ.txt
Last active August 29, 2015 13:55
Пиип Π½Π° Π›ΠΈΠΈΠΏ - Π˜Π΄Ρƒ Ρ‡ΠΈΡ‚Π°ΡŽ
_______G_______A_________D
Π˜Π΄Ρƒ Ρ‡ΠΈΡ‚Π°ΡŽ Ρ‚ΠΎ Ρ‡Ρ‚ΠΎ ΠΌΠ½Π΅ Π½Π΅ Π½Π°Π΄ΠΎ Π·Π½Π°Ρ‚ΡŒ,
Π”ΠΎΠΌ продаСтся, Π° ΠΊΠ²Π°Ρ€Ρ‚ΠΈΡ€Ρƒ ΠΌΠΎΠΆΠ½ΠΎ ΡΠ½ΡΡ‚ΡŒ.
Π’ΡΠ΅Π»ΡŽ стундСнток ΠΈ досмотрим старика.
ΠŸΡ€ΠΎΠ΄Π°ΠΌ ΠΊΠΎΡ‚Π΅Π½ΠΊΠ° Ρ‚ΠΎΠ»ΡŒΠΊΠΎ Ρ‡Ρ‚ΠΎΠ± навСрняка.
_______Cm_______A________G_______Dm
Π˜Π΄Ρƒ Ρ‡ΠΈΡ‚Π°ΡŽ, "ВсСм Π½Π° Π²Ρ‹Π±ΠΎΡ€Ρ‹ ΠΈΠ΄Ρ‚ΠΈ!"
@my8bit
my8bit / stream.py
Created January 21, 2014 16:57
How to save youtube live stream. Python script which allows to save video by sequences
#!/usr/bin/python
# # # # # # # # # # # # # # # # # # # #
# #
# Script was made by Dennis #
# http://stefansundin.com/blog/452 #
# http://pastebin.com/8cw9LHFg #
# #
# # # # # # # # # # # # # # # # # # # #
h1 {
color: red;
}
!!!
%html{lang: "en"}
%head
%meta{charset: "utf-8"}/
%title Hello World from HTML by Koding
%meta{content: "width=device-width,initial-scale=1", name: "viewport"}/
%link{href: "//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800", rel: "stylesheet", type: "text/css"}/
%body.php
#container
#main.hellobox{role: "main"}
@my8bit
my8bit / scriptExec.md
Last active December 28, 2015 19:09
New feature in Chrome Debugger - finish script execution.

Finish script execution without stopping.

Press the Play button and hold until see new pop-up button. Release the mouse on new button to finish executing script without stopping.

screenshot

@my8bit
my8bit / My sample post on gist.io.md
Last active December 27, 2015 17:19
My sample post on gist.io

Simple Markdown post with image

Success kid

and some code

    if (true) {
    }

and ... thats it!

@my8bit
my8bit / Get only text nodes
Last active September 25, 2021 01:51 — forked from IceCreamYou/Inc 500 TSV
Get only text nodes inside dom element
/**
* Get an array containing the text nodes within a DOM node.
*
* From http://stackoverflow.com/a/4399718/843621
*
* For example get all text nodes from <body>
*
* var body = document.getElementsByTagName('body')[0];
*
* getTextNodesIn(body);
/*
Ext.JS 3 simple grid resizer
@number - number. please pay attention that index starts from 0
@width - number.
TODO more specific selector
*/
function resizeColumn(number, width) {
var column = document.querySelectorAll('.x-grid3-td-' + number);
for (var i = 0; i < column.length; i++) {
@my8bit
my8bit / gTune.js
Created November 9, 2012 12:30
Tune gTalk
/* Tune gmail chat pop-up. Press pop-out
* Shift + Ctrl + J and Ctrl + V this code to console
*/
var output = document.getElementsByClassName("nH ko")[0].style;
var input = document.getElementsByClassName("nH")[24].style;
var fStyle = function (style) {
style.color = "#61E722";
style.backgroundColor = "black";