code
stringlengths
4
1.01M
language
stringclasses
2 values
--- layout: post title: 桶排序-OC --- ```objective-c NSArray * b = @[@5,@2,@3,@1,@8]; NSMutableArray *a = @[].mutableCopy; for (int i=0; i<11; i++) { a[i] = @0; } for (NSNumber *num in b) { int index = [num intValue]; if(a[index]){ a[index] = @([a[index] intValue] + 1)...
Java
package jenkins.plugins.hygieia; public class DefaultHygieiaServiceStub extends DefaultHygieiaService { // private HttpClientStub httpClientStub; public DefaultHygieiaServiceStub(String host, String token, String name) { super(host, token, name); } // @Override // public HttpClientStub getH...
Java
# Zwackhiomyces dispersus (J. Lahm ex Körb.) Triebel & Grube SPECIES #### Status ACCEPTED #### According to Index Fungorum #### Published in in Grube & Hafellner, Nova Hedwigia 51(3-4): 314 (1990) #### Original name Arthopyrenia dispersa J. Lahm ex Körb. ### Remarks null
Java
package cn.aezo.demo.rabbitmq.c05_model_topic; import cn.aezo.demo.rabbitmq.util.RabbitmqU; import com.rabbitmq.client.AMQP; import com.rabbitmq.client.Channel; import com.rabbitmq.client.Connection; import com.rabbitmq.client.DefaultConsumer; import com.rabbitmq.client.Envelope; import java.io.IOException; /** * 测...
Java
# AUTOGENERATED FILE FROM balenalib/aarch64-debian:stretch-run ENV NODE_VERSION 10.23.1 ENV YARN_VERSION 1.22.4 RUN buildDeps='curl libatomic1' \ && set -x \ && for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --batch --keyserver ke...
Java
# AUTOGENERATED FILE FROM balenalib/qemux86-debian:buster-run ENV GO_VERSION 1.15.8 # gcc for cgo RUN apt-get update && apt-get install -y --no-install-recommends \ g++ \ gcc \ libc6-dev \ make \ pkg-config \ git \ && rm -rf /var/lib/apt/lists/* RUN set -x \ && fetchDeps=' \ curl \ ' \ && apt-get u...
Java
<?php include("config.php"); $content = file_get_contents($data_munched); $data = json_decode($content, true); function sort_by_order ($a, $b) { return $b['amount']['total'] - $a['amount']['total']; } usort($data["exchanges"], 'sort_by_order'); print_r($data); ?>
Java
@import url('/static/libs/alice/poptip/1.2.0/poptip.css'); .poptip { top: 0; left: 0; }
Java
class GetSharedLinkAccessRightsResult attr_accessor :access_rights # :internal => :external def self.attribute_map { :access_rights => :accessRights } end def initialize(attributes = {}) # Morph attribute keys into undescored rubyish style if attributes.to_s != "" if GetSharedLinkA...
Java
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN""http://www.w3.org/TR/REC-html40/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc on Mon Sep 30 21:58:47 GMT-05:00 2002 --> <TITLE> Index () </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style"> </HEA...
Java
/* * Copyright 2016 The Simple File Server Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicabl...
Java
///<reference path="Math.ts"/> class Entity { get X(): number { return this.Position.x; } get Y(): number { return this.Position.y; } get Z(): number { return this.Position.z; } constructor(public Position: Vec3) { } }
Java
#pragma once #include "indexer/feature_decl.hpp" #include "geometry/point2d.hpp" #include "std/initializer_list.hpp" #include "std/limits.hpp" #include "std/string.hpp" #include "std/vector.hpp" #include "3party/osrm/osrm-backend/typedefs.h" namespace routing { using TNodeId = uint32_t; using TEdgeWeight = double;...
Java
# Cristula integra Chenant., 1920 SPECIES #### Status ACCEPTED #### According to The Catalogue of Life, 3rd January 2011 #### Published in Bull. Soc. mycol. Fr. 35: (1920) #### Original name Cristula integra Chenant., 1920 ### Remarks null
Java
/* * Copyright 2008-2015 Arsen Chaloyan * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or ag...
Java
define(function (require) { var SymbolDraw = require('../helper/SymbolDraw'); var LargeSymbolDraw = require('../helper/LargeSymbolDraw'); require('../../echarts').extendChartView({ type: 'scatter', init: function () { this._normalSymbolDraw = new SymbolDraw(); ...
Java
# first-try cnm stemulus deep dive coders prework
Java
/** * @author fanguozhu */ $(function() { var tab = new TabPanel("tab",true); var f_tree = new Fieldset("f_tree","公司列表",{ state: Fieldset.OPEN_STATE, topdown: false }); var mytree = new PorTreeT("tree", "-1", "手机公司",{isDefaultClick:0} ); var dw = new DataWrapper(); dw.service("PRtree"); ...
Java
/* * Core Utils - Common Utilities. * Copyright 2015-2016 GRyCAP (Universitat Politecnica de Valencia) * * 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/...
Java
# Papillomembrana N. Spjeldnaes, 1963 GENUS #### Status ACCEPTED #### According to Interim Register of Marine and Nonmarine Genera #### Published in null #### Original name null ### Remarks null
Java
/* * Copyright (c) 2016 Ni YueMing<niyueming@163.com> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
Java
/* * Copyright 2012-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "licen...
Java
/* * 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...
Java
/*! * Bootstrap v3.3.7 (http://getbootstrap.com) * Copyright 2011-2016 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-...
Java
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <title>Enable Or Disable Extension Loading</title> <style type="text/css"> body { margin: auto; font-family: Verdana, sans-serif; paddin...
Java
# Sopubia similis Skan SPECIES #### Status ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
Java
/* Copyright 2013 Semantic Discovery, Inc. (www.semanticdiscovery.com) This file is part of the Semantic Discovery Toolkit. The Semantic Discovery Toolkit 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 So...
Java
package lodVader.spring.REST.models.degree; import java.util.ArrayList; import java.util.Collections; import java.util.Comparator; import java.util.HashMap; import java.util.HashSet; import org.junit.Test; import com.mongodb.BasicDBList; import com.mongodb.BasicDBObject; import com.mongodb.DBCollection; import com.m...
Java
package no.api.regurgitator; import com.fasterxml.jackson.annotation.JsonIgnoreProperties; import com.fasterxml.jackson.annotation.JsonProperty; import io.dropwizard.Configuration; import javax.validation.Valid; import javax.validation.constraints.NotNull; @JsonIgnoreProperties(ignoreUnknown = true) public class Reg...
Java
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /> <title>TestBatchHRegionLockingAndWrites xref</ti...
Java
package org.minimalj.example.petclinic.frontend; import org.minimalj.backend.Backend; import org.minimalj.example.petclinic.model.Vet; import org.minimalj.frontend.Frontend; import org.minimalj.frontend.editor.Editor.NewObjectEditor; import org.minimalj.frontend.form.Form; public class AddVetEditor extends NewObjectE...
Java
#!/usr/bin/env bash sudo apt-get update sudo apt-get -y install curl git vim git clone https://github.com/openstack-dev/devstack.git -b stable/icehouse devstack/ cd devstack/ wget https://gist.githubusercontent.com/everett-toews/3cbbf4c3d059848ac316/raw/6a18ded87190c87ac981e8682b783bb25aa9e844/local.conf ./stack.sh
Java
# -*- coding: utf-8 -*- # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software...
Java
/* * Copyright 2019 Frederic Thevenet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
Java
FILES_TO_SERVE=index.html dmcc.js dmcc.css all: $(addprefix Deploy/, $(FILES_TO_SERVE)) Deploy/build_rules.json Deploy/build_rules.json: Source/process_build_rules.py cd Source && ./process_build_rules.py > ../$@.tmp && mv ../$@.tmp ../$@ Deploy/%: Source/% cp $< $@ run_server_old: all cd Deploy && php -S localh...
Java
// // Client+Extensions.h // // MobileTech Conference 2014 // Copyright (c) 2014 Ivo Wessel. All rights reserved. // Fragen zum Quellcode? Unterstützung bei iOS-Projekten? Melden Sie sich bei mir... // // Ivo Wessel // Lehrter Str. 57, Haus 2 // D-10557 Berlin // Phone : +49-(0)30-89 62 64 77 // Mobile: +49-(0...
Java
# vim: tabstop=4 shiftwidth=4 softtabstop=4 # Copyright (c) 2010 Citrix Systems, Inc. # # 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/L...
Java
/** * Copyright (C) 2012 Ness Computing, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or ...
Java
module.exports = unbuild unbuild.usage = "npm unbuild <folder>\n(this is plumbing)" var readJson = require("read-package-json") , rm = require("./utils/gently-rm.js") , gentlyRm = require("./utils/gently-rm.js") , npm = require("./npm.js") , path = require("path") , fs = require("graceful-fs") , lifecycle ...
Java
package hu.akarnokd.rxjava; import java.util.concurrent.TimeUnit; import rx.*; import rx.plugins.RxJavaHooks; import rx.schedulers.Schedulers; public class TrackSubscriber1 { @SuppressWarnings("unchecked") public static void main(String[] args) throws Exception { RxJavaHooks.setOnObservableStart((observ...
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_74) on Fri Apr 01 14:41:57 CDT 2016 --> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Uses of Class org.apache.sol...
Java
package tk.zielony.carbonsamples.feature; import android.app.Activity; import android.os.Bundle; import tk.zielony.carbonsamples.R; /** * Created by Marcin on 2016-03-13. */ public class TextMarkerActivity extends Activity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCre...
Java
// // nOpenWeb.h // janbin // // Created by katobit on 10/25/2556 BE. // Copyright (c) 2556 Kittipong Kulapruk. All rights reserved. // #import <UIKit/UIKit.h> @interface nOpenWeb_iphone : UIViewController<UIWebViewDelegate> { NSString *urlMain; NSString *type; NSString *link; } @property (strong, non...
Java
class Stage < ActiveRecord::Base self.primary_key = 'reference' include Taggable end
Java
// Copyright (c) Microsoft Corporation // // All rights reserved. // // 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 // // THIS CODE IS PROVIDED O...
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_172) on Wed Mar 13 10:37:22 EDT 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>API Help (jrugged-core 4.0....
Java
/* */ package com.hundsun.network.gates.houchao.biz.services.pojo; /* */ /* */ import org.springframework.context.annotation.Scope; /* */ import org.springframework.stereotype.Service; /* */ /* */ @Service("outFundTrans") /* */ @Scope("prototype") /* */ public class OutFundTrans extends...
Java
import type { IProviderSettings } from '@spinnaker/core'; import { SETTINGS } from '@spinnaker/core'; export interface IAppengineProviderSettings extends IProviderSettings { defaults: { account?: string; }; } export const AppengineProviderSettings: IAppengineProviderSettings = (SETTINGS.providers .appengine...
Java
/* Copyright (c) 2013 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Leonardo de Moura */ #pragma once #include <memory> #include "kernel/expr.h" namespace lean { /** \brief Functional object for creating expressions with maximally shared ...
Java
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; using System.Web.Optimization; using System.Web.Routing; namespace ExemploEFCrud { public class MvcApplication : System.Web.HttpApplication { protected void Application_Start() { ...
Java
/* * Copyright 2002-2018 the original author or authors. * * 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 a...
Java
\hypertarget{dir_e1120d38b56829564970ce9576dddbdf}{\section{jamms Directory Reference} \label{dir_e1120d38b56829564970ce9576dddbdf}\index{jamms Directory Reference@{jamms Directory Reference}} } Directory dependency graph for jamms\+:\nopagebreak \begin{figure}[H] \begin{center} \leavevmode \includegraphics[width=262pt...
Java
/* * Copyright 2000-2013 JetBrains s.r.o. * Copyright 2014-2015 AS3Boyan * Copyright 2014-2014 Elias Ku * * 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/lice...
Java
# AUTOGENERATED FILE FROM balenalib/orangepi-plus2-alpine:3.12-run # remove several traces of python RUN apk del python* # 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 # install python dependencies RUN apk...
Java
# coding=utf-8 # Copyright 2014 Pants project contributors (see CONTRIBUTORS.md). # Licensed under the Apache License, Version 2.0 (see LICENSE). from __future__ import (absolute_import, division, generators, nested_scopes, print_function, unicode_literals, with_statement) import os import re ...
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_25) on Tue Feb 07 22:52:55 CET 2012 --> <TITLE> S-Index </TITLE> <META NAME="date" CONTENT="2012-02-07"> <LINK REL ="stylesheet" TYPE="text/css" HR...
Java
# Github pages for DHGMS Solutions ## Introduction This is the branch for the [Github pages for the DHGMS Solutions project documentation](http://dhgms-solutions.github.io/). ## Viewing the documentation The documentation can be found at http://dhgms-solutions.github.io/ ## Contributing to the documentation It is...
Java
var gplay = require('google-play-scraper'); var fs = require('fs') var Promise = require('promise'); var myArgs = process.argv.slice(2); var passed_appid = myArgs[0]; var passed_appcount = myArgs[1]; console.log(passed_appid); var read = Promise.denodeify(fs.readFile); var write = Promise.denodeify(fs.writeFile); var d...
Java
import unittest, re from rexp.compiler import PatternCompiler class CompilerTestMethods(unittest.TestCase): def test_compile_1(self): compiler = PatternCompiler(pattern_set=dict( TEST=r'\w+' )) try: c1 = compiler.compile('$1{TEST}') except Exception as exc:...
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 (version 1.7.0_79) on Thu Sep 17 01:48:29 IST 2015 --> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Uses of Class org.ap...
Java
// Models app.SearchModel = Backbone.Model.extend({ idAttribute: "session_token", urlRoot: function() { var u = '/search/' + this.id; return u; } }); // Collections app.SearchCollection = Backbone.Collection.extend({ model: app.SearchModel, url: function()...
Java
--- layout: post title: "383. Ransom Note-勒索信" subtitle: " \"LeetCode\"" date: 2016-9-13 10:08:36 author: "Zering" header-img: "img/road.jpg" catalog: true tags: - LeetCode --- ### 问题 问题地址:https://leetcode.com/problems/ransom-note/ Given an arbitrary ransom note string and another string conta...
Java
package com.yuzhou.viewer.service; import android.content.Context; import android.os.AsyncTask; import android.util.Log; import android.widget.Toast; import com.google.common.eventbus.EventBus; import com.loopj.android.http.JsonHttpResponseHandler; import com.loopj.android.http.SyncHttpClient; import com.yuzhou.viewe...
Java
<?php /** * Smarty Internal Plugin Compile Insert * * Compiles the {insert} tag * * @package Smarty * @subpackage Compiler * @author Uwe Tews */ /** * Smarty Internal Plugin Compile Insert Class * * @package Smarty * @subpackage Compiler */ class Smarty_Internal_Compile_Insert extends Smarty_In...
Java
ChromeTabDisguise ================= A simple tool to disguise Chrome Tab's favicon and title.
Java
package com.rockhoppertech.music.fx.cmn; /* * #%L * rockymusic-fx * %% * Copyright (C) 1996 - 2013 Rockhopper Technologies * %% * 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 * * ...
Java
function htmlEncode(value){ return $('<div/>').text(value).html(); } var app = angular.module("oasassets",[]).controller("snippetsController",function($scope){ $scope.snippet = function(item){ var elem = $("#"+item); var contents = elem.html().trim(); elem.html(htmlEncode(contents)); ...
Java
package org.tuxdevelop.spring.batch.lightmin.server.cluster.configuration; import lombok.Data; import org.springframework.boot.context.properties.ConfigurationProperties; import org.springframework.boot.context.properties.NestedConfigurationProperty; @Data @ConfigurationProperties(prefix = "spring.batch.lightmin.serv...
Java
<?php $this->Nm_lang_conf_region = array(); $this->Nm_lang_conf_region['en_us;en_us'] = "English (United States)"; $this->Nm_lang_conf_region['es;es_es'] = "Spanish (Spain)"; $this->Nm_lang_conf_region['pt_br;pt_br'] = "Portuguese (Brazil)"; ksort($this->Nm_lang_conf_region); ?>
Java
<?php /************************ Example Client App for inserting categories *************************/ // Make sure we're being called from the command line, not a web interface if (PHP_SAPI !== 'cli') { die('This is a command line only application.'); } // We are a valid entry point. const _JEXEC = 1; error_re...
Java
# Annotations You can add these Kubernetes annotations to specific Ingress objects to customize their behavior. !!! tip Annotation keys and values can only be strings. Other types, such as boolean or numeric values must be quoted, i.e. `"true"`, `"false"`, `"100"`. !!! note The annotation prefix can ...
Java
# Bidens schaffneri Sherff SPECIES #### Status ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
Java
module SchemaEvolutionManager # Container for common args, mainly to have stricter validation on # inputs. Tried to use GetoptLong but could not write solid unit # tests around it... so we have our own internal simple implementation. class Args if !defined?(FLAGS_WITH_ARGUMENTS) FLAGS_WITH_ARGUMENTS...
Java
<?php namespace Ajax\semantic\components\validation; use Ajax\service\AjaxCall; use Ajax\JsUtils; /** * @author jc * @version 1.001 * Generates a JSON Rule for the validation of a field */ class Rule implements \JsonSerializable{ /** * @var string */ private $type; /** * @var string */ private $prompt;...
Java
import torch from deluca.lung.core import Controller, LungEnv class PIDCorrection(Controller): def __init__(self, base_controller: Controller, sim: LungEnv, pid_K=[0.0, 0.0], decay=0.1, **kwargs): self.base_controller = base_controller self.sim = sim self.I = 0.0 self.K = pid_K ...
Java
# Sphaeria eckfeldtii Ellis SPECIES #### Status ACCEPTED #### According to Index Fungorum #### Published in Bull. Torrey bot. Club 8: 91 (1881) #### Original name Sphaeria eckfeldtii Ellis ### Remarks null
Java
# Heliopsis patula Wender. SPECIES #### Status ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
Java
# Numulariola mucronata (Mont.) P.M.D. Martin, 1976 SPECIES #### Status SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in S. Afr. J. Bot. 42(1): 78 (1976) #### Original name Camillea mucronata Mont., 1855 ### Remarks null
Java
# Agave applanata var. parryi VARIETY #### Status SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
Java
# Duvernaysphaera oa Loeblich & Wicander, 1976 SPECIES #### Status ACCEPTED #### According to Interim Register of Marine and Nonmarine Genera #### Published in null #### Original name null ### Remarks null
Java
# Memecylon perakense Merr. SPECIES #### Status ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
Java
# Puccinia spreta Peck SPECIES #### Status ACCEPTED #### According to Index Fungorum #### Published in Ann. Rep. N. Y. St. Mus. nat. Hist. 29: 67 (1878) #### Original name Puccinia tiarellae Peck ### Remarks null
Java
# Croton uruguayensis Baill. SPECIES #### Status ACCEPTED #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
Java
# Leymus divaricatus (Drobow) Tzvelev SPECIES #### Status ACCEPTED #### According to The Catalogue of Life, 3rd January 2011 #### Published in Bot. Mater. Gerb. Bot. Inst. Komarova Akad. Nauk S. S. S. R. 20:430. 1960 #### Original name null ### Remarks null
Java
# Rottlera lappacea Wall. SPECIES #### Status ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
Java
# Heteropterys candolleana A.Juss. SPECIES #### Status ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
Java
# Dianthus gasparrini Guss. SPECIES #### Status ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
Java
# Schistophyllidium imbricatum (Kar. & Kir.) Soják SPECIES #### Status DOUBTFUL #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
Java
/* ==================================================================== Copyright (C) 2004-2008 fyiReporting Software, LLC This file is part of the fyiReporting RDL project. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. ...
Java
package org.ngrinder.home.controller; import lombok.RequiredArgsConstructor; import org.ngrinder.common.constant.ControllerConstants; import org.ngrinder.home.model.PanelEntry; import org.ngrinder.home.service.HomeService; import org.ngrinder.infra.config.Config; import org.ngrinder.script.handler.ScriptHandler; impor...
Java
package com.huawei.esdk.fusionmanager.local.model.system; import com.huawei.esdk.fusionmanager.local.model.FMSDKResponse; /** * 查询计划任务详情返回信息。 * <p> * @since eSDK Cloud V100R003C30 */ public class QueryScheduleTaskDetailResp extends FMSDKResponse { /** * 计划任务。 */ private ScheduleTask scheduleTask...
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_74) on Mon Jan 02 20:06:46 EET 2017 --> <title>Uses of Class com.complet.DatabaseConnection</title> <meta name="date" content="2017-01-02...
Java
//Copyright (c) 2014 by Disy Informationssysteme GmbH package net.disy.eenvplus.tfes.modules.sparql.expression; import com.hp.hpl.jena.sparql.expr.E_LogicalAnd; import com.hp.hpl.jena.sparql.expr.E_LogicalOr; import com.hp.hpl.jena.sparql.expr.Expr; import com.hp.hpl.jena.sparql.syntax.ElementFilter; // NOT_PUBLISHED...
Java
(function (chaiJquery) { // Module systems magic dance. if (typeof require === "function" && typeof exports === "object" && typeof module === "object") { // NodeJS module.exports = chaiJquery; } else if (typeof define === "function" && define.amd) { // AMD define(function () { return chaiJqu...
Java
package util import "errors" var ( // ErrNotFound Import or Version was not found. ErrNotFound = errors.New("Requested resource was not found") // ErrAlreadyExists Import or Version already exists and cannot be overwritten. ErrAlreadyExists = errors.New("Resource already exists and cannot be overritten") // Er...
Java
/* * Software License Agreement (Apache License) * * Copyright (c) 2014, Southwest Research Institute * * 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/licens...
Java
# Agropyron transiliense Popov SPECIES #### Status SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
Java
// Copyright (c) 2015 Illyriad Games Ltd. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.md in the project root for license information. using System; using System.Numerics; namespace IllyriadGames.ByteArrayExtensions { public static class VectorizedCopyExtension { ...
Java
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Xunit; #if USE_FASTQUANT namespace FastQuant.Tests #else namespace SmartQuant.Tests #endif { public class TickSeriesTest { [Fact] public void TestGetIndex() { var ts = new...
Java
package com.sectong.util; import org.apache.log4j.Logger; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.io.OutputStreamWriter; import java.net.URL; import java.net.URLConnection; public class HttpUtil { private static Logger logger = Logger.getLogger(Ht...
Java