This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
----------------------------------------------------------- | |
ORIGINAL AUTHOR INFORMATION: | |
URL: http://klingonska.org/dict/dict.zdb | |
LICENSE: Creative Commons Attribution-ShareAlike 3.0 | |
<http://creativecommons.org/licenses/by-sa/3.0/> | |
AUTHOR: Zrajm C Akfohg <[email protected]> | |
TRANSLATOR: | |
from1to9 <from1to9[at]gmail.com> | |
http://lyy.me |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
# code by from1to9 | |
# [email protected] | |
# update 31/08/2016 | |
# pass a local image addr to upload photo, like '/home/user/test.jpg' | |
import oauth2 as oauth | |
import re, time |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
#code by from1to9 | |
#05/11/2012 | |
#from1to9[at]gmail.com | |
# | |
#you have to make a folder by yourself named "photo" where photos will be stored in the same folder of this script | |
#a file named "last.txt" will be made in this folder, it keeps the start photo id, delete it and the script will download all photos again |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
code by from1to9 | |
http://lyy.me | |
this code requires node-oauth at: https://github.com/ciaranj/node-oauth | |
useage: | |
callback could be a object which includes two functions, like | |
callback = { success : function() { //your code }, | |
failed : function() { //your code } |