Skip to content

Instantly share code, notes, and snippets.

@vitillo
vitillo / Deep Neural Net.ipynb
Last active August 29, 2015 14:12
Deep Neural Net
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@vitillo
vitillo / Geolocation analysis.ipynb
Last active August 29, 2015 14:13
Geolocation analysis
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@vitillo
vitillo / Hang Bug.ipynb
Created January 12, 2015 19:21
Hang Bug
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@vitillo
vitillo / Add-on Jar crawler.ipynb
Last active August 29, 2015 14:14
BHR add-ons correlation analysis
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@vitillo
vitillo / e10s analysis.ipynb
Last active August 29, 2015 14:16
e10s performance analysis
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@vitillo
vitillo / Number of add-ons.ipynb
Created March 3, 2015 23:10
Number of add-ons in Release
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@vitillo
vitillo / filter.lua
Last active August 29, 2015 14:16
Bug 1134669
-- This Source Code Form is subject to the terms of the Mozilla Public
-- License, v. 2.0. If a copy of the MPL was not distributed with this
-- file, You can obtain one at http://mozilla.org/MPL/2.0/.
--[[
1) How many days do we need to look back for k% of profiles to be up-to-date?
Each profile is associated to the date in which we last received a submission
for it on our servers. Periodically, we compute for all profiles the difference
between the current date and the date of reception and finally plot a histogram
of the differences expressed in number of days.