Main > Free Download Search >

Free voice extensible markup language script

voice extensible markup language

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1062
Ajax Extensible Page 1.0

Ajax Extensible Page 1.0


A.E.P. is an Ajax framework that is very easy to use with an interface of six functions and these functions allow to build Web pages that are extended at user request from data hidden into the page or taken from external files. Once you have experienced more>> A.E.P. is an Ajax framework that is very easy to use with an interface of six functions and these functions allow to build Web pages that are extended at user request from data hidden into the page or taken from external files. Once you have experienced the library you feel obliged to build all your web page in this way, as I do. A short tutorial is provided in HTML and PDF forms. Demos included.<<less
Added: 2007-01-21 License: GPL Price: $0.00USD
11 downloads
 
Other version of Ajax Extensible Page
Ajax Extensible PageA.E.P. is an Ajax framework that is very easy to use with an interface of six . A.E.P. is an Ajax framework that is very easy to use with an interface of six
License:GPL
Download
593 downloads
Added: 2007-01-21
eXtensible Site Middleware 0.0.5

eXtensible Site Middleware 0.0.5


- No database required - Transparent core - WYSIWYG-editor - Internal caching - Easy to enchanced more>> - No database required - Transparent core - WYSIWYG-editor - Internal caching - Easy to enchanced<<less
Added: 2006-01-04 License: GPL Price: $0.00USD
10 downloads
 
Other version of eXtensible Site Middleware
eXtensible Site MiddlewareNo database required - Transparent core - WYSIWYG-editor - . - No database required - Transparent core - WYSIWYG-editor
License:GPL
Download
1390 downloads
Added: 2006-01-04
Business Process Execution Language 1.0s

Business Process Execution Language 1.0s


BPEL for Web services, also known as BPELWS or BPEL4WS, is based upon XML standards. It is intended to provide a means to implement task-sharing in a distributed or grid computing environment both within and across multiple organizations. The BPEL more>> BPEL for Web services, also known as BPELWS or BPEL4WS, is based upon XML standards. It is intended to provide a means to implement task-sharing in a distributed or grid computing environment both within and across multiple organizations. The BPEL acts as a "glue" between various Web services. It is.<<less
Added: 2004-12-14 License: Other Price: $0.00USD
11 downloads
 
Other version of Business Process Execution Language
Business Process Execution LanguageBPEL for Web services, also known as BPELWS or BPEL4WS, is . BPEL for Web services, also known as BPELWS or BPEL4WS, is
License:Other Free / Open Source License
Download
1784 downloads
Added: 2004-12-14
Extensible Click Counter 1.0

Extensible Click Counter 1.0


Extensible Click Counter script counts and tracks (country code and IP address) clicks from a visitors which followed a link to one of your link partners or advertisers. more>> Extensible Click Counter 1.0 is a small yet powerful script that counts and tracks (country code and IP address) clicks from a visitors which followed a link to one of your link partners or advertisers.

This script can be used together with your existing link database or, if you have some modifications, with an array of links.

<<less
Added: 2007-06-08 License: Freeware Price: Freeware
23 downloads
PHP & Arabic Language

PHP & Arabic Language


Set of PHP classes developed to enhance Arabic web applications by providing set of tools includes stem-based searching, transliterate, soundex, Hijri calendar, charset detection & converter, spell numbers, keyboard language and Muslim prayer time. more>> Set of PHP classes developed to enhance Arabic web applications by providing set of tools includes stem-based searching, transliterate, soundex, Hijri calendar, charset detection & converter, spell numbers, keyboard language and Muslim prayer time.<<less
Added: 2008-07-24 License: LGPL Price: $0.00USD
21 downloads
How to load file into memory using plain ANSI C language

How to load file into memory using plain ANSI C language


This C language article provides example of loading file (binary mode) into memory for later processing. Only standard libraries (stdio.h) are used, the source code is completly cross-platform. more>> This C language article provides example of loading file (binary mode) into memory for later processing. Only standard libraries (stdio.h) are used, the source code is completly cross-platform.<<less
Added: 2006-11-08 License: Other Free / Open Source License Price: Free
684 downloads
Online Language Translator Widget

Online Language Translator Widget


Translate from and to more than 10 languages, easy to embed in your website or social media profile. more>> Translate from and to more than 10 languages, easy to embed in your website or social media profile.<<less
Added: 2008-12-18 License: Freeware Price: $0.00USD
16 downloads
begoodbe website language translate script 1.b.0

begoodbe website language translate script 1.b.0


begoodbe website language translate script with google.This script made with javascript codes. This script use google translate technology.You change your website language very easy.asp,html,php,aspx,sh tml pages can translate.You can change your more>> begoodbe website language translate script with google.This script made with javascript codes. This script use google translate technology.You change your website language very easy.asp,html,php,aspx,sh tml pages can translate.You can change your website language 9 diffirent language only one click. this script translate your web pages chinise, french, german ,english, italian, japanese, korean, portuguese, spanish language from other language automaticly.<<less
Added: 2007-02-23 License: Freeware Price: $0.00USD
15 downloads
Gri Language 2.12.15

Gri Language 2.12.15


Gri Language is a language for scientific graphics programming. more>>

Gri Language 2.12.15 is designed as a simple and effective language for scientific graphics programming.

Major Features:

  1. Gri is a language for scientific graphics programming. The word "language" is important: Gri is command-driven, not point/click.
  2. Gri can make x-y graphs, contour graphs, and image graphs, in PostScript and (someday) SVG formats.
  3. Control is provided over all aspects of drawing, e.g. line widths, colors, and fonts.
  4. A TeX-like syntax provides common mathematical symbols.
<<less
Added: 2007-06-07 License: GPL - GNU Public License Price: GPLGNUPublicLicense
11 downloads
german language files for phpShop

german language files for phpShop


german language files for phpShop 0.80 Just copy the files of the pack to your shop file system. more>> german language files for phpShop 0.80 Just copy the files of the pack to your shop file system.<<less
Added: 2005-08-22 License: GPL Price: $0.00USD
13 downloads
MarkupString

MarkupString


MarkupString provides you with a script including a subclass of String which allows simple handling of pango markup or other simple XML markup. more>>

MarkupString provides you with a script including a subclass of String which allows simple handling of pango markup or other simple XML markup. The goal here is to allow a slice of a python markup string to "do the right thing" and preserve formatting correctly. In other word, MarkupString(Hello World)[6:] = "World".

Note: that len(s) will give you the length of the full marked up string. However, string indices refer to the non-marked up content. To get the length of the non marked up content, use len(s.raw) (you could also add a __len__ method that returned len(s.raw).

<<less
Added: 2007-03-02 License: Other Free / Open Source License - Python License Price: OtherFreeOpenSourceLicensePythonLicense
1 downloads
What is Microsoft intermediate language (MSIL)? 1.0.0

What is Microsoft intermediate language (MSIL)? 1.0.0


Common Intermediate Language (CIL) (formerly called Microsoft Intermediate Language or MSIL) is the lowest-level human-readable programming language in the Common Language Infrastructure and in the .NET Framework. Languages which target the .NET more>> Common Intermediate Language (CIL) (formerly called Microsoft Intermediate Language or MSIL) is the lowest-level human-readable programming language in the Common Language Infrastructure and in the .NET Framework. Languages which target the .NET Framework compile to CIL, which is assembled into bytecode. CIL resembles an object-oriented assembly language, and is entirely stack-based. It is executed by a virtual machine. The primary .NET languages are C#, Visual Basic .NET, C++/CLI, and J#.<<less
Added: 2007-06-07 License: Freeware Price: $0.00USD
11 downloads
 
Other version of What is Microsoft intermediate language
What is Microsoft intermediate language (MSIL)?Common Intermediate Language (CIL) (formerly called Microsoft Intermediate Language or ... human-readable programming language in the Common Language Infrastructure and in the .NET
License:Freeware
Download
874 downloads
Added: 2007-06-07
Hazard Language Redirection 1.0

Hazard Language Redirection 1.0


Hazard Language Redirection is a language redirection script. When the script is called, it detects the default language of the browser and redirects it to the specified page. more>> Hazard Language Redirection is a language redirection script. When the script is called, it detects the default language of the browser and redirects it to the specified page.<<less
Added: 2007-03-05 License: GPL Price: $0.00USD
12 downloads
Open Auto Classifieds 1.5.2

Open Auto Classifieds 1.5.2


Open Auto Classifieds is based on open technologies such as the PHP scripting language, the MySQL database engine, XHTML eXtensible Hypertext Markup Language, and CSS Cascading Style Sheet styling. Using these Open source tools OAC is fully customizable, more>> Open Auto Classifieds is based on open technologies such as the PHP scripting language, the MySQL database engine, XHTML eXtensible Hypertext Markup Language, and CSS Cascading Style Sheet styling. Using these Open source tools OAC is fully customizable, revise OAC to match the look of any website easily. Visitors can look through your auto listings 24 hours a day, 7 days a week, 365 days a year. Keep your auto listings updated -- no HTML coding required to add, delete or modify listings. Built-in image manager upload photos from your web browser. *Built in window Poster page *Built in loan calculator. *Bulk loader for user and listings. *Search listings by features. *Remember me functions. *Built in Contact form. *Optional Internal SEO/SEF feature with mod_rewrite. *Listings moderation for new listings. *Users get notification (shows up in Member profile page) to show status of listings. *Change your user details and password.<<less
Added: 2008-03-07 License: GPL Price: $0.00USD
15 downloads
french language files for phpShop

french language files for phpShop


french language files for phpShop 0.80. The inclusion of the files is a little bit different from original phpShop. Please use readme_fra.txt for implementation. more>> french language files for phpShop 0.80. The inclusion of the files is a little bit different from original phpShop. Please use readme_fra.txt for implementation.<<less
Added: 2005-08-22 License: GPL Price: $0.00USD
11 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5