- Wash chicken with 1 tsp salt & water
- Remove water and Put in fridge - 1 hr
- If 800gm chicken, put 500gm curd
- Marinate 5 minutes (it should not leave out water)
- In Kadahi -
- 2-3 spoon mustard oil
- tsp Methi dana or Panchphoran
- 1-2 Tej pattas
- 3-4 whole green chillie with cuttings length wise
- 5-6 Kalis of Lahsoon (cut into tiny bits)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
RSpec.configure do |config| | |
# | |
# ... | |
# | |
config.include Rails.application.routes.url_helpers | |
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; http://www.reddit.com/r/dailyprogrammer/comments/y5sox/8132012_challenge_88_easy_vigenère_cipher/ | |
; this solution reads the problem & wikipedia in order to find the answer :) | |
(ns one.core | |
(:require [net.cgrand.enlive-html :as html]) | |
(:use [clojure.string :as str :only [split]] :reload)) | |
; | |
; part one - encrypt & decrypt | |
; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; http://www.reddit.com/r/dailyprogrammer/comments/yj32c/8202012_challenge_89_intermediate_printing/ | |
; put http://pastebin.com/raw.php?i=v8AbQRFv in data/the-raven | |
; | |
; brainfuck printer printer | |
; ------------------------- | |
; lame version - spits 206325 bytes | |
; (defn change-set | |
; [op n] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Add the fonts path | |
config.assets.paths << "#{Rails.root}/app/assets/fonts" | |
# Precompile additional assets | |
config.assets.precompile += %w( .svg .eot .woff .ttf ) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;;; Author: Abhishek Mishra <[email protected]> | |
; ; http://www.reddit.com/r/dailyprogrammer/comments/zfeb2/9062012_challenge_96_intermediate_parsing_english/ | |
; ; seven hundred and fourty-four million | |
; (-> 7 (* 100) (+ 40 4) (* 1000000) ) | |
; ; ten-million and ninety-four | |
; (-> 10 (* 1000000) (+ 90 4) ) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ "keys": ["right"], "command": "null"}, | |
{ "keys": ["left"], "command": "null"}, | |
{ "keys": ["up"], "command": "null"}, | |
{ "keys": ["down"], "command": "null"} | |
] |
While you and i have lips and voices
which are for kissing and to sing with,
who cares if some one-eyed son for a bitch
invents an instrument to measure Spring with?
-- e.e. cummings [ http://goo.gl/sqoME ]
OlderNewer