mim 1.0.9
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 22
MIM 1.0.9
MIM is an application that allows viewing of MPEG-I streams multicasted according to RFC1889, RFC1890, RFC2250. more>>
MIM is an application that allows viewing of MPEG-I streams multicasted according to RFC1889, RFC1890, RFC2250. These are video streams broadcasted at 30 fps over the mbone. Audio is made in the form of mpeg layer 2 or 3.
Untar the package.
To compile mim:
cd mim-1.0.9/mim/
cp Makefile.platform Makefile
make mim
or
cd mim-1.0.9/mim/
make -f Makefile.platform mim
Make sure to check the Makefile for sanity in the context of your environment.
To compile xmim:
cd mim-1.0.9/xmim
cp Makefile.platform Makefile
make xmim
or
cd mim-1.0.9/xmim/
make -f Makefile.platform xmim
<<lessUntar the package.
To compile mim:
cd mim-1.0.9/mim/
cp Makefile.platform Makefile
make mim
or
cd mim-1.0.9/mim/
make -f Makefile.platform mim
Make sure to check the Makefile for sanity in the context of your environment.
To compile xmim:
cd mim-1.0.9/xmim
cp Makefile.platform Makefile
make xmim
or
cd mim-1.0.9/xmim/
make -f Makefile.platform xmim
Download (0.024MB)
Added: 2006-07-21 License: GPL (GNU General Public License) Price:
1194 downloads
Risk 1.0.9.2
Risk is a Java version of the classic RISK board game. more>>
Risk is a Java version of the classic RISK board game, with a simple map format, network play, single player mode, hotseat, and many more features. Risk works on all operating system that run Java 1.4 or higher.
<<less Download (3.5MB)
Added: 2007-07-08 License: GPL (GNU General Public License) Price:
2282 downloads
QuickCam VC 1.0.9
QuickCam VC is a video4linux driver for the Connectix QuickCam VC. more>>
QuickCam VC is a video4linux driver for the Connectix QuickCam VC. This project is intended to provide a linux driver only, it is not intended to (and cannot) substitute Connectix/Logitech Windows drivers.
When Logitech will develop a Linux driver for that cam, the authors of this project will be very happy to live them the scene.
This software is a result of a large work amount of identification/intuition outside the usb port, and it isnt based on Logitech programming documents. So this driver can damage your QuickCam.You can use it at your own risk. Unfortunately there isnt free Logitech specifications about the webcam.
Enhancements:
- Adds support for recent 2.6 kernel versions
<<lessWhen Logitech will develop a Linux driver for that cam, the authors of this project will be very happy to live them the scene.
This software is a result of a large work amount of identification/intuition outside the usb port, and it isnt based on Logitech programming documents. So this driver can damage your QuickCam.You can use it at your own risk. Unfortunately there isnt free Logitech specifications about the webcam.
Enhancements:
- Adds support for recent 2.6 kernel versions
Download (0.068MB)
Added: 2006-10-14 License: GPL (GNU General Public License) Price:
1128 downloads
mod_litbook 1.0.9
mod_litbook is an alternate method for referencing documents. more>>
mod_litbook is an alternate method for referencing documents.
mod_litbook is an experiment in web techonology - an experiment in document reference and retrieval is at the core of this module. Although the initial "Proof of Concept" is the King James Bible, the concept has a broader range of applications than just displaying Bible stories.
Im not sure why this particular idea hit when it did, nor why I choose The Bible as the "Proof of Concept" (other than it was the most readily available hiarchial structured document available in machine readable format from Project Gutenberg) but the nucleus of the idea came from three areas of hypertext/WWW research.
One idea came from Jakob Nielsons work on user interfaces for the web. The primary article that relates to mod_litbook is using the URL as UI; in that the URL should aid in the navigation of the website. The primay point of Jakob Nielsons article is that the URL should help visualize the structure of the website but I mis-remembered the article in thinking that the URL should also provide an easy way to retrieve the information requested.
Another idea came from Ted Nelsons work on Xanadu, the ultimate in hypertext vaporware (30 years and still no product). But it does have some interesting ideas, namely in tumblers. The concept of each node including all the nodes addressed below it is a powerful concept and one that I started to explore just prior to writing mod_litbook (in addition to some work a few years ago in file system design that is still in the design stage).
In playing around with the concept I found that within The Bible, there are frequent references to other passages, and that the references looked similar to the tumblers concept proposed by Ted Nelson. And upon investigation, none of the other online Bible sites I found allowed one to request an arbitrary portion of The Bible. Sure, you could get a book, or a chapter or a verse, but you couldnt get just the portion of Moses at Mount Sinai. At least, not without a lot of work.
The third idea came from Project Zope, an object publishing web server, where the URL doesnt reference a static document but instead names an object to be displayed. The fact that most website URLs point to files (or templates) is a holdover from the early days of the web and the filespace you see in a URL doesnt necessarily have to map to a physical file system, or a file at all.
Now, out of this mess of ideas came mod_litbook, an Apache module that combines an addressing structure similar to tumblers hidden behind an object publishing module using easy-to-remember URLs to retrieve just the portion of the document you want (in this case, using a conventional bible notation munged into a URL,).
Why a module? Because handling all this behing a CGI program would have made the result less elegant and primarily, the server Im using for the demo system isnt powerful enough to handle an excessive CGI overhead that this may generate. And because I could.
<<lessmod_litbook is an experiment in web techonology - an experiment in document reference and retrieval is at the core of this module. Although the initial "Proof of Concept" is the King James Bible, the concept has a broader range of applications than just displaying Bible stories.
Im not sure why this particular idea hit when it did, nor why I choose The Bible as the "Proof of Concept" (other than it was the most readily available hiarchial structured document available in machine readable format from Project Gutenberg) but the nucleus of the idea came from three areas of hypertext/WWW research.
One idea came from Jakob Nielsons work on user interfaces for the web. The primary article that relates to mod_litbook is using the URL as UI; in that the URL should aid in the navigation of the website. The primay point of Jakob Nielsons article is that the URL should help visualize the structure of the website but I mis-remembered the article in thinking that the URL should also provide an easy way to retrieve the information requested.
Another idea came from Ted Nelsons work on Xanadu, the ultimate in hypertext vaporware (30 years and still no product). But it does have some interesting ideas, namely in tumblers. The concept of each node including all the nodes addressed below it is a powerful concept and one that I started to explore just prior to writing mod_litbook (in addition to some work a few years ago in file system design that is still in the design stage).
In playing around with the concept I found that within The Bible, there are frequent references to other passages, and that the references looked similar to the tumblers concept proposed by Ted Nelson. And upon investigation, none of the other online Bible sites I found allowed one to request an arbitrary portion of The Bible. Sure, you could get a book, or a chapter or a verse, but you couldnt get just the portion of Moses at Mount Sinai. At least, not without a lot of work.
The third idea came from Project Zope, an object publishing web server, where the URL doesnt reference a static document but instead names an object to be displayed. The fact that most website URLs point to files (or templates) is a holdover from the early days of the web and the filespace you see in a URL doesnt necessarily have to map to a physical file system, or a file at all.
Now, out of this mess of ideas came mod_litbook, an Apache module that combines an addressing structure similar to tumblers hidden behind an object publishing module using easy-to-remember URLs to retrieve just the portion of the document you want (in this case, using a conventional bible notation munged into a URL,).
Why a module? Because handling all this behing a CGI program would have made the result less elegant and primarily, the server Im using for the demo system isnt powerful enough to handle an excessive CGI overhead that this may generate. And because I could.
Download (0.031MB)
Added: 2006-05-10 License: GPL (GNU General Public License) Price:
1263 downloads
SeaMonkey 1.0.9
SeaMonkey is all-in-one internet application suite. more>>
SeaMonkey projetc is a web-browser, advanced e-mail and newsgroup client, IRC chat client, and HTML editing made simple -- all your Internet needs in one application.
The SeaMonkey project is a community effort to deliver production-quality releases of code derived from the application formerly known as "Mozilla Application Suite".
Whereas the main focus of the Mozilla Foundation is on Mozilla Firefox and Mozilla Thunderbird, our group of dedicated volunteers works to ensure that you can have "everything but the kitchen sink" — and have it stable enough for corporate use.
<<lessThe SeaMonkey project is a community effort to deliver production-quality releases of code derived from the application formerly known as "Mozilla Application Suite".
Whereas the main focus of the Mozilla Foundation is on Mozilla Firefox and Mozilla Thunderbird, our group of dedicated volunteers works to ensure that you can have "everything but the kitchen sink" — and have it stable enough for corporate use.
Download (14MB)
Added: 2007-06-02 License: MPL (Mozilla Public License) Price:
1429 downloads
smultroNET 1.0.9
smultroNET is a multiplayer worm-tron-kinda game. more>>
smultroNET is a multiplayer worm-tron-kinda game.
Bored of nice looking games with no gameplay? Then smultronet is the game for you!
Even if smultronet isnt stuffed with fancy graphics, you will experience a very addicive gameplay. People have often said, "This game looks like any other worm game, why play this?". But after a few tries, they usually cant stop playing. Our biggest issue is therefore recruiting new players. Most people dont have time to try out all games that exist today, and therefore only try the best looking ones.
Main features:
- smultronet is easy to start and requires no installation.
- smultronet is a multiplayer game with a common lobby to meet other players.
- smultronet allows up to nine players simoultaneously playing.
- smultronet fits all ages.
- smultronet is free, of course.
- smultronet has versatile stats pages that show your progress.
- Personal statistics
- Game statistics
- Server statistics
- Mixed statistics
- More coming all the time. Just to satisfy your needs
<<lessBored of nice looking games with no gameplay? Then smultronet is the game for you!
Even if smultronet isnt stuffed with fancy graphics, you will experience a very addicive gameplay. People have often said, "This game looks like any other worm game, why play this?". But after a few tries, they usually cant stop playing. Our biggest issue is therefore recruiting new players. Most people dont have time to try out all games that exist today, and therefore only try the best looking ones.
Main features:
- smultronet is easy to start and requires no installation.
- smultronet is a multiplayer game with a common lobby to meet other players.
- smultronet allows up to nine players simoultaneously playing.
- smultronet fits all ages.
- smultronet is free, of course.
- smultronet has versatile stats pages that show your progress.
- Personal statistics
- Game statistics
- Server statistics
- Mixed statistics
- More coming all the time. Just to satisfy your needs
Download (0.45MB)
Added: 2007-04-02 License: Freeware Price:
935 downloads
Getbinnews 1.0.9
Getbinnews is a newsreader developed in C using the GTK user interface. more>>
Getbinnews is a newsreader developed in C using the GTK user interface (for Linux, FreeBSD and OpenBSD OS) .
The aim of Getbinnews is to extract in some newsgroups a binary file (mp3, jpg, gif,mpg, asf, avi, divx...) splited in articles with mime, uuencode or yenc format.
Main features:
Connection support
- definition of name and port of news server
- definition of user and password to connect the news server
- times reconnection in some cases (timeout, connection error or connection reject)
- number of connections
- bandwidth throttle
Dialer
- connection and deconnection to internet
Filter
- filter by fields
- filter by size
- filter by size of articles
- filter if incomplete
- filter if part 1 is missing
- filter if more than n articles
Search newsgroups
- search newsgroups on server
- search/filter newsgroups by regex expression
- search by wildmat
Search for article
- selection of all articles of a file (right click)
- search for subject
- filter for subject
- number of articles to download.
- number of selected articles (right click)
Decode methods
- yenc support
- uuencode support
- base64 support
- mime support
Files
- definition of files directory
- definition of articles directory
- cleanup articles
- cleanup files
- behavior if files exist.
- behavior if not enough space
- dont delete articles.
Newsgroups
- download list of newsgroups
Group List
- Definition of newsgroups list to search articles.
- personnalisation of search for a particular newsgroups
Scheduler
- Schedule periodic search (daily, weekly, or monthly)
- Schedule non periodic search
- hang up internet connection at end of the search.
History
- Creation of an history file to stop download articles already download
hide button to stop search.
<<lessThe aim of Getbinnews is to extract in some newsgroups a binary file (mp3, jpg, gif,mpg, asf, avi, divx...) splited in articles with mime, uuencode or yenc format.
Main features:
Connection support
- definition of name and port of news server
- definition of user and password to connect the news server
- times reconnection in some cases (timeout, connection error or connection reject)
- number of connections
- bandwidth throttle
Dialer
- connection and deconnection to internet
Filter
- filter by fields
- filter by size
- filter by size of articles
- filter if incomplete
- filter if part 1 is missing
- filter if more than n articles
Search newsgroups
- search newsgroups on server
- search/filter newsgroups by regex expression
- search by wildmat
Search for article
- selection of all articles of a file (right click)
- search for subject
- filter for subject
- number of articles to download.
- number of selected articles (right click)
Decode methods
- yenc support
- uuencode support
- base64 support
- mime support
Files
- definition of files directory
- definition of articles directory
- cleanup articles
- cleanup files
- behavior if files exist.
- behavior if not enough space
- dont delete articles.
Newsgroups
- download list of newsgroups
Group List
- Definition of newsgroups list to search articles.
- personnalisation of search for a particular newsgroups
Scheduler
- Schedule periodic search (daily, weekly, or monthly)
- Schedule non periodic search
- hang up internet connection at end of the search.
History
- Creation of an history file to stop download articles already download
hide button to stop search.
Download (0.20MB)
Added: 2005-08-15 License: GPL (GNU General Public License) Price:
1532 downloads
MIM Blocks 0.1
MIM Blocks is a set of blocks games (sokoban, taquin and various others) in 3D. more>>
MIM Blocks is a set of blocks games (sokoban, taquin and various others) in 3D.
Mim-Blocks is reflexion game, where the goal is to merge different blocks of the same color, by moving them inside a maze. Its still at an early stage of developement, but looks promising!
<<lessMim-Blocks is reflexion game, where the goal is to merge different blocks of the same color, by moving them inside a maze. Its still at an early stage of developement, but looks promising!
Download (0.67MB)
Added: 2005-08-26 License: GPL (GNU General Public License) Price:
1519 downloads
ftpcluster 1.0.9
ftpcluster provides a system which integrates several FTP servers into one. more>>
ftpcluster provides a system which integrates several FTP servers into one.
ftpcluster integrates a number of individual FTP servers into a single large server. You can think of it as a network disk array with FTP as the access protocol.
Main features:
- FTP protocol
ftpcluster speaks enough FTP to upload, download, delete and rename files. You can also create, delete and rename directories.
- The cluster is working
Files can be distributed over your cluster nodes. ftpcluster knows how to handle files on your nodes.
- Replication
Files can be replicated to two or more node for fail-over situations.
- User authentication
Version 1.0.3: Users must authenticate against a local password file. Password are actually stored in cleartext.
- Filenames
Version 1.0.3: Filenames are not limited to a certain set of characters. Theres optional support for blanks and/or arbitrary characters in filenames. You can however restrict your users to usual UNIX filename conventions.
- Partial support for FTP REST command
Version 1.0.7: The cluster supports the REST command for downloads, for uploads only if the file is stored on the cluster.
- System checker
Since version 1.0.9 there are programs to check and repair cluster nodes.
Enhancements:
- Programs to check and repair the cluster were added.
- The FXP configuration documentation was started.
<<lessftpcluster integrates a number of individual FTP servers into a single large server. You can think of it as a network disk array with FTP as the access protocol.
Main features:
- FTP protocol
ftpcluster speaks enough FTP to upload, download, delete and rename files. You can also create, delete and rename directories.
- The cluster is working
Files can be distributed over your cluster nodes. ftpcluster knows how to handle files on your nodes.
- Replication
Files can be replicated to two or more node for fail-over situations.
- User authentication
Version 1.0.3: Users must authenticate against a local password file. Password are actually stored in cleartext.
- Filenames
Version 1.0.3: Filenames are not limited to a certain set of characters. Theres optional support for blanks and/or arbitrary characters in filenames. You can however restrict your users to usual UNIX filename conventions.
- Partial support for FTP REST command
Version 1.0.7: The cluster supports the REST command for downloads, for uploads only if the file is stored on the cluster.
- System checker
Since version 1.0.9 there are programs to check and repair cluster nodes.
Enhancements:
- Programs to check and repair the cluster were added.
- The FXP configuration documentation was started.
Download (0.10MB)
Added: 2007-04-27 License: GPL (GNU General Public License) Price:
910 downloads
Poster blog 1.0.9
Poster blog is a software which allows you to create a blog without the need of a database. more>>
Poster blog is a software which allows you to create a blog without the need of a database: all you need is an hosting (even a free one) with PHP support, FTP access and you must be able to chmod files.
Posting is really easy, thanks to a nice web interface which makes no use of JavaScript, so you can use it also on old browsers or even textual ones. I wrote down a list of Poster powered blogs (really short, at the moment, but I hope it will grow soon).
Poster blog works on plain text files and doesnt require a database.
Main features:
- Posting, obviously :)
- Comments
- Trackbacks (recieve and send)
- Multiple authors. There are granular permissions to define exactly what an user can and cannot do
- Categories
- Permalinks for posts, comments, trackbacks, categories and also authors
- Modular and scriptable template. You can insert PHP code in the template, and that code will be executed on the fly. The template uses special entities (for example, is replaced with the title of the blog)
- RSS feed. Future versions will have also an Atom feed
Enhancements:
- The most important change is that the the spam filters were integrated into the core.
<<lessPosting is really easy, thanks to a nice web interface which makes no use of JavaScript, so you can use it also on old browsers or even textual ones. I wrote down a list of Poster powered blogs (really short, at the moment, but I hope it will grow soon).
Poster blog works on plain text files and doesnt require a database.
Main features:
- Posting, obviously :)
- Comments
- Trackbacks (recieve and send)
- Multiple authors. There are granular permissions to define exactly what an user can and cannot do
- Categories
- Permalinks for posts, comments, trackbacks, categories and also authors
- Modular and scriptable template. You can insert PHP code in the template, and that code will be executed on the fly. The template uses special entities (for example, is replaced with the title of the blog)
- RSS feed. Future versions will have also an Atom feed
Enhancements:
- The most important change is that the the spam filters were integrated into the core.
Download (0.046MB)
Added: 2007-05-17 License: GPL (GNU General Public License) Price:
890 downloads
Panoptis 0.1.4
Panoptis plans to create a network security tool (N-IDS) to detect and block DoS and DDoS attacks. more>>
Panoptis plans to create a network security tool (N-IDS) to detect and block DoS and DDoS attacks. The programming language is C++, and the input is being provided by routers.
First, you need a router that exports NetFlow(TM) data. Versions 1, 5 and 8 are supported, although version 8 has not been tested AT ALL. You also need a server for accepting data and processing it.
In order to compile the software you need a C++ compiler (tested only with g++ for the time being) and the CommonC++ library, found at http://www.gnu.org/software/commonc++/CommonC++.html At the moment the software has been linked against and tested with commoncpp2-1.0.9
YOU WILL ALSO NEED g++ VERSION 3.x!!! This is very important! Compiling with g++ 2.95.x or earlier versions causes segmantation faults in some cases. This has to do with CommonC++, not Panoptis.
Before you can use the software, you must also have read SNMP access to your router. That is only needed by the speeds.py script that collects some initial information (the .py extention should already make you think youll need the Python programming language installed -- thats true.
Enhancements:
- Update so that Panoptis compiles and runs on newer systems (GCC 3.3.5, CommonC++2 1.5.3).
- No new features, unfortunately.
<<lessFirst, you need a router that exports NetFlow(TM) data. Versions 1, 5 and 8 are supported, although version 8 has not been tested AT ALL. You also need a server for accepting data and processing it.
In order to compile the software you need a C++ compiler (tested only with g++ for the time being) and the CommonC++ library, found at http://www.gnu.org/software/commonc++/CommonC++.html At the moment the software has been linked against and tested with commoncpp2-1.0.9
YOU WILL ALSO NEED g++ VERSION 3.x!!! This is very important! Compiling with g++ 2.95.x or earlier versions causes segmantation faults in some cases. This has to do with CommonC++, not Panoptis.
Before you can use the software, you must also have read SNMP access to your router. That is only needed by the speeds.py script that collects some initial information (the .py extention should already make you think youll need the Python programming language installed -- thats true.
Enhancements:
- Update so that Panoptis compiles and runs on newer systems (GCC 3.3.5, CommonC++2 1.5.3).
- No new features, unfortunately.
Download (0.59MB)
Added: 2006-11-28 License: GPL (GNU General Public License) Price:
1063 downloads
ROROX 0.5
ROROX short from Ruby On Rails On XAMPP, is a package that provides Ruby, Rails plus dependencies and other gems. more>>
ROROX short from Ruby On Rails On XAMPP, is a package that provides Ruby, Rails plus dependencies and other gems, the Apache SCGI module, and rails_scgi for an existing XAMPP installation.
ROROX project aims to get close to being a "one-click" installer for Linux a la Locomotive or Instant Rails.
Enhancements:
- This version was built against XAMPP 1.5.1.
- mod_scgi was upgraded to 1.10.
- Rails was upgraded to 1.1.2 (plus latest dependencies).
- tcltklib support was taken out of the Ruby compilation.
- Rake was upgraded to 0.7.1.
- The apply_scgi.sh script was fixed.
- The diff scripts were rewritten.
- Ruby bindings for SQLite, PostgreSQL, and Tidy were added.
- Builder was added.
- Switchtower was swapped out and replaced with Capistrano.
- net-ssh was upgraded to 1.0.9, and cmdparse was upgraded to 2.0.1.
<<lessROROX project aims to get close to being a "one-click" installer for Linux a la Locomotive or Instant Rails.
Enhancements:
- This version was built against XAMPP 1.5.1.
- mod_scgi was upgraded to 1.10.
- Rails was upgraded to 1.1.2 (plus latest dependencies).
- tcltklib support was taken out of the Ruby compilation.
- Rake was upgraded to 0.7.1.
- The apply_scgi.sh script was fixed.
- The diff scripts were rewritten.
- Ruby bindings for SQLite, PostgreSQL, and Tidy were added.
- Builder was added.
- Switchtower was swapped out and replaced with Capistrano.
- net-ssh was upgraded to 1.0.9, and cmdparse was upgraded to 2.0.1.
Download (8.7MB)
Added: 2006-04-21 License: MIT/X Consortium License Price:
1283 downloads
Asterisk@Home 2.8
The Asterisk@Home project enables the home user to quickly set up a VOIP Asterisk PBX. more>>
The Asterisk@Home Linux Distribution project enables the home user to quickly set up a VOIP Asterisk PBX. A web GUI makes configuration and operation easy. We also provide an xPL (home automation) interface for easy interaction with other devices in the home.
Main features:
- Asterisk 1.0.9
- Flash Operator Panel 0.21
- Festival Speech Engine version 1.95
- weather agi scripts
- wakeup calls
- Integrated WebMeetMe GUI
- AMP-1.10.008
- CentOS 3.5
- SugarCRM with Cisco XML Services interface + Click to Dial
- Music On Hold (mpg123)
- Fax support (spanDSP)
- xPL support
- Digium card auto-config
AMP (Asterisk Management Portal)
- AMP is a web GUI that allows the configuration of Asterisk without the need for editing config files. If you use AMP be careful not to make manual changes to the config files that will affect AMP?s operation.
Flash Operator Panel
- Flash Operator Panel is a real-time web interface to Asterisk. You can see what all of your extensions, trunks, and conferences are doing. We have extension 200 set up for testing. This is a live extension and will work as soon as a phone is registered to ext 200. The rest of the buttons are dummy objects for examples.
- The op_buttons.conf file has all of the configs for each button in Flash Operator Panel you can edit this using the Config Edit button on the maint menu. You must reboot the Asterisk or restart the panel service after you make changes. The normal config files for Flash Operator Panel end in .cfg we changed them to .conf so they would match the other Asterisk files.
Cisco XML Services
- Asterisk@Home has a Cisco XML Services that can be used to look up contacts in a database. Click on Web Address Book from the Asterisk@Home main menu. (user: admin password: password) and enter all of your contacts and their phone numbers.
Music On Hold (mpg123)
- Asterisk@Home has now uses mpg123 for music on hold. Put a call on hold and they hear music not dead air!
Fax support (SpanDSP)
- SpanDSP allows Asterisk to receive faxes. You can set this up in AMP.
<<lessMain features:
- Asterisk 1.0.9
- Flash Operator Panel 0.21
- Festival Speech Engine version 1.95
- weather agi scripts
- wakeup calls
- Integrated WebMeetMe GUI
- AMP-1.10.008
- CentOS 3.5
- SugarCRM with Cisco XML Services interface + Click to Dial
- Music On Hold (mpg123)
- Fax support (spanDSP)
- xPL support
- Digium card auto-config
AMP (Asterisk Management Portal)
- AMP is a web GUI that allows the configuration of Asterisk without the need for editing config files. If you use AMP be careful not to make manual changes to the config files that will affect AMP?s operation.
Flash Operator Panel
- Flash Operator Panel is a real-time web interface to Asterisk. You can see what all of your extensions, trunks, and conferences are doing. We have extension 200 set up for testing. This is a live extension and will work as soon as a phone is registered to ext 200. The rest of the buttons are dummy objects for examples.
- The op_buttons.conf file has all of the configs for each button in Flash Operator Panel you can edit this using the Config Edit button on the maint menu. You must reboot the Asterisk or restart the panel service after you make changes. The normal config files for Flash Operator Panel end in .cfg we changed them to .conf so they would match the other Asterisk files.
Cisco XML Services
- Asterisk@Home has a Cisco XML Services that can be used to look up contacts in a database. Click on Web Address Book from the Asterisk@Home main menu. (user: admin password: password) and enter all of your contacts and their phone numbers.
Music On Hold (mpg123)
- Asterisk@Home has now uses mpg123 for music on hold. Put a call on hold and they hear music not dead air!
Fax support (SpanDSP)
- SpanDSP allows Asterisk to receive faxes. You can set this up in AMP.
Download (526MB)
Added: 2006-04-14 License: GPL (GNU General Public License) Price:
1311 downloads
PHP mySQL Database Wrapper Class 1.0.9
PHP mySQL Database Wrapper Class provides a set of methods for interacting with a MySQL database easily and securely. more>>
PHP mySQL Database Wrapper Class provides a set of methods for interacting with a MySQL database easily and securely. Most of the methods are extended versions of PHPs native functions, but providing a lot more functionality and powerful debugging features.
There are also new methods that greatly simplify the process of executing specific queries like returning specific rows or even single values from specific rows, SUM(), COUNT(), and MAX() queries.
Enhancements:
- The result of select queries can now be cached.
- All records returned by SELECT queries were shown in the debug window, which would crash the script if there were lots of rows.
- The "showMaxRows" allows you to restrict this number.
- A bug when working with queries using replacements and having apostrophes in the replacements was fixed.
- Due to a typographical error, no error message was shown if a database could not be selected.
- New methods were added: "delete", "truncate", "insert", and "update" which are all shorthand for performing the respective SQL tasks.
<<lessThere are also new methods that greatly simplify the process of executing specific queries like returning specific rows or even single values from specific rows, SUM(), COUNT(), and MAX() queries.
Enhancements:
- The result of select queries can now be cached.
- All records returned by SELECT queries were shown in the debug window, which would crash the script if there were lots of rows.
- The "showMaxRows" allows you to restrict this number.
- A bug when working with queries using replacements and having apostrophes in the replacements was fixed.
- Due to a typographical error, no error message was shown if a database could not be selected.
- New methods were added: "delete", "truncate", "insert", and "update" which are all shorthand for performing the respective SQL tasks.
Download (0.064MB)
Added: 2007-05-30 License: GPL (GNU General Public License) Price:
887 downloads
BINKI GNU/Linux 0.3
BINKI GNU/Linux is a distro inspired by the www.linuxfromscratch.com project. more>>
BINKI GNU/Linux is a distro inspired by the www.linuxfromscratch.com project.
BINKI is many things, first of all, it is the name of the horse of Death as it is told by my favourite author Terry Pratchet in his "Discworld" series. It is the name of a sheep that was eaten at a St. Georges Day in Bulgaria. And last it is my custom distro, based on inspirations from www.linuxfromscratch.com
Packages:
1. a2ps-4.13 convert any into PostScript format
2. a52dec-0.7.4 decode ATSC A/52 (AC-3) streams
3. aalib-1.4.0 render any graphic into ASCII Art
4. akregator-1.0.2 RSS reader
5. alsa-lib-1.0.11 ALSA sound interface library
6. alsa-oss-1.0.11 ALSA OSS compatibility lib
7. alsa-plugins-1.0.11 ALSA OSS and JACK plugins
8. alsa-utils-1.0.11 ALSA utilities
9. amarok-1.4.0 advanced audio player
10. apache-2.2.0 apache web server
11. arts-1.5.0 arts sound support for KDE libs
12. aspell-0.60.4 interactive spell checking program
13. atk-1.11.4 accessibility solutions for GTK2
14. audacity-1.3.0b audio editor and recorder
15. audiofile-0.2.6 oss version of SGIs audiofile library
16. autoconf-2.59 automatically configures source code
17. autofs-4.1.4 Automate Mounting of File Systems
18. automake-1.9.6 generates Makefiles for autoconf
19. avidemux-2.1.2 linear video editor
20. avifile-0.7.43 AVI tools and support libraries
21. bash-3.1 Bourne-Again SHell
22. bc-1.06 arbitrary precision numeric processor
23. berkeley-db-4.4.20 Berkeley database library ver.4
24. bind-9.3.1 DNS server and utilities
25. binkibase-0.3 BINKI 0.2 Base Config
26. binutils-2.16.1 GNU binary development tools
27. bison-2.1 parser generator
28. bluefish-1.0.5 powerful programmers editor for X
29. boehm-gc-6.7 garbage collector
30. bzip2-1.0.3 compress and decompress bz2 files
31. cairo-1.0.4 2D graphics library
32. calcchecksum-1.6 various checksum calulator
33. cdparanoia-3.9.8 CD audio extraction tool
34. cdrdao-1.2.1 record audio or data CDR in DAO mode
35. cdrtools-2.01 CD recording utilities
36. cfv-1.18.1 checksum verification files tool
37. chmlib-0.37.4 ITSS/CHM file format lib
38. consolecyr-0.1 console cyrillic support
39. coreutils-5.94 core GNU utilities
40. cpio-2.6 cpio and tar archiver
41. cream-0.35 vim graphical interface for X
42. cups-1.2.1 Common Unix Printing System
43. curl-7.15.3 transfer files with URL syntax
44. cvs-1.11.21 CVS version control system
45. cxx-4.0.3-runtime g++,fortran,objc,java runtime libs
46. cxx-libs-5.0.7 C++ shared library compatibility
47. d4x-2.5.6 Downloader for X
48. dejagnu-1.4.4 framework for testing other programs
49. desktop-file-utils-0.10 desktop entries command line tool
50. dhcp-3.0.4b3 DHCP client and server tools
51. dhcpcd-2.0.4 DHCP Client Daemon
52. dialog-1.0 curses based dialog interface
53. diffutils-2.8.7 find differences between files
54. distcc-2.18.3 distributed C/C++ compiler
55. dlume-0.2.4 address book
56. dosfstools-2.11 FAT-16 and FAT-32 file system tools
57. drgeo-1.1.0 interactive geometry for children
58. dvd+rw-tools-6.1 tools for burning DVD/-R/+R/+RW/-RW
59. dvd-slideshow-0.7.5 DVD slides creation tool
60. dvdauthor-0.6.11 DVD authoring tools
61. e2fsprogs-1.38 ext2 and ext3 file system tools
62. easytag-1.99.12 various media tags viewer/editor
63. enscript-1.6.4 converts ASCII to PS, HTML, RTF, ANSI
64. esound-0.2.36 Enlightened sound daemon
65. espgs-8.15.1 versatile processor for PostScript data
66. ethereal-0.10.14 network packet sniffer and analizer
67. ettercap-0.7.3 network packet sniffer and analizer
68. expat-2.0.0 C library for parsing XML streams
69. expect-5.43.0 dialog with interactive programs
70. faac-1.24.1 free AAC encoder
71. faad-2.0.1 free AAC decoder
72. fcron-3.0.0 periodical command scheduler
73. ffmpeg-0.4.9 audio and video conversion tools
74. fftw-3.1.1 fast fourier transform lib
75. file-4.17 tool for determining file type
76. findutils-4.2.27 tools to find files
77. firefox-1.5.0.3 firefox web browser
78. flac-1.1.2 free lossless audio codec
79. flex-2.5.33 programs to recognize text patterns
80. fontconfig-2.3.2 library for configuring font access
81. fortune-mod-1.99.1 fortune telling program
82. freeglut-2.4.0 free openGL toolkit
83. freetype-2.1.10 TrueType font lib
84. fyre-1.0.0 tool for computation artwork
85. gaim-1.5.0 Instant Messenger
86. galculator-1.2.5.2 scientific calculator
87. gawk-3.1.5 programs for manipulating text files
88. gbgoffice-1.3 office dictionary
89. gcc-4.0.3 gcc,g77,g++,gnat,gcj compilers
90. gcolor2-0.4 simple color selector
91. gd-2.0.33 graphic library for image creation
92. gdb-6.4 GNU Project Debugger
93. gdbm-1.8.3 GNU Database Manager
94. gettext-0.14.5 internationalization and localization
95. gftp-2.0.18 ftp client for X
96. giflib-4.1.4 libs for reading and writing GIFs
97. gimp-2.2.11 The GIMP image editor
98. gimp-help-2.0.9 The GIMP help
99. gimp-print-4.2.7 high quality printer drivers
100. glib-1.2.10 low-level core library
101. glib-2.10.3 low-level core library
102. glibc-2.3.6 main C library
103. glibmm-2.8.6 C++ interface for glib2
104. gmp-4.1.4 arbitrary precision math lib
105. gnupg-1.4.3 public/private key encryptor
106. gnutls-1.3.1 gnu Transport Layer Security lib
107. gpa-0.7.0 GnuPG Assistant Manager
108. gparted-0.2.5 GUI for parted
109. gpgme-1.0.3 GnuPG Make access Easy
110. gphoto2-2.1.99 GNU Digital Camera download software
111. gpm-1.20.1 General Purpose Mouse daemon
112. gqview-2.1.1 very fast image viewer
113. graveman-0.3.12-4 cdrtools/dvd+rw-tools GUI
114. grep-2.5.1a programs for searching through files
115. gresistor-0.0.1 translate resistor color codes
116. groff-1.18.1.1 processing and formatting text
117. grsync-0.4.2 GUI for rsync
118. grub-0.97 GRand Unified Bootloader
119. gtk+-1.2.10 GTK+ libs
120. gtk2-2.8.18 GTK2 libs
121. gtkam-0.1.13 digital camera front-end for X
122. gtkglext-1.2.0 GTK2 openGL extension
123. gtkglextmm-1.2.0 GTKmm openGL extension
124. gtkmm-2.8.5 C++ interface of GTK2 libs
125. guile-1.6.7 extensions language lib
126. gzip-1.3.5 compress and decompress gz files
127. hd2u-1.0.0 dos2unix plain text convertor
128. hicolor-theme-0.9 hicolor icon theme
129. htop-0.6.2 interactive process viewer
130. icu-3.4.1 Unicode support fot C/C++/Java
131. id3lib-3.8.3 manipule ID3v1 and ID3v2 tags
132. imagemagick-6.2.6-8 interactive image manipulation tool
133. imlib-1.9.15 image rendering lib
134. imlib2-1.2.1 faster image rendering lib
135. inetutils-1.4.2 basic networking programs
136. inkscape-0.43 SVG-based vector drawing program
137. intltool-0.34.1 internationalization tool
138. iproute2-2.6.16 basic and advanced IPV4-based networking
139. iptables-1.3.5 principal linux firewall
140. iptraf-3.0.0 IP Network monitor stat tool
141. jack-0.100.0 Jack Audio Connection Kit
142. k3b-0.12.15 The Ultimate CD/DVD Burner
143. k9copy-1.0.4 linux DVD shrinker
144. kaffeine-0.8.1 full featured media player
145. kanatest-0.3.6 learn japanese alphabet
146. kbabel-3.5.2 advanced PO-file editor
147. kbd-1.12 key-table files and keyboard tools
148. kcdlabel-2.13 tool for making CD covers
149. kchmviewer-2.5 CHM viewer
150. kdelibs-3.5.0 core KDE programs and libs
151. kdetv-0.8.9 watch TV on Linux
152. kernel-headers-2.6.12.0 sanitized kernel headers API
153. kino-0.8.1 non-linear video editor
154. kmagnify-3.5.2 magnifies screen portions
155. knowde-1.8.0 knowledge management tool
156. kompare-3.5.2 compares files
157. kpdf-3.5.0 PDF Viewer
158. kphotoalbum-2.2 photo album utility
159. krename-3.0.11 multirename tool
160. ksubeditor-0.2 subtitle file editor
161. kuser-3.5.2 user manager
162. lame-3.97 MP3 encoder
163. lcms-1.15 provide color management facilities
164. leafpad-0.8.9 simple notepad for X
165. less-394 text file viewer
166. lha-114i LHA archiver
167. libIDL-0.8.6 Interface Definition Language libs
168. libao-0.8.6 cross-platform audio library
169. libart_lgpl-2.3.17 high-performance 2D graphics lib
170. libavc1394-0.5.1 1934 AV/C program interface
171. libcdio-0.77 CD Input and Control library
172. libcroco-0.6.1 general CSS parsing and manipulation
173. libdv-0.104 software DV video codec
174. libdvdcss-1.2.9 access DVDs as a block device
175. libdvdread-0.9.4 simple DVD reading lib
176. libexif-0.6.13 parse, edit, and save EXIF data
177. libexif-gtk-0.3.5 libexif GTK bindings
178. libfame-0.9.1 realtime MPEG-1/4 video encoding lib
179. libfpx-1.2.0.13 Flash FPX image lib
180. libgcrypt-1.2.2 general-purpose cryptographic library
181. libglade-2.5.1 loads Glade interface files
182. libgpg-error-1.3 error handling for GnuPG, libgcrypt
183. libgphoto2-2.1.99 access digital camera by programs
184. libgsf-1.14.0 abstraction layer for structured files
185. libgtkhtml-2.6.3 lightweight HTML engine
186. libid3tag-0.15.1b ID3 tag library
187. libiec61883-1.0.0 high level DV streaming API
188. libieee1284-0.2.10 paralel port IEEE 1284 Driver
189. libjpeg-6b JPEG image compression lib
190. libmad-0.15.1b high-quality MPEG audio decoder
191. libmikmod-3.2.0 module formats and samples sound lib
192. libmng-1.0.9 MNG image (animated PNG) lib
193. libmpeg2-0.4.0b advanced manipulation of MPEG-2 streams
194. libmpeg3-1.6 advanced manipulation of MPEG streams
195. libnet-1.1.3 generic networking API
196. libogg-1.1.3 ogg file structure lib
197. libpcap-0.9.4 user-level network packet capture
198. libpng-1.2.8 PNG image manipulation lib
199. libquicktime-0.9.8 manipulate quicktime files
200. libraw1394-1.2.1 IEEE 1394 direct access
201. librsvg-2.14.3 SVG image manipulation lib
202. libsamplerate-0.1.2 Sample Rate Converter for audio
203. libsigc++-2.0.17 typesafe callback system for C++
204. libsndfile-1.0.15 Sampled Sound file library
205. libtheora-1.0 free video compression lib
206. libtiff-3.8.2 TIFF image manipulation lib
207. libtool-1.5.22 generic library support script
208. libusb-0.1.12 USB device access lib
209. libvorbis-1.1.2 general purpose audio format
210. libxml-1.8.17 XML parsing lib
211. libxml2-2.6.22 XML and HTML parser lib
212. libxslt-1.1.15 XSLT XML support lib
213. linux-2.6.16.2 Linux Kernel source
214. lmms-0.1.4 Linux MultiMedia Studio
215. lshw-0.2 hardware lister
216. lynx-2.8.5 text based web browser with color
217. lzo-2.02 realtime data (de)compression library
218. m4-1.4.4 macro processor
219. make-3.80 program for compiling packages
220. man-1.6c find and view man pages
221. man-pages-2.25 GNU Linux 1,200 man pages
222. mc-4.6.1 midnight commander
223. mixmos-0.2.0 enchanced audio mixer for X
224. mjpegtools-1.8.0 MPEG-2 tools
225. mktemp-1.5 create secure temporary files
226. modinit-tools-3.2.2 kernel module (un)loading tools
227. mpeg4ip-1.5 audio/video streaming tools
228. mpfr-2.2.0 multi-precision float-point lib
229. mplayer-1.0 Mplayer video audio player
230. mysql-5.0.20 fast SQL database server
231. nas-1.7 Network Audio Server
232. nasm-0.98.39 80x86 assembler and disassebler
233. ncftp-3.1.9 powerful and flexible ftp client
234. ncurses-5.5 terminal-independent screen library
235. net-tools-1.60 linux kernel networking tools
236. netpbm-10.26.27 graphic sofware lib
237. nmap-4.0.2 network exploration and security
238. nss-3.11 network security services libs
239. ntp-4.2.0 Network Time Protocol client/server
240. ocrad-0.14 optical character recognition tool
241. ogmtools-1.5 OGM video tools
242. openexr-1.2.2 HDR image format libs
243. openldap-2.3.30 Lightweight Directory Access Protocol
244. openssh-4.3p2 secure shell client and daemon
245. openssl-0.9.8a cryptography tools and libs
246. p7zip-4.42 7zip archiver
247. pango-1.12.1 layout and text rendering lib
248. parted-1.7.1 advanced partition editor
249. patch-2.5.9 apply and create patch files
250. pciutils-2.2.1 lists PCI devices
251. pcre-6.6 Perl Compatible Regular Expression
252. perl-5.8.8 Perl development environment
253. perl-archive-zip-1.16 perl module
254. perl-compress-zlib-1.41 perl module
255. perl-xml-parser-2.34 perl module
256. php-5.1.4 PHP Hypertext Preprocessor
257. pine-4.64 mail user agent
258. pkg-config-0.20 manage library compile/link flags
259. poppler-0.4.5 PDF rendering library
260. popt-1.7.5 parse command-line options
261. postfix-2.2.10 mail transport agent server
262. postgresql-8.1.4 advanced object-relational DBMS
263. ppp-2.4.3 dial-up PPP daemon
264. procps-3.2.6 programs for monitoring processes
265. proftpd-1.2.10 highly configurable secure FTP daemon
266. psmisc-22.2 display info about running processes
267. psutils-p17 PostScript Utilities
268. pygtk-2.8.6 Python bindings for the GTK widget
269. python-2.4.2 Python development environment
270. qcomicbook-0.2.7 comic books reading tool
271. qt-3.3.6 C++ GUI library (for KDE)
272. readline-5.1 command-line editing support
273. recode-3.6 converts files between character sets
274. reiserfsprogs-3.6.19 Reiserfs file system tools
275. rp-pppoe-3.8 PPPoE client and server
276. rsync-2.6.7 fast incremental file transfers daemon
277. ruby-1.8.4 Ruby development environment
278. samba-3.0.22 provides services to SMB/CIFS clients
279. sane-backends-1.0.17 Scanner Access Now Easy backends
280. screen-4.0.2 screen manager VT100/ANSI emulation
281. sdl-1.2.10 Simple DirectMedia Layer toolkit
282. sdl-guilib-1.1.2 SDL GUI library
283. sdl-image-1.2.5 SDL image loader
284. sdl-mixer-1.2.7 SDL mixer lib
285. sdl-mpeg-0.4.4 SDL video lib
286. sdl-net-1.2.6 SDL network lib
287. sdl-rtf-0.1.0 SDL rich text format lib
288. sdl-sound-1.0.1 SDL Sound lib
289. sdl-ttf-2.0.8 SDL TrueType font lib
290. sed-4.1.5 stream line editing tool
291. shadow-4.0.15 shadow password suite
292. shared-mime-info-0.17 shared MIME-info database
293. sharutils-4.6 create shell archives out of many files
294. slang-2.0.6 powerful interpreted language
295. smb4k-0.7.0 SAMBA network browser
296. sox-12.17.9 audio converting tool
297. speex-1.1.9 speech audio encoder/decoder
298. sqlite-3.3.5 lite SQL engine
299. squid-3.0 high performance web proxy cache
300. startup-notify-0.8 busy cursor for loading apps
301. strace-4.5.14 system call tracer
302. subversion-1.3.1 SVN version control system
303. sudo-1.6.8p12 gives temporary root access
304. supertux-0.1.3 Super Mario clone
305. sysklogd-1.4.1 programs for logging system messages
306. sysvinit-2.86 Linux System V Init tools
307. taglib-1.4 manipulate audio meta data
308. tar-1.15.1 GNU tar archiver
309. tcl-8.4.12 Tool Command Language
310. tcp_wrappers-7.6 daemon wrapper programs
311. tcpdump-3.9.4 network monitoring and data acquisition
312. tcsh-6.14.00 enhanced C shell
313. tellico-1.1.6 collection manager
314. texinfo-4.8 GNU software documentation system
315. thunderbird-1.5.0.2 Thunderbird mail client
316. tightvnc-1.3 optimized VNC distribution
317. tk-8.4.12 TCL GUI toolkit
318. traceroute-1.4 IP packet route tracing utility
319. transcode-1.0.2 transcoding video and audio
320. ttf-basic-0.3 basic TrueType fonts for X
321. tuxpaint-0.9.15b drawing program for children
322. udev-089 dynamic creation of device nodes tools
323. udftools-1.0.0b3 UDF file system tools
324. unzip-5.52 ZIP extraction utilities
325. usbutils-0.71 list USB devices
326. util-linux-2.12r huge collection of essential tools
327. vcdimager-0.7.23 VCD BIN/CUE image creation and ripping
328. vim-6.4 vim text editor
329. vnc2swf-0.5.0 screen recorging tool
330. vorbis-tools-1.1.1 Ogg Vorbis Tools
331. wget-1.10.2 non-interactive download manager
332. which-2.16 shows full path of (shell) commands
333. whois-4.7.12 whois directory client
334. wireless-tools-2.8 wireless tools
335. wxgtk-2.6.3 cross platform GTK lib
336. x264-20060508 free H.264/MPEG-4 AVC lib
337. xchat-2.6.2 IRC client for X
338. xfc-4.3.1 XFCE Foundation Classes
339. xfce-4.3-plugins XFCE Goodies
340. xfce-4.3 XFCE Desktop environment
341. xfsprogs-2.7.11 Utilities for SGIs XFS filesystem
342. xine-lib-1.1.1 xine multimedia playback libs
343. xinetd-2.3.14 eXtended InterNET services Daemon
344. xmahjongg-3.7 a MahJongg game for X
345. xmms-1.2.10 MP3 player and MPlayer frontend
346. xorg-6.9.0 xorg X11 server
347. xpad-2.11 leave sticky notes
348. xsane-0.97 SANE front end for X
349. xvid-1.1.0 XviD (MPEG-4 compliant) video codec
350. zip-2.31 ZIP creation utilities
351. zlib-1.2.3 compression and decompression lib
352. zsh-4.2.5 the Z shell (enhanced korn shell)
<<lessBINKI is many things, first of all, it is the name of the horse of Death as it is told by my favourite author Terry Pratchet in his "Discworld" series. It is the name of a sheep that was eaten at a St. Georges Day in Bulgaria. And last it is my custom distro, based on inspirations from www.linuxfromscratch.com
Packages:
1. a2ps-4.13 convert any into PostScript format
2. a52dec-0.7.4 decode ATSC A/52 (AC-3) streams
3. aalib-1.4.0 render any graphic into ASCII Art
4. akregator-1.0.2 RSS reader
5. alsa-lib-1.0.11 ALSA sound interface library
6. alsa-oss-1.0.11 ALSA OSS compatibility lib
7. alsa-plugins-1.0.11 ALSA OSS and JACK plugins
8. alsa-utils-1.0.11 ALSA utilities
9. amarok-1.4.0 advanced audio player
10. apache-2.2.0 apache web server
11. arts-1.5.0 arts sound support for KDE libs
12. aspell-0.60.4 interactive spell checking program
13. atk-1.11.4 accessibility solutions for GTK2
14. audacity-1.3.0b audio editor and recorder
15. audiofile-0.2.6 oss version of SGIs audiofile library
16. autoconf-2.59 automatically configures source code
17. autofs-4.1.4 Automate Mounting of File Systems
18. automake-1.9.6 generates Makefiles for autoconf
19. avidemux-2.1.2 linear video editor
20. avifile-0.7.43 AVI tools and support libraries
21. bash-3.1 Bourne-Again SHell
22. bc-1.06 arbitrary precision numeric processor
23. berkeley-db-4.4.20 Berkeley database library ver.4
24. bind-9.3.1 DNS server and utilities
25. binkibase-0.3 BINKI 0.2 Base Config
26. binutils-2.16.1 GNU binary development tools
27. bison-2.1 parser generator
28. bluefish-1.0.5 powerful programmers editor for X
29. boehm-gc-6.7 garbage collector
30. bzip2-1.0.3 compress and decompress bz2 files
31. cairo-1.0.4 2D graphics library
32. calcchecksum-1.6 various checksum calulator
33. cdparanoia-3.9.8 CD audio extraction tool
34. cdrdao-1.2.1 record audio or data CDR in DAO mode
35. cdrtools-2.01 CD recording utilities
36. cfv-1.18.1 checksum verification files tool
37. chmlib-0.37.4 ITSS/CHM file format lib
38. consolecyr-0.1 console cyrillic support
39. coreutils-5.94 core GNU utilities
40. cpio-2.6 cpio and tar archiver
41. cream-0.35 vim graphical interface for X
42. cups-1.2.1 Common Unix Printing System
43. curl-7.15.3 transfer files with URL syntax
44. cvs-1.11.21 CVS version control system
45. cxx-4.0.3-runtime g++,fortran,objc,java runtime libs
46. cxx-libs-5.0.7 C++ shared library compatibility
47. d4x-2.5.6 Downloader for X
48. dejagnu-1.4.4 framework for testing other programs
49. desktop-file-utils-0.10 desktop entries command line tool
50. dhcp-3.0.4b3 DHCP client and server tools
51. dhcpcd-2.0.4 DHCP Client Daemon
52. dialog-1.0 curses based dialog interface
53. diffutils-2.8.7 find differences between files
54. distcc-2.18.3 distributed C/C++ compiler
55. dlume-0.2.4 address book
56. dosfstools-2.11 FAT-16 and FAT-32 file system tools
57. drgeo-1.1.0 interactive geometry for children
58. dvd+rw-tools-6.1 tools for burning DVD/-R/+R/+RW/-RW
59. dvd-slideshow-0.7.5 DVD slides creation tool
60. dvdauthor-0.6.11 DVD authoring tools
61. e2fsprogs-1.38 ext2 and ext3 file system tools
62. easytag-1.99.12 various media tags viewer/editor
63. enscript-1.6.4 converts ASCII to PS, HTML, RTF, ANSI
64. esound-0.2.36 Enlightened sound daemon
65. espgs-8.15.1 versatile processor for PostScript data
66. ethereal-0.10.14 network packet sniffer and analizer
67. ettercap-0.7.3 network packet sniffer and analizer
68. expat-2.0.0 C library for parsing XML streams
69. expect-5.43.0 dialog with interactive programs
70. faac-1.24.1 free AAC encoder
71. faad-2.0.1 free AAC decoder
72. fcron-3.0.0 periodical command scheduler
73. ffmpeg-0.4.9 audio and video conversion tools
74. fftw-3.1.1 fast fourier transform lib
75. file-4.17 tool for determining file type
76. findutils-4.2.27 tools to find files
77. firefox-1.5.0.3 firefox web browser
78. flac-1.1.2 free lossless audio codec
79. flex-2.5.33 programs to recognize text patterns
80. fontconfig-2.3.2 library for configuring font access
81. fortune-mod-1.99.1 fortune telling program
82. freeglut-2.4.0 free openGL toolkit
83. freetype-2.1.10 TrueType font lib
84. fyre-1.0.0 tool for computation artwork
85. gaim-1.5.0 Instant Messenger
86. galculator-1.2.5.2 scientific calculator
87. gawk-3.1.5 programs for manipulating text files
88. gbgoffice-1.3 office dictionary
89. gcc-4.0.3 gcc,g77,g++,gnat,gcj compilers
90. gcolor2-0.4 simple color selector
91. gd-2.0.33 graphic library for image creation
92. gdb-6.4 GNU Project Debugger
93. gdbm-1.8.3 GNU Database Manager
94. gettext-0.14.5 internationalization and localization
95. gftp-2.0.18 ftp client for X
96. giflib-4.1.4 libs for reading and writing GIFs
97. gimp-2.2.11 The GIMP image editor
98. gimp-help-2.0.9 The GIMP help
99. gimp-print-4.2.7 high quality printer drivers
100. glib-1.2.10 low-level core library
101. glib-2.10.3 low-level core library
102. glibc-2.3.6 main C library
103. glibmm-2.8.6 C++ interface for glib2
104. gmp-4.1.4 arbitrary precision math lib
105. gnupg-1.4.3 public/private key encryptor
106. gnutls-1.3.1 gnu Transport Layer Security lib
107. gpa-0.7.0 GnuPG Assistant Manager
108. gparted-0.2.5 GUI for parted
109. gpgme-1.0.3 GnuPG Make access Easy
110. gphoto2-2.1.99 GNU Digital Camera download software
111. gpm-1.20.1 General Purpose Mouse daemon
112. gqview-2.1.1 very fast image viewer
113. graveman-0.3.12-4 cdrtools/dvd+rw-tools GUI
114. grep-2.5.1a programs for searching through files
115. gresistor-0.0.1 translate resistor color codes
116. groff-1.18.1.1 processing and formatting text
117. grsync-0.4.2 GUI for rsync
118. grub-0.97 GRand Unified Bootloader
119. gtk+-1.2.10 GTK+ libs
120. gtk2-2.8.18 GTK2 libs
121. gtkam-0.1.13 digital camera front-end for X
122. gtkglext-1.2.0 GTK2 openGL extension
123. gtkglextmm-1.2.0 GTKmm openGL extension
124. gtkmm-2.8.5 C++ interface of GTK2 libs
125. guile-1.6.7 extensions language lib
126. gzip-1.3.5 compress and decompress gz files
127. hd2u-1.0.0 dos2unix plain text convertor
128. hicolor-theme-0.9 hicolor icon theme
129. htop-0.6.2 interactive process viewer
130. icu-3.4.1 Unicode support fot C/C++/Java
131. id3lib-3.8.3 manipule ID3v1 and ID3v2 tags
132. imagemagick-6.2.6-8 interactive image manipulation tool
133. imlib-1.9.15 image rendering lib
134. imlib2-1.2.1 faster image rendering lib
135. inetutils-1.4.2 basic networking programs
136. inkscape-0.43 SVG-based vector drawing program
137. intltool-0.34.1 internationalization tool
138. iproute2-2.6.16 basic and advanced IPV4-based networking
139. iptables-1.3.5 principal linux firewall
140. iptraf-3.0.0 IP Network monitor stat tool
141. jack-0.100.0 Jack Audio Connection Kit
142. k3b-0.12.15 The Ultimate CD/DVD Burner
143. k9copy-1.0.4 linux DVD shrinker
144. kaffeine-0.8.1 full featured media player
145. kanatest-0.3.6 learn japanese alphabet
146. kbabel-3.5.2 advanced PO-file editor
147. kbd-1.12 key-table files and keyboard tools
148. kcdlabel-2.13 tool for making CD covers
149. kchmviewer-2.5 CHM viewer
150. kdelibs-3.5.0 core KDE programs and libs
151. kdetv-0.8.9 watch TV on Linux
152. kernel-headers-2.6.12.0 sanitized kernel headers API
153. kino-0.8.1 non-linear video editor
154. kmagnify-3.5.2 magnifies screen portions
155. knowde-1.8.0 knowledge management tool
156. kompare-3.5.2 compares files
157. kpdf-3.5.0 PDF Viewer
158. kphotoalbum-2.2 photo album utility
159. krename-3.0.11 multirename tool
160. ksubeditor-0.2 subtitle file editor
161. kuser-3.5.2 user manager
162. lame-3.97 MP3 encoder
163. lcms-1.15 provide color management facilities
164. leafpad-0.8.9 simple notepad for X
165. less-394 text file viewer
166. lha-114i LHA archiver
167. libIDL-0.8.6 Interface Definition Language libs
168. libao-0.8.6 cross-platform audio library
169. libart_lgpl-2.3.17 high-performance 2D graphics lib
170. libavc1394-0.5.1 1934 AV/C program interface
171. libcdio-0.77 CD Input and Control library
172. libcroco-0.6.1 general CSS parsing and manipulation
173. libdv-0.104 software DV video codec
174. libdvdcss-1.2.9 access DVDs as a block device
175. libdvdread-0.9.4 simple DVD reading lib
176. libexif-0.6.13 parse, edit, and save EXIF data
177. libexif-gtk-0.3.5 libexif GTK bindings
178. libfame-0.9.1 realtime MPEG-1/4 video encoding lib
179. libfpx-1.2.0.13 Flash FPX image lib
180. libgcrypt-1.2.2 general-purpose cryptographic library
181. libglade-2.5.1 loads Glade interface files
182. libgpg-error-1.3 error handling for GnuPG, libgcrypt
183. libgphoto2-2.1.99 access digital camera by programs
184. libgsf-1.14.0 abstraction layer for structured files
185. libgtkhtml-2.6.3 lightweight HTML engine
186. libid3tag-0.15.1b ID3 tag library
187. libiec61883-1.0.0 high level DV streaming API
188. libieee1284-0.2.10 paralel port IEEE 1284 Driver
189. libjpeg-6b JPEG image compression lib
190. libmad-0.15.1b high-quality MPEG audio decoder
191. libmikmod-3.2.0 module formats and samples sound lib
192. libmng-1.0.9 MNG image (animated PNG) lib
193. libmpeg2-0.4.0b advanced manipulation of MPEG-2 streams
194. libmpeg3-1.6 advanced manipulation of MPEG streams
195. libnet-1.1.3 generic networking API
196. libogg-1.1.3 ogg file structure lib
197. libpcap-0.9.4 user-level network packet capture
198. libpng-1.2.8 PNG image manipulation lib
199. libquicktime-0.9.8 manipulate quicktime files
200. libraw1394-1.2.1 IEEE 1394 direct access
201. librsvg-2.14.3 SVG image manipulation lib
202. libsamplerate-0.1.2 Sample Rate Converter for audio
203. libsigc++-2.0.17 typesafe callback system for C++
204. libsndfile-1.0.15 Sampled Sound file library
205. libtheora-1.0 free video compression lib
206. libtiff-3.8.2 TIFF image manipulation lib
207. libtool-1.5.22 generic library support script
208. libusb-0.1.12 USB device access lib
209. libvorbis-1.1.2 general purpose audio format
210. libxml-1.8.17 XML parsing lib
211. libxml2-2.6.22 XML and HTML parser lib
212. libxslt-1.1.15 XSLT XML support lib
213. linux-2.6.16.2 Linux Kernel source
214. lmms-0.1.4 Linux MultiMedia Studio
215. lshw-0.2 hardware lister
216. lynx-2.8.5 text based web browser with color
217. lzo-2.02 realtime data (de)compression library
218. m4-1.4.4 macro processor
219. make-3.80 program for compiling packages
220. man-1.6c find and view man pages
221. man-pages-2.25 GNU Linux 1,200 man pages
222. mc-4.6.1 midnight commander
223. mixmos-0.2.0 enchanced audio mixer for X
224. mjpegtools-1.8.0 MPEG-2 tools
225. mktemp-1.5 create secure temporary files
226. modinit-tools-3.2.2 kernel module (un)loading tools
227. mpeg4ip-1.5 audio/video streaming tools
228. mpfr-2.2.0 multi-precision float-point lib
229. mplayer-1.0 Mplayer video audio player
230. mysql-5.0.20 fast SQL database server
231. nas-1.7 Network Audio Server
232. nasm-0.98.39 80x86 assembler and disassebler
233. ncftp-3.1.9 powerful and flexible ftp client
234. ncurses-5.5 terminal-independent screen library
235. net-tools-1.60 linux kernel networking tools
236. netpbm-10.26.27 graphic sofware lib
237. nmap-4.0.2 network exploration and security
238. nss-3.11 network security services libs
239. ntp-4.2.0 Network Time Protocol client/server
240. ocrad-0.14 optical character recognition tool
241. ogmtools-1.5 OGM video tools
242. openexr-1.2.2 HDR image format libs
243. openldap-2.3.30 Lightweight Directory Access Protocol
244. openssh-4.3p2 secure shell client and daemon
245. openssl-0.9.8a cryptography tools and libs
246. p7zip-4.42 7zip archiver
247. pango-1.12.1 layout and text rendering lib
248. parted-1.7.1 advanced partition editor
249. patch-2.5.9 apply and create patch files
250. pciutils-2.2.1 lists PCI devices
251. pcre-6.6 Perl Compatible Regular Expression
252. perl-5.8.8 Perl development environment
253. perl-archive-zip-1.16 perl module
254. perl-compress-zlib-1.41 perl module
255. perl-xml-parser-2.34 perl module
256. php-5.1.4 PHP Hypertext Preprocessor
257. pine-4.64 mail user agent
258. pkg-config-0.20 manage library compile/link flags
259. poppler-0.4.5 PDF rendering library
260. popt-1.7.5 parse command-line options
261. postfix-2.2.10 mail transport agent server
262. postgresql-8.1.4 advanced object-relational DBMS
263. ppp-2.4.3 dial-up PPP daemon
264. procps-3.2.6 programs for monitoring processes
265. proftpd-1.2.10 highly configurable secure FTP daemon
266. psmisc-22.2 display info about running processes
267. psutils-p17 PostScript Utilities
268. pygtk-2.8.6 Python bindings for the GTK widget
269. python-2.4.2 Python development environment
270. qcomicbook-0.2.7 comic books reading tool
271. qt-3.3.6 C++ GUI library (for KDE)
272. readline-5.1 command-line editing support
273. recode-3.6 converts files between character sets
274. reiserfsprogs-3.6.19 Reiserfs file system tools
275. rp-pppoe-3.8 PPPoE client and server
276. rsync-2.6.7 fast incremental file transfers daemon
277. ruby-1.8.4 Ruby development environment
278. samba-3.0.22 provides services to SMB/CIFS clients
279. sane-backends-1.0.17 Scanner Access Now Easy backends
280. screen-4.0.2 screen manager VT100/ANSI emulation
281. sdl-1.2.10 Simple DirectMedia Layer toolkit
282. sdl-guilib-1.1.2 SDL GUI library
283. sdl-image-1.2.5 SDL image loader
284. sdl-mixer-1.2.7 SDL mixer lib
285. sdl-mpeg-0.4.4 SDL video lib
286. sdl-net-1.2.6 SDL network lib
287. sdl-rtf-0.1.0 SDL rich text format lib
288. sdl-sound-1.0.1 SDL Sound lib
289. sdl-ttf-2.0.8 SDL TrueType font lib
290. sed-4.1.5 stream line editing tool
291. shadow-4.0.15 shadow password suite
292. shared-mime-info-0.17 shared MIME-info database
293. sharutils-4.6 create shell archives out of many files
294. slang-2.0.6 powerful interpreted language
295. smb4k-0.7.0 SAMBA network browser
296. sox-12.17.9 audio converting tool
297. speex-1.1.9 speech audio encoder/decoder
298. sqlite-3.3.5 lite SQL engine
299. squid-3.0 high performance web proxy cache
300. startup-notify-0.8 busy cursor for loading apps
301. strace-4.5.14 system call tracer
302. subversion-1.3.1 SVN version control system
303. sudo-1.6.8p12 gives temporary root access
304. supertux-0.1.3 Super Mario clone
305. sysklogd-1.4.1 programs for logging system messages
306. sysvinit-2.86 Linux System V Init tools
307. taglib-1.4 manipulate audio meta data
308. tar-1.15.1 GNU tar archiver
309. tcl-8.4.12 Tool Command Language
310. tcp_wrappers-7.6 daemon wrapper programs
311. tcpdump-3.9.4 network monitoring and data acquisition
312. tcsh-6.14.00 enhanced C shell
313. tellico-1.1.6 collection manager
314. texinfo-4.8 GNU software documentation system
315. thunderbird-1.5.0.2 Thunderbird mail client
316. tightvnc-1.3 optimized VNC distribution
317. tk-8.4.12 TCL GUI toolkit
318. traceroute-1.4 IP packet route tracing utility
319. transcode-1.0.2 transcoding video and audio
320. ttf-basic-0.3 basic TrueType fonts for X
321. tuxpaint-0.9.15b drawing program for children
322. udev-089 dynamic creation of device nodes tools
323. udftools-1.0.0b3 UDF file system tools
324. unzip-5.52 ZIP extraction utilities
325. usbutils-0.71 list USB devices
326. util-linux-2.12r huge collection of essential tools
327. vcdimager-0.7.23 VCD BIN/CUE image creation and ripping
328. vim-6.4 vim text editor
329. vnc2swf-0.5.0 screen recorging tool
330. vorbis-tools-1.1.1 Ogg Vorbis Tools
331. wget-1.10.2 non-interactive download manager
332. which-2.16 shows full path of (shell) commands
333. whois-4.7.12 whois directory client
334. wireless-tools-2.8 wireless tools
335. wxgtk-2.6.3 cross platform GTK lib
336. x264-20060508 free H.264/MPEG-4 AVC lib
337. xchat-2.6.2 IRC client for X
338. xfc-4.3.1 XFCE Foundation Classes
339. xfce-4.3-plugins XFCE Goodies
340. xfce-4.3 XFCE Desktop environment
341. xfsprogs-2.7.11 Utilities for SGIs XFS filesystem
342. xine-lib-1.1.1 xine multimedia playback libs
343. xinetd-2.3.14 eXtended InterNET services Daemon
344. xmahjongg-3.7 a MahJongg game for X
345. xmms-1.2.10 MP3 player and MPlayer frontend
346. xorg-6.9.0 xorg X11 server
347. xpad-2.11 leave sticky notes
348. xsane-0.97 SANE front end for X
349. xvid-1.1.0 XviD (MPEG-4 compliant) video codec
350. zip-2.31 ZIP creation utilities
351. zlib-1.2.3 compression and decompression lib
352. zsh-4.2.5 the Z shell (enhanced korn shell)
Download (14MB)
Added: 2006-06-05 License: GPL (GNU General Public License) Price:
1252 downloads
Secleted [ 0 ] software to compare
- Page: 1 of 2
- 1
- 2
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above mim 1.0.9 search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed