Skip to content

Instantly share code, notes, and snippets.

View a10k's full-sized avatar

Alok Pepakayala a10k

View GitHub Profile
@a10k
a10k / index.html
Last active November 6, 2015 20:28
A Managed Object Model Diagram Proposal
<html xml:lang="en" lang="en">
<meta charset="utf-8">
<style>
.node {
cursor: pointer;
}
.node circle {
fill: #fff;
stroke: steelblue;
stroke-width: 1.5px;
// Closest 64 bit integers to a given binary 64 bit integer,less than a distance of 4 will be sorted and printed
//input line will have 0,1,2,232983293 .. keys
//input line2 is a 64 char binary 100100111010....11
//we print all keys that are within a max bit error of 4
#include<stdio.h>
#define STR_LEN 40000000
@a10k
a10k / dabblet.css
Created October 7, 2012 14:09
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;