Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 20 of 21

This project comprises a collection of maven plugins and other generic tools to help you perform common development tasks. jarinfoThe first available plugin is "jarinfo" which allows you you generate information files containing the time your project's build took place and SVN ... [More] information about the code it was built from. This can help when trying to differentiate between two different archives in deployment which have the same name but different sizes. how to use itThis plugin can be used by adding it's "jarinfo:gen-build-info" goal as a postgoal to the java:compile target and will create up to two files for you in your project's /src directory. The first file contains the timestamp of when the build took place. The second - which requires SVN to be installed on the build system - obtains the output of the "svn info" command run against the project's base directory. Each can be enabled or disabled by setting the relevant property. The produced info files can then be included in the project archive product by editing the tags in your project.xml file so that these are added to the archive. available properties and defaultsjarinfo.src.dir=src jarinfo.include.timestamp.info=true jarinfo.include.svn.info=falsepkgtestsThis is the second plugin. "pkgtests" takes your compiled project's code, tests, and dependencies and packages them all up as a zip file plus a .bat and .sh script to run the tests whereever you desire. Not immediately useful? The reason I wrote it was because we had a set of performance unit tests. We wanted to be able to run the tests not just on our local dev boxes, but also on the production systems. This allowed us to do this very simply. I am sure there are other uses. how to use itThis plugin can be used by calling it's "pkgtests:pkg" goal. The zipped tests etc will be placed in your target directory, in a file called "your-project-name.zip". available properties and defaultspkgtests.suite.class.name=Set this in your project.properties fileThis needs to be set in your project's project.properties file and must refer to the JUnit test suite class (fully qualified - e.g. com.example.MyUnitTestSuite) If you like them, let me know. If you want changes or a have found a bug, let me know. If you want to help, let me know. Hope it helps. Look out for more to come. [Less]

0
 
  0 reviews  |  0 users  |  58 lines of code  |  0 current contributors  |  Analyzed 4 days ago
 
 

Snipt is your collection of infrequently used commands or code snippets. Because even Subversion gurus forget the 'svn merge' syntax sometimes.

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 

PythonCard is a GUI construction kit for building cross-platform desktop applications on Windows, Mac OS X, and Linux, using the Python language. It lets you develop graphical applications quickly and easily with a minimum of effort and coding.

0
 
  0 reviews  |  0 users  |  118,318 lines of code  |  0 current contributors  |  Analyzed about 3 hours ago
 
 

Ryerson University research on Collaborative Software Engineering

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 24 days ago
 
 

Bugs and software defects come in many flavors. This project attempts to identify and classify various types of software defects. Each bug should have identifiable parts: Head (The thought or reasoning behind it's inception) Thorax (The part that wings and legs are attached to) Body/Abdomen ... [More] (The code) Wings/Legs (How this bug travels - does it's effect permeate? How so?) Pinchers or Stingers (the thing that bites or inflicts pain) To Do: correlate these parts to the software defects. Check out the Wiki for a list and the associated source code for examples, tests, and resolutions. [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 5 days ago
 
 

AppSimplicity Framework is an open source .Net Platform that accelerates web application development process. It is based on active record pattern, written in vb.net using .net framework 2.0. For now it works only with SQLServer 2k/2k5, MySQL and SQLite. Oracle implementation is in the roadmap. ... [More] The idea behind it is to create a platform to generate and extedn applications as fastest as posible. [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 

Message from the owner(s) With the release of IntelliJ IDEA 6.0, Nully has become obsolete; this functionality has been implemented in IDEA itself - see the docs for details. Also, JSR 305 is planning to add these to the Java language, possibly with the help of JSR 308 which proposes allowing ... [More] annotations on any occurrence of a type, such as generic type arguments. [Less]

0
 
  0 reviews  |  0 users  |  11,808 lines of code  |  0 current contributors  |  Analyzed over 2 years ago
 
 

jpcache is a lightweight, full page caching system for PHP which uses gzip content-encodig and ETag-headers, thus allowing around 80% in traffic-saving for php-pages and reducing server-load.

0
 
  0 reviews  |  0 users  |  504 lines of code  |  0 current contributors  |  Analyzed 6 days ago
 
 

DescriptionA simple to use C# Snippet Manager (GTK# based), Uses a SQLite database to store the snippets and sits in the systray. (Also has support to upload snippets to a 'online' repository for sharing\backup) AboutI started this project when i couldn't find any good already ... [More] existing snippet managers(Please e-mail me if you find some!). So far i'd like to think this is pretty stable(one known bug). Requirements The following packages are available in the universe repo for Ubuntu Intrepid Ibex mono (>= 1.12) gtk-sharp2 (>=2.12.1-1) atm this WILL NOT work under windows, until gtk 2.12 is released for it. (not sure if it works under OSX) Screenshots Check out here Download You can checkout the latest downloads here (Generally theres a .deb and a source tarball with a makefile) SVN Alternatively you can grab the latest code via SVN following the instructions here [Less]

0
 
  0 reviews  |  0 users  |  1,136 lines of code  |  0 current contributors  |  Analyzed 13 days ago
 
 

JFileSplitter is a simple file splitter utility written in Java with a swing UI. Apart from being a simple utility, it will also serve as educational example to java newbies for learning Java IO and Swing layouts. The initial release will be a simple file splitter with ability to split and ... [More] combine files. Files can be split into small chunks of size selected by the user. Future Plans 1. A MD5 checksum validation can be included to verify that the merged file is same as the original one. 2. Ability to email the splits to email id provided by the user. [Less]

0
 
  0 reviews  |  0 users  |  819 lines of code  |  0 current contributors  |  Analyzed over 2 years ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.