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
     
      
     
    Last update: December 31, 1969

    +LibAxl 0.4.11 (Default branch)
      LibAxl is an efficient implementation of the XML1.0 standard specification. It doesn't have anyexternal library dependencies, having a cleanimplementation based on opaque types and aconsistent API to manipulate your XML documentswithout compromising your code. It is extremelymemory efficient and thread safe with a smallfootprint (89k). It also includes XML Namespaces support.License:GNU Lesser General Public License (LGPL)Changes:A bug in the axl stream module has been fixed that was causing it to not properly read documents with a very large content node. An initial implementation of axl-knife, a command line tool built on top of Axl, has been added. A memory leak in the axl list cursor has been fixed, and some convenience macros have been added.

    +ServerKit 1.1.0 (Default branch)
      ServerKit helps developers quickly build efficient, scalable, and uniformly configured, installed, and executed multi-threaded server applications for Linux. A core server program handles configuration parsing, database connection pool creation, and switching of users. Application-specific modules are loaded at runtime and access the already parsed configuration data and database connection pools via simple well-defined program interfaces. ServerKit also provides a rich API for quick and painless module development.License:Affero General Public LicenseChanges:This release adds a a bitmask-supporting version of server_ptree_walk(), which can be used to facilitate case-insensitive ptree parsing without populating the ptree with all case permutations.

    +JDave 1.0-rc1 (Default branch)
      JDave is a behavior-driven development framework that provides an easy way to specify the behavior of your Java classes.License:The Apache License 2.0Changes:Containment support for java.util.Map. Mocking support for final classes/methods (see also unfinalizing in jdave). Mocking support to create dummies. Wicket components can be selected using selectFirst(...).which(...).from(...) (or selectAll). JMock 2.4, Hamcrest 1.1, and JUnit 4.4. 'must' can be used instead of 'should' or 'does'. A Wicket Selenium module for Wicket development. Scala as less verbose syntax (see StackSpec.scala). Better IDE support for string comparisons.

    +csvBeans 0.7.1 (Default branch)
      CSVBeans is a Java library that allows you to mapCSV files with Java objects. This library willhelp you to parse or build CSV files in an elegantway. Its use is similar to tools like Hibernate,except that it works with Java beans and CSVfiles. You no longer need to write all theplumbing code that parses or builds a CSV file andtranslates its contents to Java objects.License:The Apache License 2.0Changes:New functionality, refactoring, and bugfixes.

    +Sanaware Java Docking 1.3.2 (Default branch)
      The Sanaware Java Docking library allowsdevelopers to easily manage dynamic dragging ofSwing components. Static applications can beturned into flexible environments that users cantune to their needs and preferences. The libraryprovides all the necessary components, rangingfrom simple draggable buttons in toolbars all theway to multiple floating frames in complexlayouts.License:GNU General Public License (GPL)Changes:Look and feel enhancements and paint enhancements have been added. The known bugs have been fixed.

    +gprof2dot.py 0.4 (Default branch)
      gprof2dot.py is a Python script to convert the output from profilers such as gprof, oprofile, or Python profilers into a dot graph. It can correctly parse C++ template function names, allows you to prune nodes and edges below a certain threshold, handles mutually recursive functions, uses color efficiently to draw attention to hot-spots, and works on any platform where graphviz and Python are available, i.e. virtually anywhere.License:GNU Lesser General Public License (LGPL)Changes:Major code reorganization. Support for parsing oprofile's callgraph output.

    +Ortro 1.2.0-rc1 (Default branch)
      Ortro is a Web-based system for scheduling andapplication monitoring.It allows you to run existing scripts on remotehosts in a secure wayusing ssh, create simple reports using queriesfrom databases (in HTML,text, CSV, or XLS) and email them, and sendnotifications of job resultsusing email, SMS, Tibco Rvd, Tivoli postemsg, orJabber.License:GNU General Public License (GPL)Changes:This release includes more bugfixes and improvements for the core, GUI, and plugins. The glance plugin for HP-UX was added.

    +MiniWebsvr 0.0.9a (Default branch)
      MiniWebsvr is a small Web server that aims to oneday be embeddable. It supports static Web pages,directory listing, HTTP MIME encodings,GET/HEAD/OPTIONS, and logging to disk. It has asmall memory footprint, is multi-threaded, andsupports command line options, conditional GET:,If-Modified-Since:, and range-bound downloads(download resuming).License:GNU Lesser General Public License (LGPL)Changes:An off-by-one buffer overflow/underflow issue wasfixed. This can cause the server to never respondto a request (since Forces wait on I/O). In somecases, it causes a segfault.

    +benerator 0.3.02 (Default branch)
      benerator is a framework for creating realisticand valid high-volume test data, used for testing(unit/integration/load) and showcase setup.Metadata constraints are imported from systemsand/or configuration files. Data can imported fromand exported to files and systems, anonymized, orgenerated from scratch. Domain packages providereusable generators for creating domain-specificdata such as names and addresses,internationalizable in language and region.benerator is strongly customizable with pluginsand configuration options.License:GNU General Public License (GPL)Changes:This version delivers new Generators, Sequences,and methods for generating unique data. Severalbugs were fixed in Generator life cycle handling.New current-time-generators were added. Fileencodings are supported for all file I/O.Generator chaining is supported in descriptorfiles. The Web site now features online supportforums, RSS feeds, and an announcement mailinglist.

    +libFirm 1.11.0 (Default branch)
      libFirm is a library that provides an intermediaterepresentation and optimizations for compilers.Programs are represented in a graph-based SSAform.License:GNU General Public License v2Changes:Lots of bugs were fixed. Compilation speed was improved. Handling of x86 address mode was completely improved and rewritten. Mul ->Lea,Shift,Add transformation was optimized. 64-bit operations were fixed and improved. More local optimizations were made. New backend peephole optimizations were made. Explicit status flag modeling (only for x86 for now) was added. Load/store optimization and alias analysis were improved. All C benchmarks from Spec CINT2000 work now.

    +The Tiny Multi Agent Platform 2.0 (Default branch)
      tinyMAS is a multiagent platform that providesbase concepts (such as kernel, message, yellowpages, white pages, and transport service) andextended concepts (such as environment, influence,and perception). It aims to provide aneasy-to-understand and and easy-to-use platformdedicated for multiagent engineer/researchcourses.License:GNU Lesser General Public License (LGPL)Changes:This initial release provides the followingfeatures: agent, kernel, message, transportservice and message boxes, white pages, yellowpages, situated environment, influence on asituated environment, perception from a situatedenvironment, and network transport service.

    +pymfvu 0.0.10 (Default branch)
      pymfvu is a WMF/EMF file viewer. It was started toprepare new Windows Metafile and EnchancedMetafile filters for sK1 and Uniconvertor. Most ofthe Metafile features are covered, but EMF+ isn'timplemented yet.License:GNU General Public License v3Changes:A bug with orientation detection was fixed. Theslider was improved with code ported fromvsdviewer.

    +vsdviewer 0.0.10 (Default branch)
      vsdviewer is a MS Visio Drawing and Stencil(VSD/VSS) import filter for the sK1 vector editorand UniConvertor. It can also be used as astandalone viewer.License:GNU General Public License v3Changes:Initial support for XForm1D was added. A bug withSaveAs SVG was fixed.

    +Mauve 2.1.0 (Default branch)
      Mauve constructs global multiple alignments ofrearranged genome sequences. It also provides aninteractive display of multi-species sequenceconservation and any annotated features in thosegenomes. It can be applied for sequence comparison of both finished or incomplete genomes in multiple contigs. Theresulting display is useful for identifyingfunctional chromosomal regions under selectivepressure and for performing ortholog assignmentbased on conserved gene order. Mauve writes globalalignments in eXtended Multi-FastA (XMFA) format,a phylogenetic guide tree in Newick format, andthe location of genomic islands. It identifies thebreakpoints of genomic rearrangement and canprovide a reduction of the genomes to a signedpermutation matrix suitable for inference ofrearrangement history.License:GNU General Public License (GPL)Changes:This release includes alignment accuracyimprovements, visualization improvements, andnumerous bugfixes. The alignment algorithm hasbeen parallelized to run on multi-core CPUs, and64-bit builds are included. The user's guide hasbeen rewritten to include Progressive Mauve.

    adverise here. ADS ZONE 3!
    © 2012 Pagerss. All rights reserved to their owners.