Skip to content

Instantly share code, notes, and snippets.

View M-O-Z-G's full-sized avatar

Aleksandr "M.O.Z.G" Dikov M-O-Z-G

View GitHub Profile
@M-O-Z-G
M-O-Z-G / Panton® Color Selector on Select2.markdown
Last active May 10, 2016 23:52
Pantone® Color Selector on Select2
@M-O-Z-G
M-O-Z-G / currency-converter_func.php
Last active June 19, 2016 12:56
PHP currency converter with Google
<?php
function converterCurrency($price) {
$price = (float) $price;
if ( $country == 'ru') { //Your switching rule here
$cur_glyph = ' &#8381;'; // Currency Glyph
$amount = urlencode($price);
$from_Currency = urlencode('USD'); //Initial Currency
$to_Currency = urlencode('RUB'); //Target Currency
$get = file_get_contents("https://www.google.com/finance/converter?a=$amount&from=$from_Currency&to=$to_Currency");
$get = explode("<span class=bld>", $get);
@M-O-Z-G
M-O-Z-G / list.md
Last active June 13, 2017 18:58
List of Mastadon instances with any kind of censorship
@M-O-Z-G
M-O-Z-G / vimiumSearchEngines
Last active April 25, 2024 20:33
Vimium Search Engines
# w: http://www.wikipedia.org/w/index.php?title=Special:Search&search=%s Wikipedia
# More examples.
#
# (Vimium supports search completion Wikipedia, as
# above, and for these.)
#
g: http://www.google.com/search?q=%s Google
# l: http://www.google.com/search?q=%s&btnI I'm feeling lucky...
# y: http://www.youtube.com/results?search_query=%s Youtube
@M-O-Z-G
M-O-Z-G / GREP QUICK REFERENCE CHART (Converted from PDF).md
Created October 8, 2018 08:33
GREP QUICK REFERENCE CHART (Converted from PDF)
WILDCARDS
Any Digit \d
Any Letter [\l\u]
Any Character .
Any White Space \s
Any Word Character \w
Any Lowercase Letter \l
Any Uppercase Letter \u
@M-O-Z-G
M-O-Z-G / color.styl
Last active October 22, 2018 05:36
Expanded color variables with names
/*
* Expanded color variables with names.
* Based on hackmd.io/s/HymT8Rcim table.
* Guided by www.workwithcolor.com
*/
$clr-white ?= #FFFFFF
$clr-white-smoke ?= #F5F5F5
$clr-silver ?= #C0C0C0
$clr-gray ?= #808080
@M-O-Z-G
M-O-Z-G / color.styl
Last active January 6, 2019 10:38
Expanded color list with names
/*
* Expanded color variables with names.
* Based on named data from encycolorpedia.com site
*
* References:
* [Neutral](https://hackmd.io/s/S1qnTXni7#Neutral)
* [Red color (hue range 355-10°)](https://hackmd.io/s/S1qnTXni7#Red-color-hue-range-355-10%C2%B0)
* [Red-Orange (hue range 11-20°)](https://hackmd.io/s/S1qnTXni7#Red-Orange-hue-range-11-20%C2%B0)
* [Orange & Brown (hue range 21-40°)](https://hackmd.io/s/SktkVE2jQ#Orange-amp-Brown-hue-range-21-40%C2%B0)
* [Orange-Yellow (hue range 41-50°)](https://hackmd.io/s/SktkVE2jQ#Orange-Yellow-hue-range-41-50%C2%B0)
@M-O-Z-G
M-O-Z-G / so_rule_list_for_forbidden_sites_RU.ini
Last active December 4, 2018 03:23
so_rule_list_for_forbidden_sites_RU.ini
[SwitchyOmega Conditions]
@with result
; Tor, Psiphone and I2P proxies used. Change name after `+` character if needed.
@note filter every russian domain, because all of them are potentially dangerous for us.
*.*.ru +Tor
;
; Special domain names
@M-O-Z-G
M-O-Z-G / _mediaCombined.styl
Last active December 3, 2018 08:04
Media query for mobile devices [Stylus Mixin]
//
// Media query for mobile devices
//
// SHORTNAME ......... DEVICE NAME
//
// AW ................ Apple Watch
// GF2 ............... Galaxy S2
// GF3 ............... Galaxy S3
// GS4-5-N3 .......... Galaxy S4, S5, Note 3
// GS5 ............... Galaxy S5
@M-O-Z-G
M-O-Z-G / Loft Curves.json
Last active February 8, 2019 18:50
Loft between multiple joined curves in Blender 2.8 with Sverchok 0.6.0.0
{
"export_version": "0.072",
"framed_nodes": {},
"groups": {},
"metainfo": {
"author": "Aleksandr \"M.O.Z.G\" Dikov",
"description": "SV 0.6.0.0 @ Blender 2.8",
"license": "CC-BY-SA"
},
"nodes": {