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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
c6264ef0265f87a283ce5b597c81ff6166e8ce64 | 01791d9f334616a629b30db8772c028aa7ba27b6 | /src/exceptions/ex8/Ex8.java | 55dc6623e2f37591ffa1e84e8cd963f8f8cc38ac | [] | no_license | VimIcewind/ThinkInJava | 7941b3ccadeb0702a26ad9cb712f6131eeda3d77 | f98e4185fe1380613bf586e4a77d8205d623ce01 | refs/heads/master | 2020-12-25T17:34:12.353986 | 2019-04-07T13:16:20 | 2019-04-07T13:16:20 | 50,911,163 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 842 | java | // exceptions/ex8/Ex8.java
// TIJ4 Chapter Exceptions, Exercise 8
package exceptions.ex8;
/**
* Created by HWD on 2019/3/23 20:21
*/
class Exception4 extends Exception {
private String msg;
public Exception4(String msg) {
super(msg);
System.out.println("Exception4()");
this.msg = msg... | [
"VimIcewind@gmail.com"
] | VimIcewind@gmail.com |
331a2b699531a74c2000f948c8109107246a4d44 | 5cfdcd2ae2b6c7930568203af926205b134d99d1 | /CentralActivityEngine_viewfunction_cloud/src/com/viewfunction/activityEngine/exception/ActivityEngineDataException.java | 824ad285e8ba9bf4d01566827418953a811bcdef | [] | no_license | wangyingchu/CentralActivityEngine_viewfunction | 1cf818e28132ff8529fae4079c0e21118281f854 | bba413e129b559624a2100cc55bad6433dc4a3b7 | refs/heads/master | 2021-01-19T14:59:29.304348 | 2017-06-24T15:00:51 | 2017-06-24T15:00:51 | 100,935,211 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 202 | java | package com.viewfunction.activityEngine.exception;
public class ActivityEngineDataException extends ActivityEngineException{
private static final long serialVersionUID = -1889914990346915427L;
} | [
"yingchuwang@gmail.com"
] | yingchuwang@gmail.com |
e151cd6560f8281ee66afc1a209c4837abf09681 | 0af8b92686a58eb0b64e319b22411432aca7a8f3 | /single-large-project/src/test/java/org/gradle/test/performancenull_100/Testnull_9990.java | 389709a12214fbecbe0e029b54f705ddcc2a01f4 | [] | 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 | 305 | java | package org.gradle.test.performancenull_100;
import static org.junit.Assert.*;
public class Testnull_9990 {
private final Productionnull_9990 production = new Productionnull_9990("value");
@org.junit.Test
public void test() {
assertEquals(production.getProperty(), "value");
}
} | [
"cedric.champeau@gmail.com"
] | cedric.champeau@gmail.com |
25f20697b4df6791ad26dd29011a3fc332b68741 | b80fd7a03e2ec371be906536a71d21e1a74865f7 | /src/com/main/bean/admin/Permission.java | 4a2c108d06051e2f92e01c94065b97b4f5db19cd | [] | no_license | lms248/MallServer2.0 | 67624aaff56f602593451c6c63201ae0816a7bad | 3ea0d44db3048ae999618a64a532f5256aa28fc6 | refs/heads/master | 2021-01-13T09:58:39.982413 | 2016-11-15T08:00:21 | 2016-11-15T08:00:21 | 72,179,980 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 309 | java | package main.bean.admin;
/**
* 用户角色
*/
public class Permission {
private int id;
private String name;
public int getId() {
return id;
}
public void setId(int id) {
this.id = id;
}
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
}
| [
"lms248@163.com"
] | lms248@163.com |
24c45b9b1672ad089e77a8d945f0b4511774db06 | cd6195ddb6e9c9a311b4a6263d48f3a14e0a1a0e | /grader/src/main/java/edu/pdx/cs410J/grader/DumpScores.java | dcac13388672d7037ceff74ca766f06686c2ea79 | [] | no_license | sean97140/PortlandStateJava | a161ad10e8c1404ae3adb4383657e909d9eae246 | 5659d3649fc64be09a59f66ecc5a25db2f63debd | refs/heads/master | 2021-01-17T05:40:54.323140 | 2014-07-19T23:06:38 | 2014-07-19T23:06:38 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,071 | java | package edu.pdx.cs410J.grader;
import java.io.*;
import java.util.*;
/**
* This program sorts the scores for a given assignment and dumps them
* to standard out.
*/
public class DumpScores {
/**
* Inner class that represents a score/Student tuple
*/
private static class Tuple implements Comparable {
... | [
"david.m.whitlock@gmail.com"
] | david.m.whitlock@gmail.com |
9debb33863262a79fa3384ddaa18c6586b6b552b | 9df1684efcd7618f1dd46780274caacc1908433a | /infer/tests/codetoanalyze/java/racerd/RaceWithMainThread.java | bb518ae557e6439d5ab7b6c0277ed75a8a3634ab | [
"MIT",
"GPL-1.0-or-later"
] | permissive | Abd-Elrazek/infer | a9f02c971c0c80e1d419bf51665e9570f6716174 | be4c5aaa0fc7cb2e259f1ad683c04c8cfa11875c | refs/heads/master | 2020-04-15T05:08:20.331302 | 2019-01-07T08:01:29 | 2019-01-07T08:04:32 | 164,410,091 | 1 | 0 | MIT | 2019-05-25T17:09:51 | 2019-01-07T09:38:22 | OCaml | UTF-8 | Java | false | false | 4,991 | java | /*
* Copyright (c) 2016-present, Facebook, Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
package codetoanalyze.java.checkers;
import javax.annotation.concurrent.ThreadSafe;
class OurThreadUtils {
static native boolean isMa... | [
"facebook-github-bot@users.noreply.github.com"
] | facebook-github-bot@users.noreply.github.com |
08284ced3322c25a87ea61825d5a8b1262c6c1db | 6500848c3661afda83a024f9792bc6e2e8e8a14e | /gp_JADX/com/google/android/gms/common/api/internal/ca.java | c48781d149bda14aa057901cb57cc753a663377f | [] | no_license | enaawy/gproject | fd71d3adb3784d12c52daf4eecd4b2cb5c81a032 | 91cb88559c60ac741d4418658d0416f26722e789 | refs/heads/master | 2021-09-03T03:49:37.813805 | 2018-01-05T09:35:06 | 2018-01-05T09:35:06 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 515 | java | package com.google.android.gms.common.api.internal;
import com.google.android.gms.common.api.C5091z;
final class ca implements cc {
public /* synthetic */ bz f25787a;
ca(bz bzVar) {
this.f25787a = bzVar;
}
public final void mo4591a(ct ctVar) {
this.f25787a.f25782c.remove(ctVar);
... | [
"genius.ron@gmail.com"
] | genius.ron@gmail.com |
48168dc75f88baf316379013b7aec56c0eb5d838 | b86c197b2eb4943eaa7dd19167bcc697660b2454 | /src/com/company/task2/Car.java | bd9e936571d9f81bd2ffbf148baf05fc2cc12628 | [] | no_license | pkotynia/Homework-19.07 | 2787c4b4a0f8fc88c73be4850d4e140268ae17ef | d677521d0bec21e21e31a4419bc630cd3f8372eb | refs/heads/master | 2022-11-23T22:46:29.544061 | 2020-07-19T19:40:06 | 2020-07-19T19:40:06 | 281,439,952 | 0 | 0 | null | 2020-07-21T15:48:05 | 2020-07-21T15:48:04 | null | UTF-8 | Java | false | false | 1,464 | java | package com.company.task2;
import java.math.BigDecimal;
import java.time.Year;
import java.util.List;
public class Car {
private String name;
private String model;
private BigDecimal price;
private Year productionYear;
private List<Manualfacturer> manualfacturerList;
EngineType engineType;
... | [
"uzytkownik@kursGIT.pl"
] | uzytkownik@kursGIT.pl |
5cb452e14c3ba6b6497bd122743fc93e43ad3612 | d606fe877ddc843a93137c6a6d3cb84a4f7472f1 | /src/main/java/sc/fiji/bdvpg/scijava/command/source/SampleSourceCreatorCommand.java | f79b953d5ee1f1606417611f527f848659b5e9e9 | [
"BSD-2-Clause"
] | permissive | bigdataviewer/bigdataviewer-playground | 7b21dc121960165852f63cc08bdcf230c77615ff | a0043759ca53bdd91b648f317b15bca2f4948630 | refs/heads/master | 2023-08-24T11:57:21.461071 | 2023-07-12T14:08:02 | 2023-07-12T14:08:02 | 227,117,918 | 17 | 4 | BSD-2-Clause | 2022-06-22T13:11:11 | 2019-12-10T12:41:29 | Java | UTF-8 | Java | false | false | 3,163 | java | /*-
* #%L
* BigDataViewer-Playground
* %%
* Copyright (C) 2019 - 2023 Nicolas Chiaruttini, EPFL - Robert Haase, MPI CBG - Christian Tischer, EMBL
* %%
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1. Redis... | [
"nicolas.chiaruttini@epfl.ch"
] | nicolas.chiaruttini@epfl.ch |
685b34631cf6f7fc98efb625e0a8d17b2ed9ff03 | 7ad843a5b11df711f58fdb8d44ed50ae134deca3 | /JDK/JDK1.8/src/org/omg/CORBA/portable/ResponseHandler.java | b1c62dbc5c4c63f8e769cafff7f96275e9c170f7 | [
"MIT"
] | permissive | JavaScalaDeveloper/java-source | f014526ad7750ad76b46ff475869db6a12baeb4e | 0e6be345eaf46cfb5c64870207b4afb1073c6cd0 | refs/heads/main | 2023-07-01T22:32:58.116092 | 2021-07-26T06:42:32 | 2021-07-26T06:42:32 | 362,427,367 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,165 | java | /*
* Copyright (c) 1998, 1999, Oracle and/or its affiliates. All rights reserved.
* ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*/
package org.omg.CORBA.portable;
/**
This interface is supplied by an ORB to a servant at invocation time and allows
the servant to later retrieve an OutputStream ... | [
"panzha@dian.so"
] | panzha@dian.so |
9ca066daad51337ad67376a8b718872cb95ba9da | e8cd24201cbfadef0f267151ea5b8a90cc505766 | /group13/568334413/0226/src/Main.java | dd410cc340ef7947ae071f64f524e6069b23aa83 | [] | no_license | XMT-CN/coding2017-s1 | 30dd4ee886dd0a021498108353c20360148a6065 | 382f6bfeeeda2e76ffe27b440df4f328f9eafbe2 | refs/heads/master | 2021-01-21T21:38:42.199253 | 2017-06-25T07:44:21 | 2017-06-25T07:44:21 | 94,863,023 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,655 | java | import com.coding.basic.Iterator;
import com.coding.basic.LinkedList;
import com.coding.basic.Queue;
import java.util.ArrayList;
import java.util.Stack;
public class Main {
public static void main(String[] args) {
System.out.println("Hello World!");
com.coding.basic.TreeSet treeSet =... | [
"542194147@qq.com"
] | 542194147@qq.com |
58bf3cd34b4229323931411528ab13db2cc2ceaf | e1b1ce58fb1277b724022933176f0809169682d9 | /sources/fr/pcsoft/wdjava/ui/p073d/p075b/p076a/C1328g.java | e43143f7f09eba6496cdee5a2c262f1d428a80fb | [] | no_license | MR-116/com.masociete.projet_mobile-1_source_from_JADX | a5949c814f0f77437f74b7111ea9dca17140f2ea | 6cd80095cd68cb9392e6e067f26993ab2bf08bb2 | refs/heads/master | 2020-04-11T15:00:54.967026 | 2018-12-15T06:33:57 | 2018-12-15T06:33:57 | 161,873,466 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 782 | java | package fr.pcsoft.wdjava.ui.p073d.p075b.p076a;
import fr.pcsoft.wdjava.p032m.C0938m;
/* renamed from: fr.pcsoft.wdjava.ui.d.b.a.g */
class C1328g implements Runnable {
/* renamed from: a */
protected boolean f3965a = false;
final C1327f this$0;
C1328g(C1327f c1327f) {
this.this$0 = c1327f;
... | [
"Entrepreneursmalaysia1@gmail.com"
] | Entrepreneursmalaysia1@gmail.com |
b8571ac1b6395c5ffdfa6d34eaf9df562edaa843 | d6b6abe73a0c82656b04875135b4888c644d2557 | /sources/com/google/android/gms/internal/ads/cn.java | 495ced40c8056b1aa384cf8740a8f4f8c21c733e | [] | no_license | chanyaz/and_unimed | 4344d1a8ce8cb13b6880ca86199de674d770304b | fb74c460f8c536c16cca4900da561c78c7035972 | refs/heads/master | 2020-03-29T09:07:09.224595 | 2018-08-30T06:29:32 | 2018-08-30T06:29:32 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,375 | java | package com.google.android.gms.internal.ads;
import android.content.Context;
import android.os.Binder;
import android.os.Bundle;
import android.os.DeadObjectException;
import android.support.annotation.NonNull;
import com.appnext.base.b.c;
import com.google.android.gms.ads.internal.au;
import com.google.android.gms.co... | [
"khairilirfanlbs@gmail.com"
] | khairilirfanlbs@gmail.com |
7a7e2e89b0c457b3405298758a6e6406ba1cef83 | d4f811ed6c50cbd0af3b9e4c7c474cbe84e0a0ef | /src/com/lzy/abstractfactorypattern/AbstractFactoryPatternDemo.java | 41016f3eb41c35d3c6b211e32323e6b0fe46a6b1 | [] | no_license | luozuyi/design-pattern | d42f92c463eb0ff8206eebc4e5ae5aab8f83e2fb | 9c42a643cab76b4b0dc92fb0c6fd8833369cde5e | refs/heads/master | 2020-08-03T04:13:07.085700 | 2019-09-29T08:31:54 | 2019-09-29T08:31:54 | 211,622,123 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,343 | java | package com.lzy.abstractfactorypattern;
/**
* @author luozuyi
*/
public class AbstractFactoryPatternDemo {
public static void main(String[] args) {
//获取形状工厂
AbstractFactory shapeFactory = FactoryProducer.getFactory("SHAPE");
//获取形状为 Circle 的对象
Shape shape1 = shapeFactory.getShape... | [
"m13164138097@163.com"
] | m13164138097@163.com |
ba08d1ccf9e821de2ab069f379fad717170655d3 | bc541f0e686034bcd8693a37cbb0e9cb40474047 | /springboot-poi/src/main/java/com/example/poi/pojo/MultiLineHeadExcelModel.java | a478c6b6395370769d770b8e865f8f96fa58fac2 | [] | no_license | zhupeng0521/springboot-collections | 847d95cc36f8424b64eb88368ee972248c87fbf8 | d0def11b6f7d3924a2b26d925bd3198d7a49590c | refs/heads/master | 2021-05-16T18:28:56.797977 | 2020-02-10T06:41:03 | 2020-02-10T06:41:03 | 250,419,692 | 0 | 1 | null | 2020-03-27T02:15:24 | 2020-03-27T02:15:24 | null | UTF-8 | Java | false | false | 1,126 | java | package com.example.poi.pojo;
import com.alibaba.excel.annotation.ExcelProperty;
import com.alibaba.excel.metadata.BaseRowModel;
import lombok.Data;
@Data
public class MultiLineHeadExcelModel extends BaseRowModel {
@ExcelProperty(value = { "表头1", "表头1", "表头31" }, index = 0)
private String p1;
@ExcelProp... | [
"1763124707@qq.com"
] | 1763124707@qq.com |
afbc09bca262f64d644255eb98930947213f9c0f | c8dfa548a2cb88221002f6ed6bee71a395fde716 | /normals/src/main/java/com/wong/zxing/Barcode.java | 3b51cff2b09af213792635c868582471ddefc506 | [
"Apache-2.0"
] | permissive | wongminbin/exercise-demos | 6d530525dee4ed4d95075c3463d7b230990e64a7 | 25f63f669896a78c22c25992c3e46af975d877ad | refs/heads/master | 2022-07-04T15:43:39.417106 | 2019-05-23T01:27:16 | 2019-05-23T01:27:16 | 156,669,651 | 2 | 1 | Apache-2.0 | 2022-06-29T17:02:58 | 2018-11-08T07:49:35 | Java | UTF-8 | Java | false | false | 2,932 | java | package com.wong.zxing;
import java.awt.image.BufferedImage;
import java.io.File;
import java.io.IOException;
import java.io.OutputStream;
import java.util.HashMap;
import javax.imageio.ImageIO;
import com.google.zxing.BarcodeFormat;
import com.google.zxing.EncodeHintType;
import com.google.zxing.MultiFo... | [
"Administrator@windows10.microdone.cn"
] | Administrator@windows10.microdone.cn |
26b8cb7c8eb5086dc0802bb24a68be63321dad4c | 84b74720c5a72ea4dd4fb419531bcef8e27e3c69 | /app/src/main/java/com/xyoye/dandanplay/ui/weight/item/DownloadManagerItem.java | 903cdca50b1222821a9f183ce2c217e114a82e36 | [
"MIT"
] | permissive | Jackie-ZJW/DanDanPlayForAndroid | a053313ccdc6121490412027f1e85132e41b5f70 | 33f22bb10aab718ab8ca5614a15e5835cf17c831 | refs/heads/master | 2022-01-12T13:17:39.222034 | 2019-05-24T08:37:13 | 2019-05-24T08:37:13 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,728 | java | package com.xyoye.dandanplay.ui.weight.item;
import android.content.Context;
import android.view.View;
import android.widget.ImageView;
import android.widget.ProgressBar;
import android.widget.RelativeLayout;
import android.widget.TextView;
import com.xyoye.dandanplay.R;
import com.xyoye.dandanplay.ui.weight.dialog.T... | [
"Aser1127CBM"
] | Aser1127CBM |
1a8999f1bff682b8cbcc64cadddf8b77146b399d | 17578d0cc25e6c5c9c2ac4711a49ae2bff73fc70 | /src/main/java/com/covens/common/content/tarot/ModTarots.java | 0a1d02e19c88c691c803474828682f2ab6780c2f | [
"MIT"
] | permissive | Sunconure11/Covens-reborn | ab5d0925283fafd04a2291cf55ebbe3736eafb8e | 45faba858bd9b9491c9e222dfecaefb3fed90e1b | refs/heads/master | 2020-04-17T20:47:25.102337 | 2019-01-18T16:01:08 | 2019-01-18T16:58:58 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,433 | java | package com.covens.common.content.tarot;
import java.util.function.Predicate;
import com.covens.api.infusion.DefaultInfusions;
import com.covens.api.mp.IMagicPowerContainer;
import com.covens.api.transformation.DefaultTransformations;
import com.covens.common.content.crystalBall.capability.CapabilityFortune;
import c... | [
"zabi94@gmail.com"
] | zabi94@gmail.com |
a54ee73122337e1546fc5af68aad9e220e8b4632 | 0c9824c57816414b74c6897e78f22a5115b61bce | /Exercise 29/src/SalariedEmployee.java | 29bbb94be52058bff38103b1d4a487b429e7d11e | [] | no_license | NaxxoBG/Eclipse_workspace | 2da537324ed5d72cce930dc3760dfc959d93a3da | 80b0eed9610744179d964d6208f4e824f61f3e52 | refs/heads/master | 2021-01-02T21:00:24.223841 | 2020-02-11T15:18:35 | 2020-02-11T15:18:35 | 239,794,383 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 845 | java | public class SalariedEmployee extends Employee
{
private double weeklySalary;
public SalariedEmployee(String name, Date birthday, double weeklySalary) {
super(name, birthday);
this.weeklySalary = weeklySalary;
}
public double getWeeklySalary() {
return weeklySalary;
}
public void ... | [
"atanas.latinov@yahoo.com"
] | atanas.latinov@yahoo.com |
fd92ecdc6db8ee7b1ac40156b0ad3f1e59c23595 | cdd6d7eabbba1adfcb3d09459482bdafabea5ea9 | /Java_Syntax/src/main/java/Level_10/lvl_10_task_10.java | a0846cf08831ef9eba6b631391875f4ab9fd7e3d | [] | no_license | AvengerDima/JavaRush | dde5f2cffeff1449a38dc29c6c6c75b49cb698bd | 7805a3adf61fff3ae2762b86807c67befb31c814 | refs/heads/master | 2021-12-02T02:52:49.800659 | 2021-11-19T17:40:38 | 2021-11-19T17:40:38 | 256,775,964 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 273 | java | package Level_10;
/*
Правильный ответ: d = 1.0
*/
public class lvl_10_task_10 {
public static void main(String[] args) {
int a = (byte) 257;
int b = 4;
int c = 3;
int e = 2;
double d = a + b / c / e;
System.out.println(d);
}
}
| [
"Dima_c.2011@mail.ru"
] | Dima_c.2011@mail.ru |
9fd03fe5ab1e65e994b2c75d675798971af58dee | 1ea0afd17a9914d0a21d539ac2a0b082ee9236fa | /netty-mqtt-coap/mqtt/src/main/java/com/sanshengshui/mqtt/protocol/PubAck.java | b2b8bcea131ac9e1867364d1c0f2bc71a31470df | [
"Apache-2.0"
] | permissive | aizya/netty-learning-example | 99da2214e74f3fdc60b25abacbd78de22e04e6c0 | 524da1edc1309389645d8a2e1f9ba3a770ee9687 | refs/heads/master | 2020-04-01T19:28:54.251494 | 2018-10-17T12:09:56 | 2018-10-17T12:09:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 447 | java | package com.sanshengshui.mqtt.protocol;
import io.netty.channel.Channel;
import io.netty.handler.codec.mqtt.MqttMessageIdVariableHeader;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
* PUBACK连接处理
* @author james
*/
public class PubAck {
private static final Logger LOGGER = LoggerFactory.getLogge... | [
"lovewsic@gmail.com"
] | lovewsic@gmail.com |
87510e0a2729c44d36f4f27a5238a58cc1abc20c | f3c5d1afe093de402ac2ba8555eb76b97106a41e | /src/org/omg/PortableServer/ServantLocator.java | ee73c6f3b768a42acebd24529f3e26377331561f | [] | no_license | wangshiwen226/jdk-source-code | 25145d9e1085fbed81ee0b86d0f9eac45989afab | 2ce4f0b45d74d252d46cdf4ef62430029a2dfed6 | refs/heads/master | 2023-02-27T03:31:49.149747 | 2021-02-02T02:35:52 | 2021-02-02T02:35:52 | 334,850,648 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,366 | java | package org.omg.PortableServer;
/**
* org/omg/PortableServer/ServantLocator.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from c:/re/workspace/8-2-build-windows-i586-cygwin/jdk8u71/5731/corba/src/share/classes/org/omg/PortableServer/poa.idl
* Tuesday, December 22, 2015 5:23:56 PM PST
*/
... | [
"wswmail@yeah.net"
] | wswmail@yeah.net |
6867865a5aecb8d1c11cca0257af65802ec7d2d9 | 6a7e623b589e2b2b4903cecac796e0641d452a81 | /asn4j-compiler/src/main/java/ch/eskaton/asn4j/compiler/types/NamedTypeCompiler.java | c810df4a56d8905a712451d6ea80decaadb369aa | [] | no_license | eskaton/asn4j | 516d43f571d2863a49462d39548a2b63ea6d2278 | 024d3f6fdf7b220388b58a31519d931fbd269e99 | refs/heads/master | 2021-09-25T09:40:20.936540 | 2021-09-16T22:33:21 | 2021-09-16T22:33:21 | 49,749,392 | 0 | 0 | null | 2021-04-27T21:23:10 | 2016-01-15T22:53:00 | Java | UTF-8 | Java | false | false | 5,710 | java | /*
* Copyright (c) 2015, Adrian Moser
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* * Redistributions of source code must retain the above copyright
* notice, this list of conditi... | [
"me@eskaton.ch"
] | me@eskaton.ch |
e8e3b017e593a15c7ec92b3e58eb8e3b66490147 | 00864e9d2745f22cb748f982926cdf2dabcc4a60 | /src/br/com/cmabreu/FederateAmbassador.java | 31f93fd4db9f9df292e3f711b7b8e2530ad55ac7 | [] | no_license | icemagno/geocalc | f1cb8de3adaee4d1dfdc972fb2ca04d825d1eca0 | acb9dbfde8c7af3f2cd8b192c98a45dc1dc4a2b0 | refs/heads/master | 2021-01-10T10:16:36.212403 | 2016-04-02T23:23:31 | 2016-04-02T23:23:31 | 52,028,554 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,880 | java | package br.com.cmabreu;
import hla.rti1516e.AttributeHandleSet;
import hla.rti1516e.AttributeHandleValueMap;
import hla.rti1516e.NullFederateAmbassador;
import hla.rti1516e.ObjectClassHandle;
import hla.rti1516e.ObjectInstanceHandle;
import hla.rti1516e.OrderType;
import hla.rti1516e.TransportationTypeHandle;
import h... | [
"magno.mabreu@gmail.com"
] | magno.mabreu@gmail.com |
e2f81565a6cf209003792ce24e4cf43ef4f7193f | c6de2274fc8e80fcb4fb273be91f609d8bd536b8 | /src/main/java/org/fao/fenix/web/modules/edi/client/view/fewsnet/FEWSNETTabPanel.java | d5f3b62ff83bc04f5e4a6685acee568c32ba0893 | [] | no_license | FENIX-Platform-Projects/amis-statistics-legacy | d583f7db5e07ce4d8b0afcf5795291422d31754d | b51ff91efab51113e03b2e1cf21eb70f0ca24ce1 | refs/heads/master | 2021-06-10T05:12:20.671404 | 2017-01-31T12:56:19 | 2017-01-31T12:57:16 | 63,598,791 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,337 | java | package org.fao.fenix.web.modules.edi.client.view.fewsnet;
import org.fao.fenix.web.modules.edi.client.view.EDITabPanel;
public class FEWSNETTabPanel extends EDITabPanel {
private FEWSNETInfoPanel infoPanel;
private FEWSNETSettingsPanel settingsPanel;
private FEWSNETDataPanel dataPanel;
private FEWSNETCode... | [
"fabrizio.castelli@fao.org"
] | fabrizio.castelli@fao.org |
8fd8bf6019af138384505e9d629cdc48887a880e | 82eba08b9a7ee1bd1a5f83c3176bf3c0826a3a32 | /ZmailSelenium/src/java/org/zmail/qa/selenium/projects/admin/ui/PageEditSearchTask.java | 3d5e5faee2f91efc43e284f5f0e5b10fdc2e35b5 | [
"MIT"
] | permissive | keramist/zmailserver | d01187fb6086bf3784fe180bea2e1c0854c83f3f | 762642b77c8f559a57e93c9f89b1473d6858c159 | refs/heads/master | 2021-01-21T05:56:25.642425 | 2013-10-21T11:27:05 | 2013-10-22T12:48:43 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,543 | java | /*
* ***** BEGIN LICENSE BLOCK *****
*
* Zimbra Collaboration Suite Server
* Copyright (C) 2011, 2012 VMware, Inc.
*
* The contents of this file are subject to the Zimbra Public License
* Version 1.3 ("License"); you may not use this file except in
* compliance with the License. You may obtain a copy of the ... | [
"bourgerie.quentin@gmail.com"
] | bourgerie.quentin@gmail.com |
890bb5de98a90fb829f6c5193d5ee008a86931b6 | 53d677a55e4ece8883526738f1c9d00fa6560ff7 | /com/facebook/share/internal/ShareInternalUtility$8.java | 98fd5d07624e24ba7404e20a421375ef181e80bd | [] | 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 | 1,433 | java | package com.facebook.share.internal;
import android.net.Uri;
import com.facebook.FacebookException;
import com.facebook.internal.Utility;
import com.facebook.share.model.SharePhoto;
import com.tencent.matrix.trace.core.AppMethodBeat;
import org.json.JSONException;
import org.json.JSONObject;
final class Sha... | [
"172601673@qq.com"
] | 172601673@qq.com |
80b90078097cb81491245e7f8b671e66cf143d17 | aaa9751e4ed70a7b3b41fa2025900dd01205518a | /org.eclipse.rcpl.libs/src2/org/apache/poi/util/NullLogger.java | 418cc23358cedb0253b79379b5a6db35833f84d2 | [] | no_license | rassisi/rcpl | 596f0c0aeb4b4ae838f001ad801f9a9c42e31759 | 93b4620bb94a45d0f42666b0bf6ffecae2c0d063 | refs/heads/master | 2022-09-20T19:57:54.802738 | 2020-05-10T20:54:01 | 2020-05-10T20:54:01 | 141,136,917 | 0 | 0 | null | 2022-09-01T23:00:59 | 2018-07-16T12:40:18 | Java | UTF-8 | Java | false | false | 2,373 | 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 ... | [
"Ramin@DESKTOP-69V2J7P.fritz.box"
] | Ramin@DESKTOP-69V2J7P.fritz.box |
a586efe059e2a1a44552fbc310834e3f33cad7d5 | afd91358ff5d2cd868153731ec5f8b6c03df630a | /commons/domain/src/main/java/com/redhat/gpe/domain/integration/salesforce/SLAEnum.java | 5c1919f904326d36311f8477d4831538cedc251c | [] | no_license | jbride/OPEN_Reporting | 729797547e4f13037a989ae8a5368f48665256dc | a9a39de8a7a6d9fab61dd1f06c46a9b81c7fe58c | refs/heads/master | 2022-10-02T15:03:29.125113 | 2020-03-23T14:20:24 | 2020-03-23T14:20:24 | 249,445,329 | 0 | 0 | null | 2022-09-22T19:08:03 | 2020-03-23T13:56:24 | TSQL | UTF-8 | Java | false | false | 933 | java | /*
* Salesforce DTO generated by camel-salesforce-maven-plugin
* Generated on: Fri Feb 19 14:36:19 BRST 2016
*/
package com.redhat.gpe.domain.integration.salesforce;
import org.codehaus.jackson.annotate.JsonCreator;
import org.codehaus.jackson.annotate.JsonValue;
/**
* Salesforce Enumeration DTO for picklist SLA_... | [
"jbride2001@yahoo.com"
] | jbride2001@yahoo.com |
310c4d951e0332fe7157ed633c011f184094acce | ed5159d056e98d6715357d0d14a9b3f20b764f89 | /src/irvine/oeis/a175/A175774.java | d8ed5fb54ad92a7e12d9e8c69d61b95c6d005bf4 | [] | 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 | 384 | java | package irvine.oeis.a175;
// Generated by gen_pattern.pl - DO NOT EDIT here!
import irvine.oeis.GeneratingFunctionSequence;
/**
* A175774 <code>7*(10^n-5)</code>.
* @author Georg Fischer
*/
public class A175774 extends GeneratingFunctionSequence {
/** Construct the sequence. */
public A175774() {
super(1,... | [
"sean.irvine@realtimegenomics.com"
] | sean.irvine@realtimegenomics.com |
a5cf3fb0d84b34e5311634201617fef589e6f0f6 | ff3fea7bfe9f0b6d6ebb5ae4d8c85c2e878c6cf8 | /fundamentals/src/AssociativeArrays/SoftUniExamResults.java | 2a2e5e225f7cdd6205dca0d4206be26188a687db | [] | no_license | KrisBiserovKrumov/ProgramicBasic | 704cf3dcbe366872edbe549b1be59dd5e96c605a | 7ff4a714206c91e978054d286dc15b0367d4a5c9 | refs/heads/master | 2023-08-01T05:14:39.480605 | 2021-09-16T10:49:45 | 2021-09-16T10:49:45 | 407,126,411 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,079 | java | package AssociativeArrays;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.HashMap;
import java.util.Map;
public class SoftUniExamResults {
public static void main(String[] args) throws IOException {
BufferedReader reader = new Buffere... | [
"79319583+KrisBiserovKrumov@users.noreply.github.com"
] | 79319583+KrisBiserovKrumov@users.noreply.github.com |
68de5331cfe01bc11a4f62fbc2491ff3395d4c68 | a80ad2e82a0409f4513ab599cf353a8885cf8949 | /src/test/java/com/oj/judge/JudgeApplicationTests.java | 21c59129709536708844bdd313db856f1aa4eff6 | [] | no_license | ChinaWim/Judge | 2115e8578cdc1cab74c89a3e53d67d8c98009a5b | c23169071dbb7ec96ff6ab6e55440cc84dd88687 | refs/heads/master | 2022-11-18T20:03:48.180457 | 2019-10-20T14:31:15 | 2019-10-20T14:31:15 | 159,943,714 | 10 | 2 | null | 2022-11-16T11:37:47 | 2018-12-01T12:46:10 | Java | UTF-8 | Java | false | false | 337 | java | package com.oj.judge;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@SpringBootTest
public class JudgeApplicationTests {
@Test
public void contextLo... | [
"969130721@qq.com"
] | 969130721@qq.com |
6d5c80a08eda117d0f3ae3c13446036534b473b5 | 858ce18d11f88ec6af940b2bc62617932d3ea7f7 | /authz/authz-cmd/src/main/java/com/att/cmd/role/ListByPerm.java | 10ba4877f91c402c2ff400c7780a45b7300c5814 | [
"BSD-3-Clause"
] | permissive | an481n/AAF | 71c8f83e3d548ef21b053404d769740b90e2df88 | 19799dfe5c12b88e4e528d13765905023cd5c244 | refs/heads/master | 2020-06-15T10:44:03.248340 | 2016-12-01T05:18:46 | 2016-12-01T05:18:46 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,643 | java | /*******************************************************************************
* Copyright (c) 2016 AT&T Intellectual Property. All rights reserved.
*******************************************************************************/
package com.att.cmd.role;
import com.att.aft.dme2.internal.jetty.http.HttpMethods;
im... | [
"sv8675@att.com"
] | sv8675@att.com |
fe6e14305711ff68661cdef9be5254862c061558 | 21dbe7788bc83033642949dff9246066840b157e | /src/tech/aistar/design/factory/generic/ObjectFactory.java | 71a94d5658c0116c5658b91a29ac85055f3e13ce | [
"Apache-2.0"
] | permissive | bestzmr/core_java | 183d7591842b7af0ab6462add1345a3224e86c6e | f65c2cb0879e783cf191943b84f0ecd1fe2f232a | refs/heads/master | 2023-01-06T13:31:07.594509 | 2020-10-14T11:53:01 | 2020-10-14T11:53:01 | 303,999,230 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,151 | java | package tech.aistar.design.factory.generic;
import tech.aistar.day08.relation.extend.Cat;
import tech.aistar.day08.relation.extend.Dog;
/**
* 本类用来演示:通用的工厂 - 可以用来创建任意对象
*
* @author: success
* @date: 2020/8/6 10:25 上午
*/
public class ObjectFactory {
public static Object getInstance(String className){
... | [
"849962874@qq.com"
] | 849962874@qq.com |
c3a6677d9da9485de31ad51638e57f223c6fc0df | c1d427fef17eb89527630f2cd245eb7fe1a426cb | /com.wudsn.ide.gfx/src/com/wudsn/ide/gfx/converter/atari8bit/LinearBitMapMicroPainterConverter.java | 25d6a3a4cbc30a8f9759d3b35c36e3badd9115f2 | [] | no_license | napobear/wudsn-ide | bd4ccb7fd17935ee12272dd2ea6791cee5761f05 | 7bc6a0b750c94e1833f8da2098f5e6f3461551d7 | refs/heads/master | 2023-01-19T03:57:23.912463 | 2020-11-22T00:16:18 | 2020-11-22T00:16:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,421 | java | /**
* Copyright (C) 2009 - 2020 <a href="https://www.wudsn.com" target="_top">Peter Dell</a>
*
* This file is part of WUDSN IDE.
*
* WUDSN IDE 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, eit... | [
"jac@wudsn.com"
] | jac@wudsn.com |
1c0ded4868a9d2c8b05addd018c56be6ef463048 | 129f58086770fc74c171e9c1edfd63b4257210f3 | /src/testcases/CWE83_XSS_Attribute/CWE83_XSS_Attribute__Servlet_getCookies_Servlet_81_goodG2B.java | fd958e37216a1a6169c50df5c0b92f1b43160694 | [] | 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,411 | java | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE83_XSS_Attribute__Servlet_getCookies_Servlet_81_goodG2B.java
Label Definition File: CWE83_XSS_Attribute__Servlet.label.xml
Template File: sources-sink-81_goodG2B.tmpl.java
*/
/*
* @description
* CWE: 83 Cross Site Scripting (XSS) in attributes; Examples(replace QUOTE w... | [
"guillermo.pando@gmail.com"
] | guillermo.pando@gmail.com |
c509baff814e01dee96fa35c90458ab6a46d1740 | 1d928c3f90d4a0a9a3919a804597aa0a4aab19a3 | /java/dbeaver/2017/12/SQLServerMessages.java | 1c759b80fec64959bf3cc25dc6a53070280bbf8e | [] | 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 | 2,190 | java | /*
* DBeaver - Universal Database Manager
* Copyright (C) 2010-2017 Serge Rider (serge@jkiss.org)
* Copyright (C) 2010-2017 Eugene Fradkin (eugene.fradkin@gmail.com)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may ob... | [
"rodrigosoaresilva@gmail.com"
] | rodrigosoaresilva@gmail.com |
156fc69f9c57f8fa7fbdd38cf566485198015070 | b31eced7916e6cfbb4941fea849e3cc0f7aae0c1 | /chapter_2/src/main/java/com/wzc/chapter_2/model/User.java | bd735fd8d3daa77fce57ddcacfa0d5e784b2e32b | [
"Apache-2.0"
] | permissive | jhwsx/android-art-research | 85520c2901a0e36e91dec6c3169799929bb6ff3e | 5a0410a465dff281859da42c2273e7eb8ee0937a | refs/heads/master | 2022-08-17T18:29:48.794951 | 2022-07-20T22:04:16 | 2022-07-20T22:04:16 | 125,172,958 | 3 | 1 | null | null | null | null | UTF-8 | Java | false | false | 672 | java | package com.wzc.chapter_2.model;
import java.io.Serializable;
/**
* @author wzc
* @date 2018/3/14
*/
public class User implements Serializable {
private static final long serialVersionUID = 2L;
public int userId;
public String userName;
public boolean isMale;
public User(int userId, String use... | [
"wangzhichao@adups.com"
] | wangzhichao@adups.com |
ab3772ec15f1ffb7595e543afb546927e508a1cd | 5d00b27e4022698c2dc56ebbc63263f3c44eea83 | /gen/com/ah/xml/be/config/ReportStatisticAlarmThreshold.java | af9164d366ba8de95d0a317050e79a713fe60e91 | [] | no_license | Aliing/WindManager | ac5b8927124f992e5736e34b1b5ebb4df566770a | f66959dcaecd74696ae8bc764371c9a2aa421f42 | refs/heads/master | 2020-12-27T23:57:43.988113 | 2014-07-28T17:58:46 | 2014-07-28T17:58:46 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,835 | java | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.6
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2014.07.01 at 11:... | [
"zjie@aerohive.com"
] | zjie@aerohive.com |
b277a649a5d315f46d3e31a5bd378eaf8cab70ca | d7c5121237c705b5847e374974b39f47fae13e10 | /airspan.netspan/src/main/java/Netspan/NBI_15_1/Backhaul/RelayProfileDeleteResponse.java | 62fef86d7b58c374e183ebe44bffdf2b9e960c20 | [] | no_license | AirspanNetworks/SWITModules | 8ae768e0b864fa57dcb17168d015f6585d4455aa | 7089a4b6456621a3abd601cc4592d4b52a948b57 | refs/heads/master | 2022-11-24T11:20:29.041478 | 2020-08-09T07:20:03 | 2020-08-09T07:20:03 | 184,545,627 | 1 | 0 | null | 2022-11-16T12:35:12 | 2019-05-02T08:21:55 | Java | UTF-8 | Java | false | false | 1,796 | java |
package Netspan.NBI_15_1.Backhaul;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for anonymous c... | [
"build.Airspan.com"
] | build.Airspan.com |
d047e937e141983f28e21b39eb3a37861c1f8fff | 6249a2b3928e2509b8a5d909ef9d8e18221d9637 | /revolsys-core/src/main/java/com/revolsys/geometry/planargraph/Subgraph.java | ad2fd24ac2f12236cb6514bd359a537651f7152a | [
"Apache-2.0"
] | permissive | revolsys/com.revolsys.open | dbcdc3bdcee3276dc3680311948e91ec64e1264e | 7f4385c632094eb5ed67c0646ee3e2e258fba4e4 | refs/heads/main | 2023-08-22T17:18:48.499931 | 2023-05-31T01:59:22 | 2023-05-31T01:59:22 | 2,709,026 | 5 | 11 | NOASSERTION | 2023-05-31T01:59:23 | 2011-11-04T12:33:49 | Java | UTF-8 | Java | false | false | 3,826 | java | /*
* The JTS Topology Suite is a collection of Java classes that
* implement the fundamental operations required to validate a given
* geo-spatial data set to a known topological specification.
*
* Copyright (C) 2001 Vivid Solutions
*
* This library is free software; you can redistribute it and/or
* modify it u... | [
"paul.austin@revolsys.com"
] | paul.austin@revolsys.com |
d9956eabb18b93a03d952eb6146a6807d3b36521 | 0bdb000cda881dbeb1000b4d6a216ba81ae412b9 | /src/usu/perpustakaan/buku/data/template/Book.java | df565768c97f4bee66e77d2ac641b9575256fc3c | [] | no_license | albimdkr/eBookLibrary | 0d7d2717f6e5c14d71fbe93769ba3b06c5ae2def | 1896a5821e4cc563dda4addb75703775e30052e1 | refs/heads/master | 2022-02-05T17:06:34.180231 | 2015-03-13T03:35:37 | 2015-03-13T03:35:37 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,351 | java | /*
* DILARANG MENGHAPUS ATAU MENGEDIT COPYRIGHT INI.
*
* Copyright 2008 echo.khannedy@gmail.com.
* All rights reserved.
*
* Semua isi dalam file ini adalah hak milik dari echo.khannedy@gmail.com
* Anda tak diperkenankan untuk menggunakan file atau mengubah file
* ini kecuali anda tidak menghapus atau merubah... | [
"echo.khannedy@gmail.com"
] | echo.khannedy@gmail.com |
35c3d454c01225b17a6e0e521515b7237e02ca10 | ff7aa88dfc87442420d252d07902fe6ac19d4b04 | /app/src/main/java/com/pcjr/pcjr_oa/bean/Customer.java | 5ba580d3814106ec27f5644011ccc68a6beb5965 | [] | no_license | MairoJack/Pcjr_oa | b842e8d9d4e78400122ab50292ea949461fee11c | 2ec6fd8f41daa5bf789f96102ef3a3616c1cdc20 | refs/heads/master | 2021-09-01T23:58:06.029245 | 2017-12-29T08:51:09 | 2017-12-29T08:51:09 | 106,526,876 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,080 | java | package com.pcjr.pcjr_oa.bean;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
import java.io.Serializable;
import java.util.List;
import lombok.Data;
/**
* 客户
* Created by Mario on 2017/9/20下午1:37
*/
@Data
public class Customer implements Serializable {
protect... | [
"541496358@qq.com"
] | 541496358@qq.com |
cdd8fc25db4a441275b97e12c6c28ed21335c0c8 | 86505462601eae6007bef6c9f0f4eeb9fcdd1e7b | /bin/modules/order-management/warehousing/testsrc/de/hybris/platform/warehousing/atp/strategy/impl/DefaultPickupWarehouseSelectionStrategyTest.java | 0eede42899cde8536565ce23ecbac81d63a532a3 | [] | no_license | jp-developer0/hybrisTrail | 82165c5b91352332a3d471b3414faee47bdb6cee | a0208ffee7fee5b7f83dd982e372276492ae83d4 | refs/heads/master | 2020-12-03T19:53:58.652431 | 2020-01-02T18:02:34 | 2020-01-02T18:02:34 | 231,430,332 | 0 | 4 | null | 2020-08-05T22:46:23 | 2020-01-02T17:39:15 | null | UTF-8 | Java | false | false | 3,935 | java | /*
* [y] hybris Platform
*
* Copyright (c) 2018 SAP SE or an SAP affiliate company. All rights reserved.
*
* This software is the confidential and proprietary information of SAP
* ("Confidential Information"). You shall not disclose such Confidential
* Information and shall use it only in accordance with the te... | [
"juan.gonzalez.working@gmail.com"
] | juan.gonzalez.working@gmail.com |
d5940f290bd9849936dc86ab772bd8e3e9f9090e | 514554f3e4196b4fbe994e429bed8d184dcd57c3 | /src/test/java/io/github/jhipster/application/web/rest/AuditResourceIntTest.java | 635352ab44030a3d1ae561b7278170213e9e4044 | [] | no_license | andermev/reference-example-jhipster-monolithic-1 | 222eae6e3a7a0983c3a86034e33d201ea03e0c08 | 6ffcff7f68c902c7e9ec8db34f0ceb50d5517845 | refs/heads/master | 2020-04-08T06:39:18.874412 | 2018-11-26T03:26:18 | 2018-11-26T03:26:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,749 | java | package io.github.jhipster.application.web.rest;
import io.github.jhipster.application.ReferenceExampleJHipsterMonolithic1App;
import io.github.jhipster.application.config.audit.AuditEventConverter;
import io.github.jhipster.application.domain.PersistentAuditEvent;
import io.github.jhipster.application.repository.Pers... | [
"jhipster-bot@jhipster.tech"
] | jhipster-bot@jhipster.tech |
4dc748f5cf36878cc0cad20e3fd4d098ab60a398 | 268e315a2305349e9dc97140eb7274c04512f8d5 | /ParseStarterProject/src/main/java/com/parse/starter/main/StarterApplication.java | 3a457b58ffacb582447d6ac22b5117a4da093154 | [] | no_license | douglasjava/instagram | 36f90a1e35c995c646f187d539555854b7107c22 | 7da30cb8941f66aea177935aaa0a098b0214bd32 | refs/heads/master | 2021-01-24T04:54:36.367641 | 2018-02-26T10:24:02 | 2018-02-26T10:24:02 | 122,952,995 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,244 | java | /*
* Copyright (c) 2015-present, Parse, LLC.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*/
package com.par... | [
"douglasmarquesdias@hotmail.com"
] | douglasmarquesdias@hotmail.com |
8c4999ca4d9c64de4ca269ec254cf7185952850e | 2fa5bec661b47800575b505b2cd7d7d5c8dabc79 | /spring-core/src/main/java/org/springframework/util/unit/DataUnit.java | 24cc3ab7f2730d3c831506597feff2ff78160c40 | [] | no_license | zhang-yan-talendbj/spring-code-study | 6ff383f53aad4e382055cf5f308da000d9a838b0 | b66c036aeebc7de9c5029c62f833c754025597ea | refs/heads/master | 2022-02-23T15:05:36.831421 | 2019-09-22T03:02:05 | 2019-09-22T03:02:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,917 | 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... | [
"sjn@dxy.cn"
] | sjn@dxy.cn |
64dcea7a8476d9dc07fdccdeb18f97aa43758c11 | 26f8dab16244f0c9f858b63712bb1c2649fe64fd | /src/main/java/com/bdi/sp/controller/JspConrtoller.java | 1383b48ee4f16f1648af9e1af0a0274ea8cac411 | [] | no_license | choimyeongkwun/bdi-sp | 96281a38fb1332d190b8eadd80ae0a32a1919696 | ef5519bbf1a964e8cc233c057f76201e47baffa2 | refs/heads/master | 2020-03-31T16:53:22.205870 | 2018-10-10T09:20:44 | 2018-10-10T09:20:44 | 152,396,535 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 496 | java | package com.bdi.sp.controller;
import javax.servlet.http.HttpServletRequest;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
@Controller
public class JspConrtoller {
@RequestMap... | [
"KOITT@KOITT-PC"
] | KOITT@KOITT-PC |
23f68840a28bd76e4f92eb5aeb2a5aeede6dcc8f | f00102f5116a3d83bf85fdf1c877051197cef52d | /2StudentBySchool/src/main/java/com/howtodoinjava/xml/school/StudentBySchoolRequest.java | ea9dfa10c394d1787928ba2bf32e15f0f7515fe1 | [] | no_license | cffyy/soapMicroserviceCommunication | 05817f0d8fd9be264515f2571bf3379626c14499 | 21cdb6cc0898e7e1d06fb6ea1e97aefd0bccfd7d | refs/heads/master | 2023-03-20T06:51:33.907962 | 2021-03-15T08:19:27 | 2021-03-15T08:19:27 | 346,831,738 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,847 | java | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.7
// 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: 2021.03.13 at 01:15:1... | [
"="
] | = |
69f5675019e4cd4960f6def3392a155eb9129d40 | 8af1164bac943cef64e41bae312223c3c0e38114 | /results-java/actorapp--actor-platform/f8360cdc681b0d236618a4791dc78e494dd31674/before/Utils.java | aa38163e5a56167fff6721c6a618f808c724e802 | [] | 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 | 2,976 | java | package im.actor.model.droidkit.bser;
import im.actor.model.crypto.CryptoUtils;
import java.io.IOException;
import java.io.UnsupportedEncodingException;
/**
* Created by ex3ndr on 01.03.15.
*/
public final class Utils {
public static int convertInt(long val) throws IOException {
if (val < Integer.MIN_... | [
"fraczwojciech@gmail.com"
] | fraczwojciech@gmail.com |
11cdf596d8e3e8383b60e2d7e1812c3daa1e91eb | a4360286c54186934b619dad3863a7775e6e61dc | /openbravo/modules/org.openbravo.retail.posterminal/src/org/openbravo/retail/posterminal/security/InstanceActivationExtensions.java | b2fe7be59f94dec85b1449f886cd456832206649 | [] | no_license | Abdielja/Openbravo | 1f31a284e2d8cff5b50769237732d7236f5d9ab2 | 51dd54967f88b7f647f69b8dd5981991b5843df2 | refs/heads/master | 2020-04-06T04:28:50.112404 | 2016-10-25T14:24:34 | 2016-10-25T14:24:34 | 71,905,018 | 0 | 3 | null | null | null | null | UTF-8 | Java | false | false | 3,818 | java | /*
************************************************************************************
* Copyright (C) 2015 Openbravo S.L.U.
* Licensed under the Openbravo Commercial License version 1.0
* You may obtain a copy of the License at http://www.openbravo.com/legal/obcl.html
* or in the legal folder of this module dist... | [
"abdielja@hotmail.com"
] | abdielja@hotmail.com |
0b54ca975564f5a5931ae895d44a74d10c8032c7 | f41a3a275f437ba163164f54648ed9f94665a274 | /src/main/java/lucia/net/NetworkBuilder.java | 6412982216e3e2bec56dff37589e4c81db0326d7 | [] | no_license | Speuce/SL2020 | ba7ded99ed45093f3858c055b8cc842474f5600d | 721021f2cc7b5bc2721feb7dea51cb7ea7f312c8 | refs/heads/master | 2023-04-15T18:26:37.634940 | 2020-05-24T22:33:37 | 2020-05-24T22:33:37 | 259,719,109 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,325 | java | package main.java.lucia.net;
import io.netty.bootstrap.Bootstrap;
import io.netty.channel.Channel;
import io.netty.channel.ChannelFuture;
import io.netty.channel.ChannelFutureListener;
import io.netty.channel.EventLoopGroup;
import io.netty.channel.nio.NioEventLoopGroup;
import io.netty.channel.socket.nio.NioSocketCha... | [
"mrk5199@gmail.com"
] | mrk5199@gmail.com |
ae72429bc99382dc8653c54a56d7531b13c7a054 | 178f3299d250c8618955cde711a6dc83700a053a | /subjects/sapienz-study-2/fillup/src/com/github/wdkapps/fillup/FractionalCurrencyFormatter.java | 161e889cc660701b7f8e319f273d7d7c8c9bd846 | [
"BSD-3-Clause",
"Apache-2.0",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | FlyingPumba/evolutiz | cffe8c5da35562e7924f5d8d217e48a833c78044 | 521515dbd172bed10d95af3364a59340ddd24027 | refs/heads/master | 2022-08-18T09:21:25.014692 | 2021-08-28T01:21:09 | 2021-08-28T01:21:09 | 133,412,307 | 3 | 1 | NOASSERTION | 2022-06-21T21:23:16 | 2018-05-14T19:37:25 | Java | UTF-8 | Java | false | false | 1,699 | java | /*
* *****************************************************************************
* Copyright 2014 William D. Kraemer
*
* 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
*
* ... | [
"iarcuschin@gmail.com"
] | iarcuschin@gmail.com |
0ebcd8e594ebe219d163387379383635e23c4db1 | 33732138260c6aaf132bc2d0d46b2f47efce00a6 | /Ex04_Layout2/app/src/main/java/com/study/android/ex04_layout2/MainActivity.java | 36a8f3c6be167ef2806dba1507adce59308d7a11 | [] | no_license | skyies12/Android | 035382b873b9671c538c578899e967f07d1f166a | d05e0a07a17976d6696afcdf6d67a7cc06edc916 | refs/heads/master | 2020-05-03T18:42:38.973222 | 2019-04-26T09:34:25 | 2019-04-26T09:34:25 | 178,769,252 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,637 | java | package com.study.android.ex04_layout2;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.support.v7.widget.ViewUtils;
import android.view.View;
import android.widget.ImageView;
import android.widget.LinearLayout;
public class MainActivity extends AppCompatActivity {
Linea... | [
"skyies12@naver.com"
] | skyies12@naver.com |
9e70af5ae8f89a3111fd19aa329ee94e0a49abfb | b0cfc6a9fedf0ca386bd38a1ab4810a367e8e897 | /sdk/sdk-core/aar/src/main/java/mil/emp3/core/utils/milstd2525/icons/IBitmapCache.java | fd068f14821f7a8a6788a8edea37f97f576f3f83 | [
"LicenseRef-scancode-warranty-disclaimer",
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | mil-oss/emp3-android | 757e9337426f1f89d1fad99979349fddc8ba6065 | 12f4bceee8bd73e69ceae3de691791947bb1c5c5 | refs/heads/development | 2020-05-22T15:43:23.091595 | 2017-03-10T13:15:13 | 2017-03-10T13:15:13 | 84,700,454 | 0 | 0 | null | 2017-03-12T04:43:59 | 2017-03-12T04:43:59 | null | UTF-8 | Java | false | false | 1,497 | java | package mil.emp3.core.utils.milstd2525.icons;
import android.util.SparseArray;
import mil.emp3.api.interfaces.IMap;
import mil.emp3.mapengine.interfaces.IEmpImageInfo;
/**
* Created by deepakkarmarkar on 7/26/2016.
*/
public interface IBitmapCache {
/**
* Clears bitmap cache.
*/
void clearCache(... | [
"im.rivera@comcast.net"
] | im.rivera@comcast.net |
97e4879de62c20571761d17fa3740526e599bae5 | 3a59bd4f3c7841a60444bb5af6c859dd2fe7b355 | /sources/com/google/android/gms/internal/ads/zzauj.java | 276599a9df9515c4b55083361c5c9d8ec6e4b4e1 | [] | no_license | sengeiou/KnowAndGo-android-thunkable | 65ac6882af9b52aac4f5a4999e095eaae4da3c7f | 39e809d0bbbe9a743253bed99b8209679ad449c9 | refs/heads/master | 2023-01-01T02:20:01.680570 | 2020-10-22T04:35:27 | 2020-10-22T04:35:27 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,057 | java | package com.google.android.gms.internal.ads;
import android.content.Context;
import android.os.IBinder;
import android.os.IInterface;
import android.os.RemoteException;
import com.google.android.gms.dynamic.ObjectWrapper;
@zzard
public final class zzauj {
public static zzatt zzd(Context context, String str, zzamp... | [
"joshuahj.tsao@gmail.com"
] | joshuahj.tsao@gmail.com |
f0a48afc3ee1c2e846007e2eea8c9b27e2a9719c | 964c848596ae9b663d7519d622213adb56c8190a | /src/main/java/dev/mvc/qna/QnaProcInter.java | 8f872534d525bb656d4d3b3c6ba7252fe8d17d5d | [] | no_license | Jis2nYoon/team1 | 65b9bbcc96340d7c0f99de181e9a875c767fbe36 | e8d76d44d979549f88fb8c6d59789850c1e2031f | refs/heads/master | 2022-12-29T13:51:40.539838 | 2019-08-05T06:06:55 | 2019-08-05T06:06:55 | 200,558,730 | 0 | 0 | null | 2022-12-16T09:56:01 | 2019-08-05T01:02:13 | Java | UHC | Java | false | false | 1,634 | java | package dev.mvc.qna;
import java.util.ArrayList;
import java.util.HashMap;
public interface QnaProcInter {
/**
* <xmp>
* 공지사항 등록
* <insert id="create" parameterType="QnaVO">
* </xmp>
* @param qnaVO
* @return 등록된 레코드 갯수
*/
public int create(QnaVO qnaVO);
/**
* <xmp>
... | [
"soldesk@soldesk-PC"
] | soldesk@soldesk-PC |
c8c09e97f851fb39d7b4c06eb504314c0102b62e | 98f2e3f3acba52c06a02012503ab591359215623 | /app/src/main/gen/com/example/lenovo/myapplication/BuildConfig.java | b26a91ebfc1b6ef44c992d06ddf2eb6b184de76e | [] | no_license | Hmz3192/AndroidApp | 49b22d03efcb5bea2ce80f508c78ea38ad2d04dd | fa3fa8d99c70c28f9d1ae9e87efa50a194c6bff3 | refs/heads/master | 2020-12-30T11:02:00.312430 | 2017-09-24T04:34:35 | 2017-09-24T04:34:35 | 98,834,789 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 274 | java | /*___Generated_by_IDEA___*/
package com.example.lenovo.myapplication;
/* This stub is only used by the IDE. It is NOT the BuildConfig class actually packed into the APK */
public final class BuildConfig {
public final static boolean DEBUG = Boolean.parseBoolean(null);
} | [
"1134598796@qq.com"
] | 1134598796@qq.com |
26cc98ee4b1835ec343c890564917c0471a54ca6 | de3c2d89f623527b35cc5dd936773f32946025d2 | /src/main/java/com/jiayouya/travel/databinding/ItemSearchResultBindingImpl.java | 038917b5ffd6ca11bc2553c2beb34465aea456cd | [] | no_license | ren19890419/lvxing | 5f89f7b118df59fd1da06aaba43bd9b41b5da1e6 | 239875461cb39e58183ac54e93565ec5f7f28ddb | refs/heads/master | 2023-04-15T08:56:25.048806 | 2020-06-05T10:46:05 | 2020-06-05T10:46:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,278 | java | package com.jiayouya.travel.databinding;
import android.util.SparseIntArray;
import android.view.View;
import android.widget.ImageView;
import android.widget.TextView;
import androidx.constraintlayout.widget.ConstraintLayout;
import androidx.databinding.DataBindingComponent;
import com.jiayouya.travel.R;
public class... | [
"593746220@qq.com"
] | 593746220@qq.com |
4232396089b2527f981a38008934b4d18b19c3f3 | 861af6e8ac42ff1457413fbef1295d51d477b546 | /org.goko.core/src/org/goko/core/gcode/execution/IExecutionToken.java | 8c3fcc77dae67a94b38f9168eefbf3c75c29b2d9 | [] | no_license | hantomas/Goko | 5d7b3804edb592c7fc05a45aa287bb9e0cd74a04 | 9205afec77507a41f410f379b5036991199024a5 | refs/heads/master | 2022-01-07T06:19:15.287328 | 2018-08-23T20:17:03 | 2018-08-23T20:17:03 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,763 | java | /*******************************************************************************
* This file is part of Goko.
*
* Goko is free software: you can redistribute it and/or modify
* it under the terms of the GNU General License as published by
* the Free Software Foundation, either version 3 of the License,... | [
"contact@goko.fr"
] | contact@goko.fr |
280c887d2e4ce3532a5148ece3319ad0201401e3 | 6b2a8dd202fdce77c971c412717e305e1caaac51 | /solutions_2464487_1/java/Blackwood/Bullseye.java | 228110f714fd8a97f8286d07ecd331c73e73a8bf | [] | no_license | alexandraback/datacollection | 0bc67a9ace00abbc843f4912562f3a064992e0e9 | 076a7bc7693f3abf07bfdbdac838cb4ef65ccfcf | refs/heads/master | 2021-01-24T18:27:24.417992 | 2017-05-23T09:23:38 | 2017-05-23T09:23:38 | 84,313,442 | 2 | 4 | null | null | null | null | UTF-8 | Java | false | false | 1,420 | java | import java.io.BufferedWriter;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.OutputStreamWriter;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.LinkedList;
import java.util.Scanner;
public class Bullseye {
public static void main(String[] args) throw... | [
"eewestman@gmail.com"
] | eewestman@gmail.com |
7e914512f6317d7d435c55f607fa286b0b56c3c5 | 5dc3650814f32e89fa7b1ce3f35e852c56c7aff8 | /src/com/proteus/cgen/verilogprime/ext/Enable_terminalContextExt.java | 97e42778d7957e99556a8041f05f603b5be22746 | [] | no_license | sureshgl/Verilog-Parser | 3beda56a12f9d8e8110b225a090c73c8e7d6a850 | 6981223d8e5dc6b3da56acc6f17c28e12c7e6d47 | refs/heads/master | 2020-12-24T11:47:11.340855 | 2017-03-21T19:22:58 | 2017-03-21T19:22:58 | 85,744,141 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,045 | java | package com.proteus.cgen.verilogprime.ext;
import org.antlr.v4.runtime.ParserRuleContext;
import lombok.Getter;
import com.proteus.cgen.verilogprime.PopulateExtendedContextVisitor;
import com.proteus.cgen.verilogprime.gen.VerilogPrimeParser.Enable_terminalContext;
public class Enable_terminalContextExt extends Abstra... | [
"suresh.goduguluru@gmail.com"
] | suresh.goduguluru@gmail.com |
078291bc4b6eaf341f70e268c7a1be9cab73fe92 | f43504b11e935796128f07ab166e7d47a248f204 | /Low_level_Design_Problems/SystemDesign/SnakeAndLadder/DiceService.java | 829d8b27565efc080a573f0654d5f0fb4de7487f | [] | no_license | vish35/LLD | 4e3b4b6a22e334e1ab69871e5ded526613bb73f8 | 1d8f209213f74395fc1121a5862ce2a467b09f94 | refs/heads/main | 2023-07-30T09:10:39.696754 | 2021-09-15T05:46:45 | 2021-09-15T05:46:45 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 287 | java | package SystemDesign.SnakeAndLadder;
import java.util.Random;
public class DiceService {
public static int roll() {
return new Random().nextInt(6) + 1; // The game will have a six sided dice numbered from 1 to 6 and will always give a random number on rolling it.
}
}
| [
"gowtkum@amazon.com"
] | gowtkum@amazon.com |
da0df5fa9ed7aea9f75028a0f6e44f00ae509567 | d94e0a114353705d40cad8c9b162d26e8ab824ea | /src/main/java/com/github/petdate/petdateapp/repository/PetRepository.java | 5c8c6cdaa5e1e5bab83ddf0233cc1fcef9e5a846 | [] | no_license | jvogit/pet-date-app | b69fb70f02532fd19b568a6956570a54a891f729 | ddb6c2d3efb0fdf696f425acb1061bf5ceccf62d | refs/heads/master | 2023-03-06T08:27:42.727317 | 2021-02-21T17:49:04 | 2021-02-21T17:49:04 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 536 | java | package com.github.petdate.petdateapp.repository;
import java.util.List;
import org.springframework.data.domain.Page;
import org.springframework.data.domain.Pageable;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import com.github.petdate.petdateapp.ent... | [
"justinxvopro@gmail.com"
] | justinxvopro@gmail.com |
b06a6817c2bbb1dc9b270b3ec5ec61ee4df9b5ba | 78aa654b019f6766fa01030c8a1b4a700a3f1acf | /watano-codegen/src/main/java/com/watano/util/codegen/ModeCodeGen.java | 396573535c361dd9682364b4dd7bfa9330fcf8fe | [] | no_license | watano/watano-utils | aa540a8763e3292eabc7d0a0f4a867e80f633ec4 | b1ab838ea36bcf86a870c8ee60a820a8490fdab4 | refs/heads/master | 2016-08-04T02:26:51.669771 | 2012-05-23T07:28:55 | 2012-05-23T07:28:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,148 | java | package com.watano.util.codegen;
import java.io.IOException;
import java.util.Arrays;
import java.util.Map;
import org.apache.commons.lang3.ArrayUtils;
import org.apache.commons.lang3.StringUtils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import com.watano.util.lang.ArgCheck;
public clas... | [
"watano@qq.com"
] | watano@qq.com |
1967ceb8f9fc24cf5e0c6c960e725ecfcf5d5c87 | 0a4710d75f8256da50bfb62ac538e7e7baec0651 | /LeetCode/src/johnny/algorithm/leetcode/Solution110.java | 8a8a6a4252fe7c79d60a87b7e77da8584e16008d | [] | no_license | tuyen03a128/algorithm-java-jojozhuang | 4bacbe8ce0497e6b2851b184e0b42ee34c904f95 | 5ca9f4ae711211689b2eb92dfddec482a062d537 | refs/heads/master | 2020-04-25T09:05:32.723463 | 2019-02-24T17:32:30 | 2019-02-24T17:32:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,349 | java | package johnny.algorithm.leetcode;
import johnny.algorithm.leetcode.common.TreeNode;
/**
* Balanced Binary Tree.
*
* Given a binary tree, determine if it is height-balanced.
* For this problem, a height-balanced binary tree is defined as a binary tree
* in which the depth of the two subtrees of every node never... | [
"jojozhuang@gmail.com"
] | jojozhuang@gmail.com |
9e2ffd95c8b055f498f6233b6d1cf1b893e59712 | e27942cce249f7d62b7dc8c9b86cd40391c1ddd4 | /modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201708/cm/InternalApiError.java | ea28a9a4805fa80f1432561e2052037f9b8c9cfa | [
"Apache-2.0"
] | permissive | mo4ss/googleads-java-lib | b4b6178747d25d16ae6aa0c80d80ee18a2dfe01a | efaa9c3bd8a46a3ed4b00963dc9760c6dd8bd641 | refs/heads/master | 2022-12-05T00:30:56.740813 | 2022-11-16T10:47:15 | 2022-11-16T10:47:15 | 108,132,394 | 0 | 0 | Apache-2.0 | 2022-11-16T10:47:16 | 2017-10-24T13:41:43 | Java | UTF-8 | Java | false | false | 5,720 | java | // Copyright 2017 Google Inc. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law... | [
"jradcliff@users.noreply.github.com"
] | jradcliff@users.noreply.github.com |
d9f34efafabf21d3f18415767aac9ea2fe5c9d90 | 139960e2d7d55e71c15e6a63acb6609e142a2ace | /mobile_app1/module116/src/main/java/module116packageJava0/Foo161.java | 83c0a24befd1709867d319500b15d274015f7e25 | [
"Apache-2.0"
] | permissive | uber-common/android-build-eval | 448bfe141b6911ad8a99268378c75217d431766f | 7723bfd0b9b1056892cef1fef02314b435b086f2 | refs/heads/master | 2023-02-18T22:25:15.121902 | 2023-02-06T19:35:34 | 2023-02-06T19:35:34 | 294,831,672 | 83 | 7 | Apache-2.0 | 2021-09-24T08:55:30 | 2020-09-11T23:27:37 | Java | UTF-8 | Java | false | false | 946 | java | package module116packageJava0;
import java.lang.Integer;
public class Foo161 {
Integer int0;
Integer int1;
Integer int2;
public void foo0() {
new module116packageJava0.Foo160().foo18();
}
public void foo1() {
foo0();
}
public void foo2() {
foo1();
}
public void foo3() {
foo2(... | [
"oliviern@uber.com"
] | oliviern@uber.com |
bdb09084f946422464df52fded0aded5c4ef03c5 | 104cda8eafe0617e2a5fa1e2b9f242d78370521b | /aliyun-java-sdk-ehpc/src/main/java/com/aliyuncs/ehpc/model/v20180412/ListInvocationResultsResponse.java | e34247b97c8a884bd75e19a7fe366aecad495b09 | [
"Apache-2.0"
] | permissive | SanthosheG/aliyun-openapi-java-sdk | 89f9b245c1bcdff8dac0866c36ff9a261aa40684 | 38a910b1a7f4bdb1b0dd29601a1450efb1220f79 | refs/heads/master | 2020-07-24T00:00:59.491294 | 2019-09-09T23:00:27 | 2019-09-11T04:29:56 | 207,744,099 | 2 | 0 | NOASSERTION | 2019-09-11T06:55:58 | 2019-09-11T06:55:58 | null | UTF-8 | Java | false | false | 3,517 | 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
* distributed u... | [
"haowei.yao@alibaba-inc.com"
] | haowei.yao@alibaba-inc.com |
07d90e9b504043cba16348dba678743ceff0e64e | f77d04f1e0f64a6a5e720ce24b65b1ccb3c546d2 | /zyj-hec-master/zyj-hec/src/main/java/com/hand/hec/gld/service/IGldSetOfBookService.java | 4e2daf7234db41ea9135714af8ccbacc624995c0 | [] | no_license | floodboad/zyj-hssp | 3139a4e73ec599730a67360cd04aa34bc9eaf611 | dc0ef445935fa48b7a6e86522ec64da0042dc0f3 | refs/heads/master | 2023-05-27T21:28:01.290266 | 2020-01-03T06:21:59 | 2020-01-03T06:29:37 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,107 | java | package com.hand.hec.gld.service;
import java.util.List;
import com.hand.hap.core.IRequest;
import com.hand.hap.core.ProxySelf;
import com.hand.hap.system.service.IBaseService;
import com.hand.hec.gld.dto.GldSetOfBook;
import com.hand.hec.gld.exception.GldSetOfBookException;
/**
* <p>
* 账套定义service
* </p>
*
*... | [
"1961187382@qq.com"
] | 1961187382@qq.com |
9ee51f1af649e208b95da49a45773c408695186c | c8c7ca86d2adc1598829fe50ce3814128f8f79c6 | /apps/Mms/ext/src/com/mediatek/mms/ext/IMmsLongPressGuide.java | eac6280a03a68788f2c4de7de5540a7017d3b041 | [
"Apache-2.0"
] | permissive | l33tnoob/p201-packages | c816103e74a8e4a63b1cf721d43285d4db065614 | 61d8160bfaf28eea07a59651aace1f941dc82a4c | refs/heads/master | 2021-05-29T18:51:59.509697 | 2015-07-06T10:40:47 | 2015-07-06T10:40:47 | 39,950,383 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,630 | java | /* Copyright Statement:
*
* This software/firmware and related documentation ("MediaTek Software") are
* protected under relevant copyright laws. The information contained herein
* is confidential and proprietary to MediaTek Inc. and/or its licensors.
* Without the prior written permission of MediaTek inc. and/or ... | [
"lihaijiang@infocomiot.com"
] | lihaijiang@infocomiot.com |
2f99d9426f0cefa6decc2ff7ca6048cf18299913 | 92f7d9ea0432b52af68b87f61aa32b69b73ed7b7 | /src/main/java/com/tiagods/delivery/model/Entregador.java | d966d54b529d259cdbcf1eb38427d032ec0d9add | [] | no_license | tiagods/delivery | d448a965e30d506857a0b966c0ae8b497161556a | e457d355a70fc2b36283f41f931c61cfa97e90d0 | refs/heads/master | 2021-04-15T18:50:57.842570 | 2018-04-29T18:42:36 | 2018-04-29T18:42:36 | 126,649,431 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,239 | java | package com.tiagods.delivery.model;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import java.io.Serializable;
import java.util.Objects;
@Entity
public class Entregador implements AbstractEntity,Serializable{
@Id
... | [
"tiagoice@hotmail.com"
] | tiagoice@hotmail.com |
6c4f13e9933ffb2378ae70acaa2616fd3f0fba8d | 421f0a75a6b62c5af62f89595be61f406328113b | /generated_tests/no_seeding/101_netweaver-com.sap.netweaver.porta.core.mock.CoreModuleMock-1.0-3/com/sap/netweaver/porta/core/mock/CoreModuleMock_ESTest.java | 79b52b9935207e9178d1cf163aa4e987c5fbd497 | [] | 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 | 667 | java | /*
* This file was automatically generated by EvoSuite
* Mon Oct 28 16:30:37 GMT 2019
*/
package com.sap.netweaver.porta.core.mock;
import org.junit.Test;
import static org.junit.Assert.*;
import org.evosuite.runtime.EvoRunner;
import org.evosuite.runtime.EvoRunnerParameters;
import org.junit.runner.RunWith;
@Run... | [
"pderakhshanfar@bsr01.win.tue.nl"
] | pderakhshanfar@bsr01.win.tue.nl |
10043a14f8e05a9af6dd69feb93fc86c1fca917f | cdff118a93947b54dfa32f258da2deb939af033c | /impl/campaign/procgen/ObjectiveGenDataSpec.java | 6c3610340549a3ecb25b6faff7f073c05124ef27 | [] | no_license | wilki24/Starsector-API | c12ea5d0c131f5cdd26d6799ac63f9a61d9b93fb | 825b1bde4d2b3808c1ebd23a8afbb2414f7aed6d | refs/heads/main | 2023-08-18T07:56:54.486127 | 2021-09-19T01:53:04 | 2021-09-19T01:53:04 | 408,007,467 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,337 | java | package com.fs.starfarer.api.impl.campaign.procgen;
import java.util.HashSet;
import java.util.Set;
import org.json.JSONException;
import org.json.JSONObject;
public class ObjectiveGenDataSpec {
private String id;
private String category;
private float frequency;
private Set<String> tags = new HashSet<String>()... | [
"8873894+wilki24@users.noreply.github.com"
] | 8873894+wilki24@users.noreply.github.com |
158b8ebbd5d19422a248461ae0f979b5eda164c9 | cf284498695b609a0dc3097b0e528e200c2dcf24 | /app/src/main/java/com/example/coolweather/gson/Basic.java | 4a1b3a4b8c35532c0a16ba483f38652735fd619e | [
"Apache-2.0"
] | permissive | SusieHan/coolweather | f4d4e32c4dc4b9e2398e1da8105f259ed6936ad2 | 5f9347112da587c5d8c3cc117f50b0047e655297 | refs/heads/master | 2020-09-26T09:49:28.486248 | 2019-12-07T12:24:32 | 2019-12-07T12:24:32 | 226,230,319 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 353 | java | package com.example.coolweather.gson;
import com.google.gson.annotations.SerializedName;
public class Basic {
@SerializedName("city")
public String cityName;
@SerializedName("id")
public String weatherId;
public Update update;
public class Update{
@SerializedName("loc")
pu... | [
"tony@gmail.com"
] | tony@gmail.com |
d87af808ead82ad4694a074d22adcf7175d94688 | d1a6d1e511df6db8d8dd0912526e3875c7e1797d | /genny_JavaWithoutLambdas/applicationModule/src/main/java/applicationModulepackageJava2/Foo986.java | a7db26dcaae02e57c27f421eaa7b3e19f3dffd1f | [] | no_license | NikitaKozlov/generated-project-for-desugaring | 0bc1443ab3ddc84cd289331c726761585766aea7 | 81506b3711004185070ca4bb9a93482b70011d36 | refs/heads/master | 2020-03-20T00:35:06.996525 | 2018-06-12T09:30:37 | 2018-06-12T09:30:37 | 137,049,317 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 346 | java | package applicationModulepackageJava2;
public class Foo986 {
public void foo0() {
new applicationModulepackageJava2.Foo985().foo5();
}
public void foo1() {
foo0();
}
public void foo2() {
foo1();
}
public void foo3() {
foo2();
}
public void foo4() {
foo3();
}
public void f... | [
"nikita.e.kozlov@gmail.com"
] | nikita.e.kozlov@gmail.com |
63b207d688da9808ff6faeae2303a7b749980e56 | e7ee311e20b40c87bf6d23a53a1d7b11fd29d2c3 | /src/chosun/ciis/ss/sls/extn/rec/SS_L_EXTN_HDQT_INITPARTLISTRecord.java | ac9836eb3287738149526055f6fceb2b14bd8be7 | [] | no_license | nosmoon/misdevteam | 4e3695ef7bbdcd231bb84d7d8d7df54a23ff0a60 | 1829d5bd489eb6dd307ca244f0e183a31a1de773 | refs/heads/master | 2020-04-15T15:57:05.480056 | 2019-01-10T01:12:01 | 2019-01-10T01:12:01 | 164,812,547 | 1 | 0 | null | null | null | null | UHC | Java | false | false | 1,223 | java | /***************************************************************************************************
* 파일명 : .java
* 기능 : 본사확장 초기화
* 작성일자 : 2009-07-23
* 작성자 : 권정윤
***************************************************************************************************/
package chosun.ciis.ss.sls.extn.rec;
impor... | [
"DLCOM000@172.16.30.11"
] | DLCOM000@172.16.30.11 |
4faf26ba540ffc014f57a1007467c57b05ea9ad0 | 653649edacfa667275c53c4ea359f787b7132e73 | /src/test/java/study/datajpa/repository/ItemRepositoryTest.java | 5d10adb9fec02174f33e468b823de2829ecbfb77 | [] | no_license | BangKiHyun/spring-data-jpa-onlinelecture | a948cc7f08ef63da2912356c588c0d0b3e7b4c1e | a8fb82d87f53a05538ac5f30c03b433608d3a83f | refs/heads/master | 2022-12-24T01:20:01.618190 | 2020-09-26T07:57:13 | 2020-09-26T07:57:13 | 297,276,310 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 469 | java | package study.datajpa.repository;
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
import study.datajpa.entity.Item;
@SpringBootTest
class ItemRepositoryTest {
@Autowired
ItemRepository itemRepositor... | [
"rlrlvh@naver.com"
] | rlrlvh@naver.com |
d98d783b6da931dcb14c62165ea32cd2eeff683c | 8dc84558f0058d90dfc4955e905dab1b22d12c08 | /chrome/test/android/javatests/src/org/chromium/chrome/test/util/BookmarkTestUtil.java | f59d7abf4b28a24344d8eb027bc0c033df75900f | [
"LicenseRef-scancode-unknown-license-reference",
"BSD-3-Clause"
] | permissive | meniossin/src | 42a95cc6c4a9c71d43d62bc4311224ca1fd61e03 | 44f73f7e76119e5ab415d4593ac66485e65d700a | refs/heads/master | 2022-12-16T20:17:03.747113 | 2020-09-03T10:43:12 | 2020-09-03T10:43:12 | 263,710,168 | 1 | 0 | BSD-3-Clause | 2020-05-13T18:20:09 | 2020-05-13T18:20:08 | null | UTF-8 | Java | false | false | 964 | java | // Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package org.chromium.chrome.test.util;
import org.chromium.base.ThreadUtils;
import org.chromium.chrome.browser.bookmarks.BookmarkModel;
import org.chrom... | [
"arnaud@geometry.ee"
] | arnaud@geometry.ee |
54f8d16b2e15803ca657aaeceff2bc4203f0f3d1 | 4c24b8da0d96c021c6e0c55fa97cb58c1bd7e8f4 | /src.archive.1/greedy/GoldMine.java | f95195e22321118c35e71293c35afc4b99d3f8d0 | [] | no_license | TankaiHub/topc | ee80fa1c5fd85372a0b2cf65a0c22096ec19a5ad | bdac19df8df6847e9fcb6e138ad9ac5d9d77ae5e | refs/heads/master | 2023-03-15T22:00:06.612099 | 2016-03-30T06:15:05 | 2016-03-30T06:15:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,930 | java | package topc.greedy;
import java.util.*;
import java.io.*;
// SRM 169 Division I Level Three - 900
// greedy, math
// http://community.topcoder.com/stat?c=problem_statement&pm=1957&rd=4650
public class GoldMine {
double DELTA = 0.0001;
int W = 7; // max workers per mine
int N; // mine count
... | [
"gabesoft@gmail.com"
] | gabesoft@gmail.com |
1f34035f1fcf0483e5b5fe95c37f56ab8d798453 | 1e4788f838d7a703f6f15f80e230b08d889682e6 | /java/ru/privetdruk/l2jspace/gameserver/network/clientpackets/RequestAnswerJoinAlly.java | 2cb55becae4d321ed83847a91381fdf709fbd329 | [] | no_license | pr1vetdruk/l2jspace-c6-interlude | fbc5f0bea9fcf38c92172df15bde16ebb667fcdd | e0f701d4d87642887a3173a181de2037517f606d | refs/heads/master | 2023-07-14T13:32:16.250915 | 2021-08-30T08:31:55 | 2021-08-30T08:31:55 | 340,645,976 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,715 | java | /*
* This file is part of the L2jSpace project.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This progr... | [
"somsin@bryansk.softlab.ru"
] | somsin@bryansk.softlab.ru |
5e12e390c87cb690cf540a442fc6b8d06b910403 | 99c03face59ec13af5da080568d793e8aad8af81 | /hom_classifier/2om_classifier/scratch/AOIS95AOIS27/Pawn.java | 4fb36c8898bb5a5bcfdb28dcbb9622bcb8e66e1e | [] | no_license | fouticus/HOMClassifier | 62e5628e4179e83e5df6ef350a907dbf69f85d4b | 13b9b432e98acd32ae962cbc45d2f28be9711a68 | refs/heads/master | 2021-01-23T11:33:48.114621 | 2020-05-13T18:46:44 | 2020-05-13T18:46:44 | 93,126,040 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,761 | java | // This is a mutant program.
// Author : ysma
import java.util.ArrayList;
public class Pawn extends ChessPiece
{
public Pawn( ChessBoard board, ChessPiece.Color color )
{
super( board, color );
}
public java.lang.String toString()
{
if (color == ChessPiece.Color.WHITE) {
... | [
"fout.alex@gmail.com"
] | fout.alex@gmail.com |
31bfba5b2c3aa01cca3e3ab0fb34ec387b18c85b | 30edba3cc1757d6df5b5a830e4ddb3fb7896e605 | /hu.bme.mit.trainbenchmark.benchmark.sql/src/main/java/hu/bme/mit/trainbenchmark/benchmark/sql/benchmarkcases/SQLChecker.java | 10272be1e5e588c6ad181f419bcbe645c7ab0116 | [] | no_license | IncQueryLabs/trainbenchmark | b21ecf17b1ed4efdc2e04031ca35599abf1f5ec7 | aa610691387a04f41f5fd745b610924cae32dd48 | refs/heads/master | 2023-08-11T08:38:00.435601 | 2015-11-09T15:47:04 | 2015-11-09T15:47:04 | 45,915,684 | 1 | 0 | null | 2015-11-10T14:04:53 | 2015-11-10T14:04:53 | null | UTF-8 | Java | false | false | 2,052 | java | /*******************************************************************************
* Copyright (c) 2010-2015, Benedek Izso, Gabor Szarnyas, Istvan Rath and Daniel Varro
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which ac... | [
"szarnyasg@gmail.com"
] | szarnyasg@gmail.com |
7af7e89ef4f2ca0f60f9ffa68a1bdceeeb26c332 | 1006d2754c0fd1383efa8247dea71383b43066c4 | /core/load-driver/src/test/java/io/novaordis/gld/driver/console/CommandLineConsoleTest.java | f6bae67441226cc5c342c44ff2caadaf9f483fae | [
"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 | 7,818 | java | /*
* Copyright (c) 2015 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 agr... | [
"ovidiu@novaordis.com"
] | ovidiu@novaordis.com |
9a8223e5b58996feca978879641b0ac64ef994d2 | bc3e61091c0f3edd1e9d27e78e022bec217b44e3 | /app/src/main/java/br/com/erudio/exception/FileStorageException.java | 2ac08c85544514ea258bf548b00c0ce2e20c3105 | [
"Apache-2.0"
] | permissive | elcarvalho/DockerFromZeroToMastery-SpingBootAndJava | 3d80b9a9940901078100cbd009e335725b5b94cb | f4d98dd7e456b7cf118c155ff5037bc6c6d7c008 | refs/heads/master | 2022-11-13T07:19:46.538903 | 2020-07-09T13:18:11 | 2020-07-09T13:18:11 | 278,365,851 | 0 | 0 | Apache-2.0 | 2020-07-09T13:00:47 | 2020-07-09T13:00:47 | null | UTF-8 | Java | false | false | 479 | java | package br.com.erudio.exception;
import org.springframework.http.HttpStatus;
import org.springframework.web.bind.annotation.ResponseStatus;
@ResponseStatus(HttpStatus.INTERNAL_SERVER_ERROR)
public class FileStorageException extends RuntimeException{
private static final long serialVersionUID = 1L;
public FileSto... | [
"leandrocgsi@gmail.com"
] | leandrocgsi@gmail.com |
1421370ec4dd7e8cd319b34e679e1143a8ee1cff | 99a8722d0d16e123b69e345df7aadad409649f6c | /jpa/deferred/src/main/java/example/repo/Customer1490Repository.java | 5b9b9fe41954b5f495104baadd4bb5f309c354f3 | [
"Apache-2.0"
] | permissive | spring-projects/spring-data-examples | 9c69a0e9f3e2e73c4533dbbab00deae77b2aacd7 | c4d1ca270fcf32a93c2a5e9d7e91a5592b7720ff | refs/heads/main | 2023-09-01T14:17:56.622729 | 2023-08-22T16:51:10 | 2023-08-24T19:48:04 | 16,381,571 | 5,331 | 3,985 | Apache-2.0 | 2023-08-25T09:02:19 | 2014-01-30T15:42:43 | Java | UTF-8 | Java | false | false | 284 | java | package example.repo;
import example.model.Customer1490;
import java.util.List;
import org.springframework.data.repository.CrudRepository;
public interface Customer1490Repository extends CrudRepository<Customer1490, Long> {
List<Customer1490> findByLastName(String lastName);
}
| [
"ogierke@pivotal.io"
] | ogierke@pivotal.io |
e20be87b526b9d310cfd9f78b7bcebc2b71dbc01 | df134b422960de6fb179f36ca97ab574b0f1d69f | /org/bukkit/conversations/ManuallyAbandonedConversationCanceller.java | 9ee8059ddf5f2d6f68ef015092abe944e8f015f6 | [] | no_license | TheShermanTanker/NMS-1.16.3 | bbbdb9417009be4987872717e761fb064468bbb2 | d3e64b4493d3e45970ec5ec66e1b9714a71856cc | refs/heads/master | 2022-12-29T15:32:24.411347 | 2020-10-08T11:56:16 | 2020-10-08T11:56:16 | 302,324,687 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,020 | java | /* */ package org.bukkit.conversations;
/* */
/* */ import org.jetbrains.annotations.NotNull;
/* */
/* */
/* */
/* */
/* */
/* */ public class ManuallyAbandonedConversationCanceller
/* */ implements ConversationCanceller
/* */ {
/* */ public void setConversation(@NotNull Co... | [
"tanksherman27@gmail.com"
] | tanksherman27@gmail.com |
707cf6e79821efe75a5b9fbc7380ceb622cf6f31 | e6fb24ab0200b1b84d8596b643dce983a9231982 | /libadblockplus-android-settings/src/org/adblockplus/libadblockplus/android/settings/AdblockHelper.java | 2a71bbbc63644507c30197ba76e6209eab9131d7 | [] | no_license | Happyandhappy/maginsoftteam-chromecase-Android | 7fc41ba7373127414f4fad0f51bca43b11d2b0f0 | e4dd1bca1f4d9c959a26fe7b561fb352f77552af | refs/heads/master | 2021-07-06T00:18:51.407674 | 2017-09-29T06:46:01 | 2017-09-29T06:46:01 | 105,238,794 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,619 | java | /*
* This file is part of Adblock Plus <https://adblockplus.org/>,
* Copyright (C) 2006-2016 Eyeo GmbH
*
* Adblock Plus is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 3 as
* published by the Free Software Foundation.
*
* Adblock Plus is dis... | [
"greyfrapps@gmail.com"
] | greyfrapps@gmail.com |
0e86b5ad75d7dd34cb23409e8a3260ccd98b4b40 | add50531813f601a1120cb8b02fc86698b8f786b | /project-parent/zfa-project-util/src/main/java/com/base/modal/menu/Menu.java | f38a5cc41fd66ad97d316aa766f7fae27c894ac3 | [] | no_license | huangzfa/wechat | 644e8b2144d79cd3a0498d22a35759f4b45e9550 | f3972b5b8d12936e263cfbf5edb3586f144d4625 | refs/heads/master | 2021-06-06T03:23:41.024764 | 2019-06-13T10:00:01 | 2019-06-13T10:00:01 | 93,611,757 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 404 | java | package com.base.modal.menu;
//-表示要创建的菜单
public class Menu {
public ViewButton[] getButton() {
return button;
}
public void setButton(ViewButton[] button) {
this.button = button;
}
private ViewButton[] button;
/* private ViewButton[] view;
public ViewButton[] getView(){
return view;
}
pub... | [
"1593582614@qq.com"
] | 1593582614@qq.com |
bab40f0598aa829b19661d89a5078e6ae4af1ded | f88191eab3b367f136826a1aaa764c4828a841d6 | /core/message/src/main/java/org/ietf/nea/pt/value/PtTlsMessageValueSaslMechanismSelectionBuilder.java | 6500ffac21ec8b91720aac978e3331838d4ea9d0 | [
"BSD-3-Clause"
] | permissive | trusthsbremen/jtnc | f64990e7924fdca29218abe58b8ed11edbd49fa4 | 08a5cee2423dcd1be759bf4a67719dd57096c64e | refs/heads/master | 2021-07-04T14:48:06.009636 | 2019-07-03T19:53:04 | 2019-07-03T19:53:04 | 41,857,243 | 3 | 1 | NOASSERTION | 2021-06-07T17:51:16 | 2015-09-03T11:55:32 | Java | UTF-8 | Java | false | false | 2,935 | java | /**
* The BSD 3-Clause License ("BSD New" or "BSD Simplified")
*
* Copyright © 2015 Trust HS Bremen and its Contributors. All rights
* reserved.
*
* See the CONTRIBUTORS file distributed with this work for additional
* information regarding copyright ownership.
*
* Redistribution and use in source and binar... | [
"carl-heinz.genzel@hs-bremen.de"
] | carl-heinz.genzel@hs-bremen.de |
a9d3cbf57385ad6558efad75b785198142777bd5 | 4a627a99cdf202019fa4088ca23316e9cc427e7b | /nyd-cash-product/nyd-cash-product-service/src/main/java/com/nyd/product/service/impls/ProductConfigServiceImpl.java | 64bc3b914efa5eef3dc3362fe8b82059c9241290 | [] | no_license | P79N6A/zlqb | 4bdcc62db76f8b4fdd4176c06812c9bd8ac2148b | 66a8781e74216ead7ea4969d89972c16e9d45b54 | refs/heads/master | 2020-07-13T14:18:36.941485 | 2019-08-26T12:22:20 | 2019-08-26T12:22:20 | 205,096,175 | 0 | 1 | null | 2019-08-29T06:30:30 | 2019-08-29T06:30:30 | null | UTF-8 | Java | false | false | 2,627 | java | package com.nyd.product.service.impls;
import com.nyd.product.dao.ProductConfigDao;
import com.nyd.product.model.ProductConfigInfo;
import com.nyd.product.service.ProductConfigService;
import com.nyd.product.service.consts.ProductConsts;
import com.tasfe.framework.support.model.ResponseData;
import org.slf4j.Lo... | [
"hhh@d55a9f32-8471-450d-bba4-b89e090b5caa"
] | hhh@d55a9f32-8471-450d-bba4-b89e090b5caa |
e72fa86d1910c32fa0f030124dc30d0de48209f8 | 9b04c5a90b31776a17c254d218abb63f59889f5d | /gsb/gsb-crm/src/main/java/com/gongsibao/crm/web/report/FollowReportPart.java | 60a1a5e08f89f31ce135797b8007c9bb526e5d98 | [] | no_license | damogui/testtt | de80c460e878c22553dabe965a7dfe21181d83cf | ae486b93370db3b3153239a25aecd1caeea8d248 | refs/heads/master | 2021-09-14T19:46:43.345265 | 2018-05-18T08:29:08 | 2018-05-18T08:29:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,056 | java | package com.gongsibao.crm.web.report;
import java.util.HashMap;
import java.util.Map;
import org.netsharp.core.DataTable;
import org.netsharp.core.IRow;
import com.gongsibao.entity.crm.report.BaseReportEntity;
import com.gongsibao.entity.crm.report.FollowReportEntity;
public class FollowReportPart extend... | [
"hwhping@163.com"
] | hwhping@163.com |
23cbb5931b55cfb1039e4dd8de6979fd9cdfac7a | 09a1b446848be8c3afd43af7d4b90a88950dc3c9 | /EasyMock-Examples/src/test/java/com/journaldev/easymock/EasyMockVoidMethodExample.java | 1001e37892d23889fd444a4f2006896a053aa6f6 | [
"MIT"
] | permissive | vveturi/journaldev | 13a9a1397fc6160b6a4165d352b03c59f03a5c5a | 3c61e68bbc66665d7467ed1fa93e81b49a8df8ad | refs/heads/master | 2020-03-23T20:19:20.006196 | 2018-07-23T12:10:05 | 2018-07-23T12:10:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 538 | java | package com.journaldev.easymock;
import static org.easymock.EasyMock.*;
import static org.junit.jupiter.api.Assertions.*;
import org.junit.jupiter.api.Test;
import com.journaldev.utils.StringUtils;
public class EasyMockVoidMethodExample {
@Test
public void test() {
StringUtils mock = mock(StringUtils.class);
... | [
"pankaj.0323@gmail.com"
] | pankaj.0323@gmail.com |
88464602df1003ffa72108ff9250182a5542f9cf | daf12937ad7a1e0c33172551c9a1c367e94bf475 | /spring-boot-mybatis-xml/src/main/java/com/yxm/web/dao/DemoMapper.java | 3329166dd9b496486125251780ca9e000544a9af | [] | no_license | startshineye/Spring-Boot | 7503bce9345e5f0063345289b97f25b3dedc414b | a502fa82ef745da0e406b272914e3eb30ede995e | refs/heads/master | 2021-01-01T06:43:01.901992 | 2017-10-04T13:21:29 | 2017-10-04T13:21:29 | 97,492,958 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 252 | java | package com.yxm.web.dao;
import java.util.List;
import com.yxm.web.bean.Demo;
public interface DemoMapper {
void save(Demo demo);
int deleteById(Integer id);
Demo getById(Integer id);
List<Demo> getAll();
int updateDemo(Demo demo);
}
| [
"13001955858@163.com"
] | 13001955858@163.com |
e2c52e1837b68fcaecc30d3304850dc3ded56c11 | 98d61e74003e599e70e5fe37829db567f2119c74 | /jsystem-core-projects/jsystemApp/src/test/java/tests/jsystem/framework/sut/SutFactoryTest.java | 470a36eb147aca8c59101b58461618c84419cc1e | [
"Apache-2.0"
] | permissive | Top-Q/jsystem | e3721e981fcdfa305c7d2679f98105124b705ff6 | 282064793b64dad8de685dd6d5332d5bd753f07b | refs/heads/master | 2023-07-08T03:02:09.358983 | 2022-05-25T06:04:50 | 2022-05-25T06:04:50 | 6,123,437 | 35 | 53 | Apache-2.0 | 2023-06-28T12:06:26 | 2012-10-08T11:33:14 | Java | UTF-8 | Java | false | false | 364 | java | /*
* Copyright 2005-2010 Ignis Software Tools Ltd. All rights reserved.
*/
package tests.jsystem.framework.sut;
import junit.framework.SystemTestCase;
public class SutFactoryTest extends SystemTestCase{
public void testSutWorks() throws Exception{
assertEquals("Value doesn't much","10.10.10.10", sut().g... | [
"itai.agmon@gmail.com"
] | itai.agmon@gmail.com |
aaccc90ddbaeab81a399acb6c55563b8fae4ae4b | 4627d514d6664526f58fbe3cac830a54679749cd | /results/evosuite5/mockito-org.mockito.asm.tree.analysis.BasicInterpreter-9/org/mockito/asm/tree/analysis/BasicInterpreter_ESTest_scaffolding.java | 99bb9e1ae5fc00e14d69e5d96c4aad3f598f219b | [] | no_license | STAMP-project/Cling-application | c624175a4aa24bb9b29b53f9b84c42a0f18631bd | 0ff4d7652b434cbfd9be8d8bb38cfc8d8eaa51b5 | refs/heads/master | 2022-07-27T09:30:16.423362 | 2022-07-19T12:01:46 | 2022-07-19T12:01:46 | 254,310,667 | 2 | 2 | null | 2021-07-12T12:29:50 | 2020-04-09T08:11:35 | null | UTF-8 | Java | false | false | 6,468 | java | /**
* Scaffolding file used to store all the setups needed to run
* tests automatically generated by EvoSuite
* Wed Jul 24 20:58:34 GMT 2019
*/
package org.mockito.asm.tree.analysis;
import org.evosuite.runtime.annotation.EvoSuiteClassExclude;
import org.junit.BeforeClass;
import org.junit.Before;
import org.jun... | [
"pouria.derakhshanfar@gmail.com"
] | pouria.derakhshanfar@gmail.com |
cb8dbd304f0f93a7d9c950d536ece8937670692f | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/29/29_cd291752d39eb3a9a050b6d0d0f9e13b81310a96/BurnIoChaosType/29_cd291752d39eb3a9a050b6d0d0f9e13b81310a96_BurnIoChaosType_t.java | 1bb0ff960531e90191d4e72ed29e9c31fed107ed | [] | 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,730 | java | /*
*
* Copyright 2013 Justin Santa Barbara.
*
* 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
*
* Un... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
a04083e58cfd00ad69532533c725973205df09e2 | d504110d2237650b4a445417c80131915f303fe0 | /netbeans/gas/common_ui/src/com/gas/common/ui/misc/api/IJEditorPaneService.java | 2a6072d5c213f181ead8d234e7a6d69fc6d1516b | [] | no_license | duncan1201/VF | ab8741163bbff03962818cc1076cc35c1252bb03 | 095478313d2580925f7417dae6eb083d09636a30 | refs/heads/master | 2021-03-22T00:26:13.276478 | 2016-09-08T11:48:01 | 2016-09-08T11:48:01 | 32,251,044 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 463 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.gas.common.ui.misc.api;
import javax.swing.JEditorPane;
/**
*
* @author dq
*/
public interface IJEditorPaneService {
/**
* @param contentType possible values: text/plain, text/html and text/rtf... | [
"dunqiang.liao@vectorfriends.com"
] | dunqiang.liao@vectorfriends.com |
02633dad1806fc62ef37d87261fa51b604a45f6d | 863acb02a064a0fc66811688a67ce3511f1b81af | /sources/com/google/android/gms/internal/ads/zzip.java | 6e9d6fdb842bc1a6683aa2b4e0cddc1c2e2e8540 | [
"MIT"
] | permissive | Game-Designing/Custom-Football-Game | 98d33eb0c04ca2c48620aa4a763b91bc9c1b7915 | 47283462b2066ad5c53b3c901182e7ae62a34fc8 | refs/heads/master | 2020-08-04T00:02:04.876780 | 2019-10-06T06:55:08 | 2019-10-06T06:55:08 | 211,914,568 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 415 | java | package com.google.android.gms.internal.ads;
import java.io.IOException;
public interface zzip {
/* renamed from: a */
int mo31844a(zzie zzie, int i) throws IOException, InterruptedException;
/* renamed from: a */
void mo28863a(long j, int i, int i2, int i3, byte[] bArr);
/* renamed from: a */
... | [
"tusharchoudhary0003@gmail.com"
] | tusharchoudhary0003@gmail.com |
0de1da5b2fe2c32b551dd7cbf2db86e4dcaca83d | 3df2c0132487b6fff67fe2bcbf6dfa127d2cfb0b | /src/lectures/state_properties/ABMISpreadsheetTester.java | 78ae2b8bac825c689579d22cd501b05fdf314447 | [] | no_license | Dnam00/JavaTeaching | e899df112324c6b390d7f46f3113804a98152e9e | 68647445ad774cbaabac9c154eb31b7bf8115a8b | refs/heads/master | 2023-05-04T18:38:20.750596 | 2021-05-15T21:53:42 | 2021-05-15T21:53:42 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,543 | java | package lectures.state_properties;
import lectures.constructors_pointers.ABMISpreadsheet;
public class ABMISpreadsheetTester {
public void test (double theHeight, double theWeight, double theCorrectBMI) {
ABMISpreadsheet bmiSpreadsheet = new ABMISpreadsheet();
bmiSpreadsheet.setHeight(1.77);
bmiSpreadsheet.... | [
"dewan@cs.unc.edu"
] | dewan@cs.unc.edu |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.