text
stringlengths
7
1.01M
/* * Copyright 2018 Red Hat, Inc. * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * and Apache License v2.0 which accompanies this distribution. * * The Eclipse Public License is available at * http://www.eclipse.o...
/** * */ package org.junit.experimental.theories.internal; import java.lang.reflect.InvocationTargetException; import java.lang.reflect.Method; import java.util.ArrayList; import java.util.List; import org.junit.Assert; import org.junit.Assume.AssumptionViolatedException; import org.junit.experimental.theories.Par...
/* * ApplicationInsights-Java * Copyright (c) Microsoft Corporation * All rights reserved. * * MIT License * 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, inclu...
package com.quorum.tessera.test.rest; import static org.assertj.core.api.Assertions.assertThat; import com.quorum.tessera.test.Party; import com.quorum.tessera.test.PartyHelper; import jakarta.json.Json; import jakarta.json.JsonArrayBuilder; import jakarta.json.JsonObject; import jakarta.ws.rs.client.Entity; import j...
/** * The MIT License * Copyright (c) 2010 Tad Glines * * Contributors: Ovea.com, Mycila.com * * 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 l...
// RobotBuilder Version: 2.0 // // This file was generated by RobotBuilder. It contains sections of // code that are automatically generated and assigned by robotbuilder. // These sections will be updated in the future when you export to // Java from RobotBuilder. Do not put any code or make any change in // the blocks...
package io.microvibe.booster.core.base.mybatis.annotation; import io.microvibe.booster.core.base.mybatis.statement.BuilderType; import java.lang.annotation.*; @Documented @Inherited @Retention(RetentionPolicy.RUNTIME) @Target({ElementType.METHOD}) public @interface AutoStatement { BuilderType value() default Build...
package de.metanome.validation; import de.metanome.algorithm_integration.algorithm_types.ListBoxParameterAlgorithm; public interface InclusionDependencyValidationAlgorithm extends ListBoxParameterAlgorithm { }
/** * 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...
package com.app.api.product; import io.swagger.annotations.*; //import springfox.documentation.annotations.*; import javax.servlet.http.*; import org.springframework.http.*; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.core.io.Resource; import org.springframework.jdbc.core....
/* * 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 p3d4amb.sat.lib.session; public abstract class DepthCertBase { /** * The enum Solution */ public enum Solution { /** The right */ RIGHT, /** The wrong */ WRONG, /** The null */ NULL } /** The certifier status */ protected CertifierStatus certifierStatus; /** * The class CertifierStat...
/* * Copyright 1999-2019 Seata.io 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 l...
package org.tron.core.db.common.iterator; import java.io.Closeable; import java.util.Iterator; import java.util.Map.Entry; public interface DBIterator extends Iterator<Entry<byte[], byte[]>>, Closeable { }
/* * 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.gulimall.product; import com.atguigu.gulimall.product.entity.BrandEntity; import com.atguigu.gulimall.product.service.BrandService; import org.junit.jupiter.api.Test; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.test.context.SpringBootTest; @Spring...
/* * This file is generated by jOOQ. */ package ru.inovus.messaging.impl.jooq.tables.records; import org.jooq.Field; import org.jooq.Record1; import org.jooq.Record2; import org.jooq.Row2; import org.jooq.impl.UpdatableRecordImpl; import ru.inovus.messaging.impl.jooq.tables.Tenant; /** * Тенанты */ @SuppressWa...
/* * 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.hari; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.cloud.config.server.EnableConfigServer; @SpringBootApplication @EnableConfigServer public class InsurenceConfigServerApplication { public static void m...
package ch.unisg.tapasexecutorpool.pool.application.port.out; import ch.unisg.tapascommon.common.SelfValidating; import lombok.EqualsAndHashCode; import lombok.Getter; import lombok.Value; import javax.validation.constraints.NotNull; @EqualsAndHashCode(callSuper = false) @Value public class TaskAssignedEvent extends ...
package com.udacity.gamedev.gigagal.util; import com.badlogic.gdx.Gdx; import com.badlogic.gdx.assets.AssetDescriptor; import com.badlogic.gdx.assets.AssetErrorListener; import com.badlogic.gdx.assets.AssetManager; import com.badlogic.gdx.graphics.g2d.Animation; import com.badlogic.gdx.graphics.g2d.Animation.PlayMode;...
/* * Copyright (C) 2011 0xlab - http://0xlab.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/LICENSE-2.0 * * Unless required by applicable...
// Targeted by JavaCPP version 1.5.1: DO NOT EDIT THIS FILE package org.bytedeco.onnx; import java.nio.*; import org.bytedeco.javacpp.*; import org.bytedeco.javacpp.annotation.*; import static org.bytedeco.onnx.global.onnx.*; @Namespace("onnx") @Opaque @Properties(inherit = org.bytedeco.onnx.presets.onnx.class) pub...
package org.logs; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.cloud.openfeign.EnableFeignClients; @SpringBootApplication @EnableFeignClients public class LogsApplication { public static void main(String[] args)...
/* * 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.jc.gulimall.thirdparty; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.cloud.client.discovery.EnableDiscoveryClient; @EnableDiscoveryClient @SpringBootApplication public class GulimallThirdPartyApplication ...
version https://git-lfs.github.com/spec/v1 oid sha256:04bd6018f85734a27cfd30b1ec90e331a7f3dc82510ebb806acb5d466d5a51ae size 2024
/* * Copyright 2011 The Apache Software 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 applic...
/* * 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 ...
begin_unit|revision:0.9.5;language:Java;cregit-version:0.0.1 begin_comment comment|/** * 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...
package org.gradle.test.performance.mediummonolithicjavaproject.p2; public class Production55 { private String property0; public String getProperty0() { return property0; } public void setProperty0(String value) { property0 = value; } private String property1; p...
package _09Animals;/** * Created by IntelliJ IDEA. * User: LAPD * Date: 18.3.2018 г. * Time: 15:30 ч. */ public class Kittens extends Cat { public Kittens(String type, String name, int age, String gender) { super(type, name, age, gender); } @Override public String prod...
package com.iot.security.common.web; import org.apache.commons.io.IOUtils; import javax.servlet.ReadListener; import javax.servlet.ServletInputStream; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletRequestWrapper; import java.io.*; import java.util.Enumeration; import java.util.Ma...
/* * 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...
package com.bustiblelemons.cthulhator.character.persistance; import android.content.Context; import com.bustiblelemons.async.AbsSimpleAsync; import com.bustiblelemons.cthulhator.character.characterslist.logic.SavedCharacterTransformer; import com.bustiblelemons.cthulhator.system.Grouping; import com.bustiblelemons.ct...
package control.commodity; import actuator.ActuatorOpenCloseLaneGroup; import common.AbstractLaneGroup; import common.FlowAccumulatorState; import common.LaneGroupSet; import common.Scenario; import control.AbstractController; import control.command.CommandRestrictionMap; import dispatch.Dispatcher; import dispatch.Ev...
/* * Copyright (C) 2015 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 org.hisp.dhis.light.interpretation.action; /* * Copyright (c) 2004-2015, University of Oslo * 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 ...
package com.sanki.mywanandroid.ui.activity; import android.animation.Animator; import android.animation.AnimatorListenerAdapter; import android.annotation.SuppressLint; import android.app.ActivityOptions; import android.content.Intent; import android.widget.TextView; import com.sanki.mywanandroid.R; impor...
package com.marekhakala.mynomadlifeapp.UI.Adapter; import android.content.Context; import android.content.Intent; import android.graphics.Color; import android.graphics.PorterDuff; import android.net.Uri; import android.view.View; import android.view.ViewGroup; import com.bumptech.glide.Glide; import com.marekhakala....
package org.smartframework.cloud.api.core.annotation; import org.smartframework.cloud.api.core.annotation.enums.SignType; import java.lang.annotation.*; /** * 接口数据安全(加解密、签名)注解 * * @author collin * @date 2021-03-28 */ @Target(ElementType.METHOD) @Retention(RetentionPolicy.RUNTIME) @Documented public @interface R...
/* * Copyright (c) 1998-2018 John Caron and University Corporation for Atmospheric Research/Unidata * See LICENSE for license information. */ package ucar.nc2.iosp.misc; import ucar.ma2.*; import ucar.nc2.*; import ucar.nc2.constants.AxisType; import ucar.nc2.constants.CDM; import ucar.nc2.util.CancelTask; impor...
package com.dieam.reactnativepushnotification.modules; import android.app.IntentService; import android.content.Intent; import com.google.android.gms.gcm.GoogleCloudMessaging; import com.google.android.gms.iid.InstanceID; public class RNPushNotificationRegistrationService extends IntentService { private static ...
begin_unit|revision:0.9.5;language:Java;cregit-version:0.0.1 begin_comment comment|/* * 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 ...
/* * Copyright 2018 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 app...
/*- * ============LICENSE_START======================================================= * OPENECOMP - MSO * ================================================================================ * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. * =======================================================...
/* * Copyright 2002-2013 Drew Noakes * * 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 applicab...
/* * (C) Copyright 2018 The DKBans Project (Davide Wietlisbach) * * @author Davide Wietlisbach * @since 30.12.18 14:39 * @Website https://github.com/DevKrieger/DKBans * * The DKBans Project is under the Apache License, version 2.0 (the "License"); * you may not use this file except in compliance with the Licens...
package com.taotao.cloud.java.javaweb.p6_jsp.entity; public class User { private String username; private String password; public String getUsername() { return username; } public void setUsername(String username) { this.username = username; } public String getPassword() {...
package ohoz.aa04; /* Given a sentence of string, in that remove the palindrome words and print the remaining. Input: He did a good deed Output: He good Input: Hari speaks malayalam Output: Hari speaks */ public class AAA043 { }
/* * 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 me.camdenorrb.herochatbridge.bukkit.listeners; import com.dthielke.herochat.ChatCompleteEvent; import com.google.common.io.ByteArrayDataOutput; import com.google.common.io.ByteStreams; import me.camdenorrb.herochatbridge.bukkit.BukkitPlugin; import org.bukkit.event.EventHandler; import org.bukkit.event.EventPr...
package fr.tduf.gui.installer.services.tasks; import com.esotericsoftware.minlog.Log; import fr.tduf.gui.installer.common.DisplayConstants; import fr.tduf.gui.installer.domain.DatabaseContext; import fr.tduf.gui.installer.domain.InstallerConfiguration; import fr.tduf.gui.installer.domain.exceptions.StepException; impo...
/******************************************************************************* * * Copyright 2013 Impetus Infotech. * * * * 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 * * ...
package kodlamaio.hrms.api.controllers; import java.util.List; import org.springframework.web.bind.annotation.CrossOrigin; import org.springframework.web.bind.annotation.DeleteMapping; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.PostMapping; import org.spr...
/* * Copyright Red Hat, Inc. and/or its affiliates * and other contributors as indicated by the @author tags and * the COPYRIGHT.txt file distributed with this work. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may ob...
package com.demo.evolving.net.lib.democode; import android.content.Intent; import android.os.Bundle; import android.view.View; import android.widget.TextView; import com.codingcoderscode.evolving.base.CCBaseRxAppCompactActivity; import com.codingcoderscode.lib.net.cache.mode.CCMode; import com.codingcoderscode.lib.ne...
/* * 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...
/* * Copyright 2012 SURFnet bv, The Netherlands * * 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 ...
/* * Copyright (c) 2012, František Haas, Martin Lacina, Jaroslav Kotrč, Jiří Daniel * 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 ab...
import java.util.*; public class CoinsTask { public static void main(String[] args) { Scanner in = new Scanner(System.in); int n = in.nextInt(); int S = in.nextInt(); int mCoins = 0; while(S/n != 0) { mCoins+=1; S-=n; } mCoins = S == 0? mCoins : mCoins+1; System.out.print(mCoins)...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ package org.pytorch.rn.core.audio; import android.media.AudioFormat; import android.media.AudioRecord; import android.media.Medi...
/* * 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...
java.util.Date date = new java.util.Date(2011, 4, 9); if (org.codehaus.groovy.runtime.DefaultGroovyMethods.isCase(new java.util.Date(20, 11, 23), date)) { print("aaa"); print("bbb"); } else if (org.codehaus.groovy.runtime.DefaultGroovyMethods.isCase(new java.util.ArrayList<java.lang.Integer>(java.util.Arrays.asList(1))...
/* * 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 org.nervos.mercury.model.req; import com.google.gson.JsonDeserializationContext; import com.google.gson.JsonDeserializer; import com.google.gson.JsonElement; import com.google.gson.JsonParseException; import com.google.gson.JsonSerializationContext; import com.google.gson.JsonSerializer; import java.lang.refle...
package io.luna.net.client; import io.luna.LunaContext; import io.luna.game.model.World; import io.luna.game.model.mob.Player; import io.luna.game.model.mob.PlayerCredentials; import io.luna.game.model.mob.persistence.PlayerData; import io.luna.game.service.LoginService; import io.luna.game.service.LoginService.LoginR...
package net.openhft.chronicle.wire.method; import net.openhft.chronicle.wire.TextMethodTester; import net.openhft.chronicle.wire.WireTestCommon; import net.openhft.chronicle.wire.YamlMethodTester; import org.junit.Test; import java.io.IOException; import java.util.ArrayList; import java.util.List; import static org....
package spelling; import java.util.LinkedList; /** * A class that implements the Dictionary interface using a LinkedList * @author Pei-Hsuan Chu */ public class DictionaryLL implements Dictionary { private LinkedList<String> dict; // TODO: Add a constructor public DictionaryLL(){ dict = new LinkedList<St...
// Copyright 2017 Google 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 by applicable law...
package org.ml_methods_group.common; import javax.annotation.Nonnull; import java.io.Serializable; import java.util.*; import java.util.function.Predicate; import java.util.stream.Collectors; public class Dataset implements Serializable, Iterable<Solution> { private final List<Solution> values; public Datase...
package jdk6.test2; /* * 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 (th...
package com.podio.item; import java.util.List; import org.codehaus.jackson.annotate.JsonProperty; public class AppActivities { private List<AppActivity> today; private List<AppActivity> lastWeek; public List<AppActivity> getToday() { return today; } public void setToday(List<AppActivity> today) { this.t...
package org.convertertopdf.convert.implementation; import org.convertertopdf.convert.OfficeConverter; import org.convertertopdf.management.ConverterFactory; import org.convertertopdf.util.EFormat; import org.jodconverter.document.DefaultDocumentFormatRegistry; import org.jodconverter.document.DocumentFormat; /** * C...
package es.amplia.oda.datastreams.mqtt; import es.amplia.oda.comms.mqtt.api.MqttClientFactory; import es.amplia.oda.comms.mqtt.api.MqttClientFactoryProxy; import es.amplia.oda.core.commons.adc.AdcService; import es.amplia.oda.core.commons.entities.ContentType; import es.amplia.oda.core.commons.interfaces.DatastreamsGe...
package com.zygon.htm.sdr.core; import com.zygon.htm.core.io.Input; import com.zygon.htm.core.io.InputReceiver; import com.zygon.htm.core.io.OutputProvider; import java.util.Collection; /** * * @author zygon * @param <T> */ public class SynapseSet<T extends Input<?>> implements InputConductor { /** * T...
/* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2022 Gerrit Grunwald. * * 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 * *...
/** * Definition for a binary tree node. * public class TreeNode { * int val; * TreeNode left; * TreeNode right; * TreeNode(int x) { val = x; } * } */ class Solution { List<Integer> result = new ArrayList<>(); private void preorder(TreeNode root) { if (root == null) ...
package com.mgcp.message.parameter.connectionParameters; import com.mgcp.exceptions.MGCPParseException; import com.mgcp.message.parameter.ParameterValue; import com.noyan.util.NullUtil; public class ConnectionParametersParameterValue extends ParameterValue { private static final String finalShortname = "P"; public...
/* * 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 org.dataone.cn.data.repository; import org.dataone.cn.model.repository.H2RepositoryConfiguration; import org.dataone.service.cn.replication.ReplicationRepositoryFactory; import org.springframework.context.annotation.ComponentScan; import org.springframework.context.annotation.Configuration; import org.springfr...
/* * Copyright 2020 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 ...
/** * 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 (c) 2003, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Softwa...
package com.brandonhogan.kotlintest.commons; import android.content.Context; import com.bumptech.glide.Glide; import com.bumptech.glide.GlideBuilder; import com.bumptech.glide.load.model.GlideUrl; import com.bumptech.glide.module.GlideModule; import java.io.InputStream; import java.util.concurrent.TimeUnit; import ...
/* * 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...
/* * Copyright (c) 2015, 2018, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free ...
package model.supervised.bagging; import data.DataSet; import utils.array.ArraySumUtil; import utils.random.RandomUtils; import utils.sort.SortIntDoubleUtils; /** * Created by hanxuan on 11/3/15 for machine_learning. */ public class BaggingClassification extends BootstrapAveraging{ private int classCount = 0; ...
package com.git.workshop.database; import com.git.workshop.database.dao.UserDao; import com.git.workshop.database.model.User; import androidx.room.Database; import androidx.room.RoomDatabase; @Database(entities = {User.class}, version = 2, exportSchema = false) public abstract class AppDatabase extends RoomDatabase ...
package logbook.bean; import java.io.Serializable; import java.util.List; import javax.json.JsonObject; import logbook.bean.BattleTypes.ICombinedBattle; import logbook.bean.BattleTypes.IFormation; import logbook.bean.BattleTypes.IMidnightBattle; import logbook.bean.BattleTypes.INSupport; import logbook.in...
/* * The MIT License * * Copyright (c) 2009-2021 PrimeTek * * 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 rights * to use, copy...
package ch.goodrick.brewcontrol.service; import static org.junit.Assert.assertEquals; import java.io.IOException; import org.junit.Test; import ch.goodrick.brewcontrol.common.PhysicalQuantity; import ch.goodrick.brewcontrol.sensor.CalibratedTemperatureSensor; public class CalibratedTemperatureSensorTest extends Ca...
/* * Copyright 2007-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://www.apache.org/licenses/LICENSE-2.0 * * o...
/******************************************************************************* * Copyright (c) 2000, 2003 IBM Corporation and others. * 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, an...
/* * Copyright (c) 2021-2022. CropDB 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 appl...
package org.hisp.dhis.dataanalysis; /* * Copyright (c) 2004-2018, University of Oslo * 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 c...
package net.moonlightflower.wc3libs.misc; public class UnsupportedFormatException extends Exception { private String _msg; @Override public String toString() { return _msg; } public UnsupportedFormatException(String msg) { _msg = msg; } }
package im.shimo.navigators; import androidx.annotation.NonNull; import com.facebook.react.uimanager.LayoutShadowNode; import com.facebook.react.uimanager.ThemedReactContext; import com.facebook.react.uimanager.ViewGroupManager; public class SplitPlaceholderManager extends ViewGroupManager<SplitPlaceholder> { @Non...
package de.neozo.jblockchain.node; public abstract class Config { /** * Address of a Node to use for initialization */ public static final String MASTER_NODE_ADDRESS = "http://localhost:8080"; /** * Minimum number of leading zeros every block hash has to fulfill */ public static ...
/* * 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 ...