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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
91abdbaaad3c181a7f580fd80f20b72b4d7b971e | 8,126,078,139,801 | 13ac1b2e767c7db349bbcc6dfa97965e0a939225 | /26-06-2020/Program1.java | fc2584b7d7051183e12d17603f9c00ce006e1c4e | [] | no_license | Varshitha019/Daily-Online-Coding | https://github.com/Varshitha019/Daily-Online-Coding | c1f94447547cd08c2a99f7a8e5c216e936d24800 | d2a68d53b23afe1110d89627b0dacf1fd0e7e185 | refs/heads/master | 2022-11-21T01:35:42.347000 | 2020-07-25T17:31:16 | 2020-07-25T17:31:16 | 267,290,565 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | 1. Write a java program to print all permutations of a given string.
Description:
Here is the steps to implement string permutations:
Take out the first char and keep it constant. And permute rest of the characters.
User recursive method call to permute rest of the string except first character.
While making recursive... | UTF-8 | Java | 849 | java | Program1.java | Java | [] | null | [] | 1. Write a java program to print all permutations of a given string.
Description:
Here is the steps to implement string permutations:
Take out the first char and keep it constant. And permute rest of the characters.
User recursive method call to permute rest of the string except first character.
While making recursive... | 849 | 0.71967 | 0.713781 | 32 | 25.4375 | 27.976482 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 4 |
cd1346f479ba2766521cd52f62ec228f094f7749 | 19,507,741,495,971 | ba2efee7ebcf07d2ce78a0589c05b06bddb3b965 | /src/main/java/it/polimi/ingsw/server/model/decorators/ZeusDecorator.java | 847e030dc5ab9f0ffaa96d2c46fdadb4693c6cd7 | [] | no_license | hamzahaddaoui/ing-sw-2019-Haddaoui-Giusti-Gervasio | https://github.com/hamzahaddaoui/ing-sw-2019-Haddaoui-Giusti-Gervasio | 712073f53263aa69911124eedbd741a86be37bf8 | 792f88deacf5f01050ff983da52da689b0e14ef8 | refs/heads/master | 2021-02-13T02:39:21.759000 | 2020-11-12T16:14:05 | 2020-11-12T16:14:05 | 244,652,177 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package it.polimi.ingsw.server.model.decorators;
import it.polimi.ingsw.server.model.*;
import it.polimi.ingsw.utilities.Position;
import java.util.Set;
import java.util.stream.Collectors;
import static it.polimi.ingsw.utilities.TurnState.BUILD;
import static it.polimi.ingsw.utilities.TurnState.MOVE;
/**
* @author... | UTF-8 | Java | 3,491 | java | ZeusDecorator.java | Java | [
{
"context": "mi.ingsw.utilities.TurnState.MOVE;\n\n/**\n * @author giusti-leo\n *\n * Zeus Commands Decorator\n * Description: \"Yo",
"end": 331,
"score": 0.9994359016418457,
"start": 321,
"tag": "USERNAME",
"value": "giusti-leo"
}
] | null | [] | package it.polimi.ingsw.server.model.decorators;
import it.polimi.ingsw.server.model.*;
import it.polimi.ingsw.utilities.Position;
import java.util.Set;
import java.util.stream.Collectors;
import static it.polimi.ingsw.utilities.TurnState.BUILD;
import static it.polimi.ingsw.utilities.TurnState.MOVE;
/**
* @author... | 3,491 | 0.647665 | 0.647379 | 110 | 30.736364 | 29.810822 | 124 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.354545 | false | false | 4 |
2f5025e1c268b282228df544eed27f02b0d54289 | 29,901,562,382,340 | 655caf33de2f4e7f41238bd0ef26f4032cd8a03d | /src/exam/iz0_803/Exam_116.java | 29e4fbae8f7efec57e81c008726383b42aa6f46d | [] | no_license | rickbsr/java-vincenttuan-tiger-javase7 | https://github.com/rickbsr/java-vincenttuan-tiger-javase7 | b29741991b5a0cd8369d86af86d675473bf2d145 | 6e65976836d33ff3c9ef901d14f0828f01ae7948 | refs/heads/master | 2020-04-28T04:59:54.326000 | 2019-03-11T13:21:19 | 2019-03-11T13:21:19 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package exam.iz0_803;
public class Exam_116 {
}
/*
Given:
public class X {
String str = "default";
int iValue = 17;
X(String s) {
str = s;
}
X(int i) {
iValue = i;
}
void print() {
System.out.println(str + " " + iValue);
}
public static void main(String[] ar... | UTF-8 | Java | 600 | java | Exam_116.java | Java | [] | null | [] | package exam.iz0_803;
public class Exam_116 {
}
/*
Given:
public class X {
String str = "default";
int iValue = 17;
X(String s) {
str = s;
}
X(int i) {
iValue = i;
}
void print() {
System.out.println(str + " " + iValue);
}
public static void main(String[] ar... | 600 | 0.546667 | 0.501667 | 39 | 14.384615 | 11.528372 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.205128 | false | false | 4 |
0c2ca5a35dc6a7d84e9dfe14bd324ed6c32831ee | 29,901,562,381,681 | e2e1c3a4d87a1745c3e5e5e1bae4c6fc8bf53855 | /.svn/pristine/b6/b639dc3030e622271151a41fa86c819c31880738.svn-base | 729f0a691be641eb3ca3c98b26f6eabb22d99a32 | [] | no_license | add2ws/hnhouse | https://github.com/add2ws/hnhouse | 9230996d0006e0949d8310b9ab94b48d69091f82 | fd89dd66b9f7656784b977353a5136578e07ad03 | refs/heads/master | 2021-01-17T13:03:35.023000 | 2016-05-16T12:34:31 | 2016-05-16T12:34:31 | 42,090,727 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.house.admin.business;
import java.util.List;
public interface IBZFService {
/**
* 批量监测产权人是否存在房屋产权信息
* @param icCardString 以分号隔开的的身份证列表
* @return 存在产权信息的列表
*/
public List<String> detectionQualification(String icCardString);
public String detectionQualification2(String icCardString);
}
| UTF-8 | Java | 388 | b639dc3030e622271151a41fa86c819c31880738.svn-base | Java | [] | null | [] | package com.house.admin.business;
import java.util.List;
public interface IBZFService {
/**
* 批量监测产权人是否存在房屋产权信息
* @param icCardString 以分号隔开的的身份证列表
* @return 存在产权信息的列表
*/
public List<String> detectionQualification(String icCardString);
public String detectionQualification2(String icCardString);
}
| 388 | 0.775641 | 0.772436 | 14 | 21.285715 | 20.987848 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.857143 | false | false | 4 | |
9585fa830ca00dc179f3dae0585dccff22607067 | 37,976,100,840,512 | 9df5994dbb7a25a1f5c43b7cf066c78c902bdc96 | /entry/src/main/java/com/yan/demo/utils/MyDrawTask.java | 9bac2cb37d420ad52cc3b17399624adc83f7fe3f | [] | no_license | yanshao/HarmonyDemo | https://github.com/yanshao/HarmonyDemo | a67f0d30dbd40219f700df135643e1fe32679b54 | bbff9e6724113cf80eabe93461aa1a9a710be59f | refs/heads/main | 2023-05-31T01:34:14.700000 | 2021-06-25T05:32:47 | 2021-06-25T05:32:47 | 372,363,217 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright (c) 2021 Huawei Device Co., Ltd.
* 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 ... | UTF-8 | Java | 2,777 | java | MyDrawTask.java | Java | [] | null | [] | /*
* Copyright (c) 2021 Huawei Device Co., Ltd.
* 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 ... | 2,777 | 0.673749 | 0.667267 | 81 | 33.283951 | 26.653809 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.654321 | false | false | 4 |
6f36950a80c5881abe0537bc6830a8233956b8d0 | 23,003,844,873,739 | ef5005fc68515235a1b45142c610f44375993868 | /spring-core/src/main/java/my/spring/aspects/common/targets/Person.java | 89e2191732ae26e3d60ad291f21021807fc1e5bb | [] | no_license | PhilipBukin/spring-tutorial | https://github.com/PhilipBukin/spring-tutorial | f324d8a109387f3f719ca3349646cec4da7cbced | 3fbde2b0575fcc0f24204d5437f2f42abcf0085c | refs/heads/master | 2017-10-09T03:55:25.238000 | 2017-10-03T14:12:19 | 2017-10-03T14:12:19 | 27,839,294 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package my.spring.aspects.common.targets;
import java.util.Collection;
public class Person {
protected String name;
public void walk() {
System.out.println( name + " идет" );
}
public String getName() {
return name;
}
public void setName( String name ) {
this.name =... | UTF-8 | Java | 624 | java | Person.java | Java | [] | null | [] | package my.spring.aspects.common.targets;
import java.util.Collection;
public class Person {
protected String name;
public void walk() {
System.out.println( name + " идет" );
}
public String getName() {
return name;
}
public void setName( String name ) {
this.name =... | 624 | 0.594463 | 0.594463 | 32 | 18.1875 | 19.471834 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 4 |
ff7381a901593d77314a6f73f922ee6dc82b53c4 | 37,572,373,920,360 | bbdfd97ea2f96e265fdfb75ec0f9a046b1c6ff3a | /GoogleMapSearch/app/src/main/java/com/example/googlemapsearch/Model/Location.java | 2ae7d1487acb1fed4839dd5700bcfbfba1636d47 | [] | no_license | nnguyenvanthanh113/GoogleMapSearch | https://github.com/nnguyenvanthanh113/GoogleMapSearch | a430ec3fb9c46852fb4b258e7297452f40f90f22 | 1631d2406eccbb075aa27b0362ca23b0fc574036 | refs/heads/master | 2021-01-02T21:08:20.622000 | 2020-03-09T12:41:37 | 2020-03-09T12:41:37 | 239,799,001 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.googlemapsearch.Model;
public class Location {
String Id,Time,ViDo,KinhDo;
public Location(String id, String time, String viDo, String kinhDo) {
Id = id;
Time = time;
ViDo = viDo;
KinhDo = kinhDo;
}
public String getId() {
return Id;
}
... | UTF-8 | Java | 767 | java | Location.java | Java | [] | null | [] | package com.example.googlemapsearch.Model;
public class Location {
String Id,Time,ViDo,KinhDo;
public Location(String id, String time, String viDo, String kinhDo) {
Id = id;
Time = time;
ViDo = viDo;
KinhDo = kinhDo;
}
public String getId() {
return Id;
}
... | 767 | 0.547588 | 0.547588 | 44 | 16.431818 | 15.79758 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.454545 | false | false | 4 |
47496e7dc68793dc8603fddce96ea56b40709aac | 4,698,694,268,945 | 053e21e733e1a33ad9f0947432a7ee2421d436e0 | /app/src/main/java/org/techtown/betweenus_android/widget/recyclerview/adapter/StudyListAdapter.java | d73504b6a2c721747223c1929a097f697aee8c9a | [] | no_license | leeyouseung/BetweenUs_Android | https://github.com/leeyouseung/BetweenUs_Android | 62ddf135a30e4178d2fbd221b76db550d137c54c | 7af3ca26a075019faa2168e4e1c4c9d7d25c422a | refs/heads/master | 2020-09-29T11:46:27.859000 | 2020-06-08T01:12:03 | 2020-06-08T01:12:03 | 227,033,561 | 1 | 0 | null | true | 2019-12-10T05:06:27 | 2019-12-10T05:06:27 | 2019-10-14T07:11:11 | 2019-10-14T07:11:09 | 1,566 | 0 | 0 | 0 | null | false | false | package org.techtown.betweenus_android.widget.recyclerview.adapter;
import android.content.Context;
import android.content.Intent;
import android.graphics.Bitmap;
import android.graphics.drawable.ShapeDrawable;
import android.graphics.drawable.shapes.OvalShape;
import android.util.Log;
import android.view.LayoutInflat... | UTF-8 | Java | 4,433 | java | StudyListAdapter.java | Java | [] | null | [] | package org.techtown.betweenus_android.widget.recyclerview.adapter;
import android.content.Context;
import android.content.Intent;
import android.graphics.Bitmap;
import android.graphics.drawable.ShapeDrawable;
import android.graphics.drawable.shapes.OvalShape;
import android.util.Log;
import android.view.LayoutInflat... | 4,433 | 0.712836 | 0.71058 | 117 | 36.888889 | 30.476494 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.735043 | false | false | 4 |
c6c5ea047fc671428b2b5eecc7fd5b73224ed69f | 38,491,496,924,203 | 3dcc43436e4b5a36a80249099eec19da32c81fb2 | /app/src/main/java/com/lhkj/cgj/network/response/BindingOilReponse.java | 8538a97467d2b934765babada0c3b655aeddbb43 | [] | no_license | yyangffan/cgj | https://github.com/yyangffan/cgj | 02c71e331a13f7e4ad309992632df00f95f893d6 | ccb7c166378ed5397521ef25f93c4d64afc331a7 | refs/heads/master | 2020-03-22T15:02:25.437000 | 2018-07-09T03:08:14 | 2018-07-09T03:08:14 | 140,224,846 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lhkj.cgj.network.response;
/**
* 创建日期:2017/10/11 on 10:59
* 描述:绑定加油站
* 作者:郭士超
* QQ:1169380200
*/
public class BindingOilReponse extends HttpResponse {
public String oilName;
}
| UTF-8 | Java | 237 | java | BindingOilReponse.java | Java | [
{
"context": "/**\n * 创建日期:2017/10/11 on 10:59\n * 描述:绑定加油站\n * 作者:郭士超\n * QQ:1169380200\n */\n\npublic class BindingOilRepo",
"end": 93,
"score": 0.957312822341919,
"start": 90,
"tag": "NAME",
"value": "郭士超"
}
] | null | [] | package com.lhkj.cgj.network.response;
/**
* 创建日期:2017/10/11 on 10:59
* 描述:绑定加油站
* 作者:郭士超
* QQ:1169380200
*/
public class BindingOilReponse extends HttpResponse {
public String oilName;
}
| 237 | 0.682927 | 0.57561 | 14 | 13.642858 | 16.373354 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.142857 | false | false | 4 |
a910288a048757cf6315795241012805a1242439 | 36,000,415,903,921 | e88295958eb2bdf76e5e1341337002cedd52a599 | /gosTool/src/main/java/be/gos/dao/PrisonDAO.java | fb2ef7d45ca668240dbb85b5e7f34d073fd9f69b | [] | no_license | Kwintenvdb1988/GosCorrectieToolVerblijven | https://github.com/Kwintenvdb1988/GosCorrectieToolVerblijven | b24e32938fde74f752f60d78bd467fd1a7c183ab | 966325d1a79d46183f1712e3dce4981dfe0ec31b | refs/heads/master | 2019-07-17T21:55:19.910000 | 2016-02-19T09:05:18 | 2016-02-19T09:05:18 | 50,575,163 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package be.gos.dao;
import java.util.List;
import be.gos.entities.Prison;
public interface PrisonDAO {
List<Prison> findPrisonByPrisonId( long prisonId);
List<Prison> findAllPrisons();
}
| UTF-8 | Java | 204 | java | PrisonDAO.java | Java | [] | null | [] | package be.gos.dao;
import java.util.List;
import be.gos.entities.Prison;
public interface PrisonDAO {
List<Prison> findPrisonByPrisonId( long prisonId);
List<Prison> findAllPrisons();
}
| 204 | 0.72549 | 0.72549 | 11 | 16.545454 | 16.735176 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.636364 | false | false | 4 |
9e0dc7d13f07720fb1717db9cc65a8866e568fcc | 22,093,311,836,503 | 1aa1cbcccc6e74bb39264e8aea3c895b9195a74f | /web/core/com/jan/betaplat/core/exception/ExistedException.java | 545e775b3554f8696be0842d6b21f3637c4adc4e | [
"Apache-2.0"
] | permissive | Janvens/betaplat | https://github.com/Janvens/betaplat | 3fe34cc8934cf702a7f33a3f763bf670af02dde0 | 50826db42fbd0a35e35b6405468ea886a4c28b6b | refs/heads/master | 2021-01-10T22:02:04.131000 | 2019-10-30T13:27:25 | 2019-10-30T13:27:25 | 11,493,679 | 0 | 0 | null | false | 2019-10-30T13:20:51 | 2013-07-18T03:45:53 | 2014-05-20T07:06:37 | 2019-10-30T13:20:28 | 23,064 | 0 | 0 | 1 | Java | false | false | /**
* <p>Copyright: Copyright (c) 2012</p>
* <p>Company: 联动优势科技有限公司</p>
* <p>
* @author Zhang Wensheng
* @version 1.0
*/
package com.jan.betaplat.core.exception;
/**
* desc:存在异常
* <p>创建人:Zhang Wensheng 创建日期:2013-1-14 </p>
* @version V1.0
*/
public class ExistedException extends ServiceEx... | UTF-8 | Java | 746 | java | ExistedException.java | Java | [
{
"context": "\n * <p>Company: 联动优势科技有限公司</p>\r\n * <p>\r\n * @author Zhang Wensheng\r\n * @version 1.0\r\n */\r\npackage com.jan.betaplat.c",
"end": 110,
"score": 0.9998593330383301,
"start": 96,
"tag": "NAME",
"value": "Zhang Wensheng"
},
{
"context": "e.exception;\r\n\r\n\r\n\r\n/... | null | [] | /**
* <p>Copyright: Copyright (c) 2012</p>
* <p>Company: 联动优势科技有限公司</p>
* <p>
* @author <NAME>
* @version 1.0
*/
package com.jan.betaplat.core.exception;
/**
* desc:存在异常
* <p>创建人:<NAME> 创建日期:2013-1-14 </p>
* @version V1.0
*/
public class ExistedException extends ServiceException {
/*... | 730 | 0.645115 | 0.597701 | 37 | 16.81081 | 19.2211 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.702703 | false | false | 4 |
77aefbb3380b50b74fb69652d14342431e816260 | 13,958,643,739,090 | 9c7d1e5d606f61247ade6f03ac6f863983d4bed9 | /source/WEB-INF/classes/com/jada/admin/inventory/OrderMaintBaseAction.java | a78691bf031f5a8e6b1cb40ae76a66a6922b2bff | [] | no_license | langtianya/JadaSite | https://github.com/langtianya/JadaSite | 96dcc9d3873ae32ee4fdfc0f74f258d548194312 | db50635cc77d0fdb99221b98fd8657e3ebf7e56c | refs/heads/master | 2021-01-17T14:35:16.588000 | 2016-09-04T06:13:13 | 2016-09-04T06:13:13 | 67,328,699 | 0 | 1 | null | true | 2016-09-04T06:07:46 | 2016-09-04T06:07:45 | 2016-09-04T06:07:41 | 2013-02-04T08:46:19 | 189,289 | 0 | 0 | 0 | null | null | null | /*
* Copyright 2007-2010 JadaSite.
* This file is part of JadaSite.
* JadaSite is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later ... | UTF-8 | Java | 34,670 | java | OrderMaintBaseAction.java | Java | [] | null | [] | /*
* Copyright 2007-2010 JadaSite.
* This file is part of JadaSite.
* JadaSite is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later ... | 34,670 | 0.779723 | 0.777041 | 642 | 52.003117 | 34.048847 | 201 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.347352 | false | false | 4 |
8c7b67e6ed33334fcb2ee3be643659d62191f2d8 | 12,189,117,195,213 | 2103cf25a4e3d2225ff83b68b2d5f8f8f16f0973 | /app/src/main/java/visitor/app/com/visitormanagement/activities/SearchByFieldActivity.java | 76327c0c27a594e721d26a24619edd647d69561f | [] | no_license | jugaljoshi/visitor-management-android | https://github.com/jugaljoshi/visitor-management-android | ec145675d1bcc3a33592554953e40a5892234c41 | bcf0731605469819c99d3f39c2c2b7de3b9401de | refs/heads/master | 2020-05-21T22:14:40.497000 | 2016-11-17T07:57:51 | 2016-11-17T09:30:19 | 64,279,505 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package visitor.app.com.visitormanagement.activities;
import android.app.DatePickerDialog;
import android.app.Dialog;
import android.app.TimePickerDialog;
import android.content.Intent;
import android.os.Bundle;
import android.support.v4.app.DialogFragment;
import android.text.TextUtils;
import android.text.format.Dat... | UTF-8 | Java | 12,015 | java | SearchByFieldActivity.java | Java | [
{
"context": "visitormanagement.utils.UIUtil;\n\n/**\n * Created by jugal on 21/9/16.\n */\n\npublic class SearchByFieldActivi",
"end": 1165,
"score": 0.9979071021080017,
"start": 1160,
"tag": "USERNAME",
"value": "jugal"
}
] | null | [] | package visitor.app.com.visitormanagement.activities;
import android.app.DatePickerDialog;
import android.app.Dialog;
import android.app.TimePickerDialog;
import android.content.Intent;
import android.os.Bundle;
import android.support.v4.app.DialogFragment;
import android.text.TextUtils;
import android.text.format.Dat... | 12,015 | 0.659842 | 0.657095 | 282 | 41.606384 | 35.433952 | 148 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.684397 | false | false | 4 |
5e2a7e1654adac7a0f5f6dc2799460f0d3ae0de8 | 13,761,075,263,819 | 4410ca0f47b9555055b988939276e182bc4acb8f | /src/com/rakuten/A2.java | 18aba2ead917badc50750aa6a94edf02879a73d6 | [] | no_license | dineshsrimal/JavaTest | https://github.com/dineshsrimal/JavaTest | a1fc634a5af0e41f082d3be0d531e76ed355b017 | b6e1c552899c9adf2b7d08793ccab225b7156a29 | refs/heads/master | 2022-12-29T11:35:45.377000 | 2020-10-20T09:56:38 | 2020-10-20T09:56:38 | 292,270,686 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.rakuten;
/**
* Created by dineshs on 9/11/2020.
*/
public class A2 {
public String solution(String s) {
int l = s.length();
String ans = "";
// iterate the String
for (int i = 0; i < l-1; i++)
{
// first point where s[i]>s[i+1]
if (s.... | UTF-8 | Java | 804 | java | A2.java | Java | [
{
"context": "package com.rakuten;\n\n/**\n * Created by dineshs on 9/11/2020.\n */\npublic class A2 {\n\n public S",
"end": 47,
"score": 0.9994813799858093,
"start": 40,
"tag": "USERNAME",
"value": "dineshs"
}
] | null | [] | package com.rakuten;
/**
* Created by dineshs on 9/11/2020.
*/
public class A2 {
public String solution(String s) {
int l = s.length();
String ans = "";
// iterate the String
for (int i = 0; i < l-1; i++)
{
// first point where s[i]>s[i+1]
if (s.... | 804 | 0.358209 | 0.339552 | 38 | 20.157894 | 15.572456 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.315789 | false | false | 4 |
f1e9d622fd9818f306e58ff68fc4c212bb89f6fb | 32,598,801,797,443 | 2727adac485cf23667861577f57431f41c51f782 | /src/main/java/com/zenobase/search/facet/geocluster/GeoClusterFacet.java | 21f80dae35a81f1ffa0acc4ed5780c6d9189c4b3 | [
"Apache-2.0"
] | permissive | tool-recommender-bot/geocluster-facet | https://github.com/tool-recommender-bot/geocluster-facet | f134eb576da90d3d87c6e4c010b5fef306db61ff | d18863a335be4c646dc47911f8de4bfe6833c76b | refs/heads/master | 2020-04-18T21:51:16.338000 | 2015-09-07T22:40:37 | 2015-09-07T22:40:37 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zenobase.search.facet.geocluster;
import java.util.List;
import org.elasticsearch.search.facet.Facet;
public interface GeoClusterFacet extends Facet, Iterable<GeoCluster> {
/**
* The type of the filter facet.
*/
public String TYPE = "geo_cluster";
/**
* A list of geo clusters.
... | UTF-8 | Java | 361 | java | GeoClusterFacet.java | Java | [] | null | [] | package com.zenobase.search.facet.geocluster;
import java.util.List;
import org.elasticsearch.search.facet.Facet;
public interface GeoClusterFacet extends Facet, Iterable<GeoCluster> {
/**
* The type of the filter facet.
*/
public String TYPE = "geo_cluster";
/**
* A list of geo clusters.
... | 361 | 0.68144 | 0.68144 | 18 | 18.055555 | 20.57094 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.777778 | false | false | 4 |
1267f3501e1b13ca25a49d076c3ac06b341b3abc | 22,256,520,568,955 | 8c88a17ef68d0312b61ff1b29519531ea32b0994 | /src/ex6/main/Fruit.java | 391f4fa817b3cd4468fc0da6b67626262e0ab3e7 | [] | no_license | PascalGe/Informatik-II | https://github.com/PascalGe/Informatik-II | 000dcd043d93d719a385882cd606505fe5bf12eb | 3c8eba2a5a251bd2b2d2f4185c11fb26abae6f35 | refs/heads/master | 2020-05-16T09:38:10.189000 | 2019-07-11T05:52:30 | 2019-07-11T05:52:30 | 182,955,548 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ex6.main;
/**
*
* @author Pascal Gepperth (4005085)
*
*/
public class Fruit extends Food {
private boolean hasPeel;
/**
* Creates a new fruit.
*
* @param _name - name of the fruit.
* @param _kcal - calories per 100g.
* @param _hasPeel - true, if the fruit has peel.
*/
public Fruit(... | UTF-8 | Java | 744 | java | Fruit.java | Java | [
{
"context": "package ex6.main;\n\n/**\n * \n * @author Pascal Gepperth (4005085)\n *\n */\npublic class Fruit extends Food ",
"end": 53,
"score": 0.9998695254325867,
"start": 38,
"tag": "NAME",
"value": "Pascal Gepperth"
}
] | null | [] | package ex6.main;
/**
*
* @author <NAME> (4005085)
*
*/
public class Fruit extends Food {
private boolean hasPeel;
/**
* Creates a new fruit.
*
* @param _name - name of the fruit.
* @param _kcal - calories per 100g.
* @param _hasPeel - true, if the fruit has peel.
*/
public Fruit(String _n... | 735 | 0.600806 | 0.584677 | 41 | 17.170732 | 16.468599 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.414634 | false | false | 4 |
e58746b654f0c589d2bb2245157d25658f07dc91 | 27,315,992,040,510 | ae08d6095daa2ca0b0ef0e9ef6d9aa80a1a13a8a | /src/main/java/com/leetcode/algorithm/medium/IsValidBST.java | 0a031aae85634eae0ae0a85be4894aa2821d7363 | [] | no_license | kenshin579/tutorials-interview-questions | https://github.com/kenshin579/tutorials-interview-questions | 343096673e6f82b1388b7f46f88cea5e64d1dcca | bcea764cabc09d9f64816a813b1ee9d363a1a0a4 | refs/heads/master | 2022-01-12T13:59:57.878000 | 2021-03-19T04:05:07 | 2021-03-19T04:05:07 | 152,071,974 | 3 | 4 | null | false | 2021-03-19T04:05:07 | 2018-10-08T11:56:27 | 2021-03-19T03:35:02 | 2021-03-19T04:05:07 | 703 | 1 | 1 | 34 | Java | false | false | package com.leetcode.algorithm.medium;
import com.leetcode.algorithm.common.struct.TreeNode;
import lombok.extern.slf4j.Slf4j;
/**
* 98. Validate Binary Search Tree
* https://leetcode.com/problems/validate-binary-search-tree/
*
*/
@Slf4j
@Deprecated
public class IsValidBST {
public boolean isValidBST(TreeNode... | UTF-8 | Java | 359 | java | IsValidBST.java | Java | [] | null | [] | package com.leetcode.algorithm.medium;
import com.leetcode.algorithm.common.struct.TreeNode;
import lombok.extern.slf4j.Slf4j;
/**
* 98. Validate Binary Search Tree
* https://leetcode.com/problems/validate-binary-search-tree/
*
*/
@Slf4j
@Deprecated
public class IsValidBST {
public boolean isValidBST(TreeNode... | 359 | 0.732591 | 0.718663 | 17 | 20.117647 | 19.890532 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.235294 | false | false | 4 |
a58687682adff8a78773d536f4d0117a18e00e0c | 17,222,818,868,808 | 14ed8d0667e5bf0cbce1745efc14cc277604590e | /src/FactoryPattern/PizzaApp/LAPizzaStore.java | 2d22d4d9de864543e536b6481743efd78635a5c0 | [
"MIT"
] | permissive | Xsidelight/DesignPatterns | https://github.com/Xsidelight/DesignPatterns | 7bdc463f3216af644d5200c5a7d8866406a9ecda | 7be2929d8b06fd081255261a851efc1bac01a073 | refs/heads/master | 2023-08-26T20:03:24.128000 | 2021-10-16T06:03:10 | 2021-10-16T06:03:10 | 389,647,370 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package FactoryPattern.PizzaApp;
public class LAPizzaStore extends PizzaStore{
@Override
Pizza createPizza(String item) {
if (item.equals("cheese")) {
return new LACheesePizza();
} else if (item.equals("clam")) {
return new LAClamPizza();
} else return null;
... | UTF-8 | Java | 326 | java | LAPizzaStore.java | Java | [] | null | [] | package FactoryPattern.PizzaApp;
public class LAPizzaStore extends PizzaStore{
@Override
Pizza createPizza(String item) {
if (item.equals("cheese")) {
return new LACheesePizza();
} else if (item.equals("clam")) {
return new LAClamPizza();
} else return null;
... | 326 | 0.604294 | 0.604294 | 12 | 26.166666 | 15.96263 | 45 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 4 |
e0989a263629cae5760c44a3f0c4bed85cdfd617 | 24,129,126,309,573 | 0f499c8541c64a0aaeb529d6e252a94724ad7041 | /test.java | 1ac526ba8b34758eed559b03164a2e8e4031bf73 | [] | no_license | liukai0000/MyApplication | https://github.com/liukai0000/MyApplication | 845607be47cd029048cffb995f9ffa8599999cd8 | e329af6192a4bc1bf987d98fce6c601c1c2df522 | refs/heads/master | 2021-01-23T20:38:13.135000 | 2017-09-08T14:32:25 | 2017-09-08T14:32:25 | 102,868,356 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.liukai.myapplication;
/**
* Created by liukai on 2017/9/8.
*/
public class test {
}
| UTF-8 | Java | 108 | java | test.java | Java | [
{
"context": "m.example.liukai.myapplication;\n\n/**\n * Created by liukai on 2017/9/8.\n */\n\npublic class test {\n}\n",
"end": 67,
"score": 0.9995806217193604,
"start": 61,
"tag": "USERNAME",
"value": "liukai"
}
] | null | [] | package com.example.liukai.myapplication;
/**
* Created by liukai on 2017/9/8.
*/
public class test {
}
| 108 | 0.685185 | 0.62963 | 8 | 12.5 | 15.411035 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.125 | false | false | 4 |
9090fe5d8cff6a703a1256310044a9cf3b782b6b | 31,602,369,413,984 | b7d23a52b3b7aaedf98fa373b9a9171bc0cf5997 | /sample/WebLogicProject/WebLogicControls/sample/db/SampleRecord.java | bb9be11dbaf28a56e7f7fd707c4fa28a20176e03 | [] | no_license | dannylagrouw/Migror | https://github.com/dannylagrouw/Migror | b1ce06df325b73164bde827469bce822b1791624 | 2bb82d6abd96336c9b0ff519684e40ffd25688c7 | refs/heads/master | 2021-01-15T23:50:25.674000 | 2014-04-09T09:43:58 | 2014-04-09T09:43:58 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package sample.db;
import java.util.Date;
public class SampleRecord {
private String code;
private String description;
private Date startDate;
public String getCode() {
return code;
}
public void setCode(String code) {
this.code = code;
}
public String getDescript... | UTF-8 | Java | 619 | java | SampleRecord.java | Java | [] | null | [] | package sample.db;
import java.util.Date;
public class SampleRecord {
private String code;
private String description;
private Date startDate;
public String getCode() {
return code;
}
public void setCode(String code) {
this.code = code;
}
public String getDescript... | 619 | 0.628433 | 0.628433 | 36 | 16.222221 | 15.837914 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.305556 | false | false | 4 |
a4e17c8902e4ac14cb8c94d7503bf6ef8094dd06 | 25,202,868,135,142 | 19875a40f6390c77a2a31101f756ea3b02b9d025 | /DesempenhoTecnicoDeUmAtleta(Oficial)/src/Controller/ControllerCadastroTime.java | 891f12bca29e573964d7f020204c9fe25fde06e8 | [] | no_license | MiqueiasLima/ProjetoPDS | https://github.com/MiqueiasLima/ProjetoPDS | 7c1dba7616bf97c71c03102b6890482b55cf6d40 | fb1340e68c329296094551d6bf596650615b7001 | refs/heads/master | 2021-08-22T11:45:11.786000 | 2020-04-05T18:52:38 | 2020-04-05T18:52:38 | 156,628,019 | 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 Controller;
import java.awt.event.ActionEvent;
import java.awt.event.MouseEvent;
import model.Facade;
import model.O... | UTF-8 | Java | 2,009 | java | ControllerCadastroTime.java | Java | [
{
"context": "\nimport view.ViewPrincipal;\r\n\r\n/**\r\n *\r\n * @author Miqueias\r\n */\r\npublic class ControllerCadastroTime implement",
"end": 474,
"score": 0.9760231971740723,
"start": 466,
"tag": "NAME",
"value": "Miqueias"
}
] | 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 Controller;
import java.awt.event.ActionEvent;
import java.awt.event.MouseEvent;
import model.Facade;
import model.O... | 2,009 | 0.562469 | 0.562469 | 83 | 22.228916 | 23.143515 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.325301 | false | false | 4 |
ef9cf409a25634ad0f26751c11caf4e6c0602156 | 21,620,865,382,709 | 7afaf73f5dafb67b8a5eafd0c2663b03baf25c42 | /ProjectFolder/VeganPantry/src/com/pantry/servlet/SignUpServlet.java | da2c9c97c26f44cd18003ad4f1f6d70747130ced | [] | no_license | GinoGC/conscious-creations | https://github.com/GinoGC/conscious-creations | 62051f2607a669e89647eb13835d58f13e1711a2 | ef9ebfee271eef096312315cf0b2e3de97010679 | refs/heads/master | 2020-12-09T19:32:29.335000 | 2020-05-27T23:09:25 | 2020-05-27T23:09:25 | 233,398,475 | 1 | 0 | null | false | 2020-05-09T13:07:31 | 2020-01-12T13:40:02 | 2020-05-09T13:06:55 | 2020-05-09T13:07:30 | 49 | 1 | 0 | 0 | HTML | false | false | package com.pantry.servlet;
import java.io.IOException;
import java.io.PrintWriter;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import com.pantry.... | UTF-8 | Java | 2,419 | java | SignUpServlet.java | Java | [
{
"context": "\n\t\tString dbUsername = \"root\";\n\t\tString dbPass = \"H3ll@D@t@2020\";\n\t\tPantryDB connection = new PantryDB(dbURL, dbU",
"end": 1753,
"score": 0.9993471503257751,
"start": 1740,
"tag": "PASSWORD",
"value": "H3ll@D@t@2020"
}
] | null | [] | package com.pantry.servlet;
import java.io.IOException;
import java.io.PrintWriter;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import com.pantry.... | 2,416 | 0.652336 | 0.646962 | 81 | 28.864197 | 32.097366 | 135 | false | false | 0 | 0 | 0 | 0 | 100 | 0.109549 | 1.518519 | false | false | 4 |
1f84521dca8a5d8bf4bab89e4586ac005b654537 | 472,446,436,406 | e669cd2993e16747f67fd0df833adb5be8e79e1e | /java/gadgets/src/test/java/org/apache/shindig/gadgets/oauth2/BasicOAuth2StoreTest.java | 783a1ee69d930ab2e1cb65b49e2a04511b5e4a73 | [
"Zlib",
"MIT",
"Apache-2.0",
"LicenseRef-scancode-unknown"
] | permissive | apache/shindig | https://github.com/apache/shindig | e13177b0343c871a2ecc321aae1ee2dbe20c7633 | 8f3c3d5c77f5324bad56a5a62da28657fe9112a0 | refs/heads/trunk | 2023-09-04T08:56:44.238000 | 2015-12-07T13:59:13 | 2015-12-07T13:59:13 | 206,633 | 49 | 44 | Apache-2.0 | false | 2023-04-14T17:03:29 | 2009-05-21T08:41:05 | 2023-03-03T00:25:39 | 2022-06-24T02:57:53 | 19,225 | 68 | 69 | 6 | Java | false | false | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | UTF-8 | Java | 3,028 | java | BasicOAuth2StoreTest.java | Java | [
{
"context": "t org.junit.Test;\n\n/**\n * @author <a href=\"mailto:dev@shindig.apache.org\">Shindig Dev</a>\n * @version $Id: $\n */\npublic cl",
"end": 1611,
"score": 0.999914288520813,
"start": 1589,
"tag": "EMAIL",
"value": "dev@shindig.apache.org"
},
{
"context": "* @author <a h... | null | [] | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 3,008 | 0.755944 | 0.747358 | 70 | 42.242859 | 35.857033 | 172 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.7 | false | false | 4 |
c1dd7809c46bb61964880899c53133b647755c14 | 27,101,243,702,491 | 1da076f97bef3dbd86b6670bd2bca969bdad9951 | /src/com/gara/thread/pool/MyTask.java | b5722fadae2db6098ebef54626cdb30893f92e62 | [] | no_license | GaraYing/JavaBase | https://github.com/GaraYing/JavaBase | ccd45478215bdfd0dedad50183b0fe9e29ac2823 | 9781e1fbedf22b10ebb6bc90ac49bd16e7f47f1a | refs/heads/master | 2022-01-04T05:35:55.654000 | 2022-01-03T10:56:14 | 2022-01-03T10:56:14 | 145,576,658 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.gara.thread.pool;
/**
* @Author GARA
* @Description 线程任务
* @Date 2020/8/30 18:18
* @Version V1.0.0
**/
public class MyTask implements Runnable {
@Override
public void run() {
try {
Thread.sleep(1000L);
} catch (InterruptedException e) {
e.printStackTrace... | UTF-8 | Java | 417 | java | MyTask.java | Java | [
{
"context": "package com.gara.thread.pool;\n\n/**\n * @Author GARA\n * @Description 线程任务\n * @Date 2020/8/30 18:18\n * ",
"end": 50,
"score": 0.9807607531547546,
"start": 46,
"tag": "USERNAME",
"value": "GARA"
}
] | null | [] | package com.gara.thread.pool;
/**
* @Author GARA
* @Description 线程任务
* @Date 2020/8/30 18:18
* @Version V1.0.0
**/
public class MyTask implements Runnable {
@Override
public void run() {
try {
Thread.sleep(1000L);
} catch (InterruptedException e) {
e.printStackTrace... | 417 | 0.562347 | 0.518337 | 19 | 20.526316 | 16.557297 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.210526 | false | false | 4 |
4d61a61c96210a976534e3b622547a8aed4cbd8c | 12,034,498,423,411 | e2f22a811523bb53bc6e6ec28cb83e1d9061b477 | /src/main/java/com/imooc/o2o/util/PageCalculator.java | 04b7408d2786742bd0ae11b64d03e2e5ab5a815e | [] | no_license | cwx2810/o2o-springboot | https://github.com/cwx2810/o2o-springboot | 8a18eb1c2406e1f3cb6c7ca041adeb18915faab4 | 12bb5a7573f3b2542863c4f1557f9a94224f7ed5 | refs/heads/master | 2020-03-28T15:38:09.737000 | 2018-09-14T04:21:57 | 2018-09-14T04:21:57 | 148,611,513 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.imooc.o2o.util;
/**
* @author: LieutenantChen
* @create: 2018-09-07 14:22
**/
public class PageCalculator {
/**
* 通过页码和每页店铺条数,计算出每页第一行,是数据库表中的第几条
* @param pageIndex
* @param pageSize
* @return
*/
public static int calculatorRowIndex(int pageIndex, int pageSize) {
... | UTF-8 | Java | 448 | java | PageCalculator.java | Java | [
{
"context": "package com.imooc.o2o.util;\n\n/**\n * @author: LieutenantChen\n * @create: 2018-09-07 14:22\n **/\npublic class Pa",
"end": 59,
"score": 0.9817652106285095,
"start": 45,
"tag": "NAME",
"value": "LieutenantChen"
}
] | null | [] | package com.imooc.o2o.util;
/**
* @author: LieutenantChen
* @create: 2018-09-07 14:22
**/
public class PageCalculator {
/**
* 通过页码和每页店铺条数,计算出每页第一行,是数据库表中的第几条
* @param pageIndex
* @param pageSize
* @return
*/
public static int calculatorRowIndex(int pageIndex, int pageSize) {
... | 448 | 0.61658 | 0.57513 | 17 | 21.705883 | 20.233242 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.176471 | false | false | 4 |
f38d5513c486483a866a11ce946feaaa5cbd5bcb | 24,163,486,073,760 | e534ab4173172ccc19cecd2df5b338b88590524e | /app/src/main/java/np/com/bpb/bakingapp/utils/NetRequest.java | 1ed27e276fc29dfa005a66fddeb16c55b4c6cfd2 | [] | no_license | bpbista/BakingApp | https://github.com/bpbista/BakingApp | 67e87e3ccf6ed7f55eccc44c155e8de9a8441204 | 943c03df2dee6a4dece87a6cc4925176e70b5366 | refs/heads/master | 2020-03-29T23:48:12.011000 | 2018-11-12T17:07:56 | 2018-11-12T17:07:56 | 150,489,667 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package np.com.bpb.bakingapp.utils;
import android.content.Context;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
import android.util.Log;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import java.io.IOException;
import np.com.bpb.bakingapp.interface... | UTF-8 | Java | 2,705 | java | NetRequest.java | Java | [] | null | [] | package np.com.bpb.bakingapp.utils;
import android.content.Context;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
import android.util.Log;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import java.io.IOException;
import np.com.bpb.bakingapp.interface... | 2,705 | 0.602957 | 0.592976 | 85 | 30.799999 | 24.93889 | 124 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.529412 | false | false | 4 |
7f9196c2593ba9e68c983ed8134b26e4eafb5a5b | 2,448,131,402,917 | 5135272e135599d0e5be27517ef9b04aed920307 | /abstract-factory/src/main/java/by/ntishkevich/abstract_factory/theory/KingdomFactory.java | a3bbc38680f161c9cf684a318546683009beebc1 | [] | no_license | Funnyling/java-patterns | https://github.com/Funnyling/java-patterns | da4e98c691043a61da05242049786df656d3713f | 47ff49417d240be54c1f6251531ae60ca5e54864 | refs/heads/master | 2021-01-10T17:20:05.418000 | 2016-04-29T13:21:40 | 2016-04-29T13:21:40 | 42,711,246 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package by.ntishkevich.abstract_factory.theory;
/**
* KingdomFactory factory interface.
*
* @author ntishkevich
* @version 21.02.2016
*/
public interface KingdomFactory {
Castle createCastle();
Army createArmy();
King createKing();
}
| UTF-8 | Java | 255 | java | KingdomFactory.java | Java | [
{
"context": " * KingdomFactory factory interface.\n *\n * @author ntishkevich\n * @version 21.02.2016\n */\npublic interf",
"end": 106,
"score": 0.9154595732688904,
"start": 104,
"tag": "USERNAME",
"value": "nt"
},
{
"context": "KingdomFactory factory interface.\n *\n * @author ntis... | null | [] | package by.ntishkevich.abstract_factory.theory;
/**
* KingdomFactory factory interface.
*
* @author ntishkevich
* @version 21.02.2016
*/
public interface KingdomFactory {
Castle createCastle();
Army createArmy();
King createKing();
}
| 255 | 0.698039 | 0.666667 | 16 | 14.9375 | 15.122288 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 4 |
b8dc8bb6bd3838f23fcdcf7bc99997f343bac705 | 1,649,267,506,645 | ed430634616a364943cb26ace5baaa796a2e9b92 | /src/main/java/com/chen/mooc_manager/model/Lice.java | 66864b32ab74d5b9a498bccfa80fdbe4849073e0 | [] | no_license | CJL29120/mooc_manager | https://github.com/CJL29120/mooc_manager | 352b0e606ea3cba5d6fba51f76153f0d6dccc845 | 626a7c3771c4100f0195de23858305cfe8e18744 | refs/heads/master | 2021-02-08T20:04:41.434000 | 2020-05-06T09:19:26 | 2020-05-06T09:19:26 | 244,191,645 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.chen.mooc_manager.model;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.extension.activerecord.Model;
import lombok.Data;
import lombok.EqualsAndHashCode;
import java.io.Serializable;
import java.util.Date;
@Data
publ... | UTF-8 | Java | 610 | java | Lice.java | Java | [] | null | [] | package com.chen.mooc_manager.model;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.extension.activerecord.Model;
import lombok.Data;
import lombok.EqualsAndHashCode;
import java.io.Serializable;
import java.util.Date;
@Data
publ... | 610 | 0.768852 | 0.767213 | 25 | 23.4 | 18.721111 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.64 | false | false | 4 |
630698f6c9900c1178341b12bbe2e822a6a12c9b | 13,786,845,055,591 | b34654bd96750be62556ed368ef4db1043521ff2 | /direct_struts_action_4/trunk/test_files/depend_service_facade_src/direct_service_facade/com/topcoder/service/facade/direct/ejb/DirectServiceFacadeBean.java | 9ae9b443d579806a361d4b475276e42c420576ff | [] | no_license | topcoder-platform/tcs-cronos | https://github.com/topcoder-platform/tcs-cronos | 81fed1e4f19ef60cdc5e5632084695d67275c415 | c4ad087bb56bdaa19f9890e6580fcc5a3121b6c6 | refs/heads/master | 2023-08-03T22:21:52.216000 | 2019-03-19T08:53:31 | 2019-03-19T08:53:31 | 89,589,444 | 0 | 1 | null | false | 2019-03-19T08:53:32 | 2017-04-27T11:19:01 | 2017-04-27T12:00:30 | 2019-03-19T08:53:32 | 831,879 | 0 | 1 | 0 | null | false | null | /*
* Copyright (C) 2010 TopCoder Inc., All Rights Reserved.
*/
package com.topcoder.service.facade.direct.ejb;
import java.lang.reflect.Constructor;
import java.lang.reflect.InvocationTargetException;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Calendar;
i... | UTF-8 | Java | 112,339 | java | DirectServiceFacadeBean.java | Java | [
{
"context": "ype>\n * <env-entry-value>service@topcoder.com</env-entry-value>\n * </env-e",
"end": 9547,
"score": 0.9997682571411133,
"start": 9527,
"tag": "EMAIL",
"value": "service@topcoder.com"
},
{
"context": "ring[] additionalEmailA... | null | [] | /*
* Copyright (C) 2010 TopCoder Inc., All Rights Reserved.
*/
package com.topcoder.service.facade.direct.ejb;
import java.lang.reflect.Constructor;
import java.lang.reflect.InvocationTargetException;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Calendar;
i... | 112,320 | 0.637063 | 0.634944 | 2,628 | 41.746956 | 31.99526 | 140 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.699772 | false | false | 4 |
e80b69f68d5c3f9c7b110eaddcb0224a7cfb6b2d | 31,181,462,620,466 | 3d4a2568b2b1c0f2b5ceb14227db398fd91d03e3 | /src/edu/model/dao/ForecastDao.java | bfda707927cfaad8ab27c2b8c4fd68245fbac020 | [] | no_license | andresfelipegarcia/patecatl | https://github.com/andresfelipegarcia/patecatl | 1a7c09b932d339034fd441f682c6782d6aebf549 | ad24f0a6ba22e7de29e58a53389f92c8021015f4 | refs/heads/master | 2016-09-05T10:15:13.276000 | 2011-02-09T20:54:24 | 2011-02-09T20:54:24 | 42,460,171 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.model.dao;
import java.sql.SQLException;
import java.util.Vector;
import edu.conexion.DataAccess;
import edu.model.jb.Bean;
import edu.model.jb.Forecast;
public class ForecastDao extends GenericDao implements Dao {
@Override
public int delete(int id) throws SQLException {
// TODO Auto-generated meth... | UTF-8 | Java | 1,937 | java | ForecastDao.java | Java | [] | null | [] | package edu.model.dao;
import java.sql.SQLException;
import java.util.Vector;
import edu.conexion.DataAccess;
import edu.model.jb.Bean;
import edu.model.jb.Forecast;
public class ForecastDao extends GenericDao implements Dao {
@Override
public int delete(int id) throws SQLException {
// TODO Auto-generated meth... | 1,937 | 0.682499 | 0.678369 | 80 | 23.2125 | 23.044355 | 153 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.3375 | false | false | 4 |
87c9dd53ab30d628183fcdf75595ef07fba3479e | 25,881,472,984,483 | 7107f22d9a2b9a6f222d7355d75ca8ac7103bc25 | /src/main/java/com/ordermate/data/Product.java | 5727df9758a4f03d5430c48f6b8669007a97646c | [] | no_license | edwinmcc/OrderMate | https://github.com/edwinmcc/OrderMate | ebabe9252d52097a03b64c8dd8c17f49780da256 | 51e53c1d3e7a42e3c055611cb6e1dc8183cc7139 | refs/heads/master | 2021-01-21T17:23:51.855000 | 2017-05-22T06:38:11 | 2017-05-22T06:38:11 | 91,949,050 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ordermate.data;
import java.math.BigDecimal;
import java.math.RoundingMode;
import java.util.Objects;
/**
* Created by edwin on 19/05/17.
*/
public class Product {
private Long id;
private String name;
private BigDecimal price;
private String imageName="default.jpg";
public Product... | UTF-8 | Java | 1,231 | java | Product.java | Java | [
{
"context": "Mode;\nimport java.util.Objects;\n\n/**\n * Created by edwin on 19/05/17.\n */\npublic class Product {\n\n priv",
"end": 139,
"score": 0.9676936864852905,
"start": 134,
"tag": "USERNAME",
"value": "edwin"
}
] | null | [] | package com.ordermate.data;
import java.math.BigDecimal;
import java.math.RoundingMode;
import java.util.Objects;
/**
* Created by edwin on 19/05/17.
*/
public class Product {
private Long id;
private String name;
private BigDecimal price;
private String imageName="default.jpg";
public Product... | 1,231 | 0.573517 | 0.567019 | 59 | 19.864407 | 17.06464 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.457627 | false | false | 4 |
e5a11ef087f9ce1ef89a07086eaaab5cfa5c54ae | 10,737,418,310,489 | 4730a9e1a0dc96ebf633c9c392ffe4e7f921b1a5 | /AuthGoogle/rogervoice/trunk/com/rogervoice/application/analytics/EventVariableType.java | d7b705dd2a9056b29b913fe3edab94f4ab0cf8f4 | [] | no_license | willcor7/rogervoice | https://github.com/willcor7/rogervoice | ae7fde7143c35b778e7fdb6253453399b63998a0 | 4ac3ee8a3bb4d778eaa4b42159198e65b1c6d8bc | refs/heads/master | 2018-01-11T20:48:25.361000 | 2015-12-14T11:44:20 | 2015-12-14T11:44:20 | 47,623,460 | 0 | 1 | null | false | 2015-12-14T11:31:15 | 2015-12-08T13:21:49 | 2015-12-08T13:42:25 | 2015-12-14T11:31:14 | 26,504 | 0 | 1 | 0 | Java | null | null | package com.rogervoice.application.analytics;
import pl.alsoft.ui.util.Check.Argument;
public enum EventVariableType {
DURATION("Duration");
private final String mName;
private EventVariableType(String name) {
Argument.isNotNull(name, "name");
this.mName = name;
}
public Str... | UTF-8 | Java | 371 | java | EventVariableType.java | Java | [] | null | [] | package com.rogervoice.application.analytics;
import pl.alsoft.ui.util.Check.Argument;
public enum EventVariableType {
DURATION("Duration");
private final String mName;
private EventVariableType(String name) {
Argument.isNotNull(name, "name");
this.mName = name;
}
public Str... | 371 | 0.660377 | 0.660377 | 18 | 19.611111 | 16.875818 | 45 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 4 |
c8cb7937e67096f871a4d9db4f22d81f2e03b10a | 20,873,541,090,038 | 0999801c2fb5d36505f68a0b72256bc056a6acb0 | /src/com/chrisleung/leetcode/solutions/Problem_125_Valid_Palindrome.java | a0de2bae9c3794f6d9b075d07c3e83568f03bac3 | [] | no_license | nagen010/CodingProblems | https://github.com/nagen010/CodingProblems | c5273675080dd0450975db961d78c30338d6dac8 | ecc1e4e1e01302fb9813e0b0c15531961e905e6a | refs/heads/master | 2020-03-28T13:43:51.695000 | 2018-09-07T05:20:43 | 2018-09-07T05:20:43 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.chrisleung.leetcode.solutions;
public class Problem_125_Valid_Palindrome {
public boolean isPalindrome(String s) {
if(s == null || s.isEmpty()) return true;
s = s.replaceAll("[^\\w]+","").toLowerCase();
int len = s.length();
for(int i=0; i < len/2; i++) {
if(... | UTF-8 | Java | 423 | java | Problem_125_Valid_Palindrome.java | Java | [] | null | [] | package com.chrisleung.leetcode.solutions;
public class Problem_125_Valid_Palindrome {
public boolean isPalindrome(String s) {
if(s == null || s.isEmpty()) return true;
s = s.replaceAll("[^\\w]+","").toLowerCase();
int len = s.length();
for(int i=0; i < len/2; i++) {
if(... | 423 | 0.529551 | 0.515366 | 14 | 29.214285 | 18.245071 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.785714 | false | false | 4 |
f2d2a10510008372ddeb106ff832b29593d36c14 | 18,485,539,274,459 | 3afa6c89eef8e1d6145e25dc0978e7d50b843d14 | /HEServiceGenerator/src/main/java/generator/HELibCodeGenerator.java | b20cd3f3b0592c1e7a45d1dbf72dba54296cc6ec | [] | no_license | Philser/Thesis | https://github.com/Philser/Thesis | 6c88f74f90cd9cc2d4daab99ef584aa2ef1c299e | a3c1127c54605c416490b64167416e3bc7b0a578 | refs/heads/master | 2022-06-02T01:38:43.472000 | 2019-10-10T14:22:24 | 2019-10-10T14:22:24 | 214,203,138 | 0 | 0 | null | false | 2022-05-20T21:12:19 | 2019-10-10T14:23:32 | 2019-10-10T14:23:49 | 2022-05-20T21:12:18 | 101 | 0 | 0 | 7 | Java | false | false | package generator;
import java.io.BufferedReader;
import java.io.File;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.PrintWriter;
import java.net.URI;
import java.net.URISyntaxException;
import java.net.URL;
import java.util.ArrayList;
import java.util.List;
import java.util.... | UTF-8 | Java | 8,586 | java | HELibCodeGenerator.java | Java | [
{
"context": "/**\r\n * Generates HELib specific code.\r\n * @author Philip Kaiser\r\n *\r\n */\r\npublic class HELibCodeGenerator {\r\n\r\n\t/",
"end": 650,
"score": 0.9995026588439941,
"start": 637,
"tag": "NAME",
"value": "Philip Kaiser"
}
] | null | [] | package generator;
import java.io.BufferedReader;
import java.io.File;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.PrintWriter;
import java.net.URI;
import java.net.URISyntaxException;
import java.net.URL;
import java.util.ArrayList;
import java.util.List;
import java.util.... | 8,579 | 0.725833 | 0.724785 | 228 | 35.657894 | 34.163391 | 161 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.131579 | false | false | 4 |
b65b955af2cf3f458bd5d6721f6c7f419bef6096 | 34,187,939,689,099 | c3f566de73500e5dbacb77aea57ad37117e8bbc8 | /src/orthography/BinaryVectorOrthography.java | 05eb198a50c7327e0b922c8a6eab2f7518de0f38 | [] | no_license | wblacoe/structuralVectors | https://github.com/wblacoe/structuralVectors | 8de622ead294bb26841d8d30a0a9b390adf938f6 | 6ec483bfb6b03d6f8bb65ff215d068d6a1381d06 | refs/heads/master | 2020-04-28T15:34:59.864000 | 2019-03-13T08:40:30 | 2019-03-13T08:40:30 | 175,380,014 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package orthography;
import cache.FlatCache;
import cache.ItemVectorPair;
import java.util.Collection;
import java.util.Map.Entry;
import vector.binary.DenseBinaryVector;
public class BinaryVectorOrthography extends Orthography<DenseBinaryVector>{
public BinaryVectorOrthography(int dimensionality){
s... | UTF-8 | Java | 1,803 | java | BinaryVectorOrthography.java | Java | [] | null | [] | package orthography;
import cache.FlatCache;
import cache.ItemVectorPair;
import java.util.Collection;
import java.util.Map.Entry;
import vector.binary.DenseBinaryVector;
public class BinaryVectorOrthography extends Orthography<DenseBinaryVector>{
public BinaryVectorOrthography(int dimensionality){
s... | 1,803 | 0.63949 | 0.636162 | 58 | 30.103449 | 28.352272 | 124 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.568965 | false | false | 4 |
c487fac3f5f51c8451961a8ef7307f93c1dfc57a | 4,939,212,438,921 | 5008f54c17066673ecd93c20ab274b898695cb3b | /teiid-embedded-samples/src/main/java/org/teiid/embedded/samples/ldap/OpenLDAPClient.java | 54660eea1879159eac3b07cc3a1c3efac212c73b | [
"Apache-2.0"
] | permissive | DivyaVijaykumar/teiid-samples | https://github.com/DivyaVijaykumar/teiid-samples | b5c807062258e9d7fa9208d1cd5d2bb3637a846f | 00a38acecbc05e12aeb59cc82ea88cc1cdba5511 | refs/heads/master | 2021-01-17T04:28:17.515000 | 2015-06-05T02:24:05 | 2015-06-05T02:24:05 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.teiid.embedded.samples.ldap;
import java.util.Hashtable;
import javax.naming.Context;
import javax.naming.NamingEnumeration;
import javax.naming.NamingException;
import javax.naming.directory.Attributes;
import javax.naming.directory.DirContext;
import javax.naming.directory.SearchControls;
import javax.n... | UTF-8 | Java | 1,688 | java | OpenLDAPClient.java | Java | [
{
"context": "actory\");\n\t\tenv.put(Context.PROVIDER_URL, \"ldap://10.66.218.46:389\");\n\t\tenv.put(Context.SECURITY_PRINCIPAL, \"cn=",
"end": 728,
"score": 0.999722957611084,
"start": 716,
"tag": "IP_ADDRESS",
"value": "10.66.218.46"
}
] | null | [] | package org.teiid.embedded.samples.ldap;
import java.util.Hashtable;
import javax.naming.Context;
import javax.naming.NamingEnumeration;
import javax.naming.NamingException;
import javax.naming.directory.Attributes;
import javax.naming.directory.DirContext;
import javax.naming.directory.SearchControls;
import javax.n... | 1,688 | 0.736967 | 0.728673 | 47 | 34.914894 | 24.515587 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.340425 | false | false | 4 |
dec026b38a83cc215d4dc8af6f523b6f5c4ec654 | 12,403,865,598,688 | 2f0c8c1e946214b5a43eaf0d872945e2ecc72384 | /src/main/java/com/hwl/im/server/receive/HeartBeatMessageReceiveExecutor.java | fae632874bfdf1e2ccbe49c1b95292de0e8abb11 | [] | no_license | oisnull/hwl-im | https://github.com/oisnull/hwl-im | b915fbc6f15e293cd30cc809e1428dccf2cd382f | 8d8994e579294f91990ba4640a1c27feac54747a | refs/heads/master | 2022-10-27T02:05:47.496000 | 2020-11-04T06:52:48 | 2020-11-04T06:52:48 | 145,665,116 | 1 | 0 | null | false | 2022-10-04T23:45:08 | 2018-08-22T06:20:43 | 2020-11-04T06:52:59 | 2022-10-04T23:45:06 | 1,742 | 0 | 0 | 4 | Java | false | false | package com.hwl.im.server.receive;
import com.hwl.im.server.action.OnlineChannelManager;
import com.hwl.im.server.core.AbstractMessageReceiveExecutor;
import com.hwl.imcore.improto.ImHeartBeatMessageRequest;
import com.hwl.imcore.improto.ImMessageResponse.Builder;
import org.apache.logging.log4j.LogManager;
import or... | UTF-8 | Java | 1,153 | java | HeartBeatMessageReceiveExecutor.java | Java | [] | null | [] | package com.hwl.im.server.receive;
import com.hwl.im.server.action.OnlineChannelManager;
import com.hwl.im.server.core.AbstractMessageReceiveExecutor;
import com.hwl.imcore.improto.ImHeartBeatMessageRequest;
import com.hwl.imcore.improto.ImMessageResponse.Builder;
import org.apache.logging.log4j.LogManager;
import or... | 1,153 | 0.751084 | 0.74935 | 28 | 40.17857 | 38.65604 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.607143 | false | false | 4 |
a84fe1a6046f5297a722c85c2ea02077ca851068 | 3,255,585,243,887 | e385ccae5b0e54b0db6ff82b0ef734640f85d338 | /src/TestCalci.java | cbd7cdf6a685edfca9fb78a25b8a1cf9f4905d54 | [] | no_license | deepak2310gupta/MyCalculatorTask | https://github.com/deepak2310gupta/MyCalculatorTask | 7324022e5aeed3d76c7a54aab80493b6c6ae7688 | d57435513d3e9e3e506e98cdfb4f989c2eb5f6fd | refs/heads/master | 2023-08-01T01:20:00.919000 | 2021-09-28T18:34:28 | 2021-09-28T18:34:28 | 411,392,973 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import org.testng.annotations.*;
import static org.testng.Assert.assertEquals;
@Test
public class TestCalci {
public void emptyStringReturnsZeroSum() throws Exception {
StringCalculator obj=new StringCalculator();
assertEquals(obj.add(""),0);
}
public void twoNumbersCommaDelimitedSum() throws Exception {
... | UTF-8 | Java | 1,168 | java | TestCalci.java | Java | [] | null | [] | import org.testng.annotations.*;
import static org.testng.Assert.assertEquals;
@Test
public class TestCalci {
public void emptyStringReturnsZeroSum() throws Exception {
StringCalculator obj=new StringCalculator();
assertEquals(obj.add(""),0);
}
public void twoNumbersCommaDelimitedSum() throws Exception {
... | 1,168 | 0.750856 | 0.72089 | 43 | 26.16279 | 23.552938 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.837209 | false | false | 4 |
04f9f124f661f037b77cab2bded8df5d5f807251 | 20,315,195,367,120 | 7113d7a595f90a4fc49eb5612c4fa9ebe71aba36 | /app/src/main/java/com/elynn/bitdna/bitchain/Model/AppConfiguration.java | bb70c90083ce9bc4cfaad0aa22bf9a28fa367dc6 | [] | no_license | yuckzzzz89/MyTemplate | https://github.com/yuckzzzz89/MyTemplate | e6edfe5deaa9838ec9d1479e18d60d215721e6fb | d69a79afe0ae151df79ae372e72bc8ce31b1d357 | refs/heads/master | 2021-01-12T08:14:48.167000 | 2016-12-15T03:30:25 | 2016-12-15T03:30:25 | 76,520,424 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.elynn.bitdna.bitchain.Model;
/**
* Created by Aryo on 28/10/2016.
*/
public class AppConfiguration {
public static String URLPATH = "http://elynn.com";
} | UTF-8 | Java | 173 | java | AppConfiguration.java | Java | [
{
"context": "om.elynn.bitdna.bitchain.Model;\n\n/**\n * Created by Aryo on 28/10/2016.\n */\n\npublic class AppConfiguration",
"end": 64,
"score": 0.9993264675140381,
"start": 60,
"tag": "NAME",
"value": "Aryo"
}
] | null | [] | package com.elynn.bitdna.bitchain.Model;
/**
* Created by Aryo on 28/10/2016.
*/
public class AppConfiguration {
public static String URLPATH = "http://elynn.com";
} | 173 | 0.699422 | 0.653179 | 9 | 18.333334 | 19.888578 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.222222 | false | false | 4 |
eb5c89dcab678c38d5e34665c3f1218a918a28d5 | 10,806,137,776,386 | 0558bde59ea4699e3af128fbf7679d54a6ff855a | /bizz/seafood-otranse/src/main/java/com/eastinno/otransos/seafood/droduct/action/RemoteRegionAction.java | e67aeb00b4a1b176cad3df2455c8f28356020582 | [] | no_license | lingxfeng/seafood | https://github.com/lingxfeng/seafood | 758fccfc2ef4ff7b5ec1317de3fde32155cc0939 | 4015e374d373fa7df3de941b727161487610484d | refs/heads/master | 2022-08-12T19:21:34.172000 | 2020-12-15T06:16:53 | 2020-12-15T06:17:08 | 81,176,380 | 1 | 2 | null | false | 2022-07-07T23:17:42 | 2017-02-07T06:50:25 | 2020-05-29T22:14:05 | 2022-07-07T23:17:42 | 144,496 | 1 | 2 | 11 | JavaScript | false | false | package com.eastinno.otransos.seafood.droduct.action;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import com.eastinno.otransos.container.annonation.Action;
import com.eastinno.otransos.container.annonation.Inject;
import com.eastinno.otransos.core.domain.SystemRegion;
import com.eastinno.... | UTF-8 | Java | 2,834 | java | RemoteRegionAction.java | Java | [] | null | [] | package com.eastinno.otransos.seafood.droduct.action;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import com.eastinno.otransos.container.annonation.Action;
import com.eastinno.otransos.container.annonation.Inject;
import com.eastinno.otransos.core.domain.SystemRegion;
import com.eastinno.... | 2,834 | 0.766426 | 0.765704 | 89 | 30.123596 | 26.09956 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.044944 | false | false | 4 |
0a4491c2db8299303e8faea9beb681c2b6d282f6 | 3,582,002,781,581 | 4c1196573c2876cb5a9337ea7477f4805d994b07 | /example-app-stories/src/main/java/com/gc/gb/scenarios/Scenario1.java | 2fc9aac025ff823dcd93a073a1f6bb11db2cac75 | [] | no_license | genthaler/greenbridge | https://github.com/genthaler/greenbridge | e9b41ffc4e50f8bbf7e593b58eaa89803e49af9f | 97bb246c7cb3b0e0e0016b0d5695c0bcb0dbb334 | refs/heads/master | 2021-01-23T08:43:34.190000 | 2016-02-01T15:48:29 | 2016-02-01T15:48:29 | 41,827,531 | 0 | 0 | null | false | 2023-03-25T07:15:42 | 2015-09-02T20:59:55 | 2016-02-01T14:06:11 | 2023-03-25T07:15:42 | 11,993 | 0 | 0 | 1 | HTML | false | false | package com.gc.gb.scenarios;
import com.googlecode.greenbridge.annotation.ScenarioRef;
import com.googlecode.greenbridge.junit.ParameterizableList;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import java.util.HashMap;
import java.util.Map;
/**
* Given a user has a tiddlywik... | UTF-8 | Java | 1,321 | java | Scenario1.java | Java | [] | null | [] | package com.gc.gb.scenarios;
import com.googlecode.greenbridge.annotation.ScenarioRef;
import com.googlecode.greenbridge.junit.ParameterizableList;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import java.util.HashMap;
import java.util.Map;
/**
* Given a user has a tiddlywik... | 1,321 | 0.611658 | 0.60863 | 48 | 25.5625 | 27.587667 | 133 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 4 |
7c1b0c1689280fe85833c0c583a5d80f45d12730 | 33,844,342,343,020 | f74791f62f86221300a8a535ff0abcb93dcc755d | /src/main/java/com/lxh/utils/excel/Company.java | d11d2986d6008d19f352aaa66993ed6a7bb25684 | [] | no_license | xcdsycn/lxh-design | https://github.com/xcdsycn/lxh-design | e3eacd04c9476fdac2e2e1a5520a63e1b5174ec7 | ddf3f0d22f5ddb888845b900caaf1794a2f3c864 | refs/heads/master | 2022-03-13T18:34:17.598000 | 2022-03-03T16:14:14 | 2022-03-03T16:14:14 | 138,252,928 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lxh.utils.excel;
import lombok.AllArgsConstructor;
import lombok.Data;
/**
* @author lxh
*/
@Data
@AllArgsConstructor
public class Company {
private String name;
private Address address;
}
| UTF-8 | Java | 210 | java | Company.java | Java | [
{
"context": "gsConstructor;\nimport lombok.Data;\n\n/**\n * @author lxh\n */\n@Data\n@AllArgsConstructor\npublic class Compan",
"end": 103,
"score": 0.9996110200881958,
"start": 100,
"tag": "USERNAME",
"value": "lxh"
}
] | null | [] | package com.lxh.utils.excel;
import lombok.AllArgsConstructor;
import lombok.Data;
/**
* @author lxh
*/
@Data
@AllArgsConstructor
public class Company {
private String name;
private Address address;
}
| 210 | 0.742857 | 0.742857 | 17 | 11.352942 | 11.360102 | 33 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.411765 | false | false | 4 |
556ad26c91c639f97c058cc1e33a5db66460ae38 | 39,573,828,678,555 | 64725d884285bd0c91aa4c19db074920e9ee4bbb | /src/main/java/educationManagement/model/bll/StudentBLL.java | ea9f3421c32242343ea0c29d9113c413e481a050 | [] | no_license | volkanokcu/education-management | https://github.com/volkanokcu/education-management | 5596e8dfda3aff18544403bd2c0e1f37f3a8a9e1 | 9ffbca2ad8cb2cf90186d4f005738d1b7a1d734c | refs/heads/master | 2020-09-23T06:36:47.273000 | 2019-12-02T17:29:49 | 2019-12-02T17:29:49 | 225,429,076 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package educationManagement.model.bll;
import educationManagement.model.dal.StudentDAL;
import educationManagement.model.entity.Student;
public class StudentBLL extends AbstractBLL<Student>{
public StudentBLL() {
//AbstractBLL'e(super) StudentDAL gönderiyoruz.
super(new StudentDAL());
}
@Override
public boo... | UTF-8 | Java | 412 | java | StudentBLL.java | Java | [] | null | [] | package educationManagement.model.bll;
import educationManagement.model.dal.StudentDAL;
import educationManagement.model.entity.Student;
public class StudentBLL extends AbstractBLL<Student>{
public StudentBLL() {
//AbstractBLL'e(super) StudentDAL gönderiyoruz.
super(new StudentDAL());
}
@Override
public boo... | 412 | 0.79562 | 0.79562 | 18 | 21.833334 | 24.205715 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.888889 | false | false | 4 |
6127a1dec6038c562288b10f6a454be461463883 | 35,656,818,528,296 | b20d74b1eac85a85bd3b9ea9f0e3759049eaaa39 | /src/com/scurab/gwt/rlw/client/view/SettingsView.java | d49e9b1163cf69644243191eab7fd3a513df86ad | [] | no_license | jbruchanov/RemoteLog-Web | https://github.com/jbruchanov/RemoteLog-Web | 574a008de4ff92a1929674f185f17437f63e0449 | df5121e9630434a7f98cab03f322c07b91dff3e3 | refs/heads/master | 2021-01-02T08:52:51.715000 | 2014-09-28T09:54:26 | 2014-09-28T09:54:26 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.scurab.gwt.rlw.client.view;
import com.google.gwt.core.client.GWT;
import com.google.gwt.uibinder.client.UiBinder;
import com.google.gwt.uibinder.client.UiField;
import com.google.gwt.user.client.ui.Button;
import com.google.gwt.user.client.ui.Composite;
import com.google.gwt.user.client.ui.TextArea;
impor... | UTF-8 | Java | 992 | java | SettingsView.java | Java | [] | null | [] | package com.scurab.gwt.rlw.client.view;
import com.google.gwt.core.client.GWT;
import com.google.gwt.uibinder.client.UiBinder;
import com.google.gwt.uibinder.client.UiField;
import com.google.gwt.user.client.ui.Button;
import com.google.gwt.user.client.ui.Composite;
import com.google.gwt.user.client.ui.TextArea;
impor... | 992 | 0.735887 | 0.735887 | 36 | 26.555555 | 23.098154 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.472222 | false | false | 4 |
7dbbcf8794317860d20f13fdc1096d3e9d01326c | 37,847,251,843,292 | 3c72b385f2dd78facbe8d33a242b123c6807fe70 | /src/main/java/com/anil/jobs/controller/JobController.java | 07dd3653947a634a1b532996f3bc8d9cb4acb25a | [] | no_license | anilpasham5/jobs-api | https://github.com/anilpasham5/jobs-api | 272c4cefe1c969bbcc1d34ebd325f81429b92a18 | 07fba700aeb632a3ccf260695a87891946d9b622 | refs/heads/master | 2020-07-04T11:21:00.651000 | 2016-09-07T12:35:56 | 2016-09-07T12:35:56 | 67,500,903 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.anil.jobs.controller;
import java.util.List;
import org.apache.log4j.Logger;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.web.bind.annotation.ExceptionHandler;
import org.springframework.web.bind.annotation.GetMapping... | UTF-8 | Java | 2,316 | java | JobController.java | Java | [] | null | [] | package com.anil.jobs.controller;
import java.util.List;
import org.apache.log4j.Logger;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.web.bind.annotation.ExceptionHandler;
import org.springframework.web.bind.annotation.GetMapping... | 2,316 | 0.786701 | 0.786269 | 67 | 33.567165 | 24.372252 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.298507 | false | false | 4 |
34b75304ff3324ea56c46f1dd85bb1c18c0aa1bb | 37,443,524,908,360 | 68c4bab1f5d5228078d603066b6c6cea87fdbc7a | /lab/just-born/joe-and-lingo/src/br/eti/fml/joelingo/dna/Sex.java | 2f27fa6405ab2afc4b5f7b7a3145239c8e874292 | [] | no_license | felipelalli/micaroni | https://github.com/felipelalli/micaroni | afab919dab304e21ba916aa6310dca102b1a04a5 | 741b628754b7c7085d3e68009a621242c2a1534e | refs/heads/master | 2023-08-03T06:25:15.405000 | 2023-07-25T14:44:56 | 2023-07-25T14:44:56 | 537,536 | 2 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.eti.fml.joelingo.dna;
/**
* @author Felipe Micaroni Lalli (micaroni@gmail.com)
*/
public enum Sex {
MALE,
FEMALE,
UNDETERMINED
}
| UTF-8 | Java | 155 | java | Sex.java | Java | [
{
"context": "package br.eti.fml.joelingo.dna;\n\n/**\n * @author Felipe Micaroni Lalli (micaroni@gmail.com)\n */\npublic enum Sex {\n MA",
"end": 70,
"score": 0.9998637437820435,
"start": 49,
"tag": "NAME",
"value": "Felipe Micaroni Lalli"
},
{
"context": "lingo.dna;\n\n/**\n * @... | null | [] | package br.eti.fml.joelingo.dna;
/**
* @author <NAME> (<EMAIL>)
*/
public enum Sex {
MALE,
FEMALE,
UNDETERMINED
}
| 129 | 0.658065 | 0.658065 | 10 | 14.5 | 15.800317 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3 | false | false | 4 |
cf18678af30c702097a4a130305b293f0bfea476 | 39,513,699,150,109 | a7da803019bef2a14607abc7ae83ab05dee39527 | /Clubbing/src/main/java/com/elpablon/android/clubbing/model/ModelManager.java | 6a446bee0687d7d6b8a49bd82a52f621b4531099 | [] | no_license | pablichjenkov/Nightclub | https://github.com/pablichjenkov/Nightclub | 3044131b45963c32f828245ab3c3eaf7ff9be881 | a288dfd079dbbcb880ed124aecf5a85a11454270 | refs/heads/master | 2015-08-21T12:56:41 | 2015-03-31T04:13:01 | 2015-03-31T04:13:01 | 32,125,548 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.elpablon.android.clubbing.model;
import android.util.Log;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import java.util.ArrayList;
import java.util.HashMap;
/**
* Created by pablo on 11/9/14.
*/
public class ModelManager {
private static ModelManager INSTA... | UTF-8 | Java | 2,537 | java | ModelManager.java | Java | [
{
"context": "List;\nimport java.util.HashMap;\n\n/**\n * Created by pablo on 11/9/14.\n */\npublic class ModelManager {\n\n ",
"end": 237,
"score": 0.7830523252487183,
"start": 232,
"tag": "USERNAME",
"value": "pablo"
}
] | null | [] | package com.elpablon.android.clubbing.model;
import android.util.Log;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import java.util.ArrayList;
import java.util.HashMap;
/**
* Created by pablo on 11/9/14.
*/
public class ModelManager {
private static ModelManager INSTA... | 2,537 | 0.565629 | 0.562081 | 94 | 25.989361 | 23.931416 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.56383 | false | false | 4 |
82e1c173b57ce0ec37f6098e5d14804b48a1b34e | 36,910,948,977,195 | b2a2b0358a6de8b332282482e7a585653f50e22d | /src/test/java/testNGsessions/AmazonTest.java | 65088c48857562aecf0347be7ac54117ec812898 | [] | no_license | palsjagadale/palsjagadale-selenium-testng-framework | https://github.com/palsjagadale/palsjagadale-selenium-testng-framework | 1c2a81ba2c1f7291789d2ffddfb6a7c91039786e | 31a882f6eb89b14ceee18311577e67168e35fd1d | refs/heads/main | 2023-07-16T08:52:47.412000 | 2021-08-31T18:03:49 | 2021-08-31T18:03:49 | 401,796,370 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package testNGsessions;
import org.openqa.selenium.By;
import org.testng.Assert;
import org.testng.annotations.Test;
public class AmazonTest extends BaseTest {
@Test(priority=1)
public void pageTitleTest() {
driver.get("https://www.amazon.in");
String title = driver.getTitle();
System.out.println(title);
A... | UTF-8 | Java | 699 | java | AmazonTest.java | Java | [] | null | [] | package testNGsessions;
import org.openqa.selenium.By;
import org.testng.Assert;
import org.testng.annotations.Test;
public class AmazonTest extends BaseTest {
@Test(priority=1)
public void pageTitleTest() {
driver.get("https://www.amazon.in");
String title = driver.getTitle();
System.out.println(title);
A... | 699 | 0.725322 | 0.72103 | 30 | 22.299999 | 22.698238 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.466667 | false | false | 4 |
622404a94862468037a9492b38fb39438eef8e41 | 26,688,926,793,441 | a525f394e41b2a8e21a837f40d68135d74a991e8 | /src/entities/Transaccion.java | c389940dbd792cac72b1aad12d0433d132ce96b1 | [] | no_license | toyamarodrigo/tp-final-progavan | https://github.com/toyamarodrigo/tp-final-progavan | 78d5eaf6ff65585ba0d1768638dc87be7a7f0b53 | c36707b509965a1825d5608ac67cff6711955ccb | refs/heads/main | 2023-02-01T08:02:01.201000 | 2020-12-22T02:43:47 | 2020-12-22T02:43:47 | 317,695,601 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package entities;
public abstract class Transaccion {
protected double montoSaldo;
protected double montoBalance;
private int numCuenta;
private Pantalla pantalla;
private BDBanco bdBanco;
public Transaccion(int numCuenta, Pantalla pantalla, BDBanco bdBanco) {
this.numCuenta = numCuen... | UTF-8 | Java | 634 | java | Transaccion.java | Java | [] | null | [] | package entities;
public abstract class Transaccion {
protected double montoSaldo;
protected double montoBalance;
private int numCuenta;
private Pantalla pantalla;
private BDBanco bdBanco;
public Transaccion(int numCuenta, Pantalla pantalla, BDBanco bdBanco) {
this.numCuenta = numCuen... | 634 | 0.654574 | 0.654574 | 31 | 19.451612 | 17.556984 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.483871 | false | false | 4 |
8c0ea09cfd410fecdb800c7c293703080d002e8b | 24,730,421,707,185 | 323ec43532624c1dd28220907c5d00b73612cc1a | /src/Factory/Client.java | c7e04c004786524c9392fee97b5822844ef9695c | [] | no_license | MTursynbekov/Design-Patterns-Implementations | https://github.com/MTursynbekov/Design-Patterns-Implementations | 671f489219c6ef489425d2d0f83bb5dce4019a35 | 96608f470abd8f31995f14104bbd906670e52b17 | refs/heads/master | 2023-03-19T08:00:56.289000 | 2021-03-04T17:52:28 | 2021-03-04T17:52:28 | 344,555,524 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Factory;
public class Client {
// The client code works with an instance of a concrete
// creator, albeit through its base interface. As long as
// the client keeps working with the creator via the base
// interface, you can pass it any creator's subclass.
public static void main(String[] args)... | UTF-8 | Java | 592 | java | Client.java | Java | [] | null | [] | package Factory;
public class Client {
// The client code works with an instance of a concrete
// creator, albeit through its base interface. As long as
// the client keeps working with the creator via the base
// interface, you can pass it any creator's subclass.
public static void main(String[] args)... | 592 | 0.726351 | 0.726351 | 20 | 28.6 | 23.491276 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.4 | false | false | 4 |
cb557abf3f325e1accdbc7718c832fbe4a5fa56a | 27,934,467,311,119 | 394dd417fe49f542fb7af20d67998f18a50d0d53 | /pace-core/src/main/java/com/poweredbypace/pace/domain/mail/SmtpServer.java | 91c93c9d178b11dd825faf63e83c395744422d82 | [] | no_license | bellmit/backend | https://github.com/bellmit/backend | c72e32f002d237eed1d8f2a09da3f67bd860c1fa | 769fc9630c09cea281fd958a42c1da907e1447c4 | refs/heads/master | 2023-04-14T05:07:15.642000 | 2021-04-20T02:57:06 | 2021-04-20T02:57:06 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.poweredbypace.pace.domain.mail;
import java.io.IOException;
import java.io.StringReader;
import java.util.Properties;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Table;
import javax.persistence.Transient;
import org.apache.commons.logging.Log;
import org.apa... | UTF-8 | Java | 2,000 | java | SmtpServer.java | Java | [
{
"context": "USERNAME\")\n\tpublic String getUsername() {\n\t\treturn username;\n\t}\n\tpublic void setUsername(String username) {\n\t",
"end": 1103,
"score": 0.552837073802948,
"start": 1095,
"tag": "USERNAME",
"value": "username"
},
{
"context": "d setUsername(String username) {\n... | null | [] | package com.poweredbypace.pace.domain.mail;
import java.io.IOException;
import java.io.StringReader;
import java.util.Properties;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Table;
import javax.persistence.Transient;
import org.apache.commons.logging.Log;
import org.apa... | 2,000 | 0.74 | 0.7305 | 91 | 20.978022 | 16.60397 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.483516 | false | false | 4 |
3fd21b420f2f77f15f80cb2533ebe249191c9c2d | 28,467,043,289,282 | 29960a96afa8bda82d9da0cfdaa9d7bfe814661b | /netDisk/src/main/java/netDisk/netDiskCfg/netDiskCfg.java | 70bd7e81fb071a523bcf79365bba7ee9e3530970 | [] | no_license | hzambrella/jp_practice | https://github.com/hzambrella/jp_practice | 7c279d9f6590dc1435ea8ea06f5e11d2c403c107 | d13e61d1737d5141a7538fe1748615809c9db6fc | refs/heads/master | 2021-04-30T08:25:10.026000 | 2018-10-30T07:55:48 | 2018-10-30T07:55:48 | 121,373,634 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package netDisk.netDiskCfg;
public class netDiskCfg {
private static String diskDir=null;
// 设置内存临界值 - 超过后将产生临时文件并存储于临时目录中
private static final int MEMORY_THRESHOLD = 1024 * 1024 * 3; // 3MB
// 设置最大文件上传值
private static final int MAX_FILE_SIZE = 1024 * 1024 * 500 ; // 500MB
// 设置最大请求值 (包含文件和表单数... | GB18030 | Java | 841 | java | netDiskCfg.java | Java | [] | null | [] | package netDisk.netDiskCfg;
public class netDiskCfg {
private static String diskDir=null;
// 设置内存临界值 - 超过后将产生临时文件并存储于临时目录中
private static final int MEMORY_THRESHOLD = 1024 * 1024 * 3; // 3MB
// 设置最大文件上传值
private static final int MAX_FILE_SIZE = 1024 * 1024 * 500 ; // 500MB
// 设置最大请求值 (包含文件和表单数... | 841 | 0.691475 | 0.640054 | 32 | 22.09375 | 22.876516 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.0625 | false | false | 3 |
76b5c4784a5eb0c1cc7f651af1ef0c1922375c25 | 1,159,641,224,811 | f758a9b50c880c953195c1bf3100cdbacf1e510f | /src/main/java/world/epsilonsmp/EpsilonCarpet/mixins/AbstractBlockMixin.java | 121889dfb0024b40541589717edfab81627dcf4a | [
"LGPL-3.0-only"
] | permissive | EpsilonSMP/Epsilon-Carpet | https://github.com/EpsilonSMP/Epsilon-Carpet | e8d4f9ae05b64414714bb4b9aeed8ddfc4302a40 | 8d813d29519b50fd29b1d17a9bce458801d6986a | refs/heads/main | 2023-06-26T13:46:09.285000 | 2021-05-10T07:01:01 | 2021-05-10T07:01:01 | 360,761,988 | 0 | 1 | MIT | false | 2021-05-10T07:01:02 | 2021-04-23T04:26:11 | 2021-05-04T16:03:37 | 2021-05-10T07:01:01 | 1,314 | 0 | 0 | 0 | Java | false | false | package world.epsilonsmp.EpsilonCarpet.mixins;
import world.epsilonsmp.EpsilonCarpet.EpsilonCarpetSettings;
import net.minecraft.block.AbstractBlock;
import net.minecraft.block.Block;
import net.minecraft.block.BlockState;
import net.minecraft.block.Blocks;
import net.minecraft.util.math.BlockPos;
import net.minecraft... | UTF-8 | Java | 987 | java | AbstractBlockMixin.java | Java | [] | null | [] | package world.epsilonsmp.EpsilonCarpet.mixins;
import world.epsilonsmp.EpsilonCarpet.EpsilonCarpetSettings;
import net.minecraft.block.AbstractBlock;
import net.minecraft.block.Block;
import net.minecraft.block.BlockState;
import net.minecraft.block.Blocks;
import net.minecraft.util.math.BlockPos;
import net.minecraft... | 987 | 0.797366 | 0.797366 | 24 | 40.125 | 32.37709 | 141 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.833333 | false | false | 3 |
948ec70107b2a257d669d3c62655330fa5fedd8c | 1,159,641,225,401 | 4b0bf4787e89bcae7e4759bde6d7f3ab2c81f849 | /aliyun-java-sdk-cc5g/src/main/java/com/aliyuncs/cc5g/model/v20220314/ListCardDayUsagesResponse.java | 1a897fcbf41a06d66fe17ccc775300ad47afeea2 | [
"Apache-2.0"
] | permissive | aliyun/aliyun-openapi-java-sdk | https://github.com/aliyun/aliyun-openapi-java-sdk | a263fa08e261f12d45586d1b3ad8a6609bba0e91 | e19239808ad2298d32dda77db29a6d809e4f7add | refs/heads/master | 2023-09-03T12:28:09.765000 | 2023-09-01T09:03:00 | 2023-09-01T09:03:00 | 39,555,898 | 1,542 | 1,317 | NOASSERTION | false | 2023-09-14T07:27:05 | 2015-07-23T08:41:13 | 2023-08-31T07:30:44 | 2023-09-14T07:27:03 | 72,323 | 1,375 | 1,144 | 12 | Java | false | false | /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed u... | UTF-8 | Java | 3,060 | java | ListCardDayUsagesResponse.java | Java | [] | null | [] | /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed u... | 3,060 | 0.698366 | 0.691176 | 136 | 20.683823 | 22.430187 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.779412 | false | false | 3 |
f84f2bdf24f018698b7552dfdac863f583d37d25 | 31,679,678,780,182 | 2d8757f96150cebd3574b522cc29c8b846ba1415 | /src/main/java/com/epam/bigdata/q3/task7/TagsInterceptor.java | 40d7e3c1a332fcffbb47d2084942c8fe439258bd | [] | no_license | ranicza/AUX | https://github.com/ranicza/AUX | 855dc770a3f5920c548aece4d5ec58cbda6d09e1 | 647b12c15d9d7e5b74a125b778ea452ca7aa8287 | refs/heads/master | 2021-01-24T08:49:42.968000 | 2016-09-28T10:47:45 | 2016-09-28T10:47:45 | 69,246,875 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.epam.bigdata.q3.task7;
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.net.URI;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import java.util.Map;
import java.util.stream.Collectors;
import org.apache.flume.Context;
import org.apache.flume.Event;... | UTF-8 | Java | 3,718 | java | TagsInterceptor.java | Java | [] | null | [] | package com.epam.bigdata.q3.task7;
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.net.URI;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import java.util.Map;
import java.util.stream.Collectors;
import org.apache.flume.Context;
import org.apache.flume.Event;... | 3,718 | 0.63206 | 0.627757 | 122 | 29.47541 | 22.030609 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 3 |
0496e6519b8000fee72dda89324e11c1dc1adb7c | 6,047,313,977,065 | caa3e60c7045a2bd23c60a20757bae1fcd3cfce9 | /springbootmall/src/main/java/com/wzd/newbeemall/mapper/GoodsInfoMapper.java | c40511070ca03a4ace9f98983b012ee367ac5d17 | [] | no_license | wzd2892/springboot-mall | https://github.com/wzd2892/springboot-mall | 171d53e797ac7f163fabb61218607ad7587625c4 | b05ebcd85273d8bfde48e51a162001e3fcac4a44 | refs/heads/master | 2023-02-25T00:11:04.685000 | 2021-01-30T07:29:47 | 2021-01-30T07:30:03 | 334,314,173 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.wzd.newbeemall.mapper;
import com.wzd.newbeemall.model.entity.GoodsInfo;
import com.wzd.newbeemall.model.entity.StockNumDTO;
import com.wzd.newbeemall.utils.PageUtil;
import org.apache.ibatis.annotations.Param;
import java.util.List;
import java.util.Map;
public interface GoodsInfoMapper {
int delete... | UTF-8 | Java | 1,110 | java | GoodsInfoMapper.java | Java | [] | null | [] | package com.wzd.newbeemall.mapper;
import com.wzd.newbeemall.model.entity.GoodsInfo;
import com.wzd.newbeemall.model.entity.StockNumDTO;
import com.wzd.newbeemall.utils.PageUtil;
import org.apache.ibatis.annotations.Param;
import java.util.List;
import java.util.Map;
public interface GoodsInfoMapper {
int delete... | 1,110 | 0.78018 | 0.78018 | 39 | 27.487179 | 27.248968 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.564103 | false | false | 3 |
1d633f81a6c4c18b4999abd4616bcf637f28e67a | 18,124,762,042,043 | f5578dd8908f7f232827bd060b23f23727696e3e | /chapter_004/src/main/java/ru/job4j/threads/synch/wrapper/DynamicListWrapper.java | 50b947744f35c49ecde6c216946bd13ff76bc579 | [
"Apache-2.0"
] | permissive | dvamedveda/b.savelev | https://github.com/dvamedveda/b.savelev | 9b204f90aa85206164209718060ad10c6b3cd9f5 | 68243893ca56846daad539c5b75dfc380736a824 | refs/heads/master | 2022-09-20T10:14:56.193000 | 2021-08-31T03:50:46 | 2021-09-01T03:04:32 | 106,453,549 | 1 | 0 | Apache-2.0 | false | 2022-09-08T01:09:24 | 2017-10-10T18:08:58 | 2021-09-01T03:05:38 | 2022-09-08T01:09:23 | 3,287 | 0 | 0 | 7 | Java | false | false | package ru.job4j.threads.synch.wrapper;
import net.jcip.annotations.GuardedBy;
import net.jcip.annotations.ThreadSafe;
import ru.job4j.list.DynamicList;
import java.util.Iterator;
/**
* Базовый декоратор(потокобезопасный) для списка DynamicList, реализующий интерфейсы Iterable, DynamicListInterface.
* Также реализ... | UTF-8 | Java | 2,905 | java | DynamicListWrapper.java | Java | [
{
"context": "зует fail-safe итерацию по списку.\n *\n * @author - b.savelev (mailto: justmustdie@yandex.ru)\n * @version - 1.0",
"end": 379,
"score": 0.9268151521682739,
"start": 370,
"tag": "USERNAME",
"value": "b.savelev"
},
{
"context": "ацию по списку.\n *\n * @author - b.savele... | null | [] | package ru.job4j.threads.synch.wrapper;
import net.jcip.annotations.GuardedBy;
import net.jcip.annotations.ThreadSafe;
import ru.job4j.list.DynamicList;
import java.util.Iterator;
/**
* Базовый декоратор(потокобезопасный) для списка DynamicList, реализующий интерфейсы Iterable, DynamicListInterface.
* Также реализ... | 2,891 | 0.616016 | 0.613552 | 104 | 22.423077 | 21.335999 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.201923 | false | false | 3 |
380f631bca00cfaa1e0642d7752b6b34a877f823 | 16,071,767,626,148 | 8f1aa3af13872cac2a36c18c3363240dc9cddbe9 | /ProjectPRM391/app/src/main/java/com/example/mytom/projectprm391/Item/QuestionSets.java | bb49a99a1a4ea076cf9c313e2d112e3fdaf529b9 | [] | no_license | Otakuzz/PRM391 | https://github.com/Otakuzz/PRM391 | 698f00ee81a03444d499e23c0c49cbb7f6f9ee2d | 12f5946fba5eda4e9e87d28fd8bc8d1dcc92de86 | refs/heads/master | 2021-01-22T21:18:09.527000 | 2017-03-18T15:46:07 | 2017-03-18T15:46:07 | 85,412,412 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.mytom.projectprm391.Item;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.Timer;
/**
* Created by Mytom on 3/9/2017.
*/
public class QuestionSets implements Serializable{
private String setSame;
private String setID;
private String UserID;
private Timer... | UTF-8 | Java | 2,275 | java | QuestionSets.java | Java | [
{
"context": "ayList;\nimport java.util.Timer;\n\n/**\n * Created by Mytom on 3/9/2017.\n */\n\npublic class QuestionSets imple",
"end": 152,
"score": 0.9983812570571899,
"start": 147,
"tag": "USERNAME",
"value": "Mytom"
}
] | null | [] | package com.example.mytom.projectprm391.Item;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.Timer;
/**
* Created by Mytom on 3/9/2017.
*/
public class QuestionSets implements Serializable{
private String setSame;
private String setID;
private String UserID;
private Timer... | 2,275 | 0.643077 | 0.639121 | 102 | 21.303921 | 22.638588 | 162 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.421569 | false | false | 3 |
ea278446a4a035f690479b92d086b327e820f0d8 | 33,268,816,731,002 | b36f27fed3adcd5341ef22bc9203a13523ba0869 | /library/src/main/java/com/jwetherell/motiondetection/image/ImageProcessing.java | dce7d3aace07f9a17b678a1a0d327ffd6e6120e7 | [
"Apache-2.0"
] | permissive | jkwiecien/android-motion-detector | https://github.com/jkwiecien/android-motion-detector | a446aca0affa2270d0297b87bcfd9b247ecf64b7 | 236316a5029118d2d92f7fac8cb81aca762a5b88 | refs/heads/master | 2016-09-09T21:50:04.121000 | 2015-04-17T09:57:58 | 2015-04-17T09:57:58 | 34,107,529 | 24 | 13 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jwetherell.motiondetection.image;
import java.io.ByteArrayOutputStream;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.graphics.Color;
import android.graphics.Matrix;
/**
* This abstract class is used to process images.
*
* @author Justin Wetherell <phishman3579... | UTF-8 | Java | 8,515 | java | ImageProcessing.java | Java | [
{
"context": "ct class is used to process images.\n * \n * @author Justin Wetherell <phishman3579@gmail.com>\n */\npublic abstract clas",
"end": 306,
"score": 0.9998699426651001,
"start": 290,
"tag": "NAME",
"value": "Justin Wetherell"
},
{
"context": " process images.\n * \n * @auth... | null | [] | package com.jwetherell.motiondetection.image;
import java.io.ByteArrayOutputStream;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.graphics.Color;
import android.graphics.Matrix;
/**
* This abstract class is used to process images.
*
* @author <NAME> <<EMAIL>>
*/
public ab... | 8,490 | 0.520611 | 0.48855 | 266 | 31.011278 | 22.964582 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.62406 | false | false | 3 |
f9d6da967763104d4ac38f5ae154ab449789d032 | 10,161,892,645,533 | 86f2af3a96e4e2e6c244d904772d1aa0b6628451 | /app/src/main/java/com/asdf1st/mydemo/aidl/BookManagerService.java | bdf35f8118061ac076bafa1a7d33c18009453244 | [] | no_license | asdf1stlwj/MySmallDemo | https://github.com/asdf1stlwj/MySmallDemo | 8034b15fec93dd7d543661da0a4cd95d81ca97d1 | b4a6d3ac1e3fc6f0eb362c90fdcb1d0a7cd2411f | refs/heads/master | 2022-09-12T15:21:33.724000 | 2022-09-04T12:48:56 | 2022-09-04T12:48:56 | 124,410,045 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.asdf1st.mydemo.aidl;
import android.app.Service;
import android.content.Intent;
import android.os.Binder;
import android.os.IBinder;
import android.os.RemoteException;
import android.util.Log;
import java.util.List;
import java.util.concurrent.CopyOnWriteArrayList;
import java.util.concurrent.atomic.Atomi... | UTF-8 | Java | 3,495 | java | BookManagerService.java | Java | [
{
"context": "(new Book(2,\"Ios\"));\n Log.e(TAG, \"onCreate: Andoid lwj\");\n new Thread(new ServiceWorker()).start(",
"end": 2221,
"score": 0.9952596426010132,
"start": 2211,
"tag": "NAME",
"value": "Andoid lwj"
}
] | null | [] | package com.asdf1st.mydemo.aidl;
import android.app.Service;
import android.content.Intent;
import android.os.Binder;
import android.os.IBinder;
import android.os.RemoteException;
import android.util.Log;
import java.util.List;
import java.util.concurrent.CopyOnWriteArrayList;
import java.util.concurrent.atomic.Atomi... | 3,491 | 0.609728 | 0.607439 | 109 | 31.06422 | 26.633177 | 142 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.559633 | false | false | 3 |
9e441cb762cbed21510f79e29dd9ad9d74458176 | 4,655,744,599,674 | 9694d2cba727e61c7cfad286bea2f8ba0323b9e0 | /src/test/java/com/cg/userregistrationradle/RegistrationTest.java | 55ca68520259bb61fb0d26a95e9947ddba627be4 | [] | no_license | nkneeraj/UserRegistrationValidate | https://github.com/nkneeraj/UserRegistrationValidate | e6e548fbcfa31dc8d1ac21663aa42eb1a537bec4 | 60071fe78cb6ce598ef6d8135e9db31ece2be7d5 | refs/heads/master | 2022-12-23T01:22:20.757000 | 2020-10-05T18:37:00 | 2020-10-05T18:37:00 | 299,898,518 | 1 | 0 | null | false | 2020-10-05T18:37:01 | 2020-09-30T11:34:31 | 2020-09-30T20:10:10 | 2020-10-05T18:37:00 | 71 | 0 | 0 | 0 | Java | false | false | package com.cg.userregistrationradle;
import org.junit.Test;
import org.junit.Assert;
public class RegistrationTest {
@Test
public void givenFirstName_Proper_ReturnTrue() {
UserRegistration user = new UserRegistration();
boolean result = user.FirstName("Neeraj");
Assert.assertTr... | UTF-8 | Java | 2,010 | java | RegistrationTest.java | Java | [
{
"context": "tion();\n\t boolean result = user.FirstName(\"Neeraj\");\n\t Assert.assertTrue(true);\n\t }\n\t @Te",
"end": 292,
"score": 0.9997696876525879,
"start": 286,
"tag": "NAME",
"value": "Neeraj"
},
{
"context": "stration();\n\t boolean result = user.E... | null | [] | package com.cg.userregistrationradle;
import org.junit.Test;
import org.junit.Assert;
public class RegistrationTest {
@Test
public void givenFirstName_Proper_ReturnTrue() {
UserRegistration user = new UserRegistration();
boolean result = user.FirstName("Neeraj");
Assert.assertTr... | 2,001 | 0.661194 | 0.650746 | 62 | 31.419355 | 20.837736 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.516129 | false | false | 3 |
22fde0589d562222a9cce276ccb1a40a797fb011 | 27,109,833,590,554 | 6e76841ebcdc279cd27eddb4f9cdc6458e6d92a7 | /src/main/java/HomeWork2/Figures/Circle.java | d37c349df5b18ac80912a2fdd88bd7b80cb6a049 | [] | no_license | viktor-homyak/progKiev | https://github.com/viktor-homyak/progKiev | 690736692fe20d903eefda4aafb543cfdb7c5839 | 6e4d0b80b8216f97d5f92f3db6e368c9c497d125 | refs/heads/master | 2021-01-01T03:50:54.478000 | 2016-12-27T18:39:04 | 2016-12-27T18:39:04 | 77,227,966 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package HomeWork2.Figures;
/**
* Created by Viktor on 25.05.2015.
*/
public class Circle extends AbstractFigure {
private double radius;
public Circle( double radius) {
this.radius = radius;
System.out.println("There was Created a circle with radius " + radius);
}
public Circle() {... | UTF-8 | Java | 517 | java | Circle.java | Java | [
{
"context": "package HomeWork2.Figures;\n\n/**\n * Created by Viktor on 25.05.2015.\n */\npublic class Circle extends Ab",
"end": 52,
"score": 0.9997894167900085,
"start": 46,
"tag": "NAME",
"value": "Viktor"
}
] | null | [] | package HomeWork2.Figures;
/**
* Created by Viktor on 25.05.2015.
*/
public class Circle extends AbstractFigure {
private double radius;
public Circle( double radius) {
this.radius = radius;
System.out.println("There was Created a circle with radius " + radius);
}
public Circle() {... | 517 | 0.589942 | 0.5706 | 33 | 14.666667 | 17.920137 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.212121 | false | false | 3 |
6b5b04852ccf95b1bd50ea0f0ed55de3ac1d7e1c | 22,342,419,876,697 | dc492f4f8b990adbc1adc782ad00017b203b4a8a | /src/by/it/volchek/jd01_14/TaskB.java | 85d5679b509e44528c571a04f563dd2b69d2d02b | [] | no_license | vlkzk/JD2019-10-14 | https://github.com/vlkzk/JD2019-10-14 | 24808ead4bd138adbdbd4e00dfdca7497dc2a00d | decbf1b7204e119e38fdb5c543a84525e9b17343 | refs/heads/master | 2020-08-26T12:44:01.880000 | 2019-12-15T09:02:08 | 2019-12-15T09:02:08 | 217,013,559 | 1 | 1 | null | true | 2019-10-23T09:00:40 | 2019-10-23T09:00:39 | 2019-10-22T22:19:24 | 2019-10-22T22:19:22 | 328 | 0 | 0 | 0 | null | false | false | package by.it.volchek.jd01_14;
import java.io.*;
import java.util.HashMap;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
/*
В файле с текстом TaskB.txt нужно подсчитать общее количество знаков
препинания и слов
Вывести результат на консоль в виде одной строки:
words=123, punctuation marks=15
Про... | UTF-8 | Java | 1,992 | java | TaskB.java | Java | [] | null | [] | package by.it.volchek.jd01_14;
import java.io.*;
import java.util.HashMap;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
/*
В файле с текстом TaskB.txt нужно подсчитать общее количество знаков
препинания и слов
Вывести результат на консоль в виде одной строки:
words=123, punctuation marks=15
Про... | 1,992 | 0.593275 | 0.581887 | 49 | 36.632652 | 29.378386 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.591837 | false | false | 3 |
2a60f5061ca3a861c014c1e917745a4824d72006 | 23,510,650,989,086 | 8d889b4c36f6ca4a7727120f5dc1ebf5a244e0f3 | /android/sdl_android/src/androidTest/java/com/smartdevicelink/test/rpc/datatypes/AppServiceRecordTests.java | 0e00a1d704ff9ef6c8ef9c2ba6b4da37f0572a92 | [] | permissive | zx5656/sdl_java_suite | https://github.com/zx5656/sdl_java_suite | a9be29f5df655e493764a442111e4664e110122e | ef57c318b46ff2f6eab5ee409e7d7112207ba837 | refs/heads/master | 2023-01-03T21:22:14.864000 | 2020-07-12T09:38:02 | 2020-07-12T09:38:02 | 255,786,179 | 0 | 0 | BSD-3-Clause | true | 2020-04-15T02:44:19 | 2020-04-15T02:44:18 | 2020-04-13T00:04:10 | 2020-04-14T17:33:31 | 14,688 | 0 | 0 | 0 | null | false | false | package com.smartdevicelink.test.rpc.datatypes;
import com.smartdevicelink.marshal.JsonRPCMarshaller;
import com.smartdevicelink.proxy.rpc.AppServiceManifest;
import com.smartdevicelink.proxy.rpc.AppServiceRecord;
import com.smartdevicelink.test.JsonUtils;
import com.smartdevicelink.test.Test;
import com.smartdeviceli... | UTF-8 | Java | 3,742 | java | AppServiceRecordTests.java | Java | [] | null | [] | package com.smartdevicelink.test.rpc.datatypes;
import com.smartdevicelink.marshal.JsonRPCMarshaller;
import com.smartdevicelink.proxy.rpc.AppServiceManifest;
import com.smartdevicelink.proxy.rpc.AppServiceRecord;
import com.smartdevicelink.test.JsonUtils;
import com.smartdevicelink.test.Test;
import com.smartdeviceli... | 3,742 | 0.777926 | 0.777926 | 107 | 33.981308 | 30.666729 | 134 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.205607 | false | false | 3 |
681be6ec92852ec39d1892e91dc811e7face14cb | 5,136,780,898,140 | 3baf463e67f4755c104e37ec30953f6e8b4894a3 | /lowest-common-manager/LowestCommonManager.java | e2cfc49b7a5b5f32083e4cadf4557fa8953eb16e | [] | no_license | jmazala/algoexpert | https://github.com/jmazala/algoexpert | 4d07ced3c3436739999715a4a8f29e33d5d38417 | 2106d47918878c65b015554c24e6b2afb9796087 | refs/heads/master | 2023-08-17T17:03:33.850000 | 2023-08-11T20:17:04 | 2023-08-11T20:17:04 | 258,019,890 | 2 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | // https://www.algoexpert.io/questions/lowest-common-manager
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
public class LowestCommonManager {
/*
* Traverse tree until you find both nodes reportOne and reportTwo,
* recording depth of those nodes and parents... | UTF-8 | Java | 3,135 | java | LowestCommonManager.java | Java | [] | null | [] | // https://www.algoexpert.io/questions/lowest-common-manager
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
public class LowestCommonManager {
/*
* Traverse tree until you find both nodes reportOne and reportTwo,
* recording depth of those nodes and parents... | 3,135 | 0.66252 | 0.661563 | 105 | 28.857143 | 26.93075 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.72381 | false | false | 3 |
85b7ad8df7185a4cc300768e82508a1943eac1ae | 23,579,370,457,937 | 92214ed0a770a89919dcd5191ca64981629900af | /src/main/java/com/bimoku/dataplatform/entity/dto/BookshelfInfoDTO.java | 67508d1f62c2c423af170ffc86f071418b70cff7 | [] | no_license | zydoi/dataplatform | https://github.com/zydoi/dataplatform | dbaf1695e09f47cb8baf364b9246dae0b60ab6a0 | 37daf5d608c66a86b6cf742791ca4eadc3e3a948 | refs/heads/master | 2016-09-06T21:51:12.538000 | 2015-03-05T13:45:19 | 2015-03-05T13:45:19 | 31,715,985 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bimoku.dataplatform.entity.dto;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlRootElement;
@XmlRootElement(name = "BookShelf")
@XmlAccessorType(XmlAccessType.FIELD)
public class BookshelfInfoDTO {
private String use... | UTF-8 | Java | 1,450 | java | BookshelfInfoDTO.java | Java | [
{
"context": "d setUserName(String userName) {\n\t\tthis.userName = userName;\n\t}\n\n\tpublic int getLikeCount() {\n\t\treturn likeCo",
"end": 615,
"score": 0.75860595703125,
"start": 607,
"tag": "USERNAME",
"value": "userName"
}
] | null | [] | package com.bimoku.dataplatform.entity.dto;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlRootElement;
@XmlRootElement(name = "BookShelf")
@XmlAccessorType(XmlAccessType.FIELD)
public class BookshelfInfoDTO {
private String use... | 1,450 | 0.748276 | 0.748276 | 80 | 17.125 | 16.860735 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.175 | false | false | 3 |
08d009f7d7392fd1ac30159ba2deac4be41edc2c | 2,911,987,855,780 | 2cc8a92f5a1ffee834619bd4674fb3e3b0c17998 | /byte-buddy-dep/src/test/java/net/bytebuddy/implementation/attribute/RecordComponentAttributeAppenderCompoundTest.java | 0031c8b8ccdb8051c448281fdbf7068b93de8668 | [
"BSD-3-Clause",
"Apache-2.0"
] | permissive | raphw/byte-buddy | https://github.com/raphw/byte-buddy | 623d7d5941f7f1f5b4f564509e79e9bfc23458a6 | e3c0aa6c80a458dfb7948f86575d8dbefdfac587 | refs/heads/master | 2023-09-05T05:52:24.295000 | 2023-09-03T17:54:52 | 2023-09-03T17:54:52 | 14,696,091 | 5,897 | 836 | Apache-2.0 | false | 2023-09-14T13:33:01 | 2013-11-25T19:38:03 | 2023-09-14T12:20:50 | 2023-09-14T13:32:59 | 1,004,160 | 5,727 | 735 | 73 | Java | false | false | package net.bytebuddy.implementation.attribute;
import org.junit.Test;
import org.mockito.Mock;
import static org.mockito.Mockito.verify;
import static org.mockito.Mockito.verifyNoMoreInteractions;
public class RecordComponentAttributeAppenderCompoundTest extends AbstractRecordComponentAttributeAppenderTest {
@... | UTF-8 | Java | 1,062 | java | RecordComponentAttributeAppenderCompoundTest.java | Java | [] | null | [] | package net.bytebuddy.implementation.attribute;
import org.junit.Test;
import org.mockito.Mock;
import static org.mockito.Mockito.verify;
import static org.mockito.Mockito.verifyNoMoreInteractions;
public class RecordComponentAttributeAppenderCompoundTest extends AbstractRecordComponentAttributeAppenderTest {
@... | 1,062 | 0.815443 | 0.815443 | 24 | 43.25 | 42.531605 | 137 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.875 | false | false | 3 |
73728b278280db4b401f8b142f7efb44820265fc | 20,229,296,032,463 | ec39a6b45bb1e362ffe52064cc283210981c25e8 | /src/prev/phase/optimisation/copy_propagation/package-info.java | 4a53ad7c65ac885140034c154926347694e40725 | [] | no_license | nikibizjak/Prev20Compiler | https://github.com/nikibizjak/Prev20Compiler | dcea2237cec7b38a85ba28e6c8baa8ff5000ff6f | 319a9b0a17ac19cdedd8a576aa5f1d68043fda51 | refs/heads/master | 2023-05-24T10:42:42.403000 | 2021-06-24T12:38:50 | 2021-06-24T12:38:50 | 279,012,046 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Copy propagation phase of IR optimisation.
*/
package prev.phase.optimisation.copy_propagation; | UTF-8 | Java | 103 | java | package-info.java | Java | [] | null | [] | /**
* Copy propagation phase of IR optimisation.
*/
package prev.phase.optimisation.copy_propagation; | 103 | 0.76699 | 0.76699 | 4 | 25 | 22.045408 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 3 |
08403112e1b5cb13494d46a7f67dac490b5b5d43 | 3,281,355,021,490 | 14c513576de65280014239eb2f26ccb25c55cf55 | /src/g3/twitter/exception/UpdateTimelineFailException.java | d86965f90263a427c7cc2f5e238efac99c10b7e1 | [] | no_license | bwgpro/G3-Twitter | https://github.com/bwgpro/G3-Twitter | eec84fe3b6e805f05f44ce4f9eb2add2c5a5c2f0 | 5bca0279b99820435ffc58a36bc9360633bb365b | refs/heads/master | 2020-12-24T14:53:13.774000 | 2011-07-12T15:31:06 | 2011-07-12T15:31:06 | 1,997,768 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package g3.twitter.exception;
public class UpdateTimelineFailException extends Exception {
private static final long serialVersionUID = 1L;
public UpdateTimelineFailException() {
super("Nčo foi possível atualizar a sua timeline");
}
}
| MacCentralEurope | Java | 255 | java | UpdateTimelineFailException.java | Java | [] | null | [] | package g3.twitter.exception;
public class UpdateTimelineFailException extends Exception {
private static final long serialVersionUID = 1L;
public UpdateTimelineFailException() {
super("Nčo foi possível atualizar a sua timeline");
}
}
| 255 | 0.758893 | 0.750988 | 10 | 23.299999 | 23.975195 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.8 | false | false | 3 |
d3c243911c2b3b05cffcced0f3d8b31c732964f5 | 8,632,884,273,984 | 5c4db9b2ecf37e38bef66a7ea68304990b48c762 | /src/dlucero/CircularPrimeCalculator.java | cb1bab8756fb55595dd2a4846a3549bda440092f | [] | no_license | stark0001/primocircular | https://github.com/stark0001/primocircular | 60a286f17be8aa47e9c772e45320d009876fc3ed | aefdd94aa38d34af8d895661fbd1607007a99044 | refs/heads/master | 2021-01-10T03:43:20.195000 | 2016-03-18T00:01:22 | 2016-03-18T00:01:22 | 54,159,071 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package dlucero;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Iterator;
import java.util.List;
import java.util.Set;
import java.util.TreeSet;
import java.util.concurrent.ArrayBlockingQueue;
import java.util.concurrent.BlockingQueue;
import java.util.concurrent.BrokenBarrierException;
imp... | UTF-8 | Java | 4,654 | java | CircularPrimeCalculator.java | Java | [] | null | [] | package dlucero;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Iterator;
import java.util.List;
import java.util.Set;
import java.util.TreeSet;
import java.util.concurrent.ArrayBlockingQueue;
import java.util.concurrent.BlockingQueue;
import java.util.concurrent.BrokenBarrierException;
imp... | 4,654 | 0.551354 | 0.54061 | 189 | 23.624338 | 19.663347 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 3 |
8a37d24005f6fcd400a18522cc05248825005fa0 | 27,281,632,266,693 | acc3f2f9db8bbed8c972113cb513ac471063f4de | /phoebus-master/phoebus-master/core/ui/src/test/java/org/phoebus/ui/vtype/FormatOptionHandlerTest.java | bbf813572a1f21de7fdbbf3738ab864e99721264 | [] | no_license | ScXin/localrepo | https://github.com/ScXin/localrepo | 26cf31e1895d4af120c852e1fa8f36afc433551b | c9697d382c8e4337e97e50e01add74b4596a8798 | refs/heads/master | 2022-10-21T11:08:33.286000 | 2020-08-30T12:24:52 | 2020-08-30T12:24:52 | 164,069,320 | 1 | 5 | null | false | 2022-10-04T23:51:20 | 2019-01-04T06:45:27 | 2020-08-30T12:24:56 | 2022-10-04T23:51:17 | 51,143 | 1 | 1 | 6 | Java | false | false | /*******************************************************************************
* Copyright (c) 2015-2018 Oak Ridge National Laboratory.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, ... | UTF-8 | Java | 16,823 | java | FormatOptionHandlerTest.java | Java | [
{
"context": "it test of {@link FormatOptionHandler}\n * @author Kay Kasemir\n */\n@SuppressWarnings(\"nls\")\npublic class FormatO",
"end": 1412,
"score": 0.9998109936714172,
"start": 1401,
"tag": "NAME",
"value": "Kay Kasemir"
},
{
"context": "inal VType value = VStringArray.of(Ar... | null | [] | /*******************************************************************************
* Copyright (c) 2015-2018 Oak Ridge National Laboratory.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, ... | 16,791 | 0.657274 | 0.620593 | 371 | 44.339622 | 37.597355 | 171 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.603774 | false | false | 3 |
619799151d95def52147f61a363b5e5ce7a8e224 | 25,108,378,871,198 | fcead65b4c0252f742909d4db7c2e81b3e46e7cd | /app/src/main/java/shangchuan/com/oec/ui/apply/activity/OaApproveDetailsActivity.java | 05f1a738b86501c57c734a6cf40fadf0e1b3262b | [
"Apache-2.0"
] | permissive | jackzjw/OEC | https://github.com/jackzjw/OEC | f0eb5cfa9098c844c2f4e62b495ea85f27a0718e | 7e4997b938ab380f7d51ecc3134bfe503d171163 | refs/heads/master | 2021-04-27T02:17:42.675000 | 2018-02-24T02:49:51 | 2018-02-24T02:49:51 | 122,692,374 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package shangchuan.com.oec.ui.apply.activity;
import shangchuan.com.oec.R;
import shangchuan.com.oec.base.BaseActivity;
public class OaApproveDetailsActivity extends BaseActivity {
@Override
protected int getResourcesLayout() {
return R.layout.activity_oa_approve_details;
}
@Override
p... | UTF-8 | Java | 479 | java | OaApproveDetailsActivity.java | Java | [] | null | [] | package shangchuan.com.oec.ui.apply.activity;
import shangchuan.com.oec.R;
import shangchuan.com.oec.base.BaseActivity;
public class OaApproveDetailsActivity extends BaseActivity {
@Override
protected int getResourcesLayout() {
return R.layout.activity_oa_approve_details;
}
@Override
p... | 479 | 0.686848 | 0.686848 | 29 | 15.517241 | 18.891014 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.137931 | false | false | 3 |
0ac2afdf58d6c981682f4ff3fbf4a1b4aa26a72c | 6,485,400,683,757 | e551f8d09d21d7ac6ea660f6604b72758087dc9d | /src/main/java/net/mednikov/tutorials/mysqlbookstutorial/entity/Book.java | 44bc89dcc75f828971d187c364d45d7ffa5605e5 | [
"MIT"
] | permissive | mednikoviurii/mednikov-vertx-mysql | https://github.com/mednikoviurii/mednikov-vertx-mysql | cd85b8ba1bbe6cf613b446ec8c046e96ffaf1e7d | 4c6d8d49173e459e81e3a1fc43226d58d44c3857 | refs/heads/master | 2020-09-18T15:43:20.204000 | 2019-11-29T08:15:23 | 2019-11-29T08:15:23 | 224,154,259 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.mednikov.tutorials.mysqlbookstutorial.entity;
import java.util.UUID;
import lombok.AllArgsConstructor;
import lombok.Getter;
@AllArgsConstructor
public class Book{
@Getter private UUID id;
@Getter private String title;
@Getter private String author;
@Getter private int year;
} | UTF-8 | Java | 314 | java | Book.java | Java | [] | null | [] | package net.mednikov.tutorials.mysqlbookstutorial.entity;
import java.util.UUID;
import lombok.AllArgsConstructor;
import lombok.Getter;
@AllArgsConstructor
public class Book{
@Getter private UUID id;
@Getter private String title;
@Getter private String author;
@Getter private int year;
} | 314 | 0.757962 | 0.757962 | 16 | 18.6875 | 16.293093 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 3 |
2e214dd14a3fba64c90838028b3dcb513c350df2 | 32,555,852,128,717 | 5eee0efcce7d80d11e16351590d971f95d9779ad | /Cucumber/src/main/java/com/cucumber/runnerclass/Executor.java | 72bcdd0e7f4031baee22ee26a1fed448f92c0400 | [] | no_license | obakareDeen/Java | https://github.com/obakareDeen/Java | 41448507253eb08a327cab5060472dc572c2030b | 0211116da0734c6b99f46ef29ce3586e4cc0bd9d | refs/heads/master | 2020-04-25T02:13:01.847000 | 2019-02-25T04:14:43 | 2019-02-25T04:14:43 | 172,431,788 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package com.cucumber.runnerclass;
import org.junit.runner.RunWith;
import cucumber.api.CucumberOptions;
import cucumber.api.junit.Cucumber;
@RunWith(Cucumber.class)
@CucumberOptions(features = "classpath:features",
glue = "classpath:com/cucumber/stepdefinitions")
public class Executor {
}
| UTF-8 | Java | 301 | java | Executor.java | Java | [] | null | [] |
package com.cucumber.runnerclass;
import org.junit.runner.RunWith;
import cucumber.api.CucumberOptions;
import cucumber.api.junit.Cucumber;
@RunWith(Cucumber.class)
@CucumberOptions(features = "classpath:features",
glue = "classpath:com/cucumber/stepdefinitions")
public class Executor {
}
| 301 | 0.784053 | 0.784053 | 12 | 24 | 18.569689 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.833333 | false | false | 3 |
3d84d11db8af7f6ff85592d96de74d4742704ed8 | 26,079,041,427,260 | 6facd53301ec85d21307b74d1a60d19d30a5261c | /src/main/java/com/example/busniess/entity/NewsInformation.java | 16609f082563bc7453ccc610b2975672a931ad41 | [] | no_license | zhognke/zhongke | https://github.com/zhognke/zhongke | dba1fa8b30046fe0b26eebf93d1741e718479283 | 3877683abb5f00156c70d3e70ab00f5d5922f33f | refs/heads/master | 2022-06-29T11:30:31.571000 | 2020-01-17T09:44:31 | 2020-01-17T09:44:31 | 207,255,483 | 0 | 1 | null | false | 2022-05-20T21:14:55 | 2019-09-09T07:57:14 | 2020-01-17T09:44:43 | 2022-05-20T21:14:54 | 12,054 | 0 | 1 | 2 | Java | false | false | package com.example.busniess.entity;
import com.example.busniess.validator.UserValidator;
import com.fasterxml.jackson.annotation.JsonFormat;
import lombok.Data;
import org.springframework.format.annotation.DateTimeFormat;
import javax.validation.constraints.NotBlank;
import javax.validation.constraints.NotNull;
impo... | UTF-8 | Java | 1,978 | java | NewsInformation.java | Java | [] | null | [] | package com.example.busniess.entity;
import com.example.busniess.validator.UserValidator;
import com.fasterxml.jackson.annotation.JsonFormat;
import lombok.Data;
import org.springframework.format.annotation.DateTimeFormat;
import javax.validation.constraints.NotBlank;
import javax.validation.constraints.NotNull;
impo... | 1,978 | 0.728381 | 0.726718 | 45 | 39.08889 | 30.769987 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.777778 | false | false | 3 |
052de052221a65a789f9cfdf7f5bc34a73d50d5b | 25,855,703,127,837 | aa10f441b3e4db914450df89de20e63553ff9693 | /java8/src/main/java/com/ck/labs/java8/security/AccountModel.java | 7236574369a211ecec5d1a3e3b82a26a513a6c04 | [] | no_license | buondoi/labs | https://github.com/buondoi/labs | 88626497d9ce38acc5615c354772694b32cae4fc | 606d0b111e9e8b4b57715404bb3ca604022614f9 | refs/heads/master | 2016-03-22T23:30:30.470000 | 2015-03-31T09:15:53 | 2015-03-31T09:15:53 | 24,102,000 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ck.labs.java8.security;
/**
* Created by pycoadmin on 10/5/2014.
*/
public class AccountModel
{
public void printClassName()
{
new ClassGetter().printClassNames();
}
}
| UTF-8 | Java | 188 | java | AccountModel.java | Java | [
{
"context": "age com.ck.labs.java8.security;\n\n/**\n * Created by pycoadmin on 10/5/2014.\n */\npublic class AccountModel\n{\n\tpu",
"end": 64,
"score": 0.9996076226234436,
"start": 55,
"tag": "USERNAME",
"value": "pycoadmin"
}
] | null | [] | package com.ck.labs.java8.security;
/**
* Created by pycoadmin on 10/5/2014.
*/
public class AccountModel
{
public void printClassName()
{
new ClassGetter().printClassNames();
}
}
| 188 | 0.702128 | 0.659574 | 12 | 14.666667 | 15.680844 | 38 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.583333 | false | false | 3 |
656679012ad6c2ce577508e74feed002d0a7959d | 26,671,746,963,067 | 795f73db7b38df2cd50f1b9ef0c251c7d1c5cd5e | /src/main/java/poc/AndroidChrome.java | 043b7203f2477764c71f33778ba1347f42cb78ec | [] | no_license | ShankarGargXebia/CarnivalCruise | https://github.com/ShankarGargXebia/CarnivalCruise | 98cda597c837089a1c96d349c594e651254d47e7 | bdfbdaf240f8651ee4abe2bb0bcd5dd5e46c091a | refs/heads/master | 2020-12-24T14:01:14.743000 | 2016-08-05T06:59:23 | 2016-08-05T06:59:23 | 64,989,247 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
package poc;
import java.net.MalformedURLException;
import java.net.URL;
import org.openqa.selenium.remote.DesiredCapabilities;
import io.appium.java_client.android.AndroidDriver;
/**
* @author hema
*
*/
public class AndroidChrome {
private static AndroidDriver driver;
/**
* @param arg... | UTF-8 | Java | 1,016 | java | AndroidChrome.java | Java | [
{
"context": "java_client.android.AndroidDriver;\n\n/**\n * @author hema\n *\n */\npublic class AndroidChrome {\n\n private ",
"end": 215,
"score": 0.9995865821838379,
"start": 211,
"tag": "USERNAME",
"value": "hema"
}
] | null | [] | /**
*
*/
package poc;
import java.net.MalformedURLException;
import java.net.URL;
import org.openqa.selenium.remote.DesiredCapabilities;
import io.appium.java_client.android.AndroidDriver;
/**
* @author hema
*
*/
public class AndroidChrome {
private static AndroidDriver driver;
/**
* @param arg... | 1,016 | 0.724409 | 0.71063 | 41 | 23.780487 | 27.608334 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.756098 | false | false | 3 |
ca02bf763745764524dacf35df7c70ae65f14737 | 2,473,901,231,825 | 1693b3d689e3e0b9760447c513463971ae4503f8 | /src/main/java/id/co/veritrans/sdk/models/BBMMoneyRequestModel.java | 937c91e5eea0e37be70e089079a0e338efb32f88 | [
"Apache-2.0"
] | permissive | veritrans/androidsdk | https://github.com/veritrans/androidsdk | fc99ec53207a9e6dc1203f6422aa9437c3709b78 | 5637d9862367ecbbd7333ce81495f84fc5a6fe0b | refs/heads/master | 2020-12-26T10:10:43.223000 | 2016-05-29T16:56:31 | 2016-05-29T16:56:31 | 49,632,001 | 2 | 7 | null | false | 2016-02-12T10:36:45 | 2016-01-14T08:02:49 | 2016-01-27T15:01:24 | 2016-02-12T10:36:45 | 2,139 | 1 | 4 | 0 | Java | null | null | package id.co.veritrans.sdk.models;
import com.google.gson.annotations.SerializedName;
import java.util.List;
/**
* Created by shivam on 11/30/15.
*/
public class BBMMoneyRequestModel {
@SerializedName("payment_type")
private String paymentType;
@SerializedName("transaction_details")
private Tra... | UTF-8 | Java | 768 | java | BBMMoneyRequestModel.java | Java | [
{
"context": "edName;\n\nimport java.util.List;\n\n/**\n * Created by shivam on 11/30/15.\n */\npublic class BBMMoneyRequestMode",
"end": 137,
"score": 0.9984660148620605,
"start": 131,
"tag": "USERNAME",
"value": "shivam"
}
] | null | [] | package id.co.veritrans.sdk.models;
import com.google.gson.annotations.SerializedName;
import java.util.List;
/**
* Created by shivam on 11/30/15.
*/
public class BBMMoneyRequestModel {
@SerializedName("payment_type")
private String paymentType;
@SerializedName("transaction_details")
private Tra... | 768 | 0.722656 | 0.714844 | 34 | 21.588236 | 22.076229 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.264706 | false | false | 3 |
0772d00c9b302b30d212a3e1ee4d6a2f41eb41be | 12,807,592,496,081 | c6f78e31e906330088ba810f4bbe583026d2b3ff | /src/tigase/jaxmpp/core/client/xmpp/modules/jingle/JingleModule.java | 5e0b05aeb4fa3995c8a118e61ab4c6e470d44418 | [] | no_license | teddyondieki/jijichat_android | https://github.com/teddyondieki/jijichat_android | 6a1b9ab780e57580908ca9544757d50712f2b217 | 2a344e40c79d289b0f27e9dbfd595936525b7b49 | refs/heads/master | 2020-12-30T14:00:43.010000 | 2018-05-25T09:48:35 | 2018-05-25T09:48:35 | 86,681,560 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Tigase XMPP Client Library
* Copyright (C) 2006-2012 "Bartosz Małkowski" <bartosz.malkowski@tigase.org>
*
* This program 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 Software Foundation, either version 3 of th... | UTF-8 | Java | 11,640 | java | JingleModule.java | Java | [
{
"context": "e XMPP Client Library\n * Copyright (C) 2006-2012 \"Bartosz Małkowski\" <bartosz.malkowski@tigase.org>\n *\n * This progra",
"end": 78,
"score": 0.9998610615730286,
"start": 61,
"tag": "NAME",
"value": "Bartosz Małkowski"
},
{
"context": "y\n * Copyright (C) 2006-2012 \... | null | [] | /*
* Tigase XMPP Client Library
* Copyright (C) 2006-2012 "<NAME>" <<EMAIL>>
*
* This program 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 Software Foundation, either version 3 of the License.
*
* This program is... | 11,607 | 0.747573 | 0.745683 | 396 | 28.39394 | 28.112982 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.058081 | false | false | 3 |
d5d4394146b7e4a6d82ec36554f1a72ac1706ec0 | 20,306,605,403,744 | 204c4b5120a3bc42b60cabcb67016f6e7d3db8c1 | /src/main/java/org/gargiolang/runtime/function/Call.java | eef16f42416241608adaa7a5bb1d046663635f34 | [] | no_license | nic-obert/gargiolang | https://github.com/nic-obert/gargiolang | e9dd7b1aaacb5e6908dd848fab8bacde0140842f | 63f6e13429e88cbd6092015cd30e94408f931668 | refs/heads/master | 2023-02-07T12:23:11.195000 | 2021-01-01T20:12:23 | 2021-01-01T20:12:23 | 312,809,609 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.gargiolang.runtime.function;
import org.gargiolang.tokenizer.tokens.Token;
import org.gargiolang.tokenizer.tokens.TokenLine;
public class Call {
private final int calledFromLine;
private final Token calledFromToken;
private final int scopeCount;
private final Function function;
privat... | UTF-8 | Java | 1,037 | java | Call.java | Java | [] | null | [] | package org.gargiolang.runtime.function;
import org.gargiolang.tokenizer.tokens.Token;
import org.gargiolang.tokenizer.tokens.TokenLine;
public class Call {
private final int calledFromLine;
private final Token calledFromToken;
private final int scopeCount;
private final Function function;
privat... | 1,037 | 0.691418 | 0.691418 | 41 | 24.292683 | 22.462156 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.536585 | false | false | 3 |
a0e588a33109b6a9d1d416ccbf14f2574f806581 | 23,759,759,098,659 | a7c60a2ed0d0ba359a948c3aa7ef6474279ed7a3 | /14301067/SpringMVC/src/MVC/DispatcherServlet.java | c554dce7b480f64332455c43878ac23db2e06ce7 | [] | no_license | LUuUuuuuuu/MVC | https://github.com/LUuUuuuuuu/MVC | 995b878f58b1e6bc7184c96178ebfd3a57153f82 | 0e4f49ad4c99c13944d2dca52c430e3a857d97c1 | refs/heads/master | 2020-06-13T02:48:26.314000 | 2016-12-03T07:59:12 | 2016-12-03T07:59:12 | 75,460,106 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package MVC;
import java.io.File;
import java.io.IOException;
import java.util.HashMap;
import java.util.Map;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServl... | UTF-8 | Java | 1,354 | java | DispatcherServlet.java | Java | [] | null | [] | package MVC;
import java.io.File;
import java.io.IOException;
import java.util.HashMap;
import java.util.Map;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServl... | 1,354 | 0.764402 | 0.763663 | 43 | 29.488373 | 31.570793 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.209302 | false | false | 3 |
b6c6626a19f9058a937aaa6bce2f6b917d17dacb | 25,890,062,883,291 | 5455e52e28ae13e48beecb814b102287c92956ec | /src/main/java/com/github/jakz/jplot/ast/Operator.java | 13863a5ee0eb71c4754acf74f8a2668fbe9e58cd | [] | no_license | Jakz/jplot | https://github.com/Jakz/jplot | b1950171386913e7f7246d7c90de62b05f009cbe | e967b2755b428cb95690a35eda82818dd8dfd519 | refs/heads/master | 2021-07-05T13:19:15.877000 | 2019-10-06T01:23:03 | 2019-10-06T01:23:03 | 193,425,197 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.github.jakz.jplot.ast;
import java.util.function.BiFunction;
import java.util.function.Function;
import com.github.jakz.jplot.cas.Environment;
public class Operator
{
public final BiFunction<Environment, Expression[], Expression> function;
public final Function<Expression[], String> renderer;
publi... | UTF-8 | Java | 1,541 | java | Operator.java | Java | [
{
"context": "package com.github.jakz.jplot.ast;\n\nimport java.util.function.BiFunction;",
"end": 23,
"score": 0.9758192300796509,
"start": 19,
"tag": "USERNAME",
"value": "jakz"
},
{
"context": "t java.util.function.Function;\n\nimport com.github.jakz.jplot.cas.Environment;\n\npubl... | null | [] | package com.github.jakz.jplot.ast;
import java.util.function.BiFunction;
import java.util.function.Function;
import com.github.jakz.jplot.cas.Environment;
public class Operator
{
public final BiFunction<Environment, Expression[], Expression> function;
public final Function<Expression[], String> renderer;
publi... | 1,541 | 0.702141 | 0.702141 | 63 | 23.460318 | 31.460646 | 179 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.730159 | false | false | 3 |
88ac4a8aa899fb5636d1500a3037413d908c1b96 | 5,634,997,153,734 | 2302e8fe1bc7c1d3048d21d6bbb9d3b2f04b2f1f | /Paradigmas-OO/src/unb/gradehoaria/model/ValidaSenha.java | 16824d46b101e51015bae1206b3b1db0b1ada25c | [] | no_license | thiagovsk/Paradigmas-OO | https://github.com/thiagovsk/Paradigmas-OO | c9198a491e7104625c3d0659e74ac45b8ae347c4 | 501d859c6bc105d6e514c140b603e2221ae1ddac | refs/heads/master | 2016-08-06T17:51:03.383000 | 2013-09-16T02:50:46 | 2013-09-16T02:50:46 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package unb.gradehoaria.model;
public class ValidaSenha {
public static boolean validaSenha(String senha){
if(senha.length() > 5 && senha.length() < 20)
return true;
else
return false;
}
}
| UTF-8 | Java | 227 | java | ValidaSenha.java | Java | [] | null | [] | package unb.gradehoaria.model;
public class ValidaSenha {
public static boolean validaSenha(String senha){
if(senha.length() > 5 && senha.length() < 20)
return true;
else
return false;
}
}
| 227 | 0.621145 | 0.60793 | 15 | 13.133333 | 16.596653 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.333333 | false | false | 3 |
4883c95b91f23fcdfd78b634cb79d425341198a3 | 16,767,552,351,124 | 85d27f81573acb55966f4c21787198398dbc80e0 | /chapter3/inflate.java | 24e680ad03a714b6e53ca9ef90aa5486efa3d590 | [
"MIT"
] | permissive | HelenaELiu/USACO-Training-Gateway | https://github.com/HelenaELiu/USACO-Training-Gateway | 8df513e7361c480c3e77b7fb3555f0184b73be27 | c71dafce2ef6d7de9da219ba73d8f2220201d5eb | refs/heads/master | 2023-01-02T08:40:40.908000 | 2020-10-25T23:11:59 | 2020-10-25T23:11:59 | 163,705,870 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
/*
ID: helena.6
LANG: JAVA
TASK: inflate
*/
import java.io.*;
import java.util.StringTokenizer;
public class inflate {
static int m, n;
static int[] points, minutes;
public static void main(String[] args) throws IOException {
BufferedReader f = new BufferedReader(new FileReader("inflate.in"));
... | UTF-8 | Java | 1,258 | java | inflate.java | Java | [
{
"context": "\r\n/*\r\nID: helena.6\r\nLANG: JAVA\r\nTASK: inflate\r\n*/\r\n\r\nimport java.io.",
"end": 18,
"score": 0.9981467127799988,
"start": 10,
"tag": "USERNAME",
"value": "helena.6"
}
] | null | [] |
/*
ID: helena.6
LANG: JAVA
TASK: inflate
*/
import java.io.*;
import java.util.StringTokenizer;
public class inflate {
static int m, n;
static int[] points, minutes;
public static void main(String[] args) throws IOException {
BufferedReader f = new BufferedReader(new FileReader("inflate.in"));
... | 1,258 | 0.595389 | 0.589825 | 45 | 25.955555 | 23.616337 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.755556 | false | false | 3 |
85fa51061437c3de40e457e15a60b2aa4fd70634 | 20,727,512,220,449 | 97db8c66d73e9fad93b46be8ce6cda5a5ef224af | /src/next/celebs/page/TopLabelPanel.java | b248df1b0ac65fe106cc3615c9290b10eecba14f | [] | no_license | nextinterfaces/celebritygirls-app | https://github.com/nextinterfaces/celebritygirls-app | 2bc7095b7f3798f09d45f92e725d3d408bb3cf8a | 3aa988941300dc3ff5fe1b270a3080510af8f47e | refs/heads/master | 2021-06-28T01:19:39.590000 | 2016-11-15T06:49:23 | 2016-11-15T06:49:23 | 2,435,277 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright 2011 Vancouver Ywebb Consulting Ltd
*
* 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... | UTF-8 | Java | 1,598 | java | TopLabelPanel.java | Java | [
{
"context": "/*\n * Copyright 2011 Vancouver Ywebb Consulting Ltd\n * \n * Licensed under the Apache License, ",
"end": 44,
"score": 0.9847099781036377,
"start": 21,
"tag": "NAME",
"value": "Vancouver Ywebb Consult"
}
] | null | [] | /*
* Copyright 2011 <NAME>ing Ltd
*
* 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... | 1,581 | 0.75219 | 0.744055 | 55 | 28.054546 | 24.36422 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.127273 | false | false | 3 |
df99547f031bbed5f73c7db0565d20e4a13f41bb | 30,107,720,804,352 | f6ad0921108ca2835c974feb1972ecdba75bf48c | /hotel-service/src/main/java/com/epam/hotel/service/HotelClass.java | fd1f094135d66e52332f4bbbf9631968e9484f03 | [] | no_license | anujsainirit/HotelsReservationSystem- | https://github.com/anujsainirit/HotelsReservationSystem- | 069e324ea90c0c029b1f536abf3a9a762c2a7233 | 283c6267de8cd965337d6ed604cefd21b407e61b | refs/heads/main | 2023-04-19T11:30:04.288000 | 2021-05-02T09:28:32 | 2021-05-02T09:28:32 | 359,773,883 | 0 | 0 | null | true | 2021-04-20T10:24:42 | 2021-04-20T10:24:42 | 2021-04-20T10:05:14 | 2021-04-20T10:05:11 | 0 | 0 | 0 | 0 | null | false | false | package com.epam.hotel.service;
public class HotelClass {
}
| UTF-8 | Java | 62 | java | HotelClass.java | Java | [] | null | [] | package com.epam.hotel.service;
public class HotelClass {
}
| 62 | 0.758065 | 0.758065 | 5 | 11.4 | 13.690873 | 31 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 3 |
154fa586abe9206eff1959296ad04abbee1e468c | 6,116,033,453,492 | b0296d820c0400440232152485a0b3dff3e943be | /PDIPBaseServices/Session/src/com/gridnode/pdip/base/session/helpers/SessionEntityHandler.java | 847fd59fbe259a3140409da75930e97f9497bf33 | [] | no_license | andytanoko/4.2.x_integration | https://github.com/andytanoko/4.2.x_integration | 74536c8933a98373b0118eeac66678b72b00aa8e | 984842d92abaa797a19bd0f002ec45c9c37da288 | refs/heads/master | 2021-01-10T13:46:58.824000 | 2015-09-23T10:41:25 | 2015-09-23T10:41:25 | 46,325,977 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* This software is the proprietary information of GridNode Pte Ltd.
* Use is subjected to license terms.
*
* Copyright 2001-2002 (C) GridNode Pte Ltd. All Rights Reserved.
*
* File: SessionEntityHandler.java
*
****************************************************************************
* Date Aut... | UTF-8 | Java | 6,549 | java | SessionEntityHandler.java | Java | [
{
"context": "********************************\n * May 06 2002 Ooi Hui Linn Created\n * Jun 07 2002 Neo Sok Lay ",
"end": 453,
"score": 0.9972615242004395,
"start": 441,
"tag": "NAME",
"value": "Ooi Hui Linn"
},
{
"context": "ders retrieve directly from DAO.\n * Jun ... | null | [] | /**
* This software is the proprietary information of GridNode Pte Ltd.
* Use is subjected to license terms.
*
* Copyright 2001-2002 (C) GridNode Pte Ltd. All Rights Reserved.
*
* File: SessionEntityHandler.java
*
****************************************************************************
* Date Aut... | 6,525 | 0.683921 | 0.676286 | 197 | 32.24873 | 28.153929 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.401015 | false | false | 3 |
c9df6df1b374bb783a4966a9627d8cdb2dd44efb | 5,600,637,374,069 | 718da7a69748f0a9ec03c5932a5ffd9eb693644a | /gditcamera/camera/src/com/camera/activity/BluetoothActivity.java | 13d4a93463927311fa0578d2bafc6c14d9eb2d01 | [] | no_license | qqjjttt/gditcamera | https://github.com/qqjjttt/gditcamera | 28fdf1c379d43b8ea0b48c68b40d82dfe1baa529 | 60f3bbf7b6800581899fd24e17bac7efc5c84799 | refs/heads/master | 2021-01-21T04:50:51.558000 | 2016-06-14T12:48:22 | 2016-06-14T12:48:22 | 43,793,817 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.camera.activity;
import java.util.ArrayList;
import java.util.List;
import java.util.Set;
import android.app.Activity;
import android.bluetooth.BluetoothDevice;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter;
imp... | GB18030 | Java | 5,133 | java | BluetoothActivity.java | Java | [] | null | [] | package com.camera.activity;
import java.util.ArrayList;
import java.util.List;
import java.util.Set;
import android.app.Activity;
import android.bluetooth.BluetoothDevice;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter;
imp... | 5,133 | 0.67644 | 0.6748 | 174 | 27.034483 | 21.277557 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.764368 | false | false | 3 |
e74bebd85877213179a8ea8ae4ad07c79ac03faf | 23,356,032,202,834 | fe3c80e69288fd2b13985ed8a7d82da3fb25c7ef | /Technology-Fundamentals-Java/AssociativeArrays/src/Ranking.java | c60e0b8e83205c2a29bc498c6e5bbcb48794eda0 | [] | no_license | Stefanov97/SoftUni | https://github.com/Stefanov97/SoftUni | d3091e1da7ca13c4d94287658d9f6f33ed31c2ea | f6d0dd45ca953f15cd78b875604abcde27242880 | refs/heads/master | 2022-07-07T01:15:36.921000 | 2020-04-23T10:51:02 | 2020-04-23T10:51:02 | 213,201,039 | 1 | 0 | null | false | 2022-06-21T03:13:06 | 2019-10-06T16:16:31 | 2020-04-23T10:51:15 | 2022-06-21T03:13:04 | 44,236 | 0 | 0 | 9 | Java | false | false | import java.util.*;
public class Ranking {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
Map<String, String> contests = new LinkedHashMap<>();
String line = scanner.nextLine();
while (!"end of contests".equals(line)) {
String[] tok... | UTF-8 | Java | 2,764 | java | Ranking.java | Java | [] | null | [] | import java.util.*;
public class Ranking {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
Map<String, String> contests = new LinkedHashMap<>();
String line = scanner.nextLine();
while (!"end of contests".equals(line)) {
String[] tok... | 2,764 | 0.524602 | 0.521708 | 73 | 36.863014 | 33.001167 | 175 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.69863 | false | false | 3 |
a42edd78a95281e26fb3a4bb239d5834a471ddd9 | 10,677,288,701,809 | 9d9b50e3092ac2e8f2f34e0e4228540049fb0b48 | /src/com/lauchenauer/nextbusperth/service/WakefulIntentService.java | 8217cff3d60aa30a17b7eed83e68b8455d1ce82e | [] | no_license | tlauchenauer/NextBusPerth-Android | https://github.com/tlauchenauer/NextBusPerth-Android | 678369f60d63716708d580796ef7d06da1f5d697 | a0cbb9d65500126422210a2882c65a9463b37444 | refs/heads/master | 2021-01-23T13:29:38.737000 | 2012-11-23T03:28:43 | 2012-11-23T03:28:43 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lauchenauer.nextbusperth.service;
/***
Copyright (c) 2008-2012 CommonsWare, LLC
Licensed under the Apache License, Version 2.0 (the "License"); you may not
use this file except in compliance with the License. You may obtain a copy
of the License at http://www.apache.org/licenses/LICENSE-2.0. Unless req... | UTF-8 | Java | 1,924 | java | WakefulIntentService.java | Java | [] | null | [] | package com.lauchenauer.nextbusperth.service;
/***
Copyright (c) 2008-2012 CommonsWare, LLC
Licensed under the Apache License, Version 2.0 (the "License"); you may not
use this file except in compliance with the License. You may obtain a copy
of the License at http://www.apache.org/licenses/LICENSE-2.0. Unless req... | 1,924 | 0.714137 | 0.7079 | 56 | 33.357143 | 29.47846 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.410714 | false | false | 3 |
a440d2cf20f86a2d9e92da776ad87154763e6e97 | 18,073,222,451,416 | 7fed2a695e2dfbc78250b24d58c1536b514e0a93 | /src/main/java/com/ctrip/study/dp/proxy/FileClassLoader.java | cecdeffc3cb1cd124276146a3f5fd7ae85eb0246 | [] | no_license | eaglewa/myStudy | https://github.com/eaglewa/myStudy | a1bd950a49a383361e99438d591fa7042dc849ac | 48e4584ecc094d56d207e0e885e2e0086382b15c | refs/heads/master | 2016-07-26T14:38:31.342000 | 2014-07-03T08:27:29 | 2014-07-03T08:27:29 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ctrip.study.dp.proxy;
import java.io.File;
import java.io.FileInputStream;
import org.apache.commons.io.IOUtils;
public class FileClassLoader extends ClassLoader{
@Override
protected Class<?> findClass(String name) throws ClassNotFoundException {
try {
FileInputStream fis = new FileInputStream(n... | UTF-8 | Java | 537 | java | FileClassLoader.java | Java | [] | null | [] | package com.ctrip.study.dp.proxy;
import java.io.File;
import java.io.FileInputStream;
import org.apache.commons.io.IOUtils;
public class FileClassLoader extends ClassLoader{
@Override
protected Class<?> findClass(String name) throws ClassNotFoundException {
try {
FileInputStream fis = new FileInputStream(n... | 537 | 0.743017 | 0.741155 | 22 | 23.40909 | 22.812794 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.636364 | false | false | 3 |
10984bc30f4bcbbcd3a3676f95434c125281ee71 | 31,645,319,064,728 | 54e384321340e59c67d2a1585392a63643779f17 | /app/src/main/java/com/trevorpc/newstart4/web/RetrofitClient.java | 2803e437e70b8fb4d767fc75da8c0ba7a77ca87d | [] | no_license | TrevorJPrescott/newStart4 | https://github.com/TrevorJPrescott/newStart4 | ae31ae4e006f51b5bc413ad9f6949bc4a7239aa8 | 1ecbd923e6e15a716395f56c5e9589de5ac7d50b | refs/heads/master | 2020-04-24T11:41:11.081000 | 2019-02-21T19:41:14 | 2019-02-21T19:41:14 | 171,933,683 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.trevorpc.newstart4.web;
import retrofit2.Retrofit;
import retrofit2.adapter.rxjava2.RxJava2CallAdapterFactory;
import retrofit2.converter.gson.GsonConverterFactory;
public class RetrofitClient { private static Retrofit ourInstance;
public RetrofitClient() {
ourInstance = new Retrofit.Builder(... | UTF-8 | Java | 636 | java | RetrofitClient.java | Java | [] | null | [] | package com.trevorpc.newstart4.web;
import retrofit2.Retrofit;
import retrofit2.adapter.rxjava2.RxJava2CallAdapterFactory;
import retrofit2.converter.gson.GsonConverterFactory;
public class RetrofitClient { private static Retrofit ourInstance;
public RetrofitClient() {
ourInstance = new Retrofit.Builder(... | 636 | 0.693396 | 0.68239 | 20 | 30.799999 | 25.269745 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.35 | false | false | 3 |
b1826b27998589f5b24c17e0e27b995b9b525226 | 19,292,993,113,328 | 143b6959088bc020d0961aa3c667337e704c68ec | /server/src/main/java/com/test/travel/reservation/room/RoomList.java | 9d49fd9c767dbed58d584af4fe784fd886a821a7 | [] | no_license | Lay4U/SIST | https://github.com/Lay4U/SIST | 0ba4db0e7fcc206b54fabbca346d3ab9c413273b | 1ff8efb130066f9df12cd2056cc7f84348eed8eb | refs/heads/master | 2023-07-10T22:31:49.703000 | 2021-08-28T09:00:02 | 2021-08-28T09:00:02 | 352,930,512 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package travel.reservation.room;
public class RoomList {
}
| UTF-8 | Java | 61 | java | RoomList.java | Java | [] | null | [] | package travel.reservation.room;
public class RoomList {
}
| 61 | 0.770492 | 0.770492 | 5 | 11.2 | 13.614698 | 32 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 3 |
2659b0de19ef2b58ff66490d9d7faab664054a7b | 11,003,706,279,047 | b386e114066ee3378549e127881a11e49a340fc2 | /app/src/main/java/com/smax/edumanager/fragment/scrip/TaskFragment.java | b643a36d02e83ae9efa9dbe9f68edffed31fb371 | [] | no_license | reaper12/EduManager | https://github.com/reaper12/EduManager | ea03a6d4447b4741ff34b70fc40241e23a977503 | 6ef20789f1f047b95405de783d944c0831788ff8 | refs/heads/master | 2015-09-25T14:47:09.782000 | 2015-08-18T08:00:11 | 2015-08-18T08:00:11 | 40,592,615 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.smax.edumanager.fragment.scrip;
import android.os.Bundle;
import android.view.View;
import android.widget.AdapterView;
import android.widget.ListView;
import com.ht.view.MyToast;
import com.ht.view.base.BaseFragment;
import com.ht.view.pullrefresh.ui.PullToRefreshBase;
import com.ht.view.pullrefresh.ui.Pu... | UTF-8 | Java | 5,983 | java | TaskFragment.java | Java | [
{
"context": "util.HashMap;\nimport java.util.Map;\n\n/**\n * Author HeTao\n * Date 2015-05-26\n * Time 14:31\n * Class\n */\npub",
"end": 724,
"score": 0.9886459708213806,
"start": 719,
"tag": "NAME",
"value": "HeTao"
}
] | null | [] | package com.smax.edumanager.fragment.scrip;
import android.os.Bundle;
import android.view.View;
import android.widget.AdapterView;
import android.widget.ListView;
import com.ht.view.MyToast;
import com.ht.view.base.BaseFragment;
import com.ht.view.pullrefresh.ui.PullToRefreshBase;
import com.ht.view.pullrefresh.ui.Pu... | 5,983 | 0.641594 | 0.6373 | 195 | 28.861538 | 27.137943 | 165 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.533333 | false | false | 3 |
0f13ae15dd9157e918971c5512aab9ec1bfbc684 | 25,761,213,842,623 | fc6c869ee0228497e41bf357e2803713cdaed63e | /weixin6519android1140/src/sourcecode/com/b/a/l.java | 75af6911a80ad2d5f1f08139d10dd71199cc4bcd | [] | no_license | hyb1234hi/reverse-wechat | https://github.com/hyb1234hi/reverse-wechat | cbd26658a667b0c498d2a26a403f93dbeb270b72 | 75d3fd35a2c8a0469dbb057cd16bca3b26c7e736 | refs/heads/master | 2020-09-26T10:12:47.484000 | 2017-11-16T06:54:20 | 2017-11-16T06:54:20 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.b.a;
import java.io.Writer;
import java.util.Arrays;
public abstract class l
{
public static l abd = new l()
{
final i a(Writer paramAnonymousWriter)
{
return new i(paramAnonymousWriter);
}
};
public static l abe;
static
{
char[] arrayOfChar = new char[2];
Arrays.f... | UTF-8 | Java | 597 | java | l.java | Java | [] | null | [] | package com.b.a;
import java.io.Writer;
import java.util.Arrays;
public abstract class l
{
public static l abd = new l()
{
final i a(Writer paramAnonymousWriter)
{
return new i(paramAnonymousWriter);
}
};
public static l abe;
static
{
char[] arrayOfChar = new char[2];
Arrays.f... | 597 | 0.631491 | 0.60134 | 31 | 18.290323 | 21.615696 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.354839 | false | false | 3 |
21dae8dce86d7f59abd46ccd7600f049aaa384ae | 22,462,679,000,793 | d5337ae2b79b5129e7e6263b585f8ecbcd088ca4 | /src/main/java/com/music/cloundmusic/service/Impl/MusicCategoryServiceImpl.java | 449d536b3eff5cc947dcf1b63257905b7cba4bbe | [] | no_license | spartachar/cloudmusic | https://github.com/spartachar/cloudmusic | 1df24115235050cc09b9c1897db376ab530ebd31 | 01db4fab4bcb19b115fc4a5b771c6618714c3b97 | refs/heads/master | 2022-11-16T18:43:49.927000 | 2020-07-12T16:29:31 | 2020-07-12T16:29:31 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.music.cloundmusic.service.Impl;
import com.music.cloundmusic.dao.MusicCategoryMapper;
import com.music.cloundmusic.service.MusicCategoryService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import java.util.List;
@Service
public class Music... | UTF-8 | Java | 710 | java | MusicCategoryServiceImpl.java | Java | [] | null | [] | package com.music.cloundmusic.service.Impl;
import com.music.cloundmusic.dao.MusicCategoryMapper;
import com.music.cloundmusic.service.MusicCategoryService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import java.util.List;
@Service
public class Music... | 710 | 0.801408 | 0.801408 | 23 | 29.869566 | 26.872168 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.391304 | false | false | 3 |
bedb7463f17e149564a989db56c01c488d931d3e | 15,882,789,108,800 | f95eaa0e570c2eae41cff6c820c1c28ef69af778 | /src/com/jkxy/strategy/decorator/derorator/Soy.java | f8128abfddb241500d6bf74957d40d69e3f62a0f | [] | no_license | PlumpMath/DesignPattern-157 | https://github.com/PlumpMath/DesignPattern-157 | 5753572662acefa5ab2e79be889d36ba18fd510c | ce1e7991c56dd79c6653b314e7da4284dcb972be | refs/heads/master | 2021-01-20T09:36:35.545000 | 2016-09-13T18:29:27 | 2016-09-13T18:29:27 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jkxy.strategy.decorator.derorator;
import com.jkxy.strategy.decorator.util.Drink;
/**
* Created by kerrui on 16/9/13.
*/
public class Soy extends Decorator {
public Soy(Drink mDrink) {
super(mDrink);
super.setDescription("Soy");
super.setPrice(5.0f);
}
}
| UTF-8 | Java | 304 | java | Soy.java | Java | [
{
"context": ".strategy.decorator.util.Drink;\n\n/**\n * Created by kerrui on 16/9/13.\n */\npublic class Soy extends Decorato",
"end": 120,
"score": 0.9742619395256042,
"start": 114,
"tag": "USERNAME",
"value": "kerrui"
}
] | null | [] | package com.jkxy.strategy.decorator.derorator;
import com.jkxy.strategy.decorator.util.Drink;
/**
* Created by kerrui on 16/9/13.
*/
public class Soy extends Decorator {
public Soy(Drink mDrink) {
super(mDrink);
super.setDescription("Soy");
super.setPrice(5.0f);
}
}
| 304 | 0.657895 | 0.634868 | 15 | 19.266666 | 17.414425 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 3 |
a3ff709a9b3a055d7ae7b20fc6ce17041abecf8a | 15,882,789,108,325 | 5282ab921083e60f52e00eb0a250211159ad39c7 | /nearby.poi.domain/src/main/java/nearby/poi/domain/MetricAlgorithmEnum.java | 3b8e8325560b9621ea22857121d38ad4df4e4de2 | [] | no_license | mantzios/nearby.poi | https://github.com/mantzios/nearby.poi | cba6279653a36712d8b82938713cb47df3a71ece | ce2a24d2072d3b54b662a62eb3a9ede04f500cda | refs/heads/master | 2023-05-26T19:36:41.655000 | 2021-01-10T17:53:34 | 2021-01-10T17:53:34 | 328,157,830 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package nearby.poi.domain;
public enum MetricAlgorithmEnum {
HAVERSINE_FORMULA("HAVERSINE");
private String name;
MetricAlgorithmEnum(String name) {
this.name = name;
}
public String getName() {
return name;
}
}
| UTF-8 | Java | 257 | java | MetricAlgorithmEnum.java | Java | [] | null | [] | package nearby.poi.domain;
public enum MetricAlgorithmEnum {
HAVERSINE_FORMULA("HAVERSINE");
private String name;
MetricAlgorithmEnum(String name) {
this.name = name;
}
public String getName() {
return name;
}
}
| 257 | 0.634241 | 0.634241 | 16 | 15.0625 | 14.354741 | 38 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3125 | false | false | 3 |
d9d9b6616a0064ba32b76cacc6b1437a8f175992 | 26,362,509,290,336 | 152adbf82c3f3ca97221068fce7dc7bfb8092dbc | /src/main/java/com/migration/mongoes/helper/ElasticsearchTemplate.java | 0306127cc003ebfefc9002daadb0b7b85bfc8afb | [] | no_license | ciborg003/mongo-es-migrator | https://github.com/ciborg003/mongo-es-migrator | 6282c852b7bf4e3a4e8f6e595cc4ce3e8cdd761f | dbcf89f44d5c60d16564bac8025fc34001f5a1b1 | refs/heads/master | 2020-03-26T14:13:58.074000 | 2018-08-16T11:24:16 | 2018-08-16T11:24:16 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.migration.mongoes.helper;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.databind.ObjectMapper;
import org.apache.http.HttpHost;
import org.elasticsearch.action.admin.indices.delete.DeleteIndexRequest;
import org.elasticsearch.action.bulk.BulkItemResponse;
import or... | UTF-8 | Java | 23,423 | java | ElasticsearchTemplate.java | Java | [] | null | [] | package com.migration.mongoes.helper;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.databind.ObjectMapper;
import org.apache.http.HttpHost;
import org.elasticsearch.action.admin.indices.delete.DeleteIndexRequest;
import org.elasticsearch.action.bulk.BulkItemResponse;
import or... | 23,423 | 0.576442 | 0.575802 | 614 | 37.149837 | 28.638493 | 165 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.612378 | false | false | 3 |
531aa54c75b737a0d73a807d4ee10fe488e2558d | 30,889,404,808,878 | d95b40e5b5d512d9e4171711dfaea6dd6bc6d1e9 | /rms-client/localstore/src/test/java/de/oliver_heger/mediastore/localstore/impl/TestOAuthFileTokenStore.java | 6d7edb38a4153b1d66f7456e72a11bb3c61284c7 | [] | no_license | VijayEluri/RemoteMediaStore | https://github.com/VijayEluri/RemoteMediaStore | 220cfd7c35f4f320ae5fb0199c573c557025238f | f85886d80c8d55ba83394e1b215827e229946311 | refs/heads/master | 2020-05-20T11:10:53.816000 | 2015-05-14T17:47:12 | 2015-05-14T17:47:12 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package de.oliver_heger.mediastore.localstore.impl;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertNull;
import static org.junit.Assert.assertTrue;
import java.io.File;
import java.io.IOException;
import org.junit.After;
import org.junit.... | UTF-8 | Java | 4,758 | java | TestOAuthFileTokenStore.java | Java | [
{
"context": "ass for {@code OAuthFileTokenStore}.\n *\n * @author Oliver Heger\n * @version $Id: $\n */\npublic class TestOAuthFile",
"end": 575,
"score": 0.9998724460601807,
"start": 563,
"tag": "NAME",
"value": "Oliver Heger"
},
{
"context": " tokens = new OAuthTokens(\"testParam... | null | [] | package de.oliver_heger.mediastore.localstore.impl;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertNull;
import static org.junit.Assert.assertTrue;
import java.io.File;
import java.io.IOException;
import org.junit.After;
import org.junit.... | 4,748 | 0.628415 | 0.627364 | 170 | 26.988235 | 24.83593 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.370588 | false | false | 3 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.