Main > Free Download Search >

Free duck calls software for linux

duck calls

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2779
Duck 0.9.5

Duck 0.9.5


Duck project is a Web-based system for practice testing and quizzing. more>>
Duck project is a Web-based system for practice testing and quizzing.
Instructors can create multiple-choice, short answer, and extended response questions.
Unique feedback can be provided for up to 10 potential student responses.
Duck is based on constructivist teaching and learning ideals.
Enhancements:
- commented out addslashes so that it works with magic quote on.
- Probably should undo and turn magic quotes off.
- added authentication variable to duck.inc to control hard auth
<<less
Download (0.088MB)
Added: 2006-11-03 License: GPL (GNU General Public License) Price:
1087 downloads
duckmaze 0.1

duckmaze 0.1


duckmaze is a game about a duck that is in a maze. more>>
duckmaze is a game about a duck that is in a maze. The duck can move walls, but only if there are no walls in the way (it makes sense when you try it).
duckmaze is a simple puzzle game which starts with easy levels but progresses to some quite tricky ones.
NOTE: At the moment, duckmaze only has 8 levels, and most of them are quite easy. More levels are being written, and the game includes a full level editor, so feel free to help out!
NOTE: At the moment, duckmaze has no sound effects or music. This will be fixed soon!
Playing duckmaze
Press any key to start, and use the arrow keys to control the duck. Try to get out of the maze, and dont forget you can move walls, but only if there is not another wall in the way!
You can also use the good old fashioned O, P, Q, A key layout you remember from your ZX Spectrum days. You can also redefine the keys by modifying the config file in ~/.duckmaze/config. Figuring out the format of that file is left as an exercise for the reader.
Press ESCAPE on the title screen to enter the menu, which allows you to change the level you start at (once you have unlocked them) and turn the music and sound effects on or off. You can also go to the level editor from this menu (see later). Press ESCAPE during the game to pause or quit.
Creating Levels:
Press ESCAPE and choose Level editor from the menu. You can either create a new level, or load one you have already created.
One you have created or loaded a level, you will see the level, and your cursor to add or remove walls. Move the cursor using the mouse or the arrow keys, and left-click (or press RETURN) to add or remove a wall, and right-click (or press SPACE) to move the start position of the duck.
When you are happy with your level, press ESCAPE to display the menu and choose Save level. You can choose to save it as a new custom level, or overwrite one you saved before.
Please send in your level designs to duckmaze-devel at lists dot sourceforge dot net. It would be great to see them, and if theyre tricky and/or interesting enough, they will appear in the next release!
NOTE: At the moment, there is no easy way to play the levels you create. They are saved in the levels directory inside the duckmaze directory, and to play them you must rename them from custom_xxx to level_xxx. When you have done that, they will become part of the normal game. This will be fixed in a future version, so that you can play custom levels directly.
Enhancements:
- The game mechanics and level editor are in place, but there are only 8 levels, and no sound effects or music.
<<less
Download (0.17MB)
Added: 2006-12-26 License: GPL (GNU General Public License) Price:
1034 downloads
ivcall 0.4

ivcall 0.4


ivcall is a small utility which may be used to make automated telephone calls with your isdn4linux supported ISDN card. more>>
ivcall is a small utility which may be used to make automated telephone calls with your isdn4linux supported ISDN card. Outgoing calls are supported as well as incoming calls.
The audio data recieved from the peer is written to STDOUT, audio data read from STDIN is send to the peer. The audio data is in raw 8 bit uLaw 8 KHz format, without any headers.
Installation:
./configure
make
make install
Enhancements:
- cleanups
- add softfax support using spandsp.
<<less
Download (0.11MB)
Added: 2005-10-14 License: GPL (GNU General Public License) Price:
1470 downloads
C++ base 1.0

C++ base 1.0


C++ base is a base class suite contains several powerful c++ base classes for basic encapsulation. more>>
C++ base is a base class suite contains several powerful c++ base classes for basic encapsulation of low level operating system calls and basic library functions.

Further packages you may access from this page require the installation of this base package

<<less
Download (0.10MB)
Added: 2006-10-23 License: GPL (GNU General Public License) Price:
1097 downloads
calltree 2.3

calltree 2.3


calltree is a static call tree generator for C programs. more>>
The calltree command parses a collection of input files (assuming C syntax) and builds a graph that represents the static call structure of these files.

Calltree is similar to cflow(1) but unlike cflow(1), calltree is not based on lint(1).Calltree implements some more functions than cflow(1), but does not list the return types of the functions. This is because calltree includes an own C parser and thus may be used even on systems that dont have lint(1).

The disadvantage is that the C parser that is used by calltree is not completely correct and may not find all calls of a function. This is mainly true for calls that are done via function pointers.

Calltree is able to detect recursive function calls (e.g. functions that call themselves). Recursive function calls are marked with an ellipsis in the output.
<<less
Download (0.24MB)
Added: 2005-04-13 License: GPL (GNU General Public License) Price:
1669 downloads
Yellow Duck Framework 2.1.0

Yellow Duck Framework 2.1.0


Yellow Duck Framework is an object oriented framework that will help you with creating web applications. more>>
Yellow Duck Framework is an object oriented framework that will help you with creating web applications. The project is implemented using the popular PHP web scripting language.
An example could be a weblog. The "post" request could take care of displaying and updating the items in the weblog. In this example, "update" would be an action as well as "display_list" and "display_item". Another request, "rss" for example could be used to generate RSS news feeds. In the "rss" request, we could for example find the actions "display_rss20" and "display_atom" which generate specific flavors of XML news feeds. Requests basically group action that are related.
By encapsulating all the programming in an object-oriented environment, you get a framework that is easy to use and understand, easy to extend and doesnt limit you in any way. If you combine this with a very feature-rich standard library that takes care of most common things that need to be programmed for a website, you have a very powerful environment available to develop web applications.
Main features:
- Structured programming environment by using requests and actions
- Clean separation of code and output
- Support for multi-langual websites by using locales
- Templates for outputting HTML easily based on Smarty
- Automatic action dispatching using URL parameters
- Object oriented form construction and validation
- Object oriented handling of authentication
- Classes for creating XML/RPC clients and servers.
- Classes for creating syndicated XML feeds such as RSS and Atom feeds.
- Easy handling of files, directories and images. For images, there are some very straightforward functions that can create thumbnails and obtain specific information about these images.
- An object oriented interface for creating and sending email messages.
- Database abstraction layer supporting MySQL, PostgreSQL, SQLite and Oracle.
- Object oriented way of creating SQL statements.
- Logging infrastructure based on plain text or XML logfiles.
- A shopping cart infrastructure that makes it easy to create webshops.
- Different smaller modules that take care of string handling, debugging, configuration settings, timers.
Enhancements:
- This release contains feature enhancements in nearly all sections.
<<less
Download (3.5MB)
Added: 2007-03-15 License: GPL (GNU General Public License) Price:
953 downloads
Devel::CallerItem 1.0

Devel::CallerItem 1.0


Devel::CallerItem is an Perl object representing a function call from the stack of function calls. more>>
Devel::CallerItem is an Perl object representing a function call from the stack of function calls.

SYNOPSIS

Usage:

require Devel::CallerItem;

$call = Devel::CallerItem->from_depth($depth) || return;
$passed_arguments_ref = $call->argument_list_ref();
$callpack = $call->pack();
$callfile = $call->file();
$callline = $call->line();
$callsub = $call->subroutine();
$bool = $call->has_args();
$bool = $call->wants_array();
($arg_ref,@caller) = $call->as_array();
$call_string = $call->as_string($print_level);
$passed_arguments_string = $call->arguments_as_string();

$printable_arg = Devel::CallerItem->printable_arg($arg,$print_level);

Devel::CallerItem objects hold all the information about a specific function call on the stack. The information is basically that obtained from caller and @DB::args, packaged into an object. This comes with some useful methods to print the object in a nice way.

<<less
Download (0.004MB)
Added: 2007-05-01 License: Perl Artistic License Price:
908 downloads
fring Linux- Make free mobile calls 1.02

fring Linux- Make free mobile calls 1.02


a free mobile internet service & community more>> fring is a free mobile application application that enables free mobile internet calls, live chat (IM) and file transfer to other fringsters and PC-based services including Skype, Google Talk, ICQ, MSN Messenger, Twitter, Yahoo! and AIM, using free Wi-Fi or your 3G or GPRS internet data plan instead of costly mobile airtime minutes.
With fring, youll gain benefits previously only found only on the PC and get empowered with mobility as never before: make cheap mobile internet calls, see whos online before dialing with contact availability indicators (presence), live chat instead of SMS, engage in multiple conversations simultaneously, view conversation history and more! Take all your fring, Skype, Google Talk, ICQ, MSN Messenger and Twitter buddies with you wherever you go and view them, along with your regular phone contacts, from one integrated and search-able contact list.
Also make cheap calls to landlines and regular cellular contacts using your SkypeOut account or hundreds of SIP-based providers such as Eutelia, GizmoProject, VoipCheap, VoipStunt, Free World & SIPNET over fring, even from non-SIP enabled handsets.
As fring automatically roams between Wi-Fi and 3G networks, you can effortlessly login to recognized Wi-Fi hotspots, mindlessly gaining access to the best network for optimal call quality and savings.
Easily download fring into your handset and begin fringing in less than a minute.
fring bypasses traditional mobile voice and SMS text messaging services by utilizing the mobile handsets native internet connection. fring does not require any dedicated hardware or airtime and works with phones purchased through any mobile operator. The patent-pending peer-to-peer mobile VoIP technology delivers full-duplex voice quality with rich internet functionality and maximum network efficiency.
<<less
Download (350KB)
Added: 2009-04-15 License: Freeware Price: Free
242 downloads
phpCallLog 0.1.3

phpCallLog 0.1.3


phpCallLog is a Web based application that is designed to help keep track of phone calls and messages. more>>
phpCallLog is a Web based application that is designed to help keep track of phone calls and messages.

It is powered by PHP and MySQL, and is platform independent. phpCallLog was intended for support calls that require followup calls, or where multiple people will handle a single issue. It can be run on a public server, so that if a company wants to allow their customers to fill out a support form, it will email the techs.

There is a login required to see the information thats been submitted. It also allows for sending messages between techs.

<<less
Download (0.014MB)
Added: 2006-03-12 License: GPL (GNU General Public License) Price:
1321 downloads
Despeckle Plug-In 1.3.2

Despeckle Plug-In 1.3.2


Despeckle plug-in provides selectable filters to remove specs, scratches, or other noise in an image. more>>
Despeckle plug-in provides selectable filters to remove specs, scratches, or other "noise" in an image. The following filters are available:

Non-recursive median,
Recursive median,
Non-recursize adaptive median,
Recursive adaptive median.

Using the Despeckle Plug-In:
Figure 1 shows the despeckle plug-in window. The scrollbars allow you to pan within the image (in this case to the back of the duck in the foreground). The preview window shows the filter output using the current settings.

The Radius control selects the window size used for the filter, from 1 (3x3) to 20 (41x41). Larger values increase the amount of time needed to filter each pixel in the image and can cause blurring.

The Adaptive button selects the adaptive median filter - this filter varies the window size based upon the image content and sometimes improves the clarity of filtered images. The Black Level and White Level controls adjust the levels used by the adaptive filter to adjust the filter radius.

<<less
Download (0.010MB)
Added: 2006-08-16 License: GPL (GNU General Public License) Price:
1170 downloads
Python Call Graph 0.4.0

Python Call Graph 0.4.0


Python Call Graph (pycallgraph) is a Python library that creates call graphs for Python programs more>>
Python Call Graph (pycallgraph) is a Python library that creates call graphs for Python programs

pycallgraph is quite new. It seems to work well and I will most likely improve it in the near future!

<<less
Download (0.004MB)
Added: 2007-06-26 License: GPL (GNU General Public License) Price:
853 downloads
YumKup 0.1

YumKup 0.1


Yum Update Notifier for KDE. more>>
Yum Update Notifier for KDE. YumKup calls in user configurable intervals "yum check-update" and signals with different icons whether new updates are available.

If updates are available it can show you the list of possible updates and can initiate a yum update.

To configure the interval (in minutes) simply edit the file and change the CHECK_INTERVAL value.

<<less
Download (0.002MB)
Added: 2006-04-28 License: GPL (GNU General Public License) Price:
1274 downloads
Automated support for compound RPC calls 0.2

Automated support for compound RPC calls 0.2


Automated support for compound RPC calls is a project which augments RPCGEN to support NFSv4-style compound procedures. more>>
Automated support for compound RPC calls is a project which augments RPCGEN to support NFSv4-style compound procedures.

NFSv4 specifies that the RPC calls be batched into a "compound" call. There is no support for this in RPCGEN.

By rearranging the ONC IDL for NFSv4 into AutoGen definitions, these templates will emit the original IDL *plus* all the code to package, send, distribute, collect, return, and dispatch the results.

The distributed program author merely needs to call and supply server procedures for the routines specified in the IDL.

Templates for these calls and service routines is provided, too. The NFSv4 definitions are included.

<<less
Download (0.022MB)
Added: 2007-04-05 License: BSD License Price:
938 downloads
FritzCallerID 0.2

FritzCallerID 0.2


FritzCallerID is a SuperKaramba theme that shows number, name and address (if available) for incomming and outgoing calls. more>>
FritzCallerID is a SuperKaramba theme that shows number, name and address (if available) for incoming and outgoing calls via the AVM FritzBox (http://avm.de).

It searches for the name and address for a certain number in the German phone book www.dasoertliche.de.

Phone numbers are fetched via the integrated callmonitor of the FritzBox, available on Port 1012. Before using it, you first have to open this Port of your FritzBox by dialing #96*5* from any connected phone. Firmware version xx.03.99 or newer is required.

It is still very experimental, no error handling.

<<less
Download (0.042MB)
Added: 2006-06-20 License: GPL (GNU General Public License) Price:
1222 downloads
Call center software 0.93

Call center software 0.93


Call center software is one of the most important aspects of any call help center. more>>
Call center software is one of the most important aspects of any call help center, being able to track and manage calls can be the key to high customer safisfacation. Our 100% free call center software solution is based on php and the mysql database.
A call center is a place where customers calls are handled by an organization, usually with some amount of computer automation.
Call center refers to the IT function or process applied to support tasks across all operations. A method of Dealing with incoming calls and requests in a customer service environment.
Enhancements:
- A problem with the change password function was fixed to improve the error messages.
<<less
Download (0.030MB)
Added: 2006-09-25 License: GPL (GNU General Public License) Price:
1133 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5