strace 6.9 💾

strace is a diagnostic, debugging and instructional userspace utility for Linux. It is used to monitor and tamper with interactions between processes and the Linux kernel, which include system calls, signal deliveries, and changes of process state. The operation of strace is made possible by the kernel feature known as ptrace.

minor feature: Noteworthy changes in strace 6.9 (2024-05-14) Improvements. Implemented --always-show-pid option. The --user -u option has learned to recognize numeric UID:GID pair, allowing e.g. statically-built strace to be used without invoking nss plugins. Implemented decoding of IORING_REGISTER_SYNC_CANCEL, IORING_REGISTER_FILE_ALLOC_RANGE, IORING_REGISTER_PBUF_STATUS, IORING_REGISTER_NAPI, and IORING_UNREGISTER_NAPI opcodes of io_uring_register syscall. Implemented decoding of BPF_TOKEN_CREATE bpf syscall command. Updated decoding of io_uring_register and pidfd_send_signal syscalls. Updated lists of BPF_*, CAN_*, IORING_*, KEY_*, LSM_*, MPOL_*, NT_*, RWF_*, PIDFD_*, PTP_*, TCP_*, and *_MAGIC constants. Updated lists of ioctl commands from Linux 6.9. Contributors. This release was made possible by the contributions of many people. The maintainers are grateful to everyone who has contributed changes or reports. These include: Christian Ehrhardt. Dmitry V. Levin. Gleb Fotengauer-Malinovskiy. Michael Vogt. Yao Zi. Zygmunt Krynicki. Please refer to the CREDITS file for the full list of strace contributors.

GNU LGPL c debugger software-development

Fasttracker II clone 1.84 💾

Fasttracker II clone for Windows/macOS/Linux Aims to be a highly accurate clone of the classic Fasttracker II software for MS-DOS. The XM player itself has been directly ported from the original source code, for maximum accuracy. The code is partly my own, partly based on the original FT2 code. What is Fasttracker II? Read about it on Wikipedia.

minor feature: lt;ul gt;. lt;li gt;There was a in v1.83 making you unable to play-test (jam) samples at all while the pattern editor was hidden. Quite bad! Sorry for that. lt;/li gt;. lt;/ul gt;.

BSDL-2 audio tracker

gsequencer 6.11.6 💾

Advanced Gtk+ Sequencer Welcome to project website of Advanced Gtk+ Sequencer. Advanced Gtk+ Sequencer is a tree based audio processing engine released under the terms of the GNU GPLv3+. It uses extensively threads, supporting LADSPA, DSSI and Lv2 plugin format. Advanced Gtk+ Sequencer is capable of doing multi-channel editing, it contains an automation editor and you might want live export to audio files. There are sequencer machines as well a fully featured notation editor. Supporting copy & paste, resizing audio channels or align in-/output pads GSequencer does audio output on GNU/Linux by ALSA. Avoid additional layers on ALSA like arts, esd or pulseaudio. The output to the soundcard is usually done by AgsPanel sink. Sounds are created by sequencers like AgsDrum, AgsMatrix and alike. Such sources can be bundled by AgsMixer and finally write to hardware by AgsPlayChannelRun recall.

minor feature: Joël Krähemann (Maintainer of Advanced Gtk+ Sequencer) . Implemented switching dark mode on macOS. Added initial missing app window in window menu. Added missing preferences in window menu.

GNU GPLv3 sound-synthesis mixers sequencer audio

FreeFileSync 13.6 💾

FreeFileSync allows comparing and synchronizing local file folders. It's performant and without GUI complexity. It detects moved and renamed files, detect conflicts, can operate on locked files, understands symlinks, allows automatic syncing, copyies extended file permissions (NTFS), and it's cross-platform.

minor bugfix: Compact parent path display for medium/large row sizes crash when mouse inputs are queued due to system lag Don't steal focus from other app when sync progress dialog is shown crackling sound at the beginning of WAV playback (Linux) Prevent middle grid tooltip from covering sync direction Disable Nagle algorithm for SFTP connections

GNU GPLv3 synchronization file-management backup version-control mirroring cpp

TEA text editor 63.0.2 💾

TEA is powerful text editor that provides hundreds of text processing functions. It supports QML plugins and external scripts. TEA can open plain text files, FB2, Ebook, ODT, DOCX, Abiword, KWord KWD, SWX, PDF, DJVU. Other features: Built-in MC-like file manager. Speech Dispatcher support Spellchecker (using the aspell or/and Hunspell). Tabbed layout engine. Syntax highlighting for C, C++, Bash script, BASIC, C#, D, Fortran, Java, LilyPond, Lout, Lua, NASM, NSIS, Pascal, Perl, PHP, PO (gettext), Python, Seed7, TeX/LaTeX, Vala, Verilog, XML, HTML, XHTML, Dokuwiki, MediaWiki. Multiply encodings support. Code snippets and templates support. Scripts (Python, Perl, Ruby, Lua, Bash, 2/Rexx script). Hotkeys customizations. Misc HTML tools. Dokuwiki, MediaWiki, Docbook, Markdown, LaTeX, Lout editing tools. Preview in external browsers or other programs. String-handling functions such as sorting, reverse, format killing, trimming, filtering, conversions etc. Bookmarks. Morse code translator. Calendar/organizer with Moon phases Built-in image viewer (PNG, JPEG, GIF, WBMP, BMP, TIFF, TGA, etc.). Built-in image converter and resizer.

major bugfix: Printer support fixes for cmake/Qt5/Qt6. Printer support has been removed at qmake. Unicode functions fixes.

GNU GPLv3 text editor qt markdown text-processing filter latex html wiki xml utilities c++ windows os2 macos cross-platform bsd linux

HarfBuzz 8.5.0 💾

HarfBuzz is a text shaping engine. It primarily supports OpenType, but also Apple Advanced Typography. HarfBuzz is used in Android, Chrome, ChromeOS, Firefox, GNOME, GTK+, KDE, LibreOffice, OpenJDK, PlayStation, Qt, XeTeX, and other places.

major bugfix: Monday, May 13, 2024 API for partial instancing is now stable and have been promoted out of experimental APIs. Support instancing BASE table. Speedup AAT shaping by 13 30 . Various build. Various subsetter and instancer. New API. +HB_SUBSET_FLAGS_OPTIMIZE_IUP_DELTAS. +hb_subset_input_get_axis_range(). +hb_subset_input_pin_axis_location().

Mixed c++ c fonts text-shaping

Ampache 6.5.0 💾

Ampache is a web based audio/video streaming application and file manager allowing you to access your music & videos from anywhere, using almost any internet enabled device. Ampache's usefulness is heavily dependent on being able to extract correct metadata from embedded tags in your files and/or the file name. Ampache is not a media organiser; it is meant to be a tool which presents an already organised collection in a useful way. It assumes that you know best how to manage your files and are capable of choosing a suitable method for doing so.

major feature: This release has focused on cleaning up the Query class to allow more options for API clients Ampache uses the Query class to create 'browses'. A browse is a query that allows filtering and sorting data. This release has made greater use of browses reducing reliance on customizing mini functions to provide the same information. Added: Add `songs_artsts` to album objects. Add `playlist_search` as a browse type. (combined playlists and smartlists). Allow sorting playlists by `type`. Allow sorting searches by `type`, `limit` and `random` status. Ensure `catalog` is available on media browses. Add many missing database columns to browse sorts and filters on all browses. Changed: Extract the Query class into individual classes. Album browse `artist` was only selecting `album_artist`. Removed: Remove `disk` sort from `album` browse. Remove `album` sort from `artist` browse. Remove `call_sign` and `frequency` from `live_stream` browses (whatever they were). : Playlist Exporter wasn't checking user id correctly. `catalog` browses using incorrect column. `artist` browse by `song_artist` wasn't in the valid list. Missing `video` browse filters on `clip`, `movie`, `personal_video`, `tvshow`, `tvshow_season` and `tvshow_episode` browses. Random (`rand`) was missing from a lot of query types as a valid option. for searches, `random` sort was random sorting the sql and ignoring the random column (use `rand` for random result sorting). ## API 6.5.0. Added: API6. Add `songartists` to all album data responses. (In an album `artists`=album_artists, `songartists`=song_artists). artist_albums: add `album_artist` as an optional parameter. : API6. list: sorting was by `id` instead of `name`. browse: sorting was by `id` instead of `name`. download: The API can use searches as playlists so check for the `smart_` pre stream: The API can use searches as playlists so check for the `smart_` pre.

Apache php streaming server audio music javascript video

LibreSSL 3.9.2 💾

LibreSSL Portable is a free version of the SSL/TLS protocol forked from OpenSSL, and developed by the OpenBSD project. LibreSSL is developed as part of the OpenBSD system, with lots of ancient cruft and security woes already fixed. The portable version for other Unices is developed alongside.

bugfix: It includes the following change from LibreSSL 3.9.1: OpenBSD 7.5 errata 003. A missing bounds check could lead to a crash. Due to dereferencing a zero-sized allocation. The LibreSSL project continues improvement of the codebase to reflect modern. Safe programming practices. We welcome feedback and improvements from the Broader community. Thanks to all of the contributors who helped make this Release possible.

ISC ssl tls cryptography security libraries aes rsa sha1 communications

qpwgraph 0.7.2 💾

qpwgraph is a graph manager dedicated to PipeWire, using the Qt C++ framework, based and pretty much like the same of QjackCtl.

minor bugfix: Remove margins and spacing from the top-level canvas layout. Possible to pipewire backend thread loop locking. Updated to latest framework level (Qt = 6.7).

GNU GPLv3 audio jack pipewire qt cpp

zam-plugins 4.3 💾

A collection of Audio plugins

minor feature: Huge kudos to falktx for completing AU support in DPF!. - New plugin: ZamNoise noise reduction based on Gnome Wave Cleaner, uses Ephriam / Malah noise suppression algorithm from 1984. - Tweak defaults and ranges on ZamEQ2. - Make ZaMaximX2 threshold/gain controls more usable in response to unfa's critique of FOSS limiter plugins.

GNU GPLv3 audio music filter

OpenMPT 1.31.07.00 💾

OpenMPT is a popular tracker software for Windows. OpenMPT (short hand for Open ModPlug Tracker) is completely free and allows you to create and play back some great music on your computer. Based on the original ModPlug Tracker written by Olivier Lapicque, OpenMPT is free software, can import a wide variety of module formats and offers an intuitive, native GUI as well as advanced features such as VST plugins and ASIO output. In addition to its own song format, OpenMPT can natively edit Impulse Tracker, FastTracker, Scream Tracker and ProTracker module files. Read more about it on the features page!

major bugfix: Pattern tab Find Replace: In the plugin parameter dropdown, parameter 999 was missing if the number of plugin parameters was unknown. Comments tab. Sample / instrument name editing was broken since OpenMPT 1.31.01.00 (tx SoDa7). Playback. The OPL emulation produced unwanted clicks with mix rates exceeding 65 kHz (http://.openmpt.org/view.php?id=1775). MIDI macro command s didn't compute the correct checksum if a device ID was made up from two bytes (e.g. Roland XV-5080). IT. Imp Disable a few more compatibility flags for ITs made with older Schism Tracker versions (http://.openmpt.org/view.php?id=1764). Mod Halve the output volume of files saved with ChibiTracker, as its mixer is about half as loud as ours. XM. Imp Detect files saved with PlayerPRO. Improved detection of files saved with ModPlug Tracker. Mod Files with impossibly small pattern headers are now rejected, like FastTracker 2 does. S3M. Imp Detect files saved with PlayerPRO. In mono mode, the ratio between sample and OPL volume was incorrect (http://.openmpt.org/view.php?id=1774). MOD. Mod Changed VBlank timing heuristic to always assume CIA timing when long samples are found. Disable NoiseTracker quirks if empty sample slots have a default volume other than 0 (http://.openmpt.org/view.php?id=1765). 7-bit panning detection may have returned incorrect results for MODs with a channel count other than 4. Other formats. Imp STK: Loosen SoundTracker file rejection heuristics a bit to allow loading of files with overly long samples (romantic.stk) and malformed song titles (schmokk.mod, scramble_2.mod and others). Other heuristics has been tightened a bit. Imp MED: Improve handling of default tempo, panning and channel volume in files containing more than one song. Mod MO3: Further reduce maximum allowed music data (not samples) size from 2 GiB to 512 MiB. Mod MDL: Slightly more accurate import of pattern command 9 (enabling enve

BSDL-2 audio tracker

ALT Workstation K 10.3 💾

ALT is a set of Linux distributions based on Sisyphus, an APT-enabled RPM package repository that aims to achieve feature completeness, usability, and security in a sensible and manageable mixture.

minor bugfix: The release of the ALT Workstation K 10.3 OS on the platform 10 (p10 Aronia branch) is prepared for x86_64. New features 10.3: * A weather forecast widget based on Yandex data has been added. * Accelerated work in photo and video editors, with 3D graphics is possible thanks to support for launching applications on a discrete NVIDIA graphics card. * The desktop design is complemented by the ability to select a dark theme when you first log in. * During installation, a swap file is automatically created on the root partition.

GNU GPL operating-system starterkit installation end-users developers livecd rescue desktop server security bbs communication communication commu

PatchMatrix 0.26.0 💾

A simple graphical JACK patchbay that tries to unite the best of both worlds: Fast patching and uncluttered port representation of a matrix patchbay Excellent representation of signal flow of a flow canvas patchbay It additionally features tightly embedded graphical mixer clients automatable with JACK MIDI/OSC.

minor feature:

Mixed audio music midi jack c

Technolagy is more than tool 💾

Expeed Software is software Development Company based in Ohio, USA that helps businesses of all sizes modernize, integrate, and optimize their applications and processes to create extraordinary experiences. Established in 2008, our core expertise lies in software application development (including mobile app development) and legacy system modernization. With over 100 employees working out of 4 offices across the globe, we have been working with top global companies and Fortune 500 companies, empowering them to quickly adapt to the ever-changing marketplace. Our strategic partnership with technologies like Qlik, Microsoft, and AWS, helps us deliver robust and scalable solutions for our clients that enables rapid data-driven decision-making, supports game-changing efficiencies and offers better customer experience with a resilient and agile cross-company digital infrastructure.  At Expeed, we believe in having strategic long-term relationships with our clients.

minor feature:

Public Domain web app development mobile app development iot applications

tesseract-ocr 5.4.0 💾

tesseract-ocr is an OCR engine originally developed by Hewlett Packard and now sponsored by Google. It is highly accurate and will read a binary, gray, or color image and output text.

major bugfix: -rc1. Build, code refactoring and other smaller changes. grey result of indexed PNG in pdfrenderer. Rename frk - deu_latf (ISO 639-3, ISO 15924). Remove broken Dockerfile. for several reported by Coverity Scan. Remove unsupported OpenCL code and related API functions. Facilitate vectorization for generic build. Add PAGE XML renderer / export. Support training without lstmf files. Improve CCUtil::main_setup. Allow for text angle/gradient to be retrieved.

Apache c++ c ocr library cli