answer
stringlengths
15
1.25M
var express = require('express'); var http = require('http'); var path = require('path'); var app = express(); app.use(express.bodyParser()); app.use(app.router); app.use(express.static(__dirname + '/public')); // Simple REST server. var users = []; app.post('/user', function(req, res) { users[req.body.name] = req....
package com.tommytony.war.job; import org.bukkit.block.Block; import org.bukkit.block.BlockFace; import com.tommytony.war.War; import com.tommytony.war.volume.BlockInfo; public class ResetCursorJob implements Runnable { private final Block cornerBlock; private final BlockInfo[] <API key>; private final bool...
=begin Copyright (c) 2011-2012 VMware, Inc. All Rights Reserved. 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, m...
/** * This file was generated by cmake, do NOT modify. */ #ifndef <API key> #define <API key> /* #undef HAVE_STRICMP */ #define HAVE_STRCASECMP #endif // !<API key>
using System.Web.Mvc; using System.Web.Routing; namespace Microsoft.Azure.Blast.Web { public class RouteConfig { public static void RegisterRoutes(RouteCollection routes) { routes.IgnoreRoute("{resource}.axd/{*pathInfo}"); routes.<API key>(); routes.MapRoute( ...
{% if not missions %} <div class="modal fade in" id="modal-dialog" style="display: block; padding-right: 15px;"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> <h4 class=...
using FlatBuffers; using FlatBuffers.Schema; using Synchronica.Examples.Schema; using Synchronica.Replayers; using Synchronica.Schema; using System; using System.Collections.Generic; using System.IO; using System.Net.Sockets; using System.Threading; using UnityEngine; namespace Synchronica.Unity.Examples { class Si...
## Navbar javascript import { NavBar } from 'icui'; Vue.component(NavBar.name, NavBar); :::demo html <ic-navbar title="NavBar" leftContent="" leftIcon rightIcon ></ic-navbar> ::: Options | | | | | | | title | | `String` | false| | leftContent | | `String` | false| | leftIcon...
'use strict'; function <API key>(foundVersion) { let version = (foundVersion && foundVersion[1]) ? `(${foundVersion[1]}) ` : ''; return `A new version of Ghost Core ${version}is available! Hot Damn. \ <a href="http://support.ghost.org/how-to-upgrade/" target="_blank">Click here</a> \ to learn more on upgrading ...
using System.Threading; using MonoTouch.Foundation; using MonoTouch.UIKit; using iOS.Client.Screens; using iOS.Client.MonoTouch.Dialog; using MonoTouch.Dialog; using System.Drawing; namespace iOS.Client { // The <API key> for the application. This class is responsible for launching the // User Interface of the ...
import { Component } from '@angular/core'; @Component({ selector: 'formly-demo-home', template: ` <div class="container markdown github"> <div [innerHtml]="contnent"></div> </div> `, }) export class HomeComponent { contnent = require('!!raw-loader!!highlight-loader!markdown-loader!./../../../READM...
namespace RemindMe { partial class MaterialPopup { <summary> Required designer variable. </summary> private System.ComponentModel.IContainer components = null; <summary> Clean up any resources being used. </summary> <param name="disposing">true if ...
require 'test_helper' class NotificationTest < ActionMailer::TestCase # replace this with your real tests test "the truth" do assert true end end
/* TEMPLATE GENERATED TESTCASE FILE Filename: <API key>.c Label Definition File: <API key>.label.xml Template File: sources-sinks-11.tmpl.c */ /* * @description * CWE: 416 Use After Free * BadSource: Allocate data using malloc(), initialize memory block, and Deallocate data using free() * GoodSource: Allocate data...
'use strict' var PassThrough = require('stream').PassThrough var statistics = require('vfile-statistics') var fileSetPipeline = require('./file-set-pipeline') module.exports = run // Run the file set pipeline once. // `callback` is invoked with a fatal error, or with a status code (`0` on // success, `1` on failure). f...
# Hand Signaling for WebRTC WebRTC https://mganeko.github.io/hand/ ## Hand signaling vanilla ICE https://mganeko.github.io/hand/signaling_vanilla.html * Chrome Firefox2 * * [Start video] * * * [Connect] * [SDP to send:]OfferSDP * * [SDP to receive:] * [Reveive SDP] * [SDP to send:]AnswerSDP * * [SDP to receive...
require 'puppet' require 'json' require 'erb' Puppet::Reports.register_report(:upguard) do VERSION = "v1.5.6" CONFIG_FILE_NAME = "upguard.yaml" VERSION_TAG = "Added by #{File.basename(__FILE__)} #{VERSION}" desc "Create a node (if not present) and kick off a node scan in UpGuard if changes were made." configf...
'use strict'; import {should as should_} from 'chai'; const should = should_(); import {spy, stub} from 'sinon'; import {setCanvas, canvas, context} from '../src/canvas'; import draw from '../src/draw'; // import {Sprite} from '../../../script/src/sprite'; describe('draw.js', () => { let ctx; before(() => { ...
using System; using Csla; using SelfLoadSoftDelete.DataAccess.ERLevel; namespace SelfLoadSoftDelete.DataAccess.Sql.ERLevel { public partial class <API key> { } }
<?php declare(strict_types=1); namespace Sonata\<API key>\Tests\Block; use Prophecy\Argument; use SimpleThings\EntityAudit\AuditReader as <API key>; use SimpleThings\EntityAudit\Revision; use Sonata\BlockBundle\Block\BlockContext; use Sonata\BlockBundle\Model\Block; use Sonata\BlockBundle\Test\<API key>; use Sonata\<AP...
<?php namespace Demo\TaskBundle\Tests\Controller; use Symfony\Bundle\FrameworkBundle\Test\WebTestCase; class <API key> extends WebTestCase { public function testIndex() { $client = static::createClient(); $crawler = $client->request('GET', '/hello/Fabien'); $this->assertTrue($crawler->fi...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> <HTML> <HEAD> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2"> <meta http-equiv="Content-Language" content="pl"> <style type="text/css"> body {font-family: arial; background: #ffffff; font-size: 8px color: white;} td { font-family: ver...
package org.beryl.app; /** Convenience class for retrieving the current Android version that's running on the device. * * Code example on how to use AndroidVersion to load a multi-versioned class at runtime for backwards compatibility without using reflection. * <pre class="code"><code class="java"> import org.beryl...
/** * HTML5 Boilerplate * * style.css contains a reset, font normalization and some base styles. * * Credit is left where credit is due. * Much inspiration was taken from these projects: * - yui.yahooapis.com/2.8.1/build/base/base.css * - camendesign.com/design/ * - praegnanz.de/weblog/htmlcssjs-kickstart */...
layout: "post" title: "Nextcloud: Honest review" date: "2020-06-17 22:15" categories: [cloud] tags: [google, privacy, cloud, nextcloud] description: "If you are planning to install Nextcloud, this post should be your first step in the process. This is a self-hosted, honest review of Nextcloud and its integrations." ima...
package bence.prognyelvek.contexts; import java.util.List; /** * @param <T> Input token type. * @param <O> Output token type. */ public interface ContextFactory<T, O> { Context<T, O> getInstance(List<T> tokens); }
using System.Collections.Generic; using MVPStream.Models.Data; namespace MVPStream.Models { public class SearchResults { public long Count { get; set; } public IEnumerable<Entry> Entries { get; set; } } }
var breadcrumbs=[['-1',"",""],['2',"SOLUTION-WIDE PROPERTIES Reference","<API key>.html"],['1277',"Tlece.Recruitment.Helpers Namespace","<API key>.html"],['1364',"Staff<API key> Class","<API key>.html"],['1365',"Properties","<API key>--.html"],['1366',"StaffRoles Property","<API key>.html"]];
<?PHP <API key>( 'America/New_York' ); include('../php/config.php'); $db = mysql_connect($config['mysql_hostname'], $config['mysql_username'], $config['mysql_password']) ; mysql_select_db($config['mysql_database'], $db); $query = mysql_query("SELECT * FROM pedutoSchedule WHERE date like '" . date("Y-m-d",strtotime("tod...
require 'tempfile' require 'posix-spawn' module Grit class Git include POSIX::Spawn class GitTimeout < RuntimeError attr_accessor :command attr_accessor :bytes_read def initialize(command = nil, bytes_read = nil) @command = command @bytes_read = bytes_read end end ...
<?php namespace App\Test\TestCase\Controller; use App\Controller\LevelsController; use Cake\TestSuite\IntegrationTestCase; /** * App\Controller\LevelsController Test Case */ class <API key> extends IntegrationTestCase { /** * Fixtures * * @var array */ public $fixtures = [ 'app.lev...
namespace Mindscape.Raygun4Net.Storage { public class RaygunFile : IRaygunFile { public string Name { get; set; } public string Contents { get; set; } } }
import unittest """ Given a binary tree, we need to find maximum value we can get by subtracting value of node B from value of node A, where A and B are two nodes of the binary tree and A is ancestor of B. Expected time complexity is O(n). """ class Node: def __init__(self, data, left=None, right=None): sel...
"use strict"; var Piece = require('../lib/Piece'), map = require('../lib/map'); describe('Piece.js', function() { var piece; beforeEach(function() { piece = new Piece(1, 'black', 0, 0); }); describe('Piece Constructor', function() { }); describe('Piece.prototype.getPiece()', function() { it('thi...
using Newtonsoft.Json; namespace Microsoft.Extensions.DependencyModel { internal ref struct UnifiedJsonWriter { private readonly JsonTextWriter _writer; public UnifiedJsonWriter(JsonTextWriter writer) { _writer = writer; } public void WriteStartObject() => _wr...
using System; namespace Cap5 { class Program { static void Main(string[] args) { int nota; Console.Write("Introduza a nota: "); nota = Convert.ToInt32(Console.ReadLine()); Console.WriteLine(nota>=10 ? "Parabéns" : "Faça um novo exame"); } ...
process.env.NODE_ENV = 'development'; // Load environment variables from .env file. Suppress warnings using silent // if this file is missing. dotenv will never modify any environment variables // that have already been set. require('dotenv').config({silent: true}); var chalk = require('chalk'); var webpack = require('...
# fetch-flickr-id Simple code to fetch the user ID of a Flickr user, from their Flickr username. # Demo URL http://sandbox.lovelldsouza.com/flickr-id-fetcher # Running locally npm start The app runs on http://localhost:9000 # Making a production build npm run build This should generate a /dist folder with optimized cod...
define([], () => { 'use strict'; class FeedsError extends Error { constructor(...args) { console.error('FeedsError', args); super(args); } } class ServerError extends Error { constructor(...args) { super(args); } } function quer...
// Type definitions for ag-grid-community v20.2.0 import { Component } from "./component"; export declare class PopupWindow extends Component { private static TEMPLATE; static DESTROY_EVENT: string; private popupService; private eContentWrapper; private eTitle; private eClose; protected clos...
module Precious module Views class HistoryAll < Layout def title "Recent activity on Weaki" end def versions i = @versions.size + 1 versions_temp = @versions.map do |x| v = x[0] page = x[1] ...
require 'rails_helper' RSpec.describe Api::V1::SessionsController do before do request.env['devise.mapping'] = Devise.mappings[:user] end describe 'POST #create' do context 'when login param is missing' do it 'raises an error' do expect { post :create }.to raise_error( ActionContro...
<HTML> <!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=UTF-8" /><!-- /Added by HTTrack --> <HEAD> <META HTTP-EQUIV="Content-Type" CONTENT="text/html;charset=UTF-8"><META HTTP-EQUIV="Refresh" CONTENT="0; URL=2007/01/30/<API key>/index.html"><TITLE>Page has moved</TITLE> </HEAD> <BODY>...
<!DOCTYPE HTML> <html lang="en"> <head> <meta id="viewport" name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> <meta name="<API key>" content="yes"> <meta name="<API key>" content="black"> <meta name="<API key>" content="Speed Sort"> ...
export default { analytics: () => { return { logEvent: () => {}, setCurrentScreen: () => {} }; } };
#!/bin/bash # Script Name: AtoMiC Sick Beard Uninstaller # DO NOT EDIT ANYTHING UNLESS YOU KNOW WHAT YOU ARE DOING. YELLOW='\e[93m' RED='\e[91m' ENDCOLOR='\033[0m' CYAN='\e[96m' GREEN='\e[92m' SCRIPTPATH=$(pwd) function pause(){ read -p "$*" } clear echo echo -e $RED echo -e " " echo -e " " echo -...
CKEDITOR.plugins.setLang( 'preview', 'ca', { preview: 'Visualització prèvia' } );
class CreateEvents < ActiveRecord::Migration def change create_table :events, id: false do |t| t.references :event_type, nil: false, index: true t.references :email_type, nil: false, index: true t.timestamp :created_at, nil: false end end end
using System; using System.Windows.Data; using Cradiator.Converters; using Cradiator.Model; using FakeItEasy; using NUnit.Framework; using Shouldly; namespace Cradiator.Tests.Converters { [TestFixture] public class <API key> : ConverterTestBase { IBuildBuster _buildBuster; protected override...
'use strict'; /** * Module dependencies. */ var should = require('should'), mongoose = require('mongoose'), User = mongoose.model('User'), Discount = mongoose.model('Discount'); /** * Globals */ var user, discount; /** * Unit tests */ describe('Discount Model Unit Tests:', function() { beforeEach(...
/* HTML5 display-role reset for older browsers */ /* 1.0 - Global */ /* 2.0 - Structure */ /* 2.1 - Column Structure */ /* Begin Left Sidebar */ /* End Left Sidebar */ /* 2.2 - Breadcrumbs */ /* 2.3 - Pagination */ /* 3.0 - Header */ /* 3.1 - Donate Button */ /* 4.0 - Main Menu */ /* 5.0 Typography */ /* 5.1 - Lists */...
/** * SIP Transactions module. */ (function(JsSIP) { var C = { // Transaction states STATUS_TRYING: 1, STATUS_PROCEEDING: 2, STATUS_CALLING: 3, STATUS_ACCEPTED: 4, STATUS_COMPLETED: 5, STATUS_TERMINATED: 6, STATUS_CONFIRMED: 7, // Transaction types NON_INVITE_CLIEN...
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Data; using System.Collections; using System.Web.UI.WebControls; using ServiceReference1; public partial class Meetings { public int appointmentNumber { get; set; } public DateTime startDate { ...
#ifndef _ICOM_H_INCLUDED_ #define _ICOM_H_INCLUDED_ 1 #define IC_INIT -1 /* initialize icode buffer */ #define IC_ENDCLAUSE -2 /* end a clause */ #define IC_ASSERTZ -3 /* assertz the icode buffer */ #define IC_ASSERTA -4 /* asserta the icode buffer *...
# #!/usr/bin/env python # -*- coding: utf-8 -*- # <HTTPretty - HTTP client mock for Python> # 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, # copies of the Software, and to permit pe...
/* * What follows is the result of much research on cross-browser styling. * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal, * Kroc Camen, and the H5BP dev community and team. */ html, button, input, select, textarea { color: #222; } html { font-size: 1em; line-height: 1.4; } /* ...
package sk.atris.netxms.confrepo.tests.service.database; import org.junit.After; import org.junit.Before; import org.junit.Test; import sk.atris.netxms.confrepo.exceptions.DatabaseException; import sk.atris.netxms.confrepo.service.database.DbConnectionManager; import sk.atris.netxms.confrepo.service.database.DbObjectHa...
<footer class="site-footer"> <div class="wrapper"> <!--<h2 class="footer-heading">{{ site.title }}</h2>--> <div class="footer-col-wrapper"> <div class="footer-col footer-col-1"> <ul class="contact-list"> <li>{{ site.title }}</li> {% if site.email %} <li><a href="mai...
#!/bin/sh set -e echo "mkdir -p ${<API key>}/${<API key>}" mkdir -p "${<API key>}/${<API key>}" SWIFT_STDLIB_PATH="${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" install_framework() { local source="${BUILT_PRODUCTS_DIR}/<API key>/$1" local destination="${<API key>}/${<API key>}" if [ -L "${source}" ]; then ...
module ArrayTests def <API key> assert_instance_of Inquisitive::Array, array end def test_array_match assert array.postgres? end def test_array_miss refute array.sql_server? end def <API key> assert array.exclude.sql_server? end def <API key> refute array.exclude.postgres? end ...
(function () { 'use strict'; var global$3 = tinymce.util.Tools.resolve('tinymce.PluginManager'); var eq = function (t) { return function (a) { return t === a; }; }; var isNull = eq(null); var noop = function () { }; var constant = function (value) { return funct...
// The main plugin - Ajaxify // Is passed the global options // Checks for necessary pre-conditions - otherwise gracefully degrades // Initialises sub-plugins // Calls Pronto class Ajaxify { constructor(options) { String.prototype.iO = function(s) { return this.toString().indexOf(s) + 1; }; //Intuitively better underst...
'use strict'; (function (factory) { if (typeof module === 'object' && module.exports) { factory['default'] = factory; module.exports = factory; } else if (typeof define === 'function' && define.amd) { define('highcharts/indicators/trendline', ['highcharts', 'highcharts/modules/stock'], f...
/* eslint-disable */ (function(global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) : typeof define === 'function' && define.amd ? define(['exports'], factory) : ((global = global || self), factory((global.FilePond = {}))); })(this, funct...
/* eslint-disable */ .filepond--assistant { position: absolute; overflow: hidden; height: 1px; width: 1px; padding: 0; border: 0; clip: rect(1px, 1px, 1px, 1px); -webkit-clip-path: inset(50%); clip-path: inset(50%); white-space: nowrap; } /* Hard to override styles */ .filepond--browser.filepond--br...
.fr-clearfix::after{clear:both;display:block;content:"";height:0}.fr-hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.fr-popup .fr-icon.fr-fa-icon{width:18px;padding:8px;margin:6px;font-size:16px}@supports not (-ms-high-contrast: none){.fr-pop...
import"./chunk-1fafdf15.js";import"./helpers.js";import"./chunk-953eb524.js";import"./chunk-36c7966f.js";import"./chunk-1f5e2a99.js";import{r as registerComponent,u as use}from"./chunk-cca88db8.js";import"./chunk-ed52317d.js";import"./chunk-ade7667b.js";import"./chunk-f1608931.js";import"./chunk-42f463e6.js";import"./c...
jsonp({"cep":"13308042","logradouro":"Rua Mirassol","bairro":"Cidade Nova I","cidade":"Itu","uf":"SP","estado":"S\u00e3o Paulo"});
jsonp({"cep":"71575030","logradouro":"Quadra Quadra 35 Conjunto F","bairro":"Parano\u00e1","cidade":"Bras\u00edlia","uf":"DF","estado":"Distrito Federal"});
jsonp({"cep":"65092314","logradouro":"Rua da Liberdade","bairro":"Quebra Pote","cidade":"S\u00e3o Lu\u00eds","uf":"MA","estado":"Maranh\u00e3o"});
jsonp({"cep":"08022210","logradouro":"Rua Antenor Baptista","bairro":"Vila Barbosa","cidade":"S\u00e3o Paulo","uf":"SP","estado":"S\u00e3o Paulo"});
jsonp({"cep":"04039002","logradouro":"Rua Pedro de Toledo","bairro":"Vila Clementino","cidade":"S\u00e3o Paulo","uf":"SP","estado":"S\u00e3o Paulo"});
jsonp({"cep":"21630130","logradouro":"Rua Ernesto Vieira","bairro":"Anchieta","cidade":"Rio de Janeiro","uf":"RJ","estado":"Rio de Janeiro"});
# Done Gone MuseScore Sheet music / chart for old time fiddle tune "Done Gone" <img src="https://raw.githubusercontent.com/lucasgonze/donegone/master/Done_Gone.jpg" alt="">
const libxmljs2 = require('libxmljs2'); const fetch = require('node-fetch'); const E2eHelpers = require('../../../testing/e2e/helpers'); const SITEMAP_URL = `${E2eHelpers.baseUrl}/sitemap.xml`; const SITEMAP_LOC_NS = 'http: const DOMAIN_REGEX = /http[s]?:\/\/(.*?)\ const pagesWithRedirects = ['/manage-va-debt/your-debt...
jsonp({"cep":"65082433","logradouro":"Rua S\u00e3o Jo\u00e3o","bairro":"Jambeiro","cidade":"S\u00e3o Lu\u00eds","uf":"MA","estado":"Maranh\u00e3o"});
jsonp({"cep":"84270510","logradouro":"Rua das Araras","bairro":"S\u00e3o Jo\u00e3o","cidade":"Tel\u00eamaco Borba","uf":"PR","estado":"Paran\u00e1"});
jsonp({"cep":"67125612","logradouro":"Quadra 12","bairro":"Icu\u00ed-Guajar\u00e1","cidade":"Ananindeua","uf":"PA","estado":"Par\u00e1"});
jsonp({"cep":"69078002","logradouro":"Beco Carlos Juvino","bairro":"Japiim","cidade":"Manaus","uf":"AM","estado":"Amazonas"});
jsonp({"cep":"95074160","logradouro":"Rua Domingos Zambenedetti","bairro":"Cruzeiro","cidade":"Caxias do Sul","uf":"RS","estado":"Rio Grande do Sul"});
<!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 ...
import settings from './../settings' import {findDistance, limitPositions, chooseOne, randomInt, getAvgPostion} from './general' module.exports = { applyLimbForces: (Eves) => { for(var i = 0; i < Eves.length; i++) { var eve = Eves[i]; for(var j = 0; j < eve.limbs.length; j++) { var limb = eve....
<!doctype html> <html lang="en"> <head><meta name="generator" content="Hexo 3.9.0"> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="description" content="ZhangMin.name's blog"> <link rel="...
jsonp({"cep":"20970320","logradouro":"Rua S\u00e3o Bento","bairro":"Jacar\u00e9","cidade":"Rio de Janeiro","uf":"RJ","estado":"Rio de Janeiro"});
jsonp({"cep":"03668150","logradouro":"Rua Jo\u00e3o Abib Caram","bairro":"Vila R\u00e9","cidade":"S\u00e3o Paulo","uf":"SP","estado":"S\u00e3o Paulo"});
jsonp({"cep":"58071979","logradouro":"Rodovia BR-230","bairro":"Cristo Redentor","cidade":"Jo\u00e3o Pessoa","uf":"PB","estado":"Para\u00edba"});
jsonp({"cep":"09251130","logradouro":"Rua Nig\u00e9ria","bairro":"Parque Orat\u00f3rio","cidade":"Santo Andr\u00e9","uf":"SP","estado":"S\u00e3o Paulo"});
jsonp({"cep":"66923170","logradouro":"Rua Juscelino Kubitschek","bairro":"Carananduba (Mosqueiro)","cidade":"Bel\u00e9m","uf":"PA","estado":"Par\u00e1"});
jsonp({"cep":"06322210","logradouro":"Rua S\u00e3o Miguel","bairro":"Jardim Boa Vista","cidade":"Carapicu\u00edba","uf":"SP","estado":"S\u00e3o Paulo"});
jsonp({"cep":"17511543","logradouro":"Rua Manoel Novaes","bairro":"Jardim Sasazaki","cidade":"Mar\u00edlia","uf":"SP","estado":"S\u00e3o Paulo"});
jsonp({"cep":"99050460","logradouro":"Rua Iza\u00edas Fontana","bairro":"Petr\u00f3polis","cidade":"Passo Fundo","uf":"RS","estado":"Rio Grande do Sul"});
jsonp({"cep":"57010520","logradouro":"Rua Sebasti\u00e3o Vasconcelos","bairro":"Trapiche da Barra","cidade":"Macei\u00f3","uf":"AL","estado":"Alagoas"});
jsonp({"cep":"40070500","logradouro":"Avenida Policial","bairro":"Barris","cidade":"Salvador","uf":"BA","estado":"Bahia"});
jsonp({"cep":"44057806","logradouro":"Rua Z","bairro":"Mangabeira","cidade":"Feira de Santana","uf":"BA","estado":"Bahia"});
jsonp({"cep":"58040300","logradouro":"Avenida Ministro Jos\u00e9 Am\u00e9rico de Almeida","bairro":"Torre","cidade":"Jo\u00e3o Pessoa","uf":"PB","estado":"Para\u00edba"});
jsonp({"cep":"08042040","logradouro":"Rua Adipati","bairro":"Jardim Lajeado","cidade":"S\u00e3o Paulo","uf":"SP","estado":"S\u00e3o Paulo"});
import { editMenu, viewMenu, windowMenu, helpMenu } from './common-menus' import { addDarwinMenuItems } from './darwin-menus' import { app, Menu } from 'electron' const initialMenu = [ editMenu, viewMenu, windowMenu, helpMenu ] export const setupMenus = () => { const menuItems = (process.platform === 'darwin') ? ...
jsonp({"cep":"45066648","logradouro":"Rua Vinte e Quatro","bairro":"Jatob\u00e1","cidade":"Vit\u00f3ria da Conquista","uf":"BA","estado":"Bahia"});
<! Automatically generated HTML file from DocOnce source (https://github.com/hplgit/doconce/) <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="generator" content="DocOnce: https://github.com/hplgit/doconce/" /> <meta name="description" content="Computational Physics Lectu...
jsonp({"cep":"18200026","logradouro":"Rua Expedicion\u00e1rios Itapetininganos","bairro":"Centro","cidade":"Itapetininga","uf":"SP","estado":"S\u00e3o Paulo"});