Software packages either staring or ending with X

 · 1 min read
 · zx
Table of contents

Collection of tools or software packages wht name starting or ending with X.

Awesome

Here is a partial list of software packages I used, all awesome.

  • Linux: Unix-like operating systems.
  • Unix: A family of multitasking, multi-user computer operating systems. (see wikipedia
  • TeX: a typesetting system. (see wikipedia)
  • npx: Run a command from a local or remote npm package
  • pipx: Install and Run Python Applications in Isolated Environments. homepage
  • pex: pex is a library for generating .pex (Python EXecutable) files which are executable Python environments in the spirit of virtualenvs. WTF is PEX?
  • XWIKI: XWiki is a free wiki software platform written in Java with a design emphasis on extensibility. homepage
  • htmx: htmx gives you access to AJAX, CSS Transitions, WebSockets and Server Sent Events directly in HTML, using attributes, so you can build modern user interfaces with the simplicity and power of hypertext. see homepage
  • httpx: HTTPX is a fully featured HTTP client for Python 3, which provides sync and async APIs, and support for both HTTP/1.1 and HTTP/2. see homepage

Still to be explored

Here is a partial list I have not used, and seem good to be explored.

Vaex is a high performance Python library for lazy Out-of-Core DataFrames (similar to Pandas), to visualize and explore big tabular datasets. It calculates statistics such as mean, sum, count, standard deviation etc, on an N-dimensional grid for more than a billion (10^9) samples/rows per second. Visualization is done using histograms, density plots and 3d volume rendering, allowing interactive exploration of big data. Vaex uses memory mapping, zero memory copy policy and lazy computations for best performance (no memory wasted).

More x-tools?

Please let me know!