Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
#
# chrx-install
#
# chromebook unix installer
#
CHRX_VERSION="2.6"
CHRX_OS_DISTRO="galliumos"
! function a(b, c, d) {
function e(g, h) {
if (!c[g]) {
if (!b[g]) {
var i = "function" == typeof require && require;
if (!h && i) return i(g, !0);
if (f) return f(g, !0);
var j = new Error("Cannot find module '" + g + "'");
throw j.code = "MODULE_NOT_FOUND", j
}
@dereklee86
dereklee86 / memcache_bench.php
Created November 10, 2015 19:44 — forked from tony4d/memcache_bench.php
Benchmark the memcache php extension from cli
<?php
/*
exit codes:
0 - everything ok.
1 - failure to connect
*/
if ( ! extension_loaded('memcache') ) {
die("memcache pecl module is not available. Please install a STABLE version from http://pecl.php.net/package/memcache");
}