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 build is available for x86_64, AArch64, i586 Platform 10, based on the 6.1 LTS kernel.
* NVIDIA R550 Drivers.
* Usrmerge package available out-of-box; necessary when moving to Platform 11.
* Updated application versions
GNU GPL operating-system starterkit installation end-users developers livecd rescue desktop server security bbs communication communication commu
The Medical Imaging Interaction Toolkit (MITK) is a free open-source software system for development of interactive medical image processing software. MITK combines the Insight Toolkit (ITK) and the Visualization Toolkit (VTK) with an application framework.
The links below provide high-level and reference documentation targeting different usage scenarios:
Get a high-level overview about MITK with pointers to further documentation
End-users looking for help with MITK applications should read the MITK User Manual
Developers contributing to or using MITK, please see the MITK Developer Manual as well as the MITK API Reference
major bugfix: lt;h1 gt;News for MITK Workbench users lt;/h1 gt;.
lt;p gt;We are proud to release MITK v2024.12. In the past 6 months we resolved about 200 tasks and in over 300 commits. While our winter releases tend to be manily releases, we take the opportunity to highlight several new features and quality of life improvements in these release notes. You find the complete changelog at the end of this release notes. lt;/p gt;.
lt;h2 gt;Segmentation lt;/h2 gt;.
lt;h3 gt;Rename label groups lt;/h3 gt;.
lt;p gt;Labels can be organized in groups (used to be named quot;layers quot; in the past). In fact it is the only way to create overlapping labels, since labels within a group cannot share the same pixels. It is now possible to rename groups, which otherwise have generic default names like quot;Group 1 quot;. lt;/p gt;.
lt;p gt; lt;a target= quot;_blank quot; rel= quot;noopener noreferrer quot; href= quot;https://private-user-images.githubusercontent.com/9033034/394219588-a6b56686-802e-413c-976d-a49394feb45a.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzM4ODcyOTAsIm5iZiI6MTczMzg4Njk5MCwicGF0aCI6Ii85MDMzMDM0LzM5NDIxOTU4OC1hNmI1NjY4Ni04MDJlLTQxM2MtOTc2ZC1hNDkzOTRmZWI0NWEucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI0MTIxMSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNDEyMTFUMDMxNjMwWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9ZmE2OTZlYzgyNTU5Njc5Y2ZkMDg5YWE3ZDZlNDAzMmIwMjZkODI0NGZiY2FkY2Y1OWE0Y2E1NDg4MDIwMDY4MyZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.ezkyVzvfXjkxyJToHynBFm6WjH8dufocpKEtpgBIiX4 quot; gt; lt;img src= quot;https://private-user-images.githubusercontent.com/9033034/394219588-a6b56686-802e-413c-976d-a49394feb45a.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzM4ODcyOTAsIm5iZiI6MTczMzg4Nj
BSDL-2 medical imaging medicine anatomy vtk cpp
Spyder is a powerful scientific environment written in Python, for Python, and designed by and for scientists, engineers and data analysts. It offers a unique combination of the advanced editing, analysis, debugging, and profiling functionality of a comprehensive development tool with the data exploration, interactive execution, deep inspection, and beautiful visualization capabilities of a scientific package.
Beyond its many built-in features, its abilities can be extended even further via its plugin system and API. Furthermore, Spyder can also be used as a PyQt5 extension library, allowing developers to build upon its functionality and embed its components, such as the interactive console, in their own PyQt software.
minor feature: Important : Restore widget shortcuts to Preferences and allow to change them on the fly. Add support for IPython enhanced tracebacks and use the selected color scheme in the editor when showing them. Improve the way users can select the interface font in Preferences. Activate `Open last ` shortcut and restore some missing context menu actions in the Editor. several when getting selections to run them. Use the `INSTALLER_UNATTENDED` environment variable to not launch Spyder automatically if installing it in batch/silent mode from the standalone installers. API changes: Add `plugin_name` kwarg to the `register_shortcut_for_widget` method of. `SpyderShortcutsMixin`. The `add_configuration_observer` method was added to `SpyderConfigurationObserver`. Add `items_elide_mode` kwarg to the constructors of `SpyderComboBox` and. `SpyderComboBoxWithIcons`. The `sig_item_in_popup_changed` and `sig_popup_is_hidden` signals were added to `SpyderComboBox`, `SpyderComboBoxWithIcons` and `SpyderFontComboBox`. : Menuinst error related with the reset shortcut. Internal console completions are very difficult to read in dark mode (PR 23217 by @ccordoba12). Shortcuts don't work for new files in the Editor (PR 23161 by @ccordoba12). Custom shortcut `Alt+Shift+Return` doesn't work (PR 23024 by @ccordoba12). `REQUIRED.app` is installed by Spyder macOS installer. Delete folded block erases text on following line (PR 23044 by @athompson673). RuntimeError when trying to compute the console banner (PR 22958 by @ccordoba12). Open last shortcut (Ctrl+Shift+T) does not work (PR 22914 by @jitseniesen). Attempt to add path in `Anaconda3/pkgs` to Pythonpath manager leads to an error (PR 22850 by @mrclary). Move from using `jupyter-desktop-server` to `jupyter-remote-desktop-proxy` for binder setup (PR 22881 by @dalthviz). Spyder restart required after changing some shortcuts in Preferences (PR 23024 by @ccordoba12). Silent install automatically starts the application in Spyder 6 (PR 22876 by @mrclary).
MITL interpreter ide cpython python science-research
Seq66 is a loop based midi sequencer that provides the functionality needed for a live performance. It is a refactoring of the Qt version of Sequencer64 with modern C++ and with a lot of krufty buildup removed. Sequencer64 was based on the classic Seq24, styled after the Akai MPC line, the Kawai Q80 sequencer, or the popular Alesis MMT-8
minor feature: This release provides to user and a ton of related Found while investigating the user. Some minor new Features added. Changed: Documentation. Refined discussion about the about the Import/Export. Functionality, and some of the minor additional features. Some new Screenshots still needed. Build configuration. Added CONFIG _DIR _NAME and cleaned up. Configure.ac. Updated the Makefile sources. Merged a from a pull request () to correct. The *.desktop files. Pattern editor. - Renamed new-pattern-editor to pattern-editor in the 'usr'. File. Also added the "Apply to new only" option to Edit / Preferences / Display. - The Quantized Record button in the pattern editor now goes through. This sequence when clicked: None, Tighten, Quantize, Notemap, None.... Also prettied-up the icons. - Enhancements to pattern-editor note copy/paste: - The paste-selection box now shows the selected notes. Ghosted, for easier placement. A right-click cancels a paste action in the pattern editor. - Undid a change from awhile back that broke the recording of. Fast-keyed notes on the same MIDI key. Still need to the Occasional zero-length note. Added provisional code to speed up recording. Grep for the macro SEQ66 _LINK _NEWEST _NOTE _ON _RECORD. Has potential, so it is undefined. Color palette. Added access functions for "scale" (new) and "extra". Colors in the palette, to improve the coloring (e.g. of the bars Denoting notes in the scale of the pattern editor) in certain Qt Style-sheet usages. Event editor. Enhanced writing pattern-dump files from the event. Editor. : . Expanded recording not working. Note that the expansion is now continual, not waiting for a MIDI key to be struck. Also see. The changes to the record buttons in the pattern editor. . Merged a pull request for to the. *.desktop files. . NSM interaction errors introduced in version 0.99.11. Plus other related : The NSM would show two clients: "qseq66" and "seq66" when adding. Only the "qseq66" client. Saving via a remote NS
GNU GPLv3 audio sequencer midi music cpp c
Hashrat is a command-line utility that hashes things using md5, sha1/256/512, whirlpool and jh hash algorithms. It's written in C with few dependancies (basically just the standard C library).
It can read input from standard in and hash it, either as a complete file, or line-by-line.
It can recursively hash files on disk, either outputing hashes to stdout, or storing them in filesystem attributes, or in a memcached server.
It can check files against a list of hashes supplied on stdin, or in the filesystem attributes of the files, or in a memcached server.
It can find files that match a list supplied either on stdin, or uploaded to a memcached server.
It has a 'cgi' mode that presents a web interface for hashing lines of text.
It can pull files over ssh or http, to allow remote hashing/checking from another machine.
minor feature: Add '-rename' option that inserts a hash into filenames.
Filenames in 'duplicates' option are now contained in ' ', to allow extracting them with 'cut'.
GNU GPLv3 hashing md5 sha1 whirlpool security monitoring c console posix unix linux
FlexGet is a multipurpose automation tool for content like torrents, nzbs, podcasts, comics, series, movies, etc. It can use different kinds of sources like RSS-feeds, html pages, csv files, search engines and there are even plugins for sites that do not provide any kind of useful feeds.
minor bugfix: all commits.
MITL download internet torrents bittorrent python
Blender is a free and open source 3D animation suite. It supports the entirety of the 3D pipeline—modeling, rigging, animation, simulation, rendering, compositing and motion tracking, even video editing and game creation. Advanced users employ Blender’s API for Python scripting to customize the application and write specialized tools.
minor feature:
GNU GPL 3d 3d-rendering 3d-modeling camera-tracking python c++ opencl cuda game video
Python matplotlib is a for 2D plotting publication-ready figures in
various formats, or rendering them interactively cross-platform.
It can be scripted or used in Pythons interactive shell, within web
applications, or through bindings with multiple GUI toolkits.
It simplifies plot generation, histograms, power spectra, bar charts,
error charts, scatter plots. Typical uses only require a few lines of
code, while complex rendering is kept feasible. Its pyplot interface
provides a MATLAB-style API.
minor bugfix: This release contains several bug-fixes and adjustments:
Fix axline with extremely small slopes
Fix axline with non-linear axis scales
Fix minimumSizeHint with Qt backend
Fix config directory usage when it's behind a symlink
Fix draggable legend when blitting is enabled
Fix high CPU utilization in the macosx backend
Fix multiple hatch edgecolors passed to contourf
Improve compatibility with pytest 8.2.0
Python python cpp plotting graphs science mathematics matlab matplot gtk data-science qt data-visualization tk
Contextal Platform is a powerful open-source technology designed for advanced threat detection and intelligence. The platform’s contextual threat detection capabilities enable users to develop situational scenarios using ContexQL, a dedicated language designed with flexibility and performance in mind. These scenarios draw on global context, metadata, relationships, time, anomalies, content, and other factors to trigger specific actions. This layered, contextual approach allows for more adaptive and proactive threat detection, capturing complex signals that standard security tools often overlook. The platform has been designed for mission-critical use cases, written in Rust, with risky processes isolated and containerized for security. It even includes a hardened version of ClamAV, powered by Rust-based data processors!
minor bugfix: This is a minor patch release, improving processing of images inside Office documents, and providing compatibility with the latest Chromium versions in the URL processor.
GNU GPLv3 security threat intelligence malware detection rust
CJIT is a C interpreter that lets you run C code instantly, without needing to build it first. It is just one 2MB file and can do everything a C compiler does, including call functions from any installed library. It works on Linux, Windows, and MacOSX.
minor feature: activate dmon by default on all supported platforms.
Removes the need for the cli option --dmon.
GNU GPLv3 software-development compiler interpreter c
ExifTool is a Perl library and command-line tool for reading and updating
common meta data information in various file formats. Foremost it works on
image files, EXIF, PNG, GPS, IPTC, XMP, JFIF/JPEG, GeoTIFF, ICC Profile, Photoshop IRB,
FlashPix, AFCP, AIFF, DJVU, Postscript, GZIP, OpenDocument, PDF, SVG, OGG and ID3.
It can also edit maker notes of digital (RAW) camera files
from Canon, Casio, FLIR, FujiFilm, GE, HP, JVC/Victor, Kodak, Leaf,
Minolta/Konica-Minolta, Nikon, Nintendo, Olympus/Epson, Panasonic/Leica,
Pentax/Asahi, Phase One, Reconyx, Ricoh, Samsung, Sanyo, Sigma/Foveon and Sony.
minor bugfix: Decode timed metadata from MP4 videos of yet another dashcam model.
- Patched where FileSequence could increment twice for each file when a.
-if condition was used.
- API Changes:
- Revert default WindowsLongPath option until we can solve the pipe
problem).
Artistic perl exif meta-data
hledger is...
free GPL-licensed accounting software that runs on unix, mac, windows, and the web
based on readable, version-controllable, future-proof plain text files
good for tracking money, investments, time, or any countable commodity
good for learning more about double entry accounting
shipped with web, terminal, command line, JSON and Haskell interfaces
the most user friendly plain text accounting app
comparable to Ledger and Beancount
built with the powerful Haskell language
fast, lightweight, reliable (we pay $50 for regression reports or fixes)
free from vendor lock-in
local, not cloud-based; your private financial data remains under your control
scripting-friendly and automatable
comfortable for technical users, but also usable by others. Knowing about command lines, text editors and version control is helpful, but not required (much)
good at importing CSV from banks and other financial institutions
actively developed and supported by Simon Michael and contributors since 2007
strengthened by your feedback, work and funding. 🙏🏻
minor feature: Docs
REGRESSIONS: new table format; updates.
CODE: notes on the use of haddock.
Simplify github report template.
Add man pages and info manuals to the release bindists on github.
Scripts/addons.
build errors in all bin/ scripts. (Dmitry Astapov).
hledger-install: installation of hledger-ui.
Infrastructure/Misc.
GHC 9.10 is now the default for dev builds and most github workflows.
Add consistent greppable summaries to all workflows; various other improvements.
Add bash shell completion script to the release bindists (, gesh/hseg, Simon Michael).
tools/gtree: -u shows untracked files, -I adds ignored files.
just doctest: pass through doctest arg(s).
accounting cli haskell roff
GNUnet is a framework for secure and anonymous peer-to-peer networking that does not use any centralized or otherwise trusted services. Currently, the framework offers censorship-resistant file-sharing, messaging, VPN, GNS (a decentralized version of DNS), and much more. GNUnet is currently developed by a worldwide group of independent free software developers. GNUnet is a GNU package (http://www.gnu.org/).
major feature: Add GNUNET_CONFIGURATION_set_value_float.
- util: Float configuration values are no longer locale-dependent, but instead must always be in LC_NUMERIC=C format.
- GNUNET_DISK_internal_file_handle_ changed to always return int.
- Reworkd ProjectData handling; Now required as input for various API calls.
Affero GPLv3 anonymity f2f file-sharing gns gnunet internet networking p2p vpn
Syncthing is a continuous file synchronization program. It synchronizes files between two or more computers. We strive to fulfill the goals below. The goals are listed in order of importance, the most important ones first.
Syncthing should be:
Safe From Data Loss
Protecting the user's data is paramount. We take every reasonable precaution to avoid corrupting the user's files.
Secure Against Attackers
Again, protecting the user's data is paramount. Regardless of our other goals, we must never allow the user's data to be susceptible to eavesdropping or modification by unauthorized parties.
Easy to Use
Syncthing should be approachable, understandable, and inclusive.
Automatic
User interaction should be required only when absolutely necessary.
Universally Available
Syncthing should run on every common computer. We are mindful that the latest technology is not always available to every individual.
For Individuals
Syncthing is primarily about empowering the individual user with safe, secure, and easy to use file synchronization.
Everything Else
There are many things we care about that don't make it on to the list. It is fine to optimize for these values, as long as they are not in conflict with the stated goals above.
minor feature: lt;p gt;: lt;/p gt;.
lt;ul gt;.
lt;li gt; lt;a class="-link js--link" data-error-text="Failed to load title" data-id="2723449858" data-permission-text="Title is private" data-url="https://github.com/syncthing/syncthing//9855" data-hovercard-type="" data-hovercard-url="/syncthing/syncthing//9855/hovercard" href="https://github.com/syncthing/syncthing//9855" gt;#9855 lt;/a gt;: GUI address unix socket broken lt;/li gt;.
lt;/ul gt;.
MPL syncronization file-syncronization peer-to-peer p2p backup archiving networking go html javascript
pv ("Pipe Viewer"), a terminal-based tool for monitoring the progress of data through a pipeline. It can be inserted into any normal pipeline between two processes to give a visual indication of how quickly data is passing through, how long it has taken, how near to completion it is, and an estimate of how long it will be until completion.
minor bugfix: *feature: new --format sequence " nL", showing the most recent line written.
*feature: each --format sequence now has a more readable equivalent name, for example " r" can be written as " rate ".
*feature: new --format sequences " progress-bar-only " and " progress-amount-only ".
*: allow --format to include " nA" more than once, with different "n" values.
*: allow --format to include " p" more than once, with optional width pre *: calculate width correctly when wide characters are in --format strings.
*: add _configure_ script fallback for --remote check when cross-compiling.
*: allow extra-display to be changed by --remote.
*cleanup: refactored display formatters into separate functions.
*cleanup: improve format parser handling of dangling or invalid " " sequences.
GNU GPLv3 cli terminal logging monitoring network c
Geonkick is a free software synthesizer capable of generating a wide range of percussive sounds, including kicks, snares, claps, hi-hats, shakers, and also unique effect sounds.
LV2, VST3, Standalone
16 Instruments, 16 MIDI Keys
16 Stereo Channels
3 Layers/Instrument, 3 Oscillators/Layer
Play, modify & blend samples with synthesis
Save (JSON) & Export (FLAC, WAV, Ogg, SFZ)
minor bugfix: :
showing the current envelope path.
Clear the midi channel spinbox when updating the GUI.
Add MIDI channel spinbox and note off button for a single version insrument in the top bar.
GNU GPLv3 audio synthesizer
Elm Millennium Edition 2.5 (or Elm ME+ 2.5) is based on Elm 2.4 and incorporates some code from Elm 2.5. It contains enhanced MIME and character set support. A subset of UTF-8 (Unicode) is handled. It can read mail from a local mbox and POP or IMAP folders and can pass mail to the PGP or GPG programs. It can also view digests as a mailbox and reassemble fragmented (message/partial) messages. It includes modules for TLS/SSL, iconv, resolv, and SMTP.
minor feature: This release adds handling of text/html tags (ul) (li) and (ol) (li), and handling of html attribute (img alt) to tagfilter module.
Elm GPL email-client imap pop3 shell c curses posix linux unix end-users e-mail
If you need to convert files from one markup format into another, pandoc is your swiss-army knife. Pandoc is a Haskell library for converting from one markup format to another, and a command-line tool that uses this library.
minor feature: .
.
Add mdoc as input format (Evan Silberman).
This change introduces a reader for mdoc, a roff-derived semantic.
Markup language for manual pages. This reader has been developed
Almost exclusively against mandoc s documentation and
Implementation of mdoc as a reference, and the real-world manual
Pages tested against are those from the OpenBSD base system. Of
3500 manuals in mdoc format shipped with a fresh OpenBSD install,
17 cause the mdoc reader to exit with a parse error. Any further.
Chasing of edge cases is deferred to future work.
New module: Text.Pandoc.Readers.Mdoc, exporting.
readMdoc API change ..
warnings for duplicate YAML metadata keys..
Ensure that --sandbox affects.
--embed-resources. Previously it did not (contrary to.
What was implied by the manual), which means that an image with
URL /etc/passwd would leak an encoded version of that.
File to HTML output with --self-contained or
--embed-resources, even if --sandbox was.
Used. Thanks to Samuel Mortenson for pointing out the
..
Text.Pandoc.App.OutputSettings: add sandbox'.
Function. This computes the sandboxed files from Opt and avoids
Code repetition.
Docx reader:.
.
Parse index references as empty spans with attributes.
Attributes included are entry, and optionally.
bold, italic, yomi.
see..
Don t create multiple paragraphs for title or subtitle. If.
There are multiple paragraphs with Title or Subtitle style, use
Only the first for metadata.
Handle case where Zotero itemData has different
id from the citationItem id. In this case we use the.
citationItemId in the bibliography as well.
Overriding the referenceId in the itemData.
.
LaTeX reader:.
.
Put parsed minipage in specially marked Div..
.
HTML reader:.
.
Parse footnotes defined by dpub-aria roles..
.
MediaWiki reader:.
.
indented tables with caption..
parsing of col/rowspan..
.
Typst reader:.
.
Avoid generating empty paragraphs..
Support underparen, overparen..
#quote attribution. If attribution is not.
Present, don t print the --.
GNU GPLv3 utilities haskell
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: Command-line interface: solved a crash that occurred when a menu command was not available.
Windows: open source code signing.
GNU GPLv3 speech analysis audio phonetics synthesis c cpp
Duplicati is a free, open source, backup client that securely stores encrypted, incremental, compressed backups on cloud storage services and remote file servers. It works with:
Amazon S3, IDrive e2, Backblaze (B2), Box, Dropbox, FTP, Google Cloud and Drive, MEGA, Microsoft Azure and OneDrive, Rackspace Cloud Files, OpenStack Storage (Swift), Sia, Storj DCS, SSH (SFTP), WebDAV, Tencent Cloud Object Storage (COS), and more!
minor bugfix: This release is a canary release intended to be used for testing.
Note that this build is using.NET8, unlike the 2.0.8.1 build.
Breaking change from previous canary:
The pCloud backend is updated to support subfolders.
Paths with `/` will now be treated as a folder structure on pCloud.
Previous version would treat `folder/subfolder` as a single foldername,
this version treats it as `folder` / `subfolder`.
## Detailed list of changes:
a case where the TrayIcon would hang in detached mode.
Improved OpenAPI description for filter groups.
an with websocket requests through a proxy.
Updated icons for Linux and dark-mode MacOS.
Added logging of unobserved exceptions.
a compatibility with FTP not correctly detecting explicit TLS.
an where the quota was reported incorrectly.
Removed the unused `--use-block-cache` option.
Agent now has a dedicated `register` command.
Sizes can now be supplied as kikibytes, eg. `20kib`.
supporting subfolders in pCloud.
Added option to send http requests with relaxed TLS security.
Agent can now be asked to retain the previous UI password.
Updated SSH.NET to v2024.2.0.
GNU LGPLv3 backup cloud encryption sftp webdav trust-no-one-backup cloud-backup client-only-backup c-sharp javascript
Mumble was the first VoIP application to establish true low latency voice communication over a decade ago. But low latency and gaming are not the only use cases it shines in.
We heard from users who record podcasts with our multi-channel audio recorder, players seeking realism with our positional audio in games, Eve Online players with huge communities of over 100 simultaneous voice participants (I bet they make good use of our extensive permission system 😄), the competitive Team Fortress 2 community making us their required voice communication platform, hobby radio transmission users, and a variety of workplaces adapting Mumble to fit their needs - be it on-head mobile devices or communicating across countries or into airplanes.
Administrators appreciate Mumble for being able to self host and have control over data security and privacy. Some make use of the extensive permission system for complex scenarios (for example separating two groups but leaders being able to talk to both). Some love to provide their users with additional functionality with scripts making use of server APIs, or host music bots and the like that connect to the server. Those that have an existing user database often make use of authenticators to allow authenticating with existing account login data.
major feature: This is the second stable release of the 1.5 series.
Release announcement: https://www.mumble.info/blog/mumble-1.5.735/
Known issues
macOS binaries not being signed/notarized #4263
Overlay blocked by BattleEye. A request to whitelist it has been made. We received no response.
Overlay blocked by CS:GO Trusted Mode
Mixed voip voicechat audio radio client
Freeplane is a mind mapping and knowledge management software. Its easy-to-use interface supports thinking, sharing information and getting things done. Notes can be freely positioned, as unconnected nodes, or as ordered ideas in a hierarchy. Any node can be classified with meta attributes, different manual or automated styling, grouped, connected with links, arrow lines or labels. Nodes can also be structured by content (text, formulas, calculations (LaTeX), images or hyperlinks). It also includes calendaring and reminders, encryption, WYSIWYG and dialog editing, spell checking, publishing and sharing formats, and various search functions.
minor bugfix: Use standard windows launcher generated by jpackage
Improve filter conditions
Multiple nodes selection using the mouse (CTRL+Click and drag)
Ignore whitespace between CJK characters if "ignore accents" is enabled
Ignore whitespace between CJK characters in node list
Autosave saves map file itself and not only temporary files
Option to paste HTML as plain text node hierarchy
Option to search in subtree using find dialog
Upgrade embedded Java to Java 21
Use Jetbrains Java as embedded runtime on Mac and Windows supporting emojis in default fonts
Use Azul Zulu Java as embedded runtime for Windows computers with touch screen
Group RMI server and API components together in Code Explorer
GNU GPL java mind-mapping calendar hypertext mind-map mindmap gtd organizer
croc is a tool that allows any two computers to simply and securely transfer files and folders. AFAIK, croc is the only CLI file-transfer tool that does all of the following:
allows any two computers to transfer data (using a relay)
provides end-to-end encryption (using PAKE)
enables easy cross-platform transfers (Windows, Linux, Mac)
allows multiple file transfers
allows resuming transfers that are interrupted
local server or port-forwarding not needed
ipv6-first with ipv4 fallback
can use proxy, like tor
minor feature: lt;p gt; lt;strong gt;Full Changelog lt;/strong gt;: lt;a class="commit-link" href="https://github.com/schollz/croc/compare/v10.1.2...v10.1.3" gt; lt;tt gt;v10.1.2...v10.1.3 lt;/tt gt; lt;/a gt; lt;/p gt;.
MITL file-transfer cli encryption tcp transfer peer-to-peer file-sharing data-transfer golang
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;a possible crash on macOS (and possibly Linux) when loading a module whose filename includes special non-ASCII characters lt;/li gt;.
lt;li gt;Added a "Default audio device" option when selecting input/output audio devices in the config screen. This option has a few edge-case, though. lt;/li gt;.
lt;li gt;Added an experimental Impulse Tracker module loader. This should only be used to extract patterns/instruments/samples, as there are severe conversion errors when this format is converted to XM under load. WARNING: This loader has not been thoroughly tested, and may cause a crash! lt;/li gt;.
lt;li gt;a with the tracker scopes where the sample would sometimes not be displayed correctly during a sample/note trigger lt;/li gt;.
lt;li gt;Replaced the Gaussian (SNES) interpolator with a 6-point cubic Hermite option. The Gaussian interpolator was very niche anyway, and as it sounded quite filtered, I think the vast majority of users wouldn't see a use for it. lt;/li gt;.
lt;li gt;Added a few missing Norwegian/Danish alphabet letters to the main font (code page is now 850 instead of 437) lt;/li gt;.
lt;li gt;Show extra digits (when space for them) in the C-4 Hz string in the instrument editor screen lt;/li gt;.
lt;li gt;Again, slightly improved the interpolation method for the tracker scopes in "Lined" mode (when using the cubic/sinc interpolators) lt;/li gt;.
lt;li gt;Slightly increased the contrast for the sample editor's loop pin lines lt;/li gt;.
lt;/ul gt;.
BSDL-2 audio tracker
Offering a complete set of UI elements, GTK is suitable for projects ranging from small one-off tools to complete application suites.
Work with the language of your choice. Develop your GTK app with your language of choice by using Language Bindings or wrappers and take full advantage of the official GNOME bindings which guarantee API stability and time-based releases.
Portability. Projects built using GTK and its dependencies run on well known operating systems.
Stability. GTK delivers the enticing features and superb performance which adds to your applications.
Language Bindings. GTK is written in C but has been designed to support a wide range of languages such as Python, JavaScript, C++, Rust and many more.
Interfaces. GTK has a comprehensive collection of core widgets like Buttons, Windows, Toolbars for use in your application.
Open Source. GTK is a free and open-source project maintained by GNOME and an active community of contributors. GTK is released under the terms of the GNU Lesser General Public License.
API. GTK boasts of an easy to use API which helps in decreasing your development time and help you achieve better results.
Accommodation. GTK caters to many features like Native look and feel, theme support, Object-oriented approach that today’s developers look for in a toolkit.
Foundations. GTK is built on top of GLib. GLib provides the fundamental data types and system integration points to avoid duplicated code in applications.
minor bugfix: This release switches our portal support from opt-in to opt-out.
We will use portals by default, unless you set GDK_DE=no-portals.
And we will *always use portals in flatpaks.
Text rendering:
- Make error underlines smaller.
GtkText:
- Avoid selecting inserted Emoji.
GtkPlacesView:
- Improve accessibility.
GtkFileChooser:
- a case where search was stealing focus.
GtkEmojiChooser:
- Update to CLDR 46 / Unicode 16.
Accessibility:
- DBus signature of ChildrenChanged.
GDK:
- Don't recycle threads too aggressively.
- Add GDK_DISABLE=threads to disable threaded operations.
- Improve parallelization for small tasks.
GSK:
- Make occlusion checking more effective.
- Clip luminosity when clipping colors (avoiding masking artifacts).
- problems with dihedral transforms.
Vulkan:
- Streamline Vulkan setup.
- blurry rendering at certain scale/size combinations.
OpenGL:
- Conform to buffer offset alignment requirements.
Windows:
- pasting certain bitmaps.
Documentation:
- Revise and modernize some docs.
Deging:
- Inspector: Show surfaces and renderers in the tree.
- Inspector: Make the object tree resizable.
- Inspector: Add a "Copy for gitlab" button.
Translation updates
Icelandic
Serbian
Slovenian.
GNU GPLv3 gnome gtk library framework gui toolkit cpp
OCRmyPDF adds an invisible text layer to PDF documents after passing it through the Tesseract OCR engine. The output will be PDF/A with a selectable but invisible text layer above scanned image-documents. This allows later searching and archiving.
major bugfix: .
.
further with Docker build and updated some versions..
Main Docker image returned to Ubuntu 24.04 since the in v16.6.2 resolved.
That concern.
Code that previously sent Ghostscript output to stdout has been changed to.
Output to temporary files, since Ghostscript was doing that anyway internally.
This is a modest efficiency improvement.
.
.
.
GNU GPLv3 pdf ocr scanning
BIRD is a dynamic IP routing daemon supporting both, IPv4 and IPv6, Border Gateway Protocol (BGPv4), Routing Information Protocol (RIPv2, RIPng), Open Shortest Path First protocol (OSPFv2, OSPFv3), Babel Routing Protocol (Babel), Bidirectional Forwarding Detection (BFD), IPv6 router advertisements, static routes, inter-table protocol, command-line interface allowing on-line control and inspection of the status of the daemon, soft reconfiguration as well as a powerful language for route filtering.
major feature: BFD: Set password per session, BFD: Accept zero checksum for IPv6-UDP, BMP: Refactoring and optimizations, OSPF: Allow loopback nexthop in OSPFv3-IPv4, RPKI: TCP-MD5 authentication option, Filters: Add enum types to filter grammar, CLI: Configurable additional control sockets, CLI: Timeformat command, CLI: Dump commands need a target file, ASPA support in filters, Static and RPKI, Formalized contributions and credits policy, Many bugfixes and improvements
GNU GPL internet networking router bgp rpki
vpn_mgr is a command-line app that tries to handle the complexities of launching wireguard, openvpn, ppp-over-ssh and ppp-over-ssl client-side vpns.
major feature: * Handle SIGTTOU so program doesn't get frozen when run in background
* Make supplying a CA file mandatory in server mode.
* Add support for syslog logging, particularly for server mode.
* Add '-ppp-speed' option to supply baud rate
* Add '--version' option
* Add CHANGELOG
GNU LGPLv3
Graphviz is open source graph visualization software. Graph visualization is a way of representing structural information as diagrams of abstract graphs and networks. It has important applications in networking, bioinformatics, software engineering, database and web design, machine learning, and in visual interfaces for other technical domains.
minor bugfix: Added:
Support for building the SWIG-generated R language bindings has been
integrated into the CMake build system. This is controllable by the.
`-DENABLE_R= AUTO ON OFF ` option.
A sandboxing wrapper, `dot_sandbox`, is now included with Graphviz. Users
should prefer their platform s native security solutions, but if nothing
better is available this wrapper offers safe processing of untrusted inputs in
some scenarios.
Changed:
JPEG images without an `APP0` leading segment are supported for use in `src`
fields and friends. Previously Graphviz was overly strict with the types of
JPEGs it would recognize. #2619.
:
The GVPR library program `depath` no longer acts on previously deleted nodes,
causing unpredictable results. #1702.
Void-typed function parameters (`int foo(void bar)`) and variables `void baz;`
in GVPR are gracefully rejected. #2585.
Input that induce a set node height but no set node width no longer crash with
the failure Assertion failed: `(r- boundary i boundary NUMDIMS + i )`,
function RTreeInsert . It is typically not obvious to users when their input
falls into this situation, hence why the assertion message is quoted here.
This was a regression in Graphviz 12.0.0. #2613.
Strings containing double quote characters preceded by escape sequences (e.g.
` n"`) are once again correctly escaped in dot or canonical output. This was a
regression in Graphviz 9.0.0. #2614.
`dot_builtins` no longer lists duplicate format options in its error messages.
#2604.
A precision error that resulted in truncated edge lines has been corrected.
This was a regression in Graphviz 12.0.0. #2620.
The xlib plugin (`-Tx11`) resets its initialization state during finalization.
This a rare scenario where multiple input graphs are supplied and
initialization for one of the not-first graphs fails. In this scenario,
finalization would be unaware of this failure and act on invalid state.
EPL presentation visualization graph
SoX reads and writes audio files in most popular formats and can optionally apply effects to them. It can combine multiple input sources, synthesize audio, and, on many systems, act as a general purpose audio player or a multi-track audio recorder.
minor feature: New features:
o Add effect speexdsp with automatic gain control and noise reduction
o Auto-detect MP3 files
o If ./configured --with-ffmpeg and ffmpeg is installed, autoread formats:
3g2, 3gp, aac, ac3, adts, adx, ape, apm, aptx, argo_asf, asf, ast, avi,
dfpwm, dts, dvd, eac3, f4v, flv, gxf, ism, kvag, m4a, m4v, mkv, mlp,
mp4, mpeg, mpegts, mxf, nut, oga (Ogg with FLAC data), ra, rm, rso, sbc,
smjpeg, spdif, speex, svcd, tta, vag, vcd, vob, webm, wma, wsaud, wtv
and yet more with -t ffmpeg
o Add "stat -a" to give the average power spectrum
o Add "spectrogram -n" flag to normalize its brightness
o Add "spectrogram -L" flag to give a logarithmic frequency axis
o Add "spectrogram -R" flag to specify the frequency range
o Raise spectrogram's height limit from 8193 to 200000 pixels
o Lower the minimum speed of the flanger effect from 0.1 to 0.01 Hz
o Make combine effects work when there's a single file
o riaa: Add 192kHz sample rate
o sphere format: Support ALAW encoding
o SD2 format: Support resource forks
o ID3 tags: Support unicode when writing
o WAV files: Read when the number of valid bits is less that the sample size
o Use posix_fadvise to increase readahead and double its speed
o Use FFTW to make non-2 n-size spectrograms a hundred times faster
o Resize Linux pipe buffers to make multi-threaded effects 10-80 faster
o Reduce sox -t pulseaudio -- input- buffer latency from up to 2 secs to low
o Enable building to fetch URLs with curl instead of wget
o Be able to read files that are still being written by another process
o Make "make check" run the regression test suite
o Drop sox_version_info_t's "time" element to get reproducible builds
o Remove the undocumented and useless "divide" effect
o Enhance ./configure --enable-stack-protector with =strong and =all and,
with no --(en dis)able-stack-protector option, pick the best available
and 10 more bug fixes.
GNU GPL audio dsp command-line
CMake is an extensible, open-source system that manages the build process in an operating system and in a compiler-independent manner. Unlike many cross-platform systems, CMake is designed to be used in conjunction with the native build environment. Simple configuration files placed in each source directory (called CMakeLists.txt files) are used to generate standard build files (e.g., makefiles on Unix and projects/workspaces in Windows MSVC) which are used in the usual way. CMake can generate a native build environment that will compile source code, create libraries, generate wrappers and build executables in arbitrary combinations.
minor feature: Changes made since CMake 3.31.1:
Brad King (7):
AIX: Disallow TARGET_SONAME_ genex for AIX_SHARED_LIBRARY_ARCHIVE targets
AIX: Propagate AIX_SHARED_LIBRARY_ARCHIVE through exports
GNU linker: Use single-argument form of --dependency-file flag
fileapi: Do not expose flags for linker-generated dependencies
LINK_OPTIONS: crash on empty LINKER: pre ci: Update to ROCm 6 HIP on Fedora 41
CMake 3.31.2.
Brice Decaestecker (1):
Tutorial: Restore TODO 4 comment in step 7.
Marc Chevrier (2):
Intel/Classic: deactivate linker dependency file support
FindPython: Ensure SABIModule is found in all cases.
Orkun Tokdemir (3):
Autogen: Restore lt;target_name gt;_autogen_timestamp_deps target
Autogen: Ninja Multi-Config dependency graph regression
Autogen: Revert adding ui files to byproducts of the timestamp target.
cfis (1):
FindRuby: Add support for 3.4.
BSDL software-development build-tool
Linux is a mostly POSIX-compliant Unix-inspired operating system kernel, originally implemented by Linus Torvalds and now maintained as an international project. It's the base and common namegiver to a wide array of Linux distributions. The kernel provides all modern Unix-y features, like true process multitasking, virtual memory, virtual and clustered filesystem support, complex networking and extensive support for various hardware and machine platforms.
minor feature: Linux 6.12.2, block: don't verify IO lock for freeze/unfreeze in elevator_init_mq(), block: always verify unfreeze lock on the owner task, tools/power turbostat: child's argument forwarding, tools/power turbostat: trailing ' n' parsing, sh: intc: use-after-free in register_intc_controller(), brd: decrease the number of allocated pages which discarded, block, bfq: bfqq uaf in bfq_limit_depth(), nfs/blocklayout: Limit repeat device registration on failure, nfs/blocklayout: Don't attempt unregister for invalid block device, sunrpc: one UAF caused by sunrpc kernel tcp socket, SUNRPC: timeout and cancel TLS handshake with -ETIMEDOUT, sunrpc: clear XPRT_SOCK_UPD_TIMEOUT when reset transport, nfs: ignore SB_RDONLY when mounting nfs, cifs: unlock on error in smb3_reconfigure(), cifs: during remount, make sure passwords are in sync, modpost: remove incorrect code in do_eisa_entry(), block: Don't allow an atomic write be truncated in blkdev_write_iter(), smb: Initialize cfid- tcon before performing network ops, kbuild: deb-pkg: Don't fail if modules.order is missing, Rename.data.once to.data..once to resetting WARN*_ONCE, Rename.data.unlikely to.data..unlikely, rtc: ab-eoz9: don't fail temperature reads on undervoltage notification, cifs: parsing reparse point with native symlink in SMB1 non-UNICODE session, cifs: parsing native symlinks relative to the export, x86/Documentation: Update algo in init_size description of boot protocol, smb: client: disable directory caching when dir_cache_timeout is zero, perf/arm-cmn: Ensure port and device id bits are set properly, perf/arm-smmuv3: lockdep assert in - event_init(), 9p/xen: release of IRQ, 9p/xen: init sequence, nvme-fabrics: kernel crash while shutting down controller, block: return unsigned int from bdev_io_min, block: uaf for flush rq while iterating tags, block: model freeze enter queue as lock for supporting lockdep, blk-mq: add non_owner variant of start_freeze/unfreeze queue APIs, nvme/multipath: RCU list traversal to
GNU GPL c linux kernel operating-system
This is a truly constexpr C++ template library that implements classes for operations with half, single, double, quadruple and octuple precision IEEE 754 floating point numbers. Internally, these classes are implemented as class templates on top of arbitrary-precision integer class templates so that the templates are expanded as arbitrary precision floating-point operations by just changing the template parameters, rather than implementing each floating-point operation for each precision. The arbitrary-precision integer class templates are also included in this library.
major feature: This is the first announcement at this site.
* Add BFloat16 math funcs
* Add all-integer square root
* Fix a bug in conversion from hex string
* Benchmark utility now works properly when LTO is enabled
* Add functionality to find latest version of clang to the toolchain file, which is used for cross compiling
* Fix detection of compiler support for float16 and bfloat16
BSL mathematics c++ cross-plattform floating-point
Babel is a code translator, which compiles next-gen EcmaScript 6 syntax into browser-consumable ES5/JavaScript. It adds a few proposed ES7 constructs even, and works with React, Node.js, Rails, etc. It provides for: array comprehensions, arrow functions, async functions, async generator functions, classes, class properties, computed property names, constants, decorators, default parameters, destructuring, exponentiation operator, for-of, generators, generator comprehensions, let scoping, modules, module export extensions, object rest/spread, property method assignment, property name shorthand, rest parameters, react, spread, tail call optimisation, template literals, type annotations, unicode regex support.
minor bugfix: (2024-12-05).
#### :leftwards_arrow_with_hook: Revert.
`babel-traverse`.
Revert "perf: Improve scope information collection performance" (@JLHwung).
MITL javascript ecmascript nodejs compiler conversion es6 es7 developers
FlexGet is a multipurpose automation tool for content like torrents, nzbs, podcasts, comics, series, movies, etc. It can use different kinds of sources like RSS-feeds, html pages, csv files, search engines and there are even plugins for sites that do not provide any kind of useful feeds.
minor bugfix: all commits.
MITL download internet torrents bittorrent python
A Free, Fast, and Small Automatic Formatter for C, C++, C++/CLI, Objective-C, C#, GSC and Java Source Code.
minor bugfix: * Add option --accept-empty-list
* Fix indent regression due to method extraction
* Fix indent in blocks after assignment operators
* Fix indent of multi line strings after preprocessor or comment sections
* Fix indent after assignment operators
* Fix --align-pointer=middle with existing whitespace
MITL formatting indentation
ExifTool is a Perl library and command-line tool for reading and updating
common meta data information in various file formats. Foremost it works on
image files, EXIF, PNG, GPS, IPTC, XMP, JFIF/JPEG, GeoTIFF, ICC Profile, Photoshop IRB,
FlashPix, AFCP, AIFF, DJVU, Postscript, GZIP, OpenDocument, PDF, SVG, OGG and ID3.
It can also edit maker notes of digital (RAW) camera files
from Canon, Casio, FLIR, FujiFilm, GE, HP, JVC/Victor, Kodak, Leaf,
Minolta/Konica-Minolta, Nikon, Nintendo, Olympus/Epson, Panasonic/Leica,
Pentax/Asahi, Phase One, Reconyx, Ricoh, Samsung, Sanyo, Sigma/Foveon and Sony.
minor feature: Added a new SonyModelID.
- Added support for XMP HDRGainMap and apdi namespaces.
- Decode DJI timed djmd and dbgi protobuf-format metadata.
- Decode APP10 AROT HDRGainCurve and APP2 URN UniformResourceName.
- Decode a couple of new GoPro tags.
- API Changes:
- Changed default WindowsLongPath option to 1 (please report if this
causes any problems).
Artistic perl exif meta-data
flashrom is a utility for identifying, reading, writing, verifying and erasing flash chips. It is designed to flash BIOS/EFI/coreboot/firmware/optionROM images on mainboards, network/graphics/storage controller cards, and various other programmer devices.
minor feature:
GNU GPL hardware firmware bios
|