Skip to content

Instantly share code, notes, and snippets.

View answerquest's full-sized avatar

Nikhil VJ answerquest

View GitHub Profile
@answerquest
answerquest / PCMC 2017 proposed new wards.geojson
Last active October 21, 2016 14:02
PCMC 2017 proposed new wards
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@answerquest
answerquest / Pune 2017 draft ward boundaries trace.geojson
Last active March 17, 2017 16:19
Pune 2017 draft ward boundaries trace
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@answerquest
answerquest / taluka_junnar_04187.geojson
Created September 3, 2016 15:49
taluka_junnar_04187.geojson
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@answerquest
answerquest / taluka_ambegaon_04188.geojson
Last active September 3, 2016 16:05
taluka_ambegaon_04188.geojson
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
@answerquest
answerquest / CE.json
Last active February 20, 2016 03:50 — forked from larskotthoff/flare.json
Collapsible hierarchical tree/list
{
"Sr.No.": "1196",
"code": "CE",
"work": "भांडवली खर्चाबाबतचे अंदाजपत्रक",
"workEN": "Capital Expenditure",
"parentcode": "ROOT",
"ward": "",
"BLP": "",
"2016-17 MC": "7521800000",
"easynumber": "752.18 Cr",
@answerquest
answerquest / sample-parent-child.csv
Last active May 26, 2017 09:57
Self-referencing table to Hierarchical JSON converter
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
@answerquest
answerquest / presenter_code.html
Last active November 2, 2015 02:18
crowdcrafting simple text template: see live project on http://crowdcrafting.org/project/template-simpleqa/
<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>
@answerquest
answerquest / budget-ward-crowdcrafting-presenter-code.html
Last active October 22, 2015 14:16
Task Presenter code for budget-localization (ward no. allotting) project on http://crowdcrafting.org/project/localpunebudget
<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>&nbsp;&nbsp;&nbsp;<b>(Rs.<span id=
"amount"></span>)</b>
</div>
@answerquest
answerquest / map populating form fields.html
Last active April 8, 2022 07:50
Leaflet map populating form fields and reverse way also (user entered values can take map there). Both click as well as drag. And it remembers the previous location.
<!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;