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
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.
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
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") |
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
/******************************************************************************* | |
* 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 |
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
# -*- 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): |
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
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 |
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
{ | |
"_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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.