Welcome to Freecode
Fimex is a the File Interpolation, Manipulation, and EXtraction library for gridded geospatial data. It converts between different, extensible data formats (currently netcdf, NcML, grib1/2, metgm, wdb, and felt). It enables you to change the projection and interpolation of scalar and vector grids. It makes it possible to subset the gridded data and to extract only parts of the files. For simple usage, Fimex also comes with the command line program fimex.
Release Notes: This release adds the possiblity to join files by directory scan or directly mentioning them in ncml-files. It is now also possible to read other filetypes than netcdf through ncml. The vector-rotation has been improved and will now automatically detect vectors by CF standard_names. The grib-writer is now able to write data in the lambert conformal conic projection.
Verbiste is a French conjugation system implemented as a C++ library, a GNOME applet, and two command-line tools. It can conjugate verbs and analyze conjugated verbs to determine their mode, tense, and person. The knowledge base contains over 6700 verbs.
Release Notes: The user can now pass a verb as an argument to the graphical programs to make them display an initial conjugation.
BalanceNG is a modern, IPv6 capable software IP load balancing solution. It is small, fast, and easy to use and set up. It offers session persistence, different distribution methods (Round Robin, Random, Weighted Random, Least Session, Least Bandwidth, Hash, Agent, and Randomized Agent) and a customizable UDP health check agent in source code. It supports VRRP to set up high availability configurations on multiple nodes. It supports SNMP, integrating the BALANCENG-MIB with Net-SNMPD. It implements a very fast in-memory IP-to-location database, allowing powerful location-based server load-balancing.
Release Notes: A new multithreading scheduler has been implemented (activated by "set multithreading 1"). The new directive "interface N threads" controls the number of threads per interface (if the multithreading scheduler is active). A new informational command "show threads" shows thread information (if multithreading is activated). A minor bug has been fixed, server "-1" is no longer reported when there's no 1:1 server/target relationship. A new module "crossover" allows the implementation of a virtual crossover cable (Linux only). The manual has been updated accordingly.
m23 is a software deployment system for Debian GNU/Linux that allows you to install and administrate hundreds of clients via network. It can partition and format clients and install Debian, (K/X)Ubuntu, Linux Mint, Fedora, OpenSuse, and CentOS operating systems on your virtual and physical clients. Group functions allow the comfortable update and installation of further packages during operation. Mass installation functions simplify your administration chores. m23 has a Web interface. Backup functions are implemented for server and clients.
Release Notes: This release adds many visible changes, just in time for the LinuxTag in Berlin. With "Fresh Blue", there is now a new theme for the m23 Web interface, and on the client side, Linux Mint 13 with its desktops Mate and Cinnamon has been added. There are many other changes and improvements, including the option to install the m23 server on a Raspberry Pi or a new kernel, including additional drivers.
WeeChat (Wee Enhanced Environment for Chat) is a fast and light IRC client for many operating systems. Everything can be done with a keyboard, and it is customizable and extensible with C plugins and scripts. It is compliant with RFCs 1459, 2810, 2811, 2812, and 2813.
Release Notes: This release has some new features, including support for multiple layouts, automatic unmask of join (when smart filter is enabled), DH-AES encryption for SASL, WebSocket support in the relay plugin, and optimizations in the aspell plugin. Many bugs have been fixed.
Aspose.Diagram is a class library for working with MS Visio files. It is a pure .NET alternative for MS Visio Object Model. It enables developers to work with VSD and VDX files on ASP.NET Web applications, Web services, and desktop applications. It makes use of the advanced functionality of Visio's services to manipulate Visio documents on a server. A developer can open files and manipulate the elements of the diagram, from lines and fills to more complex elements, and then export to native Visio formats or XML.
Release Notes: This version will allow you to resize the shape height and width. The connector line automatically adjusts when the shape is moved to a different position. Changing height and width of the shape is enhanced. During VSD to PNG conversion, shapes and rectangles missing with .NET Framework 3.5.0 is now fixed, and Aspose.Diagram now allows the connectors to move around the child shape when it is moved.
Asymptote is a powerful descriptive 2D and 3D vector graphics language for technical drawing, inspired by MetaPost but with an improved C++-like syntax. It provides for figures the same high-quality level of typesetting that LaTeX does for scientific text. Asymptote is a programming language as opposed to just a graphics program. It can exploit the best features of script (command-driven) and graphical user interface (GUI) methods. High-level graphics commands are implemented in the language itself, allowing them to be easily tailored to specific applications.
Release Notes: Compilation without the FFTW library is now supported again.
pride (Poor Richard's Independent anDroid Environment) combines medit, bash scripts, zenity, and the Android tools to create a light and coherent environment for Android development. It offers a fast and simple alternative to Eclipse while offering more control over creation, building, running, and releasing an app than the Android SDK. As far as code injection, pride is already more than Eclipse, without all the unnecessary "more" that Eclipse does.
Release Notes: Changes were made to themes.xml in the plate for Android 8 compatibility. A default launcher icon was added to the project plate.
HGL is a compiler/interpreter suite for developing images. It features its own simple but powerful language, an output format configurable by plugins, runtime input handled by plugins, and easy integration into various environments like Web servers or graphical applications. The input is taken from a source file, which has to be compiled for quick and frequent access by the interpreter. An interpreter then runs the compiled files, takes input from custom plugins (if neccessary), and outputs its result via custom plugins.
Release Notes: This is mainly a QA release with a lot of bugfixes resulting from fuzzy tests. Therefore, it is a recommended update. It contains the possibility for vector-based output plugins.
aime is a simple, C-like programming language and an interpreter, both designed to be embeddable in applications. The language is straightforward, trivial, and direct. Its syntax is simpler than that of C, while still providing for full object management, higher order functions, and references. The interpreter is secure and expressive, allowing comprehensive control over program execution and providing powerful methods of application integration.
Release Notes: The -object- type is now allowed for function return.
Knotter is a highly configurable interlace designer. Interlace patterns are a kind of design historically used as a decorations in many places and by different cultures (some examples are Celtic knotworks and Islamic interlaces). Knotter aims to allow its user to design such patterns in an intuitive way and to provide easy ways to integrate the result into external general-purpose graphic software. For this purpose, designs created within Knotter can be saved in a custom human-readable format and exported as Scalable Vector Graphics and in a wide number of raster image formats.
Release Notes: This release adds mostly bugfixes. New features include brush patterns and a customizable background color for image exporting.
Seed7 is a general purpose programming language. It is a higher level language compared to Ada, C++, and Java. In Seed7, new statements and operators can be declared easily. Functions with type results and type parameters are more elegant than a template or generics concept. Object orientation is used when it brings advantages and not in places when other solutions are more obvious. Although Seed7 contains several concepts of other programming languages, it is generally not considered as a direct descendant of any other programming language.
Release Notes: The support for K&R C has been removed. Now an ANSI C compiler is required to compile Seed7. The manual and documentation comments have been improved. The functions min and max have been added to bigint.s7i, bigrat.s7i, and rational.s7i. Rational addition and subtraction operators have been improved to reduce the result. The parse operator in bigrat.s7i has been improved to process negative rational literals correctly. A standard bitmap font, with capital height of 8, has been defined in the library stdfont8.s7i. The program ftp7.sd7 has been improved to allow linewise editing with history.
libxmp is a module player library which supports many mainstream and obscure module formats, including Protracker MOD, Scream Tracker III S3M, and Impulse Tracker IT. Possible applications for libxmp include standalone module players, module player plugins for other players, module information extractors, background music replayers for games and other applications, module-to-mp3 converters, etc.
Release Notes: This release fixes an array initialization in the IT loader. It also contains refactored and optimized code, and it can now be built using Visual C.
The Extended Module Player is a command-line mod player for Unix-like systems that plays over 90 mainstream and obscure module formats from Amiga, Atari, Acorn, Apple IIgs, C64, and PC, including Protracker (MOD), Scream Tracker 3 (S3M), Fast Tracker II (XM), and Impulse Tracker (IT) files.
Release Notes: This release can be built using Visual C, and does not require a C++ compiler when building on a non-BeOS platform.
Mylene is a command line MPEG audio player. It can play plain and system embedded MPEG audio streams and works for Linux OSS and ALSA emulated OSS and Mac OS X. The player can be used interactively by telling it to establish a UNIX or INET server on which commands can be received. It features sophisticated song selection filters, the ability to interpret programs written in a C-like programming language and user formatted text output among others. The seek-h262 MPEG decoder is required for audio and system MPEG decoding.
Release Notes: The dependencies are updated. A new function available for the interpreted programs allows song selection filtering.
Geany is a small C editor using GTK2 with basic features of an integrated development environment. It features syntax highlighting, code completion, call tips, many supported filetypes (including C, Java, PHP, HTML, DocBook, Perl, LateX, and Bash), and symbol lists.
Release Notes: This minor releas fixes two specific, but important issues with the 1.23 release: tab coloring on KDE and opening of files from the commandline on Windows.
Snowbox is a small and easy-to-set-up POP3 server. It supports APOP, SSL, and IPv6.
Release Notes: This release fixes a problem with spaces in passwords, fixes a crash in the TOP command, and adds improved mailbox file locking, among other, smaller improvements.
4MLinux is a miniature Linux distribution focusing on four capabilities: maintenance (by using it as a system rescue live CD), multimedia (for example, for playing video DVDs), miniserver (using the inetd daemon), and mystery (meaning console games).
Release Notes: The main features in this release are maintenance (4MLinux Backup Scripts 6.1 and Clam AntiVirus 0.97.8), multimedia (MPlayer SVN-36169-4.7.2 and FFmpeg Git-2013-04-09), a mini server (FTP, HTTP, SSH, SFTP, and Telnet), and mystery (a collection of small Linux games). The X Window System is based on X.Org Server 1.14.0, Mesa 9.0.3, JWM 2.1.0, and the FOX toolkit 1.6.49. Both Ethernet (including WiFi) and dialup (including fast USB modems) networking are supported. The size of the ISO image is about 45 MB.
etm is an acronym for Event and Task Manager. It provides a simple, intuitive format for using plain text files to store data, a command line interface for viewing stored information in a variety of convenient ways, and a cross-platform, PyQt-based GUI for creating and modifying items as well as viewing them. Displayed items can be grouped by date, context, keyword, or project and can be filtered in various ways. A display of busy and free times is also supported, as is a ledger view of time spent that is suitable for client billing. Alarms are supported for events and repetition for both events and tasks in a powerful and flexible manner.
Release Notes: This release adds German translations of menu items, tool tips, and the like.
Plumi is a video sharing content management system based on Plone. It enables you to create your own sophisticated video sharing site. By adding it to an existing Plone instance you can quickly have a wide array of functionality to facilitate video distribution and community creation.
Release Notes: This is a stable production-ready release, including big improvements in the UI and the backend. Major changes in 4.5 centered around creation of a new Plumi skin using Diazo, replacing gunicorn with uwsgi, implementation of the Amara subtitling engine, and adding a video upload progress bar. Other improvements include: removing views/downloads from iframe for embedding, an update to the latest mediaelement.js, fixing of fullscreen playback, numerous improvements to the new Plumi skin, a re-ordered user menu, removal of the callouts folder, and improved video upload stability.
HotShots is an application for capturing screens and saving them in a variety of image formats as well as adding annotations and graphical data (arrows, lines, text, etc.).
Release Notes: The ability to force a background color for clipboard/Web copy. The ability to launch an Internet browser when uploading is done. A Polish translation. Some cosmetic changes. An image uploading service (tof.canardpc.com/). External Qxt library on Linux. A fix for an untimely exit when HotShots is minimized. A change to the default style on Linux. Corrects a problem with transparency for clipboard/Web copy. Corrects invalid bounding rectangle when items are outside the background image.
TCPDF is a PHP class for generating PDF documents without requiring external extensions. TCPDF supports all ISO page formats and custom page formats, custom margins and units of measure, UTF-8 Unicode, RTL languages, HTML, barcodes, TrueTypeUnicode, TrueType, OpenType, Type1, and CID-0 fonts, images, graphic functions, clipping, bookmarks, JavaScript, forms, page compression, digital signatures, and encryption.
Release Notes: The barcode examples were changed to automatically search for the barcode class path (in case the examples directory is not installed under the TCPDF root).
WildFox is both its own project in addition to reimagining what Mozilla's Firefox Web browser stood for, years ago: a light-weight, versatile, and efficient Web browser. It's also cross-platform and compatible with Chrome & Firefox plug-ins and addons.
Release Notes: This release adds history support and auto-complete in the address bar. It adds history tabs. It fixes downloads. The move to Qt 5.1 for the Windows binaries adds stability.
Awlsim is a Step 7 AWL/STL/PLC simulator. It achieves good performance of several tens of thousands of AWL instructions per second. S7-3xx and S7-4xx CPUs (with 2 and 4 accus) are supported.
Release Notes: Support for running awlsim on Python 2 and PyPy interpreters was added. Various REAL arithmetics fixes were applied. Performance improvements were made.
FeResPost is a library that allows the rapid development of small programs for the post-processing of Nastran or Samcef finite element results. The library allows easy manipulation of finite element models, groups, and results. Efficient post-processing is possible because the time-consuming operations are written in C/C++. The library is distributed as a COM component, a .NET assembly, as well as a Ruby compiled extension.
Release Notes: Correction of a bug in the reading of Nastran PBEAM properties from a BDF file.
A set of utility classes that can be used for Desktop application development.
C++ template classes implementing a B+ tree key/data container in main memory.