cballou
Early adopter and innovative technical leader with a passion for building the future of crypto fintech. Enjoys web3.
former cto at unbankedCharlotte, NC
Pinned Repositories
caterpillar
Caterpillar is a PHP library intended for website crawling and screen scraping. It handles parallel requests using the curl_multi functions.
jQuery-Form-Element-Repeater-Plugin
A jQuery plugin for creating repeatable form elements, i.e. an array of input elements with add/remove capabilities.
MongoSession
A PHP session handler wrapped around MongoDB.
PHP-SPL-Iterator-Interface-Examples
Example usage of a number of the PHP SPL classes
php-websockets-demos
This repo contains both web-viewable presentations slides in addition to three PHP websocket demos that you may setup and run locally. All of these demos utilize Ratchet and React PHP.
Turntable.FM-Squared
TT.FM Squared is both a Chrome extension as well as a Firefox Greasemonkey script for drastically improving the UI and functionality of Turntable.FM.
Watchdog
Watchdog is a PHP class implementing inotify which watches for changes to dynamic css files (LESS, SASS, and Stylus) and regenerates their output files on the fly.
cballou's Repositories
cballou/PHP-SPL-Iterator-Interface-Examples
Example usage of a number of the PHP SPL classes
cballou/MongoSession
A PHP session handler wrapped around MongoDB.
cballou/Watchdog
Watchdog is a PHP class implementing inotify which watches for changes to dynamic css files (LESS, SASS, and Stylus) and regenerates their output files on the fly.
cballou/Turntable.FM-Squared
TT.FM Squared is both a Chrome extension as well as a Firefox Greasemonkey script for drastically improving the UI and functionality of Turntable.FM.
cballou/SPF30
SPF30 is a PHP library which utilizes a number of recommended spambot deterrents in an attempt to reduce form submission spam. It does not utilize any form of captcha. In addition to spam prevention methods, SPF30 also handles two-way encryption of form data to prevent your form content from being easily sniffed across the wire over HTTP.
cballou/Laravel-Timer-Bundle
The Laravel Timer bundle can be used as a drop-in alternative to utilizing the built-in profiler for determining execution time of segments of your code. It's like a stopwatch.
cballou/PHP-CSS-Tidy
php-css-tidy is a Komodo IDE macro and accompanying PHP executable bash script for compressing your CSS files.
cballou/composer
Dependency Manager for PHP
cballou/jQuery-Readable-Article-Plugin
A jQuery plugin intended to enhance the readability of your website's blog posts. It gives users the option to remove the "fluff" of your site and simply read the plain text. Proof of concept.
cballou/php-mtgox-api-v2
An API wrapper around MTGox API v2 that's slightly more sane than some alternatives.
cballou/PHPull
A wordpress plugin allowing developers to easily reference PHP functions and class methods and have them displayed in a styled tooltip on hover.
cballou/cballou.github.com
My personal blog.
cballou/jquery-eventemitter
Super succinct pub/sub style event emitting with jQuery. Better yet, it supports triggering callbacks subscribed before any events have been triggered.
cballou/php-github-api
A fork of KnpLabs PHP GitHub API client that includes a few bonuses, Object Oriented, tested and documented. For 5.3+.
cballou/php-resque
PHP port of resque (Workers and Queueing)
cballou/php-resque-scheduler
An addon for php-resque that lets you queue jobs for execution some time in the future. Follows resque-scheduler.