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:
I hereby claim:
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%; |
| #!/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")) |