Code Monkey home page Code Monkey logo
zstring = (
'JZHdcoIwEEbveWrUiooWxPKjolbFsaCiqKNG1PIwzW6Sq75ClzLDRch+5+wmwbaDjbMKY6'
'UbeKlB3+HM1MCJZb6VhYWPBQZz9DJkCY59DAJgk99nj9+HYqqryMLLBod17Ow0zqwqCrdY'
'nRiZYJWIJJdFDb5HJfN84vDAXzZMYtm8c5ZCZvM850xX4ybxLvR3VCO4KqtaIIv7j16DRU'
'+NbmAZYJ9oX4zfZNNVLNIwXWFwJTfsG5hGBAs3BjMsOzRYqXh+QCvHzIVwqYHVpR/lFfSR'
'g+cODHrVzGK6wOWaALncygGjGAUgnEFhwKStge2o5oX6SIPEetlwElfHIwazFWYnwtTa1l'
'Q94nlIGujPOOuSpsTGnoo+aY1+C4cWjQ3tB2XQDHEwKMeuRJc9MqZh8MWZL7weAWJpiU6L'
'vyx5SEVSyKtZjn2sE8Nfc6mfhedSCd4LTR6O/7f5jn6KD4ceAG9HZCasNqT/Aw=='
)

# len(zstring): 484
import base64, zlib
zstring = base64.b64decode(zstring)
zstring = zlib.decompress(zstring,-15)
string = zstring.decode("utf-8")
print(string)

cilame's Projects

v_jstools icon v_jstools

模仿着写一个 chrome 插件,用来快速调试前端 js 代码。

vspider icon vspider

[项目搁浅] 极简式的爬虫库,简约目前尚不强大。使用 sqlite3 收集文本数据。仅通过对一个对象实例操作便可以实现:爬取分析、url过滤池、多表格多列的解析与入库的功能。线程安全!

vthread icon vthread

python 更加方便的多线程库,以最小的代码侵入,做到最高效的多线程、线程池 coding 效率。在不改变源代码的情况下,一行代码即可实现线程池操作。

windnd icon windnd

适用于 win7上的 py2py3通用的拖拽图标加载路径的函数,为了在 windows上用 tkinter写的工具使用更加方便。

works icon works

渣代码,一般工作不用。

yidun_icon icon yidun_icon

易盾图标识别,包含定位以及点选顺序的识别,定位 pytorch 模型大小只有3M,执行速度极快。内附代码和测试用例,直接使用即可测试。定位准确率 95% 以上,识别用的sift算法,测试通过率大概 50%。

youtube-dl icon youtube-dl

Command-line program to download videos from YouTube.com and other video sites

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.