Skip to content

Instantly share code, notes, and snippets.

View creamidea's full-sized avatar

NekoTrek creamidea

View GitHub Profile
van9ogh@VAN9OGH $ wpa_passphrase test "mypasswd"
network={
ssid="test"
#psk="mypasswd"
psk=0e804f52de7e7565be873500fa038cef6a9e571f56d6757f419191f3b4fe65c6
}
@creamidea
creamidea / jquery.ba-tinypubsub.js
Created December 17, 2012 14:00 — forked from cowboy/HEY-YOU.md
这是一个用js实现的订阅/发布系统,写的很简洁,但是非常的完美。
/* jQuery Tiny Pub/Sub - v0.7 - 10/27/2011
* http://benalman.com/
* Copyright (c) 2011 "Cowboy" Ben Alman; Licensed MIT, GPL */
(function($) {
var o = $({});
$.subscribe = function() {
o.on.apply(o, arguments);