code
stringlengths
4
1.01M
language
stringclasses
2 values
#include "../include/csl.h" void MultipleEscape ( ) { _MultipleEscape ( _Context_->Lexer0 ) ; } void CSL_Strlen ( ) { DataStack_Push ( (int64) Strlen ( (char*) DataStack_Pop ( ) ) ) ; } void CSL_Strcmp ( ) { DataStack_Push ( (int64) Strcmp ( (byte*) DataStack_Pop ( ), (byte*) DataStack_Pop ( ) ) ) ; } ...
Java
use cc; pub fn build_windows() { cc::Build::new() .include("bullet3/src") .define("BT_USE_DOUBLE_PRECISION", None) .define("LinearMath_EXPORTS", None) .define("NDEBUG", None) .opt_level(3) // ignoring OPT_LEVEL from the crate .cpp(true) .flag("-fkeep-inline-f...
Java
import { Editor, EditorState, RichUtils } from "draft-js" import { debounce } from "lodash" import React, { Component } from "react" import ReactDOM from "react-dom" import styled from "styled-components" import { TextInputUrl } from "../components/text_input_url" import { TextNav } from "../components/text_nav" import...
Java
<?php namespace Demo\TaskBundle\Tests\Controller; use Symfony\Bundle\FrameworkBundle\Test\WebTestCase; class CustomerControllerTest extends WebTestCase { /* public function testCompleteScenario() { // Create a new client to browse the application $client = static::createClient(); ...
Java
// load package date-util require('../libs/sugar-date') module.exports = (pluginContext) => { return { respondsTo: (query) => { return true }, search: (query = '', env = {}) => { // check if timestamp given let isTimestamp = !isNaN(parseFloat(query)) && i...
Java
#pragma once #include <stddef.h> #include <sys/queue.h> #include "options.h" #include "util.h" struct window { struct window *parent; enum window_split_type { WINDOW_LEAF, WINDOW_SPLIT_VERTICAL, WINDOW_SPLIT_HORIZONTAL } split_type; // The size of the window. Only valid for the root window. s...
Java
<?php /** * @package jelix * @subpackage utils * @author Laurent Jouanneau * @contributor Julien Issler * @copyright 2006-2009 Laurent Jouanneau * @copyright 2008 Julien Issler * @link http://www.jelix.org * @licence http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public Licence, see L...
Java
namespace KitchenPC.DB.Models { using System; using FluentNHibernate.Mapping; public class RecipeRatingsMap : ClassMap<RecipeRatings> { public RecipeRatingsMap() { this.Id(x => x.RatingId) .GeneratedBy.GuidComb() .UnsavedValue(Gui...
Java
<?php defined('SYSPATH') OR die('No direct access allowed.'); /** * OAuth2 Controller * * @author Ushahidi Team <team@ushahidi.com> * @package Ushahidi\Koauth * @copyright Ushahidi - http://www.ushahidi.com * @license MIT License http://opensource.org/licenses/MIT */ abstract class Koauth_Controller_...
Java
#!/usr/bin/env python import os import sys import django from django.conf import settings DEFAULT_SETTINGS = dict( INSTALLED_APPS=[ "django.contrib.auth", "django.contrib.contenttypes", "django.contrib.sites", "pinax.pinax_hello", "pinax.pinax_hello.tests" ], MIDD...
Java
package adasim.algorithm.routing; import java.io.File; import java.io.FileInputStream; import java.io.IOException; import java.util.ArrayList; import java.util.Collection; import java.util.Collections; import java.util.LinkedList; import java.util.List; import java.util.Random; import java.util.Stack; import org.apa...
Java
package jobmanager.tests; import static alabno.testsuite.TestUtils.*; import alabno.testsuite.TestModule; import alabno.testsuite.TestStatistics; import jobmanager.MicroServiceInfo; public class MicroServiceInfoTest implements TestModule { @Override public void run(TestStatistics statistics) { constructor_test(...
Java
'use strict'; describe('Directive: cssCode', function () { // load the directive's module and view beforeEach(module('googleWebfontsHelperApp')); beforeEach(module('app/cssCode/cssCode.html')); var element, scope; beforeEach(inject(function ($rootScope) { scope = $rootScope.$new(); })); it('shoul...
Java
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <!-- Generated by The Webalizer Ver. 2.01-10 --> <!-- --> <!-- Copyright 1997-2000 Bradford L. Barrett --> <!-- (brad@mrunix.net http://www.mrunix.net) --> <!-- --> <!-- D...
Java
/* * This file is part of the MicroPython project, http://micropython.org/ * * The MIT License (MIT) * * Copyright (c) 2014 Damien P. George * Copyright (c) 2016 Paul Sokolovsky * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation file...
Java
using System; using System.Collections.Generic; using System.Linq; using hw.DebugFormatter; using hw.Helper; using Taabus.External; namespace Taabus { sealed class PersistentConfiguration : PersistenceController<Configuration> { PersistentConfiguration(string fileName, Configuration configuration) ...
Java
using Android.OS; using GetAllLinks.Core.ViewModels; using MvvmCross.Droid.Shared.Attributes; using Android.Views; namespace GetAllLinks.Droid.Views { [MvxFragment(typeof(MainActivityViewModel), Resource.Layout.settingsView, ViewModelType = typeof(SettingsViewModel), IsCacheableFragment = false)] public class Settin...
Java
<?php /** * This file is part of Cacheable. * * (c) Eric Chow <yateric@gmail.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Yateric\Tests\Stubs; use Yateric\Cacheable\Cacheable; class DecoratedObject { use C...
Java
{% extends "base/_base.html" %} {% import 'base/_speaker_macro.html' as speaker_macro %} {% set page_title = message.page_title_index %} {% block content %} <div class="ui vertical stripe segment pycon-odd-seg"> <div class="ui middle aligned stackable grid container"> <div class="row"> <div class="eight wi...
Java
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.2/cookieconsent.min.css" /...
Java
var assert = require('assert'); var keys = require("cmd/common/keys/user.js"); var userKeysNock = require('test/fixtures/user/fixture_user_keys'); module.exports = { setUp : function(cb){ return cb(); }, 'list keys' : function(cb){ keys({ _ : ['list'] }, function(err, list){ assert.equal(err, nul...
Java
module.exports = { audioFilter: require('./audioFilter'), destination: require('./destination'), filename: require('./filename'), multer: require('./multer') }
Java
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_102) on Mon Jan 23 16:37:41 GMT 2017 --> <title>Resource</title> <meta name="date" content="2017-01-23"> <link rel="stylesheet" type="text/css"...
Java
package com.am.docker.study.controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; @RestController public class RestDockerExample { @RequestMapping("/") public String home() { return "Hello Docker World"; } }
Java
package com.elmakers.mine.bukkit.api.event; import org.bukkit.event.Cancellable; import org.bukkit.event.Event; import org.bukkit.event.HandlerList; import com.elmakers.mine.bukkit.api.magic.Mage; import com.elmakers.mine.bukkit.api.spell.Spell; /** * A custom event that the Magic plugin will fire any time a * Mag...
Java
**Brilliant Inspiration** **School** evocation [language-dependent]; **Level** bard 6 **Casting Time** 1 standard action **Components** V **Range** close (25 ft. + 5 ft./2 levels) **Target** one living creature **Duration** 1 round/level and special (see below) **Saving Throw** Will negates (harmless); **Spell ...
Java
using System; using MooGet; using NUnit.Framework; namespace MooGet.Specs { [TestFixture] public class SearchSpec : MooGetSpec { /* [TestFixture] public class API : SearchSpec { [Test][Ignore] public void can_search_for_packages_with_an_exact_id() { } [Test][Ignore] public void can_search_fo...
Java
using Physics2DDotNet; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Interfaces { public interface IHaveConnectionSlots { IEnumerable<IConnectionSlot> Slots { get; } ALVector2D Position { get; } } }
Java
#include <iostream> #include <string> // time complexity O(1) - constant // space complexity O(1) - constant bool is_unique (std::string s) { if (s.length() > 128) return false; bool char_list[128] = {0}; for (int i = 0; i < s.length(); i++) { if (char_list[s[i]]) return false; char_list[s[i]] = true; } re...
Java
module PrettyShortUrls module Routes def pretty_short_urls connect ":name", :controller => "pretty_short_urls_redirect", :action => "redirect", :conditions => { :method => :get } end end end
Java
package com.naosim.rtm.lib; import java.math.BigInteger; import java.security.MessageDigest; public class MD5 { public static String md5(String str) { try { byte[] str_bytes = str.getBytes("UTF-8"); MessageDigest md = MessageDigest.getInstance("MD5"); byte[] md5_bytes =...
Java
// The MIT License (MIT) // Copyright (c) 2014 Philipp Neugebauer package main import ( "bufio" "fmt" "os" "math/rand" "strconv" ) func computer(inputChannel chan int, resultChannel chan string){ for human_choice := range inputChannel { computer_choice := rand.Intn(3) evaluation(comp...
Java
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE78_OS_Command_Injection__char_connect_socket_w32_execv_34.c Label Definition File: CWE78_OS_Command_Injection.strings.label.xml Template File: sources-sink-34.tmpl.c */ /* * @description * CWE: 78 OS Command Injection * BadSource: connect_socket Read data usin...
Java
import random import numpy as np import math from time import perf_counter import os import sys from collections import deque import gym import cntk from cntk.layers import Convolution, MaxPooling, Dense from cntk.models import Sequential, LayerStack from cntk.initializer import glorot_normal env = gym.make("Break...
Java
--- title: acl25 type: products image: /img/Screen Shot 2017-05-09 at 11.56.54 AM.png heading: l25 description: lksadjf lkasdjf lksajdf lksdaj flksadj flksa fdj main: heading: Foo Bar BAz description: |- ***This is i a thing***kjh hjk kj # Blah Blah ## Blah![undefined](undefined) ### Baah image1:...
Java
/* * This file is part of TechReborn, licensed under the MIT License (MIT). * * Copyright (c) 2020 TechReborn * * 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, inc...
Java
#region License // Pomona is open source software released under the terms of the LICENSE specified in the // project's repository, or alternatively at http://pomona.io/ #endregion using System.Reflection; namespace Pomona.Routing { public class DefaultQueryProviderCapabilityResolver : IQueryProviderCapabilityR...
Java
#include "uritests.h" #include "../guiutil.h" #include "../walletmodel.h" #include <QUrl> void URITests::uriTests() { SendCoinsRecipient rv; QUrl uri; uri.setUrl(QString("AnonymousCoin:LQDPC5rbjDB72fGFVHu4enYhxGAZuRiFh9?req-dontexist=")); QVERIFY(!GUIUtil::parseBitcoinURI(uri, &rv)); uri.setUrl(Q...
Java
--- layout: article title: "커멘드라인 개발환경 팁" date: 2017-9-20 10:00:00 Z author: Rocky Lim categories: development excerpt: "Tips for vim, tmux, ctags, cscope, etc." image: feature: teaser: devEnvTip_01.png path: images/devEnvTip_01.png comments: true locale: "vn" share: true ads: true --- <p style="text-align: ...
Java
<?php /** * 财付通支付方式插件 * * @author Garbin * @usage none */ class TenpayPayment extends BasePayment { /* 财付通网关 */ var $_gateway = 'https://www.tenpay.com/cgi-bin/med/show_opentrans.cgi'; var $_code = 'tenpay'; /** * 获取支付表单 * * @author Garbin *...
Java
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated from a template. // // Manual changes to this file may cause unexpected behavior in your application. // Manual changes to this file will be overwritten if the code is regenerated. //...
Java
import Event = require('./Event'); /* * Signal1 * * 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...
Java
package cassandra // read statements var selectIntStmt = ` SELECT metric_timestamp, value FROM metrics_int WHERE metric_name = ? AND tags = ? ` var selectIntByStartEndTimeStmt = ` SELECT metric_timestamp, value FROM metrics_int WHERE metric_name = ? AND tags = ? AND metric_timestamp >= ? AND metric_timestamp <= ?...
Java
## mjml-spacer Displays a blank space. ```xml <mjml> <mj-body> <mj-container> <mj-section> <mj-column> <mj-spacer height="50px" /> <mj-column> </mj-section> </mj-container> </mj-body> </mjml> ``` <p align="center"> <a href="https://mjml.io/try-it-live/components/so...
Java
using Xunit; using Shouldly; using System.Linq; using System; using System.Text.RegularExpressions; namespace AutoMapper.UnitTests { public class MapFromReverseResolveUsing : AutoMapperSpecBase { public class Source { public int Total { get; set; } } public class De...
Java
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_14) on Sun Nov 04 20:19:10 CET 2012 --> <TITLE> Uses of Class org.lwjgl.opencl.CL10GL (LWJGL API) </TITLE> <META NAME="date" CONTENT="2012-...
Java
import * as fs from "fs"; import * as path from "path"; import * as commander from "commander"; import { ConsoleLogger } from "@akashic/akashic-cli-commons"; import { promiseExportHTML } from "./exportHTML"; import { promiseExportAtsumaru } from "./exportAtsumaru"; interface CommandParameterObject { cwd?: string; so...
Java
import * as types from 'constants/ActionTypes' import jsCookie from 'js-cookie' import history from 'history' export const setUser = (user) => (dispatch) => { dispatch({ type: types.SET_USER, payload: { ...user } }) }
Java
/*! * Angular Material Design * https://github.com/angular/material * @license MIT * v1.1.1-master-f6dedff */ (function( window, angular, undefined ){ "use strict"; /** * @ngdoc module * @name material.components.bottomSheet * @description * BottomSheet */ MdBottomSheetDirective['$inject'] = ["$mdBottomSheet...
Java
the_count = [1, 2, 3, 4, 5] fruits = ['apple', 'oranges', 'pears', 'apricots',] change = [1, 'pennies', 2, 'dimes', 3, 'quarters',] #this first kind of for-loop goes through a list for number in the_count: print("This is count %d" % number) # same as above for fruit in fruits: print("A fruit of type: %s" % fr...
Java
# frozen_string_literal: true require 'test_helper' class ScraperTest < Minitest::Test def test_parse template = ' <html> <body> <div id="people-list"> <div class="person" hs-repeat="people"> <a href="{{ link }}">{{ surname }}</a> <p>{{ name }}</p> ...
Java
//Problem 12. Parse URL //Write a program that parses an URL address given in the format: //[protocol]://[server]/[resource] and extracts from it the [protocol], [server] and [resource] elements. using System; using System.Linq; using System.Text; using System.Text.RegularExpressions; namespace ParseURL { class...
Java
<?php /** * ECSHOP 管理中心支付方式管理語言文件 * ============================================================================ * 版權所有 2005-2011 上海商派網絡科技有限公司,並保留所有權利。 * 網站地址: http://www.ecshop.com; * ---------------------------------------------------------------------------- * 這不是一個自由軟件!您只能在不用於商業目的的前提下對程序代碼進行修改和 * 使用;不允許對程序代...
Java
--- title: acz45 type: products image: /img/Screen Shot 2017-05-09 at 11.56.54 AM.png heading: z45 description: lksadjf lkasdjf lksajdf lksdaj flksadj flksa fdj main: heading: Foo Bar BAz description: |- ***This is i a thing***kjh hjk kj # Blah Blah ## Blah![undefined](undefined) ### Baah image1:...
Java
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <!-- algo.qdoc --> <title>&lt;algo.h&gt; - algo | Algo </title> <link rel="stylesheet" type="text/css" href="style/offline.css" /> </head> <body> <div class="header" i...
Java
--- layout: default title: Errata from the First Edition description: Sometimes we screw up, sometimes things change. Regardless, books sometimes contain errors. This page contains notes on those we’ve found in the First Edition of Adaptive Web Design. permalink: /1st-edition/errata/ --- <p>Sometimes we screw up, some...
Java
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var emblaCarousel_cjs=require("./embla-carousel.cjs.js"),react=require("react"),canUseDOM=!("undefined"==typeof window||!window.document);function useEmblaCarousel(e){var r=react.useState(),a=r[0],t=r[1],c=react.createRef();return react.useEffect(funct...
Java
// CS_Cholinc.cpp // // 2007/10/16 //--------------------------------------------------------- #include "NDGLib_headers.h" #include "CS_Type.h" #define TRACE_CHOL 0 /////////////////////////////////////////////////////////// // // Spa : buffer for storing sparse column info // /////////////////////////////////////...
Java
# Windows Templates for Packer ### Introduction This repository contains Windows templates that can be used to create boxes for Vagrant using Packer ([Website](http://www.packer.io)) ([Github](http://github.com/mitchellh/packer)). This repo began by borrowing bits from the VeeWee Windows templates (https://github.co...
Java
/* * Generated by class-dump 3.3.4 (64 bit). * * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2011 by Steve Nygard. */ #import "NSObject.h" #import "IBBinaryArchiving-Protocol.h" #import "NSCoding-Protocol.h" @interface IBAutolayoutGuide : NSObject <NSCoding, IBBinaryArchiving> { } - (void)enc...
Java
/* GNU LESSER GENERAL PUBLIC LICENSE Copyright (C) 2006 The Lobo Project This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your ...
Java
<?php /** * Generate product link * @param $id * @param $innerHTML * @return string */ function productToAnchor($id, $innerHTML){ $link = "/products/view/$id"; return "<a href='$link'>$innerHTML</a>"; } /** * Generate category anchor * @param $id * @param $innerHTML * @return string */ function categ...
Java
var scp; var cal_color; $(document).ready(function(){ scp = angular.element('.main').scope(); $("#div_point").toggle(); //Set default values cal_color = defaults.cal_color; //Setup plugins $("#cal_color").spectrum({ preferredFormat: "hex", showInput: true, color: cal_color, change: setColor...
Java
use std::os; use std::rand; use std::rand::Rng; use std::io::Timer; use std::time::Duration; use std::clone::Clone; #[deriving(Clone)] struct Field { x: uint, y: uint, active: bool } fn next_round(field: &mut Vec<Vec<Field>>) { let old_field = field.clone(); for row in field.iter_mut() { ...
Java
package com.planmart; import java.util.ArrayList; import java.util.Date; public class Order { private Customer customer; private String shippingRegion; private PaymentMethod paymentMethod; private Date placed; private ArrayList<ProductOrder> items = new ArrayList<>(); private ArrayList<LineIte...
Java
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <base data-ice="baseUrl" href="../../../../../"> <title data-ice="title">src/templates/bootstrap/modaldialog/index.js | formiojs</title> <link type="text/css" rel="stylesheet" href="css/style.css"> <link type="text/css" rel="stylesheet" href="css/prettify-t...
Java
/* Colors: #AC3931 - red #E5D352 - yellow #D9E76C - yellow light #537D8D - blue #482C3D - purple */ body { background: #537D8D; font-family: 'Arvo', serif; } .container { margin-top: 20px; width: 500px; background: #E5D352; padding: 20px; } h1 { text-align: center; font-weight: 700; color: #AC3931; } h2, ...
Java
<!DOCTYPE html> <html ng-app="meuApp"> <head> <title></title> <meta charset="utf-8"> <script src="../bower_components/angular/angular.min.js" type="text/javascript"></script> </head> <body ng-controller="MeuController"> <h1>Exemplo de AngularJS com Controller interno</h1> <div> Variável do controller contém:...
Java
using System; using System.Windows.Input; namespace AOLadderer.UI { // https://msdn.microsoft.com/en-us/magazine/dd419663.aspx public class RelayCommandParameterized<T> : ICommand { private readonly Func<T, bool> _canExecute; private readonly Action<T> _execute; public RelayComman...
Java
/* Tabulator v4.6.3 (c) Oliver Folkerd */ .tabulator { position: relative; border: 1px solid #fff; background-color: #fff; overflow: hidden; font-size: 16px; text-align: left; -ms-transform: translatez(0); transform: translatez(0); } .tabulator[tabulator-layout="fitDataFill"] .tabulator-tableHolder .ta...
Java
/** * @license Highstock JS v8.0.3 (2020-03-06) * @module highcharts/indicators/wma * @requires highcharts * @requires highcharts/modules/stock * * Indicator series type for Highstock * * (c) 2010-2019 Kacper Madej * * License: www.highcharts.com/license */ 'use strict'; import '../../indicators/wma.src.js';...
Java
/* Highcharts JS v9.3.3 (2022-02-01) (c) 2009-2021 Sebastian Bochan, Rafal Sebestjanski License: www.highcharts.com/license */ 'use strict';(function(a){"object"===typeof module&&module.exports?(a["default"]=a,module.exports=a):"function"===typeof define&&define.amd?define("highcharts/modules/dumbbell",["highchart...
Java
/*! Buefy v0.8.16 | MIT License | github.com/buefy/buefy */ (function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) : typeof define === 'function' && define.amd ? define(['exports'], factory) : (global = global || self, factory(global.Navbar = {})); }(this, fu...
Java
/*! * froala_editor v4.0.1 (https://www.froala.com/wysiwyg-editor) * License https://froala.com/wysiwyg-editor/terms/ * Copyright 2014-2021 Froala Labs */ (function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('froala-editor')) : typeof define === 'function...
Java
/*! * froala_editor v3.1.1 (https://www.froala.com/wysiwyg-editor) * License https://froala.com/wysiwyg-editor/terms/ * Copyright 2014-2020 Froala Labs */ (function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('froala-editor')) : typeof define === 'function...
Java
package wblut.Render2016; import java.util.Arrays; import processing.core.PConstants; public class MultiTextNoTitle extends Slide { String[] lines = null; int offset; public MultiTextNoTitle(final RTO home, final String... lines) { super(home, ""); this.lines = Arrays.copyOf(lines, lines.length); offset ...
Java
jsonp({"cep":"08525325","logradouro":"Rua da Olaria","bairro":"Vila Jamil","cidade":"Ferraz de Vasconcelos","uf":"SP","estado":"S\u00e3o Paulo"});
Java
jsonp({"cep":"79040500","logradouro":"Rua Cevena","bairro":"Ch\u00e1cara Cachoeira","cidade":"Campo Grande","uf":"MS","estado":"Mato Grosso do Sul"});
Java
jsonp({"cep":"04663050","logradouro":"Rua Doutor Paulo Aires Neto","bairro":"Jardim Marajoara","cidade":"S\u00e3o Paulo","uf":"SP","estado":"S\u00e3o Paulo"});
Java
jsonp({"cep":"52090365","logradouro":"Rua Professor Luiz Rodrigues de Melo","bairro":"Macaxeira","cidade":"Recife","uf":"PE","estado":"Pernambuco"});
Java
jsonp({"cep":"04011040","logradouro":"Rua Victor Francisco Abatepaulo","bairro":"Vila Mariana","cidade":"S\u00e3o Paulo","uf":"SP","estado":"S\u00e3o Paulo"});
Java
jsonp({"cep":"86079490","logradouro":"Rua Ant\u00f4nia Carolina da Silva","bairro":"Jardim Mar\u00edzia I","cidade":"Londrina","uf":"PR","estado":"Paran\u00e1"});
Java
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_45-internal) on Sat Jul 25 18:14:30 BST 2015 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.a...
Java
<!DOCTYPE html> <html lang="pt-br"> <head prefix="og: http://ogp.me/ns#"> <meta charset="utf-8"> <title>Diretiva ng-click | Academia Webdev</title> <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- Canonical links --> <li...
Java
jsonp({"cep":"31170580","logradouro":"Rua Al\u00edrio Elias Ferreira","bairro":"Uni\u00e3o","cidade":"Belo Horizonte","uf":"MG","estado":"Minas Gerais"});
Java
jsonp({"cep":"89874000","cidade":"Maravilha","uf":"SC","estado":"Santa Catarina"});
Java
jsonp({"cep":"91750340","logradouro":"Rua Fernando Pessoa","bairro":"Vila Nova","cidade":"Porto Alegre","uf":"RS","estado":"Rio Grande do Sul"});
Java
jsonp({"cep":"23934600","logradouro":"Rua Para\u00edba do Sul","bairro":"Aeroporto (Cunhambebe)","cidade":"Angra dos Reis","uf":"RJ","estado":"Rio de Janeiro"});
Java
jsonp({"cep":"37701518","logradouro":"Rua B","bairro":"Jardim do Gin\u00e1sio","cidade":"Po\u00e7os de Caldas","uf":"MG","estado":"Minas Gerais"});
Java
jsonp({"cep":"13976616","logradouro":"Rua Dorvalino Colla","bairro":"Conjunto Habitacional H\u00e9lio Nicolai","cidade":"Itapira","uf":"SP","estado":"S\u00e3o Paulo"});
Java
var tpl_library = "<ul id=\"library\" class=\"library\">\n <li>\n \t<a href=\"/albums\" class=\"navigation__list__item\">\n\t <span class=\"icon\" farm-icon=\"#icon-disc\"></span>\n\t <span>Albums</span>\n\t</a>\n </li>\n <li>\n \t <a href=\"/artists\" class=\"navigation__list__item\">\n\t <span class=\"icon\" ...
Java
jsonp({"cep":"55034070","logradouro":"Rua Euclides Figueredo","bairro":"Agamenom Magalh\u00e3es","cidade":"Caruaru","uf":"PE","estado":"Pernambuco"});
Java
jsonp({"cep":"16201427","logradouro":"Rua Adriano Sim\u00f5es Rainho","bairro":"Residencial Portal da P\u00e9rola II","cidade":"Birig\u00fci","uf":"SP","estado":"S\u00e3o Paulo"});
Java
jsonp({"cep":"89812380","logradouro":"Rua Volunt\u00e1rios da P\u00e1tria - E","bairro":"Universit\u00e1rio","cidade":"Chapec\u00f3","uf":"SC","estado":"Santa Catarina"});
Java
jsonp({"cep":"12246875","logradouro":"Rua Jesus Garcia","bairro":"Royal Park","cidade":"S\u00e3o Jos\u00e9 dos Campos","uf":"SP","estado":"S\u00e3o Paulo"});
Java
jsonp({"cep":"70304901","logradouro":"Quadra SCS Quadra 4","bairro":"Asa Sul","cidade":"Bras\u00edlia","uf":"DF","estado":"Distrito Federal"});
Java
jsonp({"cep":"69087111","logradouro":"Rua T\u00eamis","bairro":"Tancredo Neves","cidade":"Manaus","uf":"AM","estado":"Amazonas"});
Java
jsonp({"cep":"40330205","logradouro":"Rua da Fonte","bairro":"IAPI","cidade":"Salvador","uf":"BA","estado":"Bahia"});
Java
jsonp({"cep":"71727022","logradouro":"Quadra QR A Conjunto VC","bairro":"Candangol\u00e2ndia","cidade":"Bras\u00edlia","uf":"DF","estado":"Distrito Federal"});
Java
jsonp({"cep":"07154020","logradouro":"Rua Adilson Charles dos Santos J\u00fanior","bairro":"Jardim Fortaleza","cidade":"Guarulhos","uf":"SP","estado":"S\u00e3o Paulo"});
Java