Ištrauka paimta iš šio įstatymo dokumento:
http://www3.lrs.lt/pls/inter2/dokpaieska.showdoc_l?p_id=471406
Dokumento svarstymas seimo posėdyje:
http://www3.lrs.lt/pls/inter/w5_sale.klaus_stadija?p_svarst_kl_stad_id=-18981
| bin/pip: bin/python requirements.txt | |
| bin/pip install -r requirements.txt | |
| bin/python: | |
| virtualenv . |
Ištrauka paimta iš šio įstatymo dokumento:
http://www3.lrs.lt/pls/inter2/dokpaieska.showdoc_l?p_id=471406
Dokumento svarstymas seimo posėdyje:
http://www3.lrs.lt/pls/inter/w5_sale.klaus_stadija?p_svarst_kl_stad_id=-18981
| #!/usr/bin/env python3 | |
| """ | |
| LMDB parser and proper name filter. | |
| This script uses LMDB database [1] to extract all proper names. | |
| [1] http://donelaitis.vdu.lt/~vytas/lmdb/ |
Informaciją apie diskusiją:
| [1] | http://www.example.com/1 |
| [2] | http://www.example.com/2 |
| [3] | http://media.ccc.de/browse/congress/2014/31c3_-_6344_-_en_-_saal_1_-_201412281400_-_security_analysis_of_estonia_s_internet_voting_system_-_j_alex_halderman.html#video Security Analysis of Estonia's Internet Voting System - J. Alex Halderman |
| // In case you are a member of a big organization, you may want to unwatch a lot of repositories, by some filter. | |
| // This code snippet allows to unwatch many repositories at once by specified filter. | |
| // Modify this snippet by your needs and paste it to the JavaScript console in your browser. | |
| // https://github.com/watching | |
| $( "button" ).each( function() { | |
| var text = $.trim( $(this).text() ); | |
| var repo = $.trim( $(this).closest("li.js-subscription-row").find("a").text() ); | |
| if ( text == "Unwatch" && repo.match(/^zopefoundation/) ) { |
| /.ipynb_checkpoints/ | |
| /tarybu_nariai_-_main_information.csv |
| /VilniusPy-1-asyncio.slides.html | |
| /reveal.js/ | |
| /.ipynb_checkpoints/ |
| def test_get_top_menu_page(self): | |
| def render_wholetree(tree, parent, level=0): | |
| yield '%s<ul>' % (' ' * level) | |
| for child in tree[parent]: | |
| yield '%s<li>%s</li>' % (' ' * (level+1), child) | |
| if child in tree: | |
| yield from render_wholetree(tree, child, level+1) | |
| yield '%s</ul>' % (' ' * level) | |
| def render_tree(pages, parent): |
| /*.slides.html | |
| /reveal.js/ | |
| /.ipynb_checkpoints/ | |
| /default.style | |
| /env | |
| /fonts | |
| /*.rst.build_temp |