w 9
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1354
wmail 1.9
wmail is a Window Maker docklet watching your inbox, which is either a ordinary mbox or a directory conforming to qmails Maildir more>>
wmail is a Window Maker docklet watching your inbox, which is either a ordinary mbox or a directory conforming to qmails Maildir format.
It provides a nice little GUI displaying some useful pieces of information about your inbox (as many other nice wm-apps doing nearly the same thing...).
Per default it uses the $MAIL environment-variable to locate the inbox you are using, other mailing mechanisms like POP or IMAP are not supported - use a tool like fetchmail to retrieve POP- or IMAP-based mail.
Enhancements:
- Support for comments in From-header added (by Juergen A. Erhard - thank you!)
- Status field content recognition enhanced: now you can supply the content of a status field that markes your email as read. This is due to different behaviour of different mbox readers
- pine seems using "ro" to mark a mail as read. The given value is substring-matched.
<<lessIt provides a nice little GUI displaying some useful pieces of information about your inbox (as many other nice wm-apps doing nearly the same thing...).
Per default it uses the $MAIL environment-variable to locate the inbox you are using, other mailing mechanisms like POP or IMAP are not supported - use a tool like fetchmail to retrieve POP- or IMAP-based mail.
Enhancements:
- Support for comments in From-header added (by Juergen A. Erhard - thank you!)
- Status field content recognition enhanced: now you can supply the content of a status field that markes your email as read. This is due to different behaviour of different mbox readers
- pine seems using "ro" to mark a mail as read. The given value is substring-matched.
Download (0.027MB)
Added: 2006-10-11 License: GPL (GNU General Public License) Price:
644 downloads
wmmisc 0.9
wmmisc is a simple dockapp that monitors the following: the amount of users logged in, the total number of processes, etc. more>>
This is a simple dockapp that monitors the following: the amount of users logged in, the total number of processes, the number of running (or alive) processes, the total number of forks and the system load average.
Installation:
make
su
make install
This will install the binary (wmmisc) in /usr/X11R6/bin.
Enhancements:
- src/dockapp_util.c: Properly get the user count.
- src/*.c: Clean-ups, removed unused/dead code, etc
<<lessInstallation:
make
su
make install
This will install the binary (wmmisc) in /usr/X11R6/bin.
Enhancements:
- src/dockapp_util.c: Properly get the user count.
- src/*.c: Clean-ups, removed unused/dead code, etc
Download (0.016MB)
Added: 2005-10-11 License: GPL (GNU General Public License) Price:
1473 downloads
TkWiCe 0.9
TkWiCe is a free wine cellar software. more>>
TkWiCe is a free wine cellar software. As it is written in native Tcl/Tk, youve got a real chance to use it on any operating system with that interpreter on it (you can get Tcl/Tk for any Unix like Mac OS X, Linux, *BSD, AIX, HP-UX or Solaris as well as for PowerPC and Windows).
If you want to get a fast overview about your bottles (perhaps youve got to choose one?), this might be what you are looking for.
If youre more interested in writing intellectual tasting notes take a wordprocessor like LyX or OpenOffice instead. And if 100 points are the most important thing to you, please choose other points of interest than wine (and bestow the saved money). Such things never will be added to this software:
Aims
- Focus is on pleasure, not on charts.
- Function conquers eyecandy.
- Own plain text files for each wine.
- Everything about one wine fits on 1024x768 pixel at once.
- Old computers are new enough.
- No more dependencies than Tcl/Tk (not: operating system).
- Free (means: liberty *and* free of charge).
- Dont replace wine literature (as commercial solutions try).
Enhancements:
- Bugfixes in startup, the cellar book/history window, and the country selection buttons in the main window.
<<lessIf you want to get a fast overview about your bottles (perhaps youve got to choose one?), this might be what you are looking for.
If youre more interested in writing intellectual tasting notes take a wordprocessor like LyX or OpenOffice instead. And if 100 points are the most important thing to you, please choose other points of interest than wine (and bestow the saved money). Such things never will be added to this software:
Aims
- Focus is on pleasure, not on charts.
- Function conquers eyecandy.
- Own plain text files for each wine.
- Everything about one wine fits on 1024x768 pixel at once.
- Old computers are new enough.
- No more dependencies than Tcl/Tk (not: operating system).
- Free (means: liberty *and* free of charge).
- Dont replace wine literature (as commercial solutions try).
Enhancements:
- Bugfixes in startup, the cellar book/history window, and the country selection buttons in the main window.
Download (0.45MB)
Added: 2007-08-02 License: BSD License Price:
814 downloads
Wmtop 0.9.0
Wmtop is a Windowmaker dockapp that is a mini graphical version of the cpu monitoring utility top. more>>
Wmtop project is a Windowmaker dockapp that is a mini graphical version of the cpu monitoring utility top.
To compile:
Type make linux or make freebsd depending on which operating system you
are using. (Type uname if you dont know :-)
To install:
If you are superuser type make install
Instructions
Invoke wmtop using the command wmtop
Use -display and -geometry options in the usual way.
Use the command line option -s < time in milliseconds > to control the frequency of sampling of the processes and -r < time in milliseconds > to control how often the display is updated.
Use -U to watch only your own processes rather than all of them. While running, a middle mouse click changes between the display of user processes and all processes.
Use -x < regexp > to exclude processes whose name matches a given pattern from the list.
Use -m to display physical memory usage instead of CPU, but is currently only supported under Linux. While running, a left mouse click changes between cpu and memory display.
Use -c command to have a command executed when you right click on wmtop. For example you could launch a window with the real top command for a closer look at a rogue process.
Use -a < 1..X > to choose a theme for wmtop.
Example
wmtop -U -x ^wm -c "xterm -e top"
Means list my own processes that are not dockapps. Launch top on a right click.
<<lessTo compile:
Type make linux or make freebsd depending on which operating system you
are using. (Type uname if you dont know :-)
To install:
If you are superuser type make install
Instructions
Invoke wmtop using the command wmtop
Use -display and -geometry options in the usual way.
Use the command line option -s < time in milliseconds > to control the frequency of sampling of the processes and -r < time in milliseconds > to control how often the display is updated.
Use -U to watch only your own processes rather than all of them. While running, a middle mouse click changes between the display of user processes and all processes.
Use -x < regexp > to exclude processes whose name matches a given pattern from the list.
Use -m to display physical memory usage instead of CPU, but is currently only supported under Linux. While running, a left mouse click changes between cpu and memory display.
Use -c command to have a command executed when you right click on wmtop. For example you could launch a window with the real top command for a closer look at a rogue process.
Use -a < 1..X > to choose a theme for wmtop.
Example
wmtop -U -x ^wm -c "xterm -e top"
Means list my own processes that are not dockapps. Launch top on a right click.
Download (0.025MB)
Added: 2006-10-26 License: GPL (GNU General Public License) Price:
1096 downloads
omsview 0.9.9
omsview project is a GTK+ turn viewer for the GalaxyNG play-by-email game. more>>
omsview project is a GTK+ turn viewer for the GalaxyNG play-by-email game.
It provides a graphical map, visual access to most information you need from a turn report, and a few tools to help you create your next set of orders.
The goal is to destroy the other races and become leader of the galaxy, by occupying new planets, producing ships, waging war, and diplomatic negotiations.
Main features:
- A zoomable map of the galaxy, with
- Incoming group tracers
- Vectors of your groups in space
- Markers for battles
- An interplanetary distance ruler
- A rangefinder
- Color coding for economic state of planets
- Planet details, with production forecasts
- Display of groups at a planet, with many extra details
- Access to global and personal messages
- An aid for creating ship designs
Enhancements:
- Use of the text map in standard report files to give an indication of other players ships
- A list of ship designs currently known about
- A list of all groups currently known about
- The ability to cycle through the available turns, to see a history of the game
- The standard report parser has been updated to version 5-0g, and can now handle an email header block and a missed orders warning
- A more graceful handling of no report files found
- Fixed a bug in the ship designer to do with speed on a loaded cargo ship, when cargo tech is not 1.00
- Added an "install" target to the Makefile
<<lessIt provides a graphical map, visual access to most information you need from a turn report, and a few tools to help you create your next set of orders.
The goal is to destroy the other races and become leader of the galaxy, by occupying new planets, producing ships, waging war, and diplomatic negotiations.
Main features:
- A zoomable map of the galaxy, with
- Incoming group tracers
- Vectors of your groups in space
- Markers for battles
- An interplanetary distance ruler
- A rangefinder
- Color coding for economic state of planets
- Planet details, with production forecasts
- Display of groups at a planet, with many extra details
- Access to global and personal messages
- An aid for creating ship designs
Enhancements:
- Use of the text map in standard report files to give an indication of other players ships
- A list of ship designs currently known about
- A list of all groups currently known about
- The ability to cycle through the available turns, to see a history of the game
- The standard report parser has been updated to version 5-0g, and can now handle an email header block and a missed orders warning
- A more graceful handling of no report files found
- Fixed a bug in the ship designer to do with speed on a loaded cargo ship, when cargo tech is not 1.00
- Added an "install" target to the Makefile
Download (0.058MB)
Added: 2006-11-24 License: GPL (GNU General Public License) Price:
1064 downloads
sysrqd 9
sysrqd is a small daemon intended to manage Linux Sysrq over network. more>>
sysrqd is a small daemon intended to manage Linux Sysrq over network.
sysrqds philosophy is to be very responsive under heavy load and try to be somehow reliable. Authentication is made by clear password.
Demo
% telnet localhost 680
Trying 127.0.0.1...
Connected to localhost.localdomain.
Escape character is ^].
sysrqd password: hello
sysrq> s
sysrq> u
sysrq> q
s will do a Emergency Sync, q will exit the session. Other command like b (reBoot), o (pOweroff) or u (Umount) are available, and so on.
Enhancements:
- This release will never go to swap (always stays in RAM).
- A file has been added to bind to only one IP address instead of any.
<<lesssysrqds philosophy is to be very responsive under heavy load and try to be somehow reliable. Authentication is made by clear password.
Demo
% telnet localhost 680
Trying 127.0.0.1...
Connected to localhost.localdomain.
Escape character is ^].
sysrqd password: hello
sysrq> s
sysrq> u
sysrq> q
s will do a Emergency Sync, q will exit the session. Other command like b (reBoot), o (pOweroff) or u (Umount) are available, and so on.
Enhancements:
- This release will never go to swap (always stays in RAM).
- A file has been added to bind to only one IP address instead of any.
Download (0.004MB)
Added: 2007-01-20 License: GPL (GNU General Public License) Price:
1007 downloads
WebAPP 0.9.9.7
WebAPP stands for Web Automated Perl Portal. more>>
WebAPP stands for Web Automated Perl Portal.
Main features:
- topics
- forums
- instant messaging
- "whos online"
- download sections
- link sections
- wireless and Palm Pilot support
- integrated newsletters
- complete site administration
- admin database backups
- multiple language support
- customization
- password encryption
- polls
- administration blocks and language administration
- IP banning
- multiple spambot protection
Enhancements:
- This release adds a Forum Archives Search feature, fixes for Perl warnings throughout, fixes for bugs on archived lists in various places, and security work, including a solution for a recent issue with cookie editing and username hijacking which ultimately resulted in "Monty53 of Turkey" overtaking the admin account at web-app.org and editing the front page welcome message and news.
- This is no longer possible if the site administrator takes advantage of the new security options in this release.
<<lessMain features:
- topics
- forums
- instant messaging
- "whos online"
- download sections
- link sections
- wireless and Palm Pilot support
- integrated newsletters
- complete site administration
- admin database backups
- multiple language support
- customization
- password encryption
- polls
- administration blocks and language administration
- IP banning
- multiple spambot protection
Enhancements:
- This release adds a Forum Archives Search feature, fixes for Perl warnings throughout, fixes for bugs on archived lists in various places, and security work, including a solution for a recent issue with cookie editing and username hijacking which ultimately resulted in "Monty53 of Turkey" overtaking the admin account at web-app.org and editing the front page welcome message and news.
- This is no longer possible if the site administrator takes advantage of the new security options in this release.
Download (MB)
Added: 2007-03-30 License: GPL (GNU General Public License) Price:
939 downloads
Winstone 0.9.9
Winstone is a servlet container that was written out of a desire to provide servlet functionality. more>>
Winstone is a servlet container that was written out of a desire to provide servlet functionality. Winstone works without the bloat that full J2EE compliance introduces.
It is not intended to be a completely fully functional J2EE style servlet container (by this I mean supporting extraneous APIs unrelated to Servlets, such as JNDI, JavaMail, EJBs, etc) - this is left to Tomcat, Jetty, Resin, JRun, Weblogic et al.
Sometimes you want just a simple servlet container - without all the other junk - that just goes. This is where Winstone is best suited.
The short version (because the long version is way too politically incorrect) is as follows:
Winstone is the name of a rather large Jamaican man a friend of mine met one night, while he was out clubbing in the Roppongi area of Tokyo. He (my friend) was a little liquored up at the time, and when Winstone suggested they head to "this really cool club" he knew, he didnt think anything was wrong. It wasnt until Winstone led him down a dark stairwell and dropped his trousers that my friend clued in and ran like hell.
It was too good a story to let die, so I named this project Winstone so that said friend will continue to be reminded of it.
Main features:
- Supply fast, reliable servlet container functionality for a single webapp per server
- Keep the size of the core distribution jar as low as possible (currently 160KB)
- Keep configuration files to an absolute minimum, using command line options to optionally override sensible compiled in defaults.
- Eventually compile with GCJ to make a 3-4Meg windows exe for local development/deployment of servlets. This has not happened yet, because of some GCJ class loading problems.
- Optionally support JSP compilation using Apaches Jasper.
Usage:
If you want to build from source code, you will need to download and install Apache Maven. The following instructions assume you have already installed Maven and have the maven shell script in your path (to get Maven, see http://maven.apache.org/).
To build Winstone, unpack the tree:
tar zxf winstone-src-0.8.tar.gz
Then build it:
cd winstone
maven clean jar
The winstone.jar file will be in the target directory after the build is complete.
To run it:
java -jar target/winstone-0.8.jar --webroot= (+ other options)
- OR -
java -jar target/winstone-0.8.jar --warfile= (+ other options)
- OR -
java -jar target/winstone-0.8.jar --webappsDir= (+ other options)
- OR -
java -jar target/winstone-0.8.jar --hostsDir= (+ other options)
<<lessIt is not intended to be a completely fully functional J2EE style servlet container (by this I mean supporting extraneous APIs unrelated to Servlets, such as JNDI, JavaMail, EJBs, etc) - this is left to Tomcat, Jetty, Resin, JRun, Weblogic et al.
Sometimes you want just a simple servlet container - without all the other junk - that just goes. This is where Winstone is best suited.
The short version (because the long version is way too politically incorrect) is as follows:
Winstone is the name of a rather large Jamaican man a friend of mine met one night, while he was out clubbing in the Roppongi area of Tokyo. He (my friend) was a little liquored up at the time, and when Winstone suggested they head to "this really cool club" he knew, he didnt think anything was wrong. It wasnt until Winstone led him down a dark stairwell and dropped his trousers that my friend clued in and ran like hell.
It was too good a story to let die, so I named this project Winstone so that said friend will continue to be reminded of it.
Main features:
- Supply fast, reliable servlet container functionality for a single webapp per server
- Keep the size of the core distribution jar as low as possible (currently 160KB)
- Keep configuration files to an absolute minimum, using command line options to optionally override sensible compiled in defaults.
- Eventually compile with GCJ to make a 3-4Meg windows exe for local development/deployment of servlets. This has not happened yet, because of some GCJ class loading problems.
- Optionally support JSP compilation using Apaches Jasper.
Usage:
If you want to build from source code, you will need to download and install Apache Maven. The following instructions assume you have already installed Maven and have the maven shell script in your path (to get Maven, see http://maven.apache.org/).
To build Winstone, unpack the tree:
tar zxf winstone-src-0.8.tar.gz
Then build it:
cd winstone
maven clean jar
The winstone.jar file will be in the target directory after the build is complete.
To run it:
java -jar target/winstone-0.8.jar --webroot= (+ other options)
- OR -
java -jar target/winstone-0.8.jar --warfile= (+ other options)
- OR -
java -jar target/winstone-0.8.jar --webappsDir= (+ other options)
- OR -
java -jar target/winstone-0.8.jar --hostsDir= (+ other options)
Download (0.33MB)
Added: 2007-07-11 License: LGPL (GNU Lesser General Public License) Price:
838 downloads
XDrawChem 1.9.9
XDrawChem is a chemical drawing program. more>>
XDrawChem is a two-dimensional molecule drawing program for Unix operating systems. XDrawChem is similar in functionality to other molecule drawing programs such as ChemDraw (TM, CambridgeSoft).
It can read and write MDL Molfiles, and read ChemDraw text and binary files, to allow sharing between XDrawChem and other chemistry applications, and it can create images in popular formats like PNG and EPS. XDrawChem has been tested on Linux, SGI IRIX 6.5, Sun Solaris, Mac OS X, and Windows.
Main features:
- 100% compatible Windows 95/98/NT version
- Fixed length, fixed angle drawing.
- Automatic alignment of figures. Detects structures, text, and arrows and places them automatically.
- Can automatically draw rings and other structures - has all standard amino acids and nucleic acids in built-in library.
- Can retrieve structures from a network database based on CAS number, formula, or name.
- Can draw symbols such as partial charge, radicals, etc.
- Can read MDL Molfiles, CML [Chemical Markup Language, defined in J. Chem. Inf. Comput. Sci.39(1999), 928-942], ChemDraw(TM) binary format, ChemDraw(TM) XML text format.
- Can write MDL Molfiles, CML, ChemDraw(TM) XML text format.
- Can also read and write any format supported by the current release of OpenBabel.
- Can export pictures in PNG, Windows bitmap (*.bmp), Encapsulated PostScript (EPS), and Scalable Vector Graphics (SVG).
- Can generate 3-D structures with the help of the external program BUILD3D.
- Online help, including tool tips.
- 13C-NMR prediction, based on Bremser W, Mag. Res. Chem.23(4):271-275
- 1H-NMR prediction, based on additive rules and functional group lookup methods, described in Pretsch, Clerc, Seibl, Simon, "Tables of Spectral Data for Structure Determination of Organic Compounds", 2ed., 1989, Springer-Verlag
- Simple IR prediction.
- Simple pKa estimation.
- Octanol-water partition coefficient estimation.
- Reaction analysis: gas-phase enthalpy change estimate, 1H NMR and 13C NMR comparison.
- Integration with OpenBabel, allowing XDrawChem to read and write over 20 different chemical file formats.
<<lessIt can read and write MDL Molfiles, and read ChemDraw text and binary files, to allow sharing between XDrawChem and other chemistry applications, and it can create images in popular formats like PNG and EPS. XDrawChem has been tested on Linux, SGI IRIX 6.5, Sun Solaris, Mac OS X, and Windows.
Main features:
- 100% compatible Windows 95/98/NT version
- Fixed length, fixed angle drawing.
- Automatic alignment of figures. Detects structures, text, and arrows and places them automatically.
- Can automatically draw rings and other structures - has all standard amino acids and nucleic acids in built-in library.
- Can retrieve structures from a network database based on CAS number, formula, or name.
- Can draw symbols such as partial charge, radicals, etc.
- Can read MDL Molfiles, CML [Chemical Markup Language, defined in J. Chem. Inf. Comput. Sci.39(1999), 928-942], ChemDraw(TM) binary format, ChemDraw(TM) XML text format.
- Can write MDL Molfiles, CML, ChemDraw(TM) XML text format.
- Can also read and write any format supported by the current release of OpenBabel.
- Can export pictures in PNG, Windows bitmap (*.bmp), Encapsulated PostScript (EPS), and Scalable Vector Graphics (SVG).
- Can generate 3-D structures with the help of the external program BUILD3D.
- Online help, including tool tips.
- 13C-NMR prediction, based on Bremser W, Mag. Res. Chem.23(4):271-275
- 1H-NMR prediction, based on additive rules and functional group lookup methods, described in Pretsch, Clerc, Seibl, Simon, "Tables of Spectral Data for Structure Determination of Organic Compounds", 2ed., 1989, Springer-Verlag
- Simple IR prediction.
- Simple pKa estimation.
- Octanol-water partition coefficient estimation.
- Reaction analysis: gas-phase enthalpy change estimate, 1H NMR and 13C NMR comparison.
- Integration with OpenBabel, allowing XDrawChem to read and write over 20 different chemical file formats.
Download (0.85MB)
Added: 2005-12-01 License: GPL (GNU General Public License) Price:
1436 downloads
Gmrun 0.9
Gmrun is a little window for running programs, featuring tab completion, history, etc. more>>
Gmrun is a little window for running programs, featuring tab completion, history, etc.
It lets you launch programs by typing their names. It features tab completion similar to bash or Emacs.
It can complete program names from $PATH, or if the command starts with "/" it will complete file names.
It provides a command history of configurable size, as well as the ability to perform forward/backward searches through the command history. gmrun was developed as a replacement for the Gnome Run program.
Main features:
- Provides bash-like TAB completion, only nicer (shows a list containing all possible completions and let the user chose from it; yes, its also possible to choose with the mouse, but youll see that the keyboard is outstanding :).
- Enter simply runs the command line, CTRL-ENTER runs it in a terminal. Of course, the terminal command is configurable in the configuration file, located usually in "~/.gmrunrc".
- Can run files that do not have "execute" permission :) More specifically, you set a handler for ".doc" files in your .gmrunrc, and it uses that handler to open ".doc" files. [ new in 0.8 ]
- Maintains a list of previous commands (history). One can interactively search a command in this list using CTRL-R / CTRL-S (something like interactive search in Emacs), or prefixing the command with an exclamation sign "!" -- like in bash, only the user has a chance to see the command before running it, therefore has a chance to change his mind.
- It has a small window, not bloated with useless buttons and space-wasting things like "gnome-run".
- Allows URLs (but they have to be configured in the ~/.gmrunrc file). No matter what, if the input string is in the form "whatever://address" then it looks for an URL handler associated with the "whatever" URL and passes to it the "address" string.
- Allows user to specify a list of commands that will be always run in a terminal, regardless if the fired key is ENTER or CTRL-ENTER.
- When started, if a history file exists shows the last command as selected text, such as the user can press ENTER directly to run it again or type another text and the old one will be erased.
<<lessIt lets you launch programs by typing their names. It features tab completion similar to bash or Emacs.
It can complete program names from $PATH, or if the command starts with "/" it will complete file names.
It provides a command history of configurable size, as well as the ability to perform forward/backward searches through the command history. gmrun was developed as a replacement for the Gnome Run program.
Main features:
- Provides bash-like TAB completion, only nicer (shows a list containing all possible completions and let the user chose from it; yes, its also possible to choose with the mouse, but youll see that the keyboard is outstanding :).
- Enter simply runs the command line, CTRL-ENTER runs it in a terminal. Of course, the terminal command is configurable in the configuration file, located usually in "~/.gmrunrc".
- Can run files that do not have "execute" permission :) More specifically, you set a handler for ".doc" files in your .gmrunrc, and it uses that handler to open ".doc" files. [ new in 0.8 ]
- Maintains a list of previous commands (history). One can interactively search a command in this list using CTRL-R / CTRL-S (something like interactive search in Emacs), or prefixing the command with an exclamation sign "!" -- like in bash, only the user has a chance to see the command before running it, therefore has a chance to change his mind.
- It has a small window, not bloated with useless buttons and space-wasting things like "gnome-run".
- Allows URLs (but they have to be configured in the ~/.gmrunrc file). No matter what, if the input string is in the form "whatever://address" then it looks for an URL handler associated with the "whatever" URL and passes to it the "address" string.
- Allows user to specify a list of commands that will be always run in a terminal, regardless if the fired key is ENTER or CTRL-ENTER.
- When started, if a history file exists shows the last command as selected text, such as the user can press ENTER directly to run it again or type another text and the old one will be erased.
Download (0.089MB)
Added: 2006-09-26 License: GPL (GNU General Public License) Price:
1124 downloads
disktype 9
disktype is a disk and disk image format analyzer. more>>
disktypes purpose of disktype is to detect the content format of a disk or disk image. It knows about common file systems, partition tables, and boot codes.
The program is written in C and is designed to compile on any modern Unix flavour1. It is self-contained and in general works without special libraries or headers. Some system-dependent features can be used to gather additional information.
As of version 8, disktype knows about the following formats:
File systems:
- FAT12/FAT16/FAT32
- NTFS
- HPFS
- MFS, HFS, HFS Plus
- ISO9660
- UDF
- ext2/ext3
- Minix
- ReiserFS
- Reiser4
- Linux romfs
- Linux cramfs
- Linux squashfs
- UFS (some variations)
- SysV FS (some variations)
- JFS
- XFS
- Amiga FS/FFS
- BeOS BFS
- QNX4 FS
- 3DO CD-ROM FS
- Veritas VxFS
- Xbox DVD file system
Partitioning:
- DOS/PC style
- Apple
- Amiga "Rigid Disk"
- ATARI ST (AHDI3)
- BSD disklabel
- Linux RAID physical disks
- Linux LVM1 physical volumes
- Linux LVM2 physical volumes
- Solaris SPARC disklabel
- Solaris x86 disklabel (vtoc)
Other structures:
- Debian split floppy header
- Linux swap
Disk images:
- Raw CD image (.bin)
- Virtual PC hard disk image
- Apple UDIF disk image (limited)
Boot codes:
- LILO
- GRUB
- SYSLINUX
- ISOLINUX
- Linux kernel
- FreeBSD loader
- Sega Dreamcast (?)
Compression formats:
- gzip
- compress
- bzip2
Archive formats:
- tar
- cpio
- bar
- dump/restore
Enhancements:
- Added file systems: Amiga SFS.
- Added other structures: Linux cloop (detection only), EFI GPT, Windows/MS-DOS boot loader, BeOS boot loader.
- Improved file systems: Amiga FS/FFS, Amiga PFS, Linux squashfs.
- Improved other structures: Amiga "Rigid Disk" partitioning, LILO, ISO9660 El Torito.
<<lessThe program is written in C and is designed to compile on any modern Unix flavour1. It is self-contained and in general works without special libraries or headers. Some system-dependent features can be used to gather additional information.
As of version 8, disktype knows about the following formats:
File systems:
- FAT12/FAT16/FAT32
- NTFS
- HPFS
- MFS, HFS, HFS Plus
- ISO9660
- UDF
- ext2/ext3
- Minix
- ReiserFS
- Reiser4
- Linux romfs
- Linux cramfs
- Linux squashfs
- UFS (some variations)
- SysV FS (some variations)
- JFS
- XFS
- Amiga FS/FFS
- BeOS BFS
- QNX4 FS
- 3DO CD-ROM FS
- Veritas VxFS
- Xbox DVD file system
Partitioning:
- DOS/PC style
- Apple
- Amiga "Rigid Disk"
- ATARI ST (AHDI3)
- BSD disklabel
- Linux RAID physical disks
- Linux LVM1 physical volumes
- Linux LVM2 physical volumes
- Solaris SPARC disklabel
- Solaris x86 disklabel (vtoc)
Other structures:
- Debian split floppy header
- Linux swap
Disk images:
- Raw CD image (.bin)
- Virtual PC hard disk image
- Apple UDIF disk image (limited)
Boot codes:
- LILO
- GRUB
- SYSLINUX
- ISOLINUX
- Linux kernel
- FreeBSD loader
- Sega Dreamcast (?)
Compression formats:
- gzip
- compress
- bzip2
Archive formats:
- tar
- cpio
- bar
- dump/restore
Enhancements:
- Added file systems: Amiga SFS.
- Added other structures: Linux cloop (detection only), EFI GPT, Windows/MS-DOS boot loader, BeOS boot loader.
- Improved file systems: Amiga FS/FFS, Amiga PFS, Linux squashfs.
- Improved other structures: Amiga "Rigid Disk" partitioning, LILO, ISO9660 El Torito.
Download (0.040MB)
Added: 2006-06-05 License: MIT/X Consortium License Price:
1250 downloads
RAVE 1.9.9
RAVE (Retrospective Analysis and Visualization Engine) is a framework for generating complex analysis products. more>>
RAVE 1.9.9 is yet another excellent utility for everyone. RAVE stands for Retrospective Analysis and Visualization Engine which is a framework for generating complex analysis products.
RAVE caches the intermediate results of analytic tasks for later use in the same or different analyses. This improves performance by reducing duplicated effort when generating analytic results. RAVE users need to do nothing special in order to take advantage of this performance improvement.
The RAVE project provides tools to use RAVE interactively in a terminal, or to publish "live" RAVE analyses online as a network service for use in network-enabled applications.
CERT/NetSA has deployed RAVE to support analysis using the SiLK suite of flow analysis tools. They also distribute the libraries created to perform common flow analysis tasks using SiLK, such as efficiently using pipe-and-filter-based command-line tools from Python, dealing with heterogeneous data sources and efficiently retrieving time-series data.
Requirements:
- Python 2.4 or higher
Added: 2008-04-09 License: GPL Price: FREE
13 downloads
Greq 0.9.4
Greq is a shell tool for building GTK+ dialogs. more>>
Greq is a shell tool for building GTK+ dialogs.
Greq is a program that lets you build simple GTK+ dialogs (or requesters in AMIGA lingo) from within a shell script.
This is useful if you are writing shell scripts that need to get input from a user by way of a GUI.
Example:
greq -t"Dial Up"
-eUsername
-EPassword
-c"Remember Password"
Enhancements:
- configure.in: new revision
<<lessGreq is a program that lets you build simple GTK+ dialogs (or requesters in AMIGA lingo) from within a shell script.
This is useful if you are writing shell scripts that need to get input from a user by way of a GUI.
Example:
greq -t"Dial Up"
-eUsername
-EPassword
-c"Remember Password"
Enhancements:
- configure.in: new revision
Download (0.052MB)
Added: 2006-09-26 License: GPL (GNU General Public License) Price:
1123 downloads
SofK 0.0.9
SofK is a KDE theme based on the Serenity theme. more>>
SofK is a KDE theme based on the Serenity theme.
Idea is to do smooth theme with not too many gradients (light and nice). The theme may look good with dark colors, too.
I would be very happy if you all post comments and suggestions.
Here are some color themes that look nice with SofK style: http://www.kde-look.org/content/show.php?content=44657
<<lessIdea is to do smooth theme with not too many gradients (light and nice). The theme may look good with dark colors, too.
I would be very happy if you all post comments and suggestions.
Here are some color themes that look nice with SofK style: http://www.kde-look.org/content/show.php?content=44657
Download (MB)
Added: 2007-04-13 License: GPL (GNU General Public License) Price:
924 downloads
Cbar 0.9.3
Cbar project is a Konqueror sidebar. more>>
Cbar project is a Konqueror sidebar with the following goals:
- Provide contextual information when browsing directories, similar to Metabar and Windows sidebar.
- Easy to extend by providing extensions in the form of scripts.
- Cross-platform (thanks to using scripts, which are platform-independent).
Cbar wouldnt be created without many other people. Thanks go to:
- KDE team - for creating such a great and extensible system as KDE.
- Phil Thompson - for creating Python bindings for Qt (pyQt) and KDE (pyKDE).
- Sebastian Sauer - for creating Kross scripting engine for KDE.
- Florian Roth - for creating Metabar.
- OU - for everything.
Main features:
- Pluggable scripts for selected items, selected folder, theme and script loading.
- Konqueror sidebar module.
- Preloading plugin for fast loading.
- Basic scripts showing capabilities of Cbar:
- Image preview
- Other places
- File details
- Eject media
- Generic Cbar library with scripting capabilities, which can be embedded in other modules.
<<less- Provide contextual information when browsing directories, similar to Metabar and Windows sidebar.
- Easy to extend by providing extensions in the form of scripts.
- Cross-platform (thanks to using scripts, which are platform-independent).
Cbar wouldnt be created without many other people. Thanks go to:
- KDE team - for creating such a great and extensible system as KDE.
- Phil Thompson - for creating Python bindings for Qt (pyQt) and KDE (pyKDE).
- Sebastian Sauer - for creating Kross scripting engine for KDE.
- Florian Roth - for creating Metabar.
- OU - for everything.
Main features:
- Pluggable scripts for selected items, selected folder, theme and script loading.
- Konqueror sidebar module.
- Preloading plugin for fast loading.
- Basic scripts showing capabilities of Cbar:
- Image preview
- Other places
- File details
- Eject media
- Generic Cbar library with scripting capabilities, which can be embedded in other modules.
Download (0.61MB)
Added: 2006-10-12 License: GPL (GNU General Public License) Price:
1107 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 w 9 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