在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → smart3d Bentley ContextCapture Center v4.1 含注册

smart3d Bentley ContextCapture Center v4.1 含注册

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:182.84M
  • 下载次数:3
  • 浏览次数:123
  • 发布时间:2021-01-19
  • 实例类别:一般编程问题
  • 发 布 人:好学IT男
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
smart3d Bentley ContextCapture Center v4.1 含注册文件
【实例截图】
【核心代码】
c53fb2a1-98c0-43d4-9239-b7ba811a16f3
├── install
│   └── cncpc040100514en.msi
├── patch
│   ├── Bentely_Licensing.reg
│   └── Bentley.liclib.dll
├── sdk
│   ├── Python
│   │   ├── Lib
│   │   │   ├── __pycache__
│   │   │   │   ├── abc.cpython-33.pyc
│   │   │   │   ├── codecs.cpython-33.pyc
│   │   │   │   ├── copyreg.cpython-33.pyc
│   │   │   │   ├── functools.cpython-33.pyc
│   │   │   │   ├── genericpath.cpython-33.pyc
│   │   │   │   ├── heapq.cpython-33.pyc
│   │   │   │   ├── io.cpython-33.pyc
│   │   │   │   ├── keyword.cpython-33.pyc
│   │   │   │   ├── locale.cpython-33.pyc
│   │   │   │   ├── ntpath.cpython-33.pyc
│   │   │   │   ├── os.cpython-33.pyc
│   │   │   │   ├── re.cpython-33.pyc
│   │   │   │   ├── reprlib.cpython-33.pyc
│   │   │   │   ├── site.cpython-33.pyc
│   │   │   │   ├── sre_compile.cpython-33.pyc
│   │   │   │   ├── sre_constants.cpython-33.pyc
│   │   │   │   ├── sre_parse.cpython-33.pyc
│   │   │   │   ├── stat.cpython-33.pyc
│   │   │   │   ├── sysconfig.cpython-33.pyc
│   │   │   │   ├── weakref.cpython-33.pyc
│   │   │   │   └── _weakrefset.cpython-33.pyc
│   │   │   ├── tkinter
│   │   │   │   └── test
│   │   │   │   ├── test_tkinter
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── test_loadtk.py
│   │   │   │   │   ├── test_misc.py
│   │   │   │   │   ├── test_text.py
│   │   │   │   │   ├── test_variables.py
│   │   │   │   │   └── test_widgets.py
│   │   │   │   └── test_ttk
│   │   │   │   ├── __init__.py
│   │   │   │   ├── test_extensions.py
│   │   │   │   ├── test_functions.py
│   │   │   │   ├── test_style.py
│   │   │   │   └── test_widgets.py
│   │   │   ├── turtledemo
│   │   │   │   ├── about_turtledemo.txt
│   │   │   │   ├── about_turtle.txt
│   │   │   │   ├── bytedesign.py
│   │   │   │   ├── chaos.py
│   │   │   │   ├── clock.py
│   │   │   │   ├── colormixer.py
│   │   │   │   ├── demohelp.txt
│   │   │   │   ├── forest.py
│   │   │   │   ├── fractalcurves.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── lindenmayer.py
│   │   │   │   ├── __main__.py
│   │   │   │   ├── minimal_hanoi.py
│   │   │   │   ├── nim.py
│   │   │   │   ├── paint.py
│   │   │   │   ├── peace.py
│   │   │   │   ├── penrose.py
│   │   │   │   ├── planet_and_moon.py
│   │   │   │   ├── round_dance.py
│   │   │   │   ├── tree.py
│   │   │   │   ├── turtle.cfg
│   │   │   │   ├── two_canvases.py
│   │   │   │   ├── wikipedia.py
│   │   │   │   └── yinyang.py
│   │   │   ├── unittest
│   │   │   │   ├── case.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── loader.py
│   │   │   │   ├── __main__.py
│   │   │   │   ├── main.py
│   │   │   │   ├── mock.py
│   │   │   │   ├── result.py
│   │   │   │   ├── runner.py
│   │   │   │   ├── signals.py
│   │   │   │   ├── suite.py
│   │   │   │   ├── test
│   │   │   │   │   ├── dummy.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── support.py
│   │   │   │   │   ├── test_assertions.py
│   │   │   │   │   ├── test_break.py
│   │   │   │   │   ├── test_case.py
│   │   │   │   │   ├── test_discovery.py
│   │   │   │   │   ├── test_functiontestcase.py
│   │   │   │   │   ├── test_loader.py
│   │   │   │   │   ├── testmock
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── support.py
│   │   │   │   │   │   ├── testcallable.py
│   │   │   │   │   │   ├── testhelpers.py
│   │   │   │   │   │   ├── testmagicmethods.py
│   │   │   │   │   │   ├── testmock.py
│   │   │   │   │   │   ├── testpatch.py
│   │   │   │   │   │   ├── testsentinel.py
│   │   │   │   │   │   └── testwith.py
│   │   │   │   │   ├── test_program.py
│   │   │   │   │   ├── test_result.py
│   │   │   │   │   ├── test_runner.py
│   │   │   │   │   ├── test_setups.py
│   │   │   │   │   ├── test_skipping.py
│   │   │   │   │   ├── test_suite.py
│   │   │   │   │   └── _test_warnings.py
│   │   │   │   └── util.py
│   │   │   ├── urllib
│   │   │   │   ├── error.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── parse.py
│   │   │   │   ├── request.py
│   │   │   │   ├── response.py
│   │   │   │   └── robotparser.py
│   │   │   ├── venv
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __main__.py
│   │   │   │   └── scripts
│   │   │   │   ├── nt
│   │   │   │   │   ├── activate.bat
│   │   │   │   │   ├── Activate.ps1
│   │   │   │   │   ├── deactivate.bat
│   │   │   │   │   └── Deactivate.ps1
│   │   │   │   └── posix
│   │   │   │   └── activate
│   │   │   ├── wsgiref
│   │   │   │   ├── handlers.py
│   │   │   │   ├── headers.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── simple_server.py
│   │   │   │   ├── util.py
│   │   │   │   └── validate.py
│   │   │   ├── xml
│   │   │   │   ├── dom
│   │   │   │   │   ├── domreg.py
│   │   │   │   │   ├── expatbuilder.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── minicompat.py
│   │   │   │   │   ├── minidom.py
│   │   │   │   │   ├── NodeFilter.py
│   │   │   │   │   ├── pulldom.py
│   │   │   │   │   └── xmlbuilder.py
│   │   │   │   ├── etree
│   │   │   │   │   ├── cElementTree.py
│   │   │   │   │   ├── ElementInclude.py
│   │   │   │   │   ├── ElementPath.py
│   │   │   │   │   ├── ElementTree.py
│   │   │   │   │   └── __init__.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── parsers
│   │   │   │   │   ├── expat.py
│   │   │   │   │   └── __init__.py
│   │   │   │   └── sax
│   │   │   │   ├── _exceptions.py
│   │   │   │   ├── expatreader.py
│   │   │   │   ├── handler.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── saxutils.py
│   │   │   │   └── xmlreader.py
│   │   │   └── xmlrpc
│   │   │   ├── client.py
│   │   │   ├── __init__.py
│   │   │   └── server.py
│   │   ├── libs
│   │   │   ├── _bz2.lib
│   │   │   ├── _ctypes.lib
│   │   │   ├── _ctypes_test.lib
│   │   │   ├── _decimal.lib
│   │   │   ├── _elementtree.lib
│   │   │   ├── _hashlib.lib
│   │   │   ├── _lzma.lib
│   │   │   ├── _msi.lib
│   │   │   ├── _multiprocessing.lib
│   │   │   ├── pyexpat.lib
│   │   │   ├── python33.lib
│   │   │   ├── python3.lib
│   │   │   ├── select.lib
│   │   │   ├── _socket.lib
│   │   │   ├── _sqlite3.lib
│   │   │   ├── _ssl.lib
│   │   │   ├── _testbuffer.lib
│   │   │   ├── _testcapi.lib
│   │   │   ├── _tkinter.lib
│   │   │   ├── unicodedata.lib
│   │   │   └── winsound.lib
│   │   ├── tcl
│   │   │   ├── dde1.3
│   │   │   │   ├── pkgIndex.tcl
│   │   │   │   └── tcldde13.dll
│   │   │   ├── reg1.2
│   │   │   │   ├── pkgIndex.tcl
│   │   │   │   └── tclreg12.dll
│   │   │   ├── tcl8
│   │   │   │   ├── 8.4
│   │   │   │   │   ├── http-2.7.7.tm
│   │   │   │   │   ├── platform
│   │   │   │   │   │   └── shell-1.1.4.tm
│   │   │   │   │   └── platform-1.0.10.tm
│   │   │   │   └── 8.5
│   │   │   │   ├── msgcat-1.4.4.tm
│   │   │   │   └── tcltest-2.3.3.tm
│   │   │   ├── tcl8.5
│   │   │   │   ├── auto.tcl
│   │   │   │   ├── clock.tcl
│   │   │   │   ├── encoding
│   │   │   │   │   ├── ascii.enc
│   │   │   │   │   ├── big5.enc
│   │   │   │   │   ├── cp1250.enc
│   │   │   │   │   ├── cp1251.enc
│   │   │   │   │   ├── cp1252.enc
│   │   │   │   │   ├── cp1253.enc
│   │   │   │   │   ├── cp1254.enc
│   │   │   │   │   ├── cp1255.enc
│   │   │   │   │   ├── cp1256.enc
│   │   │   │   │   ├── cp1257.enc
│   │   │   │   │   ├── cp1258.enc
│   │   │   │   │   ├── cp437.enc
│   │   │   │   │   ├── cp737.enc
│   │   │   │   │   ├── cp775.enc
│   │   │   │   │   ├── cp850.enc
│   │   │   │   │   ├── cp852.enc
│   │   │   │   │   ├── cp855.enc
│   │   │   │   │   ├── cp857.enc
│   │   │   │   │   ├── cp860.enc
│   │   │   │   │   ├── cp861.enc
│   │   │   │   │   ├── cp862.enc
│   │   │   │   │   ├── cp863.enc
│   │   │   │   │   ├── cp864.enc
│   │   │   │   │   ├── cp865.enc
│   │   │   │   │   ├── cp866.enc
│   │   │   │   │   ├── cp869.enc
│   │   │   │   │   ├── cp874.enc
│   │   │   │   │   ├── cp932.enc
│   │   │   │   │   ├── cp936.enc
│   │   │   │   │   ├── cp949.enc
│   │   │   │   │   ├── cp950.enc
│   │   │   │   │   ├── dingbats.enc
│   │   │   │   │   ├── ebcdic.enc
│   │   │   │   │   ├── euc-cn.enc
│   │   │   │   │   ├── euc-jp.enc
│   │   │   │   │   ├── euc-kr.enc
│   │   │   │   │   ├── gb12345.enc
│   │   │   │   │   ├── gb1988.enc
│   │   │   │   │   ├── gb2312.enc
│   │   │   │   │   ├── gb2312-raw.enc
│   │   │   │   │   ├── iso2022.enc
│   │   │   │   │   ├── iso2022-jp.enc
│   │   │   │   │   ├── iso2022-kr.enc
│   │   │   │   │   ├── iso8859-10.enc
│   │   │   │   │   ├── iso8859-13.enc
│   │   │   │   │   ├── iso8859-14.enc
│   │   │   │   │   ├── iso8859-15.enc
│   │   │   │   │   ├── iso8859-16.enc
│   │   │   │   │   ├── iso8859-1.enc
│   │   │   │   │   ├── iso8859-2.enc
│   │   │   │   │   ├── iso8859-3.enc
│   │   │   │   │   ├── iso8859-4.enc
│   │   │   │   │   ├── iso8859-5.enc
│   │   │   │   │   ├── iso8859-6.enc
│   │   │   │   │   ├── iso8859-7.enc
│   │   │   │   │   ├── iso8859-8.enc
│   │   │   │   │   ├── iso8859-9.enc
│   │   │   │   │   ├── jis0201.enc
│   │   │   │   │   ├── jis0208.enc
│   │   │   │   │   ├── jis0212.enc
│   │   │   │   │   ├── koi8-r.enc
│   │   │   │   │   ├── koi8-u.enc
│   │   │   │   │   ├── ksc5601.enc
│   │   │   │   │   ├── macCentEuro.enc
│   │   │   │   │   ├── macCroatian.enc
│   │   │   │   │   ├── macCyrillic.enc
│   │   │   │   │   ├── macDingbats.enc
│   │   │   │   │   ├── macGreek.enc
│   │   │   │   │   ├── macIceland.enc
│   │   │   │   │   ├── macJapan.enc
│   │   │   │   │   ├── macRoman.enc
│   │   │   │   │   ├── macRomania.enc
│   │   │   │   │   ├── macThai.enc
│   │   │   │   │   ├── macTurkish.enc
│   │   │   │   │   ├── macUkraine.enc
│   │   │   │   │   ├── shiftjis.enc
│   │   │   │   │   ├── symbol.enc
│   │   │   │   │   └── tis-620.enc
│   │   │   │   ├── history.tcl
│   │   │   │   ├── http1.0
│   │   │   │   │   ├── http.tcl
│   │   │   │   │   └── pkgIndex.tcl
│   │   │   │   ├── init.tcl
│   │   │   │   ├── msgs
│   │   │   │   │   ├── af.msg
│   │   │   │   │   ├── af_za.msg
│   │   │   │   │   ├── ar_in.msg
│   │   │   │   │   ├── ar_jo.msg
│   │   │   │   │   ├── ar_lb.msg
│   │   │   │   │   ├── ar.msg
│   │   │   │   │   ├── ar_sy.msg
│   │   │   │   │   ├── be.msg
│   │   │   │   │   ├── bg.msg
│   │   │   │   │   ├── bn_in.msg
│   │   │   │   │   ├── bn.msg
│   │   │   │   │   ├── ca.msg
│   │   │   │   │   ├── cs.msg
│   │   │   │   │   ├── da.msg
│   │   │   │   │   ├── de_at.msg
│   │   │   │   │   ├── de_be.msg
│   │   │   │   │   ├── de.msg
│   │   │   │   │   ├── el.msg
│   │   │   │   │   ├── en_au.msg
│   │   │   │   │   ├── en_be.msg
│   │   │   │   │   ├── en_bw.msg
│   │   │   │   │   ├── en_ca.msg
│   │   │   │   │   ├── en_gb.msg
│   │   │   │   │   ├── en_hk.msg
│   │   │   │   │   ├── en_ie.msg
│   │   │   │   │   ├── en_in.msg
│   │   │   │   │   ├── en_nz.msg
│   │   │   │   │   ├── en_ph.msg
│   │   │   │   │   ├── en_sg.msg
│   │   │   │   │   ├── en_za.msg
│   │   │   │   │   ├── en_zw.msg
│   │   │   │   │   ├── eo.msg
│   │   │   │   │   ├── es_ar.msg
│   │   │   │   │   ├── es_bo.msg
│   │   │   │   │   ├── es_cl.msg
│   │   │   │   │   ├── es_co.msg
│   │   │   │   │   ├── es_cr.msg
│   │   │   │   │   ├── es_do.msg
│   │   │   │   │   ├── es_ec.msg
│   │   │   │   │   ├── es_gt.msg
│   │   │   │   │   ├── es_hn.msg
│   │   │   │   │   ├── es.msg
│   │   │   │   │   ├── es_mx.msg
│   │   │   │   │   ├── es_ni.msg
│   │   │   │   │   ├── es_pa.msg
│   │   │   │   │   ├── es_pe.msg
│   │   │   │   │   ├── es_pr.msg
│   │   │   │   │   ├── es_py.msg
│   │   │   │   │   ├── es_sv.msg
│   │   │   │   │   ├── es_uy.msg
│   │   │   │   │   ├── es_ve.msg
│   │   │   │   │   ├── et.msg
│   │   │   │   │   ├── eu_es.msg
│   │   │   │   │   ├── eu.msg
│   │   │   │   │   ├── fa_in.msg
│   │   │   │   │   ├── fa_ir.msg
│   │   │   │   │   ├── fa.msg
│   │   │   │   │   ├── fi.msg
│   │   │   │   │   ├── fo_fo.msg
│   │   │   │   │   ├── fo.msg
│   │   │   │   │   ├── fr_be.msg
│   │   │   │   │   ├── fr_ca.msg
│   │   │   │   │   ├── fr_ch.msg
│   │   │   │   │   ├── fr.msg
│   │   │   │   │   ├── ga_ie.msg
│   │   │   │   │   ├── ga.msg
│   │   │   │   │   ├── gl_es.msg
│   │   │   │   │   ├── gl.msg
│   │   │   │   │   ├── gv_gb.msg
│   │   │   │   │   ├── gv.msg
│   │   │   │   │   ├── he.msg
│   │   │   │   │   ├── hi_in.msg
│   │   │   │   │   ├── hi.msg
│   │   │   │   │   ├── hr.msg
│   │   │   │   │   ├── hu.msg
│   │   │   │   │   ├── id_id.msg
│   │   │   │   │   ├── id.msg
│   │   │   │   │   ├── is.msg
│   │   │   │   │   ├── it_ch.msg
│   │   │   │   │   ├── it.msg
│   │   │   │   │   ├── ja.msg
│   │   │   │   │   ├── kl_gl.msg
│   │   │   │   │   ├── kl.msg
│   │   │   │   │   ├── kok_in.msg
│   │   │   │   │   ├── kok.msg
│   │   │   │   │   ├── ko_kr.msg
│   │   │   │   │   ├── ko.msg
│   │   │   │   │   ├── kw_gb.msg
│   │   │   │   │   ├── kw.msg
│   │   │   │   │   ├── lt.msg
│   │   │   │   │   ├── lv.msg
│   │   │   │   │   ├── mk.msg
│   │   │   │   │   ├── mr_in.msg
│   │   │   │   │   ├── mr.msg
│   │   │   │   │   ├── ms.msg
│   │   │   │   │   ├── ms_my.msg
│   │   │   │   │   ├── mt.msg
│   │   │   │   │   ├── nb.msg
│   │   │   │   │   ├── nl_be.msg
│   │   │   │   │   ├── nl.msg
│   │   │   │   │   ├── nn.msg
│   │   │   │   │   ├── pl.msg
│   │   │   │   │   ├── pt_br.msg
│   │   │   │   │   ├── pt.msg
│   │   │   │   │   ├── ro.msg
│   │   │   │   │   ├── ru.msg
│   │   │   │   │   ├── ru_ua.msg
│   │   │   │   │   ├── sh.msg
│   │   │   │   │   ├── sk.msg
│   │   │   │   │   ├── sl.msg
│   │   │   │   │   ├── sq.msg
│   │   │   │   │   ├── sr.msg
│   │   │   │   │   ├── sv.msg
│   │   │   │   │   ├── sw.msg
│   │   │   │   │   ├── ta_in.msg
│   │   │   │   │   ├── ta.msg
│   │   │   │   │   ├── te_in.msg
│   │   │   │   │   ├── te.msg
│   │   │   │   │   ├── th.msg
│   │   │   │   │   ├── tr.msg
│   │   │   │   │   ├── uk.msg
│   │   │   │   │   ├── vi.msg
│   │   │   │   │   ├── zh_cn.msg
│   │   │   │   │   ├── zh_hk.msg
│   │   │   │   │   ├── zh.msg
│   │   │   │   │   ├── zh_sg.msg
│   │   │   │   │   └── zh_tw.msg
│   │   │   │   ├── opt0.4
│   │   │   │   │   ├── optparse.tcl
│   │   │   │   │   └── pkgIndex.tcl
│   │   │   │   ├── package.tcl
│   │   │   │   ├── parray.tcl
│   │   │   │   ├── safe.tcl
│   │   │   │   ├── tclIndex
│   │   │   │   ├── tm.tcl
│   │   │   │   ├── tzdata
│   │   │   │   │   ├── Africa
│   │   │   │   │   │   ├── Abidjan
│   │   │   │   │   │   ├── Accra
│   │   │   │   │   │   ├── Addis_Ababa
│   │   │   │   │   │   ├── Algiers
│   │   │   │   │   │   ├── Asmara
│   │   │   │   │   │   ├── Asmera
│   │   │   │   │   │   ├── Bamako
│   │   │   │   │   │   ├── Bangui
│   │   │   │   │   │   ├── Banjul
│   │   │   │   │   │   ├── Bissau
│   │   │   │   │   │   ├── Blantyre
│   │   │   │   │   │   ├── Brazzaville
│   │   │   │   │   │   ├── Bujumbura
│   │   │   │   │   │   ├── Cairo
│   │   │   │   │   │   ├── Casablanca
│   │   │   │   │   │   ├── Ceuta
│   │   │   │   │   │   ├── Conakry
│   │   │   │   │   │   ├── Dakar
│   │   │   │   │   │   ├── Dar_es_Salaam
│   │   │   │   │   │   ├── Djibouti
│   │   │   │   │   │   ├── Douala
│   │   │   │   │   │   ├── El_Aaiun
│   │   │   │   │   │   ├── Freetown
│   │   │   │   │   │   ├── Gaborone
│   │   │   │   │   │   ├── Harare
│   │   │   │   │   │   ├── Johannesburg
│   │   │   │   │   │   ├── Juba
│   │   │   │   │   │   ├── Kampala
│   │   │   │   │   │   ├── Khartoum
│   │   │   │   │   │   ├── Kigali
│   │   │   │   │   │   ├── Kinshasa
│   │   │   │   │   │   ├── Lagos
│   │   │   │   │   │   ├── Libreville
│   │   │   │   │   │   ├── Lome
│   │   │   │   │   │   ├── Luanda
│   │   │   │   │   │   ├── Lubumbashi
│   │   │   │   │   │   ├── Lusaka
│   │   │   │   │   │   ├── Malabo
│   │   │   │   │   │   ├── Maputo
│   │   │   │   │   │   ├── Maseru
│   │   │   │   │   │   ├── Mbabane
│   │   │   │   │   │   ├── Mogadishu
│   │   │   │   │   │   ├── Monrovia
│   │   │   │   │   │   ├── Nairobi
│   │   │   │   │   │   ├── Ndjamena
│   │   │   │   │   │   ├── Niamey
│   │   │   │   │   │   ├── Nouakchott
│   │   │   │   │   │   ├── Ouagadougou
│   │   │   │   │   │   ├── Porto-Novo
│   │   │   │   │   │   ├── Sao_Tome
│   │   │   │   │   │   ├── Timbuktu
│   │   │   │   │   │   ├── Tripoli
│   │   │   │   │   │   ├── Tunis
│   │   │   │   │   │   └── Windhoek
│   │   │   │   │   ├── America
│   │   │   │   │   │   ├── Adak
│   │   │   │   │   │   ├── Anchorage
│   │   │   │   │   │   ├── Anguilla
│   │   │   │   │   │   ├── Antigua
│   │   │   │   │   │   ├── Araguaina
│   │   │   │   │   │   ├── Argentina
│   │   │   │   │   │   │   ├── Buenos_Aires
│   │   │   │   │   │   │   ├── Catamarca
│   │   │   │   │   │   │   ├── ComodRivadavia
│   │   │   │   │   │   │   ├── Cordoba
│   │   │   │   │   │   │   ├── Jujuy
│   │   │   │   │   │   │   ├── La_Rioja
│   │   │   │   │   │   │   ├── Mendoza
│   │   │   │   │   │   │   ├── Rio_Gallegos
│   │   │   │   │   │   │   ├── Salta
│   │   │   │   │   │   │   ├── San_Juan
│   │   │   │   │   │   │   ├── San_Luis
│   │   │   │   │   │   │   ├── Tucuman
│   │   │   │   │   │   │   └── Ushuaia
│   │   │   │   │   │   ├── Aruba
│   │   │   │   │   │   ├── Asuncion
│   │   │   │   │   │   ├── Atikokan
│   │   │   │   │   │   ├── Atka
│   │   │   │   │   │   ├── Bahia
│   │   │   │   │   │   ├── Bahia_Banderas
│   │   │   │   │   │   ├── Barbados
│   │   │   │   │   │   ├── Belem
│   │   │   │   │   │   ├── Belize
│   │   │   │   │   │   ├── Blanc-Sablon
│   │   │   │   │   │   ├── Boa_Vista
│   │   │   │   │   │   ├── Bogota
│   │   │   │   │   │   ├── Boise
│   │   │   │   │   │   ├── Buenos_Aires
│   │   │   │   │   │   ├── Cambridge_Bay
│   │   │   │   │   │   ├── Campo_Grande
│   │   │   │   │   │   ├── Cancun
│   │   │   │   │   │   ├── Caracas
│   │   │   │   │   │   ├── Catamarca
│   │   │   │   │   │   ├── Cayenne
│   │   │   │   │   │   ├── Cayman
│   │   │   │   │   │   ├── Chicago
│   │   │   │   │   │   ├── Chihuahua
│   │   │   │   │   │   ├── Coral_Harbour
│   │   │   │   │   │   ├── Cordoba
│   │   │   │   │   │   ├── Costa_Rica
│   │   │   │   │   │   ├── Cuiaba
│   │   │   │   │   │   ├── Curacao
│   │   │   │   │   │   ├── Danmarkshavn
│   │   │   │   │   │   ├── Dawson
│   │   │   │   │   │   ├── Dawson_Creek
│   │   │   │   │   │   ├── Denver
│   │   │   │   │   │   ├── Detroit
│   │   │   │   │   │   ├── Dominica
│   │   │   │   │   │   ├── Edmonton
│   │   │   │   │   │   ├── Eirunepe
│   │   │   │   │   │   ├── El_Salvador
│   │   │   │   │   │   ├── Ensenada
│   │   │   │   │   │   ├── Fortaleza
│   │   │   │   │   │   ├── Fort_Wayne
│   │   │   │   │   │   ├── Glace_Bay
│   │   │   │   │   │   ├── Godthab
│   │   │   │   │   │   ├── Goose_Bay
│   │   │   │   │   │   ├── Grand_Turk
│   │   │   │   │   │   ├── Grenada
│   │   │   │   │   │   ├── Guadeloupe
│   │   │   │   │   │   ├── Guatemala
│   │   │   │   │   │   ├── Guayaquil
│   │   │   │   │   │   ├── Guyana
│   │   │   │   │   │   ├── Halifax
│   │   │   │   │   │   ├── Havana
│   │   │   │   │   │   ├── Hermosillo
│   │   │   │   │   │   ├── Indiana
│   │   │   │   │   │   │   ├── Indianapolis
│   │   │   │   │   │   │   ├── Knox
│   │   │   │   │   │   │   ├── Marengo
│   │   │   │   │   │   │   ├── Petersburg
│   │   │   │   │   │   │   ├── Tell_City
│   │   │   │   │   │   │   ├── Vevay
│   │   │   │   │   │   │   ├── Vincennes
│   │   │   │   │   │   │   └── Winamac
│   │   │   │   │   │   ├── Indianapolis
│   │   │   │   │   │   ├── Inuvik
│   │   │   │   │   │   ├── Iqaluit
│   │   │   │   │   │   ├── Jamaica
│   │   │   │   │   │   ├── Jujuy
│   │   │   │   │   │   ├── Juneau
│   │   │   │   │   │   ├── Kentucky
│   │   │   │   │   │   │   ├── Louisville
│   │   │   │   │   │   │   └── Monticello
│   │   │   │   │   │   ├── Knox_IN
│   │   │   │   │   │   ├── Kralendijk
│   │   │   │   │   │   ├── La_Paz
│   │   │   │   │   │   ├── Lima
│   │   │   │   │   │   ├── Los_Angeles
│   │   │   │   │   │   ├── Louisville
│   │   │   │   │   │   ├── Lower_Princes
│   │   │   │   │   │   ├── Maceio
│   │   │   │   │   │   ├── Managua
│   │   │   │   │   │   ├── Manaus
│   │   │   │   │   │   ├── Marigot
│   │   │   │   │   │   ├── Martinique
│   │   │   │   │   │   ├── Matamoros
│   │   │   │   │   │   ├── Mazatlan
│   │   │   │   │   │   ├── Mendoza
│   │   │   │   │   │   ├── Menominee
│   │   │   │   │   │   ├── Merida
│   │   │   │   │   │   ├── Metlakatla
│   │   │   │   │   │   ├── Mexico_City
│   │   │   │   │   │   ├── Miquelon
│   │   │   │   │   │   ├── Moncton
│   │   │   │   │   │   ├── Monterrey
│   │   │   │   │   │   ├── Montevideo
│   │   │   │   │   │   ├── Montreal
│   │   │   │   │   │   ├── Montserrat
│   │   │   │   │   │   ├── Nassau
│   │   │   │   │   │   ├── New_York
│   │   │   │   │   │   ├── Nipigon
│   │   │   │   │   │   ├── Nome
│   │   │   │   │   │   ├── Noronha
│   │   │   │   │   │   ├── North_Dakota
│   │   │   │   │   │   │   ├── Beulah
│   │   │   │   │   │   │   ├── Center
│   │   │   │   │   │   │   └── New_Salem
│   │   │   │   │   │   ├── Ojinaga
│   │   │   │   │   │   ├── Panama
│   │   │   │   │   │   ├── Pangnirtung
│   │   │   │   │   │   ├── Paramaribo
│   │   │   │   │   │   ├── Phoenix
│   │   │   │   │   │   ├── Port-au-Prince
│   │   │   │   │   │   ├── Porto_Acre
│   │   │   │   │   │   ├── Port_of_Spain
│   │   │   │   │   │   ├── Porto_Velho
│   │   │   │   │   │   ├── Puerto_Rico
│   │   │   │   │   │   ├── Rainy_River
│   │   │   │   │   │   ├── Rankin_Inlet
│   │   │   │   │   │   ├── Recife
│   │   │   │   │   │   ├── Regina
│   │   │   │   │   │   ├── Resolute
│   │   │   │   │   │   ├── Rio_Branco
│   │   │   │   │   │   ├── Rosario
│   │   │   │   │   │   ├── Santa_Isabel
│   │   │   │   │   │   ├── Santarem
│   │   │   │   │   │   ├── Santiago
│   │   │   │   │   │   ├── Santo_Domingo
│   │   │   │   │   │   ├── Sao_Paulo
│   │   │   │   │   │   ├── Scoresbysund
│   │   │   │   │   │   ├── Shiprock
│   │   │   │   │   │   ├── Sitka
│   │   │   │   │   │   ├── St_Barthelemy
│   │   │   │   │   │   ├── St_Johns
│   │   │   │   │   │   ├── St_Kitts
│   │   │   │   │   │   ├── St_Lucia
│   │   │   │   │   │   ├── St_Thomas
│   │   │   │   │   │   ├── St_Vincent
│   │   │   │   │   │   ├── Swift_Current
│   │   │   │   │   │   ├── Tegucigalpa
│   │   │   │   │   │   ├── Thule
│   │   │   │   │   │   ├── Thunder_Bay
│   │   │   │   │   │   ├── Tijuana
│   │   │   │   │   │   ├── Toronto
│   │   │   │   │   │   ├── Tortola
│   │   │   │   │   │   ├── Vancouver
│   │   │   │   │   │   ├── Virgin
│   │   │   │   │   │   ├── Whitehorse
│   │   │   │   │   │   ├── Winnipeg
│   │   │   │   │   │   ├── Yakutat
│   │   │   │   │   │   └── Yellowknife
│   │   │   │   │   ├── Antarctica
│   │   │   │   │   │   ├── Casey
│   │   │   │   │   │   ├── Davis
│   │   │   │   │   │   ├── DumontDUrville
│   │   │   │   │   │   ├── Macquarie
│   │   │   │   │   │   ├── Mawson
│   │   │   │   │   │   ├── McMurdo
│   │   │   │   │   │   ├── Palmer
│   │   │   │   │   │   ├── Rothera
│   │   │   │   │   │   ├── South_Pole
│   │   │   │   │   │   ├── Syowa
│   │   │   │   │   │   └── Vostok
│   │   │   │   │   ├── Arctic
│   │   │   │   │   │   └── Longyearbyen
│   │   │   │   │   ├── Asia
│   │   │   │   │   │   ├── Aden
│   │   │   │   │   │   ├── Almaty
│   │   │   │   │   │   ├── Amman
│   │   │   │   │   │   ├── Anadyr
│   │   │   │   │   │   ├── Aqtau
│   │   │   │   │   │   ├── Aqtobe
│   │   │   │   │   │   ├── Ashgabat
│   │   │   │   │   │   ├── Ashkhabad
│   │   │   │   │   │   ├── Baghdad
│   │   │   │   │   │   ├── Bahrain
│   │   │   │   │   │   ├── Baku
│   │   │   │   │   │   ├── Bangkok
│   │   │   │   │   │   ├── Beirut
│   │   │   │   │   │   ├── Bishkek
│   │   │   │   │   │   ├── Brunei
│   │   │   │   │   │   ├── Calcutta
│   │   │   │   │   │   ├── Choibalsan
│   │   │   │   │   │   ├── Chongqing
│   │   │   │   │   │   ├── Chungking
│   │   │   │   │   │   ├── Colombo
│   │   │   │   │   │   ├── Dacca
│   │   │   │   │   │   ├── Damascus
│   │   │   │   │   │   ├── Dhaka
│   │   │   │   │   │   ├── Dili
│   │   │   │   │   │   ├── Dubai
│   │   │   │   │   │   ├── Dushanbe
│   │   │   │   │   │   ├── Gaza
│   │   │   │   │   │   ├── Harbin
│   │   │   │   │   │   ├── Hebron
│   │   │   │   │   │   ├── Ho_Chi_Minh
│   │   │   │   │   │   ├── Hong_Kong
│   │   │   │   │   │   ├── Hovd
│   │   │   │   │   │   ├── Irkutsk
│   │   │   │   │   │   ├── Istanbul
│   │   │   │   │   │   ├── Jakarta
│   │   │   │   │   │   ├── Jayapura
│   │   │   │   │   │   ├── Jerusalem
│   │   │   │   │   │   ├── Kabul
│   │   │   │   │   │   ├── Kamchatka
│   │   │   │   │   │   ├── Karachi
│   │   │   │   │   │   ├── Kashgar
│   │   │   │   │   │   ├── Kathmandu
│   │   │   │   │   │   ├── Katmandu
│   │   │   │   │   │   ├── Kolkata
│   │   │   │   │   │   ├── Krasnoyarsk
│   │   │   │   │   │   ├── Kuala_Lumpur
│   │   │   │   │   │   ├── Kuching
│   │   │   │   │   │   ├── Kuwait
│   │   │   │   │   │   ├── Macao
│   │   │   │   │   │   ├── Macau
│   │   │   │   │   │   ├── Magadan
│   │   │   │   │   │   ├── Makassar
│   │   │   │   │   │   ├── Manila
│   │   │   │   │   │   ├── Muscat
│   │   │   │   │   │   ├── Nicosia
│   │   │   │   │   │   ├── Novokuznetsk
│   │   │   │   │   │   ├── Novosibirsk
│   │   │   │   │   │   ├── Omsk
│   │   │   │   │   │   ├── Oral
│   │   │   │   │   │   ├── Phnom_Penh
│   │   │   │   │   │   ├── Pontianak
│   │   │   │   │   │   ├── Pyongyang
│   │   │   │   │   │   ├── Qatar
│   │   │   │   │   │   ├── Qyzylorda
│   │   │   │   │   │   ├── Rangoon
│   │   │   │   │   │   ├── Riyadh
│   │   │   │   │   │   ├── Saigon
│   │   │   │   │   │   ├── Sakhalin
│   │   │   │   │   │   ├── Samarkand
│   │   │   │   │   │   ├── Seoul
│   │   │   │   │   │   ├── Shanghai
│   │   │   │   │   │   ├── Singapore
│   │   │   │   │   │   ├── Taipei
│   │   │   │   │   │   ├── Tashkent
│   │   │   │   │   │   ├── Tbilisi
│   │   │   │   │   │   ├── Tehran
│   │   │   │   │   │   ├── Tel_Aviv
│   │   │   │   │   │   ├── Thimbu
│   │   │   │   │   │   ├── Thimphu
│   │   │   │   │   │   ├── Tokyo
│   │   │   │   │   │   ├── Ujung_Pandang
│   │   │   │   │   │   ├── Ulaanbaatar
│   │   │   │   │   │   ├── Ulan_Bator
│   │   │   │   │   │   ├── Urumqi
│   │   │   │   │   │   ├── Vientiane
│   │   │   │   │   │   ├── Vladivostok
│   │   │   │   │   │   ├── Yakutsk
│   │   │   │   │   │   ├── Yekaterinburg
│   │   │   │   │   │   └── Yerevan
│   │   │   │   │   ├── Atlantic
│   │   │   │   │   │   ├── Azores
│   │   │   │   │   │   ├── Bermuda
│   │   │   │   │   │   ├── Canary
│   │   │   │   │   │   ├── Cape_Verde
│   │   │   │   │   │   ├── Faeroe
│   │   │   │   │   │   ├── Faroe
│   │   │   │   │   │   ├── Jan_Mayen
│   │   │   │   │   │   ├── Madeira
│   │   │   │   │   │   ├── Reykjavik
│   │   │   │   │   │   ├── South_Georgia
│   │   │   │   │   │   ├── Stanley
│   │   │   │   │   │   └── St_Helena
│   │   │   │   │   ├── Australia
│   │   │   │   │   │   ├── ACT
│   │   │   │   │   │   ├── Adelaide
│   │   │   │   │   │   ├── Brisbane
│   │   │   │   │   │   ├── Broken_Hill
│   │   │   │   │   │   ├── Canberra
│   │   │   │   │   │   ├── Currie
│   │   │   │   │   │   ├── Darwin
│   │   │   │   │   │   ├── Eucla
│   │   │   │   │   │   ├── Hobart
│   │   │   │   │   │   ├── LHI
│   │   │   │   │   │   ├── Lindeman
│   │   │   │   │   │   ├── Lord_Howe
│   │   │   │   │   │   ├── Melbourne
│   │   │   │   │   │   ├── North
│   │   │   │   │   │   ├── NSW
│   │   │   │   │   │   ├── Perth
│   │   │   │   │   │   ├── Queensland
│   │   │   │   │   │   ├── South
│   │   │   │   │   │   ├── Sydney
│   │   │   │   │   │   ├── Tasmania
│   │   │   │   │   │   ├── Victoria
│   │   │   │   │   │   ├── West
│   │   │   │   │   │   └── Yancowinna
│   │   │   │   │   ├── Brazil
│   │   │   │   │   │   ├── Acre
│   │   │   │   │   │   ├── DeNoronha
│   │   │   │   │   │   ├── East
│   │   │   │   │   │   └── West
│   │   │   │   │   ├── Canada
│   │   │   │   │   │   ├── Atlantic
│   │   │   │   │   │   ├── Central
│   │   │   │   │   │   ├── Eastern
│   │   │   │   │   │   ├── East-Saskatchewan
│   │   │   │   │   │   ├── Mountain
│   │   │   │   │   │   ├── Newfoundland
│   │   │   │   │   │   ├── Pacific
│   │   │   │   │   │   ├── Saskatchewan
│   │   │   │   │   │   └── Yukon
│   │   │   │   │   ├── CET
│   │   │   │   │   ├── Chile
│   │   │   │   │   │   ├── Continental
│   │   │   │   │   │   └── EasterIsland
│   │   │   │   │   ├── CST6CDT
│   │   │   │   │   ├── Cuba
│   │   │   │   │   ├── EET
│   │   │   │   │   ├── Egypt
│   │   │   │   │   ├── Eire
│   │   │   │   │   ├── EST
│   │   │   │   │   ├── EST5EDT
│   │   │   │   │   ├── Etc
│   │   │   │   │   │   ├── GMT
│   │   │   │   │   │   ├── GMT+0
│   │   │   │   │   │   ├── GMT-0
│   │   │   │   │   │   ├── GMT0
│   │   │   │   │   │   ├── GMT+1
│   │   │   │   │   │   ├── GMT-1
│   │   │   │   │   │   ├── GMT+10
│   │   │   │   │   │   ├── GMT-10
│   │   │   │   │   │   ├── GMT+11
│   │   │   │   │   │   ├── GMT-11
│   │   │   │   │   │   ├── GMT+12
│   │   │   │   │   │   ├── GMT-12
│   │   │   │   │   │   ├── GMT-13
│   │   │   │   │   │   ├── GMT-14
│   │   │   │   │   │   ├── GMT+2
│   │   │   │   │   │   ├── GMT-2
│   │   │   │   │   │   ├── GMT+3
│   │   │   │   │   │   ├── GMT-3
│   │   │   │   │   │   ├── GMT+4
│   │   │   │   │   │   ├── GMT-4
│   │   │   │   │   │   ├── GMT+5
│   │   │   │   │   │   ├── GMT-5
│   │   │   │   │   │   ├── GMT+6
│   │   │   │   │   │   ├── GMT-6
│   │   │   │   │   │   ├── GMT+7
│   │   │   │   │   │   ├── GMT-7
│   │   │   │   │   │   ├── GMT+8
│   │   │   │   │   │   ├── GMT-8
│   │   │   │   │   │   ├── GMT+9
│   │   │   │   │   │   ├── GMT-9
│   │   │   │   │   │   ├── Greenwich
│   │   │   │   │   │   ├── UCT
│   │   │   │   │   │   ├── Universal
│   │   │   │   │   │   ├── UTC
│   │   │   │   │   │   └── Zulu
│   │   │   │   │   ├── Europe
│   │   │   │   │   │   ├── Amsterdam
│   │   │   │   │   │   ├── Andorra
│   │   │   │   │   │   ├── Athens
│   │   │   │   │   │   ├── Belfast
│   │   │   │   │   │   ├── Belgrade
│   │   │   │   │   │   ├── Berlin
│   │   │   │   │   │   ├── Bratislava
│   │   │   │   │   │   ├── Brussels
│   │   │   │   │   │   ├── Bucharest
│   │   │   │   │   │   ├── Budapest
│   │   │   │   │   │   ├── Chisinau
│   │   │   │   │   │   ├── Copenhagen
│   │   │   │   │   │   ├── Dublin
│   │   │   │   │   │   ├── Gibraltar
│   │   │   │   │   │   ├── Guernsey
│   │   │   │   │   │   ├── Helsinki
│   │   │   │   │   │   ├── Isle_of_Man
│   │   │   │   │   │   ├── Istanbul
│   │   │   │   │   │   ├── Jersey
│   │   │   │   │   │   ├── Kaliningrad
│   │   │   │   │   │   ├── Kiev
│   │   │   │   │   │   ├── Lisbon
│   │   │   │   │   │   ├── Ljubljana
│   │   │   │   │   │   ├── London
│   │   │   │   │   │   ├── Luxembourg
│   │   │   │   │   │   ├── Madrid
│   │   │   │   │   │   ├── Malta
│   │   │   │   │   │   ├── Mariehamn
│   │   │   │   │   │   ├── Minsk
│   │   │   │   │   │   ├── Monaco
│   │   │   │   │   │   ├── Moscow
│   │   │   │   │   │   ├── Nicosia
│   │   │   │   │   │   ├── Oslo
│   │   │   │   │   │   ├── Paris
│   │   │   │   │   │   ├── Podgorica
│   │   │   │   │   │   ├── Prague
│   │   │   │   │   │   ├── Riga
│   │   │   │   │   │   ├── Rome
│   │   │   │   │   │   ├── Samara
│   │   │   │   │   │   ├── San_Marino
│   │   │   │   │   │   ├── Sarajevo
│   │   │   │   │   │   ├── Simferopol
│   │   │   │   │   │   ├── Skopje
│   │   │   │   │   │   ├── Sofia
│   │   │   │   │   │   ├── Stockholm
│   │   │   │   │   │   ├── Tallinn
│   │   │   │   │   │   ├── Tirane
│   │   │   │   │   │   ├── Tiraspol
│   │   │   │   │   │   ├── Uzhgorod
│   │   │   │   │   │   ├── Vaduz
│   │   │   │   │   │   ├── Vatican
│   │   │   │   │   │   ├── Vienna
│   │   │   │   │   │   ├── Vilnius
│   │   │   │   │   │   ├── Volgograd
│   │   │   │   │   │   ├── Warsaw
│   │   │   │   │   │   ├── Zagreb
│   │   │   │   │   │   ├── Zaporozhye
│   │   │   │   │   │   └── Zurich
│   │   │   │   │   ├── GB
│   │   │   │   │   ├── GB-Eire
│   │   │   │   │   ├── GMT
│   │   │   │   │   ├── GMT+0
│   │   │   │   │   ├── GMT-0
│   │   │   │   │   ├── GMT0
│   │   │   │   │   ├── Greenwich
│   │   │   │   │   ├── Hongkong
│   │   │   │   │   ├── HST
│   │   │   │   │   ├── Iceland
│   │   │   │   │   ├── Indian
│   │   │   │   │   │   ├── Antananarivo
│   │   │   │   │   │   ├── Chagos
│   │   │   │   │   │   ├── Christmas
│   │   │   │   │   │   ├── Cocos
│   │   │   │   │   │   ├── Comoro
│   │   │   │   │   │   ├── Kerguelen
│   │   │   │   │   │   ├── Mahe
│   │   │   │   │   │   ├── Maldives
│   │   │   │   │   │   ├── Mauritius
│   │   │   │   │   │   ├── Mayotte
│   │   │   │   │   │   └── Reunion
│   │   │   │   │   ├── Iran
│   │   │   │   │   ├── Israel
│   │   │   │   │   ├── Jamaica
│   │   │   │   │   ├── Japan
│   │   │   │   │   ├── Kwajalein
│   │   │   │   │   ├── Libya
│   │   │   │   │   ├── MET
│   │   │   │   │   ├── Mexico
│   │   │   │   │   │   ├── BajaNorte
│   │   │   │   │   │   ├── BajaSur
│   │   │   │   │   │   └── General
│   │   │   │   │   ├── MST
│   │   │   │   │   ├── MST7MDT
│   │   │   │   │   ├── Navajo
│   │   │   │   │   ├── NZ
│   │   │   │   │   ├── NZ-CHAT
│   │   │   │   │   ├── Pacific
│   │   │   │   │   │   ├── Apia
│   │   │   │   │   │   ├── Auckland
│   │   │   │   │   │   ├── Chatham
│   │   │   │   │   │   ├── Chuuk
│   │   │   │   │   │   ├── Easter
│   │   │   │   │   │   ├── Efate
│   │   │   │   │   │   ├── Enderbury
│   │   │   │   │   │   ├── Fakaofo
│   │   │   │   │   │   ├── Fiji
│   │   │   │   │   │   ├── Funafuti
│   │   │   │   │   │   ├── Galapagos
│   │   │   │   │   │   ├── Gambier
│   │   │   │   │   │   ├── Guadalcanal
│   │   │   │   │   │   ├── Guam
│   │   │   │   │   │   ├── Honolulu
│   │   │   │   │   │   ├── Johnston
│   │   │   │   │   │   ├── Kiritimati
│   │   │   │   │   │   ├── Kosrae
│   │   │   │   │   │   ├── Kwajalein
│   │   │   │   │   │   ├── Majuro
│   │   │   │   │   │   ├── Marquesas
│   │   │   │   │   │   ├── Midway
│   │   │   │   │   │   ├── Nauru
│   │   │   │   │   │   ├── Niue
│   │   │   │   │   │   ├── Norfolk
│   │   │   │   │   │   ├── Noumea
│   │   │   │   │   │   ├── Pago_Pago
│   │   │   │   │   │   ├── Palau
│   │   │   │   │   │   ├── Pitcairn
│   │   │   │   │   │   ├── Pohnpei
│   │   │   │   │   │   ├── Ponape
│   │   │   │   │   │   ├── Port_Moresby
│   │   │   │   │   │   ├── Rarotonga
│   │   │   │   │   │   ├── Saipan
│   │   │   │   │   │   ├── Samoa
│   │   │   │   │   │   ├── Tahiti
│   │   │   │   │   │   ├── Tarawa
│   │   │   │   │   │   ├── Tongatapu
│   │   │   │   │   │   ├── Truk
│   │   │   │   │   │   ├── Wake
│   │   │   │   │   │   ├── Wallis
│   │   │   │   │   │   └── Yap
│   │   │   │   │   ├── Poland
│   │   │   │   │   ├── Portugal
│   │   │   │   │   ├── PRC
│   │   │   │   │   ├── PST8PDT
│   │   │   │   │   ├── ROC
│   │   │   │   │   ├── ROK
│   │   │   │   │   ├── Singapore
│   │   │   │   │   ├── SystemV
│   │   │   │   │   │   ├── AST4
│   │   │   │   │   │   ├── AST4ADT
│   │   │   │   │   │   ├── CST6
│   │   │   │   │   │   ├── CST6CDT
│   │   │   │   │   │   ├── EST5
│   │   │   │   │   │   ├── EST5EDT
│   │   │   │   │   │   ├── HST10
│   │   │   │   │   │   ├── MST7
│   │   │   │   │   │   ├── MST7MDT
│   │   │   │   │   │   ├── PST8
│   │   │   │   │   │   ├── PST8PDT
│   │   │   │   │   │   ├── YST9
│   │   │   │   │   │   └── YST9YDT
│   │   │   │   │   ├── Turkey
│   │   │   │   │   ├── UCT
│   │   │   │   │   ├── Universal
│   │   │   │   │   ├── US
│   │   │   │   │   │   ├── Alaska
│   │   │   │   │   │   ├── Aleutian
│   │   │   │   │   │   ├── Arizona
│   │   │   │   │   │   ├── Central
│   │   │   │   │   │   ├── Eastern
│   │   │   │   │   │   ├── East-Indiana
│   │   │   │   │   │   ├── Hawaii
│   │   │   │   │   │   ├── Indiana-Starke
│   │   │   │   │   │   ├── Michigan
│   │   │   │   │   │   ├── Mountain
│   │   │   │   │   │   ├── Pacific
│   │   │   │   │   │   ├── Pacific-New
│   │   │   │   │   │   └── Samoa
│   │   │   │   │   ├── UTC
│   │   │   │   │   ├── WET
│   │   │   │   │   ├── W-SU
│   │   │   │   │   └── Zulu
│   │   │   │   └── word.tcl
│   │   │   ├── tcl85.lib
│   │   │   ├── tclConfig.sh
│   │   │   ├── tclstub85.lib
│   │   │   ├── tix8.4.3
│   │   │   │   ├── Balloon.tcl
│   │   │   │   ├── bitmaps
│   │   │   │   │   ├── act_fold.gif
│   │   │   │   │   ├── act_fold.xbm
│   │   │   │   │   ├── act_fold.xpm
│   │   │   │   │   ├── balarrow.xbm
│   │   │   │   │   ├── cbxarrow.xbm
│   │   │   │   │   ├── ck_def.xbm
│   │   │   │   │   ├── ck_off.xbm
│   │   │   │   │   ├── ck_on.xbm
│   │   │   │   │   ├── cross.xbm
│   │   │   │   │   ├── decr.xbm
│   │   │   │   │   ├── drop.xbm
│   │   │   │   │   ├── file.gif
│   │   │   │   │   ├── file.xbm
│   │   │   │   │   ├── file.xpm
│   │   │   │   │   ├── folder.gif
│   │   │   │   │   ├── folder.xbm
│   │   │   │   │   ├── folder.xpm
│   │   │   │   │   ├── harddisk.xbm
│   │   │   │   │   ├── hourglas.mask
│   │   │   │   │   ├── hourglas.xbm
│   │   │   │   │   ├── incr.xbm
│   │   │   │   │   ├── info.gif
│   │   │   │   │   ├── info.xpm
│   │   │   │   │   ├── maximize.xbm
│   │   │   │   │   ├── minimize.xbm
│   │   │   │   │   ├── minusarm.gif
│   │   │   │   │   ├── minusarm.xbm
│   │   │   │   │   ├── minusarm.xpm
│   │   │   │   │   ├── minus.gif
│   │   │   │   │   ├── minus.xbm
│   │   │   │   │   ├── minus.xpm
│   │   │   │   │   ├── mktransgif.tcl
│   │   │   │   │   ├── network.xbm
│   │   │   │   │   ├── no_entry.gif
│   │   │   │   │   ├── no_entry.xpm
│   │   │   │   │   ├── openfile.xbm
│   │   │   │   │   ├── openfold.gif
│   │   │   │   │   ├── openfold.xbm
│   │   │   │   │   ├── openfold.xpm
│   │   │   │   │   ├── plusarm.gif
│   │   │   │   │   ├── plusarm.xbm
│   │   │   │   │   ├── plusarm.xpm
│   │   │   │   │   ├── plus.gif
│   │   │   │   │   ├── plus.xbm
│   │   │   │   │   ├── plus.xpm
│   │   │   │   │   ├── resize1.xbm
│   │   │   │   │   ├── resize2.xbm
│   │   │   │   │   ├── restore.xbm
│   │   │   │   │   ├── srcfile.gif
│   │   │   │   │   ├── srcfile.xbm
│   │   │   │   │   ├── srcfile.xpm
│   │   │   │   │   ├── system.xbm
│   │   │   │   │   ├── textfile.gif
│   │   │   │   │   ├── textfile.xbm
│   │   │   │   │   ├── textfile.xpm
│   │   │   │   │   ├── tick.xbm
│   │   │   │   │   ├── warning.gif
│   │   │   │   │   └── warning.xpm
│   │   │   │   ├── BtnBox.tcl
│   │   │   │   ├── ChkList.tcl
│   │   │   │   ├── CObjView.tcl
│   │   │   │   ├── ComboBox.tcl
│   │   │   │   ├── Compat.tcl
│   │   │   │   ├── Console.tcl
│   │   │   │   ├── Control.tcl
│   │   │   │   ├── DefSchm.tcl
│   │   │   │   ├── demos
│   │   │   │   │   ├── bitmaps
│   │   │   │   │   │   ├── about.xpm
│   │   │   │   │   │   ├── bold.xbm
│   │   │   │   │   │   ├── capital.xbm
│   │   │   │   │   │   ├── centerj.xbm
│   │   │   │   │   │   ├── code.xpm
│   │   │   │   │   │   ├── combobox.xbm
│   │   │   │   │   │   ├── combobox.xpm
│   │   │   │   │   │   ├── drivea.xbm
│   │   │   │   │   │   ├── drivea.xpm
│   │   │   │   │   │   ├── exit.xpm
│   │   │   │   │   │   ├── filebox.xbm
│   │   │   │   │   │   ├── filebox.xpm
│   │   │   │   │   │   ├── harddisk.xbm
│   │   │   │   │   │   ├── harddisk.xpm
│   │   │   │   │   │   ├── italic.xbm
│   │   │   │   │   │   ├── justify.xbm
│   │   │   │   │   │   ├── leftj.xbm
│   │   │   │   │   │   ├── network.xbm
│   │   │   │   │   │   ├── network.xpm
│   │   │   │   │   │   ├── netw.xbm
│   │   │   │   │   │   ├── netw.xpm
│   │   │   │   │   │   ├── optmenu.xpm
│   │   │   │   │   │   ├── rightj.xbm
│   │   │   │   │   │   ├── select.xpm
│   │   │   │   │   │   ├── tix.gif
│   │   │   │   │   │   └── underlin.xbm
│   │   │   │   │   ├── MkChoose.tcl
│   │   │   │   │   ├── MkDirLis.tcl
│   │   │   │   │   ├── MkSample.tcl
│   │   │   │   │   ├── MkScroll.tcl
│   │   │   │   │   ├── samples
│   │   │   │   │   │   ├── AllSampl.tcl
│   │   │   │   │   │   ├── ArrowBtn.tcl
│   │   │   │   │   │   ├── Balloon.tcl
│   │   │   │   │   │   ├── BtnBox.tcl
│   │   │   │   │   │   ├── ChkList.tcl
│   │   │   │   │   │   ├── CmpImg1.tcl
│   │   │   │   │   │   ├── CmpImg2.tcl
│   │   │   │   │   │   ├── CmpImg3.tcl
│   │   │   │   │   │   ├── CmpImg4.tcl
│   │   │   │   │   │   ├── CmpImg.tcl
│   │   │   │   │   │   ├── CObjView.tcl
│   │   │   │   │   │   ├── ComboBox.tcl
│   │   │   │   │   │   ├── Control.tcl
│   │   │   │   │   │   ├── DirDlg.tcl
│   │   │   │   │   │   ├── DirList.tcl
│   │   │   │   │   │   ├── DirTree.tcl
│   │   │   │   │   │   ├── DragDrop.tcl
│   │   │   │   │   │   ├── DynTree.tcl
│   │   │   │   │   │   ├── EditGrid.tcl
│   │   │   │   │   │   ├── EFileDlg.tcl
│   │   │   │   │   │   ├── FileDlg.tcl
│   │   │   │   │   │   ├── FileEnt.tcl
│   │   │   │   │   │   ├── HList1.tcl
│   │   │   │   │   │   ├── LabEntry.tcl
│   │   │   │   │   │   ├── LabFrame.tcl
│   │   │   │   │   │   ├── ListNBK.tcl
│   │   │   │   │   │   ├── Meter.tcl
│   │   │   │   │   │   ├── NoteBook.tcl
│   │   │   │   │   │   ├── OptMenu.tcl
│   │   │   │   │   │   ├── PanedWin.tcl
│   │   │   │   │   │   ├── PopMenu.tcl
│   │   │   │   │   │   ├── Sample.tcl
│   │   │   │   │   │   ├── Select.tcl
│   │   │   │   │   │   ├── SGrid0.tcl
│   │   │   │   │   │   ├── SGrid1.tcl
│   │   │   │   │   │   ├── SHList2.tcl
│   │   │   │   │   │   ├── SHList.tcl
│   │   │   │   │   │   ├── SListBox.tcl
│   │   │   │   │   │   ├── StdBBox.tcl
│   │   │   │   │   │   ├── SText.tcl
│   │   │   │   │   │   ├── STList1.tcl
│   │   │   │   │   │   ├── STList2.tcl
│   │   │   │   │   │   ├── STList3.tcl
│   │   │   │   │   │   ├── SWindow.tcl
│   │   │   │   │   │   ├── Tree.tcl
│   │   │   │   │   │   ├── Xpm1.tcl
│   │   │   │   │   │   └── Xpm.tcl
│   │   │   │   │   ├── tclIndex
│   │   │   │   │   ├── tixwidgets.tcl
│   │   │   │   │   └── widget
│   │   │   │   ├── DialogS.tcl
│   │   │   │   ├── DirBox.tcl
│   │   │   │   ├── DirDlg.tcl
│   │   │   │   ├── DirList.tcl
│   │   │   │   ├── DirTree.tcl
│   │   │   │   ├── DragDrop.tcl
│   │   │   │   ├── DtlList.tcl
│   │   │   │   ├── EFileBox.tcl
│   │   │   │   ├── EFileDlg.tcl
│   │   │   │   ├── Event.tcl
│   │   │   │   ├── FileBox.tcl
│   │   │   │   ├── FileCbx.tcl
│   │   │   │   ├── FileDlg.tcl
│   │   │   │   ├── FileEnt.tcl
│   │   │   │   ├── FloatEnt.tcl
│   │   │   │   ├── fs.tcl
│   │   │   │   ├── Grid.tcl
│   │   │   │   ├── HListDD.tcl
│   │   │   │   ├── HList.tcl
│   │   │   │   ├── IconView.tcl
│   │   │   │   ├── Init.tcl
│   │   │   │   ├── LabEntry.tcl
│   │   │   │   ├── LabFrame.tcl
│   │   │   │   ├── LabWidg.tcl
│   │   │   │   ├── ListNBk.tcl
│   │   │   │   ├── Makefile
│   │   │   │   ├── Meter.tcl
│   │   │   │   ├── MultView.tcl
│   │   │   │   ├── NoteBook.tcl
│   │   │   │   ├── OldUtil.tcl
│   │   │   │   ├── OptMenu.tcl
│   │   │   │   ├── PanedWin.tcl
│   │   │   │   ├── pkgIndex.tcl
│   │   │   │   ├── PopMenu.tcl
│   │   │   │   ├── pref
│   │   │   │   │   ├── 10Point.fs
│   │   │   │   │   ├── 10Point.fsc
│   │   │   │   │   ├── 12Point.fs
│   │   │   │   │   ├── 12Point.fsc
│   │   │   │   │   ├── 14Point.fs
│   │   │   │   │   ├── 14Point.fsc
│   │   │   │   │   ├── Bisque.cs
│   │   │   │   │   ├── Bisque.csc
│   │   │   │   │   ├── Blue.cs
│   │   │   │   │   ├── Blue.csc
│   │   │   │   │   ├── Gray.cs
│   │   │   │   │   ├── Gray.csc
│   │   │   │   │   ├── Makefile
│   │   │   │   │   ├── Old12Pt.fs
│   │   │   │   │   ├── Old14Pt.fs
│   │   │   │   │   ├── pkgIndex.tcl
│   │   │   │   │   ├── SGIGray.cs
│   │   │   │   │   ├── SGIGray.csc
│   │   │   │   │   ├── TixGray.cs
│   │   │   │   │   ├── TixGray.csc
│   │   │   │   │   ├── tixmkpref
│   │   │   │   │   ├── TK.cs
│   │   │   │   │   ├── TK.csc
│   │   │   │   │   ├── TK.fs
│   │   │   │   │   ├── TK.fsc
│   │   │   │   │   ├── TkWin.cs
│   │   │   │   │   ├── TkWin.csc
│   │   │   │   │   ├── TkWin.fs
│   │   │   │   │   ├── TkWin.fsc
│   │   │   │   │   ├── WmDefault.cs
│   │   │   │   │   ├── WmDefault.csc
│   │   │   │   │   ├── WmDefault.fs
│   │   │   │   │   ├── WmDefault.fsc
│   │   │   │   │   ├── WmDefault.py
│   │   │   │   │   ├── WmDefault.tcl
│   │   │   │   │   └── WmDefault.txt
│   │   │   │   ├── Primitiv.tcl
│   │   │   │   ├── ResizeH.tcl
│   │   │   │   ├── Select.tcl
│   │   │   │   ├── SGrid.tcl
│   │   │   │   ├── Shell.tcl
│   │   │   │   ├── SHList.tcl
│   │   │   │   ├── SimpDlg.tcl
│   │   │   │   ├── SListBox.tcl
│   │   │   │   ├── StackWin.tcl
│   │   │   │   ├── StatBar.tcl
│   │   │   │   ├── StdBBox.tcl
│   │   │   │   ├── StdShell.tcl
│   │   │   │   ├── SText.tcl
│   │   │   │   ├── STList.tcl
│   │   │   │   ├── SWidget.tcl
│   │   │   │   ├── SWindow.tcl
│   │   │   │   ├── tix84.dll
│   │   │   │   ├── tix84.lib
│   │   │   │   ├── Tix.tcl
│   │   │   │   ├── TList.tcl
│   │   │   │   ├── Tree.tcl
│   │   │   │   ├── Utils.tcl
│   │   │   │   ├── Variable.tcl
│   │   │   │   ├── VResize.tcl
│   │   │   │   ├── VStack.tcl
│   │   │   │   ├── VTree.tcl
│   │   │   │   └── WInfo.tcl
│   │   │   ├── tk8.5
│   │   │   │   ├── bgerror.tcl
│   │   │   │   ├── button.tcl
│   │   │   │   ├── choosedir.tcl
│   │   │   │   ├── clrpick.tcl
│   │   │   │   ├── comdlg.tcl
│   │   │   │   ├── console.tcl
│   │   │   │   ├── demos
│   │   │   │   │   ├── anilabel.tcl
│   │   │   │   │   ├── aniwave.tcl
│   │   │   │   │   ├── arrow.tcl
│   │   │   │   │   ├── bind.tcl
│   │   │   │   │   ├── bitmap.tcl
│   │   │   │   │   ├── browse
│   │   │   │   │   ├── button.tcl
│   │   │   │   │   ├── check.tcl
│   │   │   │   │   ├── clrpick.tcl
│   │   │   │   │   ├── colors.tcl
│   │   │   │   │   ├── combo.tcl
│   │   │   │   │   ├── cscroll.tcl
│   │   │   │   │   ├── ctext.tcl
│   │   │   │   │   ├── dialog1.tcl
│   │   │   │   │   ├── dialog2.tcl
│   │   │   │   │   ├── en.msg
│   │   │   │   │   ├── entry1.tcl
│   │   │   │   │   ├── entry2.tcl
│   │   │   │   │   ├── entry3.tcl
│   │   │   │   │   ├── filebox.tcl
│   │   │   │   │   ├── floor.tcl
│   │   │   │   │   ├── form.tcl
│   │   │   │   │   ├── goldberg.tcl
│   │   │   │   │   ├── hello
│   │   │   │   │   ├── hscale.tcl
│   │   │   │   │   ├── icon.tcl
│   │   │   │   │   ├── image1.tcl
│   │   │   │   │   ├── image2.tcl
│   │   │   │   │   ├── images
│   │   │   │   │   │   ├── earth.gif
│   │   │   │   │   │   ├── earthris.gif
│   │   │   │   │   │   ├── face.xbm
│   │   │   │   │   │   ├── flagdown.xbm
│   │   │   │   │   │   ├── flagup.xbm
│   │   │   │   │   │   ├── gray25.xbm
│   │   │   │   │   │   ├── letters.xbm
│   │   │   │   │   │   ├── noletter.xbm
│   │   │   │   │   │   ├── pattern.xbm
│   │   │   │   │   │   ├── tcllogo.gif
│   │   │   │   │   │   └── teapot.ppm
│   │   │   │   │   ├── items.tcl
│   │   │   │   │   ├── ixset
│   │   │   │   │   ├── knightstour.tcl
│   │   │   │   │   ├── labelframe.tcl
│   │   │   │   │   ├── label.tcl
│   │   │   │   │   ├── license.terms
│   │   │   │   │   ├── mclist.tcl
│   │   │   │   │   ├── menubu.tcl
│   │   │   │   │   ├── menu.tcl
│   │   │   │   │   ├── msgbox.tcl
│   │   │   │   │   ├── nl.msg
│   │   │   │   │   ├── paned1.tcl
│   │   │   │   │   ├── paned2.tcl
│   │   │   │   │   ├── pendulum.tcl
│   │   │   │   │   ├── plot.tcl
│   │   │   │   │   ├── puzzle.tcl
│   │   │   │   │   ├── radio.tcl
│   │   │   │   │   ├── README
│   │   │   │   │   ├── rmt
│   │   │   │   │   ├── rolodex
│   │   │   │   │   ├── ruler.tcl
│   │   │   │   │   ├── sayings.tcl
│   │   │   │   │   ├── search.tcl
│   │   │   │   │   ├── spin.tcl
│   │   │   │   │   ├── square
│   │   │   │   │   ├── states.tcl
│   │   │   │   │   ├── style.tcl
│   │   │   │   │   ├── tclIndex
│   │   │   │   │   ├── tcolor
│   │   │   │   │   ├── textpeer.tcl
│   │   │   │   │   ├── text.tcl
│   │   │   │   │   ├── timer
│   │   │   │   │   ├── toolbar.tcl
│   │   │   │   │   ├── tree.tcl
│   │   │   │   │   ├── ttkbut.tcl
│   │   │   │   │   ├── ttkmenu.tcl
│   │   │   │   │   ├── ttknote.tcl
│   │   │   │   │   ├── ttkpane.tcl
│   │   │   │   │   ├── ttkprogress.tcl
│   │   │   │   │   ├── ttkscale.tcl
│   │   │   │   │   ├── twind.tcl
│   │   │   │   │   ├── unicodeout.tcl
│   │   │   │   │   ├── vscale.tcl
│   │   │   │   │   └── widget
│   │   │   │   ├── dialog.tcl
│   │   │   │   ├── entry.tcl
│   │   │   │   ├── focus.tcl
│   │   │   │   ├── images
│   │   │   │   │   ├── logo100.gif
│   │   │   │   │   ├── logo64.gif
│   │   │   │   │   ├── logo.eps
│   │   │   │   │   ├── logoLarge.gif
│   │   │   │   │   ├── logoMed.gif
│   │   │   │   │   ├── pwrdLogo100.gif
│   │   │   │   │   ├── pwrdLogo150.gif
│   │   │   │   │   ├── pwrdLogo175.gif
│   │   │   │   │   ├── pwrdLogo200.gif
│   │   │   │   │   ├── pwrdLogo75.gif
│   │   │   │   │   ├── pwrdLogo.eps
│   │   │   │   │   ├── README
│   │   │   │   │   └── tai-ku.gif
│   │   │   │   ├── license.terms
│   │   │   │   ├── listbox.tcl
│   │   │   │   ├── menu.tcl
│   │   │   │   ├── mkpsenc.tcl
│   │   │   │   ├── msgbox.tcl
│   │   │   │   ├── msgs
│   │   │   │   │   ├── cs.msg
│   │   │   │   │   ├── da.msg
│   │   │   │   │   ├── de.msg
│   │   │   │   │   ├── el.msg
│   │   │   │   │   ├── en_gb.msg
│   │   │   │   │   ├── en.msg
│   │   │   │   │   ├── eo.msg
│   │   │   │   │   ├── es.msg
│   │   │   │   │   ├── fr.msg
│   │   │   │   │   ├── hu.msg
│   │   │   │   │   ├── it.msg
│   │   │   │   │   ├── nl.msg
│   │   │   │   │   ├── pl.msg
│   │   │   │   │   ├── pt.msg
│   │   │   │   │   ├── ru.msg
│   │   │   │   │   └── sv.msg
│   │   │   │   ├── obsolete.tcl
│   │   │   │   ├── optMenu.tcl
│   │   │   │   ├── palette.tcl
│   │   │   │   ├── panedwindow.tcl
│   │   │   │   ├── pkgIndex.tcl
│   │   │   │   ├── safetk.tcl
│   │   │   │   ├── scale.tcl
│   │   │   │   ├── scrlbar.tcl
│   │   │   │   ├── spinbox.tcl
│   │   │   │   ├── tclIndex
│   │   │   │   ├── tearoff.tcl
│   │   │   │   ├── text.tcl
│   │   │   │   ├── tkfbox.tcl
│   │   │   │   ├── tk.tcl
│   │   │   │   ├── ttk
│   │   │   │   │   ├── altTheme.tcl
│   │   │   │   │   ├── aquaTheme.tcl
│   │   │   │   │   ├── button.tcl
│   │   │   │   │   ├── clamTheme.tcl
│   │   │   │   │   ├── classicTheme.tcl
│   │   │   │   │   ├── combobox.tcl
│   │   │   │   │   ├── cursors.tcl
│   │   │   │   │   ├── defaults.tcl
│   │   │   │   │   ├── entry.tcl
│   │   │   │   │   ├── fonts.tcl
│   │   │   │   │   ├── menubutton.tcl
│   │   │   │   │   ├── notebook.tcl
│   │   │   │   │   ├── panedwindow.tcl
│   │   │   │   │   ├── progress.tcl
│   │   │   │   │   ├── scale.tcl
│   │   │   │   │   ├── scrollbar.tcl
│   │   │   │   │   ├── sizegrip.tcl
│   │   │   │   │   ├── spinbox.tcl
│   │   │   │   │   ├── treeview.tcl
│   │   │   │   │   ├── ttk.tcl
│   │   │   │   │   ├── utils.tcl
│   │   │   │   │   ├── vistaTheme.tcl
│   │   │   │   │   ├── winTheme.tcl
│   │   │   │   │   └── xpTheme.tcl
│   │   │   │   ├── unsupported.tcl
│   │   │   │   └── xmfbox.tcl
│   │   │   ├── tk85.lib
│   │   │   └── tkstub85.lib
│   │   └── Tools
│   │   ├── i18n
│   │   │   ├── makelocalealias.py
│   │   │   ├── msgfmt.py
│   │   │   └── pygettext.py
│   │   ├── pynche
│   │   │   ├── ChipViewer.py
│   │   │   ├── ColorDB.py
│   │   │   ├── DetailsViewer.py
│   │   │   ├── html40colors.txt
│   │   │   ├── __init__.py
│   │   │   ├── ListViewer.py
│   │   │   ├── Main.py
│   │   │   ├── namedcolors.txt
│   │   │   ├── pyColorChooser.py
│   │   │   ├── pynche.pyw
│   │   │   ├── PyncheWidget.py
│   │   │   ├── README.txt
│   │   │   ├── StripViewer.py
│   │   │   ├── Switchboard.py
│   │   │   ├── TextViewer.py
│   │   │   ├── TypeinViewer.py
│   │   │   ├── webcolors.txt
│   │   │   ├── websafe.txt
│   │   │   └── X
│   │   │   ├── rgb.txt
│   │   │   └── xlicense.txt
│   │   └── Scripts
│   │   ├── 2to3.py
│   │   ├── abitype.py
│   │   ├── analyze_dxp.py
│   │   ├── byext.py
│   │   ├── byteyears.py
│   │   ├── checkpyc.py
│   │   ├── cleanfuture.py
│   │   ├── combinerefs.py
│   │   ├── copytime.py
│   │   ├── crlf.py
│   │   ├── db2pickle.py
│   │   ├── diff.py
│   │   ├── dutree.py
│   │   ├── eptags.py
│   │   ├── finddiv.py
│   │   ├── findlinksto.py
│   │   ├── findnocoding.py
│   │   ├── find_recursionlimit.py
│   │   ├── find-uname.py
│   │   ├── fixcid.py
│   │   ├── fixdiv.py
│   │   ├── fixheader.py
│   │   ├── fixnotice.py
│   │   ├── fixps.py
│   │   ├── ftpmirror.py
│   │   ├── get-remote-certificate.py
│   │   ├── google.py
│   │   ├── gprof2html.py
│   │   ├── h2py.py
│   │   ├── highlight.py
│   │   ├── ifdef.py
│   │   ├── import_diagnostics.py
│   │   ├── lfcr.py
│   │   ├── linktree.py
│   │   ├── lll.py
│   │   ├── mailerdaemon.py
│   │   ├── make_ctype.py
│   │   ├── md5sum.py
│   │   ├── mkreal.py
│   │   ├── ndiff.py
│   │   ├── nm2def.py
│   │   ├── objgraph.py
│   │   ├── parseentities.py
│   │   ├── patchcheck.py
│   │   ├── pathfix.py
│   │   ├── pdeps.py
│   │   ├── pickle2db.py
│   │   ├── pindent.py
│   │   ├── ptags.py
│   │   ├── pydoc3.py
│   │   ├── pydocgui.pyw
│   │   ├── pysource.py
│   │   ├── pyvenv.py
│   │   ├── README.txt
│   │   ├── reindent.py
│   │   ├── reindent-rst.py
│   │   ├── rgrep.py
│   │   ├── run_tests.py
│   │   ├── serve.py
│   │   ├── suff.py
│   │   ├── svneol.py
│   │   ├── texi2html.py
│   │   ├── treesync.py
│   │   ├── untabify.py
│   │   ├── which.py
│   │   └── win_add2path.py
│   └── scripts
│   ├── automaster.py
│   ├── dump-project.py
│   ├── import-and-extract.py
│   ├── import-and-split.py
│   ├── import-txt.py
│   ├── module-info.py
│   └── reconstruction-settings.py
└── 安装说明.txt

79 directories, 1487 files

标签:

实例下载地址

smart3d Bentley ContextCapture Center v4.1 含注册

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警