text
stringlengths
7
995k
package synchronizy;
package org.pac4j.config.builder; import org.pac4j.core.client.Client; import org.pac4j.oauth.client.*; import java.util.List; import java.util.Map; import static org.pac4j.core.util.CommonHelper.isNotBlank; /** * Builder for OAuth clients. * * @author Jerome Leleu * @since 2.0.0 */ public class OAuthBuilder e...
import java.io.File; import java.io.PrintWriter; import java.lang.reflect.Constructor; import java.lang.reflect.InvocationTargetException; import java.util.Arrays; import java.util.LinkedList; import com.google.gson.Gson; import com.google.gson.GsonBuilder; import analysis.App; import config.LoadStrategyConfig; impor...
package com.github.sparkzxl.jwt.service; import com.github.sparkzxl.entity.core.JwtUserInfo; import com.nimbusds.jose.jwk.RSAKey; import java.io.Serializable; /** * description: jwtToken ๆœๅŠก็ฑป * * @author zhouxinlei */ public interface JwtTokenService<ID extends Serializable> { /** * ๆ นๆฎRSA็ฎ—ๆณ•็”Ÿๆˆtoken ...
/** * 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 may ...
/** * Springไป“ๅ‚จๅฎž็Žฐ็š„Web้›†ๆˆ * Created by yyang on 14-2-5. */ package org.dayatang.ioc.spring.webapp;
package graphql.schema; import graphql.Internal; import graphql.PublicApi; import graphql.language.InputValueDefinition; import java.util.Map; import static graphql.Assert.assertNotNull; import static graphql.Assert.assertValidName; @PublicApi public class GraphQLInputObjectField { private final String name; ...
/** * Copyright (C) 2015 Nicolas Hernandez * 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 Li...
/* * 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...
/* * The Alluxio Open Foundation licenses this work under the Apache License, version 2.0 * (the "License"). You may not use this work except in compliance with the License, which is * available at www.apache.org/licenses/LICENSE-2.0 * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDI...
/* * Copyright (c) 2007, 2018, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. */ /* * Copyright 2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in co...
/* * Copyright (C) 2016 The Dagger 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 ag...
package org.hl7.fhir.r4.model.codesystems; /* Copyright (c) 2011+, HL7, Inc. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyr...
/** * Copyright (C) 2015 Red Hat, 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...
/* * Copyright 2018-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 * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
package de.l3s.simpleml.tab2kg.util; import java.util.HashMap; import java.util.Map; public class CountMap<T> { private Map<T, Integer> counts = new HashMap<T, Integer>(); public void addValue(T value) { Integer count = counts.get(value); if (count == null) counts.put(value, 1); else counts.put(value...
/** * 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 Bipas.modules.impl.visuals; import Bipas.event.Event; import Bipas.modules.Module; /** * @author avox | lmao | kroko * @created on 07.09.2020 : 10:32 */ public class FullBright extends Module { private float savedGammaSetting = mc.gameSettings.gammaSetting; public FullBright() { super("Fu...
package org.jeecg.modules.test.seata.service; /** * @Description: ่ดฆๆˆทๆŽฅๅฃ * @author: zyf * @date: 2022/01/24 * @version: V1.0 */ public interface SeataAccountService { /** * @param userId ็”จๆˆท ID * @param price ๆ‰ฃๅ‡้‡‘้ข */ void reduceBalance(Long userId, Double price); }
package com.guofei.other.compress.example; import java.io.Serializable; import lombok.Data; /** * @author: GuoFei * @date: 2022-03-09 20:40 */ // @Message @Data public class Person implements Serializable { private String id; private String name; private String age; public Person(){ } public Person...
/* * 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.weebmeister.seife.anno; import static java.lang.annotation.ElementType.FIELD; import static java.lang.annotation.ElementType.METHOD; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; /** * Marks a field of an 1..1 complex type to be e...
package com.urlshortener.utilities; import java.io.*; import java.nio.charset.StandardCharsets; import java.nio.file.Paths; import java.util.ArrayList; import java.util.List; import com.urlshortener.utilities.ShortUrlConstants; public class ShortUrlUtilTests { public List<String> readFile(String filePath) thr...
package com.navatar.sensing; public interface NavatarSensorListener { public void onSensorChanged(float []values, int sensor, long timestamp); }
/* * 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.ant.mall.coupon; import org.mybatis.spring.annotation.MapperScan; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.cloud.client.discovery.EnableDiscoveryClient; import org.springframework.context.annotation.Co...
/* * Copyright (C) 2009 Google Inc. * Copyright (C) 2010 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 *...
package de.andrano.mobilebattery; import android.app.ActionBar; import android.app.Activity; import android.content.Context; import android.content.Intent; import android.net.Uri; import android.os.Bundle; import android.provider.Settings; import android.util.Log; import android.view.Menu; import android.view.MenuItem...
/* * Copyright (C) 2019 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...
/*! ****************************************************************************** * * Pentaho Data Integration * * Copyright (C) 2002-2017 by Hitachi Vantara : http://www.pentaho.com * ******************************************************************************* * * Licensed under the Apache License, Version...
package com.nutiteq.utils; import java.io.ByteArrayInputStream; import java.io.ByteArrayOutputStream; import java.io.IOException; import java.util.zip.InflaterInputStream; import org.json.JSONArray; import org.json.JSONException; import org.json.JSONObject; public class UtfGridHelper { private static final int UT...
/** * 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 info.san.books.app.event.saga; import java.io.Serializable; /** * MIT License * * Copyright (c) 2016 sangellozn * * 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 rest...
package org.algorithmx.rulii.validation.rules.pattern; import org.algorithmx.rulii.annotation.Description; import org.algorithmx.rulii.annotation.Rule; import org.algorithmx.rulii.core.context.RuleContext; import org.algorithmx.rulii.lib.apache.validation.RegexValidator; import org.algorithmx.rulii.lib.spring.util.Ass...
package com.java110.dto.msg; import com.java110.dto.PageDto; import java.io.Serializable; import java.util.Date; /** * @ClassName FloorDto * @Description ๆถˆๆฏ้˜…่ฏปๆ•ฐๆฎๅฑ‚ๅฐ่ฃ… * @Author wuxw * @Date 2019/4/24 8:52 * @Version 1.0 * add by wuxw 2019/4/24 **/ public class MsgReadDto extends PageDto implements Serializable {...
/* * 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...
/* * 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.loneboat.dmanager; import com.loneboat.dmanager.misc.ResourceAccessor; import javafx.application.Application; import javafx.fxml.FXMLLoader; import javafx.scene.Parent; import javafx.scene.Scene; import javafx.stage.Stage; /* * com.loneboat.dmanager.main in DManager * Created by Tyler Crowe on 6/14/2017...
package com.c8y.ms.templates.basic; import com.cumulocity.microservice.autoconfigure.MicroserviceApplication; import org.springframework.boot.SpringApplication; import org.springframework.scheduling.annotation.EnableScheduling; @MicroserviceApplication @EnableScheduling public class App { public static void main(...
/* * 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 ...
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package uk.ac.ncl.cs.ondex.stats; import java.io.BufferedOutputStream; import java.io.File; import java.io.FileOutputStream; import java.io.IOException; import java.io.OutputStream; import java.util.HashSet; import jav...
/* * Copyright 2021 Red Hat, Inc. and/or its affiliates. * * 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...
package org.fossasia.pslab.sensorfragment; import android.graphics.Color; import android.os.AsyncTask; import android.os.Bundle; import android.support.annotation.Nullable; import android.support.v4.app.Fragment; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import androi...
/* * Copyright DataStax, 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 in wri...
import static org.fest.assertions.Assertions.assertThat; import static play.test.Helpers.fakeApplication; import static play.test.Helpers.running; import static play.test.Helpers.inMemoryDatabase; import java.io.File; import java.util.ArrayList; import java.util.List; import models.FieldUrl; import models.Target; impo...
/* * JBoss, Home of Professional Open Source * Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may ...
/* * Copyright 2015 Ranjan Kumar * * 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 t...
package org.flybird.rock.dto; import org.flybird.rock.validator.FlagValidator; import io.swagger.annotations.ApiModelProperty; import javax.validation.constraints.Min; import javax.validation.constraints.NotEmpty; /** * ๅ“็‰Œไผ ้€’ๅ‚ๆ•ฐ * Created by flybird on 2018/4/26. */ public class PmsBrandParam { @ApiModelPropert...
package com.mopub.volley.toolbox; import android.accounts.Account; import android.accounts.AccountManager; import android.accounts.AccountManagerCallback; import android.accounts.AccountManagerFuture; import android.content.Context; import android.content.Intent; import android.os.Bundle; import android.os.Handler; im...
package MyPerf4J.test1; import org.objectweb.asm.MethodVisitor; import org.objectweb.asm.Opcodes; import org.objectweb.asm.commons.AdviceAdapter; /** * Created by LinShunkang on 2018/4/23 */ public class ExitingAdapter extends AdviceAdapter { private String name; public ExitingAdapter(MethodVisitor mv, in...
/* * Copyright 2000-2017 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 agre...
/* * 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 ...
/* * 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 2015 Clinical Personalized Pragmatic Predictions of Outcomes. * * 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 * * Un...
package com.petitcl.springbootmongoimmutablesdemo.books.dtos; import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jackson.databind.annotation.JsonDeserialize; import org.immutables.value.Value; @JsonDeserialize(builder = ImmutableBookAuthorDto.Builder.class) @Value.Immutable public abstract cla...
package org.onap.so.bpmn.common.util; public final class TimestampGeneratorUtil { private static final String APPC_FORMAT = "yyyy-MM-dd'T'HH:mm:ss'.0Z'"; private static final CommonTimestampGenerator APPC_TIMESTAMP_GENERATOR = new CommonTimestampGenerator(APPC_FORMAT); public static final CommonTimestamp...
package com.cyclone.terminal.emulator.font.vt100.characters.set1; import org.eclipse.swt.graphics.Point; import com.cyclone.terminal.emulator.font.vt100.characters.RenderImage; /** * @author Phil.Baxter * */ public class CHAR220 extends RenderImage { /** * */ private static final int[] DATA = ...
/* Copyright 2016 Sven van der Meer <vdmeer.sven@mykolab.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 ...
package com.taobao.arthas.core.config; import java.net.InetAddress; import java.net.UnknownHostException; import java.util.Properties; import org.junit.Assert; import org.junit.Test; import com.taobao.arthas.core.config.ErrorProperties.IncludeStacktrace; import com.taobao.arthas.core.env.ArthasEnvironment; import co...
package de.tub.qds.rm.models.consts.repos; import java.util.Set; import org.springframework.data.jpa.repository.JpaRepository; import de.tub.qds.rm.models.values.NetworkValue; import de.tub.qds.rm.models.values.pks.NetworkValuePK; public interface NetworkValueRepo extends JpaRepository<NetworkValue, NetworkValuePK...
package com.litavadaski.customroutertransition; import android.os.Bundle; import io.flutter.app.FlutterActivity; import io.flutter.plugins.GeneratedPluginRegistrant; public class MainActivity extends FlutterActivity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceS...
package com.plamenti.abstractFactory.ingredients; import com.plamenti.abstractFactory.ingredients.cheese.Cheese; import com.plamenti.abstractFactory.ingredients.cheese.MozzarellaCheese; import com.plamenti.abstractFactory.ingredients.clams.Clams; import com.plamenti.abstractFactory.ingredients.clams.FrozenClams; impor...
/* -*- mode: java; c-basic-offset: 8; indent-tabs-mode: t; tab-width: 8 -*- */ /* Copyright 2011 Mark Longair */ /* This file is part of the ImageJ plugin "Simple Neurite Tracer". The ImageJ plugin "Simple Neurite Tracer" is free software; you can redistribute it and/or modify it under the terms of the GNU G...
package kr.co.pionnet.dragon.db; import java.util.ArrayList; import java.util.Collection; import java.util.Comparator; import java.util.HashMap; import java.util.Iterator; import java.util.Map; import com.google.common.collect.Ordering; import com.google.common.collect.TreeMultimap; public class Sample { static Ma...
package com.minesweeper_v2_react_native; import android.app.Application; import android.content.Context; import com.facebook.react.PackageList; import com.facebook.react.ReactApplication; import com.reactnativecommunity.asyncstorage.AsyncStoragePackage; import com.facebook.react.ReactInstanceManager; import com.facebo...
package com.tokelon.toktales.core.content; import com.tokelon.toktales.core.content.manage.bitmap.IBitmapAssetManager; import com.tokelon.toktales.core.content.manage.codepoint.ICodepointAssetManager; import com.tokelon.toktales.core.content.manage.font.IFontAssetManager; import com.tokelon.toktales.core.content.manag...
package in.moon.framework.core; import in.moon.framework.annotation.Controller; import in.moon.framework.annotation.Service; import java.util.HashSet; import java.util.Set; /** Load beans context * * Created by miaoever on 9/28/15. */ public class MoonContextLoader { private static final Set<Class<?>> CLASSE...
package com.kodeWorkTest.project.injection.component; import android.app.Application; import android.content.Context; import javax.inject.Singleton; import dagger.Component; import com.kodeWorkTest.project.data.DataManager; import com.kodeWorkTest.project.injection.ApplicationContext; import com.kodeWorkTest.project...
/* * Generated by the Jasper component of Apache Tomcat * Version: Apache Tomcat/7.0.47 * Generated at: 2016-09-12 05:53:14 UTC * Note: The last modified time of this file was set to * the last modified time of the source file after * generation to assist with modification tracking. */ package org.ap...
/* * 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.location.demo.map_location_smoothe_demo; import android.app.Application; import android.test.ApplicationTestCase; /** * <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a> */ public class ApplicationTest extends ApplicationTestCase<Application> { public Applica...
/* * 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 2017 Apereo * * 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 wr...
/* * 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.hsamgle.basic.juhe.entity; import com.hsamgle.basic.constant.Code; import com.hsamgle.basic.entity.SEntity; import lombok.Data; import lombok.EqualsAndHashCode; import lombok.Getter; import java.util.List; /** * * @feture : TODO ๆŸฅ่ฏขๅฟซ้€’ไฟกๆฏๅฎžไฝ“ * @file_name: ExpInfo.java * @packge: com.hsam...
/* * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * * Copyright 2015 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. * * The contents of this file are subject...
package tests; import java.math.BigInteger; import java.util.ArrayList; import UtilityFunctions.UtilityFunctions; //https://oeis.org/A163574/internal //search 559922224824157 on google to get relevant results public class PolydivisableNumbersBaseNGCDFasterTageted { public static void main(String[] args) { // TODO...
package org.pengfei.Lesson13_Common_Data_Structure.L13_S7_Trees; import org.pengfei.Lesson13_Common_Data_Structure.L13_S10_Search_Trees.MyBSTNode; import java.util.Comparator; import java.util.Map; public class LinkedBinaryTree<E> extends MyAbstractBinaryTree<E> { /** * Factory function to create a new no...
package com.github.maracas.visitors; import japicmp.model.JApiCompatibilityChange; import spoon.reflect.reference.CtFieldReference; /** * Broken uses of FIELD_NOW_STATIC are: * - Currently none * <p> * AFAIK, FIELD_NOW_STATIC is source-compatible (though japicmp says otherwise?) * We still need to implement brok...
/* * 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 ...
/* * This file is part of LuckPerms, licensed under the MIT License. * * Copyright (c) lucko (Luck) <luck@lucko.me> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * ...
package net.xpece.android.support.preference.sample; import android.content.Context; import android.content.res.ColorStateList; import android.content.res.TypedArray; import android.support.annotation.AttrRes; import android.support.v7.widget.TintTypedArray; import android.util.TypedValue; /** * Created by Eugen on ...
package com.telerik.localnotifications; import android.app.IntentService; import android.app.NotificationManager; import android.content.Context; import android.content.Intent; import android.content.pm.PackageManager; import android.os.Bundle; import androidx.annotation.Nullable; import androidx.core.app.RemoteInput;...
/* * Copyright (c) 2008-2019, Hazelcast, Inc. 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 ...
/* * 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...
/* * Copyright by Zoltรกn Cseresnyรฉs, Ruman Gerst * * Research Group Applied Systems Biology - Head: Prof. Dr. Marc Thilo Figge * https://www.leibniz-hki.de/en/applied-systems-biology.html * HKI-Center for Systems Biology of Infection * Leibniz Institute for Natural Product Research and Infection Biology - Hans Kn...
package com.denizenscript.denizen.events.player; import com.denizenscript.denizen.objects.EntityTag; import com.denizenscript.denizen.objects.ItemTag; import com.denizenscript.denizen.BukkitScriptEntryData; import com.denizenscript.denizen.events.BukkitScriptEvent; import com.denizenscript.denizen.objects.LocationTag;...
package com.oldlie.health.medicalappointment.controller.api; import com.oldlie.health.medicalappointment.model.db.BookInfo; import com.oldlie.health.medicalappointment.model.response.PageResponse; import com.oldlie.health.medicalappointment.service.BookInfoService; import org.springframework.beans.factory.annotation.A...
package com.github.zhangkaitao.shiro.chapter18.dao; import com.github.zhangkaitao.shiro.chapter18.entity.Resource; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.jdbc.core.BeanPropertyRowMapper; import org.springframework.jdbc.core.JdbcTemplate; import org.springframework.jdb...
package org.light4j.classLoad.classLoader; public class Hello { public static void main(String[] args) { for (String arg : args) { System.out.println("่ฟ่กŒHello็š„ๅ‚ๆ•ฐ๏ผš" + arg); } } }
/** * Contains the execution implementation. The execution flow consist logically out * of a single class {@link org.ai2ra.hso.simpic16f84.sim.vm.exec.InstructionExecutor}. * But the implementation itself is outsourced to multiple logical execution units * with package-private access modifiers. */ package org.ai2...
/* 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 * distributed...
package com.gitee.passerr.leetcode.problem.lcci.page2; /** * ๆœ‰ไบ›ๆ•ฐ็š„็ด ๅ› ๅญๅชๆœ‰ 3๏ผŒ5๏ผŒ7๏ผŒ่ฏท่ฎพ่ฎกไธ€ไธช็ฎ—ๆณ•ๆ‰พๅ‡บ็ฌฌ k ไธชๆ•ฐใ€‚ๆณจๆ„๏ผŒไธๆ˜ฏๅฟ…้กปๆœ‰่ฟ™ไบ›็ด ๅ› ๅญ๏ผŒ่€Œๆ˜ฏๅฟ…้กปไธๅŒ…ๅซๅ…ถไป–็š„็ด ๅ› ๅญใ€‚ * ไพ‹ๅฆ‚๏ผŒๅ‰ๅ‡ ไธชๆ•ฐๆŒ‰้กบๅบๅบ”่ฏฅๆ˜ฏ 1๏ผŒ3๏ผŒ5๏ผŒ7๏ผŒ9๏ผŒ15๏ผŒ21ใ€‚ * <p> * ็คบไพ‹ 1: * ่พ“ๅ…ฅ: k = 5 * ่พ“ๅ‡บ: 9 * @author xiehai * @date 2021/05/17 16:30 * @Copyright(c) tellyes tech. inc. co.,ltd * @see com.gitee.passerr.leetcode.p...
/* * BSD 3-Clause License * * Copyright (c) 2018, Gluon Software * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * * Redistributions of source code must retain the above copyright notic...
/** * Copyright 2009-2012 WSO2, Inc. (http://wso2.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 applic...
/* * Copyright (c) 2008-2013, Hazelcast, Inc. 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 ...
package org.fields.window.grouping.to_be; import java.util.List; import java.util.Map; import org.apache.storm.task.OutputCollector; import org.apache.storm.task.TopologyContext; import org.apache.storm.topology.IRichBolt; import org.apache.storm.topology.OutputFieldsDeclarer; import org.apache.storm.tuple.Tuple; pu...
package com.api.delivery.api.assembler; import java.util.Collection; import java.util.List; import java.util.stream.Collectors; import org.modelmapper.ModelMapper; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Component; import com.api.delivery.api.model.FormaPa...
/* * 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 distributed under t...