I hereby claim:
- I am nikhiljha on github.
- I am njha (https://keybase.io/njha) on keybase.
- I have a public key ASDgeQRDhU2laLsahH4HmrkgATkmbhJzoyNQUQEqEuA2fgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
// ==UserScript== | |
// @name SpyFall Cheater | |
// @namespace http://nikhiljha.com/ | |
// @version 0.2 | |
// @description Win every game of spyfall, every time. | |
// @author Nikhil Jha | |
// @match http://spyfall.crabhat.com/*/ | |
// @grant none | |
// ==/UserScript== |
// ==UserScript== | |
// @name AoPS Downloader | |
// @namespace http://www.artofproblemsolving.com/ | |
// @version 0.0.1 | |
// @description Download the AoPS WOOT (or other classes) transcripts! | |
// @author Nikhil Jha | |
// @match http://www.artofproblemsolving.com/class/*/transcript/* | |
// @grant none | |
// ==/UserScript== |
'use strict'; | |
define([ | |
'definitions', | |
'jquery', | |
'utils/CryptoHelpers', | |
'utils/KeyPair', | |
'utils/TransactionType', | |
'utils/convert', | |
'services/SessionData' |
// NOT DONE YET! | |
// THIS IS FIRST REVISION, PLEASE CONTACT ME IF YOU DID WORK ON THIS SO I CAN MERGE CHANGES! | |
import java.util.List; | |
import retrofit2.Call; | |
import retrofit2.http.GET; | |
/** | |
* Created by Nikhil Jha on 7/27/2016. |
My Ether Address | |
0x004b5b92780c87bfb496af9e3ee945acbd0f7886 |
// ==UserScript== | |
// @id iitc-plugin-ingressmaxfield-exporter@nikhiljha | |
// @name IITC plugin: Ingress Maxfield Exporter | |
// @category Keys | |
// @author Nikhil Jha | |
// @version 0.0.9 | |
// @namespace https://github.com/jonatkins/ingress-intel-total-conversion | |
// @description Exports portals currently in view as a list for use with Ingress Maxfield. | |
// @include https://www.ingress.com/intel* | |
// @include http://www.ingress.com/intel* |
{ | |
"result": [{ | |
"__type": "Object", | |
"aeriesURLString": "https://www.accessmystudent.com/ADLA", | |
"className": "District", | |
"createdAt": "2015-10-22T20:51:16.057Z", | |
"disabled": false, | |
"disabledReason": null, | |
"name": "ADLA", | |
"objectId": "H9FBKMWBIU", |
# Usage: python wikipedia.py | |
# Look up things on Wikipedia in the command line! | |
import requests; | |
import json; | |
learn = input('Learn About ') | |
for x in learn: | |
if x == ' ': | |
x = '%20' |