answer
stringlengths
15
1.25M
'use strict'; describe('Relations', function() { var Todo = client.backbone.LocalTodo; var User = client.backbone.LocalUser; Todo.Collection.prototype.comparator = 'created'; var user, collection; var ids = {}; var json; before(function reset(done) { localStorage.clear(); client.models.LocalTodo.d...
using System.Collections.Generic; using System.Collections.ObjectModel; using System.Net.Http.Headers; using System.Web.Http.Description; using Aglaia.API.Areas.HelpPage.ModelDescriptions; namespace Aglaia.API.Areas.HelpPage.Models { <summary> The model that represents an API displayed on the help page. </s...
module Subscribem class DashboardController < Subscribem::<API key> end end
<?xml version="1.0" ?><!DOCTYPE TS><TS language="fi" version="2.0"> <defaultcodec>UTF-8</defaultcodec> <context> <name>AboutDialog</name> <message> <location filename="../forms/aboutdialog.ui" line="14"/> <source>About Bitcoin</source> <translation>Tietoa Bitcoinista</translation> </...
using System; using System.Windows; using System.Windows.Media.Animation; using Ccr.Std.Introspective.Extensions; using Ccr.Std.Introspective.Infrastructure; using Ccr.PresentationCore.Helpers; using Ccr.Std.Extensions; namespace Ccr.PresentationCore.Animation.Timelines { public class CornerAnimation : Corn...
// To check if a library is compiled with CocoaPods you // can use the `COCOAPODS` macro definition which is // defined in the xcconfigs so it is available in // headers also when they are imported in the client // project. // <API key> #define <API key> #define <API key> 0 #define <API key> 0 #define <API key> 1 // <A...
import PropTypes from 'prop-types'; import React from 'react'; import cloneDeep from 'lodash.clonedeep'; let <API key> = (plotlyInstance) => class Plotly extends React.Component { static propTypes = { data: PropTypes.array, layout: PropTypes.object, config: PropTypes.object, onClick: PropTypes.func, ...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title>Vintage VR</title> <link rel="stylesheet" media="screen" href="http://openfontlibrary.org/face/coelacanth" type="text/css" /> <link rel="stylesheet" media="screen" href="http://openfontlibrary.org/face/chicagoflf" type="text/css" />...
#include "stdafx.h" extern "C" { #include "jinclude.h" #include "jpeglib.h" #include "jerror.h" } #include "FgStdLibs.hpp" struct <API key> { <API key> pub; JOCTET * buffer; std::vector<JOCTET> * target; }; typedef <API key> * my_dest_ptr_t; static const size_t OUTPUT_BUF_SIZE=4096; METHODDEF(void) init_des...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>LCOV - lcov.info - lib/batch-get-items.js - functions</title> <link rel="stylesheet" type="text/css" href="../gcov.css"> </head> <body> <table width=...
import EmberPerfService from 'ember-perf/services/ember-perf'; import RouterExt from 'ember-perf/ext/router'; import RouteExt from 'ember-perf/ext/route'; import config from '../config/environment'; const { Router, Route } = Ember; function <API key>(emberPerf, container, application) { const { injectionFactori...
Example javascript /* ES6 Rest parameters vs ES5 arguments keyword */ (function () { /* ES5 arguments keyword example */ var personalInfo = function (name, cellNumber, address, twitterHandle) { // The arguments keyword provides access to the functions parameters using array like syntax // Note: Not all arra...
package com.hanmote.service; import javax.annotation.Resource; import org.springframework.stereotype.Service; import com.hanmote.dao.<API key>; import com.hanmote.entity.CompanyBaseInfo; @Service("<API key>") public class <API key> implements <API key>{ private <API key> supplierBaseInfoDao; public <API key> <A...
import React, { Fragment, Component } from 'react' import PropTypes from 'prop-types' import { TrapApiError, Widget, WidgetHeader, WidgetBody, WidgetLoader, ExternalLink, UsersIcon, } from '@mozaik/ui' import ProjectMembersItem from './ProjectMembersItem' export default class ProjectMembers ...
<div class="am-vertical-align" id="interface"> <div class="<API key>"> <div class="am-g-collapse"> <form class="am-form" role="form" action="{{ projHomeURI }}"> <div class="am-u-sm-1" style="height: 10px;"></div> <div class="am-u-sm-8"> ...
// of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the rights // copies of the Software, and to permit persons to whom the Software is // furnished to do so, subject to the following conditions: // copies or substantial p...
/** * * food.js * * @description * @author Fantasy <fantasyshao@icloud.com> * @create 2014-12-01 * @update 2014-12-04 */ var mongoose = require('mongoose'); var Schema = mongoose.Schema; var FoodSchema = new Schema({ name: { type: String }, price: { type: Number }, shopId: { type: Number } }); mongoose.mo...
<!DOCTYPE html PUBLIC "- <html xmlns="http: <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="GENERATOR" content="VSdocman - documentation generator; https: <link rel="icon" href="favicon.ico"> <title>SubscriptionsDto.Currency Property</title> <link rel="styles...
import Posts from "meteor/vulcan:posts"; import { addCallback, getSetting } from 'meteor/vulcan:core'; function getEmbedlyData(url) { var data = {}; var extractBase = 'https://EmbedAPI.com/api/embed'; var embedlyKey = getSetting('embedAPIKey'); var thumbnailWidth = getSetting('thumbnailWidth', 200); var thumb...
#include "atom/common/api/atom_bindings.h" #include <algorithm> #include <iostream> #include <string> #include "atom/common/atom_version.h" #include "atom/common/chrome_version.h" #include "atom/common/<API key>/string16_converter.h" #include "atom/common/node_includes.h" #include "base/logging.h" #include "base/proces...
/* TEMPLATE GENERATED TESTCASE FILE Filename: <API key>.c Label Definition File: <API key>.strings.label.xml Template File: sources-sink-14.tmpl.c */ /* * @description * CWE: 78 OS Command Injection * BadSource: environment Read input from an environment variable * GoodSource: Fixed string * Sink: w32_spawnv * ...
<?php namespace Application\Controller\MembersArea; use Application\Entity\UserActionEntity; use Application\Form\Type\User\SettingsType; use Application\Form\Type\User\PasswordType; use Silex\Application; use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\Response; /** * @author Borut ...
package com.example.newbiechen.ireader.ui.activity; import android.app.Service; import android.content.ComponentName; import android.content.Intent; import android.content.ServiceConnection; import android.os.IBinder; import android.support.v7.widget.LinearLayoutManager; import android.support.v7.widget.RecyclerView; i...
# encoding: utf-8 module MsRest # Base module for Ruby serialization and deserialization. # Provides methods to serialize Ruby object into Ruby Hash and # to deserialize Ruby Hash into Ruby object. module Serialization # Deserialize the response from the server using the mapper. # @param mapper [Hash] R...
# coding: utf-8 class SpecialHexValidator < ActiveModel::EachValidator def validate_each(record, attribute, value) if attribute == :length if value.upcase != "UNLIM" if !(value.upcase =~ /^[0-3][0-9A-F]$/) record.errors[attribute] << "invalid hex" end end end if (attr...
<?php include '../engine.php'; $mode = array('ajax'=>true); if($_POST['type'] == 'com') { if(!isset($_POST['login'])) die(json_encode(array('status'=>'error', 'msg'=>'Niebezpieczeństwo!'))); if(!isset($_POST['pass'])) die(json_encode(array('status'=>'error', 'msg'=>'Niebezpieczeństwo!'))); if(empty($_POST...
// This is a manifest file that'll be compiled into application.js, which will include all the files // listed below. // Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts, // or vendor/assets/javascripts of plugins, if any, can be referenced here using a relative path. ...
package bnw.abm.intg.BuildingProperties; import java.io.IOException; import java.io.StringWriter; import java.nio.file.Path; import java.util.List; import java.util.logging.Level; import java.util.logging.Logger; import org.geotools.data.DataUtilities; import org.geotools.data.simple.<API key>; import org.geotools.geoj...
/* TEMPLATE GENERATED TESTCASE FILE Filename: <API key>.c Label Definition File: <API key>.label.xml Template File: sources-sinks-13.tmpl.c */ /* * @description * CWE: 190 Integer Overflow * BadSource: fgets Read data from the console using fgets() * GoodSource: Set data to a small, non-zero number (two) * Sinks: ...
<?php namespace CallFire\Common\Resource; class Call extends Action { /** * @var boolean */ protected $agentCall = null; /** * @var CallRecord[] */ protected $callRecords = array( ); /** * @var Note[] */ protected $notes = array( ); public function getAg...
module GainifyAPI class CustomCollection < Base include Events include Metafields def products Product.find(:all, :params => {:collection_id => self.id}) end def add_product(product) Collect.create(:collection_id => self.id, :product_id => product.id) end def remove_product(pro...
/** * Each section of the site has its own module. It probably also has * submodules, though this boilerplate is too simple to demonstrate it. Within * `src/app/home`, however, could exist several additional folders representing * additional modules that would then be listed as dependencies of this one. * For exam...
myApp.directive('myJsonEditor', [function() { return { restrict: 'E', require: 'ngModel', scope: { }, link: function(scope, root, attr, ngModel) { var editor = null, editorSession = null, tmrChanged = 0; editor = window.ace.edit(root[0...
import {Component} from "@angular/core"; import {LogoutService} from "../../services/logoutservice"; @Component({ selector: '<API key>', templateUrl: '/static/components/application/application.html', styles: [ `#navbar_botom {margin-bottom: 0; border-radius: 0; position: fixed; bottom: 0; left: 0; ...
<?php namespace Myapp\ResponsableBundle\Entity; use Doctrine\ORM\Mapping as ORM; use Symfony\Component\Validator\Constraints as Assert; /** * * * @ORM\Entity */ class Size { /** * @var string * * @ORM\Column(name="id", type="string", nullable=false) * @ORM\Id * @ORM\GeneratedValue(strategy="IDENTITY") */ priv...
export { default } from 'ember-enchant/components/enchant-text';
{-# OPTIONS_GHC -Wall #-} module LogAnalysis where import Log import Data.Char (isDigit) parseMessage :: String -> LogMessage parseMessage (x:' ':xs) | x == 'I' = LogMessage Info first body | x == 'W' = LogMessage Warning first body | x == 'E' = LogMessage (Error first) second (trim body) where body = t...
module.exports = { //connection: 'userMongodbServer', attributes: { section: { type: 'string', defaultsTo: 'Тест', required: true }, sections: { type: 'string', defaultsTo: 'Тесты', required: true }, ...
#pragma once #include "ofMain.h" #include "ofxSkinnedMesh.h" class ofApp : public ofBaseApp{ public: void setup(); void update(); void draw(); void keyPressed(int key); void keyReleased(int key); void mouseMoved(int x, int y ); void mouseDragged(int x, int y, int button); void mousePress...
#include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include <termios.h> #include <cstring> #include <cstdio> #include <cstdlib> #include <ctime> #include "common.h" #include "sendToServer.cpp" using namespace std; /* baudrate settings are defined in <asm/termbits.h>, which is included by <termios.h> */ #de...
var lib = require('./google-lib.js'); function searchBooks(req, res, next) { lib.searchBooks(req.params.search, function (err, result) { next.ifError(err); return res.json(result); }); } module.exports.searchBooks = searchBooks;
#include <stdio.h> int assertCount, errorCount; void assertEq(int x, int y){ assertCount++; if(x == y) return; errorCount++; printf("ASSERTION %d FAILED: %d does not equal %d\n", assertCount, x, y); } void endTest(){ if(errorCount > 0) printf("TEST FAILED: Encountered %d assertion error%s out of %d!", error...
package joiner.computational; import java.util.ArrayList; import java.util.List; import joiner.commons.DataServerConnector; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.zeromq.ZContext; import org.zeromq.ZMQ; import org.zeromq.ZMQ.Socket; public class ComputationalServer extends Thread { priv...
from __future__ import with_statement import pytest from redis import exceptions from redis._compat import b multiply_script = """ local value = redis.call('GET', KEYS[1]) value = tonumber(value) return value * ARGV[1]""" class TestScripting(object): @pytest.fixture(autouse=True) def reset_scripts(self, r): ...
<?php /* @WebProfiler/Collector/exception.css.twig */ class <API key> extends Twig_Template { public function __construct(Twig_Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = array( ); } protected function doDisplay(array $context, ar...
class Solution { public: /** * @param num: a rotated sorted array * @return: the minimum number in the array */ int findMin(vector<int> &num) { // write your code here if (num.size()==0) return -1; int i=0,min_n=num[0]; while (num[i]<num[i+1] and i<num.size()-1) i+...
'use strict'; import '../../indicators/ema.src.js';
import { W as WidgetBehavior, y as getFloatFromAttr, i as isEqual } from './index-0338ddf6.js'; const EVENT_MAP = { 'mousemove': 'onDragging', 'touchmove': 'onDragging', 'mouseup': 'onDragEnd', 'touchend': 'onDragEnd', 'contextmenu': 'onDragEnd', }; class SliderBehavior extends WidgetBehavior { static get p...
'use strict'; var Debug = require('./Debug-ec8c9014.js'); var redux = require('redux'); var turnOrder = require('./turn-order-0846b669.js'); var reducer = require('./reducer-172d838d.js'); var initialize = require('./initialize-05ccbf0c.js'); /** * Class to manage boardgame.io clients and limit debug panel rendering. ...
(function() { /*globals process */ var enifed, requireModule, Ember; // Used in @ember/-internals/environment/lib/global.js mainContext = this; // eslint-disable-line no-undef (function() { function missingModule(name, referrerName) { if (referrerName) { throw new Error('Could not find module ' + name + ' r...
@charset "UTF-8"; :root { --surface-a:#2a323d; --surface-b:#20262e; --surface-c:rgba(255, 255, 255, 0.04); --surface-d:#3f4b5b; --surface-e:#2a323d; --surface-f:#2a323d; --text-color:rgba(255, 255, 255, 0.87); --<API key>:rgba(255, 255, 255, 0.6); --primary-color:#c298d8; --primary-color-text:#15151...
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.CardTitle = exports.CardText = exports.CardMedia = exports.CardActions = exports.Card = undefined; var _reactCssThemr = require('react-css-themr'); var _identifiers = require('../identifiers.js'); var _Card = require('./Card.js'); va...
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.PolygonMaskPlugin=void 0;var <API key>=require("./PolygonMaskInstance"),PolygonMaskPlugin=function(){function n(){this.id="polygonMask"}return n.prototype.getPlugin=function(n){return new <API key>.PolygonMaskInstance(n)},n.prototype.needsPlugi...
"use strict"; exports.__esModule = true; exports.default = useMergeRefs; var React = <API key>(require("react")); var _mergeRefs = <API key>(require("../mergeRefs")); function <API key>(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function <API key>() { if (typeof WeakMap !== "function") return null;...
.<API key>,.fs-pagination-page{width:1px;height:1px;position:absolute;border:0;clip:rect(0 0 0 0);display:inline-block;margin:-1px;overflow:hidden;padding:0}.<API key>,.fs-pagination-first,.fs-pagination-last,.<API key>{width:auto;height:auto;position:static;clip:none;margin:0;overflow:visible}.<API key>{border:none;pa...
<!DOCTYPE html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Expires" content="-1"> <meta http-equiv="Pragma" content="no-cache"> <meta http-equiv="Cache-Control" content="no-cache"> <title>105</title> <link href="../css/style.css" rel="stylesheet" type="text/css"> <link ...
jsonp({"cep":"72331004","logradouro":"Quadra QR 601 Conjunto 4","bairro":"Samambaia Norte (Samambaia)","cidade":"Bras\u00edlia","uf":"DF","estado":"Distrito Federal"});
jsonp({"cep":"96020380","logradouro":"Rua Santos Dumont","bairro":"Centro","cidade":"Pelotas","uf":"RS","estado":"Rio Grande do Sul"});
jsonp({"cep":"08671035","logradouro":"Avenida Senador Roberto Simonsen","bairro":"Jardim dos Ip\u00eas","cidade":"Suzano","uf":"SP","estado":"S\u00e3o Paulo"});
jsonp({"cep":"04432150","logradouro":"Rua Padre Jos\u00e9 Giannella","bairro":"Jardim S\u00e3o Jorge","cidade":"S\u00e3o Paulo","uf":"SP","estado":"S\u00e3o Paulo"});
jsonp({"cep":"28060560","logradouro":"Avenida Wilson Batista","bairro":"Parque Aldeia","cidade":"Campos dos Goytacazes","uf":"RJ","estado":"Rio de Janeiro"});
jsonp({"cep":"38030180","logradouro":"Rua Soeur Aimee","bairro":"Leblon","cidade":"Uberaba","uf":"MG","estado":"Minas Gerais"});
jsonp({"cep":"56331305","logradouro":"Rua Monte Carmelo","bairro":"Vila Eul\u00e1lia","cidade":"Petrolina","uf":"PE","estado":"Pernambuco"});
jsonp({"cep":"06515340","logradouro":"Rua Tupys","bairro":"Tarum\u00e3","cidade":"Santana de Parna\u00edba","uf":"SP","estado":"S\u00e3o Paulo"});
jsonp({"cep":"74965020","logradouro":"Rua 101","bairro":"Jardim S\u00e3o Conrado","cidade":"Aparecida de Goi\u00e2nia","uf":"GO","estado":"Goi\u00e1s"});
jsonp({"cep":"25056100","logradouro":"Rua Prainha","bairro":"Jardim Gramacho","cidade":"Duque de Caxias","uf":"RJ","estado":"Rio de Janeiro"});
/** * "Visual Paradigm: DO NOT MODIFY THIS FILE!" * * This is an automatic generated file. It will be regenerated every time * you generate persistence class. * * Modifying its content may cause the program not work, or your work may lost. */ package com.speearth.model.core; import java.util.List; import org.hib...
jsonp({"cep":"57015385","logradouro":"Travessa S\u00e3o Francisco","bairro":"Vergel do Lago","cidade":"Macei\u00f3","uf":"AL","estado":"Alagoas"});
jsonp({"cep":"47160000","cidade":"Mansid\u00e3o","uf":"BA","estado":"Bahia"});
jsonp({"cep":"88359328","logradouro":"Rua Ivan Carlos Kohler","bairro":"Dom Joaquim","cidade":"Brusque","uf":"SC","estado":"Santa Catarina"});
jsonp({"cep":"14405060","logradouro":"Rua Batatais","bairro":"Jardim Rosel\u00e2ndia","cidade":"Franca","uf":"SP","estado":"S\u00e3o Paulo"});
jsonp({"cep":"66831009","logradouro":"Alameda Nove","bairro":"Tapan\u00e3 (Icoaraci)","cidade":"Bel\u00e9m","uf":"PA","estado":"Par\u00e1"});
jsonp({"cep":"74395050","logradouro":"Rua R 15","bairro":"Loteamento Solar Santa Rita","cidade":"Goi\u00e2nia","uf":"GO","estado":"Goi\u00e1s"});
jsonp({"cep":"26041255","logradouro":"Rua Heric Regis","bairro":"Jardim Corumb\u00e1","cidade":"Nova Igua\u00e7u","uf":"RJ","estado":"Rio de Janeiro"});
jsonp({"cep":"20220230","logradouro":"Pra\u00e7a Vasconcelos Quere","bairro":"Santo Cristo","cidade":"Rio de Janeiro","uf":"RJ","estado":"Rio de Janeiro"});
jsonp({"cep":"23092395","logradouro":"Rua Averrois Celular","bairro":"Campo Grande","cidade":"Rio de Janeiro","uf":"RJ","estado":"Rio de Janeiro"});
jsonp({"cep":"13218625","logradouro":"Rua Cinco","bairro":"Vale Azul II","cidade":"Jundia\u00ed","uf":"SP","estado":"S\u00e3o Paulo"});
jsonp({"cep":"74475236","logradouro":"Rua L\u00edrios","bairro":"Setor Morada do Sol","cidade":"Goi\u00e2nia","uf":"GO","estado":"Goi\u00e1s"});
jsonp({"cep":"29179332","logradouro":"Rua Para\u00edba","bairro":"Centro da Serra","cidade":"Serra","uf":"ES","estado":"Esp\u00edrito Santo"});
jsonp({"cep":"52121580","logradouro":"Rua Constan\u00e7a","bairro":"Campina do Barreto","cidade":"Recife","uf":"PE","estado":"Pernambuco"});
jsonp({"cep":"37504092","logradouro":"Rua Doutor Jo\u00e3o Grilo Pinto","bairro":"Santos Dumont","cidade":"Itajub\u00e1","uf":"MG","estado":"Minas Gerais"});
jsonp({"cep":"82520720","logradouro":"Rua Van Gogh","bairro":"Bacacheri","cidade":"Curitiba","uf":"PR","estado":"Paran\u00e1"});
package es.thesinsprods.zagastales.juegozagas.jugar.master.jugador6; import java.awt.EventQueue; import javax.swing.JFrame; import javax.swing.JLabel; import java.awt.Font; import java.awt.Color; import javax.swing.SwingConstants; import javax.swing.JTextField; import javax.swing.JButton; import javax.swing.border.Beve...
<!DOCTYPE html PUBLIC "- <html xmlns="http: <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.10"/> <title>MCCE Developer Manual: ATOM_STRUCT Struct Reference</title> <link href="tabs.css" rel="styl...
jsonp({"cep":"26262250","logradouro":"Rua Lu\u00eds Maria Ribeiro","bairro":"Comendador Soares","cidade":"Nova Igua\u00e7u","uf":"RJ","estado":"Rio de Janeiro"});
jsonp({"cep":"06240160","logradouro":"Rua Piacatu","bairro":"Munhoz J\u00fanior","cidade":"Osasco","uf":"SP","estado":"S\u00e3o Paulo"});
#Github-basics Remote repo to help me test out my Github skills! This really needs another header [I'm learning this on lynda.com!](http: Added this line from the Github interface.
jsonp({"cep":"04840760","logradouro":"Rua Rembrandt","bairro":"Conjunto Habitacional Brigadeiro Faria Lima","cidade":"S\u00e3o Paulo","uf":"SP","estado":"S\u00e3o Paulo"});
jsonp({"cep":"03380210","logradouro":"Rua Seurrebes Barbosa","bairro":"Vila Olinda","cidade":"S\u00e3o Paulo","uf":"SP","estado":"S\u00e3o Paulo"});
jsonp({"cep":"88808333","logradouro":"Rua Jo\u00e3o Ana Marcelino","bairro":"S\u00e3o Defende","cidade":"Crici\u00fama","uf":"SC","estado":"Santa Catarina"});
jsonp({"cep":"29041285","logradouro":"Rua Zaluar Dias","bairro":"Nazareth","cidade":"Vit\u00f3ria","uf":"ES","estado":"Esp\u00edrito Santo"});
jsonp({"cep":"77019062","logradouro":"Quadra 1103 Sul Alameda 23","bairro":"Plano Diretor Sul","cidade":"Palmas","uf":"TO","estado":"Tocantins"});
FROM gugod/perlcritic:latest RUN curl -sfL https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh | sh -s -- -b /usr/local/bin
@import url(http://fonts.googleapis.com/css?family=Barlow:200,400,600,900); @import url(http://fonts.googleapis.com/css?family=Barlow+Semi+Condensed:200,400,600,800); @import url(http://fonts.googleapis.com/css?family=Barlow+Condensed:200,400,600,900); @import url(http://fonts.googleapis.com/css?family=Titillium+Web:40...
jsonp({"cep":"74120970","logradouro":"Rua Jo\u00e3o de Abreu","bairro":"Setor Oeste","cidade":"Goi\u00e2nia","uf":"GO","estado":"Goi\u00e1s"});
<!DOCTYPE html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Expires" content="-1"> <meta http-equiv="Pragma" content="no-cache"> <meta http-equiv="Cache-Control" content="no-cache"> <title>105</title> <link href="../css/style.css" rel="stylesheet" type="text/css"> <link ...
(function($, Edge, compId){ var Composition = Edge.Composition, Symbol = Edge.Symbol; //Edge symbol: 'stage' (function(symbolName) { Symbol.bindTriggerAction(compId, symbolName, "Default Timeline", 1000, function(sym, e) { sym.$("effectDiv").remove(); }); //Edge binding end Symbol...
#!/usr/bin/python # coding=utf-8 # Python vsop optimized file generator. # this software and associated documentation files (the "Software"), to deal in # the Software without restriction, including without limitation the rights to # the Software, and to permit persons to whom the Software is furnished to do so, # subj...
jsonp({"cep":"94470486","logradouro":"Rua da Ac\u00e1cia","bairro":"Viam\u00f3polis","cidade":"Viam\u00e3o","uf":"RS","estado":"Rio Grande do Sul"});
jsonp({"cep":"19067170","logradouro":"Rua Jos\u00e9 Lib\u00e2nio Filho","bairro":"Parque Cedral","cidade":"Presidente Prudente","uf":"SP","estado":"S\u00e3o Paulo"});