Description: Atom is a free, open-source, and customizable text editor developed by GitHub. It has support for plug-ins and themes which allow users to customize the interface and add new features. It's designed for web developers and can be used for coding, writing, and more.
Type: software
Pricing: Free
Description: ltrace is a debugging utility that intercepts and records dynamic library calls which are called by an executed process. It can be used to trace calls made by programs to shared libraries and helps debug issues caused by dynamic linking.
Type: software