Skip to content

Instantly share code, notes, and snippets.

View vladkorotnev's full-sized avatar
💭
What's happening?

Akasaka Ryuunosuke vladkorotnev

💭
What's happening?
View GitHub Profile
@vladkorotnev
vladkorotnev / vkaddict.js
Last active December 17, 2015 02:09
"коробочки" чата ВК на другом сайте, предварительная версия
//Usage: bookmarklet. Create a new bookmark with these contents:
// javascript:(function(){document.body.appendChild(document.createElement('script')).src='https://gist.github.com/vladkorotnev/5533667/raw';})();
var hp="http://vladkorotnev.github.io";
var sp=hp;
function createCookie(name, value, days) {
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
var expires = "; expires=" + date.toGMTString();
@vladkorotnev
vladkorotnev / autooff.scpt
Last active December 14, 2015 03:58
Auto stop minecraft server
global minut
on tweet()
tell first window of application "Terminal"
if get custom title of selected tab is "Server Start.sh" then
do script ("me * Shutdown in " & minut & "minutes *") in selected tab
end if
end tell
set minut to minut - 1
end tweet
@vladkorotnev
vladkorotnev / mcsong.scpt
Last active December 14, 2015 03:58
applescript to control and search itunes on admin's machine. example of background scripting of terminals.
global adminer
global assum
global artiste
global oldcontenta
global foundTracks
-- vars for old trackname, old artist, old terminal screen, search result
to split(someText, delimiter) --split text
set AppleScript's text item delimiters to delimiter
set someText to someText's text items
@vladkorotnev
vladkorotnev / vk-adblock.js
Last active December 12, 2015 08:29
Блокировка рекламы пабликов в ВК
// by vladkorotnev 2013
function spoilerize(x){
var messages = ["Здесь было гавно","VKDeshitifier успешно выпилил этот пост по подозрению в засере ленты","Потенциальное говно было здесь","Здесь был пост, в очередной раз пытающийся на вас нажиться"];
return messages[Math.floor(Math.random() * messages.length)]+"<br><strong>Нажмите здесь, чтобы прочитать скрытый пост</strong>";
}
function deshitiCheck(){
showFastBox('VKDeshitifier','VKDeshitifier is protecting you!');
}
function loadF(){
@vladkorotnev
vladkorotnev / Readme
Created January 24, 2013 16:59
What to do if you want BooruSaver from GBBrowser Mac on 10.6 while GBBrowser itself is crashing on you
If you want BooruSaver on 10.6 and GBBrowser Mac crashes on you.
Rightclick GBBrowser's .app file, then in this window go to Contents-> Resources-> Open BooruSaver.saver, then click install.
Place the code below into: ~/Library/Preferences/com.vladkorotnev.boorusaver.plist
Use either a plist editor or TextWrangler or Nano in terminal.
Change 1 under 'absurd' to 0 to allow loading absurdres full images (goes very high on RAM!). If 1, loads sample for absurdres instead of full.
Change safebooru.org under 'board' to any Gelbooru-based board without http://
Change 4 under 'delay' to show each picture for more seconds.
Change tags under 'tags' to match your favourite search query :P
@vladkorotnev
vladkorotnev / getreading.py
Last active December 10, 2015 08:18
Get reading for a word
#!/usr/bin/env python
# coding=utf8
# do not touch the above or it will freak out
try:
from BeautifulSoup import BeautifulSoup
except:
print "REQUIRES BEAUTIFULSOUP!"
import urllib
import urllib2
@vladkorotnev
vladkorotnev / randomart.py
Last active October 13, 2015 20:18
gist 4176162 update for mod_python
from mod_python import apache
from BeautifulSoup import BeautifulSoup
import urllib
import subprocess
import random
import os,sys
import Image
@vladkorotnev
vladkorotnev / haruhi.pikabu.userscript.js
Last active August 29, 2015 14:27
Pikabu Suzumiya Haruhi themed mascot installer (thx to the image author http://pikabu.ru/profile/PrincessPanda)
// ==UserScript==
// @name Pikabu Haruhiism
// @namespace http://ryuunosuke.me/
// @version 0.1
// @description thx to http://pikabu.ru/story/pechenki_po_suzumiya_haruhi_no_yuuutsu_3559752#comments
// @author Akasaka Ryuunosuke
// @match http://pikabu.ru/*
// @grant none
// ==/UserScript==
@vladkorotnev
vladkorotnev / NSArray+pull.h
Last active August 29, 2015 14:24
Пьяница — доказательство неразрешимости игры в случае неслучайного и одинакового порядка взятия карт со стола в ротацию
//
// NSArray+pull.h
// Drunk
//
// Created by Akasaka Ryuunosuke on 08/07/15.
// Copyright (c) 2015 Akasaka Ryuunosuke. All rights reserved.
//
#ifndef Drunk_NSArray_pull_h
#define Drunk_NSArray_pull_h
@vladkorotnev
vladkorotnev / meidochan.py
Created January 17, 2015 14:37
does what it seems. for VK
#!/usr/bin/python
# -*- coding: utf-8 -*-
# v 0.1.3
#
# __ ___ _ __ __
# / |/ /___ (_)___/ /___ ____ / / ___ _ ___
# / /|_/ // -_)/ // _ // _ \/ __// _ \/ _ `// _ \
# /_/ /_/ \__//_/ \_,_/ \___/\__//_//_/\_,_//_//_/
#