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
var MapCollection, Player, _; | |
_ = require('underscore'); | |
MapCollection = require('../../models/mapCollection'); | |
Player = require('../../models/server/player'); | |
module.exports = function() { | |
var connectNeighbors; |
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
# 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' |
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
{ | |
"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", |
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
// ==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* |
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
My Ether Address | |
0x004b5b92780c87bfb496af9e3ee945acbd0f7886 |
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
// 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. |
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
'use strict'; | |
define([ | |
'definitions', | |
'jquery', | |
'utils/CryptoHelpers', | |
'utils/KeyPair', | |
'utils/TransactionType', | |
'utils/convert', | |
'services/SessionData' |
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
// ==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== |
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
// ==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== |
OlderNewer