Best Developer Tools for Linux
Navicat Premium Essentials for Linux is a compact version of Navicat which provides basic and necessary features you will need to perform simple administration on a database. It supports the latest features including Trigger, Function, View, and it...
Cairo is an open source 2D vector graphics library that offers support for many output devices.Cairo is written in the C programming language and it comes with bindings for numerous other programming languages.What is new in this release:Adrian Johnson...
a8 is an IDE, successor/crossdresser/confessor/depressor to the PIDA IDE. An ultra-lightweight IDE, that embeds Vim, a terminal emulator, and a file browser and makes them work...
Glulx is a portable VM (Virtual Machine), like the Z-machine. Unlike the Z-machine, it uses 32-bit data and addresses, so it can handle game files up to four gigabytes long.Also unlike the Z-machine, it has native support for Glk I/O, so game files can...
BoneCP is an open source and fast Java database connection pool (JDBC Pool). If you are familiar with C3P0 and DBCP then you already what this means. For the rest, this is a library that will manage a database connection for you to get faster...
easydb is a really simple **SQLite wrapper** for that saves you from having to worry about creating tables or managing connections.It can be used on existing SQLite database by simply passing in the database filename:```pythonfrom easydb import EasyDBdb =...
Ubuntu LiveUSB is a tool to create a bootable Live USB stick from the running Ubuntu Live CD.Features:Detects available USB sticks (using HAL) and asks user which one to use
Partitions USB stick with 1 partition
Sets partition bootable
Writes MBR to USB...
Gaphas is a diagramming widget for GTK+ written in Python. It is a MVC canvas that uses Cairo_ for rendering. One of the nicer things of this widget is that the user (model) is not bothered with bounding box calculations: this is all done through...
NetBeans IDE is a free and full-featured software project designed for developers who are looking to develop applications using the Java programming language. It is a cross-platform IDE (Integrated Development Environment) that works on GNU/Linux,...
rss2jira is a tool written in Python that allows you to create JIRA issues from RSS entries by matching key terms.rss2jira is an open source project distributed under the BSD...