text stringlengths 7 995k |
|---|
package testdata.codebase.date_stats.AnotherLevel1Package;
import annotation_bag.annotations.author;
import annotation_bag.annotations.date;
@author("Peter Parker")
@date("2/26/2017")
public class Date2_26_17_Entry2 {
} |
package com.victorious.compositeadapter;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
pu... |
package module1684.a;
import java.awt.datatransfer.*;
import java.beans.beancontext.*;
import java.io.*;
/**
* Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut
* labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et... |
package AutumnRecruitment.chap2_5;
import java.util.Comparator;
/**
* @Classname Insertion
* @Description TODO
* @Date 2019/12/5 17:00
* @Created by 14241
*/
public class Insertion {
public static void sort(Object[] a, Comparator c) {
int N = a.length;
for (int i = 0; i < N; i++) {
... |
package br.com.jabolina.sharder.message;
import java.io.Serializable;
/**
* Base generic type for all sharder exchanged messages
*
* @author jabolina
* @date 2/1/20
*/
public interface SharderMessage extends Serializable {
/**
* Basic builder interface for creating Sharder messages
*
* @param <T> : t... |
package com.hearthsim.test.minion;
import com.hearthsim.card.Card;
import com.hearthsim.card.basic.minion.BoulderfistOgre;
import com.hearthsim.card.basic.minion.RaidLeader;
import com.hearthsim.card.classic.minion.common.LeperGnome;
import com.hearthsim.card.minion.Minion;
import com.hearthsim.exception.HSException;
... |
/*
* Copyright 2020 Projeto e-cordel (http://ecordel.com.br)
*
* 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 com.czertainly.api.clients;
import com.czertainly.api.exception.ConnectorException;
import com.czertainly.api.model.connector.discovery.DiscoveryDataRequestDto;
import com.czertainly.api.model.connector.discovery.DiscoveryProviderDto;
import com.czertainly.api.model.connector.discovery.DiscoveryRequestDto;
imp... |
/*
* 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 2006-2021 Marcel Baumann
*
* 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 org.tll.canyon.service.impl;
import java.util.List;
import org.tll.canyon.dao.AssetAttributeDao;
import org.tll.canyon.model.AssetAttribute;
import org.tll.canyon.service.AssetAttributeManager;
public class AssetAttributeManagerImpl extends BaseManager implements AssetAttributeManager {
private AssetAt... |
/*
* Copyright (C) 2015-2019 Fabrice Bouyé
* All rights reserved.
*
* This software may be modified and distributed under the terms
* of the BSD license. See the LICENSE file for details.
*/
package api.web.gw2.mapping.v2.traits;
import api.web.gw2.mapping.core.LocalizedResource;
import api.web.gw2.mapping.cor... |
/**
*/
package com.github.icelyframework.activitystorming.tests;
import com.github.icelyframework.activitystorming.ActivitystormingFactory;
import com.github.icelyframework.activitystorming.ReadModel;
import junit.textui.TestRunner;
/**
* <!-- begin-user-doc -->
* A test case for the model object '<em><b>Read Mod... |
/*
* Copyright (c) 2020 by Andrew Charneski.
*
* The author licenses this file to you under the
* Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance
* with the License. You may obtain a copy
* of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unl... |
/*
* Copyright (c) 2021 Vedrana Vidulin
*
* 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, modify, merge,... |
/*
* 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")... |
/*
* Copyright (c) 2021-present radien GmbH. All rights reserved.
* <p>
* 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
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
* Unles... |
package garage;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.*;
public class Garage {
private static StringTokenizer stringTokenizer;
public static void main(String[] args) throws IOException {
BufferedReader reader = new BufferedReader(new Inp... |
package com.ihgoo.allinone.image;
import java.util.HashMap;
import java.util.Queue;
import android.graphics.Bitmap;
import android.graphics.Bitmap.Config;
/**
* 先进先出 置换算法 缓存
*
* @author <a href="http://www.xunhou.me" target="_blank">Kelvin</a>
*
*/
public class BitmapFIFOCache {
private Queue<String> mCacheQu... |
/*
* Copyright © 2015-2016 Cask Data, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
package com.vondear.rxtools.view.likeview.tools;
import android.animation.Animator;
import android.animation.ValueAnimator;
import android.content.Context;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Paint;
import android.graphics.RectF;
import android.util.AttributeSet;
impo... |
package ru.atom;
import org.junit.Test;
import static org.hamcrest.MatcherAssert.assertThat;
import static org.hamcrest.core.Is.is;
import static org.hamcrest.core.IsEqual.equalTo;
import static org.hamcrest.core.IsNot.not;
public class HelloWorldTest {
@Test
public void getHelloWorld() throws Exception {
... |
package com.orientechnologies.common.exception;
/** Created by luigidellaquila on 13/08/15. */
public enum OErrorCategory {
GENERIC(1),
SQL_GENERIC(2),
SQL_PARSING(3),
STORAGE(4),
CONCURRENCY_RETRY(5),
VALIDATION(6),
CONCURRENCY(7);
protected final int code;
private OErrorCategory(int code) {... |
package com.capitalone.dashboard.config;
import com.capitalone.dashboard.repository.RepositoryPackage;
import com.mongodb.MongoClient;
import com.mongodb.ServerAddress;
import de.bwaldvogel.mongo.MongoServer;
import de.bwaldvogel.mongo.backend.memory.MemoryBackend;
import org.springframework.context.annotation.Bean;
i... |
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.6
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2019.06.12 at 09:16:3... |
/*
* This file is part of TechReborn, licensed under the MIT License (MIT).
*
* Copyright (c) 2020 TechReborn
*
* 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, inc... |
/*
* Copyright 2022 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... |
package com.trey.chat.netty.handler;
import io.netty.channel.Channel;
import io.netty.channel.ChannelHandlerContext;
import io.netty.channel.ChannelInboundHandlerAdapter;
import io.netty.handler.timeout.IdleState;
import io.netty.handler.timeout.IdleStateEvent;
import lombok.extern.slf4j.Slf4j;
/**
* 心跳
*
* @autho... |
package in.clustergroup;
import org.apache.ignite.Ignite;
import org.apache.ignite.IgniteCluster;
import org.apache.ignite.IgniteCompute;
import org.apache.ignite.Ignition;
import org.apache.ignite.lang.IgniteRunnable;
public class SpecicifGroupBroadcase {
public static void main(String[] args) {
Ignition.setCli... |
package uk.ac.shef.dcs.sti.core.algorithm.tmp.sampler;
import uk.ac.shef.dcs.sti.util.DataTypeClassifier;
import uk.ac.shef.dcs.sti.core.model.TCell;
import uk.ac.shef.dcs.sti.core.model.Table;
import java.util.*;
/**
*/
public class TContentTContentRowRankerImpl extends TContentRowRanker {
@Override
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 ... |
/**
* Copyright (c) 2010 Abbcc Corp.
* No 225,Wen Yi RD, Hang Zhou, Zhe Jiang, China.
* All rights reserved.
*
* "OrderService.java is the copyrighted,
* proprietary property of Abbcc Company and its
* subsidiaries and affiliates which retain all right, title and interest
* therein."
*
* Revision History
*
... |
/*
* Copyright The OpenTelemetry Authors
* SPDX-License-Identifier: Apache-2.0
*/
// Includes work from:
/*
* Copyright 2015 The gRPC 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 Lic... |
package ssp.scheduleplanner.logic.commands;
import static org.junit.Assert.assertTrue;
import static ssp.scheduleplanner.logic.commands.CommandTestUtil.assertCommandSuccess;
import static ssp.scheduleplanner.logic.commands.ListArchivedCommand.MESSAGE_SUCCESS;
import org.junit.Rule;
import org.junit.Test;
import ssp.... |
package fr.utarwyn.endercontainers.enderchest;
import fr.utarwyn.endercontainers.TestHelper;
import fr.utarwyn.endercontainers.TestInitializationException;
import fr.utarwyn.endercontainers.configuration.LocaleKey;
import fr.utarwyn.endercontainers.dependency.DependenciesManager;
import fr.utarwyn.endercontainers.depe... |
package uk.gov.hmcts.reform.divorce.orchestration.framework.workflow.task;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.test.context.junit4.SpringRunner;
import static org.hamcrest.CoreMatchers.is;
import static org.junit.Assert.assertThat;
import static ... |
package com.alphawallet.attestation.eip712;
import com.alphawallet.attestation.core.ExceptionUtil;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.time.Clock;
import java.util.Date;
import java.util.Locale;
import java.util.TimeZone;
import org.apache.logging.log4j.LogManager;
import o... |
package net.snakefangox.fasterthanc;
import java.util.ArrayList;
import java.util.List;
import com.google.common.base.Supplier;
import net.snakefangox.fasterthanc.blocks.CreativeEnergyPort;
import net.snakefangox.fasterthanc.blocks.Deorbitor;
import net.snakefangox.fasterthanc.blocks.EnergyManagementComputer;
import ... |
package org.mitre.synthea.export;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;
import static org.junit.Assert.fail;
import ca.uhn.fhir.context.FhirContext;
import ca.uhn.fhir.model.dstu2.composite.QuantityDt;
import ca.uhn.fhir.model.dstu2.composite.SampledDataDt;
import ca.... |
package it.er.object;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.lang.reflect.InvocationTargetException;
import java.util.LinkedList;
import java.util.List;
import javax.servlet.http.HttpServletRequest;
import javax.xml.bind.JAXBContext;
import javax.xml.bind.JAXBException;
import j... |
package com.khalid;
import java.util.Arrays;
import java.util.Comparator;
interface CacheIterator {
boolean hasNext();
Bookmark next();
}
interface Test {
void apply();
}
public class Cache {
private Bookmark[] items;
private int next = 0;
public Cache(int size) {
items = new Bookmark[size]; ... |
package me.zhengjie.uma_mes.service.impl;
import me.zhengjie.uma_mes.domain.ChemicalFiberStock;
import me.zhengjie.uma_mes.domain.ChemicalFiberStockWarehousingDetail;
import me.zhengjie.uma_mes.repository.ChemicalFiberStockRepository;
import me.zhengjie.uma_mes.repository.ChemicalFiberStockWarehousingDetailRepository;... |
/*
* 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... |
public static byte[] createCustomDoc(Prescription rx, double width, double height) throws DocumentException {
ByteArrayOutputStream baos = new ByteArrayOutputStream();
int w = (int) width * 72;
int h = (int) height * 72;
Rectangle pageSize = new Rectangle(w, h);
Document document... |
package hirelah.ui;
import java.util.logging.Logger;
import hirelah.commons.core.LogsCenter;
import hirelah.model.hirelah.Question;
import javafx.collections.ListChangeListener;
import javafx.collections.ObservableList;
import javafx.fxml.FXML;
import javafx.scene.control.ListCell;
import javafx.scene.control.ListVi... |
//Title: Business Artifacts
//Version:
//Copyright: Copyright (c) 1998
//Author: Stephen P. Furlong
//Company: Digital Artifacts Inc.
//Description:
package dai.shared.cmnSvcs;
public class daiException extends Exception
{
public String m_msg;
public String m_sourceFileName;
public St... |
/* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* gradle plugin from the resource data it found. It
* should not be modified by hand.
*/
package android.support.coreui;
public final class R {
public static final class attr {
public static final int coordinator... |
package ru.korchinskiy.dao;
import ru.korchinskiy.entity.ProductStats;
import java.util.Calendar;
import java.util.List;
public interface ProductStatsDAO {
ProductStats getProductStatsByProductIdAndDate(Long id, Calendar calendar);
List<ProductStats> getTopTenProductStatsByAmount(Integer month, Integer year... |
/**
* MIT License
* Copyright (c) 2018 yadong.zhang
* 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, modify, ... |
/*
* 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... |
/**
* Copyright (C) 2010-2016 eBusiness Information, Excilys Group
* Copyright (C) 2016-2020 the AndroidAnnotations 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://... |
package com.online_shop.online_shop.item;
import javaBean.Item;
import javaBean.User;
import services.ItemService;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequ... |
package com.example.bhaskar.android_ar_sample;
public interface IListItem {
int getModelImageResourceId();
String getModelName();
} |
package com.perimeterx.http;
import com.perimeterx.models.activities.Activity;
import com.perimeterx.models.exceptions.PXException;
import com.perimeterx.models.httpmodels.CaptchaRequest;
import com.perimeterx.models.httpmodels.CaptchaResponse;
import com.perimeterx.models.httpmodels.RiskRequest;
import com.perimeterx... |
package com.maxmind.geoip2.model;
import com.fasterxml.jackson.databind.InjectableValues;
import com.fasterxml.jackson.databind.JsonNode;
import com.fasterxml.jackson.databind.MapperFeature;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.fasterxml.jackson.databind.json.JsonMapper;
import com.fasterxml.... |
package bg.sofia.uni.fmi.mjt.socialmedia.content;
import java.util.Collection;
public interface Content {
/**
* Returns the total number of likes.
*/
int getNumberOfLikes();
/**
* Returns the total number of comments.
*/
int getNumberOfComments();
/**
* Returns the uniq... |
/*
* Copyright 2017-2020 Alfresco Software, Ltd.
*
* 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 ... |
package com.example.kasqu.model;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
public class Akun {
@SerializedName("nama")
@Expose
private String nama;
@SerializedName("phone")
@Expose
private String phone;
@SerializedName("alamat")
@Ex... |
package com.tudarmstadt.demo.service;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.tudarmstadt.demo.dao.ElasticEmailRepository;
import com.tudarmstadt.demo.jsonindexer.JsonIndexer;
import com.tudarmstadt.demo.model.Ela... |
/*
* 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 teach.vietnam.asia.adapter;
import teach.vietnam.asia.R;
import teach.vietnam.asia.utils.ULog;
import teach.vietnam.asia.utils.Utility;
import android.annotation.SuppressLint;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import and... |
package controllers;
import java.util.List;
import models.Message;
import models.Tag;
import models.UserAccount;
import play.data.Form;
import play.mvc.Controller;
import play.mvc.Result;
import play.mvc.Security;
import com.avaje.ebean.Page;
@Security.Authenticated(Mng_Security.class)
public class Managers extends... |
package store.constant;
/**
* @author Zexho
* @date 2021/11/29 5:07 下午
*/
public enum FlushModel {
/**
* 同步刷盘模式
*/
SYNC,
/**
* 异步刷盘模式
*/
ASYNC;
} |
// Copyright 2018 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.folio.marccat.dao;
import net.sf.hibernate.HibernateException;
import net.sf.hibernate.Session;
import net.sf.hibernate.Transaction;
import org.folio.marccat.business.common.Persistence;
import org.folio.marccat.dao.persistence.PUBL_TAG;
import org.folio.marccat.dao.persistence.PublisherAccessPoint;
import... |
/*
* Copyright (c) 2011-2017, Numdata BV, The Netherlands.
* 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
* not... |
package org.hl7.fhir.r5.model.codesystems;
/*
* #%L
* org.hl7.fhir.r5
* %%
* Copyright (C) 2014 - 2019 Health Level 7
* %%
* 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
*
* h... |
package com.example.admin.utilsapp.ui.fragment;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import ... |
/*
* 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.aide.chenpan.myaide.mvp.presenter;
import android.content.Context;
import android.text.TextUtils;
import com.aide.chenpan.myaide.R;
import com.aide.chenpan.myaide.bean.WeatherInfo;
import com.aide.chenpan.myaide.event.MVPCallBack;
import com.aide.chenpan.myaide.mvp.model.CityManageModel;
import com.aide.c... |
package com.codejcd.entity;
public class Token {
private String token;
public String getToken() {
return token;
}
public void setToken(String token) {
this.token = token;
}
} |
/**
* Copyright 2013 Dennis Ippel
*
* 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... |
// Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package org.chromium.chrome.browser.signin;
import static org.mockito.ArgumentMatchers.any;
import static org.mockito.Mockito.mock;
import static org.mock... |
package com.bc.ui.treebuilder;
import java.io.File;
import java.io.IOException;
import java.util.HashMap;
import java.util.Map;
import javax.swing.JFileChooser;
import javax.swing.JOptionPane;
import javax.swing.JScrollPane;
import javax.swing.JTree;
import javax.swing.tree.TreeNode;
import javax.xml.parsers.DocumentB... |
package de.geeksfactory.opacclient.apis;
import java.io.IOException;
import java.io.InterruptedIOException;
import java.net.UnknownHostException;
import java.nio.charset.Charset;
import de.geeksfactory.opacclient.i18n.DummyStringProvider;
import de.geeksfactory.opacclient.networking.HttpClientFactory;
import de.geeks... |
/*
* Copyright 2016 Netflix, 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... |
package com.intropro.prairie.junit;
import com.intropro.prairie.unit.common.Unit;
import com.intropro.prairie.unit.common.exception.DestroyUnitException;
import com.intropro.prairie.unit.common.exception.InitUnitException;
/**
* Created by presidentio on 11/10/15.
*/
public class SimpleUnit implements Unit {
p... |
// Copyright (c) 2003-present, Jodd Team (http://jodd.org)
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are met:
//
// 1. Redistributions of source code must retain the above copyright notice,
// th... |
package edu.fdiazaguirre.predicates;
public class Candidate {
private String firstName;
private String lastName;
private int dni;
private char gender;
private boolean isBackend;
private boolean isFrontEnd;
public Candidate (String firstName, String lastName, int dni, char gender) {
this.firstName = firstNam... |
package org.arnolds.agileappproject.agileappmodule.git;
import org.arnolds.agileappproject.agileappmodule.git.wrappers.GitBranch;
import org.arnolds.agileappproject.agileappmodule.git.wrappers.GitCommit;
import org.arnolds.agileappproject.agileappmodule.git.wrappers.GitIssue;
import org.kohsuke.github.GHBranch;
import... |
/**
*
* Class NotExpAS.java
*
* Generated by KMFStudio at 11 June 2003 13:46:49
* Visit http://www.cs.ukc.ac.uk/kmf
*
*/
package uk.ac.kent.cs.ocl20.syntax.ast.expressions;
import uk.ac.kent.cs.ocl20.syntax.SyntaxElement;
public interface NotExpAS
extends
SyntaxElement,
LogicalExpAS,
OclExpress... |
package com.kafka.twitter;
import com.google.gson.JsonElement;
import com.google.gson.JsonParser;
import org.apache.kafka.common.serialization.Serdes;
import org.apache.kafka.streams.KafkaStreams;
import org.apache.kafka.streams.StreamsBuilder;
import org.apache.kafka.streams.StreamsConfig;
import org.apache.kafka.str... |
/**
* Copyright 2015-2025 FLY的狐狸(email:jflyfox@sina.com qq:369191470).
*
* 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 ... |
/*
* Copyright 2019, Perfect Sense, 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 a... |
// Copyright 2018 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
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writi... |
/*
* Copyright (c) 2015-2019, Cloudera, Inc. All Rights Reserved.
*
* Cloudera, Inc. licenses this file to you under the Apache License,
* Version 2.0 (the "License"). You may not use this file except in
* compliance with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses... |
/*
* Copyright (C) 2010 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.example.dufangyu.lecatapp.biz;
/**
* Created by dufangyu on 2017/9/5.
*/
public interface SplashListener {
void updateNewApp();
void noNeedUpdateApp();
} |
/*
* Copyright 2013-2018 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... |
import com.psql.jdbc.Driver;
import java.io;
import java.util;
import org.apache.HTTP.*;
import android.os.Parcelable.Creator.*;
import org.postgresql.Connection;
import java.math
public static Eparse{
public static main(String[] args){
//import emotions
.statements(EID);
//import lexical
.statements("lexc... |
package frc.robot;
import frc.helpers.CCSparkMax;
import frc.helpers.Timer;
// import edu.wpi.first.wpilibj.PneumaticsModuleType;
// import edu.wpi.first.wpilibj.Solenoid;
import frc.parent.RobotMap;
import com.revrobotics.CANSparkMax.IdleMode;
import com.revrobotics.CANSparkMaxLowLevel.MotorType;
//import edu.wpi.fir... |
package com.ctrip.xpipe.service.organization;
/**
* @author chen.zhu
*
* Sep 04, 2017
*/
public class Data {
private long organizationId;
private String name;
private String englishName;
private String code;
private String createTime;
private String cp4code;
private String sbu;
priv... |
/*
* 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.skey.designpattern.memento;
/**
* 视频备份
*
* @author ALion
* @version 2019/2/18 0:22
*/
public class VideoMemento {
private String name;
private int size;
// 播放进度
private int progress;
public VideoMemento(Video video) {
this.name = video.getName();
this.size = vid... |
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/protobuf/timestamp.proto
package com.google.protobuf;
/**
* <pre>
* A Timestamp represents a point in time independent of any time zone or local
* calendar, encoded as a count of seconds and fractions of seconds at
* nanosecond resoluti... |
//https://www.hackerrank.com/challenges/quicksort4
import java.util.*;
public class Solution {
public static void main(String[] args) {
Scanner in = new Scanner(System.in);
int N = in.nextInt();
int[] ar = new int[N];
for(int i = 0; i < N; ar[i++] = in.nextInt()){}
int inser... |
// Targeted by JavaCPP version 1.5.7: DO NOT EDIT THIS FILE
package org.bytedeco.tensorflow;
import org.bytedeco.tensorflow.Allocator;
import java.nio.*;
import org.bytedeco.javacpp.*;
import org.bytedeco.javacpp.annotation.*;
import static org.bytedeco.javacpp.presets.javacpp.*;
import static org.bytedeco.tensorfl... |
package com.example.projekt.service;
import java.util.List;
import com.example.projekt.domain.Laptop;
import com.example.projekt.domain.Procesor;
public interface LaptopManager {
Laptop pobierzLaptopPoId(Long id);
Procesor pobierzProcesorPoId(Long id);
List<Laptop> dajWszystkieLaptopy();
List<Proce... |
/*
* Copyright 2014-present Facebook, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License. You may obtain
* a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or... |
package org.srs.domain;
/**
* Created by 健勤 on 2017/3/22.
*/
public class User {
private String id;
public User() {
}
public User(int id) {
this(String.valueOf(id));
}
public User(String id) {
this.id = id;
}
public String getId() {
return id;
}
pu... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.