Jen la listo de funkcioj kiun mi pretas fari kontraŭ la sumo de 1000€ sen AVI:
- Granda mapo for serĉi uzantjo
- Markiloj en kunigitaj en fasko (
cluster) - Dinamikaj filtriloj laŭ atributoj en breto
- Laboreforto: 100 horoj
| #!/usr/bin/env python | |
| """ | |
| Regenarate list of languages based of the sil.org website. | |
| """ | |
| import os | |
| import codecs | |
| import csv | |
| import requests |
| # Geany's snippets configuration file | |
| # | |
| # use \n or %newline% for a new line (it will be replaced by the used EOL char(s) - LF, CR/LF, CR). | |
| # use \t or %ws% for an indentation step, it will be replaced according to the current document's indent mode. | |
| # use \s to force whitespace at beginning or end of a value ('key= value' won't work, use 'key=\svalue'). | |
| # use %key% for all keys defined in the [Special] section. | |
| # use %cursor% to define where the cursor should be placed after completion. You can define multiple | |
| # %cursor% wildcards and use the "Move cursor in snippet" to jump to the next defined cursor | |
| # position in the completed snippet. | |
| # You can define a section for each supported filetype to overwrite default settings, the section |