JPEG is an image file format that’s been around since the early 1990s, and it uses lossy compression. We compare and contrast Guetzli, MozJPEG, and Lepton. They are all open source tools that run from the command-line.
Read more
The Linux Portal Site
JPEG is an image file format that’s been around since the early 1990s, and it uses lossy compression. We compare and contrast Guetzli, MozJPEG, and Lepton. They are all open source tools that run from the command-line.
Read more
hyperfine is a command-line benchmarking tool. It’s designed to measure the full execution time of a program. This open source tool is written in Rust.
Read more
The popularity of a book is influenced by personal feelings, tastes, and opinions. Programming books accord to this general rule. There is a wide range of Perl books. Here’s our recommended free Perl books.
Read more
Pascal is an imperative and procedural programming language designed in the late 1960s by Niklaus Wirth to teach structured programming using subprograms called procedures and functions.
Read more
ASCIIQuarium is a short Perl script that lets you embrace aquatic nature from your terminal. It’s an aquarium/sea animation in ASCII art.
Read more
Go is a compiled, statically typed programming language that makes it easy to build simple, reliable, and efficient software. This article selects the best open source books that will give readers a firm foundation in developing Go applications.
Read more
Apache Groovy is a powerful, optionally typed and dynamic language, with static-typing and static compilation capabilities, for the Java platform aimed at improving developer productivity thanks to a concise, familiar and easy to learn syntax.
Read more
Let’s start our candy adventure with WallGen. It’s a small command-line utility that generates HQ poly wallpapers with only a few text arguments for inputs. Depending on these arguments, you can create shape-based patterns, randomly filled surfaces, and even image-based patterns.
Read more
Violin is billed as a fast, lightweight, and minimalistic desktop music player. It’s cross-platform software running on Linux, MacOS, and Windows. Here’s Luke view of this music player.
Read more
Swift is a powerful and intuitive general-purpose programming language for the OS X, iOS, watchOS, and Linux operating systems. It’s developed by Apple Inc. Swift is intended to be more resilient to erroneous code (“safer”) than Objective-C, and more concise.
Read more
Assembly language is also used primarily for direct hardware manipulation, access to specialized processor instructions, or to address critical performance issues. Assembly is excellent for speed optimization.
Read more
IFStile is software that generates fractals using the Iterated Function System. It’s freeware (not open source) software.
Read more
peco is a CLI utility that filters text interactively. The tool is written in the Go programming language. It’s free and open source software.
Read more
PHP is an extremely popular, interpreted scripting language that is ideally suited for web development and as a general-purpose programming language.
Read more
cli-visualizer is a command line visualizer inspired by C.A.V.A, ncmpcpp, and rainbow. It’s free and open source software.
Read more
Structured Query Language (SQL) is a specialized programming language originally developed by IBM in the early 1970s. The language is designed specifically for accessing and manipulating data held in a relational database management system (RDBMS).
Read more
JavaScript is possibly one of the easiest language to get up and running with. But to truly master the language requires a firm foundation of its intricacies. This compilation of free books ticks all the boxes.
Read more
LanguageTool is a free and open source proofreading tool for English, German, Spanish, Russian, and more than 25 other languages.
Read more
C# (pronounced “See Sharp”) is a multi-purpose computer programming language suitable for a wide variety of development needs. Here’s my recommended books to learn C#.
Read more
C++ was designed by Bjarne Stroustrup with its first release in 1983. It is a statically typed, free-form, multi-paradigm, portable, compiled, general-purpose programming language. It is regarded as an intermediate-level language, as it has a combination of both high-level and low-level language features. C++ was designed for systems and applications programming, extending the C programming language. Hence the name C++, the increment operator is written as ++.
Read more