Skip to content

Instantly share code, notes, and snippets.

View graphnode's full-sized avatar
🐱
(^・ω・^ )

Diogo Gomes graphnode

🐱
(^・ω・^ )
  • Lisboa, Portugal
View GitHub Profile
@graphnode
graphnode / gist:3247695
Created August 3, 2012 13:25 — forked from fxsjy/gist:3244607
Simple Memcached server in Javascript with 100 lines of code
/* Simple Memcached in Javascript
* @Author: Sun, Junyi
* @Email: ccnusjy@gmail.com
* @Date: 2012-8-3
*/
var net = require('net');
var store = {}
function handle_header(header, crlf_len){
var tup = header.split(" ")
using UnityEngine;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using ProBuilder2.Common;
using ProBuilder2.MeshOperations;
using ProBuilder2.Math;
namespace ProBuilder2.Examples
{