hexsha
string
size
int64
ext
string
lang
string
max_stars_repo_path
string
max_stars_repo_name
string
max_stars_repo_head_hexsha
string
max_stars_repo_licenses
list
max_stars_count
int64
max_stars_repo_stars_event_min_datetime
string
max_stars_repo_stars_event_max_datetime
string
max_issues_repo_path
string
max_issues_repo_name
string
max_issues_repo_head_hexsha
string
max_issues_repo_licenses
list
max_issues_count
int64
max_issues_repo_issues_event_min_datetime
string
max_issues_repo_issues_event_max_datetime
string
max_forks_repo_path
string
max_forks_repo_name
string
max_forks_repo_head_hexsha
string
max_forks_repo_licenses
list
max_forks_count
int64
max_forks_repo_forks_event_min_datetime
string
max_forks_repo_forks_event_max_datetime
string
content
string
avg_line_length
float64
max_line_length
int64
alphanum_fraction
float64
5d1078f33c6d2cb4fe644462d4875db1cb18d549
801
js
JavaScript
pubsub-modules/Modules/ErrorManager.js
Kartones/JSAssorted
8037b80d18df7eeb9b9ef34c9397711e41c93941
[ "Unlicense" ]
null
null
null
pubsub-modules/Modules/ErrorManager.js
Kartones/JSAssorted
8037b80d18df7eeb9b9ef34c9397711e41c93941
[ "Unlicense" ]
null
null
null
pubsub-modules/Modules/ErrorManager.js
Kartones/JSAssorted
8037b80d18df7eeb9b9ef34c9397711e41c93941
[ "Unlicense" ]
null
null
null
function ErrorManager(messageBroker) { var self = this; var messageBroker = messageBroker; var config = {}; this.init = function () { messageBroker.subscribe(ErrorManager.ErrorMessage, ErrorManager.moduleName, self.handleError); }; this.destroy = function () { messageBroker.unsubscribe(ErrorManager.ErrorMessage, ErrorManager.moduleName); }; this.configure = function (data) { config = data; }; this.handleError = function (error) { if (ErrorManager.ErrorMessageDescriptionParam in error) { console.log(error[ErrorManager.ErrorMessageDescriptionParam]); } } }; ErrorManager.moduleName = "errorManager"; ErrorManager.ErrorMessage = "error"; ErrorManager.ErrorMessageDescriptionParam = "description";
29.666667
102
0.68789
5d1201f03e5afc3d3c31f04483cf9f40dcbf41af
391
js
JavaScript
test/parse-members-test.js
zrrrzzt/opengov-meetings
d627648df10d03d12348d5df1d084b62e81393f5
[ "MIT" ]
2
2018-02-13T23:45:13.000Z
2020-07-21T03:25:51.000Z
test/parse-members-test.js
zrrrzzt/opengov-meetings
d627648df10d03d12348d5df1d084b62e81393f5
[ "MIT" ]
69
2016-09-04T18:06:23.000Z
2021-10-10T05:48:29.000Z
test/parse-members-test.js
zrrrzzt/opengov-meetings
d627648df10d03d12348d5df1d084b62e81393f5
[ "MIT" ]
null
null
null
const tap = require('tap') const { readFileSync } = require('fs') const parseMembers = require('../lib/parse-members') const expectedResult = require('./data/get-members-data.json') const data = readFileSync('test/data/get-members-page.html', 'utf-8') const result = parseMembers(data) tap.equal(JSON.stringify(result), JSON.stringify(expectedResult), 'It parses members page as expected')
43.444444
103
0.746803
5d1220c5a94f41a42e56aab20bf49f86bbe0740f
1,114
js
JavaScript
src/plugins/annotation/display/annotation-display.js
elmu/elmu-web
0233eee8587702c0671deccdef70c806936580d9
[ "MIT" ]
null
null
null
src/plugins/annotation/display/annotation-display.js
elmu/elmu-web
0233eee8587702c0671deccdef70c806936580d9
[ "MIT" ]
91
2018-09-16T17:16:46.000Z
2022-02-02T15:21:00.000Z
src/plugins/annotation/display/annotation-display.js
elmu/elmu-web
0233eee8587702c0671deccdef70c806936580d9
[ "MIT" ]
1
2021-11-03T10:14:42.000Z
2021-11-03T10:14:42.000Z
import React from 'react'; import { Collapse } from 'antd'; import autoBind from 'auto-bind'; import PropTypes from 'prop-types'; import { inject } from '../../../components/container-context.js'; import { sectionDisplayProps } from '../../../ui/default-prop-types.js'; import GithubFlavoredMarkdown from '../../../common/github-flavored-markdown.js'; const { Panel } = Collapse; class AnnotationDisplay extends React.PureComponent { constructor(props) { super(props); autoBind(this); } render() { const { content, githubFlavoredMarkdown } = this.props; const html = githubFlavoredMarkdown.render(content.text || ''); return ( <Collapse accordion> <Panel header={content.title || '\u00A0'} key="1"> <p className="Annotation" dangerouslySetInnerHTML={{ __html: html }} /> </Panel> </Collapse> ); } } AnnotationDisplay.propTypes = { ...sectionDisplayProps, githubFlavoredMarkdown: PropTypes.instanceOf(GithubFlavoredMarkdown).isRequired }; export default inject({ githubFlavoredMarkdown: GithubFlavoredMarkdown }, AnnotationDisplay);
28.564103
81
0.691203
5d12c654197bd3886ae2cf04d3a038be2c2eedb6
5,516
js
JavaScript
wordpress/wp-content/plugins/cartflows/assets/js/frontend.js
joeysudo/E-commerce-Website-with-Wordpress
9ad90372a45fa25544faad17a8a4887899fcf675
[ "MIT" ]
null
null
null
wordpress/wp-content/plugins/cartflows/assets/js/frontend.js
joeysudo/E-commerce-Website-with-Wordpress
9ad90372a45fa25544faad17a8a4887899fcf675
[ "MIT" ]
null
null
null
wordpress/wp-content/plugins/cartflows/assets/js/frontend.js
joeysudo/E-commerce-Website-with-Wordpress
9ad90372a45fa25544faad17a8a4887899fcf675
[ "MIT" ]
null
null
null
( function ( $ ) { /* It will redirect if anyone clicked on link before ready */ $( document ).on( 'click', 'a[href*="wcf-next-step"]', function ( e ) { e.preventDefault(); if ( 'undefined' !== typeof cartflows.is_pb_preview && '1' == cartflows.is_pb_preview ) { e.stopPropagation(); return; } window.location.href = cartflows.next_step; return false; } ); /* Once the link is ready this will work to stop conditional propogation*/ $( document ).on( 'click', '.wcf-next-step-link', function ( e ) { if ( 'undefined' !== typeof cartflows.is_pb_preview && '1' == cartflows.is_pb_preview ) { e.preventDefault(); e.stopPropagation(); return false; } } ); // Remove css when oceanwp theme is enabled. var remove_oceanwp_custom_style = function () { if ( 'OceanWP' === cartflows.current_theme && 'default' !== cartflows.page_template ) { var style = document.getElementById( 'oceanwp-style-css' ); if ( null != style ) { style.remove(); } } }; var trigger_facebook_events = function () { if ( 'enable' === cartflows.fb_active[ 'facebook_pixel_tracking' ] ) { if ( cartflows.fb_active[ 'facebook_pixel_id' ] != '' ) { var facebook_pixel = cartflows.fb_active[ 'facebook_pixel_id' ]; var initial_checkout_event = cartflows.fb_active[ 'facebook_pixel_initiate_checkout' ]; var purchase_event = cartflows.fb_active[ 'facebook_pixel_purchase_complete' ]; var add_payment_info_event = cartflows.fb_active[ 'facebook_pixel_add_payment_info' ]; var facebook_pixel_for_site = cartflows.fb_active[ 'facebook_pixel_tracking_for_site' ]; var is_checkout_page = cartflows.is_checkout_page; fbq( 'init', facebook_pixel ); fbq( 'track', 'PageView', { plugin: 'CartFlows' } ); if ( 'enable' === initial_checkout_event ) { if ( true === is_checkout_page ) { fbq( 'track', 'AddToCart', cartflows.params ); fbq( 'track', 'InitiateCheckout', cartflows.params ); } } if ( 'enable' === purchase_event ) { var order_details = $.cookie( 'wcf_order_details' ); if ( typeof order_details !== 'undefined' ) { fbq( 'track', 'Purchase', JSON.parse( order_details ) ); $.removeCookie( 'wcf_order_details', { path: '/' } ); } } if ( 'enable' === add_payment_info_event ) { jQuery( 'form.woocommerce-checkout' ).on( 'submit', function () { var params = cartflows.params; fbq( 'track', 'AddPaymentInfo', params ); } ); } } } }; var trigger_google_events = function () { if ( cartflows.wcf_ga_active[ 'enable_google_analytics' ] === 'enable' ) { // Get all required Data var google_a_id = cartflows.wcf_ga_active[ 'google_analytics_id' ]; var ga_for_other_page = cartflows.wcf_ga_active[ 'enable_google_analytics_for_site' ]; var ga_begin_checkout = cartflows.wcf_ga_active[ 'enable_begin_checkout' ]; var ga_add_payment_info = cartflows.wcf_ga_active[ 'enable_add_payment_info' ]; var ga_purchase_event = cartflows.wcf_ga_active[ 'enable_purchase_event' ]; var ga_add_to_cart = cartflows.wcf_ga_active[ 'enable_add_to_cart' ]; var ga_cookies = $.cookie( 'wcf_ga_trans_data' ); var is_checkout_page = cartflows.is_checkout_page; if ( 'disable' === ga_for_other_page ) { //Common page view event for cartflows pages. gtag( 'event', 'page_view', { send_to: google_a_id, non_interaction: true, } ); } if ( true === is_checkout_page ) { var param = cartflows.ga_param; var event_data = { send_to: google_a_id, event_category: 'ecommerce', items: param, non_interaction: true, }; if ( 'enable' === ga_begin_checkout ) { gtag( 'event', 'begin_checkout', event_data ); } if ( 'enable' === ga_add_to_cart ) { gtag( 'event', 'add_to_cart', event_data ); } if ( 'enable' === ga_add_payment_info ) { jQuery( 'form.woocommerce-checkout' ).on( 'submit', function () { gtag( 'event', 'add_payment_info', { send_to: google_a_id, non_interaction: true, } ); } ); } } if ( typeof ga_cookies !== 'undefined' && ga_cookies != null ) { var ga_order_details = JSON.parse( ga_cookies ); var purchase_data = { send_to: google_a_id, event_category: 'ecommerce', transaction_id: ga_order_details.transaction_id, value: ga_order_details.value, currency: ga_order_details.currency, shipping: ga_order_details.shipping, tax: ga_order_details.tax, items: ga_order_details.items, non_interaction: true, }; if ( 'enable' === ga_purchase_event ) { gtag( 'event', 'purchase', purchase_data ); $.removeCookie( 'wcf_ga_trans_data', { path: '/' } ); } } } }; $( function ( $ ) { /* Assign the class & link to specific button */ var next_links = $( 'a[href*="wcf-next-step"]' ); if ( next_links.length > 0 && 'undefined' !== typeof cartflows.next_step ) { next_links.addClass( 'wcf-next-step-link' ); next_links.attr( 'href', cartflows.next_step ); } remove_oceanwp_custom_style(); if ( '1' !== cartflows.is_pb_preview ) { trigger_facebook_events(); trigger_google_events(); } } ); } )( jQuery );
29.655914
76
0.613488
5d135f5f21d5501fa4a0ad44ff9d482040d3e85b
395
js
JavaScript
ninja/src/js/graphics/create-pattern.js
sreechar/Games
59cf4af6b3c852ea5a17705315841e7af4bec514
[ "CC0-1.0" ]
1
2021-01-18T13:16:04.000Z
2021-01-18T13:16:04.000Z
ninja/src/js/graphics/create-pattern.js
5R33CH4/Games
59cf4af6b3c852ea5a17705315841e7af4bec514
[ "CC0-1.0" ]
1
2021-12-11T10:14:43.000Z
2021-12-11T10:14:43.000Z
ninja/src/js/graphics/create-pattern.js
5R33CH4/Games
59cf4af6b3c852ea5a17705315841e7af4bec514
[ "CC0-1.0" ]
1
2021-12-04T21:15:27.000Z
2021-12-04T21:15:27.000Z
createCanvasPattern = (patternWidth, patternHeight, instructions) => { const x = createCanvas(patternWidth, patternHeight, instructions); const pattern = x.getContext('2d').createPattern(x, 'repeat'); // Add some extra properties (background rendering needs to know the size of patterns) pattern.width = patternWidth; pattern.height = patternHeight; return pattern; };
35.909091
90
0.729114
5d14ad410c4a05dff65440af8d206fe1ab83e6b2
3,169
js
JavaScript
js/main.js
antoniopark/Modellos-de-desarollo-de-software
90dbb6bef49d9001ac9f983325f048cf45985a86
[ "MIT" ]
null
null
null
js/main.js
antoniopark/Modellos-de-desarollo-de-software
90dbb6bef49d9001ac9f983325f048cf45985a86
[ "MIT" ]
null
null
null
js/main.js
antoniopark/Modellos-de-desarollo-de-software
90dbb6bef49d9001ac9f983325f048cf45985a86
[ "MIT" ]
null
null
null
var pos=0; var intv; $(document).on('ready',function(){ init(); }); window.addEventListener('orientationchange',init) function init(){ if($('html').width() > 900){ $.stellar({ 'horizontalScrolling': false, hideDistantElements: false }); } var sc = $.scrollorama({blocks:'.fullScreen',enablePin:false}); sc.animate('.mensajePrincipal',{delay:880,duration:350,property:'top',end:500}); sc.animate('.mensajePrincipal',{delay:950,duration:200,property:'opacity',end:0}); $('#navegacionPrincipal').localScroll(); $('.slider_controls li').on('click',handleClick); var width = $('.slider_container').width(); $('.slide').each(function(i,e){ var url =$(e).data('background'); $(e).css('width',width+'px'); $(e).css('background-image',"url("+(url+".jpg")+")"); }); //clearInterval(intv); intv = setInterval(handleClick,10000); } google.maps.event.addDomListener(window,'load',drawMap); function drawMap(){ var mapa; var opcionesMapa = { zoom: 15, mapTypeId: google.maps.MapTypeId.ROADMAP } mapa = new google.maps.Map(document.getElementById('google_canvas'),opcionesMapa); navigator.geolocation.getCurrentPosition(function(posicion){ var geolocalizacion = new google.maps.LatLng(posicion.coords.latitude, posicion.coords.longitude); var marcador = new google.maps.Marker({ map: mapa, draggable: false, position:geolocalizacion, visible: true }); mapa.setCenter(geolocalizacion); calcRoute(geolocalizacion,mapa); }); } function calcRoute(inicioRuta,mapa){ var directionsService = new google.maps.DirectionsService(); var directionsRenderer = new google.maps.DirectionsRenderer(); directionsRenderer.setMap(mapa); var posicionItson=new google.maps.LatLng(27.4946057,-109.9723515); var marcador = new google.maps.Marker({ map: mapa, draggable: false, position:posicionItson, visible: true }); var request = { origin: inicioRuta, destination: posicionItson, travelMode: google.maps.DirectionsTravelMode.DRIVING } directionsService.route(request,function(response, status){ if(status == google.maps.DirectionsStatus.OK){ directionsRenderer.setDirections(response); } }); } //27.4946057,-109.9723515/@27.4931353,-109.9703398,17z function addBackground(element,width,setSize){ if(!width) width = $('html').width(); if(setSize){ $(element).css({ 'width': width, 'heigth': $('html').height() }); } var imagen = $(element).data('background'); if($('html').width() < 900) imagen = imagen+'-movil.jpg'; else imagen = imagen+'.jpg'; $(element).css('background-image',"url("+(imagen)+")"); if($(element).height() > $(element).width()) $(element).css('background-size',"auto 100%"); } function handleClick(){ var slide_target =0; if($(this).parent().hasClass('slider_controls')){ slide_target = $(this).index(); pos = slide_target; clearInterval(intv); intv = setInterval(handleClick,10000); } else{ pos++; if(pos>=$('.slide').length){ pos=0; } slide_target = pos; } $('.slideContainer').fadeOut('slow',function(){ $(this).animate({ 'margin-left':-(slide_target * $('.slider_container').width())+'px' },'slow',function(){ $(this).fadeIn(); }); }); }
25.97541
100
0.687599
5d1514d05720f416d71ec21c8957cb96cbc6f1a5
614
js
JavaScript
src/carbon-dating.js
RomanYarovoi/basic-js
74a1b969d707dedf28163f2ec2f9739a422faa15
[ "MIT" ]
null
null
null
src/carbon-dating.js
RomanYarovoi/basic-js
74a1b969d707dedf28163f2ec2f9739a422faa15
[ "MIT" ]
null
null
null
src/carbon-dating.js
RomanYarovoi/basic-js
74a1b969d707dedf28163f2ec2f9739a422faa15
[ "MIT" ]
null
null
null
const MODERN_ACTIVITY= 15; const HALF_LIFE_PERIOD= 5730; const APPROXIMATION_LN = 0.693; function check_activity(value) { if (typeof value !== 'string') return false let activity = parseFloat(value) if (isNaN(activity) || activity > MODERN_ACTIVITY || activity <= 0) return false return activity } export default function dateSample(sampleActivity) { if (!check_activity(sampleActivity)) return false var activities = Math.log(MODERN_ACTIVITY / +sampleActivity) var reaction_rate = APPROXIMATION_LN / HALF_LIFE_PERIOD return Math.ceil(activities / reaction_rate) };
24.56
62
0.728013
5d156dacc40fe62a4c5a4dcec206f73f2a39d3d5
4,816
js
JavaScript
front/build/static/js/main.58ef8c51.chunk.js
fj-mac/Templ2Basic
012f5aa6f40eb806b15e4e38b353e193d313517c
[ "MIT" ]
null
null
null
front/build/static/js/main.58ef8c51.chunk.js
fj-mac/Templ2Basic
012f5aa6f40eb806b15e4e38b353e193d313517c
[ "MIT" ]
null
null
null
front/build/static/js/main.58ef8c51.chunk.js
fj-mac/Templ2Basic
012f5aa6f40eb806b15e4e38b353e193d313517c
[ "MIT" ]
null
null
null
(window.webpackJsonpfront=window.webpackJsonpfront||[]).push([[0],{14:function(e,t,a){},15:function(e,t,a){},16:function(e,t,a){"use strict";a.r(t);var n=a(0),l=a.n(n),o=a(8),r=a.n(o),s=(a(14),a(2)),c=a(3),i=a(5),u=a(4),m=a(6),d=a(1),h=(a(15),function(e){function t(e){var a;return Object(s.a)(this,t),(a=Object(i.a)(this,Object(u.a)(t).call(this,e))).state={Estrato:"",top:[],bottom:[],loading:!1,encontrados:!1},a.handleSubmit=a.handleSubmit.bind(Object(d.a)(a)),a.handleEstratoChange=a.handleEstratoChange.bind(Object(d.a)(a)),a}return Object(m.a)(t,e),Object(c.a)(t,[{key:"handleEstratoChange",value:function(e){var t=this;e.preventDefault();var a=e.target.value;this.setState({Estrato:a},(function(){console.log("Se ha seleccionado el estrato: "+t.state.Estrato)}))}},{key:"handleSubmit",value:function(e){var t=this;e.preventDefault(),this.setState({loading:!0}),fetch("https://www.datos.gov.co/resource/tkn6-e4ic.json").then((function(e){return e.json()})).then((function(e){var a=Object.keys(e).length,n=e;console.log(n),console.log("son: "+a+" personas iniciales");var l=[],o="Estrato "+t.state.Estrato;for(var r in n)n[r].pos=r,n[r].fami_estratovivienda===o&&l.push(n[r]);console.log(l),console.log("son: "+l.length+" personas ahora");var s=l.sort((function(e,t){return e.punt_global>t.punt_global?1:t.punt_global>e.punt_global?-1:0}));console.log(s);var c=s,i=s.slice(0,10);t.setState({bottom:i}),console.log(t.state.bottom);var u=c.slice(c.length-10,c.length);u=u.sort((function(e,t){return e.punt_global<t.punt_global?1:t.punt_global<e.punt_global?-1:0})),t.setState({top:u}),console.log(t.state.top),t.setState({loading:!1}),t.setState({encontrados:!0})})).catch((function(e){return console.log("No sirve el fetch",e)}))}},{key:"losMejores",value:function(){return this.state.top.map((function(e){return l.a.createElement("tr",null,l.a.createElement("td",null,e.fami_personashogar),l.a.createElement("td",null,e.estu_depto_reside),l.a.createElement("td",null,e.punt_global))}))}},{key:"losPeores",value:function(){return this.state.bottom.map((function(e){return l.a.createElement("tr",null,l.a.createElement("td",null,e.fami_personashogar),l.a.createElement("td",null,e.estu_depto_reside),l.a.createElement("td",null,e.punt_global))}))}},{key:"render",value:function(){return l.a.createElement("div",null,l.a.createElement("h1",null,"React funcionando front+back"),l.a.createElement("div",{className:"row"},l.a.createElement("div",{className:"col-md-10"},l.a.createElement("input",{id:"input",type:"text",className:"form-control",onChange:this.handleEstratoChange})),l.a.createElement("div",{className:"col-md-2"},l.a.createElement("button",{type:"button",className:"btn btn-secondary",onClick:this.handleSubmit},"Buscar"))),l.a.createElement("div",{className:"row"},l.a.createElement("div",{className:"col-md-5"}),l.a.createElement("div",{className:"col-md-2"},this.state.loading||null==this.state.bottom?l.a.createElement("div",{className:"loader"}):l.a.createElement("div",null))),l.a.createElement("div",{className:"row"},l.a.createElement("div",{className:"col-md-6"},this.state.encontrados?l.a.createElement("div",null,l.a.createElement("h1",null,"Los Mejores 10"),l.a.createElement("table",{class:"table"},l.a.createElement("thead",null,l.a.createElement("tr",null,l.a.createElement("th",null,"# de personas en el hogar"),l.a.createElement("th",null,"Departamento"),l.a.createElement("th",null,"Puntaje Global"))),l.a.createElement("tbody",null,this.losMejores()))):l.a.createElement("div",null)),l.a.createElement("div",{className:"col-md-6"},this.state.encontrados?l.a.createElement("div",null,l.a.createElement("h1",null,"Los Peores 10"),l.a.createElement("table",{class:"table"},l.a.createElement("thead",null,l.a.createElement("tr",null,l.a.createElement("th",null,"# de personas en el hogar"),l.a.createElement("th",null,"Departamento"),l.a.createElement("th",null,"Puntaje Global"))),l.a.createElement("tbody",null,this.losPeores()))):l.a.createElement("div",null))))}}]),t}(n.Component)),E=function(e){function t(e){var a;return Object(s.a)(this,t),(a=Object(i.a)(this,Object(u.a)(t).call(this,e))).state={Estrato:"",top:[],bottom:[],loading:!1},a}return Object(m.a)(t,e),Object(c.a)(t,[{key:"render",value:function(){return l.a.createElement("div",null,l.a.createElement(h,null))}}]),t}(n.Component);Boolean("localhost"===window.location.hostname||"[::1]"===window.location.hostname||window.location.hostname.match(/^127(?:\.(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)){3}$/));r.a.render(l.a.createElement("div",{className:"container"},l.a.createElement(E,null)),document.getElementById("root")),"serviceWorker"in navigator&&navigator.serviceWorker.ready.then((function(e){e.unregister()}))},9:function(e,t,a){e.exports=a(16)}},[[9,1,2]]]); //# sourceMappingURL=main.58ef8c51.chunk.js.map
2,408
4,768
0.714078
5d1614e6d1a4ff011b8c786f7bcb72f3a555a99b
457
js
JavaScript
routes/index.js
feguedi/rng-web
8c5c93f88512437b0bfb1a4338566b8a3e946ff7
[ "MIT" ]
1
2021-07-27T04:33:42.000Z
2021-07-27T04:33:42.000Z
routes/index.js
feguedi/rng-web
8c5c93f88512437b0bfb1a4338566b8a3e946ff7
[ "MIT" ]
null
null
null
routes/index.js
feguedi/rng-web
8c5c93f88512437b0bfb1a4338566b8a3e946ff7
[ "MIT" ]
null
null
null
'use strict' let routes = app => { const controllers = require('../controllers') app.route('/') .get(controllers.home) app.route('/d3') .get(controllers.form_d3) app.route('/50x') .get(controllers.error_50x) app.route('/chart-js') .get(controllers.form_chartjs) app.route('/data') .get(controllers.get_data) app.route('*') .get(controllers.error) } module.exports = routes
17.576923
49
0.584245
5d165b505a474fffbc484837dabc3c7db50c5825
778
js
JavaScript
public/nested_support/filter_manager/lib/phrase.js
vkprakaz/KibanaNestedSupportPluginTest
d9b8df857c73a53119d8ac3ae337003347f3e891
[ "Apache-2.0" ]
87
2017-12-02T22:50:55.000Z
2021-05-24T10:17:39.000Z
public/nested_support/filter_manager/lib/phrase.js
vkprakaz/KibanaNestedSupportPluginTest
d9b8df857c73a53119d8ac3ae337003347f3e891
[ "Apache-2.0" ]
99
2017-12-02T15:13:25.000Z
2021-06-02T02:20:16.000Z
public/nested_support/filter_manager/lib/phrase.js
vkprakaz/KibanaNestedSupportPluginTest
d9b8df857c73a53119d8ac3ae337003347f3e891
[ "Apache-2.0" ]
13
2018-07-11T10:57:48.000Z
2021-10-01T09:15:59.000Z
import * as phraseLib from 'ui/filter_manager/lib/phrase'; phraseLib.buildPhraseFilter = function(field, value, indexPattern) { const filter = { meta: { index: indexPattern.id } }; if (field.scripted) { filter.script = phraseLib.getPhraseScript(field, value); filter.meta.field = field.name; } else { // check for nested if (indexPattern.fields.byName[field.name].nestedPath) { filter.query = { nested : { path : indexPattern.fields.byName[field.name].nestedPath, query : { match : {}}}}; filter.query.nested.query.match[field.name] = { query: value }; } else { filter.query = { match: {} }; filter.query.match[field.name] = { query: value, type: 'phrase' }; } } return filter; };
28.814815
116
0.618252
5d17cfd93d3c08dbfcd8e4376c63fd60a27313d5
241
js
JavaScript
webpack.config.client.js
cleivey/PoliticiansOnClimate
c24bb5041f47c3721f74954e4628f98abe4576ea
[ "MIT" ]
1
2019-11-02T10:37:13.000Z
2019-11-02T10:37:13.000Z
webpack.config.client.js
cleivey/PoliticiansOnClimate
c24bb5041f47c3721f74954e4628f98abe4576ea
[ "MIT" ]
2
2021-03-09T21:15:56.000Z
2021-12-09T01:14:08.000Z
webpack.config.client.js
cleivey/PoliticiansOnClimate
c24bb5041f47c3721f74954e4628f98abe4576ea
[ "MIT" ]
null
null
null
// require('dotenv-webpack').config() // const webpack = require('webpack') // module.exports = { // plugins: [ // new webpack.DefinePlugin({ // 'process.env.API_KEY': process.env.API_KEY // }) // ] // };
24.1
57
0.53112
5d18b2d3bb0f271fdbe9bbba12ad09acda944a95
34
js
JavaScript
packages/deco-recursive/deco-pale/resources/DEFN.js
gadge/spare
1edc5966f384bef387867de6603990bdd6eb1721
[ "MIT" ]
1
2021-08-04T03:28:00.000Z
2021-08-04T03:28:00.000Z
packages/deco-recursive/deco-pale/resources/DEFN.js
gadge/spare
1edc5966f384bef387867de6603990bdd6eb1721
[ "MIT" ]
null
null
null
packages/deco-recursive/deco-pale/resources/DEFN.js
gadge/spare
1edc5966f384bef387867de6603990bdd6eb1721
[ "MIT" ]
null
null
null
export const DEFN = { pr: false }
17
33
0.647059
5d190618b86719b88108f00b8bce0d6cf0ef05c3
675
js
JavaScript
src/components/AuthenticatedLayout/Breadcrumbs/Breadcrumbs.js
XaroRSA/client
6e780100f96703111039f7ef5f95ea66c9ef6b67
[ "MIT" ]
null
null
null
src/components/AuthenticatedLayout/Breadcrumbs/Breadcrumbs.js
XaroRSA/client
6e780100f96703111039f7ef5f95ea66c9ef6b67
[ "MIT" ]
null
null
null
src/components/AuthenticatedLayout/Breadcrumbs/Breadcrumbs.js
XaroRSA/client
6e780100f96703111039f7ef5f95ea66c9ef6b67
[ "MIT" ]
null
null
null
import React from 'react'; import { NavLink } from 'react-router-dom'; import { object, arrayOf } from 'prop-types'; import styles from './Breadcrumbs.scss'; export default class Breadcrumbs extends React.Component { static propTypes = { breadcrumbs: arrayOf(object).isRequired }; render() { return ( <ul className={styles.breadcrumbs}> {this.props.breadcrumbs.map(this.renderBreadcrumb)} </ul> ); } renderBreadcrumb = (breadcrumb) => { return ( <li key={breadcrumb.key} className={styles.breadcrumb}> <NavLink to={breadcrumb.props.match.url}> {breadcrumb} </NavLink> </li> ); } }
22.5
61
0.628148
5d1a25f4d260b9b3025c4f7dfa5880fa57778cbf
148
js
JavaScript
docs/search/files_8.js
Marzac/le3d
991153bcd6807b36be67db152501805a59499196
[ "MIT" ]
56
2017-03-25T10:48:35.000Z
2022-01-28T21:19:36.000Z
docs/search/files_8.js
Marzac/le3d
991153bcd6807b36be67db152501805a59499196
[ "MIT" ]
42
2018-03-06T23:10:39.000Z
2018-12-24T12:19:54.000Z
docs/search/files_8.js
Marzac/le3d
991153bcd6807b36be67db152501805a59499196
[ "MIT" ]
6
2018-03-04T22:51:57.000Z
2021-10-30T05:35:59.000Z
var searchData= [ ['objfile_2ecpp',['objfile.cpp',['../objfile_8cpp.html',1,'']]], ['objfile_2eh',['objfile.h',['../objfile_8h.html',1,'']]] ];
24.666667
66
0.587838
5d1a503bd625ab3e87e4d4dd701eafc92d1fc7a6
288
js
JavaScript
build-scripts.js
bight/keel
3a9a22f9722202a846a345cb05225ce93abc99cb
[ "MIT" ]
null
null
null
build-scripts.js
bight/keel
3a9a22f9722202a846a345cb05225ce93abc99cb
[ "MIT" ]
28
2021-04-04T12:35:58.000Z
2022-03-01T22:15:39.000Z
build-scripts.js
bight/keel
3a9a22f9722202a846a345cb05225ce93abc99cb
[ "MIT" ]
null
null
null
#!/usr/bin/env node const {build} = require('estrella'); build({ entry: './src/assets/scripts/main.js', outfile: './dist/assets/scripts/main.js', bundle: true, }); build({ entry: './src/admin/admin.js', outfile: './dist/admin/admin.js', bundle: true, loader: {'.js': 'jsx'}, });
18
42
0.621528
5d1b46918e4d2bb65df2c2ac6a08efe3cd9fa868
786
js
JavaScript
cloneDir/index.js
RobinYang11/blog-data
374ef97c04e6708c2289fce3ac127b6eda092f03
[ "MIT" ]
390
2017-10-20T07:38:43.000Z
2022-03-26T09:47:40.000Z
cloneDir/index.js
haidaoge123/blog-data
fb088a32ac05e1d05ba0e5b44a364af852a612d9
[ "MIT" ]
10
2018-03-29T05:28:23.000Z
2021-08-21T11:37:19.000Z
cloneDir/index.js
haidaoge123/blog-data
fb088a32ac05e1d05ba0e5b44a364af852a612d9
[ "MIT" ]
297
2017-10-22T08:00:21.000Z
2022-03-22T09:59:24.000Z
const execSync = require('child_process').execSync const fs = require('fs') const cmd1 = 'git init' let cmd2 = 'git remote add -f origin ' const cmd3 = 'git config core.sparsecheckout true' const cmd4 = 'git pull origin master' let path = '' process.stdin.setEncoding('utf8') process.stdout.write('请输入仓库远程地址,以及想要复制的文件路径?两个输入以及多个路径都用空格分开:\n') process.stdin.on('data', data => { console.log(data) cmd2 += data.split(' ')[0] path = data.slice(data.indexOf(' ') + 1).split(' ').join('\n') process.stdin.emit('end') }) process.stdin.on('end', () => { execSync(cmd1) console.log('完成度:25%') execSync(cmd2) console.log('完成度:50%') execSync(cmd3) console.log('完成度:75%') fs.writeFileSync('./.git/info/sparse-checkout', path) execSync(cmd4) console.log('It\'s ok!') })
26.2
65
0.667939
5d1d335fb35a2226b1b09546fd1ef54cb0b0d412
1,476
js
JavaScript
file-server/index.js
TomasBarry/DistroProject
83362727949420ebf54603318f920e07a502b940
[ "MIT" ]
null
null
null
file-server/index.js
TomasBarry/DistroProject
83362727949420ebf54603318f920e07a502b940
[ "MIT" ]
null
null
null
file-server/index.js
TomasBarry/DistroProject
83362727949420ebf54603318f920e07a502b940
[ "MIT" ]
null
null
null
// Define imports const net = require('net'); const init_handler = require('./init.js'); const file_server = require('./file-server.js'); const encryption_handler = require('./encryption_handler.js'); // define constants const port = process.argv[2] || 8000; // Register with Auth Server and directory server init_handler.init(); // create server object var server = net.createServer((socket) => { // handler for when socket receives data socket.on('data', (data) => { let message = data.toString(); //let message = encryption_handler.decrypt(data.toString()); if (message.indexOf('GET') === 0) { file_server.getFile(socket, message); } else if (message.indexOf('PUT') === 0) { file_server.putFile(socket, message); } else if (message.indexOf('LIST') === 0) { file_server.listFiles(socket, message); } else if (message.indexOf('LIVE') === 0) { file_server.heartbeat(socket, message); } else { file_server.undefinedCommand(socket, message); } }); // handler for when socket is closed socket.on('close', (had_err) => { console.log('Socket closed'); }); // handler for when socket closes due to error socket.on('error', (err) => { console.log('Socket error'); }); }); // handler for when server closes due to error server.on('error', (err) => { console.log('server error: ' + err.toString()); }); // start the server on the specified port server.listen(port, () => { console.log('Listening on port: ' + port); });
25.448276
63
0.661924
5d1ea6663e550aa2ab5eae5f3940114dcc145614
1,832
js
JavaScript
src/map-controls/index.js
sanjay1909/tn-covid-beds
375bf71ddfb27500ed9c9776d89e54da34b54e3a
[ "MIT" ]
null
null
null
src/map-controls/index.js
sanjay1909/tn-covid-beds
375bf71ddfb27500ed9c9776d89e54da34b54e3a
[ "MIT" ]
null
null
null
src/map-controls/index.js
sanjay1909/tn-covid-beds
375bf71ddfb27500ed9c9776d89e54da34b54e3a
[ "MIT" ]
null
null
null
import React, {useState,useRef,useEffect} from 'react'; import Switch from "react-switch"; import './style.css'; import Select from 'react-select'; import 'react-dropdown/style.css'; export default function MapControls(props) { const {enableIcu, onIcuChange, enableO2, onO2Change, district, districtOptions, onDistrictChange} = props; function handleIcuChange(){ onIcuChange && typeof onIcuChange == 'function' && onIcuChange(!enableIcu) } function handleO2Change(){ onO2Change && typeof onO2Change == 'function' && onO2Change(!enableO2) } return ( <div className='map-controls-container'> <div className='map-controls'> <div className='district-select'> <Select options={districtOptions} onChange={onDistrictChange} value={district} placeholder="Districts"/> </div> <label htmlFor="icu-switch"> <span>ICU</span> <Switch checked={enableIcu} onChange={handleIcuChange} onColor="#54e950" onHandleColor="#139c0f" handleDiameter={30} uncheckedIcon={false} checkedIcon={false} boxShadow="0px 1px 5px rgba(0, 0, 0, 0.6)" activeBoxShadow="0px 0px 1px 10px rgba(0, 0, 0, 0.2)" height={20} width={48} className="react-switch" id="icu-switch" /> </label> <label htmlFor="o2-switch"> <span>O2</span> <Switch checked={enableO2} onChange={handleO2Change} onColor="#f8bd82" onHandleColor="#FF8409" handleDiameter={30} uncheckedIcon={false} checkedIcon={false} boxShadow="0px 1px 5px rgba(0, 0, 0, 0.6)" activeBoxShadow="0px 0px 1px 10px rgba(0, 0, 0, 0.2)" height={20} width={48} className="react-switch" id="o2-switch" /> </label> </div> </div> ) }
25.802817
76
0.621725
5d1ead38b621668b1f43064241359a94e539fd82
1,932
js
JavaScript
Classes/Scenes/About.js
BufferSpace/NaughtySquirrel
7a374262a6046f7c094a79d48cc5f556a092d871
[ "Unlicense", "MIT" ]
19
2015-01-24T11:16:49.000Z
2021-01-21T04:52:38.000Z
Classes/Scenes/About.js
BufferSpace/NaughtySquirrel
7a374262a6046f7c094a79d48cc5f556a092d871
[ "Unlicense", "MIT" ]
null
null
null
Classes/Scenes/About.js
BufferSpace/NaughtySquirrel
7a374262a6046f7c094a79d48cc5f556a092d871
[ "Unlicense", "MIT" ]
7
2015-03-16T13:06:12.000Z
2021-11-16T03:07:08.000Z
var About = cc.Layer.extend({ content: null, menu: null, init: function() { if (this._super) { this.loadBg(); this.loadLabel(); } return true; }, loadBg: function() { this.addPic(P_MENUBG, cc.ccp(0.5, 0.5), cc.ccp(WIN_SIZE.width / 2, WIN_SIZE.height / 2), 1, -1); this.addPic(P_ABOUT_PAGE, cc.ccp(0.5, 0.5), cc.ccp(WIN_SIZE.width / 2, WIN_SIZE.height / 2), 1, 10); }, //add picture addPic: function(src, anchorPoint, position, scale, zOrder) { var sprite = cc.Sprite.create(src); sprite.setAnchorPoint(anchorPoint); sprite.setPosition(position); sprite.setScale(scale) this.addChild(sprite, zOrder, this.intemTag); this.intemTag++; }, goBack: function() { var scene = cc.Scene.create(); scene.addChild(MainMenu.create()); cc.Director.sharedDirector().replaceScene(scene); }, //load label loadLabel: function() { var goToMainMenuNormal = cc.Sprite.create(P_MENU, cc.RectMake(800, 0, 200, 50)); var goToMainMenuSelected = cc.Sprite.create(P_MENU, cc.RectMake(800, 50, 200, 50)); var goToMainMenuDisabled = cc.Sprite.create(P_MENU, cc.RectMake(800, 50 * 2, 200, 50)); var goToMainMenu = cc.MenuItemSprite.create( goToMainMenuNormal, goToMainMenuSelected, goToMainMenuDisabled, this, this.goBack ); this.menu = cc.Menu.create(goToMainMenu); this.menu.alignItemsVerticallyWithPadding(10); this.menu.setPosition(cc.ccp(WIN_SIZE.width / 2, WIN_SIZE.height / 7)); this.addChild(this.menu, 500, 2); }, }); About.create = function() { var sg = new About(); if (sg && sg.init()) { return sg; } return null; }; About.scene = function() { var scene = cc.Scene.create(); var layer = About.create(); scene.addChild(layer); return scene; };
22.465116
105
0.60559
5d20dfc4e1000b38576e7217f1de483954375904
3,446
js
JavaScript
packages/snap-preact-demo/tests/cypress/support/commands.js
searchspring/snap
050a3e8e94678c61db77c597e20bab6e9492bc4f
[ "MIT" ]
4
2022-02-10T20:10:47.000Z
2022-03-16T15:12:33.000Z
packages/snap-preact-demo/tests/cypress/support/commands.js
searchspring/snap
050a3e8e94678c61db77c597e20bab6e9492bc4f
[ "MIT" ]
86
2022-02-01T20:51:18.000Z
2022-03-31T21:20:13.000Z
packages/snap-preact-demo/tests/cypress/support/commands.js
searchspring/snap
050a3e8e94678c61db77c597e20bab6e9492bc4f
[ "MIT" ]
null
null
null
// *********************************************** // This example commands.js shows you how to // create various custom commands and overwrite // existing commands. // // For more comprehensive examples of custom // commands please read more here: // https://on.cypress.io/custom-commands // *********************************************** // // // -- This is a parent command -- // Cypress.Commands.add("login", (email, password) => { ... }) // // // -- This is a child command -- // Cypress.Commands.add("drag", { prevSubject: 'element'}, (subject, options) => { ... }) // // // -- This is a dual command -- // Cypress.Commands.add("dismiss", { prevSubject: 'optional'}, (subject, options) => { ... }) // // // -- This will overwrite an existing command -- // Cypress.Commands.overwrite("visit", (originalFn, url, options) => { ... }) import packageJSON from '../../../package.json'; Cypress.Commands.add('addScript', (script) => { cy.document().then((doc) => { const scriptElem = document.createElement('script'); scriptElem.type = 'text/javascript'; scriptElem.src = script; doc.head.appendChild(scriptElem); }); }); Cypress.Commands.add('addScripts', (scripts = []) => { scripts = typeof scripts === 'string' ? [scripts] : scripts; if (!scripts.length) return; scripts.forEach((script) => { cy.addScript(script); }); }); Cypress.Commands.add('addLocalSnap', () => { cy.window().then((window) => { if (!window?.searchspring) { cy.addScript('https://localhost:3333/bundle.js'); } }); }); Cypress.Commands.add('addCloudSnap', (branch = 'production') => { cy.intercept(/.*snapui.searchspring.io\/.*\/bundle.js$/).as('script'); cy.addScript(`https://snapui.searchspring.io/${packageJSON.searchspring.siteId}/${branch}/bundle.js`); }); Cypress.Commands.add('snapController', (controllerId = 'search') => { return cy.window().then((window) => { return new Cypress.Promise((resolve, reject) => { const checkTimeout = 200; let interval = setInterval(() => { const cntrlr = window?.searchspring?.controller[controllerId]; if (cntrlr) { clearInterval(interval); const after = function afterLoad({ controller }) { controller.eventManager.events.afterStore.remove(afterLoad); resolve(cntrlr); }; if (cntrlr.store.loading) { cntrlr.on('afterStore', after); } else { resolve(cntrlr); } } }, checkTimeout); }); }); }); Cypress.Commands.add('waitForBundle', () => { return cy.window().then((window) => { return new Cypress.Promise((resolve) => { const checkTimeout = 100; let interval = setInterval(() => { if (window.searchspring) { clearInterval(interval); resolve(window.searchspring); } }, checkTimeout); }); }); }); Cypress.Commands.add('waitForIdle', (options) => { options = { timeout: 200, ...options }; return cy.window().then((window) => { return new Cypress.Promise((resolve) => { let timeout = setTimeout(resolve, options.timeout); const observer = new window.PerformanceObserver(() => { clearTimeout(timeout); timeout = setTimeout(resolve, options.timeout); }); observer.observe({ entryTypes: ['resource'] }); }); }); }); Cypress.Commands.add('waitForRecsReady', () => { return cy.document().then((doc) => { return new Cypress.Promise((resolve) => { let timeout = setTimeout(resolve, 5000); doc.addEventListener('RecsReady', resolve); }); }); });
27.349206
103
0.617818
5d215c82f132bc43657338482594de5d44b28b44
821
js
JavaScript
resources/assets/js/router/base_router.js
arenatechnologiesvn/aza
4d1ead542a3e67654128d2ae8cf92f18aaaf12a1
[ "MIT" ]
1
2018-06-11T19:28:57.000Z
2018-06-11T19:28:57.000Z
resources/assets/js/router/base_router.js
arenatechnologiesvn/aza
4d1ead542a3e67654128d2ae8cf92f18aaaf12a1
[ "MIT" ]
1
2018-06-12T05:19:09.000Z
2018-06-12T05:39:17.000Z
resources/assets/js/router/base_router.js
arenatechnologiesvn/aza
4d1ead542a3e67654128d2ae8cf92f18aaaf12a1
[ "MIT" ]
null
null
null
import LayoutGuest from '../views/shared/layout/Guest'; const ConstBaseRouterMap = [ { path: '/login', redirect: '/login', name: 'login', component: LayoutGuest, hidden: true, children: [ { path: '/login', component: () => import('~/views/pages/auth/Login'), hidden: true }, { path: '/forget', component: () => import('~/views/pages/auth/Forget'), hidden: true } ] }, { path: '/404', name: 'page404', component: () => import('~/views/errors/404'), hidden: true }, { path: '/401', name: 'page401', component: () => import('~/views/errors/401'), hidden: true }, { path: '/500', name: 'page500', component: () => import('~/views/errors/500'), hidden: true } ]; export default ConstBaseRouterMap;
24.878788
94
0.542022
5d216af4713422b0b7f226bbec7ef8307b42557d
2,381
js
JavaScript
test/auth.test.js
jim-thisplace/mondoapimock
9dfc1d4af20556b06bd7b42bc969da7c97380d59
[ "MIT" ]
2
2015-12-22T11:16:48.000Z
2016-01-13T23:05:41.000Z
test/auth.test.js
jim-thisplace/mondoapimock
9dfc1d4af20556b06bd7b42bc969da7c97380d59
[ "MIT" ]
null
null
null
test/auth.test.js
jim-thisplace/mondoapimock
9dfc1d4af20556b06bd7b42bc969da7c97380d59
[ "MIT" ]
null
null
null
var request = require('./util').request; var expect = require('chai').expect; describe('Authentication', function () { var refresh_token; var access_token; it('POST /oauth2/token should acquire an access token given the correct credentials', function () { var res = request('/oauth2/token', 'post', { json : { grant_type : 'password', client_id : 1337, client_secret : 'a_secret', username : 'jim@thisplace.com', password : 'secure_password' } }); refresh_token = res.body.refresh_token; access_token = res.body.access_token; return expect( res.status === 200 && res.body.access_token && res.body.refresh_token && res.body.user_id === 337 && res.body.client_id === 1337 && res.body.token_type === "Bearer" ).to.be.true; }); it('GET /ping/whoami should get information about an access token', function () { var res = request('/ping/whoami', 'get', { headers : { 'Authorization' : 'Bearer ' + access_token } }); return expect( res.status === 200 && res.body.authenticated && res.body.client_id === 1337 ).to.be.true; }); it('POST /oauth2/token should refresh an access token given a correct refresh token ', function () { var res = request('/oauth2/token', 'post', { headers : { 'Authorization' : 'Bearer ' + access_token }, json : { grant_type : 'refresh_token', client_id : 1337, client_secret : 'a_secret', refresh_token : refresh_token } }); var isDifferentAccessToken = refresh_token !== res.body.refresh_token; var isDifferentRefreshToken = access_token !== res.body.access_token; refresh_token = res.body.refresh_token; access_token = res.body.access_token; return expect( res.status === 200 && isDifferentAccessToken && isDifferentRefreshToken && res.body.user_id === 337 && res.body.client_id === 1337 && res.body.token_type === "Bearer" ).to.be.true; }); });
34.014286
104
0.528769
5d21f4a1055e09a86549295409f9bb1d4640d8ae
2,378
js
JavaScript
app/TestList/TestList.js
priteshjha4u/TestScoreApp
5ca76f58668bc563b49e96424392fa1e7a40e10f
[ "MIT" ]
null
null
null
app/TestList/TestList.js
priteshjha4u/TestScoreApp
5ca76f58668bc563b49e96424392fa1e7a40e10f
[ "MIT" ]
null
null
null
app/TestList/TestList.js
priteshjha4u/TestScoreApp
5ca76f58668bc563b49e96424392fa1e7a40e10f
[ "MIT" ]
null
null
null
'use strict'; define([ 'angular', 'alertify', 'jsPanel', 'angularRoute', 'xeditable', 'services/localstorage' ], function(angular, alertify) { angular.module('TestScore.TestList', ['ngRoute', 'xeditable', 'TestScore.localstorageservice']) .config(['$routeProvider', function($routeProvider) { $routeProvider.when('/TestList', { templateUrl: 'TestList/TestList.html', controller: 'TestListCtrl' }); }]) .run(function(editableOptions) { editableOptions.theme = 'bs3'; // bootstrap3 theme. Can be also 'bs2', 'default' }) .controller('TestListCtrl', ['$scope', '$route', '$filter', '$rootScope', '$location', 'utility', function($scope, $route, $filter, $rootScope, $location, utility) { $rootScope.rootTitle = 'Test List'; $rootScope.hideBtnViewList = true; $scope.tests = utility.getTests(); $scope.localStorageNotSupported = utility.localStorageNotSupported; //$.jsPanel({position:'center',content:'Hello world'}); $scope.routeToTest = function (testName) { $location.path('TestStudents/'+testName); }; $scope.addTest = function (testName) { var id = utility.getGuid(), testObj = {id:id, testName:testName}; var testAdded = utility.addTest(testObj); if (testAdded) { $scope.routeToTest(testObj.id); } else { alertify.alert('<b>"'+testName+'"</b> test name already exists!'); } }; $scope.updateTestName = function(val, id) { //var tests = $scope.tests = utility.getTests(); var testArr = utility.getTests(); for (var i = 0, len = testArr.length; i < len; ++i) { if (id === testArr[i].id) { testArr[i].testName = val; } } var stringifiedData = JSON.stringify(testArr, function(key, val) { if(key === '$$hashKey') { return undefined; } return val; }); utility.setTest(stringifiedData); $scope.tests = utility.getTests(); return true; }; $scope.removeTest = function (index) { alertify.confirm('Are you sure you want to remove this test and all associated data?', function (e) { if (e) { var testRemoved = utility.deleteTest($scope.tests[index]); if (testRemoved) { $scope.tests.splice(index, 1); //console.log($scope.tests); //$location.path('/view1'); $route.reload(); } } else { } }); }; }]); });
29.358025
167
0.615223
5d2240ac20a13af8088171c3c5b61e01dfd81ab1
16,956
js
JavaScript
_includes/pieData.js
jonmholt/jonmholt.github.io
002bfdb99c818eaab7e8788630cb003e64be4f60
[ "MIT" ]
null
null
null
_includes/pieData.js
jonmholt/jonmholt.github.io
002bfdb99c818eaab7e8788630cb003e64be4f60
[ "MIT" ]
null
null
null
_includes/pieData.js
jonmholt/jonmholt.github.io
002bfdb99c818eaab7e8788630cb003e64be4f60
[ "MIT" ]
null
null
null
{% raw %} <script> var pieData = [ { value: 62800.00, color: "#949FB1", highlight: "#A8B3C5", label: "NRCB" }, { value: 18651.43, color: "#46BFBD", highlight: "#5AD3D1", label: "CUCA" }, { value: 20340.00, color: "#FDB45C", highlight: "#FFC870", label: "AUMA" }, { value: 4944.00, color: "#5CB4FD", highlight: "#FFC870", label: "DHR" }, { value: 41128.40, color: "#F7464A", highlight: "#FF5A5E", label: "Servus" }, { value: 11846.55, color: "#4D5360", highlight: "#616774", label: "EPSB" }, { value: 5700.00, color: "#efefef", highlight: "#616774", label: "Premium Rentals" } ]; var postData = { labels: ["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"], datasets: [ { label: "Blog posts", fillColor: "rgba(220,220,220,0.5)", strokeColor: "rgba(220,220,220,0.8)", highlightFill: "rgba(220,220,220,0.75)", highlightStroke: "rgba(220,220,220,1)", data: [1, 0, 0, 0, 13, 20, 17, 16, 10, 0, 0, 0] } ] }; var barChartData = { labels: ["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"], datasets: [ { label: "Servus", fillColor: "rgba(220,220,220,0.5)", strokeColor: "rgba(220,220,220,0.8)", highlightFill: "rgba(220,220,220,0.75)", highlightStroke: "rgba(220,220,220,1)", data: [15, 7, 16, 48, 60, 7, 0, 4, 32, 15, 8, 15] }, { label: "CUCA", fillColor: "rgba(151,187,205,0.5)", strokeColor: "rgba(151,187,205,0.8)", highlightFill: "rgba(151,187,205,0.75)", highlightStroke: "rgba(151,187,205,1)", data: [0, 18, 0, 24, 18, 96, 0, 0, 28, 19, 72, 24] }, { label: "AUMA", fillColor: "rgba(240,73,73,0.5)", strokeColor: "rgba(240,73,73,0.8)", highlightFill: "rgba(240,73,73,0.75)", highlightStroke: "rgba(240,73,73,1)", data: [90, 79.5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] }, { label: "NRCB", fillColor: "rgba(205,73,187,0.5)", strokeColor: "rgba(205,73,187,0.8)", highlightFill: "rgba(205,73,187,0.75)", highlightStroke: "rgba(205,73,187,1)", data: [54, 49, 60, 63, 60.5, 40, 62, 50, 50, 59.5, 40, 52.5] }, { label: "Premium Rentals", fillColor: "rgba(187,220,151,0.5)", strokeColor: "rgba(187,220,151,0.8)", highlightFill: "rgba(187,220,151,0.75)", highlightStroke: "rgba(187,220,151,1)", data: [0, 0, 27, 10.5, 2.5, 5.5, 4, 4, 4, 0, 0, 1.5] }, { label: "DHR", fillColor: "rgba(40,40,40,0.5)", strokeColor: "rgba(40,40,40,0.8)", highlightFill: "rgba(40,40,40,0.75)", highlightStroke: "rgba(40,40,40,1)", data: [15, 15, 15, 15, 15, 15, 45, 0, 45, 45, 45, 45] } ] }; window.onload = function () { var posts = document.getElementById("posts-area").getContext("2d"); window.postsChart = new Chart(posts) window.postsChart.Bar(postData); var income = document.getElementById("income-area").getContext("2d"); window.incomeChart = new Chart(income) window.incomeChart.PolarArea(pieData, { scaleShowLabels: true, scaleShowLabelBackdrop: false, scaleLabel: "<%=value/1000%>K", tooltipTemplate: "<%if (label){%><%=label%><%}%>" }); var hours = document.getElementById("hours-area").getContext("2d"); window.hoursChart = new Chart(hours).StackedBar(barChartData, { multiTooltipTemplate: "<%if (datasetLabel){%><%=datasetLabel%>: <%}%><%= value %>" }); }; //Stacked bar chart (function () { "use strict"; var root = this, Chart = root.Chart, helpers = Chart.helpers; var defaultConfig = { scaleBeginAtZero: true, //Boolean - Whether grid lines are shown across the chart scaleShowGridLines: true, //String - Colour of the grid lines scaleGridLineColor: "rgba(0,0,0,.05)", //Number - Width of the grid lines scaleGridLineWidth: 1, //Boolean - If there is a stroke on each bar barShowStroke: true, //Number - Pixel width of the bar stroke barStrokeWidth: 2, //Number - Spacing between each of the X value sets barValueSpacing: 5, //Boolean - Whether bars should be rendered on a percentage base relativeBars: false, //String - A legend template legendTemplate: "<ul class=\"<%=name.toLowerCase()%>-legend\"><% for (var i=0; i<datasets.length; i++){%><li><span style=\"background-color:<%=datasets[i].fillColor%>\"></span><%if(datasets[i].label){%><%=datasets[i].label%><%}%></li><%}%></ul > " }; Chart.Type.extend({ name: "StackedBar", defaults: defaultConfig, initialize: function (data) { //Expose options as a scope variable here so we can access it in the ScaleClass var options = this.options; this.ScaleClass = Chart.Scale.extend({ offsetGridLines: true, calculateBarX: function (barIndex) { return this.calculateX(barIndex); }, calculateBarY: function (datasets, dsIndex, barIndex, value) { var offset = 0, sum = 0; for (var i = 0; i < datasets.length; i++) { sum += datasets[i].bars[barIndex].value; } for (i = dsIndex; i < datasets.length; i++) { if (i === dsIndex && value) { offset += value; } else { offset += datasets[i].bars[barIndex].value; } } if (options.relativeBars) { offset = offset / sum * 100; } return this.calculateY(offset); }, calculateBaseWidth: function () { return (this.calculateX(1) - this.calculateX(0)) - (2 * options.barValueSpacing); }, calculateBaseHeight: function () { return (this.calculateY(1) - this.calculateY(0)); }, calculateBarWidth: function (datasetCount) { //The padding between datasets is to the right of each bar, providing that there are more than 1 dataset return this.calculateBaseWidth(); }, calculateBarHeight: function (datasets, dsIndex, barIndex, value) { var sum = 0; for (var i = 0; i < datasets.length; i++) { sum += datasets[i].bars[barIndex].value; } if (!value) { value = datasets[dsIndex].bars[barIndex].value; } if (options.relativeBars) { value = value / sum * 100; } return this.calculateY(value); } }); this.datasets = []; //Set up tooltip events on the chart if (this.options.showTooltips) { helpers.bindEvents(this, this.options.tooltipEvents, function (evt) { var activeBars = (evt.type !== 'mouseout') ? this.getBarsAtEvent(evt) : []; this.eachBars(function (bar) { bar.restore(['fillColor', 'strokeColor']); }); helpers.each(activeBars, function (activeBar) { activeBar.fillColor = activeBar.highlightFill; activeBar.strokeColor = activeBar.highlightStroke; }); this.showTooltip(activeBars); }); } //Declare the extension of the default point, to cater for the options passed in to the constructor this.BarClass = Chart.Rectangle.extend({ strokeWidth: this.options.barStrokeWidth, showStroke: this.options.barShowStroke, ctx: this.chart.ctx }); //Iterate through each of the datasets, and build this into a property of the chart helpers.each(data.datasets, function (dataset, datasetIndex) { var datasetObject = { label: dataset.label || null, fillColor: dataset.fillColor, strokeColor: dataset.strokeColor, bars: [] }; this.datasets.push(datasetObject); helpers.each(dataset.data, function (dataPoint, index) { if (helpers.isNumber(dataPoint)) { //Add a new point for each piece of data, passing any required data to draw. datasetObject.bars.push(new this.BarClass({ value: dataPoint, label: data.labels[index], datasetLabel: dataset.label, strokeColor: dataset.strokeColor, fillColor: dataset.fillColor, highlightFill: dataset.highlightFill || dataset.fillColor, highlightStroke: dataset.highlightStroke || dataset.strokeColor })); } }, this); }, this); this.buildScale(data.labels); this.eachBars(function (bar, index, datasetIndex) { helpers.extend(bar, { base: this.scale.endPoint, height: 0, width: this.scale.calculateBarWidth(this.datasets.length), x: this.scale.calculateBarX(index), y: this.scale.endPoint }); bar.save(); }, this); this.render(); }, update: function () { this.scale.update(); // Reset any highlight colours before updating. helpers.each(this.activeElements, function (activeElement) { activeElement.restore(['fillColor', 'strokeColor']); }); this.eachBars(function (bar) { bar.save(); }); this.render(); }, eachBars: function (callback) { helpers.each(this.datasets, function (dataset, datasetIndex) { helpers.each(dataset.bars, callback, this, datasetIndex); }, this); }, getBarsAtEvent: function (e) { var barsArray = [], eventPosition = helpers.getRelativePosition(e), datasetIterator = function (dataset) { barsArray.push(dataset.bars[barIndex]); }, barIndex; for (var datasetIndex = 0; datasetIndex < this.datasets.length; datasetIndex++) { for (barIndex = 0; barIndex < this.datasets[datasetIndex].bars.length; barIndex++) { if (this.datasets[datasetIndex].bars[barIndex].inRange(eventPosition.x, eventPosition.y)) { helpers.each(this.datasets, datasetIterator); return barsArray; } } } return barsArray; }, buildScale: function (labels) { var self = this; var dataTotal = function () { var values = []; helpers.each(self.datasets, function (dataset) { helpers.each(dataset.bars, function (bar, barIndex) { if (!values[barIndex]) values[barIndex] = 0; if (self.options.relativeBars) { values[barIndex] = 100; } else { values[barIndex] += bar.value; } }); }); return values; }; var scaleOptions = { templateString: this.options.scaleLabel, height: this.chart.height, width: this.chart.width, ctx: this.chart.ctx, textColor: this.options.scaleFontColor, fontSize: this.options.scaleFontSize, fontStyle: this.options.scaleFontStyle, fontFamily: this.options.scaleFontFamily, valuesCount: labels.length, beginAtZero: this.options.scaleBeginAtZero, integersOnly: this.options.scaleIntegersOnly, calculateYRange: function (currentHeight) { var updatedRanges = helpers.calculateScaleRange( dataTotal(), currentHeight, this.fontSize, this.beginAtZero, this.integersOnly ); helpers.extend(this, updatedRanges); }, xLabels: this.options.xLabels || labels, font: helpers.fontString(this.options.scaleFontSize, this.options.scaleFontStyle, this.options.scaleFontFamily), lineWidth: this.options.scaleLineWidth, lineColor: this.options.scaleLineColor, gridLineWidth: (this.options.scaleShowGridLines) ? this.options.scaleGridLineWidth : 0, gridLineColor: (this.options.scaleShowGridLines) ? this.options.scaleGridLineColor : "rgba(0,0,0,0)", padding: (this.options.showScale) ? 0 : (this.options.barShowStroke) ? this.options.barStrokeWidth : 0, showLabels: this.options.scaleShowLabels, display: this.options.showScale }; if (this.options.scaleOverride) { helpers.extend(scaleOptions, { calculateYRange: helpers.noop, steps: this.options.scaleSteps, stepValue: this.options.scaleStepWidth, min: this.options.scaleStartValue, max: this.options.scaleStartValue + (this.options.scaleSteps * this.options.scaleStepWidth) }); } this.scale = new this.ScaleClass(scaleOptions); }, addData: function (valuesArray, label) { //Map the values array for each of the datasets helpers.each(valuesArray, function (value, datasetIndex) { if (helpers.isNumber(value)) { //Add a new point for each piece of data, passing any required data to draw. this.datasets[datasetIndex].bars.push(new this.BarClass({ value: value, label: label, x: this.scale.calculateBarX(this.scale.valuesCount + 1), y: this.scale.endPoint, width: this.scale.calculateBarWidth(this.datasets.length), base: this.scale.endPoint, strokeColor: this.datasets[datasetIndex].strokeColor, fillColor: this.datasets[datasetIndex].fillColor })); } }, this); this.scale.addXLabel(label); //Then re-render the chart. this.update(); }, removeData: function () { this.scale.removeXLabel(); //Then re-render the chart. helpers.each(this.datasets, function (dataset) { dataset.bars.shift(); }, this); this.update(); }, reflow: function () { helpers.extend(this.BarClass.prototype, { y: this.scale.endPoint, base: this.scale.endPoint }); var newScaleProps = helpers.extend({ height: this.chart.height, width: this.chart.width }); this.scale.update(newScaleProps); }, draw: function (ease) { var easingDecimal = ease || 1; this.clear(); var ctx = this.chart.ctx; this.scale.draw(easingDecimal); //Draw all the bars for each dataset helpers.each(this.datasets, function (dataset, datasetIndex) { helpers.each(dataset.bars, function (bar, index) { var y = this.scale.calculateBarY(this.datasets, datasetIndex, index, bar.value), height = this.scale.calculateBarHeight(this.datasets, datasetIndex, index, bar.value); //Transition then draw bar.transition({ base: this.scale.endPoint - (Math.abs(height) - Math.abs(y)), x: this.scale.calculateBarX(index), y: Math.abs(y), height: Math.abs(height), width: this.scale.calculateBarWidth(this.datasets.length) }, easingDecimal).draw(); }, this); }, this); } }); }).call(this); </script> {% endraw %}
36.230769
255
0.520937
5d22bcc73cf2c9cebce7fce114fdcabf1cf27c99
20,981
js
JavaScript
linux/RPI/OutDoorMain_CCTV/LibraryModule-1.0-Source/docs/html/navtreeindex3.js
NGliese/Embedded
589f55858b1f8b994347df3c0a2b2fcd4f9bd14e
[ "MIT" ]
null
null
null
linux/RPI/OutDoorMain_CCTV/LibraryModule-1.0-Source/docs/html/navtreeindex3.js
NGliese/Embedded
589f55858b1f8b994347df3c0a2b2fcd4f9bd14e
[ "MIT" ]
null
null
null
linux/RPI/OutDoorMain_CCTV/LibraryModule-1.0-Source/docs/html/navtreeindex3.js
NGliese/Embedded
589f55858b1f8b994347df3c0a2b2fcd4f9bd14e
[ "MIT" ]
null
null
null
var NAVTREEINDEX3 = { "d8/d80/_o_t_a__test_8cpp.html":[4,0,0,5,7,2,0,1], "d8/d80/_o_t_a__test_8cpp.html#a3085222b43a39a8e78e586a3876d3673":[4,0,0,5,7,2,0,1,1], "d8/d80/_o_t_a__test_8cpp.html#afcf3e21f617f13f523e409c043dedaab":[4,0,0,5,7,2,0,1,0], "d8/d80/_o_t_a__test_8cpp_source.html":[4,0,0,5,7,2,0,1], "d8/da0/_a_d_c_base_8hpp.html":[4,0,0,4,1,0,0], "d8/da0/_a_d_c_base_8hpp_source.html":[4,0,0,4,1,0,0], "d8/da0/classhal__mqtt__log.html":[3,0,17], "d8/da0/classhal__mqtt__log.html#a411c7bcf8b229056d287661184a0a47a":[3,0,17,0], "d8/dc6/_wi_fi___event___handler_8cpp.html":[4,0,0,2,0,1,2], "d8/dc6/_wi_fi___event___handler_8cpp_source.html":[4,0,0,2,0,1,2], "d9/d0b/_message___handler_8cpp.html":[4,0,0,5,6,1,0], "d9/d0b/_message___handler_8cpp.html#a0592dba56693fad79136250c11e5a7fe":[4,0,0,5,6,1,0,0], "d9/d0b/_message___handler_8cpp_source.html":[4,0,0,5,6,1,0], "d9/d1c/class_m_g996_r.html":[3,0,25], "d9/d1c/class_m_g996_r.html#a1758b636dd1f6b14eabce32c794696c7":[3,0,25,4], "d9/d1c/class_m_g996_r.html#a1a17ead43e7a5b82b1e5fc33b22c98b3":[3,0,25,1], "d9/d1c/class_m_g996_r.html#a5e7ae386db4a86245b6879d9bed645b9":[3,0,25,3], "d9/d1c/class_m_g996_r.html#a75975c3329c4153a513a0f0c77f38b2e":[3,0,25,6], "d9/d1c/class_m_g996_r.html#ac5b02528455f1a563e4d27f553ef8ed4":[3,0,25,0], "d9/d1c/class_m_g996_r.html#ae561c157aedf42a382b666f9109a2521":[3,0,25,2], "d9/d1c/class_m_g996_r.html#ae742cf7040455d729674df6a91d81c19":[3,0,25,5], "d9/d1c/class_m_g996_r.html#ae772493163f1b535630ce3bdaf2469da":[3,0,25,7], "d9/d3a/_fault___handler_8cpp.html":[4,0,0,5,2,1,0], "d9/d3a/_fault___handler_8cpp_source.html":[4,0,0,5,2,1,0], "d9/d3c/_objects_2_a_d_c_2test_2test_200___t_e_m_p_l_a_t_e_8cpp.html":[4,0,0,5,0,2,0,0], "d9/d3c/_objects_2_a_d_c_2test_2test_200___t_e_m_p_l_a_t_e_8cpp.html#a02540ba362b6bc66a8a3dd35daa3430d":[4,0,0,5,0,2,0,0,0], "d9/d3c/_objects_2_a_d_c_2test_2test_200___t_e_m_p_l_a_t_e_8cpp.html#aa381f71bdac424db96b9271b566e9cd5":[4,0,0,5,0,2,0,0,1], "d9/d3c/_objects_2_a_d_c_2test_2test_200___t_e_m_p_l_a_t_e_8cpp_source.html":[4,0,0,5,0,2,0,0], "d9/d3e/_wi_fi_8cpp.html":[4,0,0,2,0,1,0], "d9/d3e/_wi_fi_8cpp_source.html":[4,0,0,2,0,1,0], "d9/d42/_o_t_a_8cpp.html":[4,0,0,5,7,1,0], "d9/d42/_o_t_a_8cpp.html#a328e9da88a07f3a0bf81b40d25469ff9":[4,0,0,5,7,1,0,3], "d9/d42/_o_t_a_8cpp.html#a4c33e47d259d10b31ecfe687d51e1d6f":[4,0,0,5,7,1,0,2], "d9/d42/_o_t_a_8cpp.html#a675a47f46ecd9d8ec01c738e04c28cbe":[4,0,0,5,7,1,0,0], "d9/d42/_o_t_a_8cpp.html#ae5dae28b9184f68d3b91170c4ef03f88":[4,0,0,5,7,1,0,1], "d9/d42/_o_t_a_8cpp_source.html":[4,0,0,5,7,1,0], "d9/d54/_objects_2_timeservice_2utest_2test_200___t_e_m_p_l_a_t_e_8cpp.html":[4,0,0,5,11,3,0,0], "d9/d54/_objects_2_timeservice_2utest_2test_200___t_e_m_p_l_a_t_e_8cpp.html#a487d27bc02041bdcdf5e16f66247b983":[4,0,0,5,11,3,0,0,0], "d9/d54/_objects_2_timeservice_2utest_2test_200___t_e_m_p_l_a_t_e_8cpp.html#aa381f71bdac424db96b9271b566e9cd5":[4,0,0,5,11,3,0,0,1], "d9/d54/_objects_2_timeservice_2utest_2test_200___t_e_m_p_l_a_t_e_8cpp_source.html":[4,0,0,5,11,3,0,0], "d9/d59/_objects_2_logger_2test_2test_200___t_e_m_p_l_a_t_e_8cpp.html":[4,0,0,5,4,2,0,0], "d9/d59/_objects_2_logger_2test_2test_200___t_e_m_p_l_a_t_e_8cpp.html#a02540ba362b6bc66a8a3dd35daa3430d":[4,0,0,5,4,2,0,0,0], "d9/d59/_objects_2_logger_2test_2test_200___t_e_m_p_l_a_t_e_8cpp.html#aa381f71bdac424db96b9271b566e9cd5":[4,0,0,5,4,2,0,0,1], "d9/d59/_objects_2_logger_2test_2test_200___t_e_m_p_l_a_t_e_8cpp_source.html":[4,0,0,5,4,2,0,0], "d9/d7e/_objects_2_timeservice_2test_2test__main_8cpp.html":[4,0,0,5,11,2,2], "d9/d7e/_objects_2_timeservice_2test_2test__main_8cpp.html#a3c04138a5bfe5d72780bb7e82a18e627":[4,0,0,5,11,2,2,0], "d9/d7e/_objects_2_timeservice_2test_2test__main_8cpp_source.html":[4,0,0,5,11,2,2], "d9/d82/_objects_2_a_d_c_2test_2test__main_8cpp.html":[4,0,0,5,0,2,1], "d9/d82/_objects_2_a_d_c_2test_2test__main_8cpp.html#a3c04138a5bfe5d72780bb7e82a18e627":[4,0,0,5,0,2,1,0], "d9/d82/_objects_2_a_d_c_2test_2test__main_8cpp_source.html":[4,0,0,5,0,2,1], "d9/d8d/_background___extractor_8hpp.html":[4,0,0,1,0,0,0], "d9/d8d/_background___extractor_8hpp_source.html":[4,0,0,1,0,0,0], "d9/d8e/class_message___handler.html":[3,0,23], "d9/d8e/class_message___handler.html#a5e26d558c6c14b97c515921b60dab2b4":[3,0,23,4], "d9/d8e/class_message___handler.html#a787b9cd7397638cf70abcb0ac0374c17":[3,0,23,1], "d9/d8e/class_message___handler.html#a8fc4c6d61348c249ecfa5ae3c452e77c":[3,0,23,3], "d9/d8e/class_message___handler.html#a91558a4f0d9435571c19d258381c8596":[3,0,23,0], "d9/d8e/class_message___handler.html#ac9303367b02e7404f87af4992cd73f17":[3,0,23,2], "d9/d8e/class_message___handler.html#af532ef6b90102cc9f5c2949d580d923c":[3,0,23,5], "d9/de1/class_r_t_c___h_a_l.html":[3,0,43], "d9/de1/class_r_t_c___h_a_l.html#a26541205cc5727d069fe00e257131d90":[3,0,43,0], "d9/de1/class_r_t_c___h_a_l.html#a52d4a7affcbd0545f4a0bd6eade443b0":[3,0,43,1], "d9/de1/class_r_t_c___h_a_l.html#a9a9e83f07fc3ac1b9f61fa5ec6cd805c":[3,0,43,2], "da/d01/class_query_u_r_i_message.html":[3,0,41], "da/d01/class_query_u_r_i_message.html#a1bc90168f9e0e70d0d7d99266350252a":[3,0,41,2], "da/d01/class_query_u_r_i_message.html#a4324ce20a6ebba897a9e8927dacb4735":[3,0,41,0], "da/d01/class_query_u_r_i_message.html#af2d898c05236b4ac181f92b860a72a85":[3,0,41,1], "da/d25/_free_r_t_o_s_8cpp.html":[4,0,0,7,0,1,0], "da/d25/_free_r_t_o_s_8cpp.html#a328e9da88a07f3a0bf81b40d25469ff9":[4,0,0,7,0,1,0,0], "da/d25/_free_r_t_o_s_8cpp_source.html":[4,0,0,7,0,1,0], "da/d55/wifi__test_8cpp.html":[4,0,0,2,0,2,0,1], "da/d55/wifi__test_8cpp.html#a02540ba362b6bc66a8a3dd35daa3430d":[4,0,0,2,0,2,0,1,0], "da/d55/wifi__test_8cpp.html#aa381f71bdac424db96b9271b566e9cd5":[4,0,0,2,0,2,0,1,1], "da/d55/wifi__test_8cpp_source.html":[4,0,0,2,0,2,0,1], "da/d5f/_b_a_s_i_c_8hpp.html":[4,0,0,3,0], "da/d5f/_b_a_s_i_c_8hpp.html#a069dd5e6ddfd552dc1c6f70d7c3b93c5":[4,0,0,3,0,2], "da/d5f/_b_a_s_i_c_8hpp.html#a18070f8c7140f8ab3e2992e4e8277305":[4,0,0,3,0,0], "da/d5f/_b_a_s_i_c_8hpp.html#a1e348c8264ea4b9a66f200ef9a6ab41f":[4,0,0,3,0,1], "da/d5f/_b_a_s_i_c_8hpp_source.html":[4,0,0,3,0], "da/d60/class_watchdog___base.html":[3,0,53], "da/d60/class_watchdog___base.html#a3f40c306dea8e7416219abfb3c46ee27":[3,0,53,3], "da/d60/class_watchdog___base.html#a4f1fc60aa0244a1fc23e06da9ca859e6":[3,0,53,5], "da/d60/class_watchdog___base.html#a59fcde761967811b750bba2c994a3a1b":[3,0,53,0], "da/d60/class_watchdog___base.html#a777d3e306d7e6a5c33eacd56a355a316":[3,0,53,4], "da/d60/class_watchdog___base.html#a9f1d195aed1c17c7902aef249cd812d9":[3,0,53,2], "da/d60/class_watchdog___base.html#afe9e40050d9d2ff575426f691fdf7b94":[3,0,53,1], "da/d65/_objects_2_watchdog_2test_2test__main_8cpp.html":[4,0,0,5,12,2,1], "da/d65/_objects_2_watchdog_2test_2test__main_8cpp.html#a3c04138a5bfe5d72780bb7e82a18e627":[4,0,0,5,12,2,1,0], "da/d65/_objects_2_watchdog_2test_2test__main_8cpp_source.html":[4,0,0,5,12,2,1], "da/d81/_fault___handler_8hpp.html":[4,0,0,5,2,0,0], "da/d81/_fault___handler_8hpp.html#a32023c0fed23a14c07f7f743985cdb40":[4,0,0,5,2,0,0,3], "da/d81/_fault___handler_8hpp.html#a32023c0fed23a14c07f7f743985cdb40a075a3e36a0a52dcbc568c05788e8a713":[4,0,0,5,2,0,0,3,4], "da/d81/_fault___handler_8hpp.html#a32023c0fed23a14c07f7f743985cdb40a0b679d6615dd93087d9641367ab2d9ad":[4,0,0,5,2,0,0,3,5], "da/d81/_fault___handler_8hpp.html#a32023c0fed23a14c07f7f743985cdb40a21f25aaeda95888270706e909e7c919d":[4,0,0,5,2,0,0,3,0], "da/d81/_fault___handler_8hpp.html#a32023c0fed23a14c07f7f743985cdb40a53cced8d281a1a0ace3cb6594daaa4f7":[4,0,0,5,2,0,0,3,2], "da/d81/_fault___handler_8hpp.html#a32023c0fed23a14c07f7f743985cdb40a8d966b2253a917086c8604959e152243":[4,0,0,5,2,0,0,3,6], "da/d81/_fault___handler_8hpp.html#a32023c0fed23a14c07f7f743985cdb40aaa4cea18ae7516f9a3c28d597055082f":[4,0,0,5,2,0,0,3,7], "da/d81/_fault___handler_8hpp.html#a32023c0fed23a14c07f7f743985cdb40ab7619bc8e14fe34d78820f979605ee8b":[4,0,0,5,2,0,0,3,1], "da/d81/_fault___handler_8hpp.html#a32023c0fed23a14c07f7f743985cdb40ad9089276a39ead288709e9b052631eeb":[4,0,0,5,2,0,0,3,3], "da/d81/_fault___handler_8hpp.html#a32023c0fed23a14c07f7f743985cdb40ade3706d29d1ad44cd7fdb9a5696491e2":[4,0,0,5,2,0,0,3,8], "da/d81/_fault___handler_8hpp.html#a8306169ea252725d68f1af18761173b3":[4,0,0,5,2,0,0,5], "da/d81/_fault___handler_8hpp.html#a983640f06c298a939b4a0e611c0e0b54":[4,0,0,5,2,0,0,6], "da/d81/_fault___handler_8hpp.html#acc30b25f8bc71b0251190a82335e11c2":[4,0,0,5,2,0,0,4], "da/d81/_fault___handler_8hpp_source.html":[4,0,0,5,2,0,0], "da/da0/_dog_feeder_door_8cpp.html":[4,0,0,10,0,1,0], "da/da0/_dog_feeder_door_8cpp_source.html":[4,0,0,10,0,1,0], "da/dd6/class_message___protocol.html":[3,0,24], "da/dd6/class_message___protocol.html#a0e0f7afa361173da7de0c601d49590f6":[3,0,24,4], "da/dd6/class_message___protocol.html#a1cb193acbdc913812415dcdbb7e7c45e":[3,0,24,12], "da/dd6/class_message___protocol.html#a20a501c735181e467418edb3611e1763":[3,0,24,1], "da/dd6/class_message___protocol.html#a39fc635afe534ede8415427507d05416":[3,0,24,14], "da/dd6/class_message___protocol.html#a46b4bc76d697657571283a466147fd36":[3,0,24,0], "da/dd6/class_message___protocol.html#a528a34ae145680789eeac4b3be5df9de":[3,0,24,16], "da/dd6/class_message___protocol.html#a584d1cbacf9e8000447e0ccc3ae2f9c6":[3,0,24,6], "da/dd6/class_message___protocol.html#a5c4b04a82aa0f5519edbc21815384f2b":[3,0,24,15], "da/dd6/class_message___protocol.html#a7f79b407eb4513b6b066ce28768840ca":[3,0,24,7], "da/dd6/class_message___protocol.html#a8e84022a4270bc8ef066464aa747c36a":[3,0,24,3], "da/dd6/class_message___protocol.html#ac039c4b11f72f461265f519da8694b3c":[3,0,24,8], "da/dd6/class_message___protocol.html#ac92cf82c0667bd933c3985955e6ff3a0":[3,0,24,10], "da/dd6/class_message___protocol.html#ada5fc77c65df15b260c4ebd1fd48d51b":[3,0,24,9], "da/dd6/class_message___protocol.html#adbaa301868a03e56ca7de7f3bbd1e832":[3,0,24,13], "da/dd6/class_message___protocol.html#ae591fc8fbc592fde626729ca9f38ff8a":[3,0,24,2], "da/dd6/class_message___protocol.html#aef95bfc6b20c8b1c42ae8a0b80102892":[3,0,24,11], "da/dd6/class_message___protocol.html#af50cfd60e4f9b7d00acc442d95944b49":[3,0,24,5], "da/de4/_actuator_2_servo_motor_2test_2test__main_8cpp.html":[4,0,0,0,0,2,1], "da/de4/_actuator_2_servo_motor_2test_2test__main_8cpp.html#a3c04138a5bfe5d72780bb7e82a18e627":[4,0,0,0,0,2,1,0], "da/de4/_actuator_2_servo_motor_2test_2test__main_8cpp_source.html":[4,0,0,0,0,2,1], "db/d0f/_protocols_2_m_q_t_t_2test_2test_200___t_e_m_p_l_a_t_e_8cpp.html":[4,0,0,6,1,2,0,0], "db/d0f/_protocols_2_m_q_t_t_2test_2test_200___t_e_m_p_l_a_t_e_8cpp.html#a02540ba362b6bc66a8a3dd35daa3430d":[4,0,0,6,1,2,0,0,0], "db/d0f/_protocols_2_m_q_t_t_2test_2test_200___t_e_m_p_l_a_t_e_8cpp.html#aa381f71bdac424db96b9271b566e9cd5":[4,0,0,6,1,2,0,0,1], "db/d0f/_protocols_2_m_q_t_t_2test_2test_200___t_e_m_p_l_a_t_e_8cpp_source.html":[4,0,0,6,1,2,0,0], "db/d16/_r_t_c___h_a_l_8cpp.html":[4,0,0,5,11,1,0], "db/d16/_r_t_c___h_a_l_8cpp_source.html":[4,0,0,5,11,1,0], "db/d19/_objects_2_o_t_a_2test_2test__main_8cpp.html":[4,0,0,5,7,2,1], "db/d19/_objects_2_o_t_a_2test_2test__main_8cpp.html#a3c04138a5bfe5d72780bb7e82a18e627":[4,0,0,5,7,2,1,0], "db/d19/_objects_2_o_t_a_2test_2test__main_8cpp_source.html":[4,0,0,5,7,2,1], "db/d4d/class_background___extractor.html":[3,0,5], "db/d4d/class_background___extractor.html#a15cf225f204bd8077dc1c9c67163bd8c":[3,0,5,1], "db/d4d/class_background___extractor.html#a15cf225f204bd8077dc1c9c67163bd8ca80c1514e033180f89a7abc746bea8dce":[3,0,5,1,0], "db/d4d/class_background___extractor.html#a15cf225f204bd8077dc1c9c67163bd8cab602e23c0ec2466f3aa6cade0cd5ce05":[3,0,5,1,1], "db/d4d/class_background___extractor.html#a17c25332dba2b66a2381392a209a9fd8":[3,0,5,15], "db/d4d/class_background___extractor.html#a20c3b35460e1bc0213469d073bbb9032":[3,0,5,4], "db/d4d/class_background___extractor.html#a23eb3841a9664e808a7e6a96a259b77b":[4,0,0,1,0,0,0,1,2], "db/d4d/class_background___extractor.html#a23eb3841a9664e808a7e6a96a259b77b":[3,0,5,0,2], "db/d4d/class_background___extractor.html#a241e2d50967ee20c90300d2a0344ccfb":[3,0,5,13], "db/d4d/class_background___extractor.html#a2d1320e647ef70b96495989fb8539b1e":[3,0,5,12], "db/d4d/class_background___extractor.html#a36b4d66dcc8979cbd1ce751d5999e6eb":[3,0,5,7], "db/d4d/class_background___extractor.html#a48b23efe23cd8d67504c16b8b316080d":[3,0,5,9], "db/d4d/class_background___extractor.html#a60e5ed6a424fda96a2747b749d599410":[3,0,5,10], "db/d4d/class_background___extractor.html#a982c549b9bf613be89cb4c52269c5cb6":[3,0,5,11], "db/d4d/class_background___extractor.html#a9ef35154c831f7f9144b1f041edebb1c":[3,0,5,14], "db/d4d/class_background___extractor.html#aa19dc6036a88f1f4d40edeb3fe8a9585":[4,0,0,1,0,0,0,1,1], "db/d4d/class_background___extractor.html#aa19dc6036a88f1f4d40edeb3fe8a9585":[3,0,5,0,1], "db/d4d/class_background___extractor.html#aa6c3aa330f1eb59264d8e4d12d372863":[3,0,5,8], "db/d4d/class_background___extractor.html#aabb3129b796751dcf85cbed8f799feb1":[3,0,5,3], "db/d4d/class_background___extractor.html#ac0907a1f7668877c3b8a27e72d8b5499":[3,0,5,5], "db/d4d/class_background___extractor.html#ac163e881257ec2075efc48666ed4c9d0":[4,0,0,1,0,0,0,1,3], "db/d4d/class_background___extractor.html#ac163e881257ec2075efc48666ed4c9d0":[3,0,5,0,3], "db/d4d/class_background___extractor.html#ad44f6fc7461f95dc796572068915aee2":[3,0,5,2], "db/d4d/class_background___extractor.html#ad886c360ab8e1c3ce4f85b392a891abe":[4,0,0,1,0,0,0,1,0], "db/d4d/class_background___extractor.html#ad886c360ab8e1c3ce4f85b392a891abe":[3,0,5,0,0], "db/d4d/class_background___extractor.html#ae9c6f7ee1b8041fcd08d0f737e6a291d":[3,0,5,6], "db/d4d/class_background___extractor.html#db/da2/struct_background___extractor_1_1background__conf__t":[4,0,0,1,0,0,0,1], "db/d4d/class_background___extractor.html#db/da2/struct_background___extractor_1_1background__conf__t":[3,0,5,0], "db/d53/_gpio_2src_2_h_a_l_8cpp.html":[4,0,0,5,3,1,1], "db/d53/_gpio_2src_2_h_a_l_8cpp_source.html":[4,0,0,5,3,1,1], "db/d90/_message___protocol_8hpp.html":[4,0,0,5,6,0,1], "db/d90/_message___protocol_8hpp.html#a3bca4adc321971ce488a8f12efad3142":[4,0,0,5,6,0,1,0,0], "db/d90/_message___protocol_8hpp.html#a3ff6cd54b67e2dd86b32445f6803f18a":[4,0,0,5,6,0,1,0,1], "db/d90/_message___protocol_8hpp.html#a76edb4a9ed71772ecc7a032b333c916a":[4,0,0,5,6,0,1,3], "db/d90/_message___protocol_8hpp.html#a76edb4a9ed71772ecc7a032b333c916aa38512ed0b84222d683ed4d698f7e28f2":[4,0,0,5,6,0,1,3,2], "db/d90/_message___protocol_8hpp.html#a76edb4a9ed71772ecc7a032b333c916aa7e4a42e3b6dd63708c64cf3db6f69566":[4,0,0,5,6,0,1,3,0], "db/d90/_message___protocol_8hpp.html#a76edb4a9ed71772ecc7a032b333c916aa9f742b42bd6425fae0189d8c0c6cf3fe":[4,0,0,5,6,0,1,3,1], "db/d90/_message___protocol_8hpp.html#aad4b1b44bb521301e30098e634070db4":[4,0,0,5,6,0,1,1,0], "db/d90/_message___protocol_8hpp.html#abc063639be47a8a4797e8dcd3cc68773":[4,0,0,5,6,0,1,1,1], "db/d90/_message___protocol_8hpp.html#d2/d7f/structmsg__data__t":[4,0,0,5,6,0,1,1], "db/d90/_message___protocol_8hpp.html#d6/d3f/structmsg__control__t":[4,0,0,5,6,0,1,0], "db/d90/_message___protocol_8hpp_source.html":[4,0,0,5,6,0,1], "db/d96/_objects_2_query_tools_2test_2test__main_8cpp.html":[4,0,0,5,9,2,1], "db/d96/_objects_2_query_tools_2test_2test__main_8cpp.html#a3c04138a5bfe5d72780bb7e82a18e627":[4,0,0,5,9,2,1,0], "db/d96/_objects_2_query_tools_2test_2test__main_8cpp_source.html":[4,0,0,5,9,2,1], "db/da8/_analysis_tools_2_image_analysis___open_c_v_2test_2test_200___t_e_m_p_l_a_t_e_8cpp.html":[4,0,0,1,0,2,0,0], "db/da8/_analysis_tools_2_image_analysis___open_c_v_2test_2test_200___t_e_m_p_l_a_t_e_8cpp.html#a02540ba362b6bc66a8a3dd35daa3430d":[4,0,0,1,0,2,0,0,0], "db/da8/_analysis_tools_2_image_analysis___open_c_v_2test_2test_200___t_e_m_p_l_a_t_e_8cpp.html#aa381f71bdac424db96b9271b566e9cd5":[4,0,0,1,0,2,0,0,1], "db/da8/_analysis_tools_2_image_analysis___open_c_v_2test_2test_200___t_e_m_p_l_a_t_e_8cpp_source.html":[4,0,0,1,0,2,0,0], "db/dac/_connector_2_wi_fi_2test_2test_200___t_e_m_p_l_a_t_e_8cpp.html":[4,0,0,2,0,2,0,0], "db/dac/_connector_2_wi_fi_2test_2test_200___t_e_m_p_l_a_t_e_8cpp.html#a03cd06783e876ef3985e2fb16caead5e":[4,0,0,2,0,2,0,0,1], "db/dac/_connector_2_wi_fi_2test_2test_200___t_e_m_p_l_a_t_e_8cpp.html#af320f1a76ce8005cfb2eebd33f234e32":[4,0,0,2,0,2,0,0,0], "db/dac/_connector_2_wi_fi_2test_2test_200___t_e_m_p_l_a_t_e_8cpp_source.html":[4,0,0,2,0,2,0,0], "db/dae/_background___extractor_8cpp.html":[4,0,0,1,0,1,0], "db/dae/_background___extractor_8cpp_source.html":[4,0,0,1,0,1,0], "db/dc6/http__test_8cpp.html":[4,0,0,6,0,2,0,1], "db/dc6/http__test_8cpp.html#a0ae7e8c2c717144bc6e5545004c89500":[4,0,0,6,0,2,0,1,0], "db/dc6/http__test_8cpp.html#a5e5b95f32e551e6b08f59a1f0cd5ebac":[4,0,0,6,0,2,0,1,1], "db/dc6/http__test_8cpp_source.html":[4,0,0,6,0,2,0,1], "db/dc9/class_utility___image.html":[3,0,51], "db/dc9/class_utility___image.html#a153a7ae03d7fae2532ae5675b15e4246":[3,0,51,13], "db/dc9/class_utility___image.html#a45df57a5209dfcc7616b637078dc2b0f":[3,0,51,0], "db/dc9/class_utility___image.html#a45df57a5209dfcc7616b637078dc2b0fa70dda5dfb8053dc6d1c492574bce9bfd":[3,0,51,0,0], "db/dc9/class_utility___image.html#a45df57a5209dfcc7616b637078dc2b0facda7a650c5856cf2f6738072447d7825":[3,0,51,0,1], "db/dc9/class_utility___image.html#a59507953e0f3880c7118e930ae843ff7":[3,0,51,5], "db/dc9/class_utility___image.html#a711d3104e41cf2c1357363a16903d373":[3,0,51,4], "db/dc9/class_utility___image.html#a72898228cdb22a93c6b4cacc57412827":[3,0,51,7], "db/dc9/class_utility___image.html#a73fc0b36f187d5dd1fd902a9614c0ca6":[3,0,51,11], "db/dc9/class_utility___image.html#a8e3aaf3f02dee1954b755c6c7a71a54d":[3,0,51,6], "db/dc9/class_utility___image.html#ab06d07e5109c7dfe72b4f7c314a3e5c6":[3,0,51,3], "db/dc9/class_utility___image.html#ab284485fbc8840c07bf6009b858c9b65":[3,0,51,9], "db/dc9/class_utility___image.html#ad43538fe28ae4dd60e14f12cc0c12dd8":[3,0,51,10], "db/dc9/class_utility___image.html#ad7558cb088d1f92e42a9c36c5fce6ad3":[3,0,51,2], "db/dc9/class_utility___image.html#ae351f0a01298c1a4190c957bfb31a3dd":[3,0,51,8], "db/dc9/class_utility___image.html#aec46ca78e6ee6f57d7101dea4587a556":[3,0,51,12], "db/dc9/class_utility___image.html#aed5c3c45e70c5f7936bc71f990efaab8":[3,0,51,1], "db/dc9/class_utility___image.html#aed5c3c45e70c5f7936bc71f990efaab8a1b3e1ee9bff86431dea6b181365ba65f":[3,0,51,1,2], "db/dc9/class_utility___image.html#aed5c3c45e70c5f7936bc71f990efaab8a9de0e5dd94e861317e74964bed179fa0":[3,0,51,1,0], "db/dc9/class_utility___image.html#aed5c3c45e70c5f7936bc71f990efaab8aa2d9547b5d3dd9f05984475f7c926da0":[3,0,51,1,1], "db/df4/class_free_r_t_o_s.html":[3,0,12], "db/df4/class_free_r_t_o_s.html#a4471c77c8f48f0fb67b1ae16ceca9281":[3,0,12,2], "db/df4/class_free_r_t_o_s.html#aa2f4b1bd2944ae5e0c97a5dcbca65e66":[3,0,12,3], "db/df4/class_free_r_t_o_s.html#abea19fd141147c054f47c6a00e77f2ff":[3,0,12,4], "db/df4/class_free_r_t_o_s.html#ae2540d35409fe97ce0c95c3b4a3dd9e6":[3,0,12,5], "dc/d07/_m_g996_r_8hpp.html":[4,0,0,0,0,0,0], "dc/d07/_m_g996_r_8hpp.html#a043f9d09607977adb62f36a9e3e6ea6b":[4,0,0,0,0,0,0,0,1], "dc/d07/_m_g996_r_8hpp.html#ab8c89595ecb021c7c58b05ef6d885a40":[4,0,0,0,0,0,0,0,0], "dc/d07/_m_g996_r_8hpp.html#db/d02/structmg996r__conf__t":[4,0,0,0,0,0,0,0], "dc/d07/_m_g996_r_8hpp_source.html":[4,0,0,0,0,0,0], "dc/d12/class_protocol_base.html":[3,0,33], "dc/d12/class_protocol_base.html#a24590dd836c3a76eae196fcd40d27ae9":[3,0,33,1], "dc/d12/class_protocol_base.html#a2fa9fcf509191e0a76cc221a89f52288":[3,0,33,2], "dc/d12/class_protocol_base.html#a33a5cd8b49187aa5ef2c6d315548f6c2":[3,0,33,4], "dc/d12/class_protocol_base.html#a705a9b44cf134efa772bf79c5ea63aa7":[3,0,33,3], "dc/d12/class_protocol_base.html#ab7c155127e9ebc03a9d013c08c0df3fc":[3,0,33,0], "dc/d23/class_a_d_c_base.html":[3,0,4], "dc/d23/class_a_d_c_base.html#a011ce9952a77647224032ffdf0c1c5a3":[3,0,4,1], "dc/d23/class_a_d_c_base.html#a01ac4ba9d216c65054e2b039e62b8e67":[3,0,4,3], "dc/d23/class_a_d_c_base.html#a328bebdbcc92bb57f877012fa747b1e7":[3,0,4,6], "dc/d23/class_a_d_c_base.html#a45da7ff245042cfd59952b6cfc206368":[3,0,4,0], "dc/d23/class_a_d_c_base.html#a5880775a83445cfa006792c20357b8bb":[3,0,4,2], "dc/d23/class_a_d_c_base.html#a6c079fa42d7b5b65cfaaa8fac679eb50":[3,0,4,8], "dc/d23/class_a_d_c_base.html#adadc9b482e46bf3352073136f9498249":[3,0,4,4], "dc/d23/class_a_d_c_base.html#adb7ec202ccf7a02d9c8e0a5f47f77c59":[3,0,4,7], "dc/d23/class_a_d_c_base.html#ae6198e34871b8037c8da01612fe83c12":[3,0,4,5], "dc/d39/_connector_2_wi_fi_2test_2test__main_8cpp.html":[4,0,0,2,0,2,1], "dc/d39/_connector_2_wi_fi_2test_2test__main_8cpp.html#a3c04138a5bfe5d72780bb7e82a18e627":[4,0,0,2,0,2,1,0], "dc/d39/_connector_2_wi_fi_2test_2test__main_8cpp_source.html":[4,0,0,2,0,2,1], "dc/d64/_wi_fi___a_p_i_8cpp.html":[4,0,0,2,0,1,1], "dc/d64/_wi_fi___a_p_i_8cpp_source.html":[4,0,0,2,0,1,1], "dc/d84/_p_w_m_2src_2_h_a_l_8cpp.html":[4,0,0,5,8,1,0], "dc/d84/_p_w_m_2src_2_h_a_l_8cpp.html#acf21b457fe1776284b9bab8cb7ce68a2":[4,0,0,5,8,1,0,0], "dc/d84/_p_w_m_2src_2_h_a_l_8cpp_source.html":[4,0,0,5,8,1,0], "dc/dc2/classhttp__interface.html":[3,0,19] };
82.602362
151
0.811687
5d23e6a65ffcccab8b1398a0f1b41100a6574be1
62
js
JavaScript
src/utils/__mocks__/getDayOfYear.js
thoutamjagan/braid
b0d5744a4c202a632490a895ac340f317a037d4d
[ "MIT" ]
null
null
null
src/utils/__mocks__/getDayOfYear.js
thoutamjagan/braid
b0d5744a4c202a632490a895ac340f317a037d4d
[ "MIT" ]
null
null
null
src/utils/__mocks__/getDayOfYear.js
thoutamjagan/braid
b0d5744a4c202a632490a895ac340f317a037d4d
[ "MIT" ]
1
2019-10-24T01:40:26.000Z
2019-10-24T01:40:26.000Z
const getDayOfYear = () => 210; export default getDayOfYear;
15.5
31
0.725806
5d257415fcf5e8408c785ea9e505fc0a59a7f3cb
1,158
js
JavaScript
server/index.js
apiorno/LudoGame
9fc5082276a790d872528fb31b1ab02fc1eb8fd1
[ "MIT" ]
null
null
null
server/index.js
apiorno/LudoGame
9fc5082276a790d872528fb31b1ab02fc1eb8fd1
[ "MIT" ]
null
null
null
server/index.js
apiorno/LudoGame
9fc5082276a790d872528fb31b1ab02fc1eb8fd1
[ "MIT" ]
null
null
null
var Stack= require('./stack').Stack var app = require('express')(); var server = require('http').Server(app); var io = require('socket.io')(server); var players = []; var colorsStack = new Stack(); colorsStack.push(0); colorsStack.push(1); colorsStack.push(2); colorsStack.push(3); server.listen(8080, function(){ console.log("Server is now running..."); }); io.on('connection', function(socket){ console.log("Player Connected!"); var color = colorsStack.pop(); socket.emit('socketID', { id: socket.id, color : color }); socket.emit('getPlayers', players); socket.broadcast.emit('newPlayer', { id: socket.id, color : color }); socket.on('disconnect', function(){ console.log("Player Disconnected"); socket.broadcast.emit('playerDisconnected', { id: socket.id }); colorsStack.push(color); for(var i = 0; i < players.length; i++){ if(players[i].id == socket.id){ players.splice(i, 1); } } }); players.push(new player(socket.id, color)); if(players.length ==4){ socket.emit('gameStarted', players); socket.broadcast.emit('gameStarted', players) } }); function player(id, color){ this.id = id; this.color = color; }
26.930233
70
0.666667
5d25bf38e2101837eadadbc82f16d72de0b124c3
107
js
JavaScript
app/modules/ranguei.js
leosilvadev/ranguei-web
81ee5f7f85e7ed47b948ef5608ba845984b0c979
[ "Apache-2.0" ]
null
null
null
app/modules/ranguei.js
leosilvadev/ranguei-web
81ee5f7f85e7ed47b948ef5608ba845984b0c979
[ "Apache-2.0" ]
null
null
null
app/modules/ranguei.js
leosilvadev/ranguei-web
81ee5f7f85e7ed47b948ef5608ba845984b0c979
[ "Apache-2.0" ]
null
null
null
(function(){ 'use strict'; angular.module('ranguei', ['ranguei.guest', 'ranguei.facebook']); })();
13.375
66
0.598131
5d260ffb5f7e65d784df7b42e68faf7482ecdded
2,299
js
JavaScript
experiments/reduceRight/reduceRightGen/test188.js
sola-da/LambdaTester
f993f9d67eab0120b14111be1a56d40b4c5ac9af
[ "MIT" ]
2
2018-11-26T09:34:28.000Z
2019-10-18T16:23:53.000Z
experiments/reduceRight/reduceRightGen/test188.js
sola-da/LambdaTester
f993f9d67eab0120b14111be1a56d40b4c5ac9af
[ "MIT" ]
null
null
null
experiments/reduceRight/reduceRightGen/test188.js
sola-da/LambdaTester
f993f9d67eab0120b14111be1a56d40b4c5ac9af
[ "MIT" ]
1
2019-10-08T16:37:48.000Z
2019-10-08T16:37:48.000Z
var callbackArguments = []; var argument1 = function callback(a,b,c,d) { callbackArguments.push(JSON.stringify(arguments)) base_0[7] = 9.476996729349944e+307 base_0[6] = 1.6527534900073757e+308 return a-b*c+d }; var argument2 = r_0; var argument3 = {"49":"!]O","122":"ZPyCgLbm","":595,"1.7129553294043726e+308":"`G*","=cc":"","(":"","1.4282263297281777e+308":1.7976931348623157e+308,"%X":1.2891627269486764e+308,"ErF":49,"2.886130611883774e+307":-100}; var argument4 = function callback(a,b,c,d) { callbackArguments.push(JSON.stringify(arguments)) argument5[5] = {"714":"L","2.991534434484797e+307":82,"1.6174937516176756e+308":1.2274843271044772e+307,"":"","y6":")"} argument5[5] = true argument5['v'] = [705,823,705] return a/b+c/d }; var argument5 = function callback(a,b,c,d) { callbackArguments.push(JSON.stringify(arguments)) base_2[6][2] = {"":""} return a/b/c+d }; var argument6 = function callback(a,b,c,d) { callbackArguments.push(JSON.stringify(arguments)) argument7['{S'] = null argument7['v'] = ["n","d","!w$","O","g","3b3b","hdnC=B","<"] return a-b-c+d }; var argument7 = true; var argument8 = null; var base_0 = ["Qr^<U=s",">","rM","E","n(U","2","U+","IX","o"] var r_0= undefined try { r_0 = base_0.reduceRight(argument1,argument2,argument3) } catch(e) { r_0= "Error" } var base_1 = ["Qr^<U=s",">","rM","E","n(U","2","U+","IX","o"] var r_1= undefined try { r_1 = base_1.reduceRight(argument4) } catch(e) { r_1= "Error" } var base_2 = ["Qr^<U=s",">","rM","E","n(U","2","U+","IX","o"] var r_2= undefined try { r_2 = base_2.reduceRight(argument5) } catch(e) { r_2= "Error" } var base_3 = ["Qr^<U=s",">","rM","E","n(U","2","U+","IX","o"] var r_3= undefined try { r_3 = base_3.reduceRight(argument6,argument7,argument8) } catch(e) { r_3= "Error" } function serialize(array){ return array.map(function(a){ if (a === null || a == undefined) return a; var name = a.constructor.name; if (name==='Object' || name=='Boolean'|| name=='Array'||name=='Number'||name=='String') return JSON.stringify(a); return name; }); } setTimeout(function(){ require("fs").writeFileSync("./experiments/reduceRight/reduceRightGen/test188.json",JSON.stringify({"baseObjects":serialize([base_0,base_1,base_2,base_3]),"returnObjects":serialize([r_0,r_1,r_2,r_3]),"callbackArgs":callbackArguments})) },300)
29.101266
235
0.662027
5d2620881202f6b19a7827a53feb6c3f589f28ed
792
js
JavaScript
node_modules/react-icons-kit/metrize/leaf.js
lananh265/social-network
8f74dae5affe298671ebbc80991866dd2630f946
[ "MIT" ]
3
2020-11-28T12:19:12.000Z
2021-06-01T20:15:41.000Z
node_modules/react-icons-kit/metrize/leaf.js
lananh265/social-network
8f74dae5affe298671ebbc80991866dd2630f946
[ "MIT" ]
8
2021-03-09T19:53:42.000Z
2022-02-26T18:45:12.000Z
node_modules/react-icons-kit/metrize/leaf.js
lananh265/social-network
8f74dae5affe298671ebbc80991866dd2630f946
[ "MIT" ]
4
2020-04-16T08:55:16.000Z
2021-01-15T17:53:02.000Z
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.leaf = void 0; var leaf = { "viewBox": "0 0 512 512", "children": [{ "name": "path", "attribs": { "d": "M256,0C114.609,0,0,114.609,0,256s114.609,256,256,256s256-114.609,256-256S397.391,0,256,0z M256,472\r\n\tc-119.297,0-216-96.703-216-216S136.703,40,256,40s216,96.703,216,216S375.297,472,256,472z" }, "children": [] }, { "name": "path", "attribs": { "d": "M224,192c-40.289,32.219-46.742,100.328-47.781,121.453C166.477,323.422,144,346.969,144,352c0,6.406,8,16,16,16\r\n\tc6.875,0,20.82-35.406,24.609-45.359c22.312,6.062,83.609,17.438,127.391-25.047C366.406,244.797,368,144,368,144\r\n\tS272,153.594,224,192z" }, "children": [] }] }; exports.leaf = leaf;
34.434783
263
0.626263
5d2639696fdad32719c4309a716b9308cc273a03
2,181
js
JavaScript
[2]. Demo_RN/[2]. view_component/index.ios.js
knightsj/RN_Demo
71ec2824c678f9cec5c3d4add430f54e63bf0e0e
[ "MIT" ]
1
2017-07-20T03:51:18.000Z
2017-07-20T03:51:18.000Z
[2]. Demo_RN/[2]. view_component/index.ios.js
knightsj/RN_Demo
71ec2824c678f9cec5c3d4add430f54e63bf0e0e
[ "MIT" ]
null
null
null
[2]. Demo_RN/[2]. view_component/index.ios.js
knightsj/RN_Demo
71ec2824c678f9cec5c3d4add430f54e63bf0e0e
[ "MIT" ]
1
2019-12-23T17:00:56.000Z
2019-12-23T17:00:56.000Z
/** * Sample React Native App * https://github.com/facebook/react-native * @flow */ import React, { Component } from 'react'; import { AppRegistry, StyleSheet, Text, View, // PixelRatio, } from 'react-native'; var app = React.createClass({ // render负责渲染视图 返回一个JSX对象,只能包含一个节点中 render: function () { return( <View style={ styles.container}> <View style={[styles.item,styles.center]}> <Text style={styles.font}>酒店</Text> </View> <View style={[styles.item, styles.lineLeftRight]}> <View style={[styles.center,styles.flex, styles.lineCenter]}> <Text style={styles.font}>海外酒店</Text> </View> <View style={[styles.center,styles.flex]}> <Text style={styles.font}>特惠酒店</Text> </View> </View> <View style={styles.item}> <View style={[styles.center,styles.flex,styles.lineCenter]}> <Text style={styles.font}>团购</Text> </View> <View style={[styles.center,styles.flex]}> <Text style={styles.font}>客栈.公寓</Text> </View> </View> </View> ) } }); // 创建了一个样式对象,建议一个组件使用一个StyleSheet对象 // 建议使用外部样式而不是内联样式 var styles = StyleSheet.create({ container:{ marginTop:20,//向下 marginLeft:5, marginRight:5, height:84, borderRadius:5, padding:2, // flex:1,//平铺沾满整个屏 跟高度是冲突的 borderColor:'blue', flexDirection:'row', backgroundColor:'#FF0067', }, item:{ flex:1, height:80, }, center:{ justifyContent:'center', alignItems:'center' //水平居中 }, flex:{ flex:1 }, font:{ color:'#fff', fontSize:16, fontWeight:'bold',//粗体 }, lineLeftRight: { borderLeftWidth: 1 , borderRightWidth: 1, borderColor: '#fff' }, lineCenter:{ borderBottomWidth:1, borderColor:'#fff' } }); // 入口组件,用来加载其他组件 AppRegistry.registerComponent('component_demo', () => app); // 第一个参数是应用的名称 // 第二个参数是入口组件对象
20.383178
74
0.530491
5d26671b4d354f89271c598b93dd61821173150e
10,492
js
JavaScript
spec/unit/setup-remote-methods.spec.js
ramanaveli2i/loopback-setup-remote-methods-mixin
823d8e2a39799e1d753ba8b7a9b1ea7fc9af5489
[ "MIT" ]
null
null
null
spec/unit/setup-remote-methods.spec.js
ramanaveli2i/loopback-setup-remote-methods-mixin
823d8e2a39799e1d753ba8b7a9b1ea7fc9af5489
[ "MIT" ]
null
null
null
spec/unit/setup-remote-methods.spec.js
ramanaveli2i/loopback-setup-remote-methods-mixin
823d8e2a39799e1d753ba8b7a9b1ea7fc9af5489
[ "MIT" ]
null
null
null
'use strict'; const path = require('path'); const setupRemoteMethods = require('../../setup-remote-methods'); const employeeRemotes = require('./employee-remotes'); const mocks = require('./mocks'); describe('setupRemoteMethods', () => { let MyModel, options; beforeEach(() => { MyModel = mocks.getModelMock(); }); describe('disable', () => { beforeEach(() => { options = { 'disable': ['create', 'findById', 'one', 'prototype.five'], }; }); describe('when ignoreACL is true', () => { beforeEach(() => { options.ignoreACL = true; }); it('should disable the methods, even if they are in the ACL', () => { setupRemoteMethods(MyModel, options); expect(MyModel.disableRemoteMethodByName).toHaveBeenCalledTimes(4); expect(MyModel.disableRemoteMethodByName).toHaveBeenCalledWith('create'); expect(MyModel.disableRemoteMethodByName).toHaveBeenCalledWith('findById'); expect(MyModel.disableRemoteMethodByName).toHaveBeenCalledWith('one'); expect(MyModel.disableRemoteMethodByName).toHaveBeenCalledWith('prototype.five'); }); }); describe('when ignoreACL is false', () => { beforeEach(() => { options.ignoreACL = false; }); it('should disable the methods, except if they are in the ACL', () => { setupRemoteMethods(MyModel, options); expect(MyModel.disableRemoteMethodByName).toHaveBeenCalledTimes(3); expect(MyModel.disableRemoteMethodByName).toHaveBeenCalledWith('create'); expect(MyModel.disableRemoteMethodByName).toHaveBeenCalledWith('findById'); expect(MyModel.disableRemoteMethodByName).toHaveBeenCalledWith('prototype.five'); expect(MyModel.disableRemoteMethodByName).not.toHaveBeenCalledWith('one'); }); }); describe('when ignoreACL is undefined', () => { beforeEach(() => { options.ignoreACL = undefined; }); it('should disable the methods, except if they are in the ACL', () => { setupRemoteMethods(MyModel, options); expect(MyModel.disableRemoteMethodByName).toHaveBeenCalledTimes(3); expect(MyModel.disableRemoteMethodByName).toHaveBeenCalledWith('create'); expect(MyModel.disableRemoteMethodByName).toHaveBeenCalledWith('findById'); expect(MyModel.disableRemoteMethodByName).toHaveBeenCalledWith('prototype.five'); expect(MyModel.disableRemoteMethodByName).not.toHaveBeenCalledWith('one'); }); }); }); describe('disableAllExcept', () => { beforeEach(() => { options = { 'disableAllExcept': ['create', 'one', 'prototype.five'], }; }); describe('when ignoreACL is true', () => { beforeEach(() => { options.ignoreACL = true; }); it('should disable all methods except the options, even if they are in the ACL', () => { setupRemoteMethods(MyModel, options); expect(MyModel.disableRemoteMethodByName).toHaveBeenCalledTimes(5); expect(MyModel.disableRemoteMethodByName).toHaveBeenCalledWith('two'); expect(MyModel.disableRemoteMethodByName).toHaveBeenCalledWith('prototype.three'); expect(MyModel.disableRemoteMethodByName).toHaveBeenCalledWith('four'); expect(MyModel.disableRemoteMethodByName).toHaveBeenCalledWith('prototype.six'); expect(MyModel.disableRemoteMethodByName).toHaveBeenCalledWith('findById'); expect(MyModel.disableRemoteMethodByName).not.toHaveBeenCalledWith('create'); expect(MyModel.disableRemoteMethodByName).not.toHaveBeenCalledWith('one'); expect(MyModel.disableRemoteMethodByName).not.toHaveBeenCalledWith('prototype.five'); }); }); describe('when ignoreACL is false', () => { beforeEach(() => { options.ignoreACL = false; }); it('should disable all methods, except the options or if they are in the ACL', () => { setupRemoteMethods(MyModel, options); expect(MyModel.disableRemoteMethodByName).toHaveBeenCalledTimes(3); expect(MyModel.disableRemoteMethodByName).toHaveBeenCalledWith('four'); expect(MyModel.disableRemoteMethodByName).toHaveBeenCalledWith('prototype.six'); expect(MyModel.disableRemoteMethodByName).toHaveBeenCalledWith('findById'); expect(MyModel.disableRemoteMethodByName).not.toHaveBeenCalledWith('create'); expect(MyModel.disableRemoteMethodByName).not.toHaveBeenCalledWith('one'); expect(MyModel.disableRemoteMethodByName).not.toHaveBeenCalledWith('two'); expect(MyModel.disableRemoteMethodByName).not.toHaveBeenCalledWith('prototype.three'); expect(MyModel.disableRemoteMethodByName).not.toHaveBeenCalledWith('prototype.five'); }); }); describe('when ignoreACL is undefined', () => { beforeEach(() => { options.ignoreACL = undefined; }); it('should disable all methods, except the options or if they are in the ACL', () => { setupRemoteMethods(MyModel, options); expect(MyModel.disableRemoteMethodByName).toHaveBeenCalledTimes(3); expect(MyModel.disableRemoteMethodByName).toHaveBeenCalledWith('four'); expect(MyModel.disableRemoteMethodByName).toHaveBeenCalledWith('prototype.six'); expect(MyModel.disableRemoteMethodByName).toHaveBeenCalledWith('findById'); expect(MyModel.disableRemoteMethodByName).not.toHaveBeenCalledWith('create'); expect(MyModel.disableRemoteMethodByName).not.toHaveBeenCalledWith('one'); expect(MyModel.disableRemoteMethodByName).not.toHaveBeenCalledWith('two'); expect(MyModel.disableRemoteMethodByName).not.toHaveBeenCalledWith('prototype.three'); expect(MyModel.disableRemoteMethodByName).not.toHaveBeenCalledWith('prototype.five'); }); }); it('should not disable methods added by the "add" option', () => { options.ignoreACL = true; options.add = {'two': {}}; setupRemoteMethods(MyModel, options); expect(MyModel.disableRemoteMethodByName).toHaveBeenCalledTimes(4); expect(MyModel.disableRemoteMethodByName).not.toHaveBeenCalledWith('two'); }); it('should not disable methods added by the "addFromFile" option', () => { options.ignoreACL = true; options.addFromFile = './spec/unit/employee-remotes.js'; setupRemoteMethods(MyModel, options); expect(MyModel.disableRemoteMethodByName).toHaveBeenCalledTimes(4); expect(MyModel.disableRemoteMethodByName).not.toHaveBeenCalledWith('one'); expect(MyModel.disableRemoteMethodByName).not.toHaveBeenCalledWith('two'); }); it('should not disable methods added by the "addFromFile" option', () => { options.ignoreACL = true; options.addFromFile = { filename: './spec/unit/employee-remotes.js', methods: ['two'], }; setupRemoteMethods(MyModel, options); expect(MyModel.disableRemoteMethodByName).toHaveBeenCalledTimes(4); expect(MyModel.disableRemoteMethodByName).not.toHaveBeenCalledWith('two'); }); }); describe('add', () => { let methodDefinition, methodDefinition2; beforeEach(() => { methodDefinition = { accepts: {arg: 'msg', type: 'string'}, returns: {arg: 'greeting', type: 'string'}, }; methodDefinition2 = {}; }); describe('when receiving the definition as an object', () => { beforeEach(() => { options = { add: { greet: methodDefinition, ping: methodDefinition2, }, }; }); it('should add the remote method using the received definition', () => { setupRemoteMethods(MyModel, options); expect(MyModel.remoteMethod).toHaveBeenCalledTimes(2); expect(MyModel.remoteMethod).toHaveBeenCalledWith('greet', methodDefinition); expect(MyModel.remoteMethod).toHaveBeenCalledWith('ping', methodDefinition2); }); }); describe('when receiving the definition as an string', () => { beforeEach(() => { options = { add: { greet: 'remotesDefinitions.greet', ping: 'remotesDefinitions.ping', }, }; MyModel.remotesDefinitions = { greet: function() { return methodDefinition; }, ping: function() { return methodDefinition2; }, }; }); it('should add the remote method using the received definition', () => { setupRemoteMethods(MyModel, options); expect(MyModel.remoteMethod).toHaveBeenCalledTimes(2); expect(MyModel.remoteMethod).toHaveBeenCalledWith('greet', methodDefinition); expect(MyModel.remoteMethod).toHaveBeenCalledWith('ping', methodDefinition2); }); }); }); describe('addFromFile', () => { let originalCWD; beforeAll(() => { // Modifying process.cwd, to test that it will be taken into account when defining the definitions path. originalCWD = process.cwd; process.cwd = () => { return path.join(originalCWD(), 'spec'); }; }); afterAll(() => { // reverting the change we made process.cwd = originalCWD; }); describe('when receiving the definition as an object', () => { beforeEach(() => { options = { addFromFile: { // the path is relative to the process.cwd we defined above filename: './unit/employee-remotes.js', methods: ['one'], }, }; }); it('should add the specified methods from the definitions', () => { setupRemoteMethods(MyModel, options); expect(MyModel.remoteMethod).toHaveBeenCalledTimes(1); expect(MyModel.remoteMethod).toHaveBeenCalledWith('one', employeeRemotes.one()); }); }); describe('when receiving the definition as an string', () => { beforeEach(() => { options = { // the path is relative to the process.cwd we defined above addFromFile: './unit/employee-remotes.js', }; }); it('should add all remote methods from the definitions', () => { setupRemoteMethods(MyModel, options); expect(MyModel.remoteMethod).toHaveBeenCalledTimes(2); expect(MyModel.remoteMethod).toHaveBeenCalledWith('one', employeeRemotes.one()); expect(MyModel.remoteMethod).toHaveBeenCalledWith('two', employeeRemotes.two()); }); }); }); });
39.149254
110
0.652497
5d268a3bffcda4393d4725bad0f1ddff8f2162e2
2,323
js
JavaScript
public/components/angular-colorbox/js/angular-colorbox.min.js
vampyklauz/tothemenu
ea9b65fa3ac0617706db874c9cbf4ed5b6b74606
[ "MIT" ]
2
2019-11-29T01:22:28.000Z
2019-11-29T01:22:30.000Z
public/theme/admin/requirejs/public/template/components/angular-colorbox/js/angular-colorbox.min.js
siriusSupreme/jyw
89c48260ca73291aeea4b757b839df0df8862595
[ "Apache-2.0" ]
23
2020-02-12T02:35:49.000Z
2022-02-11T03:45:40.000Z
public/theme/admin/requirejs/public/template/components/angular-colorbox/js/angular-colorbox.min.js
siriusSupreme/jyw
89c48260ca73291aeea4b757b839df0df8862595
[ "Apache-2.0" ]
2
2020-04-08T15:39:46.000Z
2020-10-10T10:13:09.000Z
!function(){"use strict";function a(){function a(){return $.colorbox}function b(){$.colorbox.next()}function c(){$.colorbox.prev()}function d(){$.colorbox.close()}function e(){return $.colorbox.element()}function f(){$.colorbox.resize()}function g(){$.colorbox.remove()}function h(){var a=$("#cboxLoadedContent .cboxPhoto"),b=a.length>0?a[0]:null;return b}var i={colorbox:a,next:b,prev:c,close:d,element:e,resize:f,remove:g,getCurrentPhoto:h};return i}function b(a,b,c,d){function e(e,f,g){function h(a){var b={href:g.src?g.src:g.href,onComplete:function(){i()}};if(g.colorboxable&&g.colorboxable.length>0){var h=c(g.colorboxable),k=h(e);angular.extend(b,k)}for(var l in b)b.hasOwnProperty(l)&&"undefined"==typeof b[l]&&delete b[l];"undefined"!=typeof a&&(b.open=a),d(function(){g.ngSrc?d(function(){b.href=g.src?g.src:g.href,j=$(f).colorbox(b)},300):j=$(f).colorbox(b)},0)}function i(){b.$apply(function(){var c=$("#cboxLoadedContent");a(c)(b)})}var j=null;e.$on("$destroy",function(){f.remove()}),h()}var f={restrict:"A",link:e,priority:100};return f}function c(a,b,c,d){function e(e,f,g){function h(a){a?i(a):d.close()}function i(a){var b={href:g.src,boxFor:g.boxFor,onOpen:function(){e.onOpen&&e.onOpen()&&e.onOpen()()},onLoad:function(){e.onLoad&&e.onLoad()&&e.onLoad()()},onComplete:function(){j(),e.onComplete&&e.onComplete()&&e.onComplete()()},onCleanup:function(){e.onCleanup&&e.onCleanup()&&e.onCleanup()()},onClosed:function(){e.$apply(function(){e.open=!1}),e.onClosed&&e.onClosed()&&e.onClosed()()}};e.options&&angular.extend(b,e.options);for(var d in b)b.hasOwnProperty(d)&&"undefined"==typeof b[d]&&delete b[d];"undefined"!=typeof a&&(b.open=a),c(function(){b.boxFor?k=$(b.boxFor).colorbox(b):b.href&&(k=$.colorbox(b))},0)}function j(){b.$apply(function(){var c=$("#cboxLoadedContent");a(c)(b)})}var k=null;e.$watch("open",function(a,b){b!==a&&h(a)}),e.$on("$destroy",function(){f.remove()}),i()}var f={restrict:"E",scope:{open:"=",options:"=",templateUrl:"&",onOpen:"&",onLoad:"&",onComplete:"&",onCleanup:"&",onClosed:"&"},link:e,controllerAs:"vm"};return f}angular.module("colorbox",[]).service("colorboxService",a).directive("colorboxable",b).directive("colorbox",c),a.$inject=[],b.$inject=["$compile","$rootScope","$parse","$timeout"],c.$inject=["$compile","$rootScope","$timeout","colorboxService"]}();
2,323
2,323
0.676711
5d26cdbc43ec0b4e424f382566bb7b44bc1168e4
102,148
js
JavaScript
web/js/soqi/city.js
donhatquang/viettel
63a32dde0e8b0bf25d92471d528eabfc2819b8e3
[ "BSD-3-Clause" ]
null
null
null
web/js/soqi/city.js
donhatquang/viettel
63a32dde0e8b0bf25d92471d528eabfc2819b8e3
[ "BSD-3-Clause" ]
null
null
null
web/js/soqi/city.js
donhatquang/viettel
63a32dde0e8b0bf25d92471d528eabfc2819b8e3
[ "BSD-3-Clause" ]
null
null
null
function City(cid, cpid, cname) { this.id = cid; this.pid = cpid; this.name = cname; } var province = [ new City(440000,100000,"广东省"), new City(320000,100000,"江苏省"), new City(330000,100000,"浙江省"), new City(310000,100000,"上海市"), new City(110000,100000,"北京市"), new City(350000,100000,"福建省"), new City(370000,100000,"山东省"), new City(340000,100000,"安徽省"), new City(420000,100000,"湖北省"), new City(130000,100000,"河北省"), new City(610000,100000,"陕西省"), new City(410000,100000,"河南省"), new City(510000,100000,"四川省"), new City(430000,100000,"湖南省"), new City(120000,100000,"天津市"), new City(500000,100000,"重庆市"), new City(210000,100000,"辽宁省"), new City(530000,100000,"云南省"), new City(520000,100000,"贵州省"), new City(360000,100000,"江西省"), new City(150000,100000,"内蒙古"), new City(450000,100000,"广西壮族"), new City(140000,100000,"山西省"), new City(220000,100000,"吉林省"), new City(230000,100000,"黑龙江省"), new City(620000,100000,"甘肃省"), new City(650000,100000,"新疆"), new City(640000,100000,"宁夏回族"), new City(460000,100000,"海南省"), new City(630000,100000,"青海省"), new City(810000,100000,"香港"), new City(710000,100000,"台湾省"), new City(820000,100000,"澳门"), new City(540000,100000,"西藏") ] var city = [ new City(130100,130000,"石家庄市"), new City(130200,130000,"唐山市"), new City(130300,130000,"秦皇岛市"), new City(130400,130000,"邯郸市"), new City(130500,130000,"邢台市"), new City(130600,130000,"保定市"), new City(130700,130000,"张家口市"), new City(130800,130000,"承德市"), new City(130900,130000,"沧州市"), new City(131000,130000,"廊坊市"), new City(131100,130000,"衡水市"), new City(140100,140000,"太原市"), new City(140200,140000,"大同市"), new City(140300,140000,"阳泉市"), new City(140400,140000,"长治市"), new City(140500,140000,"晋城市"), new City(140600,140000,"朔州市"), new City(140700,140000,"晋中市"), new City(140800,140000,"运城市"), new City(140900,140000,"忻州市"), new City(141000,140000,"临汾市"), new City(141100,140000,"吕梁市"), new City(150100,150000,"呼和浩特"), new City(150200,150000,"包头市"), new City(150300,150000,"乌海市"), new City(150400,150000,"赤峰市"), new City(150500,150000,"通辽市"), new City(150600,150000,"鄂尔多斯"), new City(150700,150000,"呼伦贝尔"), new City(150800,150000,"巴彦淖尔"), new City(150900,150000,"乌兰察布"), new City(152200,150000,"兴安盟"), new City(152500,150000,"锡林郭勒"), new City(152900,150000,"阿拉善盟"), new City(210100,210000,"沈阳市"), new City(210200,210000,"大连市"), new City(210300,210000,"鞍山市"), new City(210400,210000,"抚顺市"), new City(210500,210000,"本溪市"), new City(210600,210000,"丹东市"), new City(210700,210000,"锦州市"), new City(210800,210000,"营口市"), new City(210900,210000,"阜新市"), new City(211000,210000,"辽阳市"), new City(211100,210000,"盘锦市"), new City(211200,210000,"铁岭市"), new City(211300,210000,"朝阳市"), new City(211400,210000,"葫芦岛市"), new City(220100,220000,"长春市"), new City(220200,220000,"吉林市"), new City(220300,220000,"四平市"), new City(220400,220000,"辽源市"), new City(220500,220000,"通化市"), new City(220600,220000,"白山市"), new City(220700,220000,"松原市"), new City(220800,220000,"白城市"), new City(222400,220000,"延边"), new City(230100,230000,"哈尔滨市"), new City(230200,230000,"齐齐哈尔"), new City(230300,230000,"鸡西市"), new City(230400,230000,"鹤岗市"), new City(230500,230000,"双鸭山市"), new City(230600,230000,"大庆市"), new City(230700,230000,"伊春市"), new City(230800,230000,"佳木斯市"), new City(230900,230000,"七台河市"), new City(231000,230000,"牡丹江市"), new City(231100,230000,"黑河市"), new City(231200,230000,"绥化市"), new City(232700,230000,"大兴安岭"), new City(320100,320000,"南京市"), new City(320200,320000,"无锡市"), new City(320300,320000,"徐州市"), new City(320400,320000,"常州市"), new City(320500,320000,"苏州市"), new City(320600,320000,"南通市"), new City(320700,320000,"连云港市"), new City(320800,320000,"淮安市"), new City(320900,320000,"盐城市"), new City(321000,320000,"扬州市"), new City(321100,320000,"镇江市"), new City(321200,320000,"泰州市"), new City(321300,320000,"宿迁市"), new City(330100,330000,"杭州市"), new City(330200,330000,"宁波市"), new City(330300,330000,"温州市"), new City(330400,330000,"嘉兴市"), new City(330500,330000,"湖州市"), new City(330600,330000,"绍兴市"), new City(330700,330000,"金华市"), new City(330800,330000,"衢州市"), new City(330900,330000,"舟山市"), new City(331000,330000,"台州市"), new City(331100,330000,"丽水市"), new City(340100,340000,"合肥市"), new City(340200,340000,"芜湖市"), new City(340300,340000,"蚌埠市"), new City(340400,340000,"淮南市"), new City(340500,340000,"马鞍山市"), new City(340600,340000,"淮北市"), new City(340700,340000,"铜陵市"), new City(340800,340000,"安庆市"), new City(341000,340000,"黄山市"), new City(341100,340000,"滁州市"), new City(341200,340000,"阜阳市"), new City(341300,340000,"宿州市"), new City(341400,340000,"巢湖市"), new City(341500,340000,"六安市"), new City(341600,340000,"亳州市"), new City(341700,340000,"池州市"), new City(341800,340000,"宣城市"), new City(350100,350000,"福州市"), new City(350200,350000,"厦门市"), new City(350300,350000,"莆田市"), new City(350400,350000,"三明市"), new City(350500,350000,"泉州市"), new City(350600,350000,"漳州市"), new City(350700,350000,"南平市"), new City(350800,350000,"龙岩市"), new City(350900,350000,"宁德市"), new City(360100,360000,"南昌市"), new City(360200,360000,"景德镇市"), new City(360300,360000,"萍乡市"), new City(360400,360000,"九江市"), new City(360500,360000,"新余市"), new City(360600,360000,"鹰潭市"), new City(360700,360000,"赣州市"), new City(360800,360000,"吉安市"), new City(360900,360000,"宜春市"), new City(361000,360000,"抚州市"), new City(361100,360000,"上饶市"), new City(370100,370000,"济南市"), new City(370200,370000,"青岛市"), new City(370300,370000,"淄博市"), new City(370400,370000,"枣庄市"), new City(370500,370000,"东营市"), new City(370600,370000,"烟台市"), new City(370700,370000,"潍坊市"), new City(370800,370000,"济宁市"), new City(370900,370000,"泰安市"), new City(371000,370000,"威海市"), new City(371100,370000,"日照市"), new City(371200,370000,"莱芜市"), new City(371300,370000,"临沂市"), new City(371400,370000,"德州市"), new City(371500,370000,"聊城市"), new City(371600,370000,"滨州市"), new City(371700,370000,"菏泽市"), new City(410100,410000,"郑州市"), new City(410200,410000,"开封市"), new City(410300,410000,"洛阳市"), new City(410400,410000,"平顶山市"), new City(410500,410000,"安阳市"), new City(410600,410000,"鹤壁市"), new City(410700,410000,"新乡市"), new City(410800,410000,"焦作市"), new City(410900,410000,"濮阳市"), new City(411000,410000,"许昌市"), new City(411100,410000,"漯河市"), new City(411200,410000,"三门峡市"), new City(411300,410000,"南阳市"), new City(411400,410000,"商丘市"), new City(411500,410000,"信阳市"), new City(411600,410000,"周口市"), new City(411700,410000,"驻马店市"), new City(420100,420000,"武汉市"), new City(420200,420000,"黄石市"), new City(420300,420000,"十堰市"), new City(420500,420000,"宜昌市"), new City(420600,420000,"襄樊市"), new City(420700,420000,"鄂州市"), new City(420800,420000,"荆门市"), new City(420900,420000,"孝感市"), new City(421000,420000,"荆州市"), new City(421100,420000,"黄冈市"), new City(421200,420000,"咸宁市"), new City(421300,420000,"随州市"), new City(422800,420000,"恩施"), new City(430100,430000,"长沙市"), new City(430200,430000,"株洲市"), new City(430300,430000,"湘潭市"), new City(430400,430000,"衡阳市"), new City(430500,430000,"邵阳市"), new City(430600,430000,"岳阳市"), new City(430700,430000,"常德市"), new City(430800,430000,"张家界市"), new City(430900,430000,"益阳市"), new City(431000,430000,"郴州市"), new City(431100,430000,"永州市"), new City(431200,430000,"怀化市"), new City(431300,430000,"娄底市"), new City(433100,430000,"湘西"), new City(440100,440000,"广州市"), new City(440200,440000,"韶关市"), new City(440300,440000,"深圳市"), new City(440400,440000,"珠海市"), new City(440500,440000,"汕头市"), new City(440600,440000,"佛山市"), new City(440700,440000,"江门市"), new City(440800,440000,"湛江市"), new City(440900,440000,"茂名市"), new City(441200,440000,"肇庆市"), new City(441300,440000,"惠州市"), new City(441400,440000,"梅州市"), new City(441500,440000,"汕尾市"), new City(441600,440000,"河源市"), new City(441700,440000,"阳江市"), new City(441800,440000,"清远市"), new City(441900,440000,"东莞市"), new City(442000,440000,"中山市"), new City(445100,440000,"潮州市"), new City(445200,440000,"揭阳市"), new City(445300,440000,"云浮市"), new City(450100,450000,"南宁市"), new City(450200,450000,"柳州市"), new City(450300,450000,"桂林市"), new City(450400,450000,"梧州市"), new City(450500,450000,"北海市"), new City(450600,450000,"防城港市"), new City(450700,450000,"钦州市"), new City(450800,450000,"贵港市"), new City(450900,450000,"玉林市"), new City(451000,450000,"百色市"), new City(451100,450000,"贺州市"), new City(451200,450000,"河池市"), new City(451300,450000,"来宾市"), new City(451400,450000,"崇左市"), new City(460100,460000,"海口市"), new City(460200,460000,"三亚市"), new City(510100,510000,"成都市"), new City(510300,510000,"自贡市"), new City(510400,510000,"攀枝花市"), new City(510500,510000,"泸州市"), new City(510600,510000,"德阳市"), new City(510700,510000,"绵阳市"), new City(510800,510000,"广元市"), new City(510900,510000,"遂宁市"), new City(511000,510000,"内江市"), new City(511100,510000,"乐山市"), new City(511300,510000,"南充市"), new City(511400,510000,"眉山市"), new City(511500,510000,"宜宾市"), new City(511600,510000,"广安市"), new City(511700,510000,"达州市"), new City(511800,510000,"雅安市"), new City(511900,510000,"巴中市"), new City(512000,510000,"资阳市"), new City(513200,510000,"阿坝"), new City(513300,510000,"甘孜藏族"), new City(513400,510000,"凉山彝族"), new City(520100,520000,"贵阳市"), new City(520200,520000,"六盘水市"), new City(520300,520000,"遵义市"), new City(520400,520000,"安顺市"), new City(522200,520000,"铜仁地区"), new City(522300,520000,"黔西南"), new City(522400,520000,"毕节地区"), new City(522600,520000,"黔东南"), new City(522700,520000,"黔南"), new City(530100,530000,"昆明市"), new City(530300,530000,"曲靖市"), new City(530400,530000,"玉溪市"), new City(530500,530000,"保山市"), new City(530600,530000,"昭通市"), new City(530700,530000,"丽江市"), new City(530800,530000,"普洱市"), new City(530900,530000,"临沧市"), new City(532300,530000,"楚雄彝族"), new City(532500,530000,"红河"), new City(532600,530000,"文山"), new City(532800,530000,"西双"), new City(532900,530000,"大理白族"), new City(533100,530000,"德宏"), new City(533300,530000,"怒江"), new City(533400,530000,"迪庆藏族"), new City(540100,540000,"拉萨市"), new City(542100,540000,"昌都地区"), new City(542200,540000,"山南地区"), new City(542300,540000,"日喀则地"), new City(542400,540000,"那曲地区"), new City(542500,540000,"阿里地区"), new City(542600,540000,"林芝地区"), new City(610100,610000,"西安市"), new City(610200,610000,"铜川市"), new City(610300,610000,"宝鸡市"), new City(610400,610000,"咸阳市"), new City(610500,610000,"渭南市"), new City(610600,610000,"延安市"), new City(610700,610000,"汉中市"), new City(610800,610000,"榆林市"), new City(610900,610000,"安康市"), new City(611000,610000,"商洛市"), new City(620100,620000,"兰州市"), new City(620200,620000,"嘉峪关市"), new City(620300,620000,"金昌市"), new City(620400,620000,"白银市"), new City(620500,620000,"天水市"), new City(620600,620000,"武威市"), new City(620700,620000,"张掖市"), new City(620800,620000,"平凉市"), new City(620900,620000,"酒泉市"), new City(621000,620000,"庆阳市"), new City(621100,620000,"定西市"), new City(621200,620000,"陇南市"), new City(622900,620000,"临夏回族"), new City(623000,620000,"甘南藏族"), new City(630100,630000,"西宁市"), new City(632100,630000,"海东地区"), new City(632200,630000,"海北藏族"), new City(632300,630000,"黄南藏族"), new City(632500,630000,"海南藏族"), new City(632600,630000,"果洛藏族"), new City(632700,630000,"玉树藏族"), new City(632800,630000,"海西"), new City(640100,640000,"银川市"), new City(640200,640000,"石嘴山市"), new City(640300,640000,"吴忠市"), new City(640400,640000,"固原市"), new City(640500,640000,"中卫市"), new City(650100,650000,"乌鲁木齐"), new City(650200,650000,"克拉玛依"), new City(652100,650000,"吐鲁番"), new City(652200,650000,"哈密地区"), new City(652300,650000,"昌吉回族"), new City(652700,650000,"博州"), new City(652800,650000,"巴州"), new City(652900,650000,"阿克苏"), new City(653000,650000,"克州"), new City(653100,650000,"喀什地区"), new City(653200,650000,"和田地区"), new City(654000,650000,"伊犁"), new City(654200,650000,"塔城地区"), new City(654300,650000,"阿勒泰"), new City(654200,654000,"塔城地区"), new City(820100,820000,"澳门"), new City(810100,810000,"香港") ] var area = [ new City(130102,130100,"长安区"), new City(130103,130100,"桥东区"), new City(130104,130100,"桥西区"), new City(130105,130100,"新华区"), new City(130107,130100,"井陉矿区"), new City(130108,130100,"裕华区"), new City(130121,130100,"井陉县"), new City(130123,130100,"正定县"), new City(130124,130100,"栾城县"), new City(130125,130100,"行唐县"), new City(130126,130100,"灵寿县"), new City(130127,130100,"高邑县"), new City(130128,130100,"深泽县"), new City(130129,130100,"赞皇县"), new City(130130,130100,"无极县"), new City(130131,130100,"平山县"), new City(130132,130100,"元氏县"), new City(130133,130100,"赵 县"), new City(130181,130100,"辛集市"), new City(130182,130100,"藁城市"), new City(130183,130100,"晋州市"), new City(130184,130100,"新乐市"), new City(130185,130100,"鹿泉市"), new City(130202,130200,"路南区"), new City(130203,130200,"路北区"), new City(130204,130200,"古冶区"), new City(130205,130200,"开平区"), new City(130207,130200,"丰南区"), new City(130208,130200,"丰润区"), new City(130223,130200,"滦 县"), new City(130224,130200,"滦南县"), new City(130225,130200,"乐亭县"), new City(130227,130200,"迁西县"), new City(130229,130200,"玉田县"), new City(130230,130200,"唐海县"), new City(130281,130200,"遵化市"), new City(130283,130200,"迁安市"), new City(130302,130300,"海港区"), new City(130303,130300,"山海关区"), new City(130304,130300,"北戴河区"), new City(130321,130300,"青龙满族"), new City(130322,130300,"昌黎县"), new City(130323,130300,"抚宁县"), new City(130324,130300,"卢龙县"), new City(130402,130400,"邯山区"), new City(130403,130400,"丛台区"), new City(130404,130400,"复兴区"), new City(130406,130400,"峰峰矿区"), new City(130421,130400,"邯郸县"), new City(130423,130400,"临漳县"), new City(130424,130400,"成安县"), new City(130425,130400,"大名县"), new City(130426,130400,"涉 县"), new City(130427,130400,"磁 县"), new City(130428,130400,"肥乡县"), new City(130429,130400,"永年县"), new City(130430,130400,"邱 县"), new City(130431,130400,"鸡泽县"), new City(130432,130400,"广平县"), new City(130433,130400,"馆陶县"), new City(130434,130400,"魏 县"), new City(130435,130400,"曲周县"), new City(130481,130400,"武安市"), new City(130502,130500,"桥东区"), new City(130503,130500,"桥西区"), new City(130521,130500,"邢台县"), new City(130522,130500,"临城县"), new City(130523,130500,"内丘县"), new City(130524,130500,"柏乡县"), new City(130525,130500,"隆尧县"), new City(130526,130500,"任 县"), new City(130527,130500,"南和县"), new City(130528,130500,"宁晋县"), new City(130529,130500,"巨鹿县"), new City(130530,130500,"新河县"), new City(130531,130500,"广宗县"), new City(130532,130500,"平乡县"), new City(130533,130500,"威 县"), new City(130534,130500,"清河县"), new City(130535,130500,"临西县"), new City(130581,130500,"南宫市"), new City(130582,130500,"沙河市"), new City(130602,130600,"新市区"), new City(130603,130600,"北市区"), new City(130604,130600,"南市区"), new City(130621,130600,"满城县"), new City(130622,130600,"清苑县"), new City(130623,130600,"涞水县"), new City(130624,130600,"阜平县"), new City(130625,130600,"徐水县"), new City(130626,130600,"定兴县"), new City(130627,130600,"唐 县"), new City(130628,130600,"高阳县"), new City(130629,130600,"容城县"), new City(130630,130600,"涞源县"), new City(130631,130600,"望都县"), new City(130632,130600,"安新县"), new City(130633,130600,"易 县"), new City(130634,130600,"曲阳县"), new City(130635,130600,"蠡 县"), new City(130636,130600,"顺平县"), new City(130637,130600,"博野县"), new City(130638,130600,"雄 县"), new City(130681,130600,"涿州市"), new City(130682,130600,"定州市"), new City(130683,130600,"安国市"), new City(130684,130600,"高碑店市"), new City(130702,130700,"桥东区"), new City(130703,130700,"桥西区"), new City(130705,130700,"宣化区"), new City(130706,130700,"下花园区"), new City(130721,130700,"宣化县"), new City(130722,130700,"张北县"), new City(130723,130700,"康保县"), new City(130724,130700,"沽源县"), new City(130725,130700,"尚义县"), new City(130726,130700,"蔚 县"), new City(130727,130700,"阳原县"), new City(130728,130700,"怀安县"), new City(130729,130700,"万全县"), new City(130730,130700,"怀来县"), new City(130731,130700,"涿鹿县"), new City(130732,130700,"赤城县"), new City(130733,130700,"崇礼县"), new City(130802,130800,"双桥区"), new City(130803,130800,"双滦区"), new City(130804,130800,"鹰手营"), new City(130821,130800,"承德县"), new City(130822,130800,"兴隆县"), new City(130823,130800,"平泉县"), new City(130824,130800,"滦平县"), new City(130825,130800,"隆化县"), new City(130826,130800,"丰宁满族"), new City(130827,130800,"宽城满族"), new City(130828,130800,"围场"), new City(130902,130900,"新华区"), new City(130903,130900,"运河区"), new City(130921,130900,"沧 县"), new City(130922,130900,"青 县"), new City(130923,130900,"东光县"), new City(130924,130900,"海兴县"), new City(130925,130900,"盐山县"), new City(130926,130900,"肃宁县"), new City(130927,130900,"南皮县"), new City(130928,130900,"吴桥县"), new City(130929,130900,"献 县"), new City(130930,130900,"孟村回族"), new City(130981,130900,"泊头市"), new City(130982,130900,"任丘市"), new City(130983,130900,"黄骅市"), new City(130984,130900,"河间市"), new City(131002,131000,"安次区"), new City(131003,131000,"广阳区"), new City(131022,131000,"固安县"), new City(131023,131000,"永清县"), new City(131024,131000,"香河县"), new City(131025,131000,"大城县"), new City(131026,131000,"文安县"), new City(131028,131000,"大厂回族"), new City(131081,131000,"霸州市"), new City(131082,131000,"三河市"), new City(131102,131100,"桃城区"), new City(131121,131100,"枣强县"), new City(131122,131100,"武邑县"), new City(131123,131100,"武强县"), new City(131124,131100,"饶阳县"), new City(131125,131100,"安平县"), new City(131126,131100,"故城县"), new City(131127,131100,"景 县"), new City(131128,131100,"阜城县"), new City(131181,131100,"冀州市"), new City(131182,131100,"深州市"), new City(140105,140100,"小店区"), new City(140106,140100,"迎泽区"), new City(140107,140100,"杏花岭区"), new City(140108,140100,"尖草坪区"), new City(140109,140100,"万柏林区"), new City(140110,140100,"晋源区"), new City(140121,140100,"清徐县"), new City(140122,140100,"阳曲县"), new City(140123,140100,"娄烦县"), new City(140181,140100,"古交市"), new City(140202,140200,"城 区"), new City(140203,140200,"矿 区"), new City(140211,140200,"南郊区"), new City(140212,140200,"新荣区"), new City(140221,140200,"阳高县"), new City(140222,140200,"天镇县"), new City(140223,140200,"广灵县"), new City(140224,140200,"灵丘县"), new City(140225,140200,"浑源县"), new City(140226,140200,"左云县"), new City(140227,140200,"大同县"), new City(140302,140300,"城 区"), new City(140303,140300,"矿 区"), new City(140311,140300,"郊 区"), new City(140321,140300,"平定县"), new City(140322,140300,"盂 县"), new City(140402,140400,"城 区"), new City(140411,140400,"郊 区"), new City(140421,140400,"长治县"), new City(140423,140400,"襄垣县"), new City(140424,140400,"屯留县"), new City(140425,140400,"平顺县"), new City(140426,140400,"黎城县"), new City(140427,140400,"壶关县"), new City(140428,140400,"长子县"), new City(140429,140400,"武乡县"), new City(140430,140400,"沁 县"), new City(140431,140400,"沁源县"), new City(140481,140400,"潞城市"), new City(140502,140500,"城 区"), new City(140521,140500,"沁水县"), new City(140522,140500,"阳城县"), new City(140524,140500,"陵川县"), new City(140525,140500,"泽州县"), new City(140581,140500,"高平市"), new City(140602,140600,"朔城区"), new City(140603,140600,"平鲁区"), new City(140621,140600,"山阴县"), new City(140622,140600,"应 县"), new City(140623,140600,"右玉县"), new City(140624,140600,"怀仁县"), new City(140702,140700,"榆次区"), new City(140721,140700,"榆社县"), new City(140722,140700,"左权县"), new City(140723,140700,"和顺县"), new City(140724,140700,"昔阳县"), new City(140725,140700,"寿阳县"), new City(140726,140700,"太谷县"), new City(140727,140700,"祁 县"), new City(140728,140700,"平遥县"), new City(140729,140700,"灵石县"), new City(140781,140700,"介休市"), new City(140802,140800,"盐湖区"), new City(140821,140800,"临猗县"), new City(140822,140800,"万荣县"), new City(140823,140800,"闻喜县"), new City(140824,140800,"稷山县"), new City(140825,140800,"新绛县"), new City(140826,140800,"绛 县"), new City(140827,140800,"垣曲县"), new City(140828,140800,"夏 县"), new City(140829,140800,"平陆县"), new City(140830,140800,"芮城县"), new City(140881,140800,"永济市"), new City(140882,140800,"河津市"), new City(140902,140900,"忻府区"), new City(140921,140900,"定襄县"), new City(140922,140900,"五台县"), new City(140923,140900,"代 县"), new City(140924,140900,"繁峙县"), new City(140925,140900,"宁武县"), new City(140926,140900,"静乐县"), new City(140927,140900,"神池县"), new City(140928,140900,"五寨县"), new City(140929,140900,"岢岚县"), new City(140930,140900,"河曲县"), new City(140931,140900,"保德县"), new City(140932,140900,"偏关县"), new City(140981,140900,"原平市"), new City(141002,141000,"尧都区"), new City(141021,141000,"曲沃县"), new City(141022,141000,"翼城县"), new City(141023,141000,"襄汾县"), new City(141024,141000,"洪洞县"), new City(141025,141000,"古 县"), new City(141026,141000,"安泽县"), new City(141027,141000,"浮山县"), new City(141028,141000,"吉 县"), new City(141029,141000,"乡宁县"), new City(141030,141000,"大宁县"), new City(141031,141000,"隰 县"), new City(141032,141000,"永和县"), new City(141033,141000,"蒲 县"), new City(141034,141000,"汾西县"), new City(141081,141000,"侯马市"), new City(141082,141000,"霍州市"), new City(141102,141100,"离石区"), new City(141121,141100,"文水县"), new City(141122,141100,"交城县"), new City(141123,141100,"兴 县"), new City(141124,141100,"临 县"), new City(141125,141100,"柳林县"), new City(141126,141100,"石楼县"), new City(141127,141100,"岚 县"), new City(141128,141100,"方山县"), new City(141129,141100,"中阳县"), new City(141130,141100,"交口县"), new City(141181,141100,"孝义市"), new City(141182,141100,"汾阳市"), new City(150102,150100,"新城区"), new City(150103,150100,"回民区"), new City(150104,150100,"玉泉区"), new City(150105,150100,"赛罕区"), new City(150121,150100,"土默特左旗"), new City(150122,150100,"托克托县"), new City(150123,150100,"和林格尔县"), new City(150124,150100,"清水河县"), new City(150125,150100,"武川县"), new City(150202,150200,"东河区"), new City(150203,150200,"昆都仑区"), new City(150204,150200,"青山区"), new City(150205,150200,"石拐区"), new City(150206,150200,"白云鄂博矿区"), new City(150207,150200,"九原区"), new City(150221,150200,"土默特右旗"), new City(150222,150200,"固阳县"), new City(150223,150200,"达尔罕茂"), new City(150302,150300,"海勃湾区"), new City(150303,150300,"海南区"), new City(150304,150300,"乌达区"), new City(150402,150400,"红山区"), new City(150403,150400,"元宝山区"), new City(150404,150400,"松山区"), new City(150421,150400,"阿鲁科尔沁旗"), new City(150422,150400,"巴林左旗"), new City(150423,150400,"巴林右旗"), new City(150424,150400,"林西县"), new City(150425,150400,"克什克腾旗"), new City(150426,150400,"翁牛特旗"), new City(150428,150400,"喀喇沁旗"), new City(150429,150400,"宁城县"), new City(150430,150400,"敖汉旗"), new City(150502,150500,"科尔沁区"), new City(150521,150500,"科尔沁左翼中旗"), new City(150522,150500,"科尔沁左翼后旗"), new City(150523,150500,"开鲁县"), new City(150524,150500,"库伦旗"), new City(150525,150500,"奈曼旗"), new City(150526,150500,"扎鲁特旗"), new City(150581,150500,"霍林郭勒"), new City(150602,150600,"东胜区"), new City(150621,150600,"达拉特旗"), new City(150622,150600,"准格尔旗"), new City(150623,150600,"鄂托克前旗"), new City(150624,150600,"鄂托克旗"), new City(150625,150600,"杭锦旗"), new City(150626,150600,"乌审旗"), new City(150627,150600,"伊金霍洛旗"), new City(150702,150700,"海拉尔区"), new City(150721,150700,"阿荣旗"), new City(150722,150700,"莫力达瓦达"), new City(150723,150700,"鄂伦春"), new City(150724,150700,"鄂温克族"), new City(150725,150700,"陈巴尔虎旗"), new City(150726,150700,"新巴尔虎左旗"), new City(150727,150700,"新巴尔虎右旗"), new City(150781,150700,"满洲里市"), new City(150782,150700,"牙克石市"), new City(150783,150700,"扎兰屯市"), new City(150784,150700,"额尔古纳"), new City(150785,150700,"根河市"), new City(150802,150800,"临河区"), new City(150821,150800,"五原县"), new City(150822,150800,"磴口县"), new City(150823,150800,"乌拉特前旗"), new City(150824,150800,"乌拉特中旗"), new City(150825,150800,"乌拉特后旗"), new City(150826,150800,"杭锦后旗"), new City(150902,150900,"集宁区"), new City(150921,150900,"卓资县"), new City(150922,150900,"化德县"), new City(150923,150900,"商都县"), new City(150924,150900,"兴和县"), new City(150925,150900,"凉城县"), new City(150926,150900,"察哈尔右翼前旗"), new City(150927,150900,"察哈尔右翼中旗"), new City(150928,150900,"察哈尔右翼后旗"), new City(150929,150900,"四子王旗"), new City(150981,150900,"丰镇市"), new City(152201,152200,"乌兰浩特"), new City(152202,152200,"阿尔山市"), new City(152221,152200,"科尔沁右翼前旗"), new City(152222,152200,"科尔沁右翼中旗"), new City(152223,152200,"扎赉特旗"), new City(152224,152200,"突泉县"), new City(152501,152500,"二连浩特"), new City(152502,152500,"锡林浩特"), new City(152522,152500,"阿巴嘎旗"), new City(152523,152500,"苏尼特左旗"), new City(152524,152500,"苏尼特右旗"), new City(152525,152500,"东乌珠穆沁旗"), new City(152526,152500,"西乌珠穆沁旗"), new City(152527,152500,"太仆寺旗"), new City(152528,152500,"镶黄旗"), new City(152529,152500,"正镶白旗"), new City(152530,152500,"正蓝旗"), new City(152531,152500,"多伦县"), new City(152921,152900,"阿拉善左旗"), new City(152922,152900,"阿拉善右旗"), new City(152923,152900,"额济纳旗"), new City(210102,210100,"和平区"), new City(210103,210100,"沈河区"), new City(210104,210100,"大东区"), new City(210105,210100,"皇姑区"), new City(210106,210100,"铁西区"), new City(210111,210100,"苏家屯区"), new City(210112,210100,"东陵区"), new City(210113,210100,"沈北新区"), new City(210114,210100,"于洪区"), new City(210122,210100,"辽中县"), new City(210123,210100,"康平县"), new City(210124,210100,"法库县"), new City(210181,210100,"新民市"), new City(210202,210200,"中山区"), new City(210203,210200,"西岗区"), new City(210204,210200,"沙河口区"), new City(210211,210200,"甘井子区"), new City(210212,210200,"旅顺口区"), new City(210213,210200,"金州区"), new City(210224,210200,"长海县"), new City(210281,210200,"瓦房店市"), new City(210282,210200,"普兰店市"), new City(210283,210200,"庄河市"), new City(210302,210300,"铁东区"), new City(210303,210300,"铁西区"), new City(210304,210300,"立山区"), new City(210311,210300,"千山区"), new City(210321,210300,"台安县"), new City(210323,210300,"岫岩满族"), new City(210381,210300,"海城市"), new City(210402,210400,"新抚区"), new City(210403,210400,"东洲区"), new City(210404,210400,"望花区"), new City(210411,210400,"顺城区"), new City(210421,210400,"抚顺县"), new City(210422,210400,"新宾满族"), new City(210423,210400,"清原满族"), new City(210502,210500,"平山区"), new City(210503,210500,"溪湖区"), new City(210504,210500,"明山区"), new City(210505,210500,"南芬区"), new City(210521,210500,"本溪满族"), new City(210522,210500,"桓仁满族"), new City(210602,210600,"元宝区"), new City(210603,210600,"振兴区"), new City(210604,210600,"振安区"), new City(210624,210600,"宽甸满族"), new City(210681,210600,"东港市"), new City(210682,210600,"凤城市"), new City(210702,210700,"古塔区"), new City(210703,210700,"凌河区"), new City(210711,210700,"太和区"), new City(210726,210700,"黑山县"), new City(210727,210700,"义 县"), new City(210781,210700,"凌海市"), new City(210782,210700,"北宁市"), new City(210802,210800,"站前区"), new City(210803,210800,"西市区"), new City(210804,210800,"鲅鱼圈区"), new City(210811,210800,"老边区"), new City(210881,210800,"盖州市"), new City(210882,210800,"大石桥市"), new City(210902,210900,"海州区"), new City(210903,210900,"新邱区"), new City(210904,210900,"太平区"), new City(210905,210900,"清河门区"), new City(210911,210900,"细河区"), new City(210921,210900,"阜新"), new City(210922,210900,"彰武县"), new City(211002,211000,"白塔区"), new City(211003,211000,"文圣区"), new City(211004,211000,"宏伟区"), new City(211005,211000,"弓长岭区"), new City(211011,211000,"太子河区"), new City(211021,211000,"辽阳县"), new City(211081,211000,"灯塔市"), new City(211102,211100,"双台子区"), new City(211103,211100,"兴隆台区"), new City(211121,211100,"大洼县"), new City(211122,211100,"盘山县"), new City(211202,211200,"银州区"), new City(211204,211200,"清河区"), new City(211221,211200,"铁岭县"), new City(211223,211200,"西丰县"), new City(211224,211200,"昌图县"), new City(211281,211200,"调兵山市"), new City(211282,211200,"开原市"), new City(211302,211300,"双塔区"), new City(211303,211300,"龙城区"), new City(211321,211300,"朝阳县"), new City(211322,211300,"建平县"), new City(211324,211300,"喀喇沁左翼"), new City(211381,211300,"北票市"), new City(211382,211300,"凌源市"), new City(211402,211400,"连山区"), new City(211403,211400,"龙港区"), new City(211404,211400,"南票区"), new City(211421,211400,"绥中县"), new City(211422,211400,"建昌县"), new City(211481,211400,"兴城市"), new City(220102,220100,"南关区"), new City(220103,220100,"宽城区"), new City(220104,220100,"朝阳区"), new City(220105,220100,"二道区"), new City(220106,220100,"绿园区"), new City(220112,220100,"双阳区"), new City(220122,220100,"农安县"), new City(220181,220100,"九台市"), new City(220182,220100,"榆树市"), new City(220183,220100,"德惠市"), new City(220202,220200,"昌邑区"), new City(220203,220200,"龙潭区"), new City(220204,220200,"船营区"), new City(220211,220200,"丰满区"), new City(220221,220200,"永吉县"), new City(220281,220200,"蛟河市"), new City(220282,220200,"桦甸市"), new City(220283,220200,"舒兰市"), new City(220284,220200,"磐石市"), new City(220302,220300,"铁西区"), new City(220303,220300,"铁东区"), new City(220322,220300,"梨树县"), new City(220323,220300,"伊通满族"), new City(220381,220300,"公主岭市"), new City(220382,220300,"双辽市"), new City(220402,220400,"龙山区"), new City(220403,220400,"西安区"), new City(220421,220400,"东丰县"), new City(220422,220400,"东辽县"), new City(220502,220500,"东昌区"), new City(220503,220500,"二道江区"), new City(220521,220500,"通化县"), new City(220523,220500,"辉南县"), new City(220524,220500,"柳河县"), new City(220581,220500,"梅河口市"), new City(220582,220500,"集安市"), new City(220602,220600,"浑江区"), new City(220621,220600,"抚松县"), new City(220622,220600,"靖宇县"), new City(220623,220600,"长白"), new City(220625,220600,"江源区"), new City(220681,220600,"临江市"), new City(220702,220700,"宁江区"), new City(220721,220700,"前郭尔罗斯"), new City(220722,220700,"长岭县"), new City(220723,220700,"乾安县"), new City(220724,220700,"扶余县"), new City(220802,220800,"洮北区"), new City(220821,220800,"镇赉县"), new City(220822,220800,"通榆县"), new City(220881,220800,"洮南市"), new City(220882,220800,"大安市"), new City(222401,222400,"延吉市"), new City(222402,222400,"图们市"), new City(222403,222400,"敦化市"), new City(222404,222400,"珲春市"), new City(222405,222400,"龙井市"), new City(222406,222400,"和龙市"), new City(222424,222400,"汪清县"), new City(222426,222400,"安图县"), new City(230102,230100,"道里区"), new City(230103,230100,"南岗区"), new City(230104,230100,"道外区"), new City(230110,230100,"香坊区"), new City(230106,230100,"动力区"), new City(230108,230100,"平房区"), new City(230109,230100,"松北区"), new City(230111,230100,"呼兰区"), new City(230123,230100,"依兰县"), new City(230124,230100,"方正县"), new City(230125,230100,"宾 县"), new City(230126,230100,"巴彦县"), new City(230127,230100,"木兰县"), new City(230128,230100,"通河县"), new City(230129,230100,"延寿县"), new City(230181,230100,"阿城区"), new City(230182,230100,"双城市"), new City(230183,230100,"尚志市"), new City(230184,230100,"五常市"), new City(230202,230200,"龙沙区"), new City(230203,230200,"建华区"), new City(230204,230200,"铁锋区"), new City(230205,230200,"昂昂溪区"), new City(230206,230200,"富拉尔基"), new City(230207,230200,"碾子山区"), new City(230208,230200,"梅里斯达"), new City(230221,230200,"龙江县"), new City(230223,230200,"依安县"), new City(230224,230200,"泰来县"), new City(230225,230200,"甘南县"), new City(230227,230200,"富裕县"), new City(230229,230200,"克山县"), new City(230230,230200,"克东县"), new City(230231,230200,"拜泉县"), new City(230281,230200,"讷河市"), new City(230302,230300,"鸡冠区"), new City(230303,230300,"恒山区"), new City(230304,230300,"滴道区"), new City(230305,230300,"梨树区"), new City(230306,230300,"城子河区"), new City(230307,230300,"麻山区"), new City(230321,230300,"鸡东县"), new City(230381,230300,"虎林市"), new City(230382,230300,"密山市"), new City(230402,230400,"向阳区"), new City(230403,230400,"工农区"), new City(230404,230400,"南山区"), new City(230405,230400,"兴安区"), new City(230406,230400,"东山区"), new City(230407,230400,"兴山区"), new City(230421,230400,"萝北县"), new City(230422,230400,"绥滨县"), new City(230502,230500,"尖山区"), new City(230503,230500,"岭东区"), new City(230505,230500,"四方台区"), new City(230506,230500,"宝山区"), new City(230521,230500,"集贤县"), new City(230522,230500,"友谊县"), new City(230523,230500,"宝清县"), new City(230524,230500,"饶河县"), new City(230602,230600,"萨尔图区"), new City(230603,230600,"龙凤区"), new City(230604,230600,"让胡路区"), new City(230605,230600,"红岗区"), new City(230606,230600,"大同区"), new City(230621,230600,"肇州县"), new City(230622,230600,"肇源县"), new City(230623,230600,"林甸县"), new City(230624,230600,"杜尔伯特"), new City(230702,230700,"伊春区"), new City(230703,230700,"南岔区"), new City(230704,230700,"友好区"), new City(230705,230700,"西林区"), new City(230706,230700,"翠峦区"), new City(230707,230700,"新青区"), new City(230708,230700,"美溪区"), new City(230709,230700,"金山屯区"), new City(230710,230700,"五营区"), new City(230711,230700,"乌马河区"), new City(230712,230700,"汤旺河区"), new City(230713,230700,"带岭区"), new City(230714,230700,"乌伊岭区"), new City(230715,230700,"红星区"), new City(230716,230700,"上甘岭区"), new City(230722,230700,"嘉荫县"), new City(230781,230700,"铁力市"), new City(230811,230800,"永红区"), new City(230803,230800,"向阳区"), new City(230804,230800,"前进区"), new City(230805,230800,"东风区"), new City(230811,230800,"郊 区"), new City(230822,230800,"桦南县"), new City(230826,230800,"桦川县"), new City(230828,230800,"汤原县"), new City(230833,230800,"抚远县"), new City(230881,230800,"同江市"), new City(230882,230800,"富锦市"), new City(230902,230900,"新兴区"), new City(230903,230900,"桃山区"), new City(230904,230900,"茄子河区"), new City(230921,230900,"勃利县"), new City(231002,231000,"东安区"), new City(231003,231000,"阳明区"), new City(231004,231000,"爱民区"), new City(231005,231000,"西安区"), new City(231024,231000,"东宁县"), new City(231025,231000,"林口县"), new City(231081,231000,"绥芬河市"), new City(231083,231000,"海林市"), new City(231084,231000,"宁安市"), new City(231085,231000,"穆棱市"), new City(231102,231100,"爱辉区"), new City(231121,231100,"嫩江县"), new City(231123,231100,"逊克县"), new City(231124,231100,"孙吴县"), new City(231181,231100,"北安市"), new City(231182,231100,"五大连池"), new City(231202,231200,"北林区"), new City(231221,231200,"望奎县"), new City(231222,231200,"兰西县"), new City(231223,231200,"青冈县"), new City(231224,231200,"庆安县"), new City(231225,231200,"明水县"), new City(231226,231200,"绥棱县"), new City(231281,231200,"安达市"), new City(231282,231200,"肇东市"), new City(231283,231200,"海伦市"), new City(232721,232700,"呼玛县"), new City(232722,232700,"塔河县"), new City(232723,232700,"漠河县"), new City(320102,320100,"玄武区"), new City(320103,320100,"白下区"), new City(320104,320100,"秦淮区"), new City(320105,320100,"建邺区"), new City(320106,320100,"鼓楼区"), new City(320107,320100,"下关区"), new City(320111,320100,"浦口区"), new City(320113,320100,"栖霞区"), new City(320114,320100,"雨花台区"), new City(320115,320100,"江宁区"), new City(320116,320100,"六合区"), new City(320124,320100,"溧水县"), new City(320125,320100,"高淳县"), new City(320202,320200,"崇安区"), new City(320203,320200,"南长区"), new City(320204,320200,"北塘区"), new City(320205,320200,"锡山区"), new City(320206,320200,"惠山区"), new City(320211,320200,"滨湖区"), new City(320281,320200,"江阴市"), new City(320282,320200,"宜兴市"), new City(320302,320300,"鼓楼区"), new City(320303,320300,"云龙区"), new City(320304,320300,"九里区"), new City(320305,320300,"贾汪区"), new City(320311,320300,"泉山区"), new City(320321,320300,"丰 县"), new City(320322,320300,"沛 县"), new City(320323,320300,"铜山区"), new City(320324,320300,"睢宁县"), new City(320381,320300,"新沂市"), new City(320382,320300,"邳州市"), new City(320402,320400,"天宁区"), new City(320404,320400,"钟楼区"), new City(320405,320400,"戚墅堰区"), new City(320411,320400,"新北区"), new City(320412,320400,"武进区"), new City(320481,320400,"溧阳市"), new City(320482,320400,"金坛市"), new City(320502,320500,"沧浪区"), new City(320503,320500,"平江区"), new City(320504,320500,"金阊区"), new City(320505,320500,"虎丘区"), new City(320506,320500,"吴中区"), new City(320507,320500,"相城区"), new City(320581,320500,"常熟市"), new City(320582,320500,"张家港市"), new City(320583,320500,"昆山市"), new City(320584,320500,"吴江市"), new City(320585,320500,"太仓市"), new City(320602,320600,"崇川区"), new City(320611,320600,"港闸区"), new City(320621,320600,"海安县"), new City(320623,320600,"如东县"), new City(320681,320600,"启东市"), new City(320682,320600,"如皋市"), new City(320683,320600,"通州市"), new City(320684,320600,"海门市"), new City(320703,320700,"连云区"), new City(320705,320700,"新浦区"), new City(320706,320700,"海州区"), new City(320721,320700,"赣榆县"), new City(320722,320700,"东海县"), new City(320723,320700,"灌云县"), new City(320724,320700,"灌南县"), new City(320802,320800,"清河区"), new City(320803,320800,"楚州区"), new City(320804,320800,"淮阴区"), new City(320811,320800,"清浦区"), new City(320826,320800,"涟水县"), new City(320829,320800,"洪泽县"), new City(320830,320800,"盱眙县"), new City(320831,320800,"金湖县"), new City(320902,320900,"亭湖区"), new City(320903,320900,"盐都区"), new City(320921,320900,"响水县"), new City(320922,320900,"滨海县"), new City(320923,320900,"阜宁县"), new City(320924,320900,"射阳县"), new City(320925,320900,"建湖县"), new City(320981,320900,"东台市"), new City(320982,320900,"大丰市"), new City(321002,321000,"广陵区"), new City(321003,321000,"邗江区"), new City(321011,321000,"郊 区"), new City(321023,321000,"宝应县"), new City(321081,321000,"仪征市"), new City(321084,321000,"高邮市"), new City(321088,321000,"江都市"), new City(321102,321100,"京口区"), new City(321111,321100,"润州区"), new City(321112,321100,"丹徒区"), new City(321181,321100,"丹阳市"), new City(321182,321100,"扬中市"), new City(321183,321100,"句容市"), new City(321202,321200,"海陵区"), new City(321203,321200,"高港区"), new City(321281,321200,"兴化市"), new City(321282,321200,"靖江市"), new City(321283,321200,"泰兴市"), new City(321284,321200,"姜堰市"), new City(321302,321300,"宿城区"), new City(321311,321300,"宿豫区"), new City(321322,321300,"沭阳县"), new City(321323,321300,"泗阳县"), new City(321324,321300,"泗洪县"), new City(330102,330100,"上城区"), new City(330103,330100,"下城区"), new City(330104,330100,"江干区"), new City(330105,330100,"拱墅区"), new City(330106,330100,"西湖区"), new City(330108,330100,"滨江区"), new City(330109,330100,"萧山区"), new City(330110,330100,"余杭区"), new City(330122,330100,"桐庐县"), new City(330127,330100,"淳安县"), new City(330182,330100,"建德市"), new City(330183,330100,"富阳市"), new City(330185,330100,"临安市"), new City(330203,330200,"海曙区"), new City(330204,330200,"江东区"), new City(330205,330200,"江北区"), new City(330206,330200,"北仑区"), new City(330211,330200,"镇海区"), new City(330212,330200,"鄞州区"), new City(330225,330200,"象山县"), new City(330226,330200,"宁海县"), new City(330281,330200,"余姚市"), new City(330282,330200,"慈溪市"), new City(330283,330200,"奉化市"), new City(330302,330300,"鹿城区"), new City(330303,330300,"龙湾区"), new City(330304,330300,"瓯海区"), new City(330322,330300,"洞头县"), new City(330324,330300,"永嘉县"), new City(330326,330300,"平阳县"), new City(330327,330300,"苍南县"), new City(330328,330300,"文成县"), new City(330329,330300,"泰顺县"), new City(330381,330300,"瑞安市"), new City(330382,330300,"乐清市"), new City(330402,330400,"秀城区"), new City(330411,330400,"秀洲区"), new City(330421,330400,"嘉善县"), new City(330424,330400,"海盐县"), new City(330481,330400,"海宁市"), new City(330482,330400,"平湖市"), new City(330483,330400,"桐乡市"), new City(330502,330500,"吴兴区"), new City(330503,330500,"南浔区"), new City(330521,330500,"德清县"), new City(330522,330500,"长兴县"), new City(330523,330500,"安吉县"), new City(330602,330600,"越城区"), new City(330621,330600,"绍兴县"), new City(330624,330600,"新昌县"), new City(330681,330600,"诸暨市"), new City(330682,330600,"上虞市"), new City(330683,330600,"嵊州市"), new City(330702,330700,"婺城区"), new City(330703,330700,"金东区"), new City(330723,330700,"武义县"), new City(330726,330700,"浦江县"), new City(330727,330700,"磐安县"), new City(330781,330700,"兰溪市"), new City(330782,330700,"义乌市"), new City(330783,330700,"东阳市"), new City(330784,330700,"永康市"), new City(330802,330800,"柯城区"), new City(330803,330800,"衢江区"), new City(330822,330800,"常山县"), new City(330824,330800,"开化县"), new City(330825,330800,"龙游县"), new City(330881,330800,"江山市"), new City(330902,330900,"定海区"), new City(330903,330900,"普陀区"), new City(330921,330900,"岱山县"), new City(330922,330900,"嵊泗县"), new City(331002,331000,"椒江区"), new City(331003,331000,"黄岩区"), new City(331004,331000,"路桥区"), new City(331021,331000,"玉环县"), new City(331022,331000,"三门县"), new City(331023,331000,"天台县"), new City(331024,331000,"仙居县"), new City(331081,331000,"温岭市"), new City(331082,331000,"临海市"), new City(331102,331100,"莲都区"), new City(331121,331100,"青田县"), new City(331122,331100,"缙云县"), new City(331123,331100,"遂昌县"), new City(331124,331100,"松阳县"), new City(331125,331100,"云和县"), new City(331126,331100,"庆元县"), new City(331127,331100,"景宁畲族"), new City(331181,331100,"龙泉市"), new City(340102,340100,"瑶海区"), new City(340103,340100,"庐阳区"), new City(340104,340100,"蜀山区"), new City(340111,340100,"包河区"), new City(340121,340100,"长丰县"), new City(340122,340100,"肥东县"), new City(340123,340100,"肥西县"), new City(340202,340200,"镜湖区"), new City(340225,340200,"马塘区"), new City(340202,340200,"新芜区"), new City(340207,340200,"鸠江区"), new City(340221,340200,"芜湖县"), new City(340222,340200,"繁昌县"), new City(340223,340200,"南陵县"), new City(340302,340300,"龙子湖区"), new City(340303,340300,"蚌山区"), new City(340304,340300,"禹会区"), new City(340311,340300,"淮上区"), new City(340321,340300,"怀远县"), new City(340322,340300,"五河县"), new City(340323,340300,"固镇县"), new City(340402,340400,"大通区"), new City(340403,340400,"田家庵区"), new City(340404,340400,"谢家集区"), new City(340405,340400,"八公山区"), new City(340406,340400,"潘集区"), new City(340421,340400,"凤台县"), new City(340502,340500,"金家庄区"), new City(340503,340500,"花山区"), new City(340504,340500,"雨山区"), new City(340521,340500,"当涂县"), new City(340602,340600,"杜集区"), new City(340603,340600,"相山区"), new City(340604,340600,"烈山区"), new City(340621,340600,"濉溪县"), new City(340702,340700,"铜官山区"), new City(340703,340700,"狮子山区"), new City(340711,340700,"郊 区"), new City(340721,340700,"铜陵县"), new City(340802,340800,"迎江区"), new City(340803,340800,"大观区"), new City(340811,340800,"郊 区"), new City(340822,340800,"怀宁县"), new City(340823,340800,"枞阳县"), new City(340824,340800,"潜山县"), new City(340825,340800,"太湖县"), new City(340826,340800,"宿松县"), new City(340827,340800,"望江县"), new City(340828,340800,"岳西县"), new City(340881,340800,"桐城市"), new City(341002,341000,"屯溪区"), new City(341003,341000,"黄山区"), new City(341004,341000,"徽州区"), new City(341021,341000,"歙 县"), new City(341022,341000,"休宁县"), new City(341023,341000,"黟 县"), new City(341024,341000,"祁门县"), new City(341102,341100,"琅琊区"), new City(341103,341100,"南谯区"), new City(341122,341100,"来安县"), new City(341124,341100,"全椒县"), new City(341125,341100,"定远县"), new City(341126,341100,"凤阳县"), new City(341181,341100,"天长市"), new City(341182,341100,"明光市"), new City(341202,341200,"颍州区"), new City(341203,341200,"颍东区"), new City(341204,341200,"颍泉区"), new City(341221,341200,"临泉县"), new City(341222,341200,"太和县"), new City(341225,341200,"阜南县"), new City(341226,341200,"颍上县"), new City(341282,341200,"界首市"), new City(341302,341300,"埇桥区"), new City(341321,341300,"砀山县"), new City(341322,341300,"萧 县"), new City(341323,341300,"灵璧县"), new City(341324,341300,"泗 县"), new City(341402,341400,"居巢区"), new City(341421,341400,"庐江县"), new City(341422,341400,"无为县"), new City(341423,341400,"含山县"), new City(341424,341400,"和 县"), new City(341502,341500,"金安区"), new City(341503,341500,"裕安区"), new City(341521,341500,"寿 县"), new City(341522,341500,"霍邱县"), new City(341523,341500,"舒城县"), new City(341524,341500,"金寨县"), new City(341525,341500,"霍山县"), new City(341602,341600,"谯城区"), new City(341621,341600,"涡阳县"), new City(341622,341600,"蒙城县"), new City(341623,341600,"利辛县"), new City(341702,341700,"贵池区"), new City(341721,341700,"东至县"), new City(341722,341700,"石台县"), new City(341723,341700,"青阳县"), new City(341802,341800,"宣州区"), new City(341821,341800,"郎溪县"), new City(341822,341800,"广德县"), new City(341823,341800,"泾 县"), new City(341824,341800,"绩溪县"), new City(341825,341800,"旌德县"), new City(341881,341800,"宁国市"), new City(350102,350100,"鼓楼区"), new City(350103,350100,"台江区"), new City(350104,350100,"仓山区"), new City(350105,350100,"马尾区"), new City(350111,350100,"晋安区"), new City(350121,350100,"闽侯县"), new City(350122,350100,"连江县"), new City(350123,350100,"罗源县"), new City(350124,350100,"闽清县"), new City(350125,350100,"永泰县"), new City(350128,350100,"平潭县"), new City(350181,350100,"福清市"), new City(350182,350100,"长乐市"), new City(350203,350200,"思明区"), new City(350205,350200,"海沧区"), new City(350206,350200,"湖里区"), new City(350211,350200,"集美区"), new City(350212,350200,"同安区"), new City(350213,350200,"翔安区"), new City(350302,350300,"城厢区"), new City(350303,350300,"涵江区"), new City(350304,350300,"荔城区"), new City(350305,350300,"秀屿区"), new City(350322,350300,"仙游县"), new City(350402,350400,"梅列区"), new City(350403,350400,"三元区"), new City(350421,350400,"明溪县"), new City(350423,350400,"清流县"), new City(350424,350400,"宁化县"), new City(350425,350400,"大田县"), new City(350426,350400,"尤溪县"), new City(350427,350400,"沙 县"), new City(350428,350400,"将乐县"), new City(350429,350400,"泰宁县"), new City(350430,350400,"建宁县"), new City(350481,350400,"永安市"), new City(350502,350500,"鲤城区"), new City(350503,350500,"丰泽区"), new City(350504,350500,"洛江区"), new City(350505,350500,"泉港区"), new City(350521,350500,"惠安县"), new City(350524,350500,"安溪县"), new City(350525,350500,"永春县"), new City(350526,350500,"德化县"), new City(350527,350500,"金门县"), new City(350581,350500,"石狮市"), new City(350582,350500,"晋江市"), new City(350583,350500,"南安市"), new City(350602,350600,"芗城区"), new City(350603,350600,"龙文区"), new City(350622,350600,"云霄县"), new City(350623,350600,"漳浦县"), new City(350624,350600,"诏安县"), new City(350625,350600,"长泰县"), new City(350626,350600,"东山县"), new City(350627,350600,"南靖县"), new City(350628,350600,"平和县"), new City(350629,350600,"华安县"), new City(350681,350600,"龙海市"), new City(350702,350700,"延平区"), new City(350721,350700,"顺昌县"), new City(350722,350700,"浦城县"), new City(350723,350700,"光泽县"), new City(350724,350700,"松溪县"), new City(350725,350700,"政和县"), new City(350781,350700,"邵武市"), new City(350782,350700,"武夷山市"), new City(350783,350700,"建瓯市"), new City(350784,350700,"建阳市"), new City(350802,350800,"新罗区"), new City(350821,350800,"长汀县"), new City(350822,350800,"永定县"), new City(350823,350800,"上杭县"), new City(350824,350800,"武平县"), new City(350825,350800,"连城县"), new City(350881,350800,"漳平市"), new City(350902,350900,"蕉城区"), new City(350921,350900,"霞浦县"), new City(350922,350900,"古田县"), new City(350923,350900,"屏南县"), new City(350924,350900,"寿宁县"), new City(350925,350900,"周宁县"), new City(350926,350900,"柘荣县"), new City(350981,350900,"福安市"), new City(350982,350900,"福鼎市"), new City(360102,360100,"东湖区"), new City(360103,360100,"西湖区"), new City(360104,360100,"青云谱区"), new City(360105,360100,"湾里区"), new City(360111,360100,"青山湖区"), new City(360121,360100,"南昌县"), new City(360122,360100,"新建县"), new City(360123,360100,"安义县"), new City(360124,360100,"进贤县"), new City(360202,360200,"昌江区"), new City(360203,360200,"珠山区"), new City(360222,360200,"浮梁县"), new City(360281,360200,"乐平市"), new City(360302,360300,"安源区"), new City(360313,360300,"湘东区"), new City(360321,360300,"莲花县"), new City(360322,360300,"上栗县"), new City(360323,360300,"芦溪县"), new City(360402,360400,"庐山区"), new City(360403,360400,"浔阳区"), new City(360421,360400,"九江县"), new City(360423,360400,"武宁县"), new City(360424,360400,"修水县"), new City(360425,360400,"永修县"), new City(360426,360400,"德安县"), new City(360427,360400,"星子县"), new City(360428,360400,"都昌县"), new City(360429,360400,"湖口县"), new City(360430,360400,"彭泽县"), new City(360481,360400,"瑞昌市"), new City(360502,360500,"渝水区"), new City(360521,360500,"分宜县"), new City(360602,360600,"月湖区"), new City(360622,360600,"余江县"), new City(360681,360600,"贵溪市"), new City(360702,360700,"章贡区"), new City(360721,360700,"赣 县"), new City(360722,360700,"信丰县"), new City(360723,360700,"大余县"), new City(360724,360700,"上犹县"), new City(360725,360700,"崇义县"), new City(360726,360700,"安远县"), new City(360727,360700,"龙南县"), new City(360728,360700,"定南县"), new City(360729,360700,"全南县"), new City(360730,360700,"宁都县"), new City(360731,360700,"于都县"), new City(360732,360700,"兴国县"), new City(360733,360700,"会昌县"), new City(360734,360700,"寻乌县"), new City(360735,360700,"石城县"), new City(360781,360700,"瑞金市"), new City(360782,360700,"南康市"), new City(360802,360800,"吉州区"), new City(360803,360800,"青原区"), new City(360821,360800,"吉安县"), new City(360822,360800,"吉水县"), new City(360823,360800,"峡江县"), new City(360824,360800,"新干县"), new City(360825,360800,"永丰县"), new City(360826,360800,"泰和县"), new City(360827,360800,"遂川县"), new City(360828,360800,"万安县"), new City(360829,360800,"安福县"), new City(360830,360800,"永新县"), new City(360881,360800,"井冈山市"), new City(360902,360900,"袁州区"), new City(360921,360900,"奉新县"), new City(360922,360900,"万载县"), new City(360923,360900,"上高县"), new City(360924,360900,"宜丰县"), new City(360925,360900,"靖安县"), new City(360926,360900,"铜鼓县"), new City(360981,360900,"丰城市"), new City(360982,360900,"樟树市"), new City(360983,360900,"高安市"), new City(361002,361000,"临川区"), new City(361021,361000,"南城县"), new City(361022,361000,"黎川县"), new City(361023,361000,"南丰县"), new City(361024,361000,"崇仁县"), new City(361025,361000,"乐安县"), new City(361026,361000,"宜黄县"), new City(361027,361000,"金溪县"), new City(361028,361000,"资溪县"), new City(361029,361000,"东乡县"), new City(361030,361000,"广昌县"), new City(361102,361100,"信州区"), new City(361121,361100,"上饶县"), new City(361122,361100,"广丰县"), new City(361123,361100,"玉山县"), new City(361124,361100,"铅山县"), new City(361125,361100,"横峰县"), new City(361126,361100,"弋阳县"), new City(361127,361100,"余干县"), new City(361128,361100,"鄱阳县"), new City(361129,361100,"万年县"), new City(361130,361100,"婺源县"), new City(361181,361100,"德兴市"), new City(370102,370100,"历下区"), new City(370103,370100,"市中区"), new City(370104,370100,"槐荫区"), new City(370105,370100,"天桥区"), new City(370112,370100,"历城区"), new City(370113,370100,"长清区"), new City(370124,370100,"平阴县"), new City(370125,370100,"济阳县"), new City(370126,370100,"商河县"), new City(370181,370100,"章丘市"), new City(370202,370200,"市南区"), new City(370203,370200,"市北区"), new City(370205,370200,"四方区"), new City(370211,370200,"黄岛区"), new City(370212,370200,"崂山区"), new City(370213,370200,"李沧区"), new City(370214,370200,"城阳区"), new City(370281,370200,"胶州市"), new City(370282,370200,"即墨市"), new City(370283,370200,"平度市"), new City(370284,370200,"胶南市"), new City(370285,370200,"莱西市"), new City(370302,370300,"淄川区"), new City(370303,370300,"张店区"), new City(370304,370300,"博山区"), new City(370305,370300,"临淄区"), new City(370306,370300,"周村区"), new City(370321,370300,"桓台县"), new City(370322,370300,"高青县"), new City(370323,370300,"沂源县"), new City(370402,370400,"市中区"), new City(370403,370400,"薛城区"), new City(370404,370400,"峄城区"), new City(370405,370400,"台儿庄区"), new City(370406,370400,"山亭区"), new City(370481,370400,"滕州市"), new City(370502,370500,"东营区"), new City(370503,370500,"河口区"), new City(370521,370500,"垦利县"), new City(370522,370500,"利津县"), new City(370523,370500,"广饶县"), new City(370602,370600,"芝罘区"), new City(370611,370600,"福山区"), new City(370612,370600,"牟平区"), new City(370613,370600,"莱山区"), new City(370634,370600,"长岛县"), new City(370681,370600,"龙口市"), new City(370682,370600,"莱阳市"), new City(370683,370600,"莱州市"), new City(370684,370600,"蓬莱市"), new City(370685,370600,"招远市"), new City(370686,370600,"栖霞市"), new City(370687,370600,"海阳市"), new City(370702,370700,"潍城区"), new City(370703,370700,"寒亭区"), new City(370704,370700,"坊子区"), new City(370705,370700,"奎文区"), new City(370724,370700,"临朐县"), new City(370725,370700,"昌乐县"), new City(370781,370700,"青州市"), new City(370782,370700,"诸城市"), new City(370783,370700,"寿光市"), new City(370784,370700,"安丘市"), new City(370785,370700,"高密市"), new City(370786,370700,"昌邑市"), new City(370802,370800,"市中区"), new City(370811,370800,"任城区"), new City(370826,370800,"微山县"), new City(370827,370800,"鱼台县"), new City(370828,370800,"金乡县"), new City(370829,370800,"嘉祥县"), new City(370830,370800,"汶上县"), new City(370831,370800,"泗水县"), new City(370832,370800,"梁山县"), new City(370881,370800,"曲阜市"), new City(370882,370800,"兖州市"), new City(370883,370800,"邹城市"), new City(370902,370900,"泰山区"), new City(370911,370900,"岱岳区"), new City(370921,370900,"宁阳县"), new City(370923,370900,"东平县"), new City(370982,370900,"新泰市"), new City(370983,370900,"肥城市"), new City(371002,371000,"环翠区"), new City(371081,371000,"文登市"), new City(371082,371000,"荣成市"), new City(371083,371000,"乳山市"), new City(371102,371100,"东港区"), new City(371103,371100,"岚山区"), new City(371121,371100,"五莲县"), new City(371122,371100,"莒 县"), new City(371202,371200,"莱城区"), new City(371203,371200,"钢城区"), new City(371302,371300,"兰山区"), new City(371311,371300,"罗庄区"), new City(371312,371300,"河东区"), new City(371321,371300,"沂南县"), new City(371322,371300,"郯城县"), new City(371323,371300,"沂水县"), new City(371324,371300,"苍山县"), new City(371325,371300,"费 县"), new City(371326,371300,"平邑县"), new City(371327,371300,"莒南县"), new City(371328,371300,"蒙阴县"), new City(371329,371300,"临沭县"), new City(371402,371400,"德城区"), new City(371421,371400,"陵 县"), new City(371422,371400,"宁津县"), new City(371423,371400,"庆云县"), new City(371424,371400,"临邑县"), new City(371425,371400,"齐河县"), new City(371426,371400,"平原县"), new City(371427,371400,"夏津县"), new City(371428,371400,"武城县"), new City(371481,371400,"乐陵市"), new City(371482,371400,"禹城市"), new City(371502,371500,"东昌府区"), new City(371521,371500,"阳谷县"), new City(371522,371500,"莘 县"), new City(371523,371500,"茌平县"), new City(371524,371500,"东阿县"), new City(371525,371500,"冠 县"), new City(371526,371500,"高唐县"), new City(371581,371500,"临清市"), new City(371602,371600,"滨城区"), new City(371621,371600,"惠民县"), new City(371622,371600,"阳信县"), new City(371623,371600,"无棣县"), new City(371624,371600,"沾化县"), new City(371625,371600,"博兴县"), new City(371626,371600,"邹平县"), new City(371702,371700,"牡丹区"), new City(371721,371700,"曹 县"), new City(371722,371700,"单 县"), new City(371723,371700,"成武县"), new City(371724,371700,"巨野县"), new City(371725,371700,"郓城县"), new City(371726,371700,"鄄城县"), new City(371727,371700,"定陶县"), new City(371728,371700,"东明县"), new City(410102,410100,"中原区"), new City(410103,410100,"二七区"), new City(410104,410100,"管城"), new City(410105,410100,"金水区"), new City(410106,410100,"上街区"), new City(410108,410100,"惠济区"), new City(410122,410100,"中牟县"), new City(410181,410100,"巩义市"), new City(410182,410100,"荥阳市"), new City(410183,410100,"新密市"), new City(410184,410100,"新郑市"), new City(410185,410100,"登封市"), new City(410202,410200,"龙亭区"), new City(410203,410200,"顺河"), new City(410204,410200,"鼓楼区"), new City(410205,410200,"南关区"), new City(410211,410200,"郊 区"), new City(410221,410200,"杞 县"), new City(410222,410200,"通许县"), new City(410223,410200,"尉氏县"), new City(410224,410200,"开封县"), new City(410225,410200,"兰考县"), new City(410302,410300,"老城区"), new City(410303,410300,"西工区"), new City(410304,410300,"廛河回族区"), new City(410305,410300,"涧西区"), new City(410306,410300,"吉利区"), new City(410311,410300,"洛龙区"), new City(410322,410300,"孟津县"), new City(410323,410300,"新安县"), new City(410324,410300,"栾川县"), new City(410325,410300,"嵩 县"), new City(410326,410300,"汝阳县"), new City(410327,410300,"宜阳县"), new City(410328,410300,"洛宁县"), new City(410329,410300,"伊川县"), new City(410381,410300,"偃师市"), new City(410402,410400,"新华区"), new City(410403,410400,"卫东区"), new City(410404,410400,"石龙区"), new City(410411,410400,"湛河区"), new City(410421,410400,"宝丰县"), new City(410422,410400,"叶 县"), new City(410423,410400,"鲁山县"), new City(410425,410400,"郏 县"), new City(410481,410400,"舞钢市"), new City(410482,410400,"汝州市"), new City(410502,410500,"文峰区"), new City(410503,410500,"北关区"), new City(410505,410500,"殷都区"), new City(410506,410500,"龙安区"), new City(410522,410500,"安阳县"), new City(410523,410500,"汤阴县"), new City(410526,410500,"滑 县"), new City(410527,410500,"内黄县"), new City(410581,410500,"林州市"), new City(410602,410600,"鹤山区"), new City(410603,410600,"山城区"), new City(410611,410600,"淇滨区"), new City(410621,410600,"浚 县"), new City(410622,410600,"淇 县"), new City(410702,410700,"红旗区"), new City(410703,410700,"卫滨区"), new City(410704,410700,"凤泉区"), new City(410711,410700,"牧野区"), new City(410721,410700,"新乡县"), new City(410724,410700,"获嘉县"), new City(410725,410700,"原阳县"), new City(410726,410700,"延津县"), new City(410727,410700,"封丘县"), new City(410728,410700,"长垣县"), new City(410781,410700,"卫辉市"), new City(410782,410700,"辉县市"), new City(410802,410800,"解放区"), new City(410803,410800,"中站区"), new City(410804,410800,"马村区"), new City(410811,410800,"山阳区"), new City(410821,410800,"修武县"), new City(410822,410800,"博爱县"), new City(410823,410800,"武陟县"), new City(410825,410800,"温 县"), new City(419001,410000,"济源市"), new City(410882,410800,"沁阳市"), new City(410883,410800,"孟州市"), new City(410902,410900,"华龙区"), new City(410922,410900,"清丰县"), new City(410923,410900,"南乐县"), new City(410926,410900,"范 县"), new City(410927,410900,"台前县"), new City(410928,410900,"濮阳县"), new City(411002,411000,"魏都区"), new City(411023,411000,"许昌县"), new City(411024,411000,"鄢陵县"), new City(411025,411000,"襄城县"), new City(411081,411000,"禹州市"), new City(411082,411000,"长葛市"), new City(411102,411100,"源汇区"), new City(411103,411100,"郾城区"), new City(411104,411100,"召陵区"), new City(411121,411100,"舞阳县"), new City(411122,411100,"临颍县"), new City(411202,411200,"湖滨区"), new City(411221,411200,"渑池县"), new City(411222,411200,"陕 县"), new City(411224,411200,"卢氏县"), new City(411281,411200,"义马市"), new City(411282,411200,"灵宝市"), new City(411302,411300,"宛城区"), new City(411303,411300,"卧龙区"), new City(411321,411300,"南召县"), new City(411322,411300,"方城县"), new City(411323,411300,"西峡县"), new City(411324,411300,"镇平县"), new City(411325,411300,"内乡县"), new City(411326,411300,"淅川县"), new City(411327,411300,"社旗县"), new City(411328,411300,"唐河县"), new City(411329,411300,"新野县"), new City(411330,411300,"桐柏县"), new City(411381,411300,"邓州市"), new City(411402,411400,"梁园区"), new City(411403,411400,"睢阳区"), new City(411421,411400,"民权县"), new City(411422,411400,"睢 县"), new City(411423,411400,"宁陵县"), new City(411424,411400,"柘城县"), new City(411425,411400,"虞城县"), new City(411426,411400,"夏邑县"), new City(411481,411400,"永城市"), new City(411502,411500,"师河区"), new City(411503,411500,"平桥区"), new City(411521,411500,"罗山县"), new City(411522,411500,"光山县"), new City(411523,411500,"新 县"), new City(411524,411500,"商城县"), new City(411525,411500,"固始县"), new City(411526,411500,"潢川县"), new City(411527,411500,"淮滨县"), new City(411528,411500,"息 县"), new City(411602,411600,"川汇区"), new City(411621,411600,"扶沟县"), new City(411622,411600,"西华县"), new City(411623,411600,"商水县"), new City(411624,411600,"沈丘县"), new City(411625,411600,"郸城县"), new City(411626,411600,"淮阳县"), new City(411627,411600,"太康县"), new City(411628,411600,"鹿邑县"), new City(411681,411600,"项城市"), new City(411702,411700,"驿城区"), new City(411721,411700,"西平县"), new City(411722,411700,"上蔡县"), new City(411723,411700,"平舆县"), new City(411724,411700,"正阳县"), new City(411725,411700,"确山县"), new City(411726,411700,"泌阳县"), new City(411727,411700,"汝南县"), new City(411728,411700,"遂平县"), new City(411729,411700,"新蔡县"), new City(420102,420100,"江岸区"), new City(420103,420100,"江汉区"), new City(420104,420100,"硚口区"), new City(420105,420100,"汉阳区"), new City(420106,420100,"武昌区"), new City(420107,420100,"青山区"), new City(420111,420100,"洪山区"), new City(420112,420100,"东西湖区"), new City(420113,420100,"汉南区"), new City(420114,420100,"蔡甸区"), new City(420115,420100,"江夏区"), new City(420116,420100,"黄陂区"), new City(420117,420100,"新洲区"), new City(420202,420200,"黄石港区"), new City(420203,420200,"西塞山区"), new City(420204,420200,"下陆区"), new City(420205,420200,"铁山区"), new City(420222,420200,"阳新县"), new City(420281,420200,"大冶市"), new City(420302,420300,"茅箭区"), new City(420303,420300,"张湾区"), new City(420321,420300,"郧 县"), new City(420322,420300,"郧西县"), new City(420323,420300,"竹山县"), new City(420324,420300,"竹溪县"), new City(420325,420300,"房 县"), new City(420381,420300,"丹江口市"), new City(420502,420500,"西陵区"), new City(420503,420500,"伍家岗区"), new City(420504,420500,"点军区"), new City(420505,420500,"猇亭区"), new City(420506,420500,"夷陵区"), new City(420525,420500,"远安县"), new City(420526,420500,"兴山县"), new City(420527,420500,"秭归县"), new City(420528,420500,"长阳"), new City(420529,420500,"五峰"), new City(420581,420500,"宜都市"), new City(420582,420500,"当阳市"), new City(420583,420500,"枝江市"), new City(420602,420600,"襄城区"), new City(420606,420600,"樊城区"), new City(420607,420600,"襄阳区"), new City(420624,420600,"南漳县"), new City(420625,420600,"谷城县"), new City(420626,420600,"保康县"), new City(420682,420600,"老河口市"), new City(420683,420600,"枣阳市"), new City(420684,420600,"宜城市"), new City(420702,420700,"梁子湖区"), new City(420703,420700,"华容区"), new City(420704,420700,"鄂城区"), new City(420802,420800,"东宝区"), new City(420804,420800,"掇刀区"), new City(420821,420800,"京山县"), new City(420822,420800,"沙洋县"), new City(420881,420800,"钟祥市"), new City(420902,420900,"孝南区"), new City(420921,420900,"孝昌县"), new City(420922,420900,"大悟县"), new City(420923,420900,"云梦县"), new City(420981,420900,"应城市"), new City(420982,420900,"安陆市"), new City(420984,420900,"汉川市"), new City(421002,421000,"沙市区"), new City(421003,421000,"荆州区"), new City(421022,421000,"公安县"), new City(421023,421000,"监利县"), new City(421024,421000,"江陵县"), new City(421081,421000,"石首市"), new City(421083,421000,"洪湖市"), new City(421087,421000,"松滋市"), new City(421102,421100,"黄州区"), new City(421121,421100,"团风县"), new City(421122,421100,"红安县"), new City(421123,421100,"罗田县"), new City(421124,421100,"英山县"), new City(421125,421100,"浠水县"), new City(421126,421100,"蕲春县"), new City(421127,421100,"黄梅县"), new City(421181,421100,"麻城市"), new City(421182,421100,"武穴市"), new City(421202,421200,"咸安区"), new City(421221,421200,"嘉鱼县"), new City(421222,421200,"通城县"), new City(421223,421200,"崇阳县"), new City(421224,421200,"通山县"), new City(421281,421200,"赤壁市"), new City(421303,421300,"曾都区"), new City(421381,421300,"广水市"), new City(422801,422800,"恩施市"), new City(422802,422800,"利川市"), new City(422822,422800,"建始县"), new City(422823,422800,"巴东县"), new City(422825,422800,"宣恩县"), new City(422826,422800,"咸丰县"), new City(422827,422800,"来凤县"), new City(422828,422800,"鹤峰县"), new City(429004,420000,"仙桃市"), new City(429005,420000,"潜江市"), new City(429006,420000,"天门市"), new City(429021,429000,"神农架林"), new City(430102,430100,"芙蓉区"), new City(430103,430100,"天心区"), new City(430104,430100,"岳麓区"), new City(430105,430100,"开福区"), new City(430111,430100,"雨花区"), new City(430121,430100,"长沙县"), new City(430122,430100,"望城县"), new City(430124,430100,"宁乡县"), new City(430181,430100,"浏阳市"), new City(430202,430200,"荷塘区"), new City(430203,430200,"芦淞区"), new City(430204,430200,"石峰区"), new City(430211,430200,"天元区"), new City(430221,430200,"株洲县"), new City(430223,430200,"攸 县"), new City(430224,430200,"茶陵县"), new City(430225,430200,"炎陵县"), new City(430281,430200,"醴陵市"), new City(430302,430300,"雨湖区"), new City(430304,430300,"岳塘区"), new City(430321,430300,"湘潭县"), new City(430381,430300,"湘乡市"), new City(430382,430300,"韶山市"), new City(430405,430400,"珠晖区"), new City(430406,430400,"雁峰区"), new City(430407,430400,"石鼓区"), new City(430408,430400,"蒸湘区"), new City(430412,430400,"南岳区"), new City(430421,430400,"衡阳县"), new City(430422,430400,"衡南县"), new City(430423,430400,"衡山县"), new City(430424,430400,"衡东县"), new City(430426,430400,"祁东县"), new City(430481,430400,"耒阳市"), new City(430482,430400,"常宁市"), new City(430502,430500,"双清区"), new City(430503,430500,"大祥区"), new City(430511,430500,"北塔区"), new City(430521,430500,"邵东县"), new City(430522,430500,"新邵县"), new City(430523,430500,"邵阳县"), new City(430524,430500,"隆回县"), new City(430525,430500,"洞口县"), new City(430527,430500,"绥宁县"), new City(430528,430500,"新宁县"), new City(430529,430500,"城步苗族"), new City(430581,430500,"武冈市"), new City(430602,430600,"岳阳楼区"), new City(430603,430600,"云溪区"), new City(430611,430600,"君山区"), new City(430621,430600,"岳阳县"), new City(430623,430600,"华容县"), new City(430624,430600,"湘阴县"), new City(430626,430600,"平江县"), new City(430681,430600,"汨罗市"), new City(430682,430600,"临湘市"), new City(430702,430700,"武陵区"), new City(430703,430700,"鼎城区"), new City(430721,430700,"安乡县"), new City(430722,430700,"汉寿县"), new City(430723,430700,"澧 县"), new City(430724,430700,"临澧县"), new City(430725,430700,"桃源县"), new City(430726,430700,"石门县"), new City(430781,430700,"津市市"), new City(430802,430800,"永定区"), new City(430811,430800,"武陵源区"), new City(430821,430800,"慈利县"), new City(430822,430800,"桑植县"), new City(430902,430900,"资阳区"), new City(430903,430900,"赫山区"), new City(430921,430900,"南 县"), new City(430922,430900,"桃江县"), new City(430923,430900,"安化县"), new City(430981,430900,"沅江市"), new City(431002,431000,"北湖区"), new City(431003,431000,"苏仙区"), new City(431021,431000,"桂阳县"), new City(431022,431000,"宜章县"), new City(431023,431000,"永兴县"), new City(431024,431000,"嘉禾县"), new City(431025,431000,"临武县"), new City(431026,431000,"汝城县"), new City(431027,431000,"桂东县"), new City(431028,431000,"安仁县"), new City(431081,431000,"资兴市"), new City(431102,431100,"零陵区"), new City(431103,431100,"冷水滩区"), new City(431121,431100,"祁阳县"), new City(431122,431100,"东安县"), new City(431123,431100,"双牌县"), new City(431124,431100,"道 县"), new City(431125,431100,"江永县"), new City(431126,431100,"宁远县"), new City(431127,431100,"蓝山县"), new City(431128,431100,"新田县"), new City(431129,431100,"江华瑶族"), new City(431202,431200,"鹤城区"), new City(431221,431200,"中方县"), new City(431222,431200,"沅陵县"), new City(431223,431200,"辰溪县"), new City(431224,431200,"溆浦县"), new City(431225,431200,"会同县"), new City(431226,431200,"麻阳苗族"), new City(431227,431200,"新晃侗族"), new City(431228,431200,"芷江侗族"), new City(431229,431200,"靖州"), new City(431230,431200,"通道侗族"), new City(431281,431200,"洪江市"), new City(431302,431300,"娄星区"), new City(431321,431300,"双峰县"), new City(431322,431300,"新化县"), new City(431381,431300,"冷水江市"), new City(431382,431300,"涟源市"), new City(433101,433100,"吉首市"), new City(433122,433100,"泸溪县"), new City(433123,433100,"凤凰县"), new City(433124,433100,"花垣县"), new City(433125,433100,"保靖县"), new City(433126,433100,"古丈县"), new City(433127,433100,"永顺县"), new City(433130,433100,"龙山县"), new City(440102,440100,"东山区"), new City(440103,440100,"荔湾区"), new City(440104,440100,"越秀区"), new City(440105,440100,"海珠区"), new City(440106,440100,"天河区"), new City(440103,440100,"芳村区"), new City(440111,440100,"白云区"), new City(440112,440100,"黄埔区"), new City(440113,440100,"番禺区"), new City(440114,440100,"花都区"), new City(440183,440100,"增城市"), new City(440184,440100,"从化市"), new City(440203,440200,"武江区"), new City(440204,440200,"浈江区"), new City(440205,440200,"曲江区"), new City(440222,440200,"始兴县"), new City(440224,440200,"仁化县"), new City(440229,440200,"翁源县"), new City(440232,440200,"乳源瑶族自治县"), new City(440233,440200,"新丰县"), new City(440281,440200,"乐昌市"), new City(440282,440200,"南雄市"), new City(440303,440300,"罗湖区"), new City(440304,440300,"福田区"), new City(440305,440300,"南山区"), new City(440306,440300,"宝安区"), new City(440307,440300,"龙岗区"), new City(440308,440300,"盐田区"), new City(440402,440400,"香洲区"), new City(440403,440400,"斗门区"), new City(440404,440400,"金湾区"), new City(440507,440500,"龙湖区"), new City(440511,440500,"金平区"), new City(440512,440500,"濠江区"), new City(440513,440500,"潮阳区"), new City(440514,440500,"潮南区"), new City(440515,440500,"澄海区"), new City(440523,440500,"南澳县"), new City(440604,440600,"禅城区"), new City(440605,440600,"南海区"), new City(440606,440600,"顺德区"), new City(440607,440600,"三水区"), new City(440608,440600,"高明区"), new City(440703,440700,"蓬江区"), new City(440704,440700,"江海区"), new City(440705,440700,"新会区"), new City(440781,440700,"台山市"), new City(440783,440700,"开平市"), new City(440784,440700,"鹤山市"), new City(440785,440700,"恩平市"), new City(440802,440800,"赤坎区"), new City(440803,440800,"霞山区"), new City(440804,440800,"坡头区"), new City(440811,440800,"麻章区"), new City(440823,440800,"遂溪县"), new City(440825,440800,"徐闻县"), new City(440881,440800,"廉江市"), new City(440882,440800,"雷州市"), new City(440883,440800,"吴川市"), new City(440902,440900,"茂南区"), new City(440903,440900,"茂港区"), new City(440923,440900,"电白县"), new City(440981,440900,"高州市"), new City(440982,440900,"化州市"), new City(440983,440900,"信宜市"), new City(441202,441200,"端州区"), new City(441203,441200,"鼎湖区"), new City(441223,441200,"广宁县"), new City(441224,441200,"怀集县"), new City(441225,441200,"封开县"), new City(441226,441200,"德庆县"), new City(441283,441200,"高要市"), new City(441284,441200,"四会市"), new City(441302,441300,"惠城区"), new City(441303,441300,"惠阳区"), new City(441322,441300,"博罗县"), new City(441323,441300,"惠东县"), new City(441324,441300,"龙门县"), new City(441402,441400,"梅江区"), new City(441421,441400,"梅 县"), new City(441422,441400,"大埔县"), new City(441423,441400,"丰顺县"), new City(441424,441400,"五华县"), new City(441426,441400,"平远县"), new City(441427,441400,"蕉岭县"), new City(441481,441400,"兴宁市"), new City(441502,441500,"城 区"), new City(441521,441500,"海丰县"), new City(441523,441500,"陆河县"), new City(441581,441500,"陆丰市"), new City(441602,441600,"源城区"), new City(441621,441600,"紫金县"), new City(441622,441600,"龙川县"), new City(441623,441600,"连平县"), new City(441624,441600,"和平县"), new City(441625,441600,"东源县"), new City(441702,441700,"江城区"), new City(441721,441700,"阳西县"), new City(441723,441700,"阳东县"), new City(441781,441700,"阳春市"), new City(441802,441800,"清城区"), new City(441821,441800,"佛冈县"), new City(441823,441800,"阳山县"), new City(441825,441800,"连山壮族瑶族自治县"), new City(441826,441800,"连南瑶族自治县"), new City(441827,441800,"清新县"), new City(441881,441800,"英德市"), new City(441882,441800,"连州市"), new City(445102,445100,"湘桥区"), new City(445121,445100,"潮安县"), new City(445122,445100,"饶平县"), new City(445202,445200,"榕城区"), new City(445221,445200,"揭东县"), new City(445222,445200,"揭西县"), new City(445224,445200,"惠来县"), new City(445281,445200,"普宁市"), new City(445302,445300,"云城区"), new City(445321,445300,"新兴县"), new City(445322,445300,"郁南县"), new City(445323,445300,"云安县"), new City(445381,445300,"罗定市"), new City(450102,450100,"兴宁区"), new City(450103,450100,"青秀区"), new City(450105,450100,"江南区"), new City(450107,450100,"西乡塘区"), new City(450108,450100,"良庆区"), new City(450109,450100,"邕宁区"), new City(450122,450100,"武鸣县"), new City(450123,450100,"隆安县"), new City(450124,450100,"马山县"), new City(450125,450100,"上林县"), new City(450126,450100,"宾阳县"), new City(450127,450100,"横 县"), new City(450202,450200,"城中区"), new City(450203,450200,"鱼峰区"), new City(450204,450200,"柳南区"), new City(450205,450200,"柳北区"), new City(450221,450200,"柳江县"), new City(450222,450200,"柳城县"), new City(450223,450200,"鹿寨县"), new City(450224,450200,"融安县"), new City(450225,450200,"融水苗族"), new City(450226,450200,"三江侗族"), new City(450302,450300,"秀峰区"), new City(450303,450300,"叠彩区"), new City(450304,450300,"象山区"), new City(450305,450300,"七星区"), new City(450311,450300,"雁山区"), new City(450321,450300,"阳朔县"), new City(450322,450300,"临桂县"), new City(450323,450300,"灵川县"), new City(450324,450300,"全州县"), new City(450325,450300,"兴安县"), new City(450326,450300,"永福县"), new City(450327,450300,"灌阳县"), new City(450328,450300,"龙胜各族"), new City(450329,450300,"资源县"), new City(450330,450300,"平乐县"), new City(450331,450300,"荔蒲县"), new City(450332,450300,"恭城瑶族"), new City(450403,450400,"万秀区"), new City(450404,450400,"蝶山区"), new City(450405,450400,"长洲区"), new City(450421,450400,"苍梧县"), new City(450422,450400,"藤 县"), new City(450423,450400,"蒙山县"), new City(450481,450400,"岑溪市"), new City(450502,450500,"海城区"), new City(450503,450500,"银海区"), new City(450512,450500,"铁山港区"), new City(450521,450500,"合浦县"), new City(450602,450600,"港口区"), new City(450603,450600,"防城区"), new City(450621,450600,"上思县"), new City(450681,450600,"东兴市"), new City(450702,450700,"钦南区"), new City(450703,450700,"钦北区"), new City(450721,450700,"灵山县"), new City(450722,450700,"浦北县"), new City(450802,450800,"港北区"), new City(450803,450800,"港南区"), new City(450804,450800,"覃塘区"), new City(450821,450800,"平南县"), new City(450881,450800,"桂平市"), new City(450902,450900,"玉州区"), new City(450921,450900,"容 县"), new City(450922,450900,"陆川县"), new City(450923,450900,"博白县"), new City(450924,450900,"兴业县"), new City(450981,450900,"北流市"), new City(451002,451000,"右江区"), new City(451021,451000,"田阳县"), new City(451022,451000,"田东县"), new City(451023,451000,"平果县"), new City(451024,451000,"德保县"), new City(451025,451000,"靖西县"), new City(451026,451000,"那坡县"), new City(451027,451000,"凌云县"), new City(451028,451000,"乐业县"), new City(451029,451000,"田林县"), new City(451030,451000,"西林县"), new City(451031,451000,"隆林各族"), new City(451102,451100,"八步区"), new City(451121,451100,"昭平县"), new City(451122,451100,"钟山县"), new City(451123,451100,"富川瑶族"), new City(451202,451200,"金城江区"), new City(451221,451200,"南丹县"), new City(451222,451200,"天峨县"), new City(451223,451200,"凤山县"), new City(451224,451200,"东兰县"), new City(451225,451200,"罗城"), new City(451226,451200,"环江"), new City(451227,451200,"巴马瑶族"), new City(451228,451200,"都安瑶族"), new City(451229,451200,"大化瑶族"), new City(451281,451200,"宜州市"), new City(451302,451300,"兴宾区"), new City(451321,451300,"忻城县"), new City(451322,451300,"象州县"), new City(451323,451300,"武宣县"), new City(451324,451300,"金秀瑶族"), new City(451381,451300,"合山市"), new City(451402,451400,"江洲区"), new City(451421,451400,"扶绥县"), new City(451422,451400,"宁明县"), new City(451423,451400,"龙州县"), new City(451424,451400,"大新县"), new City(451425,451400,"天等县"), new City(451481,451400,"凭祥市"), new City(460105,460100,"秀英区"), new City(460106,460100,"龙华区"), new City(460107,460100,"琼山区"), new City(460108,460100,"美兰区"), new City(469001,460000,"五指山市"), new City(469002,460000,"琼海市"), new City(469003,460000,"儋州市"), new City(469005,460000,"文昌市"), new City(469006,460000,"万宁市"), new City(469007,460000,"东方市"), new City(469021,460000,"定安县"), new City(469022,460000,"屯昌县"), new City(469023,460000,"澄迈县"), new City(469024,460000,"临高县"), new City(469025,460000,"白沙黎族"), new City(469026,460000,"昌江黎族"), new City(469027,460000,"乐东黎族"), new City(469028,460000,"陵水黎族"), new City(469029,460000,"保亭黎族苗族自治县"), new City(469030,460000,"琼中"), new City(469031,460000,"西沙群岛"), new City(469032,460000,"南沙群岛"), new City(469033,460000,"中沙群岛"), new City(500232,500200,"武隆县"), new City(510104,510100,"锦江区"), new City(510105,510100,"青羊区"), new City(510106,510100,"金牛区"), new City(510107,510100,"武侯区"), new City(510108,510100,"成华区"), new City(510112,510100,"龙泉驿区"), new City(510113,510100,"青白江区"), new City(510114,510100,"新都区"), new City(510115,510100,"温江区"), new City(510121,510100,"金堂县"), new City(510122,510100,"双流县"), new City(510124,510100,"郫 县"), new City(510129,510100,"大邑县"), new City(510131,510100,"蒲江县"), new City(510132,510100,"新津县"), new City(510181,510100,"都江堰市"), new City(510182,510100,"彭州市"), new City(510183,510100,"邛崃市"), new City(510184,510100,"崇州市"), new City(510302,510300,"自流井区"), new City(510303,510300,"贡井区"), new City(510304,510300,"大安区"), new City(510311,510300,"沿滩区"), new City(510321,510300,"荣 县"), new City(510322,510300,"富顺县"), new City(510402,510400,"东 区"), new City(510403,510400,"西 区"), new City(510411,510400,"仁和区"), new City(510421,510400,"米易县"), new City(510422,510400,"盐边县"), new City(510502,510500,"江阳区"), new City(510503,510500,"纳溪区"), new City(510504,510500,"龙马潭区"), new City(510521,510500,"泸 县"), new City(510522,510500,"合江县"), new City(510524,510500,"叙永县"), new City(510525,510500,"古蔺县"), new City(510603,510600,"旌阳区"), new City(510623,510600,"中江县"), new City(510626,510600,"罗江县"), new City(510681,510600,"广汉市"), new City(510682,510600,"什邡市"), new City(510683,510600,"绵竹市"), new City(510703,510700,"涪城区"), new City(510704,510700,"游仙区"), new City(510722,510700,"三台县"), new City(510723,510700,"盐亭县"), new City(510724,510700,"安 县"), new City(510725,510700,"梓潼县"), new City(510726,510700,"北川羌族"), new City(510727,510700,"平武县"), new City(510781,510700,"江油市"), new City(510802,510800,"市中区"), new City(510811,510800,"元坝区"), new City(510812,510800,"朝天区"), new City(510821,510800,"旺苍县"), new City(510822,510800,"青川县"), new City(510823,510800,"剑阁县"), new City(510824,510800,"苍溪县"), new City(510903,510900,"船山区"), new City(510904,510900,"安居区"), new City(510921,510900,"蓬溪县"), new City(510922,510900,"射洪县"), new City(510923,510900,"大英县"), new City(511002,511000,"市中区"), new City(511011,511000,"东兴区"), new City(511024,511000,"威远县"), new City(511025,511000,"资中县"), new City(511028,511000,"隆昌县"), new City(511102,511100,"市中区"), new City(511111,511100,"沙湾区"), new City(511112,511100,"五通桥区"), new City(511113,511100,"金口河区"), new City(511123,511100,"犍为县"), new City(511124,511100,"井研县"), new City(511126,511100,"夹江县"), new City(511129,511100,"沐川县"), new City(511132,511100,"峨边彝族"), new City(511133,511100,"马边彝族"), new City(511181,511100,"峨眉山市"), new City(511302,511300,"顺庆区"), new City(511303,511300,"高坪区"), new City(511304,511300,"嘉陵区"), new City(511321,511300,"南部县"), new City(511322,511300,"营山县"), new City(511323,511300,"蓬安县"), new City(511324,511300,"仪陇县"), new City(511325,511300,"西充县"), new City(511381,511300,"阆中市"), new City(511402,511400,"东坡区"), new City(511421,511400,"仁寿县"), new City(511422,511400,"彭山县"), new City(511423,511400,"洪雅县"), new City(511424,511400,"丹棱县"), new City(511425,511400,"青神县"), new City(511502,511500,"翠屏区"), new City(511521,511500,"宜宾县"), new City(511522,511500,"南溪县"), new City(511523,511500,"江安县"), new City(511524,511500,"长宁县"), new City(511525,511500,"高 县"), new City(511526,511500,"珙 县"), new City(511527,511500,"筠连县"), new City(511528,511500,"兴文县"), new City(511529,511500,"屏山县"), new City(511602,511600,"广安区"), new City(511621,511600,"岳池县"), new City(511622,511600,"武胜县"), new City(511623,511600,"邻水县"), new City(511681,511600,"华蓥市"), new City(511702,511700,"通川区"), new City(511721,511700,"达 县"), new City(511722,511700,"宣汉县"), new City(511723,511700,"开江县"), new City(511724,511700,"大竹县"), new City(511725,511700,"渠 县"), new City(511781,511700,"万源市"), new City(511802,511800,"雨城区"), new City(511821,511800,"名山县"), new City(511822,511800,"荥经县"), new City(511823,511800,"汉源县"), new City(511824,511800,"石棉县"), new City(511825,511800,"天全县"), new City(511826,511800,"芦山县"), new City(511827,511800,"宝兴县"), new City(511902,511900,"巴州区"), new City(511921,511900,"通江县"), new City(511922,511900,"南江县"), new City(511923,511900,"平昌县"), new City(512002,512000,"雁江区"), new City(512021,512000,"安岳县"), new City(512022,512000,"乐至县"), new City(512081,512000,"简阳市"), new City(513221,513200,"汶川县"), new City(513222,513200,"理 县"), new City(513223,513200,"茂 县"), new City(513224,513200,"松潘县"), new City(513225,513200,"九寨沟县"), new City(513226,513200,"金川县"), new City(513227,513200,"小金县"), new City(513228,513200,"黑水县"), new City(513229,513200,"马尔康县"), new City(513230,513200,"壤塘县"), new City(513231,513200,"阿坝县"), new City(513232,513200,"若尔盖县"), new City(513233,513200,"红原县"), new City(513321,513300,"康定县"), new City(513322,513300,"泸定县"), new City(513323,513300,"丹巴县"), new City(513324,513300,"九龙县"), new City(513325,513300,"雅江县"), new City(513326,513300,"道孚县"), new City(513327,513300,"炉霍县"), new City(513328,513300,"甘孜县"), new City(513329,513300,"新龙县"), new City(513330,513300,"德格县"), new City(513331,513300,"白玉县"), new City(513332,513300,"石渠县"), new City(513333,513300,"色达县"), new City(513334,513300,"理塘县"), new City(513335,513300,"巴塘县"), new City(513336,513300,"乡城县"), new City(513337,513300,"稻城县"), new City(513338,513300,"得荣县"), new City(513401,513400,"西昌市"), new City(513422,513400,"木里藏族"), new City(513423,513400,"盐源县"), new City(513424,513400,"德昌县"), new City(513425,513400,"会理县"), new City(513426,513400,"会东县"), new City(513427,513400,"宁南县"), new City(513428,513400,"普格县"), new City(513429,513400,"布拖县"), new City(513430,513400,"金阳县"), new City(513431,513400,"昭觉县"), new City(513432,513400,"喜德县"), new City(513433,513400,"冕宁县"), new City(513434,513400,"越西县"), new City(513435,513400,"甘洛县"), new City(513436,513400,"美姑县"), new City(513437,513400,"雷波县"), new City(520102,520100,"南明区"), new City(520103,520100,"云岩区"), new City(520111,520100,"花溪区"), new City(520112,520100,"乌当区"), new City(520113,520100,"白云区"), new City(520114,520100,"小河区"), new City(520121,520100,"开阳县"), new City(520122,520100,"息烽县"), new City(520123,520100,"修文县"), new City(520181,520100,"清镇市"), new City(520201,520200,"钟山区"), new City(520203,520200,"六枝特区"), new City(520221,520200,"水城县"), new City(520222,520200,"盘 县"), new City(520302,520300,"红花岗区"), new City(520303,520300,"汇川区"), new City(520321,520300,"遵义县"), new City(520322,520300,"桐梓县"), new City(520323,520300,"绥阳县"), new City(520324,520300,"正安县"), new City(520325,520300,"道真"), new City(520326,520300,"务川"), new City(520327,520300,"凤冈县"), new City(520328,520300,"湄潭县"), new City(520329,520300,"余庆县"), new City(520330,520300,"习水县"), new City(520381,520300,"赤水市"), new City(520382,520300,"仁怀市"), new City(520402,520400,"西秀区"), new City(520421,520400,"平坝县"), new City(520422,520400,"普定县"), new City(520423,520400,"镇宁"), new City(520424,520400,"关岭"), new City(520425,520400,"紫云"), new City(522201,522200,"铜仁市"), new City(522222,522200,"江口县"), new City(522223,522200,"玉屏侗族"), new City(522224,522200,"石阡县"), new City(522225,522200,"思南县"), new City(522226,522200,"印江"), new City(522227,522200,"德江县"), new City(522228,522200,"沿河"), new City(522229,522200,"松桃苗族"), new City(522230,522200,"万山特区"), new City(522301,522300,"兴义市"), new City(522322,522300,"兴仁县"), new City(522323,522300,"普安县"), new City(522324,522300,"晴隆县"), new City(522325,522300,"贞丰县"), new City(522326,522300,"望谟县"), new City(522327,522300,"册亨县"), new City(522328,522300,"安龙县"), new City(522401,522400,"毕节市"), new City(522422,522400,"大方县"), new City(522423,522400,"黔西县"), new City(522424,522400,"金沙县"), new City(522425,522400,"织金县"), new City(522426,522400,"纳雍县"), new City(522427,522400,"威宁"), new City(522428,522400,"赫章县"), new City(522601,522600,"凯里市"), new City(522622,522600,"黄平县"), new City(522623,522600,"施秉县"), new City(522624,522600,"三穗县"), new City(522625,522600,"镇远县"), new City(522626,522600,"岑巩县"), new City(522627,522600,"天柱县"), new City(522628,522600,"锦屏县"), new City(522629,522600,"剑河县"), new City(522630,522600,"台江县"), new City(522631,522600,"黎平县"), new City(522632,522600,"榕江县"), new City(522633,522600,"从江县"), new City(522634,522600,"雷山县"), new City(522635,522600,"麻江县"), new City(522636,522600,"丹寨县"), new City(522701,522700,"都匀市"), new City(522702,522700,"福泉市"), new City(522722,522700,"荔波县"), new City(522723,522700,"贵定县"), new City(522725,522700,"瓮安县"), new City(522726,522700,"独山县"), new City(522727,522700,"平塘县"), new City(522728,522700,"罗甸县"), new City(522729,522700,"长顺县"), new City(522730,522700,"龙里县"), new City(522731,522700,"惠水县"), new City(522732,522700,"三都水族"), new City(530102,530100,"五华区"), new City(530103,530100,"盘龙区"), new City(530111,530100,"官渡区"), new City(530112,530100,"西山区"), new City(530113,530100,"东川区"), new City(530121,530100,"呈贡县"), new City(530122,530100,"晋宁县"), new City(530124,530100,"富民县"), new City(530125,530100,"宜良县"), new City(530126,530100,"石林彝族"), new City(530127,530100,"嵩明县"), new City(530128,530100,"禄劝"), new City(530129,530100,"寻甸"), new City(530181,530100,"安宁市"), new City(530302,530300,"麒麟区"), new City(530321,530300,"马龙县"), new City(530322,530300,"陆良县"), new City(530323,530300,"师宗县"), new City(530324,530300,"罗平县"), new City(530325,530300,"富源县"), new City(530326,530300,"会泽县"), new City(530328,530300,"沾益县"), new City(530381,530300,"宣威市"), new City(530402,530400,"红塔区"), new City(530421,530400,"江川县"), new City(530422,530400,"澄江县"), new City(530423,530400,"通海县"), new City(530424,530400,"华宁县"), new City(530425,530400,"易门县"), new City(530426,530400,"峨山彝族"), new City(530427,530400,"新平"), new City(530428,530400,"元江"), new City(530502,530500,"隆阳区"), new City(530521,530500,"施甸县"), new City(530522,530500,"腾冲县"), new City(530523,530500,"龙陵县"), new City(530524,530500,"昌宁县"), new City(530602,530600,"昭阳区"), new City(530621,530600,"鲁甸县"), new City(530622,530600,"巧家县"), new City(530623,530600,"盐津县"), new City(530624,530600,"大关县"), new City(530625,530600,"永善县"), new City(530626,530600,"绥江县"), new City(530627,530600,"镇雄县"), new City(530628,530600,"彝良县"), new City(530629,530600,"威信县"), new City(530630,530600,"水富县"), new City(530702,530700,"古城区"), new City(530721,530700,"玉龙"), new City(530722,530700,"永胜县"), new City(530723,530700,"华坪县"), new City(530724,530700,"宁蒗彝族"), new City(530802,530800,"思茅区"), new City(530821,530800,"宁洱哈尼族彝族自治县"), new City(530822,530800,"墨江"), new City(530823,530800,"景东彝族"), new City(530824,530800,"景谷"), new City(530825,530800,"镇沅"), new City(530826,530800,"江城"), new City(530827,530800,"孟连"), new City(530828,530800,"澜沧"), new City(530829,530800,"西盟佤族"), new City(530902,530900,"临翔区"), new City(530921,530900,"凤庆县"), new City(530922,530900,"云 县"), new City(530923,530900,"永德县"), new City(530924,530900,"镇康县"), new City(530925,530900,"双江"), new City(530926,530900,"耿马"), new City(530927,530900,"沧源佤族"), new City(532301,532300,"楚雄市"), new City(532322,532300,"双柏县"), new City(532323,532300,"牟定县"), new City(532324,532300,"南华县"), new City(532325,532300,"姚安县"), new City(532326,532300,"大姚县"), new City(532327,532300,"永仁县"), new City(532328,532300,"元谋县"), new City(532329,532300,"武定县"), new City(532331,532300,"禄丰县"), new City(532501,532500,"个旧市"), new City(532502,532500,"开远市"), new City(532522,532500,"蒙自市"), new City(532523,532500,"屏边苗族"), new City(532524,532500,"建水县"), new City(532525,532500,"石屏县"), new City(532526,532500,"弥勒县"), new City(532527,532500,"泸西县"), new City(532528,532500,"元阳县"), new City(532529,532500,"红河县"), new City(532530,532500,"金平"), new City(532531,532500,"绿春县"), new City(532532,532500,"河口瑶族"), new City(532621,532600,"文山县"), new City(532622,532600,"砚山县"), new City(532623,532600,"西畴县"), new City(532624,532600,"麻栗坡县"), new City(532625,532600,"马关县"), new City(532626,532600,"丘北县"), new City(532627,532600,"广南县"), new City(532628,532600,"富宁县"), new City(532801,532800,"景洪市"), new City(532822,532800,"勐海县"), new City(532823,532800,"勐腊县"), new City(532901,532900,"大理市"), new City(532922,532900,"漾濞彝族"), new City(532923,532900,"祥云县"), new City(532924,532900,"宾川县"), new City(532925,532900,"弥渡县"), new City(532926,532900,"南涧彝族"), new City(532927,532900,"巍山"), new City(532928,532900,"永平县"), new City(532929,532900,"云龙县"), new City(532930,532900,"洱源县"), new City(532931,532900,"剑川县"), new City(532932,532900,"鹤庆县"), new City(533102,533100,"瑞丽市"), new City(533103,533100,"芒市"), new City(533122,533100,"梁河县"), new City(533123,533100,"盈江县"), new City(533124,533100,"陇川县"), new City(533321,533300,"泸水县"), new City(533323,533300,"福贡县"), new City(533324,533300,"贡山"), new City(533325,533300,"兰坪"), new City(533421,533400,"香格里拉"), new City(533422,533400,"德钦县"), new City(533423,533400,"维西"), new City(540102,540100,"城关区"), new City(540121,540100,"林周县"), new City(540122,540100,"当雄县"), new City(540123,540100,"尼木县"), new City(540124,540100,"曲水县"), new City(540125,540100,"堆龙德庆"), new City(540126,540100,"达孜县"), new City(540127,540100,"墨竹工卡"), new City(542121,542100,"昌都县"), new City(542122,542100,"江达县"), new City(542123,542100,"贡觉县"), new City(542124,542100,"类乌齐县"), new City(542125,542100,"丁青县"), new City(542126,542100,"察雅县"), new City(542127,542100,"八宿县"), new City(542128,542100,"左贡县"), new City(542129,542100,"芒康县"), new City(542132,542100,"洛隆县"), new City(542133,542100,"边坝县"), new City(542221,542200,"乃东县"), new City(542222,542200,"扎囊县"), new City(542223,542200,"贡嘎县"), new City(542224,542200,"桑日县"), new City(542225,542200,"琼结县"), new City(542226,542200,"曲松县"), new City(542227,542200,"措美县"), new City(542228,542200,"洛扎县"), new City(542229,542200,"加查县"), new City(542231,542200,"隆子县"), new City(542232,542200,"错那县"), new City(542233,542200,"浪卡子县"), new City(542301,542300,"日喀则市"), new City(542322,542300,"南木林县"), new City(542323,542300,"江孜县"), new City(542324,542300,"定日县"), new City(542325,542300,"萨迦县"), new City(542326,542300,"拉孜县"), new City(542327,542300,"昂仁县"), new City(542328,542300,"谢通门县"), new City(542329,542300,"白朗县"), new City(542330,542300,"仁布县"), new City(542331,542300,"康马县"), new City(542332,542300,"定结县"), new City(542333,542300,"仲巴县"), new City(542334,542300,"亚东县"), new City(542335,542300,"吉隆县"), new City(542336,542300,"聂拉木县"), new City(542337,542300,"萨嘎县"), new City(542338,542300,"岗巴县"), new City(542421,542400,"那曲县"), new City(542422,542400,"嘉黎县"), new City(542423,542400,"比如县"), new City(542424,542400,"聂荣县"), new City(542425,542400,"安多县"), new City(542426,542400,"申扎县"), new City(542427,542400,"索 县"), new City(542428,542400,"班戈县"), new City(542429,542400,"巴青县"), new City(542430,542400,"尼玛县"), new City(542521,542500,"普兰县"), new City(542522,542500,"札达县"), new City(542523,542500,"噶尔县"), new City(542524,542500,"日土县"), new City(542525,542500,"革吉县"), new City(542526,542500,"改则县"), new City(542527,542500,"措勤县"), new City(542621,542600,"林芝县"), new City(542622,542600,"工布江达"), new City(542623,542600,"米林县"), new City(542624,542600,"墨脱县"), new City(542625,542600,"波密县"), new City(542626,542600,"察隅县"), new City(542627,542600,"朗 县"), new City(610102,610100,"新城区"), new City(610103,610100,"碑林区"), new City(610104,610100,"莲湖区"), new City(610111,610100,"灞桥区"), new City(610112,610100,"未央区"), new City(610113,610100,"雁塔区"), new City(610114,610100,"阎良区"), new City(610115,610100,"临潼区"), new City(610116,610100,"长安区"), new City(610122,610100,"蓝田县"), new City(610124,610100,"周至县"), new City(610125,610100,"户 县"), new City(610126,610100,"高陵县"), new City(610202,610200,"王益区"), new City(610203,610200,"印台区"), new City(610204,610200,"耀州区"), new City(610222,610200,"宜君县"), new City(610302,610300,"渭滨区"), new City(610303,610300,"金台区"), new City(610304,610300,"陈仓区"), new City(610322,610300,"凤翔县"), new City(610323,610300,"岐山县"), new City(610324,610300,"扶风县"), new City(610326,610300,"眉 县"), new City(610327,610300,"陇 县"), new City(610328,610300,"千阳县"), new City(610329,610300,"麟游县"), new City(610330,610300,"凤 县"), new City(610331,610300,"太白县"), new City(610402,610400,"秦都区"), new City(610403,610400,"杨凌区"), new City(610404,610400,"渭城区"), new City(610422,610400,"三原县"), new City(610423,610400,"泾阳县"), new City(610424,610400,"乾 县"), new City(610425,610400,"礼泉县"), new City(610426,610400,"永寿县"), new City(610427,610400,"彬 县"), new City(610428,610400,"长武县"), new City(610429,610400,"旬邑县"), new City(610430,610400,"淳化县"), new City(610431,610400,"武功县"), new City(610481,610400,"兴平市"), new City(610502,610500,"临渭区"), new City(610521,610500,"华 县"), new City(610522,610500,"潼关县"), new City(610523,610500,"大荔县"), new City(610524,610500,"合阳县"), new City(610525,610500,"澄城县"), new City(610526,610500,"蒲城县"), new City(610527,610500,"白水县"), new City(610528,610500,"富平县"), new City(610581,610500,"韩城市"), new City(610582,610500,"华阴市"), new City(610602,610600,"宝塔区"), new City(610621,610600,"延长县"), new City(610622,610600,"延川县"), new City(610623,610600,"子长县"), new City(610624,610600,"安塞县"), new City(610625,610600,"志丹县"), new City(610626,610600,"吴旗县"), new City(610627,610600,"甘泉县"), new City(610628,610600,"富 县"), new City(610629,610600,"洛川县"), new City(610630,610600,"宜川县"), new City(610631,610600,"黄龙县"), new City(610632,610600,"黄陵县"), new City(610702,610700,"汉台区"), new City(610721,610700,"南郑县"), new City(610722,610700,"城固县"), new City(610723,610700,"洋 县"), new City(610724,610700,"西乡县"), new City(610725,610700,"勉 县"), new City(610726,610700,"宁强县"), new City(610727,610700,"略阳县"), new City(610728,610700,"镇巴县"), new City(610729,610700,"留坝县"), new City(610730,610700,"佛坪县"), new City(610802,610800,"榆阳区"), new City(610821,610800,"神木县"), new City(610822,610800,"府谷县"), new City(610823,610800,"横山县"), new City(610824,610800,"靖边县"), new City(610825,610800,"定边县"), new City(610826,610800,"绥德县"), new City(610827,610800,"米脂县"), new City(610828,610800,"佳 县"), new City(610829,610800,"吴堡县"), new City(610830,610800,"清涧县"), new City(610831,610800,"子洲县"), new City(610902,610900,"汉滨区"), new City(610921,610900,"汉阴县"), new City(610922,610900,"石泉县"), new City(610923,610900,"宁陕县"), new City(610924,610900,"紫阳县"), new City(610925,610900,"岚皋县"), new City(610926,610900,"平利县"), new City(610927,610900,"镇坪县"), new City(610928,610900,"旬阳县"), new City(610929,610900,"白河县"), new City(611002,611000,"商州区"), new City(611021,611000,"洛南县"), new City(611022,611000,"丹凤县"), new City(611023,611000,"商南县"), new City(611024,611000,"山阳县"), new City(611025,611000,"镇安县"), new City(611026,611000,"柞水县"), new City(620102,620100,"城关区"), new City(620103,620100,"七里河区"), new City(620104,620100,"西固区"), new City(620105,620100,"安宁区"), new City(620111,620100,"红古区"), new City(620121,620100,"永登县"), new City(620122,620100,"皋兰县"), new City(620123,620100,"榆中县"), new City(620302,620300,"金川区"), new City(620321,620300,"永昌县"), new City(620402,620400,"白银区"), new City(620403,620400,"平川区"), new City(620421,620400,"靖远县"), new City(620422,620400,"会宁县"), new City(620423,620400,"景泰县"), new City(620502,620500,"秦城区"), new City(620503,620500,"麦积区"), new City(620521,620500,"清水县"), new City(620522,620500,"秦安县"), new City(620523,620500,"甘谷县"), new City(620524,620500,"武山县"), new City(620525,620500,"张家川"), new City(620602,620600,"凉州区"), new City(620621,620600,"民勤县"), new City(620622,620600,"古浪县"), new City(620623,620600,"天祝藏族"), new City(620702,620700,"甘州区"), new City(620721,620700,"肃南"), new City(620722,620700,"民乐县"), new City(620723,620700,"临泽县"), new City(620724,620700,"高台县"), new City(620725,620700,"山丹县"), new City(620802,620800,"崆峒区"), new City(620821,620800,"泾川县"), new City(620822,620800,"灵台县"), new City(620823,620800,"崇信县"), new City(620824,620800,"华亭县"), new City(620825,620800,"庄浪县"), new City(620826,620800,"静宁县"), new City(620902,620900,"肃州区"), new City(620921,620900,"金塔县"), new City(620922,620900,"瓜州县"), new City(620923,620900,"肃北"), new City(620924,620900,"阿克塞哈"), new City(620981,620900,"玉门市"), new City(620982,620900,"敦煌市"), new City(621002,621000,"西峰区"), new City(621021,621000,"庆城县"), new City(621022,621000,"环 县"), new City(621023,621000,"华池县"), new City(621024,621000,"合水县"), new City(621025,621000,"正宁县"), new City(621026,621000,"宁 县"), new City(621027,621000,"镇原县"), new City(621102,621100,"安定区"), new City(621121,621100,"通渭县"), new City(621122,621100,"陇西县"), new City(621123,621100,"渭源县"), new City(621124,621100,"临洮县"), new City(621125,621100,"漳 县"), new City(621126,621100,"岷 县"), new City(621202,621200,"武都区"), new City(621221,621200,"成 县"), new City(621222,621200,"文 县"), new City(621223,621200,"宕昌县"), new City(621224,621200,"康 县"), new City(621225,621200,"西和县"), new City(621226,621200,"礼 县"), new City(621227,621200,"徽 县"), new City(621228,621200,"两当县"), new City(622901,622900,"临夏市"), new City(622921,622900,"临夏县"), new City(622922,622900,"康乐县"), new City(622923,622900,"永靖县"), new City(622924,622900,"广河县"), new City(622925,622900,"和政县"), new City(622926,622900,"东乡族"), new City(622927,622900,"积石山"), new City(623001,623000,"合作市"), new City(623021,623000,"临潭县"), new City(623022,623000,"卓尼县"), new City(623023,623000,"舟曲县"), new City(623024,623000,"迭部县"), new City(623025,623000,"玛曲县"), new City(623026,623000,"碌曲县"), new City(623027,623000,"夏河县"), new City(630102,630100,"城东区"), new City(630103,630100,"城中区"), new City(630104,630100,"城西区"), new City(630105,630100,"城北区"), new City(630121,630100,"大通回族土族"), new City(630122,630100,"湟中县"), new City(630123,630100,"湟源县"), new City(632121,632100,"平安县"), new City(632122,632100,"民和回族土族"), new City(632123,632100,"乐都县"), new City(632126,632100,"互助土族"), new City(632127,632100,"化隆回族"), new City(632128,632100,"循化撒拉族"), new City(632221,632200,"门源回族"), new City(632222,632200,"祁连县"), new City(632223,632200,"海晏县"), new City(632224,632200,"刚察县"), new City(632321,632300,"同仁县"), new City(632322,632300,"尖扎县"), new City(632323,632300,"泽库县"), new City(632324,632300,"河南蒙古族自治县"), new City(632521,632500,"共和县"), new City(632522,632500,"同德县"), new City(632523,632500,"贵德县"), new City(632524,632500,"兴海县"), new City(632525,632500,"贵南县"), new City(632621,632600,"玛沁县"), new City(632622,632600,"班玛县"), new City(632623,632600,"甘德县"), new City(632624,632600,"达日县"), new City(632625,632600,"久治县"), new City(632626,632600,"玛多县"), new City(632721,632700,"玉树县"), new City(632722,632700,"杂多县"), new City(632723,632700,"称多县"), new City(632724,632700,"治多县"), new City(632725,632700,"囊谦县"), new City(632726,632700,"曲麻莱县"), new City(632801,632800,"格尔木市"), new City(632802,632800,"德令哈市"), new City(632821,632800,"乌兰县"), new City(632822,632800,"都兰县"), new City(632823,632800,"天峻县"), new City(640104,640100,"兴庆区"), new City(640105,640100,"西夏区"), new City(640106,640100,"金凤区"), new City(640121,640100,"永宁县"), new City(640122,640100,"贺兰县"), new City(640181,640100,"灵武市"), new City(640202,640200,"大武口区"), new City(640205,640200,"惠农区"), new City(640221,640200,"平罗县"), new City(640302,640300,"利通区"), new City(640323,640300,"盐池县"), new City(640324,640300,"同心县"), new City(640381,640300,"青铜峡市"), new City(640402,640400,"原州区"), new City(640422,640400,"西吉县"), new City(640423,640400,"隆德县"), new City(640424,640400,"泾源县"), new City(640425,640400,"彭阳县"), new City(640502,640500,"沙坡头区"), new City(640521,640500,"中宁县"), new City(640522,640500,"海原县"), new City(650102,650100,"天山区"), new City(650103,650100,"沙依巴克区"), new City(650104,650100,"新市区"), new City(650105,650100,"水磨沟区"), new City(650106,650100,"头屯河区"), new City(650107,650100,"达坂城区"), new City(650108,650100,"东山区"), new City(650121,650100,"乌鲁木齐县"), new City(650202,650200,"独山子区"), new City(650203,650200,"克拉玛依区"), new City(650204,650200,"白碱滩区"), new City(650205,650200,"乌尔禾区"), new City(652101,652100,"吐鲁番市"), new City(652122,652100,"鄯善县"), new City(652123,652100,"托克逊县"), new City(652201,652200,"哈密市"), new City(652222,652200,"巴里坤哈萨克"), new City(652223,652200,"伊吾县"), new City(652301,652300,"昌吉市"), new City(652302,652300,"阜康市"), new City(652303,652300,"米泉市"), new City(652323,652300,"呼图壁县"), new City(652324,652300,"玛纳斯县"), new City(652325,652300,"奇台县"), new City(652327,652300,"吉木萨尔县"), new City(652328,652300,"木垒哈萨克"), new City(652701,652700,"博乐市"), new City(652722,652700,"精河县"), new City(652723,652700,"温泉县"), new City(652801,652800,"库尔勒市"), new City(652822,652800,"轮台县"), new City(652823,652800,"尉犁县"), new City(652824,652800,"若羌县"), new City(652825,652800,"且末县"), new City(652826,652800,"焉耆回族"), new City(652827,652800,"和静县"), new City(652828,652800,"和硕县"), new City(652829,652800,"博湖县"), new City(652901,652900,"阿克苏市"), new City(652922,652900,"温宿县"), new City(652923,652900,"库车县"), new City(652924,652900,"沙雅县"), new City(652925,652900,"新和县"), new City(652926,652900,"拜城县"), new City(652927,652900,"乌什县"), new City(652928,652900,"阿瓦提县"), new City(652929,652900,"柯坪县"), new City(653001,653000,"阿图什市"), new City(653022,653000,"阿克陶县"), new City(653023,653000,"阿合奇县"), new City(653024,653000,"乌恰县"), new City(653101,653100,"喀什市"), new City(653121,653100,"疏附县"), new City(653122,653100,"疏勒县"), new City(653123,653100,"英吉沙县"), new City(653124,653100,"泽普县"), new City(653125,653100,"莎车县"), new City(653126,653100,"叶城县"), new City(653127,653100,"麦盖提县"), new City(653128,653100,"岳普湖县"), new City(653129,653100,"伽师县"), new City(653130,653100,"巴楚县"), new City(653131,653100,"塔什库尔干塔吉克"), new City(653201,653200,"和田市"), new City(653221,653200,"和田县"), new City(653222,653200,"墨玉县"), new City(653223,653200,"皮山县"), new City(653224,653200,"洛浦县"), new City(653225,653200,"策勒县"), new City(653226,653200,"于田县"), new City(653227,653200,"民丰县"), new City(654002,654000,"伊宁市"), new City(654003,654000,"奎屯市"), new City(654021,654000,"伊宁县"), new City(654022,654000,"察布查尔锡伯"), new City(654023,654000,"霍城县"), new City(654024,654000,"巩留县"), new City(654025,654000,"新源县"), new City(654026,654000,"昭苏县"), new City(654027,654000,"特克斯县"), new City(654028,654000,"尼勒克县"), new City(654201,654200,"塔城市"), new City(654202,654200,"乌苏市"), new City(654221,654200,"额敏县"), new City(654223,654200,"沙湾县"), new City(654224,654200,"托里县"), new City(654225,654200,"裕民县"), new City(654226,654200,"和布克赛尔"), new City(654301,654300,"阿勒泰市"), new City(654321,654300,"布尔津县"), new City(654322,654300,"富蕴县"), new City(654323,654300,"福海县"), new City(654324,654300,"哈巴河县"), new City(654325,654300,"青河县"), new City(654326,654300,"吉木乃县"), new City(659001,650000,"石河子市"), new City(659002,650000,"阿拉尔市"), new City(659003,650000,"图木舒克"), new City(659004,650000,"五家渠市"), new City(340811,340800,"宜秀区"), new City(340208,340200,"三山区"), new City(340203,340200,"弋江区"), new City(620502,620500,"秦州区"), new City(440116,440100,"萝岗区"), new City(440115,440100,"南沙区"), new City(520124,520100,"金阳新区"), new City(520383,520300,"新蒲新区"), new City(410211,410200,"金明区"), new City(410205,410200,"禹王台区"), new City(411529,411500,"羊山新区"), new City(232704,232700,"呼中区"), new City(232701,232700,"加格达奇区"), new City(232702,232700,"松岭区"), new City(232703,232700,"新林区"), new City(421321,421300,"随县"), new City(211383,211300,"喀左县"), new City(210782,210700,"北镇市"), new City(210784,210700,"松山新区"), new City(210182,210100,"浑南新区"), new City(150628,150600,"杭棉旗"), new City(152532,152500,"科右中旗"), new City(640303,640300,"红寺堡区"), new City(640182,640100,"陶乐"), new City(632225,632200,"青海湖"), new City(632824,632800,"大柴旦行委"), new City(632825,632800,"冷湖行委"), new City(632826,632800,"茫崖行委"), new City(371483,371400,"监邑"), new City(370524,370500,"荣城"), new City(610403,610400,"杨陵区"), new City(610626,610600,"吴起县"), new City(510802,510800,"利州区"), new City(654029,654000,"阿勒泰地区"), new City(330402,330400,"南湖区"), new City(360482,360400,"共青城市"), new City(650109,650100,"米东区"), new City(451119,451100,"平桂管理区") ] var municipalities = [ new City(500101,500000,"万州区"), new City(500102,500000,"涪陵区"), new City(500103,500000,"渝中区"), new City(500104,500000,"大渡口区"), new City(501500,500000,"江北区"), new City(500106,500000,"沙坪坝区"), new City(500107,500000,"九龙坡区"), new City(500108,500000,"南岸区"), new City(500109,500000,"北碚区"), new City(500110,500000,"万盛区"), new City(502900,500000,"双桥区"), new City(500112,500000,"渝北区"), new City(500113,500000,"巴南区"), new City(500114,500000,"黔江区"), new City(500115,500000,"长寿区"), new City(500222,500000,"綦江县"), new City(500223,500000,"潼南县"), new City(500224,500000,"铜梁县"), new City(500225,500000,"大足县"), new City(500226,500000,"荣昌县"), new City(500227,500000,"璧山县"), new City(500228,500000,"梁平县"), new City(500229,500000,"城口县"), new City(500230,500000,"丰都县"), new City(500231,500000,"垫江县"), new City(500233,500000,"忠 县"), new City(500234,500000,"开 县"), new City(500235,500000,"云阳县"), new City(500236,500000,"奉节县"), new City(500237,500000,"巫山县"), new City(500238,500000,"巫溪县"), new City(500240,500000,"石柱"), new City(500241,500000,"秀山"), new City(500242,500000,"酉阳"), new City(500243,500000,"彭水"), new City(501600,500000,"江津区"), new City(501400,500000,"合川区"), new City(504000,500000,"永川区"), new City(502100,500000,"南川区"), new City(502200,500000,"南桐"), new City(503500,500000,"武陵县"), new City(120600,120000,"和平区"), new City(120700,120000,"河东区"), new City(120103,120000,"河西区"), new City(120104,120000,"南开区"), new City(120105,120000,"河北区"), new City(120106,120000,"红桥区"), new City(121700,120000,"塘沽区"), new City(121000,120000,"汉沽区"), new City(120400,120000,"大港区"), new City(120110,120000,"东丽区"), new City(120111,120000,"西青区"), new City(120112,120000,"津南区"), new City(120113,120000,"北辰区"), new City(120114,120000,"武清区"), new City(120115,120000,"宝坻区"), new City(120221,120000,"宁河县"), new City(120223,120000,"静海县"), new City(120225,120000,"蓟 县"), new City(120116,120000,"滨海新区"), new City(310101,310000,"黄浦区"), new City(310103,310000,"卢湾区"), new City(310104,310000,"徐汇区"), new City(310105,310000,"长宁区"), new City(310106,310000,"静安区"), new City(311500,310000,"普陀区"), new City(310108,310000,"闸北区"), new City(310109,310000,"虹口区"), new City(310110,310000,"杨浦区"), new City(310112,310000,"闵行区"), new City(310113,310000,"宝山区"), new City(310114,310000,"嘉定区"), new City(310115,310000,"浦东新区"), new City(310116,310000,"金山区"), new City(310117,310000,"松江区"), new City(310118,310000,"青浦区"), new City(311200,310000,"南汇区"), new City(310120,310000,"奉贤区"), new City(310230,310000,"崇明县"), new City(311800,310000,"上海县"), new City(110101,110000,"东城区"), new City(110102,110000,"西城区"), new City(110200,110000,"崇文区"), new City(111600,110000,"宣武区"), new City(110105,110000,"朝阳区"), new City(110106,110000,"丰台区"), new City(110107,110000,"石景山区"), new City(110108,110000,"海淀区"), new City(110109,110000,"门头沟区"), new City(110111,110000,"房山区"), new City(110112,110000,"通州区"), new City(110113,110000,"顺义区"), new City(110114,110000,"昌平区"), new City(110115,110000,"大兴区"), new City(110116,110000,"怀柔区"), new City(110117,110000,"平谷区"), new City(110228,110000,"密云县"), new City(110229,110000,"延庆县") ];
31.048024
37
0.709343
5d27c51c6945b33eff2536b39475c229c3cb130a
2,102
js
JavaScript
node_modules/pipedrive/examples/live-updates.js
ruadois/cantu-integrador
301249a672078f2496f4b7d1d30cd8d7aa8eb95d
[ "MIT" ]
null
null
null
node_modules/pipedrive/examples/live-updates.js
ruadois/cantu-integrador
301249a672078f2496f4b7d1d30cd8d7aa8eb95d
[ "MIT" ]
null
null
null
node_modules/pipedrive/examples/live-updates.js
ruadois/cantu-integrador
301249a672078f2496f4b7d1d30cd8d7aa8eb95d
[ "MIT" ]
1
2019-03-21T13:52:43.000Z
2019-03-21T13:52:43.000Z
/*! * This basic example shows how to use live, * EventEmitter-like listener functions bound to * actual events happening on your Pipedrive account. * * It starts by attaching a function to all * 'deal.added' events happening on Pipedrive. * The syntax for event names is the following: * '{objectName}.{eventName}' where eventName can * be any of the following: added, deleted, updated. * * It then further sets a handler function to a * special 'connect' event which is triggered when * the live event handlers functionality has * established a websocket connection. When that is * done, the script adds a new deal, with the title * "Live deal". Once the deal is added, the original * callback for the 'deal.added' event gets invoked. * * Note that the same callback would get called in * each case a new deal gets created on your Pipedrive * account for as long as your app is running. * You may remove live listeners similarly to how * EventEmitter API states, using the .removeListener() * method. * * This example shows you how to build real-time * integrations using EventEmitter style in Node.js * apps along with your Pipedrive account data. * * Important notice: in order for live listeners to * work, you need to set { strictMode: true } when * invoking the new Pipedrive.Client(). See below. * * Usage: * node live-updates.js APITOKEN */ if (!process.argv[2]) { process.stderr.write('Please provide API token!' + "\n"); process.exit(); } var Pipedrive = require(__dirname + '/../index'); var pipedrive = new Pipedrive.Client(process.argv[2], { strictMode: true }); var _ = require('lodash'); var start = Date.now(); pipedrive.on('deal.added', function(event, data) { console.log('Deal ' + event.meta.id + ' was added (' + data.current.title + ', worth ' + data.current.value + ' ' + data.current.currency + ')'); pipedrive.removeAllListeners(); process.exit(); }); pipedrive.on('connect', function() { console.log('Connected to Pipedrive, adding new deal...'); pipedrive.Deals.add({ title: 'Live deal', value: 10000, currency: 'EUR' }); });
35.033333
146
0.708373
5d2899e5ffb56bca7e923100a6b974304156366c
525
js
JavaScript
lib/api/OCAPI/OCAPIResponse.js
taurgis/sfccdx
09246cf341340e77d992b2583dfe17cc4140ec90
[ "BSD-3-Clause" ]
2
2021-11-08T15:52:51.000Z
2021-11-08T20:03:38.000Z
lib/api/OCAPI/OCAPIResponse.js
taurgis/sfccdx
09246cf341340e77d992b2583dfe17cc4140ec90
[ "BSD-3-Clause" ]
null
null
null
lib/api/OCAPI/OCAPIResponse.js
taurgis/sfccdx
09246cf341340e77d992b2583dfe17cc4140ec90
[ "BSD-3-Clause" ]
null
null
null
class OCAPIResponse { constructor(response) { if (!response) { throw new Error('Response is empty.'); } this.status = response.status; this.data = response.data; } isSuccess() { return this.status <= 204; } getFaultMessage() { if (this.status > 204 && this.data && this.data.fault && this.data.fault.message) { return this.data.fault.message; } return 'No Fault Message.' } } module.exports = OCAPIResponse;
21
91
0.552381
5d29d763c41e90441767a833599d2766363282ee
891
js
JavaScript
src/restqapi/lib/api/index.js
tony-go/restqapi
b2216142c63cf3cf1a6fa3c37a2670b0fbef7673
[ "Apache-2.0" ]
1
2021-09-13T10:39:10.000Z
2021-09-13T10:39:10.000Z
src/restqapi/lib/api/index.js
tony-go/restqapi
b2216142c63cf3cf1a6fa3c37a2670b0fbef7673
[ "Apache-2.0" ]
null
null
null
src/restqapi/lib/api/index.js
tony-go/restqapi
b2216142c63cf3cf1a6fa3c37a2670b0fbef7673
[ "Apache-2.0" ]
null
null
null
const got = require('got') const Request = require('./request') const Response = require('./response') module.exports = function (options) { const { config } = options let error const run = async function () { try { const options = this.request.getOptions() // console.log(options) const result = await got(options) this.response = new Response(result.restqa) } catch (e) { // console.log('--------', e) if (e.response) { this.response = new Response(e.response.restqa) } else { error = e throw e } } } return { config, request: new Request(config.url), response: null, run, toJSON: function () { return { request: this.request.getOptions(), response: this.response && this.response.getResult(), error: error && error.message } } } }
23.447368
61
0.569024
5d2a8c7546aa7f6876bc78d17cdf0e9cd359539e
603
js
JavaScript
server/routes/cache-module.js
MishkaZi/vacations
1ed2b2a077dc9e856657f76fcc46412ec142ee4f
[ "MIT" ]
null
null
null
server/routes/cache-module.js
MishkaZi/vacations
1ed2b2a077dc9e856657f76fcc46412ec142ee4f
[ "MIT" ]
null
null
null
server/routes/cache-module.js
MishkaZi/vacations
1ed2b2a077dc9e856657f76fcc46412ec142ee4f
[ "MIT" ]
null
null
null
const dataMap = new Map(); const get = (key) => { return dataMap.get(key); }; const set = (key, value) => { dataMap.set(key, value); }; // This function should be in a separate module, because many resources will use it const extractUserDataFromCache = (request) => { let authorizationString = request.headers['authorization']; // Removing the bearer prefix, leaving the clean token let token = authorizationString.substring('Bearer '.length); let userData = dataMap.get(token); return userData; }; module.exports = { set, get, extractUserDataFromCache, };
25.125
84
0.674959
5d2b11b75c635e0b597941e36c18e7f8394d15da
6,295
js
JavaScript
webserver/static/js/demo_11_232.js
shixingfeng/three_js_with_coffeescript
6a533263bbc5cad6f6b98e85c7737b61f0e8087b
[ "MIT" ]
null
null
null
webserver/static/js/demo_11_232.js
shixingfeng/three_js_with_coffeescript
6a533263bbc5cad6f6b98e85c7737b61f0e8087b
[ "MIT" ]
null
null
null
webserver/static/js/demo_11_232.js
shixingfeng/three_js_with_coffeescript
6a533263bbc5cad6f6b98e85c7737b61f0e8087b
[ "MIT" ]
null
null
null
// Generated by CoffeeScript 2.3.1 (function() { var camera, init, mesh, onResize, renderer, scene; console.log("demo_11.232 Shader Pass simple-blur"); camera = null; scene = null; renderer = null; mesh = null; init = function() { var composer, controls, cube, dirLight, effectCopy, gui, hBlur, hTilt, i, initStats, j, k, l, plane, range, renderPass, renderScene, scale, spotLight, stats, step, stepX, stepZ, tri, vBlur, vTilt, webGLRenderer; // 场景 scene = new THREE.Scene(); // 摄像机 camera = new THREE.PerspectiveCamera(45, window.innerWidth / window.innerHeight, 0.1, 1000); camera.position.x = 30; camera.position.y = 30; camera.position.z = 30; camera.lookAt(new THREE.Vector3(0, 0, 0)); // 渲染器 webGLRenderer = new THREE.WebGLRenderer(); webGLRenderer.setClearColor(new THREE.Color(0xaaaaff, 1.0)); webGLRenderer.setSize(window.innerWidth, window.innerHeight); webGLRenderer.shadowMapEnabled = true; renderer = webGLRenderer; //灯光 dirLight = new THREE.DirectionalLight(0xffffff); dirLight.position.set(30, 30, 30); dirLight.intensity = 0.8; scene.add(dirLight); spotLight = new THREE.SpotLight(0xffffff); spotLight.castShadow = true; spotLight.position.set(-30, 30, -100); spotLight.target.position.x = -10; spotLight.target.position.z = -10; spotLight.intensity = 0.6; spotLight.shadowMapWidth = 4096; spotLight.shadowMapHeight = 4096; spotLight.shadowCameraFov = 120; spotLight.shadowCameraNear = 1; spotLight.shadowCameraFar = 200; scene.add(spotLight); scale = chroma.scale(['white', 'blue']); // 地面,物体,材质 plane = new THREE.BoxGeometry(1600, 1600, 0.1, 40, 40); cube = new THREE.Mesh(plane, new THREE.MeshPhongMaterial({ color: 0xffffff, map: THREE.ImageUtils.loadTexture("/static/pictures/assets/textures/general/floor-wood.jpg"), normalScale: new THREE.Vector2(0.6, 0.6) })); cube.material.map.wrapS = THREE.RepeatWrapping; cube.material.map.wrapT = THREE.RepeatWrapping; cube.rotation.x = Math.PI / 2; cube.material.map.repeat.set(80, 80); cube.receiveShadow = true; cube.position.z = -150; cube.position.x = -150; scene.add(cube); range = 3; stepX = 8; stepZ = 8; for (i = k = -25; k <= 4; i = ++k) { for (j = l = -15; l <= 15; j = ++l) { cube = new THREE.Mesh(new THREE.BoxGeometry(3, 4, 3), new THREE.MeshPhongMaterial({ color: scale(Math.random()).hex(), opacity: 0.8, transparent: true })); cube.position.x = i * stepX + (Math.random() - 0.5) * range; cube.position.z = j * stepZ + (Math.random() - 0.5) * range; cube.position.y = (Math.random() - 0.5) * 2; cube.castShadow = true; scene.add(cube); } } hBlur = new THREE.ShaderPass(THREE.HorizontalBlurShader); hBlur.enabled = false; hBlur.uniforms.h.value = 1 / window.innerHeight; vBlur = new THREE.ShaderPass(THREE.VerticalBlurShader); vBlur.enabled = false; vBlur.uniforms.v.value = 1 / window.innerWidth; hTilt = new THREE.ShaderPass(THREE.HorizontalTiltShiftShader); hTilt.enabled = false; hTilt.uniforms.h.value = 1 / window.innerHeight; vTilt = new THREE.ShaderPass(THREE.VerticalTiltShiftShader); vTilt.enabled = false; vTilt.uniforms.v.value = 1 / window.innerWidth; tri = new THREE.ShaderPass(THREE.TriangleBlurShader, "texture"); tri.enabled = false; renderPass = new THREE.RenderPass(scene, camera); effectCopy = new THREE.ShaderPass(THREE.CopyShader); effectCopy.renderToScreen = true; composer = new THREE.EffectComposer(webGLRenderer); composer.addPass(renderPass); composer.addPass(hBlur); composer.addPass(vBlur); composer.addPass(vTilt); composer.addPass(hTilt); composer.addPass(tri); composer.addPass(effectCopy); // 控制条 controls = new function() { this.hBlur = false; this.vBlur = false; this.hTilt = false; this.vTilt = false; this.triBlur = false; this.hTiltR = 0.35; this.vTiltR = 0.35; this.deltaX = 0.05; this.deltaY = 0.05; this.onChange = function() { hBlur.enabled = controls.hBlur; vBlur.enabled = controls.vBlur; hTilt.enabled = controls.hTilt; hTilt.uniforms.r.value = controls.hTiltR; vTilt.enabled = controls.vTilt; vTilt.uniforms.r.value = controls.vTiltR; tri.enabled = controls.triBlur; return tri.uniforms.delta.value = new THREE.Vector2(controls.deltaX, controls.deltaY); }; return this; }; // UI gui = new dat.GUI; gui.add(controls, "hBlur").onChange(controls.onChange); gui.add(controls, "vBlur").onChange(controls.onChange); gui.add(controls, "hTilt").onChange(controls.onChange); gui.add(controls, "hTiltR", 0, 1).onChange(controls.onChange); gui.add(controls, "vTilt").onChange(controls.onChange); gui.add(controls, "vTiltR", 0, 1).onChange(controls.onChange); gui.add(controls, "triBlur").onChange(controls.onChange); gui.add(controls, "deltaX", 0, 0.05).step(0.001).onChange(controls.onChange); gui.add(controls, "deltaY", 0, 0.05).step(0.001).onChange(controls.onChange); step = 0; // 实时渲染 renderScene = function() { stats.update(); requestAnimationFrame(renderScene); // renderer.render scene,camera return composer.render(); }; // 状态条 initStats = function() { var stats; stats = new Stats(); stats.setMode(0); stats.domElement.style.position = "absolute"; stats.domElement.style.left = "0px"; stats.domElement.style.top = "0px"; $("#Stats-output").append(stats.domElement); return stats; }; stats = initStats(); $("#WebGL-output").append(renderer.domElement); return renderScene(); }; //屏幕适配 onResize = function() { console.log("onResize"); camera.aspect = window.innerWidth / window.innerHeight; camera.updateProjectionMatrix(); return renderer.setSize(window.innerWidth, window.innerHeight); }; window.onload = init(); window.addEventListener("resize", onResize, false); }).call(this);
34.779006
215
0.643685
5d2b54dd58466becbd26bcca97c2296b1b72ff06
25,501
js
JavaScript
ArchRefClient/ArchRefClient/node_modules/primeng/dist/51.bb5e5f5ac9ddacb91e74.chunk.js
kaulart/archref
fb1410a45e5bb71f6a9f06c992ecae7cdcb93b5f
[ "Apache-2.0" ]
null
null
null
ArchRefClient/ArchRefClient/node_modules/primeng/dist/51.bb5e5f5ac9ddacb91e74.chunk.js
kaulart/archref
fb1410a45e5bb71f6a9f06c992ecae7cdcb93b5f
[ "Apache-2.0" ]
null
null
null
ArchRefClient/ArchRefClient/node_modules/primeng/dist/51.bb5e5f5ac9ddacb91e74.chunk.js
kaulart/archref
fb1410a45e5bb71f6a9f06c992ecae7cdcb93b5f
[ "Apache-2.0" ]
null
null
null
webpackJsonp([51],{662:function(e,t,n){"use strict";var i=this&&this.__decorate||function(e,t,n,i){var o,a=arguments.length,l=a<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)l=Reflect.decorate(e,t,n,i);else for(var r=e.length-1;r>=0;r--)(o=e[r])&&(l=(a<3?o(l):a>3?o(t,n,l):o(t,n))||l);return a>3&&l&&Object.defineProperty(t,n,l),l};Object.defineProperty(t,"__esModule",{value:!0});var o=n(10),a=n(52),l=n(797),r=n(909),s=n(854),c=n(701),u=n(700),d=function(){function MegaMenuDemoModule(){}return MegaMenuDemoModule}();d=i([o.NgModule({imports:[a.CommonModule,r.MegaMenuDemoRoutingModule,s.MegaMenuModule,c.TabViewModule,u.CodeHighlighterModule],declarations:[l.MegaMenuDemo]})],d),t.MegaMenuDemoModule=d},699:function(e,t,n){"use strict";var i=this&&this.__decorate||function(e,t,n,i){var o,a=arguments.length,l=a<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)l=Reflect.decorate(e,t,n,i);else for(var r=e.length-1;r>=0;r--)(o=e[r])&&(l=(a<3?o(l):a>3?o(t,n,l):o(t,n))||l);return a>3&&l&&Object.defineProperty(t,n,l),l};Object.defineProperty(t,"__esModule",{value:!0});var o=n(10),a=function(){function DomHandler(){}return DomHandler.prototype.addClass=function(e,t){e.classList?e.classList.add(t):e.className+=" "+t},DomHandler.prototype.addMultipleClasses=function(e,t){if(e.classList)for(var n=t.split(" "),i=0;i<n.length;i++)e.classList.add(n[i]);else for(var n=t.split(" "),i=0;i<n.length;i++)e.className+=" "+n[i]},DomHandler.prototype.removeClass=function(e,t){e.classList?e.classList.remove(t):e.className=e.className.replace(new RegExp("(^|\\b)"+t.split(" ").join("|")+"(\\b|$)","gi")," ")},DomHandler.prototype.hasClass=function(e,t){return e.classList?e.classList.contains(t):new RegExp("(^| )"+t+"( |$)","gi").test(e.className)},DomHandler.prototype.siblings=function(e){return Array.prototype.filter.call(e.parentNode.children,function(t){return t!==e})},DomHandler.prototype.find=function(e,t){return e.querySelectorAll(t)},DomHandler.prototype.findSingle=function(e,t){return e.querySelector(t)},DomHandler.prototype.index=function(e){for(var t=e.parentNode.childNodes,n=0,i=0;i<t.length;i++){if(t[i]==e)return n;1==t[i].nodeType&&n++}return-1},DomHandler.prototype.relativePosition=function(e,t){var n,i,o=e.offsetParent?{width:e.offsetWidth,height:e.offsetHeight}:this.getHiddenElementDimensions(e),a=t.offsetHeight,l=t.offsetWidth,r=t.getBoundingClientRect(),s=this.getViewport();n=r.top+a+o.height>s.height?-1*o.height:a,i=r.left+o.width>s.width?l-o.width:0,e.style.top=n+"px",e.style.left=i+"px"},DomHandler.prototype.absolutePosition=function(e,t){var n,i,o=e.offsetParent?{width:e.offsetWidth,height:e.offsetHeight}:this.getHiddenElementDimensions(e),a=o.height,l=o.width,r=t.offsetHeight,s=t.offsetWidth,c=t.getBoundingClientRect(),u=this.getWindowScrollTop(),d=this.getWindowScrollLeft(),p=this.getViewport();c.top+r+a>p.height?(n=c.top+u-a)<0&&(n=0+u):n=r+c.top+u,i=c.left+s+l>p.width?c.left+d+s-l:c.left+d,e.style.top=n+"px",e.style.left=i+"px"},DomHandler.prototype.getHiddenElementOuterHeight=function(e){e.style.visibility="hidden",e.style.display="block";var t=e.offsetHeight;return e.style.display="none",e.style.visibility="visible",t},DomHandler.prototype.getHiddenElementOuterWidth=function(e){e.style.visibility="hidden",e.style.display="block";var t=e.offsetWidth;return e.style.display="none",e.style.visibility="visible",t},DomHandler.prototype.getHiddenElementDimensions=function(e){var t={};return e.style.visibility="hidden",e.style.display="block",t.width=e.offsetWidth,t.height=e.offsetHeight,e.style.display="none",e.style.visibility="visible",t},DomHandler.prototype.scrollInView=function(e,t){var n=getComputedStyle(e).getPropertyValue("borderTopWidth"),i=n?parseFloat(n):0,o=getComputedStyle(e).getPropertyValue("paddingTop"),a=o?parseFloat(o):0,l=e.getBoundingClientRect(),r=t.getBoundingClientRect(),s=r.top+document.body.scrollTop-(l.top+document.body.scrollTop)-i-a,c=e.scrollTop,u=e.clientHeight,d=this.getOuterHeight(t);s<0?e.scrollTop=c+s:s+d>u&&(e.scrollTop=c+s-u+d)},DomHandler.prototype.fadeIn=function(e,t){e.style.opacity=0;var n=+new Date,i=0,o=function(){i=+e.style.opacity+((new Date).getTime()-n)/t,e.style.opacity=i,n=+new Date,+i<1&&(window.requestAnimationFrame&&requestAnimationFrame(o)||setTimeout(o,16))};o()},DomHandler.prototype.fadeOut=function(e,t){var n=1,i=50,o=t,a=i/o,l=setInterval(function(){n-=a,n<=0&&(n=0,clearInterval(l)),e.style.opacity=n},i)},DomHandler.prototype.getWindowScrollTop=function(){var e=document.documentElement;return(window.pageYOffset||e.scrollTop)-(e.clientTop||0)},DomHandler.prototype.getWindowScrollLeft=function(){var e=document.documentElement;return(window.pageXOffset||e.scrollLeft)-(e.clientLeft||0)},DomHandler.prototype.matches=function(e,t){var n=Element.prototype;return(n.matches||n.webkitMatchesSelector||n.mozMatchesSelector||n.msMatchesSelector||function(e){return-1!==[].indexOf.call(document.querySelectorAll(e),this)}).call(e,t)},DomHandler.prototype.getOuterWidth=function(e,t){var n=e.offsetWidth;if(t){var i=getComputedStyle(e);n+=parseFloat(i.marginLeft)+parseFloat(i.marginRight)}return n},DomHandler.prototype.getHorizontalPadding=function(e){var t=getComputedStyle(e);return parseFloat(t.paddingLeft)+parseFloat(t.paddingRight)},DomHandler.prototype.getHorizontalMargin=function(e){var t=getComputedStyle(e);return parseFloat(t.marginLeft)+parseFloat(t.marginRight)},DomHandler.prototype.innerWidth=function(e){var t=e.offsetWidth,n=getComputedStyle(e);return t+=parseFloat(n.paddingLeft)+parseFloat(n.paddingRight)},DomHandler.prototype.width=function(e){var t=e.offsetWidth,n=getComputedStyle(e);return t-=parseFloat(n.paddingLeft)+parseFloat(n.paddingRight)},DomHandler.prototype.getOuterHeight=function(e,t){var n=e.offsetHeight;if(t){var i=getComputedStyle(e);n+=parseFloat(i.marginTop)+parseFloat(i.marginBottom)}return n},DomHandler.prototype.getHeight=function(e){var t=e.offsetHeight,n=getComputedStyle(e);return t-=parseFloat(n.paddingTop)+parseFloat(n.paddingBottom)+parseFloat(n.borderTopWidth)+parseFloat(n.borderBottomWidth)},DomHandler.prototype.getWidth=function(e){var t=e.offsetWidth,n=getComputedStyle(e);return t-=parseFloat(n.paddingLeft)+parseFloat(n.paddingRight)+parseFloat(n.borderLeftWidth)+parseFloat(n.borderRightWidth)},DomHandler.prototype.getViewport=function(){var e=window,t=document,n=t.documentElement,i=t.getElementsByTagName("body")[0];return{width:e.innerWidth||n.clientWidth||i.clientWidth,height:e.innerHeight||n.clientHeight||i.clientHeight}},DomHandler.prototype.getOffset=function(e){for(var t=e.offsetLeft,n=e.offsetTop;e=e.offsetParent;)t+=e.offsetLeft,n+=e.offsetTop;return{left:t,top:n}},DomHandler.prototype.getUserAgent=function(){return navigator.userAgent},DomHandler.prototype.isIE=function(){var e=window.navigator.userAgent;if(e.indexOf("MSIE ")>0)return!0;if(e.indexOf("Trident/")>0)return e.indexOf("rv:"),!0;return e.indexOf("Edge/")>0},DomHandler.prototype.appendChild=function(e,t){if(this.isElement(t))t.appendChild(e);else{if(!t.el||!t.el.nativeElement)throw"Cannot append "+t+" to "+e;t.el.nativeElement.appendChild(e)}},DomHandler.prototype.removeChild=function(e,t){if(this.isElement(t))t.removeChild(e);else{if(!t.el||!t.el.nativeElement)throw"Cannot remove "+e+" from "+t;t.el.nativeElement.removeChild(e)}},DomHandler.prototype.isElement=function(e){return"object"==typeof HTMLElement?e instanceof HTMLElement:e&&"object"==typeof e&&null!==e&&1===e.nodeType&&"string"==typeof e.nodeName},DomHandler.prototype.calculateScrollbarWidth=function(){var e=document.createElement("div");e.className="ui-scrollbar-measure",document.body.appendChild(e);var t=e.offsetWidth-e.clientWidth;return document.body.removeChild(e),t},DomHandler}();a.zindex=1e3,a=i([o.Injectable()],a),t.DomHandler=a},700:function(e,t,n){"use strict";var i=this&&this.__decorate||function(e,t,n,i){var o,a=arguments.length,l=a<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)l=Reflect.decorate(e,t,n,i);else for(var r=e.length-1;r>=0;r--)(o=e[r])&&(l=(a<3?o(l):a>3?o(t,n,l):o(t,n))||l);return a>3&&l&&Object.defineProperty(t,n,l),l},o=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)};Object.defineProperty(t,"__esModule",{value:!0});var a=n(10),l=n(52),r=function(){function CodeHighlighter(e){this.el=e}return CodeHighlighter.prototype.ngOnInit=function(){Prism.highlightElement(this.el.nativeElement)},CodeHighlighter}();r=i([a.Directive({selector:"[pCode]"}),o("design:paramtypes",[a.ElementRef])],r),t.CodeHighlighter=r;var s=function(){function CodeHighlighterModule(){}return CodeHighlighterModule}();s=i([a.NgModule({imports:[l.CommonModule],exports:[r],declarations:[r]})],s),t.CodeHighlighterModule=s},701:function(e,t,n){"use strict";var i=this&&this.__decorate||function(e,t,n,i){var o,a=arguments.length,l=a<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)l=Reflect.decorate(e,t,n,i);else for(var r=e.length-1;r>=0;r--)(o=e[r])&&(l=(a<3?o(l):a>3?o(t,n,l):o(t,n))||l);return a>3&&l&&Object.defineProperty(t,n,l),l},o=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)};Object.defineProperty(t,"__esModule",{value:!0});var a=n(10),l=n(52),r=function(){function TabViewNav(){this.orientation="top",this.onTabClick=new a.EventEmitter,this.onTabCloseClick=new a.EventEmitter}return TabViewNav.prototype.getDefaultHeaderClass=function(e){var t="ui-state-default ui-corner-"+this.orientation;return e.headerStyleClass&&(t=t+" "+e.headerStyleClass),t},TabViewNav.prototype.clickTab=function(e,t){this.onTabClick.emit({originalEvent:e,tab:t})},TabViewNav.prototype.clickClose=function(e,t){this.onTabCloseClick.emit({originalEvent:e,tab:t})},TabViewNav}();i([a.Input(),o("design:type",Array)],r.prototype,"tabs",void 0),i([a.Input(),o("design:type",String)],r.prototype,"orientation",void 0),i([a.Output(),o("design:type",a.EventEmitter)],r.prototype,"onTabClick",void 0),i([a.Output(),o("design:type",a.EventEmitter)],r.prototype,"onTabCloseClick",void 0),r=i([a.Component({selector:"[p-tabViewNav]",host:{"[class.ui-tabview-nav]":"true","[class.ui-helper-reset]":"true","[class.ui-helper-clearfix]":"true","[class.ui-widget-header]":"true","[class.ui-corner-all]":"true"},template:'\n <ng-template ngFor let-tab [ngForOf]="tabs">\n <li [class]="getDefaultHeaderClass(tab)" [ngStyle]="tab.headerStyle" role="tab"\n [ngClass]="{\'ui-tabview-selected ui-state-active\': tab.selected, \'ui-state-disabled\': tab.disabled}"\n (click)="clickTab($event,tab)" *ngIf="!tab.closed"\n [attr.aria-expanded]="tab.selected" [attr.aria-selected]="tab.selected">\n <a href="#">\n <span class="ui-tabview-left-icon fa" [ngClass]="tab.leftIcon" *ngIf="tab.leftIcon"></span>\n <span class="ui-tabview-title">{{tab.header}}</span>\n <span class="ui-tabview-right-icon fa" [ngClass]="tab.rightIcon" *ngIf="tab.rightIcon"></span>\n </a>\n <span *ngIf="tab.closable" class="ui-tabview-close fa fa-close" (click)="clickClose($event,tab)"></span>\n </li>\n </ng-template>\n '})],r),t.TabViewNav=r;var s=function(){function TabPanel(){}return TabPanel}();i([a.Input(),o("design:type",String)],s.prototype,"header",void 0),i([a.Input(),o("design:type",Boolean)],s.prototype,"selected",void 0),i([a.Input(),o("design:type",Boolean)],s.prototype,"disabled",void 0),i([a.Input(),o("design:type",Boolean)],s.prototype,"closable",void 0),i([a.Input(),o("design:type",Object)],s.prototype,"headerStyle",void 0),i([a.Input(),o("design:type",String)],s.prototype,"headerStyleClass",void 0),i([a.Input(),o("design:type",String)],s.prototype,"leftIcon",void 0),i([a.Input(),o("design:type",String)],s.prototype,"rightIcon",void 0),s=i([a.Component({selector:"p-tabPanel",template:'\n <div class="ui-tabview-panel ui-widget-content" [style.display]="selected ? \'block\' : \'none\'" \n role="tabpanel" [attr.aria-hidden]="!selected" *ngIf="closed ? false : (lazy ? selected : true)">\n <ng-content></ng-content>\n </div>\n '})],s),t.TabPanel=s;var c=function(){function TabView(e){this.el=e,this.orientation="top",this.onChange=new a.EventEmitter,this.onClose=new a.EventEmitter}return TabView.prototype.ngAfterContentInit=function(){var e=this;this.initTabs(),this.tabPanels.changes.subscribe(function(t){e.initTabs()})},TabView.prototype.initTabs=function(){this.tabs=this.tabPanels.toArray();for(var e=0,t=this.tabs;e<t.length;e++){t[e].lazy=this.lazy}!this.findSelectedTab()&&this.tabs.length&&(null!=this.activeIndex&&this.tabs.length>this.activeIndex?this.tabs[this.activeIndex].selected=!0:this.tabs[0].selected=!0)},TabView.prototype.open=function(e,t){if(t.disabled)return void e.preventDefault();if(!t.selected){var n=this.findSelectedTab();n&&(n.selected=!1),t.selected=!0,this.onChange.emit({originalEvent:e,index:this.findTabIndex(t)})}e.preventDefault()},TabView.prototype.close=function(e,t){var n=this;this.controlClose?this.onClose.emit({originalEvent:e,index:this.findTabIndex(t),close:function(){n.closeTab(t)}}):(this.closeTab(t),this.onClose.emit({originalEvent:e,index:this.findTabIndex(t)})),e.stopPropagation()},TabView.prototype.closeTab=function(e){if(e.selected){e.selected=!1;for(var t=0;t<this.tabs.length;t++){var n=this.tabs[t];if(!n.closed&&!e.disabled){n.selected=!0;break}}}e.closed=!0},TabView.prototype.findSelectedTab=function(){for(var e=0;e<this.tabs.length;e++)if(this.tabs[e].selected)return this.tabs[e];return null},TabView.prototype.findTabIndex=function(e){for(var t=-1,n=0;n<this.tabs.length;n++)if(this.tabs[n]==e){t=n;break}return t},TabView.prototype.getBlockableElement=function(){return this.el.nativeElement.children[0]},Object.defineProperty(TabView.prototype,"activeIndex",{get:function(){return this._activeIndex},set:function(e){this._activeIndex=e,this.tabs&&this.tabs.length&&null!=this._activeIndex&&(this.findSelectedTab().selected=!1,this.tabs[this._activeIndex].selected=!0)},enumerable:!0,configurable:!0}),TabView}();i([a.Input(),o("design:type",String)],c.prototype,"orientation",void 0),i([a.Input(),o("design:type",Object)],c.prototype,"style",void 0),i([a.Input(),o("design:type",String)],c.prototype,"styleClass",void 0),i([a.Input(),o("design:type",Boolean)],c.prototype,"controlClose",void 0),i([a.Input(),o("design:type",Boolean)],c.prototype,"lazy",void 0),i([a.ContentChildren(s),o("design:type",a.QueryList)],c.prototype,"tabPanels",void 0),i([a.Output(),o("design:type",a.EventEmitter)],c.prototype,"onChange",void 0),i([a.Output(),o("design:type",a.EventEmitter)],c.prototype,"onClose",void 0),i([a.Input(),o("design:type",Number),o("design:paramtypes",[Number])],c.prototype,"activeIndex",null),c=i([a.Component({selector:"p-tabView",template:'\n <div [ngClass]="\'ui-tabview ui-widget ui-widget-content ui-corner-all ui-tabview-\' + orientation" [ngStyle]="style" [class]="styleClass">\n <ul p-tabViewNav role="tablist" *ngIf="orientation!=\'bottom\'" [tabs]="tabs" [orientation]="orientation" \n (onTabClick)="open($event.originalEvent, $event.tab)" (onTabCloseClick)="close($event.originalEvent, $event.tab)"></ul>\n <div class="ui-tabview-panels">\n <ng-content></ng-content>\n </div>\n <ul p-tabViewNav role="tablist" *ngIf="orientation==\'bottom\'" [tabs]="tabs" [orientation]="orientation"\n (onTabClick)="open($event.originalEvent, $event.tab)" (onTabCloseClick)="close($event.originalEvent, $event.tab)"></ul>\n </div>\n '}),o("design:paramtypes",[a.ElementRef])],c),t.TabView=c;var u=function(){function TabViewModule(){}return TabViewModule}();u=i([a.NgModule({imports:[l.CommonModule],exports:[c,s,r],declarations:[c,s,r]})],u),t.TabViewModule=u},797:function(e,t,n){"use strict";var i=this&&this.__decorate||function(e,t,n,i){var o,a=arguments.length,l=a<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)l=Reflect.decorate(e,t,n,i);else for(var r=e.length-1;r>=0;r--)(o=e[r])&&(l=(a<3?o(l):a>3?o(t,n,l):o(t,n))||l);return a>3&&l&&Object.defineProperty(t,n,l),l};Object.defineProperty(t,"__esModule",{value:!0});var o=n(10),a=function(){function MegaMenuDemo(){}return MegaMenuDemo.prototype.ngOnInit=function(){this.items=[{label:"TV",icon:"fa-check",items:[[{label:"TV 1",items:[{label:"TV 1.1"},{label:"TV 1.2"}]},{label:"TV 2",items:[{label:"TV 2.1"},{label:"TV 2.2"}]}],[{label:"TV 3",items:[{label:"TV 3.1"},{label:"TV 3.2"}]},{label:"TV 4",items:[{label:"TV 4.1"},{label:"TV 4.2"}]}]]},{label:"Sports",icon:"fa-soccer-ball-o",items:[[{label:"Sports 1",items:[{label:"Sports 1.1"},{label:"Sports 1.2"}]},{label:"Sports 2",items:[{label:"Sports 2.1"},{label:"Sports 2.2"}]}],[{label:"Sports 3",items:[{label:"Sports 3.1"},{label:"Sports 3.2"}]},{label:"Sports 4",items:[{label:"Sports 4.1"},{label:"Sports 4.2"}]}],[{label:"Sports 5",items:[{label:"Sports 5.1"},{label:"Sports 5.2"}]},{label:"Sports 6",items:[{label:"Sports 6.1"},{label:"Sports 6.2"}]}]]},{label:"Entertainment",icon:"fa-child",items:[[{label:"Entertainment 1",items:[{label:"Entertainment 1.1"},{label:"Entertainment 1.2"}]},{label:"Entertainment 2",items:[{label:"Entertainment 2.1"},{label:"Entertainment 2.2"}]}],[{label:"Entertainment 3",items:[{label:"Entertainment 3.1"},{label:"Entertainment 3.2"}]},{label:"Entertainment 4",items:[{label:"Entertainment 4.1"},{label:"Entertainment 4.2"}]}]]},{label:"Technology",icon:"fa-gears",items:[[{label:"Technology 1",items:[{label:"Technology 1.1"},{label:"Technology 1.2"}]},{label:"Technology 2",items:[{label:"Technology 2.1"},{label:"Technology 2.2"}]},{label:"Technology 3",items:[{label:"Technology 3.1"},{label:"Technology 3.2"}]}],[{label:"Technology 4",items:[{label:"Technology 4.1"},{label:"Technology 4.2"}]}]]}]},MegaMenuDemo}();a=i([o.Component({templateUrl:"showcase/demo/megamenu/megamenudemo.html"})],a),t.MegaMenuDemo=a},854:function(e,t,n){"use strict";var i=this&&this.__decorate||function(e,t,n,i){var o,a=arguments.length,l=a<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)l=Reflect.decorate(e,t,n,i);else for(var r=e.length-1;r>=0;r--)(o=e[r])&&(l=(a<3?o(l):a>3?o(t,n,l):o(t,n))||l);return a>3&&l&&Object.defineProperty(t,n,l),l},o=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)};Object.defineProperty(t,"__esModule",{value:!0});var a=n(10),l=n(52),r=n(699),s=n(91),c=function(){function MegaMenu(e,t,n){this.el=e,this.domHandler=t,this.renderer=n,this.orientation="horizontal"}return MegaMenu.prototype.onItemMouseEnter=function(e,t,n){if(!n.disabled){this.activeItem=t;var i=t.children[0].nextElementSibling;i&&(i.style.zIndex=++r.DomHandler.zindex,"horizontal"===this.orientation?(i.style.top=this.domHandler.getOuterHeight(t.children[0])+"px",i.style.left="0px"):"vertical"===this.orientation&&(i.style.top="0px",i.style.left=this.domHandler.getOuterWidth(t.children[0])+"px"))}},MegaMenu.prototype.onItemMouseLeave=function(e,t){this.activeItem=null},MegaMenu.prototype.itemClick=function(e,t){if(t.disabled)return void e.preventDefault();t.url||e.preventDefault(),t.command&&(t.eventEmitter||(t.eventEmitter=new a.EventEmitter,t.eventEmitter.subscribe(t.command)),t.eventEmitter.emit({originalEvent:e,item:t})),this.activeItem=null},MegaMenu.prototype.unsubscribe=function(e){if(e.eventEmitter&&e.eventEmitter.unsubscribe(),e.items)for(var t=0,n=e.items;t<n.length;t++){var i=n[t];this.unsubscribe(i)}},MegaMenu.prototype.ngOnDestroy=function(){if(this.model)for(var e=0,t=this.model;e<t.length;e++){var n=t[e];this.unsubscribe(n)}},MegaMenu.prototype.getColumnClass=function(e){var t,n=e.items?e.items.length:0;switch(n){case 2:t="ui-g-6";break;case 3:t="ui-g-4";break;case 4:t="ui-g-3";break;case 6:t="ui-g-2";break;default:t="ui-g-12"}return t},MegaMenu}();i([a.Input(),o("design:type",Array)],c.prototype,"model",void 0),i([a.Input(),o("design:type",Object)],c.prototype,"style",void 0),i([a.Input(),o("design:type",String)],c.prototype,"styleClass",void 0),i([a.Input(),o("design:type",String)],c.prototype,"orientation",void 0),c=i([a.Component({selector:"p-megaMenu",template:'\n <div [class]="styleClass" [ngStyle]="style"\n [ngClass]="{\'ui-menu ui-menubar ui-megamenu ui-widget ui-widget-content ui-corner-all ui-helper-clearfix\':true,\'ui-megamenu-vertical\': orientation == \'vertical\'}">\n <ul class="ui-menu-list ui-helper-reset ui-menubar-root-list">\n <ng-template ngFor let-category [ngForOf]="model">\n <li #item [ngClass]="{\'ui-menuitem ui-widget ui-corner-all\':true,\'ui-menu-parent\':category.items,\'ui-menuitem-active\':item==activeItem}"\n (mouseenter)="onItemMouseEnter($event, item, category)" (mouseleave)="onItemMouseLeave($event, item)">\n <a class="ui-menuitem-link ui-corner-all ui-submenu-link" [ngClass]="{\'ui-state-disabled\':category.disabled}">\n <span class="ui-menuitem-icon fa fa-fw" [ngClass]="category.icon"></span>\n <span class="ui-menuitem-text">{{category.label}}</span>\n <span class="ui-submenu-icon fa fa-fw" [ngClass]="{\'fa-caret-down\':orientation==\'horizontal\',\'fa-caret-right\':orientation==\'vertical\'}"></span>\n </a>\n <div class="ui-megamenu-panel ui-widget-content ui-menu-list ui-corner-all ui-helper-clearfix ui-menu-child ui-shadow">\n <div class="ui-g">\n <ng-template ngFor let-column [ngForOf]="category.items">\n <div [class]="getColumnClass(category)">\n <ng-template ngFor let-submenu [ngForOf]="column">\n <ul class="ui-menu-list ui-helper-reset">\n <li class="ui-widget-header ui-corner-all"><h3>{{submenu.label}}</h3></li>\n <li *ngFor="let item of submenu.items" class="ui-menuitem ui-widget ui-corner-all">\n <a *ngIf="!item.routerLink" [href]="item.url||\'#\'" class="ui-menuitem-link ui-corner-all" [attr.target]="item.target"\n [ngClass]="{\'ui-state-disabled\':item.disabled}" (click)="itemClick($event, item)">\n <span class="ui-menuitem-icon fa fa-fw" *ngIf="item.icon" [ngClass]="item.icon"></span>\n <span class="ui-menuitem-text">{{item.label}}</span>\n </a>\n <a *ngIf="item.routerLink" [routerLink]="item.routerLink" [routerLinkActive]="\'ui-state-active\'" class="ui-menuitem-link ui-corner-all" [attr.target]="item.target"\n [ngClass]="{\'ui-state-disabled\':item.disabled}" (click)="itemClick($event, item)">\n <span class="ui-menuitem-icon fa fa-fw" *ngIf="item.icon" [ngClass]="item.icon"></span>\n <span class="ui-menuitem-text">{{item.label}}</span>\n </a>\n </li>\n </ul>\n </ng-template>\n </div>\n </ng-template>\n </div>\n </div>\n </li>\n </ng-template>\n </ul>\n </div>\n ',providers:[r.DomHandler]}),o("design:paramtypes",[a.ElementRef,r.DomHandler,a.Renderer])],c),t.MegaMenu=c;var u=function(){function MegaMenuModule(){}return MegaMenuModule}();u=i([a.NgModule({imports:[l.CommonModule,s.RouterModule],exports:[c,s.RouterModule],declarations:[c]})],u),t.MegaMenuModule=u},909:function(e,t,n){"use strict";var i=this&&this.__decorate||function(e,t,n,i){var o,a=arguments.length,l=a<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)l=Reflect.decorate(e,t,n,i);else for(var r=e.length-1;r>=0;r--)(o=e[r])&&(l=(a<3?o(l):a>3?o(t,n,l):o(t,n))||l);return a>3&&l&&Object.defineProperty(t,n,l),l};Object.defineProperty(t,"__esModule",{value:!0});var o=n(10),a=n(91),l=n(797),r=function(){function MegaMenuDemoRoutingModule(){}return MegaMenuDemoRoutingModule}();r=i([o.NgModule({imports:[a.RouterModule.forChild([{path:"",component:l.MegaMenuDemo}])],exports:[a.RouterModule]})],r),t.MegaMenuDemoRoutingModule=r}});
25,501
25,501
0.684012
5d2c263727d5d92a89e3bd8e3b9a3d3197824d9b
339
js
JavaScript
client/http.js
chingu-voyage7/Bears-Team-22
1e965928de800ae8d84741e7cf3076ce552f3359
[ "MIT" ]
1
2018-12-03T17:30:39.000Z
2018-12-03T17:30:39.000Z
client/http.js
chingu-voyage7/Bears-Team-22
1e965928de800ae8d84741e7cf3076ce552f3359
[ "MIT" ]
24
2018-11-28T12:18:58.000Z
2019-02-05T16:24:34.000Z
client/http.js
chingu-voyage7/Bears-Team-22
1e965928de800ae8d84741e7cf3076ce552f3359
[ "MIT" ]
8
2018-11-27T17:37:53.000Z
2019-01-29T00:52:31.000Z
import getConfig from "next/config"; const {publicRuntimeConfig} = getConfig(); const {apiUrl} = publicRuntimeConfig; const requestUrl = path => new URL(path, apiUrl); export const get = (path, opts = {}) => fetch(requestUrl(path), opts); export const post = (path, opts = {}) => fetch(requestUrl(path), { method: "POST", ...opts });
26.076923
70
0.672566
5d2d11ee856609ee835d6013425c687ebfc329f6
296
js
JavaScript
app/scripts/controllers/contactCtrl.js
gruan/NOBEIllinois-Website
e6fbd3d80a499102b9a25c155f04eb754be68e93
[ "MIT" ]
null
null
null
app/scripts/controllers/contactCtrl.js
gruan/NOBEIllinois-Website
e6fbd3d80a499102b9a25c155f04eb754be68e93
[ "MIT" ]
null
null
null
app/scripts/controllers/contactCtrl.js
gruan/NOBEIllinois-Website
e6fbd3d80a499102b9a25c155f04eb754be68e93
[ "MIT" ]
null
null
null
/** * Created by George Ruan on June 28, 2016. * * ContactCtrl defines the behavior of the Contact Page. */ (function() { 'use strict'; angular.module('nobe') .controller('ContactCtrl', contactCtrl); contactCtrl.$inject = ['$scope']; function contactCtrl($scope) { } })();
15.578947
56
0.635135
5d2e08d50eb0443b406704340109bfa9e238e35c
12,082
js
JavaScript
src/extend/dam/dam.js
AngusLean/ychart
ebe98198a7ec4db470cbaca1ac5d1a902e28da72
[ "MIT" ]
null
null
null
src/extend/dam/dam.js
AngusLean/ychart
ebe98198a7ec4db470cbaca1ac5d1a902e28da72
[ "MIT" ]
null
null
null
src/extend/dam/dam.js
AngusLean/ychart
ebe98198a7ec4db470cbaca1ac5d1a902e28da72
[ "MIT" ]
null
null
null
define(function(require) { "use strict"; var util = require("../../tool/util"); var textutil = require("../../core/graphic/helper/text"); var dammd = require("./dam_md"); var Group = require("../../Group"); var Rect = require(".././Rect"); var Line = require(".././Line"); var YText = require(".././YText"); var debugs = require("../../tool/debug"); var warn = debugs.warn, debug = debugs.debug; var damView = function(_dammd) { this.dam = {}; switch (_dammd.type) { case "土石坝": this.dam = util.merge(_dammd, dammd.tsb, false); break; default: warn("不支持的大坝类型"); return; } this.damContainer = new Group(); this.beginpt = null; }; damView.prototype = { constructor: damView, setBeginPt: function(pt) { if (util.isArr(pt) && pt.length == 2) { this.beginpt = pt; } }, getData: function(opt) { // this.damContainer.position = [120,120]; this.damContainer.scale = [1,1]; if (util.checkNull(this.beginpt) || this.beginpt.length != 2) { this.beginpt = [2]; this.beginpt[0] = 0; this.beginpt[1] = 0; } /* var containerWidth = opt.ctwh; var containerHeight = opt.ctht; */ /* * 先绘制左边的水位图再绘制大坝 * 这里处理一次绘制的图与canvas大小的关系 * 后面在适当缩放或者放大 */ this.drawWaterLevel([this.beginpt[0] - 90, this.beginpt[1]], 160); //大坝位置的点数组 var damrect = []; //大坝起点位置 damrect.push(this.beginpt); var pt; //大坝左上第一个点 if (util.isObj(this.dam.UPDMSL)) { warn("上游坝坡面多折线未实现"); return; } else { pt = []; pt[0] = this.beginpt[0] + this.dam.UPDMSL * this.dam.MAXDMHG; pt[1] = this.beginpt[1] + this.dam.MAXDMHG; damrect.push(pt); } //大坝右上角第一个点 pt = []; pt[0] = this.beginpt[0] + this.dam.UPDMSL * this.dam.MAXDMHG + this.dam.DMTPWD; pt[1] = this.beginpt[1] + this.dam.MAXDMHG; damrect.push(pt); //大坝右下角最后一个点 if (util.isObj(this.dam.DWDMSL)) { warn("下游坝坡面多折线未实现"); return; } else { pt = []; pt[0] = this.beginpt[0] + this.dam.UPDMSL * this.dam.MAXDMHG + this.dam.DMTPWD + this.dam.DWDMSL * this.dam.MAXDMHG; pt[1] = this.beginpt[1]; damrect.push(pt); } //大坝自身轮廓 this.damContainer.addChild(new Rect({ allpt: damrect, style: { lineColor: "red", textColor: "black", fillColor: "#DDBB88", // fillColor: "red", brushType: "fill" }, text: this.dam.name })); //心墙 if (util.isObj(this.dam.CDREWALL)) { var cdrect = []; var tmp = (this.dam.DMTPWD - this.dam.CDREWALL.WTDTH) / 2; //坝顶宽度减去心墙宽度,即心墙左侧位置 var pt1 = []; //心墙第一个点 pt1[0] = damrect[1][0] + tmp; pt1[1] = damrect[0][1]; if (!util.checkNull(this.dam.CDREWALL.UPSL)) { if (util.isObj(this.dam.CDREWALL.UPSL)) { warn("心墙上游坡面多折线尚未实现"); return; } else { //心墙上游坡面向上倾斜。 pt1[0] = damrect[1][0] + tmp - this.dam.MAXDMHG * this.dam.CDREWALL.UPSL; } } cdrect.push(pt1); //心墙第二个点 pt1 = []; pt1[0] = damrect[1][0] + tmp; pt1[1] = this.beginpt[1] + this.dam.MAXDMHG; cdrect.push(pt1); //心墙第三个点(右上角) pt1 = []; pt1[0] = damrect[1][0] + tmp + this.dam.CDREWALL.WTDTH; pt1[1] = this.beginpt[1] + this.dam.MAXDMHG; cdrect.push(pt1); //心墙第四个点(右下角) pt1 = []; pt1[0] = damrect[1][0] + tmp + this.dam.CDREWALL.WTDTH; pt1[1] = damrect[0][1]; if (!util.checkNull(this.dam.CDREWALL.DWSL)) { if (util.isObj(this.dam.CDREWALL.DWSL)) { warn("心墙下游坡面多折线尚未实现"); return; } else { pt1[0] = damrect[1][0] + tmp + this.dam.CDREWALL.WTDTH + this.dam.MAXDMHG * this.dam.CDREWALL.DWSL; } } cdrect.push(pt1); //绘制心墙 this.damContainer.addChild(new Rect({ allpt: cdrect, style: { fillStyle: "#8B7E6C", textColor: "red", brushType: "fill" } })); } return this.damContainer; }, /* * @param beginpt [Array] 水位图最左边的点 * @param maxwaterwidth [number] 水位图的宽度。 * 上面两个参数结合水库的坝宽可以实现对不同大小的canvas的自适应。 */ drawWaterLevel: function(beginpt, maxwaterwidth) { if (!util.checkNull(this.dam.HYCH)) { var pt = []; var hych = this.dam.HYCH; if (util.checkNull(beginpt) || beginpt.length != 2) { beginpt = [2]; beginpt[0] = 0; beginpt[1] = 0; } //坝底高程() var DMBTEL = util.checkNull(this.dam.DMTPEL) ? 0 : (this.dam.DMTPEL - this.dam.MAXDMHG); //当前水位对应的海水 var crtwl = []; var crtz = hych.Z - DMBTEL; crtwl.push(beginpt); crtwl.push([beginpt[0], beginpt[1] + crtz]); crtwl.push([beginpt[0] + maxwaterwidth, beginpt[1] + crtz]); crtwl.push([beginpt[0] + maxwaterwidth, beginpt[1]]); //当前水对应的海水背景 this.damContainer.addChild(new Rect({ allpt: crtwl, style: { fillColor: '#1C6BA0', brushType: "fill", gradient: { beginpt: [beginpt[0] + maxwaterwidth / 2, beginpt[1] + crtz], endpt: [beginpt[0] + maxwaterwidth / 2, beginpt[1]], beginColor: "#83ADF5", endColor: "#1C6BA0" } } })); //竖向水尺划分为多少部分 var splitnum = this.rulersplitnm; //水尺宽度 var rulerwidth = this.rulerwh; var eachlen = this.dam.MAXDMHG / splitnum; //水尺 var waterruler = []; waterruler.push(beginpt); waterruler.push([beginpt[0], [beginpt[1] + this.dam.MAXDMHG] ]); waterruler.push([beginpt[0] + rulerwidth, [beginpt[1] + this.dam.MAXDMHG]]); waterruler.push([beginpt[0] + rulerwidth, beginpt[1]]); //水尺本身 this.damContainer.addChild(new Rect({ allpt: waterruler, style: { fillColor: "#4B86AD", // fillColor: "#2E6FE5", brushType: "fill" } })); //水尺上的横线和数字 var y, tt; for (var i = 0; i < splitnum; i++) { y = beginpt[1] + eachlen * i; //处理水位标识和分段之前的关系 tt = DMBTEL + eachlen * (i + 1); this.damContainer.addChild(new Line({ beginpt: [beginpt[0], y], endpt: [beginpt[0] + rulerwidth, y], style: { lineColor: "white", brushType: "stroke" } })); this.damContainer.addChild(new YText({ beginpt: [beginpt[0] - 25, y + 5], text: tt, style: { textColor: "black" } })); } // 水位标识 var nrpllvtext = "正常蓄水位" + hych.NRPLLV ; var textrect = textutil.getTextRect(nrpllvtext ,0,0); // console.log(textrect); this.damContainer.addChild(this.buildWaterLevelLine({ beginpt: [beginpt[0] + this.rulerwh + 2, beginpt[1] + hych.NRPLLV - DMBTEL], endpt: [beginpt[0] + this.rulerwh + 120, beginpt[1] + hych.NRPLLV - DMBTEL], text: nrpllvtext , leftMargin: 10 })); if(hych.NRPLLV - hych.DDWL < textrect.height){ console.log("死水位和正常蓄水位之间间距过小"); } this.damContainer.addChild(this.buildWaterLevelLine({ beginpt: [beginpt[0] + this.rulerwh + 2, beginpt[1] + hych.DDWL - DMBTEL], endpt: [beginpt[0] + this.rulerwh + 120, beginpt[1] + hych.DDWL - DMBTEL], text: "死水位" + hych.DDWL, leftMargin: 25 })); } }, //三角形的宽度和高度 triangleWidth: 13, triangleHeight: 8, //三角形下方对应的水位刻度线最长值 scalelinewh: 5, //刻度线的缩短值 scalelinepd: 2, //刻度线竖向间距 scalelinetp: 3, //水尺的宽度 rulerwh: 9, //水尺分为多少部分 rulersplitnm: 10, //三角形和文字与直线左边起点的距离 // 建立水位标识 buildWaterLevelLine: function(param) { var Triangle = require(".././Triangle"); var wlline = new Group(); var _this = this; wlline.addChild(new Line({ beginpt: param.beginpt, endpt: param.endpt, splitnum: 20, style:{ lineColor: "#003d8f" } })); //水位标识中的三角形 param.leftMargin = param.leftMargin || 0; wlline.addChild(new Triangle({ beginpt: [param.beginpt[0] + param.leftMargin, param.beginpt[1] + _this.triangleHeight], width: _this.triangleWidth, height: _this.triangleHeight, direction: "bottom", style: { lineColor: "black" } })); //水位标识中的文字 wlline.addChild(new YText({ beginpt: [param.beginpt[0] + param.leftMargin + _this.triangleWidth + 3, param.beginpt[1]], text: param.text, style: { textColor: "black", textBaseline: "bottom" } })); //水位标识倒三角下方的三条横线 for (var i = 0; i < 3; i++) { wlline.addChild(new Line({ beginpt: [param.beginpt[0] + param.leftMargin + i * _this.scalelinepd, param.beginpt[1] - _this.scalelinetp * (i + 1)], endpt: [param.beginpt[0] + param.leftMargin + i * _this.scalelinepd + (3 - i) * _this.scalelinewh, param.beginpt[1] - _this.scalelinetp * (i + 1) ], style: { lineColor: "black" }, })); } return wlline; } }; return damView; });
36.391566
139
0.410859
5d2e15272a6a5144b86a4488f7638e4264dd1ae0
1,106
js
JavaScript
src/store/Actions/auth.js
luizhrs/testingdash
21d958765f6e4245d9edc6977f32cff3c183d014
[ "MIT" ]
null
null
null
src/store/Actions/auth.js
luizhrs/testingdash
21d958765f6e4245d9edc6977f32cff3c183d014
[ "MIT" ]
null
null
null
src/store/Actions/auth.js
luizhrs/testingdash
21d958765f6e4245d9edc6977f32cff3c183d014
[ "MIT" ]
null
null
null
import * as actionTypes from './actionTypes' import axios from 'axios' export const authStart = () => { console.log('authStart') return { type: actionTypes.AUTH_START } } export const authSuccess = (authData) => { return { type: actionTypes.AUTH_SUCCESS, authData: authData } } export const authFail = (error) => { return { type: actionTypes.AUTH_FAIL, error: error } } export const auth = (email, password) => { console.log('auth') return dispatch => { dispatch(authStart()) const authData = { email: email, passowrd: password, returnSecureToken: true } axios.post('https://www.googleapis.com/identitytoolkit/v3/relyingparty/verifyPassword?key=AIzaSyDb7A2yvtEmszHINKzJtjrWxLYsMkINK5A', authData) .then(response => { console.log(response) dispatch(authSuccess(response.data)) }) .catch(err => { console.log(err) dispatch(authFail(err)) }) } }
25.136364
149
0.564195
5d2fae22d7b3d7fd34836669341c4cde70576829
2,055
js
JavaScript
src/common/responseType.js
madawei2699/github-readme-stats
44c6fc5373fcdda2856d3b2144e7f99c55b68160
[ "MIT" ]
null
null
null
src/common/responseType.js
madawei2699/github-readme-stats
44c6fc5373fcdda2856d3b2144e7f99c55b68160
[ "MIT" ]
1
2021-01-30T03:24:14.000Z
2021-01-30T03:24:14.000Z
src/common/responseType.js
madawei2699/github-readme-stats
44c6fc5373fcdda2856d3b2144e7f99c55b68160
[ "MIT" ]
null
null
null
const { safeDump } = require("js-yaml"); const { Builder } = require("xml2js"); const { renderError } = require("./utils"); /** * @param {String} [response_type = svg] The response type. * @param {String} [response_type = githubReadmeStats] A callback for jsonp. * @param {Function} renderCard A function to render the svg card * @returns {Object} [responseType] * @returns {String} [responseType.contentType] The MIME type for the `response_type` * @returns {Function} [responseType.render] Renders the card with the `response_type` * @returns {Function} [responseType.error] Renders an error card with the `response_type` */ module.exports = ({ response_type = "svg", callback = "githubReadmeStats", renderCard, }) => { const responseTypes = { svg: { contentType: "image/svg+xml", render: renderCard, error: renderError, }, json: { contentType: "application/json", render: (json) => JSON.stringify(json), error: (message, secondaryMessage = "") => JSON.stringify({ error: { message, secondaryMessage } }), }, xml: { contentType: "application/xml", render: (json) => new Builder().buildObject(json), error: (message, secondaryMessage = "") => new Builder().buildObject({ error: { message, secondaryMessage } }), }, jsonp: { contentType: "application/javascript", render: (json) => // https://stackoverflow.com/a/19782287 `${callback.replace(/^[^a-zA-Z_$]|[^\w$]/g, "_")}(${JSON.stringify( json, )})`, error: (message, secondaryMessage = "") => `${callback.replace(/^[^a-zA-Z_$]|[^\w$]/g, "_")}(${JSON.stringify({ error: { message, secondaryMessage }, })})`, }, yaml: { contentType: "application/x-yaml", render: (json) => safeDump(json), error: (message, secondaryMessage = "") => safeDump({ error: { message, secondaryMessage }, }), }, }; return responseTypes[response_type] || responseTypes.svg; };
34.25
90
0.60146
5d3003e655a9806284a87164ae8a60593322bbec
196
js
JavaScript
src/services/furniture.js
chuyinweilai/antd-pro-simple
6d3b42a26de9ee9146f9205948d0c4bc19cfe3e1
[ "MIT" ]
1
2021-12-27T01:34:49.000Z
2021-12-27T01:34:49.000Z
src/services/furniture.js
chuyinweilai/antd-pro-simple
6d3b42a26de9ee9146f9205948d0c4bc19cfe3e1
[ "MIT" ]
null
null
null
src/services/furniture.js
chuyinweilai/antd-pro-simple
6d3b42a26de9ee9146f9205948d0c4bc19cfe3e1
[ "MIT" ]
null
null
null
import { stringify } from 'qs'; import { requestGet, requestPost } from '@/utils/request'; export async function furnitures(params) { return await requestGet('/api/equity/furnitures', params) }
32.666667
59
0.739796
5d30374e19ab1d61ffad54889e86760f228fdab2
10,327
js
JavaScript
unpackage/dist/dev/app-plus/pages/extend-view/mall-extend/my/my.js
Lyn4ever29/littleFishH5
93006dd7d3b9d656ada7acb1fcf4ac3b5df87ee6
[ "MIT" ]
2
2020-01-16T12:16:02.000Z
2020-01-16T12:16:06.000Z
unpackage/dist/dev/app-plus/pages/extend-view/mall-extend/my/my.js
Lyn4ever29/littleFishH5
93006dd7d3b9d656ada7acb1fcf4ac3b5df87ee6
[ "MIT" ]
null
null
null
unpackage/dist/dev/app-plus/pages/extend-view/mall-extend/my/my.js
Lyn4ever29/littleFishH5
93006dd7d3b9d656ada7acb1fcf4ac3b5df87ee6
[ "MIT" ]
null
null
null
setCssToHead([".",[1],"tui-header-box { width: 100%; position: fixed; left: 0; top: 0; z-index: 9998; }\n.",[1],"tui-header { width: 100%; font-size: 18px; line-height: 18px; font-weight: 500; height: 32px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }\n.",[1],"tui-header-icon { position: fixed; top: 0; right: 15px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; height: 32px; -webkit-transform: translateZ(0); transform: translateZ(0); z-index: 99999; }\n.",[1],"tui-icon-box { position: relative; }\n.",[1],"tui-icon-setup { margin-left: ",[0,8],"; }\n.",[1],"tui-badge { position: absolute; font-size: ",[0,24],"; height: ",[0,32],"; min-width: ",[0,20],"; padding: 0 ",[0,6],"; border-radius: ",[0,40],"; right: ",[0,10],"; top: ",[0,-5],"; -webkit-transform: scale(0.8) translateX(60%); -ms-transform: scale(0.8) translateX(60%); transform: scale(0.8) translateX(60%); -webkit-transform-origin: center center; -ms-transform-origin: center center; transform-origin: center center; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; z-index: 10; }\n.",[1],"tui-badge-red { background: #F74D54; color: #fff; }\n.",[1],"tui-badge-white { background: #fff; color: #F74D54; }\n.",[1],"tui-badge-dot { position: absolute; height: ",[0,12],"; width: ",[0,12],"; border-radius: 50%; right: ",[0,-12],"; top: 0; background: #F74D54; }\n.",[1],"tui-mybg-box { width: 100%; position: relative; }\n.",[1],"tui-my-bg { width: 100%; display: block; }\n.",[1],"tui-header-center { position: absolute; width: 100%; height: ",[0,128],"; left: 0; top: ",[0,120],"; padding: 0 ",[0,30],"; -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }\n.",[1],"tui-avatar { -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; width: ",[0,128],"; height: ",[0,128],"; display: block; }\n.",[1],"tui-info { width: 60%; padding-left: ",[0,30],"; }\n.",[1],"tui-nickname { font-size: ",[0,30],"; font-weight: 500; color: #fff; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }\n.",[1],"tui-img-vip { width: ",[0,56],"; height: ",[0,24],"; margin-left: ",[0,18],"; }\n.",[1],"tui-explain { width: 80%; font-size: ",[0,24],"; font-weight: 400; color: #fff; opacity: 0.75; padding-top: ",[0,8],"; white-space: nowrap; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; }\n.",[1],"tui-btn-edit { -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; padding-right: ",[0,22],"; }\n.",[1],"tui-header-btm { width: 100%; padding: 0 ",[0,30],"; -webkit-box-sizing: border-box; box-sizing: border-box; position: absolute; left: 0; top: ",[0,280],"; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; color: #fff; }\n.",[1],"tui-btm-item { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }\n.",[1],"tui-btm-num { font-size: ",[0,32],"; font-weight: 600; position: relative; }\n.",[1],"tui-btm-text { font-size: ",[0,24],"; opacity: 0.85; padding-top: ",[0,4],"; }\n.",[1],"tui-content-box { width: 100%; padding: 0 ",[0,30],"; -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; top: ",[0,-72],"; z-index: 10; }\n.",[1],"tui-box { width: 100%; background: #fff; -webkit-box-shadow: 0 ",[0,3]," ",[0,20]," rgba(183, 183, 183, 0.1); box-shadow: 0 ",[0,3]," ",[0,20]," rgba(183, 183, 183, 0.1); border-radius: ",[0,10],"; overflow: hidden; }\n.",[1],"tui-order-box { height: ",[0,208],"; }\n.",[1],"tui-cell-header { width: 100%; height: ",[0,74],"; padding: 0 ",[0,26],"; -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }\n.",[1],"tui-cell-title { font-size: ",[0,30],"; line-height: ",[0,30],"; font-weight: 600; color: #333; }\n.",[1],"tui-cell-sub { font-size: ",[0,26],"; font-weight: 400; color: #999; padding-right: ",[0,28],"; }\n.",[1],"tui-order-list { width: 100%; height: ",[0,134],"; padding: 0 ",[0,30],"; -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }\n.",[1],"tui-order-item { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }\n.",[1],"tui-order-text, .",[1],"tui-tool-text { font-size: ",[0,26],"; font-weight: 400; color: #666; padding-top: ",[0,4],"; }\n.",[1],"tui-tool-text { font-size: ",[0,24],"; }\n.",[1],"tui-order-icon { width: ",[0,56],"; height: ",[0,56],"; display: block; }\n.",[1],"tui-assets-box { height: ",[0,178],"; margin-top: ",[0,20],"; }\n.",[1],"tui-assets-list { height: ",[0,84],"; }\n.",[1],"tui-assets-num { font-size: ",[0,32],"; font-weight: 500; color: #333; position: relative; }\n.",[1],"tui-assets-text { font-size: ",[0,24],"; font-weight: 400; color: #666; padding-top: ",[0,6],"; }\n.",[1],"tui-tool-box { margin-top: ",[0,20],"; }\n.",[1],"tui-flex-wrap { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; height: auto; padding-bottom: ",[0,30],"; }\n.",[1],"tui-tool-item { width: 25%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; padding-top: ",[0,30],"; }\n.",[1],"tui-tool-icon { width: ",[0,64],"; height: ",[0,64],"; display: block; }\n.",[1],"tui-badge-icon { width: ",[0,66],"; height: ",[0,30],"; position: absolute; right: 0; -webkit-transform: translateX(88%); -ms-transform: translateX(88%); transform: translateX(88%); top: ",[0,-15],"; }\n.",[1],"tui-product-list { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-sizing: border-box; box-sizing: border-box; }\n.",[1],"tui-product-container { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; margin-right: 2%; }\n.",[1],"tui-product-container:last-child { margin-right: 0; }\n.",[1],"tui-pro-item { width: 100%; margin-bottom: 4%; background: #fff; -webkit-box-sizing: border-box; box-sizing: border-box; border-radius: ",[0,12],"; overflow: hidden; }\n.",[1],"tui-pro-img { width: 100%; display: block; }\n.",[1],"tui-pro-content { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-sizing: border-box; box-sizing: border-box; padding: ",[0,20],"; }\n.",[1],"tui-pro-tit { color: #2e2e2e; font-size: ",[0,26],"; word-break: break-all; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }\n.",[1],"tui-pro-price { padding-top: ",[0,18],"; }\n.",[1],"tui-sale-price { font-size: ",[0,34],"; font-weight: 500; color: #e41f19; }\n.",[1],"tui-factory-price { font-size: ",[0,24],"; color: #a0a0a0; text-decoration: line-through; padding-left: ",[0,12],"; }\n.",[1],"tui-pro-pay { padding-top: ",[0,10],"; font-size: ",[0,24],"; color: #656565; }\n",],undefined,{path:"./pages/extend-view/mall-extend/my/my.wxss"})(); document.dispatchEvent(new CustomEvent("generateFuncReady", { detail: { generateFunc: $gwx('./pages/extend-view/mall-extend/my/my.wxml') } }));
5,163.5
10,183
0.659436
5d30ccef1e697ef8d9af6e8831aeedef0c0ade78
2,834
js
JavaScript
script.js
ItangSanjana/wskmc
454ee3c1280177043b3de1be3a2156c792147cf4
[ "Apache-2.0" ]
null
null
null
script.js
ItangSanjana/wskmc
454ee3c1280177043b3de1be3a2156c792147cf4
[ "Apache-2.0" ]
1
2019-11-06T05:53:50.000Z
2019-11-06T12:01:35.000Z
script.js
ItangSanjana/wskmc
454ee3c1280177043b3de1be3a2156c792147cf4
[ "Apache-2.0" ]
null
null
null
/* Copyright 2013 Itang Sanjana 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 writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ 'use strict'; const openSnackbar = (...params) => { const MDCSnackbar = mdc.snackbar.MDCSnackbar; const snackbar = new MDCSnackbar(document.querySelector('.mdc-snackbar')); snackbar.timeoutMs = 10000; snackbar.labelText = params.join(' '); snackbar.open(); }; const showError = err => { console.error(err); openSnackbar('Error', err.code, ':', err.message); }; const clickButtonShare = event => { if ('share' in navigator) { navigator.share({ title: document.title, text: document.querySelector('meta[name=description]').content, url: document.URL }).catch(showError); } else { const input = document.createElement('input'); document.body.appendChild(input); input.value = document.URL; input.select(); document.execCommand('copy'); document.body.removeChild(input); openSnackbar(event.target.title, ':', 'URL telah disalin ke papan klip.'); } }; const enabledShare = () => { const buttonShare = document.querySelector('button[title=Share]'); buttonShare.addEventListener('click', clickButtonShare); buttonShare.disabled = false; }; const initApp = () => { if ('content' in document.createElement('template') != true) { const errorTemplate = { code: '418', message: 'The HTML template element is not supported. Use modern web browser instead.' } showError(errorTemplate); return; } enabledShare(); const MDCTopAppBar = mdc.topAppBar.MDCTopAppBar; const topAppBar = document.querySelector('.mdc-top-app-bar'); const mdcTopAppBar = new MDCTopAppBar(topAppBar); const MDCDrawer = mdc.drawer.MDCDrawer; const drawer = document.querySelector('.mdc-drawer'); const mdcDrawer = new MDCDrawer(drawer); mdcTopAppBar.listen('MDCTopAppBar:nav', () => mdcDrawer.open = !mdcDrawer.open); const MDCRipple = mdc.ripple.MDCRipple; mdcDrawer.list.listElements.map(drawerListItem => new MDCRipple(drawerListItem)); if ('serviceWorker' in navigator) { navigator.serviceWorker.register('/sw.js').catch(showError); } }; window.addEventListener('load', initApp);
32.574713
98
0.666549
5d31e49f2413debf53d6badf7cd41358eed26e32
1,851
js
JavaScript
gui/components/MidwareOverview.js
ryanfowlkes/ExpressiveJS
3b1e97eee852c6507832c4dc8c2d86e80ab4c71b
[ "MIT" ]
5
2017-05-01T19:15:48.000Z
2017-05-27T00:02:11.000Z
gui/components/MidwareOverview.js
ryanfowlkes/ExpressiveJS
3b1e97eee852c6507832c4dc8c2d86e80ab4c71b
[ "MIT" ]
null
null
null
gui/components/MidwareOverview.js
ryanfowlkes/ExpressiveJS
3b1e97eee852c6507832c4dc8c2d86e80ab4c71b
[ "MIT" ]
null
null
null
import React, { Component } from 'react'; import PropTypes from 'prop-types'; function MidwareOverview(props) { let overview = props.overview; let classString = 'MidwareOverview'; const routeId = overview.method + ' ' + overview.originalUrl; const midwareId = overview.prevFuncName; const status = overview.statusMessage ? overview.statusCode + ': ' + overview.statusMessage : overview.statusCode; const detailButtons = !props.lineNum || props.overview.isRedirect ? ( <div className="overview-bottom"> <div className = 'overviewDeets' onClick={()=>{props.eventHandlers.toggleResDeets(props.lineNum)}}> Response Details </div> <div className = 'overviewDeets' onClick={()=>{props.eventHandlers.toggleReqDeets(props.lineNum)}}> Request Details </div> </div> ) : ( <div className="overview-bottom"> <div className = 'overviewDeets' onClick={()=>{props.eventHandlers.toggleChangeDeets(props.lineNum)}}> State Changes </div> <div className = 'overviewDeets' onClick={()=>{props.eventHandlers.toggleResDeets(props.lineNum)}}> Response Details </div> <div className = 'overviewDeets' onClick={()=>{props.eventHandlers.toggleReqDeets(props.lineNum)}}> Request Details </div> </div> ); // conditionally render State Changes Button (conditions: isRedirect or is the first reportLine) return ( <div className={classString}> <div className="overview-top"> <div className="overview-statement">{routeId}</div> <div className="overview-statement">{midwareId}</div> <div className="overview-statement">{status}</div> </div> {detailButtons} </div> ) } MidwareOverview.propTypes = { overview: PropTypes.object, eventHandlers: PropTypes.object, lineNum: PropTypes.number } module.exports = MidwareOverview;
37.77551
131
0.690438
5d326c7f494966664568db10994170605a88e9ca
1,540
js
JavaScript
src/text/text.js
GlobeletJS/tile-labeler
3c5d81be86ffceb1d4a4543e68be4c58d62c21e5
[ "MIT" ]
2
2021-03-26T17:37:27.000Z
2021-07-02T17:21:45.000Z
src/text/text.js
GlobeletJS/tile-labeler
3c5d81be86ffceb1d4a4543e68be4c58d62c21e5
[ "MIT" ]
null
null
null
src/text/text.js
GlobeletJS/tile-labeler
3c5d81be86ffceb1d4a4543e68be4c58d62c21e5
[ "MIT" ]
null
null
null
import { initStyleGetters } from "../style.js"; import { layout } from "./layout.js"; export function initText(style) { const getStyles = initStyleGetters(textKeys, style); return function(feature, tileCoords, atlas) { const glyphs = getGlyphs(feature, atlas); if (!glyphs || !glyphs.length) return; const { layoutVals, bufferVals } = getStyles(tileCoords.z, feature); const chars = layout(glyphs, layoutVals); return Object.assign(chars, { bufferVals }); // TODO: rethink this }; } const textKeys = { layout: [ "symbol-placement", // TODO: both here and in ../anchors/anchors.js "text-anchor", "text-justify", "text-letter-spacing", "text-line-height", "text-max-width", "text-offset", "text-padding", "text-rotation-alignment", "text-size", ], paint: [ "text-color", "text-opacity", "text-halo-blur", "text-halo-color", "text-halo-width", ], }; function getGlyphs(feature, atlas) { const { charCodes, font } = feature; const positions = atlas?.positions[font]; if (!positions || !charCodes || !charCodes.length) return; const { width, height } = atlas.image; return charCodes.map(code => { const pos = positions[code]; if (!pos) return; const { left, top, advance } = pos.metrics; const { x, y, w, h } = pos.rect; const sdfRect = [x / width, y / height, w / width, h / height]; const metrics = { left, top, advance, w, h }; return { code, metrics, sdfRect }; }).filter(i => i !== undefined); }
26.101695
72
0.620779
5d32800689d058c9f7a7d6d9e9fa1f92b9c27756
1,313
js
JavaScript
src/components/viewBook.js
gleekzorp/api-react-book-list
037d65b24b6817051e3dd6e8e28f019697d5a5e5
[ "MIT" ]
null
null
null
src/components/viewBook.js
gleekzorp/api-react-book-list
037d65b24b6817051e3dd6e8e28f019697d5a5e5
[ "MIT" ]
3
2021-03-09T04:22:32.000Z
2022-02-26T11:00:54.000Z
src/components/viewBook.js
gleekzorp/api-react-book-list
037d65b24b6817051e3dd6e8e28f019697d5a5e5
[ "MIT" ]
null
null
null
import React, { Component } from 'react'; import DeleteAction from './deleteAction'; import UpdateBook from './updateBook'; export default class ViewBook extends Component { constructor(props) { super(props) this.state = { singleBook: [] } } componentDidMount() { const { id } = this.props.match.params // const id = this.props.match.params.id fetch(`https://book-api-practice-df.herokuapp.com/book/${id}`, { method: "GET", headers: { "accepts": "application/json", "Content-Type": "application/json" } }) .then(response => response.json()) .then(data => this.setState({ singleBook: data })) .catch(err => console.log("Fetch Error" + err)) } render() { return ( <div className=''> <h1>Book information</h1> <div>ID: {this.state.singleBook[0]}</div> <div>Title: {this.state.singleBook[1]}</div> <div>Author: {this.state.singleBook[2]}</div> {/* {console.log(this.props)} */} {/* {console.log(this.state.singleBook)} */} <DeleteAction id={this.state.singleBook[0]} /> <UpdateBook ourProp={this.state.singleBook}/> </div> ); } }
29.177778
72
0.5377
5d32a72e4e676858e3af675e09c75b59b46de3c2
668
js
JavaScript
packages/custom/tabulator/public/services/tabulator.js
anshumanborkakoti/tabulator
ca552e25d6549156b4f485eac9f5b2cebf6dd8f1
[ "MIT" ]
null
null
null
packages/custom/tabulator/public/services/tabulator.js
anshumanborkakoti/tabulator
ca552e25d6549156b4f485eac9f5b2cebf6dd8f1
[ "MIT" ]
null
null
null
packages/custom/tabulator/public/services/tabulator.js
anshumanborkakoti/tabulator
ca552e25d6549156b4f485eac9f5b2cebf6dd8f1
[ "MIT" ]
null
null
null
(function() { 'use strict'; function Tabulator($http, $q) { return { name: 'tabulator', checkCircle: function(circle) { var deferred = $q.defer(); $http.get('/api/tabulator/example/' + circle).success(function(response) { deferred.resolve(response); }).error(function(response) { deferred.reject(response); }); return deferred.promise; } }; } angular .module('mean.tabulator') .factory('Tabulator', Tabulator); Tabulator.$inject = ['$http', '$q']; })();
23.857143
90
0.468563
5d332d4c43786edc3473ad3c69fc816620514a47
4,829
js
JavaScript
server/lib/util.js
savethefails/weevee
45a14be5e2cd40cede0acc6adc65573ccdd8c1cd
[ "MIT" ]
null
null
null
server/lib/util.js
savethefails/weevee
45a14be5e2cd40cede0acc6adc65573ccdd8c1cd
[ "MIT" ]
null
null
null
server/lib/util.js
savethefails/weevee
45a14be5e2cd40cede0acc6adc65573ccdd8c1cd
[ "MIT" ]
null
null
null
// * Creates a callback that proxies node callback style arguments to an Express Response object. // * @param {express.Response} res Express HTTP Response // * @param {number} [status=200] Status code to send on success // * // * @example // * list(req, res) { // * collection.find({}, toRes(res)); // * } // export function toRes(res, status=200) { // return (err, thing) => { // if (err) return res.status(500).send(err); // if (thing && typeof thing.toObject==='function') { // thing = thing.toObject(); // } // res.status(status).json(thing); // }; // } import messages from '../models/messages' import options from '../models/options' import profiles from '../models/profiles' import locations from '../models/locations' import events from '../models/events' import _ from 'lodash' import moment from 'moment' const models = { messages, options, profiles, locations, events } export function makePayload(messageType = '', options = []){ return { messages: findMessages(messageType), options } } function findMessages(type){ let messageModels = [] if (_.isFunction(type)) return type() if (_.isObject(type)) { messageModels = Object.values(type)[0] type = Object.keys(type)[0] } let buildMessages = (messages[type] || []).map( (message, index) => { let payload = {} if (_.isArray(message)) message = _.sample(message) message = makeMessageEntitySpecific(message, messageModels) if (!message) { return null } else if (_.isString(message)){ payload = { type: 'Text', text: message, id: type + index } } else { payload = message } return payload }) return _.compact(buildMessages) } function findOptions(optionTypes = []){ if (_.isFunction(optionTypes)) return optionTypes() let payload = optionTypes.map( (type) => { let payload; if (_.isString(type)) { payload = options[type]() } else if (_.isObject(type)) { const obj = type type = Object.keys(obj)[0] let args = Object.values(obj)[0] payload = options[type](...args) } else if (_.isFunction(type)) { payload = type() } else { payload = {} } return payload }) return _.flatten(payload) } export function findByType(collection, type){ return find(collection, 'type', type) } export function findById(collection, id){ id = parseInt(id) return find(collection, 'id', id) } export function find(collection, key, value){ return _.find(collection, [key, value]) } export function findEntityByUri(uri){ const keys = uri.split('/') const type = keys[keys.length - 2] const id = keys[keys.length - 1] return findById(models[type], id) } function makeMessageEntitySpecific(message = '', models = []){ const events = _.filter(models, ['type', 'Event']) message = message.replace("{eventsTotal}", events.length) models.forEach( model => { if(!_.isString(message)) return message if (_.isString(model)) model = findEntityByUri(model) if (model.type === 'Profile'){ if (message.indexOf("{profileCard}") > -1) return message = model message = message.replace("{profileFirstName}", model.text.split()[0]) message = message.replace("{profileFullName}", model.text) } if (model.type === 'Event'){ if (message.indexOf("{eventCard}") > -1) return message = model const start = moment(model.start) const date = start.format("D") const time = start.format("h:mma") message = message.replace("{eventDate}", "March " + date) message = message.replace("{eventTime}", time) } }) return message } export function makeBasketUri(model){ return `baskets/${model.type.toLowerCase()}s/${model.id}` } export function findRelatedModel(targetModel, modelType){ return _.find(models[modelType], (destModel) => { const targetModelRef = targetModel.type.toLowerCase() const targetModelRefs = targetModelRef + 's' let relatedModel = destModel[targetModelRef] const relatedCollections = destModel[targetModelRefs] if (relatedCollections) { relatedCollections.forEach((collectionModel) => { // console.log(); // console.log('collectionModel', collectionModel); // console.log(); // console.log('collectionModel.id == targetModel.id', collectionModel.id == targetModel.id); if(collectionModel.id == targetModel.id) relatedModel = collectionModel }) } // console.log(); // console.log('relatedModel -->', relatedModel); if (relatedModel && relatedModel.id === targetModel.id) return relatedModel // console.log(); // console.log("relatedModel && relatedModel.id === targetModel.id", relatedModel && relatedModel.id === targetModel.id); return false }) }
28.573964
125
0.643197
5d33d9c5020870dec629261f38f85daabaec932b
133,003
js
JavaScript
src/lib/react-dom.min.js
AYCHKnow/CertTrainer
dedb2c98dd2cb2ab1ae2868e9b7d80d1d193dc4f
[ "MIT" ]
16
2017-11-15T09:18:24.000Z
2022-01-09T19:05:18.000Z
src/lib/react-dom.min.js
DigitalFlow/Open-Certification-Trainer
dedb2c98dd2cb2ab1ae2868e9b7d80d1d193dc4f
[ "MIT" ]
17
2017-11-15T09:18:20.000Z
2022-03-06T04:59:14.000Z
src/lib/react-dom.min.js
AYCHKnow/CertTrainer
dedb2c98dd2cb2ab1ae2868e9b7d80d1d193dc4f
[ "MIT" ]
2
2018-08-28T13:53:17.000Z
2020-08-11T03:48:49.000Z
/** * ReactDOM v15.6.2 * * Copyright (c) 2013-present, Facebook, Inc. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. * */ !function(e){ if("object"==typeof exports&&"undefined"!=typeof module)module.exports=e(require("react"));else if("function"==typeof define&&define.amd)define(["react"],e);else{ var t;t="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this,t.ReactDOM=e(t.React) } }(function(e){ return function(t){ return function(){ return function e(t,n,r){ function o(i,s){ if(!n[i]){ if(!t[i]){ var u="function"==typeof require&&require;if(!s&&u)return u(i,!0);if(a)return a(i,!0);var l=new Error("Cannot find module '"+i+"'");throw l.code="MODULE_NOT_FOUND",l }var c=n[i]={ exports:{ } };t[i][0].call(c.exports,function(e){ var n=t[i][1][e];return o(n||e) },c,c.exports,e,t,n,r) }return n[i].exports }for(var a="function"==typeof require&&require,i=0;i<r.length;i++)o(r[i]);return o }({ 1:[function(e,t,n){ "use strict";var r={ Properties:{ "aria-current":0,"aria-details":0,"aria-disabled":0,"aria-hidden":0,"aria-invalid":0,"aria-keyshortcuts":0,"aria-label":0,"aria-roledescription":0,"aria-autocomplete":0,"aria-checked":0,"aria-expanded":0,"aria-haspopup":0,"aria-level":0,"aria-modal":0,"aria-multiline":0,"aria-multiselectable":0,"aria-orientation":0,"aria-placeholder":0,"aria-pressed":0,"aria-readonly":0,"aria-required":0,"aria-selected":0,"aria-sort":0,"aria-valuemax":0,"aria-valuemin":0,"aria-valuenow":0,"aria-valuetext":0,"aria-atomic":0,"aria-busy":0,"aria-live":0,"aria-relevant":0,"aria-dropeffect":0,"aria-grabbed":0,"aria-activedescendant":0,"aria-colcount":0,"aria-colindex":0,"aria-colspan":0,"aria-controls":0,"aria-describedby":0,"aria-errormessage":0,"aria-flowto":0,"aria-labelledby":0,"aria-owns":0,"aria-posinset":0,"aria-rowcount":0,"aria-rowindex":0,"aria-rowspan":0,"aria-setsize":0 },DOMAttributeNames:{ },DOMPropertyNames:{ } };t.exports=r },{ }],2:[function(e,t,n){ "use strict";var r=e(33),o=e(132),a={ focusDOMComponent:function(){ o(r.getNodeFromInstance(this)) } };t.exports=a },{ 132:132,33:33 }],3:[function(e,t,n){ "use strict";function r(e){ return(e.ctrlKey||e.altKey||e.metaKey)&&!(e.ctrlKey&&e.altKey) }function o(e){ switch(e){ case"topCompositionStart":return T.compositionStart;case"topCompositionEnd":return T.compositionEnd;case"topCompositionUpdate":return T.compositionUpdate } }function a(e,t){ return"topKeyDown"===e&&t.keyCode===y }function i(e,t){ switch(e){ case"topKeyUp":return-1!==g.indexOf(t.keyCode);case"topKeyDown":return t.keyCode!==y;case"topKeyPress":case"topMouseDown":case"topBlur":return!0;default:return!1 } }function s(e){ var t=e.detail;return"object"==typeof t&&"data"in t?t.data:null }function u(e,t,n,r){ var u,l;if(_?u=o(e):P?i(e,n)&&(u=T.compositionEnd):a(e,n)&&(u=T.compositionStart),!u)return null;E&&(P||u!==T.compositionStart?u===T.compositionEnd&&P&&(l=P.getData()):P=h.getPooled(r));var c=m.getPooled(u,t,n,r);if(l)c.data=l;else{ var p=s(n);null!==p&&(c.data=p) }return d.accumulateTwoPhaseDispatches(c),c }function l(e,t){ switch(e){ case"topCompositionEnd":return s(t);case"topKeyPress":return t.which!==x?null:(k=!0,w);case"topTextInput":var n=t.data;return n===w&&k?null:n;default:return null } }function c(e,t){ if(P){ if("topCompositionEnd"===e||!_&&i(e,t)){ var n=P.getData();return h.release(P),P=null,n }return null }switch(e){ case"topPaste":return null;case"topKeyPress":return t.which&&!r(t)?String.fromCharCode(t.which):null;case"topCompositionEnd":return E?null:t.data;default:return null } }function p(e,t,n,r){ var o;if(!(o=b?l(e,n):c(e,n)))return null;var a=v.getPooled(T.beforeInput,t,n,r);return a.data=o,d.accumulateTwoPhaseDispatches(a),a }var d=e(19),f=e(124),h=e(20),m=e(78),v=e(82),g=[9,13,27,32],y=229,_=f.canUseDOM&&"CompositionEvent"in window,C=null;f.canUseDOM&&"documentMode"in document&&(C=document.documentMode);var b=f.canUseDOM&&"TextEvent"in window&&!C&&!function(){ var e=window.opera;return"object"==typeof e&&"function"==typeof e.version&&parseInt(e.version(),10)<=12 }(),E=f.canUseDOM&&(!_||C&&C>8&&C<=11),x=32,w=String.fromCharCode(x),T={ beforeInput:{ phasedRegistrationNames:{ bubbled:"onBeforeInput",captured:"onBeforeInputCapture" },dependencies:["topCompositionEnd","topKeyPress","topTextInput","topPaste"] },compositionEnd:{ phasedRegistrationNames:{ bubbled:"onCompositionEnd",captured:"onCompositionEndCapture" },dependencies:["topBlur","topCompositionEnd","topKeyDown","topKeyPress","topKeyUp","topMouseDown"] },compositionStart:{ phasedRegistrationNames:{ bubbled:"onCompositionStart",captured:"onCompositionStartCapture" },dependencies:["topBlur","topCompositionStart","topKeyDown","topKeyPress","topKeyUp","topMouseDown"] },compositionUpdate:{ phasedRegistrationNames:{ bubbled:"onCompositionUpdate",captured:"onCompositionUpdateCapture" },dependencies:["topBlur","topCompositionUpdate","topKeyDown","topKeyPress","topKeyUp","topMouseDown"] } },k=!1,P=null,S={ eventTypes:T,extractEvents:function(e,t,n,r){ return[u(e,t,n,r),p(e,t,n,r)] } };t.exports=S },{ 124:124,19:19,20:20,78:78,82:82 }],4:[function(e,t,n){ "use strict";function r(e,t){ return e+t.charAt(0).toUpperCase()+t.substring(1) }var o={ animationIterationCount:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0 },a=["Webkit","ms","Moz","O"];Object.keys(o).forEach(function(e){ a.forEach(function(t){ o[r(t,e)]=o[e] }) });var i={ background:{ backgroundAttachment:!0,backgroundColor:!0,backgroundImage:!0,backgroundPositionX:!0,backgroundPositionY:!0,backgroundRepeat:!0 },backgroundPosition:{ backgroundPositionX:!0,backgroundPositionY:!0 },border:{ borderWidth:!0,borderStyle:!0,borderColor:!0 },borderBottom:{ borderBottomWidth:!0,borderBottomStyle:!0,borderBottomColor:!0 },borderLeft:{ borderLeftWidth:!0,borderLeftStyle:!0,borderLeftColor:!0 },borderRight:{ borderRightWidth:!0,borderRightStyle:!0,borderRightColor:!0 },borderTop:{ borderTopWidth:!0,borderTopStyle:!0,borderTopColor:!0 },font:{ fontStyle:!0,fontVariant:!0,fontWeight:!0,fontSize:!0,lineHeight:!0,fontFamily:!0 },outline:{ outlineWidth:!0,outlineStyle:!0,outlineColor:!0 } },s={ isUnitlessNumber:o,shorthandPropertyExpansions:i };t.exports=s },{ }],5:[function(e,t,n){ "use strict";var r=e(4),o=e(124),a=(e(58),e(126),e(94)),i=e(137),s=e(141),u=(e(143),s(function(e){ return i(e) })),l=!1,c="cssFloat";if(o.canUseDOM){ var p=document.createElement("div").style;try{ p.font="" }catch(e){ l=!0 }void 0===document.documentElement.style.cssFloat&&(c="styleFloat") }var d={ createMarkupForStyles:function(e,t){ var n="";for(var r in e)if(e.hasOwnProperty(r)){ var o=0===r.indexOf("--"),i=e[r];null!=i&&(n+=u(r)+":",n+=a(r,i,t,o)+";") }return n||null },setValueForStyles:function(e,t,n){ var o=e.style;for(var i in t)if(t.hasOwnProperty(i)){ var s=0===i.indexOf("--"),u=a(i,t[i],n,s);if("float"!==i&&"cssFloat"!==i||(i=c),s)o.setProperty(i,u);else if(u)o[i]=u;else{ var p=l&&r.shorthandPropertyExpansions[i];if(p)for(var d in p)o[d]="";else o[i]="" } } } };t.exports=d },{ 124:124,126:126,137:137,141:141,143:143,4:4,58:58,94:94 }],6:[function(e,t,n){ "use strict";function r(e,t){ if(!(e instanceof t))throw new TypeError("Cannot call a class as a function") }var o=e(113),a=e(24),i=(e(138),function(){ function e(t){ r(this,e),this._callbacks=null,this._contexts=null,this._arg=t }return e.prototype.enqueue=function(e,t){ this._callbacks=this._callbacks||[],this._callbacks.push(e),this._contexts=this._contexts||[],this._contexts.push(t) },e.prototype.notifyAll=function(){ var e=this._callbacks,t=this._contexts,n=this._arg;if(e&&t){ e.length!==t.length&&o("24"),this._callbacks=null,this._contexts=null;for(var r=0;r<e.length;r++)e[r].call(t[r],n);e.length=0,t.length=0 } },e.prototype.checkpoint=function(){ return this._callbacks?this._callbacks.length:0 },e.prototype.rollback=function(e){ this._callbacks&&this._contexts&&(this._callbacks.length=e,this._contexts.length=e) },e.prototype.reset=function(){ this._callbacks=null,this._contexts=null },e.prototype.destructor=function(){ this.reset() },e }());t.exports=a.addPoolingTo(i) },{ 113:113,138:138,24:24 }],7:[function(e,t,n){ "use strict";function r(e,t,n){ var r=k.getPooled(I.change,e,t,n);return r.type="change",E.accumulateTwoPhaseDispatches(r),r }function o(e){ var t=e.nodeName&&e.nodeName.toLowerCase();return"select"===t||"input"===t&&"file"===e.type }function a(e){ var t=r(R,e,S(e));T.batchedUpdates(i,t) }function i(e){ b.enqueueEvents(e),b.processEventQueue(!1) }function s(e,t){ O=e,R=t,O.attachEvent("onchange",a) }function u(){ O&&(O.detachEvent("onchange",a),O=null,R=null) }function l(e,t){ var n=P.updateValueIfChanged(e),r=!0===t.simulated&&L._allowSimulatedPassThrough;if(n||r)return e }function c(e,t){ if("topChange"===e)return t }function p(e,t,n){ "topFocus"===e?(u(),s(t,n)):"topBlur"===e&&u() }function d(e,t){ O=e,R=t,O.attachEvent("onpropertychange",h) }function f(){ O&&(O.detachEvent("onpropertychange",h),O=null,R=null) }function h(e){ "value"===e.propertyName&&l(R,e)&&a(e) }function m(e,t,n){ "topFocus"===e?(f(),d(t,n)):"topBlur"===e&&f() }function v(e,t,n){ if("topSelectionChange"===e||"topKeyUp"===e||"topKeyDown"===e)return l(R,n) }function g(e){ var t=e.nodeName;return t&&"input"===t.toLowerCase()&&("checkbox"===e.type||"radio"===e.type) }function y(e,t,n){ if("topClick"===e)return l(t,n) }function _(e,t,n){ if("topInput"===e||"topChange"===e)return l(t,n) }function C(e,t){ if(null!=e){ var n=e._wrapperState||t._wrapperState;if(n&&n.controlled&&"number"===t.type){ var r=""+t.value;t.getAttribute("value")!==r&&t.setAttribute("value",r) } } }var b=e(16),E=e(19),x=e(124),w=e(33),T=e(71),k=e(80),P=e(108),S=e(102),N=e(110),M=e(111),I={ change:{ phasedRegistrationNames:{ bubbled:"onChange",captured:"onChangeCapture" },dependencies:["topBlur","topChange","topClick","topFocus","topInput","topKeyDown","topKeyUp","topSelectionChange"] } },O=null,R=null,A=!1;x.canUseDOM&&(A=N("change")&&(!document.documentMode||document.documentMode>8));var D=!1;x.canUseDOM&&(D=N("input")&&(!document.documentMode||document.documentMode>9));var L={ eventTypes:I,_allowSimulatedPassThrough:!0,_isInputEventSupported:D,extractEvents:function(e,t,n,a){ var i,s,u=t?w.getNodeFromInstance(t):window;if(o(u)?A?i=c:s=p:M(u)?D?i=_:(i=v,s=m):g(u)&&(i=y),i){ var l=i(e,t,n);if(l)return r(l,n,a) }s&&s(e,u,t),"topBlur"===e&&C(t,u) } };t.exports=L },{ 102:102,108:108,110:110,111:111,124:124,16:16,19:19,33:33,71:71,80:80 }],8:[function(e,t,n){ "use strict";function r(e,t){ return Array.isArray(t)&&(t=t[1]),t?t.nextSibling:e.firstChild }function o(e,t,n){ c.insertTreeBefore(e,t,n) }function a(e,t,n){ Array.isArray(t)?s(e,t[0],t[1],n):m(e,t,n) }function i(e,t){ if(Array.isArray(t)){ var n=t[1];t=t[0],u(e,t,n),e.removeChild(n) }e.removeChild(t) }function s(e,t,n,r){ for(var o=t;;){ var a=o.nextSibling;if(m(e,o,r),o===n)break;o=a } }function u(e,t,n){ for(;;){ var r=t.nextSibling;if(r===n)break;e.removeChild(r) } }function l(e,t,n){ var r=e.parentNode,o=e.nextSibling;o===t?n&&m(r,document.createTextNode(n),o):n?(h(o,n),u(r,o,t)):u(r,e,t) }var c=e(9),p=e(13),d=(e(33),e(58),e(93)),f=e(115),h=e(116),m=d(function(e,t,n){ e.insertBefore(t,n) }),v=p.dangerouslyReplaceNodeWithMarkup,g={ dangerouslyReplaceNodeWithMarkup:v,replaceDelimitedText:l,processUpdates:function(e,t){ for(var n=0;n<t.length;n++){ var s=t[n];switch(s.type){ case"INSERT_MARKUP":o(e,s.content,r(e,s.afterNode));break;case"MOVE_EXISTING":a(e,s.fromNode,r(e,s.afterNode));break;case"SET_MARKUP":f(e,s.content);break;case"TEXT_CONTENT":h(e,s.content);break;case"REMOVE_NODE":i(e,s.fromNode) } } } };t.exports=g },{ 115:115,116:116,13:13,33:33,58:58,9:9,93:93 }],9:[function(e,t,n){ "use strict";function r(e){ if(h){ var t=e.node,n=e.children;if(n.length)for(var r=0;r<n.length;r++)m(t,n[r],null);else null!=e.html?p(t,e.html):null!=e.text&&f(t,e.text) } }function o(e,t){ e.parentNode.replaceChild(t.node,e),r(t) }function a(e,t){ h?e.children.push(t):e.node.appendChild(t.node) }function i(e,t){ h?e.html=t:p(e.node,t) }function s(e,t){ h?e.text=t:f(e.node,t) }function u(){ return this.node.nodeName }function l(e){ return{ node:e,children:[],html:null,text:null,toString:u } }var c=e(10),p=e(115),d=e(93),f=e(116),h="undefined"!=typeof document&&"number"==typeof document.documentMode||"undefined"!=typeof navigator&&"string"==typeof navigator.userAgent&&/\bEdge\/\d/.test(navigator.userAgent),m=d(function(e,t,n){ 11===t.node.nodeType||1===t.node.nodeType&&"object"===t.node.nodeName.toLowerCase()&&(null==t.node.namespaceURI||t.node.namespaceURI===c.html)?(r(t),e.insertBefore(t.node,n)):(e.insertBefore(t.node,n),r(t)) });l.insertTreeBefore=m,l.replaceChildWithTree=o,l.queueChild=a,l.queueHTML=i,l.queueText=s,t.exports=l },{ 10:10,115:115,116:116,93:93 }],10:[function(e,t,n){ "use strict";var r={ html:"http://www.w3.org/1999/xhtml",mathml:"http://www.w3.org/1998/Math/MathML",svg:"http://www.w3.org/2000/svg" };t.exports=r },{ }],11:[function(e,t,n){ "use strict";function r(e,t){ return(e&t)===t }var o=e(113),a=(e(138),{ MUST_USE_PROPERTY:1,HAS_BOOLEAN_VALUE:4,HAS_NUMERIC_VALUE:8,HAS_POSITIVE_NUMERIC_VALUE:24,HAS_OVERLOADED_BOOLEAN_VALUE:32,injectDOMPropertyConfig:function(e){ var t=a,n=e.Properties||{ },i=e.DOMAttributeNamespaces||{ },u=e.DOMAttributeNames||{ },l=e.DOMPropertyNames||{ },c=e.DOMMutationMethods||{ };e.isCustomAttribute&&s._isCustomAttributeFunctions.push(e.isCustomAttribute);for(var p in n){ s.properties.hasOwnProperty(p)&&o("48",p);var d=p.toLowerCase(),f=n[p],h={ attributeName:d,attributeNamespace:null,propertyName:p,mutationMethod:null,mustUseProperty:r(f,t.MUST_USE_PROPERTY),hasBooleanValue:r(f,t.HAS_BOOLEAN_VALUE),hasNumericValue:r(f,t.HAS_NUMERIC_VALUE),hasPositiveNumericValue:r(f,t.HAS_POSITIVE_NUMERIC_VALUE),hasOverloadedBooleanValue:r(f,t.HAS_OVERLOADED_BOOLEAN_VALUE) };if(h.hasBooleanValue+h.hasNumericValue+h.hasOverloadedBooleanValue<=1||o("50",p),u.hasOwnProperty(p)){ var m=u[p];h.attributeName=m }i.hasOwnProperty(p)&&(h.attributeNamespace=i[p]),l.hasOwnProperty(p)&&(h.propertyName=l[p]),c.hasOwnProperty(p)&&(h.mutationMethod=c[p]),s.properties[p]=h } } }),i=":A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD",s={ ID_ATTRIBUTE_NAME:"data-reactid",ROOT_ATTRIBUTE_NAME:"data-reactroot",ATTRIBUTE_NAME_START_CHAR:i,ATTRIBUTE_NAME_CHAR:i+"\\-.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040",properties:{ },getPossibleStandardName:null,_isCustomAttributeFunctions:[],isCustomAttribute:function(e){ for(var t=0;t<s._isCustomAttributeFunctions.length;t++)if((0,s._isCustomAttributeFunctions[t])(e))return!0;return!1 },injection:a };t.exports=s },{ 113:113,138:138 }],12:[function(e,t,n){ "use strict";function r(e){ return!!l.hasOwnProperty(e)||!u.hasOwnProperty(e)&&(s.test(e)?(l[e]=!0,!0):(u[e]=!0,!1)) }function o(e,t){ return null==t||e.hasBooleanValue&&!t||e.hasNumericValue&&isNaN(t)||e.hasPositiveNumericValue&&t<1||e.hasOverloadedBooleanValue&&!1===t }var a=e(11),i=(e(33),e(58),e(112)),s=(e(143),new RegExp("^["+a.ATTRIBUTE_NAME_START_CHAR+"]["+a.ATTRIBUTE_NAME_CHAR+"]*$")),u={ },l={ },c={ createMarkupForID:function(e){ return a.ID_ATTRIBUTE_NAME+"="+i(e) },setAttributeForID:function(e,t){ e.setAttribute(a.ID_ATTRIBUTE_NAME,t) },createMarkupForRoot:function(){ return a.ROOT_ATTRIBUTE_NAME+'=""' },setAttributeForRoot:function(e){ e.setAttribute(a.ROOT_ATTRIBUTE_NAME,"") },createMarkupForProperty:function(e,t){ var n=a.properties.hasOwnProperty(e)?a.properties[e]:null;if(n){ if(o(n,t))return"";var r=n.attributeName;return n.hasBooleanValue||n.hasOverloadedBooleanValue&&!0===t?r+'=""':r+"="+i(t) }return a.isCustomAttribute(e)?null==t?"":e+"="+i(t):null },createMarkupForCustomAttribute:function(e,t){ return r(e)&&null!=t?e+"="+i(t):"" },setValueForProperty:function(e,t,n){ var r=a.properties.hasOwnProperty(t)?a.properties[t]:null;if(r){ var i=r.mutationMethod;if(i)i(e,n);else{ if(o(r,n))return void this.deleteValueForProperty(e,t);if(r.mustUseProperty)e[r.propertyName]=n;else{ var s=r.attributeName,u=r.attributeNamespace;u?e.setAttributeNS(u,s,""+n):r.hasBooleanValue||r.hasOverloadedBooleanValue&&!0===n?e.setAttribute(s,""):e.setAttribute(s,""+n) } } }else if(a.isCustomAttribute(t))return void c.setValueForAttribute(e,t,n) },setValueForAttribute:function(e,t,n){ r(t)&&(null==n?e.removeAttribute(t):e.setAttribute(t,""+n)) },deleteValueForAttribute:function(e,t){ e.removeAttribute(t) },deleteValueForProperty:function(e,t){ var n=a.properties.hasOwnProperty(t)?a.properties[t]:null;if(n){ var r=n.mutationMethod;if(r)r(e,void 0);else if(n.mustUseProperty){ var o=n.propertyName;n.hasBooleanValue?e[o]=!1:e[o]="" }else e.removeAttribute(n.attributeName) }else a.isCustomAttribute(t)&&e.removeAttribute(t) } };t.exports=c },{ 11:11,112:112,143:143,33:33,58:58 }],13:[function(e,t,n){ "use strict";var r=e(113),o=e(9),a=e(124),i=e(129),s=e(130),u=(e(138),{ dangerouslyReplaceNodeWithMarkup:function(e,t){ if(a.canUseDOM||r("56"),t||r("57"),"HTML"===e.nodeName&&r("58"),"string"==typeof t){ var n=i(t,s)[0];e.parentNode.replaceChild(n,e) }else o.replaceChildWithTree(e,t) } });t.exports=u },{ 113:113,124:124,129:129,130:130,138:138,9:9 }],14:[function(e,t,n){ "use strict";var r=["ResponderEventPlugin","SimpleEventPlugin","TapEventPlugin","EnterLeaveEventPlugin","ChangeEventPlugin","SelectEventPlugin","BeforeInputEventPlugin"];t.exports=r },{ }],15:[function(e,t,n){ "use strict";var r=e(19),o=e(33),a=e(84),i={ mouseEnter:{ registrationName:"onMouseEnter",dependencies:["topMouseOut","topMouseOver"] },mouseLeave:{ registrationName:"onMouseLeave",dependencies:["topMouseOut","topMouseOver"] } },s={ eventTypes:i,extractEvents:function(e,t,n,s){ if("topMouseOver"===e&&(n.relatedTarget||n.fromElement))return null;if("topMouseOut"!==e&&"topMouseOver"!==e)return null;var u;if(s.window===s)u=s;else{ var l=s.ownerDocument;u=l?l.defaultView||l.parentWindow:window }var c,p;if("topMouseOut"===e){ c=t;var d=n.relatedTarget||n.toElement;p=d?o.getClosestInstanceFromNode(d):null }else c=null,p=t;if(c===p)return null;var f=null==c?u:o.getNodeFromInstance(c),h=null==p?u:o.getNodeFromInstance(p),m=a.getPooled(i.mouseLeave,c,n,s);m.type="mouseleave",m.target=f,m.relatedTarget=h;var v=a.getPooled(i.mouseEnter,p,n,s);return v.type="mouseenter",v.target=h,v.relatedTarget=f,r.accumulateEnterLeaveDispatches(m,v,c,p),[m,v] } };t.exports=s },{ 19:19,33:33,84:84 }],16:[function(e,t,n){ "use strict";function r(e){ return"button"===e||"input"===e||"select"===e||"textarea"===e }function o(e,t,n){ switch(e){ case"onClick":case"onClickCapture":case"onDoubleClick":case"onDoubleClickCapture":case"onMouseDown":case"onMouseDownCapture":case"onMouseMove":case"onMouseMoveCapture":case"onMouseUp":case"onMouseUpCapture":return!(!n.disabled||!r(t));default:return!1 } }var a=e(113),i=e(17),s=e(18),u=e(50),l=e(91),c=e(98),p=(e(138),{ }),d=null,f=function(e,t){ e&&(s.executeDispatchesInOrder(e,t),e.isPersistent()||e.constructor.release(e)) },h=function(e){ return f(e,!0) },m=function(e){ return f(e,!1) },v=function(e){ return"."+e._rootNodeID },g={ injection:{ injectEventPluginOrder:i.injectEventPluginOrder,injectEventPluginsByName:i.injectEventPluginsByName },putListener:function(e,t,n){ "function"!=typeof n&&a("94",t,typeof n);var r=v(e);(p[t]||(p[t]={ }))[r]=n;var o=i.registrationNameModules[t];o&&o.didPutListener&&o.didPutListener(e,t,n) },getListener:function(e,t){ var n=p[t];if(o(t,e._currentElement.type,e._currentElement.props))return null;var r=v(e);return n&&n[r] },deleteListener:function(e,t){ var n=i.registrationNameModules[t];n&&n.willDeleteListener&&n.willDeleteListener(e,t);var r=p[t];r&&delete r[v(e)] },deleteAllListeners:function(e){ var t=v(e);for(var n in p)if(p.hasOwnProperty(n)&&p[n][t]){ var r=i.registrationNameModules[n];r&&r.willDeleteListener&&r.willDeleteListener(e,n),delete p[n][t] } },extractEvents:function(e,t,n,r){ for(var o,a=i.plugins,s=0;s<a.length;s++){ var u=a[s];if(u){ var c=u.extractEvents(e,t,n,r);c&&(o=l(o,c)) } }return o },enqueueEvents:function(e){ e&&(d=l(d,e)) },processEventQueue:function(e){ var t=d;d=null,e?c(t,h):c(t,m),d&&a("95"),u.rethrowCaughtError() },__purge:function(){ p={ } },__getListenerBank:function(){ return p } };t.exports=g },{ 113:113,138:138,17:17,18:18,50:50,91:91,98:98 }],17:[function(e,t,n){ "use strict";function r(){ if(s)for(var e in u){ var t=u[e],n=s.indexOf(e);if(n>-1||i("96",e),!l.plugins[n]){ t.extractEvents||i("97",e),l.plugins[n]=t;var r=t.eventTypes;for(var a in r)o(r[a],t,a)||i("98",a,e) } } }function o(e,t,n){ l.eventNameDispatchConfigs.hasOwnProperty(n)&&i("99",n),l.eventNameDispatchConfigs[n]=e;var r=e.phasedRegistrationNames;if(r){ for(var o in r)if(r.hasOwnProperty(o)){ var s=r[o];a(s,t,n) }return!0 }return!!e.registrationName&&(a(e.registrationName,t,n),!0) }function a(e,t,n){ l.registrationNameModules[e]&&i("100",e),l.registrationNameModules[e]=t,l.registrationNameDependencies[e]=t.eventTypes[n].dependencies }var i=e(113),s=(e(138),null),u={ },l={ plugins:[],eventNameDispatchConfigs:{ },registrationNameModules:{ },registrationNameDependencies:{ },possibleRegistrationNames:null,injectEventPluginOrder:function(e){ s&&i("101"),s=Array.prototype.slice.call(e),r() },injectEventPluginsByName:function(e){ var t=!1;for(var n in e)if(e.hasOwnProperty(n)){ var o=e[n];u.hasOwnProperty(n)&&u[n]===o||(u[n]&&i("102",n),u[n]=o,t=!0) }t&&r() },getPluginModuleForEvent:function(e){ var t=e.dispatchConfig;if(t.registrationName)return l.registrationNameModules[t.registrationName]||null;if(void 0!==t.phasedRegistrationNames){ var n=t.phasedRegistrationNames;for(var r in n)if(n.hasOwnProperty(r)){ var o=l.registrationNameModules[n[r]];if(o)return o } }return null },_resetEventPlugins:function(){ s=null;for(var e in u)u.hasOwnProperty(e)&&delete u[e];l.plugins.length=0;var t=l.eventNameDispatchConfigs;for(var n in t)t.hasOwnProperty(n)&&delete t[n];var r=l.registrationNameModules;for(var o in r)r.hasOwnProperty(o)&&delete r[o] } };t.exports=l },{ 113:113,138:138 }],18:[function(e,t,n){ "use strict";function r(e){ return"topMouseUp"===e||"topTouchEnd"===e||"topTouchCancel"===e }function o(e){ return"topMouseMove"===e||"topTouchMove"===e }function a(e){ return"topMouseDown"===e||"topTouchStart"===e }function i(e,t,n,r){ var o=e.type||"unknown-event";e.currentTarget=g.getNodeFromInstance(r),t?m.invokeGuardedCallbackWithCatch(o,n,e):m.invokeGuardedCallback(o,n,e),e.currentTarget=null }function s(e,t){ var n=e._dispatchListeners,r=e._dispatchInstances;if(Array.isArray(n))for(var o=0;o<n.length&&!e.isPropagationStopped();o++)i(e,t,n[o],r[o]);else n&&i(e,t,n,r);e._dispatchListeners=null,e._dispatchInstances=null }function u(e){ var t=e._dispatchListeners,n=e._dispatchInstances;if(Array.isArray(t)){ for(var r=0;r<t.length&&!e.isPropagationStopped();r++)if(t[r](e,n[r]))return n[r] }else if(t&&t(e,n))return n;return null }function l(e){ var t=u(e);return e._dispatchInstances=null,e._dispatchListeners=null,t }function c(e){ var t=e._dispatchListeners,n=e._dispatchInstances;Array.isArray(t)&&h("103"),e.currentTarget=t?g.getNodeFromInstance(n):null;var r=t?t(e):null;return e.currentTarget=null,e._dispatchListeners=null,e._dispatchInstances=null,r }function p(e){ return!!e._dispatchListeners }var d,f,h=e(113),m=e(50),v=(e(138),e(143),{ injectComponentTree:function(e){ d=e },injectTreeTraversal:function(e){ f=e } }),g={ isEndish:r,isMoveish:o,isStartish:a,executeDirectDispatch:c,executeDispatchesInOrder:s,executeDispatchesInOrderStopAtTrue:l,hasDispatches:p,getInstanceFromNode:function(e){ return d.getInstanceFromNode(e) },getNodeFromInstance:function(e){ return d.getNodeFromInstance(e) },isAncestor:function(e,t){ return f.isAncestor(e,t) },getLowestCommonAncestor:function(e,t){ return f.getLowestCommonAncestor(e,t) },getParentInstance:function(e){ return f.getParentInstance(e) },traverseTwoPhase:function(e,t,n){ return f.traverseTwoPhase(e,t,n) },traverseEnterLeave:function(e,t,n,r,o){ return f.traverseEnterLeave(e,t,n,r,o) },injection:v };t.exports=g },{ 113:113,138:138,143:143,50:50 }],19:[function(e,t,n){ "use strict";function r(e,t,n){ var r=t.dispatchConfig.phasedRegistrationNames[n];return g(e,r) }function o(e,t,n){ var o=r(e,n,t);o&&(n._dispatchListeners=m(n._dispatchListeners,o),n._dispatchInstances=m(n._dispatchInstances,e)) }function a(e){ e&&e.dispatchConfig.phasedRegistrationNames&&h.traverseTwoPhase(e._targetInst,o,e) }function i(e){ if(e&&e.dispatchConfig.phasedRegistrationNames){ var t=e._targetInst,n=t?h.getParentInstance(t):null;h.traverseTwoPhase(n,o,e) } }function s(e,t,n){ if(n&&n.dispatchConfig.registrationName){ var r=n.dispatchConfig.registrationName,o=g(e,r);o&&(n._dispatchListeners=m(n._dispatchListeners,o),n._dispatchInstances=m(n._dispatchInstances,e)) } }function u(e){ e&&e.dispatchConfig.registrationName&&s(e._targetInst,null,e) }function l(e){ v(e,a) }function c(e){ v(e,i) }function p(e,t,n,r){ h.traverseEnterLeave(n,r,s,e,t) }function d(e){ v(e,u) }var f=e(16),h=e(18),m=e(91),v=e(98),g=(e(143),f.getListener),y={ accumulateTwoPhaseDispatches:l,accumulateTwoPhaseDispatchesSkipTarget:c,accumulateDirectDispatches:d,accumulateEnterLeaveDispatches:p };t.exports=y },{ 143:143,16:16,18:18,91:91,98:98 }],20:[function(e,t,n){ "use strict";function r(e){ this._root=e,this._startText=this.getText(),this._fallbackText=null }var o=e(144),a=e(24),i=e(106);o(r.prototype,{ destructor:function(){ this._root=null,this._startText=null,this._fallbackText=null },getText:function(){ return"value"in this._root?this._root.value:this._root[i()] },getData:function(){ if(this._fallbackText)return this._fallbackText;var e,t,n=this._startText,r=n.length,o=this.getText(),a=o.length;for(e=0;e<r&&n[e]===o[e];e++);var i=r-e;for(t=1;t<=i&&n[r-t]===o[a-t];t++);var s=t>1?1-t:void 0;return this._fallbackText=o.slice(e,s),this._fallbackText } }),a.addPoolingTo(r),t.exports=r },{ 106:106,144:144,24:24 }],21:[function(e,t,n){ "use strict";var r=e(11),o=r.injection.MUST_USE_PROPERTY,a=r.injection.HAS_BOOLEAN_VALUE,i=r.injection.HAS_NUMERIC_VALUE,s=r.injection.HAS_POSITIVE_NUMERIC_VALUE,u=r.injection.HAS_OVERLOADED_BOOLEAN_VALUE,l={ isCustomAttribute:RegExp.prototype.test.bind(new RegExp("^(data|aria)-["+r.ATTRIBUTE_NAME_CHAR+"]*$")),Properties:{ accept:0,acceptCharset:0,accessKey:0,action:0,allowFullScreen:a,allowTransparency:0,alt:0,as:0,async:a,autoComplete:0,autoPlay:a,capture:a,cellPadding:0,cellSpacing:0,charSet:0,challenge:0,checked:o|a,cite:0,classID:0,className:0,cols:s,colSpan:0,content:0,contentEditable:0,contextMenu:0,controls:a,controlsList:0,coords:0,crossOrigin:0,data:0,dateTime:0,default:a,defer:a,dir:0,disabled:a,download:u,draggable:0,encType:0,form:0,formAction:0,formEncType:0,formMethod:0,formNoValidate:a,formTarget:0,frameBorder:0,headers:0,height:0,hidden:a,high:0,href:0,hrefLang:0,htmlFor:0,httpEquiv:0,icon:0,id:0,inputMode:0,integrity:0,is:0,keyParams:0,keyType:0,kind:0,label:0,lang:0,list:0,loop:a,low:0,manifest:0,marginHeight:0,marginWidth:0,max:0,maxLength:0,media:0,mediaGroup:0,method:0,min:0,minLength:0,multiple:o|a,muted:o|a,name:0,nonce:0,noValidate:a,open:a,optimum:0,pattern:0,placeholder:0,playsInline:a,poster:0,preload:0,profile:0,radioGroup:0,readOnly:a,referrerPolicy:0,rel:0,required:a,reversed:a,role:0,rows:s,rowSpan:i,sandbox:0,scope:0,scoped:a,scrolling:0,seamless:a,selected:o|a,shape:0,size:s,sizes:0,span:s,spellCheck:0,src:0,srcDoc:0,srcLang:0,srcSet:0,start:i,step:0,style:0,summary:0,tabIndex:0,target:0,title:0,type:0,useMap:0,value:0,width:0,wmode:0,wrap:0,about:0,datatype:0,inlist:0,prefix:0,property:0,resource:0,typeof:0,vocab:0,autoCapitalize:0,autoCorrect:0,autoSave:0,color:0,itemProp:0,itemScope:a,itemType:0,itemID:0,itemRef:0,results:0,security:0,unselectable:0 },DOMAttributeNames:{ acceptCharset:"accept-charset",className:"class",htmlFor:"for",httpEquiv:"http-equiv" },DOMPropertyNames:{ },DOMMutationMethods:{ value:function(e,t){ if(null==t)return e.removeAttribute("value");"number"!==e.type||!1===e.hasAttribute("value")?e.setAttribute("value",""+t):e.validity&&!e.validity.badInput&&e.ownerDocument.activeElement!==e&&e.setAttribute("value",""+t) } } };t.exports=l },{ 11:11 }],22:[function(e,t,n){ "use strict";function r(e){ var t={ "=":"=0",":":"=2" };return"$"+(""+e).replace(/[=:]/g,function(e){ return t[e] }) }function o(e){ var t=/(=0|=2)/g,n={ "=0":"=","=2":":" };return(""+("."===e[0]&&"$"===e[1]?e.substring(2):e.substring(1))).replace(t,function(e){ return n[e] }) }var a={ escape:r,unescape:o };t.exports=a },{ }],23:[function(e,t,n){ "use strict";function r(e){ null!=e.checkedLink&&null!=e.valueLink&&s("87") }function o(e){ r(e),(null!=e.value||null!=e.onChange)&&s("88") }function a(e){ r(e),(null!=e.checked||null!=e.onChange)&&s("89") }function i(e){ if(e){ var t=e.getName();if(t)return" Check the render method of `"+t+"`." }return"" }var s=e(113),u=e(64),l=e(146),c=e(121),p=l(c.isValidElement),d=(e(138),e(143),{ button:!0,checkbox:!0,image:!0,hidden:!0,radio:!0,reset:!0,submit:!0 }),f={ value:function(e,t,n){ return!e[t]||d[e.type]||e.onChange||e.readOnly||e.disabled?null:new Error("You provided a `value` prop to a form field without an `onChange` handler. This will render a read-only field. If the field should be mutable use `defaultValue`. Otherwise, set either `onChange` or `readOnly`.") },checked:function(e,t,n){ return!e[t]||e.onChange||e.readOnly||e.disabled?null:new Error("You provided a `checked` prop to a form field without an `onChange` handler. This will render a read-only field. If the field should be mutable use `defaultChecked`. Otherwise, set either `onChange` or `readOnly`.") },onChange:p.func },h={ },m={ checkPropTypes:function(e,t,n){ for(var r in f){ if(f.hasOwnProperty(r))var o=f[r](t,r,e,"prop",null,u);o instanceof Error&&!(o.message in h)&&(h[o.message]=!0,i(n)) } },getValue:function(e){ return e.valueLink?(o(e),e.valueLink.value):e.value },getChecked:function(e){ return e.checkedLink?(a(e),e.checkedLink.value):e.checked },executeOnChange:function(e,t){ return e.valueLink?(o(e),e.valueLink.requestChange(t.target.value)):e.checkedLink?(a(e),e.checkedLink.requestChange(t.target.checked)):e.onChange?e.onChange.call(void 0,t):void 0 } };t.exports=m },{ 113:113,121:121,138:138,143:143,146:146,64:64 }],24:[function(e,t,n){ "use strict";var r=e(113),o=(e(138),function(e){ var t=this;if(t.instancePool.length){ var n=t.instancePool.pop();return t.call(n,e),n }return new t(e) }),a=function(e,t){ var n=this;if(n.instancePool.length){ var r=n.instancePool.pop();return n.call(r,e,t),r }return new n(e,t) },i=function(e,t,n){ var r=this;if(r.instancePool.length){ var o=r.instancePool.pop();return r.call(o,e,t,n),o }return new r(e,t,n) },s=function(e,t,n,r){ var o=this;if(o.instancePool.length){ var a=o.instancePool.pop();return o.call(a,e,t,n,r),a }return new o(e,t,n,r) },u=function(e){ var t=this;e instanceof t||r("25"),e.destructor(),t.instancePool.length<t.poolSize&&t.instancePool.push(e) },l=o,c=function(e,t){ var n=e;return n.instancePool=[],n.getPooled=t||l,n.poolSize||(n.poolSize=10),n.release=u,n },p={ addPoolingTo:c,oneArgumentPooler:o,twoArgumentPooler:a,threeArgumentPooler:i,fourArgumentPooler:s };t.exports=p },{ 113:113,138:138 }],25:[function(e,t,n){ "use strict";function r(e){ return Object.prototype.hasOwnProperty.call(e,m)||(e[m]=f++,p[e[m]]={ }),p[e[m]] }var o,a=e(144),i=e(17),s=e(51),u=e(90),l=e(107),c=e(110),p={ },d=!1,f=0,h={ topAbort:"abort",topAnimationEnd:l("animationend")||"animationend",topAnimationIteration:l("animationiteration")||"animationiteration",topAnimationStart:l("animationstart")||"animationstart",topBlur:"blur",topCanPlay:"canplay",topCanPlayThrough:"canplaythrough",topChange:"change",topClick:"click",topCompositionEnd:"compositionend",topCompositionStart:"compositionstart",topCompositionUpdate:"compositionupdate",topContextMenu:"contextmenu",topCopy:"copy",topCut:"cut",topDoubleClick:"dblclick",topDrag:"drag",topDragEnd:"dragend",topDragEnter:"dragenter",topDragExit:"dragexit",topDragLeave:"dragleave",topDragOver:"dragover",topDragStart:"dragstart",topDrop:"drop",topDurationChange:"durationchange",topEmptied:"emptied",topEncrypted:"encrypted",topEnded:"ended",topError:"error",topFocus:"focus", topInput:"input",topKeyDown:"keydown",topKeyPress:"keypress",topKeyUp:"keyup",topLoadedData:"loadeddata",topLoadedMetadata:"loadedmetadata",topLoadStart:"loadstart",topMouseDown:"mousedown",topMouseMove:"mousemove",topMouseOut:"mouseout",topMouseOver:"mouseover",topMouseUp:"mouseup",topPaste:"paste",topPause:"pause",topPlay:"play",topPlaying:"playing",topProgress:"progress",topRateChange:"ratechange",topScroll:"scroll",topSeeked:"seeked",topSeeking:"seeking",topSelectionChange:"selectionchange",topStalled:"stalled",topSuspend:"suspend",topTextInput:"textInput",topTimeUpdate:"timeupdate",topTouchCancel:"touchcancel",topTouchEnd:"touchend",topTouchMove:"touchmove",topTouchStart:"touchstart",topTransitionEnd:l("transitionend")||"transitionend",topVolumeChange:"volumechange",topWaiting:"waiting",topWheel:"wheel" },m="_reactListenersID"+String(Math.random()).slice(2),v=a({ },s,{ ReactEventListener:null,injection:{ injectReactEventListener:function(e){ e.setHandleTopLevel(v.handleTopLevel),v.ReactEventListener=e } },setEnabled:function(e){ v.ReactEventListener&&v.ReactEventListener.setEnabled(e) },isEnabled:function(){ return!(!v.ReactEventListener||!v.ReactEventListener.isEnabled()) },listenTo:function(e,t){ for(var n=t,o=r(n),a=i.registrationNameDependencies[e],s=0;s<a.length;s++){ var u=a[s];o.hasOwnProperty(u)&&o[u]||("topWheel"===u?c("wheel")?v.ReactEventListener.trapBubbledEvent("topWheel","wheel",n):c("mousewheel")?v.ReactEventListener.trapBubbledEvent("topWheel","mousewheel",n):v.ReactEventListener.trapBubbledEvent("topWheel","DOMMouseScroll",n):"topScroll"===u?c("scroll",!0)?v.ReactEventListener.trapCapturedEvent("topScroll","scroll",n):v.ReactEventListener.trapBubbledEvent("topScroll","scroll",v.ReactEventListener.WINDOW_HANDLE):"topFocus"===u||"topBlur"===u?(c("focus",!0)?(v.ReactEventListener.trapCapturedEvent("topFocus","focus",n),v.ReactEventListener.trapCapturedEvent("topBlur","blur",n)):c("focusin")&&(v.ReactEventListener.trapBubbledEvent("topFocus","focusin",n),v.ReactEventListener.trapBubbledEvent("topBlur","focusout",n)),o.topBlur=!0,o.topFocus=!0):h.hasOwnProperty(u)&&v.ReactEventListener.trapBubbledEvent(u,h[u],n),o[u]=!0) } },trapBubbledEvent:function(e,t,n){ return v.ReactEventListener.trapBubbledEvent(e,t,n) },trapCapturedEvent:function(e,t,n){ return v.ReactEventListener.trapCapturedEvent(e,t,n) },supportsEventPageXY:function(){ if(!document.createEvent)return!1;var e=document.createEvent("MouseEvent");return null!=e&&"pageX"in e },ensureScrollValueMonitoring:function(){ if(void 0===o&&(o=v.supportsEventPageXY()),!o&&!d){ var e=u.refreshScrollValues;v.ReactEventListener.monitorScrollValue(e),d=!0 } } });t.exports=v },{ 107:107,110:110,144:144,17:17,51:51,90:90 }],26:[function(e,t,n){ (function(n){ "use strict";function r(e,t,n,r){ var o=void 0===e[n];null!=t&&o&&(e[n]=a(t,!0)) }var o=e(66),a=e(109),i=(e(22),e(117)),s=e(118);e(143);void 0!==n&&n.env;var u={ instantiateChildren:function(e,t,n,o){ if(null==e)return null;var a={ };return s(e,r,a),a },updateChildren:function(e,t,n,r,s,u,l,c,p){ if(t||e){ var d,f;for(d in t)if(t.hasOwnProperty(d)){ f=e&&e[d];var h=f&&f._currentElement,m=t[d];if(null!=f&&i(h,m))o.receiveComponent(f,m,s,c),t[d]=f;else{ f&&(r[d]=o.getHostNode(f),o.unmountComponent(f,!1));var v=a(m,!0);t[d]=v;var g=o.mountComponent(v,s,u,l,c,p);n.push(g) } }for(d in e)!e.hasOwnProperty(d)||t&&t.hasOwnProperty(d)||(f=e[d],r[d]=o.getHostNode(f),o.unmountComponent(f,!1)) } },unmountChildren:function(e,t){ for(var n in e)if(e.hasOwnProperty(n)){ var r=e[n];o.unmountComponent(r,t) } } };t.exports=u }).call(this,void 0) },{ 109:109,117:117,118:118,143:143,22:22,66:66 }],27:[function(e,t,n){ "use strict";var r=e(8),o=e(37),a={ processChildrenUpdates:o.dangerouslyProcessChildrenUpdates,replaceNodeWithMarkup:r.dangerouslyReplaceNodeWithMarkup };t.exports=a },{ 37:37,8:8 }],28:[function(e,t,n){ "use strict";var r=e(113),o=(e(138),!1),a={ replaceNodeWithMarkup:null,processChildrenUpdates:null,injection:{ injectEnvironment:function(e){ o&&r("104"),a.replaceNodeWithMarkup=e.replaceNodeWithMarkup,a.processChildrenUpdates=e.processChildrenUpdates,o=!0 } } };t.exports=a },{ 113:113,138:138 }],29:[function(e,t,n){ "use strict";function r(e){ }function o(e){ return!(!e.prototype||!e.prototype.isReactComponent) }function a(e){ return!(!e.prototype||!e.prototype.isPureReactComponent) }var i=e(113),s=e(144),u=e(121),l=e(28),c=e(120),p=e(50),d=e(57),f=(e(58),e(62)),h=e(66),m=e(131),v=(e(138),e(142)),g=e(117),y=(e(143),{ ImpureClass:0,PureClass:1,StatelessFunctional:2 });r.prototype.render=function(){ var e=d.get(this)._currentElement.type,t=e(this.props,this.context,this.updater);return t };var _=1,C={ construct:function(e){ this._currentElement=e,this._rootNodeID=0,this._compositeType=null,this._instance=null,this._hostParent=null,this._hostContainerInfo=null,this._updateBatchNumber=null,this._pendingElement=null,this._pendingStateQueue=null,this._pendingReplaceState=!1,this._pendingForceUpdate=!1,this._renderedNodeType=null,this._renderedComponent=null,this._context=null,this._mountOrder=0,this._topLevelWrapper=null,this._pendingCallbacks=null,this._calledComponentWillUnmount=!1 },mountComponent:function(e,t,n,s){ this._context=s,this._mountOrder=_++,this._hostParent=t,this._hostContainerInfo=n;var l,c=this._currentElement.props,p=this._processContext(s),f=this._currentElement.type,h=e.getUpdateQueue(),v=o(f),g=this._constructComponent(v,c,p,h);v||null!=g&&null!=g.render?a(f)?this._compositeType=y.PureClass:this._compositeType=y.ImpureClass:(l=g,null===g||!1===g||u.isValidElement(g)||i("105",f.displayName||f.name||"Component"),g=new r(f),this._compositeType=y.StatelessFunctional),g.props=c,g.context=p,g.refs=m,g.updater=h,this._instance=g,d.set(g,this);var C=g.state;void 0===C&&(g.state=C=null),("object"!=typeof C||Array.isArray(C))&&i("106",this.getName()||"ReactCompositeComponent"),this._pendingStateQueue=null,this._pendingReplaceState=!1,this._pendingForceUpdate=!1;var b;return b=g.unstable_handleError?this.performInitialMountWithErrorHandling(l,t,n,e,s):this.performInitialMount(l,t,n,e,s),g.componentDidMount&&e.getReactMountReady().enqueue(g.componentDidMount,g),b },_constructComponent:function(e,t,n,r){ return this._constructComponentWithoutOwner(e,t,n,r) },_constructComponentWithoutOwner:function(e,t,n,r){ var o=this._currentElement.type;return e?new o(t,n,r):o(t,n,r) },performInitialMountWithErrorHandling:function(e,t,n,r,o){ var a,i=r.checkpoint();try{ a=this.performInitialMount(e,t,n,r,o) }catch(s){ r.rollback(i),this._instance.unstable_handleError(s),this._pendingStateQueue&&(this._instance.state=this._processPendingState(this._instance.props,this._instance.context)),i=r.checkpoint(),this._renderedComponent.unmountComponent(!0),r.rollback(i),a=this.performInitialMount(e,t,n,r,o) }return a },performInitialMount:function(e,t,n,r,o){ var a=this._instance;a.componentWillMount&&(a.componentWillMount(),this._pendingStateQueue&&(a.state=this._processPendingState(a.props,a.context))),void 0===e&&(e=this._renderValidatedComponent());var i=f.getType(e);this._renderedNodeType=i;var s=this._instantiateReactComponent(e,i!==f.EMPTY);return this._renderedComponent=s,h.mountComponent(s,r,t,n,this._processChildContext(o),0) },getHostNode:function(){ return h.getHostNode(this._renderedComponent) },unmountComponent:function(e){ if(this._renderedComponent){ var t=this._instance;if(t.componentWillUnmount&&!t._calledComponentWillUnmount)if(t._calledComponentWillUnmount=!0,e){ var n=this.getName()+".componentWillUnmount()";p.invokeGuardedCallback(n,t.componentWillUnmount.bind(t)) }else t.componentWillUnmount();this._renderedComponent&&(h.unmountComponent(this._renderedComponent,e),this._renderedNodeType=null,this._renderedComponent=null,this._instance=null),this._pendingStateQueue=null,this._pendingReplaceState=!1,this._pendingForceUpdate=!1,this._pendingCallbacks=null,this._pendingElement=null,this._context=null,this._rootNodeID=0,this._topLevelWrapper=null,d.remove(t) } },_maskContext:function(e){ var t=this._currentElement.type,n=t.contextTypes;if(!n)return m;var r={ };for(var o in n)r[o]=e[o];return r },_processContext:function(e){ return this._maskContext(e) },_processChildContext:function(e){ var t,n=this._currentElement.type,r=this._instance;if(r.getChildContext&&(t=r.getChildContext()),t){ "object"!=typeof n.childContextTypes&&i("107",this.getName()||"ReactCompositeComponent");for(var o in t)o in n.childContextTypes||i("108",this.getName()||"ReactCompositeComponent",o);return s({ },e,t) }return e },_checkContextTypes:function(e,t,n){ },receiveComponent:function(e,t,n){ var r=this._currentElement,o=this._context;this._pendingElement=null,this.updateComponent(t,r,e,o,n) },performUpdateIfNecessary:function(e){ null!=this._pendingElement?h.receiveComponent(this,this._pendingElement,e,this._context):null!==this._pendingStateQueue||this._pendingForceUpdate?this.updateComponent(e,this._currentElement,this._currentElement,this._context,this._context):this._updateBatchNumber=null },updateComponent:function(e,t,n,r,o){ var a=this._instance;null==a&&i("136",this.getName()||"ReactCompositeComponent");var s,u=!1;this._context===o?s=a.context:(s=this._processContext(o),u=!0);var l=t.props,c=n.props;t!==n&&(u=!0),u&&a.componentWillReceiveProps&&a.componentWillReceiveProps(c,s);var p=this._processPendingState(c,s),d=!0;this._pendingForceUpdate||(a.shouldComponentUpdate?d=a.shouldComponentUpdate(c,p,s):this._compositeType===y.PureClass&&(d=!v(l,c)||!v(a.state,p))),this._updateBatchNumber=null,d?(this._pendingForceUpdate=!1,this._performComponentUpdate(n,c,p,s,e,o)):(this._currentElement=n,this._context=o,a.props=c,a.state=p,a.context=s) },_processPendingState:function(e,t){ var n=this._instance,r=this._pendingStateQueue,o=this._pendingReplaceState;if(this._pendingReplaceState=!1,this._pendingStateQueue=null,!r)return n.state;if(o&&1===r.length)return r[0];for(var a=s({ },o?r[0]:n.state),i=o?1:0;i<r.length;i++){ var u=r[i];s(a,"function"==typeof u?u.call(n,a,e,t):u) }return a },_performComponentUpdate:function(e,t,n,r,o,a){ var i,s,u,l=this._instance,c=Boolean(l.componentDidUpdate);c&&(i=l.props,s=l.state,u=l.context),l.componentWillUpdate&&l.componentWillUpdate(t,n,r),this._currentElement=e,this._context=a,l.props=t,l.state=n,l.context=r,this._updateRenderedComponent(o,a),c&&o.getReactMountReady().enqueue(l.componentDidUpdate.bind(l,i,s,u),l) },_updateRenderedComponent:function(e,t){ var n=this._renderedComponent,r=n._currentElement,o=this._renderValidatedComponent();if(g(r,o))h.receiveComponent(n,o,e,this._processChildContext(t));else{ var a=h.getHostNode(n);h.unmountComponent(n,!1);var i=f.getType(o);this._renderedNodeType=i;var s=this._instantiateReactComponent(o,i!==f.EMPTY);this._renderedComponent=s;var u=h.mountComponent(s,e,this._hostParent,this._hostContainerInfo,this._processChildContext(t),0);this._replaceNodeWithMarkup(a,u,n) } },_replaceNodeWithMarkup:function(e,t,n){ l.replaceNodeWithMarkup(e,t,n) },_renderValidatedComponentWithoutOwnerOrContext:function(){ return this._instance.render() },_renderValidatedComponent:function(){ var e;if(this._compositeType!==y.StatelessFunctional){ c.current=this;try{ e=this._renderValidatedComponentWithoutOwnerOrContext() }finally{ c.current=null } }else e=this._renderValidatedComponentWithoutOwnerOrContext();return null===e||!1===e||u.isValidElement(e)||i("109",this.getName()||"ReactCompositeComponent"),e },attachRef:function(e,t){ var n=this.getPublicInstance();null==n&&i("110");var r=t.getPublicInstance();(n.refs===m?n.refs={ }:n.refs)[e]=r },detachRef:function(e){ delete this.getPublicInstance().refs[e] },getName:function(){ var e=this._currentElement.type,t=this._instance&&this._instance.constructor;return e.displayName||t&&t.displayName||e.name||t&&t.name||null },getPublicInstance:function(){ var e=this._instance;return this._compositeType===y.StatelessFunctional?null:e },_instantiateReactComponent:null };t.exports=C },{ 113:113,117:117,120:120,121:121,131:131,138:138,142:142,143:143,144:144,28:28,50:50,57:57,58:58,62:62,66:66 }],30:[function(e,t,n){ "use strict";var r=e(33),o=e(47),a=e(60),i=e(66),s=e(71),u=e(72),l=e(96),c=e(103),p=e(114);e(143);o.inject();var d={ findDOMNode:l,render:a.render,unmountComponentAtNode:a.unmountComponentAtNode,version:u,unstable_batchedUpdates:s.batchedUpdates,unstable_renderSubtreeIntoContainer:p };"undefined"!=typeof __REACT_DEVTOOLS_GLOBAL_HOOK__&&"function"==typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.inject&&__REACT_DEVTOOLS_GLOBAL_HOOK__.inject({ ComponentTree:{ getClosestInstanceFromNode:r.getClosestInstanceFromNode,getNodeFromInstance:function(e){ return e._renderedComponent&&(e=c(e)),e?r.getNodeFromInstance(e):null } },Mount:a,Reconciler:i });t.exports=d },{ 103:103,114:114,143:143,33:33,47:47,60:60,66:66,71:71,72:72,96:96 }],31:[function(e,t,n){ "use strict";function r(e){ if(e){ var t=e._currentElement._owner||null;if(t){ var n=t.getName();if(n)return" This DOM node was rendered by `"+n+"`." } }return"" }function o(e,t){ t&&(Q[e._tag]&&(null!=t.children||null!=t.dangerouslySetInnerHTML)&&v("137",e._tag,e._currentElement._owner?" Check the render method of "+e._currentElement._owner.getName()+".":""),null!=t.dangerouslySetInnerHTML&&(null!=t.children&&v("60"),"object"==typeof t.dangerouslySetInnerHTML&&H in t.dangerouslySetInnerHTML||v("61")),null!=t.style&&"object"!=typeof t.style&&v("62",r(e))) }function a(e,t,n,r){ if(!(r instanceof A)){ var o=e._hostContainerInfo,a=o._node&&o._node.nodeType===K,s=a?o._node:o._ownerDocument;j(t,s),r.getReactMountReady().enqueue(i,{ inst:e,registrationName:t,listener:n }) } }function i(){ var e=this;w.putListener(e.inst,e.registrationName,e.listener) }function s(){ var e=this;N.postMountWrapper(e) }function u(){ var e=this;O.postMountWrapper(e) }function l(){ var e=this;M.postMountWrapper(e) }function c(){ L.track(this) }function p(){ var e=this;e._rootNodeID||v("63");var t=V(e);switch(t||v("64"),e._tag){ case"iframe":case"object":e._wrapperState.listeners=[k.trapBubbledEvent("topLoad","load",t)];break;case"video":case"audio":e._wrapperState.listeners=[];for(var n in z)z.hasOwnProperty(n)&&e._wrapperState.listeners.push(k.trapBubbledEvent(n,z[n],t));break;case"source":e._wrapperState.listeners=[k.trapBubbledEvent("topError","error",t)];break;case"img":e._wrapperState.listeners=[k.trapBubbledEvent("topError","error",t),k.trapBubbledEvent("topLoad","load",t)];break;case"form":e._wrapperState.listeners=[k.trapBubbledEvent("topReset","reset",t),k.trapBubbledEvent("topSubmit","submit",t)];break;case"input":case"select":case"textarea":e._wrapperState.listeners=[k.trapBubbledEvent("topInvalid","invalid",t)] } }function d(){ I.postUpdateWrapper(this) }function f(e){ Z.call($,e)||(G.test(e)||v("65",e),$[e]=!0) }function h(e,t){ return e.indexOf("-")>=0||null!=t.is }function m(e){ var t=e.type;f(t),this._currentElement=e,this._tag=t.toLowerCase(),this._namespaceURI=null,this._renderedChildren=null,this._previousStyle=null,this._previousStyleCopy=null,this._hostNode=null,this._hostParent=null,this._rootNodeID=0,this._domID=0,this._hostContainerInfo=null,this._wrapperState=null,this._topLevelWrapper=null,this._flags=0 }var v=e(113),g=e(144),y=e(2),_=e(5),C=e(9),b=e(10),E=e(11),x=e(12),w=e(16),T=e(17),k=e(25),P=e(32),S=e(33),N=e(38),M=e(39),I=e(40),O=e(43),R=(e(58),e(61)),A=e(68),D=(e(130),e(95)),L=(e(138),e(110),e(142),e(108)),U=(e(119),e(143),P),F=w.deleteListener,V=S.getNodeFromInstance,j=k.listenTo,B=T.registrationNameModules,W={ string:!0,number:!0 },H="__html",q={ children:null,dangerouslySetInnerHTML:null,suppressContentEditableWarning:null },K=11,z={ topAbort:"abort",topCanPlay:"canplay",topCanPlayThrough:"canplaythrough",topDurationChange:"durationchange",topEmptied:"emptied",topEncrypted:"encrypted",topEnded:"ended",topError:"error",topLoadedData:"loadeddata",topLoadedMetadata:"loadedmetadata",topLoadStart:"loadstart",topPause:"pause",topPlay:"play",topPlaying:"playing",topProgress:"progress",topRateChange:"ratechange",topSeeked:"seeked",topSeeking:"seeking",topStalled:"stalled",topSuspend:"suspend",topTimeUpdate:"timeupdate",topVolumeChange:"volumechange",topWaiting:"waiting" },Y={ area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0 },X={ listing:!0,pre:!0,textarea:!0 },Q=g({ menuitem:!0 },Y),G=/^[a-zA-Z][a-zA-Z:_\.\-\d]*$/,$={ },Z={ }.hasOwnProperty,J=1;m.displayName="ReactDOMComponent",m.Mixin={ mountComponent:function(e,t,n,r){ this._rootNodeID=J++,this._domID=n._idCounter++,this._hostParent=t,this._hostContainerInfo=n;var a=this._currentElement.props;switch(this._tag){ case"audio":case"form":case"iframe":case"img":case"link":case"object":case"source":case"video":this._wrapperState={ listeners:null },e.getReactMountReady().enqueue(p,this);break;case"input":N.mountWrapper(this,a,t),a=N.getHostProps(this,a),e.getReactMountReady().enqueue(c,this),e.getReactMountReady().enqueue(p,this);break;case"option":M.mountWrapper(this,a,t),a=M.getHostProps(this,a);break;case"select":I.mountWrapper(this,a,t),a=I.getHostProps(this,a),e.getReactMountReady().enqueue(p,this);break;case"textarea":O.mountWrapper(this,a,t),a=O.getHostProps(this,a),e.getReactMountReady().enqueue(c,this),e.getReactMountReady().enqueue(p,this) }o(this,a);var i,d;null!=t?(i=t._namespaceURI,d=t._tag):n._tag&&(i=n._namespaceURI,d=n._tag),(null==i||i===b.svg&&"foreignobject"===d)&&(i=b.html),i===b.html&&("svg"===this._tag?i=b.svg:"math"===this._tag&&(i=b.mathml)),this._namespaceURI=i;var f;if(e.useCreateElement){ var h,m=n._ownerDocument;if(i===b.html)if("script"===this._tag){ var v=m.createElement("div"),g=this._currentElement.type;v.innerHTML="<"+g+"></"+g+">",h=v.removeChild(v.firstChild) }else h=a.is?m.createElement(this._currentElement.type,a.is):m.createElement(this._currentElement.type);else h=m.createElementNS(i,this._currentElement.type);S.precacheNode(this,h),this._flags|=U.hasCachedChildNodes,this._hostParent||x.setAttributeForRoot(h),this._updateDOMProperties(null,a,e);var _=C(h);this._createInitialChildren(e,a,r,_),f=_ }else{ var E=this._createOpenTagMarkupAndPutListeners(e,a),w=this._createContentMarkup(e,a,r);f=!w&&Y[this._tag]?E+"/>":E+">"+w+"</"+this._currentElement.type+">" }switch(this._tag){ case"input":e.getReactMountReady().enqueue(s,this),a.autoFocus&&e.getReactMountReady().enqueue(y.focusDOMComponent,this);break;case"textarea":e.getReactMountReady().enqueue(u,this),a.autoFocus&&e.getReactMountReady().enqueue(y.focusDOMComponent,this);break;case"select":case"button":a.autoFocus&&e.getReactMountReady().enqueue(y.focusDOMComponent,this);break;case"option":e.getReactMountReady().enqueue(l,this) }return f },_createOpenTagMarkupAndPutListeners:function(e,t){ var n="<"+this._currentElement.type;for(var r in t)if(t.hasOwnProperty(r)){ var o=t[r];if(null!=o)if(B.hasOwnProperty(r))o&&a(this,r,o,e);else{ "style"===r&&(o&&(o=this._previousStyleCopy=g({ },t.style)),o=_.createMarkupForStyles(o,this));var i=null;null!=this._tag&&h(this._tag,t)?q.hasOwnProperty(r)||(i=x.createMarkupForCustomAttribute(r,o)):i=x.createMarkupForProperty(r,o),i&&(n+=" "+i) } }return e.renderToStaticMarkup?n:(this._hostParent||(n+=" "+x.createMarkupForRoot()),n+=" "+x.createMarkupForID(this._domID)) },_createContentMarkup:function(e,t,n){ var r="",o=t.dangerouslySetInnerHTML;if(null!=o)null!=o.__html&&(r=o.__html);else{ var a=W[typeof t.children]?t.children:null,i=null!=a?null:t.children;if(null!=a)r=D(a);else if(null!=i){ var s=this.mountChildren(i,e,n);r=s.join("") } }return X[this._tag]&&"\n"===r.charAt(0)?"\n"+r:r },_createInitialChildren:function(e,t,n,r){ var o=t.dangerouslySetInnerHTML;if(null!=o)null!=o.__html&&C.queueHTML(r,o.__html);else{ var a=W[typeof t.children]?t.children:null,i=null!=a?null:t.children;if(null!=a)""!==a&&C.queueText(r,a);else if(null!=i)for(var s=this.mountChildren(i,e,n),u=0;u<s.length;u++)C.queueChild(r,s[u]) } },receiveComponent:function(e,t,n){ var r=this._currentElement;this._currentElement=e,this.updateComponent(t,r,e,n) },updateComponent:function(e,t,n,r){ var a=t.props,i=this._currentElement.props;switch(this._tag){ case"input":a=N.getHostProps(this,a),i=N.getHostProps(this,i);break;case"option":a=M.getHostProps(this,a),i=M.getHostProps(this,i);break;case"select":a=I.getHostProps(this,a),i=I.getHostProps(this,i);break;case"textarea":a=O.getHostProps(this,a),i=O.getHostProps(this,i) }switch(o(this,i),this._updateDOMProperties(a,i,e),this._updateDOMChildren(a,i,e,r),this._tag){ case"input":N.updateWrapper(this),L.updateValueIfChanged(this);break;case"textarea":O.updateWrapper(this);break;case"select":e.getReactMountReady().enqueue(d,this) } },_updateDOMProperties:function(e,t,n){ var r,o,i;for(r in e)if(!t.hasOwnProperty(r)&&e.hasOwnProperty(r)&&null!=e[r])if("style"===r){ var s=this._previousStyleCopy;for(o in s)s.hasOwnProperty(o)&&(i=i||{ },i[o]="");this._previousStyleCopy=null }else B.hasOwnProperty(r)?e[r]&&F(this,r):h(this._tag,e)?q.hasOwnProperty(r)||x.deleteValueForAttribute(V(this),r):(E.properties[r]||E.isCustomAttribute(r))&&x.deleteValueForProperty(V(this),r);for(r in t){ var u=t[r],l="style"===r?this._previousStyleCopy:null!=e?e[r]:void 0;if(t.hasOwnProperty(r)&&u!==l&&(null!=u||null!=l))if("style"===r)if(u?u=this._previousStyleCopy=g({ },u):this._previousStyleCopy=null,l){ for(o in l)!l.hasOwnProperty(o)||u&&u.hasOwnProperty(o)||(i=i||{ },i[o]="");for(o in u)u.hasOwnProperty(o)&&l[o]!==u[o]&&(i=i||{ },i[o]=u[o]) }else i=u;else if(B.hasOwnProperty(r))u?a(this,r,u,n):l&&F(this,r);else if(h(this._tag,t))q.hasOwnProperty(r)||x.setValueForAttribute(V(this),r,u);else if(E.properties[r]||E.isCustomAttribute(r)){ var c=V(this);null!=u?x.setValueForProperty(c,r,u):x.deleteValueForProperty(c,r) } }i&&_.setValueForStyles(V(this),i,this) },_updateDOMChildren:function(e,t,n,r){ var o=W[typeof e.children]?e.children:null,a=W[typeof t.children]?t.children:null,i=e.dangerouslySetInnerHTML&&e.dangerouslySetInnerHTML.__html,s=t.dangerouslySetInnerHTML&&t.dangerouslySetInnerHTML.__html,u=null!=o?null:e.children,l=null!=a?null:t.children,c=null!=o||null!=i,p=null!=a||null!=s;null!=u&&null==l?this.updateChildren(null,n,r):c&&!p&&this.updateTextContent(""),null!=a?o!==a&&this.updateTextContent(""+a):null!=s?i!==s&&this.updateMarkup(""+s):null!=l&&this.updateChildren(l,n,r) },getHostNode:function(){ return V(this) },unmountComponent:function(e){ switch(this._tag){ case"audio":case"form":case"iframe":case"img":case"link":case"object":case"source":case"video":var t=this._wrapperState.listeners;if(t)for(var n=0;n<t.length;n++)t[n].remove();break;case"input":case"textarea":L.stopTracking(this);break;case"html":case"head":case"body":v("66",this._tag) }this.unmountChildren(e),S.uncacheNode(this),w.deleteAllListeners(this),this._rootNodeID=0,this._domID=0,this._wrapperState=null },getPublicInstance:function(){ return V(this) } },g(m.prototype,m.Mixin,R.Mixin),t.exports=m },{ 10:10,108:108,11:11,110:110,113:113,119:119,12:12,130:130,138:138,142:142,143:143,144:144,16:16,17:17,2:2,25:25,32:32,33:33,38:38,39:39,40:40,43:43,5:5,58:58,61:61,68:68,9:9,95:95 }],32:[function(e,t,n){ "use strict";var r={ hasCachedChildNodes:1 };t.exports=r },{ }],33:[function(e,t,n){ "use strict";function r(e,t){ return 1===e.nodeType&&e.getAttribute(h)===String(t)||8===e.nodeType&&e.nodeValue===" react-text: "+t+" "||8===e.nodeType&&e.nodeValue===" react-empty: "+t+" " }function o(e){ for(var t;t=e._renderedComponent;)e=t;return e }function a(e,t){ var n=o(e);n._hostNode=t,t[v]=n }function i(e){ var t=e._hostNode;t&&(delete t[v],e._hostNode=null) }function s(e,t){ if(!(e._flags&m.hasCachedChildNodes)){ var n=e._renderedChildren,i=t.firstChild;e:for(var s in n)if(n.hasOwnProperty(s)){ var u=n[s],l=o(u)._domID;if(0!==l){ for(;null!==i;i=i.nextSibling)if(r(i,l)){ a(u,i);continue e }p("32",l) } }e._flags|=m.hasCachedChildNodes } }function u(e){ if(e[v])return e[v];for(var t=[];!e[v];){ if(t.push(e),!e.parentNode)return null;e=e.parentNode }for(var n,r;e&&(r=e[v]);e=t.pop())n=r,t.length&&s(r,e);return n }function l(e){ var t=u(e);return null!=t&&t._hostNode===e?t:null }function c(e){ if(void 0===e._hostNode&&p("33"),e._hostNode)return e._hostNode;for(var t=[];!e._hostNode;)t.push(e),e._hostParent||p("34"),e=e._hostParent;for(;t.length;e=t.pop())s(e,e._hostNode);return e._hostNode }var p=e(113),d=e(11),f=e(32),h=(e(138),d.ID_ATTRIBUTE_NAME),m=f,v="__reactInternalInstance$"+Math.random().toString(36).slice(2),g={ getClosestInstanceFromNode:u,getInstanceFromNode:l,getNodeFromInstance:c,precacheChildNodes:s,precacheNode:a,uncacheNode:i };t.exports=g },{ 11:11,113:113,138:138,32:32 }],34:[function(e,t,n){ "use strict";function r(e,t){ return{ _topLevelWrapper:e,_idCounter:1,_ownerDocument:t?t.nodeType===o?t:t.ownerDocument:null,_node:t,_tag:t?t.nodeName.toLowerCase():null,_namespaceURI:t?t.namespaceURI:null } }var o=(e(119),9);t.exports=r },{ 119:119 }],35:[function(e,t,n){ "use strict";var r=e(144),o=e(9),a=e(33),i=function(e){ this._currentElement=null,this._hostNode=null,this._hostParent=null,this._hostContainerInfo=null,this._domID=0 };r(i.prototype,{ mountComponent:function(e,t,n,r){ var i=n._idCounter++;this._domID=i,this._hostParent=t,this._hostContainerInfo=n;var s=" react-empty: "+this._domID+" ";if(e.useCreateElement){ var u=n._ownerDocument,l=u.createComment(s);return a.precacheNode(this,l),o(l) }return e.renderToStaticMarkup?"":"\x3c!--"+s+"--\x3e" },receiveComponent:function(){ },getHostNode:function(){ return a.getNodeFromInstance(this) },unmountComponent:function(){ a.uncacheNode(this) } }),t.exports=i },{ 144:144,33:33,9:9 }],36:[function(e,t,n){ "use strict";var r={ useCreateElement:!0,useFiber:!1 };t.exports=r },{ }],37:[function(e,t,n){ "use strict";var r=e(8),o=e(33),a={ dangerouslyProcessChildrenUpdates:function(e,t){ var n=o.getNodeFromInstance(e);r.processUpdates(n,t) } };t.exports=a },{ 33:33,8:8 }],38:[function(e,t,n){ "use strict";function r(){ this._rootNodeID&&d.updateWrapper(this) }function o(e){ return"checkbox"===e.type||"radio"===e.type?null!=e.checked:null!=e.value }function a(e){ var t=this._currentElement.props,n=l.executeOnChange(t,e);p.asap(r,this);var o=t.name;if("radio"===t.type&&null!=o){ for(var a=c.getNodeFromInstance(this),s=a;s.parentNode;)s=s.parentNode;for(var u=s.querySelectorAll("input[name="+JSON.stringify(""+o)+'][type="radio"]'),d=0;d<u.length;d++){ var f=u[d];if(f!==a&&f.form===a.form){ var h=c.getInstanceFromNode(f);h||i("90"),p.asap(r,h) } } }return n }var i=e(113),s=e(144),u=e(12),l=e(23),c=e(33),p=e(71),d=(e(138),e(143),{ getHostProps:function(e,t){ var n=l.getValue(t),r=l.getChecked(t);return s({ type:void 0,step:void 0,min:void 0,max:void 0 },t,{ defaultChecked:void 0,defaultValue:void 0,value:null!=n?n:e._wrapperState.initialValue,checked:null!=r?r:e._wrapperState.initialChecked,onChange:e._wrapperState.onChange }) },mountWrapper:function(e,t){ var n=t.defaultValue;e._wrapperState={ initialChecked:null!=t.checked?t.checked:t.defaultChecked,initialValue:null!=t.value?t.value:n,listeners:null,onChange:a.bind(e),controlled:o(t) } },updateWrapper:function(e){ var t=e._currentElement.props,n=t.checked;null!=n&&u.setValueForProperty(c.getNodeFromInstance(e),"checked",n||!1);var r=c.getNodeFromInstance(e),o=l.getValue(t);if(null!=o)if(0===o&&""===r.value)r.value="0";else if("number"===t.type){ var a=parseFloat(r.value,10)||0;(o!=a||o==a&&r.value!=o)&&(r.value=""+o) }else r.value!==""+o&&(r.value=""+o);else null==t.value&&null!=t.defaultValue&&r.defaultValue!==""+t.defaultValue&&(r.defaultValue=""+t.defaultValue),null==t.checked&&null!=t.defaultChecked&&(r.defaultChecked=!!t.defaultChecked) },postMountWrapper:function(e){ var t=e._currentElement.props,n=c.getNodeFromInstance(e);switch(t.type){ case"submit":case"reset":break;case"color":case"date":case"datetime":case"datetime-local":case"month":case"time":case"week":n.value="",n.value=n.defaultValue;break;default:n.value=n.value }var r=n.name;""!==r&&(n.name=""),n.defaultChecked=!n.defaultChecked,n.defaultChecked=!n.defaultChecked,""!==r&&(n.name=r) } });t.exports=d },{ 113:113,12:12,138:138,143:143,144:144,23:23,33:33,71:71 }],39:[function(e,t,n){ "use strict";function r(e){ var t="";return a.Children.forEach(e,function(e){ null!=e&&("string"==typeof e||"number"==typeof e?t+=e:u||(u=!0)) }),t }var o=e(144),a=e(121),i=e(33),s=e(40),u=(e(143),!1),l={ mountWrapper:function(e,t,n){ var o=null;if(null!=n){ var a=n;"optgroup"===a._tag&&(a=a._hostParent),null!=a&&"select"===a._tag&&(o=s.getSelectValueContext(a)) }var i=null;if(null!=o){ var u;if(u=null!=t.value?t.value+"":r(t.children),i=!1,Array.isArray(o)){ for(var l=0;l<o.length;l++)if(""+o[l]===u){ i=!0;break } }else i=""+o===u }e._wrapperState={ selected:i } },postMountWrapper:function(e){ var t=e._currentElement.props;null!=t.value&&i.getNodeFromInstance(e).setAttribute("value",t.value) },getHostProps:function(e,t){ var n=o({ selected:void 0,children:void 0 },t);null!=e._wrapperState.selected&&(n.selected=e._wrapperState.selected);var a=r(t.children);return a&&(n.children=a),n } };t.exports=l },{ 121:121,143:143,144:144,33:33,40:40 }],40:[function(e,t,n){ "use strict";function r(){ if(this._rootNodeID&&this._wrapperState.pendingUpdate){ this._wrapperState.pendingUpdate=!1;var e=this._currentElement.props,t=s.getValue(e);null!=t&&o(this,Boolean(e.multiple),t) } }function o(e,t,n){ var r,o,a=u.getNodeFromInstance(e).options;if(t){ for(r={ },o=0;o<n.length;o++)r[""+n[o]]=!0;for(o=0;o<a.length;o++){ var i=r.hasOwnProperty(a[o].value);a[o].selected!==i&&(a[o].selected=i) } }else{ for(r=""+n,o=0;o<a.length;o++)if(a[o].value===r)return void(a[o].selected=!0);a.length&&(a[0].selected=!0) } }function a(e){ var t=this._currentElement.props,n=s.executeOnChange(t,e);return this._rootNodeID&&(this._wrapperState.pendingUpdate=!0),l.asap(r,this),n }var i=e(144),s=e(23),u=e(33),l=e(71),c=(e(143),!1),p={ getHostProps:function(e,t){ return i({ },t,{ onChange:e._wrapperState.onChange,value:void 0 }) },mountWrapper:function(e,t){ var n=s.getValue(t);e._wrapperState={ pendingUpdate:!1,initialValue:null!=n?n:t.defaultValue,listeners:null,onChange:a.bind(e),wasMultiple:Boolean(t.multiple) },void 0===t.value||void 0===t.defaultValue||c||(c=!0) },getSelectValueContext:function(e){ return e._wrapperState.initialValue },postUpdateWrapper:function(e){ var t=e._currentElement.props;e._wrapperState.initialValue=void 0;var n=e._wrapperState.wasMultiple;e._wrapperState.wasMultiple=Boolean(t.multiple);var r=s.getValue(t);null!=r?(e._wrapperState.pendingUpdate=!1,o(e,Boolean(t.multiple),r)):n!==Boolean(t.multiple)&&(null!=t.defaultValue?o(e,Boolean(t.multiple),t.defaultValue):o(e,Boolean(t.multiple),t.multiple?[]:"")) } };t.exports=p },{ 143:143,144:144,23:23,33:33,71:71 }],41:[function(e,t,n){ "use strict";function r(e,t,n,r){ return e===n&&t===r }function o(e){ var t=document.selection,n=t.createRange(),r=n.text.length,o=n.duplicate();o.moveToElementText(e),o.setEndPoint("EndToStart",n);var a=o.text.length;return{ start:a,end:a+r } }function a(e){ var t=window.getSelection&&window.getSelection();if(!t||0===t.rangeCount)return null;var n=t.anchorNode,o=t.anchorOffset,a=t.focusNode,i=t.focusOffset,s=t.getRangeAt(0);try{ s.startContainer.nodeType,s.endContainer.nodeType }catch(e){ return null }var u=r(t.anchorNode,t.anchorOffset,t.focusNode,t.focusOffset),l=u?0:s.toString().length,c=s.cloneRange();c.selectNodeContents(e),c.setEnd(s.startContainer,s.startOffset);var p=r(c.startContainer,c.startOffset,c.endContainer,c.endOffset),d=p?0:c.toString().length,f=d+l,h=document.createRange();h.setStart(n,o),h.setEnd(a,i);var m=h.collapsed;return{ start:m?f:d,end:m?d:f } }function i(e,t){ var n,r,o=document.selection.createRange().duplicate();void 0===t.end?(n=t.start,r=n):t.start>t.end?(n=t.end,r=t.start):(n=t.start,r=t.end),o.moveToElementText(e),o.moveStart("character",n),o.setEndPoint("EndToStart",o),o.moveEnd("character",r-n),o.select() }function s(e,t){ if(window.getSelection){ var n=window.getSelection(),r=e[c()].length,o=Math.min(t.start,r),a=void 0===t.end?o:Math.min(t.end,r);if(!n.extend&&o>a){ var i=a;a=o,o=i }var s=l(e,o),u=l(e,a);if(s&&u){ var p=document.createRange();p.setStart(s.node,s.offset),n.removeAllRanges(),o>a?(n.addRange(p),n.extend(u.node,u.offset)):(p.setEnd(u.node,u.offset),n.addRange(p)) } } }var u=e(124),l=e(105),c=e(106),p=u.canUseDOM&&"selection"in document&&!("getSelection"in window),d={ getOffsets:p?o:a, setOffsets:p?i:s };t.exports=d },{ 105:105,106:106,124:124 }],42:[function(e,t,n){ "use strict";var r=e(113),o=e(144),a=e(8),i=e(9),s=e(33),u=e(95),l=(e(138),e(119),function(e){ this._currentElement=e,this._stringText=""+e,this._hostNode=null,this._hostParent=null,this._domID=0,this._mountIndex=0,this._closingComment=null,this._commentNodes=null });o(l.prototype,{ mountComponent:function(e,t,n,r){ var o=n._idCounter++,a=" react-text: "+o+" ";if(this._domID=o,this._hostParent=t,e.useCreateElement){ var l=n._ownerDocument,c=l.createComment(a),p=l.createComment(" /react-text "),d=i(l.createDocumentFragment());return i.queueChild(d,i(c)),this._stringText&&i.queueChild(d,i(l.createTextNode(this._stringText))),i.queueChild(d,i(p)),s.precacheNode(this,c),this._closingComment=p,d }var f=u(this._stringText);return e.renderToStaticMarkup?f:"\x3c!--"+a+"--\x3e"+f+"\x3c!-- /react-text --\x3e" },receiveComponent:function(e,t){ if(e!==this._currentElement){ this._currentElement=e;var n=""+e;if(n!==this._stringText){ this._stringText=n;var r=this.getHostNode();a.replaceDelimitedText(r[0],r[1],n) } } },getHostNode:function(){ var e=this._commentNodes;if(e)return e;if(!this._closingComment)for(var t=s.getNodeFromInstance(this),n=t.nextSibling;;){ if(null==n&&r("67",this._domID),8===n.nodeType&&" /react-text "===n.nodeValue){ this._closingComment=n;break }n=n.nextSibling }return e=[this._hostNode,this._closingComment],this._commentNodes=e,e },unmountComponent:function(){ this._closingComment=null,this._commentNodes=null,s.uncacheNode(this) } }),t.exports=l },{ 113:113,119:119,138:138,144:144,33:33,8:8,9:9,95:95 }],43:[function(e,t,n){ "use strict";function r(){ this._rootNodeID&&c.updateWrapper(this) }function o(e){ var t=this._currentElement.props,n=s.executeOnChange(t,e);return l.asap(r,this),n }var a=e(113),i=e(144),s=e(23),u=e(33),l=e(71),c=(e(138),e(143),{ getHostProps:function(e,t){ return null!=t.dangerouslySetInnerHTML&&a("91"),i({ },t,{ value:void 0,defaultValue:void 0,children:""+e._wrapperState.initialValue,onChange:e._wrapperState.onChange }) },mountWrapper:function(e,t){ var n=s.getValue(t),r=n;if(null==n){ var i=t.defaultValue,u=t.children;null!=u&&(null!=i&&a("92"),Array.isArray(u)&&(u.length<=1||a("93"),u=u[0]),i=""+u),null==i&&(i=""),r=i }e._wrapperState={ initialValue:""+r,listeners:null,onChange:o.bind(e) } },updateWrapper:function(e){ var t=e._currentElement.props,n=u.getNodeFromInstance(e),r=s.getValue(t);if(null!=r){ var o=""+r;o!==n.value&&(n.value=o),null==t.defaultValue&&(n.defaultValue=o) }null!=t.defaultValue&&(n.defaultValue=t.defaultValue) },postMountWrapper:function(e){ var t=u.getNodeFromInstance(e),n=t.textContent;n===e._wrapperState.initialValue&&(t.value=n) } });t.exports=c },{ 113:113,138:138,143:143,144:144,23:23,33:33,71:71 }],44:[function(e,t,n){ "use strict";function r(e,t){ "_hostNode"in e||u("33"),"_hostNode"in t||u("33");for(var n=0,r=e;r;r=r._hostParent)n++;for(var o=0,a=t;a;a=a._hostParent)o++;for(;n-o>0;)e=e._hostParent,n--;for(;o-n>0;)t=t._hostParent,o--;for(var i=n;i--;){ if(e===t)return e;e=e._hostParent,t=t._hostParent }return null }function o(e,t){ "_hostNode"in e||u("35"),"_hostNode"in t||u("35");for(;t;){ if(t===e)return!0;t=t._hostParent }return!1 }function a(e){ return"_hostNode"in e||u("36"),e._hostParent }function i(e,t,n){ for(var r=[];e;)r.push(e),e=e._hostParent;var o;for(o=r.length;o-- >0;)t(r[o],"captured",n);for(o=0;o<r.length;o++)t(r[o],"bubbled",n) }function s(e,t,n,o,a){ for(var i=e&&t?r(e,t):null,s=[];e&&e!==i;)s.push(e),e=e._hostParent;for(var u=[];t&&t!==i;)u.push(t),t=t._hostParent;var l;for(l=0;l<s.length;l++)n(s[l],"bubbled",o);for(l=u.length;l-- >0;)n(u[l],"captured",a) }var u=e(113);e(138);t.exports={ isAncestor:o,getLowestCommonAncestor:r,getParentInstance:a,traverseTwoPhase:i,traverseEnterLeave:s } },{ 113:113,138:138 }],45:[function(e,t,n){ "use strict";var r=e(121),o=e(30),a=o;r.addons&&(r.__SECRET_INJECTED_REACT_DOM_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=a),t.exports=a },{ 121:121,30:30 }],46:[function(e,t,n){ "use strict";function r(){ this.reinitializeTransaction() }var o=e(144),a=e(71),i=e(89),s=e(130),u={ initialize:s,close:function(){ d.isBatchingUpdates=!1 } },l={ initialize:s,close:a.flushBatchedUpdates.bind(a) },c=[l,u];o(r.prototype,i,{ getTransactionWrappers:function(){ return c } });var p=new r,d={ isBatchingUpdates:!1,batchedUpdates:function(e,t,n,r,o,a){ var i=d.isBatchingUpdates;return d.isBatchingUpdates=!0,i?e(t,n,r,o,a):p.perform(e,null,t,n,r,o,a) } };t.exports=d },{ 130:130,144:144,71:71,89:89 }],47:[function(e,t,n){ "use strict";function r(){ x||(x=!0,y.EventEmitter.injectReactEventListener(g),y.EventPluginHub.injectEventPluginOrder(s),y.EventPluginUtils.injectComponentTree(d),y.EventPluginUtils.injectTreeTraversal(h),y.EventPluginHub.injectEventPluginsByName({ SimpleEventPlugin:E,EnterLeaveEventPlugin:u,ChangeEventPlugin:i,SelectEventPlugin:b,BeforeInputEventPlugin:a }),y.HostComponent.injectGenericComponentClass(p),y.HostComponent.injectTextComponentClass(m),y.DOMProperty.injectDOMPropertyConfig(o),y.DOMProperty.injectDOMPropertyConfig(l),y.DOMProperty.injectDOMPropertyConfig(C),y.EmptyComponent.injectEmptyComponentFactory(function(e){ return new f(e) }),y.Updates.injectReconcileTransaction(_),y.Updates.injectBatchingStrategy(v),y.Component.injectEnvironment(c)) }var o=e(1),a=e(3),i=e(7),s=e(14),u=e(15),l=e(21),c=e(27),p=e(31),d=e(33),f=e(35),h=e(44),m=e(42),v=e(46),g=e(52),y=e(55),_=e(65),C=e(73),b=e(74),E=e(75),x=!1;t.exports={ inject:r } },{ 1:1,14:14,15:15,21:21,27:27,3:3,31:31,33:33,35:35,42:42,44:44,46:46,52:52,55:55,65:65,7:7,73:73,74:74,75:75 }],48:[function(e,t,n){ "use strict";var r="function"==typeof Symbol&&Symbol.for&&Symbol.for("react.element")||60103;t.exports=r },{ }],49:[function(e,t,n){ "use strict";var r,o={ injectEmptyComponentFactory:function(e){ r=e } },a={ create:function(e){ return r(e) } };a.injection=o,t.exports=a },{ }],50:[function(e,t,n){ "use strict";function r(e,t,n){ try{ t(n) }catch(e){ null===o&&(o=e) } }var o=null,a={ invokeGuardedCallback:r,invokeGuardedCallbackWithCatch:r,rethrowCaughtError:function(){ if(o){ var e=o;throw o=null,e } } };t.exports=a },{ }],51:[function(e,t,n){ "use strict";function r(e){ o.enqueueEvents(e),o.processEventQueue(!1) }var o=e(16),a={ handleTopLevel:function(e,t,n,a){ r(o.extractEvents(e,t,n,a)) } };t.exports=a },{ 16:16 }],52:[function(e,t,n){ "use strict";function r(e){ for(;e._hostParent;)e=e._hostParent;var t=p.getNodeFromInstance(e),n=t.parentNode;return p.getClosestInstanceFromNode(n) }function o(e,t){ this.topLevelType=e,this.nativeEvent=t,this.ancestors=[] }function a(e){ var t=f(e.nativeEvent),n=p.getClosestInstanceFromNode(t),o=n;do{ e.ancestors.push(o),o=o&&r(o) }while(o);for(var a=0;a<e.ancestors.length;a++)n=e.ancestors[a],m._handleTopLevel(e.topLevelType,n,e.nativeEvent,f(e.nativeEvent)) }function i(e){ e(h(window)) }var s=e(144),u=e(123),l=e(124),c=e(24),p=e(33),d=e(71),f=e(102),h=e(135);s(o.prototype,{ destructor:function(){ this.topLevelType=null,this.nativeEvent=null,this.ancestors.length=0 } }),c.addPoolingTo(o,c.twoArgumentPooler);var m={ _enabled:!0,_handleTopLevel:null,WINDOW_HANDLE:l.canUseDOM?window:null,setHandleTopLevel:function(e){ m._handleTopLevel=e },setEnabled:function(e){ m._enabled=!!e },isEnabled:function(){ return m._enabled },trapBubbledEvent:function(e,t,n){ return n?u.listen(n,t,m.dispatchEvent.bind(null,e)):null },trapCapturedEvent:function(e,t,n){ return n?u.capture(n,t,m.dispatchEvent.bind(null,e)):null },monitorScrollValue:function(e){ var t=i.bind(null,e);u.listen(window,"scroll",t) },dispatchEvent:function(e,t){ if(m._enabled){ var n=o.getPooled(e,t);try{ d.batchedUpdates(a,n) }finally{ o.release(n) } } } };t.exports=m },{ 102:102,123:123,124:124,135:135,144:144,24:24,33:33,71:71 }],53:[function(e,t,n){ "use strict";var r={ logTopLevelRenders:!1 };t.exports=r },{ }],54:[function(e,t,n){ "use strict";function r(e){ return s||i("111",e.type),new s(e) }function o(e){ return new u(e) }function a(e){ return e instanceof u }var i=e(113),s=(e(138),null),u=null,l={ injectGenericComponentClass:function(e){ s=e },injectTextComponentClass:function(e){ u=e } },c={ createInternalComponent:r,createInstanceForText:o,isTextComponent:a,injection:l };t.exports=c },{ 113:113,138:138 }],55:[function(e,t,n){ "use strict";var r=e(11),o=e(16),a=e(18),i=e(28),s=e(49),u=e(25),l=e(54),c=e(71),p={ Component:i.injection,DOMProperty:r.injection,EmptyComponent:s.injection,EventPluginHub:o.injection,EventPluginUtils:a.injection,EventEmitter:u.injection,HostComponent:l.injection,Updates:c.injection };t.exports=p },{ 11:11,16:16,18:18,25:25,28:28,49:49,54:54,71:71 }],56:[function(e,t,n){ "use strict";function r(e){ return a(document.documentElement,e) }var o=e(41),a=e(127),i=e(132),s=e(133),u={ hasSelectionCapabilities:function(e){ var t=e&&e.nodeName&&e.nodeName.toLowerCase();return t&&("input"===t&&"text"===e.type||"textarea"===t||"true"===e.contentEditable) },getSelectionInformation:function(){ var e=s();return{ focusedElem:e,selectionRange:u.hasSelectionCapabilities(e)?u.getSelection(e):null } },restoreSelection:function(e){ var t=s(),n=e.focusedElem,o=e.selectionRange;t!==n&&r(n)&&(u.hasSelectionCapabilities(n)&&u.setSelection(n,o),i(n)) },getSelection:function(e){ var t;if("selectionStart"in e)t={ start:e.selectionStart,end:e.selectionEnd };else if(document.selection&&e.nodeName&&"input"===e.nodeName.toLowerCase()){ var n=document.selection.createRange();n.parentElement()===e&&(t={ start:-n.moveStart("character",-e.value.length),end:-n.moveEnd("character",-e.value.length) }) }else t=o.getOffsets(e);return t||{ start:0,end:0 } },setSelection:function(e,t){ var n=t.start,r=t.end;if(void 0===r&&(r=n),"selectionStart"in e)e.selectionStart=n,e.selectionEnd=Math.min(r,e.value.length);else if(document.selection&&e.nodeName&&"input"===e.nodeName.toLowerCase()){ var a=e.createTextRange();a.collapse(!0),a.moveStart("character",n),a.moveEnd("character",r-n),a.select() }else o.setOffsets(e,t) } };t.exports=u },{ 127:127,132:132,133:133,41:41 }],57:[function(e,t,n){ "use strict";var r={ remove:function(e){ e._reactInternalInstance=void 0 },get:function(e){ return e._reactInternalInstance },has:function(e){ return void 0!==e._reactInternalInstance },set:function(e,t){ e._reactInternalInstance=t } };t.exports=r },{ }],58:[function(e,t,n){ "use strict";t.exports={ debugTool:null } },{ }],59:[function(e,t,n){ "use strict";var r=e(92),o=/\/?>/,a=/^<\!\-\-/,i={ CHECKSUM_ATTR_NAME:"data-react-checksum",addChecksumToMarkup:function(e){ var t=r(e);return a.test(e)?e:e.replace(o," "+i.CHECKSUM_ATTR_NAME+'="'+t+'"$&') },canReuseMarkup:function(e,t){ var n=t.getAttribute(i.CHECKSUM_ATTR_NAME);return n=n&&parseInt(n,10),r(e)===n } };t.exports=i },{ 92:92 }],60:[function(e,t,n){ "use strict";function r(e,t){ for(var n=Math.min(e.length,t.length),r=0;r<n;r++)if(e.charAt(r)!==t.charAt(r))return r;return e.length===t.length?-1:n }function o(e){ return e?e.nodeType===A?e.documentElement:e.firstChild:null }function a(e){ return e.getAttribute&&e.getAttribute(I)||"" }function i(e,t,n,r,o){ var a;if(b.logTopLevelRenders){ var i=e._currentElement.props.child,s=i.type;a="React mount: "+("string"==typeof s?s:s.displayName||s.name),console.time(a) }var u=w.mountComponent(e,n,null,_(e,t),o,0);a&&console.timeEnd(a),e._renderedComponent._topLevelWrapper=e,V._mountImageIntoNode(u,t,e,r,n) }function s(e,t,n,r){ var o=k.ReactReconcileTransaction.getPooled(!n&&C.useCreateElement);o.perform(i,null,e,t,o,n,r),k.ReactReconcileTransaction.release(o) }function u(e,t,n){ for(w.unmountComponent(e,n),t.nodeType===A&&(t=t.documentElement);t.lastChild;)t.removeChild(t.lastChild) }function l(e){ var t=o(e);if(t){ var n=y.getInstanceFromNode(t);return!(!n||!n._hostParent) } }function c(e){ return!(!e||e.nodeType!==R&&e.nodeType!==A&&e.nodeType!==D) }function p(e){ var t=o(e),n=t&&y.getInstanceFromNode(t);return n&&!n._hostParent?n:null }function d(e){ var t=p(e);return t?t._hostContainerInfo._topLevelWrapper:null }var f=e(113),h=e(9),m=e(11),v=e(121),g=e(25),y=(e(120),e(33)),_=e(34),C=e(36),b=e(53),E=e(57),x=(e(58),e(59)),w=e(66),T=e(70),k=e(71),P=e(131),S=e(109),N=(e(138),e(115)),M=e(117),I=(e(143),m.ID_ATTRIBUTE_NAME),O=m.ROOT_ATTRIBUTE_NAME,R=1,A=9,D=11,L={ },U=1,F=function(){ this.rootID=U++ };F.prototype.isReactComponent={ },F.prototype.render=function(){ return this.props.child },F.isReactTopLevelWrapper=!0;var V={ TopLevelWrapper:F,_instancesByReactRootID:L,scrollMonitor:function(e,t){ t() },_updateRootComponent:function(e,t,n,r,o){ return V.scrollMonitor(r,function(){ T.enqueueElementInternal(e,t,n),o&&T.enqueueCallbackInternal(e,o) }),e },_renderNewRootComponent:function(e,t,n,r){ c(t)||f("37"),g.ensureScrollValueMonitoring();var o=S(e,!1);k.batchedUpdates(s,o,t,n,r);var a=o._instance.rootID;return L[a]=o,o },renderSubtreeIntoContainer:function(e,t,n,r){ return null!=e&&E.has(e)||f("38"),V._renderSubtreeIntoContainer(e,t,n,r) },_renderSubtreeIntoContainer:function(e,t,n,r){ T.validateCallback(r,"ReactDOM.render"),v.isValidElement(t)||f("39","string"==typeof t?" Instead of passing a string like 'div', pass React.createElement('div') or <div />.":"function"==typeof t?" Instead of passing a class like Foo, pass React.createElement(Foo) or <Foo />.":null!=t&&void 0!==t.props?" This may be caused by unintentionally loading two independent copies of React.":"");var i,s=v.createElement(F,{ child:t });if(e){ var u=E.get(e);i=u._processChildContext(u._context) }else i=P;var c=d(n);if(c){ var p=c._currentElement,h=p.props.child;if(M(h,t)){ var m=c._renderedComponent.getPublicInstance(),g=r&&function(){ r.call(m) };return V._updateRootComponent(c,s,i,n,g),m }V.unmountComponentAtNode(n) }var y=o(n),_=y&&!!a(y),C=l(n),b=_&&!c&&!C,x=V._renderNewRootComponent(s,n,b,i)._renderedComponent.getPublicInstance();return r&&r.call(x),x },render:function(e,t,n){ return V._renderSubtreeIntoContainer(null,e,t,n) },unmountComponentAtNode:function(e){ c(e)||f("40");var t=d(e);return t?(delete L[t._instance.rootID],k.batchedUpdates(u,t,e,!1),!0):(l(e),1===e.nodeType&&e.hasAttribute(O),!1) },_mountImageIntoNode:function(e,t,n,a,i){ if(c(t)||f("41"),a){ var s=o(t);if(x.canReuseMarkup(e,s))return void y.precacheNode(n,s);var u=s.getAttribute(x.CHECKSUM_ATTR_NAME);s.removeAttribute(x.CHECKSUM_ATTR_NAME);var l=s.outerHTML;s.setAttribute(x.CHECKSUM_ATTR_NAME,u);var p=e,d=r(p,l),m=" (client) "+p.substring(d-20,d+20)+"\n (server) "+l.substring(d-20,d+20);t.nodeType===A&&f("42",m) }if(t.nodeType===A&&f("43"),i.useCreateElement){ for(;t.lastChild;)t.removeChild(t.lastChild);h.insertTreeBefore(t,e,null) }else N(t,e),y.precacheNode(n,t.firstChild) } };t.exports=V },{ 109:109,11:11,113:113,115:115,117:117,120:120,121:121,131:131,138:138,143:143,25:25,33:33,34:34,36:36,53:53,57:57,58:58,59:59,66:66,70:70,71:71,9:9 }],61:[function(e,t,n){ "use strict";function r(e,t,n){ return{ type:"INSERT_MARKUP",content:e,fromIndex:null,fromNode:null,toIndex:n,afterNode:t } }function o(e,t,n){ return{ type:"MOVE_EXISTING",content:null,fromIndex:e._mountIndex,fromNode:d.getHostNode(e),toIndex:n,afterNode:t } }function a(e,t){ return{ type:"REMOVE_NODE",content:null,fromIndex:e._mountIndex,fromNode:t,toIndex:null,afterNode:null } }function i(e){ return{ type:"SET_MARKUP",content:e,fromIndex:null,fromNode:null,toIndex:null,afterNode:null } }function s(e){ return{ type:"TEXT_CONTENT",content:e,fromIndex:null,fromNode:null,toIndex:null,afterNode:null } }function u(e,t){ return t&&(e=e||[],e.push(t)),e }function l(e,t){ p.processChildrenUpdates(e,t) }var c=e(113),p=e(28),d=(e(57),e(58),e(120),e(66)),f=e(26),h=(e(130),e(97)),m=(e(138),{ Mixin:{ _reconcilerInstantiateChildren:function(e,t,n){ return f.instantiateChildren(e,t,n) },_reconcilerUpdateChildren:function(e,t,n,r,o,a){ var i;return i=h(t,0),f.updateChildren(e,i,n,r,o,this,this._hostContainerInfo,a,0),i },mountChildren:function(e,t,n){ var r=this._reconcilerInstantiateChildren(e,t,n);this._renderedChildren=r;var o=[],a=0;for(var i in r)if(r.hasOwnProperty(i)){ var s=r[i],u=d.mountComponent(s,t,this,this._hostContainerInfo,n,0);s._mountIndex=a++,o.push(u) }return o },updateTextContent:function(e){ var t=this._renderedChildren;f.unmountChildren(t,!1);for(var n in t)t.hasOwnProperty(n)&&c("118");l(this,[s(e)]) },updateMarkup:function(e){ var t=this._renderedChildren;f.unmountChildren(t,!1);for(var n in t)t.hasOwnProperty(n)&&c("118");l(this,[i(e)]) },updateChildren:function(e,t,n){ this._updateChildren(e,t,n) },_updateChildren:function(e,t,n){ var r=this._renderedChildren,o={ },a=[],i=this._reconcilerUpdateChildren(r,e,a,o,t,n);if(i||r){ var s,c=null,p=0,f=0,h=0,m=null;for(s in i)if(i.hasOwnProperty(s)){ var v=r&&r[s],g=i[s];v===g?(c=u(c,this.moveChild(v,m,p,f)),f=Math.max(v._mountIndex,f),v._mountIndex=p):(v&&(f=Math.max(v._mountIndex,f)),c=u(c,this._mountChildAtIndex(g,a[h],m,p,t,n)),h++),p++,m=d.getHostNode(g) }for(s in o)o.hasOwnProperty(s)&&(c=u(c,this._unmountChild(r[s],o[s])));c&&l(this,c),this._renderedChildren=i } },unmountChildren:function(e){ var t=this._renderedChildren;f.unmountChildren(t,e),this._renderedChildren=null },moveChild:function(e,t,n,r){ if(e._mountIndex<r)return o(e,t,n) },createChild:function(e,t,n){ return r(n,t,e._mountIndex) },removeChild:function(e,t){ return a(e,t) },_mountChildAtIndex:function(e,t,n,r,o,a){ return e._mountIndex=r,this.createChild(e,n,t) },_unmountChild:function(e,t){ var n=this.removeChild(e,t);return e._mountIndex=null,n } } });t.exports=m },{ 113:113,120:120,130:130,138:138,26:26,28:28,57:57,58:58,66:66,97:97 }],62:[function(e,t,n){ "use strict";var r=e(113),o=e(121),a=(e(138),{ HOST:0,COMPOSITE:1,EMPTY:2,getType:function(e){ return null===e||!1===e?a.EMPTY:o.isValidElement(e)?"function"==typeof e.type?a.COMPOSITE:a.HOST:void r("26",e) } });t.exports=a },{ 113:113,121:121,138:138 }],63:[function(e,t,n){ "use strict";function r(e){ return!(!e||"function"!=typeof e.attachRef||"function"!=typeof e.detachRef) }var o=e(113),a=(e(138),{ addComponentAsRefTo:function(e,t,n){ r(n)||o("119"),n.attachRef(t,e) },removeComponentAsRefFrom:function(e,t,n){ r(n)||o("120");var a=n.getPublicInstance();a&&a.refs[t]===e.getPublicInstance()&&n.detachRef(t) } });t.exports=a },{ 113:113,138:138 }],64:[function(e,t,n){ "use strict";t.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED" },{ }],65:[function(e,t,n){ "use strict";function r(e){ this.reinitializeTransaction(),this.renderToStaticMarkup=!1,this.reactMountReady=a.getPooled(null),this.useCreateElement=e }var o=e(144),a=e(6),i=e(24),s=e(25),u=e(56),l=(e(58),e(89)),c=e(70),p={ initialize:u.getSelectionInformation,close:u.restoreSelection },d={ initialize:function(){ var e=s.isEnabled();return s.setEnabled(!1),e },close:function(e){ s.setEnabled(e) } },f={ initialize:function(){ this.reactMountReady.reset() },close:function(){ this.reactMountReady.notifyAll() } },h=[p,d,f],m={ getTransactionWrappers:function(){ return h },getReactMountReady:function(){ return this.reactMountReady },getUpdateQueue:function(){ return c },checkpoint:function(){ return this.reactMountReady.checkpoint() },rollback:function(e){ this.reactMountReady.rollback(e) },destructor:function(){ a.release(this.reactMountReady),this.reactMountReady=null } };o(r.prototype,l,m),i.addPoolingTo(r),t.exports=r },{ 144:144,24:24,25:25,56:56,58:58,6:6,70:70,89:89 }],66:[function(e,t,n){ "use strict";function r(){ o.attachRefs(this,this._currentElement) }var o=e(67),a=(e(58),e(143),{ mountComponent:function(e,t,n,o,a,i){ var s=e.mountComponent(t,n,o,a,i);return e._currentElement&&null!=e._currentElement.ref&&t.getReactMountReady().enqueue(r,e),s },getHostNode:function(e){ return e.getHostNode() },unmountComponent:function(e,t){ o.detachRefs(e,e._currentElement),e.unmountComponent(t) },receiveComponent:function(e,t,n,a){ var i=e._currentElement;if(t!==i||a!==e._context){ var s=o.shouldUpdateRefs(i,t);s&&o.detachRefs(e,i),e.receiveComponent(t,n,a),s&&e._currentElement&&null!=e._currentElement.ref&&n.getReactMountReady().enqueue(r,e) } },performUpdateIfNecessary:function(e,t,n){ e._updateBatchNumber===n&&e.performUpdateIfNecessary(t) } });t.exports=a },{ 143:143,58:58,67:67 }],67:[function(e,t,n){ "use strict";function r(e,t,n){ "function"==typeof e?e(t.getPublicInstance()):a.addComponentAsRefTo(t,e,n) }function o(e,t,n){ "function"==typeof e?e(null):a.removeComponentAsRefFrom(t,e,n) }var a=e(63),i={ };i.attachRefs=function(e,t){ if(null!==t&&"object"==typeof t){ var n=t.ref;null!=n&&r(n,e,t._owner) } },i.shouldUpdateRefs=function(e,t){ var n=null,r=null;null!==e&&"object"==typeof e&&(n=e.ref,r=e._owner);var o=null,a=null;return null!==t&&"object"==typeof t&&(o=t.ref,a=t._owner),n!==o||"string"==typeof o&&a!==r },i.detachRefs=function(e,t){ if(null!==t&&"object"==typeof t){ var n=t.ref;null!=n&&o(n,e,t._owner) } },t.exports=i },{ 63:63 }],68:[function(e,t,n){ "use strict";function r(e){ this.reinitializeTransaction(),this.renderToStaticMarkup=e,this.useCreateElement=!1,this.updateQueue=new s(this) }var o=e(144),a=e(24),i=e(89),s=(e(58),e(69)),u=[],l={ enqueue:function(){ } },c={ getTransactionWrappers:function(){ return u },getReactMountReady:function(){ return l },getUpdateQueue:function(){ return this.updateQueue },destructor:function(){ },checkpoint:function(){ },rollback:function(){ } };o(r.prototype,i,c),a.addPoolingTo(r),t.exports=r },{ 144:144,24:24,58:58,69:69,89:89 }],69:[function(e,t,n){ "use strict";function r(e,t){ if(!(e instanceof t))throw new TypeError("Cannot call a class as a function") }var o=e(70),a=(e(143),function(){ function e(t){ r(this,e),this.transaction=t }return e.prototype.isMounted=function(e){ return!1 },e.prototype.enqueueCallback=function(e,t,n){ this.transaction.isInTransaction()&&o.enqueueCallback(e,t,n) },e.prototype.enqueueForceUpdate=function(e){ this.transaction.isInTransaction()&&o.enqueueForceUpdate(e) },e.prototype.enqueueReplaceState=function(e,t){ this.transaction.isInTransaction()&&o.enqueueReplaceState(e,t) },e.prototype.enqueueSetState=function(e,t){ this.transaction.isInTransaction()&&o.enqueueSetState(e,t) },e }());t.exports=a },{ 143:143,70:70 }],70:[function(e,t,n){ "use strict";function r(e){ u.enqueueUpdate(e) }function o(e){ var t=typeof e;if("object"!==t)return t;var n=e.constructor&&e.constructor.name||t,r=Object.keys(e);return r.length>0&&r.length<20?n+" (keys: "+r.join(", ")+")":n }function a(e,t){ var n=s.get(e);return n||null }var i=e(113),s=(e(120),e(57)),u=(e(58),e(71)),l=(e(138),e(143),{ isMounted:function(e){ var t=s.get(e);return!!t&&!!t._renderedComponent },enqueueCallback:function(e,t,n){ l.validateCallback(t,n);var o=a(e);if(!o)return null;o._pendingCallbacks?o._pendingCallbacks.push(t):o._pendingCallbacks=[t],r(o) },enqueueCallbackInternal:function(e,t){ e._pendingCallbacks?e._pendingCallbacks.push(t):e._pendingCallbacks=[t],r(e) },enqueueForceUpdate:function(e){ var t=a(e,"forceUpdate");t&&(t._pendingForceUpdate=!0,r(t)) },enqueueReplaceState:function(e,t,n){ var o=a(e,"replaceState");o&&(o._pendingStateQueue=[t],o._pendingReplaceState=!0,void 0!==n&&null!==n&&(l.validateCallback(n,"replaceState"),o._pendingCallbacks?o._pendingCallbacks.push(n):o._pendingCallbacks=[n]),r(o)) },enqueueSetState:function(e,t){ var n=a(e,"setState");n&&((n._pendingStateQueue||(n._pendingStateQueue=[])).push(t),r(n)) },enqueueElementInternal:function(e,t,n){ e._pendingElement=t,e._context=n,r(e) },validateCallback:function(e,t){ e&&"function"!=typeof e&&i("122",t,o(e)) } });t.exports=l },{ 113:113,120:120,138:138,143:143,57:57,58:58,71:71 }],71:[function(e,t,n){ "use strict";function r(){ S.ReactReconcileTransaction&&E||c("123") }function o(){ this.reinitializeTransaction(),this.dirtyComponentsLength=null,this.callbackQueue=d.getPooled(),this.reconcileTransaction=S.ReactReconcileTransaction.getPooled(!0) }function a(e,t,n,o,a,i){ return r(),E.batchedUpdates(e,t,n,o,a,i) }function i(e,t){ return e._mountOrder-t._mountOrder }function s(e){ var t=e.dirtyComponentsLength;t!==y.length&&c("124",t,y.length),y.sort(i),_++;for(var n=0;n<t;n++){ var r=y[n],o=r._pendingCallbacks;r._pendingCallbacks=null;var a;if(h.logTopLevelRenders){ var s=r;r._currentElement.type.isReactTopLevelWrapper&&(s=r._renderedComponent),a="React update: "+s.getName(),console.time(a) }if(m.performUpdateIfNecessary(r,e.reconcileTransaction,_),a&&console.timeEnd(a),o)for(var u=0;u<o.length;u++)e.callbackQueue.enqueue(o[u],r.getPublicInstance()) } }function u(e){ if(r(),!E.isBatchingUpdates)return void E.batchedUpdates(u,e);y.push(e),null==e._updateBatchNumber&&(e._updateBatchNumber=_+1) }function l(e,t){ g(E.isBatchingUpdates,"ReactUpdates.asap: Can't enqueue an asap callback in a context whereupdates are not being batched."),C.enqueue(e,t),b=!0 }var c=e(113),p=e(144),d=e(6),f=e(24),h=e(53),m=e(66),v=e(89),g=e(138),y=[],_=0,C=d.getPooled(),b=!1,E=null,x={ initialize:function(){ this.dirtyComponentsLength=y.length },close:function(){ this.dirtyComponentsLength!==y.length?(y.splice(0,this.dirtyComponentsLength),k()):y.length=0 } },w={ initialize:function(){ this.callbackQueue.reset() },close:function(){ this.callbackQueue.notifyAll() } },T=[x,w];p(o.prototype,v,{ getTransactionWrappers:function(){ return T },destructor:function(){ this.dirtyComponentsLength=null,d.release(this.callbackQueue),this.callbackQueue=null,S.ReactReconcileTransaction.release(this.reconcileTransaction),this.reconcileTransaction=null },perform:function(e,t,n){ return v.perform.call(this,this.reconcileTransaction.perform,this.reconcileTransaction,e,t,n) } }),f.addPoolingTo(o);var k=function(){ for(;y.length||b;){ if(y.length){ var e=o.getPooled();e.perform(s,null,e),o.release(e) }if(b){ b=!1;var t=C;C=d.getPooled(),t.notifyAll(),d.release(t) } } },P={ injectReconcileTransaction:function(e){ e||c("126"),S.ReactReconcileTransaction=e },injectBatchingStrategy:function(e){ e||c("127"),"function"!=typeof e.batchedUpdates&&c("128"),"boolean"!=typeof e.isBatchingUpdates&&c("129"),E=e } },S={ ReactReconcileTransaction:null,batchedUpdates:a,enqueueUpdate:u,flushBatchedUpdates:k,injection:P,asap:l };t.exports=S },{ 113:113,138:138,144:144,24:24,53:53,6:6,66:66,89:89 }],72:[function(e,t,n){ "use strict";t.exports="15.6.2" },{ }],73:[function(e,t,n){ "use strict";var r={ xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace" },o={ accentHeight:"accent-height",accumulate:0,additive:0,alignmentBaseline:"alignment-baseline",allowReorder:"allowReorder",alphabetic:0,amplitude:0,arabicForm:"arabic-form",ascent:0,attributeName:"attributeName",attributeType:"attributeType",autoReverse:"autoReverse",azimuth:0,baseFrequency:"baseFrequency",baseProfile:"baseProfile",baselineShift:"baseline-shift",bbox:0,begin:0,bias:0,by:0,calcMode:"calcMode",capHeight:"cap-height",clip:0,clipPath:"clip-path",clipRule:"clip-rule",clipPathUnits:"clipPathUnits",colorInterpolation:"color-interpolation",colorInterpolationFilters:"color-interpolation-filters",colorProfile:"color-profile",colorRendering:"color-rendering",contentScriptType:"contentScriptType",contentStyleType:"contentStyleType",cursor:0,cx:0,cy:0,d:0,decelerate:0,descent:0,diffuseConstant:"diffuseConstant",direction:0,display:0,divisor:0,dominantBaseline:"dominant-baseline",dur:0,dx:0,dy:0,edgeMode:"edgeMode",elevation:0,enableBackground:"enable-background",end:0,exponent:0,externalResourcesRequired:"externalResourcesRequired",fill:0,fillOpacity:"fill-opacity",fillRule:"fill-rule",filter:0,filterRes:"filterRes",filterUnits:"filterUnits",floodColor:"flood-color",floodOpacity:"flood-opacity",focusable:0,fontFamily:"font-family",fontSize:"font-size",fontSizeAdjust:"font-size-adjust",fontStretch:"font-stretch",fontStyle:"font-style",fontVariant:"font-variant",fontWeight:"font-weight",format:0,from:0,fx:0,fy:0,g1:0,g2:0,glyphName:"glyph-name",glyphOrientationHorizontal:"glyph-orientation-horizontal",glyphOrientationVertical:"glyph-orientation-vertical",glyphRef:"glyphRef",gradientTransform:"gradientTransform",gradientUnits:"gradientUnits",hanging:0,horizAdvX:"horiz-adv-x",horizOriginX:"horiz-origin-x",ideographic:0,imageRendering:"image-rendering",in:0,in2:0,intercept:0,k:0,k1:0,k2:0,k3:0,k4:0,kernelMatrix:"kernelMatrix",kernelUnitLength:"kernelUnitLength",kerning:0,keyPoints:"keyPoints",keySplines:"keySplines",keyTimes:"keyTimes",lengthAdjust:"lengthAdjust",letterSpacing:"letter-spacing",lightingColor:"lighting-color",limitingConeAngle:"limitingConeAngle",local:0,markerEnd:"marker-end",markerMid:"marker-mid",markerStart:"marker-start",markerHeight:"markerHeight",markerUnits:"markerUnits",markerWidth:"markerWidth",mask:0,maskContentUnits:"maskContentUnits",maskUnits:"maskUnits",mathematical:0,mode:0,numOctaves:"numOctaves",offset:0,opacity:0,operator:0,order:0,orient:0,orientation:0,origin:0,overflow:0,overlinePosition:"overline-position",overlineThickness:"overline-thickness",paintOrder:"paint-order",panose1:"panose-1",pathLength:"pathLength",patternContentUnits:"patternContentUnits",patternTransform:"patternTransform",patternUnits:"patternUnits",pointerEvents:"pointer-events",points:0,pointsAtX:"pointsAtX",pointsAtY:"pointsAtY",pointsAtZ:"pointsAtZ",preserveAlpha:"preserveAlpha",preserveAspectRatio:"preserveAspectRatio",primitiveUnits:"primitiveUnits",r:0,radius:0,refX:"refX",refY:"refY",renderingIntent:"rendering-intent",repeatCount:"repeatCount",repeatDur:"repeatDur",requiredExtensions:"requiredExtensions",requiredFeatures:"requiredFeatures",restart:0,result:0,rotate:0,rx:0,ry:0,scale:0,seed:0,shapeRendering:"shape-rendering",slope:0,spacing:0,specularConstant:"specularConstant",specularExponent:"specularExponent",speed:0,spreadMethod:"spreadMethod",startOffset:"startOffset",stdDeviation:"stdDeviation",stemh:0,stemv:0,stitchTiles:"stitchTiles",stopColor:"stop-color",stopOpacity:"stop-opacity",strikethroughPosition:"strikethrough-position",strikethroughThickness:"strikethrough-thickness",string:0,stroke:0,strokeDasharray:"stroke-dasharray",strokeDashoffset:"stroke-dashoffset",strokeLinecap:"stroke-linecap",strokeLinejoin:"stroke-linejoin",strokeMiterlimit:"stroke-miterlimit",strokeOpacity:"stroke-opacity",strokeWidth:"stroke-width",surfaceScale:"surfaceScale",systemLanguage:"systemLanguage",tableValues:"tableValues",targetX:"targetX",targetY:"targetY",textAnchor:"text-anchor",textDecoration:"text-decoration",textRendering:"text-rendering",textLength:"textLength",to:0,transform:0,u1:0,u2:0,underlinePosition:"underline-position",underlineThickness:"underline-thickness",unicode:0,unicodeBidi:"unicode-bidi",unicodeRange:"unicode-range",unitsPerEm:"units-per-em",vAlphabetic:"v-alphabetic",vHanging:"v-hanging",vIdeographic:"v-ideographic",vMathematical:"v-mathematical",values:0,vectorEffect:"vector-effect",version:0,vertAdvY:"vert-adv-y",vertOriginX:"vert-origin-x",vertOriginY:"vert-origin-y",viewBox:"viewBox",viewTarget:"viewTarget",visibility:0,widths:0,wordSpacing:"word-spacing",writingMode:"writing-mode",x:0,xHeight:"x-height",x1:0,x2:0,xChannelSelector:"xChannelSelector",xlinkActuate:"xlink:actuate",xlinkArcrole:"xlink:arcrole",xlinkHref:"xlink:href",xlinkRole:"xlink:role",xlinkShow:"xlink:show",xlinkTitle:"xlink:title",xlinkType:"xlink:type",xmlBase:"xml:base",xmlns:0,xmlnsXlink:"xmlns:xlink",xmlLang:"xml:lang",xmlSpace:"xml:space",y:0,y1:0,y2:0,yChannelSelector:"yChannelSelector",z:0,zoomAndPan:"zoomAndPan" },a={ Properties:{ },DOMAttributeNamespaces:{ xlinkActuate:r.xlink,xlinkArcrole:r.xlink,xlinkHref:r.xlink,xlinkRole:r.xlink,xlinkShow:r.xlink,xlinkTitle:r.xlink,xlinkType:r.xlink,xmlBase:r.xml,xmlLang:r.xml,xmlSpace:r.xml },DOMAttributeNames:{ } };Object.keys(o).forEach(function(e){ a.Properties[e]=0,o[e]&&(a.DOMAttributeNames[e]=o[e]) }),t.exports=a },{ }],74:[function(e,t,n){ "use strict";function r(e){ if("selectionStart"in e&&u.hasSelectionCapabilities(e))return{ start:e.selectionStart,end:e.selectionEnd };if(window.getSelection){ var t=window.getSelection();return{ anchorNode:t.anchorNode,anchorOffset:t.anchorOffset,focusNode:t.focusNode,focusOffset:t.focusOffset } }if(document.selection){ var n=document.selection.createRange();return{ parentElement:n.parentElement(),text:n.text,top:n.boundingTop,left:n.boundingLeft } } }function o(e,t){ if(y||null==m||m!==c())return null;var n=r(m);if(!g||!d(g,n)){ g=n;var o=l.getPooled(h.select,v,e,t);return o.type="select",o.target=m,a.accumulateTwoPhaseDispatches(o),o }return null }var a=e(19),i=e(124),s=e(33),u=e(56),l=e(80),c=e(133),p=e(111),d=e(142),f=i.canUseDOM&&"documentMode"in document&&document.documentMode<=11,h={ select:{ phasedRegistrationNames:{ bubbled:"onSelect",captured:"onSelectCapture" }, dependencies:["topBlur","topContextMenu","topFocus","topKeyDown","topKeyUp","topMouseDown","topMouseUp","topSelectionChange"] } },m=null,v=null,g=null,y=!1,_=!1,C={ eventTypes:h,extractEvents:function(e,t,n,r){ if(!_)return null;var a=t?s.getNodeFromInstance(t):window;switch(e){ case"topFocus":(p(a)||"true"===a.contentEditable)&&(m=a,v=t,g=null);break;case"topBlur":m=null,v=null,g=null;break;case"topMouseDown":y=!0;break;case"topContextMenu":case"topMouseUp":return y=!1,o(n,r);case"topSelectionChange":if(f)break;case"topKeyDown":case"topKeyUp":return o(n,r) }return null },didPutListener:function(e,t,n){ "onSelect"===t&&(_=!0) } };t.exports=C },{ 111:111,124:124,133:133,142:142,19:19,33:33,56:56,80:80 }],75:[function(e,t,n){ "use strict";function r(e){ return"."+e._rootNodeID }function o(e){ return"button"===e||"input"===e||"select"===e||"textarea"===e }var a=e(113),i=e(123),s=e(19),u=e(33),l=e(76),c=e(77),p=e(80),d=e(81),f=e(83),h=e(84),m=e(79),v=e(85),g=e(86),y=e(87),_=e(88),C=e(130),b=e(99),E=(e(138),{ }),x={ };["abort","animationEnd","animationIteration","animationStart","blur","canPlay","canPlayThrough","click","contextMenu","copy","cut","doubleClick","drag","dragEnd","dragEnter","dragExit","dragLeave","dragOver","dragStart","drop","durationChange","emptied","encrypted","ended","error","focus","input","invalid","keyDown","keyPress","keyUp","load","loadedData","loadedMetadata","loadStart","mouseDown","mouseMove","mouseOut","mouseOver","mouseUp","paste","pause","play","playing","progress","rateChange","reset","scroll","seeked","seeking","stalled","submit","suspend","timeUpdate","touchCancel","touchEnd","touchMove","touchStart","transitionEnd","volumeChange","waiting","wheel"].forEach(function(e){ var t=e[0].toUpperCase()+e.slice(1),n="on"+t,r="top"+t,o={ phasedRegistrationNames:{ bubbled:n,captured:n+"Capture" },dependencies:[r] };E[e]=o,x[r]=o });var w={ },T={ eventTypes:E,extractEvents:function(e,t,n,r){ var o=x[e];if(!o)return null;var i;switch(e){ case"topAbort":case"topCanPlay":case"topCanPlayThrough":case"topDurationChange":case"topEmptied":case"topEncrypted":case"topEnded":case"topError":case"topInput":case"topInvalid":case"topLoad":case"topLoadedData":case"topLoadedMetadata":case"topLoadStart":case"topPause":case"topPlay":case"topPlaying":case"topProgress":case"topRateChange":case"topReset":case"topSeeked":case"topSeeking":case"topStalled":case"topSubmit":case"topSuspend":case"topTimeUpdate":case"topVolumeChange":case"topWaiting":i=p;break;case"topKeyPress":if(0===b(n))return null;case"topKeyDown":case"topKeyUp":i=f;break;case"topBlur":case"topFocus":i=d;break;case"topClick":if(2===n.button)return null;case"topDoubleClick":case"topMouseDown":case"topMouseMove":case"topMouseUp":case"topMouseOut":case"topMouseOver":case"topContextMenu":i=h;break;case"topDrag":case"topDragEnd":case"topDragEnter":case"topDragExit":case"topDragLeave":case"topDragOver":case"topDragStart":case"topDrop":i=m;break;case"topTouchCancel":case"topTouchEnd":case"topTouchMove":case"topTouchStart":i=v;break;case"topAnimationEnd":case"topAnimationIteration":case"topAnimationStart":i=l;break;case"topTransitionEnd":i=g;break;case"topScroll":i=y;break;case"topWheel":i=_;break;case"topCopy":case"topCut":case"topPaste":i=c }i||a("86",e);var u=i.getPooled(o,t,n,r);return s.accumulateTwoPhaseDispatches(u),u },didPutListener:function(e,t,n){ if("onClick"===t&&!o(e._tag)){ var a=r(e),s=u.getNodeFromInstance(e);w[a]||(w[a]=i.listen(s,"click",C)) } },willDeleteListener:function(e,t){ if("onClick"===t&&!o(e._tag)){ var n=r(e);w[n].remove(),delete w[n] } } };t.exports=T },{ 113:113,123:123,130:130,138:138,19:19,33:33,76:76,77:77,79:79,80:80,81:81,83:83,84:84,85:85,86:86,87:87,88:88,99:99 }],76:[function(e,t,n){ "use strict";function r(e,t,n,r){ return o.call(this,e,t,n,r) }var o=e(80),a={ animationName:null,elapsedTime:null,pseudoElement:null };o.augmentClass(r,a),t.exports=r },{ 80:80 }],77:[function(e,t,n){ "use strict";function r(e,t,n,r){ return o.call(this,e,t,n,r) }var o=e(80),a={ clipboardData:function(e){ return"clipboardData"in e?e.clipboardData:window.clipboardData } };o.augmentClass(r,a),t.exports=r },{ 80:80 }],78:[function(e,t,n){ "use strict";function r(e,t,n,r){ return o.call(this,e,t,n,r) }var o=e(80),a={ data:null };o.augmentClass(r,a),t.exports=r },{ 80:80 }],79:[function(e,t,n){ "use strict";function r(e,t,n,r){ return o.call(this,e,t,n,r) }var o=e(84),a={ dataTransfer:null };o.augmentClass(r,a),t.exports=r },{ 84:84 }],80:[function(e,t,n){ "use strict";function r(e,t,n,r){ this.dispatchConfig=e,this._targetInst=t,this.nativeEvent=n;var o=this.constructor.Interface;for(var a in o)if(o.hasOwnProperty(a)){ var s=o[a];s?this[a]=s(n):"target"===a?this.target=r:this[a]=n[a] }var u=null!=n.defaultPrevented?n.defaultPrevented:!1===n.returnValue;return this.isDefaultPrevented=u?i.thatReturnsTrue:i.thatReturnsFalse,this.isPropagationStopped=i.thatReturnsFalse,this }var o=e(144),a=e(24),i=e(130),s=(e(143),["dispatchConfig","_targetInst","nativeEvent","isDefaultPrevented","isPropagationStopped","_dispatchListeners","_dispatchInstances"]),u={ type:null,target:null,currentTarget:i.thatReturnsNull,eventPhase:null,bubbles:null,cancelable:null,timeStamp:function(e){ return e.timeStamp||Date.now() },defaultPrevented:null,isTrusted:null };o(r.prototype,{ preventDefault:function(){ this.defaultPrevented=!0;var e=this.nativeEvent;e&&(e.preventDefault?e.preventDefault():"unknown"!=typeof e.returnValue&&(e.returnValue=!1),this.isDefaultPrevented=i.thatReturnsTrue) },stopPropagation:function(){ var e=this.nativeEvent;e&&(e.stopPropagation?e.stopPropagation():"unknown"!=typeof e.cancelBubble&&(e.cancelBubble=!0),this.isPropagationStopped=i.thatReturnsTrue) },persist:function(){ this.isPersistent=i.thatReturnsTrue },isPersistent:i.thatReturnsFalse,destructor:function(){ var e=this.constructor.Interface;for(var t in e)this[t]=null;for(var n=0;n<s.length;n++)this[s[n]]=null } }),r.Interface=u,r.augmentClass=function(e,t){ var n=this,r=function(){ };r.prototype=n.prototype;var i=new r;o(i,e.prototype),e.prototype=i,e.prototype.constructor=e,e.Interface=o({ },n.Interface,t),e.augmentClass=n.augmentClass,a.addPoolingTo(e,a.fourArgumentPooler) },a.addPoolingTo(r,a.fourArgumentPooler),t.exports=r },{ 130:130,143:143,144:144,24:24 }],81:[function(e,t,n){ "use strict";function r(e,t,n,r){ return o.call(this,e,t,n,r) }var o=e(87),a={ relatedTarget:null };o.augmentClass(r,a),t.exports=r },{ 87:87 }],82:[function(e,t,n){ "use strict";function r(e,t,n,r){ return o.call(this,e,t,n,r) }var o=e(80),a={ data:null };o.augmentClass(r,a),t.exports=r },{ 80:80 }],83:[function(e,t,n){ "use strict";function r(e,t,n,r){ return o.call(this,e,t,n,r) }var o=e(87),a=e(99),i=e(100),s=e(101),u={ key:i,location:null,ctrlKey:null,shiftKey:null,altKey:null,metaKey:null,repeat:null,locale:null,getModifierState:s,charCode:function(e){ return"keypress"===e.type?a(e):0 },keyCode:function(e){ return"keydown"===e.type||"keyup"===e.type?e.keyCode:0 },which:function(e){ return"keypress"===e.type?a(e):"keydown"===e.type||"keyup"===e.type?e.keyCode:0 } };o.augmentClass(r,u),t.exports=r },{ 100:100,101:101,87:87,99:99 }],84:[function(e,t,n){ "use strict";function r(e,t,n,r){ return o.call(this,e,t,n,r) }var o=e(87),a=e(90),i=e(101),s={ screenX:null,screenY:null,clientX:null,clientY:null,ctrlKey:null,shiftKey:null,altKey:null,metaKey:null,getModifierState:i,button:function(e){ var t=e.button;return"which"in e?t:2===t?2:4===t?1:0 },buttons:null,relatedTarget:function(e){ return e.relatedTarget||(e.fromElement===e.srcElement?e.toElement:e.fromElement) },pageX:function(e){ return"pageX"in e?e.pageX:e.clientX+a.currentScrollLeft },pageY:function(e){ return"pageY"in e?e.pageY:e.clientY+a.currentScrollTop } };o.augmentClass(r,s),t.exports=r },{ 101:101,87:87,90:90 }],85:[function(e,t,n){ "use strict";function r(e,t,n,r){ return o.call(this,e,t,n,r) }var o=e(87),a=e(101),i={ touches:null,targetTouches:null,changedTouches:null,altKey:null,metaKey:null,ctrlKey:null,shiftKey:null,getModifierState:a };o.augmentClass(r,i),t.exports=r },{ 101:101,87:87 }],86:[function(e,t,n){ "use strict";function r(e,t,n,r){ return o.call(this,e,t,n,r) }var o=e(80),a={ propertyName:null,elapsedTime:null,pseudoElement:null };o.augmentClass(r,a),t.exports=r },{ 80:80 }],87:[function(e,t,n){ "use strict";function r(e,t,n,r){ return o.call(this,e,t,n,r) }var o=e(80),a=e(102),i={ view:function(e){ if(e.view)return e.view;var t=a(e);if(t.window===t)return t;var n=t.ownerDocument;return n?n.defaultView||n.parentWindow:window },detail:function(e){ return e.detail||0 } };o.augmentClass(r,i),t.exports=r },{ 102:102,80:80 }],88:[function(e,t,n){ "use strict";function r(e,t,n,r){ return o.call(this,e,t,n,r) }var o=e(84),a={ deltaX:function(e){ return"deltaX"in e?e.deltaX:"wheelDeltaX"in e?-e.wheelDeltaX:0 },deltaY:function(e){ return"deltaY"in e?e.deltaY:"wheelDeltaY"in e?-e.wheelDeltaY:"wheelDelta"in e?-e.wheelDelta:0 },deltaZ:null,deltaMode:null };o.augmentClass(r,a),t.exports=r },{ 84:84 }],89:[function(e,t,n){ "use strict";var r=e(113),o=(e(138),{ }),a={ reinitializeTransaction:function(){ this.transactionWrappers=this.getTransactionWrappers(),this.wrapperInitData?this.wrapperInitData.length=0:this.wrapperInitData=[],this._isInTransaction=!1 },_isInTransaction:!1,getTransactionWrappers:null,isInTransaction:function(){ return!!this._isInTransaction },perform:function(e,t,n,o,a,i,s,u){ this.isInTransaction()&&r("27");var l,c;try{ this._isInTransaction=!0,l=!0,this.initializeAll(0),c=e.call(t,n,o,a,i,s,u),l=!1 }finally{ try{ if(l)try{ this.closeAll(0) }catch(e){ }else this.closeAll(0) }finally{ this._isInTransaction=!1 } }return c },initializeAll:function(e){ for(var t=this.transactionWrappers,n=e;n<t.length;n++){ var r=t[n];try{ this.wrapperInitData[n]=o,this.wrapperInitData[n]=r.initialize?r.initialize.call(this):null }finally{ if(this.wrapperInitData[n]===o)try{ this.initializeAll(n+1) }catch(e){ } } } },closeAll:function(e){ this.isInTransaction()||r("28");for(var t=this.transactionWrappers,n=e;n<t.length;n++){ var a,i=t[n],s=this.wrapperInitData[n];try{ a=!0,s!==o&&i.close&&i.close.call(this,s),a=!1 }finally{ if(a)try{ this.closeAll(n+1) }catch(e){ } } }this.wrapperInitData.length=0 } };t.exports=a },{ 113:113,138:138 }],90:[function(e,t,n){ "use strict";var r={ currentScrollLeft:0,currentScrollTop:0,refreshScrollValues:function(e){ r.currentScrollLeft=e.x,r.currentScrollTop=e.y } };t.exports=r },{ }],91:[function(e,t,n){ "use strict";function r(e,t){ return null==t&&o("30"),null==e?t:Array.isArray(e)?Array.isArray(t)?(e.push.apply(e,t),e):(e.push(t),e):Array.isArray(t)?[e].concat(t):[e,t] }var o=e(113);e(138);t.exports=r },{ 113:113,138:138 }],92:[function(e,t,n){ "use strict";function r(e){ for(var t=1,n=0,r=0,a=e.length,i=-4&a;r<i;){ for(var s=Math.min(r+4096,i);r<s;r+=4)n+=(t+=e.charCodeAt(r))+(t+=e.charCodeAt(r+1))+(t+=e.charCodeAt(r+2))+(t+=e.charCodeAt(r+3));t%=o,n%=o }for(;r<a;r++)n+=t+=e.charCodeAt(r);return t%=o,n%=o,t|n<<16 }var o=65521;t.exports=r },{ }],93:[function(e,t,n){ "use strict";var r=function(e){ return"undefined"!=typeof MSApp&&MSApp.execUnsafeLocalFunction?function(t,n,r,o){ MSApp.execUnsafeLocalFunction(function(){ return e(t,n,r,o) }) }:e };t.exports=r },{ }],94:[function(e,t,n){ "use strict";function r(e,t,n,r){ if(null==t||"boolean"==typeof t||""===t)return"";var o=isNaN(t);return r||o||0===t||a.hasOwnProperty(e)&&a[e]?""+t:("string"==typeof t&&(t=t.trim()),t+"px") }var o=e(4),a=(e(143),o.isUnitlessNumber);t.exports=r },{ 143:143,4:4 }],95:[function(e,t,n){ "use strict";function r(e){ var t=""+e,n=a.exec(t);if(!n)return t;var r,o="",i=0,s=0;for(i=n.index;i<t.length;i++){ switch(t.charCodeAt(i)){ case 34:r="&quot;";break;case 38:r="&amp;";break;case 39:r="&#x27;";break;case 60:r="&lt;";break;case 62:r="&gt;";break;default:continue }s!==i&&(o+=t.substring(s,i)),s=i+1,o+=r }return s!==i?o+t.substring(s,i):o }function o(e){ return"boolean"==typeof e||"number"==typeof e?""+e:r(e) }var a=/["'&<>]/;t.exports=o },{ }],96:[function(e,t,n){ "use strict";function r(e){ if(null==e)return null;if(1===e.nodeType)return e;var t=i.get(e);if(t)return t=s(t),t?a.getNodeFromInstance(t):null;"function"==typeof e.render?o("44"):o("45",Object.keys(e)) }var o=e(113),a=(e(120),e(33)),i=e(57),s=e(103);e(138),e(143);t.exports=r },{ 103:103,113:113,120:120,138:138,143:143,33:33,57:57 }],97:[function(e,t,n){ (function(n){ "use strict";function r(e,t,n,r){ if(e&&"object"==typeof e){ var o=e;void 0===o[n]&&null!=t&&(o[n]=t) } }function o(e,t){ if(null==e)return e;var n={ };return a(e,r,n),n }var a=(e(22),e(118));e(143);void 0!==n&&n.env,t.exports=o }).call(this,void 0) },{ 118:118,143:143,22:22 }],98:[function(e,t,n){ "use strict";function r(e,t,n){ Array.isArray(e)?e.forEach(t,n):e&&t.call(n,e) }t.exports=r },{ }],99:[function(e,t,n){ "use strict";function r(e){ var t,n=e.keyCode;return"charCode"in e?0===(t=e.charCode)&&13===n&&(t=13):t=n,t>=32||13===t?t:0 }t.exports=r },{ }],100:[function(e,t,n){ "use strict";function r(e){ if(e.key){ var t=a[e.key]||e.key;if("Unidentified"!==t)return t }if("keypress"===e.type){ var n=o(e);return 13===n?"Enter":String.fromCharCode(n) }return"keydown"===e.type||"keyup"===e.type?i[e.keyCode]||"Unidentified":"" }var o=e(99),a={ Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified" },i={ 8:"Backspace",9:"Tab",12:"Clear",13:"Enter",16:"Shift",17:"Control",18:"Alt",19:"Pause",20:"CapsLock",27:"Escape",32:" ",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"ArrowLeft",38:"ArrowUp",39:"ArrowRight",40:"ArrowDown",45:"Insert",46:"Delete",112:"F1",113:"F2",114:"F3",115:"F4",116:"F5",117:"F6",118:"F7",119:"F8",120:"F9",121:"F10",122:"F11",123:"F12",144:"NumLock",145:"ScrollLock",224:"Meta" };t.exports=r },{ 99:99 }],101:[function(e,t,n){ "use strict";function r(e){ var t=this,n=t.nativeEvent;if(n.getModifierState)return n.getModifierState(e);var r=a[e];return!!r&&!!n[r] }function o(e){ return r }var a={ Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey" };t.exports=o },{ }],102:[function(e,t,n){ "use strict";function r(e){ var t=e.target||e.srcElement||window;return t.correspondingUseElement&&(t=t.correspondingUseElement),3===t.nodeType?t.parentNode:t }t.exports=r },{ }],103:[function(e,t,n){ "use strict";function r(e){ for(var t;(t=e._renderedNodeType)===o.COMPOSITE;)e=e._renderedComponent;return t===o.HOST?e._renderedComponent:t===o.EMPTY?null:void 0 }var o=e(62);t.exports=r },{ 62:62 }],104:[function(e,t,n){ "use strict";function r(e){ var t=e&&(o&&e[o]||e[a]);if("function"==typeof t)return t }var o="function"==typeof Symbol&&Symbol.iterator,a="@@iterator";t.exports=r },{ }],105:[function(e,t,n){ "use strict";function r(e){ for(;e&&e.firstChild;)e=e.firstChild;return e }function o(e){ for(;e;){ if(e.nextSibling)return e.nextSibling;e=e.parentNode } }function a(e,t){ for(var n=r(e),a=0,i=0;n;){ if(3===n.nodeType){ if(i=a+n.textContent.length,a<=t&&i>=t)return{ node:n,offset:t-a };a=i }n=r(o(n)) } }t.exports=a },{ }],106:[function(e,t,n){ "use strict";function r(){ return!a&&o.canUseDOM&&(a="textContent"in document.documentElement?"textContent":"innerText"),a }var o=e(124),a=null;t.exports=r },{ 124:124 }],107:[function(e,t,n){ "use strict";function r(e,t){ var n={ };return n[e.toLowerCase()]=t.toLowerCase(),n["Webkit"+e]="webkit"+t,n["Moz"+e]="moz"+t,n["ms"+e]="MS"+t,n["O"+e]="o"+t.toLowerCase(),n }function o(e){ if(s[e])return s[e];if(!i[e])return e;var t=i[e];for(var n in t)if(t.hasOwnProperty(n)&&n in u)return s[e]=t[n];return"" }var a=e(124),i={ animationend:r("Animation","AnimationEnd"),animationiteration:r("Animation","AnimationIteration"),animationstart:r("Animation","AnimationStart"),transitionend:r("Transition","TransitionEnd") },s={ },u={ };a.canUseDOM&&(u=document.createElement("div").style,"AnimationEvent"in window||(delete i.animationend.animation,delete i.animationiteration.animation,delete i.animationstart.animation),"TransitionEvent"in window||delete i.transitionend.transition),t.exports=o },{ 124:124 }],108:[function(e,t,n){ "use strict";function r(e){ var t=e.type,n=e.nodeName;return n&&"input"===n.toLowerCase()&&("checkbox"===t||"radio"===t) }function o(e){ return e._wrapperState.valueTracker }function a(e,t){ e._wrapperState.valueTracker=t }function i(e){ e._wrapperState.valueTracker=null }function s(e){ var t;return e&&(t=r(e)?""+e.checked:e.value),t }var u=e(33),l={ _getTrackerFromNode:function(e){ return o(u.getInstanceFromNode(e)) },track:function(e){ if(!o(e)){ var t=u.getNodeFromInstance(e),n=r(t)?"checked":"value",s=Object.getOwnPropertyDescriptor(t.constructor.prototype,n),l=""+t[n];t.hasOwnProperty(n)||"function"!=typeof s.get||"function"!=typeof s.set||(Object.defineProperty(t,n,{ enumerable:s.enumerable,configurable:!0,get:function(){ return s.get.call(this) },set:function(e){ l=""+e,s.set.call(this,e) } }),a(e,{ getValue:function(){ return l },setValue:function(e){ l=""+e },stopTracking:function(){ i(e),delete t[n] } })) } },updateValueIfChanged:function(e){ if(!e)return!1;var t=o(e);if(!t)return l.track(e),!0;var n=t.getValue(),r=s(u.getNodeFromInstance(e));return r!==n&&(t.setValue(r),!0) },stopTracking:function(e){ var t=o(e);t&&t.stopTracking() } };t.exports=l },{ 33:33 }],109:[function(e,t,n){ "use strict";function r(e){ if(e){ var t=e.getName();if(t)return" Check the render method of `"+t+"`." }return"" }function o(e){ return"function"==typeof e&&void 0!==e.prototype&&"function"==typeof e.prototype.mountComponent&&"function"==typeof e.prototype.receiveComponent }function a(e,t){ var n;if(null===e||!1===e)n=l.create(a);else if("object"==typeof e){ var s=e,u=s.type;if("function"!=typeof u&&"string"!=typeof u){ var d="";d+=r(s._owner),i("130",null==u?u:typeof u,d) }"string"==typeof s.type?n=c.createInternalComponent(s):o(s.type)?(n=new s.type(s),n.getHostNode||(n.getHostNode=n.getNativeNode)):n=new p(s) }else"string"==typeof e||"number"==typeof e?n=c.createInstanceForText(e):i("131",typeof e);return n._mountIndex=0,n._mountImage=null,n }var i=e(113),s=e(144),u=e(29),l=e(49),c=e(54),p=(e(122),e(138),e(143),function(e){ this.construct(e) });s(p.prototype,u,{ _instantiateReactComponent:a }),t.exports=a },{ 113:113,122:122,138:138,143:143,144:144,29:29,49:49,54:54 }],110:[function(e,t,n){ "use strict";function r(e,t){ if(!a.canUseDOM||t&&!("addEventListener"in document))return!1;var n="on"+e,r=n in document;if(!r){ var i=document.createElement("div");i.setAttribute(n,"return;"),r="function"==typeof i[n] }return!r&&o&&"wheel"===e&&(r=document.implementation.hasFeature("Events.wheel","3.0")),r }var o,a=e(124);a.canUseDOM&&(o=document.implementation&&document.implementation.hasFeature&&!0!==document.implementation.hasFeature("","")),t.exports=r },{ 124:124 }],111:[function(e,t,n){ "use strict";function r(e){ var t=e&&e.nodeName&&e.nodeName.toLowerCase();return"input"===t?!!o[e.type]:"textarea"===t }var o={ color:!0,date:!0,datetime:!0,"datetime-local":!0,email:!0,month:!0,number:!0,password:!0,range:!0,search:!0,tel:!0,text:!0,time:!0,url:!0,week:!0 };t.exports=r },{ }],112:[function(e,t,n){ "use strict";function r(e){ return'"'+o(e)+'"' }var o=e(95);t.exports=r },{ 95:95 }],113:[function(e,t,n){ "use strict";function r(e){ for(var t=arguments.length-1,n="Minified React error #"+e+"; visit http://facebook.github.io/react/docs/error-decoder.html?invariant="+e,r=0;r<t;r++)n+="&args[]="+encodeURIComponent(arguments[r+1]);n+=" for the full message or use the non-minified dev environment for full errors and additional helpful warnings.";var o=new Error(n);throw o.name="Invariant Violation",o.framesToPop=1,o }t.exports=r },{ }],114:[function(e,t,n){ "use strict";var r=e(60);t.exports=r.renderSubtreeIntoContainer },{ 60:60 }],115:[function(e,t,n){ "use strict";var r,o=e(124),a=e(10),i=/^[ \r\n\t\f]/,s=/<(!--|link|noscript|meta|script|style)[ \r\n\t\f\/>]/,u=e(93),l=u(function(e,t){ if(e.namespaceURI!==a.svg||"innerHTML"in e)e.innerHTML=t;else{ r=r||document.createElement("div"),r.innerHTML="<svg>"+t+"</svg>";for(var n=r.firstChild;n.firstChild;)e.appendChild(n.firstChild) } });if(o.canUseDOM){ var c=document.createElement("div");c.innerHTML=" ",""===c.innerHTML&&(l=function(e,t){ if(e.parentNode&&e.parentNode.replaceChild(e,e),i.test(t)||"<"===t[0]&&s.test(t)){ e.innerHTML=String.fromCharCode(65279)+t;var n=e.firstChild;1===n.data.length?e.removeChild(n):n.deleteData(0,1) }else e.innerHTML=t }),c=null }t.exports=l },{ 10:10,124:124,93:93 }],116:[function(e,t,n){ "use strict";var r=e(124),o=e(95),a=e(115),i=function(e,t){ if(t){ var n=e.firstChild;if(n&&n===e.lastChild&&3===n.nodeType)return void(n.nodeValue=t) }e.textContent=t };r.canUseDOM&&("textContent"in document.documentElement||(i=function(e,t){ if(3===e.nodeType)return void(e.nodeValue=t);a(e,o(t)) })),t.exports=i },{ 115:115,124:124,95:95 }],117:[function(e,t,n){ "use strict";function r(e,t){ var n=null===e||!1===e,r=null===t||!1===t;if(n||r)return n===r;var o=typeof e,a=typeof t;return"string"===o||"number"===o?"string"===a||"number"===a:"object"===a&&e.type===t.type&&e.key===t.key }t.exports=r },{ }],118:[function(e,t,n){ "use strict";function r(e,t){ return e&&"object"==typeof e&&null!=e.key?l.escape(e.key):t.toString(36) }function o(e,t,n,a){ var d=typeof e;if("undefined"!==d&&"boolean"!==d||(e=null),null===e||"string"===d||"number"===d||"object"===d&&e.$$typeof===s)return n(a,e,""===t?c+r(e,0):t),1;var f,h,m=0,v=""===t?c:t+p;if(Array.isArray(e))for(var g=0;g<e.length;g++)f=e[g],h=v+r(f,g),m+=o(f,h,n,a);else{ var y=u(e);if(y){ var _,C=y.call(e);if(y!==e.entries)for(var b=0;!(_=C.next()).done;)f=_.value,h=v+r(f,b++),m+=o(f,h,n,a);else for(;!(_=C.next()).done;){ var E=_.value;E&&(f=E[1],h=v+l.escape(E[0])+p+r(f,0),m+=o(f,h,n,a)) } }else if("object"===d){ var x=String(e);i("31","[object Object]"===x?"object with keys { "+Object.keys(e).join(", ")+" }":x,"") } }return m }function a(e,t,n){ return null==e?0:o(e,"",t,n) }var i=e(113),s=(e(120),e(48)),u=e(104),l=(e(138),e(22)),c=(e(143),"."),p=":";t.exports=a },{ 104:104,113:113,120:120,138:138,143:143,22:22,48:48 }],119:[function(e,t,n){ "use strict";var r=(e(144),e(130)),o=(e(143),r);t.exports=o },{ 130:130,143:143,144:144 }],120:[function(t,n,r){ "use strict";var o=e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;n.exports=o.ReactCurrentOwner },{ }],121:[function(t,n,r){ "use strict";n.exports=e },{ }],122:[function(t,n,r){ "use strict";var o=e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;n.exports=o.getNextDebugID },{ }],123:[function(e,t,n){ "use strict";var r=e(130),o={ listen:function(e,t,n){ return e.addEventListener?(e.addEventListener(t,n,!1),{ remove:function(){ e.removeEventListener(t,n,!1) } }):e.attachEvent?(e.attachEvent("on"+t,n),{ remove:function(){ e.detachEvent("on"+t,n) } }):void 0 },capture:function(e,t,n){ return e.addEventListener?(e.addEventListener(t,n,!0),{ remove:function(){ e.removeEventListener(t,n,!0) } }):{ remove:r } },registerDefault:function(){ } };t.exports=o },{ 130:130 }],124:[function(e,t,n){ "use strict";var r=!("undefined"==typeof window||!window.document||!window.document.createElement),o={ canUseDOM:r,canUseWorkers:"undefined"!=typeof Worker,canUseEventListeners:r&&!(!window.addEventListener&&!window.attachEvent),canUseViewport:r&&!!window.screen,isInWorker:!r };t.exports=o },{ }],125:[function(e,t,n){ "use strict";function r(e){ return e.replace(o,function(e,t){ return t.toUpperCase() }) }var o=/-(.)/g;t.exports=r },{ }],126:[function(e,t,n){ "use strict";function r(e){ return o(e.replace(a,"ms-")) }var o=e(125),a=/^-ms-/;t.exports=r },{ 125:125 }],127:[function(e,t,n){ "use strict";function r(e,t){ return!(!e||!t)&&(e===t||!o(e)&&(o(t)?r(e,t.parentNode):"contains"in e?e.contains(t):!!e.compareDocumentPosition&&!!(16&e.compareDocumentPosition(t)))) }var o=e(140);t.exports=r },{ 140:140 }],128:[function(e,t,n){ "use strict";function r(e){ var t=e.length;if((Array.isArray(e)||"object"!=typeof e&&"function"!=typeof e)&&i(!1),"number"!=typeof t&&i(!1),0===t||t-1 in e||i(!1),"function"==typeof e.callee&&i(!1),e.hasOwnProperty)try{ return Array.prototype.slice.call(e) }catch(e){ }for(var n=Array(t),r=0;r<t;r++)n[r]=e[r];return n }function o(e){ return!!e&&("object"==typeof e||"function"==typeof e)&&"length"in e&&!("setInterval"in e)&&"number"!=typeof e.nodeType&&(Array.isArray(e)||"callee"in e||"item"in e) }function a(e){ return o(e)?Array.isArray(e)?e.slice():r(e):[e] }var i=e(138);t.exports=a },{ 138:138 }],129:[function(e,t,n){ "use strict";function r(e){ var t=e.match(c);return t&&t[1].toLowerCase() }function o(e,t){ var n=l;l||u(!1);var o=r(e),a=o&&s(o);if(a){ n.innerHTML=a[1]+e+a[2];for(var c=a[0];c--;)n=n.lastChild }else n.innerHTML=e;var p=n.getElementsByTagName("script");p.length&&(t||u(!1),i(p).forEach(t));for(var d=Array.from(n.childNodes);n.lastChild;)n.removeChild(n.lastChild);return d }var a=e(124),i=e(128),s=e(134),u=e(138),l=a.canUseDOM?document.createElement("div"):null,c=/^\s*<(\w+)/;t.exports=o },{ 124:124,128:128,134:134,138:138 }],130:[function(e,t,n){ "use strict";function r(e){ return function(){ return e } }var o=function(){ };o.thatReturns=r,o.thatReturnsFalse=r(!1),o.thatReturnsTrue=r(!0),o.thatReturnsNull=r(null),o.thatReturnsThis=function(){ return this },o.thatReturnsArgument=function(e){ return e },t.exports=o },{ }],131:[function(e,t,n){ "use strict";var r={ };t.exports=r },{ }],132:[function(e,t,n){ "use strict";function r(e){ try{ e.focus() }catch(e){ } }t.exports=r },{ }],133:[function(e,t,n){ "use strict";function r(e){ if(void 0===(e=e||("undefined"!=typeof document?document:void 0)))return null;try{ return e.activeElement||e.body }catch(t){ return e.body } }t.exports=r },{ }],134:[function(e,t,n){ "use strict";function r(e){ return i||a(!1),d.hasOwnProperty(e)||(e="*"),s.hasOwnProperty(e)||(i.innerHTML="*"===e?"<link />":"<"+e+"></"+e+">",s[e]=!i.firstChild),s[e]?d[e]:null }var o=e(124),a=e(138),i=o.canUseDOM?document.createElement("div"):null,s={ },u=[1,'<select multiple="true">',"</select>"],l=[1,"<table>","</table>"],c=[3,"<table><tbody><tr>","</tr></tbody></table>"],p=[1,'<svg xmlns="http://www.w3.org/2000/svg">',"</svg>"],d={ "*":[1,"?<div>","</div>"],area:[1,"<map>","</map>"],col:[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"],legend:[1,"<fieldset>","</fieldset>"],param:[1,"<object>","</object>"],tr:[2,"<table><tbody>","</tbody></table>"],optgroup:u,option:u,caption:l,colgroup:l,tbody:l,tfoot:l,thead:l,td:c,th:c };["circle","clipPath","defs","ellipse","g","image","line","linearGradient","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","text","tspan"].forEach(function(e){ d[e]=p,s[e]=!0 }),t.exports=r },{ 124:124,138:138 }],135:[function(e,t,n){ "use strict";function r(e){ return e.Window&&e instanceof e.Window?{ x:e.pageXOffset||e.document.documentElement.scrollLeft,y:e.pageYOffset||e.document.documentElement.scrollTop }:{ x:e.scrollLeft,y:e.scrollTop } }t.exports=r },{ }],136:[function(e,t,n){ "use strict";function r(e){ return e.replace(o,"-$1").toLowerCase() }var o=/([A-Z])/g;t.exports=r },{ }],137:[function(e,t,n){ "use strict";function r(e){ return o(e).replace(a,"-ms-") }var o=e(136),a=/^ms-/;t.exports=r },{ 136:136 }],138:[function(e,t,n){ "use strict";function r(e,t,n,r,a,i,s,u){ if(o(t),!e){ var l;if(void 0===t)l=new Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{ var c=[n,r,a,i,s,u],p=0;l=new Error(t.replace(/%s/g,function(){ return c[p++] })),l.name="Invariant Violation" }throw l.framesToPop=1,l } }var o=function(e){ };t.exports=r },{ }],139:[function(e,t,n){ "use strict";function r(e){ var t=e?e.ownerDocument||e:document,n=t.defaultView||window;return!(!e||!("function"==typeof n.Node?e instanceof n.Node:"object"==typeof e&&"number"==typeof e.nodeType&&"string"==typeof e.nodeName)) }t.exports=r },{ }],140:[function(e,t,n){ "use strict";function r(e){ return o(e)&&3==e.nodeType }var o=e(139);t.exports=r },{ 139:139 }],141:[function(e,t,n){ "use strict";function r(e){ var t={ };return function(n){ return t.hasOwnProperty(n)||(t[n]=e.call(this,n)),t[n] } }t.exports=r },{ }],142:[function(e,t,n){ "use strict";function r(e,t){ return e===t?0!==e||0!==t||1/e==1/t:e!==e&&t!==t }function o(e,t){ if(r(e,t))return!0;if("object"!=typeof e||null===e||"object"!=typeof t||null===t)return!1;var n=Object.keys(e),o=Object.keys(t);if(n.length!==o.length)return!1;for(var i=0;i<n.length;i++)if(!a.call(t,n[i])||!r(e[n[i]],t[n[i]]))return!1;return!0 }var a=Object.prototype.hasOwnProperty;t.exports=o },{ }],143:[function(e,t,n){ "use strict";var r=e(130),o=r;t.exports=o },{ 130:130 }],144:[function(e,t,n){ "use strict";function r(e){ if(null===e||void 0===e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e) }var o=Object.getOwnPropertySymbols,a=Object.prototype.hasOwnProperty,i=Object.prototype.propertyIsEnumerable;t.exports=function(){ try{ if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={ },n=0;n<10;n++)t["_"+String.fromCharCode(n)]=n;if("0123456789"!==Object.getOwnPropertyNames(t).map(function(e){ return t[e] }).join(""))return!1;var r={ };return"abcdefghijklmnopqrst".split("").forEach(function(e){ r[e]=e }),"abcdefghijklmnopqrst"===Object.keys(Object.assign({ },r)).join("") }catch(e){ return!1 } }()?Object.assign:function(e,t){ for(var n,s,u=r(e),l=1;l<arguments.length;l++){ n=Object(arguments[l]);for(var c in n)a.call(n,c)&&(u[c]=n[c]);if(o){ s=o(n);for(var p=0;p<s.length;p++)i.call(n,s[p])&&(u[s[p]]=n[s[p]]) } }return u } },{ }],145:[function(e,t,n){ "use strict";function r(e,t,n,r,o){ }t.exports=r },{ 138:138,143:143,148:148 }],146:[function(e,t,n){ "use strict";var r=e(147);t.exports=function(e){ return r(e,!1) } },{ 147:147 }],147:[function(e,t,n){ "use strict";var r=e(130),o=e(138),a=e(143),i=e(148),s=e(145);t.exports=function(e,t){ function n(e){ var t=e&&(w&&e[w]||e[T]);if("function"==typeof t)return t }function u(e,t){ return e===t?0!==e||1/e==1/t:e!==e&&t!==t }function l(e){ this.message=e,this.stack="" }function c(e){ function n(n,r,a,s,u,c,p){ if(s=s||k,c=c||a,p!==i)if(t)o(!1,"Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types");else;return null==r[a]?n?new l(null===r[a]?"The "+u+" `"+c+"` is marked as required in `"+s+"`, but its value is `null`.":"The "+u+" `"+c+"` is marked as required in `"+s+"`, but its value is `undefined`."):null:e(r,a,s,u,c) }var r=n.bind(null,!1);return r.isRequired=n.bind(null,!0),r }function p(e){ function t(t,n,r,o,a,i){ var s=t[n];if(C(s)!==e)return new l("Invalid "+o+" `"+a+"` of type `"+b(s)+"` supplied to `"+r+"`, expected `"+e+"`.");return null }return c(t) }function d(e){ function t(t,n,r,o,a){ if("function"!=typeof e)return new l("Property `"+a+"` of component `"+r+"` has invalid PropType notation inside arrayOf.");var s=t[n];if(!Array.isArray(s)){ return new l("Invalid "+o+" `"+a+"` of type `"+C(s)+"` supplied to `"+r+"`, expected an array.") }for(var u=0;u<s.length;u++){ var c=e(s,u,r,o,a+"["+u+"]",i);if(c instanceof Error)return c }return null }return c(t) }function f(e){ function t(t,n,r,o,a){ if(!(t[n]instanceof e)){ var i=e.name||k;return new l("Invalid "+o+" `"+a+"` of type `"+x(t[n])+"` supplied to `"+r+"`, expected instance of `"+i+"`.") }return null }return c(t) }function h(e){ function t(t,n,r,o,a){ for(var i=t[n],s=0;s<e.length;s++)if(u(i,e[s]))return null;return new l("Invalid "+o+" `"+a+"` of value `"+i+"` supplied to `"+r+"`, expected one of "+JSON.stringify(e)+".") }return Array.isArray(e)?c(t):r.thatReturnsNull }function m(e){ function t(t,n,r,o,a){ if("function"!=typeof e)return new l("Property `"+a+"` of component `"+r+"` has invalid PropType notation inside objectOf.");var s=t[n],u=C(s);if("object"!==u)return new l("Invalid "+o+" `"+a+"` of type `"+u+"` supplied to `"+r+"`, expected an object.");for(var c in s)if(s.hasOwnProperty(c)){ var p=e(s,c,r,o,a+"."+c,i);if(p instanceof Error)return p }return null }return c(t) }function v(e){ function t(t,n,r,o,a){ for(var s=0;s<e.length;s++){ if(null==(0,e[s])(t,n,r,o,a,i))return null }return new l("Invalid "+o+" `"+a+"` supplied to `"+r+"`.") }if(!Array.isArray(e))return r.thatReturnsNull;for(var n=0;n<e.length;n++){ var o=e[n];if("function"!=typeof o)return a(!1,"Invalid argument supplid to oneOfType. Expected an array of check functions, but received %s at index %s.",E(o),n),r.thatReturnsNull }return c(t) } function g(e){ function t(t,n,r,o,a){ var s=t[n],u=C(s);if("object"!==u)return new l("Invalid "+o+" `"+a+"` of type `"+u+"` supplied to `"+r+"`, expected `object`.");for(var c in e){ var p=e[c];if(p){ var d=p(s,c,r,o,a+"."+c,i);if(d)return d } }return null }return c(t) }function y(t){ switch(typeof t){ case"number":case"string":case"undefined":return!0;case"boolean":return!t;case"object":if(Array.isArray(t))return t.every(y);if(null===t||e(t))return!0;var r=n(t);if(!r)return!1;var o,a=r.call(t);if(r!==t.entries){ for(;!(o=a.next()).done;)if(!y(o.value))return!1 }else for(;!(o=a.next()).done;){ var i=o.value;if(i&&!y(i[1]))return!1 }return!0;default:return!1 } }function _(e,t){ return"symbol"===e||("Symbol"===t["@@toStringTag"]||"function"==typeof Symbol&&t instanceof Symbol) }function C(e){ var t=typeof e;return Array.isArray(e)?"array":e instanceof RegExp?"object":_(t,e)?"symbol":t }function b(e){ if(void 0===e||null===e)return""+e;var t=C(e);if("object"===t){ if(e instanceof Date)return"date";if(e instanceof RegExp)return"regexp" }return t }function E(e){ var t=b(e);switch(t){ case"array":case"object":return"an "+t;case"boolean":case"date":case"regexp":return"a "+t;default:return t } }function x(e){ return e.constructor&&e.constructor.name?e.constructor.name:k }var w="function"==typeof Symbol&&Symbol.iterator,T="@@iterator",k="<<anonymous>>",P={ array:p("array"),bool:p("boolean"),func:p("function"),number:p("number"),object:p("object"),string:p("string"),symbol:p("symbol"),any:function(){ return c(r.thatReturnsNull) }(),arrayOf:d,element:function(){ function t(t,n,r,o,a){ var i=t[n];if(!e(i)){ return new l("Invalid "+o+" `"+a+"` of type `"+C(i)+"` supplied to `"+r+"`, expected a single ReactElement.") }return null }return c(t) }(),instanceOf:f,node:function(){ function e(e,t,n,r,o){ return y(e[t])?null:new l("Invalid "+r+" `"+o+"` supplied to `"+n+"`, expected a ReactNode.") }return c(e) }(),objectOf:m,oneOf:h,oneOfType:v,shape:g };return l.prototype=Error.prototype,P.checkPropTypes=s,P.PropTypes=P,P } },{ 130:130,138:138,143:143,145:145,148:148 }],148:[function(e,t,n){ "use strict";t.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED" },{ }] },{ },[45])(45) }() }() });
9,500.214286
32,792
0.715886
5d34222b7db363b59270d02a9667512c350b6788
1,547
js
JavaScript
server/node_modules/node-model.js/example.js
arghasarkar/hackupc
8e8bdea1a7dc803dcdb207c42c6bf7cfa5bb0ee0
[ "MIT" ]
null
null
null
server/node_modules/node-model.js/example.js
arghasarkar/hackupc
8e8bdea1a7dc803dcdb207c42c6bf7cfa5bb0ee0
[ "MIT" ]
null
null
null
server/node_modules/node-model.js/example.js
arghasarkar/hackupc
8e8bdea1a7dc803dcdb207c42c6bf7cfa5bb0ee0
[ "MIT" ]
null
null
null
var model = require('./model.js'), mysql = require('mysql'); // Define the models var Blog = model('blogs', ['title', 'body']); var Comment = model('comments', ['blog_id', 'name', 'message']); model.oneToMany(Blog, Comment, 'blog', 'comments'); // Connect to the MySQL database var db = mysql.createConnection({ host: 'localhost', user: 'username', password: 'password', database: 'database' }); db.connect(); // Populate the database var firstBlog = new Blog(db, { title: 'My First Blog post', body: "Here's some text to go into my blog.\nMore text goes here, yep." }); firstBlog.save(function () { var firstComment = new Comment(db, { blog_id: firstBlog.id, name: 'Aiham', message: 'I agree with the author' }); firstComment.save(); var secondComment = new Comment(db, { blog_id: firstBlog.id, name: 'John', message: 'I however disagree!' }); secondComment.save(); }); var secondBlog = new Blog(db, { title: 'Another Blog Post', body: "I've decided to write another blog post.\nHere's the second line.\nAmazing, here's a third." }); secondBlog.save(); // Count rows in table Comment.count(db, {name: 'Aiham'}, function (count) { console.log(count + ' comments by Aiham have been made'); }); // Get all related rows var firstBlog = new Blog(db, {id: 1}); firstBlog.get(function () { firstBlog.comments(function (comments) { for (var i = 0, l = comments.length; i < l; i++) { console.log(comments[i].name + ' says: ' + comments[i].message); } }); });
21.486111
101
0.63607
5d3492e0579886b47477b7b3bf45a6a00c011258
1,624
js
JavaScript
seeds/seed.js
clabel95/Project-2
ccc35dd8717bb3be5e7667781afaf230b3a016d3
[ "MIT" ]
3
2022-02-11T15:15:48.000Z
2022-02-17T02:16:44.000Z
seeds/seed.js
clabel95/Project-2
ccc35dd8717bb3be5e7667781afaf230b3a016d3
[ "MIT" ]
2
2022-02-11T16:52:02.000Z
2022-02-15T18:26:36.000Z
seeds/seed.js
clabel95/Project-2
ccc35dd8717bb3be5e7667781afaf230b3a016d3
[ "MIT" ]
1
2022-03-21T11:16:55.000Z
2022-03-21T11:16:55.000Z
const sequelize = require('../config/connection'); const { Recipes, Ingredients, Saved_recipes, User, User_recipes } = require('../models'); const users_seed_data = require('./usersSeedData.json'); const recipe_seed_data = require('./recipeSeedData.json'); const USERrecipe_seed_data = require('./userRecipesData.json'); const seedDatabase = async () => { await sequelize.sync({ force: true }); //users seeds const users = await User.bulkCreate(users_seed_data,{ //might need to change these still not sure if I am doing this right individualHooks: true, returning: true, }); console.log('\n----- USERS SEEDED -----\n'); // receipts seeds for ( const recipe of recipe_seed_data ) { // for every receipt created - a user needs to be created const NEWrecipe = await Recipes.create({ ...recipe, author_id: recipe.author_id, }); // for every receipt, each ingredient a model is created for (const ingredient of recipe.ingredients){ const newIngredient = await Ingredients.create({ ingredients: ingredient, recipe_id: NEWrecipe.getDataValue('id'), }); } } console.log('\n----- RECIPES SEEDED -----\n'); const userREcipe = await User_recipes.bulkCreate(USERrecipe_seed_data); console.log('\n----- USER RECIPES SEEDED -----\n'); process.exit(0); } seedDatabase(); // recipeSeedData.json was collected and modified from tabatkins/recipe-db database. // https://github.com/tabatkins/recipe-db/blob/master/db-recipes.json
38.666667
129
0.641626
5d356e1a1272c14496490f6db5b29c611347466e
3,027
js
JavaScript
src/reducers/questions.js
pvmathew/spaced-repetition-system
1382b07ebd674f586938f0a514230b137d02942e
[ "MIT" ]
null
null
null
src/reducers/questions.js
pvmathew/spaced-repetition-system
1382b07ebd674f586938f0a514230b137d02942e
[ "MIT" ]
null
null
null
src/reducers/questions.js
pvmathew/spaced-repetition-system
1382b07ebd674f586938f0a514230b137d02942e
[ "MIT" ]
null
null
null
import { GRADUATE_QUESTION, GRADUATE_QUESTION_CAUTIOUSLY, INCREASE_GRADUATED_INTERVAL, INCREMENT_NUM_CORRECT, INCREMENT_NUM_WRONG, LEVEL_UP_QUESTION, RESET_QUESTION_LEVEL, SET_QUESTIONS, } from '../constants'; const initialState = { questions: [], numCorrect: 0, numWrong: 0 }; export default function questionsReducer(state = initialState, action) { switch (action.type) { case INCREMENT_NUM_CORRECT: { return { ...state, numCorrect: state.numCorrect + 1 }; } case INCREMENT_NUM_WRONG: { return { ...state, numWrong: state.numWrong + 1 }; } case SET_QUESTIONS: return { ...state, questions: action.questions, }; case LEVEL_UP_QUESTION: // level range 0-3; 3 means the question is graduated return { ...state, questions: state.questions.map((question, i) => i === action.key ? { ...question, learningLevel: question.learningLevel + 1 } : question ), }; case GRADUATE_QUESTION: return { ...state, questions: state.questions.map((question, i) => i === action.key ? { ...question, learningLevel: 3, isGraduated: true } : question ), }; case GRADUATE_QUESTION_CAUTIOUSLY: // if a previously lapsed card is graduating, show it sooner than the last time it graduated return { ...state, questions: state.questions.map((question, i) => i === action.key ? { ...question, learningLevel: 3, isGraduated: true, currentGraduatedInterval: question.currentGraduatedInterval * 0.8, } : question ), }; case INCREASE_GRADUATED_INTERVAL: // if a graduated card is answered correctly, increase the time until it appears again return { ...state, questions: state.questions.map((question, i) => i === action.key ? { ...question, currentGraduatedInterval: question.currentGraduatedInterval * question.startingEase, } : question ), }; case RESET_QUESTION_LEVEL: // jf a question is answered wrong, reset its level back to 0 return { ...state, questions: state.questions.map((question, i) => i === action.key ? { ...question, learningLevel: 0, // jf a graduated card is answered incorrectly, lower the modifier used for increasing its graduated interval startingEase: action.lapsed && question.startingEase > 1.5 ? question.startingEase - 0.2 : question.startingEase, lapsed: action.lapsed, isGraduated: false, } : question ), }; default: return state; } }
29.970297
131
0.548728
5d357fa345c6513e04793ef4acd815d8270fd736
608
js
JavaScript
src/utils.js
cfenzo/html-json
3722bd318b482d2563c07f7303991e571a04c7d5
[ "MIT" ]
null
null
null
src/utils.js
cfenzo/html-json
3722bd318b482d2563c07f7303991e571a04c7d5
[ "MIT" ]
null
null
null
src/utils.js
cfenzo/html-json
3722bd318b482d2563c07f7303991e571a04c7d5
[ "MIT" ]
null
null
null
export const filterNoUndefined = item => item !== undefined; export const htmlSafeProps = props => Object.keys(props).reduce( (obj, key) => ({ ...obj, [key]: props[key] === true ? key : props[key] }), {} ); export const removeLineBreaks = str => str.replace(/\s*(\r\n|\n|\r)\s*/gm, ""); // remove linebreaks and spaces before or after linebreaks // ensure input is json object export const getJSON = json => { if (typeof json === "object") return json; if (typeof json === "string") { try { return JSON.parse(json); } catch (e) { return null; } } return null; };
28.952381
138
0.600329
5d36d182353df00018602a55b501b7ac9b448988
315
js
JavaScript
src/components/Contexts/data.js
Jaysuthar67/Issue-Project-Tracker
5cb168c87d535fed771c1b778b244a298a44bd82
[ "MIT" ]
null
null
null
src/components/Contexts/data.js
Jaysuthar67/Issue-Project-Tracker
5cb168c87d535fed771c1b778b244a298a44bd82
[ "MIT" ]
null
null
null
src/components/Contexts/data.js
Jaysuthar67/Issue-Project-Tracker
5cb168c87d535fed771c1b778b244a298a44bd82
[ "MIT" ]
null
null
null
/* * Copyright (c) 2021. All Rights Reserved * Created by Jay Suthar on 10/6/2021 */ import React from "react"; const DataContext = React.createContext(null); const DataProvider = DataContext.Provider; const DataConsumer = DataContext.Consumer; export {DataProvider, DataConsumer}; export default DataContext;
26.25
46
0.768254
5d37864ac6276f31c783b1fcff4446a4c7269251
337
js
JavaScript
frontend/node_modules/.pnpm/@rsuite+icons@1.0.2_react-dom@17.0.2+react@17.0.2/node_modules/@rsuite/icons/es/icons/ExpiredRound.js
koenw/fullstack-hello
6a2317b7e6ace4b97134e7cc2bb5b1159b556d78
[ "Apache-2.0", "MIT" ]
2
2021-11-26T00:46:16.000Z
2021-11-27T06:55:57.000Z
frontend/node_modules/.pnpm/@rsuite+icons@1.0.2_react-dom@17.0.2+react@17.0.2/node_modules/@rsuite/icons/es/icons/ExpiredRound.js
koenw/fullstack-hello
6a2317b7e6ace4b97134e7cc2bb5b1159b556d78
[ "Apache-2.0", "MIT" ]
2
2022-01-18T13:54:05.000Z
2022-03-24T01:18:30.000Z
frontend/node_modules/.pnpm/@rsuite+icons@1.0.2_react-dom@17.0.2+react@17.0.2/node_modules/@rsuite/icons/es/icons/ExpiredRound.js
koenw/fullstack-hello
6a2317b7e6ace4b97134e7cc2bb5b1159b556d78
[ "Apache-2.0", "MIT" ]
null
null
null
// Generated by script, don't edit it please. import createSvgIcon from '../createSvgIcon'; import ExpiredRoundSvg from '@rsuite/icon-font/lib/status/ExpiredRound'; var ExpiredRound = createSvgIcon({ as: ExpiredRoundSvg, ariaLabel: 'expired round', category: 'status', displayName: 'ExpiredRound' }); export default ExpiredRound;
33.7
72
0.762611
5d38b757b33290392a4f84a47e2317710465569a
3,123
js
JavaScript
src/frontend/src/Views/SignIn/actions.js
st-tu-dresden/fridolean
b24aafdfc8cb41358cf9a21eaebc8a3a0cd461bf
[ "MIT" ]
3
2019-02-27T06:12:58.000Z
2021-08-24T04:30:32.000Z
src/frontend/src/Views/SignIn/actions.js
st-tu-dresden/fridolean
b24aafdfc8cb41358cf9a21eaebc8a3a0cd461bf
[ "MIT" ]
null
null
null
src/frontend/src/Views/SignIn/actions.js
st-tu-dresden/fridolean
b24aafdfc8cb41358cf9a21eaebc8a3a0cd461bf
[ "MIT" ]
5
2019-05-08T16:03:16.000Z
2021-11-19T07:51:19.000Z
import { push } from 'react-router-redux'; import Auth from '../../modules/Auth'; import {fetchAPI} from '../../api'; import { CHANGE_SIGNIN_INPUT, SIGNIN_START, SIGNIN_ERROR, SIGNIN_SUCCESS } from './constants'; import { ADD_CURRENT_USER_INFORMATION } from '../../modules/user/constants'; /** * action creators */ // when the input changes export function changeInput(event, data) { let field = data.name; let value = data.value; return { type: CHANGE_SIGNIN_INPUT, payload: { field, value } }; } export function signInSuccess(response, dispatch) { // console.log(response); if (response.status === 200) { // success dispatch({ type: SIGNIN_SUCCESS }) response.json().then( (responseJson) => { // save the token Auth.authenticateUser(responseJson.token); // update authenticated status for header // this.props.toggleAuthenticationStatus(); // store user info in redux store dispatch({ type: ADD_CURRENT_USER_INFORMATION, payload: responseJson.user }) // redirect signed in user to protected page // NOTE: That page has to call `toggleAuthenticationStatus` for correct header update dispatch(push("/projects")); }) } else { // failure response.json().then( (responseJson) =>{ const errors = responseJson.errors ? responseJson.errors : {}; errors.summary = responseJson.message; dispatch({ type: SIGNIN_ERROR, errors: errors }) }) } } export function signInError(error, dispatch) { try{ let responseJson=JSON.parse(error.text); // console.log("Errors: ", responseJson.errors); const errors = responseJson.errors ? responseJson.errors : {}; errors.summary = responseJson.message; dispatch({ type: SIGNIN_ERROR, errors: errors }) }catch(e){ console.error("Could not dispatch error",e); } console.log("Fetch Error: ", error); } // when the form is submitted export function processForm(event) { // prevent default action of submitting the form event.preventDefault(); return (dispatch, getState) => { const {user} = getState().signin; dispatch({ type: SIGNIN_START }); const email = user.email; const password = user.password; fetchAPI("POST","/auth/signin", { headers: { "Authorization": undefined, 'Accept': 'application/json', 'Content-Type': 'application/json', }, body: JSON.stringify({ email, password }) }).then((response) => {signInSuccess(response, dispatch)}) .catch((error) => {signInError(error, dispatch)}); } }
26.243697
97
0.542747
5d39e4b092dc7f2a921e43e033fd0625f647c418
9,823
js
JavaScript
web/ratsoft/informes/ventas-por-fecha.js
ProyectoRATSoft/RATSoft
a9104a5bfdc170085529a1b01d8a3473209448dd
[ "MIT" ]
null
null
null
web/ratsoft/informes/ventas-por-fecha.js
ProyectoRATSoft/RATSoft
a9104a5bfdc170085529a1b01d8a3473209448dd
[ "MIT" ]
null
null
null
web/ratsoft/informes/ventas-por-fecha.js
ProyectoRATSoft/RATSoft
a9104a5bfdc170085529a1b01d8a3473209448dd
[ "MIT" ]
null
null
null
// Con esto bloqueamos la pantalla cuando inicia alguna accion ajax.. $(document).ajaxStart(function() { $.blockUI({ css: { border: 'none', padding: '15px', backgroundColor: '#000', '-webkit-border-radius': '10px', '-moz-border-radius': '10px', opacity: .5, color: '#fff' }, message: 'Por Favor, espere...' }) }); $(document).ready(function() { // Cuando termina la accion ajax, se desbloquea.. $(document).ajaxStop(function() { $.unblockUI(); }); var url = document.URL; var idurl = url.substring(url.lastIndexOf('/') + 1); //alert(id); var loadTable = function() { $.ajax({ type: "GET", url: "/backend/informes/ventas/"+idurl , dataType: "json", }) .done(function(respuesta, status) { window.ventas = respuesta.ventas; // window.ventasShow = respuesta.ventas; window.table = $('#tabla-ventas').DataTable({ dom: "<'row'<'col-sm-8 text-left'B><'col-sm-4 text-right'f>>" +"<'row'<'col-sm-12't>>" +"<'row'<'col-sm-5 text-left'i><'col-sm-7 text-right'p>>", //configuramos la cantidad de datos que queremos que nos muestre el menu <lf<t>ip> // "<'row'<'col-sm-6'l><'col-sm-6'f>>" + // "<'row'<'col-sm-12'tr>>" + // "<'row'<'col-sm-5'i><'col-sm-7'p>>", "language": { "sProcessing": "Procesando...", "sLengthMenu": "Mostrar _MENU_ registros", "sZeroRecords": "No se encontraron resultados", "sEmptyTable": "Ningún dato disponible en esta tabla", "sInfo": "Mostrando registros del _START_ al _END_ de un total de _TOTAL_ registros", "sInfoEmpty": "Mostrando registros del 0 al 0 de un total de 0 registros", "sInfoFiltered": "(filtrado de un total de _MAX_ registros)", "sInfoPostFix": "", "sSearch": "Buscar:", "sUrl": "", "sInfoThousands": ",", "sLoadingRecords": "Cargando...", "oPaginate": { "sFirst": "Primero", "sLast": "Último", "sNext": "Siguiente", "sPrevious": "Anterior" }, "oAria": { "sSortAscending": ": Activar para ordenar la columna de manera ascendente", "sSortDescending": ": Activar para ordenar la columna de manera descendente" } }, lengthMenu: [ [ 10, 25, 50, -1 ], [ '10 Filas', '25 Filas', '50 Filas', 'Todos' ] ], buttons: [ { extend: 'collection', text: 'Exportar', //elegis los formatos para exportar los datos de la tabla, colvis (va a servir para seleccionar que columnas queres q se vean o no), pagelenth para seleccionar la cantidad datos mostrados buttons: [ 'copy', 'excel', 'pdf', 'csv', 'print'] }, 'colvis', 'pageLength' ], "columnDefs": [ //con esto podes setear que columnas queres aparezca o no //{ "visible": false, "targets": 3 }, // { responsivePriority: 1, targets: 0 }, // { responsivePriority: 2, targets: 0 }, { targets: [0, 1, 2, 3, 4, 5, 6, 7, 8], visible: true}, //{ targets: '_all', visible: false } ], "responsive": true, retrieve: true, fixedHeader: true, data: window.ventas, "columns": [ { "class": "details-control", "orderable": false, "data": null, "defaultContent": "", "width" : "2%" }, { "data": "id", "className": "id" }, { //Concateno periodo mes y año para armar el periodo. "mData": null, "mRender": function(data, type, full) { return full['periodo_mes'] + '-' + full['periodo_ano']; }, "title": "Período" }, { "data": "cliente.nombre", "title": "Cliente" }, { "data": "fecha", "title": "Fecha", "render": function(value) { if (value === null) return ""; return moment(value).format('DD/MM/YYYY'); } }, { "mData": null, "mRender": function(data, type, full) { return full['cod_comprobante'].detalle + ' ' + full['tipo_comprobante'].tipo_comp; }, "title": "Comprobante" }, { "data": "nro_comprobante", "title": "Número de Comprobante" }, { "data": "cliente.cuit", "title": "C.U.I.T." }, { "data": "cliente.jurisdiccion.nombre", "title": "Jurisdiccion" }, { "data": "total", "title": "Total" }, { "data": "neto105", "title": "Neto 10.5%", className: 'none' }, { "data": "neto21", "title": "Neto 21%", className: 'none' }, { "data": "neto_exento", "title": "Neto exento", className: 'none' }, { "data": "nogravado", "title": "No Gravado", className: 'none' }, { "data": "iva105", "title": "IVA 10.5%", className: 'none' }, { "data": "iva21", "title": "IVA 21%", className: 'none' }, { "data": "ret_gan", "title": "Retenciones de Ganancias", className: 'none' }, { "data": "retencion", "title": "Retencion", className: 'none' }, { "data": "percepcion", "title": "Percepcion", className: 'none' } ] }); table.buttons().container().appendTo( '#tabla-ventas .col-sm-6:eq(0)' ); }) .fail(function(jqXHR, textStatus) {}); }; loadTable(); $('#tabla-ventas tbody').on('click', 'tr', function() { if ($(this).hasClass('active')) { $(this).removeClass('active'); } else { window.table.$('tr.active').removeClass('active'); $(this).addClass('active'); } }); // ----------------------------- ..Date pickers functions.. -----------------------------| // Metodo para refrescar la tabla. var tableReload = function(datosnuevos) { $('#tabla-ventas').DataTable().clear().draw(); $('#tabla-ventas').DataTable().rows.add(datosnuevos).draw(); }; // Filtro que quita del array los elementos que no coincidan con la fecha seleccionada. var filtroVentas = function(venta) { var fechaVenta = venta.fecha.slice(0, 10); fechaVenta = fechaVenta.replace(/-/g, ''); return window.fechaInit <= fechaVenta && window.fechaEnd >= fechaVenta; }; // Datepicker $('#reservation').daterangepicker({ ranges: { 'Hoy': [moment(), moment()], 'Ayer': [moment().subtract(1, 'days'), moment().subtract(1, 'days')], 'Últimos 7 días': [moment().subtract(6, 'days'), moment()], 'Últimos 30 días': [moment().subtract(29, 'days'), moment()], 'Este mes': [moment().startOf('month'), moment().endOf('month')], 'Último mes': [moment().subtract(1, 'month').startOf('month'), moment().subtract(1, 'month').endOf('month')] }, startDate: moment().subtract(29, 'days'), endDate: moment() }, function(start, end) { // Esto se ejecuta cuando aplico algún filtro. // Formateo las fechas seleccionadas en el datepicker. window.fechaInit = start.format('YYYYMMDD'); window.fechaEnd = end.format('YYYYMMDD'); // Aplico filtro de fechas al total de las ventas. var ventasFiltradas = window.ventas.filter(filtroVentas); // Recargo la grilla con las ventas que aplican al filtro. tableReload(ventasFiltradas); $('#daterange-btn span').html(start.format('MMMM D, YYYY') + ' - ' + end.format('MMMM D, YYYY')); } ); });
38.371094
225
0.408938
5d39ed495497d4a59d10e07798011999e58b34ca
233
js
JavaScript
src/services/githubService.js
harps116/vue-github-activity-calendar
ae00459d03e1dfe20fac5d93f6f35c16e5b9294d
[ "MIT" ]
2
2019-04-07T11:29:24.000Z
2019-10-15T01:35:01.000Z
src/services/githubService.js
harps116/vue-github-activity-calendar
ae00459d03e1dfe20fac5d93f6f35c16e5b9294d
[ "MIT" ]
143
2021-02-18T16:36:25.000Z
2022-03-22T20:21:37.000Z
src/services/githubService.js
harps116/vue-github-activity-calendar
ae00459d03e1dfe20fac5d93f6f35c16e5b9294d
[ "MIT" ]
null
null
null
const baseURL = 'https://api.github.com/users/'; export default { user: (username) => { return fetch(`${baseURL}${username}`) }, events: (username) => { return fetch(`${baseURL}${username}/events`) } }
25.888889
52
0.562232
5d3a3833956d4ba6d5f55fe8edab1b7948835cfc
2,846
js
JavaScript
app/Editor/dnd/dragTarget.js
Bitaru/react-pai
ca83a73d7b496e29032d5549fd19e09ee2fdb3cc
[ "MIT" ]
4
2016-06-26T14:30:23.000Z
2016-06-27T06:29:40.000Z
app/Editor/dnd/dragTarget.js
Bitaru/react-pai
ca83a73d7b496e29032d5549fd19e09ee2fdb3cc
[ "MIT" ]
null
null
null
app/Editor/dnd/dragTarget.js
Bitaru/react-pai
ca83a73d7b496e29032d5549fd19e09ee2fdb3cc
[ "MIT" ]
null
null
null
import { getPosition, isNested } from './helpers'; export const template = { drop(props, monitor) { if (!monitor.isOver()) return; const item = monitor.getItem(); if (!props.organisms.size) { props.add(0, item.props); } else { props.move(item.index, props.organisms.size - 1); } return; }, canDrop(_, monitor) { if (monitor.getItem().type !== 'organism') return false; return true; } }; export const eraser = { drop(props, monitor) { if (!monitor.isOver()) return; const item = monitor.getItem(); item.remove(item.index); props.drop(); return; }, canDrop(_, monitor) { return true; } }; export const atom = { hover(props, monitor, component) { if (!monitor.isOver()) return; const position = getPosition(props, monitor, component); if (props.hoverIndex !== position) props.hover(position); return; }, drop(props, monitor, component) { const item = monitor.getItem(); const position = getPosition(props, monitor, component); if (item.isPreview) { props.add(position, item.props); } else if (!item.Cursor.pop().equals(props.Cursor.pop())) { item.remove(item.index); // remove item from previews molecule; props.add(position, item.props); } else if (position !== item.index) { props.move(position, item.index); } return; }, canDrop() { return true; } }; export const organism = { hover(props, monitor, component) { if (!monitor.isOver()) return; const position = getPosition(props, monitor, component); if (props.hoverIndex !== position) props.hover(position); return; }, drop(props, monitor, component) { const item = monitor.getItem(); const position = getPosition(props, monitor, component); if (item.isPreview) { props.add(position, item.props); } else if (position !== item.index) { props.move(position, item.index); } return; }, canDrop(props, monitor) { if (monitor.getItem().type !== 'organism') return false; return monitor.getItem().isPreview || props.index !== monitor.getItem().index; } }; export const molecule = { // item = Atom; // props = molecule; drop(props, monitor) { const item = monitor.getItem(); if (!monitor.isOver()) return; if (!item.Cursor) { props.add(0, item.props); } else { // Check if atom is already in this molecule, // then move it down if (isNested(props.Cursor, item.Cursor)) { props.move(item.index, props.atoms.size - 1); // Else we apending it and removing from old molecule } else { item.remove(item.index); props.append(item.props); } } return; }, canDrop(props, monitor) { if (monitor.getItem().type !== 'atom') return false; return true; } };
25.185841
82
0.611033
5d3b6419f27ecb725455d41ddaccac0c33657860
494
js
JavaScript
mysite/poorslaves/static/poorslaves/enable-disable.js
andyil/nemala
433b53dbe96e3f8e0b26f09ad45adcd86ac08b6d
[ "MIT" ]
null
null
null
mysite/poorslaves/static/poorslaves/enable-disable.js
andyil/nemala
433b53dbe96e3f8e0b26f09ad45adcd86ac08b6d
[ "MIT" ]
null
null
null
mysite/poorslaves/static/poorslaves/enable-disable.js
andyil/nemala
433b53dbe96e3f8e0b26f09ad45adcd86ac08b6d
[ "MIT" ]
null
null
null
$(function() { $(".accept").click(function(e){ var t = $(e.target); var id = t.attr('data-id'); var checked = t.is(":checked"); console.log(id+" "+checked); t.hide(); console.log('dis'); $.ajax("accept-reject", { type: 'post', data: {id: id, checked: checked}, success: function(){ console.log('en'); t.show(); } }); }); });
26
46
0.384615
5d3cb8fb5e45cffd4fccf7080f5fe68760d419f6
11,942
js
JavaScript
react_openlayers/src/components/map/WaterStorageLegend.js
Terrestrial-Water-Storage-Assessment/TWSA-Web-Application
122a81a32bfa53320297786a0ac0075387755d13
[ "MIT" ]
1
2021-03-16T19:03:50.000Z
2021-03-16T19:03:50.000Z
react_openlayers/src/components/map/WaterStorageLegend.js
Terrestrial-Water-Storage-Assessment/TWSA-Web-Application
122a81a32bfa53320297786a0ac0075387755d13
[ "MIT" ]
null
null
null
react_openlayers/src/components/map/WaterStorageLegend.js
Terrestrial-Water-Storage-Assessment/TWSA-Web-Application
122a81a32bfa53320297786a0ac0075387755d13
[ "MIT" ]
null
null
null
import React from 'react'; import * as d3 from 'd3'; const style = { position: 'absolute', bottom: '54px', left: '20px', }; class WaterStorageLegend extends React.Component { constructor(props) { super(props); this.cmweLegend = this.cmweLegend.bind(this); this.precipitationLegend = this.precipitationLegend.bind(this); this.evaporationLegend = this.evaporationLegend.bind(this); this.runoffLegend = this.runoffLegend.bind(this); } cmweLegend() { document.getElementById("legend").innerHTML = ""; var w = 250, h = 40; var key = d3.select("#legend") .append("svg") .attr("width", w) .attr("height", h); var legend = key.append("defs") .append("svg:linearGradient") .attr("id", "gradient") .attr("x1", "0%") .attr("y1", "100%") .attr("x2", "100%") .attr("y2", "100%") .attr("spreadMethod", "pad"); legend.append("stop") .attr("offset", "10%") .attr("stop-color", "#711c27") .attr("stop-opacity", 1); legend.append("stop") .attr("offset", "35%") .attr("stop-color", "#d9876e") .attr("stop-opacity", 1); legend.append("stop") .attr("offset", "50%") .attr("stop-color", "#f4f4f4") .attr("stop-opacity", 1); legend.append("stop") .attr("offset", "75%") .attr("stop-color", "#7daccf") .attr("stop-opacity", 1); legend.append("stop") .attr("offset", "90%") .attr("stop-color", "#233f72") .attr("stop-opacity", 1); key.append("rect") .attr("width", w) .attr("height", h - 30) .style("fill", "url(#gradient)") .attr("transform", "translate(0,10)"); var y = d3.scaleLinear() .range([250, 0]) .domain([19, -19]); var yAxis = d3.axisBottom() .scale(y) .ticks(5); key.append("g") .attr("class", "y axis") .attr("transform", "translate(0,20)") .call(yAxis) .append("text") .attr("transform", "rotate(-90)") .attr("y", 0) .attr("dy", ".71em") .style("text-anchor", "end") .text("axis title"); } precipitationLegend() { document.getElementById("legend").innerHTML = ""; var w = 250, h = 40; var key = d3.select("#legend") .append("svg") .attr("width", w) .attr("height", h); var legend = key.append("defs") .append("svg:linearGradient") .attr("id", "gradient") .attr("x1", "0%") .attr("y1", "100%") .attr("x2", "100%") .attr("y2", "100%") .attr("spreadMethod", "pad"); legend.append("stop") .attr("offset", "1%") .attr("stop-color", "#999999") .attr("stop-opacity", 1); legend.append("stop") .attr("offset", "2.1%") .attr("stop-color", "#78cef3") .attr("stop-opacity", 1); legend.append("stop") .attr("offset", "5%") .attr("stop-color", "#769fcd") .attr("stop-opacity", 1); legend.append("stop") .attr("offset", "10.2%") .attr("stop-color", "#414ea8") .attr("stop-opacity", 1); legend.append("stop") .attr("offset", "19.05%") .attr("stop-color", "#87f073") .attr("stop-opacity", 1); legend.append("stop") .attr("offset", "25.4%") .attr("stop-color", "#66b25b") .attr("stop-opacity", 1); legend.append("stop") .attr("offset", "38.1%") .attr("stop-color", "#52854e") .attr("stop-opacity", 1); legend.append("stop") .attr("offset", "50.8%") .attr("stop-color", "#f7f773") .attr("stop-opacity", 1); legend.append("stop") .attr("offset", "63.5%") .attr("stop-color", "#f6df95") .attr("stop-opacity", 1); legend.append("stop") .attr("offset", "76.2%") .attr("stop-color", "#ecaf60") .attr("stop-opacity", 1); legend.append("stop") .attr("offset", "101.6%") .attr("stop-color", "#b14848") .attr("stop-opacity", 1); key.append("rect") .attr("width", w) .attr("height", h - 30) .style("fill", "url(#gradient)") .attr("transform", "translate(0,10)"); var y = d3.scaleLinear() .range([250, 0]) .domain([126, 1]); var yAxis = d3.axisBottom() .scale(y) .ticks(5); key.append("g") .attr("class", "y axis") .attr("transform", "translate(0,20)") .call(yAxis) .append("text") .attr("transform", "rotate(-90)") .attr("y", 0) .attr("dy", ".71em") .style("text-anchor", "end") .text("axis title"); } evaporationLegend() { document.getElementById("legend").innerHTML = ""; var w = 250, h = 40; var key = d3.select("#legend") .append("svg") .attr("width", w) .attr("height", h); var legend = key.append("defs") .append("svg:linearGradient") .attr("id", "gradient") .attr("x1", "0%") .attr("y1", "100%") .attr("x2", "100%") .attr("y2", "100%") .attr("spreadMethod", "pad"); legend.append("stop") .attr("offset", "1%") .attr("stop-color", "#999999") .attr("stop-opacity", 1); legend.append("stop") .attr("offset", "13.4%") .attr("stop-color", "#78cef3") .attr("stop-opacity", 1); legend.append("stop") .attr("offset", "33.4%") .attr("stop-color", "#769fcd") .attr("stop-opacity", 1); legend.append("stop") .attr("offset", "66.8%") .attr("stop-color", "#414ea8") .attr("stop-opacity", 1); legend.append("stop") .attr("offset", "100%") .attr("stop-color", "#87f073") .attr("stop-opacity", 1); key.append("rect") .attr("width", w) .attr("height", h - 30) .style("fill", "url(#gradient)") .attr("transform", "translate(0,10)"); var y = d3.scaleLinear() .range([250, 0]) .domain([19, -0.5]); var yAxis = d3.axisBottom() .scale(y) .ticks(5); key.append("g") .attr("class", "y axis") .attr("transform", "translate(0,20)") .call(yAxis) .append("text") .attr("transform", "rotate(-90)") .attr("y", 0) .attr("dy", ".71em") .style("text-anchor", "end") .text("axis title"); } runoffLegend() { document.getElementById("legend").innerHTML = ""; var w = 250, h = 40; var key = d3.select("#legend") .append("svg") .attr("width", w) .attr("height", h); var legend = key.append("defs") .append("svg:linearGradient") .attr("id", "gradient") .attr("x1", "0%") .attr("y1", "100%") .attr("x2", "100%") .attr("y2", "100%") .attr("spreadMethod", "pad"); legend.append("stop") .attr("offset", "1%") .attr("stop-color", "#999999") .attr("stop-opacity", 1); legend.append("stop") .attr("offset", "1.7%") .attr("stop-color", "#78cef3") .attr("stop-opacity", 1); legend.append("stop") .attr("offset", "4.4%") .attr("stop-color", "#769fcd") .attr("stop-opacity", 1); legend.append("stop") .attr("offset", "8.81%") .attr("stop-color", "#414ea8") .attr("stop-opacity", 1); legend.append("stop") .attr("offset", "13.23%") .attr("stop-color", "#87f073") .attr("stop-opacity", 1); legend.append("stop") .attr("offset", "17.6%") .attr("stop-color", "#66b25b") .attr("stop-opacity", 1); legend.append("stop") .attr("offset", "26.46%") .attr("stop-color", "#52854e") .attr("stop-opacity", 1); legend.append("stop") .attr("offset", "25.28%") .attr("stop-color", "#f7f773") .attr("stop-opacity", 1); legend.append("stop") .attr("offset", "35.2%") .attr("stop-color", "#f6df95") .attr("stop-opacity", 1); legend.append("stop") .attr("offset", "52.91%") .attr("stop-color", "#ecaf60") .attr("stop-opacity", 1); legend.append("stop") .attr("offset", "70.56%") .attr("stop-color", "#b14848") .attr("stop-opacity", 1); legend.append("stop") .attr("offset", "88%") .attr("stop-color", "#8f4342") .attr("stop-opacity", 1); key.append("rect") .attr("width", w) .attr("height", h - 30) .style("fill", "url(#gradient)") .attr("transform", "translate(0,10)"); var y = d3.scaleLinear() .range([250, 0]) .domain([150, 1]); var yAxis = d3.axisBottom() .scale(y) .ticks(5); key.append("g") .attr("class", "y axis") .attr("transform", "translate(0,20)") .call(yAxis) .append("text") .attr("transform", "rotate(-90)") .attr("y", 0) .attr("dy", ".71em") .style("text-anchor", "end") .text("axis title"); } componentDidMount() { let layers = this.props.layers; if (layers === undefined) { layers = this.props.mapRef.current.getLayers(); } var cmwe = layers[0]; var cmweLegendFunc = this.cmweLegend; cmwe.on('change:visible', function(){ if (cmwe.getVisible()) { cmweLegendFunc(); } }); var precipitation = layers[1]; var precipitationLegendFunc = this.precipitationLegend; precipitation.on('change:visible', function(){ if (precipitation.getVisible()) { precipitationLegendFunc(); } }); var evaporation = layers[2]; var evaporationLegendFunc = this.evaporationLegend; evaporation.on('change:visible', function(){ if (evaporation.getVisible()) { evaporationLegendFunc(); } }); var runoff = layers[3]; var runoffLegendFunc = this.runoffLegend; runoff.on('change:visible', function(){ if (runoff.getVisible()) { runoffLegendFunc(); } }); this.cmweLegend(); } render() { let rootStyle = this.props.style; if (rootStyle === undefined) { rootStyle = { position: 'absolute', bottom: '54px', left: '20px', }; } return ( <div id="legend" style={rootStyle}></div> ); } } export default WaterStorageLegend;
28.231678
71
0.439709
5d3d1c22b84e42c6dcd61be920ab1098f1049aac
3,078
js
JavaScript
test/modules/storage/document_update.js
Devgent/meteor-astronomy
5dfdc3c22704e822c9c07cf0e5aa7b6c218a4e0a
[ "MIT" ]
2
2021-09-12T04:16:33.000Z
2021-09-12T04:20:24.000Z
test/modules/storage/document_update.js
Devgent/meteor-astronomy
5dfdc3c22704e822c9c07cf0e5aa7b6c218a4e0a
[ "MIT" ]
null
null
null
test/modules/storage/document_update.js
Devgent/meteor-astronomy
5dfdc3c22704e822c9c07cf0e5aa7b6c218a4e0a
[ "MIT" ]
1
2021-09-12T06:25:23.000Z
2021-09-12T06:25:23.000Z
import { Class } from 'meteor/jagi:astronomy'; import { MongoInternals } from 'meteor/mongo'; import { Promise } from 'meteor/promise'; Tinytest.add('Modules - Storage - Document update', function(test) { const Storage = Class.get('Storage'); const id = '6tMS79Kx6WhqTEwaC'; const storage = Storage.findOne(id); // Update a document. storage.one.string = 'cba' storage.one.transient = 'transient' storage.one.immutable = 'IMMUTABLE' storage.many[0].string = 'cba'; storage.many[0].transient = 'transient'; storage.many[0].immutable = 'IMMUTABLE'; storage.numbers = [3, 2, 1]; storage.string = 'cba'; storage.number = 321; storage.boolean = false; storage.date = new Date(2001, 0, 1, 0, 0, 0, 0); storage.transient = 'transient'; storage.immutable = 'IMMUTABLE'; storage.save(); const expected = { '_id': id, 'one': { 'string': 'cba', 'immutable': 'immutable', }, 'many': [{ 'string': 'cba', 'immutable': 'immutable', }], 'numbers': [3, 2, 1], 'string': 'cba', 'number': 321, 'boolean': false, 'date': new Date(2001, 0, 1, 0, 0, 0, 0), 'immutable': 'immutable', }; test.equal(Storage.findOne(id, { transform: null, }), expected, 'The document has not been updated properly' ); }); if (Meteor.isServer) { Tinytest.add('Modules - Storage - Document update with Mongo Transactions', function(test) { const Storage = Class.get('PersistentStorage'); const expected = 'Initial string'; const id = Storage.insert({string: expected, immutable: 'dummy'}) const storage = Storage.findOne(id); const { client } = MongoInternals.defaultRemoteCollectionDriver().mongo session = Promise.await(client.startSession()) Promise.await(session.startTransaction()) try { storage.string = 'Changed string' storage.save({session}) Promise.await(session.commitTransaction()) } catch (e) { Promise.await(session.abortTransaction()) } finally { Promise.await(session.endSession()) } test.equal(Storage.findOne(id).string, 'Changed string', 'The document has not been updated') }); Tinytest.add('Modules - Storage - Document update with Mongo Transactions (Rollback)', function(test) { const Storage = Class.get('PersistentStorage'); const expected = 'Initial string'; const id = Storage.insert({string: expected, immutable: 'dummy'}) const storage = Storage.findOne(id); const { client } = MongoInternals.defaultRemoteCollectionDriver().mongo session = Promise.await(client.startSession()) Promise.await(session.startTransaction()) try { storage.string = 'Changed string' storage.save({session}) throw new Meteor.Error(500, 'Throw error for testing purpose') Promise.await(session.commitTransaction()) } catch (e) { Promise.await(session.abortTransaction()) } finally { Promise.await(session.endSession()) } test.equal(Storage.findOne(id).string, 'Initial string', 'The document has been updated') }); }
32.0625
105
0.654646
5d3d2db04847a7512a0e46413c71e6190973ede3
1,018
js
JavaScript
Slider.js
fis-components/vue-strap
0cddebf6e417adc45c1ed2dbd51573e34c45c3cb
[ "MIT" ]
1
2016-09-11T03:19:04.000Z
2016-09-11T03:19:04.000Z
Slider.js
fis-components/vue-strap
0cddebf6e417adc45c1ed2dbd51573e34c45c3cb
[ "MIT" ]
null
null
null
Slider.js
fis-components/vue-strap
0cddebf6e417adc45c1ed2dbd51573e34c45c3cb
[ "MIT" ]
null
null
null
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var _toConsumableArray2 = require('babel-runtime/helpers/toConsumableArray'); var _toConsumableArray3 = _interopRequireDefault(_toConsumableArray2); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } exports.default = { data: function data() { return { index: 0, show: false }; }, computed: { show: function show() { return this.activeIndex === this.index; } }, ready: function ready() { this.index = [].concat((0, _toConsumableArray3.default)(this.$el.parentNode.children)).indexOf(this.$el); this.$parent.indicator.push(this.index); if (this.index === 0) { this.$el.classList.add('active'); } } }; if (module.exports.__esModule) module.exports = module.exports.default ;(typeof module.exports === "function"? module.exports.options: module.exports).template = "<div class=\"item\">\n <content></content>\n </div>"
28.277778
148
0.666012
5d3d5ce5f8303b65860b32f13b19e3e20f1f6369
54
js
JavaScript
plugins/plugin-mocha/src/reporters/base.js
jspears/mrbuilder
ea6c9bf276258d4f7b22c8dba77683f89330e6ee
[ "MIT" ]
8
2018-05-25T01:05:26.000Z
2021-04-26T00:38:42.000Z
plugins/plugin-mocha/src/reporters/base.js
jspears/mrbuilder
ea6c9bf276258d4f7b22c8dba77683f89330e6ee
[ "MIT" ]
7
2021-09-08T17:40:30.000Z
2022-02-27T17:52:16.000Z
plugins/plugin-mocha/src/reporters/base.js
jspears/mrbuilder
ea6c9bf276258d4f7b22c8dba77683f89330e6ee
[ "MIT" ]
4
2018-02-13T03:31:57.000Z
2019-12-12T09:04:36.000Z
module.exports = require('mocha/lib/reporters/base');
27
53
0.759259
5d3daf1342e59ff33b7c2311138e9cfacf31e8d3
186,008
js
JavaScript
tests/dummy/app/models/people.js
BobrImperator/virtual-each
ce8fc7162093742580f9a42e4d7bb63f7ea54e35
[ "MIT" ]
53
2015-08-27T02:44:22.000Z
2019-11-22T17:07:50.000Z
tests/dummy/app/models/people.js
BobrImperator/virtual-each
ce8fc7162093742580f9a42e4d7bb63f7ea54e35
[ "MIT" ]
40
2015-08-27T01:57:22.000Z
2020-04-30T10:30:14.000Z
tests/dummy/app/models/people.js
tallarium/virtual-each
8b29e986b816bffffe560dca64e4d73495db88c8
[ "MIT" ]
26
2015-10-27T17:54:02.000Z
2019-11-20T18:42:57.000Z
export default [ { "id": "55de4a11b612ba7a4218a3d5", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Tabatha", "last": "Edwards" }, "company": "ROTODYNE" }, { "id": "55de4a110d8cba7304fecd16", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Atkins", "last": "Ratliff" }, "company": "EMERGENT" }, { "id": "55de4a1165a7b75636d8f323", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Padilla", "last": "Holland" }, "company": "QUAREX" }, { "id": "55de4a11b488444acf362905", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Hahn", "last": "Morrison" }, "company": "HOMETOWN" }, { "id": "55de4a112b3dfa1dc4564fa2", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Holland", "last": "Hewitt" }, "company": "STROZEN" }, { "id": "55de4a112cb4d4d70ba066c0", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Norma", "last": "Tran" }, "company": "ISOPLEX" }, { "id": "55de4a11fdd0c78d622faba6", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Diaz", "last": "Carey" }, "company": "KIDSTOCK" }, { "id": "55de4a11ea80cea6651b6d47", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Sheree", "last": "Bauer" }, "company": "ZIDOX" }, { "id": "55de4a112927ccbecacf75ed", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Blackwell", "last": "Hodge" }, "company": "ZANILLA" }, { "id": "55de4a115b8bae974f665f5b", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Decker", "last": "Webster" }, "company": "CONCILITY" }, { "id": "55de4a1174cb3019fb7c383b", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Franklin", "last": "Cherry" }, "company": "VIRVA" }, { "id": "55de4a11f4f3572a002c0f6e", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Addie", "last": "Acosta" }, "company": "PLASMOSIS" }, { "id": "55de4a1185878c025d128113", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Eva", "last": "Blair" }, "company": "GEEKMOSIS" }, { "id": "55de4a11e79c12806fd17da9", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Lucas", "last": "Pollard" }, "company": "GRAINSPOT" }, { "id": "55de4a11f250dc8393f26a24", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Jamie", "last": "Alexander" }, "company": "ZENSURE" }, { "id": "55de4a11ebef179f9851d13c", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Amanda", "last": "Kidd" }, "company": "ECSTASIA" }, { "id": "55de4a117adc104ab8c63e42", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Eleanor", "last": "Armstrong" }, "company": "DIGIGENE" }, { "id": "55de4a112fecce8191078297", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Blackburn", "last": "May" }, "company": "ENDIPINE" }, { "id": "55de4a113a8c474bad99c74d", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Davidson", "last": "Hale" }, "company": "REALMO" }, { "id": "55de4a11d8b13db9c9dab5c5", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Castaneda", "last": "Everett" }, "company": "ZAYA" }, { "id": "55de4a1189a566d6f131a7d1", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Gamble", "last": "Horn" }, "company": "CIRCUM" }, { "id": "55de4a11be72897f570adca8", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Inez", "last": "Weiss" }, "company": "NAXDIS" }, { "id": "55de4a118bf85a921ceba2cf", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Margery", "last": "Reid" }, "company": "SULFAX" }, { "id": "55de4a1153c23424dfe8721a", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Lillie", "last": "Livingston" }, "company": "PARAGONIA" }, { "id": "55de4a11152cfe82dc5d015c", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Pope", "last": "Meyer" }, "company": "WATERBABY" }, { "id": "55de4a11f5c0cc1fed67d826", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Morin", "last": "Walters" }, "company": "VIAGRAND" }, { "id": "55de4a11317755cb9147b939", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Combs", "last": "Chang" }, "company": "POLARIA" }, { "id": "55de4a119588ae777e8095ba", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Latisha", "last": "Atkins" }, "company": "BUZZOPIA" }, { "id": "55de4a11e2a667df7f7766ed", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Rowe", "last": "Roman" }, "company": "TROLLERY" }, { "id": "55de4a11e7e47861ac9219e6", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Kimberley", "last": "Morgan" }, "company": "ZILENCIO" }, { "id": "55de4a11f5f8296e46296956", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Maria", "last": "Steele" }, "company": "TELEQUIET" }, { "id": "55de4a1185fe993297cf84e5", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Osborne", "last": "Hays" }, "company": "HAWKSTER" }, { "id": "55de4a115a69f0c63dfa0878", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Drake", "last": "Harmon" }, "company": "SURELOGIC" }, { "id": "55de4a11ecd3233ac5893d36", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Weeks", "last": "Boyer" }, "company": "MAROPTIC" }, { "id": "55de4a119c14ec5ff125b8ff", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Robbie", "last": "Parks" }, "company": "EMPIRICA" }, { "id": "55de4a11ecd1fa875935eefb", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Wall", "last": "Mccarthy" }, "company": "ROCKABYE" }, { "id": "55de4a11faa00f8408069264", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Allison", "last": "Adkins" }, "company": "COMCUBINE" }, { "id": "55de4a11ca40657bf7c81224", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Sybil", "last": "Herman" }, "company": "COASH" }, { "id": "55de4a11ca92d0d0c589c321", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Serena", "last": "Carter" }, "company": "VICON" }, { "id": "55de4a1161b7ff5a92e02bce", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Mcguire", "last": "Blackburn" }, "company": "ECOLIGHT" }, { "id": "55de4a11a0291e9a3999744c", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Ingrid", "last": "Parsons" }, "company": "ZEAM" }, { "id": "55de4a1166beea7b1c6a1d61", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Blankenship", "last": "Wheeler" }, "company": "LYRIA" }, { "id": "55de4a11c021251d69e86698", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Francisca", "last": "Callahan" }, "company": "NIKUDA" }, { "id": "55de4a11da8c13757d703d05", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Cash", "last": "Fitzpatrick" }, "company": "ATGEN" }, { "id": "55de4a111188c722b5308acf", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Aimee", "last": "Sutton" }, "company": "ZILLIDIUM" }, { "id": "55de4a11a5fcf26e45579f73", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Bird", "last": "Zamora" }, "company": "UNQ" }, { "id": "55de4a1117ce0d29ad4d51ca", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Levine", "last": "Richmond" }, "company": "BYTREX" }, { "id": "55de4a111142fc74af569362", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Teresa", "last": "Nguyen" }, "company": "PIVITOL" }, { "id": "55de4a1121d99c812cc8ccc6", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Wilcox", "last": "Blevins" }, "company": "DUFLEX" }, { "id": "55de4a119bd35981143fc8b7", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Hyde", "last": "Prince" }, "company": "LIMOZEN" }, { "id": "55de4a1106f10bcb6ec53010", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Hunter", "last": "Madden" }, "company": "ISONUS" }, { "id": "55de4a11075df4c11b047118", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Jillian", "last": "Mejia" }, "company": "COLUMELLA" }, { "id": "55de4a118aef044f4fa25f0f", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Jennifer", "last": "Pratt" }, "company": "SEQUITUR" }, { "id": "55de4a11a593e05e87c5f637", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Casandra", "last": "Sullivan" }, "company": "ISOSURE" }, { "id": "55de4a1101bdf3ff3e9c4f37", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Claudine", "last": "Wolf" }, "company": "CORIANDER" }, { "id": "55de4a11623a350a87c92ea6", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Copeland", "last": "Spencer" }, "company": "KEENGEN" }, { "id": "55de4a119be900f684b31314", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Miranda", "last": "Holman" }, "company": "OPPORTECH" }, { "id": "55de4a113326bd24aef60da6", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Elliott", "last": "Wilkerson" }, "company": "ENQUILITY" }, { "id": "55de4a11ac3e57d7473fa850", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Allison", "last": "Velazquez" }, "company": "VISUALIX" }, { "id": "55de4a11e9e881421ced15a3", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Snyder", "last": "Fleming" }, "company": "BOSTONIC" }, { "id": "55de4a1100c1437d6522f4d8", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Tyson", "last": "Eaton" }, "company": "FRENEX" }, { "id": "55de4a114ea36e6d6420d1ba", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Imogene", "last": "Bartlett" }, "company": "ZORROMOP" }, { "id": "55de4a11edffcb5847cb74fe", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Ola", "last": "Mcgee" }, "company": "ZOID" }, { "id": "55de4a1166169b5e1b44fe79", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Lana", "last": "Ramirez" }, "company": "TERRAGO" }, { "id": "55de4a1114860c42a0f7aa19", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Huff", "last": "Colon" }, "company": "KONGLE" }, { "id": "55de4a11297e6dd070e043b3", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Cameron", "last": "Stokes" }, "company": "MICRONAUT" }, { "id": "55de4a110a955e1b790d935d", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Tommie", "last": "Thornton" }, "company": "QUAILCOM" }, { "id": "55de4a117868aead72282bfd", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Bowman", "last": "Lynn" }, "company": "FLUM" }, { "id": "55de4a11166ff07e9e3d2dca", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Mccullough", "last": "Mcconnell" }, "company": "COMBOT" }, { "id": "55de4a1103edd282e1823ac2", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Rhoda", "last": "Buchanan" }, "company": "ENORMO" }, { "id": "55de4a113a8a8112c08cf643", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Kirkland", "last": "Miranda" }, "company": "FILODYNE" }, { "id": "55de4a118d64deb595fa44bc", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Katrina", "last": "Craft" }, "company": "VELOS" }, { "id": "55de4a11abff4078247948c9", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Kirsten", "last": "Sloan" }, "company": "AQUASSEUR" }, { "id": "55de4a114f301217cf395b9e", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Allie", "last": "Sharpe" }, "company": "MOREGANIC" }, { "id": "55de4a119a14479bf9a81d8e", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Pate", "last": "Sosa" }, "company": "LEXICONDO" }, { "id": "55de4a11942fab3b44e13bb1", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Rose", "last": "Allen" }, "company": "INDEXIA" }, { "id": "55de4a119e4e00bcf612182f", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Harmon", "last": "Manning" }, "company": "XPLOR" }, { "id": "55de4a119dd0502f9e5a66a4", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Haley", "last": "Clark" }, "company": "PROSURE" }, { "id": "55de4a11ac4917ae255bb280", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Jeannette", "last": "Britt" }, "company": "BEZAL" }, { "id": "55de4a114bd4ab41988ebb28", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Ramos", "last": "Guerrero" }, "company": "QUALITEX" }, { "id": "55de4a11e26b15f6ecdde552", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Molina", "last": "Strong" }, "company": "NURALI" }, { "id": "55de4a114d6539282ae76c72", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Amelia", "last": "Henry" }, "company": "MELBACOR" }, { "id": "55de4a119fc5459bd139c883", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Callie", "last": "Hines" }, "company": "GADTRON" }, { "id": "55de4a11f44bf583b96de668", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Hart", "last": "Rivera" }, "company": "DECRATEX" }, { "id": "55de4a114b25e8dcdfae3c6c", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Dunn", "last": "Joseph" }, "company": "CEMENTION" }, { "id": "55de4a110d2f80f8328726e2", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Jackie", "last": "Bradshaw" }, "company": "QABOOS" }, { "id": "55de4a11bd7c1252a214bdc5", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Newton", "last": "Schultz" }, "company": "APEX" }, { "id": "55de4a116297816f19cbda4b", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Todd", "last": "Fulton" }, "company": "HOTCAKES" }, { "id": "55de4a119ce9a90791e08ccb", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Susana", "last": "Woodard" }, "company": "ENERSOL" }, { "id": "55de4a11dc0bb8190b55cd8c", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Farley", "last": "Booker" }, "company": "INEAR" }, { "id": "55de4a11136a70a96f225c4d", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Fry", "last": "Kim" }, "company": "BOINK" }, { "id": "55de4a11e325d6b568438b5d", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Ross", "last": "Holden" }, "company": "ONTALITY" }, { "id": "55de4a11170bf4fa2092b14f", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Bauer", "last": "Shannon" }, "company": "NORALI" }, { "id": "55de4a11d831858c08fac84b", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Farrell", "last": "Yang" }, "company": "GRONK" }, { "id": "55de4a1114424670363510de", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Melissa", "last": "Stevenson" }, "company": "DANCERITY" }, { "id": "55de4a11106469e239772873", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Meadows", "last": "Mendoza" }, "company": "VURBO" }, { "id": "55de4a1146cccd0d6f27728a", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Chen", "last": "Rich" }, "company": "CYTRAK" }, { "id": "55de4a1131750d44e4892903", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Floyd", "last": "Rosario" }, "company": "ZAGGLE" }, { "id": "55de4a1172e4a1b702fafd8d", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Lucia", "last": "Tillman" }, "company": "FURNITECH" }, { "id": "55de4a1181938fdf04de62f0", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Raquel", "last": "Fuentes" }, "company": "PATHWAYS" }, { "id": "55de4a2e14995951c786c890", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Beck", "last": "Montoya" }, "company": "STEELTAB" }, { "id": "55de4a2e09dddc2cb94f159d", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Price", "last": "Rose" }, "company": "ZISIS" }, { "id": "55de4a2e9dd51207177a6644", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Nannie", "last": "Santiago" }, "company": "ACUSAGE" }, { "id": "55de4a2ecdd476390e0ce77d", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Mary", "last": "Humphrey" }, "company": "XLEEN" }, { "id": "55de4a2e8c70fb9790f394d7", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Josie", "last": "Wooten" }, "company": "CENTREE" }, { "id": "55de4a2e4b913d51a88b1968", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Gordon", "last": "Newman" }, "company": "RAMEON" }, { "id": "55de4a2eef754d3254c6d207", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Toni", "last": "Cannon" }, "company": "PETIGEMS" }, { "id": "55de4a2e552bf45a07f9cba3", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Gay", "last": "Hogan" }, "company": "KLUGGER" }, { "id": "55de4a2e6c302af4b75a8771", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Potts", "last": "Rollins" }, "company": "CODACT" }, { "id": "55de4a2e6a4681f7a09ce69a", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Hollie", "last": "Shepherd" }, "company": "EXODOC" }, { "id": "55de4a2ef6ed237625ff2c0c", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Sheila", "last": "Davidson" }, "company": "LETPRO" }, { "id": "55de4a2e160d4b1021e6d4e7", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Humphrey", "last": "Logan" }, "company": "ROTODYNE" }, { "id": "55de4a2e8a124e32933636b1", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Eleanor", "last": "Bright" }, "company": "OPTICALL" }, { "id": "55de4a2e804facb446bd39e3", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Mallory", "last": "Bates" }, "company": "NITRACYR" }, { "id": "55de4a2ebea269f24a32b931", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Irwin", "last": "Gross" }, "company": "BIZMATIC" }, { "id": "55de4a2e80ad282b74af6d9c", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Angelique", "last": "Armstrong" }, "company": "BUNGA" }, { "id": "55de4a2e8034efc340abe60b", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Estella", "last": "Hawkins" }, "company": "APPLICA" }, { "id": "55de4a2ebfb8a1d585b8fafe", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Maritza", "last": "Frazier" }, "company": "NETROPIC" }, { "id": "55de4a2ed4cf2ca5b3632f3e", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Dodson", "last": "Riggs" }, "company": "PLASTO" }, { "id": "55de4a2e114a2f447c9f6d51", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Jackson", "last": "Roth" }, "company": "GEEKMOSIS" }, { "id": "55de4a2e473334d72e9f2b5d", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Hall", "last": "Stanton" }, "company": "MOBILDATA" }, { "id": "55de4a2ecf328926526b9447", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Alvarez", "last": "Bender" }, "company": "POSHOME" }, { "id": "55de4a2e92b1bc8237a17db8", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Porter", "last": "Rasmussen" }, "company": "ZENTURY" }, { "id": "55de4a2e72dd08293026a14d", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Christensen", "last": "Dunlap" }, "company": "DIGITALUS" }, { "id": "55de4a2e50a057d650fb9e4e", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Evelyn", "last": "Case" }, "company": "TASMANIA" }, { "id": "55de4a2e093c456078044e27", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Mildred", "last": "Mcclure" }, "company": "NETPLAX" }, { "id": "55de4a2e717e0ac0124b2833", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Mclaughlin", "last": "Bolton" }, "company": "COMVEX" }, { "id": "55de4a2e09ef513389cdb3aa", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Lara", "last": "Rutledge" }, "company": "CALCU" }, { "id": "55de4a2eddfdb8f4dae980cb", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Noelle", "last": "Mathews" }, "company": "ZAPHIRE" }, { "id": "55de4a2e0afac1d47868b7a0", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Gracie", "last": "Franco" }, "company": "DAIDO" }, { "id": "55de4a2e31190877746770d0", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Vega", "last": "Clark" }, "company": "ECLIPTO" }, { "id": "55de4a2e34a693b9f06d7bfa", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Castaneda", "last": "Richmond" }, "company": "MUSANPOLY" }, { "id": "55de4a2ecf2e207bd959cf93", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Shirley", "last": "Webb" }, "company": "AUTOGRATE" }, { "id": "55de4a2ea9bc0a22d309684d", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Marisa", "last": "Lane" }, "company": "AQUAZURE" }, { "id": "55de4a2ee6d1f08cd622d49c", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Penny", "last": "Holman" }, "company": "ZILPHUR" }, { "id": "55de4a2e07fa66e2af679e92", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Wilda", "last": "Hanson" }, "company": "ENDIPINE" }, { "id": "55de4a2e148cac7a74254ad3", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Whitehead", "last": "Conner" }, "company": "MEDALERT" }, { "id": "55de4a2e6b5c6ddca891fc0b", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Abigail", "last": "Merritt" }, "company": "RECRITUBE" }, { "id": "55de4a2ef5e083ab28256b66", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Blanca", "last": "Hale" }, "company": "ZOLARITY" }, { "id": "55de4a2e359d312223eafef8", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Goodwin", "last": "Hayden" }, "company": "EXOSPEED" }, { "id": "55de4a2e127ed4e44c7fa36f", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Fay", "last": "Glover" }, "company": "MANGLO" }, { "id": "55de4a2e9c50726381e7f8cb", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Tamera", "last": "Dominguez" }, "company": "CABLAM" }, { "id": "55de4a2e3079222a22323968", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Patty", "last": "Barrera" }, "company": "SILODYNE" }, { "id": "55de4a2ec1eb55bd51450cb5", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Lucille", "last": "Bray" }, "company": "COMTRACT" }, { "id": "55de4a2e7b7db39f049f1089", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Simmons", "last": "Ford" }, "company": "SOPRANO" }, { "id": "55de4a2eba21b1527edd3aa2", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Lowe", "last": "Booth" }, "company": "GRUPOLI" }, { "id": "55de4a2e1972b2bb44e3fa13", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Abbott", "last": "Hamilton" }, "company": "GOKO" }, { "id": "55de4a2ea75f611a8614c349", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Swanson", "last": "Huffman" }, "company": "ARTIQ" }, { "id": "55de4a2e4d92b06aaee1e790", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Dillard", "last": "Hill" }, "company": "ZIALACTIC" }, { "id": "55de4a2ea8ddfaef15fd13cc", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Noel", "last": "Kinney" }, "company": "PYRAMAX" }, { "id": "55de4a2ed46f143aca25dbd4", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Bethany", "last": "Dodson" }, "company": "ZILODYNE" }, { "id": "55de4a2eb2d95d3ac7b351bb", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Combs", "last": "Juarez" }, "company": "HANDSHAKE" }, { "id": "55de4a2e4d003803cc7cfff2", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Roy", "last": "Mcbride" }, "company": "CINCYR" }, { "id": "55de4a2ed7e8c400f0ea6cc8", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Emilia", "last": "Valdez" }, "company": "COMTOURS" }, { "id": "55de4a2e56dabab72ffa6887", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Tracie", "last": "Wolfe" }, "company": "ECLIPSENT" }, { "id": "55de4a2e9f2619d03f98b434", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Middleton", "last": "Woodard" }, "company": "GOLOGY" }, { "id": "55de4a2ea19709f3d4a162b5", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Lakeisha", "last": "Kim" }, "company": "GLUKGLUK" }, { "id": "55de4a2ead45ce5f6b863b18", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Ramos", "last": "Porter" }, "company": "SQUISH" }, { "id": "55de4a2e631c1a33cddf0108", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Booker", "last": "Johnson" }, "company": "PYRAMI" }, { "id": "55de4a2e7060b1dcb8c9b6a9", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Cervantes", "last": "Tyson" }, "company": "JOVIOLD" }, { "id": "55de4a2ea4a091d4e3416503", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Carolyn", "last": "Finch" }, "company": "ZOSIS" }, { "id": "55de4a2e212a2f0df87d143f", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Serena", "last": "Kane" }, "company": "EQUITOX" }, { "id": "55de4a2ec971c386f4e787b3", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Wise", "last": "Nash" }, "company": "QUARMONY" }, { "id": "55de4a2eefdbff8e70cf381e", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Morse", "last": "Horne" }, "company": "ZENTIX" }, { "id": "55de4a2e1872d62a6c084e0f", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Alyce", "last": "Reed" }, "company": "MARKETOID" }, { "id": "55de4a2e22372e199f431b12", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Christie", "last": "Whitfield" }, "company": "ENERSAVE" }, { "id": "55de4a2e70b6f1b4a3617c54", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Christine", "last": "Wheeler" }, "company": "EXTRAGENE" }, { "id": "55de4a2e2fe2989f06fe49dd", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Karina", "last": "Reilly" }, "company": "VIDTO" }, { "id": "55de4a2e0058c19670d800a7", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Gertrude", "last": "Simmons" }, "company": "PHARMEX" }, { "id": "55de4a2e56e3b0c49aa30aa1", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Joyce", "last": "Howard" }, "company": "NEBULEAN" }, { "id": "55de4a2e98c22969b94bdf5a", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Lula", "last": "Bauer" }, "company": "AQUAMATE" }, { "id": "55de4a2ead912e7b3b8a2bce", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Jodi", "last": "Chandler" }, "company": "ASSURITY" }, { "id": "55de4a2eb6b83e5defceeca4", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Gallagher", "last": "Harding" }, "company": "JASPER" }, { "id": "55de4a2e5fd067c3bf284a03", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Jeanie", "last": "Berg" }, "company": "PLAYCE" }, { "id": "55de4a2e2678ddccbad9246f", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Lloyd", "last": "Byrd" }, "company": "GALLAXIA" }, { "id": "55de4a2edc9f1f2c1b4e62fc", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Henry", "last": "Romero" }, "company": "CUJO" }, { "id": "55de4a2e8d24855f902da39f", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Cardenas", "last": "Ewing" }, "company": "HOPELI" }, { "id": "55de4a2ed26112467996ee24", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Nadine", "last": "Carson" }, "company": "DATAGENE" }, { "id": "55de4a2ee1e275d6f02dee8f", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Alisa", "last": "Holt" }, "company": "VENOFLEX" }, { "id": "55de4a2e3a292359efff2c2b", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Agnes", "last": "Chang" }, "company": "DUOFLEX" }, { "id": "55de4a2e324f95ffee51eab7", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Graciela", "last": "Christian" }, "company": "LYRICHORD" }, { "id": "55de4a2e1f1b2e4d91c149c2", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Evangelina", "last": "Thornton" }, "company": "ROCKABYE" }, { "id": "55de4a2e9ec2c13e6fb73dd1", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Diana", "last": "Wall" }, "company": "FREAKIN" }, { "id": "55de4a2e91792ab109292b2c", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Mollie", "last": "Wade" }, "company": "ZYTRAC" }, { "id": "55de4a2ef3eec8a78a837cb3", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Wagner", "last": "Cantrell" }, "company": "COLAIRE" }, { "id": "55de4a2e9d8d1fcd9c1badd4", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Ann", "last": "Curtis" }, "company": "NIXELT" }, { "id": "55de4a2eca7c05deed8eb2fa", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Pace", "last": "Guerrero" }, "company": "BLEENDOT" }, { "id": "55de4a2edfee1836171ef1e4", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Waller", "last": "Stewart" }, "company": "CUBIX" }, { "id": "55de4a2ef32be536bbd64a91", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Annmarie", "last": "Klein" }, "company": "VITRICOMP" }, { "id": "55de4a2ec1971b6c3e0d0a6d", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Olsen", "last": "Knapp" }, "company": "KEGULAR" }, { "id": "55de4a2ee7991bfd1a3cdb12", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Dawson", "last": "Calhoun" }, "company": "FARMEX" }, { "id": "55de4a2e116690c1096b9c95", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Erna", "last": "Gray" }, "company": "HINWAY" }, { "id": "55de4a2e8efb608165382142", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Dyer", "last": "Sims" }, "company": "TALAE" }, { "id": "55de4a2e47b28d82bcd7d513", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Vilma", "last": "Moon" }, "company": "IMKAN" }, { "id": "55de4a2edd30b110a3aaa4d9", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Leah", "last": "Barron" }, "company": "ZENCO" }, { "id": "55de4a2e684b45a2abcf59a2", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Stuart", "last": "Riley" }, "company": "BOSTONIC" }, { "id": "55de4a2eb5d83426e3def048", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Diane", "last": "Pollard" }, "company": "COMBOT" }, { "id": "55de4a2e8372469c4d6c5242", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Cecilia", "last": "Cabrera" }, "company": "PLASMOS" }, { "id": "55de4a2e96df44eeb96283f8", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "May", "last": "Wright" }, "company": "FURNAFIX" }, { "id": "55de4a40e665837450ef7424", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Wells", "last": "David" }, "company": "ECRATIC" }, { "id": "55de4a405d785361ce043895", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Watkins", "last": "Whitney" }, "company": "ORBAXTER" }, { "id": "55de4a40c0c8528cacab4df0", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Bethany", "last": "Wynn" }, "company": "TWIGGERY" }, { "id": "55de4a4020f9dd089e56478d", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Rice", "last": "Holcomb" }, "company": "SCENTRIC" }, { "id": "55de4a40c14d45995db6388b", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Wooten", "last": "Moreno" }, "company": "ARTWORLDS" }, { "id": "55de4a400654ee8cbe554aba", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Carlson", "last": "Trevino" }, "company": "INFOTRIPS" }, { "id": "55de4a4085c0c8bbbad1d177", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Fields", "last": "Houston" }, "company": "SPRINGBEE" }, { "id": "55de4a40036526ff2c9c09ec", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Rollins", "last": "Wiley" }, "company": "ENERFORCE" }, { "id": "55de4a40bf23c7fef4ad4b15", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Barbra", "last": "Hensley" }, "company": "KANGLE" }, { "id": "55de4a402aa7487941ed3e15", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Christian", "last": "Richard" }, "company": "MOMENTIA" }, { "id": "55de4a4045e0a331b453348c", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Donovan", "last": "Valdez" }, "company": "PHUEL" }, { "id": "55de4a404e1720c63f738590", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Todd", "last": "Wall" }, "company": "TURNABOUT" }, { "id": "55de4a4094b7d629bb0377bd", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Graham", "last": "Knight" }, "company": "TROLLERY" }, { "id": "55de4a406764e5cc08cbf1b0", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Patrice", "last": "Walsh" }, "company": "GENMEX" }, { "id": "55de4a405c8609bb9b1740ac", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Rosa", "last": "Mullins" }, "company": "ENTROFLEX" }, { "id": "55de4a4048dd17b75912e4f6", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Tamara", "last": "Browning" }, "company": "ECRATER" }, { "id": "55de4a406ab97576a5620aa7", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Tillman", "last": "Sexton" }, "company": "BICOL" }, { "id": "55de4a4000c9cffe0acdeb84", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Melisa", "last": "Shaffer" }, "company": "ENVIRE" }, { "id": "55de4a401ff39b1c9847fe33", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Naomi", "last": "Stevens" }, "company": "ESCENTA" }, { "id": "55de4a40282f3ecc2c8441a6", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Bertie", "last": "Baldwin" }, "company": "EXTRO" }, { "id": "55de4a40c50b7035f697de28", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Henry", "last": "Powers" }, "company": "NETROPIC" }, { "id": "55de4a40acb5b5cf8a4269c1", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Duffy", "last": "Garrett" }, "company": "ISOLOGIX" }, { "id": "55de4a40bf8123dfc6662833", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Donna", "last": "Benson" }, "company": "RECOGNIA" }, { "id": "55de4a40ee26a89a8af0e03e", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Hensley", "last": "Singleton" }, "company": "SPACEWAX" }, { "id": "55de4a40cf5f89bd884b5c83", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Burnett", "last": "Russell" }, "company": "ROCKLOGIC" }, { "id": "55de4a40e49cd59ab2b330ef", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Dickerson", "last": "Reynolds" }, "company": "COMTREK" }, { "id": "55de4a40bf4ee26afca0b1af", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Wendy", "last": "Booker" }, "company": "HOTCAKES" }, { "id": "55de4a4044b2a2cdb2ce0626", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Georgia", "last": "Boone" }, "company": "PLASTO" }, { "id": "55de4a400cfd9b672777488f", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Katy", "last": "Mckee" }, "company": "HANDSHAKE" }, { "id": "55de4a40afa942a05334b1bb", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Witt", "last": "Shields" }, "company": "SNIPS" }, { "id": "55de4a40193476f38443b34b", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Deanne", "last": "Olsen" }, "company": "SULTRAXIN" }, { "id": "55de4a404b9cf055feeff16f", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Kelly", "last": "Ballard" }, "company": "XIIX" }, { "id": "55de4a40db8410533a641d36", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Romero", "last": "Beach" }, "company": "COMTRACT" }, { "id": "55de4a4090def8f3f2831e2a", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Billie", "last": "Patel" }, "company": "CIRCUM" }, { "id": "55de4a406278a63e6bb3638f", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Patrick", "last": "Joseph" }, "company": "VURBO" }, { "id": "55de4a40e337008c92c0c5a0", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Edwina", "last": "Harvey" }, "company": "DADABASE" }, { "id": "55de4a40b60f0bf81b816ef1", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Jill", "last": "Moses" }, "company": "NEUROCELL" }, { "id": "55de4a40da361d75e8925718", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Parrish", "last": "Gross" }, "company": "ISOLOGICS" }, { "id": "55de4a400678736d030bd700", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Holman", "last": "Odonnell" }, "company": "QUAREX" }, { "id": "55de4a4022cbb6a8ab38bc7e", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Hull", "last": "Morgan" }, "company": "VIRVA" }, { "id": "55de4a40e8607221b816c1bf", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Coleen", "last": "Bradford" }, "company": "XELEGYL" }, { "id": "55de4a40ee1071595060c3b3", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Martinez", "last": "Randall" }, "company": "OPTICALL" }, { "id": "55de4a40e25a22e4a382fbc4", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "George", "last": "Chan" }, "company": "TECHTRIX" }, { "id": "55de4a4067de67920f0d74c8", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Eloise", "last": "Gomez" }, "company": "OTHERSIDE" }, { "id": "55de4a40ca78b67a54f784ec", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Jeannie", "last": "Jordan" }, "company": "VANTAGE" }, { "id": "55de4a403ab80617974ebc40", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Pruitt", "last": "Black" }, "company": "KIDGREASE" }, { "id": "55de4a40ef8dc18aae1c749b", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Karen", "last": "Hatfield" }, "company": "GOLOGY" }, { "id": "55de4a4000f0f1ece5692c6f", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Susan", "last": "Rush" }, "company": "DIGIAL" }, { "id": "55de4a400a3675b9cf44c3c1", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Rachael", "last": "Clark" }, "company": "FILODYNE" }, { "id": "55de4a402e59c3807406ce9c", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Luisa", "last": "Mcintosh" }, "company": "OULU" }, { "id": "55de4a403da368f61b20f530", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Katrina", "last": "Wolf" }, "company": "DANJA" }, { "id": "55de4a40de4e03891c1e0e10", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Tricia", "last": "Finley" }, "company": "MOLTONIC" }, { "id": "55de4a40d75c8cc00ddbb1a0", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Joni", "last": "Kim" }, "company": "GONKLE" }, { "id": "55de4a40eb8dbed2f29e2146", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Susana", "last": "Harper" }, "company": "PURIA" }, { "id": "55de4a406952a6bde42769ed", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Martin", "last": "Noel" }, "company": "XURBAN" }, { "id": "55de4a4015bb9069f66d36d4", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Tammie", "last": "Gentry" }, "company": "PRIMORDIA" }, { "id": "55de4a40c18c94b8b801de1c", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Vazquez", "last": "Walton" }, "company": "INSURETY" }, { "id": "55de4a40c16d14e8ffb96e1c", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Petra", "last": "Tate" }, "company": "KIDSTOCK" }, { "id": "55de4a40a0f0dc615b857165", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Laverne", "last": "Fitzpatrick" }, "company": "BOILCAT" }, { "id": "55de4a404c1266485b3b1ba7", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Natalia", "last": "Buckley" }, "company": "EXOSTREAM" }, { "id": "55de4a4003c6eef9d00eb976", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Harding", "last": "Witt" }, "company": "THREDZ" }, { "id": "55de4a40abfb24b671826c3e", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Claudette", "last": "Marshall" }, "company": "FRENEX" }, { "id": "55de4a4017caf8d03b92dd72", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Flossie", "last": "Whitehead" }, "company": "XPLOR" }, { "id": "55de4a405c8f63b03a04696e", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Avila", "last": "Baxter" }, "company": "QUORDATE" }, { "id": "55de4a40e9614111c790ca29", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Rhoda", "last": "Kennedy" }, "company": "PETICULAR" }, { "id": "55de4a40126ba56867218b8e", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Briggs", "last": "Holland" }, "company": "EPLOSION" }, { "id": "55de4a401bf8a84bebd23ecc", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Young", "last": "Cardenas" }, "company": "PRINTSPAN" }, { "id": "55de4a403578163111dc84ea", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Ginger", "last": "Garcia" }, "company": "ZANITY" }, { "id": "55de4a40fec7717aa5f6e93c", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Deidre", "last": "Clemons" }, "company": "NORALI" }, { "id": "55de4a400cb7079260e9bc26", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Bush", "last": "Mercer" }, "company": "ELPRO" }, { "id": "55de4a4037236443cd090254", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Benita", "last": "Rodriguez" }, "company": "KINETICA" }, { "id": "55de4a404fe65921e4ff7092", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Lara", "last": "Logan" }, "company": "TOYLETRY" }, { "id": "55de4a40993691fe96dfd9c3", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Gilbert", "last": "Brown" }, "company": "VENOFLEX" }, { "id": "55de4a40b9e2525bd9f9d3f4", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Christine", "last": "Carrillo" }, "company": "NORSUP" }, { "id": "55de4a404a7f4133ce00b28c", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Cain", "last": "Ramirez" }, "company": "NORSUL" }, { "id": "55de4a40f98adf1888f4da1a", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Conley", "last": "Vega" }, "company": "CEDWARD" }, { "id": "55de4a40d942e1edc6f3da2a", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Vickie", "last": "Gates" }, "company": "TYPHONICA" }, { "id": "55de4a40e2b5415accc849e3", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Rosalie", "last": "Durham" }, "company": "AVENETRO" }, { "id": "55de4a40d23dac0020530678", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Bradshaw", "last": "Rose" }, "company": "IDEGO" }, { "id": "55de4a4086be95c0d1077c1a", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Higgins", "last": "Mcdonald" }, "company": "APEX" }, { "id": "55de4a40103fb146e67ab092", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Benton", "last": "Abbott" }, "company": "ANACHO" }, { "id": "55de4a40535711a548b0b92a", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Alison", "last": "Salazar" }, "company": "MEDALERT" }, { "id": "55de4a40748eceacb360f1c7", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Luann", "last": "Juarez" }, "company": "OBLIQ" }, { "id": "55de4a404287fd1afb2a07a6", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Long", "last": "Wooten" }, "company": "SOPRANO" }, { "id": "55de4a40c189dcb828b8d8f7", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Pratt", "last": "Wilkinson" }, "company": "CYCLONICA" }, { "id": "55de4a40306defdca7c2ac81", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Helena", "last": "Fox" }, "company": "RAMJOB" }, { "id": "55de4a40a573b37dd5278aff", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Elena", "last": "Roman" }, "company": "GENEKOM" }, { "id": "55de4a40ebbdfce2e508d5b4", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Robert", "last": "West" }, "company": "RODEMCO" }, { "id": "55de4a404af9a0900154fbc7", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Clay", "last": "Chaney" }, "company": "REMOTION" }, { "id": "55de4a40f4f4814011c1ba92", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Ophelia", "last": "Lara" }, "company": "ZIORE" }, { "id": "55de4a40107f4e85c0b10a01", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Valencia", "last": "Savage" }, "company": "TASMANIA" }, { "id": "55de4a407ab626801486e13c", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Lorna", "last": "Pollard" }, "company": "HALAP" }, { "id": "55de4a401c64b35955d5a7a0", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Moss", "last": "Frederick" }, "company": "MOREGANIC" }, { "id": "55de4a40964dff6a6677cb74", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Atkinson", "last": "Wiggins" }, "company": "QUARMONY" }, { "id": "55de4a40236192b0685b2f84", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Angelique", "last": "Stafford" }, "company": "FREAKIN" }, { "id": "55de4a409d8cb96938dc30a3", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Garrett", "last": "Boyle" }, "company": "PODUNK" }, { "id": "55de4a408d8ab1c4b68a6541", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Kathryn", "last": "Gonzalez" }, "company": "APPLICA" }, { "id": "55de4a407661bb2dca8387cc", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Bonner", "last": "Workman" }, "company": "FANFARE" }, { "id": "55de4a4b1f800c159fb070d2", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Douglas", "last": "Glenn" }, "company": "POLARAX" }, { "id": "55de4a4b03b31cc61630cb1b", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Long", "last": "Sloan" }, "company": "IRACK" }, { "id": "55de4a4b866ae7384d26842c", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Helen", "last": "Bell" }, "company": "ANARCO" }, { "id": "55de4a4b176c3366c9cff1e4", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Christa", "last": "Benjamin" }, "company": "ZYTRAC" }, { "id": "55de4a4bd88acc2e992ccb1e", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Velez", "last": "Tate" }, "company": "ACUMENTOR" }, { "id": "55de4a4b933171398b6810dd", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Kathryn", "last": "Wells" }, "company": "ZOMBOID" }, { "id": "55de4a4b4203819de9623c52", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Cash", "last": "Alvarado" }, "company": "CINASTER" }, { "id": "55de4a4bb6700f79d6530f40", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Lee", "last": "Heath" }, "company": "GYNKO" }, { "id": "55de4a4bd5688996c44ef366", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Raymond", "last": "Gallegos" }, "company": "GENMY" }, { "id": "55de4a4bcd51f6cccebe1279", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Bridgette", "last": "Mueller" }, "company": "OVIUM" }, { "id": "55de4a4bf9b547caeea2b6ff", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Murray", "last": "Crosby" }, "company": "PHEAST" }, { "id": "55de4a4b642dba716dc8a575", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Cathy", "last": "Hurley" }, "company": "EXOVENT" }, { "id": "55de4a4b48dc851a9d80f4f8", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Jimmie", "last": "Kent" }, "company": "JIMBIES" }, { "id": "55de4a4b59c645bb23f4be3c", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Jasmine", "last": "Wiggins" }, "company": "TSUNAMIA" }, { "id": "55de4a4b57b418a38c202cec", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Neal", "last": "Norris" }, "company": "MARKETOID" }, { "id": "55de4a4bd58a293cbf6c265a", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Stephens", "last": "Donovan" }, "company": "BRISTO" }, { "id": "55de4a4b6a7ce541579f0fbd", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Hanson", "last": "Sutton" }, "company": "RODEOLOGY" }, { "id": "55de4a4bee785bbf2105db6f", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Lynn", "last": "Jenkins" }, "company": "ACRUEX" }, { "id": "55de4a4b581cd4e8271c05cd", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Ava", "last": "Pena" }, "company": "GEEKOL" }, { "id": "55de4a4b803fee9270a07931", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Carly", "last": "Foreman" }, "company": "PYRAMAX" }, { "id": "55de4a4b90e7e63d3d76bd48", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Day", "last": "Dodson" }, "company": "SENMAO" }, { "id": "55de4a4b01983587a8176bfe", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Ramirez", "last": "Malone" }, "company": "NORSUP" }, { "id": "55de4a4bfeb4e6fad9ea7efd", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Stevens", "last": "Dorsey" }, "company": "STOCKPOST" }, { "id": "55de4a4bebabfa51af5ed4dc", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Craft", "last": "Duran" }, "company": "PURIA" }, { "id": "55de4a4be046637e41f1d1c7", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Sonia", "last": "Sosa" }, "company": "ZYTREX" }, { "id": "55de4a4b46daad981827f55b", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Kerry", "last": "Fischer" }, "company": "FURNITECH" }, { "id": "55de4a4b18d904940d05e85b", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Bridgett", "last": "Patterson" }, "company": "ERSUM" }, { "id": "55de4a4b9b0f9eaa9d5cb3bc", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Stacey", "last": "Potts" }, "company": "PIGZART" }, { "id": "55de4a4bdd5212bc6b5f296e", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Nettie", "last": "Skinner" }, "company": "IMKAN" }, { "id": "55de4a4bd1815119f0b0ffab", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Lydia", "last": "Butler" }, "company": "BRAINCLIP" }, { "id": "55de4a4bdcda681e7cd0127c", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Bolton", "last": "Henry" }, "company": "PASTURIA" }, { "id": "55de4a4bae8b2f8cbc1228bf", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Blankenship", "last": "Shaw" }, "company": "KIOSK" }, { "id": "55de4a4bc5b0856e9fe1446c", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Leon", "last": "Goodman" }, "company": "FISHLAND" }, { "id": "55de4a4bb12e0133931bcc10", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Holman", "last": "Albert" }, "company": "EXTRAWEAR" }, { "id": "55de4a4bfff69f3ae7c47c79", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Cote", "last": "Cherry" }, "company": "OVERFORK" }, { "id": "55de4a4b44f640480034262d", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Marisol", "last": "Curtis" }, "company": "MARVANE" }, { "id": "55de4a4b511f0288aad6ce21", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Juliette", "last": "Preston" }, "company": "RECRISYS" }, { "id": "55de4a4bda1817cca7e43132", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Robinson", "last": "Stephens" }, "company": "SCENTY" }, { "id": "55de4a4b9b069e79946563d2", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Katherine", "last": "Nguyen" }, "company": "EPLODE" }, { "id": "55de4a4b441d768e46093fe6", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Kirby", "last": "Miller" }, "company": "INFOTRIPS" }, { "id": "55de4a4b31a30e56c8d6769e", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Audra", "last": "Macdonald" }, "company": "ACRODANCE" }, { "id": "55de4a4b5337edd3eb5ae299", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Snider", "last": "Mckay" }, "company": "QUARX" }, { "id": "55de4a4bb603b40156a14703", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Dudley", "last": "Perkins" }, "company": "PORTALIS" }, { "id": "55de4a4bd6f53d921dce2ea0", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Maryanne", "last": "Ellis" }, "company": "ISBOL" }, { "id": "55de4a4b4429cc5dc34af15b", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Claudette", "last": "Randolph" }, "company": "ZOARERE" }, { "id": "55de4a4b874417d6f1fcf643", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Osborn", "last": "Russo" }, "company": "DIGITALUS" }, { "id": "55de4a4b895e07dc39f74c01", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Linda", "last": "Whitney" }, "company": "PORTICO" }, { "id": "55de4a4bacfcd6c50eb01383", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Maricela", "last": "Fernandez" }, "company": "QUALITERN" }, { "id": "55de4a4bb243125055924437", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Bean", "last": "Hopper" }, "company": "COMVEYER" }, { "id": "55de4a4b1db1ca4c0e958789", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Rojas", "last": "Romero" }, "company": "GROK" }, { "id": "55de4a4b9039129880e36922", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Celina", "last": "Wiley" }, "company": "MIXERS" }, { "id": "55de4a4b425a2a02011d492d", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Dodson", "last": "Cobb" }, "company": "SIGNITY" }, { "id": "55de4a4b837cdd4c08205b9e", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Patel", "last": "Morrison" }, "company": "TRASOLA" }, { "id": "55de4a4b2f7f6478b5518cff", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Garcia", "last": "Williams" }, "company": "ZOLAVO" }, { "id": "55de4a4b63595c0c28098c44", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Owens", "last": "Fleming" }, "company": "DANJA" }, { "id": "55de4a4b4a8318b648b0fa0f", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Kaufman", "last": "Leonard" }, "company": "DARWINIUM" }, { "id": "55de4a4ba2dc9da35d831e55", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Dolores", "last": "Acosta" }, "company": "BLURRYBUS" }, { "id": "55de4a4b02aae034c6c3fb5c", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Jacobs", "last": "Boyd" }, "company": "SLUMBERIA" }, { "id": "55de4a4bf6203349769ff97d", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Glenda", "last": "Sawyer" }, "company": "ETERNIS" }, { "id": "55de4a4b858e91c95d6725b1", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Melva", "last": "Chandler" }, "company": "HALAP" }, { "id": "55de4a4bacc4c8aa435fe6d5", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Wiley", "last": "Weaver" }, "company": "COMCUBINE" }, { "id": "55de4a4bd0768a7cd1684374", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Levine", "last": "Short" }, "company": "ZENSOR" }, { "id": "55de4a4b96298e5de9d13c49", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Carpenter", "last": "Morrow" }, "company": "EARTHPURE" }, { "id": "55de4a4beda261edd33092e8", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Pace", "last": "Cooley" }, "company": "COMFIRM" }, { "id": "55de4a4b3e30aa036759de1f", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Maryann", "last": "Burke" }, "company": "BIZMATIC" }, { "id": "55de4a4bd386fa230410ddc3", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Martin", "last": "Carson" }, "company": "EWEVILLE" }, { "id": "55de4a4be88c3efdbf285009", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Gilbert", "last": "Dejesus" }, "company": "MICROLUXE" }, { "id": "55de4a4bb0f3ef122822af4e", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Alice", "last": "Montoya" }, "company": "DRAGBOT" }, { "id": "55de4a4bfcaf47fc273efff6", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Baker", "last": "Mcbride" }, "company": "AUSTEX" }, { "id": "55de4a4bbadb9d74936a33c9", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Parker", "last": "Thornton" }, "company": "ZYTRAX" }, { "id": "55de4a4b60c878f830d95fb6", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Carmen", "last": "Guy" }, "company": "OLYMPIX" }, { "id": "55de4a4b653424ae9f7003b3", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Lenora", "last": "Weiss" }, "company": "EXOTECHNO" }, { "id": "55de4a4b5bcd0b442d5bf2fb", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Sweet", "last": "Haley" }, "company": "DAIDO" }, { "id": "55de4a4b492e8a1b67a05bbf", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Isabelle", "last": "Juarez" }, "company": "NETERIA" }, { "id": "55de4a4b7dbcc2469bf7e59b", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Melinda", "last": "Navarro" }, "company": "PYRAMIA" }, { "id": "55de4a4bdbfccd7875db5af5", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Lindsey", "last": "Terrell" }, "company": "UNIWORLD" }, { "id": "55de4a4b853d9d27e3f18247", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Ingrid", "last": "Beck" }, "company": "CENTICE" }, { "id": "55de4a4bb4b7631f9f350959", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Madden", "last": "Burns" }, "company": "EMPIRICA" }, { "id": "55de4a4b7ce0d015aa595b65", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Vasquez", "last": "Howell" }, "company": "ENTHAZE" }, { "id": "55de4a4b2188beb15bcbe0e0", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Hattie", "last": "Pickett" }, "company": "NORALEX" }, { "id": "55de4a4b6a0c63e5de6bd84c", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Lloyd", "last": "Buckley" }, "company": "MOREGANIC" }, { "id": "55de4a4b4bb551e305efb46c", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Mcgowan", "last": "Maddox" }, "company": "MENBRAIN" }, { "id": "55de4a4bc7f7a565b6ba5af4", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Frank", "last": "Fitzgerald" }, "company": "ZENSUS" }, { "id": "55de4a4b85aa4200db2d8e7a", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Earlene", "last": "Harper" }, "company": "ARCTIQ" }, { "id": "55de4a4b5cf15f57effc1827", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Merle", "last": "Yates" }, "company": "RECOGNIA" }, { "id": "55de4a4b2502677b92550b85", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Jayne", "last": "Roy" }, "company": "ANOCHA" }, { "id": "55de4a4b934dc9b19d080da6", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Livingston", "last": "Sanchez" }, "company": "BICOL" }, { "id": "55de4a4b4d09e977eb00196c", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Rivas", "last": "Daugherty" }, "company": "FURNAFIX" }, { "id": "55de4a4b04da4ca14ceb71af", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Grace", "last": "Gilmore" }, "company": "BUZZMAKER" }, { "id": "55de4a4b29826f01bc943837", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Knight", "last": "Carpenter" }, "company": "CONFERIA" }, { "id": "55de4a4be19271e2260cd153", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Roman", "last": "Wilkins" }, "company": "EARTHWAX" }, { "id": "55de4a4bc5b8fe72d908370c", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Ashlee", "last": "Abbott" }, "company": "IPLAX" }, { "id": "55de4a4b523247376f301c50", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Gayle", "last": "Roberson" }, "company": "EXTRAGEN" }, { "id": "55de4a4be223e075b1fded58", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Weber", "last": "Noble" }, "company": "XIIX" }, { "id": "55de4a4be1b2cb8b614f52eb", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Taylor", "last": "Carter" }, "company": "PATHWAYS" }, { "id": "55de4a4b80ca543f73b13327", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Butler", "last": "George" }, "company": "GEEKOLA" }, { "id": "55de4a4b358b0b2ef743dac5", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Salas", "last": "Christian" }, "company": "MANTRIX" }, { "id": "55de4a4b02c673a9f72b9024", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Case", "last": "Horn" }, "company": "ARTIQ" }, { "id": "55de4a56bcfb54d4813bf7eb", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Brewer", "last": "Mays" }, "company": "BLURRYBUS" }, { "id": "55de4a56b2af37512ccbb1f8", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Lesley", "last": "Cervantes" }, "company": "FURNITECH" }, { "id": "55de4a560dcaf23808f36ae1", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Rivera", "last": "Battle" }, "company": "ACRUEX" }, { "id": "55de4a567f407d1e4fa404c6", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Huber", "last": "Knapp" }, "company": "ENERSOL" }, { "id": "55de4a56a1d62132bfa9b8a1", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Marva", "last": "Gonzales" }, "company": "VERTIDE" }, { "id": "55de4a56715e1bcb17212e62", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Addie", "last": "Gross" }, "company": "VURBO" }, { "id": "55de4a563bae83bc3ee5d51d", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Kristen", "last": "Burt" }, "company": "ATGEN" }, { "id": "55de4a56ec7ca85b0ce5ff3f", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Kristine", "last": "Fuentes" }, "company": "IMMUNICS" }, { "id": "55de4a5665ea8c2234b4b27e", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Francis", "last": "Mercer" }, "company": "EARWAX" }, { "id": "55de4a5628c464a1574075f0", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Ericka", "last": "Wolfe" }, "company": "RODEOLOGY" }, { "id": "55de4a5690d86fc963f5da11", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Sybil", "last": "Spencer" }, "company": "GEOSTELE" }, { "id": "55de4a5614c36460023959d2", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Saundra", "last": "Vang" }, "company": "XURBAN" }, { "id": "55de4a5602171a7c249f221b", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Lolita", "last": "Robinson" }, "company": "DEEPENDS" }, { "id": "55de4a56b81fc67544f5e94d", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Miranda", "last": "Whitehead" }, "company": "VENDBLEND" }, { "id": "55de4a5601c7680763f58332", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Lily", "last": "Vazquez" }, "company": "FREAKIN" }, { "id": "55de4a5601638417e98af9e7", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Josefa", "last": "Small" }, "company": "PHEAST" }, { "id": "55de4a561bfa5845d01d56c2", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Morrison", "last": "Tucker" }, "company": "TOYLETRY" }, { "id": "55de4a561b6df121f39df957", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Flynn", "last": "Rosales" }, "company": "ZILLAR" }, { "id": "55de4a5663f7ab00a87a15d3", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Riley", "last": "Ray" }, "company": "SYBIXTEX" }, { "id": "55de4a56ef01c7f8f8b7fb7f", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Flowers", "last": "Cleveland" }, "company": "GLUID" }, { "id": "55de4a5637f0e8a16bce6886", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Ellison", "last": "Stewart" }, "company": "KIDSTOCK" }, { "id": "55de4a5627bc823f16b414fc", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Simpson", "last": "Benson" }, "company": "ACCUFARM" }, { "id": "55de4a56e1876d623942d548", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Miranda", "last": "Obrien" }, "company": "EWAVES" }, { "id": "55de4a56db1b7c6e46a50450", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Moss", "last": "Mcclain" }, "company": "PROTODYNE" }, { "id": "55de4a561ecf2b55982da86e", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Rich", "last": "Holman" }, "company": "VIOCULAR" }, { "id": "55de4a560a5b88245c44bf28", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Sheree", "last": "Romero" }, "company": "SNIPS" }, { "id": "55de4a56880b581546e07e20", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Alexandria", "last": "Gilliam" }, "company": "DECRATEX" }, { "id": "55de4a5675d858cd65715a15", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Twila", "last": "Ayers" }, "company": "BIOHAB" }, { "id": "55de4a56e5eba94d19a761bf", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Stark", "last": "Avery" }, "company": "ZENTIME" }, { "id": "55de4a56dbf764b815cb9e2f", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Heather", "last": "Stevens" }, "company": "DYNO" }, { "id": "55de4a56e71bccaab110fc85", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Robin", "last": "Barrett" }, "company": "SKINSERVE" }, { "id": "55de4a56948354da18eb1cdd", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Adeline", "last": "Waters" }, "company": "COMTOURS" }, { "id": "55de4a5604c57721e4adbae2", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Lora", "last": "Byers" }, "company": "MANGLO" }, { "id": "55de4a568d794ac07134f07f", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Hartman", "last": "Sheppard" }, "company": "CHILLIUM" }, { "id": "55de4a56babcec754e0f5328", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Blankenship", "last": "Knight" }, "company": "UNISURE" }, { "id": "55de4a56c8a5040751db8677", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Madge", "last": "Faulkner" }, "company": "ENOMEN" }, { "id": "55de4a563b9072df900ca713", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Deanna", "last": "Montoya" }, "company": "ESCHOIR" }, { "id": "55de4a562ea7c33dbbea7d89", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Sutton", "last": "Bender" }, "company": "MOMENTIA" }, { "id": "55de4a562b22e5ac5e5c1e90", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Stefanie", "last": "Acevedo" }, "company": "COMVEYOR" }, { "id": "55de4a564c1c60e5e7d7dd56", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Lelia", "last": "Barker" }, "company": "PROSELY" }, { "id": "55de4a5638ba3a9191a3ec68", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Benjamin", "last": "Deleon" }, "company": "SUREMAX" }, { "id": "55de4a567f96d8c4e8be942f", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Elinor", "last": "Reynolds" }, "company": "QUILITY" }, { "id": "55de4a56951599d64e6094f3", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Jacklyn", "last": "Mckee" }, "company": "JOVIOLD" }, { "id": "55de4a5636e70267f7496710", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Jamie", "last": "Peck" }, "company": "DUFLEX" }, { "id": "55de4a5697c870fd1f679c40", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Kane", "last": "Casey" }, "company": "ASSISTIX" }, { "id": "55de4a5667632b48bce1ddb6", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Booker", "last": "Freeman" }, "company": "ANDERSHUN" }, { "id": "55de4a5614861ecb26465820", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Hayes", "last": "Mercado" }, "company": "SENMAO" }, { "id": "55de4a5688810de40cc2cef8", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Caroline", "last": "Beard" }, "company": "IMAGEFLOW" }, { "id": "55de4a560dc34bc52e01fd85", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Mcconnell", "last": "Morton" }, "company": "GORGANIC" }, { "id": "55de4a56c3858f80fe16f43c", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Gracie", "last": "Moss" }, "company": "VIDTO" }, { "id": "55de4a57269b23bb9fc59151", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Iva", "last": "Cherry" }, "company": "COMVENE" }, { "id": "55de4a5781f5784561577282", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Deirdre", "last": "Marks" }, "company": "MARVANE" }, { "id": "55de4a57bbe63bba9ac27b8b", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Janice", "last": "Skinner" }, "company": "BLUEGRAIN" }, { "id": "55de4a5764cb6db543e03274", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Keith", "last": "Martinez" }, "company": "EXTRAWEAR" }, { "id": "55de4a57d926bdd7fa0923ff", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Eliza", "last": "Bolton" }, "company": "ZENTIX" }, { "id": "55de4a5754182ad1500ffc5a", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Valencia", "last": "Cabrera" }, "company": "GUSHKOOL" }, { "id": "55de4a57e459c42410b4034a", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Wilcox", "last": "House" }, "company": "KIDGREASE" }, { "id": "55de4a57cf8edfff02f1349e", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Chambers", "last": "Richmond" }, "company": "OHMNET" }, { "id": "55de4a5729f29e511351d57a", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Gibbs", "last": "Price" }, "company": "SULTRAXIN" }, { "id": "55de4a57a0adb34df0e38732", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Robles", "last": "Rowe" }, "company": "LUMBREX" }, { "id": "55de4a57ebe5a86b774c4d2f", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Andrews", "last": "Noel" }, "company": "NEXGENE" }, { "id": "55de4a57ab59bc5905a4449d", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Olson", "last": "Velez" }, "company": "CUBICIDE" }, { "id": "55de4a574836de2edb8b0cbe", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Calderon", "last": "Callahan" }, "company": "MANTRO" }, { "id": "55de4a57c1769692af6eee27", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Woodward", "last": "Dominguez" }, "company": "BOINK" }, { "id": "55de4a571e9b1a41429e391c", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Velez", "last": "Burnett" }, "company": "WARETEL" }, { "id": "55de4a57598e2c355d2edcd7", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Rene", "last": "Brock" }, "company": "DANCERITY" }, { "id": "55de4a57254da475adb04130", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Laverne", "last": "David" }, "company": "BARKARAMA" }, { "id": "55de4a57b4ad6d99658a7e99", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Gamble", "last": "Hunter" }, "company": "TELEPARK" }, { "id": "55de4a57fb02affd085967f3", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Jarvis", "last": "Vasquez" }, "company": "TETAK" }, { "id": "55de4a57eac47c25fd394f4e", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Carson", "last": "Porter" }, "company": "ELECTONIC" }, { "id": "55de4a575c510d6145967219", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Yang", "last": "Wiley" }, "company": "PEARLESEX" }, { "id": "55de4a57669b68324598455b", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Fischer", "last": "Colon" }, "company": "MOBILDATA" }, { "id": "55de4a579ab651cf1705c715", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Floyd", "last": "Kinney" }, "company": "ZENCO" }, { "id": "55de4a5729e1097687d53877", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Margaret", "last": "Nixon" }, "company": "ZEAM" }, { "id": "55de4a57be076a748a380c26", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Naomi", "last": "Curry" }, "company": "SENSATE" }, { "id": "55de4a57bdb465fcf54acd35", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Cash", "last": "Pruitt" }, "company": "PANZENT" }, { "id": "55de4a57b046c8de82e907bd", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Townsend", "last": "Woodard" }, "company": "KYAGURU" }, { "id": "55de4a57e70ffb9caef48468", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Meyers", "last": "Long" }, "company": "ZAGGLE" }, { "id": "55de4a5760d827bacfdefb97", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Deleon", "last": "Lopez" }, "company": "HOMELUX" }, { "id": "55de4a5746c05f3983d00215", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Casey", "last": "Butler" }, "company": "ISODRIVE" }, { "id": "55de4a57fe843f2d63263b1b", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Angela", "last": "Hutchinson" }, "company": "WATERBABY" }, { "id": "55de4a57ede16995ee7ded1b", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Shari", "last": "Jacobs" }, "company": "PAWNAGRA" }, { "id": "55de4a579626da688c9db83c", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Rosanne", "last": "Espinoza" }, "company": "NEOCENT" }, { "id": "55de4a57d8b42376037f6fb9", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Susanne", "last": "Estrada" }, "company": "BRAINCLIP" }, { "id": "55de4a5768245699ca14cc4e", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Rowland", "last": "Wheeler" }, "company": "ZILLATIDE" }, { "id": "55de4a577dc2d60a8d18a57a", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Brooke", "last": "Gonzalez" }, "company": "EBIDCO" }, { "id": "55de4a5755a8c19faec8cf68", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Ross", "last": "York" }, "company": "RECOGNIA" }, { "id": "55de4a578f602b4ee944fb13", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Gloria", "last": "Quinn" }, "company": "KINETICA" }, { "id": "55de4a57fefcedad7f5bb8eb", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Heidi", "last": "Diaz" }, "company": "PODUNK" }, { "id": "55de4a5766bed4237a99c902", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Elvira", "last": "Cooper" }, "company": "DIGIGEN" }, { "id": "55de4a57edc126aca7873bd2", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Sheila", "last": "Lester" }, "company": "ZILODYNE" }, { "id": "55de4a57878ae290a6d5f203", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Darcy", "last": "Roman" }, "company": "UNIA" }, { "id": "55de4a57c0084d4ad4aa831c", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Brandi", "last": "Sherman" }, "company": "ECLIPTO" }, { "id": "55de4a571f098571f099334e", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Caitlin", "last": "Bright" }, "company": "EYERIS" }, { "id": "55de4a57070e5b6d4875536b", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Janet", "last": "Livingston" }, "company": "SURELOGIC" }, { "id": "55de4a5778e8b507a76b2c81", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Reilly", "last": "Pierce" }, "company": "EARBANG" }, { "id": "55de4a5739ab0c3ad148c7c0", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Amelia", "last": "Sosa" }, "company": "MACRONAUT" }, { "id": "55de4a57f808495fb9a4b6c8", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Aline", "last": "Vinson" }, "company": "INTRADISK" }, { "id": "55de4a572698101dc675f634", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Patrice", "last": "Snow" }, "company": "HYDROCOM" }, { "id": "55de4a57b4db0a518f230a4f", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Fletcher", "last": "Washington" }, "company": "ORBIFLEX" }, { "id": "55de4a60940ad15dec8f892a", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Marcella", "last": "Wheeler" }, "company": "PEARLESEX" }, { "id": "55de4a60cb264c360ebbf399", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Glass", "last": "Glass" }, "company": "IMANT" }, { "id": "55de4a60fa684d1df78392d7", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Bird", "last": "Solomon" }, "company": "DIGIGENE" }, { "id": "55de4a6064a56868d2f87a54", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Galloway", "last": "Vang" }, "company": "SLOFAST" }, { "id": "55de4a60c215ced84016e280", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Lottie", "last": "Petersen" }, "company": "MOTOVATE" }, { "id": "55de4a60f313d8da5b4493a6", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Huff", "last": "Stevenson" }, "company": "HATOLOGY" }, { "id": "55de4a6067cb75c23e874e7d", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Phoebe", "last": "Compton" }, "company": "SPLINX" }, { "id": "55de4a60c57eca781ecd496b", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Dunn", "last": "Mccarty" }, "company": "MAKINGWAY" }, { "id": "55de4a60010904c55bf5db95", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Estrada", "last": "Velez" }, "company": "MEGALL" }, { "id": "55de4a6064aa49783747818d", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Young", "last": "Vargas" }, "company": "COMTRAIL" }, { "id": "55de4a6021007845d0685c88", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Graves", "last": "Garcia" }, "company": "UBERLUX" }, { "id": "55de4a60f433b4f069c2cc7c", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Oneal", "last": "Ingram" }, "company": "SILODYNE" }, { "id": "55de4a60018fa7edec70cfda", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Giles", "last": "Reid" }, "company": "SINGAVERA" }, { "id": "55de4a6005073d12ef86d714", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Jenkins", "last": "Massey" }, "company": "GINKLE" }, { "id": "55de4a60da7f4ac3196489d1", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Antoinette", "last": "Larsen" }, "company": "INFOTRIPS" }, { "id": "55de4a6058f90b628c311e9e", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Goodman", "last": "Middleton" }, "company": "HONOTRON" }, { "id": "55de4a6092b31f7105966a1a", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Rosalyn", "last": "Oneal" }, "company": "ENQUILITY" }, { "id": "55de4a60af4a785a68f8821f", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Joyner", "last": "Holmes" }, "company": "APEXTRI" }, { "id": "55de4a60d1346d20318074b2", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Gilda", "last": "Macdonald" }, "company": "PORTALINE" }, { "id": "55de4a60eb3b80c7d9c66aed", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Adele", "last": "Bridges" }, "company": "PROFLEX" }, { "id": "55de4a6011e3d86735b516db", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Charlotte", "last": "Burton" }, "company": "IPLAX" }, { "id": "55de4a6040ccc7932151b131", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Wilma", "last": "Sheppard" }, "company": "GLOBOIL" }, { "id": "55de4a609ee71421bf609a4b", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Therese", "last": "George" }, "company": "HYPLEX" }, { "id": "55de4a604bfeb4fb5ff62e98", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Lorene", "last": "Rosales" }, "company": "SPRINGBEE" }, { "id": "55de4a604a878620ace948c7", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Alana", "last": "Harvey" }, "company": "EARTHPLEX" }, { "id": "55de4a60681f7e75d2a2f4a4", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Holcomb", "last": "Salinas" }, "company": "CIRCUM" }, { "id": "55de4a609167a80d79fa4093", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Rios", "last": "Wood" }, "company": "RONELON" }, { "id": "55de4a60ffa6e634406b169f", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Sims", "last": "Hunter" }, "company": "COFINE" }, { "id": "55de4a60df6485488af7693d", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Garrett", "last": "Fields" }, "company": "ZIPAK" }, { "id": "55de4a6013c03f33690f1f21", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Gayle", "last": "Byers" }, "company": "DIGITALUS" }, { "id": "55de4a6011068a403ea39f85", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Sampson", "last": "Justice" }, "company": "ORBIXTAR" }, { "id": "55de4a609949923b01c75a17", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Whitehead", "last": "Stein" }, "company": "COLAIRE" }, { "id": "55de4a6054c90f0cd36b196d", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Anderson", "last": "Thornton" }, "company": "BALUBA" }, { "id": "55de4a6098bfd9d58658b859", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Boyer", "last": "Rowe" }, "company": "COMVEYOR" }, { "id": "55de4a60392218648df763a4", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Delaney", "last": "Clayton" }, "company": "CAXT" }, { "id": "55de4a602a398ba1a72609f6", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Poole", "last": "Lara" }, "company": "GEEKUS" }, { "id": "55de4a6032d35f81621f7fee", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Joseph", "last": "Fleming" }, "company": "TSUNAMIA" }, { "id": "55de4a60249f56a8940ee235", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Mosley", "last": "Mejia" }, "company": "KAGE" }, { "id": "55de4a6085bc8944a4273881", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Best", "last": "Hull" }, "company": "TROLLERY" }, { "id": "55de4a603f32fb70ada0e6ce", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Letha", "last": "Castro" }, "company": "ISOSTREAM" }, { "id": "55de4a6026407c2f0eff6173", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Noemi", "last": "Larson" }, "company": "KOOGLE" }, { "id": "55de4a606163518a3a21a2b6", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Angelina", "last": "Burt" }, "company": "EWAVES" }, { "id": "55de4a60e22ae5081a03e14a", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Cecelia", "last": "Benson" }, "company": "FANFARE" }, { "id": "55de4a60d49eaad262e3756b", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Savage", "last": "Warren" }, "company": "EQUITAX" }, { "id": "55de4a6084ab2a3f3fe6ae55", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Marsh", "last": "Anderson" }, "company": "TOYLETRY" }, { "id": "55de4a602e939b9ed73121e6", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Jeanne", "last": "Mason" }, "company": "XERONK" }, { "id": "55de4a60e3323fee80a5d5d9", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Keisha", "last": "Mills" }, "company": "SLOGANAUT" }, { "id": "55de4a60a2d00d499f516fa9", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Leticia", "last": "Waller" }, "company": "ZENSUS" }, { "id": "55de4a6021663ccc4e91d083", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Eliza", "last": "Hogan" }, "company": "GENMY" }, { "id": "55de4a60c538873a5fb7e4a7", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Saundra", "last": "Drake" }, "company": "PODUNK" }, { "id": "55de4a60399f859828e038c1", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Hendrix", "last": "Mays" }, "company": "PETICULAR" }, { "id": "55de4a60162bb7bc54d6474e", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Maritza", "last": "Pruitt" }, "company": "ISOTRACK" }, { "id": "55de4a6044f327c6348b1520", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Kayla", "last": "Pugh" }, "company": "GEEKNET" }, { "id": "55de4a60b3cc3c6cc8d0a080", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Alexandra", "last": "Chan" }, "company": "ENOMEN" }, { "id": "55de4a604ea8f597df0f29c0", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Phyllis", "last": "Pierce" }, "company": "TETRATREX" }, { "id": "55de4a6028b14e84ba5beaa3", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Shawna", "last": "Whitfield" }, "company": "MINGA" }, { "id": "55de4a60395ebb4bedb14e99", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Mcdaniel", "last": "Mclaughlin" }, "company": "CRUSTATIA" }, { "id": "55de4a60fb5c6660e4bf1621", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Mendez", "last": "Short" }, "company": "VERTIDE" }, { "id": "55de4a608f86566eadae8870", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Bond", "last": "Weber" }, "company": "PREMIANT" }, { "id": "55de4a6006a11d42de1aeb35", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Rosanne", "last": "Dickson" }, "company": "SCHOOLIO" }, { "id": "55de4a60f1ef362e7a6975c0", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Marie", "last": "Charles" }, "company": "DATAGENE" }, { "id": "55de4a600314b26321856d14", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Milagros", "last": "Bonner" }, "company": "GEOFARM" }, { "id": "55de4a608464946bd72515cc", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Wade", "last": "Travis" }, "company": "TRI@TRIBALOG" }, { "id": "55de4a609731546705d929e9", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Wood", "last": "Luna" }, "company": "ECLIPSENT" }, { "id": "55de4a609cc40eaa8a803444", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Dianne", "last": "Contreras" }, "company": "NEOCENT" }, { "id": "55de4a603d8e427a5fb554ae", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Banks", "last": "Mullins" }, "company": "GOGOL" }, { "id": "55de4a60b0b90256f50f7913", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Eileen", "last": "Barlow" }, "company": "HINWAY" }, { "id": "55de4a605c9b24eaf8f80996", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Chapman", "last": "Fischer" }, "company": "COMTRAK" }, { "id": "55de4a6000fe5dbb3a1efafa", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Valentine", "last": "Williamson" }, "company": "COMFIRM" }, { "id": "55de4a6065c5d2fa80da15d8", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Lavonne", "last": "Norris" }, "company": "TASMANIA" }, { "id": "55de4a60052b4ed45d6fdb59", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Robbins", "last": "Silva" }, "company": "PLEXIA" }, { "id": "55de4a6069bf0f998d52d765", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Haney", "last": "Richard" }, "company": "UXMOX" }, { "id": "55de4a608eeccb949b9ff9fe", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Mcbride", "last": "Melton" }, "company": "IZZBY" }, { "id": "55de4a60cbfd2731b39dfb16", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Joyce", "last": "Cameron" }, "company": "QUAREX" }, { "id": "55de4a6015fd3975cb4369b9", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Lorraine", "last": "Dean" }, "company": "ISIS" }, { "id": "55de4a60172352434d16d604", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Suarez", "last": "Klein" }, "company": "EXPOSA" }, { "id": "55de4a60cbc6d1a961dd71be", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Ashley", "last": "Sears" }, "company": "TYPHONICA" }, { "id": "55de4a609fcc50f0d5965ad0", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Effie", "last": "Butler" }, "company": "ORBEAN" }, { "id": "55de4a60df9178caf82a2444", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Latisha", "last": "Foreman" }, "company": "UTARA" }, { "id": "55de4a60e7ecf2662fc8659e", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Chavez", "last": "Oconnor" }, "company": "ACRODANCE" }, { "id": "55de4a60b1f06983f27545a9", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Gallegos", "last": "Cleveland" }, "company": "SURETECH" }, { "id": "55de4a60239142487ac0cd2f", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Nadia", "last": "Salas" }, "company": "EMERGENT" }, { "id": "55de4a604b8c3ffcb48cde73", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Lorena", "last": "Glenn" }, "company": "OTHERSIDE" }, { "id": "55de4a60beb47596bc42d474", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Corine", "last": "Petty" }, "company": "QUILM" }, { "id": "55de4a6059831e8086387f05", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Johanna", "last": "Kramer" }, "company": "COMTREK" }, { "id": "55de4a60f654a0e64a795902", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Danielle", "last": "Watson" }, "company": "MOREGANIC" }, { "id": "55de4a60d0c6bda6a0b6a7a6", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Forbes", "last": "Haley" }, "company": "ENDIPIN" }, { "id": "55de4a60e1fa047e36d33f95", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Sybil", "last": "Turner" }, "company": "KINETICA" }, { "id": "55de4a601f3fd335ed635487", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Howe", "last": "Fry" }, "company": "SKYPLEX" }, { "id": "55de4a60e32eaa153efeeaa4", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Booker", "last": "Lindsay" }, "company": "CINCYR" }, { "id": "55de4a60de491c997a4e6a1a", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Foreman", "last": "Stuart" }, "company": "ACCUPHARM" }, { "id": "55de4a60b2d0d274618c29ee", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Elisa", "last": "Hill" }, "company": "CANDECOR" }, { "id": "55de4a605f66bd70dc825890", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Cherie", "last": "Strickland" }, "company": "ECRATIC" }, { "id": "55de4a609ff93dc890b14fff", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Alyson", "last": "May" }, "company": "KEEG" }, { "id": "55de4a60863f8ac478b64649", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Lindsey", "last": "Dennis" }, "company": "LIQUIDOC" }, { "id": "55de4a60377c00fafdabd43b", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Kinney", "last": "Herring" }, "company": "OVERFORK" }, { "id": "55de4a6085694d3e69fd2055", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Jill", "last": "Dillard" }, "company": "RECOGNIA" }, { "id": "55de4a60529c50e9fe68c4c0", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Essie", "last": "Chandler" }, "company": "ZIDOX" }, { "id": "55de4a602ed1523885a9bcf5", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Zamora", "last": "Beck" }, "company": "DYNO" }, { "id": "55de4a60d9f78a70ddfda096", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Dolly", "last": "Flynn" }, "company": "WARETEL" }, { "id": "55de4aa8007c0744b3ddd5bb", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Janine", "last": "Avery" }, "company": "SARASONIC" }, { "id": "55de4aa8e9cdf8d1b5a7350f", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Charity", "last": "Hampton" }, "company": "ULTRIMAX" }, { "id": "55de4aa8e2c56651e2820c24", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Brittany", "last": "Casey" }, "company": "KINETICUT" }, { "id": "55de4aa8ece2abe1a6d73dc6", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Harding", "last": "Sargent" }, "company": "QUONK" }, { "id": "55de4aa80173ce6f4482c629", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Melba", "last": "Phelps" }, "company": "UPLINX" }, { "id": "55de4aa82a153ea9e3daba21", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Carr", "last": "Horn" }, "company": "BOLAX" }, { "id": "55de4aa8fd821bfe60bb2428", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Vance", "last": "Carey" }, "company": "TYPHONICA" }, { "id": "55de4aa8c191099b102787ba", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Verna", "last": "Carver" }, "company": "NETBOOK" }, { "id": "55de4aa89efd66827ff68f7e", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Mcleod", "last": "Bates" }, "company": "TASMANIA" }, { "id": "55de4aa8580882d844c106a4", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Trisha", "last": "Olsen" }, "company": "POLARAX" }, { "id": "55de4aa816405f38d348325a", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Phoebe", "last": "French" }, "company": "FIREWAX" }, { "id": "55de4aa8b97bab706adc2353", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Sellers", "last": "Stafford" }, "company": "POLARIA" }, { "id": "55de4aa8bcb03c743fa96774", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Tyler", "last": "Delacruz" }, "company": "EXERTA" }, { "id": "55de4aa8abc6478b611fa762", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Nell", "last": "Berg" }, "company": "PLASTO" }, { "id": "55de4aa8aa524da976c67303", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Ilene", "last": "Cherry" }, "company": "SENMAO" }, { "id": "55de4aa8555f40af788a7116", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Penelope", "last": "Wiggins" }, "company": "EZENT" }, { "id": "55de4aa87c5c5487d6097691", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Finley", "last": "Gilliam" }, "company": "VIXO" }, { "id": "55de4aa86c4f9d4057e29ca6", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Alice", "last": "Rowe" }, "company": "FURNIGEER" }, { "id": "55de4aa86d94dcf43254c284", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Tameka", "last": "Hays" }, "company": "REVERSUS" }, { "id": "55de4aa8449368cc81bbb13c", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Bonner", "last": "Jimenez" }, "company": "DIGIFAD" }, { "id": "55de4aa823984477046519f5", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Chang", "last": "Michael" }, "company": "ZENOLUX" }, { "id": "55de4aa86b07db93d98c5b8b", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Roth", "last": "Mcclure" }, "company": "VALPREAL" }, { "id": "55de4aa8f6f1edaeb69b03d1", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Rosa", "last": "Barr" }, "company": "NIXELT" }, { "id": "55de4aa8c3eae07504410a47", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Mattie", "last": "Justice" }, "company": "OULU" }, { "id": "55de4aa89c3cca2955883ac6", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Tamara", "last": "Meadows" }, "company": "RETRACK" }, { "id": "55de4aa87abf15dc2fe21235", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Dina", "last": "Hardy" }, "company": "ANIXANG" }, { "id": "55de4aa83f9f5613bb858104", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Hobbs", "last": "Carson" }, "company": "TECHADE" }, { "id": "55de4aa82b48189606be42ff", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Jeannie", "last": "Torres" }, "company": "NEOCENT" }, { "id": "55de4aa84183fbd2a58db3a9", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Rogers", "last": "Mcintyre" }, "company": "SNIPS" }, { "id": "55de4aa8bf0676e53bbe9839", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Margery", "last": "Sullivan" }, "company": "FILODYNE" }, { "id": "55de4aa8ae782b371cfab002", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Tara", "last": "West" }, "company": "ISONUS" }, { "id": "55de4aa87f6f23ad8431f0db", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Ana", "last": "Petersen" }, "company": "ONTAGENE" }, { "id": "55de4aa8ccd3343b361c01c8", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Hurst", "last": "Bender" }, "company": "PREMIANT" }, { "id": "55de4aa8c2077afbe3ac746d", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Clarissa", "last": "Perez" }, "company": "GEOSTELE" }, { "id": "55de4aa828318618942e6cad", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Casey", "last": "Jacobson" }, "company": "SUSTENZA" }, { "id": "55de4aa87919ce31990a5f2b", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Levy", "last": "Gibbs" }, "company": "GINKOGENE" }, { "id": "55de4aa8a5e6c8d5057b158c", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Fitzgerald", "last": "Mccray" }, "company": "GEEKMOSIS" }, { "id": "55de4aa819fa22ef30dc37dc", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Ramirez", "last": "Witt" }, "company": "SPRINGBEE" }, { "id": "55de4aa846787ea575d9be4d", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Emerson", "last": "Emerson" }, "company": "MIRACLIS" }, { "id": "55de4aa8e87b3dd3c38f2d1c", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Matthews", "last": "Strong" }, "company": "INTRADISK" }, { "id": "55de4aa874dc02fa5b52f625", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Sonya", "last": "Valencia" }, "company": "BLANET" }, { "id": "55de4aa86cf4583d8b58b74e", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Tisha", "last": "Kelly" }, "company": "LIMAGE" }, { "id": "55de4aa810034a57457be03e", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Roxie", "last": "Stark" }, "company": "AUSTEX" }, { "id": "55de4aa898f772f08bf2a1e5", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Wyatt", "last": "Rodriguez" }, "company": "ZAPPIX" }, { "id": "55de4aa8f99dccc85a1bc619", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Leann", "last": "Miranda" }, "company": "ZOMBOID" }, { "id": "55de4aa8d99e1986b974a391", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Lourdes", "last": "Mercado" }, "company": "CALCU" }, { "id": "55de4aa8b8fa69558f2ee851", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Bradley", "last": "Wallace" }, "company": "MEDICROIX" }, { "id": "55de4aa897ca4e4f92e444b8", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Laverne", "last": "Raymond" }, "company": "PRIMORDIA" }, { "id": "55de4aa8ccc876ec0778e137", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Kirby", "last": "Villarreal" }, "company": "ISBOL" }, { "id": "55de4aa857466c18578784cb", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Christie", "last": "Baker" }, "company": "MEMORA" }, { "id": "55de4aa83c71aa058c718dac", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Maryann", "last": "Stokes" }, "company": "MUSANPOLY" }, { "id": "55de4aa82d67e3ef749504da", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Carpenter", "last": "Yates" }, "company": "ZIZZLE" }, { "id": "55de4aa817fa9ab9dc033da7", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Shelton", "last": "Luna" }, "company": "UNEEQ" }, { "id": "55de4aa818ff5e44c892ca8f", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Christian", "last": "Stephenson" }, "company": "KNEEDLES" }, { "id": "55de4aa849accf6b802731ec", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Leonor", "last": "Cervantes" }, "company": "CENTREE" }, { "id": "55de4aa8617c6cbabcca7fbb", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Neva", "last": "Burks" }, "company": "QUAREX" }, { "id": "55de4aa897a98827d2c52943", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Guzman", "last": "Fletcher" }, "company": "BIZMATIC" }, { "id": "55de4aa8eba8e53e3fc1a222", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Richmond", "last": "Molina" }, "company": "EURON" }, { "id": "55de4aa85f44258ad5dac719", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Susanne", "last": "Oconnor" }, "company": "EBIDCO" }, { "id": "55de4aa8d2da3e78dad3b569", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Kennedy", "last": "Watkins" }, "company": "GEEKOSIS" }, { "id": "55de4aa853ae1dd15b4fd459", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Ebony", "last": "Norton" }, "company": "ENDICIL" }, { "id": "55de4aa848fc0648a0ad5740", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Arlene", "last": "Jackson" }, "company": "ESCENTA" }, { "id": "55de4aa83dc05c62c9f9335b", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Alicia", "last": "Hull" }, "company": "VIAGRAND" }, { "id": "55de4aa8844783e2313550eb", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Williamson", "last": "Nelson" }, "company": "KIDSTOCK" }, { "id": "55de4aa84c240a2cb022434c", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Sheena", "last": "Harvey" }, "company": "COMBOGEN" }, { "id": "55de4aa8fe2d710ddec5eb7c", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Solis", "last": "Manning" }, "company": "MEDIOT" }, { "id": "55de4aa8ed0530793a52b0f4", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Carlson", "last": "Ferrell" }, "company": "LOVEPAD" }, { "id": "55de4aa8eb5faf236119f357", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Maricela", "last": "Bruce" }, "company": "EXOSWITCH" }, { "id": "55de4aa8ee098cd5b88fd26d", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Geraldine", "last": "Carpenter" }, "company": "SYNTAC" }, { "id": "55de4aa8a2e0b524d952455b", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Helga", "last": "Rivas" }, "company": "MANTRIX" }, { "id": "55de4aa85417b141d98d3e35", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Tina", "last": "Scott" }, "company": "MUSAPHICS" }, { "id": "55de4aa87389b43d8748ec3e", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Concetta", "last": "Koch" }, "company": "CYCLONICA" }, { "id": "55de4aa84cd67e1ac4082565", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Darcy", "last": "Kirk" }, "company": "SKYBOLD" }, { "id": "55de4aa82711747ed350ef18", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Calderon", "last": "Marks" }, "company": "ULTRASURE" }, { "id": "55de4aa866acb6c0ff36b271", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Ida", "last": "Hamilton" }, "company": "MINGA" }, { "id": "55de4aa865716557c9ba27b8", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Medina", "last": "Church" }, "company": "SLAMBDA" }, { "id": "55de4aa80bf32871c3b99427", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Forbes", "last": "Rodgers" }, "company": "ANDRYX" }, { "id": "55de4aa85057c7a500e1ed20", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Valentine", "last": "Christensen" }, "company": "LUXURIA" }, { "id": "55de4aa8d21d94802f1ee5a8", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Andrea", "last": "Riggs" }, "company": "ZENTRY" }, { "id": "55de4aa82f7b9890035d92fe", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Pauline", "last": "Hahn" }, "company": "YOGASM" }, { "id": "55de4aa85c09cdc68cebd8dd", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Janis", "last": "Lynn" }, "company": "GUSHKOOL" }, { "id": "55de4aa8edf91a94cfd99fbc", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Amparo", "last": "Park" }, "company": "DOGSPA" }, { "id": "55de4aa881665d8766ab0291", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Ortega", "last": "Price" }, "company": "BULLZONE" }, { "id": "55de4aa8571d90be7026abd8", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Cote", "last": "Alford" }, "company": "EXOPLODE" }, { "id": "55de4aa8103ff5d270fd95f8", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Elena", "last": "Clarke" }, "company": "ASSITIA" }, { "id": "55de4aa8836d933f9fab2519", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Wilkinson", "last": "Forbes" }, "company": "QIMONK" }, { "id": "55de4aa81836ae2f1a9277d4", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Griffin", "last": "Craft" }, "company": "ZILENCIO" }, { "id": "55de4aa81d8cc54a72b7cb9f", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Alvarado", "last": "Phillips" }, "company": "ACCRUEX" }, { "id": "55de4aa81325233963fb08c0", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Holloway", "last": "Montgomery" }, "company": "ORONOKO" }, { "id": "55de4aa88e6eacebf67f8787", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Jacobs", "last": "Greer" }, "company": "CEMENTION" }, { "id": "55de4aa82b1fd8a63969fbf8", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Petra", "last": "Clemons" }, "company": "ZILLACTIC" }, { "id": "55de4aa843f51469f62394dd", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Shields", "last": "Padilla" }, "company": "EQUITAX" }, { "id": "55de4aa8b6a25f0b5abb540c", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Patti", "last": "Kane" }, "company": "UTARIAN" }, { "id": "55de4aa89bcf62c290625804", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Vanessa", "last": "Preston" }, "company": "INSECTUS" }, { "id": "55de4aa853bbda39fcd3ea51", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Rosemarie", "last": "Curry" }, "company": "PASTURIA" }, { "id": "55de4aa882b7b1bdd5ee350a", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Virginia", "last": "Roberson" }, "company": "PORTICO" }, { "id": "55de4aa8696469528a8a709d", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Sandra", "last": "Zamora" }, "company": "IMPERIUM" }, { "id": "55de4aa86f976dec200d7cd8", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Samantha", "last": "Hopkins" }, "company": "ACUSAGE" }, { "id": "55de4aa8f2b5d3d9140f124a", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Elliott", "last": "Keith" }, "company": "FLEXIGEN" }, { "id": "55de4aa8a9512ac90a07502c", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Martin", "last": "Mitchell" }, "company": "COASH" }, { "id": "55de4ab9c7467ef1a7abdf59", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Cardenas", "last": "Nixon" }, "company": "XANIDE" }, { "id": "55de4ab9f099b7cb63b4fbd0", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Cornelia", "last": "Miller" }, "company": "TELPOD" }, { "id": "55de4ab934499d002b2b437c", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Barnett", "last": "Sullivan" }, "company": "NAXDIS" }, { "id": "55de4ab9284777fc8d386c90", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Armstrong", "last": "Hahn" }, "company": "XEREX" }, { "id": "55de4ab945ec24c1758e0a41", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Queen", "last": "Hood" }, "company": "XELEGYL" }, { "id": "55de4ab9059ce0c770b34ca1", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Powell", "last": "Combs" }, "company": "ZILIDIUM" }, { "id": "55de4ab91e80de9072d04d29", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Shaw", "last": "Delaney" }, "company": "LIQUICOM" }, { "id": "55de4ab9296aa71ef96cbdfd", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Lott", "last": "Nolan" }, "company": "CANOPOLY" }, { "id": "55de4ab99ebe58de7a15252b", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Valdez", "last": "Gilmore" }, "company": "PORTALIS" }, { "id": "55de4ab98c0e2575755ba19e", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Camacho", "last": "Patel" }, "company": "SHEPARD" }, { "id": "55de4ab96ec609ac94293954", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Leach", "last": "Roach" }, "company": "NAVIR" }, { "id": "55de4ab974b10787f34dad7a", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Bennett", "last": "Stanley" }, "company": "ZIALACTIC" }, { "id": "55de4ab992ee6fc165c612ea", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Hansen", "last": "Guzman" }, "company": "MUSIX" }, { "id": "55de4ab96381ed741532e885", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Lauri", "last": "Houston" }, "company": "MEDICROIX" }, { "id": "55de4ab991256949d9fe7fe3", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Rebekah", "last": "Edwards" }, "company": "ORONOKO" }, { "id": "55de4ab913884ee8127962e5", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Patty", "last": "Vega" }, "company": "AFFLUEX" }, { "id": "55de4ab96fddc2c5ae0e4535", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Frazier", "last": "Cameron" }, "company": "PRINTSPAN" }, { "id": "55de4ab9a5c353d26b1ffb5a", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Malone", "last": "Sherman" }, "company": "ERSUM" }, { "id": "55de4ab9c29dc3c9a0fca602", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Francis", "last": "Burgess" }, "company": "VELOS" }, { "id": "55de4ab9869e13007ac67f96", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Minerva", "last": "Rivers" }, "company": "KONNECT" }, { "id": "55de4ab93238d7324cc53cfe", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Jackie", "last": "Dennis" }, "company": "COMTRACT" }, { "id": "55de4ab9b246b4f5846b4adb", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Dee", "last": "Collins" }, "company": "ZENTRY" }, { "id": "55de4ab9ad8bd9321afcabe6", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Rosario", "last": "Sparks" }, "company": "DIGIGEN" }, { "id": "55de4ab9b29aa459188b7d12", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Wilson", "last": "Mueller" }, "company": "COMBOT" }, { "id": "55de4ab9e62519e984292bc8", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Hood", "last": "Whitaker" }, "company": "BIZMATIC" }, { "id": "55de4ab91089172ae18152c5", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Horn", "last": "Beach" }, "company": "PODUNK" }, { "id": "55de4ab9e090f130a4b2cbec", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Mandy", "last": "Cline" }, "company": "ADORNICA" }, { "id": "55de4ab94ac107d6b93714b2", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Leon", "last": "Boone" }, "company": "RETRACK" }, { "id": "55de4ab957a2bde6859abcac", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Brianna", "last": "Pennington" }, "company": "CORPULSE" }, { "id": "55de4ab947257ebc0b365714", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Jeanette", "last": "Cain" }, "company": "AQUAMATE" }, { "id": "55de4ab9b973e31670354fb5", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Romero", "last": "Olson" }, "company": "BALUBA" }, { "id": "55de4ab9c9281ed7ba2c0d29", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Ginger", "last": "Gomez" }, "company": "BEZAL" }, { "id": "55de4ab9e272fc898933f207", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Alana", "last": "Lloyd" }, "company": "ACCUPRINT" }, { "id": "55de4ab936123faf36cf749b", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Alfreda", "last": "Justice" }, "company": "GEEKKO" }, { "id": "55de4ab9f8f517f80a864f64", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Rodgers", "last": "Reyes" }, "company": "MOREGANIC" }, { "id": "55de4ab96f7b1b2e51006140", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Karen", "last": "Knox" }, "company": "SEQUITUR" }, { "id": "55de4ab95612026fb3531062", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Marta", "last": "Tanner" }, "company": "MANGLO" }, { "id": "55de4ab99a5dc151448ebd96", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "June", "last": "Winters" }, "company": "BLEEKO" }, { "id": "55de4ab9f8d9562f178b3fdf", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Valenzuela", "last": "Schroeder" }, "company": "MINGA" }, { "id": "55de4ab9d88cd7cb9f91996c", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Gross", "last": "Nicholson" }, "company": "POSHOME" }, { "id": "55de4ab9eccfb2d5f6fc9ba0", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Lorrie", "last": "Bartlett" }, "company": "REALMO" }, { "id": "55de4ab9741fd9e76a38169c", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Lidia", "last": "Castro" }, "company": "CUIZINE" }, { "id": "55de4ab9e53274351b1bee94", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Graciela", "last": "Parrish" }, "company": "RODEOCEAN" }, { "id": "55de4ab92d4f2226f01d4676", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Anne", "last": "Stephenson" }, "company": "VURBO" }, { "id": "55de4ab973fefd2dd791f94f", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Lela", "last": "Park" }, "company": "NAMEGEN" }, { "id": "55de4ab920c3a8c026baf4ea", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Liliana", "last": "Church" }, "company": "QNEKT" }, { "id": "55de4ab94030aec432f14e0e", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Swanson", "last": "Norris" }, "company": "STEELFAB" }, { "id": "55de4ab9c65945e85599493c", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Lila", "last": "Adams" }, "company": "STRALOY" }, { "id": "55de4ab9fd04b0a2c3c698e9", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Bender", "last": "Thornton" }, "company": "ARTWORLDS" }, { "id": "55de4ab9d9a6e3015273f62b", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Ellis", "last": "Nieves" }, "company": "GORGANIC" }, { "id": "55de4ab9ef4c99f47be6f3d7", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Jessie", "last": "Frye" }, "company": "ZISIS" }, { "id": "55de4ab999ae7657f905c388", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Gwen", "last": "Whitley" }, "company": "EARGO" }, { "id": "55de4ab91945171aa43605ab", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Faulkner", "last": "Pate" }, "company": "HINWAY" }, { "id": "55de4ab969960c0bb8393d20", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Lenore", "last": "Spence" }, "company": "DANCITY" }, { "id": "55de4ab9aebd507dabcd5084", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Jeanne", "last": "Miles" }, "company": "MACRONAUT" }, { "id": "55de4ab985f039106890bb82", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Mona", "last": "Mccormick" }, "company": "ZANITY" }, { "id": "55de4ab90538986fafc13e76", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Bird", "last": "Guthrie" }, "company": "ZENOLUX" }, { "id": "55de4ab9d3c487fac5226f6d", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Rice", "last": "Lancaster" }, "company": "SKINSERVE" }, { "id": "55de4ab9c0e89775e11f000b", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Mia", "last": "England" }, "company": "ASSISTIA" }, { "id": "55de4ab9f708086a6259f99b", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Goff", "last": "Watkins" }, "company": "INDEXIA" }, { "id": "55de4ab9a024334256aa2e12", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Fern", "last": "Franks" }, "company": "PERMADYNE" }, { "id": "55de4ab95513232c7cbb4245", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Massey", "last": "Baldwin" }, "company": "VORATAK" }, { "id": "55de4ab983e042ce3680b1a3", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Larson", "last": "Maldonado" }, "company": "ZIGGLES" }, { "id": "55de4ab9c8da4c21fa74b994", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Mccormick", "last": "Preston" }, "company": "SLOGANAUT" }, { "id": "55de4ab9b82488602f62764e", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Underwood", "last": "Sanchez" }, "company": "DANCERITY" }, { "id": "55de4ab9fa6ca962ecaa1888", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Calderon", "last": "Sweet" }, "company": "ZINCA" }, { "id": "55de4ab9a6ef765eb39a27f2", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Dennis", "last": "Alexander" }, "company": "COWTOWN" }, { "id": "55de4ab92d1788bca8a79fae", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Gayle", "last": "Walters" }, "company": "ZENTIX" }, { "id": "55de4ab9436eb73536d25163", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Arline", "last": "Patterson" }, "company": "ROUGHIES" }, { "id": "55de4ab9b21152608128f0bf", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Roberson", "last": "Little" }, "company": "QUARMONY" }, { "id": "55de4ab916e00fa13c111ec8", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Opal", "last": "Fry" }, "company": "VIOCULAR" }, { "id": "55de4ab9e07bcc0d2945bccd", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Nadine", "last": "Lee" }, "company": "MOLTONIC" }, { "id": "55de4ab9885fef3a5dad117b", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Ware", "last": "Clarke" }, "company": "FOSSIEL" }, { "id": "55de4ab970e2f4d55f6c9fd4", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Rojas", "last": "Giles" }, "company": "FITCORE" }, { "id": "55de4ab93204737dc9f6f7ad", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Holcomb", "last": "Colon" }, "company": "VALREDA" }, { "id": "55de4ab92a3a5901d9f0b0fe", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Allison", "last": "Farrell" }, "company": "QUILITY" }, { "id": "55de4ab908806330eb58eb32", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Douglas", "last": "Cantu" }, "company": "ISOTERNIA" }, { "id": "55de4ab9fa12be5e7f700c67", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Gabriela", "last": "Middleton" }, "company": "WARETEL" }, { "id": "55de4ab902deeee8f5535b55", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Catherine", "last": "Simmons" }, "company": "TERSANKI" }, { "id": "55de4ab9531d2aee74274ac0", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Aisha", "last": "Allen" }, "company": "QUILCH" }, { "id": "55de4ab99a4ace7a995dcecd", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Nita", "last": "Serrano" }, "company": "KIDGREASE" }, { "id": "55de4ab95b12bce7a7e52703", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Toni", "last": "Best" }, "company": "OPTYK" }, { "id": "55de4ab9745214e69ac0fb47", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Madelyn", "last": "Clemons" }, "company": "MYOPIUM" }, { "id": "55de4ab991f933be8f032b69", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Mcdowell", "last": "Duran" }, "company": "OLUCORE" }, { "id": "55de4ab9722ae9e571448d05", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Fuller", "last": "Foster" }, "company": "ISBOL" }, { "id": "55de4ab9c8ee9ba354aa8193", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Schwartz", "last": "Francis" }, "company": "MONDICIL" }, { "id": "55de4ab9472a63cb9c764699", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Elliott", "last": "Hendrix" }, "company": "ACUMENTOR" }, { "id": "55de4ab95015e82fb1962a71", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Gertrude", "last": "Yates" }, "company": "PLASMOX" }, { "id": "55de4ab919ba3470926134c7", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Watkins", "last": "Tate" }, "company": "ICOLOGY" }, { "id": "55de4ab9e94c07f09f6db2df", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Maynard", "last": "Mccall" }, "company": "ZILCH" }, { "id": "55de4ab9bd0c9e31446990b4", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Salinas", "last": "Herring" }, "company": "VIDTO" }, { "id": "55de4ab9cb147895687ac3e2", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Page", "last": "Willis" }, "company": "FURNAFIX" }, { "id": "55de4ab9adf82cd5270c66a4", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Fischer", "last": "Lane" }, "company": "VICON" }, { "id": "55de4ab950c95b7dd4fcda73", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Hobbs", "last": "Mathews" }, "company": "CRUSTATIA" }, { "id": "55de4ab9f99716c343bcd539", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Trujillo", "last": "Fernandez" }, "company": "HALAP" }, { "id": "55de4ab97071d37af8a5ce2d", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Audrey", "last": "Harrington" }, "company": "PROSELY" }, { "id": "55de4ab94b347bba6c76e46a", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Ward", "last": "Stephens" }, "company": "SCENTY" }, { "id": "55de4ab9d023c23b5d2b064d", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Kemp", "last": "Wallace" }, "company": "ZYTRAC" }, { "id": "55de4ab9ff322237bc6919e3", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Flossie", "last": "Noble" }, "company": "BUNGA" }, { "id": "55de4ab9ec56055c9e056681", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Mcguire", "last": "Reid" }, "company": "GENMY" }, { "id": "55de4ac2640b9e5c36190660", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Haley", "last": "Woods" }, "company": "PLASMOX" }, { "id": "55de4ac237e64f7db537225a", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Maxwell", "last": "Steele" }, "company": "BOILCAT" }, { "id": "55de4ac265302581e6316743", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Norma", "last": "Walters" }, "company": "CABLAM" }, { "id": "55de4ac291f0dee84590af15", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Rowena", "last": "Mccarty" }, "company": "EVENTAGE" }, { "id": "55de4ac28bf8b28a4fa2ea51", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Carter", "last": "Rivera" }, "company": "FURNAFIX" }, { "id": "55de4ac26512acf0101bf1f2", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Reba", "last": "Burton" }, "company": "HELIXO" }, { "id": "55de4ac294562ead6b8cdfbb", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Chase", "last": "Whitehead" }, "company": "KIDGREASE" }, { "id": "55de4ac273831bcfe5c7387c", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Rosario", "last": "Cunningham" }, "company": "JAMNATION" }, { "id": "55de4ac2c7f6b0a9fe1986f2", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Finch", "last": "Campos" }, "company": "REMOTION" }, { "id": "55de4ac2415d8eb038a81821", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Carolina", "last": "Dunn" }, "company": "REMOLD" }, { "id": "55de4ac221b92c8e64708ff2", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Sheena", "last": "Colon" }, "company": "ORBALIX" }, { "id": "55de4ac2839edb7ff5d6abc4", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Ramos", "last": "Burch" }, "company": "EBIDCO" }, { "id": "55de4ac250c897885df29aa4", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Shaffer", "last": "Bridges" }, "company": "DIGIGEN" }, { "id": "55de4ac28b15f7aaf2759151", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Janelle", "last": "Warner" }, "company": "AQUOAVO" }, { "id": "55de4ac2d092d8b434b87dda", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Leila", "last": "Hamilton" }, "company": "TWIGGERY" }, { "id": "55de4ac24bf87245debcb1cb", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Tammi", "last": "Watts" }, "company": "METROZ" }, { "id": "55de4ac247792da734a48476", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Ball", "last": "Bryan" }, "company": "FITCORE" }, { "id": "55de4ac206fb75cf981d8aaf", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Martha", "last": "Woodard" }, "company": "TWIIST" }, { "id": "55de4ac20077a8b2382b2d6d", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Erickson", "last": "Robles" }, "company": "DUOFLEX" }, { "id": "55de4ac247b3064cf6992376", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Casey", "last": "Decker" }, "company": "TETRATREX" }, { "id": "55de4ac28009afb93ae6dff5", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Cochran", "last": "Nunez" }, "company": "JIMBIES" }, { "id": "55de4ac27061469f43f18612", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Donovan", "last": "Gordon" }, "company": "NETBOOK" }, { "id": "55de4ac2c7fb465ac0e4dc4a", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Holden", "last": "Marshall" }, "company": "VIASIA" }, { "id": "55de4ac28b03fd4f3901f7bd", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Agnes", "last": "Patton" }, "company": "KOFFEE" }, { "id": "55de4ac2a6b85f8fbe50ca3c", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Michael", "last": "Knox" }, "company": "ZOLARITY" }, { "id": "55de4ac2784602c6a69ef7c5", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Miller", "last": "Sanchez" }, "company": "UNDERTAP" }, { "id": "55de4ac2588d44f1e7bda229", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Audra", "last": "Mccray" }, "company": "GOLOGY" }, { "id": "55de4ac22f82bfb18a0bc788", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Griffin", "last": "Smith" }, "company": "VENOFLEX" }, { "id": "55de4ac26224205d69761f9f", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Candy", "last": "Robertson" }, "company": "DIGIQUE" }, { "id": "55de4ac2f0432dbc16e7b5f8", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Miriam", "last": "Hickman" }, "company": "ZOMBOID" }, { "id": "55de4ac2385a6a6ac0bf1b21", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Cara", "last": "Forbes" }, "company": "ENDIPIN" }, { "id": "55de4ac215cb353734efcd24", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Arline", "last": "Haynes" }, "company": "VORTEXACO" }, { "id": "55de4ac27419ebf23cadbc56", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Malinda", "last": "Acosta" }, "company": "GLASSTEP" }, { "id": "55de4ac2a17255dac67b0009", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Barbara", "last": "Randall" }, "company": "QUALITERN" }, { "id": "55de4ac23a4273c9a9849612", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Jenifer", "last": "Strong" }, "company": "TINGLES" }, { "id": "55de4ac2bb1cbc71ee9cfe6f", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Wendy", "last": "Holder" }, "company": "HINWAY" }, { "id": "55de4ac288dfce84300d5573", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Delia", "last": "Donovan" }, "company": "ECOSYS" }, { "id": "55de4ac2296ce2872460e9e8", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Janie", "last": "Workman" }, "company": "ACUSAGE" }, { "id": "55de4ac2509d414c3562df09", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Gillespie", "last": "Morales" }, "company": "VISUALIX" }, { "id": "55de4ac2810759608c93d7cf", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Gallagher", "last": "Dillon" }, "company": "ASSISTIA" }, { "id": "55de4ac24b47f11282f4c273", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Janis", "last": "Browning" }, "company": "NETPLODE" }, { "id": "55de4ac2f9848b6942c68582", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Rosalinda", "last": "Duran" }, "company": "KNEEDLES" }, { "id": "55de4ac21f142e7216613e91", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Ophelia", "last": "Walter" }, "company": "AUSTECH" }, { "id": "55de4ac28060969e7af4e091", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Julianne", "last": "Ward" }, "company": "VOIPA" }, { "id": "55de4ac21c560ce3ed12f85d", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Gentry", "last": "Kelley" }, "company": "AVIT" }, { "id": "55de4ac29ab07d171a3e30de", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Ladonna", "last": "Powell" }, "company": "OZEAN" }, { "id": "55de4ac2debcb91535422fd6", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Rebekah", "last": "Fields" }, "company": "WATERBABY" }, { "id": "55de4ac2666fd96c1ca818f8", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Potter", "last": "Sullivan" }, "company": "XOGGLE" }, { "id": "55de4ac26a8e40c1bee50ca3", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Eugenia", "last": "Cote" }, "company": "PHUEL" }, { "id": "55de4ac2fb1bce7b1d53db95", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Battle", "last": "Barry" }, "company": "SUSTENZA" }, { "id": "55de4ac25fc6b5bd36358760", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Underwood", "last": "Dudley" }, "company": "PROFLEX" }, { "id": "55de4ac289cf80bb86205076", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Cristina", "last": "Beasley" }, "company": "CONJURICA" }, { "id": "55de4ac2cf7f16b700009f0e", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Lindsey", "last": "Hardy" }, "company": "GRUPOLI" }, { "id": "55de4ac25ca933a889f689d7", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Manning", "last": "Potts" }, "company": "LYRICHORD" }, { "id": "55de4ac2eb8d02565a16f7da", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Mccoy", "last": "Hudson" }, "company": "PARLEYNET" }, { "id": "55de4ac289f085e90dcd167e", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Willa", "last": "Mathews" }, "company": "APPLIDECK" }, { "id": "55de4ac21662b855c5caf46c", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Hoover", "last": "Austin" }, "company": "PROSURE" }, { "id": "55de4ac22560d9e123613a2e", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Rivers", "last": "Wolf" }, "company": "ADORNICA" }, { "id": "55de4ac213ae3097d33ee15b", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Robbins", "last": "Hughes" }, "company": "GLEAMINK" }, { "id": "55de4ac2a43ed81e03c0175b", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Stella", "last": "Cortez" }, "company": "ZBOO" }, { "id": "55de4ac21b55b3fde577bba8", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Mueller", "last": "Jarvis" }, "company": "ZIPAK" }, { "id": "55de4ac262be80af0b9d1cbf", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Kellie", "last": "Maldonado" }, "company": "DIGINETIC" }, { "id": "55de4ac2db49cabe974eec46", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Zimmerman", "last": "Vega" }, "company": "EXOTECHNO" }, { "id": "55de4ac2d51fa117e64deb96", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Boone", "last": "Monroe" }, "company": "COMVEX" }, { "id": "55de4ac26f11e803be6c8e74", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Luz", "last": "Reynolds" }, "company": "WAZZU" }, { "id": "55de4ac212e5f946f3ead4e2", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Watkins", "last": "Suarez" }, "company": "PROVIDCO" }, { "id": "55de4ac2b49053a413199d7d", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Wood", "last": "Lawson" }, "company": "TALENDULA" }, { "id": "55de4ac23e7308b5a4876909", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Thomas", "last": "Caldwell" }, "company": "ZILLACON" }, { "id": "55de4ac2ba7b69087d4380c5", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Thelma", "last": "Larson" }, "company": "RONBERT" }, { "id": "55de4ac2ade240437d01418a", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Leach", "last": "Cleveland" }, "company": "PULZE" }, { "id": "55de4ac242ab02ff1743d17b", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Harriet", "last": "Mercer" }, "company": "INSECTUS" }, { "id": "55de4ac2055daf0058be5244", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Stanley", "last": "Thompson" }, "company": "TRANSLINK" }, { "id": "55de4ac2915eae5a1e033cfb", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Pearson", "last": "Stark" }, "company": "QUANTASIS" }, { "id": "55de4ac2694b12a42e56e965", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Bridget", "last": "Melton" }, "company": "HOMELUX" }, { "id": "55de4ac2261c869d57a0e0ad", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Baker", "last": "Travis" }, "company": "CYTREK" }, { "id": "55de4ac27db7ff88e86c878a", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Cannon", "last": "Ortiz" }, "company": "OVERPLEX" }, { "id": "55de4ac27615d53f3922eaca", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Black", "last": "Drake" }, "company": "SNOWPOKE" }, { "id": "55de4ac28b51f76b8ab50222", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Allyson", "last": "Michael" }, "company": "IMANT" }, { "id": "55de4ac2745cd59466efd4ef", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Shari", "last": "Mcclure" }, "company": "TEMORAK" }, { "id": "55de4ac2a51c3dcedb040d3a", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Daugherty", "last": "Thomas" }, "company": "NIXELT" }, { "id": "55de4ac213fbe1a34e9ddf0e", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Lucia", "last": "Vaughn" }, "company": "EVENTEX" }, { "id": "55de4ac20fbce090f0b66c89", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Nanette", "last": "Holt" }, "company": "SPEEDBOLT" }, { "id": "55de4ac2399f220cd435536c", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Farley", "last": "Stuart" }, "company": "UPLINX" }, { "id": "55de4ac2a83386f06f04b461", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Wiggins", "last": "Lowery" }, "company": "SHADEASE" }, { "id": "55de4ac25824adfb1d4eeb3d", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Cheri", "last": "Weeks" }, "company": "EDECINE" }, { "id": "55de4ac24221959854eabd1c", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Snider", "last": "Chase" }, "company": "UNIA" }, { "id": "55de4ac2cc292599acb6460b", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Rocha", "last": "Ellis" }, "company": "ZIZZLE" }, { "id": "55de4ac27e78e01dafbcaae4", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Barker", "last": "Barrett" }, "company": "HOMETOWN" }, { "id": "55de4ac234125ffdd792e96e", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Abby", "last": "Butler" }, "company": "CUJO" }, { "id": "55de4ac2b35eb504e918a4a4", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Small", "last": "Blair" }, "company": "COASH" }, { "id": "55de4ac216266a9d647e9b9a", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Althea", "last": "Kirk" }, "company": "APEX" }, { "id": "55de4ac2ff02b43d5ce0f39e", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Young", "last": "Winters" }, "company": "ENTALITY" }, { "id": "55de4ac222264f11b21eb5a3", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Rosalie", "last": "Ramsey" }, "company": "EXTRO" }, { "id": "55de4ac2ee92aadd2be221e7", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Miranda", "last": "Solis" }, "company": "ZILLACOM" }, { "id": "55de4ac24bceee1d2491ae39", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Dale", "last": "Hurley" }, "company": "GEEKULAR" }, { "id": "55de4ac212e3fff67f16fea4", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Meredith", "last": "Hawkins" }, "company": "DENTREX" }, { "id": "55de4ac2c40d34dad07aacb4", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Harding", "last": "Williamson" }, "company": "RUGSTARS" }, { "id": "55de4ac270eae5c835e745db", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Beatrice", "last": "Hutchinson" }, "company": "VORATAK" }, { "id": "55de4ac27d3084af25495219", "isActive": false, "picture": "http://placehold.it/32x32", "name": { "first": "Hilda", "last": "Mendoza" }, "company": "RAMEON" }, { "id": "55de4ac2bfefed125de2799d", "isActive": true, "picture": "http://placehold.it/32x32", "name": { "first": "Henson", "last": "Compton" }, "company": "DIGIGENE" } ];
20.776053
43
0.504365
5d3dbd3c15e2165d935c2faf3352f8f6d216fd86
1,707
js
JavaScript
routes/admin.js
lekhang4497/HKShopWebsite
33e93e8323a9062bd7620666ce76616331a7570f
[ "MIT" ]
2
2018-07-15T18:34:00.000Z
2019-08-19T11:05:27.000Z
routes/admin.js
lekhang4497/HKShopWebsite
33e93e8323a9062bd7620666ce76616331a7570f
[ "MIT" ]
null
null
null
routes/admin.js
lekhang4497/HKShopWebsite
33e93e8323a9062bd7620666ce76616331a7570f
[ "MIT" ]
1
2019-04-16T17:10:16.000Z
2019-04-16T17:10:16.000Z
var express = require('express'); var router = express.Router(); var Product = require('../models/product'); var productController = require('../controllers/ProductController'); var userController = require('../controllers/UserController'); var Order = require('../models/order'); function isAdmin(req, res, next) { if (req.isAuthenticated() && req.user.role === 'Admin') { return next(); } res.redirect('/'); } router.use(isAdmin); router.get('/', function (req, res, next) { productController.getAll((err, products) => { if (err) return res.send('Sorry, an error has occurred - HKShop'); products.forEach(product => { product.stringified = JSON.stringify(product); }); res.render('admin', { layout: 'admin', products: products }); }); }); router.get('/user', function (req, res, next) { userController.getAll((err, users) => { if (err) return res.send('Sorry, an error has occurred - HKShop'); res.render('admin-user', { layout: 'admin', users: users }); }) }); router.get('/product', function (req, res, next) { productController.getAll((err, products) => { if (err) return res.send('Sorry, an error has occurred - HKShop'); products.forEach(product => { product.stringified = JSON.stringify(product); }); res.render('admin-product', { layout: 'admin', products: products }); }); }); router.get('/order', (req, res, next) => { Order.find({}, (err, orders) => { if (err) return res.send('Sorry, an error has occurred - HKShop'); res.render('admin-order', { layout: 'admin', orders: orders }); }); }) module.exports = router;
25.477612
68
0.603984
5d3e79ba742fc9a7d08b0ea41fff2661b8691d5a
478
js
JavaScript
server.js
sanchezegido/my-places-manager
0f545333aec6bbc4c4da2e2a9910a38a5efad172
[ "MIT" ]
1
2022-01-15T09:43:45.000Z
2022-01-15T09:43:45.000Z
server.js
sanchezegido/my-places-manager
0f545333aec6bbc4c4da2e2a9910a38a5efad172
[ "MIT" ]
null
null
null
server.js
sanchezegido/my-places-manager
0f545333aec6bbc4c4da2e2a9910a38a5efad172
[ "MIT" ]
null
null
null
var express = require('express'); var path = require('path'); var app = express(); app.use(function(req, res, next) { res.header("Access-Control-Allow-Origin", "*"); res.header("Access-Control-Allow-Headers", "Origin, X-Requested-With, Content-Type, Accept"); next(); }); app.use(express.static(path.resolve(__dirname, 'www'))); app.set('port', process.env.PORT || 3000); app.listen(app.get('port'), function() { console.log('listening to Port ', app.get('port')); });
31.866667
95
0.667364
5d3f31aa793f41509e727694629d1b49234aa4de
448
js
JavaScript
app/containers/WriterPage.js
Rehlaender/featurefeature
964ecb5a32cb82e60679382170d8c208e45f88e9
[ "MIT" ]
null
null
null
app/containers/WriterPage.js
Rehlaender/featurefeature
964ecb5a32cb82e60679382170d8c208e45f88e9
[ "MIT" ]
null
null
null
app/containers/WriterPage.js
Rehlaender/featurefeature
964ecb5a32cb82e60679382170d8c208e45f88e9
[ "MIT" ]
null
null
null
import { bindActionCreators } from 'redux'; import { connect } from 'react-redux'; import Writer from '../components/Writer'; import * as ParagraphsActions from '../actions/paragraphs'; function mapStateToProps(state) { return { paragraphs: state.paragraphs }; } function mapDispatchToProps(dispatch) { return bindActionCreators(ParagraphsActions, dispatch); } export default connect( mapStateToProps, mapDispatchToProps )(Writer);
23.578947
59
0.756696
5d402d4273892939f5d1018a0fb54f2964776601
326
js
JavaScript
models/Banner.js
XinYang-YXY/denoShopAdmin
dfdf4fc3c37578c833591af519dfb29c2741dde3
[ "MIT" ]
3
2020-05-23T20:06:30.000Z
2020-07-07T01:24:36.000Z
models/Banner.js
XinYang-YXY/denoShopAdmin
dfdf4fc3c37578c833591af519dfb29c2741dde3
[ "MIT" ]
85
2020-05-12T04:56:15.000Z
2022-02-27T09:38:43.000Z
models/Banner.js
XinYang-YXY/denoShopAdmin
dfdf4fc3c37578c833591af519dfb29c2741dde3
[ "MIT" ]
3
2020-05-28T12:15:09.000Z
2020-07-26T09:44:34.000Z
const Sequelize = require("sequelize"); const db = require("../config/DBConfig"); const Banner = db.define("banner", { imageFile: { type: Sequelize.STRING }, dateAdded: { type: Sequelize.DATE }, title: { type: Sequelize.STRING }, status: { type: Sequelize.STRING } }); module.exports = Banner;
17.157895
41
0.628834
5d410ec4158605cbdf55b0de8b8e7484671180d6
824
js
JavaScript
js/module/bg.js
selcher/time-tab
9a1c2b68155b2fd8f06203d20845ea925299d951
[ "MIT" ]
null
null
null
js/module/bg.js
selcher/time-tab
9a1c2b68155b2fd8f06203d20845ea925299d951
[ "MIT" ]
null
null
null
js/module/bg.js
selcher/time-tab
9a1c2b68155b2fd8f06203d20845ea925299d951
[ "MIT" ]
null
null
null
import config from './config.js'; import session from './session.js'; const browser = chrome; const browserWindow = window; const browserDoc = document; const defaultBgImage = `url('${ browser.extension.getURL(config.bg) }')`; const getStoredBgImage = () => (session.get('bg') || ''); const setStoredBgImage = (bg) => session.set('bg', bg); const setContainerBgImage = (bg) => { const container = browserDoc.getElementById('container'); container.style['background-image'] = bg; container.style['background-size'] = 'cover'; }; browserWindow.requestAnimationFrame( () => { let bgImage = getStoredBgImage(); if (!bgImage) { bgImage = defaultBgImage; setStoredBgImage(bgImage); } setContainerBgImage(bgImage); bgImage = null; } );
24.235294
61
0.635922
5d4257eecd2c3cafe91b6c3bd47df213d991f998
1,598
js
JavaScript
tests/baselines/reference/privateNamesUnique-3.js
monciego/TypeScript
06fb30725d4a70708b28f2a4613543ce8c4cd645
[ "Apache-2.0" ]
49,134
2015-01-01T02:37:27.000Z
2019-05-06T20:38:53.000Z
tests/baselines/reference/privateNamesUnique-3.js
monciego/TypeScript
06fb30725d4a70708b28f2a4613543ce8c4cd645
[ "Apache-2.0" ]
26,488
2015-01-01T13:57:03.000Z
2019-05-06T20:40:00.000Z
tests/baselines/reference/privateNamesUnique-3.js
monciego/TypeScript
06fb30725d4a70708b28f2a4613543ce8c4cd645
[ "Apache-2.0" ]
8,518
2015-01-05T03:29:29.000Z
2019-05-06T14:37:49.000Z
//// [privateNamesUnique-3.ts] class A { #foo = 1; static #foo = true; // error (duplicate) // because static and instance private names // share the same lexical scope // https://tc39.es/proposal-class-fields/#prod-ClassBody } class B { static #foo = true; test(x: B) { x.#foo; // error (#foo is a static property on B, not an instance property) } } //// [privateNamesUnique-3.js] var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) { if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter"); if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it"); return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver); }; var _a, _A_foo, _A_foo_1, _b, _B_foo; class A { constructor() { _A_foo_1 = { value: 1 }; // because static and instance private names // share the same lexical scope // https://tc39.es/proposal-class-fields/#prod-ClassBody } #foo = 1; static #foo = true; // error (duplicate) } _a = A, _A_foo = new WeakMap(); _A_foo_1 = { value: true }; // error (duplicate) class B { test(x) { __classPrivateFieldGet(x, _b, "f", _B_foo); // error (#foo is a static property on B, not an instance property) } } _b = B; _B_foo = { value: true };
37.162791
184
0.586984
5d44fce67420c4bf4592679bf099685a5586b14a
2,024
js
JavaScript
public/assets/admin/js/department.js
kishanvlcc/aneja_realty
a3cc8d4e5b5480ecb5ac135dbaa47b6668fb9fa8
[ "MIT" ]
null
null
null
public/assets/admin/js/department.js
kishanvlcc/aneja_realty
a3cc8d4e5b5480ecb5ac135dbaa47b6668fb9fa8
[ "MIT" ]
null
null
null
public/assets/admin/js/department.js
kishanvlcc/aneja_realty
a3cc8d4e5b5480ecb5ac135dbaa47b6668fb9fa8
[ "MIT" ]
null
null
null
$(document).ready(function () { $('.active').click(function () { var depId = $(this).data('id'); var action = $(this).attr('id'); if (action === 'edit') { $(".status").css("display","block"); var actionUrl = 'department/'+depId+'/edit'; $.ajax({ url: actionUrl, cache: false, dataType: "JSON", type: "GET", data: {depId: depId}, success: function (data) { $("#dep-name").val(data.name); $("#dep-status").val(data.status); } }); } $("#depId").val(depId); $("#myModal").modal('show'); }); $(".modalClose").click(function(){ $("#myModal").modal('hide'); location.reload(); }); $("#change-dep-info").click(function () { var deptName = $("#dep-name").val(); var deptStatus = $("#dep-status").val(); var depId = $("#depId").val(); var actionUrl = $("#department-div").attr('action'); if (deptName == "" || deptName == null){ $("#deptNameErr").html('Enter Department Name'); return false; } $.ajax({ url: actionUrl, cache: false, dataType: "json", type: "POST", data: {deptName: deptName, deptStatus: deptStatus, deptId: depId, "_token":$('#token-value').val()}, success: function (data) { alert(data.msg); $("#myModal").modal('hide'); location.reload(); }, error: function (jqXhr, json, errorThrown) { var errors = jqXhr.responseJSON; var errorsHtml = ''; $.each(errors, function (key, value) { errorsHtml += value[0] + '<br />'; }); } }); }); });
30.208955
112
0.407115
5d461552fb31bf91eb3c8c9f5652cbcdd7371dcc
3,523
js
JavaScript
frontend/src/utils/common.js
OnlinePoliticalTransparency/Facebook-Political-Ad-Landscape-Notifications
e69637584ba89ef86256ff10906dde10dda5720d
[ "MIT" ]
null
null
null
frontend/src/utils/common.js
OnlinePoliticalTransparency/Facebook-Political-Ad-Landscape-Notifications
e69637584ba89ef86256ff10906dde10dda5720d
[ "MIT" ]
3
2021-06-05T00:09:26.000Z
2021-09-08T03:00:03.000Z
frontend/src/utils/common.js
OnlinePoliticalTransparency/Facebook-Political-Ad-Landscape-Notifications
e69637584ba89ef86256ff10906dde10dda5720d
[ "MIT" ]
null
null
null
export function getName(candidatesInfo = null, topic) { let name = topic.page_name; if (candidatesInfo && candidatesInfo.candidates) { const info = candidatesInfo.candidates.find((candidate) => candidate && candidate.pages ? candidate.pages.find((page) => page.page_name === name) : false, ); if (info && info.full_name) name = info.full_name; } return name; } export function addFullName(data, candidatesInfo) { for (const key in data) { data[key].full_name = getName(candidatesInfo, data[key]); } return data; } export function getNameTactic(candidatesInfo, name) { if (candidatesInfo && candidatesInfo.candidates) { const info = candidatesInfo.candidates && candidatesInfo.candidates.find((candidate) => candidate && candidate.pages ? candidate.pages.find((page) => page.page_name === name) : false, ); if (info && info.full_name) return info.full_name; } return name; } export function addFullNameTactic( list_of_tactic_candidate_spends, candidatesInfo, ) { // list_of_tactic_candidate_spends e.g. [{"John McCollum for Congress":411.51,"tactic":"Donate","Jim Clyburn":4206.72},{"John McCollum for Congress":113.62,"tactic":"Connect","Jim Clyburn":3793.63},{"John McCollum for Congress":733.24,"tactic":"Persuade"},{"John McCollum for Congress":391.63,"tactic":"Buy"}] const updatedData = []; return list_of_tactic_candidate_spends.map((tactic_candidates_data) => { // updatedData.push(tactic_candidates_data); Object.keys(tactic_candidates_data) .filter((key) => key !== 'tactic') .forEach((candidate_name) => { if (candidate_name === 'tactic') return; const full_name = getNameTactic(candidatesInfo, candidate_name); if (full_name && full_name != candidate_name) { tactic_candidates_data[full_name] = tactic_candidates_data[candidate_name]; delete tactic_candidates_data[candidate_name]; } }); return tactic_candidates_data; }); } export function getDataKeys(keys, candidatesInfo) { const updatedKeys = []; for (const dataKey of keys) { updatedKeys.push(getNameTactic(candidatesInfo, dataKey)); } return updatedKeys; } export function addFullNameSenate( list_of_candidate_week_spends, candidatesInfo, ) { const updatedData = []; return list_of_candidate_week_spends.map((candidate_week_spend_data) => { // updatedData.push(candidate_week_spend_data); Object.keys(candidate_week_spend_data) .filter((key) => key !== 'week') .forEach((candidate_name) => { if (candidate_name === 'week') return; const full_name = getNameTactic(candidatesInfo, candidate_name); if (full_name && full_name != candidate_name) { candidate_week_spend_data[full_name] = candidate_week_spend_data[candidate_name]; delete candidate_week_spend_data[candidate_name]; } }); return candidate_week_spend_data; }); } export function getURISafePageName(page_name) { return encodeURI(page_name.replace(/ /g, '__').replace(/%/g, '**')); } export function openSponsorPage(page_id, page_name) { if (typeof page_id === 'undefined' || typeof page_name === 'undefined') { // To debug when pages don't open // console.log("Unable to open sponsor page."); return; } window.open( `https://www.adobservatory.org/sponsors/${page_id}/${getURISafePageName( page_name, )}`, ); }
30.634783
311
0.675277
5d46174b2167bc4bcf1ae26f8f2c046a97ebda40
3,810
js
JavaScript
parsers/FormatSpecFlowXML.js
vukhoa30/pulse-community
457451e502cdfb21b32f22b7ef792b2045b86cb2
[ "MIT" ]
11
2019-07-26T17:40:53.000Z
2021-11-08T00:13:06.000Z
parsers/FormatSpecFlowXML.js
vukhoa30/pulse-community
457451e502cdfb21b32f22b7ef792b2045b86cb2
[ "MIT" ]
13
2019-07-10T16:18:12.000Z
2021-10-14T17:48:52.000Z
parsers/FormatSpecFlowXML.js
vukhoa30/pulse-community
457451e502cdfb21b32f22b7ef792b2045b86cb2
[ "MIT" ]
9
2019-10-30T02:21:10.000Z
2021-11-22T07:05:33.000Z
// Format required: Microsoft SpecFlow .trx XML result files const PulseSdk = require('@qasymphony/pulse-sdk'); const request = require('request'); const xml2js = require('xml2js'); const { Webhooks } = require('@qasymphony/pulse-sdk'); exports.handler = function ({ event: body, constants, triggers }, context, callback) { function emitEvent(name, payload) { let t = triggers.find(t => t.name === name); return t && new Webhooks().invoke(t, payload); } const xml2js = require("xml2js"); var payload = body; var projectId = payload.projectId; var cycleId = payload.testcycle; var testLogs = []; let testResults = Buffer.from(payload.result, 'base64').toString('ascii'); xml2js.parseString(testResults, { preserveChildrenOrder: true, explicitArray: false, explicitChildren: false }, function (err, result) { if (err) { emitEvent('ChatOpsEvent', { message: "Unexpected Error Parsing XML Document: " + err }); } else { var testruns = Array.isArray(result['TestRun']) ? result['TestRun'] : [result['TestRun']]; testruns.forEach(function(ts) { runName = ts.$.id; var results = Array.isArray(ts['Results']) ? ts['Results'] : [ts['Results']]; results.forEach(function(tc) { var unitTestResults = Array.isArray(tc['UnitTestResult']) ? tc['UnitTestResult'] : [tc['UnitTestResult']]; unitTestResults.forEach(function(tm) { var testCaseName = tm.$.testName; var testCaseId = tm.$.testId; var testCaseStatus = tm.$.outcome; if (testCaseStatus == 'NotExecuted') { testCaseStatus = 'Blocked'; } var startTime = new Date(tm.$.startTime).toISOString(); var endTime = new Date(tm.$.endTime).toISOString(); var testLog = { status: testCaseStatus, name: testCaseName, attachments: [], exe_start_date: startTime, exe_end_date: endTime, automation_content: htmlEntities(testCaseId), module_names: [runName] }; var outPut = tm['Output']; if ((typeof outPut !== 'undefined') && (outPut)) { var stdOut = outPut['StdOut']; console.log("Found StdOut, making attachment"); if ((typeof stdOut !== 'undefined') && (stdOut)) { testLog.attachments.push({ name: `${testCaseName}.log`, data: Buffer.from(stdOut).toString("base64"), content_type: "text/plain" }); } } testLogs.push(testLog); }); }); }); } }); var formattedResults = { "projectId" : projectId, "testcycle": cycleId, "logs" : testLogs }; emitEvent('UpdateQTestWithFormattedResults', formattedResults ); }; function htmlEntities(str) { return String(str).replace(/&/g, '&amp;').replace(/</g, '&lt;').replace(/>/g, '&gt;').replace(/"/g, '&quot;'); };
43.793103
130
0.45958
5d473e77199219913455580bb721a8bd50ce576a
1,031
js
JavaScript
tests/test.js
VolkerL/ablett
2d1e861ad9dfb1ca47882cf95cc362049e6a0a99
[ "MIT" ]
null
null
null
tests/test.js
VolkerL/ablett
2d1e861ad9dfb1ca47882cf95cc362049e6a0a99
[ "MIT" ]
null
null
null
tests/test.js
VolkerL/ablett
2d1e861ad9dfb1ca47882cf95cc362049e6a0a99
[ "MIT" ]
null
null
null
const TestUtils = {}; TestUtils.sprite = function(key) { return new PIXI.Sprite(PIXI.TextureCache[key]); }; TestUtils.spawn = function(textureKey, field, x, y, stage) { const sprite = TestUtils.sprite(textureKey); sprite.width = field.cellDim; sprite.height = field.cellDim; const entity = new Entity(sprite); field.spawn(entity, x, y); stage.addChild(sprite); sprite.x = entity.cell.pxX; sprite.y = entity.cell.pxY; return entity; }; TestUtils.reset = function(entity, field, x, y) { const to = field.getCell(x, y); to.moveTo(entity); entity.sprite.x = to.pxX; entity.sprite.y = to.pxY; }; class TestCase { constructor(w, h, ticks, sPerTick, load, create, reset, rounds, optCtx) { this.fieldWidth = w; this.fieldHeight = h; this.ticks = ticks; this.sPerTick = sPerTick; this.load = load; this.execCtx = optCtx || {}; this.create = create; this.reset = reset; this.rounds = rounds; }; }
24.547619
77
0.612997
5d49835c7baaffe4eb79c5c2f6eaa43bbf23a2c1
1,383
js
JavaScript
locals/trainings/rxjs.js
paulinakaszuba94/jstrainings
752ef1f23c498ff7719f509894d724e0fa226f3e
[ "MIT" ]
null
null
null
locals/trainings/rxjs.js
paulinakaszuba94/jstrainings
752ef1f23c498ff7719f509894d724e0fa226f3e
[ "MIT" ]
null
null
null
locals/trainings/rxjs.js
paulinakaszuba94/jstrainings
752ef1f23c498ff7719f509894d724e0fa226f3e
[ "MIT" ]
null
null
null
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.rxjs = { "id": "rxjs", "list": ["Reactive programming", "Data streams", "Rx operators", "Creating operators", "Composing streams", "Observables and observers", "Subjects", "Modules", "Model-Viewer-Intent architecture", "Testing", "Practical exercises"], "detailDescription": "Celem szkolenia jest przekazanie wiedzy na temat reaktywnego programowania na podstawie budowania aplikacji w oparciu o bibliotekę RxJS. Uczestnicy poznają różnicę między podejściem imperatywnym i reaktywnym, dzięki czemu zrozumieją jakie są wady i zalety każdego z nich. Po ukończeniu szkolenia będą w stanie samodzielnie implementować reaktywne struktury i będą wiedzieć w których miejscach aplikacji takie podejście może bardzo poprawić działanie aplikacji.", "name": "Programowanie reaktywne", "img": "./img/portfolio/thumbnails/rxjs.png", "en": {}, "mainDescription": " Programowanie reaktywne to paradygmat, dzięki któremu dużo łatwiej operować asynchronicznymi zdarzeniami.\n RxJS dostarcza fantastycznych narzędzi pozwalających na wygodne tworzenie reaktywnego oprogramowania, które sprawi, że architektura aplikacji stanie się dużo bardziej przejrzysta.\n ", "alt": "Programowanie reaktywne", "src": ".././img/portfolio/thumbnails/rxjs.png", "href": "details/rxjs.html" };
92.2
488
0.765004
f8c6613bc67cadd51af973f7b8dda7d06ec3833c
1,238
js
JavaScript
src/scripts/utils/messaging.js
webdev0528/Extensioin-BoilerPlate-Vue
a0a535bada3ca627b112777d0f5405506f503a83
[ "MIT" ]
2
2019-07-10T13:25:06.000Z
2019-07-12T02:38:57.000Z
src/scripts/utils/messaging.js
webdev0528/Extensioin-BoilerPlate-Vue
a0a535bada3ca627b112777d0f5405506f503a83
[ "MIT" ]
1
2021-03-09T11:40:44.000Z
2021-03-09T11:40:44.000Z
src/scripts/utils/messaging.js
web-dev828/browser_plugin
24fdc8a225795bbc05d0165b40946b84804bc175
[ "MIT" ]
null
null
null
import platform from 'utils/platform'; import md5 from 'js-md5'; const listeners = []; const browser = ['chrome', 'opera', 'firefox'].indexOf(platform) > -1 ? chrome : window.browser; export const SENDER_ID = getRandomId(); browser.runtime.onMessage.addListener(function(request, sender) { const message_type = request.type; // Ignore messages for other recipients if(request.recipient && request.recipient !== SENDER_ID) { return; } listeners .filter(function(listener) { return listener.type === message_type; }) .forEach(function(listener) { listener.callback(request); }); }); export function getRandomId() { return md5(`${Date.now()}${Math.random()}`); } export function send(message_type, payload) { payload = payload || {}; payload.sender = SENDER_ID; browser.runtime.sendMessage(Object.assign({ type: message_type }, payload || {})); if (browser.tabs) { browser.tabs.query({ currentWindow: true }, function(tabs) { tabs.forEach(function(tab) { browser.tabs.sendMessage(tab.id, Object.assign({ type: message_type }, payload || {})); }); }); } } export function listen(message_type, _callback) { listeners.push({ type: message_type, callback: _callback }); }
28.790698
96
0.680937
f8c686099ebb7c002e3512d7ff29c38ce9d4e871
328
js
JavaScript
dev/src/hooks/js/useDebounce/useDebounce.js
EricPuskas/react-material-cli
62740e3059ef5a0111363be75d204394db7587f8
[ "MIT" ]
null
null
null
dev/src/hooks/js/useDebounce/useDebounce.js
EricPuskas/react-material-cli
62740e3059ef5a0111363be75d204394db7587f8
[ "MIT" ]
1
2021-07-07T14:53:25.000Z
2021-07-07T14:53:25.000Z
dev/src/hooks/js/useDebounce/useDebounce.js
EricPuskas/react-material-cli
62740e3059ef5a0111363be75d204394db7587f8
[ "MIT" ]
null
null
null
import { useState } from "react"; /** * Defines the useDebounce hook */ export const useDebounce = () => { /** * Initializes the interval */ const [intervalId, setIntervalId] = useState(); return (func, wait) => { if (intervalId) clearTimeout(intervalId); setIntervalId(setTimeout(func, wait)); }; };
18.222222
49
0.631098
f8c73fd627a09db2d13f5ee201a5c62bdd19151a
7,693
js
JavaScript
public/scripts/new-script.js
kelpikz/Invite-Me
1c126bbcbd9fe263d27eece76a345e54828c311f
[ "MIT" ]
1
2020-10-29T19:08:03.000Z
2020-10-29T19:08:03.000Z
public/scripts/new-script.js
kelpikz/Invite-Me
1c126bbcbd9fe263d27eece76a345e54828c311f
[ "MIT" ]
null
null
null
public/scripts/new-script.js
kelpikz/Invite-Me
1c126bbcbd9fe263d27eece76a345e54828c311f
[ "MIT" ]
null
null
null
let canvas = document.getElementById("canvas"); let ctx = canvas.getContext('2d'); let context = canvas.getContext('2d'); import image from "./element classes/img object.js"; import word from './element classes/text obj.js'; import template from "./element classes/template object.js"; import { doubleClick, mouseIcon, mouseup, mousedown, mousemove, createMenu, deleteMenu, myElements, invitePost} from "./edit methods.js"; /* ! PRIORITY 2 TODO > MAKE INTERCHANGING OF ELEMENTS POSSIBLE //? USE [arr[2], arr[1]] = [arr[1], arr[2]] TODO > ADDING IMAGES TO DATABASE INSTEAD OF USING URLs */ //* ---------------------------------------------------PART 1------------------------------------------------------------- let checkbox = document.querySelector('#private'); let privateEvent = document.querySelector('.privateClass'); checkbox.addEventListener('change', () => { if(checkbox.checked) privateEvent.style.display = 'block'; else privateEvent.style.display = 'none'; }); let ippl = document.querySelector('#people'); let oppl = document.querySelector('#people_output'); oppl.innerHTML = ippl.value; ippl.addEventListener('input', () => { oppl.innerHTML = ippl.value; }); let form = document.getElementById('newInvite'); let pt1 = document.getElementById('invitept1'); let pt2 = document.getElementById('invitept2'); form.addEventListener('submit', () => { pt1.style.display = 'none'; pt2.style.display = 'block'; }); //* ---------------------------------------------------PART 2------------------------------------------------------------- let elements = []; let imgTag = 1; let wordTag = 1; const save = document.querySelector('#save'); const templateSource = [ "/images/templates/Movie Night Invitation.jpg", "/images/templates/Party Invitation.jpg", "/images/templates/Funeral Thank You Card.jpg", "/images/templates/birthday.jpg" ]; let nodes = document.querySelectorAll('div.invite-template > div'); //! CREATES A NEW TEMPLATE ELEMENT nodes.forEach((node, i) => { node.addEventListener('dblclick',() => { elements.push(new template(templateSource[i], canvas.width, canvas.height)); createMenu(elements[elements.length - 1]); deleteMenu(elements); myElements(elements[elements.length - 1]); document.querySelector('.tabcontent').style.display = 'none'; document.querySelector('.tabcontent h3').innerHTML = ''; }); }); const imageUrlVertifier = (src) => { let img = new Image(); img.onload = () => { //Passing it to the create new element elements.push(new image(src, imgTag++)); document.querySelector(`input.optionbtn`).value = ''; createMenu(elements[elements.length - 1]); deleteMenu(elements); myElements(elements[elements.length - 1]); }; img.onerror = () => { alert('Enter a valid Image Adress'); document.querySelector(`input.optionbtn`).value = ''; }; img.src = src; }; save.addEventListener('click', () => { if((document.querySelector(`.tabcontent h3`)).innerHTML == 'Image') { //! FOR IMAGE ELEMENT let str = (document.querySelector(`#imagesrc`).value); console.log('hi'); imageUrlVertifier(str); } if((document.querySelector(`.tabcontent h3`)).innerHTML == 'Text') { //! FOR TEXT ELEMENT let text = document.querySelector(`#word`).value || '❤❤❤'; let color = document.querySelector(`#color`).value || 'black'; let size = Number(document.querySelector(`#size`).value) || 30; if(size < 30) size = 30; let font = (document.querySelector(`#fontvalue`).innerHTML).split('\n')[0]; console.log('||' + font + '||'); if(font !== 'Font'){ console.log('font is not Font'); font = font[font.length -1]; switch (font) { case '1': font = 'first'; break; case '2': font = 'second'; break; case '3': font = 'third'; break; case '4': font = 'fourth'; break; case '5': font = 'fifth'; break; case '6': font = 'sixth'; break; } } else font = 'serif'; console.log(`${size} & ${font}`); elements.push(new word(text, size, color, font, wordTag++)); document.querySelector(`#word`).value = ''; document.querySelector(`#color`).value = ''; document.querySelector(`#size`).value = 10; document.querySelector(`#word`).innerHtml = 'Font'; createMenu(elements[elements.length - 1]); deleteMenu(elements); myElements(elements[elements.length - 1]); } document.querySelector('.tabcontent').style.display = 'none'; document.querySelector('.tabcontent h3').innerHTML = ''; }); //* -------------------------------------------------POST METHORD----------------------------------------------------------- async function newInvitePost() { let form = document.getElementById('newInvite'); let invite = invitePost(form, elements); try { const res = await fetch('../invitation', { method : 'POST', headers : { 'Accept' : 'application/json' , //* Tells the type of content the client can understand 'Content-type' : 'application/json' //* What kind of data we are sending through the body }, body : JSON.stringify(invite), }); let id = await res.text(); id = id.slice(1, (id.length-1)); console.log(id); window.location.replace(`./${id}`); } catch (error) { console.log(error); } } document.getElementById('createInvite').addEventListener('click', newInvitePost); //* -----------------------------------------------CANVAS MANIPULATION----------------------------------------------------------- march(); canvas.addEventListener('dblclick', e=>{ elements.forEach(element => { const rect = canvas.getBoundingClientRect(); const x = e.clientX - rect.left; const y = e.clientY - rect.top; doubleClick(x, y, element, rect.width, rect.height); }); } ); function draw() { ctx.clearRect(0, 0, canvas.width, canvas.height); elements.forEach(element => { element.sketch(context, canvas.width, canvas.height); }); } function march() { if(canvas.getBoundingClientRect().width - canvas.width > 2) { canvas.width = canvas.getBoundingClientRect().width; canvas.height = canvas.getBoundingClientRect().height; } if(canvas.width > 500) { canvas.width = 500; canvas.height = 500; } canvas.addEventListener('mousemove', e =>{ elements.forEach(element => { const rect = canvas.getBoundingClientRect(); const x = e.clientX - rect.left; const y = e.clientY - rect.top; mousemove(x, y, element, canvas.getBoundingClientRect().width, canvas.getBoundingClientRect().height); }); }); draw(); window.requestAnimationFrame(march); } canvas.addEventListener('mousedown', e => { elements.forEach(element => { const rect = canvas.getBoundingClientRect(); const x = e.clientX - rect.left; const y = e.clientY - rect.top; mousedown(x, y, element, canvas.getBoundingClientRect().width, canvas.getBoundingClientRect().height); }); }); canvas.addEventListener('mouseup', e => { elements.forEach(element => { mouseup(element); }); }); canvas.addEventListener('mousemove', e => { let icon = '',iconFinal = 'context-menu'; elements.forEach(element => { const rect = canvas.getBoundingClientRect(); const x = e.clientX - rect.left; const y = e.clientY - rect.top; icon = mouseIcon(x, y, element, canvas.getBoundingClientRect().width, canvas.getBoundingClientRect().height); if(icon != 'context-menu') iconFinal = icon; }); document.body.style.cursor = iconFinal; });
32.597458
137
0.604706
f8c7869b283b23bcf9a5f4d7766ec1b1de0bf9fe
668
js
JavaScript
src/pages/about.js
Carlos-Caballero/front
4ae235bce323af2c3f4c9609ca99551d6af5c32b
[ "MIT" ]
null
null
null
src/pages/about.js
Carlos-Caballero/front
4ae235bce323af2c3f4c9609ca99551d6af5c32b
[ "MIT" ]
null
null
null
src/pages/about.js
Carlos-Caballero/front
4ae235bce323af2c3f4c9609ca99551d6af5c32b
[ "MIT" ]
null
null
null
import React from "react"; import Navbar from "../components/navbar"; import Fooder from "../components/fooder"; import Exp from "../components/expHerramientas"; import AboutMe from "../components/aboutMe"; import Cursos from "../components/cursosAprobados"; import Detalles from "../components/detallesPersonales"; import Desc from "../components/descripciones"; class about extends React.Component { render() { return ( <div> <Navbar></Navbar> <AboutMe></AboutMe> <Detalles></Detalles> <Desc></Desc> <Exp></Exp> <Cursos></Cursos> <Fooder></Fooder> </div> ); } } export default about;
24.740741
56
0.639222
f8c7e68eabb90c6625fff7bb016b907225e62e2d
825
js
JavaScript
src/main/webapp/widgets/Legend/setting/nls/Setting_pt-pt.js
emkgth/clean-water
d333aae1487fd7b620521038acee4590801f2c45
[ "Apache-2.0" ]
null
null
null
src/main/webapp/widgets/Legend/setting/nls/Setting_pt-pt.js
emkgth/clean-water
d333aae1487fd7b620521038acee4590801f2c45
[ "Apache-2.0" ]
null
null
null
src/main/webapp/widgets/Legend/setting/nls/Setting_pt-pt.js
emkgth/clean-water
d333aae1487fd7b620521038acee4590801f2c45
[ "Apache-2.0" ]
null
null
null
// All material copyright ESRI, All Rights Reserved, unless otherwise specified. // See http://js.arcgis.com/3.15/esri/copyright.txt and http://www.arcgis.com/apps/webappbuilder/copyright.txt for details. //>>built define({"widgets/Legend/setting/nls/strings":{left:"Alinhar \u00e0 esquerda",right:"Alinhar \u00e0 direita",arrangement:"Pr\u00e9-defini\u00e7\u00e3o",autoUpdate:"Actualiza\u00e7\u00e3o autom\u00e1tica",respectCurrentMapScale:"Respeitar a escala actual do mapa",layerSelectorTitle:"Selecionar as camadas nas quais exibir legendas: ",showLegendsForLayers:"Exibir legendas para camadas:",showBasemapLegends:"Exibir legendas de mapa base",honorTheWebMapSetting:"Respeitar a defini\u00e7\u00e3o do mapa web", reset:"Redefinir",resetTip:"Restaurar para defini\u00e7\u00e3o original do mapa web",_localized:{}}});
165
504
0.8
f8c8919ee999336175e09c76e960bc484ed618f7
3,034
js
JavaScript
src/containers/Environment.js
pjkarlik/Hacker
f65b51efa04d7133be11f391778b90d58efdffc4
[ "MIT" ]
3
2020-12-11T09:01:19.000Z
2021-07-02T16:59:08.000Z
src/containers/Environment.js
pjkarlik/Hacker
f65b51efa04d7133be11f391778b90d58efdffc4
[ "MIT" ]
null
null
null
src/containers/Environment.js
pjkarlik/Hacker
f65b51efa04d7133be11f391778b90d58efdffc4
[ "MIT" ]
null
null
null
import React from 'react'; import { resolve } from '../utils/styles'; import { connect } from 'react-redux'; import getBrowserDimensions from '../utils/getBrowserDimensions'; /** */ class Environment extends React.Component { static displayName = 'Environment'; static propTypes = { classes: React.PropTypes.object, rotation: React.PropTypes.array, /** Modules Props **/ transition: React.PropTypes.string }; static defaultProps = { direction: null }; constructor(props) { super(props); this.state = { rotation: { x: -42, y: 22 }, mouseActive: false, transition: this.props.transition }; this.waitFor = this.waitFor.bind(this); this.computeRotation = this.computeRotation.bind(this); this.generateMouseMove = this.generateMouseMove.bind(this); } /* Component Life Cycle */ componentDidMount() { this.waitFor(); } componentWillReceiveProps(nextProps) { if (nextProps.transition !== this.props.transition) { this.setState({ transition: nextProps.transition }); } } componentWillUnmount() { clearInterval(this.interval); } /* Cube Rotation */ computeRotation(x, y) { const rotation = []; const browserSize = getBrowserDimensions(window, document); const mouseX = 90 - Math.floor((90 / (browserSize.browserWidth / 2)) * x); const mouseY = 90 - Math.floor((90 / (browserSize.browserHeight / 2)) * y); rotation.x = mouseX; rotation.y = mouseY; this.setState({ rotation }); } generateMouseMove() { const browserSize = getBrowserDimensions(window, document); const genX = Math.floor((Math.random() * browserSize.browserWidth) + 1); const genY = Math.floor((Math.random() * browserSize.browserHeight) + 1); this.computeRotation(genX, genY); } waitFor() { clearInterval(this.interval); const randomDelay = Math.floor((Math.random() * 8000) + 2000); this.interval = setInterval(this.generateMouseMove, randomDelay); } /* Render Cube */ render() { const { classes } = this.props; const { rotation, mouseActive, transition } = this.state; const styleObject = { transition: `${mouseActive ? '0' : '2000'}ms`, transform: `rotateY(${360 - rotation.x}deg) rotateX(${rotation.y}deg)` }; return ( <div {...resolve(this.props, 'container', transition)} onTouchStart={this.touchStart} onMouseMove={this.reactMouse} onMouseLeave={this.inactMouse}> <div className={classes.cube} style={styleObject}> <div className={classes.front}> </div> <div className={classes.back}> </div> <div className={classes.right}> </div> <div className={classes.left}> </div> <div className={classes.top}> </div> <div className={classes.bottom}> </div> </div> </div> ); } } export default connect((state) => { return { transition: state.site.transition }; }, {})(Environment);
29.173077
79
0.627225
f8c96293db563e9a4ecaf75032c03d6d4aa79c58
1,072
js
JavaScript
assets/lib/simple-icons/icons/internetarchive.js
vincedani/FeelIt
56be4e9a3833448a67a1cc78b5ce9ae57f7cd091
[ "MIT" ]
89
2021-06-01T08:25:32.000Z
2022-03-30T07:24:44.000Z
assets/lib/simple-icons/icons/internetarchive.js
vincedani/FeelIt
56be4e9a3833448a67a1cc78b5ce9ae57f7cd091
[ "MIT" ]
72
2021-05-31T09:35:03.000Z
2022-03-17T13:44:42.000Z
assets/lib/simple-icons/icons/internetarchive.js
vincedani/FeelIt
56be4e9a3833448a67a1cc78b5ce9ae57f7cd091
[ "MIT" ]
44
2021-06-06T06:59:52.000Z
2022-03-30T14:11:18.000Z
module.exports={title:"Internet Archive",slug:"internetarchive",svg:'<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Internet Archive</title><path d="M22.667 22.884V24H1.333v-1.116zm-.842-1.675v1.396H2.175v-1.396zM4.233 6.14l.234.118.118 1.882.117 3.058v2.941l-.117 3.666-.02 2.47-.332.098H3.062l-.352-.098-.136-2.47-.118-3.646v-2.941l.118-3.078.107-1.892.244-.107zm16.842 0l.235.118.117 1.882.117 3.058v2.941l-.117 3.666-.02 2.47-.332.098h-1.171l-.352-.098-.137-2.47-.117-3.646v-2.941l.117-3.078.108-1.892.244-.107zm-11.79 0l.235.118.117 1.882.117 3.058v2.941l-.117 3.666-.02 2.47-.331.098H8.114l-.352-.098-.136-2.47-.117-3.646v-2.941l.117-3.078.107-1.892.244-.107zm6.457 0l.234.118.117 1.882.118 3.058v2.941l-.118 3.666-.019 2.47-.332.098H14.57l-.351-.098-.137-2.47-.117-3.646v-2.941l.117-3.078.108-1.892.244-.107zm6.083-2.511V5.58H2.175V3.628zM11.798 0l10.307 2.347-.413.723H1.951l-.618-.587Z"/></svg>',get path(){return this.svg.match(/<path\s+d="([^"]*)/)[1]},source:"https://archive.org/",hex:"666666",guidelines:void 0,license:void 0};
1,072
1,072
0.698694
f8c9a7cbf98a24f22cd14666e7a09b805bd24443
337
js
JavaScript
src/lib/schema/user.js
hling51325/Server
ab09a55cd6b2bf5cc531731bd2f8db9806f6e5bd
[ "Apache-2.0" ]
null
null
null
src/lib/schema/user.js
hling51325/Server
ab09a55cd6b2bf5cc531731bd2f8db9806f6e5bd
[ "Apache-2.0" ]
null
null
null
src/lib/schema/user.js
hling51325/Server
ab09a55cd6b2bf5cc531731bd2f8db9806f6e5bd
[ "Apache-2.0" ]
null
null
null
module.exports = (Schema) => { let schema = Schema({ username: String, nickname: String, password: String, email: String, phone: String, gender: Number, // 0: no, 1: male, 2: female, 3: transform, 4: bisexual birthday: Date, avatar: String }) return schema }
22.466667
80
0.534125
f8c9bcecfc87a9d7c73636ed75f6d7bdc34497fe
1,119
js
JavaScript
trie.js
Lochlan/trie.js
07862c747a2faa4e44261200226304ea0ddf47f7
[ "MIT" ]
null
null
null
trie.js
Lochlan/trie.js
07862c747a2faa4e44261200226304ea0ddf47f7
[ "MIT" ]
null
null
null
trie.js
Lochlan/trie.js
07862c747a2faa4e44261200226304ea0ddf47f7
[ "MIT" ]
null
null
null
class TrieNode { constructor(value=null, terminates=false, children={}) { this.value = value; this.terminates = terminates; this.children = children; } insert(string) { if (string.length === 0) { this.terminates = true; return; } if (this.children[string[0]]) { this.children[string[0]].insert(string.substring(1)); return; } this.children[string[0]] = new TrieNode( string[0], string.length === 1 ); this.children[string[0]].insert(string.substring(1)); } lookUp(string) { if (string.length === 0) { return this.terminates; } if (this.children[string[0]]) { return this.children[string[0]].lookUp(string.substring(1)); } return false; } } class Trie { constructor() { this.root = new TrieNode(); } insert(string) { this.root.insert(string); } lookUp(string) { return this.root.lookUp(string); } } module.exports = Trie;
20.722222
72
0.514745
f8ca7384bd4052ff0b7d97bb721288bacc13f484
1,203
js
JavaScript
tests/strict-order.test.js
jamescostian/borrow-state
327b576fdadeb97ec58a7ede3a56ae51bee4720c
[ "0BSD" ]
1
2016-05-12T02:19:20.000Z
2016-05-12T02:19:20.000Z
tests/strict-order.test.js
jamescostian/borrow-state
327b576fdadeb97ec58a7ede3a56ae51bee4720c
[ "0BSD" ]
2
2020-01-05T17:53:13.000Z
2021-05-07T14:42:55.000Z
tests/strict-order.test.js
jamescostian/borrow-state
327b576fdadeb97ec58a7ede3a56ae51bee4720c
[ "0BSD" ]
null
null
null
'use strict' const BorrowState = require('../module.js') const countTo = require('./count-to.js') it('runs everything in a strict ordering, not allowing anything to happen outside of that order', () => { expect.assertions(1) const hasHappened = [] const myState = new BorrowState() myState.block().then((state) => { hasHappened.push(1) state.unblock() }) myState.block().then((state) => { hasHappened.push(2) return state }).then((state) => { hasHappened.push(3) return state }).then((state) => { hasHappened.push(4) return state }).then((state) => { hasHappened.push(5) return state }).then((state) => { hasHappened.push(6) state.unblock() }) myState.block().then((state) => { hasHappened.push(7) return state }).then((state) => { hasHappened.push(8) return state }).then((state) => { hasHappened.push(9) return state }).then((state) => { hasHappened.push(10) return state }).then((state) => { hasHappened.push(11) state.unblock() }) return myState.block().then((state) => { hasHappened.push(12) expect(hasHappened).toEqual(countTo(12)) state.unblock() }) })
21.872727
105
0.607648
f8ca740adb00ba21a065d2692d6c0e88f43bfdb4
1,915
js
JavaScript
test/Date/TwoDigitYears.js
P1umer/ChakraCore
6b471d9b9096ded789a924bc7f0518bbb000c320
[ "MIT" ]
8,664
2016-01-13T17:33:19.000Z
2019-05-06T19:55:36.000Z
test/Date/TwoDigitYears.js
P1umer/ChakraCore
6b471d9b9096ded789a924bc7f0518bbb000c320
[ "MIT" ]
5,058
2016-01-13T17:57:02.000Z
2019-05-04T15:41:54.000Z
test/Date/TwoDigitYears.js
P1umer/ChakraCore
6b471d9b9096ded789a924bc7f0518bbb000c320
[ "MIT" ]
1,367
2016-01-13T17:54:57.000Z
2019-04-29T18:16:27.000Z
//------------------------------------------------------------------------------------------------------- // Copyright (C) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information. //------------------------------------------------------------------------------------------------------- // A two digit year in the format mm/dd/yy is interpreted as a 21st century year if it is less than 50; // otherwise it's interpreted as a 20th century year. // See: https://github.com/Microsoft/ChakraCore/pull/4062 // 21st century years: runTest("01/01/00", "2000-01-01T00:00:00"); runTest("01/01/00 00:00:01 am", "2000-01-01T00:00:01"); runTest("01/01/00 00:00:01 am EST", "2000-01-01T00:00:01-05:00"); runTest("11/14/17", "2017-11-14T00:00:00"); runTest("10/26/49", "2049-10-26T00:00:00"); runTest("12/31/49 11:59:59 pm", "2049-12-31T23:59:59"); runTest("12/31/49 11:59:59 pm PST", "2049-12-31T23:59:59-08:00"); // 20st century years: runTest("01/01/50", "1950-01-01T00:00:00"); runTest("01/01/50 01:34:59", "1950-01-01T01:34:59"); runTest("09/27/70", "1970-09-27T00:00:00"); runTest("12/31/99", "1999-12-31T00:00:00"); runTest("12/31/99 11:59:59 p.m.", "1999-12-31T23:59:59"); runTest("12/31/99 11:59:59 p.m. UTC", "1999-12-31T23:59:59Z"); function runTest(dateToTest, isoDate) { if (isoDate === null) { if (isNaN(Date.parse(dateToTest))) { console.log("PASS"); } else { console.log("Wrong date parsing result: Date.parse(\"" + dateToTest + "\") should return NaN"); } } else { if (Date.parse(dateToTest) === Date.parse(isoDate)) { console.log("PASS"); } else { console.log("Wrong date parsing result: Date.parse(\"" + dateToTest + "\") should equal Date.parse(\"" + isoDate + "\")"); } } }
45.595238
135
0.544125
f8ca743663c1bab13ec50c2179de91a2136c12af
9,174
js
JavaScript
static/branding/default/js/universal.js
cheneylew/gocms
6626de7c5a599d8a2f41e95790cef0ff90cf2876
[ "MIT" ]
1
2017-12-22T13:07:44.000Z
2017-12-22T13:07:44.000Z
static/branding/default/js/universal.js
cheneylew/gocms
6626de7c5a599d8a2f41e95790cef0ff90cf2876
[ "MIT" ]
null
null
null
static/branding/default/js/universal.js
cheneylew/gocms
6626de7c5a599d8a2f41e95790cef0ff90cf2876
[ "MIT" ]
null
null
null
$(document).ready(function() { // notices $('#notices div').animate({opacity: 1.0},4000).fadeOut('slow'); $(window).scroll(function() { $('#notices div').animate({top:$(window).scrollTop()+5+"px" },{queue: false, duration: 0}); }); // buttons $('input.button').hover(function () { $(this).toggleClass('hover'); }); // tooltips $(".tooltip").addClass('tip_top').tipTip(); // menu $(document).click(function() { $('div#navigation ul.children').hide(); }); $('div#navigation ul a.parent').click(function() { $('div#navigation ul.children').hide(); if ($(this).parent().children('ul.children').length != 0) { $(this).parent().children('ul.children').slideDown(100); return false; } }); // auto-complete URL paths // set this data to track whether we should still be automating the URL path or not // $('input#url_path').data('automate','1'); // turn off auto URL path building if we have touched the URL path even once // $('input#url_path').click(function () { // $('input#url_path').data('automate','0'); // }); // automate the URL when we are typing a title // if ($('input#url_path').length > 0 && $('input#title').length > 0) { // $('input#title').keyup(function () { // var url_path_field = $('input#url_path'); // if (url_path_field.data('automate') == '1') { // if ($('input#base_url').length > 0) { // // we have a base URL // var url = $('input#base_url').val(); // } // else { // var url = ''; // } // // url += $('input#title').val().toLowerCase(); // // url = url.replace(/\s+/g,'_'); // url = url.replace(/<(.*?)>/g, ''); // url = url.replace(/\/{2,10}/g,''); // url = url.replace(/[^a-z0-9\/\-_\.]/ig,''); // // if (url.length > 0) { // // remove mark_empty class if it's there // url_path_field.removeClass('highlight_empty'); // url_path_field.val(url); // } // } // }); // } /* DATASET LIBRARY ACCOMPANYING JAVASCRIPT */ // sorting $('a.sort_column').click(function (e) { e.preventDefault(); var column = $(this).attr('rel'); $('input#sort_column').val(column); var direction = $(this).attr('direction'); $('input#sort_dir').val(direction); $('form#dataset_form').submit(); }); // delete confirmations $('input[value="Delete"]').click(function() { var confirmed = confirm('Are you sure you want to do this?'); if (!confirmed) { $('input.action_items').attr('checked',false); $('input.action_items').parent().parent().removeClass('selected'); return false; } }); // table row colours $('table.dataset tr:even').addClass('odd'); // table row mouseovers $('table.dataset tbody tr').hover(function() { if (!$(this).hasClass('selected') && !$(this).hasClass('filters')) { $(this).addClass('hovered'); } }, function() { $(this).removeClass('hovered'); }); // handle row clicks/checkbox clicks $('table.dataset tbody tr').click(function(event) { if (event.target.type !== 'checkbox') { $(this).find('input.action_items').each(function () { if ($(this).is(':checked')) { $(this).parent().parent().removeClass('selected'); $(this).attr('checked',false); return false; } else { $(this).parent().parent().addClass('selected'); $(this).attr('checked','checked'); return false; } }); } else { $(this).find('input.action_items').each(function () { if ($(this).is(':checked')) { $(this).parent().parent().addClass('selected'); } else { $(this).parent().parent().removeClass('selected'); } }); } }); $('table.dataset #check_all').click(function() { if ($(this).is(':checked')) { $('input.action_items').each(function () { $(this).parent().parent().addClass('selected'); $(this).attr('checked','checked'); }); } else { $('input.action_items').each(function () { $(this).parent().parent().removeClass('selected'); $(this).attr('checked',false); }); } }); // we may have an embedded drop-down... /* example: <select name="action"><!-- options here --></select> <input type="hidden" name="action_id" value="" /> <input type="submit" class="action button" value="Go" /> */ $('form#dataset_form input.action').click(function () { var id = $(this).siblings('input[name="action_id"]').val(); var action = $(this).siblings('select[name="action"]').val(); if (action != '' && action != false) { var form_url = $('#site_url').html() + $(this).attr('rel') + '/' + action + '/' + id; $('form#dataset_form').attr("ACTION",form_url); $('form#dataset_form').submit(); } else { return false; } }); // mark empty fields with the mark_empty script $('form#dataset_form tr.filters input.text').not('.datepick').each(function () { $(this).addClass('mark_empty'); $(this).attr('rel','过滤关键字'); }); // filters if (typeof $.fn.datePicker == 'function') { Date.format = 'yyyy-mm-dd'; // general datepick fields $('input.datepick').datePicker({clickInput:true,startDate:'2009-01-01'}); $('form#dataset_form input.date_start').datePicker({clickInput:true,startDate:'2009-01-01'}); $('form#dataset_form input.date_end').datePicker({clickInput:true,startDate:'2009-01-01'}); $('form#dataset_form input.date_start').bind( 'dpClosed', function(e, selectedDates) { var d = selectedDates[0]; if (d) { d = new Date(d); $('form#dataset_form input.date_end').dpSetStartDate(d.addDays(1).asString()); } } ); $('form#dataset_form input.date_end').bind( 'dpClosed', function(e, selectedDates) { var d = selectedDates[0]; if (d) { d = new Date(d); $('form#dataset_form input.date_start').dpSetEndDate(d.addDays(-1).asString()); } } ); } // what happens when we click reset? $('input#reset_filters').click(function () { window.location.href = $(this).parents('form#dataset_form').attr('rel'); }); $('form#dataset_form').submit(function () { if ($('input#submit_ready').val() == 'true') { return true; } if ($(this).attr('rel') != $(this).attr('action')) { // we have customized the form action, likely with an embedded options drop down // none of this applies return true; } // clear "start date" and "end date" from date fields if empty $(this).find('input.text').each(function() { if ($(this).hasClass('highlight_empty')) { $(this).val(''); } }); var serialized_filters = $(this).find('tr.filters input.text, tr.filters select').serialize(); // set form object var this_form = $(this); $.post($('#base_url').html()+'dataset/prep_filters', { filters: serialized_filters }, function(data){ // set "filters" input as the serialized filters this_form.find('input#filters').val(data); this_form.find('input#submit_ready').val('true'); // now we submit! this_form.submit(); }); return false; }); $('input#dataset_export_button').click(function () { if ($('input#submit_ready').val() == 'true') { return true; } // set form object var this_form = $(this).parents('form#dataset_form'); var serialized_filters = this_form.find('tr.filters input.text, tr.filters select').serialize(); $.post($('#base_url').html()+'dataset/prep_filters', { filters: serialized_filters }, function(data){ this_form.find('input#filters').val(data); this_form.find('input#export').val('csv'); this_form.find('input#submit_ready').val('true'); // no we submit! this_form.submit(); }); return false; }); $('input.action_button').click(function () { var serialized_items = $('form#dataset_form input.action_items').serialize(); if (serialized_items != '') { var link = $(this).attr('rel'); var action = $(this).attr('action'); var info = $(this).attr('info'); var return_link = $('#current_url').html(); $.post($('#base_url').html()+'dataset/prep_actions', { items: serialized_items, return_url: return_link, action:action, info:info}, function(data){ window.location.reload(); //window.location.href = link+'/'+data; }); } return false; }); }); /* notices functions */ function notice_error (message) { $('#notices').append('<div class="error">'+message+'</div>'); notice_animate(); } function notice_ok (message) { $('#notices').append('<div class="notice">'+message+'</div>'); notice_animate(); } function notice_animate () { $('#notices div').each(function () { $(this).animate({top:$(window).scrollTop()+5+"px" },{queue: false, duration: 0}); $(this).animate({opacity: 1.0},4000).fadeOut('slow'); }); $(window).scroll(function() { $('#notices div').animate({top:$(window).scrollTop()+5+"px" },{queue: false, duration: 0}); }); }
29.309904
135
0.572923
f8cac1c763dc201c304105520d2100aa17e6892d
7,842
js
JavaScript
modules/flickr/server/controllers/flickr-api-client.server.controller.js
imranzaidi/image_gallery_coding_excercise
f55413255c0a46566fd294c719c1227a7c99d32e
[ "MIT" ]
null
null
null
modules/flickr/server/controllers/flickr-api-client.server.controller.js
imranzaidi/image_gallery_coding_excercise
f55413255c0a46566fd294c719c1227a7c99d32e
[ "MIT" ]
null
null
null
modules/flickr/server/controllers/flickr-api-client.server.controller.js
imranzaidi/image_gallery_coding_excercise
f55413255c0a46566fd294c719c1227a7c99d32e
[ "MIT" ]
null
null
null
'use strict'; /** * Module dependencies. */ var _ = require('lodash'), path = require('path'), mongoose = require('mongoose'), request = require('request'), async = require('async'), Photograph = mongoose.model('Photograph'), PhotographStats = mongoose.model('PhotographStats'), errorHandler = require(path.resolve('./modules/core/server/controllers/errors.server.controller')); /** * Module members. */ var apiUrl = 'https://api.flickr.com/services/rest/', apiKey = 'a5e95177da353f58113fd60296e1d250', nasaUserId = '24662369@N07', methodString = '?method=', formatString = '&format=json&nojsoncallback=1', imageStatisticsDocumentId = 'image_statistics'; /** * Initial REST call to determine total number of pictures. */ function fetchPublicImagesStatistics(callback) { var pageNumber = 1, resultsPerPage = 500, timeStamp = Date.now(); // use the fetchPage() to get statistics and first page fetchPage(pageNumber, resultsPerPage, function (err, data) { if (err) { return callback(err); } var statsObject, stats, queryObject, firstPageImagesData; firstPageImagesData = data.photo; queryObject = { _id: imageStatisticsDocumentId }; /** * TODO: Keep track of number of rest calls made. Skipped, refer to note below. * * TODO: Implementation skipped to avoid any caching or other API use terms and * policies issues. Also note NASA's account has thousands of images, to issue a * separate request for each item to serve additional data and enrich the user * experience would require caching and background tasks to periodically store * this data. */ statsObject = { _id: imageStatisticsDocumentId, totalNumImages: data.total }; // store images statistics to DB if they don't exist, update if needed PhotographStats.findOne(queryObject, function (findError, photographStatistics) { if (findError) { console.log('fetchPublicImagesStatistics() > PhotographStats.findOne() error:', findError); return callback(findError); } if (!photographStatistics) { // create DB entry for image statistics stats = new PhotographStats(statsObject); stats.save(function (createError, createdData){ if (createError) { console.log('fetchPublicImagesStatistics() > stats.save() create error:', createError); return callback(createError); } createdData.firstPageImagesData = firstPageImagesData; callback(null, createdData); }); } else { // update statistics if needed if (photographStatistics.totalNumImages !== statsObject.totalNumImages) { photographStatistics.totalNumPages = statsObject.totalNumImages; photographStatistics.save(function (updateError, updatedData) { if (updateError) { console.log('fetchPublicImagesStatistics() > stats.save() update error:', updateError); return callback(updateError); } updatedData.firstPageImagesData = firstPageImagesData; callback(null, updatedData); }); } else { statsObject.firstPageImagesData = firstPageImagesData; callback(null, statsObject); } } }); }); } /** * Fetch basic data for all images per page. */ function fetchPage(page, imagesPerPage, callback) { var method, pageNumber, url, perPage; method = 'flickr.people.getPublicPhotos'; pageNumber = page ? page : 1; perPage = imagesPerPage ? imagesPerPage : 100; url = apiUrl + methodString + method + '&api_key=' + apiKey + '&user_id=' + nasaUserId + '&page=' + pageNumber + '&per_page=' + perPage + formatString; request(url, function (err, response, body) { if (err) { console.log('fetchPage() > request() error:', err); return callback(err); } var responseBody = JSON.parse(response.body.toString()); callback(null, responseBody.photos); }); } /** * Fetch basic data for all images. */ function fetchAllPages(totalNumImages, imagesPerPage, callback) { var perPage = imagesPerPage ? imagesPerPage : 500, numPages = parseInt(totalNumImages / perPage) + ((totalNumImages % perPage) ? 1 : 0), pageNumbers = [], imagesData = []; for (var i = 1; i < numPages + 1; i++) { pageNumbers.push(i); } async.eachSeries(pageNumbers, function (pageNumber, eachCallback) { process.nextTick(function () { fetchPage(pageNumber, perPage, function (pageFetchError, pageData) { if (pageFetchError) { console.log('fetchAllPages() > fetchPage() > async.eachSeries() error:', pageFetchError); return eachCallback(pageFetchError); } imagesData = imagesData.concat(pageData.photo); eachCallback(); }); }); }, function (err) { if (err) { console.log('fetchAllPages() > fetchPage() > async.eachSeries() [final callback] error:', err); return callback(err); } callback(null, imagesData); }); } /** * Store data for all images to DB. This is called upon the first time retrieval * of all image data. * * TODO: Implementation skipped to avoid any caching or other API use terms and * policies issues. Also note NASA's account has thousands of images, to issue a * separate request for each item to serve additional data and enrich the user * experience would require caching and background tasks to periodically store * this data. */ function saveAllImageData(data, callback) { } /** * Store data for an image to DB. * * TODO: Implementation skipped to avoid any caching or other API use terms and * policies issues. Also note NASA's account has thousands of images, to issue a * separate request for each item to serve additional data and enrich the user * experience would require caching and background tasks to periodically store * this data. */ function saveImageData(data, callback) { } /** * Gets firts page of image data to have something ready for client to consume * once the app starts. */ function initialSet(req, res) { var pageNumber = 2, resultsPerPage = 500; fetchPublicImagesStatistics(function (err, stats) { if (err) { console.log('initialSet() > findError error:', err); return res.status(500).send({ message: errorHandler.getErrorMessage(err) }); } var imagesData = stats.firstPageImagesData; res.send(imagesData); }); } /** * Gets entire collection of image data and serves it after client invokes * initialSet. */ function getAllImagesBasicData(req, res) { var resultsPerPage = 500, queryObject = { _id: imageStatisticsDocumentId }; PhotographStats.findOne(queryObject, function (findError, photographStatistics) { if (findError) { console.log('getAllImagesBasicData() > findError error:', findError); return res.status(500).send({ message: errorHandler.getErrorMessage(findError) }); } var fetchAllImageData = function () { fetchAllPages(photographStatistics.totalNumImages, resultsPerPage, function (pagesFetchError, imagesData) { if (pagesFetchError) { console.log('test() > fetchAllPages() error:', pagesFetchError); return res.status(500).send({ message: errorHandler.getErrorMessage(pagesFetchError) }); } // console.log('test() > fetchAllPages() response object:', imagesData); res.send(imagesData); }); }; if (photographStatistics) { fetchAllImageData(); } else { fetchPublicImagesStatistics(fetchAllImageData); } }); } /** * Expose functions. */ module.exports = { initialSet: initialSet, getAllImagesBasicData: getAllImagesBasicData };
29.704545
113
0.665902
f8cd27b734520dbc66863a600c19d72105189ef0
493
js
JavaScript
src/FormReact.js
Rubiksron/PresentationOnReact
611f2cdf37c1b9cc0ef8b25580319dd7abc923e4
[ "MIT" ]
null
null
null
src/FormReact.js
Rubiksron/PresentationOnReact
611f2cdf37c1b9cc0ef8b25580319dd7abc923e4
[ "MIT" ]
2
2020-07-07T20:22:27.000Z
2021-05-10T05:33:10.000Z
src/FormReact.js
Rubiksron/PresentationOnReact
611f2cdf37c1b9cc0ef8b25580319dd7abc923e4
[ "MIT" ]
null
null
null
import React from 'react'; import { RadioGroup, RadioButton } from 'react-radio-buttons'; const FormReact = props => { return ( <RadioGroup name="size" value={props.size} onChange={props.handleChange} > <RadioButton value="small">Small</RadioButton> <RadioButton value="medium">Medium</RadioButton> <RadioButton value="large">Large</RadioButton> <button type="submit">Make your choice</button> </RadioGroup> ); }; export default FormReact;
23.47619
62
0.6714
f8cf8eec01549ec5c70724456b703e6032f4b031
351
js
JavaScript
lib/boot.js
forim/forim
33d707f0d90419a3ee326a01747f9209ee8de3cf
[ "Apache-2.0" ]
null
null
null
lib/boot.js
forim/forim
33d707f0d90419a3ee326a01747f9209ee8de3cf
[ "Apache-2.0" ]
null
null
null
lib/boot.js
forim/forim
33d707f0d90419a3ee326a01747f9209ee8de3cf
[ "Apache-2.0" ]
null
null
null
'use strict'; var Server = require("http").Server; var config = require('./config'); var app = require('./app'); var v2 = require('./v2/'); var sio = require('./socket.io'); var realConfig = config.waterline.dev; var server = Server(app); module.exports = function (conf, cb) { v2(conf, app, function () { sio(server); cb(server); }); };
21.9375
38
0.621083
f8cf926962fd3a7204979ce006a6839352fe5538
708
js
JavaScript
app/vue-app/src/firebaseConfig.js
joshuafinkelstein/chimera-education
1930250a71cc787dea492a55883e53c4144897de
[ "Apache-2.0" ]
1
2020-02-02T18:28:45.000Z
2020-02-02T18:28:45.000Z
app/vue-app/src/firebaseConfig.js
joshuafinkelstein/chimera-education
1930250a71cc787dea492a55883e53c4144897de
[ "Apache-2.0" ]
5
2019-08-29T16:39:55.000Z
2022-02-18T09:23:43.000Z
app/vue-app/src/firebaseConfig.js
joshuafinkelstein/chimera-education
1930250a71cc787dea492a55883e53c4144897de
[ "Apache-2.0" ]
1
2020-02-02T18:29:22.000Z
2020-02-02T18:29:22.000Z
import firebase from 'firebase'; const config = { apiKey: "AIzaSyDxMRazrz1DpgfvaZpKJ9GON9YStwnMfGA", authDomain: "chimera-e8803.firebaseapp.com", databaseURL: "https://chimera-e8803.firebaseio.com", projectId: "chimera-e8803", storageBucket: "", messagingSenderId: "788713293552", appId: "1:788713293552:web:132e4a08046a9ea3" }; firebase.initializeApp(config); const db = firebase.database(); const auth = firebase.auth(); const google = new firebase.auth.GoogleAuthProvider(); const currentUser = auth.currentUser; // set persistance to keep the user logged in locally firebase.auth().setPersistence(firebase.auth.Auth.Persistence.LOCAL); export { db, auth, google, currentUser }
24.413793
69
0.754237
f8cfb697228660e8b9f4f8ac45082157d72afcf8
2,285
js
JavaScript
src/hooks/usePodOwner/index.js
acoburn/pod-browser
3a42e166e0a55a7d0a275c398b84d7f3b9be7582
[ "MIT" ]
54
2020-08-11T15:42:08.000Z
2022-03-29T23:44:39.000Z
src/hooks/usePodOwner/index.js
acoburn/pod-browser
3a42e166e0a55a7d0a275c398b84d7f3b9be7582
[ "MIT" ]
385
2020-08-12T09:48:20.000Z
2022-03-30T19:47:24.000Z
src/hooks/usePodOwner/index.js
acoburn/pod-browser
3a42e166e0a55a7d0a275c398b84d7f3b9be7582
[ "MIT" ]
8
2021-01-12T02:11:43.000Z
2022-03-16T06:00:31.000Z
/** * Copyright 2020 Inrupt Inc. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal in * the Software without restriction, including without limitation the rights to use, * copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the * Software, and to permit persons to whom the Software is furnished to do so, * subject to the following conditions: * * The above copyright notice and this permission notice shall be included in * all copies or substantial portions of the Software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, * INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A * PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ import { useEffect, useState } from "react"; import { getPodOwner } from "@inrupt/solid-client"; import { joinPath } from "../../stringHelpers"; import usePodRootUri from "../usePodRootUri"; import { isHTTPError } from "../../error"; import useResourceInfo from "../useResourceInfo"; function hackProfileUri(podRoot) { return podRoot ? joinPath(podRoot, "profile/card#me") : null; } export default function usePodOwner(resourceIri) { const [podOwnerWebId, setPodOwnerWebId] = useState(null); const [error, setError] = useState(null); const podRoot = usePodRootUri(resourceIri); const { data: resourceInfo, error: resourceError } = useResourceInfo( resourceIri ); useEffect(() => { if (resourceIri && isHTTPError(resourceError, 403)) { setPodOwnerWebId(hackProfileUri(podRoot)); setError(resourceError); return; } if (!resourceIri || resourceError) { setPodOwnerWebId(null); setError(resourceError); return; } setPodOwnerWebId(getPodOwner(resourceInfo) || hackProfileUri(podRoot)); setError(null); }, [resourceIri, podRoot, resourceError, resourceInfo]); return { podOwnerWebId, error }; }
40.087719
86
0.730853
f8d0270cb479257f2a41d54cdefac906e56ddd3c
1,101
js
JavaScript
src/__test__/utils/cellSets/getSampleCells.test.js
biomage-ltd/ui
2696f7f76d1d464da98fab310f3d605459271a55
[ "MIT" ]
18
2020-12-07T14:43:07.000Z
2021-12-19T20:44:25.000Z
src/__test__/utils/cellSets/getSampleCells.test.js
biomage-ltd/ui
2696f7f76d1d464da98fab310f3d605459271a55
[ "MIT" ]
304
2020-09-29T15:42:41.000Z
2022-01-04T13:03:32.000Z
src/__test__/utils/cellSets/getSampleCells.test.js
biomage-ltd/ui
2696f7f76d1d464da98fab310f3d605459271a55
[ "MIT" ]
3
2020-11-14T19:23:07.000Z
2021-12-16T10:46:15.000Z
import { createHierarchyFromTree, createPropertiesFromTree, } from 'redux/reducers/cellSets/helpers'; import { getSampleCells } from 'utils/cellSets'; const mockCellSet = require('__test__/data/cell_sets.json'); const cellSets = { properties: createPropertiesFromTree(mockCellSet.cellSets), hierarchy: createHierarchyFromTree(mockCellSet.cellSets), }; const sampleKey = 'louvain-0'; const numCells = cellSets.properties[sampleKey].cellIds.size; describe('Get sample cells', () => { it('returns all ids of all cells', () => { const allCellIds = getSampleCells(cellSets, 'louvain-0'); expect(allCellIds.length).toEqual(numCells); expect(allCellIds[0]).toMatchInlineSnapshot(` Object { "cellId": 1, "cellSetKey": "louvain-0", } `); }); it('does not throw an error if cellSets does not exist', () => { const emptyCellSets = { properties: {}, hierarchy: [], }; expect(() => { getSampleCells(emptyCellSets, 'louvain-0'); }).not.toThrow(); expect(getSampleCells(emptyCellSets, 'louvain-0')).toEqual([]); }); });
26.853659
80
0.669391
f8d0ae78c0e0a8149f5f792caabd9c7e5c727460
2,801
js
JavaScript
app/scripts/views/detail/detail-controller.js
flibbertigibbet/mos-energy-benchmark
f25df9e8a65804960633b2731f75555372f67950
[ "MIT" ]
9
2015-04-28T19:13:41.000Z
2019-12-23T03:21:30.000Z
app/scripts/views/detail/detail-controller.js
flibbertigibbet/mos-energy-benchmark
f25df9e8a65804960633b2731f75555372f67950
[ "MIT" ]
73
2015-01-07T18:01:43.000Z
2022-03-01T23:48:16.000Z
app/scripts/views/detail/detail-controller.js
flibbertigibbet/mos-energy-benchmark
f25df9e8a65804960633b2731f75555372f67950
[ "MIT" ]
3
2015-05-02T23:05:46.000Z
2022-01-16T10:43:17.000Z
(function () { 'use strict'; /* * ngInject */ var DetailConfig = { fields: [ 'energy_star', 'site_eui', 'total_ghg', 'electricity', 'natural_gas', 'fuel_oil', 'steam', 'water_use' ], FILTER: { NONE: 'none', SECTOR: 'sector' } }; /* * ngInject */ function DetailController($scope, CartoSQLAPI, DetailConfig, MOSColors, MOSCSSValues, buildingData, currentData) { /* jshint laxbreak:true */ var building = buildingData.data && buildingData.data.rows && buildingData.data.rows.length > 0 ? buildingData.data.rows[0] : {}; /* jshint laxbreak:false */ var sectorColor = MOSColors[building.sector] || MOSColors.Other; var rows = currentData.data.rows; $scope.years = CartoSQLAPI.years; $scope.selectedYear = CartoSQLAPI.getCurrentYear(); $scope.yearsAscending = CartoSQLAPI.years.slice().sort(); $scope.building = building; $scope.fields = DetailConfig.fields; $scope.currentData = rows; $scope.cssValues = MOSCSSValues; $scope.filterField = 'sector'; $scope.FILTER = DetailConfig.FILTER; $scope.dropdownText = {}; $scope.dropdownText[DetailConfig.FILTER.NONE] = 'All Buildings'; $scope.dropdownText[DetailConfig.FILTER.SECTOR] = 'Similar Building Types'; $scope.filterButtonText = $scope.dropdownText[DetailConfig.FILTER.NONE]; $scope.headerColor = { 'background-color': sectorColor, opacity: 0.8 }; $scope.filterBy = function (filter) { if (filter === DetailConfig.FILTER.SECTOR) { $scope.currentData = _.filter(rows, function (row) { return row.sector === building.sector; }); } else { $scope.currentData = rows; } $scope.filterButtonText = $scope.dropdownText[filter]; }; // Returns an array of callout values for the given key $scope.getCalloutValues = function (key) { return _.map($scope.years, function(year) { var vals = building[key + '_' + year] ? building[key + '_' + year] : 'N/A'; return vals; }); }; $scope.getCalloutColors = function () { return _.map($scope.years, function(year) { return year === $scope.selectedYear ? sectorColor : ''; }); }; } angular.module('mos.views.detail') .constant('DetailConfig', DetailConfig) .controller('DetailController', DetailController); })();
32.195402
103
0.538379