16th Week of 2021
Computer Science⚑
GNULinux⚑
MkDocs⚑
-
chrieke/mkdocs-exclude-search is a mkdocs plugin that lets you exclude selected chapters from the search index.
-
New: Mkdocs-newsletter.
lyz-code/mkdocs-newsletter is a plugin that automatically creates newsletters from the changes in a MkDocs git repository.
Parallel⚑
-
New: GNU/Parallel.
GNU parallel is a shell tool for executing jobs in parallel using one or more computers.
vim⚑
-
New: Sort lines.
Vim has a very powerful built-in sort utility, or it can interface with an external one.
Programming⚑
Jinja⚑
- New: Add Angular commit convention.
- New: Scientific notation for numbers.
-
New: Filters.
Variables can be modified by filters. Filters are separated from the variable by a pipe symbol (
|
) and may have optional arguments in parentheses. Multiple filters can be chained. The output of one filter is applied to the next.
NetworkX⚑
- New: Import graph from pandas df edgelist.
Plotly⚑
-
New: Plotly Dash.
Dash is a productive Python framework for building web analytic applications.
Projects⚑
-
New: Fuzzy showers.
Modeling of a dynamic system using fuzzy logic.
Other⚑
-
New: Http.server.
You can create a basic HTTP server that serves the files in the current directory with http.server