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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
bf583a37f80c95502537234c2b89cca2fdedae56 | 473b76b1043df2f09214f8c335d4359d3a8151e0 | /benchmark/bigclonebenchdata_partial/11993046.java | e312d7a3b4834dbff23e930314123eed7d1de3a0 | [] | no_license | whatafree/JCoffee | 08dc47f79f8369af32e755de01c52d9a8479d44c | fa7194635a5bd48259d325e5b0a190780a53c55f | refs/heads/master | 2022-11-16T01:58:04.254688 | 2020-07-13T20:11:17 | 2020-07-13T20:11:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 541 | java |
class c11993046 {
public static void copyFile(File source, File dest) throws IOException {
FileChannel in = null, out = null;
try {
in = new FileInputStream(source).getChannel();
out = new FileOutputStream(dest).getChannel();
long size = in.size();
... | [
"[email protected]"
] | |
77e18de4eed107d5f906e40f68c63c810aaf5530 | 995e655293513d0b9f93d62e28f74b436245ae74 | /src/com/google/android/gms/plus/Plus$a.java | 8e402d342d7abbd20a880fb8c9245502e368dff8 | [] | 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 | 372 | java | // Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/kpdus/jad.html
// Decompiler options: braces fieldsfirst space lnc
package com.google.android.gms.plus;
public abstract class t> extends com.google.android.gms.common.api.it>
{
public pi.b(com.google.andro... | [
"[email protected]"
] | |
26e508ede3183fb74595912610bc23bffaf9d4a9 | 90772e6be8e2753bcc5250a08188251bbce81934 | /jdk5/src/com/sun/org/apache/xml/internal/utils/res/XResources_ja_JP_A.java | b69d293b105ad0491459cd0d653109952e5057ec | [] | no_license | sos303sos/java4 | 51e99981863ae9cce189d40c05e019d06eac530e | 70f64711f2a4c69a0d8e2f9268a8ec8a1bc28d12 | refs/heads/master | 2021-05-07T18:50:13.247171 | 2019-08-10T15:36:14 | 2019-08-10T15:36:14 | 108,831,060 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,358 | java | /*
* Copyright 1999-2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | [
"95129@DESKTOP-LP33PPV"
] | 95129@DESKTOP-LP33PPV |
79fc2e8c78ddfa1ff20055d1880539f8d27336d6 | 5c0a5d1e3685720e5fa387a26a60dd06bb7c6e4a | /group-core/lock-hqb-core/src/main/java/com/spark/bitrade/constant/HqbInRecordStatusEnum.java | e24440ba38d4d5f4cf0035ff40cd7eaf12c34494 | [] | no_license | im8s/silk-v1 | 5d88ccd1b5ed2370f8fba4a70298d1d14d9a175d | ff9f689443af30c815a8932899a333dfc87f6f12 | refs/heads/master | 2022-06-20T13:08:01.519634 | 2020-04-28T02:56:50 | 2020-04-28T02:56:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 667 | java | package com.spark.bitrade.constant;
import com.baomidou.mybatisplus.enums.IEnum;
import java.io.Serializable;
public enum HqbInRecordStatusEnum implements IEnum {
UNCONFIRMED(0, "未确认"),
CONFIRMED(1, "已确认"),
CONFIRMED_Failed(2, "确认失败");
private final int value;
private final String desc;
Hqb... | [
"huihui123"
] | huihui123 |
2cd53fa55968cbd02aed60c8e678d2a7ef301ddd | dfc523f19f6f26cd30b94f83cd9945a9670de518 | /链表/src/PartitionList.java | 7c9d7d914ace63d638b85abefe7528d9d449f007 | [] | no_license | DoubleEar/javapractice | 0251cee7bb193427cbbb485768f2009249ca1d2d | 0cff08e52ac51c1993f85484a82f106220e0dc90 | refs/heads/master | 2022-06-28T21:29:06.495901 | 2020-09-20T15:25:45 | 2020-09-20T15:25:45 | 217,519,133 | 0 | 0 | null | 2022-06-21T03:38:43 | 2019-10-25T11:28:54 | Java | UTF-8 | Java | false | false | 1,526 | java | //链表分割,不改变原来链表中的顺序,将比X小的放在左边,比x大的放在右边
public class PartitionList {
public static void printLinkedList(Node head) {
Node cur = head;
while (cur != null) {
System.out.println(cur.val);
cur = cur.next;
}
}
public static Node partition(Node head,int x){
... | [
"[email protected]"
] | |
5816da7d66d91136a16f5eeac7c6cc5c34c8a12e | ca3df4ca060d5266bf97d9b861984f59db78756e | /src/leetcode/LfuCache.java | d4b240364be52a59b641fdc293b3141edb21cdfc | [] | no_license | Nobodyhave/Solutions | fe6b293b7d5c41d1747825850771f662a14b13b4 | 0e473708a9ebc81e2da4b4e2c090c464949ee81b | refs/heads/master | 2020-02-26T16:29:29.358399 | 2018-02-27T13:55:41 | 2018-02-27T13:55:41 | 71,220,895 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,768 | java | package leetcode;
import java.util.HashMap;
import java.util.Iterator;
import java.util.LinkedHashSet;
import java.util.Map;
/**
* Created by Aleksandr on 18/09/2017.
* Project Solutions
* <p>
* https://leetcode.com/problems/lfu-cache
*/
public class LfuCache {
private int capacity;
privat... | [
"[email protected]"
] | |
b4d36188e1efa3eab45a752c69f07ba4ecb529e2 | c76fda2c453cdcc9c46db2105aae1ea72d0fac8e | /redpig-framework/src/main/java/com/redpigmall/view/web/tools/RedPigQueryUtils.java | e457337e2d82b6e81075bb3deef9e81d3cdf7398 | [] | no_license | 18182336296/new | 213ba4bf80de1955ce9fdd69f53892bb45a277a2 | 722c39db381733e37c80b9ac6ec1b1afba25c162 | refs/heads/master | 2022-11-21T20:43:03.448373 | 2020-07-19T08:20:23 | 2020-07-19T08:20:23 | 280,778,769 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 4,942 | java | package com.redpigmall.view.web.tools;
import java.util.List;
import java.util.Map;
import org.springframework.stereotype.Component;
import com.google.common.collect.Maps;
import com.redpigmall.api.tools.CommUtil;
import com.redpigmall.api.tools.StringUtils;
/**
*
* <p>
* Title: RedPigQueryTools.java
* </p>
*... | [
"[email protected]"
] | |
5b86925ca4a989a1d27a6ccff4694e1d4c7547ea | 872967c9fa836eee09600f4dbd080c0da4a944c1 | /source/com/sun/corba/se/spi/activation/ServerAlreadyActive.java | 17cb9df756739a08a4695f3ef9475f353486b5ef | [] | no_license | pangaogao/jdk | 7002b50b74042a22f0ba70a9d3c683bd616c526e | 3310ff7c577b2e175d90dec948caa81d2da86897 | refs/heads/master | 2021-01-21T02:27:18.595853 | 2018-10-22T02:45:34 | 2018-10-22T02:45:34 | 101,888,886 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 896 | java | package com.sun.corba.se.spi.activation;
/**
* com/sun/corba/se/spi/activation/ServerAlreadyActive.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from /Users/java_re/workspace/8-2-build-macosx-x86_64/jdk8u131/8869/corba/src/share/classes/com/sun/corba/se/spi/activation/activation.idl
* Wed... | [
"[email protected]"
] | |
e74d8d5a1fe39f8cfe99d1414abd91439dd523ff | 916596f25592750e4d3b359227dd90c6e8c78c9f | /app/src/main/java/com/speedata/quanrayuhf/utils/QuanrayDataUtils.java | 5c2f0535ec0c28b266bf6c11cf9a7ef7182d70cf | [] | no_license | SpeedataG/QuanrayUHF | 3187b5dca8dbf663328bba0d3f00da17640bb9dc | 5562787b50d4013779b4e7203f83a26d4f942edf | refs/heads/master | 2020-06-29T16:40:28.215753 | 2019-08-05T02:52:15 | 2019-08-05T02:57:07 | 200,569,366 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,574 | java | package com.speedata.quanrayuhf.utils;
import com.speedata.libuhf.utils.StringUtils;
import java.util.Arrays;
/**
* Created by 张明_ on 2017/12/5.
* Email [email protected]
*/
public class QuanrayDataUtils {
private static final byte[] HEAD = {0x5B, 0x5B};
public static final byte[] VER = {0x11};
privat... | [
"[email protected]"
] | |
cd6cc52860c19bd5d3b695c638c9ac510d53fc9c | 8f3b28cabf2c0552d1db7ce74ac6a786358fa19e | /src/anagrams/FirstOopsClass.java | 13b76fe12819a6a21ffab336bcf18c772f70e257 | [] | no_license | karanS1314/FullJavaPractice | 896b48bfa5a9b81c776641a852bab5031f7814aa | f6cce995969dd0d106cc5482e7fd4f7ecd1de3af | refs/heads/master | 2023-07-01T06:51:19.353007 | 2021-08-08T18:10:47 | 2021-08-08T18:10:47 | 359,021,462 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 943 | java | package anagrams;
class Friends{
String behaviour;
boolean sober;
int noOfFriends;
public void action1() {
System.out.println("tatter slapped gaurav");
}
public void action2() {
System.out.println("ruhi slapped ayushi");
}
public void action3() {
System.out.println("ayushi slapped r... | [
"[email protected]"
] | |
d4f0c7bdb415bee9d83f9b2abb50d9d15df7e404 | d11a469ca0bc6656d5a1e8bfa80b238c00893dba | /Problems (20)/Messaging/src/Main.java | 3989521f489f960b79dc92e60c1fce2d2c6f414a | [] | no_license | alexengrig/Blockchain | 05f82d3db3e92266f5c72a9d3a0efc70a7fe994f | 1e8987e080efc35edc475508a2676a25255482fa | refs/heads/master | 2020-12-26T22:59:47.814511 | 2020-02-11T18:33:41 | 2020-02-11T18:33:41 | 237,678,247 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 1,078 | java | /* Do not change this class */
class Message {
final String text;
final String from;
final String to;
Message(String from, String to, String text) {
this.text = text;
this.from = from;
this.to = to;
}
}
/* Do not change this interface */
interface AsyncMessageSender {
v... | [
"[email protected]"
] | |
245027dbe0e28f872751bafc0b5a952c93d9aabf | 1357eb3856e334fdfdfa94c0cac08fa1b07f6cab | /ezyfox-server-core/src/main/java/com/tvd12/ezyfoxserver/setting/EzySimpleLoggerSetting.java | 7d26524526d563ef106c8bab2e63a23b0bf4d540 | [
"Apache-2.0"
] | permissive | brock12121996/ezyfox-server | a22dc58884f68c94b6619688cd7f581527defa8e | e8d1ca08cd36a050d6fe310212e7e1ef4a2c7ab6 | refs/heads/master | 2021-05-17T02:20:00.363552 | 2020-03-14T17:38:14 | 2020-03-14T17:38:14 | 250,573,240 | 1 | 0 | Apache-2.0 | 2020-03-27T15:37:29 | 2020-03-27T15:37:29 | null | UTF-8 | Java | false | false | 1,543 | java | package com.tvd12.ezyfoxserver.setting;
import java.util.HashMap;
import java.util.Map;
import java.util.Set;
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 com.tvd1... | [
"[email protected]"
] | |
61c8975bb0cbc03050380896bc484f71820b69e6 | d2eee6e9a3ad0b3fd2899c3d1cf94778615b10cb | /PROMISE/archives/log4j/1.2/org/apache/log4j/performance/NotLogging.java | 6d5c1bac09a313deaf3906afab91c4dfea19e4e9 | [] | no_license | hvdthong/DEFECT_PREDICTION | 78b8e98c0be3db86ffaed432722b0b8c61523ab2 | 76a61c69be0e2082faa3f19efd76a99f56a32858 | refs/heads/master | 2021-01-20T05:19:00.927723 | 2018-07-10T03:38:14 | 2018-07-10T03:38:14 | 89,766,606 | 5 | 1 | null | null | null | null | UTF-8 | Java | false | false | 4,823 | java | package org.apache.log4j.performance;
import org.apache.log4j.Category;
import org.apache.log4j.SimpleLayout;
import org.apache.log4j.ConsoleAppender;
import org.apache.log4j.Level;
/**
Measure the performance of evaluating whether to log or not to log,
but not actually logging.
<p>This program takes two ... | [
"[email protected]"
] | |
f5766afb845d403a30665b29d3c9878e2f7f6985 | e8f9fe2285f1598fee5860d2447fd1a1f6557306 | /MPC/temp/src/minecraft_server/net/minecraft/src/EnumEntitySizeHelper.java | 46d20d3d2e1ef764276ec3a3e98f1d192ff1854b | [] | no_license | pedroreisuft/minecraft | 8e71c74ee37ffbf863b0e89c7051ed2b3ce80a7f | 64ba09bce02603abea3270e4030be2aac4555822 | refs/heads/master | 2016-09-06T01:24:36.812128 | 2012-11-30T19:34:19 | 2012-11-30T19:34:19 | 6,943,629 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,085 | java | package net.minecraft.src;
import net.minecraft.src.EnumEntitySize;
// $FF: synthetic class
class EnumEntitySizeHelper {
// $FF: synthetic field
static final int[] field_85153_a = new int[EnumEntitySize.values().length];
static {
try {
field_85153_a[EnumEntitySize.SIZE_1.ordinal()] = 1;
... | [
"[email protected]"
] | |
3b176daa1dcadc705b40e9f17906bb0d00369f7c | ff4a63c45b0c413dc2b787c95884f193154eef60 | /DesignPatterns/08-compositePattern/com/ying/composite/SongGroup.java | 7779bb14443684f1591e47757722586ab8992a64 | [] | no_license | hsnyxfhyqhyh/mianshi | a077983066bd4addfd5682ed310a6089733a8108 | e90b4cbe279b286a0ec8d2d53a6c08794bfd59f6 | refs/heads/master | 2020-05-27T17:50:33.247727 | 2019-07-14T15:09:38 | 2019-07-14T15:09:38 | 188,730,310 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,419 | java | package com.ying.composite;
import java.util.ArrayList;
import java.util.Iterator;
public class SongGroup extends SongComponent {
// Contains any Songs or SongGroups that are added
// to this ArrayList
ArrayList songComponents = new ArrayList();
String groupName;
String groupDescription;
... | [
"[email protected]"
] | |
ec08e1f34e9c9bfd953421c101b5ab5a521b6a0d | 74d93f962ce5125c068e2d4b2f634efa0c41d9ce | /app/src/main/java/bsl/co/ke/fundsmanagementapi/newtwork/licensesdialog/licenses/CreativeCommonsAttribution30Unported.java | 003fc97ce29ec2468d07fa1f1509e6a189f93320 | [
"Apache-2.0"
] | permissive | koskcom/marikitipersonalaccount | b7402c9e80b8d553fdf6a6df2a6f907140e93e22 | 01949ca0d200724f7d761c8baa2c46ae083df678 | refs/heads/master | 2022-12-17T19:53:26.544172 | 2020-09-14T06:21:01 | 2020-09-14T06:21:01 | 295,322,498 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,512 | java | /*
* Copyright 2014 Peter Heisig
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable l... | [
"[email protected]"
] | |
64af9ab222fb6bd03ed95fde9ef2815ff34ee51f | 2a6c279f13263af7f6534c075fdf42732ed9647c | /Q2/src/Node.java | af3c205b5a1e5149da337eff7e7f5090985c371b | [] | no_license | fibonacci998/Java-netbeans-project | 61aaba74adb42bc6bc46dd2814ea7fb354f62e1d | 0ca2baaaafc4954fb784fc20b82bdb867900596f | refs/heads/master | 2020-03-12T04:58:15.020665 | 2018-05-11T02:18:45 | 2018-05-11T02:18:45 | 130,454,945 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 176 | java | // ======= DO NOT EDIT THIS FILE ============
public class Node
{Lamp info;
Node left,right;
int bal,level;
Node(Lamp x)
{info=x;left=right=null;
}
}
| [
"[email protected]"
] | |
ccf579e2910198548cf92aed98a69b1ed25399b6 | 87ffe6cef639e2b96b8d5236b5ace57e16499491 | /app/src/main/java/com/boohee/food/util/MobUtils$2.java | a5071147884f39f75e99849cdf4331140204ab29 | [] | no_license | leerduo/FoodsNutrition | 24ffeea902754b84a2b9fbd3299cf4fceb38da3f | a448a210e54f789201566da48cc44eceb719b212 | refs/heads/master | 2020-12-11T05:45:34.531682 | 2015-08-28T04:35:05 | 2015-08-28T04:35:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,811 | java | package com.boohee.food.util;
import android.app.Activity;
import cn.sharesdk.framework.Platform;
import cn.sharesdk.framework.PlatformActionListener;
import cn.sharesdk.framework.PlatformDb;
import cn.sharesdk.sina.weibo.SinaWeibo;
import cn.sharesdk.wechat.friends.Wechat;
import java.util.Date;
import java.util.Hash... | [
"[email protected]"
] | |
84c35363437a5214859b91f695a5a203e5107601 | 2a940a531c6e806407e36f06ef9fcd28ee6a3eaf | /tinkergraph-gremlin/src/main/java/org/apache/tinkerpop/gremlin/tinkergraph/process/traversal/step/map/TinkerCountGlobalStep.java | e0e7b805105bb63f7fcae7c2f124d7a5c1101210 | [
"Apache-2.0",
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | JamesRandall/tinkerpop | c4cf62d57f83f1c73fa6e6a30ca2d3c4a0a544f9 | bdd2130a47d1c1cd23935bbb5e342364b41f7253 | refs/heads/master | 2020-03-07T09:33:12.211276 | 2018-04-04T05:27:46 | 2018-04-04T05:27:46 | 127,410,679 | 3 | 0 | Apache-2.0 | 2018-03-30T09:39:57 | 2018-03-30T09:39:57 | null | UTF-8 | Java | false | false | 2,993 | 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")... | [
"[email protected]"
] | |
e3f441e36b6ec3c5024de86c1f73f5eb657ac53d | 6252c165657baa6aa605337ebc38dd44b3f694e2 | /org.eclipse.epsilon.egl.sync/Scalability-Tests/boiler-To-Generate-1000-Files/boiler-To-Generate-1000-Files/syncregions-1000Files/BoilerActuator35.java | 8c590291340168440eaced040ba0801e93ebe2f4 | [] | no_license | soha500/EglSync | 00fc49bcc73f7f7f7fb7641d0561ca2b9a8ea638 | 55101bc781349bb14fefc178bf3486e2b778aed6 | refs/heads/master | 2021-06-23T02:55:13.464889 | 2020-12-11T19:10:01 | 2020-12-11T19:10:01 | 139,832,721 | 0 | 1 | null | 2019-05-31T11:34:02 | 2018-07-05T10:20:00 | Java | UTF-8 | Java | false | false | 261 | java | package syncregions;
public class BoilerActuator35 {
public int execute(int temperatureDifference35, boolean boilerStatus35) {
//sync _bfpnGUbFEeqXnfGWlV2_35, behaviour
Half Change - return temperature - targetTemperature;
//endSync
}
}
| [
"[email protected]"
] | |
f94ae8a3fd9e187c4f78d416150217d70373d3e3 | b505bc263d08feee1e03ceadc5ef1ba2ee8758ca | /kafka/src/main/java/io/micronaut/configuration/kafka/executor/package-info.java | 9886959b36cf73839c5858bd5b58605763fd021e | [
"Apache-2.0"
] | permissive | pollend/micronaut-kafka | 364432cb4b4512b6d87a47c66bfacbb4aef85ab5 | a1384c097f4d41a7d62c4f2614e047f99e9e369f | refs/heads/master | 2022-05-13T11:27:03.533918 | 2020-01-29T07:25:29 | 2020-01-29T07:25:29 | 237,121,181 | 0 | 0 | Apache-2.0 | 2020-01-30T02:01:32 | 2020-01-30T02:01:32 | null | UTF-8 | Java | false | false | 775 | java | /*
* Copyright 2017-2019 original authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | [
"[email protected]"
] | |
6c0d74eeda0ed934361e71c4088338ec6063ef4e | ecb7e109a62f6a2a130e3320ed1fb580ba4fc2de | /aio-service/src/main/java/com/viettel/passport/CheckExistUser.java | 290a898e49045c2e339f38881697ccdda1de302c | [] | no_license | nisheeth84/prjs_sample | df732bc1eb58bc4fd4da6e76e6d59a2e81f53204 | 3fb10823ca4c0eb3cd92bcd2d5d4abc8d59436d9 | refs/heads/master | 2022-12-25T22:44:14.767803 | 2020-10-07T14:55:52 | 2020-10-07T14:55:52 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,847 | java |
package com.viettel.passport;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for checkExistUser complex type.
*
* <p>The following schema fragment specifies the expected content contained within this ... | [
"[email protected]"
] | |
96cce97b7610b84327ab10fb350d7525158ffbb3 | 1358072379743cb0abdc61d6c4cc9de3afbd3889 | /mobileTravel/src/main/java/com/cmcc/hyapps/andyou/model/CompoundImageEx.java | 39f7e7f0fbe19009de67b312b7993f9cf71c52fb | [] | no_license | gaoruishan/APP_v1.0 | 6263d300c0789546c9def4cdda5c1136933a13e4 | 81d9639b3bcbc7e20192f9df677fb907ebc30a8f | refs/heads/master | 2021-04-12T07:49:14.849539 | 2016-07-22T06:29:38 | 2016-07-22T06:29:38 | 63,929,088 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,572 | java |
package com.cmcc.hyapps.andyou.model;
import android.os.Parcel;
import android.os.Parcelable;
import com.google.gson.annotations.SerializedName;
public class CompoundImageEx extends CompoundImage {
@SerializedName("large_h")
public int largeH;
@SerializedName("large_w")
public int largeW;
@Seri... | [
"[email protected]"
] | |
e69ba22fb8bd25846eb29d2cd82d00d29afb3fa0 | 40665051fadf3fb75e5a8f655362126c1a2a3af6 | /ibinti-bugvm/9a622a22940730131f5757b9bdbb79e87f725d9a/5156/DH.java | d887d64f7efcaf36bfb8833335887c0f3ad906d0 | [] | no_license | fermadeiral/StyleErrors | 6f44379207e8490ba618365c54bdfef554fc4fde | d1a6149d9526eb757cf053bc971dbd92b2bfcdf1 | refs/heads/master | 2020-07-15T12:55:10.564494 | 2019-10-24T02:30:45 | 2019-10-24T02:30:45 | 205,546,543 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,926 | java | package com.android.org.bouncycastle.jcajce.provider.asymmetric;
import com.android.org.bouncycastle.jcajce.provider.config.ConfigurableProvider;
import com.android.org.bouncycastle.jcajce.provider.util.AsymmetricAlgorithmProvider;
public class DH
{
private static final String PREFIX = "com.android.org.bouncycast... | [
"[email protected]"
] | |
f679b05c5964503917841834bf7902ef5898aed7 | b9bfebe568f1afd9b90f83f3067e2aa1f266a8ee | /Basic/Exception/src/zrc/exception/homework/IllegalArgsException.java | 0be086e00504c01217b3c02491d058c1928661cd | [] | no_license | ZrcLeibniz/Java | fa7c737840d33e572e5d8d87951b6ccd609a38af | cfc3119712844dd8856009101575c819874d89f0 | refs/heads/master | 2023-06-21T01:49:48.132730 | 2021-07-23T07:07:42 | 2021-07-23T07:07:42 | 267,491,828 | 0 | 0 | null | 2020-10-13T02:18:30 | 2020-05-28T04:20:10 | Java | UTF-8 | Java | false | false | 212 | java | package zrc.exception.homework;
public class IllegalArgsException extends Exception {
public IllegalArgsException() {
}
public IllegalArgsException(String message) {
super(message);
}
}
| [
"[email protected]"
] | |
3bd5716719ad9a3854c621e0ec0da4acbd7d8cb3 | 9b7dec08a72088c1e8ce518ea28e95810561d1f3 | /lwh-seckill/src/test/java/org/seckill/service/SeckillServiceTest.java | dc262a48a36dd3fdef084e537c915e16eb193570 | [] | no_license | LWHTarena/lwh-example | 6c9b763bca5a5a1557a14778a13a8cde1ffeb53e | e74096b50e49ea37b913b967cd3272ae13cda632 | refs/heads/master | 2022-12-21T09:50:27.766898 | 2021-05-01T08:31:34 | 2021-05-01T08:31:34 | 128,957,310 | 0 | 0 | null | 2022-12-16T15:41:55 | 2018-04-10T15:41:01 | Java | UTF-8 | Java | false | false | 3,218 | java | package org.seckill.service;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.seckill.dto.Exposer;
import org.seckill.dto.SeckillExecution;
import org.seckill.entity.Seckill;
import org.seckill.exception.RepeatKillException;
import org.seckill.exception.SeckillCloseException;
import org.slf4j.Logger;... | [
"[email protected]"
] | |
60ef8d822951c84bed3a86775d41207dc86cd088 | 51b7aa8ca8dedd69039d17959701bec7cd99a4c1 | /annotations/src/main/java/software/amazon/awssdk/annotation/SdkInternalApi.java | 4b23c88f00c4d347513c248545ac19bb357aaaa3 | [
"Apache-2.0"
] | permissive | MatteCarra/aws-sdk-java-v2 | 41d711ced0943fbd6b5a709e50f78b6564b5ed21 | af9fb86db6715b1dbea79028aa353292559d5876 | refs/heads/master | 2021-06-30T05:21:08.988292 | 2017-09-18T15:33:38 | 2017-09-18T15:33:38 | 103,685,332 | 0 | 1 | null | 2017-09-15T17:45:50 | 2017-09-15T17:45:50 | null | UTF-8 | Java | false | false | 1,205 | java | /*
* Copyright 2010-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "lice... | [
"[email protected]"
] | |
efb9e2c68dc328da044177c1b9ea820d2d51f5d6 | eab084584e34ec065cd115139c346180e651c1c2 | /src/main/java/v1/t1000/T1051.java | 1b81e8117bf5f04d1cfa1dece9a2bcc3287b5a6e | [] | no_license | zhouyuan93/leetcode | 5396bd3a01ed0f127553e1e175bb1f725d1c7919 | cc247bc990ad4d5aa802fc7a18a38dd46ed40a7b | refs/heads/master | 2023-05-11T19:11:09.322348 | 2023-05-05T09:12:53 | 2023-05-05T09:12:53 | 197,735,845 | 0 | 0 | null | 2020-04-05T09:17:34 | 2019-07-19T08:38:17 | Java | UTF-8 | Java | false | false | 394 | java | package v1.t1000;
import java.util.Arrays;
public class T1051 {
public int heightChecker(int[] heights) {
int[] sort = Arrays.copyOf(heights, heights.length);
Arrays.sort(sort);
int count = 0;
for (int i = 0; i < heights.length; i++) {
if (heights[i] != sort[i]) {
... | [
"[email protected]"
] | |
d8c5d10be94198fb320f219aa3f23fb77ddd225a | ce7332852b8ed2e787cf7cd0142829f3695d9b1f | /zoomImageLib/src/main/java/com/ycbjie/zoomimagelib/anim/MaskAnimator.java | ecf4795a83e353baba7ffc74a27e1e6c12ed69ca | [
"Apache-2.0"
] | permissive | zktzktzkt/YCZoomImage | f659a5a9dd113c20d01c8f434d0db4c13bdc5bb9 | 1e0d8fbd87c151adf04194cc320011dc96bf031f | refs/heads/master | 2020-06-06T06:55:22.653858 | 2019-04-11T01:56:35 | 2019-04-11T01:56:35 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,198 | java | package com.ycbjie.zoomimagelib.anim;
import android.animation.ValueAnimator;
import android.graphics.RectF;
import com.ycbjie.zoomimagelib.view.ZoomImageView;
/**
* <pre>
* @author yangchong
* blog : https://github.com/yangchong211
* time : 2017/09/12
* desc : mask变换动画
* revise:
* </pr... | [
"[email protected]"
] | |
279a7d7dda9a64d9e20dbefe5b92eac8e2d5d3b2 | c8dc2dba2fb027017af08efbdc40a4ce13cbb11a | /40_Notifymsg_Demo/41_Account_Service/src/main/java/com/lypgod/demo/dtx/notifymsg/account/feign/RechargeFeignClient.java | 8cbf84001198a0b2a7571b4eea2a966aa6aa0b15 | [] | no_license | lypgod/DistributedTransactionDemo | 927101e7111039cce041b42e1888f33ab783f11b | 1d935e92fc651294ed60ab1c7ac16a68a5f792ff | refs/heads/master | 2020-08-01T19:47:20.332418 | 2019-09-27T06:24:15 | 2019-09-27T06:24:15 | 211,096,539 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 698 | java | package com.lypgod.demo.dtx.notifymsg.account.feign;
import com.lypgod.demo.dtx.notifymsg.account.model.entity.Recharge;
import org.springframework.cloud.openfeign.FeignClient;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PathVariable;
/**
* @author lypgod... | [
"[email protected]"
] | |
7f7371870bbdc166e2d31fcb506187fea276fd7e | 6ecba7be3f79f1257d565127b2781d1332e3e0d5 | /app/src/main/java/com/example/myapplication/notiy/badgeview/ui/ListViewActivity.java | d54deeda7f747fc87d795f19ca22baf3a86cd903 | [] | no_license | yufeilong92/FragemntWithActivity | 080cc8a0ac78d63155f4049e1144718dbe8cbb72 | 806dcc74d63da3aa808dbc96799ff1b0e0cd6229 | refs/heads/master | 2023-07-26T06:12:06.057163 | 2021-09-15T11:20:17 | 2021-09-15T11:20:17 | 311,527,114 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,796 | java | package com.example.myapplication.notiy.badgeview.ui;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.ListView;
import android.widget.TextView;
import android.widget.Toast;
import androidx.a... | [
"[email protected]"
] | |
859c513fc1ab26647b68b0d64b09ba53480c51d1 | fd47891ae0fca3b6307758cfc5688fc012f2bae0 | /Session25/src/com/auribises/SetDemo.java | f57772b73e36a02760ec8d0dbe70d205c6a32de8 | [] | no_license | ishantk/AuriJava2018July23 | d6583ed8b836f5b45c848d1d57e4025f7fd8224c | 4b0a1966387a07316dfe944d1f5779af44545e55 | refs/heads/master | 2020-03-24T06:46:27.792992 | 2018-09-07T07:07:01 | 2018-09-07T07:07:01 | 142,541,431 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,517 | java | package com.auribises;
import java.util.ArrayList;
import java.util.HashSet;
import java.util.Iterator;
import java.util.TreeSet;
public class SetDemo {
public static void main(String[] args) {
ArrayList<String> list = new ArrayList<String>();
list.add("John"); //0 index
list.add("Jennie");
list.add("Jim... | [
"[email protected]"
] | |
5b835848f552d80e433da4480f7ad27c613daa97 | 480175305d7cb4c959c0ad81f64bbe695ee36a2d | /src/main/java/congye6/HotelBooking/po/HotelPO.java | c087ba25572440da19f02472f3c62457097b4e06 | [] | no_license | congye6/HotelBooking | 2794fd24f4e5895afea7efb794eb53e5d26cfacb | 9cb440c66c65a1c98db168de1e472813550f4a6d | refs/heads/master | 2021-01-12T06:52:54.874885 | 2017-02-07T09:16:44 | 2017-02-07T09:16:44 | 76,854,733 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,525 | java | package congye6.HotelBooking.po;
public class HotelPO {
/**
*
*/
private int id;
/**
* 酒店名称
*/
private String name;
/**
* 地址
*/
private String address;
/**
* 所属城市
*/
private String city;
/**
* 所属商圈
*/
private String circle;
/**
* 简介
*/
private String introduction;
/**
... | [
"[email protected]"
] | |
5a3da5085cf6e3719451b9b12a6fcfc5eed6700b | 4d0f2d62d1c156d936d028482561585207fb1e49 | /Ma nguon/zcs-8.0.2_GA_5570-src/ZimbraServer/src/java-test/com/zimbra/cs/service/mail/ServiceTestUtil.java | c9d5089fe8d5a5e252052ea37d3621f7bea82e31 | [] | no_license | vuhung/06-email-captinh | e3f0ff2e84f1c2bc6bdd6e4167cd7107ec42c0bd | af828ac73fc8096a3cc096806c8080e54d41251f | refs/heads/master | 2020-07-08T09:09:19.146159 | 2013-05-18T12:57:24 | 2013-05-18T12:57:24 | 32,319,083 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 2,298 | java | /*
* ***** BEGIN LICENSE BLOCK *****
* Zimbra Collaboration Suite Server
* Copyright (C) 2011, 2012 Zimbra, Inc.
*
* The contents of this file are subject to the Zimbra Public License
* Version 1.3 ("License"); you may not use this file except in
* compliance with the License. You may obtain a copy of the Licen... | [
"[email protected]@ec614674-f94a-24a8-de76-55dc00f2b931"
] | [email protected]@ec614674-f94a-24a8-de76-55dc00f2b931 |
0cf7e14ffd77be6c520f2f8f487fd91b25b3fd99 | 821ed0666d39420d2da9362d090d67915d469cc5 | /web/gui/src/main/java/org/onosproject/ui/impl/LinkViewMessageHandler.java | 231d2635636e20c2c097a469ccacf9d22f5a00c7 | [
"Apache-2.0"
] | permissive | LenkayHuang/Onos-PNC-for-PCEP | 03b67dcdd280565169f2543029279750da0c6540 | bd7d201aba89a713f5ba6ffb473aacff85e4d38c | refs/heads/master | 2021-01-01T05:19:31.547809 | 2016-04-12T07:25:13 | 2016-04-12T07:25:13 | 56,041,394 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,020 | java | /*
* Copyright 2015 Open Networking Laboratory
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appl... | [
"[email protected]"
] | |
1def652ebc23dc7e32971d2805b5a33ff29bc7b0 | 2efce0a208bbf13942e9e8205da44ecfc4055e58 | /SalesManagementSys/src/cn/ccsu/service/impl/AdminServiceImpl.java | 62377ec1b534f0e14a1afb67066f58861cf34f10 | [] | no_license | ZanderYan-cloud/MyProject | 8226c7f64469eb98df64b3c5e05c5e96601ad71d | 11a451ae3f7bbe03e7ac710fe7c7eee2d1881fe7 | refs/heads/master | 2021-09-15T11:41:33.401772 | 2018-05-31T12:59:29 | 2018-05-31T12:59:29 | 104,723,868 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 662 | java | package cn.ccsu.service.impl;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import cn.ccsu.mapper.AdminMapper;
import cn.ccsu.service.IAdminService;
/**
* @author Bill
*
*/
@Service
public class AdminServiceImpl implements IAdminService {
public Adm... | [
"[email protected]"
] | |
f8a56f4c4b9ef5d31fbed269678ec80ec79e8ff4 | f63be396d0e0a81fc7e14318cf91bf7b40eebe92 | /collections/src/main/java/com/epam/deltix/util/collections/HCMultiMap.java | f659e1806189897f2ca13e6dac746ab89084d3c0 | [
"Apache-2.0"
] | permissive | joshuaulrich/TimeBaseCommons | 448c1c7ae3ada5b2cc9b703a9d1a757c7d4d4ead | 36bc25216222939aaa3d19852a81983a7bf8062f | refs/heads/main | 2023-06-08T09:45:23.456968 | 2021-06-29T09:21:18 | 2021-06-29T09:21:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,217 | java | /*
* Copyright 2021 EPAM Systems, Inc
*
* See the NOTICE file distributed with this work for additional information
* regarding copyright ownership. 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 Li... | [
"[email protected]"
] | |
3537ef85df1ca9374168d1493bf9d283f6e4f472 | ae5eb1a38b4d22c82dfd67c86db73592094edc4b | /project3/src/main/java/org/gradle/test/performance/largejavamultiproject/project3/p18/Production360.java | 4c37e45315f2af5c6f2e986f85fa70c97551d6ab | [] | 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,203 | java | package org.gradle.test.performance.largejavamultiproject.project3.p18;
import org.gradle.test.performance.largejavamultiproject.project3.p17.Production357;
import org.gradle.test.performance.largejavamultiproject.project3.p17.Production358;
import org.gradle.test.performance.largejavamultiproject.project3.p17.Product... | [
"[email protected]"
] | |
2e0379e11648309e94ce2d81485c6461650930e1 | f3b9a444d2d513c670d216f7c700131410c47f92 | /game_analyze/src/com/gamecenter/alipay/domain/KbAdvertMissionSubject.java | 444da07f5d6ffc7138a0d199589b9636e3b0e350 | [] | no_license | kuainiao/GameAdminWeb | 6a372087380e3c5ad98fc7cf4c8cbf9f01854e5d | f89327374d39c112421606e6a9fe9189b46c1a90 | refs/heads/master | 2020-06-03T22:15:02.944948 | 2017-12-22T06:20:38 | 2017-12-22T06:20:38 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,446 | java | package com.gamecenter.alipay.domain;
import java.util.List;
import com.gamecenter.alipay.AlipayObject;
import com.gamecenter.alipay.internal.mapping.ApiField;
import com.gamecenter.alipay.internal.mapping.ApiListField;
/**
* 分佣任务的标的信息
*
* @author auto create
* @since 1.0, 2017-01-13 11:53:39
*/
public class Kb... | [
"[email protected]"
] | |
1f93f9c7b9be61cced695cfa0d54fef2d2949782 | e51d2ea898e1631cb81c44392a53a3b8644a4c54 | /app/src/main/java/com/iceboy/destinedchat/utils/HttpUtils.java | 6624b96303302fb0c6d55bc865994c2130199c65 | [] | no_license | hncboy/DestinedChat | 449c6ef58b42d98f39e700846458b53a0dba50ae | 6ca6ea0ad41d991e81bf942dcd7c2a6fb9eeb2b4 | refs/heads/master | 2020-03-19T13:27:26.773702 | 2018-06-25T11:55:57 | 2018-06-25T11:55:57 | 136,580,312 | 4 | 0 | null | null | null | null | UTF-8 | Java | false | false | 696 | java | package com.iceboy.destinedchat.utils;
import okhttp3.OkHttpClient;
import okhttp3.Request;
/**
* Created by hncboy on 2018/6/17.
* 处理和服务器的交互
*/
public class HttpUtils {
/**
* 传入请求地址和回调接口
*
* @param address
* @param callback
*/
public static void sendOkHttpRequest(String address, ... | [
"[email protected]"
] | |
1fe21ab8975523752d71cb9ffe76e3bfbce1792d | 0af8b92686a58eb0b64e319b22411432aca7a8f3 | /single-large-project/src/test/java/org/gradle/test/performancenull_93/Testnull_9224.java | 7706da4dd48293f49cef4cb1ff82dbf15cff454c | [] | 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 | 304 | java | package org.gradle.test.performancenull_93;
import static org.junit.Assert.*;
public class Testnull_9224 {
private final Productionnull_9224 production = new Productionnull_9224("value");
@org.junit.Test
public void test() {
assertEquals(production.getProperty(), "value");
}
} | [
"[email protected]"
] | |
98b3a2bf91f4e748d1c52b99fe71fb25c9a4b452 | da1cb92616cc7e876bceb2a5e9593e815d4399b8 | /app/src/com/shushan/thomework101/HttpHelper/service/presenter/GoAcceptPresenter.java | 013b9634703599100cf26579dad1a8b6dd343e1b | [] | no_license | nimingangle520/thomework101 | ad6d6be17c5c1e657bcc6fd00950c43e53d83337 | 508024cec1841c5a8eae75e1f573aa66f1a378c7 | refs/heads/master | 2020-04-05T07:03:55.327309 | 2018-11-10T08:52:32 | 2018-11-10T08:52:32 | 150,107,769 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,939 | java | package com.shushan.thomework101.HttpHelper.service.presenter;
import android.content.Context;
import android.content.Intent;
import com.google.gson.Gson;
import com.shushan.thomework101.HttpHelper.service.entity.orders.GoAccept;
import com.shushan.thomework101.HttpHelper.service.manager.DataManager;
import com.shush... | [
"[email protected]"
] | |
4dbfc3de79f4577f3f3bc057fe6c59c894519a85 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/4/4_1b45501e38aef72eeecef1ae29ca1d95eb4547c5/NominalItem/4_1b45501e38aef72eeecef1ae29ca1d95eb4547c5_NominalItem_s.java | 2fa55a25f60e2175146be2d9c16fd42f19fa57cb | [] | 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,505 | java | /*
* Encog(tm) Core v3.0 - Java Version
* http://www.heatonresearch.com/encog/
* http://code.google.com/p/encog-java/
* Copyright 2008-2011 Heaton Research, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the Licens... | [
"[email protected]"
] | |
95f8adca91c94787eba408414ee9b42ca24508e9 | dc976bb0317da49c8d5a343d7e1ea04cfd57ab08 | /src/com/java/design/mode/factory/pattern/section4/WhiteHuman.java | e4ee6d3d0e571d4e27b8dbd498750fa844ea90f0 | [] | no_license | zyzhangyuan88/Java_mode | e6aced2c6d3ba7fb5f01364429e61fa25de0e8e9 | a23114af24c4a4db72097a09b99d31d5892baed6 | refs/heads/master | 2020-06-14T08:21:03.730447 | 2019-07-03T01:18:18 | 2019-07-03T01:18:18 | 194,957,273 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 480 | java | package com.java.design.mode.factory.pattern.section4;
/**
* @author cbf4Life [email protected]
* I'm glad to share my knowledge with you all.
* 白色人人种
*/
public class WhiteHuman implements Human {
//白色人种的颜色是白色的
public void getColor(){
System.out.println("白色人种的皮肤颜色是白色的!");
}
//白色人种讲话
public void talk() {
... | [
"[email protected]"
] | |
ea504d1ece0cf3a26c802bc38e700dd3f8dc972d | d9fae1f02ed067d39ebea423cacd48bbaedd4ebc | /src/main/java/org/elasticsearch/common/langdetect/LangProfile.java | 3ff3c58066721a1ec63b8eae0c3e53424e1506dd | [
"Apache-2.0"
] | permissive | poom/elasticsearch-langdetect | 476b1d9d5fe025b30f7d23f6a366b315ba4f1a51 | 56959ea861d9ea8f292f25181c452b71ed80f06c | refs/heads/master | 2021-01-15T16:18:05.175808 | 2012-11-23T00:56:29 | 2012-11-23T00:56:29 | 11,333,110 | 0 | 0 | Apache-2.0 | 2023-09-14T18:52:57 | 2013-07-11T05:01:57 | Java | UTF-8 | Java | false | false | 2,904 | java | /*
* Licensed to Elastic Search and Shay Banon under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. Elastic Search licenses this
* file to you under the Apache License, Version 2.0 (the
* "License");... | [
"[email protected]"
] | |
19b36d7f1f5e2b8a509a1db068079a70fab74cca | b3c5ce59df3f6a0a2d639d6f57f91bad71814c1c | /mytracks/MyTracks/src/com/google/android/apps/mytracks/io/backup/PreferenceBackupHelper.java | 4a3cc273860550b617ea2eb80a974026ad4bfa5b | [] | no_license | umranium/LiveMonitor-Mirror | 8d22c6f6b513ff37002c2fcd751718b767c1220f | eda9a1e966431fd19fce60a703694a9599eaf192 | refs/heads/master | 2021-01-20T06:59:44.804410 | 2012-07-03T03:25:15 | 2012-07-03T03:25:15 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,986 | java | /*
* Copyright 2010 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | [
"[email protected]"
] | |
adb356c8e71a0d12c6f4f842a6dc86666484d886 | 2e590ef886718e01d7ec58beff00a28d7aa9a366 | /source-code/java/hibernate/src/gov/nasa/kepler/hibernate/dbservice/KeplerHibernateConfiguration.java | 16a02049fc55579cdc047fd380670ac4fb1c9dc7 | [
"LicenseRef-scancode-warranty-disclaimer"
] | no_license | adam-sweet/kepler-pipeline | 95a6cbc03dd39a8289b090fb85cdfc1eb5011fd9 | f58b21df2c82969d8bd3e26a269bd7f5b9a770e1 | refs/heads/master | 2022-06-07T21:22:33.110291 | 2020-05-06T01:12:08 | 2020-05-06T01:12:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,869 | java | /*
* Copyright 2017 United States Government as represented by the
* Administrator of the National Aeronautics and Space Administration.
* All Rights Reserved.
*
* This file is available under the terms of the NASA Open Source Agreement
* (NOSA). You should have received a copy of this agreement with the
* Kepl... | [
"[email protected]"
] | |
fbede400fb2765f214174dc0f977299b33517af9 | 1061216c2c33c1ed4ffb33e6211565575957e48f | /java-undertow-server/src/main/java/org/openapitools/model/EmojiReactionBaseAllOf.java | a11615a3326709778ce8d95a278d85a3c00f3db3 | [] | no_license | MSurfer20/test2 | be9532f54839e8f58b60a8e4587348c2810ecdb9 | 13b35d72f33302fa532aea189e8f532272f1f799 | refs/heads/main | 2023-07-03T04:19:57.548080 | 2021-08-11T19:16:42 | 2021-08-11T19:16:42 | 393,920,506 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,726 | java | /*
* Zulip REST API
*
* Powerful open source group chat
*
* OpenAPI document version: 1.0.0
*
*
* AUTO-GENERATED FILE, DO NOT MODIFY!
*/
package org.openapitools.model;
import java.util.Objects;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonCreator;
import... | [
"[email protected]"
] | |
df350298c934e1df4ee0f55f8ffc1b2681c3bd49 | 4168b1d8b44ea61cab5144ce2c0968ac7fa08149 | /src/main/java/com/qiangdong/reader/response/user/ListUserPreferTypeResponse.java | a54846fdec34426e0d6879ca83661715c53ddced | [
"Apache-2.0"
] | permissive | Vivian-miao/qiangdongserver | 2a841f0a964c92cbfe73d4eb98f0c2888e542fff | 0c16fec01b369d5491b8239860f291732db38f2e | refs/heads/master | 2023-04-25T07:21:57.354176 | 2021-05-20T04:16:51 | 2021-05-20T04:16:51 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 673 | java | package com.qiangdong.reader.response.user;
import com.qiangdong.reader.dto.UserPreferTypeDto;
import com.qiangdong.reader.entity.Type;
import com.qiangdong.reader.entity.UserPreferType;
import java.util.List;
/**
* @author Fyf
*/
public class ListUserPreferTypeResponse {
List<Type> allType;
List<UserPreferTypeDt... | [
"[email protected]"
] | |
4e58c315b9f223f27b47fb066420f25cfc1d85bc | 66c0968f6783c266c00941a88f977db62b9439a4 | /stylar/src/main/java/com/zeoflow/stylar/codestyle/annotations/Modify.java | 09a15813dce5b21470f4bdb0e78ad0d85146a4c3 | [
"Apache-2.0"
] | permissive | emilovidiubaba/stylar | b6e3998be491d4782dc21abfbbc99b0cba91b0ec | ac05a11b1e872edfd6c8af700eee241facf45e96 | refs/heads/main | 2023-04-05T07:36:11.340790 | 2021-04-21T07:50:32 | 2021-04-21T07:50:32 | 360,414,804 | 0 | 0 | Apache-2.0 | 2021-04-22T06:30:17 | 2021-04-22T06:27:49 | null | UTF-8 | Java | false | false | 325 | java | package com.zeoflow.stylar.codestyle.annotations;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Retention(RetentionPolicy.SOURCE)
@Target(ElementType.TYPE)
public @interface Modify
{
String[] value(... | [
"[email protected]"
] | |
02cc1fc96b9be91d0ae103d68ba0f6f4c30c0efc | 5b8337c39cea735e3817ee6f6e6e4a0115c7487c | /sources/com/wdullaer/materialdatetimepicker/AccessibleLinearLayout.java | 1dcb0877e2cb52fcdda9428bfb507168199b9fa8 | [] | no_license | karthik990/G_Farm_Application | 0a096d334b33800e7d8b4b4c850c45b8b005ccb1 | 53d1cc82199f23517af599f5329aa4289067f4aa | refs/heads/master | 2022-12-05T06:48:10.513509 | 2020-08-10T14:46:48 | 2020-08-10T14:46:48 | 286,496,946 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 945 | java | package com.wdullaer.materialdatetimepicker;
import android.content.Context;
import android.util.AttributeSet;
import android.view.accessibility.AccessibilityEvent;
import android.view.accessibility.AccessibilityNodeInfo;
import android.widget.Button;
import android.widget.LinearLayout;
public class AccessibleLinearL... | [
"[email protected]"
] | |
d5777cbc42a2d0bb1df8c13abfdfdb57d44c3e8c | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/4/4_385d15a3176a7423e1391bf555071d6e1c71e1b5/Device/4_385d15a3176a7423e1391bf555071d6e1c71e1b5_Device_t.java | 6ee88231bc43085dac7dd3cbde722571679994b3 | [] | no_license | zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516692 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | null | UTF-8 | Java | false | false | 4,184 | java | /*
* Copyright 2010 Daniel Kurka
*
* 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 ... | [
"[email protected]"
] | |
221a198d7fbf7cf82ab4641d71321a9cb813fc92 | 4ca1ee4b61510e5c1002f5039ff123ec487c6dd1 | /appng-core/src/main/java/org/appng/core/controller/filter/ResponseWrapper.java | 42b850cf8fed6ed40f5df446c86a9e384d4d2211 | [
"Apache-2.0"
] | permissive | appNG/appng | 014f417f83e30e65a75f503393373b119f285277 | 98a4874cdae6b74986d53ffd3773027523adb914 | refs/heads/appng-1.26.x | 2023-09-01T03:37:15.040991 | 2023-08-29T09:43:16 | 2023-08-29T09:43:16 | 95,534,270 | 39 | 18 | Apache-2.0 | 2023-09-12T21:12:17 | 2017-06-27T08:13:25 | Java | UTF-8 | Java | false | false | 1,863 | java | /*
* Copyright 2011-2023 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | [
"[email protected]"
] | |
cd23a12365128168ab9b2485b6d021dfa73a83a4 | d3a564a8cfb38bd2114b4e8d46807f8986dfd3ac | /app/src/main/java/com/mp3song/playmusic/NowPlayingActivity.java | 694b9016bd2f64fcd572d97f3cda12391f4c4033 | [] | no_license | MeghaPatel2022/Music-Player-2 | 4ab0e6a35a78b77f53ade72a5283aa183dd820a5 | cc77a0ab4ea99224bbf97042fc15fa1b2a7e4190 | refs/heads/master | 2023-08-30T02:40:07.453871 | 2021-10-12T11:48:12 | 2021-10-12T11:48:12 | 416,313,103 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,086 | java | package com.mp3song.playmusic;
import android.content.Intent;
import android.net.Uri;
import android.os.Bundle;
import android.provider.MediaStore;
import android.util.Log;
import androidx.annotation.Nullable;
import androidx.databinding.DataBindingUtil;
import androidx.fragment.app.FragmentTransaction;
import com.m... | [
"[email protected]"
] | |
a7a42cb20535b69c804a1f5d6dc3ef1794f63ce7 | 2869fc39e2e63d994d5dd8876476e473cb8d3986 | /Super_finance/src/java/com/lvmama/finance/settlement/ibatis/dao/OrdSettlementChangeDAO.java | 3ffad42ee42971fd15c6102d42224f5339167d98 | [] | no_license | kavt/feiniu_pet | bec739de7c4e2ee896de50962dbd5fb6f1e28fe9 | 82963e2e87611442d9b338d96e0343f67262f437 | refs/heads/master | 2020-12-25T17:45:16.166052 | 2016-06-13T10:02:42 | 2016-06-13T10:02:42 | 61,026,061 | 0 | 0 | null | 2016-06-13T10:02:01 | 2016-06-13T10:02:01 | null | UTF-8 | Java | false | false | 3,546 | java | package com.lvmama.finance.settlement.ibatis.dao;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.springframework.stereotype.Repository;
import com.lvmama.finance.base.BaseDAO;
import com.lvmama.finance.settlement.ibatis.po.OrdSettlementChange;
import com.lvmama.finance.se... | [
"[email protected]"
] | |
1a4a45b82694582f17bad6a4c3882a7f3278306d | 8ab3b581022a570e89b30de843d4cc5f671609f3 | /src/main/java/com/ebay/soap/eBLBaseComponents/FlatRateInsuranceRangeCodeType.java | b83176f0b6b7aa619e9dc97d2bbb1f6a99d33034 | [] | no_license | lespaul361/eBaySDK1027 | 745198a748e47cf2e9f26719f3a03384e8210901 | 6c5e0de66b89dbfb859bc34376cd7e0616724358 | refs/heads/master | 2021-04-26T23:54:52.208637 | 2018-03-10T07:27:19 | 2018-03-10T07:27:19 | 124,628,809 | 0 | 1 | null | 2018-08-03T00:38:05 | 2018-03-10T06:24:24 | Java | UTF-8 | Java | false | false | 3,523 | java |
package com.ebay.soap.eBLBaseComponents;
import javax.xml.bind.annotation.XmlEnum;
import javax.xml.bind.annotation.XmlEnumValue;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for FlatRateInsuranceRangeCodeType.
*
* <p>The following schema fragment specifies the expected content conta... | [
"[email protected]"
] | |
422507158c2850eabcd14601ae40b2ce85cebbe5 | dcb9611a9658a6783cc9fc5535ca1eebee524365 | /tddl-optimizer/src/test/java/com/taobao/tddl/optimizer/utils/RangeTest.java | 94df192b9eed25d7fa2279cb8b9404ea9013bef3 | [
"Apache-2.0"
] | permissive | liuxinglanyue/tddl | 22a6575d2aee7052e01c6cd893d74d50b7d769cc | bd8a1d606ad02af0252f37e747983d9cc59f83c9 | refs/heads/master | 2021-01-17T14:19:03.036606 | 2014-12-08T06:10:01 | 2014-12-08T06:10:01 | 27,700,588 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,172 | java | package com.taobao.tddl.optimizer.utils;
import java.util.Arrays;
import org.junit.Assert;
import org.junit.Test;
import com.taobao.tddl.optimizer.core.ASTNodeFactory;
import com.taobao.tddl.optimizer.core.expression.IBooleanFilter;
import com.taobao.tddl.optimizer.core.expression.IFilter;
import com.taobao.tddl.opt... | [
"[email protected]"
] | |
7379706b146ad0c1ca783eec4935edf96a33f0fd | 85a4eb42f4b4463d97fa58dce167538289da8106 | /java/tests/com/google/template/soy/internal/util/TopoSortTest.java | 05b8c057eefcb9af0fcf2760cd976a9fcda35a16 | [
"Apache-2.0"
] | permissive | google/closure-templates | d1a8e9b3eed562ae0562e5fd66dd5b7f8f3eb5b0 | e6f96357cddbf5d642012afd322510039880778c | refs/heads/master | 2023-08-31T14:43:42.610217 | 2023-08-30T19:27:02 | 2023-08-30T19:28:11 | 18,845,068 | 641 | 233 | Apache-2.0 | 2023-09-14T20:09:39 | 2014-04-16T15:31:58 | Java | UTF-8 | Java | false | false | 2,427 | java | /*
* Copyright 2021 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | [
"[email protected]"
] | |
41ee1e2a78f286940dc70bffb6e17ccc8183d855 | 43eb759f66530923dfe1c6e191ec4f350c097bd9 | /projects/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/finallocalvariable/InputFinalLocalVariableBreak.java | 30d3d5c4021c7330acc1411da9b2753369e36d22 | [
"MIT",
"Apache-2.0",
"LGPL-2.1-only"
] | permissive | hayasam/lightweight-effectiveness | fe4bd04f8816c6554e35c8c9fc8489c11fc8ce0b | f6ef4c98b8f572a86e42252686995b771e655f80 | refs/heads/master | 2023-08-17T01:51:46.351933 | 2020-09-03T07:38:35 | 2020-09-03T07:38:35 | 298,672,257 | 0 | 0 | MIT | 2023-09-08T15:33:03 | 2020-09-25T20:23:43 | null | UTF-8 | Java | false | false | 1,114 | java | package com.puppycrawl.tools.checkstyle.checks.coding.finallocalvariable;
public class InputFinalLocalVariableBreak {
void foo1() throws Exception {
Exception e; // violation
final int a = (int) Math.random();
final int b = (int) Math.random();
switch (a) {
case 0:
... | [
"[email protected]"
] | |
78bfb21566bb974c43b174100d96479fedfdb319 | 76dbcbd8d527f41f325bb96eeb525818bf1089cd | /app/src/main/java/com/mhandharbeni/e_angkot/model/Profile.java | 984990d667ee75886feaddd8b35f0cbb6ef58b4f | [] | no_license | handharbeni/EAngkot | 0a7586483f8a44b54dfe4acbd0e2d1a567b03673 | 3f07e171d9f3625763c2cc5561364a43016e3dd5 | refs/heads/master | 2021-07-01T21:28:54.530383 | 2020-11-03T04:56:16 | 2020-11-03T04:56:16 | 190,622,340 | 0 | 0 | null | 2020-11-03T04:56:17 | 2019-06-06T17:28:25 | Java | UTF-8 | Java | false | false | 1,529 | java | package com.mhandharbeni.e_angkot.model;
import com.mhandharbeni.e_angkot.utils.Constant;
public class Profile {
public String id;
public String nama;
public String alamat;
public String imageProfile;
public String nomorHp;
public Constant.TypeUser typeUser;
public Profile() {
}
... | [
"[email protected]"
] | |
7abcf4cb3a919c5759bc4f7c78df4ee94407d5ba | 27f5457d47aaf3491f0d64032247adc08efba867 | /vertx-pin/zero-rbac/src/main/modulat/io/vertx/mod/rbac/atom/acl/AclItem.java | 5e78dd1733d862bfdc8b51520b455b3182558a10 | [
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | silentbalanceyh/vertx-zero | e73d22f4213263933683e4ebe87982ba68803878 | 1ede4c3596f491d5251eefaaaedc56947ef784cd | refs/heads/master | 2023-06-11T23:10:29.241769 | 2023-06-08T16:15:33 | 2023-06-08T16:15:33 | 108,104,586 | 348 | 71 | Apache-2.0 | 2020-04-10T02:15:18 | 2017-10-24T09:21:56 | HTML | UTF-8 | Java | false | false | 733 | java | package io.vertx.mod.rbac.atom.acl;
import io.vertx.core.json.JsonObject;
/**
* @author <a href="http://www.origin-x.cn">Lang</a>
*/
public class AclItem extends AbstractAcl {
private final boolean access;
public AclItem(final String field, final boolean view, final boolean access) {
super(field, v... | [
"[email protected]"
] | |
d23c574342bd93b0e4e9a07af82839f08ecc7a57 | 2c6e2ba03eb71ca45fe690ff6e4586f6e2fa0f17 | /material/apks/banco/sources/ar/com/santander/rio/mbanking/services/soap/beans/GetProximasCuotasResponseBean.java | b84abd3ce6b4c4a29721de2a09d1fb96b3466420 | [] | no_license | lcrcastor/curso-mobile-2019 | 3088a196139b3e980ed6e09797a0bbf5efb6440b | 7585fccb6437a17c841772c1d9fb0701d6c68042 | refs/heads/master | 2023-04-06T21:46:32.333236 | 2020-10-30T19:47:54 | 2020-10-30T19:47:54 | 308,680,747 | 0 | 1 | null | 2023-03-26T06:57:57 | 2020-10-30T16:08:31 | Java | UTF-8 | Java | false | false | 1,981 | java | package ar.com.santander.rio.mbanking.services.soap.beans;
import ar.com.santander.rio.mbanking.services.soap.beans.body.GetProximasCuotasBodyResponseBean;
import ar.com.santander.rio.mbanking.services.soap.beans.header.HeaderBean;
import ar.com.santander.rio.mbanking.services.soap.beans.header.PrivateHeaderBean;
impo... | [
"[email protected]"
] | |
48dccf17ff39bba8ce80011e95ffabcefb981fc6 | 896cca57024190fc3fbb62f2bd0188fff24b24c8 | /2.7.x/choicemaker-cm/choicemaker-common/com.choicemaker.cm.core/src/main/java/com/choicemaker/cm/core/util/EquivalenceClassBuilder.java | 34a44dc00b0baf7f7320e85e030144cbe556a3bc | [] | no_license | fgregg/cm | 0d4f50f92fde2a0bed465f2bec8eb7f2fad8362c | c0ab489285938f14cdf0a6ed64bbda9ac4d04532 | refs/heads/master | 2021-01-10T11:27:00.663407 | 2015-08-11T19:35:00 | 2015-08-11T19:35:00 | 55,807,163 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 4,439 | java | /*
* Copyright (c) 2001, 2009 ChoiceMaker Technologies, Inc. and others.
* 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... | [
"[email protected]"
] | |
b9b223a4125cfdcbd0e29ce206734ad0e5a960d4 | a911f926261b82ec8a2ade2d0af1a973280ceab6 | /qipai_dalianmeng/src/main/java/com/anbang/qipai/dalianmeng/msg/sink/GuandanResultSink.java | cd58e700219060acde8b3bf4ad3cf9e6893a20b8 | [] | no_license | 791837060/qipai_huainanmajiang | 31325550c9db1fcb139c6f5a89d84f7deac0e3a2 | b4f17b26484bbe2840a0852156117faee9996bbb | refs/heads/master | 2023-06-26T22:31:40.822705 | 2021-07-30T07:20:49 | 2021-07-30T07:20:49 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 301 | java | package com.anbang.qipai.dalianmeng.msg.sink;
import org.springframework.cloud.stream.annotation.Input;
import org.springframework.messaging.SubscribableChannel;
public interface GuandanResultSink {
String GUANDANRESULT = "guandanResult";
@Input
SubscribableChannel guandanResult();
}
| [
"[email protected]"
] | |
b64f0ea456194470a94fe2cc5e9fd9167f8a8740 | 392402e5a3b31cb6d1c4d0a806bc7e6cd8789545 | /src/com/jack/algorithm/problem/easy/LeetCode0977.java | 8be46203dc26e4fdd5bc61fb480e9555cdfa0be7 | [] | no_license | 1139195320/leetcode-study | b1ccec1edf493176c04c918fe47945cc90a42a05 | fef300bd46befe5110aac24dfa68ad1c1b0c9a4e | refs/heads/master | 2023-01-01T14:09:53.961160 | 2020-10-28T02:33:10 | 2020-10-28T02:33:10 | 296,997,235 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 355 | java | package com.jack.algorithm.problem.easy;
import java.util.Arrays;
/**
* @author jack
*/
public class LeetCode0977 {
public int[] sortedSquares(int[] arr) {
int[] tmp = new int[arr.length];
for (int i = 0; i < arr.length; i++) {
tmp[i] = arr[i] * arr[i];
}
Arrays.sort... | [
"[email protected]"
] | |
e991e248964c4221628b5675a23069696c2f4876 | 9cdcc9e5437f7c2b9fdbe5135016ce63e6f5c688 | /src/main/java/dr/web/basis/service/impl/BasisUser_recommendServiceImpl.java | bfaf5102b1dd30c35faa1853782e3d69a55e33b2 | [] | no_license | DreamInception/pc1.0 | a0307cf5e2355a63ba8de562952e3902aacfc80c | 1a1db34762a4d3f70d45d47c09f92e7c5fb98af3 | refs/heads/master | 2021-01-13T07:38:20.166292 | 2016-10-20T14:54:12 | 2016-10-20T14:54:12 | 71,473,454 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 751 | java | package dr.web.basis.service.impl;
import java.util.Map;
import org.springframework.stereotype.Service;
import dr.web.basis.service.BasisUser_recommendService;
import dr.web.common.base.InterfaceServiceImpl;
/**
*
* @包名 :dr.web.basis.service.impl
* @文件名 :BasisUser_recommendServiceImpl.java
* @系统名称 : 上海景源金服PC端
... | [
"[email protected]"
] | |
c5638ad48a3d6811c84a71e277f2daaaf67d0e25 | 22b9db3683838b2a167e164bbf0e1516fc28352a | /src/com/xl/util/FileUtils.java | d9997dcffff25ccbed9cb32d4dc7812b0f9dc0cb | [
"MIT"
] | permissive | 929355193/XmlToCode | 6d3b8b79b68abce9e3745c9fd1896887be069169 | b2b9cb17e2cf964dcd58ed34ca794494e2ef0696 | refs/heads/master | 2023-07-28T00:19:34.684154 | 2021-09-08T09:02:02 | 2021-09-08T09:02:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,253 | java | package com.xl.util;
import java.io.*;
import java.util.*;
public class FileUtils
{
/*
* 列出目录下所有文件
*/
public static Collection<File> listFiles(File file,String[] miniType,boolean ischeck)
{
ArrayList<File> filelist = new ArrayList();
File[] files = file.listFiles();
if(files==null){
retur... | [
"[email protected]"
] | |
98c158c02c51622a02f6f52c1ee3676890e3b3a3 | 12f5bd6e4f1a921808de177361ca595e1d209e58 | /kotuc3d/src/kotuc/LocationLoader.java | 20b5d25a552329f243d393829427ff8fd55b89b3 | [] | no_license | kotucz/kotucz-playground | 6c52c04ccc2a624252ee3b0fa5679b4b1c4ca6ca | b4767e4f7e60d100b68898e391fdc44481530306 | refs/heads/master | 2016-09-05T12:38:54.655888 | 2013-02-17T22:55:46 | 2013-02-17T22:55:46 | 33,043,299 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,342 | java | import java.applet.Applet;
import java.awt.BorderLayout;
import java.awt.Frame;
import java.awt.event.*;
import java.awt.GraphicsConfiguration;
import com.sun.j3d.utils.applet.MainFrame;
import com.sun.j3d.utils.universe.*;
import com.sun.j3d.utils.geometry.*;
import javax.media.j3d.*;
import javax.vecmath.*;... | [
"[email protected]@ef30e6ac-8c31-e848-2268-f4fed5c5a1f9"
] | [email protected]@ef30e6ac-8c31-e848-2268-f4fed5c5a1f9 |
ef8d2c525aecacd57b5f50c32d259e64d6ddb470 | ccf82688f082e26cba5fc397c76c77cc007ab2e8 | /Mage.Sets/src/mage/cards/c/ConfidenceFromStrength.java | 082fd8d3cbb5f97f7408c278ddaecde6ea152d98 | [
"MIT"
] | permissive | magefree/mage | 3261a89320f586d698dd03ca759a7562829f247f | 5dba61244c738f4a184af0d256046312ce21d911 | refs/heads/master | 2023-09-03T15:55:36.650410 | 2023-09-03T03:53:12 | 2023-09-03T03:53:12 | 4,158,448 | 1,803 | 1,133 | MIT | 2023-09-14T20:18:55 | 2012-04-27T13:18:34 | Java | UTF-8 | Java | false | false | 1,449 | java | package mage.cards.c;
import java.util.UUID;
import mage.abilities.effects.Effect;
import mage.abilities.effects.common.continuous.BoostTargetEffect;
import mage.abilities.effects.common.continuous.GainAbilityTargetEffect;
import mage.abilities.keyword.TrampleAbility;
import mage.cards.CardImpl;
import mage.cards.Card... | [
"[email protected]"
] | |
145346af6ace2745958d609fd4a6dbbf4671c6c2 | 8ab1f2c58181a8103236c71506a8d88924ed094a | /Java/工具类整理/短信发送/PhoneMessage/src/main/java/com/anssy/venturebar/invest/entity/ProjectInfoEntity.java | be416119e9b57323531b7d1002d465082a83230c | [] | no_license | LuJiangLin/Open_Source | a7353ac0382904b8b7666dcebf2ac81f40020e43 | 86783db1cdeb17e96fc8f72e07cd722518a8114b | refs/heads/master | 2020-03-18T19:14:42.804472 | 2018-04-24T03:59:07 | 2018-04-24T03:59:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,858 | java | /**
* 湖北安式软件有限公司
* Hubei Anssy Software Co., Ltd.
* FILENAME : ProjectInfoEntity.java
* PACKAGE : com.anssy.venturebar.invest.entity
* CREATE DATE : 2016-8-10
* AUTHOR : make it
* MODIFIED BY :
* DESCRIPTION :
*/
package com.anssy.venturebar.invest.entity;
import com.anssy.webcore.core.e... | [
"[email protected]"
] | |
31632ee2d646e1ffb5cd8b16752b16c541026604 | eda1361ef1e7da596f03d4eed8f4981672a1678a | /backstage-framework-model/src/main/java/com/bowen/framework/domain/media/response/MediaCode.java | 7ed3592fe0aa620ede0592a8f227fbba53ec4c88 | [] | no_license | BoWen98/GraduationProject-Backstage | 7b13e0933d426a40819e7cbd7de3602f1b82ecb8 | 5929ad0d3c7be665a61951b8a18101670c31f87a | refs/heads/master | 2022-07-18T02:05:27.032073 | 2019-10-30T06:09:28 | 2019-10-30T06:09:28 | 216,445,211 | 0 | 0 | null | 2022-06-25T07:29:57 | 2019-10-21T00:13:39 | Java | UTF-8 | Java | false | false | 1,826 | java | package com.bowen.framework.domain.media.response;
import com.google.common.collect.ImmutableMap;
import com.bowen.framework.model.response.ResultCode;
import io.swagger.annotations.ApiModelProperty;
import lombok.ToString;
@ToString
public enum MediaCode implements ResultCode {
UPLOAD_FILE_REGISTER_FAIL(false,... | [
"[email protected]"
] | |
60814fbef73a4a9e1a24141bc7359301d0615ab9 | be73270af6be0a811bca4f1710dc6a038e4a8fd2 | /crash-reproduction-moho/results/XWIKI-13942-2-1-NSGA_II-LineCoverage:ExceptionType:StackTraceSimilarity/org/xwiki/model/internal/reference/AbstractEntityReferenceResolver_ESTest_scaffolding.java | fe0037272f3b1da20159e7fd2eec75f3f4fab44f | [] | no_license | STAMP-project/Botsing-multi-objectivization-using-helper-objectives-application | cf118b23ecb87a8bf59643e42f7556b521d1f754 | 3bb39683f9c343b8ec94890a00b8f260d158dfe3 | refs/heads/master | 2022-07-29T14:44:00.774547 | 2020-08-10T15:14:49 | 2020-08-10T15:14:49 | 285,804,495 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,555 | java | /**
* Scaffolding file used to store all the setups needed to run
* tests automatically generated by EvoSuite
* Sun Apr 05 13:44:29 UTC 2020
*/
package org.xwiki.model.internal.reference;
import org.evosuite.runtime.annotation.EvoSuiteClassExclude;
import org.junit.BeforeClass;
import org.junit.Before;
import or... | [
"[email protected]"
] | |
56d92b81c50daf4845e46edba8f326281a00d7a9 | 0f47906fcfb938c1d9f32403f25aa511bcc952a5 | /common/rebelkeithy/mods/atum/blocks/BlockArrowTrap.java | bd696cec32032063e185b7ca9aabd45fa5d54611 | [] | no_license | MomoMccloud16201/Atum | 02f3b42f2ee43a24c1a2fc18eff3249b0a145539 | f348357a62766a583d7a34ed8000c3c53d44b15f | refs/heads/master | 2021-01-16T19:16:47.873806 | 2013-06-09T03:33:54 | 2013-06-09T03:33:54 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,987 | java | package rebelkeithy.mods.atum.blocks;
import java.util.Random;
import net.minecraft.block.Block;
import net.minecraft.block.BlockContainer;
import net.minecraft.block.BlockPistonBase;
import net.minecraft.block.material.Material;
import net.minecraft.client.renderer.texture.IconRegister;
import net.minecraft.creative... | [
"[email protected]"
] | |
22aca5b8ea8f5c01504b839c9025f204095634ba | de3eb812d5d91cbc5b81e852fc32e25e8dcca05f | /tags/2.1.0-r1374/CruxWidgets/src/br/com/sysmap/crux/widgets/client/timer/Timer.java | 8a2cafac102e4654da4e6af5555432c68b370ab6 | [] | no_license | svn2github/crux-framework | 7dd52a951587d4635112987301c88db23325c427 | 58bcb4821752b405a209cfc21fb83e3bf528727b | refs/heads/master | 2016-09-06T13:33:41.975737 | 2015-01-22T08:03:25 | 2015-01-22T08:03:25 | 13,135,398 | 0 | 0 | null | null | null | null | ISO-8859-2 | Java | false | false | 5,961 | java | /*
* Copyright 2009 Sysmap Solutions Software e Consultoria Ltda.
*
* 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
*
* Unles... | [
"[email protected]@a5d2bbaa-053c-11de-b17c-0f1ef23b492c"
] | [email protected]@a5d2bbaa-053c-11de-b17c-0f1ef23b492c |
7bc5db5db798c6c0f87c2e98f76270c280a376aa | 918fb777eda9957cc6deeadb938ea11c735f62bd | /main/src/com/spacegame/common/Norm.java | e9a2938fb715e446da4079499e324ff5c6af2f2e | [
"Apache-2.0"
] | permissive | SlyFoxStudios/SpaceGame | 3d1050d418b628e9838b30c1dca556908c7e66cb | 25943aa4c18416cd2aa2a7886888d43addcec57c | refs/heads/master | 2021-01-21T09:28:36.121370 | 2016-04-27T04:48:02 | 2016-04-27T04:48:02 | 45,594,198 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 336 | java | package com.spacegame.common;
import java.lang.annotation.Documented;
/**
* When used for annotating methods, indicates that the returned float value is an angle and is normalized (-180 < a && a <= 180)
* When used for annotating params, indicates that the param angle must be normalized
*/
@Documented
public @inte... | [
"[email protected]"
] | |
fd46ca691301ebdcffd8c1691719db6cf4dfc6a0 | 1615efdc51a763c603fca35650af3641bff9dc60 | /app/src/main/java/streetdirectory/mobile/core/GantTools.java | c8598b38b620035661ae0d94bfcc29822f21de17 | [] | no_license | Leoxinghai/SingaporeStreetMap | 233c8abaa1e09df0fb8c389ef342a44af3d46d4b | 3be3a8d29e86ee279aa301c8ac5bbdef0a730b55 | refs/heads/master | 2021-01-19T06:46:55.927835 | 2016-07-01T13:32:22 | 2016-07-01T13:32:22 | 62,395,314 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,042 | java |
package streetdirectory.mobile.core;
import android.content.Context;
import com.google.android.gms.analytics.GoogleAnalytics;
import com.google.android.gms.analytics.Tracker;
public class GantTools
{
public GantTools()
{
}
public static void dispatch()
{
}
public st... | [
"[email protected]"
] | |
8b3f790faaa27e442dfd14d82b12109678279a52 | ae652ef9816665ffa9e5991452f29f50311425b0 | /hell-ml/src/main/java/ps/hell/ml/rs/librec/baseline/ItemAverage.java | 9f6f532c864245551b3e43eec8cafe1383f1dc21 | [] | no_license | qqgirllianxin/hell | 97620a7657d48136113a789d97178bff9427875f | 20080083b9efd160348471552b2cfb8661871db3 | refs/heads/master | 2021-01-13T14:13:09.394986 | 2016-09-30T12:26:26 | 2016-09-30T12:26:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,527 | java | // Copyright (C) 2014 Guibing Guo
//
// This file is part of LibRec.
//
// LibRec 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.
//... | [
"[email protected]"
] | |
ddf0891a42b024ca5bd8c671d82ee43e090b8ef6 | 28c95ff3e059e896d2f10caf25b3353c7ac50109 | /characteristic/u2a73/src/test/java/org/im97mori/ble/characteristic/u2a73/ApparentWindDirectionTest.java | 7c7ed99cf4047c348b944e79ea2d9d13f8717134 | [
"MIT"
] | permissive | im97mori-github/JavaBLEUtil | 7c8fd4bf0b640c87a874a07aa8873815ba1beb09 | 335b7a76869abf89ad1397aaf7544c1ca5b92526 | refs/heads/master | 2023-08-30T21:04:34.786942 | 2023-08-25T12:00:07 | 2023-08-26T23:07:11 | 242,078,480 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,378 | java | package org.im97mori.ble.characteristic.u2a73;
import static org.junit.Assert.assertArrayEquals;
import static org.junit.Assert.assertEquals;
import org.im97mori.ble.test.TestBase;
import org.junit.Test;
@SuppressWarnings({ "unused" })
public class ApparentWindDirectionTest extends TestBase {
//@formatter:off
... | [
"[email protected]"
] | |
bbc17b8358a02d3e735ca6fcdd26379362eb7469 | 5a155f8741c46f168b0ce1eac90f6d1d673fdf07 | /PreviousProjects/java/ssm/Mybatis_Two/src/com/dao/UserDao.java | 8f00ede6adf48f099953162642e10e193970a663 | [] | no_license | gitjinyubao/MyProject | 10b308948597ef726af858260b8622814ddd5b25 | ed71b23f82ff272f6c90f0513f0e94a9accd0849 | refs/heads/master | 2021-09-04T01:28:08.560749 | 2018-01-14T02:40:15 | 2018-01-14T02:40:15 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 170 | java | package com.dao;
import java.util.List;
import com.entity.User;
public interface UserDao {
public User findUser(int id);
public void deleteUser(User user);
}
| [
"[email protected]"
] | |
299413f1d96b3f710c61e7f15cf913df81b3f0ea | bbb79cb1f203b20ba447829532a2726fdcb4c7d4 | /work/teacher/src/dynamic/FinalStudMain.java | 598caf9a791db9d098760c498727910de8af4398 | [] | no_license | shouvoo/bitAcademy | d9a2f53551fba9e0f4356ff49e4d5427220c4b1d | 370b2a46f5f049fd1c9bccf5646374051c13ae58 | refs/heads/master | 2021-08-23T19:56:54.834420 | 2017-12-06T08:36:22 | 2017-12-06T08:36:22 | 111,503,706 | 0 | 0 | null | null | null | null | UHC | Java | false | false | 1,958 | java | package dynamic;
import java.util.Arrays;
class FinalStud{
private String name;
private int [] jum;
public FinalStud(String name, int kor, int eng, int mat) {
this.name = name;
jum = new int[] {kor, eng, mat};
}
public int getJum(int i) {
return jum[i];
}
public String getName() {
return name;
... | [
"[email protected]"
] | |
85a3a7a97c929a10b83145732ab5b9abc64bbaee | 6c9d53706affbd7880bd15a99a8f11bc5c19b129 | /小灰的算法/code/AlgorithmAndDataStructrue_xiaohui/src/main/java/cn/yellowgg/sencondchapter/Circularqueue.java | ff7f67e9453738a1e11cba7aeefe4bddcc857188 | [] | no_license | jash-git/Jash-good-idea-20200224-001 | 98403f0b09f68629bae8ed8a6f30f4ec73c36ca1 | 5c4242234c0027473b4b953819f635352edd18fb | refs/heads/master | 2021-01-14T15:42:01.455779 | 2020-02-27T05:53:24 | 2020-02-27T05:53:24 | 242,666,667 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,393 | java | package cn.yellowgg.sencondchapter;
/**
* @Author:黄广
* @Description: 循环队列
* 公式:(队尾下标+1)%数组长度=队头下标
* @Date: Created in 19-5-15 下午5:08
*/
public class Circularqueue {
private int[] array;
//队头
private int front;
//队尾
private int tail;
/**
* @param capacity 容量大小
*/
public Circ... | [
"[email protected]"
] | |
d0e6502a31ce03c37cbee5b1470678894fa4bea6 | f035ec7774d63d40027fa99bcd7e7bd76e8ed304 | /android/WhyFi/app/src/main/java/com/example/zzt/whyfi/model/db/Msg.java | 35bc23e73f59996b1236c467e2e0d85a03d28aba | [] | no_license | Ravikumar1997/Daily-pracitce | b669c9df2de66a4a93dbdddaaa534bb0bb3daf34 | 3931bb75b8ae83a28043e136a7331215d566d95e | refs/heads/master | 2020-06-01T01:44:01.478225 | 2019-03-30T07:29:07 | 2019-03-30T07:29:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 625 | java | package com.example.zzt.whyfi.model.db;
/**
* Created by zzt on 6/26/16.
* <p/>
* Usage:
*/
public class Msg {
private String did;
private String content;
private String time;
private boolean self;
public String getDid() {
return did;
}
public void setDid(String did) {
... | [
"[email protected]"
] | |
a21c68dd926b2228a2dbcfbf1e0782cf136267a6 | 49d713097713ed8b191d3ec4d374c0d089996943 | /CasViewerEclipsePlugin/uimaj-ep-casviewer-core/src/main/java/org/apache/uima/casviewer/ui/internal/annotations/FeatureStructureViewerFilter.java | 8423f5ea26a7438d8487b2225b5d1373a134a313 | [
"Apache-2.0"
] | permissive | kidaak/uima-sandbox | 695a4a1ff2806f6c97ebf7c2f5bb678b00a6ee08 | f9946d882cbf0a03d230f557f753aaa86d8ec70f | refs/heads/trunk | 2021-01-22T01:33:47.034241 | 2014-10-27T19:13:52 | 2014-10-27T19:13:52 | 47,804,927 | 0 | 0 | null | 2015-12-11T04:22:23 | 2015-12-11T04:22:22 | null | UTF-8 | Java | false | false | 1,108 | java | package org.apache.uima.casviewer.ui.internal.annotations;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
import org.apache.uima.casviewer.core.internal.UFeatureStructure;
import org.eclipse.jface.viewers.Viewer;
import org.eclipse.jface.viewers.ViewerFilter;
public class FeatureStructureView... | [
"[email protected]"
] | |
e70f2b6ef819a2463f6486f069edaf995836ebbc | 0e4a7d38a8ec2fc11db9f95aebd270406db2f1d8 | /lotr/common/inventory/LOTRContainerHiredWarriorInventory.java | fe605efaa842c05df56e59a157e87c9dae9331ec | [] | no_license | KyberJeffHason/FA-help | fe07812a24b3295e8ca21ab2cbe948dd54e650fe | 0f0775a429fa1751fe699d8a7072f92e83dca101 | refs/heads/main | 2022-07-29T20:25:24.836228 | 2021-04-28T19:53:52 | 2021-04-28T19:53:52 | 356,083,269 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,235 | java | package lotr.common.inventory;
import lotr.common.entity.npc.*;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.entity.player.InventoryPlayer;
import net.minecraft.inventory.*;
import net.minecraft.item.ItemStack;
public class LOTRContainerHiredWarriorInventory extends Container {
private LO... | [
"[email protected]"
] | |
78ffff1fc799b506c6ef9575e2d5d497bb4e8e45 | 032e927c6b0de9ad0e225e59fc31bca9607bd566 | /src/core/languageHandler/sourceGenerator/PythonSourceGenerator.java | d1777c4f8842028eed677fd79ac1cac7d1f63c70 | [
"MIT"
] | permissive | hptruong93/Repeat | 8f18ad639d31a2fb9a215ed34b59cf19770026fd | b1306e13e529e7317a57faf36b86e113cb893cdf | refs/heads/master | 2020-04-06T03:33:27.866444 | 2016-09-10T23:18:12 | 2016-09-10T23:18:12 | 31,721,512 | 14 | 2 | null | 2016-09-10T23:18:13 | 2015-03-05T15:46:15 | Java | UTF-8 | Java | false | false | 2,225 | java | package core.languageHandler.sourceGenerator;
import java.util.logging.Logger;
import staticResources.BootStrapResources;
import utilities.Function;
import core.languageHandler.Language;
import core.scheduler.SchedulingData;
public class PythonSourceGenerator extends AbstractSourceGenerator {
private static final ... | [
"[email protected]"
] | |
b0106d0d987bedcd47fc560d0495dfa73a52b899 | ab93497aad6018484cf8e31ad08c0910435761f5 | /src/workbench/db/postgres/PostgresRangeTypeReader.java | 8e9a108c7c49b9fc630cf110ca717d77d7d3a054 | [] | no_license | anieruddha/sqlworkbench | 33ca0289d4bb5e613853f74e9a96e5dc3900c717 | 058a44b0de0194732f68c52cc0815a9b27ec57e3 | refs/heads/master | 2020-08-05T21:05:16.706354 | 2019-10-06T01:32:18 | 2019-10-06T01:32:18 | 212,709,628 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 7,934 | java | /*
* This file is part of SQL Workbench/J, https://www.sql-workbench.eu
*
* Copyright 2002-2019, Thomas Kellerer
*
* Licensed under a modified Apache License, Version 2.0
* that restricts the use for certain governments.
* You may not use this file except in compliance with the License.
* You may obtain a copy ... | [
"[email protected]"
] | |
bf83ab147a13acf37fb41d635076dcb3f6c59de5 | f7a25da32609d722b7ac9220bf4694aa0476f7b2 | /net/minecraft/client/renderer/entity/WolfRenderer.java | 7efb060cf07c204af3065f9721bf1af8e3692038 | [] | no_license | basaigh/temp | 89e673227e951a7c282c50cce72236bdce4870dd | 1c3091333f4edb2be6d986faaa026826b05008ab | refs/heads/master | 2023-05-04T22:27:28.259481 | 2021-05-31T17:15:09 | 2021-05-31T17:15:09 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,051 | java | package net.minecraft.client.renderer.entity;
import net.minecraft.world.entity.Entity;
import net.minecraft.world.entity.LivingEntity;
import net.minecraft.world.entity.Mob;
import com.mojang.blaze3d.platform.GlStateManager;
import net.minecraft.client.renderer.entity.layers.RenderLayer;
import net.minecraft.client.r... | [
"[email protected]"
] | |
e57ca005a279cc7ab404c73b80e2cd3f759b5047 | 69a4f2d51ebeea36c4d8192e25cfb5f3f77bef5e | /methods/Method_6712.java | a9af53903adcc4bea188207844f48ae26cbe9e90 | [] | 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 | 138 | java | public long getPollId(){
if (type != TYPE_POLL) {
return 0;
}
return ((TLRPC.TL_messageMediaPoll)messageOwner.media).poll.id;
}
| [
"[email protected]"
] | |
c24a86e4a86b1952c06265c5fc0960311a57458a | cfe94f2dcaa3af340a3a4611f6da317665134a36 | /src1/values/Inter.java | f7647efe686fa46f4ff8c287ff683d61e46cc729 | [] | no_license | harsh68/Java-OCA8-Programmer-1-Exam-Preparation-Practices-Java-Codes | 5dd7276cb0a61e7c5416b53a5237e5ae70470db2 | d78c5a580e4f5ab824d97fd61ac992947633de0b | refs/heads/master | 2023-08-01T01:26:22.985533 | 2021-09-27T13:40:34 | 2021-09-27T13:40:34 | 309,591,244 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 550 | java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package values;
import static java.lang.Integer.*;
/**
*
* @author Harsh
*/
interface In
{
void huge();
}
class New implements I... | [
"[email protected]"
] | |
992465c3776fcb692cfff733ee1032e74b215601 | b4598ea125b18590a4b25ec401f76eff4e8a351c | /orchestration/slow-service/src/main/java/rsb/orchestration/GreetingResponse.java | 8b3112fef7c700fabb854110339c47248c40a1eb | [
"Apache-2.0"
] | permissive | Lee-Scott/spring-cloud-gateway-redux | 481ff87ed1e39b2973dec55f32ba148b11d1bff2 | c2d45cbf424f55355d9f77910031d846777f4bd9 | refs/heads/main | 2023-03-17T18:29:18.426858 | 2021-02-16T05:21:35 | 2021-02-16T05:21:35 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 215 | java | package rsb.orchestration;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
@Data
@AllArgsConstructor
@NoArgsConstructor
class GreetingResponse {
private String message;
}
| [
"[email protected]"
] | |
c92d86c3ab7a1126c5d7b07b94250b86382ff6ab | ad62fc83b3122f9aa5b8ec2bd84983f006871c72 | /java-and-concurrency/advanced/src/main/java/com/javabyexamples/java/concurrency/buildingblocks/synchronizers/latch/WaitForStartAndFinish.java | 21dd217d541c42abd174d76b39cad619017c25a0 | [] | no_license | ilanuk/javabyexamples | d9b65a8ebdae8116f1801dc5262992d792a10b13 | d252a4701e3d8c3f009b9a6dcbddca6e0a1733e8 | refs/heads/master | 2022-09-18T07:12:21.583811 | 2020-05-29T13:30:32 | 2020-05-29T13:30:32 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,435 | java | package com.javabyexamples.java.concurrency.buildingblocks.synchronizers.latch;
import java.util.concurrent.CountDownLatch;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
/**
* A synchronization aid that allows one or more threads to wait until a set of operations being pe... | [
"[email protected]"
] | |
755bce2fd0ab04fefec6080e9c795c78774e41cd | c173d6b845106465006b7d21190bd50524fe91f3 | /app/src/main/java/com/example/admin/gyl/login/SplashActivity.java | 7400373d02219ec620179800445e059509190a71 | [] | no_license | wangfeng0805/gylandroid | ef25405d68c97c571c0a19a5ddf6e3ae4552a70b | e46c93978578a4f64321fe09643f1d427a6af5ab | refs/heads/master | 2020-03-31T16:03:51.102322 | 2018-03-23T07:26:47 | 2018-03-23T07:26:47 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,320 | java | package com.example.admin.gyl.login;
import android.content.Intent;
import android.os.Bundle;
import android.os.Handler;
import android.os.Message;
import android.util.DisplayMetrics;
import android.view.Display;
import android.view.View;
import android.view.WindowManager;
import android.widget.ImageView;
import com.... | [
"[email protected]"
] | |
53aa65994de0d7dfb552162176c32db1d849b4b0 | 168a79723a06dbfcef923b46cb31978cee9e1106 | /OpenCV-for-Java/opencv2.4.13/ch07/Ch07_5_1FillConvexPoly.java | edcc9e238c9128306af0908434ddad8f8bbdb13e | [] | no_license | jash-git/OpenCV-for-Java_code | 69a505fd6bc3c77bbc3b82f80e9e33de18c1e041 | c3536aa286a0e1433ff13962612cffb06d1bb994 | refs/heads/master | 2020-12-02T14:00:57.215225 | 2019-12-31T05:18:05 | 2019-12-31T05:18:05 | 231,030,154 | 2 | 0 | null | null | null | null | WINDOWS-1252 | Java | false | false | 3,080 | java | package ch07;
import java.awt.EventQueue;
import javax.swing.ImageIcon;
import javax.swing.JFrame;
import javax.swing.JLabel;
import java.awt.image.BufferedImage;
import java.util.ArrayList;
import java.util.List;
import org.opencv.core.Core;
import org.opencv.core.CvType;
import org.opencv.core.Mat;
import org.opencv... | [
"[email protected]"
] | |
cdff42d2b2b4615abaa6c83e2171852deb2dc97e | 0e06e096a9f95ab094b8078ea2cd310759af008b | /classes92-dex2jar/rx/internal/util/unsafe/SpscArrayQueueL3Pad.java | 1c8106eea05efaa9f077d840d16a7fe48f15f84c | [] | no_license | Manifold0/adcom_decompile | 4bc2907a057c73703cf141dc0749ed4c014ebe55 | fce3d59b59480abe91f90ba05b0df4eaadd849f7 | refs/heads/master | 2020-05-21T02:01:59.787840 | 2019-05-10T00:36:27 | 2019-05-10T00:36:27 | 185,856,424 | 1 | 2 | null | 2019-05-10T00:36:28 | 2019-05-09T19:04:28 | Java | UTF-8 | Java | false | false | 442 | java | //
// Decompiled by Procyon v0.5.34
//
package rx.internal.util.unsafe;
abstract class SpscArrayQueueL3Pad<E> extends SpscArrayQueueConsumerField<E>
{
long p30;
long p31;
long p32;
long p33;
long p34;
long p35;
long p36;
long p37;
long p40;
long p41;
long p42;
long p4... | [
"[email protected]"
] | |
9ac060552f5d43ada9be7d0b66bcb8a22d157efb | 942779fca64c9851db51929d472e89dacf22ba4c | /integration-tests/src/test/java/org/jboss/fuse/mvnd/it/UpgradesInBomNativeIT.java | 73ebb0e08b797f2693c3f10a79768b8dc11d88d2 | [
"Apache-2.0"
] | permissive | ybroeker/mvnd | c57f41970c49e7d021ee9ee37df3d15578372734 | 46c10858599a2e1ba14533ee60ef3c9fe6e8cc95 | refs/heads/master | 2022-12-23T00:04:29.278601 | 2020-10-01T08:23:55 | 2020-10-01T08:23:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,413 | java | /*
* Copyright 2019 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... | [
"[email protected]"
] | |
c0c0caa1b5d4a84872e5758cf3e1b9724d8682ca | 12b14b30fcaf3da3f6e9dc3cb3e717346a35870a | /examples/commons-math3/mutations/mutants-UniformRealDistribution/47/org/apache/commons/math3/distribution/UniformRealDistribution.java | de7e17aa4ead7e7f235d6a42d21f78e7863e717f | [
"BSD-3-Clause",
"Minpack",
"Apache-2.0"
] | permissive | SmartTests/smartTest | b1de326998857e715dcd5075ee322482e4b34fb6 | b30e8ec7d571e83e9f38cd003476a6842c06ef39 | refs/heads/main | 2023-01-03T01:27:05.262904 | 2020-10-27T20:24:48 | 2020-10-27T20:24:48 | 305,502,060 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,377 | java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | [
"[email protected]"
] | |
dd830e038ec922097ebe94b54ff1089c0c71f34b | 7c20e36b535f41f86b2e21367d687ea33d0cb329 | /Capricornus/src/com/gopawpaw/erp/hibernate/r/RndMstr.java | 058b7bfd3331d5b3331512023e6a81acd5d3a1f0 | [] | no_license | fazoolmail89/gopawpaw | 50c95b924039fa4da8f309e2a6b2ebe063d48159 | b23ccffce768a3d58d7d71833f30b85186a50cc5 | refs/heads/master | 2016-09-08T02:00:37.052781 | 2014-05-14T11:46:18 | 2014-05-14T11:46:18 | 35,091,153 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 865 | java | package com.gopawpaw.erp.hibernate.r;
/**
* RndMstr entity. @author MyEclipse Persistence Tools
*/
public class RndMstr extends AbstractRndMstr implements java.io.Serializable {
// Constructors
/** default constructor */
public RndMstr() {
}
/** minimal constructor */
public RndMstr(RndMstrId id, Double oid... | [
"ahuaness@b3021582-c689-11de-ba9a-9db95b2bc6c5"
] | ahuaness@b3021582-c689-11de-ba9a-9db95b2bc6c5 |
79bc64717da085bd461ddf9fac3921dbdf70df25 | fe76639ad603c9007cc86985aab5d932c364948f | /src/main/java/com/mxs/mxsserver/protocol/request/coffee/PayStatusAskCartRequest.java | 79b1a5475878b6acd14e3ae996b836aa2797defb | [] | no_license | liukun321/MxsServer | a90ddc189592c90db800ee708e8b2d776a5bbbf5 | 3e7490b4957243faa17bcaae6f375903c9d2ee9d | refs/heads/master | 2020-03-15T04:23:40.743454 | 2018-06-02T09:06:07 | 2018-06-02T09:06:07 | 131,964,005 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 829 | java | package com.mxs.mxsserver.protocol.request.coffee;
import com.mxs.mxsserver.protocol.ServiceID;
import com.mxs.mxsserver.protocol.enums.ICoffeeService;
import com.mxs.mxsserver.protocol.pack.PackIndex;
import com.mxs.mxsserver.protocol.pack.Unpack;
import com.mxs.mxsserver.protocol.request.Request;
import com.mxs.mxss... | [
"[email protected]"
] | |
f89ed54c0d4fafce99c41cfaf58903b1e386b675 | 129f58086770fc74c171e9c1edfd63b4257210f3 | /src/testcases/CWE36_Absolute_Path_Traversal/CWE36_Absolute_Path_Traversal__database_53c.java | 12b03f964c22fcb6c0d8d5b1e82767198148d993 | [] | 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,187 | java | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE36_Absolute_Path_Traversal__database_53c.java
Label Definition File: CWE36_Absolute_Path_Traversal.label.xml
Template File: sources-sink-53c.tmpl.java
*/
/*
* @description
* CWE: 36 Absolute Path Traversal
* BadSource: database Read data from a database
* GoodSource:... | [
"[email protected]"
] | |
16536118b049e9d15b4916d185ed6f735052c92b | 495283a9782e20f7ca336c303bf9355e98a9fa14 | /wsn-sdn/jaxws/org/oasis_open/docs/wsn/t_1/QueryExpressionType.java | f48f3d441673b9a2f51ec539b2f092f1ec1e41c3 | [] | no_license | lingboling1991/SDN-based-PubSub-System | ea2a935f4c416e951177552979f8ba2e987f8c3e | ac582632c3c26b4ec14c7817c73c0fea2f53acce | refs/heads/master | 2021-01-21T07:53:26.607374 | 2016-05-24T13:19:18 | 2016-05-24T13:19:18 | 42,028,245 | 0 | 0 | null | 2015-09-07T02:58:22 | 2015-09-07T02:58:22 | null | UTF-8 | Java | false | false | 2,250 | java | package org.oasis_open.docs.wsn.t_1;
import org.w3c.dom.Element;
import java.util.ArrayList;
import java.util.List;
/**
* <p>Java class for QueryExpressionType complex type.
* <p/>
* <p>The following schema fragment specifies the expected content contained within this class.
* <p/>
* <pre>
* <... | [
"[email protected]"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.