Skip to content

Instantly share code, notes, and snippets.

View valery-kirichenko's full-sized avatar

Valery Kirichenko valery-kirichenko

View GitHub Profile

Keybase proof

I hereby claim:

  • I am valera5505 on github.
  • I am valera5505 (https://keybase.io/valera5505) on keybase.
  • I have a public key whose fingerprint is E0A3 2D8A 0D6D 743E AE80 0655 899E 0A01 E10B B71E

To claim this, I am signing this object:

<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
width: 100%;
@valery-kirichenko
valery-kirichenko / Screenshot.py
Last active August 29, 2015 13:56
Easy make & upload screenshots in linux with auto saving to clipboard image link
#!/usr/bin/env python
#encoding=UTF-8
import gtk, pygtk, os, os.path, pynotify, pyperclip, sys, json, base64, requests
from time import gmtime, strftime
LOGIN = "Yandex login"
PSSWORD = "Yandex password"
PATHTOSAVE = '/home/USERNAME/'
date = str(strftime("%H:%M:%S_%d.%m.%Y"))