pixane 0.5
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 924
Pixane 0.5
Pixane is a library for image handling and transformation. more>>
Pixane is a library for image handling and transformation. The library supports a large number of formats in both reading and writing modes.
Pixane has been designed to be used from a dynamic language like Tcl. It makes possible and easy to generate and transform images in scripts, and is especially useful for web developers, since it can be called as CGI.
See pixane and pixfont for reference on how to use Pixane from Tcl scripts.
Pixane standalone distribution is made of dynamic libraries with no external dependencies. It requires no installation at all, except copying the correct dynamic library for your platform anywhere and loading it into your Tcl interpreter. All shared libraries are libc agnostic as much as possible. Especially on Linux platform, all libraries should be loadable in either a uClibc or glibc based interpreter, or in tclkit.
Pixane is also part of ETcl distribution, making it easy to deploy on a large variety of platforms, including Win32, Linux and Windows Mobile 2003 (aka PocketPC).
Enhancements:
- Dfont support on Mac OS X was added.
- A bug with reading multi-frame GIF images with local palettes was fixed.
- A larger set of compositing operators was implemented.
<<lessPixane has been designed to be used from a dynamic language like Tcl. It makes possible and easy to generate and transform images in scripts, and is especially useful for web developers, since it can be called as CGI.
See pixane and pixfont for reference on how to use Pixane from Tcl scripts.
Pixane standalone distribution is made of dynamic libraries with no external dependencies. It requires no installation at all, except copying the correct dynamic library for your platform anywhere and loading it into your Tcl interpreter. All shared libraries are libc agnostic as much as possible. Especially on Linux platform, all libraries should be loadable in either a uClibc or glibc based interpreter, or in tclkit.
Pixane is also part of ETcl distribution, making it easy to deploy on a large variety of platforms, including Win32, Linux and Windows Mobile 2003 (aka PocketPC).
Enhancements:
- Dfont support on Mac OS X was added.
- A bug with reading multi-frame GIF images with local palettes was fixed.
- A larger set of compositing operators was implemented.
Download (6.4MB)
Added: 2007-08-08 License: Free To Use But Restricted Price:
807 downloads
kpaste 0.5
kpaste is a simple python script that allows you to paste something to http://www.rafb.net/paste more>>
kpaste is a simple python script that allows you to paste something to http://www.rafb.net/paste
You can use it by service menu or console.
Usage:
$ kpaste foo.py
or press ALT + F2 and write "kpaste". Kdialog will be shown, than select file and paste.
Installation:
Sorry for setup.py :-) Just you can install by writing only 3 commands.
There are 3 files in src/ which you should copy to correct directories.
File Name | Description | Path |
----------------|-----------------------------------------------|-----------------------------------------------|
kpaste | An application | /usr/bin |
kpaste.png | An image file which is used by servicemenu | /usr/share/pixmaps |
kpaste.desktop | A service menu that is used by konqueror | $HOME/.kde/share/apps/konqueror/servicemenus |
-----------------------------------------------------------------------------------------------------------------
Note: You must be root in order to copy "kpaste" and "kpaste.png" to its directories.
$ -> user
# -> root
$ cd src/
$ su
# cp kpaste /usr/bin
# cp kpaste.png /usr/share/pixmaps
# exit
$ cp kpaste.desktop ~/.kde/share/apps/konqueror/servicemenus
Enhancements:
- Fixed console output.
- It was giving it with kdialog
<<lessYou can use it by service menu or console.
Usage:
$ kpaste foo.py
or press ALT + F2 and write "kpaste". Kdialog will be shown, than select file and paste.
Installation:
Sorry for setup.py :-) Just you can install by writing only 3 commands.
There are 3 files in src/ which you should copy to correct directories.
File Name | Description | Path |
----------------|-----------------------------------------------|-----------------------------------------------|
kpaste | An application | /usr/bin |
kpaste.png | An image file which is used by servicemenu | /usr/share/pixmaps |
kpaste.desktop | A service menu that is used by konqueror | $HOME/.kde/share/apps/konqueror/servicemenus |
-----------------------------------------------------------------------------------------------------------------
Note: You must be root in order to copy "kpaste" and "kpaste.png" to its directories.
$ -> user
# -> root
$ cd src/
$ su
# cp kpaste /usr/bin
# cp kpaste.png /usr/share/pixmaps
# exit
$ cp kpaste.desktop ~/.kde/share/apps/konqueror/servicemenus
Enhancements:
- Fixed console output.
- It was giving it with kdialog
Download (0.011MB)
Added: 2007-01-25 License: GPL (GNU General Public License) Price:
1002 downloads
Panelizer 0.5
Panelizer is a memory efficient desktop panel. more>>
Panelizer project is a memory efficient desktop panel.
It works by holding all applets within the panel process itself.
Typical memory usage is currently around 1MB with 10 applets loaded.
Applets are provided by dynamically-loaded shared libraries, and new ones can be easily written using an easy C ABI.
Configuration is stored as XML and each applet has its own configuration data.
Here are some currently implemented applets of "Panelizer":
- launch menu (uses Open Desktop compatible entries)
- clock
- CPU instant load bar
- mail notifier (biff)
- removable drive mounter and ejecter
- network traffic monitor and (limited) launcher
- memory monitor
- audio mute
<<lessIt works by holding all applets within the panel process itself.
Typical memory usage is currently around 1MB with 10 applets loaded.
Applets are provided by dynamically-loaded shared libraries, and new ones can be easily written using an easy C ABI.
Configuration is stored as XML and each applet has its own configuration data.
Here are some currently implemented applets of "Panelizer":
- launch menu (uses Open Desktop compatible entries)
- clock
- CPU instant load bar
- mail notifier (biff)
- removable drive mounter and ejecter
- network traffic monitor and (limited) launcher
- memory monitor
- audio mute
Download (0.065MB)
Added: 2006-09-28 License: GPL (GNU General Public License) Price:
1122 downloads
palaver 0.5
palaver is a multi-user chat component for Jabber and XMPP servers. more>>
palaver is a multi-user chat component for Jabber and XMPP servers. The intention for this project is to support all features of JEP-0045 as well as the relevant extended discovery features of JEP-0128.
palaver is written in Python using the Twisted framework for Internet applications. It is licensed under the open source MIT license.
The main inspiration for writing palaver was to replace JCR mu-conference. While mu-conference has served the community well, its lack of maintenance has left many searching for a replacement.
Currently all basic multi-user chat features are supported, including some extra things like ban lists. More features are on the way, and the intention is to fully support the entire protocol.
palaver is licensed under the MIT open source license. It is free to use, modify and distribute by commercial and non-commercial users and developers.
<<lesspalaver is written in Python using the Twisted framework for Internet applications. It is licensed under the open source MIT license.
The main inspiration for writing palaver was to replace JCR mu-conference. While mu-conference has served the community well, its lack of maintenance has left many searching for a replacement.
Currently all basic multi-user chat features are supported, including some extra things like ban lists. More features are on the way, and the intention is to fully support the entire protocol.
palaver is licensed under the MIT open source license. It is free to use, modify and distribute by commercial and non-commercial users and developers.
Download (0.023MB)
Added: 2007-03-17 License: MIT/X Consortium License Price:
951 downloads
GedanKen 0.5
GedanKen is a little karamba widget for your notes I was inspired by TooDoo and dbkalender. more>>
GedanKen is a little karamba widget for your notes I was inspired by TooDoo and dbkalender.
Nethertheless I wanted a theme that looked good with dbkalender, so I used the backgrounds from dbKalendar for a consistent look.
I also used the "add" and "delete" button from TooDoo. After all this copying I added my python code, although it is not the best, it just works.
And I hope youll like it
<<lessNethertheless I wanted a theme that looked good with dbkalender, so I used the backgrounds from dbKalendar for a consistent look.
I also used the "add" and "delete" button from TooDoo. After all this copying I added my python code, although it is not the best, it just works.
And I hope youll like it
Download (0.056MB)
Added: 2006-06-21 License: GPL (GNU General Public License) Price:
1220 downloads
manix 0.5
manix is a window manager which aims to provide a full MacOS 8/9 interface, including an implementation of the Carbon API. more>>
manix is a window manager which aims to provide a full MacOS 8/9 interface, including an implementation of the Carbon API.
manix is using X11 as the graphical backend.
The window manager is not finished but should be useable. It will be part of the Manix Desktop which aims to implement the entire Mac OS 8/9 interface, without the hanging
and crashing of course.
Main features:
- Workspaces - currently fixed at 4, but will be settable in version 0.4
- Small and fast
Enhancements:
- Support for transient windows (modal dialogs), a new look for dialogs, and plain windows were added.
<<lessmanix is using X11 as the graphical backend.
The window manager is not finished but should be useable. It will be part of the Manix Desktop which aims to implement the entire Mac OS 8/9 interface, without the hanging
and crashing of course.
Main features:
- Workspaces - currently fixed at 4, but will be settable in version 0.4
- Small and fast
Enhancements:
- Support for transient windows (modal dialogs), a new look for dialogs, and plain windows were added.
Download (0.018MB)
Added: 2005-12-01 License: GPL (GNU General Public License) Price:
1423 downloads
Sparkling 0.5
Sparkling project is a iconset for KDE. more>>
Sparkling project is a iconset for KDE.
Sparkling - an Icon Theme for KDE | 0.5
Download,install,look,feel and comment.
Here is the long awaited new version of Sparkling. I made many changes cause a i still didnt like some of aspects of the iconset and added a few new icons.
Enhancements:
- all icons overworked
- fixed shadow problems
- a lot of small changes and bug fixes
- new copy action icon
- new network_local icon
- new improved firebird icons
- new open term icon
- new monitor icon
- new desktop icon
- new folder_bin icon (now fits exec icon)
- new button_cancel icon
- new improved xmms icon (xmms_on extra icon)
- improved email icon
<<lessSparkling - an Icon Theme for KDE | 0.5
Download,install,look,feel and comment.
Here is the long awaited new version of Sparkling. I made many changes cause a i still didnt like some of aspects of the iconset and added a few new icons.
Enhancements:
- all icons overworked
- fixed shadow problems
- a lot of small changes and bug fixes
- new copy action icon
- new network_local icon
- new improved firebird icons
- new open term icon
- new monitor icon
- new desktop icon
- new folder_bin icon (now fits exec icon)
- new button_cancel icon
- new improved xmms icon (xmms_on extra icon)
- improved email icon
Download (3.2MB)
Added: 2007-02-08 License: Artistic License Price:
994 downloads
Elidune 0.5.0
Elidune project is a library management software. more>>
Elidune project is a library management software.
Built as a client/server application, using the XML-RPC protocol, it has been developed to be easy to use, yet powerful and able to be easily extended.
It supports cataloguing, customisable search, user management, and document circulation.
Enhancements:
- Makefile.am (SUBDIRS): Add m4.
- (ACLOCAL_AMFLAGS): New variable.
- (EXTRA_DIST): Add config.rpath.
- configure.in (AC_OUTPUT): Add m4/Makefile.
<<lessBuilt as a client/server application, using the XML-RPC protocol, it has been developed to be easy to use, yet powerful and able to be easily extended.
It supports cataloguing, customisable search, user management, and document circulation.
Enhancements:
- Makefile.am (SUBDIRS): Add m4.
- (ACLOCAL_AMFLAGS): New variable.
- (EXTRA_DIST): Add config.rpath.
- configure.in (AC_OUTPUT): Add m4/Makefile.
Download (0.59MB)
Added: 2006-10-25 License: GPL (GNU General Public License) Price:
1094 downloads
Crikey 0.5
Crikey is a program to generate key events under X11. more>>
Crikey Map Strings to Keys is a program to generate key events under X11 on a Linux/Unix system, in order to provide a "QuickKeys"-like way to bind strings to a function key or other window manager event.
Usage:
crikey [-t] [-s sleeptime] args
Acts as if args was typed in whatever X window currently has focus.
-s sleeptime: sleep for sleeptime seconds before inserting the text. Many window managers need a delay for focus shifting or to allow the modifier button to be released. (New in 0.4: you can omit the space, e.g. -ssleeptime.)
-i (interactive) Read from standard input, instead of using the commandline arguments. This is useful if you need to generate more than one line at a time.
-t Use the XTest extension instead of normal X events (if available). In 0.3 and earlier, this was the default; but in some newer versions of XFree86 (for example, current Debian unstable), using XTest will cause the final key to repeat infinitely.
-d Debug: print debugging output.
If there are multiple arguments, single spaces will be inserted between them.
Enhancements:
- From Efraim Feinstein: Add -i option (read from stdin) and -d (print debug output); add "make uninstall" target.
<<lessUsage:
crikey [-t] [-s sleeptime] args
Acts as if args was typed in whatever X window currently has focus.
-s sleeptime: sleep for sleeptime seconds before inserting the text. Many window managers need a delay for focus shifting or to allow the modifier button to be released. (New in 0.4: you can omit the space, e.g. -ssleeptime.)
-i (interactive) Read from standard input, instead of using the commandline arguments. This is useful if you need to generate more than one line at a time.
-t Use the XTest extension instead of normal X events (if available). In 0.3 and earlier, this was the default; but in some newer versions of XFree86 (for example, current Debian unstable), using XTest will cause the final key to repeat infinitely.
-d Debug: print debugging output.
If there are multiple arguments, single spaces will be inserted between them.
Enhancements:
- From Efraim Feinstein: Add -i option (read from stdin) and -d (print debug output); add "make uninstall" target.
Download (0.44MB)
Added: 2006-08-30 License: GPL (GNU General Public License) Price:
1150 downloads
XPde 0.5.1
XPde is a Windows XP-like desktop environment for Linux. more>>
XPde is a complete desktop environment for Linux on x86. It tries to make easier for Windows XP users to use a Linux box.
Nothing more, no clipboard compatibility between Gtk and Qt applications, no emulation of Windows applications, no unification on the widgets of X applications, just a desktop environment.
Enhancements:
- The desktop now fully uses PNG+Alpha channel, so you can use the icons of your choice anywhere
- The icon theme has been updated to the latest crystal svg, but not all icons are included, just the needed ones
- The used font now is Bitstream vera, which looks very similar to tahoma
- Now, Im using QTheme from Andreas Hausladen: http://mitglied.lycos.de/AndreasHausladen/Delphi/Kylix/CLXPatches/unitcomp.html#QThemed
- Still some work to do on this field.
- The desktop now is a XPShellListView control, that means that is based on the XPListView control will be used to build the explorer and that uses the XPDirectoryMonitor, a component that maintain an update list of files from a directory and it gets notified about changes without polling or using FAM
- The desktop now repaints significantly faster, I have spent most of the time optimizing the code to make it work faster in lower resources machines
- The taskbar is also completely new, is built using bitmaps, as you can see in the shot and can be themed very easily
- The window manager is mostly new, it also allows you to use themes, including rounded window frames.
<<lessNothing more, no clipboard compatibility between Gtk and Qt applications, no emulation of Windows applications, no unification on the widgets of X applications, just a desktop environment.
Enhancements:
- The desktop now fully uses PNG+Alpha channel, so you can use the icons of your choice anywhere
- The icon theme has been updated to the latest crystal svg, but not all icons are included, just the needed ones
- The used font now is Bitstream vera, which looks very similar to tahoma
- Now, Im using QTheme from Andreas Hausladen: http://mitglied.lycos.de/AndreasHausladen/Delphi/Kylix/CLXPatches/unitcomp.html#QThemed
- Still some work to do on this field.
- The desktop now is a XPShellListView control, that means that is based on the XPListView control will be used to build the explorer and that uses the XPDirectoryMonitor, a component that maintain an update list of files from a directory and it gets notified about changes without polling or using FAM
- The desktop now repaints significantly faster, I have spent most of the time optimizing the code to make it work faster in lower resources machines
- The taskbar is also completely new, is built using bitmaps, as you can see in the shot and can be themed very easily
- The window manager is mostly new, it also allows you to use themes, including rounded window frames.
Download (4.6MB)
Added: 2005-04-21 License: GPL (GNU General Public License) Price:
1656 downloads
Esteban 0.5
Esteban is a chatbot developed with AIML more>>
Esteban is a chatbot developed with AIML. The goal of this project is to provide a free chatbot to help students of Spanish as a foreign language to learn Spanish.
Esteban is also meant to introduce the concept of free software to teachers who dont have programming skills.
<<lessEsteban is also meant to introduce the concept of free software to teachers who dont have programming skills.
Download (0.027MB)
Added: 2006-07-04 License: GPL (GNU General Public License) Price:
1211 downloads
php-sqlite3 0.5
php-sqlite3 is a PHP extension that lets you access SQLite3 databases within your scripts. more>>
php-sqlite3 project is a PHP extension that lets you access SQLite3 databases within your scripts.
PHP 4 and PHP 5 have already built-in support for this RDBM, but this is limited to the 2.x releases. This extension adds support for SQLite 3.x release.
Please note that this project is still alpha-quality. Please test and report if it works for you and how it can be enhanced.
Current (or planned) features include:
In-memory databases support
UTF-16 encoding
User-level SQL functions
PEAR::DB driver class
Enhancements:
- fix BEGIN...END/ROLLBACK statments queries (thanks to John Morrissey!)
- better support for BLOB columns (thanks to Michal Srajer!)
<<lessPHP 4 and PHP 5 have already built-in support for this RDBM, but this is limited to the 2.x releases. This extension adds support for SQLite 3.x release.
Please note that this project is still alpha-quality. Please test and report if it works for you and how it can be enhanced.
Current (or planned) features include:
In-memory databases support
UTF-16 encoding
User-level SQL functions
PEAR::DB driver class
Enhancements:
- fix BEGIN...END/ROLLBACK statments queries (thanks to John Morrissey!)
- better support for BLOB columns (thanks to Michal Srajer!)
Download (0.010MB)
Added: 2007-04-05 License: The PHP License Price:
948 downloads
OpenEuclide 0.5
OpenEuclide is an opensource multi-platform 2D geometry software. more>>
OpenEuclide is a geometry software that can produce geometrical figures by adding preformed objects one at a time.
OpenEuclide is an opensource multi-platform 2D geometry software. Figures are defined dynamically by describing formal geometrical constraints. This project is a basic tool for educational or modeling purpose that aims to be extended as far as possible in response to user needs. May it involve users talents in C++ programming.
Supported languages are : English and French.
The goal is now to make a robust, easy to use, totally multiplatform software (no runtime environment needed), featured for education until high school (excluded).
<<lessOpenEuclide is an opensource multi-platform 2D geometry software. Figures are defined dynamically by describing formal geometrical constraints. This project is a basic tool for educational or modeling purpose that aims to be extended as far as possible in response to user needs. May it involve users talents in C++ programming.
Supported languages are : English and French.
The goal is now to make a robust, easy to use, totally multiplatform software (no runtime environment needed), featured for education until high school (excluded).
Download (0.19MB)
Added: 2006-10-31 License: GPL (GNU General Public License) Price:
1092 downloads
postPHPix 0.5-1
postPHPix is a PHP-based interface to manage LDAP virtual mail domains. more>>
Postphpix is a mail subsystem based on Postfix and LDAP, it started with a PHP interface to manage mail domains via web, but now it can be managed from command line too through the command phpxadm. I started this project needing a mail subsystem that should be:
.secure
no system users
.scalable
daemons intercommunicates via socket so can be splitted on many phisical servers for high traffic systems using eventually SSL encription
.reliable
after splitting the daemons, you can get systems reduntant using for example heartbeat clustering software, and the ldap database allow you to manage and backup user information quickly or realize a mail folder backup server easily
.packageable
for many years I used Qmail, now I need more license flexibilty, so I decided to study and use Postfix, this architecture is the mail subsystem of the Argo GNU/Linux distribution that soon will be available as free software too
Enhancements:
- /etc/postphpix/postphpixconf.sh moved in /usr/lib/postphpix/
<<less.secure
no system users
.scalable
daemons intercommunicates via socket so can be splitted on many phisical servers for high traffic systems using eventually SSL encription
.reliable
after splitting the daemons, you can get systems reduntant using for example heartbeat clustering software, and the ldap database allow you to manage and backup user information quickly or realize a mail folder backup server easily
.packageable
for many years I used Qmail, now I need more license flexibilty, so I decided to study and use Postfix, this architecture is the mail subsystem of the Argo GNU/Linux distribution that soon will be available as free software too
Enhancements:
- /etc/postphpix/postphpixconf.sh moved in /usr/lib/postphpix/
Download (0.082MB)
Added: 2005-04-28 License: GPL (GNU General Public License) Price:
1639 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 pixane 0.5 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