brain - javascript neural networks and classifiers
may 2011 by sweeney
brain is a JavaScript library for neural networks and Bayesian classifiers. An example use of the neural network, giving a color a label based on its rgb values:
javascript
neuralnet
neural
redis
may 2011 by sweeney
nikhilm's gist: 374881 — Gist
march 2011 by sweeney
A simple example of an IM client implemented using
Redis PUB/SUB commands so that all the communication
is offloaded to Redis, and the node.js code only
handles command interpretation,presentation and subscribing.
redis
chat
node.js
Redis PUB/SUB commands so that all the communication
is offloaded to Redis, and the node.js code only
handles command interpretation,presentation and subscribing.
march 2011 by sweeney
HotQueue User Documentation — HotQueue v0.2.1 documentation
december 2010 by sweeney
HotQueue is a Python library that allows you to use Redis as a message queue within your Python programs.
The main advantage of this model is that there is no queue server to run, other than Redis. This is particularly ideal if you’re already using Redis as a datastore elsewhere
messaging
queue
server
redis
The main advantage of this model is that there is no queue server to run, other than Redis. This is particularly ideal if you’re already using Redis as a datastore elsewhere
december 2010 by sweeney
Node.js and Redis Pub-Sub - How To Node - NodeJS
december 2010 by sweeney
Node.js is a perfect platform for creating event driven applications. Redis and WebSockets are great companions to Node.js. The following tutorial will walk through the steps to build a web application that streams real time flight information using Node.js, Redis, and WebSockets.
javascript
node.js
redis
websockets
december 2010 by sweeney
chrisboulton's php-resque at master - GitHub
august 2010 by sweeney
Resque is a Redis-backed library for creating background jobs, placing those jobs on multiple queues, and processing them later.
This is an almost direct port of the Resque worker and enqueue system to PHP, which I've thrown together because I'm sure my PHP developers would have a fit if they had to write a line of Ruby.
resque
php
port
redis
This is an almost direct port of the Resque worker and enqueue system to PHP, which I've thrown together because I'm sure my PHP developers would have a fit if they had to write a line of Ruby.
august 2010 by sweeney
Luke Melia » Redis in Practice: Who’s Online?
february 2010 by sweeney
Using Redis to implement a “which of your friends are online now” feature, by maintaining a set of active user IDs for every minute, then intersecting the past five minutes of user IDs with a set containing the IDs of your friends
redis
key
store
february 2010 by sweeney
Copy this bookmark: