Best Free and Open Source Goodness
-
5 Best Free and Open Source Haskell Static Site Generators
A static site works very well in certain use cases. For example, it’s great for documentation. And static sites can be just as engaging as dynamic sites. The only real difference is that all the HTML is generated before being uploaded.
To provide an insight into the quality of software that is available, we have compiled a list of 5 best Haskell static site generators. All of these tools are released under a freely distributable license. Here’s our verdict captured in a legendary LinuxLinks-style ratings chart.
-
13 Best Free and Open Source Linux Debuggers
This article examines three different types of debuggers: source-level debuggers and memory debuggers. Bug tracking software are covered in our Issue Tracking roundup.
A memory debugger is a programming tool for finding memory leaks and buffer overflows. These are due to bugs related to the allocation and deallocation of dynamic memory. Programs written in languages that have garbage collection, such as managed code, might also need memory debuggers.
Here’s a legendary LinuxLinks-style ratings chart capturing our recommendations. All of the software featured here are free and open source goodness.