Skip to content

Instantly share code, notes, and snippets.

View crcn's full-sized avatar
🤘

Craig Condon crcn

🤘
View GitHub Profile
[
{
"fields": {
"feeds": "feed:rss:default:url=http%3A//feeds.feedburner.com/modenus",
"message": "I love everything about this collection by dutch designer Dik Scheepers, the pale shades of cream and grey, the texture, the traditional concept blended with edgy modern shapes and his very relaxed way of working with the material. I do not think it is necessary to make the perfect mold. I accept the mistakes, which are [...]",
"site": "modenus.com",
"type": "article",
"label": "Imperfect perfection – Dik Scheepers Pieces of Pi",
"text": "I love everything about this collection by dutch designer Dik Scheepers, the pale shades of cream and grey, the texture, the traditional concept blended with edgy modern shapes and his very relaxed way of working with the material. I do not think it is necessary to make the perfect mold. I accept the mistakes, which are [...]",
"createdAt": "1309880142000",
[
{
"fields": {
"feeds": "feed:rss:default:url=http//feeds.feedburner.com/modenus",
"message": "I love everything about this collection by dutch designer Dik Scheepers, the pale shades of cream and grey, the texture, the traditional concept blended with edgy modern shapes and his very relaxed way of working with the material. I do not think it is necessary to make the perfect mold. I accept the mistakes, which are [...]",
"site": "modenus.com",
"type": "article",
"label": "Imperfect perfection – Dik Scheepers Pieces of Pi",
"text": "I love everything about this collection by dutch designer Dik Scheepers, the pale shades of cream and grey, the texture, the traditional concept blended with edgy modern shapes and his very relaxed way of working with the material. I do not think it is necessary to make the perfect mold. I accept the mistakes, which are [...]",
"createdAt": "1309880142000",
[
{
"fields": {
"feeds": "feed:rss:default:url=http//feeds.feedburner.com/modenus",
"message": "We will be bringing you a series of short blogs on the talent we met at London basically an amalgamation of several Graduate shows from across England. But before we even organise ourselves to pick out the best of what we saw we want to show you the work of the [...]",
"site": "modenus.com",
"type": "article",
"label": "Neil Conley – talented and thoughtful. A new designer to look out for.",
"text": "We will be bringing you a series of short blogs on the talent we met at London basically an amalgamation of several Graduate shows from across England. But before we even organise ourselves to pick out the best of what we saw we want to show you the work of the [...]",
"createdAt": "1310036231000",
[
{
"fields": {
"feeds": "feed:rss:default:url=http//feeds.feedburner.com/modenus",
"message": "We came across Liam Treanor at the New Designers show in London and were impressed by the simple elegance of his work. Liam also shows a great understanding of the constraints of the industry and of batch manufacturing techniques as he strives to create quality furniture at a competitive price. Focusing on the needs of [...]",
"site": "modenus.com",
"type": "article",
"label": "Keeping it simple – Liam Treanor",
"text": "We came across Liam Treanor at the New Designers show in London and were impressed by the simple elegance of his work. Liam also shows a great understanding of the constraints of the industry and of batch manufacturing techniques as he strives to create quality furniture at a competitive price. Focusing on the needs of [...]",
"createdAt": "1310039637000",
[
{
"fields": {
"feeds": "feed:rss:default:url=http//feeds.feedburner.com/modenus",
"message": "We came across Liam Treanor at the New Designers show in London and were impressed by the simple elegance of his work. Liam also shows a great understanding of the constraints of the industry and of batch manufacturing techniques as he strives to create quality furniture at a competitive price. Focusing on the needs of [...]",
"site": "modenus.com",
"type": "article",
"label": "Keeping it simple – Liam Treanor",
"text": "We came across Liam Treanor at the New Designers show in London and were impressed by the simple elegance of his work. Liam also shows a great understanding of the constraints of the industry and of batch manufacturing techniques as he strives to create quality furniture at a competitive price. Focusing on the needs of [...]",
"createdAt": "1310039637000",
[
{
"fields": {
"label": "–––––––"
},
"docid": "bw9kzw51cw-1e7ecae4f"
}
]
var Structr = require('structr'),
Parser = require('./parser'),
utils = require('./utils'),
middleware = require('../middleware/meta'),
Request = require('./request');
require('sk/node/log')
module.exports = new (function()
{
/**
* tests against data
*/
var test = this.test = function(statement, data)
{
for(var i = statement.length; i--;)
var client = require('guava').Client,
connection = client.connect();
var hello_c = connection.collection('hello');
//simple enough
hello_c.on({ name: 'craig' }, function(result)
{
var GroupDelegate = require('./delegate'),
models = require('./models'),
vine = require('vine'),
Structr = require('structr');
exports.plugin = function(router)
{
var delegate,
GroupModel;