Pinned Repositories
arraytopath
Allows traversing an array like a (linux) filesystem.
AuthToken
Generic authentication token class, for things like lost password hashes and API keys.
authuser
Library for user authentication, for all things Crazed(Sanity).
cs-battletrack
PHP-Based web application for tracking data in traditional paper-and-pencil role playing games.
cs-content
PHP-based MVC framework using templates and includes.
cs-webapplibs
A bunch of libraries designed specifically for use with PHP-based web applications. This framework is an addition to CS-Content, adding the ability to easily log and upgrade a running application without taking the app or the server down, and much more!
MSAccessUtilities
Scripts and utilities for working with MS Access applications.
permission
Generic PHP permission system using Linux-style octal permissions.
sysadmin
System administration stuff. Scripts, docs, muffins, and some red herrings to boot.
webcron
A web interface to show status/history of cronned scripts. Eventually with the capability of creating/altering them as well.
crazedsanity's Repositories
crazedsanity/cs-battletrack
PHP-Based web application for tracking data in traditional paper-and-pencil role playing games.
crazedsanity/cs-content
PHP-based MVC framework using templates and includes.
crazedsanity/cs-webapplibs
A bunch of libraries designed specifically for use with PHP-based web applications. This framework is an addition to CS-Content, adding the ability to easily log and upgrade a running application without taking the app or the server down, and much more!
crazedsanity/permission
Generic PHP permission system using Linux-style octal permissions.
crazedsanity/sysadmin
System administration stuff. Scripts, docs, muffins, and some red herrings to boot.
crazedsanity/arraytopath
Allows traversing an array like a (linux) filesystem.
crazedsanity/AuthToken
Generic authentication token class, for things like lost password hashes and API keys.
crazedsanity/authuser
Library for user authentication, for all things Crazed(Sanity).
crazedsanity/bitwise
Simple library for handling permissions using bitwise operations; they can be stored in a database as a simple integer.
crazedsanity/cms
PHP-based web CMS, similar to Wordpress.
crazedsanity/core
Core PHP libraries for all things Crazed(Sanity).
crazedsanity/cs-blogger
Blogging system based upon the CS-Content CMS framework and FCKeditor. Utilizes database-driven authentication system and file-based blog entries. List all entries for a blog, last X entries for ALL blogs, and show recent blogs on any page.
crazedsanity/cs-multiproc
Framework to build multi-process or daemonized programs (PHP doesn't support threading).
crazedsanity/cs-phpxml
Read-in XML tags in an array format accessible via "paths". Modify existing XML. Create a proper XML string. All methods are used to programmatically read, modify, and/or create XML.
crazedsanity/database
Database classes for all things Crazed(Sanity).
crazedsanity/dbsession
Store PHP sessions in a database instead of the filesystem. Extension of crazedsanity/session.
crazedsanity/filesystem
Class for manipulating the filesystem for all things Crazed(Sanity).
crazedsanity/fleximenu
A flexible menu builder in PHP
crazedsanity/hobbitwalk
Project Hobbit Walk. See http://bit.ly/hobbitwalk for more information.
crazedsanity/jsdemos
Demonstrations of Javascript-based things.
crazedsanity/json-server
Get a full fake REST API with zero coding in less than 30 seconds (seriously)
crazedsanity/lockfile
Class for creating *.lock files, derived from cs-content and cs-webapplibs.
crazedsanity/messaging
System for handling messages (like alerts and notifications) for a web application in the session.
crazedsanity/mysqlbkup
Lightweight MySQL backup script in BASH
crazedsanity/sanephp
Front-end CMS for the CS-Content framework, handles creating of pages & directories, user+group permissions, approval of new pages/edits, and revision control.
crazedsanity/session
Library for handling web-based sessions, for all things Crazed(Sanity).
crazedsanity/siteconfig
XML/INI-based site configuration for PHP.
crazedsanity/template
Template system, based on cs_genericPage from cs-content (v1.x).
crazedsanity/version
Version parsing class, derived from cs-content, should be at least mostly compliant with SemVer.
crazedsanity/webdbupgrade
Scripted upgrades, so your database schema matches what your code expects.