Skip to content

Instantly share code, notes, and snippets.

#include <ec.h> /* required for global variables */
#include <ec_plugins.h> /* required for plugin ops */
#include <ec_hook.h>
#include <stdlib.h>
#include <string.h>
int plugin_load(void *);
#!/usr/bin/env python
import json
from websocket import create_connection
import websocket
MYSQL_SPECIAL_CHARS= [
("\\","\\\\"),
("\0","\\0"),
("\n","\\n"),
("\r","\\r"),
("'","\\'"),
@thatfunkymunki
thatfunkymunki / gist:1228098
Created September 20, 2011 01:37
strange ruby error
hello.html.erb:
<h1>Say#hello</h1>
<p>Find me in app/views/say/hello.html.erb</p>
say_controller.rb