Software: Fityk, Butterfly, pgFormatter, a2ps, and More
-
Fityk is A Multi-platform Open-source Data-analysis Package for Scientists
Fityk [fi:tik] is an open-source program for data processing and nonlinear curve fitting, that works for Windows, Linux and macOS.
-
Butterfly: Note-taking with a Style
Butterfly is a note app where your ideas come first. You can paint, add texts and export them easily on every device.
It is written in Flutter and the Dart programming language, and it comes with dozens of features and colors options especially for creative people who like to take handwritten notes.
[...]
The project is released under the AGPL-3.0-only License.
-
Usermode FTP Server is an Open-source Multi-platform FTP Server
Access your files directly with many file browsers' builtin FTP support: Windows File Explorer, Thunar, Gnome Files, Dolphin and many more!
-
Trilium Notes is An Open-source Personal Knowledge base App and Evernote Alternative
Trilium Notes is a free open-source hierarchical note-taking application with focus on building large personal knowledge bases.
It comes packed with dozens of useful future to aid all kind of users. As its primary goal to build a knowledge base, it can be used by creative writers, to write novels, librarians, developers and and editors.
-
PostgreSQL: pgFormatter v5.3 released
Version 5.3 of pgFormatter, a free and reliable tool used to format SQL and PLPGSQL code, has been officially released and is publicly available for download. A demonstration site is available online at http://sqlformat.darold.net/
pgFormatter is the most advanced SQL and PlPgsql code formatter and beautifier dedicated to PostgreSQL. It is provided as a CLI or a CGI program.
-
a2ps 4.14.91 released [alpha]
This alpha release marks the return of GNU a2ps to the Translation Project.
Some other minor issues have also been fixed.
Here are the compressed sources and a GPG detached signature: https://alpha.gnu.org/gnu/a2ps/a2ps-4.14.91.tar.gz https://alpha.gnu.org/gnu/a2ps/a2ps-4.14.91.tar.gz.sig
Use a mirror for higher download bandwidth: https://www.gnu.org/order/ftp.html
Here are the SHA1 and SHA256 checksums:
36c2514304132eb2eb8921252145ced28f209182 a2ps-4.14.91.tar.gz 1LQ+pPTsYhMbt09CdSMrTaMP55VIi0MP7oaa+zDvRG0 a2ps-4.14.91.tar.gz
The SHA256 checksum is base64 encoded, instead of the hexadecimal encoding that most checksum tools default to.
Use a .sig file to verify that the corresponding file (without the .sig suffix) is intact. First, be sure to download both the .sig file and the corresponding tarball. Then, run a command like this:
gpg --verify a2ps-4.14.91.tar.gz.sig
The signature should match the fingerprint of the following key:
pub rsa2048 2013-12-11 [SC] 2409 3F01 6FFE 8602 EF44 9BB8 4C8E F3DA 3FD3 7230 uid Reuben Thomas <rrt@sc3d.org> uid keybase.io/rrt <rrt@keybase.io>
If that command fails because you don't have the required public key, or that public key has expired, try the following commands to retrieve or refresh it, and then rerun the 'gpg --verify' command.
gpg --locate-external-key rrt@sc3d.org
gpg --recv-keys 4C8EF3DA3FD37230
wget -q -O- 'https://savannah.gnu.org/project/release-gpgkeys.php?group=a2ps&download=1' | gpg --import -
As a last resort to find the key, you can try the official GNU keyring:
wget -q https://ftp.gnu.org/gnu/gnu-keyring.gpg gpg --keyring gnu-keyring.gpg --verify a2ps-4.14.91.tar.gz.sig
This release was bootstrapped with the following tools: Autoconf 2.69 Automake 1.16.1 Gnulib v0.1-5347-gc0c72120f0
NEWS
* Noteworthy changes in release 4.14.91 (2022-08-08) [alpha] * Build: - Re-add a2ps to the Translation Project, and remove po files from git. * Bug fixes: - Remove reference to @COM_distill@ variable in a2ps_cfg.in. * Documentation: - Format --help output consistently to 80 columns. - Fix a couple of message typos.