Skip to content

16th Week of 2021

Computer Science

GNULinux

MkDocs

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

Other

  • New: Http.server.

    You can create a basic HTTP server that serves the files in the current directory with http.server