Showing headlines posted by terroo
Manage and Run Your Tasks with Kabmat
Graphical program that runs on the terminal (TUI) to manage kanban boards with Vim style key combinations.
How to install GTKMM 4 on Ubuntu 22.04
As of the time of this article the only version available in the repository is 3.0 . gtkmm-4.0 has several new improvements and features. In this article we will see how to compile on Ubuntu 22.04 .
Install this Window Manager written in C++
With settings similar to i3wm and gaps like bspwm.
How to Install Unity Engine on Ubuntu 22.04 via AppImage
Unity is a multiplatform game engine developed by Unity Technologies.
How to Install C# on Ubuntu 22.04 and Getting Started
C Sharp is a strong-typed, multi-paradigm programming language developed by Microsoft as part of the .NET platform.
Install a ls command that shows file icons
There are several alternatives to the ls command, some of them you can find in this article. And today we are going to get to know a new alternative that is written in Golang and its differential in relation to GNU Coreutils ls is that in addition to listing the files, it also displays the icons according to the mime-type .
Draw math formulas in ASCII via command line
Diagon is an interactive interpreter. It transforms the expression of markdown style into an ascii art representation. It was written in C++ and uses WebAssembly, HTML and CSS to make a Web application, in addition to being able to use it via the command line.
Darktile - A GPU-rendered terminal
Highlights links in the terminal, renders unicode and so on.
Meet 7 GNU tools that are the power of the command line
Indispensable tools for you to evolve in intimacy with terminal .
Select Colors in Terminal with RGB-TUI
rgb-tui is a color picker written in C++ that is easy to install and use. The cool thing is that you just install the binary and everything is fine.
Program in Visual and Modular Blocks in Python
PyFlow is an interactive Python development tool structured in open source graphs. With PyFlow you can create code blocks in which you can edit and run Python code, you can move and resize blocks in an infinite 2D plane. Just link the blocks to highlight dependencies, Pyflow will automatically run your blocks in the correct order.
Meet sc-im, an 'Excel' for the terminal
Lightweight, fast and intuitive. sc-im is a spreadsheet program made with ncurses for terminal. sc-im is based on sc a similar application developed by James Gosling, the creator of Java.
Meet the Arch Hurd
The Arch Linux is not always Linux it can have other kernels, like for example the PacBSD which is the Arch with the kernel of FreeBSD . The Arch Hurd are the Arch packages with the kernel GNU/Hurd and logical with the GNU tools. The Arch Hurd project was founded on an Arch Linux forum thread in January 2010, and after a few weeks of much input, it has progressed to the point where it can boot into a virtual machine.
Homebrew - The macOS package manager on GNU/Linux
The Homebrew package manager can be used on Linux and Windows Subsystem for Linux (WSL).
15 examples of different usage of ffmpeg
ffmpeg is an excellent tool. It's a complete video editor via the command line. ffmpeg was created by Fabrice Bellard the same creator as QEMU and QuickJS, the engine behind JSLinux. In addition to the conventional conversion commands that we use on a daily basis, let’s see 15 more utilities that can be good for you in many cases.
How to install Swift programming language on Ubuntu
Swift is to iOS what Java is to Android. Swift development started in July 2010 by Chris Lattner(same creator of LLVM and clang), with the eventual collaboration of many other Apple programmers. Swift was based on ideas from languages ??such as: Objective-C , Rust , Haskell , Ruby , Python , C# , CLU and many others .
Nyxt, an Emacs-style browser made with Common Lisp
Is a fully hackable web browser - all its source code can be introspected, modified and tweaked to your exact specification.
The 32 Best IDEs/Text Editors for C++
Not everyone has the same tastes and when it comes to development C++ the form and environment can vary from person to person.