Main > Free Download Search >

Free calls to worship software for linux

calls to worship

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2828
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
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
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
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
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
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
libtrash 2.7

libtrash 2.7


libtrash is a shared library which implements a trash can on GNU/Linux. more>>
libtrash project is a shared library which implements a trash can on GNU/Linux.
When preloaded, it intercepts calls to a series of GNU libc functions and, instead of permanently destroying files, moves them to a "trash can".
Enhancements:
- This version includes a performance fix that keeps it from significantly slowing down as you repeatedly remove the same file.
<<less
Download (0.089MB)
Added: 2007-05-05 License: GPL (GNU General Public License) Price:
904 downloads
readline C++ wrapper 0.3

readline C++ wrapper 0.3


readline C++ wrapper simplifies usage of the readline and history libraries for C++ programmers. more>>
readline C++ wrapper simplifies usage of the readline and history libraries for C++ programmers.
Main features:
- editing the input line basing on the user preferences
- commands history
- saving/loading commands history to/from specified files
- custom completers via standard containers
- binding keys to boost::function calls
<<less
Download (0.20MB)
Added: 2007-04-25 License: Public Domain Price:
550 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
Sys::AlarmCall 1.2

Sys::AlarmCall 1.2


Sys::AlarmCall is a package to handle the logic in timing out calls with alarm() and an ALRM handler. more>>
Sys::AlarmCall is a package to handle the logic in timing out calls with alarm() and an ALRM handler, allowing nested calls as well.

SYNOPSIS

use Sys::AlarmCall;

$result = alarm_call($timeout1,$func1,@args1);
@result = alarm_call($timeout2,$func2,@args2);

Sys::AlarmCall provides a straightforward function call to use the alarm handler. It also handles the logic which allows nested time out calls if timeout calls are run thorugh the alarm_call() functions.

The main advantages of Sys::AlarmCall are that:

1. simple calls, e.g.

@result = &func(@args); #Normal function call with &
$result = func(@args);; #Normal function call
@result = &$code_reference(@args);
@result = $obj->func(@args); #Object method call

become simple calls:

@result = alarm_call($timeout,&func,@args);
$result = alarm_call($timeout,func,@args);
@result = alarm_call($timeout,$code_reference,@args);
@result = alarm_call($timeout,->func,$obj,@args);

<<less
Download (0.005MB)
Added: 2007-04-13 License: Perl Artistic License Price:
925 downloads
Skype for Linux 2.0.0.72

Skype for Linux 2.0.0.72


Skype Linux Static binary tar.bz2 with Qt 3.2 compiled in. more>> Skype is a little piece of software that allows you to make calls from your computer. Talk for as long as you like without worrying about the cost or the distance.
Free Skype-to-Skype calls
Make video calls
Send cheap text messages
Easy conference calling
Free to download
Open console
Find the location where you saved the tar.bz2 file
Enter the following command: "tar xjvf skype-version.tar.bz2", where skype-version.tar.bz2 is the name of the file you downloaded, such as skype-0_90_0_1.tar.bz2. Skype is then unpacked to the current directory. Note that this does not require root privileges.
<<less
Download (14.7MB)
Added: 2009-04-21 License: Freeware Price: Free
199 downloads
 
Other version of Skype for Linux
Skype for Linux 1.2of software that allows you to make calls from your computer. Talk for as long as you like without ... Free Skype-to-Skype calls Make video calls Send cheap text messages Easy conference calling
License:Freeware
Download (7.54MB)
204 downloads
Added: 2009-04-18
Boolball 0.6

Boolball 0.6


Boolball is a game where you have to drop balls in a field of obstacles to score points. more>>
Boolball is a game where you have to drop balls in a field of obstacles to score points.

Two players each have a row of balls located at the top of the screen, which can be dropped into a field of obstacles. Players take turns dropping one of their balls. The lower the balls fall, the higher the score. Get to the bottom of the field for maximum points. Outsmart your opponent by blocking their balls.

Features easy, medium and difficult computer players to play against, or play head to head with your friends.

Objective

The objective, as with many games, is to score more points than your opponent. Each player has a row of balls, located at the top of the screen, which can be dropped into a field of obstacles. Players take turns dropping one of their balls. The lower the balls fall, the higher the score (2 points per row). The bottom of the field is worth even more: 60 points.

Obstacles

There are various obstacles in the playing field:

Arrows- Left or right arrows make your balls move one square in the way the arrow is pointed The arrow flips the other way as soon as your ball has passed it.
Gray blocks- These babies block any ball instantly. Rest assured though, the gray blocks are removed at the end of the round for instant bonus points.
Teleporters- For that added element of surprise, teleporters randomly teleport your ball to another teleporter.
Bonus blocks- 10 points. Free. Its only there for one player, so grab it before your opponent does.

Strategy and tips

Keep balls that will reach the bottom no matter what for last. They are not very interesting for strategic purposes, see below.

Try to drop those balls which will have a negative effect on your opponents score first, and those balls which will perhaps score better after your opponents balls last.

Go for the bonus blocks, of course, but dont worship them. Balls that hit the bottom of the field are worth far more than a bonus block.

End of the game

The game is over when neither player can drop any more balls; either because they are out of balls or because all the balls are blocked by the opponent. The gray blocks are removed and all balls than can fall do so, scoring more points for their owners in the process. The scores are counted, and the player with the highest score wins!

<<less
Download (0.34MB)
Added: 2005-07-21 License: GPL (GNU General Public License) Price:
1555 downloads
Gastify 1.2.2

Gastify 1.2.2


Gastify is a client for app_notify, an asterisk extension. more>>
Gastify is a client for app_notify, an asterisk extension. Gastify project sits in the notification-area of the gnome-panel and displays a libnotify popup when a call arrives. Beside it logs all calls.
Main features:
- an libnotify popup for incoming calls
- a click on the statusicon opens a call-history
<<less
Download (0.024MB)
Added: 2007-07-03 License: GPL (GNU General Public License) Price:
843 downloads
Asterisk Desktop Manager 0.9

Asterisk Desktop Manager 0.9


Asterisk Desktop Manager aims to integrate your desktop with the Asterisk PBX and hardware IP phone. more>>
Asterisk Desktop Manager application interfaces your VOIP telephony with the desktop and Asterisk PBX.
Asterisk Desktop Manager aims to integrate your desktop with the Asterisk PBX and hardware IP phone by providing some useful features such as automatic on-call volume reduction, one click dialling (from the clipboard), BlueTooth presence detection and automatic call redirection when you walk out of the office, a pop up browser on call, and transfer of the current call from the desktop.
Enhancements:
- Automatic on-call volume reduction
- One click dial from clipboard (paste number onto tray icon)
- Integrated phonebook
- List/Redirect/Hangup all active calls
- One click call forward setup
- Bluetooth presence detection to redirect calls when you walk out of the office
- Pop up browser on incoming call (integrate with your CRM to auto load customers details when they call)
- Cisco phone integration (auto speakerphone)
- Slide-in popup on incoming call, with Answer(cisco only), Hold, Busy and Redirect buttons , CallerID and duration
<<less
Download (9.1MB)
Added: 2006-01-11 License: GPL (GNU General Public License) Price:
787 downloads
Vovida SIP Stack 1.5.0

Vovida SIP Stack 1.5.0


The Vovida SIP stack is an implementation of the protocol defined in RFC 2543. more>>
The Vovida SIP stack is an implementation of the protocol defined in RFC 2543, the Session Initiation Protocol, which can be used to initiate voice connections (phone calls) over IP networks.

It offers an object-oriented C++ API as well as sample applications demonstrating its use.
<<less
Download (6.60MB)
Added: 2005-09-14 License: GPL (GNU General Public License) Price:
908 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5