| Projects on Google Code | Results 1 - 10 of 33 |
CFC 是一个轻量级的公式解析执行工具包(编译后不到32K)。CFC不依赖外部包,可扩展函数和变量,支持如下特性:
* 表达式(赋值,运算,逻辑)运算,表达式中支持函数,支持变量
* 支持if condition1 {}else if condition2{} else if .. else{}控制结构
* 支持while(...){}循环。
* 支持注解:/`*`注释内容`*`/
* 支持外部函数
* 支持内外部变量交换(注:外部指运行公式的具体项目环境)
CFC的产生是因为一个项目要求动态产生SQL。CFC在后来一个韩国电子商...
creates models
Since I didn't see a decent Coldfusion implementation of Twitter that I needed for work, I decided to create my own...
=Implementation=
# update *accounts.cfc* with user names and passwords you want to use.
# load up index.cfm in your favorite browser and tweet away to multiple accounts at ...
= SitemapCFC =
SitemapCFC is a CFC to model and generate sitemaps.org protocol sitemap.xml documents from flexible data collection types. You can initialize a SitemapCFC object with a collection of URLs in the form of a list, a query or an array of structs. When using a query or array, the column...
=Open Flash Chart - Coldfusion CFC Library=
==Summary==
OFC-CFC is a Coldfusion CFC library which produces JSON-data for Open Flash Chart version 2. <br>
The power of Open Flash Chart is, you can <b>update charts using JSON-data</b>. <br>
Which means, update your charts using [http://jquery....
In this Framework a new approach is exploted, because it is focused on the aim to make ColdFusion and Flex interoperability as simplest as posible, but providing advanced methods for parameters loading, logging and RemoteObject management
* Welcome *<br />
The components built in this project are designed to provide an easy way for [http://code.google.com/p/cfxweb/wiki/AboutColdFusion ColdFusion] developers to leverage the database system behind Avectra's netFORUM Enterprise. The code is offered with sensitive information removed, ...
coldfusion,
webservice,
netforum,
avectra,
cfc,
component,
integrate,
singlesignon,
single,
sign,
on,
xweb,
adobe,
baseline
This component is intended to provide similar, but not necessarily compatible, functionality to that provided by the classic Unix diff utility. That is, given two text files, this component will calculate a set of editing operations (a patch) to migrate from the first to the second. This component...
Author: Kevin Penny (All RIAForge projects by this author)
License: Apache License, Version 2
Description:
This Utility is designed to introspect components and auto-create CFPROPERTY tags based on the function meta data. Specify the mapping to your components, and choose which cfc's you want t...
=A newer version was available on Github: http://github.com/cfc/twsmsr/tree/master=
This is a Ruby library for TWSMS(http://www.twsms.com).
{{{
require 'twsms'
sms = TWSMS.new("username", "password")
sms.sendSMS(mobile, message)
sms.querySMS
sms.setMessageId(msgid)
sms.querySMS
}}}