Skip to content

Instantly share code, notes, and snippets.

@kunalb
kunalb / kb-admin.php
Created July 7, 2011 21:38
Getting somewhere, I am
<?php
/**
* Generic Class that can be extended for creating admin screens for plugins.
* @package KB_Includes
*/
class KB_Admin {
/**
@kunalb
kunalb / demo1.css
Created July 20, 2011 07:20
Styling Radio Buttons and Checkboxes
<!-- Demo 1 -->
<style type = 'text/css'>
input.demo-1 { display: none }
label.demo-1 {
background-color: #ddd;
text-shadow: 0 1px 0 #fff;
background-image: -webkit-gradient(
linear,
left bottom,
left top,
@kunalb
kunalb / functions.php
Created November 15, 2011 06:04
Overriding the default bbpress theme
/**
* Set the theme compat theme properties
*
* @since bbPress (r3311)
*
* @global bbPress $bbp
* @param BBP_Theme_Compat $theme
* @uses current_theme_supports()
*/
function bbp_setup_new_theme_compat() {
// Copyright 2012-present Facebook. All Rights Reserved.
class Rangoli extends LXPattern {
private boolean board[][];
private int rule = 182;
private int leftCounter = 10;
private int seedDistance = 17;
final SinLFO yoffset = new SinLFO(1, 100, 5000);
final SinLFO xoffset = new SinLFO(1, 100, 5000);
// Copyright 2012-present Facebook. All Rights Reserved.
class Life extends LXPattern {
final float hBase = hue(fbBlue);
private int board[][] = new int[lx.height][lx.width];
private Click tick = new Click(500);
public Life(HeronLX lx) {
super(lx);
@kunalb
kunalb / index.html
Last active December 11, 2015 19:19
<!DOCTYPE html>
<meta charset="utf-8">
<title>Sankey Diagram</title>
<style>
@import url(http://bost.ocks.org/mike/style.css?20120521);
#chart {
height: 500px;
}
{"nodes":[
{"name":"Agricultural 'waste'"},
{"name":"Bio-conversion"},
{"name":"Liquid"},
{"name":"Losses"},
{"name":"Solid"},
{"name":"Gas"},
{"name":"Biofuel imports"},
{"name":"Biomass imports"},
{"name":"Coal imports"},
{"nodes":[
{"name":"Agricultural 'waste'"},
{"name":"Bio-conversion"},
{"name":"Liquid"},
{"name":"Losses"},
{"name":"Solid"},
{"name":"Gas"},
{"name":"Biofuel imports"},
{"name":"Biomass imports"},
{"name":"Coal imports"},
<html>
<head>
<title>Cyclic Sankeys</title>
<style type="text/css">
#chart {
height: 500px;
}
.node rect {
cursor: move;
@kunalb
kunalb / index.html
Last active December 14, 2015 19:59
<html>
<head>
<title>Cyclic Sankeys</title>
<style type="text/css">
#chart {
height: 500px;
}
.node rect {
cursor: move;