Skip to content

Instantly share code, notes, and snippets.

View bvjebin's full-sized avatar
🎯
Focusing

Jebin bvjebin

🎯
Focusing
View GitHub Profile
//Login to your Uber and run the below code in your console.
//It will output how much have you spent from the given date to today on cabs.
//It excludes UberEATS
var result = [], total = 0, start_date = new Date("04-01-2017").getTime();
function url(page) {
return "https://riders.uber.com/trips?page="+page;
}
function Ajax(options) {
var url = options.url,
method = options.method || "GET",
/**
* FileName: phoenix.js
*
* Module Name: phoenix
*
* Created By: jebin
*
* Created at: 17/01/16
*
* Description: Copied from phoenix framework - deps/phoenix/priv/static/phoenix.js
@bvjebin
bvjebin / index.html
Created November 5, 2014 06:28
Two column - one flexible - one fixed width layout
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>JS Bin</title>
</head>
<body>
<header>
Two column layout with right column taking fixed width and rest to be occupied by the left column
</header>
@bvjebin
bvjebin / geojson.js
Last active August 29, 2015 14:01
dummy geojson
window.geojson = {"type":"Topology","objects":{"counties":{"type":"GeometryCollection","bbox":[-179.1473399999999,17.67439566600018,179.7784800000003,71.38921046500008],"geometries":[{"type":"MultiPolygon","id":53073,"arcs":[[[0,1,2]]]},{"type":"Polygon","id":30105,"arcs":[[3,4,5,6,7,8]]},{"type":"Polygon","id":30029,"arcs":[[9,10,11,12,13,14,15,16,17,18]]},{"type":"Polygon","id":16021,"arcs":[[19,20,21,22]]},{"type":"Polygon","id":30071,"arcs":[[-8,23,24,25,26,27]]},{"type":"Polygon","id":38079,"arcs":[[28,29,30,31]]},{"type":"Polygon","id":30053,"arcs":[[-18,32,33,-20,34]]},{"type":"Polygon","id":38009,"arcs":[[-30,35,36,37,38]]},{"type":"Polygon","id":30035,"arcs":[[39,40,-10,41]]},{"type":"Polygon","id":30041,"arcs":[[42,43,44,45]]},{"type":"Polygon","id":30005,"arcs":[[-27,46,47,-46,48]]},{"type":"Polygon","id":30019,"arcs":[[49,50,-4,51]]},{"type":"Polygon","id":38067,"arcs":[[52,53,54,55]]},{"type":"Polygon","id":27069,"arcs":[[56,57,-53,58]]},{"type":"Polygon","id":38095,"arcs":[[59,60,61,-32,62,63]]}