Skip to content

Instantly share code, notes, and snippets.

View creatorrr's full-sized avatar
🐕
Chillin

Diwank Singh Tomer creatorrr

🐕
Chillin
View GitHub Profile
@creatorrr
creatorrr / ThingsToTry.txt
Created August 31, 2011 03:09
Things to Try!
Things to try before permanent vacation:
1. Cook south indian
2. Eat a truffle (the mushroom, not the dessert)
3. Drink wine on a boat
4. Be an extra in a Bollywood movie
5. Try steeplechase
6. Start my own tech startup
7. Watch Gone With The Wind
8. Travel India
9. Take a teacher out to dinner
@creatorrr
creatorrr / LICENSE.txt
Created September 28, 2011 13:57 — forked from p01/LICENSE.txt
Sudoku Solver in 140bytes
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2011 Mathieu 'p01' Henri <http://www.p01.org/releases/>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
@creatorrr
creatorrr / Zindagi
Created December 30, 2011 16:13
Poems ~ Zindagi
~ Zindagi ~
Zindagi mein itna nasha hai,
Daaru kise chahiye?
Gaur se zara dekhiye to sahi,
Har pal ek nayi mehfil hai.
Us botal ke sahare jiye to kya jiye?
Zara haath thaam ke to dekhiye.
@creatorrr
creatorrr / When I Meditate
Created December 30, 2011 16:15
Poems ~ When I Meditate
~ When I Meditate ~
As I close my eyes
A million voices begin to sing
An eternal hymn
A ballad of the Wisdom of the ages
The sound of breath
The music of silence
Echoes through my heart
@creatorrr
creatorrr / Just like that
Created December 30, 2011 16:16
Poems ~ Just like that
~ Just like that. ~
I'm the moody parrot.
Says stuff.
Acts awkward.
Dances a little.
Flies away sometimes.
Just like that.
;)
@creatorrr
creatorrr / The Performer
Created December 30, 2011 16:19
Poems ~ The Performer
~ The Performer ~
I am in awe.
Of this violently beautiful Universe.
Its endless chaos.
I am surrounded by extraordinary beauty.
A flurry of emotions.
The teeming millions.
@creatorrr
creatorrr / Puppets of Destiny
Created December 30, 2011 16:21
Poems ~ Puppets of Destiny
~ Puppets of Destiny ~
I'm only worried because you're too.
Creating demons out of thin air.
Demons unwarranted. Uninvited.
Yet, so real.
Why are we upset?
@creatorrr
creatorrr / sat.hs
Created February 12, 2012 01:17 — forked from gatlin/sat.hs
SAT Solver in Haskell
import Data.Maybe
import Control.Monad
type Literal = Integer
type Clause = [Literal]
type Formula = [Clause]
type Record = [Literal]
data SolverState = SolverState { formula :: Formula
, record :: Record
@creatorrr
creatorrr / __readme.markdown
Created December 4, 2012 03:01 — forked from karmi/.gitignore
ElasticSearch bootstrap script and node configuration for Ubuntu [https://gist.github.com/2050769]

Installing ElasticSearch with Monit & nginx

This repository contains files tailored for bootstrapping, installing and configuring ElasticSearch with Chef Solo on the Ubuntu operating system, inspired by this article.

Launch and ssh into Ubuntu 12.04 instance (if on ec2, use ami from alestic.com and with a security group as detailed here)

Now, copy the files to the machine and execute the bootstrap script:

<?xml version="1.0" encoding="UTF-8"?>
<Module>
<!-- Set preferences for app -->
<ModulePrefs title="Keep Bluffin">
<Require feature="rpc" />
<Require feature="views" />
<Require feature="locked-domain" />
</ModulePrefs>