Skip to content

Instantly share code, notes, and snippets.

View ulidtko's full-sized avatar
🤔
What it feels like, to live in a collapsing civilization?

Maxim Ivanov ulidtko

🤔
What it feels like, to live in a collapsing civilization?
View GitHub Profile
@ulidtko
ulidtko / mahjong-tileset.html
Last active December 21, 2015 03:58
A quick page with the full set of 136 click-dissolvable Mahjong tiles. Be sure to use Unicode (⩾5.1) –compliant fonts.
<!doctype html>
<html>
<head>
<meta charset="UTF-8" />
<title>Mahjong tile set</title>
<script src="http://code.jquery.com/jquery-2.0.3.min.js"></script>
<style>
body {
@ulidtko
ulidtko / vk-audio.py
Created November 21, 2012 08:49
VK API Python client
#!/usr/bin/env python
from vk import VkAPI
my_id = "8281539"
app_id = "1846406"
secret = "xxxxxxxxxxx"
if __name__=='__main__':
import json
// ==UserScript==
// @name Enable right click on 500px.com
// @namespace jQueryForChromeExample
// @include *
// @author Max Ulidtko
// @description Disables the blocker of right clicking on 500px images
// ==/UserScript==
// a function that loads jQuery and calls a callback function when jQuery has finished loading
function addJQuery(callback) {