text
stringlengths
7
995k
package com.gldb.data; import java.math.BigDecimal; import java.util.Date; /** * GLDB.Tbdeposit * 10/09/2018 18:35:31 * */ public class Tbdeposit { private Integer id; private String productCode; private String subProductCode; private String accountNo; private String accountnoata; pri...
/* Code adapted from Medium.com * "Creating Your First Blockchain with Java. Part 1." */ package app; import java.util.Date; public class Block { public String hash; public String previousHash; public String claimHash; public long timestamp; public Block(Claim claim, String previousHash) { this.claimHash ...
package com.smartbear.readyapi4j.support; import com.google.common.collect.Lists; import com.google.common.collect.Maps; import com.smartbear.readyapi4j.client.model.TestJobReport; import com.smartbear.readyapi4j.client.model.TestSuiteResultReport; import com.smartbear.readyapi4j.execution.Execution; import com.smartb...
package top.naccl.exception; /** * @Description: 非法请求异常 * @Author: Naccl * @Date: 2020-10-16 */ public class BadRequestException extends RuntimeException { public BadRequestException() { } public BadRequestException(String message) { super(message); } public BadRequestException(String message, Throwable c...
/* * Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. 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 ...
/* * Copyright (C) 2009-2020 Lightbend Inc. <https://www.lightbend.com> */ package play.test; import org.junit.After; import org.junit.Before; /** * Provides a server and browser to JUnit tests. Make your test class extend this class and an * application, a server and a browser will be started before each test i...
package br.com.vvaug.ezlead.rest; import br.com.vvaug.ezlead.dto.LeadRequest; import br.com.vvaug.ezlead.dto.ProjectRequest; import br.com.vvaug.ezlead.dto.ProjectResponse; import br.com.vvaug.ezlead.service.ProjectService; import lombok.RequiredArgsConstructor; import lombok.extern.slf4j.Slf4j; import org.springframe...
package minesweeper.controllers; import gui.ButtonControllerFactoryInterface; import gui.UtilFrameListenerInterface; import minesweeper.GameSettings; import minesweeper.PlayersTurn; import javax.swing.*; import java.awt.event.ActionListener; import java.awt.event.MouseEvent; import java.awt.event.MouseListener; impor...
package com.bx.erp.selenium.profile.commodity.HistoryR; import org.junit.Test; import org.junit.Before; import org.junit.After; import static org.junit.Assert.*; import static org.hamcrest.CoreMatchers.is; import static org.hamcrest.core.IsNot.not; import org.openqa.selenium.By; import org.openqa.selenium.WebDriver; im...
/* * 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 ...
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed u...
/* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). * Version 4.0.0 * * Do not make changes to this file unless you know what you are doing--modify * the SWIG interface file instead. * ------------------------------...
package us.ihmc.commonWalkingControlModules.highLevelHumanoidControl.factories; import us.ihmc.commonWalkingControlModules.highLevelHumanoidControl.HighLevelControllerFactoryHelper; import us.ihmc.commonWalkingControlModules.highLevelHumanoidControl.highLevelStates.HighLevelControllerState; import us.ihmc.commonWalkin...
package io.invertase.firebase.fabric.crashlytics; import android.util.Log; import com.facebook.react.bridge.ReactMethod; import com.facebook.react.bridge.ReactApplicationContext; import com.facebook.react.bridge.ReactContextBaseJavaModule; import com.crashlytics.android.Crashlytics; public class RNFirebaseCrashlyt...
/* WIEDZA * ----------------- * Apache License * Version 2.0, January 2004 * http://www.apache.org/licenses/ */ package org.wiedza.monitoring.api.exceptions; /** * Asserts * * @author patrickguillerm * @since 21 mars 2018 */ public final class Asserts { // ==============================================...
package de0.coxthieving; import java.awt.Color; import java.awt.Dimension; import java.awt.Graphics2D; import javax.inject.Inject; import net.runelite.api.Client; import net.runelite.api.NPC; import net.runelite.api.Point; import net.runelite.client.ui.FontManager; import net.runelite.client.ui.overlay.Overlay; impo...
/* * Copyright 2010 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable l...
package com.hausontech.hrs.daoImpl.engine.thread; import java.util.*; public class ThreadPoolWorker extends Object { private static int nextWorkerID = 0; public ObjectFIFO idleWorkers; private int workerID; private ObjectFIFO handoffBox; private Thread internalThread; private volatile boolean noStopRequested;...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/datalabeling/v1beta1/annotation.proto package com.google.cloud.datalabeling.v1beta1; public interface ImageBoundingPolyAnnotationOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.datalabeling.v1beta1.Ima...
package com.cargotracker.routing.domain.model.aggregates; import com.cargotracker.routing.domain.model.valueobjects.Schedule; import com.cargotracker.routing.domain.model.valueobjects.VoyageNumber; import javax.persistence.Entity; import javax.persistence.NamedQueries; import javax.persistence.NamedQuery; import jav...
// Copyright 2015 The Bazel Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by appl...
package com.SAM2018.model; /** * ViewModel-like class that returns a complex dataset when a view needs connected data across multiple objects * Used when a Submitter views a report generated for their paper * @author <a href='mailto:add5980@rit.edu'>Andrew DiStasi</a> */ public class SubmissionReportDisplay { ...
package com.example.coolweather.db; import org.litepal.crud.DataSupport; public class City extends DataSupport { private int Id; private String cityName; private int cityCode; private int provinceId; public int getId() { return Id; } public void setId(int id) { Id = id...
package ru.job4j.domain; import javax.persistence.*; @Entity @Table(name="motor") public class Motor { @Id @GeneratedValue(strategy = GenerationType.AUTO) @Column(name = "id") private Integer id; @Column (name = "name") private String name; public Motor() { } public Motor(Integ...
package com.spring.basics; import java.util.Date; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.CommandLineRunner; import org.springframework.context.ApplicationContext; import org.springframework.stereotype.Component; import com.spring.basics.data.exporter.DataExport...
package org.jeecg.boot.starter.redis.config; import com.fasterxml.jackson.annotation.JsonAutoDetect; import com.fasterxml.jackson.annotation.PropertyAccessor; import com.fasterxml.jackson.databind.ObjectMapper; import lombok.extern.slf4j.Slf4j; import org.jeecg.boot.starter.redis.prop.JeecgRedisProperties; import org....
/* * 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.thinkaurelius.titan.util.encoding; import com.google.common.base.Preconditions; /** * Utility class for encoding longs in strings based on: * {@linktourl http://stackoverflow.com/questions/2938482/encode-decode-a-long-to-a-string-using-a-fixed-set-of-letters-in-java} * * @author http://stackoverflow.c...
/******************************************************************************* * Copyright 2017 Bstek * * 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/l...
/* * 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 ag...
package com.github.lol.pay.component.unionpay.product.qrcode.model; import lombok.AllArgsConstructor; import lombok.Builder; import lombok.Data; import lombok.NoArgsConstructor; import java.io.Serializable; /** * qr code cancel consume sync response * * @author: jifuwei * @create: 2019-07-19 18:05 **/ @Data @No...
/********************************************************************************* * * * The MIT License (MIT) * * ...
package org.bouncycastle.tls.test; import java.io.IOException; import java.io.InputStream; import java.io.OutputStream; import java.io.PrintStream; import java.net.Socket; import java.security.SecureRandom; import java.util.Vector; import org.bouncycastle.tls.AlertDescription; import org.bouncycastle.tls.AlertLevel; ...
// Copyright 2014 The Bazel Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by appl...
/* * Copyright 2011-2016 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.nightlycommit.idea.twigextendedplugin.dic.linemarker; import com.intellij.codeInsight.daemon.LineMarkerInfo; import com.intellij.codeInsight.daemon.LineMarkerProvider; import com.intellij.codeInsight.navigation.NavigationGutterIconBuilder; import com.intellij.patterns.XmlPatterns; import com.intellij.patte...
package com.robust.study.netty.lion.api.spi.net; import java.net.URL; import java.util.Objects; /** * @Description: * @Author: robust * @CreateDate: 2019/8/28 15:49 * @Version: 1.0 */ public class DnsMapping { protected String ip; protected int port; public DnsMapping() { } public DnsMappin...
/* * This file is part of dependency-check-maven. * * 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...
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 ...
/** * @作者 Luke * @微信公号 欧诺的小书屋 * @开源项目 $ http://7yue.pro * @免费专栏 $ http://course.7yue.pro * @我的课程 $ http://imooc.com/t/4294850 * @创建时间 2020/3/12 15:51 */ package com.liang.cloudmusic.service.impl; import com.liang.cloudmusic.dto.BlogDTO; import com.liang.cloudmusic.enums.DatabaseOperateType; import com.liang.clo...
/* * This code and all components (c) Copyright 2006 - 2018, Wowza Media Systems, LLC. All rights reserved. * This code is licensed pursuant to the Wowza Public License version 1.0, available at www.wowza.com/legal. */ package com.wowza.wms.plugin.avmix; import java.util.ArrayList; import java.util.HashMap; import ...
/* * Copyright 2021 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 applica...
// Copyright 2011-2016 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 ...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. package com.azure.search.documents.implementation.converters; import com.azure.search.documents.indexes.models.KeepTokenFilter; import java.util.ArrayList; import java.util.List; /** * A converter between {@link com.azu...
/* * Licensed to the University of California, Berkeley 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 no...
package com.aitlp.system.controller; import java.io.IOException; import java.util.List; import javax.servlet.http.HttpServletResponse; import com.aitlp.system.service.ISysLogininforService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.DeleteMapping; imp...
/* * Copyright 2018 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 t...
package com.liyafeng.view.webview; import android.util.Log; import android.webkit.JavascriptInterface; public class JsObject { @JavascriptInterface public void execute(String msg) { Log.i("test", "调用了execute" + msg); } }
package com.atguigu.gmall.sms.dao; import com.atguigu.gmall.sms.entity.CategoryBoundsEntity; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import org.apache.ibatis.annotations.Mapper; /** * 商品分类积分设置 * * @author Qiao * @email lxf@atguigu.com * @date 2020-04-28 11:45:59 */ @Mapper public interface Cate...
/* * Copyright (C) 2011 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable l...
package io.meeting.entity; /** * 列的属性 * * @author neckhyg * @email 497273569@qq.com * @date 2016年12月20日 上午12:01:45 */ public class ColumnEntity { //列名 private String columnName; //列名类型 private String dataType; //列名备注 private String comments; //属性名称(第一个字母大写),如:user_name => UserName ...
package net.studymongolian.mongollibrary; import android.content.Context; import android.text.TextUtils; import android.util.AttributeSet; import java.util.ArrayList; import java.util.List; public class KeyboardAeiou extends Keyboard { // name to use in the keyboard popup chooser private static final String...
/** * Copyright (c) 2014, WSO2 Inc. (http://www.wso2.org) 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 * * Unle...
// 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) 2015 The Gravitee team (http://gravitee.io) * * 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 requ...
package com.jiangdg.usbcamera.utils; /* * libcommon * utility/helper classes for myself * * Copyright (c) 2014-2018 saki t_saki@serenegiant.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 L...
package dev.bug.api.data.mos.repositories; import dev.bug.api.data.mos.model.Category; import org.springframework.data.repository.CrudRepository; import org.springframework.stereotype.Repository; @Repository public interface CategoryRepository extends CrudRepository<Category, Long> { Category findByCategoryId(Lo...
/* * Copyright 2020 ConsenSys AG. * * 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...
// Flipping an Image // URL : https://leetcode.com/problems/flipping-an-image/ package com.akshat; public class FlipImage { public static void main(String[] args) { int[][] image = { {1, 1, 0}, {1, 0, 1}, {0, 0, 0} }; System.out.println(flipAndInvertImage(image)); } static int[][] fli...
package de.timmi6790.mpstats.api.client.common.leaderboard.deserializers; import com.fasterxml.jackson.core.JsonParser; import com.fasterxml.jackson.databind.DeserializationContext; import com.fasterxml.jackson.databind.JsonNode; import com.fasterxml.jackson.databind.deser.std.StdDeserializer; import de.timmi6790.mpst...
package model.graphics.object; import controllers.scene.RayTracer; import exceptions.PointOutOfRangeException; import model.graphics.LocalGeo; import model.graphics.Ray; import model.math.Normal; import model.math.Point; import model.math.Vector; import model.math.transformation.Identity; import model.math.transformat...
/* * Copyright (c) 2007, 2016, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. */ /** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for a...
package com.daop.msc.order.lb; import org.springframework.cloud.client.ServiceInstance; import org.springframework.stereotype.Component; import java.util.List; import java.util.concurrent.atomic.AtomicInteger; /** * @BelongsProject: spring_cloud_learn * @BelongsPackage: com.daop.msc.ribbonrule * @Description: * ...
package me.rojetto.comfy.tree; import me.rojetto.comfy.ArgumentType; import me.rojetto.comfy.CommandContext; import me.rojetto.comfy.exception.CommandTreeException; import java.util.List; public class Argument extends CommandNode<Argument> { private final String name; private final ArgumentType type; pu...
/* * Copyright 2016-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "licen...
/** * Copyright 2014 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 i...
package net.sentientturtle.discordbot.components.healthcheck; import net.sentientturtle.discordbot.loader.StaticLoaded; import net.sentientturtle.util.Tuple2; import java.util.Collection; import java.util.HashMap; import java.util.Optional; import java.util.function.Supplier; import java.util.stream.Collectors; impor...
package de.tucottbus.kt.jlab.datadisplays.utils; public class DpiConverter { private double nDpi; private static final double nMmPerInch = 25.4; private static final double nPtPerInch = 72; public DpiConverter(int nDpi) { this.nDpi = (double)nDpi; } public static double mm2inch(dou...
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package edu.wpi.first.team1735; import edu.wpi.first.team1735.drive.DeadDriveController; import edu.wpi.first.team1735.drive.JoeDriveline; import edu.wpi.first.wpilibj.Joystick; import edu.wpi.first.wpilibj.Timer; /** ...
/* * Copyright 2020 Red Hat * * 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 (C) 2015 Michael Schnell. All rights reserved. * http://www.fuin.org/ * * This library is free software; you can redistribute it and/or modify it under * the terms of the GNU Lesser General Public License as published by the Free * Software Foundation; either version 3 of the License, or (at your...
/* * SPDX-License-Identifier: Apache-2.0 * * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. */ /* * Licensed to Elasticsearch under one or more contributor * license agreements. See the NOTICE file distribute...
/* * Copyright 2011-2016 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 "li...
package com.jfrog.ide.idea.inspections; import com.goide.vgo.mod.psi.VgoModuleSpec; /** * Created by Bar Belity on 23/02/2020. */ public class GoInspectionTest extends InspectionsTest { private static final String PACKAGE_DESCRIPTOR = "go.mod"; private final Object[][] DEPENDENCIES = { // offset, g...
package br.rj.senac.biblisoft.view; import java.awt.ComponentOrientation; import java.awt.Dimension; import java.awt.Font; import java.awt.Rectangle; import javax.swing.JButton; import javax.swing.JLabel; import javax.swing.JPanel; import javax.swing.JScrollPane; import javax.swing.JTable; import javax.swing.JTextFie...
package com.pricemonitor.configserver; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.cloud.config.server.EnableConfigServer; @SpringBootApplication @EnableConfigServer public class ConfigServerApplication { publi...
/// usr/bin/env jbang "$0" "$@" ; exit $? //DEPS org.assertj:assertj-core:3.21.0 //DEPS org.apache.commons:commons-math3:3.6.1 package edu.jab.math; import java.math.BigDecimal; import java.util.function.Predicate; import java.util.stream.Stream; import org.apache.commons.math3.primes.Primes; public class Problem202...
package cn.exrick.manager.controller; import cn.exrick.common.constant.CountConstant; import cn.exrick.common.pojo.Result; import cn.exrick.common.utils.ResultUtil; import cn.exrick.manager.dto.ChartData; import cn.exrick.manager.dto.OrderChartData; import cn.exrick.manager.service.CountService; import cn.hutool.core....
/* * 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 io.github.talelin.latticy.laver.model; import lombok.Data; import java.util.List; @Data public class SpuDetailDO extends SpuDO{ private String categoryName; private String sketchSpecKeyName; private String defaultSkuTitle; private List<String> spuImgList; private List<String> spuDet...
package com.mnt.tools.dep; import com.alibaba.fastjson.annotation.JSONField; import java.io.Serializable; import java.util.Date; /** * dto基类 * * @author jiangbiao * @Date 2017年4月18日上午11:37:21 */ @SuppressWarnings("serial") public class GenericDomain<PK> implements Serializable { protected PK id; //id prote...
package com.bstek.bdf3.autoconfigure.multitenant; import java.lang.reflect.Method; import org.malagu.multitenant.domain.Organization; import org.springframework.cache.interceptor.KeyGenerator; import org.springframework.security.core.context.SecurityContextHolder; import com.bstek.bdf3.security.orm.OrganizationSuppo...
/* * Copyright (c) 2012, 2020, 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 ...
/* * 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 fr.javatronic.blog.massive.annotation1.sub1; import fr.javatronic.blog.processor.Annotation_001; @Annotation_001 public class Class_0361 { }
package pk.likhari.models; import java.io.Serializable; import java.util.ArrayList; import java.util.List; import org.json.JSONArray; import org.json.JSONException; import org.json.JSONObject; public class AuthorJSON implements Serializable { private static final long serialVersionUID = -6099312954099962806L; ...
/* Copyright 2002-2007 MySQL AB, 2008 Sun Microsystems All rights reserved. Use is subject to license terms. The MySQL Connector/J is licensed under the terms of the GPL, like most MySQL Connectors. There are special exceptions to the terms and conditions of the GPL as it is applied to this software, see th...
/* * JBoss, Home of Professional Open Source. * Copyright 2006, Red Hat Middleware LLC, and individual contributors * as indicated by the @author tags. See the copyright.txt file in the * distribution for a full listing of individual contributors. * * This is free software; you can redistribute it and/or modify i...
package org.kuse.payloadbuilder.catalog.jdbc; import java.sql.SQLException; import org.kuse.payloadbuilder.core.catalog.CatalogException; /** Connection exception thrown for when an connection couldn't be created */ class ConnectionException extends CatalogException { private final SQLException exception; C...
package ansj.sun.bloomFilter.filter; public class PJWFilter extends AbstractFilter { public PJWFilter(long maxValue, int MACHINENUM) throws Exception { super(maxValue, MACHINENUM); } public PJWFilter(long maxValue) { super(maxValue); } public long myHashCode(String str) { int BitsInUnsignedInt = 32; i...
/* * Copyright 2019 GridGain Systems, Inc. and Contributors. * * Licensed under the GridGain Community Edition License (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.gridgain.com/products/software/community-edition...
package io.swagger.codegen; import io.swagger.models.*; import io.swagger.models.parameters.BodyParameter; import io.swagger.models.parameters.Parameter; import io.swagger.models.properties.*; import io.swagger.util.Json; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import java.util.ArrayList; import java...
package ch.fetz.ServerManager.spigot.Utils; import com.google.gson.JsonArray; import com.google.gson.JsonObject; import com.google.gson.JsonParser; import org.bukkit.Bukkit; import org.bukkit.configuration.file.YamlConfiguration; import org.bukkit.entity.Player; import org.bukkit.plugin.Plugin; import org.bukkit.plugi...
package edu.unah.poo; public class Carne extends Ingredient{ public Carne(String name, int price, int calories) { super(name, price, calories); } @Override public String getName() { return "carne"; } @Override public int getCalories() { return 15; } @Override public int getPrice() { return 5; ...
/** * Copyright 2015-2017 The OpenZipkin Authors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or ...
package net.agkn.field_stripe.record.reader; /* * Copyright 2012 Aggregate Knowledge, 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/LICEN...
package com.szss; /** * Created by zcg on 16/8/5. */ public class Main { public static void main(String[] args) { akka.Main.main(new String[]{HelloWorldActor.class.getName()}); } }
package com.zhy.adapter.recyclerview.base; import android.support.v4.util.SparseArrayCompat; /** * Created by zhy on 16/6/22. */ public class ItemViewDelegateManager<T> { SparseArrayCompat<ItemViewDelegate<T>> delegates = new SparseArrayCompat(); public int getItemViewDelegateCount() { return ...
package com.stardust.theme.sample; import android.content.Intent; import android.os.Bundle; import android.view.View; import androidx.core.view.GravityCompat; import androidx.appcompat.app.ActionBarDrawerToggle; import androidx.appcompat.widget.Toolbar; import androidx.drawerlayout.widget.DrawerLayout; import android...
/* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). * Version 4.0.2 * * Do not make changes to this file unless you know what you are doing--modify * the SWIG interface file instead. * ------------------------------...