wireless markup language
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1040
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
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
License:Other Free / Open Source License
What is Common Language Runtime(CLR) 1.0.0
The CLR is the layer of the .NET Framework that makes language independence work. Written mostly in Microsofts new language, C#, the CLR provides services that any .NET program can use. Because of .NETs component architecture, software written in any more>> The CLR is the layer of the .NET Framework that makes language independence work. Written mostly in Microsofts new language, C#, the CLR provides services that any .NET program can use. Because of .NETs component architecture, software written in any language can call upon these services. Microsoft has also submitted a subset of the CLR to ECMA, the European information and communications standards organization. This subset is referred to as the Common Language Infrastructure (CLI). CLR provides following services:<<less
Added: 2007-05-28 License: Freeware Price: $0.00USD
14 downloads
Other version of What is Common Language Runtime
License:Freeware
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:
- Gri is a language for scientific graphics programming. The word "language" is important: Gri is command-driven, not point/click.
- Gri can make x-y graphs, contour graphs, and image graphs, in PostScript and (someday) SVG formats.
- Control is provided over all aspects of drawing, e.g. line widths, colors, and fonts.
- A TeX-like syntax provides common mathematical symbols.
Added: 2007-06-07 License: GPL - GNU Public License Price: GPLGNUPublicLicense
11 downloads
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
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).
Added: 2007-03-02 License: Other Free / Open Source License - Python License Price: OtherFreeOpenSourceLicensePythonLicense
1 downloads
Big Javascript Hangman
"For All Ages & No Vulgar Slang! This hangman game has the list entries copied directly from the: American Heritage® Dictionary of the English Language, 4th ed. 2000. Columbia Encyclopedia, 6th ed. 2001. The Encyclopedia of World History, 6th ed. more>> <<less
Added: 2006-02-20 License: Freeware Price: $0.00USD
16 downloads
Kismet Wireless Network Sniffer 2006-04-R1
Kismet is an 802.11 layer2 wireless network detector, sniffer, and intrusion detection system. Kismet will work with any wireless card which supports raw monitoring (rfmon) mode, and can sniff 802.11b, 802.11a, and 802.11g traffic. Kismet identifies more>> Kismet is an 802.11 layer2 wireless network detector, sniffer, and intrusion detection system. Kismet will work with any wireless card which supports raw monitoring (rfmon) mode, and can sniff 802.11b, 802.11a, and 802.11g traffic. Kismet identifies networks by passively collecting packets and detecting standard named networks, detecting (and given time, decloaking) hidden networks, and infering the presence of nonbeaconing networks via data traffic.<<less
Added: 2004-10-04 License: Freeware Price: $0.00USD
36 downloads
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
License:Freeware
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
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
What is the Common Language Specification (CLS)? 1.0.0
The Common Language Specification (CLS), which is a set of basic language features needed by many .Net applications to fully interact with other objects regardless of the language in which they were implemented. The CLS represents the guidelines defined more>> The Common Language Specification (CLS), which is a set of basic language features needed by many .Net applications to fully interact with other objects regardless of the language in which they were implemented. The CLS represents the guidelines defined by for the .NET Framework. These specifications are normally used by the compiler developers and are available for all languages, which target the .NET Framework.<<less
Added: 2007-06-07 License: Freeware Price: $0.00USD
12 downloads
Other version of What is the Common Language Specification
License:Freeware
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
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
Language Attribute
The language attribute in JavaScript is probably one of the most ignored attribute in an Ajax based application. This form of attribute has become so familiar that developers have started to ignore it. The language attribute in JavaScript may just more>> The language attribute in JavaScript is probably one of the most ignored attribute in an Ajax based application. This form of attribute has become so familiar that developers have started to ignore it. The language attribute in JavaScript may just look like a simple command for the browser but without it, the application will not work. This basic function will practically set the stage for other codes to be interpreted in the browser. As JavaScript and Ajax increases its functionality, the importance of properly using language attribute in these types of application is also realized.<<less
Added: 2009-05-03 License: Freeware Price: $0.00USD
12 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above wireless markup language 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