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

    +typespeed 0.6.4 (Default branch)
      Typespeed is a tool and game for testing your typing speed. It displays your CPS and WPM, typo ratio, and some points to compare with your friends. It is a clone of 'ztspeed', and features a network play mode for challenging your friends.License:GNU General Public License (GPL)Changes:An issue where specially crafted network packets can lead to a division by zero, resulting in a segmentation fault was fixed. Total characters per seconds won't be displayed anymore, instead the more often used words per minute (for correctly entered words) will be shown.

    +GWintree 0.9.8-9 (Default branch)
      GWintree is a GEDCOM-based genealogy program. It provides facilitiesto view, edit, and merge data, and to produce charts, family trees,and reports in a range of formats, including HTML. Charts can show allrelatives, ancestors only, or descendants only. HTML charts allow youto click on a person in your HTML report to see where they are on thechart. Automatic matching and merging of data between files is supported.License:Free for non-commercial useChanges:This version adds the facility to save family trees to Shockwave Flash format with dynamic mouseover scrolling, making large charts easier to view in Web browsers.

    +HTML Editor Software 3.0 (DEVELOPMENT- XML?CSS TOOL branch)
      Handy HTML Studio is intended both for professional web developers and newbie webmasters who have already realized the disadvantages of visual web development. Handy HTML editor 3 brings hand coding to ease and confidence, compatible with customized syntax highlighting for all major web development languages available today as well as project-based website management, built-in FTP client. HTML editor 3 software is a powerful web development package that supports any development language and comes with the pre-installed support for HTML / CSS / JavaScript / ASP / PHP / PERL / JAVA / XML and C++.Tool brings hand coding allowing customizable syntax highlighting for all major web development languages available today as well as project-based website management, customizable templates and even keyboard-bound code fragments. Utility can use an external companion editor for WYSIWYG HTML editors like Macromedia Dream Weaver MX and as the development environment allowing to run an external compilers and tools and pass control to other applications.License:SharewareChanges:Support for executing all Web applications was added.

    +GeoTools 2.4.0-rc0 (Development branch)
      GeoTools is a GIS toolkit that is used for OGC-based projects via GeoAPI interfaces. It includes two great SLD based renderers and tools for raster access and reprojection as well as plugins for Shapefile, ArcGrid, ArcSDE, Postgis, OracleSpatial, MySQL, and many more.License:GNU Lesser General Public License (LGPL)Changes:A JDBC driver was added in the Geometryless module. Documentation was added. Support for using LRULinkedHashMap for building pools in the Referencing module was added. Support for Postgis database connection parameters was added. The CQL Parser was extended to allow functions as right arguments on comparison predicates. JAI was added as "provided" dependencies on gt2 modules. The ability to use estimated extents was added. GMLFilterGeometry was modified to keep track of the SRS. A strReplace function was added and many bugs were fixed.

    +Seismic ToolKit 0.56 (Default branch)
      Seismic Toolkit is a tool for processing and displaying seismic signal data in a graphical interface. It reads seismic signals in SAC format, and provides a variety of signal processing, such as filtering, spectral analysis, polarisation analysis, time-frequency representation, Hilbert transform, and singular value decomposition. Some utilities are included for useful seismological applications, like computation of Seismic Moment Mo, Mantle magnitude Mm and Moment magnitude Mw, MTPA spectral analysis, plotting focal mechanisms, computation (and plotting) of instrumental response from poles and zeros, and some usefull GMT (Generic Mapping Tool) scripts for plotting signals, responses, and time-frequency in Postscript files for high quality prints.License:GNU General Public License (GPL)Changes:Major bugs were corrected with alloc() and memcpy() functions on 64-bit machines.

    +Editra 0.2.29 (Default branch)
      Editra is a general, extensible, multi-platformtext editor with an implementation that focuses oncreating a clean and easy-to-use interface withfeatures that aid in code development. Currently,it supports syntax highlighting and variety ofother useful features for more than 50 programinglanguages.License:OSI ApprovedChanges:This release contains a number of important bugfixes and and improvements to existing features. Most notable are the major improvements to Python autocompletion. Editra is now able to provide auto-completion tips for most situations, including the local scope. It is still not perfect however so may not be able to provide tips under certain conditions but it is still a major enhancement over the previous system. wxPython is included in the distribution.

    +Geneious 3.5.5 (Default branch)
      Geneious is an integrated bioinformatics tool suite for manipulating, finding, sharing, and exploring biological data such as linear and circular DNA sequences, proteins, phylogenies, chromatograms, 3D structure information, publications, etc. It features sequence alignment and phylogenetic analysis, restriction analysis, contig assembly, access to biological databases at NCBI and elsewhere (PubMed, Nucleotide, PopSet, SNP, Structure, PFAM, etc.), BLAST, and more. It includes an API for creating your own plugins.License:Free for non-commercial useChanges:Geneious now also runs on Solaris 10. A small number of plugins require an x86 processor in order to run under Solaris.

    +Zumastor 0.4 (Stable branch)
      The Zumastor Linux storage project adds enterprisestorage features to Linux, primarily improvedsnapshots and remote replication. Point-in-time,near zero-cost, block level snapshots can be addedto any existing filesystem and performance doesnot degrade with multiple snapshots. Remotereplication is achieved by sending minimal blocklevel deltas between snapshots without having totraverse the entire filesystem like rsync does.License:GNU General Public License (GPL)Changes:This release is the product of months of testing and debugging, including working around core kernel block-io memory recursion issues.

    +dbmstools 0.4.4 (Default branch)
      The dbmstools module exists mainly for developerswho need to support applications on more than onedatabase management system (DBMS). It's intendedto allow all the database information (schema andbase data) to be kept in one single place, and tohave DBMS-specific scripts (for creating andpopulating the database schema, and upgrading fromone version to the next) generated from that data.It can generate schema documentation for any DBMS(including diagrams), and can export data from adatabase in several formats. It also has wrappersfor several tools so that they can be run fromwithin Apache Ant. It supports PostgreSQL 7 and 8,Oracle, SQL Server, MySQL, and Hypersonic (limitedsupport).License:GNU General Public License (GPL)Changes:The major change is support for runtime variables. This allows generation of schema variants based on any conditions you choose, and insertion of variables in documentation for any element. Other changes include explicit support for column defaults and auto-increment columns, 'tiny' and 'boolean' data types, as well as sequences on the Hypersonic DBMS. MySQL support has been improved, particularly in generating upgrade scripts with deltaddl. There were also small bugfixes and improvements.

    +C Minimal Perfect Hashing Library 0.7 (Default branch)
      C Minimal Perfect Hashing Library is a portableLGPL library to create and to work with minimalperfect hashing functions. The libraryencapsulates the newest and more efficientalgorithms available in the literature in aneasy-to-use, production-quality, fast API. Thelibrary is designed to work with big entries thatcannot fit in the main memory. It has been usedsuccessfully for constructing minimal perfecthashing functions for sets with billions of keys.License:GNU Lesser General Public License (LGPL)Changes:This version added man pages and a pkgconfig file.

    +RegexKit 0.5.0 (Default branch)
      RegexKit is an Objective-C framework for regularexpressions using the PCRE library for Mac OS XCocoa and GNUstep. It includes an extensivecollection of category additions for the NSArray,NSData, NSDictionary, NSSet, and NSString Foundationobjects.License:BSD License (revised)Changes:RegexKit instruments for Leopard's Instruments.app, RegexKit specific DTrace probes, and regular expression support for NSData objects were added.

    +FCKeditor 2.5 (Default branch)
      FCKeditor is an HTML/DHTML editor for ASP, ASP.NET, ColdFusion, PHP, and JavaScript that brings to the Web much of the powerful functionality of known desktop editors like Word. It's very lightweight, and doesn't require any kind of installation on the client computer.License:GNU Lesser General Public License (LGPL)Changes:This release introduces Safari and Opera compatibility and a new style system. You now have full control over every single formatting and semantic command available in the editor interface. It also features a revamped undo system and blockquote support.

    +SIBsim4 0.16 (Default branch)
      The SIBsim4 project is based on sim4, which is aprogram designed to align an expressed DNAsequence with a genomic sequence, allowing forintrons. SIBsim4 is an extensive rewrite of thesim4 program to improve execution speed andprovide more informative output.License:GNU General Public License (GPL)Changes:This release fixes excessive run-time in some cases of partially repeated sequences. All users are encouraged to update.

    +VLC media player 0.8.6d (Stable branch)
      VideoLAN Client (VLC) is a media player, streamer, and encoder for Unix, Windows, Mac OS X,BeOS, QNX, and PocketPC. It can play most audioand video codecs (MPEG 1/2/4, DivX, WMV, Vorbis,AC3, AAC, etc.), has support for VCD, SVCD, andDVD (with menus), and can read or dump streamsfrom a network source (HTTP, UDP, DVB, MMS, etc.).It can also act as a server and send streamsthrough the network, with optional support foraudio and video transcoding.License:GNU General Public License (GPL)Changes:Thisversion is aimed at fixing security vulnerabilities in the ActiveX plugin and the FLAC library that affect VLC media player 0.8.6c and lower. Improvements include better video output compatibility on Mac OS X, and Apple Remote support on Mac OS X 10.5 Leopard.

    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.