Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or 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
| District | Sno | Assembly | Asno | Address | Status | |
|---|---|---|---|---|---|---|
| North | 1 | NARELA | 1 | Sant Kirpal Singh Public Trust,811,GT Road Alipur,Delhi 36 | Functioning | |
| North | 2 | NARELA | 1 | Hno.246,Tyagi mohalla ,Narela,Delhi 36 | Functioning | |
| Central | 3 | Burari | 2 | PO Building ,Near Takia Chowk,Burari | Functioning | |
| Central | 4 | Burari | 2 | Mohalla Clinic Nathupura: - Budh Bazar Road,Nathupura,Burari,Delhi | Functioning | |
| Central | 5 | Timarpur | 3 | Khasara No -120,Gali No-17 ,Main Road,Wazirabad | Functioning | |
| North | 6 | Adarsh Nagar | 4 | H.No.467 D Near Budh Mandir,Village Azadpur | Functioning | |
| North | 7 | Badli | 5 | A-215,Bhalaswa Dairy Near Police Station | Functioning | |
| North West | 8 | Rithala | 6 | H.No. 231-32,Kh. No.28/ 19,Mange Ram Park,Budh,Vihar Phase-2,Delhi-86 | Functioning | |
| North West | 9 | Rithala | 6 | F4/6,Sector 16 Rohini,Delhi 85 | Functioning |
This file contains hidden or 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
| { | |
| "Sr.No.": "1196", | |
| "code": "CE", | |
| "work": "भांडवली खर्चाबाबतचे अंदाजपत्रक", | |
| "workEN": "Capital Expenditure", | |
| "parentcode": "ROOT", | |
| "ward": "", | |
| "BLP": "", | |
| "2016-17 MC": "7521800000", | |
| "easynumber": "752.18 Cr", |
This file contains hidden or 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
| code | parent | amount | |
|---|---|---|---|
| ROOT | |||
| A1 | ROOT | ||
| A2 | ROOT | ||
| A1.1 | A1 | ||
| A1.2 | A1 | 89 | |
| A2.1 | A2 | 43 | |
| A2.2 | A2 | ||
| A1.1.1 | A1.1 | 32 | |
| A2.2.1 | A2.2 | 12 |
This file contains hidden or 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
| <div class="row"> | |
| <div class="col-md-12"> | |
| <h1>Simple Crowdcrafting Example</h1> | |
| <p>Question : <span id="question_holder"></span></p> | |
| <p>Answer : <input type="text" id="answerBox" placeholder="type your answer here"></p> | |
| <p><button id="save" class="btn btn-primary">Save Answer</button> </p> |
This file contains hidden or 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
| <div class="row"> | |
| <div class="col-md-8"> | |
| <h1>Localizing Pune's Budget</h1> | |
| <b>Read this Budget Item:</b> | |
| <div class="panel panel-warning"> | |
| <div class="panel-body" style="background-color:#FFFDD2;"> | |
| <big><big><span id="work">Loading, please | |
| wait..</span></big></big> <b>(Rs.<span id= | |
| "amount"></span>)</b> | |
| </div> |
This file contains hidden or 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
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Map populating form fields</title> | |
| <meta charset="utf-8" /> | |
| <link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.css" /> <!-- original: http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.css --> | |
| <style> | |
| html, body, #container, #map { | |
| padding: 0; | |
| margin: 0; |