diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2024-07-22 13:36:43 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2024-07-22 13:36:43 +0900 |
| commit | 576a7e682b9b5e9ccde0ea8577ad91665a846d7a (patch) | |
| tree | efd0bef327a7e09acaf42ebc55a198eb76b34753 | |
| parent | 3e5907ce7b7c98176b1eda3420811b3e55bc6ef9 (diff) | |
Init
| -rw-r--r-- | public/progs.csv | 7 | ||||
| -rw-r--r-- | static/progs.csv | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/public/progs.csv b/public/progs.csv index 061fa24..27de4f6 100644 --- a/public/progs.csv +++ b/public/progs.csv @@ -1,5 +1,5 @@ #TAG,NAME IN REPO (or git url),PURPOSE (should be a verb phrase to sound right while installing) -,xf86-input-wacom,"is a X.Org Wacom tablet driver." +,xf86-input-wacom,is a X.Org Wacom tablet driver. ,xorg-server,is the graphical server. This first one may take a while as it pulls many other dependencies first on clean installs. ,xorg-xbacklight,enables changing screen brightness levels. ,xorg-xclipboard,is X clipboard manager. @@ -71,6 +71,7 @@ A,gtk-theme-arc-gruvbox-git,gives the dark GTK theme used in THESIAH. A,htop-vim,is a graphical and colorful system monitor. ,hugo,is a fastest framework for building websites. ,imagemagick,is an image viewing/manipulation program. +P,imageio,is a Python library that provides an easy interface to read and write a wide range of image data. P,imread,is a simple module with a small number of functions. ,inputattach,is a set of utilities for joysticks and serial devices (especially tablet version ThinkPads). ,jq,is a command-line JSON processor. @@ -108,7 +109,7 @@ P,notebook,is a web-based notebook environment for interactive computing. ,npm,npm for tmuxinator that manages tmux sessions. ,nsxiv,is a minimalist image viewer. ,ntfs-3g,allows accessing NTFS partitions. -P,numpy, is the fundamental package for scientific computing with Python. +P,numpy,is the fundamental package for scientific computing with Python. ,openvpn,is an open source VPN daemon. I,openssh,"is SSH protocol implementation for remote login, command execution, and file transfer." A,pam-gnupg,auto unlocks when log-in. @@ -143,7 +144,7 @@ A,simple-mtpfs,enables the mounting of cell phones. P,spacy,is a library for advanced Natural Language Processing in Python and Cython. P,spicy,is a library for advanced Natural Language Processing in Python and Cython. P,sqlalchemy,is the Python SQL toolkit and Object Relational Mapper. -P,statsmodels,"is a Python package that provides a complement to scipy for statistical computations." +P,statsmodels,is a Python package that provides a complement to scipy for statistical computations. A,stig-git,is a TUI and CLI client for the transmission daemon. ,tar,compresses or extracts files. A,task-spooler,queues commands or files for download. diff --git a/static/progs.csv b/static/progs.csv index 061fa24..27de4f6 100644 --- a/static/progs.csv +++ b/static/progs.csv @@ -1,5 +1,5 @@ #TAG,NAME IN REPO (or git url),PURPOSE (should be a verb phrase to sound right while installing) -,xf86-input-wacom,"is a X.Org Wacom tablet driver." +,xf86-input-wacom,is a X.Org Wacom tablet driver. ,xorg-server,is the graphical server. This first one may take a while as it pulls many other dependencies first on clean installs. ,xorg-xbacklight,enables changing screen brightness levels. ,xorg-xclipboard,is X clipboard manager. @@ -71,6 +71,7 @@ A,gtk-theme-arc-gruvbox-git,gives the dark GTK theme used in THESIAH. A,htop-vim,is a graphical and colorful system monitor. ,hugo,is a fastest framework for building websites. ,imagemagick,is an image viewing/manipulation program. +P,imageio,is a Python library that provides an easy interface to read and write a wide range of image data. P,imread,is a simple module with a small number of functions. ,inputattach,is a set of utilities for joysticks and serial devices (especially tablet version ThinkPads). ,jq,is a command-line JSON processor. @@ -108,7 +109,7 @@ P,notebook,is a web-based notebook environment for interactive computing. ,npm,npm for tmuxinator that manages tmux sessions. ,nsxiv,is a minimalist image viewer. ,ntfs-3g,allows accessing NTFS partitions. -P,numpy, is the fundamental package for scientific computing with Python. +P,numpy,is the fundamental package for scientific computing with Python. ,openvpn,is an open source VPN daemon. I,openssh,"is SSH protocol implementation for remote login, command execution, and file transfer." A,pam-gnupg,auto unlocks when log-in. @@ -143,7 +144,7 @@ A,simple-mtpfs,enables the mounting of cell phones. P,spacy,is a library for advanced Natural Language Processing in Python and Cython. P,spicy,is a library for advanced Natural Language Processing in Python and Cython. P,sqlalchemy,is the Python SQL toolkit and Object Relational Mapper. -P,statsmodels,"is a Python package that provides a complement to scipy for statistical computations." +P,statsmodels,is a Python package that provides a complement to scipy for statistical computations. A,stig-git,is a TUI and CLI client for the transmission daemon. ,tar,compresses or extracts files. A,task-spooler,queues commands or files for download. |
