svndelta 1.0.6
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 49
svndelta 1.0.6
svndelta helps manage a Subversion project, identifying the local files that have been added, changed, or deleted. more>>
svndelta helps manage a Subversion project, identifying the local files that have been changed, added or deleted.
The relevant files can be automatically added to and removed from Subversion.
A list of files is produced, with a summary of content differences, i.e. the number of lines of code that have been added, changed, and deleted.
Example summary format of svndelta:
total added changed deleted file
======= ======= ======= ======= ====================
5 4 1 0 * Makefile
4 3 1 0 * bin/runtests
125 39 76 10 * share/svndelta/svndelta.rb
3 2 1 0 * svndelta.spec
99 90 9 0 * test/share/svndelta/tc_ignorefile.rb
5 0 4 1 * test/share/svndelta/testcase.rb
------- ------- ------- ------- --------------------
241 138 92 11 total
svndelta is written in Ruby, and thus can run on a variety of operating systems.
Enhancements:
- A bug occurring when a file has been deleted, set to ignored, then re-added was fixed.
<<lessThe relevant files can be automatically added to and removed from Subversion.
A list of files is produced, with a summary of content differences, i.e. the number of lines of code that have been added, changed, and deleted.
Example summary format of svndelta:
total added changed deleted file
======= ======= ======= ======= ====================
5 4 1 0 * Makefile
4 3 1 0 * bin/runtests
125 39 76 10 * share/svndelta/svndelta.rb
3 2 1 0 * svndelta.spec
99 90 9 0 * test/share/svndelta/tc_ignorefile.rb
5 0 4 1 * test/share/svndelta/testcase.rb
------- ------- ------- ------- --------------------
241 138 92 11 total
svndelta is written in Ruby, and thus can run on a variety of operating systems.
Enhancements:
- A bug occurring when a file has been deleted, set to ignored, then re-added was fixed.
Download (0.031MB)
Added: 2007-02-11 License: LGPL (GNU Lesser General Public License) Price:
986 downloads
JavaSVN 1.0.6
JavaSVN is a pure Java Subversion client library. more>>
JavaSVN project is a pure Java Subversion client library. You would like to use JavaSVN when you need to access or modify Subversion repository from your Java application, be it a standalone program, plugin or web application.
Being a pure Java program, JavaSVN doesnt need any additional configuration or native binaries to work on any OS that runs Java. On this site you will also find instructions on how to make existing programs use JavaSVN instead of native javahl bindings.
Main features:
- No external binaries or libraries are needed to work with Subversion repository.
- JavaSVN supports http, https, svn and svn+ssh connection protocols.
- Low level API allows effective direct Subversion repository access.
- JavaSVN is compatible with applications that already use native javahl bindings.
<<lessBeing a pure Java program, JavaSVN doesnt need any additional configuration or native binaries to work on any OS that runs Java. On this site you will also find instructions on how to make existing programs use JavaSVN instead of native javahl bindings.
Main features:
- No external binaries or libraries are needed to work with Subversion repository.
- JavaSVN supports http, https, svn and svn+ssh connection protocols.
- Low level API allows effective direct Subversion repository access.
- JavaSVN is compatible with applications that already use native javahl bindings.
Download (2.0MB)
Added: 2006-05-30 License: BSD License Price:
1245 downloads
NRIA 1.0.6
NRIA is an XView-based interactive image analysis program developed and used at BBL and which runs under Solaris 2.5 through 2.7 more>>
NRIA is New Region of Interest Analysis.
NRIA is a medical image processing program developed at the Brain Behavior Laboratory (BBL) of the University of Pennsylvania; it specializes in the quantitative analysis of PET and MRI images of the brain. The perpetrators are listed in the Credits file.
Despite a nearly total lack of user documentation, NRIA is used heavily at BBL and has been carried by ex-students to infect a few other universities. The only known way to learn how to use the program (unless you wrote it yourself) is to get hands-on training by someone else who already knows how to use it.
NRIA currently runs under Solaris (aka SunOS 5 or greater). A port to any other platform is unlikely, due to the prevalence of non-portable constructs in the code. NRIA will compile but not run successfully using gcc on Linux/Intel; no one is known to have tried it on Linux/Sparc.
Bug reports may be sent to Paul Hughett (hughett@bbl.psycha.upenn.edu), who will add them to his collection. Bug fixes and other improvements may be sent to the same person; context diffs are the preferred format. Should you want to make a more substantial contribution, read the file CodingStyle.
If you still want to install NRIA, see the INSTALL file for instructions. The COPYING file describes the license terms under which the software is made available.
Installation:
These instructions assume that you will put the source tree (where the program is compiled) in a directory /usr/local/src/nria and the executable programs and shared data in a directory /usr/local/nria; if you place them elsewhere, make the appropriate modifications to these instructions.
1. Unpack the source tree with the commands
cd /usr/local/src
gunzip nria-1.0.6.src.tgz
tar xf nria-1.0.6.src.tar
2. Compile NRIA and its supporting programs with the commands
cd nria-1.0.6
make clean
make all
The compiled executables will be placed in one of the directories arch/Linux/bin, arch/SunOS-4/bin, or arch/SunOS-5/bin, depending on your machine architecture and operating system version. (Note that NRIA will compile but not run successfully on Linux; if you want to really use the program you will need a Sun.)
Compiling the whole thing takes about 20-30 minutes, so you might as well go get a cup of coffee while youre waiting. There are about a thousand or so compiler warnings that havent been fixed yet; ignore them.
3. Install the binaries and man pages by
cp -p arch/SunOS-5/bin/* /usr/local/nria
cp -p man/man1/*.1 /usr/local/man/man1
If this is a new installation, install the shared data by
cp -p nria/share/* /usr/local/nria
If this isnt a new installation, you will need to figure some way of merging the new shared data with any local modifications.
You will probably need to be root to do the installation; on the other hand, you can install them in your personal home directory without being root.
4. Add /usr/local/nria to your path, if not already there:
If you are using csh as your shell, then place the following at the end of your $HOME/.login file:
set path = ($path $NRIA)
If you are using sh, ksh, or bash as your shell, then place the following at the end of your $HOME/.profile file:
PATH=${PATH}:$NRIA
export PATH
5. To run NRIA, re-login or type the above appropriate path commands at your shell prompt, and then type:
nria
If you dont have any .nhdr files in the current directory, you will see an empty file dialog. You will need to change directories to one which holds nria format images (raw *.img file, header *.nhdr file). If you only have raw images, then for each image you will need to use the img2ria program (type "man img2ria" for more details). If you have individual slices in their own files, you will need to concatenate all slices into one raw image file, and then run img2ria. NRIA is designed to work with 3D multi-slice volumes, not individual 2D slices.
<<lessNRIA is a medical image processing program developed at the Brain Behavior Laboratory (BBL) of the University of Pennsylvania; it specializes in the quantitative analysis of PET and MRI images of the brain. The perpetrators are listed in the Credits file.
Despite a nearly total lack of user documentation, NRIA is used heavily at BBL and has been carried by ex-students to infect a few other universities. The only known way to learn how to use the program (unless you wrote it yourself) is to get hands-on training by someone else who already knows how to use it.
NRIA currently runs under Solaris (aka SunOS 5 or greater). A port to any other platform is unlikely, due to the prevalence of non-portable constructs in the code. NRIA will compile but not run successfully using gcc on Linux/Intel; no one is known to have tried it on Linux/Sparc.
Bug reports may be sent to Paul Hughett (hughett@bbl.psycha.upenn.edu), who will add them to his collection. Bug fixes and other improvements may be sent to the same person; context diffs are the preferred format. Should you want to make a more substantial contribution, read the file CodingStyle.
If you still want to install NRIA, see the INSTALL file for instructions. The COPYING file describes the license terms under which the software is made available.
Installation:
These instructions assume that you will put the source tree (where the program is compiled) in a directory /usr/local/src/nria and the executable programs and shared data in a directory /usr/local/nria; if you place them elsewhere, make the appropriate modifications to these instructions.
1. Unpack the source tree with the commands
cd /usr/local/src
gunzip nria-1.0.6.src.tgz
tar xf nria-1.0.6.src.tar
2. Compile NRIA and its supporting programs with the commands
cd nria-1.0.6
make clean
make all
The compiled executables will be placed in one of the directories arch/Linux/bin, arch/SunOS-4/bin, or arch/SunOS-5/bin, depending on your machine architecture and operating system version. (Note that NRIA will compile but not run successfully on Linux; if you want to really use the program you will need a Sun.)
Compiling the whole thing takes about 20-30 minutes, so you might as well go get a cup of coffee while youre waiting. There are about a thousand or so compiler warnings that havent been fixed yet; ignore them.
3. Install the binaries and man pages by
cp -p arch/SunOS-5/bin/* /usr/local/nria
cp -p man/man1/*.1 /usr/local/man/man1
If this is a new installation, install the shared data by
cp -p nria/share/* /usr/local/nria
If this isnt a new installation, you will need to figure some way of merging the new shared data with any local modifications.
You will probably need to be root to do the installation; on the other hand, you can install them in your personal home directory without being root.
4. Add /usr/local/nria to your path, if not already there:
If you are using csh as your shell, then place the following at the end of your $HOME/.login file:
set path = ($path $NRIA)
If you are using sh, ksh, or bash as your shell, then place the following at the end of your $HOME/.profile file:
PATH=${PATH}:$NRIA
export PATH
5. To run NRIA, re-login or type the above appropriate path commands at your shell prompt, and then type:
nria
If you dont have any .nhdr files in the current directory, you will see an empty file dialog. You will need to change directories to one which holds nria format images (raw *.img file, header *.nhdr file). If you only have raw images, then for each image you will need to use the img2ria program (type "man img2ria" for more details). If you have individual slices in their own files, you will need to concatenate all slices into one raw image file, and then run img2ria. NRIA is designed to work with 3D multi-slice volumes, not individual 2D slices.
Download (1.3MB)
Added: 2006-03-15 License: GPL (GNU General Public License) Price:
1318 downloads
xdict 1.0.6
xdict project is a dictionary for translating words from German to English (and vice versa). more>>
xdict project is a dictionary for translating words from German to English (and vice versa).
It was written using the Gtk+ API.
<<lessIt was written using the Gtk+ API.
Download (1.2MB)
Added: 2006-10-31 License: GPL (GNU General Public License) Price:
1093 downloads
Sound Studio 1.0.6
Sound Studio is a Sound Editing Tool. more>>
Sound Studio is a Tcl/Tk application written by Paul Sharpe as his third year individual project, for which he received the Microsoft Prize for Software Engineering. It was subsequently improved by Robin Whitehead.
It enables recording, playback and simple cut & paste editing of sound files of diverse formats on a PC equipped with a soundcard and the OSS (formally VoxWare) sound drivers.
It uses Lance Norskogs Sox for format conversion; the version weve used is bundled together with this software in its entirety to prevent incompatibility problems, although you should try it with your own sox if you have a more recent one.
Sound Studio is now "finished", but no doubt there are loads of bugs still to be found and features to be added.
<<lessIt enables recording, playback and simple cut & paste editing of sound files of diverse formats on a PC equipped with a soundcard and the OSS (formally VoxWare) sound drivers.
It uses Lance Norskogs Sox for format conversion; the version weve used is bundled together with this software in its entirety to prevent incompatibility problems, although you should try it with your own sox if you have a more recent one.
Sound Studio is now "finished", but no doubt there are loads of bugs still to be found and features to be added.
Download (0.64MB)
Added: 2005-08-24 License: GPL (GNU General Public License) Price:
1584 downloads
Tellmatic 1.0.6
Tellmatic project is a tool to manage and create newsletters for personalized mailing or mass mailing. more>>
Tellmatic project is a tool to manage and create newsletters for personalized mailing or mass mailing. Addresses and newsletters are stored in groups to handle different user groups and thousands of addressses at a time.
SMTP is used for sending the newsletter to your subscribers to make sure you get all error and bounce messages. Bounces can be handled automagically via a small bounce-management module with POP3 access. It also has a small form-editor and statistics. You can import and export your addresses in CSV format.
<<lessSMTP is used for sending the newsletter to your subscribers to make sure you get all error and bounce messages. Bounces can be handled automagically via a small bounce-management module with POP3 access. It also has a small form-editor and statistics. You can import and export your addresses in CSV format.
Download (1.7MB)
Added: 2007-08-02 License: GPL (GNU General Public License) Price:
817 downloads
PDFCat 1.0.6
PDFCat is a fast and lightweight catalog management application to keep track of PDF documents. more>>
PDFCat program is a fast and lightweight catalog management application to keep track of PDF documents coming in through many possible ways.
This is not meant to be a highly available solution for complex and unified cataloguing. Instead, it aims to provide a better user experience. The unique feature of this software is its ability handle documents stored on removable devices.
Enhancements:
- This release introduces keywords and global search. It is now possible not only to
- read a documents metadata, but also update them if the document is not
- write-protected. Global Seacrh perfomes search across all catalogs by keywords,
- subject, and authors criteria. Eclipse Forms and string resources are now used. The
- application is now internationalized, as all strings are relocated to resources.
- English and Russian translations are included. Translations are separated from main
- codebase and looks like a fragment addition. Mail me in case of you would like to
- help to translate in another language.
<<lessThis is not meant to be a highly available solution for complex and unified cataloguing. Instead, it aims to provide a better user experience. The unique feature of this software is its ability handle documents stored on removable devices.
Enhancements:
- This release introduces keywords and global search. It is now possible not only to
- read a documents metadata, but also update them if the document is not
- write-protected. Global Seacrh perfomes search across all catalogs by keywords,
- subject, and authors criteria. Eclipse Forms and string resources are now used. The
- application is now internationalized, as all strings are relocated to resources.
- English and Russian translations are included. Translations are separated from main
- codebase and looks like a fragment addition. Mail me in case of you would like to
- help to translate in another language.
Download (20MB)
Added: 2006-09-13 License: Other/Proprietary License Price:
1147 downloads
spin_feedback 1.0.6
spin_feedback collects parameters of an (X)HTML form. more>>
spin_feedback collects parameters of an (X)HTML form, as either multipart/form-data or application/x-www-form-urlencoded, validates them, stores them into an SQL database, and emails them to a designated email address.
Emailing of attachments is supported, but only the name of the uploaded file is stored in the database.
Enhancements:
- This version builds and runs against the new development version of mod_spin, 1.1.
<<lessEmailing of attachments is supported, but only the name of the uploaded file is stored in the database.
Enhancements:
- This version builds and runs against the new development version of mod_spin, 1.1.
Download (0.022MB)
Added: 2005-11-28 License: GPL (GNU General Public License) Price:
1425 downloads
SuperAlbum 1.0.6
SuperAlbum provides a Java-based album creator and viewer for online use. more>>
SuperAlbum provides a Java-based album creator and viewer for online use.
SuperAlbum is a Java-based digital photo album creation and deployment tool. It features a Viewer that can be customized and extended.
Photo albums can easily be deployed onto the Web using only two files.
It automatically resizes all images, packages them up, and prepares them for deployment.
Main features:
- Supports image transition such as Fade, Slide, Split..etc.
- Supports customizable album themes and colors.
- Supports various image standards: jpg, gif, tiff, bmp.
- Automatically resizes your extremely large and cumbersome digital photos
- Does NOT edit any orignal image files.
- Create a sequence of images.
- Supports thumbnails
- Supports regular view mode, when you dont need to deploy over the web
- Supports automatic timed configured slide shows, so you can impress your girlfriend.
- Handles all different image sizes so that all images display nicely in the album
- Can be configured to call you favorite photo editor like Photoshop or Gimp to manipulate the image. The change image will be refreshed back into the album
- Extensible so that new image transition can be added as well as HTML themes.
- Its open source and its FREE
- Runs on jdk1.4.1(or higher) so its platform independent.
- Smart caching to enable faster image load time.
- Lastly it would be extremely illegal to call it SuperAlbum if it wasnt in fact Super!!!
Enhancements:
- Added a preview panel for previewing images prior to adding them to the album.
- Added smarter album creation and control.
<<lessSuperAlbum is a Java-based digital photo album creation and deployment tool. It features a Viewer that can be customized and extended.
Photo albums can easily be deployed onto the Web using only two files.
It automatically resizes all images, packages them up, and prepares them for deployment.
Main features:
- Supports image transition such as Fade, Slide, Split..etc.
- Supports customizable album themes and colors.
- Supports various image standards: jpg, gif, tiff, bmp.
- Automatically resizes your extremely large and cumbersome digital photos
- Does NOT edit any orignal image files.
- Create a sequence of images.
- Supports thumbnails
- Supports regular view mode, when you dont need to deploy over the web
- Supports automatic timed configured slide shows, so you can impress your girlfriend.
- Handles all different image sizes so that all images display nicely in the album
- Can be configured to call you favorite photo editor like Photoshop or Gimp to manipulate the image. The change image will be refreshed back into the album
- Extensible so that new image transition can be added as well as HTML themes.
- Its open source and its FREE
- Runs on jdk1.4.1(or higher) so its platform independent.
- Smart caching to enable faster image load time.
- Lastly it would be extremely illegal to call it SuperAlbum if it wasnt in fact Super!!!
Enhancements:
- Added a preview panel for previewing images prior to adding them to the album.
- Added smarter album creation and control.
Download (1.1MB)
Added: 2007-03-28 License: BSD License Price:
943 downloads
Remote Tea 1.0.6
Remote Tea project delivers a fully fledged implementation of the ONC/RPC protocol for the Java 2/1.1 platforms. more>> <<less
Download (0.71MB)
Added: 2007-06-03 License: GPL (GNU General Public License) Price:
876 downloads
TkGames 1.0.6
TkGames is a games pack that includes Yahtzee, Hearts, Hangman, Polygon puzzle, Solitaire, written in Tcl/Tk. more>>
TkGames is a games pack that includes Yahtzee, Hearts, Hangman, Polygon puzzle, Solitaire, written in Tcl/Tk.
Games:
PolyPuzzle:
Based on a tesselation puzzle named Beat the Computer, this is my first "original" tk program. Over the last couple of years, Ive implemented most of the different puzzles.
Tksol:
Thanks to Bao Trinh for letting me adopt his program. Over several point releases Ive fixed quite a few bugs, added some features and really got my hands dirty learning Tcl.
TkHangman:
My first Tcl/Tk program - A half-working and abandoned hangman program I adopted from Ibiblio.org, and eventually rewrote.
TkHearts:
Thanks to Mike Griffiths for coding this great Hearts clone. Its a mostly complete game, but the AI could be refined. Steven A has hacked this game and made a few small changes with reguards to window handling and look and feel.
TkYahtzee:
This is another program I found at tcl.tk which is mostly complete but had small playability issues. Ive moved the dice close to the buttons and toned down the abrasive colouring. Its still needs a proper highscore widget. Thanks to the (uncredited) author.
<<lessGames:
PolyPuzzle:
Based on a tesselation puzzle named Beat the Computer, this is my first "original" tk program. Over the last couple of years, Ive implemented most of the different puzzles.
Tksol:
Thanks to Bao Trinh for letting me adopt his program. Over several point releases Ive fixed quite a few bugs, added some features and really got my hands dirty learning Tcl.
TkHangman:
My first Tcl/Tk program - A half-working and abandoned hangman program I adopted from Ibiblio.org, and eventually rewrote.
TkHearts:
Thanks to Mike Griffiths for coding this great Hearts clone. Its a mostly complete game, but the AI could be refined. Steven A has hacked this game and made a few small changes with reguards to window handling and look and feel.
TkYahtzee:
This is another program I found at tcl.tk which is mostly complete but had small playability issues. Ive moved the dice close to the buttons and toned down the abrasive colouring. Its still needs a proper highscore widget. Thanks to the (uncredited) author.
Download (0.36MB)
Added: 2007-08-01 License: GPL (GNU General Public License) Price:
815 downloads
jp2a 1.0.6
jp2a is a small utility that converts JPG images to ASCII. more>>
jp2a is a small utility that converts JPG images to ASCII. jp2a is written in C and released under the GNU General Public License v2 or later.
Building and installing:
You need jpeglib to compile jp2a. On Mac OS X I do a
sudo port install jpeg
and then:
./configure --with-jpeg-prefix=/opt/local
make
make install
The --with-jpeg-prefix option above means that configure will look for /opt/local/include/jpeglib.h and will link against /opt/local/lib/libjpeg.a. While many systems do have libjpeg.a installed, they lack the development headers. These can be downloaded from http://www.igj.org.
Enhancements:
- Compatible with older C compilers like GCC 2.95.4
<<lessBuilding and installing:
You need jpeglib to compile jp2a. On Mac OS X I do a
sudo port install jpeg
and then:
./configure --with-jpeg-prefix=/opt/local
make
make install
The --with-jpeg-prefix option above means that configure will look for /opt/local/include/jpeglib.h and will link against /opt/local/lib/libjpeg.a. While many systems do have libjpeg.a installed, they lack the development headers. These can be downloaded from http://www.igj.org.
Enhancements:
- Compatible with older C compilers like GCC 2.95.4
Download (0.074MB)
Added: 2006-09-26 License: GPL (GNU General Public License) Price:
1125 downloads
Kahua 1.0.6
Kahua is CPS, Continuation Passing Style application framework and servers written in one of Scheme implementation, Gauche. more>>
Kahua project is CPS, Continuation Passing Style application framework and servers written in one of Scheme implementation, Gauche.
It has the advantages that you can use "Continuation" easily so you can resolve the typical Web applications problem of process disconnection, you can program declaratively by using S-expressions as a fundamental data type, you can use Kahuas Object Database to persist data, and you can modify the function being run, supporting incremental development.
Enhancements:
- The feature to change the login-user to a dynamic scope was added.
- The behavior of URI construction was cleaned up.
<<lessIt has the advantages that you can use "Continuation" easily so you can resolve the typical Web applications problem of process disconnection, you can program declaratively by using S-expressions as a fundamental data type, you can use Kahuas Object Database to persist data, and you can modify the function being run, supporting incremental development.
Enhancements:
- The feature to change the login-user to a dynamic scope was added.
- The behavior of URI construction was cleaned up.
Download (0.47MB)
Added: 2007-08-02 License: BSD License Price:
813 downloads
eXcavator 1.0.6
eXcavator is an XML query processing class for PHP. more>>
eXcavator is an XML query processing class for PHP. Queries are constructed using a small query language, and query results are returned as either loosely formed or strict XML, in formats suitable for both text and HTML.
One of eXcavators most useful features is its facility to insert query results into user-defined templates, which allow for a free interpolation of user text and the data extracted by the query. eXcavator runs on top of XML_PullParser, but uses a completely independent API. However, it does offer opportunities to use the facilities of both packages side by side for programmers familiar with both.
<<lessOne of eXcavators most useful features is its facility to insert query results into user-defined templates, which allow for a free interpolation of user text and the data extracted by the query. eXcavator runs on top of XML_PullParser, but uses a completely independent API. However, it does offer opportunities to use the facilities of both packages side by side for programmers familiar with both.
Download (0.047MB)
Added: 2006-11-03 License: GPL (GNU General Public License) Price:
1088 downloads
PyOgre 1.0.6
PyOgre are Python bindings for the Ogre 3D graphics engine. more>>
PyOgre are Python bindings for the Ogre 3D graphics engine.
<<less Download (0.42MB)
Added: 2006-04-25 License: LGPL (GNU Lesser General Public License) Price:
1288 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above svndelta 1.0.6 search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed