Search Software:      

Free Cvs Downloads

 

Code Historian

Code Historian performs file-differencing and code analysis, and assists with code reviews using information already present in your SourceSafe, Perforce, or CVS version control system. There is no server installation, and Code Historian works with any CVS or Perforce client software. These features are accessible through Visual Studio 6.0, Visual Studio .NET and 2003, the right-button menu in Explorer, or the command-line.

cvs diff perforce sourcesafe visual studio net analysis file revision change list code read

Code Metrics

Is your project dragging or flying? Code Metrics provides project-wide reports, graphs, and data-mining drilling down into single-file analyses, visualizations, and historical information. Export data to Excel, HTML, XML, or a database.

cvs diff perforce sourcesafe visual studio net analysis file revision change list code read

Code Reviewer

Are code reviews too hard or too slow? Code Reviewer lets developers review each other's source code changes before they are checked into the version control system. Developers can comment on specific lines of code, pass around reviews, and automatically save all information in the version control system.

cvs diff perforce sourcesafe visual studio net analysis file revision change list code read

WaveDiff

WaveDiff ActiveX Control v1.0 processes a input wave file using FFT and returns the accuracy of match found with a reference wave file. With this you may recognize wave prompts in any language. Features: -Compares or Differentiates a given wave file from a set of reference wave files using FFT -Works with voice, audio frequencies and tones -Gives the closest match by getting the shortest Euclid distance of them all -Use WaveDiff to Recognize Keywords in any languages -Use WaveDiff to Recognize Numbers in any languages -Useful in computer telephony, ASP server side Speech Analysis and Secure Desktop Computing -ActiveX Control enables you to develop your own custom vocabularies -You can have real time dialogues with your user by switching vocabulary sets as per dialogue -Visit www.unitedresearchlabs.com for more information AUDIO FORMAT SUPPORTED WITH ADDITIONAL COST Raw files in various binary formats Raw textual data Amiga 8svx files Apple/SGI AIFF files SUN .au style files PCM, u-law, a-law G7xx ADPCM files (read only) mutant DEC .au files NeXT .snd files AVR files CD-R (music CD format) CVS and VMS files (continous variable slope) GSM files. Macintosh HCOM files Amiga MAUD files IRCAM SoundFile files NIST SPHERE files Turtle beach SampleVision files. Soundtool (DOS) files Yamaha TX-16W sampler files. Sound Blaster .VOC files Microsoft .WAV files PCM, u-law, a-law MS ADPCM, IMA ADPCM GSM Psion (palmtop) A-law WVE files Pseudo-file fomats that allow direct playing/recording from some audio devices under unix

mp3 audio wave speech synthesis voice type sound computer talking dragon dictate activewebspeech viavoice wavediff

ResumePipe

Converts emails and their attachments to numbered text files suitable for importing into applicant tracking and resume packages such as ResTrac. CVs can be cleansed using a bundled copy of TextPipe Pro. TextPipe's filters can remove blank lines and garbage characters, word wrap, fix punctuation and much more. Attaches to MAPI clients including MS Outlook or Lotus Notes. Processed emails can be moved or deleted, custom headers and footers can be added to each email and attachment. Extensive online help and configuration guide. ResumePipe is bundled with TextPipe Pro - which allows an enormous array of text processing operations to be performed, search and replace, pattern matching, cleansing and massaging of all forms. You can even write your own custom filters in VBScript or JScript! Register ResumePipe online: http://www.resumepipe.com/buy

cv resume applicant tracking restrac convert extract export outlook notes lotus notes email

CodeThatGrid

CodeThatGrid is an advanced JavaScript grid looking like Microsoft Excel grid thatthat enables user to display in efficient and fancy way the massifes of data from variety of sources including the CVS and database. Fully customizable through the CSS the grid is the definite answer to the numerous cases when structured data has to be displayed.

javascript grid dhtml grid show data advanced javascript grid enables user display missives data

CodeThatTable

CodeThatTable is an advanced JavaScript table that enables user to display in efficient and fancy way the massives of data from variety of sources including the CVS and database. Fully customizable through the CSS the tables are the definite answer to the numerous cases when structured data has to be displayed.

javascript table dhtml table show data advanced javascript table enables user display missives data

CS-RCS Pro

ComponentSoftware RCS (CS-RCS) is a powerful, inexpensive revision control system for Windows. Based on the widely used GNU RCS, it is fully integrated with the Windows Explorer, providing the most intuitive and easy-to-use configuration management and change control solution in the market. CS-RCS supports multi- platform workgroups, making it the ideal solution for sites that share common files on UNIX and Windows platforms. CS-RCS handles all types of documents including program files, project files, resource files, HTML documents, MS-Word documents, pictures and drawings. CS-RCS can use any file server or local drive to store the archive repository, including remote CVS servers. Network connection to the archive repository can be LAN, corporate wide-area network (WAN), Virtual Private Networks (VPN), dial-in terminal services connection and the Internet. CS-RCS Basic is used for general-purpose document revision management as well as for entry-level software configuration management. CS-RCS Pro includes advanced features needed for complex software and web development projects. Click here for an extensive comparison chart.

version control revision control system software configuration management programming tools inexpensive case tool source change control program problem tracking workflow workflow management cvs cvs client

Athlant Personal Edition

Athlant is a fully integrated into Delphi/BCB source control expert. It supports such systems as: SourceSafe, ClearCase, StarTeam, Source Integrity, Perforce, TeamConnection, CS-RCS, QVCS, PVCS, CVS, Team Coherence, CM Synergy, AllChange, Code Co-op, SourceOffSite, Surround SCM and CA Harvest. You can check files in/out, get latest versions, compare versions visually amd many others. All functions are available from the main IDE menu, Code Editor toolbar and context menu, Form Designer context menu, main IDE toolbar, Project Manager context menu and Athlant Manager toolbar and menu. Athlant has a lot of additional features for convenient work: you can filter files in your project, put any of them into the Favorites folder for getting quicker access and also sort and open files in Code Editor directly from Athlant Manager. Devrace Athlant Professional Edition includes Athlant Server. Using Athlant Server you can see actual status of any file in Athlant Manager if this file is operated on by another user in the network. Besides Athlant Server implements an Athlant messaging system, which allows sending messages to other developers.

delphi expert source version control system cvs vcs qvcs pvcs sourcesafe

CVSChangeLogBuilder

cvschangelogbuilder is an Perl utility to generate ChangeLogs for a project hosted on a CVS server. The main goal is to provide a better output that the 'cvs log' command, to permit to choose the sorting criteria, to add the status of the change (added,removed,modified) and to allow "differential" changelogs, between 2 versions, even when they are not in the main branch. The output are also friendly to read and records are grouped by the output criteria (by date, by file, by log). So you can, for example, know which files were modified between two old versions to prepare a light diff package for an old customer, you can see what was done on current development version, sorted by date, to know what happened during your 5 days holidays, you can build a changelog ready to be included in your rpm %changelog section with correct format, see how many commits were done on a particular file with no need scan the 'cvs rlog' output, etc... cvschangelogbuilder is also an easy to use command line interface (perl tool). cvschangelogbuilder offer 4 kinds of output: listdeltaforrpm To build a changelog to include in a rpm .spec file. listdeltabydate To build a changelog by date (looks near 'cvs log'). listdeltabyfile To build a changelog by file. listdeltabylog To build a changelog by change comment.

cvschangelogbuilder cvschangelogbuilder friendly cvs changelog builder gpl

 
Audio Software
Office & Business
Games Software
Graphics Software
Internet Software
Home Software
Developers Tools
System Utilities
 
 
 
 

Page 1 out of 2    1 2

 

Copyright © 2004-2008 FilesWeb.com