Skip to content

Instantly share code, notes, and snippets.

View denisz's full-sized avatar
🏠
Working from home

denisz

🏠
Working from home
View GitHub Profile
@Qt-dev
Qt-dev / backendData.js
Created July 3, 2014 09:55
An accordion in ReactJS/CSS3
var backendData = [
{
"title":"Section 1",
"content":"Our content for the section 1"
},
{
"title":"Section 2",
"content":"Our content for the section 2"
},
{
var mongoose = require('mongoose');
var Schema = mongoose.Schema;
var assert = require('assert')
console.log('\n===========');
console.log(' mongoose version: %s', mongoose.version);
console.log('========\n\n');
var dbname = 'testing_geojsonPoint';
@denisz
denisz / README.md
Created October 8, 2012 11:56 — forked from paulirish/README.md
imagesLoaded() jquery plugin