text
stringlengths
7
995k
/* * Copyright (c) 1997, 2020 Oracle and/or its affiliates. All rights reserved. * * This program and the accompanying materials are made available under the * terms of the Eclipse Distribution License v. 1.0, which is available at * http://www.eclipse.org/org/documents/edl-v10.php. * * SPDX-License-Identifier: ...
// Targeted by JavaCPP version 1.5.3-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.opencv.opencv_core; import java.nio.*; import org.bytedeco.javacpp.*; import org.bytedeco.javacpp.annotation.*; import static org.bytedeco.openblas.global.openblas_nolapack.*; import static org.bytedeco.openblas.global.openblas...
package ru.job4j.chess; import org.junit.Ignore; import org.junit.Test; import ru.job4j.chess.firuges.Cell; import ru.job4j.chess.firuges.black.BishopBlack; import ru.job4j.chess.firuges.black.PawnBlack; public class LogicTest { @Test public void moveTrue() throws FigureNotFoundException, Occupie...
/* * Copyright 2020-2021 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...
/* * Copyright 2012-2019 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...
/* 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 * distribut...
/* * JBoss, Home of Professional Open Source. * Copyright 2012, Red Hat, Inc., and individual contributors * as indicated by the @author tags. See the copyright.txt file in the * distribution for a full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * unde...
package com.huaweicloud.sdk.smn.v2.model; import com.fasterxml.jackson.annotation.JsonInclude; import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jackson.annotation.JsonCreator; import com.fasterxml.jackson.annotation.JsonValue; import java.util.function.Consumer; import java.util.Objects; ...
/* * Copyright 2014-2019 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...
/* LICENSE START * * MIT License * * Copyright (c) 2019 Daimler TSS GmbH * * 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 rig...
package com.sponberg.fluid.android; import java.util.ArrayList; import android.app.Activity; import android.app.Application; import android.content.ComponentName; import android.content.Context; import android.content.Intent; import android.content.res.Resources; import android.os.Bundle; import android.util.DisplayM...
/* * Copyright 2015-present Facebook, 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...
package wangjin.com.beijingnews.utils; import android.content.Context; import android.content.SharedPreferences; import wangjin.com.beijingnews.SplashActivity; /** * Created by wangjin on 2018/8/8. * 缓存软件的一些参数和数据 */ public class CacheUtils { /** * @param context * @param key * @return */ ...
package decaf.error; import decaf.Location; public class BlockCommentError extends DecafError { public BlockCommentError(Location location) { super(location); // TODO Auto-generated constructor stub } @Override protected String getErrMsg() { // TODO Auto-generated method stub return "unclosed block co...
/* * Copyright (C) 2018 The Android Open Source Project * * 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...
package com.orientechnologies.common.spliterators; import java.util.Comparator; import java.util.Spliterator; import java.util.function.Consumer; import java.util.stream.BaseStream; import java.util.stream.Stream; import java.util.stream.StreamSupport; public class Streams { public static <T> Stream<T> mergeSortedS...
/* * */ package com.example.smoke; import com.example.NativeBase; class InternalListenerImpl extends NativeBase implements InternalListener { protected InternalListenerImpl(final long nativeHandle, final Object dummy) { super(nativeHandle, new Disposer() { @Override public void di...
/* * Copyright (c) 2013-2018, Bingo.Chen (finesoft@gmail.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 a...
/* 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 License, Version 2.0 * (the "License"); you may not...
/** * Copyright (c) 2016-2019 掌上明猪 All rights reserved. * * https://www.Plamtoppig.io * * 版权所有,侵权必究! */ package io.pig.modules.oss.cloud; import com.qcloud.cos.COSClient; import com.qcloud.cos.ClientConfig; import com.qcloud.cos.request.UploadFileRequest; import com.qcloud.cos.sign.Credentials; import io.pig....
/* * Copyright (C) 2016 The Android Open Source Project * * 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...
/* * 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 License, Version 2.0 * (the "License"); you may ...
package com.kky.dp.bridge; public class Table extends FurnitureType{ public Table(){ super.name = "Table"; } }
package a.b.c; /** * * @since */ public class TestClass6 { /** * @noextend * @since */ public static class InnerTestClass6a { } /** * @noinstantiate * @since */ public class InnerTestClass6b { } /** * * @since */ public class InnerTestClass6c { } }
package com.example.cly.word; import android.database.Cursor; import android.database.sqlite.SQLiteDatabase; import android.os.AsyncTask; import android.os.Bundle; import android.support.v4.app.Fragment; import android.support.v7.widget.LinearLayoutManager; import android.support.v7.widget.RecyclerView; import android...
package com.hongshen.boke.response.article; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import java.io.Serializable; import java.util.Date; /** * Created with IDEA * * @author:qianhongshen * @Date:2018/11/9 11:20 * @Desc: 文章列表数据接收实体 */ public class ArticleListResponse implements Serializable { ...
/* * Copyright 2016 Hans Chen * * 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 i...
package com.agh.hr.persistence.model; import lombok.*; import javax.persistence.*; import java.util.List; @Entity @Data @Builder @AllArgsConstructor(access = AccessLevel.PACKAGE) @NoArgsConstructor(access = AccessLevel.PROTECTED) public class Permission { @Id @GeneratedValue(strategy = GenerationType.AUTO) ...
package de.enterprise.spring.boot.application.starter.properties.testapp; import org.springframework.boot.autoconfigure.SpringBootApplication; @SpringBootApplication(scanBasePackages = "de.enterprise.spring.boot.application.starter.exception") public class PropertyTestApplication { }
package com.ang.springboot_es.service; import com.ang.springboot_es.entity.User; import com.ang.springboot_es.util.DemoConstant; import com.ang.springboot_es.util.RedisKeyUtil; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.dao.DataAccessException; import org.springframework....
/* We have a loud talking parrot. The "hour" parameter is the current hour time in the range 0..23. We are in trouble if the parrot is talking and the hour is before 7 or after 20. Return true if we are in trouble. parrotTrouble(true, 6) → true parrotTrouble(true, 7) → false parrotTrouble(false, 6) → false */ publ...
package com.aoc.days2016.day25; import com.aoc.solutionbase.SolutionBase; import com.aoc.util.assembunny.Instruction; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; /** * @author Llamadmiral. */ class SolutionTwentyFive extends SolutionBase { private final L...
package io.daiwei.redis; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration; /** * Created by Daiwei on 2021/4/6 */ @SpringBootApplication(exclude = {RedisAutoConfigur...
package xin.keepmoving.domain; import java.io.Serializable; import java.util.Date; /** * @author: nirvanafire(nirvanafire@gmail.com) * @description: spring-boot-demos * @version: 1.0 * @date: 2018-04-08 9:43 */ public class User implements Serializable { // ID private Long id; // 用户名 private Stri...
package sg.edu.np.mad.Sharecipe.ui.view; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import androidx.appcompat.app.AppCompatActivity; import androidx.fragment.app.Fragment; import androidx.fragment.app.FragmentManager; import androidx.fragment.app.FragmentOnAttachListener; import androidx....
package info.javaspec.jupiter.factory; import org.junit.jupiter.api.DynamicTest; import org.junit.jupiter.api.TestFactory; import info.javaspec.jupiter.Greeter; import static org.junit.jupiter.api.Assertions.assertEquals; import org.junit.jupiter.api.DisplayName; //Shows how to use a @TestFactory method to declare...
/** * Copyright 2021 Shulie Technology, Co.Ltd * Email: shulie@shulie.io * 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 requi...
package eu.olympus.client; import com.fasterxml.jackson.databind.ObjectMapper; import eu.olympus.client.interfaces.ClientCryptoModule; import eu.olympus.client.interfaces.UserClient; import eu.olympus.model.Attribute; import eu.olympus.model.OPRFResponse; import eu.olympus.model.exceptions.AuthenticationFailedExceptio...
package com.jd.binlog.alarm; import java.io.UnsupportedEncodingException; import java.util.Map; /** * Created on 18-7-20 * <p> * 普通报警 * * @author pengan */ public class AlarmUtils { public static Alarmer mail; public static Alarmer phone; public static void init(Map<String, String> m, String[] ms, ...
/******************************************************************************* * Copyright 2013-2019 Qaprosoft (http://www.qaprosoft.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 ...
package com.jessequinn; public class Gearbox { private boolean clutchIsIn; public void operateClutch(boolean inOrOut) { this.clutchIsIn = inOrOut; } }
package com.wildbeeslabs.rest.publication.repository; import com.wildbeeslabs.api.rest.common.model.IBaseEntity; import java.io.Serializable; import java.util.concurrent.CompletableFuture; import java.util.stream.Stream; import org.springframework.data.repository.NoRepositoryBean; import org.springframework.data.mong...
package org.intermine.sql.query; /* * Copyright (C) 2002-2021 FlyMine * * This code may be freely distributed and modified under the * terms of the GNU Lesser General Public Licence. This should * be distributed with the code. See the LICENSE file for more * information or http://www.gnu.org/copyleft/lesser.ht...
package org.lechuga.jdbc.extractor; import java.sql.ResultSet; import java.sql.SQLException; import java.util.ArrayList; import java.util.LinkedHashMap; import java.util.List; import java.util.Map; public class MapResultSetExtractor implements ResultSetExtractor<List<Map<String, Object>>> { List<String> columnNa...
// Targeted by JavaCPP version 1.5-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; import java.nio.*; import org.bytedeco.javacpp.*; import org.bytedeco.javacpp.annotation.*; import static org.bytedeco.systems.global.windows.*; @Properties(inherit = org.bytedeco.systems.presets.windows.class)...
package com.compomics.util.protein; import com.compomics.util.experiment.io.biology.protein.Header; import org.apache.logging.log4j.Logger; import org.apache.logging.log4j.LogManager; import java.util.regex.Pattern; import java.util.regex.Matcher; import java.util.regex.PatternSyntaxException; import java.util.*; /**...
// // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.7 generiert // Siehe <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. // Generiert: 2016.04.19 um 09:...
/* * Copyright 2017-2020 original 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 applicable law or agr...
/* * 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 License, Version 2.0 * (the "License"); you may ...
package com.suns.shiro.chapt6.service; import org.apache.shiro.crypto.RandomNumberGenerator; import org.apache.shiro.crypto.SecureRandomNumberGenerator; import org.apache.shiro.crypto.hash.SimpleHash; import org.apache.shiro.util.ByteSource; import com.suns.shiro.chapt6.entity.User; /** * <p>User: Zhang Kaitao * <...
/** * <a href="http://www.openolat.org"> * OpenOLAT - Online Learning and Training</a><br> * <p> * Licensed under the Apache License, Version 2.0 (the "License"); <br> * you may not use this file except in compliance with the License.<br> * You may obtain a copy of the License at the * <a href="http://www.apache...
package mage.cards.s; import java.util.UUID; import mage.abilities.Ability; import mage.abilities.common.BeginningOfUpkeepTriggeredAbility; import mage.abilities.common.SimpleActivatedAbility; import mage.abilities.costs.common.SacrificeSourceCost; import mage.abilities.costs.mana.ManaCostsImpl; import mage.abilities....
package example.repo; import example.model.Customer857; import java.util.List; import org.springframework.data.repository.CrudRepository; public interface Customer857Repository extends CrudRepository<Customer857, Long> { List<Customer857> findByLastName(String lastName); }
package com.example.mladen.wear.util; import com.mladenbabic.utils.Constants; /** * Created by mladen on 3/23/16. */ public class ColorPreset { private int bgColor; private int textColor; public ColorPreset(int bgColor, int textColor) { this.bgColor = bgColor; this.textColor = textColo...
/* * Copyright 2015-2020 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...
package com.sequenceiq.cloudbreak.controller.mapper; import static ch.qos.logback.classic.Level.INFO; import javax.ws.rs.core.Response.Status; import org.springframework.stereotype.Component; import com.sequenceiq.cloudbreak.common.exception.ExceptionResponse; import com.sequenceiq.cloudbreak.service.DuplicateKeyVa...
// Copyright 2021, Justen Walker // SPDX-License-Identifier: Apache-2.0 package tech.justen.concord.goodwill; import org.apache.commons.compress.archivers.tar.TarArchiveEntry; import org.apache.commons.compress.archivers.tar.TarArchiveInputStream; import org.apache.commons.compress.utils.IOUtils; import org.slf4j.Log...
/* * Copyright © 2017-2021 Dominic Heutelbeck (dominic@heutelbeck.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 r...
package com.urbancode.terraform.tasks.rackspace; import java.io.IOException; import java.util.ArrayList; import java.util.List; import org.apache.commons.httpclient.HttpStatus; import org.apache.commons.httpclient.methods.DeleteMethod; import org.apache.commons.httpclient.methods.PostMethod; import org.apache.commons...
/* * Copyright (C) 2014 Stratio (http://stratio.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 app...
/* * Copyright 2019 The Catty Project * 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 i...
package core; /** * * Class to model locations of files to be referenced throughout. Used * especially if files move locations, and to keep the code organized. * */ public class Source { public static final String generated_schedule; public static final String programs_folder; public static final String fall_...
package com.hotbitmapgg.ohmybilibili.fragment; import android.animation.ObjectAnimator; import android.animation.ValueAnimator; import android.annotation.SuppressLint; import android.content.Intent; import android.os.Bundle; import android.os.Handler; import android.support.v4.view.ViewPager; import android.support.v4...
/* * #%L * ACS AEM Commons Bundle * %% * Copyright (C) 2017 Adobe * %% * 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...
package com.sc2toolslab.sc2bm.engine.domain; import com.sc2toolslab.sc2bm.domain.ApplicationException; import com.sc2toolslab.sc2bm.domain.ArgumentException; import com.sc2toolslab.sc2bm.domain.BuildItemEntity; import com.sc2toolslab.sc2bm.domain.BuildItemTypeEnum; import com.sc2toolslab.sc2bm.domain.BuildOrderEntity;...
package com.wangduwei.java_basic.inner_class; /** * 内部类的几种形式 * 通过javap反编译class文件发现,方法内部类持有外部类引用!! */ public class InnerClassTest { public void function() { class ClassInFuntion { public void say() { System.out.println("我是局部内部咧"); } } new ClassInF...
/* * 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 License, Version 2.0 (the * "License"); you ...
/* * Copyright 2019-2019 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...
package cmu.edu; import java.io.FileNotFoundException; import java.io.IOException; import org.sat4j.core.VecInt; import org.sat4j.pb.IPBSolver; import org.sat4j.pb.SolverFactory; import org.sat4j.reader.DimacsReader; import org.sat4j.reader.ParseFormatException; import org.sat4j.reader.Reader; import org.sat4j.specs.C...
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE89_SQL_Injection__connect_tcp_execute_75a.java Label Definition File: CWE89_SQL_Injection.label.xml Template File: sources-sinks-75a.tmpl.java */ /* * @description * CWE: 89 SQL Injection * BadSource: connect_tcp Read data using an outbound tcp connection * GoodSourc...
/* * Licensed to Elasticsearch under one or more contributor * license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright * ownership. Elasticsearch licenses this file to you under * the Apache License, Version 2.0 (the "License"); you may * not use this fi...
package com.github.kklisura.cdt.protocol.events.network; /*- * #%L * cdt-java-client * %% * Copyright (C) 2018 - 2020 Kenan Klisura * %% * 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...
/* * Copyright 2017 Nafundi * * 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 writi...
package com.xp.salarypay.pay; import com.xp.salarypay.entity.PayDetail; /** * BasePayStrategy.java 固定薪水支付策略 * * @author: zhaoxiaoping * @date: 2019/07/30 **/ public class BasePayStrategy implements PayStrategy { private double salary; public BasePayStrategy(double salary) { this.salary = salary; } ...
/******************************************************************************* * Copyright (c) 2015-2018 Skymind, Inc. * * This program and the accompanying materials are made available under the * terms of the Apache License, Version 2.0 which is available at * https://www.apache.org/licenses/LICENSE-2.0. * *...
/* * Copyright 2016-present Open Networking Foundation * * 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 appli...
/* * Copyright (c) 2020 - 2022 Microsoft Corporation * * This program and the accompanying materials are made available under the * terms of the Apache License, Version 2.0 which is available at * https://www.apache.org/licenses/LICENSE-2.0 * * SPDX-License-Identifier: Apache-2.0 * * Contributors: * ...
/* Copyright 2020. Huawei Technologies Co., Ltd. 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 Unless requ...
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.meaningcloud.gate.param; /** * * @author ADRIAN */ public enum SemanticDisambiguationGrouping { none, global_intersection, intersection_type, intersection_type_smallest_location }
package Feb2021Leetcode; import java.util.ArrayList; import java.util.Arrays; import java.util.HashSet; import java.util.List; public class _0140WordBreakII { public static void main(String[] args) { System.out.println(wordBreak("applepenapple", new ArrayList<String>(Arrays.asList("apple", "pen", "applepen", ...
/******************************************************************************* * 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...
package testcode.xss.servlets; import java.io.IOException; import java.util.Iterator; import java.util.List; import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import org.apache.commons.fileupload....
package mage.cards.d; import java.util.UUID; import mage.MageInt; import mage.abilities.common.SimpleActivatedAbility; import mage.abilities.costs.mana.ManaCostsImpl; import mage.abilities.effects.common.PreventDamageToControllerEffect; import mage.abilities.keyword.FlyingAbility; import mage.cards.CardImpl; import ma...
package com.baomidou.mybatisplus.test.h2; import org.springframework.test.annotation.DirtiesContext; @DirtiesContext public class BaseTest { protected final String NQQ = "聂秋秋"; protected void log(Object object) { System.out.println(object); } }
package net.datafaker; import org.junit.jupiter.api.Test; import java.time.LocalTime; import java.time.format.DateTimeFormatter; import java.time.temporal.ChronoUnit; import static org.assertj.core.api.Assertions.assertThat; import static org.assertj.core.api.Assertions.assertThatThrownBy; public class TimeTest ext...
package com.homework.web.controller; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.security.access.prepost.PreAuthorize; import org.springframework.security.core.context.SecurityContextHolder; import org.springframework.web.bind.annotation.DeleteMapping; import org.springfra...
/* * Copyright 2012-2016 JetBrains s.r.o * * 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 agr...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: POGOProtos.Rpc.proto package POGOProtos.Rpc; public interface GetFitnessReportOutProtoOrBuilder extends // @@protoc_insertion_point(interface_extends:POGOProtos.Rpc.GetFitnessReportOutProto) com.google.protobuf.MessageOrBuilder { /** ...
package test; import java.text.DecimalFormat; import spaceTruss.SpaceTruss; public class TestSpaceTruss2 { private DecimalFormat df = new DecimalFormat("###.###"); public static void main(String[] args) { new TestSpaceTruss2(); } public TestSpaceTruss2() { double[][] nodes = new double[][] { { 40, 0, 0 }, {...
/* * Copyright 1999-2012 Alibaba Group. * * 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 la...
/* * Copyright 2012-2021 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...
/* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. */ /* * 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 th...
package io.fabric8.kubernetes.api.model.apiextensions.v1; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import com.fasterxml.jackson.annotation.JsonAnyGetter; import com.fasterxml.jackson.annotation.JsonAnySetter; import com.fasterxml.jackson.annotation.JsonIgnore; ...
package org.terifan.nodeeditor; import java.awt.Graphics2D; import java.awt.Rectangle; public interface Renderable { Rectangle getBounds(); void layout(); void paintComponent(NodeEditor aEditor, Graphics2D aGraphics, int aWidth, int aHeight, boolean aSelected); }
package sort; import java.util.ArrayList; /** * <p>2021/1/18 16:40</p> * * @author konglinghan * @version 1.0 */ public class De { public static void main(String[] args) { ArrayList<Object> objects = new ArrayList<>(); for (int i = 0; i < objects.size(); i++) { System.out.println(...
// Targeted by JavaCPP version 1.5.7: DO NOT EDIT THIS FILE package org.bytedeco.pytorch; import org.bytedeco.pytorch.Allocator; import org.bytedeco.pytorch.Function; import org.bytedeco.pytorch.Module; import java.nio.*; import org.bytedeco.javacpp.*; import org.bytedeco.javacpp.annotation.*; import static org.byte...
package com.arnold.www.config; import org.springframework.boot.autoconfigure.condition.ConditionalOnProperty; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import springfox.documentation.builders.ApiInfoBuilder; import springfox.documentation.builders....
/* * 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 License, Version 2.0 (the * "License"); you ...
package cn.topca.connection.protocol; import cn.topca.core.ServiceProvider; import java.security.Provider; /** * Copyright (c) 2011-2014 北京天诚安信科技有限公司 <service-appeal@topca.cn> * <p/> * The protocol of the connection * encode, decode, encrypt, decrypt, etc. for the connection messages * * @author 王翾旻 <wang_xuan...
package org.andot.share.app.line; import io.netty.bootstrap.Bootstrap; import io.netty.channel.ChannelFuture; import io.netty.channel.ChannelInitializer; import io.netty.channel.ChannelOption; import io.netty.channel.EventLoopGroup; import io.netty.channel.nio.NioEventLoopGroup; import io.netty.channel.socket.SocketCh...