Skip to content

Instantly share code, notes, and snippets.

View thejeshgn's full-sized avatar

Thejesh GN thejeshgn

View GitHub Profile
@thejeshgn
thejeshgn / gist:c4cd85278fab06d7e42222e43d3d83af
Created March 8, 2022 15:18
IndiaCensus2011_Primary_Abstract_Religion.patch
--- IndiaCensus2011_Primary_Abstract_Religion.old
+++ IndiaCensus2011_Primary_Abstract_Religion.new
@@ -1870,237 +1870,3 @@
Node: dcid:indianCensus/Count_Person_Religion_Sikh_YearsUpto6_Urban
Node: dcid:indianCensus/Count_Person_Religion_Sikh_YearsUpto6_Urban_Female
Node: dcid:indianCensus/Count_Person_Religion_Sikh_YearsUpto6_Urban_Male
-Node: dcid:indianCensus/Count_Person_Religion_Total
-Node: dcid:indianCensus/Count_Person_Religion_Total_Female
-Node: dcid:indianCensus/Count_Person_Religion_Total_Illiterate
-Node: dcid:indianCensus/Count_Person_Religion_Total_Illiterate_Female
Node: dcid:indianCensus/Count_Person_Religion_Total
Node: dcid:indianCensus/Count_Person_Religion_Total_Female
Node: dcid:indianCensus/Count_Person_Religion_Total_Illiterate
Node: dcid:indianCensus/Count_Person_Religion_Total_Illiterate_Female
Node: dcid:indianCensus/Count_Person_Religion_Total_Illiterate_Male
Node: dcid:indianCensus/Count_Person_Religion_Total_Illiterate_Rural
Node: dcid:indianCensus/Count_Person_Religion_Total_Illiterate_Rural_Female
Node: dcid:indianCensus/Count_Person_Religion_Total_Illiterate_Rural_Male
Node: dcid:indianCensus/Count_Person_Religion_Total_Illiterate_Urban
Node: dcid:indianCensus/Count_Person_Religion_Total_Illiterate_Urban_Female
This file has been truncated, but you can view the full file.
<html>
<head><meta charset="utf-8" /></head>
<body>
@thejeshgn
thejeshgn / census-india-2011-c14-download.sh
Created December 8, 2021 13:26
C-14 FIVE YEAR AGE GROUP DATA BY RESIDENCE AND SEX
xidel https://censusindia.gov.in/2011census/C-series/C-14.html \
--xpath3="//a[contains(@href,'c-14/DDW')]/concat('https://censusindia.gov.in/2011census/C-series/',@href)" \
--silent | wget -i -
grep '2015-03,03,.*DropoutRate_Student_SecondarySchool,' UDISEIndia_School_Dropout_Rate.csv
openapi: 3.0.0
info:
title: Example Open API Documentation
version: 1.0.0
description: |
Documentation example. You can add various kinds of **documentation** here. It takes both markdown and HTML.
<h2>ER Diagram</h2>
<h2> Error Codes </h2> <table>
<thead>
<th>Resource</th>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<style type="text/css">
* {
font-size: 12px;
font-family: 'Times New Roman';
{
"columnDataType": null,
"columnName": [
"udise_state_code",
"state_name"
],
"columnView": null,
"errorMessage": null,
"jsonString": null,
"msData": null,
@thejeshgn
thejeshgn / thejeshgn-2020.stl
Created February 19, 2021 13:33
thejeshgn-2020.stl
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@thejeshgn
thejeshgn / eta.json
Last active February 23, 2021 04:41
eta.json
{
"$id": "eta.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Describes an ETA",
"type": "object",
"properties": {
"type" : {
"type" : "string",
"enum": ["pickup", "drop"]