today update channels










>
August
    •  
    •  
    •  
    •  
    •  
    • 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
     



     
    Users
    reade
    riko4
    NicoCanali
    reader
    irodgers
    bluronline
    chaolong34
    jtanderson
    alicia4live
    bizman
     
      
     
    +H2 Database Engine 1.0.61 (2007-11-10) (Default branch)
      H2 is an SQL database engine written in Java thatimplements the JDBC API. Embedded, server, andclustering modes are available. A browser basedconsole application is included. The database hasstrong security features. Disk based and in-memory databases and tables are supported.License:Mozilla Public License (MPL)Changes:Read-only databases in zip (or jar) files are nowsupported. File access is now done using anextensible API. Descending indexes are supported.H2 Console has been translated to Russian.Backward searching is implemented. A new option"cache" (the number of pre-allocated numbers) isavailable for sequences. Converting a decimalnumber to an integer now rounds like MySQL andPostgreSQL. The MVCC (multi version concurrencycontrol) mode has been improved.

    +Berkeley Unified Parallel C 2.6.0 (Default branch)
      Unified Parallel C (UPC) is an extension of the C programming language designed for high performance computing on large-scale parallel machines.The language provides a uniform programming model for both shared and distributed memory hardware. The programmer is presented with a single shared, partitioned address space, where variables may be directly read and written by any processor, but each variable is physically associated with a single processor. UPC uses a Single Program Multiple Data (SPMD) model of computation in which the amount of parallelism is fixed at program startup time, typically with a single thread of execution per processor. Berkeley UPC provides a portable, high-performance compiler for developing UPC software on systems ranging from clusters to custom supercomputers and even laptop-grade systems.License:BSD License (original)Changes:Mac OS X 10.5 binaries are now available. Amulticonf build manager now provides easy accessto debug and opt from the upcc command line.lapi-conduit now uses RDMA support to improveperformance. Data movement collectives now use ascalable, high-performance implementation. Theportals network is now fully native. Pthreadssupport was added on CNL. Local put/get operationsfor GCCUPC+UPCR are fully inline. Native supportwas added for OpenIB via the new "ibv" network.The software was ported to CrayXT/Linux,SunC/Linux, OpenBSD/x86. upcrun options forbacktracing and freezing were added. Numerousmiscellaneous fixes were made.

    +avidemux 2.4 Preview3 (Development branch)
      Avidemux is a graphical tool to edit videos. It can open AVI, openDML, MPEG, Nuppelvideo, and BMPs. Most common codecs are supported (M-JPEG, MPEG, DivX, Xvid, huffyuv, WMA, etc.) thanks to libavcodec and libmpeg2. Video can be edited, cut, appended, filtered (resize/crop/denoise), and re-encoded to either AVI (MPEG4/MJPEG) or MPEG 1/2.The Spidermonkey Javascript engine is used to give powerful scripting capabilities.License:GNU General Public License (GPL)Changes:The Qt4 GUI version has been vastly improved.Support for Mac OS X (Intel) is much better.Support for FLV/iPod and MKV has been added.

    +Elm Millennium Edition 2.4 PL124a (25) (Elm 2.4ME+ patch branch)
      Elm Millennium Edition is an interactive mail system based on Elm 2.4. It contains enhanced MIME and character set support. A subset of UTF-8 (Unicode) is handled. It can read mail from a local mbox and POP and IMAP folders and can pass mail to the PGP or GPG programs. It can also view digests as a mailbox and reassemble fragmented (message/partial) messages. It includes modules for TLS/SSL, iconv, and SMTP.License:Freely DistributableChanges:This patch fixes the redraw loop on the Mailcapprogram selection screen, fixes a double free() onsearch, and fixes filename handling onattach_save().

    +Hiawatha 6.1 (Default branch)
      Hiawatha is an advanced and secure Web server for Unix. It has been written with security as its main goal. It's very secure and fast and is really easy to configure. It features a rootjail, the ability to run CGIs under any UID/GID you want, prevention of SQL injection and cross-site scripting, banning of clients who try such exploits, and many other features. These features make Hiawatha an interesting Web server for those who need more security than what the other available Web servers are offering.

    +SRESI 0.19.14.5 (Default branch)
      SRESI is a smart bookmark manager. It currently sports both a command-line and a PHP interface. It works with both the standard hierarchical trees and the new and fashionabletagged bookmarks. It was developed as a way tointerface both representation systems. SRESI canuse Del.icio.us, Mozilla, Opera, and XBEL bookmarks, and handles a few more exports besides. Directories and tags are used equivalently, and the final hierarchies are inferred from actual tag use.License:GNU General Public License (GPL)Changes:The caching algorithm used during tree generationwas improved. Folder indexing was changed toprevent a possible collision when usingoverlapping hints.

    +GSTorrent 0011 (Default branch)
      GSTorrent is a Bittorrent client/server system. Adaemon program handles all the file transfers as aBittorrent client. The GSTorrent daemon also actsas a server for an external GUI client. Theobjective is to have a relatively small Bittorrentclient, which runs on a small computer without agraphical interface and to control this serverfrom a different machine. An example of this typeof architecture is the mldonkey client/serversystem for the edonkey protocol.License:GNU General Public License v2Changes:A resource leak in the connection pool was fixed.Performance for multiple torrent downloads wasgreatly improved.

    +libssh2 0.18 (Default branch)
      libssh2 is a C library that implements the SSH2protocol.License:BSD License (revised)Changes:Several different fixes were made for stalls,infinite loops, and problems mostly related to hownon-blocking transfers (didn't) work, and more.

    +phpMyAdmin 2.11.2.1 (Default branch)
      phpMyAdmin is a tool written in PHP intended to handle the administration of MySQL over the Web. It can create, rename, and drop databases, create/drop/alter tables, delete/edit/add fields, execute any SQL statement, manage keys on fields, create dumps of tables and databases, export/import CSV data and administrate one single database and multiple MySQL servers.License:GNU General Public License (GPL)Changes:A possible SQL injection using database name wasfixed. A possible XSS in database name was fixed.These problems are discussed more athttp://www.phpmyadmin.net/home_page/security.php?issue=PMASA-2007-7.

    +Traveling-Salesman 0.6 (Default branch)
      Traveling-Salesman is a library and referenceimplementation to do navigation and routing usingthe OpenStreetMap data. The library is based onthe Osmosis code.License:GNU General Public License (GPL)Changes:map-storage was made much faster. The visible areacan be edited in josm. Map-tiles are cachedlocally. Lots of bugs were fixed.

    +TEA for Linux 17.4.0 (Default branch)
      TEA is a modest and easy-to-use GTK+2-based editor with many useful features for HTML editing. It features a small footprint, a tabbed layout engine, support for multiple encodings, code snippets, templates, customizable hotkeys, an "open at cursor" function for HTML files and images, miscellaneous HTML tools, preview in external browser, string manipulation functions, SRT subtitles editing, Morse-code tools, bookmarks, syntax highlighting, and drag-and-drop support.License:GNU General Public License (GPL)Changes:This release has no significant new features, justupdates and bugfixes. The Czech translation wasupdated. Many list scrolling bugs were fixed.Mispelled words have a new, fancy underline. At"Preferences - Functions - Date format for Saveversion" you can define a timestamp format for"Save version". The default is "%Y-%m-%d-%T". Someimageviewer improvements were made.

    +Endeavour Mark II 2.8.3 (Default branch)
      Endeavour Mark II is a complete file managementsuite that comes with a file browser, imagebrowser, archiver, recycled objects system, and aset of file and disk management utility programs.License:GNU General Public License (GPL)Changes:Support was added for finding different types ofobjects in different locations (recycled bin,archives, etc). Properties dialog support wasadded for recycled and archive objects.

    +releaser 0.1 (Default branch)
      releaser is a set of scripts to automate andmanage the tasks related to software packagereleases.License:Public DomainChanges:This first release includes the ability to performvery rudimentary hg checkout, tarball building,and freshmeat submssion.

    +Greengrass 0.2.1 (Default branch)
      Greengrass is a C# framework providing ahigh-level API for the Resource DescriptionFramework (RDF), allowing RDF triples to beparsed, stored, and manipulated. Greengrasssupports serialization and deserialization of CLRtypes to plain RDF, OWL, and other RDFvocabularies. Greengrass should work with anyCLR-complied language, like C#, BOO, IronPython,Nemerle, IKVM Java, and VB.NET.License:GNU Lesser General Public License (LGPL)Changes:Support for the "simple" and "ntriples" parserswas added. Serialization of simple instances toOWL was implemented.



    © 2008 Pagerss. All rights reserved to their owners.