QDirStat 1.9 💾

QDirStat is a graphical application to show where your disk space has gone and to help you to clean it up. This is a Qt-only port of the old Qt3/KDE3-based KDirStat, now based on the latest Qt 5. It does not need any KDE libs or infrastructure. It runs on every X11-based desktop on Linux, BSD and other Unix-like systems. QDirStat has a number of new features compared to KDirStat. To name a few: Multi-selection in both the tree and the treemap; unlimited number of user-defined cleanup actions; properly show errors of cleanup actions (and their output, if desired); file categories (MIME types) and their treemap color are now configurable; exclude rules for directories are easily configurable; desktop-agnostic; no longer relies on KDE or any other specific desktop. For more details, screenshots and ready-made packages, see https://github.com/shundhammer/qdirstat

major feature: Greatly improved the visual appearance of the treemap thanks to @Lithopsian Dominant (very large) items are now highlighted in bold font in the tree view New "Find" function in the scanned directory tree Added support for bookmarks New documentation to explain the treemap Some small improvements Bug fixes

GNU GPL disk-space qt treemap cleanup disk-space-analyzer cpp perl

Minicle 2.1.3 💾

There are scads of CLI parsers out there, so why another one? Mostly because the others aim to do too much and can be a pain to use when you just need something quick and simple. All Minicle does is parse CLI options. It doesn't handle exotic edge cases, generate usage information, validate arguments, or anything else. It does handle all the usual basics plus git-style subcommands.

minor feature:

BSDL-2 user-interfaces javascript nodejs

versions 1.5.5 💾

versions is a command line version tracker. It can track version changes for projects in freshcode, github or sourceforge. It has a simple YAML configuration file.

minor feature: Added examples to use gitlab and sourcehut forge Corrected spell errors tanks to Jens Schleusener. Corrected failed tests (blog does not have any feed anymore). Due to a new release process at github changes all github examples from releases.atom to tags.

GNU GPLv3 version-tracker version-checker cli yaml atom rss python

o 2.65.11 💾

o is a text editor that is limited to the VT100 standard. It has general syntax highlighting and launches instantly. It might be a good fit for: - Editing git commit messages (using EDITOR=o git commit). - Editing Markdown, and exporting to PDF. - Learning "up and coming" programming languages, like Zig or Rust. - Editing files deep within larger Go or C++ projects. - Solving Advent of Code tasks. - Writing and maintaining to-do lists and project documentation in Markdown.

minor feature: Fix an issue with a mutex when redrawing, in connection with signals and ctrl-c. Make ctrl-k a bit faster, when removing lines or deleting to the end of the current line. Add initial support for CSS. Update dependencies. Update documentation.

BSDL text-editor editor

Joplin 3.0.2 💾

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.

major feature: New: Add support for multiple columns note list (#9924) New: Api: Add capability of limiting downloads (#9788 by @pedr) New: Add trash folder (#9671) (#483) Improved: Allow 'All Notes' to have 'Toggle own sort order' (#10021) (#9984 by @HahaBill) Improved: Beta editor: Fix search results not highlighted (#9928) (#9927 by @personalizedrefrigerator) Improved: Change Joplin Cloud login process to allow MFA via browser (#9445 by @pedr) Improved: Configure RTE to handle the first table row as header (#10059 by @Marph) Improved: Fix Vim keymap error with beta editor (#10049) (#9981 by @RadCod3) Improved: Fix conflicts notebook doesn't work with the trash feature (#10104) (#10073 by @personalizedrefrigerator) Improved: Fix hiding the note preview pane is very slow for large notes (#10006) (#9890 by @personalizedrefrigerator) Improved: Fixed text wrapping in Spellcheck button (#10005) (#9998 by @RadCod3) Improved: Improve beta editor support for the Rich Markdown plugin (#9935 by @personalizedrefrigerator) Improved: Improve support for plugins in the Rich Text Editor (implement webviewApi.postMesage) (#10158) (#8931 by @personalizedrefrigerator) Improved: Link "browse all plugins" to joplinapp.org/plugins (#10113 by @personalizedrefrigerator) Improved: Log user actions (deletions) (#9585) (#9465 by @personalizedrefrigerator) Improved: Prevent race condition when download limit is reached (#10124 by @pedr) Improved: Support Ctrl+Enter keyboard shortcut (Cmd+Enter on MacOS) (#10003) (#9980 by @cagnusmarlsen) Improved: Upgrade CodeMirror 6 packages (#10032) (#10031 by @personalizedrefrigerator) Improved: Upgrade to Electron 29 (#10110 by @personalizedrefrigerator) Fixed: Beta editor plugins: Fix opening and closing settings can break some plugins with legacy code (#10024) (#10023 by @personalizedrefrigerator) Fixed: Beta markdown editor: Support overriding built-in keyboard shortcuts (#10022)

Affero GPLv3 note-taking todo markdown typescript javascript

OnionShare 2.6.2 💾

OnionShare is an open source tool that lets you securely and anonymously share files, host websites, and chat with friends using the Tor network.

minor bugfix: Security : Removes newlines from History item path. Security : Set a maximum length of 524288 characters for text messages in Receive mode. Security : Allows only specific ASCII characters for usernames and removes control characters. Security : Forcefully disconnect user from chat on `disconnect` event. Security : Handle username validation excpeptions to prevent silent joining.

GNU GPLv3 tor file-sharing security onion-service onionshare tor-onion-service python

Rust 1.77.0 💾

Rust is systems programming language, which is intended to be fast and memory-safe through stronger typing, and prevent race conditions. It's developed by Mozilla, multi-paradigm, supports concurrent execution, procedural, imperative, actor-based, object-oriented and pure-functional design schemes, with a syntax close to C++. The self-hosting compiler utilizes LLVM and its resulting binaries are comparable in performance to C++. It also features algebraic data types, pattern matching, closures, type inference, zero-cost abstractions, guaranteed memory safety, minimal runtime, and efficient C bindings.

minor feature: lt;p gt; lt;a id="user-content-1.77.0-Language" gt; lt;/a gt; lt;/p gt;. lt;h2 gt;Language lt;/h2 gt;. lt;ul gt;. lt;li gt; lt;a href="https://github.com/rust-lang/rust/pull/116821/" data-hovercard-type="pull_request" data-hovercard-url="/rust-lang/rust/pull/116821/hovercard" gt;Reveal opaque types within the defining body for exhaustiveness checking. lt;/a gt; lt;/li gt;. lt;li gt; lt;a href="https://github.com/rust-lang/rust/pull/117472/" data-hovercard-type="pull_request" data-hovercard-url="/rust-lang/rust/pull/117472/hovercard" gt;Stabilize C-string literals. lt;/a gt; lt;/li gt;. lt;li gt; lt;a href="https://github.com/rust-lang/rust/pull/117673/" data-hovercard-type="pull_request" data-hovercard-url="/rust-lang/rust/pull/117673/hovercard" gt;Stabilize THIR unsafeck. lt;/a gt; lt;/li gt;. lt;li gt; lt;a href="https://github.com/rust-lang/rust/pull/117556/" data-hovercard-type="pull_request" data-hovercard-url="/rust-lang/rust/pull/117556/hovercard" gt;Add lint lt;code gt;static_mut_refs lt;/code gt; to warn on references to mutable statics. lt;/a gt; lt;/li gt;. lt;li gt; lt;a href="https://github.com/rust-lang/rust/pull/117703/" data-hovercard-type="pull_request" data-hovercard-url="/rust-lang/rust/pull/117703/hovercard" gt;Support async recursive calls (as long as they have indirection). lt;/a gt; lt;/li gt;. lt;li gt; lt;a href="https://github.com/rust-lang/rust/pull/118639/" data-hovercard-type="pull_request" data-hovercard-url="/rust-lang/rust/pull/118639/hovercard" gt;Undeprecate lint lt;code gt;unstable_features lt;/code gt; and make use of it in the compiler. lt;/a gt; lt;/li gt;. lt;li gt; lt;a href="https://github.com/rust-lang/rust/pull/118649/" data-hovercard-type="pull_request" data-hovercard-url="/rust-lang/rust/pull/118649/hovercard" gt;Make inductive cycles in coherence ambiguous always. lt;/a gt; lt;/li gt;. lt;li gt; lt;a href="https://github.com/rust-lang/rust/pull/119044/" data-hovercard-type="pull_request" data-hovercard-url="/rust-lang/

MITL rust programming-language compiler concurrent type-safe

LibreOffice 24.2.1 💾

LibreOffice is a powerful office suite. It provides a simple and intuitive interface with various editing tools. It's comprised of Writer, the word processor, Calc, the spreadsheet application, Impress, the presentation engine, Draw, a drawing and flowcharting application, Base, an database frontend, and Math for editing mathematics and formulas. It's derived from OpenOffice.org and supports the OpenDocument Formats as well as proprietary/legacy office documents.

minor bugfix: See https://wiki.documentfoundation.org/ReleaseNotes

GNU LGPLv3 office desktop opendocument writer excel end-users word-processor spreadsheet

GitLab 16.10.0 💾

GitLab is a development collaboration tool and git DVCS frontend. It includes repository management features, code reviews, an issue tracker, activity feeds and wikis. GitLab provides fine-grained access control, user management, 5 permission levels and branch constraints, and can utilize LDAP/AD intranet authorization. Powered by Ruby on Rails it comes as open source package, and as commercial supported enterprise version.

major feature: (2024-03-20). ### Added (115 changes). Add drawer to list of linked policies (gitlab-org/gitlab@218016c38801cfeac1308385097dcd760182a378) ( merge request (gitlab-org/gitlab!147039)) GitLab Enterprise Edition. Command palette default opening state - part 3 (gitlab-org/gitlab@a51d07342e3a7dc4da56ec84efec5191d8663640) ( merge request (gitlab-org/gitlab!142816)). Expose repository object format via GitInfo (gitlab-org/gitlab@4947d2c17a7118e392312f9d31fcf7c6799577e3) ( merge request (gitlab-org/gitlab!146485)). Add deprecated_policy field for approval policies (gitlab-org/gitlab@2e332564e7148343db00f79a4caafe672e206c87) ( merge request (gitlab-org/gitlab!146520)). Add approval rules drawer component (gitlab-org/gitlab@51b30ac3d7bb61ab5f43fc87a322560ea0167238) ( merge request (gitlab-org/gitlab!146502)) GitLab Enterprise Edition. Expose external links to Vulnerabilities if any (gitlab-org/gitlab@7a8d63cd7660e3bc2dcc1de307f556549c137876) ( merge request (gitlab-org/gitlab!146149)) GitLab Enterprise Edition. Add table to track CI component usage (gitlab-org/gitlab@3372a7566bfe2b0bea000e48fd0bffbaffb2db45) ( merge request (gitlab-org/gitlab!145881)). Add Pages URL anchor (gitlab-org/gitlab@6d5023141d9597087ffd353a2794102e52ec5e09) ( merge request (gitlab-org/gitlab!144281)). Update Jira::JqlBuilderService to support multiple project keys (gitlab-org/gitlab@4da23ca620a7219a43c81170496ef99ebc989efd) ( merge request (gitlab-org/gitlab!146916)). Add new achievement UI (gitlab-org/gitlab@a4bcf4e181d1458f8bcb504de2d7e95ee3a4136e) ( merge request (gitlab-org/gitlab!146273)). Protected containers: GraphQL query for container protection rules (gitlab-org/gitlab@1a773182a248eb646affd5334c6a6e1182828345) by @gerardo-navarro ( merge request (gitlab-org/gitlab!146467)). Add runner creation metrics (gitlab-org/gitlab@dc17b7ad19792592b2e9078e49755a5da3356bc6) ( merge request (gitlab-org/gitlab!146063)) GitLab Enterprise Edition. Allow to enable/disable ClickHou

MITL ruby ruby-on-rails git dvcs wiki bugtracker version-control

CherryTree 1.1.0 💾

A hierarchical note taking application, featuring rich text and syntax highlighting, storing data in a single xml or sqlite file. Features: rich text formatting and colorization, syntax highlighting, images handling, embedded files, lists handling, simple tables, codeboxes, text/image/table alignment, hyperlinks, spell checking, cross application copy/paste, export to html or plain text, table-of-contents generation, extensive search function. It can import from Basket, Cherrytree, Epim html, Gnote, Keepnote, Keynote, KnowIt, MemPad, Notecase, TomBoy, Treepad Lite, TuxCards, Zim.

major feature: Implemented support for so called shared nodes that all point to the same data - create with right click on node. Improved search in tables and codeboxes to list and select all the instances; replace is also now supported. Implemented vertical toolbar in codeboxes supporting code exec, code copy, edit properties (can be disabled in preferences). Crash when rapidly moving a node in the tree via keyboard shortcuts. With find and presence of anchored widgets. Double click on word in table cell, heavy implementation, not selecting word. Icon save on toolbar/menu is now greyed out when save is not needed. Moved some preferences dialog settings from tab 'miscellanous' to tab 'fonts' that has been renamed 'interface'. Added option to allow to override the system setting for scrollbar overlay/auto hide. Added option to allow control of the minimum size of the scrollbar slider. Added options to control the text margins. Added also in preferences dialog option to enable/disable the menubar in titlebar. Added also in preferences dialog option to control the size of the toolbar icons. Added in preferences dialog enable/disable tooltips on tree, menus, toolbar. Added in preferences dialog control of max search results per page to display in the matches dialog. Added up to 18 custom user colours in the colour picker palette. Allowing now underneath text selection with search/replace dialog open. Regression in speed when searching in nodes names and tags (no nodes contents) after v1.0.2. Reset autosave when manually saving; autosave to use a counter so that suspended time doesn't count. Tooltip on search results dialog, expected to display the node hierarchical name. Added ABAP syntax highlighting. Added new gruvbox-light, gruvbox-dark style themes. Zoom not working with Ctrl+ on english keyboard (key + is on shift). Changed 6 default keyboard shortcuts using , , , as problematic on German/Norwegian keyboards. Incomplete languages: el, fi, hi_IN, hu.

GNU GPLv3 gtk c text-editor note-taking

ELF binary format access C++ header-only library 3.12 💾

ELFIO is a header-only C++ library intended for reading and generating files in the ELF binary format.

minor feature: What's Changed tests: allow using system gtest copy by @thesamesam in #113 Use CodeQL Actions v2 by @scribam in #118 Fix a memory leak that misuses unique_ptr by @chrihop in #119 Remove unnecessary initialization that causes GCC warning by @covanam in #121 New Contributors @thesamesam made their first contribution in #113 @chrihop made their first contribution in #119 @covanam made their first contribution in #121

MITL assembler build-tool debugger embedded-systems library cross-platform linux unix developers

VSCode 1.87.2 💾

VSCode is an extensible source code editor with support for a wide cross-section of programming languages and features for debugging, refactoring, code completion, Markdown previews, and Git integration. VSCode is a cross-platform project started by Microsoft and is based on the Electron framework, although it features an interface with very little visual clutter and is more responsive than many IDEs, even on low-end development machines.

major feature: See https://code.visualstudio.com/updates

MITL software-development text-editor debugger terminal-emulator build-tool version-control

LLVM 18.1.1 💾

LLVM is a modular and reusable compiler toolchain. It's suitable for static and dynamic compilations of various programming languages, and based on its own target-abstracted intermediate code representation. Clang is its native C, C++ and Objective-C compiler, which provides additional static code analyzers. Dragonegg is a GNU CC parser binding. LLDB is an extensive debugger utilizing LLVMs JIT compiler, syntax tree or expression parser. lld a newly developed dynamic linker. And vmkit an implementation of Java and CLR runtimes based on LLVM.

minor feature:

BSDL c c++ llvm compiler programming-language vmkit debugger

strace 6.8 💾

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: Improvements Renamed --stack-traces to --stack-trace for consistency. Old option is retained for backwards compatibility. Implemented --stack-trace-frame-limit=N option for configuring the limit of the number of printed backtrace frames. Implemented decoding of statmount, listmount, lsm_get_self_attr, lsm_set_self_attr, and lsm_list_modules syscalls. Implemented decoding of setsockopt(TCP_AO_ADD_KEY). Updated decoding of landlock_create_ruleset and landlock_add_rule syscalls. Updated decoding of SMC_DIAG_DMBINFO netlink attribute. Updated decoding of UBI_IOCATT ioctl command. Enhanced decoding of mount attributes of fsmount and mount_setattr syscalls. Updated lists of BPF_*, KEXEC_*, KVM_*, PERF_*, SOL_*, STATX_*, UFFD_*, and V4L2_ constants. Updated lists of ioctl commands from Linux 6.8.

GNU LGPL c debugger software-development

Joplin 2.14.20 💾

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: Fixed: Fix OCR not working for certain languages (#10097) Fixed: ENEX does not import correctly when title of note matches the name of the attachment (#10125)

Affero GPLv3 note-taking todo markdown typescript javascript

Firefly III 6.1.12 💾

"Firefly III" is a self-hosted financial manager. It can help you keep track of expenses, income, budgets and everything in between.

minor feature: Fixed Exclude debug files from release zip file Drop a duplicate index Replace broken Laravel Passport commands Issue 8692 (passport:install step issue when upgrading to 6.1.11) reported by @captainark Discussion 8694 (Getting error on accessing admin panel of Firefly 6.1.11) started by @jameswill

Affero GPLv3 finance personal financial budget budgeting money manager management currency sums financials php laravel

Univention Corporate Server 5.0-7 💾

Univention Corporate Server (UCS) is a scalable and Open Source Linux based software appliance for identity, IT infrastructure and service management. It offers basic services for managing users, groups, and computers. In addition, UCS also contains a wide range of server applications, i.e. for IP management (DNS/DHCP), mail and groupware solutions, file share and sync tools, online office suites, project management tools, ERP solutions, and more – all available in the Univention App Center. UCS has a modular design, scales well, and is easy to deploy. UCS is Open Source, available as free edition or as enterprise edition with support and extended maintenance. UCS integrates with Microsoft Active Directory or offers Active Directory compatible services to replace Microsoft servers. It's also possible to manage the identities for Windows, macOS, and Linux clients and servers. Main Features: • Easy web based management system for identities, resources, services, and more. • Integrated IT management services like LDAP (directory services), Kerberos (authentication), DNS and DHCP. • More than 90 apps in the Univention App Center, including 3rd party business applications like Nextcloud, ownCloud, ONLYOFFICE, Collabora, OpenProject, SuiteCRM, OpenXchange and Kopano (one-click installation or virtual appliances). • Compatible with Microsoft Active Directory Download at: https://www.univention.com/downloads/

major feature: On march 12, 2024, UCS 5.0-7 was released. Release notes with all details at: https://docs.software-univention.de/release-notes/5.0-7/en/

Affero GPLv3 it-infrastructure-management active-directory-migration domain-management cloud-management samba-4 app-center linux-distribution open-source

exiftool 12.80 💾

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 GeolocationFeatureCode tag. - Added XMP-acdsee-rs tags and a new XMP-xmpDM tag. - Added ACDSeeRegion2MWGRegion conversion to config_files/acdsee.config. - Added GPSAltitudeRef to XMP-iptcExt LocationDetails structure. - Added a couple of new FujiFilm tags and a new CropMode value. - Added conversion for XMP-aux:ApproximateFocusDistance "infinity". - Improved Geolocation regular expressions to allow negative matches. - Improved accuracy of Geolocation distance/bearing calculations. - Changed structure of Geolocation database (now version 1.02). - Minor change to key format for user-defined Geolocation name translations. - case/spacing of "C2PA" in some CBOR tag descriptions. - extracting binary data from EXR files. - API Changes: - Added GeolocFeature option.

Artistic perl exif meta-data

BRL-CAD 7.38.2 💾

BRL-CAD is a powerful cross-platform open source combinatorial solid modeling system that includes an interactive 3D solid geometry editor, a network-distributed symmetric multiprocessing (SMP) high-performance ray-tracer with support for rendering and geometric analysis, image and signal-processing tools, a system performance analysis benchmark suite, a flexible geometry scripting interface, and a high-performance geometric representation and analysis library.

minor feature: Added "rtsurf" exterior surface area tool prototype - Sean Morrison. Updated sqlite3 to version 3.45.1 - Cliff Yapp. Updated libpng to version 1.6.43 - Cliff Yapp. Updated zlib to version 1.3.1 - Cliff Yapp. Updated and corrected dbconcat man page - Cliff Yapp. Improved ambient occlusion rt during -k cut planes - Sean Morrison. Changed rt ambient occlusion randomization default - Sean Morrison. Added ambient occlusion example to rt manual pages - Sean Morrison. Rtweight output display inside MGED - Chris McGregor. Added shipping container example geometry model - Josh Baker. Added traffic light example geometry model - Chris McGregor. Improved rtwizard command-line option reporting - Sean Morrison. Added self-intersecting torus ray tracing support - Sean Morrison. rt crash rendering to -F/dev/null - Sean Morrison. Added mater man page density table example - Chris McGregor. Adjusted default ghosting intensity in rtwizard - Josh Baker. MGED command line handling of objects named 'y' - Cliff Yapp. Double printing of last 'search -exec' result - Chris McGregor. Improve 'search -v' to support multiple levels - Chris McGregor. Update 'search -v' to report # of objects found - Chris McGregor. Added a "bots only" mode to conversion.sh script - Cliff Yapp. Asc2g/g2asc support for brep primitives - Cliff Yapp. Added brep and bot versions of pinewood.g model - Josh Baker. Added new.g example file "Annual Gift Man" - Josh Baker. Dsp terrain file data loading for relative paths - Cliff Yapp. Updated Manifold lib for improved facetize robustness - Cliff Yapp.

Other cad cpp c

AdGuardHome 0.107.46 💾

AdGuard Home is a network-wide software for blocking ads & tracking. After you set it up, it’ll cover ALL your home devices, and you don’t need any client-side software for that. With the rise of Internet-Of-Things and connected devices, it becomes more and more important to be able to control your whole network.

minor feature: See also the v0.107.46 GitHub milestone ms-v0.107.46 . Added: Ability to disable the use of system hosts file information for query resolution (). Ability to define custom directories for storage of query log files and statistics (). Changed: Private rDNS resolution (`dns.use_private_ptr_resolvers` in YAML configuration) now requires a valid "Private reverse DNS servers", when enabled (). NOTE: Disabling private rDNS resolution behaves effectively the same as if no private reverse DNS servers provided by user and by the OS. : Statistics for 7 days displayed by day on the dashboard graph (). Missing "served from cache" label on long DNS server strings (). Incorrect tracking of the system hosts file's changes (). https://github.com/AdguardTeam/AdGuardHome//5992. https://github.com/AdguardTeam/AdGuardHome//6610. https://github.com/AdguardTeam/AdGuardHome//6711. https://github.com/AdguardTeam/AdGuardHome//6712. https://github.com/AdguardTeam/AdGuardHome//6740. https://github.com/AdguardTeam/AdGuardHome//6820. ms-v0.107.46 : https://github.com/AdguardTeam/AdGuardHome/milestone/81?=1.

dns security tracking adblock adguard privacy golang javascript

BRL-CAD 7.38.2 💾

BRL-CAD is a constructive solid geometry (CSG) solid modeling computer-aided design (CAD) system. It includes an interactive geometry editor, ray tracing support for graphics rendering and geometric analysis, computer network distributed framebuffer support, scripting, image-processing and signal-processing tools. The entire package is distributed in source code and binary form. BRL-CAD is a powerful cross-platform Open Source combinatorial Constructive Solid Geometry (CSG) solid modeling system that includes interactive 3D solid geometry editing, high-performance ray-tracing support for rendering and geometric analysis, network-distributed framebuffer support, image and signal-processing tools, path-tracing and photon mapping support for realistic image synthesis, a system performance analysis benchmark suite, an embedded scripting interface, and libraries for robust high-performance geometric representation and analysis. For more than 20 years, BRL-CAD has been the primary tri-service solid modeling CAD system used by the U.S. military to model weapons systems for vulnerability and lethality analyses. The solid modeling system is frequently used in a wide range of military, academic, and industrial applications including in the design and analysis of vehicles, mechanical parts, and architecture. The package has also been used in radiation dose planning, medical visualization, computer graphics education, CSG concepts and modeling education, and system performance benchma

minor feature: Added "rtsurf" exterior surface area tool prototype - Sean Morrison. Updated sqlite3 to version 3.45.1 - Cliff Yapp. Updated libpng to version 1.6.43 - Cliff Yapp. Updated zlib to version 1.3.1 - Cliff Yapp. Updated and corrected dbconcat man page - Cliff Yapp. Improved ambient occlusion rt during -k cut planes - Sean Morrison. Changed rt ambient occlusion randomization default - Sean Morrison. Added ambient occlusion example to rt manual pages - Sean Morrison. Rtweight output display inside MGED - Chris McGregor. Added shipping container example geometry model - Josh Baker. Added traffic light example geometry model - Chris McGregor. Improved rtwizard command-line option reporting - Sean Morrison. Added self-intersecting torus ray tracing support - Sean Morrison. rt crash rendering to -F/dev/null - Sean Morrison. Added mater man page density table example - Chris McGregor. Adjusted default ghosting intensity in rtwizard - Josh Baker. MGED command line handling of objects named 'y' - Cliff Yapp. Double printing of last 'search -exec' result - Chris McGregor. Improve 'search -v' to support multiple levels - Chris McGregor. Update 'search -v' to report # of objects found - Chris McGregor. Added a "bots only" mode to conversion.sh script - Cliff Yapp. Asc2g/g2asc support for brep primitives - Cliff Yapp. Added brep and bot versions of pinewood.g model - Josh Baker. Added new.g example file "Annual Gift Man" - Josh Baker. Dsp terrain file data loading for relative paths - Cliff Yapp. Updated Manifold lib for improved facetize robustness - Cliff Yapp.

GNU LGPL cad solid modeling electromagnetics graphics signal processing design engineering

Babel 7.24.2 💾

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-03-19). #### :: `babel-code-frame`, `babel-highlight`. Restore previous `FORCE_COLOR=0` behavior (@nicolo-ribaudo).

MITL javascript ecmascript nodejs compiler conversion es6 es7 developers

Firefly III 6.1.11 💾

"Firefly III" is a self-hosted financial manager. It can help you keep track of expenses, income, budgets and everything in between.

minor feature: Added: New expression engine by @michaelhthomas, still disabled though. Missing database indexes to speed up performance. A button to the experimental `v2`-layout to go back to `v1`. Changed: New login/register screens. New CSP headers. Deprecated: Dropped all old v3 code. Dropped all generated JS and CSS, thanks @paulius-valiunas!. : Discussion 8569 (What is classed as an "automatic transaction" when it comes to notifications?) started by @digitlength. (404 error when deleting a category) reported by @Jademalo. (Create right now option for recurring transaction missing during weekend) reported by @Transportman. PR 8634 ( trivial broken link in readme) reported by @WardenJakx. (No search results returned when using `tag_contains` and `tag_starts`) reported by @Call-Me-G-Now. (Graph error on Reports) reported by @nicolopozzato. (Rule with -has_any_category:true trigger not triggering) reported by @pvieira84. (Can't remove foreign amount using the trash icon) reported by @danielnetop. (Not possible to upload CSV file as an attachment) reported by @dbtdsilva. Removed: Support for Mandrill because the necessary packages aren't maintained anymore.

Affero GPLv3 finance personal financial budget budgeting money manager management currency sums financials php laravel

WirePlumber 0.5.0 💾

WirePlumber is a modular session / policy manager for PipeWire and a GObject-based high-level library that wraps PipeWire’s API, providing convenience for writing the daemon’s modules as well as external tools for managing PipeWire. The WirePlumber daemon implements the session & policy management service. It follows a modular design, having plugins that implement the actual management functionality. The WirePlumber Library provides API that allows you to extend the WirePlumber daemon, to write management or status tools for PipeWire (apps that don’t do actual media streaming) and to write custom session managers for embedded devices.

major bugfix: Changes: - Bumped the minimum required version of PipeWire to 1.0.2, because we. Make use of the 'api.bluez5.internal' property of the BlueZ monitor (!613) - Improved the naming of Bluetooth nodes when the auto-switching loopback. Node is present (!614) - Updated the documentation on "settings", the Bluetooth monitor, the Access. Configuration, the file search locations and added a document on how to Modify the configuration file (#595, !616) : Checking for available routes when selecting the default node (!609). - an that was causing an infinite loop storing routes in the. State file (!610) The interpretation of boolean values in the alsa monitor rules (#586, !611). - a Lua crash when we have 2 smart filters, one with a target and one. Without (!612) - an where the default nodes would not be updated when the. Currently selected default node became unavailable (#588, !615) - an that would cause the Props (volume, mute, etc) of loopbacks. And other filter nodes to not be restored at startup (#577, !617) How some constants were represented in the gobject-introspection file. Mostly by converting them from defines to enums (#540, #591) - an using WirePlumber headers in other projects due to. Redefinition of G_LOG_DOMAIN Past releases.

Other audio session-manager policy-manager pipewire c lua

asterisk 21.2.0 💾

Asterisk is an open source framework for building communications applications. Asterisk turns an ordinary computer into a communications server. Asterisk powers IP PBX systems, VoIP gateways, conference servers and other custom solutions. It is used by small businesses, large businesses, call centers, carriers and government agencies, worldwide. Asterisk is free and open source.

minor feature: Res_pjsip_stir_shaken.c: Add checks for missing parameters. App_dial: Add dial time for progress/ringing. App_voicemail: Properly reinitialize config after unit tests. App_queue.c : "queue add member" usage string. App_voicemail: Allow preventing mark messages as urgent. Res_pjsip: Use consistent type for boolean columns. Attestation_config.c: Use ast_free instead of ast_std_free. Makefile: Add stir_shaken/cache to directories created on install. Stir/Shaken Refactor. Translate.c: implement new direct comp table mode. README.md: Removed outdated link. Strings.h: Ensure ast_str_buffer( ) returns a 0 terminated string. Res_rtp_asterisk.c: Correct coefficient in MOS calculation. Dsp.c: and improve potentially inaccurate log message. Pjsip show channelstats: Prevent possible segfault when faxing. Reduce startup/shutdown verbose logging. Configure: Rerun bootstrap on modern platform. Upgrade bundled pjproject to 2.14. Res_pjsip_outbound_registration.c: Add User-Agent header override. App_speech_utils.c: Allow partial speech results. Utils: Make behavior of ast_strsep match strsep. App_chanspy: Add 'D' option for dual-channel audio. App_if: next priority calculation. Res_pjsip_t38.c: Permit IPv6 SDP connection addresses. BuildSystem: Bump autotools versions on OpenBSD. Main/utils: Simplify the FreeBSD ast_get_tid() handling. Res_pjsip_session.c: Correctly format SDP connection addresses. Rtp_engine.c: Correct sample rate typo for L16/44100. Manager.c: erroneous reloads in UpdateConfig. Res_calendar_icalendar: Print iCalendar error on parsing failure. App_confbridge: Don't emit warnings on valid configurations. App_voicemail_odbc: remove macrocontext from voicemail_messages table. Chan_dahdi: Allow MWI to be manually toggled on channels. Chan_rtp.c: MulticastRTP missing refcount without codec option. Chan_rtp.c: Change MulticastRTP nameing to avoid memory leak. Func_frame_trace: Add CLI command to dump frame queue.

GNU GPL communication conferencing telephony sip pbx c python

Orekit 12.0.2 💾

Orekit aims at providing accurate and efficient low level components for the development of flight dynamics applications. It is designed to be easily used in very different contexts, from quick studies up to critical operations. As a library, Orekit provides basic elements (orbits, dates, attitude, frames, ...) and various algorithms to handle them (conversions, propagations, pointing, ...).

minor feature: lt;p gt;Version 12.0.2 is a patch release of Orekit. The main changes are: lt;/p gt;. lt;ul gt;. lt;li gt;Change visibility of InertiaAxis and Inertia constructors to public. lt;/li gt;. lt;li gt;Allow Rinex V4 observation files to have either "ANTENNA: DELTA X/Y/Z" or "ANTENNA: DELTA H/E/N" header line. lt;/li gt;. lt;li gt;Field versions of Frame.getStaticTransformTo don't allow null dates (they never did, but the javadoc wrongly stated this was allowed). lt;/li gt;. lt;li gt;Removed blank lines in SP3 file generation. lt;/li gt;. lt;li gt;forbidden SBAS System Time in SP3 files. lt;/li gt;. lt;li gt;wrong key for Beidou System Time in SP3 files. lt;/li gt;. lt;li gt;wrong parsing of some time systems in SP3 files. lt;/li gt;. lt;li gt;incorrect transmitter location in BistaticRange measurement. lt;/li gt;. lt;li gt;regression in Ephemeris with interpolationPoints=1. lt;/li gt;. lt;li gt;loading of UTC (now thread safe). lt;/li gt;. lt;li gt;DSST Jacobian setup. lt;/li gt;. lt;/ul gt;. lt;p gt;This version depends on Hipparchus 3.0 lt;/p gt;.

Apache scientific physics space flight dynamics aerodynamics astrodynamics satellite-prediction altitude spaceflight orbital-mechanics java

Pandoc 3.1.12.3 💾

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 bugfix: . . Markdown reader: with footnotes at end of fenced. Div. LaTeX reader:. . Improve tokenization of . Make Tokenization sensitive to makeatletter/ makeatother. Previously we Just always treated as a letter. This led to bad results, e.g. with the sequence . E.g., a @ b would parse as ab and as a .. Make withRaw work. Inside parseFromToks. This is needed for raw environments to work inside table cells.. Better handling of table colwidths. Previously the parser just failed if the column width specified in. p wasn t a multiple of. linewidth. This led to. Cases where content was skipped. . Typst writer:. . Add kind parameter to figures with tables.. Avoid unnecessary box around image in figure.. Omit width/height in images unless explicitly specified. Previously we computed width/heigth for images that didn t have. Size information, because otherwise typst would expand the image to fit page width. This typst behavior has changed in 0.11. This. Change a in which images would sometimes overflow page Margins, depending on their intrinsic size. Don t add hard-coded inset to tables. Instead, set this globally in the default template, allowing it to be customized.. . LaTeX template: block headings support for unnumbered. Paragraphs. HTML templates: Replace polyfill provider. Replace. Polyfill.io with cdnjs.cloudflare.com/polyfill. polyfill.io has Been acquired by Funnull, and the service has become Unstable. Korean translations: delete colon in translation for to . This was invalid YAML, and not desired anyway, since a colon is. Added. Use latest commonmark, commonmark-extensions. This a 3.12 regression in parsing of commonmark/gfm autolinks. (jgm/commonmark-hs#151). Depend on djot 0.1.1.3, which a serious parsing affecting regular paragraphs after lists.. Depend on latest skylighting, skylighting-core, typst-hs. Texmath. MANUAL.txt: Change broken link to IDML cookbook.. . . .

GNU GPLv3 utilities haskell

asterisk 21.2.0 💾

Asterisk is an open source framework for building communications applications. Asterisk turns an ordinary computer into a communications server. Asterisk powers IP PBX systems, VoIP gateways, conference servers and other custom solutions. It is used by small businesses, large businesses, call centers, carriers and government agencies, worldwide. Asterisk is free and open source.

minor feature: Res_pjsip_stir_shaken.c: Add checks for missing parameters. App_dial: Add dial time for progress/ringing. App_voicemail: Properly reinitialize config after unit tests. App_queue.c : "queue add member" usage string. App_voicemail: Allow preventing mark messages as urgent. Res_pjsip: Use consistent type for boolean columns. Attestation_config.c: Use ast_free instead of ast_std_free. Makefile: Add stir_shaken/cache to directories created on install. Stir/Shaken Refactor. Translate.c: implement new direct comp table mode. README.md: Removed outdated link. Strings.h: Ensure ast_str_buffer( ) returns a 0 terminated string. Res_rtp_asterisk.c: Correct coefficient in MOS calculation. Dsp.c: and improve potentially inaccurate log message. Pjsip show channelstats: Prevent possible segfault when faxing. Reduce startup/shutdown verbose logging. Configure: Rerun bootstrap on modern platform. Upgrade bundled pjproject to 2.14. Res_pjsip_outbound_registration.c: Add User-Agent header override. App_speech_utils.c: Allow partial speech results. Utils: Make behavior of ast_strsep match strsep. App_chanspy: Add 'D' option for dual-channel audio. App_if: next priority calculation. Res_pjsip_t38.c: Permit IPv6 SDP connection addresses. BuildSystem: Bump autotools versions on OpenBSD. Main/utils: Simplify the FreeBSD ast_get_tid() handling. Res_pjsip_session.c: Correctly format SDP connection addresses. Rtp_engine.c: Correct sample rate typo for L16/44100. Manager.c: erroneous reloads in UpdateConfig. Res_calendar_icalendar: Print iCalendar error on parsing failure. App_confbridge: Don't emit warnings on valid configurations. App_voicemail_odbc: remove macrocontext from voicemail_messages table. Chan_dahdi: Allow MWI to be manually toggled on channels. Chan_rtp.c: MulticastRTP missing refcount without codec option. Chan_rtp.c: Change MulticastRTP nameing to avoid memory leak. Func_frame_trace: Add CLI command to dump frame queue. User Notes: app_dial: Add dial time for progress/ringing.

GNU GPL communication conferencing telephony sip pbx c python

asterisk 20.7.0 💾

Asterisk is an open source framework for building communications applications. Asterisk turns an ordinary computer into a communications server. Asterisk powers IP PBX systems, VoIP gateways, conference servers and other custom solutions. It is used by small businesses, large businesses, call centers, carriers and government agencies, worldwide. Asterisk is free and open source.

minor feature: Res_pjsip_stir_shaken.c: Add checks for missing parameters. App_dial: Add dial time for progress/ringing. App_voicemail: Properly reinitialize config after unit tests. App_queue.c : "queue add member" usage string. App_voicemail: Allow preventing mark messages as urgent. Res_pjsip: Use consistent type for boolean columns. Attestation_config.c: Use ast_free instead of ast_std_free. Makefile: Add stir_shaken/cache to directories created on install. Stir/Shaken Refactor. Alembic: Synchronize alembic heads between supported branches. Translate.c: implement new direct comp table mode. README.md: Removed outdated link. Strings.h: Ensure ast_str_buffer( ) returns a 0 terminated string. Res_rtp_asterisk.c: Correct coefficient in MOS calculation. Dsp.c: and improve potentially inaccurate log message. Pjsip show channelstats: Prevent possible segfault when faxing. Reduce startup/shutdown verbose logging. Configure: Rerun bootstrap on modern platform. Upgrade bundled pjproject to 2.14. App_speech_utils.c: Allow partial speech results. Utils: Make behavior of ast_strsep match strsep. App_chanspy: Add 'D' option for dual-channel audio. App_if: next priority calculation. Res_pjsip_t38.c: Permit IPv6 SDP connection addresses. BuildSystem: Bump autotools versions on OpenBSD. Main/utils: Simplify the FreeBSD ast_get_tid() handling. Res_pjsip_session.c: Correctly format SDP connection addresses. Rtp_engine.c: Correct sample rate typo for L16/44100. Manager.c: erroneous reloads in UpdateConfig. Res_calendar_icalendar: Print iCalendar error on parsing failure. App_confbridge: Don't emit warnings on valid configurations. App_voicemail: add NoOp alembic script to maintain sync. Chan_dahdi: Allow MWI to be manually toggled on channels. Chan_rtp.c: MulticastRTP missing refcount without codec option. Chan_rtp.c: Change MulticastRTP nameing to avoid memory leak. Func_frame_trace: Add CLI command to dump frame queue.

GNU GPL communication conferencing telephony sip pbx c python

GEGL 0.4.48 💾

GEGL (Generic Graphics Library) is a data flow based image processing framework, providing floating point processing and non-destructive image processing capabilities to GNU Image Manipulation Program and other projects (imgflo, GNOME Photos, gcut, iconographer, …) With GEGL you chain together processing operations to represent the desired image processing pipeline. GEGL provides operations for image loading and storing, color adjustments, GIMPs artistic filters and more forms of image processing GEGL can also be used from the commandline. The primary repository for the GEGL source code in GNOME git, and at GIMPs download site tarball releases. GEGL is Free Software, and both new functionality in new operations as well as relevant development, enhancement requests, patches and bug reports for GEGL at gitlab.gnome.org/GNOME/gegl , Finanical support for fun new filters and capabilities as well as gardening/janitor bits and offshoot new color related infrastructure as part of project maintainership is welcome through the patreon campaign at GIMPs donation page.

minor feature:

GNU LGPLv3 multimedia visualization c

asterisk 18.22.0 💾

Asterisk is an open source framework for building communications applications. Asterisk turns an ordinary computer into a communications server. Asterisk powers IP PBX systems, VoIP gateways, conference servers and other custom solutions. It is used by small businesses, large businesses, call centers, carriers and government agencies, worldwide. Asterisk is free and open source.

minor feature: Res_pjsip_stir_shaken.c: Add checks for missing parameters. App_dial: Add dial time for progress/ringing. App_voicemail: Properly reinitialize config after unit tests. App_queue.c : "queue add member" usage string. App_voicemail: Allow preventing mark messages as urgent. Res_pjsip: Use consistent type for boolean columns. Attestation_config.c: Use ast_free instead of ast_std_free. Makefile: Add stir_shaken/cache to directories created on install. Stir/Shaken Refactor. Alembic: Synchronize alembic heads between supported branches. Translate.c: implement new direct comp table mode. README.md: Removed outdated link. Strings.h: Ensure ast_str_buffer( ) returns a 0 terminated string. Res_rtp_asterisk.c: Correct coefficient in MOS calculation. Dsp.c: and improve potentially inaccurate log message. Pjsip show channelstats: Prevent possible segfault when faxing. Reduce startup/shutdown verbose logging. Configure: Rerun bootstrap on modern platform. Upgrade bundled pjproject to 2.14. App_speech_utils.c: Allow partial speech results. Utils: Make behavior of ast_strsep match strsep. App_chanspy: Add 'D' option for dual-channel audio. App_if: next priority calculation. Res_pjsip_t38.c: Permit IPv6 SDP connection addresses. BuildSystem: Bump autotools versions on OpenBSD. Main/utils: Simplify the FreeBSD ast_get_tid() handling. Res_pjsip_session.c: Correctly format SDP connection addresses. Rtp_engine.c: Correct sample rate typo for L16/44100. Manager.c: erroneous reloads in UpdateConfig. Res_calendar_icalendar: Print iCalendar error on parsing failure. App_confbridge: Don't emit warnings on valid configurations. App_voicemail: add NoOp alembic script to maintain sync. Chan_dahdi: Allow MWI to be manually toggled on channels. Chan_rtp.c: MulticastRTP missing refcount without codec option. Chan_rtp.c: Change MulticastRTP nameing to avoid memory leak. Func_frame_trace: Add CLI command to dump frame queue.

GNU GPL communication conferencing telephony sip pbx c python

Red5 Media Server 1.3.31 💾

Red5 is an Open Source Flash Server written in Java that supports streaming Video (FLV, F4V, MP4, 3GP), streaming Audio (MP3, F4A, M4A, AAC), recording Client Streams (FLV and AVC+AAC in FLV container), shared objects, live stream publishing, remoting and protocols RTMP, RTMPT, RTMPS, RTMPE. Additional features supported via plugin: WebSocket (ws and wss), RTSP (From Axis-type cameras) and HLS.

minor bugfix: /title . . . mondain. . . . . tag:github.com,2008:Repository/14514767/v1.3.30. 2024-03-18T13:26:50Z. . .

Apache multimedia streaming server java

Paperless-ngx 2.6.3 💾

Paperless-ngx is a community-supported open-source document management system that transforms your physical documents into a searchable online archive so you can keep, well, less paper. Features: Organize and index your scanned documents with tags, correspondents, types, and more. Your data is stored locally on your server and is never transmitted or shared in any way. Performs OCR on your documents, adding searchable and selectable text, even to documents scanned with only images. Utilizes the open-source Tesseract engine to recognize more than 100 languages. Documents are saved as PDF/A format which is designed for long term storage, alongside the unaltered originals. Uses machine-learning to automatically add tags, correspondents and document types to your documents. Supports PDF documents, images, plain text files, Office documents (Word, Excel, Powerpoint, and LibreOffice equivalents)1 and more. Paperless stores your documents plain on disk. Filenames and folders are managed by paperless and their format can be configured freely with different configurations assigned to different documents. Beautiful, modern web application that features: Customizable dashboard with statistics. Filtering by tags, correspondents, types, and more. Bulk editing of tags, correspondents, types and more. Drag-and-drop uploading of documents throughout the app. Customizable views can be saved and displayed on the dash

minor feature: : : allow setting allauth @shamoon. Change: dont require empty bulk edit parameters @shamoon. Dependencies: . 4 changes. Chore(deps-dev): Bump follow-redirects from 1.15.5 to 1.15.6 in /src-ui @dependabot. Chore(deps-dev): Bump the development group with 3 updates @dependabot. Chore(deps): Bump the django group with 1 update @dependabot. Chore(deps): Bump the small-changes group with 2 updates @dependabot. . All App Changes: . 8 changes. Chore(deps-dev): Bump follow-redirects from 1.15.5 to 1.15.6 in /src-ui @dependabot. : allow setting allauth @shamoon. Change: remove credentials from redis url in system status @shamoon. Chore(deps-dev): Bump the development group with 3 updates @dependabot. Chore(deps): Bump the django group with 1 update @dependabot. Chore(deps): Bump the small-changes group with 2 updates @dependabot. Change: dont require empty bulk edit parameters @shamoon. : missing translation string @DimitriDR. .

GNU GPLv3 internet web dynamic content indexing search

LimeSurvey 6.4.12 (build 240311) 💾

LimeSurvey is a web application that interacts with MySQL, MSSQL, or Postgres to develop surveys, publish surveys, and collect responses to surveys. Once a survey has been created, data can be inserted into the survey either by a "pretty" public screen which presents each question one at a time, or by a quick and nasty data entry screen. It includes the capacity to generate individualized "tokens", so that invitations can be issued to participants. It also has the capacity to set conditions on whether questions will display (branching), numerous question types, and a basic statistics function.

minor feature: Survey not viewable if invalid str_repeat call is used in expressions (Carsten Schmitz). Cannot create URL panel parameters without assigning it to a question (Carsten Schmitz). CT-698: a link (lajosarpad). CT-681: Answer options order (answer_order) is missing as an attribute definition and causes the value to not persist through tsv exports and imports (Patrick Teichmann). Generated analytics script does not properly escape question group name (Matthew). Plugin with PHP error can not be resetted (Denis Chenu). Extra action button for Question are really badly placed (Denis Chenu). Survey listing - multiple calls of template (Denis Chenu). Updated translation: Turkish by kayazeren. Updated translation: Portuguese (Brazil) by c_schmitz, femariso, holch, marcelovincenzi, mauriciofurtado, paulohpmoraes, samarta, thiagosmartins. Updated translation: Korean by modernity4r. Updated translation: Japanese by d_inoue. Updated translation: Finnish by Jmantysalo.

GNU GPL survey php mysql mssql postgres

RE/flex lexical analyzer generator 4.1.2 💾

RE/flex is the fast lexical analyzer generator with full Unicode support, indent/nodent/dedent anchors, lazy quantifiers, word boundaries, and many other modern features. Supports Flex lexer specification syntax and is compatible with Bison/Yacc parsers. Generates reusable source code that is easy to understand. Supports fast scanning of UTF-8/16/32 files, strings, and streams. The reflex scanner generator tool generates clean lexer class code that is thread-safe. Generates Graphviz files to visualize state machine DFAs. RE/flex also offers a collection of class templates to wrap C++ regex engines in a unified API for scanning and searching large data sources.

minor feature: Released 4.1.2 Updated configure scripts. Cast negative ctype function arguments (problem detected on NetBSD 10) #198.

BSDL code-generator c++ cross-plattform developers