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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1403eb2954da5698c5c11361e31151dca0d85e1f | 2f39a960a40c5e62afec99ebeefae241e7b984df | /HiveTV2.0/src/com/hiveview/tv/utils/JsonUtils.java | 40e2357e79055b0ded552a07db8a72263939c8a0 | [] | no_license | zhaweijin/mySetting | 5e773026a1777a01d05842991171b01a74bb9c0e | 5d18e3abfafa54d639276123e3ae96453def70ce | refs/heads/master | 2020-03-29T04:59:45.477027 | 2018-09-20T06:20:33 | 2018-09-20T06:20:33 | 149,559,981 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,362 | java | package com.hiveview.tv.utils;
import java.lang.reflect.Field;
import java.util.ArrayList;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import android.util.Log;
import com.hiveview.tv.service.exception.ServiceException;
public class JsonUtils {
public stati... | [
"dm-md@carterdeMacBook-Pro.local"
] | dm-md@carterdeMacBook-Pro.local |
71897e1fbd3ea43eb7dd7ce6070a613eaffbba46 | 7913176ad5870cfd1b37308c935607941d6c2b4e | /app/src/main/java/com/example/lab/android/nuc/chat/Base/json/ReturnQuestion.java | d79eedcf2010c78ad14667f1c48831236f5fa9a0 | [
"Apache-2.0"
] | permissive | chineseliuyongchao/ChatWithChinese | e50f327a4a1bea2346adf13b260cba10ae176833 | 10136adda9298d09031a4fdaec27546639d156c6 | refs/heads/master | 2020-04-07T15:05:49.787484 | 2018-08-26T02:23:01 | 2018-08-26T02:23:01 | 158,473,061 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 449 | java | package com.example.lab.android.nuc.chat.Base.json;
import java.util.ArrayList;
import java.util.List;
public class ReturnQuestion {
private List<Question> questions = new ArrayList<>();
public void add(Question question){
questions.add(question);
}
public List<Question> getQuestions() {
... | [
"1484290617@qq.com"
] | 1484290617@qq.com |
97f90b32eae1f6beb2ff47d97dff7584faa6a62c | a404c74df2d6f8d7fb4fe4e58b4458d83c62101f | /JavaDataScienceCookbook/src/obtainingandcleaning/lesson14p41/TestDB.java | af8be8e47ca78fc28efc77e4c1b562e600118011 | [] | no_license | VictorLeonidovich/MyDataScienceLessons | 5eeb7a6b04ae1957e79b01bc7031dc5e061826cb | 20cc6bde4d815ceec48bb6fbe84bc4ebb64e0dcf | refs/heads/master | 2020-04-01T13:54:26.980739 | 2018-10-16T11:20:42 | 2018-10-16T11:20:42 | 153,272,305 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,629 | java | package obtainingandcleaning.lesson14p41;
import java.sql.Connection;
import java.sql.Date;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import com.mysql.cj.jdbc.MysqlDataSource;
public class TestDB {
private static final String USER_NAME = "root";
private static ... | [
"k-v-l@tut.by"
] | k-v-l@tut.by |
00d6eec016847a0d97a25f8989f468f1b0a30c26 | 8225e72cda5dd30879e4a6b03fa3b93f3d01072f | /src/com/app/history/medical/ViewHistoryActivity.java | b9e4645001ef3c253efdd4dcf40d68cc43c506dd | [] | no_license | vemuvpk/MedicalInfo | 4d59c980e2bb559bf58fac9c978a2ea88fe14d57 | 919051762e90ba2b40ce4190c124ef55949326fc | refs/heads/master | 2021-01-23T01:26:29.540527 | 2017-03-23T04:56:25 | 2017-03-23T04:56:25 | 85,908,640 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,505 | java | package com.app.history.medical;
import java.util.ArrayList;
import java.util.HashMap;
import org.json.JSONArray;
import org.json.JSONObject;
import android.app.ProgressDialog;
import android.content.Intent;
import android.content.SharedPreferences;
import android.os.AsyncTask;
import android.os.Bundle;
... | [
"vemuvpk@outlook.com"
] | vemuvpk@outlook.com |
09816f35105e82645559fd9c23d9b6e3054f9a76 | 445c3cf84dd4bbcbbccf787b2d3c9eb8ed805602 | /aliyun-java-sdk-mpaas/src/main/java/com/aliyuncs/mpaas/model/v20200710/ListMcubeNebulaResourcesRequest.java | dae53d465e012e7c0c91e2877a439f596ad1d27d | [
"Apache-2.0"
] | permissive | caojiele/aliyun-openapi-java-sdk | b6367cc95469ac32249c3d9c119474bf76fe6db2 | ecc1c949681276b3eed2500ec230637b039771b8 | refs/heads/master | 2023-06-02T02:30:02.232397 | 2021-06-18T04:08:36 | 2021-06-18T04:08:36 | 172,076,930 | 0 | 0 | NOASSERTION | 2019-02-22T14:08:29 | 2019-02-22T14:08:29 | null | UTF-8 | Java | false | false | 2,841 | 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... | [
"sdk-team@alibabacloud.com"
] | sdk-team@alibabacloud.com |
db990bddf1b1614635adc2ea5fff673f7fa6f50c | a82cbd9b6f694f2b21d13553e1b39a62a9c54fa1 | /AndroidApp/Architecture/src/main/java/com/qiyei/architecture/viper/view/activity/MovieListActivity.java | ce019fa81b74afd8e371a596f54e7437536c3f5e | [] | no_license | qiyei2015/EssayJoke | 1fe49a7b5df24bbb4ba10c3c479cbe098baf88c3 | 0d56594aaeb89fe98e06293e283e6354d2dec9d3 | refs/heads/master | 2022-03-09T08:54:25.826988 | 2022-02-21T09:12:22 | 2022-02-21T09:12:22 | 89,912,628 | 72 | 31 | null | 2019-11-11T02:25:01 | 2017-05-01T09:38:48 | Java | UTF-8 | Java | false | false | 2,520 | java | package com.qiyei.architecture.viper.view.activity;
import androidx.appcompat.app.AppCompatActivity;
import androidx.recyclerview.widget.LinearLayoutManager;
import androidx.recyclerview.widget.RecyclerView;
import android.os.Bundle;
import android.view.View;
import com.qiyei.architecture.R;
import com.qiyei.archite... | [
"1273482124@qq.com"
] | 1273482124@qq.com |
bc133cbfeca4a72f8d8791f70d1fea18697056c6 | e6dbeb4f9aff8d5b94188c05c28caf02c9281376 | /src/com/phoenixkahlo/networking/HashMapEncoder.java | 3e3a2c84a9c14b2477eff4afe7e6be76502e85eb | [] | no_license | gretchenfrage/Eclipse | b000355d76c770c97839fe3322d6dee4ae54a7dd | 5250d06ccd71e6f5a6d8d0ad81c0e2361cbbd153 | refs/heads/master | 2021-04-06T18:16:56.636444 | 2016-08-20T20:18:22 | 2016-08-20T20:18:22 | 60,805,974 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,276 | java | package com.phoenixkahlo.networking;
import java.io.IOException;
import java.io.OutputStream;
import java.util.HashMap;
public class HashMapEncoder implements EncodingProtocol {
private ArrayEncoder keyArrayEncoder;
private ArrayEncoder valueArrayEncoder;
public HashMapEncoder(EncodingProtocol keyItemEncoder, E... | [
"kahlo.phoenix@gmail.com"
] | kahlo.phoenix@gmail.com |
e19e3d69245399394d715b7ed131f6753c19fbd3 | df48dc6e07cdf202518b41924444635f30d60893 | /jinx-com4j/src/main/java/com/exceljava/com4j/excel/IChartGroups.java | 4dfbf06623557f07e2f6df5b33e6afa549d5ccf7 | [
"MIT"
] | permissive | ashwanikaggarwal/jinx-com4j | efc38cc2dc576eec214dc847cd97d52234ec96b3 | 41a3eaf71c073f1282c2ab57a1c91986ed92e140 | refs/heads/master | 2022-03-29T12:04:48.926303 | 2020-01-10T14:11:17 | 2020-01-10T14:11:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,378 | java | package com.exceljava.com4j.excel ;
import com4j.*;
@IID("{0002085A-0001-0000-C000-000000000046}")
public interface IChartGroups extends Com4jObject,Iterable<Com4jObject> {
// Methods:
/**
* <p>
* Getter method for the COM property "Application"
* </p>
* @return Returns a value of type com.exceljava... | [
"tony@pyxll.com"
] | tony@pyxll.com |
e8d83ebba81f1d84ecde1fb875541307df171405 | 32b72e1dc8b6ee1be2e80bb70a03a021c83db550 | /ast_results/koelleChristian_trickytripper/app/src/main/java/de/koelle/christian/trickytripper/dataaccess/impl/tecbeans/PaymentReference.java | 25348df8a2b316dfd3e9df0c2558ed3505769aa1 | [] | no_license | cmFodWx5YWRhdjEyMTA5/smell-and-machine-learning | d90c41a17e88fcd99d543124eeb6e93f9133cb4a | 0564143d92f8024ff5fa6b659c2baebf827582b1 | refs/heads/master | 2020-07-13T13:53:40.297493 | 2019-01-11T11:51:18 | 2019-01-11T11:51:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,855 | java | // isComment
package de.koelle.christian.trickytripper.dataaccess.impl.tecbeans;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import java.util.Map;
import java.util.Map.Entry;
import de.koelle.christian.trickytripper.model.Amount;
import de.koelle.christian.trickytripper.model.Participant;... | [
"matheus@melsolucoes.net"
] | matheus@melsolucoes.net |
5b8ce594dd830b0cec53352b463e08ac180fc206 | fff79f0ec90b05aaae3ca04ef0c47b2821578cef | /2º Semestre/Programacao_de_Computadores_I/Exercicios_03/src/Exercicio3/Exercicio3_Quest12.java | 734b93c51cc3a2a3bb8d18636a5175abea76ea56 | [] | no_license | OseiasReis/Etec | 92d6e578c90f5b04eb120a9c662faf04c07bd41a | a9ed642f8c9560bc241afb80e85c6e7a8158722c | refs/heads/master | 2023-05-27T17:43:01.041559 | 2021-06-06T18:38:41 | 2021-06-06T18:38:41 | 255,802,724 | 0 | 0 | null | 2021-06-06T18:39:28 | 2020-04-15T04:16:13 | Java | ISO-8859-1 | Java | false | false | 311 | java | package Exercicio3;
public class Exercicio3_Quest12 {
public static void main( String[] args){
float i = 5.0f;
if (i > 1.99 && i < 5.99){
System.out.println("O numero digitado ESTA entre 1.99 e 5.99");
}else
System.out.println("O numero digitado NÃO esta entre os numeros 1.99 e 5.99");
}
} | [
"oseiasreis777@hotmail.com"
] | oseiasreis777@hotmail.com |
0b21c6a39d16e54ed42ba7e22fa2df43b1786082 | 491d8e1bc2cd8ab951bfc18b9b95828bcbe27d20 | /src/main/java/net/adamcin/granite/client/packman/validation/ValidationResult.java | 2cb49cf17d24e5f8ed963e2abaec0052aae00207 | [
"Unlicense"
] | permissive | huainiu/granite-client-packman | 0912ea96ee141bee6865ead8fb6890548d7ec8b2 | 161eee69b90e89ba3efa09d58a22408a1be3b13a | refs/heads/master | 2021-01-18T04:57:02.077971 | 2014-08-27T22:27:58 | 2014-08-27T22:27:58 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,513 | java | /*
* This is free and unencumbered software released into the public domain.
*
* Anyone is free to copy, modify, publish, use, compile, sell, or
* distribute this software, either in source code form or as a compiled
* binary, for any purpose, commercial or non-commercial, and by any
* means.
*
* In jurisdictio... | [
"adamcin@gmail.com"
] | adamcin@gmail.com |
e1c21a3f1b19d1f44b35a23672d8a9f1062117cb | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/22/22_fca2369576b64e9e4d057e15e636370cbb45ac6a/HiveMailWriter/22_fca2369576b64e9e4d057e15e636370cbb45ac6a_HiveMailWriter_t.java | 561bc2d22c6f2258fe3f05c81d224553da29dc72 | [] | 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 | 3,170 | java | /**
* Copyright 2012 Riparian Data
* http://www.ripariandata.com
* contact@ripariandata.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/li... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
0f377daac652a0adb781c4e3f69b51af195d944e | e50930e7d1f02b7face5829750633364e34d9c25 | /cloud-provider-payment1/src/main/java/ac/cn/saya/payment/provider/controller/PaymentController.java | b2e33d957ab015cb5af5c34ea9709b93fc9eb948 | [
"Apache-2.0"
] | permissive | saya-ac-cn/spring-cloud-alibaba-study | 34da6a4fd041472cbe8ba057f638ea7a151c7fbb | 1a1276d9a0f9faa809318c70586fc81683615e84 | refs/heads/master | 2021-07-12T14:22:37.550991 | 2021-05-08T13:24:05 | 2021-05-08T13:24:05 | 245,814,516 | 0 | 0 | Apache-2.0 | 2020-03-08T12:58:15 | 2020-03-08T12:57:06 | Java | UTF-8 | Java | false | false | 2,230 | java | package ac.cn.saya.payment.provider.controller;
import ac.cn.saya.alibaba.cloud.api.entity.PaymentEntity;
import ac.cn.saya.alibaba.cloud.api.entity.Result;
import ac.cn.saya.payment.provider.service.PaymentService;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired;
import... | [
"saya@saya.ac.cn"
] | saya@saya.ac.cn |
e0c849ea7736d828a77151d88a6239196121d8f0 | 066c3640aa155279b0b259f12f8fd926b8e9e72a | /emms_GXDD/src/com/knight/emms/web/action/InstallPriceSetAction.java | 13ea93bc1386866dadfbbc271784efc46c7bfc5a | [] | no_license | zjt0428/emms_GXDD | 3eebe850533357e7e43858120cfa58a55d797f7c | 9dd7af521efa613c9bba3ce8f7e1c706d8b94a50 | refs/heads/master | 2020-09-13T18:09:00.499402 | 2019-11-20T07:56:23 | 2019-11-20T07:56:23 | 222,864,042 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,398 | java | package com.knight.emms.web.action;
import java.util.List;
import javax.annotation.Resource;
import com.knight.core.filter.QueryFilter;
import com.knight.core.util.GsonUtil;
import com.knight.core.web.action.BaseAction;
import com.knight.emms.model.InstallPriceSet;
import com.knight.emms.service.InstallPriceSetServi... | [
"3555673863@qq.com"
] | 3555673863@qq.com |
89687117bf169330a02d3f78ba6be22cec59a352 | 40cd4da5514eb920e6a6889e82590e48720c3d38 | /desktop/applis/apps/bean/bean_games/pokemonbean/src/test/java/aiki/beans/help/FightHelpBeanAbilitiesUserPowerTest.java | 6b0710a326e2785f4a4559de92c17d99e8af8a90 | [] | no_license | Cardman/projects | 02704237e81868f8cb614abb37468cebb4ef4b31 | 23a9477dd736795c3af10bccccb3cdfa10c8123c | refs/heads/master | 2023-08-17T11:27:41.999350 | 2023-08-15T07:09:28 | 2023-08-15T07:09:28 | 34,724,613 | 4 | 0 | null | 2020-10-13T08:08:38 | 2015-04-28T10:39:03 | Java | UTF-8 | Java | false | false | 2,040 | java | package aiki.beans.help;
import aiki.beans.abilities.AikiBeansAbilitiesStd;
import aiki.facade.FacadeGame;
import aiki.fight.abilities.AbilityData;
import aiki.fight.util.TypeDamageBoost;
import aiki.instances.Instances;
import code.bean.nat.*;
import code.maths.Rate;
import code.util.StringList;
import code.util.Stri... | [
"f.desrochettes@gmail.com"
] | f.desrochettes@gmail.com |
cf471b9932fc2f9b877f7470bf7b40edcbaea15e | f140118cd3f1b4a79159154087e7896960ca0c88 | /graphx/target/java/org/apache/spark/graphx/Graph$.java | bec7cdd69147e8bdb43985d3fc56755c1fac8be3 | [] | no_license | loisZ/miaomiaomiao | d45dc779355e2280fe6f505d959b5e5c475f9b9c | 6236255e4062d1788d7a212fa49af1849965f22c | refs/heads/master | 2021-08-24T09:22:41.648169 | 2017-12-09T00:56:41 | 2017-12-09T00:56:41 | 111,349,685 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,752 | java | package org.apache.spark.graphx;
// no position
/**
* The Graph object contains a collection of routines used to construct graphs from RDDs.
*/
public class Graph$ implements scala.Serializable {
/**
* Static reference to the singleton instance of this Scala object.
*/
public static final Graph$ MODULE$ = ... | [
"283802073@qq.com"
] | 283802073@qq.com |
da138113ab62ae934a14039f303f019c7af3d2f4 | 4ead80ec478a9ae03c73c7408436bd507be7b6a9 | /business/uc/crm-biz/src/main/java/study/daydayup/wolf/business/uc/crm/biz/customer/info/dal/dao/BankCardDAO.java | efc55b5aca957bcda9928a0936bc1f86bd086444 | [
"MIT"
] | permissive | timxim/wolf | cfea87e0efcd5c6e6ff76c85b3882ffce60dde07 | 207c61cd473d1433bf3e4fc5a591aaf3a5964418 | refs/heads/master | 2022-11-12T15:13:33.096567 | 2020-07-04T14:03:53 | 2020-07-04T14:03:53 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 602 | java | package study.daydayup.wolf.business.uc.crm.biz.customer.info.dal.dao;
import org.apache.ibatis.annotations.Param;
import java.util.List;
import study.daydayup.wolf.business.uc.crm.biz.customer.info.dal.dataobject.BankCardDO;
public interface BankCardDAO {
int deleteById(Long id);
int insert(BankCardDO recor... | [
"winglechen@gmail.com"
] | winglechen@gmail.com |
e722116af6d7e41dd05316c286292ce614cade73 | 9a3afafaaa2313b9c0c3f52e0ddb3f9f7bd0ef98 | /src/main/java/com/qiang/modules/sys/controller/GuestController.java | 28e28668b11c61795829e3dfbf03d0b99caa3db8 | [] | no_license | tomray318/ac-blog | 3ee88987186e23e2583a8465331277b53b30e333 | 9cfe83f07f45b8c09f59ab3e45b477c229ebcb45 | refs/heads/master | 2020-08-28T12:25:42.170654 | 2019-10-27T11:44:45 | 2019-10-27T11:44:45 | 217,699,183 | 1 | 0 | null | 2019-10-26T11:31:05 | 2019-10-26T11:31:05 | null | UTF-8 | Java | false | false | 4,304 | java | package com.qiang.modules.sys.controller;
import com.qiang.common.utils.BlogJSONResult;
import com.qiang.modules.sys.entity.GuestEntity;
import com.qiang.modules.sys.entity.GuestLikesEntity;
import com.qiang.modules.sys.entity.RepGuestEntity;
import com.qiang.modules.sys.entity.VO.UsersVOEntity;
import com.qian... | [
"1158821459@qq.com"
] | 1158821459@qq.com |
87096e000ac89ead57ecac3470d705cf3f6e9262 | d314f4b6ad9715b12ca05b0966e6095c7053c5a0 | /core/src/gwtcog/core/ml/world/grid/probability/GridStochasticProbability.java | 2fba7fbfe107ac38886dbeaeb3f93fe1303a6ce1 | [] | no_license | MichielVdAnker/gwtcog | d2b46be0f27413e50b829b6d9cbcd16b5a2d2e54 | 795047ced68048e142561f7f4ad99a3dde9b63ee | refs/heads/master | 2021-01-23T12:34:45.840098 | 2013-05-11T14:27:40 | 2013-05-11T14:27:40 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,260 | java | /*
* Encog(tm) Core v3.2 - Java Version
* http://www.heatonresearch.com/encog/
* https://github.com/encog/encog-java-core
* Copyright 2008-2013 Heaton Research, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
... | [
"michiel.van.den.anker@gmail.com"
] | michiel.van.den.anker@gmail.com |
20764989b4ea64baf5ab31088b785083ad18fe14 | 666e4fe5ccf2b2b8c5860ce0edf6e7aed95a34e5 | /app/src/main/java/com/czy/server/aidldemo2/ComputeImpl.java | 7e0f7efae21b26f228d1c6e5d0814288e466d02c | [] | no_license | ltpdev/AidlDemo2 | b6f37cfb7060da0aad83fc3fe57099bec6b2a545 | 79a5983fb8df6f96413bc12c46e8f9702be056d5 | refs/heads/master | 2020-04-09T18:07:26.531093 | 2018-12-05T10:35:45 | 2018-12-05T10:35:45 | 160,502,152 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 219 | java | package com.czy.server.aidldemo2;
import android.os.RemoteException;
public class ComputeImpl extends ICompute.Stub{
@Override
public int add(int a, int b) throws RemoteException {
return a+b;
}
}
| [
"1776494277@qq.com"
] | 1776494277@qq.com |
fd533511e227c778250fd2132637a890a51beb07 | 511a5e5b585be029dc61dd95390c812027c2413b | /newapp/src/main/java/com/tzpt/cloudlibrary/modle/remote/newdownload/SpeedCalculator.java | 862635dd0f8726a5718d53614901ca8624fb3409 | [] | no_license | MengkZhang/ebook | 60733cff344dd906c20ec657d95e4fa4d0789cf5 | 109101ebad3e8e5274e758c786013aab650c3ff1 | refs/heads/master | 2020-05-07T09:56:05.996761 | 2019-04-09T15:17:10 | 2019-04-09T15:17:10 | 180,392,558 | 4 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,979 | java | package com.tzpt.cloudlibrary.modle.remote.newdownload;
import android.os.SystemClock;
import com.tzpt.cloudlibrary.modle.remote.newdownload.core.Util;
/**
* Created by Administrator on 2018/8/14.
*/
public class SpeedCalculator {
private long timestamp;
private long increaseBytes;
private long byte... | [
"653651979@qq.com"
] | 653651979@qq.com |
7969205e8e0c7e1264715fc0bbf81d4521a82b7f | 5e34c548f8bbf67f0eb1325b6c41d0f96dd02003 | /dataset/smallest_68eb0bb0_000/mutations/64/smallest_68eb0bb0_000.java | 3c4e8a7428b7426f767316ad884963804647792b | [] | no_license | mou23/ComFix | 380cd09d9d7e8ec9b15fd826709bfd0e78f02abc | ba9de0b6d5ea816eae070a9549912798031b137f | refs/heads/master | 2021-07-09T15:13:06.224031 | 2020-03-10T18:22:56 | 2020-03-10T18:22:56 | 196,382,660 | 1 | 1 | null | 2020-10-13T20:15:55 | 2019-07-11T11:37:17 | Java | UTF-8 | Java | false | false | 2,147 | java | package introclassJava;
class IntObj {
public int value;
public IntObj () {
} public IntObj (int i) {
value = i;
}
}
class FloatObj {
public float value;
public FloatObj () {
} public FloatObj (float i) {
value = i;
}
}
class LongObj {
public long value;
public... | [
"bsse0731@iit.du.ac.bd"
] | bsse0731@iit.du.ac.bd |
8f4bdbbe90aac9710ef54e94292588b3d60f1ae4 | b9bfebe568f1afd9b90f83f3067e2aa1f266a8ee | /LeetCode/struggle/src/zrc/leetcode/SurroundedRegions.java | d3c35541c39fb93a68f37e5b5402b96d4d851e07 | [] | 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 | 2,400 | java | package zrc.leetcode;
//给你一个 m x n 的矩阵 board ,由若干字符 'X' 和 'O' ,找到所有被 'X' 围绕的区域,并将这些区域里所有的 'O' 用 'X' 填充
//。
//
//
//
//
// 示例 1:
//
//
//输入:board = [["X","X","X","X"],["X","O","O","X"],["X","X","O","X"],["X","O","X"
//,"X"]]
//输出:[["X","X","X","X"],["X","X","X","X"],["X","X","X","X"],["X","O","X","X"]]
//解释:被围绕的区间... | [
"2834511920@qq.com"
] | 2834511920@qq.com |
e6d0e275b1bf242eabb30b7326533c4035935b82 | 66581bc32744f3a30be77c7638a534f024daddb6 | /sakai-mini/2.8.0/sam/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/author/RemoveAttachmentListener.java | cb9fae473bb5daa8d855785f2ecc5bf03606eb30 | [
"ECL-2.0"
] | permissive | lijiangt/sakai | 087be33a4f20fe199458fe6a4404f37c613f3fa2 | 2647ef7e93617e33d53b1756918e64502522636b | refs/heads/master | 2021-01-10T08:44:39.756518 | 2012-03-05T14:40:08 | 2012-03-05T14:40:08 | 36,716,620 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,815 | java | /**********************************************************************************
* $URL: https://source.sakaiproject.org/svn/sam/trunk/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/shared/RemoveMediaListener.java $
* $Id: RemoveMediaListener.java 9268 2006-05-10 21:27:24Z daisyf@stanford.edu $
... | [
"lijiangt@gmail.com"
] | lijiangt@gmail.com |
fc070e79ce48fe34e5e40bba164adea05050087d | 7ad843a5b11df711f58fdb8d44ed50ae134deca3 | /JDK/JDK1.8/src/java/awt/font/LayoutPath.java | 739341e03524b7eb0e20984454ff8fd25e95bf31 | [
"MIT"
] | permissive | JavaScalaDeveloper/java-source | f014526ad7750ad76b46ff475869db6a12baeb4e | 0e6be345eaf46cfb5c64870207b4afb1073c6cd0 | refs/heads/main | 2023-07-01T22:32:58.116092 | 2021-07-26T06:42:32 | 2021-07-26T06:42:32 | 362,427,367 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,954 | java | /*
* Copyright (c) 2005, Oracle and/or its affiliates. All rights reserved.
* ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*/
/*
* (C) Copyright IBM Corp. 2005, All Rights Reserved.
*/
package java.awt.font;
import java.awt.geom.Point2D;
/**
* LayoutPath provides a mapping between location... | [
"panzha@dian.so"
] | panzha@dian.so |
17f729b711a89a59334ac25ea4e1512cbeacc122 | 0cfb56020fa9a2615062d44afe467c3c10df5d97 | /src/lesson7/ShapeUtils.java | 49816e594cf8e06debf93d7f2be37eb582141c53 | [] | no_license | ayakauleu/java-courses | 1f12561ed5a59a94232c89500e93a090b4d556a1 | 57d30357efe954368d3aa92c29e5494adc125cc6 | refs/heads/master | 2021-01-23T00:02:04.367157 | 2018-08-19T14:43:02 | 2018-08-19T14:46:22 | 85,691,313 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 313 | java | package lesson7;
import com.sun.org.apache.bcel.internal.generic.INSTANCEOF;
public class ShapeUtils {
public static boolean isRectangle(Shape shape) {
return shape instanceof Rectangle;
}
public static boolean isTriangle(Shape shape) {
return shape instanceof Triangle;
}
}
| [
"="
] | = |
b489464c51561c34a247462d9164497a4700b8a6 | 3bf6d4a745e6d4d6f8dfcc83400ae9079da62a58 | /source/gotosea/trunk/gotosea-core/src/main/java/com/hyhl/gotosea/core/prod/mapper/DetailSalesPlanMapper.java | 8bfeeba302c5724fd51dd333b2346bc569331552 | [] | no_license | soldiers1989/truck | c56d481382b27ea7db51b83be4f8316f2a868089 | ec888b26eeac107369c4ec73f8793b1d0a93900f | refs/heads/master | 2020-03-29T04:28:24.666824 | 2017-09-07T07:47:20 | 2017-09-07T07:47:20 | 149,533,098 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 369 | java | package com.hyhl.gotosea.core.prod.mapper;
import com.hyhl.gotosea.core.common.mapper.MyMapper;
import com.hyhl.gotosea.core.prod.po.DetailSalesPlan;
import java.util.Date;
public interface DetailSalesPlanMapper extends MyMapper<DetailSalesPlan> {
// DetailSalesPlan getPlanByDate(String date);
DetailSalesPlan... | [
"joker2580136@126.com"
] | joker2580136@126.com |
fea49200a8ce031dea3a62fc46073df6a3f037b8 | e03d21d7f21f3a2136c6450b093ad53e1b021586 | /kaipin-ent-old/src/com/enterprise/model/UserResume.java | 1ea54288b8c2796dea7b6274144cfdc306e988c6 | [] | no_license | huagnkangjie/kaipin | d035da2bbda9bf1a125826a598962b443a7dfc3e | 8e3dfb2203fb119b8de9636e73ceba2a4405e627 | refs/heads/master | 2018-12-11T08:32:20.792022 | 2018-09-12T15:06:02 | 2018-09-12T15:06:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,471 | java | package com.enterprise.model;
public class UserResume {
private String id;
private String resumeName;
private String userId;
private String surname;
private String missSurname;
private String salary;
private Integer sex;
private String birthDate;
private String height;
... | [
"1059976050@qq.com"
] | 1059976050@qq.com |
f4cc555180653acb4535ff05dfa5bb8e8b49e0fb | 38c10c01007624cd2056884f25e0d6ab85442194 | /chrome/android/java/src/org/chromium/chrome/browser/tabmodel/document/AsyncTabCreationParamsManager.java | bf860cb44d69df106e6e6c66f9adb8c15e841db5 | [
"BSD-3-Clause"
] | permissive | zenoalbisser/chromium | 6ecf37b6c030c84f1b26282bc4ef95769c62a9b2 | e71f21b9b4b9b839f5093301974a45545dad2691 | refs/heads/master | 2022-12-25T14:23:18.568575 | 2016-07-14T21:49:52 | 2016-07-23T08:02:51 | 63,980,627 | 0 | 2 | BSD-3-Clause | 2022-12-12T12:43:41 | 2016-07-22T20:14:04 | null | UTF-8 | Java | false | false | 1,760 | java | // Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package org.chromium.chrome.browser.tabmodel.document;
import android.util.SparseArray;
import org.chromium.base.ThreadUtils;
/**
* Data that will be ... | [
"zeno.albisser@hemispherian.com"
] | zeno.albisser@hemispherian.com |
71ca160160bf5e62c73b1b816e13fe2a264222c4 | 572ab44a5612fa7c48c1c3b29b5f4375f3b08ed1 | /BIMfoBA.src/jsdai/SIfc4/EIfcelectricresistancemeasure.java | da1c91244b06ebdbaad3a3a4309e46474514a550 | [] | no_license | ren90/BIMforBA | ce9dd9e5c0b8cfd2dbd2b84f3e2bcc72bc8aa18e | 4a83d5ecb784b80a217895d93e0e30735dc83afb | refs/heads/master | 2021-01-12T20:49:32.561833 | 2015-03-09T11:00:40 | 2015-03-09T11:00:40 | 24,721,790 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 241 | java | /* Generated by JSDAI Express Compiler, version 4.3.2, build 500, 2011-12-13 */
// Java interface implementing type IfcElectricResistanceMeasure
package jsdai.SIfc4;
import jsdai.lang.*;
public interface EIfcelectricresistancemeasure {
}
| [
"renato.filipe.vieira@gmail.com"
] | renato.filipe.vieira@gmail.com |
688f2ef5b82264cda80e6ae8d27a1248e20799c4 | 832adcdeb34c5ba6ba7d9ac6f1be01619711579d | /src/day170821/CaptureInLambdas.java | 1f6739edc84a178a774f8558de0ea6049bef892d | [] | no_license | Duelist256/CoreJava | 208d5281988350e3a178ddefbebdba21ed6473b9 | 1fb5461691a7ac47ebd97577a8d5dd22171adb74 | refs/heads/master | 2021-01-21T15:19:44.807973 | 2017-09-10T13:51:19 | 2017-09-10T13:51:19 | 95,383,213 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 604 | java | package day170821;
public class CaptureInLambdas {
public static void main(String[] args) {
X x = new X();
x.m(30);
}
}
class X {
static int classField = 30;
int instanceField;
void m(int formalParameter) {
int localVariable = 10;
Runnable r = () -> {
... | [
"selykov.iw@yandex.ru"
] | selykov.iw@yandex.ru |
f39bc1f610b84423acc5c3379035fd8dad51a01b | 9a9b8d42b3e2f7eec37eaa2836a42cabb241db3f | /src/test/java/com/hui/tpa/web/rest/errors/ExceptionTranslatorTestController.java | 1b428369e9c10d6b56fba30ff758fa1ddac6241d | [] | no_license | danialhui/tpa-application | 2ca48e53a484c509e687939b62bef35fccbf0ed8 | 42006760910bfc542f3e037e414486f7fc852106 | refs/heads/master | 2020-04-03T14:45:00.602546 | 2018-10-30T06:16:24 | 2018-10-30T06:16:24 | 155,334,215 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,631 | java | package com.hui.tpa.web.rest.errors;
import org.springframework.dao.ConcurrencyFailureException;
import org.springframework.http.HttpStatus;
import org.springframework.security.access.AccessDeniedException;
import org.springframework.security.authentication.BadCredentialsException;
import org.springframework.web.bind.... | [
"jhipster-bot@jhipster.tech"
] | jhipster-bot@jhipster.tech |
e7d2a39ecb08e549d75896a330445315aafe4275 | dc1dbb7e5a4b95bf44170d2f51fd08b3814f2ac9 | /data_defect4j/preprossed_method_corpus/Math/102/org/apache/commons/math/stat/descriptive/DescriptiveStatistics_getKurtosis_218.java | c2c6c5f140c32d72802f9a6a4e35dbb233597c89 | [] | 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,361 | java |
org apach common math stat descript
maintain dataset valu singl variabl comput descript
statist base store data link window size getwindows window size windows
properti set limit number valu store
dataset infinit window put limit size
dataset caution back store
grow bound larg datase... | [
"hvdthong@gmail.com"
] | hvdthong@gmail.com |
f8d2d6a48bd3e8026cf062cd05c7d9587235e991 | 66ff28616037e5c188d8c0cb7e576b4957a1813b | /eventuate-tram-consumer-common/src/main/java/io/eventuate/tram/consumer/common/MessageHandlerDecorator.java | f6831230c87d83d276ae7860b9d6b8f377b39f10 | [
"Apache-2.0"
] | permissive | zmyer/eventuate-tram-core | e8b70bf6080652aceeb580636c454b84af912576 | 6f3d3a65d21271297538a5094f8b0e96600c9b44 | refs/heads/master | 2020-03-24T22:48:19.603439 | 2019-07-19T12:02:24 | 2019-07-19T12:02:24 | 143,103,763 | 0 | 0 | NOASSERTION | 2019-07-19T12:02:26 | 2018-08-01T04:26:49 | Java | UTF-8 | Java | false | false | 202 | java | package io.eventuate.tram.consumer.common;
import java.util.function.BiConsumer;
public interface MessageHandlerDecorator extends BiConsumer<SubscriberIdAndMessage, MessageHandlerDecoratorChain> {
}
| [
"chris@chrisrichardson.net"
] | chris@chrisrichardson.net |
1545603959b936b23044f6a07f1144a2701e0692 | 7c377882e4789809de9a72dd54c2b0581c418474 | /roncoo-education-util/src/main/java/com/roncoo/education/util/enums/StatusIdEnum.java | 397eb1955ee1535d5b255b267039f018bc0526c8 | [
"MIT"
] | permissive | husend/roncoo-education | bcc06f177f0d369507de19e342855fb1248ffcd4 | 8a5ecc3a61bf8c5c0cfc641b4dc76532f77f23e4 | refs/heads/master | 2022-09-10T14:11:16.542139 | 2019-11-07T10:27:14 | 2019-11-07T10:27:14 | 220,208,745 | 0 | 0 | MIT | 2022-06-17T02:37:16 | 2019-11-07T10:19:18 | Java | UTF-8 | Java | false | false | 375 | java | /**
* Copyright 2015-现在 广州市领课网络科技有限公司
*/
package com.roncoo.education.util.enums;
import lombok.AllArgsConstructor;
import lombok.Getter;
/**
* @author wujing
*/
@Getter
@AllArgsConstructor
public enum StatusIdEnum {
YES(1, "正常", ""), NO(0, "禁用", "red");
private Integer code;
private String desc;
private ... | [
"1175674846@qq.com"
] | 1175674846@qq.com |
35efbeb81600ca8410defe5bcd8c238effd284a0 | 751074944bd92b5e355b3dfe8f945fa208114e7a | /SpringXML/src/main/java/com/mtsmda/xml/work20052015/ExternalStorage.java | f9f024c8a20dc3495629024f960e087b9b5d562f | [] | no_license | akbars95/springExperiments_03052015 | f4ae64653cf87dbded361afbf9ee21af07def19c | 7f89a215fda4ecf271fe2b28c1ba5288852feabe | refs/heads/master | 2020-06-05T01:17:46.198821 | 2016-02-26T15:59:55 | 2016-02-26T16:00:02 | 34,976,279 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 606 | java | package com.mtsmda.xml.work20052015;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
/**
* Created by c-DMITMINZ on 5/20/2015.
*/
@XmlRootElement(name = "ExternalStorage")
public class ExternalStorage {
private ConnectionPoints connectionPoints;
public Externa... | [
"mynzat.dmitrii@gmail.com"
] | mynzat.dmitrii@gmail.com |
1d79c197126105ccd68cbf1dfe9d6c71efa3a13d | 984142b31b636f285413296426aa5c46d7e7b726 | /app/src/main/java/com/app/mak/cellular/FetchOneAgent/CommentsUser.java | 8dbb63079c5b2fcf5507790661cf219ad78680f4 | [] | no_license | priyankagiri14/mak_cellular | c02eb00c3ff532b47fb4a6380c0f9d8a36dd3769 | a5d85cc6c7e7a6a4a9b1a89a6415f2ffc2aa018d | refs/heads/master | 2020-09-25T14:08:36.655883 | 2020-02-18T11:53:53 | 2020-02-18T11:53:53 | 226,019,832 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,985 | java | package com.app.mak.cellular.FetchOneAgent;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
import java.util.List;
public class CommentsUser {
@SerializedName("id")
@Expose
private Integer id;
@SerializedName("customerId")
@Expose
private String ... | [
"priyanka@ontrackis.com"
] | priyanka@ontrackis.com |
91503dae4ba7e7f7da45e3854d27fd85f92e50e3 | eef45ebc0891a1eb86e51faa1f4370d7d2f9f2f6 | /src/com/butent/bee/shared/html/builder/elements/Menuitem.java | 85ffc82afc5ace09583a0038dfef697c5153812c | [] | no_license | ebagatavicius/bee | 6ae4f0ec4fb2436a3b36bfc774a459331f2ae1fb | f558368a5257687d31913e874a7b24fd4930d11c | refs/heads/master | 2020-06-06T00:18:57.455397 | 2017-12-14T17:12:42 | 2017-12-14T17:12:42 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,969 | java | package com.butent.bee.shared.html.builder.elements;
import com.butent.bee.shared.html.Attributes;
import com.butent.bee.shared.html.builder.Element;
public class Menuitem extends Element {
private static final String TYPE_CHECK_BOX = "checkbox";
private static final String TYPE_COMMAND = "command";
p... | [
"marius@butent.com"
] | marius@butent.com |
17a4066fe965599dd8ad49a6dbbf31c8f576831e | cfc60fc1148916c0a1c9b421543e02f8cdf31549 | /src/testcases/CWE257_Storing_Password_Recoverable_Format/CWE257_Storing_Password_Recoverable_Format__Servlet_PropertiesFile_61a.java | 399c05c4dbb9936e9974918be4f59ddc2fc260a2 | [
"LicenseRef-scancode-public-domain"
] | permissive | zhujinhua/GitFun | c77c8c08e89e61006f7bdbc5dd175e5d8bce8bd2 | 987f72fdccf871ece67f2240eea90e8c1971d183 | refs/heads/master | 2021-01-18T05:46:03.351267 | 2012-09-11T16:43:44 | 2012-09-11T16:43:44 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,309 | java | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE257_Storing_Password_Recoverable_Format__Servlet_PropertiesFile_61a.java
Label Definition File: CWE257_Storing_Password_Recoverable_Format__Servlet.label.xml
Template File: sources-sinks-61a.tmpl.java
*/
/*
* @description
* CWE: 257 Storing passwords in a recoverable f... | [
"amitf@chackmarx.com"
] | amitf@chackmarx.com |
d3792af96502fdc9c81e530fbafd395eb524e81c | d66a4cbb0bb425b3d1bef9054e421a9ac1bf784b | /gmsc-app/app/src/main/java/cn/gmuni/sc/widget/clipimage/ClipImageBorderView.java | 58db6dd6dc36e36672493cef15d01edbd2cbb230 | [] | no_license | zhuxin3230213/android | a0300e991189ba87d3617b8e2e316b1b616b9b1c | 21c3faf7650de9c90cfe53e9af9bf200308e4282 | refs/heads/master | 2020-04-13T18:18:53.258699 | 2019-01-21T03:13:53 | 2019-01-21T03:13:53 | 161,720,843 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,205 | java | package cn.gmuni.sc.widget.clipimage;
import android.content.Context;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Paint;
import android.support.annotation.Nullable;
import android.util.AttributeSet;
import android.view.View;
import cn.gmuni.sc.utils.PixelUtil;
public class ... | [
"zhuxin_123"
] | zhuxin_123 |
f8460d04b29275f4d8791b5d0f3c2822d1d17a60 | 0deb0a9a5d627365179e8e6eb560b8ce5eb4462e | /java/src/test/java/com/yourtion/leetcode/medium/c0043/SolutionTest.java | ddbe6e127df2bd57610fa27bcacdbfc049608d55 | [
"MIT"
] | permissive | yourtion/LeetCode | 511bdd344b2d5a6a436ae0a6c0458c73205d54da | 61ee9fb1f97274e1621f8415dcdd8c7e424d20b3 | refs/heads/master | 2021-08-16T21:50:13.852242 | 2021-07-09T01:58:46 | 2021-07-09T01:58:46 | 231,171,224 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 896 | java | package com.yourtion.leetcode.medium.c0043;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.DisplayName;
import org.junit.jupiter.params.ParameterizedTest;
import org.junit.jupiter.params.provider.Arguments;
import org.junit.jupiter.params.provider.MethodSource;
import java.util.stream.Stream;
... | [
"yourtion@gmail.com"
] | yourtion@gmail.com |
f335be92056f50482eb4855a2849f82beafa9141 | d5ad317b7fc44ae0fc1f589fab48d4418b1aee9a | /src/main/java/io/airmate_tech/airmate/service/SocialService.java | 31a759db71eee33c554737cd34d7c9bb11312ce1 | [] | no_license | BulkSecurityGeneratorProject/sdfa | e51b426321df2eafadfe8b693a34b6ed4843102d | 507530dd0e04fab617bc53577aaf546b391d07fa | refs/heads/master | 2022-12-14T04:47:27.302327 | 2017-08-10T18:52:45 | 2017-08-10T18:52:45 | 296,557,365 | 0 | 0 | null | 2020-09-18T08:12:31 | 2020-09-18T08:12:30 | null | UTF-8 | Java | false | false | 5,664 | java | package io.airmate_tech.airmate.service;
import io.airmate_tech.airmate.domain.Authority;
import io.airmate_tech.airmate.domain.User;
import io.airmate_tech.airmate.repository.AuthorityRepository;
import io.airmate_tech.airmate.repository.UserRepository;
import org.apache.commons.lang3.RandomStringUtils;
import org.a... | [
"jhipster-bot@users.noreply.github.com"
] | jhipster-bot@users.noreply.github.com |
f98f7d530af1af4b4a4ead8b326a319a8c143720 | fd0440fc5b01470e02315e70049f3d9501e43ccf | /app/src/main/java/com/geekhive/studentsoft/beans/applicationform/ApplicationForm.java | b26ed0509a81f7ec73ab7da4cedcb8e7111cf9b8 | [] | no_license | dprasad554/StudentSoft | b073afefabef3436d920b1038c88eb3223b6112a | 346b06f72af0e366c88ea3551ffb0896e4737e1d | refs/heads/master | 2023-04-16T15:56:36.819080 | 2021-05-03T08:13:49 | 2021-05-03T08:13:49 | 363,860,002 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 399 | java |
package com.geekhive.studentsoft.beans.applicationform;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
public class ApplicationForm {
@SerializedName("result")
@Expose
private Result result;
public Result getResult() {
return result;
}
... | [
"rohitkumar.kr92@gmail.com"
] | rohitkumar.kr92@gmail.com |
8f0c8d40298418dc917ffec466be6bb225f35310 | a00326c0e2fc8944112589cd2ad638b278f058b9 | /src/main/java/000/148/119/CWE89_SQL_Injection__Property_execute_22a.java | 4b88725bd275a74fbcc74d882d7167eac9ec78c7 | [] | no_license | Lanhbao/Static-Testing-for-Juliet-Test-Suite | 6fd3f62713be7a084260eafa9ab221b1b9833be6 | b095b11c7cb6d4a5bb2b76181e35d6ee00e96e68 | refs/heads/master | 2020-08-24T13:34:04.004149 | 2019-10-25T09:26:00 | 2019-10-25T09:26:00 | 216,822,684 | 0 | 1 | null | 2019-11-08T09:51:54 | 2019-10-22T13:37:13 | Java | UTF-8 | Java | false | false | 3,527 | java | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE89_SQL_Injection__Property_execute_22a.java
Label Definition File: CWE89_SQL_Injection.label.xml
Template File: sources-sinks-22a.tmpl.java
*/
/*
* @description
* CWE: 89 SQL Injection
* BadSource: Property Read data from a system property
* GoodSource: A hardcoded s... | [
"anhtluet12@gmail.com"
] | anhtluet12@gmail.com |
b983d53c3678173d99f6485cd61b31a8323f2bdc | 779bd0d5701654585708dcb7593b256394c1d5a8 | /it.unibo.xtext.intro19.Iot.ui/xtend-gen/it/unibo/xtext/intro19/ui/contentassist/IotProposalProvider.java | 6b7677a8c16d127be9beb0bbe21dc3b76c3b37a6 | [] | no_license | anatali/iss2019Lab | 95fd9df254b1649f5907784ff1124e576f335d23 | 9331c0f19b634a32d01621d55d20291cf255c57e | refs/heads/master | 2022-12-14T20:21:23.145244 | 2019-10-30T10:08:45 | 2019-10-30T10:08:45 | 172,677,977 | 2 | 0 | null | 2022-12-09T03:53:41 | 2019-02-26T09:16:52 | Jupyter Notebook | UTF-8 | Java | false | false | 418 | java | /**
* generated by Xtext 2.16.0
*/
package it.unibo.xtext.intro19.ui.contentassist;
import it.unibo.xtext.intro19.ui.contentassist.AbstractIotProposalProvider;
/**
* See https://www.eclipse.org/Xtext/documentation/304_ide_concepts.html#content-assist
* on how to customize the content assistant.
*/
@Su... | [
"antonio.natali@unibo.it"
] | antonio.natali@unibo.it |
a246129961093d17f2528e102833c6bf426fff82 | bcdb4977de5e66270f6bbef18d1214bf2eeed192 | /gmall-pms/src/main/java/com/atguigu/gmall/pms/service/impl/AttrGroupServiceImpl.java | 801c610bed1101d02946201f85f2f00b074fe40e | [
"Apache-2.0"
] | permissive | joedyli/gmall-0713 | edc45fa4005c06588fae6ac3cd0de630213fbacb | dc881a419c8bb315a1d1c2bee9e2f778ace289cd | refs/heads/main | 2023-02-17T10:27:59.926556 | 2021-01-10T07:53:57 | 2021-01-10T07:53:57 | 321,216,279 | 4 | 7 | null | null | null | null | UTF-8 | Java | false | false | 5,141 | java | package com.atguigu.gmall.pms.service.impl;
import com.atguigu.gmall.pms.entity.AttrEntity;
import com.atguigu.gmall.pms.entity.SkuAttrValueEntity;
import com.atguigu.gmall.pms.entity.SpuAttrValueEntity;
import com.atguigu.gmall.pms.mapper.AttrMapper;
import com.atguigu.gmall.pms.mapper.SkuAttrValueMapper;
import com.... | [
"joedy23@aliyun.com"
] | joedy23@aliyun.com |
d001d499360cbebec5699898210a299d4f87354e | 61da317a7f6ccb601bb6f301d28a0919fb4c08cc | /flyway-core/src/main/java/com/googlecode/flyway/core/dbsupport/hsql/HsqlTable.java | 02f0cb661314f4830e75c6bfeacbf80040815839 | [
"Apache-2.0"
] | permissive | tototoshi/flyway | 54c03c783bd0891c9b9fe3eb9aeadd6c99d89eb9 | 3008dae3e2f4280f624e40eaff4ca980ddb89f13 | refs/heads/master | 2021-12-14T09:54:23.765189 | 2013-04-06T17:34:49 | 2013-04-06T17:34:49 | 9,269,014 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,909 | java | /**
* Copyright (C) 2010-2013 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 requir... | [
"business@axelfontaine.com"
] | business@axelfontaine.com |
b05bdbe8fa8501165bd584f0914d9a1a4847d3d3 | 043703eaf27a0d5e6f02bf7a9ac03c0ce4b38d04 | /subject_systems/Struts2/src/struts-2.5.10.1/src/core/src/main/java/org/apache/struts2/interceptor/debugging/DebuggingInterceptor.java | 873c091eb79d5c0195b7b37639511bd519443ec5 | [] | no_license | MarceloLaser/arcade_console_test_resources | e4fb5ac4a7b2d873aa9d843403569d9260d380e0 | 31447aabd735514650e6b2d1a3fbaf86e78242fc | refs/heads/master | 2020-09-22T08:00:42.216653 | 2019-12-01T21:51:05 | 2019-12-01T21:51:05 | 225,093,382 | 1 | 2 | null | null | null | null | UTF-8 | Java | false | false | 130 | java | version https://git-lfs.github.com/spec/v1
oid sha256:61e8f41c39c96f2368e3654fbb3a4e51ab17f8beb6c93666673a065ea40275af
size 18362
| [
"marcelo.laser@gmail.com"
] | marcelo.laser@gmail.com |
db67e815bfb93b8597f278d7bec091fe9fc51eff | a13ab684732add3bf5c8b1040b558d1340e065af | /java6-src/com/sun/jmx/snmp/IPAcl/JDMInformItem.java | 34f449a60792903b152356860665dd22f44f4309 | [] | no_license | Alivop/java-source-code | 554e199a79876343a9922e13ccccae234e9ac722 | f91d660c0d1a1b486d003bb446dc7c792aafd830 | refs/heads/master | 2020-03-30T07:21:13.937364 | 2018-10-25T01:49:39 | 2018-10-25T01:51:38 | 150,934,150 | 5 | 2 | null | null | null | null | UTF-8 | Java | false | false | 830 | java | /*
* %Z%file %M%
* %Z%author Sun Microsystems, Inc.
* %Z%version %I%
* %Z%date %D%
*
* Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
* ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*/
/* Generated By:JJTree: Do not edit this line. JDMInformItem.java *... | [
"liulp@zjhjb.com"
] | liulp@zjhjb.com |
4fda3a1f6841541a4ba6abbf90575c9d3d871f4e | a9c378a6b5b51d42ec9515004d6680c481feb435 | /snail/src/main/java/com/acgist/snail/net/torrent/peer/PeerMessageHandler.java | 6a6f3db90a04504021fd8da5976cda681652864c | [
"Apache-2.0"
] | permissive | guibiaoguo/snail | 1ea9cce5d1648ebd5bb880394d53d659cbd8cf14 | 9dbfc5ba74732b185d90a7f36cb115e50a260201 | refs/heads/master | 2023-02-03T03:47:08.281130 | 2020-12-27T01:56:20 | 2020-12-27T01:56:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,548 | java | package com.acgist.snail.net.torrent.peer;
import java.nio.ByteBuffer;
import com.acgist.snail.context.exception.NetException;
import com.acgist.snail.net.IMessageEncryptSender;
import com.acgist.snail.net.TcpMessageHandler;
/**
* <p>Peer消息代理</p>
*
* @author acgist
*/
public final class PeerMessageHandler exten... | [
"289547414@qq.com"
] | 289547414@qq.com |
fd77bc57eab5610efd8b2968b10c502ceaa3ac78 | f8162917c6eadf05c7ac82a5e7a90a9ea871f5b2 | /src/com/woodlight/Color.java | 1ecb919a0212b2d05bd67adfa73aaa91caa4a578 | [] | no_license | LeafSpark/WoodLight | f211ff421e7989d3e9b53e697b0c84a6064d45d6 | 7e4a87c7df3028ed8c71a40db2b93da18537ef2a | refs/heads/master | 2023-07-10T20:20:38.883390 | 2021-08-21T16:47:52 | 2021-08-21T16:47:52 | 390,479,726 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,945 | java | package com.woodlight;
public enum Color {
RESET("\033[0m"),
BLACK("\033[0;30m"), // BLACK
RED("\033[0;31m"), // RED
GREEN("\033[0;32m"), // GREEN
YELLOW("\033[0;33m"), // YELLOW
BLUE("\033[0;34m"), // BLUE
MAGENTA("\033[0;35m"), // MAGENTA
CYAN("\033[0;36m"), // ... | [
"unconfigured@null.spigotmc.org"
] | unconfigured@null.spigotmc.org |
23b0c0359a275a7817040983e284ea49e7c6db49 | af71555e266b2173aa5da91734d46122bf986897 | /robobinding/src/main/java/org/robobinding/dynamicbinding/DynamicViewBinding.java | 5a7a0d6477b4e1fe52bcd7a4fccaa78847e0de6a | [
"Apache-2.0"
] | permissive | 403462630/RoboBinding | de73581252540b76ec570245710c174aad8718b1 | bfedc1ea56bbcc53833eb82e2b6b2a66e520bce4 | refs/heads/master | 2021-01-25T00:29:41.574975 | 2014-08-03T13:16:16 | 2014-08-03T13:16:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,605 | java | package org.robobinding.dynamicbinding;
import org.robobinding.viewattribute.ViewBinding;
import org.robobinding.viewattribute.impl.BindingAttributeMappingsImpl;
import org.robobinding.viewattribute.impl.BindingAttributeMappingsWithCreate;
import android.view.View;
import com.google.common.base.Preconditions... | [
"weicheng112@gmail.com"
] | weicheng112@gmail.com |
88b2768b88c29546c9598c0e30ec9964071414d9 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/19/19_caefc77112729b23b563a9c228f02fd77a96dc01/JDINullValue/19_caefc77112729b23b563a9c228f02fd77a96dc01_JDINullValue_s.java | 87ffaeaa15fc28601293839f0b0e0d7620eb6f76 | [] | no_license | zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516692 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | null | UTF-8 | Java | false | false | 1,354 | java | package org.eclipse.jdt.internal.debug.core.model;
/*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
import java.util.Collections;
import java.util.List;
import org.eclipse.debug.core.DebugException;
import org.eclipse.jdt.debug.core.IJavaType;
/**
* Represents a value of "null"... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
73cb762f5d54e77582325b01847a69f258c896d3 | a3ac2fb9bc40c9c62824ee6d86d2be4450b8e54e | /spring/spring-rest/src/main/java/config/WebConfig.java | 6a3905072830dffd7775d6ad7d1797e47d9f0bac | [] | no_license | somyungsub/study-spring | 452872ef653a742173ecf91eca6462c9759ee78a | 16877566943f11aa432a28eeb50a62890040e239 | refs/heads/master | 2023-01-08T21:26:52.610273 | 2020-12-28T06:55:57 | 2020-12-28T06:55:57 | 136,273,305 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,093 | java | package config;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.web.servlet.view.InternalResourceViewResolver;
@Configuration
public class WebConfig {
@Bean
public InternalResourceViewResolver internalResourceViewResolver... | [
"gkdldy5@naver.com"
] | gkdldy5@naver.com |
8f30f6c01b439b065cbbe638d7fc994fc30477a3 | 91297ffb10fb4a601cf1d261e32886e7c746c201 | /derby/test/unit/src/org/netbeans/modules/derby/DerbyOptionsTest.java | b2419f770c1710026a5614f747d23adafa8d67da | [] | no_license | JavaQualitasCorpus/netbeans-7.3 | 0b0a49d8191393ef848241a4d0aa0ecc2a71ceba | 60018fd982f9b0c9fa81702c49980db5a47f241e | refs/heads/master | 2023-08-12T09:29:23.549956 | 2019-03-16T17:06:32 | 2019-03-16T17:06:32 | 167,005,013 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,035 | java | /*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
*
* Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
*
* Oracle and Java are registered trademarks of Oracle and/or its affiliates.
* Other names may be trademarks of their respective owners.
*
* The contents of this file are su... | [
"taibi@sonar-scheduler.rd.tut.fi"
] | taibi@sonar-scheduler.rd.tut.fi |
a7b5f8764124b369bd831f108d8a72289525d0b7 | c6d8805abdee76dcb729eaf7b62ac41a68d6ca91 | /src/main/java/imrcp/geosrv/AHPSLocations.java | be60e250e52da6a6c62a2b9a73f7438de981f535 | [] | no_license | hmusavi/imrcp_mvn | 34e0fbae85860825b92d6f51b459a3410eb147ff | 04c403a75c91a5ad84052af59aeae094098869f3 | refs/heads/main | 2023-03-09T07:23:16.117096 | 2021-02-22T14:34:30 | 2021-02-22T14:34:30 | 341,216,470 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,115 | java | /*
* Copyright 2018 Synesis-Partners.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... | [
"musavi_hamid@bah.com"
] | musavi_hamid@bah.com |
693f8389a580dd804ee3f44ed3a5fd80cfe7e0bb | 69a4f2d51ebeea36c4d8192e25cfb5f3f77bef5e | /methods/Method_40151.java | 7437663637bb5ff7a210915330b81019e1193068 | [] | 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 | 1,348 | java | void buildFileType(){
String url="stdtypes.html#bltin-file-objects";
State table=BaseFile.table;
String[] methods_unknown={"__enter__","__exit__","__iter__","flush","readinto","truncate"};
for ( String m : methods_unknown) {
table.insert(m,newLibUrl(url),newFunc(),METHOD);
}
String[] methods_str={"next... | [
"sonnguyen@utdallas.edu"
] | sonnguyen@utdallas.edu |
1c753d91011d7a666e91b2c2b6a1a701cc0b030f | 128da67f3c15563a41b6adec87f62bf501d98f84 | /com/emt/proteus/duchampopt/cypx2s_513.java | 41b03e724142ea9a595fb0554ed6b852125ec85f | [] | no_license | Creeper20428/PRT-S | 60ff3bea6455c705457bcfcc30823d22f08340a4 | 4f6601fb0dd00d7061ed5ee810a3252dcb2efbc6 | refs/heads/master | 2020-03-26T03:59:25.725508 | 2018-08-12T16:05:47 | 2018-08-12T16:05:47 | 73,244,383 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,029 | java | /* */ package com.emt.proteus.duchampopt;
/* */
/* */ import com.emt.proteus.runtime.api.Env;
/* */ import com.emt.proteus.runtime.api.Frame;
/* */ import com.emt.proteus.runtime.api.Function;
/* */ import com.emt.proteus.runtime.api.MainMemory;
/* */
/* */ public final class cypx2s_51... | [
"kimjoey79@gmail.com"
] | kimjoey79@gmail.com |
6763d00eca6980c8cd5ad43480c5a637ad402e82 | 434eeace9a2d4d19d8946499ad92331bca2e7c5f | /descent.core/src/descent/internal/compiler/ISourceElementRequestor.java | 28d557ff748c19e0882b34c9585cafbcc56b38b8 | [] | no_license | jacob-carlborg/descent | bc9632d774c5d4b6b36ace5b63ab213e5040c6b6 | 4a78f1e441aa89632c4a7329fe894f9ed506b4ad | refs/heads/master | 2021-03-12T23:27:42.290232 | 2011-08-26T17:42:07 | 2011-08-26T17:42:07 | 2,454,693 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,463 | java | /*******************************************************************************
* Copyright (c) 2000, 2006 IBM Corporation 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, an... | [
"asterite@6538119e-2221-0410-ba12-9a5a7e5062c7"
] | asterite@6538119e-2221-0410-ba12-9a5a7e5062c7 |
73f159b75572da0c9ebbc8a13a2c3f44b996d1d2 | 40a58b118d1cc654bfb27db5e406cc734f213217 | /protractor/src/main/java/com/jprotractor/scripts/Evaluate.java | 3e490837020c5f3114b863e03a004bad7b23ead4 | [] | no_license | serpro69/selenium_java | 592c51efea5264afc84e77ee2fe68069f934584a | 025849d60264e259905c2327cb13c9cca24c993e | refs/heads/master | 2021-07-16T20:42:27.160266 | 2017-10-24T02:52:44 | 2017-10-24T02:52:44 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 247 | java | package com.jprotractor.scripts;
/**
* @author Carlos Alexandro Becker (caarlos0@gmail.com)
*/
public final class Evaluate implements Script {
@Override
public String content() {
return new Loader("evaluate").content();
}
}
| [
"kouzmine_serguei@yahoo.com"
] | kouzmine_serguei@yahoo.com |
5be4a992768a0e4ca5a04266de5c6610fdf04a4c | bfc034c23c494bebb0b844d4ee19da56533b9026 | /src/main/java/com/sky/ddt/entity/LongStorageFee.java | 5a1e96e449ee5c327b70242014963cdd582f83b8 | [] | no_license | skywhitebai/ddt | 2b0b35194199abf2126e8297316ad16fec2186b9 | 750178a971c50370afec5855274dbd20e53cc331 | refs/heads/main | 2023-06-07T00:29:53.206163 | 2021-09-24T16:24:42 | 2021-09-24T16:24:42 | 311,826,029 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 4,826 | java | package com.sky.ddt.entity;
import java.math.BigDecimal;
import java.util.Date;
public class LongStorageFee {
private Integer id;
private Integer financeId;
private Date snapshotDate;
private String sku;
private Integer shopSkuId;
private String fnsku;
private String asin;
priva... | [
"baixueping@rfchina.com"
] | baixueping@rfchina.com |
5c48a230a901c791113ee8629f3845ec10482405 | bc1fbf89595dc5ddac694e2dde366ec405639567 | /diagnosis-protal/src/main/java/com/eedu/diagnosis/protal/service/StudentClassworkService.java | b4dad7feddd7e420b8cce285d92f42092809bfa5 | [] | no_license | dingran9/b2b-diagnosis | 5bd9396b45b815fa856d8f447567e81425e67b9e | 147f7bb2ef3f0431638f076281cd74a9489f9c26 | refs/heads/master | 2021-05-06T07:47:14.230444 | 2017-12-18T09:44:08 | 2017-12-18T09:44:08 | 113,966,212 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 546 | java | package com.eedu.diagnosis.protal.service;
import com.eedu.diagnosis.protal.model.request.StudentModel;
import java.util.List;
import java.util.Map;
/**
* Created by dqy on 2017/3/21.
*/
public interface StudentClassworkService {
/**
* 初始化作业主页面
* @param model
* @return
*/
List<Map<Strin... | [
"dingran@e-eduspace.com"
] | dingran@e-eduspace.com |
8646a208b9824008faeb6a4221a0efb2c442fdac | d4a877437612a282a31e9811bf7c4f3d0ad5a07f | /app/src/main/java/com/tns/espapp/fragment/AccountStatementFragment.java | d5b96b3cb0dae4e192797264b7142a70cd9cbe8a | [] | no_license | deepak-tns/ESPAppLatest | cfa91f048f936220d934b96622232427523294b7 | 80aac7600a4b00b950fcff0fe4cd2f10e0e41652 | refs/heads/master | 2020-03-20T00:30:06.442833 | 2018-06-12T09:07:17 | 2018-06-12T09:07:17 | 137,046,168 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,269 | java | package com.tns.espapp.fragment;
import android.app.ProgressDialog;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.webkit.WebView;
import android.webkit.WebViewClient;
import com.tns.espapp.A... | [
"deepaksachan8@gmail.com"
] | deepaksachan8@gmail.com |
86526398be842187083b631ff7ba731fad61de99 | 3af6963d156fc1bf7409771d9b7ed30b5a207dc1 | /runtime/src/main/java/apple/uikit/UIBackgroundRefreshStatus.java | f939bcc9a5575dba09b4d210f6dcd2372ab2fb10 | [
"Apache-2.0"
] | permissive | yava555/j2objc | 1761d7ffb861b5469cf7049b51f7b73c6d3652e4 | dba753944b8306b9a5b54728a40ca30bd17bdf63 | refs/heads/master | 2020-12-30T23:23:50.723961 | 2015-09-03T06:57:20 | 2015-09-03T06:57:20 | 48,475,187 | 0 | 0 | null | 2015-12-23T07:08:22 | 2015-12-23T07:08:22 | null | UTF-8 | Java | false | false | 972 | java | package apple.uikit;
import java.io.*;
import java.nio.*;
import java.util.*;
import com.google.j2objc.annotations.*;
import com.google.j2objc.runtime.*;
import com.google.j2objc.runtime.block.*;
import apple.audiotoolbox.*;
import apple.corefoundation.*;
import apple.coregraphics.*;
import apple.coreservices.*;
impo... | [
"pchen@sellegit.com"
] | pchen@sellegit.com |
5d2c78f06ca189d51d4275e21698b118e25d4373 | ae05ef291fd060f450c26a9fbb504aea777139ad | /src/main/java/com/escom/schoolsaes/ws/PruebaWebService.java | 5447e35a3de6762c4fb742aee1837c0cb83d4925 | [] | no_license | Tonatiu/java_soap_server | 9b4444b827766a0ad5dc67e4dc2cc02a8fef9a4f | 4369994fdabbe7ac27e8ae6d22eb688fd045d4a0 | refs/heads/master | 2021-01-20T16:17:14.511348 | 2016-06-05T03:52:26 | 2016-06-05T03:52:26 | 60,326,796 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 342 | java | package com.escom.schoolsaes.ws;
import javax.jws.WebMethod;
import javax.jws.WebParam;
import javax.jws.WebService;
@WebService
public class PruebaWebService {
@WebMethod(operationName="suma")
public double suma(@WebParam(name="a")double a, @WebParam(name="b")double b) {
System.out.println("Multiplica");
... | [
"root@localhost.localdomain"
] | root@localhost.localdomain |
c321e17f447a305800163eae6a3c4a55965ce730 | 1f207999be869a53c773c4b3dc4cff3d78f60aca | /ybg_base_jar/src/main/java/com/alipay/api/domain/AlipayEcoCplifePayResultQueryModel.java | 7451b6d584930b20630832c20037a0467fe367d0 | [] | no_license | BrendaHub/quanmin_admin | 8b4f1643112910b728adc172324b8fb8a2f672dc | 866548dc219a2eaee0a09efbc3b6410eb3c2beb9 | refs/heads/master | 2021-05-09T04:17:03.818182 | 2018-01-28T15:00:12 | 2018-01-28T15:00:12 | 119,267,872 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,052 | java | package com.alipay.api.domain;
import com.alipay.api.AlipayObject;
import com.alipay.api.internal.mapping.ApiField;
/**
* 查询单笔物业费交易关联账单详情
*
* @author auto create
* @since 1.0, 2017-09-08 11:37:41
*/
public class AlipayEcoCplifePayResultQueryModel extends AlipayObject {
private static final long serialVersionUI... | [
"13552666934@139.com"
] | 13552666934@139.com |
37220ba1eab40769654dae57abaf740fab7f9e51 | 7e1511cdceeec0c0aad2b9b916431fc39bc71d9b | /flakiness-predicter/input_data/original_tests/joel-costigliola-assertj-core/nonFlakyMethods/org.assertj.core.error.ElementsShouldHave_create_Test-should_create_error_message.java | 0682fa1478ae5bc812b06d3abc37bfe6646e2b12 | [
"BSD-3-Clause"
] | permissive | Taher-Ghaleb/FlakeFlagger | 6fd7c95d2710632fd093346ce787fd70923a1435 | 45f3d4bc5b790a80daeb4d28ec84f5e46433e060 | refs/heads/main | 2023-07-14T16:57:24.507743 | 2021-08-26T14:50:16 | 2021-08-26T14:50:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 275 | java | @Test public void should_create_error_message(){
String message=factory.create(new TextDescription("Test"),new StandardRepresentation());
assertEquals("[Test] \nExpecting elements:\n<[\"Leia\"]>\n of \n<[\"Yoda\", \"Luke\", \"Leia\"]>\n to have <jedi power>",message);
}
| [
"aalsha2@masonlive.gmu.edu"
] | aalsha2@masonlive.gmu.edu |
6ddc643e567d42a13a734eee97872208ad90ecf0 | e2b6a07d1f5145ce89f4998ce998b9d03d44f931 | /src/main/java/tech/jiangtao/backstage/model/ShortNews.java | c34e5d398f11909ad79aca1cde3acb09135addd7 | [
"Apache-2.0"
] | permissive | BosCattle/JMessage-Api | 3f851652833aeab3c740e4c71633e246c87d2cc9 | 554c9f042a74a415c1bd1f2a0432371a5807ddeb | refs/heads/master | 2021-06-16T00:38:04.301705 | 2017-05-08T19:42:30 | 2017-05-08T19:42:30 | 82,381,164 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,271 | java | package tech.jiangtao.backstage.model;
import java.util.Date;
public class ShortNews {
private Long snid;
private Date publishingTime;
private String newsType;
private String author;
private String subject;
private String body;
public Long getSnid() {
return snid;
}
... | [
"jiangtao103cp@163.com"
] | jiangtao103cp@163.com |
eda5ba85f05be35fb1a9117af51ac04b6de16146 | 1ac9bccd95181a524c1c2091abc0819af03d5263 | /jigsaw-framework/jigsaw-runtime-metrics/src/main/java/org/jigsaw/payment/metric/Histogram.java | 98745f45839a923dfa7085281f7e34e7a6ff6f68 | [
"Apache-2.0"
] | permissive | Orangeletbear/jigsaw | 3ed7d4dd9e4ea510b903f2337a19502a622177c2 | 585e2ed244407b55d4b93c42d003e58e92bf60b1 | refs/heads/master | 2022-12-23T00:14:02.201185 | 2019-06-28T12:59:47 | 2019-06-28T12:59:47 | 194,274,478 | 0 | 0 | Apache-2.0 | 2022-12-16T08:44:49 | 2019-06-28T12:59:14 | Java | UTF-8 | Java | false | false | 1,128 | java | package org.jigsaw.payment.metric;
/**
* 持续统计。
* @author shamphone@gmail.com
* @version 1.0.0
* @date 2017年8月13日
*/
public class Histogram {
private long count;
private double average;
private Long max;
private Long min;
public synchronized void addValue(final long value) {
calculate... | [
"1471755989@qq.com"
] | 1471755989@qq.com |
5e205b715a4f0cb975a5bf98277a0e2805eb354d | 46550e65c345d091087811629b3c100f5a855a0b | /plugins/org.eclipse.osee.framework.jini/src/org/eclipse/osee/framework/jini/service/test/interfaces/INabitService.java | 92b764ec9b544f9b831ca260c908dd8dcd25cc3a | [] | no_license | LiZongZho/osee | 041f843d6ac319322327411b864f955b52575d47 | 39c88c44190b5635e6f4806a5191f3b1bd6e7f71 | refs/heads/master | 2020-12-13T14:43:02.942558 | 2014-09-29T22:09:39 | 2014-09-29T22:09:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,134 | java | /*******************************************************************************
* Copyright (c) 2004, 2007 Boeing.
* 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
*... | [
"rbrooks@ee007c2a-0a25-0410-9ab9-bf268980928c"
] | rbrooks@ee007c2a-0a25-0410-9ab9-bf268980928c |
1dea459f346d34ce0348f025e48d64271e1297c9 | ae0e0f3393fd5a3da70fb4727e763459b7cb152b | /swing/src/main/java/global/namespace/truelicense/swing/UpdatingConsumerLicenseManager.java | 03c9583e1aa296bd6ebec2f728b9e2131be1b5bf | [
"Apache-2.0"
] | permissive | christian-schlichtherle/truelicense | a3f530be6ffea070558300532452584f918feb89 | 242568d8a419495c9de122ff42d17a37a3971790 | refs/heads/develop | 2022-11-24T12:05:52.710546 | 2021-07-25T10:13:27 | 2021-07-25T10:13:45 | 104,300,497 | 260 | 65 | Apache-2.0 | 2022-11-16T02:51:40 | 2017-09-21T04:10:41 | Java | UTF-8 | Java | false | false | 1,823 | java | /*
* Copyright (C) 2005 - 2019 Schlichtherle IT Services.
* All rights reserved. Use is subject to license terms.
*/
package global.namespace.truelicense.swing;
import global.namespace.truelicense.api.ConsumerLicenseManager;
import global.namespace.truelicense.swing.util.Enabler;
import javax.swing.*;
import java.... | [
"christian@schlichtherle.de"
] | christian@schlichtherle.de |
23d6a745eafc52f249c0cb92b7b18bfdb5707dcb | be16632b9c4bf9a4f72239779ba9510511b309db | /Current/Product/Production/Packages/FitNesse/Install/Product/FitNesse/Dev/fitnesse-plugins/src/com/targetprocess/integration/userstory/RetrieveAttachedRequestsForUserStoryResponse.java | 2f0d5b275cc3d8289036e3c30db46233f0aaaa0a | [] | no_license | vardars/ci-factory | 7430c2afb577937fb598b5af3709990e674e7d05 | b83498949f48948d36dc488310cf280dbd98ecb7 | refs/heads/master | 2020-12-25T19:26:17.750522 | 2015-07-10T10:58:10 | 2015-07-10T10:58:10 | 38,868,165 | 1 | 2 | null | null | null | null | UTF-8 | Java | false | false | 2,070 | java |
package com.targetprocess.integration.userstory;
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 f... | [
"cifactory@571f4c53-cd24-0410-92e9-33dde47f2f63"
] | cifactory@571f4c53-cd24-0410-92e9-33dde47f2f63 |
b2da8f223d03a4fb7b6d3677934a833065d16cc4 | 350f50831472558c1412e5e45162c85fccd1c2e6 | /src/main/java/com/eviware/soapui/support/swing/RSyntaxAreaPopupMenu.java | a352bda240dca341c1e59588df3c97e71560d4e7 | [
"MIT"
] | permissive | ZihengSun/suis4j | 759b387adbc4daa0300a360ce78112ffcf606fbc | 6b6a233e45f14f8482fa5599fb50f5f0055a6b07 | refs/heads/master | 2021-07-12T17:26:23.651375 | 2019-03-08T00:18:06 | 2019-03-08T00:18:06 | 119,863,920 | 5 | 3 | MIT | 2019-03-07T14:56:21 | 2018-02-01T16:42:40 | Java | UTF-8 | Java | false | false | 5,766 | java | /*
* SoapUI, Copyright (C) 2004-2016 SmartBear Software
*
* Licensed under the EUPL, Version 1.1 or - as soon as they will be approved by the European Commission - subsequent
* versions of the EUPL (the "Licence");
* You may not use this work except in compliance with the Licence.
* You may obtain a cop... | [
"zsun@gmu.edu"
] | zsun@gmu.edu |
1ad4cb6090575d1437ea89ef73cece332ec422f2 | ca030864a3a1c24be6b9d1802c2353da4ca0d441 | /classes10.dex_source_from_JADX/com/facebook/friending/profileshare/ProfileShareAdapter.java | 3e959239d0cfa41c51704ae02652e2497f5057a7 | [] | no_license | pxson001/facebook-app | 87aa51e29195eeaae69adeb30219547f83a5b7b1 | 640630f078980f9818049625ebc42569c67c69f7 | refs/heads/master | 2020-04-07T20:36:45.758523 | 2018-03-07T09:04:57 | 2018-03-07T09:04:57 | 124,208,458 | 4 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,392 | java | package com.facebook.friending.profileshare;
import android.content.res.Resources;
import android.support.v7.widget.RecyclerView.Adapter;
import android.support.v7.widget.RecyclerView.ViewHolder;
import android.view.LayoutInflater;
import android.view.View;
import android.view.View.OnClickListener;
import android.view... | [
"son.pham@jmango360.com"
] | son.pham@jmango360.com |
d40c9e8ca656859a5c8de2238eaedcd27c8e8a08 | 48e835e6f176a8ac9ae3ca718e8922891f1e5a18 | /benchmark/training/com/alibaba/json/bvt/joda/JodaTest_7_DateTimeZone.java | cf8d611fd8ea9d9cced6f6253ec80c71e29e87dc | [] | no_license | STAMP-project/dspot-experiments | f2c7a639d6616ae0adfc491b4cb4eefcb83d04e5 | 121487e65cdce6988081b67f21bbc6731354a47f | refs/heads/master | 2023-02-07T14:40:12.919811 | 2019-11-06T07:17:09 | 2019-11-06T07:17:09 | 75,710,758 | 14 | 19 | null | 2023-01-26T23:57:41 | 2016-12-06T08:27:42 | null | UTF-8 | Java | false | false | 730 | java | package com.alibaba.json.bvt.joda;
import com.alibaba.fastjson.JSON;
import junit.framework.TestCase;
import org.joda.time.DateTimeZone;
public class JodaTest_7_DateTimeZone extends TestCase {
public void test_for_joda_0() throws Exception {
JodaTest_7_DateTimeZone.Model m = new JodaTest_7_DateTimeZone.... | [
"benjamin.danglot@inria.fr"
] | benjamin.danglot@inria.fr |
b0b0df0c09d3ac57c2f7de23a5586f95bb1124a5 | 53f5a941261609775dc3eedf0cb487956b734ab0 | /com.samsung.accessory.atticmgr/sources/androidx/annotation/FractionRes.java | 023ec5d355309e7028bc9b208b44495f1db3c27a | [] | no_license | ThePBone/BudsProAnalysis | 4a3ede6ba6611cc65598d346b5a81ea9c33265c0 | 5b04abcae98d1ec8d35335d587b628890383bb44 | refs/heads/master | 2023-02-18T14:24:57.731752 | 2021-01-17T12:44:58 | 2021-01-17T12:44:58 | 322,783,234 | 16 | 1 | null | null | null | null | UTF-8 | Java | false | false | 425 | java | package androidx.annotation;
import java.lang.annotation.Documented;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Target({ElementType.METHOD, ElementType.PARAMETER, ElementType.FIELD, ElementTy... | [
"thebone.main@gmail.com"
] | thebone.main@gmail.com |
2f5ca55b8071a9474406c5f6d1cb4bf18c77f6da | a70bb22000cd7c6cfb01aa1db33164d92bf42a59 | /rumo-springboot-rabbitmq-springxml/src/main/java/com/rumo/rabbitmq/topic/ReceiveLogsTopic2.java | 2b983988d50097ed43f93d89ddfaaca947d51976 | [] | no_license | zixuncool/springboot-all | ef6cc0281a92b8a6a41706966aaec3aad6c1c04b | 478333f32ff28477613e95ffdf11e7acc21fd488 | refs/heads/master | 2020-05-19T10:19:15.819966 | 2018-10-10T12:00:09 | 2018-10-10T12:00:09 | 184,964,876 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,871 | java | package com.rumo.rabbitmq.topic;
import java.io.IOException;
import java.io.UnsupportedEncodingException;
import java.util.concurrent.TimeoutException;
import com.rabbitmq.client.AMQP;
import com.rabbitmq.client.Channel;
import com.rabbitmq.client.Connection;
import com.rabbitmq.client.DefaultConsumer;
impo... | [
"xuchengfeifei@163.com"
] | xuchengfeifei@163.com |
9e77a01086087abad4ab3a938784c1b29631f506 | 889877dd2129c9717bafc77a84408f287fbbdbc3 | /src/main/java/bjl/application/financialSummary/representation/FinancialSummaryRepresentation.java | cb72ed42a4de13678602662040402ef321c4bfdd | [] | no_license | zhouxhhn/voto | 3cf1405045e81230398cb273cfeaf9ee95b86ac5 | 66fc84c1b6b536be51b84895aa2be316618d3d49 | refs/heads/master | 2020-03-26T23:08:11.746765 | 2018-08-21T05:54:02 | 2018-08-21T05:54:02 | 145,513,289 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 4,362 | java | package bjl.application.financialSummary.representation;
import java.math.BigDecimal;
import java.util.Date;
/**
* Created by dyp on 2017-12-27.
*/
public class FinancialSummaryRepresentation {
private String id;
private Integer version;
private Date createDate;
private Integer boot;//... | [
"joey.zhou@siyue.cn"
] | joey.zhou@siyue.cn |
84f5dd6823a3287908cfab5286c8c6dea665e973 | 6cef7fc78cc935f733f3707fca94776effb94875 | /siem/kraken-linux-sentry/src/main/java/org/krakenapps/sentry/linux/logger/LinuxCommandHandler.java | cf58233ca9363873548792d8af691830bfe70421 | [] | no_license | xeraph/kraken | 1a5657d837caeaa8c6c045b24cd309d7184fd5b5 | a2b6fe120b5c7d7cde0309ec1d4c3335abef17a1 | refs/heads/master | 2021-01-20T23:36:48.613826 | 2013-01-15T01:03:44 | 2013-01-15T01:03:44 | 7,766,261 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,790 | java | /*
* Copyright 2010 NCHOVY
*
* 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 ... | [
"devnull@localhost"
] | devnull@localhost |
9ff83647564da971ee9d5ecaaee3c9866f60e595 | 6baa09045c69b0231c35c22b06cdf69a8ce227d6 | /modules/adwords_appengine/src/main/java/com/google/api/ads/adwords/jaxws/v201607/express/BudgetSuggestionServiceInterface.java | 3a4f5b9db3f0398b4798283b09961a1013020db8 | [
"Apache-2.0"
] | permissive | remotejob/googleads-java-lib | f603b47117522104f7df2a72d2c96ae8c1ea011d | a330df0799de8d8de0dcdddf4c317d6b0cd2fe10 | refs/heads/master | 2020-12-11T01:36:29.506854 | 2016-07-28T22:13:24 | 2016-07-28T22:13:24 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,100 | java |
package com.google.api.ads.adwords.jaxws.v201607.express;
import javax.jws.WebMethod;
import javax.jws.WebParam;
import javax.jws.WebResult;
import javax.jws.WebService;
import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.ws.RequestWrapper;
import javax.xml.ws.ResponseWrapper;
/**
*
* A service f... | [
"jradcliff@users.noreply.github.com"
] | jradcliff@users.noreply.github.com |
f249fc3651453cd9a1a9d72b0fdd5488beef92a6 | 14a9cfea324672bcb4e7e44f997e6c014efe9670 | /quickblox-android-sdk-master/sample-core/src/main/java/com/quickblox/sample/core/utils/ImageUtils.java | a8129b0c1b8ae3ef75122ebb340a3e9bdf439b27 | [
"BSD-2-Clause",
"BSD-3-Clause"
] | permissive | Nazmul56/TestingProjects | a3cae3ae533147267ad41355dd2d5a3d3bb3390a | aaaf571ba2749061ad51c739f1f8d332741113d7 | refs/heads/master | 2022-05-02T10:02:34.947804 | 2022-03-24T16:53:32 | 2022-03-24T16:53:32 | 101,139,315 | 4 | 1 | null | null | null | null | UTF-8 | Java | false | false | 4,768 | java | package com.quickblox.sample.core.utils;
import android.app.Activity;
import android.content.Intent;
import android.net.Uri;
import android.os.ParcelFileDescriptor;
import android.provider.MediaStore;
import android.support.v4.app.Fragment;
import com.quickblox.sample.core.CoreApp;
import com.quickblox.sample.core.R;... | [
"nazmul.cste07@gmail.com"
] | nazmul.cste07@gmail.com |
2db79f05407fe05fed5cf3ca9470d4f1f4ff9e85 | c1e0bbcddf2efee61d8d4bbdfaf200a6026524ce | /grouper-ws/grouper-ws/src/grouper-ws/edu/internet2/middleware/grouper/ws/rest/group/WsRestGroupDeleteLiteRequest.java | 9ba1160a286d44d94d86024a9a13aab258bfe72e | [
"Apache-2.0"
] | permissive | Internet2/grouper | 094bb61f3f58d98e531684c205b884354db8d451 | 7a27d1460b45a79bf276fa05a726e83706f6ff65 | refs/heads/GROUPER_4_BRANCH | 2023-09-03T08:22:10.136126 | 2023-09-02T04:56:10 | 2023-09-02T04:56:10 | 21,910,720 | 74 | 82 | NOASSERTION | 2023-08-12T18:48:54 | 2014-07-16T17:42:37 | Java | UTF-8 | Java | false | false | 5,612 | java | /*******************************************************************************
* Copyright 2012 Internet2
*
* 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.ap... | [
"mchyzer@isc.upenn.edu"
] | mchyzer@isc.upenn.edu |
c554f7c515faafe3bd467ba5c9ab21c4c86f2791 | 2b2fcb1902206ad0f207305b9268838504c3749b | /WakfuClientSources/srcx/class_24_aAE.java | 27cd2d5d968e8723f43c3d836000c09419b811cf | [] | no_license | shelsonjava/Synx | 4fbcee964631f747efc9296477dee5a22826791a | 0cb26d5473ba1f36a3ea1d7163a5b9e6ebcb0b1d | refs/heads/master | 2021-01-15T13:51:41.816571 | 2013-11-17T10:46:22 | 2013-11-17T10:46:22 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 883 | java | import java.nio.ByteBuffer;
public class aAE
implements cxS
{
public int dTz = 0;
public static final int aL = 4;
public boolean g(ByteBuffer paramByteBuffer)
{
paramByteBuffer.putInt(this.dTz);
return true;
}
public boolean h(ByteBuffer paramByteBuffer) {
this.dTz = paramByteBuffer.getInt(... | [
"music_inme@hotmail.fr"
] | music_inme@hotmail.fr |
93b15edcfd0f900095ed622a34a98d18d27340b1 | 3b22a684e1540d58d07bc6a12ab09584884c273d | /hybris/bin/ext-content/cmsfacades/testsrc/de/hybris/platform/cmsfacades/util/models/ContentSlotModelMother.java | 84e498697f6371df5fc3d942a1d7448ffdea997c | [] | no_license | ScottGledhill/HYB | 955221b824b8f0d1b0e584d3f80c2e48bc0c19d9 | 0c91735fe889bc47878c851445220dbcae7ca281 | refs/heads/master | 2021-07-25T20:00:36.924559 | 2017-10-27T14:17:02 | 2017-10-27T14:17:02 | 108,548,668 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,618 | 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 ter... | [
"ScottGledhill@hotmail.co.uk"
] | ScottGledhill@hotmail.co.uk |
921ba88d6cb87756625b8975952af2e9b1b8ab8e | f26c4ce1736cbd8763a66563a8d7b77175a669f8 | /src/main/java/com/lzf/code/babasport/resp/OrderResp.java | ebddb6d1a6d82f36fd93aa7e6abc23b5322c21f0 | [] | no_license | 15706058532/docker-maven-spring-boot-demo | a299cb2ab498ecfcd24b5b5e188a7f536fc76882 | 293a92b3245480d7ca53ce63e63b0f16cffdf103 | refs/heads/master | 2020-04-13T05:57:32.903433 | 2018-12-24T17:11:16 | 2018-12-24T17:11:16 | 163,007,888 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,902 | java | package com.lzf.code.babasport.resp;
import com.fasterxml.jackson.annotation.JsonInclude;
import org.springframework.format.annotation.DateTimeFormat;
import java.util.Date;
import java.io.Serializable;
/**
* 写点注释
* <br/>
* Created in 2018-12-22 20:08:59
* <br/>
*
* @author Li zhenfeng
*/
@JsonInclude(JsonInc... | [
"15706058532@163.com"
] | 15706058532@163.com |
4d3dcac48d67386bd6cae9f1019bd2b8a133c658 | c75e6df08eb4065ab80fcc1dcc1cb38ac1256f72 | /web/plugins/com.seekon.nextbi.mondrian/src/main/mondrian/olap/fun/RangeFunDef.java | fa8dbaced621a0da45323bfffb3abd1239f81fcf | [] | no_license | jerome-nexedi/nextbi | 7b219c1ec64b21bebf4ccf77c730e15a8ad1c6de | 0179b30bf6a86ae6a070434a3161d7935f166b42 | refs/heads/master | 2021-01-10T09:06:15.838199 | 2012-11-14T11:59:53 | 2012-11-14T11:59:53 | 36,644,370 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,629 | java | /*
// $Id: //open/mondrian/src/main/mondrian/olap/fun/RangeFunDef.java#19 $
// This software is subject to the terms of the Eclipse Public License v1.0
// Agreement, available at the following URL:
// http://www.eclipse.org/legal/epl-v10.html.
// Copyright (C) 2002-2002 Kana Software, Inc.
// Copyright (C) 2002-2011 Ju... | [
"undyliu@126.com"
] | undyliu@126.com |
c893b3dc9a170aed78d2cd5623225f3966a1b89a | 4a55aec51d4809399fa1560021c569a478181c49 | /xupdate-lib/src/main/java/com/xuexiang/xupdate/proxy/IPrompterProxy.java | 6fdcd8c23bf6433337b02105bd8ad228f78dc235 | [
"Apache-2.0"
] | permissive | liushilong08/XUpdate | 2ca0768f5b27c4358b05017ff5c8ab42d5bc5add | 5628136a136ef37b38d4ae28ef402f40425d7835 | refs/heads/master | 2022-10-10T16:09:32.923426 | 2020-06-14T11:45:26 | 2020-06-14T11:45:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 805 | java | package com.xuexiang.xupdate.proxy;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import com.xuexiang.xupdate.entity.UpdateEntity;
import com.xuexiang.xupdate.service.OnFileDownloadListener;
/**
* 版本更新提示器代理
*
* @author xuexiang
* @since 2020/6/9 12:16 AM
*/
public interf... | [
"xuexiangjys@163.com"
] | xuexiangjys@163.com |
fbb7b669243f0f7baeba6eef36c3d3c6c39d88a9 | 091584472d29a75305706713d1988421cf402a6d | /Projects/FinalPharmacyManagementSystem/src/daoImp/UserDaoImp.java | 030b55a5872fdf4f4869d825ce236d10f511ec70 | [] | no_license | shshetu/JavaSwing | f62303924c4394fa8dd8bf9f3ea530397cdf1096 | 0b492f61032cc31c492f54b9bc48dcbe69efca3b | refs/heads/master | 2020-04-22T15:33:38.291204 | 2019-06-23T09:07:52 | 2019-06-23T09:07:52 | 170,481,382 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,730 | 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 daoImp;
import Connection.CustomDBConnection;
import dao.UserDao;
import java.sql.Connection;
import java.sql.PreparedStatemen... | [
"shshetu2017@gmail.com"
] | shshetu2017@gmail.com |
c8bd92a357e9161976f041013c79ae88f9106032 | 8c5e64d7000edf7a201179eeb1020c591d8fd0cd | /Minecraft/build/tmp/recompileMc/sources/net/minecraft/item/ItemEnchantedBook.java | cf7a20424cec9951de6a0b5b1d6be02c97776ceb | [
"LGPL-2.0-or-later",
"LGPL-2.1-only",
"BSD-3-Clause",
"MIT"
] | permissive | shaw-wong/Malmo | 1f1bec86ff5b2c8038540d029a9d2288201e0f3a | 2683891206e8ab7f015d5d0feb6b5a967f02c94f | refs/heads/master | 2021-06-25T13:14:30.097602 | 2018-06-03T14:25:19 | 2018-06-03T14:25:19 | 125,961,215 | 1 | 0 | MIT | 2018-04-10T05:34:35 | 2018-03-20T04:35:00 | Java | UTF-8 | Java | false | false | 4,474 | java | package net.minecraft.item;
import java.util.List;
import net.minecraft.enchantment.Enchantment;
import net.minecraft.enchantment.EnchantmentData;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.nbt.NBTTagCompound;
import net.minecraft.nbt.NBTTagList;
import net.minecraftforge.fml.relauncher.Side... | [
"254664427@qq.com"
] | 254664427@qq.com |
9b5ce7e2747750e96b5e7dd40555ea78f8f01495 | 5b018867e1842909c5321594aebd237e143ab815 | /common/rebelkeithy/mods/atum/blocks/ItemBlockAtumSlab.java | 254eafd7b2e2612e264afc1fa9a2d29b36b9a47f | [] | no_license | AlexMVW10/Atum | 12a5ac0210109856751715b5bff9286c71e5aeec | a6b65c368f838197cbc82fa0991e8d02ef7ae6ba | refs/heads/master | 2020-12-25T17:03:26.251145 | 2013-04-07T22:11:15 | 2013-04-07T22:11:23 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,872 | java | package rebelkeithy.mods.atum.blocks;
import net.minecraft.block.Block;
import net.minecraft.block.BlockHalfSlab;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.item.ItemBlock;
import net.minecraft.item.ItemStack;
import net.minecraft.util.Icon;
import net.minecraft.world.World;
import cpw.mods.... | [
"RebelKeithy@gmail.com"
] | RebelKeithy@gmail.com |
2f0c73bace6598cca500f826056e907d7d14f2d7 | 8d9abb3abeb48e30703b4ef6b3a1ee1895b963f4 | /app/src/main/java/com/yxkj/controller/base/BaseObserver.java | a2d349b46de94d97c8698708a140158f7cdc7f8a | [] | no_license | StoneInCHN/yxkj-controller-app | a0d544d27daaed43de4d34f4111a9a5a5048e8eb | 717a630ddb24dcfbafe25aeebf77d69758cd6fde | refs/heads/master | 2021-08-07T13:57:56.952351 | 2017-11-08T08:43:24 | 2017-11-08T08:43:24 | 103,118,087 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,114 | java | package com.yxkj.controller.base;
import android.accounts.NetworkErrorException;
import com.yxkj.controller.util.LogUtil;
import com.yxkj.controller.util.ToastUtil;
import java.net.ConnectException;
import java.net.UnknownHostException;
import java.util.concurrent.TimeoutException;
import io.reactivex.Observer;
imp... | [
"zengqiang@yxsh-tech.com"
] | zengqiang@yxsh-tech.com |
424f3b814d4d6a1965923e5d8673989140297933 | 2d62bbd24ebc6c2b109d39378b1e75985afbed81 | /bundles/Toometa/de.uka.ipd.sdq.dsexplore.qml.units/src/de/uka/ipd/sdq/dsexplore/qml/units/UnitsPackage.java | b9092012c42c8a2fa3f14ec53b2ec7c0e80825ab | [
"Apache-2.0"
] | permissive | SebastianWeberKamp/KAMP | 1cc11c83da882f5b0660fe1de6a6c80e13386841 | 818206ab33c9a2c4f3983d40943e2598d034d18e | refs/heads/master | 2020-09-20T08:15:02.977029 | 2019-12-18T12:35:11 | 2019-12-18T12:35:11 | 224,419,712 | 0 | 0 | Apache-2.0 | 2019-11-27T11:54:14 | 2019-11-27T11:54:13 | null | UTF-8 | Java | false | false | 6,181 | java | /**
*/
package de.uka.ipd.sdq.dsexplore.qml.units;
import de.uka.ipd.sdq.identifier.IdentifierPackage;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.EPackage;
import org.eclipse.emf.ecore.EReference;
/**
* <!-- begin-user-doc -->
* The <b>Package</b> for the model.
* It contains accessors for... | [
"layornos@gmail.com"
] | layornos@gmail.com |
d766fe1595b021f3a3fd4cdd006c8f95a8cf309c | f101055f70c0ceaf95a158273c8b05868db8895d | /app/src/main/java/com/lucevent/newsup/view/util/BottomNavigationViewHelper.java | d4c040ca8e4067bf9610ca31743e6646df2216ae | [] | no_license | aartisoft/InstaNews | b89a8dd28b57c5c335c9e778f4020c3ade35b274 | 8060c8d54a6779c884f1913d7e24ad6f24b201ea | refs/heads/master | 2021-09-21T04:44:51.140076 | 2018-08-20T17:57:00 | 2018-08-20T17:57:00 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,561 | java | package com.lucevent.newsup.view.util;
/**
* Created by phuongbkatp on 8/20/2018.
*/
import android.annotation.SuppressLint;
import android.support.design.internal.BottomNavigationItemView;
import android.support.design.internal.BottomNavigationMenuView;
import android.support.design.widget.BottomNavigationView;
imp... | [
"32545917+phuongbkatp@users.noreply.github.com"
] | 32545917+phuongbkatp@users.noreply.github.com |
d5bc23365fecb17445ad2d35495f0abf3f4cbaef | 17e8438486cb3e3073966ca2c14956d3ba9209ea | /getAll/community/code/base/dso-crash-tests/tests.system/com/tctest/ConcurrentLockSystemTest.java | dbbc948224e87f269e85469f2988cb0b01a311ef | [] | no_license | sirinath/Terracotta | fedfc2c4f0f06c990f94b8b6c3b9c93293334345 | 00a7662b9cf530dfdb43f2dd821fa559e998c892 | refs/heads/master | 2021-01-23T05:41:52.414211 | 2015-07-02T15:21:54 | 2015-07-02T15:21:54 | 38,613,711 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,286 | java | /*
* All content copyright (c) 2003-2008 Terracotta, Inc., except as may otherwise be noted in a separate copyright
* notice. All rights reserved.
*/
package com.tctest;
import com.tc.config.schema.setup.TestConfigurationSetupManagerFactory;
import com.tc.test.restart.RestartTestHelper;
public class ConcurrentLock... | [
"amaheshw@7fc7bbf3-cf45-46d4-be06-341739edd864"
] | amaheshw@7fc7bbf3-cf45-46d4-be06-341739edd864 |
65916bb4dc9f9f9cf7cde98f4831b638f7f7b6e2 | 028cbe18b4e5c347f664c592cbc7f56729b74060 | /external/modules/ant/1.6.5/src/main/org/apache/tools/ant/UnsupportedAttributeException.java | 7b0328499fa91f72bc57028da1f3d327662d6dbe | [
"Apache-1.1",
"Apache-2.0",
"BSD-2-Clause",
"SAX-PD",
"LicenseRef-scancode-unknown-license-reference",
"W3C-19980720",
"W3C"
] | permissive | dmatej/Glassfish-SVN-Patched | 8d355ff753b23a9a1bd9d7475fa4b2cfd3b40f9e | 269e29ba90db6d9c38271f7acd2affcacf2416f1 | refs/heads/master | 2021-05-28T12:55:06.267463 | 2014-11-11T04:21:44 | 2014-11-11T04:21:44 | 23,610,469 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,384 | java | /*
* Copyright 2004-2005 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 r... | [
"snajper@6f3ba3e3-413c-0410-a8aa-90bee3ab43b5"
] | snajper@6f3ba3e3-413c-0410-a8aa-90bee3ab43b5 |
dc1ffe4c7d8475a8b1c27eb075ef06220e3b7371 | d383eae25299467f33a15d606fdcf91e56fc3967 | /xml/src/main/java/org/tipprunde/model/ws/openliga/GetMatchdataByLeagueDateTimeResponse.java | 41e30c69003884dbf536b0e84d6132ba04b63e86 | [] | no_license | thorsten-k/tipprunde | 6dc11424064d867c6009b8359d9e862c22a8767c | 4bbc99784e642f88e46b58ee1ae92b380a2c2c25 | refs/heads/master | 2023-04-30T07:31:59.169857 | 2023-04-19T11:52:53 | 2023-04-19T11:52:53 | 71,550,240 | 0 | 0 | null | 2021-08-22T06:12:09 | 2016-10-21T09:20:05 | Java | UTF-8 | Java | false | false | 1,869 | java |
package org.tipprunde.model.ws.openliga;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for anonymous comple... | [
"t.kisner@web.de"
] | t.kisner@web.de |
9581690a79c68775860843be7f66bc7a6c836fab | dc1dbb7e5a4b95bf44170d2f51fd08b3814f2ac9 | /data_defect4j/preprossed_method_corpus/Chart/3/org/jfree/chart/LegendItem_getLineStroke_879.java | c663358e39b8a147c28c2da5b2e65c2baf7bd9db | [] | 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,399 | java |
org jfree chart
temporari storag object record properti legend item
consider layout issu
legend item legenditem cloneabl serializ
... | [
"hvdthong@gmail.com"
] | hvdthong@gmail.com |
4bf41c829e6147f1c36e06b362ae0d77c086a062 | 0a6773e906928f83969cf609a49e55bb472f4e21 | /domain/main/src/main/java/com/netfinworks/site/domain/domain/info/Role.java | f85fd7ba6c77aa4eebfd713c8b0cb9b6e8666e80 | [] | no_license | tasfe/site-platform-root | ec078effb6509e5d2d2b2cd9722f986dd0d939dd | c366916d96289beb624b633283880b8bb94452b4 | refs/heads/master | 2021-01-15T08:19:19.176225 | 2017-02-28T05:37:11 | 2017-02-28T05:37:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,377 | java | package com.netfinworks.site.domain.domain.info;
import org.apache.commons.lang.builder.ToStringBuilder;
import org.apache.commons.lang.builder.ToStringStyle;
/**
* <p>角色</p>
* @author eric
* @version $Id: Role.java, v 0.1 2013-7-16 下午7:14:35 Exp $
*/
public class Role {
/** 代码 */
private String code;
... | [
"zhangweijieit@sina.com"
] | zhangweijieit@sina.com |
ba9baa7e260a52007183c35aaafb6c7d282b4401 | 6811fd178ae01659b5d207b59edbe32acfed45cc | /jira-project/jira-components/jira-tests-parent/jira-tests-unit/src/test/java/com/atlassian/jira/bc/issue/watcher/TestAutoWatchService.java | 1cf19caac485c18925bece1f505b21b26b88be55 | [] | no_license | xiezhifeng/mysource | 540b09a1e3c62614fca819610841ddb73b12326e | 44f29e397a6a2da9340a79b8a3f61b3d51e331d1 | refs/heads/master | 2023-04-14T00:55:23.536578 | 2018-04-19T11:08:38 | 2018-04-19T11:08:38 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,388 | java | package com.atlassian.jira.bc.issue.watcher;
import com.atlassian.event.api.EventPublisher;
import com.atlassian.jira.config.properties.ApplicationProperties;
import com.atlassian.jira.event.issue.IssueEvent;
import com.atlassian.jira.event.type.EventType;
import com.atlassian.jira.issue.comments.Comment;
import com.a... | [
"moink635@gmail.com"
] | moink635@gmail.com |
080525a289361306e8d37d1de996836b653bc0ea | 0eb9fbd5344e657e9ef0e54451a0bf1b471f8455 | /test/com/test/file/PB_TEST.java | 07df52cb3ed4a1e1d0708563a29726c4367d1e69 | [] | no_license | chenyuguxing/utils | aff0eda60ed2684845671148bd34b2cf626ae8c5 | 117d652ba566c747cfffe67921f1a83afedbbfc6 | refs/heads/master | 2016-09-15T16:41:25.311949 | 2016-04-23T07:28:41 | 2016-04-23T07:28:41 | 42,515,739 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 141 | java | package com.test.file;
public class PB_TEST {
public static void main(String[] args) {
System.out.println("this is my first java");
}
}
| [
"chenyuguxing@163.com"
] | chenyuguxing@163.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.