Skip to content
View andyed's full-sized avatar

Highlights

  • Pro

Block or report andyed

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. scrutinizer scrutinizer Public

    Open source release of the 2007 Scrutinizer vision simulating web browser

    ActionScript 2

  2. Places for Ubiquity next-gen beta, u... Places for Ubiquity next-gen beta, using semantic roles
    1
    //Derived from http://people.mozilla.org/~dietrich/ubiquity.js
    2
    
                  
    3
    var sources = ["history", "bookmarks", "starred", "tagged", "session"];
    4
    var sorts = ["revisit", "rediscover", "top", "rare", "new", "old"]
    5
    var noun_type_places_datasource = new CmdUtils.NounType("datasource", sources);
  3. code for processing & working with t... code for processing & working with testpilot tab dataset 1
    1
    CREATE TABLE vanilla30
    2
    (user int, event_code int, tab_position int, tab_window int, ui_method int, tab_site_hash int, num_tabs int, timestamp bigint)
    3
    
                  
    4
    
                  
    5
    LOAD DATA LOCAL INFILE '~/vanilla_firefox_users_30_percent.csv'
  4. Google Analytics mod to extract SERP... Google Analytics mod to extract SERP position
    1
    /* ***** BEGIN LICENSE BLOCK *****
    2
     * Version: MPL 1.1
    3
     * The contents of this file are subject to the Mozilla Public License Version
    4
     * 1.1 (the "License"); you may not use this file except in compliance with
    5
     * the License. You may obtain a copy of the License at