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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
8353d26da598102c4fdb68ce3d610495b80c559a | c612fe9597af8f89a8852c1b1866d4a6460de84e | /judge/src/main/java/org/atanasov/judge/service/ProblemValidationService.java | 26101802a59ce3b37e6d02ecf43c4633e682b29f | [
"MIT"
] | permissive | VasAtanasov/SoftUni-Java-Web-Basics-September-2019 | cf8f79190ba2b2b8d727b9b8c1e05dfc06726ae8 | c5456fd987d559159a3ba3dc16da0875138defd1 | refs/heads/master | 2022-07-10T13:10:21.647063 | 2019-10-30T08:56:55 | 2019-10-30T08:56:55 | 211,797,820 | 0 | 0 | MIT | 2022-06-21T02:08:25 | 2019-09-30T07:09:39 | Java | UTF-8 | Java | false | false | 187 | java | package org.atanasov.judge.service;
public interface ProblemValidationService {
boolean isProblemNameValid(String name);
boolean areProblemTotalPointsValid(Integer points);
}
| [
"vas.atanasov@gmail.com"
] | vas.atanasov@gmail.com |
57e6c3ea599b648873336ce0a2b03dd8deb25518 | 6253283b67c01a0d7395e38aeeea65e06f62504b | /decompile/framework/hwWifi-service/com/android/server/wifi/wifipro/WiFiProScoreInfo.java | 15f1b00457803cfcf8d37fc81e02372f96c435d8 | [] | no_license | sufadi/decompile-hw | 2e0457a0a7ade103908a6a41757923a791248215 | 4c3efd95f3e997b44dd4ceec506de6164192eca3 | refs/heads/master | 2023-03-15T15:56:03.968086 | 2017-11-08T03:29:10 | 2017-11-08T03:29:10 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,548 | java | package com.android.server.wifi.wifipro;
import android.common.HwFrameworkFactory;
import android.net.wifi.ScanResult;
import android.net.wifi.WifiInfo;
public class WiFiProScoreInfo implements Comparable {
public static final int EVALUATE_FAIL = 1;
public static final int LEVEL_COMMON = 2;
public static ... | [
"liming@droi.com"
] | liming@droi.com |
782daf009a7c8078555e490f66b939c2b30903cc | 300ddcf99f05646e1ea56f4b06a7a735e9d3341a | /kodilla-testing/src/main/java/com/kodilla/testing/forum/statistics/Statistics.java | 9e0e70e1abdecdb7c76b5d3e8a6629becc5fc493 | [] | no_license | MichalGuz/kodilla-course-new | 335c269c90090c944b1a510ff1045b205b82f0f5 | faa4aab8f6e9f1ef92e3789ff06deb96a080939b | refs/heads/master | 2021-09-14T13:58:39.233246 | 2018-05-14T18:24:10 | 2018-05-14T18:24:10 | 118,367,850 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 305 | java | package com.kodilla.testing.forum.statistics;
import java.util.List;
public interface Statistics {
List<String> usersNames(); // list of users names
int postsCount(); // total quantity of forum posts
int commentsCount(); // total quantity of forum comments
}
| [
"michalguz@gmail.com"
] | michalguz@gmail.com |
680569dbf03d6c0c52bf742dfdaf63a991f234bc | bb8c25ecf757892d798dd0ef97de645066d6612b | /src/design17_责任链模式/sample_1/abstractRequest/AbstractRequest.java | 597c8bb8b2260a77fee4593f2c48e2ff445c0f56 | [] | no_license | xiangyutian/DesignPattern | 05be3d830efccea451052e460443fd3919982cd1 | ae6a68736329cb3ffc5ee36ee9be14eddde39f96 | refs/heads/master | 2020-04-14T11:33:37.765305 | 2017-11-20T05:36:32 | 2017-11-20T05:36:32 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 409 | java | package design17_责任链模式.sample_1.abstractRequest;
//抽象请求者
public abstract class AbstractRequest {
private Object obj;//处理对象
public AbstractRequest(Object obj) {
this.obj = obj;
}
//获取处理的内容对象
public Object getContent(){
return obj;
}
//获取请求者对象的处理级别
public abstract int ge... | [
"1341520108@qq.com"
] | 1341520108@qq.com |
238cd33caa611682a93f462e621ce96b73961b8d | fb9506d58c1dc3410a60308066cecc28fdcd360e | /OntologyUpdate/src/com/hp/hpl/jena/sparql/pfunction/library/textMatch.java | 1e039864a0a08644862b3cef4b04245dc756bb27 | [
"Apache-2.0",
"BSD-3-Clause"
] | permissive | utalo/ontologyUpdate | 37cab2bf8c89f5d2c29d1036169363a9c901969e | 96b8bcd880930a9d19363d2a80eac65496663b1b | refs/heads/master | 2020-06-14T04:03:28.902754 | 2019-07-02T16:45:53 | 2019-07-02T16:45:53 | 194,888,725 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,284 | java | /*
* (c) Copyright 2006, 2007, 2008 Hewlett-Packard Development Company, LP
* All rights reserved.
* [See end of file]
*/
package com.hp.hpl.jena.sparql.pfunction.library;
import com.hp.hpl.jena.query.larq.IndexLARQ;
import com.hp.hpl.jena.query.larq.LARQ;
import com.hp.hpl.jena.query.larq.LuceneSearch;
import co... | [
"uta.loesch@gmx.de"
] | uta.loesch@gmx.de |
2e56e71d516a1f1f4b71d74004aa5cf3d62cba1f | 3fb5956b7ad7fb348d1d8fc8309ae660f0a07d57 | /src/java_hasta_el_video_200/video184/ColeccionesVILinkedList.java | 7eee5a0452320e3eafcab1b22d4e7b55dfa77897 | [] | no_license | german-jongewaard/PildorasTest | c9c5fd1125afd85bea0a59c45d123d2bb8d0fc17 | ef48ab29e8aef5990a814b28ef89b27aafbeb8c2 | refs/heads/master | 2021-10-27T05:45:54.566000 | 2019-04-14T10:22:41 | 2019-04-14T10:22:41 | 111,906,672 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 762 | java | package java_hasta_el_video_200.video184;
import java.util.*;
/**
*
* @author german
*/
public class ColeccionesVILinkedList {
public static void main(String[] args) {
// TODO code application logic here
LinkedList<String> personas = new LinkedList<String>();
... | [
"germanjongewaard@gmail.com"
] | germanjongewaard@gmail.com |
0417133475a9e75e5aaacfab113d3e65bd0ce76c | 51a27a589439d35ebcd36ef9ab196107d3e0c942 | /JavaParent/CommonDemo/src/main/java/com/wk/thread/SimpleThreadFactory.java | a6f917fd98528daad33c580725a09aa16fe590ce | [] | no_license | emperwang/JavaBase | a9d9a43c782288ed8d18f4773b105e82b53320cb | 0a0423f85a022f9664e44ab852170fa6e09960ed | refs/heads/master | 2023-02-08T07:40:02.418247 | 2023-02-03T14:49:40 | 2023-02-03T14:49:40 | 185,725,768 | 1 | 0 | null | 2022-12-06T00:32:25 | 2019-05-09T04:23:51 | Java | UTF-8 | Java | false | false | 1,076 | java | package com.wk.thread;
import org.apache.commons.lang3.StringUtils;
import java.util.concurrent.ThreadFactory;
import java.util.concurrent.atomic.AtomicInteger;
public class SimpleThreadFactory implements ThreadFactory {
private static final AtomicInteger poolNumber = new AtomicInteger(0);
private final Thre... | [
"544094478@qq.com"
] | 544094478@qq.com |
43535eb339f7b65dcd4ad823a5162e09aeab6616 | 1006d2754c0fd1383efa8247dea71383b43066c4 | /core/api/src/main/java/io/novaordis/gld/api/jms/JmsServiceConfiguration.java | d4a15213e0556306c42f219c74ef1bd041942026 | [
"Apache-2.0"
] | permissive | ovidiuf/gld | b1658988cb35a604d8dbd1bf49d9a01822ee52ce | 1366e9e8149704b71df4db85e29040afa0549f6f | refs/heads/master | 2021-09-04T18:52:11.470159 | 2018-01-21T09:39:51 | 2018-01-21T09:39:51 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,951 | java | /*
* Copyright (c) 2016 Nova Ordis LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | [
"ovidiu@novaordis.com"
] | ovidiu@novaordis.com |
f71929621abe97595b9993c46dd08a724129d8f1 | 482a0fe6424b42de7f2768f7b64c4fd36dd24054 | /apps/gmail/gmail_uncompressed/app/src/android/support/v4/app/aP.java | 45cfadd2168fb3bb6c0fc7987567f96357c2321e | [] | no_license | dan7800/SoftwareTestingGradProjectTeamB | b96d10c6b42e2e554e51fc1d7fd7a7189afe79d6 | 0ad2d46d692c77bdc75f8a82162749e2e652c7ab | refs/heads/master | 2021-01-22T09:27:25.378594 | 2015-05-15T23:59:13 | 2015-05-15T23:59:13 | 30,304,655 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,693 | java | package android.support.v4.app;
import java.util.*;
import android.os.*;
import android.app.*;
final class ap
{
public static ArrayList<Parcelable> a(final au[] array) {
ArrayList<Parcelable> list;
if (array == null) {
list = null;
}
else {
list = new ArrayL... | [
"mjthornton0112@gmail.com"
] | mjthornton0112@gmail.com |
c4db0561338c9e05cbe772b0c911bdbeb251197d | bc2ceac4f2e5b8d5cbd10c40d1db6fe7f23882a1 | /src/main/java/tombenpotter/emt/common/util/EMTCreativeTab.java | 3d962c5c6f707f45543ed4079bd2b59aba58cef8 | [] | no_license | gonglinyuan/Electro-Magic-Tools | d0be659647d96c51c87aca354947018e83a70659 | 427c2ce5d19ca1f17c411738d1b9132c4863136a | refs/heads/master | 2020-12-11T08:02:26.539773 | 2016-01-05T07:19:16 | 2016-01-05T07:19:16 | 49,047,746 | 0 | 0 | null | 2016-01-05T06:49:54 | 2016-01-05T06:49:53 | null | UTF-8 | Java | false | false | 663 | java | package tombenpotter.emt.common.util;
import tombenpotter.emt.common.init.ItemRegistry;
import net.minecraft.creativetab.CreativeTabs;
import net.minecraft.item.Item;
import net.minecraft.item.ItemStack;
public class EMTCreativeTab extends CreativeTabs {
public EMTCreativeTab(String tabLabel) {
super(tabLabel);
... | [
"hazeevaidar@yandex.ru"
] | hazeevaidar@yandex.ru |
e68f51594e06d1ff426de2384ba8b15914343e4a | 9d9c48034112db0f1d93b10c1bfda684f6753bb0 | /Library_TreeFramework/src/main/java/net/sf/anathema/platform/tree/document/components/ExtensibleArrow.java | 520c1409df4bc8c337b9d67dad4759be0a8e28fb | [] | no_license | tienelle/anathema_3e | 804690e37492e77dad041dc6996bdc44755b038e | fd1f0a95e40a5e8b8ca93d0dd8b32fd1239a6787 | refs/heads/master | 2020-12-11T06:15:32.858381 | 2016-08-31T11:02:38 | 2016-08-31T11:02:38 | 66,630,488 | 0 | 1 | null | 2016-08-26T08:25:03 | 2016-08-26T08:25:03 | null | UTF-8 | Java | false | false | 128 | java | package net.sf.anathema.platform.tree.document.components;
public interface ExtensibleArrow {
void addPoint(int x, int y);
}
| [
"ursreupke@gmail.com"
] | ursreupke@gmail.com |
b3b4b8c372e8829710c15bb9ab0a6d8a125f07bd | c64bec932c0a572f18a953fbb35b2217178c650f | /collection/src/main/java/org/dfpl/collection/linkedlist/JNode.java | bf8afd3a3b78f506e491570e6eaa2ec074879123 | [] | no_license | dfpl/collection | ac1bf0bdc060386ec12eaabc7ed5e5748db2ee0f | 3cf3b8ecfe17a97ee576b3da1f8e3ae15f75b8ef | refs/heads/main | 2023-04-15T10:32:43.506830 | 2021-05-04T10:19:35 | 2021-05-04T10:19:35 | 356,454,779 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 283 | java | package org.dfpl.collection.linkedlist;
@SuppressWarnings("unused")
public class JNode<E> {
private JNode<E> prev;
private E value;
private JNode<E> next;
public JNode(JNode<E> prev, E value, JNode<E> next) {
this.prev = prev;
this.value = value;
this.next = next;
}
}
| [
"bjw0829@gmail.com"
] | bjw0829@gmail.com |
e8e11470b17f224c0a6bae2f1745170ed3c329a5 | 995e655293513d0b9f93d62e28f74b436245ae74 | /src/a/a/e/b/ag.java | b8b70187aef71ba9d2077abf9194b6a0150c1640 | [] | no_license | JALsnipe/HTC-RE-YouTube-Live-Android | 796e7c97898cac41f0f53120e79cde90d3f2fab1 | f941b64ad6445c0a0db44318651dc76715291839 | refs/heads/master | 2021-01-17T09:46:50.725810 | 2015-01-09T23:32:14 | 2015-01-09T23:32:14 | 29,039,855 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,416 | 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 a.a.e.b;
import java.lang.reflect.Field;
import java.lang.reflect.Modifier;
import java.util.concurrent.atomic.AtomicReferenceFieldUpdat... | [
"josh.lieberman92@gmail.com"
] | josh.lieberman92@gmail.com |
af99ec53d807be1d3fcf39cfb66cf445dba5a1e4 | 5ec06dab1409d790496ce082dacb321392b32fe9 | /clients/jaxrs-resteasy-eap/generated/src/gen/java/org/openapitools/model/OrgApacheSlingHapiImplHApiUtilImplInfo.java | 7b4e98fe514a2da7db939df9f0977569edb70f62 | [
"Apache-2.0"
] | permissive | shinesolutions/swagger-aem-osgi | e9d2385f44bee70e5bbdc0d577e99a9f2525266f | c2f6e076971d2592c1cbd3f70695c679e807396b | refs/heads/master | 2022-10-29T13:07:40.422092 | 2021-04-09T07:46:03 | 2021-04-09T07:46:03 | 190,217,155 | 3 | 3 | Apache-2.0 | 2022-10-05T03:26:20 | 2019-06-04T14:23:28 | null | UTF-8 | Java | false | false | 3,256 | java | package org.openapitools.model;
import java.util.Objects;
import java.util.ArrayList;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonCreator;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import org.openapitools.model.OrgApach... | [
"cliffano@gmail.com"
] | cliffano@gmail.com |
81e8620f742178a182949ce2536acef9f4d407ca | 7fa9c6b0fa1d0726ae1cda0199716c811a1ea01b | /Crawler/data/listStudy.java | 79824b8a08fa105ffa3010e5963048d7e08ce44e | [] | no_license | NayrozD/DD2476-Project | b0ca75799793d8ced8d4d3ba3c43c79bb84a72c0 | 94dfb3c0a470527b069e2e0fd9ee375787ee5532 | refs/heads/master | 2023-03-18T04:04:59.111664 | 2021-03-10T15:03:07 | 2021-03-10T15:03:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,203 | java | 10
https://raw.githubusercontent.com/hzc869046779/JAVA-STUDY/master/src/javaStudy/listStudy/listStudy.java
package javaStudy.listStudy;
class ArrayUtil{
public static int sum(int ... data){ //变种数组
int sum = 0;
for( int temp:data){
sum += temp;
}
return sum;
}
}
p... | [
"veronika.cucorova@gmail.com"
] | veronika.cucorova@gmail.com |
d157eb7ab51e0eda2bb22be3c41d2cdde63ffc00 | 83786eb19d635af09d92f8c7bf47c864d8b961d9 | /李佳怡6月16日/代码/Everylesson/app/src/main/java/com/wsy/everylesson/net/HttpUrlConnetionUtils.java | 8f514727781539b9ea05aeb5945fa41ed06ea687 | [] | no_license | ljy0505/HomeWork | 350a887d16ca96c507009c68a8af43499ccd1569 | ae2e5c612366afbc0d077e64e8c72c6a1ca47464 | refs/heads/master | 2022-11-04T11:42:20.334830 | 2020-06-15T16:38:57 | 2020-06-15T16:38:57 | 268,204,104 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,245 | java | package com.wsy.everylesson.net;
import java.util.HashMap;
/**
* httpurl 请求方式--- 切换使用 不需要更改代码,做到网络请求的切换
* 工厂设计模式
* 工厂设计类
*/
public class HttpUrlConnetionUtils implements INetWork{
private static HttpUrlConnetionUtils httpUrlConnetionUtils;
private HttpUrlConnetionUtils() {
}
public static... | [
"floveandroid@sina.com"
] | floveandroid@sina.com |
4f2761b6f90a5adaea1ab9abfeb56606b30ca289 | 2903eadab6dad7e8d66462b9647f4baacfeababa | /day180404/src/com/stringtokenizer/StringTokenizerEx1.java | c582b71282bee86f5b707fe294a90685adb92e8f | [] | no_license | swchod1/multicampus_javaworkspace | 53f9f811d2beac15dc3f11354b7c55fc70ed4e47 | 1c2296836a3fc50190df9c16f19ae353a382981c | refs/heads/master | 2023-01-21T16:08:33.085840 | 2020-11-30T13:40:10 | 2020-11-30T13:40:10 | 316,420,968 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,639 | java | package com.stringtokenizer;
import java.util.StringTokenizer;
public class StringTokenizerEx1 {
StringTokenizer st;
public StringTokenizerEx1(String str) {
// TODO Auto-generated constructor stub
// 생성자에 전달된 str 인자값을 출력
System.out.println("str : " + str);
// 멤버 객체 생성
st = new StringTokenizer(str)... | [
"swchod1@gmail.com"
] | swchod1@gmail.com |
1dc252a46f52d2bcfbf4fe8c4b4f686562f0b58e | af0c4995d4bf5f76a6ca283fc55dfdca4e52ca3a | /program/src/main/java/com/whaley/biz/program/uiview/viewmodel/BaseUIViewModel.java | 13794d15ffb9bfb990970b0d0fc28836faa8cbe6 | [] | no_license | portal-io/portal-android | da60c4a7d54fb56fbc983c635bb1d2c4d542f78e | 623757fbb4d7979745b4c8ee34cebbf395cbd249 | refs/heads/master | 2020-03-20T07:58:08.196164 | 2019-03-16T02:30:48 | 2019-03-16T02:30:48 | 137,295,692 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,233 | java | package com.whaley.biz.program.uiview.viewmodel;
import com.whaley.biz.common.ui.viewmodel.IViewModel;
import com.whaley.biz.program.uiview.model.ClickModel;
import com.whaley.biz.program.uiview.model.PageModel;
/**
* Author: qxw
* Date: 2017/3/16
*/
public abstract class BaseUIViewModel implements ListUIViewMod... | [
"lizs@snailvr.com"
] | lizs@snailvr.com |
2df01d2f38a7abe95aff2ee3d2e04085b9e1c678 | 307c96177195afafc1277b6bbc99f2220fb37584 | /src/main/java/com/laptrinhjavaweb/converter/BuildingConverter.java | 16f2a8f41ebc1033799610ab22a204ee69ebe659 | [] | no_license | taivtse/estate-jsp-servlet-project | d71c853a2922acdcf8b3967a121d0cf4534e0d73 | a21de2c317feb64f38c76109b1e0e90fab081909 | refs/heads/master | 2020-04-22T10:18:21.461926 | 2019-05-07T10:52:02 | 2019-05-07T10:52:02 | 170,300,543 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 225 | java | package com.laptrinhjavaweb.converter;
import com.laptrinhjavaweb.dto.BuildingDto;
import com.laptrinhjavaweb.entity.BuildingEntity;
public class BuildingConverter extends AbstractConverter<BuildingDto, BuildingEntity> {
}
| [
"taivtse@gmail.com"
] | taivtse@gmail.com |
7647a420bc21be7a31cd815960b334e0bbf7b6db | ed5159d056e98d6715357d0d14a9b3f20b764f89 | /test/irvine/oeis/a029/A029105Test.java | 67e57aee17bf81d58d86a67c7263bb422cca3ca3 | [] | no_license | flywind2/joeis | c5753169cf562939b04dd246f8a2958e97f74558 | e5efd6971a0062ac99f4fae21a7c78c9f9e74fea | refs/heads/master | 2020-09-13T18:34:35.080552 | 2019-11-19T05:40:55 | 2019-11-19T05:40:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 195 | java | package irvine.oeis.a029;
import irvine.oeis.AbstractSequenceTest;
/**
* Tests the corresponding class.
* @author Sean A. Irvine
*/
public class A029105Test extends AbstractSequenceTest {
}
| [
"sean.irvine@realtimegenomics.com"
] | sean.irvine@realtimegenomics.com |
21cb52347cd9716dcc12806f38de0548cbaa4d73 | b2619de33f6cb49bb4d49e0f9aa3d13a5d1e9159 | /app/src/main/java/com/fanfan/robot/adapter/recycler/other/ImportAdapter.java | c28614c987783a1d14c90cdf8756bde8b0cf833a | [] | no_license | HaiFengZhiNeng/FanFan | fbe268fe04f1c687b8b13af2f9e08850f565d85b | 4404dbcd12fc808f979dec9c78641b8d368bef5f | refs/heads/master | 2021-01-25T10:55:52.769035 | 2018-08-06T01:30:10 | 2018-08-06T01:30:10 | 123,375,258 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,228 | java | package com.fanfan.robot.adapter.recycler.other;
import android.graphics.Color;
import android.support.v7.widget.RecyclerView;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.TextView;
import com.chad.library.adapter.base.BaseMultiItemQuickAdapter;
impor... | [
"765151629@qq.com"
] | 765151629@qq.com |
867594acce6bea8727d7861588a683a8cbb74a3b | 180e78725121de49801e34de358c32cf7148b0a2 | /dataset/protocol1/mapstruct/learning/746/JodaTimeConstants.java | 5920b3f423918758926c282689bb636934f8c0d9 | [] | 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 | 909 | 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.util;
/**
* Helper holding constants for working with Joda-Time.
*
* @author Timo Eckhardt
*/
public final class JodaTimeConstants {
... | [
"bloriot97@gmail.com"
] | bloriot97@gmail.com |
ce213455a5ee21b9730d7f6a240aa4ca0c5329eb | 5bb943fc7dafbfd3cd831775dd32c28453baf2ec | /manifold-core-parent/manifold/src/main/java/manifold/internal/javac/JavaDynamicJdk_8.java | 4e0990475267eb5c640020fca87f14138b6ed6fe | [
"LicenseRef-scancode-free-unknown",
"Apache-2.0"
] | permissive | escanda/manifold | 98cf93bb2288d597fe81aec088a7851e2c9284e0 | b558fadc9b3064dcefc9c884c80f18e398457f54 | refs/heads/master | 2022-08-28T14:46:18.222669 | 2022-07-22T02:52:16 | 2022-07-22T02:52:16 | 261,657,072 | 0 | 0 | Apache-2.0 | 2020-05-06T05:06:13 | 2020-05-06T05:06:12 | null | UTF-8 | Java | false | false | 5,345 | java | /*
* Copyright (c) 2018 - Manifold Systems LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable ... | [
"rsmckinney@hotmail.com"
] | rsmckinney@hotmail.com |
404ba47810c300a5a2869dd562d156b3a4f9823d | 1a32d704493deb99d3040646afbd0f6568d2c8e7 | /BOOT-INF/lib/ch/qos/logback/core/pattern/color/GrayCompositeConverter.java | 8214ba327047d0300a52f920a1b6023003e31b42 | [] | no_license | yanrumei/bullet-zone-server-2.0 | e748ff40f601792405143ec21d3f77aa4d34ce69 | 474c4d1a8172a114986d16e00f5752dc019cdcd2 | refs/heads/master | 2020-05-19T11:16:31.172482 | 2019-03-25T17:38:31 | 2019-03-25T17:38:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 775 | java | /* */ package ch.qos.logback.core.pattern.color;
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */ public class GrayCompositeCon... | [
"ishankatwal@gmail.com"
] | ishankatwal@gmail.com |
6f3cbb37851776e5c6731fa1e76598368b36709e | e6345f2b1f20deaa0af75f313ba3daf72d723d62 | /actor-sdk/sdk-core/core/core-shared/src/main/java/im/actor/core/viewmodel/UploadFileCallback.java | 6d123c4a10a887e0db0b4880bbad2d1ee1032bee | [
"Apache-2.0"
] | permissive | chinningzeng/dangchat-sdk | 4b821a762b898408b6bb4b9c31fc1eea0ae6e484 | 16a4b4dff4ad6c7d18d28525eb13195d1139e2ac | refs/heads/master | 2020-12-31T00:39:52.452282 | 2016-10-12T05:46:48 | 2016-10-12T05:47:27 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 685 | java | /*
* Copyright (C) 2015 Actor LLC. <https://actor.im>
*/
package im.actor.core.viewmodel;
import com.google.j2objc.annotations.ObjectiveCName;
/**
* Upload file callback. Methods always called on background thread.
*/
public interface UploadFileCallback {
/**
* On File not uploading
*... | [
"song@justep.com"
] | song@justep.com |
8b0b909a0fdf83d4e702ef6667636511d0bb60fd | 0296b2c9341e334ce41fe7d2cd5e0287b1975889 | /tags/isoparser-1.0-beta-6/src/main/java/com/coremedia/iso/boxes/fragment/SampleFlags.java | da6e8fe25a9f0af1e708e0aff35dfa48e0f82bd1 | [] | no_license | Angiefl/mp4parser | 0133aed52915e16108be218c3077f50e5c31996c | a556eeb220fb6240cd5399d1b92212e749902f0c | refs/heads/master | 2021-01-13T14:37:03.226591 | 2014-07-22T09:29:26 | 2014-07-22T09:29:26 | 51,381,080 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,365 | java | /*
* Copyright 2009 castLabs GmbH, Berlin
*
* Licensed under the Apache License, Version 2.0 (the License);
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or ag... | [
"Sebastian.Annies@gmail.com"
] | Sebastian.Annies@gmail.com |
e471de336fbcbeb4adbe08222a560d37318bb741 | 853f5824e0ac30c3e14ec787ee9c487b6e117da4 | /src/main/java/com/hong/py/jwt/RestAuthenticationEntryPoint.java | a9d0b9a8d61d71e5172b4b8d1642be7315e0aedb | [] | no_license | hongpingyang/springbootdemo | 1604d61efcf2177d09648210a01e15a5ffe3266d | 119ce2f5b5f37b3d54768d24dcf8c82f9453f222 | refs/heads/master | 2022-12-02T02:13:01.002110 | 2020-03-10T13:43:36 | 2020-03-10T13:43:36 | 226,439,145 | 1 | 0 | null | 2022-11-15T23:33:18 | 2019-12-07T01:37:00 | Java | UTF-8 | Java | false | false | 1,255 | java | package com.hong.py.jwt;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.hong.py.common.CommonResult;
import org.springframework.security.core.AuthenticationException;
import org.springframework.security.web.AuthenticationEntryPoint;
import org.springframework.stereotype.Component;
import javax.servlet... | [
"hpymn123@163.com"
] | hpymn123@163.com |
abf8a659a07901d53323be2b4fc7d8fb7c536477 | b6ea417b48402d85b6fe90299c51411b778c07cc | /spring-webflux/src/test/java/org/springframework/web/reactive/DispatcherHandlerTests.java | 6f38771f26f2912419f9866435a9e9300839c80c | [
"Apache-2.0"
] | permissive | DevHui/spring-framework | 065f24e96eaaed38495b9d87bc322db82b6a046c | 4a2f291e26c6f78c3875dea13432be21bb1c0ed6 | refs/heads/master | 2020-12-04T21:08:18.445815 | 2020-01-15T03:54:42 | 2020-01-15T03:54:42 | 231,526,595 | 1 | 0 | Apache-2.0 | 2020-01-03T06:28:30 | 2020-01-03T06:28:29 | null | UTF-8 | Java | false | false | 4,064 | java | /*
* Copyright 2002-2018 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
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | [
"pengshaohui@markor.com.cn"
] | pengshaohui@markor.com.cn |
d4e7d9fe8679d59719e8ddb84ce2834a0b21c11f | 96dfb134bf443e6bf2c5b6f38a3eb1814b6e8236 | /scim-sdk-common/src/main/java/de/captaingoldfish/scim/sdk/common/resources/multicomplex/Email.java | 386b33d86bb770a2a7d63c6c5e467276fbbb9e00 | [] | permissive | Captain-P-Goldfish/SCIM-SDK | 58843a21ef701509bf840158f8ec46b882ec6b39 | a95d421d5834cd44b6f6d40c583b96e212d97ba9 | refs/heads/master | 2023-07-27T02:25:44.575852 | 2023-04-26T18:37:27 | 2023-04-26T18:37:27 | 217,992,347 | 98 | 30 | BSD-3-Clause | 2023-07-21T14:26:20 | 2019-10-28T07:48:51 | Java | UTF-8 | Java | false | false | 1,182 | java | package de.captaingoldfish.scim.sdk.common.resources.multicomplex;
import lombok.Builder;
import lombok.NoArgsConstructor;
/**
* author Pascal Knueppel <br>
* created at: 11.10.2019 - 13:13 <br>
* <br>
* Email addresses for the User. The value SHOULD be specified according to [RFC5321]. Service providers
* SHOU... | [
"captain.p.goldfish@gmx.de"
] | captain.p.goldfish@gmx.de |
ef9f397e7f9c04ca7e4c0e6f8fbaadf7b2575ce8 | 28bee3beb9632b8f344957caae6490e71ba85d64 | /CSVM-Modelling-and-Validation/src/org.activiti.designer.model/src/main/java/org/eclipse/bpmn2/impl/RelationshipImpl.java | 7212ca4493780eba94e8bed6e8c30dd31e6908a3 | [
"Apache-2.0"
] | permissive | AniketosEU/Security-Service-Validation-and-Verification | c37672458719b83a405f436d233997cf25491f28 | d5381915e183788c09af6d69035409f9424527bc | refs/heads/master | 2021-03-12T20:18:16.363883 | 2015-06-15T07:25:54 | 2015-06-15T07:25:54 | 15,805,871 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,725 | java | /**
* <copyright>
*
* Copyright (c) 2010 SAP AG.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
... | [
"adbrucker@0x5f.org"
] | adbrucker@0x5f.org |
37a871125027638d3831b68fa0d45505d5ed7fc9 | 093f97eeda83ddde5dd7425af6f3b918d7bdfb13 | /core/src/main/java/harmony/core/impl/condition/Not.java | 28b8f0022a8077d8137e9d412c347dccc7a35b06 | [] | no_license | enridaga/harmony | 816f599c058895c0b628b33a0da226864d7341f6 | 96fcafbe4d298bdf234867315e879e88196b7c9f | refs/heads/master | 2022-11-26T13:22:11.179280 | 2022-11-20T17:28:00 | 2022-11-20T17:28:00 | 53,848,687 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 719 | java | package harmony.core.impl.condition;
import harmony.core.api.condition.Condition;
import harmony.core.api.condition.ConditionVisitor;
public final class Not implements Condition {
private Condition cond = null;
public Not(Condition cond) {
this.cond = cond;
}
public Condition getCondition() {
return cond;
... | [
"enricodaga@gmail.com"
] | enricodaga@gmail.com |
a2e184c8da3bbd5d3c0051bc7e682588d94903dd | d2845579ea6aa51a2e150f0ffe6ccfda85d035ce | /fusion/fusion-service/src/main/java/com/welab/wefe/data/fusion/service/repo/AbstractStorage.java | 1d3af7a503ca075309bdbfedbccd6975a1106e3a | [
"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 | 3,693 | 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 ... | [
"winter.zou@welab-inc.com"
] | winter.zou@welab-inc.com |
09136d4e21e0fb6b07bb7b799b772a4ada24ed79 | ed5159d056e98d6715357d0d14a9b3f20b764f89 | /test/irvine/oeis/a018/A018893Test.java | 6b84d854d651806ab1ff9c53833b501acf8577bc | [] | no_license | flywind2/joeis | c5753169cf562939b04dd246f8a2958e97f74558 | e5efd6971a0062ac99f4fae21a7c78c9f9e74fea | refs/heads/master | 2020-09-13T18:34:35.080552 | 2019-11-19T05:40:55 | 2019-11-19T05:40:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 195 | java | package irvine.oeis.a018;
import irvine.oeis.AbstractSequenceTest;
/**
* Tests the corresponding class.
* @author Sean A. Irvine
*/
public class A018893Test extends AbstractSequenceTest {
}
| [
"sean.irvine@realtimegenomics.com"
] | sean.irvine@realtimegenomics.com |
ea762464d28b71f6f5763dd4599770685c7c2519 | 0af8b92686a58eb0b64e319b22411432aca7a8f3 | /api-vs-impl-small/core/src/main/java/org/gradle/testcore/performancenull_37/Productionnull_3658.java | 4fd0398ce9ee2dd4957031e099a80d25177f73d9 | [] | 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 | 589 | java | package org.gradle.testcore.performancenull_37;
public class Productionnull_3658 {
private final String property;
public Productionnull_3658(String param) {
this.property = param;
}
public String getProperty() {
return property;
}
private String prop0;
public String getP... | [
"cedric.champeau@gmail.com"
] | cedric.champeau@gmail.com |
e02d8ee21931963577dff9972c92c278f973f769 | 421f0a75a6b62c5af62f89595be61f406328113b | /generated_tests/model_seeding/80_wheelwebtool-wheel.components.Image-0.5-1/wheel/components/Image_ESTest_scaffolding.java | 5ad876d6f75a29f7b0bd757d15a99a3620cc5c15 | [] | no_license | tigerqiu712/evosuite-model-seeding-empirical-evaluation | c78c4b775e5c074aaa5e6ca56bc394ec03c2c7c6 | 11a920b8213d9855082d3946233731c843baf7bc | refs/heads/master | 2020-12-23T21:04:12.152289 | 2019-10-30T08:02:29 | 2019-10-30T08:02:29 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 528 | java | /**
* Scaffolding file used to store all the setups needed to run
* tests automatically generated by EvoSuite
* Tue Oct 29 08:48:44 GMT 2019
*/
package wheel.components;
import org.evosuite.runtime.annotation.EvoSuiteClassExclude;
import org.junit.BeforeClass;
import org.junit.Before;
import org.junit.After;
imp... | [
"pderakhshanfar@bsr01.win.tue.nl"
] | pderakhshanfar@bsr01.win.tue.nl |
917a01b97e5ae724f54e56d4958d324b047607f7 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/1/1_447ed64480268cd8af75e072633c89a74eddedbb/EmailSenderApp/1_447ed64480268cd8af75e072633c89a74eddedbb_EmailSenderApp_t.java | 99820d725c79694251c717432fc2d3b7d73cf983 | [] | 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,854 | java | /**
* Copyright (C) 2013 Robert Munteanu (robert@lmn.ro)
*
* 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 r... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
0d3269c9bb515ad6e3cf15efbd4911a27b2525a9 | 258de8e8d556901959831bbdc3878af2d8933997 | /utopia-service/utopia-newhomework/utopia-newhomework-api/src/main/java/com/voxlearning/utopia/service/newhomework/api/mapper/response/intelligentteaching/IntelligentTeachingReport.java | bed7b0b6f4a178a44ec25584b606920b1547b4d3 | [] | no_license | Explorer1092/vox | d40168b44ccd523748647742ec376fdc2b22160f | 701160b0417e5a3f1b942269b0e7e2fd768f4b8e | refs/heads/master | 2020-05-14T20:13:02.531549 | 2019-04-17T06:54:06 | 2019-04-17T06:54:06 | 181,923,482 | 0 | 4 | null | 2019-04-17T15:53:25 | 2019-04-17T15:53:25 | null | UTF-8 | Java | false | false | 1,748 | java | package com.voxlearning.utopia.service.newhomework.api.mapper.response.intelligentteaching;
import lombok.Getter;
import lombok.Setter;
import java.io.Serializable;
import java.util.Comparator;
import java.util.List;
/**
* 分享报告>>讲练测总结
*
* @author majianxin
* @version V1.0
* @date 2018/8/14
*/
@Getter
@Setter
p... | [
"wangahai@300.cn"
] | wangahai@300.cn |
00a59cb93513b6df26e95acf6e1d374808379271 | f67b12d2c12c95a14ec2b5e7b2c1ceaaa1b6f47c | /JAVAStudy6-集合/src/i泛型机制/GenericTest02.java | 2648239bd67d751de41de6b931480c08d3093f9c | [] | no_license | Milianjie/JAVASEStudy2020 | eb187241f75397bb923bab43c5ea2a4f962799f6 | 7c747f941f7484ea3d268c38e65bc18f4fc07b67 | refs/heads/master | 2023-02-03T09:48:34.820388 | 2020-12-21T14:53:38 | 2020-12-21T14:53:38 | 307,290,488 | 1 | 0 | null | null | null | null | GB18030 | Java | false | false | 420 | java | package i泛型机制;
import java.util.ArrayList;
import java.util.List;
/*
* JDK8之后引入了自动类型推断机制,或者说砖石表达式
*/
public class GenericTest02 {
public static void main(String[] args) {
//引入的自动类型推断机制,就是在创建集合new对象的语句中不用再写类名进去,可根据前面自动推断
List<Animal> list = new ArrayList<>();
}
}
| [
"1256478773@qq.com"
] | 1256478773@qq.com |
260572e8ca65b1a39f44fee886a342d321ec1105 | 69a4f2d51ebeea36c4d8192e25cfb5f3f77bef5e | /methods/Method_40703.java | 7b27293f428737f6fec0000ff4b96fe0d195e0c5 | [] | no_license | P79N6A/icse_20_user_study | 5b9c42c6384502fdc9588430899f257761f1f506 | 8a3676bc96059ea2c4f6d209016f5088a5628f3c | refs/heads/master | 2020-06-24T08:25:22.606717 | 2019-07-25T15:31:16 | 2019-07-25T15:31:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 253 | java | /**
* Look for a attribute named {@code attr} and if found, return its type.
*/
@Nullable public Type lookupAttrType(String attr){
List<Binding> bs=lookupAttr(attr);
if (bs == null) {
return null;
}
else {
return makeUnion(bs);
}
}
| [
"sonnguyen@utdallas.edu"
] | sonnguyen@utdallas.edu |
b08ce9a739faa88a1db54298bd70e36858436cbf | dc1dbb7e5a4b95bf44170d2f51fd08b3814f2ac9 | /data_defect4j/preprossed_method_corpus/Lang/34/org/apache/commons/lang3/time/DateUtils_setMilliseconds_594.java | 116e8f0d8b3ba95e274b7194e8c117fa9c2a0f48 | [] | no_license | hvdthong/NetML | dca6cf4d34c5799b400d718e0a6cd2e0b167297d | 9bb103da21327912e5a29cbf9be9ff4d058731a5 | refs/heads/master | 2021-06-30T15:03:52.618255 | 2020-10-07T01:58:48 | 2020-10-07T01:58:48 | 150,383,588 | 1 | 1 | null | 2018-09-26T07:08:45 | 2018-09-26T07:08:44 | null | UTF-8 | Java | false | false | 2,660 | java |
org apach common lang3 time
suit util surround
link java util calendar link java util date object
date util dateutil lot common method manipul
date calendar method requir extra explan
truncat ceil round method consid math floor
math ceil math round version date
date field bottom order
comple... | [
"hvdthong@gmail.com"
] | hvdthong@gmail.com |
fa98c220c9f70721207b9c253f6e4c6981ae4e81 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/10/10_54fa005aa98a5467ec64a40852aea734d503c25b/VirtualKeyboard/10_54fa005aa98a5467ec64a40852aea734d503c25b_VirtualKeyboard_t.java | ce384eafa95692455665dad3089492d913bb3550 | [] | 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 | 7,210 | java | package com.github.jvirtualkb;
import java.awt.AWTException;
import java.awt.Color;
import java.awt.Component;
import java.awt.Dimension;
import java.awt.FlowLayout;
import java.awt.Font;
import java.awt.GridLayout;
import java.awt.Insets;
import java.awt.Toolkit;
import java.awt.event.ActionEvent;
import... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
7b6b8f5fb2b143cc896d4608cc56d1278274721c | d62d163af6852f893f5f2619a5bc2f408064ef0b | /shared/src/main/java/org/gluu/casa/rest/ProtectedApi.java | 4ce1428f1276b6bd9c3f29aed20d843d05f5c3c9 | [
"Apache-2.0"
] | permissive | GluuFederation/casa | 693ab56926668e18e064f3e91884acf3f04fca51 | debfa481e1a1ebef56653658cd279d415d72811c | refs/heads/master | 2023-08-16T17:47:05.099253 | 2023-06-09T13:27:51 | 2023-06-09T13:27:51 | 140,332,921 | 19 | 12 | Apache-2.0 | 2023-09-11T11:44:47 | 2018-07-09T19:29:44 | Java | UTF-8 | Java | false | false | 1,090 | java | package org.gluu.casa.rest;
import javax.ws.rs.NameBinding;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* Annotate a JAX-RS resource method with this annotation to make the endpoint protected. Cli... | [
"bonustrack310@gmail.com"
] | bonustrack310@gmail.com |
377d8608ec002d95ec996d35ae505ff1fe22fc76 | b75badb20cf913069d96e2e18e95d1f458c73fb9 | /app/src/main/java/com/app/worki/Login.java | 9a1057ddf2508492d054e63a4b13b43df0535a7b | [] | no_license | saif0347/Worki | fcdb30fa99b4341a632d48c44af89c55884673a5 | c3b6134bc6fc941013d49d8bac9d935ba71cad3d | refs/heads/master | 2022-09-05T04:28:51.880108 | 2020-05-30T00:19:39 | 2020-05-30T00:19:39 | 254,893,552 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,038 | java | package com.app.worki;
import android.content.Intent;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.ProgressBar;
import android.widget.TextView;
import android.widget.Toast;
import androidx.appcompat.app... | [
"saif@saifs-MacBook-Pro.local"
] | saif@saifs-MacBook-Pro.local |
d045f54d3095b23e376ec7c73067f09c8b5d3664 | 647ec12ce50f06e7380fdbfb5b71e9e2d1ac03b4 | /com.tencent.mm/classes.jar/com/tencent/mm/protocal/protobuf/bup.java | 49def65268037288583d4fe1f872423d85845d28 | [] | 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 | 5,237 | java | package com.tencent.mm.protocal.protobuf;
import com.tencent.matrix.trace.core.AppMethodBeat;
import com.tencent.mm.bx.b;
import java.util.LinkedList;
public final class bup
extends erp
{
public atz YIY;
public String aaaG;
public String aabM;
public b aacl;
public String query;
public Str... | [
"98632993+tsuzcx@users.noreply.github.com"
] | 98632993+tsuzcx@users.noreply.github.com |
2c4c4768e422e89f90bd21e43a80fda33e869b18 | ca0e9689023cc9998c7f24b9e0532261fd976e0e | /src/com/tencent/mm/plugin/talkroom/model/s.java | e9784eb75fbeec9a48f5c9f1e128c27484ad21aa | [] | no_license | honeyflyfish/com.tencent.mm | c7e992f51070f6ac5e9c05e9a2babd7b712cf713 | ce6e605ff98164359a7073ab9a62a3f3101b8c34 | refs/heads/master | 2020-03-28T15:42:52.284117 | 2016-07-19T16:33:30 | 2016-07-19T16:33:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 318 | java | package com.tencent.mm.plugin.talkroom.model;
final class s
implements Runnable
{
s(l paraml, int paramInt) {}
public final void run()
{
l.a(fUT, cec - 1);
}
}
/* Location:
* Qualified Name: com.tencent.mm.plugin.talkroom.model.s
* Java Class Version: 6 (50.0)
* JD-Core Version: 0.7.1
*/ | [
"reverseengineeringer@hackeradmin.com"
] | reverseengineeringer@hackeradmin.com |
df87e7c7db789c3f1137bb04fdde7724b49869eb | 9a2d885bf748bb25bdf8895e301781de3b5b147d | /strategy/src/com/bccv/strategy/utils/SerializationUtil.java | 0017f080bd43bd96ae417540a583d9cf3ef575dc | [] | no_license | Jisucloud/android | 918215138ed4b558eb32ee61d89b6cbd046cf414 | ae886daf4a29f9e46612a58197abb2f4895c0fbc | refs/heads/master | 2023-03-19T22:26:54.391865 | 2017-04-11T07:26:09 | 2017-04-11T07:26:09 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,686 | java | package com.bccv.strategy.utils;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InvalidClassException;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import java.io.Serializable... | [
"admin@xxc.local"
] | admin@xxc.local |
cd71716b370eaf2c84692c84f69f457ff2837cf9 | 27a13543c5a21811e696278b5212755ecdebca53 | /hsco/src/main/java/hsco/mis/hrm/HRM070112/HRM070112Service.java | f48cc0a277ad255039d8d9f5fe93f45a68075773 | [] | no_license | chaseDeveloper/hsco | 9dad73c971500c4bd98adfefa3e91a91d26ca318 | 7052d6da3ac772cd3b13ec391818139355935916 | refs/heads/master | 2023-06-15T23:55:10.592683 | 2021-07-06T07:46:07 | 2021-07-06T07:46:07 | 383,377,343 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 791 | java | package hsco.mis.hrm.HRM070112;
/**
* <pre>
* @Project Name : 화성도시공사 차세대정보시스템
* @Class Name : HRM070112Service.java
* @Description :
* @author : 김형태
* @since : 2015. 12. 03.
* @version : 1.0
* @see :
* @COPYRIGHT (c) 2015 나눔아이씨티, Inc. All Right Reserved.
*... | [
"kdk@ichase.co.kr"
] | kdk@ichase.co.kr |
84bd2bbce41fa92d1b021acbb1a77b40f3ad42ca | 599eef4743e47c91aff53dcf38680c88f72f89dc | /src/test/java/com/github/tomakehurst/wiremock/EditMappingAcceptanceTest.java | 6e5c017ef0c7239321ae4db91b9cbd90d815628a | [
"Apache-2.0"
] | permissive | spirion/wiremock | 008bca23916cf067dd7f84c151a82b11d2fd98a1 | b94d8d76c0f493b05bbd241d9de4af80c96a766a | refs/heads/master | 2021-01-13T05:15:36.080778 | 2016-08-05T07:15:11 | 2016-08-05T07:15:11 | 64,217,341 | 0 | 0 | null | 2016-07-26T11:52:14 | 2016-07-26T11:52:14 | null | UTF-8 | Java | false | false | 2,054 | java | package com.github.tomakehurst.wiremock;
import com.github.tomakehurst.wiremock.testsupport.WireMockResponse;
import org.junit.Test;
import static org.hamcrest.Matchers.is;
import static org.junit.Assert.assertThat;
public class EditMappingAcceptanceTest extends AcceptanceTestBase {
public static final String MAPP... | [
"t.m.akehurst@googlemail.com"
] | t.m.akehurst@googlemail.com |
d94a5e742e4778d1eb81585f80fd736fc6ed72ad | f66d1752c6cbd2731b55f7f8717615ad1b8df2bd | /Java17XML/src/com/lanou/practice/SAXParseHandler.java | b217ff3a153d984dd3bd35012adae6e5499fc342 | [] | no_license | leizhaojiang/java1106-mater | 6c98afa6c84b1187077da30e776323120b1f53c7 | 012582802f25bcd5fa3ba78bd51443701494134e | refs/heads/master | 2022-12-06T11:49:13.698891 | 2020-07-02T01:06:50 | 2020-07-02T01:06:50 | 217,801,345 | 0 | 0 | null | 2022-11-24T10:01:28 | 2019-10-27T03:43:06 | JavaScript | GB18030 | Java | false | false | 1,919 | java | package com.lanou.practice;
import java.util.ArrayList;
import org.xml.sax.Attributes;
import org.xml.sax.SAXException;
import org.xml.sax.helpers.DefaultHandler;
public class SAXParseHandler extends DefaultHandler{
int bookindex = 0;
Book book = null;
String value = null;
ArrayList<Book> books = new ArrayList<B... | [
"leizhaojiang@163.com"
] | leizhaojiang@163.com |
b6bf7081b8f92ee0ab34e09b5c89ffa525c3a708 | 6a6ba9c31d2a53383be3094914f438c4fe06d60d | /src/main/java/com/command/parser/impl/ShowParser.java | d0f74a385f3c75f958871caff14e1f883ea3c718 | [] | no_license | glj381413362/Exam-12790-20161229-1 | 877bccc70bcfc8f7043c71c2db6a49a49f725071 | a029f1eebc559d0b8ac29724ed74075af1501038 | refs/heads/master | 2021-01-12T04:22:31.560692 | 2017-01-05T03:20:02 | 2017-01-05T03:20:02 | 77,597,842 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,377 | java | package com.command.parser.impl;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import org.springframework.stereotype.Component;
import com.MainApp;
import com.command.Command;
import com.command.parser.Parser;
import com.uti... | [
"381413362@qq.com"
] | 381413362@qq.com |
1524ae3f291e73ce28cedcabd9ac87d058c07fed | cca87c4ade972a682c9bf0663ffdf21232c9b857 | /com/tencent/mm/plugin/sns/ui/g.java | f10499dc06fc6c1751c2caf9118bb633a362eeaa | [] | no_license | ZoranLi/wechat_reversing | b246d43f7c2d7beb00a339e2f825fcb127e0d1a1 | 36b10ef49d2c75d69e3c8fdd5b1ea3baa2bba49a | refs/heads/master | 2021-07-05T01:17:20.533427 | 2017-09-25T09:07:33 | 2017-09-25T09:07:33 | 104,726,592 | 12 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,923 | java | package com.tencent.mm.plugin.sns.ui;
import com.tencent.mm.modelsfs.FileOp;
import com.tencent.mm.protocal.c.aeg;
import com.tencent.mm.protocal.c.alh;
import com.tencent.mm.protocal.c.cc;
import com.tencent.mm.protocal.c.dl;
import com.tencent.mm.sdk.platformtools.w;
import java.util.ArrayList;
import java.util.Hash... | [
"lizhangliao@xiaohongchun.com"
] | lizhangliao@xiaohongchun.com |
0abdb173cfbe5cd23edc094bd0885dae5b7396cb | ae5eb1a38b4d22c82dfd67c86db73592094edc4b | /project485/src/test/java/org/gradle/test/performance/largejavamultiproject/project485/p2428/Test48569.java | b36855c5acc3782c5622808a5c12e35ec2841144 | [] | no_license | big-guy/largeJavaMultiProject | 405cc7f55301e1fd87cee5878a165ec5d4a071aa | 1cd6a3f9c59e9b13dffa35ad27d911114f253c33 | refs/heads/main | 2023-03-17T10:59:53.226128 | 2021-03-04T01:01:39 | 2021-03-04T01:01:39 | 344,307,977 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,182 | java | package org.gradle.test.performance.largejavamultiproject.project485.p2428;
import org.junit.Test;
import static org.junit.Assert.*;
public class Test48569 {
Production48569 objectUnderTest = new Production48569();
@Test
public void testProperty0() {
Production48566 value = new Production48566();... | [
"sterling.greene@gmail.com"
] | sterling.greene@gmail.com |
919e72b3f4bc7103a46c7b46f4240e9de61c3038 | 47ea37f56c712cd3f7f3063ce817d640cc76d1c7 | /umlModels/src/model/package1/util/Package1AdapterFactory.java | 2197745f28f17c012b98fba90f463824bcece3ea | [] | no_license | Xilaew/uml-activity-testcasegenerator | c194e0f93d8ff6e92e04582bee39f9dce1d7f5fb | 33b1833aaa70ebd2d05d2cf9fa2dc545129ea025 | refs/heads/master | 2020-05-18T06:51:19.024164 | 2014-07-08T23:31:13 | 2014-07-08T23:31:13 | 38,853,918 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,596 | java | /**
*/
package model.package1.util;
import model.package1.*;
import org.eclipse.emf.common.notify.Adapter;
import org.eclipse.emf.common.notify.Notifier;
import org.eclipse.emf.common.notify.impl.AdapterFactoryImpl;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* The <b>Adap... | [
"xilaew@gmail.com"
] | xilaew@gmail.com |
5cf4b75d58e69b17f610a391af9030367a61648e | ceeea83e2553c0ffef73bb8d3dc784477e066531 | /e-ResourceOrginal/src/java/com/svs/erp/Hr/BO/prorated.java | 8e646a29ad3bb7136e66eb0a00e06c5c1ec6d9a5 | [
"Apache-2.0"
] | permissive | anupammaiti/ERP | 99bf67f9335a2fea96e525a82866810875bc8695 | 8c124deb41c4945c7cd55cc331b021eae4100c62 | refs/heads/master | 2020-08-13T19:30:59.922232 | 2019-10-09T17:04:58 | 2019-10-09T17:04:58 | 215,025,440 | 1 | 0 | Apache-2.0 | 2019-10-14T11:26:11 | 2019-10-14T11:26:10 | null | UTF-8 | Java | false | false | 6,294 | java | package com.svs.erp.Hr.BO;
import java.io.*;
import java.sql.*;
import java.util.*;
import javax.servlet.*;
import javax.servlet.http.*;
import org.apache.log4j.Logger;
import com.svs.erp.Hr.db.ConnectionUtils;
import com.svs.util.ConvertStackTracetoString;
import java.text.SimpleDateFormat;
public class prorated... | [
"rrkravikiranrrk@gmail.com"
] | rrkravikiranrrk@gmail.com |
e5ad88e630722041257421df4f54ec5d3fe6db6c | ecec63abce09bdf2dc9ffbf8007ae1a8508612e7 | /app/src/main/java/app/zingo/merabihars/CustomViews/CustomAutoComplete.java | ba90157c40a8f9f442539d54f5f6b43846adce11 | [] | no_license | Dummyurl/MeraBihar | b532130e8a5e9c53f144f985879ade64b94af590 | 6eb8be4a16e4786a321f383e5be511bfda711f5e | refs/heads/master | 2020-04-08T10:41:14.203032 | 2018-10-29T13:27:54 | 2018-10-29T13:27:54 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 975 | java | package app.zingo.merabihars.CustomViews;
import android.content.Context;
import android.util.AttributeSet;
/**
* Created by ZingoHotels Tech on 23-10-2018.
*/
public class CustomAutoComplete extends android.support.v7.widget.AppCompatAutoCompleteTextView {
public CustomAutoComplete(Context context) {
... | [
"nishar@zingohotels.com"
] | nishar@zingohotels.com |
5bedb697bc4aff1a9302325645edfeb979cfa97b | 4472796266749a7f2e031274041ea583a50de121 | /java/arrays/leetcode/count_special_quadruplets.java | a6bc711e9eec5b2d53ba3a6b651409b2f64950c9 | [] | no_license | vetkolisanket/ds_algo | 879324430c97732a0aa31678138b9f9c88803e79 | 7c6e4c82a75ba19eafc57f0765b048b198a9ece9 | refs/heads/master | 2023-09-03T11:15:01.902084 | 2023-09-03T10:02:06 | 2023-09-03T10:02:06 | 250,981,535 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,870 | java | /*
1995. Count Special Quadruplets
Given a 0-indexed integer array nums, return the number of distinct quadruplets (a, b, c, d) such that:
nums[a] + nums[b] + nums[c] == nums[d], and
a < b < c < d
Example 1:
Input: nums = [1,2,3,6]
Output: 1
Explanation: The only quadruplet that satisfies the requirement is (0, 1... | [
"sanket.vetkoli@agrostar.in"
] | sanket.vetkoli@agrostar.in |
3767de5f96b6a89cffa8680a26069abd9dc84966 | 92fdcc1a6b5e18a52ae5153b72aa83d5428840cb | /core/src/main/java/org/infinispan/protostream/Version.java | dae9e307661e55d2d66c49199b312c68af700e92 | [
"Apache-2.0",
"LicenseRef-scancode-protobuf"
] | permissive | infinispan/protostream | 6332aa56b2dfe03f0186b29667911c29da14167f | daecb41b7f26acfdbff716f04d633d0f422b1e97 | refs/heads/main | 2023-08-31T23:49:10.725739 | 2023-08-29T18:30:08 | 2023-08-29T18:30:08 | 11,369,509 | 35 | 28 | Apache-2.0 | 2023-09-13T09:41:51 | 2013-07-12T13:39:36 | Java | UTF-8 | Java | false | false | 3,327 | java | package org.infinispan.protostream;
import java.util.Objects;
/**
* Provides version information about this ProtoStream release.
*
* @author anistor@redhat.com
* @since 4.2
*/
public final class Version implements Comparable<Version> {
private static final Version VERSION = getVersion(Version.class);
/**... | [
"anistor@redhat.com"
] | anistor@redhat.com |
48a4cdf9f10e742929516ee7b14dce385e1a4258 | b21d13e05d144bf46e3b0f764378fc12d6bf55e6 | /core/common/src/main/java/hera/api/model/Payload.java | f7c5a1322af61b0de6541b36de04560c309e7751 | [
"MIT"
] | permissive | aergoio/heraj | 557ffda977598be6bc2fc613f9dd5a9d8860d9ce | 7a3b3d5a54d654235419b44a6c64b7ee2d2ce5f4 | refs/heads/develop | 2022-09-23T07:24:53.788548 | 2022-06-16T02:17:19 | 2022-06-19T12:34:21 | 142,944,814 | 23 | 8 | MIT | 2023-09-04T09:39:29 | 2018-07-31T01:10:55 | Java | UTF-8 | Java | false | false | 341 | java | /*
* @copyright defined in LICENSE.txt
*/
package hera.api.model;
import hera.annotation.ApiAudience;
import hera.annotation.ApiStability;
/**
* An marker interface to represent it can be used as payload to represent some information.
*
* @author taeiklim
*/
@ApiAudience.Public
@ApiStability.Unstable
public in... | [
"sibera21@gmail.com"
] | sibera21@gmail.com |
6202249538f162c14db3aeceacea6b0cb0bdb16c | 0622dc7e0789f46762036232550aea1c54e87358 | /xwiki-commons-core/xwiki-commons-velocity/src/main/java/org/xwiki/velocity/internal/VelocityExecutionContextInitializer.java | c26144db11791c36953ddb50a1d0285a8d14743b | [] | no_license | arunreddy/xwiki-commons | 2841ac9da356c2158c6c64b92426980736670c70 | 32b6254299145e90ac936d24aa1477cac1ebce94 | refs/heads/master | 2021-01-18T06:39:58.840997 | 2012-05-16T14:40:42 | 2012-05-16T14:42:54 | 3,798,318 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,619 | java | /*
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation; either version 2.1 of
* th... | [
"vincent@massol.net"
] | vincent@massol.net |
21a9e7286def9b97b71f512778e3a70ff93ccd99 | c5488473c8114647c12b835cd7b36e1dfb4c95a9 | /Mobile App/Code/sources/com/android/volley/toolbox/JsonArrayRequest.java | 1f5eab702d826678a40f1cef800c836d4ea78c2d | [
"MIT"
] | permissive | shivi98g/EpilNet-EpilepsyPredictor | 5cf86835473112f98c130bb066edba4cf8fa3f20 | 15a98fb9ac7ee535005fb2aebb36548f28c7f6d1 | refs/heads/main | 2023-08-04T09:43:24.941854 | 2021-09-24T12:25:42 | 2021-09-24T12:25:42 | 389,867,899 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,434 | java | package com.android.volley.toolbox;
import com.android.volley.NetworkResponse;
import com.android.volley.ParseError;
import com.android.volley.Response;
import java.io.UnsupportedEncodingException;
import org.json.JSONArray;
import org.json.JSONException;
public class JsonArrayRequest extends JsonRequest<JSONArray> {... | [
"31238277+shivi98g@users.noreply.github.com"
] | 31238277+shivi98g@users.noreply.github.com |
debfcb1d3109a2b6abdc546cab820ad26c57eb24 | 010c576e1b973e4d7cc34a01b3446488498b89d3 | /projects-parent/archetypes-parent/java-koans-archetype/src/main/resources/archetype-resources/src/beginner/AboutLoops.java | ae8d228ebb96c4941d75a8542f005f5dccc171a1 | [
"Apache-2.0"
] | permissive | DavidWhitlock/PortlandStateJava | 1460097b63b488be2dc25f86d4b6428f9c4fd411 | 3a50f18b1ebbd35856dd7598bfacbdb5c1c5ac89 | refs/heads/main | 2023-06-28T03:59:10.729893 | 2023-06-10T18:10:34 | 2023-06-10T18:10:34 | 9,431,642 | 17 | 12 | Apache-2.0 | 2023-06-10T18:10:35 | 2013-04-14T16:31:58 | Java | UTF-8 | Java | false | false | 3,836 | java | #set( $symbol_pound = '#' )
#set( $symbol_dollar = '$' )
#set( $symbol_escape = '\' )
package beginner;
import com.sandwich.koan.Koan;
import static com.sandwich.koan.constant.KoanConstants.__;
import static com.sandwich.util.Assert.assertEquals;
public class AboutLoops {
@Koan
public void basicForLoop1()... | [
"david.m.whitlock@gmail.com"
] | david.m.whitlock@gmail.com |
fe04e6b9de98d8e5eaacb37efe301a0acad74ea7 | b7936f9a99afb096bc6d68448c32631d7416e177 | /build/tmp/recompileMc/sources/net/minecraft/block/BlockLilyPad.java | 8a7b7a2725faf1e3c68abfcdbe02cffc3dea2f49 | [] | no_license | AlphaWolf21/JATMA | ff786893893879d1f158a549659bbf13a5e0763c | 93cf49cca9e23fa1660099999b2b46ce26fb3bbb | refs/heads/master | 2021-01-19T02:43:34.989869 | 2016-11-07T04:06:16 | 2016-11-07T04:06:16 | 73,483,501 | 2 | 0 | null | 2016-11-11T14:20:06 | 2016-11-11T14:20:05 | null | UTF-8 | Java | false | false | 2,516 | java | package net.minecraft.block;
import java.util.List;
import javax.annotation.Nullable;
import net.minecraft.block.material.Material;
import net.minecraft.block.state.IBlockState;
import net.minecraft.creativetab.CreativeTabs;
import net.minecraft.entity.Entity;
import net.minecraft.entity.item.EntityBoat;
import net.mi... | [
"techperson71@gmail.com"
] | techperson71@gmail.com |
ee903ba701c8ce725e565ad543548f7417b03bc4 | b85d0ce8280cff639a80de8bf35e2ad110ac7e16 | /com/fossil/eoi.java | 58db41c9d7c3bd023797abedd1945afe21b5430d | [] | no_license | MathiasMonstrey/fosil_decompiled | 3d90433663db67efdc93775145afc0f4a3dd150c | 667c5eea80c829164220222e8fa64bf7185c9aae | refs/heads/master | 2020-03-19T12:18:30.615455 | 2018-06-07T17:26:09 | 2018-06-07T17:26:09 | 136,509,743 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,777 | java | package com.fossil;
import android.content.Context;
import com.misfit.frameworks.common.constants.MFNetworkReturnCode;
import io.fabric.sdk.android.services.common.CommonUtils;
import java.io.File;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Comparator;
import java.util.Iterator;
import ja... | [
"me@mathiasmonstrey.be"
] | me@mathiasmonstrey.be |
5ac422a77b497bb1d385927a451d4ff2c48aed5e | fa93c9be2923e697fb8a2066f8fb65c7718cdec7 | /sources/com/google/zxing/common/PerspectiveTransform.java | 5b5d7d741276ce6b28daca39c65e4eeaf4a3f73b | [] | no_license | Auch-Auch/avito_source | b6c9f4b0e5c977b36d5fbc88c52f23ff908b7f8b | 76fdcc5b7e036c57ecc193e790b0582481768cdc | refs/heads/master | 2023-05-06T01:32:43.014668 | 2021-05-25T10:19:22 | 2021-05-25T10:19:22 | 370,650,685 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,474 | java | package com.google.zxing.common;
public final class PerspectiveTransform {
public final float a;
public final float b;
public final float c;
public final float d;
public final float e;
public final float f;
public final float g;
public final float h;
public final float i;
public... | [
"auchhunter@gmail.com"
] | auchhunter@gmail.com |
a626f46b96f02d34cae82f6dc9692caecdf40b23 | d689636bd2902a115d914db25004ea1c1ba7e6ee | /src/main/java/jit/wxs/breed/domain/bo/ProviderDeviceSelectWrapper.java | 61ac6b50f0705a0997f20d29b8567cda5e958d56 | [
"Apache-2.0"
] | permissive | xuesinuan/breed | 816071a74aa780f7ba0db9caa72391123117bc55 | b0b989d04e5a0fffd7d42cb15d303015f66e9aec | refs/heads/master | 2023-04-25T08:05:06.765378 | 2020-05-13T14:50:42 | 2020-05-13T14:50:42 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 709 | java | package jit.wxs.breed.domain.bo;
import java.io.Serializable;
/**
* 供应商设备查询条件
* @author jitwxs
* @since 2018/5/17 16:00
*/
public class ProviderDeviceSelectWrapper implements Serializable {
private static final long serialVersionUID = 1L;
/**
* 设备状态
*/
private Boolean status;
/**
... | [
"jitwxs@foxmail.com"
] | jitwxs@foxmail.com |
7a779f7f1e208c656400f7826c25c40598c9d810 | 58f239a9aebd8992ac3cd4adde855d407460f1f5 | /lds-test/src/main/java/com/weweibuy/lds/iop/model/TestModel.java | d93ddbfd69f83df98784f87a823376d8b0095518 | [] | no_license | weweibuy/lds | 7f6fb3cb93da5928a5d545e3374fc2c634e946af | 336bd540f5d4f3b4d7625a5e26d470a9c4a7b88b | refs/heads/master | 2023-07-29T09:58:29.462613 | 2021-09-13T05:40:43 | 2021-09-13T05:40:43 | 402,376,313 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 144 | java | package com.weweibuy.lds.iop.model;
import lombok.Data;
/**
* @author durenhao
* @date 2021/9/4 19:58
**/
@Data
public class TestModel {
}
| [
"ak514250@126.com"
] | ak514250@126.com |
88db01f46b7ddf8945cb10990689bfc8280f9c93 | cebab5906e9ce39791f0c136bb61a21846e922d3 | /TeachDroid/datalink_old/com/keba/kemro/plc/network/sdr/TCI/RpcTcSaveEditorIn.java | d288dfc54cfa21f747a69c4b2f8a38feb81e7238 | [] | no_license | hauserkristof/TeachDroid | 7927965fb66fbfe917430106d40fa2c005d32188 | 9edfcfd9aa8b75847db97a5798df7baa124c6e31 | refs/heads/master | 2021-05-27T16:17:41.448040 | 2014-03-05T07:54:56 | 2014-03-05T07:54:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,610 | java | package com.keba.kemro.plc.network.sdr.TCI;
import com.keba.jsdr.sdr.*;
import java.io.*;
public class RpcTcSaveEditorIn implements SDR {
/** Int */
public int clientId;
/** Int */
public int editHnd;
/** Added by SdrGen */
private int mMemberDone = 0;
public RpcTcSaveEditorIn() {... | [
"paul.latzelsperger@gmail.com"
] | paul.latzelsperger@gmail.com |
6821203674c0b453bbeb299a828360293deaac52 | 3ca423fdea12e839c994c8be70cd5859ee7dece9 | /spring/src/test/java/com/github/kuangcp/proxy/salary/proxy/ProxyTest.java | 51630b54e653133e46219454c8ca2281aa923d51 | [
"MIT"
] | permissive | suixinlu2017/JavaBase | 8f2ccc677af16351d078bb237607c6ffbcffa85e | f6a9b7483d3a78773c1174eab9a602f413903e1a | refs/heads/master | 2022-01-30T13:19:50.094976 | 2019-07-18T08:51:47 | 2019-07-18T08:51:47 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 434 | java | package com.github.kuangcp.proxy.salary.proxy;
import org.junit.Test;
public class ProxyTest {
@Test
public void test(){
Logger logger = new Logger();
Privilege privilege = new Privilege();
privilege.setAccess("asdf");
Security security = new Security();
SalaryManager target = new SalaryManagerImpl();
S... | [
"kuangcp@aliyun.com"
] | kuangcp@aliyun.com |
b1d23ed46d1e6a9359c08960055bee7c1bfa4267 | b78d96a8660f90649035c7a6d6698cabb2946d62 | /solutions/ModelJoin/src/main/java/CIM/IEC61970/Informative/InfCommon/DocPsrRole.java | f851dd26727785f302599bd4341d92e6a93d322e | [
"MIT"
] | permissive | suchaoxiao/ttc2017smartGrids | d7b677ddb20a0adc74daed9e3ae815997cc86e1a | 2997f1c202f5af628e50f5645c900f4d35f44bb7 | refs/heads/master | 2021-06-19T10:21:22.740676 | 2017-07-14T12:13:22 | 2017-07-14T12:13:22 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,659 | java | /**
*/
package CIM.IEC61970.Informative.InfCommon;
import CIM.IEC61968.Common.Document;
import CIM.IEC61970.Core.PowerSystemResource;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Doc Psr Role</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* ... | [
"hinkel@fzi.de"
] | hinkel@fzi.de |
d8233ea6130453bd95b1c86db36427c858c01cd6 | f0568343ecd32379a6a2d598bda93fa419847584 | /modules/dfp_appengine/src/main/java/com/google/api/ads/dfp/jaxws/v201311/LineItemCreativeAssociationServiceInterfacegetLineItemCreativeAssociation.java | 78450d32ad879672e58c7d1ad81e7c31105ae170 | [
"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,717 | java |
package com.google.api.ads.dfp.jaxws.v201311;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
/**
*
* Returns the {@link LineItemCreativeAssociation} uniquely i... | [
"jradcliff@google.com"
] | jradcliff@google.com |
405c25fe15969fa01cb9eae9824853374402a187 | 3c4425d520faeaa78a24ade0673da6cff431671e | /后台调试版/src/main/java/lottery/domains/content/vo/bill/UserBetsReportVO.java | 5da60b481f84257b91cc284d0df65f411b3c8f0c | [] | no_license | yuruyigit/lotteryServer | de5cc848b9c7967817a33629efef4e77366b74c0 | 2cc97c54a51b9d76df145a98d72d3fe097bdd6af | refs/heads/master | 2020-06-17T03:39:24.838151 | 2019-05-25T11:32:00 | 2019-05-25T11:32:00 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 781 | java | package lottery.domains.content.vo.bill;
public class UserBetsReportVO
{
private String field;
private double money;
private double returnMoney;
private double prizeMoney;
public String getField()
{
return this.field;
}
public void setField(String field)
{
this.field = field;
}
p... | [
"nengbowan@163.com"
] | nengbowan@163.com |
42be90a9e3a3e1c0aa28fd4ebf80289fc84d572e | 9a2186406604c63f87d2039227c7d3544b98a301 | /src/com/baiyun2/vo/parcelable/VoPicPar.java | c5945211f53e0f2e8274b4bdf14f270bd38268a2 | [] | no_license | Holyn/BaiYun2 | 179441d9e39ffb991d3e8e3dc23f8718a8994316 | a8b5af4836bc70b3aea0109a1ab62a937f0893ab | refs/heads/master | 2021-01-17T05:28:33.824167 | 2015-09-23T07:37:04 | 2015-09-23T07:37:04 | 39,782,388 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,380 | java | package com.baiyun2.vo.parcelable;
import android.os.Parcel;
import android.os.Parcelable;
public class VoPicPar implements Parcelable {
private String id;
private String url;
private String type;
private String name;
private String content;
private String width;
private String height;
private String sortOrde... | [
"328550680@qq.com"
] | 328550680@qq.com |
48f73e9246f80154a3f3174ff91ec5a39293654f | 587861bceaa9b85e995d986225622828dc77e0cc | /android/app/src/main/java/com/satsuscreens_dev_1527/MainApplication.java | 20bee1c491d1ad38878e70ec28e956ae24bf8ca8 | [] | no_license | crowdbotics-apps/satsuscreens-dev-1527 | 144fd0f67bd7a12a5157fd8381ccb3bb180986b7 | 420f264dbee19d6365c81b07bf8c45d03edfedc2 | refs/heads/master | 2022-04-09T22:58:18.190399 | 2020-01-21T17:10:57 | 2020-01-21T17:10:57 | 235,396,309 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,374 | java | package com.satsuscreens_dev_1527;
import android.app.Application;
import android.util.Log;
import com.facebook.react.PackageList;
import com.facebook.hermes.reactexecutor.HermesExecutorFactory;
import com.facebook.react.bridge.JavaScriptExecutorFactory;
import com.facebook.react.ReactApplication;
import com.facebook... | [
"team@crowdbotics.com"
] | team@crowdbotics.com |
fd8f80ff3c604c5297cfa7d5c45a932c825932a7 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/2/2_bdbf2ebcee03cd50a22b72d9ed92ab6615e7b8c6/RangeIntGenerator/2_bdbf2ebcee03cd50a22b72d9ed92ab6615e7b8c6_RangeIntGenerator_t.java | 3fa9781b361ddbd88cd668ce6b36c95322384254 | [] | 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 | 2,854 | java | /**
Copyright 2013 Intel Corporation, All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
221a25e5d2f21b319011a58a946d901e37952bd8 | 09891aaff36ef0db918828a1382041cce1e136e3 | /src/main/java/ofx/AbstractSyncResponse.java | bbb87d994fbfa7f83b974743fa2a396b081a4483 | [] | no_license | proyleg/InvestiaGenOFX2_mv | 7f01555282b094581ae773421b23b3cae8656723 | 4d5524717067f66c1bec2d0702fbb8e448588611 | refs/heads/master | 2021-01-20T03:21:46.991208 | 2018-12-18T14:48:04 | 2018-12-18T14:48:04 | 89,526,447 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,067 | 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: 2013.12.12 at 04:58... | [
"proy_leg@hotmail.com"
] | proy_leg@hotmail.com |
296dd159cf3b17a0fd06259ba2a5376c2396b44b | e9ad092dfc4efe87fe49e3d3083482311f765731 | /lang/src/main/java/nl/knaw/dans/common/lang/ResourceNotFoundException.java | babaddea98774c711b26f48424969ba402dbb745 | [
"Apache-2.0"
] | permissive | DANS-KNAW/dccd-legacy-libs | e0f863cc5953dcceb9b91d4eb6ffdd0d37831bbb | 687d2e434359ad80af0b192748475ec4a76529c4 | refs/heads/master | 2021-01-01T19:35:17.114074 | 2019-09-03T13:58:30 | 2019-09-03T13:58:30 | 37,195,178 | 0 | 1 | Apache-2.0 | 2020-10-13T06:53:30 | 2015-06-10T12:15:06 | Java | UTF-8 | Java | false | false | 1,451 | java | /*******************************************************************************
* Copyright 2015 DANS - Data Archiving and Networked Services
*
* 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 Licens... | [
"jan.van.mansum@dans.knaw.nl"
] | jan.van.mansum@dans.knaw.nl |
97c703869528d737507f47f24b29d2e3a7a40dff | a6c60b030d82a93799f6620b487f9016d9ae1c2f | /src/test/java/com/apptium/customer/config/WebConfigurerTest.java | 67a1c8a654426a6feb8f6f58640a81c2daa9cf47 | [] | no_license | ravi7mech/com-customer-mgmt | 19ca4f791d44235d555a737a602049fecde34e61 | 3bd45494e1172141a803056f50cb2357dc76707c | refs/heads/main | 2023-06-19T20:07:02.114947 | 2021-07-14T13:27:33 | 2021-07-14T13:27:33 | 385,949,596 | 0 | 0 | null | 2021-07-14T13:29:00 | 2021-07-14T13:27:23 | Java | UTF-8 | Java | false | false | 5,737 | java | package com.apptium.customer.config;
import static org.assertj.core.api.Assertions.assertThatCode;
import static org.mockito.ArgumentMatchers.any;
import static org.mockito.ArgumentMatchers.anyString;
import static org.mockito.Mockito.*;
import static org.springframework.test.web.servlet.request.MockMvcRequestBuilders... | [
"jhipster-bot@jhipster.tech"
] | jhipster-bot@jhipster.tech |
911f67b877a4899fd21c9893b1838d208d1bea78 | f5b0c9be6293194dd81d3af987bd513ab4e87221 | /src/com/codeforces/competitions/year2015/round321div2/Second.java | 1713cc4727e55f0db3cfc656361afdd7b87a074a | [] | no_license | rahulkhairwar/dsa-library | 13f8eb7765d3fa4e8cf2a746a3007e3a9447b2f8 | b14d14b4e3227ef596375bab55e88d50c7b950a6 | refs/heads/master | 2022-04-28T06:37:16.098693 | 2020-04-04T19:00:11 | 2020-04-04T19:00:11 | 43,200,287 | 3 | 1 | null | null | null | null | UTF-8 | Java | false | false | 6,567 | java | package com.codeforces.competitions.year2015.round321div2;
import java.io.BufferedWriter;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.io.OutputStreamWriter;
import java.io.PrintWriter;
import java.io.Writer;
import java.util.Arrays;
import java.util.Comparator;
impo... | [
"rahulkhairwar@gmail.com"
] | rahulkhairwar@gmail.com |
45ba96f5e31529baff31f8993e4d2c79edb1a7ba | 8b9190a8c5855d5753eb8ba7003e1db875f5d28f | /sources/com/google/android/gms/internal/vision/zzjg.java | cbc1b5f2f0dbf4bd3f0a6fdce4b51f5b00371522 | [] | no_license | stevehav/iowa-caucus-app | 6aeb7de7487bd800f69cb0b51cc901f79bd4666b | e3c7eb39de0be6bbfa8b6b063aaa85dcbcee9044 | refs/heads/master | 2020-12-29T10:25:28.354117 | 2020-02-05T23:15:52 | 2020-02-05T23:15:52 | 238,565,283 | 21 | 3 | null | null | null | null | UTF-8 | Java | false | false | 214 | java | package com.google.android.gms.internal.vision;
/* 'enum' modifier removed */
final class zzjg extends zzjd {
zzjg(String str, int i, zzji zzji, int i2) {
super(str, 10, zzji, 2, (zzjc) null);
}
}
| [
"steve@havelka.co"
] | steve@havelka.co |
304aec2dc688fcca2708869fa6af99e1bda0c528 | af8f2d1b600d794aea496f5f8005a20ed016960b | /office/trunk/src_mysql/java/net/zdsoft/office/bulletin/service/OfficeBulletinReadService.java | 1278972506eb78c5a91b53b5a79b530699370fd3 | [] | no_license | thyjxcf/learn | 46c033f8434c0b0b0809e2a6b1d5601910b36c0d | 99b9e04aa9c0e7ee00571dffb8735283cf33b1c1 | refs/heads/master | 2021-01-06T20:43:53.071081 | 2017-09-15T10:11:53 | 2017-09-15T10:11:53 | 99,546,817 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,675 | java | package net.zdsoft.office.bulletin.service;
import java.util.List;
import java.util.Map;
import net.zdsoft.keel.util.Pagination;
import net.zdsoft.office.bulletin.entity.OfficeBulletinRead;
/**
* office_bulletin_read
* @author
*
*/
public interface OfficeBulletinReadService{
/**
* 新增office_bulletin_read
*... | [
"1129820421@qq.com"
] | 1129820421@qq.com |
605235a551ae9a95fd07e754676e182a4e0ee47e | 8af1164bac943cef64e41bae312223c3c0e38114 | /results-java/apache--kafka/d0e436c471ba4122ddcc0f7a1624546f97c4a517/after/RecordContextStub.java | bc3f952c733d077a8e3fd634b3a3518bf2044c3f | [] | no_license | fracz/refactor-extractor | 3ae45c97cc63f26d5cb8b92003b12f74cc9973a9 | dd5e82bfcc376e74a99e18c2bf54c95676914272 | refs/heads/master | 2021-01-19T06:50:08.211003 | 2018-11-30T13:00:57 | 2018-11-30T13:00:57 | 87,353,478 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,658 | 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 n... | [
"fraczwojciech@gmail.com"
] | fraczwojciech@gmail.com |
5c4196c9ef7818be5871a2333d2c32321d41cd4c | 0962f1385c483396cb85c2bcd9a7339d26376bec | /sponge-rest-api-common/src/main/java/org/openksavi/sponge/restapi/type/converter/unit/TypeTypeUnitConverter.java | 4b499f92221a387cfc08865ac4cdf7cc9c531c4f | [
"Apache-2.0"
] | permissive | linuxerwang/sponge | d26946b1030b15f2952a61501bce604bb8cd13b7 | 5fcb5cce276a8ab5eaf181c6fd38943298e32e23 | refs/heads/master | 2020-12-01T21:16:04.048108 | 2019-12-20T17:55:56 | 2019-12-20T17:55:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,051 | java | /*
* Copyright 2016-2019 The Sponge 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... | [
"marcin.pas@softelnet.com"
] | marcin.pas@softelnet.com |
e751028debe7072e557b2660c990faed461e7502 | ffa90365de64c57afdb214afdf19a0a0aef6cbcd | /bos-parent/bos-service/src/main/java/com/itheima/bos/service/WorkordermanagerService.java | f968053c85cb5147f95286b66e21c181da187c45 | [] | no_license | 951132436/test | 511957764c6af0dd7d00850db4b3d988b90bc17d | cbb78605384305935c418e3b04f7ce1c1a1cca10 | refs/heads/master | 2021-01-22T05:42:40.778492 | 2017-05-26T09:14:41 | 2017-05-26T12:58:06 | 92,487,935 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 331 | java | package com.itheima.bos.service;
import java.util.List;
import com.itheima.bos.domain.Workordermanager;
import com.itheima.bos.utils.PageBean;
public interface WorkordermanagerService {
void save(Workordermanager model);
void batchImport(List<Workordermanager> list);
void pageQuery(PageBean pageBe... | [
"123@163.com"
] | 123@163.com |
87a47339271924fb6cacf635448b629ce706f168 | 5a088135a99a386e473f94f971c571864373865c | /A2017001-费森尤斯项目/02.Engineering/03.代码/01.server/branches/0608/05.HCP-payment/src/main/java/com/lenovohit/hcp/payment/manager/impl/TradeNotifyManagerImpl.java | c4cf0e5598eec230c9da5dd4e024b46331d4f032 | [] | no_license | jacky-cyber/work | a7bebd2cc910da1e9e227181def880a78cc1de07 | e58558221b2a8f410b087fa2ce88017cea12efa4 | refs/heads/master | 2022-02-25T09:48:53.940782 | 2018-05-01T10:04:53 | 2018-05-01T10:04:53 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,565 | java | package com.lenovohit.hcp.payment.manager.impl;
import java.math.BigDecimal;
import java.util.List;
import java.util.Map;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.lenovohit.core.manager.GenericManager;
import com.lenovohit.hcp.base.manag... | [
"liuximing2016@qq.com"
] | liuximing2016@qq.com |
8afa9de3d23463982a8a82b41ba1e0b29adee6ed | 4691ae3d4854aca619a9a4da154d9ab859a530ea | /first/src/xiecheng/Test1.java | 4e956e909db1846edcf64dfd9b8761dd9854f15d | [
"Apache-2.0"
] | permissive | hyfangcong/2018-chunzhao-suanfa | d0bed5f49c8cb34463cc9c013d2d51a916b0c2cb | 0360b4dd83957a54da10bdeb21b4c478d61e86ee | refs/heads/master | 2020-03-13T18:21:42.794264 | 2018-07-15T04:47:33 | 2018-07-15T04:47:33 | 131,234,182 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 609 | java | package xiecheng;
import java.util.Scanner;
public class Test1 {
public static void f(int[] a){
int j=0;
for(int i=0;i<a.length;i++){
while(a[j]!=0 && j<a.length){
j++;
}
i=j+1;
while(a[i]==0 && i<a.length){
i++;
}
a[j] = a[i];
a[i] = 0;
j++;
}
}
public static void mai... | [
"1186977171@qq.com"
] | 1186977171@qq.com |
57958fa03c8fd7ade850393b9e4d1dddf5bf800e | 298a5fb8a071de20eb80bb3f4dca014465989207 | /src/com/team/engine/rendering/Texture.java | dd02bfd5936d4a278166ebd0f0e886b74d1912f7 | [] | no_license | zodsoft/Game-Engine | 77c168024fa1f90ac64a46d7152efa998d4bf522 | 3368c625ab2fb19e5b61ffe3be4c1aeda0dbaec4 | refs/heads/master | 2020-12-24T08:00:10.220397 | 2016-11-10T03:39:22 | 2016-11-10T03:39:22 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,177 | java | package com.team.engine.rendering;
import static org.lwjgl.opengl.GL11.*;
import static org.lwjgl.opengl.GL21.*;
import static org.lwjgl.opengl.GL13.*;
import static org.lwjgl.opengl.GL30.*;
import java.nio.ByteBuffer;
import java.nio.FloatBuffer;
import java.nio.IntBuffer;
import org.lwjgl.BufferUtils;
... | [
"jholley373@yahoo.com"
] | jholley373@yahoo.com |
74e9a4fda99972e0fec1767ee17d43539b73407e | 6138af219efc3a8f31060e30ebc532ffcbad1768 | /astrogrid/desktop/impl/test/java/org/astrogrid/desktop/modules/ivoa/resource/ResourceParserUnitTest.java | 0a68281be1051321cb17d80f1a298dd92298d538 | [] | no_license | Javastro/astrogrid-legacy | dd794b7867a4ac650d1a84bdef05dfcd135b8bb6 | 51bdbec04bacfc3bcc3af6a896e8c7f603059cd5 | refs/heads/main | 2023-06-26T10:23:01.083788 | 2021-07-30T11:17:12 | 2021-07-30T11:17:12 | 391,028,616 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,073 | java | /**
*
*/
package org.astrogrid.desktop.modules.ivoa.resource;
import java.net.URI;
import org.astrogrid.acr.ivoa.resource.Contact;
import org.astrogrid.acr.ivoa.resource.Creator;
import org.astrogrid.acr.ivoa.resource.Date;
import org.astrogrid.acr.ivoa.resource.Relationship;
import org.astrogrid.acr.ivoa.resource... | [
"Noel.Winstanley@astrogrid.org"
] | Noel.Winstanley@astrogrid.org |
fd13e0484fe911ec27b3e5fc3ee4ed661de941d5 | 3f95c975874e745f980e64e76d5b897149fb7465 | /app/src/main/java/com/peihou/willgood2/esptouch/EsptouchTask.java | 6977e2c54dbff90e13c8299c2497971b4e4b0653 | [] | no_license | WHD597312/WillGood2 | 1f5224480c0e0077afad42197e962f7a16268d5b | 53925a3d3f9d11b0455c9357c3062528da61b215 | refs/heads/master | 2020-04-30T19:51:34.432473 | 2020-04-28T03:24:54 | 2020-04-28T03:24:54 | 177,050,364 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,990 | java | package com.peihou.willgood2.esptouch;
import android.content.Context;
import com.peihou.willgood2.esptouch.task.EsptouchTaskParameter;
import com.peihou.willgood2.esptouch.task.IEsptouchTaskParameter;
import com.peihou.willgood2.esptouch.task.__EsptouchTask;
import java.util.List;
public class EsptouchTask implem... | [
"1352250152@qq.com"
] | 1352250152@qq.com |
d017e0b8ce63b0d0566a8524f3ceaef2e494a320 | 0f78eb1bd70ee3ea0cbd7b795d7e946255366efd | /src-common/com/qfw/common/gateway/impl/HttpEndPointBS.java | 9808c4a349ac1864d2388ad361aff792b2e57444 | [] | no_license | xie-summer/sjct | b8484bc4ee7d61b3713fa2e88762002f821045a6 | 4674af9a0aa587b5765e361ecaa6a07f966f0edb | refs/heads/master | 2021-06-16T22:06:06.646687 | 2017-05-12T09:24:52 | 2017-05-12T09:24:52 | 92,924,351 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 4,707 | java | package com.qfw.common.gateway.impl;
import java.io.IOException;
import java.io.UnsupportedEncodingException;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import java.util.Set;
import org.apache.commons.io.IOUtils;
import org.apache.http.HttpEntity;
import org.apache.http.HttpRe... | [
"271673805@qq.com"
] | 271673805@qq.com |
64cfd8f1fd44fbd4b97fd2f52374607fbf6a7b4a | 3f87df2a878de64eccdcac22bb09b8944ba06fd4 | /java/microservices/BreweryBeer/mssc-beer-order-service/src/main/java/guru/springframework/mssc_beer_order_service/domain/BeerOrder.java | 2e089f08a9955f51da21415547d42871c0dbfb8d | [] | no_license | juncevich/workshop | 621d1262a616ea4664198338b712898af9e61a76 | fbaeecfb399be65a315c60d0aa24ecae4067918d | refs/heads/master | 2023-04-30T14:53:43.154005 | 2023-04-15T17:26:53 | 2023-04-15T17:26:53 | 78,441,425 | 0 | 0 | null | 2023-03-28T20:52:35 | 2017-01-09T15:27:29 | JavaScript | UTF-8 | Java | false | false | 2,285 | java | /*
* Copyright 2019 the original author or authors.
*
* 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.... | [
"a.juncevich@gmail.com"
] | a.juncevich@gmail.com |
d190582619f7bf6c38f959f44385da9a629a7440 | d349ed27f01e2c8e494c1c3cd18d165b9bd13c53 | /game-context/src/main/java/com/sky/game/context/annotation/HandlerException.java | 87f492ddfd8b5ffc88501cc517404483b2d7095b | [] | no_license | autumnsparrow/poker-game | 385ce3e4146013caf894a4b80c4e1b74e5e826f9 | 7766a7529e4feed95c3a2c2cfc27ce25ad913bb6 | refs/heads/master | 2021-04-06T20:46:38.077347 | 2018-03-14T15:11:44 | 2018-03-14T15:11:44 | 125,230,336 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 467 | java | /**
*
*/
package com.sky.game.context.annotation;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
*
* method annotation - shows mean may throws the exceptions.
*
* @author sparrow
*
*/
@Ret... | [
"ruiqiuzhang@gmail.com"
] | ruiqiuzhang@gmail.com |
86d6a7f87e68289bf8bd393f2817fa4e92026274 | 18c70f2a4f73a9db9975280a545066c9e4d9898e | /mirror-cmdb/cmdb-service/src/main/java/com/aspire/ums/cmdb/ipCollect/service/CmdbIpCollectService.java | f191d07388aa2d2eabda0f801d5badb8ed286d48 | [] | no_license | iu28igvc9o0/cmdb_aspire | 1fe5d8607fdacc436b8a733f0ea44446f431dfa8 | 793eb6344c4468fe4c61c230df51fc44f7d8357b | refs/heads/master | 2023-08-11T03:54:45.820508 | 2021-09-18T01:47:25 | 2021-09-18T01:47:25 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,419 | java | package com.aspire.ums.cmdb.ipCollect.service;
import java.util.List;
import java.util.Map;
import com.aspire.ums.cmdb.ipCollect.payload.entity.BaseIpCollectEntity;
import com.aspire.ums.cmdb.ipCollect.payload.entity.CmdbIpCollectRequest;
import com.aspire.ums.cmdb.ipCollect.payload.entity.CmdbIpCollectResponse;
impo... | [
"jiangxuwen7515@163.com"
] | jiangxuwen7515@163.com |
b1f1966d58bec0c165c77c03cf30602645fa55af | 01f427904ee271c41e6bb1f94793b43720fa431c | /epcis-server/src/main/java/org/oliot/epcis/query/converter/seq/EQSourceConverter.java | 6c248e55b760d9d1609fea721b9324845ce591f1 | [
"Apache-2.0"
] | permissive | JaewookByun/epcis | 261e1278f2821e25621c424299742175dc86600e | c2b7fbe455e654a1c42adad15efd6ce135588ba8 | refs/heads/master | 2023-08-20T23:34:44.610093 | 2023-08-18T07:38:24 | 2023-08-18T07:38:24 | 23,309,105 | 47 | 63 | Apache-2.0 | 2023-08-16T02:02:53 | 2014-08-25T09:46:02 | Java | UTF-8 | Java | false | false | 1,825 | java | package org.oliot.epcis.query.converter.seq;
import java.util.ArrayList;
import java.util.List;
import org.bson.Document;
import org.oliot.epcis.model.QueryParameterException;
import org.oliot.epcis.model.ValidationException;
import org.oliot.epcis.query.converter.BaseConverter;
import org.oliot.epcis.query.converter... | [
"bjw0829@gmail.com"
] | bjw0829@gmail.com |
dd8739e3c3f2c76bfde34a522000aac8fc80e068 | 85fa1f4bf5e4ad2df27a77bf7633e203b6421245 | /forever/src/main/java/com/forever/zhb/utils/password/symmetric/IDEAUtil.java | 71547d09033f6b8ea7294a26d952d5078ae81f5f | [] | no_license | ZHB1024/zhb-forever | 1765d1926121be5046aded899b56d2525fa420a7 | 4a1e71d776b0bf004aaf0cf5089029e1a9300f73 | refs/heads/master | 2018-10-16T09:18:32.855468 | 2018-08-18T15:36:37 | 2018-08-18T15:36:37 | 112,721,046 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,579 | java | package com.forever.zhb.utils.password.symmetric;
import java.security.NoSuchAlgorithmException;
import java.security.Security;
import javax.crypto.Cipher;
import javax.crypto.KeyGenerator;
import javax.crypto.SecretKey;
import javax.crypto.spec.SecretKeySpec;
import org.bouncycastle.jce.provider.BouncyCastleProvide... | [
"zhb20111503@126.com"
] | zhb20111503@126.com |
6945deb14292ea0cd117f405d765073f2bdb9208 | 58da62dfc6e145a3c836a6be8ee11e4b69ff1878 | /src/main/java/com/alipay/api/domain/InvoiceItemContent.java | d9552705403560901a04bfda189486be40ade3de | [
"Apache-2.0"
] | permissive | zhoujiangzi/alipay-sdk-java-all | 00ef60ed9501c74d337eb582cdc9606159a49837 | 560d30b6817a590fd9d2c53c3cecac0dca4449b3 | refs/heads/master | 2022-12-26T00:27:31.553428 | 2020-09-07T03:39:05 | 2020-09-07T03:39:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,152 | java | package com.alipay.api.domain;
import com.alipay.api.AlipayObject;
import com.alipay.api.internal.mapping.ApiField;
/**
* 电子发票平台发票明细项
*
* @author auto create
* @since 1.0, 2019-06-21 17:05:22
*/
public class InvoiceItemContent extends AlipayObject {
private static final long serialVersionUID = 127... | [
"ben.zy@antfin.com"
] | ben.zy@antfin.com |
81b89014a3d8627b40a603df8284ae8175edaabb | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/27/27_2a28bdf9c8c9d79e842870d95f38c76eb78e6fa0/Review/27_2a28bdf9c8c9d79e842870d95f38c76eb78e6fa0_Review_t.java | 801f2c47eda0fd436e59025d267daf813041f7d6 | [] | 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 | 326 | java | package main;
public class Review {
public String b_id;
public String u_id;
public int stars;
public int useful;
public int funny;
public int cool;
public Review(String b, String u, int s, int us, int f, int c) {
b_id = b;
u_id = u;
stars = s;
useful = us;
funny = f;
cool = c;
}... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
9c95721e85c66193be0931595f4b1d04892850f7 | c4b3c4c595524b25a2c2c209e1e00facb56ff435 | /src/com/viewscenes/web/sysmgr/userLog/UserLog.java | 7a581a39ed4f1600f860024bdcb6db8b26a19acb | [] | no_license | liubinswift/hw3 | d4c2e4bc6be746b1b103e31d5e77e52ef292c7d9 | 0b6c7548d7d852afbf1ffeb2d67fe58d001005af | refs/heads/master | 2021-07-04T15:38:02.997165 | 2020-05-11T12:48:48 | 2020-05-11T12:48:48 | 123,068,376 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 4,145 | java | package com.viewscenes.web.sysmgr.userLog;
import com.viewscenes.pub.GDSet;
import com.viewscenes.dao.database.DbComponent;
import java.util.ArrayList;
import com.viewscenes.util.StringTool;
import flex.messaging.io.amf.ASObject;
import org.jmask.web.controller.EXEException;
/**
* *******************************... | [
"liubin11@jd.com"
] | liubin11@jd.com |
a2ed92c608ada90c07a9acb03cdae0b6d2678a09 | c885ef92397be9d54b87741f01557f61d3f794f3 | /results/Math-6/org.apache.commons.math3.optim.nonlinear.vector.jacobian.LevenbergMarquardtOptimizer/BBC-F0-opt-10/tests/13/org/apache/commons/math3/optim/nonlinear/vector/jacobian/LevenbergMarquardtOptimizer_ESTest.java | c31a1b450446bb16fce55f9157aa077c572100d1 | [
"CC-BY-4.0",
"MIT"
] | permissive | pderakhshanfar/EMSE-BBC-experiment | f60ac5f7664dd9a85f755a00a57ec12c7551e8c6 | fea1a92c2e7ba7080b8529e2052259c9b697bbda | refs/heads/main | 2022-11-25T00:39:58.983828 | 2022-04-12T16:04:26 | 2022-04-12T16:04:26 | 309,335,889 | 0 | 1 | null | 2021-11-05T11:18:43 | 2020-11-02T10:30:38 | null | UTF-8 | Java | false | false | 3,351 | java | /*
* This file was automatically generated by EvoSuite
* Thu Oct 21 11:40:33 GMT 2021
*/
package org.apache.commons.math3.optim.nonlinear.vector.jacobian;
import org.junit.Test;
import static org.junit.Assert.*;
import static org.evosuite.runtime.EvoAssertions.*;
import org.apache.commons.math3.optim.PointVectorVa... | [
"pderakhshanfar@serg2.ewi.tudelft.nl"
] | pderakhshanfar@serg2.ewi.tudelft.nl |
ed1b430bfeb5cd5fba439e6128fcff98dc9b9eec | 48e013de4833035fb34b30b02f0903f4ce4ceed7 | /aura/src/main/java/org/auraframework/throwable/AuraJWTError.java | 163643134588e3069af23c228fcc46d635e64214 | [
"BSD-3-Clause",
"Apache-2.0",
"LGPL-2.0-or-later",
"ICU",
"LicenseRef-scancode-mx4j",
"W3C",
"CC-BY-4.0",
"SAX-PD",
"MPL-2.0",
"WTFPL",
"CDDL-1.0",
"MIT"
] | permissive | nagyist/forcedotcom-aura | 064609732afa4bc7551eec9972218dc9f1a30fd8 | 779ffdcc715565d3b961becd28aa163d289557aa | refs/heads/master | 2022-12-21T13:31:26.447628 | 2022-02-12T08:35:12 | 2022-02-12T08:35:12 | 27,166,886 | 0 | 0 | Apache-2.0 | 2022-12-16T22:49:11 | 2014-11-26T08:29:51 | JavaScript | UTF-8 | Java | false | false | 1,313 | java | /*
* Copyright (C) 2013 salesforce.com, inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable ... | [
"byao@salesforce.com"
] | byao@salesforce.com |
44629c0a63725513f9bb64cf63e0a35b42baca9d | af4e2fa003e7cb4cd77ea6d36851b60b3e5c94e8 | /modules/activiti-rest/src/main/java/org/activiti/rest/api/RestResponseFactory.java | c19f3aafca20c8bf3925f925d01aaf57ceb5c709 | [
"Apache-2.0"
] | permissive | cloudfoundry-blueprints/Activiti | aada7657e3b67047982359a9e8bd02c05168632c | de1fae4d2563effe0408a6c944e7a9bb03085123 | refs/heads/master | 2021-01-18T14:55:14.853184 | 2013-04-23T15:43:27 | 2013-04-23T15:43:27 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,703 | java | /* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distribut... | [
"frederik.heremans@gmail.com"
] | frederik.heremans@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.