text stringlengths 7 995k |
|---|
/*
* 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 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... |
package com.cpxiao.gamelib.activity;
import android.app.Activity;
import android.os.Bundle;
import android.text.TextUtils;
import android.util.Log;
import android.view.View;
import android.view.ViewGroup;
import android.view.Window;
import android.widget.LinearLayout;
import com.cpxiao.R;
import com.cpxiao.gamelib.Co... |
package com.gorkem.managementservice.service;
import com.gorkem.managementservice.model.User;
import com.gorkem.managementservice.model.dto.UserConverter;
import com.gorkem.managementservice.model.dto.UserDto;
import org.springframework.stereotype.Service;
@Service
public class UserService {
public User convertF... |
package com.c09.cinpockema.movie.controller;
import java.nio.charset.Charset;
import java.util.List;
import java.util.Map;
import javax.validation.Valid;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpHeaders;
import org.springframework.http.HttpStatus;
import org.... |
/*
* Copyright (c) 2004 by Cosylab
*
* The full license specifying the redistribution, modification, usage and other
* rights and obligations is included with the distribution of this project in
* the file "LICENSE-CAJ". If the license is not included visit Cosylab web site,
* <http://www.cosylab.com>.
*
* THIS... |
package net.librec.increment.rating;
public class UserKNNRecommender {
} |
/*-
* ============LICENSE_START==========================================
* OPENECOMP - DCAE
* ===================================================================
* Copyright (c) 2017 AT&T Intellectual Property. All rights reserved.
* ===================================================================
* Licensed ... |
/*L
* Copyright Georgetown University, Washington University.
*
* Distributed under the OSI-approved BSD 3-Clause License.
* See http://ncip.github.com/cab2b/LICENSE.txt for details.
*/
package edu.wustl.cab2b.client.ui.searchDataWizard.dag;
import java.awt.Image;
import java.util.HashSet;
import java.util.List;... |
//
// ========================================================================
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
//
// This program and the accompanying materials are made available under
// the terms of the Eclipse Public License 2.0 which is available at
// https://www.eclipse.org/leg... |
package com.caleb.algorithm.leetcode;
import java.util.Arrays;
/**
* @author:Caleb
* @Date :2021-07-11 10:38:27
*
* H指数
*
* 给定一位研究者论文被引用次数的数组(被引用次数是非负整数)。编写一个方法,计算出研究者的 h 指数。
*
* h 指数的定义:h 代表“高引用次数”(high citations),一名科研人员的 h 指数是指他(她)的 (N 篇论文中)总共有 h
* 篇论文分别被引用了至少 h 次。且其余的 N - h 篇论文每... |
/*
* Copyright 2014 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 applica... |
/*
* Copyright (C) 2014 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... |
package com.atguigu.gmall.pms.entity;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName;
import java.io.Serializable;
import java.util.Date;
import lombok.Data;
/**
* 商品属性
*
* @author Sakurai.WR
* @email huamenxingrui@gmail.com
* @date 2020-09-05 11:54:45
... |
package eu.darken.mvpbakery.base;
public interface PresenterFactory<PresenterT extends Presenter> {
FactoryResult<PresenterT> createPresenter();
class FactoryResult<PresenterT extends Presenter> {
final PresenterT presenter;
final boolean retry;
FactoryResult(PresenterT presenter, boo... |
/**
* This should be the same with 3.24, since we only need to change
* the content on the server side and config the right port numbers.
*/
import java.net.*;
import java.io.*;
public class DateServer {
public static void main(String[] args) {
try {
ServerSocket sock = new ServerSocket(601... |
/*
* 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.gruposet.ecommerce.models;
/**
*
* @author thiago
*/
public class ItemPedido {
private int id;
private int prod... |
package com.linkedin.feathr.common.tensorbuilder;
import com.linkedin.feathr.common.*;
import com.linkedin.feathr.common.tensor.Primitive;
import com.linkedin.feathr.common.tensor.Representable;
import com.linkedin.feathr.common.tensor.TensorData;
import com.linkedin.feathr.common.tensor.TensorIterator;
import java.u... |
/*
* 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.aquasecurity.plugins.tfsec.actions;
import com.aquasecurity.plugins.tfsec.model.Findings;
import com.aquasecurity.plugins.tfsec.ui.TfsecWindow;
import com.aquasecurity.plugins.tfsec.ui.notify.TfsecNotificationGroup;
import com.fasterxml.jackson.databind.DeserializationFeature;
import com.fasterxml.jackson.... |
/*
* 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... |
/*
* The MIT License
*
* Copyright 2013 Jesse Glick.
*
* 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, mod... |
/**
* Copyright (c) 2013-2022 Contributors to the Eclipse Foundation
*
* <p> See the NOTICE file distributed with this work for additional information regarding copyright
* ownership. All rights reserved. This program and the accompanying materials are made available
* under the terms of the Apache License, Versio... |
package gov.hhs.onc.sdcct.xml.utils;
import gov.hhs.onc.sdcct.utils.SdcctIteratorUtils;
import gov.hhs.onc.sdcct.utils.SdcctStreamUtils;
import java.util.List;
import java.util.Map;
import java.util.Objects;
import java.util.function.Predicate;
import java.util.function.Supplier;
import java.util.stream.Collectors;
im... |
package com.diamondq.common.deployment.basic;
import com.google.common.base.Optional;
import com.google.common.base.Splitter;
import com.google.common.collect.Iterables;
import org.jclouds.scriptbuilder.domain.GitRepoAndRef;
import org.jclouds.scriptbuilder.domain.OsFamily;
import org.jclouds.scriptbuilder.domain.Sta... |
/*
* Copyright 2005-2014 The Kuali Foundation
*
* Licensed under the Educational Community 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.osedu.org/licenses/ECL-2.0
*
* Unless required by appli... |
package mekanism.common.recipe.impl;
import mekanism.api.chemical.gas.GasStack;
import mekanism.api.recipes.GasToGasRecipe;
import mekanism.api.recipes.inputs.chemical.GasStackIngredient;
import mekanism.common.recipe.MekanismRecipeType;
import mekanism.common.registries.MekanismBlocks;
import mekanism.common.registri... |
package edu.illinois.ideals.batchpackager;
import javafx.application.Platform;
import javafx.event.ActionEvent;
import javafx.fxml.FXML;
import javafx.scene.control.Button;
import javafx.scene.control.Label;
import javafx.scene.control.TextArea;
import javafx.scene.text.Text;
import javafx.stage.DirectoryChooser;
impo... |
/*
* Copyright 2022 Pavel Kastornyy.
*
* 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... |
package com.foogaro.datadog.ddog;
import com.foogaro.datadog.ddog.command.ping.Ping;
import com.foogaro.datadog.ddog.command.send.SendLog;
import com.foogaro.datadog.ddog.command.send.SendMetric;
import com.foogaro.datadog.ddog.command.send.SendTrace;
import org.apache.http.impl.client.CloseableHttpClient;
import org.... |
package com.demo.test;
import static org.springframework.test.web.servlet.request.MockMvcRequestBuilders.get;
import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.status;
import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.view;
import org.junit.Before;
import or... |
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v9/common/ad_type_infos.proto
package com.google.ads.googleads.v9.common;
/**
* <pre>
* A video ad.
* </pre>
*
* Protobuf type {@code google.ads.googleads.v9.common.VideoAdInfo}
*/
public final class VideoAdInfo extends
... |
/*
* Copyright (c) 2020 Thomas Neidhart.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable la... |
package behavioralDesignPatterns.visitorDesignPattern.projectShippingSystem.Visitor;
import behavioralDesignPatterns.visitorDesignPattern.projectShippingSystem.Visitable.Book;
import behavioralDesignPatterns.visitorDesignPattern.projectShippingSystem.Visitable.CD;
import behavioralDesignPatterns.visitorDesignPattern.p... |
package com.campusdual.lituraliaopen.repositories;
import com.campusdual.lituraliaopen.domain.Genre;
import java.util.Optional;
import org.springframework.data.domain.Page;
import org.springframework.data.domain.Pageable;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereoty... |
/*
* 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 ... |
/*
* Copyright 2016 Damian Terlecki.
*
* 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... |
/**
* Copyright (c) 2009 Severin Smith
*
* This file is part of a library called The MidiBus (themidibus) - http://www.smallbutdigital.com/themidibus.php.
*
* The MidiBus is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Soft... |
/**
* Copyright 2005-2015 The Kuali Foundation
*
* Licensed under the Educational Community 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.opensource.org/licenses/ecl2.php
*
* Unless required by a... |
package com.les4elefantastiq.les4elefantcowork.activities;
import android.app.Activity;
import android.graphics.Color;
import android.os.AsyncTask;
import android.os.Build;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.design.widget.CollapsingToolbarLayout;
import android... |
package com.wonderlist.utility;
import com.google.api.client.extensions.appengine.http.UrlFetchTransport;
import com.google.api.client.googleapis.auth.oauth2.GoogleIdToken;
import com.google.api.client.googleapis.auth.oauth2.GoogleIdTokenVerifier;
import com.google.api.client.json.jackson.JacksonFactory;
import java.... |
/*
* Copyright 2018 Red Hat, Inc. and/or its affiliates
* and other contributors as indicated by the @author tags.
*
* 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.apa... |
package io.github.dododcdc.service;
import clojure.java.api.Clojure;
import clojure.lang.Agent;
import clojure.lang.IFn;
import io.github.dododcdc.entity.WbParam;
import javax.annotation.PostConstruct;
import javax.annotation.PreDestroy;
import java.io.InputStream;
import java.io.InputStreamReader;
public class WbR... |
/*
* Copyright 2018 JDCLOUD.COM
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http:#www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... |
package com.vijay.shuklavijay249;
import android.app.ProgressDialog;
import android.os.Bundle;
import android.os.Environment;
import android.support.v4.app.Fragment;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.v... |
/* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/
package com.example.android.keyboarddialphone;
public final class R {
public static final class anim {
public static final in... |
/*
* 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 net.canarymod.api.factory;
import net.canarymod.api.potion.PotionEffect;
import net.canarymod.api.potion.PotionEffectType;
/**
* PotionEffect Manufacturing Factory
*
* @author Jason (darkdiplomat)
*/
public interface PotionFactory {
/**
* Make a new {@link PotionEffect} with id, duration, and am... |
package com.archyx.aureliumskills.menu.templates;
import org.bukkit.configuration.ConfigurationSection;
public interface ConfigurableTemplate {
TemplateType getType();
void load(ConfigurationSection config);
} |
package com.pau101.fairylights.util;
import net.minecraft.util.math.MathHelper;
/*
* Based off of
* https://www.mathworks.com/matlabcentral/fileexchange/38550-catenary-hanging-rope-between-two-points/content/catenary.m
*/
public final class CatenaryUtils {
private CatenaryUtils() {}
public static final int SEG_... |
package com.boom.admin.service.impl;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Calendar;
import java.util.Date;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.boom.admin.mapper.Admin... |
package com.tromke.mydrive.Utils;
import android.app.Activity;
import android.content.DialogInterface;
import android.support.v7.app.AlertDialog;
/**
* Created by Devrath on 02/10/16.
*/
public class UtilDialogs {
public static void registeredUser(Activity context){
new AlertDialog.Builder(context)
... |
package com.netease.biz_live.yunxin.live.liveroom.model.state;
import com.netease.biz_live.yunxin.live.liveroom.model.impl.NERTCLiveRoomImpl;
public class PkingState extends LiveState {
public PkingState(NERTCLiveRoomImpl liveRoom) {
super(liveRoom);
status = STATE_PKING;
}
@Override
... |
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v0/common/criteria.proto
package com.google.ads.googleads.v0.common;
public interface ContentLabelInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v0.common.ContentLabelInfo)
com... |
package com.annimon.stream;
import com.annimon.stream.function.Consumer;
import com.annimon.stream.function.Function;
import com.annimon.stream.function.Supplier;
import com.annimon.stream.function.ThrowableFunction;
import com.annimon.stream.function.ThrowableSupplier;
import com.annimon.stream.function.UnaryOperator... |
package org.deeplearning4j.nn.updater;
import org.deeplearning4j.nn.api.Layer;
import org.deeplearning4j.nn.api.Updater;
import org.deeplearning4j.nn.conf.GradientNormalization;
import org.deeplearning4j.nn.conf.NeuralNetConfiguration;
import org.deeplearning4j.nn.conf.layers.DenseLayer;
import org.deeplearning4j.nn.g... |
/* Problem set 7 - Problem 3
Name: Jose Ramos
NECC ID#: 00299444
Date: November 28, 2019
-- OBJECTIVE --
Create an application that will read a text file (file name/location provided by the user) and display the 5 most frequently
used word (or words if there is a tie) in the file and how many times they occur.
Refe... |
package de.dytanic.cloudnet.ext.syncproxy;
import com.google.common.base.Preconditions;
import de.dytanic.cloudnet.driver.CloudNetDriver;
import de.dytanic.cloudnet.driver.service.ServiceInfoSnapshot;
import de.dytanic.cloudnet.ext.bridge.BridgeServiceProperty;
import de.dytanic.cloudnet.ext.bridge.player.IPlayerMana... |
package seedu.address.model.reminder;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertFalse;
import static org.junit.jupiter.api.Assertions.assertTrue;
import static seedu.address.testutil.Assert.assertThrows;
import static seedu.address.testutil.person... |
package g0801_0900.s0871_minimum_number_of_refueling_stops;
import static org.hamcrest.CoreMatchers.equalTo;
import static org.hamcrest.MatcherAssert.assertThat;
import org.junit.jupiter.api.Test;
class SolutionTest {
@Test
void minRefuelStops() {
assertThat(new Solution().minRefuelStops(1, 1, new in... |
package academy.learnprogramming.operators;
/**
* @author goran on 1/07/2017.
*/
public class RelationalOperators {
public static void main(String[] args) {
int x = 10;
int y = 20;
int z = 10;
System.out.println("x < y :" + (x < y));
System.out.println("x <= y :" + (x <... |
package com.ra4king.opengl.util;
import static org.lwjgl.opengl.GL11.*;
import static org.lwjgl.util.glu.GLU.*;
import java.io.BufferedReader;
import java.io.InputStream;
import java.io.InputStreamReader;
import org.lwjgl.input.Keyboard;
import org.lwjgl.input.Mouse;
import com.ra4king.opengl.util.MousePoles.MouseB... |
/*
* 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.baeldung.weather;
import java.text.MessageFormat;
class CityAndDayLength {
private final String city;
private final double dayLengthInHours;
CityAndDayLength(String city, long dayLengthInSeconds) {
this.city = city;
this.dayLengthInHours = dayLengthInSeconds / (60.0 * 60.0);
... |
package com.star.system.security.authentication;
import com.star.common.entity.StarryConstant;
import com.star.common.entity.Strings;
import com.star.common.properties.ShiroProperties;
import com.star.system.utils.StarryProperties;
import org.apache.commons.lang3.StringUtils;
import org.apache.shiro.spring.security.in... |
/*
* Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved.
*
* OpenArkCompiler is licensed under the Mulan PSL v1.
* You can use this software according to the terms and conditions of the Mulan PSL v1.
* You may obtain a copy of Mulan PSL v1 at:
*
* http://license.coscl.org.cn/MulanPSL
*
* ... |
package com.vladsch.flexmark.ext.enumerated.reference.internal;
import com.vladsch.flexmark.ast.Paragraph;
import com.vladsch.flexmark.ext.enumerated.reference.EnumeratedReferenceBlock;
import com.vladsch.flexmark.ext.enumerated.reference.EnumeratedReferenceExtension;
import com.vladsch.flexmark.ext.enumerated.referen... |
/*
* Copyright (C) 2014 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 control;
import java.io.IOException;
import java.security.NoSuchAlgorithmException;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import java... |
/*
* Copyright 2021 Root101 (jhernandezb96@gmail.com, +53-5-426-8660).
*
* 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
*
* Or read... |
package seedu.address.logic.commands;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.fail;
import static seedu.address.logic.parser.CliSyntax.PREFIX_ADDRESS;
import static seedu.address.logic.parser.CliSyntax.PREFIX_DELIVERY_DATE;
import static seedu.address.logic.parser.CliSyntax.PREFIX_E... |
package android.support.v4.widget;
import android.content.res.ColorStateList;
import android.graphics.PorterDuff.Mode;
import android.widget.CompoundButton;
/* renamed from: android.support.v4.widget.e */
class C0358e {
static void m1740a(CompoundButton compoundButton, ColorStateList colorStateList) {
com... |
package com.company;
public class DuplicateManufacturerException extends Exception {
public DuplicateManufacturerException() {
super("same manufacturer");
}
} |
/*
* Copyright (C) 2022 xuexiangjys(xuexiangjys@163.com)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... |
package unit.zpcat.org.appunittest;
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 ApplicationTest() {
... |
package com.planet_ink.coffee_mud.Items.CompTech;
import com.planet_ink.coffee_mud.core.interfaces.*;
import com.planet_ink.coffee_mud.core.interfaces.BoundedObject.BoundedCube;
import com.planet_ink.coffee_mud.core.*;
import com.planet_ink.coffee_mud.core.CMSecurity.DbgFlag;
import com.planet_ink.coffee_mud.core.colle... |
package org.codehaus.mojo.unix.sysvpkg.prototype;
/*
* The MIT License
*
* Copyright 2009 The Codehaus.
*
* 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, includin... |
package com.github.jextractall.exceptions;
public class UnknownCompressionException extends RuntimeException {
private static final long serialVersionUID = 1L;
public UnknownCompressionException() {
super("Extraction failed: unknown compression method");
}
} |
package com.dev.it.kmskedelainew.extras;
import android.app.ProgressDialog;
import android.content.DialogInterface;
import android.content.Intent;
import android.os.Bundle;
import android.os.Handler;
import android.support.v7.app.AlertDialog;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.w... |
package io.github.santulator.session;
import io.github.santulator.core.SantaException;
import io.github.santulator.model.SessionState;
import io.github.santulator.test.session.TestSessionStateTool;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.params.ParameterizedTest;
import org.junit.jupiter.params.pro... |
package redradishes.decoder;
import redradishes.decoder.parser.ArrayAsMapParser;
import redradishes.decoder.parser.ArrayParser;
import redradishes.decoder.parser.ArrayReplyParser;
import redradishes.decoder.parser.BulkStringParser;
import redradishes.decoder.parser.BulkStringReplyParser;
import redradishes.decoder.par... |
package org.folio.innreach.config.props;
import org.springframework.boot.context.properties.ConfigurationProperties;
import lombok.Data;
import org.springframework.stereotype.Component;
@Data
@ConfigurationProperties("test-tenant")
@Component
public class TestTenant {
private String tenantName;
} |
/**
* Licensed to EsupPortail under one or more contributor license
* agreements. See the NOTICE file distributed with this work for
* additional information regarding copyright ownership.
*
* EsupPortail licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may not use this file ... |
package plus.axz.model.user.pojos;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableField;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName;
import lombok.Data;
import java.io.Serializable;
import java.util.Date;... |
/**
* 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... |
/* Generated SBE (Simple Binary Encoding) message codec */
package sbe.msg.marketData;
import uk.co.real_logic.sbe.codec.java.CodecUtil;
import uk.co.real_logic.agrona.DirectBuffer;
@SuppressWarnings("all")
public class OrderExecutedWithPriceSizeDecoder
{
public static final int BLOCK_LENGTH = 54;
public stat... |
// Copyright (c) 2019, the R8 project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
package com.android.tools.r8.ir.optimize.staticizer.movetohost;
import com.android.tools.r8.NeverInline;
... |
/*
* 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 ... |
package com.example.android.miwok;
import android.app.Activity;
import android.media.AudioManager;
import android.media.MediaPlayer;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.AdapterView;
import android.widget.ListView;
import java.util.... |
package com.grudus.nativeexamshelper.helpers.normal;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.util.Log;
import com.grudus.nativeexamshelper.helpers.exceptions.ExceptionsHelper;
import java.text.DateFormat;
import java.text.ParseException;
import java.text... |
/****************************************************************************
Copyright (c) 2010-2012 cocos2d-x.org
Copyright (c) 2013-2014 Chukong Technologies Inc.
http://www.cocos2d-x.org
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation file... |
/**
* Copyright (c) 2016-2019 人人开源 All rights reserved.
*
* https://www.renren.io
*
* 版权所有,侵权必究!
*/
package io.volunteer.modules.job.service.impl;
import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper;
import com.baomidou.mybatisplus.core.metadata.IPage;
import com.baomidou.mybatisplus.extension.se... |
package com.liugd.note.service.impl;
import com.liugd.note.common.utils.JsonUtil;
import com.liugd.note.config.ElasticSearchFactoryProperties;
import com.liugd.note.controller.SearchController;
import com.liugd.note.dto.SearchEsDto;
import com.liugd.note.es.ElasticSearchClientCommon;
import com.liugd.note.es.mapping.M... |
/***********************************************************************
* Copyright (c) 2000-2004 The Apache Software Foundation. *
* All rights reserved. *
* ------------------------------------------------------------------- *
* Licensed under the Apache... |
package com.kraken.har.parser;
import com.google.common.collect.ImmutableList;
import com.google.common.collect.ImmutableMap;
import com.kraken.analysis.entity.DebugEntry;
import com.kraken.debug.entry.writer.DebugEntryWriter;
import com.kraken.runtime.client.RuntimeClient;
import com.kraken.runtime.command.Command;
i... |
package org.iata.cargo.model;
import java.io.Serializable;
import java.util.Map;
import java.util.Set;
import cz.cvut.kbss.jopa.model.annotations.Id;
import cz.cvut.kbss.jopa.model.annotations.OWLAnnotationProperty;
import cz.cvut.kbss.jopa.model.annotations.OWLClass;
import cz.cvut.kbss.jopa.model.annotations.OWLObje... |
package com.handcraft.pojo;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
import org.springframework.stereotype.Component;
import java.sql.Date;
/**
* 图片信息
*
* @author Heilant Gong
* {@link this#uuid} 唯一标识
* {@link this#id} P站ID
* {@link this#title} 标题
* {@link this#im... |
/*
* 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 tugas6._2;
/**
*
* @author hryzx
*/
public class Lingkaran extends Bangun2D{
private int jari;
Lingkaran(String na... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.