blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 7 390 | content_id stringlengths 40 40 | detected_licenses listlengths 0 35 | license_type stringclasses 2
values | repo_name stringlengths 6 132 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 539
values | visit_date timestamp[us]date 2016-08-02 21:09:20 2023-09-06 10:10:07 | revision_date timestamp[us]date 1990-01-30 01:55:47 2023-09-05 21:45:37 | committer_date timestamp[us]date 2003-07-12 18:48:29 2023-09-05 21:45:37 | github_id int64 7.28k 684M ⌀ | star_events_count int64 0 77.7k | fork_events_count int64 0 48k | gha_license_id stringclasses 13
values | gha_event_created_at timestamp[us]date 2012-06-11 04:05:37 2023-09-14 21:59:18 ⌀ | gha_created_at timestamp[us]date 2008-05-22 07:58:19 2023-08-28 02:39:21 ⌀ | gha_language stringclasses 62
values | src_encoding stringclasses 26
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 128 12.8k | extension stringclasses 11
values | content stringlengths 128 8.19k | authors listlengths 1 1 | author_id stringlengths 1 79 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
6c987e5aa04e3a19ead0f84ccef56b025e12d415 | 10fdc3aa333ef07a180f29a4425650945c3da9c8 | /zhuanbo-core/src/main/java/com/zhuanbo/core/constants/MQMessageStatusEnum.java | eca468c37672568cc3fd7ebeeb0dc6921a1feefa | [] | no_license | arvin-xiao/lexuan | 4d67f4ab40243c7e6167e514d899c6cd0c3f0995 | 6cffeee1002bad067e6c8481a3699186351d91a8 | refs/heads/master | 2023-04-27T21:01:06.644131 | 2020-05-03T03:03:52 | 2020-05-03T03:03:52 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 344 | java | package com.zhuanbo.core.constants;
public enum MQMessageStatusEnum {
STATUS_0(0),// 0:待发送
STATUS_1(1),// 1:已发送
STATUS_2(2);// 已消费(客户端)
private Integer value;
MQMessageStatusEnum(Integer value){
this.value = value;
}
public Integer value(){
return this.value;
}
}
| [
"[email protected]"
] | |
2556595ef44ab6f672cdc5cc233cd48dd6b09684 | 3bd02f8edb3cb50e8b2e2c9fd4f2f7946c0e258c | /src/test/java/de/tum/group34/protocol/nse/EstimateMessage.java | 3f906a354154762f3592ab0238ac67a91ca21bb1 | [] | no_license | DorelComan/RandomPeerSampling | 26ee90c490d1ce03df75e8e81386493c2ef31fb6 | 26edc9a8f93a2b1d35567756d0cc5a0625ce0730 | refs/heads/master | 2020-06-29T21:31:21.362720 | 2019-08-05T10:03:03 | 2019-08-05T10:03:03 | 200,629,869 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,126 | java | /*
* Copyright (C) 2016 totakura
*
* This program 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 Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distribut... | [
"[email protected]"
] | |
b65f22041d965b85c40a0d229c06e5314e57ccc8 | bd854f6dbd5968c0779d7bd8542293079c3031cb | /src/com/print/activity/PrintReceiptActivity.java | 2b0a33428ac6db594d5453aa54a826efec0b1319 | [] | no_license | suntinghui/POS2Android_Print | d8bbbaf8dc3669ebf7173b8fea3bb1d8e3288145 | 0f008ab6598830e131c394d7e44f30f97259c12b | refs/heads/master | 2016-09-16T02:18:32.480579 | 2013-12-19T15:07:30 | 2013-12-19T15:07:30 | 15,099,715 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 2,328 | java | package com.print.activity;
import java.util.HashMap;
import android.os.AsyncTask;
import android.os.Bundle;
import android.view.KeyEvent;
import android.view.View;
import android.view.View.OnClickListener;
import com.print.R;
import com.print.dynamic.core.Event;
public class PrintReceiptActivity extends BaseActivi... | [
"[email protected]"
] | |
597ccb967eca4681ece959f90e772230322d6d2f | b07f31138d1964e2ef6d2b1a4685623e8d9ba756 | /shop/com/enation/app/shop/core/model/AllocationItem.java | 12f51683f9ee688e8c174a2df6d4115d862d7aa7 | [] | no_license | worgent/yiming-mall | 364072c676ef6b9dc153344755c78981efc773ee | 545aecf48eaa531dc2b1fb7c8cad77970e2e92a1 | refs/heads/master | 2021-06-24T14:18:29.320720 | 2017-09-11T14:04:47 | 2017-09-11T14:04:47 | 103,140,528 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,923 | java | package com.enation.app.shop.core.model;
import com.enation.framework.database.NotDbField;
public class AllocationItem
{
private Integer allocationid;
private int itemid;
private int cat_id;
private int orderid;
private int depotid;
private int goodsid;
private int productid;
private i... | [
"[email protected]"
] | |
ef245525a30c83325ebefefa1c4dda98ccab3535 | a73f1351063a9f06360e39552d47e15d0cf1a092 | /ch08/src/sec05_03/HankookTire.java | 6046af68b9bc04436f2857754a1acf5f817e6035 | [] | no_license | jonghwankwon/Java-Lecture | 37d6ad91145cb963592af2ad66935da2c899a3e2 | cca81332911ac11abfdf9cefaa9908592e15047b | refs/heads/master | 2020-04-28T19:51:19.073957 | 2019-04-15T12:52:02 | 2019-04-15T12:52:02 | 175,524,476 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 165 | java | package sec05_03;
public class HankookTire implements Tire{
@Override
public void roll() {
System.out.println("한국 타이어가 굴러갑니다.");
}
}
| [
"[email protected]"
] | |
c4eb568698cd632188d9b0d7559e9e7f4168e0ec | f539bfda3a620f76177f7812391d6d25df26f47b | /AppCode/src/main/java/com/creativewidgetworks/goldparser/engine/Reduction.java | a7688798f999e1a349e3df6780f39cb0d66fe104 | [
"Apache-2.0"
] | permissive | Epi-Info/Epi-Info-Android | c5f8efb8c6434249a46cf50fd82d935ca6035d19 | e293bbc204c29bff591c5df164361724750ae45a | refs/heads/master | 2023-09-01T03:08:18.344846 | 2023-08-21T20:37:19 | 2023-08-21T20:37:19 | 112,626,339 | 1 | 2 | null | null | null | null | UTF-8 | Java | false | false | 1,992 | java | package com.creativewidgetworks.goldparser.engine;
import java.util.ArrayList;
import com.creativewidgetworks.goldparser.parser.Variable;
/**
* Reduction
*
* This class is used by the engine to hold a reduced rule. A reduction contains
* a list of Tokens corresponding to the the rule it represents. This class ... | [
"[email protected]"
] | |
b988154994fe4c32d3d342be8845c20dd9877ce6 | d5e5129850e4332a8d4ccdcecef81c84220538d9 | /Graphics/Dynamic Chart Library/Source/com/philsprojects/chart/view/CanvasListener.java | dedf77a5d438c0aa0b21e4217e4330393243ded1 | [] | no_license | ClickerMonkey/ship | e52da76735d6bf388668517c033e58846c6fe017 | 044430be32d4ec385e01deb17de919eda0389d5e | refs/heads/master | 2020-03-18T00:43:52.330132 | 2018-05-22T13:45:14 | 2018-05-22T13:45:14 | 134,109,816 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 130 | java | package com.philsprojects.chart.view;
public interface CanvasListener
{
public void requestRedraw(Canvas canvas);
}
| [
"[email protected]"
] | |
9771dffd9881bfb5f9d3f4ba7355e535cb8e83b8 | 10874aeaddf39dadbe0b8e7526661c5b8264a2af | /instrumentation/hunterlabs/lsxe/src/main/java/org/color4j/spectro/hunter/lsxe/StandardizeModeCommand.java | e677459f54d52a5188ca21b732289f51b31b96c4 | [] | no_license | stickfigure/color4j | e33cd22a4787d7e28aef50f92fd9e57795058fcc | 813d953abf6980e4334d3a843d966f9cc577b7be | refs/heads/master | 2020-12-30T18:02:38.963756 | 2011-10-27T08:04:01 | 2011-10-27T08:04:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,595 | java | /*
* Copyright (c) 2011 Niclas Hedhman.
*
* 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... | [
"[email protected]"
] | |
89eab3e14fb7b430b9fec1f856bfe865a76986ea | ab91edf364c66071c0ec5777595033fc8cde8113 | /panda-core/src/test/java/panda/codec/EncoderExceptionTest.java | 891901d9245ae5596bc0f470ce1ac3c86be52953 | [
"Apache-2.0"
] | permissive | pandafw/panda | 054a5262cb006382ca22858925329a928fec844b | 5ab4c335dae0dba34995f13863f11be790b14548 | refs/heads/master | 2023-08-31T03:40:26.800171 | 2023-08-29T08:11:50 | 2023-08-29T08:11:50 | 78,275,890 | 10 | 1 | Apache-2.0 | 2022-11-08T11:20:35 | 2017-01-07T11:47:02 | Java | UTF-8 | Java | false | false | 1,026 | java | package panda.codec;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNull;
import org.junit.Test;
/**
* Tests {@link EncoderException}.
*/
public class EncoderExceptionTest {
private static final String MSG = "TEST";
private static final Throwable t = new Exception();
@Test
... | [
"[email protected]"
] | |
c2885ed565c04cbeba474e48ca223fa91ce7b6bc | 3d1168c443a154bc4a4e75e12db9d0d1edf57de8 | /eagleboard-services/eagleboard-service-core/src/main/java/com/mass3d/user/hibernate/HibernateUserAuthorityGroupStore.java | 176b3fb22291542fff4229185e368e7fe0541cc5 | [] | no_license | Hamza-ye/eagleboard-platform | cabdb2445fe5d42b4f7bc69b6a9273e1a11d6a29 | 7c178b466ebf7eeef31c7e9288b8a3bafc87339f | refs/heads/master | 2023-01-07T06:07:22.794363 | 2020-11-09T22:35:34 | 2020-11-09T22:35:34 | 307,714,180 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,417 | java | package com.mass3d.user.hibernate;
import com.mass3d.common.hibernate.HibernateIdentifiableObjectStore;
import com.mass3d.dataset.DataSet;
import com.mass3d.security.acl.AclService;
import com.mass3d.user.CurrentUserService;
import com.mass3d.user.UserAuthorityGroup;
import com.mass3d.user.UserAuthorityGroupStore;
imp... | [
"[email protected]"
] | |
95f6137b41b4295dc3030b3973cc4b2730da8182 | e437e71c761c88665f0174133a3c2a7c0a73846f | /http-client/src/test/groovy/io/micronaut/http/client/docs/binding/Book.java | f485a288e3e240cbc17ed71ef9371ebbfaedc900 | [
"Apache-2.0"
] | permissive | gaecom/micronaut-core | f4e9081322308b04bbaa44208ef56efab95832ee | d4a5f4a4a52da7ad88f782f3e0765aaacee3b4ae | refs/heads/master | 2020-09-29T21:37:11.581695 | 2019-12-10T11:06:52 | 2019-12-10T11:06:52 | 227,128,310 | 1 | 0 | Apache-2.0 | 2019-12-10T13:29:57 | 2019-12-10T13:29:57 | null | UTF-8 | Java | false | false | 1,193 | java | /*
* Copyright 2017-2019 original 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 agre... | [
"[email protected]"
] | |
a87f623c1cf98fd42ce3d927033de3a8f3156128 | 30a1e1bd729881fd5bd6874eff81189467292a9b | /src/main/java/com/melardev/spring/shoppingcartweb/controllers/LoginController.java | 6652ece15e8e5bdef46999f97b8589cc3545dea2 | [] | no_license | melardev/SBootApiEcomMVCHibernate | 255af6ca6a5ec70e4c5ce7a27d5fe972e86d90e9 | 0a3a3f945e385cc8eb3b04c87e7e54c9e28e0d68 | refs/heads/master | 2020-04-22T11:16:14.147216 | 2019-07-25T15:58:20 | 2019-07-25T15:58:20 | 170,333,719 | 15 | 11 | null | null | null | null | UTF-8 | Java | false | false | 475 | java | package com.melardev.spring.shoppingcartweb.controllers;
import com.melardev.spring.shoppingcartweb.forms.LoginForm;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.GetMapping;
@Controller("/users")
public class LoginController {
... | [
"[email protected]"
] | |
3accfcf87cff0def26a8105a253f019804219041 | a5dfb6f0a0152d6142e6ddd0bc7c842fdea3daf9 | /second_semester/second_semester_sdj/Exercise13_01/src/Main.java | 15e3728eb9aee4ff8825fb31f51a13f7e7a5a1a4 | [] | no_license | jimmi280586/Java_school_projects | e7c97dfe380cd3f872487232f1cc060e1fabdc1c | 86b0cb5d38c65e4f7696bc841e3c5eed74e4d552 | refs/heads/master | 2021-01-11T11:58:06.578737 | 2016-12-16T20:55:48 | 2016-12-16T20:55:48 | 76,685,030 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,116 | java | public class Main {
public static void main(String args[]) throws InterruptedException {
Bus bus = new Bus();
System.out.println("Bus ID: " + bus.getInfo());
System.out.println();
BusPassenger[] passengers = new BusPassenger[4];
passengers[0] = new BusPassenger("Allan");
passengers[1] = new B... | [
"[email protected]"
] | |
91a9b1373aa5972436cadb19a127776e2972a6af | 5584006d965c4d8467a508f1af4f78157ecd479a | /pkix/src/main/java/org/bouncycastle/mime/smime/SMimeParserListener.java | 59e2ac21925f7bd89886b0f99cef0f3d296b61b0 | [
"Apache-2.0",
"MIT"
] | permissive | cchenOBS/bc-java | 25c38b9f12bd9f24eb19272eca65d99b4ed24ab6 | d1dd18cd6f17f8b82789df17ec3af8638f6498c2 | refs/heads/master | 2020-03-26T17:00:46.794588 | 2018-08-13T08:39:31 | 2018-08-13T08:39:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,756 | java | package org.bouncycastle.mime.smime;
import java.io.IOException;
import java.io.InputStream;
import java.util.HashMap;
import java.util.Map;
import org.bouncycastle.asn1.ASN1ObjectIdentifier;
import org.bouncycastle.cms.CMSEnvelopedDataParser;
import org.bouncycastle.cms.CMSException;
import org.bouncycastle.cms.CMSS... | [
"[email protected]"
] | |
58d4a54d76d60ddcbd2fee37192d17f2245414cc | 9c4dd2c2e5255ac9a355aec335fbc914ee1e39c2 | /JavaCore/Java util/src/stringTikinizer_Ex/StringTokinizer_ex.java | fddcdd97d54aabf710d6f0ce506eba53e435567f | [] | no_license | VAPortyanko/Learning | a8a79bc10b2eeb12c81f10198a0923e72d8002d4 | 23664bfe45eb12f717e3585eb7f84b729fa6397c | refs/heads/master | 2022-07-16T10:45:39.259839 | 2021-11-28T17:56:17 | 2021-11-28T17:56:17 | 88,914,568 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,057 | java | package stringTikinizer_Ex;
import java.util.StringTokenizer;
public class StringTokinizer_ex {
public static void main(String[] args) {
String str = "Skazika, Diadia, ved' ne darom, Moskva, spalennaia pozgarom";
String delim=",";
System.out.println("String for parsing: \"" + str + "\"");
System.out.p... | [
"[email protected]"
] | |
7e9655bd06ecbcf5e1043fd5890dfe55af9db273 | a52306370b497b800ea5e87c8fbe4e173fdf7a5b | /app/src/main/java/org/chzz/mvp/base/utils/ToastUtil.java | eb2bd1953ccdb86d7f327dc50a322bf66d91da7f | [] | no_license | xiaoxinxing12/ChzzMVP-Android | ea6d7313d5e24e4aa69cd525e2e43fd678d03180 | 29b413465afe4455dd09b531497f08a278e3be51 | refs/heads/master | 2016-09-12T23:36:42.706954 | 2016-05-18T10:06:38 | 2016-05-18T10:06:38 | 59,104,089 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 614 | java | package org.chzz.mvp.base.utils;
import android.widget.Toast;
import org.chzz.mvp.App;
/**
* 作者:copy 邮件:[email protected]
* 创建时间:15/7/2 10:17
* 描述:
*/
public class ToastUtil {
private ToastUtil() {
}
public static void show(CharSequence text) {
if (text.length() < 10) {
Toast.m... | [
"[email protected]"
] | |
4f8cf4e206d3a5c7b00811ea426e3f86166f12f0 | 4be72dee04ebb3f70d6e342aeb01467e7e8b3129 | /bin/ext-commerce/warehousing/testsrc/de/hybris/platform/warehousing/util/models/Addresses.java | e5675274cffe9be335e45bbb6d3be7c095a06e58 | [] | no_license | lun130220/hybris | da00774767ba6246d04cdcbc49d87f0f4b0b1b26 | 03c074ea76779f96f2db7efcdaa0b0538d1ce917 | refs/heads/master | 2021-05-14T01:48:42.351698 | 2018-01-07T07:21:53 | 2018-01-07T07:21:53 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,084 | java | package de.hybris.platform.warehousing.util.models;
import de.hybris.platform.core.model.user.AddressModel;
import de.hybris.platform.servicelayer.user.daos.AddressDao;
import de.hybris.platform.warehousing.util.builder.AddressModelBuilder;
import org.springframework.beans.factory.annotation.Required;
public class ... | [
"[email protected]"
] | |
b3d6fa03da7656241de43069d94c1c8fd2ae1961 | b3a579a7d775276e604c280ecae62afdbe22f039 | /src/main/java/com/concurrency/task5/deadlock/race/Producer.java | f4e641181d1807459f270ca5b2673f68e7994535 | [] | no_license | ValkSam/concurrencyTask | 53876fe7b3a9f76d57c87f2d28678f8d03cc9b45 | 8d5cf4e20a81590df2398ea26283fcafe63efe8c | refs/heads/develop | 2021-07-24T04:31:34.190830 | 2019-01-12T11:48:16 | 2019-11-24T19:42:13 | 223,791,613 | 0 | 0 | null | 2020-10-13T17:42:47 | 2019-11-24T18:36:29 | Java | UTF-8 | Java | false | false | 1,189 | java | package com.concurrency.task5.deadlock.race;
import java.util.ArrayList;
public class Producer implements Runnable {
private final ArrayList<String> queue;
private final int count;
public Producer(ArrayList<String> queue, int count) {
this.queue = queue;
this.count = count;
}
@O... | [
"[email protected]"
] | |
63319b56e26c06190f786160837331c338f2f3c8 | 6f3b475dfa253ab9e9533428088790ef5c6898b2 | /Spring DI/src/org/javaturk/spring/di/ch08/lifecycle/callback/example/domain/domain3/BeanE.java | eec2ddd2fd5deeecfb90792551071a410b3b4819 | [] | no_license | yusufsevinc/springLearnExamples | 710bf2f2d4380e3250a976f7e70e6f8607581f5d | 2fc8caa5a13e97557297d8d9e273888a7287111b | refs/heads/master | 2023-07-09T13:05:10.085534 | 2021-08-05T13:59:56 | 2021-08-18T14:59:12 | 381,757,686 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 657 | java | package org.javaturk.spring.di.ch08.lifecycle.callback.example.domain.domain3;
import javax.annotation.PostConstruct;
import javax.annotation.PreDestroy;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
@Component
public class BeanE {
private BeanF bea... | [
"[email protected]"
] | |
a77a414541b6d1e0bf4e4c9c4c7164be1709792a | b3124be5e48bd1feeaa5ef357fcbe931a84f8e28 | /httpclient_android/src/main/java-deprecated/org/apache/http/impl/client/DefaultRedirectHandler.java | d492482536ca854193b474033b4cd49a67d0f562 | [] | no_license | fabletang/sposutils | 80fe3d915214b85585d50ea4c4c1bfeca913f36d | 65e86e0fd4fc13e23c77bbc3ebc2a0cb072fe5cd | refs/heads/master | 2016-09-08T01:44:11.829037 | 2015-04-20T03:15:32 | 2015-04-20T03:15:32 | 23,818,759 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,193 | java | /*
* ====================================================================
* 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 ... | [
"[email protected]"
] | |
7f7af2e66952bed06a406089dead905181acab55 | b4a2a49b9744329e5e894cef1222be309bfe58b2 | /src/test/java/org/tugraz/sysds/test/functions/parfor/ParForAdversarialLiteralsTest.java | d006335d80bacf637529eb17840c0a01e498cda9 | [
"Apache-2.0"
] | permissive | tugraz-isds/systemds | b1942d8f905ccf8a5da233a376c8bab045688cbf | c771440e9d41507a1420a58d316ac82b53923d55 | refs/heads/master | 2021-06-26T02:49:55.256823 | 2020-09-01T15:39:21 | 2020-09-01T15:39:21 | 147,829,568 | 42 | 28 | Apache-2.0 | 2020-10-13T10:59:15 | 2018-09-07T13:48:30 | Java | UTF-8 | Java | false | false | 5,080 | java | /*
* 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 ... | [
"[email protected]"
] | |
5ebe9dc4802da18e850100b68da847590b9d3150 | e49309ccc4a20c6b20016ca73ac5a043c58e699d | /zuoye/Html.java | 6c954cd32d47b1a1352718a0ee681c54d8e80b3a | [] | no_license | dengyanxin/homework | 1dae157324d02ef57808c6e5992d7f8adb38c706 | fc047b91a240429b731020e324baab50d4508fbc | refs/heads/master | 2021-01-22T04:23:26.150153 | 2017-05-26T01:42:01 | 2017-05-26T01:42:01 | 92,460,061 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 2,434 | java | package com.html;
import java.io.*;
import java.net.ServerSocket;
import java.net.Socket;
/**
*
* Socket TCP/IP协议
*
* */
public class Html {
public static void main(String[] args) {
//服务器端
ServerSocket server = null;
try {
server = new ServerSocket(9600);
} catch (... | [
"[email protected]"
] | |
873b06b4ec567eb68bbbb3a22113edde66b0795b | a62338014368a94368af5c9f15fc661eaefe896b | /DropCap/demo/src/main/java/com/mecharyry/dropcap/demo/FontType.java | b34bf4b6813f7d0460a63d2bda81f1f8e0f32432 | [
"Apache-2.0"
] | permissive | haikuowuya/spikes | 2fe4d3622c5aa6ed3f054ef25e3d91a5dbc24628 | 932030763249fabaaa11d9cdd4ae69a4282920af | refs/heads/master | 2021-01-18T15:05:59.816624 | 2016-07-19T18:23:52 | 2016-07-19T18:23:52 | 64,445,893 | 1 | 0 | null | 2016-07-29T03:03:00 | 2016-07-29T03:03:00 | null | UTF-8 | Java | false | false | 721 | java | package com.mecharyry.dropcap.demo;
import android.support.annotation.StringRes;
import com.mecharyry.drop_cap.R;
enum FontType {
CABIN_REGULAR("Cabin Regular", R.string.sans_serif),
FUNKROCKER("Funkrocker", R.string.funkrocker),
MAGNIFICENT("Magnificent", R.string.magnificent),
NEUROPOLITICAL("Neur... | [
"[email protected]"
] | |
7fafb7765b03417cbd2db03c85125719a145660a | 7f223ec1ddfc88fd1e8732fe227a88fddc054926 | /server/infz-free/src/main/java/com/only/tech/enums/BookSubjectTypeEnum.java | 5a5910c4370f8ef04502b42c8c2a8ffc2d2a2d91 | [] | no_license | sengeiou/qy_book_free | 93da8933e0b1bd584bf974f97ed65063615917c4 | 42e35f88c24ce864de61d9f4f6921ca7df2970b7 | refs/heads/master | 2022-04-07T11:28:18.472504 | 2019-06-25T07:57:58 | 2019-06-25T07:57:58 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 510 | java | package com.only.tech.enums;
import com.only.tech.constant.BookSubjectTypeConstants;
import lombok.AllArgsConstructor;
import lombok.Getter;
/**
* 书籍专题分类
* @author shutong
* @since 2019/4/28
*/
@Getter
@AllArgsConstructor
public enum BookSubjectTypeEnum {
BOY(BookSubjectTypeConstants.BOY,"男生")... | [
"[email protected]"
] | |
a315db26f303fde15a9b7a5348a75a5a526fa6ac | 4d0f2d62d1c156d936d028482561585207fb1e49 | /Ma nguon/zcs-8.0.2_GA_5570-src/ZimbraSoap/src/java/com/zimbra/soap/admin/type/SyncGalAccountDataSourceSpec.java | 96dd32582a8b9ea1b3dd52f6f1590c58644bf8c9 | [] | no_license | vuhung/06-email-captinh | e3f0ff2e84f1c2bc6bdd6e4167cd7107ec42c0bd | af828ac73fc8096a3cc096806c8080e54d41251f | refs/heads/master | 2020-07-08T09:09:19.146159 | 2013-05-18T12:57:24 | 2013-05-18T12:57:24 | 32,319,083 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 3,601 | java | /*
* ***** BEGIN LICENSE BLOCK *****
* Zimbra Collaboration Suite Server
* Copyright (C) 2011 Zimbra, Inc.
*
* The contents of this file are subject to the Zimbra Public License
* Version 1.3 ("License"); you may not use this file except in
* compliance with the License. You may obtain a copy of the License at
... | [
"[email protected]@ec614674-f94a-24a8-de76-55dc00f2b931"
] | [email protected]@ec614674-f94a-24a8-de76-55dc00f2b931 |
500427f4f119d4a2bba8cc7b285108e71cfd2d2f | 75b0f2fceb9d1786d64cac831326354d431a8a32 | /com/planet_ink/coffee_mud/Commands/Give.java | 26919207f77d10f8b6f30a59bd9298c18c8789ba | [
"Apache-2.0"
] | permissive | thierrylach/CoffeeMud | f41857a8106706530c794d377bfb81b6458a847a | 83101f209d8875ec2bbaf6c623d520a30cd3cc8d | refs/heads/master | 2022-09-20T17:14:07.782102 | 2022-08-29T22:07:57 | 2022-08-29T22:07:57 | 113,072,543 | 0 | 0 | null | 2017-12-04T17:20:51 | 2017-12-04T17:20:51 | null | UTF-8 | Java | false | false | 7,492 | java | package com.planet_ink.coffee_mud.Commands;
import com.planet_ink.coffee_mud.core.interfaces.*;
import com.planet_ink.coffee_mud.core.*;
import com.planet_ink.coffee_mud.core.CMSecurity.SecFlag;
import com.planet_ink.coffee_mud.core.collections.*;
import com.planet_ink.coffee_mud.Abilities.interfaces.*;
import co... | [
"[email protected]"
] | |
b387ece5e7a4b0469b73cceada1b3c76390bd002 | 91297ffb10fb4a601cf1d261e32886e7c746c201 | /api.progress/test/unit/src/org/netbeans/api/progress/ProgressHandleFactoryTest.java | b09d9919afbf090095e124c982770bd62e7769aa | [] | no_license | JavaQualitasCorpus/netbeans-7.3 | 0b0a49d8191393ef848241a4d0aa0ecc2a71ceba | 60018fd982f9b0c9fa81702c49980db5a47f241e | refs/heads/master | 2023-08-12T09:29:23.549956 | 2019-03-16T17:06:32 | 2019-03-16T17:06:32 | 167,005,013 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,583 | java | /*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
*
* Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
*
* Oracle and Java are registered trademarks of Oracle and/or its affiliates.
* Other names may be trademarks of their respective owners.
*
* The contents of this file are su... | [
"[email protected]"
] | |
701d3fa4a772835ef456b0fd1d9e6e03cf00798c | fa7a49d74b5781bf93020ef6b800b2a34c0c8055 | /src/main/java/com/hcl/inghackathon/repository/PaymentRepository.java | a4d13cc599153bce37b63f4571d575bcf74087df | [] | no_license | SumangalaBhat/INGBank | 2db8a0bb559ee5a2bf6e955aafba04bc2a90c5a8 | 5f6fc6f615c75557bc2b29923a9878a88dea75a9 | refs/heads/master | 2020-06-12T06:38:56.585681 | 2019-05-09T14:06:17 | 2019-05-09T14:06:17 | 194,222,171 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 290 | java | package com.hcl.inghackathon.repository;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import com.hcl.inghackathon.entities.Payment;
@Repository
public interface PaymentRepository extends JpaRepository<Payment, Long> {
} | [
"[email protected]"
] | |
beb03c3e20ec9127637c07443c0acd1d868ddcf3 | 9df16d3996015f4ca510b7b37bcc69fcbc57d9c8 | /UserService/src/main/java/pl/java/scalatech/domain/AbstractEntity.java | 6df3dd9779015144d806ba3ee001e8321a159dbd | [] | no_license | przodownikR1/CloudPoc | 79eb935e9faca313e492e432399139eb7e202b46 | 01e1aced0b2fc0c7ecdbe9ecc7b39d7aa262bd8b | refs/heads/master | 2020-12-24T10:24:28.212201 | 2017-03-15T22:37:54 | 2017-03-15T22:37:54 | 73,082,589 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 491 | java | package pl.java.scalatech.domain;
import java.io.Serializable;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.MappedSuperclass;
import lombok.Getter;
@MappedSuperclass
public abstract class AbstractEntity implements Serializabl... | [
"[email protected]"
] | |
7ef35401af3ab59bd7c56cfb58dd5ecfdd773288 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/32/32_8b0dc6fdce57052bd10a439f96ef300e8a518f54/Bpmn2PropertyPage/32_8b0dc6fdce57052bd10a439f96ef300e8a518f54_Bpmn2PropertyPage_t.java | fa08766f62802f5413dec2ebcf685b2d1204da17 | [] | no_license | zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516692 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | null | UTF-8 | Java | false | false | 6,636 | java | /*******************************************************************************
* Copyright (c) 2011 Red Hat, Inc.
* All rights reserved.
* This program is made available under the terms of the
* Eclipse Public License v1.0 which accompanies this distribution,
* and is available at http://www.eclipse.org/l... | [
"[email protected]"
] | |
923726f2ad2ada21376b0a1eb587316864d6c6c7 | d6b6abe73a0c82656b04875135b4888c644d2557 | /sources/com/google/android/gms/internal/ads/pm.java | 845a989dfcb31842d01222becd2607b89959b3ac | [] | no_license | chanyaz/and_unimed | 4344d1a8ce8cb13b6880ca86199de674d770304b | fb74c460f8c536c16cca4900da561c78c7035972 | refs/heads/master | 2020-03-29T09:07:09.224595 | 2018-08-30T06:29:32 | 2018-08-30T06:29:32 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,748 | java | package com.google.android.gms.internal.ads;
import android.os.IBinder;
import android.os.IInterface;
import android.os.Parcel;
import com.google.android.gms.dynamic.IObjectWrapper;
import com.google.android.gms.dynamic.a;
public final class pm extends afa implements zzatn {
pm(IBinder iBinder) {
super(iB... | [
"[email protected]"
] | |
1a7b06240344bf519b49bad5a56411b9f2ee235a | 201435d49107616e55ffe27f68c47629772a8796 | /Exemplo4/src/br/com/fiap/rs/exemplos/Aplicacao.java | 8403a394439bce42d8245cc566a7d7e1f5a22973 | [] | no_license | gfishdev/FIAP-WEBSERVICES | 0559802181f6ba88ad55660633e8eb064b3224a5 | 986add83fb72569044b699920c95c1f8d8cc281e | refs/heads/master | 2021-07-15T01:01:09.083733 | 2017-10-20T23:12:37 | 2017-10-20T23:12:37 | 103,469,444 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 268 | java | package br.com.fiap.rs.exemplos;
import javax.ws.rs.ApplicationPath;
import org.glassfish.jersey.server.ResourceConfig;
@ApplicationPath("resources")
public class Aplicacao extends ResourceConfig{
public Aplicacao(){
packages("br.com.fiap.rs.exemplos");
}
}
| [
"[email protected]"
] | |
2d9c0f7342eefb853af1d004febf25e22cbcdc52 | 2072659ed1de2bb264493e023802d7dd771df268 | /zuihou-authority-biz/src/main/java/com/github/zuihou/authority/service/auth/UserService.java | 766d6fde50e33cebb620a9b9859bc1ccb32a0286 | [
"Apache-2.0"
] | permissive | LimTerran/zuihou-admin-boot | a4c9fae022b5ff4e10e4b3030957129ae0c71b84 | af0de7b158536cc36c5f9b000b759a349660e5d0 | refs/heads/master | 2022-11-06T05:12:55.195896 | 2020-06-28T06:30:05 | 2020-06-28T06:30:05 | 259,492,403 | 0 | 0 | Apache-2.0 | 2020-06-28T06:30:06 | 2020-04-28T00:48:50 | null | UTF-8 | Java | false | false | 3,256 | java | package com.github.zuihou.authority.service.auth;
import com.baomidou.mybatisplus.core.metadata.IPage;
import com.github.zuihou.authority.dto.auth.UserUpdatePasswordDTO;
import com.github.zuihou.authority.entity.auth.User;
import com.github.zuihou.base.service.SuperCacheService;
import com.github.zuihou.database.mybat... | [
"[email protected]"
] | |
67c2c3f3574525eb1ba2ce99a570bb636fb662c8 | 4627d514d6664526f58fbe3cac830a54679749cd | /results/evosuite5/time-org.joda.time.format.FormatUtils-13/org/joda/time/format/FormatUtils_ESTest_scaffolding.java | 6fef709f96ea0d6c76f2250f80374b37000b31ec | [] | no_license | STAMP-project/Cling-application | c624175a4aa24bb9b29b53f9b84c42a0f18631bd | 0ff4d7652b434cbfd9be8d8bb38cfc8d8eaa51b5 | refs/heads/master | 2022-07-27T09:30:16.423362 | 2022-07-19T12:01:46 | 2022-07-19T12:01:46 | 254,310,667 | 2 | 2 | null | 2021-07-12T12:29:50 | 2020-04-09T08:11:35 | null | UTF-8 | Java | false | false | 3,773 | java | /**
* Scaffolding file used to store all the setups needed to run
* tests automatically generated by EvoSuite
* Tue Aug 13 20:42:57 GMT 2019
*/
package org.joda.time.format;
import org.evosuite.runtime.annotation.EvoSuiteClassExclude;
import org.junit.BeforeClass;
import org.junit.Before;
import org.junit.After;... | [
"[email protected]"
] | |
f315f61ee82eb8d37333ccb4054e7edbae85fb07 | 923935c1c19d62546fae2e6ac8b2aa3a21ac1190 | /provider/provider-admin-api/src/main/java/com/lwx/myshop/plus/provider/domain/UmsAdmin.java | 26cd4f475c4af1f91dc648ad931d8b8c8daea27a | [
"Apache-2.0"
] | permissive | liuwuxiang/MyShopPlus | a4fd060213930593e9d8181f6705f29eb2b45c49 | 757b3386d1df587276716cdaee2ad8b68668674a | refs/heads/master | 2022-04-29T00:29:36.866431 | 2020-04-26T01:57:22 | 2020-04-26T01:57:22 | 258,913,775 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,524 | java | package com.lwx.myshop.plus.provider.domain;
import com.fasterxml.jackson.annotation.JsonFormat;
import lombok.Data;
import javax.persistence.Column;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
import javax.persistence.Table;
import java.io.Serializable;
import java.util.Date;
/**
* 系统用户表
... | [
"[email protected]"
] | |
c29c21e8435ed85d03920a53ceb2b52dea6eda4f | 180e78725121de49801e34de358c32cf7148b0a2 | /dataset/protocol1/mapstruct/learning/4167/MethodSelectors.java | c7c21d4ba9f3ffc610194f88721c6fcd98f9cf4d | [] | no_license | ASSERT-KTH/synthetic-checkstyle-error-dataset | 40e8d1e0a7ebe7f7711def96a390891a6922f7bd | 40c057e1669584bfc6fecf789b5b2854660222f3 | refs/heads/master | 2023-03-18T12:50:55.410343 | 2019-01-25T09:54:39 | 2019-01-25T09:54:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,602 | java | /*
* Copyright MapStruct Authors.
*
* Licensed under the Apache License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0
*/
package org.mapstruct.ap.internal.model.source.selector;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import javax.lang.model.util.Elements... | [
"[email protected]"
] | |
0f7eab75a40753663bb0ea72f6d6518d5670f7b6 | 220aa92b5848802bb6bf76785b368f6eb1471b73 | /app/src/main/java/com/example/zhanghao/woaisiji/activity/login/RegisterOneActivity.java | 35655eb4bdae455aa168d71671decd22ad4b1adc | [] | no_license | Cheng7758/FuBaihui | c0fa497cd6870ce4658720065b9425a14e1a1663 | 4830733a8b2d50f0e00d1e65d9b0a44a50ec22ff | refs/heads/master | 2020-06-16T11:00:54.696259 | 2019-08-14T01:53:36 | 2019-08-14T01:53:36 | 195,545,689 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,313 | java | package com.example.zhanghao.woaisiji.activity.login;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.text.Editable;
import android.text.TextWatcher;
import android.view.View;
import android.view.WindowManager;
import android.widget.Button;
import android.widget.Edi... | [
"[email protected]"
] | |
6a4305b0039236111718d7c3424cfa0df395b247 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/18/18_2f86b0fd1870f3584834cf1e8693e34ea577ad19/RDBScheme/18_2f86b0fd1870f3584834cf1e8693e34ea577ad19_RDBScheme_s.java | a10037e595c6eec0c1d2efc16b73584f23d0c306 | [] | no_license | zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516692 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | null | UTF-8 | Java | false | false | 1,680 | java | package com.etsy.rdb;
import cascading.flow.FlowProcess;
import cascading.scheme.Scheme;
import cascading.scheme.SinkCall;
import cascading.scheme.SourceCall;
import cascading.tap.Tap;
import cascading.tuple.Fields;
import cascading.tuple.Tuple;
import org.apache.hadoop.mapred.JobConf;
import org.apache.had... | [
"[email protected]"
] | |
de59f9ebfc72ca6a51d8a93f58606a024aa2465c | 3e5cc4452f103da4a94e2644ae1ef5645826be18 | /app/src/main/java/com/rainwood/chestnut/okhttp/HttpHandler.java | 9383fb4cba9c9518d2aa8f7d417d6ed9ad2aa19d | [] | no_license | maple00/ChestnutCustom | f1f3cd237adf60c8a955dbb85a6db6847bc8191f | 4bee1c147ff71848753674526b29000fdeefd36d | refs/heads/master | 2021-02-17T21:11:50.753728 | 2020-04-20T10:10:27 | 2020-04-20T10:10:27 | 243,754,799 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,957 | java | package com.rainwood.chestnut.okhttp;
import android.os.Handler;
import android.os.Message;
import android.util.Log;
import com.rainwood.chestnut.utils.DateTimeUtils;
/**
* Created by Relin
* on 2018-09-10.
* Http异步处理类
*/
public class HttpHandler extends Handler {
//网络请求失败的what
public static final int W... | [
"[email protected]"
] | |
88b2e8551651c58b548967107d470d92f2d8ca52 | 668f63240b67fce816f4527f16a0597c114fa919 | /src/test/java/com/jitterted/ebp/blackjack/GameBetPayoffTest.java | 8f0d39bbf5d94e02aa722d8151b4a1cf5832f6e9 | [] | no_license | tedyoung/mycmt1-blackjack-20210419-am | e212cdb94fd7df2d63664cb9cf1300f4fecfbb07 | 11d8ee9e963e79c7a7032236b6fbfeed6374b2ff | refs/heads/master | 2023-04-09T12:04:44.165790 | 2021-04-22T19:04:28 | 2021-04-22T19:04:28 | 359,508,047 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,030 | java | package com.jitterted.ebp.blackjack;
import org.junit.jupiter.api.Test;
import static org.assertj.core.api.Assertions.*;
class GameBetPayoffTest {
@Test
public void playerStartsWithZeroBalance() throws Exception {
Game game = new Game();
assertThat(game.playerBalance())
.isZero();
}
@Test
... | [
"[email protected]"
] | |
116ad9e6c552ef8fbb2f2852d07c50208fbe914b | 40d844c1c780cf3618979626282cf59be833907f | /src/testcases/CWE190_Integer_Overflow/s03/CWE190_Integer_Overflow__int_max_add_67b.java | ac3dadd7fcf65f01f2d8ee79ff19145d15ac7723 | [] | no_license | rubengomez97/juliet | f9566de7be198921113658f904b521b6bca4d262 | 13debb7a1cc801977b9371b8cc1a313cd1de3a0e | refs/heads/master | 2023-06-02T00:37:24.532638 | 2021-06-23T17:22:22 | 2021-06-23T17:22:22 | 379,676,259 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,080 | java | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE190_Integer_Overflow__int_max_add_67b.java
Label Definition File: CWE190_Integer_Overflow__int.label.xml
Template File: sources-sinks-67b.tmpl.java
*/
/*
* @description
* CWE: 190 Integer Overflow
* BadSource: max Set data to the maximum value for int
* GoodSource: A... | [
"[email protected]"
] | |
bab363d52cddbfcad7bf3355e5db8c167aaa2b59 | 8630a7dcbbad52cc4bc1a5e2e8771b80f698efdd | /packages/apps/SystemUpdate/tests/src/com/mediatek/systemupdate/test/OtaGetDataTests.java | 1655e8a9fa91cc6668817d5f2f65703c2db54dae | [] | no_license | ferhung/android_mediatek_lenovo | c1405092e32fce6577dbea2579bccba596f0af85 | 52c949c07ef2936ea24ec7f01eb0bcdd593d9ec3 | refs/heads/cm-11.0 | 2021-01-22T12:44:26.346450 | 2014-09-22T03:41:53 | 2014-09-22T03:41:53 | 38,955,719 | 0 | 2 | null | 2015-07-12T08:53:44 | 2015-07-12T08:53:44 | null | UTF-8 | Java | false | false | 5,929 | java | package com.mediatek.systemupdate.test;
import android.app.Instrumentation;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
import android.os.Environment;
import android.os.storage.StorageMa... | [
"[email protected]"
] | |
3ce9b3493f3a86e839689cfc010fe2c43f64502b | 1ab035b4e2d3a27f32bfcff303d0fd6a9b8875e0 | /E-Staff/src/com/service/SignService.java | d186f3ee492f673aadda183fa66766d919eba632 | [] | no_license | MQ-380/Manager | da04421ea240d6b373f7f60f6db610e5cc9d879b | 55566e128ebb74a22091fecdd9304da94a55617f | refs/heads/master | 2021-01-19T21:47:37.648477 | 2017-05-27T09:53:03 | 2017-05-27T09:53:03 | 88,706,866 | 1 | 3 | null | 2017-05-27T09:53:04 | 2017-04-19T06:00:54 | Vue | UTF-8 | Java | false | false | 261 | java | package com.service;
import java.util.Date;
import java.util.List;
import com.model.Sign;
public interface SignService {
public List findByExample(Sign sign);
public void save(Sign sign);
public List<Sign> consultLogData(String id,Date st,Date et);
}
| [
"[email protected]"
] | |
c6f9947d4d4f1ff6f7493058fae743c07e2dde66 | eacfc7cf6b777649e8e017bf2805f6099cb9385d | /APK Source/src/com/jirbo/adcolony/AdColonyInterstitialAd.java | a9476bc75fb554a8445f51c0ffe772c6baa4dad3 | [] | no_license | maartenpeels/WordonHD | 8b171cfd085e1f23150162ea26ed6967945005e2 | 4d316eb33bc1286c4b8813c4afd478820040bf05 | refs/heads/master | 2021-03-27T16:51:40.569392 | 2017-06-12T13:32:51 | 2017-06-12T13:32:51 | 44,254,944 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,553 | java | // Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/kpdus/jad.html
// Decompiler options: braces fieldsfirst space lnc
package com.jirbo.adcolony;
import android.graphics.Bitmap;
import java.util.ArrayList;
// Referenced classes of package com.jirbo.adcolony:
//... | [
"[email protected]"
] | |
149b48c416b5e2fd653ed0bccf47e6fdec0de99d | 8c07424b949968d1e595f8b4c47cfe11b5f4537c | /server/src/au/com/codeka/warworlds/server/ctrl/CombatReportController.java | 6d35678e4ae29b5e3e94e68b28f141c090e29624 | [
"MIT"
] | permissive | ronnysuero/wwmmo | dab96c6b6b20b42ba0847e714f65a5142954e5e4 | 55ef2be8a8c869680a162c2614074be53b9c4609 | refs/heads/master | 2021-08-18T03:00:21.887511 | 2014-11-30T19:09:14 | 2014-11-30T19:09:14 | 28,038,095 | 0 | 0 | MIT | 2021-01-26T02:00:02 | 2014-12-15T13:33:58 | Java | UTF-8 | Java | false | false | 1,561 | java | package au.com.codeka.warworlds.server.ctrl;
import au.com.codeka.common.protobuf.Messages;
import au.com.codeka.warworlds.server.RequestException;
import au.com.codeka.warworlds.server.data.DB;
import au.com.codeka.warworlds.server.data.SqlResult;
import au.com.codeka.warworlds.server.data.SqlStmt;
import au.com.code... | [
"[email protected]"
] | |
acfd788d72c7c36f47941f0d80b5dbaffd3e67df | c94f888541c0c430331110818ed7f3d6b27b788a | /ldc/java/src/main/java/com/antgroup/antchain/openapi/ldc/models/QueryReleasepipelineEventRequest.java | 387418b6f46e6005a3e3c00d4e22b28006a139d9 | [
"MIT",
"Apache-2.0"
] | permissive | alipay/antchain-openapi-prod-sdk | 48534eb78878bd708a0c05f2fe280ba9c41d09ad | 5269b1f55f1fc19cf0584dc3ceea821d3f8f8632 | refs/heads/master | 2023-09-03T07:12:04.166131 | 2023-09-01T08:56:15 | 2023-09-01T08:56:15 | 275,521,177 | 9 | 10 | MIT | 2021-03-25T02:35:20 | 2020-06-28T06:22:14 | PHP | UTF-8 | Java | false | false | 1,091 | java | // This file is auto-generated, don't edit it. Thanks.
package com.antgroup.antchain.openapi.ldc.models;
import com.aliyun.tea.*;
public class QueryReleasepipelineEventRequest extends TeaModel {
// OAuth模式下的授权token
@NameInMap("auth_token")
public String authToken;
// 发布单对应的service id
@NameInMap("... | [
"[email protected]"
] | |
6a6fc19ab4e985dfb6b2f56217678db2f0b7f2f7 | e89dc01c95b8b45404f971517c2789fd21657749 | /src/main/java/com/alipay/api/response/AlipayMarketingExchangevoucherUseResponse.java | c3eb0a58bd1a52b7c6ff11c2f87f039c02a39c59 | [
"Apache-2.0"
] | permissive | guoweiecust/alipay-sdk-java-all | 3370466eec70c5422c8916c62a99b1e8f37a3f46 | bb2b0dc8208a7a0ab8521a52f8a5e1fcef61aeb9 | refs/heads/master | 2023-05-05T07:06:47.823723 | 2021-05-25T15:26:21 | 2021-05-25T15:26:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 664 | java | package com.alipay.api.response;
import com.alipay.api.internal.mapping.ApiField;
import com.alipay.api.AlipayResponse;
/**
* ALIPAY API: alipay.marketing.exchangevoucher.use response.
*
* @author auto create
* @since 1.0, 2019-01-07 20:51:15
*/
public class AlipayMarketingExchangevoucherUseRespons... | [
"[email protected]"
] | |
45ac7bcde69fd98b0e0045bccfd55a89f618fa11 | 8d069403eccfe571dfcc464790debc2930a9bcbf | /src/main/java/edu/isi/kcap/ontapi/jena/rules/KBRuleFunctorJena.java | 309586eb93e6fabd759af7546a799146cd6ac8d0 | [
"Apache-2.0"
] | permissive | KnowledgeCaptureAndDiscovery/ontapi | 954c3f8f278535feb71471bbbd30045c8d17245c | 652a8aea61ed6dd137973d3cadb43fb82f8e19af | refs/heads/master | 2023-06-23T04:37:58.300717 | 2023-06-20T14:58:35 | 2023-06-20T14:58:35 | 144,797,688 | 0 | 1 | Apache-2.0 | 2023-06-20T14:54:25 | 2018-08-15T02:50:29 | Java | UTF-8 | Java | false | false | 1,908 | java | /*
* 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 ... | [
"[email protected]"
] | |
ac2d220ecfcaa78984239171ecf0a72c06ef1b83 | 180e78725121de49801e34de358c32cf7148b0a2 | /dataset/protocol1/repairnator/validation/477/BlacklistedSerializer.java | 733b5ceae3c6d7776ac3690819dc5f35625565a0 | [] | no_license | ASSERT-KTH/synthetic-checkstyle-error-dataset | 40e8d1e0a7ebe7f7711def96a390891a6922f7bd | 40c057e1669584bfc6fecf789b5b2854660222f3 | refs/heads/master | 2023-03-18T12:50:55.410343 | 2019-01-25T09:54:39 | 2019-01-25T09:54:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,511 | java | package fr.inria.spirals.repairnator.realtime.serializer;
import com.google.gson.JsonObject;
import fr.inria.jtravis.entities.Repository;
import fr.inria.spirals.repairnator.Utils;
import fr.inria.spirals.repairnator.realtime.RTScanner;
import fr.inria.spirals.repairnator.serializer.Serializer;
import fr.inria.spirals... | [
"[email protected]"
] | |
3c5013e89754bcea0c47af6a9b06a0b6768dd459 | a735a57eaa585658175a929e205998c68274cb84 | /src/Ynzc/YnzcAms/Service/HandlingSituationService.java | 9327d8055dc19b8097357a4448cb4c30548999c6 | [] | no_license | liuxiaoqiang/test2 | 9617c9d4bb4476ae46b4a409ceaab253342a3899 | 269fd31702a3a69a7d70dad2685188ddf61542a2 | refs/heads/master | 2016-08-09T23:04:03.234229 | 2016-03-25T07:43:24 | 2016-03-25T08:00:38 | 54,703,219 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 650 | java | package Ynzc.YnzcAms.Service;
import java.util.List;
import Ynzc.YnzcAms.Model.HandlingSituation;
import Ynzc.YnzcAms.Model.Page;
public interface HandlingSituationService {
public List<HandlingSituation> getAllHandlingSituationList(Page page,String conditions);
public HandlingSituation findHandlingSituationById(i... | [
"[email protected]"
] | |
be3047f894f03ff7533bbd4ba5512cf934abb194 | 90f17cd659cc96c8fff1d5cfd893cbbe18b1240f | /src/main/java/com/horcrux/svg/TextView.java | 171a08a79af180169e1eedeeb7c7606ef0bd521d | [] | no_license | redpicasso/fluffy-octo-robot | c9b98d2e8745805edc8ddb92e8afc1788ceadd08 | b2b62d7344da65af7e35068f40d6aae0cd0835a6 | refs/heads/master | 2022-11-15T14:43:37.515136 | 2020-07-01T22:19:16 | 2020-07-01T22:19:16 | 276,492,708 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,899 | java | package com.horcrux.svg;
import android.annotation.SuppressLint;
import android.graphics.Canvas;
import android.graphics.Paint;
import android.graphics.Path;
import android.graphics.Region.Op;
import android.view.View;
import android.view.ViewParent;
import com.facebook.react.bridge.Dynamic;
import com.faceb... | [
"[email protected]"
] | |
3dd0612466e99a49390ca0953774eb3334a4053d | ea866a11daf4ebbecd080c19595867154ca95f45 | /longshaolib/src/main/java/com/like/longshaolib/widget/LoadAnyLinearLayout.java | 1a08516f5157ed32a4e4a01ad72f6df50d0f7a33 | [] | no_license | wongainia/lyzb | a7def27abf59371164a19344eede2b734403472c | 22fcb1f45672c4186c883df88621b1913f789c80 | refs/heads/master | 2022-01-08T14:23:22.605769 | 2019-07-18T04:48:46 | 2019-07-18T04:48:46 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,418 | java | package com.like.longshaolib.widget;
import android.content.Context;
import android.support.annotation.Nullable;
import android.util.AttributeSet;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.LinearLayout;
import java.util.Iterator;
import java.uti... | [
"[email protected]"
] | |
1011645ae8989808525ee750e6a78aab5352d828 | 64e3f2b8d6abff582d8dff2f200e0dfc708a5f4b | /2010/NFJS/Tampa/Collections/App.java | 07bd9e4295681a8c390fef5b330f05ba3b769bc8 | [] | no_license | tedneward/Demos | a65df9d5a0390e3fdfd100c33bbc756c83d4899e | 28fff1c224e1f6e28feb807a05383d7dc1361cc5 | refs/heads/master | 2023-01-11T02:36:24.465319 | 2019-11-30T09:03:45 | 2019-11-30T09:03:45 | 239,251,479 | 0 | 0 | null | 2023-01-07T14:38:21 | 2020-02-09T05:21:15 | Java | UTF-8 | Java | false | false | 1,079 | java | import java.util.*;
class Util
{
}
public class App
{
public static void main(String[] args)
{
List<Person> people = new ArrayList<Person>(Arrays.asList(
new Person("Miki", "Yun", 25),
new Person("Jason", "Warner", 24),
new Person("Ron", "Gallant", 36),... | [
"[email protected]"
] | |
3e90a6b5506a65750651b3c04bea609c39fd55fa | 4729bbfd2702933b8449d08a37cc91794aa705cf | /app/src/main/java/im/boss66/com/adapter/MyMessageAdapter.java | 93678eb5c41aba25e7b91052859ffbd61b342b6c | [] | no_license | duanjisi/IMProject | c56ee43e2ed021129227cbc9162ea4871602bbcf | 05f85a21abe426ecb97b1295bfdb2d6c5627cec8 | refs/heads/master | 2021-01-11T11:59:47.362517 | 2017-04-15T05:31:35 | 2017-04-15T05:31:35 | 79,533,533 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,481 | java | package im.boss66.com.adapter;
import android.content.Context;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.TextView;
import com.bumptech.glide.Glide;
import im.boss66... | [
"[email protected]"
] | |
20abad81ce0612e8780ede4b6bf50c99dc30bb9f | ca85b4da3635bcbea482196e5445bd47c9ef956f | /iexhub/src/main/java/PIXManager/org/hl7/v3/IntratympanicRoute.java | 8b8010d0c2dbcf523408487cde78630b112c4803 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | bhits/iexhub-generated | c89a3a9bd127140f56898d503bc0c924d0398798 | e53080ae15f0c57c8111a54d562101d578d6c777 | refs/heads/master | 2021-01-09T05:59:38.023779 | 2017-02-01T13:30:19 | 2017-02-01T13:30:19 | 80,863,998 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,694 | java | /*******************************************************************************
* Copyright (c) 2015, 2016 Substance Abuse and Mental Health Services Administration (SAMHSA)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You... | [
"[email protected]"
] | |
d9e6e79893e3793a4210fdd5a54b3ba95e419588 | 57b95a057dc4c7526736cb90abda10ef68ef9a8d | /designer_form/src/com/fr/design/mainframe/widget/wrappers/primitive/CharWrapper.java | 1d921870f9737214096b40e1ade78081cddcc19f | [] | no_license | jingedawang/fineRep | 1f97702f8690d6119a817bba8f44c265e9d7fcb5 | fce3e7a9238dd13fc168bf475f93496abd4a9f39 | refs/heads/master | 2021-01-18T08:21:05.238130 | 2016-02-28T11:15:25 | 2016-02-28T11:15:25 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 909 | java | package com.fr.design.mainframe.widget.wrappers.primitive;
import com.fr.design.Exception.ValidationException;
import com.fr.design.designer.properties.Decoder;
import com.fr.design.designer.properties.Encoder;
public class CharWrapper implements Encoder, Decoder {
@Override
public String encode(Object v) {
... | [
"[email protected]"
] | |
f36975eecc04b20f5dc2116692c7979a808c408f | 706fe0bea8c374dddb8ff4148c4629e92d02be4f | /Libs/spreadsheet-2.0.1/vaadin-spreadsheet/src/test/java/com/vaadin/addon/spreadsheet/test/junit/ConditionalFormatterTest.java | 34166fc788b32dd44858c950fad643d49309aa7f | [
"MIT",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | squirlemaster42/Fantasy-FRC | 82c4ea182470c5c02630208fc2eafafb9c0c500c | c0f7d0036155fdc0e105eecdc4065b659ae73a71 | refs/heads/master | 2022-05-01T01:37:06.487430 | 2021-02-04T04:16:45 | 2021-02-04T04:16:45 | 162,146,098 | 0 | 0 | MIT | 2022-03-08T21:20:20 | 2018-12-17T14:52:10 | Java | UTF-8 | Java | false | false | 2,362 | java | package com.vaadin.addon.spreadsheet.test.junit;
import java.io.File;
import java.io.IOException;
import java.net.URISyntaxException;
import java.net.URL;
import org.apache.poi.ss.usermodel.ClientAnchor;
import org.junit.Test;
import com.vaadin.addon.spreadsheet.ConditionalFormatter;
import com.vaadin.addon.spreadsh... | [
"[email protected]"
] | |
d9e638c9bb1d6b3b5f10ac3f795c0ac5a1a74bcd | 3ca53c13d2953805c00406476ceda9684887a8ad | /src/com/iwxxm/common/VerticalCRSPropertyType.java | 5849efee0b7d9ffac0fd8fddafe15df3223e041b | [] | no_license | yw2017051032/tac2iwxxm | ae93c12b08b7316cd59de032d4ae2e8082bc6c0b | 5a08cb9ecd0833fd4435bf6db81a2b8126380ec1 | refs/heads/master | 2020-03-17T03:03:06.671868 | 2018-06-05T16:55:59 | 2018-06-05T17:06:03 | 133,217,637 | 3 | 0 | null | null | null | null | GB18030 | Java | false | false | 8,041 | java | //
// 此文件是由 JavaTM Architecture for XML Binding (JAXB) 引用实现 v2.2.8-b130911.1802 生成的
// 请访问 <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// 在重新编译源模式时, 对此文件的所有修改都将丢失。
// 生成时间: 2018.04.04 时间 10:18:30 PM CST
//
package com.iwxxm.common;
import java.util.ArrayList;
import java.util... | [
"[email protected]"
] | |
7151403bcb3bd53fac418a0eb977449215278159 | d2845579ea6aa51a2e150f0ffe6ccfda85d035ce | /serving/serving-service/src/main/java/com/welab/wefe/serving/service/api/predict/PromoterApi.java | 015caea9ce545364dfa3eb9dd1e759613c9a28f4 | [
"Apache-2.0"
] | permissive | as23187/WeFe | d8de9ff626f9f3e5d98e0850b0b717a80fd73e72 | ba92871d4b1d2eef6c606c34795f4575e84703bd | refs/heads/main | 2023-08-22T12:01:06.718246 | 2021-10-28T01:54:05 | 2021-10-28T01:54:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,278 | java | /**
* Copyright 2021 Tianmian Tech. 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 ... | [
"[email protected]"
] | |
8ccff94d725fb96a2fde525174fc0e1a938d1ecb | bceba483c2d1831f0262931b7fc72d5c75954e18 | /src/qubed/corelogic/UNPLATTEDLANDEXTENSION.java | 54f62a04fbc9e260b1ca34ce524cf6d5f99b6050 | [] | no_license | Nigel-Qubed/credit-services | 6e2acfdb936ab831a986fabeb6cefa74f03c672c | 21402c6d4328c93387fd8baf0efd8972442d2174 | refs/heads/master | 2022-12-01T02:36:57.495363 | 2020-08-10T17:26:07 | 2020-08-10T17:26:07 | 285,552,565 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,460 | java | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
// 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: 2020.08.05 at 04:46... | [
"[email protected]"
] | |
0002f792d56c2bc853d7846a1d2006aa572403ce | 553392b78d2110c70433af1acbb3bde9660fc860 | /editor/src/com/kotcrab/vis/editor/assets/transaction/generator/TextureRegionAssetTransactionGenerator.java | 4ce3722043290dbfe273d6031487bf242f2680db | [
"Apache-2.0"
] | permissive | stbachmann/VisEditor | 00b9ece7e587099e1c32786a1d05b04a0a02b5fa | 0c5d052858753d2828c22e4b3ef16619e12b1f95 | refs/heads/master | 2021-01-18T00:04:05.249500 | 2016-06-08T20:06:31 | 2016-06-08T20:06:31 | 52,627,769 | 3 | 0 | null | 2016-02-26T19:32:40 | 2016-02-26T19:32:40 | null | UTF-8 | Java | false | false | 2,339 | java | /*
* Copyright 2014-2016 See AUTHORS file.
*
* 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... | [
"[email protected]"
] | |
1a4f1da55f06ec9540b3345f35b24e0d2f102f6d | a2440dbe95b034784aa940ddc0ee0faae7869e76 | /modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/EXTGlobalPriority.java | 7c26b6a69bd85832397b7953f37a8508d9d54070 | [
"LGPL-2.0-or-later",
"BSD-3-Clause",
"LicenseRef-scancode-free-unknown",
"LicenseRef-scancode-public-domain",
"BSD-2-Clause",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-khronos"
] | permissive | LWJGL/lwjgl3 | 8972338303520c5880d4a705ddeef60472a3d8e5 | 67b64ad33bdeece7c09b0f533effffb278c3ecf7 | refs/heads/master | 2023-08-26T16:21:38.090410 | 2023-08-26T16:05:52 | 2023-08-26T16:05:52 | 7,296,244 | 4,835 | 1,004 | BSD-3-Clause | 2023-09-10T12:03:24 | 2012-12-23T15:40:04 | Java | UTF-8 | Java | false | false | 5,337 | java | /*
* Copyright LWJGL. All rights reserved.
* License terms: https://www.lwjgl.org/license
* MACHINE GENERATED FILE, DO NOT EDIT
*/
package org.lwjgl.vulkan;
/**
* In Vulkan, users can specify device-scope queue priorities. In some cases it may be useful to extend this concept to a system-wide scope. This extensio... | [
"[email protected]"
] | |
ea3fc23df8ff19f6aa70747eb69530b014db77b2 | f87b6a5a1cfd2aa705edac40dd712e3433c73718 | /itoken-common-service/src/main/java/com/lwx/itoken/common/mapper/TbDigiccyExchangeMktMapper.java | ee9336062112f31a343182e87c6cf7ccb8a9944d | [] | no_license | liuwuxiang/spring-cloud-netflix-itoken | 5b82dfb160005317d4218894b17e4ef8904b6715 | d1fed9262ae80f36bab5746e6495e904071c85b5 | refs/heads/master | 2022-11-27T07:21:34.914965 | 2019-11-07T07:26:25 | 2019-11-07T07:26:45 | 220,175,672 | 0 | 0 | null | 2022-11-16T10:56:26 | 2019-11-07T07:21:45 | Java | UTF-8 | Java | false | false | 370 | java | package com.lwx.itoken.common.mapper;
import com.lwx.itoken.common.domain.TbDigiccyExchangeMkt;
import com.lwx.itoken.common.utils.RedisCache;
import org.apache.ibatis.annotations.CacheNamespace;
import tk.mybatis.mapper.MyMapper;
@CacheNamespace(implementation = RedisCache.class)
public interface TbDigiccyExchangeMk... | [
"[email protected]"
] | |
85d7e9633133094f019d98d91c7103717bcf1c0e | 0af8b92686a58eb0b64e319b22411432aca7a8f3 | /large-multiproject/project27/src/test/java/org/gradle/test/performance27_4/Test27_334.java | 587a633b6c040a67537e2e99ee1e9b552b4cf3e8 | [] | no_license | gradle/performance-comparisons | b0d38db37c326e0ce271abebdb3c91769b860799 | e53dc7182fafcf9fedf07920cbbea8b40ee4eef4 | refs/heads/master | 2023-08-14T19:24:39.164276 | 2022-11-24T05:18:33 | 2022-11-24T05:18:33 | 80,121,268 | 17 | 15 | null | 2022-09-30T08:04:35 | 2017-01-26T14:25:33 | null | UTF-8 | Java | false | false | 292 | java | package org.gradle.test.performance27_4;
import static org.junit.Assert.*;
public class Test27_334 {
private final Production27_334 production = new Production27_334("value");
@org.junit.Test
public void test() {
assertEquals(production.getProperty(), "value");
}
} | [
"[email protected]"
] | |
04b4b61b7bce5d3c4e0c139347c4579287cf981b | db55988e5f1879f9de033aae62bdba25765f5665 | /demo-websocket/websocket-cluster/src/main/java/com/remember/websocket/cluster/controller/TestMQCtl.java | 6b49a3eafde879f73fd383092d6c875f4c453d13 | [
"MIT"
] | permissive | remember-5/spring-boot-demo | 043ceb0931a04739359a396096f848622c782f89 | d000a9b6a717893c04000c4acf4445348166102f | refs/heads/main | 2023-08-24T15:10:28.743845 | 2023-08-04T09:29:54 | 2023-08-04T09:29:54 | 249,986,236 | 8 | 3 | MIT | 2023-08-30T06:26:15 | 2020-03-25T13:30:14 | Java | UTF-8 | Java | false | false | 2,636 | java | package com.remember.websocket.cluster.controller;
import com.alibaba.fastjson.JSON;
import com.remember.websocket.cluster.domain.RequestMessage;
import com.remember.websocket.cluster.service.IRedisSessionService;
import lombok.RequiredArgsConstructor;
import lombok.extern.slf4j.Slf4j;
import org.springframework.amqp.... | [
"[email protected]"
] | |
5b328f2e68276279f40f60c0948b971e5fe654b0 | 2958df3f24ae8a8667394b6ebb083ba6a9a1d36a | /Universal08Cloud/src/br/UFSC/GRIMA/util/drawLines/DemoFrame.java | a4afdecd9a46a3ae7a4624c9dc52b316f390630c | [] | no_license | igorbeninca/utevolux | 27ac6af9a6d03f21d815c057f18524717b3d1c4d | 3f602d9cf9f58d424c3ea458346a033724c9c912 | refs/heads/master | 2021-01-19T02:50:04.157218 | 2017-10-13T16:19:41 | 2017-10-13T16:19:41 | 51,842,805 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 963 | java | package br.UFSC.GRIMA.util.drawLines;
import java.awt.BorderLayout;
import java.awt.Dimension;
import java.awt.Toolkit;
import javax.swing.JFrame;
import javax.swing.JLabel;
/**
* Esse � s� um frame para exibir o painel.
* O "quente" do c�digo est� l�.
* N�o tem nada o que entender aqui.
*/
public... | [
"[email protected]"
] | |
efbb85b9cbd4b161167f08186976ccb972ac3198 | efe469d4b01fc67e4179bd90653843423c8ca7d1 | /welcomelibrary/src/main/java/com/eric/come/glide/load/engine/EngineJobListener.java | 07bfe8c6e34aae04011b62d803c2f603def05ac2 | [] | no_license | AndroidLMY/Welcome | 5194e5da9f08b5ac809ed89d8c40ddb57b7b946a | e2c1eed1e86021e57fe3804cb20ee6d9c24d43b5 | refs/heads/master | 2021-06-13T20:29:59.541071 | 2021-05-25T03:14:27 | 2021-05-25T03:14:27 | 200,602,628 | 6 | 1 | null | null | null | null | UTF-8 | Java | false | false | 265 | java | package com.eric.come.glide.load.engine;
import com.eric.come.glide.load.Key;
interface EngineJobListener {
void onEngineJobComplete(EngineJob<?> engineJob, Key key, EngineResource<?> resource);
void onEngineJobCancelled(EngineJob<?> engineJob, Key key);
}
| [
"[email protected]"
] | |
2b78ae5857b2a7f701efcca84802ebb134c1bebe | 53510b2f25f4fab32b9a0494500b84f6c79cb2ee | /FQPMall/app/src/main/java/com/fengqipu/mall/view/CircleImageView.java | e94dc45f855ac9497e160cccb5ec17bb1891195a | [] | no_license | shenkuen88/FQPMall | 14c594172e9e70c8c752c1a452bd898161c796c6 | 6b81cc076844f126c5e682e9c1d5f5c7bc5add6e | refs/heads/master | 2020-12-03T00:42:41.203339 | 2017-11-30T06:48:29 | 2017-11-30T06:48:29 | 96,063,803 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 7,002 | java | package com.fengqipu.mall.view;
import android.content.Context;
import android.content.res.TypedArray;
import android.graphics.Bitmap;
import android.graphics.BitmapShader;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Matrix;
import android.graphics.Paint;
import android.graph... | [
"[email protected]"
] | |
6ccc6abc9adfea913b79e79da3b5709e6cd9a253 | 2256e4ad6fcb35d6e84ee610a6b11df0e4122ccd | /src/java/com/viettel/im/database/DAO/.svn/text-base/ViewDepostiStaffDAO.java.svn-base | 38033755c86df121986b453c6deebcfb09978db1 | [] | no_license | tuanns/bccs_sm | cd9ae4da6dc410e4c71909b21c2ae1cf35864fc2 | 60476a905db7d4e7422061423fe93f7713eebf9c | refs/heads/master | 2022-06-21T05:52:49.165156 | 2020-05-06T19:02:56 | 2020-05-06T19:02:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,196 | package com.viettel.im.database.DAO;
import com.viettel.database.DAO.BaseDAOAction;
import com.viettel.im.database.BO.ViewDepostiStaff;
import java.util.List;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.hibernate.LockMode;
import org.hibernate.Query;
import org.hiber... | [
"[email protected]"
] | ||
94e085e1e4c3459f7c1fbeae724637f72942967e | 63f9b6a82d131e7a19c631613eeb7e574b8764bb | /otus-algorithms-HW/HW5/src/main/java/ru/nchernetsov/heapSort/Heap.java | 78bd6b6a205fcb795f198bb6615ded70455a1fed | [] | no_license | ChernetsovNG/algorithms_2018_12 | efaa197002fb3e33745ebb233fb5daec77206e55 | 911cd965141c0ef97fb433dbe0dcd1d3c58aa2f9 | refs/heads/master | 2020-04-14T00:05:48.316657 | 2019-07-06T16:19:25 | 2019-07-06T16:19:25 | 163,524,485 | 0 | 0 | null | 2019-06-29T17:49:26 | 2018-12-29T16:19:48 | Java | UTF-8 | Java | false | false | 2,477 | java | package ru.nchernetsov.heapSort;
public class Heap {
private int[] heapArray;
private int currentSize;
public Heap(int size) {
heapArray = new int[size];
currentSize = 0;
}
/**
* Построить пирамиду из заданного массива
*
* @param array массив
* @return пирами... | [
"[email protected]"
] | |
c407b1cb22ece8f78a7b42d5b34c732e1531bb63 | 2d6714f15a6fd89b46f28a4d894460bba9ec5718 | /src/yaas/commands/vector/AChangeMarkerCommand.java | 731a0a4e2b312c98ee76bf26f15fbaa49cfdb5d3 | [] | no_license | pdewan/YAAS | 83e74d250e3f2895580315d5c31461b577853687 | 6fe3f7cd16cba8a76f8321cf879c307678970fdc | refs/heads/master | 2020-04-06T03:48:24.054444 | 2018-12-08T23:58:53 | 2018-12-08T23:58:53 | 16,783,145 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,574 | java | package yaas.commands.vector;
import util.models.ListenableVector;
import yaas.buffers.vector.ALinearBuffer;
import bus.uigen.uiFrame;
import bus.uigen.reflect.MethodProxy;
import bus.uigen.undo.Command;
import bus.uigen.undo.CommandListener;
public class AChangeMarkerCommand<ElementType> implements Command{... | [
"[email protected]"
] | |
ba0fb4403d7b155b8e1bd6a7baa30470358f4dc2 | e51a0e5a48efc098c3e4310e5bea4b4d6dfbc779 | /ph-ubl-dian/src/test/java/com/helger/dianubl/DianUBLDocumentTypesTest.java | 2420450503282f5e79cfe92db28321ce8546ab16 | [
"Apache-2.0"
] | permissive | mainhasan/ph-ubl | 3f42216d89b130e75dd6debe3d8eda86c3e45890 | 370120ee581be53f62f52e2177a8ad91f5b66030 | refs/heads/master | 2022-06-21T13:41:09.218765 | 2020-05-12T04:44:46 | 2020-05-12T04:44:46 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,564 | java | /**
* Copyright (C) 2020 Philip Helger (www.helger.com)
* philip[at]helger[dot]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... | [
"[email protected]"
] | |
b49c3e881ec68a4c0fd8907aee950b6641af90e8 | 22b1fe6a0af8ab3c662551185967bf2a6034a5d2 | /experimenting-rounds/massive-count-of-annotated-classes/src/main/java/fr/javatronic/blog/massive/annotation1/sub1/Class_2753.java | d12dd5092180c53420dbc4095e09dc156aab722b | [
"Apache-2.0"
] | permissive | lesaint/experimenting-annotation-processing | b64ed2182570007cb65e9b62bb2b1b3f69d168d6 | 1e9692ceb0d3d2cda709e06ccc13290262f51b39 | refs/heads/master | 2021-01-23T11:20:19.836331 | 2014-11-13T10:37:14 | 2014-11-13T10:37:14 | 26,336,984 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 151 | java | package fr.javatronic.blog.massive.annotation1.sub1;
import fr.javatronic.blog.processor.Annotation_001;
@Annotation_001
public class Class_2753 {
}
| [
"[email protected]"
] | |
29b1486d82139e955d3d1da81161408d83b8dcf7 | 67249ea888f86ba5e133018a17d1c35993eeb1d2 | /src/main/java/com/ziyu/jvm/ch07/instructions/references/Invokevirtual.java | 4ef36af7b8437dcfc2943b70b12e771c4e70e355 | [] | no_license | ZheBigFish/myjvm | 7515a3db5653a3771707df9949707ff1a583c118 | 13105d7da590118d133b97c806d83a518793444c | refs/heads/master | 2022-12-22T04:56:54.224858 | 2020-05-16T08:10:29 | 2020-05-16T08:10:29 | 231,883,089 | 1 | 0 | null | 2022-12-16T05:06:36 | 2020-01-05T07:28:34 | Java | UTF-8 | Java | false | false | 3,740 | java | package com.ziyu.jvm.ch07.instructions.references;
import com.ziyu.jvm.ch07.instructions.base.Index16Instruction;
import com.ziyu.jvm.ch07.instructions.base.MethodInvokeLogic;
import com.ziyu.jvm.ch07.rtda.Frame;
import com.ziyu.jvm.ch07.rtda.OperandStack;
import com.ziyu.jvm.ch07.rtda.heap.MethodLookup;
import com.zi... | [
"[email protected]"
] | |
fdf7b8bd378e1a50eab144686948dbed0e615f4a | 6eb130c8b2586460d434290dd71a208182a87caf | /ZDIM/src/com/netease/nim/demo/receiver/MyJpushReceiver.java | ea7c0275359a190228b971be696e2d6db483e81f | [] | no_license | mrlee1989/zdhx-im-yunxin-run | fcd37a5ddd06f1ae44bb03215d791ace60c26424 | f66b014988e6fd823a321e9412065d85c4fa2156 | refs/heads/master | 2021-01-19T04:38:44.949781 | 2017-04-06T03:44:16 | 2017-04-06T03:44:16 | 84,165,924 | 0 | 0 | null | 2017-03-07T07:50:19 | 2017-03-07T06:59:34 | Java | UTF-8 | Java | false | false | 4,965 | java | package com.netease.nim.demo.receiver;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.util.Log;
import com.netease.nim.uikit.recent.RecentContactsFragment;
import org.json.JSONException;
import org.json.JSONObject;
im... | [
"[email protected]"
] | |
232c24ce275690638bb491df1a0910f74cc997e0 | 367f8bc0eddec958ca67b253b5b6ccde167ba980 | /benchmarks/github/PortletModel.java | 22571257279338390a97a04a5a5fff5769079d3e | [] | no_license | lmpick/synonym | bafc6c165a79c3fac4d8d5558a076a5b0587bdb8 | 44cd2270ba43f9793dd6aba6b7a602dab6230341 | refs/heads/master | 2020-03-20T20:15:31.458764 | 2018-12-15T16:31:02 | 2018-12-15T16:31:02 | 137,677,878 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,144 | java | /* ./liferay-liferay-portal-b66e4b4/portal-service/src/com/liferay/portal/model/PortletModel.java */
/**
* Copyright (c) 2000-present Liferay, Inc. All rights reserved.
*
* 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... | [
"[email protected]"
] | |
8f253b696d1bdbb07d40849911035f543d1d9278 | 9412cd1fc2ae3151f8516b7c141787a45da1cde6 | /flight-server/src/main/java/com/metasoft/flying/vo/PlayerGoldVO.java | b2b0fe9908af03aa0a5c3d3593be3f0c0725f83d | [] | no_license | imjamespond/java-recipe | 2322d98d8db657fcd7e4784f706b66c10bee8d8b | 6b8b0a6b46326dde0006d7544ffa8cc1ae647a0b | refs/heads/master | 2021-08-28T18:22:43.811299 | 2016-09-27T06:41:00 | 2016-09-27T06:41:00 | 68,710,592 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,099 | java | package com.metasoft.flying.vo;
import com.metasoft.flying.net.annotation.DescAnno;
@DescAnno("财富排行信息")
public class PlayerGoldVO {
@DescAnno("Id")
private long userId;
@DescAnno("昵称")
private String userName;
@DescAnno("分数")
private int gold;
@DescAnno("等级")
private int level;
@DescAnno("0下线1在线 2在房间")
priv... | [
"[email protected]"
] | |
7e6af54406c7ef0ca036235a9fd3033a8c597eb5 | e1bddfeabcb0b18495118916f5a5cbd632da5225 | /pinyougou_dao/src/main/java/com/pinyougou/mapper/TbSpecificationMapper.java | 6ed7143cab13c6751e67ab1f083bb827a9e77c0b | [] | no_license | zzr156/pinyougou | a7505cf6b01183c14477e85e74bfa1706389ce82 | 51703fe45b1b4b36d500520ec3bf7d1e77912105 | refs/heads/master | 2022-12-22T13:23:25.402374 | 2019-10-20T07:35:49 | 2019-10-20T07:35:49 | 210,571,027 | 0 | 0 | null | 2019-09-24T10:06:00 | 2019-09-24T10:03:32 | Java | UTF-8 | Java | false | false | 1,061 | java | package com.pinyougou.mapper;
import com.pinyougou.pojo.TbSpecification;
import com.pinyougou.pojo.TbSpecificationExample;
import org.apache.ibatis.annotations.Param;
import java.util.List;
import java.util.Map;
public interface TbSpecificationMapper {
int countByExample(TbSpecificationExample example);
int... | [
"[email protected]"
] | |
1d020cd5a1bd6fff0703a4504276d8db0e1007e7 | a7c312a043a43a6006d36b64f2bc9fe6d20f1c55 | /src/_03objects/P8_15/Sphere.java | 97c006c990ca5cba09b8d6efa9ca1fa42785dc11 | [] | no_license | yangmei555/My-Java-Programming-Coursework | 2436be9780197e21c72e1ba76115a70d130a661d | af25b36307b62266ab493cf7b9598d9ba8c90049 | refs/heads/master | 2021-01-11T16:30:18.614965 | 2017-01-26T07:11:20 | 2017-01-26T07:11:20 | 80,092,806 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 274 | java | package _03objects.P8_15;
/**
* Created by yangmei555 on 2016/10/16.
*/
public class Sphere {
public static double sphereVolume(double r){
return 4*Math.PI*r*r*r/3;
}
public static double sphereSurface(double r){
return 4*Math.PI*r*r;
}
}
| [
"[email protected]"
] | |
4f1c40151002f27db49619b87bfb0373947a4136 | a5d01febfd8d45a61f815b6f5ed447e25fad4959 | /Source Code/5.5.1/sources/com/iqoption/d/no.java | 82ee5ee778e62b394bda87ac1abf71e0658d01dd | [] | no_license | kkagill/Decompiler-IQ-Option | 7fe5911f90ed2490687f5d216cb2940f07b57194 | c2a9dbbe79a959aa1ab8bb7a89c735e8f9dbc5a6 | refs/heads/master | 2020-09-14T20:44:49.115289 | 2019-11-04T06:58:55 | 2019-11-04T06:58:55 | 223,236,327 | 1 | 0 | null | 2019-11-21T18:17:17 | 2019-11-21T18:17:16 | null | UTF-8 | Java | false | false | 4,530 | java | package com.iqoption.d;
import android.arch.lifecycle.LifecycleOwner;
import android.databinding.DataBindingComponent;
import android.databinding.ViewDataBinding;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.util.SparseIntArray;
import android.view.View;
import ... | [
"[email protected]"
] | |
e8ab777b494bff7d950648f1e2aff5c93e7db7d5 | 671daf60cdb46250214da19132bb7f21dbc29612 | /android/src/com/android/tools/idea/ui/resourcemanager/sketchImporter/parser/deserializers/SketchLayerDeserializer.java | 869b2323d0537f1772ac5fb9e426525598541704 | [
"Apache-2.0"
] | permissive | JetBrains/android | 3732f6fe3ae742182c2684a13ea8a1e6a996c9a1 | 9aa80ad909cf4b993389510e2c1efb09b8cdb5a0 | refs/heads/master | 2023-09-01T14:11:56.555718 | 2023-08-31T16:50:03 | 2023-08-31T16:53:27 | 60,701,247 | 947 | 255 | Apache-2.0 | 2023-09-05T12:44:24 | 2016-06-08T13:46:48 | Kotlin | UTF-8 | Java | false | false | 4,848 | java | /*
* Copyright (C) 2019 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | [
"[email protected]"
] | |
9d58172aaf20839a138e025d4e0077e558ae5a1d | 10186b7d128e5e61f6baf491e0947db76b0dadbc | /org/apache/batik/script/rhino/RhinoClassLoader.java | cd69c7fc0ef97dcab8982ba74fb202772bb5c020 | [
"SMLNJ",
"Apache-1.1",
"Apache-2.0",
"BSD-2-Clause"
] | permissive | MewX/contendo-viewer-v1.6.3 | 7aa1021e8290378315a480ede6640fd1ef5fdfd7 | 69fba3cea4f9a43e48f43148774cfa61b388e7de | refs/heads/main | 2022-07-30T04:51:40.637912 | 2021-03-28T05:06:26 | 2021-03-28T05:06:26 | 351,630,911 | 2 | 0 | Apache-2.0 | 2021-10-12T22:24:53 | 2021-03-26T01:53:24 | Java | UTF-8 | Java | false | false | 4,674 | java | /* */ package org.apache.batik.script.rhino;
/* */
/* */ import java.io.File;
/* */ import java.io.FilePermission;
/* */ import java.io.IOException;
/* */ import java.net.URL;
/* */ import java.net.URLClassLoader;
/* */ import java.security.AccessControlContext;
/* */ import java.se... | [
"[email protected]"
] | |
3dc3e58760756ac4ee860b2dd8986e9f6a84c2a8 | c474b03758be154e43758220e47b3403eb7fc1fc | /apk/decompiled/com.tinder_2018-07-26_source_from_JADX/sources/com/google/android/gms/internal/jp.java | d6d965916cc2d65b3054bff2e215dcab1892023d | [] | no_license | EstebanDalelR/tinderAnalysis | f80fe1f43b3b9dba283b5db1781189a0dd592c24 | 941e2c634c40e5dbf5585c6876ef33f2a578b65c | refs/heads/master | 2020-04-04T09:03:32.659099 | 2018-11-23T20:41:28 | 2018-11-23T20:41:28 | 155,805,042 | 0 | 0 | null | 2018-11-18T16:02:45 | 2018-11-02T02:44:34 | null | UTF-8 | Java | false | false | 1,229 | java | package com.google.android.gms.internal;
import android.annotation.TargetApi;
import android.content.Context;
import android.view.TextureView;
@zzzv
@TargetApi(14)
public abstract class jp extends TextureView implements kg {
/* renamed from: a */
protected final jw f23346a = new jw();
/* renamed from: b *... | [
"[email protected]"
] | |
a6299098ecf76a3f5eab55ff6c30ce52b258d9ce | 01dfb27f1288a9ed62f83be0e0aeedf121b4623a | /NFe/src/java/com/t2tierp/nfe/cliente/NfeDetEspecificoArmamentoGridController.java | 267aaa80681333b4a8add237dc03ff3f96f1a98c | [
"MIT"
] | permissive | FabinhuSilva/T2Ti-ERP-2.0-Java-OpenSwing | deb486a13c264268d82e5ea50d84d2270b75772a | 9531c3b6eaeaf44fa1e31b11baa630dcae67c18e | refs/heads/master | 2022-11-16T00:03:53.426837 | 2020-07-08T00:36:48 | 2020-07-08T00:36:48 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,284 | java | /*
* The MIT License
*
* Copyright: Copyright (C) 2014 T2Ti.COM
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to u... | [
"[email protected]"
] | |
b2371ba6e2669c887f8bd20551db554c07f35d26 | 1e26a8ac0d2150ac0c7924b44388be21e58f7c0e | /src/com/Class43.java | 549fc78c4fee2a3a15ba0163f9d2abc9f12241f2 | [] | no_license | titandino/2k6Bot | fe6fabd8bf4945dec5e0fa60979d9e211b31ed63 | a87f3859b91173c070d24868adf01f5979cba917 | refs/heads/master | 2020-12-25T13:45:04.770523 | 2017-03-16T05:47:57 | 2017-03-16T05:47:57 | 64,186,020 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 559 | java | package com;
// Decompiled by Jad v1.5.8f. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.kpdus.com/jad.html
// Decompiler options: packimports(3)
final class Class43 {
public Class43(int i, int j, int k, int l, int i1, int j1, boolean flag) {
aBoolean721 = true;
anInt716 = i;
anInt717 = j;
a... | [
"[email protected]"
] | |
73a45d3cd42cb365f9ef22f0c5b70917f1da6c8d | f7770e21f34ef093eb78dae21fd9bde99b6e9011 | /src/main/java/com/hengyuan/hicash/parameters/request/user/StuAppSchoolReq.java | 6910a0175212785784e79eb9c5c577e5e150587a | [] | no_license | webvul/HicashAppService | 9ac8e50c00203df0f4666cd81c108a7f14a3e6e0 | abf27908f537979ef26dfac91406c1869867ec50 | refs/heads/master | 2020-03-22T19:58:41.549565 | 2017-12-26T08:30:04 | 2017-12-26T08:30:04 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 847 | java | package com.hengyuan.hicash.parameters.request.user;
import com.hengyuan.hicash.parameters.request.RequestSequence;
/**
* hicash手机端学生提现申请根据城市查询学校请求参数
*
* @author lihua.Ren
* @create date 2015-05-27
*
*/
public class StuAppSchoolReq extends RequestSequence{
private static final long serialVersionUID = 2733124... | [
"[email protected]"
] | |
2fd7adbd540631992d1723282baa3499f1c356f9 | b9be35086be50aee9c5e1880218ba3f5def5a521 | /Common/src/main/java/xyz/zimuju/common/util/CropUtil.java | f773ee6557574af471dac6de5e3a66e9655bb665 | [
"Apache-2.0"
] | permissive | yibulaxi/YuanYuan | 97297896810962a2f78df761946aeac6fa9028c7 | 16ac8db40a3bc4d31325521e388f347206ff2b80 | refs/heads/master | 2021-01-16T19:23:40.798776 | 2017-08-13T05:38:46 | 2017-08-13T05:38:46 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,508 | java | package xyz.zimuju.common.util;
import android.content.ContentResolver;
import android.content.Context;
import android.database.Cursor;
import android.media.ExifInterface;
import android.net.Uri;
import android.os.ParcelFileDescriptor;
import android.provider.MediaStore;
import android.support.annotation.Nullable;
imp... | [
"[email protected]"
] | |
02692cad63efe566cf9a49f98bc4aec8022c551d | 863fd095740b1633bd9833a827977f1416182ad1 | /Member_spring/src/main/java/kr/or/ddit/common/model/PageVo.java | f9efce8ad690c1854361ce5752079670852e8f9e | [] | no_license | yezlee/course_PracticeSpring | 9d75bf1ae2572d2f19e3261f78b39f7a4441cfca | c0071bff026ddf9c320af85c03a23fa487b67b92 | refs/heads/main | 2023-04-13T08:56:11.832922 | 2021-04-15T02:37:08 | 2021-04-15T02:37:08 | 358,100,808 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 586 | java | package kr.or.ddit.common.model;
public class PageVo {
private int page;
private int pageSize;
public PageVo() {}
public PageVo(int page, int pageSize) {
this.page = page;
this.pageSize = pageSize;
}
public int getPage() {
return page == 0 ? 1:page;
}
public void setPage(int page) {
this.page = p... | [
"[email protected]"
] | |
e56e870ac4a52930bcffed5fc2b391385f939811 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/4/4_160dbab8a7eaa08cb4cc86b57016e41c36e4d204/DispenserPrevention/4_160dbab8a7eaa08cb4cc86b57016e41c36e4d204_DispenserPrevention_s.java | 74fdc76c51de4a9e26e088b0325dce7eb7258d37 | [] | no_license | zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516692 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | null | UTF-8 | Java | false | false | 1,293 | java | package de.codeinfection.quickwango.AntiGuest.Preventions.Bukkit;
import de.codeinfection.quickwango.AntiGuest.AntiGuestBukkit;
import de.codeinfection.quickwango.AntiGuest.Prevention;
import org.bukkit.configuration.ConfigurationSection;
import org.bukkit.entity.Player;
import org.bukkit.event.EventHandler;
i... | [
"[email protected]"
] | |
0f12147518615dc071cda9d3c2ba97db0ac5e87b | aabb2bd85ccca5e36e95587e3272c2d6844cfbcd | /src/main/java/tech/punklu/myspringboot/demo/error/ErrorInfo.java | d1927c4ecff62b1c55b800c11a2a4ab14d29e8a8 | [] | no_license | punk1u/spring-boot-demo | 86243571739c1cf4e9fc91c410e53da4eba2f5b8 | 63497fec31b92e4f613e35afed18ca67af2fbfa3 | refs/heads/main | 2023-02-18T13:10:33.311909 | 2021-01-19T15:09:22 | 2021-01-19T15:09:22 | 331,018,653 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,248 | java | package tech.punklu.myspringboot.demo.error;
/**
* 错误信息类
*
* @param <T>
*/
public class ErrorInfo<T> {
public static final Integer SUCCESS = 200;
public static final Integer ERROR = 100;
// 错误信息
private Integer code;
// 错误码
private String message;
private String url;
private T ... | [
"[email protected]"
] | |
013ad706cede5f3439ca698b7c8487b1880b59af | b25e847523102664b7c7c9984df67130e6bec697 | /src/com/antoinecronier/pokebattle/menu/base/package-info.java | d067ffd1c04faad7fe1ad594bcac29df465f4777 | [] | no_license | antoinecronier/pokeAndroid | ebe0e9804f3b8d77b609c7006d9c99adf379ea6e | 8ffe8c777782ba7cb18fc96e789940cda778ad9f | refs/heads/master | 2021-01-17T13:10:40.246374 | 2016-05-25T06:34:07 | 2016-05-25T06:34:07 | 59,842,113 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 243 | java | /**
* Base menu package of the application.
* This package contains all the base classes for your application's menus.
*
* Don't modifiy any of those classes. They will be regenerated.
*/
package com.antoinecronier.pokebattle.menu.base;
| [
"[email protected]"
] | |
07d5724ce2380089ead254072e2576443ec3c917 | ccdfc914ce4b1b745c9851c13336b3607d6b5b2f | /android/app/src/main/java/com/constology_28992/MainApplication.java | f77811b75bf613350ac1f1b62b83758e0a1bd29e | [] | no_license | crowdbotics-apps/constology-28992 | 194d453c3a98590a9f29b11da2ed846cc12fbf79 | 2f228c06b00da1c09b5f41ddd8e2b4f2d5076774 | refs/heads/master | 2023-06-23T12:32:20.466184 | 2021-07-20T20:48:06 | 2021-07-20T20:48:06 | 387,909,902 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,615 | java | package com.constology_28992;
import android.app.Application;
import android.content.Context;
import com.facebook.react.PackageList;
import com.facebook.react.ReactApplication;
import com.facebook.react.ReactInstanceManager;
import com.facebook.react.ReactNativeHost;
import com.facebook.react.ReactPackage;
import com.... | [
"[email protected]"
] | |
4eff8b7698c0bcd882026604bd90fd6e56359f48 | 9d1870a895c63f540937f04a6285dd25ada5e52a | /chromecast-app-reverse-engineering/src/from-jd-gui/bdt.java | d63a9d1666c2d0887953e83c23594c53d617c7be | [] | no_license | Churritosjesus/Chromecast-Reverse-Engineering | 572aa97eb1fd65380ca0549b4166393505328ed4 | 29fae511060a820f2500a4e6e038dfdb591f4402 | refs/heads/master | 2023-06-04T10:27:15.869608 | 2015-10-27T10:43:11 | 2015-10-27T10:43:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,060 | java | import java.io.IOException;
import java.util.ArrayList;
import java.util.concurrent.TimeoutException;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
public final class bdt
extends bfp
{
ArrayList a;
public bdt(String paramString)
{
super(paramString);
}
publ... | [
"[email protected]"
] | |
7d2cf91afb2674ab859e5abb3d2c54bc416cb88f | d2be28203a59003372810b09939deba5c91927f0 | /worker1/src/main/java/com/hframe/hamster/node/task/statistics/SelectTask.java | d6951b1bf717429b1e15d23130b510461758cdaa | [
"Apache-2.0"
] | permissive | taiziwang/hamster | c3532a1ca2b6c72ce500ded31589206d161d5fd2 | 5f20159d0811d89f96e14cbed475a6e6bceb3e34 | refs/heads/master | 2023-03-16T12:26:53.131139 | 2019-09-02T09:25:50 | 2019-09-02T09:25:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,012 | java | package com.hframe.hamster.node.task.statistics;
import com.hframe.ext.bean.CanalConfig;
import com.hframe.ext.service.CfgStatisticsService;
import com.hframe.hamster.node.HamsterContextInitializer;
import com.hframe.hamster.node.monitor.bean.FlowKey;
import com.hframe.hamster.node.monitor.bean.PrototypeKey;
import co... | [
"[email protected]"
] | |
ab4917625d32af5adf39fbd294044443c875d988 | edd83fe036eb4b47fff7b8df74edb339f625d7dd | /src/frameworks/apache-camel/apache-camel-commercial/src/main/java/com/manhpd/apachecamelcommercial/model/Product.java | fe5080eb46f57890cc1425fb35404300f560afa8 | [] | no_license | DucManhPhan/J2EE | 1a7cb661f739bf577a4271f86e3af3baad196c3c | 2e3636d126b5e82971627b49696beb93726d8472 | refs/heads/master | 2023-04-15T00:15:02.218224 | 2023-04-10T16:10:15 | 2023-04-10T16:10:15 | 171,880,152 | 3 | 5 | null | 2022-11-24T05:51:47 | 2019-02-21T13:49:34 | Java | UTF-8 | Java | false | false | 226 | java | package com.manhpd.apachecamelcommercial.model;
import lombok.AllArgsConstructor;
import lombok.Data;
@AllArgsConstructor
@Data
public class Product {
private String productName;
private String productCategory;
}
| [
"[email protected]"
] | |
d193ffdf808d203457ed3f524cf7563d2289e16c | b863479f00471986561c57291edb483fc5f4532c | /src/main/java/example/DataAnalysis.java | 1ed38c3c51ab912fe5041b4e9fd2b84b82475486 | [] | permissive | bdezonia/zorbage | 6da6cbdc8f9fcb6cde89d39aca9687e2eee08c9b | 651625e60b7d6ca9273ffc1a282b6a8af5c2d925 | refs/heads/master | 2023-09-01T08:32:59.157936 | 2023-08-08T00:57:18 | 2023-08-08T00:57:18 | 74,696,586 | 11 | 0 | BSD-2-Clause | 2020-11-09T03:01:42 | 2016-11-24T18:24:55 | Java | UTF-8 | Java | false | false | 6,204 | java | /*
* Zorbage: an algebraic data hierarchy for use in numeric processing.
*
* Copyright (c) 2016-2022 Barry DeZonia 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 so... | [
"[email protected]"
] | |
ebc6abd08ac8858316b7681dcbb7ab4224a46b38 | b9c6b0c5a34d55ffe9e43e2a1275b09b3b1ed9d8 | /src-gen/main/java/net/opengis/gml/ScalarValuePropertyType.java | 7ad46470a8a1e047bcd6924d2d57997c64000f4c | [
"LGPL-3.0-only",
"Apache-2.0"
] | permissive | nls-jajuko/citygml4j | c0d2051218ab9eca97915668901cd7435d4aefc3 | ebbd22846e4ab36140b72fe76500af2cc9901b9e | refs/heads/master | 2021-11-19T16:00:00.899899 | 2021-09-25T15:52:28 | 2021-09-25T15:52:28 | 235,549,623 | 0 | 0 | Apache-2.0 | 2020-01-22T10:28:25 | 2020-01-22T10:28:24 | null | UTF-8 | Java | false | false | 1,310 | java | //
// Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.2 generiert
// Siehe <a href="https://javaee.github.io/jaxb-v2/">https://javaee.github.io/jaxb-v2/</a>
// Änderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren.
// Generiert: 2019.0... | [
"[email protected]"
] | |
7bcc51626b286347b67afbbe1c1f70ec14e0bc84 | 07881ea03a7a3adc8bc07f36250198d77d35d429 | /L28-springDataJdbc/src/main/java/ru/otus/crm/repository/ManagerResultSetExtractorClass.java | c1f438af760ddb18006e1a9b0792d48911c5b19c | [] | no_license | petrelevich/otus_java_2020_12 | 7d341a8ddc532cc2f0667977b7dd61ff1f7b6a07 | 0b6508d8c0c7818ac8f5ef874f02ecc8aa2d0217 | refs/heads/main | 2023-05-01T15:19:41.954507 | 2021-05-27T21:15:16 | 2021-05-27T21:15:16 | 323,437,714 | 3 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,186 | java | package ru.otus.crm.repository;
import org.springframework.dao.DataAccessException;
import org.springframework.jdbc.core.ResultSetExtractor;
import ru.otus.crm.model.Client;
import ru.otus.crm.model.Manager;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.HashSet;... | [
"[email protected]"
] | |
b8ee8ada9cd307f253555471f5f68e81c29ad77d | f72971fbab14458776400d240216442d8a46cbe1 | /modules/common/src/main/java/wsimport/lib/amadeus/airfliforq/OperationTimeTimeType.java | a75c278742d6b977f87cc2fb40576e81d374c27e | [] | no_license | hamzzy/Amadeus-Sabre-Java-Multi-GDS-SDK | cea5ee9f3be520bfbf509d5207adcc7c0f4ec4b8 | a21e706c17b85d99e1ef573f66c88efa9e2918fe | refs/heads/master | 2022-11-05T16:49:24.067050 | 2020-06-28T03:59:13 | 2020-06-28T03:59:13 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,385 | java |
package wsimport.lib.amadeus.airfliforq;
import javax.xml.bind.annotation.XmlEnum;
import javax.xml.bind.annotation.XmlEnumValue;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for OperationTimeTimeType.
*
* <p>The following schema fragment specifies the expected content contained with... | [
"[email protected]"
] | |
584b997ce43fb182d5597a7e7e5673ffb94eef4f | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/4/4_b40720d986333aa6697117eaa4b20476e193d749/JsonImportTest/4_b40720d986333aa6697117eaa4b20476e193d749_JsonImportTest_t.java | 15cf5bb6d1142fe2a64cafddf684891590ae6954 | [] | no_license | zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516692 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | null | UTF-8 | Java | false | false | 998 | java | package net.ishchenko.omfp.pdf;
import org.junit.Test;
import java.io.IOException;
import java.io.InputStream;
import static org.junit.Assert.assertEquals;
/**
* Created by IntelliJ IDEA.
* User: Max
* Date: 05.05.2010
* Time: 22:24:30
*/
public class JsonImportTest {
@Test
public... | [
"[email protected]"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.