for trac
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 622
C# for Emacs 0.4.0
csharp-mode is a derived mode for cc-mode 5.30.x or higher that implements the font-locking and indention rules for C#. more>>
C# for Emacs is a derived mode implementing most of the C# rules.
After a good number of years, we noticed that there wasnt a "non-patched" version of a csharp-mode for Emacs.
There were a few, but most of them had comments that they were "in progress" or "about to merge", but then we noticed that those notices were there even after a couple of months.
Then, we saw a request for a csharp-mode on the cc-mode Emacs site, so we decided to follow the rules and create one that required no patching or modification to the core cc-mode engine (which is a good thing). So, this is the C# mode.
There was a 0.3.0 version, but it broke things more than it fixed, so we pulled it.
<<lessAfter a good number of years, we noticed that there wasnt a "non-patched" version of a csharp-mode for Emacs.
There were a few, but most of them had comments that they were "in progress" or "about to merge", but then we noticed that those notices were there even after a couple of months.
Then, we saw a request for a csharp-mode on the cc-mode Emacs site, so we decided to follow the rules and create one that required no patching or modification to the core cc-mode engine (which is a good thing). So, this is the C# mode.
There was a 0.3.0 version, but it broke things more than it fixed, so we pulled it.
Download (0.005MB)
Added: 2005-12-08 License: GPL (GNU General Public License) Price:
1415 downloads
Trac 0.11.5
Trac offers an innovative wiki and issue tracking system for software development projects. more>>
Trac 0.11.5 offers an innovative wiki and issue tracking system for software development projects. Trac uses a minimalistic approach to web-based software project management. The mission is to help developers write great software while staying out of the way. Trac should impose as little as possible on a team's established development process and policies.
Major Features:
- It provides an interface to subversion (or other version control systems), an integrated Wiki and convenient reporting facilities.
- Trac allows wiki markup in issue descriptions and commit messages, creating links and seamless references between bugs, tasks, changesets, files and wiki pages. A timeline shows all current and past project events in order, making the acquisition of an overview of the project and tracking progress very easy. The roadmap shows the road ahead, listing the upcoming milestones.
Enhancements:
- Implemented pre-upgrade backup support for PostgreSQL and MySQL (#2304)
- Fixed PostgreSQL upgrade issue (#8378)
- More robust diff parsing (#2672)
- Avoid intermittent hangs by not calling apr_terminate explicitly (#7785)
- Fixed display of merge properties for scoped repositories #7715.
Added: 2009-07-18 License: BSD License Price: FREE
1 downloads
Other version of Trac
License:BSD License
Java for C++ 0.4
Java for C++ is a tool to generate C++-wrapper-classes for existing Java-classes. more>>
Java for C++ is a tool to generate C++-wrapper-classes for existing Java-classes. This tool reads a list of Java class names and creates source code for C++-classes to wrap them.
The implementation of the wrapper classes uses JNI (Java Native Interface) to call the "real" Java classes.
The C++-API to use these wrapper classes is very close to the API of the original Java classes. So developers of C++-software can use Java-classes as if they have been implemented in C++.
Enhancements:
- A problem where null values for method arguments, method return values, or field values caused some generated code to crash was fixed.
- Updating is strongly encouraged.
<<lessThe implementation of the wrapper classes uses JNI (Java Native Interface) to call the "real" Java classes.
The C++-API to use these wrapper classes is very close to the API of the original Java classes. So developers of C++-software can use Java-classes as if they have been implemented in C++.
Enhancements:
- A problem where null values for method arguments, method return values, or field values caused some generated code to crash was fixed.
- Updating is strongly encouraged.
Download (0.043MB)
Added: 2005-12-22 License: GPL (GNU General Public License) Price:
1404 downloads
More for C++ 1.0
More for C++ is a class library that provides some features usually not common for C++. more>>
More for C++ is a class library that provides some features usually not common for C++
More for C++ includes a mark-sweep garbage collector, platform-independent classes for threading, sockets, and I/O, unit tests, and a few other utility classes.
First of all, there is a garbage collector for automatic memory management. When an object has been referenced by a special smart pointer and should not be used any more, it will be destroyed by the librarys garbage collector.
Next, there are platform independent packages for file operations, networking and multithreading. At the time being, concrete implementations exist for Win32 and GNU/Linux.
Additionally, the library has some utility classes like containers, observers and (of course the inevitable class "String" (which - like any other class provided by and used with this library - will also be managed by the garbage collector).
One of the most recent packages is called "servlet". It offers the possibility to write loadable modules for the popular Apache web server, serving dynamic content with C++.
Last but not least, "More for C++" comes with its own framework for writing unit tests. This package has been inspired by the fabulous JUnit by Kent Beck and Erich Gamma.
By using this library, you are able to combine the performance of C++ with the elegance and ease of use of Java and Python. A native garbage collector in combination with the smart pointer class helps you to avoid common programming errors like dangling pointers or memory leaks. Besides this, the platform independence helps you to easily port your programs to the most important operating systems.
<<lessMore for C++ includes a mark-sweep garbage collector, platform-independent classes for threading, sockets, and I/O, unit tests, and a few other utility classes.
First of all, there is a garbage collector for automatic memory management. When an object has been referenced by a special smart pointer and should not be used any more, it will be destroyed by the librarys garbage collector.
Next, there are platform independent packages for file operations, networking and multithreading. At the time being, concrete implementations exist for Win32 and GNU/Linux.
Additionally, the library has some utility classes like containers, observers and (of course the inevitable class "String" (which - like any other class provided by and used with this library - will also be managed by the garbage collector).
One of the most recent packages is called "servlet". It offers the possibility to write loadable modules for the popular Apache web server, serving dynamic content with C++.
Last but not least, "More for C++" comes with its own framework for writing unit tests. This package has been inspired by the fabulous JUnit by Kent Beck and Erich Gamma.
By using this library, you are able to combine the performance of C++ with the elegance and ease of use of Java and Python. A native garbage collector in combination with the smart pointer class helps you to avoid common programming errors like dangling pointers or memory leaks. Besides this, the platform independence helps you to easily port your programs to the most important operating systems.
Download (0.16MB)
Added: 2006-01-18 License: Artistic License Price:
1375 downloads
APFP 13 (For Ruby)
APFP (Arbitrary Precision Floating Point) is a Ruby class for performing arbitrary precision floating point calculations. more>>
APFP (Arbitrary Precision Floating Point) is a Ruby class for performing arbitrary precision floating point calculations. It also includes a class Apc for calculating with arbitrary precision complex numbers. The project also contains a Real class for built-in reals. Both classes keep an estimate of the accumulated error.
Enhancements:
- Changes to insure accuracy. Mostly to do with ApfpSeries.
<<lessEnhancements:
- Changes to insure accuracy. Mostly to do with ApfpSeries.
Download (0.017MB)
Added: 2007-06-08 License: GPL (GNU General Public License) Price:
871 downloads
commitrc 2.02
commitrc is a tool to put your /etc files (and the like) under cvs/svn. more>>
commitrc is a tool to put your /etc files (and the like) under cvs/svn.
It is useful to see diff in /etc/passwd, routing information, dns zones, to keep an history of what happened to the box. commitrc project is also a safe backup of configs when tweaking software behavior.
Usage:
to add a file : $ cd /etc ; commitrc fstab
to commit all files (wherever you are) $ commitrc
to diff : $ commitrc diff (wherever you are)
to commitrc a specific file already added to cvs : $ commitrc ci fstab
to remove 2 files from cvs ; $ commitrc rm fstab passwd
to know which files are missing from cvs
commitrc missing print files in current directory which are not in commitrc
commitrc missing ls list files in current directory which are not in commitrc
commitrc ls < ls >
list files in current directory which are in commitrc
updatec, commitc, diffc : to update, commit, diff common stock (including commitrc)
it can be used with trac when using svn : http://projects.edgewall.com/trac/wiki/TracDownload
Enhancements:
- added commitrc ls
<<lessIt is useful to see diff in /etc/passwd, routing information, dns zones, to keep an history of what happened to the box. commitrc project is also a safe backup of configs when tweaking software behavior.
Usage:
to add a file : $ cd /etc ; commitrc fstab
to commit all files (wherever you are) $ commitrc
to diff : $ commitrc diff (wherever you are)
to commitrc a specific file already added to cvs : $ commitrc ci fstab
to remove 2 files from cvs ; $ commitrc rm fstab passwd
to know which files are missing from cvs
commitrc missing print files in current directory which are not in commitrc
commitrc missing ls list files in current directory which are not in commitrc
commitrc ls < ls >
list files in current directory which are in commitrc
updatec, commitc, diffc : to update, commit, diff common stock (including commitrc)
it can be used with trac when using svn : http://projects.edgewall.com/trac/wiki/TracDownload
Enhancements:
- added commitrc ls
Download (0.030MB)
Added: 2006-03-29 License: GPL (GNU General Public License) Price:
1304 downloads
Download (116.1MB)
Added: 2007-08-05 License: Free for non-commercial use Price: $70
823 downloads
Download (1.67MB)
Added: 2005-04-15 License: LGPL (GNU Lesser General Public License) Price:
1653 downloads
Frontend for ffmpeg2theora 2.0
Frontend for ffmpeg2theora is a graphical user interface for tool ffmpeg2theora. more>>
Frontend for ffmpeg2theora is a graphical user interface for tool ffmpeg2theora. Frontend for ffmpeg2theora converts any video which ffmpeg can decode into Ogg/Theora format.
For full readme and translations, please visit my homepage
Build instructions:
At first, unpack downloaded archive (e.g. using midnight commander) and move to program directory (ffmpeg2theora_fe). This program uses build system qmake. Default installation path is set to /usr/bin To change it, edit line DESTDIR in project file ffmpeg2theora_fe.pro Now, it is time to generate Makefile. Simply run
qmake -o Makefile ffmpeg2theora_fe.pro
su -c "make"
To uninstall program, run
su -c "make distclean"
<<lessFor full readme and translations, please visit my homepage
Build instructions:
At first, unpack downloaded archive (e.g. using midnight commander) and move to program directory (ffmpeg2theora_fe). This program uses build system qmake. Default installation path is set to /usr/bin To change it, edit line DESTDIR in project file ffmpeg2theora_fe.pro Now, it is time to generate Makefile. Simply run
qmake -o Makefile ffmpeg2theora_fe.pro
su -c "make"
To uninstall program, run
su -c "make distclean"
Download (0.030MB)
Added: 2007-03-19 License: GPL (GNU General Public License) Price:
953 downloads
KMSBII for Slackware 2.1.0
KDE Menu Sidebar Image Improvement is a simple improvement for your KDE Menu. more>>
KDE Menu Sidebar Image Improvement is a simple improvement for your KDE Menu that replaces default KDE Menu Sidebar image with one designed specifically for your Slackware GNULinux distribution.
Having say a Slackware or Debian or FreeBSD or any other OS/distribution logo instead of default KDE gear may be a much better choice for those of you who are just in love with your favorite *nix.
Personalized it looks sexy, it looks witty, it stresses the facts.
This project proved to be a little success because people seem to appreciate it.
So, now here we are with updated package again and it is my pleasure to hear from you that youve given it a try.
Enhancements:
- Project structure has been redefined so that it is now template based and extensible. This is basically a first attempt to unify all types of KMSBII presented at kde-look.org.
- Installation script has been dramastically improved; added new features to control the installation process and the ability to perform post-installation actions; run `./install.sh help for more information. The script is quite verbose now and informs user of every action performed in a user-friendly manner;
- Abbreviations of the project related names have been introduced to provide a convenient way to refer to them. See "ABBREVIATIONS" section of `./install.sh help output;
- Graphic source files as well as KMSBI files have been changed once again, changes have been made to achieve the best look of the KMSBI;
- Added KMSBII for Slackware GNULinux distribution v11.0.0;
- Updated documentation.
- Licensing agreement has been introduced to protect intellectual property and rights of its owner. See COPYING file for more details and "Licensing Agreement" section of this file for short explanations on how this licensing agreement works.
<<lessHaving say a Slackware or Debian or FreeBSD or any other OS/distribution logo instead of default KDE gear may be a much better choice for those of you who are just in love with your favorite *nix.
Personalized it looks sexy, it looks witty, it stresses the facts.
This project proved to be a little success because people seem to appreciate it.
So, now here we are with updated package again and it is my pleasure to hear from you that youve given it a try.
Enhancements:
- Project structure has been redefined so that it is now template based and extensible. This is basically a first attempt to unify all types of KMSBII presented at kde-look.org.
- Installation script has been dramastically improved; added new features to control the installation process and the ability to perform post-installation actions; run `./install.sh help for more information. The script is quite verbose now and informs user of every action performed in a user-friendly manner;
- Abbreviations of the project related names have been introduced to provide a convenient way to refer to them. See "ABBREVIATIONS" section of `./install.sh help output;
- Graphic source files as well as KMSBI files have been changed once again, changes have been made to achieve the best look of the KMSBI;
- Added KMSBII for Slackware GNULinux distribution v11.0.0;
- Updated documentation.
- Licensing agreement has been introduced to protect intellectual property and rights of its owner. See COPYING file for more details and "Licensing Agreement" section of this file for short explanations on how this licensing agreement works.
Download (0.082MB)
Added: 2007-01-11 License: GPL (GNU General Public License) Price:
1018 downloads
SiteForge 1.0.5
SiteForge provides a project management application for distributed collaborative development. more>>
SiteForge provides a project management application for distributed collaborative development.
SiteForge brings together the various aspects of a software project into one place, including source code access (CVS), bug/issue tracking, project members, discussion forums, documentation, product release downloads, and news announcements.
SiteForge is similar to the the software that runs SourceForge.net, GForge, Savane, GBorg, and Trac. It attempts to be easier to install, reliable, secure, and well-supported.
Enhancements:
- Many issues with the project bug tracker were fixed, including RSS feeds, linking to documentation, and missing parameters in the bug previous/next links.
- The security of downloads and the accuracy of download stats were improved.
- Double-joining projects is now prevented.
<<lessSiteForge brings together the various aspects of a software project into one place, including source code access (CVS), bug/issue tracking, project members, discussion forums, documentation, product release downloads, and news announcements.
SiteForge is similar to the the software that runs SourceForge.net, GForge, Savane, GBorg, and Trac. It attempts to be easier to install, reliable, secure, and well-supported.
Enhancements:
- Many issues with the project bug tracker were fixed, including RSS feeds, linking to documentation, and missing parameters in the bug previous/next links.
- The security of downloads and the accuracy of download stats were improved.
- Double-joining projects is now prevented.
Download (0.092MB)
Added: 2007-03-09 License: GPL (GNU General Public License) Price:
960 downloads
VCL for PHP 1.0
VCL for PHP is a PHP framework to help you build PHP web applications faster and easier than ever. more>>
VCL for PHP is a PHP framework to help you build PHP web applications faster and easier than ever.
This framework has been designed to provide visual design capabilities and its being used on Delphi for PHP.
Enhancements:
- The code in this release is the same you can get when buying Delphi for PHP.
<<lessThis framework has been designed to provide visual design capabilities and its being used on Delphi for PHP.
Enhancements:
- The code in this release is the same you can get when buying Delphi for PHP.
Download (2.2MB)
Added: 2007-04-11 License: LGPL (GNU Lesser General Public License) Price:
929 downloads
LOOP for Firefox 0.57
LOOP for Firefox is an extension that provides a revolutionary way to document web pages while browsing the Internet. more>>
LOOP for Firefox is an extension that provides a revolutionary way to document web pages while browsing the Internet.
You can seamlessly document URLs with the click of a button and then download or combine the web pages with other files to a single PDF.
<<lessYou can seamlessly document URLs with the click of a button and then download or combine the web pages with other files to a single PDF.
Download (0.10MB)
Added: 2007-07-17 License: MPL (Mozilla Public License) Price:
830 downloads
Userexitd for TSM 0.4
Userexitd for TSM is a configurable handler for Tivoli Storage Manager events. more>>
Userexitd for TSM is a configurable handler for Tivoli Storage Manager events.
Userexitd for TSM allows an administrator to filter events using regular expressions and run various actions for TSM events, such as sending mail and SNMP traps, writing messages into syslog, and running scripts and programs.
This software consists of two parts: a simple shared library (userexit.so), which is dynamically linked to the TSM Server as a user exit and communicates using a socket with the userexitd daemon, which runs as a separate service. The daemon is configured with an XML configuration file.
Enhancements:
- This release features some code cleanup, a working AIX port, support for reloading configuration on SIGHUP
<<lessUserexitd for TSM allows an administrator to filter events using regular expressions and run various actions for TSM events, such as sending mail and SNMP traps, writing messages into syslog, and running scripts and programs.
This software consists of two parts: a simple shared library (userexit.so), which is dynamically linked to the TSM Server as a user exit and communicates using a socket with the userexitd daemon, which runs as a separate service. The daemon is configured with an XML configuration file.
Enhancements:
- This release features some code cleanup, a working AIX port, support for reloading configuration on SIGHUP
Download (0.12MB)
Added: 2006-09-24 License: BSD License Price:
1126 downloads
Powerbox for Gtk 1.15
Powerbox for Gtk is a patch to Gtk which replaces its GtkFileChooserDialog. more>>
Powerbox for Gtk is a patch to Gtk which replaces its GtkFileChooserDialog
Powerbox is a normal file chooser dialog box, except that it dynamically grants the application the right to access the file that the user picks.
This helps provide security because the application can be run without needing access to all the users files. Powerbox-for-Gtk patches Gtk to replace GtkFileChooserDialog with a powerbox.
It is based on Plash, which provides a restricted execution environment on Linux.
Enhancements:
- Add gtk-powerbox.c: an LD_PRELOADed patch to Gtk to replace the GtkFileChooserDialog interface so that it calls Plashs powerbox.
- Rename "plash" executable to "pola-shell".
- fs-operations.c: Add log method. Add an "end" log message when the fs_op object is dropped.
- gettextization
- make.sh: Add "-Wl,-z,relro" when linking ld.so. Fixes obscure problem when dlopen()ing libraries that might require an executable stack.
- Intercept getsockname() so that it returns the correct pathname for Unix domain sockets. Extended the g_fds array in libc so that it can contain these pathnames. It is now an array of "struct libc_fd"s, rather than an array of "cap_t"s. libc-fds.h: New file. libc-misc.c: Introduced fds_resize(), fds_slot_clear(). Changed open(), close(), dup2(), etc. libc-connect.c: Add getsockname() and change connect() and bind().
- Reason: I discovered that gconfd2 (or possibly Orbit) was relying on getsockname() returning the pathname that it earlier passed to bind(). This meant that Gnumeric was unable to spawn a gconf process itself, and it produced loads of errors.
- fs-operations.c, libc-misc.c: Fixed fstat() to return the correct information on directory FDs. Added the fsop_dir_fstat method to implement this.
- build-fs-dynamic.c: Implement link() and rename() methods. This is needed for when GNOME and KDE apps hard link files inside $HOME.
- filesysobj-real.c: Changes to allow rename and hard link calls of the form rename("dir/foo1", "dir/foo2") to work.
- The problem: The real_dir_rename and real_dir_link methods only work in the same-directory case; their test was a pointer comparison on real_dir objects. However, resolving a directory pathname like "dir" always returns a new real_dir object. This meant that the rename() call wouldnt work when you use full pathnames.
- This was causing some failures. eg. Konqueror wouldnt start: some code relied on creating "$HOME/.ICEauthority-l" as a hard link to "$HOME/.ICEauthority-c".
- The partial solution: Change the same-directory check to compare inode and device number of directory, after trying a pointer comparison.
<<lessPowerbox is a normal file chooser dialog box, except that it dynamically grants the application the right to access the file that the user picks.
This helps provide security because the application can be run without needing access to all the users files. Powerbox-for-Gtk patches Gtk to replace GtkFileChooserDialog with a powerbox.
It is based on Plash, which provides a restricted execution environment on Linux.
Enhancements:
- Add gtk-powerbox.c: an LD_PRELOADed patch to Gtk to replace the GtkFileChooserDialog interface so that it calls Plashs powerbox.
- Rename "plash" executable to "pola-shell".
- fs-operations.c: Add log method. Add an "end" log message when the fs_op object is dropped.
- gettextization
- make.sh: Add "-Wl,-z,relro" when linking ld.so. Fixes obscure problem when dlopen()ing libraries that might require an executable stack.
- Intercept getsockname() so that it returns the correct pathname for Unix domain sockets. Extended the g_fds array in libc so that it can contain these pathnames. It is now an array of "struct libc_fd"s, rather than an array of "cap_t"s. libc-fds.h: New file. libc-misc.c: Introduced fds_resize(), fds_slot_clear(). Changed open(), close(), dup2(), etc. libc-connect.c: Add getsockname() and change connect() and bind().
- Reason: I discovered that gconfd2 (or possibly Orbit) was relying on getsockname() returning the pathname that it earlier passed to bind(). This meant that Gnumeric was unable to spawn a gconf process itself, and it produced loads of errors.
- fs-operations.c, libc-misc.c: Fixed fstat() to return the correct information on directory FDs. Added the fsop_dir_fstat method to implement this.
- build-fs-dynamic.c: Implement link() and rename() methods. This is needed for when GNOME and KDE apps hard link files inside $HOME.
- filesysobj-real.c: Changes to allow rename and hard link calls of the form rename("dir/foo1", "dir/foo2") to work.
- The problem: The real_dir_rename and real_dir_link methods only work in the same-directory case; their test was a pointer comparison on real_dir objects. However, resolving a directory pathname like "dir" always returns a new real_dir object. This meant that the rename() call wouldnt work when you use full pathnames.
- This was causing some failures. eg. Konqueror wouldnt start: some code relied on creating "$HOME/.ICEauthority-l" as a hard link to "$HOME/.ICEauthority-c".
- The partial solution: Change the same-directory check to compare inode and device number of directory, after trying a pointer comparison.
Download (1.3MB)
Added: 2005-12-13 License: LGPL (GNU Lesser General Public License) Price:
1410 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 for trac 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