HomeProjects
Articles tagged “Projects”
Joseph Huckaby - 3 April, 2014
Mirror Bot is an Internet Relay Chat bot designed to mirror all the activity from one IRC channel to another on a different IRC server, and visa-versa. Meaning, the bot monitors all activity in a channel on two different servers, and repeats everything said by all users into the other. One potential use of this is to mirror your Twitch.TV channel (which has its own IRC chat) onto your own IRC server. You can also pass commands through the mirror to the other bot for kicking / banning users remotely.
Joseph Huckaby - 9 March, 2014
Chatter is a Textual IRC theme (style) with a fixed width nickname gutter, smart time stamps, automatic light/dark mode switching, Emoji emotes and an auto-correction mechanism. Requires Textual for OS X which is available on the Mac App Store. It is based on the Skylight theme.
Joseph Huckaby - 8 March, 2014
Visible Errors is a browser extension for Safari and Chrome, which shows you every JavaScript error on your pages visually, using a notification system similar to Growl. This can be used for developing web apps, when you may not always have the console open. The way JavaScript was designed, a single error doesn't necessarily stop execution of your web app. DOM events still execute, timers still fire, etc. Sometimes an error may be thrown but you may not even notice it. Visible Errors puts a stop to that. As a programmer, I want to see every error thrown by my apps, whether I have the console open or not.
Joseph Huckaby - 7 March, 2014
HTML5 drag n' drop and click-to-select multi-file uploading library with "zero interface".
Joseph Huckaby - 8 March, 2014
WebcamJS is a small (~2.7K minified and gzipped) standalone JavaScript library for capturing still images from your computer's camera, and delivering them to you as JPEG or PNG Data URIs. The images can then be displayed in your web page, rendered into a canvas, or submitted to your server. WebcamJS uses HTML5 getUserMedia, but provides an automatic and invisible Flash fallback.
Joseph Huckaby - 27 January, 2014
OpenBox is a Mac OS X application which can synchronize folders to remote servers via SSH and Rsync, and keep them synchronized automatically and continuously in the background, similar to how Dropbox behaves. If you make changes to any file or folder, those changes are instantly detected and propagated to the server. You can setup multiple boxes pointing to different servers, automatically copy URLs to your clipboard (if uploading to a web server for example), and receive notifications when sync operations complete.
Joseph Huckaby - 19 January, 2014
SimpleBot is an easy-to-install and easy-to-use general purpose IRC bot, written in Perl. It is built on the awesome Bot::BasicBot framework.
Joseph Huckaby - 19 January, 2014
SimpleIRC is an easy-to-install and easy-to-use IRC server, written in Perl. It was designed around the idea that setting up and running an IRC server should be simple. SimpleIRC should run on any modern Linux server, and comes with a full web interface for administration (although you can also admin the server from the IRC console if you want). SimpleIRC is built on the awesome POE::Component::Server::IRC framework.