15th Week of 2021
Computer Science⚑
GNULinux⚑
(../computer_science/gnu_linux/commitizen.md)⚑
-
New: Commitizen.
(https://commitizen-tools.github.io/commitizen/) is a tool that defines a standard way of committing.
It can bump the version of your project automatically based on commits and generate a changelog file.
(../computer_science/gnu_linux/mkdocs.md)⚑
-
New: MkDocs static site generator.
(https://www.mkdocs.org/) is a fast, simple and downright gorgeous static site generator that's geared towards building project documentation. Documentation source files are written in Markdown, and configured with a single YAML configuration file.
-
New: (../computer_science/gnu_linux/mkdocs.md#mathjax)
(https://www.mathjax.org/) is a beautiful and accessible way to display mathematical content in the browser, allows for writing formulas in different notations, including LaTeX, MathML and AsciiMath, and can be easily integrated with Material for MkDocs.
-
New: (../computer_science/gnu_linux/mkdocs.md#mkdocs-bibtex)
(https://github.com/shyamd/mkdocs-bibtex) is a plugin for citation management using bibtex.
(../computer_science/hardware/t14_amd_gen1.md)⚑
-
New: T14 emergency-reset hole.
An alternative to manually unplugging the internal battery.
Programming⚑
(../computer_science/programming/python/jupyter.md)⚑
-
New: Jupyter Notebook/Lab.
(https://jupyter.org/) is an open-source web application that allows you to create and share documents that contain live code, equations, visualizations and narrative text. It can be used for R and for Python, among others.
-
New: (../computer_science/programming/python/jupyter.md#extensions)
(https://jupyter-server-proxy.readthedocs.io/) lets you run arbitrary external processes (such as RStudio, Shiny Server, syncthing, PostgreSQL, etc) alongside your notebook, and provide authenticated web access to them.
-
New: (../computer_science/programming/python/jupyter.md#libraries)
(https://github.com/plotly/jupyter-dash) is a library that makes it easy to develop Plotly Dash apps interactively from within Jupyter environments.
(../computer_science/programming/python/networkx.md)⚑
-
New: NetworkX.
(https://networkx.org/) is a Python package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks.
-
New: Export NetworkX graph to Gephi.
(../computer_science/programming/python/typing.md)⚑
-
New: Python type hints.
Since Python 3.5, type hints are supported. Note that the Python runtime does not enforce function and variable type annotations but they can be used by third party tools such as type checkers, IDEs, linters, etc.
-
New: (../computer_science/programming/python/typing.md#usage)
A type alias is defined by assigning the type to the alias.
Economics⚑
Development⚑
(../economics/development/product_space.md)⚑
-
New: The Product Space.
Economic power is usually measured with the aggregate output of a countries capital and labor. The main idea of the article is that diversity of a countries exports matters, and its useful when predicting a countries development.
Other⚑
- Correction: Commented out non-working.