No updates today:










>
February
    •  
    •  
    •  
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 9
    • 10
    • 11
    • 12
    • 13
    • 14
    • 15
    • 16
    • 17
    • 18
    • 19
    • 20
    • 21
    • 22
    • 23
    • 24
    • 25
    • 26
    • 27
    • 28
    • 29
     



     
    Users
    reade
    riko4
    NicoCanali
    reader
    irodgers
    bluronline
    chaolong34
    jtanderson
    alicia4live
    bizman
     
     freshmeat.net 
     
    Last update: June 25, 2008

    +Shed Skin 0.0.25 (Default branch)
      Shed Skin is an experimental Python-to-C++compiler. It accepts pure but implicitlystatically typed Python programs and generatesoptimized C++ code. This means that in combinationwith a C++ compiler, it allows for translation ofpure Python programs into highly efficient machinelanguage. For a set of 16 non-trivial testprograms, measurements show a typical speedup of2-40 over Psyco, about 10 on average, and 2-220over CPython, about 35 on average. Shed Skin alsooutputs annotated source code.License:GNU General Public License v3Changes:1-length string caching, improved detection of virtual functions, further set optimizations, a fix for extension modules and certain default arguments, exhaustive checking of C++ keywords, a fix for some combinations of arguments to min and max, and several minor bugfixes.

    +Ultimate Stunts 0.7.3 (Default branch)
      Ultimate Stunts is a remake of the DOS game "stunts", providing modern features like OpenGL graphics, 3D sound, and Internet-based multiplayer games. Players can design their own tracks, choose opponents and try some spectacular stunts.License:GNU General Public License (GPL)Changes:The most important change in this release is that cars will now crash if they collide too fast with other objects. Some of the other changes are collision sound improvements, a new and fancy OpenGL mouse cursor, and the addition of a navigation compass to the track editor. The Linux (x86) binary packages are now based on OpenAL instead of FMOD (the Windows binaries will follow later).

    +PHP SOAP Toolkit 0.5.0 (Default branch)
      PHP SOAP Toolkit is a comprehensive SOAP libraryfor PHP 5. It provides WSDL parsing andtemplate-based code generation for client, server,and data types for contract-first Web services. Itwraps the native PHP SOAP client and server anduses WS-Helper to provide code-first Web services.License:GNU General Public License (GPL)Changes:rpc/enc, doc/lit, and rpc/lit have been tested successfully with PHP 5.2.0. A PEAR package (0.5.0) that installs and runs properly was created. Work on the doc/lit-wrapped pattern was begun. wsdl2pst parses this type of WSDL and generates code, but the PHP client does not appear to work properly.

    +GNU Classpath 0.96 (Default branch)
      GNU Classpath (essential libraries for Java) is a project to create free core class libraries for use with virtual machines and compilers for the Java programming language. It includes all native methods and core classes necessary for a completely functional execution environment. License:GNU General Public License (GPL)Changes:This release includes a new experimental GStreamer javax.sound peer (see README.gstreamer). There are also a few new minor features such as support for JNI 1.6, better support for the OpenJDK javac compiler and emulating the JDK tools, and much improved Escher AWT peers along with many bugfixes, including improvements to AWT and Swing support.

    +evince 2.20.1 (Default branch)
      Evince is a document viewer for multiple documentformats, such as PostScript, PDF, single page andmulti-page TIFF, DVI, DjVu, and others. Itfeatures page thumbnails, printing via the GNOMEor GTK+ printing frameworks, and searching withinthe documents. It supports the displaying of PDF indexes and the viewing of encrypted PDF documents.License:GNU General Public License (GPL)Changes:Fixes were introduced for printing multiple pages per sheet, for respecting range order during print, and for ignoring unknown form fields. Translations were updated.

    +SSHMenu 3.15 (Default branch)
      SSHMenu is a GNOME panel applet that makesstarting up a new terminal window with an SSHconnection to a remote host just a click away. Apreferences dialog allows you to add and organisehosts. Window positions and sizes can be set alongwith a profile for controlling text and backgroundcolours as well as font details. It also includesa version without GNOME dependencies that can berun as a small standalone window or swallowed intothe panel of another window manager.License:BSD License (original)Changes:This release added support for XEmbed, improved command line option handling, simplified wrapper scripts, and provided better documentation.

    +libSieve 2.2.6 (Default branch)
      libSieve is an implementation of the Sieve mailsorting language originally developed for theCyrus mail system. libSieve helps to bring mailsorting functionality into your mail serverapplication without the need to reinvent thewheel. As a library, it is not intended for endusers expecting a ready-to-run program. License:GNU General Public License (GPL)Changes:This release supports /* bracketed comments */, has more graceful handling of malformed addresses, and returns header and address errors under separate error codes.

    +fanntool 0.8 (Default branch)
      fanntool is a cross platform tool for the FastArtificial Neural Network (FANN) library. It candetect the optimum parameters for an artificialneural network (ANN). It allows you to adjust anANN's parameters easily, train with differentparameters, and test an ANN.License:GNU General Public License (GPL)Changes:You can now run ANN within the FannTool.

    +netrik 1.15.6 (Default branch)
      Netrik is an advanced text mode WWW browser. Its purpose is to giveaccess to as much of the Web as possible in text mode, withoutforsaking any comfort.License:GNU General Public License (GPL)Changes:A crash with certain <textarea> form fields was fixed along with another bug that made link reactivation (when moving back/forth in page history) break after performing a text search.

    +Postoffice 1.4.4 (Default branch)
      Postoffice is a simple SMTP mail server and clientwritten with spam blocking in mind. It provides agreylist to slow down the rate of incoming spam,and can be configured to do antivirus checking onincoming mail either via the sendmail milterprotocol or a traditional hard-coded AV program.Postoffice can be configured to deliver mail toaccounts inside vm-pop3d-style virtual domains,and it can further be enabled to support AUTHLOGIN for people inside virtual domains, so theycan use postoffice as a mail forwarder whenreplying to mail. Postoffice accepts (and ignores)many of the same command line options that arepassed to sendmail, and it comes with the usualcrop of sendmail compatable aliases; runq, mailq,newaliases, and sendmail.License:BSD License (original)Changes:Blacklist behavior is now configurable in a manner similar to spam filtering. The new blacklist= configuration variable lets you accept connections from blacklisted sites, refuse connections from them, or accept connections but write all incoming messages into a spam folder.

    +allmydata-tahoe 0.6.1 (Default branch)
      With Tahoe, you can store your files in a distributed way across a set of computers, such that if some of the computers fail or become unavailable, you can still retrieve your data from the remaining computers. You can also securely share your files with other users. The source code is available under a variant of the GPL that includes a transitive 12-month grace period.License:OSI ApprovedChanges:Packaging, documentation, improved usability, and a command-line user interface.

    +PapyrusBB 0.2 (Default branch)
      PapyrusBB is a forum that was designedspecifically for use with WikyBlog. It's writtenin PHP with a MySQL backend, fully integrates withthe WikyBlog system using the AJAX-enhancedinterface, and is UTF-8 compatible.License:GNU General Public License (GPL)Changes:This version is compatible with the updated plugin interface of WikyBlog 1.5.3.

    +SchemaCrawler 5.2 (Default branch)
      SchemaCrawler is a platform (OS and database)independent command line tool to output yourdatabase schema and data in a readable form. The output is designed to be diff-ed with previous versions of your database schema. SchemaCrawler is also an API that improves on standard JDBC metadata.License:GNU Lesser General Public License (LGPL)Changes:This version includes Spring Framework support for all of SchemaCrawler functionality, including integrations and grep. There are new examples for grep and for using the Spring framework with SchemaCrawler. The internal command processing code is significantly rewritten. Bugfixes include a fixed Unix shell script for PostgreSQL. Pre-packaged releases do not load the config file, even if available.

    +Orphne 1.2 (Default branch)
      Orphne is a highly specialized Web browser, basedon the XulRunnersuite, optimized for viewing "adult" content. Itfeatures tagging,rating, and bookmarking sites, an integratedsearch, and slide shows.Please note that Orphne is intended for adultsonly.License:GNU General Public License (GPL)Changes:An "Open Selection in Tabs" feature has been added to the Firefox extension, which allows highlighted links to be opened in individual tabs with a single click. The search backend has been changed and exists on a new server.

    Archive: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
    adverise here. ADS ZONE 3!
    © 2012 Pagerss. All rights reserved to their owners.