Skip to content

Instantly share code, notes, and snippets.

View englebip's full-sized avatar

Pablo Englebienne englebip

View GitHub Profile
@englebip
englebip / box.gro
Created November 16, 2012 08:00
Topology Argon + Neon
Argon + Neon box
20
1Ar Ar 1 0.200 0.000 0.200
2Ar Ar 2 0.200 0.000 0.600
3Ar Ar 3 0.200 0.000 1.000
4Ar Ar 4 0.200 0.000 1.400
5Ar Ar 5 0.200 0.000 1.800
6Ar Ar 6 0.200 0.000 2.200
7Ar Ar 7 0.200 0.000 2.600
8Ar Ar 8 0.200 0.000 3.000
@englebip
englebip / json-feed.php
Created January 12, 2012 13:50
JSON WordPress feed
<?php
/*
* JSON feed
* adapted from http://www.noeltock.com/web-design/wordpress/events-custom-post-types-fullcalendar-json-wordpress/
*/
function event_json_feed() {
header('Content-Type:application/json');
global $wpdb;