Free and Open Source Software
Crystal
A free and open general-purpose, object-oriented programming language developed by Ary Borenszweig, Juan Wajnerman, Brian Cardiff and a community with over 300 contributors. Crystal is statically type checked, which means that all code errors will be caught at compile time, rather than fail on runtime. Crystal provides an easy-to-learn syntax similar to Ruby, while at the same time producing performance similar to that of the programming language C.
ct.js
ct.js is a 2D game editor that makes learning programming fun and game development easy by its visual tools, good docs and flexible, modular library. ct.js is based on Pixi.js, works on WebGL and provides great performance in browsers and desktop environments. The game editor is extensible through the use of Modules which adds new powers when ct.js core is not enough. Hobyist and professionals alike use ct.js to create 2D shooter, arcade, adventure, survival and puzzle games.
Standard Notes
Standard Notes is a safe place for your notes, thoughts, and life's work. With Standard Notes you can create, edit and manage notes with a complete encrypted app that is free and open source.
DB Browser for SQLite
A high quality, visual, open source database management tool for SQLite databases. With DB Browser for SQLite, users and developers can create, search, and edit databases. DB Browser for SQLite uses a familiar spreadsheet-like interface, and complicated SQL commands do not have to be learned.
Digsby
Digsby is a free multiprotocol IM client for Windows. The software lets you stay in contact with people and friends on AIM, MSN, Yahoo, ICQ, Google Talk, and Jabber. Digsby also allow you to get alerts from your friends of various social networks such as MySpace, Twitter and Facebook. All this makes Digsby a well-rounded choice for staying up-to-date and in contact with people across the internet.
Notepad++
Notepad++ is a free and open source text editor that support a wide range of programming languages. Notepad++ is written in C++ and uses pure Win32 API and STL which ensures a higher execution speed and smaller program size. By optimizing as many routines as possible without losing user friendliness, Notepad++ is trying to reduce the world carbon dioxide emissions. When using less CPU power, the PC can throttle down and reduce power consumption, resulting in a greener environment.
PostCSS
PostCSS is a software development tool that uses JavaScript-based plugins to automate routine CSS operations. The free and open-source library was designed and written by Andrey Sitnik and the community. PostCSS is used in a multitude of web-based application across the web where it helps developer to optimize CSS and bring a better experience to end-users.
OpenProject
OpenProject is an open-source, web-based project management system for location-independent team collaboration. The software allow you and your team to efficiently plan, collaborate and document the process of building projects. OpenProject is released under the GNU General Public License Version 3 and is available as free community edition and a commercial, hosted, enterprise edition.
gThumb
gThumb is a free and open-source image viewer and Image organizer for the GNOME Desktop. The software can be used to view, orginize and edit BMP, GIF, ICO, JPEG, PNG, TIFF, XPM files. An importer tool is also include, it can be used for transferring photos from cameras. With the editing tool, photos can be rotated, flipped and cropped, or optimized for the right contrast ratio. gThumb is developed by the The GNOME Project and released under the GNU General Public License.
Flask
Flask is a micro framework framework written in Python that can be used to build APIs, web services and web applications. Flask is designed from the bottom up to be extremely minimal and easy to use, where your whole application can fit into one single Python file. The framework includes no database abstraction layer, form validation, or any other components, by design. However pre-existing third-party libraries provide common functionality needed to build production ready applications and services.