text
stringlengths
7
1.01M
/** * Copyright 2019 The JoyQueue 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 applicable law or...
package com.iteaj.util; /** * create time: 2018/7/22 * 一般使用在对外开放Api的场景 * @see ApiResponse * @see com.iteaj.util.module.mvc.ApiController * @see IErrorCode * @author iteaj * @version 1.0 * @since JDK1.7 */ public class ApiException extends RuntimeException { private IErrorCode code; public ApiExcept...
/** * Copyright 2017 SPeCS. * * 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...
/* * Copyright (C) 2011 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...
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package com.misiontic.project01.ordenamientojava; import java.util.Arrays; /** * * @author RUIB04 */ public class Mai...
/** * 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 * distribu...
package com.arcrobotics.ftclib.hardware; import com.arcrobotics.ftclib.geometry.Rotation2d; public abstract class GyroEx implements HardwareDevice { public abstract void init(); // Gyro public abstract double getHeading(); public abstract double getAbsoluteHeading(); public abstract double[]...
package net.minecraft.world.gen.structure; import com.google.common.collect.Lists; import java.util.Iterator; import java.util.List; import java.util.Random; import net.minecraft.block.material.Material; import net.minecraft.block.state.IBlockState; import net.minecraft.entity.item.EntityMinecartChest; import net.mine...
/* * ==================================================================== * 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 ...
// Copyright (c) 2021 Terminus, 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 agree...
package action; import java.io.IOException; import java.sql.Connection; import javax.servlet.RequestDispatcher; import javax.servlet.ServletException; import javax.servlet.annotation.WebServlet; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletR...
package com.sequenceiq.cloudbreak.cloud.handler; import javax.inject.Inject; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.dao.TransientDataAccessException; import org.springframework.stereotype.Component; import com.sequenceiq.cloudbreak.cloud.notification.model.ResourceNotific...
/** * Copyright (C) 2013 – 2015 SLUB Dresden & Avantgarde Labs GmbH (<code@dswarm.org>) * * 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/LICEN...
/** * Copyright (c) Facebook, Inc. and its affiliates. * * <p>This source code is licensed under the MIT license found in the LICENSE file in the root * directory of this source tree. */ package com.nonnative; import android.content.Context; import com.facebook.flipper.android.AndroidFlipperClient; import com.fac...
package com.mojang.nbt; import java.io.*; import com.google.gson.*; /** * Inspired by NBT classes given by Mojang AB <a href="https://mojang.com/2012/02/new-minecraft-map-format-anvil/">here</a> * <br/>Following the <a href="http://web.archive.org/web/20110723210920/http://www.minecraft.net/docs/NBT.txt">specifica...
/* * 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 gov.faa.ang.swac.common.flightmodeling; public enum RerouteTrigger { ASCENT_END, POLY_CROSSING, AIRPORT_CONFIG, ARRIVAL_SHORTENING, CDA, FIX_BALANCING, OCEANIC_CLIMB, OCEANIC_DECENT, OCEANIC_BLOCKED_CLIMB; }
/* * Copyright (c) 2016-2017, Adam <Adam@sigterm.info> * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright notice, this * ...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/monitoring/dashboard/v1/layouts.proto package com.google.monitoring.dashboard.v1; /** * <pre> * A simplified layout that divides the available space into vertical columns * and arranges a set of widgets vertically in each column. * </pr...
/** * 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...
/** * 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 m...
//////////////////////////////////////////////////////////// // // Anime Warfare // Copyright (C) 2016 TiWinDeTea - contact@tiwindetea.org // // This software is provided 'as-is', without any express or implied warranty. // In no event will the authors be held liable for any damages arising from the use of this softwar...
/* (c) Copyright 2021 by Volker Bergmann. All rights reserved. */ package com.rapiddweller.common.cli; /** * Represents a command line flag which may be true or false.<br/><br/> * Created: 21.10.2021 15:36:51 * @author Volker Bergmann * @since 1.1.4 */ public class CommandLineFlag extends CommandLineItem { pu...
// Copyright 2014 The Bazel Authors. 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 required by appl...
/* * Copyright 2022 ThoughtWorks, 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 agr...
/* org.agiso.castor.core.ICellularNhood (23-12-2018) * * ICellularNhood.java * * Copyright 2018 agiso.org * * 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.apac...
package com.genesis.origin.provider; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.EnableAutoConfiguration; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration; import org....
/* * Copyright 2017-2022 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 annin.my.android.popularmovies2.data; import android.content.Context; import android.database.sqlite.SQLiteDatabase; import android.database.sqlite.SQLiteOpenHelper; /** * Created by Maino96-10022 on 9/6/2017. */ public class MovieDbHelper //extends SQLiteOpenHelper { // // The name of the database // ...
package com.github.nikolaymakhonin.utils.serialization; import com.github.nikolaymakhonin.logger.Log; import com.github.nikolaymakhonin.utils.RefParam; import com.github.nikolaymakhonin.utils.strings.CharsetUtils; import java.io.ByteArrayInputStream; import java.io.ByteArrayOutputStream; import java.io.IOException; i...
package com.google.appinventor.components.runtime; import android.content.ContentResolver; import android.content.Context; import android.database.Cursor; import android.database.DatabaseUtils; import android.net.Uri; import android.provider.Contacts; import android.text.TextUtils; import android.text.util.Rfc822Token...
// // WebConfig.java // produk-api-service // // Created by Agung Pramono on 25/10/2016 // Copyright (c) 2016 Java Development. All rights reserved. // package com.agung.produk.config; import org.springframework.context.annotation.Configuration; import org.springframework.web.servlet.config.annotation.ViewControlle...
/* * 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 n...
public class Owner_Address_For_Owner_Profile { String Area ; String Sector; String RodeNumber; String HouseNumber; public Owner_Address_For_Owner_Profile() { } public Owner_Address_For_Owner_Profile(String Area,String Sector,String RodeNumber,String HouseNumber)...
package org.wikipedia.edit; import androidx.annotation.Nullable; import org.wikipedia.dataclient.mwapi.MwPostResponse; public class Edit extends MwPostResponse { @SuppressWarnings("unused,") @Nullable private Result edit; @Nullable public Result edit() { return edit; } public boolean hasEdi...
/* * 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 * d...
/*=========================================================================== * Licensed Materials - Property of IBM * "Restricted Materials of IBM" * * IBM SDK, Java(tm) Technology Edition, v8 * (C) Copyright IBM Corp. 2012, 2013. All Rights Reserved * * US Government Users Restricted Rights - Use, duplication...
/** * 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 com.atguigu.gmall.sms.service; import com.baomidou.mybatisplus.extension.service.IService; import com.atguigu.gmall.sms.entity.SpuFullReductionEntity; import com.atguigu.core.bean.PageVo; import com.atguigu.core.bean.QueryCondition; /** * 商品满减信息 * * @author abu * @email lxf@atguigu.com * @date 2020-04-1...
/* * Copyright 2012-2013 Gephi Consortium * * 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 agre...
/* * Copyright 2018, EnMasse authors. * License: Apache License 2.0 (see the file LICENSE or http://apache.org/licenses/LICENSE-2.0.html). */ package io.enmasse.api.v1.http.apiserver; import com.fasterxml.jackson.annotation.JsonInclude; import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jack...
/* * Copyright [2005] [University Corporation for Advanced Internet Development, 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 *...
//| Copyright - The University of Edinburgh 2018 | //| | //| Licensed under the Apache License, Version 2.0 (the "License"); | //| you may not use this file except in compliance with the License. | //| ...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/language/v1beta2/language_service.proto package com.google.cloud.language.v1beta2; /** * <pre> * Represents a sentence in the input document. * </pre> * * Protobuf type {@code google.cloud.language.v1beta2.Sentence} */ public f...
/* * Copyright (C) 2016-2021 The lgou2w <lgou2w@hotmail.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...
package com.github.jknack.handlebars; import org.junit.Test; import java.io.IOException; import java.util.ArrayList; import java.util.List; public class CollectionsLengthTest extends AbstractTest { public static class SizeAndLength { int size; int length; public int getSize() { return size; ...
/* * Copyright 2015 Ripple OSI * * 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...
/* * Copyright 2015 United States Government, as represented by the Administrator * of the National Aeronautics and Space Administration. All Rights Reserved. * 2017-2021 The jConstraints Authors * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the...
package codeine.db.mysql.connectors; import codeine.db.ProjectsConfigurationConnector; import codeine.db.mysql.DbUtils; import codeine.jsons.global.ExperimentalConfJsonStore; import codeine.jsons.project.ProjectJson; import com.google.common.base.Function; import com.google.common.collect.Maps; import com.google.gson....
package skrelpoid.orderjson; import java.util.Comparator; import com.badlogic.gdx.math.MathUtils; import com.badlogic.gdx.utils.JsonValue; public class JsonComparator implements Comparator<JsonValue> { // returns 0 if o1 and 02 are equal, -1 if o1s name comes before o2 name in // the alphabet, 1 if o1s ...
package us.ihmc.robotics.alphaToAlpha; import static us.ihmc.robotics.Assert.*; import org.junit.jupiter.api.Test; import org.junit.jupiter.api.Tag; import org.junit.jupiter.api.Disabled; import us.ihmc.yoVariables.registry.YoRegistry; import us.ihmc.yoVariables.variable.YoDouble; /** * Created by Peter on 9/11/20...
/** * 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 org.openstack.atlas.rax.domain.helper; import org.openstack.atlas.api.v1.extensions.rax.NetworkItem; import org.openstack.atlas.api.v1.extensions.rax.NetworkItemType; import org.openstack.atlas.rax.domain.entity.RaxAccessList; import java.util.Set; public final class ExtensionConverter { public static or...
package uk.gov.digital.ho.hocs.audit.export; import org.junit.Before; import org.junit.Test; import org.junit.runner.RunWith; import org.mockito.junit.MockitoJUnitRunner; import java.util.LinkedList; import java.util.List; import java.util.stream.Collectors; import java.util.stream.Stream; import static org.assertj....
/* * Copyright 2003 - 2017 The eFaps Team * * 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 ...
/* * 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...
/** * Copyright 2019 Adobe Systems Incorporated. All rights reserved. * This file is licensed to you 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 * * Unl...
// Copyright 2019 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 ...
/** * Copyright (c) 2001-2014 Mathew A. Nelson and Robocode contributors * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://robocode.sourceforge.net/license/ep...
package com.airmap.airmapsdk.util; import android.support.annotation.Nullable; import java.util.ArrayList; import java.util.HashSet; import java.util.List; import java.util.Set; public class CopyCollections { @Nullable public static <T> ArrayList<T> copy(@Nullable List<T> list) { return list != null...
package com.qingchi.base.repository.user; import com.qingchi.base.config.redis.RedisKeysConst; import com.qingchi.base.model.user.IdentityImgDO; import org.springframework.cache.annotation.CacheEvict; import org.springframework.data.jpa.repository.JpaRepository; import java.util.List; import java.util.Optional; publ...
// Copyright 2015 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. package org.chromium.incrementalinstall; import android.app.Application; import android.app.Instrumentation; import android.content.Context; import andro...
package com.shiva.jenkvExamples; import java.io.FileNotFoundException; import java.io.FileOutputStream; import com.itextpdf.text.Anchor; import com.itextpdf.text.Document; import com.itextpdf.text.DocumentException; import com.itextpdf.text.Paragraph; import com.itextpdf.text.pdf.PdfWriter; public class InternalAnch...
package com.android.picshow.model; import android.net.Uri; public class SimpleMediaItem { public Uri itemUrl; public boolean isImage; public String itemType; public SimpleMediaItem(Uri u, boolean image, String type) { itemUrl = u; isImage = image; itemType = type; } }
/* * 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 ai.sangmado.gbprotocol.jt808db51chuanbiao.protocol.message.content.JT808DB51ChuanBiao_Message_Content_0x0200_Additional; import ai.sangmado.gbprotocol.jt808.protocol.IVersionedSpecificationContext; import ai.sangmado.gbprotocol.jt808.protocol.message.content.JT808_Message_Content_0x0200_Additional.JT808_Messag...
/*------------------------------------------------------------------------------ Copyright (c) CovertJaguar, 2011-2016 http://railcraft.info This code is the property of CovertJaguar and may only be used with explicit written permission unless otherwise specified on the license page at http://railcraft.info/wiki...
/* * 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 law or agreed...
/** * Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com> */ package akka.http.javadsl.model; import akka.http.impl.util.Util; import akka.http.scaladsl.model.MediaTypes$; import java.util.Optional; /** * Contains the set of predefined media-types. */ public final class MediaTypes { private Me...
import java.util.TreeMap; public class HashTable<K extends Comparable<K>, V> { private final int[] capacity = {53, 97, 193, 389, 769, 1543, 3079, 6151, 12289, 24593, 49157, 98317, 196613, 393241, 786433, 1572869, 3145739, 6291469, 12582917, 25165843, 50331653, 100663319, 201326...
package com.shixinke.utils.web.config; import com.alibaba.csp.sentinel.annotation.aspectj.SentinelResourceAspect; import com.alibaba.csp.sentinel.config.SentinelConfig; import com.alibaba.csp.sentinel.datasource.ReadableDataSource; import com.alibaba.csp.sentinel.datasource.apollo.ApolloDataSource; import com.alibaba....
package io.morethan.javabenchmarks.experimental; import java.util.List; import java.util.concurrent.TimeUnit; import org.openjdk.jmh.annotations.Benchmark; import org.openjdk.jmh.annotations.BenchmarkMode; import org.openjdk.jmh.annotations.Fork; import org.openjdk.jmh.annotations.Measurement; import org.openjdk.jmh....
package com.skeleton.mvp.fragment; /** * Created by rajatdhamija * 19/04/18. */ import android.annotation.SuppressLint; import android.content.Context; import android.content.DialogInterface; import android.os.Build; import android.os.Bundle; import android.view.LayoutInflater; import android.view.View; import and...
/** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for * license information. * * Code generated by Microsoft (R) AutoRest Code Generator. */ package com.microsoft.azure.management.storageimportexport.v2016_11_01; import com.micr...
/* * Copyright (C) 2017 microG Project Team * * 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 o...
/* * Copyright The OpenTelemetry Authors * SPDX-License-Identifier: Apache-2.0 */ package io.opentelemetry.exporter.logging; import static io.opentelemetry.api.common.AttributeKey.booleanKey; import static io.opentelemetry.api.common.AttributeKey.longKey; import static io.opentelemetry.api.common.AttributeKey.stri...
package lsh.ext.gson.ext.com.google.common.collect; import java.io.IOException; import java.util.Map; import com.google.common.base.Converter; import com.google.common.base.Supplier; import com.google.common.collect.HashBasedTable; import com.google.common.collect.Table; import com.google.gson.TypeAdapter; import com...
/* * 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 org.itjing.lambda; import java.util.function.Predicate; /** * @author lijing * @date 2021年12月09日 16:15 * @description */ public class LambdaDemo11 { public static void main(String[] args) { // 使用Lambda表达式判断一个字符串即包含W也包含H testAnd(s1 -> s1.contains("W"), s2 -> s2.contains("H"), "Hello Wor...
package org.batfish.dataplane.protocols; import static org.batfish.datamodel.ResolutionRestriction.alwaysTrue; import static org.batfish.dataplane.ibdp.TestUtils.annotateRoute; import static org.batfish.dataplane.protocols.StaticRouteHelper.shouldActivateNextHopIpRoute; import static org.hamcrest.Matchers.equalTo; imp...
package invoker; import java.util.ArrayList; import java.util.List; import command.Command; import command.ExitCommand; import command.OpenCommand; import receiver.Receiver; public class Invoker { private List<Command> commands; private Command command; public Invoker(Receiver receiver) { ...
package gregtech.common.tileentities.storage; import gregtech.api.enums.Textures; import gregtech.api.interfaces.ITexture; import gregtech.api.interfaces.tileentity.IGregTechTileEntity; import gregtech.api.metatileentity.MetaTileEntity; import gregtech.api.metatileentity.implementations.GT_MetaTileEntity_StorageTank; ...
/* * Copyright (c) 2005-2011 Grameen Foundation USA * 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 * * Unl...
package com.company.professor; import com.company.professor.DaoSession; import de.greenrobot.dao.DaoException; // THIS CODE IS GENERATED BY greenDAO, DO NOT EDIT. Enable "keep" sections if you want to edit. /** * Entity mapped to table "stat_names". */ public class StatNames { private long StatId; private...
package com.ecorp.gorillamail.entities; import java.util.HashSet; import java.util.Set; import javax.persistence.CascadeType; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.FetchType; import javax.persistence.JoinColumn; import javax.persistence.ManyToOne; import javax.persi...
package com.codeosseum.ares.eventbus.config; import com.fasterxml.jackson.databind.ObjectMapper; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; @Configuration public class MapperConfig { @Bean public ObjectMapper eventMapperObjectMapper() { ...
package net.ontrack.core; public interface Patterns { String NAME_PATTERN = "[A-Za-z0-9_\\.\\-]*"; String ACCOUNT_NAME_PATTERN = "[A-Za-z0-9_]*"; }
class Solution { public int XXX(String s) { s = s.trim(); int last = s.lastIndexOf(' '); return s.length()-(last+1) } }
package ncu.cc.digger.repositories; import ncu.cc.digger.entities.SceneReportViewEntity; import ncu.cc.digger.entities.UnivReportViewEntity; import ncu.cc.digger.models.statistics.*; import org.springframework.data.domain.Page; import org.springframework.data.domain.Pageable; import org.springframework.data.jpa.reposi...
package com.chenjie.sbootscheduling.task; import lombok.extern.slf4j.Slf4j; import org.springframework.scheduling.annotation.Scheduled; import org.springframework.stereotype.Component; import java.text.SimpleDateFormat; import java.util.Date; /** * @Author chenjie * @Date 2018/10/10 23:18 * @Description: */ @Com...
package org.ds.algos.practice.ds.algos.sorting; import org.junit.jupiter.api.Test; import static org.junit.jupiter.api.Assertions.*; class MergeSortTest { MergeSort mergeSort; public MergeSortTest() { mergeSort = new MergeSort(); } @Test void shouldSortAnUnsortedArray() { int[]...
/* * Copyright 2019 WeBank * 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, ...
/* * Copyright 2011 Google 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 agreed to i...
import java.util.*; public class Solution { public static void main(String[] args) { Scanner sc = new Scanner(System.in); int n = 0; while (sc.hasNext()) { System.out.println(++n + " " + sc.nextLine()); } } }
package com.example.foodorderiing.activity.setting; import android.os.Bundle; import android.util.Log; import android.widget.EditText; import android.widget.LinearLayout; import android.widget.TextView; import android.widget.Toast; import androidx.appcompat.app.AppCompatActivity; import com.example.foodorderiing.R; ...
/* Copyright [2020] [https://www.stylefeng.cn] 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 writin...
// Targeted by JavaCPP version 1.5.2: DO NOT EDIT THIS FILE package org.bytedeco.tensorflow; import org.bytedeco.tensorflow.Allocator; import java.nio.*; import org.bytedeco.javacpp.*; import org.bytedeco.javacpp.annotation.*; import static org.bytedeco.tensorflow.global.tensorflow.*; /** Computes the gradients of...
/* * 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 ...
/* * Copyright (C) 2009 University of Washington * * 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 ...
/* * Copyright 2014 Adam Mackler * * 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 ...