I hereby claim:
- I am manish on github.
- I am manishsinha (https://keybase.io/manishsinha) on keybase.
- I have a public key ASCdpPJj4kDiqYL2JpIJR7pfAYCuCbT-zdNgXqzTP8z5ywo
To claim this, I am signing this object:
/*var routes = GetRoutes ().Select (x => x.Name.Replace (" ", "").Replace ("/", "")).ToList (); | |
var enumRoutes = string.Join (",\n", routes);*/ | |
var summaryHolder = | |
@"/// <summary> | |
/// {0} | |
/// </summary>"; | |
var allRoutesEnum = new List<string> (); | |
var allRoutesDict = new List<string> (); |
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
from launchpadlib.launchpad import Launchpad | |
cachedir = "/home/me/.launchpadlib/cache/" | |
lpInst = Launchpad.login_anonymously('TestingDebianBTS', 'production', cachedir) | |
bugInst = lpInst.bugs[536692] | |
print bugInst.title | |
print bugInst.description | |
# Output is: |
I hereby claim:
To claim this, I am signing this object:
import timeit | |
import matplotlib.pyplot as plt | |
import json | |
import os | |
import statistics | |
import numpy as np | |
def run_experiment(number_of_repeats, number_of_runs=1000): | |
execution_time = timeit.repeat( | |
"from functools import reduce; reduce((lambda x, y: x * y), range(1, 2000))", |