blokkal 0.0.3
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 90
Blokkal 0.0.3
Blokkal project offers a KDE blogging client. more>>
Blokkal project offers a KDE blogging client.
Description:
Blokkal is a KDE blogging client designed to support multiple protocols and blogging sites. The goal is to provide a uniform way to access the most commonly used blogging systems.
Currently Blokkal supports servers that employ the LiveJournal blog software.
<<lessDescription:
Blokkal is a KDE blogging client designed to support multiple protocols and blogging sites. The goal is to provide a uniform way to access the most commonly used blogging systems.
Currently Blokkal supports servers that employ the LiveJournal blog software.
Download (0.48MB)
Added: 2007-06-20 License: GPL (GNU General Public License) Price:
856 downloads
XODA 0.0.3
XODA is the KISSed Document Manager based on php and AJAX! more>>
XODA is the KISSed Document Manager based on php and AJAX! It uses no database backend, but allows the addition and editing of descriptions, tags, and categories for files and directories, as well as performing regular actions like moving, renaming, and deleting.
The project targets end users who want to organize all kinds of documents on a remote machine running a Web server with PHP support. It is just one file including compressed JavaScript, and stores the "meta-information" in PHP files.
Main features:
- BSD license,
- browser based editing of the preferences and labels as well as changing the password,
- adding/editing descriptions of files and directories,
- adding/editing tags to files and directories,
- creating files and directories,
- moving, renaming and deleting files and directories,
- "downloading" to XODA using URL (without downloading to the local machine).
Enhancements:
- small bugfixes, fix some typos, added preview of the images, added upload of multiple files (maximum size is displayed), added hints as acronyms for the change of the settings.
<<lessThe project targets end users who want to organize all kinds of documents on a remote machine running a Web server with PHP support. It is just one file including compressed JavaScript, and stores the "meta-information" in PHP files.
Main features:
- BSD license,
- browser based editing of the preferences and labels as well as changing the password,
- adding/editing descriptions of files and directories,
- adding/editing tags to files and directories,
- creating files and directories,
- moving, renaming and deleting files and directories,
- "downloading" to XODA using URL (without downloading to the local machine).
Enhancements:
- small bugfixes, fix some typos, added preview of the images, added upload of multiple files (maximum size is displayed), added hints as acronyms for the change of the settings.
Download (0.013MB)
Added: 2007-05-21 License: BSD License Price:
886 downloads
LibSerial 0.0.3
LibSerial provides a collection of C++ classes that allow one to access serial ports on POSIX systems. more>>
LibSerial provides a collection of C++ classes that allow one to access serial ports on POSIX systems like standard C++ iostream objects.
Member functions are provided for setting various parameters of the serial ports such as the baud rate, character size, flow control and others. LibSerials idea is to simplify serial port programming on POSIX systems.
When you have installed the above tools, run the following commands:
Installation:
./configure
make
make install
Note: The html documentation will not be installed by "make install". I will fix this in the future release.
<<lessMember functions are provided for setting various parameters of the serial ports such as the baud rate, character size, flow control and others. LibSerials idea is to simplify serial port programming on POSIX systems.
When you have installed the above tools, run the following commands:
Installation:
./configure
make
make install
Note: The html documentation will not be installed by "make install". I will fix this in the future release.
Download (0.35MB)
Added: 2006-05-18 License: GPL (GNU General Public License) Price:
1260 downloads
Build Log 0.0.3
Build Log is a tool to log software builds. more>>
Buildog was inspired by my need to track the steps involved in software builds. Particularly the software packages in the Linux From Scratch book.
It is not a package manager in the traditional sense, it will not track dependences. It tries to stay out of your way as much as possible.
If you grow weary of RPM spec files, or this months "package manager" (there are about a dozen or so of them out there, with new distributions adding their own every month) Buildog may be for you.
What it will do for you is log the information required to build it, files it created, URLs it needs (it will fetch them for you too if you want, with support for mirrors and caching) a log of the build stages, notes and descriptions, its home page, and any other information you may wish to add.
Its pretty simple to use, if youve ever installed packages from source, youll get the hang if it quickly.
Installation
Quite a bit of work has gone into making this install nicely. Perl programs are kind of notorious for being difficult to install.
It uses the autoconf to guess your location of perl, supports the usual --prefix --bindir --sysconfdir and --localstatedir options. Type make install to install it, (a plain make shows what will be installed where).
<<lessIt is not a package manager in the traditional sense, it will not track dependences. It tries to stay out of your way as much as possible.
If you grow weary of RPM spec files, or this months "package manager" (there are about a dozen or so of them out there, with new distributions adding their own every month) Buildog may be for you.
What it will do for you is log the information required to build it, files it created, URLs it needs (it will fetch them for you too if you want, with support for mirrors and caching) a log of the build stages, notes and descriptions, its home page, and any other information you may wish to add.
Its pretty simple to use, if youve ever installed packages from source, youll get the hang if it quickly.
Installation
Quite a bit of work has gone into making this install nicely. Perl programs are kind of notorious for being difficult to install.
It uses the autoconf to guess your location of perl, supports the usual --prefix --bindir --sysconfdir and --localstatedir options. Type make install to install it, (a plain make shows what will be installed where).
Download (0.040MB)
Added: 2005-04-04 License: LGPL (GNU Lesser General Public License) Price:
1664 downloads
GlGuiA 0.0.3
GlGuiA is a set of Ada packages for creating graphical user interfaces. more>>
GlGuiA is a set of Ada packages for creating graphical user interfaces. It provides a complete and extensible set of graphical items (widgets), such as buttons, scales, trees, message boxes, and dialog boxes.
It should be rather easy to create new objects from existing ones. To gain platform independence, the library relies on OpenGl for drawing primitives. Basic event and window management are done using Glfw.
Enhancements:
- OpenGL-related specifications have been split.
- It no longer uses GLUT, but instead Glfw for low-level windows and events management.
- Much better font handling, and basic decorations have been added to text.
- View manipulations added: mouse move + middle button (pan view) and mouse wheel (zoom view).
- A line entry widget to input single-line text has been added.
- Activate with a mouse click, validate with enter or left-click, and cancel with escape or right-click.
<<lessIt should be rather easy to create new objects from existing ones. To gain platform independence, the library relies on OpenGl for drawing primitives. Basic event and window management are done using Glfw.
Enhancements:
- OpenGL-related specifications have been split.
- It no longer uses GLUT, but instead Glfw for low-level windows and events management.
- Much better font handling, and basic decorations have been added to text.
- View manipulations added: mouse move + middle button (pan view) and mouse wheel (zoom view).
- A line entry widget to input single-line text has been added.
- Activate with a mouse click, validate with enter or left-click, and cancel with escape or right-click.
Download (0.094MB)
Added: 2005-08-31 License: GPL (GNU General Public License) Price:
1516 downloads
KTU 0.0.3
KTU project makes it possible to fetch a translation from KDEs svn. more>>
KTU project makes it possible to fetch a translation from KDEs svn. That translation will be installed and can be editted. The diff can be mailed, etc...
I would appreciate it if you could test it. Ideas are welcome.
Enhancements:
- support for custom path for KBabel
- several memory leaks fixed
- check requirements now on the firstrun dialog as well
- stats were not working when using a translated msgfmt
- stats were blocking the interface with a lot of files
- linkback added to get some feedback
- use a sqlite database for storage of install state
- make it possible to fetch all translations for a module
- make it possible to fetch all translations for a language
- add a quick searchline
<<lessI would appreciate it if you could test it. Ideas are welcome.
Enhancements:
- support for custom path for KBabel
- several memory leaks fixed
- check requirements now on the firstrun dialog as well
- stats were not working when using a translated msgfmt
- stats were blocking the interface with a lot of files
- linkback added to get some feedback
- use a sqlite database for storage of install state
- make it possible to fetch all translations for a module
- make it possible to fetch all translations for a language
- add a quick searchline
Download (0.45MB)
Added: 2006-08-18 License: GPL (GNU General Public License) Price:
1162 downloads
Baghdad 0.0.3
The Baghdad project is an Arabic spell checker. more>>
The Baghdad project is an Arabic spell checker.
The Arabic spell checker named after the occupied Iraqi capital. Based on the ideas and data of the Buckwalter Arabic Morphological Analyzer.
<<lessThe Arabic spell checker named after the occupied Iraqi capital. Based on the ideas and data of the Buckwalter Arabic Morphological Analyzer.
Download (0.30MB)
Added: 2005-12-27 License: GPL (GNU General Public License) Price:
1397 downloads
libease 0.0.3
libease is a shared library containing easing algorithms. more>>
libease is a shared library containing easing algorithms that can be used for graphical effects or mathematical calculations.
libeases main goal of is to try and create a centralised library for easing effects within the window manager environment.
Installation:
Beginners:
This is intended for those not fluent with linux
Please type the following at root:
sh ./install.sh
Experts:
Setting prefix: There is currently only the Edit the Makefile method. (sorry, getting to it)
then type the following:
make clean
make
make install
make test
Enhancements:
- Five new easing methods were introduced.
- We are currently looking for programmers and mathematicians to help develop better easing methods and to redesign the code construct used to access the methods.
<<lesslibeases main goal of is to try and create a centralised library for easing effects within the window manager environment.
Installation:
Beginners:
This is intended for those not fluent with linux
Please type the following at root:
sh ./install.sh
Experts:
Setting prefix: There is currently only the Edit the Makefile method. (sorry, getting to it)
then type the following:
make clean
make
make install
make test
Enhancements:
- Five new easing methods were introduced.
- We are currently looking for programmers and mathematicians to help develop better easing methods and to redesign the code construct used to access the methods.
Download (0.011MB)
Added: 2007-04-16 License: GPL (GNU General Public License) Price:
922 downloads
LircNav 0.0.3
LircNav is an application for navagating and running programs using a IR remote. more>>
This program is simply a LIRC based file navigator. It can be controlled by the mouse or LIRC and can execute the program for specific file extensions.
Great for people with a collection of media files and a LIRC enabled player like mplayer and, of cource, a working install or LIRC and your favorite IR remote.
Main features:
- Just-type quick searching (/ goes to the next match).
- Book-marking often visited directories.
- Mounting, unmounting and ejecting mount points in the fstab.
- Rembers
- Window position
- Window size
- Last directory
- Last file selected
- Can ignore LIRC input while the child process is running to allow over lapping buttons between lircnav and the child application.
LIRC Commands:
- up_dir - Moves up the directory tree.
- select
- If a directory is selected it changes into that directory.
- If a file with a known extention is selected, the program specified is executed.
- All other files, or special files are ignored.
- up - Moves the selection one option up.
- down - Moves the selection one option down.
- page_up - Moves the selection a page of options up. The number it moves depends on the windows size.
- page_down - Moves the selection a page of options down. The number it moves depends on the windows size.
- mount - Calls mount with the currently selected file (must be listed in fstab to work). *See README for more detail.
- umount - Calls umount with the currently selected file (must be listed in fstab to work). See README for more detail.
- mount - Calls eject with the currently selected file (must be listed in fstab and you must have eject installed for this to work). *See README for more detail.
<<lessGreat for people with a collection of media files and a LIRC enabled player like mplayer and, of cource, a working install or LIRC and your favorite IR remote.
Main features:
- Just-type quick searching (/ goes to the next match).
- Book-marking often visited directories.
- Mounting, unmounting and ejecting mount points in the fstab.
- Rembers
- Window position
- Window size
- Last directory
- Last file selected
- Can ignore LIRC input while the child process is running to allow over lapping buttons between lircnav and the child application.
LIRC Commands:
- up_dir - Moves up the directory tree.
- select
- If a directory is selected it changes into that directory.
- If a file with a known extention is selected, the program specified is executed.
- All other files, or special files are ignored.
- up - Moves the selection one option up.
- down - Moves the selection one option down.
- page_up - Moves the selection a page of options up. The number it moves depends on the windows size.
- page_down - Moves the selection a page of options down. The number it moves depends on the windows size.
- mount - Calls mount with the currently selected file (must be listed in fstab to work). *See README for more detail.
- umount - Calls umount with the currently selected file (must be listed in fstab to work). See README for more detail.
- mount - Calls eject with the currently selected file (must be listed in fstab and you must have eject installed for this to work). *See README for more detail.
Download (0.036MB)
Added: 2005-08-02 License: GPL (GNU General Public License) Price:
1545 downloads
Log::StdLog 0.0.3
Log::StdLog is a Perl module with a simple log file via a special filehandle. more>>
Log::StdLog is a Perl module with a simple log file via a special filehandle.
SYNOPSIS
use Log::StdLog { level => warn, file => "$0.log" };
# Messages at the same or a higher level are logged...
print {*STDLOG} error => "This error message will be loggedn";
print {*STDLOG} warn => "This warning message will be loggedn";
# Messages at a lower level are ignored...
print {*STDLOG} info => "This info message will NOT be loggedn";
# The default message level is the one that was specified
# when the module was loaded...
print {*STDLOG} "This is a warning message. It will be loggedn";
This module provides a very simple kind of log file, with a very simple interface. Messages are logged simply by printing to *STDLOG, which the module exports to any namespace into which its loaded.
<<lessSYNOPSIS
use Log::StdLog { level => warn, file => "$0.log" };
# Messages at the same or a higher level are logged...
print {*STDLOG} error => "This error message will be loggedn";
print {*STDLOG} warn => "This warning message will be loggedn";
# Messages at a lower level are ignored...
print {*STDLOG} info => "This info message will NOT be loggedn";
# The default message level is the one that was specified
# when the module was loaded...
print {*STDLOG} "This is a warning message. It will be loggedn";
This module provides a very simple kind of log file, with a very simple interface. Messages are logged simply by printing to *STDLOG, which the module exports to any namespace into which its loaded.
Download (0.007MB)
Added: 2007-01-13 License: Perl Artistic License Price:
1014 downloads
ComicMan 0.0.3
ComicMan downloads Web comics from the Internet to your hard drive. more>>
ComicMan downloads Web comics from the Internet to your hard drive. ComicMan remembers the last download for each title, so you wont get duplicates from running it multiple times.
The application itself is a command line tool, but it comes with a graphical configuration tool and an editor for making new Web comic configuration files.
<<lessThe application itself is a command line tool, but it comes with a graphical configuration tool and an editor for making new Web comic configuration files.
Download (0.044MB)
Added: 2006-11-14 License: Perl Artistic License Price:
1077 downloads
libZI 0.0.3
libZI is a library that allows developers to store configuration information into an xml-file. more>>
libZI is a library that allows developers to store configuration information into an xml-file using a predefined and common syntax structure. The following encompasses the rationale behind such a library: It has become common in Unix based environments to store configuration information into text-files.
The problem, however, became the lack of a designated syntax and storage types. The solution, libZI, a typesafe way of storing and retrieving data from an xml file that appears completely seamless to the developer, for he or she does not have to worry about type conversions -- libZI handles it itself.
At present, libZI has the rough capability of an old Windows *.ini file. Simply, it lacks tree capabilities. That will be integrated into its design later on. Despite that limitation, the library supports storing and retrieving the primitive datatypes from C/C++.The library is still in its development state, and will probably remain there for a while. As for the syntax for libZIs output, that should remain rather consistent throughout the versions with the exception of some tag additions.
Adding the the consistency of libZI, it asserts itself as a cross-platform library. Its foundation resides on use of libXML2 (See II for further information). This means at the time of writing this, Linux, Unix, CygWin, MacOS (X), RISC OS, OS/2, VMS, and QNX should support libZI through its libXML foundation.
<<lessThe problem, however, became the lack of a designated syntax and storage types. The solution, libZI, a typesafe way of storing and retrieving data from an xml file that appears completely seamless to the developer, for he or she does not have to worry about type conversions -- libZI handles it itself.
At present, libZI has the rough capability of an old Windows *.ini file. Simply, it lacks tree capabilities. That will be integrated into its design later on. Despite that limitation, the library supports storing and retrieving the primitive datatypes from C/C++.The library is still in its development state, and will probably remain there for a while. As for the syntax for libZIs output, that should remain rather consistent throughout the versions with the exception of some tag additions.
Adding the the consistency of libZI, it asserts itself as a cross-platform library. Its foundation resides on use of libXML2 (See II for further information). This means at the time of writing this, Linux, Unix, CygWin, MacOS (X), RISC OS, OS/2, VMS, and QNX should support libZI through its libXML foundation.
Download (0.016MB)
Added: 2006-05-18 License: GPL (GNU General Public License) Price:
1257 downloads
USB Launcher 0.0.3
USB Launcher project is a couple of basic programs to drive the M&S USB Missile Launcher. more>>
USB Launcher project is a couple of basic programs to drive the M&S USB Missile Launcher.
ctlmissile does all the actual work. Youll need libusb installed to compile it, but assuming you have that typing "make" should do the trick. You can then
do:
ctlmissile up
ctlmissile down
ctlmissile left
ctlmissile right
ctlmissile fire
ctlmissile stop
to do all the things youd expect. Note youll need to be root to use it. I
havent figured out a nice way to use libusb yet as a user. Anyone got some pointers?
Oh, and youll need to not have usbhid installed or itll claim the device itself (I think I can add support so that it gets automatically disconnected from the device, so Ill have a look at that).
usblauncher is a Perl program that uses GTK2 to provide a basic interface for controlling the launcher. It uses ctlmissile. Currently Ive made ctlmissile suid root so I can run usblauncher as my normal user id, but Im not sure about this long term.
Enhancements:
- Added support for Dream Cheeky USB missile launcher from James Puderer.
<<lessctlmissile does all the actual work. Youll need libusb installed to compile it, but assuming you have that typing "make" should do the trick. You can then
do:
ctlmissile up
ctlmissile down
ctlmissile left
ctlmissile right
ctlmissile fire
ctlmissile stop
to do all the things youd expect. Note youll need to be root to use it. I
havent figured out a nice way to use libusb yet as a user. Anyone got some pointers?
Oh, and youll need to not have usbhid installed or itll claim the device itself (I think I can add support so that it gets automatically disconnected from the device, so Ill have a look at that).
usblauncher is a Perl program that uses GTK2 to provide a basic interface for controlling the launcher. It uses ctlmissile. Currently Ive made ctlmissile suid root so I can run usblauncher as my normal user id, but Im not sure about this long term.
Enhancements:
- Added support for Dream Cheeky USB missile launcher from James Puderer.
Download (0.008MB)
Added: 2007-06-18 License: GPL (GNU General Public License) Price:
522 downloads
PjBOT 0.0.4
PjBOT is a fun-oriented irc bot. more>>
PjBOT is a fun-oriented irc bot. Theres no need to do an installation.
Just do it:
./pjbot.py &
The bot will enter #pjbot @ irc.debian.org. You can change this settings in the pjbot.py file.
Also there you must change saludo and quitmsg variables.
Here are some useful commands:
!trivial : sends a question.
!A phrase : where "phrase" is the phrase that gives the answer.
!opme : gives you @ in the channel.
!deopme : takes your @ out.
!off : bot quits irc
The questions and answers are read from the ./trivial/trivial.txt file and you can modify it to your needs.
The functionality of this version (0.0.3) is very poor, I just started the development.
<<lessJust do it:
./pjbot.py &
The bot will enter #pjbot @ irc.debian.org. You can change this settings in the pjbot.py file.
Also there you must change saludo and quitmsg variables.
Here are some useful commands:
!trivial : sends a question.
!A phrase : where "phrase" is the phrase that gives the answer.
!opme : gives you @ in the channel.
!deopme : takes your @ out.
!off : bot quits irc
The questions and answers are read from the ./trivial/trivial.txt file and you can modify it to your needs.
The functionality of this version (0.0.3) is very poor, I just started the development.
Download (0.051MB)
Added: 2006-06-17 License: GPL (GNU General Public License) Price:
1224 downloads
Netembryo 0.0.3
Netembryo is a network abstraction library. more>>
Netembryo is a network abstraction library (originated from our old wrapper socket) plus some misc utility functions used as foundation for feng, libnemesi, felix.
It provides an uniform access to the following protocols:
- UDP
- TCP
- SCTP
Netembryo 0.0.3 is available, otherwise you may fetch the live sources from our public git tree or use a snapshot
The project is currently released under the GNU General Public License version 2 the next releases will be under GNU Lesser General Public License version 2.1
<<lessIt provides an uniform access to the following protocols:
- UDP
- TCP
- SCTP
Netembryo 0.0.3 is available, otherwise you may fetch the live sources from our public git tree or use a snapshot
The project is currently released under the GNU General Public License version 2 the next releases will be under GNU Lesser General Public License version 2.1
Download (0.44MB)
Added: 2007-07-17 License: LGPL (GNU Lesser General Public License) Price:
832 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 blokkal 0.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