winutilities 6.1
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 148
libmplite 0.6.1
libmplite is a C++ library for multi-precision floating point arithmetic. more>>
libmplite is a C++ wrapper for the mpfr class. libmplite library is meant as a replacement for MpIeee for the libcff library.
Installation:
The `configure shell script attempts to guess correct values for various system-dependent variables used during compilation.
It uses those values to create a `Makefile in each directory of the package. It may also create one or more `.h files containing system-dependent definitions.
Finally, it creates a shell script `config.status that you can run in the future to recreate the current configuration, a file `config.cache that saves the results of its tests to speed up reconfiguring, and a file `config.log containing compiler output (useful mainly for debugging `configure).
If you need to do unusual things to compile the package, please try to figure out how `configure could check whether to do them, and mail diffs or instructions to the address given in the `README so they can be considered for the next release.
If at some point `config.cache contains results you dont want to keep, you may remove or edit it.
The file `configure.in is used to create `configure by a program called `autoconf. You only need `configure.in if you want to change it or regenerate `configure using a newer version of `autoconf.
The simplest way to compile this package is:
1. `cd to the directory containing the packages source code and type `./configure to configure the package for your system. If youre using `csh on an old version of System V, you might need to type `sh ./configure instead to prevent `csh from trying to execute
`configure itself.
Running `configure takes awhile. While running, it prints some messages telling which features it is checking for.
2. Type `make to compile the package.
3. Optionally, type `make check to run any self-tests that come with the package.
4. Type `make install to install the programs and any data files and documentation.
5. You can remove the program binaries and object files from the source code directory by typing `make clean. To also remove the files that `configure created (so you can compile the package for a different kind of computer), type `make distclean.
There is also a `make maintainer-clean target, but that is intended mainly for the packages developers. If you use it, you may have to get all sorts of other programs in order to regenerate files that came with the distribution.
Enhancements:
- src/Makefile.am: added mpl_Floor.cc
- src/MpLite.h: added floor function
- src/mpl_Floor.cc: added to project
- autoconf.in: added check for mpfr_prec_round and mpfr_integer_p
- src/Makefile.am: added new files
- src/Makefile.am: added new functions
- src/MpLite.h: added new functions
- src/SubstMpIeee.hh: added new functions
- src/mpl_IsNegative.cc: checks for negative MpLite
- src/mpl_IsPositive.cc: checks for positive MpLite
- src/mpl_IsInteger.cc: checks for integer MpLite
- src/mpl_IsOdd.cc: checks for odd MpLite
- src/mpl_Resize.cc: check for mpfr_prec_round
- src/mpl_SetParams.cc: check for mpfr_prec_round
<<lessInstallation:
The `configure shell script attempts to guess correct values for various system-dependent variables used during compilation.
It uses those values to create a `Makefile in each directory of the package. It may also create one or more `.h files containing system-dependent definitions.
Finally, it creates a shell script `config.status that you can run in the future to recreate the current configuration, a file `config.cache that saves the results of its tests to speed up reconfiguring, and a file `config.log containing compiler output (useful mainly for debugging `configure).
If you need to do unusual things to compile the package, please try to figure out how `configure could check whether to do them, and mail diffs or instructions to the address given in the `README so they can be considered for the next release.
If at some point `config.cache contains results you dont want to keep, you may remove or edit it.
The file `configure.in is used to create `configure by a program called `autoconf. You only need `configure.in if you want to change it or regenerate `configure using a newer version of `autoconf.
The simplest way to compile this package is:
1. `cd to the directory containing the packages source code and type `./configure to configure the package for your system. If youre using `csh on an old version of System V, you might need to type `sh ./configure instead to prevent `csh from trying to execute
`configure itself.
Running `configure takes awhile. While running, it prints some messages telling which features it is checking for.
2. Type `make to compile the package.
3. Optionally, type `make check to run any self-tests that come with the package.
4. Type `make install to install the programs and any data files and documentation.
5. You can remove the program binaries and object files from the source code directory by typing `make clean. To also remove the files that `configure created (so you can compile the package for a different kind of computer), type `make distclean.
There is also a `make maintainer-clean target, but that is intended mainly for the packages developers. If you use it, you may have to get all sorts of other programs in order to regenerate files that came with the distribution.
Enhancements:
- src/Makefile.am: added mpl_Floor.cc
- src/MpLite.h: added floor function
- src/mpl_Floor.cc: added to project
- autoconf.in: added check for mpfr_prec_round and mpfr_integer_p
- src/Makefile.am: added new files
- src/Makefile.am: added new functions
- src/MpLite.h: added new functions
- src/SubstMpIeee.hh: added new functions
- src/mpl_IsNegative.cc: checks for negative MpLite
- src/mpl_IsPositive.cc: checks for positive MpLite
- src/mpl_IsInteger.cc: checks for integer MpLite
- src/mpl_IsOdd.cc: checks for odd MpLite
- src/mpl_Resize.cc: check for mpfr_prec_round
- src/mpl_SetParams.cc: check for mpfr_prec_round
Download (0.24MB)
Added: 2005-10-04 License: GPL (GNU General Public License) Price:
1480 downloads
libtecla 1.6.1
The tecla library provides UNIX and LINUX programs with interactive command line editing facilities, similar to those of the UNI more>>
The tecla library provides UNIX and LINUX programs with interactive command line editing facilities, similar to those of the unix tcsh shell. In addition to simple command-line editing, it supports recall of previously entered command lines, TAB completion of file names, and
in-line wild-card expansion of filenames.
The internal functions which perform file-name completion and wild-card expansion are also available externally for optional use by programs, along with a module for tab-completion and lookup of filenames in a list of directories.
Note that special care has been taken to allow the use of this library in threaded programs. The option to enable this is discussed in the Makefile, and specific discussions of thread safety are presented in the included man pages.
Installation:
To compile and optionally install the library, it is first necessary to create a makefile for your system, by typing:
./configure
The Makefile that this generates is designed to install the files of the library in subdirectories of /usr/local/. If you would prefer to install them under a different directory, you can type:
./configure --prefix /wherever
Where you would replace /wherever with your chosen directory. Other command-line options are available, and can be listed by typing:
./configure --help
Having run the configure script, you are then ready to make the library. To do this, just type:
make
What make does depends on whether the configure script knows about your system. If the configure script doesnt know anything specific about your system, it will arrange for make to produce the static tecla library, called libtecla.a, and if possible, the reentrant
version of this called libtecla_r.a. If it does know about your system, it will also create shared libraries if possible.
If you are on a system that isnt known, and you would like shared libraries to be compiled, please read the file called PORTING to see how this can
be achieved.
To install the library, its include file and it manual pages, type:
make install
Note that this will also compile the library if you havent already done so.
Having compiled the library, if you wish, you can test it by running the demo programs. After building the library, you should find two programs, called demo and demo2, in the current directory.
The first of the demos programs reads input lines from the user, and writes what was typed back to the screen. While typing a line of input, you can experiment with line editing, tab completion, history recall etc.
For details about these line editing features, see the man page gl_get_line(3). If you havent installed this yet, you can see it anyway by typing:
nroff -man man3/gl_get_line.3 | more
The second demo program, called demo2, demonstrates command-completion
with the UNIX PATH. If you type in a partial command name, and press TAB, the command name will be completed if possible, and possible completions will be listed if it is ambiguous.
When you then enter the line, the demo program then prints out the full pathname of the command that you typed. If you type anything after the command name, filename completion with the tab key reverts to its default behavior of completing filenames in the current directory.
<<lessin-line wild-card expansion of filenames.
The internal functions which perform file-name completion and wild-card expansion are also available externally for optional use by programs, along with a module for tab-completion and lookup of filenames in a list of directories.
Note that special care has been taken to allow the use of this library in threaded programs. The option to enable this is discussed in the Makefile, and specific discussions of thread safety are presented in the included man pages.
Installation:
To compile and optionally install the library, it is first necessary to create a makefile for your system, by typing:
./configure
The Makefile that this generates is designed to install the files of the library in subdirectories of /usr/local/. If you would prefer to install them under a different directory, you can type:
./configure --prefix /wherever
Where you would replace /wherever with your chosen directory. Other command-line options are available, and can be listed by typing:
./configure --help
Having run the configure script, you are then ready to make the library. To do this, just type:
make
What make does depends on whether the configure script knows about your system. If the configure script doesnt know anything specific about your system, it will arrange for make to produce the static tecla library, called libtecla.a, and if possible, the reentrant
version of this called libtecla_r.a. If it does know about your system, it will also create shared libraries if possible.
If you are on a system that isnt known, and you would like shared libraries to be compiled, please read the file called PORTING to see how this can
be achieved.
To install the library, its include file and it manual pages, type:
make install
Note that this will also compile the library if you havent already done so.
Having compiled the library, if you wish, you can test it by running the demo programs. After building the library, you should find two programs, called demo and demo2, in the current directory.
The first of the demos programs reads input lines from the user, and writes what was typed back to the screen. While typing a line of input, you can experiment with line editing, tab completion, history recall etc.
For details about these line editing features, see the man page gl_get_line(3). If you havent installed this yet, you can see it anyway by typing:
nroff -man man3/gl_get_line.3 | more
The second demo program, called demo2, demonstrates command-completion
with the UNIX PATH. If you type in a partial command name, and press TAB, the command name will be completed if possible, and possible completions will be listed if it is ambiguous.
When you then enter the line, the demo program then prints out the full pathname of the command that you typed. If you type anything after the command name, filename completion with the tab key reverts to its default behavior of completing filenames in the current directory.
Download (0.50MB)
Added: 2005-09-21 License: MIT/X Consortium License Price:
1496 downloads
Klusters 1.6.1
Klusters is a powerful and easy-to-use graphical application for spike sorting of extracellular neuronal recordings. more>>
Klusters is a powerful and easy-to-use graphical application for spike sorting of extracellular neuronal recordings.
While the accuracy and speed of spike sorting is dramatically improved by automatic classification algorithms, the results of automatic algorithms must be examined manually to ensure that the assigned clusters correspond to single neurons. Klusters has been carefully designed to make this process as fast and error-free as possible.
Main features:
- Multiple type of views including Cluster View displaying spikes in the PCA feature space, Waveform View and Correlation View displaying auto-and cross-correlograms.
- Cluster colors making it easy to quickly identify a given cluster across different views.
- Time trajectory display to identify possible electrode drift.
- "Grouping Assistant" to suggest which pairs of clusters may result from overclustering of a single neuron.
- "Recluster" feature to automatically split clusters that may be several distinct neurons (underclustering), using an external classification program.
- Multiple displays open at once, which can be useful to examine different subsets of the data in parallel.
- Multiple undo and redo on the last actions.
- Print and export to postcript and pdf.
- Ergonomic user interface for maximum speed and reliability.
Enhancements:
- The source archive klusters-1.4.tar.gz released on July 08 did not compiled on certain distributions, this is now corrected.
- If you have encounter this problem, please download a copy of the corrected archive and try again. [This does not affect the debian package].
- In addition a layout bug was corrected in the documentation. [This affects both the source archive and the debian package].
<<lessWhile the accuracy and speed of spike sorting is dramatically improved by automatic classification algorithms, the results of automatic algorithms must be examined manually to ensure that the assigned clusters correspond to single neurons. Klusters has been carefully designed to make this process as fast and error-free as possible.
Main features:
- Multiple type of views including Cluster View displaying spikes in the PCA feature space, Waveform View and Correlation View displaying auto-and cross-correlograms.
- Cluster colors making it easy to quickly identify a given cluster across different views.
- Time trajectory display to identify possible electrode drift.
- "Grouping Assistant" to suggest which pairs of clusters may result from overclustering of a single neuron.
- "Recluster" feature to automatically split clusters that may be several distinct neurons (underclustering), using an external classification program.
- Multiple displays open at once, which can be useful to examine different subsets of the data in parallel.
- Multiple undo and redo on the last actions.
- Print and export to postcript and pdf.
- Ergonomic user interface for maximum speed and reliability.
Enhancements:
- The source archive klusters-1.4.tar.gz released on July 08 did not compiled on certain distributions, this is now corrected.
- If you have encounter this problem, please download a copy of the corrected archive and try again. [This does not affect the debian package].
- In addition a layout bug was corrected in the documentation. [This affects both the source archive and the debian package].
Download (0.70MB)
Added: 2005-06-07 License: GPL (GNU General Public License) Price:
1602 downloads
NoteCase 1.6.1
NoteCase is a hierarchical note manager (aka. outliner). more>>
NoteCase is a hierarchical note manager (aka. outliner). NoteCase project helps you organize your everyday text notes into a single document, with individual notes placed in the tree-like structure (each note can have its sub-notes, ...).
To ensure your privacy, encrypted document format is supported, along with standard unencrypted format.
Project is free and open source (released under BSD license).
Main features:
- featuring both unencrpyted and encrypted document formats
- import from another document
- support for importing gjots2 document format (requires .gjots2 extension on document file)
- support for importing StickyNotes document format (requires .xml extension on document file)
- support for reading/writing NoteCenter unencrpyted format
- export document or nodes to another document, text or html file
- custom font settings
- document searching
- reloading last used document at startup
- maximizing on startup
- text wrapping option
- multilanguage support
- register application to start at login time (Win32 only)
- undo/redo support
- reload document from file
- minimize to tray
- single application instance (Win32 only)
- support to attach internal or custom icon (.xpm) to the each document node
- support for drag and drop for tree reordering
Enhancements:
- Macintosh OS X port (run "make dmg" or "make deb")
- support to execute links for Linux systems that dont have GnomeVFS
- "Change password" feature
- automatically execute users post-export scripts (postprocessing)
- support to import from text file
- optional "close to tray" feature
<<lessTo ensure your privacy, encrypted document format is supported, along with standard unencrypted format.
Project is free and open source (released under BSD license).
Main features:
- featuring both unencrpyted and encrypted document formats
- import from another document
- support for importing gjots2 document format (requires .gjots2 extension on document file)
- support for importing StickyNotes document format (requires .xml extension on document file)
- support for reading/writing NoteCenter unencrpyted format
- export document or nodes to another document, text or html file
- custom font settings
- document searching
- reloading last used document at startup
- maximizing on startup
- text wrapping option
- multilanguage support
- register application to start at login time (Win32 only)
- undo/redo support
- reload document from file
- minimize to tray
- single application instance (Win32 only)
- support to attach internal or custom icon (.xpm) to the each document node
- support for drag and drop for tree reordering
Enhancements:
- Macintosh OS X port (run "make dmg" or "make deb")
- support to execute links for Linux systems that dont have GnomeVFS
- "Change password" feature
- automatically execute users post-export scripts (postprocessing)
- support to import from text file
- optional "close to tray" feature
Download (0.53MB)
Added: 2007-08-02 License: BSD License Price:
814 downloads
KernelKit 0.6.1
KernelKit is a Knoppix GNU/Linux derivative targetting the development of Linux kernel and drivers. more>>
KernelKit is a Knoppix GNU/Linux derivative targetting the development of Linux kernel and drivers, as well as Free Sofware embedded systems. It is currently being used in our Embedded Linux Training sessions.
Differences with standard Knoppix GNU/Linux:
- Removed applications not related to Linux kernel, drivers and embedded systems: games, office applications...
- Added tools and libraries for kernel and software development, in particular cross-compiling toolchains for many different architectures
Usefulness
- Embedded Linux trainings: provide all the needed tools in a tested configuration. No need to install a GNU/Linux distribution. No need to check installed package versions prerequisites.
- Embedded Linux demonstration: helps to discover, try and demonstrate useful tools in this technical area.
- Kernel, driver and embedded application development: toolkit to get the job done quickly and efficiently. Useful for support people away from their regular desktop, or for people who are not allowed to install software by themselves.
Cross-compiling toolchains
- uClibc toolchains: cross-compiling toolchains for the following architectures: arm, i386, ppc, m68k, mips, mipsel
Development
- ccache: a C/C++ compiler cache. Can save a lot of time when you compile the kernel over and over again.
- doxygen: a documentation system.
- SCons: a Software construction tool. A strong alternative to autoconf / automake / make.
- Splint: static C code checker.
Cross-compiling toolchains
- uClibc toolchains: cross-compiling toolchains for the following architectures: arm, i386, ppc, m68k, mips, mipsel
Kernel development
- git: the new kernel source management system.
- cogito: a git front-end.
Emulation
- QEMU: a cpu and system emulator for several platforms. Great to experiment with i386 or ppc embedded systems.
- SkyEye. An emulator for several popular ARM boards.
Performance analysis
- Linux Trace Toolkit": user space tools for analyzing system performance. Note that you can only analyse results so far, and not produce data, as the current KernelKit kernel doesnt have support yet for LTT.
- Valgrind: memory debugger and performance analysis tool for x86 Linux.
Lightweight applications for embedded systems
- Dillo: a very light and fast web browser.
- e3: a microscopic editor supporting several interface types (vi, emacs...).
Unix learning help
- fish: the Friendly Interactive SHell makes it much easier to use the Unix command line. The best way to start for beginners (Caution:: strangely broken in the latest KernelKit release)
- vimtutor: part of the vim package. Very nice way to learn vi in 30 minutes!
Misc
- gkermit: a serial communication utility.
- Psyco: a kind of Just In Time compiler for Python. Useful for running the BitBake / OpenEmbedded tool faster.
- xvncviewer: a VNC client. Sometimes useful to display target graphics on the host system.
Enhancements:
- This release adds the texinfo 4.8.dfsg.1-4 package (needed to run buildroot).
<<lessDifferences with standard Knoppix GNU/Linux:
- Removed applications not related to Linux kernel, drivers and embedded systems: games, office applications...
- Added tools and libraries for kernel and software development, in particular cross-compiling toolchains for many different architectures
Usefulness
- Embedded Linux trainings: provide all the needed tools in a tested configuration. No need to install a GNU/Linux distribution. No need to check installed package versions prerequisites.
- Embedded Linux demonstration: helps to discover, try and demonstrate useful tools in this technical area.
- Kernel, driver and embedded application development: toolkit to get the job done quickly and efficiently. Useful for support people away from their regular desktop, or for people who are not allowed to install software by themselves.
Cross-compiling toolchains
- uClibc toolchains: cross-compiling toolchains for the following architectures: arm, i386, ppc, m68k, mips, mipsel
Development
- ccache: a C/C++ compiler cache. Can save a lot of time when you compile the kernel over and over again.
- doxygen: a documentation system.
- SCons: a Software construction tool. A strong alternative to autoconf / automake / make.
- Splint: static C code checker.
Cross-compiling toolchains
- uClibc toolchains: cross-compiling toolchains for the following architectures: arm, i386, ppc, m68k, mips, mipsel
Kernel development
- git: the new kernel source management system.
- cogito: a git front-end.
Emulation
- QEMU: a cpu and system emulator for several platforms. Great to experiment with i386 or ppc embedded systems.
- SkyEye. An emulator for several popular ARM boards.
Performance analysis
- Linux Trace Toolkit": user space tools for analyzing system performance. Note that you can only analyse results so far, and not produce data, as the current KernelKit kernel doesnt have support yet for LTT.
- Valgrind: memory debugger and performance analysis tool for x86 Linux.
Lightweight applications for embedded systems
- Dillo: a very light and fast web browser.
- e3: a microscopic editor supporting several interface types (vi, emacs...).
Unix learning help
- fish: the Friendly Interactive SHell makes it much easier to use the Unix command line. The best way to start for beginners (Caution:: strangely broken in the latest KernelKit release)
- vimtutor: part of the vim package. Very nice way to learn vi in 30 minutes!
Misc
- gkermit: a serial communication utility.
- Psyco: a kind of Just In Time compiler for Python. Useful for running the BitBake / OpenEmbedded tool faster.
- xvncviewer: a VNC client. Sometimes useful to display target graphics on the host system.
Enhancements:
- This release adds the texinfo 4.8.dfsg.1-4 package (needed to run buildroot).
Download (695.7MB)
Added: 2007-06-16 License: GPL (GNU General Public License) Price:
522 downloads
html2text 1.6.1
html2text project allows you to convert HTML to Markdown and vice versa. more>>
html2text project allows you to convert HTML to Markdown and vice versa.
Whats so great about html2text?
Thats quite easy: Now you are able to edit your contents in both markdown and html (or wysiwyg). Whenever you like you can switch. That makes it for example possible to support multiple input formats in a cms and the user would be able to choose whatever fits him best.
If you dont get the idea, check that example out: Wysiwyg / Html / Markdown Editor
For discussion, suggestions, bugs etc. visit the Markdown mailing list, specifically this thread: html2text php. Alternatively you can send me an email or post a comment in the most recent blog entry about html2text.php.
Information
html2text.php is only 24.4 KB big, you can download the latest version here. If you want to get more examples, check out the extended package, it includes all files of this website and a stripped version of TinyMCE - hence the much bigger file size.
Enhancements:
- handle empty < hr > and < br >
<<lessWhats so great about html2text?
Thats quite easy: Now you are able to edit your contents in both markdown and html (or wysiwyg). Whenever you like you can switch. That makes it for example possible to support multiple input formats in a cms and the user would be able to choose whatever fits him best.
If you dont get the idea, check that example out: Wysiwyg / Html / Markdown Editor
For discussion, suggestions, bugs etc. visit the Markdown mailing list, specifically this thread: html2text php. Alternatively you can send me an email or post a comment in the most recent blog entry about html2text.php.
Information
html2text.php is only 24.4 KB big, you can download the latest version here. If you want to get more examples, check out the extended package, it includes all files of this website and a stripped version of TinyMCE - hence the much bigger file size.
Enhancements:
- handle empty < hr > and < br >
Download (0.13MB)
Added: 2007-05-03 License: LGPL (GNU Lesser General Public License) Price:
910 downloads
ttylinux 6.1
ttylinux is a minimalistic GNU/Linux distribution. more>>
ttylinux project is a minimalistic GNU/Linux distribution. The distribution aims to fit into 4 megabytes of space and run even on 386 class computers, yet does provide a rather complete command line environment and is prepared for Internet dial-in.
The target audience for ttylinux is mainly system administrators and people who want to put together minimalistic systems of their own.
List of included drivers:
IDE controller drivers
CMD640 chipset bugfix/support
OPTi 82C621 chipset enhanced support
RZ1000 chipset bugfix/support
AEC62XX chipset support
ALI M15x3 chipset support
AMD and nVidia IDE support
ATI IXP chipset IDE support
CMD64{3|6|8|9} chipset support
Compaq Triflex IDE support
CY82C693 chipset support
Cyrix CS5510/20 MediaGX chipset support
Cyrix/National Semiconductor CS5530 MediaGX chipset support
HPT34X chipset support
HPT 36X/37X chipset support
National SCx200 chipset support
Intel PIIXn chipset support
NS87415 chipset support
PROMISE PDC202{46|62|65|67} support
PROMISE PDC202{68|69|70|71|75|76|77} support
ServerWorks OSB4/CSB5/CSB6 chipset support
Silicon Image chipset support
SiS5513 chipset support
SLC90E66 chipset support
Tekram TRM290 chipset support
VIA82CXXX chipset support
Network card drivers
3c590/3c900 series (592/595/597) "Vortex/Boomerang" support
3cr990 series "Typhoon" support
Intel(R) PRO/100+ support
PCI NE2000 and clones support
RealTek RTL-8139 PCI Fast Ethernet Adapter support
SiS 900/7016 PCI Fast Ethernet Adapter support
VIA Rhine support
Intel(R) PRO/1000 Gigabit Ethernet support
RealTek 8169 gigabit ethernet support
Broadcom Tigon3 support
Enhancements:
- This release updates bash, busybox, e2fsprogs, and iptables to their latest versions.
<<lessThe target audience for ttylinux is mainly system administrators and people who want to put together minimalistic systems of their own.
List of included drivers:
IDE controller drivers
CMD640 chipset bugfix/support
OPTi 82C621 chipset enhanced support
RZ1000 chipset bugfix/support
AEC62XX chipset support
ALI M15x3 chipset support
AMD and nVidia IDE support
ATI IXP chipset IDE support
CMD64{3|6|8|9} chipset support
Compaq Triflex IDE support
CY82C693 chipset support
Cyrix CS5510/20 MediaGX chipset support
Cyrix/National Semiconductor CS5530 MediaGX chipset support
HPT34X chipset support
HPT 36X/37X chipset support
National SCx200 chipset support
Intel PIIXn chipset support
NS87415 chipset support
PROMISE PDC202{46|62|65|67} support
PROMISE PDC202{68|69|70|71|75|76|77} support
ServerWorks OSB4/CSB5/CSB6 chipset support
Silicon Image chipset support
SiS5513 chipset support
SLC90E66 chipset support
Tekram TRM290 chipset support
VIA82CXXX chipset support
Network card drivers
3c590/3c900 series (592/595/597) "Vortex/Boomerang" support
3cr990 series "Typhoon" support
Intel(R) PRO/100+ support
PCI NE2000 and clones support
RealTek RTL-8139 PCI Fast Ethernet Adapter support
SiS 900/7016 PCI Fast Ethernet Adapter support
VIA Rhine support
Intel(R) PRO/1000 Gigabit Ethernet support
RealTek 8169 gigabit ethernet support
Broadcom Tigon3 support
Enhancements:
- This release updates bash, busybox, e2fsprogs, and iptables to their latest versions.
Download (1.8MB)
Added: 2007-07-08 License: GPL (GNU General Public License) Price:
853 downloads
bib2html 6.1
bib2html is a Perl script which permits to create a set of HTML pages or an XML file from a BibTeX file. more>>
bib2html is a Perl script which permits to create a set of HTML pages or an XML file from a BibTeX file.
bib2html proposes a convenient look and a lot of features (PDF downloading, scientifical domain tree...).
Enhancements:
- When the "pdf" field is related to a local file, it will be replaced by the field "localfile".
<<lessbib2html proposes a convenient look and a lot of features (PDF downloading, scientifical domain tree...).
Enhancements:
- When the "pdf" field is related to a local file, it will be replaced by the field "localfile".
Download (0.58MB)
Added: 2007-04-17 License: GPL (GNU General Public License) Price:
920 downloads
Incollector 0.6.1
Incollector is an application to collect various kind of informations (like notes, conversation logs, quotes). more>>
Incollector is an application to collect various kind of informations (like notes, conversation logs, source code, quotes, serial numbers, webaddresses, words). All entries can be tagged.
Application can also search and browse entries easly. Incollector is very young project. There can be some bugs. If you will find any bugs, send an e-mail. All the 0.x versions can be unstable. 1.0 version will be the first stable and ready to use version.
<<lessApplication can also search and browse entries easly. Incollector is very young project. There can be some bugs. If you will find any bugs, send an e-mail. All the 0.x versions can be unstable. 1.0 version will be the first stable and ready to use version.
Download (0.21MB)
Added: 2007-04-18 License: GPL (GNU General Public License) Price:
921 downloads
Autotorrent 0.6.1
Autotorrent is an Amarok script adds a Download this album menu item. more>>
Autotorrent is an Amarok script adds a "Download this album" menu item that when clicked, searches mininova.org for the album and starts Azureus with the Magnet URI.
Right now the code only has support for Mininova but Id definitely accept code for other sites if people are willing to code it.
<<lessRight now the code only has support for Mininova but Id definitely accept code for other sites if people are willing to code it.
Download (0.004MB)
Added: 2007-04-22 License: GPL (GNU General Public License) Price:
547 downloads
Liboobs 0.6.1
Liboobs is a wrapping library to the System Tools Backends. more>>
Liboobs is a wrapping library to the System Tools Backends.
Liboobs will provide easy to access GObjects to system configuration details, like users, groups and network interfaces, it will handle sessions with the backend and data consistency too
To compile, you will need system-tools-backends 2.0 and DBus >= 0.31
Installation:
The simplest way to compile this package is:
1. `cd to the directory containing the packages source code and type `./configure to configure the package for your system. If youre using `csh on an old version of System V, you might need to type `sh ./configure instead to prevent `csh from trying to execute `configure itself.
Running `configure takes awhile. While running, it prints some messages telling which features it is checking for.
2. Type `make to compile the package.
3. Optionally, type `make check to run any self-tests that come with the package.
4. Type `make install to install the programs and any data files and documentation.
5. You can remove the program binaries and object files from the source code directory by typing `make clean. To also remove the files that `configure created (so you can compile the package for a different kind of computer), type `make distclean. There is also a `make maintainer-clean target, but that is intended mainly for the packages developers. If you use it, you may have to get all sorts of other programs in order to regenerate files that came with the distribution.
<<lessLiboobs will provide easy to access GObjects to system configuration details, like users, groups and network interfaces, it will handle sessions with the backend and data consistency too
To compile, you will need system-tools-backends 2.0 and DBus >= 0.31
Installation:
The simplest way to compile this package is:
1. `cd to the directory containing the packages source code and type `./configure to configure the package for your system. If youre using `csh on an old version of System V, you might need to type `sh ./configure instead to prevent `csh from trying to execute `configure itself.
Running `configure takes awhile. While running, it prints some messages telling which features it is checking for.
2. Type `make to compile the package.
3. Optionally, type `make check to run any self-tests that come with the package.
4. Type `make install to install the programs and any data files and documentation.
5. You can remove the program binaries and object files from the source code directory by typing `make clean. To also remove the files that `configure created (so you can compile the package for a different kind of computer), type `make distclean. There is also a `make maintainer-clean target, but that is intended mainly for the packages developers. If you use it, you may have to get all sorts of other programs in order to regenerate files that came with the distribution.
Download (0.37MB)
Added: 2006-11-06 License: GPL (GNU General Public License) Price:
1082 downloads
Tidybot 1.6.1
Tidybot is a cross-platform batch (X)HTML syntax-checker and report-generator. more>>
Tidybot is a cross-platform batch (X)HTML syntax-checker and report-generator. It traverses a directory tree of (X)HTML files on your hard disk, and generates a web page listing all the errors and warnings it encounters.
Tidybot can be used in two ways: from the command-line, or through a user-friendly GUI application. The output will be identical in either case.
On Unix platforms, the GUI version of Tidybot is installed as tidybot_gui, and can be executed directly from the command line.
On MS Windows, the installer will have installed the GUI version as the program Tidybot GUI, which can be executed from the Start Menu: Start > Programs > Tidybot > Tidybot GUI.
In addition (depending on what you instructed the installer to do) you may also have a Tidybot GUI icon on your Desktop, and/or in the "Quick Launch" area of your Taskbar, that you can use to start the program.
The GUI version of Tidybot allows you to specify exactly the same options as the command-line version, just in a more convenient point-and-click fashion. The GUI version also has some functionality the command-line version lacks:
- The less often-used options are initially hidden. They can be made visible by choosing the Show Advanced Options menu item from the Options menu.
- If the Display results in browser checkbox is checked, Tidybot will send the results of the Tidybot run to your default browser.
- Settings and values are saved when you quit the application, and restored the next time you start it up. Some fields maintain a history of previously entered values, which can be selected from a drop-down menu.
<<lessTidybot can be used in two ways: from the command-line, or through a user-friendly GUI application. The output will be identical in either case.
On Unix platforms, the GUI version of Tidybot is installed as tidybot_gui, and can be executed directly from the command line.
On MS Windows, the installer will have installed the GUI version as the program Tidybot GUI, which can be executed from the Start Menu: Start > Programs > Tidybot > Tidybot GUI.
In addition (depending on what you instructed the installer to do) you may also have a Tidybot GUI icon on your Desktop, and/or in the "Quick Launch" area of your Taskbar, that you can use to start the program.
The GUI version of Tidybot allows you to specify exactly the same options as the command-line version, just in a more convenient point-and-click fashion. The GUI version also has some functionality the command-line version lacks:
- The less often-used options are initially hidden. They can be made visible by choosing the Show Advanced Options menu item from the Options menu.
- If the Display results in browser checkbox is checked, Tidybot will send the results of the Tidybot run to your default browser.
- Settings and values are saved when you quit the application, and restored the next time you start it up. Some fields maintain a history of previously entered values, which can be selected from a drop-down menu.
Download (0.057MB)
Added: 2005-11-05 License: MIT/X Consortium License Price:
1448 downloads
fileschanged 0.6.1
fileschanged is a command line utility for monitoring files for alterations. more>>
fileschanged is a GNU/Linux command-line utility that reports when files have been altered.
This software is a client to the FAM (File Alteration Monitor) server that is now available in some distributions. Heres how the fileschanged FAM client works: you give it some filenames on the command line and then it monitors those files for changes.
When it discovers that a file has changed (or has been altered), it displays the filename on the standard-output.
Heres what the usage looks like:
Usage: fileschanged [OPTION...] [FILE]...
Monitors FILEs for alterations. Display the filenames of FILEs that were created, changed, deleted, started execution or finished executing.
-s, --show=EVENT[,...] Display created, changed, deleted, executing, or
executed files (Default is "created,changed"
-a, --show-all Display all file events and the associated action
-f, --files-to-monitor (Default) Monitor the FILEs on the command line
-l, --filelist=FILE Monitor the list of filenames inside FILE
-r, --recursive Monitor subdirectories of directories
-t, --timeout=N Delay showing changed files for N seconds (Def=2)
-p, --display-action Display action when showing altered files
-x, --exec=PROG Run PROG when file altered (PROG action filename)
-?, --help Give this help list
--usage Give a short usage message
-V, --version Print program version
FILEs must exist when monitoring begins, or they will not be monitored.
<<lessThis software is a client to the FAM (File Alteration Monitor) server that is now available in some distributions. Heres how the fileschanged FAM client works: you give it some filenames on the command line and then it monitors those files for changes.
When it discovers that a file has changed (or has been altered), it displays the filename on the standard-output.
Heres what the usage looks like:
Usage: fileschanged [OPTION...] [FILE]...
Monitors FILEs for alterations. Display the filenames of FILEs that were created, changed, deleted, started execution or finished executing.
-s, --show=EVENT[,...] Display created, changed, deleted, executing, or
executed files (Default is "created,changed"
-a, --show-all Display all file events and the associated action
-f, --files-to-monitor (Default) Monitor the FILEs on the command line
-l, --filelist=FILE Monitor the list of filenames inside FILE
-r, --recursive Monitor subdirectories of directories
-t, --timeout=N Delay showing changed files for N seconds (Def=2)
-p, --display-action Display action when showing altered files
-x, --exec=PROG Run PROG when file altered (PROG action filename)
-?, --help Give this help list
--usage Give a short usage message
-V, --version Print program version
FILEs must exist when monitoring begins, or they will not be monitored.
Download (0.029MB)
Added: 2005-04-07 License: GPL (GNU General Public License) Price:
1661 downloads
Topologilinux 6.1.0
Topologilinux is a free Linux distribution to be run on top or inside your existing windows system. more>>
Topologilinux is a FREE and open-source Linux distribution that can run on top or inside your
existing windows system.
The main thing with Topologilinux is that it does not require any partitioning at all. (uses a single file as linux root system) Topologilinux is therefore very easy to install.
Over the years, the Linux operating system has become very popular
among both computer enthusiastics and experimenting home users.
The trouble with the Linux operating system has always been getting
starting.
Here comes the solution of that problem !!
Topologilinux is a free linuxdistribution to be run on top of any dos/windows and new in version 5 is that you can run it inside your windows system without partitioning your hard disk.
It is very easy to install Unlike other Linux distributions
Topologilinux DOES NOT NEED ANY PARTITIONING.
It will run on your existing Windows/DOS partition in a directory named "/tlinux5". This release works on both NTFS and FAT partitions which means that you can run it under all existing Windows or dos systems. New in version 5 is that you can run it inside Windows through coLinux, you can also use X windows through a vnc server and then connect using a vnc viewer.
You can also run your existing windows program in Topologilinux through the windows emulator wine. Just enter wine your_program.exe
Also a great Office package is included, OpenOffice 1.1.3. To install copy all files to a temp directory and install it.
Topologilinux is a free Linuxdistribution but all donations of money are welcome.
Installation:
1. Backup important data before installing (see IMPORTANT: below)
2. start up windows and insert this CD and run topologilinux-setup.exe and create files (will normally start automatically)
3 Follow instructions and install the system (recommended is to install everything in coLinux mode (default) but you can also select not to do so and boot with this cd in and write "install" then press Enter (You need to have "boot from cd" enabled in bios) (for more advanced boot options press F1) (make sure to try all options in the F1 menu if default) (installation kernel fails). But as said before read the steps and follow instructions and select default alternatives.
A warning for the TAP driver will appear, accept this and continue the installation.
DO NOT FORGET TO DO the networking configuration if you want coLinux to work.
NOTE: that you may not use the cd-driver in any other open windows program like the filemanager explorer or anything like that if you do the setup through coLinux cause filesharing does not work between colinux and windows correct.
Also note that setting for colinux can easy be changed in the xml files /tlinux/colinux/*.xml
4. follow instructions, and install the software you want. It is always prefered to install ALL software
5. Your system is now installed, You can start it inside windows from the "Start Topologiliux" icon or do a reboot and use the grub based bootmanager to start it in real mode (much faster)
6. To use the X system inside Windows you need to start the Topologilinux system first then "Topologilinux X" to connect to the system.
NOTE: that you can not login as root from vnc (Topologilinux X) so you need to login as auser.. (can add more users by adduser command) (to be able to use internet inside topologilinux in colinux mode you need to do the steps listed in the /tlinux5/doc/network-installation.doc or the htm file)
7. After you have done all part in coLinuxmode you should restart your computer and start in "real-mode" and select start Topologilinux from the bootmanager. Then when you are there you should run setup to configure your system there too.
The first time you start up your system you will be prompted to setup your system, do so and then reboot it again and your system will be ready !
NOTE: When installing using more than one cd it might be troubles with mounting the second CD in coLinuxmode. But dont give up: try to first close all programs that uses the cdrom and try press continue, if that does not help you, open the cd in a windows "explorer" window and then try to close it again and wait about 10 sconds and try to press continue again. This step might be a bit triky but it should work. If it does not work for you try to do the installation in "real-mode" instead.
According the Network it might be a tricky part that to. Try the help that is available in this readme file, it it still fails try to search on colinux homepage or try the forums on topologilinux.com
Another thing to know is that if you during the setup in "real-mode" select to start in grafical login during X configuration, this will affect the coLinuxmode too. If you want to change it back just edit /etc/inittab and change to runlevel3 instead of 4.
<<lessexisting windows system.
The main thing with Topologilinux is that it does not require any partitioning at all. (uses a single file as linux root system) Topologilinux is therefore very easy to install.
Over the years, the Linux operating system has become very popular
among both computer enthusiastics and experimenting home users.
The trouble with the Linux operating system has always been getting
starting.
Here comes the solution of that problem !!
Topologilinux is a free linuxdistribution to be run on top of any dos/windows and new in version 5 is that you can run it inside your windows system without partitioning your hard disk.
It is very easy to install Unlike other Linux distributions
Topologilinux DOES NOT NEED ANY PARTITIONING.
It will run on your existing Windows/DOS partition in a directory named "/tlinux5". This release works on both NTFS and FAT partitions which means that you can run it under all existing Windows or dos systems. New in version 5 is that you can run it inside Windows through coLinux, you can also use X windows through a vnc server and then connect using a vnc viewer.
You can also run your existing windows program in Topologilinux through the windows emulator wine. Just enter wine your_program.exe
Also a great Office package is included, OpenOffice 1.1.3. To install copy all files to a temp directory and install it.
Topologilinux is a free Linuxdistribution but all donations of money are welcome.
Installation:
1. Backup important data before installing (see IMPORTANT: below)
2. start up windows and insert this CD and run topologilinux-setup.exe and create files (will normally start automatically)
3 Follow instructions and install the system (recommended is to install everything in coLinux mode (default) but you can also select not to do so and boot with this cd in and write "install" then press Enter (You need to have "boot from cd" enabled in bios) (for more advanced boot options press F1) (make sure to try all options in the F1 menu if default) (installation kernel fails). But as said before read the steps and follow instructions and select default alternatives.
A warning for the TAP driver will appear, accept this and continue the installation.
DO NOT FORGET TO DO the networking configuration if you want coLinux to work.
NOTE: that you may not use the cd-driver in any other open windows program like the filemanager explorer or anything like that if you do the setup through coLinux cause filesharing does not work between colinux and windows correct.
Also note that setting for colinux can easy be changed in the xml files /tlinux/colinux/*.xml
4. follow instructions, and install the software you want. It is always prefered to install ALL software
5. Your system is now installed, You can start it inside windows from the "Start Topologiliux" icon or do a reboot and use the grub based bootmanager to start it in real mode (much faster)
6. To use the X system inside Windows you need to start the Topologilinux system first then "Topologilinux X" to connect to the system.
NOTE: that you can not login as root from vnc (Topologilinux X) so you need to login as auser.. (can add more users by adduser command) (to be able to use internet inside topologilinux in colinux mode you need to do the steps listed in the /tlinux5/doc/network-installation.doc or the htm file)
7. After you have done all part in coLinuxmode you should restart your computer and start in "real-mode" and select start Topologilinux from the bootmanager. Then when you are there you should run setup to configure your system there too.
The first time you start up your system you will be prompted to setup your system, do so and then reboot it again and your system will be ready !
NOTE: When installing using more than one cd it might be troubles with mounting the second CD in coLinuxmode. But dont give up: try to first close all programs that uses the cdrom and try press continue, if that does not help you, open the cd in a windows "explorer" window and then try to close it again and wait about 10 sconds and try to press continue again. This step might be a bit triky but it should work. If it does not work for you try to do the installation in "real-mode" instead.
According the Network it might be a tricky part that to. Try the help that is available in this readme file, it it still fails try to search on colinux homepage or try the forums on topologilinux.com
Another thing to know is that if you during the setup in "real-mode" select to start in grafical login during X configuration, this will affect the coLinuxmode too. If you want to change it back just edit /etc/inittab and change to runlevel3 instead of 4.
Download (1900MB)
Added: 2007-04-12 License: GPL (GNU General Public License) Price:
928 downloads
KNetStats 1.6.1
KNetStats is a simple KDE network monitor. more>>
KNetStats is a simple KDE network monitor that show rx/tx LEDs or numeric information about the transfer rate of any network interface in a system tray icon. The source code of the current version (v1.3) is avaliable for download at Sourceforge download and CVS servers.
Main features:
- See network activity and transfer rate of any network interface (including localloopback).
- Support multiple network interfaces.
- See simple statistics (packets and bytes received and transmitted).
- Configurable Update Interval, View mode, Icon themes, etc.
- GPLed, you can use and modify for free (Following GPL conditions)
Enhancements:
- Fixed crash when discovering a new interface.
<<lessMain features:
- See network activity and transfer rate of any network interface (including localloopback).
- Support multiple network interfaces.
- See simple statistics (packets and bytes received and transmitted).
- Configurable Update Interval, View mode, Icon themes, etc.
- GPLed, you can use and modify for free (Following GPL conditions)
Enhancements:
- Fixed crash when discovering a new interface.
Download (0.17MB)
Added: 2006-10-26 License: GPL (GNU General Public License) Price:
1096 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 winutilities 6.1 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