Code Monkey home page Code Monkey logo

Ben Nadel's Projects

angularjs-routing icon angularjs-routing

An example of how to do deep routing in an AngularJS application when ngView is not enough.

angularjs-xsrf icon angularjs-xsrf

A quick look at AngularJS' Cross-Site Request Forgery (XSRF) features and how to use them in a ColdFusion application to help prevent XSRF / CSRF attacks.

asynctaskqueue.cfc icon asynctaskqueue.cfc

A ColdFusion component that allows a queue of low-priority tasks to be executed, in serial, in the context of a single CFThread. This way, your low-priority threads do not end up blocking your higher-priority threads.

base32.cfc icon base32.cfc

A component that allows for Base32 encoding and decoding in ColdFusion.

best-of-coldfusion-10 icon best-of-coldfusion-10

For the Best of ColdFusion 10 project, I am trying to create a very simple app that takes HTML, extracts the CSS, and then inlines it for use within emails.

big-sexy-poems-poc icon big-sexy-poems-poc

This is a client-side only Proof-of-Concept (POC) for my BigSexy Poems application.

bitbuffer.cfc icon bitbuffer.cfc

I encapsulate binary data and present an easy way for the binary data to be transformed at the individual bit level, allowing one chunk of inputs bits to be transformed into a chunk of output bits of a different size.

bookmarklets icon bookmarklets

Experimenting with some Bookmarklets that I can load into a browser.

cfhttpsession.cfc icon cfhttpsession.cfc

The CFHttpSession.cfc is a ColdFusion component that wraps around multiple CFHttp requests in such a way that cookie and session information is maintained from request to request. This allows you to use this ColdFusion component to log into remote systems and grab content that is behind a layer of security.

cfredlock icon cfredlock

CFRedlock is a ColdFusion implementation of the Redlock distributed locking algorithm proposed by Redis.

closurecompiler.cfc icon closurecompiler.cfc

A ColdFusion component wrapper for interactions with (a subset of) Google's Closure compiler library.

coldfusion-builder-regex icon coldfusion-builder-regex

This is a ColdFusion Bulider extension that provides powerful, Java-based Regular Expression find and replace functionality.

coldfusion-circuit-breaker icon coldfusion-circuit-breaker

A ColdFusion implementation of the Circuit Breaker pattern as popularized by Michael Nygard's book, Release It!

coldfusion-epub icon coldfusion-epub

A set of ColdFusion custom tags and components that allow for the generation of ePub electronic books.

coldfusion-jregex icon coldfusion-jregex

JRegEx is a ColdFusion wrapper around Java's Regular Expression pattern matching and replacing functionality.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.