wmapmload 0.3.4
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 43
wmapmload 0.3.4
wmapmload monitors your apm status in an lcd display fashion. more>>
wmapmload monitors your apm status in an lcd display fashion.
<<less Download (0.089MB)
Added: 2006-11-03 License: GPL (GNU General Public License) Price:
1085 downloads
wmacpiload 0.1.2
wmacpiload is a dockapp for monitoring CPU temp and battery time from ACPI. more>>
wmacpiload is a dockapp for monitoring CPU temp and battery time from ACPI. In the style of wmcpuload and wmapmload.
I can make no guarantee about this codes functionality on systems other than Linux - I do not have other OSes to test upon (least ways ones that I regularly boot into).
Also keep in mind that some systems dont support suspend etc in ACPI - as usual the risk is yours. Thats about all I can offer in the way of advice - feel free to email me with suggestions etc.
<<lessI can make no guarantee about this codes functionality on systems other than Linux - I do not have other OSes to test upon (least ways ones that I regularly boot into).
Also keep in mind that some systems dont support suspend etc in ACPI - as usual the risk is yours. Thats about all I can offer in the way of advice - feel free to email me with suggestions etc.
Download (0.22MB)
Added: 2006-11-06 License: GPL (GNU General Public License) Price:
1082 downloads
WFMath 0.3.4
WFMath is a math library that focus on geometric objects. more>>
WFMath is a math library that focus on geometric objects.
Thus, it includes several shapes (boxes, balls, lines), in addition to the basic math objects that are used to build these shapes (points, vectors, and matrices).
Most of the library classes can be divided into two sorts. The first kind are basic mathematical objects, whose members are all fundamental types.
The second kind are shapes, which implement the shape class interface described in doc/shape.h.
There are four classes of the first kind:
Vector
A basic mathematical vector
RotMatrix
An orthogonal matrix of determinant 1, useful for describing rotations.
Point
A point in space. This basic class also implements the shape interface in doc/shape.h.
Quaternion
A quaternion
The shape classes are:
AxisBox
A box oriented parallel to the coordinate axes
Ball
Ball< 2 > is a circle, Ball< 3 > is a sphere, etc.
Segment
A line segment, defined by its endpoints
RotBox
Like AxisBox, but it can be rotated to arbitrary angles
Polygon
A 2 dimensional polygon contained in a (possibly) larger dimensional space
The library also contains some probability-related functions, as well as wrappers for system time and random number functions.
<<lessThus, it includes several shapes (boxes, balls, lines), in addition to the basic math objects that are used to build these shapes (points, vectors, and matrices).
Most of the library classes can be divided into two sorts. The first kind are basic mathematical objects, whose members are all fundamental types.
The second kind are shapes, which implement the shape class interface described in doc/shape.h.
There are four classes of the first kind:
Vector
A basic mathematical vector
RotMatrix
An orthogonal matrix of determinant 1, useful for describing rotations.
Point
A point in space. This basic class also implements the shape interface in doc/shape.h.
Quaternion
A quaternion
The shape classes are:
AxisBox
A box oriented parallel to the coordinate axes
Ball
Ball< 2 > is a circle, Ball< 3 > is a sphere, etc.
Segment
A line segment, defined by its endpoints
RotBox
Like AxisBox, but it can be rotated to arbitrary angles
Polygon
A 2 dimensional polygon contained in a (possibly) larger dimensional space
The library also contains some probability-related functions, as well as wrappers for system time and random number functions.
Download (0.40MB)
Added: 2005-09-27 License: GPL (GNU General Public License) Price:
1490 downloads
wmldonkey 0.3.4
wmldonkey is a WindowMaker dockapp that gives various informations about the downloading files in mldonkey. more>>
wmldonkey is a WindowMaker dockapp that gives various informations about the downloading files in mldonkey.
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.
Enhancements:
- support for login:passwd added
- login:passwd setup with command line option
- new rcfile options
- fixed bugs with the auto page switch
- some parts of the code rewritten
- minor bugfixes, as usual
<<lessInstallation:
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:
- support for login:passwd added
- login:passwd setup with command line option
- new rcfile options
- fixed bugs with the auto page switch
- some parts of the code rewritten
- minor bugfixes, as usual
Download (0.37MB)
Added: 2006-10-25 License: GPL (GNU General Public License) Price:
1094 downloads
BLD 0.3.4
BLD stands for blacklist daemon and is intended to serve a blacklist. more>>
BLD comes from "blacklist daemon" and is intended to serve a blacklist. The blacklist is built by simply inserting IP addresses or by using submission rate limits based on a maximum number of submissions of the same IP address within a minimum time interval.
You can build a BLD cluster by configuring the daemon to notify other similar daemon(s) every time an IP address is added to the blacklist. BLD was primarily designed to fight against dictionnary-based spams (by making the MTA report to BLD any host that tries to send a mail to an unknown user) but can be used by any program.
As of now, it is highly recommended to USE IT IN A SAFE ENVIRONMENT: access control is based on clients IP addresses. This is why, by default, BLD binds to localhost and should not accept requests from a machine where non-trusted users can be logged in or establish network connections to via other means (PHP for example).
How does it work?
BLD requests can be insertions (to add an address to the list), submissions (to add an address if its submission rate is too high) queries (to ask if an address is blacklisted) or decrements (to decrease the internal counter of submissions for an IP).
BLD uses a very simple algorithm to decide whether to add submitted IP addresses to the blacklist or not. The first time an IP address is submitted, it is added to an internal list with a timestamp and all further requests increment a counter for this IP.
As soon as the minimum time interval is elapsed (default: 30 seconds), and if a maximum requests ratio is reached (default: 10 submissions in the 30 seconds interval), the IP is put in the blacklist. It is then blacklisted for a configurable time (default: 900 seconds).
Enhancements:
- updated bld.8 manual page with all bld options
- better error reporting about failures during notifies
- fixed a bug in timeout handling during notifies
- added safety tests in postfix_policy.c (submitted by Oleg Milaenko)
- fixed a bug submitted by David Cary Hart in Makefile.in (manual pages directory were not created correctly)
<<lessYou can build a BLD cluster by configuring the daemon to notify other similar daemon(s) every time an IP address is added to the blacklist. BLD was primarily designed to fight against dictionnary-based spams (by making the MTA report to BLD any host that tries to send a mail to an unknown user) but can be used by any program.
As of now, it is highly recommended to USE IT IN A SAFE ENVIRONMENT: access control is based on clients IP addresses. This is why, by default, BLD binds to localhost and should not accept requests from a machine where non-trusted users can be logged in or establish network connections to via other means (PHP for example).
How does it work?
BLD requests can be insertions (to add an address to the list), submissions (to add an address if its submission rate is too high) queries (to ask if an address is blacklisted) or decrements (to decrease the internal counter of submissions for an IP).
BLD uses a very simple algorithm to decide whether to add submitted IP addresses to the blacklist or not. The first time an IP address is submitted, it is added to an internal list with a timestamp and all further requests increment a counter for this IP.
As soon as the minimum time interval is elapsed (default: 30 seconds), and if a maximum requests ratio is reached (default: 10 submissions in the 30 seconds interval), the IP is put in the blacklist. It is then blacklisted for a configurable time (default: 900 seconds).
Enhancements:
- updated bld.8 manual page with all bld options
- better error reporting about failures during notifies
- fixed a bug in timeout handling during notifies
- added safety tests in postfix_policy.c (submitted by Oleg Milaenko)
- fixed a bug submitted by David Cary Hart in Makefile.in (manual pages directory were not created correctly)
Download (0.072MB)
Added: 2006-04-27 License: BSD License Price:
1275 downloads
Notalon 0.3.4
Notalon is an application designed to make taking Cornell notes faster and easier. more>>
Notalon is an application designed to make taking Cornell notes faster and easier. Notalon is written specifically for the task of taking Cornell notes, unlike a word processor.
The idea came from the words "notes" and the "alon" suffix. Coincidentally, the title of the application is contained within the phrase "not alone", although this was completely unintended.
<<lessThe idea came from the words "notes" and the "alon" suffix. Coincidentally, the title of the application is contained within the phrase "not alone", although this was completely unintended.
Download (0.20MB)
Added: 2006-12-07 License: MIT/X Consortium License Price:
1051 downloads
Tavli3d 0.3.4
Tavli3d is the greek version of backgammon written in OpenGL/SDL. more>>
Tavli3d is the greek version of backgammon written in OpenGL/SDL. Tavli3d is a single player game that aims to be simple and fun to play.
There are the following options when running:
-d directory Specify home directory
The -d option has no use
It exists only for debugging
purposes
(you can use it to specify the directory
where the subdirectory .3dtavli will be created
or already exists which contains the file options)
-h This help
--help (same as above)
-v Version
--version (same as above)
-l License information
--license (same as above)
If you have problem running the program you can create the directory $(HOME)/.3dtavli and the file $(HOME)/.3dtavli/options (where $(HOME) home is your home directory) this file should be three lines long the first line should contain only the number 0 or 1(false or true for fullscreen) the second line should contain only one number ranging from 0 to 5 where 0 is 640x480 resolution and 5 is 1280x1024)
the third line should be empty Anything else will create problems.
So if you have problems (fullscreen doesnt work for example, though this should be detected when teh program starts) you can create a file like this
<<lessThere are the following options when running:
-d directory Specify home directory
The -d option has no use
It exists only for debugging
purposes
(you can use it to specify the directory
where the subdirectory .3dtavli will be created
or already exists which contains the file options)
-h This help
--help (same as above)
-v Version
--version (same as above)
-l License information
--license (same as above)
If you have problem running the program you can create the directory $(HOME)/.3dtavli and the file $(HOME)/.3dtavli/options (where $(HOME) home is your home directory) this file should be three lines long the first line should contain only the number 0 or 1(false or true for fullscreen) the second line should contain only one number ranging from 0 to 5 where 0 is 640x480 resolution and 5 is 1280x1024)
the third line should be empty Anything else will create problems.
So if you have problems (fullscreen doesnt work for example, though this should be detected when teh program starts) you can create a file like this
Download (1.0MB)
Added: 2006-06-05 License: GPL (GNU General Public License) Price:
1241 downloads
sl 0.3.4
sl is a memory-efficient generic linked list library. more>>
sl is a memory-efficient generic linked list library. The project doesnt use container nodes.
Instead it requires a pointer to the next item directly in the datastructure you want to create lists (or stacks) of. This can give you significant memory savings when creating long lists of small structures.
It also allows for fast push and pop operations since there is no need to allocate or free memory for the container nodes. It also means that a push cant fail because memory couldnt be allocated for the container node.
Enhancements:
- A slight documentation improvement was made.
- The "debian" directory was removed since sl has been packaged for Debian and so that directory is maintained by the Debian developers.
- Some internal build refactoring was done.
<<lessInstead it requires a pointer to the next item directly in the datastructure you want to create lists (or stacks) of. This can give you significant memory savings when creating long lists of small structures.
It also allows for fast push and pop operations since there is no need to allocate or free memory for the container nodes. It also means that a push cant fail because memory couldnt be allocated for the container node.
Enhancements:
- A slight documentation improvement was made.
- The "debian" directory was removed since sl has been packaged for Debian and so that directory is maintained by the Debian developers.
- Some internal build refactoring was done.
Download (0.29MB)
Added: 2006-12-21 License: GPL (GNU General Public License) Price:
1037 downloads
Gzilla 0.3.4
Gzilla is a web browser written in the Gtk+ framework. more>>
Gzilla is a web browser written in the Gtk+ framework. Its still in early alpha, but it works well, withou problem till now.
<<less Download (0.196MB)
Added: 2006-06-14 License: GPL (GNU General Public License) Price:
1227 downloads
GParted 0.3.4-1
GParted stands for Gnome Partition Editor. more>>
GParted stands for Gnome Partition Editor.
GParted project uses libparted to detect and manipulate devices and partitiontables while several (optional) filesystemtools provide support for filesystems not included in libparted.
These optional packages will be detected at runtime and dont require a rebuild of GParted.
GParted is written in C++ and uses gtkmm as Graphical Toolkit. The general approach is to keep the GUI as simple as possible. Thats why i try to conform to the GNOME Human Interface Guidelines.
GParted comes under the terms of the General Public License.
<<lessGParted project uses libparted to detect and manipulate devices and partitiontables while several (optional) filesystemtools provide support for filesystems not included in libparted.
These optional packages will be detected at runtime and dont require a rebuild of GParted.
GParted is written in C++ and uses gtkmm as Graphical Toolkit. The general approach is to keep the GUI as simple as possible. Thats why i try to conform to the GNOME Human Interface Guidelines.
GParted comes under the terms of the General Public License.
Download (0.56MB)
Added: 2007-03-09 License: GPL (GNU General Public License) Price:
971 downloads
MathTables 0.3.4
MathTables is a program that helps parents teach their children how to use the four basic math operations. more>>
MathTables is a program that helps parents teach their children how to use the four basic math operations, multiplication, substraction, addition and division.
With MathTables parents can print sheets full of math operations for their children to answer. They can also print corresponding sheets with the solutions so that either them, or the children themselves, can work on the corrections.
This program arose from the actual need to print math tables almost daily for my children, as requested by their school.
MathTables is written in Python using the PyGTK toolkit.
<<lessWith MathTables parents can print sheets full of math operations for their children to answer. They can also print corresponding sheets with the solutions so that either them, or the children themselves, can work on the corrections.
This program arose from the actual need to print math tables almost daily for my children, as requested by their school.
MathTables is written in Python using the PyGTK toolkit.
Download (0.038MB)
Added: 2006-02-17 License: GPL (GNU General Public License) Price:
1344 downloads
KVocabs 0.3.4
KVocabs is an application for learning vocabulary. more>>
KVocabs is an application for learning vocabulary. One can add personal vocabulary in different archives.
After adding the vocabs, it is possible to learn them in a random order and there will be individual statistics for each session. Of course one can edit or remove the stored vocabs.
KVocabs should be an application for Linux to provide an interface for learning personal vocabulary very easy. It is based on c++ and QT (Trolltech).
Main features:
- html export for printing
- Completely new layout management
- Possibility to go backwards in inserted words
- storing the quiz-settings
- mixing archives
- limit the amount of words to quiz
- option for quizzing only wrong words at the end
- give the possibility to put one charecter after another into the solution field
- time limit for each vocab
- oral quizzing
- utf8 compatible
- personal user statistics which stores relevant information
- move/copy vocabulary from one to another archive
- different meanings of words
- time counting in "quiz vocabulary" and summary
- different experience levels
- improved statistics
- add vocabulary in different archives
- quiz vocablulary in a random order
- individual statistics per round
- calculation of marks
- edit vocabulary
- delete archives
- available in both german and english
- summaries for "add vocabulary", "quiz vocabulary" and "edit vocabulary"
<<lessAfter adding the vocabs, it is possible to learn them in a random order and there will be individual statistics for each session. Of course one can edit or remove the stored vocabs.
KVocabs should be an application for Linux to provide an interface for learning personal vocabulary very easy. It is based on c++ and QT (Trolltech).
Main features:
- html export for printing
- Completely new layout management
- Possibility to go backwards in inserted words
- storing the quiz-settings
- mixing archives
- limit the amount of words to quiz
- option for quizzing only wrong words at the end
- give the possibility to put one charecter after another into the solution field
- time limit for each vocab
- oral quizzing
- utf8 compatible
- personal user statistics which stores relevant information
- move/copy vocabulary from one to another archive
- different meanings of words
- time counting in "quiz vocabulary" and summary
- different experience levels
- improved statistics
- add vocabulary in different archives
- quiz vocablulary in a random order
- individual statistics per round
- calculation of marks
- edit vocabulary
- delete archives
- available in both german and english
- summaries for "add vocabulary", "quiz vocabulary" and "edit vocabulary"
Download (0.066MB)
Added: 2005-06-27 License: GPL (GNU General Public License) Price:
1580 downloads
Warsaw Pakt 0.3.4
Warsaw Pakt is a tool for creating GStreamer pipelines and publishing their structure as XML. more>>
WarsawPakt is a software system for network-controlled media processing applications. It consists of a library for serialization of GObjects to XML, network components for publishing and accessing object spaces via multiple access methods (both in libpakt), a gstreamer module (gst) and an access shell program (pash). Its main purpose is to allow you to setup arbitrary gstreamer graphs on your local or a remote system, and modify its parameters while running.
The target audience of this manual are "accessors", people who want to access a pakt server via an XML access method, eg from Flash or some scripting language. This manual introduces you to basic pakt functionality and documents the various objects you can instantiate and control.
WarsawPakt consists of a bunch of components that make up its functionality. As an accessor, youre probably most interested in pgstd, and the classes and messages that libpakt provides for any pakt server.
libpakt
The pakt library (libpakt) provides basic pakt functionality: objects and functions for XML (de-)serialization, navigating around the object hierarchy, basic objects and GObject and GProperty wrappers, and networking classes. The accessible objects are documented in the p: namespace section (p: namespace) of the reference part of this manual.
paktd
The generic pakt daemon listens on specified ports for connections from pakt clients (like pash), and serves them with access to the server-side object space. The protocol is dependant on which modules are loaded.
modules
The generic pakt daemon (paktd) acts on objects defined by the loaded modules. Currently there is only one module:
gst
The GStreamer module (gst, libpaktgst.so) provides classes to interface pakt with GStreamer. The tags and their attributes are documented in gst: namespace
pash
pash, the pakt shell, is a commandline shell program that allows you to test, debug and experiment with a pakt server. It features readline-style tab expansion for the servers object space.
<<lessThe target audience of this manual are "accessors", people who want to access a pakt server via an XML access method, eg from Flash or some scripting language. This manual introduces you to basic pakt functionality and documents the various objects you can instantiate and control.
WarsawPakt consists of a bunch of components that make up its functionality. As an accessor, youre probably most interested in pgstd, and the classes and messages that libpakt provides for any pakt server.
libpakt
The pakt library (libpakt) provides basic pakt functionality: objects and functions for XML (de-)serialization, navigating around the object hierarchy, basic objects and GObject and GProperty wrappers, and networking classes. The accessible objects are documented in the p: namespace section (p: namespace) of the reference part of this manual.
paktd
The generic pakt daemon listens on specified ports for connections from pakt clients (like pash), and serves them with access to the server-side object space. The protocol is dependant on which modules are loaded.
modules
The generic pakt daemon (paktd) acts on objects defined by the loaded modules. Currently there is only one module:
gst
The GStreamer module (gst, libpaktgst.so) provides classes to interface pakt with GStreamer. The tags and their attributes are documented in gst: namespace
pash
pash, the pakt shell, is a commandline shell program that allows you to test, debug and experiment with a pakt server. It features readline-style tab expansion for the servers object space.
Download (0.36MB)
Added: 2005-04-19 License: GPL (GNU General Public License) Price:
1648 downloads

Gnome Catalog 0.3.4.2
This is a cataloging software for CDs and DVDs. more>>
Gnome Catalog 0.3.4.2 is a handy application for Gnome. It is actually a cataloging software for CDs and DVDs.
It can catalog your DVDs/CDs and files in your hard disk. Generate thumbnails of the video files and image files via nautilus (gnome file manager), and saves it in the database files. Save the metadata of the files, then you can search in the metatada of mp3, avis, images (exif).
The program have been develop in python-gtk for gnome desktop, using pyvorbis, mp3info, musicbraiz, and sqlite as database backend. The program should be very easy of use and very fast.
The program have been develop in python-gtk for gnome desktop, using pyvorbis, mp3info, musicbraiz, and sqlite as database backend. The program should be very easy of use and very fast.
Enhancements: Feb 21 2009
- German translation
- Solved bugs regarding utf8 characters
Requirements:
- python-gtk2
- python-pyvorbis
- python-pysqlite2
- python-gnome2
- gtk+
Added: 2009-02-21 License: GPL Price: FREE
1 downloads
Laffer 0.3.4.1
Laffer is a Web-based instant messenger client. more>>
Laffer is a Web-based instant messenger client.
Laffer is written in HTML and JavaScript, and it uses DOM 1.2 and PHP. Laffer is capable of exchanging text messages, contact list visualization, presence status visualization, and getting information about the user.
No file, audio, or video exchange is supported at the moment.
Enhancements:
- Fixed an issue that prevented the Im Proxy Server to work at all.
<<lessLaffer is written in HTML and JavaScript, and it uses DOM 1.2 and PHP. Laffer is capable of exchanging text messages, contact list visualization, presence status visualization, and getting information about the user.
No file, audio, or video exchange is supported at the moment.
Enhancements:
- Fixed an issue that prevented the Im Proxy Server to work at all.
Download (0.54MB)
Added: 2007-05-15 License: GPL (GNU General Public License) Price:
532 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 wmapmload 0.3.4 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