|
| Thu, Nov 20th | home | browse | articles | contact | chat | submit | faq | newsletter | about | stats | scoop | 10:10 UTC |
|
login « register « recover password « |
About: OrangeHRM is an Human Resource Management (HRM) system that implements employee personal information management, leave and vacations, time and attendance tracking, benefits, applicant tracking (recruitment), configurable, user defined reports, and employee self service.
About: Monitorix is a lightweight monitoring tool designed to monitor as many services as it can. At this time, it monitors from the CPU load and temperatures to the users on the system. Network device activity, network service demand, and even the devices' interrupt activity are also monitored. It uses RRDtool as its logging and graphing back-end. The current status of any corporate UNIX/Linux server with Monitorix installed can be accessed via a Web browser. Changes: A missing "/" when removing /var/www/monitorix in the un_install.sh script was fixed. More than three network devices are now accepted. There were some parts that were not correctly upgraded to five. The parameter -w during the hddtemp call was added just to make sure that it will awaken the disk (if needed). The .sh extension and the she-bang in the crond script were removed for all Linux distributions, although problems were experienced only in the Debian based ones. More fixes and some enhancements were made.
About: Freecell Solver is a 100% ANSI C program that automatically solves games of Freecell, and several similar Solitaire variants, as well as games of Simple Simon. It can also be compiled as a library for use within third-party applications. Changes: The command line argument processing was converted to use a radix tree. The source archive can be built as an RPM again. The parallel tester was fixed and more tests were added.
About: Aubit 4GL compiler is an Informix-4GL compatible compiler and runtime environment. It translates 4GL source into executable programs, enabling very fast creation of screen/form-based applications. With support for SQL statements forming an intrinsic part of the language, it's especially suitable for developing database-oriented applications. Database connectivity is provided for PostgreSQL, MySQL, Informix, and ODBC. It supports both ncurses (console mode) and GTK+ (GUI mode) output. Changes: A build problem in which the last version wouldn't compile unless you had a specific database installed was fixed. A couple of other minor fixups were done.
About: SafeSquid is a content filtering proxy server. It supports 'profiled' Internet access, a browser based interface, very fast throughput, DNS caching, content caching, pre-fetching, bandwidth control, virus scanning, ICP, CARP, and ICAP clients, source, target, and time-based granular firewall style rules to allow or deny content like music, videos, Flash and Java applets, messengers, chats, cookies, ActiveX, scripts, etc., remote authentication, real-time text and image analysis for blocking pornography, and an URL filter. Changes: A new parameter, OVERLOAD_FACTOR, has been introduced. A logical flaw in cache cleaning operation has been traced and fixed. A logical flaw in logged cache object size has been traced and fixed. The design of cProfiles has been modified to allow it to query for an almost unlimited number of Web sites simultaneously. Failure of the MD5 integrity check for cached objects has been corrected. A logical bug while updating or modifying the entries in cache has been corrected. Dynamically generated objects are not cached now. Memory requirements have been tremendously slimmed down.
About: Alkitab Bible Study is a desktop bible study software. It supports single/parallel view, commentaries, lexicons, dictionaries, glossaries, daily devotions, etc. It also comes with a powerful search capability. It features rich and user friendly bible software study tools. Changes: This is a major release with many enhancements and some bugfixes.
About: alterMIME Pro is a server-side application that integrates with your existing Postfix, Sendmail, and Exim installations to provide disclaimer and X-header insertion facilities for email messages. Management is made easy via the Web administration tool. alterMIME Pro is designed with ease of use and email safety in mind. It was built on the alterMIME engine and extended with the most commonly wanted facilities. Changes: A postfilter feature was added.
About: iTunes Export provides the ability to export iTunes Playlists to the standard .m3u file format. Unfortunately, this feature is not included in the iTunes application and is extremely useful for users who wish to use iTunes with other applications or devices. iTunes Export is written in C# (.Net). iTunes Export provides a Command Line version (tested on Mono) and a GUI version, as well as a library that developers can use in their own applications. Changes: An issue with invalid characters in playlist filenames was fixed. Some characters are valid in playlist names (within iTunes), but not valid in filenames for the resulting playlist files. Multi-Language support was added for the GUI version. Descriptions are now available in English and French. The Library reader and all playlist writers were updated to use UTF-8 encoding. The export routine was changed to include audio streams. Disabled tracks (tracks that are unchecked in iTunes) are now ignored.
About: SOHT (Socket over HTTP Tunneling) allows you to tunnel socket connections through an HTTP proxy. Restrictive firewalls often prohibit all outgoing trafic except for HTTP. This application allows you to tunnel socket connections over the HTTP protocol. This application consists of a server that serves as a proxy and a client which tunnels a socket connection over an HTTP connection to the server. The current server is written in Java, and there are clients in Java and .NET. Changes: A patch to enable HTTPS connections and ignore certificate warnings was applied.
About: Adempiere is an ERP bazaar for open source developers that combines improvements from Compiere, CRM, shopfloor, POS, helpdesk, financial accounting, supply chain, knowledge, and business applications in an open and unabated fashion. Its focus is on the community. Changes: This virtual appliance is intended to give you an easy evaluation environment of a fairly recent version without going through any installation procedures.
About: AgileWiki is an SDK for assembling software systems which are fluid, easily configured and can be reorganized on-the-fly to meet ever changing requirements. It includes a COW-based database, the Rolonics programming paradigm, and semantic inferencing. Changes: Freed disk blocks are no longer reused in the same transaction, with a substantial increase in overall robustness.
About: Kuklomenos is an abstract shoot-em-up game with some strategic aspects. It enjoys minimalistic graphics and intense, challenging gameplay. Changes: This release adds various graphical embellishments and refinements, aiming to make the game mechanics more transparent.
About: Covered is a Verilog code coverage utility that reads in a Verilog design and a generated VCD/LXT dumpfile from that design and generates a coverage file that can be merged with other coverage files or used to create a coverage report. Covered also contains the GUI coverage report utility that reads in a coverage file to allow interactive coverage discovery. Areas of coverage measured by Covered are: line, toggle, memory, combinational logic, FSM state/state-transition and assertion coverage. Changes: This release contains new merge capabilities, bugfixes, and documentation updates. It is a betaco release for the upcoming 0.7 stable release.
About: Email-reminder allows users to define events that they want to be reminded of by email. Possible events include birthdays, anniversaries, and yearly events. Reminders can be sent on the day of the event and a few days beforehand. It uses a cron job to checks for events and send reminders once a day, and a simple GUI that allows users to edit the reminders they want to receive. Changes: This version includes support for SSL-enhanced SMTP servers with the "smtp_ssl = 1" configuration option, and eliminates the "No reminders found for..." message that some users reported getting from their cron logs.
About: SymPy is a symbolic manipulation package, written in pure Python. Its aim is to become a full featured CAS in Python, while keeping the code as simple as possible in order to be comprehensible and easily extensible. Currently, Sympy has only around 1600 lines of code (including comments), and its capabilities include basic arithmetics, basic simplification, series expansion, functions (exp, ln, sin, cos, tan, etc.), differentiation, integration (currently it can do only very simple integrals), basic substitution, arbitrary precision integers and rationals, standard (Python) floats, basic complex numbers, and symbolic limits. Changes: Ported to Python2.6 (all tests pass) and Jython (all tests pass except those depending on the "ast" module). True division was fixed (all tests pass with the "-Qnew" Python option). buildbot.sympy.org was created; sympy is now regularly tested on Python 2.4, 2.5, and 2.6 on both i386 and amd64. py.bench: py.test-based benchmarking. bin/test: a simple py.test-like testing framework, without external dependencies and with nicely colored output. Most limits now work. Factorization over Z[x] was greatly improved. Piecewise function was added. nsimplify() was implemented. Symbols and var syntax were unified. C code printing.
About: libburnia is a project comprised of libraries and binaries for reading, mastering, and writing optical discs. It provides libburn, a CD/DVD/BD burn library, libisofs, a manipulation library for ISO 9660 filesystems, and libisoburn, a ISO 9660 multi-session library. On top of them there is cdrskin, a cdrecord emulator, and xorriso, a all-in-one application for ISO 9660 multi-session operations which additionaly provides a limited emulation of mkisofs. Changes: If images that were generated by mkisofs were expanded by a libisofs session, then files of size 0 shared their size information with files that contained data. Another bug prevented the SYSLINUX script isohybrid from creating an MBR that would really boot.
About: xorriso creates, loads, manipulates, and writes ISO 9660 filesystem images with Rock Ridge extensions. It can load the management information of existing ISO images, and it writes the session results to optical media or to filesystem objects. This is the standalone version that incorporates the libraries of libburnia-project.org and thus depends only on Linux 2.4 (or later), libc, and libpthread. No separate mkisofs and no CD/DVD burn program are needed. Changes: A bug in libisofs affected images that were generated by mkisofs. If expanded by xorriso sessions, files of size 0 could hide the content of their neighbors. Another bug prevented the SYSLINUX script isohybrid from creating an MBR that would really boot.
About: imageTagger makes it easy to manage tags of different images and so organise large collections of image collections. It features the ability to assign free tags to images and to search for pictures with tags. The tags are stored externally, so this can also be used for files that should not be changed, files on CDs, and pictures in a format that does not support metadate. No image data is changed ever. Changes: This release adds the ability to search for new images in directories. It has a slightly enhanced help function.
About: srcpd is a gateway between any kind of model rail road systems and user interface programs supporting SRCP. The program supports both commercial and self-made interfaces, and the direct generation of DCC and MM signals via serial interface. Changes: This release fixes numerous bugs in both core modules and some drivers. New features include programming of selectrix decoders and functions F5 through F16 on the Intellibox.
About: GeoQO is a waypoint, geocaching, and waymarking database. It is extremely fast and offers a wide variety of utilities for manipulating waypoints. Though designed for geocaching and waymarking, it should be usable for any waypoint management. It is highly extensible; writing new import, export, search, display, and other plugins is easy to do. Changes: There is now a fairly decent mapping system relying on open street maps data. The installation process is now very easy on Linux.
About: Parrot is a virtual machine designed to efficiently compile and execute bytecode for dynamic languages. It currently hosts a variety of language implementations in various stages of completion, including Tcl, Javascript, Ruby, Lua, Scheme, PHP, Python, Perl 6, APL, and a .NET bytecode translator. Changes: The Native Call Interface (NCI) signatures are now JITted on x86-32 platforms (Windows and Linux). All known memory leaks in PIR "Hello, world!" are fixed. The language implementations Rakudo (Perl6), Pipp (PHP), and Cardinal (Ruby) have seen various improvements.
About: Zytouch Driver is a userspace driver for USB-connected projected capacitance touchscreens from Zytronic. It uses libusb to read data from the device, and the X11 XTest extensions to feed X events into the X server. Changes: Numerous bugfixes. Handling of the swapped x/y version of the screen. Significant updates to the calibration utility.
About: YML (Why a Markup Language?!) is an easy language to compile into XML. YSLT is an easy language for code generation, automating your software development tasks. Changes: This release supports file globbing using * and ? in filenames in include directives, avoiding XProc for easy applications. Some bugfixes were made.
About: slacktrack tracks the installation of 'make install' (or similar) and produces a Slackware compliant .tgz package from the results. It can be used to build replica packages from Slackware's '.build' scripts or your own. Changes: This release adds /var/cache to the default list of excludes.
About: LionWiki is a minimalist file-based (doesn't need a database), templatable, extensible wiki engine that works from just one file (30KB). It supports page history, recent changes, interface localization, password protection (both writing pages and seeing), and much more through plugins (CAPTCHA, RSS, syntax for Tables). It's intended for small personal Web sites, notebooks, and other simple applications. Installation is very easy: just copy the file and create a directory.
Tip: Tired of seeing a lot of software not of the slightest interest to you? Get a freshmeat user account with full filtering capabilities. Best of all: It's free! |
Please note that you must have cookies enabled in your browser to be able to log in.
LATEST ARTICLES
Security
MOST POPULAR PROJECTS
LATEST RELEASES
Thursday Wednesday Tuesday Monday
BEST OF BREED
SecurityFocus Linux.com :: Features Slashdot |