| Projects on Google Code | Results 1 - 6 of 6 |
That API validates a string against a datatype specified in an object datatype(Uri, LocalName).
It mainly implements two methods :
this.datatypeAllows = function(datatype, paramList, string, context) {
and
this.datatypeEqual = function(datatype, patternString, patternContext, string, con...
C-vec is a compact library to handle dynamic abstract data types in C.
It is now part of the [http://sites.google.com/site/clibutl/ c-libutl] project
---
__*DISCLAIMER*: this is a working in progress. The code in the SVN repository is the working copy and is updated constantly.
I woul...
===Introduction===
The main purpose of the objectrelationbrowse datatype is to make it possible to create object relations using a variety of list types (AJAX, listbox, list of checkboxes, dropdown, etc.). This release supports an AJAX interface embedded in the edit form.
||Owner||Status||Versi...
rdfQuery is an easy-to-use Javascript library for RDF-related processing. You can use it to parse RDFa embedded within your page, query over the facts it contains, and reason to produce more facts. In concert with an server-side triplestore, rdfQuery can be used to create interfaces for editing the ...
=Inspiration=
I guess i'm not the only one tired of writting similar or the same PHP code for web forms and or requests over and over again. Number, date or money input and output fields, file uploads... I'm not talking user interface implementation but converting and validating the values passed...
Functional programming languages, such as Haskell, ML and OPAL, are interesting and have different ideas from imperative programming languages.
I cannot say that FPLs are more effective than IPLs, but they look more mathematical and algorithmic. Especially sequence data type of FPLs is quite rema...