Praat 6.4.11 šŸ’¾

Praat is a speech analysis tool used for doing phonetics by computer. Praat can analyse, synthesize, and manipulate speech, and create high-quality pictures for your publications. Praat was created by Paul Boersma and David Weenink of the Institute of Phonetics Sciences of the University of Amsterdam. Some of Praatā€™s most prominent features are: Speech analysis Speech synthesis Speech labelling Grammar models Statistical analysis

minor bugfix: Menu commands that call a script (e.g. those that were added from a plug-in). Are now visible as such by being marked with a little + sign. a that could cause the SpeechSynthesizer to mishandle European. Characters with accents on Linux.

GNU GPLv3 speech analysis audio phonetics synthesis c cpp

meet-the-fans 1.1.0 šŸ’¾

Query and Visualize the network graph of your GitHub repositories, followers, stargazers, and forks (using GraphQL and D3).

minor feature: lt;ul gt;. lt;li gt;Full dark mode on data visualization page. lt;/li gt;. lt;li gt;Showing repos list by default. lt;/li gt;. lt;li gt;Small. lt;/li gt;. lt;/ul gt;.

MITL d3 d3js data visualization network graph github stargazers

vera 0.94 šŸ’¾

vera is an alternative init daemon supervisor (PID 1) that uses containers. Containers allow reliable, foolproof shutdown and termination of started services. vera was developed on Slackware 15.0. It is capable of booting and shutting down a stock installation of Slackware 15.

major feature: Heuristically scan rc.d scripts to identify the ones that support a restart or a reload command. Update their containers to enable restarting/reloading. Automatically install a modified logrotate configuration that restarts/reloads the rc.d scripts' containers instead of running "/etc/rc.d/ restart". This fixes the problem with logrotate restarting daemons in cron's container instead of the original one.

GNU GPLv3 init admin cgroups2 slackware

MLT Multimedia Framework 7.24.0 šŸ’¾

The engine of a non-linear video editor that can be used in all sorts of apps, not just desktop video editors. MLT is an open source multimedia framework, designed and developed for television broadcasting. It provides a toolkit for broadcasters, video editors, media players, transcoders, web streamers and many more types of applications. The functionality of the system is provided via an assortment of ready to use tools, XML authoring components, and an extensible plug-in based API.

major bugfix: Framework a small memory leak in `mlt_repository`. a small memory leak in `MltPushConsumer` C++ class. Block connecting a null producer to a service. Include `locale.h` on any GNU libc platform. Modules. Added a new `spatialaudio` module with filters: - `ambisonic-decoder`. - `ambisonic-encoder`. building with FFmpeg 7. text keywords do not work with non-ASCII filenames on Windows: - `pixbuf` producer. - `opencv_tracker` filter. - `dynamictext` filter. - `qimage` producer. Added "meta.media.aspect_ratio" property to the `avformat` producer. `distort` property not working in `movit.rect` filter. frames dropping or repeating in the `multi` consumer. the `dynamic_loudness` filter maximizing audio gain. distortion in the `mono` filter. Also check for `WAYLAND_DISPLAY` to detect a graphical session in the `qt` and `glaxnimate` modules. the `wave` filter distorts if `wave` = 1 with preview scaling. Added the read-only `meta.media. u.codec.layout` property to `avformat` producer. Set the `channel_layout` property on the frame for the `noise` and `tone` audio producers. `outline` maximum for the `text` and `dynamictext` filters. Other. crash when using `-chain` from `melt`. a small memory leak on Windows `fopen()`.

GNU GPLv3 audio video

LedgerSMB 1.11.13 šŸ’¾

The LedgerSMB project provides small and mid-size businesses with solid open source accounting software: integrating invoicing, order processing, quotations and more (ERP). LedgerSMB aims to provide a strong (multi-currency accounting) basis to build your business on -- without vendor lock-in. The project team considers correctness and performance equally important key usability features and is dedicated to providing both, even on the biggest data sets. Sales (Invoices, Orders, Quotations) Receivables & Payables General ledger Inventory management Fixed asset accounting & depreciation Profit & cost centers, departments, projects Output documents in PDF, HTML, CSV, Office formats Mail documents (e.g. invoices) from within the application Translatable to your language (comes with 45 languages) and more The fact that LedgerSMB is open source - meaning that the source code is freely available - makes it even more customizable and flexible.

minor bugfix: The LedgerSMB development team is happy to announce yet another new version of its open source ERP and accounting application. This release contains the following fixes and improvements: Changelog for 1.11.13 * Compatibility with Workflow 2.0 to be released (#8138) * Fix recurring items re-using state of the original item (#8157) * Fix download links at the bottom of the tax form report (#8164) For installation instructions and system requirements, see https://github.com/ledgersmb/LedgerSMB/blob/1.11.13/README.md The release can be downloaded from our download site at https://download.ledgersmb.org/f/Releases/1.11.13The release can be downloaded from GitHub at https://github.com/ledgersmb/LedgerSMB/releases/tag/1.11.13 Or pulled from the GitHub Container Registry docker pull ghcr.io/ledgersmb/ledgersmb:1.11.13 Or pulled from Docker Hub using the command docker pull ledgersmb/ledgersmb:1.11.13 These are the sha256 checksums of the uploaded files: 7d4461112d90db7dc63786c924d4991693e3380e03d30a657e53250a27637c55 ledgersmb-1.11.13.tar.gz 03ecdf3e43909c7d028b1fd1ade2aa05e1ce08b330aec025d91b98f0b65d8965 ledgersmb-1.11.13.tar.gz.asc

GNU GPL accounting invoicing orders erp perl

Unison 2.53.5 šŸ’¾

Unison is a file-synchronization tool for POSIX-compliant systems (e.g. *BSD, GNU/Linux, macOS) and Windows. It allows two replicas of a collection of files and directories to be stored on different hosts (or different disks on the same host), modified separately, and then brought up to date by propagating the changes in each replica to the other. Unison has been in use for over 20 years and many people use it to synchronize data they care about. Features: Unison works across platforms, allowing you to synchronize a Windows laptop with a Unix server, for example. Unlike simple mirroring or backup utilities, Unison can deal with updates to both replicas of a distributed directory structure. Updates that do not conflict can be propagated automatically. Conflicting updates are detected and displayed. Unlike many network filesystems, Unison copies data so that already-synchronized data can be read and written while offline. Unlike most distributed filesystems, Unison is a user-level program that simply uses normal systems calls: there is no need to modify the kernel, to have superuser privileges on either host, or to have a FUSE implementation. Unison works between any pair of machines connected to the internet, typically communicating over ssh, but also directly over TCP. It is careful with network bandwidth, and runs well over slow links. Transfers of small updates to large files are optimized using a compression protocol similar to rsync.

minor bugfix: Released 2024-mm-dd Various minor. Recovery from errors during repeat mode (enabled in 2.53.1) is disabled for time being.

GNU GPLv3 ocaml file-syncronization internet archiving networking mirroring rsync file-transfer backup

Hoppscotch šŸ’¾

Open source API development ecosystem.

minor feature:

MITL api rest graphql

qpwgraph 0.7.1 šŸ’¾

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

minor bugfix: Hot-: disable thumbview interactivity: prevent dragging nodes. Over to extremely severe off-limits by accident.

GNU GPLv3 audio jack pipewire qt cpp

Eric IDE 24.6 šŸ’¾

Eric is an IDE for Python and Ruby. It provides unlimited editor windows and layout, syntax checking and highlighting, autocompletion, calltips, folding, brace matching, spell checking, search and replace. It includes a class browser, various VCS interfaces, collaboration features, documentation helpers, and a remote debugger for Python and Ruby, unit testing, profiling and code coverage stats, and an interactive Python shell. Command-line filters or hooks can be run from the IDE, such as cx_freeze or PyLink.

minor bugfix: - Web Browser. - Added the capability to enable the rendering of all web pages using a. Dark theme (PyQt/Qt = 6.7.0).

GNU GPLv3 python ide debugger programmers ruby

Pencil2D 0.6.6 šŸ’¾

Pencil2D is a free and open source animation/drawing software for Windows, macOS, Linux, and FreeBSD. It lets you create traditional hand-drawn animation (cartoon) using both bitmap and vector graphics. Pencil2D is a community-driven project developed entirely by volunteers and we are always looking for more helping hands! There are many different ways to contribute, so anyone can help regardless of their background.

minor feature: Features A preliminary version of crash recovery Open the last edited project when launching Pencil2D Timeline now using the system palette colors Fixes Improved user interface overlapping issue at low screen resolutions by adding scrollbars Check for updates didn't work on Windows Temporary tools getting stuck if changing applications by pressing Alt key Fixed a couple of issues regarding frame cache invalidation Fixed misc tablet/mouse stroke issues Fixed memory leaks #1414 Fixed new layer naming #1437 "Reset Windows" now resets all sub panels to their initial positions #1433 Fixed broken polyline tool

GNU GPLv3 animation 2d vector-graphics bitmap cpp c

Joplin 3.0.6 šŸ’¾

Joplin is a free, open source note taking and to-do application, which can handle a large number of notes organised into notebooks. The notes are searchable, can be copied, tagged and modified either from the applications directly or from your own text editor. The notes are in Markdown format. Notes exported from Evernote can be imported into Joplin, including the formatted content (which is converted to Markdown), resources (images, attachments, etc.) and complete metadata (geolocation, updated time, created time, etc.). Plain Markdown files can also be imported. Joplin is "offline first", which means you always have all your data on your phone or computer. This ensures that your notes are always accessible, whether you have an internet connection or not. The notes can be securely synchronised using end-to-end encryption with various cloud services including Nextcloud, Dropbox, OneDrive and Joplin Cloud. Full text search is available on all platforms to quickly find the information you need. The app can be customised using plugins and themes, and you can also easily create your own.

minor feature: New: Add context menu item to view OCR text of an attachment (8bdec4c) New: Added search list for configuration font input fields (#10248 by @ab-elhaddad) Improved: Attach log to crash dump when the application crashes (c5dfa4c) Improved: Display a message when Joplin Cloud user don't have access to email to note feature (#10322 by @pedr) Improved: Do not trim markdown upon saving in rich text (#10321) (#10315 by @chaNcharge) Improved: Improved log formatting and allow saving last lines of log to memory (74bc9b3) Improved: Refactor sidebar to better handle thousands of tags and notebooks (#10331) (#4251 by @personalizedrefrigerator) Improved: Support URLs in plugin API imaging.createFromPath (#10334) Improved: Ubuntu 24.04: Work around unprivileged user namespace restrictions by adding the --no-sandbox flag to the launcher (#10338) (#10332 by @personalizedrefrigerator) Improved: Updated packages @adobe/css-tools (v4.3.3) Fixed: After deleting the last note from the conflicts folder, the application state is invalid (#10189) Fixed: Display correct sorting icon (#10283) Fixed: Do not invite user to create new notes in the trash folder (#10356) (#10191 by @personalizedrefrigerator) Fixed: Fix "new notebook" shown in context menu when right-clicking on the "Tags" header (#10378 by @personalizedrefrigerator) Fixed: Fix note disappears while editing (#10370) (#10194 by @personalizedrefrigerator) Fixed: Fixed error when processing certain PDF files for OCR (#10056) Fixed: Linux: Allow passing --enable-wayland-ime flag to fix input method issues on startup (#10349) (#10345 by @personalizedrefrigerator) Fixed: Old.reddit pages are not saved correctly as HTML by the Web Clipper (#10274) Fixed: Search results from API change when fields param is used (#10088) Fixed: When web clipper clipping code blocks, keep code in multiline and delete code number lines (#10126) (#5626 by @wljince007)

Affero GPLv3 note-taking todo markdown typescript javascript

Conda 24.4.0 šŸ’¾

Conda is a cross-platform, language-agnostic binary package manager. It is the package manager used by Anaconda installations, but it may be used for other systems as well. Conda makes environments first-class citizens, making it easy to create independent environments even for C libraries. Conda is written entirely in Python, and is BSD licensed open source. Conda is enhanced by organizations, tools, and repositories created and managed by the amazing members of the conda community.

minor feature: Enhancements For Windows users, the stub executables used for Python entrypoints in packages are now codesigned. (#13721)

BSDL-2 package-management binaries python

gRPC 1.63.0 šŸ’¾

gRPC is a modern, open source, high-performance remote procedure call (RPC) framework that can run anywhere. gRPC enables client and server applications to communicate transparently, and simplifies the building of connected systems.

major feature: lt;p gt;This is release 1.63.0 ( lt;a href= quot;https://github.com/grpc/grpc/blob/master/doc/g_stands_for.md quot; gt;giggle lt;/a gt;) of gRPC Core. lt;/p gt;. lt;p gt;For gRPC documentation, see lt;a href= quot;https://grpc.io/ quot; rel= quot;nofollow quot; gt;grpc.io lt;/a gt;. For previous releases, see lt;a href= quot;https://github.com/grpc/grpc/releases quot; gt;Releases lt;/a gt;. lt;/p gt;. lt;p gt;This release contains refinements, improvements, and, with highlights listed below. lt;/p gt;. lt;h2 gt;Core lt;/h2 gt;. lt;ul gt;. lt;li gt; Deps Backport: Protobuf upgrade to v26.1. lt;/li gt;. lt;li gt; OTel C++ Add experimental optional locality label available to client per-attempt metrics. lt;/li gt;. lt;li gt; surface Add an API to inject connected endpoints into servers. lt;/li gt;. lt;li gt; CMake Add gRPC_USE_SYSTEMD option. lt;/li gt;. lt;li gt; OTel C++ Add API to set channel scope filter. lt;/li gt;. lt;li gt; Deps Upgraded protobuf to v26.1. lt;/li gt;. lt;li gt; channel canonify target and set channel arg in only one place. lt;/li gt;. lt;li gt; grpc Gpr_To_Absl_Logging Using absl from within gpr logging. lt;/li gt;. lt;li gt; BoringSSL Update third_party/boringssl-with-bazel. lt;/li gt;. lt;li gt; EventEngine Document RunAfter can return an invalid handle for immediate execution. lt;/li gt;. lt;li gt; EventEngine Enable the EventEngine DNS Resolver on Posix. lt;/li gt;. lt;li gt; EventEngine Support AF_UNIX for windows. lt;/li gt;. lt;/ul gt;. lt;h2 gt;C++ lt;/h2 gt;. lt;ul gt;. lt;li gt; OTel C++ Add APIs to enable/disable metrics. lt;/li gt;. lt;li gt; EventEngine Refactor ServerCallbackCall to use EventEngine::Run. lt;/li gt;. lt;li gt; OTel C++ Add CMake build support. lt;/li gt;. lt;li gt;gRPC C++ upgraded Protobuf to v26.1. lt;/li gt;. lt;/ul gt;. lt;h2 gt;C# lt;/h2 gt;. lt;ul gt;. lt;li gt; csharp csharp doc comments. lt;/li gt;. lt;li gt;C#: Grpc.

Apache rpc cpp python c

motivational-numerology 2.3.3 šŸ’¾

Calculate and interpret the numerology numbers derived from your name (Destiny, Personality, and Attitude) and birth date (Character, Soul Urge, and Hidden Agenda). The code is based on the book Motivational Numerology by Sally Faubion.

minor feature: Showing definitions of categories on empty state. Misc fixes and cleanups. Added meta tags.

Artistic numerology javascript end-users

Weblate 5.5.2 šŸ’¾

Weblate is an open source web-based translation tool with version control. It includes several hundred languages with basic definitions, and enables the addition of more language definitions, all definitions can be edited by the web community or a defined set of people, as well as through integrating machine translation, such as DeepL, Amazon Translate, or Google Translate.

minor feature: lt;p gt;Released on April 26th 2024. lt;/p gt;. lt;p gt; lt;strong gt; lt;/strong gt; lt;/p gt;. lt;ul gt;. lt;li gt;publishing packages to PyPI. lt;/li gt;. lt;/ul gt;. lt;p gt; lt;strong gt;Upgrading lt;/strong gt; lt;/p gt;. lt;p gt;Please follow lt;a href="https://docs.weblate.org/en/weblate-5.5.2/admin/upgrade.html#generic-upgrade-instructions" rel="nofollow" gt; lt;span gt;Generic upgrade instructions lt;/span gt; lt;/a gt; in order to perform update. lt;/p gt;. lt;p gt; lt;a href="https://github.com/WeblateOrg/weblate/milestone/118?=1" gt;All changes in detail lt;/a gt;. lt;/p gt;.

GNU GPLv3 translation localization web python html