├── .gitignore ├── Deploy ├── Caches │ ├── Readme.txt │ ├── desktop.ini │ └── icon.ico ├── Changes.txt ├── Readme.txt ├── Scripts │ ├── Kill Python.cmd │ ├── Readme.txt │ ├── Remove VNR Profiles.cmd │ ├── Remove VNR Settings.reg │ ├── Update (Debug).cmd │ ├── desktop.ini │ ├── icon.ico │ ├── ld2db.cmd │ ├── ld2db.sh │ ├── sublint.cmd │ ├── subx2y.cmd │ ├── subx2y.sh │ ├── tahcompile.cmd │ └── tahcompile.sh ├── Update.exe ├── Visual Novel Reader.exe ├── Website Reader (alpha).exe ├── desktop.ini └── icon.ico ├── Dictionaries ├── cabocharc │ ├── charset-file.txt │ ├── ipadic.rc │ └── unidic.rc ├── ehnd │ ├── PostFilter_@sokcuri.txt │ ├── PostFilter_@sokcuri_C.txt │ ├── PreFilter_@sokcuri.txt │ ├── PreFilter_@sokcuri_C.txt │ ├── PreFilter_@temp.txt │ ├── README.txt │ ├── SkipLayer_@sokcuri.txt │ ├── UserDict_@jichi_role.txt │ ├── UserDict_@sokcuri_0.txt │ ├── UserDict_@sokcuri_1.txt │ ├── UserDict_@sokcuri_name.txt │ ├── UserDict_@temp.txt │ └── VERSION.txt ├── gaiji │ ├── CHUJITEN.plist │ ├── CHUJITEN_EB1993.plist │ ├── CHUJITEN_FMV.plist │ ├── COLLOC.plist │ ├── CROWN.plist │ ├── DAIJIRIN.plist │ ├── DAIJISEN.plist │ ├── EBSTUDIO.plist │ ├── GEJCJE.plist │ ├── GENIUS.plist │ ├── GENIUS4.plist │ ├── GENIUS43.plist │ ├── GENIUS_DAIEIWA.plist │ ├── IBE01.plist │ ├── IWKOKUG7.plist │ ├── JBCD.plist │ ├── KANJIGEN_EB.plist │ ├── KANJIGEN_EPW.plist │ ├── KANJIGN5.plist │ ├── KENE7J5.plist │ ├── KOJIEN.plist │ ├── MANYO.plist │ ├── MEIKYOU.plist │ ├── MEIKYOU2.plist │ ├── MYPAEDIA.plist │ ├── NEWANC.plist │ ├── NKGORIN2.plist │ ├── READERS1.plist │ ├── READERS2.plist │ ├── READERS3.plist │ ├── RIKAGAKU.plist │ ├── SINMEI7.plist │ ├── SRD.plist │ ├── VERSION.txt │ ├── WADAI5.plist │ ├── WADOKU.plist │ ├── WADOKU.txt │ ├── WADOKU.xml │ ├── YHOUGO4.plist │ ├── ZHONG_RI-ExtB.plist │ ├── ZHONG_RI.plist │ └── ZHONG_RI.txt ├── hanja │ ├── VERSION.txt │ ├── dic0.txt │ ├── dic1.txt │ ├── dic2.txt │ ├── dic3.txt │ ├── dic4.txt │ ├── dic5.txt │ └── dic6.txt ├── hanviet │ ├── ChinesePhienAmWords.txt │ ├── VERSION.txt │ └── VietPhrase.txt ├── hanzi │ ├── Makefile │ ├── VERSION.txt │ ├── cjk-decomp-0.4.0.txt │ └── radicalListWithMeaning.js ├── jb │ ├── @djz020815 │ │ ├── Changes.txt │ │ ├── JcUserdic │ │ │ ├── Jcuser.CCT │ │ │ ├── Jcuser.DB1 │ │ │ ├── Jcuser.DC1 │ │ │ ├── Jcuser.DDB │ │ │ └── Jcuser.DIC │ │ └── URL.txt │ ├── @jichi │ │ ├── JcUserdic │ │ │ ├── Jcuser.CCT │ │ │ ├── Jcuser.DB1 │ │ │ ├── Jcuser.DC1 │ │ │ ├── Jcuser.DDB │ │ │ └── Jcuser.DIC │ │ └── VERSION.txt │ └── @najizhimo │ │ ├── Changes.txt │ │ ├── JcUserdic │ │ ├── Jcuser.CCT │ │ ├── Jcuser.DB1 │ │ ├── Jcuser.DC1 │ │ ├── Jcuser.DDB │ │ └── Jcuser.DIC │ │ └── URL.txt ├── mecabrc │ ├── ipadic.rc │ ├── unidic-mlj.rc │ └── unidic.rc ├── opencc │ ├── HKVariants.txt │ ├── HKVariantsPhrases.txt │ ├── HKVariantsRevPhrases.txt │ ├── JPVariants.txt │ ├── JPVariants.txt.bak │ ├── STCharacters.txt │ ├── STPhrases.txt │ ├── TSCharacters.txt │ ├── TSPhrases.txt │ ├── TWPhrasesIT.txt │ ├── TWPhrasesName.txt │ ├── TWPhrasesOther.txt │ ├── TWVariants.txt │ ├── TWVariantsRevPhrases.txt │ ├── VERSION.txt │ └── dump_safe_jp.py ├── pinyin │ ├── Mandarin.dat │ └── VERSION.txt └── tahscript │ ├── VERSION.txt │ ├── atlas.txt │ └── lec.txt ├── Examples └── TAHScript │ ├── Readme.txt │ ├── compile.cmd │ ├── compile.sh │ ├── tah-macro.txt │ ├── tah-noun.txt │ └── tah-verb.txt ├── Fonts ├── NanumBarunGothic.ttf ├── dfgirl.ttf ├── msgothic.ttf ├── msmincho.ttf └── youyuan.ttf ├── Frameworks ├── AJAX │ ├── dragdealer │ │ └── 0.9.5 │ │ │ ├── Makefile │ │ │ └── dragdealer.min.js │ ├── env.mk │ ├── font-awesome │ │ ├── 3.2.1 │ │ │ ├── css │ │ │ │ └── font-awesome.min.css │ │ │ └── font │ │ │ │ ├── FontAwesome.otf │ │ │ │ ├── fontawesome-webfont.eot │ │ │ │ ├── fontawesome-webfont.svg │ │ │ │ ├── fontawesome-webfont.ttf │ │ │ │ └── fontawesome-webfont.woff │ │ └── 4.2.0 │ │ │ ├── css │ │ │ └── font-awesome.min.css │ │ │ └── fonts │ │ │ ├── FontAwesome.otf │ │ │ ├── fontawesome-webfont.eot │ │ │ ├── fontawesome-webfont.svg │ │ │ ├── fontawesome-webfont.ttf │ │ │ └── fontawesome-webfont.woff │ ├── github │ │ ├── Makefile │ │ ├── bootstrap-growl.min.js │ │ ├── bootstrap-switch.min.css │ │ ├── bootstrap-switch.min.js │ │ └── sprintf.min.js │ ├── haml │ │ ├── Makefile │ │ └── haml.min.js │ ├── npm │ │ ├── Makefile │ │ └── bbcode.min.js │ └── raty │ │ ├── Makefile │ │ ├── images │ │ ├── cancel-off.png │ │ ├── cancel-on.png │ │ ├── star-half.png │ │ ├── star-off.png │ │ └── star-on.png │ │ └── jquery.raty.min.js ├── Boost │ ├── VERSION.txt │ └── bin │ │ └── boost_regex.dll ├── CaboCha │ ├── VERSION.txt │ ├── bin │ │ ├── cabocha.dll │ │ └── libcrfpp.dll │ └── py │ │ ├── CaboCha.py │ │ └── _CaboCha.pyd ├── EB │ ├── LICENSE │ ├── build │ │ └── deploy.sh │ ├── config.pri │ ├── eb.pro │ ├── site-packages │ │ ├── eb.pyd │ │ └── eblib.py │ └── src │ │ ├── modules │ │ ├── eb │ │ │ ├── COPYING │ │ │ ├── ChangeLog │ │ │ ├── build-post.h │ │ │ ├── build-pre.h │ │ │ ├── config.h │ │ │ ├── defines.pri │ │ │ ├── eb.pro │ │ │ ├── eb.rc │ │ │ ├── include │ │ │ │ └── eb │ │ │ │ │ ├── appendix.h │ │ │ │ │ ├── binary.h │ │ │ │ │ ├── booklist.h │ │ │ │ │ ├── defs.h │ │ │ │ │ ├── eb.h │ │ │ │ │ ├── error.h │ │ │ │ │ ├── font.h │ │ │ │ │ ├── sysdefs.h │ │ │ │ │ ├── text.h │ │ │ │ │ └── zio.h │ │ │ ├── shared.pri │ │ │ ├── src │ │ │ │ ├── appendix.c │ │ │ │ ├── appsub.c │ │ │ │ ├── bcd.c │ │ │ │ ├── binary.c │ │ │ │ ├── bitmap.c │ │ │ │ ├── book.c │ │ │ │ ├── booklist.c │ │ │ │ ├── copyright.c │ │ │ │ ├── cross.c │ │ │ │ ├── dummyin6.c │ │ │ │ ├── dummyin6.h │ │ │ │ ├── eb.c │ │ │ │ ├── ebnet.c │ │ │ │ ├── ebnet.h │ │ │ │ ├── endword.c │ │ │ │ ├── error.c │ │ │ │ ├── exactword.c │ │ │ │ ├── filename.c │ │ │ │ ├── font.c │ │ │ │ ├── getaddrinfo.c │ │ │ │ ├── getaddrinfo.h │ │ │ │ ├── hook.c │ │ │ │ ├── jacode.c │ │ │ │ ├── keyword.c │ │ │ │ ├── linebuf.c │ │ │ │ ├── linebuf.h │ │ │ │ ├── lock.c │ │ │ │ ├── log.c │ │ │ │ ├── match.c │ │ │ │ ├── menu.c │ │ │ │ ├── multi.c │ │ │ │ ├── multiplex.c │ │ │ │ ├── narwalt.c │ │ │ │ ├── narwfont.c │ │ │ │ ├── readtext.c │ │ │ │ ├── search.c │ │ │ │ ├── setword.c │ │ │ │ ├── stopcode.c │ │ │ │ ├── strcasecmp.c │ │ │ │ ├── subbook.c │ │ │ │ ├── text.c │ │ │ │ ├── urlparts.c │ │ │ │ ├── urlparts.h │ │ │ │ ├── widealt.c │ │ │ │ ├── widefont.c │ │ │ │ ├── word.c │ │ │ │ └── zio.c │ │ │ └── static.pri │ │ ├── ebmodule │ │ │ ├── ChangeLog │ │ │ ├── README │ │ │ ├── ebmodule.pro │ │ │ └── src │ │ │ │ └── ebmodule.c │ │ └── modules.pro │ │ └── src.pro ├── Ehnd │ ├── URL.txt │ ├── bin │ │ ├── ehnd.dll │ │ └── ehnd.ini │ └── src │ │ ├── .gitattributes │ │ ├── .gitignore │ │ ├── CMakeLists.txt │ │ ├── LICENSE │ │ ├── Makefile │ │ ├── README.md │ │ ├── ehnd.sln │ │ └── ehnd │ │ ├── CMakeLists.txt │ │ ├── ReadMe.txt │ │ ├── config.cpp │ │ ├── config.h │ │ ├── dllmain.cpp │ │ ├── ehnd.cpp │ │ ├── ehnd.def │ │ ├── ehnd.h │ │ ├── ehnd.vcxproj │ │ ├── ehnd.vcxproj.filters │ │ ├── ehnd_conf.ini │ │ ├── filter.cpp │ │ ├── filter.h │ │ ├── hook.cpp │ │ ├── hook.h │ │ ├── log.cpp │ │ ├── log.h │ │ ├── stdafx.cpp │ │ ├── stdafx.h │ │ ├── targetver.h │ │ ├── watch.cpp │ │ └── watch.h ├── LocaleSwitch │ ├── LSC.exe │ ├── LSH.dll │ ├── LocaleSwitch.exe │ └── config.ini ├── MeCab │ ├── VERSION.txt │ ├── bin │ │ ├── libmecab.dll │ │ ├── mecab-cost-train.exe │ │ ├── mecab-dict-gen.exe │ │ ├── mecab-dict-index.exe │ │ ├── mecab-system-eval.exe │ │ ├── mecab-test-gen.exe │ │ └── mecab.exe │ └── py │ │ ├── MeCab.py │ │ └── _MeCab.pyd ├── NTLEA │ ├── Readme.txt │ ├── ntleac.exe │ └── ntleah.dll ├── Python │ ├── .hgignore │ ├── Changes.txt │ ├── DLLs │ │ ├── _bsddb.pyd │ │ ├── _ctypes.pyd │ │ ├── _ctypes_test.pyd │ │ ├── _elementtree.pyd │ │ ├── _hashlib.pyd │ │ ├── _msi.pyd │ │ ├── _multiprocessing.pyd │ │ ├── _socket.pyd │ │ ├── _sqlite3.pyd │ │ ├── _ssl.pyd │ │ ├── _testcapi.pyd │ │ ├── bz2.pyd │ │ ├── py.ico │ │ ├── pyc.ico │ │ ├── pyexpat.pyd │ │ ├── select.pyd │ │ ├── sqlite3.dll │ │ ├── unicodedata.pyd │ │ └── winsound.pyd │ ├── LICENSE.txt │ ├── Lib │ │ ├── BaseHTTPServer.py │ │ ├── Bastion.py │ │ ├── CGIHTTPServer.py │ │ ├── ConfigParser.py │ │ ├── Cookie.py │ │ ├── DocXMLRPCServer.py │ │ ├── HTMLParser.py │ │ ├── MimeWriter.py │ │ ├── Queue.py │ │ ├── SimpleHTTPServer.py │ │ ├── SimpleXMLRPCServer.py │ │ ├── SocketServer.py │ │ ├── StringIO.py │ │ ├── UserDict.py │ │ ├── UserList.py │ │ ├── UserString.py │ │ ├── _LWPCookieJar.py │ │ ├── _MozillaCookieJar.py │ │ ├── __future__.py │ │ ├── __phello__.foo.py │ │ ├── _abcoll.py │ │ ├── _osx_support.py │ │ ├── _pyio.py │ │ ├── _strptime.py │ │ ├── _threading_local.py │ │ ├── _weakrefset.py │ │ ├── abc.py │ │ ├── aifc.py │ │ ├── antigravity.py │ │ ├── anydbm.py │ │ ├── argparse.py │ │ ├── ast.py │ │ ├── asynchat.py │ │ ├── asyncore.py │ │ ├── atexit.py │ │ ├── audiodev.py │ │ ├── base64.py │ │ ├── bdb.py │ │ ├── binhex.py │ │ ├── bisect.py │ │ ├── bsddb │ │ │ ├── __init__.py │ │ │ ├── db.py │ │ │ ├── dbobj.py │ │ │ ├── dbrecio.py │ │ │ ├── dbshelve.py │ │ │ ├── dbtables.py │ │ │ └── dbutils.py │ │ ├── cProfile.py │ │ ├── calendar.py │ │ ├── cgi.py │ │ ├── cgitb.py │ │ ├── chunk.py │ │ ├── cmd.py │ │ ├── code.py │ │ ├── codecs.py │ │ ├── codeop.py │ │ ├── collections.py │ │ ├── colorsys.py │ │ ├── commands.py │ │ ├── compileall.py │ │ ├── compiler │ │ │ ├── __init__.py │ │ │ ├── ast.py │ │ │ ├── consts.py │ │ │ ├── future.py │ │ │ ├── misc.py │ │ │ ├── pyassem.py │ │ │ ├── pycodegen.py │ │ │ ├── symbols.py │ │ │ ├── syntax.py │ │ │ ├── transformer.py │ │ │ └── visitor.py │ │ ├── contextlib.py │ │ ├── cookielib.py │ │ ├── copy.py │ │ ├── copy_reg.py │ │ ├── csv.py │ │ ├── ctypes │ │ │ ├── __init__.py │ │ │ ├── _endian.py │ │ │ ├── macholib │ │ │ │ ├── __init__.py │ │ │ │ ├── dyld.py │ │ │ │ ├── dylib.py │ │ │ │ └── framework.py │ │ │ ├── util.py │ │ │ └── wintypes.py │ │ ├── curses │ │ │ ├── __init__.py │ │ │ ├── ascii.py │ │ │ ├── has_key.py │ │ │ ├── panel.py │ │ │ ├── textpad.py │ │ │ └── wrapper.py │ │ ├── dbhash.py │ │ ├── decimal.py │ │ ├── difflib.py │ │ ├── dircache.py │ │ ├── dis.py │ │ ├── distutils │ │ │ ├── __init__.py │ │ │ ├── archive_util.py │ │ │ ├── bcppcompiler.py │ │ │ ├── ccompiler.py │ │ │ ├── cmd.py │ │ │ ├── command │ │ │ │ ├── __init__.py │ │ │ │ ├── bdist.py │ │ │ │ ├── bdist_dumb.py │ │ │ │ ├── bdist_msi.py │ │ │ │ ├── bdist_rpm.py │ │ │ │ ├── bdist_wininst.py │ │ │ │ ├── build.py │ │ │ │ ├── build_clib.py │ │ │ │ ├── build_ext.py │ │ │ │ ├── build_py.py │ │ │ │ ├── build_scripts.py │ │ │ │ ├── check.py │ │ │ │ ├── clean.py │ │ │ │ ├── config.py │ │ │ │ ├── install.py │ │ │ │ ├── install_data.py │ │ │ │ ├── install_egg_info.py │ │ │ │ ├── install_headers.py │ │ │ │ ├── install_lib.py │ │ │ │ ├── install_scripts.py │ │ │ │ ├── register.py │ │ │ │ ├── sdist.py │ │ │ │ ├── upload.py │ │ │ │ ├── wininst-6.0.exe │ │ │ │ ├── wininst-7.1.exe │ │ │ │ ├── wininst-8.0.exe │ │ │ │ ├── wininst-9.0-amd64.exe │ │ │ │ └── wininst-9.0.exe │ │ │ ├── config.py │ │ │ ├── core.py │ │ │ ├── cygwinccompiler.py │ │ │ ├── debug.py │ │ │ ├── dep_util.py │ │ │ ├── dir_util.py │ │ │ ├── dist.py │ │ │ ├── emxccompiler.py │ │ │ ├── errors.py │ │ │ ├── extension.py │ │ │ ├── fancy_getopt.py │ │ │ ├── file_util.py │ │ │ ├── filelist.py │ │ │ ├── log.py │ │ │ ├── msvc9compiler.py │ │ │ ├── msvccompiler.py │ │ │ ├── spawn.py │ │ │ ├── sysconfig.py │ │ │ ├── text_file.py │ │ │ ├── unixccompiler.py │ │ │ ├── util.py │ │ │ ├── version.py │ │ │ └── versionpredicate.py │ │ ├── doctest.py │ │ ├── dumbdbm.py │ │ ├── dummy_thread.py │ │ ├── dummy_threading.py │ │ ├── email │ │ │ ├── __init__.py │ │ │ ├── _parseaddr.py │ │ │ ├── base64mime.py │ │ │ ├── charset.py │ │ │ ├── encoders.py │ │ │ ├── errors.py │ │ │ ├── feedparser.py │ │ │ ├── generator.py │ │ │ ├── header.py │ │ │ ├── iterators.py │ │ │ ├── message.py │ │ │ ├── mime │ │ │ │ ├── __init__.py │ │ │ │ ├── application.py │ │ │ │ ├── audio.py │ │ │ │ ├── base.py │ │ │ │ ├── image.py │ │ │ │ ├── message.py │ │ │ │ ├── multipart.py │ │ │ │ ├── nonmultipart.py │ │ │ │ └── text.py │ │ │ ├── parser.py │ │ │ ├── quoprimime.py │ │ │ └── utils.py │ │ ├── encodings │ │ │ ├── __init__.py │ │ │ ├── aliases.py │ │ │ ├── ascii.py │ │ │ ├── base64_codec.py │ │ │ ├── big5.py │ │ │ ├── big5hkscs.py │ │ │ ├── bz2_codec.py │ │ │ ├── charmap.py │ │ │ ├── cp037.py │ │ │ ├── cp1006.py │ │ │ ├── cp1026.py │ │ │ ├── cp1140.py │ │ │ ├── cp1250.py │ │ │ ├── cp1251.py │ │ │ ├── cp1252.py │ │ │ ├── cp1253.py │ │ │ ├── cp1254.py │ │ │ ├── cp1255.py │ │ │ ├── cp1256.py │ │ │ ├── cp1257.py │ │ │ ├── cp1258.py │ │ │ ├── cp424.py │ │ │ ├── cp437.py │ │ │ ├── cp500.py │ │ │ ├── cp720.py │ │ │ ├── cp737.py │ │ │ ├── cp775.py │ │ │ ├── cp850.py │ │ │ ├── cp852.py │ │ │ ├── cp855.py │ │ │ ├── cp856.py │ │ │ ├── cp857.py │ │ │ ├── cp858.py │ │ │ ├── cp860.py │ │ │ ├── cp861.py │ │ │ ├── cp862.py │ │ │ ├── cp863.py │ │ │ ├── cp864.py │ │ │ ├── cp865.py │ │ │ ├── cp866.py │ │ │ ├── cp869.py │ │ │ ├── cp874.py │ │ │ ├── cp875.py │ │ │ ├── cp932.py │ │ │ ├── cp949.py │ │ │ ├── cp950.py │ │ │ ├── euc_jis_2004.py │ │ │ ├── euc_jisx0213.py │ │ │ ├── euc_jp.py │ │ │ ├── euc_kr.py │ │ │ ├── gb18030.py │ │ │ ├── gb2312.py │ │ │ ├── gbk.py │ │ │ ├── hex_codec.py │ │ │ ├── hp_roman8.py │ │ │ ├── hz.py │ │ │ ├── idna.py │ │ │ ├── iso2022_jp.py │ │ │ ├── iso2022_jp_1.py │ │ │ ├── iso2022_jp_2.py │ │ │ ├── iso2022_jp_2004.py │ │ │ ├── iso2022_jp_3.py │ │ │ ├── iso2022_jp_ext.py │ │ │ ├── iso2022_kr.py │ │ │ ├── iso8859_1.py │ │ │ ├── iso8859_10.py │ │ │ ├── iso8859_11.py │ │ │ ├── iso8859_13.py │ │ │ ├── iso8859_14.py │ │ │ ├── iso8859_15.py │ │ │ ├── iso8859_16.py │ │ │ ├── iso8859_2.py │ │ │ ├── iso8859_3.py │ │ │ ├── iso8859_4.py │ │ │ ├── iso8859_5.py │ │ │ ├── iso8859_6.py │ │ │ ├── iso8859_7.py │ │ │ ├── iso8859_8.py │ │ │ ├── iso8859_9.py │ │ │ ├── johab.py │ │ │ ├── koi8_r.py │ │ │ ├── koi8_u.py │ │ │ ├── latin_1.py │ │ │ ├── mac_arabic.py │ │ │ ├── mac_centeuro.py │ │ │ ├── mac_croatian.py │ │ │ ├── mac_cyrillic.py │ │ │ ├── mac_farsi.py │ │ │ ├── mac_greek.py │ │ │ ├── mac_iceland.py │ │ │ ├── mac_latin2.py │ │ │ ├── mac_roman.py │ │ │ ├── mac_romanian.py │ │ │ ├── mac_turkish.py │ │ │ ├── mbcs.py │ │ │ ├── palmos.py │ │ │ ├── ptcp154.py │ │ │ ├── punycode.py │ │ │ ├── quopri_codec.py │ │ │ ├── raw_unicode_escape.py │ │ │ ├── rot_13.py │ │ │ ├── shift_jis.py │ │ │ ├── shift_jis_2004.py │ │ │ ├── shift_jisx0213.py │ │ │ ├── string_escape.py │ │ │ ├── tis_620.py │ │ │ ├── undefined.py │ │ │ ├── unicode_escape.py │ │ │ ├── unicode_internal.py │ │ │ ├── utf_16.py │ │ │ ├── utf_16_be.py │ │ │ ├── utf_16_le.py │ │ │ ├── utf_32.py │ │ │ ├── utf_32_be.py │ │ │ ├── utf_32_le.py │ │ │ ├── utf_7.py │ │ │ ├── utf_8.py │ │ │ ├── utf_8_sig.py │ │ │ ├── uu_codec.py │ │ │ └── zlib_codec.py │ │ ├── filecmp.py │ │ ├── fileinput.py │ │ ├── fnmatch.py │ │ ├── formatter.py │ │ ├── fpformat.py │ │ ├── fractions.py │ │ ├── ftplib.py │ │ ├── functools.py │ │ ├── genericpath.py │ │ ├── getopt.py │ │ ├── getpass.py │ │ ├── gettext.py │ │ ├── glob.py │ │ ├── gzip.py │ │ ├── hashlib.py │ │ ├── heapq.py │ │ ├── hmac.py │ │ ├── hotshot │ │ │ ├── __init__.py │ │ │ ├── log.py │ │ │ ├── stats.py │ │ │ └── stones.py │ │ ├── htmlentitydefs.py │ │ ├── htmllib.py │ │ ├── httplib.py │ │ ├── ihooks.py │ │ ├── imaplib.py │ │ ├── imghdr.py │ │ ├── importlib │ │ │ └── __init__.py │ │ ├── imputil.py │ │ ├── inspect.py │ │ ├── io.py │ │ ├── json │ │ │ ├── __init__.py │ │ │ ├── decoder.py │ │ │ ├── encoder.py │ │ │ ├── scanner.py │ │ │ └── tool.py │ │ ├── keyword.py │ │ ├── lib2to3 │ │ │ ├── Grammar.txt │ │ │ ├── PatternGrammar.txt │ │ │ ├── __init__.py │ │ │ ├── __main__.py │ │ │ ├── btm_matcher.py │ │ │ ├── btm_utils.py │ │ │ ├── fixer_base.py │ │ │ ├── fixer_util.py │ │ │ ├── fixes │ │ │ │ ├── __init__.py │ │ │ │ ├── fix_apply.py │ │ │ │ ├── fix_basestring.py │ │ │ │ ├── fix_buffer.py │ │ │ │ ├── fix_callable.py │ │ │ │ ├── fix_dict.py │ │ │ │ ├── fix_except.py │ │ │ │ ├── fix_exec.py │ │ │ │ ├── fix_execfile.py │ │ │ │ ├── fix_exitfunc.py │ │ │ │ ├── fix_filter.py │ │ │ │ ├── fix_funcattrs.py │ │ │ │ ├── fix_future.py │ │ │ │ ├── fix_getcwdu.py │ │ │ │ ├── fix_has_key.py │ │ │ │ ├── fix_idioms.py │ │ │ │ ├── fix_import.py │ │ │ │ ├── fix_imports.py │ │ │ │ ├── fix_imports2.py │ │ │ │ ├── fix_input.py │ │ │ │ ├── fix_intern.py │ │ │ │ ├── fix_isinstance.py │ │ │ │ ├── fix_itertools.py │ │ │ │ ├── fix_itertools_imports.py │ │ │ │ ├── fix_long.py │ │ │ │ ├── fix_map.py │ │ │ │ ├── fix_metaclass.py │ │ │ │ ├── fix_methodattrs.py │ │ │ │ ├── fix_ne.py │ │ │ │ ├── fix_next.py │ │ │ │ ├── fix_nonzero.py │ │ │ │ ├── fix_numliterals.py │ │ │ │ ├── fix_operator.py │ │ │ │ ├── fix_paren.py │ │ │ │ ├── fix_print.py │ │ │ │ ├── fix_raise.py │ │ │ │ ├── fix_raw_input.py │ │ │ │ ├── fix_reduce.py │ │ │ │ ├── fix_renames.py │ │ │ │ ├── fix_repr.py │ │ │ │ ├── fix_set_literal.py │ │ │ │ ├── fix_standarderror.py │ │ │ │ ├── fix_sys_exc.py │ │ │ │ ├── fix_throw.py │ │ │ │ ├── fix_tuple_params.py │ │ │ │ ├── fix_types.py │ │ │ │ ├── fix_unicode.py │ │ │ │ ├── fix_urllib.py │ │ │ │ ├── fix_ws_comma.py │ │ │ │ ├── fix_xrange.py │ │ │ │ ├── fix_xreadlines.py │ │ │ │ └── fix_zip.py │ │ │ ├── main.py │ │ │ ├── patcomp.py │ │ │ ├── pgen2 │ │ │ │ ├── __init__.py │ │ │ │ ├── conv.py │ │ │ │ ├── driver.py │ │ │ │ ├── grammar.py │ │ │ │ ├── literals.py │ │ │ │ ├── parse.py │ │ │ │ ├── pgen.py │ │ │ │ ├── token.py │ │ │ │ └── tokenize.py │ │ │ ├── pygram.py │ │ │ ├── pytree.py │ │ │ └── refactor.py │ │ ├── linecache.py │ │ ├── locale.py │ │ ├── logging │ │ │ ├── __init__.py │ │ │ ├── config.py │ │ │ └── handlers.py │ │ ├── macpath.py │ │ ├── macurl2path.py │ │ ├── mailbox.py │ │ ├── mailcap.py │ │ ├── markupbase.py │ │ ├── md5.py │ │ ├── mhlib.py │ │ ├── mimetools.py │ │ ├── mimetypes.py │ │ ├── mimify.py │ │ ├── modulefinder.py │ │ ├── msilib │ │ │ ├── __init__.py │ │ │ ├── schema.py │ │ │ ├── sequence.py │ │ │ └── text.py │ │ ├── multifile.py │ │ ├── multiprocessing │ │ │ ├── __init__.py │ │ │ ├── connection.py │ │ │ ├── dummy │ │ │ │ ├── __init__.py │ │ │ │ └── connection.py │ │ │ ├── forking.py │ │ │ ├── heap.py │ │ │ ├── managers.py │ │ │ ├── pool.py │ │ │ ├── process.py │ │ │ ├── queues.py │ │ │ ├── reduction.py │ │ │ ├── sharedctypes.py │ │ │ ├── synchronize.py │ │ │ └── util.py │ │ ├── mutex.py │ │ ├── netrc.py │ │ ├── new.py │ │ ├── nntplib.py │ │ ├── ntpath.py │ │ ├── nturl2path.py │ │ ├── numbers.py │ │ ├── opcode.py │ │ ├── optparse.py │ │ ├── os.py │ │ ├── os2emxpath.py │ │ ├── pdb.py │ │ ├── pickle.py │ │ ├── pickletools.py │ │ ├── pipes.py │ │ ├── pkgutil.py │ │ ├── platform.py │ │ ├── plistlib.py │ │ ├── popen2.py │ │ ├── poplib.py │ │ ├── posixfile.py │ │ ├── posixpath.py │ │ ├── pprint.py │ │ ├── profile.py │ │ ├── pstats.py │ │ ├── pty.py │ │ ├── py_compile.py │ │ ├── pyclbr.py │ │ ├── pydoc.py │ │ ├── pydoc_data │ │ │ ├── __init__.py │ │ │ └── topics.py │ │ ├── quopri.py │ │ ├── random.py │ │ ├── re.py │ │ ├── repr.py │ │ ├── rexec.py │ │ ├── rfc822.py │ │ ├── rlcompleter.py │ │ ├── robotparser.py │ │ ├── runpy.py │ │ ├── sched.py │ │ ├── sets.py │ │ ├── sgmllib.py │ │ ├── sha.py │ │ ├── shelve.py │ │ ├── shlex.py │ │ ├── shutil.py │ │ ├── site-packages │ │ │ ├── _portaudio.pyd │ │ │ ├── _psutil_mswindows.pyd │ │ │ ├── _yaml.pyd │ │ │ ├── amazonproduct │ │ │ │ ├── __init__.py │ │ │ │ ├── api.py │ │ │ │ ├── contrib │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── caching.py │ │ │ │ │ ├── cart.py │ │ │ │ │ └── retry.py │ │ │ │ ├── errors.py │ │ │ │ ├── processors │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── _lxml.py │ │ │ │ │ ├── elementtree.py │ │ │ │ │ ├── etree.py │ │ │ │ │ ├── minidom.py │ │ │ │ │ └── objectify.py │ │ │ │ ├── utils.py │ │ │ │ └── version.py │ │ │ ├── bottlenose │ │ │ │ ├── __init__.py │ │ │ │ └── api.py │ │ │ ├── cjklib │ │ │ │ ├── __init__.py │ │ │ │ ├── build │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── builder.py │ │ │ │ │ └── cli.py │ │ │ │ ├── characterlookup.py │ │ │ │ ├── cjknife.py │ │ │ │ ├── dbconnector.py │ │ │ │ ├── dictionary │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── entry.py │ │ │ │ │ ├── format.py │ │ │ │ │ ├── install.py │ │ │ │ │ └── search.py │ │ │ │ ├── exception.py │ │ │ │ ├── reading │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── converter.py │ │ │ │ │ └── operator.py │ │ │ │ └── util.py │ │ │ ├── colorama │ │ │ │ ├── __init__.py │ │ │ │ ├── ansi.py │ │ │ │ ├── ansitowin32.py │ │ │ │ ├── initialise.py │ │ │ │ ├── win32.py │ │ │ │ └── winterm.py │ │ │ ├── comtypes │ │ │ │ ├── GUID.py │ │ │ │ ├── __init__.py │ │ │ │ ├── _comobject.py │ │ │ │ ├── _meta.py │ │ │ │ ├── _safearray.py │ │ │ │ ├── automation.py │ │ │ │ ├── client │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── _code_cache.py │ │ │ │ │ ├── _events.py │ │ │ │ │ ├── _generate.py │ │ │ │ │ ├── dynamic.py │ │ │ │ │ └── lazybind.py │ │ │ │ ├── connectionpoints.py │ │ │ │ ├── errorinfo.py │ │ │ │ ├── gen │ │ │ │ │ ├── Accessibility.py │ │ │ │ │ ├── _00020430_0000_0000_C000_000000000046_0_2_0.py │ │ │ │ │ ├── _1EA4DBF0_3C3B_11CF_810C_00AA00389B71_0_1_1.py │ │ │ │ │ ├── __init__.py │ │ │ │ │ └── stdole.py │ │ │ │ ├── git.py │ │ │ │ ├── hresult.py │ │ │ │ ├── logutil.py │ │ │ │ ├── messageloop.py │ │ │ │ ├── partial.py │ │ │ │ ├── persist.py │ │ │ │ ├── safearray.py │ │ │ │ ├── server │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── automation.py │ │ │ │ │ ├── connectionpoints.py │ │ │ │ │ ├── inprocserver.py │ │ │ │ │ ├── localserver.py │ │ │ │ │ ├── register.py │ │ │ │ │ └── w_getopt.py │ │ │ │ ├── shelllink.py │ │ │ │ ├── tools │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── codegenerator.py │ │ │ │ │ ├── tlbparser.py │ │ │ │ │ ├── typedesc.py │ │ │ │ │ └── typedesc_base.py │ │ │ │ ├── typeinfo.py │ │ │ │ ├── util.py │ │ │ │ └── viewobject.py │ │ │ ├── dateutil │ │ │ │ ├── __init__.py │ │ │ │ ├── easter.py │ │ │ │ ├── parser.py │ │ │ │ ├── relativedelta.py │ │ │ │ ├── rrule.py │ │ │ │ ├── tz.py │ │ │ │ ├── tzwin.py │ │ │ │ └── zoneinfo │ │ │ │ │ ├── __init__.py │ │ │ │ │ └── zoneinfo-2010g.tar.gz │ │ │ ├── enchant │ │ │ │ ├── __init__.py │ │ │ │ ├── _enchant.py │ │ │ │ ├── checker │ │ │ │ │ ├── CmdLineChecker.py │ │ │ │ │ ├── GtkSpellCheckerDialog.py │ │ │ │ │ ├── __init__.py │ │ │ │ │ └── wxSpellCheckerDialog.py │ │ │ │ ├── errors.py │ │ │ │ ├── iconv.dll │ │ │ │ ├── intl.dll │ │ │ │ ├── lib │ │ │ │ │ └── enchant │ │ │ │ │ │ ├── libenchant_ispell.dll │ │ │ │ │ │ └── libenchant_myspell.dll │ │ │ │ ├── libenchant-1.dll │ │ │ │ ├── libglib-2.0-0.dll │ │ │ │ ├── libgmodule-2.0-0.dll │ │ │ │ ├── pypwl.py │ │ │ │ ├── share │ │ │ │ │ └── enchant │ │ │ │ │ │ └── myspell │ │ │ │ │ │ ├── de_DE.aff │ │ │ │ │ │ ├── de_DE.dic │ │ │ │ │ │ ├── en_US.aff │ │ │ │ │ │ ├── en_US.dic │ │ │ │ │ │ ├── fr_FR.aff │ │ │ │ │ │ └── fr_FR.dic │ │ │ │ ├── tokenize │ │ │ │ │ ├── __init__.py │ │ │ │ │ └── en.py │ │ │ │ └── utils.py │ │ │ ├── guppy │ │ │ │ ├── __init__.py │ │ │ │ ├── doc │ │ │ │ │ ├── ProfileBrowser.html │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── docexample.html │ │ │ │ │ ├── gsl.html │ │ │ │ │ ├── gslexample.html │ │ │ │ │ ├── guppy.html │ │ │ │ │ ├── heapy_RootState.html │ │ │ │ │ ├── heapy_UniSet.html │ │ │ │ │ ├── heapy_Use.html │ │ │ │ │ ├── heapy_tutorial.html │ │ │ │ │ ├── heapyc.html │ │ │ │ │ ├── index.html │ │ │ │ │ ├── pbscreen.jpg │ │ │ │ │ └── sets.html │ │ │ │ ├── etc │ │ │ │ │ ├── Cat.py │ │ │ │ │ ├── Code.py │ │ │ │ │ ├── Compat.py │ │ │ │ │ ├── ExecfileWithModuleInfo.py │ │ │ │ │ ├── FSA.py │ │ │ │ │ ├── Glue.py │ │ │ │ │ ├── Help.py │ │ │ │ │ ├── IterPermute.py │ │ │ │ │ ├── KanExtension.py │ │ │ │ │ ├── KnuthBendix.py │ │ │ │ │ ├── OutputHandling.py │ │ │ │ │ ├── RE.py │ │ │ │ │ ├── RE_Rect.py │ │ │ │ │ ├── Unpack.py │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── cmd.py │ │ │ │ │ ├── etc.py │ │ │ │ │ ├── textView.py │ │ │ │ │ ├── tkcursors.py │ │ │ │ │ └── xterm.py │ │ │ │ ├── gsl │ │ │ │ │ ├── Document.py │ │ │ │ │ ├── DottedTree.py │ │ │ │ │ ├── Exceptions.py │ │ │ │ │ ├── FileIO.py │ │ │ │ │ ├── Filer.py │ │ │ │ │ ├── Gsml.py │ │ │ │ │ ├── Help.py │ │ │ │ │ ├── Html.py │ │ │ │ │ ├── Latex.py │ │ │ │ │ ├── Main.py │ │ │ │ │ ├── SpecNodes.py │ │ │ │ │ ├── Tester.py │ │ │ │ │ ├── Text.py │ │ │ │ │ ├── XHTML.py │ │ │ │ │ └── __init__.py │ │ │ │ ├── heapy │ │ │ │ │ ├── AbstractAlgebra.py │ │ │ │ │ ├── Classifiers.py │ │ │ │ │ ├── Console.py │ │ │ │ │ ├── Doc.py │ │ │ │ │ ├── ImpSet.py │ │ │ │ │ ├── Monitor.py │ │ │ │ │ ├── OutputHandling.py │ │ │ │ │ ├── Part.py │ │ │ │ │ ├── Path.py │ │ │ │ │ ├── Prof.py │ │ │ │ │ ├── RM.py │ │ │ │ │ ├── RefPat.py │ │ │ │ │ ├── Remote.py │ │ │ │ │ ├── RemoteConstants.py │ │ │ │ │ ├── Spec.py │ │ │ │ │ ├── Target.py │ │ │ │ │ ├── UniSet.py │ │ │ │ │ ├── Use.py │ │ │ │ │ ├── View.py │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── heapyc.pyd │ │ │ │ │ └── pbhelp.py │ │ │ │ └── sets │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── setsc.pyd │ │ │ │ │ └── test.py │ │ │ ├── jTransliterate │ │ │ │ ├── __init__.py │ │ │ │ └── translation_maps.py │ │ │ ├── jinja2 │ │ │ │ ├── __init__.py │ │ │ │ ├── _compat.py │ │ │ │ ├── _stringdefs.py │ │ │ │ ├── bccache.py │ │ │ │ ├── compiler.py │ │ │ │ ├── constants.py │ │ │ │ ├── debug.py │ │ │ │ ├── defaults.py │ │ │ │ ├── environment.py │ │ │ │ ├── exceptions.py │ │ │ │ ├── ext.py │ │ │ │ ├── filters.py │ │ │ │ ├── lexer.py │ │ │ │ ├── loaders.py │ │ │ │ ├── meta.py │ │ │ │ ├── nodes.py │ │ │ │ ├── optimizer.py │ │ │ │ ├── parser.py │ │ │ │ ├── runtime.py │ │ │ │ ├── sandbox.py │ │ │ │ ├── tests.py │ │ │ │ ├── utils.py │ │ │ │ └── visitor.py │ │ │ ├── korean │ │ │ │ ├── __init__.py │ │ │ │ ├── __main__.py │ │ │ │ ├── data.json │ │ │ │ ├── ext │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── django │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ └── templatetags │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ └── korean.py │ │ │ │ │ ├── gettext.py │ │ │ │ │ └── jinja2.py │ │ │ │ ├── hangul.py │ │ │ │ ├── l10n │ │ │ │ │ ├── __init__.py │ │ │ │ │ └── jinja2ext.py │ │ │ │ └── morphology │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── morpheme.py │ │ │ │ │ ├── particle.py │ │ │ │ │ └── substantive.py │ │ │ ├── lxml │ │ │ │ ├── ElementInclude.py │ │ │ │ ├── __init__.py │ │ │ │ ├── _elementpath.py │ │ │ │ ├── builder.py │ │ │ │ ├── cssselect.py │ │ │ │ ├── doctestcompare.py │ │ │ │ ├── etree.pyd │ │ │ │ ├── html │ │ │ │ │ ├── ElementSoup.py │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── _diffcommand.py │ │ │ │ │ ├── _html5builder.py │ │ │ │ │ ├── _setmixin.py │ │ │ │ │ ├── builder.py │ │ │ │ │ ├── clean.py │ │ │ │ │ ├── defs.py │ │ │ │ │ ├── diff.py │ │ │ │ │ ├── formfill.py │ │ │ │ │ ├── html5parser.py │ │ │ │ │ ├── soupparser.py │ │ │ │ │ └── usedoctest.py │ │ │ │ ├── isoschematron │ │ │ │ │ ├── __init__.py │ │ │ │ │ └── resources │ │ │ │ │ │ ├── rng │ │ │ │ │ │ └── iso-schematron.rng │ │ │ │ │ │ └── xsl │ │ │ │ │ │ ├── RNG2Schtrn.xsl │ │ │ │ │ │ ├── XSD2Schtrn.xsl │ │ │ │ │ │ └── iso-schematron-xslt1 │ │ │ │ │ │ ├── iso_abstract_expand.xsl │ │ │ │ │ │ ├── iso_dsdl_include.xsl │ │ │ │ │ │ ├── iso_schematron_message.xsl │ │ │ │ │ │ ├── iso_schematron_skeleton_for_xslt1.xsl │ │ │ │ │ │ ├── iso_svrl_for_xslt1.xsl │ │ │ │ │ │ └── readme.txt │ │ │ │ ├── objectify.pyd │ │ │ │ ├── pyclasslookup.py │ │ │ │ ├── sax.py │ │ │ │ └── usedoctest.py │ │ │ ├── markupsafe │ │ │ │ ├── __init__.py │ │ │ │ ├── _compat.py │ │ │ │ ├── _constants.py │ │ │ │ ├── _native.py │ │ │ │ └── _speedups.pyd │ │ │ ├── matplotlib │ │ │ │ ├── __init__.py │ │ │ │ ├── _cm.py │ │ │ │ ├── _cntr.pyd │ │ │ │ ├── _delaunay.pyd │ │ │ │ ├── _image.pyd │ │ │ │ ├── _mathtext_data.py │ │ │ │ ├── _path.pyd │ │ │ │ ├── _png.pyd │ │ │ │ ├── _pylab_helpers.py │ │ │ │ ├── _tri.pyd │ │ │ │ ├── _windowing.pyd │ │ │ │ ├── afm.py │ │ │ │ ├── animation.py │ │ │ │ ├── artist.py │ │ │ │ ├── axes.py │ │ │ │ ├── axis.py │ │ │ │ ├── backend_bases.py │ │ │ │ ├── backends │ │ │ │ │ ├── Matplotlib.nib │ │ │ │ │ │ ├── classes.nib │ │ │ │ │ │ ├── info.nib │ │ │ │ │ │ └── keyedobjects.nib │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── _backend_agg.pyd │ │ │ │ │ ├── _backend_gdk.pyd │ │ │ │ │ ├── _gtkagg.pyd │ │ │ │ │ ├── _tkagg.pyd │ │ │ │ │ ├── backend_agg.py │ │ │ │ │ ├── backend_cairo.py │ │ │ │ │ ├── backend_cocoaagg.py │ │ │ │ │ ├── backend_emf.py │ │ │ │ │ ├── backend_fltkagg.py │ │ │ │ │ ├── backend_gdk.py │ │ │ │ │ ├── backend_gtk.py │ │ │ │ │ ├── backend_gtk3.py │ │ │ │ │ ├── backend_gtk3agg.py │ │ │ │ │ ├── backend_gtk3cairo.py │ │ │ │ │ ├── backend_gtkagg.py │ │ │ │ │ ├── backend_gtkcairo.py │ │ │ │ │ ├── backend_macosx.py │ │ │ │ │ ├── backend_mixed.py │ │ │ │ │ ├── backend_pdf.py │ │ │ │ │ ├── backend_pgf.py │ │ │ │ │ ├── backend_ps.py │ │ │ │ │ ├── backend_qt.py │ │ │ │ │ ├── backend_qt4.py │ │ │ │ │ ├── backend_qt4agg.py │ │ │ │ │ ├── backend_qtagg.py │ │ │ │ │ ├── backend_svg.py │ │ │ │ │ ├── backend_template.py │ │ │ │ │ ├── backend_tkagg.py │ │ │ │ │ ├── backend_webagg.py │ │ │ │ │ ├── backend_wx.py │ │ │ │ │ ├── backend_wxagg.py │ │ │ │ │ ├── qt4_compat.py │ │ │ │ │ ├── qt4_editor │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ ├── figureoptions.py │ │ │ │ │ │ └── formlayout.py │ │ │ │ │ ├── tkagg.py │ │ │ │ │ ├── web_backend │ │ │ │ │ │ ├── all_figures.html │ │ │ │ │ │ ├── css │ │ │ │ │ │ │ ├── boilerplate.css │ │ │ │ │ │ │ ├── fbm.css │ │ │ │ │ │ │ └── page.css │ │ │ │ │ │ ├── jquery │ │ │ │ │ │ │ ├── css │ │ │ │ │ │ │ │ └── themes │ │ │ │ │ │ │ │ │ └── base │ │ │ │ │ │ │ │ │ ├── images │ │ │ │ │ │ │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png │ │ │ │ │ │ │ │ │ ├── ui-bg_flat_75_ffffff_40x100.png │ │ │ │ │ │ │ │ │ ├── ui-bg_glass_55_fbf9ee_1x400.png │ │ │ │ │ │ │ │ │ ├── ui-bg_glass_65_ffffff_1x400.png │ │ │ │ │ │ │ │ │ ├── ui-bg_glass_75_dadada_1x400.png │ │ │ │ │ │ │ │ │ ├── ui-bg_glass_75_e6e6e6_1x400.png │ │ │ │ │ │ │ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png │ │ │ │ │ │ │ │ │ ├── ui-bg_highlight-soft_75_cccccc_1x100.png │ │ │ │ │ │ │ │ │ ├── ui-icons_222222_256x240.png │ │ │ │ │ │ │ │ │ ├── ui-icons_2e83ff_256x240.png │ │ │ │ │ │ │ │ │ ├── ui-icons_454545_256x240.png │ │ │ │ │ │ │ │ │ ├── ui-icons_888888_256x240.png │ │ │ │ │ │ │ │ │ └── ui-icons_cd0a0a_256x240.png │ │ │ │ │ │ │ │ │ └── jquery-ui.min.css │ │ │ │ │ │ │ └── js │ │ │ │ │ │ │ │ ├── jquery-1.7.1.min.js │ │ │ │ │ │ │ │ ├── jquery-ui.min.js │ │ │ │ │ │ │ │ └── jquery.autogrow.js │ │ │ │ │ │ ├── mpl.js │ │ │ │ │ │ ├── mpl_interface.js │ │ │ │ │ │ └── single_figure.html │ │ │ │ │ └── windowing.py │ │ │ │ ├── bezier.py │ │ │ │ ├── blocking_input.py │ │ │ │ ├── cbook.py │ │ │ │ ├── cm.py │ │ │ │ ├── collections.py │ │ │ │ ├── colorbar.py │ │ │ │ ├── colors.py │ │ │ │ ├── compat │ │ │ │ │ ├── __init__.py │ │ │ │ │ └── subprocess.py │ │ │ │ ├── container.py │ │ │ │ ├── contour.py │ │ │ │ ├── dates.py │ │ │ │ ├── delaunay │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── interpolate.py │ │ │ │ │ ├── testfuncs.py │ │ │ │ │ └── triangulate.py │ │ │ │ ├── docstring.py │ │ │ │ ├── dviread.py │ │ │ │ ├── figure.py │ │ │ │ ├── finance.py │ │ │ │ ├── font_manager.py │ │ │ │ ├── fontconfig_pattern.py │ │ │ │ ├── ft2font.pyd │ │ │ │ ├── gridspec.py │ │ │ │ ├── hatch.py │ │ │ │ ├── image.py │ │ │ │ ├── legend.py │ │ │ │ ├── legend_handler.py │ │ │ │ ├── lines.py │ │ │ │ ├── markers.py │ │ │ │ ├── mathtext.py │ │ │ │ ├── mlab.py │ │ │ │ ├── mpl-data │ │ │ │ │ ├── fonts │ │ │ │ │ │ ├── afm │ │ │ │ │ │ │ ├── cmex10.afm │ │ │ │ │ │ │ ├── cmmi10.afm │ │ │ │ │ │ │ ├── cmr10.afm │ │ │ │ │ │ │ ├── cmsy10.afm │ │ │ │ │ │ │ ├── cmtt10.afm │ │ │ │ │ │ │ ├── pagd8a.afm │ │ │ │ │ │ │ ├── pagdo8a.afm │ │ │ │ │ │ │ ├── pagk8a.afm │ │ │ │ │ │ │ ├── pagko8a.afm │ │ │ │ │ │ │ ├── pbkd8a.afm │ │ │ │ │ │ │ ├── pbkdi8a.afm │ │ │ │ │ │ │ ├── pbkl8a.afm │ │ │ │ │ │ │ ├── pbkli8a.afm │ │ │ │ │ │ │ ├── pcrb8a.afm │ │ │ │ │ │ │ ├── pcrbo8a.afm │ │ │ │ │ │ │ ├── pcrr8a.afm │ │ │ │ │ │ │ ├── pcrro8a.afm │ │ │ │ │ │ │ ├── phvb8a.afm │ │ │ │ │ │ │ ├── phvb8an.afm │ │ │ │ │ │ │ ├── phvbo8a.afm │ │ │ │ │ │ │ ├── phvbo8an.afm │ │ │ │ │ │ │ ├── phvl8a.afm │ │ │ │ │ │ │ ├── phvlo8a.afm │ │ │ │ │ │ │ ├── phvr8a.afm │ │ │ │ │ │ │ ├── phvr8an.afm │ │ │ │ │ │ │ ├── phvro8a.afm │ │ │ │ │ │ │ ├── phvro8an.afm │ │ │ │ │ │ │ ├── pncb8a.afm │ │ │ │ │ │ │ ├── pncbi8a.afm │ │ │ │ │ │ │ ├── pncr8a.afm │ │ │ │ │ │ │ ├── pncri8a.afm │ │ │ │ │ │ │ ├── pplb8a.afm │ │ │ │ │ │ │ ├── pplbi8a.afm │ │ │ │ │ │ │ ├── pplr8a.afm │ │ │ │ │ │ │ ├── pplri8a.afm │ │ │ │ │ │ │ ├── psyr.afm │ │ │ │ │ │ │ ├── ptmb8a.afm │ │ │ │ │ │ │ ├── ptmbi8a.afm │ │ │ │ │ │ │ ├── ptmr8a.afm │ │ │ │ │ │ │ ├── ptmri8a.afm │ │ │ │ │ │ │ ├── putb8a.afm │ │ │ │ │ │ │ ├── putbi8a.afm │ │ │ │ │ │ │ ├── putr8a.afm │ │ │ │ │ │ │ ├── putri8a.afm │ │ │ │ │ │ │ ├── pzcmi8a.afm │ │ │ │ │ │ │ └── pzdr.afm │ │ │ │ │ │ ├── pdfcorefonts │ │ │ │ │ │ │ ├── Courier-Bold.afm │ │ │ │ │ │ │ ├── Courier-BoldOblique.afm │ │ │ │ │ │ │ ├── Courier-Oblique.afm │ │ │ │ │ │ │ ├── Courier.afm │ │ │ │ │ │ │ ├── Helvetica-Bold.afm │ │ │ │ │ │ │ ├── Helvetica-BoldOblique.afm │ │ │ │ │ │ │ ├── Helvetica-Oblique.afm │ │ │ │ │ │ │ ├── Helvetica.afm │ │ │ │ │ │ │ ├── Symbol.afm │ │ │ │ │ │ │ ├── Times-Bold.afm │ │ │ │ │ │ │ ├── Times-BoldItalic.afm │ │ │ │ │ │ │ ├── Times-Italic.afm │ │ │ │ │ │ │ ├── Times-Roman.afm │ │ │ │ │ │ │ ├── ZapfDingbats.afm │ │ │ │ │ │ │ └── readme.txt │ │ │ │ │ │ └── ttf │ │ │ │ │ │ │ ├── COPYRIGHT.TXT │ │ │ │ │ │ │ ├── LICENSE_STIX │ │ │ │ │ │ │ ├── README.TXT │ │ │ │ │ │ │ ├── RELEASENOTES.TXT │ │ │ │ │ │ │ ├── STIXGeneral.ttf │ │ │ │ │ │ │ ├── STIXGeneralBol.ttf │ │ │ │ │ │ │ ├── STIXGeneralBolIta.ttf │ │ │ │ │ │ │ ├── STIXGeneralItalic.ttf │ │ │ │ │ │ │ ├── STIXNonUni.ttf │ │ │ │ │ │ │ ├── STIXNonUniBol.ttf │ │ │ │ │ │ │ ├── STIXNonUniBolIta.ttf │ │ │ │ │ │ │ ├── STIXNonUniIta.ttf │ │ │ │ │ │ │ ├── STIXSizFiveSymReg.ttf │ │ │ │ │ │ │ ├── STIXSizFourSymBol.ttf │ │ │ │ │ │ │ ├── STIXSizFourSymReg.ttf │ │ │ │ │ │ │ ├── STIXSizOneSymBol.ttf │ │ │ │ │ │ │ ├── STIXSizOneSymReg.ttf │ │ │ │ │ │ │ ├── STIXSizThreeSymBol.ttf │ │ │ │ │ │ │ ├── STIXSizThreeSymReg.ttf │ │ │ │ │ │ │ ├── STIXSizTwoSymBol.ttf │ │ │ │ │ │ │ ├── STIXSizTwoSymReg.ttf │ │ │ │ │ │ │ ├── Vera.ttf │ │ │ │ │ │ │ ├── VeraBI.ttf │ │ │ │ │ │ │ ├── VeraBd.ttf │ │ │ │ │ │ │ ├── VeraIt.ttf │ │ │ │ │ │ │ ├── VeraMoBI.ttf │ │ │ │ │ │ │ ├── VeraMoBd.ttf │ │ │ │ │ │ │ ├── VeraMoIt.ttf │ │ │ │ │ │ │ ├── VeraMono.ttf │ │ │ │ │ │ │ ├── VeraSe.ttf │ │ │ │ │ │ │ ├── VeraSeBd.ttf │ │ │ │ │ │ │ ├── cmb10.ttf │ │ │ │ │ │ │ ├── cmex10.ttf │ │ │ │ │ │ │ ├── cmmi10.ttf │ │ │ │ │ │ │ ├── cmr10.ttf │ │ │ │ │ │ │ ├── cmss10.ttf │ │ │ │ │ │ │ ├── cmsy10.ttf │ │ │ │ │ │ │ └── cmtt10.ttf │ │ │ │ │ ├── images │ │ │ │ │ │ ├── back.png │ │ │ │ │ │ ├── back.ppm │ │ │ │ │ │ ├── back.svg │ │ │ │ │ │ ├── back.xpm │ │ │ │ │ │ ├── filesave.png │ │ │ │ │ │ ├── filesave.ppm │ │ │ │ │ │ ├── filesave.svg │ │ │ │ │ │ ├── filesave.xpm │ │ │ │ │ │ ├── forward.png │ │ │ │ │ │ ├── forward.ppm │ │ │ │ │ │ ├── forward.svg │ │ │ │ │ │ ├── forward.xpm │ │ │ │ │ │ ├── hand.png │ │ │ │ │ │ ├── hand.ppm │ │ │ │ │ │ ├── hand.svg │ │ │ │ │ │ ├── hand.xpm │ │ │ │ │ │ ├── home.png │ │ │ │ │ │ ├── home.ppm │ │ │ │ │ │ ├── home.svg │ │ │ │ │ │ ├── home.xpm │ │ │ │ │ │ ├── matplotlib.gif │ │ │ │ │ │ ├── matplotlib.png │ │ │ │ │ │ ├── matplotlib.svg │ │ │ │ │ │ ├── move.png │ │ │ │ │ │ ├── move.ppm │ │ │ │ │ │ ├── move.svg │ │ │ │ │ │ ├── move.xpm │ │ │ │ │ │ ├── qt4_editor_options.png │ │ │ │ │ │ ├── qt4_editor_options.svg │ │ │ │ │ │ ├── stock_close.ppm │ │ │ │ │ │ ├── stock_close.xpm │ │ │ │ │ │ ├── stock_down.ppm │ │ │ │ │ │ ├── stock_down.xpm │ │ │ │ │ │ ├── stock_left.ppm │ │ │ │ │ │ ├── stock_left.xpm │ │ │ │ │ │ ├── stock_refresh.ppm │ │ │ │ │ │ ├── stock_refresh.xpm │ │ │ │ │ │ ├── stock_right.ppm │ │ │ │ │ │ ├── stock_right.xpm │ │ │ │ │ │ ├── stock_save_as.ppm │ │ │ │ │ │ ├── stock_save_as.xpm │ │ │ │ │ │ ├── stock_up.ppm │ │ │ │ │ │ ├── stock_up.xpm │ │ │ │ │ │ ├── stock_zoom-in.ppm │ │ │ │ │ │ ├── stock_zoom-in.xpm │ │ │ │ │ │ ├── stock_zoom-out.ppm │ │ │ │ │ │ ├── stock_zoom-out.xpm │ │ │ │ │ │ ├── subplots.png │ │ │ │ │ │ ├── subplots.ppm │ │ │ │ │ │ ├── subplots.xpm │ │ │ │ │ │ ├── zoom_to_rect.png │ │ │ │ │ │ ├── zoom_to_rect.ppm │ │ │ │ │ │ ├── zoom_to_rect.svg │ │ │ │ │ │ └── zoom_to_rect.xpm │ │ │ │ │ ├── lineprops.glade │ │ │ │ │ ├── matplotlibrc │ │ │ │ │ └── sample_data │ │ │ │ │ │ ├── AAPL.dat.gz │ │ │ │ │ │ ├── INTC.dat.gz │ │ │ │ │ │ ├── Minduka_Present_Blue_Pack.png │ │ │ │ │ │ ├── README.txt │ │ │ │ │ │ ├── aapl.csv │ │ │ │ │ │ ├── aapl.npy.gz │ │ │ │ │ │ ├── ada.png │ │ │ │ │ │ ├── axes_grid │ │ │ │ │ │ └── bivariate_normal.npy │ │ │ │ │ │ ├── ct.raw.gz │ │ │ │ │ │ ├── data_x_x2_x3.csv │ │ │ │ │ │ ├── demodata.csv │ │ │ │ │ │ ├── eeg.dat │ │ │ │ │ │ ├── embedding_in_wx3.xrc │ │ │ │ │ │ ├── goog.npy │ │ │ │ │ │ ├── grace_hopper.jpg │ │ │ │ │ │ ├── grace_hopper.png │ │ │ │ │ │ ├── lena.jpg │ │ │ │ │ │ ├── lena.png │ │ │ │ │ │ ├── logo2.png │ │ │ │ │ │ ├── membrane.dat │ │ │ │ │ │ ├── msft.csv │ │ │ │ │ │ └── s1045.ima.gz │ │ │ │ ├── mpl.py │ │ │ │ ├── nxutils.py │ │ │ │ ├── offsetbox.py │ │ │ │ ├── patches.py │ │ │ │ ├── path.py │ │ │ │ ├── patheffects.py │ │ │ │ ├── projections │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── geo.py │ │ │ │ │ └── polar.py │ │ │ │ ├── pylab.py │ │ │ │ ├── pyparsing_py2.py │ │ │ │ ├── pyparsing_py3.py │ │ │ │ ├── pyplot.py │ │ │ │ ├── quiver.py │ │ │ │ ├── rcsetup.py │ │ │ │ ├── sankey.py │ │ │ │ ├── scale.py │ │ │ │ ├── sphinxext │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── ipython_console_highlighting.py │ │ │ │ │ ├── ipython_directive.py │ │ │ │ │ ├── mathmpl.py │ │ │ │ │ ├── only_directives.py │ │ │ │ │ └── plot_directive.py │ │ │ │ ├── spines.py │ │ │ │ ├── stackplot.py │ │ │ │ ├── streamplot.py │ │ │ │ ├── table.py │ │ │ │ ├── testing │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── compare.py │ │ │ │ │ ├── decorators.py │ │ │ │ │ ├── image_util.py │ │ │ │ │ ├── jpl_units │ │ │ │ │ │ ├── Duration.py │ │ │ │ │ │ ├── Epoch.py │ │ │ │ │ │ ├── EpochConverter.py │ │ │ │ │ │ ├── StrConverter.py │ │ │ │ │ │ ├── UnitDbl.py │ │ │ │ │ │ ├── UnitDblConverter.py │ │ │ │ │ │ ├── UnitDblFormatter.py │ │ │ │ │ │ └── __init__.py │ │ │ │ │ ├── noseclasses.py │ │ │ │ │ └── util.py │ │ │ │ ├── texmanager.py │ │ │ │ ├── text.py │ │ │ │ ├── textpath.py │ │ │ │ ├── ticker.py │ │ │ │ ├── tight_bbox.py │ │ │ │ ├── tight_layout.py │ │ │ │ ├── transforms.py │ │ │ │ ├── tri │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── triangulation.py │ │ │ │ │ ├── tricontour.py │ │ │ │ │ ├── trifinder.py │ │ │ │ │ ├── triinterpolate.py │ │ │ │ │ ├── tripcolor.py │ │ │ │ │ ├── triplot.py │ │ │ │ │ ├── trirefine.py │ │ │ │ │ └── tritools.py │ │ │ │ ├── ttconv.pyd │ │ │ │ ├── type1font.py │ │ │ │ ├── units.py │ │ │ │ └── widgets.py │ │ │ ├── mercurial │ │ │ │ ├── __init__.py │ │ │ │ ├── __version__.py │ │ │ │ ├── ancestor.py │ │ │ │ ├── archival.py │ │ │ │ ├── base85.pyd │ │ │ │ ├── bdiff.pyd │ │ │ │ ├── bookmarks.py │ │ │ │ ├── branchmap.py │ │ │ │ ├── bundlerepo.py │ │ │ │ ├── byterange.py │ │ │ │ ├── changegroup.py │ │ │ │ ├── changelog.py │ │ │ │ ├── cmdutil.py │ │ │ │ ├── commands.py │ │ │ │ ├── commandserver.py │ │ │ │ ├── config.py │ │ │ │ ├── context.py │ │ │ │ ├── copies.py │ │ │ │ ├── dagparser.py │ │ │ │ ├── dagutil.py │ │ │ │ ├── demandimport.py │ │ │ │ ├── dicthelpers.py │ │ │ │ ├── diffhelpers.pyd │ │ │ │ ├── dirstate.py │ │ │ │ ├── discovery.py │ │ │ │ ├── dispatch.py │ │ │ │ ├── encoding.py │ │ │ │ ├── error.py │ │ │ │ ├── extensions.py │ │ │ │ ├── fancyopts.py │ │ │ │ ├── filelog.py │ │ │ │ ├── filemerge.py │ │ │ │ ├── fileset.py │ │ │ │ ├── formatter.py │ │ │ │ ├── graphmod.py │ │ │ │ ├── hbisect.py │ │ │ │ ├── help.py │ │ │ │ ├── hg.py │ │ │ │ ├── hgweb │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── common.py │ │ │ │ │ ├── hgweb_mod.py │ │ │ │ │ ├── hgwebdir_mod.py │ │ │ │ │ ├── protocol.py │ │ │ │ │ ├── request.py │ │ │ │ │ ├── server.py │ │ │ │ │ ├── webcommands.py │ │ │ │ │ ├── webutil.py │ │ │ │ │ └── wsgicgi.py │ │ │ │ ├── hook.py │ │ │ │ ├── httpclient │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── _readers.py │ │ │ │ │ └── socketutil.py │ │ │ │ ├── httpconnection.py │ │ │ │ ├── httppeer.py │ │ │ │ ├── i18n.py │ │ │ │ ├── ignore.py │ │ │ │ ├── keepalive.py │ │ │ │ ├── localrepo.py │ │ │ │ ├── lock.py │ │ │ │ ├── lsprof.py │ │ │ │ ├── lsprofcalltree.py │ │ │ │ ├── mail.py │ │ │ │ ├── manifest.py │ │ │ │ ├── match.py │ │ │ │ ├── mdiff.py │ │ │ │ ├── merge.py │ │ │ │ ├── minirst.py │ │ │ │ ├── mpatch.pyd │ │ │ │ ├── node.py │ │ │ │ ├── obsolete.py │ │ │ │ ├── osutil.pyd │ │ │ │ ├── parser.py │ │ │ │ ├── parsers.pyd │ │ │ │ ├── patch.py │ │ │ │ ├── pathutil.py │ │ │ │ ├── peer.py │ │ │ │ ├── phases.py │ │ │ │ ├── posix.py │ │ │ │ ├── pushkey.py │ │ │ │ ├── pvec.py │ │ │ │ ├── py3kcompat.py │ │ │ │ ├── repair.py │ │ │ │ ├── repoview.py │ │ │ │ ├── revlog.py │ │ │ │ ├── revset.py │ │ │ │ ├── scmposix.py │ │ │ │ ├── scmutil.py │ │ │ │ ├── scmwindows.py │ │ │ │ ├── setdiscovery.py │ │ │ │ ├── similar.py │ │ │ │ ├── simplemerge.py │ │ │ │ ├── sshpeer.py │ │ │ │ ├── sshserver.py │ │ │ │ ├── sslutil.py │ │ │ │ ├── statichttprepo.py │ │ │ │ ├── store.py │ │ │ │ ├── strutil.py │ │ │ │ ├── subrepo.py │ │ │ │ ├── tags.py │ │ │ │ ├── templatefilters.py │ │ │ │ ├── templatekw.py │ │ │ │ ├── templater.py │ │ │ │ ├── templates │ │ │ │ │ ├── atom │ │ │ │ │ │ ├── bookmarkentry.tmpl │ │ │ │ │ │ ├── bookmarks.tmpl │ │ │ │ │ │ ├── branchentry.tmpl │ │ │ │ │ │ ├── branches.tmpl │ │ │ │ │ │ ├── changelog.tmpl │ │ │ │ │ │ ├── changelogentry.tmpl │ │ │ │ │ │ ├── error.tmpl │ │ │ │ │ │ ├── filelog.tmpl │ │ │ │ │ │ ├── header.tmpl │ │ │ │ │ │ ├── map │ │ │ │ │ │ ├── tagentry.tmpl │ │ │ │ │ │ └── tags.tmpl │ │ │ │ │ ├── coal │ │ │ │ │ │ ├── header.tmpl │ │ │ │ │ │ └── map │ │ │ │ │ ├── gitweb │ │ │ │ │ │ ├── bookmarks.tmpl │ │ │ │ │ │ ├── branches.tmpl │ │ │ │ │ │ ├── changelog.tmpl │ │ │ │ │ │ ├── changelogentry.tmpl │ │ │ │ │ │ ├── changeset.tmpl │ │ │ │ │ │ ├── error.tmpl │ │ │ │ │ │ ├── fileannotate.tmpl │ │ │ │ │ │ ├── filecomparison.tmpl │ │ │ │ │ │ ├── filediff.tmpl │ │ │ │ │ │ ├── filelog.tmpl │ │ │ │ │ │ ├── filerevision.tmpl │ │ │ │ │ │ ├── footer.tmpl │ │ │ │ │ │ ├── graph.tmpl │ │ │ │ │ │ ├── header.tmpl │ │ │ │ │ │ ├── help.tmpl │ │ │ │ │ │ ├── helptopics.tmpl │ │ │ │ │ │ ├── index.tmpl │ │ │ │ │ │ ├── manifest.tmpl │ │ │ │ │ │ ├── map │ │ │ │ │ │ ├── notfound.tmpl │ │ │ │ │ │ ├── search.tmpl │ │ │ │ │ │ ├── shortlog.tmpl │ │ │ │ │ │ ├── summary.tmpl │ │ │ │ │ │ └── tags.tmpl │ │ │ │ │ ├── map-cmdline.bisect │ │ │ │ │ ├── map-cmdline.changelog │ │ │ │ │ ├── map-cmdline.compact │ │ │ │ │ ├── map-cmdline.default │ │ │ │ │ ├── map-cmdline.phases │ │ │ │ │ ├── map-cmdline.xml │ │ │ │ │ ├── monoblue │ │ │ │ │ │ ├── bookmarks.tmpl │ │ │ │ │ │ ├── branches.tmpl │ │ │ │ │ │ ├── changelog.tmpl │ │ │ │ │ │ ├── changelogentry.tmpl │ │ │ │ │ │ ├── changeset.tmpl │ │ │ │ │ │ ├── error.tmpl │ │ │ │ │ │ ├── fileannotate.tmpl │ │ │ │ │ │ ├── filecomparison.tmpl │ │ │ │ │ │ ├── filediff.tmpl │ │ │ │ │ │ ├── filelog.tmpl │ │ │ │ │ │ ├── filerevision.tmpl │ │ │ │ │ │ ├── footer.tmpl │ │ │ │ │ │ ├── graph.tmpl │ │ │ │ │ │ ├── header.tmpl │ │ │ │ │ │ ├── help.tmpl │ │ │ │ │ │ ├── helptopics.tmpl │ │ │ │ │ │ ├── index.tmpl │ │ │ │ │ │ ├── manifest.tmpl │ │ │ │ │ │ ├── map │ │ │ │ │ │ ├── notfound.tmpl │ │ │ │ │ │ ├── search.tmpl │ │ │ │ │ │ ├── shortlog.tmpl │ │ │ │ │ │ ├── summary.tmpl │ │ │ │ │ │ └── tags.tmpl │ │ │ │ │ ├── paper │ │ │ │ │ │ ├── bookmarks.tmpl │ │ │ │ │ │ ├── branches.tmpl │ │ │ │ │ │ ├── changeset.tmpl │ │ │ │ │ │ ├── diffstat.tmpl │ │ │ │ │ │ ├── error.tmpl │ │ │ │ │ │ ├── fileannotate.tmpl │ │ │ │ │ │ ├── filecomparison.tmpl │ │ │ │ │ │ ├── filediff.tmpl │ │ │ │ │ │ ├── filelog.tmpl │ │ │ │ │ │ ├── filelogentry.tmpl │ │ │ │ │ │ ├── filerevision.tmpl │ │ │ │ │ │ ├── footer.tmpl │ │ │ │ │ │ ├── graph.tmpl │ │ │ │ │ │ ├── header.tmpl │ │ │ │ │ │ ├── help.tmpl │ │ │ │ │ │ ├── helptopics.tmpl │ │ │ │ │ │ ├── index.tmpl │ │ │ │ │ │ ├── manifest.tmpl │ │ │ │ │ │ ├── map │ │ │ │ │ │ ├── notfound.tmpl │ │ │ │ │ │ ├── search.tmpl │ │ │ │ │ │ ├── shortlog.tmpl │ │ │ │ │ │ ├── shortlogentry.tmpl │ │ │ │ │ │ └── tags.tmpl │ │ │ │ │ ├── raw │ │ │ │ │ │ ├── changelog.tmpl │ │ │ │ │ │ ├── changeset.tmpl │ │ │ │ │ │ ├── error.tmpl │ │ │ │ │ │ ├── fileannotate.tmpl │ │ │ │ │ │ ├── filediff.tmpl │ │ │ │ │ │ ├── graph.tmpl │ │ │ │ │ │ ├── graphedge.tmpl │ │ │ │ │ │ ├── graphnode.tmpl │ │ │ │ │ │ ├── index.tmpl │ │ │ │ │ │ ├── logentry.tmpl │ │ │ │ │ │ ├── manifest.tmpl │ │ │ │ │ │ ├── map │ │ │ │ │ │ ├── notfound.tmpl │ │ │ │ │ │ └── search.tmpl │ │ │ │ │ ├── rss │ │ │ │ │ │ ├── bookmarkentry.tmpl │ │ │ │ │ │ ├── bookmarks.tmpl │ │ │ │ │ │ ├── branchentry.tmpl │ │ │ │ │ │ ├── branches.tmpl │ │ │ │ │ │ ├── changelog.tmpl │ │ │ │ │ │ ├── changelogentry.tmpl │ │ │ │ │ │ ├── error.tmpl │ │ │ │ │ │ ├── filelog.tmpl │ │ │ │ │ │ ├── filelogentry.tmpl │ │ │ │ │ │ ├── header.tmpl │ │ │ │ │ │ ├── map │ │ │ │ │ │ ├── tagentry.tmpl │ │ │ │ │ │ └── tags.tmpl │ │ │ │ │ ├── spartan │ │ │ │ │ │ ├── branches.tmpl │ │ │ │ │ │ ├── changelog.tmpl │ │ │ │ │ │ ├── changelogentry.tmpl │ │ │ │ │ │ ├── changeset.tmpl │ │ │ │ │ │ ├── error.tmpl │ │ │ │ │ │ ├── fileannotate.tmpl │ │ │ │ │ │ ├── filediff.tmpl │ │ │ │ │ │ ├── filelog.tmpl │ │ │ │ │ │ ├── filelogentry.tmpl │ │ │ │ │ │ ├── filerevision.tmpl │ │ │ │ │ │ ├── footer.tmpl │ │ │ │ │ │ ├── graph.tmpl │ │ │ │ │ │ ├── header.tmpl │ │ │ │ │ │ ├── index.tmpl │ │ │ │ │ │ ├── manifest.tmpl │ │ │ │ │ │ ├── map │ │ │ │ │ │ ├── notfound.tmpl │ │ │ │ │ │ ├── search.tmpl │ │ │ │ │ │ ├── shortlog.tmpl │ │ │ │ │ │ ├── shortlogentry.tmpl │ │ │ │ │ │ └── tags.tmpl │ │ │ │ │ └── static │ │ │ │ │ │ ├── background.png │ │ │ │ │ │ ├── coal-file.png │ │ │ │ │ │ ├── coal-folder.png │ │ │ │ │ │ ├── excanvas.js │ │ │ │ │ │ ├── feed-icon-14x14.png │ │ │ │ │ │ ├── hgicon.png │ │ │ │ │ │ ├── hglogo.png │ │ │ │ │ │ ├── mercurial.js │ │ │ │ │ │ ├── style-coal.css │ │ │ │ │ │ ├── style-gitweb.css │ │ │ │ │ │ ├── style-monoblue.css │ │ │ │ │ │ ├── style-paper.css │ │ │ │ │ │ └── style.css │ │ │ │ ├── transaction.py │ │ │ │ ├── treediscovery.py │ │ │ │ ├── ui.py │ │ │ │ ├── unionrepo.py │ │ │ │ ├── url.py │ │ │ │ ├── util.py │ │ │ │ ├── verify.py │ │ │ │ ├── win32.py │ │ │ │ ├── windows.py │ │ │ │ ├── wireproto.py │ │ │ │ └── worker.py │ │ │ ├── numpy │ │ │ │ ├── __config__.py │ │ │ │ ├── __init__.py │ │ │ │ ├── _import_tools.py │ │ │ │ ├── add_newdocs.py │ │ │ │ ├── compat │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── _inspect.py │ │ │ │ │ ├── py3k.py │ │ │ │ │ ├── setup.py │ │ │ │ │ └── setupscons.py │ │ │ │ ├── core │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── _dotblas.pyd │ │ │ │ │ ├── _dummy.pyd │ │ │ │ │ ├── _internal.py │ │ │ │ │ ├── _methods.py │ │ │ │ │ ├── arrayprint.py │ │ │ │ │ ├── defchararray.py │ │ │ │ │ ├── fromnumeric.py │ │ │ │ │ ├── function_base.py │ │ │ │ │ ├── generate_numpy_api.py │ │ │ │ │ ├── getlimits.py │ │ │ │ │ ├── include │ │ │ │ │ │ └── numpy │ │ │ │ │ │ │ ├── __multiarray_api.h │ │ │ │ │ │ │ ├── __ufunc_api.h │ │ │ │ │ │ │ ├── _neighborhood_iterator_imp.h │ │ │ │ │ │ │ ├── _numpyconfig.h │ │ │ │ │ │ │ ├── arrayobject.h │ │ │ │ │ │ │ ├── arrayscalars.h │ │ │ │ │ │ │ ├── halffloat.h │ │ │ │ │ │ │ ├── multiarray_api.txt │ │ │ │ │ │ │ ├── ndarrayobject.h │ │ │ │ │ │ │ ├── ndarraytypes.h │ │ │ │ │ │ │ ├── noprefix.h │ │ │ │ │ │ │ ├── npy_1_7_deprecated_api.h │ │ │ │ │ │ │ ├── npy_3kcompat.h │ │ │ │ │ │ │ ├── npy_common.h │ │ │ │ │ │ │ ├── npy_cpu.h │ │ │ │ │ │ │ ├── npy_deprecated_api.h │ │ │ │ │ │ │ ├── npy_endian.h │ │ │ │ │ │ │ ├── npy_interrupt.h │ │ │ │ │ │ │ ├── npy_math.h │ │ │ │ │ │ │ ├── npy_no_deprecated_api.h │ │ │ │ │ │ │ ├── npy_os.h │ │ │ │ │ │ │ ├── numpyconfig.h │ │ │ │ │ │ │ ├── old_defines.h │ │ │ │ │ │ │ ├── oldnumeric.h │ │ │ │ │ │ │ ├── ufunc_api.txt │ │ │ │ │ │ │ ├── ufuncobject.h │ │ │ │ │ │ │ └── utils.h │ │ │ │ │ ├── info.py │ │ │ │ │ ├── lib │ │ │ │ │ │ └── npy-pkg-config │ │ │ │ │ │ │ ├── mlib.ini │ │ │ │ │ │ │ └── npymath.ini │ │ │ │ │ ├── machar.py │ │ │ │ │ ├── memmap.py │ │ │ │ │ ├── multiarray.pyd │ │ │ │ │ ├── multiarray_tests.pyd │ │ │ │ │ ├── numeric.py │ │ │ │ │ ├── numerictypes.py │ │ │ │ │ ├── operand_flag_tests.pyd │ │ │ │ │ ├── records.py │ │ │ │ │ ├── scalarmath.pyd │ │ │ │ │ ├── scons_support.py │ │ │ │ │ ├── setup.py │ │ │ │ │ ├── setup_common.py │ │ │ │ │ ├── setupscons.py │ │ │ │ │ ├── shape_base.py │ │ │ │ │ ├── struct_ufunc_test.pyd │ │ │ │ │ ├── test_rational.pyd │ │ │ │ │ ├── umath.pyd │ │ │ │ │ └── umath_tests.pyd │ │ │ │ ├── ctypeslib.py │ │ │ │ ├── distutils │ │ │ │ │ ├── __config__.py │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── __version__.py │ │ │ │ │ ├── ccompiler.py │ │ │ │ │ ├── command │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ ├── autodist.py │ │ │ │ │ │ ├── bdist_rpm.py │ │ │ │ │ │ ├── build.py │ │ │ │ │ │ ├── build_clib.py │ │ │ │ │ │ ├── build_ext.py │ │ │ │ │ │ ├── build_py.py │ │ │ │ │ │ ├── build_scripts.py │ │ │ │ │ │ ├── build_src.py │ │ │ │ │ │ ├── config.py │ │ │ │ │ │ ├── config_compiler.py │ │ │ │ │ │ ├── develop.py │ │ │ │ │ │ ├── egg_info.py │ │ │ │ │ │ ├── install.py │ │ │ │ │ │ ├── install_clib.py │ │ │ │ │ │ ├── install_data.py │ │ │ │ │ │ ├── install_headers.py │ │ │ │ │ │ ├── scons.py │ │ │ │ │ │ └── sdist.py │ │ │ │ │ ├── compat.py │ │ │ │ │ ├── conv_template.py │ │ │ │ │ ├── core.py │ │ │ │ │ ├── cpuinfo.py │ │ │ │ │ ├── environment.py │ │ │ │ │ ├── exec_command.py │ │ │ │ │ ├── extension.py │ │ │ │ │ ├── fcompiler │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ ├── absoft.py │ │ │ │ │ │ ├── compaq.py │ │ │ │ │ │ ├── g95.py │ │ │ │ │ │ ├── gnu.py │ │ │ │ │ │ ├── hpux.py │ │ │ │ │ │ ├── ibm.py │ │ │ │ │ │ ├── intel.py │ │ │ │ │ │ ├── lahey.py │ │ │ │ │ │ ├── mips.py │ │ │ │ │ │ ├── nag.py │ │ │ │ │ │ ├── none.py │ │ │ │ │ │ ├── pathf95.py │ │ │ │ │ │ ├── pg.py │ │ │ │ │ │ ├── sun.py │ │ │ │ │ │ └── vast.py │ │ │ │ │ ├── from_template.py │ │ │ │ │ ├── info.py │ │ │ │ │ ├── intelccompiler.py │ │ │ │ │ ├── interactive.py │ │ │ │ │ ├── lib2def.py │ │ │ │ │ ├── line_endings.py │ │ │ │ │ ├── log.py │ │ │ │ │ ├── mingw │ │ │ │ │ │ └── gfortran_vs2003_hack.c │ │ │ │ │ ├── mingw32ccompiler.py │ │ │ │ │ ├── misc_util.py │ │ │ │ │ ├── npy_pkg_config.py │ │ │ │ │ ├── numpy_distribution.py │ │ │ │ │ ├── pathccompiler.py │ │ │ │ │ ├── setup.py │ │ │ │ │ ├── setupscons.py │ │ │ │ │ ├── system_info.py │ │ │ │ │ └── unixccompiler.py │ │ │ │ ├── doc │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── basics.py │ │ │ │ │ ├── broadcasting.py │ │ │ │ │ ├── byteswapping.py │ │ │ │ │ ├── constants.py │ │ │ │ │ ├── creation.py │ │ │ │ │ ├── glossary.py │ │ │ │ │ ├── howtofind.py │ │ │ │ │ ├── indexing.py │ │ │ │ │ ├── internals.py │ │ │ │ │ ├── io.py │ │ │ │ │ ├── jargon.py │ │ │ │ │ ├── methods_vs_functions.py │ │ │ │ │ ├── misc.py │ │ │ │ │ ├── performance.py │ │ │ │ │ ├── structured_arrays.py │ │ │ │ │ ├── subclassing.py │ │ │ │ │ └── ufuncs.py │ │ │ │ ├── dual.py │ │ │ │ ├── f2py │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── __version__.py │ │ │ │ │ ├── auxfuncs.py │ │ │ │ │ ├── capi_maps.py │ │ │ │ │ ├── cb_rules.py │ │ │ │ │ ├── cfuncs.py │ │ │ │ │ ├── common_rules.py │ │ │ │ │ ├── crackfortran.py │ │ │ │ │ ├── diagnose.py │ │ │ │ │ ├── docs │ │ │ │ │ │ ├── FAQ.txt │ │ │ │ │ │ ├── HISTORY.txt │ │ │ │ │ │ ├── OLDNEWS.txt │ │ │ │ │ │ ├── README.txt │ │ │ │ │ │ ├── TESTING.txt │ │ │ │ │ │ ├── THANKS.txt │ │ │ │ │ │ ├── default.css │ │ │ │ │ │ ├── docutils.conf │ │ │ │ │ │ ├── hello.f │ │ │ │ │ │ ├── pyforttest.pyf │ │ │ │ │ │ ├── pytest.py │ │ │ │ │ │ ├── simple.f │ │ │ │ │ │ ├── simple_session.dat │ │ │ │ │ │ └── usersguide │ │ │ │ │ │ │ ├── allocarr.f90 │ │ │ │ │ │ │ ├── allocarr_session.dat │ │ │ │ │ │ │ ├── array.f │ │ │ │ │ │ │ ├── array_session.dat │ │ │ │ │ │ │ ├── calculate.f │ │ │ │ │ │ │ ├── calculate_session.dat │ │ │ │ │ │ │ ├── callback.f │ │ │ │ │ │ │ ├── callback2.pyf │ │ │ │ │ │ │ ├── callback_session.dat │ │ │ │ │ │ │ ├── common.f │ │ │ │ │ │ │ ├── common_session.dat │ │ │ │ │ │ │ ├── compile_session.dat │ │ │ │ │ │ │ ├── default.css │ │ │ │ │ │ │ ├── docutils.conf │ │ │ │ │ │ │ ├── extcallback.f │ │ │ │ │ │ │ ├── extcallback_session.dat │ │ │ │ │ │ │ ├── fib1.f │ │ │ │ │ │ │ ├── fib1.pyf │ │ │ │ │ │ │ ├── fib2.pyf │ │ │ │ │ │ │ ├── fib3.f │ │ │ │ │ │ │ ├── ftype.f │ │ │ │ │ │ │ ├── ftype_session.dat │ │ │ │ │ │ │ ├── index.txt │ │ │ │ │ │ │ ├── moddata.f90 │ │ │ │ │ │ │ ├── moddata_session.dat │ │ │ │ │ │ │ ├── run_main_session.dat │ │ │ │ │ │ │ ├── scalar.f │ │ │ │ │ │ │ ├── scalar_session.dat │ │ │ │ │ │ │ ├── setup_example.py │ │ │ │ │ │ │ ├── spam.pyf │ │ │ │ │ │ │ ├── spam_session.dat │ │ │ │ │ │ │ ├── string.f │ │ │ │ │ │ │ ├── string_session.dat │ │ │ │ │ │ │ ├── var.pyf │ │ │ │ │ │ │ └── var_session.dat │ │ │ │ │ ├── f2py.1 │ │ │ │ │ ├── f2py2e.py │ │ │ │ │ ├── f2py_testing.py │ │ │ │ │ ├── f90mod_rules.py │ │ │ │ │ ├── func2subr.py │ │ │ │ │ ├── info.py │ │ │ │ │ ├── rules.py │ │ │ │ │ ├── setup.py │ │ │ │ │ ├── setupscons.py │ │ │ │ │ ├── src │ │ │ │ │ │ ├── fortranobject.c │ │ │ │ │ │ └── fortranobject.h │ │ │ │ │ └── use_rules.py │ │ │ │ ├── fft │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── fftpack.py │ │ │ │ │ ├── fftpack_lite.pyd │ │ │ │ │ ├── helper.py │ │ │ │ │ ├── info.py │ │ │ │ │ ├── setup.py │ │ │ │ │ └── setupscons.py │ │ │ │ ├── lib │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── _compiled_base.pyd │ │ │ │ │ ├── _datasource.py │ │ │ │ │ ├── _iotools.py │ │ │ │ │ ├── arraypad.py │ │ │ │ │ ├── arraysetops.py │ │ │ │ │ ├── arrayterator.py │ │ │ │ │ ├── benchmarks │ │ │ │ │ │ ├── benchmark.py │ │ │ │ │ │ ├── casting.py │ │ │ │ │ │ ├── creating.py │ │ │ │ │ │ ├── simpleindex.py │ │ │ │ │ │ └── sorting.py │ │ │ │ │ ├── financial.py │ │ │ │ │ ├── format.py │ │ │ │ │ ├── function_base.py │ │ │ │ │ ├── index_tricks.py │ │ │ │ │ ├── info.py │ │ │ │ │ ├── nanfunctions.py │ │ │ │ │ ├── npyio.py │ │ │ │ │ ├── polynomial.py │ │ │ │ │ ├── recfunctions.py │ │ │ │ │ ├── scimath.py │ │ │ │ │ ├── setup.py │ │ │ │ │ ├── setupscons.py │ │ │ │ │ ├── shape_base.py │ │ │ │ │ ├── stride_tricks.py │ │ │ │ │ ├── twodim_base.py │ │ │ │ │ ├── type_check.py │ │ │ │ │ ├── ufunclike.py │ │ │ │ │ ├── user_array.py │ │ │ │ │ └── utils.py │ │ │ │ ├── linalg │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── _umath_linalg.pyd │ │ │ │ │ ├── info.py │ │ │ │ │ ├── lapack_lite.pyd │ │ │ │ │ ├── linalg.py │ │ │ │ │ ├── setup.py │ │ │ │ │ └── setupscons.py │ │ │ │ ├── ma │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── bench.py │ │ │ │ │ ├── core.py │ │ │ │ │ ├── extras.py │ │ │ │ │ ├── mrecords.py │ │ │ │ │ ├── setup.py │ │ │ │ │ ├── setupscons.py │ │ │ │ │ ├── testutils.py │ │ │ │ │ ├── timer_comparison.py │ │ │ │ │ └── version.py │ │ │ │ ├── matlib.py │ │ │ │ ├── matrixlib │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── defmatrix.py │ │ │ │ │ ├── setup.py │ │ │ │ │ └── setupscons.py │ │ │ │ ├── numarray │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── _capi.pyd │ │ │ │ │ ├── alter_code1.py │ │ │ │ │ ├── alter_code2.py │ │ │ │ │ ├── compat.py │ │ │ │ │ ├── convolve.py │ │ │ │ │ ├── fft.py │ │ │ │ │ ├── functions.py │ │ │ │ │ ├── image.py │ │ │ │ │ ├── include │ │ │ │ │ │ └── numpy │ │ │ │ │ │ │ ├── arraybase.h │ │ │ │ │ │ │ ├── cfunc.h │ │ │ │ │ │ │ ├── ieeespecial.h │ │ │ │ │ │ │ ├── libnumarray.h │ │ │ │ │ │ │ ├── numcomplex.h │ │ │ │ │ │ │ └── nummacro.h │ │ │ │ │ ├── linear_algebra.py │ │ │ │ │ ├── ma.py │ │ │ │ │ ├── matrix.py │ │ │ │ │ ├── mlab.py │ │ │ │ │ ├── nd_image.py │ │ │ │ │ ├── numerictypes.py │ │ │ │ │ ├── random_array.py │ │ │ │ │ ├── session.py │ │ │ │ │ ├── setup.py │ │ │ │ │ ├── setupscons.py │ │ │ │ │ ├── ufuncs.py │ │ │ │ │ └── util.py │ │ │ │ ├── oldnumeric │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── alter_code1.py │ │ │ │ │ ├── alter_code2.py │ │ │ │ │ ├── array_printer.py │ │ │ │ │ ├── arrayfns.py │ │ │ │ │ ├── compat.py │ │ │ │ │ ├── fft.py │ │ │ │ │ ├── fix_default_axis.py │ │ │ │ │ ├── functions.py │ │ │ │ │ ├── linear_algebra.py │ │ │ │ │ ├── ma.py │ │ │ │ │ ├── matrix.py │ │ │ │ │ ├── misc.py │ │ │ │ │ ├── mlab.py │ │ │ │ │ ├── precision.py │ │ │ │ │ ├── random_array.py │ │ │ │ │ ├── rng.py │ │ │ │ │ ├── rng_stats.py │ │ │ │ │ ├── setup.py │ │ │ │ │ ├── setupscons.py │ │ │ │ │ ├── typeconv.py │ │ │ │ │ ├── ufuncs.py │ │ │ │ │ └── user_array.py │ │ │ │ ├── polynomial │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── chebyshev.py │ │ │ │ │ ├── hermite.py │ │ │ │ │ ├── hermite_e.py │ │ │ │ │ ├── laguerre.py │ │ │ │ │ ├── legendre.py │ │ │ │ │ ├── polynomial.py │ │ │ │ │ ├── polytemplate.py │ │ │ │ │ ├── polyutils.py │ │ │ │ │ └── setup.py │ │ │ │ ├── random │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── info.py │ │ │ │ │ ├── mtrand.pyd │ │ │ │ │ ├── randomkit.h │ │ │ │ │ ├── setup.py │ │ │ │ │ └── setupscons.py │ │ │ │ ├── setup.py │ │ │ │ ├── setupscons.py │ │ │ │ ├── testing │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── decorators.py │ │ │ │ │ ├── noseclasses.py │ │ │ │ │ ├── nosetester.py │ │ │ │ │ ├── nulltester.py │ │ │ │ │ ├── numpytest.py │ │ │ │ │ ├── print_coercion_tables.py │ │ │ │ │ ├── setup.py │ │ │ │ │ ├── setupscons.py │ │ │ │ │ └── utils.py │ │ │ │ └── version.py │ │ │ ├── parsedatetime │ │ │ │ ├── __init__.py │ │ │ │ ├── parsedatetime.py │ │ │ │ └── pdt_locales.py │ │ │ ├── portaudio_x86.dll │ │ │ ├── psutil │ │ │ │ ├── __init__.py │ │ │ │ ├── _common.py │ │ │ │ ├── _compat.py │ │ │ │ ├── _error.py │ │ │ │ ├── _psbsd.py │ │ │ │ ├── _pslinux.py │ │ │ │ ├── _psmswindows.py │ │ │ │ ├── _psosx.py │ │ │ │ ├── _psposix.py │ │ │ │ ├── _pssunos.py │ │ │ │ ├── error.py │ │ │ │ └── jichi.txt │ │ │ ├── py7zlib.py │ │ │ ├── pyHook │ │ │ │ ├── HookManager.py │ │ │ │ ├── __init__.py │ │ │ │ ├── _cpyHook.pyd │ │ │ │ ├── aa hook.py │ │ │ │ ├── cpyHook.py │ │ │ │ ├── doc.py │ │ │ │ └── example.py │ │ │ ├── pyaudio.py │ │ │ ├── pybbcode │ │ │ │ └── __init__.py │ │ │ ├── pydasm.pyd │ │ │ ├── pydbg │ │ │ │ ├── __init__.py │ │ │ │ ├── breakpoint.py │ │ │ │ ├── defines.py │ │ │ │ ├── hardware_breakpoint.py │ │ │ │ ├── memory_breakpoint.py │ │ │ │ ├── memory_snapshot_block.py │ │ │ │ ├── memory_snapshot_context.py │ │ │ │ ├── my_ctypes.py │ │ │ │ ├── pdx.py │ │ │ │ ├── pydbg.py │ │ │ │ ├── pydbg_client.py │ │ │ │ ├── system_dll.py │ │ │ │ └── windows_h.py │ │ │ ├── pyhaml_jinja │ │ │ │ ├── __init__.py │ │ │ │ ├── errors.py │ │ │ │ ├── haml_extension.py │ │ │ │ ├── nodes │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── childless_node.py │ │ │ │ │ ├── custom_block_node.py │ │ │ │ │ ├── empty_node.py │ │ │ │ │ ├── html_node.py │ │ │ │ │ ├── jinja_node.py │ │ │ │ │ ├── node.py │ │ │ │ │ └── text_node.py │ │ │ │ ├── parser.py │ │ │ │ └── renderer.py │ │ │ ├── pyhk.py │ │ │ ├── pyhk.txt │ │ │ ├── pylzma.pyd │ │ │ ├── pyparsing.py │ │ │ ├── pythoncom.py │ │ │ ├── pywin32.pth │ │ │ ├── requests │ │ │ │ ├── __init__.py │ │ │ │ ├── adapters.py │ │ │ │ ├── api.py │ │ │ │ ├── auth.py │ │ │ │ ├── cacert.pem │ │ │ │ ├── certs.py │ │ │ │ ├── compat.py │ │ │ │ ├── cookies.py │ │ │ │ ├── exceptions.py │ │ │ │ ├── hooks.py │ │ │ │ ├── jichi.txt │ │ │ │ ├── models.py │ │ │ │ ├── packages │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── chardet │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ ├── big5freq.py │ │ │ │ │ │ ├── big5prober.py │ │ │ │ │ │ ├── chardetect.py │ │ │ │ │ │ ├── chardistribution.py │ │ │ │ │ │ ├── charsetgroupprober.py │ │ │ │ │ │ ├── charsetprober.py │ │ │ │ │ │ ├── codingstatemachine.py │ │ │ │ │ │ ├── compat.py │ │ │ │ │ │ ├── constants.py │ │ │ │ │ │ ├── cp949prober.py │ │ │ │ │ │ ├── escprober.py │ │ │ │ │ │ ├── escsm.py │ │ │ │ │ │ ├── eucjpprober.py │ │ │ │ │ │ ├── euckrfreq.py │ │ │ │ │ │ ├── euckrprober.py │ │ │ │ │ │ ├── euctwfreq.py │ │ │ │ │ │ ├── euctwprober.py │ │ │ │ │ │ ├── gb2312freq.py │ │ │ │ │ │ ├── gb2312prober.py │ │ │ │ │ │ ├── hebrewprober.py │ │ │ │ │ │ ├── jisfreq.py │ │ │ │ │ │ ├── jpcntx.py │ │ │ │ │ │ ├── langbulgarianmodel.py │ │ │ │ │ │ ├── langcyrillicmodel.py │ │ │ │ │ │ ├── langgreekmodel.py │ │ │ │ │ │ ├── langhebrewmodel.py │ │ │ │ │ │ ├── langhungarianmodel.py │ │ │ │ │ │ ├── langthaimodel.py │ │ │ │ │ │ ├── latin1prober.py │ │ │ │ │ │ ├── mbcharsetprober.py │ │ │ │ │ │ ├── mbcsgroupprober.py │ │ │ │ │ │ ├── mbcssm.py │ │ │ │ │ │ ├── sbcharsetprober.py │ │ │ │ │ │ ├── sbcsgroupprober.py │ │ │ │ │ │ ├── sjisprober.py │ │ │ │ │ │ ├── universaldetector.py │ │ │ │ │ │ └── utf8prober.py │ │ │ │ │ └── urllib3 │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ ├── _collections.py │ │ │ │ │ │ ├── connection.py │ │ │ │ │ │ ├── connectionpool.py │ │ │ │ │ │ ├── contrib │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ ├── ntlmpool.py │ │ │ │ │ │ └── pyopenssl.py │ │ │ │ │ │ ├── exceptions.py │ │ │ │ │ │ ├── fields.py │ │ │ │ │ │ ├── filepost.py │ │ │ │ │ │ ├── packages │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ ├── ordered_dict.py │ │ │ │ │ │ ├── six.py │ │ │ │ │ │ └── ssl_match_hostname │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ └── _implementation.py │ │ │ │ │ │ ├── poolmanager.py │ │ │ │ │ │ ├── request.py │ │ │ │ │ │ ├── response.py │ │ │ │ │ │ └── util │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ ├── connection.py │ │ │ │ │ │ ├── request.py │ │ │ │ │ │ ├── response.py │ │ │ │ │ │ ├── retry.py │ │ │ │ │ │ ├── ssl_.py │ │ │ │ │ │ ├── timeout.py │ │ │ │ │ │ └── url.py │ │ │ │ ├── sessions.py │ │ │ │ ├── status_codes.py │ │ │ │ ├── structures.py │ │ │ │ └── utils.py │ │ │ ├── send2trash │ │ │ │ ├── __init__.py │ │ │ │ ├── plat_osx.py │ │ │ │ ├── plat_other.py │ │ │ │ └── plat_win.py │ │ │ ├── sitecustomize.py │ │ │ ├── six.py │ │ │ ├── sqlalchemy │ │ │ │ ├── __init__.py │ │ │ │ ├── connectors │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── mxodbc.py │ │ │ │ │ ├── pyodbc.py │ │ │ │ │ └── zxJDBC.py │ │ │ │ ├── databases │ │ │ │ │ └── __init__.py │ │ │ │ ├── dialects │ │ │ │ │ ├── __init__.py │ │ │ │ │ └── sqlite │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ ├── base.py │ │ │ │ │ │ └── pysqlite.py │ │ │ │ ├── engine │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── base.py │ │ │ │ │ ├── ddl.py │ │ │ │ │ ├── default.py │ │ │ │ │ ├── reflection.py │ │ │ │ │ ├── strategies.py │ │ │ │ │ ├── threadlocal.py │ │ │ │ │ └── url.py │ │ │ │ ├── exc.py │ │ │ │ ├── ext │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── associationproxy.py │ │ │ │ │ ├── compiler.py │ │ │ │ │ ├── declarative.py │ │ │ │ │ ├── horizontal_shard.py │ │ │ │ │ ├── orderinglist.py │ │ │ │ │ ├── serializer.py │ │ │ │ │ └── sqlsoup.py │ │ │ │ ├── interfaces.py │ │ │ │ ├── log.py │ │ │ │ ├── orm │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── attributes.py │ │ │ │ │ ├── collections.py │ │ │ │ │ ├── dependency.py │ │ │ │ │ ├── dynamic.py │ │ │ │ │ ├── evaluator.py │ │ │ │ │ ├── exc.py │ │ │ │ │ ├── identity.py │ │ │ │ │ ├── interfaces.py │ │ │ │ │ ├── mapper.py │ │ │ │ │ ├── properties.py │ │ │ │ │ ├── query.py │ │ │ │ │ ├── scoping.py │ │ │ │ │ ├── session.py │ │ │ │ │ ├── shard.py │ │ │ │ │ ├── state.py │ │ │ │ │ ├── strategies.py │ │ │ │ │ ├── sync.py │ │ │ │ │ ├── unitofwork.py │ │ │ │ │ └── util.py │ │ │ │ ├── pool.py │ │ │ │ ├── processors.py │ │ │ │ ├── queue.py │ │ │ │ ├── schema.py │ │ │ │ ├── sql │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── compiler.py │ │ │ │ │ ├── expression.py │ │ │ │ │ ├── functions.py │ │ │ │ │ ├── operators.py │ │ │ │ │ ├── util.py │ │ │ │ │ └── visitors.py │ │ │ │ ├── topological.py │ │ │ │ ├── types.py │ │ │ │ └── util.py │ │ │ ├── transliterate │ │ │ │ ├── __init__.py │ │ │ │ ├── backports │ │ │ │ │ ├── __init__.py │ │ │ │ │ └── collections.py │ │ │ │ ├── base.py │ │ │ │ ├── conf.py │ │ │ │ ├── contrib │ │ │ │ │ ├── __init__.py │ │ │ │ │ └── languages │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ ├── bg │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ ├── data │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ ├── python32.py │ │ │ │ │ │ │ └── standard.py │ │ │ │ │ │ └── translit_language_pack.py │ │ │ │ │ │ ├── el │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ ├── data │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ ├── python32.py │ │ │ │ │ │ │ └── standard.py │ │ │ │ │ │ └── translit_language_pack.py │ │ │ │ │ │ ├── he │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ └── translit_language_pack.py │ │ │ │ │ │ ├── hi │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ └── translit_language_pack.py │ │ │ │ │ │ ├── hy │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ ├── data │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ ├── python32.py │ │ │ │ │ │ │ └── standard.py │ │ │ │ │ │ └── translit_language_pack.py │ │ │ │ │ │ ├── ka │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ ├── data │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ ├── python32.py │ │ │ │ │ │ │ └── standard.py │ │ │ │ │ │ └── translit_language_pack.py │ │ │ │ │ │ ├── ru │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ ├── data │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ ├── python32.py │ │ │ │ │ │ │ └── standard.py │ │ │ │ │ │ └── translit_language_pack.py │ │ │ │ │ │ └── uk │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ ├── data │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ ├── python32.py │ │ │ │ │ │ └── standard.py │ │ │ │ │ │ └── translit_language_pack.py │ │ │ │ ├── decorators.py │ │ │ │ ├── defaults.py │ │ │ │ ├── discover.py │ │ │ │ ├── exceptions.py │ │ │ │ ├── helpers.py │ │ │ │ └── utils.py │ │ │ ├── unidecode │ │ │ │ ├── __init__.py │ │ │ │ ├── util.py │ │ │ │ ├── x000.py │ │ │ │ ├── x001.py │ │ │ │ ├── x002.py │ │ │ │ ├── x003.py │ │ │ │ ├── x004.py │ │ │ │ ├── x005.py │ │ │ │ ├── x006.py │ │ │ │ ├── x007.py │ │ │ │ ├── x009.py │ │ │ │ ├── x00a.py │ │ │ │ ├── x00b.py │ │ │ │ ├── x00c.py │ │ │ │ ├── x00d.py │ │ │ │ ├── x00e.py │ │ │ │ ├── x00f.py │ │ │ │ ├── x010.py │ │ │ │ ├── x011.py │ │ │ │ ├── x012.py │ │ │ │ ├── x013.py │ │ │ │ ├── x014.py │ │ │ │ ├── x015.py │ │ │ │ ├── x016.py │ │ │ │ ├── x017.py │ │ │ │ ├── x018.py │ │ │ │ ├── x01d.py │ │ │ │ ├── x01e.py │ │ │ │ ├── x01f.py │ │ │ │ ├── x020.py │ │ │ │ ├── x021.py │ │ │ │ ├── x022.py │ │ │ │ ├── x023.py │ │ │ │ ├── x024.py │ │ │ │ ├── x025.py │ │ │ │ ├── x026.py │ │ │ │ ├── x027.py │ │ │ │ ├── x028.py │ │ │ │ ├── x029.py │ │ │ │ ├── x02a.py │ │ │ │ ├── x02c.py │ │ │ │ ├── x02e.py │ │ │ │ ├── x02f.py │ │ │ │ ├── x030.py │ │ │ │ ├── x031.py │ │ │ │ ├── x032.py │ │ │ │ ├── x033.py │ │ │ │ ├── x04d.py │ │ │ │ ├── x04e.py │ │ │ │ ├── x04f.py │ │ │ │ ├── x050.py │ │ │ │ ├── x051.py │ │ │ │ ├── x052.py │ │ │ │ ├── x053.py │ │ │ │ ├── x054.py │ │ │ │ ├── x055.py │ │ │ │ ├── x056.py │ │ │ │ ├── x057.py │ │ │ │ ├── x058.py │ │ │ │ ├── x059.py │ │ │ │ ├── x05a.py │ │ │ │ ├── x05b.py │ │ │ │ ├── x05c.py │ │ │ │ ├── x05d.py │ │ │ │ ├── x05e.py │ │ │ │ ├── x05f.py │ │ │ │ ├── x060.py │ │ │ │ ├── x061.py │ │ │ │ ├── x062.py │ │ │ │ ├── x063.py │ │ │ │ ├── x064.py │ │ │ │ ├── x065.py │ │ │ │ ├── x066.py │ │ │ │ ├── x067.py │ │ │ │ ├── x068.py │ │ │ │ ├── x069.py │ │ │ │ ├── x06a.py │ │ │ │ ├── x06b.py │ │ │ │ ├── x06c.py │ │ │ │ ├── x06d.py │ │ │ │ ├── x06e.py │ │ │ │ ├── x06f.py │ │ │ │ ├── x070.py │ │ │ │ ├── x071.py │ │ │ │ ├── x072.py │ │ │ │ ├── x073.py │ │ │ │ ├── x074.py │ │ │ │ ├── x075.py │ │ │ │ ├── x076.py │ │ │ │ ├── x077.py │ │ │ │ ├── x078.py │ │ │ │ ├── x079.py │ │ │ │ ├── x07a.py │ │ │ │ ├── x07b.py │ │ │ │ ├── x07c.py │ │ │ │ ├── x07d.py │ │ │ │ ├── x07e.py │ │ │ │ ├── x07f.py │ │ │ │ ├── x080.py │ │ │ │ ├── x081.py │ │ │ │ ├── x082.py │ │ │ │ ├── x083.py │ │ │ │ ├── x084.py │ │ │ │ ├── x085.py │ │ │ │ ├── x086.py │ │ │ │ ├── x087.py │ │ │ │ ├── x088.py │ │ │ │ ├── x089.py │ │ │ │ ├── x08a.py │ │ │ │ ├── x08b.py │ │ │ │ ├── x08c.py │ │ │ │ ├── x08d.py │ │ │ │ ├── x08e.py │ │ │ │ ├── x08f.py │ │ │ │ ├── x090.py │ │ │ │ ├── x091.py │ │ │ │ ├── x092.py │ │ │ │ ├── x093.py │ │ │ │ ├── x094.py │ │ │ │ ├── x095.py │ │ │ │ ├── x096.py │ │ │ │ ├── x097.py │ │ │ │ ├── x098.py │ │ │ │ ├── x099.py │ │ │ │ ├── x09a.py │ │ │ │ ├── x09b.py │ │ │ │ ├── x09c.py │ │ │ │ ├── x09d.py │ │ │ │ ├── x09e.py │ │ │ │ ├── x09f.py │ │ │ │ ├── x0a0.py │ │ │ │ ├── x0a1.py │ │ │ │ ├── x0a2.py │ │ │ │ ├── x0a3.py │ │ │ │ ├── x0a4.py │ │ │ │ ├── x0ac.py │ │ │ │ ├── x0ad.py │ │ │ │ ├── x0ae.py │ │ │ │ ├── x0af.py │ │ │ │ ├── x0b0.py │ │ │ │ ├── x0b1.py │ │ │ │ ├── x0b2.py │ │ │ │ ├── x0b3.py │ │ │ │ ├── x0b4.py │ │ │ │ ├── x0b5.py │ │ │ │ ├── x0b6.py │ │ │ │ ├── x0b7.py │ │ │ │ ├── x0b8.py │ │ │ │ ├── x0b9.py │ │ │ │ ├── x0ba.py │ │ │ │ ├── x0bb.py │ │ │ │ ├── x0bc.py │ │ │ │ ├── x0bd.py │ │ │ │ ├── x0be.py │ │ │ │ ├── x0bf.py │ │ │ │ ├── x0c0.py │ │ │ │ ├── x0c1.py │ │ │ │ ├── x0c2.py │ │ │ │ ├── x0c3.py │ │ │ │ ├── x0c4.py │ │ │ │ ├── x0c5.py │ │ │ │ ├── x0c6.py │ │ │ │ ├── x0c7.py │ │ │ │ ├── x0c8.py │ │ │ │ ├── x0c9.py │ │ │ │ ├── x0ca.py │ │ │ │ ├── x0cb.py │ │ │ │ ├── x0cc.py │ │ │ │ ├── x0cd.py │ │ │ │ ├── x0ce.py │ │ │ │ ├── x0cf.py │ │ │ │ ├── x0d0.py │ │ │ │ ├── x0d1.py │ │ │ │ ├── x0d2.py │ │ │ │ ├── x0d3.py │ │ │ │ ├── x0d4.py │ │ │ │ ├── x0d5.py │ │ │ │ ├── x0d6.py │ │ │ │ ├── x0d7.py │ │ │ │ ├── x0f9.py │ │ │ │ ├── x0fa.py │ │ │ │ ├── x0fb.py │ │ │ │ ├── x0fc.py │ │ │ │ ├── x0fd.py │ │ │ │ ├── x0fe.py │ │ │ │ ├── x0ff.py │ │ │ │ ├── x1d4.py │ │ │ │ ├── x1d5.py │ │ │ │ ├── x1d6.py │ │ │ │ └── x1d7.py │ │ │ ├── win32 │ │ │ │ ├── _win32sysloader.pyd │ │ │ │ ├── _winxptheme.pyd │ │ │ │ ├── lib │ │ │ │ │ ├── afxres.py │ │ │ │ │ ├── commctrl.py │ │ │ │ │ ├── dbi.py │ │ │ │ │ ├── mmsystem.py │ │ │ │ │ ├── netbios.py │ │ │ │ │ ├── ntsecuritycon.py │ │ │ │ │ ├── pywin32_testutil.py │ │ │ │ │ ├── pywintypes.py │ │ │ │ │ ├── rasutil.py │ │ │ │ │ ├── regcheck.py │ │ │ │ │ ├── regutil.py │ │ │ │ │ ├── sspi.py │ │ │ │ │ ├── sspicon.py │ │ │ │ │ ├── win32con.py │ │ │ │ │ ├── win32cryptcon.py │ │ │ │ │ ├── win32evtlogutil.py │ │ │ │ │ ├── win32gui_struct.py │ │ │ │ │ ├── win32inetcon.py │ │ │ │ │ ├── win32netcon.py │ │ │ │ │ ├── win32pdhquery.py │ │ │ │ │ ├── win32pdhutil.py │ │ │ │ │ ├── win32rcparser.py │ │ │ │ │ ├── win32serviceutil.py │ │ │ │ │ ├── win32timezone.py │ │ │ │ │ ├── win32traceutil.py │ │ │ │ │ ├── win32verstamp.py │ │ │ │ │ ├── winerror.py │ │ │ │ │ ├── winioctlcon.py │ │ │ │ │ ├── winnt.py │ │ │ │ │ ├── winperf.py │ │ │ │ │ └── winxptheme.py │ │ │ │ ├── mmapfile.pyd │ │ │ │ ├── odbc.pyd │ │ │ │ ├── perfmon.pyd │ │ │ │ ├── perfmondata.dll │ │ │ │ ├── pythonservice.exe │ │ │ │ ├── servicemanager.pyd │ │ │ │ ├── timer.pyd │ │ │ │ ├── win2kras.pyd │ │ │ │ ├── win32api.pyd │ │ │ │ ├── win32clipboard.pyd │ │ │ │ ├── win32console.pyd │ │ │ │ ├── win32cred.pyd │ │ │ │ ├── win32crypt.pyd │ │ │ │ ├── win32event.pyd │ │ │ │ ├── win32evtlog.pyd │ │ │ │ ├── win32file.pyd │ │ │ │ ├── win32gui.pyd │ │ │ │ ├── win32help.pyd │ │ │ │ ├── win32inet.pyd │ │ │ │ ├── win32job.pyd │ │ │ │ ├── win32lz.pyd │ │ │ │ ├── win32net.pyd │ │ │ │ ├── win32pdh.pyd │ │ │ │ ├── win32pipe.pyd │ │ │ │ ├── win32print.pyd │ │ │ │ ├── win32process.pyd │ │ │ │ ├── win32profile.pyd │ │ │ │ ├── win32ras.pyd │ │ │ │ ├── win32security.pyd │ │ │ │ ├── win32service.pyd │ │ │ │ ├── win32trace.pyd │ │ │ │ ├── win32transaction.pyd │ │ │ │ ├── win32ts.pyd │ │ │ │ ├── win32wnet.pyd │ │ │ │ └── winxpgui.pyd │ │ │ ├── win32com │ │ │ │ ├── __init__.py │ │ │ │ └── client │ │ │ │ │ ├── CLSIDToClass.py │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── build.py │ │ │ │ │ ├── combrowse.py │ │ │ │ │ ├── connect.py │ │ │ │ │ ├── dynamic.py │ │ │ │ │ ├── gencache.py │ │ │ │ │ ├── genpy.py │ │ │ │ │ ├── makepy.py │ │ │ │ │ ├── selecttlb.py │ │ │ │ │ ├── tlbrowse.py │ │ │ │ │ └── util.py │ │ │ ├── win32comext │ │ │ │ └── shell │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── shell.pyd │ │ │ │ │ └── shellcon.py │ │ │ ├── yaml │ │ │ │ ├── __init__.py │ │ │ │ ├── composer.py │ │ │ │ ├── constructor.py │ │ │ │ ├── cyaml.py │ │ │ │ ├── dumper.py │ │ │ │ ├── emitter.py │ │ │ │ ├── error.py │ │ │ │ ├── events.py │ │ │ │ ├── loader.py │ │ │ │ ├── nodes.py │ │ │ │ ├── parser.py │ │ │ │ ├── reader.py │ │ │ │ ├── representer.py │ │ │ │ ├── resolver.py │ │ │ │ ├── scanner.py │ │ │ │ ├── serializer.py │ │ │ │ └── tokens.py │ │ │ └── youtube_dl │ │ │ │ ├── YoutubeDL.py │ │ │ │ ├── __init__.py │ │ │ │ ├── __main__.py │ │ │ │ ├── aes.py │ │ │ │ ├── cache.py │ │ │ │ ├── compat.py │ │ │ │ ├── downloader │ │ │ │ ├── __init__.py │ │ │ │ ├── common.py │ │ │ │ ├── dash.py │ │ │ │ ├── external.py │ │ │ │ ├── f4m.py │ │ │ │ ├── hls.py │ │ │ │ ├── http.py │ │ │ │ ├── rtmp.py │ │ │ │ └── rtsp.py │ │ │ │ ├── extractor │ │ │ │ ├── __init__.py │ │ │ │ ├── abc.py │ │ │ │ ├── abc7news.py │ │ │ │ ├── academicearth.py │ │ │ │ ├── addanime.py │ │ │ │ ├── adobetv.py │ │ │ │ ├── adultswim.py │ │ │ │ ├── aftenposten.py │ │ │ │ ├── aftonbladet.py │ │ │ │ ├── airmozilla.py │ │ │ │ ├── aljazeera.py │ │ │ │ ├── allocine.py │ │ │ │ ├── alphaporno.py │ │ │ │ ├── anitube.py │ │ │ │ ├── anysex.py │ │ │ │ ├── aol.py │ │ │ │ ├── aparat.py │ │ │ │ ├── appleconnect.py │ │ │ │ ├── appletrailers.py │ │ │ │ ├── archiveorg.py │ │ │ │ ├── ard.py │ │ │ │ ├── arte.py │ │ │ │ ├── atresplayer.py │ │ │ │ ├── atttechchannel.py │ │ │ │ ├── audiomack.py │ │ │ │ ├── azubu.py │ │ │ │ ├── baidu.py │ │ │ │ ├── bambuser.py │ │ │ │ ├── bandcamp.py │ │ │ │ ├── bbc.py │ │ │ │ ├── beatportpro.py │ │ │ │ ├── beeg.py │ │ │ │ ├── behindkink.py │ │ │ │ ├── bet.py │ │ │ │ ├── bild.py │ │ │ │ ├── bilibili.py │ │ │ │ ├── blinkx.py │ │ │ │ ├── bliptv.py │ │ │ │ ├── bloomberg.py │ │ │ │ ├── bpb.py │ │ │ │ ├── br.py │ │ │ │ ├── breakcom.py │ │ │ │ ├── brightcove.py │ │ │ │ ├── buzzfeed.py │ │ │ │ ├── byutv.py │ │ │ │ ├── c56.py │ │ │ │ ├── camdemy.py │ │ │ │ ├── canal13cl.py │ │ │ │ ├── canalc2.py │ │ │ │ ├── canalplus.py │ │ │ │ ├── cbs.py │ │ │ │ ├── cbsnews.py │ │ │ │ ├── cbssports.py │ │ │ │ ├── ccc.py │ │ │ │ ├── ceskatelevize.py │ │ │ │ ├── channel9.py │ │ │ │ ├── chilloutzone.py │ │ │ │ ├── chirbit.py │ │ │ │ ├── cinchcast.py │ │ │ │ ├── cinemassacre.py │ │ │ │ ├── clipfish.py │ │ │ │ ├── cliphunter.py │ │ │ │ ├── clipsyndicate.py │ │ │ │ ├── cloudy.py │ │ │ │ ├── clubic.py │ │ │ │ ├── cmt.py │ │ │ │ ├── cnet.py │ │ │ │ ├── cnn.py │ │ │ │ ├── collegehumor.py │ │ │ │ ├── collegerama.py │ │ │ │ ├── comcarcoff.py │ │ │ │ ├── comedycentral.py │ │ │ │ ├── common.py │ │ │ │ ├── commonmistakes.py │ │ │ │ ├── condenast.py │ │ │ │ ├── cracked.py │ │ │ │ ├── criterion.py │ │ │ │ ├── crooksandliars.py │ │ │ │ ├── crunchyroll.py │ │ │ │ ├── cspan.py │ │ │ │ ├── ctsnews.py │ │ │ │ ├── dailymotion.py │ │ │ │ ├── daum.py │ │ │ │ ├── dbtv.py │ │ │ │ ├── dctp.py │ │ │ │ ├── deezer.py │ │ │ │ ├── defense.py │ │ │ │ ├── dfb.py │ │ │ │ ├── dhm.py │ │ │ │ ├── discovery.py │ │ │ │ ├── divxstage.py │ │ │ │ ├── dotsub.py │ │ │ │ ├── douyutv.py │ │ │ │ ├── dramafever.py │ │ │ │ ├── drbonanza.py │ │ │ │ ├── dreisat.py │ │ │ │ ├── dropbox.py │ │ │ │ ├── drtuber.py │ │ │ │ ├── drtv.py │ │ │ │ ├── dump.py │ │ │ │ ├── dumpert.py │ │ │ │ ├── dvtv.py │ │ │ │ ├── eagleplatform.py │ │ │ │ ├── ebaumsworld.py │ │ │ │ ├── echomsk.py │ │ │ │ ├── ehow.py │ │ │ │ ├── eighttracks.py │ │ │ │ ├── einthusan.py │ │ │ │ ├── eitb.py │ │ │ │ ├── ellentv.py │ │ │ │ ├── elpais.py │ │ │ │ ├── embedly.py │ │ │ │ ├── engadget.py │ │ │ │ ├── eporner.py │ │ │ │ ├── eroprofile.py │ │ │ │ ├── escapist.py │ │ │ │ ├── espn.py │ │ │ │ ├── everyonesmixtape.py │ │ │ │ ├── exfm.py │ │ │ │ ├── expotv.py │ │ │ │ ├── extremetube.py │ │ │ │ ├── facebook.py │ │ │ │ ├── faz.py │ │ │ │ ├── fc2.py │ │ │ │ ├── firstpost.py │ │ │ │ ├── firsttv.py │ │ │ │ ├── fivemin.py │ │ │ │ ├── fivetv.py │ │ │ │ ├── fktv.py │ │ │ │ ├── flickr.py │ │ │ │ ├── folketinget.py │ │ │ │ ├── footyroom.py │ │ │ │ ├── fourtube.py │ │ │ │ ├── foxgay.py │ │ │ │ ├── foxnews.py │ │ │ │ ├── foxsports.py │ │ │ │ ├── franceculture.py │ │ │ │ ├── franceinter.py │ │ │ │ ├── francetv.py │ │ │ │ ├── freesound.py │ │ │ │ ├── freespeech.py │ │ │ │ ├── freevideo.py │ │ │ │ ├── funnyordie.py │ │ │ │ ├── gamekings.py │ │ │ │ ├── gameone.py │ │ │ │ ├── gamersyde.py │ │ │ │ ├── gamespot.py │ │ │ │ ├── gamestar.py │ │ │ │ ├── gametrailers.py │ │ │ │ ├── gazeta.py │ │ │ │ ├── gdcvault.py │ │ │ │ ├── generic.py │ │ │ │ ├── gfycat.py │ │ │ │ ├── giantbomb.py │ │ │ │ ├── giga.py │ │ │ │ ├── glide.py │ │ │ │ ├── globo.py │ │ │ │ ├── godtube.py │ │ │ │ ├── goldenmoustache.py │ │ │ │ ├── golem.py │ │ │ │ ├── googleplus.py │ │ │ │ ├── googlesearch.py │ │ │ │ ├── gorillavid.py │ │ │ │ ├── goshgay.py │ │ │ │ ├── groupon.py │ │ │ │ ├── hark.py │ │ │ │ ├── hearthisat.py │ │ │ │ ├── heise.py │ │ │ │ ├── hellporno.py │ │ │ │ ├── helsinki.py │ │ │ │ ├── hentaistigma.py │ │ │ │ ├── historicfilms.py │ │ │ │ ├── history.py │ │ │ │ ├── hitbox.py │ │ │ │ ├── hornbunny.py │ │ │ │ ├── hostingbulk.py │ │ │ │ ├── hotnewhiphop.py │ │ │ │ ├── howcast.py │ │ │ │ ├── howstuffworks.py │ │ │ │ ├── huffpost.py │ │ │ │ ├── hypem.py │ │ │ │ ├── iconosquare.py │ │ │ │ ├── ign.py │ │ │ │ ├── imdb.py │ │ │ │ ├── imgur.py │ │ │ │ ├── ina.py │ │ │ │ ├── infoq.py │ │ │ │ ├── instagram.py │ │ │ │ ├── internetvideoarchive.py │ │ │ │ ├── iprima.py │ │ │ │ ├── iqiyi.py │ │ │ │ ├── ir90tv.py │ │ │ │ ├── ivi.py │ │ │ │ ├── izlesene.py │ │ │ │ ├── jadorecettepub.py │ │ │ │ ├── jeuxvideo.py │ │ │ │ ├── jove.py │ │ │ │ ├── jpopsukitv.py │ │ │ │ ├── jukebox.py │ │ │ │ ├── kaltura.py │ │ │ │ ├── kanalplay.py │ │ │ │ ├── kankan.py │ │ │ │ ├── karaoketv.py │ │ │ │ ├── karrierevideos.py │ │ │ │ ├── keek.py │ │ │ │ ├── keezmovies.py │ │ │ │ ├── khanacademy.py │ │ │ │ ├── kickstarter.py │ │ │ │ ├── kontrtube.py │ │ │ │ ├── krasview.py │ │ │ │ ├── ku6.py │ │ │ │ ├── kuwo.py │ │ │ │ ├── la7.py │ │ │ │ ├── laola1tv.py │ │ │ │ ├── lecture2go.py │ │ │ │ ├── letv.py │ │ │ │ ├── libsyn.py │ │ │ │ ├── lifenews.py │ │ │ │ ├── liveleak.py │ │ │ │ ├── livestream.py │ │ │ │ ├── lnkgo.py │ │ │ │ ├── lrt.py │ │ │ │ ├── lynda.py │ │ │ │ ├── m6.py │ │ │ │ ├── macgamestore.py │ │ │ │ ├── mailru.py │ │ │ │ ├── malemotion.py │ │ │ │ ├── mdr.py │ │ │ │ ├── megavideoz.py │ │ │ │ ├── metacafe.py │ │ │ │ ├── metacritic.py │ │ │ │ ├── mgoon.py │ │ │ │ ├── minhateca.py │ │ │ │ ├── ministrygrid.py │ │ │ │ ├── miomio.py │ │ │ │ ├── mit.py │ │ │ │ ├── mitele.py │ │ │ │ ├── mixcloud.py │ │ │ │ ├── mlb.py │ │ │ │ ├── moevideo.py │ │ │ │ ├── mofosex.py │ │ │ │ ├── mojvideo.py │ │ │ │ ├── moniker.py │ │ │ │ ├── mooshare.py │ │ │ │ ├── morningstar.py │ │ │ │ ├── motherless.py │ │ │ │ ├── motorsport.py │ │ │ │ ├── movieclips.py │ │ │ │ ├── moviezine.py │ │ │ │ ├── movshare.py │ │ │ │ ├── mpora.py │ │ │ │ ├── mtv.py │ │ │ │ ├── muenchentv.py │ │ │ │ ├── musicplayon.py │ │ │ │ ├── musicvault.py │ │ │ │ ├── muzu.py │ │ │ │ ├── myspace.py │ │ │ │ ├── myspass.py │ │ │ │ ├── myvi.py │ │ │ │ ├── myvideo.py │ │ │ │ ├── myvidster.py │ │ │ │ ├── nationalgeographic.py │ │ │ │ ├── naver.py │ │ │ │ ├── nba.py │ │ │ │ ├── nbc.py │ │ │ │ ├── ndr.py │ │ │ │ ├── ndtv.py │ │ │ │ ├── nerdcubed.py │ │ │ │ ├── nerdist.py │ │ │ │ ├── neteasemusic.py │ │ │ │ ├── netzkino.py │ │ │ │ ├── newgrounds.py │ │ │ │ ├── newstube.py │ │ │ │ ├── nextmedia.py │ │ │ │ ├── nfb.py │ │ │ │ ├── nfl.py │ │ │ │ ├── nhl.py │ │ │ │ ├── niconico.py │ │ │ │ ├── ninegag.py │ │ │ │ ├── noco.py │ │ │ │ ├── normalboots.py │ │ │ │ ├── nosvideo.py │ │ │ │ ├── nova.py │ │ │ │ ├── novamov.py │ │ │ │ ├── nowness.py │ │ │ │ ├── nowtv.py │ │ │ │ ├── nowvideo.py │ │ │ │ ├── npo.py │ │ │ │ ├── nrk.py │ │ │ │ ├── ntvde.py │ │ │ │ ├── ntvru.py │ │ │ │ ├── nuvid.py │ │ │ │ ├── nytimes.py │ │ │ │ ├── odnoklassniki.py │ │ │ │ ├── oktoberfesttv.py │ │ │ │ ├── onionstudios.py │ │ │ │ ├── ooyala.py │ │ │ │ ├── openfilm.py │ │ │ │ ├── orf.py │ │ │ │ ├── parliamentliveuk.py │ │ │ │ ├── patreon.py │ │ │ │ ├── pbs.py │ │ │ │ ├── philharmoniedeparis.py │ │ │ │ ├── phoenix.py │ │ │ │ ├── photobucket.py │ │ │ │ ├── pinkbike.py │ │ │ │ ├── pladform.py │ │ │ │ ├── planetaplay.py │ │ │ │ ├── played.py │ │ │ │ ├── playfm.py │ │ │ │ ├── playvid.py │ │ │ │ ├── playwire.py │ │ │ │ ├── podomatic.py │ │ │ │ ├── porn91.py │ │ │ │ ├── pornhd.py │ │ │ │ ├── pornhub.py │ │ │ │ ├── pornotube.py │ │ │ │ ├── pornovoisines.py │ │ │ │ ├── pornoxo.py │ │ │ │ ├── primesharetv.py │ │ │ │ ├── promptfile.py │ │ │ │ ├── prosiebensat1.py │ │ │ │ ├── puls4.py │ │ │ │ ├── pyvideo.py │ │ │ │ ├── qqmusic.py │ │ │ │ ├── quickvid.py │ │ │ │ ├── r7.py │ │ │ │ ├── radiobremen.py │ │ │ │ ├── radiode.py │ │ │ │ ├── radiofrance.py │ │ │ │ ├── radiojavan.py │ │ │ │ ├── rai.py │ │ │ │ ├── rbmaradio.py │ │ │ │ ├── rds.py │ │ │ │ ├── redtube.py │ │ │ │ ├── restudy.py │ │ │ │ ├── reverbnation.py │ │ │ │ ├── ringtv.py │ │ │ │ ├── ro220.py │ │ │ │ ├── rottentomatoes.py │ │ │ │ ├── roxwel.py │ │ │ │ ├── rtbf.py │ │ │ │ ├── rte.py │ │ │ │ ├── rtl2.py │ │ │ │ ├── rtlnl.py │ │ │ │ ├── rtp.py │ │ │ │ ├── rts.py │ │ │ │ ├── rtve.py │ │ │ │ ├── ruhd.py │ │ │ │ ├── rutube.py │ │ │ │ ├── rutv.py │ │ │ │ ├── ruutu.py │ │ │ │ ├── safari.py │ │ │ │ ├── sandia.py │ │ │ │ ├── sapo.py │ │ │ │ ├── savefrom.py │ │ │ │ ├── sbs.py │ │ │ │ ├── scivee.py │ │ │ │ ├── screencast.py │ │ │ │ ├── screencastomatic.py │ │ │ │ ├── screenwavemedia.py │ │ │ │ ├── senateisvp.py │ │ │ │ ├── servingsys.py │ │ │ │ ├── sexu.py │ │ │ │ ├── sexykarma.py │ │ │ │ ├── shared.py │ │ │ │ ├── sharesix.py │ │ │ │ ├── sina.py │ │ │ │ ├── slideshare.py │ │ │ │ ├── slutload.py │ │ │ │ ├── smotri.py │ │ │ │ ├── snagfilms.py │ │ │ │ ├── snotr.py │ │ │ │ ├── sohu.py │ │ │ │ ├── soompi.py │ │ │ │ ├── soundcloud.py │ │ │ │ ├── soundgasm.py │ │ │ │ ├── southpark.py │ │ │ │ ├── space.py │ │ │ │ ├── spankbang.py │ │ │ │ ├── spankwire.py │ │ │ │ ├── spiegel.py │ │ │ │ ├── spiegeltv.py │ │ │ │ ├── spike.py │ │ │ │ ├── sport5.py │ │ │ │ ├── sportbox.py │ │ │ │ ├── sportdeutschland.py │ │ │ │ ├── srf.py │ │ │ │ ├── srmediathek.py │ │ │ │ ├── ssa.py │ │ │ │ ├── stanfordoc.py │ │ │ │ ├── steam.py │ │ │ │ ├── streamcloud.py │ │ │ │ ├── streamcz.py │ │ │ │ ├── streetvoice.py │ │ │ │ ├── sunporno.py │ │ │ │ ├── svt.py │ │ │ │ ├── swrmediathek.py │ │ │ │ ├── syfy.py │ │ │ │ ├── sztvhu.py │ │ │ │ ├── tagesschau.py │ │ │ │ ├── tapely.py │ │ │ │ ├── tass.py │ │ │ │ ├── teachertube.py │ │ │ │ ├── teachingchannel.py │ │ │ │ ├── teamcoco.py │ │ │ │ ├── techtalks.py │ │ │ │ ├── ted.py │ │ │ │ ├── telebruxelles.py │ │ │ │ ├── telecinco.py │ │ │ │ ├── telemb.py │ │ │ │ ├── teletask.py │ │ │ │ ├── tenplay.py │ │ │ │ ├── testtube.py │ │ │ │ ├── testurl.py │ │ │ │ ├── tf1.py │ │ │ │ ├── theonion.py │ │ │ │ ├── theplatform.py │ │ │ │ ├── thesixtyone.py │ │ │ │ ├── thisamericanlife.py │ │ │ │ ├── thisav.py │ │ │ │ ├── thvideo.py │ │ │ │ ├── tinypic.py │ │ │ │ ├── tlc.py │ │ │ │ ├── tmz.py │ │ │ │ ├── tnaflix.py │ │ │ │ ├── toutv.py │ │ │ │ ├── toypics.py │ │ │ │ ├── traileraddict.py │ │ │ │ ├── trilulilu.py │ │ │ │ ├── trutube.py │ │ │ │ ├── tube8.py │ │ │ │ ├── tubitv.py │ │ │ │ ├── tudou.py │ │ │ │ ├── tumblr.py │ │ │ │ ├── tunein.py │ │ │ │ ├── turbo.py │ │ │ │ ├── tutv.py │ │ │ │ ├── tv2.py │ │ │ │ ├── tv4.py │ │ │ │ ├── tvc.py │ │ │ │ ├── tvigle.py │ │ │ │ ├── tvp.py │ │ │ │ ├── tvplay.py │ │ │ │ ├── tweakers.py │ │ │ │ ├── twentyfourvideo.py │ │ │ │ ├── twentytwotracks.py │ │ │ │ ├── twitch.py │ │ │ │ ├── twitter.py │ │ │ │ ├── ubu.py │ │ │ │ ├── udemy.py │ │ │ │ ├── udn.py │ │ │ │ ├── ultimedia.py │ │ │ │ ├── unistra.py │ │ │ │ ├── urort.py │ │ │ │ ├── ustream.py │ │ │ │ ├── varzesh3.py │ │ │ │ ├── vbox7.py │ │ │ │ ├── veehd.py │ │ │ │ ├── veoh.py │ │ │ │ ├── vessel.py │ │ │ │ ├── vesti.py │ │ │ │ ├── vevo.py │ │ │ │ ├── vgtv.py │ │ │ │ ├── vh1.py │ │ │ │ ├── vice.py │ │ │ │ ├── viddler.py │ │ │ │ ├── videobam.py │ │ │ │ ├── videodetective.py │ │ │ │ ├── videofyme.py │ │ │ │ ├── videolecturesnet.py │ │ │ │ ├── videomega.py │ │ │ │ ├── videopremium.py │ │ │ │ ├── videott.py │ │ │ │ ├── videoweed.py │ │ │ │ ├── vidme.py │ │ │ │ ├── vidzi.py │ │ │ │ ├── vier.py │ │ │ │ ├── viewster.py │ │ │ │ ├── viki.py │ │ │ │ ├── vimeo.py │ │ │ │ ├── vimple.py │ │ │ │ ├── vine.py │ │ │ │ ├── vk.py │ │ │ │ ├── vodlocker.py │ │ │ │ ├── voicerepublic.py │ │ │ │ ├── vporn.py │ │ │ │ ├── vrt.py │ │ │ │ ├── vube.py │ │ │ │ ├── vuclip.py │ │ │ │ ├── vulture.py │ │ │ │ ├── walla.py │ │ │ │ ├── washingtonpost.py │ │ │ │ ├── wat.py │ │ │ │ ├── wayofthemaster.py │ │ │ │ ├── wdr.py │ │ │ │ ├── webofstories.py │ │ │ │ ├── weibo.py │ │ │ │ ├── wimp.py │ │ │ │ ├── wistia.py │ │ │ │ ├── worldstarhiphop.py │ │ │ │ ├── wrzuta.py │ │ │ │ ├── wsj.py │ │ │ │ ├── xbef.py │ │ │ │ ├── xboxclips.py │ │ │ │ ├── xhamster.py │ │ │ │ ├── xminus.py │ │ │ │ ├── xnxx.py │ │ │ │ ├── xstream.py │ │ │ │ ├── xtube.py │ │ │ │ ├── xuite.py │ │ │ │ ├── xvideos.py │ │ │ │ ├── xxxymovies.py │ │ │ │ ├── yahoo.py │ │ │ │ ├── yam.py │ │ │ │ ├── yandexmusic.py │ │ │ │ ├── yesjapan.py │ │ │ │ ├── yinyuetai.py │ │ │ │ ├── ynet.py │ │ │ │ ├── youjizz.py │ │ │ │ ├── youku.py │ │ │ │ ├── youporn.py │ │ │ │ ├── yourupload.py │ │ │ │ ├── youtube.py │ │ │ │ ├── zapiks.py │ │ │ │ ├── zdf.py │ │ │ │ └── zingmp3.py │ │ │ │ ├── jsinterp.py │ │ │ │ ├── options.py │ │ │ │ ├── postprocessor │ │ │ │ ├── __init__.py │ │ │ │ ├── common.py │ │ │ │ ├── embedthumbnail.py │ │ │ │ ├── execafterdownload.py │ │ │ │ ├── ffmpeg.py │ │ │ │ ├── metadatafromtitle.py │ │ │ │ └── xattrpp.py │ │ │ │ ├── swfinterp.py │ │ │ │ ├── update.py │ │ │ │ ├── utils.py │ │ │ │ └── version.py │ │ ├── site.py │ │ ├── smtpd.py │ │ ├── smtplib.py │ │ ├── sndhdr.py │ │ ├── socket.py │ │ ├── sqlite3 │ │ │ ├── __init__.py │ │ │ ├── dbapi2.py │ │ │ └── dump.py │ │ ├── sre.py │ │ ├── sre_compile.py │ │ ├── sre_constants.py │ │ ├── sre_parse.py │ │ ├── ssl.py │ │ ├── stat.py │ │ ├── statvfs.py │ │ ├── string.py │ │ ├── stringold.py │ │ ├── stringprep.py │ │ ├── struct.py │ │ ├── subprocess.py │ │ ├── sunau.py │ │ ├── sunaudio.py │ │ ├── symbol.py │ │ ├── symtable.py │ │ ├── sysconfig.py │ │ ├── tabnanny.py │ │ ├── tarfile.py │ │ ├── telnetlib.py │ │ ├── tempfile.py │ │ ├── textwrap.py │ │ ├── this.py │ │ ├── threading.py │ │ ├── timeit.py │ │ ├── toaiff.py │ │ ├── token.py │ │ ├── tokenize.py │ │ ├── trace.py │ │ ├── traceback.py │ │ ├── tty.py │ │ ├── types.py │ │ ├── unittest │ │ │ ├── __init__.py │ │ │ ├── __main__.py │ │ │ ├── case.py │ │ │ ├── loader.py │ │ │ ├── main.py │ │ │ ├── result.py │ │ │ ├── runner.py │ │ │ ├── signals.py │ │ │ ├── suite.py │ │ │ └── util.py │ │ ├── urllib.py │ │ ├── urllib2.py │ │ ├── urlparse.py │ │ ├── user.py │ │ ├── uu.py │ │ ├── uuid.py │ │ ├── warnings.py │ │ ├── wave.py │ │ ├── weakref.py │ │ ├── webbrowser.py │ │ ├── whichdb.py │ │ ├── wsgiref │ │ │ ├── __init__.py │ │ │ ├── handlers.py │ │ │ ├── headers.py │ │ │ ├── simple_server.py │ │ │ ├── util.py │ │ │ └── validate.py │ │ ├── xdrlib.py │ │ ├── xml │ │ │ ├── __init__.py │ │ │ ├── dom │ │ │ │ ├── NodeFilter.py │ │ │ │ ├── __init__.py │ │ │ │ ├── domreg.py │ │ │ │ ├── expatbuilder.py │ │ │ │ ├── minicompat.py │ │ │ │ ├── minidom.py │ │ │ │ ├── pulldom.py │ │ │ │ └── xmlbuilder.py │ │ │ ├── etree │ │ │ │ ├── ElementInclude.py │ │ │ │ ├── ElementPath.py │ │ │ │ ├── ElementTree.py │ │ │ │ ├── __init__.py │ │ │ │ └── cElementTree.py │ │ │ ├── parsers │ │ │ │ ├── __init__.py │ │ │ │ └── expat.py │ │ │ └── sax │ │ │ │ ├── __init__.py │ │ │ │ ├── _exceptions.py │ │ │ │ ├── expatreader.py │ │ │ │ ├── handler.py │ │ │ │ ├── saxutils.py │ │ │ │ └── xmlreader.py │ │ ├── xmllib.py │ │ ├── xmlrpclib.py │ │ └── zipfile.py │ ├── Microsoft.VC90.CRT │ │ ├── Microsoft.VC90.CRT.manifest │ │ ├── msvcm90.dll │ │ ├── msvcp90.dll │ │ └── msvcr90.dll │ ├── Scripts │ │ ├── hg │ │ └── hg.bat │ ├── VERSION.txt │ ├── libeay32.dll │ ├── msvcp100.dll │ ├── msvcr100.dll │ ├── python.exe │ ├── python27.dll │ ├── pythoncom27.dll │ ├── pythoncomloader27.dll │ ├── pythonw.exe │ ├── pywintypes27.dll │ ├── qt.conf │ ├── ssleay32.dll │ └── zlib1.dll └── Qt │ ├── Changes.txt │ ├── LICENSE.GPL3 │ ├── PySide │ ├── QtCore.pyd │ ├── QtCore4.dll │ ├── QtDeclarative.pyd │ ├── QtDeclarative4.dll │ ├── QtGui.pyd │ ├── QtGui4.dll │ ├── QtMultimedia.pyd │ ├── QtMultimedia4.dll │ ├── QtNetwork.pyd │ ├── QtNetwork4.dll │ ├── QtScript.pyd │ ├── QtScript4.dll │ ├── QtSql.pyd │ ├── QtSql4.dll │ ├── QtSvg.pyd │ ├── QtSvg4.dll │ ├── QtWebKit.pyd │ ├── QtWebKit4.dll │ ├── QtXml.pyd │ ├── QtXml4.dll │ ├── QtXmlPatterns.pyd │ ├── QtXmlPatterns4.dll │ ├── __init__.py │ ├── _utils.py │ ├── linguist.exe │ ├── phonon.pyd │ ├── phonon4.dll │ ├── pyside-python2.7.dll │ ├── qt.conf │ ├── shiboken-python2.7.dll │ └── shiboken.pyd │ ├── README │ ├── imports │ ├── Qt │ │ └── labs │ │ │ ├── folderlistmodel │ │ │ ├── qmldir │ │ │ └── qmlfolderlistmodelplugin.dll │ │ │ ├── gestures │ │ │ ├── qmldir │ │ │ └── qmlgesturesplugin.dll │ │ │ ├── particles │ │ │ ├── qmldir │ │ │ └── qmlparticlesplugin.dll │ │ │ └── shaders │ │ │ ├── qmldir │ │ │ └── qmlshadersplugin.dll │ ├── QtDesktop │ │ ├── ApplicationWindow.qml │ │ ├── Button.qml │ │ ├── ButtonColumn.qml │ │ ├── ButtonRow.qml │ │ ├── CheckBox.qml │ │ ├── ComboBox.qml │ │ ├── ContextMenu.qml │ │ ├── Dial.qml │ │ ├── Dialog.qml │ │ ├── Frame.qml │ │ ├── GroupBox.qml │ │ ├── Label.qml │ │ ├── MenuItem.qml │ │ ├── ProgressBar.qml │ │ ├── RadioButton.qml │ │ ├── ScrollArea.qml │ │ ├── ScrollBar.qml │ │ ├── Slider.qml │ │ ├── SpinBox.qml │ │ ├── SplitterColumn.qml │ │ ├── SplitterRow.qml │ │ ├── StatusBar.qml │ │ ├── Tab.qml │ │ ├── TabBar.qml │ │ ├── TabFrame.qml │ │ ├── TableColumn.qml │ │ ├── TableView.qml │ │ ├── TextArea.qml │ │ ├── TextField.qml │ │ ├── ToolBar.qml │ │ ├── ToolButton.qml │ │ ├── custom │ │ │ ├── BasicButton.qml │ │ │ ├── Button.qml │ │ │ ├── ButtonColumn.qml │ │ │ ├── ButtonGroup.js │ │ │ ├── ButtonRow.qml │ │ │ ├── CheckBox.qml │ │ │ ├── GroupBox.qml │ │ │ ├── ProgressBar.qml │ │ │ ├── Slider.qml │ │ │ ├── SpinBox.qml │ │ │ ├── Splitter.qml │ │ │ ├── TextField.qml │ │ │ ├── behaviors │ │ │ │ ├── ButtonBehavior.qml │ │ │ │ └── ModalPopupBehavior.qml │ │ │ └── qmldir │ │ ├── images │ │ │ └── folder_new.png │ │ ├── private │ │ │ └── ScrollAreaHelper.qml │ │ ├── qmldir │ │ └── styleplugin.dll │ └── QtWebKit │ │ ├── qmldir │ │ └── qmlwebkitplugin.dll │ ├── plugins │ ├── accessible │ │ ├── qtaccessiblecompatwidgets4.dll │ │ └── qtaccessiblewidgets4.dll │ ├── bearer │ │ ├── qgenericbearer4.dll │ │ └── qnativewifibearer4.dll │ ├── codecs │ │ ├── qcncodecs4.dll │ │ ├── qjpcodecs4.dll │ │ ├── qkrcodecs4.dll │ │ └── qtwcodecs4.dll │ ├── graphicssystems │ │ ├── qglgraphicssystem4.dll │ │ └── qtracegraphicssystem4.dll │ ├── iconengines │ │ └── qsvgicon4.dll │ ├── imageformats │ │ ├── qgif4.dll │ │ ├── qico4.dll │ │ ├── qjpeg4.dll │ │ ├── qmng4.dll │ │ ├── qsvg4.dll │ │ ├── qtga4.dll │ │ └── qtiff4.dll │ ├── phonon_backend │ │ └── phonon_ds94.dll │ └── sqldrivers │ │ └── qsqlite4.dll │ └── translations │ ├── qt_ar.qm │ ├── qt_cs.qm │ ├── qt_da.qm │ ├── qt_de.qm │ ├── qt_es.qm │ ├── qt_fa.qm │ ├── qt_fr.qm │ ├── qt_gl.qm │ ├── qt_he.qm │ ├── qt_hu.qm │ ├── qt_ja.qm │ ├── qt_ko.qm │ ├── qt_lt.qm │ ├── qt_pl.qm │ ├── qt_pt.qm │ ├── qt_ru.qm │ ├── qt_sk.qm │ ├── qt_sl.qm │ ├── qt_sv.qm │ ├── qt_uk.qm │ ├── qt_zh_CN.qm │ └── qt_zh_TW.qm ├── License.txt ├── Licenses ├── NanumBarunGothic │ ├── LICENSE │ └── URL.txt ├── autoit │ ├── URL.txt │ └── license.htm ├── boost │ ├── LICENSE_1_0.txt │ └── URL.txt ├── bottlenose │ ├── LICENSE │ └── URL.txt ├── cabocha │ ├── BSD │ ├── COPYING │ ├── LGPL │ └── URL.txt ├── chiitrans2 │ └── URL.txt ├── cjk-decomp │ ├── URL.txt │ └── licenses.txt ├── cjklib │ ├── COPYING │ └── URL.txt ├── clean-3d-icons-by-mysitemyway │ ├── LICENSE.txt │ └── URL.txt ├── coffeescript │ ├── LICENSE │ └── URL.txt ├── colorama │ ├── LICENSE.txt │ └── URL.txt ├── compass │ ├── LICENSE.markdown │ └── URL.txt ├── compressinja │ ├── PKG-INFO │ └── URL.txt ├── comtypes │ ├── README │ └── URL.txt ├── cygwin │ ├── LICENSE.txt │ └── URL.txt ├── detours │ ├── LICENSE.RTF │ └── URL.txt ├── dirent │ └── URL.txt ├── eb │ ├── COPYING │ └── URL.txt ├── ebmodule │ ├── README │ └── URL.txt ├── ebpocket │ └── URL.txt ├── edrdg │ ├── URL.txt │ └── legalcode.txt ├── ehnd │ ├── URL.txt │ └── gpl.txt ├── enchant │ ├── LICENSE.txt │ └── URL.txt ├── hanja │ ├── License.txt │ └── URL.txt ├── hanzijs │ ├── LICENSE.txt │ └── URL.txt ├── ith │ ├── COPYING.txt │ ├── Changes.txt │ ├── URL.txt │ └── readme.txt ├── jinja │ ├── LICENSE │ └── URL.txt ├── jtransliterate │ ├── PKG-INFO │ └── URL.txt ├── kdelibs │ ├── URL.txt │ └── plasma.txt ├── korean │ ├── LICENSE │ └── URL.txt ├── libdasm │ ├── README.txt │ └── URL.txt ├── libqxt │ ├── COPYING.txt │ └── URL.txt ├── localeswitch │ └── URL.txt ├── lxml │ ├── LICENSES.txt │ └── URL.txt ├── matplotlib │ ├── URL.txt │ └── license.py ├── mecab │ ├── BSD │ ├── COPYING │ ├── GPL │ ├── LGPL │ └── URL.txt ├── mercurial │ ├── COPYING.txt │ └── URL.txt ├── msime │ └── URL.txt ├── msinttypes │ ├── BSD.txt │ └── URL.txt ├── myspell │ ├── URL.txt │ └── license.readme ├── ntlea │ ├── Readme.txt │ └── URL.txt ├── numpy │ ├── LICENSE.txt │ └── URL.txt ├── ohbbhlp │ ├── URL.txt │ └── readme.txt ├── opencc │ ├── LICENSE │ └── URL.txt ├── openssl │ ├── URL.txt │ └── license.txt ├── parsedatetime │ ├── LICENSE.txt │ └── URL.txt ├── portaudio │ ├── LICENSE.txt │ └── URL.txt ├── psutil │ ├── LICENSE │ └── URL.txt ├── pyaudio │ ├── README │ └── URL.txt ├── pybbcode │ ├── README.md │ └── URL.txt ├── pydbg │ ├── LICENSE.txt │ └── URL.txt ├── pyhaml-jinja │ ├── LICENSE │ └── URL.txt ├── pyhk │ ├── README.md │ └── URL.txt ├── pyhook │ └── URL.txt ├── pylzma │ ├── LICENSE.txt │ └── URL.txt ├── pyside │ ├── COPYING │ └── URL.txt ├── python-amazon-product-api │ ├── LICENSE │ └── URL.txt ├── python-jianfan │ ├── PKG-INFO │ └── URL.txt ├── python-stardict │ ├── LICENSE │ └── URL.txt ├── python │ ├── LICENSE.txt │ └── URL.txt ├── pythonnet │ ├── URL.txt │ └── ZPL.txt ├── pywin32 │ ├── URL.txt │ └── license.txt ├── pyyaml │ ├── LICENSE │ └── URL.txt ├── qjtmousegesture │ ├── COPYING │ ├── README │ └── URL.txt ├── qt4 │ ├── LGPL_EXCEPTION.txt │ ├── LICENSE.FDL │ ├── LICENSE.GPL3 │ ├── LICENSE.LGPL │ └── URL.txt ├── requests │ ├── LICENSE │ └── URL.txt ├── ruby │ ├── COPYING │ └── URL.txt ├── sass │ ├── MIT-LICENSE │ └── URL.txt ├── send2trash │ ├── COPYRIGHT.txt │ └── URL.txt ├── simplecrypt │ ├── COPYRIGHT.txt │ └── URL.txt ├── simplify │ ├── URL.txt │ └── gpl2.txt ├── six │ ├── LICENSE │ └── URL.txt ├── sqlalchemy │ ├── LICENSE │ └── URL.txt ├── translation-aggregtor │ ├── GPL.txt │ └── URL.txt ├── transliterate │ ├── LICENSE_LGPL_2.1.txt │ └── URL.txt ├── twitter-bootstrap │ ├── LICENSE │ └── URL.txt ├── unidecode │ ├── LICENSE │ └── URL.txt ├── utfcpp │ ├── LICENSE │ └── URL.txt ├── wdk │ └── URL.txt ├── xpinyin │ └── URL.txt ├── youtube_dl │ ├── LICENSE │ └── URL.txt └── zlib │ ├── URL.txt │ └── zlib.txt ├── Readme (Mac).txt ├── Readme.txt ├── Update (Wine).sh ├── Update ├── 7z │ ├── 7za.exe │ └── VERSION.txt ├── GnuWin32 │ ├── VERSION.txt │ ├── cp.exe │ ├── libiconv-2.dll │ ├── libintl-2.dll │ ├── mv.exe │ ├── rm.exe │ ├── tar.exe │ └── touch.exe └── Scripts │ ├── initenv.cmd │ ├── pull.cmd │ ├── pull.sh │ ├── update.au3 │ ├── update.cmd │ ├── update.hta │ ├── update.ico │ ├── update.js │ ├── update.ps1 │ ├── update.txt │ ├── update.vbs │ ├── updateui.cmd │ └── upgrade.cmd ├── Visual Novel Reader (Debug).cmd ├── Visual Novel Reader (Mac).app ├── Contents │ ├── Info.plist │ ├── MacOS │ │ └── reader │ ├── PkgInfo │ └── Resources │ │ └── reader.icns └── This folder is for Mac OS X.txt ├── Visual Novel Reader (Wine).sh ├── Website Reader (Debug).cmd ├── Website Reader (Wine).sh ├── desktop.ini └── icon.ico /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/.gitignore -------------------------------------------------------------------------------- /Deploy/Caches/Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Deploy/Caches/Readme.txt -------------------------------------------------------------------------------- /Deploy/Caches/desktop.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Deploy/Caches/desktop.ini -------------------------------------------------------------------------------- /Deploy/Caches/icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Deploy/Caches/icon.ico -------------------------------------------------------------------------------- /Deploy/Changes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Deploy/Changes.txt -------------------------------------------------------------------------------- /Deploy/Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Deploy/Readme.txt -------------------------------------------------------------------------------- /Deploy/Scripts/Kill Python.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Deploy/Scripts/Kill Python.cmd -------------------------------------------------------------------------------- /Deploy/Scripts/Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Deploy/Scripts/Readme.txt -------------------------------------------------------------------------------- /Deploy/Scripts/Remove VNR Profiles.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Deploy/Scripts/Remove VNR Profiles.cmd -------------------------------------------------------------------------------- /Deploy/Scripts/Remove VNR Settings.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Deploy/Scripts/Remove VNR Settings.reg -------------------------------------------------------------------------------- /Deploy/Scripts/Update (Debug).cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Deploy/Scripts/Update (Debug).cmd -------------------------------------------------------------------------------- /Deploy/Scripts/desktop.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Deploy/Scripts/desktop.ini -------------------------------------------------------------------------------- /Deploy/Scripts/icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Deploy/Scripts/icon.ico -------------------------------------------------------------------------------- /Deploy/Scripts/ld2db.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Deploy/Scripts/ld2db.cmd -------------------------------------------------------------------------------- /Deploy/Scripts/ld2db.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Deploy/Scripts/ld2db.sh -------------------------------------------------------------------------------- /Deploy/Scripts/sublint.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Deploy/Scripts/sublint.cmd -------------------------------------------------------------------------------- /Deploy/Scripts/subx2y.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Deploy/Scripts/subx2y.cmd -------------------------------------------------------------------------------- /Deploy/Scripts/subx2y.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Deploy/Scripts/subx2y.sh -------------------------------------------------------------------------------- /Deploy/Scripts/tahcompile.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Deploy/Scripts/tahcompile.cmd -------------------------------------------------------------------------------- /Deploy/Scripts/tahcompile.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Deploy/Scripts/tahcompile.sh -------------------------------------------------------------------------------- /Deploy/Update.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Deploy/Update.exe -------------------------------------------------------------------------------- /Deploy/Visual Novel Reader.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Deploy/Visual Novel Reader.exe -------------------------------------------------------------------------------- /Deploy/Website Reader (alpha).exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Deploy/Website Reader (alpha).exe -------------------------------------------------------------------------------- /Deploy/desktop.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Deploy/desktop.ini -------------------------------------------------------------------------------- /Deploy/icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Deploy/icon.ico -------------------------------------------------------------------------------- /Dictionaries/cabocharc/charset-file.txt: -------------------------------------------------------------------------------- 1 | UTF-8 2 | -------------------------------------------------------------------------------- /Dictionaries/cabocharc/ipadic.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Dictionaries/cabocharc/ipadic.rc -------------------------------------------------------------------------------- /Dictionaries/cabocharc/unidic.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Dictionaries/cabocharc/unidic.rc -------------------------------------------------------------------------------- /Dictionaries/ehnd/PostFilter_@sokcuri.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Dictionaries/ehnd/PostFilter_@sokcuri.txt -------------------------------------------------------------------------------- /Dictionaries/ehnd/PreFilter_@sokcuri.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Dictionaries/ehnd/PreFilter_@sokcuri.txt -------------------------------------------------------------------------------- /Dictionaries/ehnd/PreFilter_@temp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Dictionaries/ehnd/PreFilter_@temp.txt -------------------------------------------------------------------------------- /Dictionaries/ehnd/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Dictionaries/ehnd/README.txt -------------------------------------------------------------------------------- /Dictionaries/ehnd/SkipLayer_@sokcuri.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Dictionaries/ehnd/SkipLayer_@sokcuri.txt -------------------------------------------------------------------------------- /Dictionaries/ehnd/UserDict_@sokcuri_0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Dictionaries/ehnd/UserDict_@sokcuri_0.txt -------------------------------------------------------------------------------- /Dictionaries/ehnd/UserDict_@sokcuri_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Dictionaries/ehnd/UserDict_@sokcuri_1.txt -------------------------------------------------------------------------------- /Dictionaries/ehnd/UserDict_@temp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Dictionaries/ehnd/UserDict_@temp.txt -------------------------------------------------------------------------------- /Dictionaries/ehnd/VERSION.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Dictionaries/ehnd/VERSION.txt -------------------------------------------------------------------------------- /Dictionaries/gaiji/CHUJITEN.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Dictionaries/gaiji/CHUJITEN.plist -------------------------------------------------------------------------------- /Dictionaries/gaiji/CHUJITEN_EB1993.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Dictionaries/gaiji/CHUJITEN_EB1993.plist -------------------------------------------------------------------------------- /Dictionaries/gaiji/CHUJITEN_FMV.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Dictionaries/gaiji/CHUJITEN_FMV.plist -------------------------------------------------------------------------------- /Dictionaries/gaiji/COLLOC.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Dictionaries/gaiji/COLLOC.plist -------------------------------------------------------------------------------- /Dictionaries/gaiji/CROWN.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Dictionaries/gaiji/CROWN.plist -------------------------------------------------------------------------------- /Dictionaries/gaiji/DAIJIRIN.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Dictionaries/gaiji/DAIJIRIN.plist -------------------------------------------------------------------------------- /Dictionaries/gaiji/DAIJISEN.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Dictionaries/gaiji/DAIJISEN.plist -------------------------------------------------------------------------------- /Dictionaries/gaiji/EBSTUDIO.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Dictionaries/gaiji/EBSTUDIO.plist -------------------------------------------------------------------------------- /Dictionaries/gaiji/GEJCJE.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Dictionaries/gaiji/GEJCJE.plist -------------------------------------------------------------------------------- /Dictionaries/gaiji/GENIUS.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Dictionaries/gaiji/GENIUS.plist -------------------------------------------------------------------------------- /Dictionaries/gaiji/GENIUS4.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Dictionaries/gaiji/GENIUS4.plist -------------------------------------------------------------------------------- /Dictionaries/gaiji/GENIUS43.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Dictionaries/gaiji/GENIUS43.plist -------------------------------------------------------------------------------- /Dictionaries/gaiji/GENIUS_DAIEIWA.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Dictionaries/gaiji/GENIUS_DAIEIWA.plist -------------------------------------------------------------------------------- /Dictionaries/gaiji/IBE01.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Dictionaries/gaiji/IBE01.plist -------------------------------------------------------------------------------- /Dictionaries/gaiji/IWKOKUG7.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Dictionaries/gaiji/IWKOKUG7.plist -------------------------------------------------------------------------------- /Dictionaries/gaiji/JBCD.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Dictionaries/gaiji/JBCD.plist -------------------------------------------------------------------------------- /Dictionaries/gaiji/KANJIGEN_EB.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Dictionaries/gaiji/KANJIGEN_EB.plist -------------------------------------------------------------------------------- /Dictionaries/gaiji/KANJIGEN_EPW.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Dictionaries/gaiji/KANJIGEN_EPW.plist -------------------------------------------------------------------------------- /Dictionaries/gaiji/KANJIGN5.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Dictionaries/gaiji/KANJIGN5.plist -------------------------------------------------------------------------------- /Dictionaries/gaiji/KENE7J5.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Dictionaries/gaiji/KENE7J5.plist -------------------------------------------------------------------------------- /Dictionaries/gaiji/KOJIEN.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Dictionaries/gaiji/KOJIEN.plist -------------------------------------------------------------------------------- /Dictionaries/gaiji/MANYO.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Dictionaries/gaiji/MANYO.plist -------------------------------------------------------------------------------- /Dictionaries/gaiji/MEIKYOU.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Dictionaries/gaiji/MEIKYOU.plist -------------------------------------------------------------------------------- /Dictionaries/gaiji/MEIKYOU2.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Dictionaries/gaiji/MEIKYOU2.plist -------------------------------------------------------------------------------- /Dictionaries/gaiji/MYPAEDIA.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Dictionaries/gaiji/MYPAEDIA.plist -------------------------------------------------------------------------------- /Dictionaries/gaiji/NEWANC.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Dictionaries/gaiji/NEWANC.plist -------------------------------------------------------------------------------- /Dictionaries/gaiji/NKGORIN2.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Dictionaries/gaiji/NKGORIN2.plist -------------------------------------------------------------------------------- /Dictionaries/gaiji/READERS1.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Dictionaries/gaiji/READERS1.plist -------------------------------------------------------------------------------- /Dictionaries/gaiji/READERS2.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Dictionaries/gaiji/READERS2.plist -------------------------------------------------------------------------------- /Dictionaries/gaiji/READERS3.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Dictionaries/gaiji/READERS3.plist -------------------------------------------------------------------------------- /Dictionaries/gaiji/RIKAGAKU.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Dictionaries/gaiji/RIKAGAKU.plist -------------------------------------------------------------------------------- /Dictionaries/gaiji/SINMEI7.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Dictionaries/gaiji/SINMEI7.plist -------------------------------------------------------------------------------- /Dictionaries/gaiji/SRD.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Dictionaries/gaiji/SRD.plist -------------------------------------------------------------------------------- /Dictionaries/gaiji/VERSION.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Dictionaries/gaiji/VERSION.txt -------------------------------------------------------------------------------- /Dictionaries/gaiji/WADAI5.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Dictionaries/gaiji/WADAI5.plist -------------------------------------------------------------------------------- /Dictionaries/gaiji/WADOKU.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Dictionaries/gaiji/WADOKU.plist -------------------------------------------------------------------------------- /Dictionaries/gaiji/WADOKU.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Dictionaries/gaiji/WADOKU.txt -------------------------------------------------------------------------------- /Dictionaries/gaiji/WADOKU.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Dictionaries/gaiji/WADOKU.xml -------------------------------------------------------------------------------- /Dictionaries/gaiji/YHOUGO4.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Dictionaries/gaiji/YHOUGO4.plist -------------------------------------------------------------------------------- /Dictionaries/gaiji/ZHONG_RI-ExtB.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Dictionaries/gaiji/ZHONG_RI-ExtB.plist -------------------------------------------------------------------------------- /Dictionaries/gaiji/ZHONG_RI.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Dictionaries/gaiji/ZHONG_RI.plist -------------------------------------------------------------------------------- /Dictionaries/gaiji/ZHONG_RI.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Dictionaries/gaiji/ZHONG_RI.txt -------------------------------------------------------------------------------- /Dictionaries/hanja/VERSION.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Dictionaries/hanja/VERSION.txt -------------------------------------------------------------------------------- /Dictionaries/hanja/dic0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Dictionaries/hanja/dic0.txt -------------------------------------------------------------------------------- /Dictionaries/hanja/dic1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Dictionaries/hanja/dic1.txt -------------------------------------------------------------------------------- /Dictionaries/hanja/dic2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Dictionaries/hanja/dic2.txt -------------------------------------------------------------------------------- /Dictionaries/hanja/dic3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Dictionaries/hanja/dic3.txt -------------------------------------------------------------------------------- /Dictionaries/hanja/dic4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Dictionaries/hanja/dic4.txt -------------------------------------------------------------------------------- /Dictionaries/hanja/dic5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Dictionaries/hanja/dic5.txt -------------------------------------------------------------------------------- /Dictionaries/hanja/dic6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Dictionaries/hanja/dic6.txt -------------------------------------------------------------------------------- /Dictionaries/hanviet/VERSION.txt: -------------------------------------------------------------------------------- 1 | QuickTranslator TAO 20130708 2 | http://www.tangthuvien.vn/forum/showthread.php?t=30151 3 | -------------------------------------------------------------------------------- /Dictionaries/hanviet/VietPhrase.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Dictionaries/hanviet/VietPhrase.txt -------------------------------------------------------------------------------- /Dictionaries/hanzi/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Dictionaries/hanzi/Makefile -------------------------------------------------------------------------------- /Dictionaries/hanzi/VERSION.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Dictionaries/hanzi/VERSION.txt -------------------------------------------------------------------------------- /Dictionaries/hanzi/cjk-decomp-0.4.0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Dictionaries/hanzi/cjk-decomp-0.4.0.txt -------------------------------------------------------------------------------- /Dictionaries/jb/@djz020815/Changes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Dictionaries/jb/@djz020815/Changes.txt -------------------------------------------------------------------------------- /Dictionaries/jb/@djz020815/URL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Dictionaries/jb/@djz020815/URL.txt -------------------------------------------------------------------------------- /Dictionaries/jb/@jichi/VERSION.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Dictionaries/jb/@jichi/VERSION.txt -------------------------------------------------------------------------------- /Dictionaries/jb/@najizhimo/Changes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Dictionaries/jb/@najizhimo/Changes.txt -------------------------------------------------------------------------------- /Dictionaries/jb/@najizhimo/URL.txt: -------------------------------------------------------------------------------- 1 | http://pan.baidu.com/s/1pJJzRar 2 | 597332265@qq.com -------------------------------------------------------------------------------- /Dictionaries/mecabrc/ipadic.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Dictionaries/mecabrc/ipadic.rc -------------------------------------------------------------------------------- /Dictionaries/mecabrc/unidic-mlj.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Dictionaries/mecabrc/unidic-mlj.rc -------------------------------------------------------------------------------- /Dictionaries/mecabrc/unidic.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Dictionaries/mecabrc/unidic.rc -------------------------------------------------------------------------------- /Dictionaries/opencc/HKVariants.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Dictionaries/opencc/HKVariants.txt -------------------------------------------------------------------------------- /Dictionaries/opencc/HKVariantsPhrases.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Dictionaries/opencc/HKVariantsPhrases.txt -------------------------------------------------------------------------------- /Dictionaries/opencc/JPVariants.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Dictionaries/opencc/JPVariants.txt -------------------------------------------------------------------------------- /Dictionaries/opencc/JPVariants.txt.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Dictionaries/opencc/JPVariants.txt.bak -------------------------------------------------------------------------------- /Dictionaries/opencc/STCharacters.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Dictionaries/opencc/STCharacters.txt -------------------------------------------------------------------------------- /Dictionaries/opencc/STPhrases.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Dictionaries/opencc/STPhrases.txt -------------------------------------------------------------------------------- /Dictionaries/opencc/TSCharacters.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Dictionaries/opencc/TSCharacters.txt -------------------------------------------------------------------------------- /Dictionaries/opencc/TSPhrases.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Dictionaries/opencc/TSPhrases.txt -------------------------------------------------------------------------------- /Dictionaries/opencc/TWPhrasesIT.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Dictionaries/opencc/TWPhrasesIT.txt -------------------------------------------------------------------------------- /Dictionaries/opencc/TWPhrasesName.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Dictionaries/opencc/TWPhrasesName.txt -------------------------------------------------------------------------------- /Dictionaries/opencc/TWPhrasesOther.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Dictionaries/opencc/TWPhrasesOther.txt -------------------------------------------------------------------------------- /Dictionaries/opencc/TWVariants.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Dictionaries/opencc/TWVariants.txt -------------------------------------------------------------------------------- /Dictionaries/opencc/VERSION.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Dictionaries/opencc/VERSION.txt -------------------------------------------------------------------------------- /Dictionaries/opencc/dump_safe_jp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Dictionaries/opencc/dump_safe_jp.py -------------------------------------------------------------------------------- /Dictionaries/pinyin/Mandarin.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Dictionaries/pinyin/Mandarin.dat -------------------------------------------------------------------------------- /Dictionaries/pinyin/VERSION.txt: -------------------------------------------------------------------------------- 1 | 11/29/2015 2 | https://github.com/lxneng/xpinyin/ 3 | -------------------------------------------------------------------------------- /Dictionaries/tahscript/VERSION.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Dictionaries/tahscript/VERSION.txt -------------------------------------------------------------------------------- /Dictionaries/tahscript/atlas.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Dictionaries/tahscript/atlas.txt -------------------------------------------------------------------------------- /Dictionaries/tahscript/lec.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Dictionaries/tahscript/lec.txt -------------------------------------------------------------------------------- /Examples/TAHScript/Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Examples/TAHScript/Readme.txt -------------------------------------------------------------------------------- /Examples/TAHScript/compile.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Examples/TAHScript/compile.cmd -------------------------------------------------------------------------------- /Examples/TAHScript/compile.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Examples/TAHScript/compile.sh -------------------------------------------------------------------------------- /Examples/TAHScript/tah-macro.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Examples/TAHScript/tah-macro.txt -------------------------------------------------------------------------------- /Examples/TAHScript/tah-noun.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Examples/TAHScript/tah-noun.txt -------------------------------------------------------------------------------- /Examples/TAHScript/tah-verb.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Examples/TAHScript/tah-verb.txt -------------------------------------------------------------------------------- /Fonts/NanumBarunGothic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Fonts/NanumBarunGothic.ttf -------------------------------------------------------------------------------- /Fonts/dfgirl.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Fonts/dfgirl.ttf -------------------------------------------------------------------------------- /Fonts/msgothic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Fonts/msgothic.ttf -------------------------------------------------------------------------------- /Fonts/msmincho.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Fonts/msmincho.ttf -------------------------------------------------------------------------------- /Fonts/youyuan.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Fonts/youyuan.ttf -------------------------------------------------------------------------------- /Frameworks/AJAX/dragdealer/0.9.5/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/AJAX/dragdealer/0.9.5/Makefile -------------------------------------------------------------------------------- /Frameworks/AJAX/env.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/AJAX/env.mk -------------------------------------------------------------------------------- /Frameworks/AJAX/github/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/AJAX/github/Makefile -------------------------------------------------------------------------------- /Frameworks/AJAX/github/sprintf.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/AJAX/github/sprintf.min.js -------------------------------------------------------------------------------- /Frameworks/AJAX/haml/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/AJAX/haml/Makefile -------------------------------------------------------------------------------- /Frameworks/AJAX/haml/haml.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/AJAX/haml/haml.min.js -------------------------------------------------------------------------------- /Frameworks/AJAX/npm/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/AJAX/npm/Makefile -------------------------------------------------------------------------------- /Frameworks/AJAX/npm/bbcode.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/AJAX/npm/bbcode.min.js -------------------------------------------------------------------------------- /Frameworks/AJAX/raty/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/AJAX/raty/Makefile -------------------------------------------------------------------------------- /Frameworks/AJAX/raty/images/cancel-on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/AJAX/raty/images/cancel-on.png -------------------------------------------------------------------------------- /Frameworks/AJAX/raty/images/star-half.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/AJAX/raty/images/star-half.png -------------------------------------------------------------------------------- /Frameworks/AJAX/raty/images/star-off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/AJAX/raty/images/star-off.png -------------------------------------------------------------------------------- /Frameworks/AJAX/raty/images/star-on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/AJAX/raty/images/star-on.png -------------------------------------------------------------------------------- /Frameworks/AJAX/raty/jquery.raty.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/AJAX/raty/jquery.raty.min.js -------------------------------------------------------------------------------- /Frameworks/Boost/VERSION.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Boost/VERSION.txt -------------------------------------------------------------------------------- /Frameworks/Boost/bin/boost_regex.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Boost/bin/boost_regex.dll -------------------------------------------------------------------------------- /Frameworks/CaboCha/VERSION.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/CaboCha/VERSION.txt -------------------------------------------------------------------------------- /Frameworks/CaboCha/bin/cabocha.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/CaboCha/bin/cabocha.dll -------------------------------------------------------------------------------- /Frameworks/CaboCha/bin/libcrfpp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/CaboCha/bin/libcrfpp.dll -------------------------------------------------------------------------------- /Frameworks/CaboCha/py/CaboCha.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/CaboCha/py/CaboCha.py -------------------------------------------------------------------------------- /Frameworks/CaboCha/py/_CaboCha.pyd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/CaboCha/py/_CaboCha.pyd -------------------------------------------------------------------------------- /Frameworks/EB/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/EB/LICENSE -------------------------------------------------------------------------------- /Frameworks/EB/build/deploy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/EB/build/deploy.sh -------------------------------------------------------------------------------- /Frameworks/EB/config.pri: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/EB/config.pri -------------------------------------------------------------------------------- /Frameworks/EB/eb.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/EB/eb.pro -------------------------------------------------------------------------------- /Frameworks/EB/site-packages/eb.pyd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/EB/site-packages/eb.pyd -------------------------------------------------------------------------------- /Frameworks/EB/site-packages/eblib.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/EB/site-packages/eblib.py -------------------------------------------------------------------------------- /Frameworks/EB/src/modules/eb/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/EB/src/modules/eb/COPYING -------------------------------------------------------------------------------- /Frameworks/EB/src/modules/eb/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/EB/src/modules/eb/ChangeLog -------------------------------------------------------------------------------- /Frameworks/EB/src/modules/eb/build-post.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/EB/src/modules/eb/build-post.h -------------------------------------------------------------------------------- /Frameworks/EB/src/modules/eb/build-pre.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/EB/src/modules/eb/build-pre.h -------------------------------------------------------------------------------- /Frameworks/EB/src/modules/eb/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/EB/src/modules/eb/config.h -------------------------------------------------------------------------------- /Frameworks/EB/src/modules/eb/defines.pri: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/EB/src/modules/eb/defines.pri -------------------------------------------------------------------------------- /Frameworks/EB/src/modules/eb/eb.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/EB/src/modules/eb/eb.pro -------------------------------------------------------------------------------- /Frameworks/EB/src/modules/eb/eb.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/EB/src/modules/eb/eb.rc -------------------------------------------------------------------------------- /Frameworks/EB/src/modules/eb/shared.pri: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/EB/src/modules/eb/shared.pri -------------------------------------------------------------------------------- /Frameworks/EB/src/modules/eb/src/appsub.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/EB/src/modules/eb/src/appsub.c -------------------------------------------------------------------------------- /Frameworks/EB/src/modules/eb/src/bcd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/EB/src/modules/eb/src/bcd.c -------------------------------------------------------------------------------- /Frameworks/EB/src/modules/eb/src/binary.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/EB/src/modules/eb/src/binary.c -------------------------------------------------------------------------------- /Frameworks/EB/src/modules/eb/src/bitmap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/EB/src/modules/eb/src/bitmap.c -------------------------------------------------------------------------------- /Frameworks/EB/src/modules/eb/src/book.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/EB/src/modules/eb/src/book.c -------------------------------------------------------------------------------- /Frameworks/EB/src/modules/eb/src/cross.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/EB/src/modules/eb/src/cross.c -------------------------------------------------------------------------------- /Frameworks/EB/src/modules/eb/src/eb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/EB/src/modules/eb/src/eb.c -------------------------------------------------------------------------------- /Frameworks/EB/src/modules/eb/src/ebnet.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/EB/src/modules/eb/src/ebnet.c -------------------------------------------------------------------------------- /Frameworks/EB/src/modules/eb/src/ebnet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/EB/src/modules/eb/src/ebnet.h -------------------------------------------------------------------------------- /Frameworks/EB/src/modules/eb/src/error.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/EB/src/modules/eb/src/error.c -------------------------------------------------------------------------------- /Frameworks/EB/src/modules/eb/src/font.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/EB/src/modules/eb/src/font.c -------------------------------------------------------------------------------- /Frameworks/EB/src/modules/eb/src/hook.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/EB/src/modules/eb/src/hook.c -------------------------------------------------------------------------------- /Frameworks/EB/src/modules/eb/src/jacode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/EB/src/modules/eb/src/jacode.c -------------------------------------------------------------------------------- /Frameworks/EB/src/modules/eb/src/lock.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/EB/src/modules/eb/src/lock.c -------------------------------------------------------------------------------- /Frameworks/EB/src/modules/eb/src/log.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/EB/src/modules/eb/src/log.c -------------------------------------------------------------------------------- /Frameworks/EB/src/modules/eb/src/match.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/EB/src/modules/eb/src/match.c -------------------------------------------------------------------------------- /Frameworks/EB/src/modules/eb/src/menu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/EB/src/modules/eb/src/menu.c -------------------------------------------------------------------------------- /Frameworks/EB/src/modules/eb/src/multi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/EB/src/modules/eb/src/multi.c -------------------------------------------------------------------------------- /Frameworks/EB/src/modules/eb/src/search.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/EB/src/modules/eb/src/search.c -------------------------------------------------------------------------------- /Frameworks/EB/src/modules/eb/src/text.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/EB/src/modules/eb/src/text.c -------------------------------------------------------------------------------- /Frameworks/EB/src/modules/eb/src/word.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/EB/src/modules/eb/src/word.c -------------------------------------------------------------------------------- /Frameworks/EB/src/modules/eb/src/zio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/EB/src/modules/eb/src/zio.c -------------------------------------------------------------------------------- /Frameworks/EB/src/modules/eb/static.pri: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/EB/src/modules/eb/static.pri -------------------------------------------------------------------------------- /Frameworks/EB/src/modules/ebmodule/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/EB/src/modules/ebmodule/README -------------------------------------------------------------------------------- /Frameworks/EB/src/modules/modules.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/EB/src/modules/modules.pro -------------------------------------------------------------------------------- /Frameworks/EB/src/src.pro: -------------------------------------------------------------------------------- 1 | # src.pro 2 | # 7/31/2011 jichi 3 | 4 | TEMPLATE = subdirs 5 | SUBDIRS += modules 6 | 7 | # EOF 8 | -------------------------------------------------------------------------------- /Frameworks/Ehnd/URL.txt: -------------------------------------------------------------------------------- 1 | https://github.com/jichifly/ehnd-vnr 2 | -------------------------------------------------------------------------------- /Frameworks/Ehnd/bin/ehnd.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Ehnd/bin/ehnd.dll -------------------------------------------------------------------------------- /Frameworks/Ehnd/bin/ehnd.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Ehnd/bin/ehnd.ini -------------------------------------------------------------------------------- /Frameworks/Ehnd/src/.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Ehnd/src/.gitattributes -------------------------------------------------------------------------------- /Frameworks/Ehnd/src/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Ehnd/src/.gitignore -------------------------------------------------------------------------------- /Frameworks/Ehnd/src/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Ehnd/src/CMakeLists.txt -------------------------------------------------------------------------------- /Frameworks/Ehnd/src/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Ehnd/src/LICENSE -------------------------------------------------------------------------------- /Frameworks/Ehnd/src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Ehnd/src/Makefile -------------------------------------------------------------------------------- /Frameworks/Ehnd/src/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Ehnd/src/README.md -------------------------------------------------------------------------------- /Frameworks/Ehnd/src/ehnd.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Ehnd/src/ehnd.sln -------------------------------------------------------------------------------- /Frameworks/Ehnd/src/ehnd/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Ehnd/src/ehnd/CMakeLists.txt -------------------------------------------------------------------------------- /Frameworks/Ehnd/src/ehnd/ReadMe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Ehnd/src/ehnd/ReadMe.txt -------------------------------------------------------------------------------- /Frameworks/Ehnd/src/ehnd/config.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Ehnd/src/ehnd/config.cpp -------------------------------------------------------------------------------- /Frameworks/Ehnd/src/ehnd/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Ehnd/src/ehnd/config.h -------------------------------------------------------------------------------- /Frameworks/Ehnd/src/ehnd/dllmain.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Ehnd/src/ehnd/dllmain.cpp -------------------------------------------------------------------------------- /Frameworks/Ehnd/src/ehnd/ehnd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Ehnd/src/ehnd/ehnd.cpp -------------------------------------------------------------------------------- /Frameworks/Ehnd/src/ehnd/ehnd.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Ehnd/src/ehnd/ehnd.def -------------------------------------------------------------------------------- /Frameworks/Ehnd/src/ehnd/ehnd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Ehnd/src/ehnd/ehnd.h -------------------------------------------------------------------------------- /Frameworks/Ehnd/src/ehnd/ehnd.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Ehnd/src/ehnd/ehnd.vcxproj -------------------------------------------------------------------------------- /Frameworks/Ehnd/src/ehnd/ehnd_conf.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Ehnd/src/ehnd/ehnd_conf.ini -------------------------------------------------------------------------------- /Frameworks/Ehnd/src/ehnd/filter.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Ehnd/src/ehnd/filter.cpp -------------------------------------------------------------------------------- /Frameworks/Ehnd/src/ehnd/filter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Ehnd/src/ehnd/filter.h -------------------------------------------------------------------------------- /Frameworks/Ehnd/src/ehnd/hook.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Ehnd/src/ehnd/hook.cpp -------------------------------------------------------------------------------- /Frameworks/Ehnd/src/ehnd/hook.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Ehnd/src/ehnd/hook.h -------------------------------------------------------------------------------- /Frameworks/Ehnd/src/ehnd/log.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Ehnd/src/ehnd/log.cpp -------------------------------------------------------------------------------- /Frameworks/Ehnd/src/ehnd/log.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Ehnd/src/ehnd/log.h -------------------------------------------------------------------------------- /Frameworks/Ehnd/src/ehnd/stdafx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Ehnd/src/ehnd/stdafx.cpp -------------------------------------------------------------------------------- /Frameworks/Ehnd/src/ehnd/stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Ehnd/src/ehnd/stdafx.h -------------------------------------------------------------------------------- /Frameworks/Ehnd/src/ehnd/targetver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Ehnd/src/ehnd/targetver.h -------------------------------------------------------------------------------- /Frameworks/Ehnd/src/ehnd/watch.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Ehnd/src/ehnd/watch.cpp -------------------------------------------------------------------------------- /Frameworks/Ehnd/src/ehnd/watch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Ehnd/src/ehnd/watch.h -------------------------------------------------------------------------------- /Frameworks/LocaleSwitch/LSC.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/LocaleSwitch/LSC.exe -------------------------------------------------------------------------------- /Frameworks/LocaleSwitch/LSH.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/LocaleSwitch/LSH.dll -------------------------------------------------------------------------------- /Frameworks/LocaleSwitch/LocaleSwitch.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/LocaleSwitch/LocaleSwitch.exe -------------------------------------------------------------------------------- /Frameworks/LocaleSwitch/config.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/LocaleSwitch/config.ini -------------------------------------------------------------------------------- /Frameworks/MeCab/VERSION.txt: -------------------------------------------------------------------------------- 1 | 4/26/2014 jichi 2 | MeCab 0.996 3 | https://code.google.com/p/mecab 4 | -------------------------------------------------------------------------------- /Frameworks/MeCab/bin/libmecab.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/MeCab/bin/libmecab.dll -------------------------------------------------------------------------------- /Frameworks/MeCab/bin/mecab-cost-train.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/MeCab/bin/mecab-cost-train.exe -------------------------------------------------------------------------------- /Frameworks/MeCab/bin/mecab-dict-gen.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/MeCab/bin/mecab-dict-gen.exe -------------------------------------------------------------------------------- /Frameworks/MeCab/bin/mecab-dict-index.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/MeCab/bin/mecab-dict-index.exe -------------------------------------------------------------------------------- /Frameworks/MeCab/bin/mecab-test-gen.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/MeCab/bin/mecab-test-gen.exe -------------------------------------------------------------------------------- /Frameworks/MeCab/bin/mecab.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/MeCab/bin/mecab.exe -------------------------------------------------------------------------------- /Frameworks/MeCab/py/MeCab.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/MeCab/py/MeCab.py -------------------------------------------------------------------------------- /Frameworks/MeCab/py/_MeCab.pyd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/MeCab/py/_MeCab.pyd -------------------------------------------------------------------------------- /Frameworks/NTLEA/Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/NTLEA/Readme.txt -------------------------------------------------------------------------------- /Frameworks/NTLEA/ntleac.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/NTLEA/ntleac.exe -------------------------------------------------------------------------------- /Frameworks/NTLEA/ntleah.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/NTLEA/ntleah.dll -------------------------------------------------------------------------------- /Frameworks/Python/.hgignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/.hgignore -------------------------------------------------------------------------------- /Frameworks/Python/Changes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Changes.txt -------------------------------------------------------------------------------- /Frameworks/Python/DLLs/_bsddb.pyd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/DLLs/_bsddb.pyd -------------------------------------------------------------------------------- /Frameworks/Python/DLLs/_ctypes.pyd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/DLLs/_ctypes.pyd -------------------------------------------------------------------------------- /Frameworks/Python/DLLs/_ctypes_test.pyd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/DLLs/_ctypes_test.pyd -------------------------------------------------------------------------------- /Frameworks/Python/DLLs/_elementtree.pyd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/DLLs/_elementtree.pyd -------------------------------------------------------------------------------- /Frameworks/Python/DLLs/_hashlib.pyd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/DLLs/_hashlib.pyd -------------------------------------------------------------------------------- /Frameworks/Python/DLLs/_msi.pyd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/DLLs/_msi.pyd -------------------------------------------------------------------------------- /Frameworks/Python/DLLs/_socket.pyd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/DLLs/_socket.pyd -------------------------------------------------------------------------------- /Frameworks/Python/DLLs/_sqlite3.pyd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/DLLs/_sqlite3.pyd -------------------------------------------------------------------------------- /Frameworks/Python/DLLs/_ssl.pyd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/DLLs/_ssl.pyd -------------------------------------------------------------------------------- /Frameworks/Python/DLLs/_testcapi.pyd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/DLLs/_testcapi.pyd -------------------------------------------------------------------------------- /Frameworks/Python/DLLs/bz2.pyd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/DLLs/bz2.pyd -------------------------------------------------------------------------------- /Frameworks/Python/DLLs/py.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/DLLs/py.ico -------------------------------------------------------------------------------- /Frameworks/Python/DLLs/pyc.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/DLLs/pyc.ico -------------------------------------------------------------------------------- /Frameworks/Python/DLLs/pyexpat.pyd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/DLLs/pyexpat.pyd -------------------------------------------------------------------------------- /Frameworks/Python/DLLs/select.pyd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/DLLs/select.pyd -------------------------------------------------------------------------------- /Frameworks/Python/DLLs/sqlite3.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/DLLs/sqlite3.dll -------------------------------------------------------------------------------- /Frameworks/Python/DLLs/unicodedata.pyd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/DLLs/unicodedata.pyd -------------------------------------------------------------------------------- /Frameworks/Python/DLLs/winsound.pyd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/DLLs/winsound.pyd -------------------------------------------------------------------------------- /Frameworks/Python/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/LICENSE.txt -------------------------------------------------------------------------------- /Frameworks/Python/Lib/BaseHTTPServer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/BaseHTTPServer.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/Bastion.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/Bastion.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/CGIHTTPServer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/CGIHTTPServer.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/ConfigParser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/ConfigParser.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/Cookie.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/Cookie.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/DocXMLRPCServer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/DocXMLRPCServer.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/HTMLParser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/HTMLParser.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/MimeWriter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/MimeWriter.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/Queue.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/Queue.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/SimpleHTTPServer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/SimpleHTTPServer.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/SocketServer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/SocketServer.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/StringIO.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/StringIO.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/UserDict.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/UserDict.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/UserList.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/UserList.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/UserString.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/UserString.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/_LWPCookieJar.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/_LWPCookieJar.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/__future__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/__future__.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/__phello__.foo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/__phello__.foo.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/_abcoll.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/_abcoll.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/_osx_support.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/_osx_support.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/_pyio.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/_pyio.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/_strptime.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/_strptime.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/_threading_local.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/_threading_local.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/_weakrefset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/_weakrefset.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/abc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/abc.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/aifc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/aifc.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/antigravity.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/antigravity.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/anydbm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/anydbm.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/argparse.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/argparse.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/ast.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/ast.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/asynchat.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/asynchat.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/asyncore.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/asyncore.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/atexit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/atexit.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/audiodev.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/audiodev.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/base64.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/base64.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/bdb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/bdb.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/binhex.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/binhex.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/bisect.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/bisect.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/bsddb/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/bsddb/__init__.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/bsddb/db.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/bsddb/db.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/bsddb/dbobj.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/bsddb/dbobj.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/bsddb/dbrecio.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/bsddb/dbrecio.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/bsddb/dbshelve.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/bsddb/dbshelve.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/bsddb/dbtables.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/bsddb/dbtables.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/bsddb/dbutils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/bsddb/dbutils.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/cProfile.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/cProfile.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/calendar.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/calendar.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/cgi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/cgi.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/cgitb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/cgitb.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/chunk.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/chunk.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/cmd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/cmd.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/code.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/code.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/codecs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/codecs.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/codeop.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/codeop.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/collections.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/collections.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/colorsys.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/colorsys.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/commands.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/commands.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/compileall.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/compileall.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/compiler/ast.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/compiler/ast.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/compiler/consts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/compiler/consts.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/compiler/future.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/compiler/future.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/compiler/misc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/compiler/misc.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/compiler/pyassem.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/compiler/pyassem.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/compiler/symbols.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/compiler/symbols.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/compiler/syntax.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/compiler/syntax.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/compiler/visitor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/compiler/visitor.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/contextlib.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/contextlib.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/cookielib.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/cookielib.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/copy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/copy.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/copy_reg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/copy_reg.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/csv.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/csv.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/ctypes/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/ctypes/__init__.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/ctypes/_endian.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/ctypes/_endian.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/ctypes/util.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/ctypes/util.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/ctypes/wintypes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/ctypes/wintypes.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/curses/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/curses/__init__.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/curses/ascii.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/curses/ascii.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/curses/has_key.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/curses/has_key.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/curses/panel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/curses/panel.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/curses/textpad.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/curses/textpad.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/curses/wrapper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/curses/wrapper.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/dbhash.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/dbhash.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/decimal.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/decimal.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/difflib.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/difflib.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/dircache.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/dircache.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/dis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/dis.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/distutils/cmd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/distutils/cmd.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/distutils/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/distutils/config.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/distutils/core.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/distutils/core.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/distutils/debug.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/distutils/debug.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/distutils/dist.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/distutils/dist.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/distutils/errors.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/distutils/errors.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/distutils/log.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/distutils/log.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/distutils/spawn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/distutils/spawn.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/distutils/util.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/distutils/util.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/doctest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/doctest.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/dumbdbm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/dumbdbm.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/dummy_thread.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/dummy_thread.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/dummy_threading.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/dummy_threading.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/email/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/email/__init__.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/email/_parseaddr.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/email/_parseaddr.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/email/base64mime.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/email/base64mime.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/email/charset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/email/charset.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/email/encoders.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/email/encoders.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/email/errors.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/email/errors.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/email/feedparser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/email/feedparser.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/email/generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/email/generator.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/email/header.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/email/header.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/email/iterators.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/email/iterators.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/email/message.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/email/message.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/email/mime/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Frameworks/Python/Lib/email/mime/audio.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/email/mime/audio.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/email/mime/base.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/email/mime/base.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/email/mime/image.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/email/mime/image.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/email/mime/text.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/email/mime/text.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/email/parser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/email/parser.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/email/quoprimime.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/email/quoprimime.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/email/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/email/utils.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/encodings/ascii.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/encodings/ascii.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/encodings/big5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/encodings/big5.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/encodings/cp037.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/encodings/cp037.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/encodings/cp1006.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/encodings/cp1006.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/encodings/cp1026.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/encodings/cp1026.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/encodings/cp1140.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/encodings/cp1140.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/encodings/cp1250.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/encodings/cp1250.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/encodings/cp1251.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/encodings/cp1251.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/encodings/cp1252.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/encodings/cp1252.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/encodings/cp1253.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/encodings/cp1253.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/encodings/cp1254.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/encodings/cp1254.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/encodings/cp1255.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/encodings/cp1255.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/encodings/cp1256.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/encodings/cp1256.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/encodings/cp1257.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/encodings/cp1257.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/encodings/cp1258.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/encodings/cp1258.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/encodings/cp424.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/encodings/cp424.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/encodings/cp437.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/encodings/cp437.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/encodings/cp500.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/encodings/cp500.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/encodings/cp720.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/encodings/cp720.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/encodings/cp737.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/encodings/cp737.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/encodings/cp775.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/encodings/cp775.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/encodings/cp850.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/encodings/cp850.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/encodings/cp852.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/encodings/cp852.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/encodings/cp855.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/encodings/cp855.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/encodings/gbk.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/encodings/gbk.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/encodings/hz.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/encodings/hz.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/encodings/idna.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/encodings/idna.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/encodings/mbcs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/encodings/mbcs.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/filecmp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/filecmp.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/fileinput.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/fileinput.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/fnmatch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/fnmatch.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/formatter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/formatter.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/fpformat.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/fpformat.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/fractions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/fractions.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/ftplib.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/ftplib.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/functools.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/functools.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/genericpath.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/genericpath.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/getopt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/getopt.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/getpass.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/getpass.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/gettext.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/gettext.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/glob.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/glob.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/gzip.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/gzip.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/hashlib.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/hashlib.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/heapq.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/heapq.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/hmac.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/hmac.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/hotshot/log.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/hotshot/log.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/hotshot/stats.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/hotshot/stats.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/hotshot/stones.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/hotshot/stones.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/htmlentitydefs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/htmlentitydefs.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/htmllib.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/htmllib.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/httplib.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/httplib.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/ihooks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/ihooks.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/imaplib.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/imaplib.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/imghdr.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/imghdr.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/imputil.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/imputil.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/inspect.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/inspect.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/io.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/io.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/json/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/json/__init__.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/json/decoder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/json/decoder.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/json/encoder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/json/encoder.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/json/scanner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/json/scanner.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/json/tool.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/json/tool.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/keyword.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/keyword.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/lib2to3/__init__.py: -------------------------------------------------------------------------------- 1 | #empty 2 | -------------------------------------------------------------------------------- /Frameworks/Python/Lib/lib2to3/fixes/__init__.py: -------------------------------------------------------------------------------- 1 | # Dummy file to make this directory a package. 2 | -------------------------------------------------------------------------------- /Frameworks/Python/Lib/lib2to3/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/lib2to3/main.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/lib2to3/pygram.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/lib2to3/pygram.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/lib2to3/pytree.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/lib2to3/pytree.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/linecache.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/linecache.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/locale.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/locale.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/logging/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/logging/config.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/macpath.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/macpath.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/macurl2path.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/macurl2path.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/mailbox.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/mailbox.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/mailcap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/mailcap.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/markupbase.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/markupbase.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/md5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/md5.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/mhlib.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/mhlib.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/mimetools.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/mimetools.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/mimetypes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/mimetypes.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/mimify.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/mimify.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/modulefinder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/modulefinder.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/msilib/schema.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/msilib/schema.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/msilib/text.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/msilib/text.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/multifile.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/multifile.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/mutex.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/mutex.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/netrc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/netrc.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/new.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/new.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/nntplib.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/nntplib.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/ntpath.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/ntpath.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/nturl2path.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/nturl2path.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/numbers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/numbers.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/opcode.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/opcode.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/optparse.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/optparse.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/os.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/os.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/os2emxpath.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/os2emxpath.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/pdb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/pdb.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/pickle.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/pickle.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/pickletools.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/pickletools.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/pipes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/pipes.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/pkgutil.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/pkgutil.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/platform.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/platform.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/plistlib.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/plistlib.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/popen2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/popen2.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/poplib.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/poplib.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/posixfile.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/posixfile.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/posixpath.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/posixpath.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/pprint.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/pprint.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/profile.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/profile.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/pstats.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/pstats.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/pty.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/pty.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/py_compile.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/py_compile.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/pyclbr.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/pyclbr.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/pydoc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/pydoc.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/pydoc_data/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Frameworks/Python/Lib/quopri.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/quopri.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/random.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/random.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/re.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/re.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/repr.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/repr.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/rexec.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/rexec.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/rfc822.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/rfc822.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/rlcompleter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/rlcompleter.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/robotparser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/robotparser.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/runpy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/runpy.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/sched.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/sched.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/sets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/sets.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/sgmllib.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/sgmllib.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/sha.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/sha.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/shelve.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/shelve.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/shlex.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/shlex.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/shutil.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/shutil.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/site-packages/amazonproduct/contrib/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Frameworks/Python/Lib/site-packages/bottlenose/__init__.py: -------------------------------------------------------------------------------- 1 | from bottlenose.api import * 2 | 3 | -------------------------------------------------------------------------------- /Frameworks/Python/Lib/site-packages/comtypes/gen/__init__.py: -------------------------------------------------------------------------------- 1 | # comtypes.gen package, directory for generated files. 2 | -------------------------------------------------------------------------------- /Frameworks/Python/Lib/site-packages/comtypes/tools/__init__.py: -------------------------------------------------------------------------------- 1 | # the comtypes.tools package 2 | -------------------------------------------------------------------------------- /Frameworks/Python/Lib/site-packages/korean/ext/django/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Frameworks/Python/Lib/site-packages/korean/ext/django/templatetags/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Frameworks/Python/Lib/site-packages/matplotlib/backends/qt4_editor/__init__.py: -------------------------------------------------------------------------------- 1 | from __future__ import print_function 2 | -------------------------------------------------------------------------------- /Frameworks/Python/Lib/site-packages/matplotlib/compat/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Frameworks/Python/Lib/site-packages/matplotlib/sphinxext/__init__.py: -------------------------------------------------------------------------------- 1 | from __future__ import print_function 2 | 3 | -------------------------------------------------------------------------------- /Frameworks/Python/Lib/site-packages/matplotlib/testing/__init__.py: -------------------------------------------------------------------------------- 1 | from __future__ import print_function 2 | -------------------------------------------------------------------------------- /Frameworks/Python/Lib/site-packages/mercurial/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Frameworks/Python/Lib/site-packages/mercurial/__version__.py: -------------------------------------------------------------------------------- 1 | # this file is autogenerated by setup.py 2 | version = "2.9" 3 | -------------------------------------------------------------------------------- /Frameworks/Python/Lib/site-packages/parsedatetime/parsedatetime.py: -------------------------------------------------------------------------------- 1 | # Backward compatibility fix. 2 | from . import * 3 | -------------------------------------------------------------------------------- /Frameworks/Python/Lib/site-packages/pyHook/__init__.py: -------------------------------------------------------------------------------- 1 | from HookManager import * -------------------------------------------------------------------------------- /Frameworks/Python/Lib/site-packages/pyhk.txt: -------------------------------------------------------------------------------- 1 | https://github.com/schurpf/pyhk 2 | 12/2013 3 | 4 | Changes: Add more keys 5 | -------------------------------------------------------------------------------- /Frameworks/Python/Lib/site-packages/requests/packages/urllib3/contrib/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Frameworks/Python/Lib/site-packages/transliterate/backports/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Frameworks/Python/Lib/site-packages/transliterate/contrib/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Frameworks/Python/Lib/site-packages/transliterate/contrib/languages/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Frameworks/Python/Lib/site-packages/transliterate/contrib/languages/bg/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Frameworks/Python/Lib/site-packages/transliterate/contrib/languages/el/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Frameworks/Python/Lib/site-packages/transliterate/contrib/languages/he/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Frameworks/Python/Lib/site-packages/transliterate/contrib/languages/hi/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Frameworks/Python/Lib/site-packages/transliterate/contrib/languages/hy/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Frameworks/Python/Lib/site-packages/transliterate/contrib/languages/ka/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Frameworks/Python/Lib/site-packages/transliterate/contrib/languages/ru/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Frameworks/Python/Lib/site-packages/transliterate/contrib/languages/uk/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Frameworks/Python/Lib/site.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/site.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/smtpd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/smtpd.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/smtplib.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/smtplib.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/sndhdr.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/sndhdr.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/socket.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/socket.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/sqlite3/dbapi2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/sqlite3/dbapi2.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/sqlite3/dump.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/sqlite3/dump.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/sre.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/sre.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/sre_compile.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/sre_compile.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/sre_constants.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/sre_constants.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/sre_parse.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/sre_parse.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/ssl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/ssl.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/stat.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/stat.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/statvfs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/statvfs.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/string.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/string.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/stringold.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/stringold.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/stringprep.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/stringprep.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/struct.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/struct.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/subprocess.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/subprocess.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/sunau.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/sunau.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/sunaudio.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/sunaudio.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/symbol.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/symbol.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/symtable.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/symtable.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/sysconfig.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/sysconfig.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/tabnanny.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/tabnanny.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/tarfile.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/tarfile.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/telnetlib.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/telnetlib.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/tempfile.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/tempfile.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/textwrap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/textwrap.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/this.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/this.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/threading.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/threading.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/timeit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/timeit.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/toaiff.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/toaiff.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/token.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/token.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/tokenize.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/tokenize.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/trace.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/trace.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/traceback.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/traceback.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/tty.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/tty.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/types.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/types.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/unittest/case.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/unittest/case.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/unittest/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/unittest/main.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/unittest/suite.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/unittest/suite.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/unittest/util.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/unittest/util.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/urllib.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/urllib.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/urllib2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/urllib2.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/urlparse.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/urlparse.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/user.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/user.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/uu.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/uu.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/uuid.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/uuid.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/warnings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/warnings.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/wave.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/wave.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/weakref.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/weakref.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/webbrowser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/webbrowser.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/whichdb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/whichdb.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/wsgiref/util.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/wsgiref/util.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/xdrlib.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/xdrlib.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/xml/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/xml/__init__.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/xml/dom/domreg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/xml/dom/domreg.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/xmllib.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/xmllib.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/xmlrpclib.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/xmlrpclib.py -------------------------------------------------------------------------------- /Frameworks/Python/Lib/zipfile.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Lib/zipfile.py -------------------------------------------------------------------------------- /Frameworks/Python/Scripts/hg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Scripts/hg -------------------------------------------------------------------------------- /Frameworks/Python/Scripts/hg.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/Scripts/hg.bat -------------------------------------------------------------------------------- /Frameworks/Python/VERSION.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/VERSION.txt -------------------------------------------------------------------------------- /Frameworks/Python/libeay32.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/libeay32.dll -------------------------------------------------------------------------------- /Frameworks/Python/msvcp100.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/msvcp100.dll -------------------------------------------------------------------------------- /Frameworks/Python/msvcr100.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/msvcr100.dll -------------------------------------------------------------------------------- /Frameworks/Python/python.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/python.exe -------------------------------------------------------------------------------- /Frameworks/Python/python27.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/python27.dll -------------------------------------------------------------------------------- /Frameworks/Python/pythoncom27.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/pythoncom27.dll -------------------------------------------------------------------------------- /Frameworks/Python/pythoncomloader27.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/pythoncomloader27.dll -------------------------------------------------------------------------------- /Frameworks/Python/pythonw.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/pythonw.exe -------------------------------------------------------------------------------- /Frameworks/Python/pywintypes27.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/pywintypes27.dll -------------------------------------------------------------------------------- /Frameworks/Python/qt.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/qt.conf -------------------------------------------------------------------------------- /Frameworks/Python/ssleay32.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/ssleay32.dll -------------------------------------------------------------------------------- /Frameworks/Python/zlib1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Python/zlib1.dll -------------------------------------------------------------------------------- /Frameworks/Qt/Changes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Qt/Changes.txt -------------------------------------------------------------------------------- /Frameworks/Qt/LICENSE.GPL3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Qt/LICENSE.GPL3 -------------------------------------------------------------------------------- /Frameworks/Qt/PySide/QtCore.pyd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Qt/PySide/QtCore.pyd -------------------------------------------------------------------------------- /Frameworks/Qt/PySide/QtCore4.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Qt/PySide/QtCore4.dll -------------------------------------------------------------------------------- /Frameworks/Qt/PySide/QtDeclarative.pyd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Qt/PySide/QtDeclarative.pyd -------------------------------------------------------------------------------- /Frameworks/Qt/PySide/QtDeclarative4.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Qt/PySide/QtDeclarative4.dll -------------------------------------------------------------------------------- /Frameworks/Qt/PySide/QtGui.pyd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Qt/PySide/QtGui.pyd -------------------------------------------------------------------------------- /Frameworks/Qt/PySide/QtGui4.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Qt/PySide/QtGui4.dll -------------------------------------------------------------------------------- /Frameworks/Qt/PySide/QtMultimedia.pyd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Qt/PySide/QtMultimedia.pyd -------------------------------------------------------------------------------- /Frameworks/Qt/PySide/QtMultimedia4.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Qt/PySide/QtMultimedia4.dll -------------------------------------------------------------------------------- /Frameworks/Qt/PySide/QtNetwork.pyd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Qt/PySide/QtNetwork.pyd -------------------------------------------------------------------------------- /Frameworks/Qt/PySide/QtNetwork4.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Qt/PySide/QtNetwork4.dll -------------------------------------------------------------------------------- /Frameworks/Qt/PySide/QtScript.pyd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Qt/PySide/QtScript.pyd -------------------------------------------------------------------------------- /Frameworks/Qt/PySide/QtScript4.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Qt/PySide/QtScript4.dll -------------------------------------------------------------------------------- /Frameworks/Qt/PySide/QtSql.pyd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Qt/PySide/QtSql.pyd -------------------------------------------------------------------------------- /Frameworks/Qt/PySide/QtSql4.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Qt/PySide/QtSql4.dll -------------------------------------------------------------------------------- /Frameworks/Qt/PySide/QtSvg.pyd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Qt/PySide/QtSvg.pyd -------------------------------------------------------------------------------- /Frameworks/Qt/PySide/QtSvg4.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Qt/PySide/QtSvg4.dll -------------------------------------------------------------------------------- /Frameworks/Qt/PySide/QtWebKit.pyd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Qt/PySide/QtWebKit.pyd -------------------------------------------------------------------------------- /Frameworks/Qt/PySide/QtWebKit4.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Qt/PySide/QtWebKit4.dll -------------------------------------------------------------------------------- /Frameworks/Qt/PySide/QtXml.pyd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Qt/PySide/QtXml.pyd -------------------------------------------------------------------------------- /Frameworks/Qt/PySide/QtXml4.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Qt/PySide/QtXml4.dll -------------------------------------------------------------------------------- /Frameworks/Qt/PySide/QtXmlPatterns.pyd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Qt/PySide/QtXmlPatterns.pyd -------------------------------------------------------------------------------- /Frameworks/Qt/PySide/QtXmlPatterns4.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Qt/PySide/QtXmlPatterns4.dll -------------------------------------------------------------------------------- /Frameworks/Qt/PySide/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Qt/PySide/__init__.py -------------------------------------------------------------------------------- /Frameworks/Qt/PySide/_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Qt/PySide/_utils.py -------------------------------------------------------------------------------- /Frameworks/Qt/PySide/linguist.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Qt/PySide/linguist.exe -------------------------------------------------------------------------------- /Frameworks/Qt/PySide/phonon.pyd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Qt/PySide/phonon.pyd -------------------------------------------------------------------------------- /Frameworks/Qt/PySide/phonon4.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Qt/PySide/phonon4.dll -------------------------------------------------------------------------------- /Frameworks/Qt/PySide/qt.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Qt/PySide/qt.conf -------------------------------------------------------------------------------- /Frameworks/Qt/PySide/shiboken.pyd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Qt/PySide/shiboken.pyd -------------------------------------------------------------------------------- /Frameworks/Qt/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Qt/README -------------------------------------------------------------------------------- /Frameworks/Qt/imports/QtDesktop/Tab.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Qt/imports/QtDesktop/Tab.qml -------------------------------------------------------------------------------- /Frameworks/Qt/imports/QtDesktop/qmldir: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Qt/imports/QtDesktop/qmldir -------------------------------------------------------------------------------- /Frameworks/Qt/imports/QtWebKit/qmldir: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Qt/imports/QtWebKit/qmldir -------------------------------------------------------------------------------- /Frameworks/Qt/translations/qt_ar.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Qt/translations/qt_ar.qm -------------------------------------------------------------------------------- /Frameworks/Qt/translations/qt_cs.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Qt/translations/qt_cs.qm -------------------------------------------------------------------------------- /Frameworks/Qt/translations/qt_da.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Qt/translations/qt_da.qm -------------------------------------------------------------------------------- /Frameworks/Qt/translations/qt_de.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Qt/translations/qt_de.qm -------------------------------------------------------------------------------- /Frameworks/Qt/translations/qt_es.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Qt/translations/qt_es.qm -------------------------------------------------------------------------------- /Frameworks/Qt/translations/qt_fa.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Qt/translations/qt_fa.qm -------------------------------------------------------------------------------- /Frameworks/Qt/translations/qt_fr.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Qt/translations/qt_fr.qm -------------------------------------------------------------------------------- /Frameworks/Qt/translations/qt_gl.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Qt/translations/qt_gl.qm -------------------------------------------------------------------------------- /Frameworks/Qt/translations/qt_he.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Qt/translations/qt_he.qm -------------------------------------------------------------------------------- /Frameworks/Qt/translations/qt_hu.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Qt/translations/qt_hu.qm -------------------------------------------------------------------------------- /Frameworks/Qt/translations/qt_ja.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Qt/translations/qt_ja.qm -------------------------------------------------------------------------------- /Frameworks/Qt/translations/qt_ko.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Qt/translations/qt_ko.qm -------------------------------------------------------------------------------- /Frameworks/Qt/translations/qt_lt.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Qt/translations/qt_lt.qm -------------------------------------------------------------------------------- /Frameworks/Qt/translations/qt_pl.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Qt/translations/qt_pl.qm -------------------------------------------------------------------------------- /Frameworks/Qt/translations/qt_pt.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Qt/translations/qt_pt.qm -------------------------------------------------------------------------------- /Frameworks/Qt/translations/qt_ru.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Qt/translations/qt_ru.qm -------------------------------------------------------------------------------- /Frameworks/Qt/translations/qt_sk.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Qt/translations/qt_sk.qm -------------------------------------------------------------------------------- /Frameworks/Qt/translations/qt_sl.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Qt/translations/qt_sl.qm -------------------------------------------------------------------------------- /Frameworks/Qt/translations/qt_sv.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Qt/translations/qt_sv.qm -------------------------------------------------------------------------------- /Frameworks/Qt/translations/qt_uk.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Qt/translations/qt_uk.qm -------------------------------------------------------------------------------- /Frameworks/Qt/translations/qt_zh_CN.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Qt/translations/qt_zh_CN.qm -------------------------------------------------------------------------------- /Frameworks/Qt/translations/qt_zh_TW.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Frameworks/Qt/translations/qt_zh_TW.qm -------------------------------------------------------------------------------- /License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/License.txt -------------------------------------------------------------------------------- /Licenses/NanumBarunGothic/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/NanumBarunGothic/LICENSE -------------------------------------------------------------------------------- /Licenses/NanumBarunGothic/URL.txt: -------------------------------------------------------------------------------- 1 | https://github.com/hiun/NanumBarunGothic 2 | -------------------------------------------------------------------------------- /Licenses/autoit/URL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/autoit/URL.txt -------------------------------------------------------------------------------- /Licenses/autoit/license.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/autoit/license.htm -------------------------------------------------------------------------------- /Licenses/boost/LICENSE_1_0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/boost/LICENSE_1_0.txt -------------------------------------------------------------------------------- /Licenses/boost/URL.txt: -------------------------------------------------------------------------------- 1 | http://boost.org 2 | -------------------------------------------------------------------------------- /Licenses/bottlenose/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/bottlenose/LICENSE -------------------------------------------------------------------------------- /Licenses/bottlenose/URL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/bottlenose/URL.txt -------------------------------------------------------------------------------- /Licenses/cabocha/BSD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/cabocha/BSD -------------------------------------------------------------------------------- /Licenses/cabocha/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/cabocha/COPYING -------------------------------------------------------------------------------- /Licenses/cabocha/LGPL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/cabocha/LGPL -------------------------------------------------------------------------------- /Licenses/cabocha/URL.txt: -------------------------------------------------------------------------------- 1 | http://code.google.com/p/cabocha/ 2 | -------------------------------------------------------------------------------- /Licenses/chiitrans2/URL.txt: -------------------------------------------------------------------------------- 1 | http://code.google.com/p/chiitrans2/ -------------------------------------------------------------------------------- /Licenses/cjk-decomp/URL.txt: -------------------------------------------------------------------------------- 1 | http://cjkdecomp.codeplex.com 2 | -------------------------------------------------------------------------------- /Licenses/cjk-decomp/licenses.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/cjk-decomp/licenses.txt -------------------------------------------------------------------------------- /Licenses/cjklib/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/cjklib/COPYING -------------------------------------------------------------------------------- /Licenses/cjklib/URL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/cjklib/URL.txt -------------------------------------------------------------------------------- /Licenses/clean-3d-icons-by-mysitemyway/LICENSE.txt: -------------------------------------------------------------------------------- 1 | CC Attribution 3.0 2 | http://creativecommons.org/licenses/by/3.0/ 3 | -------------------------------------------------------------------------------- /Licenses/coffeescript/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/coffeescript/LICENSE -------------------------------------------------------------------------------- /Licenses/coffeescript/URL.txt: -------------------------------------------------------------------------------- 1 | http://coffeescript.org/ 2 | -------------------------------------------------------------------------------- /Licenses/colorama/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/colorama/LICENSE.txt -------------------------------------------------------------------------------- /Licenses/colorama/URL.txt: -------------------------------------------------------------------------------- 1 | http://code.google.com/p/colorama/ 2 | -------------------------------------------------------------------------------- /Licenses/compass/LICENSE.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/compass/LICENSE.markdown -------------------------------------------------------------------------------- /Licenses/compass/URL.txt: -------------------------------------------------------------------------------- 1 | http://compass-style.org/ 2 | -------------------------------------------------------------------------------- /Licenses/compressinja/PKG-INFO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/compressinja/PKG-INFO -------------------------------------------------------------------------------- /Licenses/compressinja/URL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/compressinja/URL.txt -------------------------------------------------------------------------------- /Licenses/comtypes/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/comtypes/README -------------------------------------------------------------------------------- /Licenses/comtypes/URL.txt: -------------------------------------------------------------------------------- 1 | http://sourceforge.net/projects/comtypes/ 2 | -------------------------------------------------------------------------------- /Licenses/cygwin/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/cygwin/LICENSE.txt -------------------------------------------------------------------------------- /Licenses/cygwin/URL.txt: -------------------------------------------------------------------------------- 1 | http://www.cygwin.com/ -------------------------------------------------------------------------------- /Licenses/detours/LICENSE.RTF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/detours/LICENSE.RTF -------------------------------------------------------------------------------- /Licenses/detours/URL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/detours/URL.txt -------------------------------------------------------------------------------- /Licenses/dirent/URL.txt: -------------------------------------------------------------------------------- 1 | http://www.softagalleria.net/dirent.php 2 | -------------------------------------------------------------------------------- /Licenses/eb/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/eb/COPYING -------------------------------------------------------------------------------- /Licenses/eb/URL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/eb/URL.txt -------------------------------------------------------------------------------- /Licenses/ebmodule/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/ebmodule/README -------------------------------------------------------------------------------- /Licenses/ebmodule/URL.txt: -------------------------------------------------------------------------------- 1 | https://github.com/aehlke/ebmodule -------------------------------------------------------------------------------- /Licenses/ebpocket/URL.txt: -------------------------------------------------------------------------------- 1 | http://www31.ocn.ne.jp/~h_ishida/EBPocket.html 2 | -------------------------------------------------------------------------------- /Licenses/edrdg/URL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/edrdg/URL.txt -------------------------------------------------------------------------------- /Licenses/edrdg/legalcode.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/edrdg/legalcode.txt -------------------------------------------------------------------------------- /Licenses/ehnd/URL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/ehnd/URL.txt -------------------------------------------------------------------------------- /Licenses/ehnd/gpl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/ehnd/gpl.txt -------------------------------------------------------------------------------- /Licenses/enchant/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/enchant/LICENSE.txt -------------------------------------------------------------------------------- /Licenses/enchant/URL.txt: -------------------------------------------------------------------------------- 1 | http://www.abisource.com/projects/enchant/ -------------------------------------------------------------------------------- /Licenses/hanja/License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/hanja/License.txt -------------------------------------------------------------------------------- /Licenses/hanja/URL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/hanja/URL.txt -------------------------------------------------------------------------------- /Licenses/hanzijs/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/hanzijs/LICENSE.txt -------------------------------------------------------------------------------- /Licenses/hanzijs/URL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/hanzijs/URL.txt -------------------------------------------------------------------------------- /Licenses/ith/COPYING.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/ith/COPYING.txt -------------------------------------------------------------------------------- /Licenses/ith/Changes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/ith/Changes.txt -------------------------------------------------------------------------------- /Licenses/ith/URL.txt: -------------------------------------------------------------------------------- 1 | http://code.google.com/p/interactive-text-hooker/ 2 | -------------------------------------------------------------------------------- /Licenses/ith/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/ith/readme.txt -------------------------------------------------------------------------------- /Licenses/jinja/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/jinja/LICENSE -------------------------------------------------------------------------------- /Licenses/jinja/URL.txt: -------------------------------------------------------------------------------- 1 | http://jinja.pocoo.org/ -------------------------------------------------------------------------------- /Licenses/jtransliterate/PKG-INFO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/jtransliterate/PKG-INFO -------------------------------------------------------------------------------- /Licenses/jtransliterate/URL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/jtransliterate/URL.txt -------------------------------------------------------------------------------- /Licenses/kdelibs/URL.txt: -------------------------------------------------------------------------------- 1 | http://www.kde.org/download/ 2 | -------------------------------------------------------------------------------- /Licenses/kdelibs/plasma.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/kdelibs/plasma.txt -------------------------------------------------------------------------------- /Licenses/korean/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/korean/LICENSE -------------------------------------------------------------------------------- /Licenses/korean/URL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/korean/URL.txt -------------------------------------------------------------------------------- /Licenses/libdasm/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/libdasm/README.txt -------------------------------------------------------------------------------- /Licenses/libdasm/URL.txt: -------------------------------------------------------------------------------- 1 | http://code.google.com/p/libdasm/ 2 | -------------------------------------------------------------------------------- /Licenses/libqxt/COPYING.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/libqxt/COPYING.txt -------------------------------------------------------------------------------- /Licenses/libqxt/URL.txt: -------------------------------------------------------------------------------- 1 | http://libqxt.org 2 | -------------------------------------------------------------------------------- /Licenses/localeswitch/URL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/localeswitch/URL.txt -------------------------------------------------------------------------------- /Licenses/lxml/LICENSES.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/lxml/LICENSES.txt -------------------------------------------------------------------------------- /Licenses/lxml/URL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/lxml/URL.txt -------------------------------------------------------------------------------- /Licenses/matplotlib/URL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/matplotlib/URL.txt -------------------------------------------------------------------------------- /Licenses/matplotlib/license.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/matplotlib/license.py -------------------------------------------------------------------------------- /Licenses/mecab/BSD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/mecab/BSD -------------------------------------------------------------------------------- /Licenses/mecab/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/mecab/COPYING -------------------------------------------------------------------------------- /Licenses/mecab/GPL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/mecab/GPL -------------------------------------------------------------------------------- /Licenses/mecab/LGPL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/mecab/LGPL -------------------------------------------------------------------------------- /Licenses/mecab/URL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/mecab/URL.txt -------------------------------------------------------------------------------- /Licenses/mercurial/COPYING.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/mercurial/COPYING.txt -------------------------------------------------------------------------------- /Licenses/mercurial/URL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/mercurial/URL.txt -------------------------------------------------------------------------------- /Licenses/msime/URL.txt: -------------------------------------------------------------------------------- 1 | http://www.microsoft.com/en-us/download/details.aspx?id=9739 2 | -------------------------------------------------------------------------------- /Licenses/msinttypes/BSD.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/msinttypes/BSD.txt -------------------------------------------------------------------------------- /Licenses/msinttypes/URL.txt: -------------------------------------------------------------------------------- 1 | http://code.google.com/p/msinttypes/ 2 | -------------------------------------------------------------------------------- /Licenses/myspell/URL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/myspell/URL.txt -------------------------------------------------------------------------------- /Licenses/myspell/license.readme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/myspell/license.readme -------------------------------------------------------------------------------- /Licenses/ntlea/Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/ntlea/Readme.txt -------------------------------------------------------------------------------- /Licenses/ntlea/URL.txt: -------------------------------------------------------------------------------- 1 | https://github.com/av233max/NTLEA 2 | -------------------------------------------------------------------------------- /Licenses/numpy/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/numpy/LICENSE.txt -------------------------------------------------------------------------------- /Licenses/numpy/URL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/numpy/URL.txt -------------------------------------------------------------------------------- /Licenses/ohbbhlp/URL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/ohbbhlp/URL.txt -------------------------------------------------------------------------------- /Licenses/ohbbhlp/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/ohbbhlp/readme.txt -------------------------------------------------------------------------------- /Licenses/opencc/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/opencc/LICENSE -------------------------------------------------------------------------------- /Licenses/opencc/URL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/opencc/URL.txt -------------------------------------------------------------------------------- /Licenses/openssl/URL.txt: -------------------------------------------------------------------------------- 1 | http://slproweb.com/products/Win32OpenSSL.html 2 | Version: 1.0.0j 3 | -------------------------------------------------------------------------------- /Licenses/openssl/license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/openssl/license.txt -------------------------------------------------------------------------------- /Licenses/parsedatetime/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/parsedatetime/LICENSE.txt -------------------------------------------------------------------------------- /Licenses/parsedatetime/URL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/parsedatetime/URL.txt -------------------------------------------------------------------------------- /Licenses/portaudio/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/portaudio/LICENSE.txt -------------------------------------------------------------------------------- /Licenses/portaudio/URL.txt: -------------------------------------------------------------------------------- 1 | http://www.portaudio.com/download.html 2 | -------------------------------------------------------------------------------- /Licenses/psutil/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/psutil/LICENSE -------------------------------------------------------------------------------- /Licenses/psutil/URL.txt: -------------------------------------------------------------------------------- 1 | http://code.google.com/p/psutil/ -------------------------------------------------------------------------------- /Licenses/pyaudio/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/pyaudio/README -------------------------------------------------------------------------------- /Licenses/pyaudio/URL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/pyaudio/URL.txt -------------------------------------------------------------------------------- /Licenses/pybbcode/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/pybbcode/README.md -------------------------------------------------------------------------------- /Licenses/pybbcode/URL.txt: -------------------------------------------------------------------------------- 1 | https://github.com/pydsigner/pybbcode 2 | -------------------------------------------------------------------------------- /Licenses/pydbg/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/pydbg/LICENSE.txt -------------------------------------------------------------------------------- /Licenses/pydbg/URL.txt: -------------------------------------------------------------------------------- 1 | https://github.com/OpenRCE/pydbg 2 | -------------------------------------------------------------------------------- /Licenses/pyhaml-jinja/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/pyhaml-jinja/LICENSE -------------------------------------------------------------------------------- /Licenses/pyhaml-jinja/URL.txt: -------------------------------------------------------------------------------- 1 | https://github.com/jgeewax/pyhaml-jinja 2 | -------------------------------------------------------------------------------- /Licenses/pyhk/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/pyhk/README.md -------------------------------------------------------------------------------- /Licenses/pyhk/URL.txt: -------------------------------------------------------------------------------- 1 | https://github.com/schurpf/pyhk 2 | -------------------------------------------------------------------------------- /Licenses/pyhook/URL.txt: -------------------------------------------------------------------------------- 1 | http://sourceforge.net/projects/pyhook/ -------------------------------------------------------------------------------- /Licenses/pylzma/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/pylzma/LICENSE.txt -------------------------------------------------------------------------------- /Licenses/pylzma/URL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/pylzma/URL.txt -------------------------------------------------------------------------------- /Licenses/pyside/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/pyside/COPYING -------------------------------------------------------------------------------- /Licenses/pyside/URL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/pyside/URL.txt -------------------------------------------------------------------------------- /Licenses/python-jianfan/PKG-INFO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/python-jianfan/PKG-INFO -------------------------------------------------------------------------------- /Licenses/python-jianfan/URL.txt: -------------------------------------------------------------------------------- 1 | http://code.google.com/p/python-jianfan 2 | -------------------------------------------------------------------------------- /Licenses/python-stardict/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/python-stardict/LICENSE -------------------------------------------------------------------------------- /Licenses/python-stardict/URL.txt: -------------------------------------------------------------------------------- 1 | https://github.com/pysuxing/python-stardict 2 | -------------------------------------------------------------------------------- /Licenses/python/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/python/LICENSE.txt -------------------------------------------------------------------------------- /Licenses/python/URL.txt: -------------------------------------------------------------------------------- 1 | http://docs.python.org/license.html 2 | -------------------------------------------------------------------------------- /Licenses/pythonnet/URL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/pythonnet/URL.txt -------------------------------------------------------------------------------- /Licenses/pythonnet/ZPL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/pythonnet/ZPL.txt -------------------------------------------------------------------------------- /Licenses/pywin32/URL.txt: -------------------------------------------------------------------------------- 1 | http://sourceforge.net/projects/pywin32/ -------------------------------------------------------------------------------- /Licenses/pywin32/license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/pywin32/license.txt -------------------------------------------------------------------------------- /Licenses/pyyaml/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/pyyaml/LICENSE -------------------------------------------------------------------------------- /Licenses/pyyaml/URL.txt: -------------------------------------------------------------------------------- 1 | http://pyyaml.org/ 2 | -------------------------------------------------------------------------------- /Licenses/qjtmousegesture/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/qjtmousegesture/COPYING -------------------------------------------------------------------------------- /Licenses/qjtmousegesture/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/qjtmousegesture/README -------------------------------------------------------------------------------- /Licenses/qjtmousegesture/URL.txt: -------------------------------------------------------------------------------- 1 | http://doc.qt.nokia.com/qq/qq18-mousegestures.html 2 | -------------------------------------------------------------------------------- /Licenses/qt4/LGPL_EXCEPTION.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/qt4/LGPL_EXCEPTION.txt -------------------------------------------------------------------------------- /Licenses/qt4/LICENSE.FDL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/qt4/LICENSE.FDL -------------------------------------------------------------------------------- /Licenses/qt4/LICENSE.GPL3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/qt4/LICENSE.GPL3 -------------------------------------------------------------------------------- /Licenses/qt4/LICENSE.LGPL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/qt4/LICENSE.LGPL -------------------------------------------------------------------------------- /Licenses/qt4/URL.txt: -------------------------------------------------------------------------------- 1 | http://qt.nokia.com/ 2 | -------------------------------------------------------------------------------- /Licenses/requests/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/requests/LICENSE -------------------------------------------------------------------------------- /Licenses/requests/URL.txt: -------------------------------------------------------------------------------- 1 | http://docs.python-requests.org/ -------------------------------------------------------------------------------- /Licenses/ruby/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/ruby/COPYING -------------------------------------------------------------------------------- /Licenses/ruby/URL.txt: -------------------------------------------------------------------------------- 1 | http://www.ruby-lang.org 2 | -------------------------------------------------------------------------------- /Licenses/sass/MIT-LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/sass/MIT-LICENSE -------------------------------------------------------------------------------- /Licenses/sass/URL.txt: -------------------------------------------------------------------------------- 1 | http://sass-lang.com 2 | -------------------------------------------------------------------------------- /Licenses/send2trash/COPYRIGHT.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/send2trash/COPYRIGHT.txt -------------------------------------------------------------------------------- /Licenses/send2trash/URL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/send2trash/URL.txt -------------------------------------------------------------------------------- /Licenses/simplecrypt/COPYRIGHT.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/simplecrypt/COPYRIGHT.txt -------------------------------------------------------------------------------- /Licenses/simplecrypt/URL.txt: -------------------------------------------------------------------------------- 1 | http://developer.qt.nokia.com/wiki/Simple_encryption -------------------------------------------------------------------------------- /Licenses/simplify/URL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/simplify/URL.txt -------------------------------------------------------------------------------- /Licenses/simplify/gpl2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/simplify/gpl2.txt -------------------------------------------------------------------------------- /Licenses/six/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/six/LICENSE -------------------------------------------------------------------------------- /Licenses/six/URL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/six/URL.txt -------------------------------------------------------------------------------- /Licenses/sqlalchemy/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/sqlalchemy/LICENSE -------------------------------------------------------------------------------- /Licenses/sqlalchemy/URL.txt: -------------------------------------------------------------------------------- 1 | http://www.sqlalchemy.org/ 2 | -------------------------------------------------------------------------------- /Licenses/translation-aggregtor/GPL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/translation-aggregtor/GPL.txt -------------------------------------------------------------------------------- /Licenses/translation-aggregtor/URL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/translation-aggregtor/URL.txt -------------------------------------------------------------------------------- /Licenses/transliterate/URL.txt: -------------------------------------------------------------------------------- 1 | https://github.com/barseghyanartur/transliterate 2 | -------------------------------------------------------------------------------- /Licenses/twitter-bootstrap/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/twitter-bootstrap/LICENSE -------------------------------------------------------------------------------- /Licenses/twitter-bootstrap/URL.txt: -------------------------------------------------------------------------------- 1 | http://twitter.github.io/bootstrap/ 2 | -------------------------------------------------------------------------------- /Licenses/unidecode/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/unidecode/LICENSE -------------------------------------------------------------------------------- /Licenses/unidecode/URL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/unidecode/URL.txt -------------------------------------------------------------------------------- /Licenses/utfcpp/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/utfcpp/LICENSE -------------------------------------------------------------------------------- /Licenses/utfcpp/URL.txt: -------------------------------------------------------------------------------- 1 | http://utfcpp.sourceforge.net 2 | -------------------------------------------------------------------------------- /Licenses/wdk/URL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/wdk/URL.txt -------------------------------------------------------------------------------- /Licenses/xpinyin/URL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/xpinyin/URL.txt -------------------------------------------------------------------------------- /Licenses/youtube_dl/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/youtube_dl/LICENSE -------------------------------------------------------------------------------- /Licenses/youtube_dl/URL.txt: -------------------------------------------------------------------------------- 1 | http://rg3.github.io/youtube-dl/ 2 | -------------------------------------------------------------------------------- /Licenses/zlib/URL.txt: -------------------------------------------------------------------------------- 1 | http://zlib.net 2 | -------------------------------------------------------------------------------- /Licenses/zlib/zlib.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Licenses/zlib/zlib.txt -------------------------------------------------------------------------------- /Readme (Mac).txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Readme (Mac).txt -------------------------------------------------------------------------------- /Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Readme.txt -------------------------------------------------------------------------------- /Update (Wine).sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Update (Wine).sh -------------------------------------------------------------------------------- /Update/7z/7za.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Update/7z/7za.exe -------------------------------------------------------------------------------- /Update/7z/VERSION.txt: -------------------------------------------------------------------------------- 1 | 2/25/2014 2 | 7za920: http://www.7-zip.org/download.html 3 | -------------------------------------------------------------------------------- /Update/GnuWin32/VERSION.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Update/GnuWin32/VERSION.txt -------------------------------------------------------------------------------- /Update/GnuWin32/cp.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Update/GnuWin32/cp.exe -------------------------------------------------------------------------------- /Update/GnuWin32/libiconv-2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Update/GnuWin32/libiconv-2.dll -------------------------------------------------------------------------------- /Update/GnuWin32/libintl-2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Update/GnuWin32/libintl-2.dll -------------------------------------------------------------------------------- /Update/GnuWin32/mv.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Update/GnuWin32/mv.exe -------------------------------------------------------------------------------- /Update/GnuWin32/rm.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Update/GnuWin32/rm.exe -------------------------------------------------------------------------------- /Update/GnuWin32/tar.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Update/GnuWin32/tar.exe -------------------------------------------------------------------------------- /Update/GnuWin32/touch.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Update/GnuWin32/touch.exe -------------------------------------------------------------------------------- /Update/Scripts/initenv.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Update/Scripts/initenv.cmd -------------------------------------------------------------------------------- /Update/Scripts/pull.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Update/Scripts/pull.cmd -------------------------------------------------------------------------------- /Update/Scripts/pull.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Update/Scripts/pull.sh -------------------------------------------------------------------------------- /Update/Scripts/update.au3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Update/Scripts/update.au3 -------------------------------------------------------------------------------- /Update/Scripts/update.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Update/Scripts/update.cmd -------------------------------------------------------------------------------- /Update/Scripts/update.hta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Update/Scripts/update.hta -------------------------------------------------------------------------------- /Update/Scripts/update.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Update/Scripts/update.ico -------------------------------------------------------------------------------- /Update/Scripts/update.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Update/Scripts/update.js -------------------------------------------------------------------------------- /Update/Scripts/update.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Update/Scripts/update.ps1 -------------------------------------------------------------------------------- /Update/Scripts/update.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Update/Scripts/update.txt -------------------------------------------------------------------------------- /Update/Scripts/update.vbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Update/Scripts/update.vbs -------------------------------------------------------------------------------- /Update/Scripts/updateui.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Update/Scripts/updateui.cmd -------------------------------------------------------------------------------- /Update/Scripts/upgrade.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Update/Scripts/upgrade.cmd -------------------------------------------------------------------------------- /Visual Novel Reader (Debug).cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Visual Novel Reader (Debug).cmd -------------------------------------------------------------------------------- /Visual Novel Reader (Mac).app/Contents/PkgInfo: -------------------------------------------------------------------------------- 1 | APPL???? -------------------------------------------------------------------------------- /Visual Novel Reader (Wine).sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Visual Novel Reader (Wine).sh -------------------------------------------------------------------------------- /Website Reader (Debug).cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Website Reader (Debug).cmd -------------------------------------------------------------------------------- /Website Reader (Wine).sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/Website Reader (Wine).sh -------------------------------------------------------------------------------- /desktop.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/desktop.ini -------------------------------------------------------------------------------- /icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Artikash/VNR-Extras/HEAD/icon.ico --------------------------------------------------------------------------------