xpine 0.3
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1235
KDing 0.3
KDing is a KDE frontend for Ding. more>>
KDing is a KDE frontend for Ding, a dictionary lookup program. It is a simple program sitting in KDEs system tray that can translate the current clipboard content. The user can also enter a word which is then translated using Ding.
KDing is intended to translate between German and English, but as it uses Ding to do the actual translation it can be used for every language for which a word list is available for Ding.
<<lessKDing is intended to translate between German and English, but as it uses Ding to do the actual translation it can be used for every language for which a word list is available for Ding.
Download (0.53MB)
Added: 2005-09-14 License: GPL (GNU General Public License) Price:
1500 downloads
hpanel 0.3.2
hpanel is a small panel that lists your windows. more>>
hpanel is a small panel that lists your windows.
Hpanel is hacked version of fspanel, a small panel that lists your windows and allows you to switch workspaces.
It requires a window manager that is compliant with the NETWM specification.
It works nicely with pekwm and aewm++, and handles maximized windows better than fspanel.
Enhancements:
- When the panel is minimized to the right sideit doesnt reserve screenspace for it self anymore.This means windows can be fully maximized.
- This works if the panel is on top or on bottom of the screen.
- This make more sense too me than the original behaviour of fspanel which always reserved screenspace on the bottom of the screen.
<<lessHpanel is hacked version of fspanel, a small panel that lists your windows and allows you to switch workspaces.
It requires a window manager that is compliant with the NETWM specification.
It works nicely with pekwm and aewm++, and handles maximized windows better than fspanel.
Enhancements:
- When the panel is minimized to the right sideit doesnt reserve screenspace for it self anymore.This means windows can be fully maximized.
- This works if the panel is on top or on bottom of the screen.
- This make more sense too me than the original behaviour of fspanel which always reserved screenspace on the bottom of the screen.
Download (0.018MB)
Added: 2006-09-27 License: Freely Distributable Price:
1123 downloads
kwmnet 0.3
kwmnet project is the fork of famous wmnet WindowMaker applet. more>>
kwmnet project is the fork of famous wmnet WindowMaker applet.
KDE system monitor + sysguard is not the thing I want to see on my desktop. Too slow, wants ksysguardd etc.
So, here is initial alpha release of kwmnet.
This is simple applet that show nice fast moving network device monitor in your kicker panel.
I just get wmnet sources, take off all X Window initialization stuff and use wmnet as library for drawing in window of simple KDE panel applet. Also, I rewrite code for /proc/net/dev driver to correctly read /proc/net/dev entries.
Before compiling edit string 44 in file src/kwmnet.cpp to set your device, speed and other settings. All settings are same as in good old wmnet.
Its stable and fast right now, but needs GUI configurator.
Compile:
./configure --libdir=/your/kde/applets/dir
make
make install
Then add "wmnet" applet to panel.
Hacking:
If you change something, recompile and reinstall applet, open console and just kill and start "kicker" application - kicker will start with new version of applet, and you will see your changes.
<<lessKDE system monitor + sysguard is not the thing I want to see on my desktop. Too slow, wants ksysguardd etc.
So, here is initial alpha release of kwmnet.
This is simple applet that show nice fast moving network device monitor in your kicker panel.
I just get wmnet sources, take off all X Window initialization stuff and use wmnet as library for drawing in window of simple KDE panel applet. Also, I rewrite code for /proc/net/dev driver to correctly read /proc/net/dev entries.
Before compiling edit string 44 in file src/kwmnet.cpp to set your device, speed and other settings. All settings are same as in good old wmnet.
Its stable and fast right now, but needs GUI configurator.
Compile:
./configure --libdir=/your/kde/applets/dir
make
make install
Then add "wmnet" applet to panel.
Hacking:
If you change something, recompile and reinstall applet, open console and just kill and start "kicker" application - kicker will start with new version of applet, and you will see your changes.
Download (0.53MB)
Added: 2007-05-08 License: GPL (GNU General Public License) Price:
899 downloads
KKinit 0.3
KKinit is a an applet which lets users request, display and destroy tickets from a Kerberos 5 server. more>>
KKinit is a an applet which lets users request, display and destroy tickets from a Kerberos 5 server. It uses KDE for its interface. It is similar to Cygnuss Kerbnet tool, with several GUI enhancements.
Installation:
./configure [options -- see below]
make
make install (as root)
You will need a set of the Kerberos 5 libraries to link against. You can get these from ftp.replay.com, or http://www.replay.com. This site is in the Netherlands, so its not a breach of US export regs to download it from there.
By default, the configure script assumes that the kerberos stuff is in /usr/athena. If its in a different directory, append the flag --with-krb5=[path to your Kerberos] to the ./configure
instruction.
If you want either SSL capability or password changing capability, youll need to add --with-krb5-src=[path to the source for Kerberos].
It shouldnt need to be this way, but the include files for the kadmin interface are not installed by default in the Kerberos include
area.
If you wish to use SSL to authenticate to Kerberos, instead of a password based approach, youll need to have Doug Engerts sslk5 package installed on your Kerberos server (although for this client, the relevant bits of sslk5 have been copied into the source
directory).
Youll also need to have Eric Youngs SSLeay (available from http://www.ssleay.org) libraries installed somewhere on the system. The option --with-ssl=[path to the SSLeay libraries] needs to be added to the configure command).
Obviously, you need the KDE and Qt libraries and headers, but you knew that already, didnt you?
As would be expected, the normal autoconf flags work with configure (--prefix, --with-qt-dir, etc).
<<lessInstallation:
./configure [options -- see below]
make
make install (as root)
You will need a set of the Kerberos 5 libraries to link against. You can get these from ftp.replay.com, or http://www.replay.com. This site is in the Netherlands, so its not a breach of US export regs to download it from there.
By default, the configure script assumes that the kerberos stuff is in /usr/athena. If its in a different directory, append the flag --with-krb5=[path to your Kerberos] to the ./configure
instruction.
If you want either SSL capability or password changing capability, youll need to add --with-krb5-src=[path to the source for Kerberos].
It shouldnt need to be this way, but the include files for the kadmin interface are not installed by default in the Kerberos include
area.
If you wish to use SSL to authenticate to Kerberos, instead of a password based approach, youll need to have Doug Engerts sslk5 package installed on your Kerberos server (although for this client, the relevant bits of sslk5 have been copied into the source
directory).
Youll also need to have Eric Youngs SSLeay (available from http://www.ssleay.org) libraries installed somewhere on the system. The option --with-ssl=[path to the SSLeay libraries] needs to be added to the configure command).
Obviously, you need the KDE and Qt libraries and headers, but you knew that already, didnt you?
As would be expected, the normal autoconf flags work with configure (--prefix, --with-qt-dir, etc).
Download (0.21MB)
Added: 2005-09-29 License: GPL (GNU General Public License) Price:
1485 downloads
LiNsta 0.3
LiNsta provides a nice GTK 2.x Theme/Style. more>>
LiNsta provides a nice GTK 2.x Theme/Style.
The 3rd version of LiNsta, truely is the same thing of Linsta 2 but now have no bugs finded yet, like in fedora gnome.
Any doubt tell me! Any bug, please tell me!
Bug release 0.1:
Guys, thanks everybody for tell me about the menubar bug, ive been patched it, the new versions is now released in the same link above!
Enhancements:
- Patched the bug of menubar:
- The menubar is black and the text was black too. Now with the correcntion the bar is black and the text is white.
<<lessThe 3rd version of LiNsta, truely is the same thing of Linsta 2 but now have no bugs finded yet, like in fedora gnome.
Any doubt tell me! Any bug, please tell me!
Bug release 0.1:
Guys, thanks everybody for tell me about the menubar bug, ive been patched it, the new versions is now released in the same link above!
Enhancements:
- Patched the bug of menubar:
- The menubar is black and the text was black too. Now with the correcntion the bar is black and the text is white.
Download (MB)
Added: 2007-03-02 License: GPL (GNU General Public License) Price:
990 downloads
WMitime 0.3
WMitime is yet another clock dock app (and quite overglorified at that! more>>
WMitime is yet another clock dock app (and quite overglorified at that! WMitime shows standard time, date, as well as the new internet time (see www.swatch.com)
<<less Download (0.021MB)
Added: 2006-10-10 License: GPL (GNU General Public License) Price:
1110 downloads
QtX3 0.3
QtX3 is a project that adds support for the Intel Play QX3 on Linux. more>>
QtX3 is a project that adds support for the Intel Play QX3 on Linux.
QtX3 is a small application and a set of instructions to get your Intel Play Qx3 microscope working on Linux.
Enhancements:
- Added snap capabilities - made the freezing smarter. Added kdevelop project file.
<<lessQtX3 is a small application and a set of instructions to get your Intel Play Qx3 microscope working on Linux.
Enhancements:
- Added snap capabilities - made the freezing smarter. Added kdevelop project file.
Download (0.064MB)
Added: 2006-10-25 License: GPL (GNU General Public License) Price:
1099 downloads
kdsing 0.3.0
kdsing is a project that searches in words list (for translations). more>>
kdsing is a project that searches in words list (for translations).
kdsing uses a word list (e.g. English :: German) and lets you search though it.
This makes it a simple but very useful tool for looking up words when doing translations. It is derived from dsing.
kdsing is derived from dsing, a Tcl/Tk program to search in word lists
and help translators.
This is the port to KDE3.
Main features:
- Path to word list
- Specify the path to your word list. This is /usr/local/dsing/words.gz if you use the kdsing-words RPM.
- Word delimiter
- One or more characters used to delimit the two language columns. Default is "::".
- Clear list for new search
- Will clear the output window before starting a new search.
- Show all or show max. hits
- Show all matched lines or only the first n.
- Word search
- Search for whole words only (-w grep option)
- case insensitive
- Ignore case of search pattern (-i grep option)
- always at beginning of line
- Match has to occur at the beginning of line. This will only search in the first column.
- use zgrep
- Zgrep is for searching in a gzip compressed file. The file in the kdsing-words RPM is gzip compressed, so you have to check this option.
- show command
- Check this one if you are interested in how a command line would look like.
- regular expression
- Interpret the seach pattern as a regular expression. See manual page of grep for more details.
Enhancements:
- Initial Creation
<<lesskdsing uses a word list (e.g. English :: German) and lets you search though it.
This makes it a simple but very useful tool for looking up words when doing translations. It is derived from dsing.
kdsing is derived from dsing, a Tcl/Tk program to search in word lists
and help translators.
This is the port to KDE3.
Main features:
- Path to word list
- Specify the path to your word list. This is /usr/local/dsing/words.gz if you use the kdsing-words RPM.
- Word delimiter
- One or more characters used to delimit the two language columns. Default is "::".
- Clear list for new search
- Will clear the output window before starting a new search.
- Show all or show max. hits
- Show all matched lines or only the first n.
- Word search
- Search for whole words only (-w grep option)
- case insensitive
- Ignore case of search pattern (-i grep option)
- always at beginning of line
- Match has to occur at the beginning of line. This will only search in the first column.
- use zgrep
- Zgrep is for searching in a gzip compressed file. The file in the kdsing-words RPM is gzip compressed, so you have to check this option.
- show command
- Check this one if you are interested in how a command line would look like.
- regular expression
- Interpret the seach pattern as a regular expression. See manual page of grep for more details.
Enhancements:
- Initial Creation
Download (0.33MB)
Added: 2006-10-25 License: GPL (GNU General Public License) Price:
1094 downloads
GAI Leds 0.3
GAI Leds displays the keyboard status leds. more>>
GAI Leds displays the keyboard status leds.
This is a simple applet that displays the status of the keyboard leds. Useful for us that have a wireless keyboard without the leds.
Installation:
Simply do:
./configure
make
make install
It requires the GAI library (General Applet Interface) and you can find it at http://gai.sf.net together with other applets.
If you use gnome, this applet will be in the applet menu under "Accessories".
It seems like XFree86 4.3.0 doesnt register Scrollock like earlier versions. Or maybe it is just my settings that are broken. Any ideas?
Mail suestions, bug reports and questions to Jonas Aaberg.
<<lessThis is a simple applet that displays the status of the keyboard leds. Useful for us that have a wireless keyboard without the leds.
Installation:
Simply do:
./configure
make
make install
It requires the GAI library (General Applet Interface) and you can find it at http://gai.sf.net together with other applets.
If you use gnome, this applet will be in the applet menu under "Accessories".
It seems like XFree86 4.3.0 doesnt register Scrollock like earlier versions. Or maybe it is just my settings that are broken. Any ideas?
Mail suestions, bug reports and questions to Jonas Aaberg.
Download (0.041MB)
Added: 2006-10-24 License: GPL (GNU General Public License) Price:
1096 downloads
Parano 0.3.0
Parano is a GNOME frontend for creating/editing/checking MD5 and SFV files. more>>
Parano is a GNOME program to create, edit and verify hashfiles. For now SFV and MD5 formats are supported.
<<less Download (0.14MB)
Added: 2006-05-02 License: GPL (GNU General Public License) Price:
1270 downloads
Phluid 0.0.3
Phluid is a window manager that emphasizes efficiency, speed, and beauty. more>>
Phluid is a window manager that emphasizes efficiency, speed, and beauty. It uses rastermans Imlib2 library as the image/font rendering backend.
Phluid also attempts to be flexible and compliant with the ICCCM standard.
Enhancements:
- Early support for decal system.
- correct redrawing of clients when they resize themselves.
- new windows pop up at mouse pointer instead of 0,0.
- temporary root windows provided by gtk-panel and gtk-switch from aewm.
- Some bugfixes and cleanup.
<<lessPhluid also attempts to be flexible and compliant with the ICCCM standard.
Enhancements:
- Early support for decal system.
- correct redrawing of clients when they resize themselves.
- new windows pop up at mouse pointer instead of 0,0.
- temporary root windows provided by gtk-panel and gtk-switch from aewm.
- Some bugfixes and cleanup.
Download (0.34MB)
Added: 2005-08-12 License: GPL (GNU General Public License) Price:
1533 downloads
KBiof 0.3
KBiof project is an openGL screen saver for KDE. more>>
KBiof project is an OpenGL screensaver for KDE.
This is a KDE port, rewrite & rearrangement of original BIOF XScreenSaver. This is an OPENGL screensaver. It depends by libGL & libGLU libraries. These libraries are normally installed into all linux distros.
Please note that the performance of the OpenGL screensavers depends by your graphic card power and its correct installation (please configure the right Xorg driver for your card).
Available for download: sources and precompiled binaries package for Felinux distro (also Slackware 11).
Installation:
open konsole
type "su" and type your root password
type "installpkg kbiof-0.1-i486-1.tgz"
All done.
KBiof screen saver is now accessible by open Desktop configuration -> ScreenSavers -> OpenGL Note: this package is also compatible with Slackware Linux 11.
Compiling KBiof sources:
KBiof sources, provided here must be compiled to works on your system. Please, start with archive decompression, then open konsole and go into the directory. Here type:
./configure
make
make install (as root)
All done.
KBiof screen saver is now accessible by open Desktop configuration -> ScreenSavers -> OpenGL
Enhancements:
- now it is possible to change the rendering color of Triangles, Spheres and BigSpheres object.
<<lessThis is a KDE port, rewrite & rearrangement of original BIOF XScreenSaver. This is an OPENGL screensaver. It depends by libGL & libGLU libraries. These libraries are normally installed into all linux distros.
Please note that the performance of the OpenGL screensavers depends by your graphic card power and its correct installation (please configure the right Xorg driver for your card).
Available for download: sources and precompiled binaries package for Felinux distro (also Slackware 11).
Installation:
open konsole
type "su" and type your root password
type "installpkg kbiof-0.1-i486-1.tgz"
All done.
KBiof screen saver is now accessible by open Desktop configuration -> ScreenSavers -> OpenGL Note: this package is also compatible with Slackware Linux 11.
Compiling KBiof sources:
KBiof sources, provided here must be compiled to works on your system. Please, start with archive decompression, then open konsole and go into the directory. Here type:
./configure
make
make install (as root)
All done.
KBiof screen saver is now accessible by open Desktop configuration -> ScreenSavers -> OpenGL
Enhancements:
- now it is possible to change the rendering color of Triangles, Spheres and BigSpheres object.
Download (0.042MB)
Added: 2007-01-10 License: GPL (GNU General Public License) Price:
600 downloads
Guten 0.3
Guten is a tool for browsing, retrieving, reading, and managing electronic books published by Project Gutenberg. more>>
Guten is a tool for browsing, retrieving, reading, and managing electronic books published by Project Gutenberg. It provides an interface for reading books that allows bookmarks to be added to text.
Books can be imported from files that have already been downloaded, or through a simple interface that browses and downloads files from a PG mirror.
A Python module that automates the retrieval of catalogues and books from a PG mirror is also provided.
<<lessBooks can be imported from files that have already been downloaded, or through a simple interface that browses and downloads files from a PG mirror.
A Python module that automates the retrieval of catalogues and books from a PG mirror is also provided.
Download (0.016MB)
Added: 2005-08-25 License: BSD License Price:
1520 downloads
wmsvn 0.3
wmsvn scrolls last info from svn log. more>>
wmsvn scrolls last info from svn log.
It displays last svn rvision number, author and last log message.
It can be used to display output of any shell commands( see wmsvn.h )
Installation:
1) edit wmsvn.h to match your needs.
2) make
3) run it
<<lessIt displays last svn rvision number, author and last log message.
It can be used to display output of any shell commands( see wmsvn.h )
Installation:
1) edit wmsvn.h to match your needs.
2) make
3) run it
Download (0.010MB)
Added: 2006-10-26 License: GPL (GNU General Public License) Price:
1093 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 xpine 0.3 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