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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
bdce2c50cd69162ca189541f0b0188344b9fa9d7 | b45b20babd689bab8b9215d7dace248e41f97828 | /src/br/com/patterns/flyweight/Mi.java | d90b5a60630d8f163e2106b669d6de42f0f78eef | [] | no_license | ironbats/design-patterns | d7e2fa95577f7b6464dfdb1ae2346b314be9ccd2 | 3c721d7d9eeabb25b405c001294cdf88409568c2 | refs/heads/master | 2023-07-11T10:34:16.191872 | 2021-08-18T01:32:23 | 2021-08-18T01:32:23 | 255,257,537 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 144 | java | package br.com.patterns.flyweight;
public class Mi implements Notas {
@Override
public String simbolos() {
return "E";
}
}
| [
"felipe.rodrigues@keyrus.com.br"
] | felipe.rodrigues@keyrus.com.br |
1ad13aee4d555ca562b60c377cb13f0fbb26758c | 19b25a7f35235b8771c42b56303c65372534d259 | /app/src/main/java/com/pouyaheydari/training/android/basic/bootcamp00/aladhan/Month__1.java | 73482877129f25f414b9e76464bbfef49a4b9a48 | [] | no_license | SirLordPouya/AndroidBootCamp00 | d9a7d97dcad07fd603973be1bfd3a12dcd016c0b | b36f24b5d650e377a9181ad5050ed44bdb71f995 | refs/heads/master | 2023-04-05T13:14:39.866046 | 2021-04-01T08:29:37 | 2021-04-01T08:29:37 | 352,924,328 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 586 | java |
package com.pouyaheydari.training.android.basic.bootcamp00.aladhan;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
public class Month__1 {
@SerializedName("number")
@Expose
private Integer number;
@SerializedName("en")
@Expose
private String en;... | [
"pouyaheydary@gmail.com"
] | pouyaheydary@gmail.com |
1bc4fdbbb1ecb14697a649394541e5db9951ae04 | 0e2b13921154804df4957d5b918631c7183d44f6 | /src/main/java/com/thebloez/myapp/repository/UserRepository.java | 61eefd560e89edf95f37e77042b7beba5959bf1d | [] | no_license | thebloez/jhipster-sample-application | 43a70cd5e991abaec60cc6b4e5048b90478be2f2 | fb91997009537eac5c229d50814b81f510fe5bc7 | refs/heads/master | 2022-12-25T11:02:31.800138 | 2020-02-25T07:44:08 | 2020-02-25T07:44:08 | 242,938,921 | 0 | 0 | null | 2022-12-16T05:13:09 | 2020-02-25T07:38:02 | Java | UTF-8 | Java | false | false | 1,324 | java | package com.thebloez.myapp.repository;
import com.thebloez.myapp.domain.User;
import org.springframework.data.domain.Page;
import org.springframework.data.domain.Pageable;
import org.springframework.data.jpa.repository.EntityGraph;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframew... | [
"jhipster-bot@jhipster.tech"
] | jhipster-bot@jhipster.tech |
0e1dbcd76760e8aa00c70622b7c2d7d7e9341a1e | c4c962a2308a141ddce55c1b0f4a1b40fcebfb86 | /security-verification-spring-boot-starter/src/main/java/com/github/shawven/security/verification/config/CaptchaConfiguration.java | 5b0742d50f9e02151a47b1cd6a4043dbdd5c7aa2 | [
"Apache-2.0"
] | permissive | valley51/security | 8531747f84f47d614a391e1e4a84676d203b7e39 | cb07498cb2b56dc48bc60480616f5fb4dcf8228d | refs/heads/master | 2023-03-05T09:28:13.958401 | 2021-02-19T01:18:05 | 2021-02-19T01:18:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 975 | java | package com.github.shawven.security.verification.config;
/**
* 图片验证码配置项
*/
public class CaptchaConfiguration extends VerificationConfiguration{
/**
* 验证码长度
*/
private int length = 6;
/**
* 过期时间
*/
private int expireIn = 60;
/**
* 图片宽
*/
private int width = 67;... | [
"441653192@qq.com"
] | 441653192@qq.com |
9a87924a2dbabd189f10204bc8ce00325d882f92 | 934bc7bdeb8bbcffa8a152820d82a94bf7cd7e71 | /src/com/xxs/definedweek/action/shop/GoodsAction.java | da773a9b735bb3b6766f3515c908921f88f15983 | [] | no_license | xxs/test | 774286d382bc46592c9d6e78404533841ba3bd3d | f9c3860086efb0bcb5a48da02286a7a26397efe8 | refs/heads/master | 2021-01-16T21:16:23.215244 | 2013-06-04T04:00:11 | 2013-06-04T04:00:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,701 | java | package com.xxs.definedweek.action.shop;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.annotation.Resource;
import com.xxs.definedweek.bean.Pager.Order;
import com.xxs.definedweek.entity.Brand;
import com.xxs.definedweek.entity.GoodsAttribute;
import com.xxs.definedwe... | [
"xiaoshi332@163.com"
] | xiaoshi332@163.com |
c9fc948da8fa78b437d6152d21defd1380ce9ae7 | 3c49f0766779f1c4b5865b0a70f82ab790d9866a | /01trunk/xwoa/src/main/java/com/centit/sys/security/DaoFilterSecurityInterceptor.java | 836dad7cf2515b1e4a7747ecbc045a214b3cce10 | [] | no_license | laoqianlaile/xwoa | bfa9e64ca01e9333efbc5602b41c1816f1fa746e | fe8a618ff9c0ddfcb8b51bc9d6786e2658b62fa1 | refs/heads/master | 2022-01-09T23:27:17.273124 | 2019-05-21T08:35:34 | 2019-05-21T08:35:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,774 | java | package com.centit.sys.security;
import java.io.IOException;
import javax.servlet.Filter;
import javax.servlet.FilterChain;
import javax.servlet.FilterConfig;
import javax.servlet.ServletException;
import javax.servlet.ServletRequest;
import javax.servlet.ServletResponse;
import org.springframework.security.access.S... | [
"1820244007@qq.com"
] | 1820244007@qq.com |
f7bb296b180c368d2c2017ee14bb22ffc46cec68 | 8f70fe0e87e308fe3dc8cfe9a515a315ed131d18 | /src/test/java/com/sugarcrm/test/emails/Emails_19077.java | 4b5ed663b078ad292df76bc420281ab9471f0d59 | [] | no_license | mustaeenbasit/LKW-Walter_Automation | 76fd02c34c766bc34a5c300e3f5943664c70d67b | a97f4feca8e51c21f3cef1949573a8e4909e7143 | refs/heads/master | 2020-04-09T17:54:32.252374 | 2018-12-05T09:49:29 | 2018-12-05T09:49:29 | 160,495,697 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,457 | java | package com.sugarcrm.test.emails;
import org.junit.Ignore;
import org.junit.Test;
import com.sugarcrm.candybean.datasource.FieldSet;
import com.sugarcrm.sugar.VoodooControl;
import com.sugarcrm.sugar.VoodooUtils;
import com.sugarcrm.test.SugarTest;
public class Emails_19077 extends SugarTest {
FieldSet customData;
... | [
"mustaeen.basit@ROLUSTECH.NET"
] | mustaeen.basit@ROLUSTECH.NET |
a2ac70380711a03fa66d7bc542c1d758b9321093 | 36a80ecec12da8bf43980768a920c28842d2763b | /src/main/java/com/tools20022/repository/msg/DatePeriodDetails1.java | 0064e3095bb72cc3d97c84708da9c3c6f03e0d28 | [] | no_license | bukodi/test02 | e9045f6f88d44a5833b1cf32b15a3d7b9a64aa83 | 30990a093e1239b4244c2a64191b6fe1eacf3b00 | refs/heads/master | 2021-05-08T03:22:32.792980 | 2017-10-24T23:00:52 | 2017-10-24T23:00:52 | 108,186,993 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,336 | java | package com.tools20022.repository.msg;
import com.tools20022.metamodel.MMMessageAttribute;
import com.tools20022.metamodel.MMMessageComponent;
import com.tools20022.repository.datatype.ISODate;
import com.tools20022.repository.entity.DateTimePeriod;
import java.util.Arrays;
import java.util.concurrent.atomic.AtomicRef... | [
"bukodi@gmail.com"
] | bukodi@gmail.com |
cf8cee3af3b92f60bdcc2a4aa42bf071a0207fa4 | 6e47715760eec5e49af7aa631a8aa879913b4520 | /app/src/cn/dressbook/ui/adapter/LbtVpAdapter.java | 147df99fddee021fd598c92210b2b964490bcea3 | [] | no_license | yuandonghua/DressBook | 65db02eb77a7e2fc9a56a2c700ad7ed89e5fbf42 | f2870142e3bdcab003fc48ef90d84619d3991174 | refs/heads/master | 2021-01-17T18:21:18.076691 | 2016-09-19T14:21:32 | 2016-09-19T14:21:32 | 68,613,330 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,193 | java | package cn.dressbook.ui.adapter;
import java.util.List;
import org.xutils.x;
import org.xutils.common.Callback.CommonCallback;
import org.xutils.common.util.LogUtil;
import org.xutils.image.ImageOptions;
import cn.dressbook.app.ManagerUtils;
import cn.dressbook.ui.LoginActivity;
import cn.dressbook.ui.ShangPinXiangQ... | [
"1348474384@qq.com"
] | 1348474384@qq.com |
fd0cbc2ab3f2cc340f86b84a7ab8e5fd8f1bd0b3 | 1cc037b19a154941fd1fdc7d9d1c02702794b975 | /core-customize/custom/spar/sparcore/src/com/spar/hcl/core/jalo/ElectronicsColorVariantProduct.java | 3283127fe1aabd10485a797ab711e00caf8464b9 | [] | no_license | demo-solution/solution | b557dea73d613ec8bb722e2d9a63a338f0b9cf8d | e342fd77084703d43122a17d7184803ea72ae5c2 | refs/heads/master | 2022-07-16T05:41:35.541144 | 2020-05-19T14:51:59 | 2020-05-19T14:51:59 | 259,383,771 | 0 | 0 | null | 2020-05-19T14:54:38 | 2020-04-27T16:07:54 | Java | UTF-8 | Java | false | false | 1,306 | java | /*
* [y] hybris Platform
*
* Copyright (c) 2000-2015 hybris AG
* All rights reserved.
*
* This software is the confidential and proprietary information of hybris
* ("Confidential Information"). You shall not disclose such Confidential
* Information and shall use it only in accordance with the terms of the
* li... | [
"ruchi_g@hcl.com"
] | ruchi_g@hcl.com |
f248c2515c9405533185c4a6794a42e47d6d15f1 | b280a34244a58fddd7e76bddb13bc25c83215010 | /scmv6/center-task1/src/main/java/com/smate/sie/center/task/pdwh/task/PublicationBriefGenerateTask.java | b0bf855aaa6541e68b0743090cf37e941d68f6a4 | [] | no_license | hzr958/myProjects | 910d7b7473c33ef2754d79e67ced0245e987f522 | d2e8f61b7b99a92ffe19209fcda3c2db37315422 | refs/heads/master | 2022-12-24T16:43:21.527071 | 2019-08-16T01:46:18 | 2019-08-16T01:46:18 | 202,512,072 | 2 | 3 | null | 2022-12-16T05:31:05 | 2019-08-15T09:21:04 | Java | UTF-8 | Java | false | false | 2,284 | java | package com.smate.sie.center.task.pdwh.task;
import java.util.Locale;
import java.util.Map;
import org.apache.commons.lang.LocaleUtils;
import com.smate.core.base.utils.constant.PubXmlConstants;
import com.smate.sie.center.task.pdwh.brief.IBriefDriver;
import com.smate.sie.core.base.utils.pub.BriefFormatter;
/** @a... | [
"zhiranhe@irissz.com"
] | zhiranhe@irissz.com |
692ff6e85ae7ebc449ae4057df42333918d090b8 | c172a08411eba60e810ee1ac8632f0176c2981c7 | /src/main/java/aula20190521/aep2_1/AppClient.java | a7fa79ae0adf4d8c01ca3f47c876531cad586939 | [] | no_license | aczavads/4esoft2019-progr-III | c7ea75b510601033bf7b39375d61f29a423336c6 | 2eb137d29c61f9e4895d36997da86136ca18bdda | refs/heads/master | 2020-04-24T00:48:51.067341 | 2019-11-06T00:32:22 | 2019-11-06T00:32:22 | 171,576,920 | 5 | 2 | null | null | null | null | UTF-8 | Java | false | false | 1,470 | java | package aula20190521.aep2_1;
import java.io.PrintWriter;
import java.net.Socket;
import java.util.Scanner;
public class AppClient {
public static void main(String[] args) {
AppClient client = new AppClient();
try {
client.executar();
} catch (Exception e) {
e.printStackTrace();
}
}
... | [
"aczavads@gmail.com"
] | aczavads@gmail.com |
b428e610703dd20ba7bbbc1a41db76399a34b9b0 | 65a09e9f4450c6133e6de337dbba373a5510160f | /crmNaifg/src/main/java/co/simasoft/models/TrdSeries.java | 17ece3b6a333c5afffbb6d323f2943a1c570e326 | [] | no_license | nelsonjava/simasoft | c0136cdf0c208a5e8d01ab72080330e4a15b1261 | be83eb8ef67758be82bbd811b672572eff1910ee | refs/heads/master | 2021-01-23T15:21:01.981277 | 2017-04-27T12:46:16 | 2017-04-27T12:46:16 | 27,980,384 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,718 | java | package co.simasoft.models;
import java.io.Serializable;
import java.util.Set;
import java.util.HashSet;
import java.util.Date;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.Version;
import javax.persistence.GenerationType;
import javax.persistence.GeneratedValue;
import javax... | [
"nelsonjava@gmail.com"
] | nelsonjava@gmail.com |
36bb34f2cf186ce12e5bb8f880182a8a88f20859 | 626e31b49309cc5f3b5121b2181c58547cb9d134 | /app/src/main/java/org/stepic/droid/core/LocalProgressImpl.java | 9f50eb0523f56df5e3f8800bc6c76893b2f4c457 | [
"Apache-2.0"
] | permissive | lubandi/stepik-android | 4be9d7e3ddb2e6a12536dcbd6d214cbbaecb91de | f79fedb0f28f78a5fbf0f76f94de7ae962567b55 | refs/heads/master | 2021-01-22T02:48:56.360439 | 2017-02-03T20:04:53 | 2017-02-03T20:04:53 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,439 | java | package org.stepic.droid.core;
import com.squareup.otto.Bus;
import org.stepic.droid.concurrency.IMainHandler;
import org.stepic.droid.events.UpdateSectionProgressEvent;
import org.stepic.droid.events.units.UnitProgressUpdateEvent;
import org.stepic.droid.events.units.UnitScoreUpdateEvent;
import org.stepic.droid.mod... | [
"kir-maka@yandex.ru"
] | kir-maka@yandex.ru |
1aa3fd1b758bbf1b01b729b2651bf6353e08609c | 0af8b92686a58eb0b64e319b22411432aca7a8f3 | /api-vs-impl-small/core/src/main/java/org/gradle/testcore/performancenull_11/Productionnull_1070.java | 885864158324abf1d1dfe5cd366a039f16701130 | [] | no_license | gradle/performance-comparisons | b0d38db37c326e0ce271abebdb3c91769b860799 | e53dc7182fafcf9fedf07920cbbea8b40ee4eef4 | refs/heads/master | 2023-08-14T19:24:39.164276 | 2022-11-24T05:18:33 | 2022-11-24T05:18:33 | 80,121,268 | 17 | 15 | null | 2022-09-30T08:04:35 | 2017-01-26T14:25:33 | null | UTF-8 | Java | false | false | 589 | java | package org.gradle.testcore.performancenull_11;
public class Productionnull_1070 {
private final String property;
public Productionnull_1070(String param) {
this.property = param;
}
public String getProperty() {
return property;
}
private String prop0;
public String getP... | [
"cedric.champeau@gmail.com"
] | cedric.champeau@gmail.com |
28612ac24ea54acd15fc64982da69c3ea303ddef | 4b954dbad1d42681157eee475d6cd1fa57628e1d | /module4/bai_13_i18n/bai_tap/customer_manager_international/src/main/java/com/customer/CustomerManagerInternationalApplication.java | 039de410b658abc4f86f4043a63ae9f2f5eed36e | [] | no_license | hongson2410/C1020G1-PhamHongSon | c5466a068154f7cfcfb6a2c0c2f47bd90ff9f7ab | ae10660a5de6d9c3018a64f238dd34897f6ad2c2 | refs/heads/main | 2023-04-11T10:55:26.730907 | 2021-04-18T10:20:00 | 2021-04-18T10:20:00 | 307,275,086 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 361 | java | package com.customer;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class CustomerManagerInternationalApplication {
public static void main(String[] args) {
SpringApplication.run(CustomerManagerInterna... | [
"phamhongson2410@gmail.com"
] | phamhongson2410@gmail.com |
446c14a66a3751db7e911127d5c6abb921c6ed25 | 8c75f13cb8919ca8fe48bad550cbc732057830a8 | /hep/hepstorefront/web/addonsrc/chinesepspwechatpaymentaddon/de/hybris/platform/chinesepspwechatpay/controllers/ChinesepspwechatpaymentaddonControllerConstants.java | e2ab91277eaada8131f2fa945cdc14096f72bdc6 | [] | no_license | glj381413362/Hybris-6- | 1510378648741fb3cae3d74dc5c774aafa2b9144 | 5e4b99e6361a5c0f64e317d4ea471a8633678a9c | refs/heads/master | 2021-01-19T20:53:54.051426 | 2017-04-18T03:19:11 | 2017-04-18T03:19:11 | 88,573,491 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 584 | java | /*
* [y] hybris Platform
*
* Copyright (c) 2017 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... | [
"381413362@qq.com"
] | 381413362@qq.com |
6d680ac75ad1c4a4135cd0b4c8b5481a4eeb1abb | 447520f40e82a060368a0802a391697bc00be96f | /apks/malware/app50/source/com/shoufu/lib/ah.java | 10aac13bc6f49e36dbedfc30f124a8165c1e6200 | [
"Apache-2.0"
] | permissive | iantal/AndroidPermissions | 7f3343a9c29d82dbcd4ecd98b3a50ddf8d179465 | d623b732734243590b5f004d167e542e2e2ae249 | refs/heads/master | 2023-07-19T01:29:26.689186 | 2019-09-30T19:01:42 | 2019-09-30T19:01:42 | 107,239,248 | 0 | 0 | Apache-2.0 | 2023-07-16T07:41:38 | 2017-10-17T08:22:57 | null | UTF-8 | Java | false | false | 7,251 | java | package com.shoufu.lib;
import android.content.Context;
import android.telephony.TelephonyManager;
import java.lang.reflect.Field;
import java.lang.reflect.Method;
public class ah
{
private String a = null;
private String b = null;
private String c = null;
private int d = 0;
private String e = null;
priva... | [
"antal.micky@yahoo.com"
] | antal.micky@yahoo.com |
0b08e54cc8ed9461654957c6156a0fc9ff8c6903 | f4fd782488b9cf6d99d4375d5718aead62b63c69 | /com/planet_ink/coffee_mud/Items/Basic/Spring.java | edf555458405e93899f68165017ba409621277a9 | [
"Apache-2.0"
] | permissive | sfunk1x/CoffeeMud | 89a8ca1267ecb0c2ca48280e3b3930ee1484c93e | 0ac2a21c16dfe3e1637627cb6373d34615afe109 | refs/heads/master | 2021-01-18T11:20:53.213200 | 2015-09-17T19:16:30 | 2015-09-17T19:16:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,113 | java | package com.planet_ink.coffee_mud.Items.Basic;
import com.planet_ink.coffee_mud.core.interfaces.*;
import com.planet_ink.coffee_mud.core.*;
import com.planet_ink.coffee_mud.core.collections.*;
import com.planet_ink.coffee_mud.Abilities.interfaces.*;
import com.planet_ink.coffee_mud.Areas.interfaces.*;
import com.... | [
"bo@zimmers.net"
] | bo@zimmers.net |
3ccb723c943f0dc5dfbbb3751507b15b6a61a007 | a1826c2ed9c12cfc395fb1a14c1a2e1f097155cb | /domain-20180208/src/main/java/com/aliyun/domain20180208/models/ReserveIntlDomainRequest.java | 55fd164800775ef11cb603256486167f65bd567f | [
"Apache-2.0"
] | permissive | aliyun/alibabacloud-java-sdk | 83a6036a33c7278bca6f1bafccb0180940d58b0b | 008923f156adf2e4f4785a0419f60640273854ec | refs/heads/master | 2023-09-01T04:10:33.640756 | 2023-09-01T02:40:45 | 2023-09-01T02:40:45 | 288,968,318 | 40 | 45 | null | 2023-06-13T02:47:13 | 2020-08-20T09:51:08 | Java | UTF-8 | Java | false | false | 673 | java | // This file is auto-generated, don't edit it. Thanks.
package com.aliyun.domain20180208.models;
import com.aliyun.tea.*;
public class ReserveIntlDomainRequest extends TeaModel {
@NameInMap("DomainName")
public String domainName;
public static ReserveIntlDomainRequest build(java.util.Map<String, ?> map) ... | [
"sdk-team@alibabacloud.com"
] | sdk-team@alibabacloud.com |
41270697c9fa7213e6881253d3697a94a65fac25 | 33de98aeb1bb63dedff40bd707e1ed917048ec06 | /spring-webflux/src/test/java/org/springframework/web/reactive/result/method/annotation/ContextPathIntegrationTests.java | 0f891cbb36a3e0191c17bef640cd63934b9b7293 | [
"Apache-2.0"
] | permissive | Wan123ab/spring-framework-master | 519fcc32ca7f72e91774729d15e9eb7f818af893 | 7866ed116e29b131eb3f7414d6c6c3258c0aedd0 | refs/heads/master | 2021-06-26T02:08:35.117922 | 2020-12-07T08:01:14 | 2020-12-07T08:01:14 | 185,965,422 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,186 | java | /*
* Copyright 2002-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
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | [
"853280347@qq.com"
] | 853280347@qq.com |
1d33df2f5d37c19025369a12e171ecdb37c99080 | acd9b11687fd0b5d536823daf4183a596d4502b2 | /java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/AnalyzerVariant.java | 4a4d42524c8bd93a0c6ca9daf8e675402534f77d | [
"Apache-2.0"
] | permissive | szabosteve/elasticsearch-java | 75be71df80a4e010abe334a5288b53fa4a2d6d5e | 79a1249ae77be2ce9ebd5075c1719f3c8be49013 | refs/heads/main | 2023-08-24T15:36:51.047105 | 2021-10-01T14:23:34 | 2021-10-01T14:23:34 | 399,091,850 | 0 | 0 | Apache-2.0 | 2021-08-23T12:15:19 | 2021-08-23T12:15:19 | null | UTF-8 | Java | false | false | 1,323 | java | /*
* Licensed to Elasticsearch B.V. under one or more contributor
* license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright
* ownership. Elasticsearch B.V. licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not u... | [
"sylvain@elastic.co"
] | sylvain@elastic.co |
db5a85878d4852107466415ca396ec4b18f59711 | 921b73fb6a0964210b9f513b9aa08b4d1c2cf7d7 | /src/main/java/TercerParcialClase/Bridge/basic/ImplementadorB.java | b04bb8940050fa7e91e974840722d83bd99e3eee | [] | no_license | X4TKC/PatronesDeDiseno | d781ff5b4c7459f01dfe484cdc18e7a9ec89d75b | 0ccbadc36ae5355707193766cec3e71dac5830b3 | refs/heads/master | 2020-08-10T03:14:55.449201 | 2019-11-15T12:26:14 | 2019-11-15T12:26:14 | 214,243,199 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 322 | java | package TercerParcialClase.Bridge.basic;
public class ImplementadorB implements Implementor {
@Override
public void operationA() {
System.out.println("Implementador B : Operation A");
}
@Override
public void operationB() {
System.out.println("Implementador B : Operation B");
}... | [
"tovilaskevin@gmail.com"
] | tovilaskevin@gmail.com |
1530ffa3c0fc3de5b5140171969cafef425d77bd | f8f7bcbfbf566bf950f284199774b17e73905d24 | /src/main/java/geeksforgeeks/overlappingintervals/Main.java | 0052cdb882be73a655dcc8ac75f46c6b21774ab1 | [] | no_license | mageddo/algorithms | a78b060285173b198c11466de7ae4cb0787f7ccf | 9ef2c0f04814b161c2fcaf47db70cec9d3201a73 | refs/heads/master | 2021-07-23T19:52:11.725547 | 2021-07-14T22:37:09 | 2021-07-14T22:37:09 | 73,210,122 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,769 | java | package geeksforgeeks.overlappingintervals;
import java.util.*;
/**
* http://practice.geeksforgeeks.org/problems/overlapping-intervals/0
*
* @author elvis
* @version $Revision: $<br/>
* $Id: $
* @since 9/15/17 7:25 PM
*/
public class Main {
public static void main(String[] args) {
final Scanner scanner = ... | [
"edigitalb@gmail.com"
] | edigitalb@gmail.com |
6adb77ee407ecedef4f65ad7e7c284fd4ca2defe | 95f6e2e941b3b189bc056ea32ca1d1833802b521 | /play-services-core/src/main/java/org/microg/gms/gcm/SendReceiver.java | f49f53e26d8acfbc5dd14c8c6dbd0ee756f5c220 | [
"Apache-2.0"
] | permissive | NoGooLag/android_packages_apps_GmsCore | fbf3d2c045a834cb1e8d43572df27436d9b51ec0 | ccf130b2ef08498ad98182d82aadde7260ee7e63 | refs/heads/master | 2021-08-29T07:18:41.977188 | 2020-03-14T16:35:14 | 2020-03-14T16:35:14 | 133,546,504 | 8 | 3 | Apache-2.0 | 2020-02-23T18:00:48 | 2018-05-15T16:51:51 | Java | UTF-8 | Java | false | false | 1,514 | java | /*
* Copyright (C) 2013-2017 microG Project Team
*
* 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 ... | [
"git@larma.de"
] | git@larma.de |
b45b241be7de3f8ec2b2512fe99d4265fa7f8327 | e3965b3ecb8e941a8335f9dda9d5eb768d160e62 | /Critaria-API-projection-App-proj-48/src/main/java/com/hibernate/DAO/BankUpdationImpl.java | ead60b879a70d79385b978ac9b0161aa903d55e5 | [] | no_license | deepndra9755/hibernate | 59de895ac431c9b9361e83fb803168607424ce56 | 9baf5c8e4efd755b2405b4151148d6fab2a181ad | refs/heads/master | 2023-07-02T16:45:56.730295 | 2021-08-08T00:04:56 | 2021-08-08T00:04:56 | 387,090,574 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,799 | java | package com.hibernate.DAO;
import java.util.List;
import javax.persistence.NamedQuery;
import org.hibernate.Criteria;
import org.hibernate.Session;
import org.hibernate.Transaction;
import org.hibernate.criterion.CriteriaQuery;
import org.hibernate.criterion.Criterion;
import org.hibernate.criterion.Order... | [
"cotlin@DESKTOP-RNJ3PV0"
] | cotlin@DESKTOP-RNJ3PV0 |
3d717d447fad16f760d33ecaad6264b07bfc0208 | 37278ea984120d20661bd568a8908d696c0062f7 | /javamalls/platform/domain/query/StoreDepartmentQueryObject.java | 3552136b523c373ac7dc31a810d0c53ed28af9b7 | [] | no_license | cjp472/dinghuobao | 412f13b142e57b5868d609fdced51b9ee707ddb7 | 1d36ef79282955d308c07482e6443648202eb243 | refs/heads/master | 2020-03-19T09:48:21.018770 | 2018-05-05T07:18:48 | 2018-05-05T07:18:48 | 136,318,589 | 2 | 3 | null | 2018-06-06T11:23:23 | 2018-06-06T11:23:23 | null | UTF-8 | Java | false | false | 466 | java | package com.javamalls.platform.domain.query;
import org.springframework.web.servlet.ModelAndView;
import com.javamalls.base.query.QueryObject;
public class StoreDepartmentQueryObject extends QueryObject {
public StoreDepartmentQueryObject(String currentPage, ModelAndView mv, String orderBy,
... | [
"huyang3868@163.com"
] | huyang3868@163.com |
606e42196948da6901119b83199c4b1b0d4830ec | 4f806a911ca596014b760cda408b89486966b346 | /okhttp/src/main/java/learn/io/reactivex/android/MainThreadDisposable.java | 3d295788b9a8c6ec9c275c0aec4d23b12ed41334 | [
"Apache-2.0"
] | permissive | wy676579037/learn_okhttp | ff38b93801e6130415dfbd0b069434ffeb5715f6 | d03122a2f0bf023b6599ad49e733761807f97265 | refs/heads/master | 2023-04-12T10:50:53.310065 | 2021-04-23T11:41:09 | 2021-04-23T11:41:09 | 268,242,510 | 1 | 0 | Apache-2.0 | 2020-05-31T09:38:28 | 2020-05-31T08:51:46 | Java | UTF-8 | Java | false | false | 3,189 | 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... | [
"wangyong14@hikviskon.com.cn"
] | wangyong14@hikviskon.com.cn |
ed8ee7eed249c2b38ad24fd66aab451cc1a66e3c | 2fd9d77d529e9b90fd077d0aa5ed2889525129e3 | /DecompiledViberSrc/app/src/main/java/com/google/android/exoplayer2/c/a.java | ca222d49e84015076d15edafed7ac2b31be3f06d | [] | no_license | cga2351/code | 703f5d49dc3be45eafc4521e931f8d9d270e8a92 | 4e35fb567d359c252c2feca1e21b3a2a386f2bdb | refs/heads/master | 2021-07-08T15:11:06.299852 | 2021-05-06T13:22:21 | 2021-05-06T13:22:21 | 60,314,071 | 1 | 3 | null | null | null | null | UTF-8 | Java | false | false | 859 | java | package com.google.android.exoplayer2.c;
public abstract class a
{
private int a;
public void a()
{
this.a = 0;
}
public final void a_(int paramInt)
{
this.a = paramInt;
}
public final void b(int paramInt)
{
this.a = (paramInt | this.a);
}
public final void c(... | [
"yu.liang@navercorp.com"
] | yu.liang@navercorp.com |
2d35ac6117983d0c0ee70d2268806c9bfd5c998c | 6500848c3661afda83a024f9792bc6e2e8e8a14e | /gp_JADX/com/google/android/instantapps/common/p221d/p222a/C5726p.java | 511c511729ce38d2559eb8039c628a038883209f | [] | 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 | 388 | java | package com.google.android.instantapps.common.p221d.p222a;
import android.content.Context;
import p000c.p001a.C0000a;
public final class C5726p implements C0000a {
public final C0000a f28972a;
public C5726p(C0000a c0000a) {
this.f28972a = c0000a;
}
public final /* synthetic */ Object mo1a() ... | [
"genius.ron@gmail.com"
] | genius.ron@gmail.com |
984da83f5f72020a37f3a024f38ee8c906f32230 | f897a0dfa41a10e19a15568aace27171f8d6a23a | /reposilite-backend/src/main/java/org/panda_lang/reposilite/ReposiliteWriter.java | dabb933dff1747b5060a2c5c8f1d874fa3556d68 | [
"Apache-2.0"
] | permissive | KnologyBase/reposilite | 119331221946329ab6ed7d388c1720d3e6d409ec | 2c04b4ed157d97337755d3e5a37da2f6866f5dff | refs/heads/master | 2022-12-22T00:01:46.581370 | 2020-09-23T16:14:00 | 2020-09-23T16:14:00 | 298,048,776 | 1 | 0 | Apache-2.0 | 2020-09-23T17:43:32 | 2020-09-23T17:43:32 | null | UTF-8 | Java | false | false | 2,565 | java | /*
* Copyright (c) 2020 Dzikoysk
*
* 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... | [
"dzikoysk@dzikoysk.net"
] | dzikoysk@dzikoysk.net |
3e0ab2feda42d6006a34865637d9d9ba07ee01d7 | ec682b1e2f120457c94779c341a221935d2b7575 | /src/main/java/com/faceye/component/data/hbase/wrapper/Col.java | 2971f4cb41f65f79743abb7d04030d75ac36c4e0 | [] | no_license | haipenge/faceye-data | 0940bd594618a8cdf1d525668ab88166aa47f3ad | 3bb9cadfa12aa786df976b13f05afa0e9ade4977 | refs/heads/master | 2022-07-10T13:40:03.083955 | 2019-06-20T10:51:47 | 2019-06-20T10:51:47 | 94,689,416 | 1 | 1 | null | 2022-07-01T21:23:48 | 2017-06-18T13:36:54 | Java | UTF-8 | Java | false | false | 588 | java | package com.faceye.component.data.hbase.wrapper;
import java.io.Serializable;
/**
* 列对像
* @author songhaipeng
*
*/
public class Col implements Serializable{
/**
*
*/
private static final long serialVersionUID = 1L;
/**
* 列修饰符
*/
private String key="";
/**
* 列值,key,value共同组成hbase->row->family->cell... | [
"haipenge@gmail.com"
] | haipenge@gmail.com |
b0e84ef2f7f142a02fde787f1e419985ab27e005 | 7ad54455ccfdd0c2fa6c060b345488ec8ebb1cf4 | /ocr/manager/ProcessExecutionProps.java | 7fd04f387397c98c0e5858517992a5a01a036008 | [] | no_license | chetanreddym/segmentation-correction-tool | afdbdaa4642fcb79a21969346420dd09eea72f8c | 7ca3b116c3ecf0de3a689724e12477a187962876 | refs/heads/master | 2021-05-13T20:09:00.245175 | 2018-01-10T04:42:03 | 2018-01-10T04:42:03 | 116,817,741 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,863 | java | package ocr.manager;
import java.io.File;
import ocr.view.Props;
... | [
"chetanb4u2009@outlook.com"
] | chetanb4u2009@outlook.com |
97b3d825c3812ade106aebcd7e0b0dda8a36f44d | c11dfb8d82ae0660e3ef5b0a753562b1f72cf5e1 | /fresco-2.5.0/fbcore/src/main/java/com/facebook/common/executors/StatefulRunnable.java | 6f3ee331252472d3157b0d9fffb46a4e7f3550a8 | [
"MIT"
] | permissive | Poomipat-Ch/Software-Architecture-and-Design-Fresco | 8e7cad0b64fa1f7c5ae672da1bc6484d68639afb | fac688c6406738970780ef965c0fc2a13eacc600 | refs/heads/main | 2023-09-01T23:47:48.348929 | 2021-11-21T18:20:50 | 2021-11-21T18:20:50 | 430,391,642 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,398 | java | /**
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
package com.facebook.common.executors;
import com.facebook.infer.annotation.Nullsafe;
import java.util.concurrent.atomic.AtomicIn... | [
"poomipat002@gmail.com"
] | poomipat002@gmail.com |
0268fe179e31e59bb70822326215f55fcbd23d12 | edbd417df42bf2f61e1794a06f893bf86b65f0b8 | /holding-objects/src/main/java/org/denispozo/tutorial/thj/holding/set/UniqueWordsEx16.java | b982d980b49ff3411de2d041d8fc0904245e4512 | [] | no_license | denis-pozo/thinking-in-java | 1c25717b0ddb55f5dcf10eacece61953c54ee3b7 | 2f03d159cf16fbcc92f37381e02aa073d4de01bd | refs/heads/master | 2022-12-29T11:08:18.597445 | 2020-10-14T09:32:40 | 2020-10-14T09:32:40 | 263,020,791 | 0 | 0 | null | 2020-10-14T09:32:41 | 2020-05-11T11:18:05 | Java | UTF-8 | Java | false | false | 808 | java | package org.denispozo.tutorial.thj.holding.set;
import java.util.Set;
import java.util.TreeSet;
import org.denispozo.tutorial.thj.util.TextFile;
import static org.denispozo.tutorial.thj.util.PrintUtil.*;
/*
* Chapter - Holding your objects
* Section - Set
* Exercise 16
*/
public class UniqueWordsEx16 {
public... | [
"denis.pozo@dai-labor.de"
] | denis.pozo@dai-labor.de |
a0759b33dedae1632329598feb3a6d608dccaee4 | 8af1164bac943cef64e41bae312223c3c0e38114 | /results-java/apache--cassandra/a991b64811f4d6adb6c7b31c0df52288eb06cf19/after/TimeSortTest.java | cbbd040a640f63e95412a44d13847c99694e17a7 | [] | 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 | 3,808 | 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 no... | [
"fraczwojciech@gmail.com"
] | fraczwojciech@gmail.com |
647dcbd61b96c0e6e2b2b8399ace1de8c1aa4997 | d5633867ec5a04e6fca735cd062e8f31a3604352 | /net.dougqh.android.nejug/scratch-src/BenchmarkScratch.java | b492797f6ca4ae9301d200964b52340425293711 | [] | no_license | mitchellmebane/nejug2011 | 24e2fed743a7ce500cc22b2519bdce4e5e0e22d9 | 465c6a05c328739c6523c16c25c9b2d74228c16d | refs/heads/master | 2020-12-07T02:22:08.470561 | 2011-11-10T04:20:50 | 2011-11-10T04:20:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 788 | java | import java.io.File;
import java.util.concurrent.ExecutionException;
import java.util.concurrent.Future;
import net.dougqh.benchmark.BenchmarkResults;
import net.dougqh.benchmark.Benchmarker;
import net.dougqh.benchmark.Benchmarker.Caching;
import net.dougqh.benchmark.Benchmarker.Platform;
import optimizations.Invocat... | [
"dougqh@gmail.com"
] | dougqh@gmail.com |
797abf82231aec1c100b660f870730a57607d8a6 | c7517f900a9a790a2638a3adebe8945ccc456f35 | /GetTogether/app/src/main/java/com/tem/gettogether/rongyun/CustomizeBuyMessage.java | 6fc33b2b3103247ed4d4fdad5b11f3419e04fcfb | [] | no_license | chenshichun/jushangmatou | e5e60874e576c83fe54d9cb057dfb61992dfc1b1 | b940eed79fda8db2245602ff2c68161972afd18e | refs/heads/master | 2022-04-02T14:54:29.455815 | 2020-01-08T01:20:27 | 2020-01-08T01:20:27 | 197,161,420 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 6,620 | java | package com.tem.gettogether.rongyun;
import android.annotation.SuppressLint;
import android.os.Parcel;
import android.util.Log;
import org.json.JSONException;
import org.json.JSONObject;
import java.io.UnsupportedEncodingException;
import io.rong.common.ParcelUtils;
import io.rong.imlib.MessageTag;
import io.rong.i... | [
"chenshichuen123@qq.com"
] | chenshichuen123@qq.com |
7a58e375f4320c373410380512ade904a50883dc | 783dcb735a434fdacddc7eb7adde9511917ff0f9 | /sharewood/src/main/java/com/dub/spring/entities/MyUser.java | d3c210f2146b22b22f671dfb5343b84a6e31b8d5 | [] | no_license | dubersfeld/sharewood-oauth2-upgrade | 58cfe757d4e67896bcc8a0b386a3b4214d4cb6a3 | 01707c2c74e3327172b4b8e7a565b96c217a6ed7 | refs/heads/master | 2021-07-18T07:36:38.833375 | 2020-06-10T17:01:34 | 2020-06-10T17:01:34 | 140,325,777 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,826 | java | package com.dub.spring.entities;
import java.io.Serializable;
import java.util.HashSet;
import java.util.Set;
import javax.persistence.CollectionTable;
import javax.persistence.Column;
import javax.persistence.JoinColumn;
import javax.persistence.ElementCollection;
import javax.persistence.Entity;
import javax.persis... | [
"dominique42ubersfeld@gmail.com"
] | dominique42ubersfeld@gmail.com |
8903f3aaddab63f6473784aefc8469a703e43044 | ef22b39b0a531a587dcce4ac3874bb7db058d3b5 | /src/main/java/com/microfundit/controller/UserImpl.java | 87bc1253f0ca0cc4550cbe2b7eac60cd79a730bf | [] | no_license | KevinKimaru/springboot-api | e40ee486f20b508fc4df463794d2253e2e02a379 | 3137095c3445555a33268137e6a93fc704c21f10 | refs/heads/master | 2020-03-11T09:02:14.377678 | 2018-04-17T14:27:48 | 2018-04-17T14:27:48 | 129,899,895 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 772 | java | package com.microfundit.controller;
/**
* Created by Kevin Kimaru Chege on 4/11/2018.
*/
public class UserImpl {
private String username;
private String role;
private long id;
public UserImpl() {
}
public UserImpl(String username, String role, long id) {
this.username = username;
... | [
"kevinkimaru99@gmail.com"
] | kevinkimaru99@gmail.com |
945a92cc0c8fd59766c0da604d2650756acf1918 | 4b300989383e8ee9d2f106a5f9551fe6f1bb4df1 | /src/test/java/org/apache/sysds/test/functions/paramserv/ParamservRecompilationTest.java | b556c314787333db3f1507f85ccea0841e225a25 | [
"Apache-2.0"
] | permissive | OsChri/systemds | 53f141c0ece77a9800038a5ddb6de8b00cdbf81a | 68dddea79e08f9b3f9a29d674f66bb447d4325ca | refs/heads/master | 2022-11-17T06:07:25.699222 | 2020-07-19T20:01:53 | 2020-07-19T20:01:53 | 280,914,336 | 0 | 0 | Apache-2.0 | 2020-07-19T17:19:11 | 2020-07-19T17:19:10 | null | UTF-8 | Java | false | false | 1,967 | 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 ... | [
"mboehm7@gmail.com"
] | mboehm7@gmail.com |
63682b62d5e98c7136550ee9120881246f6779ca | f360e8d38a0c22d5716212486d3ef8e79a1265c3 | /src/nez/expr/Match.java | f7bfe27bb6b7d9f2d5246d5a983f2e4cbce95e20 | [] | no_license | sekiguchi-nagisa/nez | d4b5b771d193ae1752505b6b69e3078f7dea6531 | 7370746fb5c03c43a0123687dcc567f1ea38bc85 | refs/heads/master | 2021-01-17T22:26:44.695305 | 2015-03-23T09:50:17 | 2015-03-23T09:50:17 | 31,880,947 | 0 | 0 | null | 2015-03-09T05:28:33 | 2015-03-09T05:28:32 | Java | UTF-8 | Java | false | false | 1,480 | java | package nez.expr;
import nez.SourceContext;
import nez.ast.SourcePosition;
import nez.runtime.RuntimeCompiler;
import nez.runtime.Instruction;
import nez.util.UList;
import nez.util.UMap;
public class Match extends Unary {
Match(SourcePosition s, Expression inner) {
super(s, inner);
}
@Override
public String ge... | [
"kimio@konohascript.org"
] | kimio@konohascript.org |
e8054a0358555c8b0e6359474f5988336e6d3340 | b59f5a4fa9c6151ee1f757a0d265543eea7331dc | /examples/fuml/language_workbench/org.modelexecution.xmof.examples.fuml.fewsteps.xmof.dynamic/src/fumlConfigurationFewSteps/LociFewSteps/impl/LociFewStepsFactoryImpl.java | 1c09484a767c95104ba6f0fdafdc98fbde0af1a9 | [] | no_license | vatmi/moliz.gemoc | a8b7a6ac5d7bafb6b331655010975f2a44206d95 | 471f3128608986ddee1a7c4722d3620446e3726d | refs/heads/master | 2020-03-30T23:32:19.818605 | 2017-10-20T09:20:17 | 2017-10-20T09:21:37 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,370 | java | /**
*/
package fumlConfigurationFewSteps.LociFewSteps.impl;
import fumlConfigurationFewSteps.LociFewSteps.*;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.EObject;
import org.eclipse.emf.ecore.EPackage;
import org.eclipse.emf.ecore.impl.EFactoryImpl;
import org.eclipse.emf.ecore.plugin.EcorePlu... | [
"ebousse@users.noreply.github.com"
] | ebousse@users.noreply.github.com |
43903020734095dad49d7f26d455a428a976c0ec | 0f909f99aa229aa9d0e49665af7bc51cc2403f65 | /src/generated/java/cdm/product/common/settlement/validation/exists/PaymentDiscountingOnlyExistsValidator.java | 1db4f9f7f80e064e972f013812f68cc8d50ba435 | [] | no_license | Xuanling-Chen/cdm-source-ext | 8c93bc824e8c01255dfc06456bd6ec1fb3115649 | e4cf7d5e549e514760cbd1e2d6789af171e5ea41 | refs/heads/master | 2023-07-11T20:35:26.485723 | 2021-08-29T04:12:00 | 2021-08-29T04:12:00 | 400,947,430 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,735 | java | package cdm.product.common.settlement.validation.exists;
import cdm.product.common.settlement.PaymentDiscounting;
import com.google.common.collect.ImmutableMap;
import com.rosetta.model.lib.path.RosettaPath;
import com.rosetta.model.lib.validation.ExistenceChecker;
import com.rosetta.model.lib.validation.ValidationRes... | [
"xuanling_chen@epam.com"
] | xuanling_chen@epam.com |
dfc3fa692816e8ebcf34278677a74817ed4e07ab | b7a1bade5bf347f2601ebdb7eda3e954895e6455 | /java02t/src/step06/Exam07.java | ddbfaed9586c647f4da7a91a0e4300e774285ff3 | [] | no_license | Jeongjiho/Java76 | a1429f12ffc2a5c557289760eb3164adba39c6eb | 5c98d47a341776bc7b54b28907356b3007b46592 | refs/heads/master | 2016-08-12T20:29:57.698964 | 2016-02-22T14:59:27 | 2016-02-22T14:59:27 | 56,924,651 | 1 | 0 | null | 2016-04-23T14:54:31 | 2016-04-23T14:54:31 | null | UTF-8 | Java | false | false | 2,743 | java | /*
* 주제: 자바 핵심 클래스 - Object (2)
*
*/
package step06;
public class Exam07 /* extends Object */{
static class Student /* extends Object */{
String name;
String tel;
boolean gender;
public Student(String name, String tel, boolean gender) {
this.name = name;
this.tel = tel;
... | [
"jinyoung.eom@gmail.com"
] | jinyoung.eom@gmail.com |
014a126b5821a5595e25909bc07ac954ccc993b9 | 6a61e393dfad6a6cefdf4f06798917c3a7aee971 | /external-programs/jbook/Exercise6_2_1.java | 9f412a3b2111ccec38c9061eacdae6ace7958c8b | [] | no_license | kframework/java-semantics | 388bead15b594f3b2478441a5d95c02d7a0ccbf6 | f27067ee7a38d236499992eed1b48064e70680fa | refs/heads/master | 2021-09-22T20:42:43.662165 | 2021-09-15T19:53:33 | 2021-09-15T19:53:33 | 11,711,471 | 14 | 7 | null | 2016-03-16T22:03:02 | 2013-07-27T21:42:38 | Java | UTF-8 | Java | false | false | 255 | java | class Exercise6_2_1 {
public static void main(String[] argv) {
int i = 0;
l1 : while (i<5) {
try {
if (i==2) break l1;
}
finally {
i = i + 1;
}
}
System.out.println(i);
}
}
| [
"denis.bogdanas@gmail.com"
] | denis.bogdanas@gmail.com |
7a58b0789600e8a3be3c38504a7a0822ea950c15 | 858761a5810934c51cb0987903f3f97f161bc4a6 | /branches/SAK-13408/api/src/main/java/org/sakaiproject/authz/api/FunctionManager.java | 956e2d276a37a635c51f7a952138a1ff7c80be10 | [] | no_license | svn2github/sakai-kernel | f10821d51e39651788c97e1d2739f762c25e79de | 2b97c9b7ad53becc8de57a5233c7d35873edd10d | refs/heads/master | 2020-04-14T21:44:05.973159 | 2014-12-23T21:38:01 | 2014-12-23T21:38:01 | 10,166,725 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,688 | java | /**********************************************************************************
* $URL$
* $Id$
***********************************************************************************
*
* Copyright 2005, 2006, 2008 Sakai Foundation
*
* Licensed under the Educational Community License, Version 2.0 (the "License");... | [
"matthew@longsight.com@66ffb92e-73f9-0310-93c1-f5514f145a0a"
] | matthew@longsight.com@66ffb92e-73f9-0310-93c1-f5514f145a0a |
9f19fb1076d60a08a1e4c760536c4dc759027b51 | 558880e29456e4a6a7b254d49c65207535737e97 | /src/test/java/com/dnb/fusion/cucumber/CucumberTest.java | f2da3e07268d118c8ee1228a49dcada5239aca4d | [] | no_license | deepaksg/fusionMicroservice1 | 98a5ae39e2bfd6f19b2db05fcd9aacf0d6d7678c | a627df26494026afe38c00f94cc48668bf081279 | refs/heads/master | 2021-05-06T10:26:10.390917 | 2017-12-13T13:50:53 | 2017-12-13T13:50:53 | 114,126,616 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 268 | java | package com.dnb.fusion.cucumber;
import org.junit.runner.RunWith;
import cucumber.api.CucumberOptions;
import cucumber.api.junit.Cucumber;
@RunWith(Cucumber.class)
@CucumberOptions(plugin = "pretty", features = "src/test/features")
public class CucumberTest {
}
| [
"jhipster-bot@users.noreply.github.com"
] | jhipster-bot@users.noreply.github.com |
04e1a9a9307048fcd59a7c588bfba9878b5ded53 | 0af8b92686a58eb0b64e319b22411432aca7a8f3 | /large-multiproject/project92/src/test/java/org/gradle/test/performance92_4/Test92_393.java | 70dc049e16a69900fc05b08ab3626ac7ea49bb1f | [] | no_license | gradle/performance-comparisons | b0d38db37c326e0ce271abebdb3c91769b860799 | e53dc7182fafcf9fedf07920cbbea8b40ee4eef4 | refs/heads/master | 2023-08-14T19:24:39.164276 | 2022-11-24T05:18:33 | 2022-11-24T05:18:33 | 80,121,268 | 17 | 15 | null | 2022-09-30T08:04:35 | 2017-01-26T14:25:33 | null | UTF-8 | Java | false | false | 292 | java | package org.gradle.test.performance92_4;
import static org.junit.Assert.*;
public class Test92_393 {
private final Production92_393 production = new Production92_393("value");
@org.junit.Test
public void test() {
assertEquals(production.getProperty(), "value");
}
} | [
"cedric.champeau@gmail.com"
] | cedric.champeau@gmail.com |
d54ed1524b1185c502302fc7cb881bdc25ca7204 | 43732c216b4923c4a7aac6d2ca39c7fc6506ae4b | /workspace/springboot-ibm-pune-feb2019/hr-service/src/main/java/com/demo/spring/HrController.java | 08c67fb7ea9644535b8dabf88ba9809f72367aa2 | [] | no_license | PappuProject/spring-boot-ibm-pune-feb2019 | fe346a40f8bf7751de602149e67dc8a1f87f20cb | af2d8494909e3894a846b3547a14b41e62c4b342 | refs/heads/master | 2020-05-05T07:21:42.884625 | 2019-02-28T06:28:14 | 2019-02-28T06:28:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 769 | java | package com.demo.spring;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.MediaType;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestParam;
import org.springfra... | [
"sbtalk@gmail.com"
] | sbtalk@gmail.com |
9d486b5230b036ca656eda195523212eddaaace1 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/5/5_e9a0fcd69cca0f755b431100845d5bb415f2d16e/ILink/5_e9a0fcd69cca0f755b431100845d5bb415f2d16e_ILink_t.java | 47ee115efaf33ee0266bbcc10b1a1fcb9809d439 | [] | no_license | zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516692 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | null | UTF-8 | Java | false | false | 6,289 | java | /*
@ITMillApache2LicenseForJavaFiles@
*/
package com.itmill.toolkit.terminal.gwt.client.ui;
import com.google.gwt.user.client.DOM;
import com.google.gwt.user.client.Element;
import com.google.gwt.user.client.Event;
import com.google.gwt.user.client.Window;
import com.google.gwt.user.client.ui.ClickListen... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
21706bf983c07c2c9e3868d3206904de147262d8 | f662526b79170f8eeee8a78840dd454b1ea8048c | /ao.java | 8ab2d534b5eb643b6f046722cd30c1223437883c | [] | no_license | jason920612/Minecraft | 5d3cd1eb90726efda60a61e8ff9e057059f9a484 | 5bd5fb4dac36e23a2c16576118da15c4890a2dff | refs/heads/master | 2023-01-12T17:04:25.208957 | 2020-11-26T08:51:21 | 2020-11-26T08:51:21 | 316,170,984 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,701 | java | /* */ import com.google.gson.JsonArray;
/* */ import com.google.gson.JsonElement;
/* */ import com.google.gson.JsonNull;
/* */ import com.google.gson.JsonObject;
/* */ import javax.annotation.Nullable;
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */... | [
"jasonya2206@gmail.com"
] | jasonya2206@gmail.com |
3f3d736490e7581139e0aeebd9be031989e33d9d | 485cea47fd87f58a753ba581eae1e88e67f01be7 | /CoyoteDX/src/main/java/coyote/commons/CommandLineProcess.java | 0ae18ca00adea397ec98b078893fe41a6f3289e3 | [] | no_license | sdcote/coyote | 18706dc345addf6cd64809f840e2bddb4309bc17 | 7de908e3f089715ad1652f357dc95d2ceb5483c4 | refs/heads/main | 2023-03-06T23:42:49.573817 | 2023-03-02T17:06:31 | 2023-03-02T17:06:31 | 89,138,130 | 8 | 4 | null | 2022-11-10T22:06:36 | 2017-04-23T11:52:21 | JavaScript | UTF-8 | Java | false | false | 7,457 | java | /*
* Copyright (c) 2003 Stephan D. Cote' - All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the MIT License which accompanies this distribution, and is
* available at http://creativecommons.org/licenses/MIT/
*/
package coyote.commons;
import java.io.... | [
"sdcote@aep.com"
] | sdcote@aep.com |
6cd13823c9c4c8ce7b3979c1ac3fb4030929ab99 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/18/18_b25f5597237d50b925bb7b813ea9df285ea72b99/TaskListSaveManager/18_b25f5597237d50b925bb7b813ea9df285ea72b99_TaskListSaveManager_s.java | 53ed5722b74fed30d15d3a4bbd8ac2d8ec560c78 | [] | 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 | 5,934 | java | /*******************************************************************************
* Copyright (c) 2004 - 2006 University Of British Columbia 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 ... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
be67359e3229e0012d3a4c5cce8e945e963d2f78 | 09a00394429e4bad33d18299358a54fcd395423d | /gradle/wrapper/dists/gradle-2.2.1-all/c64ydeuardnfqctvr1gm30w53/gradle-2.2.1/src/core/org/gradle/api/internal/plugins/DefaultObjectConfigurationAction.java | 14a7a47c1d2f51716e5c3b85f014bab0d20fd3a0 | [
"BSD-2-Clause",
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0",
"LGPL-2.1-or-later",
"MIT",
"CPL-1.0",
"LGPL-2.1-only"
] | permissive | agneske-arter-walter-mostertruck-firetr/pushfish-android | 35001c81ade9bb0392fda2907779c1d10d4824c0 | 09157e1d5d2e33a57b3def177cd9077cd5870b24 | refs/heads/master | 2021-12-02T21:13:04.281907 | 2021-10-18T21:48:59 | 2021-10-18T21:48:59 | 215,611,384 | 0 | 0 | BSD-2-Clause | 2019-10-16T17:58:05 | 2019-10-16T17:58:05 | null | UTF-8 | Java | false | false | 5,297 | java | /*
* Copyright 2010 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... | [
"mega@ioexception.at"
] | mega@ioexception.at |
123abec9cb340fdc12c86cf51236756033d3acd2 | 8196d4a595970d91d160b965503171aaaa12620f | /cevo-experiments/src/main/java/put/ci/cevo/experiments/ipd/IntegerVectorUniformMutation.java | 236898fce9119f4c80bf60fa486d2546506dd606 | [] | no_license | wjaskowski/mastering-2048 | d3c1657143625c8260aba4cd6c108e4125b85ac6 | cb9b92b16adb278a9716faffd2f9a6e3db075ec1 | refs/heads/master | 2020-07-26T22:22:22.747845 | 2017-03-04T12:03:48 | 2017-03-04T12:03:48 | 73,711,911 | 10 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,183 | java | package put.ci.cevo.experiments.ipd;
import static com.google.common.base.Objects.toStringHelper;
import org.apache.commons.math3.random.RandomDataGenerator;
import put.ci.cevo.framework.operators.mutation.MutationOperator;
import put.ci.cevo.util.vectors.IntegerVector;
import put.ci.cevo.util.RandomUtils;
import pu... | [
"wojciech.jaskowski@gmail.com"
] | wojciech.jaskowski@gmail.com |
2ae8867310ba587046a7ba6bcff17e4a5be14d8b | 83f5b1dae716325f42a13f000273609796673735 | /app/src/main/java/com/lanshifu/myapp_3/model/FileTransfer.java | 36752ec5f06041336f54de3517aee3722c2240fd | [] | no_license | lanshifu/MyApp3 | f14d8a1e0f39b7f2241eba60e5a92cfac2c49c84 | 585536bf321a57bfdc32d56378801c47fd2bc438 | refs/heads/master | 2021-09-07T21:08:50.129250 | 2018-03-01T06:50:29 | 2018-03-01T06:50:29 | 116,124,291 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,144 | java | package com.lanshifu.myapp_3.model;
import java.io.Serializable;
/**
* 作者:叶应是叶
* 时间:2018/2/9 21:17
* 说明:
*/
public class FileTransfer implements Serializable {
//文件路径
private String filePath;
//文件大小
private long fileLength;
//MD5码
private String md5;
public FileTransfer(String name... | [
"lanxiaobin@jiaxincloud.com"
] | lanxiaobin@jiaxincloud.com |
eacc78e34c9038859cff2ba31dd7b66ceb415777 | dc1dbb7e5a4b95bf44170d2f51fd08b3814f2ac9 | /data_defect4j/preprossed_method_corpus/Math/95/org/apache/commons/math/linear/RealVectorImpl_getL1Distance_907.java | 9bcb2a679f169d3d8a633d5051dc024db8898070 | [] | no_license | hvdthong/NetML | dca6cf4d34c5799b400d718e0a6cd2e0b167297d | 9bb103da21327912e5a29cbf9be9ff4d058731a5 | refs/heads/master | 2021-06-30T15:03:52.618255 | 2020-10-07T01:58:48 | 2020-10-07T01:58:48 | 150,383,588 | 1 | 1 | null | 2018-09-26T07:08:45 | 2018-09-26T07:08:44 | null | UTF-8 | Java | false | false | 1,723 | java |
org apach common math linear
link real vector realvector arrai
version revis date
real vector impl realvectorimpl real vector realvector serializ
... | [
"hvdthong@gmail.com"
] | hvdthong@gmail.com |
a7618645532a662d06059c19584088304ca7ada5 | b453e85b1f74744c53c717fd429a5704d71229e7 | /src/java/com/tv/xeeng/reporttool/action/DeleteGoldenHourAction.java | e763be5f28279b617e721c448139eabbcf39884e | [] | no_license | hungdt138/report_tv | ee1cc4bc0ec76d9dfb3c0da91958ff0fc6cd4ddd | 4253510f5fd467c7707b72503d46eb56fe8f0cad | refs/heads/master | 2020-05-29T21:46:47.338195 | 2014-08-08T01:34:25 | 2014-08-08T01:34:25 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,184 | java | package com.tv.xeeng.reporttool.action;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.apache.struts.action.Action;
import org.apache.struts.action.ActionForm;
import org.apache.struts.action.ActionForward;
import org.apache.struts.action.ActionMapping;
import... | [
"hungdt138@outlook.com"
] | hungdt138@outlook.com |
3a4a82141d6543a0531d706a83a3f423e5a2ee6f | 91de42350a0c1ae23cefb866e02976b48b441b83 | /src/com/asiainfo/chapter12/exercise/Exercise_1.java | 3f79a978b5b08ba67aceb732c330690b0ad43324 | [] | no_license | zhangzhiwang/ThinkingInJava | 05996f1fb93331ada3bfdb1cded4e7d37f2d9c78 | 3aae2d5583dc7b6d5f1a93660d5ac2132c38e564 | refs/heads/master | 2020-04-06T07:04:59.236348 | 2016-07-31T23:49:51 | 2016-07-31T23:49:51 | 38,598,285 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 356 | java | package com.asiainfo.chapter12.exercise;
/**
* p253练习1
*
* @author zhangzw8@asiainfo.com
* @date 2015年12月5日 上午1:02:01
*/
public class Exercise_1 {
public static void main(String[] args) {
try {
throw new Exception("hello");
} catch (Exception e) {
e.printStackTrace();
} finally {
System.out.print... | [
"934109401@qq.com"
] | 934109401@qq.com |
7fb6335c3b2181470cbcbeb685def1779507de00 | 79595075622ded0bf43023f716389f61d8e96e94 | /app/src/main/java/gov/nist/javax/sip/parser/AllowEventsParser.java | 1eac36ef2b3d142d4151b6415d6669031b2d6480 | [] | no_license | dstmath/OppoR15 | 96f1f7bb4d9cfad47609316debc55095edcd6b56 | b9a4da845af251213d7b4c1b35db3e2415290c96 | refs/heads/master | 2020-03-24T16:52:14.198588 | 2019-05-27T02:24:53 | 2019-05-27T02:24:53 | 142,840,716 | 7 | 4 | null | null | null | null | UTF-8 | Java | false | false | 1,646 | java | package gov.nist.javax.sip.parser;
import gov.nist.javax.sip.header.AllowEvents;
import gov.nist.javax.sip.header.AllowEventsList;
import gov.nist.javax.sip.header.SIPHeader;
import java.text.ParseException;
public class AllowEventsParser extends HeaderParser {
public AllowEventsParser(String allowEvents) {
... | [
"toor@debian.toor"
] | toor@debian.toor |
7d6ba66645b374bfb5762d77d2f4f699b1b369fe | 913338182e28c362b1fde43c35a00f3afc590645 | /src/main/java/com/huios/compta/repository/AuthorityRepository.java | f92b1fad64c91bf59291638ba836933cbbaa3cd4 | [] | no_license | serviceshuios/comptabiliteGestion | aa661228707948c9a4bed8be31aee9e661431982 | c259e48029b75669cf56531ac7cb97692080699b | refs/heads/master | 2022-12-20T18:32:01.239777 | 2020-01-22T15:26:56 | 2020-01-22T15:26:56 | 235,602,307 | 1 | 0 | null | 2022-12-16T04:43:34 | 2020-01-22T15:26:42 | Java | UTF-8 | Java | false | false | 298 | java | package com.huios.compta.repository;
import com.huios.compta.domain.Authority;
import org.springframework.data.jpa.repository.JpaRepository;
/**
* Spring Data JPA repository for the {@link Authority} entity.
*/
public interface AuthorityRepository extends JpaRepository<Authority, String> {
}
| [
"jhipster-bot@jhipster.tech"
] | jhipster-bot@jhipster.tech |
a3b858f507807114061d03312fdef34ba27dbffa | 0a6336496abdb49a8fbcbbbcad581c850356f018 | /src/test/java/org/openapitools/client/model/MinedTransactionE409Test.java | 3b06bcc02439d1c583f2ac4c7afd65d174877cd3 | [] | no_license | Crypto-APIs/Crypto_APIs_2.0_SDK_Java | 8afba51f53a7a617d66ef6596010cc034a48c17d | 29bac849e4590c4decfa80458fce94a914801019 | refs/heads/main | 2022-09-24T04:43:37.066099 | 2022-09-12T17:38:13 | 2022-09-12T17:38:13 | 360,245,136 | 5 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,119 | java | /*
* CryptoAPIs
* Crypto APIs is a complex and innovative infrastructure layer that radically simplifies the development of any Blockchain and Crypto related applications. Organized around REST, Crypto APIs can assist both novice Bitcoin/Ethereum enthusiasts and crypto experts with the development of their blockchain... | [
"kristiyan.ivanov@menasoftware.com"
] | kristiyan.ivanov@menasoftware.com |
de35ba5101006e573014106a2096325bf68984a9 | 0af8b92686a58eb0b64e319b22411432aca7a8f3 | /large-multiproject/project75/src/test/java/org/gradle/test/performance75_5/Test75_411.java | c2e261789a34e5c52a526797e6aef83c8c7ffc36 | [] | no_license | gradle/performance-comparisons | b0d38db37c326e0ce271abebdb3c91769b860799 | e53dc7182fafcf9fedf07920cbbea8b40ee4eef4 | refs/heads/master | 2023-08-14T19:24:39.164276 | 2022-11-24T05:18:33 | 2022-11-24T05:18:33 | 80,121,268 | 17 | 15 | null | 2022-09-30T08:04:35 | 2017-01-26T14:25:33 | null | UTF-8 | Java | false | false | 292 | java | package org.gradle.test.performance75_5;
import static org.junit.Assert.*;
public class Test75_411 {
private final Production75_411 production = new Production75_411("value");
@org.junit.Test
public void test() {
assertEquals(production.getProperty(), "value");
}
} | [
"cedric.champeau@gmail.com"
] | cedric.champeau@gmail.com |
89ccf7586d992c253c4814a0710b5e5f4b778168 | 0ae77408151560a7d315d81d97b8c04363545149 | /app/src/main/java/com/iplay/jsreview/setting/view/CreateTableActivity.java | 72d8851fe0ae75e11a8f5742d1f85419130364e2 | [] | no_license | iplaycloud/JsReview | 88abed6f8aa0408bfd0ea22e8c78715518936757 | 681451d5c808291ccb8184564fd7d1baa6008855 | refs/heads/master | 2021-01-12T10:25:45.378993 | 2016-12-20T09:54:59 | 2016-12-20T09:54:59 | 76,446,282 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,224 | java | package com.iplay.jsreview.setting.view;
import android.os.Bundle;
import android.view.View;
import android.widget.ProgressBar;
import android.widget.TextView;
import android.widget.Toast;
import com.iplay.jsreview.R;
import com.iplay.jsreview.commons.base.BaseActivity;
import com.iplay.jsreview.review.model.bean.Con... | [
"iplaycloud@gmail.com"
] | iplaycloud@gmail.com |
848caaecf081c6aaa059631f4b76e5abe24b6069 | fbfc55e7335cd07e38289cd9b291ebbded62a96b | /projetos/deploy-amazon/src/main/java/com/algaworks/algafood/api/v1/openapi/controller/CidadeControllerOpenApi.java | f74267e2d28d6c4826ebc8f95837ac64707c58fb | [] | no_license | dvsilva/algaworks-especialista-spring-rest | cc8097a5432fb7d7263f5f5f050a5e05443779f8 | c190bb9901d86f6c0eb3ffdedfb1868b8eedd40b | refs/heads/master | 2023-04-02T01:44:18.271430 | 2021-04-02T19:34:26 | 2021-04-02T19:34:26 | 304,274,947 | 0 | 1 | null | 2020-12-19T14:03:49 | 2020-10-15T09:26:38 | Java | UTF-8 | Java | false | false | 2,099 | java | package com.algaworks.algafood.api.v1.openapi.controller;
import org.springframework.hateoas.CollectionModel;
import com.algaworks.algafood.api.exceptionhandler.Problem;
import com.algaworks.algafood.api.v1.model.CidadeModel;
import com.algaworks.algafood.api.v1.model.input.CidadeInput;
import io.swagger.ann... | [
"danyllo.dvs@gmail.com"
] | danyllo.dvs@gmail.com |
fe0312ba8be27413cdc979d14024e0f33437876c | 40a0f546bcf56cee5bce681fe173580c15f4066f | /tools/plugins/org.scribble.lang.projection/src/main/java/org/scribble/lang/projection/impl/StateDefinitionProjectorRule.java | 159a30e4fcfbebf39a460f4a8d449f49dccaf66e | [] | no_license | objectiser/sgl | 6f141f95878e63fd99f88e91ff69c4ae40be20b6 | 1f2c97bd31f84042dff72ca967a26d525582ce2c | refs/heads/master | 2016-09-10T22:41:05.756757 | 2011-03-25T22:21:24 | 2011-03-25T22:21:24 | 1,527,516 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,182 | java | /*
* Copyright 2009-10 www.scribble.org
*
* 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 ... | [
"gary@pi4tech.com"
] | gary@pi4tech.com |
cfd3ec10f7f78063597e426e7d8751c80253fca9 | b36a85dd502904fc014f318e91a7ff5d67537905 | /src/main/java/com/redxun/oa/personal/entity/AddrCont.java | 66c3fff711c700802105557ce5bd7d1e28146169 | [] | no_license | clickear/jsaas | 7c0819b4f21443c10845e549b521fa50c3a1c760 | ddffd4c42ee40c8a2728d46e4c7009a95f7f801f | refs/heads/master | 2020-03-16T09:00:40.649868 | 2018-04-18T12:13:50 | 2018-04-18T12:13:50 | 132,606,788 | 4 | 8 | null | 2018-05-08T12:37:25 | 2018-05-08T12:37:25 | null | UTF-8 | Java | false | false | 6,841 | java | package com.redxun.oa.personal.entity;
import com.redxun.core.entity.BaseTenantEntity;
import java.io.Serializable;
import javax.persistence.CascadeType;
import javax.persistence.Column;
import javax.persistence.FetchType;
import javax.persistence.JoinColumn;
import javax.persistence.Entity;
import javax.persistence.I... | [
"yijiang331"
] | yijiang331 |
2deed34c8095d26ca3ba19b31a7ad93c734605af | 823471e6a384e6c552df936f1832e56a67a74669 | /app/src/main/java/com/bw/combatsample/view/adapter/MyMlssAdapter.java | 768d65609171e0b4ae4f23e72b5e2e23117d6a2c | [] | no_license | tongchexinfeitao/CombatSample | 0acc8eddb382d2cf2f4df0f5a2e0d33d2316b2ef | 3c9aebce3fa8baae18967ce8748acbef76b3db3d | refs/heads/master | 2020-09-21T21:57:34.761848 | 2019-12-12T09:21:48 | 2019-12-12T09:21:48 | 224,946,405 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 2,063 | java | package com.bw.combatsample.view.adapter;
import android.support.annotation.NonNull;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.TextView;
import com.bw.combatsample.R... | [
"tongchexinfeitao@sina.cn"
] | tongchexinfeitao@sina.cn |
bfd9705098503f62cc4abfbef88acbaea2e20ec0 | de764192481a850baaf3251120c430882911afd9 | /src/com/gxb/concurrenttool/cas/SimulatedCAS.java | 0bc17431d16af9b5fd3b3204eb911c943c572059 | [] | no_license | zyyawin/JavaNotebook | 9f25c60c3da1d911c3541962659600c3f23d88ea | 0632d4cf529bff731efef169e92891f1a653560e | refs/heads/master | 2022-04-17T20:57:03.921493 | 2020-04-19T14:29:48 | 2020-04-19T14:29:48 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 320 | java | package com.gxb.concurrenttool.cas;
public class SimulatedCAS {
private volatile int value;
public synchronized int compareAndSawp(int expectedValue,int newValue) {
int oldValue = value;
if (oldValue == expectedValue) {
value = newValue;
}
return oldValue;
}
}
| [
"535758155@qq.com"
] | 535758155@qq.com |
09fa0c90e0c575a0ec462bc7fab2f5d741277706 | bd97ad9c3489e72ad8ee407248059e5908b9a71f | /mall-mbg/src/main/java/com/dunshan/mall/mapper/SmsHomeRecommendProductMapper.java | 4528671a421755c2f999982c36501f1f15c28d2d | [
"Apache-2.0"
] | permissive | okay456okay/7d-mall-microservice | 055a33560b2d9cd9c73e52626ba9d1e99a7f72e8 | 8cfd98e47208f715b495ce6db39908d8163db927 | refs/heads/master | 2023-09-04T12:19:37.296256 | 2021-11-04T02:23:05 | 2021-11-04T02:23:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,101 | java | package com.dunshan.mall.mapper;
import com.dunshan.mall.model.SmsHomeRecommendProduct;
import com.dunshan.mall.model.SmsHomeRecommendProductExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public interface SmsHomeRecommendProductMapper {
long countByExample(SmsHomeRecommendProductExamp... | [
"zuozewei@hotmail.com"
] | zuozewei@hotmail.com |
c7f27b9337391cdcdfc700b04a3facfb336a6bf5 | 8af1164bac943cef64e41bae312223c3c0e38114 | /results-java/JetBrains--intellij-community/4787e244d80536220c962c69131ce65c1bba9a78/after/ParameterDeclaration.java | 824f60c3ed234d27e616021ddd9c82388c17677a | [] | no_license | fracz/refactor-extractor | 3ae45c97cc63f26d5cb8b92003b12f74cc9973a9 | dd5e82bfcc376e74a99e18c2bf54c95676914272 | refs/heads/master | 2021-01-19T06:50:08.211003 | 2018-11-30T13:00:57 | 2018-11-30T13:00:57 | 87,353,478 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,874 | java | package org.jetbrains.plugins.groovy.lang.parser.parsing.auxiliary.parameters;
import org.jetbrains.plugins.groovy.lang.parser.GroovyElementTypes;
import org.jetbrains.plugins.groovy.lang.parser.parsing.util.ParserUtils;
import org.jetbrains.plugins.groovy.lang.parser.parsing.auxiliary.modifiers.ParameterModifierOptio... | [
"fraczwojciech@gmail.com"
] | fraczwojciech@gmail.com |
0f78b8c7fc455f9bef139c40d03e6dc4cd9c63bd | c7473d3323273ce570598488d4799ab69d5d4130 | /freeipa/src/main/java/com/sequenceiq/freeipa/api/model/Status.java | 0bfba28f279c945eaeae00309905ae84b429b94e | [
"LicenseRef-scancode-warranty-disclaimer",
"ANTLR-PD",
"CDDL-1.0",
"bzip2-1.0.6",
"Zlib",
"BSD-3-Clause",
"MIT",
"EPL-1.0",
"LicenseRef-scancode-proprietary-license",
"LicenseRef-scancode-jdbm-1.00",
"Apache-2.0"
] | permissive | prabhjyotsingh/cloudbreak | 4df3e3c053f67cbecd493aaa2d5895c3c42538b9 | 4f735996a73d19dca8fe2617eaf125debe25ea38 | refs/heads/master | 2020-05-29T13:08:33.276790 | 2019-05-28T13:37:04 | 2019-05-28T19:54:05 | 189,146,058 | 0 | 0 | Apache-2.0 | 2019-05-29T03:44:21 | 2019-05-29T03:44:20 | null | UTF-8 | Java | false | false | 1,011 | java | package com.sequenceiq.freeipa.api.model;
import java.util.Arrays;
public enum Status {
REQUESTED,
CREATE_IN_PROGRESS,
AVAILABLE,
UPDATE_IN_PROGRESS,
UPDATE_REQUESTED,
UPDATE_FAILED,
CREATE_FAILED,
ENABLE_SECURITY_FAILED,
PRE_DELETE_IN_PROGRESS,
DELETE_IN_PROGRESS,
DELETE_F... | [
"keyki.kk@gmail.com"
] | keyki.kk@gmail.com |
308f8fc1bede85920a8377544e052be9e25484f5 | fa4e76a172a4642da11625d855b6f26cf075a7a2 | /src/androidTest/java/de/blau/android/prefs/CustomImageryTest.java | 9c5bebfbf4a8d05bab834a5d2054314ea40b12ae | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | skull591/osmeditor4android | 757d00d0765ddce59cf8f20b2793bf611825aa7f | 430d0d7bfb6b5cbcee82201756568d88378478c9 | refs/heads/master | 2022-11-18T09:48:48.473405 | 2020-06-27T13:16:21 | 2020-06-27T13:16:21 | 281,732,078 | 0 | 2 | NOASSERTION | 2020-07-22T16:43:23 | 2020-07-22T16:43:22 | null | UTF-8 | Java | false | false | 6,235 | java | package de.blau.android.prefs;
import java.io.IOException;
import org.junit.After;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Rule;
import org.junit.Test;
import org.junit.runner.RunWith;
import android.app.Instrumentation;
import android.app.Instrumentation.ActivityMonitor;
import android.co... | [
"simon@poole.ch"
] | simon@poole.ch |
eb92cd28fe412e736646b68c48d0e37736da77e4 | 4aae34d37572688d34c224e6b812ef4a3b633b55 | /LTISystem/view/com/lti/action/betagainranking/MainAction.java | 0f29294d4043418b8dac7c5dfbc3a043b829be17 | [] | no_license | cpedia/xjany-jee-1 | 9300eabfc263e1f3a4346fccdceaed5c3b606f6d | 2a9791b248c4f58c8113dbff2d32b8023244a0ec | refs/heads/master | 2016-08-11T14:58:30.434979 | 2013-04-11T03:22:40 | 2013-04-11T03:22:40 | 55,684,098 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 312 | java | /**
*
*/
package com.lti.action.betagainranking;
import com.lti.action.Action;
import com.opensymphony.xwork2.ActionSupport;
/**
* @author CCD
*
*/
public class MainAction extends ActionSupport implements Action{
public String execute() throws Exception {
return Action.SUCCESS;
}
}
| [
"xjany.p@gmail.com"
] | xjany.p@gmail.com |
ee97513fc82989bd78e272a2e7a6862fc60e38ad | 850f8c1030f86350f4b6caefd511dc080f1a53d4 | /app/src/main/java/com/frank/sga/data/model/tipoDoc.java | b90fec29fbfc2b24ee391cd483b9652a3909319f | [] | no_license | FrankCV12345/sga-android | d66033fca8252b827c0836e8cbeb30edf2a7d0fa | cb73361a2ba9f16ec22379f270ffa3623fac3fc0 | refs/heads/master | 2020-08-20T23:54:30.277447 | 2020-01-15T02:15:25 | 2020-01-15T02:15:25 | 216,079,409 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 932 | java | package com.frank.sga.data.model;
import java.io.Serializable;
@SuppressWarnings("serial")
public class tipoDoc implements Serializable {
private long id;
private String nombreDoc;
private String descripcion;
public tipoDoc(long id) {
this.id = id;
}
public tipoDoc(long id, String nom... | [
"you@example.com"
] | you@example.com |
7922d41b05efb007b38654a87251a2bb84a0e1ce | 9c7a0315cc406210e7c5c3670633798552d6ab4d | /rxjava/src/main/java/io/reactivex/internal/operators/maybe/MaybeFlatMapSingleElement.java | ee04e3f73296b956a5bd20194870d89c8767e692 | [
"Apache-2.0"
] | permissive | IMLaoJI/RxDemo | 6e0c44c0cc5c3fb33593e7053410568d8eb33871 | d2b0a33955bdc245ac6a13b8f601dbf9393b6e99 | refs/heads/master | 2020-12-02T15:22:42.728306 | 2018-04-18T14:35:35 | 2018-04-18T14:35:35 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,246 | java | /**
* Copyright (c) 2016-present, RxJava Contributors.
*
* 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... | [
"haoliu@thoughtworks.com"
] | haoliu@thoughtworks.com |
b4382be271d5602571a49bdf0123561f1a89e122 | c6c8ca55bc28a2a97074c228f0ad14c73911d32b | /api/src/main/java/com/payne/perdev/api/ApiHelper.java | cf78b26dcba3c332a04163192c8f060c8b10eaac | [] | no_license | PaIn22152/WanAndroid | 8c6baf67a54b7b31ba611424a5c88a0b0bcc2b36 | 8db4bceb1d58e88937e02174298a4aafa8a0dbf1 | refs/heads/master | 2022-11-25T12:42:15.776917 | 2020-08-01T13:23:49 | 2020-08-01T13:23:49 | 279,253,593 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 555 | java | package com.payne.perdev.api;
/**
* Project WanAndroid
* Path com.payne.perdev.api
* Date 2020/07/20 - 15:26
* Author Payne.
* About 类描述:
*/
public class ApiHelper {
public static final class Builder {
private String baseUrl;
public Builder baseUrl(String url) {
... | [
"111"
] | 111 |
b0abb3b37be8128676c4e1af554074e457cc1cca | 180e78725121de49801e34de358c32cf7148b0a2 | /dataset/protocol1/neo4j/validation/705/CircularGraphTest.java | 52c86780d220e0b91b754bd08fcbfa86c492a469 | [] | no_license | ASSERT-KTH/synthetic-checkstyle-error-dataset | 40e8d1e0a7ebe7f7711def96a390891a6922f7bd | 40c057e1669584bfc6fecf789b5b2854660222f3 | refs/heads/master | 2023-03-18T12:50:55.410343 | 2019-01-25T09:54:39 | 2019-01-25T09:54:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,718 | java | /*
* Copyright (c) 2002-2018 "Neo4j,"
* Neo4j Sweden AB [http://neo4j.com]
*
* This file is part of Neo4j.
*
* Neo4j 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
... | [
"bloriot97@gmail.com"
] | bloriot97@gmail.com |
6550019cb3127351410ca4cef9dff7f6258ec633 | 0581dd75bbaaaa90a42fd62c352170b2ca6d9ae6 | /src/java/com/linuxense/javadbf/DBFReader.java | ceb462c100dae5935ad43e1722d807dd0e9f4866 | [] | no_license | TeamDeveloper2016/jom | a6cebf86f5ece8b72becdd11204b3a2affbb8e5c | a1131a741255689cd82c4ef4c40d15b675062e0c | refs/heads/master | 2020-10-02T05:50:06.105396 | 2020-07-22T20:24:13 | 2020-07-22T20:24:13 | 227,715,196 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 7,646 | java | /*
DBFReader
Class for reading the records assuming that the given
InputStream comtains DBF data.
This file is part of JavaDBF packege.
Author: anil@linuxense.com
License: LGPL (http://www.gnu.org/copyleft/lesser.html)
$Id: DBFReader.java,v 1.8 2004/03/31 10:54:03 anil Exp $
*/
package com.linuxe... | [
"team.developer@gmail.com"
] | team.developer@gmail.com |
97f201df8c6d84676f56d5b7861ec90e39c7a928 | ae5eb1a38b4d22c82dfd67c86db73592094edc4b | /project331/src/test/java/org/gradle/test/performance/largejavamultiproject/project331/p1659/Test33187.java | 65158f975d7789acf4fbe7277f5e0e93f4e8e7ce | [] | no_license | big-guy/largeJavaMultiProject | 405cc7f55301e1fd87cee5878a165ec5d4a071aa | 1cd6a3f9c59e9b13dffa35ad27d911114f253c33 | refs/heads/main | 2023-03-17T10:59:53.226128 | 2021-03-04T01:01:39 | 2021-03-04T01:01:39 | 344,307,977 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,182 | java | package org.gradle.test.performance.largejavamultiproject.project331.p1659;
import org.junit.Test;
import static org.junit.Assert.*;
public class Test33187 {
Production33187 objectUnderTest = new Production33187();
@Test
public void testProperty0() {
Production33184 value = new Production33184();... | [
"sterling.greene@gmail.com"
] | sterling.greene@gmail.com |
5841e6f53aff69ed8f06f98b43db7ea7afa27647 | 1a32d704493deb99d3040646afbd0f6568d2c8e7 | /BOOT-INF/lib/org/apache/catalina/util/ManifestResource.java | 42206e87b09ac8e1235bbf88368a9935ed31e92a | [] | no_license | yanrumei/bullet-zone-server-2.0 | e748ff40f601792405143ec21d3f77aa4d34ce69 | 474c4d1a8172a114986d16e00f5752dc019cdcd2 | refs/heads/master | 2020-05-19T11:16:31.172482 | 2019-03-25T17:38:31 | 2019-03-25T17:38:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,182 | java | /* */ package org.apache.catalina.util;
/* */
/* */ import java.util.ArrayList;
/* */ import java.util.Iterator;
/* */ import java.util.jar.Attributes;
/* */ import java.util.jar.Manifest;
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* ... | [
"ishankatwal@gmail.com"
] | ishankatwal@gmail.com |
27cc8acccca96c6101ee80d768f414d6597ec4d3 | 700d10ee31b5e6bd01c2e68a486653c6be153378 | /authentication/src/main/java/org/etocrm/authentication/entity/VO/industry/SysIndustryGetResponseVO.java | 609750be83e6b3daef93c0211a4fe51fdd075a0d | [] | no_license | chensude/tag | 01dbe5b644f23967cd7680f8c9f8138077eec4b4 | 85364fdaaad626f61074677f5c310922c47b8280 | refs/heads/master | 2023-03-19T04:17:34.431545 | 2021-03-02T10:31:13 | 2021-03-02T10:31:13 | 343,733,956 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,062 | java | package org.etocrm.authentication.entity.VO.industry;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonInclude.Include;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.AllArgsConstructor;
import lombok.Data;
import lo... | [
"1045763864@qq.com"
] | 1045763864@qq.com |
6625d3a1b420a540d3d0af6e2557d797a6716fea | 723cf379d4f5003337100548db3121081fe08504 | /java/io/FileFilter.java | 34553d2a3017a5639ca6715758dbb886c4a1e56b | [] | no_license | zxlooong/jdk13120 | 719b53375da0a5a49cf74efb42345653ccd1e9c1 | f8bcd92167a3bf8dd9b1a77009d96d0f5653b825 | refs/heads/master | 2016-09-06T18:11:53.353084 | 2013-12-06T16:09:41 | 2013-12-06T16:09:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 784 | java | /*
* Copyright 2002 Sun Microsystems, Inc. All rights reserved.
* SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*/
package java.io;
/**
* A filter for abstract pathnames.
*
* <p> Instances of this interface may be passed to the <code>{@link
* File#listFiles(java.io.FileFilter) listFiles(FileF... | [
"zxlooong@gmail.com"
] | zxlooong@gmail.com |
fc7560ab37206a94e97439f5db9b25b8911a182d | b59b132033af0b482c2d9154dfcaedce450c2574 | /src/test/resources/GeneratorTest/all/after/src/main/java/org/tomitribe/github/model/RepositoryInvitation.java | 0e370ce8570b7f9e586a0450f76d03918d9aadfe | [
"Apache-2.0"
] | permissive | Deng678/github-api-java | 89078dde67e0fadda0dc81e0e4b156eae1e2d24b | 0c060b9625c4b054bb0810c75782ee06c76be94f | refs/heads/master | 2023-03-16T04:30:01.903330 | 2020-12-03T11:34:56 | 2020-12-03T11:34:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,507 | 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 ... | [
"david.blevins@gmail.com"
] | david.blevins@gmail.com |
2762b65e82468664448707a4781df053fd12af26 | e2bcc84f6c734affba77c1d5c94976cc9329f92e | /Best1API/.svn/pristine/27/2762b65e82468664448707a4781df053fd12af26.svn-base | 66e330e9915b79a41554924946729a5cd59e6212 | [] | no_license | CaptainJ93/SpringStudy | 422985fa6e6be3d1b7415efdeb7bad4d243d108d | 40d0665f9e1917f7189e7d9554c951c13d7d5c5a | refs/heads/master | 2020-03-17T05:50:07.857946 | 2018-06-22T09:06:47 | 2018-06-22T09:06:47 | 133,330,489 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,671 | package com.best1.api.webservice.soap.response.dto.vwms;
import java.util.Date;
import com.fasterxml.jackson.annotation.JsonFormat;
public class WhtransferorderDTO {
private Long interwhorderid;
private Long fromwarehouseid;
private Long towarehouseid;
private Long productid;
... | [
"jiashizhen@JSB-0019.best1.com"
] | jiashizhen@JSB-0019.best1.com | |
93c4a3ac8c9325cb356c9dcee68efc792ba184d9 | d0a2f69b44f18a6cc338f4489ac56829d5d54994 | /app/src/main/gen/com/akaxin/client/Manifest.java | f63e0fdec550b14bfef83976d2c213a623694659 | [
"Apache-2.0"
] | permissive | lisir/wind-android | eb62b570a7e309bf0cb33d4c912cd0f3fc754079 | 800bc9cc61462f38179ec14d06f2c25594d5068a | refs/heads/master | 2022-08-31T17:54:12.742594 | 2020-05-11T14:42:37 | 2020-05-11T14:42:37 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 189 | java | /*___Generated_by_IDEA___*/
package com.windchat.client;
/* This stub is only used by the IDE. It is NOT the Manifest class actually packed into the APK */
public final class Manifest {
} | [
"an.guoyue254@gmail.com"
] | an.guoyue254@gmail.com |
9bfeb68011063c7165e68b049238200def2e474c | d1a6d1e511df6db8d8dd0912526e3875c7e1797d | /genny_JavaWithLambdasApi21/applicationModule/src/test/java/applicationModulepackageJava2/Foo560Test.java | 1059fdbfc4b5e28e21e3e1555ed0d718e4817fa8 | [] | 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 | 741 | java | package applicationModulepackageJava2;
import org.junit.Test;
public class Foo560Test {
@Test
public void testFoo0() {
new Foo560().foo0();
}
@Test
public void testFoo1() {
new Foo560().foo1();
}
@Test
public void testFoo2() {
new Foo560().foo2();
}
@Test
public void testFoo3() {
... | [
"nikita.e.kozlov@gmail.com"
] | nikita.e.kozlov@gmail.com |
e85942ff2730035577d9a4fabf104c170aeb8273 | 8d0cb402d8f5611816004bd30940be68abcfa4c0 | /src/main/java/ch/globaz/devsecops/activiti/lab/application/configuration/SecurityConfiguration.java | cc15d05e4157f2c9a2b1c4a26a380c9e7332fe94 | [] | no_license | sebChevre/activiti-lab | 1a754278007d214ebf4f373edc3f9ba138699f1f | 5b58700def21c0389a225acf193123564f53ca73 | refs/heads/master | 2020-04-01T16:49:03.579677 | 2018-10-17T05:25:34 | 2018-10-17T05:25:34 | 152,859,048 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,610 | java | /*
* Copyright 2018 Alfresco, Inc. and/or its affiliates.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... | [
"seb.chevre@gmail.com"
] | seb.chevre@gmail.com |
f0d85122f12e8fd346563c1a9b9f01f8f5e50d3b | 27f4ea2b7474f2d201a01a2b13e65dc8c7e746b2 | /bee-rpc/src/main/java/com/alacoder/bee/rpc/RpcResult.java | 811ee7aa6d16f4ffaefaf0fae8a123dc6300c0ed | [] | no_license | zogwei/bee | a4b0c6e202da81863223ada23d5c12aadb887202 | 413c546d414c3f5ff5fe8d50ebdf6db5cc394a58 | refs/heads/master | 2020-04-06T07:58:10.204370 | 2016-09-06T02:26:29 | 2016-09-06T02:26:29 | 63,914,350 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,740 | java | /**
* 版权声明:bee 版权所有 违者必究 2016
* Copyright: Copyright (c) 2016
*
* @project_name: bee-rpc
* @Title: RpcResult.java
* @Package com.alacoder.bee.rpc
* @Description:
* @author jimmy.zhong
* @date 2016年7月28日 下午3:53:09
* @version V1.0
*/
package com.alacoder.bee.rpc;
import java.io.Serializable;
import java.u... | [
"zogwei@gmail.com"
] | zogwei@gmail.com |
0babf3a5346b4f54d33b45bc8c2fe8e16ee90ab2 | 4bb83687710716d91b5da55054c04f430474ee52 | /dsrc/sku.0/sys.server/compiled/game/script/item/special/temporary_item.java | bedffb0aa91027d466126fdc1c6b9be5f4b4c094 | [] | no_license | geralex/SWG-NGE | 0846566a44f4460c32d38078e0a1eb115a9b08b0 | fa8ae0017f996e400fccc5ba3763e5bb1c8cdd1c | refs/heads/master | 2020-04-06T11:18:36.110302 | 2018-03-19T15:42:32 | 2018-03-19T15:42:32 | 157,411,938 | 1 | 0 | null | 2018-11-13T16:35:01 | 2018-11-13T16:35:01 | null | UTF-8 | Java | false | false | 4,314 | java | package script.item.special;
import script.*;
import script.base_class.*;
import script.combat_engine.*;
import java.util.Arrays;
import java.util.Hashtable;
import java.util.Vector;
import script.base_script;
import script.library.utils;
public class temporary_item extends script.base_script
{
public temporary_... | [
"tmoflash@gmail.com"
] | tmoflash@gmail.com |
b45751b1633bd501097fe040141966f45330e661 | 2c42d04cba77776514bc15407cd02f6e9110b554 | /src/org/processmining/analysis/traceclustering/preprocessor/SVDProfile.java | fe5bc77af7b3ffc144abfacbbf4c1309aa58c966 | [] | no_license | pinkpaint/BPMNCheckingSoundness | 7a459b55283a0db39170c8449e1d262e7be21e11 | 48cc952d389ab17fc6407a956006bf2e05fac753 | refs/heads/master | 2021-01-10T06:17:58.632082 | 2015-06-22T14:58:16 | 2015-06-22T14:58:16 | 36,382,761 | 0 | 1 | null | 2015-06-14T10:15:32 | 2015-05-27T17:11:29 | null | UTF-8 | Java | false | false | 2,945 | java | package org.processmining.analysis.traceclustering.preprocessor;
import java.io.IOException;
import org.processmining.analysis.traceclustering.profile.AggregateProfile;
import org.processmining.framework.log.LogReader;
import weka.core.matrix.SingularValueDecomposition;
import weka.core.matrix.Matrix;
public class... | [
"pinkpaint.ict@gmail.com"
] | pinkpaint.ict@gmail.com |
92d328a6b9e5f62ad367c5653fc5e34db6ba65ee | cd1df984f578495a11b93ee537727a0ce948cee4 | /rest/src/main/java/net/yandex/speller/services/spellservice/CheckTextResponse.java | e9893ffc1f2e06317280ee3e967c2c74ba46cc00 | [
"MIT"
] | permissive | SKuznet/auction | 772397ea9dd2c91a80f6e5e2ba0b716e4a66fe5a | 6514f9dd5af82b22315ef295df0520382577d58c | refs/heads/master | 2020-04-20T08:34:49.675807 | 2019-01-20T17:32:39 | 2019-01-20T17:32:39 | 168,743,535 | 1 | 1 | MIT | 2019-02-01T18:39:55 | 2019-02-01T18:39:55 | null | UTF-8 | Java | false | false | 1,591 | java |
package net.yandex.speller.services.spellservice;
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 anonymo... | [
"azon.sk@gmail.com"
] | azon.sk@gmail.com |
5e1e38de784fc7b1978fa268d1588f9480dc39e6 | 1d928c3f90d4a0a9a3919a804597aa0a4aab19a3 | /java/dbeaver/2015/8/CustomComboBoxCellEditor.java | 91ee5e4f05263c8a954855eb10677713a245f332 | [] | 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 | 6,950 | java | /*
* DBeaver - Universal Database Manager
* Copyright (C) 2010-2015 Serge Rieder (serge@jkiss.org)
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License (version 2)
* as published by the Free Software Foundation.
*
* This program is distr... | [
"rodrigosoaresilva@gmail.com"
] | rodrigosoaresilva@gmail.com |
24108e56aaca059013be86375f1e8c1a04b9871f | bd384a4a24182d483654e0fc751eea193c42a8d9 | /src/test/java/com/fasterxml/jackson/databind/deser/creators/ArrayDelegatorCreatorForCollectionTest.java | 1c1a662ab11818fb8e69c234bbbcd17ece68fe58 | [
"Apache-2.0",
"LicenseRef-scancode-generic-cla"
] | permissive | phated/jackson-databind | 5dc5fcce4c57ff77061f6213cdf9cb6225e727ad | ac5cd16cb24129aede32feadcff183611e1798fc | refs/heads/master | 2020-08-30T14:06:12.705641 | 2019-10-29T05:05:20 | 2019-10-29T05:05:20 | 218,403,081 | 2 | 0 | Apache-2.0 | 2019-10-29T23:31:29 | 2019-10-29T23:31:28 | null | UTF-8 | Java | false | false | 1,278 | java | package com.fasterxml.jackson.databind.deser.creators;
import java.util.Collections;
import java.util.Set;
import com.fasterxml.jackson.annotation.*;
import com.fasterxml.jackson.databind.*;
import com.fasterxml.jackson.databind.testutil.NoCheckSubTypeValidator;
// for [databind#1392] (regression in 2.7 due to sepa... | [
"tatu.saloranta@iki.fi"
] | tatu.saloranta@iki.fi |
9d14d0af1cf27610101c87ba111744682c28f6ec | d38afb4d31e0574dd2086fc84e5d664aecc77f5c | /com/planet_ink/coffee_mud/MOBS/Cheetah.java | bc80b80952a3be5f069da552f7e0747fbba39016 | [
"Apache-2.0"
] | permissive | Dboykey/CoffeeMud | c4775fc6ec9e910ff7ff8523c04567a580a9529e | 844704805d3de26a16b83bd07552d6ae82391208 | refs/heads/master | 2022-04-16T07:07:22.004847 | 2020-04-06T17:55:33 | 2020-04-06T17:55:33 | 255,074,559 | 0 | 1 | Apache-2.0 | 2020-04-12T12:10:07 | 2020-04-12T12:10:06 | null | UTF-8 | Java | false | false | 2,762 | java | package com.planet_ink.coffee_mud.MOBS;
import com.planet_ink.coffee_mud.core.interfaces.*;
import com.planet_ink.coffee_mud.core.*;
import com.planet_ink.coffee_mud.core.collections.*;
import com.planet_ink.coffee_mud.Abilities.interfaces.*;
import com.planet_ink.coffee_mud.Areas.interfaces.*;
import com.planet_... | [
"bo@zimmers.net"
] | bo@zimmers.net |
0bac6d67304635ff9726c687f0588d89d8e5e6c2 | 5f2f29cb1ae519a4a0b059f8653bbf80af5be0f4 | /springdoc-openapi-webflux-core/src/test/java/test/org/springdoc/api/app67/SpringDocApp67Test.java | 5461bbdc5b73ceb35eb2fb373609109a703db5dd | [
"Apache-2.0"
] | permissive | gibahjoe/springdoc-openapi | 28af152f8e5988e9c4cda29ee7d894df2fdb24f6 | 791ea8ca23981488e37f3e063e86ad2fe796ad46 | refs/heads/master | 2021-03-02T19:10:32.777095 | 2020-03-17T22:49:02 | 2020-03-17T22:49:02 | 245,896,899 | 0 | 0 | Apache-2.0 | 2020-03-15T12:58:08 | 2020-03-08T22:17:57 | Java | UTF-8 | Java | false | false | 2,587 | java | /*
*
* * Copyright 2019-2020 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
*... | [
"badr.nasslashen@gmail.com"
] | badr.nasslashen@gmail.com |
b4b3121c23b68e4f107f469c769a9dd2e814cc8b | 3c024b8c8b87ed840e4f7d8f12ce63ddc9539df4 | /GediTest/src/gems/test/GenomicRegionIntervalTreeTest.java | d849891dc5b58f67f172b0df3295721ac4037aa9 | [
"Apache-2.0"
] | permissive | paulrajgithub/gedi | fa267e3d246627bcb15a5d6d7729111c658350d2 | 431ae0eacf87c20664fc3d8e69b4dedfc4ad0310 | refs/heads/master | 2020-12-30T14:44:51.320221 | 2017-01-24T22:40:15 | 2017-01-24T22:40:15 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,618 | java | /**
*
* Copyright 2017 Florian Erhard
*
* 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... | [
"flo@erhard-mail.de"
] | flo@erhard-mail.de |
dcfb1d0a595ea7c82305a501b5365581b4a80225 | e652d775c8443b399ecfaec6fe427583aa6e7d94 | /Molap/Molap-Core/agitar/test/com/huawei/unibi/molap/keygenerator/util/KeyGenUtilAgitarTest.java | 6101e3ef0e90a2c4a2d2111434c0c10de2d996de | [] | no_license | gvramana/carbondata | 52d95dcb44546b71630c0680b42f8f76dacf9f96 | 3e7af59daa726d61d6437e0ed74efe4f28e1a249 | refs/heads/master | 2020-12-28T09:28:04.153050 | 2016-03-14T14:24:12 | 2016-03-14T14:24:12 | 54,021,189 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,593 | java | /**
* Generated by Agitar build: AgitarOne Version 5.3.0.000022 (Build date: Jan 04, 2012) [5.3.0.000022]
* JDK Version: 1.6.0_14
*
* Generated on 29 Jul, 2013 2:30:15 PM
* Time to generate: 00:13.459 seconds
*
*/
package com.huawei.unibi.molap.keygenerator.util;
import com.agitar.lib.junit.AgitarTe... | [
"chenliang613@huawei.com"
] | chenliang613@huawei.com |
30cd4c6d9b47b8fed4635b2cc736b626485f04da | 547f667fc96ff43cad7d6b4372d7cd095ad8cc38 | /src/main/java/edu/cmu/cs/stage3/alice/core/question/time/DayOfYear.java | daa4b9294202e9db689f8208633c7f03a2125054 | [
"BSD-2-Clause"
] | permissive | ericpauley/Alice | ca01da9cd90ebe743d392522e1e283d63bdaa184 | a0b732c548f051f5c99dd90ec9410866ba902479 | refs/heads/master | 2020-06-05T03:15:51.421453 | 2012-03-20T13:50:16 | 2012-03-20T13:50:16 | 2,081,310 | 3 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,427 | java | /*
* Copyright (c) 1999-2003, Carnegie Mellon University. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
*
* 1. Redistributions of source code must retain the above copyright
* ... | [
"zonedabone@gmail.com"
] | zonedabone@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.