blob_id stringlengths 40 40 | __id__ int64 225 39,780B | directory_id stringlengths 40 40 | path stringlengths 6 313 | content_id stringlengths 40 40 | detected_licenses list | license_type stringclasses 2
values | repo_name stringlengths 6 132 | repo_url stringlengths 25 151 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringlengths 4 70 | visit_date timestamp[ns] | revision_date timestamp[ns] | committer_date timestamp[ns] | github_id int64 7.28k 689M ⌀ | star_events_count int64 0 131k | fork_events_count int64 0 48k | gha_license_id stringclasses 23
values | gha_fork bool 2
classes | gha_event_created_at timestamp[ns] | gha_created_at timestamp[ns] | gha_updated_at timestamp[ns] | gha_pushed_at timestamp[ns] | gha_size int64 0 40.4M ⌀ | gha_stargazers_count int32 0 112k ⌀ | gha_forks_count int32 0 39.4k ⌀ | gha_open_issues_count int32 0 11k ⌀ | gha_language stringlengths 1 21 ⌀ | gha_archived bool 2
classes | gha_disabled bool 1
class | content stringlengths 7 4.37M | src_encoding stringlengths 3 16 | language stringclasses 1
value | length_bytes int64 7 4.37M | extension stringclasses 24
values | filename stringlengths 4 174 | language_id stringclasses 1
value | entities list | contaminating_dataset stringclasses 0
values | malware_signatures list | redacted_content stringlengths 7 4.37M | redacted_length_bytes int64 7 4.37M | alphanum_fraction float32 0.25 0.94 | alpha_fraction float32 0.25 0.94 | num_lines int32 1 84k | avg_line_length float32 0.76 99.9 | std_line_length float32 0 220 | max_line_length int32 5 998 | is_vendor bool 2
classes | is_generated bool 1
class | max_hex_length int32 0 319 | hex_fraction float32 0 0.38 | max_unicode_length int32 0 408 | unicode_fraction float32 0 0.36 | max_base64_length int32 0 506 | base64_fraction float32 0 0.5 | avg_csv_sep_count float32 0 4 | is_autogen_header bool 1
class | is_empty_html bool 1
class | shard stringclasses 16
values |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
a3d1903f94543485a09152aa741cd3a2e44dc0ef | 16,303,695,867,959 | 18ff99235cf3f0c3faa90cf32649dc97e22e9d4d | /src/main/java/com/allcheer/bpos/form/GateBankPosInfoForm.java | f039491e4185df121f51080e9d281b3d68a87faa | [] | no_license | findfly12345/console | https://github.com/findfly12345/console | f240ff59b8f9930f9b0aaaa020f5f3390f4c8dca | 0a422fa3f9e488929c8c3d98a83cb2a610ac64bc | refs/heads/master | 2021-08-14T16:45:06.384000 | 2017-11-16T08:04:00 | 2017-11-16T08:04:00 | 110,934,755 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.allcheer.bpos.form;
public class GateBankPosInfoForm extends BaseForm<GateBankPosInfoForm>{
private String gateId;
private String posMerId;
private String posTermId;
private String batchId;
private String instId;
private String instName;
private String instMerId;
private Str... | UTF-8 | Java | 1,459 | java | GateBankPosInfoForm.java | Java | [] | null | [] | package com.allcheer.bpos.form;
public class GateBankPosInfoForm extends BaseForm<GateBankPosInfoForm>{
private String gateId;
private String posMerId;
private String posTermId;
private String batchId;
private String instId;
private String instName;
private String instMerId;
private Str... | 1,459 | 0.690884 | 0.690884 | 83 | 15.578313 | 16.496893 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.168675 | false | false | 0 |
47c05667cf4153e3dc53e232958ccbfdd7a1dcae | 11,390,253,279,767 | 340d8722f720742f5d60e767f627f60e01967dac | /education-dao/src/main/java/com/education/dao/UserDao.java | cb0db181e63e0271af00dd84a6bafe218554de7f | [] | no_license | simple55-alt/education | https://github.com/simple55-alt/education | 6d3c7c7018b0793b92b3f187c26f8f93c100ab26 | a62d288b28bd9a4efdec43efe8fed678efc915c6 | refs/heads/master | 2021-10-09T10:04:09.485000 | 2018-12-26T06:03:01 | 2018-12-26T06:03:01 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.education.dao;
import java.util.List;
import com.education.model.User;
/**
* @author 杨振欣
*
*/
public interface UserDao {
/**
*
* @param userName 传入用户的名称
* @return List<User>
* @throws Exception 抛出数据层异常
*/
List<User> selectUserByUserName(String userName)throws Except... | UTF-8 | Java | 366 | java | UserDao.java | Java | [
{
"context": "\nimport com.education.model.User;\n\n/**\n * @author 杨振欣\n *\n */\npublic interface UserDao {\n\t\n /**\n ",
"end": 104,
"score": 0.999753475189209,
"start": 101,
"tag": "NAME",
"value": "杨振欣"
}
] | null | [] | package com.education.dao;
import java.util.List;
import com.education.model.User;
/**
* @author 杨振欣
*
*/
public interface UserDao {
/**
*
* @param userName 传入用户的名称
* @return List<User>
* @throws Exception 抛出数据层异常
*/
List<User> selectUserByUserName(String userName)throws Except... | 366 | 0.635542 | 0.635542 | 21 | 14.809524 | 16.828602 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.238095 | false | false | 0 |
d73763654cf05ea74a598003a473f42d9da0e83b | 2,602,750,223,244 | 944df985a1389988d851f5cd0ab7a9c1e673912f | /Chapter 7/7.7 Multiples of 3, 5, 7/src/pkg7/pkg7/multiples/of/pkg3/pkg5/pkg7/MultiplesOf357.java | 00bfaf3ac9c387bf023a28a8875583a07283b82d | [] | no_license | davidszx318/Java-Cracking-the-Coding-Interview | https://github.com/davidszx318/Java-Cracking-the-Coding-Interview | d1be782cf029cd0ba69c7545f5c7ef715cc0eddb | cf1bb7fdcf0872acffd6debf5bd78190cc5d5340 | refs/heads/master | 2020-04-11T11:37:31.945000 | 2016-04-07T22:08:57 | 2016-04-07T22:08:57 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* 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 pkg7.pkg7.multiples.of.pkg3.pkg5.pkg7;
/**
*
* @author czepeda
*/
import java.util.LinkedList;
/**
*
* @author czepeda
... | UTF-8 | Java | 1,673 | java | MultiplesOf357.java | Java | [
{
"context": "g7.multiples.of.pkg3.pkg5.pkg7;\n\n/**\n *\n * @author czepeda\n */\nimport java.util.LinkedList;\n\n/**\n *\n * @auth",
"end": 258,
"score": 0.9995428919792175,
"start": 251,
"tag": "USERNAME",
"value": "czepeda"
},
{
"context": "*/\nimport java.util.LinkedList;\n\n/**... | null | [] | /*
* 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 pkg7.pkg7.multiples.of.pkg3.pkg5.pkg7;
/**
*
* @author czepeda
*/
import java.util.LinkedList;
/**
*
* @author czepeda
... | 1,673 | 0.49731 | 0.466228 | 62 | 25.983871 | 21.919569 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.548387 | false | false | 0 |
d8add730d70a35f7cf5ebeccaf2c3e78035bceec | 4,286,377,419,576 | 244c30d73e1abbeb4aeda922a9479374a6231943 | /server/src/main/java/com/arek_dev/event_manager/users/profile/ProfileFacade.java | 72aff70720cd1bc7b1b3ab3a3ecccd17cc8c6c72 | [] | no_license | arekss16/Event-Manager | https://github.com/arekss16/Event-Manager | b7cb83a666c699391d5a387d5b1bbbaba6f61061 | c00a0fe5d815f95b9e7892ed32b7498a53484778 | refs/heads/master | 2018-12-13T00:36:21.263000 | 2018-10-05T19:04:28 | 2018-10-05T19:04:28 | 148,638,143 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.arek_dev.event_manager.users.profile;
import com.arek_dev.event_manager.dto.events.EventDto;
import com.arek_dev.event_manager.dto.groups.GroupDto;
import com.arek_dev.event_manager.dto.invitations.EventInvitationDto;
import com.arek_dev.event_manager.dto.invitations.FriendInvitationDto;
import com.arek_de... | UTF-8 | Java | 1,702 | java | ProfileFacade.java | Java | [] | null | [] | package com.arek_dev.event_manager.users.profile;
import com.arek_dev.event_manager.dto.events.EventDto;
import com.arek_dev.event_manager.dto.groups.GroupDto;
import com.arek_dev.event_manager.dto.invitations.EventInvitationDto;
import com.arek_dev.event_manager.dto.invitations.FriendInvitationDto;
import com.arek_de... | 1,702 | 0.777908 | 0.777908 | 61 | 26.90164 | 29.491707 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.47541 | false | false | 0 |
f52eb378ceb62cf82bf27422503b9f62f2eb0ce8 | 31,903,017,144,971 | 866326c62d2592aaea04295b6681a807cb0b2e57 | /CodeManager/src/main/java/com/universal/code/dto/OmmDTO.java | b3594e33961c2203f9dc59721cc100b90f9816a6 | [] | no_license | housing82/repository | https://github.com/housing82/repository | defaccf9eeeffd0b1ff38a4aeaedc615384935e9 | 1d433604c6e98149cc18ca6ae812aa4186b7af9b | refs/heads/master | 2020-12-30T11:51:35.810000 | 2017-08-25T10:48:15 | 2017-08-25T10:48:15 | 91,532,913 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.universal.code.dto;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
import com.universal.code.extend.CommonObject;
import com.universal.code.extend.IDataTransferObject;
public class OmmDTO extends CommonObject implements IDataTransferObject, Serializable {
pri... | UTF-8 | Java | 1,385 | java | OmmDTO.java | Java | [] | null | [] | package com.universal.code.dto;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
import com.universal.code.extend.CommonObject;
import com.universal.code.extend.IDataTransferObject;
public class OmmDTO extends CommonObject implements IDataTransferObject, Serializable {
pri... | 1,385 | 0.694585 | 0.694585 | 70 | 17.814285 | 18.674883 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.357143 | false | false | 0 |
224cab486572c30c51aad91369b2645d496887eb | 23,502,061,102,313 | b2395d9d87bc400e42eaa7db520b6752ece01a15 | /trabajo final/jdbc/Sesion5/Sesion04/src/com/upao/factory/FactoryMySQL.java | 0cc83b6b8329beded5e607a515cc37b34dbceaf9 | [] | no_license | juanaldea/trabajofinal | https://github.com/juanaldea/trabajofinal | f4daa8b31d31579c0e0f0505da6c95babdbac7db | 170f7c0c509490fac4ee910ce94c97f32949cb45 | refs/heads/master | 2021-01-10T09:28:56.748000 | 2016-03-11T05:46:03 | 2016-03-11T05:46:03 | 53,642,565 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.upao.factory;
import com.upao.dao.IAlumno;
import com.upao.dao.ICargo;
import com.upao.dao.ICarrera;
import com.upao.dao.ICiudad;
import com.upao.dao.ICurso;
import com.upao.dao.IDepartamento;
import com.upao.dao.IDocente;
import com.upao.dao.IEmpleado;
import com.upao.dao.impl.CursoDAOmysql;
import com.up... | UTF-8 | Java | 1,702 | java | FactoryMySQL.java | Java | [
{
"context": "upao.dao.impl.EmpleadoDAOmysql;\n\n/**\n *\n * @author Upao\n */\npublic class FactoryMySQL extends AbstractFac",
"end": 462,
"score": 0.9907270669937134,
"start": 458,
"tag": "NAME",
"value": "Upao"
}
] | null | [] | package com.upao.factory;
import com.upao.dao.IAlumno;
import com.upao.dao.ICargo;
import com.upao.dao.ICarrera;
import com.upao.dao.ICiudad;
import com.upao.dao.ICurso;
import com.upao.dao.IDepartamento;
import com.upao.dao.IDocente;
import com.upao.dao.IEmpleado;
import com.upao.dao.impl.CursoDAOmysql;
import com.up... | 1,702 | 0.705053 | 0.705053 | 61 | 26.803278 | 32.585232 | 135 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.47541 | false | false | 0 |
59794473f94f001fe03beef72df5cf2a267d084f | 5,592,047,471,006 | 25991ba2b5ac2893bc813bdffe278d9da2ac93ba | /src/main/java/org/fox/presentation/ConsoleUI.java | 481e384d39cb2ef807f8f5dfeaf0b0b9ffc7f3a6 | [] | no_license | dmitrybabeshko/miota | https://github.com/dmitrybabeshko/miota | 64af2ea2e8cb833a98ed5cb1a1d732b11e33b1e6 | 83e94aa42e37b1873c80d0c91b12deeb60fbe4d4 | refs/heads/master | 2020-04-14T23:28:04.372000 | 2019-01-08T23:27:24 | 2019-01-08T23:27:24 | 164,203,294 | 5 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.fox.presentation;
import java.io.IOException;
import java.util.concurrent.ScheduledExecutorService;
import java.util.concurrent.TimeUnit;
import org.fox.domain.SearchInfoHolder;
import org.jetbrains.annotations.NotNull;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframew... | UTF-8 | Java | 2,264 | java | ConsoleUI.java | Java | [] | null | [] | package org.fox.presentation;
import java.io.IOException;
import java.util.concurrent.ScheduledExecutorService;
import java.util.concurrent.TimeUnit;
import org.fox.domain.SearchInfoHolder;
import org.jetbrains.annotations.NotNull;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframew... | 2,264 | 0.683746 | 0.683304 | 75 | 29.186666 | 28.669935 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.546667 | false | false | 0 |
ef81ecf81ba17a08900432cbf0e95bdb059b2cb1 | 1,159,641,212,815 | 98315be869210a5963c3bc4480993219834d627d | /src/main/java/com/sell/common/exception/OrderException.java | 3841c4593cbc0022ca381008ae498720e7201928 | [] | no_license | springcloud-wxsell/common | https://github.com/springcloud-wxsell/common | 348b49b1baae132168833c80baa28393130a6607 | c03a7e257febffb9ff7c9804b179a98254ea279f | refs/heads/master | 2020-04-11T10:48:20.549000 | 2018-12-18T13:20:09 | 2018-12-18T13:20:09 | 161,726,698 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sell.common.exception;
import com.sell.common.enums.ResultEnum;
/**
* @author WangWei
* @Title: OrderException
* @ProjectName common
* @date 2018/12/3 20:50
* @description: 订单异常
*/
public class OrderException extends RuntimeException {
public Integer code;
public OrderException(Integer co... | UTF-8 | Java | 548 | java | OrderException.java | Java | [
{
"context": " com.sell.common.enums.ResultEnum;\n\n/**\n * @author WangWei\n * @Title: OrderException\n * @ProjectName common\n",
"end": 101,
"score": 0.9706751108169556,
"start": 94,
"tag": "NAME",
"value": "WangWei"
}
] | null | [] | package com.sell.common.exception;
import com.sell.common.enums.ResultEnum;
/**
* @author WangWei
* @Title: OrderException
* @ProjectName common
* @date 2018/12/3 20:50
* @description: 订单异常
*/
public class OrderException extends RuntimeException {
public Integer code;
public OrderException(Integer co... | 548 | 0.675926 | 0.655556 | 26 | 19.76923 | 18.303652 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.307692 | false | false | 0 |
b05952e6b2a53b59b60382aa3222563c0bc82409 | 19,945,828,178,104 | 00fad15d5a4749d11e47cf2c6b81364bd51f774a | /src/main/java/io/rancher/service/MonitorMetricService.java | f1530a2863dc8f97527647a4941fe3e281f352e0 | [] | no_license | IceDerce/rancher-java-sdk | https://github.com/IceDerce/rancher-java-sdk | 0a38055e2770f5418adc06dca6186df8cf293edb | 2f1a043f9017ea0f4a0d2418edfd8efcbeb9bca2 | refs/heads/master | 2023-02-13T16:16:33.745000 | 2021-01-05T06:28:43 | 2021-01-05T06:28:43 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package io.rancher.service;
import io.rancher.base.Filters;
import io.rancher.base.TypeCollection;
import io.rancher.type.MonitorMetric;
import retrofit2.Call;
import retrofit2.Response;
import retrofit2.http.Body;
import retrofit2.http.DELETE;
import retrofit2.http.GET;
import retrofit2.http.POST;
import retrofit2.h... | UTF-8 | Java | 972 | java | MonitorMetricService.java | Java | [] | null | [] | package io.rancher.service;
import io.rancher.base.Filters;
import io.rancher.base.TypeCollection;
import io.rancher.type.MonitorMetric;
import retrofit2.Call;
import retrofit2.Response;
import retrofit2.http.Body;
import retrofit2.http.DELETE;
import retrofit2.http.GET;
import retrofit2.http.POST;
import retrofit2.h... | 972 | 0.761317 | 0.752058 | 37 | 25.270269 | 20.966703 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.540541 | false | false | 0 |
95c453a21b84d3e2e6f94213f8d261f7e337c622 | 10,831,907,527,652 | 37f53ea93eaa9bd64423e07b1f7c0ad7bc79e98c | /technology-skill/src/main/java/com/laidongs/sba/technology/security/package-info.java | e8fc98539ffe6740b8091cefd2ef12444b9ebf26 | [] | no_license | woyaowoyao/hipster4FSD | https://github.com/woyaowoyao/hipster4FSD | 15621a2f8eee77d1a0e1730ac2c98edcf5e07910 | 259e039f131a3d01d9dc43b361f149cc2bba8145 | refs/heads/master | 2022-12-24T01:34:45.535000 | 2019-11-22T02:50:31 | 2019-11-22T02:50:31 | 217,682,878 | 0 | 0 | null | false | 2022-12-16T04:41:34 | 2019-10-26T09:00:17 | 2019-11-22T02:50:40 | 2022-12-16T04:41:31 | 5,051 | 0 | 0 | 30 | Java | false | false | /**
* Spring Security configuration.
*/
package com.laidongs.sba.technology.security;
| UTF-8 | Java | 88 | java | package-info.java | Java | [] | null | [] | /**
* Spring Security configuration.
*/
package com.laidongs.sba.technology.security;
| 88 | 0.75 | 0.75 | 4 | 21 | 18.493242 | 45 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 0 |
60b2ebd64ef9db002d5848d1db2d59b8eada7562 | 1,194,000,934,227 | 55b674fd5d14f16a5ceb3b139870bcebcf72a62c | /src/DesignPattern/FlyweightPattern/UnsharedConcreteFlyweight.java | 6cce90ac740ccb7c85bdfa1718761405e664b89e | [] | no_license | Divano-Li/JavaLearn | https://github.com/Divano-Li/JavaLearn | 351ff157df48e886c14e8d3a2071b94d75a9dc38 | cf86fda7528e99bd1db9ae91ee9868d3120eca42 | refs/heads/master | 2023-02-08T05:57:13.048000 | 2023-02-03T05:54:59 | 2023-02-03T05:54:59 | 220,596,052 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package DesignPattern.FlyweightPattern;
/**
* Description: 指那些不需要共享的flyweight子类,并不要求强制共享
* Created by 徐礼林 on 2017/12/27.
*/
public class UnsharedConcreteFlyweight extends Flyweight {
private int a ;
public UnsharedConcreteFlyweight(int a){
this.a = a ;
}
@Override
public void Operation(... | UTF-8 | Java | 450 | java | UnsharedConcreteFlyweight.java | Java | [
{
"context": "tion: 指那些不需要共享的flyweight子类,并不要求强制共享\n * Created by 徐礼林 on 2017/12/27.\n */\npublic class UnsharedConcreteF",
"end": 108,
"score": 0.9998090863227844,
"start": 105,
"tag": "NAME",
"value": "徐礼林"
}
] | null | [] | package DesignPattern.FlyweightPattern;
/**
* Description: 指那些不需要共享的flyweight子类,并不要求强制共享
* Created by 徐礼林 on 2017/12/27.
*/
public class UnsharedConcreteFlyweight extends Flyweight {
private int a ;
public UnsharedConcreteFlyweight(int a){
this.a = a ;
}
@Override
public void Operation(... | 450 | 0.681347 | 0.660622 | 16 | 23.125 | 19.493189 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 0 |
05c590f85e592331689f2d669c60ff5e31ae1fe2 | 3,831,110,870,779 | 94acb92f52c40d1cab7461c0c10867db26746e47 | /JavaCompleteReferenceNinthEdition/src/com/ch15/LambdaExpressions/VariableCapture.java | 7a620a95181cf5c4d4309d91e9a8718c43f3ad6f | [] | no_license | rasgcorp/java-programming | https://github.com/rasgcorp/java-programming | 51ca112dee27e9e9930c670713149fb495527a06 | e6048e6d6e1c74a528e70ac4c57e6f294593fd9a | refs/heads/master | 2021-06-01T06:41:07.941000 | 2016-08-05T14:39:50 | 2016-08-05T14:39:50 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ch15.LambdaExpressions;
public class VariableCapture {
int num = 10;
public static void main(String[] args) {
VariableCapture var = new VariableCapture();
final int num = 10;
MyFunc lambda = (n) -> {
int v = num + n;
var.num++;
return v;
};
System.out.println(la... | UTF-8 | Java | 346 | java | VariableCapture.java | Java | [] | null | [] | package com.ch15.LambdaExpressions;
public class VariableCapture {
int num = 10;
public static void main(String[] args) {
VariableCapture var = new VariableCapture();
final int num = 10;
MyFunc lambda = (n) -> {
int v = num + n;
var.num++;
return v;
};
System.out.println(la... | 346 | 0.595376 | 0.572254 | 21 | 14.476191 | 15.395172 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.571429 | false | false | 0 |
8c43f063b83312bb6e0a48fe33f1fe3fdca7d152 | 20,916,490,745,158 | fdf0e0f0fc3a8f0d80a45f3dbdbda4aff54fb0a1 | /src/vk/WallPost/WallPost.java | 79441d1d3649e09f8a268f8db3e41f17b9130c38 | [] | no_license | dimaymik/diplo | https://github.com/dimaymik/diplo | 3fd383f0300594b6f5069bfe62d654bbf1dc9d0b | 4c68f88ff45726bf95851aeda02f0a59dfb9e766 | refs/heads/master | 2019-07-06T05:16:40.478000 | 2018-04-03T18:51:28 | 2018-04-03T18:51:28 | 123,691,029 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package vk.WallPost;
import lombok.Data;
import java.time.LocalDateTime;
import java.util.List;
/**
* Created by bek on 03.03.18.
*/
//https://vk.com/dev/objects/post
@Data
public class WallPost {
private Integer id;
private Integer ownerId;//wall owner id
private Integer fromId;//id of the author
... | WINDOWS-1252 | Java | 965 | java | WallPost.java | Java | [
{
"context": "ateTime;\nimport java.util.List;\n\n/**\n * Created by bek on 03.03.18.\n */\n//https://vk.com/dev/objects/pos",
"end": 120,
"score": 0.999476969242096,
"start": 117,
"tag": "USERNAME",
"value": "bek"
}
] | null | [] | package vk.WallPost;
import lombok.Data;
import java.time.LocalDateTime;
import java.util.List;
/**
* Created by bek on 03.03.18.
*/
//https://vk.com/dev/objects/post
@Data
public class WallPost {
private Integer id;
private Integer ownerId;//wall owner id
private Integer fromId;//id of the author
... | 965 | 0.699374 | 0.693111 | 32 | 28.9375 | 28.028933 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5625 | false | false | 0 |
e2657cfda4ddcbfd794277151833a5f28eecfd95 | 20,916,490,746,741 | b97a9d99fbf4066469e64592065d6a62970d9833 | /test/integration/src/test/java/com/aw/streaming/IncidentTest.java | 71bab05b89e9fb1019daafb8a35ce10f0a571802 | [] | no_license | analyticswarescott/ares | https://github.com/analyticswarescott/ares | 2bacb8eaac612e36836f7138c4398b6560468a91 | 5ac8d4ed50ca749b52eafc6fe95593ff68b85b54 | refs/heads/master | 2020-05-29T16:08:56.917000 | 2016-11-11T21:11:02 | 2016-11-11T21:11:02 | 59,563,723 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
package com.aw.streaming;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotEquals;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertTrue;
import java.time.Instant;
import java.util.UUID;
import org.apache.commons.io.IOUtils;
import org.apache.h... | UTF-8 | Java | 11,130 | java | IncidentTest.java | Java | [
{
"context": "ICAL);\n \tincident.setAssignee(new DefaultUser(\"test_user\"));\n \tincident.setDescription(\"incident descri",
"end": 3024,
"score": 0.9993765950202942,
"start": 3015,
"tag": "USERNAME",
"value": "test_user"
},
{
"context": "n(new AssignIncidentAction(uuid, new ... | null | [] | /*
package com.aw.streaming;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotEquals;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertTrue;
import java.time.Instant;
import java.util.UUID;
import org.apache.commons.io.IOUtils;
import org.apache.h... | 11,130 | 0.728841 | 0.713836 | 240 | 45.375 | 42.803535 | 194 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.733333 | false | false | 0 |
f90457d319c89971dc0f1d990ca804911c19c0c7 | 22,969,485,162,976 | b86361fd4966c7c3a4acca2491e5dc6141aa3f35 | /api/src/main/java/apps/kool/tms/api/security/TokenAuthenticationProvider.java | f808380ecf3262bb43d6b32adfa17070628f2a36 | [
"MIT"
] | permissive | nurub52/fmbApplication | https://github.com/nurub52/fmbApplication | 8e65f30692b77f409471662b3882fd7c6b76be75 | 4fb73467810ce22c2dfd5bcf932f75510ff54b03 | refs/heads/release | 2023-01-19T05:11:21.233000 | 2022-10-01T19:40:38 | 2022-10-01T19:40:38 | 157,487,736 | 0 | 1 | MIT | false | 2023-01-11T03:16:46 | 2018-11-14T03:54:56 | 2021-10-28T01:14:45 | 2023-01-11T03:16:46 | 2,375 | 0 | 2 | 5 | TypeScript | false | false | package apps.kool.tms.api.security;
import lombok.AllArgsConstructor;
import lombok.NonNull;
import lombok.experimental.FieldDefaults;
import org.springframework.security.authentication.UsernamePasswordAuthenticationToken;
import org.springframework.security.authentication.dao.AbstractUserDetailsAuthenticationPr... | UTF-8 | Java | 1,476 | java | TokenAuthenticationProvider.java | Java | [] | null | [] | package apps.kool.tms.api.security;
import lombok.AllArgsConstructor;
import lombok.NonNull;
import lombok.experimental.FieldDefaults;
import org.springframework.security.authentication.UsernamePasswordAuthenticationToken;
import org.springframework.security.authentication.dao.AbstractUserDetailsAuthenticationPr... | 1,476 | 0.799458 | 0.799458 | 38 | 36.894737 | 35.149899 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.473684 | false | false | 0 |
088992ad92aa5c446c33c74e88ae3f4068e843ce | 14,766,097,569,143 | 0887b1c351d21ab6b5f6afb5eabe0de74fece974 | /longhorn-api/src/main/java/net/sf/okapi/lib/longhornapi/impl/rest/RESTProject.java | 2f98d6312242d7cc2c3c26e37c21be8c3e5e6847 | [
"Apache-2.0"
] | permissive | diwakarbhatt123/okapi-longhorn-lambda | https://github.com/diwakarbhatt123/okapi-longhorn-lambda | bc4f2a4311aada1a3db6ffd670ebcfd3baee15fc | 9e1b907d525013706fe3cb7b950c07397f125c42 | refs/heads/master | 2021-06-28T05:08:50.915000 | 2017-09-14T15:48:23 | 2017-09-14T15:48:23 | 103,396,048 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*===========================================================================
Copyright (C) 2011-2017 by the Okapi Framework contributors
-----------------------------------------------------------------------------
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except i... | UTF-8 | Java | 6,259 | java | RESTProject.java | Java | [] | null | [] | /*===========================================================================
Copyright (C) 2011-2017 by the Okapi Framework contributors
-----------------------------------------------------------------------------
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except i... | 6,259 | 0.694041 | 0.691804 | 224 | 26.941965 | 26.86742 | 123 | false | false | 0 | 0 | 0 | 0 | 76 | 0.024285 | 1.977679 | false | false | 0 |
1ce8795fbae56d4e2ddea0dd3e0bb035687907a5 | 19,172,734,044,248 | ebfd5d4e759650ecb4fae67b2d7d5cff28c1bab6 | /project/workspace/YeahWeiBo/src/com/yeah/base/DataRequester.java | 3338720d0f0a0c99d46cfca8e768b91659520b34 | [] | no_license | BruceLiCong/yweibo | https://github.com/BruceLiCong/yweibo | 1d86b5e18927963b674aae3dc53506cd1027b3bb | 803a0e31ad7b6fafedad568d28f87db7f14d3b30 | refs/heads/master | 2020-05-04T10:39:44.242000 | 2011-08-23T13:25:08 | 2011-08-23T13:25:08 | 2,273,323 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yeah.base;
public interface DataRequester
{
public void update(DataItem[] items, int page, int pageCount);
}
| UTF-8 | Java | 129 | java | DataRequester.java | Java | [] | null | [] | package com.yeah.base;
public interface DataRequester
{
public void update(DataItem[] items, int page, int pageCount);
}
| 129 | 0.728682 | 0.728682 | 6 | 19.5 | 22.63294 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.833333 | false | false | 0 |
1e1384dedf77fd6ef10ca10428625b6824e229ae | 7,241,314,904,056 | 8b3b18459cd8883fdc172b7b69ab83014e96a463 | /src/main/java/com/gaadikey/gaadikey/gaadikey/IntroActivity.java | 45b3fedc4c328ef05b85303109126b6371357ecc | [] | no_license | Chaaps/gaadikey_android | https://github.com/Chaaps/gaadikey_android | fb194db7d5e7ff783961924685001011610d8295 | f78e93b9d8e141e1eb95ee6895660ef2b66e240c | refs/heads/master | 2021-01-17T07:10:31.325000 | 2015-01-06T03:45:48 | 2015-01-06T03:45:48 | 23,223,641 | 0 | 1 | null | false | 2016-03-24T03:08:07 | 2014-08-22T11:49:54 | 2015-01-06T03:51:00 | 2016-03-24T03:08:07 | 28,940 | 0 | 1 | 2 | Java | null | null | package com.gaadikey.gaadikey.gaadikey;
import android.os.Bundle;
import android.support.v4.view.ViewPager;
import com.google.android.gms.analytics.HitBuilders;
import com.google.android.gms.analytics.Tracker;
import com.viewpagerindicator.CirclePageIndicator;
public class IntroActivity extends BaseSampleActivity {
... | UTF-8 | Java | 1,227 | java | IntroActivity.java | Java | [] | null | [] | package com.gaadikey.gaadikey.gaadikey;
import android.os.Bundle;
import android.support.v4.view.ViewPager;
import com.google.android.gms.analytics.HitBuilders;
import com.google.android.gms.analytics.Tracker;
import com.viewpagerindicator.CirclePageIndicator;
public class IntroActivity extends BaseSampleActivity {
... | 1,227 | 0.693562 | 0.692747 | 43 | 27.534883 | 25.12883 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.465116 | false | false | 0 |
c86866d9fcafc5063a13af219ea1e3884ef3c89d | 30,425,548,357,556 | 564f1d1847e6a09956edc783e81021a87f7dd8a5 | /src/abstraction/MultiInterfaceImpl.java | f9c38a8d40f15638d1bd59a6ebd01d3f421ce759 | [] | no_license | automationtrainingcenter/rajesh_java | https://github.com/automationtrainingcenter/rajesh_java | 35acfbd8b7930d484c869b283051d2dd51ab06df | f70912da9f8d72bdd89137c21c69739a7fc8bb32 | refs/heads/master | 2021-01-02T15:13:53.867000 | 2020-08-27T11:39:58 | 2020-08-27T11:39:58 | 239,675,422 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package abstraction;
/*
* A Java class can implement multiple interfaces but it can not extends multiple classes
* we can achieve multiple inheritance using interfaces.
*/
public class MultiInterfaceImpl implements InterfaceOne, InterfaceTwo{
@Override
public void methodOne() {
System.out.println("method one of... | UTF-8 | Java | 583 | java | MultiInterfaceImpl.java | Java | [] | null | [] | package abstraction;
/*
* A Java class can implement multiple interfaces but it can not extends multiple classes
* we can achieve multiple inheritance using interfaces.
*/
public class MultiInterfaceImpl implements InterfaceOne, InterfaceTwo{
@Override
public void methodOne() {
System.out.println("method one of... | 583 | 0.746141 | 0.746141 | 26 | 21.423077 | 27.987873 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.884615 | false | false | 0 |
ea0e5f16c86992253a3ed64ccaa460792894c7d8 | 13,692,355,806,623 | 18cbcac6c8283259baac27de2eafa41b26349579 | /rtm-core/src/main/java/org/rtm/selection/Selector.java | 459f8244bc389d38fa99669ccc2ff51e3442a1d4 | [] | no_license | exense/rtm | https://github.com/exense/rtm | 0bd430920ca80818074013bb918a2fa76a994e07 | b59f4b1ec0e33c1ae1069a9d0a85bde464cbf3e6 | refs/heads/master | 2023-06-21T18:18:21.374000 | 2021-10-07T10:55:02 | 2021-10-07T10:55:02 | 78,567,770 | 0 | 0 | null | false | 2023-06-14T22:44:15 | 2017-01-10T19:45:00 | 2021-10-07T10:55:07 | 2023-06-14T22:44:15 | 22,282 | 0 | 0 | 6 | Java | false | false | /*******************************************************************************
* (C) Copyright 2016 Dorian Cransac and Jerome Comte
*
* This file is part of rtm
*
* rtm is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by... | UTF-8 | Java | 2,528 | java | Selector.java | Java | [
{
"context": "***************************\r\n * (C) Copyright 2016 Dorian Cransac and Jerome Comte\r\n * \r\n * This file is part of r",
"end": 118,
"score": 0.9998076558113098,
"start": 104,
"tag": "NAME",
"value": "Dorian Cransac"
},
{
"context": "********\r\n * (C) Copyright 2016... | null | [] | /*******************************************************************************
* (C) Copyright 2016 <NAME> and <NAME>
*
* This file is part of rtm
*
* rtm is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free ... | 2,514 | 0.686313 | 0.683544 | 71 | 33.605633 | 30.02322 | 148 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.183099 | false | false | 0 |
ad98ab77aca1c0adc3f28a8f0ea01b6d8bdf5cd0 | 2,534,030,726,274 | 3723bd63623964e4f3991f051dcb9f208dd3e7b7 | /spring-cloud-gcp-pubsub/src/main/java/org/springframework/cloud/gcp/pubsub/core/package-info.java | 25032d8b6a40b16ec99ef45dedee865ad40227c2 | [
"Apache-2.0"
] | permissive | Dinhhai94/spring-cloud-gcp | https://github.com/Dinhhai94/spring-cloud-gcp | a58af92c0ca3d289f6562e21c5c1e0b40f91d0e8 | d7812e835e02e5fd48852d68bf3aa1311e94acff | refs/heads/master | 2020-08-05T22:06:47.599000 | 2019-12-23T05:24:19 | 2019-12-23T05:24:19 | 212,727,441 | 3 | 1 | Apache-2.0 | true | 2019-12-10T09:56:29 | 2019-10-04T03:15:49 | 2019-12-07T15:37:41 | 2019-12-10T09:56:29 | 179,609 | 0 | 1 | 0 | Java | false | false | /**
* Core support for Pub/Sub in Spring.
*/
package org.springframework.cloud.gcp.pubsub.core;
| UTF-8 | Java | 98 | java | package-info.java | Java | [] | null | [] | /**
* Core support for Pub/Sub in Spring.
*/
package org.springframework.cloud.gcp.pubsub.core;
| 98 | 0.72449 | 0.72449 | 4 | 23.5 | 20.934422 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 0 |
e84f4fc825fd40a2300aefa2c366bc6f7e6d8f5c | 16,157,667,023,426 | 25531357b9940dd8202f0819ba8831f05e6c5182 | /custom-boot-core/src/main/java/com/igitras/cbframework/common/Normalizer.java | 4439c9b6c0d1228677b7996dd35a468025b21a93 | [
"Apache-2.0"
] | permissive | igitras-java/custom-boot | https://github.com/igitras-java/custom-boot | a6cf36f6c53ffbf3dc7268fc0b6e5ed5b6be5354 | b9d42ace8c5c7fb5e14ef488fc58bc7bf7e1e500 | refs/heads/master | 2021-01-18T20:25:42.895000 | 2017-04-29T10:42:27 | 2017-04-29T10:42:27 | 86,967,973 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.igitras.cbframework.common;
import org.springframework.core.Ordered;
/**
* Class {@link Normalizer}.
*
* @author mason
*/
public interface Normalizer<T> extends Ordered {
/**
* Construct the normalized result obj.
*
* @param origin origin normalized obj
*/
void normalize(T... | UTF-8 | Java | 510 | java | Normalizer.java | Java | [
{
"context": "d;\n\n/**\n * Class {@link Normalizer}.\n *\n * @author mason\n */\npublic interface Normalizer<T> extends Ordere",
"end": 135,
"score": 0.9977588653564453,
"start": 130,
"tag": "USERNAME",
"value": "mason"
}
] | null | [] | package com.igitras.cbframework.common;
import org.springframework.core.Ordered;
/**
* Class {@link Normalizer}.
*
* @author mason
*/
public interface Normalizer<T> extends Ordered {
/**
* Construct the normalized result obj.
*
* @param origin origin normalized obj
*/
void normalize(T... | 510 | 0.635294 | 0.635294 | 26 | 18.615385 | 18.055634 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.153846 | false | false | 0 |
0d1041069a478aa8a14134cfcd4ad861009ddab0 | 10,823,317,616,191 | 521aa8baa4a5dd01a04362085f01dcfef897b16a | /distributed-cache/src/main/java/com/xcdh/target/cache/abstractClass/AbstractDistributedCache.java | 90a0760934ead594e5bf3cb0421e099358826580 | [] | no_license | MikeLC7/wheel-module | https://github.com/MikeLC7/wheel-module | 2365af16e2e190610773691362e044e3681c466c | ddc337f616c3de652666a6b5db10587367631748 | refs/heads/master | 2022-12-21T15:24:13.230000 | 2019-06-19T02:42:24 | 2019-06-19T02:42:24 | 171,622,134 | 0 | 0 | null | false | 2022-12-16T08:17:56 | 2019-02-20T07:23:38 | 2019-06-19T02:43:04 | 2022-12-16T08:17:53 | 140 | 0 | 0 | 4 | Java | false | false | package com.xcdh.target.cache.abstractClass;
import com.xcdh.target.redis.RedisKey;
import com.xcdh.target.redis.RedisUtil;
import org.apache.commons.lang3.StringUtils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import java.util.Has... | UTF-8 | Java | 3,885 | java | AbstractDistributedCache.java | Java | [
{
"context": "oject: Wheel\r\n *\r\n * Description:\r\n *\r\n * @author: MikeLC\r\n *\r\n * @date: 2019/3/26 19:14\r\n **/\r\npublic abst",
"end": 419,
"score": 0.9996690154075623,
"start": 413,
"tag": "USERNAME",
"value": "MikeLC"
}
] | null | [] | package com.xcdh.target.cache.abstractClass;
import com.xcdh.target.redis.RedisKey;
import com.xcdh.target.redis.RedisUtil;
import org.apache.commons.lang3.StringUtils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import java.util.Has... | 3,885 | 0.58314 | 0.578757 | 147 | 24.387754 | 23.588146 | 91 | true | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.47619 | false | false | 0 |
e45cf4dad221f8366be2942d4cbcba0d415b0fc9 | 4,922,032,550,776 | 8f88aa8b80618d4be0fa0b9b87bd6e0ac08d1c17 | /Day25/MyPerformanceSpringMiscConceptsProject/src/com/sujata/producer/Stage.java | 88b38e38dec754a378d13d5748a33f23e424faa0 | [] | no_license | Sujatabatra/WileyMThreeC112 | https://github.com/Sujatabatra/WileyMThreeC112 | 0f12a48e5352d80b262a036b705f87232f0f3d0c | 65d7e942ad40c10a7ed6eaa6d45054509cb1dfad | refs/heads/main | 2023-06-16T23:16:24.632000 | 2021-07-15T12:27:59 | 2021-07-15T12:27:59 | 372,477,462 | 9 | 5 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sujata.producer;
public class Stage {
private Stage() {
}
public static class StageSingletonHolder{
static Stage instance=new Stage();
}
public static Stage getInstance() {
return StageSingletonHolder.instance;
}
public void show() {
System.out.println("Hi I am show method o... | UTF-8 | Java | 342 | java | Stage.java | Java | [] | null | [] | package com.sujata.producer;
public class Stage {
private Stage() {
}
public static class StageSingletonHolder{
static Stage instance=new Stage();
}
public static Stage getInstance() {
return StageSingletonHolder.instance;
}
public void show() {
System.out.println("Hi I am show method o... | 342 | 0.672515 | 0.672515 | 18 | 17 | 17.521416 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.166667 | false | false | 0 |
07e97f205b37421c3516a5ddde895bfa5ba059f4 | 5,806,795,797,921 | 0936bcf8d168400eb9ebbafd64d19df0876d09b7 | /symphony-dtlog-parent/symphony-dtlog-starter/src/main/java/com/tuya/hardware/symphony/dtlog/core/disruptor/LogEventProducerWithTranslator.java | f256a52730c00a41a1f89177aed28d09650e97cc | [] | no_license | QQsilhonette/mid | https://github.com/QQsilhonette/mid | c31a7021e664272526865fbdc5173907f5138daf | 999ae35dc4be6d4c0c7d06695ff159df1a6ef821 | refs/heads/master | 2023-06-06T15:04:28.404000 | 2021-06-23T01:58:23 | 2021-06-23T01:58:23 | 355,026,513 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tuya.hardware.symphony.dtlog.core.disruptor;
import com.lmax.disruptor.EventTranslatorOneArg;
import com.tuya.hardware.symphony.dtlog.event.LogEvent;
import com.tuya.hardware.symphony.dtlog.event.LogEventModel;
public class LogEventProducerWithTranslator {
private static final EventTranslatorOneArg<Lo... | UTF-8 | Java | 703 | java | LogEventProducerWithTranslator.java | Java | [] | null | [] | package com.tuya.hardware.symphony.dtlog.core.disruptor;
import com.lmax.disruptor.EventTranslatorOneArg;
import com.tuya.hardware.symphony.dtlog.event.LogEvent;
import com.tuya.hardware.symphony.dtlog.event.LogEventModel;
public class LogEventProducerWithTranslator {
private static final EventTranslatorOneArg<Lo... | 703 | 0.722617 | 0.722617 | 18 | 38.111111 | 30.377054 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.611111 | false | false | 0 |
bffffdd22317b688821a8a965ce6c6bb2104cdd8 | 12,919,261,666,991 | 687c75935101a2be6b76f8e9c97b394a5b8338e0 | /app/src/main/java/com/example/alexandersmith/kaijuhomework/Ape.java | 266b41431c3345601716ab1eb463182b5de9eebb | [] | no_license | axolotlquestions/kaiju_homework | https://github.com/axolotlquestions/kaiju_homework | 34e8ccdb4e88e8f45ba85e25b1e7d41e040e2388 | 2f4e20cbd07649a2a915bd7043dedcd9c745a104 | refs/heads/master | 2021-07-19T21:33:02.584000 | 2017-10-25T19:55:26 | 2017-10-25T19:55:26 | 108,318,150 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.alexandersmith.kaijuhomework;
/**
* Created by alexandersmith on 25/10/2017.
*/
public class Ape extends Kaiju {
public Ape(String name, int healthValue, int attackValue) {
super(name, healthValue, attackValue);
}
public String attack(Vehicle vehicle){
vehicle.damag... | UTF-8 | Java | 455 | java | Ape.java | Java | [
{
"context": "package com.example.alexandersmith.kaijuhomework;\n\n/**\n * Created by alexandersmith ",
"end": 34,
"score": 0.988547146320343,
"start": 20,
"tag": "USERNAME",
"value": "alexandersmith"
},
{
"context": "e.alexandersmith.kaijuhomework;\n\n/**\n * Created by alexandersmi... | null | [] | package com.example.alexandersmith.kaijuhomework;
/**
* Created by alexandersmith on 25/10/2017.
*/
public class Ape extends Kaiju {
public Ape(String name, int healthValue, int attackValue) {
super(name, healthValue, attackValue);
}
public String attack(Vehicle vehicle){
vehicle.damag... | 455 | 0.654945 | 0.637363 | 23 | 18.782608 | 20.631248 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.391304 | false | false | 0 |
6d5ed73aa5a6e345837b9b48706cd4a66f75305d | 4,861,903,004,485 | c10152de886d9f6b544db61f688a267752a9f161 | /src/main/java/com/mx/tools/controller/s10/S10Controller.java | dd2c3bd77d51c8fd1fc4ec3c679f5e1e9551a241 | [] | no_license | conglanjun/mx_deploy_tools | https://github.com/conglanjun/mx_deploy_tools | 4439854f9fa60c95dcfc0de3f2eedf565e782ec5 | 8c5e67d2a6d6d34e7db8d2865fd0e040c27e8d2e | refs/heads/master | 2020-02-29T12:21:26.212000 | 2017-01-10T07:03:06 | 2017-01-10T07:03:06 | 68,493,545 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mx.tools.controller.s10;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.spr... | UTF-8 | Java | 1,246 | java | S10Controller.java | Java | [
{
"context": "e: S10Controller\r\n* @Description: TODO\r\n* @author 张雪健(zhangxj@meixing.com)\r\n* @date 2016年1月20日 下午4:48:3",
"end": 546,
"score": 0.9998943209648132,
"start": 543,
"tag": "NAME",
"value": "张雪健"
},
{
"context": "10Controller\r\n* @Description: TODO\r\n* @author 张雪健(zh... | null | [] | package com.mx.tools.controller.s10;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.spr... | 1,234 | 0.711697 | 0.678748 | 40 | 28.275 | 24.548918 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 0 |
842f023233cd39576de25fb457438104aa304b34 | 7,043,746,396,988 | 83c700721f4161c6b0c5631e8ec9912d225eb534 | /backend/src/main/java/br/com/squad2939/backend/model/Cart.java | b01830769940fe25e1c69ca05148964712ca5016 | [] | no_license | manoelalmeida-io/e-figenia | https://github.com/manoelalmeida-io/e-figenia | deada3ab24916214775cc4496fdecad10fa246a8 | 471d01050416e5ead3943be27c12c7dc3106d5ed | refs/heads/master | 2022-02-17T03:45:12.121000 | 2020-04-09T15:52:23 | 2020-04-09T15:52:23 | 244,655,914 | 0 | 0 | null | false | 2022-03-02T07:36:47 | 2020-03-03T14:22:09 | 2020-04-09T15:52:43 | 2022-03-02T07:36:46 | 3,863 | 0 | 0 | 15 | Java | false | false | package br.com.squad2939.backend.model;
import br.com.squad2939.backend.serialize.CartProductListSerializer;
import br.com.squad2939.backend.serialize.UserDeserializer;
import com.fasterxml.jackson.databind.annotation.JsonDeserialize;
import com.fasterxml.jackson.databind.annotation.JsonSerialize;
import lombok.Data;
... | UTF-8 | Java | 810 | java | Cart.java | Java | [
{
"context": "finished;\n\n @ManyToOne\n @JoinColumn(name = \"fk_user\")\n @JsonDeserialize(using = UserDeserializer.c",
"end": 594,
"score": 0.8808240294456482,
"start": 587,
"tag": "USERNAME",
"value": "fk_user"
}
] | null | [] | package br.com.squad2939.backend.model;
import br.com.squad2939.backend.serialize.CartProductListSerializer;
import br.com.squad2939.backend.serialize.UserDeserializer;
import com.fasterxml.jackson.databind.annotation.JsonDeserialize;
import com.fasterxml.jackson.databind.annotation.JsonSerialize;
import lombok.Data;
... | 810 | 0.766667 | 0.751852 | 29 | 26.931034 | 22.168526 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.413793 | false | false | 0 |
8457e9622c97eaa683fd11d0371b8df905b86aed | 7,043,746,396,991 | 596e224b20a0a5af3446254ebcff196ceb6d99fe | /Project/core/src/com/projectdgdx/game/utils/Events.java | 031a1e242c62afd0cf702454b62ffde053cf141b | [] | no_license | konglobemeralt/1337xXSlayer | https://github.com/konglobemeralt/1337xXSlayer | b7ab4cb710624b0bd9ff4cb59be293bdb11363db | 9492fc631d2bbec5323db54ebe52cdd904a4ebec | refs/heads/master | 2021-06-16T09:10:05.397000 | 2017-05-28T20:07:36 | 2017-05-28T20:07:36 | 85,559,124 | 2 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.projectdgdx.game.utils;
/**
* Enum for the different events we have in the game.
*/
public enum Events { STRIKE_END, SABOTEUR_CAUGHT, MACHINES_DESTROYED_END, TIME_UPP, SRIKING_WORKER, MACHINE_DESTRUCTION }
| UTF-8 | Java | 224 | java | Events.java | Java | [] | null | [] | package com.projectdgdx.game.utils;
/**
* Enum for the different events we have in the game.
*/
public enum Events { STRIKE_END, SABOTEUR_CAUGHT, MACHINES_DESTROYED_END, TIME_UPP, SRIKING_WORKER, MACHINE_DESTRUCTION }
| 224 | 0.745536 | 0.745536 | 6 | 36.333332 | 43.793709 | 124 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 0 |
4e4191fcdbe48fb02f920d8c53e81ea3621de7d4 | 11,218,454,578,609 | fe33f808c24d6f73645af74c1ce59eede61f64ee | /src/day02/src/com/koreait/beans/TABLE_MEMBER_DAO.java | 7315893f49cd8d0c3331145a143b95ce98282aa2 | [] | no_license | WKMoon/JSP | https://github.com/WKMoon/JSP | a9379aaa9cf74cf65a7161e616d732631e8e125a | 33602feab78fbc0c5af36a83b79a56832b02d030 | refs/heads/master | 2023-04-22T12:19:31.791000 | 2021-05-03T00:21:09 | 2021-05-03T00:21:09 | 344,286,532 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.koreait.beans;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
public class TABLE_MEMBER_DAO {
Connection conn;
PreparedStatement pstm;
ResultSet rs;
TABLE_MEMBER_VO member;
//아이디 중복 검사 메소드
public boolean idcheck(String i... | UTF-8 | Java | 1,155 | java | TABLE_MEMBER_DAO.java | Java | [] | null | [] | package com.koreait.beans;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
public class TABLE_MEMBER_DAO {
Connection conn;
PreparedStatement pstm;
ResultSet rs;
TABLE_MEMBER_VO member;
//아이디 중복 검사 메소드
public boolean idcheck(String i... | 1,155 | 0.622162 | 0.618529 | 58 | 17.982759 | 15.525831 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.603448 | false | false | 0 |
eb783688866154ccab4a3f4ef63cd8c801ef4735 | 29,557,964,944,377 | f990b7af21efc90852052b9ec124f58a4eebf903 | /src/variableDeclared/TestStudent.java | 6b36fc363b3ae257906da572966dd3547799c531 | [] | no_license | tofaelKabir/eclipse-all-project-practice | https://github.com/tofaelKabir/eclipse-all-project-practice | 9d3e5b66df33bbb4c46034d61f7d2245cd34daca | b5dab6c1de069f5b1820602e69c20402e66a3f84 | refs/heads/master | 2021-07-12T09:02:22.934000 | 2020-06-27T17:26:54 | 2020-06-27T17:26:54 | 171,887,049 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package variableDeclared;
public class TestStudent {
public static void main(String[] args) {
Student st1 = new Student(); //instantiate the class
st1.fullName = "Nishat Sultana";
st1.stId = 6546;
st1.grade = 3.456798;
st1.sex = 'F';
st1.fullTime = true;
st1.stuInfo();
Student.stuEthnecity();
... | UTF-8 | Java | 493 | java | TestStudent.java | Java | [
{
"context": "dent(); //instantiate the class\n\t\tst1.fullName = \"Nishat Sultana\";\n\t\tst1.stId = 6546;\n\t\tst1.grade = 3.456798;\n\t\tst",
"end": 184,
"score": 0.999867856502533,
"start": 170,
"tag": "NAME",
"value": "Nishat Sultana"
},
{
"context": "\n\t\tStudent st2 = new Stu... | null | [] | package variableDeclared;
public class TestStudent {
public static void main(String[] args) {
Student st1 = new Student(); //instantiate the class
st1.fullName = "<NAME>";
st1.stId = 6546;
st1.grade = 3.456798;
st1.sex = 'F';
st1.fullTime = true;
st1.stuInfo();
Student.stuEthnecity();
Student... | 485 | 0.622718 | 0.555781 | 30 | 15.433333 | 13.790536 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2 | false | false | 0 |
3d80bb14281ca178bd84f709fd7f75fccfcc8312 | 22,866,405,907,453 | fd86e4c8d8b6ac92687e5e992f9d9d0a3a877a9a | /shortydemo/src/main/java/com/shorty/demo/BaseApplication.java | 2cf876576abd34dc1d4f6f9c99ea11b8697f133a | [] | no_license | huangyue009/shorty | https://github.com/huangyue009/shorty | 377325d95d10aed1cbfa707198e43c95e6105d01 | 31b0f4649d52521f1d3d334e4f69aa0a5315296a | refs/heads/master | 2020-12-12T07:13:11.874000 | 2020-03-14T06:01:52 | 2020-03-14T06:01:52 | 55,689,671 | 4 | 1 | null | false | 2020-03-14T06:01:54 | 2016-04-07T11:36:25 | 2020-03-14T04:39:06 | 2020-03-14T06:01:53 | 3,116 | 3 | 2 | 1 | Java | false | false | package com.shorty.demo;
import com.alibaba.android.arouter.launcher.ARouter;
import com.squareup.leakcanary.LeakCanary;
import io.flutter.app.FlutterApplication;
public class BaseApplication extends FlutterApplication {
@Override
public void onCreate() {
super.onCreate();
if (!LeakCanary.i... | UTF-8 | Java | 555 | java | BaseApplication.java | Java | [] | null | [] | package com.shorty.demo;
import com.alibaba.android.arouter.launcher.ARouter;
import com.squareup.leakcanary.LeakCanary;
import io.flutter.app.FlutterApplication;
public class BaseApplication extends FlutterApplication {
@Override
public void onCreate() {
super.onCreate();
if (!LeakCanary.i... | 555 | 0.664865 | 0.664865 | 25 | 21.200001 | 18.723248 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.36 | false | false | 0 |
df155618234edc0e3ac2d2914be25a5d839d651d | 1,735,166,825,153 | 37ce2ee571e38e15984317d1ce775d6cbad26836 | /cotrix/cotrix-configuration/src/main/java/org/cotrix/configuration/utils/CdiProducer.java | d7a4af94289f0801b5951d5d064d87fdbd6d519a | [] | no_license | cotrix/cotrixrep | https://github.com/cotrix/cotrixrep | 66f0829376152afc639133f11e9557558241897c | cbb0fb0fa9c35ad0f01d9369cc23a3caf569bbac | refs/heads/master | 2021-03-12T22:46:48.583000 | 2014-09-08T10:19:53 | 2014-09-08T10:19:53 | 5,669,623 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
package org.cotrix.configuration.utils;
import java.lang.reflect.ParameterizedType;
import javax.enterprise.inject.Produces;
import javax.enterprise.inject.spi.InjectionPoint;
import javax.inject.Inject;
import javax.inject.Singleton;
import org.cotrix.configuration.ConfigurationBean;
import org.cotrix.c... | UTF-8 | Java | 865 | java | CdiProducer.java | Java | [
{
"context": "g.cotrix.configuration.Provider;\n\n/**\n * @author \"Federico De Faveri federico.defaveri@fao.org\"\n * \n */\n@Singleton\npub",
"end": 432,
"score": 0.9998765587806702,
"start": 414,
"tag": "NAME",
"value": "Federico De Faveri"
},
{
"context": "tion.Provider;\n\n/**\n... | null | [] | /**
*
*/
package org.cotrix.configuration.utils;
import java.lang.reflect.ParameterizedType;
import javax.enterprise.inject.Produces;
import javax.enterprise.inject.spi.InjectionPoint;
import javax.inject.Inject;
import javax.inject.Singleton;
import org.cotrix.configuration.ConfigurationBean;
import org.cotrix.c... | 835 | 0.76763 | 0.766474 | 38 | 21.763159 | 23.385143 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.789474 | false | false | 0 |
97624cfe759bdf2b71618d49cf8812e3377333b5 | 29,394,756,233,005 | 46b940292bd5f269d569aa5e804422e2e4ddb2a8 | /dhcp/dhcp-impl/src/main/java/io/fd/hc2vpp/dhcp/read/DhcpRelayCustomizer.java | e995d70734edfa756849f88b432d8185706b6614 | [] | no_license | moshangxinhe/hc2vpp | https://github.com/moshangxinhe/hc2vpp | df9c95d9948e1ef261d8efa143afda3df0a8a965 | b078f1d28cddc07da5bcad076b872113b9383ab4 | refs/heads/master | 2020-09-04T05:41:10.033000 | 2019-06-24T11:59:04 | 2019-06-24T11:59:04 | 219,668,616 | 1 | 0 | null | true | 2019-11-05T05:56:46 | 2019-11-05T05:56:46 | 2019-10-28T05:31:19 | 2019-06-27T06:39:13 | 13,071 | 0 | 0 | 0 | null | false | false | /*
* Copyright (c) 2017 Cisco 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 applic... | UTF-8 | Java | 7,488 | java | DhcpRelayCustomizer.java | Java | [] | null | [] | /*
* Copyright (c) 2017 Cisco 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 applic... | 7,488 | 0.697249 | 0.681757 | 165 | 44.381817 | 34.514374 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.618182 | false | false | 0 |
407e9c3675f2bf7f8f70845470a8feaba404ba93 | 29,394,756,231,364 | 6a74a3a3e7e0a7ddfb0bdc27af23027696429e2c | /src/test/java/TestSmokeTest2.java | 35b3c79f370bee398fddbf43b56f42113d7c677d | [] | no_license | sriramanandr/testproject | https://github.com/sriramanandr/testproject | 7bbfc7bcfef9187980516629ae235b6311f41db0 | 1334772c1501c3e8af13fe9b1e0855778e9fe0a1 | refs/heads/master | 2017-12-30T02:24:01.970000 | 2016-09-28T23:17:04 | 2016-09-28T23:17:04 | 69,511,314 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import org.testng.Assert;
import org.testng.annotations.Test;
/**
* Created by AnandSriram on 9/28/2016.
*/
public class TestSmokeTest2 {
Testbasetest btest = new Testbasetest();
@Test
public void multi_test() {
int result = btest.basetest_multiply(2, 3);
if (btest.checkresult(result,... | UTF-8 | Java | 714 | java | TestSmokeTest2.java | Java | [
{
"context": "rt org.testng.annotations.Test;\n\n/**\n * Created by AnandSriram on 9/28/2016.\n */\npublic class TestSmokeTest2 {\n\n",
"end": 92,
"score": 0.8892406225204468,
"start": 81,
"tag": "NAME",
"value": "AnandSriram"
}
] | null | [] | import org.testng.Assert;
import org.testng.annotations.Test;
/**
* Created by AnandSriram on 9/28/2016.
*/
public class TestSmokeTest2 {
Testbasetest btest = new Testbasetest();
@Test
public void multi_test() {
int result = btest.basetest_multiply(2, 3);
if (btest.checkresult(result,... | 714 | 0.556022 | 0.533613 | 38 | 17.789474 | 18.541784 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.342105 | false | false | 0 |
51fea568a8c73092a8968ea4724ae25b16199010 | 23,441,931,550,323 | 5dfc495223dad7b21ae2f4d40d8de127f231801b | /src/test/java/pl/bumbul/adventofcode/edition2019/solver/Day04SecureContainerTest.java | 309ab67d6649f123694fe0171f38c31bca4c4f64 | [] | no_license | leszek-bumbul/advent-of-code-archive | https://github.com/leszek-bumbul/advent-of-code-archive | e8f31d09f063e22e349e7dc9a6253cd6212007b1 | 2b3e2787b8ddd8008c9d475e9785069af100d91b | refs/heads/master | 2022-03-28T10:15:41.305000 | 2022-01-07T20:33:57 | 2022-01-07T20:33:57 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pl.bumbul.adventofcode.edition2019.solver;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Test;
class Day04SecureContainerTest {
private final Day04SecureContainer tested = new Day04SecureContainer("2019/Day04SecureContainer.input");
@Test
void testWrongNumberNoDoubleFound... | UTF-8 | Java | 1,109 | java | Day04SecureContainerTest.java | Java | [] | null | [] | package pl.bumbul.adventofcode.edition2019.solver;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Test;
class Day04SecureContainerTest {
private final Day04SecureContainer tested = new Day04SecureContainer("2019/Day04SecureContainer.input");
@Test
void testWrongNumberNoDoubleFound... | 1,109 | 0.698828 | 0.657349 | 41 | 26.073172 | 28.630863 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.317073 | false | false | 0 |
00a99300c75f16ef2bec6e208295ca894f26d22f | 33,225,867,058,727 | 80680d424e2c0c54331674fa89169153a931102a | /src/main/java/joshie/harvest/api/knowledge/Category.java | 744f52fb5858571ec6d7bdd419523451f9c5226f | [
"MIT"
] | permissive | Snownee/Harvest-Festival | https://github.com/Snownee/Harvest-Festival | 8b23adac620f3a719968517789f9d136d278f858 | f2b6186c50d2cae1283cb021a1dced957dabdfca | refs/heads/1.12.2-0.6.X | 2023-08-18T06:32:14.220000 | 2023-08-14T18:22:04 | 2023-08-14T18:22:04 | 211,088,162 | 11 | 11 | MIT | true | 2023-08-18T10:52:10 | 2019-09-26T12:51:55 | 2023-08-15T19:37:36 | 2023-08-18T10:51:21 | 32,017 | 9 | 8 | 9 | Java | false | false | package joshie.harvest.api.knowledge;
public class Category {
public static final Category ACTIVITIES = new Category("activities");
public static final Category FARMING = new Category("farming");
public static final Category TOWNSHIP = new Category("town");
//public static final Category OTHER = new Ca... | UTF-8 | Java | 541 | java | Category.java | Java | [] | null | [] | package joshie.harvest.api.knowledge;
public class Category {
public static final Category ACTIVITIES = new Category("activities");
public static final Category FARMING = new Category("farming");
public static final Category TOWNSHIP = new Category("town");
//public static final Category OTHER = new Ca... | 541 | 0.707948 | 0.707948 | 18 | 29.111111 | 25.586214 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 0 |
865d86c880b8da77777e6171732f843fa256b332 | 7,559,142,500,138 | 3e1d60b61c9d0c6724fc2e10544600c983276bc3 | /app/src/main/java/com/credithc/baseapp/route/executor/IAppRouter.java | 59b505f4b5f3b9026c44bf802010935286387322 | [] | no_license | RookieDailyLi/BaseApplication | https://github.com/RookieDailyLi/BaseApplication | f4d689813f4e0e8668b65f1be2c10f9285fce7e2 | 925ccc90e41634192bd31d76c54cea44586e208e | refs/heads/master | 2021-07-05T20:31:22.673000 | 2021-01-01T13:43:36 | 2021-01-01T13:43:36 | 215,988,059 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.credithc.baseapp.route.executor;
import android.content.Context;
import java.util.Map;
/**
*@author liyong
*@date 2019/12/13
*@des
*/
public interface IAppRouter {
default void navigation(String url, Map<String, String> params) {
// Nothing to do
}
/**
* Navigation to the rout... | UTF-8 | Java | 524 | java | IAppRouter.java | Java | [
{
"context": "tent.Context;\n\nimport java.util.Map;\n\n/**\n*@author liyong\n*@date 2019/12/13\n*@des\n*/\npublic interface IAppR",
"end": 121,
"score": 0.9993031620979309,
"start": 115,
"tag": "USERNAME",
"value": "liyong"
}
] | null | [] | package com.credithc.baseapp.route.executor;
import android.content.Context;
import java.util.Map;
/**
*@author liyong
*@date 2019/12/13
*@des
*/
public interface IAppRouter {
default void navigation(String url, Map<String, String> params) {
// Nothing to do
}
/**
* Navigation to the rout... | 524 | 0.64313 | 0.627863 | 29 | 17.068966 | 22.179411 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.275862 | false | false | 0 |
7c4d30e983ea693b7824d5336e2a2b3a6d1cd3cb | 14,723,147,954,765 | 2a6426cff8c24a8c6cbec385648997e4d346a8cd | /src/manager/ContractManager.java | e95febca71863f85fbcf9596b0d4a60f7650f471 | [] | no_license | mahshid-farr/Java-L4 | https://github.com/mahshid-farr/Java-L4 | 916d893cf140462ae1c8f606503081c49998d081 | 555b08fa09f56517470fc6d3f49be7ca97bd64be | refs/heads/main | 2023-04-27T07:29:38.962000 | 2021-04-29T14:43:02 | 2021-04-29T14:43:02 | 362,849,459 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package manager;
import java.util.List;
import javax.persistence.EntityManager;
import javax.persistence.EntityManagerFactory;
import javax.persistence.Persistence;
import javax.persistence.Query;
import javax.persistence.TypedQuery;
import model.Customer;
/**
* @author Mahshid Farrahinia
* This manag... | UTF-8 | Java | 2,938 | java | ContractManager.java | Java | [
{
"context": "dQuery;\r\nimport model.Customer;\r\n\r\n/**\r\n * @author Mahshid Farrahinia\r\n * This manager class is responsible for jpql qu",
"end": 305,
"score": 0.9998745322227478,
"start": 287,
"tag": "NAME",
"value": "Mahshid Farrahinia"
}
] | null | [] |
package manager;
import java.util.List;
import javax.persistence.EntityManager;
import javax.persistence.EntityManagerFactory;
import javax.persistence.Persistence;
import javax.persistence.Query;
import javax.persistence.TypedQuery;
import model.Customer;
/**
* @author <NAME>
* This manager class is ... | 2,926 | 0.704221 | 0.702178 | 93 | 29.569893 | 29.845984 | 145 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.806452 | false | false | 0 |
99185533c53527c3f1a1a1d75e6c40a98b0a2067 | 6,571,300,017,822 | 04798e2528d4172aa3bb7c46f570bfe1078b6a33 | /src/test/java/no/stelar7/api/r4j/tests/lol/staticdata/StaticTest.java | 4f28d2f24781252055fb7b25d4f443165becbf7c | [
"Apache-2.0"
] | permissive | AmitShah/R4J | https://github.com/AmitShah/R4J | 0dc686201c3e58496a77ad5e81486940f35eda3b | ea2c784f6123bbd844173d14fc6034f0549b6386 | refs/heads/master | 2020-12-20T16:10:49.195000 | 2020-01-25T02:03:41 | 2020-01-25T02:03:41 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package no.stelar7.api.r4j.tests.lol.staticdata;
import no.stelar7.api.r4j.basic.cache.impl.FileSystemCacheProvider;
import no.stelar7.api.r4j.basic.calling.DataCall;
import no.stelar7.api.r4j.impl.R4J;
import no.stelar7.api.r4j.impl.lol.raw.DDragonAPI;
import no.stelar7.api.r4j.pojo.lol.staticdata.champion.StaticCham... | UTF-8 | Java | 6,207 | java | StaticTest.java | Java | [] | null | [] | package no.stelar7.api.r4j.tests.lol.staticdata;
import no.stelar7.api.r4j.basic.cache.impl.FileSystemCacheProvider;
import no.stelar7.api.r4j.basic.calling.DataCall;
import no.stelar7.api.r4j.impl.R4J;
import no.stelar7.api.r4j.impl.lol.raw.DDragonAPI;
import no.stelar7.api.r4j.pojo.lol.staticdata.champion.StaticCham... | 6,207 | 0.614145 | 0.600129 | 238 | 25.079832 | 24.278797 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.44958 | false | false | 0 |
72a422063ce744e061ed100e0d22d1120f49043d | 21,852,793,670,042 | fda2775547066f6a9b0dd151a621e4987585bd71 | /server/src/main/java/cn/nju/server/common/vo/SensorVo.java | 0cdf4c2e6bfd290dfef3975b530d3a076b5c6250 | [
"MIT"
] | permissive | Amadeuss123/nju_se_iot | https://github.com/Amadeuss123/nju_se_iot | 0e32a33fde9a1c82572710ae6581bc032c19ee94 | 36048749e6b47a1cde3aa1cb7a0eaa9d868d3f46 | refs/heads/main | 2023-04-14T15:30:02.919000 | 2021-04-27T05:43:35 | 2021-04-27T05:43:35 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.nju.server.common.vo;
import cn.nju.server.common.entity.Humidity;
import cn.nju.server.common.entity.Temp;
import java.util.List;
public class SensorVo {
private List<Temp> tempList;
private List<Humidity> humidityList;
public List<Temp> getTempList() {
return tempList;
}
p... | UTF-8 | Java | 602 | java | SensorVo.java | Java | [] | null | [] | package cn.nju.server.common.vo;
import cn.nju.server.common.entity.Humidity;
import cn.nju.server.common.entity.Temp;
import java.util.List;
public class SensorVo {
private List<Temp> tempList;
private List<Humidity> humidityList;
public List<Temp> getTempList() {
return tempList;
}
p... | 602 | 0.682724 | 0.682724 | 28 | 20.5 | 19.271555 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.357143 | false | false | 0 |
fe735e513546e013e68cbb65772833f51954ca52 | 4,793,183,531,375 | 7cb8972cb5447b1096b7a89c83d2fb3721542679 | /src/main/java/com/marketBoss/facebook/FBInsights.java | 982e8d35cbc032b8572555b71f745493604ff6ad | [] | no_license | qreah/qreah-mkd | https://github.com/qreah/qreah-mkd | c13f00f0b4f054c9f55ef6c4e63fcdcd1dbf061b | b3b6f58992effd02cec4a9b1c3b39877e2b988e7 | refs/heads/master | 2020-02-20T17:47:38.107000 | 2020-01-25T20:03:18 | 2020-01-25T20:03:18 | 121,987,502 | 0 | 3 | null | false | 2018-03-06T21:44:30 | 2018-02-18T20:24:16 | 2018-02-18T20:25:59 | 2018-03-06T21:36:30 | 2,737 | 0 | 1 | 1 | Java | false | null | package com.marketBoss.facebook;
import java.io.IOException;
import java.lang.reflect.Type;
import java.sql.SQLException;
import java.text.ParseException;
import java.util.ArrayList;
import java.util.List;
import java.util.logging.Logger;
import javax.servlet.ServletException;
import com.google.api.client.http.Gener... | UTF-8 | Java | 5,626 | java | FBInsights.java | Java | [
{
"context": "ring user) throws ParseException {\n \tusername = user;\n \tqreah q = new qreah();\n \tList<String> da",
"end": 1479,
"score": 0.9922749400138855,
"start": 1475,
"tag": "USERNAME",
"value": "user"
},
{
"context": "Exception {\n\t\t\n\t\tFBInsights fbi = new FBI... | null | [] | package com.marketBoss.facebook;
import java.io.IOException;
import java.lang.reflect.Type;
import java.sql.SQLException;
import java.text.ParseException;
import java.util.ArrayList;
import java.util.List;
import java.util.logging.Logger;
import javax.servlet.ServletException;
import com.google.api.client.http.Gener... | 5,616 | 0.6893 | 0.686811 | 220 | 24.572727 | 23.062744 | 166 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.854545 | false | false | 0 |
4e17b4ece3d74dd5c8963130032f78cad2414430 | 3,779,571,265,173 | 920c4b1845e1b375b35a3ad81a0e421065df7e8b | /modules/transfer-export/src/main/java/com/hqjy/mustang/transfer/export/service/SellDeptService.java | ceef84976c4fcb8c68a30c7bedb77d62727aacb7 | [] | no_license | chendongxin/transfer | https://github.com/chendongxin/transfer | 514a938cb0c82636c35be4e2517e9d2bfb65c2c7 | 5b3860056dc0e58202277d0859e9dbe8d7f6b26c | refs/heads/master | 2021-10-23T18:54:37.874000 | 2019-03-19T09:39:51 | 2019-03-19T09:39:51 | 176,473,637 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hqjy.mustang.transfer.export.service;
import com.hqjy.mustang.transfer.export.model.dto.SellDeptReportResult;
import com.hqjy.mustang.transfer.export.model.query.PageParams;
import com.hqjy.mustang.transfer.export.model.query.SellQueryParams;
/**
* @author gmm
* @date 2018/10/22
* @apiNote 部门电销排行报表数据服务... | UTF-8 | Java | 844 | java | SellDeptService.java | Java | [
{
"context": "xport.model.query.SellQueryParams;\n\n/**\n * @author gmm\n * @date 2018/10/22\n * @apiNote 部门电销排行报表数据服务层\n */",
"end": 275,
"score": 0.9995684623718262,
"start": 272,
"tag": "USERNAME",
"value": "gmm"
}
] | null | [] | package com.hqjy.mustang.transfer.export.service;
import com.hqjy.mustang.transfer.export.model.dto.SellDeptReportResult;
import com.hqjy.mustang.transfer.export.model.query.PageParams;
import com.hqjy.mustang.transfer.export.model.query.SellQueryParams;
/**
* @author gmm
* @date 2018/10/22
* @apiNote 部门电销排行报表数据服务... | 844 | 0.694366 | 0.683099 | 31 | 21.903225 | 22.949249 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.225806 | false | false | 0 |
954f7204ea1d3f00bad929b929f0f5efdc01f543 | 35,003,983,476,896 | 1e6c794ee187bef60e0637770f920c8b0b01bd52 | /FinalProject/src/main/java/Model/Product.java | be926cea503bb3e2cbbe6b3777ff95495a268aff | [] | no_license | Stephen-ODriscoll/2018_ObjectOrientedProgramming | https://github.com/Stephen-ODriscoll/2018_ObjectOrientedProgramming | 158a570bd06b19057f454a0f49e352c007416bf3 | 3c99eb0bba0c3191961878a8dcb1cb23c44e1c81 | refs/heads/master | 2022-06-23T04:13:04.123000 | 2019-06-20T19:51:50 | 2019-06-20T19:51:50 | 134,864,584 | 0 | 0 | null | false | 2022-06-20T23:53:50 | 2018-05-25T14:08:47 | 2019-06-20T22:15:48 | 2022-06-20T23:53:47 | 112 | 0 | 0 | 4 | Java | false | false | package Model;
public class Product {
private String name;
private String desc;
private double price;
private int productID;
public Product(int productID, String name, double price, String desc) {
this.name = name;
this.price = price;
this.productID = productID;
this.desc = desc;
}
... | UTF-8 | Java | 1,334 | java | Product.java | Java | [] | null | [] | package Model;
public class Product {
private String name;
private String desc;
private double price;
private int productID;
public Product(int productID, String name, double price, String desc) {
this.name = name;
this.price = price;
this.productID = productID;
this.desc = desc;
}
... | 1,334 | 0.607357 | 0.606607 | 85 | 13.670588 | 17.233612 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.352941 | false | false | 0 |
12b4eea5a9387a839e22f5166b84a1f570cff7c6 | 35,622,458,758,479 | 02ae8c0dfea2f28a72f2497a399e2b33e0ca1290 | /src/main/java/com/robsoncraftsman/alura/escola/shared/dominio/Telefone.java | d6cdf7d53eac84bd950816096c35b4ce4e6a16e0 | [] | no_license | robsoncraftsman/curso-ddd-java-alura | https://github.com/robsoncraftsman/curso-ddd-java-alura | 0f09a6cdc5ef71763b912f21427580823ee3fc8d | 68475341252276acfd7fe7540e5fc2b7831a60ff | refs/heads/main | 2023-02-12T21:39:13.709000 | 2021-01-11T17:18:18 | 2021-01-11T17:18:18 | 327,915,680 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.robsoncraftsman.alura.escola.shared.dominio;
public class Telefone {
private final String ddd;
private final String numero;
public Telefone(final String ddd, final String numero) {
if ((ddd == null) || (numero == null)) {
throw new IllegalArgumentException("DDD e Número do telefone são obrigatóri... | UTF-8 | Java | 772 | java | Telefone.java | Java | [
{
"context": "package com.robsoncraftsman.alura.escola.shared.dominio;\n\npublic cla",
"end": 18,
"score": 0.5927627086639404,
"start": 15,
"tag": "USERNAME",
"value": "son"
}
] | null | [] | package com.robsoncraftsman.alura.escola.shared.dominio;
public class Telefone {
private final String ddd;
private final String numero;
public Telefone(final String ddd, final String numero) {
if ((ddd == null) || (numero == null)) {
throw new IllegalArgumentException("DDD e Número do telefone são obrigatóri... | 772 | 0.686275 | 0.682353 | 34 | 21.5 | 24.804234 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.617647 | false | false | 0 |
2e8a5fe8708578a5ac4abc0253e4107e07b4867c | 36,146,444,766,714 | f99aa848a7faed5bfa99fe6f5f4bf04da00ca8a3 | /src/promcheg/api/entities/UnitType.java | beb41b2cf392c26c382f3e44022286053fda0fe0 | [] | no_license | promcheg/velocity | https://github.com/promcheg/velocity | 6b013e9233feb83007e23fc5f546ebcadcd0fb1b | 48b03b7839439ece8f7bacad07033d3e34d9a316 | refs/heads/master | 2020-04-05T00:03:30.228000 | 2018-12-07T13:05:59 | 2018-12-07T13:05:59 | 156,381,631 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package promcheg.api.entities;
public enum UnitType {
//length
LIGHT_SECOND,
LIGHT_MINUTE,
LIGHT_HOUR,
LIGHT_YEAR,
AU,
//speed
METER_PER_SECOND,
KILOMETER_PER_SECOND,
KILOMETER_PER_HOUR;
}
| UTF-8 | Java | 200 | java | UnitType.java | Java | [] | null | [] | package promcheg.api.entities;
public enum UnitType {
//length
LIGHT_SECOND,
LIGHT_MINUTE,
LIGHT_HOUR,
LIGHT_YEAR,
AU,
//speed
METER_PER_SECOND,
KILOMETER_PER_SECOND,
KILOMETER_PER_HOUR;
}
| 200 | 0.725 | 0.725 | 14 | 13.285714 | 8.2931 | 30 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.357143 | false | false | 0 |
cf85531c80106069288a250c6d711b07b6d69593 | 16,295,105,955,880 | 32ca2c2dc50124ef1798e3f78c7f2554c5e81f5c | /src/edu/hku/comp7305/group1/Step2.java | 3dd408c864934b81c9382bfde371335e7e0ef5fa | [] | no_license | youngkylejan/MovieRecommendation | https://github.com/youngkylejan/MovieRecommendation | bfb6af6430745c9165e0c56fe250a1c0e5af61cb | 521983e40181c4d4722ccef30ad38c7f97f5ca99 | refs/heads/master | 2021-05-28T15:23:41.709000 | 2015-04-28T15:34:07 | 2015-04-28T15:34:07 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.hku.comp7305.group1;
import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.fs.Path;
import org.apache.hadoop.io.IntWritable;
import org.apache.hadoop.io.Text;
import org.apache.hadoop.mapreduce.Job;
import org.apache.hadoop.mapreduce.Mapper;
import org.apache.hadoop.mapreduce.Reducer;
impor... | UTF-8 | Java | 4,348 | java | Step2.java | Java | [
{
"context": "t;\n\nimport java.io.IOException;\n/**\n * \n * @author aohuijun\n * Use the userVectors(user-item matrix) to get t",
"end": 623,
"score": 0.9992525577545166,
"start": 615,
"tag": "USERNAME",
"value": "aohuijun"
}
] | null | [] | package edu.hku.comp7305.group1;
import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.fs.Path;
import org.apache.hadoop.io.IntWritable;
import org.apache.hadoop.io.Text;
import org.apache.hadoop.mapreduce.Job;
import org.apache.hadoop.mapreduce.Mapper;
import org.apache.hadoop.mapreduce.Reducer;
impor... | 4,348 | 0.643744 | 0.632935 | 108 | 39.259258 | 34.257027 | 134 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.203704 | false | false | 0 |
2b9b044361b749f0da30e73eac60195d6aa5af33 | 16,295,105,952,731 | f5b2fce418966356f60bcf590dc0db8fedc565a1 | /src/GitHubTest/class2.java | c5091e585ba28a25efa00c243c430e67e95c44be | [] | no_license | Ramazan1972/GitTest | https://github.com/Ramazan1972/GitTest | aa2332ba22c3c73c1166367d6fc8acfe99c42a75 | 8edc10de5698658e4609ed81423c205b2d123c0b | refs/heads/master | 2020-08-31T05:43:09.001000 | 2019-11-01T04:21:15 | 2019-11-01T04:21:15 | 218,610,246 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package GitHubTest;
public class class2 {
public static void main(String[] args) {
// TODO Auto-generated method stub
System.out.println("Hello 2");
System.out.println("Hello 3");
System.out.println("Hello 4");// burasi GitHub da degistirildi.
}
}
| UTF-8 | Java | 273 | java | class2.java | Java | [] | null | [] | package GitHubTest;
public class class2 {
public static void main(String[] args) {
// TODO Auto-generated method stub
System.out.println("Hello 2");
System.out.println("Hello 3");
System.out.println("Hello 4");// burasi GitHub da degistirildi.
}
}
| 273 | 0.67033 | 0.655678 | 17 | 15.058824 | 19.120272 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.235294 | false | false | 0 |
8614b42fdaa36e66df5b821ad711d14e849a4419 | 19,507,741,508,723 | b86d175c6a4d6696f8ae4ba5dfc0c0f9ff9f8152 | /vend/java/io/product/main/VendingMachine.java | 903ccd63e624137edb9ca56800e3cab44be45950 | [] | no_license | sandeep-4/vendor-machine | https://github.com/sandeep-4/vendor-machine | 4f9b4d5244020edb08f9b16e701d0bb0bd4e56b6 | 1e9c3cafb710a23952b8e405b72e1e3c77a35d44 | refs/heads/master | 2023-06-11T17:21:40.778000 | 2021-07-05T09:39:50 | 2021-07-05T09:39:50 | 383,084,667 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package vend.java.io.product.main;
import java.util.List;
import java.util.Optional;
import java.util.stream.Collectors;
import vend.java.io.product.api.VendingMachineImpl;
import vend.java.io.product.entity.Bucket;
import vend.java.io.product.entity.Coin;
import vend.java.io.product.entity.Product;
public class Ven... | UTF-8 | Java | 1,827 | java | VendingMachine.java | Java | [] | null | [] | package vend.java.io.product.main;
import java.util.List;
import java.util.Optional;
import java.util.stream.Collectors;
import vend.java.io.product.api.VendingMachineImpl;
import vend.java.io.product.entity.Bucket;
import vend.java.io.product.entity.Coin;
import vend.java.io.product.entity.Product;
public class Ven... | 1,827 | 0.725233 | 0.721401 | 50 | 35.540001 | 24.817905 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.58 | false | false | 0 |
23e5b54941351772434f5e8e32e1eda1ae401065 | 3,470,333,605,104 | 947edc58e161933b70d595242d4663a6d0e68623 | /pigx-upms/pigx-upms-biz/src/main/java/com/pig4cloud/pigx/admin/entity/AtShiftWorkKey.java | 62b4e33d18fba0847afccb22daf6266c42230ac2 | [] | no_license | jieke360/pig6 | https://github.com/jieke360/pig6 | 5a5de28b0e4785ff8872e7259fc46d1f5286d4d9 | 8413feed8339fab804b11af8d3fbab406eb80b68 | refs/heads/master | 2023-02-04T12:39:34.279000 | 2020-12-31T03:57:43 | 2020-12-31T03:57:43 | 325,705,631 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.pig4cloud.pigx.admin.entity;
import java.io.Serializable;
import java.time.LocalDateTime;
public class AtShiftWorkKey implements Serializable {
public AtShiftWorkKey(String term, Integer eid) {
this.term = term;
this.eid = eid;
}
private String term;
private Integer eid;
}
| UTF-8 | Java | 298 | java | AtShiftWorkKey.java | Java | [] | null | [] | package com.pig4cloud.pigx.admin.entity;
import java.io.Serializable;
import java.time.LocalDateTime;
public class AtShiftWorkKey implements Serializable {
public AtShiftWorkKey(String term, Integer eid) {
this.term = term;
this.eid = eid;
}
private String term;
private Integer eid;
}
| 298 | 0.765101 | 0.761745 | 14 | 20.285715 | 18.001701 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.142857 | false | false | 0 |
705ccf8b3390b51ebeb18c1872271ac9c5bdca44 | 14,474,039,856,505 | 6760f62d31a9bd4656dee498e047f9034f0dc8dc | /src/main/java/com/example/demo/dao/ItemStockMapper.java | ac9d82de25d4b58cfbfcf5f738b6d50fd3211f85 | [] | no_license | lianlei0515/SpringBootMybatis | https://github.com/lianlei0515/SpringBootMybatis | f049642085a01c8104ac90f4b61f64fa3a2e9fa2 | 9fdb17b770f56b9fef1b7f75bd3652953a80d9e8 | refs/heads/master | 2021-07-17T18:06:01.990000 | 2017-09-30T06:00:45 | 2017-09-30T06:00:45 | 104,297,590 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.demo.dao;
import com.example.demo.bean.ItemStock;
import com.example.demo.bean.ItemStockExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public interface ItemStockMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to th... | UTF-8 | Java | 2,680 | java | ItemStockMapper.java | Java | [] | null | [] | package com.example.demo.dao;
import com.example.demo.bean.ItemStock;
import com.example.demo.bean.ItemStockExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public interface ItemStockMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to th... | 2,680 | 0.665672 | 0.665672 | 96 | 26.927084 | 25.737556 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.1875 | false | false | 0 |
e0aa611c2ae1447636b341fd9e78e605e33050d5 | 26,491,358,333,597 | b4ec03abe4510fad3cf40decda1df1fcbd55d1ce | /src/test/java/com/zuehlke/calculatormiddleware/SystemTest.java | 582568f3d6cc3883ac1209faffc3d95081adcfe6 | [
"MIT"
] | permissive | davinderc/calculatormiddleware | https://github.com/davinderc/calculatormiddleware | 3c2753726245d4c0e2623b1c4cb58b5aaeeb785c | 5a3dee201c5cb31f69c191d5d01e5435470e30ab | refs/heads/master | 2022-10-10T12:16:23.996000 | 2020-06-05T16:30:37 | 2020-06-05T16:30:37 | 268,509,410 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zuehlke.calculatormiddleware;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.boot.web.server.LocalServerPort;
import org.springframework.http.HttpEntity;
import org.springframework.http.ResponseEntity;
import org.springframework.ut... | UTF-8 | Java | 3,230 | java | SystemTest.java | Java | [
{
"context": "cation\";\n final String calculationResultKey = \"result\";\n final String contentTypeJson = \"application",
"end": 1019,
"score": 0.8808927536010742,
"start": 1013,
"tag": "KEY",
"value": "result"
}
] | null | [] | package com.zuehlke.calculatormiddleware;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.boot.web.server.LocalServerPort;
import org.springframework.http.HttpEntity;
import org.springframework.http.ResponseEntity;
import org.springframework.ut... | 3,230 | 0.676161 | 0.664396 | 92 | 34.108696 | 25.397902 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.543478 | false | false | 0 |
ee0832f245bf5df80001372d92a2bb58cbd493a7 | 31,542,239,891,359 | 34095bf615213dd0b0b0963ecf2de93fa07dca7a | /AzusaManager/src/test/java/azusa/azusamanager/PelipoytaTest.java | e1e616c2973fd1978d5307a725b1a65504830237 | [] | no_license | Nailou/OhHa | https://github.com/Nailou/OhHa | 36ddd34a72f3465ec2c011d68e11327a170e6d86 | 5fbe6e0ce4815376f59fdc8b4648bed549f7d07c | refs/heads/master | 2020-05-02T19:28:02.083000 | 2014-02-28T03:39:37 | 2014-02-28T03:39:37 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* 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 azusa.azusamanager;
import org.junit.After;
import org.junit.AfterClass;
import org.junit.Before;
import org.junit.BeforeClas... | UTF-8 | Java | 1,775 | java | PelipoytaTest.java | Java | [
{
"context": "port static org.junit.Assert.*;\n\n/**\n *\n * @author Niilo\n */\npublic class PelipoytaTest {\n \n Pelipoy",
"end": 404,
"score": 0.9818560481071472,
"start": 399,
"tag": "USERNAME",
"value": "Niilo"
}
] | null | [] | /*
* 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 azusa.azusamanager;
import org.junit.After;
import org.junit.AfterClass;
import org.junit.Before;
import org.junit.BeforeClas... | 1,775 | 0.632113 | 0.628169 | 82 | 20.658537 | 18.654247 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.390244 | false | false | 0 |
e9f073e11c2ee58687a767f51f96cceefc099fb7 | 12,455,405,208,895 | d9edc83fd1fdfc58dea7ec376edc52c2d88da13d | /src/main/java/de/axxepta/oxygen/api/parseQuery.java | ab9466656a0b81ca739c4e86a1e03a2dadcfc7dc | [
"MIT"
] | permissive | jakobjanot/project-argon | https://github.com/jakobjanot/project-argon | 60dee26256df9316f07afde36121042f73296034 | 1dc51f3a83d74796cc94b3501f34e0bfb3357188 | refs/heads/master | 2021-01-18T12:26:16.692000 | 2016-02-10T01:53:37 | 2016-02-10T01:53:37 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package de.axxepta.oxygen.api;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.ArrayList;
/**
* test class for parsing queries via keyboard
*/
public class parseQuery {
public static void main(String... args) throws IOException {
... | UTF-8 | Java | 1,074 | java | parseQuery.java | Java | [
{
"context": "rgs) throws IOException {\r\n String user = \"admin\";\r\n String pass = \"admin\";\r\n String",
"end": 342,
"score": 0.9986763596534729,
"start": 337,
"tag": "USERNAME",
"value": "admin"
},
{
"context": " String user = \"admin\";\r\n Strin... | null | [] | package de.axxepta.oxygen.api;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.ArrayList;
/**
* test class for parsing queries via keyboard
*/
public class parseQuery {
public static void main(String... args) throws IOException {
... | 1,079 | 0.592179 | 0.588454 | 38 | 26.263159 | 22.974453 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.552632 | false | false | 0 |
1bca22203277e2d371fb72055eb531182391616a | 27,547,920,287,123 | 850c3a297f13dd17aec36890d5b7dd6157eae7a4 | /src/day02wrapperclasses/Scanner06.java | 53265910089e22f65772941b876eb68719a2743c | [] | no_license | aziz-47/techproedsummer2020turkish | https://github.com/aziz-47/techproedsummer2020turkish | 59501e37e16984ce183f0d1ca358025320052be9 | fce3193ddf3b23430aeb8f6e3308aa06ed38a96a | refs/heads/master | 2022-12-19T11:02:58.514000 | 2020-09-13T20:11:37 | 2020-09-13T20:11:37 | 273,986,752 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package day02wrapperclasses;
import java.util.Scanner;
public class Scanner06 {
public static void main(String[] args) {
/*Boyutları kullanıcıdan alınan bir dikdörtgenler prizmasının hacmini hesaplayan bir program yazınız.
Not: Dikdörtgenler Prizmasının Hacmi: En x Boy x Yükseklik
*/
Sc... | ISO-8859-9 | Java | 580 | java | Scanner06.java | Java | [] | null | [] | package day02wrapperclasses;
import java.util.Scanner;
public class Scanner06 {
public static void main(String[] args) {
/*Boyutları kullanıcıdan alınan bir dikdörtgenler prizmasının hacmini hesaplayan bir program yazınız.
Not: Dikdörtgenler Prizmasının Hacmi: En x Boy x Yükseklik
*/
Sc... | 580 | 0.693122 | 0.686067 | 26 | 20.807692 | 25.504177 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.576923 | false | false | 0 |
c4d930a96f2a11f6f1d380bdcc9ba26d3a300b8a | 8,684,423,909,290 | d40613cdcf33bd0c7f3dc0c620550214df6cb7b8 | /X-path/org/qsp/Selenium/FlipakrTiPHONE.java | 1f838183d17d18be065d29590b88cb91f59cd3b1 | [] | no_license | Sakragowda/Selenium- | https://github.com/Sakragowda/Selenium- | 31ec13b3fd3ce452bfea6dc7062bfa9ed38fd952 | 3d8c2c9664580d8bc8d94c8c4a0daf9f0817a835 | refs/heads/master | 2022-12-31T13:12:46.867000 | 2020-10-23T06:05:01 | 2020-10-23T06:05:01 | 292,535,671 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.qsp.Selenium;
import java.util.Set;
import org.openqa.selenium.By;
import org.openqa.selenium.Keys;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeDriver;
public class FlipakrTiPHONE {
public static void main(String[] args) throws InterruptedException {
// T... | UTF-8 | Java | 1,451 | java | FlipakrTiPHONE.java | Java | [] | null | [] | package org.qsp.Selenium;
import java.util.Set;
import org.openqa.selenium.By;
import org.openqa.selenium.Keys;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeDriver;
public class FlipakrTiPHONE {
public static void main(String[] args) throws InterruptedException {
// T... | 1,451 | 0.641626 | 0.62164 | 36 | 38.305557 | 37.947201 | 164 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.638889 | false | false | 0 |
3f4e35cc0d4625448914d68bee28411eef62d403 | 13,134,010,010,093 | dd6c7189aafc11d60a7a4518790eaddc0baa50ca | /Beautify-ws/src/java/ws/datamodel/CreatePromotionRsp.java | b79ee30584ece83eead687e3810148db1b2fad09 | [] | no_license | YongCheng97/Beautify | https://github.com/YongCheng97/Beautify | 78b6d269fc90e147121293643d4cb10924302b4e | 6ba95de02120bac608382e3039f819a11d5ad94a | refs/heads/master | 2023-01-09T16:52:36.898000 | 2020-05-04T15:23:14 | 2020-05-04T15:23:14 | 243,922,945 | 0 | 2 | null | false | 2023-01-07T16:57:34 | 2020-02-29T07:16:44 | 2020-05-04T15:23:37 | 2023-01-07T16:57:34 | 5,823 | 0 | 2 | 27 | Java | false | false | /*
* 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 ws.datamodel;
/**
*
* @author jilon
*/
public class CreatePromotionRsp {
Long PromotionId;
public CreatePromotion... | UTF-8 | Java | 611 | java | CreatePromotionRsp.java | Java | [
{
"context": "itor.\n */\npackage ws.datamodel;\n\n/**\n *\n * @author jilon\n */\npublic class CreatePromotionRsp {\n Long Pr",
"end": 231,
"score": 0.9995138049125671,
"start": 226,
"tag": "USERNAME",
"value": "jilon"
}
] | null | [] | /*
* 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 ws.datamodel;
/**
*
* @author jilon
*/
public class CreatePromotionRsp {
Long PromotionId;
public CreatePromotion... | 611 | 0.662848 | 0.662848 | 31 | 18.709677 | 20.879368 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.258065 | false | false | 0 |
ad821b85329d51166a754de1d720dc3da03c4f9c | 3,393,024,219,016 | 9a1d982e9450519de856fc142064de32df9f33b6 | /src/test/java/shop/services/OrdersServiceTest.java | 814a1db279460140537a6b3aa26bc26da8b91fe2 | [] | no_license | KamilLepek/Shop | https://github.com/KamilLepek/Shop | 609cb63c8127f0e5c207d35c227b4d44ebfa661f | 2fac2c4f57954066c3640d2e395beb84475edf3b | refs/heads/master | 2017-12-05T00:06:18.987000 | 2017-04-06T18:08:13 | 2017-04-06T18:08:13 | 86,634,787 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package shop.services;
import javax.persistence.EntityManager;
import static org.junit.Assert.assertEquals;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.Mock;
import org.mockito.Mockito;
import static org.mockito.Mockito.times;
import org.mockito.runners.MockitoJUnitRunner;
impo... | UTF-8 | Java | 4,197 | java | OrdersServiceTest.java | Java | [] | null | [] | package shop.services;
import javax.persistence.EntityManager;
import static org.junit.Assert.assertEquals;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.Mock;
import org.mockito.Mockito;
import static org.mockito.Mockito.times;
import org.mockito.runners.MockitoJUnitRunner;
impo... | 4,197 | 0.619513 | 0.617366 | 131 | 30 | 22.041252 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.541985 | false | false | 0 |
673c60e994644d8e8ffd4b18938de886d0dbe3a8 | 16,372,415,334,252 | 9f0a17b2203dbd822df926e7ecc2c45c0ceb4035 | /app/src/main/java/com/xware/restaurant/models/enums/TableState.java | f2314cf563657861a312ef18e77251bab8c424d5 | [] | no_license | SokHeangKhun/Restaurant | https://github.com/SokHeangKhun/Restaurant | 8f130cffdcb7138900d9067cab95f0a104af0d40 | d1a0aec4559c95576f674d1c49c4faba050f7ec6 | refs/heads/master | 2018-02-07T20:07:01.583000 | 2017-09-07T08:18:56 | 2017-09-07T08:18:56 | 96,097,524 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.xware.restaurant.models.enums;
public enum TableState
{
All,
Available,
Busy,
Dirty
}
| UTF-8 | Java | 115 | java | TableState.java | Java | [] | null | [] | package com.xware.restaurant.models.enums;
public enum TableState
{
All,
Available,
Busy,
Dirty
}
| 115 | 0.669565 | 0.669565 | 9 | 11.777778 | 12.576678 | 42 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 0 |
b5cbf1d6e135ce22021aa88e5b23afc88ede7c3f | 16,372,415,335,706 | 1afe79391457d8dafbaa638dd2aa043220b8d9d0 | /CircleMove/build/source/CircleMove.java | c01900e9bc784912c6726b2111f6ae9bd76f0d4f | [] | no_license | bgopalak/Processing_Programs | https://github.com/bgopalak/Processing_Programs | 743f3964ed8de0e6a929eb13bcb075ccdc53df51 | 2a5d09c312ea4e7e86998baf4ea29b8907f8dcac | refs/heads/master | 2018-09-24T10:48:42.526000 | 2018-06-16T01:33:45 | 2018-06-16T01:33:45 | 117,499,723 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import processing.core.*;
import processing.data.*;
import processing.event.*;
import processing.opengl.*;
import java.util.HashMap;
import java.util.ArrayList;
import java.io.File;
import java.io.BufferedReader;
import java.io.PrintWriter;
import java.io.InputStream;
import java.io.OutputStream;
import jav... | UTF-8 | Java | 1,514 | java | CircleMove.java | Java | [] | null | [] | import processing.core.*;
import processing.data.*;
import processing.event.*;
import processing.opengl.*;
import java.util.HashMap;
import java.util.ArrayList;
import java.io.File;
import java.io.BufferedReader;
import java.io.PrintWriter;
import java.io.InputStream;
import java.io.OutputStream;
import jav... | 1,514 | 0.649934 | 0.607662 | 85 | 16.811764 | 14.545259 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.752941 | false | false | 0 |
a47f0d91ea4358b5f0b9e0081f82a4a16cb83ac2 | 23,845,658,487,626 | 12f375328ad01474dadb3f804ce0beecfe19b0cc | /forkjoin-jdbckit-core/src/main/java/org/forkjoin/jdbckit/core/grid/GridPageResult.java | 10b50c28c633b1acd2c773d6a14ea6f0dd674264 | [] | no_license | noasoso/base | https://github.com/noasoso/base | f632b20b8d2f9f6f123651c95c4b11c78584bfa1 | 89fa42efa551c433656acf419e23d5eba051e38a | refs/heads/master | 2021-01-25T04:42:34.631000 | 2017-06-01T08:51:24 | 2017-06-01T08:51:24 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.forkjoin.jdbckit.core.grid;
import org.forkjoin.jdbckit.core.PageResult;
import java.util.List;
public abstract class GridPageResult<T> extends PageResult<T> {
/**
*
*/
private static final long serialVersionUID = -3198462620513733571L;
public abstract Columns getColumns();
public static... | UTF-8 | Java | 1,606 | java | GridPageResult.java | Java | [] | null | [] | package org.forkjoin.jdbckit.core.grid;
import org.forkjoin.jdbckit.core.PageResult;
import java.util.List;
public abstract class GridPageResult<T> extends PageResult<T> {
/**
*
*/
private static final long serialVersionUID = -3198462620513733571L;
public abstract Columns getColumns();
public static... | 1,606 | 0.643213 | 0.617684 | 76 | 20.131578 | 23.616087 | 154 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.802632 | false | false | 0 |
3717c28cb173c138c90f68ac78164d42ed203d1e | 6,081,673,701,919 | 67c6a4e03e1880f954736143f276bac349a0ad62 | /src/com/mp2srt/struts/action/AdminmailerAction.java | d38532c4568d87e4c059c6aeb792c6f8bb695689 | [] | no_license | Medalibi/Vocal | https://github.com/Medalibi/Vocal | 7d13dfc9817b9cb91084f4265137691f3d8c6d41 | 2dca6ab6964c82c061fd6259669b75464deb3b92 | refs/heads/master | 2021-01-10T22:01:56.160000 | 2014-01-03T18:57:11 | 2014-01-03T18:57:11 | 15,309,271 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Generated by MyEclipse Struts
* Template path: templates/java/JavaClass.vtl
*/
package com.mp2srt.struts.action;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.swing.text.TextAction;
import org.apache.log4j.Logger;
import org.apache.struts.action.Acti... | UTF-8 | Java | 2,259 | java | AdminmailerAction.java | Java | [
{
"context": "ailer mail = new Mailer();\n\t\t\n\t\tString username= \"projectmpsrt@gmail.com\";\n\t\tString password= \"MYpassis0000\";\n\t\tString sub",
"end": 1717,
"score": 0.9999211430549622,
"start": 1695,
"tag": "EMAIL",
"value": "projectmpsrt@gmail.com"
},
{
"context": "me= \... | null | [] | /*
* Generated by MyEclipse Struts
* Template path: templates/java/JavaClass.vtl
*/
package com.mp2srt.struts.action;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.swing.text.TextAction;
import org.apache.log4j.Logger;
import org.apache.struts.action.Acti... | 2,242 | 0.744577 | 0.737052 | 69 | 31.753624 | 29.369413 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.478261 | false | false | 0 |
944515dd911feb60384579ffe254dffb16a24abc | 18,279,380,825,817 | df4771719c40bd0a05c0644c21c03d787b3e5879 | /src/main/java/com/underhill/nick/bulletinboard/controller/PostController.java | 89446f917d57c088344947da533e356a0c98c29b | [
"MIT"
] | permissive | nickunderhill/bulletin-board | https://github.com/nickunderhill/bulletin-board | 7a955579e76057a1e1eabe7c39fdf4c4d7df05da | e5e71a4fe4da43ed8a803c6bd123040993eb416c | refs/heads/master | 2022-12-27T01:23:14.851000 | 2020-10-13T15:54:25 | 2020-10-13T15:54:25 | 300,378,234 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.underhill.nick.bulletinboard.controller;
import com.underhill.nick.bulletinboard.model.Post;
import com.underhill.nick.bulletinboard.service.PostService;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.validation.BindingResult;
import org.sp... | UTF-8 | Java | 2,175 | java | PostController.java | Java | [] | null | [] | package com.underhill.nick.bulletinboard.controller;
import com.underhill.nick.bulletinboard.model.Post;
import com.underhill.nick.bulletinboard.service.PostService;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.validation.BindingResult;
import org.sp... | 2,175 | 0.694713 | 0.693333 | 56 | 37.839287 | 30.359617 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.642857 | false | false | 0 |
10a6bb28d364aedf5e94680b6a2730d3664eb1a3 | 6,914,897,350,220 | 5718d7439214258e44173c2878ac5decf91afb22 | /camel-bulldog/src/main/java/io/silverspoon/BulldogProducer.java | e97fc50fae567c42c88becd07caf1ff63724a3a7 | [
"Apache-2.0"
] | permissive | px3/silverspoon | https://github.com/px3/silverspoon | 7573c577b80f15d9bc609626472c5bdabcfb8629 | 2866d58539d2f9627c08ee33e64584e0d98f5f32 | refs/heads/master | 2020-12-29T02:38:27.276000 | 2016-03-10T10:20:28 | 2016-03-10T10:20:28 | 29,245,028 | 11 | 6 | null | null | null | null | null | null | null | null | null | null | null | null | null | package io.silverspoon;
import io.silverspoon.bulldog.core.Signal;
import io.silverspoon.bulldog.core.gpio.DigitalOutput;
import io.silverspoon.bulldog.core.pin.Pin;
import io.silverspoon.bulldog.core.util.BulldogUtil;
import org.apache.camel.Exchange;
import org.apache.camel.impl.DefaultProducer;
/**
* The Bulldog... | UTF-8 | Java | 842 | java | BulldogProducer.java | Java | [
{
"context": " The Bulldog producer.\n * @author <a href=\"mailto:pavel.macik@gmail.com\">Pavel Macík</a>\n * @author <a href=\"mailto:pipis",
"end": 379,
"score": 0.9999057054519653,
"start": 358,
"tag": "EMAIL",
"value": "pavel.macik@gmail.com"
},
{
"context": " * @author <a href=\... | null | [] | package io.silverspoon;
import io.silverspoon.bulldog.core.Signal;
import io.silverspoon.bulldog.core.gpio.DigitalOutput;
import io.silverspoon.bulldog.core.pin.Pin;
import io.silverspoon.bulldog.core.util.BulldogUtil;
import org.apache.camel.Exchange;
import org.apache.camel.impl.DefaultProducer;
/**
* The Bulldog... | 793 | 0.760429 | 0.760429 | 30 | 26.966667 | 24.298811 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 0 |
bd90a5705bfeaaa85131750e8d8018e23b9357a5 | 8,366,596,315,919 | d43bba7b820a8181efff46cb9c48a5ccd2ff3870 | /8puzzle/Solver.java | 847366a6076736292c7c39d100befa2f881016aa | [] | no_license | leonardoho/Princeton-Algorithms-I | https://github.com/leonardoho/Princeton-Algorithms-I | 80333d586f83225a6d75293ec51a506ccd34dd6b | b8d555d02cb2f9ad172a00383708cb56be3edfd7 | refs/heads/master | 2020-06-09T04:29:08.275000 | 2019-06-23T16:26:23 | 2019-06-23T16:26:23 | 193,370,140 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /* *****************************************************************************
* Name:
* Date:
* Description:
**************************************************************************** */
import edu.princeton.cs.algs4.In;
import edu.princeton.cs.algs4.MinPQ;
import edu.princeton.cs.algs4.Stack;
import edu.p... | UTF-8 | Java | 4,636 | java | Solver.java | Java | [] | null | [] | /* *****************************************************************************
* Name:
* Date:
* Description:
**************************************************************************** */
import edu.princeton.cs.algs4.In;
import edu.princeton.cs.algs4.MinPQ;
import edu.princeton.cs.algs4.Stack;
import edu.p... | 4,636 | 0.535807 | 0.530846 | 143 | 31.41958 | 26.805023 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.559441 | false | false | 0 |
837ee6e21df23d909118278e8e2fe0c0c019876e | 14,405,320,313,177 | 2a8d8dae35ddc71dcf2c80128aae779b7767aabd | /src/main/java/com/egen/repository/VehicleRepository.java | ecf3017a6859268a639484267de07d96e5c67e04 | [] | no_license | air1609/truker-api | https://github.com/air1609/truker-api | 1a5e37fdffc3e5c2120d0b0725109ab4b1859ee8 | aaa799f49645c807d39155b9688921d58890a7ce | refs/heads/master | 2020-04-24T22:15:33.591000 | 2019-02-24T09:07:36 | 2019-02-24T09:07:36 | 172,305,350 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.egen.repository;
import com.egen.entity.Vehicle;
import org.springframework.data.repository.CrudRepository;
import org.springframework.stereotype.Repository;
import java.util.Optional;
@Repository
public interface VehicleRepository extends CrudRepository<Vehicle, String> {
Optional<Vehicle> findByV... | UTF-8 | Java | 340 | java | VehicleRepository.java | Java | [] | null | [] | package com.egen.repository;
import com.egen.entity.Vehicle;
import org.springframework.data.repository.CrudRepository;
import org.springframework.stereotype.Repository;
import java.util.Optional;
@Repository
public interface VehicleRepository extends CrudRepository<Vehicle, String> {
Optional<Vehicle> findByV... | 340 | 0.814706 | 0.814706 | 13 | 25 | 24.881256 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.538462 | false | false | 0 |
7a3cd7c970141800d9c46579cb59969e1f0aedca | 15,410,342,665,005 | d551d84259969484613ecb83cec930a6d315be89 | /conviva/src/main/java/com/bitmovin/analytics/conviva/ConvivaAnalyticsIntegration.java | f8e64b37308d2790cc21a029a06f3cf390685cae | [
"MIT"
] | permissive | bitmovin/bitmovin-player-android-analytics-conviva | https://github.com/bitmovin/bitmovin-player-android-analytics-conviva | 7f34bc5ca7a5df9711f30d07bafc224ffb5fee7a | 4924399966cb692c5a5a8ff3b8fa5aa3e9b5bb92 | refs/heads/develop | 2023-09-03T19:00:11.306000 | 2023-07-18T08:12:43 | 2023-07-18T08:12:43 | 137,182,597 | 1 | 3 | MIT | false | 2023-08-18T08:06:28 | 2018-06-13T07:59:40 | 2021-11-18T18:54:34 | 2023-08-18T08:06:28 | 578 | 1 | 3 | 3 | Kotlin | false | false | package com.bitmovin.analytics.conviva;
import android.content.Context;
import android.os.Handler;
import android.util.Log;
import com.bitmovin.player.api.Player;
import com.bitmovin.player.api.event.Event;
import com.bitmovin.player.api.event.EventListener;
import com.bitmovin.player.api.event.PlayerEvent;
import co... | UTF-8 | Java | 29,413 | java | ConvivaAnalyticsIntegration.java | Java | [] | null | [] | package com.bitmovin.analytics.conviva;
import android.content.Context;
import android.os.Handler;
import android.util.Log;
import com.bitmovin.player.api.Player;
import com.bitmovin.player.api.event.Event;
import com.bitmovin.player.api.event.EventListener;
import com.bitmovin.player.api.event.PlayerEvent;
import co... | 29,413 | 0.670724 | 0.670078 | 684 | 42.001461 | 35.900509 | 169 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.621345 | false | false | 0 |
6cc16e2c964af6f86d4b2260292eb7349dc81f88 | 35,914,516,570,502 | 46e7758467a43060b087e3d5bfbf3fffc864ca0c | /XMLParser/src/main/java/org/dao/clientsDAO/ClientDAO.java | b38fc2f5461cf44a5dfb4152889e961911aff1b0 | [] | no_license | MadYeti/JavaExternalClass | https://github.com/MadYeti/JavaExternalClass | a01639604b04413cdadb98072f4f3c0596f267b1 | b45af8f76fcd6fef486fb76a1b1f86b8b115baf3 | refs/heads/master | 2022-11-27T09:58:20.522000 | 2020-04-20T13:39:13 | 2020-04-20T13:39:13 | 240,923,063 | 0 | 0 | null | false | 2022-11-16T00:42:27 | 2020-02-16T16:18:51 | 2020-04-20T13:39:31 | 2022-11-16T00:42:24 | 1,860 | 0 | 0 | 5 | Java | false | false | package org.dao.clientsDAO;
import org.authorization.RegistrationController;
import org.clients.Admin;
import org.clients.Client;
import org.clients.User;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
/**
* Created by MadYeti on 10.04.2020.
... | UTF-8 | Java | 2,248 | java | ClientDAO.java | Java | [
{
"context": ";\nimport java.sql.SQLException;\n\n/**\n * Created by MadYeti on 10.04.2020.\n */\npublic class ClientDAO impleme",
"end": 303,
"score": 0.9996806979179382,
"start": 296,
"tag": "USERNAME",
"value": "MadYeti"
}
] | null | [] | package org.dao.clientsDAO;
import org.authorization.RegistrationController;
import org.clients.Admin;
import org.clients.Client;
import org.clients.User;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
/**
* Created by MadYeti on 10.04.2020.
... | 2,248 | 0.623221 | 0.617438 | 71 | 30.661972 | 26.918732 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.591549 | false | false | 0 |
b37d66c47f229cc3f4c5b0fdfd6a793c1040d493 | 10,505,490,072,085 | 1266985888de719e4999466f73890d484c9e6624 | /src/main/java/com/ixxus/training/lambdas/anonymous/LambdaSquareMain.java | 2a10116e610a6645305af95255cc306e061e30b3 | [] | no_license | sihutch/lambdas | https://github.com/sihutch/lambdas | 5b4bd8580abd1c1f815a25f60bc9e8a2dd73e67c | 2eb42e34758b493984375af3bf4909882f8ca611 | refs/heads/master | 2021-01-01T05:08:39.259000 | 2016-05-04T15:07:45 | 2016-05-04T15:07:45 | 56,245,089 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ixxus.training.lambdas.anonymous;
import java.util.function.Function;
public class LambdaSquareMain {
public static void main(String[] args) {
Function<Integer, Integer> func = (Integer x) -> {return x * x;};
System.out.println(func.apply(2));
}
} | UTF-8 | Java | 269 | java | LambdaSquareMain.java | Java | [] | null | [] | package com.ixxus.training.lambdas.anonymous;
import java.util.function.Function;
public class LambdaSquareMain {
public static void main(String[] args) {
Function<Integer, Integer> func = (Integer x) -> {return x * x;};
System.out.println(func.apply(2));
}
} | 269 | 0.72119 | 0.717472 | 11 | 23.545454 | 22.532253 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.181818 | false | false | 0 |
45fc8bf2382ba047b97b7abb82eb7ee5ed2e3354 | 39,616,778,345,861 | 71cecd43a1998cad29323b97aebe24ad4b8ca320 | /smime/src/smime/Crypto.java | 6ad5ca81dcc9c8e6d71c39b4c9d336b4df65f0ff | [] | no_license | osobolev/smime-simple | https://github.com/osobolev/smime-simple | 0ae21d3c6530890c60eb57b2bb257cc65a1d72e6 | a658bb135a46b3b93e561af0a52260a3c829fe7f | refs/heads/master | 2023-08-04T13:10:58.862000 | 2023-07-28T10:20:08 | 2023-07-28T10:20:08 | 62,768,893 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package smime;
import java.io.IOException;
import java.io.InputStream;
import java.util.List;
public interface Crypto {
// Reading:
/**
* @param data raw data to verify
* @param signers signers' data is added to this list
* @return raw signed ASCII data
*/
String getSigners(InputStre... | UTF-8 | Java | 1,692 | java | Crypto.java | Java | [] | null | [] | package smime;
import java.io.IOException;
import java.io.InputStream;
import java.util.List;
public interface Crypto {
// Reading:
/**
* @param data raw data to verify
* @param signers signers' data is added to this list
* @return raw signed ASCII data
*/
String getSigners(InputStre... | 1,692 | 0.689125 | 0.685579 | 53 | 30.924528 | 34.490826 | 124 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.471698 | false | false | 0 |
147c839ed0f8fc90203fbf5928ccae7f02c209fc | 34,282,429,014,269 | d3149e16c93df410fb14420867920ad198b2c413 | /app/src/main/java/com/example/robinmarchal/gsbantibio/LoginActivity.java | 447b956b13c261dc2c2f1f082057e6ee40d88dfe | [] | no_license | RobinMarchal/gsb | https://github.com/RobinMarchal/gsb | b8b2a0b1d9bf94a2b6cdc0b677c29373480f3a40 | bee790ee2f2ca77dd4770cd2bab14fe0d721de73 | refs/heads/master | 2020-05-13T17:13:49.884000 | 2019-05-21T09:54:11 | 2019-05-21T09:54:11 | 181,642,870 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.robinmarchal.gsbantibio;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.app.ProgressDialog;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.ArrayAdap... | UTF-8 | Java | 2,640 | java | LoginActivity.java | Java | [
{
"context": "package com.example.robinmarchal.gsbantibio;\n\nimport android.support.v7.app.AppCom",
"end": 32,
"score": 0.9538515210151672,
"start": 20,
"tag": "USERNAME",
"value": "robinmarchal"
},
{
"context": "\nimport android.widget.Toast;\n\nimport com.example.robinmarchal.gsba... | null | [] | package com.example.robinmarchal.gsbantibio;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.app.ProgressDialog;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.ArrayAdap... | 2,640 | 0.666161 | 0.664267 | 65 | 39.599998 | 26.933422 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.769231 | false | false | 0 |
796edbe59ce9b7d65dbaef7bcc0e4d0df0417ba8 | 39,032,662,804,693 | d8726e31af13d7f5114890adfd9223aea58b3d6a | /src/main/java/com/feeyo/util/AttributeMapTest.java | 699eff8b0e784f72fb69fce5ffc99706be768a3d | [
"BSD-3-Clause"
] | permissive | JavaCodeMood/feeyo-redisproxy | https://github.com/JavaCodeMood/feeyo-redisproxy | b295550ace23423cc22eb17d1ec2f0998fdfcaf8 | b0e5d625a495cc73c5b45059aaddb84aaca07692 | refs/heads/master | 2021-04-18T21:57:40.573000 | 2018-03-26T06:12:54 | 2018-03-26T06:12:54 | 126,920,132 | 1 | 0 | BSD-3-Clause | true | 2018-03-27T02:57:18 | 2018-03-27T02:57:17 | 2018-03-26T06:12:58 | 2018-03-26T06:12:55 | 845 | 0 | 0 | 0 | null | false | null | package com.feeyo.util;
import java.util.HashMap;
public class AttributeMapTest {
private static final AttributeNamespace NS = AttributeNamespace.createNamespace("mynamespace");
private static DefaultAttributeMap attributeMap = null;
private static ConcurrentAttributeMap attributeMap2 = null;
private static... | UTF-8 | Java | 1,711 | java | AttributeMapTest.java | Java | [] | null | [] | package com.feeyo.util;
import java.util.HashMap;
public class AttributeMapTest {
private static final AttributeNamespace NS = AttributeNamespace.createNamespace("mynamespace");
private static DefaultAttributeMap attributeMap = null;
private static ConcurrentAttributeMap attributeMap2 = null;
private static... | 1,711 | 0.560491 | 0.517241 | 70 | 23.442858 | 24.452658 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.257143 | false | false | 0 |
436e8130a3df8e02fa90d6ba466d76d34e946cf9 | 5,755,256,245,742 | e05cb8ad207410cb5494752a801cee72768b3ed5 | /java/cpuid/src/cpuid/drivers/cpuid/CPUID00000005.java | f381fa0100c5fcfd535ef202d3b4aebc644f0bfc | [] | no_license | thuanbk2010/JavaCrossPlatformCPUID | https://github.com/thuanbk2010/JavaCrossPlatformCPUID | 585360c2064b6c4c618881aad4af29818883bcb4 | 881f69e94a5d2fefa935d603918407d5a7abdc5f | refs/heads/master | 2021-05-02T03:03:40.276000 | 2018-02-07T08:15:36 | 2018-02-07T08:15:36 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*---------- CPUID Utility. (C)2018 IC Book Labs -------------------------------
CPUID driver component:
CPUID standard function 00000005h declared as CPR.COMMAND.
*/
package cpuid.drivers.cpuid;
import cpuid.drivers.cpr.CommandAdapter;
public class CPUID00000005 extends CommandAdapter
{
// CPUID function full name
... | UTF-8 | Java | 4,616 | java | CPUID00000005.java | Java | [] | null | [] | /*---------- CPUID Utility. (C)2018 IC Book Labs -------------------------------
CPUID driver component:
CPUID standard function 00000005h declared as CPR.COMMAND.
*/
package cpuid.drivers.cpuid;
import cpuid.drivers.cpr.CommandAdapter;
public class CPUID00000005 extends CommandAdapter
{
// CPUID function full name
... | 4,616 | 0.595754 | 0.569974 | 116 | 38.793102 | 25.584045 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 0 |
dc82934a29c8dd7b237efe321f652c0e914ef534 | 39,737,037,427,370 | 18eb73e9aa6199276a81ea6826a52f1016f05baa | /android/src/main/java/ru/indielance/react_native_document_picker_android/MyModule.java | 2d1565f72e83d38c9f2b1b93cbfcce24e2293b70 | [
"MIT"
] | permissive | progmonster/react-native-document-picker-android | https://github.com/progmonster/react-native-document-picker-android | ba82527eb8827122e0cdedcec9d15a4666fc4ec4 | dcff3f4f6301d793d2321aa12764f329559120c4 | refs/heads/master | 2019-06-27T09:54:27.254000 | 2017-08-19T09:40:33 | 2017-08-19T09:43:02 | 100,784,524 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ru.indielance.react_native_document_picker_android;
import android.widget.Toast;
import com.facebook.react.bridge.ReactApplicationContext;
import com.facebook.react.bridge.ReactContextBaseJavaModule;
import com.facebook.react.bridge.ReactMethod;
public class MyModule extends ReactContextBaseJavaModule {
... | UTF-8 | Java | 672 | java | MyModule.java | Java | [] | null | [] | package ru.indielance.react_native_document_picker_android;
import android.widget.Toast;
import com.facebook.react.bridge.ReactApplicationContext;
import com.facebook.react.bridge.ReactContextBaseJavaModule;
import com.facebook.react.bridge.ReactMethod;
public class MyModule extends ReactContextBaseJavaModule {
... | 672 | 0.752976 | 0.752976 | 24 | 27.041666 | 26.410982 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.416667 | false | false | 0 |
8953fa286e8135b34ad4d0df718795e213e643b0 | 37,795,712,228,684 | dd7d30d9d380b26ca52a312d102df219ae2847ab | /SlingshotSecurityGroups/src/main/java/org/slingshot/security/rds/SecurityBackendRDS.java | c7587ac2aa6de5731802ca77420bdd473d7a47c6 | [] | no_license | rremer/Slingshot | https://github.com/rremer/Slingshot | c20fce63aa54d2c1484956a39719f2075ef185cc | e23890da50965daf645796ff60e59d385744d1fc | refs/heads/master | 2016-05-30T16:19:22.602000 | 2014-08-11T21:22:37 | 2014-08-11T21:22:37 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.slingshot.security.rds;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Map;
import java.util.Map.Entry;
import java.util.Set;
import org.jclouds.compute.ComputeService;
import org.jclouds.compute.ComputeServiceContext;
import org.jclouds.compute.extensions.SecurityGroupExtension;
imp... | UTF-8 | Java | 8,007 | java | SecurityBackendRDS.java | Java | [
{
"context": "*\n * Security Group support for RDS\n * \n * @author rexhoffman\n */\npublic class SecurityBackendRDS implements Se",
"end": 963,
"score": 0.9994692802429199,
"start": 953,
"tag": "USERNAME",
"value": "rexhoffman"
},
{
"context": "epresents a security group.\n * \n... | null | [] | package org.slingshot.security.rds;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Map;
import java.util.Map.Entry;
import java.util.Set;
import org.jclouds.compute.ComputeService;
import org.jclouds.compute.ComputeServiceContext;
import org.jclouds.compute.extensions.SecurityGroupExtension;
imp... | 8,007 | 0.686399 | 0.682028 | 201 | 38.835819 | 37.278004 | 151 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.542289 | false | false | 0 |
dad7ea8fffc83c85475a11b5e322a8a4adc5829e | 33,956,011,501,206 | 01c1f2b38b13140d650ffaba21ca934190bc4d58 | /src/main/java/com/algorithms/greedy/CanJump.java | 3397e62c348a35b73ef14662164f48d1ec2059cf | [] | no_license | ishulga/algorithms-java | https://github.com/ishulga/algorithms-java | b4339461579384611f7b4b8f1bb6fa66ddf3960c | e3aee0c6b8adb78acd1d9e3b4ee1ab347dc31543 | refs/heads/master | 2020-02-26T20:09:10.653000 | 2018-12-07T02:22:36 | 2018-12-07T02:22:36 | 18,020,626 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.algorithms.greedy;
/**
* Created by eshulga on 10/21/16.
*
* A = [2,3,1,1,4], return true.
A = [3,2,1,0,4], return false.
*/
public class CanJump {
public static void main(String[] args) {
System.out.println(new CanJump().run(new int[]{25000}));
}
private boolean run(int[] nums)... | UTF-8 | Java | 576 | java | CanJump.java | Java | [
{
"context": "package com.algorithms.greedy;\n\n/**\n * Created by eshulga on 10/21/16.\n *\n * A = [2,3,1,1,4], return true.\n",
"end": 57,
"score": 0.9995458126068115,
"start": 50,
"tag": "USERNAME",
"value": "eshulga"
}
] | null | [] | package com.algorithms.greedy;
/**
* Created by eshulga on 10/21/16.
*
* A = [2,3,1,1,4], return true.
A = [3,2,1,0,4], return false.
*/
public class CanJump {
public static void main(String[] args) {
System.out.println(new CanJump().run(new int[]{25000}));
}
private boolean run(int[] nums)... | 576 | 0.557292 | 0.513889 | 24 | 23 | 21.195518 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.791667 | false | false | 0 |
81eed51f9ad723df16679d642ca2437be37402d3 | 38,757,784,926,977 | c79fc9d56a7996b00260f4ed142d6de0771b4545 | /Chap07/src/Exercise7_22.java | 4307a0e64d69c4a29eb8311d50e2b44e3c45a137 | [] | no_license | boseung2/Java-Practice | https://github.com/boseung2/Java-Practice | 7b5562c7c976d3f6750eca5acfb9b1ed5fb00c6e | f51bc6ca6b86ab4f1b185eb64bd1ebeb2bbc5584 | refs/heads/main | 2023-02-23T19:31:32.227000 | 2021-01-18T09:55:20 | 2021-01-18T09:55:20 | 311,867,383 | 0 | 3 | null | null | null | null | null | null | null | null | null | null | null | null | null | abstract class Shape {
Point p;
Shape() {
this(new Point(0, 0));
}
Shape(Point p) {
this.p = p;
}
abstract double calcArea();
Point getPosition() {
return p;
}
void setPosition(Point p) {
this.p = p;
}
}
class Point {
int x;
int y;
... | UTF-8 | Java | 1,273 | java | Exercise7_22.java | Java | [] | null | [] | abstract class Shape {
Point p;
Shape() {
this(new Point(0, 0));
}
Shape(Point p) {
this.p = p;
}
abstract double calcArea();
Point getPosition() {
return p;
}
void setPosition(Point p) {
this.p = p;
}
}
class Point {
int x;
int y;
... | 1,273 | 0.494108 | 0.487824 | 83 | 14.349398 | 14.085311 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.457831 | false | false | 0 |
c7368179ae326c2bbb8a764ade9c995a6a8b40db | 38,757,784,928,262 | 792eb0bb7aa768c7e89c081371e4bbed114d786c | /mediator/src/user/UserWeb.java | aef45b505df0c397746ebc282b35cb03650c7f1b | [] | no_license | matheusbsilva/design_patterns | https://github.com/matheusbsilva/design_patterns | ad12a6613b97fd1119e5312cfb68a1c56211867d | 425af2cedeb9cf235bd1e70218e713db5fe210e8 | refs/heads/master | 2020-04-16T00:38:03.801000 | 2019-05-23T14:37:47 | 2019-05-23T14:37:47 | 165,145,749 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package user;
import mediator.ChatMediator;
public class UserWeb extends User {
public UserWeb(ChatMediator mediator, String name) {
super(mediator, name);
}
public void sendMessage(String message) {
this.mediator.sendMessage(message, this);
}
public void receiveMessage(String message) {
System.out.pr... | UTF-8 | Java | 381 | java | UserWeb.java | Java | [] | null | [] | package user;
import mediator.ChatMediator;
public class UserWeb extends User {
public UserWeb(ChatMediator mediator, String name) {
super(mediator, name);
}
public void sendMessage(String message) {
this.mediator.sendMessage(message, this);
}
public void receiveMessage(String message) {
System.out.pr... | 381 | 0.729659 | 0.729659 | 19 | 19.052631 | 21.929249 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.157895 | false | false | 0 |
03225bb1ba850c4bd89ff8dc879bdf457b797ba8 | 34,943,853,970,023 | 1539081551df0ddd6c63c5b7e656f23f83c46204 | /src/com/wx/eat.java | bb697708a21c4a83a0ed12330dead34bc8adc0a9 | [] | no_license | zkdwx/Test | https://github.com/zkdwx/Test | 786784b1e3494d2c4b81d3f5e352d2563e3df6d4 | 86e20f5c714877015d1fedf6b17ee945507694a9 | refs/heads/master | 2021-07-05T06:47:54.205000 | 2020-12-31T01:13:55 | 2020-12-31T01:13:55 | 216,370,215 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.wx;
public interface eat {
public void eat();
default public void drink(){
System.out.println("吃饭就要喝点水?????????");
}
qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqaaaaaaaaaaaaaaaaaaaaaaa
}
| UTF-8 | Java | 248 | java | eat.java | Java | [] | null | [] | package com.wx;
public interface eat {
public void eat();
default public void drink(){
System.out.println("吃饭就要喝点水?????????");
}
qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqaaaaaaaaaaaaaaaaaaaaaaa
}
| 248 | 0.666667 | 0.666667 | 12 | 17 | 18.788294 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.583333 | false | false | 0 |
429ddb9bf024565d338441ebf01cd9be34a7aae8 | 39,548,058,893,710 | bdd1927ee378400a03b40bb6bcd5fc03c7778f5f | /app/src/main/java/com/orafaaraujo/rafaarch/presentation/ui/chartlist/adapter/binds/ChartBinderInterface.java | dc931bd90957da8b0dc550ca32c8bf0dcb06a7f2 | [] | no_license | orafaaraujo/RafaArch | https://github.com/orafaaraujo/RafaArch | 6b5f9ffa71ab71cec3c0532abfe3628100f27cfc | 1f591c1a96c7f8b8aff95a7117861dde56994f8c | refs/heads/master | 2021-05-02T17:01:37.282000 | 2016-11-10T02:36:59 | 2016-11-10T02:36:59 | 72,560,481 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.orafaaraujo.rafaarch.presentation.ui.chartlist.adapter.binds;
import android.support.annotation.NonNull;
import com.orafaaraujo.rafaarch.model.chart.ChartValue;
import com.orafaaraujo.rafaarch.presentation.ui.chartlist.adapter.ChartClickListener;
import com.orafaaraujo.rafaarch.presentation.ui.chartlist.a... | UTF-8 | Java | 618 | java | ChartBinderInterface.java | Java | [
{
"context": "ter.viewholdes.ChartViewHolder;\n\n/**\n * Created by rafael on 04/11/16.\n */\n\npublic interface ChartBinderInt",
"end": 380,
"score": 0.9793179035186768,
"start": 374,
"tag": "USERNAME",
"value": "rafael"
}
] | null | [] | package com.orafaaraujo.rafaarch.presentation.ui.chartlist.adapter.binds;
import android.support.annotation.NonNull;
import com.orafaaraujo.rafaarch.model.chart.ChartValue;
import com.orafaaraujo.rafaarch.presentation.ui.chartlist.adapter.ChartClickListener;
import com.orafaaraujo.rafaarch.presentation.ui.chartlist.a... | 618 | 0.826861 | 0.817152 | 19 | 31.526316 | 36.455261 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.421053 | false | false | 0 |
433a38bfa09abdc743697756b96b00a2af7c1548 | 36,464,272,380,519 | a40089e08ca1ade8fd89607e6a0ad2501e2f9951 | /client/user/src/main/java/com/jiay/user/interceptor/AuthorizationInterceptor.java | 4bb6e6d30bf16f2ffc13313961f3ee940bcdc177 | [] | no_license | Gladitor/springcloudarchitect | https://github.com/Gladitor/springcloudarchitect | fcbba394fbe78668f6a792d3c57072397f857220 | aa85d3e8832bbe9463460c92fdb95e947ba1072a | refs/heads/master | 2021-07-24T09:09:37.333000 | 2020-03-23T07:38:57 | 2020-03-23T07:38:57 | 248,379,883 | 1 | 0 | null | false | 2021-04-26T20:04:19 | 2020-03-19T01:12:28 | 2020-08-14T08:12:22 | 2021-04-26T20:04:18 | 40 | 0 | 0 | 1 | Java | false | false | package com.jiay.user.interceptor;
import org.springframework.web.servlet.HandlerInterceptor;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
/**
* 第三方应用授权拦截器
* @author jiay
* @date 2020/3/20
*/
public class AuthorizationInterceptor implements HandlerInterceptor {
... | UTF-8 | Java | 503 | java | AuthorizationInterceptor.java | Java | [
{
"context": "HttpServletResponse;\n\n/**\n * 第三方应用授权拦截器\n * @author jiay\n * @date 2020/3/20\n */\npublic class Authorization",
"end": 223,
"score": 0.9995448589324951,
"start": 219,
"tag": "USERNAME",
"value": "jiay"
}
] | null | [] | package com.jiay.user.interceptor;
import org.springframework.web.servlet.HandlerInterceptor;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
/**
* 第三方应用授权拦截器
* @author jiay
* @date 2020/3/20
*/
public class AuthorizationInterceptor implements HandlerInterceptor {
... | 503 | 0.780538 | 0.766046 | 18 | 25.833334 | 31.111359 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.388889 | false | false | 0 |
821d704ac300059f5a5ec9b3dff14bd243586880 | 38,594,576,146,784 | 5c197842d67710ad4e06aff6dd3f455be21ff43b | /src/il/ac/hit/project/WeatherData.java | e3424e9d5faa4c6c455c3e6b9d1538dac0caa6a9 | [] | no_license | jlevertov/JavaFinalProject | https://github.com/jlevertov/JavaFinalProject | af9adea2770e9c79fc4908c9dbd2a873f97e5373 | 33b34363bb4e8ea976c047f45928c0661ca1f0cd | refs/heads/master | 2021-01-21T13:56:31.217000 | 2016-05-15T10:23:38 | 2016-05-15T10:23:38 | 48,190,012 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package il.ac.hit.project;
import il.ac.hit.project.weather.*;
/**
* Represents weather data.
*
* @author Ran
*
*/
public class WeatherData {
private WeatherDescription description;
private Temperature temperature;
private Wind wind;
/**
* C'tor.
*
* @param description
* Verbal weather ... | UTF-8 | Java | 3,679 | java | WeatherData.java | Java | [
{
"context": "*;\n\n/**\n * Represents weather data.\n * \n * @author Ran\n *\n */\npublic class WeatherData {\n\tprivate Weathe",
"end": 115,
"score": 0.9903116226196289,
"start": 112,
"tag": "NAME",
"value": "Ran"
}
] | null | [] | package il.ac.hit.project;
import il.ac.hit.project.weather.*;
/**
* Represents weather data.
*
* @author Ran
*
*/
public class WeatherData {
private WeatherDescription description;
private Temperature temperature;
private Wind wind;
/**
* C'tor.
*
* @param description
* Verbal weather ... | 3,679 | 0.648274 | 0.646643 | 161 | 21.850931 | 21.5632 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.565217 | false | false | 0 |
d89cdafa565ecb7d771b81e492814c79c7b3d3db | 38,010,460,606,036 | a0a605d7d0917488a7648a72f24cf40c65f24308 | /booking-service/src/main/java/com/innova/doctrro/bs/beans/BookingStatus.java | 6063408c81749ce103739a76d04abc1f64eed68c | [] | no_license | dasn-TeraBundle/dotrro | https://github.com/dasn-TeraBundle/dotrro | 93ce81428f5d7a21eb8c0f86f4e46eac2ca7ca3f | 0587c7caf9d27de410bdb7d28154b64eac620165 | refs/heads/DEV | 2023-02-27T20:07:31.339000 | 2020-11-25T17:17:50 | 2020-11-25T17:17:50 | 292,009,370 | 0 | 0 | null | false | 2020-10-02T19:58:28 | 2020-09-01T13:44:46 | 2020-10-02T16:50:54 | 2020-10-02T19:58:27 | 158 | 0 | 0 | 0 | Java | false | false | package com.innova.doctrro.bs.beans;
public enum BookingStatus {
INITIATED,
FAILED,
CANCELLED,
PENDING_APPROVAL,
CONFIRMED
}
| UTF-8 | Java | 146 | java | BookingStatus.java | Java | [] | null | [] | package com.innova.doctrro.bs.beans;
public enum BookingStatus {
INITIATED,
FAILED,
CANCELLED,
PENDING_APPROVAL,
CONFIRMED
}
| 146 | 0.691781 | 0.691781 | 9 | 15.222222 | 10.870733 | 36 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.555556 | false | false | 0 |
4cd16a0c28943ad9523eb2d15da4ef56c54a62ed | 35,691,178,278,695 | e3c6f6234b7f68afa49955d04332892ed6b17df9 | /src/main/java/modelo/Imoveis.java | f9d2121f6024c7940b6b84d29b0d04735817448a | [] | no_license | mtalyson/JPA_Hibernate | https://github.com/mtalyson/JPA_Hibernate | 6baffb01595d63f9b7109f6440a48edc1c808840 | 528c8d80e35e98b4f6a2c5cb631c93f3c9713df4 | refs/heads/master | 2023-02-11T02:15:59.516000 | 2021-01-07T00:14:44 | 2021-01-07T00:14:44 | 316,115,364 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package modelo;
import javax.persistence.*;
import java.util.Objects;
@Entity
public class Imoveis implements EntidadeBase {
@Id
@GeneratedValue (strategy = GenerationType.IDENTITY)
private int id;
private String tipoImovel;
private String endereco;
private String bairro;
private int cep... | UTF-8 | Java | 4,123 | java | Imoveis.java | Java | [] | null | [] | package modelo;
import javax.persistence.*;
import java.util.Objects;
@Entity
public class Imoveis implements EntidadeBase {
@Id
@GeneratedValue (strategy = GenerationType.IDENTITY)
private int id;
private String tipoImovel;
private String endereco;
private String bairro;
private int cep... | 4,123 | 0.60398 | 0.603494 | 158 | 25.082279 | 23.491707 | 150 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.43038 | false | false | 0 |
37d94022b874619d398b9c95aa89f0257523f40a | 1,202,590,905,818 | 961aa6af6da25703a8e4e20e517f599f399aeb97 | /clas-fc/src/main/java/org/clas/fcmon/ec/ECEngineApp.java | 2ec8495a2867779115e70ee4f146357d8874494c | [] | no_license | forcar/fc | https://github.com/forcar/fc | 8a444b9917a53e4822a44805a3ac37ead6de45b7 | ee6f311512b3ae204cc1f644754a464a1d952896 | refs/heads/master | 2023-07-24T15:40:15.800000 | 2023-07-10T20:45:13 | 2023-07-10T20:45:13 | 31,956,606 | 0 | 8 | null | false | 2016-06-02T00:50:36 | 2015-03-10T12:39:07 | 2016-01-22T18:54:37 | 2016-06-02T00:50:36 | 46,617 | 0 | 2 | 0 | Java | null | null | package org.clas.fcmon.ec;
import java.awt.BorderLayout;
import java.awt.event.ActionListener;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import javax.swing.JMenuItem;
import javax.swing.JPanel;
import javax.swing.JPopupMenu;
import javax.swing.JSplitPane;
import org.clas.fcmon.detecto... | UTF-8 | Java | 67,088 | java | ECEngineApp.java | Java | [] | null | [] | package org.clas.fcmon.ec;
import java.awt.BorderLayout;
import java.awt.event.ActionListener;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import javax.swing.JMenuItem;
import javax.swing.JPanel;
import javax.swing.JPopupMenu;
import javax.swing.JSplitPane;
import org.clas.fcmon.detecto... | 67,088 | 0.551827 | 0.502951 | 1,364 | 48.18475 | 37.392616 | 179 | false | false | 44 | 0.000656 | 0 | 0 | 0 | 0 | 2.248534 | false | false | 0 |
391a9cf77ee72ad4af6503bbdd3efc14952d4fb0 | 1,202,590,905,846 | c5ff81c2d36d70c623d9182b3e90268a9c378e0c | /SpringIOCAndDI/源码/OverriSpring/src/org/springframwork/spring/ApplicationContext.java | b12d09f04f5f5cd66bcf8a628c345b83c3044d53 | [] | no_license | huilovetong1314/-Spring | https://github.com/huilovetong1314/-Spring | 68f94e3f349f2cd9e2fe4eab0d1800c9f64d2faa | 00c229dc6e017a78c65ccdbb2e284de2706a6d26 | refs/heads/master | 2020-07-21T22:59:47.148000 | 2019-09-07T16:18:47 | 2019-09-07T16:18:47 | 206,993,783 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.springframwork.spring;
public interface ApplicationContext{
Object getBean(String str);
<T> T getBean(Class<T> cls);
}
| UTF-8 | Java | 134 | java | ApplicationContext.java | Java | [] | null | [] | package org.springframwork.spring;
public interface ApplicationContext{
Object getBean(String str);
<T> T getBean(Class<T> cls);
}
| 134 | 0.768657 | 0.768657 | 6 | 21.333334 | 14.985178 | 36 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.833333 | false | false | 0 |
b152913f2bf3aaf12ee3c712ef384d7278be355b | 5,068,061,471,484 | d333d435975e8defbf409c64e393078549b40b1b | /intro/src/main/java/com/codefights/edgeOfTheOcean/MakeArrayConsecutive2.java | 4c29cead34e76b3350cff87f8323c90156a7e182 | [] | no_license | lukakan/Code_figths | https://github.com/lukakan/Code_figths | e79d6eecf4cecef1409e7c8111bef88175b7c2ff | 8ae166e452528396b91a02292c16fafa4ab470c1 | refs/heads/master | 2020-03-15T04:29:32.233000 | 2018-06-03T15:31:29 | 2018-06-03T15:31:29 | 131,966,780 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.codefights.edgeOfTheOcean;
public class MakeArrayConsecutive2 {
int makeArrayConsecutive2(int[] statues) {
int max = statues[0];
int min = statues[0];
for(int i = 0; i< statues.length;i++){
if(min>statues[i]){
min = statues[i];
... | UTF-8 | Java | 484 | java | MakeArrayConsecutive2.java | Java | [] | null | [] | package com.codefights.edgeOfTheOcean;
public class MakeArrayConsecutive2 {
int makeArrayConsecutive2(int[] statues) {
int max = statues[0];
int min = statues[0];
for(int i = 0; i< statues.length;i++){
if(min>statues[i]){
min = statues[i];
... | 484 | 0.464876 | 0.452479 | 22 | 20 | 17.331001 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.363636 | false | false | 0 |
069e401ccfd06d2a76c2f7f66372ec42169c7c1c | 29,420,526,006,934 | 7544b04ed018c4cef421a9df0065a19dfa08e9c5 | /src/main/java/being/neural_network/MatrixReaderFromFile.java | d75c81a0dafe7238caadeaa8b7c0c081bd761749 | [] | no_license | Serega290696/Gravitation | https://github.com/Serega290696/Gravitation | 019375e1157cf64f7d5379fec694f8e4fe7518e9 | 11ab6bd3d0c5b66f7f9a196f820e924cb995427d | refs/heads/master | 2021-01-12T06:47:37.088000 | 2017-06-12T01:16:00 | 2017-06-12T01:16:00 | 76,829,188 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package being.neural_network;
import being.mathlab.expressions.Expression;
import being.mathlab.expressions.parser.ExpressionParser;
import being.mathlab.matrix.Matrix;
import java.io.BufferedReader;
import java.io.FileReader;
import java.io.IOException;
public enum MatrixReaderFromFile {
INSTANCE;
public M... | UTF-8 | Java | 1,758 | java | MatrixReaderFromFile.java | Java | [] | null | [] | package being.neural_network;
import being.mathlab.expressions.Expression;
import being.mathlab.expressions.parser.ExpressionParser;
import being.mathlab.matrix.Matrix;
import java.io.BufferedReader;
import java.io.FileReader;
import java.io.IOException;
public enum MatrixReaderFromFile {
INSTANCE;
public M... | 1,758 | 0.492605 | 0.489761 | 54 | 31.555555 | 21.339987 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.62963 | false | false | 0 |
706c8c6807bdd738d5fa3c70a36bed3bcf667ef7 | 5,033,701,739,865 | 7b5e70e044525c56c2bb72073ce2d4c580f0d1a1 | /src/main/java/com/example/telegrambotspring/services/TelegramWebhooksService.java | 9e677a7e4ce35a6eb373f8268da5745e3ea13735 | [] | no_license | spasynkov/telegram-bot-spring | https://github.com/spasynkov/telegram-bot-spring | 9a2b6725028f93db6a189aa94dad09f5fcf99c72 | 0c5ffa125281c7fe7f87983d51735ecbfe80d29b | refs/heads/master | 2021-07-14T17:30:43.218000 | 2020-04-10T12:17:10 | 2020-04-10T12:17:10 | 248,942,417 | 0 | 0 | null | false | 2021-06-04T02:32:37 | 2020-03-21T09:17:10 | 2020-04-10T12:27:14 | 2021-06-04T02:32:37 | 233 | 0 | 0 | 14 | Java | false | false | package com.example.telegrambotspring.services;
import com.example.telegrambotspring.entities.Chat;
import com.example.telegrambotspring.entities.bots.AbstractTelegramBot;
import com.example.telegrambotspring.utils.Pair;
import com.example.telegrambotspring.utils.SafeCallable;
import org.json.JSONObject;
import org.sp... | UTF-8 | Java | 2,208 | java | TelegramWebhooksService.java | Java | [] | null | [] | package com.example.telegrambotspring.services;
import com.example.telegrambotspring.entities.Chat;
import com.example.telegrambotspring.entities.bots.AbstractTelegramBot;
import com.example.telegrambotspring.utils.Pair;
import com.example.telegrambotspring.utils.SafeCallable;
import org.json.JSONObject;
import org.sp... | 2,208 | 0.72192 | 0.72192 | 65 | 32.969231 | 25.983408 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.169231 | false | false | 0 |
16add3c25adc0cd2b8cf30312c351a66284b58de | 23,046,794,510,764 | 65d6871428c5a899d3ca9f1fdf470bb17ff61ef9 | /IO/src/test/java/com/study/me/FileSplitUtilTest.java | 2ed389c3c68226d7a7f0fca16c691a926c4620bf | [] | no_license | CompassA/J_DEMO | https://github.com/CompassA/J_DEMO | d14c04bd8373a8a26d57334f10586b5806e0656e | 74ea05826599c55131a9cc758d1981345bcc99ae | refs/heads/master | 2021-08-15T11:59:06.191000 | 2021-08-05T15:43:01 | 2021-08-05T15:43:01 | 212,065,871 | 0 | 0 | null | false | 2021-03-31T22:02:53 | 2019-10-01T10:13:20 | 2021-03-27T16:38:16 | 2021-03-31T22:02:52 | 329 | 0 | 0 | 6 | Java | false | false | package com.study.me;
import org.junit.Assert;
import org.junit.Test;
import java.io.File;
import java.io.IOException;
import java.util.ArrayList;
/**
* @author FanQie
* @date 2019/11/10 15:45
*/
public class FileSplitUtilTest {
private static final String fileName = "test";
@Test
public void spiltT... | UTF-8 | Java | 1,865 | java | FileSplitUtilTest.java | Java | [
{
"context": "ption;\nimport java.util.ArrayList;\n\n/**\n * @author FanQie\n * @date 2019/11/10 15:45\n */\npublic class FileSp",
"end": 171,
"score": 0.6895430088043213,
"start": 165,
"tag": "NAME",
"value": "FanQie"
}
] | null | [] | package com.study.me;
import org.junit.Assert;
import org.junit.Test;
import java.io.File;
import java.io.IOException;
import java.util.ArrayList;
/**
* @author FanQie
* @date 2019/11/10 15:45
*/
public class FileSplitUtilTest {
private static final String fileName = "test";
@Test
public void spiltT... | 1,865 | 0.535121 | 0.513137 | 71 | 25.267605 | 20.395359 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.647887 | false | false | 0 |
ab36475ce504d62f41cc16bbadec961619002428 | 11,312,943,907,570 | 6cad0166f18be3d88024db93c74909db3d985df8 | /query-builder/src/test/java/com/datastax/oss/driver/api/querybuilder/select/SelectOrderingTest.java | 348c735764c094a1d2d6ff9123eaae976fd158a8 | [
"Apache-2.0"
] | permissive | datastax/java-driver | https://github.com/datastax/java-driver | 7589a4cc8c3d51948aea68a196134ff860dc3a40 | d990f92ba01c3ecaaa3f31a0f1fb327f77a96617 | refs/heads/4.x | 2023-08-31T13:33:31.065000 | 2023-08-22T22:27:53 | 2023-08-22T22:27:53 | 6,765,281 | 1,065 | 763 | Apache-2.0 | false | 2023-09-12T01:40:18 | 2012-11-19T18:44:41 | 2023-09-01T02:20:53 | 2023-09-12T01:40:18 | 36,911 | 1,306 | 857 | 25 | Java | false | false | /*
* Copyright DataStax, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in wri... | UTF-8 | Java | 2,929 | java | SelectOrderingTest.java | Java | [
{
"context": "/*\n * Copyright DataStax, Inc.\n *\n * Licensed under the Apache License, Ve",
"end": 24,
"score": 0.9112275242805481,
"start": 16,
"tag": "NAME",
"value": "DataStax"
}
] | null | [] | /*
* Copyright DataStax, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in wri... | 2,929 | 0.635029 | 0.622738 | 75 | 38.053333 | 27.270445 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.56 | false | false | 0 |
3812ffdce670cc4e3b6ceb49891f55f8d83dff4d | 9,242,769,637,362 | 60c39e37e9dc10b3cc654780c7a0bb47c2142777 | /APIAutomation/src/test/java/com/api/pakg/PostDataUsingPojoClassInfromofArray.java | b6622e7d7bbce58b86cd6addc67fe89e6a22a8fe | [] | no_license | SoftwareTestingByRajTripathi/APITesting | https://github.com/SoftwareTestingByRajTripathi/APITesting | 9a22ed6b41ce00592b0a12da28d3e76aa067e0a2 | 8a3ba9925d700cd2583e63d4339f48ec674a180c | refs/heads/master | 2023-02-02T07:12:46.799000 | 2020-12-13T14:27:36 | 2020-12-13T14:27:36 | 321,080,297 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.api.pakg;
import static com.jayway.restassured.RestAssured.given;
import com.jayway.restassured.http.ContentType;
import com.jayway.restassured.response.Response;
public class PostDataUsingPojoClassInfromofArray {
public static void main(String[] args) {
AddressData1 address[] = new AddressData1[2];... | UTF-8 | Java | 1,148 | java | PostDataUsingPojoClassInfromofArray.java | Java | [
{
"context": "ay = new BodyData2();\n\tbodyinfArray.setFirstName(\"Rahul\");\n\tbodyinfArray.setLastName(\"Mahajan\");\n\tbodyinf",
"end": 724,
"score": 0.9997404217720032,
"start": 719,
"tag": "NAME",
"value": "Rahul"
},
{
"context": "setFirstName(\"Rahul\");\n\tbodyinfArray.setLast... | null | [] | package com.api.pakg;
import static com.jayway.restassured.RestAssured.given;
import com.jayway.restassured.http.ContentType;
import com.jayway.restassured.response.Response;
public class PostDataUsingPojoClassInfromofArray {
public static void main(String[] args) {
AddressData1 address[] = new AddressData1[2];... | 1,148 | 0.736063 | 0.707317 | 42 | 26.333334 | 17.8881 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.714286 | false | false | 0 |
6c9883b4250ba9e15db726bbf7b46ea47fb2205e | 10,273,561,796,872 | 113de3389ae4a0c3bc46cc44b95c15a86bee16b3 | /src/Reflection/InstanceReflection.java | 74334c048795749fe5cc212c19f89fe0c70b14e9 | [
"MIT"
] | permissive | AlexanderSlaa/Reflection | https://github.com/AlexanderSlaa/Reflection | 938990999cbea6f24200c3a62fd96ca83e3723ce | 68203008352984b47bd97be3aeaae1d0ca50578d | refs/heads/main | 2023-03-22T04:32:15.780000 | 2021-03-16T22:21:43 | 2021-03-16T22:21:43 | 348,508,419 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Reflection;
import java.lang.reflect.Field;
public class InstanceReflection {
public static <T> T get(Object instance, String fieldName,Class<T> returnType){
try {
return parse(get(instance,instance.getClass().getDeclaredField(fieldName)), returnType);
} catch (NoSuchFieldExce... | UTF-8 | Java | 1,357 | java | InstanceReflection.java | Java | [] | null | [] | package Reflection;
import java.lang.reflect.Field;
public class InstanceReflection {
public static <T> T get(Object instance, String fieldName,Class<T> returnType){
try {
return parse(get(instance,instance.getClass().getDeclaredField(fieldName)), returnType);
} catch (NoSuchFieldExce... | 1,357 | 0.587325 | 0.587325 | 49 | 26.693878 | 25.132469 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.55102 | false | false | 0 |
097f6f3df8f964aed4f547cd178ae2be75c69927 | 10,273,561,795,022 | a8811d7b78ec5f9adc703407a1f1aeb1735e7892 | /DogGenetics/src/main/java/com/mycompany/doggenetics/DogGenetics.java | 2d7f411817cf612955ef2058a073b13132693f74 | [] | no_license | ajplarson/SWGProjects | https://github.com/ajplarson/SWGProjects | edb3198e3249ebea77ebaa7959539d9c6e2c0828 | ac06b56c6f31e0a6e491fdd0f5e7ad179e18f887 | refs/heads/master | 2022-06-22T05:26:32.264000 | 2021-09-07T19:03:25 | 2021-09-07T19:03:25 | 190,452,259 | 0 | 0 | null | false | 2021-01-29T19:17:46 | 2019-06-05T19:00:16 | 2021-01-29T19:17:34 | 2021-01-29T19:17:46 | 3,140 | 0 | 0 | 0 | Java | false | false | /*
* 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 com.mycompany.doggenetics;
import java.util.Arrays;
import java.util.Random;
import java.util.Scanner;
/**
*
* @author ajpl... | UTF-8 | Java | 2,834 | java | DogGenetics.java | Java | [
{
"context": "ndom;\nimport java.util.Scanner;\n\n/**\n *\n * @author ajplarson\n */\npublic class DogGenetics {\n\n static Scanne",
"end": 325,
"score": 0.9986083507537842,
"start": 316,
"tag": "USERNAME",
"value": "ajplarson"
},
{
"context": " }\n return outputPercentages... | null | [] | /*
* 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 com.mycompany.doggenetics;
import java.util.Arrays;
import java.util.Random;
import java.util.Scanner;
/**
*
* @author ajpl... | 2,818 | 0.628088 | 0.618207 | 70 | 39.485714 | 34.008293 | 153 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.814286 | false | false | 0 |
ed9b682f614ecef8ae11a657518816665cfde099 | 9,869,834,847,968 | 9021f6a57ad72ee2db994f1dac747d31dc0bceb5 | /src/main/java/api/entities/Departamento.java | a216c37309f9fc419c3ebe63b877ef9bd4c7e846 | [] | no_license | tomas-teston/apaw.ecp2.TomasTeston | https://github.com/tomas-teston/apaw.ecp2.TomasTeston | b88e10f6da3d43f9e2e7957f11820cdd8d6f65c3 | 068cc372d8b7f0687cbebd497cb3fbac3832d97d | refs/heads/master | 2020-03-31T10:39:35.234000 | 2018-10-15T20:27:26 | 2018-10-15T20:27:26 | 152,143,412 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package api.entities;
public enum Departamento {
RRHH,
VENTAS,
DESARROLLO
}
| UTF-8 | Java | 90 | java | Departamento.java | Java | [] | null | [] | package api.entities;
public enum Departamento {
RRHH,
VENTAS,
DESARROLLO
}
| 90 | 0.666667 | 0.666667 | 7 | 11.857142 | 9.140625 | 27 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 0 |
64e31d84daa8e71f01341f77aa587eb57ecb10bc | 21,775,484,225,891 | b63e937fd332662e84c1d6eb2d8eb6f634b47257 | /spring-retrosocket/src/test/java/org/springframework/retrosocket/qualifiers/greetings/GreetingClient.java | b9af31321dc67eae15e4ac3fe2901470d7de2754 | [
"Apache-2.0"
] | permissive | cybernetics/spring-retrosocket | https://github.com/cybernetics/spring-retrosocket | 0d80815a802774a713b619bb9d08edef3f79f797 | 2c8fb227a940b37e3e14e6097682f7d8f187e13c | refs/heads/main | 2023-03-21T20:39:20.018000 | 2021-03-17T18:00:38 | 2021-03-17T18:00:38 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.springframework.retrosocket.qualifiers.greetings;
import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.messaging.handler.annotation.MessageMapping;
import org.springframework.retrosocket.RSocketClient;
import reactor.core.publisher.Mono;
import static org.springframewo... | UTF-8 | Java | 601 | java | GreetingClient.java | Java | [
{
"context": "ants.QUALIFIER_2;\n\n/**\n * @author <a href=\"mailto:josh@joshlong.com\">Josh Long</a>\n */\n@RSocketClient\n@Qualifier(QUAL",
"end": 418,
"score": 0.9998620748519897,
"start": 401,
"tag": "EMAIL",
"value": "josh@joshlong.com"
},
{
"context": "/**\n * @author <a href=\... | null | [] | package org.springframework.retrosocket.qualifiers.greetings;
import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.messaging.handler.annotation.MessageMapping;
import org.springframework.retrosocket.RSocketClient;
import reactor.core.publisher.Mono;
import static org.springframewo... | 588 | 0.815308 | 0.81198 | 20 | 29.049999 | 27.260733 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.45 | false | false | 0 |
dd8e976fff443ec1d083895a4ebc41ad8a4589ad | 8,589,934,625,279 | 3004de56c590ed820b674da9efbc9d917c226a20 | /transports/eve_transport_http_apache40/src/main/java/com/almende/eve/transport/http/DebugServlet.java | 6136975191efe6aa3ee04a5ba67f43333e460543 | [] | no_license | almende/eve-java | https://github.com/almende/eve-java | 8d4a5917da80535de90ab1c5ad6779963f651af2 | d896f87ff584df35c9bda4ae1438d3b52e106e7a | refs/heads/master | 2023-03-18T20:04:09.946000 | 2017-12-15T20:45:43 | 2017-12-15T20:45:43 | 25,576,055 | 8 | 10 | null | false | 2016-09-27T13:50:32 | 2014-10-22T10:40:30 | 2016-04-03T19:34:46 | 2016-09-27T13:50:32 | 40,571 | 6 | 7 | 2 | Java | null | null | /*
* Copyright: Almende B.V. (2014), Rotterdam, The Netherlands
* License: The Apache Software License, Version 2.0
*/
package com.almende.eve.transport.http;
import java.io.IOException;
import java.io.InputStream;
import java.net.URI;
import java.net.URISyntaxException;
import java.util.logging.Level;
import java.... | UTF-8 | Java | 9,778 | java | DebugServlet.java | Java | [
{
"context": "/*\n * Copyright: Almende B.V. (2014), Rotterdam, The Netherlands\n * License: Th",
"end": 28,
"score": 0.9810187220573425,
"start": 17,
"tag": "NAME",
"value": "Almende B.V"
}
] | null | [] | /*
* Copyright: <NAME>. (2014), Rotterdam, The Netherlands
* License: The Apache Software License, Version 2.0
*/
package com.almende.eve.transport.http;
import java.io.IOException;
import java.io.InputStream;
import java.net.URI;
import java.net.URISyntaxException;
import java.util.logging.Level;
import java.util.... | 9,773 | 0.655246 | 0.652178 | 355 | 26.543661 | 21.844654 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.853521 | false | false | 0 |
3171fe9d38d58de67f73b6a140d45ad2d6972547 | 23,673,859,762,483 | 8e013428107f9c07976d6cca810ae22a785a294f | /src/main/java/cn/xm/jwxt/mapper/courseDesign/TCoursedesignInfoArrangeMapper.java | d2b9c8a8768677a97f9568783beb8aefc05db6b4 | [] | no_license | R7000888/jwxt | https://github.com/R7000888/jwxt | 6e8b9418e836dffef40f0a2844a3e69ff46d1f49 | efc89bb2fb2170fecb9c0800f9f6f6900edf83e5 | refs/heads/master | 2022-01-06T15:48:52.779000 | 2018-10-14T14:18:09 | 2018-10-14T14:18:09 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.xm.jwxt.mapper.courseDesign;
import java.util.List;
import cn.xm.jwxt.bean.courseDesign.TCoursedesignInfoArrange;
import cn.xm.jwxt.bean.courseDesign.TCoursedesignInfoArrangeExample;
import org.apache.ibatis.annotations.Param;
public interface TCoursedesignInfoArrangeMapper {
int countByExample(TCours... | UTF-8 | Java | 1,178 | java | TCoursedesignInfoArrangeMapper.java | Java | [] | null | [] | package cn.xm.jwxt.mapper.courseDesign;
import java.util.List;
import cn.xm.jwxt.bean.courseDesign.TCoursedesignInfoArrange;
import cn.xm.jwxt.bean.courseDesign.TCoursedesignInfoArrangeExample;
import org.apache.ibatis.annotations.Param;
public interface TCoursedesignInfoArrangeMapper {
int countByExample(TCours... | 1,178 | 0.833616 | 0.833616 | 31 | 37.032257 | 40.150108 | 142 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.580645 | false | false | 0 |
82812194ce04745a4686ba7e79a442d0f812d9f8 | 29,205,777,653,874 | c884f768b4ee395a035e8cd54eaa987ebea643f4 | /plugins/com.googlecode.meteorframework.security/src/com/googlecode/meteorframework/security/SecurableType.java | 084062b3277eb0b1f4b04e86c8823855f9b518e4 | [] | no_license | tstockwell/meteorframework | https://github.com/tstockwell/meteorframework | 29c54549c0833b50dd951859826277fdce61a147 | fa3cf593435c3e084c9c00d490a8a3ee82fc36f1 | refs/heads/master | 2020-05-28T05:37:12.860000 | 2010-10-06T15:34:51 | 2010-10-06T15:34:51 | 34,233,759 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.googlecode.meteorframework.security;
import java.util.Set;
import com.googlecode.meteorframework.core.Resource;
import com.googlecode.meteorframework.core.annotation.ExtensionOf;
import com.googlecode.meteorframework.core.annotation.InverseOf;
import com.googlecode.meteorframework.core.annotation.M... | UTF-8 | Java | 741 | java | SecurableType.java | Java | [
{
"context": "t this securable type represents.\r\n * \r\n * @author ted stockwell\r\n */\r\n@ExtensionOf(Resource.class)\r\n@ModelElement p",
"end": 491,
"score": 0.9959390759468079,
"start": 478,
"tag": "NAME",
"value": "ted stockwell"
}
] | null | [] | package com.googlecode.meteorframework.security;
import java.util.Set;
import com.googlecode.meteorframework.core.Resource;
import com.googlecode.meteorframework.core.annotation.ExtensionOf;
import com.googlecode.meteorframework.core.annotation.InverseOf;
import com.googlecode.meteorframework.core.annotation.M... | 734 | 0.757085 | 0.757085 | 26 | 26.5 | 25.286436 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 0 |
3ce99094f722a2d4b709c2488dfa44c23da95467 | 10,917,806,920,533 | 7ad4a86aa8c2a0de44cc6c2ac9718b6b753bbd05 | /src/main/java/com/cni/addesk/view/HomeView.java | 1df9c033560b6583325e22ad43dc5fd0566a6da3 | [] | no_license | rajeshjrl/addesk | https://github.com/rajeshjrl/addesk | ebdd52bb9a9ec3866f6c316680387ea353e54ff8 | d8b627a005c448014a23a84c0332d74a32330ccc | refs/heads/master | 2016-09-05T22:19:22.963000 | 2015-01-12T00:19:58 | 2015-01-12T00:19:58 | 27,361,167 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cni.addesk.view;
import java.util.logging.Level;
import java.util.logging.Logger;
import org.apache.shiro.SecurityUtils;
import org.apache.shiro.authc.UsernamePasswordToken;
import org.apache.shiro.subject.Subject;
import org.vaadin.activelink.ActiveLink;
import org.vaadin.activelink.ActiveLink... | UTF-8 | Java | 11,468 | java | HomeView.java | Java | [] | null | [] | package com.cni.addesk.view;
import java.util.logging.Level;
import java.util.logging.Logger;
import org.apache.shiro.SecurityUtils;
import org.apache.shiro.authc.UsernamePasswordToken;
import org.apache.shiro.subject.Subject;
import org.vaadin.activelink.ActiveLink;
import org.vaadin.activelink.ActiveLink... | 11,468 | 0.711284 | 0.70736 | 228 | 48.298244 | 38.823586 | 212 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.649123 | false | false | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.