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
{ | |
"urban_mobility": { | |
"name": "Urban Mobility", | |
"classes": "span-row-col-2 bg-yellow", | |
"textClasses": "text-black", | |
"projects": [ | |
{ | |
"city": "Aurangabad, Maharashtra", | |
"name": "Majhi Smart Bus", | |
"description": "The project is a unique public-public partnership where Aurangabad Smart City Development Corporation Limited (ASCDCL) and Maharashtra State Road Transport Corporation (MSRTC) have formed a joint venture to operate city buses in Aurangabad. The city has recorded more than 170 km of public transport operation per bus per day leading to 18,600 km of public transport operation per day.", |
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
{ | |
"pune": { | |
"img": "/img/city/city_card_img.jpg", | |
"projects": [ | |
{ | |
"name": "Urban Placemaking in Pune", | |
"tags": ["streets", "cycling"], | |
"description": [ | |
"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus a velit scelerisque nunc posuere faucibus non sit amet eros. In vitae nulla nec ligula facilisis luctus non id nunc. In eleifend ante ut dolor viverra, pretium pretium justo egestas. Ut nec lectus accumsan nunc malesuada dapibus. Morbi maximus nisi id mauris blandit convallis. Vivamus venenatis sit amet leo vel semper. Proin eu iaculis magnamFusce in auctor lorem. Aliquam in diam magna. Suspendisse ultrices enim sed tellus consectetur ultrices. Ut luctus vestibulum posuere. Pellentesque tristique pretium efficitur.", | |
"Duis eleifend leo et dolor luctus sodales. Nulla auctor luctus volutpat. Suspendisse ornare sit amet felis id laoreet. Nam odio risus, faucibus a vehicula non, |
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
[ | |
{ | |
"domain_content": true, | |
"domain_data": false, | |
"domain_software": false, | |
"family": "Open Government License (India)", | |
"id": "India-OGL", | |
"maintainer": "", | |
"od_conformance": "approved", | |
"osd_conformance": "", |
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
import geopandas | |
df = geopandas.tools.geocode(['Prithviraj Market, Rabindra Nagar, New Delhi- 110003']) | |
print(df) |
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
-- MySQL dump 10.13 Distrib 8.0.18, for Win64 (x86_64) | |
-- | |
-- Host: localhost Database: shreya123 | |
-- ------------------------------------------------------ | |
-- Server version 8.0.18 | |
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; | |
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; | |
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; | |
/*!50503 SET NAMES utf8mb4 */; |
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
print("************STAFF MANAGEMENT SYSTEM**************") | |
import mysql.connector as sqltor | |
mycon=sqltor.connect(host='localhost',user='root',password='123456789',database='shreya123',charset='utf8') | |
cursor=mycon.cursor() | |
def login(): | |
print("\t\tLOGIN") | |
x=input("enter your username:") | |
z=int(input("enter your passwd:")) | |
if x=='shreya' and z==1234: |
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
{ | |
"round1": [ | |
"Bhubaneswar", | |
"Pune", | |
"Jaipur", | |
"Surat", | |
"Kochi", | |
"Ahmedabad", | |
"Jabalpur", | |
"Visakhapatnam", |
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
{ | |
"IN-AN": "Andaman And Nicobar Islands", | |
"IN-AP": "Andhra Pradesh", | |
"IN-BR": "Bihar", | |
"IN-CH": "Chandigarh", | |
"IN-CT": "Chhattisgarh", | |
"IN-DL": "Delhi", | |
"IN-GA": "Goa", | |
"IN-GJ": "Gujarat", | |
"IN-HR": "Haryana", |
NewerOlder