wow 2.0.3 enus patch.exe
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 68
Wt 2.0.3
Wt (pronounce wit-ty), is a C++ library to develop web applications. more>>
Wt (pronounce wit-ty), is a C++ library to develop web applications.
Wt API is widget-centric, and inspired by existing C++ Graphical User Interface APIs. To the developer, it offers complete abstraction of any web-specific implementation details.
Existing frameworks (such as based on PHP or JSP/JSF (+ servlets + struts)) for developing web application do not make abstraction of the peculiarities of the underlying technologies (HTML, JavaScript, CSS, AJAX, Forms, DHTML).
As a consequence, a developer must not only gain familiarity with all of these technologies, but also with browser-specific implementations and incompatibilities. At the same time, the structure of the application follows mostly the page-centric paradigm of early day HTML.
In contrast, a web application developed with Wt does not differ in structure from an application developed for other graphical user interface systems, such as Windows or the X Windowing System.
Most imporantly, the entire application is written in only one compiled language (C++), from which the library generates the necessary HTML, Javascript, CGI, and AJAX code. The responsibility of writing browser-portable web applications is transferred to the library implementation.
Main features:
- Supports all major XHTML 1.0 compliant browsers (tested with Firefox (Gecko), Internet Explorer and Konqueror).
- Event handling using a signal/slot system.
- Client-side and/or server-side processing of events using static versus dynamic signal/slot connections, allowing for highly responsive applications.
- Transparent handling of sessions with URL rewriting. Automatic incremental rendering of changes to the web page, using AJAX.
- Automatic incremental loading of the web page (with in the initial load step only visible widgets)
Enhancements:
- Build problems related to locating thread enabled boost libraries were fixed.
<<lessWt API is widget-centric, and inspired by existing C++ Graphical User Interface APIs. To the developer, it offers complete abstraction of any web-specific implementation details.
Existing frameworks (such as based on PHP or JSP/JSF (+ servlets + struts)) for developing web application do not make abstraction of the peculiarities of the underlying technologies (HTML, JavaScript, CSS, AJAX, Forms, DHTML).
As a consequence, a developer must not only gain familiarity with all of these technologies, but also with browser-specific implementations and incompatibilities. At the same time, the structure of the application follows mostly the page-centric paradigm of early day HTML.
In contrast, a web application developed with Wt does not differ in structure from an application developed for other graphical user interface systems, such as Windows or the X Windowing System.
Most imporantly, the entire application is written in only one compiled language (C++), from which the library generates the necessary HTML, Javascript, CGI, and AJAX code. The responsibility of writing browser-portable web applications is transferred to the library implementation.
Main features:
- Supports all major XHTML 1.0 compliant browsers (tested with Firefox (Gecko), Internet Explorer and Konqueror).
- Event handling using a signal/slot system.
- Client-side and/or server-side processing of events using static versus dynamic signal/slot connections, allowing for highly responsive applications.
- Transparent handling of sessions with URL rewriting. Automatic incremental rendering of changes to the web page, using AJAX.
- Automatic incremental loading of the web page (with in the initial load step only visible widgets)
Enhancements:
- Build problems related to locating thread enabled boost libraries were fixed.
Download (2.4MB)
Added: 2007-07-04 License: AGPL (Affero General Public License) Price:
843 downloads
OBM 2.0.3
OBM is an intranet CRM and groupware tool for managing a company or a contact database. more>>
O.B.M. stands for Open Business Management.
OBM is an Intranet application which goal is to help manage a company or an organization. As OBM improve, it is approaching what are called CRM (with sales force , help desk, time tracking sections) but can be used simply as a contact database or as a shared calendar.
OBM represents a framework above wich many modules are written. It is written by an evolving group of developpers from Aliacom (mains are Mehdi Rande, Pierre Carlier, Olivier Boyer (design)) lead by Pierre Baudracco, with contributions by other people (see the changelog) and released under the terms of the GPL.
OBM is always evolving and the data and the database model are subject to change but each new version come with update scripts.
Enhancements:
- The import module has been improved to handle conflict automatically.
- Fixes and enhancements were made to the calendar module (planning view rights, home page portlet, and .ics file sending can be disabled).
- Fixes were made to CAS and the todo, payment, and import modules.
<<lessOBM is an Intranet application which goal is to help manage a company or an organization. As OBM improve, it is approaching what are called CRM (with sales force , help desk, time tracking sections) but can be used simply as a contact database or as a shared calendar.
OBM represents a framework above wich many modules are written. It is written by an evolving group of developpers from Aliacom (mains are Mehdi Rande, Pierre Carlier, Olivier Boyer (design)) lead by Pierre Baudracco, with contributions by other people (see the changelog) and released under the terms of the GPL.
OBM is always evolving and the data and the database model are subject to change but each new version come with update scripts.
Enhancements:
- The import module has been improved to handle conflict automatically.
- Fixes and enhancements were made to the calendar module (planning view rights, home page portlet, and .ics file sending can be disabled).
- Fixes were made to CAS and the todo, payment, and import modules.
Download (1.6MB)
Added: 2007-08-04 License: GPL (GNU General Public License) Price:
814 downloads
EZRO 2.0.3
EZRO project is a system for easily managing Web-based content. more>>
EZRO project is a system for easily managing Web-based content.
EZ Reusable Objects (EZRO) is a Web application that can be used by non-technical staff to manage content as "objects."
Content objects containing text, video, and audio can be shared, modified, and re-styled to appear via a traditional Web site, an on-line course, an innovative "Coach," or as a community of interest site. It is highly scalable and can be used for public Web sites, secure environments, and private intra/extranets.
<<lessEZ Reusable Objects (EZRO) is a Web application that can be used by non-technical staff to manage content as "objects."
Content objects containing text, video, and audio can be shared, modified, and re-styled to appear via a traditional Web site, an on-line course, an innovative "Coach," or as a community of interest site. It is highly scalable and can be used for public Web sites, secure environments, and private intra/extranets.
Download (0.47MB)
Added: 2006-10-17 License: GPL (GNU General Public License) Price:
1102 downloads
paco 2.0.3
pacKAGE oRGANIZER is a source code package management system. more>>
Paco project is a source code package organizer for Unix/Linux systems, originally written to aid package management when installing an LFS system.
When installing a package from sources, paco wraps the "make install" command (or whatever is needed to install the files into the system), and generates a log containing the list of all installed files.
Like any other package manager, paco provides several options to print package information in different formats. It can also remove packages, among some other basic operations.
Technically, paco follows the same approach as CheckInstall: A library is preloaded before installation, and during installation it catches the system calls that cause filesystem alterations, logging the names of the created files.
But unlike CheckInstall, paco doesnt create rpm or dpkg packages. Paco is a stand-alone package manager. It can even install rpm, dpkg or slackware binary packages with the provided script superpaco.
Gpaco is the GTK+ graphic interface of paco. Its included in the same tarball and installed by default. Gpaco requires GTK+ (2.6 or later), and pkg-config.
Enhancements:
- Removed repeated text in the man page of paco (thanks Georg Grafendorfer).
- The option -x|--expand has been removed (though it is silently ignored for backwards compatibility). Now the command line package names are automatically expanded like in rpm(8), except when logging packages. In this case the package name must be introduced exactly.
- Do not search for the name of the package in config.log (thanks Mirco Lorenzoni).
- Fix a doubled DESTDIR bug in doc/Makefile (thanks Matthew Bruenig).
- Rewritten libpaco-log in C. This prevents a glibc installation failure when building LFS in chapter 6.
- Fixed bug that made paco log compressed files twice in some cases.
- Use RTLD_NEXT in libpaco-log. Fixes bug in some systems (thanks Roland Schatz).
- When logging installations, files in /proc are always excluded, regardless of the variable EXCLUDE in pacorc or the arguments to the option -E|--exclude.
- Better strip the release suffix in rpm2paco and superpaco.
- [gpaco] Fixed several problems in "Import RPM database".
<<lessWhen installing a package from sources, paco wraps the "make install" command (or whatever is needed to install the files into the system), and generates a log containing the list of all installed files.
Like any other package manager, paco provides several options to print package information in different formats. It can also remove packages, among some other basic operations.
Technically, paco follows the same approach as CheckInstall: A library is preloaded before installation, and during installation it catches the system calls that cause filesystem alterations, logging the names of the created files.
But unlike CheckInstall, paco doesnt create rpm or dpkg packages. Paco is a stand-alone package manager. It can even install rpm, dpkg or slackware binary packages with the provided script superpaco.
Gpaco is the GTK+ graphic interface of paco. Its included in the same tarball and installed by default. Gpaco requires GTK+ (2.6 or later), and pkg-config.
Enhancements:
- Removed repeated text in the man page of paco (thanks Georg Grafendorfer).
- The option -x|--expand has been removed (though it is silently ignored for backwards compatibility). Now the command line package names are automatically expanded like in rpm(8), except when logging packages. In this case the package name must be introduced exactly.
- Do not search for the name of the package in config.log (thanks Mirco Lorenzoni).
- Fix a doubled DESTDIR bug in doc/Makefile (thanks Matthew Bruenig).
- Rewritten libpaco-log in C. This prevents a glibc installation failure when building LFS in chapter 6.
- Fixed bug that made paco log compressed files twice in some cases.
- Use RTLD_NEXT in libpaco-log. Fixes bug in some systems (thanks Roland Schatz).
- When logging installations, files in /proc are always excluded, regardless of the variable EXCLUDE in pacorc or the arguments to the option -E|--exclude.
- Better strip the release suffix in rpm2paco and superpaco.
- [gpaco] Fixed several problems in "Import RPM database".
Download (0.35MB)
Added: 2007-07-17 License: GPL (GNU General Public License) Price:
831 downloads
KLogWatch 2.0.3
KLogWatch is a small KDE application which tails a kernel log file and interprets any Netfilter (ie more>>
KLogWatch is a small KDE application which "tails" a kernel log file and interprets any Netfilter (ie. iptables) log lines it sees, optionally popping up a window to alert you that your firewall has just blocked a packet. See the man page for more detail.
Its been tested with KDE 3.1.1 and Qt 3.1.1 (SuSE 8.2), as well as more recent Fedora/Mandrake/Debian distributions. There is also a pure Qt build available from version 1.8.1.
KLogWatch is released under the GPL, so feel free...
Enhancements:
- Do proper column sorting on addresses and ports.
<<lessIts been tested with KDE 3.1.1 and Qt 3.1.1 (SuSE 8.2), as well as more recent Fedora/Mandrake/Debian distributions. There is also a pure Qt build available from version 1.8.1.
KLogWatch is released under the GPL, so feel free...
Enhancements:
- Do proper column sorting on addresses and ports.
Download (0.098MB)
Added: 2006-12-18 License: GPL (GNU General Public License) Price:
1040 downloads
shUnit2 2.0.3 / 2.1.1
shUnit2 is a unit test framework for Bourne based shell scripts, and is designed to work in a similar manner to JUnit, PyUnit. more>>
shUnit2 is a unit test framework for Bourne based shell scripts, and is designed to work in a similar manner to JUnit, PyUnit, etc.
Whats New in This Release:
Back ported the Makefile from 2.1.1pre that included changes to the
docs-docbook-prep target.
Changed the test in assertFalse() so that any non-zero value registers as
false. (Credits to Bryan Larsen)
Updated the testPartyLikeItIs1999() function in the Quick Start documentation.
The expected and actual values were swapped. (Credits to Richard Jensen)
It was pointed out that the simple failed message for a failed assert was not
only insufficient, it was nonstandard (when compared to JUnit) and didnt
provide the user with an expected vs actual result. The code was revised
somewhat to bring closer into alignment with JUnit (v4.3.1 specifically) so
that it feels more "normal". (Credits to Richard Jensen)
As part of the JUnit realignment, it was noticed that fail*() functions in
JUnit dont actually do any comparisons themselves. They only generate a
failure message. Updated the code to match.
Added self-testing unit tests. Kinda horkey, but they did find bugs during the
JUnit realignment.
Fixed the code for returning from asserts as the return was being called before
the unsetting of variables occurred. (Credits to Mathias Goldau)
The assert(True|False)() functions now accept an integer value for a
conditional test. A value of 0 is considered true, while any non-zero value
is considered false.
All public functions now fill use default values to work properly with the -x
shell debugging flag.
Fixed the method of percent calculation for the report to get achieve better
accuracy.
<<lessWhats New in This Release:
Back ported the Makefile from 2.1.1pre that included changes to the
docs-docbook-prep target.
Changed the test in assertFalse() so that any non-zero value registers as
false. (Credits to Bryan Larsen)
Updated the testPartyLikeItIs1999() function in the Quick Start documentation.
The expected and actual values were swapped. (Credits to Richard Jensen)
It was pointed out that the simple failed message for a failed assert was not
only insufficient, it was nonstandard (when compared to JUnit) and didnt
provide the user with an expected vs actual result. The code was revised
somewhat to bring closer into alignment with JUnit (v4.3.1 specifically) so
that it feels more "normal". (Credits to Richard Jensen)
As part of the JUnit realignment, it was noticed that fail*() functions in
JUnit dont actually do any comparisons themselves. They only generate a
failure message. Updated the code to match.
Added self-testing unit tests. Kinda horkey, but they did find bugs during the
JUnit realignment.
Fixed the code for returning from asserts as the return was being called before
the unsetting of variables occurred. (Credits to Mathias Goldau)
The assert(True|False)() functions now accept an integer value for a
conditional test. A value of 0 is considered true, while any non-zero value
is considered false.
All public functions now fill use default values to work properly with the -x
shell debugging flag.
Fixed the method of percent calculation for the report to get achieve better
accuracy.
Download (0.027MB)
Added: 2007-07-13 License: LGPL (GNU Lesser General Public License) Price:
833 downloads
Galeon 2.0.3
Galeon is a GNOME Web browser based on Gecko (the mozilla layout engine). more>>
Galeon is a GNOME Web browser based on Gecko (the mozilla layout engine). Galeon is fast, it has a light interface, and it is fully standards-compliant.
This release is primarily to get some nice bug fixes out to everyone; Ive highlighted these below.
Its also one of the very few times where we didnt need to make any changes to account for new mozilla releases (of course, there are lots of changes to keep up with mozilla cvs).
Enhancements:
- This release will actually build against Mozilla 1.7.5+.
<<lessThis release is primarily to get some nice bug fixes out to everyone; Ive highlighted these below.
Its also one of the very few times where we didnt need to make any changes to account for new mozilla releases (of course, there are lots of changes to keep up with mozilla cvs).
Enhancements:
- This release will actually build against Mozilla 1.7.5+.
Download (5.6MB)
Added: 2006-09-22 License: GPL (GNU General Public License) Price:
1127 downloads
CLHEP 2.0.3.1
CLHEP is a nuclear physics software development library. more>>
CLHEP project is intended to be a set of HEP-specific foundation and utility classes such as random generators, geometry, physics vectors and linear algebra.
Configure options:
A variety of options can be given to configure. Below is a list
of the options that you are likely to find most useful.
help provides a partial list of options
prefix=PREFIX install architecture-independent files in PREFIX
[default is /usr/local]
exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
[default is the same as PREFIX]
disable-shared build only static libraries
disable-static build only shared libraries
enable-exceptions use the CLHEP/Exceptions package
disable-exceptions DO NOT use the CLHEP/Exceptions package
[--disable-exceptions is the default]
Enhancements:
- Support for Intels C/C++ compilers was added.
<<lessConfigure options:
A variety of options can be given to configure. Below is a list
of the options that you are likely to find most useful.
help provides a partial list of options
prefix=PREFIX install architecture-independent files in PREFIX
[default is /usr/local]
exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
[default is the same as PREFIX]
disable-shared build only static libraries
disable-static build only shared libraries
enable-exceptions use the CLHEP/Exceptions package
disable-exceptions DO NOT use the CLHEP/Exceptions package
[--disable-exceptions is the default]
Enhancements:
- Support for Intels C/C++ compilers was added.
Download (4.88MB)
Added: 2006-11-30 License: BSD License Price:
1060 downloads
mod_perl 2.0.3
mod_perl brings together the full power of the Perl programming language and the Apache HTTP server. more>>
mod_perl project brings together the full power of the Perl programming language and the Apache HTTP server. You can use Perl to manage Apache, respond to requests for web pages and much more.
mod_perl gives you a persistent Perl interpreter embedded in your web server. This lets you avoid the overhead of starting an external interpreter and avoids the penalty of Perl start-up time, giving you super-fast dynamic content.
As youd expect from the Perl community, there are hundreds of modules written for mod_perl, everything from persistent database connections, to templating sytems, to complete XML content delivery systems. Web sites like Slashdot and Wired Magazine use mod_perl.
mod_perl is an Apache Software Foundation project. It is licensed under the Apache Software License.
<<lessmod_perl gives you a persistent Perl interpreter embedded in your web server. This lets you avoid the overhead of starting an external interpreter and avoids the penalty of Perl start-up time, giving you super-fast dynamic content.
As youd expect from the Perl community, there are hundreds of modules written for mod_perl, everything from persistent database connections, to templating sytems, to complete XML content delivery systems. Web sites like Slashdot and Wired Magazine use mod_perl.
mod_perl is an Apache Software Foundation project. It is licensed under the Apache Software License.
Download (3.5MB)
Added: 2006-11-29 License: The Apache License Price:
1062 downloads
Maildrop 2.0.3
maildrop is the mail filter/mail delivery agent thats used by the Courier Mail Server. more>>
maildrop is the mail filter/mail delivery agent thats used by the Courier Mail Server. You do not need to download maildrop from here if you already have Courier installed. This is a standalone build of the maildrop mail filter that can be used with other mail servers.
maildrop is a filter for local mail delivery agent. It reads the messages and redirects them to users mailbox.
maildrop optionally reads instructions from a file, which describe how to filter incoming mail. These instructions can direct maildrop to deliver the message to an alternate mailbox, or forward it somewhere else. Unlike procmail, maildrop uses a structured filtering language.
maildrop is written in C++, and is significantly larger than procmail. However, it uses resources much more efficiently. Unlike procmail, maildrop will not read a 10 megabyte mail message into memory. Large messages are saved in a temporary file, and are filtered from the temporary file. If the standard input to maildrop is a file, and not a pipe, a temporary file will not be necessary.
maildrop checks the mail delivery instruction syntax from the filter file, before attempting to deliver a message. Unlike procmail, if the filter file contains syntax errors, maildrop terminates without delivering the message. The user can fix the typo without causing any mail to be lost.
Enhancements:
- Messages delivered by maildrop will use the processs inherited umask.
- The -f option now allows an empty return address to be specified.
- The lockmail utility now drops any group-id privileges if the setgid bit was added to lockmails permissions.
<<lessmaildrop is a filter for local mail delivery agent. It reads the messages and redirects them to users mailbox.
maildrop optionally reads instructions from a file, which describe how to filter incoming mail. These instructions can direct maildrop to deliver the message to an alternate mailbox, or forward it somewhere else. Unlike procmail, maildrop uses a structured filtering language.
maildrop is written in C++, and is significantly larger than procmail. However, it uses resources much more efficiently. Unlike procmail, maildrop will not read a 10 megabyte mail message into memory. Large messages are saved in a temporary file, and are filtered from the temporary file. If the standard input to maildrop is a file, and not a pipe, a temporary file will not be necessary.
maildrop checks the mail delivery instruction syntax from the filter file, before attempting to deliver a message. Unlike procmail, if the filter file contains syntax errors, maildrop terminates without delivering the message. The user can fix the typo without causing any mail to be lost.
Enhancements:
- Messages delivered by maildrop will use the processs inherited umask.
- The -f option now allows an empty return address to be specified.
- The lockmail utility now drops any group-id privileges if the setgid bit was added to lockmails permissions.
Download (2.0MB)
Added: 2006-12-31 License: GPL (GNU General Public License) Price:
1030 downloads
TimeTrex 2.0.3 / 2.1.0 RC1
TimeTrex is a complete Web-based payroll and time management suite that offers employee scheduling, attendance. more>>
TimeTrex project is a complete Web-based payroll and time management suite that offers employee scheduling, attendance (time clock), job costing, invoicing/accounts receivable, and payroll in a tightly integrated package.
With the ability to interface with hardware such as iButtons, barcode readers, and cell phones, employees are able to efficiently track their time at the office or on the road.
Main features:
- TimeTrex helps organizations handle their payroll and time management needs in a more efficient and cost effective manner.
- TimeTrex helps organizations concentrate on their core business goals - the ones that generate revenue.
- TimeTrex benefits are well suited to any business, small or large, with one or more locations.
- TimeTrex allows secure and easy access to its web-based interface from anywhere in the world.
Whats New in 2.0.3 Stable Release:
- This release contains several minor bugfixes, including fixes to the installer requirements and to the employee contact information page that caused branch/department settings to reset themselves.
Whats New in 2.1.0 RC1 Development Release:
- This release contains several major new features such as a greatly improved permission system, more advanced premium policies with additional pay formulas, more advanced meal policies, better scheduling, multi-level timesheet verifications and improved reporting. This is the first release with a fully automated installer for both Windows and Linux.
<<lessWith the ability to interface with hardware such as iButtons, barcode readers, and cell phones, employees are able to efficiently track their time at the office or on the road.
Main features:
- TimeTrex helps organizations handle their payroll and time management needs in a more efficient and cost effective manner.
- TimeTrex helps organizations concentrate on their core business goals - the ones that generate revenue.
- TimeTrex benefits are well suited to any business, small or large, with one or more locations.
- TimeTrex allows secure and easy access to its web-based interface from anywhere in the world.
Whats New in 2.0.3 Stable Release:
- This release contains several minor bugfixes, including fixes to the installer requirements and to the employee contact information page that caused branch/department settings to reset themselves.
Whats New in 2.1.0 RC1 Development Release:
- This release contains several major new features such as a greatly improved permission system, more advanced premium policies with additional pay formulas, more advanced meal policies, better scheduling, multi-level timesheet verifications and improved reporting. This is the first release with a fully automated installer for both Windows and Linux.
Download (37MB)
Added: 2007-08-20 License: MPL (Mozilla Public License) Price:
803 downloads
TextTools 2.0.3
Texttools packages are an ncurses-based library for the Linux console written in Ada 95. more>>
Texttools packages are an ncurses-based library for the Linux console written in Ada 95.
It contains more than 600 procedures and functions to create windows, draw scroll bars, handle the mouse and keyboard events, play sounds, and much more.
It also provides a thick binding to Linux kernel calls. You can create a wide variety of application programs using Texttools alone.
More than 600 subroutines and a variety of window objects including scroll bars, selection lists and text edit boxes.
Texttools has event queues and supports mice just like X Windows but is much easier to program.
Main features:
- 600 Functions
- I/O Toolkit
- Event Handling
- Standard Dialogs
- Blind Mode for Passwords
- Data Entry Auto-advance
- Tool Tips
- Callback Hooks
- Text Styles
- Keyboard Macros
- Turtle Graphics
- Thick O/S Binding
- Sounds (with wavplay)
- Partial C++ Support
Controls:
- Static Line
- Edit Line
- Simple Button
- Check Box
- Radio Button
- Rectangle
- Lines
- Thermometer
- Scroll Bar
- Static Text Box
- Text Edit Box
- Check List
- Radio List
<<lessIt contains more than 600 procedures and functions to create windows, draw scroll bars, handle the mouse and keyboard events, play sounds, and much more.
It also provides a thick binding to Linux kernel calls. You can create a wide variety of application programs using Texttools alone.
More than 600 subroutines and a variety of window objects including scroll bars, selection lists and text edit boxes.
Texttools has event queues and supports mice just like X Windows but is much easier to program.
Main features:
- 600 Functions
- I/O Toolkit
- Event Handling
- Standard Dialogs
- Blind Mode for Passwords
- Data Entry Auto-advance
- Tool Tips
- Callback Hooks
- Text Styles
- Keyboard Macros
- Turtle Graphics
- Thick O/S Binding
- Sounds (with wavplay)
- Partial C++ Support
Controls:
- Static Line
- Edit Line
- Simple Button
- Check Box
- Radio Button
- Rectangle
- Lines
- Thermometer
- Scroll Bar
- Static Text Box
- Text Edit Box
- Check List
- Radio List
Download (0.20MB)
Added: 2006-01-20 License: GMGPL (GNAT Modified GPL) Price:
1372 downloads
v9fs 2.0.3
v9fs is a 9P2000 resource-sharing protocol implementation for Linux 2.6. more>>
v9fs provides a Plan 9 9P2000 resource sharing protocol for the Linux 2.6 kernel. This can be used to share files, devices, /proc, /sys, etc.
It also works with Plan 9 file servers, and can be used to mount synthetic file systems from Plan 9 applications (see the plan9port project).
Includes kernel modules for Linux 2.4.x and 2.6.x kernels.
Enhancements:
- More responses were made to LKML comments.
- Fixes were made to transport.
- An fd transport method was added.
- This release was fully merged with Linux 2.6.13.
<<lessIt also works with Plan 9 file servers, and can be used to mount synthetic file systems from Plan 9 applications (see the plan9port project).
Includes kernel modules for Linux 2.4.x and 2.6.x kernels.
Enhancements:
- More responses were made to LKML comments.
- Fixes were made to transport.
- An fd transport method was added.
- This release was fully merged with Linux 2.6.13.
Download (0.043MB)
Added: 2005-08-30 License: GPL (GNU General Public License) Price:
1515 downloads
PAUD 2.0.3
PAUD is a Linux utility bootdisk. more>>
PAUD (Parted And Utilities Disk) is a Linux utility boot disk distribution. It fits on a single 1.44 floppy disk. It contains mc, parted, and other utilities such as filesystem utilities for ext2, ext3, and Reiserfs. It is great for partition maintenance and for rescue purposes.
The latest version of PAUD (1.0.4) has glibc-2.2.5, kernel 2.4.20, support for up to 4 virtual consoles. Kernel has DMA support (click here for more info on DMA) , SCSI support is not available out-of-the-box but it can be easily implemented.
The kernel has filesystem support for FAT/VFAT, EXT2, EXT3, ReiserFS 3.5, and ReiserFS 3.6 filesystems. Parted supports creating, resizing, copying, and destroying of these filesystem types (please read notes for reiserfs and ext3).
This is a list of all the commands, some of these commands are internal commands of busybox:
busybox commands:
[, ash, basename, busybox, cat, chgrp, chmod, chown, chroot, chvt, clear, cp, cut, date, dd, df, dirname, dmesg, du, echo, env, false, find, free, grep, gunzip, gzip, halt, head, id, init, kill, killall, klogd, linuxrc, ln, logger, ls, lsmod, mkdir, mknod, mkswap, modprobe, more, mount, mv, pidof, poweroff, ps, pwd, reboot, reset, rm, rmdir, sed, sh, sleep, sort, swapoff, swapon, sync, syslogd, tail, tar, test, touch, true, tty, umount, uname, uniq, uptime, wc, which, whoami, xargs, yes, zcat
Other commands:
e2fsck, hdparm, mc, mkreiserfs-3.5, parted, reiserfsck, tune2fs
Notes:
SCSI: SCSI support is not enabled in the kernel, if you wish to use scsi devices with PAUD, you can make a custom kernel and put it on the disk with the rootdisk. The docs section on the PAUD project page will show you how.
ntfs: Many people have asked about NTFS support, specifically the ntfsresize program. I cant fit this on the floppy, but an optional expansion floppy solution will be available shortly.
ReiserFS: mkreiserfs-3.5 can only make reiserfs filesystems version 3.5, if you want to make reiserfs version 3.6, use parted. All other reiserfs functions in parted, including resize, work for both versions. Run reiserfsck --fix-fixable after modifying any paritions from parted, to fix any potential problems.
Ext3: parted cannot create ext3 filesystems, although there is a simple way to do it in PAUD. First create an ext2 partition from parted, then create a journal to convert it to ext3 with tune2fs -j.
hdparm/DMA: DMA isnt enabled by default, hdparm fixes this problem by allowing you to enable DMA using the -d1 option. Using the hdparm disk speed test, i saw an increase in speed from 4.6 mb/sec (default) to 25.2 mb/sec (dma enabled).
mc: mc is a great way of transferring files between filesystems (for Windows/DOS users) or for editing files if you need to. It can also be useful if you ever need to use PAUD for rescue purposes.
mounting: If you get an error when mounting that a filesystem cannot be found on the device, a different filesystem may have been found. Type mount to see if it was actually mounted or not.
Enhancements:
- The kernel was updated to 2.4.20 to support hard drives that are greater than 137GB.
<<lessThe latest version of PAUD (1.0.4) has glibc-2.2.5, kernel 2.4.20, support for up to 4 virtual consoles. Kernel has DMA support (click here for more info on DMA) , SCSI support is not available out-of-the-box but it can be easily implemented.
The kernel has filesystem support for FAT/VFAT, EXT2, EXT3, ReiserFS 3.5, and ReiserFS 3.6 filesystems. Parted supports creating, resizing, copying, and destroying of these filesystem types (please read notes for reiserfs and ext3).
This is a list of all the commands, some of these commands are internal commands of busybox:
busybox commands:
[, ash, basename, busybox, cat, chgrp, chmod, chown, chroot, chvt, clear, cp, cut, date, dd, df, dirname, dmesg, du, echo, env, false, find, free, grep, gunzip, gzip, halt, head, id, init, kill, killall, klogd, linuxrc, ln, logger, ls, lsmod, mkdir, mknod, mkswap, modprobe, more, mount, mv, pidof, poweroff, ps, pwd, reboot, reset, rm, rmdir, sed, sh, sleep, sort, swapoff, swapon, sync, syslogd, tail, tar, test, touch, true, tty, umount, uname, uniq, uptime, wc, which, whoami, xargs, yes, zcat
Other commands:
e2fsck, hdparm, mc, mkreiserfs-3.5, parted, reiserfsck, tune2fs
Notes:
SCSI: SCSI support is not enabled in the kernel, if you wish to use scsi devices with PAUD, you can make a custom kernel and put it on the disk with the rootdisk. The docs section on the PAUD project page will show you how.
ntfs: Many people have asked about NTFS support, specifically the ntfsresize program. I cant fit this on the floppy, but an optional expansion floppy solution will be available shortly.
ReiserFS: mkreiserfs-3.5 can only make reiserfs filesystems version 3.5, if you want to make reiserfs version 3.6, use parted. All other reiserfs functions in parted, including resize, work for both versions. Run reiserfsck --fix-fixable after modifying any paritions from parted, to fix any potential problems.
Ext3: parted cannot create ext3 filesystems, although there is a simple way to do it in PAUD. First create an ext2 partition from parted, then create a journal to convert it to ext3 with tune2fs -j.
hdparm/DMA: DMA isnt enabled by default, hdparm fixes this problem by allowing you to enable DMA using the -d1 option. Using the hdparm disk speed test, i saw an increase in speed from 4.6 mb/sec (default) to 25.2 mb/sec (dma enabled).
mc: mc is a great way of transferring files between filesystems (for Windows/DOS users) or for editing files if you need to. It can also be useful if you ever need to use PAUD for rescue purposes.
mounting: If you get an error when mounting that a filesystem cannot be found on the device, a different filesystem may have been found. Type mount to see if it was actually mounted or not.
Enhancements:
- The kernel was updated to 2.4.20 to support hard drives that are greater than 137GB.
Download (1.4MB)
Added: 2005-12-25 License: GPL (GNU General Public License) Price:
1407 downloads
Apache Cayenne 2.0.3 / 3.0M1
Apache Cayenne is a free object-relational persistence framework written in Java. more>>
Apache Cayenne project is a free object-relational persistence framework written in Java. Its goal is to make development of database Java applications faster and more consistent with the Object Oriented Programming concept.
Some of the ideas used in Cayenne have been inspired by the persistence mechanism of NeXTs (and now Apples) WebObjects application server.
Whats New in 2.0.3 Stable Release:
- This release features a number of bugfixes, including some serious synchronization issues.
- It is a recommended upgrade.
Whats New in 3.0M1 Development Release:
- This is the first milestone release of Cayenne 3.0.
- The most visible addition to Cayenne is a JSR-220 Java Persistence API Provider (a.k.a. JPA), but significant enhancements have been made to performance and flexibility.
- It is already in production within several products.
<<lessSome of the ideas used in Cayenne have been inspired by the persistence mechanism of NeXTs (and now Apples) WebObjects application server.
Whats New in 2.0.3 Stable Release:
- This release features a number of bugfixes, including some serious synchronization issues.
- It is a recommended upgrade.
Whats New in 3.0M1 Development Release:
- This is the first milestone release of Cayenne 3.0.
- The most visible addition to Cayenne is a JSR-220 Java Persistence API Provider (a.k.a. JPA), but significant enhancements have been made to performance and flexibility.
- It is already in production within several products.
Download (11.2MB)
Added: 2007-07-30 License: The Apache License 2.0 Price:
822 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 wow 2.0.3 enus patch.exe 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