text
stringlengths
3
1.05M
package org.alfresco.extension.bulkimport.impl; /** * This exception represents the case where a batch has been received * out-of-order i.e. it contains a node whose parent hasn't been imported yet. * * Custom <code>BulkImportSource</code> implementations may throw this * exception to indicate to the core bul...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>mathcomp-field: 7 m 37 s 🏆</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.cs...
package de.nedelosk.modularmachines.common.core; import de.nedelosk.modularmachines.common.blocks.BlockCasing; import de.nedelosk.modularmachines.common.blocks.BlockMetalBlock; import de.nedelosk.modularmachines.common.blocks.BlockModularAssembler; import de.nedelosk.modularmachines.common.blocks.BlockModularMachine; ...
package io.tourniquet.junit.jcr.rules.builder; import io.tourniquet.junit.jcr.rules.InMemoryContentRepository; import org.junit.rules.TemporaryFolder; /** * A Builder for an {@link io.tourniquet.junit.jcr.rules.InMemoryContentRepository}. The {@link io.tourniquet.junit.jcr.rules.InMemoryContentRepository} requires...
This file is used to list changes made in each version of skype. ## 0.1.0: * Initial release of skype - - - Check the [Markdown Syntax Guide](http://daringfireball.net/projects/markdown/syntax) for help with Markdown. The [Github Flavored Markdown page](http://github.github.com/github-flavored-markdown/) describes ...
package docker import ( "context" "fmt" "bldy.build/build/label" "bldy.build/build/namespace" "bldy.build/build/namespace/host" "github.com/ahmetalpbalkan/dexec" docker "github.com/fsouza/go-dockerclient" "sevki.org/x/debug" ) var d dexec.Docker func init() { client, err := docker.NewClient("unix:///var/ru...
<!-- Content Header (Page header) --> <section class="content-header"> <h1> Icons <small>a set of beautiful icons</small> </h1> <ol class="breadcrumb"> <li><a href="#"><i class="fa fa-dashboard"></i> Home</a></li> <li><a href="#">UI</a></li> <li class="activ...
"""Launcher script for afl++ based fuzzers.""" # pylint: disable=g-statement-before-imports try: # ClusterFuzz dependencies. from clusterfuzz._internal.base import modules modules.fix_module_search_paths() except ImportError: pass import atexit import collections import enum import os import re import shutil ...
ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
using System; using System.Text; using MQTTnet.Diagnostics.Logger; namespace MQTTnet.TestApp.NetCore { public static class MqttNetConsoleLogger { static readonly object _lock = new object(); public static void ForwardToConsole(MqttNetEventLogger logger) { if (logger == nul...
'''OpenGL extension APPLE.transform_hint Automatically generated by the get_gl_extensions script, do not edit! ''' from OpenGL import platform, constants, constant, arrays from OpenGL import extensions from OpenGL.GL import glget import ctypes EXTENSION_NAME = 'GL_APPLE_transform_hint' _DEPRECATED = False GL_TRANSFORM...
<!DOCTYPE html> <html> <head> <script src="docs-demo-timeline.js"></script> <script src="https://unpkg.com/jspsych@7.3.1"></script> <script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.2"></script> <script src="https://unpkg.com/@jspsych/plugin-survey-text@1.1.2"></script> <scri...
from __future__ import absolute_import, division, print_function __metaclass__ = type ANSIBLE_METADATA = {'metadata_version': '1.1', 'status': ['preview'], 'supported_by': 'community'} DOCUMENTATION = ''' --- module: cloudformation_info short_description: Obtain information a...
from datetime import datetime import hashlib from werkzeug.security import generate_password_hash, check_password_hash from itsdangerous import TimedJSONWebSignatureSerializer as Serializer from markdown import markdown import bleach from flask import current_app, request from flask_login import UserMixin, AnonymousUse...
(function(){ "use strict"; // Initial Setup // -------------------- // Save a reference to the global object, in most cases this is `window`. var root = this; // Cache class constructor. This is the base &ldquo;class&rdquo; for // locache and is used for the global instance plus any of y...
<?xml version="1.0" encoding="UTF-8"?> <!-- ~ Licensed to the Apache Software Foundation (ASF) under one or more ~ contributor license agreements. See the NOTICE file distributed with ~ this work for additional information regarding copyright ownership. ~ The ASF licenses this file to You under the Apache Lice...
% The "noisy or" problem. % Succeeds when a given outcome does not occur on any one of N tosses. % cf https://dtai.cs.kuleuven.be/problog/tutorial/basic/01_coins.html % someHeads(N,P, X):- % the probability of getting at least one head in N tosses of a coin with prob % P of coming up heads. % The technique is to th...
angular.module('umbraco').controller('UmbracoBookshelfFolderController', function ($scope, $http, $routeParams, umbracoBookshelfResource) { $scope.model = {}; $scope.model.dirPath = decodeURIComponent($routeParams.id); $scope.model.content = ""; $scope.config = {}; umbracoBookshelfResource.getCon...
FaviconDownloader::FaviconDownloader(content::WebContents *webContents, const GURL &faviconUrl, FaviconDownloader::FaviconDownloaderCallback callback) : content::WebContentsObserver(webContents), m_faviconUrl(faviconUrl), m_callback(cal...
<?php namespace mako\database\midgard\traits\exceptions; use RuntimeException; /** * Stale record exception. * * @author Frederic G. Østby */ class StaleRecordException extends RuntimeException { }
<!DOCTYPE html> <html lang="en"> <head> <title>Homepage</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"> <script src="https://ajax.googleapis.com/ajax/libs/jq...
<!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 (version 1.7.0_72) on Wed May 13 11:47:54 EDT 2015 --> <title>Uses of Class org.apache.cassandra.hadoop.AbstractColumnFamilyRecordWriter.AbstractRange...
<?php namespace DTForceCodingStandard\Sniffs\Namespaces; use PHP_CodeSniffer_File; use PHP_CodeSniffer_Sniff; /** * Rules: * - Use statements should be in alphabetical order * * @author Mikulas Dite <mikulas@dite.pro> * @author Tomas Votruba <tomas.vot@gmail.com> */ final class UseInAlphabeticalOrderSniff i...
<?php require_once dirname(__FILE__) . '/OAuthRequestSigner.php'; require_once dirname(__FILE__) . '/body/OAuthBodyContentDisposition.php'; class OAuthRequester extends OAuthRequestSigner { protected $files; /** * Construct a new request signer. Perform the request with the doRequest() method below. * *...
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <txg:Texgit xmlns:txg="http://gilmatryx.googlepages.com/Texgit" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://gilmatryx.googlepages.com/Texgit file:////home/gilmar/WORKSPACE/TexgitSchema.xsd" v...
FROM balenalib/jetson-xavier-nx-devkit-emmc-fedora:32-build # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 RUN dnf install -y \ python3-pip \ python3-dbus \ && dnf clean all # install "virtualenv", si...
from django.core.urlresolvers import reverse from django.shortcuts import redirect, get_object_or_404 from django.contrib.auth import authenticate, login, logout, REDIRECT_FIELD_NAME from django.contrib.auth.forms import PasswordChangeForm from django.contrib.auth.decorators import login_required from django.contrib.au...
<button class="button">I'm a button</button>
using System; using System.IO; using System.IO.Compression; using System.Collections.Generic; using System.Linq; using System.Text; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documents; using System.Windows.Input; using System.Windows.Media; usi...
package io.yun.service.impl; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import java.util.List; import java.util.Map; import java.util.Set; import io.yun.dao.TYunMarketingDao; import io.yun.entity.TYunMarketingEntity; import io.yun.service.TYunMarketi...
/* * destination_handler.h * * Created on: Oct 19, 2016 * Author: pchero */ #ifndef SRC_DESTINATION_HANDLER_H_ #define SRC_DESTINATION_HANDLER_H_ #include <stdbool.h> #include <jansson.h> typedef enum _E_DESTINATION_TYPE { DESTINATION_EXTEN = 0, DESTINATION_APPLICATION = 1, } E_DESTINATION_TYPE;...
// Copyright 2000-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.jetbrains.python.codeInsight.dataflow; import com.intellij.codeInsight.controlflow.Instruction; import com.intellij.codeInsight.dataflow.map.DFAMap; import com.intell...
<?php if ( ! function_exists( 'add_filter' ) ) { exit; } class HOCWP_Widget_Link extends WP_Widget { public $args = array(); public $admin_args; public $instance; private function get_defaults() { $defaults = array( 'category' => array() ); $defaults = apply_filters( 'hocwp_widget_link_def...
// Original author: Tels <http://bloodgate.com>, released as public domain #include "OgreAreaEmitter.h" #include "OgreParticle.h" #include "OgreQuaternion.h" #include "OgreException.h" #include "OgreStringConverter.h" namespace Ogre { // Instatiate statics AreaEmitter::CmdWidth AreaEmitter::msWidthCmd; ...
ul.jqtree-tree { list-style: none outside; margin-left: 0; margin-bottom: 0; padding: 0; } ul.jqtree-tree ul.jqtree_common { list-style: none outside; margin-left: 12px; margin-right: 0; margin-bottom: 0; padding: 0; display: block; } ul.jqtree-tree li.jqtree-closed > ul.jqtree_commo...
package com.twitter.finagle.postgres.connection import com.twitter.logging.Logger import com.twitter.util.{Promise, Try} object Undefined extends PartialFunction[Any, Nothing] { def isDefinedAt(o: Any) = false def apply(o: Any) = sys.error("undefined") } case class WrongStateForEvent[E, S](event: E, state: S) ...
package com.ad.zakatrizki.adapter; import android.app.Activity; import android.content.Context; import android.graphics.drawable.GradientDrawable; import android.media.AudioManager; import android.support.v7.widget.CardView; import android.support.v7.widget.RecyclerView; import android.util.Log; import android.view.Ge...
spring-data-openjpa-example =========================== The project is integration example of the following technologies: Spring Data, OpenJPA, JTA, IBM WebSphere Community Edition, DB2.
package no.trank.openpipe.jdbc.store; import java.util.Iterator; import java.util.NoSuchElementException; import javax.sql.DataSource; import org.apache.ws.jaxme.sqls.SQLFactory; import no.trank.openpipe.api.PipelineException; import no.trank.openpipe.api.document.Document; import no.trank.openpipe.api.document.Doc...
<?xml version="1.0"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>com.lance</groupId> <artifactId>...
package org.azkfw.datasource.xml; import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.IOException; import java.io.InputStream; import java.sql.Time; import java.sql.Timestamp; import java.text.ParseException; import java.text.SimpleDateFormat; import j...
# Unit Tests Codeception uses PHPUnit as a backend for running tests. Thus, any PHPUnit test can be added to Codeception test suite and then executed. If you ever wrote a PHPUnit test then do it just as you did before. Codeception adds some nice helpers to simplify common tasks. The basics of unit tests are skipped...
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE sun-web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Application Server 9.0 Servlet 2.5//EN" "http://www.sun.com/software/appserver/dtds/sun-web-app_2_5-0.dtd"> <!-- DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. Copyright (c) 2010-2013 Oracle and/or it...
<?php /** * @version V5.20dev ??-???-2014 (c) 2000-2014 John Lim (jlim#natsoft.com). All rights reserved. * Released under both BSD license and Lesser GPL library license. Whenever there is any discrepancy between the two licenses, the BSD license will take precedence. */ /* Documentation on usage is at http...
<?php namespace Expressly\Event; use Expressly\Entity\Merchant; class MerchantEvent extends ResponseEvent { protected $merchant; public function __construct(Merchant $merchant) { $this->merchant = $merchant; } public function getMerchant() { return $this->merchant; } }
import { Injectable } from '@angular/core'; import { Headers, Http } from '@angular/http'; import { Observable } from 'rxjs/Observable'; import { Game } from './game'; import { Page } from '../paging'; @Injectable() export class GameService { private headers = new Headers({'Content-Type': 'application/json'}); p...
"use strict"; var test = require('tape'); var hasClass = require('./'); test('exist', function(t) { t.equal(typeof hasClass, 'function'); t.end(); }); test('do nothing', function(t) { t.equal(hasClass(), false); t.equal(hasClass({}), false); t.equal(hasClass({ className: 123 }), false...
/* tslint:disable:no-unused-variable */ import { async, ComponentFixture, TestBed } from '@angular/core/testing'; import { By } from '@angular/platform-browser'; import { DebugElement } from '@angular/core'; import { AdminComponent } from './admin.component'; describe('AdminComponent', () => { let component: AdminC...
#include "UefiLibInternal.h" GLOBAL_REMOVE_IF_UNREFERENCED EFI_GRAPHICS_OUTPUT_BLT_PIXEL mEfiColors[16] = { { 0x00, 0x00, 0x00, 0x00 }, { 0x98, 0x00, 0x00, 0x00 }, { 0x00, 0x98, 0x00, 0x00 }, { 0x98, 0x98, 0x00, 0x00 }, { 0x00, 0x00, 0x98, 0x00 }, { 0x98, 0x00, 0x98, 0x00 }, { 0x00, 0x98, 0x...
#pragma once namespace WebCore { class DOMWindow; class Frame; class DOMWindowProperty { public: explicit DOMWindowProperty(Frame*); virtual void disconnectFrameForDocumentSuspension(); virtual void reconnectFrameFromDocumentSuspension(Frame*); virtual void willDestroyGlobalObjectInCachedFrame(); ...
(function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('jquery')) : typeof define === 'function' && define.amd ? define(['jquery'], factory) : (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.jQuery)); })(this, (function (...
var Builder = require('./Builder.js'), /** * Model Object * * @param name * @returns {Query} * @constructor */ Query = function (name) { var self = this; /** * Format name to prevent coding errors. * * @type {string} */ ...
<!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 (version 1.7.0_25) on Sat Dec 14 16:58:53 IRST 2013 --> <title>Worker (Abstract Service Library)</title> <meta name="date" content="2013-12-14"> <link...
@interface ProposeProductCell : UITableViewCell +(ProposeProductCell *)getNewCell; @property (weak, nonatomic) IBOutlet UILabel *lbName; @property (weak, nonatomic) IBOutlet UILabel *lbMoney1; @property (weak, nonatomic) IBOutlet UILabel *lbMoney2; -(void) loadDataToCellWithData : (NSDictionary*) dicData withOpti...
include common.mk include ../../Makefile.conf PROG = blocks SRCS = main.c SRCS += blocks.c #CFLAGS += -ggdb -DDEBUG LDADD += $(SRCDIR)/srcs/libu.a include prog.mk
<?xml version="1.0" encoding="utf-8"?> <!-- $Revision: 330543 $ --> <refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="locale.getdisplayname"> <refnamediv> <refname>Locale::getDisplayName</refname> <refname>locale_get_display_name</refname> <refpurpose>Returns an a...
ACCEPTED #### According to Index Fungorum #### Published in null #### Original name Leptosphaeria lasiosphaerioides Starbäck & Grevill. ### Remarks null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Short_Words_Sorted { class ShortWordsSorted { static void Main(string[] args) { var text = Console.ReadLine() .Split(new[] { '.', ',', ':', ...
dart hello.dart
package com.lmax.disruptor.collections; import java.math.BigDecimal; import java.math.RoundingMode; import java.util.Arrays; /** * Histogram for tracking the frequency of observations of values below interval upper bounds. * * This class is useful for recording timings in nanoseconds across a large number of obse...
package com.cc.quick4j.web.model; public class TbRoute { private String id; private String fromadd; private String destadd; private String trans; private String lprice; private String hprice; public String getId() { return id; } public void setId(St...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/ads/googleads/v10/services/conversion_upload_service.proto package com.google.ads.googleads.v10.services; public interface CallConversionResultOrBuilder extends // @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.serv...
package com.example.mvpframe.util; import com.flyco.tablayout.listener.CustomTabEntity; public class TabEntity implements CustomTabEntity { public String title; public int selectedIcon; public int unSelectedIcon; public TabEntity(String title, int selectedIcon, int unSelectedIcon) { this.titl...
// // XWFootView.m // 百思不得姐 // // Created by longxianwen on 15/9/8. // Copyright (c) 2015年 longxianwen. All rights reserved. // 我--footerView #import "XWSquareFootView.h" #import <AFNetworking.h> #import <MJExtension/MJExtension.h> #import "XWSquare.h" #import "XWSquareButton.h" #import "XWMeController.h" #import...
""" Fast model runner. """ from __future__ import print_function import datetime from dateutil.relativedelta import relativedelta import model import data import utils def runner(param_sequence, verbose=0): for params in param_sequence: results = model.run(params, verbose=verbose) # adjust params for pri...
var enemy; var enemyImg = new Image(); enemyImg.onload = function(){ for (var i = 0; i < enemies.length; i++) { drawEnemy(enemies[i]); } } var ENEMY_WIDTH = 40; var ENEMY_HEIGHT = 40; var STARTING_ENEMY_HEALTH = 10; var enemies = []; var MULTIPLIER = 5; function Enemy(xLocation, yLocation, width,...
<!doctype html> <!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ --> <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]--> <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]--> <!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif...
<fieldset class="scheduler-border"> <legend class="scheduler-border addAshaWorker"> Add New Asha Worker.</legend> <div class="col-md-6" style="position: relative"> <form novalidate class="form-horizontal add-ashaworker-form" [formGroup]="ashaForm" *ngIf="active" (ngSubmit)="onSubmit()" #addAshaForm="ngFor...
<!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 (version 1.7.0_55) on Fri Jun 20 06:34:21 EDT 2014 --> <meta http-equiv="Content-Type" content="text/html" charset="utf-8"> <title>Uses of Class...
package com.ppmessage.sdk.core.ui.view.photoview; import android.os.Build.VERSION; import android.os.Build.VERSION_CODES; import android.view.View; class Compat { private static final int SIXTY_FPS_INTERVAL = 1000 / 60; public static void postOnAnimation(View view, Runnable runnable) { if (VERSION.SDK_INT >=...
namespace blimp { TCPEngineTransport::TCPEngineTransport(const net::IPEndPoint& address, net::NetLog* net_log) : address_(address), net_log_(net_log) {} TCPEngineTransport::~TCPEngineTransport() {} void TCPEngineTransport::Connect(const net::CompletionCallback& callback) { ...
<?xml version="1.0" encoding="utf-8"?> <!-- ~ Copyright 2017 Paweł Typiak ~ ~ 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 ~...
<p align="center"> <a href = "http://cailinpitt.github.io/AwareOSU/"> <img src = "https://raw.githubusercontent.com/CailinPitt/AwareOSUAndroid/master/Images/AwareOSULogo.png" alt = "Logo" title = "Main site" /> </a> </p> # Background OSU students (well, college students in general) enjoy being safe. Whenever a cri...
\section{Computational Methods and Software} \label{sec:software} The previous section described a series of models for the system of interest. %These models are too %complicated to solve exactly, and must instead be %instantiated with software to produce a numerical %result. This section details the numerical f...
package com.netflix.spinnaker.clouddriver.artifacts.ivy.settings; import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty; import javax.annotation.Nullable; import lombok.Data; @Data final class Credentials { @JacksonXmlProperty(isAttribute = true) private String host; @Nullable @JacksonX...
<?php /** * @author Krzysztof Gzocha <krzysztof.gzocha@xsolve.pl> */ namespace tests\unit\Team3\PayU\Order\Model\Traits; use Team3\PayU\Order\Model\Traits\AddressTrait; class AddressTraitModel { use AddressTrait; }
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> <title>Physical Based Rendering</title> <link rel="stylesheet" type="text/css" href="../templates/css/base.css"> <style type="text/cs...
<!-- --> <android.support.design.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" tools:context="cl.uchile.ing.adi.quicklooklib.fragments.Defaul...
$(document).ready(function () { // Config var preloadCount = 2500; var useCache = true; var cacheExpiration = 30000000; // Define Themes var themes = { 'default': "//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css", 'cerulean': "//bootswatch.com/cerulean/bootstrap.min.css", 'cosm...
use strict; use Data::Dumper; use Carp; # # This is a SAS Component # =head1 NAME query_entity_Media =head1 SYNOPSIS query_entity_Media [--is field,value] [--like field,value] [--op operator,field,value] =head1 DESCRIPTION Query the entity Media. Results are limited using one or more of the query flags: =over ...
using System.Collections.Generic; using System.Linq; using GraphSharp.Algorithms.Highlight; using QuickGraph; namespace GraphSharp.Controls { public partial class GraphLayout<TVertex, TEdge, TGraph> : IHighlightController<TVertex, TEdge, TGraph> where TVertex : class where TEdge : IEdge<TVertex> where TGraph :...
<?xml version="1.0" encoding="utf-8"?> <!-- Copyright 2015 Red Hat, Inc., and individual contributors 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/...
package org.knowm.xchange.kuna.dto; import java.math.BigDecimal; import java.util.Date; import org.knowm.xchange.kuna.dto.enums.KunaOrderType; import org.knowm.xchange.kuna.dto.enums.KunaSide; import org.knowm.xchange.kuna.util.KunaUtils; import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jac...
<?php namespace EvdB\OpenExchangeRates\Exception; class MissingAppId extends \Exception { }
describe RuboCop::Cop::Performance::RedundantBlockCall do subject(:cop) { described_class.new } it 'autocorrects block.call without arguments' do new_source = autocorrect_source(cop, <<-END.strip_indent) def method(&block) block.call end END expect(new_source).to eq(<<-END.strip_ind...
django-websockets ================= [![Build Status](https://travis-ci.org/samuelcolvin/django-websockets.svg)](https://travis-ci.org/samuelcolvin/django-websockets) [![Coverage Status](https://coveralls.io/repos/samuelcolvin/django-websockets/badge.svg?branch=master)](https://coveralls.io/r/samuelcolvin/django-websoc...
SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
package com.coolweather.app.db; import android.content.Context; import android.database.sqlite.SQLiteDatabase; import android.database.sqlite.SQLiteOpenHelper; /** * Created by ice_coffee on 2015/10/10. * 疑问之处 $$$ */ public class CoolWeatherOpenHelper extends SQLiteOpenHelper { /** * province表建表语句 */...
ACCEPTED #### According to The Catalogue of Life, 3rd January 2011 #### Published in Mycol. Progr. 1(1): 75 (2002) #### Original name Ustilago scitaminea Syd., 1924 ### Remarks null
Url shorter with QRCode and statistics - permanent and ephemeral short url - automatic random short url - dedicated name for short url - qrCode for mobile - statistics per url - automatic/non automatic redirect - password protected url
// Copyright 2021 Google LLC // // 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 // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writ...
var Cloud = require('ti.cloud'); exports.query = function(callback){ var data = []; Cloud.Places.query(function (e) { if (e.success) { if (e.places.length == 0) { data = [ { title: 'No Results!' } ]; ...
<!DOCTYPE html> <!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]--> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>test.test_asyncio.test_windows_events &mdash; Arc...
"""WebSocket protocol versions 13 and 8.""" import asyncio import collections import json import random import re import sys import zlib from enum import IntEnum from struct import Struct from typing import Any, Callable, List, Optional, Tuple, Union from .base_protocol import BaseProtocol from .helpers import NO_EXT...
layout: default title: "Blog Archive" teaser: "Check out all blog posts in my blog archive. Click on a headline to read the teaser." breadcrumb: true header: image_fullwidth: header_main.jpg permalink: "blog/archive/" --- <div id="blog-index" class="row"> <div class="small-12 columns t30"> <h1>{{ page.title }}</h...
class Test : muduo::noncopyable { public: Test() { printf("tid=%d, constructing %p\n", muduo::CurrentThread::tid(), this); } ~Test() { printf("tid=%d, destructing %p %s\n", muduo::CurrentThread::tid(), this, name_.c_str()); } const muduo::string& name() const { return name_; } void setName(co...
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var _extends2 = require('babel-runtime/helpers/extends'); var _extends3 = _interopRequireDefault(_extends2); var _propTypes = require('prop-types'); var _propTypes2 = _interopRequireDefault(_propTypes); var _createReactClass = require(...
#ifndef INTERFACE_H #define INTERFACE_H struct nl_cache; struct nl_sock; struct rtnl_link; struct nl_cache *link_cache_alloc(struct nl_sock **sock); void link_cache_destroy(struct nl_sock *sock, struct nl_cache *cache); void link_destroy(struct rtnl_link *link); #endif /* INTERFACE_H */
package org.apache.maven.plugin.checkstyle; import com.puppycrawl.tools.checkstyle.api.AuditEvent; import com.puppycrawl.tools.checkstyle.api.Configuration; import com.puppycrawl.tools.checkstyle.api.SeverityLevel; import java.util.HashMap; import java.util.LinkedList; import java.util.List; import java.util.Map; ...
Singular --- Singular is a Bootstrap Admin theme powered by AngularJS. This document describe the structure and use of the components included with the theme. > Before requesting support, please read carefully and look for information on the topic that you think is related to the issue. There are big chances ...