news
Free and Open Source Software
-
Violations Lib - parse report files from static code analysis - LinuxLinks
Violations Lib is a Java library for parsing report files like static code analysis.
This is free and open source software.
SSHR - TUI SSH manager - LinuxLinks
SSHR is a TUI for managing and connecting to SSH hosts.
This is free and open source software.
Hunt - word search game - LinuxLinks
Hunt is an easy word search game. You can play with or without a timer, or a blitz mode, where you must find each individual word in a much smaller length of time.
This is free and open source software.
PyMarkdown - Markdown linter - LinuxLinks
The project’s Markdown parser aims to be highly compliant to both the GitHub Flavored Markdown specification and the CommonMark specification. This is important as over 90% of the existing parsers are mostly compliant to one of those two specifications. By the parser adhering to those specifications, there’s a high degree of confidence that the rules written are based on solid information about the structure of the Markdown documents that they are evaluating. Since the rules have precise information on how compliant parsers view the structure of a given Markdown document, each rule can make the best decision possible on whether it should trigger a failure or not.
While PyMarkdown is primarily a Markdown linter, the breadth of the application has grown over the years of its development. In scan mode, the linter can detect Markdown issues using a healthy set of Markdown specific rules. In fix mode, certain Markdown failures can be automatically corrected without external involvement. While fix mode is a relatively new effort, it provides a measurable benefit.
This is free and open source software.