I hereby claim:
- I am thevar1able on github.
- I am thevar1able (https://keybase.io/thevar1able) on keybase.
- I have a public key whose fingerprint is 8FAC 0672 D62C 6E1A BEE8 DEB4 B381 57E0 DC12 7A3E
To claim this, I am signing this object:
| #!/usr/bin/python | |
| from gi.repository import GObject | |
| import dbus | |
| from dbus.mainloop.glib import DBusGMainLoop | |
| import datetime | |
| import time | |
| import pylast | |
| class TinyScrobbler(): |
I hereby claim:
To claim this, I am signing this object:
| token tryId(std::string str) | |
| { | |
| token result ("INVALID", ""); | |
| int state = 0; | |
| for(auto x : str) | |
| { | |
| switch(state) | |
| { | |
| case 0: |
| $(document).ready(function(){ | |
| $("ymaps").eq(0).hide(); | |
| }); |
| #ifdef HAVE_WIDECHAR | |
| if(key_code == KEY_CODE_YES) { | |
| #endif | |
| /*some code*/ | |
| #ifdef HAVE_WIDECHAR | |
| } | |
| #endif |