news
Free and Open Source Software
-
Annobin - binary annotation and examination package - LinuxLinks
Annobin is a binary annotation and examination package. It consists of two main parts:
plugins – for various compilers, currently: GCC, Clang and LLVM. annocheck – a tool for examining the annotation inside binary files.
This is free and open source software.
PHP Parallel Lint - checks the syntax of PHP files in parallel - LinuxLinks
This application checks the syntax of PHP files in parallel. It can output in plain text, colored text, json and checksyntax formats. Additionally blame can be used to show commits that introduced the breakage.
Running parallel jobs in PHP is inspired by Nette framework tests.
This is free and open source software.
Error Prone - catch common Java mistakes - LinuxLinks
Error Prone is a static analysis tool for Java that catches common programming mistakes at compile-time.
Error Prone:
hooks into your standard build, so all developers run it without thinking. tells you about mistakes immediately after they’re made. produces suggested fixes, allowing you to build tooling on it.
This is free and open source software.
Colorway - generate color pairings - LinuxLinks
Colorway is a GUI tool that generates color pairings.
This is free and open source software.
Shadow of the Wyrm - single player, traditional roguelike - LinuxLinks
The game offers sprite and text display options, recognizing that each player has their own preferences in terms of how to play the game. Curses (text/terminal based) is traditional, accessible for players using screen readers, and will always be supported. The graphical version (using SDL) offers both sprites and text glyphs.
A full soundtrack (OST) is available. The game includes original 8-bit sound effects and orchestral music written specifically for the game’s setting and locations.
This is free and open source software.
Reahl - Python-only web framework - LinuxLinks
The details of how those abstractions are implemented using several different web technologies are hidden and dealt with for the programmer.
Reahl-component provides infrastructure for components in any application that can also have their own database schemas, configuration, internationalisation and more.
The other projects support development of (mostly web) applications, regardless of which web framework is used.
This is free and open source software.
css-parser - fork of the cssutils project - LinuxLinks
css-parser is a fork of the cssutils project. This fork includes general bug fixes and extensions specific to editing and working with ebooks.
This is free and open source software.
UniFetch - fork of Neofetch - LinuxLinks
The information by default is displayed alongside your operating system’s logo. You can further configure UniFetch to instead use an image, a custom ASCII file, your wallpaper or nothing at all.
You can further configure UniFetch to display exactly what you want it to. Through the use of command-line flags and the configuration file you can change existing information outputs or add your own custom ones.
UniFetch supports almost 150 different operating systems. From Linux to Windows, all the way to more obscure operating systems like Minix, AIX and Haiku.
This is free and open source software.
needle - highlights GitHub PRs - LinuxLinks
needle is a TUI that shows the few PRs that need you: review requests, failing CI, and long-running checks.
This is free and open source software.
Jam.py - web front-end application generator - LinuxLinks
Another key distinction is the ability to run any Python procedure directly within the Application Builder as a back-end – including popular libraries like Matplotlib, Pandas, and NumPy – with the results displayed in the browser. Python procedure can run synchronously or asynchronously on the server.
Moreover, using Import tables feature from any supported database is providing instant web front-end. There’s no need to code anything and authentication is one click away!
This is free and open source software.