Skip to content

Instantly share code, notes, and snippets.

@DeepAnchor
DeepAnchor / keybase.md
Last active September 10, 2019 02:03
keybase.md

Keybase proof

I hereby claim:

  • I am deepanchor on github.
  • I am deepanchor (https://keybase.io/deepanchor) on keybase.
  • I have a public key ASAXDGuK3_50eQOcZQ31Wy41YGNyQOBg3_cmrlhuIUr6MQo

To claim this, I am signing this object:

@DeepAnchor
DeepAnchor / README.md
Created January 22, 2016 02:45 — forked from quiver/README.md
Who says PostgreSQL can't Pub/Sub like Redis?

Pub/Sub pattern with PostgreSQL's LISTEN/NOTIFY command

This is a simple chat-like program using pub-sub pattern, backed by PostgreSQL's LISTEN/NOTIFY command.

Publish

publish message to foo channel from user nickname.

$ python pub.py foo nickname
PUBLISH to channel #foo
// Node.js CheatSheet.
// Download the Node.js source code or a pre-built installer for your platform, and start developing today.
// Download: http://nodejs.org/download/
// More: http://nodejs.org/api/all.html
// 0. Synopsis.
// http://nodejs.org/api/synopsis.html
@DeepAnchor
DeepAnchor / gist:5889323
Last active December 19, 2015 03:19
Isotope search filtering

Isotope search filtering based on hugomrdias' code [here] [1]:

-Copy [this file][2] into your asset pipeline
-Replace '.isotope_container' with your isotope container
-Replace '.element' with your isotope element class name
-Replace '#search_input' with the ID of your search query input

Now you can fuzzy-search filter your isotope layout!