This is a staging site. Uploads will not persist. Testing only.
use macros to run python code in the spreadsheet

pyspread

cross-platform Python spreadsheet application

Pyspread is a cross-platform Python spreadsheet application. Instead of spreadsheet formulas, Python expressions are entered into the spreadsheet cells. Each expression returns a Python object that can be accessed from other cells. These objects can represent anything including lists or matrices.
The game board

kdiamond

three-in-a-row game

KDiamond is a three-in-a-row game like Bejeweled. It features unlimited fun with randomly generated games and five difficulty levels with varying number of diamond colors and board sizes.
multipurpose relay for bidirectional data transfer

socat

multipurpose relay for bidirectional data transfer

Socat (for SOcket CAT) establishes two bidirectional byte streams and transfers data between them. Data channels may be files, pipes, devices (terminal or modem, etc.), or sockets (Unix, IPv4, IPv6, raw, UDP, TCP, SSL). It provides forking, logging and tracing, different modes for interprocess communication and many more options.
utility to list open files

lsof

utility to list open files

Lsof is a Unix-specific diagnostic tool. Its name stands for LiSt Open Files, and it does just that. It lists information about any files that are open, by processes currently running on the system.
Shows Linux System Information with Distribution Logo

neofetch

Shows Linux System Information with Distribution Logo

Neofetch is a cross-platform and easy-to-use system information command line script that collects your Linux system information and display it on the terminal next to an image, it could be your distributions logo or any ascii art of your choice.
battleship board game

knavalbattle

battleship board game

KNavalbattle is an implementation of the Battleship game, where two players take turns firing at the opponent's ships by guessing their coordinates.