All Projects → russplaysguitar → UnderscoreCF

russplaysguitar / UnderscoreCF

Licence: MIT License
An UnderscoreJS port for Coldfusion. Functional programming library.

Programming Languages

ColdFusion
112 projects
shell
77523 projects

Projects that are alternatives of or similar to UnderscoreCF

Razuna
This is the source code for the famous open source digital asset management - Razuna
Stars: ✭ 144 (+61.8%)
Mutual labels:  coldfusion
bolthttp
A HTTP Client for CFML
Stars: ✭ 28 (-68.54%)
Mutual labels:  coldfusion
cfwheels-example-app
A CFWheels 2.x App with user management, role based permissions and password resets
Stars: ✭ 17 (-80.9%)
Mutual labels:  coldfusion
Bugloghq
BugLogHQ is a tool to centralize the handling of automated bug reports from multiple applications. BugLogHQ provides a unified view of error messages sent from any number of applications, allowing the developer to search, graph, forward, and explore the bug reports submitted by the applications.
Stars: ✭ 150 (+68.54%)
Mutual labels:  coldfusion
Coldbox Platform
A modern, fluent and conventions based HMVC framework for ColdFusion (CFML)
Stars: ✭ 220 (+147.19%)
Mutual labels:  coldfusion
cf-mailchimp
ColdFusion wrapper for the MailChimp 3.0 API
Stars: ✭ 17 (-80.9%)
Mutual labels:  coldfusion
Hoth
Exception tracking for ColdFusion.
Stars: ✭ 126 (+41.57%)
Mutual labels:  coldfusion
monkehTweets
A ColdFusion wrapper to interact with the Twitter API (with OAuth integration)
Stars: ✭ 52 (-41.57%)
Mutual labels:  coldfusion
coldfusion-10-11-xss
Proof of Concept code for CVE-2015-0345 (APSB15-07)
Stars: ✭ 22 (-75.28%)
Mutual labels:  coldfusion
cfml-tags-to-cfscript
A collection of examples defining how to convert CFML code blocks written in tags to CFScript.
Stars: ✭ 30 (-66.29%)
Mutual labels:  coldfusion
Cflint
Static code analysis for CFML (a linter)
Stars: ✭ 156 (+75.28%)
Mutual labels:  coldfusion
Taffy
🍬 The REST Web Service framework for ColdFusion and Lucee
Stars: ✭ 218 (+144.94%)
Mutual labels:  coldfusion
sonar-coldfusion
SonarQube ColdFusion Analyzer
Stars: ✭ 25 (-71.91%)
Mutual labels:  coldfusion
Cfdocs
Repository for the cfdocs.org site.
Stars: ✭ 150 (+68.54%)
Mutual labels:  coldfusion
cfml-security-training
An INSECURE example website for use in CFML security training.
Stars: ✭ 26 (-70.79%)
Mutual labels:  coldfusion
Slatwall
Slatwall - An Open Source Commerce Platform
Stars: ✭ 136 (+52.81%)
Mutual labels:  coldfusion
messaging-polyglot
RabbitMQ Messaging Polyglot with Java, ColdFusion, CommandBox, Groovy and more
Stars: ✭ 18 (-79.78%)
Mutual labels:  coldfusion
TestBox
TestBox is a next generation testing framework for ColdFusion (CFML) that is based on BDD (Behavior Driven Development) for providing a clean obvious syntax for writing tests. It also includes MockBox, our mocking and stubbing framework.
Stars: ✭ 54 (-39.33%)
Mutual labels:  coldfusion
core
FarCry Core: a web app framework for the ColdFusion language (supporting Lucee & Adobe ColdFusion engines). An ideal platform for building bespoke or tailor made solutions.
Stars: ✭ 34 (-61.8%)
Mutual labels:  coldfusion
Relaxation
Relaxation is a REST framework for ColdFusion that helps you build a REST API. And then it get's the heck out of your way.
Stars: ✭ 22 (-75.28%)
Mutual labels:  coldfusion

Underscore.cfc

This project is an UnderscoreJS port for Coldfusion.

Read the official documentation here: russplaysguitar.github.com/UnderscoreCF/

Build Status

Underscore.cfc is a utility-belt library that provides a lot of the functional programming support that you would expect in Prototype.js (or Ruby). It provides dozens of functions that support both the usual functional suspects: map, select, invoke - as well as more specialized helpers: function binding, sorting, deep equality testing, and so on. It delegates to built-in functions where applicable.

Underscore.cfc is compatible with Adobe Coldfusion 10 and Railo 4.

Contributing

Contributions are welcome.

To contribute:

  • Fork the project.
  • Make a feature branch: git checkout -b feature_branch
  • Make your changes.
  • Add tests.
  • Send a pull request.

Copyright

Copyright © 2012 Russ Spivey. See LICENSE.txt for details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].