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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
f61fe109e3db7e53d4bdc93b7423c4737437018f | e4e000db442e88dbad133dad4603521fea5f509e | /src/problems/slidingwindow/AnagramsInAString.java | 01cfde4551700bf877e9b4c940bcb5f8db5ce916 | [] | no_license | XurajB/data_structure_algorithms | 363669c2c4098a3e3bab5069a1d7ef11b8a899a2 | 3f7825d1bf68deaa13d08bd616ec4425a26e5ac9 | refs/heads/master | 2023-03-13T17:50:45.818163 | 2021-03-05T03:20:22 | 2021-03-05T03:20:22 | 223,202,201 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,604 | java | package problems.slidingwindow;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
/**
* Given a string s and a non-empty string p, find all the start indices of p's anagrams in s.
* Strings consists of lowercase English letters only and the length of both strings s and p will not be larger... | [
"surajbh@hotmail.com"
] | surajbh@hotmail.com |
3b0ae5acb17955bcc75d9aa6c570edd2947c46d7 | 86cf61187d22b867d1e5d3c8a23d97e806636020 | /src/main/java/base/operators/io/process/rules/DeleteAfterAutoWireRule.java | 6f5488f1d7e0a97e10828e44228437fbc747553e | [] | no_license | hitaitengteng/abc-pipeline-engine | f94bb3b1888ad809541c83d6923a64c39fef9b19 | 165a620b94fb91ae97647135cc15a66d212a39e8 | refs/heads/master | 2022-02-22T18:49:28.915809 | 2019-10-27T13:40:58 | 2019-10-27T13:40:58 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,652 | java | /**
* Copyright (C) 2001-2019 by RapidMiner and the contributors
*
* Complete list of developers available at our web site:
*
* http://rapidminer.com
*
* This program is free software: you can redistribute it and/or modify it under the terms of the
* GNU Affero General Public License as published by the Free... | [
"wangj_lc@inspur.com"
] | wangj_lc@inspur.com |
3cb979b827e7d0ac8f853448645e67dc942714f4 | bd6278fede710f60ad28bd88382d29d70f6fb81d | /src/main/java/online/wangxuan/miaosha/service/MiaoshaUserService.java | 523e4df1605fe3d8411e4d445931731a818bc4d4 | [] | no_license | Demons-wx/miaosha | b10751c25ce4eb14ba221f9377c8fbaed379808e | 1f1971a93ef850b6eeebf9835f65d478e64ac3b6 | refs/heads/master | 2021-09-15T14:00:02.127045 | 2018-06-03T15:45:13 | 2018-06-03T15:45:13 | 135,917,587 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,855 | java | package online.wangxuan.miaosha.service;
import com.sun.xml.internal.rngom.digested.DDataPattern;
import online.wangxuan.miaosha.dao.MiaoShaUserDao;
import online.wangxuan.miaosha.domain.MiaoshaUser;
import online.wangxuan.miaosha.exception.GlobalException;
import online.wangxuan.miaosha.redis.MiaoShaUserKey;
import o... | [
"demons_wx@163.com"
] | demons_wx@163.com |
67d0384a18c3db92defed92c67ca6427504b6a95 | 2160947a8c07f120ca98dc5904e2959f6e0a6938 | /aop/src/main/java/com/dragonforest/android/library/aop/annotation/NullParamChecker.java | c9cd6e3fcbb016bcf7a474535efca73650cc4530 | [] | no_license | dragonforestgroup/Library_DragonForestAop | 2a000a62ccf8951a2aff1228f2ce6a0e0105e5ee | f3dcca028a065eb6280068dec47f6ec5380f961a | refs/heads/master | 2020-05-31T14:31:13.290694 | 2019-07-24T03:30:40 | 2019-07-24T03:30:40 | 190,330,515 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 176 | java | package com.dragonforest.android.library.aop.annotation;
/**
* 检查参数null值
*
* @author 韩龙林
* @date 2019/6/4 13:37
*/
public @interface NullParamChecker {
}
| [
"1501295534@qq.com"
] | 1501295534@qq.com |
c86dc40759ff4a5afb54f8c33c713e28b5b6622b | 1ed0e7930d6027aa893e1ecd4c5bba79484b7c95 | /keiji/source/java/jp/co/mediasdk/android/ArrayUtilJoinSupport.java | 17d75f3a81efe58460f7b058c81eb356ab8d71a1 | [] | no_license | AnKoushinist/hikaru-bottakuri-slot | 36f1821e355a76865057a81221ce2c6f873f04e5 | 7ed60c6d53086243002785538076478c82616802 | refs/heads/master | 2021-01-20T05:47:00.966573 | 2017-08-26T06:58:25 | 2017-08-26T06:58:25 | 101,468,394 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,057 | java | package jp.co.mediasdk.android;
import java.util.ArrayList;
import org.cocos2dx.lib.BuildConfig;
public class ArrayUtilJoinSupport extends ArrayUtilSizeSupport {
public static String a(String str, ArrayList<String> arrayList) {
if (arrayList == null) {
return null;
}
if (arrayL... | [
"09f713c@sigaint.org"
] | 09f713c@sigaint.org |
12120f7cb1967b8bfd5262c7bc350b2acbe61a1b | 266a9af5ba060f49ea452418907bc4c0df457545 | /bigdata-admin/src/main/java/com/example/admin/controller/unit/AuditController.java | 91314f91e05e75ca4f795a7827a5128d6ae61c19 | [] | no_license | BlueJack1984/ultrapower-bigdata | b667da2977aa294fa691ef631dc67078bbdb2b5f | 6f8725775b2480b56e4cd7647e827d619b792a0f | refs/heads/master | 2022-06-22T22:04:35.369096 | 2020-01-20T01:31:37 | 2020-01-20T01:31:37 | 232,447,118 | 0 | 0 | null | 2021-04-26T19:52:12 | 2020-01-08T00:57:12 | Java | UTF-8 | Java | false | false | 1,195 | java | package com.example.admin.controller.unit;
import com.example.admin.dto.response.OutputResult;
import io.swagger.annotations.Api;
import lombok.RequiredArgsConstructor;
import lombok.extern.slf4j.Slf4j;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestMap... | [
"lushushen8@163.com"
] | lushushen8@163.com |
f279b197046366e7859f275a7db5260cfdca8d7e | 9254e7279570ac8ef687c416a79bb472146e9b35 | /sofa-20190815/src/main/java/com/aliyun/sofa20190815/models/QueryHasCellPageResponse.java | fc54dd88c900339daa1c2f38a3d7aecefc45827e | [
"Apache-2.0"
] | permissive | lquterqtd/alibabacloud-java-sdk | 3eaa17276dd28004dae6f87e763e13eb90c30032 | 3e5dca8c36398469e10cdaaa34c314ae0bb640b4 | refs/heads/master | 2023-08-12T13:56:26.379027 | 2021-10-19T07:22:15 | 2021-10-19T07:22:15 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,071 | java | // This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sofa20190815.models;
import com.aliyun.tea.*;
public class QueryHasCellPageResponse extends TeaModel {
@NameInMap("headers")
@Validation(required = true)
public java.util.Map<String, String> headers;
@NameInMap("body")
@Val... | [
"sdk-team@alibabacloud.com"
] | sdk-team@alibabacloud.com |
f07e0f02e1296312d83b865b8924e2d595e538b3 | 0613bb6cf1c71b575419651fc20330edb9f916d2 | /CheatBreaker/src/main/java/net/minecraft/network/handshake/INetHandlerHandshakeServer.java | a8741f5ede9bf1cef2e2d3998d0c32bb18510945 | [] | no_license | Decencies/CheatBreaker | 544fdae14e61c6e0b1f5c28d8c865e2bbd5169c2 | 0cf7154272c8884eee1e4b4c7c262590d9712d68 | refs/heads/master | 2023-09-04T04:45:16.790965 | 2023-03-17T09:51:10 | 2023-03-17T09:51:10 | 343,514,192 | 98 | 38 | null | 2023-08-21T03:54:20 | 2021-03-01T18:18:19 | Java | UTF-8 | Java | false | false | 582 | java | package net.minecraft.network.handshake;
import net.minecraft.network.INetHandler;
import net.minecraft.network.handshake.client.C00Handshake;
public interface INetHandlerHandshakeServer extends INetHandler
{
/**
* There are two recognized intentions for initiating a handshake: logging in and acquiring serve... | [
"66835910+Decencies@users.noreply.github.com"
] | 66835910+Decencies@users.noreply.github.com |
630bb0ae85e69d07768b1052c060f5f038b8d1c7 | 552f9c5f59bf8ea607f996595f77d9321ca917ea | /src/main/java/org/opendaylight/yang/gen/v1/urn/etsi/osm/yang/vnfr/rev170228/associated/virtual/cps/VirtualCps.java | 5d4ac12e02866b3704795acf3f288f69ff2a6d42 | [] | no_license | openslice/io.openslice.sol005nbi.osm7 | 9bba3c8b830b300b58606fe56a0a47d2bf522ead | 3f46220606181625f24d0d7ef5afaa1998f70d86 | refs/heads/master | 2021-08-26T07:41:16.213883 | 2020-06-15T15:51:07 | 2020-06-15T15:51:07 | 247,079,115 | 0 | 0 | null | 2021-08-02T17:21:09 | 2020-03-13T13:35:51 | Java | UTF-8 | Java | false | false | 2,595 | java | package org.opendaylight.yang.gen.v1.urn.etsi.osm.yang.vnfr.rev170228.associated.virtual.cps;
import java.lang.Override;
import java.lang.String;
import javax.annotation.Nullable;
import org.opendaylight.yang.gen.v1.urn.etsi.osm.yang.vnfd.base.rev170228.CommonConnectionPoint;
import org.opendaylight.yang.gen.v1.ur... | [
"ioannischatzis@gmail.com"
] | ioannischatzis@gmail.com |
d1b8e20997df285e8dd1c79806e314725838b036 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/15/15_2ac96575012a1110254d09c6cd617ab1c328e774/BatAnimation/15_2ac96575012a1110254d09c6cd617ab1c328e774_BatAnimation_t.java | 0ac59a2b7d4d30ffab11ec650913be223770a58e | [] | 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,422 | java | package gfx;
public class BatAnimation {
protected int frames, states;
protected float delay;
protected BatBitmap[][] sheet;
private int currentFrame, currentState;
private float fps;
private boolean oneShot = false;
private boolean finished = false;
public static final int ONE_SHOT = 0;
public... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
59930a63d0cd87adf19b2cde29a74bcb5f879633 | 5532abf5d13d43c4aa22275551a454942ebe5dba | /EclipseWorkspace/giw-webapp/src/giw/presentation/SearchServlet.java | 6b3377140611765994ee36574a776e5baea11eae | [] | no_license | anacleto85/Celiafinder | 7a0ab8db268aaac44da7278e60786de07966a0ca | 19b7a840dce04981e7e35bf474bbfb3ba894a180 | refs/heads/master | 2021-02-05T03:05:16.514374 | 2020-02-28T10:35:59 | 2020-02-28T10:35:59 | 243,737,473 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,853 | java | package giw.presentation;
import giw.ir.SimpleQueryInterpreter;
import giw.model.*;
import giw.util.QueryInterpreterException;
import java.io.IOException;
import java.util.LinkedList;
import java.util.List;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletContext;
import javax.servlet.ServletExcepti... | [
"umbrico.alessandro@gmail.com"
] | umbrico.alessandro@gmail.com |
b60e17c81aa6b213399bba36a296115a2fe9d1a0 | 002140e0ea60a9fcfac9fc07f60bb3e9dc49ab67 | /src/main/java/net/ibizsys/psrt/srv/demodel/demodel/dataentity/ac/DataEntityDefaultACModelBase.java | c84a433120007b028a1f3f662d015cf78b3702b3 | [] | no_license | devibizsys/saibz5_all | ecacc91122920b8133c2cff3c2779c0ee0381211 | 87c44490511253b5b34cd778623f9b6a705cb97c | refs/heads/master | 2021-01-01T16:15:17.146300 | 2017-07-20T07:52:21 | 2017-07-20T07:52:21 | 97,795,014 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 944 | java | /**
* iBizSys 5.0 机器人生产代码(不要直接修改当前代码)
* http://www.ibizsys.net
*/
package net.ibizsys.psrt.srv.demodel.demodel.dataentity.ac;
import net.ibizsys.paas.core.DEACMode;
import net.ibizsys.paas.data.DataItem;
import net.ibizsys.paas.data.DataItemParam;
@DEACMode(name="DEFAULT",id="0cbbb4ccda4e86a9e6f16ed5f3a171c2",... | [
"dev@ibizsys.net"
] | dev@ibizsys.net |
b81481505698289c7a1141595e16a2d81e9e59af | 135bec354622330ea6bcf637ef52c7363fb97467 | /src/Cours/Jul3If/CarPurcaseAltun.java | d0605cd94e69d38d83703d11fb9192dfd54e0032 | [] | no_license | Orlando-Houston/Java | 1b057b2e6447ba79e2173462139c6714c6743b4c | b6ccbf6c05d9cbec9580875be7c5edd6e42f0de9 | refs/heads/master | 2020-08-31T09:12:40.047696 | 2020-06-23T22:44:04 | 2020-06-23T22:44:04 | 238,321,900 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,204 | java | package Cours.Jul3If;
import java.util.Scanner;
public class CarPurcaseAltun {
public static void main(String[] args) {
Scanner car=new Scanner(System.in);
System.out.print("X or Y ");
String answer=car.next();
int totalPrice=0;
if (answer.equals("X")|| answer.equals("x")) ... | [
"a.ozder@outlook.com"
] | a.ozder@outlook.com |
d7a52780dd10d33ad3a9a77e98aa166fff98a91a | f5677d3495f110117420231f120aa3a68bc9c38c | /app/src/main/java/com/mobtecnica/wafiapps/model/profile/cusomerDetails/customerDetails/CustomerDetailsResponse.java | e00545391f7c7a5289a8904085c52e6dc40383d2 | [] | no_license | PersausiveTech/WafiApp | 5f87f19749df4a0525a21189512843df8f4cf03c | 8d2cf23d7fdcaa9243882783c136f4b5e7c97a5e | refs/heads/master | 2020-06-17T00:41:32.674715 | 2019-07-08T06:52:56 | 2019-07-08T06:52:56 | 195,746,026 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 871 | java | package com.mobtecnica.wafiapps.model.profile.cusomerDetails.customerDetails;
/**
* Created by SIby on 22-02-2017.
*/
public class CustomerDetailsResponse {
private String statusCode;
private Data data;
private String success;
public String getStatusCode ()
{
return statusCode;
}
... | [
"rohit@persausive.com"
] | rohit@persausive.com |
0881192e94ea3f8ea07169c73456cc26620ac3fd | b9a71bb2805d5f0d5ac98c59d984246463285d34 | /testing/droolsjbpm-integration-master/kie-server-parent/kie-server-tests/kie-server-integ-tests-controller/src/test/java/org/kie/server/integrationtests/controller/KieControllerBaseTest.java | 3158d2fa766f329dceeaa198e2c9a69a35837c65 | [
"MIT"
] | permissive | rokn/Count_Words_2015 | 486f3b292954adc76c9bcdbf9a37eb07421ddd2a | e07f6fc9dfceaf773afc0c3a614093e16a0cde16 | refs/heads/master | 2021-01-10T04:23:49.999237 | 2016-01-11T19:53:31 | 2016-01-11T19:53:31 | 48,538,207 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,484 | java | /*
* Copyright 2015 Red Hat, Inc. and/or its affiliates.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, soft... | [
"marto_dimitrov@mail.bg"
] | marto_dimitrov@mail.bg |
2ad40a148df4239ae277600cf2df271e923c1f47 | dc7f55be0b6b9261bf1c89f2d480e44f339aaca4 | /app/src/main/java/com/net/yuesejiaoyou/fragment/UserInfoFragment.java | 9345cfa7fb055167e4aa2cef07fbf21053282319 | [] | no_license | KqSMea8/yuese | 8038ef37d25bfca027f4c16d8ce0ca721ad0747d | be1b5f2cf481a605487772572a444c6655cb0d8c | refs/heads/master | 2021-10-11T05:03:11.751449 | 2019-01-22T09:12:34 | 2019-01-22T09:12:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,898 | java | package com.net.yuesejiaoyou.fragment;
import android.annotation.SuppressLint;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.support.v7.widget.GridLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.text.TextUti... | [
"976854315@qq.com"
] | 976854315@qq.com |
1f4dafecbbb5d59b50ba1b5436c6d1f76a49c1b7 | 1eb551cbb0a8aea7cccf04cfb9e163cf4e56fef7 | /servicembpt/src/main/java/com/jsen/test/controller/sys/SysUserController.java | 9a0f1f2132685008c01e9cdba429077f5cae0e07 | [] | no_license | jsenjobs/hock | 3c12a59daf3acd98dcef4e8fa8697a78cce72f20 | 68d9cbbf2fc0cdaca92688289c11b24eebbd4580 | refs/heads/master | 2020-03-14T07:22:34.278125 | 2018-04-29T14:55:44 | 2018-04-29T14:55:44 | 131,503,569 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 677 | java | package com.jsen.test.controller.sys;
import com.jsen.test.service.SysUserService;
import com.jsen.test.utils.ResponseBase;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*;
/**
* <p>
* </p>
*
* @author ${User}
* @since 2018/4/10
*/
@RestController
... | [
"jsen1922279340@163.com"
] | jsen1922279340@163.com |
d7bc4125c8922cd13d1aaf4cd9d2d17b97c6e62f | 647ec12ce50f06e7380fdbfb5b71e9e2d1ac03b4 | /com.tencent.mm/classes.jar/com/tencent/mm/plugin/fav/ui/gallery/a.java | 33d5d9c5a396dd1b08887c89a9c148ec191a2e20 | [] | no_license | tsuzcx/qq_apk | 0d5e792c3c7351ab781957bac465c55c505caf61 | afe46ef5640d0ba6850cdefd3c11badbd725a3f6 | refs/heads/main | 2022-07-02T10:32:11.651957 | 2022-02-01T12:41:38 | 2022-02-01T12:41:38 | 453,860,108 | 36 | 9 | null | 2022-01-31T09:46:26 | 2022-01-31T02:43:22 | Java | UTF-8 | Java | false | false | 362 | java | package com.tencent.mm.plugin.fav.ui.gallery;
public abstract interface a<T extends b>
{
public abstract void a(T paramT);
public abstract void onDetach();
}
/* Location: L:\local\mybackup\temp\qq_apk\com.tencent.mm\classes6.jar
* Qualified Name: com.tencent.mm.plugin.fav.ui.galler... | [
"98632993+tsuzcx@users.noreply.github.com"
] | 98632993+tsuzcx@users.noreply.github.com |
4fa5d1fff5a0094c7821cc375dbcf0f8bd6eb111 | 6ee13839948eee0ace3d5b58904287a761e1db71 | /src/com/dwarfeng/scheduler/gui/JSplashWindow.java | 6b0604c24909c39d718dbb29746290ca1840d979 | [] | no_license | DwArFeng/Scheduler | 0978c79e5b0189b48c4cde0d069556d602676eee | 42dfb8f0414319c403a53510a00113739b981db2 | refs/heads/Scheduler | 2021-01-17T19:23:11.928778 | 2016-09-29T12:24:40 | 2016-09-29T12:24:40 | 60,777,612 | 0 | 1 | null | 2016-07-18T23:12:39 | 2016-06-09T13:38:56 | Java | GB18030 | Java | false | false | 1,553 | java | package com.dwarfeng.scheduler.gui;
import java.awt.BorderLayout;
import java.awt.Dimension;
import java.awt.Font;
import java.io.IOException;
import javax.imageio.ImageIO;
import javax.swing.JLabel;
import javax.swing.JWindow;
import javax.swing.SwingConstants;
import com.dwarfeng.func.gui.JImagePanel;
import com.s... | [
"915724865@qq.com"
] | 915724865@qq.com |
57bb881d32d8d1b60bff9c3fdea157fbe68f95be | bd7d4e2720410d8b532ca43f09b56a16e5078170 | /src/main/java/io/github/vampirestudios/hgm/utils/ItemType.java | f4a5b9ce3797df6a9231bacede335e16b0b157ca | [
"MIT",
"CC0-1.0"
] | permissive | vampire-studios/HuskysGadgetMod-Fabric | 88d3d88f65c36f052d1651a366bd9314a2bcb885 | 841f19e40e13da3ed93f36dbd1cd0723d27ab2f4 | refs/heads/master | 2023-05-01T16:53:00.720709 | 2019-08-13T13:58:08 | 2019-08-13T13:58:08 | 200,518,737 | 0 | 1 | NOASSERTION | 2019-08-10T22:22:03 | 2019-08-04T16:53:55 | Java | UTF-8 | Java | false | false | 2,212 | java | //
// Source code recreated from a .class file by IntelliJ IDEA
// (powered by Fernflower decompiler)
//
package io.github.vampirestudios.hgm.utils;
import net.minecraft.item.ItemStack;
import net.minecraft.util.Identifier;
import net.minecraft.util.registry.Registry;
public class ItemType {
private ItemStack st... | [
"sindrefagerheim53@gmail.com"
] | sindrefagerheim53@gmail.com |
17374526fc97d50aa319f6c3c9d5bb18ac37baec | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/15/15_a6cdfdcf4760c752b28872cce468e8988d37d979/Reference/15_a6cdfdcf4760c752b28872cce468e8988d37d979_Reference_t.java | 47f0c35682234058237410d8b10c336ae9e7c5a5 | [] | 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 | 4,013 | 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")... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
64e3be3755d2d9d9849c634cea3454f805eeb5f2 | 3e1758a6650b6d9f9d506b296451109b2909e9ff | /runtime/src/main/java/com/kotcrab/vis/runtime/component/Point.java | c770c3158999e529beebd160813034a4fa8c90b6 | [
"Apache-2.0"
] | permissive | roylanceMichael/vis-editor | c8dd69ec1c6d79dd05658b13512c0628ec294d72 | db63a3c3c67f77ad9be9c79efcbff5eeebc66b80 | refs/heads/master | 2020-04-04T20:58:17.788494 | 2018-11-05T19:22:40 | 2018-11-05T19:22:40 | 156,267,344 | 0 | 0 | Apache-2.0 | 2018-11-05T19:18:51 | 2018-11-05T18:58:11 | Java | UTF-8 | Java | false | false | 871 | java | /*
* Copyright 2014-2017 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... | [
"kotcrab@gmail.com"
] | kotcrab@gmail.com |
0658f99478f125499fd88c2b4a8d11724e954983 | 6c9731a0f5df905eb2e41070b99817b7c89a9c1a | /tests/activemq5-unit-tests/src/test/java/org/apache/activemq/broker/scheduler/KahaDBSchedulerIndexRebuildTest.java | 31c460bb634b52c1739f13795146722959fd6017 | [
"Apache-2.0",
"LicenseRef-scancode-public-domain"
] | permissive | rh-messaging/jboss-activemq-artemis | 83d8b6f7268add185d0fcbd8a7e4b2855a246ffd | 4e0575a744d6f5698b701fd34460f5d2607a64a0 | refs/heads/jboss-1.5.5-x | 2021-01-18T05:16:45.569770 | 2018-12-10T19:53:15 | 2018-12-10T19:53:15 | 43,129,336 | 8 | 40 | Apache-2.0 | 2021-12-21T16:02:19 | 2015-09-25T09:49:20 | Java | UTF-8 | Java | false | false | 7,050 | 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... | [
"clebertsuconic@apache.org"
] | clebertsuconic@apache.org |
155473194a385b01ad27917da263e29ce88f7c2d | 91945432326100e7b6f069f7a234e21c8d6b18f6 | /workspacepoo/Revisao/src/br/com/revisao/trycatch/Inicio.java | 4e53be68ab1ba621aa3b10a6fd7d88fd9938c9d3 | [
"MIT"
] | permissive | andersonsilvade/workspacejava | 15bd27392f68649fe92df31483f09c441d457e0e | dd85abad734b7d484175c2580fbaad3110653ef4 | refs/heads/master | 2016-09-05T13:03:02.963321 | 2014-09-16T12:49:41 | 2014-09-16T12:49:41 | null | 0 | 0 | null | null | null | null | ISO-8859-1 | Java | false | false | 464 | java | package br.com.revisao.trycatch;
public class Inicio {
public static void main(String[] args) {
try{
divisao(10, 0);
}catch(ArithmeticException excecao){
//excecao.printStackTrace();
System.out.println("Não é possivel divisão por zero");
}
}
public static void divisao(int a,int b)throws ArithmeticEx... | [
"andersonsilvade@gmail.com"
] | andersonsilvade@gmail.com |
7e09313159435d3ac93a1255e8d1fedcd271ca98 | 661a25949407f44ff229ef1ede7e54c186fce1f0 | /AndroidLab/part6_mission/src/main/java/com/example/part6_mission/DBHelper.java | 684b0da094d34590d643c4e04b577655771b85f5 | [] | no_license | conquerex/WhatTheAndroid | 1857964de40342d2febbff9303bf300864e3c250 | 9efb4ed3fc224ae3cd154a51019f51190f7a3bb8 | refs/heads/master | 2022-11-24T07:21:41.476632 | 2020-07-24T05:00:11 | 2020-07-24T05:00:11 | 268,811,019 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,821 | java | package com.example.part6_mission;
import android.content.Context;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
/**
* Created by kkang
* 깡샘의 안드로이드 프로그래밍 - 루비페이퍼
* 위의 교재에 담겨져 있는 코드로 설명 및 활용 방법은 교제를 확인해 주세요.
*/
public class DBHelper extends SQLiteOpenH... | [
"conquerex@gmail.com"
] | conquerex@gmail.com |
4d450a16251cf769a71d52b4ff4ddd5064893785 | 61dea18460df6f2bc1fe19af8bfa6e0809406885 | /ecmoban/src/main/java/com/ecjia/widgets/ToastView.java | 67d59a3dea1ede4152229a317b678b4306aac22c | [] | no_license | hackerlc/SJQ_ECSHOP_MJ_NEW | a006261856124671bceaf92d1f65d4905dc35078 | 2c8ac3f2464c4536c079ac067ec761adcd9c267e | refs/heads/master | 2021-08-31T11:01:29.247522 | 2017-12-21T03:55:09 | 2017-12-21T03:55:09 | 114,960,406 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,557 | java | package com.ecjia.widgets;
import java.util.Timer;
import java.util.TimerTask;
import android.content.Context;
import android.view.Gravity;
import android.view.LayoutInflater;
import android.view.View;
import android.widget.TextView;
import android.widget.Toast;
import com.ecmoban.android.sijiqing.R;
public class ... | [
"812405389@qq.com"
] | 812405389@qq.com |
031d02529d9850e47170ffd637bbbb27549cd83d | 368c663f8d031f576e3add37dde8e9052dc628d8 | /java/bbop/tags/initial/src/org/bbop/util/EventUtil.java | f4c2058edc3c864115fa89a4a8666848b9db0121 | [] | no_license | mahmoudimus/obo-edit | 494a588830758ddbd7cf43d2e70550ddd542cb1b | 61c146958fd7d0ba7f78cda77f56d45849897b3e | refs/heads/master | 2022-01-31T22:59:21.316185 | 2014-03-20T17:05:47 | 2014-03-20T17:05:47 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,853 | java | package org.bbop.util;
import java.awt.EventQueue;
import java.lang.reflect.InvocationHandler;
import java.lang.reflect.Method;
import java.lang.reflect.Proxy;
import javax.swing.SwingUtilities;
public class EventUtil {
private EventUtil() {
}
protected static abstract class ReturnValRunnable implements Runnabl... | [
"jmr39@6f0e8829-b336-0410-acfb-cb9b228023ad"
] | jmr39@6f0e8829-b336-0410-acfb-cb9b228023ad |
64fc5678f788c574984a65d0e5a9bcacef947d04 | 5095b037518edb145fbecbe391fd14757f16c9b9 | /gameserver/src/main/java/l2s/gameserver/GameTimeController.java | 7ddde68d9c99e38a52a77442e11866e52fb65d20 | [] | no_license | merlin-tribukait/lindvior | ce7da0da95c3367b05e0230379411f3544f4d9f3 | 21a3138a43cc03c7d6b8922054b4663db8e63a49 | refs/heads/master | 2021-05-28T20:58:13.697507 | 2014-10-09T15:58:04 | 2014-10-09T15:58:04 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,790 | java | package l2s.gameserver;
import java.util.Calendar;
import l2s.commons.listener.Listener;
import l2s.commons.listener.ListenerList;
import l2s.commons.threading.RunnableImpl;
import l2s.gameserver.listener.GameListener;
import l2s.gameserver.listener.game.OnDayNightChangeListener;
import l2s.gameserver.listen... | [
"namlehong@gmail.com"
] | namlehong@gmail.com |
6967dad1317610df8960f10297b0bf16dcfcde21 | 532aac691c59808bea1f9424d54b60540faab509 | /modules/util/src/java/org/apache/geronimo/util/asn1/x509/DigestInfo.java | 70fd98ccfec4633eaa97c6a899b638c781f1e1af | [
"MIT",
"LicenseRef-scancode-generic-cla",
"Apache-2.0"
] | permissive | github4git/geronimo | 54b3fb2f2434e189e70efffbb3de2b577a35e5b3 | cb557df1173f79b909f1aec8273115d712413927 | refs/heads/1.0 | 2020-07-01T22:00:53.000225 | 2016-11-20T04:44:52 | 2016-11-20T04:44:52 | 74,253,269 | 0 | 0 | null | 2016-11-20T04:42:27 | 2016-11-20T04:42:26 | null | UTF-8 | Java | false | false | 2,764 | java | /**
*
* Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required... | [
"djencks@apache.org"
] | djencks@apache.org |
9792df8cc27040db753cd5ab35fb9813b1198268 | 31e1af0809dca48e05aa7e5c2f002fcfbf97fe4e | /coding-dojo-huawei/src/test/java/com/uj/study/delete_shortest_char_in_string/ShortestStringDeleteTest.java | 05fb5c080411f7a10959d65aee505ecfc43080d5 | [
"Apache-2.0"
] | permissive | unclejet/coding-dojo-huawei | 42f45dfc539d224ae1edf11490a558487087ebf1 | 98b1c55d3ad590c31d6d54191d774d1696e43346 | refs/heads/master | 2023-07-24T15:29:36.130694 | 2023-07-12T04:41:38 | 2023-07-12T04:41:38 | 222,038,771 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,361 | java | package com.uj.study.delete_shortest_char_in_string;
import org.junit.jupiter.api.Test;
import static org.hamcrest.CoreMatchers.is;
import static org.hamcrest.MatcherAssert.assertThat;
/**
* @author :UncleJet
* @date :Created in 2021/9/18 下午12:16
* @description:
* 描述
* 实现删除字符串中出现次数最少的字符,若多个字符出现次数一样,则都删除。输出删除这些单... | [
"unclejet@126.com"
] | unclejet@126.com |
10164e7b0f98a11b5bad9ca9f388dcd01c26bebf | cedde0eb09d399aaf494e355ee5de9382c0d5883 | /app/src/main/java/com/edgar/yurihome/adapters/CommentImagesListAdapter.java | 39cef4320da288222fe20c858ab92a10c98371d7 | [] | no_license | Hifairlady/YuriHome | 4b6b027d11ead449186b48ea6d46a65e258eb8cb | 93386a307c117f93f7d99c820c949dc37c9dee07 | refs/heads/master | 2022-12-30T11:12:57.036742 | 2020-10-21T19:54:11 | 2020-10-21T19:54:11 | 281,014,507 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,339 | java | package com.edgar.yurihome.adapters;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import androidx.annotation.NonNull;
import androidx.recyclerview.widget.RecyclerView;
import com.edgar.yurihome.R;
import ... | [
"1452192394@qq.com"
] | 1452192394@qq.com |
1fe53515539215f47ebfcbd828413e47faa19d56 | 804825d9b8041948ed775d4f37d425e1f117ba4b | /zoyibean/src/org/zoyi/service/impl/BenifitActivityCategoryServiceImpl.java | 3aaac67e509d856913c3f18d5a79f37d9d4a69f4 | [] | no_license | BGCX261/zoyijavabean-svn-to-git | c6459ea382d1b4a6d27568641801f59bc8a4ed31 | 1b4ae8e1de4ca8aeb14cc5da32a26edd5bdd8ab3 | refs/heads/master | 2021-01-01T19:33:51.782198 | 2015-08-25T15:52:38 | 2015-08-25T15:52:38 | 41,600,155 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,613 | java | package org.zoyi.service.impl;
import java.util.List;
import org.zoyi.adapter.*;
import org.zoyi.hibernate.BenifitActivityCategoryDAO;
import org.zoyi.service.BenifitActivityCategoryService;
import org.zoyi.vo.BenifitActivityCategory;
import org.zoyi.vo.Group;
public class BenifitActivityCategoryServiceImp... | [
"you@example.com"
] | you@example.com |
df636812530dcd2a89973c958dba9001c6a3eb54 | 89187922e0ac645be59205caa1984cf9d87ae574 | /pac4j-oauth/src/main/java/org/pac4j/oauth/profile/yahoo/YahooDisclosure.java | 1c125ef9da5f9de9215afc99dd2339055e203d7d | [
"Apache-2.0"
] | permissive | plutext/pac4j | d836e485e2db3aafbdbb937fcdde8c2dac9ed7fe | c84d8e3c4b16acb8339260d21c3e926ef1bab79e | refs/heads/master | 2023-06-23T11:09:49.141731 | 2015-12-03T18:05:02 | 2015-12-03T18:05:02 | 47,363,907 | 1 | 0 | null | 2015-12-03T22:09:20 | 2015-12-03T22:09:20 | null | UTF-8 | Java | false | false | 1,960 | java | /*
Copyright 2012 - 2015 pac4j organization
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... | [
"leleuj@gmail.com"
] | leleuj@gmail.com |
6022bf42afe307b39936697642d723f4ddb10261 | 09810fc60b0d6e68df6bfa49652be078e5bfefd9 | /module3/src/demo2/CodeGym/Module4/Case Study/furama/src/main/java/com/codegym/service/TypeCustomerService.java | fe4e2bcbcb0b7fc0da0d7db881fcf2ee6f4c24a4 | [] | no_license | C0920G1-NguyenQuangHoaiLinh/C0920G1-NguyenQuangHoaiLinh | 18323fe752648daa7acaad0aa567c16d5ca30804 | 21f2061dc0e5df53dfdec73381b3b65a5e81e841 | refs/heads/master | 2023-03-29T21:22:50.560687 | 2021-04-07T04:43:15 | 2021-04-07T04:43:15 | 297,220,239 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 171 | java | package com.codegym.service;
import com.codegym.entity.CustomerType;
import java.util.List;
public interface TypeCustomerService {
List<CustomerType> findAll();
}
| [
"you@example.com"
] | you@example.com |
82fad0a6cbc917001b8f5a8e8cb23fb231a7228e | 7df903184a4c6ce0a5e8e010534c2ce022076c80 | /1.JavaSyntax/src/com/javarush/task/task05/task0523/Circle.java | 342fab69d90f04ddd1bba015a48b07d137f9111c | [] | no_license | tasya671/JavaRushTasks | a91d37e7a1fe0418f572a24a0ecd2f1921c037a5 | dcf46d0317cf69ff78da69209c66da95efcf632e | refs/heads/master | 2020-12-22T21:55:26.271744 | 2020-06-22T08:28:42 | 2020-06-22T08:28:42 | 236,935,502 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 623 | java | package com.javarush.task.task05.task0523;
/*
Конструктор
*/
public class Circle {
public Color color = new Color();
public static void main(String[] args) {
Circle circle = new Circle();
circle.color.setDescription("Red");
System.out.println(circle.color.getDescription());
}
... | [
"tasya671@rambler.ru"
] | tasya671@rambler.ru |
0c192a1d0122bff6dc383d8819453c7a9d1933d4 | 96f8d42c474f8dd42ecc6811b6e555363f168d3e | /zuiyou/sources/butterknife/OnEditorAction.java | 218dd90712ec949847806fbe0d7673ea96beda6b | [] | no_license | aheadlcx/analyzeApk | 050b261595cecc85790558a02d79739a789ae3a3 | 25cecc394dde4ed7d4971baf0e9504dcb7fabaca | refs/heads/master | 2020-03-10T10:24:49.773318 | 2018-04-13T09:44:45 | 2018-04-13T09:44:45 | 129,332,351 | 6 | 2 | null | null | null | null | UTF-8 | Java | false | false | 285 | java | package butterknife;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Target({ElementType.METHOD})
@Retention(RetentionPolicy.CLASS)
public @interface OnEditorAction {
}
| [
"aheadlcxzhang@gmail.com"
] | aheadlcxzhang@gmail.com |
7559bd743fa888efe685ff2dc10a496e5536900f | 988c8dec7dd3837e91a5aa882790296f58d0f046 | /library/src/main/java/com/google/android/exoplayer/CodecCounters.java | f70c4335f9c29650d6b5c3bbc63d50258209c078 | [
"Apache-2.0"
] | permissive | eriuzo/ExoPlayer | 99b1e3cfda4de0fc6ca66b1d542556b8e8845a90 | 6dd8fdf790cabb02c5f9678fd7d909ef726d6599 | refs/heads/master | 2021-01-15T11:07:37.453339 | 2015-10-15T13:01:37 | 2015-10-15T13:01:37 | 33,477,804 | 0 | 0 | Apache-2.0 | 2019-07-18T14:22:13 | 2015-04-06T10:55:58 | Java | UTF-8 | Java | false | false | 2,321 | java | /*
* Copyright (C) 2014 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | [
"olly@google.com"
] | olly@google.com |
358ce2a8e748194726d255b863c0bcdf3619cb9e | 129f58086770fc74c171e9c1edfd63b4257210f3 | /src/testcases/CWE601_Open_Redirect/CWE601_Open_Redirect__Servlet_connect_tcp_81_bad.java | cd14fe4c3b868f5b50d4c73a35d0639ac5d9ee58 | [] | no_license | glopezGitHub/Android23 | 1bd0b6a6c7ce3c7439a74f1e4dcef2c4c0fac4ba | 6215d0684c4fbdc7217ccfbedfccfca69824cc5e | refs/heads/master | 2023-03-07T15:14:59.447795 | 2023-02-06T13:59:49 | 2023-02-06T13:59:49 | 6,856,387 | 0 | 3 | null | 2023-02-06T18:38:17 | 2012-11-25T22:04:23 | Java | UTF-8 | Java | false | false | 1,679 | java | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE601_Open_Redirect__Servlet_connect_tcp_81_bad.java
Label Definition File: CWE601_Open_Redirect__Servlet.label.xml
Template File: sources-sink-81_bad.tmpl.java
*/
/*
* @description
* CWE: 601 Open Redirect
* BadSource: connect_tcp Read data using an outbound tcp connec... | [
"guillermo.pando@gmail.com"
] | guillermo.pando@gmail.com |
8a604388841c0d49c0f2eb50ec4b4008d8ddee5d | a9444617aa565735d6a002d13dfbf1609d818192 | /GetTogether/app/src/main/java/com/tem/gettogether/activity/my/TAdviseActivity.java | 3149413da45172a717310748117f1554e4bb7646 | [] | no_license | djp0507/jushangmatou | d35929451bf8bc4beb348eec9d53076a11ac0be8 | 0935a96298d665cb55965c9d2dda866975e55a85 | refs/heads/master | 2020-06-30T15:41:50.848594 | 2019-08-06T12:29:06 | 2019-08-06T12:29:06 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,301 | java | package com.tem.gettogether.activity.my;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.EditText;
import android.widget.TextView;
import com.google.gson.Gson;
import com.tem.gettogether.R;
import com.tem.gettogether.base.BaseActivity;
import com.tem.gettogether.base... | [
"chenshichuen123@qq.com"
] | chenshichuen123@qq.com |
a75b86156ca1c1906efe78c235203cca376568c6 | 7ea2830e5ba9501f80280d5474bb9482fdd8c96f | /support/src/main/java/com/goldplusgold/support/lib/widget/pulltorefresh/internal/Utils.java | 0226dc949826da0fec7984fe8d08fdf33a68ded3 | [] | no_license | jsjxsy/VideoPlayer | f1e3005f6f81bd2b2ebf0a3cdad7b262aba2d379 | 92b1ffa14d545383c077f270543ca166a25b499e | refs/heads/master | 2020-03-26T10:49:54.353860 | 2019-03-08T03:20:33 | 2019-03-08T03:20:33 | 144,817,260 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 375 | java | package com.goldplusgold.support.lib.widget.pulltorefresh.internal;
import android.util.Log;
public class Utils {
static final String LOG_TAG = "PullToRefresh";
public static void warnDeprecation(String depreacted, String replacement) {
Log.w(LOG_TAG, "You're using the deprecated " + depreacted + " ... | [
"jsjxsy@gmail.com"
] | jsjxsy@gmail.com |
8afdd1a4b2eae649ab3b7c5f9c09d206eb1a3c5b | 3e3949cbcadf27146d95c63496e7770688b7b9e7 | /jodd-core/src/test/java/jodd/util/buffer/FastCharBufferTest.java | 64da8b5859de69abb80da95060bddd2a07764d77 | [] | permissive | lovejavaee/jodd | 50ac9d39bafccc9e0fee58a9f4b333922e66875e | 69507b9c257467fab5b8852fd5b7c09c4ff8605c | refs/heads/master | 2023-04-30T00:02:19.689233 | 2014-09-13T04:58:11 | 2014-09-13T04:58:11 | 23,207,953 | 0 | 0 | BSD-3-Clause | 2023-04-13T20:30:12 | 2014-08-22T00:51:38 | Java | UTF-8 | Java | false | false | 829 | java | // Copyright (c) 2003-2014, Jodd Team (jodd.org). All Rights Reserved.
package jodd.util.buffer;
import jodd.util.RandomStringUtil;
import org.junit.Test;
import java.util.Random;
import static org.junit.Assert.assertEquals;
public class FastCharBufferTest {
@Test
public void testAppendString() {
FastCharBuff... | [
"igor@jodd.org"
] | igor@jodd.org |
ca2f415417e385fc9ec25d94f5acf92464126e7b | 8680af04fd4a8460402b8c69a718a67bddccd6a6 | /src/test/java/sprint/integration/demo/SprintIntegrationApplicationTests.java | 3b742dadf6ad3d49777911422689f40d724ca28f | [] | no_license | KidusMT/Spring-Integration | 376ec5c68a1477327deb2bdfbdd222e975fa6456 | b60ec0b0ffdff882c4fb66ac8a05141a4ab55483 | refs/heads/master | 2023-06-28T22:25:42.843762 | 2021-07-28T06:08:32 | 2021-07-28T06:08:32 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 226 | java | package sprint.integration.demo;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class SprintIntegrationApplicationTests {
@Test
void contextLoads() {
}
}
| [
"kidusmamuye@gmail.com"
] | kidusmamuye@gmail.com |
3e01686dcda00631dc5729d0b0978d679af28c28 | c156bf50086becbca180f9c1c9fbfcef7f5dc42c | /src/main/java/com/waterelephant/drainage/jsonentity/fqgj/FqgjOrder.java | dc5498e3808830309bfb7012213405fab287b65d | [] | no_license | zhanght86/beadwalletloanapp | 9e3def26370efd327dade99694006a6e8b18a48f | 66d0ae7b0861f40a75b8228e3a3b67009a1cf7b8 | refs/heads/master | 2020-12-02T15:01:55.982023 | 2019-11-20T09:27:24 | 2019-11-20T09:27:24 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 961 | java | package com.waterelephant.drainage.jsonentity.fqgj;
import com.alibaba.fastjson.annotation.JSONField;
/**
* @author GuoKun
* @version 1.0
* @create_date 2017/6/22 18:08
*/
public class FqgjOrder {
@JSONField(name="order_info")
private FqgjOrderInfo order_info;
@JSONField(name="apply_detail")
priva... | [
"wurenbiao@beadwallet.com"
] | wurenbiao@beadwallet.com |
406573213cba286d572b676103ba727754e71182 | 19f7e40c448029530d191a262e5215571382bf9f | /decompiled/instagram/sources/p000X/DO0.java | cea029bdfc19d9396c2f0888dd2883b16ef3496b | [] | no_license | stanvanrooy/decompiled-instagram | c1fb553c52e98fd82784a3a8a17abab43b0f52eb | 3091a40af7accf6c0a80b9dda608471d503c4d78 | refs/heads/master | 2022-12-07T22:31:43.155086 | 2020-08-26T03:42:04 | 2020-08-26T03:42:04 | 283,347,288 | 18 | 1 | null | null | null | null | UTF-8 | Java | false | false | 586 | java | package p000X;
import com.instagram.p009ui.widget.drawing.p055gl.GLDrawingView;
/* renamed from: X.DO0 */
public final class DO0 implements Runnable {
public final /* synthetic */ GLDrawingView A00;
public final /* synthetic */ Runnable A01;
public DO0(GLDrawingView gLDrawingView, Runnable runnable) {
... | [
"stan@rooy.works"
] | stan@rooy.works |
bb3a2a904602f5b8408e85c6008a62c3c66d46d2 | 065c1f648e8dd061a20147ff9c0dbb6b5bc8b9be | /ant_cluster/10688/src_0.java | 6db4ad7e586ea5a7ba284b301ecb4a4da5f01691 | [] | no_license | martinezmatias/GenPat-data-C3 | 63cfe27efee2946831139747e6c20cf952f1d6f6 | b360265a6aa3bb21bd1d64f1fc43c3b37d0da2a4 | refs/heads/master | 2022-04-25T17:59:03.905613 | 2020-04-15T14:41:34 | 2020-04-15T14:41:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,603 | java | /*
* Copyright (C) The Apache Software Foundation. All rights reserved.
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE.txt file.
*/
package org.apache.tools.ant.taskdefs.optional.ccm;
import ja... | [
"375833274@qq.com"
] | 375833274@qq.com |
e92a308f119c5d0ae3cc7f2fa7a66b7f8d282945 | be73270af6be0a811bca4f1710dc6a038e4a8fd2 | /crash-reproduction-moho/results/XWIKI-13544-46-2-FEMO-WeightedSum:TestLen:CallDiversity/com/xpn/xwiki/internal/template/InternalTemplateManager_ESTest_scaffolding.java | 3e97415cfe9d8d0e20b95d6c783fdd271e15e884 | [] | no_license | STAMP-project/Botsing-multi-objectivization-using-helper-objectives-application | cf118b23ecb87a8bf59643e42f7556b521d1f754 | 3bb39683f9c343b8ec94890a00b8f260d158dfe3 | refs/heads/master | 2022-07-29T14:44:00.774547 | 2020-08-10T15:14:49 | 2020-08-10T15:14:49 | 285,804,495 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 459 | java | /**
* Scaffolding file used to store all the setups needed to run
* tests automatically generated by EvoSuite
* Mon Jan 20 15:50:10 UTC 2020
*/
package com.xpn.xwiki.internal.template;
import org.evosuite.runtime.annotation.EvoSuiteClassExclude;
import org.junit.BeforeClass;
import org.junit.Before;
import org.j... | [
"pouria.derakhshanfar@gmail.com"
] | pouria.derakhshanfar@gmail.com |
46f074e61a4e4156aaea5a90ed09bfe1fd3d3e27 | ce934c925d8d381e9ead5ca05632ef4b7d73fa66 | /src/org/objectweb/asm/util/ASMifiable.java | f7e95c7d334f39c1b9e010e2b886fdb3d0d8b4cf | [] | no_license | netwelfare/asm | 6f3f7cc941eacef6a48fa9365634f8476c61ee71 | 370c674794d1ec9cd0d6b55311ed7a45dc404762 | refs/heads/master | 2020-05-30T23:24:27.641125 | 2016-07-24T15:16:58 | 2016-07-24T15:16:58 | 64,058,042 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,370 | java | /**
* ASM: a very small and fast Java bytecode manipulation framework
* Copyright (c) 2000-2011 INRIA, France Telecom
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions... | [
"didawangxiaofei@126.com"
] | didawangxiaofei@126.com |
b491e0dda161fa3c8b54a99f4cdf58c0d0185fd6 | f9dd2959a65b9bd8b59982e5183d27dd0331ff1a | /app/src/test/java/com/example/administrator/sharenebulaproject/ExampleUnitTest.java | adf414826b85c4f8dc8d466167e49cbe95c9e5f1 | [] | no_license | zengli199447/shareProject | 8b7b5649e24e8f3474affa50796d09785482c044 | 534951938fe0c78b027e332757693ee86b1f82be | refs/heads/master | 2020-04-10T04:27:10.036800 | 2019-04-15T03:09:03 | 2019-04-15T03:09:03 | 160,798,613 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 422 | java | package com.example.administrator.sharenebulaproject;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
... | [
"zengli@126.com"
] | zengli@126.com |
6d0ea6327cb731980d1ab8b85572d96c49def9c8 | a1841fd6d44d029289f35c1fdcd1d2033dfc0da5 | /src/test/java/com/github/orderbyhelper/test/TestDynamic.java | f31453543f6f04b9def609da9cc9f4943155a2ad | [
"MIT"
] | permissive | chenpeng520/Mybatis-PageHelper | 331cae6a5f93595e7ac8736236e5820b352497bd | bafe9d3e54b031f3afbcc1c2e37f71627daee3e5 | refs/heads/master | 2021-01-14T12:26:29.774285 | 2015-09-10T14:12:33 | 2015-09-10T14:12:33 | 44,006,207 | 2 | 0 | null | 2015-10-10T10:28:07 | 2015-10-10T10:28:07 | null | UTF-8 | Java | false | false | 3,053 | java | package com.github.orderbyhelper.test;
import com.github.orderbyhelper.MybatisOrderHelper;
import com.github.orderbyhelper.OrderByHelper;
import com.github.orderbyhelper.mapper.OrderCountry;
import com.github.orderbyhelper.mapper.OrderMapper;
import com.github.pagehelper.PageHelper;
import org.apache.ibatis.session.Sq... | [
"abel533@gmail.com"
] | abel533@gmail.com |
49ddeb6f6d77d2449c4d506664caf6cc562258bc | 6b0ce451fd29de552c34746388379047296bb96e | /common/src/geogebra/common/kernel/AbstractAnimationManager.java | 8ff1dbb033d79f1d1cd6dd2209828909a30e5152 | [] | no_license | avilleret/geogebra | 12ebe7ff8ff6a445b5d23fe7c949ad40cd27c61e | cc7cfe24f868753f16b0fde5ce465a89ac3ad6c6 | refs/heads/master | 2021-01-17T21:41:23.342658 | 2011-11-30T17:04:30 | 2011-11-30T17:04:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 269 | java | package geogebra.common.kernel;
import geogebra.common.kernel.geos.GeoElementInterface;
public abstract class AbstractAnimationManager {
public abstract void addAnimatedGeo(GeoElementInterface ge);
public abstract void removeAnimatedGeo(GeoElementInterface ge);
}
| [
"zbynek@geogebra.org"
] | zbynek@geogebra.org |
b87608c005997246bae5ee9ab0bbd8c72384e8c7 | 3abbc799186ab58c1e75f80ae17ddd5befeb621a | /qalingo-apis/qalingo-api-core/qalingo-api-core-common/src/main/java/fr/hoteia/qalingo/core/common/dao/impl/OrderDaoImpl.java | b9df0397e1aaf215ed061495e8b274e02a0a619c | [
"Apache-2.0"
] | permissive | antoinesd/qalingo-b2c-engine | ea951fc7793d2030f09d549dda486d8f4901f1cb | 6f5c3949d4be534224ee5935432e0a2100e9005a | refs/heads/master | 2021-01-16T20:43:08.011729 | 2012-10-31T15:50:35 | 2012-10-31T15:50:35 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,238 | java | /**
* Most of the code in the Qalingo project is copyrighted Hoteia and licensed
* under the Apache License Version 2.0 (release version ${license.version})
* http://www.apache.org/licenses/LICENSE-2.0
*
* Copyright (c) Hoteia, 2012-2013
* http://www.hoteia.com - http://twitter.com... | [
"denis@Hoteia-Laptop"
] | denis@Hoteia-Laptop |
06b6c09fd2f711708a472baa42d9292ab256ecd2 | 915bc4b49660b21068cded065306d6d60e1532f2 | /src/main/java/org/snpeff/snpEffect/commandLine/SnpEffCmdGenes2Bed.java | 76fc9b33fa33b95372c1b2dfdb4cc19affd1df19 | [] | no_license | smith-chem-wisc/SnpEff | 4b12d0c187eba4ad472f0e9bc5580b6c003eb5c2 | ac911a9433995b4cba17bb90054eab2286437759 | refs/heads/master | 2023-01-21T11:06:31.745348 | 2023-01-12T21:35:46 | 2023-01-12T21:35:46 | 132,474,093 | 2 | 3 | null | 2023-01-12T21:35:48 | 2018-05-07T14:40:12 | Java | UTF-8 | Java | false | false | 7,343 | java | package org.snpeff.snpEffect.commandLine;
import java.util.HashSet;
import org.snpeff.SnpEff;
import org.snpeff.interval.Cds;
import org.snpeff.interval.Exon;
import org.snpeff.interval.Gene;
import org.snpeff.interval.Genome;
import org.snpeff.interval.Transcript;
import org.snpeff.util.Gpr;
import org.snpeff.util.T... | [
"pablo.e.cingolani@gmail.com"
] | pablo.e.cingolani@gmail.com |
e14696ec1c1e33a2121127ff29ad4582ad6626cc | f1a85ae8b9d5d9d9a848c4c8d9c2410b9726e194 | /company_shipper/app_driver/src/main/java/com/yaoguang/driver/phone/order/nodeEdit/nodeEditPort/adapter/NodeEditPortAdapter.java | 85627a15147d14efc6bb2c70245676ec9005411b | [] | no_license | P79N6A/as | 45dc7c76d58cdc62e3e403c9da4a1c16c4234568 | a57ee2a3eb2c73cc97c3fb130b8e389899b19d99 | refs/heads/master | 2020-04-20T05:55:10.175425 | 2019-02-01T08:49:15 | 2019-02-01T08:49:15 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,179 | java | package com.yaoguang.driver.phone.order.nodeEdit.nodeEditPort.adapter;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import com.yaoguang.driver.R;
import com.yaoguang.greendao.entity.common.In... | [
"254191389@qq.com"
] | 254191389@qq.com |
a27c7639dc28379ca11d859edbc640847b47402f | a46f309d68a9e2d9026ca90357f1c947cbf043ff | /java_01/src/ex/Test.java | bff8d440aef4f8f2b43059687239b05ea0103e0c | [] | no_license | aaaaaandohee/bit_java | e84322927340f48647f372b17616a0ac62b86717 | 9a2a85f071890ec14cf7766656dabc850ea29fe1 | refs/heads/master | 2022-01-20T16:30:55.622591 | 2019-08-27T05:10:14 | 2019-08-27T05:10:14 | 201,861,788 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 287 | java | package ex;
public class Test {
public static void main(String[] args) {
char[] x = {'a','b','c'};
char[] y = {'h','e','l','l','o'};
System.arraycopy(x, 2, y, x.length, 1);
for(int inx = 0 ; inx<y.length ; inx++) {
System.out.print(y[inx]);
}
}
}
| [
"user@DESKTOP-V882PTR"
] | user@DESKTOP-V882PTR |
5d89fc83c199ecb356c5d6b3d60db45fb2e03152 | e25e558b7f27ca6ca97744a7746c5639cb7e5d79 | /src/main/java/co/ud/rest/FileControler.java | 0b074b9d25576a7f3e3c4ae721901e106e739a8e | [] | no_license | jnsierra/bioinformatica | 7dba75beeebb10c000ce54c3dc4ea26b1a215b5f | ef15e6bd2c3a935c5fe1a8b9a1f223a3320f1947 | refs/heads/master | 2020-05-30T02:58:38.035928 | 2019-06-05T21:23:08 | 2019-06-05T21:23:08 | 189,501,583 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,555 | java | package co.ud.rest;
import java.io.IOException;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.http.MediaType;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.CrossOrigin;
import org.s... | [
"jnsierrac@gmail.com"
] | jnsierrac@gmail.com |
ece440f5022dbb39e47b5c135fd5fb8dde86a00c | be73270af6be0a811bca4f1710dc6a038e4a8fd2 | /crash-reproduction-moho/results/XRENDERING-422-3-5-FEMO-WeightedSum:TestLen:CallDiversity/org/xwiki/rendering/listener/chaining/AbstractChainingListener_ESTest.java | 0b482e0f9f540478625a2b43dbfb97143c9ce628 | [] | no_license | STAMP-project/Botsing-multi-objectivization-using-helper-objectives-application | cf118b23ecb87a8bf59643e42f7556b521d1f754 | 3bb39683f9c343b8ec94890a00b8f260d158dfe3 | refs/heads/master | 2022-07-29T14:44:00.774547 | 2020-08-10T15:14:49 | 2020-08-10T15:14:49 | 285,804,495 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 592 | java | /*
* This file was automatically generated by EvoSuite
* Sat Apr 04 16:40:26 UTC 2020
*/
package org.xwiki.rendering.listener.chaining;
import org.junit.Test;
import static org.junit.Assert.*;
import org.evosuite.runtime.EvoRunner;
import org.evosuite.runtime.EvoRunnerParameters;
import org.junit.runner.RunWith;
... | [
"pouria.derakhshanfar@gmail.com"
] | pouria.derakhshanfar@gmail.com |
1a2e00c964eff5afdb19d5f630d7ef6011ed1abd | 543beaf4d5a2ad1f5845c7e66925aafa914f4c6b | /src/com/cyz/staticsystem/common/util/SetDatasourse.java | cf52b84dc4206c60c9c6624dfd613d7c5bed96ad | [] | no_license | dn-Maggie/cyzStatistics-system | e44a6179a037ca8f84670f99a4aebe8aec042d4f | 594a4e19db6043f18737d92ba16329d34ba9e066 | refs/heads/master | 2021-01-21T11:49:42.412993 | 2017-08-24T10:42:29 | 2017-08-24T10:42:29 | 91,756,710 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 710 | java | package com.cyz.staticsystem.common.util;
import org.aspectj.lang.JoinPoint;
/**
* 描述:数据源动态设置
*
* @author maggie
* @version 1.0 2016-03-11
*/
public class SetDatasourse {
/**
* 动态设置数据源
* @param jp JoinPoint 切入点参数
*/
public void setDynamicDatasource(JoinPoint jp) {
DynamicDataSource... | [
"maggie@dongnaoedu.com"
] | maggie@dongnaoedu.com |
c451890f4641e9f80bf214406150b606271731ca | 1ac558d0562b2551b517034615339d61d46cbb1b | /src-Old 19Mar/Library/TableModel/AuthorTableModel.java | ae71eae9d332db73a22e070af3f23ca30d207985 | [] | no_license | raheelan/HOSPITAL-New | 3a3fe011979ec9e71f92b1a8833b4b17c96bf123 | 6266efc2ddce3f7bc0963c4adfc899780ae71899 | refs/heads/master | 2020-08-15T02:13:06.267598 | 2020-04-04T12:10:52 | 2020-04-04T12:10:52 | 215,264,926 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,767 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package Library.TableModel;
import Library.BO.AuthorRegBO;
import java.util.List;
import javax.swing.table.AbstractTableModel;
public class AuthorTableModel extends AbstractTableModel {
private final String[] colu... | [
"raheelansari7@gmail.com"
] | raheelansari7@gmail.com |
261f602a8ebcc717d95bc20738fad9975292cae5 | 49e0cbae1dd804622f15447121f95485b24cacd5 | /pet-clinic-data/src/main/java/com/orte/sfgpetclinic/model/PetType.java | f01235d0600978a20e1c48d200ac387005813d7a | [] | no_license | Orte82/sfg-pet-clinic | 944592c12250640426372d022354d259c8d98c3f | 2ac5955b441a67b6dd21606081ca05ee2bb8f448 | refs/heads/master | 2020-09-08T19:48:51.280216 | 2019-11-17T19:51:23 | 2019-11-17T19:51:23 | 221,229,226 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 237 | java | package com.orte.sfgpetclinic.model;
public class PetType extends BaseEntity{
private String name;
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
}
| [
"kortes29@gmail.com"
] | kortes29@gmail.com |
80c7203210b992b2ffe0928a523a63090f9aa6c8 | 6675ae81570c84e5c5feb7d0f0f91301fe57b311 | /core/sis-utility/src/main/java/org/apache/sis/internal/jaxb/gmd/CodeListUID.java | 9be2a5df16f789d4a1bd992074078cd704904f30 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | GeoPlatform/sis | babf402d7239bf285f6a3c80ca1f5bbdda01b5d5 | 5f24c696d3f54c1dfb5b42342cda2bdb6b80783b | refs/heads/trunk | 2021-01-15T14:34:34.887850 | 2017-01-12T06:01:13 | 2017-01-12T06:01:13 | 78,760,242 | 0 | 0 | null | 2017-01-12T15:41:32 | 2017-01-12T15:41:32 | null | UTF-8 | Java | false | false | 7,744 | 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 ... | [
"desruisseaux@apache.org"
] | desruisseaux@apache.org |
d23209754e76f481e9bea5e8e269e8a7b27ec09e | 08846c62361284a6771e89ec93453d3109b571b9 | /src/main/java/com/jtzh/service/InspectionService.java | 3566a39cd7b6317c59d21e7005b247151c506b3f | [] | no_license | lzj1995822/zhbh-api | a497b176a1ec1302143684652d18113be752e383 | 5c8a02d2f55e8733f91fe68ae9e0d09934fa3de3 | refs/heads/master | 2023-08-04T14:33:05.831163 | 2020-01-19T02:19:13 | 2020-01-19T02:19:13 | 206,700,789 | 0 | 1 | null | 2023-07-22T15:28:54 | 2019-09-06T02:57:22 | TSQL | UTF-8 | Java | false | false | 837 | java | package com.jtzh.service;
import org.springframework.web.bind.annotation.PathVariable;
import com.jtzh.entity.InspectionRecord;
import com.jtzh.entity.LoginUserTest;
import com.jtzh.pojo.InspectionDetail;
import com.jtzh.pojo.InspectionParam;
public interface InspectionService {
public Object getInspectionList(In... | [
"243485908@qq.com"
] | 243485908@qq.com |
366bff32d089d373b118e73722eb3a71b1b8ddaf | 53d677a55e4ece8883526738f1c9d00fa6560ff7 | /com/tencent/qqmusic/mediaplayer/PlayerStateRunner.java | fc2fffe384083faf84c52a2952f5219d3e9ac5a6 | [] | no_license | 0jinxing/wechat-apk-source | 544c2d79bfc10261eb36389c1edfdf553d8f312a | f75eefd87e9b9ecf2f76fc6d48dbba8e24afcf3d | refs/heads/master | 2020-06-07T20:06:03.580028 | 2019-06-21T09:17:26 | 2019-06-21T09:17:26 | 193,069,132 | 9 | 4 | null | null | null | null | UTF-8 | Java | false | false | 4,179 | java | package com.tencent.qqmusic.mediaplayer;
import android.media.AudioTrack;
import com.tencent.matrix.trace.core.AppMethodBeat;
import com.tencent.qqmusic.mediaplayer.util.Logger;
import java.lang.ref.WeakReference;
import java.util.concurrent.locks.Lock;
import java.util.concurrent.locks.ReadWriteLock;
import j... | [
"172601673@qq.com"
] | 172601673@qq.com |
eb69532afd4ce220674bbff695319fdbed105635 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/5/5_e88d7cfe92882395c2dffac624239d28f9db2f18/Activator/5_e88d7cfe92882395c2dffac624239d28f9db2f18_Activator_t.java | 3c2e272562abe73fe303e80979c979afd597ae95 | [] | 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,164 | java | package org.dawnsci.conversion;
import java.util.Hashtable;
import org.dawb.common.services.IConversionService;
import org.osgi.framework.BundleActivator;
import org.osgi.framework.BundleContext;
public class Activator implements BundleActivator {
private static BundleContext context;
st... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
24d6c5651415236ee7b5cc4bf00cac9221451a41 | decae11812669c88f152cd82f01d5d3e556efee3 | /src/PF01/MVC_ModelViewController/_04_VehiclesRental_JOptionPane/Vehicles/CarView.java | dd84a3f895157ebd9c907ca90463a68d6a656630 | [] | no_license | ac189223/SDA_01_ProgrammingFoundations | 276b6264f4266a4cacfb97afbf74d433046ae292 | 52d4c85328c444fd80129a54ef3c73a54218b049 | refs/heads/master | 2020-07-18T19:48:55.928532 | 2019-12-16T18:51:20 | 2019-12-16T18:51:20 | 206,302,710 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 518 | java | package PF01.MVC_ModelViewController._04_VehiclesRental_JOptionPane.Vehicles;
public class CarView extends VehicleView {
String printCarDetails(Car car) {
String view = printVehicleDetails(car);
if (!car.isDamaged() && !car.isRented()) {
String engine = "";
if (!car.isManua... | [
"ac189223@o2.pl"
] | ac189223@o2.pl |
4a50dc8d5255395aa2bc7f0807fbf8f3e1c3f5aa | 9d280b50198f56bfb1165003c8cb95f51ae0e367 | /app/src/main/java/com/example/hp/iclass/HttpFunction/Function/Common_Function/Fun_QuaryStudentClass.java | 9264101c4b2af92721f64e69725c6f7784b45917 | [] | no_license | spencercjh/iClass | 608f93e879551980958c740739e47dd8845377a3 | e31f514731c5d894d1b36bf70658d97e596c9903 | refs/heads/master | 2021-09-13T00:23:16.218374 | 2018-04-23T06:28:27 | 2018-04-23T06:28:27 | 113,036,949 | 4 | 2 | null | null | null | null | UTF-8 | Java | false | false | 770 | java | package com.example.hp.iclass.HttpFunction.Function.Common_Function;
import com.example.hp.iclass.HttpFunction.Function.IPCondition;
import com.example.hp.iclass.HttpFunction.Thread.Common_Thread.QuaryStudentClass;
/**
* Created by spencercjh on 2017/12/13.
* iClass
*/
public class Fun_QuaryStudentClass {
pu... | [
"864712437@qq.com"
] | 864712437@qq.com |
f8cc2b6484d5270b98b6d7ead17f3dc128d13259 | f0568343ecd32379a6a2d598bda93fa419847584 | /modules/dfp_appengine/src/main/java/com/google/api/ads/dfp/jaxws/v201306/CustomFieldServiceInterfacecreateCustomFields.java | f6fc84cc98c4732c37541d3706fb5831e9061e44 | [
"Apache-2.0"
] | permissive | frankzwang/googleads-java-lib | bd098b7b61622bd50352ccca815c4de15c45a545 | 0cf942d2558754589a12b4d9daa5902d7499e43f | refs/heads/master | 2021-01-20T23:20:53.380875 | 2014-07-02T19:14:30 | 2014-07-02T19:14:30 | 21,526,492 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,594 | java |
package com.google.api.ads.dfp.jaxws.v201306;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
/**
*
* Creates... | [
"jradcliff@google.com"
] | jradcliff@google.com |
ec9e60ad61943f64b3e847837f99cfc985ba274f | c4b56742efe25b0fb6ab64b4445351adc0493ffd | /casta-searchengine/casta-searchengine/org/castafiore/reconcilliation/EXReciliationOptions.java | 44467570b14210f685a57fb6ba531522653f3c7e | [] | no_license | nuving/castafioreframework | 459332ad67554617445b3476471c89803ce5b0ab | 775a4c535d7910a7335aa8cddebcd1b7c95c5e13 | refs/heads/master | 2021-01-15T19:22:25.042926 | 2013-09-08T16:43:36 | 2013-09-08T16:43:36 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,940 | java | package org.castafiore.reconcilliation;
import java.math.BigDecimal;
import java.util.List;
import java.util.Map;
import org.castafiore.accounting.Account;
import org.castafiore.ui.Container;
import org.castafiore.ui.UIException;
import org.castafiore.ui.engine.ClientProxy;
import org.castafiore.ui.events.E... | [
"kureem@gmail.com"
] | kureem@gmail.com |
94a33e4b9cc4e46deaaafbcdc6c64a89e9b980e2 | f1ebb0a6c33b3cee11bec35b9aa9fa842d509a8d | /src/main/java/com/lsm1998/jvm/interpreter/instruction/comparisons/If_IcmpEQ.java | 329289c617689a3d3190066032657424b141e28b | [] | no_license | lsm1998/jvm | 33b31c9edeb976271d1563cf3e023b48943d3b9c | 60308852255313ac136cfebd644c61351a142620 | refs/heads/master | 2022-12-20T19:19:11.123462 | 2020-05-04T02:40:36 | 2020-05-04T02:40:36 | 178,363,799 | 9 | 1 | null | 2022-12-14T20:43:15 | 2019-03-29T08:25:16 | Java | UTF-8 | Java | false | false | 692 | java | package com.lsm1998.jvm.interpreter.instruction.comparisons;
import com.lsm1998.jvm.interpreter.base.BranchInstruction;
import com.lsm1998.jvm.interpreter.base.BranchLogic;
import com.lsm1998.jvm.rtda.pri.stack.Frame;
/**
* @作者:刘时明
* @时间:2019/3/26-23:37
* @说明:
*/
public class If_IcmpEQ extends BranchInstruction
{... | [
"487005831@qq.com"
] | 487005831@qq.com |
9f022a76038262dfbdf8900f143c9ae3844b3c98 | d7be273948d026302d53455400617ac0de555658 | /src/main/java/com/intern/project/gui/score/AddNewScore.java | 6fa1f1ba2b0748f36b2538ee36eccea6cf865ebb | [] | no_license | hpplayer/school_new | 7a0fb97a7f74df46f9fbb59bb795c9c4c5a3667a | e0c755d98e5569adc711b237fcfdd1dde5d0b22c | refs/heads/master | 2020-04-09T07:35:36.290889 | 2014-07-15T09:43:22 | 2014-07-15T09:43:22 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,680 | java | package com.intern.project.gui.score;
import java.awt.EventQueue;
import javax.swing.JFrame;
import javax.swing.JOptionPane;
import javax.swing.JPanel;
import java.awt.BorderLayout;
import javax.swing.JLabel;
import javax.swing.JEditorPane;
import java.awt.Color;
import java.awt.Font;
import javax.swing.JTextFiel... | [
"hpplayer@live.cn"
] | hpplayer@live.cn |
4eb068df13fa7fd6989bacab60fc2c2e5edba3c4 | 7596b13ad3a84feb67f05aeda486e8b9fc93f65f | /getAndroidAPI/src/android/os/Build.java | 49c338aa99a07023b32e6aa918aca1acc4c873a0 | [] | no_license | WinterPan2017/Android-Malware-Detection | 7aeacfa03ca1431e7f3ba3ec8902cfe2498fd3de | ff38c91dc6985112e958291867d87bfb41c32a0f | refs/heads/main | 2023-02-08T00:02:28.775711 | 2020-12-20T06:58:01 | 2020-12-20T06:58:01 | 303,900,592 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,056 | java | // Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.kpdus.com/jad.html
// Decompiler options: packimports(3)
// Source File Name: Build.java
package android.os;
import java.util.List;
public class Build
{
public static class VERSION_CODES
{
public static fi... | [
"panwentao1301@163.com"
] | panwentao1301@163.com |
7e4f52c1e801c6903890b05a3597ae3a67124774 | 6252c165657baa6aa605337ebc38dd44b3f694e2 | /org.eclipse.epsilon.egl.sync/Scalability-Tests/boiler-To-Generate-1000-Files/boiler-To-Generate-1000-Files/syncregions-1000Files/BoilerActuator2735.java | 6fbad9cc4ffc748e12d1f0621bd76544887aab10 | [] | no_license | soha500/EglSync | 00fc49bcc73f7f7f7fb7641d0561ca2b9a8ea638 | 55101bc781349bb14fefc178bf3486e2b778aed6 | refs/heads/master | 2021-06-23T02:55:13.464889 | 2020-12-11T19:10:01 | 2020-12-11T19:10:01 | 139,832,721 | 0 | 1 | null | 2019-05-31T11:34:02 | 2018-07-05T10:20:00 | Java | UTF-8 | Java | false | false | 267 | java | package syncregions;
public class BoilerActuator2735 {
public int execute(int temperatureDifference2735, boolean boilerStatus2735) {
//sync _bfpnGUbFEeqXnfGWlV2735, behaviour
Half Change - return temperature - targetTemperature;
//endSync
}
}
| [
"sultanalmutairi@172.20.10.2"
] | sultanalmutairi@172.20.10.2 |
35b3d2c2aee653506fbb068d2e03d16067c500d0 | 92dd6bc0a9435c359593a1f9b309bb58d3e3f103 | /src/Nov2020_GfG/_057SmallestWindowInAStringContainingAllTheCharactersOfAnotherString.java | 63066cf0b4b969b668c9b1d7a3af54d27ae971c0 | [
"MIT"
] | permissive | darshanhs90/Java-Coding | bfb2eb84153a8a8a9429efc2833c47f6680f03f4 | da76ccd7851f102712f7d8dfa4659901c5de7a76 | refs/heads/master | 2023-05-27T03:17:45.055811 | 2021-06-16T06:18:08 | 2021-06-16T06:18:08 | 36,981,580 | 3 | 3 | null | null | null | null | UTF-8 | Java | false | false | 541 | java | package Nov2020_GfG;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
public class _057SmallestWindowInAStringContainingAllTheCharactersOfAnotherString {
public static void main(String[] args) {
System.out.println(
findLongestWord("abpcplea", new ArrayList<String>(Arrays.asList("ale... | [
"hsdars@gmail.com"
] | hsdars@gmail.com |
33ac5043ccb055a4a2d03a00d9c184b8047d6a94 | 05c06f5108c93c7a539298aaa503581dc6672c43 | /test-js-java/src/main/java/org/zinclib/testjsj/ZincRhinoTest.java | 4b7df8e64e185d986b825f1b80569d7f4eb6a25f | [] | no_license | Ziniki-Network/zinclib | 5bd479cd2fc4e0a663fe527f9abcc5078640f7e0 | e9577fb1f7c76dc243fe23da82b48bc469371b6e | refs/heads/master | 2020-12-24T16:42:05.399494 | 2016-04-18T12:10:28 | 2016-04-18T17:19:47 | 19,075,318 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,181 | java | package org.zinclib.testjsj;
import java.lang.reflect.Constructor;
import org.zincapi.Zinc;
import org.zincapi.inline.server.ZincServlet;
import org.zinutils.http.ISServletDefn;
import org.zinutils.http.InlineServer;
import org.zinutils.rhino.RhinoEnvironment;
import org.zinutils.rhino.ZinRhinoTest;
import org.zinuti... | [
"gareth@ziniki.org"
] | gareth@ziniki.org |
550d80ec90fa30fc70539512d5ed2aaab31bc29c | 2a55757ee5b3afa680e2688b29b14c2a39c9ecd5 | /app/src/main/java/com/grameen/bebshanikashapp/View/Activity/FragmentContainerActivity.java | e4b2b32ecbdaaa7daac48f7c6475f4bb942971ed | [] | no_license | SadakatulShakil/Bebsha_Nikash | ebf459e0b1d9b02b89a321c2b4702978a05e1b1e | 0abb2481bb96d149cf34a0089f607af46a1d8c5e | refs/heads/master | 2023-06-21T11:56:56.040184 | 2021-07-14T10:57:39 | 2021-07-14T10:57:39 | 379,022,370 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,176 | java | package com.grameen.bebshanikashapp.View.Activity;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AppCompatActivity;
import androidx.core.app.ActivityCompat;
import androidx.core.content.ContextCompat;
import androidx.fragment.app.Fragment;
import androidx.fragment.app.FragmentManager;
import androi... | [
"sadakatulshakil94@gmail.com"
] | sadakatulshakil94@gmail.com |
2ea1b2de9b111646da84ab99e61254b4435940fa | 602f6f274fe6d1d0827a324ada0438bc0210bc39 | /spring-framework/src/main/java/org/springframework/ejb/access/AbstractSlsbInvokerInterceptor.java | a9a770f510dfc0fc33e1b4d1ee4f2549baefecf6 | [
"Apache-2.0"
] | permissive | 1091643978/spring | c5db27b126261adf256415a0c56c4e7fbea3546e | c832371e96dffe8af4e3dafe9455a409bfefbb1b | refs/heads/master | 2020-08-27T04:26:22.672721 | 2019-10-31T05:31:59 | 2019-10-31T05:31:59 | 217,243,879 | 0 | 0 | Apache-2.0 | 2019-10-24T07:58:34 | 2019-10-24T07:58:31 | null | UTF-8 | Java | false | false | 7,400 | java | /*
* Copyright 2002-2012 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 ap... | [
"784990655@qq.com"
] | 784990655@qq.com |
718ddead6884e37b9e81d90b71e477279f8c0a4f | 3634eded90370ff24ee8f47ccfa19e388d3784ad | /src/main/java/com/alipay/security/mobile/module/deviceinfo/f.java | 8fce3a6ec076556196da3f5f4e5387b7016b5eab | [] | no_license | xiaofans/ResStudyPro | 8bc3c929ef7199c269c6250b390d80739aaf50b9 | ac3204b27a65e006ebeb5b522762848ea82d960b | refs/heads/master | 2021-01-25T05:09:52.461974 | 2017-06-06T12:12:41 | 2017-06-06T12:12:41 | 93,514,258 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 708 | java | package com.alipay.security.mobile.module.deviceinfo;
import android.telephony.PhoneStateListener;
import android.telephony.SignalStrength;
import android.telephony.TelephonyManager;
final class f extends PhoneStateListener {
final /* synthetic */ e a;
final /* synthetic */ TelephonyManager b;
f(e eVar, ... | [
"zhaoyu@neoteched.com"
] | zhaoyu@neoteched.com |
c970957ffb3f9ba112aa25e62935be93c2ac3533 | 746572ba552f7d52e8b5a0e752a1d6eb899842b9 | /JDK8Source/src/main/java/com/sun/org/apache/xerces/internal/impl/xs/opti/NodeImpl.java | f5a39db623bd3ea8f437a0599733ed2e3123f553 | [] | no_license | lobinary/Lobinary | fde035d3ce6780a20a5a808b5d4357604ed70054 | 8de466228bf893b72c7771e153607674b6024709 | refs/heads/master | 2022-02-27T05:02:04.208763 | 2022-01-20T07:01:28 | 2022-01-20T07:01:28 | 26,812,634 | 7 | 5 | null | null | null | null | UTF-8 | Java | false | false | 2,440 | java | /***** Lobxxx Translate Finished ******/
/*
* Copyright (c) 2007, 2015, Oracle and/or its affiliates. All rights reserved.
* ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*/
/*
* Copyright 2001, 2002,2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "... | [
"919515134@qq.com"
] | 919515134@qq.com |
d77227a336d3867add437291fdd4316551eef64c | 80144e70d9eb77de6d7ea827d6681d3e420a7a9b | /src/main/java/com/hzz/hzzcloud/util/插入实时数据/testController.java | cc3b606729e2428866597b083da1e5e1c487a158 | [] | no_license | kun303/hzzcloud | 52c858c1f6744f09bd9ab869761761740ee21e6c | f43ec16e7f610210688484e34eae5d486902e118 | refs/heads/master | 2023-07-12T03:30:06.412679 | 2021-04-22T16:12:51 | 2021-04-22T16:12:51 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,150 | java | package com.hzz.hzzcloud.util.插入实时数据;
import com.ltmonitor.entity.GPSRealData;
import net.fxft.cloud.redis.RedisUtil;
import net.fxft.gateway.util.KryoUtil;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.... | [
"605198347@qq.com"
] | 605198347@qq.com |
29dd55d5d0affed5e923829349557c11cd224ae9 | 3729763ddb479b21c7f3a5f1e0a9954500850b52 | /Sources/com/workday/sources/SchoolTypeObjectType.java | a80f4fb05e867d2e015ab2c3201d7cbd0f14415f | [] | no_license | SANDEEPERUMALLA/workdayscanner | fe0816e9a95de73a598d6e29be5b20aeeca6cb60 | 8a4c3660cc588402aa49f948afe2168c4faa9df5 | refs/heads/master | 2020-03-18T22:30:21.218489 | 2018-05-29T20:24:36 | 2018-05-29T20:24:36 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,601 | java |
package com.workday.sources;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
/**
... | [
"p.sandeepkumargupta@gmail.com"
] | p.sandeepkumargupta@gmail.com |
d644843847314d1854f78c29be9d9e0c318dde96 | bf744ba24a594529fc2e6729afe19a20b70d6fde | /Proj-supergenius-XO/.svn/pristine/d6/d644843847314d1854f78c29be9d9e0c318dde96.svn-base | 9826be72aa2a833a55b8d94011940e92fa9d6439 | [] | no_license | greatgy/Code | 4e3fc647999d0ff94933c0ff85bf08228de62a1f | e198b7cf90a40e531235fa9e88df211e1978e177 | refs/heads/master | 2021-10-27T16:27:19.551730 | 2019-04-18T09:43:07 | 2019-04-18T09:43:07 | 182,007,387 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 426 | package com.supergenius.xo.moral.daoimpl;
import org.springframework.stereotype.Component;
import com.genius.xo.mongodb.daoimpl.BaseMongoDaoImpl;
import com.supergenius.moral.moral.dao.ArticleDao;
import com.supergenius.xo.moral.entity.Article;
/**
* 用户发帖dao实现
* @author liushaomin
*/
@Component("moralArticleDaoI... | [
"18519764453@163.com"
] | 18519764453@163.com | |
5edcad8a772903b3e44fa30768e4b418e84afdc5 | 81b3984cce8eab7e04a5b0b6bcef593bc0181e5a | /android/CarlifeSource/app/src/main/java/me/objectyan/screensharing/logic/p082b/p091c/p092a/C1720a.java | a3e38e301b67d73f753484d2ec75439a6288da83 | [] | no_license | ausdruck/Demo | 20ee124734d3a56b99b8a8e38466f2adc28024d6 | e11f8844f4852cec901ba784ce93fcbb4200edc6 | refs/heads/master | 2020-04-10T03:49:24.198527 | 2018-07-27T10:14:56 | 2018-07-27T10:14:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,519 | java | package com.baidu.carlife.logic.p082b.p091c.p092a;
import android.support.annotation.Nullable;
import android.view.View;
import android.view.View.OnClickListener;
import com.baidu.carlife.R;
import com.baidu.carlife.logic.p082b.p090b.C1717a;
import com.baidu.carlife.p059c.C1105d;
import com.baidu.carlife.p059c.C1141f;... | [
"objectyan@gmail.com"
] | objectyan@gmail.com |
ce7a14602f7d88161c564784d3eb8ad39acc3b10 | 818f4afad426c6b6cb3d5619d536db00f7242235 | /src/main/java/mum/swe/CRMSSpringApp/controller/web/CarController.java | a7098173fcfb63c4ca779456716f322571a7e651 | [] | no_license | maxiplux/CRMSSpringApp | 93f23ee2b93292cd898f8bc67eb669c4ac4d46e6 | 57bdd06cd69a927087d207c5d0550c9cf480c62c | refs/heads/master | 2021-07-12T08:10:12.285475 | 2018-09-01T03:21:23 | 2018-09-01T03:21:23 | 146,963,170 | 1 | 0 | null | 2020-06-16T08:42:02 | 2018-09-01T03:13:00 | HTML | UTF-8 | Java | false | false | 2,593 | java | package mum.swe.CRMSSpringApp.controller.web;
import mum.swe.CRMSSpringApp.model.Car;
import mum.swe.CRMSSpringApp.service.CarService;
import mum.swe.CRMSSpringApp.service.CategoryService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.spring... | [
"maxiplux@gmail.com"
] | maxiplux@gmail.com |
b4f84746f4b9ad189e8c7a782e1a2660fc6b8bb3 | 1302a788aa73d8da772c6431b083ddd76eef937f | /WORKING_DIRECTORY/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/Launcher3Strategy.java | 6d7fbfcf10403f49355031b8c37540ecd77e832c | [] | no_license | rockduan/androidN-android-7.1.1_r28 | b3c1bcb734225aa7813ab70639af60c06d658bf6 | 10bab435cd61ffa2e93a20c082624954c757999d | refs/heads/master | 2021-01-23T03:54:32.510867 | 2017-03-30T07:17:08 | 2017-03-30T07:17:08 | 86,135,431 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,627 | java | /*
* Copyright (C) 2016 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... | [
"duanliangsilence@gmail.com"
] | duanliangsilence@gmail.com |
98c816767462fd1b2dd63e8509baa55c8b1a8ca4 | 42e94aa09fe8d979f77449e08c67fa7175a3e6eb | /src/com/viaversion/viabackwards/protocol/protocol1_12_2to1_13/packets/EntityPackets1_13$6.java | 4b2d527497f932b1e361b74ee0a9269a96183a31 | [
"Unlicense"
] | permissive | HausemasterIssue/novoline | 6fa90b89d5ebf6b7ae8f1d1404a80a057593ea91 | 9146c4add3aa518d9aa40560158e50be1b076cf0 | refs/heads/main | 2023-09-05T00:20:17.943347 | 2021-11-26T02:35:25 | 2021-11-26T02:35:25 | 432,312,803 | 1 | 0 | Unlicense | 2021-11-26T22:12:46 | 2021-11-26T22:12:45 | null | UTF-8 | Java | false | false | 853 | java | package com.viaversion.viabackwards.protocol.protocol1_12_2to1_13.packets;
import com.viaversion.viabackwards.protocol.protocol1_12_2to1_13.packets.EntityPackets1_13;
import com.viaversion.viaversion.api.protocol.remapper.PacketRemapper;
import com.viaversion.viaversion.api.type.Type;
import com.viaversion.viaversion.... | [
"91408199+jeremypelletier@users.noreply.github.com"
] | 91408199+jeremypelletier@users.noreply.github.com |
94207908938555a5d39853a2671179052a7dad87 | 281fc20ae4900efb21e46e8de4e7c1e476f0d132 | /sandbox/samples/rex-demo/src/main/java/org/richfaces/demo/media/MediaData.java | f3741faded9982ae8db249d6cd87d31999ed9cb4 | [] | no_license | nuxeo/richfaces-3.3 | c23b31e69668810219cf3376281f669fa4bf256f | 485749c5f49ac6169d9187cc448110d477acab3b | refs/heads/master | 2023-08-25T13:27:08.790730 | 2015-01-05T10:42:11 | 2015-01-05T10:42:11 | 10,627,040 | 3 | 5 | null | null | null | null | UTF-8 | Java | false | false | 848 | java | package org.richfaces.demo.media;
import java.awt.Color;
import java.io.Serializable;
public class MediaData implements Serializable{
private static final long serialVersionUID = 1L;
Integer Width=110;
Integer Height=50;
Color Background=new Color(0,0,0);
Color DrawColor=new Color(255,255,255);
pub... | [
"grenard@nuxeo.com"
] | grenard@nuxeo.com |
e261a888159cfd80e70c7bc94a1556fac505748f | ef5bea450f69e1d16dee0cd15e9076da2a427e8f | /app/src/main/java/cn/longmaster/hospital/doctor/core/requests/dutyclinic/SubmitDCSuggestionRequester.java | cd69c8eca50b3113aececf7de451c45d542819b2 | [] | no_license | chengsoft618/Internet_Hospital_Doctor | c9e37e8ce80bf3c303f799406644f1adf4cb10df | b6486de17b2246113bcee26d0ec3f2586828d5f7 | refs/heads/master | 2021-02-07T20:55:11.939929 | 2020-01-16T09:10:08 | 2020-01-16T09:10:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,739 | java | package cn.longmaster.hospital.doctor.core.requests.dutyclinic;
import android.support.annotation.NonNull;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import java.util.Map;
import cn.longmaster.hospital.doctor.core.requests.BaseApiUrlRequester;
import cn.longmaster.hospital... | [
"wangyangguiyang@163.com"
] | wangyangguiyang@163.com |
1a3ed2b4023ea38e939e0559e7b8773733a4221d | 40665051fadf3fb75e5a8f655362126c1a2a3af6 | /AddstarMC-Minigames/cd864fe3aa2db1b818cf62579cd2c08f82912496/256/MenuItemDecimal.java | 7d319c18a0353b737736bb49c1a43248460375ef | [] | no_license | fermadeiral/StyleErrors | 6f44379207e8490ba618365c54bdfef554fc4fde | d1a6149d9526eb757cf053bc971dbd92b2bfcdf1 | refs/heads/master | 2020-07-15T12:55:10.564494 | 2019-10-24T02:30:45 | 2019-10-24T02:30:45 | 205,546,543 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,643 | java | package au.com.mineauz.minigames.menu;
import au.com.mineauz.minigames.MinigameMessageType;
import au.com.mineauz.minigames.objects.MinigamePlayer;
import org.bukkit.ChatColor;
import org.bukkit.Material;
import org.bukkit.inventory.ItemStack;
import java.text.DecimalFormat;
import java.util.ArrayList;
import java.ut... | [
"fer.madeiral@gmail.com"
] | fer.madeiral@gmail.com |
d5e1529c70787ac331d1b7554f0c6cabfded60dc | b3fcee7db59d45cc2f7e1169bf0f5756983c72c8 | /others/MyLib/app/src/main/java/com/example/r028367/mylib/Main2Activity.java | fe7d9b877ca71b9695d11a4ba5c9e0992402b0b4 | [
"MIT"
] | permissive | chrislucas/repo-android | c4fcf8463622b39e392c06af131ba5a1cb4dc480 | 3e83b9d6426aa8ed33cd7afc03a7ec84b7475cd0 | refs/heads/master | 2021-01-12T09:47:49.275203 | 2018-12-21T17:49:27 | 2018-12-21T17:49:27 | 76,249,558 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 342 | java | package com.example.r028367.mylib;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
public class Main2Activity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.act... | [
"christoffer.luccas@gmail.com"
] | christoffer.luccas@gmail.com |
c006e07a4f8ff71d48057778a2e7b62d25306ab7 | 353323576f13096f84499049e6f3b07add67d11d | /lotto-cms/src/main/java/com/bh/live/service/impl/lottery/PlayServiceImpl.java | 61b6451586cbe4e88b2aaf32fc1d15bb9a52c334 | [] | no_license | unchch/java_live-cp | dbaf677acdf98c644c77efb9ae75c26be355fd9c | 8adf8781d899966d01c53ad35f9fe526969c95ec | refs/heads/master | 2022-09-30T17:26:05.046102 | 2019-11-02T09:00:59 | 2019-11-02T09:00:59 | 219,128,599 | 3 | 1 | null | 2022-09-01T23:15:07 | 2019-11-02T08:58:44 | Java | UTF-8 | Java | false | false | 5,288 | java | package com.bh.live.service.impl.lottery;
import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import com.bh.live.common.constant.LotteryConstants;
import com.bh.live.common.utils.CommonUtil;
import com.bh.live.dao.lottery.PlayDao;
impo... | [
"unchch.xt@gmail.com"
] | unchch.xt@gmail.com |
b503f29e20a14412d76c655146d770e52c16031d | 1d928c3f90d4a0a9a3919a804597aa0a4aab19a3 | /java/hazelcast/2016/12/GroupMismatchOperation.java | ba6f2a91d1f2cb76536032e08e265614245794a6 | [] | no_license | rosoareslv/SED99 | d8b2ff5811e7f0ffc59be066a5a0349a92cbb845 | a062c118f12b93172e31e8ca115ce3f871b64461 | refs/heads/main | 2023-02-22T21:59:02.703005 | 2021-01-28T19:40:51 | 2021-01-28T19:40:51 | 306,497,459 | 1 | 1 | null | 2020-11-24T20:56:18 | 2020-10-23T01:18:07 | null | UTF-8 | Java | false | false | 1,579 | java | /*
* Copyright (c) 2008-2016, 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 ... | [
"rodrigosoaresilva@gmail.com"
] | rodrigosoaresilva@gmail.com |
7859fe534bddfc737a4aaadc7dd39c0a69f374fc | bbf526bca24e395fcc87ef627f6c196d30a1844f | /distinct-prime-factors-of-product-of-array/Solution.java | 469bf89c0104634902169e3e432c9a888ead3f6e | [] | no_license | charles-wangkai/leetcode | 864e39505b230ec056e9b4fed3bb5bcb62c84f0f | 778c16f6cbd69c0ef6ccab9780c102b40731aaf8 | refs/heads/master | 2023-08-31T14:44:52.850805 | 2023-08-31T03:04:02 | 2023-08-31T03:04:02 | 25,644,039 | 52 | 18 | null | 2021-06-05T00:02:50 | 2014-10-23T15:29:44 | Java | UTF-8 | Java | false | false | 424 | java | import java.util.Arrays;
import java.util.stream.IntStream;
class Solution {
public int distinctPrimeFactors(int[] nums) {
return (int)
IntStream.rangeClosed(2, Arrays.stream(nums).max().getAsInt())
.filter(x -> isPrime(x) && Arrays.stream(nums).anyMatch(num -> num % x == 0))
.cou... | [
"charles.wangkai@gmail.com"
] | charles.wangkai@gmail.com |
9feaf95bfcd406b87e536f0747659f1260edbe23 | 19b2339916cfa1c67064bd1bcb596b90176cbe09 | /webbeans-arquillian/owb-arquillian-standalone/src/test/java/org/apache/webbeans/arquillian/test/OwbArquillianWebJarDeploymentTest.java | 9422b7ac845dea736f4881b44a24d9e0e1e08de1 | [
"Apache-2.0"
] | permissive | tomitribe/openwebbeans | 11bc241ed4057076ea34904f6f0bfc5520349b7d | c59d327f49f59bb6cf59eb5c62a34758bcea9e1c | refs/heads/trunk | 2023-03-17T21:36:10.567187 | 2018-11-07T15:53:10 | 2018-11-07T15:53:10 | 156,701,071 | 0 | 2 | Apache-2.0 | 2022-06-08T21:50:31 | 2018-11-08T12:06:38 | Java | UTF-8 | Java | false | false | 3,670 | 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 ma... | [
"struberg@apache.org"
] | struberg@apache.org |
c5c6722081bcc62ac239bd93d77f3175d0b1bccf | 596d59292b2355e93f57c1d55f107664adda4e10 | /app/src/main/java/com/rackluxury/lamborghini/reddit/UploadImageEnabledActivity.java | 25716a7040ac050e1057494ac6f4296304685480 | [] | no_license | HarshAProgrammer/Lamborghini | 25dd82af51f29c4d2c4fa4a90c651c3a59b57434 | 6e2a4eda873a376f2d05b74048d7f2e8ea227811 | refs/heads/master | 2023-08-01T03:33:05.151537 | 2021-09-13T16:26:58 | 2021-09-13T16:26:58 | 405,989,932 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 195 | java | package com.rackluxury.lamborghini.reddit;
public interface UploadImageEnabledActivity {
void uploadImage();
void captureImage();
void insertImageUrl(UploadedImage uploadedImage);
}
| [
"App.Lavishly@Gmail.com"
] | App.Lavishly@Gmail.com |
2705109bbe90808536f112818258f5340b1ad7fe | ebb6ffe90a5f3080ecc3dd4763b9af6b063dfaab | /src/main/java/ua/com/serzh/service/ContactEditor.java | 8934c5fa634cd02d125f6c6272f8c2463404eb8e | [] | no_license | Just-Fun/Phonebook | b0dee5965b7e317702a95a81fbc09a990bd1f8fa | ac7ec97fe4e03ed8b1d1cc05e584cde561eba4d9 | refs/heads/master | 2021-01-17T15:12:52.717349 | 2016-11-10T19:02:47 | 2016-11-10T19:02:47 | 71,815,607 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,223 | java | package ua.com.serzh.service;
import ua.com.serzh.dao.ContactDao;
import ua.com.serzh.entities.Contact;
import ua.com.serzh.entities.User;
import ua.com.serzh.utils.Validation;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpSession;
/**
* Created by Serzh on 11/2/16.
*/
public class Co... | [
"Just-Fun@users.noreply.github.com"
] | Just-Fun@users.noreply.github.com |
5cdbe577ca50dd068f4417494aa3b3fd9cfe8bfe | 9c1c7a727e2218e0e5ccf88f379edeb82fa71ec0 | /gnu/expr/PushApply.java | 9279b81ee40ee26d8dd4109ecb2247c6301a7ac7 | [
"MIT"
] | permissive | uaiim/ai2-kawa | c73def804c74639477e4284e3ffa0090e5289732 | f009546d8a693b16ed2c5f5eece0377cc617285e | refs/heads/master | 2023-03-22T13:31:33.710666 | 2018-03-09T02:38:15 | 2018-03-09T02:38:15 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,593 | java | package gnu.expr;
/** Re-arranges ApplyExp where the function is a LetExp or BeginExp.
Optimizes ((let (...) body) . args) to (let (...) (body . args)).
Optimizes ((begin ... last) . args) to (begin ... (last . args)).
This helps optimize Scheme "named let" (and some other forms)
by making it more like... | [
"jis@mit.edu"
] | jis@mit.edu |
8b99b5a13e7afe4cd725b6ad7bfa3966566cfbd3 | 5054e37a9070bc6d8c177f4e3894e65e16a9fc9a | /smpe-system/src/main/java/marchsoft/modules/system/service/mapstruct/RoleMapStruct.java | a71ad7940480142d4bd0585878fb35b8ecedad64 | [
"Apache-2.0"
] | permissive | mfei8/smpe-admin | 343e703266d95ceeab1fe8c7bda094320ac85397 | 5487d582a20754f15fcd56df2c57fe69fe7b3a9d | refs/heads/main | 2023-04-14T11:19:05.859090 | 2021-05-02T02:56:56 | 2021-05-02T02:56:56 | 339,051,795 | 3 | 0 | Apache-2.0 | 2021-02-15T11:11:47 | 2021-02-15T11:11:46 | null | UTF-8 | Java | false | false | 530 | java | package marchsoft.modules.system.service.mapstruct;
import marchsoft.base.BaseMapStruct;
import marchsoft.modules.system.entity.bo.RoleBO;
import marchsoft.modules.system.entity.dto.RoleDTO;
import org.mapstruct.Mapper;
import org.mapstruct.ReportingPolicy;
/**
* @author Wangmingcan
* @date 2020/8/18 8:38
*/
@Mapp... | [
"1487660836@qq.com"
] | 1487660836@qq.com |
7ba8e3d865aa2958910ce9d2960ffeb4f38759f9 | 4e812adb0b5576cb3bc425195eeabf470da0ce44 | /android/app/src/main/java/com/another_marketplace_19111/MainActivity.java | 135d90eaf13886fc037b31d9ed4f5cb8c1a354ee | [] | no_license | crowdbotics-apps/another-marketplace-19111 | f2e2f973366dfd7cec1432694735434c9d6decc5 | cfe32ffbf4dc2acce59397bedaf87b19210aa01b | refs/heads/master | 2022-11-30T08:53:52.252840 | 2020-08-06T15:20:34 | 2020-08-06T15:20:34 | 281,786,486 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 395 | java | package com.another_marketplace_19111;
import com.facebook.react.ReactActivity;
public class MainActivity extends ReactActivity {
/**
* Returns the name of the main component registered from JavaScript.
* This is used to schedule rendering of the component.
*/
@Override
protected String ge... | [
"team@crowdbotics.com"
] | team@crowdbotics.com |
8042981a12a7eb8eea199246a41717b1e942a396 | e09d79b030cf788a8131bd38d5e8138ec469a903 | /examples/example.java2uml/src/example/java2uml/runningexample/EMFDataSource.java | ba313a658cf38e5b2fd89121f091f049a2287c93 | [] | no_license | anatlyzer/a2l | 3c28b71804c1bdd5c378a7cf85e9a04498d8869a | 74f2c3ca81e45233a44461e95a4898ba1f237983 | refs/heads/master | 2021-01-16T04:34:21.940706 | 2020-02-25T23:35:00 | 2020-02-25T23:35:00 | 242,977,197 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,532 | java | package example.java2uml.runningexample;
import java.util.ArrayList;
import java.util.HashMap;
import org.eclipse.emf.common.util.TreeIterator;
import org.eclipse.emf.ecore.EObject;
import org.eclipse.emf.ecore.resource.Resource;
import lintra2.blackboard.BlackboardException;
import lintra2.blackboard.IArea;
import ... | [
"jesus.sanchez.cuadrado@gmail.com"
] | jesus.sanchez.cuadrado@gmail.com |
753f21412b0c51639cf357702a8dd6ffc3b99ff6 | eb97ee5d4f19d7bf028ae9a400642a8c644f8fe3 | /tags/2008-09-05/seasar2-2.4.29/seasar-benchmark/src/main/java/benchmark/wire/Bean00002AImpl.java | 4e5c859eb1b04fbc4a14f70136d62bd34fee5cd8 | [] | no_license | svn2github/s2container | 54ca27cf0c1200a93e1cb88884eb8226a9be677d | 625adc6c4e1396654a7297d00ec206c077a78696 | refs/heads/master | 2020-06-04T17:15:02.140847 | 2013-08-09T09:38:15 | 2013-08-09T09:38:15 | 10,850,644 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 340 | java | package benchmark.wire;
public class Bean00002AImpl implements Bean00002A {
private benchmark.wire.Bean00002B bean00002B;
public benchmark.wire.Bean00002B getBean00002B() {
return bean00002B;
}
public void setBean00002B(benchmark.wire.Bean00002B bean00002B) {
this.bean00002B = bea... | [
"koichik@319488c0-e101-0410-93bc-b5e51f62721a"
] | koichik@319488c0-e101-0410-93bc-b5e51f62721a |
3dccdb5d9e2bfcc1570048667a81f261e79edb2d | 1c2c84787d46719001e181b46acf51a23b2abe3f | /commonlib/src/main/java/com/yun/common/toast/SafeToast.java | 471d57db7804d693c745cf0c4877f7a257a481ac | [] | no_license | ILoveLin/UIFrameThree | 4ba8d646e71158bc3d35d64e4a5f77ef97b1a31c | b940a8a510e4942b2bd7689cf324af8c6fccdc4d | refs/heads/master | 2022-11-27T08:42:23.733194 | 2020-08-13T07:48:30 | 2020-08-13T07:48:30 | 287,214,377 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,083 | java | package com.yun.common.toast;
import android.app.Application;
import android.os.Handler;
import android.os.Message;
import android.view.WindowManager;
import android.widget.Toast;
import java.lang.reflect.Field;
/**
* Created by Lovelin on 2020/1/18
* <p>
* Describe:
* desc : Toast 显示安全处理
*/
final class Sa... | [
"tongzhengtong@126.com"
] | tongzhengtong@126.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.