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 / ufanetcam.js
Last active August 29, 2015 13:56
Grab camera stream list from Ufanet Maps
// Grab Ufanet Camera Streams
// By Akasaka Ryuunosuke
// 2014/03/01
var cameras = ''; var k = '';
for(var key in layouts) { if(key.substr(0,4) == 'cctv') k=key; }
for(var i in layouts[k]._layers) {
var cam = layouts[k]._layers[i];
var url = "http://"+cam.server+"/"+cam.number+"/index.m3u8?token=maps&autoPlay=true";
@vladkorotnev
vladkorotnev / inbound.py
Last active August 29, 2015 14:01
Receives VK messages and drops attachments into a folder
#!/usr/bin/python
# -*- coding: utf-8 -*-
#return
# Dependencies
import vk_api, datetime
from vk_api import upload
import pdb
import json, urllib, random, uuid, os
from BeautifulSoup import BeautifulStoneSoup
@vladkorotnev
vladkorotnev / terminal.css
Created January 9, 2015 06:20
Terminal style for VK Chatbox
@font-face {
font-family: 'keyrus';
src: url('http://vladkorotnev.me/keyrus.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}
#rb_box_fc_peer[YOUR_PSV_NUMERIC_ID] .fc_tab, #rb_box_fc_peer[YOUR_PSV_NUMERIC_ID] .fc_msgs_out,
#rb_box_fc_peer[YOUR_PSV_NUMERIC_ID] .fc_msgs,
#rb_box_fc_peer[YOUR_PSV_NUMERIC_ID] .fc_msgs_unread {
background: #000 !important;
}
@vladkorotnev
vladkorotnev / WorkOff.sh
Created January 14, 2015 14:13
Annoyed by "A new version of iWork is available, please install our crap new OS then visit App Store to update?" Tell iWork to buzz off by this script.
#!/bin/bash
# Work Off!
# Disable annoying "Install a new update to iWork but first install our crap update to your OS" etc in iWork
# by akasaka, 2014
echo QUIT IWORK BEFORE CONTINUING
echo QUIT IWORK BEFORE CONTINUING
echo QUIT IWORK BEFORE CONTINUING
echo QUIT IWORK BEFORE CONTINUING
@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
#
# __ ___ _ __ __
# / |/ /___ (_)___/ /___ ____ / / ___ _ ___
# / /|_/ // -_)/ // _ // _ \/ __// _ \/ _ `// _ \
# /_/ /_/ \__//_/ \_,_/ \___/\__//_//_/\_,_//_//_/
#
@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 / 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 / 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 / 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 / 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