code stringlengths 1 2.08M | language stringclasses 1
value |
|---|---|
/*
Copyright 2012 Google Inc. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or a... | JavaScript |
/*
Copyright 2012 Google Inc. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or a... | JavaScript |
/*
Copyright 2012 Google Inc. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or a... | JavaScript |
({
appDir: 'static',
baseUrl: 'js',
dir: 'static-min',
paths: {jquery: 'empty:'},
modules: [
{name: 'main'},
{name: 'admin-main'}
]
}) | JavaScript |
// identica badge -- updated to work with the native API, 12-4-2008
// Modified to point to Identi.ca, 2-20-2009 by Zach
// copyright Kent Brewster 2008
// see http://kentbrewster.com/identica-badge for info
( function() {
var trueName = '';
for (var i = 0; i < 16; i++) {
trueName += String.fromCharCode(M... | JavaScript |
/** Init for Farbtastic library and page setup
*
* @package StatusNet
* @author Sarven Capadisli <csarven@status.net>
* @copyright 2009 StatusNet, Inc.
* @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0
* @link http://status.net/
*/
$(document).r... | JavaScript |
/*
* StatusNet - a distributed open-source microblogging tool
* Copyright (C) 2008, StatusNet, Inc.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License... | JavaScript |
/*
* jQuery Form Plugin
* version: 2.17 (06-NOV-2008)
* @requires jQuery v1.2.2 or later
*
* Examples and documentation at: http://malsup.com/jquery/form/
* Dual licensed under the MIT and GPL licenses:
* http://www.opensource.org/licenses/mit-license.php
* http://www.gnu.org/licenses/gpl.html
*
... | JavaScript |
/**
* Farbtastic Color Picker 1.2
* © 2008 Steven Wittens
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
*... | JavaScript |
/* Copyright (c) 2009 Alvaro A. Lima Jr http://alvarojunior.com/jquery/joverlay.html
* Licensed under the MIT (http://www.opensource.org/licenses/mit-license.php)
* Version: 0.7.1 (JUN 15, 2009)
* Requires: jQuery 1.3+
*/
(function($) {
// Global vars
var isIE6 = $.browser.msie && $.browser.version == 6.0; // =... | JavaScript |
/** Init for Jcrop library and page setup
*
* @package StatusNet
* @author Sarven Capadisli <csarven@status.net>
* @copyright 2009 StatusNet, Inc.
* @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0
* @link http://status.net/
*/
$(function(){
... | JavaScript |
/*
* StatusNet - a distributed open-source microblogging tool
* Copyright (C) 2008, StatusNet, Inc.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
*... | JavaScript |
$(document).ready(function(){
$.ajax({url:'check-fancy',
type:'GET',
success:function(data, textStatus) {
$('#fancy-enable').attr('checked', true);
$('#fancy-disable').attr('checked', false);
$('#fancy-form_guide').text(data);
},
error:function(XML... | JavaScript |
/* is this stuff defined? */
if (!document.ELEMENT_NODE) {
document.ELEMENT_NODE = 1;
document.ATTRIBUTE_NODE = 2;
document.TEXT_NODE = 3;
document.CDATA_SECTION_NODE = 4;
document.ENTITY_REFERENCE_NODE = 5;
document.ENTITY_NODE = 6;
document.PROCESSING_INSTRUCTION_NODE = 7;
document.COMMENT_NODE = 8;
document... | JavaScript |
/**
* Copyright 2008 Mort Bay Consulting Pty. Ltd.
* Dual licensed under the Apache License 2.0 and the MIT license.
* ----------------------------------------------------------------------------
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with... | JavaScript |
// update the local timeline from a Comet server
//
var CometUpdate = function()
{
var _server;
var _timeline;
var _userid;
var _replyurl;
var _favorurl;
var _deleteurl;
var _cometd;
return {
init: function(server, timeline, userid, replyurl, favorurl, deleteurl)
... | JavaScript |
// add a notice encoded as JSON into the current timeline
//
// TODO: i18n
RealtimeUpdate = {
_userid: 0,
_replyurl: '',
_favorurl: '',
_deleteurl: '',
init: function(userid, replyurl, favorurl, deleteurl)
{
RealtimeUpdate._userid = userid;
RealtimeUpdate._replyurl = repl... | JavaScript |
/*
http://www.JSON.org/json2.js
2009-04-16
Public Domain.
NO WARRANTY EXPRESSED OR IMPLIED. USE AT YOUR OWN RISK.
See http://www.JSON.org/js.html
This file creates a global JSON object containing two methods: stringify
and parse.
JSON.stringify(value, replacer, space)
... | JavaScript |
/* Copyright (c) 2006-2007 Mathias Bank (http://www.mathias-bank.de)
* Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php)
* and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses.
*
* Version 2.1
*
* Thanks to
* Hinnerk Ruemenapf - http://hinnerk.ruemenapf.de/ for... | JavaScript |
/*!
// Infinite Scroll jQuery plugin
// copyright Paul Irish, licensed GPL & MIT
// version 1.2.090804
// home and docs: http://www.infinite-scroll.com
*/
// todo: add preloading option.
;(function($){
$.fn.infinitescroll = function(options,callback){
// console log wrapper.
function debug(){
... | JavaScript |
jQuery(document).ready(function($){
$('notices_primary').infinitescroll({
debug: true,
infiniteScroll : false,
nextSelector : "li.nav_next a",
loadingImg : $('address .url')[0].href+'plugins/InfiniteScroll/ajax-loader.gif',
text : "<em>Loading the next set of posts...</em>",
... | JavaScript |
// Update the local timeline from a Meteor server
// XXX: If @a is subscribed to @b, @a should get @b's notices in @a's Personal timeline.
// Do Replies timeline.
var MeteorUpdater = function()
{
return {
init: function(server, port, timeline)
{
Meteor.callbacks["process"]... | JavaScript |
$(document).ready(function(){
$('#notice_data-text').autocomplete($('address .url')[0].href+'/plugins/Autocomplete/autocomplete.json', {
multiple: true,
multipleSeparator: " ",
minChars: 1,
formatItem: function(row, i, max){
... | JavaScript |
/*
* Autocomplete - jQuery plugin 1.0.2
*
* Copyright (c) 2007 Dylan Verheul, Dan G. Switzer, Anjesh Tuladhar, Jörn Zaefferer
*
* Dual licensed under the MIT and GPL licenses:
* http://www.opensource.org/licenses/mit-license.php
* http://www.gnu.org/licenses/gpl.html
*
* Revision: $Id: jquery.autocomplete.... | JavaScript |
/**
* Ajax Queue Plugin
*
* Homepage: http://jquery.com/plugins/project/ajaxqueue
* Documentation: http://docs.jquery.com/AjaxQueue
*/
/**
<script>
$(function(){
jQuery.ajaxQueue({
url: "test.php",
success: function(html){ jQuery("ul").append(html); }
});
jQuery.ajaxQueue({
url: "test.p... | JavaScript |
var caret_index = 1;
function $(id) {
return document.getElementById(id);
}
function row_color(index) {
var accept = $('item-' + index + '-accept').checked;
var flag = $('item-' + index + '-flag').checked;
var current = index == caret_index;
return accept ? '#dfd' : flag ? '#fdd' : current ? '#ffd' : '#fff'... | JavaScript |
// Copyright 2010 Google Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in... | JavaScript |
// Copyright 2010 Google Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in... | JavaScript |
// Copyright 2011 Google Inc. All Rights Reserved.
/**
* @fileoverview This script posts to the data servlet with a request for data
* to display until either the servlet responds with data or responds that it
* failed. The servlet responds to each post with a message, which the script
* displays to the user and d... | JavaScript |
// voter-info-egypt.js
// By Michael Geary - http://mg.to/
// See UNLICENSE or http://unlicense.org/ for public domain notice.
// Language and prefs
var given_cid;
function submitNID(){
if ((document.location.href.indexOf('nid=') > 0)
/*&& (document.location.href.indexOf('gid=') > 0)
&& (document.location.hre... | JavaScript |
// voter-info-main.js
// By Michael Geary - http://mg.to/
// See UNLICENSE or http://unlicense.org/ for public domain notice.
//window.console && typeof console.log == 'function' && console.log( location.href );
// Utility functions and jQuery extensions
var $window = $(window), $body = $('body');
// Return window w... | JavaScript |
// voter-info-usa.js
// By Michael Geary - http://mg.to/
// See UNLICENSE or http://unlicense.org/ for public domain notice.
// Language and prefs
var defaultLanguage = 'en';
var supportedLanguages = {
en: 'English',
//es: 'Español',
_: null
};
var prefs = new _IG_Prefs();
var pref = {
country: pr... | JavaScript |
GoogleElectionMap.shapeReady({name:"205_2577",type:"state",state:"205_2577",bounds:[],centroid:[],shapes:[
{points:[
{x:32.5308589836112,y: 26.1141771369437}
,
{x:32.532084202232,y: 26.1137285753556}
,
{x:32.5339893261703,y: 26.1132208402945}
,
{x:32.5345436278273,y: 26.1131189138865}
,
{x:32.5351371204291,y: 26.113009... | JavaScript |
GoogleElectionMap.shapeReady({name:"31_06",type:"state",state:"31_06",bounds:[],centroid:[],shapes:[
{points:[
{x:35.6692381388835,y: 22.9779897043859}
,
{x:35.6726158283686,y: 22.9710406752615}
,
{x:35.6735628842817,y: 22.967689613437}
,
{x:35.6704476756037,y: 22.9663461011331}
,
{x:35.667515149795,y: 22.9694914755857... | JavaScript |
GoogleElectionMap.shapeReady({name:"78_1031",type:"state",state:"78_1031",bounds:[],centroid:[],shapes:[
{points:[
{x:31.5899795454442,y: 30.7024896219672}
,
{x:31.5899856258648,y: 30.7022440606716}
,
{x:31.5914678735162,y: 30.7027123255573}
,
{x:31.5915657631722,y: 30.7027432504711}
,
{x:31.5915887256572,y: 30.7017945... | JavaScript |
GoogleElectionMap.shapeReady({name:"22_09",type:"state",state:"22_09",bounds:[],centroid:[],shapes:[
{points:[
{x:31.157402590108,y: 29.1199276630626}
,
{x:31.1566521434652,y: 29.1197431625823}
,
{x:31.1558584622793,y: 29.1197583605029}
,
{x:31.1553933949068,y: 29.1197984068592}
,
{x:31.1550737626331,y: 29.119825928807... | JavaScript |
GoogleElectionMap.shapeReady({name:"108_1414",type:"state",state:"108_1414",bounds:[],centroid:[],shapes:[
{points:[
{x:30.9607001444256,y: 31.0422953368638}
,
{x:30.9602182340183,y: 31.0384316780493}
,
{x:30.9624056696923,y: 31.0389585025219}
,
{x:30.9662242634814,y: 31.0397533599566}
,
{x:30.9669202617085,y: 31.04114... | JavaScript |
GoogleElectionMap.shapeReady({name:"213_3247",type:"state",state:"213_3247",bounds:[],centroid:[],shapes:[
{points:[
{x:32.8997634277811,y: 24.3614365195794}
,
{x:32.8996498409125,y: 24.3612384734985}
,
{x:32.8996324571396,y: 24.3612403920995}
,
{x:32.899352771586,y: 24.3612712600226}
,
{x:32.899274455821,y: 24.3612799... | JavaScript |
GoogleElectionMap.shapeReady({name:"19_3751",type:"state",state:"19_3751",bounds:[],centroid:[],shapes:[
{points:[
{x:31.6675702870128,y: 30.1107083312244}
,
{x:31.6691450262222,y: 30.1099241371885}
,
{x:31.6723649253638,y: 30.109973212561}
,
{x:31.6939371910402,y: 30.1102999674875}
,
{x:31.696586251541,y: 30.110339848... | JavaScript |
GoogleElectionMap.shapeReady({name:"108_1341",type:"state",state:"108_1341",bounds:[],centroid:[],shapes:[
{points:[
{x:31.1571747992389,y: 30.8765529401183}
,
{x:31.1579967145573,y: 30.8760797577066}
,
{x:31.1568996729752,y: 30.875405581538}
,
{x:31.1552854037435,y: 30.8747240427503}
,
{x:31.1531336796559,y: 30.874273... | JavaScript |
GoogleElectionMap.shapeReady({name:"94_4014",type:"state",state:"94_4014",bounds:[],centroid:[],shapes:[
{points:[
{x:30.9252407024383,y: 31.1107199427688}
,
{x:30.9239812860714,y: 31.1104853428904}
,
{x:30.9240551713508,y: 31.1133018594054}
,
{x:30.9240788390192,y: 31.1150760376278}
,
{x:30.924158407118,y: 31.11762237... | JavaScript |
GoogleElectionMap.shapeReady({name:"27_434",type:"state",state:"27_434",bounds:[],centroid:[],shapes:[
{points:[
{x:29.8910913934127,y: 31.200106613569}
,
{x:29.8910222255336,y: 31.1997130844498}
,
{x:29.8910299588362,y: 31.1997142281642}
,
{x:29.8910987779961,y: 31.2001057534399}
,
{x:29.8910995903027,y: 31.2001103878... | JavaScript |
GoogleElectionMap.shapeReady({name:"221_3727",type:"state",state:"221_3727",bounds:[],centroid:[],shapes:[
{points:[
{x:33.6766265404325,y: 27.3733031007965}
,
{x:33.6791999301845,y: 27.3719274024594}
,
{x:33.6829310114431,y: 27.3734213605381}
,
{x:33.6838599083569,y: 27.3722364858605}
,
{x:33.6848336250788,y: 27.36991... | JavaScript |
GoogleElectionMap.shapeReady({name:"116_1511",type:"state",state:"116_1511",bounds:[],centroid:[],shapes:[
{points:[
{x:30.8474902671009,y: 30.3980497014101}
,
{x:30.8473461474689,y: 30.3978938512595}
,
{x:30.8473324165354,y: 30.3978946857301}
,
{x:30.8469324882643,y: 30.3979190041384}
,
{x:30.8464707955482,y: 30.39811... | JavaScript |
GoogleElectionMap.shapeReady({name:"19_248",type:"state",state:"19_248",bounds:[],centroid:[],shapes:[
{points:[
{x:31.3131968480702,y: 30.1421539785211}
,
{x:31.3136668099551,y: 30.1421464174332}
,
{x:31.3142047288024,y: 30.1421352253651}
,
{x:31.314700972536,y: 30.142118898091}
,
{x:31.3149818487314,y: 30.14208993524... | JavaScript |
GoogleElectionMap.shapeReady({name:"205_2518",type:"state",state:"205_2518",bounds:[],centroid:[],shapes:[
{points:[
{x:32.7766336717048,y: 26.0326304109871}
,
{x:32.7768609371642,y: 26.0317824017981}
,
{x:32.7770738522092,y: 26.0308225704873}
,
{x:32.7771774012554,y: 26.0295946131713}
,
{x:32.7771780974843,y: 26.02958... | JavaScript |
GoogleElectionMap.shapeReady({name:"19_167",type:"state",state:"19_167",bounds:[],centroid:[],shapes:[
{points:[
{x:31.2699450541191,y: 30.0723670449473}
,
{x:31.2700630589511,y: 30.0716540113059}
,
{x:31.270288980633,y: 30.0715089246946}
,
{x:31.269954301892,y: 30.0707106810167}
,
{x:31.2698467019632,y: 30.07034768535... | JavaScript |
GoogleElectionMap.shapeReady({name:"175_2216",type:"state",state:"175_2216",bounds:[],centroid:[],shapes:[
{points:[
{x:30.8692783267129,y: 27.7169839921741}
,
{x:30.8693187277885,y: 27.716764158225}
,
{x:30.8693763412597,y: 27.7166806168236}
,
{x:30.8695099083705,y: 27.7164869398502}
,
{x:30.8699954530513,y: 27.715934... | JavaScript |
GoogleElectionMap.shapeReady({name:"86_4448",type:"state",state:"86_4448",bounds:[],centroid:[],shapes:[
{points:[
{x:31.3627658427674,y: 30.2319840991365}
,
{x:31.3627980927067,y: 30.2319767004308}
,
{x:31.3630395452547,y: 30.2323789398537}
,
{x:31.3633893596284,y: 30.2323685756698}
,
{x:31.3669781421966,y: 30.2322621... | JavaScript |
GoogleElectionMap.shapeReady({name:"61_795",type:"state",state:"61_795",bounds:[],centroid:[],shapes:[
{points:[
{x:31.9708488490752,y: 31.2227105261177}
,
{x:31.9717686490704,y: 31.2225095663552}
,
{x:31.9728325114225,y: 31.2225985308252}
,
{x:31.9738091009515,y: 31.2226864220545}
,
{x:31.973827503204,y: 31.2226381032... | JavaScript |
GoogleElectionMap.shapeReady({name:"116_1465",type:"state",state:"116_1465",bounds:[],centroid:[],shapes:[
{points:[
{x:31.097234950697,y: 30.3734199989999}
,
{x:31.0970499162261,y: 30.3734173037999}
,
{x:31.0969610502626,y: 30.373485589642}
,
{x:31.0969600701089,y: 30.3734863431059}
,
{x:31.0968746254521,y: 30.3737089... | JavaScript |
GoogleElectionMap.shapeReady({name:"221_2721",type:"state",state:"221_2721",bounds:[],centroid:[],shapes:[
{points:[
{x:32.6511307261233,y: 29.0754489827527}
,
{x:32.6499204439363,y: 29.0723612727694}
,
{x:32.6497312838525,y: 29.0669656186807}
,
{x:32.648395350206,y: 29.0643356202223}
,
{x:32.6469458171087,y: 29.063314... | JavaScript |
GoogleElectionMap.shapeReady({name:"24_04",type:"state",state:"24_04",bounds:[],centroid:[],shapes:[
{points:[
{x:30.8323751707326,y: 27.8208837032777}
,
{x:30.8326979395346,y: 27.8208152884062}
,
{x:30.8331286016502,y: 27.8208628736842}
,
{x:30.8333954772136,y: 27.8208344037089}
,
{x:30.8336538216308,y: 27.82077314012... | JavaScript |
GoogleElectionMap.shapeReady({name:"183_3808",type:"state",state:"183_3808",bounds:[],centroid:[],shapes:[
{points:[
{x:31.3086029669814,y: 27.0655500771128}
,
{x:31.3087735909104,y: 27.0655369698811}
,
{x:31.308958490664,y: 27.0655429295514}
,
{x:31.309114997345,y: 27.0655680513524}
,
{x:31.3092787568447,y: 27.0656440... | JavaScript |
GoogleElectionMap.shapeReady({name:"27_02",type:"state",state:"27_02",bounds:[],centroid:[],shapes:[
{points:[
{x:32.7792461827115,y: 26.0325739767549}
,
{x:32.7794662860014,y: 26.0317183609355}
,
{x:32.779669461474,y: 26.0307481856462}
,
{x:32.7796990816286,y: 26.0298003010422}
,
{x:32.7796996233924,y: 26.029792501403... | JavaScript |
GoogleElectionMap.shapeReady({name:"26_02",type:"state",state:"26_02",bounds:[],centroid:[],shapes:[
{points:[
{x:31.7041927908193,y: 26.5623777194978}
,
{x:31.7039178441991,y: 26.5620142482494}
,
{x:31.7039050973,y: 26.562023990866}
,
{x:31.7038085050581,y: 26.5620978235767}
,
{x:31.7038036677213,y: 26.5621015215049}
... | JavaScript |
GoogleElectionMap.shapeReady({name:"34_05",type:"state",state:"34_05",bounds:[],centroid:[],shapes:[
{points:[
{x:32.9104008094667,y: 31.0905364070339}
,
{x:32.9106012303714,y: 31.0879979634725}
,
{x:32.9119352132349,y: 31.0879628506798}
,
{x:32.9119417726465,y: 31.0879596048989}
,
{x:32.911986825577,y: 31.087791753563... | JavaScript |
GoogleElectionMap.shapeReady({name:"248_2861",type:"state",state:"248_2861",bounds:[],centroid:[],shapes:[
{points:[
{x:25.9683406471384,y: 30.918614057809}
,
{x:26.1818925463481,y: 30.8529193527787}
,
{x:26.2784623275324,y: 30.8579919508607}
,
{x:26.2903430629976,y: 30.8560774821054}
,
{x:26.3086281115461,y: 30.853128... | JavaScript |
GoogleElectionMap.shapeReady({name:"24_03",type:"state",state:"24_03",bounds:[],centroid:[],shapes:[
{points:[
{x:30.8492093380183,y: 28.0951345305049}
,
{x:30.850301023028,y: 28.0871183044803}
,
{x:30.8569344605406,y: 28.0423502582035}
,
{x:30.8401026457883,y: 28.0406799831762}
,
{x:30.8392222487294,y: 28.041942098252... | JavaScript |
GoogleElectionMap.shapeReady({name:"175_2143",type:"state",state:"175_2143",bounds:[],centroid:[],shapes:[
{points:[
{x:30.8324121707326,y: 27.8164527032777}
,
{x:30.8327349395346,y: 27.8163842884062}
,
{x:30.8331656016502,y: 27.8164318736842}
,
{x:30.8334324772136,y: 27.8164034037089}
,
{x:30.8336908216308,y: 27.81634... | JavaScript |
GoogleElectionMap.shapeReady({name:"213_2658",type:"state",state:"213_2658",bounds:[],centroid:[],shapes:[
{points:[
{x:32.9324171143444,y: 23.7534828750075}
,
{x:32.9321442649155,y: 23.7534020177862}
,
{x:32.9319394885957,y: 23.7536082578981}
,
{x:32.9320271104783,y: 23.7537877140716}
,
{x:32.932028904138,y: 23.753788... | JavaScript |
GoogleElectionMap.shapeReady({name:"116_1473",type:"state",state:"116_1473",bounds:[],centroid:[],shapes:[
{points:[
{x:30.8371339704368,y: 30.581237814578}
,
{x:30.83713465399,y: 30.5812282080869}
,
{x:30.8371272571441,y: 30.5812328372148}
,
{x:30.8371339704368,y: 30.581237814578}
]}
,
{points:[
{x:30.7912142703342,y:... | JavaScript |
GoogleElectionMap.shapeReady({name:"213_3948",type:"state",state:"213_3948",bounds:[],centroid:[],shapes:[
{points:[
{x:32.9212767499872,y: 24.1133365811455}
,
{x:32.9212792930635,y: 24.1091777753714}
,
{x:32.9212906926591,y: 24.0905238817165}
,
{x:32.9212944708239,y: 24.0843372264375}
,
{x:32.936051747208,y: 24.084348... | JavaScript |
GoogleElectionMap.shapeReady({name:"124_1708",type:"state",state:"124_1708",bounds:[],centroid:[],shapes:[
{points:[
{x:30.6080990046838,y: 31.1660117951508}
,
{x:30.6090884948576,y: 31.1644349041417}
,
{x:30.6096033496618,y: 31.1634362515235}
,
{x:30.610157569019,y: 31.1626425231648}
,
{x:30.6107603434209,y: 31.161096... | JavaScript |
GoogleElectionMap.shapeReady({name:"32_02",type:"state",state:"32_02",bounds:[],centroid:[],shapes:[
{points:[
{x:29.1928184468115,y: 25.499033948074}
,
{x:29.1903672843845,y: 25.4970740910391}
,
{x:29.1861070324766,y: 25.4973320450885}
,
{x:29.1833355963793,y: 25.4931169015226}
,
{x:29.1858677856384,y: 25.489943230319... | JavaScript |
GoogleElectionMap.shapeReady({name:"32_01",type:"state",state:"32_01",bounds:[],centroid:[],shapes:[
{points:[
{x:30.666904001375,y: 25.5924151947867}
,
{x:30.6650661775671,y: 25.5912473636835}
,
{x:30.6647100604158,y: 25.5912465440796}
,
{x:30.663688183876,y: 25.5853977653939}
,
{x:30.665377121376,y: 25.5766791943426}... | JavaScript |
GoogleElectionMap.shapeReady({name:"21_07",type:"state",state:"21_07",bounds:[],centroid:[],shapes:[
{points:[
{x:31.0371407667988,y: 30.0375391919358}
,
{x:31.0806453367069,y: 29.9823125531072}
,
{x:31.0813451338173,y: 29.9814158144403}
,
{x:31.0813459595495,y: 29.9813707517166}
,
{x:31.077946240032,y: 29.973602205908... | JavaScript |
GoogleElectionMap.shapeReady({name:"221_3719",type:"state",state:"221_3719",bounds:[],centroid:[],shapes:[
{points:[
{x:33.8448146753712,y: 27.2295163425025}
,
{x:33.8438136408343,y: 27.2271851941485}
,
{x:33.842782682565,y: 27.2248893242591}
,
{x:33.8420364413355,y: 27.2222906592628}
,
{x:33.8416860425613,y: 27.221070... | JavaScript |
GoogleElectionMap.shapeReady({name:"94_1309",type:"state",state:"94_1309",bounds:[],centroid:[],shapes:[
{points:[
{x:30.9590765932058,y: 31.4605822257159}
,
{x:30.9598050735722,y: 31.455446341119}
,
{x:30.9614394151826,y: 31.4547464649627}
,
{x:30.9626188750519,y: 31.45645885228}
,
{x:30.9634356078154,y: 31.4572372878... | JavaScript |
GoogleElectionMap.shapeReady({name:"19_191",type:"state",state:"19_191",bounds:[],centroid:[],shapes:[
{points:[
{x:31.2454835692554,y: 30.0760419275228}
,
{x:31.2454729215383,y: 30.0758914706171}
,
{x:31.2451136078991,y: 30.0758982359055}
,
{x:31.2451023485173,y: 30.0757824582742}
,
{x:31.2444238247242,y: 30.075784958... | JavaScript |
GoogleElectionMap.shapeReady({name:"35_05",type:"state",state:"35_05",bounds:[],centroid:[],shapes:[
{points:[
{x:34.4159533326826,y: 28.203456527133}
,
{x:34.4183305894436,y: 28.2011653115521}
,
{x:34.4222530452875,y: 28.2027054194006}
,
{x:34.4221676986887,y: 28.1983505394374}
,
{x:34.4264789327093,y: 28.193234056542... | JavaScript |
GoogleElectionMap.shapeReady({name:"86_3085",type:"state",state:"86_3085",bounds:[],centroid:[],shapes:[
{points:[
{x:31.5287969332143,y: 30.2547952960365}
,
{x:31.6498692121442,y: 30.1912183500685}
,
{x:31.6341165167755,y: 30.1880116198298}
,
{x:31.6295435263591,y: 30.1870803188824}
,
{x:31.6208820557499,y: 30.1853159... | JavaScript |
GoogleElectionMap.shapeReady({name:"78_3344",type:"state",state:"78_3344",bounds:[],centroid:[],shapes:[
{points:[
{x:31.791257822608,y: 30.2915215684539}
,
{x:31.769693382804,y: 30.2759139506997}
,
{x:31.7259984997538,y: 30.3163167769794}
,
{x:31.7311200454767,y: 30.3179151588061}
,
{x:31.7416299109867,y: 30.320698091... | JavaScript |
GoogleElectionMap.shapeReady({name:"27_04",type:"state",state:"27_04",bounds:[],centroid:[],shapes:[
{points:[
{x:32.5295449836112,y: 26.1128841369437}
,
{x:32.530770202232,y: 26.1124355753556}
,
{x:32.5326753261703,y: 26.1119278402945}
,
{x:32.5332296278273,y: 26.1118259138865}
,
{x:32.5338231204291,y: 26.111716778808... | JavaScript |
GoogleElectionMap.shapeReady({name:"26_15",type:"state",state:"26_15",bounds:[],centroid:[],shapes:[
{points:[
{x:31.5212258859429,y: 26.7842691458852}
,
{x:31.5212572829477,y: 26.783972313203}
,
{x:31.5215091354596,y: 26.7837025164617}
,
{x:31.5215228874379,y: 26.7836824777538}
,
{x:31.5214271556399,y: 26.783678673134... | JavaScript |
GoogleElectionMap.shapeReady({name:"25_13",type:"state",state:"25_13",bounds:[],centroid:[],shapes:[
{points:[
{x:31.2502816119964,y: 27.1695466640346}
,
{x:31.2510740788917,y: 27.1695001561317}
,
{x:31.2512684673483,y: 27.1697623885308}
,
{x:31.2519563376473,y: 27.1696519669639}
,
{x:31.2525532799969,y: 27.16950285476... | JavaScript |
GoogleElectionMap.shapeReady({name:"132_1724",type:"state",state:"132_1724",bounds:[],centroid:[],shapes:[
{points:[
{x:32.3084936394829,y: 30.5958956102082}
,
{x:32.3076618286441,y: 30.5943582384861}
,
{x:32.3070546083306,y: 30.592812040553}
,
{x:32.3068677737209,y: 30.5924377958904}
,
{x:32.3066343674322,y: 30.591970... | JavaScript |
GoogleElectionMap.shapeReady({name:"19_116",type:"state",state:"19_116",bounds:[],centroid:[],shapes:[
{points:[
{x:31.2401685310591,y: 30.0642738022371}
,
{x:31.2421344924476,y: 30.0635038088988}
,
{x:31.242421682463,y: 30.063405734147}
,
{x:31.2420455440337,y: 30.0634415052448}
,
{x:31.2416818163487,y: 30.06348517887... | JavaScript |
GoogleElectionMap.shapeReady({name:"108_1351",type:"state",state:"108_1351",bounds:[],centroid:[],shapes:[
{points:[
{x:31.168355867947,y: 30.9932060143194}
,
{x:31.1696994136541,y: 30.9929702212802}
,
{x:31.1723904389613,y: 30.9931864963331}
,
{x:31.1764277101909,y: 30.9936269766361}
,
{x:31.1775043143866,y: 30.993851... | JavaScript |
GoogleElectionMap.shapeReady({name:"25_08",type:"state",state:"25_08",bounds:[],centroid:[],shapes:[
{points:[
{x:31.3162999290813,y: 26.9788486667051}
,
{x:31.3175220751836,y: 26.9765271031115}
,
{x:31.3176319143172,y: 26.976553850606}
,
{x:31.3186459039881,y: 26.9770724391162}
,
{x:31.3189889756659,y: 26.975982114746... | JavaScript |
GoogleElectionMap.shapeReady({name:"61_787",type:"state",state:"61_787",bounds:[],centroid:[],shapes:[
{points:[
{x:32.0317514587535,y: 31.2056740284653}
,
{x:32.0336569964056,y: 31.2014548555179}
,
{x:32.0340175398588,y: 31.2005389954227}
,
{x:32.0342538836702,y: 31.2003318915683}
,
{x:32.0361446928437,y: 31.199242651... | JavaScript |
GoogleElectionMap.shapeReady({name:"205_2593",type:"state",state:"205_2593",bounds:[],centroid:[],shapes:[
{points:[
{x:32.3129712975398,y: 26.0608531146785}
,
{x:32.3127753147545,y: 26.0608521820039}
,
{x:32.3125209104043,y: 26.0617611561227}
,
{x:32.3123569030955,y: 26.0627012402181}
,
{x:32.3123572483793,y: 26.06270... | JavaScript |
GoogleElectionMap.shapeReady({name:"21_21",type:"state",state:"21_21",bounds:[],centroid:[],shapes:[
{points:[
{x:30.8951563628405,y: 29.8407581216427}
,
{x:30.8518036108626,y: 29.7907068493354}
,
{x:30.8517420077461,y: 29.8385636256441}
,
{x:30.7274988302041,y: 29.8386575128234}
,
{x:30.7284445698007,y: 29.84227654601... | JavaScript |
GoogleElectionMap.shapeReady({name:"94_1236",type:"state",state:"94_1236",bounds:[],centroid:[],shapes:[
{points:[
{x:30.6319740108512,y: 31.1365954927109}
,
{x:30.6316400958919,y: 31.1364196104664}
,
{x:30.6316395533749,y: 31.1364198376973}
,
{x:30.6311415619332,y: 31.1366286753059}
,
{x:30.6303522037961,y: 31.1371961... | JavaScript |
GoogleElectionMap.shapeReady({name:"26_18_mult",type:"state",state:"26_18_mult",bounds:[],centroid:[],shapes:[
{points:[
{x:31.8924306307318,y: 26.5056043391666}
,
{x:31.8921520119651,y: 26.4695104311447}
,
{x:31.8352314979693,y: 26.469854658115}
,
{x:31.8348541762499,y: 26.4698568642547}
,
{x:31.8319894111753,y: 26.46... | JavaScript |
GoogleElectionMap.shapeReady({name:"Gov_19_",type:"state",state:"Gov_19_",bounds:[],centroid:[],shapes:[
{points:[
{x:31.2952635093647,y: 29.8185202602321}
,
{x:31.2950110415762,y: 29.8184318222819}
,
{x:31.2948567736553,y: 29.8187332974771}
,
{x:31.2948457747336,y: 29.8187547921653}
,
{x:31.294846297884,y: 29.81876389... | JavaScript |
GoogleElectionMap.shapeReady({name:"31_03",type:"state",state:"31_03",bounds:[],centroid:[],shapes:[
{points:[
{x:33.9390669793434,y: 26.7117702879031}
,
{x:33.9406921246459,y: 26.693621780915}
,
{x:33.9377350160675,y: 26.6857009926738}
,
{x:33.9352929955775,y: 26.679733611878}
,
{x:33.935663189474,y: 26.6730705551111}... | JavaScript |
GoogleElectionMap.shapeReady({name:"Gov_221_",type:"state",state:"Gov_221_",bounds:[],centroid:[],shapes:[
{points:[
{x:32.6513361842984,y: 29.0752472553184}
,
{x:32.6501221622925,y: 29.0721573826192}
,
{x:32.6499253325023,y: 29.0667573118645}
,
{x:32.6485863651081,y: 29.0641255571248}
,
{x:32.6471361984904,y: 29.06310... | JavaScript |
GoogleElectionMap.shapeReady({name:"78_1007",type:"state",state:"78_1007",bounds:[],centroid:[],shapes:[
{points:[
{x:31.8192923800337,y: 30.8851096163646}
,
{x:31.8217952963312,y: 30.884508880184}
,
{x:31.8231969414368,y: 30.8847090919177}
,
{x:31.8240980114739,y: 30.8855100146382}
,
{x:31.8257482822192,y: 30.88505359... | JavaScript |
GoogleElectionMap.shapeReady({name:"86_1147",type:"state",state:"86_1147",bounds:[],centroid:[],shapes:[
{points:[
{x:31.2631252614372,y: 30.1426761944879}
,
{x:31.262741178895,y: 30.140404230369}
,
{x:31.262576365343,y: 30.1389876676607}
,
{x:31.2624721924936,y: 30.1379303490631}
,
{x:31.2622102486793,y: 30.1363284384... | JavaScript |
GoogleElectionMap.shapeReady({name:"19_231",type:"state",state:"19_231",bounds:[],centroid:[],shapes:[
{points:[
{x:31.3062496590173,y: 30.1154866034427}
,
{x:31.3098388270899,y: 30.1143145306451}
,
{x:31.3111530068126,y: 30.113874169963}
,
{x:31.3114906052064,y: 30.1137991278427}
,
{x:31.3130707917268,y: 30.1134471776... | JavaScript |
GoogleElectionMap.shapeReady({name:"19_159",type:"state",state:"19_159",bounds:[],centroid:[],shapes:[
{points:[
{x:31.2565776347143,y: 30.0628132961425}
,
{x:31.256737218412,y: 30.0627930875535}
,
{x:31.2567632756619,y: 30.0627947675414}
,
{x:31.2568244371684,y: 30.0627987103288}
,
{x:31.2568907258934,y: 30.0628263787... | JavaScript |
GoogleElectionMap.shapeReady({name:"19_302",type:"state",state:"19_302",bounds:[],centroid:[],shapes:[
{points:[
{x:31.2778822129424,y: 30.0999054378861}
,
{x:31.2770484569298,y: 30.0980601479143}
,
{x:31.2765818596489,y: 30.0970013327117}
,
{x:31.2765140067705,y: 30.0968311319908}
,
{x:31.2757369974277,y: 30.094882065... | JavaScript |
GoogleElectionMap.shapeReady({name:"22_08",type:"state",state:"22_08",bounds:[],centroid:[],shapes:[
{points:[
{x:30.8145294391562,y: 29.0869890719318}
,
{x:30.816054365767,y: 29.0853828964582}
,
{x:30.8163922201399,y: 29.0850206558676}
,
{x:30.8158385967618,y: 29.0858199654913}
,
{x:30.8161506992785,y: 29.085729304875... | JavaScript |
GoogleElectionMap.shapeReady({name:"256_2925",type:"state",state:"256_2925",bounds:[],centroid:[],shapes:[
{points:[
{x:34.6856891275767,y: 30.1702315761566}
,
{x:34.7104967574077,y: 30.1096490694777}
,
{x:34.7350492357887,y: 30.0502259833605}
,
{x:34.7524283377765,y: 30.0050717003774}
,
{x:34.7603923581759,y: 29.97954... | JavaScript |
GoogleElectionMap.shapeReady({name:"94_1244",type:"state",state:"94_1244",bounds:[],centroid:[],shapes:[
{points:[
{x:30.850733800689,y: 31.4257162413973}
,
{x:30.8552801168316,y: 31.4200405776013}
,
{x:30.8600071640137,y: 31.4201832491933}
,
{x:30.8572891924144,y: 31.4177447953187}
,
{x:30.85756199604,y: 31.4163522336... | JavaScript |
GoogleElectionMap.shapeReady({name:"61_3093",type:"state",state:"61_3093",bounds:[],centroid:[],shapes:[
{points:[
{x:31.7919192278909,y: 31.068102565744}
,
{x:31.7925308010782,y: 31.0680322651654}
,
{x:31.7932757049504,y: 31.0680617875614}
,
{x:31.7944493589879,y: 31.0680887434994}
,
{x:31.7958132604857,y: 31.06796768... | JavaScript |
GoogleElectionMap.shapeReady({name:"78_965",type:"state",state:"78_965",bounds:[],centroid:[],shapes:[
{points:[
{x:31.5067119717612,y: 30.501185737887}
,
{x:31.5076953472358,y: 30.5003551555945}
,
{x:31.5080169812756,y: 30.5000373958052}
,
{x:31.5082246585562,y: 30.4996474759887}
,
{x:31.5084638911114,y: 30.4993711294... | JavaScript |
GoogleElectionMap.shapeReady({name:"28_03",type:"state",state:"28_03",bounds:[],centroid:[],shapes:[
{points:[
{x:32.9409701143444,y: 23.7562388750075}
,
{x:32.9406972649155,y: 23.7561580177862}
,
{x:32.9404924885957,y: 23.7563642578981}
,
{x:32.9405801104783,y: 23.7565437140716}
,
{x:32.940581904138,y: 23.756544081583... | JavaScript |
GoogleElectionMap.shapeReady({name:"78_949",type:"state",state:"78_949",bounds:[],centroid:[],shapes:[
{points:[
{x:32.1396854095954,y: 30.8970716720375}
,
{x:32.1395855551098,y: 30.8970223566222}
,
{x:32.1379861879562,y: 30.8970274193548}
,
{x:32.1375437413399,y: 30.8958181789259}
,
{x:32.1371771286171,y: 30.894555526... | JavaScript |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.