Skip to content

Instantly share code, notes, and snippets.

@iotakodali
iotakodali / SmartPulseSurvey.java
Created July 18, 2023 13:18
The parameters collected part of Smart Pusle Survey in Andhra Pradesh in 2016
public class Apeligibility {
@SerializedName("ADDRESS")
private String address;
@SerializedName("AE_MOB_NUM")
private String aeMobNum;
@SerializedName("AE_UID")
private String aeUid;
@SerializedName("AGRICULTURE_VEHICLE")
private String agricultureVehicle;
@SerializedName("APPLICANT_NAME")
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@iotakodali
iotakodali / map.geojson
Last active August 9, 2019 04:49
Surveillance Cameras locations in Bangalore
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@iotakodali
iotakodali / Apeligibility.java
Created April 29, 2018 07:13
Java Bean for app of Andhra Pradesh Citizen Survey
package com.codetree.nandyala.model;
import com.google.gson.annotations.SerializedName;
public class Apeligibility {
@SerializedName("ADDRESS")
private String address;
@SerializedName("AE_MOB_NUM")
private String aeMobNum;
@SerializedName("AE_UID")
@iotakodali
iotakodali / csv.java
Created January 10, 2018 04:55
UIDAI - SRDH Code Parameters
/*******************************************************************************
* DISCLAIMER: The sample code or utility or tool described herein
* is provided on an "as is" basis, without warranty of any kind.
* UIDAI does not warrant or guarantee the individual success
* developers may have in implementing the sample code on their
* environment.
*
* UIDAI does not warrant, guarantee or make any representations
* of any kind with respect to the sample code and does not make
* any representations or warranties regarding the use, results
# -*- coding: utf-8 -*-
from selenium import webdriver
from selenium.webdriver.common.by import By
from selenium.webdriver.common.keys import Keys
from selenium.webdriver.support.ui import Select
from selenium.common.exceptions import NoSuchElementException
from selenium.common.exceptions import NoAlertPresentException
import unittest, time, re
class SeleniumTest(unittest.TestCase):
@iotakodali
iotakodali / gist:1f1a15f2db0588de112945f21fe0785d
Created March 11, 2017 05:12
Breaking Android Session software setup
You will needing the following set of tools and prograaming stack for the session on android security testing.
Java Java Development Kit
https://www3.ntu.edu.sg/home/ehchua/programming/howto/JDK_Howto.html
Setting up Android Debug Bridge (ADB) in path along with Android SDk
http://lifehacker.com/the-easiest-way-to-install-androids-adb-and-fastboot-to-1586992378
Gradle https://gradle.org/install
{
"_resultflag": "1",
"aboutme": "",
"areaofinterest": "Agriculture,Defense,Healthcare,Technology,Women Empowerment,Tourism,Spirituality,Environment,Economy & Finance,Animal Husbandry,Arts & Culture",
"avatar": "http://cdn.narendramodi.in/cmsuploads/0.56200500_1469120337_27127ebb-63e2-489d-ab26-64189534efdc.jpg",
"badge": "THE KNOW-IT-ALL",
"cityname": "",
"constituencyname": "CHANDNI CHOWK",
"contact": "+91 0000000000",
"createdat": "2016-07-21 22:16:29",
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@iotakodali
iotakodali / bmtc_stops.geojson
Created November 5, 2015 16:16
Bangalore BMTC bus stops
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.