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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
f4441b1d5e1f20e5e79320f4c5fdf4bf023f4317 | 412,316,912,211 | 7d5302daf214b64bbfd2e6fe3ba3372eb56f1833 | /app/src/main/java/com/ozoon/ozoon/UI/Fragments/MainMenuFragment.java | 3c45d13c64c8862eb371e48f43d8b8a4a4750ff7 | [] | no_license | abdelrahmanhesham13/ozoon | https://github.com/abdelrahmanhesham13/ozoon | 6e1bcd10ed09f3f5cce9ee1e409e1986fec612a4 | 2ca5e9590b87be0af99587bbe5801b1a1970b0d9 | refs/heads/master | 2020-05-09T14:40:59.227000 | 2019-04-23T17:06:05 | 2019-04-23T17:06:05 | 181,202,945 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ozoon.ozoon.UI.Fragments;
import android.content.Intent;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.preference.PreferenceManager;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import and... | UTF-8 | Java | 8,936 | java | MainMenuFragment.java | Java | [
{
"context": ".shortcutbadger.ShortcutBadger;\n\n/**\n * Created by NaderNabil216@gmail.com on 5/11/2018.\n */\npublic class MainMenuFragment e",
"end": 1202,
"score": 0.9998477697372437,
"start": 1179,
"tag": "EMAIL",
"value": "NaderNabil216@gmail.com"
},
{
"context": "ontext());\n ... | null | [] | package com.ozoon.ozoon.UI.Fragments;
import android.content.Intent;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.preference.PreferenceManager;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import and... | 8,903 | 0.608854 | 0.607371 | 201 | 42.60199 | 32.460167 | 192 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.771144 | false | false | 13 |
5529c53eb6f59643e0c72a01f3b4d3f5e5e1b11c | 6,098,853,623,172 | 17c3dd30f1908b863e84665df12d7a509c98c0ee | /1009 분산처리/Main_1009.java | d6b223071a913a829f646a986540f4231f3de0be | [] | no_license | ohheebin/baekjoon | https://github.com/ohheebin/baekjoon | f60d08888102561ed378137078f1dd83e3e0d907 | d93b5cb2c96f8e113aaa5c015b4c9e5c87c02ccf | refs/heads/master | 2021-01-12T02:46:18.731000 | 2018-07-10T12:00:25 | 2018-07-10T12:00:25 | 78,096,152 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Created by heebin on 2018. 3. 28..
*/
//1009 분산처리
import java.util.*;
public class Main_1009 {
public static void main(String args[]){
Scanner sc = new Scanner(System.in);
int T = sc.nextInt();
int[] a = new int[T];
int[] b = new int[T];
for(int i = 0; i < T; i++){... | UTF-8 | Java | 710 | java | Main_1009.java | Java | [
{
"context": "/**\n * Created by heebin on 2018. 3. 28..\n */\n//1009 분산처리\nimport java.util",
"end": 24,
"score": 0.9820074439048767,
"start": 18,
"tag": "NAME",
"value": "heebin"
}
] | null | [] | /**
* Created by heebin on 2018. 3. 28..
*/
//1009 분산처리
import java.util.*;
public class Main_1009 {
public static void main(String args[]){
Scanner sc = new Scanner(System.in);
int T = sc.nextInt();
int[] a = new int[T];
int[] b = new int[T];
for(int i = 0; i < T; i++){... | 710 | 0.39886 | 0.361823 | 32 | 20.9375 | 15.604362 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.53125 | false | false | 13 |
72593fb2ce2bf54883c1892c043ad5c754a5ad4c | 12,378,095,810,074 | 1396939b97af56ed57313a196e6680710002f836 | /scr_code_pat/src/Amazon/NameDictionary.java | dba7204eefb8e9652ec9d0dfa2af9f2996f3aab5 | [] | no_license | llenroc/interview-practice | https://github.com/llenroc/interview-practice | 006c038f9160fb0a71ec0827f5d8c1f426a2128b | 10fd572093f5a771f89bda13955bf363828e370b | refs/heads/master | 2023-08-15T23:50:17.808000 | 2021-10-26T05:05:56 | 2021-10-26T05:05:56 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Amazon;
import java.util.HashMap;
import java.util.Map;
/**
* Created by yizhaoyang on 7/25/17.
*/
public class NameDictionary {
TrieNode root;
public static void main(String[] args) {
}
public NameDictionary(){
root = new TrieNode();
}
// public void insert(String wor... | UTF-8 | Java | 924 | java | NameDictionary.java | Java | [
{
"context": ".HashMap;\nimport java.util.Map;\n\n/**\n * Created by yizhaoyang on 7/25/17.\n */\npublic class NameDictionary {\n\n ",
"end": 94,
"score": 0.9987252354621887,
"start": 84,
"tag": "USERNAME",
"value": "yizhaoyang"
}
] | null | [] | package Amazon;
import java.util.HashMap;
import java.util.Map;
/**
* Created by yizhaoyang on 7/25/17.
*/
public class NameDictionary {
TrieNode root;
public static void main(String[] args) {
}
public NameDictionary(){
root = new TrieNode();
}
// public void insert(String wor... | 924 | 0.501082 | 0.494589 | 51 | 17.117647 | 16.94356 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.372549 | false | false | 13 |
0ce601aabbe69ee46c1d6d5af9dae6d3b8991b15 | 23,381,801,964,079 | b31ea67d17b2ed488d4a4abdcd828f95230c8d3d | /src/com/android/Samkoonhmi/skenum/DATA_SHOW_TYPE.java | 41fa9e184917d23eee613d448fe63f2fa9c542be | [] | no_license | maqiangddb/sk_code | https://github.com/maqiangddb/sk_code | bff8724d69f412b98df4fe25880dd3c3c42c1159 | 24186629d808a7db67fa03214e3803f5d828ca18 | refs/heads/master | 2016-09-03T01:45:37.711000 | 2014-06-06T08:50:54 | 2014-06-06T08:50:54 | 11,894,844 | 1 | 3 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.android.Samkoonhmi.skenum;
/**
* 数据显示类型枚举
* @author Administrator
*
*/
public enum DATA_SHOW_TYPE {
BINARY, //二进制
OCTONARY , //八进制
DECIMAL , //十进制
HEXADECIMAL, //十六进制
OTHER_SHOW_TYPE
}
| UTF-8 | Java | 308 | java | DATA_SHOW_TYPE.java | Java | [
{
"context": "oid.Samkoonhmi.skenum;\n\n/**\n * 数据显示类型枚举\n * @author Administrator\n *\n */\npublic enum DATA_SHOW_TYPE {\n\n\t BIN",
"end": 80,
"score": 0.8943192362785339,
"start": 67,
"tag": "NAME",
"value": "Administrator"
}
] | null | [] | package com.android.Samkoonhmi.skenum;
/**
* 数据显示类型枚举
* @author Administrator
*
*/
public enum DATA_SHOW_TYPE {
BINARY, //二进制
OCTONARY , //八进制
DECIMAL , //十进制
HEXADECIMAL, //十六进制
OTHER_SHOW_TYPE
}
| 308 | 0.526316 | 0.526316 | 16 | 15.625 | 13.954726 | 38 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.125 | false | false | 13 |
84ca408584a33c6e90750b75045d522bcfadf1fe | 7,842,610,285,729 | f29517b237051d2e6e27abf295afce4acb7cf843 | /book/src/entity/bookrack.java | 5b6b800efaf534874b700da9e4a03fd7207270f4 | [] | no_license | liko555/test1 | https://github.com/liko555/test1 | d6f155843c884af9399c241683e2321b2e4efd11 | a84838197b7afaa3ec8284c2d18ce241d0d7b963 | refs/heads/master | 2022-12-27T02:56:49.082000 | 2020-09-30T11:02:36 | 2020-09-30T11:02:36 | 299,875,261 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package entity;
public class bookrack {
private int bookrackId;
private String bookrackName;
public bookrack() {
super();
// TODO Auto-generated constructor stub
}
public bookrack(int bookrackId, String bookrackName) {
super();
this.bookrackId = bookrackId;
this.bookrackName = bookrackName;
}
public i... | UTF-8 | Java | 731 | java | bookrack.java | Java | [] | null | [] | package entity;
public class bookrack {
private int bookrackId;
private String bookrackName;
public bookrack() {
super();
// TODO Auto-generated constructor stub
}
public bookrack(int bookrackId, String bookrackName) {
super();
this.bookrackId = bookrackId;
this.bookrackName = bookrackName;
}
public i... | 731 | 0.725034 | 0.725034 | 32 | 21.84375 | 19.70582 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.625 | false | false | 13 |
0e86ad6b9280597e13204d911857e81790834ed3 | 25,907,242,762,673 | 3ce4ddeeedd3508f0eec8070a221fe700491d7e6 | /devutils/src/main/java/com/dev/jzw/helper/util/DialogUtil.java | e45e7a56bb9abbf5f3a85237f41a06fba7d2893a | [] | no_license | jingzhanwu/DevUtils | https://github.com/jingzhanwu/DevUtils | 9daf9982e282631ffb18af3756752ff6656ff761 | fdcbdd58514672b4f4294a2a3ab62c04e38fb0ac | refs/heads/master | 2022-06-16T04:13:07.237000 | 2020-05-08T02:53:51 | 2020-05-08T02:53:51 | 111,502,237 | 3 | 1 | null | false | 2020-05-08T02:53:52 | 2017-11-21T05:08:57 | 2020-05-08T02:29:21 | 2020-05-08T02:53:51 | 287 | 2 | 1 | 0 | Java | false | false | package com.dev.jzw.helper.util;
import android.app.Activity;
import android.content.Context;
import android.content.DialogInterface;
import android.content.DialogInterface.OnClickListener;
import androidx.appcompat.app.AlertDialog;
import android.view.View;
import com.dev.jzw.helper.widget.IosAlertDialog;
public f... | UTF-8 | Java | 4,297 | java | DialogUtil.java | Java | [] | null | [] | package com.dev.jzw.helper.util;
import android.app.Activity;
import android.content.Context;
import android.content.DialogInterface;
import android.content.DialogInterface.OnClickListener;
import androidx.appcompat.app.AlertDialog;
import android.view.View;
import com.dev.jzw.helper.widget.IosAlertDialog;
public f... | 4,297 | 0.586454 | 0.586454 | 157 | 25.707006 | 27.03672 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.433121 | false | false | 13 |
90491b81cedd8098ad1552c0afd2a27f625583fa | 31,954,556,727,617 | 37fdc74bbf8220b4efa3a209a0398dde51f1d57b | /src/main/java/cn/com/rebirth/search/core/action/search/SearchScrollAction.java | 53e8e8e83f0f87242556ef84229d715c2ff38e8e | [] | no_license | dowsam/rebirth-search-core | https://github.com/dowsam/rebirth-search-core | 4c39e7f1b30c78e4dd97380b82af235c72161ee4 | ab615cd8e74f318c20137c0f0dd7d740cd0a6bec | refs/heads/master | 2016-09-09T18:35:33.145000 | 2012-09-05T05:58:55 | 2012-09-05T05:58:55 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright (c) 2005-2012 www.china-cti.com All rights reserved
* Info:rebirth-search-core SearchScrollAction.java 2012-7-6 14:28:56 l.xue.nong$$
*/
package cn.com.rebirth.search.core.action.search;
import cn.com.rebirth.search.core.action.Action;
import cn.com.rebirth.search.core.client.Client;
/**
* The Cla... | UTF-8 | Java | 1,229 | java | SearchScrollAction.java | Java | [
{
"context": "/**\n * The Class SearchScrollAction.\n *\n * @author l.xue.nong\n */\npublic class SearchScrollAction extends Actio",
"end": 367,
"score": 0.7590266466140747,
"start": 357,
"tag": "NAME",
"value": "l.xue.nong"
}
] | null | [] | /*
* Copyright (c) 2005-2012 www.china-cti.com All rights reserved
* Info:rebirth-search-core SearchScrollAction.java 2012-7-6 14:28:56 l.xue.nong$$
*/
package cn.com.rebirth.search.core.action.search;
import cn.com.rebirth.search.core.action.Action;
import cn.com.rebirth.search.core.client.Client;
/**
* The Cla... | 1,229 | 0.743694 | 0.727421 | 46 | 25.717392 | 30.132074 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.804348 | false | false | 13 |
b6e7dfc78449014550be55d5e7fb6f9a384458ac | 9,423,158,297,919 | c022acd4ebbcf61a252881a8cd19081f995aa6f8 | /platform-api/src/main/java/com/cpone/platform/api/service/inbox/InboxItemServiceImpl.java | 8b26dbbc2c20c504bb4976d9e6b3cfbdea466d8b | [] | no_license | newSue/platform-parent | https://github.com/newSue/platform-parent | d57e0486b46ee85de5960d711e00e1baabd335b3 | 7b3d1bf526e1ad9c7cccef21eb60ce33fec8fa32 | HEAD | 2018-02-08T06:06:30.306000 | 2017-07-05T16:35:29 | 2017-07-05T16:35:29 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cpone.platform.api.service.inbox;
import com.cpone.platform.api.AppConfigurationKeys;
import com.cpone.platform.api.domain.Customer;
import com.cpone.platform.api.domain.inbox.InboxItem;
import com.cpone.platform.api.dto.InboxCountDto;
import com.cpone.platform.api.repository.CustomerRepository;
import com... | UTF-8 | Java | 4,904 | java | InboxItemServiceImpl.java | Java | [
{
"context": "BigInteger;\nimport java.util.*;\n\n/**\n * Created by Ken on 9/18/2015.\n */\n@Service\n@Transactional\npublic ",
"end": 949,
"score": 0.9061653017997742,
"start": 946,
"tag": "NAME",
"value": "Ken"
}
] | null | [] | package com.cpone.platform.api.service.inbox;
import com.cpone.platform.api.AppConfigurationKeys;
import com.cpone.platform.api.domain.Customer;
import com.cpone.platform.api.domain.inbox.InboxItem;
import com.cpone.platform.api.dto.InboxCountDto;
import com.cpone.platform.api.repository.CustomerRepository;
import com... | 4,904 | 0.727773 | 0.72553 | 129 | 37.015503 | 34.391945 | 148 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.713178 | false | false | 13 |
1c456e631fafcf4b282f24cca24cca2bd0b87c87 | 23,012,434,810,123 | d6b5a2a4247e1215ed8d8545f0662ea337f658b0 | /petshop-web/src/br/ufms/cpcx/engweb/petshop/mb/cadastro/CadastroTipoLogradouroMB.java | 0d3cb445231a4292fcfc215719c859ad0ec3bd94 | [] | no_license | cleitonalmeida1/petshop | https://github.com/cleitonalmeida1/petshop | 7904f8fb557e24d96833fbf64d955c820ebf432d | cc80beb897bb0fb2feb7f6475290ef491f08945e | refs/heads/master | 2020-05-19T07:33:46.179000 | 2015-07-04T09:59:53 | 2015-07-04T09:59:53 | 34,987,674 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.ufms.cpcx.engweb.petshop.mb.cadastro;
import java.io.Serializable;
import javax.annotation.PostConstruct;
import javax.ejb.EJB;
import javax.enterprise.context.Conversation;
import javax.enterprise.context.ConversationScoped;
import javax.inject.Inject;
import javax.inject.Named;
import br.ufms.cpcx.engwe... | UTF-8 | Java | 1,660 | java | CadastroTipoLogradouroMB.java | Java | [] | null | [] | package br.ufms.cpcx.engweb.petshop.mb.cadastro;
import java.io.Serializable;
import javax.annotation.PostConstruct;
import javax.ejb.EJB;
import javax.enterprise.context.Conversation;
import javax.enterprise.context.ConversationScoped;
import javax.inject.Inject;
import javax.inject.Named;
import br.ufms.cpcx.engwe... | 1,660 | 0.784337 | 0.772892 | 68 | 23.42647 | 22.404907 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.279412 | false | false | 13 |
39a32cfbe53731e4c7f90887db8552484caaaebe | 13,529,147,025,785 | 561ab2328ff0525f9f6bb5bd3b40d6bc6f1f6dbe | /activity-service/src/main/java/com/springboot/cloud/dto/SecondParams.java | 2c710a5f5d363c717720393a2c047f63b55bbd79 | [
"Apache-2.0"
] | permissive | hansweidong/mall | https://github.com/hansweidong/mall | a2aa387ef0195bcb281583a7a4f095ce1baa5026 | 2981dcbb9d8ed81c75a00a53eba1ef38ecac46b5 | refs/heads/master | 2023-05-28T12:26:01.481000 | 2021-06-07T15:21:41 | 2021-06-07T15:21:41 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.springboot.cloud.dto;
import com.springboot.cloud.entity.MallFlashPromotionSession;
import com.springboot.cloud.entity.MallSecondProperty;
import lombok.Data;
import java.util.List;
/**
* @Author: lirisheng
* @Date: 2021/4/25 15:57
* @Version 1.0
*/
@Data
public class SecondParams extends MallFlashP... | UTF-8 | Java | 392 | java | SecondParams.java | Java | [
{
"context": "bok.Data;\n\nimport java.util.List;\n\n/**\n * @Author: lirisheng\n * @Date: 2021/4/25 15:57\n * @Version 1.0\n */\n@Da",
"end": 222,
"score": 0.9992893934249878,
"start": 213,
"tag": "USERNAME",
"value": "lirisheng"
}
] | null | [] | package com.springboot.cloud.dto;
import com.springboot.cloud.entity.MallFlashPromotionSession;
import com.springboot.cloud.entity.MallSecondProperty;
import lombok.Data;
import java.util.List;
/**
* @Author: lirisheng
* @Date: 2021/4/25 15:57
* @Version 1.0
*/
@Data
public class SecondParams extends MallFlashP... | 392 | 0.778061 | 0.744898 | 18 | 20.777779 | 21.703957 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 13 |
6f35d6c5f3b6aca302afe2f57786b2adcf5d3331 | 7,318,624,330,993 | 150fc06016bc1da4cdc462c4a16422f87da0048b | /architecture-ext/src/main/java/architecture/ext/sms/jdbc/TechBizJdbcSMSClient.java | 85fec2642dd95a3ec0306ba8ef3328aa0cdc41a9 | [] | no_license | donghyuck/legacy-architecture-project | https://github.com/donghyuck/legacy-architecture-project | 4bc634298924dc02e880f13ee7e270ca5ee64d6d | 16f63be80737192b69f786c667f590007a7b6f7a | refs/heads/master | 2023-04-15T05:59:42.255000 | 2016-08-17T06:49:19 | 2016-08-17T06:49:19 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package architecture.ext.sms.jdbc;
import java.util.Date;
import java.util.concurrent.atomic.AtomicLong;
import org.apache.commons.lang.time.DateFormatUtils;
import org.springframework.jdbc.core.support.JdbcDaoSupport;
import architecture.ext.sms.client.SMSClient;
import architecture.ext.sms.client.SMSException;
pu... | UTF-8 | Java | 2,168 | java | TechBizJdbcSMSClient.java | Java | [] | null | [] | package architecture.ext.sms.jdbc;
import java.util.Date;
import java.util.concurrent.atomic.AtomicLong;
import org.apache.commons.lang.time.DateFormatUtils;
import org.springframework.jdbc.core.support.JdbcDaoSupport;
import architecture.ext.sms.client.SMSClient;
import architecture.ext.sms.client.SMSException;
pu... | 2,168 | 0.697878 | 0.691882 | 67 | 31.35821 | 39.556007 | 209 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.850746 | false | false | 13 |
a6057c6c70939fb485da5415b6378b7a746d09dd | 12,266,426,632,615 | 7b19fcedee61a69eb467834977bfa4f46c96f64b | /dsupermarket/src/main/java/com/david/dsupermarket/web/controller/EmployerController.java | 7f6ba84a716182196b60c33885b6908e9d17e075 | [] | no_license | dmcxiaobing/dsupermarket | https://github.com/dmcxiaobing/dsupermarket | 66b2e30c3de5caa34dae5b02fc83ebd893f3dcd7 | 067e5414236db075e1de1ffc5bd2328159669e49 | refs/heads/master | 2023-05-12T03:54:08.167000 | 2017-11-06T07:38:26 | 2017-11-06T07:38:26 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.david.dsupermarket.web.controller;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.annotation.Resource;
import org.apache.ibatis.javassist.expr.NewArray;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.w... | UTF-8 | Java | 4,843 | java | EmployerController.java | Java | [
{
"context": "rket.utils.UtilFuns;\n\n/**\n * 员工信息的控制器\n * @Author :程序员小冰\n * @新浪微博 :http://weibo.com/mcxiaobing\n * @GitHub:",
"end": 835,
"score": 0.9978471994400024,
"start": 830,
"tag": "NAME",
"value": "程序员小冰"
},
{
"context": "的控制器\n * @Author :程序员小冰\n * @新浪微博 :http://weibo.com/... | null | [] | package com.david.dsupermarket.web.controller;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.annotation.Resource;
import org.apache.ibatis.javassist.expr.NewArray;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.w... | 4,843 | 0.722382 | 0.720168 | 153 | 28.522877 | 24.013636 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.986928 | false | false | 13 |
6a943ea3858e1350762d94ea8512410c1fa434c5 | 5,403,068,899,327 | 7ee0fcdeaface1cba1f09760584a0f0bf09f75bc | /.svn/pristine/1d/1d8f51ad2940a3a24de8b940536df223be9c0fba.svn-base | a7777b2b14819e3c5e6b0db83456b32415a0dea9 | [
"MIT"
] | permissive | wongshandev/tob_mall | https://github.com/wongshandev/tob_mall | 6508eb40f6cf5afc3a1f77dad9b587a9984db3ab | 09ca19cf5dcbbec2d6e9bf391cabd7dc23364524 | refs/heads/master | 2020-11-27T21:01:37.113000 | 2019-10-31T08:15:19 | 2019-10-31T08:15:19 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.pojo;
import com.entities.GoodsBrandDO;
import com.entities.GoodsCategoryDO;
import com.entities.GoodsDO;
import com.entities.SupplierDO;
import java.util.List;
public class GoodsVO extends GoodsDO {
private SupplierDO supplierDO;
private GoodsBrandDO goodsBrandDO;
private GoodsCategoryDO ... | UTF-8 | Java | 1,760 | 1d8f51ad2940a3a24de8b940536df223be9c0fba.svn-base | Java | [] | null | [] | package com.pojo;
import com.entities.GoodsBrandDO;
import com.entities.GoodsCategoryDO;
import com.entities.GoodsDO;
import com.entities.SupplierDO;
import java.util.List;
public class GoodsVO extends GoodsDO {
private SupplierDO supplierDO;
private GoodsBrandDO goodsBrandDO;
private GoodsCategoryDO ... | 1,760 | 0.692529 | 0.692529 | 79 | 21.025316 | 21.594641 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.303797 | false | false | 13 | |
c8b4c96cab0079ef71cb1fe99647a66f2c63ae32 | 18,279,380,873,746 | 384c0fa721942bc376446705bd5699ce1417259b | /src/dtr/DataPoint.java | 311c50ceba26cfbcc7e3d7e815182b0463e0340f | [] | no_license | wardquinlan/dtr | https://github.com/wardquinlan/dtr | 2f69462ba8eca011b4c78790d9f7d86efd9c5062 | 8451f4d46540c2f0d0858f2997257026485e3940 | refs/heads/master | 2022-07-09T22:08:17.515000 | 2020-05-20T19:53:52 | 2020-05-20T19:53:52 | 263,962,662 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package dtr;
import java.util.Date;
public class DataPoint {
private Date date;
private float value;
public DataPoint(Date date, Float value) {
this.date = date;
this.value = value;
}
public Date getDate() {
return date;
}
public float getValue() {
return value;
}
}
| UTF-8 | Java | 308 | java | DataPoint.java | Java | [] | null | [] | package dtr;
import java.util.Date;
public class DataPoint {
private Date date;
private float value;
public DataPoint(Date date, Float value) {
this.date = date;
this.value = value;
}
public Date getDate() {
return date;
}
public float getValue() {
return value;
}
}
| 308 | 0.636364 | 0.636364 | 21 | 13.666667 | 11.965559 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 13 |
86c0533964794f66d81a903f7aa842f4cf76c00b | 30,743,375,955,925 | d970f971612b6d6961c94b3470bc01ae79ca50ea | /app/src/main/java/net/sahal/movies/MoviesDatabase.java | cbb0554480020fe0e4e119ba775bc3b23a44ce2a | [] | no_license | sahal-sf/Movies | https://github.com/sahal-sf/Movies | b199bab490d7e6cee13efdad61101704727c1ac5 | c89a462fbf88d3280b6b68eb8604a227083a32e9 | refs/heads/master | 2020-11-27T13:59:18.857000 | 2019-12-21T19:26:22 | 2019-12-21T19:26:22 | 229,473,308 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.sahal.movies;
import android.content.Context;
import android.os.AsyncTask;
import android.util.Log;
import androidx.annotation.NonNull;
import androidx.room.Database;
import androidx.room.Room;
import androidx.room.RoomDatabase;
import androidx.room.TypeConverters;
import androidx.sqlite.db.SupportSQLiteD... | UTF-8 | Java | 1,950 | java | MoviesDatabase.java | Java | [] | null | [] | package net.sahal.movies;
import android.content.Context;
import android.os.AsyncTask;
import android.util.Log;
import androidx.annotation.NonNull;
import androidx.room.Database;
import androidx.room.Room;
import androidx.room.RoomDatabase;
import androidx.room.TypeConverters;
import androidx.sqlite.db.SupportSQLiteD... | 1,950 | 0.576923 | 0.57641 | 57 | 33.210526 | 25.805437 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.473684 | false | false | 13 |
c3116fe0520d26d7977f3708c6e9bbae776f66a6 | 24,807,731,151,918 | 868060d8a82e7d18ea9023779219e629b2759cce | /app/src/main/java/com/example/tyouter/timecat/entity/constant/ConstRequestCode.java | 21f85d84de710aa604070b843f2d77c391ba3f9f | [] | no_license | tyouter/TimeCat | https://github.com/tyouter/TimeCat | 1e48b4b7570e003ae9ec3d83c9fa4d5c7d8c3504 | f968113fa0a02b49f489b99f65aa208a6bba5434 | refs/heads/master | 2018-01-11T15:44:21.198000 | 2015-12-20T15:54:21 | 2015-12-20T15:54:21 | 45,948,265 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.tyouter.timecat.entity.constant;
/**Request code for starting an activity for results.
* Created by Administrator on 2015/11/18.
*/
public class ConstRequestCode {
}
| UTF-8 | Java | 189 | java | ConstRequestCode.java | Java | [] | null | [] | package com.example.tyouter.timecat.entity.constant;
/**Request code for starting an activity for results.
* Created by Administrator on 2015/11/18.
*/
public class ConstRequestCode {
}
| 189 | 0.772487 | 0.730159 | 7 | 26 | 22.411732 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.142857 | false | false | 13 |
b50c549fb54af4e575d8099ca534a72b50b275ba | 15,848,429,373,795 | c9f86bcc0538c72ff1b1470e53a9c6c3fef89648 | /five-nights-at-freddys/src/com/gmail/nathang567/fivefights/sound/AudioListener.java | eba5697b45a68d0c1e30f0f39c45ff37114d2b32 | [] | no_license | NerdyMunchkin/five-fights-at-freddys | https://github.com/NerdyMunchkin/five-fights-at-freddys | cf3d002af68b0dc65e6381558b9f460e29d9ef9c | c1c8132200848e48a43cfb32be7910c8f25c3c24 | refs/heads/master | 2015-08-18T12:23:51.959000 | 2015-01-04T18:58:16 | 2015-01-04T18:58:16 | 28,372,708 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
package com.gmail.nathang567.fivefights.sound;
import org.lwjgl.openal.AL10;
/**
* @author nathan
*
*/
class AudioListener {
private float positionX;
private float positionY;
private float positionZ;
private float velocityX;
private float velocityY;
private float velocityZ;
public AudioLis... | UTF-8 | Java | 1,468 | java | AudioListener.java | Java | [
{
"context": "/**\n * \n */\npackage com.gmail.nathang567.fivefights.sound;\n\nimport org.lwjgl.openal.AL10;\n",
"end": 40,
"score": 0.9994080662727356,
"start": 30,
"tag": "USERNAME",
"value": "nathang567"
},
{
"context": "nd;\n\nimport org.lwjgl.openal.AL10;\n\n/**\n * @author nath... | null | [] | /**
*
*/
package com.gmail.nathang567.fivefights.sound;
import org.lwjgl.openal.AL10;
/**
* @author nathan
*
*/
class AudioListener {
private float positionX;
private float positionY;
private float positionZ;
private float velocityX;
private float velocityY;
private float velocityZ;
public AudioLis... | 1,468 | 0.71049 | 0.685286 | 59 | 23.881355 | 25.367859 | 124 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.79661 | false | false | 13 |
82e569ab786bb4856a73df66c7d810b104b0409b | 32,272,384,303,664 | f584e2a11dd41fabfcc8e451a95dfdf292fce677 | /app/build/generated/data_binding_base_class_source_out/release/out/com/trivia/kotlin/appscriptask/databinding/Fragment1Binding.java | 355cdd4606f8a770cc80f9bc33fa5f859934f446 | [] | no_license | peter1492/Questionnaire-Survey-Sample- | https://github.com/peter1492/Questionnaire-Survey-Sample- | 7db18cee61b2b4f9cefbe2deff21e2cc84270dcd | 3b36c14b4f4b45816d557c16843539458d2f24ef | refs/heads/master | 2023-05-07T05:57:23.052000 | 2021-05-27T08:14:23 | 2021-05-27T08:14:23 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // Generated by data binding compiler. Do not edit!
package com.trivia.kotlin.appscriptask.databinding;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Button;
import android.widget.EditText;
import android.widget.TextView;
import androidx.annotation.N... | UTF-8 | Java | 3,419 | java | Fragment1Binding.java | Java | [] | null | [] | // Generated by data binding compiler. Do not edit!
package com.trivia.kotlin.appscriptask.databinding;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Button;
import android.widget.EditText;
import android.widget.TextView;
import androidx.annotation.N... | 3,419 | 0.774788 | 0.758701 | 90 | 36.988888 | 32.873325 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.722222 | false | false | 13 |
65388b8741eb89abe8ec04a1f993977efa652232 | 32,272,384,303,078 | b9fef95d7f3694d3fc68531d2f420424d2dcd7de | /src/main/java/com/packt/webstore/service/LoginService.java | 40d5b7fca61ad21e6ddc2e439a23971ec8c8a27f | [] | no_license | MariuszKopec/ccf_web | https://github.com/MariuszKopec/ccf_web | d4b6f33035e12da64d0251fd629a4237949621c5 | a1c3bd56bcf554e3d28247a4d9d9ad951f3ea92b | refs/heads/master | 2021-01-10T16:22:03.118000 | 2015-12-22T21:51:23 | 2015-12-22T21:51:23 | 47,573,821 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.packt.webstore.service;
import com.ccf.logic.login.entities.User;
public interface LoginService {
User getUser(String login);
}
| UTF-8 | Java | 146 | java | LoginService.java | Java | [] | null | [] | package com.packt.webstore.service;
import com.ccf.logic.login.entities.User;
public interface LoginService {
User getUser(String login);
}
| 146 | 0.773973 | 0.773973 | 7 | 19.857143 | 17.191597 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 13 |
de8fa59763857a1ae9378bed48bc32c0d487e52d | 8,323,646,689,779 | 9f62813993a3da35a8a99f318d033b0a9cc73d12 | /src/lime/codegen/LimeParserTreeListener.java | 504bb53c7796da1a3e24fa5e8a16452b7bb16139 | [] | no_license | yao2001626/Lime26 | https://github.com/yao2001626/Lime26 | 4f506370a336315d15d666ee4764bf569c71839d | a6d6985b4b088d9b73bcb8515539271bd61a71cc | refs/heads/master | 2021-06-22T23:25:23.876000 | 2020-12-27T21:36:26 | 2020-12-27T21:36:26 | 163,351,670 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package lime.codegen;
import java.util.HashMap;
import java.util.Map;
import java.util.Stack;
import org.antlr.v4.runtime.ParserRuleContext;
import lime.antlr4.ActionSymbol;
import lime.antlr4.ArrayType;
import lime.antlr4.ClassSymbol;
import lime.antlr4.FieldSymbol;
import lime.antlr4.LimeGrammarBaseListener;
impor... | UTF-8 | Java | 14,404 | java | LimeParserTreeListener.java | Java | [
{
"context": "_args; E.g.: init_args =\n\t * {\"a\":\"true\", \"key\": \"3\", \"index\":\"arg0\"} the value of the map can be: 1.",
"end": 8807,
"score": 0.6127044558525085,
"start": 8806,
"tag": "KEY",
"value": "3"
}
] | null | [] | package lime.codegen;
import java.util.HashMap;
import java.util.Map;
import java.util.Stack;
import org.antlr.v4.runtime.ParserRuleContext;
import lime.antlr4.ActionSymbol;
import lime.antlr4.ArrayType;
import lime.antlr4.ClassSymbol;
import lime.antlr4.FieldSymbol;
import lime.antlr4.LimeGrammarBaseListener;
impor... | 14,404 | 0.671966 | 0.668148 | 430 | 32.497673 | 25.979218 | 165 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.686047 | false | false | 13 |
406b003c8579b14ff93b53d51b700e868f0e3f37 | 10,926,396,811,727 | 46e8059a6cdd300d41aafeb252158529ae90720d | /app/src/main/java/com/gqp/duoduo/database/GoodsTicket.java | 21e78d067f373e2cbce42a6c048ea3f7ead15dd4 | [] | no_license | garyzqg/duoduoli | https://github.com/garyzqg/duoduoli | ad065c7e3ec8dbdba83425fa0ac38b7a0196f66e | c290ad0aa590d42ae133bd9a8fbdcbcc8ece48f7 | refs/heads/master | 2017-12-20T18:14:31.599000 | 2017-03-15T10:27:07 | 2017-03-15T10:27:07 | 76,317,069 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.gqp.duoduo.database;
import com.gqp.duoduo.database.dao.DaoSession;
import com.gqp.duoduo.database.dao.GoodsTicketDao;
import de.greenrobot.dao.AbstractDao;
import de.greenrobot.dao.DaoException;
/**
* Entity mapped to table "GOODS_TICKET".
*/
public class GoodsTicket {
private String id;
priv... | UTF-8 | Java | 6,742 | java | GoodsTicket.java | Java | [] | null | [] | package com.gqp.duoduo.database;
import com.gqp.duoduo.database.dao.DaoSession;
import com.gqp.duoduo.database.dao.GoodsTicketDao;
import de.greenrobot.dao.AbstractDao;
import de.greenrobot.dao.DaoException;
/**
* Entity mapped to table "GOODS_TICKET".
*/
public class GoodsTicket {
private String id;
priv... | 6,742 | 0.617991 | 0.617991 | 293 | 21.767918 | 23.567797 | 242 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.385666 | false | false | 13 |
c522bbcb0f5ed0b2362945c66d1e4f6c59d96c9b | 22,162,031,303,076 | f1d1ef83bb34737e336d8ff78ec46bd9adcc62d4 | /src/main/java/com/dgit/service/NoticeBoardServiceImpl.java | 32124278e6a8e759526778b4b6f493e2e30bb5d4 | [] | no_license | rkdgus/pool_spring | https://github.com/rkdgus/pool_spring | 88a7acf07a03abb6563ac8e21ae96d51b4ed572e | 5bcee5352b7b730137e3a45b61467b7acdc979f4 | refs/heads/master | 2020-03-08T07:08:53.054000 | 2018-05-03T00:24:55 | 2018-05-03T00:24:55 | 127,986,953 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.dgit.service;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.dgit.domain.NoticeBoardVO;
import com.dgit.persistence.NoticeBoardDAO;
@Service
public class NoticeBoardServiceImpl implements NoticeBoar... | UTF-8 | Java | 1,328 | java | NoticeBoardServiceImpl.java | Java | [] | null | [] | package com.dgit.service;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.dgit.domain.NoticeBoardVO;
import com.dgit.persistence.NoticeBoardDAO;
@Service
public class NoticeBoardServiceImpl implements NoticeBoar... | 1,328 | 0.714608 | 0.714608 | 65 | 18.430769 | 19.569969 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.107692 | false | false | 13 |
9c70140d9fa62660ef19fede399af294301e5eb9 | 22,823,456,265,750 | 2b4a7ec0317b1aa308e92b066a87516ebc58a279 | /src/main/java/org/billcc/lineage/hive/hook/lineage/LineageParser.java | ecea5e0bfeb41697fe26b223b7be3130e67c3c05 | [
"Apache-2.0"
] | permissive | doc-laowu/metadata-hive-hook | https://github.com/doc-laowu/metadata-hive-hook | ab6fe91d9e14ca539f46f15913f33266bacc5984 | 2d6388280220442d42a2ac5872585cc07ee7baac | refs/heads/master | 2022-08-31T11:04:39.731000 | 2020-05-26T16:01:33 | 2020-05-26T16:01:33 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.billcc.lineage.hive.hook.lineage;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.HashMap;
import java.util.HashSet;
import java.util.LinkedHashSet;
import java.util.List;
import java.util.Map;
import java.util.Map.Entry;
import java.util.Set;
import java.util.Stack;
import org.antlr... | UTF-8 | Java | 31,849 | java | LineageParser.java | Java | [
{
"context": "ble and column lineage information.\n * \n * @author Bill cheng\n * \n */\npublic class LineageParser {\n\tprivate sta",
"end": 1237,
"score": 0.999805212020874,
"start": 1227,
"tag": "NAME",
"value": "Bill cheng"
}
] | null | [] | package org.billcc.lineage.hive.hook.lineage;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.HashMap;
import java.util.HashSet;
import java.util.LinkedHashSet;
import java.util.List;
import java.util.Map;
import java.util.Map.Entry;
import java.util.Set;
import java.util.Stack;
import org.antlr... | 31,845 | 0.653666 | 0.64726 | 1,040 | 29.620192 | 24.939947 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.336539 | false | false | 13 |
2cb9bf2f93f6066efa9a895f97687f87a3c00583 | 8,452,495,691,338 | b28661fcd2c6f9f9b33bbaa8bf5f01fdd2f03373 | /proj3/gitlet/CommitNode.java | 7453ebd8c6b53fd6c04b6f84d95bc8406575b099 | [] | no_license | cmeng-chen/cs61b-ClassProjects | https://github.com/cmeng-chen/cs61b-ClassProjects | 24787d760b04c92ab6951578f70ce671a3f9380c | 3c8ec5b44ea28d662b759bb5cfb4153205ea5cb6 | refs/heads/master | 2021-01-10T13:10:53.153000 | 2016-01-12T02:32:17 | 2016-01-12T02:32:17 | 49,396,979 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package gitlet;
import java.io.Serializable;
import java.util.HashMap;
/** Represent the commit node.
* @author Jim Bai, Meng Chen*/
public class CommitNode implements Serializable {
/** A new commit node.
* @param time time
* @param m m
* @param files files
* @param p parent
* @param pa... | UTF-8 | Java | 2,667 | java | CommitNode.java | Java | [
{
"context": "ashMap;\n\n/** Represent the commit node.\n * @author Jim Bai, Meng Chen*/\npublic class CommitNode implements S",
"end": 122,
"score": 0.9997761249542236,
"start": 115,
"tag": "NAME",
"value": "Jim Bai"
},
{
"context": "/** Represent the commit node.\n * @author Jim Ba... | null | [] | package gitlet;
import java.io.Serializable;
import java.util.HashMap;
/** Represent the commit node.
* @author <NAME>, <NAME>*/
public class CommitNode implements Serializable {
/** A new commit node.
* @param time time
* @param m m
* @param files files
* @param p parent
* @param path p... | 2,663 | 0.525684 | 0.524184 | 115 | 22.191305 | 16.389761 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.408696 | false | false | 13 |
c1c7314a72872e08c642530153b9798e453df02c | 33,165,737,520,440 | 17ba23135de0fcc15ca13419306276df382113bb | /src/test/java/com/gitlab/epadronu/letstalkabout/assertj/StringValidationTests.java | 0f0ae195c24d251897e8e7b4e852b14ad3e22d44 | [] | no_license | MDE-Endava-Testing/lets-talk-about-series | https://github.com/MDE-Endava-Testing/lets-talk-about-series | 91e30373926ab7c19ec36cc81e51ef2d3906ad50 | 0cfd8d0168fc44ac2dd52f1bc1082829f31ca7e4 | refs/heads/main | 2023-04-30T15:49:19.139000 | 2021-05-21T22:54:10 | 2021-05-21T22:54:10 | 356,449,154 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.gitlab.epadronu.letstalkabout.assertj;
import java.util.regex.Pattern;
import com.gitlab.epadronu.letstalkabout.utils.AllureExtension;
import com.gitlab.epadronu.letstalkabout.utils.PascalCaseDisplayNameGenerator;
import io.qameta.allure.Severity;
import io.qameta.allure.SeverityLevel;
import org.junit.ju... | UTF-8 | Java | 1,758 | java | StringValidationTests.java | Java | [
{
"context": "ts {\n\n private static final String actualJedi = \"Windu\";\n\n private static final String expectedJedi = \"",
"end": 769,
"score": 0.8523614406585693,
"start": 764,
"tag": "NAME",
"value": "Windu"
},
{
"context": "\";\n\n private static final String expectedJedi =... | null | [] | package com.gitlab.epadronu.letstalkabout.assertj;
import java.util.regex.Pattern;
import com.gitlab.epadronu.letstalkabout.utils.AllureExtension;
import com.gitlab.epadronu.letstalkabout.utils.PascalCaseDisplayNameGenerator;
import io.qameta.allure.Severity;
import io.qameta.allure.SeverityLevel;
import org.junit.ju... | 1,758 | 0.754266 | 0.751991 | 59 | 28.79661 | 26.445198 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.474576 | false | false | 13 |
e0bda7047d6e343cfa3a20f593f3b01f209cd37f | 6,227,702,640,101 | 03f7d883a0094b861cdec5f6695cc08cdc9e21b9 | /src/main/java/ru/spsuace/homework4/files/Directories.java | 1d45813e8484c0640315b716379d105039c5acd6 | [] | no_license | MarinaShakhova1946/spsuace--homework4 | https://github.com/MarinaShakhova1946/spsuace--homework4 | aabf370ee3458868a9605e57610cd41eff3f02c0 | bd344dfc93e08344381d92f1a0022de5f2239ed7 | refs/heads/master | 2020-09-30T04:26:33.366000 | 2019-12-10T20:30:31 | 2019-12-10T20:30:31 | 227,201,997 | 0 | 0 | null | true | 2019-12-10T19:44:49 | 2019-12-10T19:44:48 | 2019-12-10T10:29:22 | 2019-12-10T19:18:56 | 61 | 0 | 0 | 0 | null | false | false | package ru.spsuace.homework4.files;
import java.io.File;
import java.io.IOException;
import java.nio.file.DirectoryStream;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
public class Directories {
/**
* Реализовать рекурсивное удаление всех файлов и дерикторий из директо... | UTF-8 | Java | 2,096 | java | Directories.java | Java | [] | null | [] | package ru.spsuace.homework4.files;
import java.io.File;
import java.io.IOException;
import java.nio.file.DirectoryStream;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
public class Directories {
/**
* Реализовать рекурсивное удаление всех файлов и дерикторий из директо... | 2,096 | 0.550779 | 0.545943 | 64 | 28.078125 | 21.913399 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4375 | false | false | 13 |
ecbe9824b85fce2bf224535d90accb80de857d65 | 34,256,659,181,389 | 69ff8029fe289f8a472465ac7484652aef7e07b8 | /rpc-core/src/main/java/org/rpc/core/config/ProviderConfig.java | f6287223fc1ae7cd8dd360cfea2b66a3d6e7005a | [] | no_license | caixiangning/rpc-sample | https://github.com/caixiangning/rpc-sample | 81e12c0c06025900640e98f554b80550dab4e5d0 | 2a8b11ccd4f4be2a19e900bcfbf44b2acc12ffd3 | refs/heads/master | 2021-01-25T06:30:01.699000 | 2017-06-07T01:59:15 | 2017-06-07T01:59:15 | 93,580,956 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.rpc.core.config;
/**
*
* 生产者端口号配置类
*
* @author CaiXiangning
* @date May 31, 2017
* @email caixiangning@gmail.com
*/
public class ProviderConfig {
// 端口号
private Integer port;
public ProviderConfig() {
}
public ProviderConfig(Integer port) {
super();
this.port = port;... | UTF-8 | Java | 469 | java | ProviderConfig.java | Java | [
{
"context": "e.config;\r\n\r\n/**\r\n *\r\n * 生产者端口号配置类\r\n *\r\n * @author CaiXiangning\r\n * @date May 31, 2017\r\n * @email caixiangning@gm",
"end": 82,
"score": 0.9998602867126465,
"start": 70,
"tag": "NAME",
"value": "CaiXiangning"
},
{
"context": "hor CaiXiangning\r\n * @date ... | null | [] | package org.rpc.core.config;
/**
*
* 生产者端口号配置类
*
* @author CaiXiangning
* @date May 31, 2017
* @email <EMAIL>
*/
public class ProviderConfig {
// 端口号
private Integer port;
public ProviderConfig() {
}
public ProviderConfig(Integer port) {
super();
this.port = port;
}
public... | 454 | 0.611236 | 0.597753 | 31 | 12.354838 | 12.4059 | 38 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.83871 | false | false | 13 |
b50c05bd79285cba2ab2a3e04ec286aa6f1672a6 | 35,854,386,990,271 | 23f43f411ac17afb6bafd5fa45ad689cbfd156fa | /src/main/java/com/technicalpioneers/cod/orders/OrderQueue.java | 3aa24795b1cd0969cb9b8d25b5c176376253bd38 | [] | no_license | ragnarula/cod | https://github.com/ragnarula/cod | feddf84ac9587177138077433d5d1e4c2900c776 | 467c725d8a6f13e10c128017ea660b8909748d6d | refs/heads/master | 2016-09-26T20:23:03.978000 | 2015-04-10T00:43:57 | 2015-04-10T00:43:57 | 32,236,382 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.technicalpioneers.cod.orders;
import com.technicalpioneers.cod.menu.MenuService;
import javax.annotation.PostConstruct;
import javax.inject.Inject;
import javax.inject.Singleton;
import javax.persistence.EntityManager;
import javax.persistence.PersistenceContext;
import java.time.*;
import java.util.Array... | UTF-8 | Java | 6,364 | java | OrderQueue.java | Java | [
{
"context": "ncurrent.ConcurrentSkipListSet;\n\n/**\n * Created by raghavnarula on 17/03/15.\n */\n\n/**\n * Singleton class to store",
"end": 431,
"score": 0.9996408224105835,
"start": 419,
"tag": "USERNAME",
"value": "raghavnarula"
}
] | null | [] | package com.technicalpioneers.cod.orders;
import com.technicalpioneers.cod.menu.MenuService;
import javax.annotation.PostConstruct;
import javax.inject.Inject;
import javax.inject.Singleton;
import javax.persistence.EntityManager;
import javax.persistence.PersistenceContext;
import java.time.*;
import java.util.Array... | 6,364 | 0.606223 | 0.599151 | 211 | 29.161137 | 25.214392 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.535545 | false | false | 13 |
c1c7a38c68820f9773cd51fd720ca77b2dbf8f6a | 12,343,736,079,335 | 980b433968dbba0a12c189e257b4af02787f6606 | /collage/src/main/java/org/collage/dom/evaluator/java/javassist/JavassistHandlerProvider.java | f04e68d335f314656002cbbe2b3e8654fe192663 | [] | no_license | svene/xcommand | https://github.com/svene/xcommand | 9ef4ca402cc276bec0c4074a8b70ef94a7755427 | c8e2b1995ae3e680152c405acac07943cff8e7a1 | refs/heads/master | 2023-08-18T08:25:27.434000 | 2023-08-12T08:11:25 | 2023-08-12T08:11:25 | 1,308,989 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.collage.dom.evaluator.java.javassist;
import org.collage.dom.ast.DomObjToJavaTransformer;
import org.collage.dom.ast.DomObjToTextTransformer;
import org.collage.dom.ast.DomObjToVariableTransformer;
import org.collage.dom.evaluator.common.TextToStringExtractor;
import org.collage.dom.evaluator.common.Variab... | UTF-8 | Java | 1,805 | java | JavassistHandlerProvider.java | Java | [] | null | [] | package org.collage.dom.evaluator.java.javassist;
import org.collage.dom.ast.DomObjToJavaTransformer;
import org.collage.dom.ast.DomObjToTextTransformer;
import org.collage.dom.ast.DomObjToVariableTransformer;
import org.collage.dom.evaluator.common.TextToStringExtractor;
import org.collage.dom.evaluator.common.Variab... | 1,805 | 0.810526 | 0.810526 | 52 | 33.71154 | 24.309967 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.576923 | false | false | 13 |
975cef577f23cf548d5543be0d18c56c05ece4cc | 33,998,961,144,237 | 932cc62cdcf728c837c6babfa0f5b87e4ff1e16e | /voteapp/src/container/Register.java | bf62abc6ef665d8c2ca4c4ed7808760d357c457c | [] | no_license | Kaushik098/Voteapp-Servlet | https://github.com/Kaushik098/Voteapp-Servlet | 35def75015f407257b4ead31b7cd2fb3aa1e2487 | 4334bb22bc040d400fe505ecf78e81e9f1cb73ac | refs/heads/master | 2020-04-17T09:06:58.007000 | 2019-01-18T17:19:05 | 2019-01-18T17:19:05 | 166,445,384 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package container;
import java.io.IOException;
import java.io.PrintWriter;
import java.time.LocalDate;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;... | UTF-8 | Java | 1,979 | java | Register.java | Java | [
{
"context": "irth\");\n\t\tString username = request.getParameter(\"username\");\n\t\tString password = request.getParameter(\"pass",
"end": 1344,
"score": 0.9963635802268982,
"start": 1336,
"tag": "USERNAME",
"value": "username"
},
{
"context": "(dob);\n user.setDob(d);\n\t\... | null | [] | package container;
import java.io.IOException;
import java.io.PrintWriter;
import java.time.LocalDate;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;... | 1,981 | 0.738757 | 0.738252 | 70 | 27.271429 | 23.508614 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.428571 | false | false | 13 |
658c6140d59f499fec60c0517cc6a5dff8712ee9 | 29,154,238,074,220 | 0f6c535c16fe0b1c20cdc9a4a88fc0b76ff16846 | /WEB-INF/src/com/ss/tp/dto/WeEmployeeTextVO.java | 49a19a18f60793d8f2c3fd93279a18911d536233 | [] | no_license | monsantoshi/Wages | https://github.com/monsantoshi/Wages | c92aabdea1ccbf42401525e8b68d16fbeb2dc060 | d08fdcbfad15facb62002722fd3aee0917f751ca | refs/heads/master | 2022-10-22T00:06:27.259000 | 2020-06-13T09:55:31 | 2020-06-13T09:55:31 | 271,980,568 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ss.tp.dto;
import java.io.Serializable;
import java.util.Date;
public class WeEmployeeTextVO implements Serializable {
private Long keySeq;
private String ouCode;
private String empCode;
private String name;
private String positionCode;
private String levelCode;
private String oldPositionShort;
p... | UTF-8 | Java | 3,542 | java | WeEmployeeTextVO.java | Java | [] | null | [] | package com.ss.tp.dto;
import java.io.Serializable;
import java.util.Date;
public class WeEmployeeTextVO implements Serializable {
private Long keySeq;
private String ouCode;
private String empCode;
private String name;
private String positionCode;
private String levelCode;
private String oldPositionShort;
p... | 3,542 | 0.722473 | 0.722473 | 193 | 17.352331 | 16.412752 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.502591 | false | false | 13 |
40c840f31c930da8a526f86d35b16e1df61e1a2e | 32,186,484,955,036 | 2ca00c96ac6bf79c6ac2dcfe650f63d44a18a25c | /codes/java-basis/src/main/java/com/hyman/javabasis/generics/Info.java | bc224897275148f007bac70b597d98c994fdcfc0 | [] | no_license | hyman213/Java-core | https://github.com/hyman213/Java-core | 27424830fbf26d5d53028f5863054f99c2420c52 | 223009ad6e702fae1ba20c18a27e9a95afc2f25c | refs/heads/master | 2020-05-25T21:30:11.617000 | 2019-10-22T03:59:21 | 2019-10-22T03:59:21 | 187,999,826 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hyman.javabasis.generics;
/**
* @Description:
* @author: Hyman
* @date: 2019/06/01 15:59
* @version: 1.0.0
*/
public class Info<T> {
private T value;
public Info() {
}
public T getValue() {
return value;
}
public void setValue(T value) {
... | UTF-8 | Java | 459 | java | Info.java | Java | [
{
"context": "is.generics;\r\n\r\n/**\r\n * @Description:\r\n * @author: Hyman\r\n * @date: 2019/06/01 15:59\r\n * @version: 1.0.0\r\n",
"end": 81,
"score": 0.9919191598892212,
"start": 76,
"tag": "NAME",
"value": "Hyman"
}
] | null | [] | package com.hyman.javabasis.generics;
/**
* @Description:
* @author: Hyman
* @date: 2019/06/01 15:59
* @version: 1.0.0
*/
public class Info<T> {
private T value;
public Info() {
}
public T getValue() {
return value;
}
public void setValue(T value) {
... | 459 | 0.50547 | 0.472648 | 28 | 14.321428 | 13.266644 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.178571 | false | false | 13 |
d801a7d8125dd3c613413f4485ba70bd7d6543ec | 32,315,333,978,718 | 9232774f5131ba3b7f9acd23d0defc323089a489 | /src/main/java/plate_recognition/model/Vehicle.java | 1b69302d10191cca16f703fc3fb8601ff1c1c424 | [] | no_license | DimaKononenko04/RestAssuredTrainingFramework | https://github.com/DimaKononenko04/RestAssuredTrainingFramework | 5d7363458f2399cf891a4bf3d389543c5dffe4dd | 782b03980f28d048e918d82a75855802cac8bed7 | refs/heads/master | 2022-05-29T02:47:53.686000 | 2019-10-18T12:42:12 | 2019-10-18T12:42:12 | 194,060,151 | 1 | 0 | null | false | 2022-05-20T21:02:09 | 2019-06-27T08:59:33 | 2020-06-02T01:18:57 | 2022-05-20T21:02:09 | 125 | 1 | 0 | 2 | Java | false | false | package plate_recognition.model;
import lombok.Getter;
import lombok.Setter;
@Getter
@Setter
public class Vehicle {
private String type;
}
| UTF-8 | Java | 145 | java | Vehicle.java | Java | [] | null | [] | package plate_recognition.model;
import lombok.Getter;
import lombok.Setter;
@Getter
@Setter
public class Vehicle {
private String type;
}
| 145 | 0.765517 | 0.765517 | 10 | 13.5 | 11.146749 | 32 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 13 |
d33bba52b9b36a77cc8e12068ca8a34d654035bf | 38,079,180,046,790 | 995ded830d59b1229082669c52beb381d4b3320c | /MySQLQueryTool/src/DAO/ConnectionManager.java | 586645b2e3b2e84c8498a33e0b4a679507b0419c | [] | no_license | EgeKuran/JavaProjects | https://github.com/EgeKuran/JavaProjects | d52074c14217ffc3f7458d88ee7645113fa82223 | ea4181b29c293fb485f970aff50675c20e33dbc6 | refs/heads/master | 2020-05-19T15:43:19.774000 | 2019-05-05T22:41:28 | 2019-05-05T22:41:28 | 185,090,561 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package DAO;
import java.sql.Connection;
import java.sql.DriverManager;
import javax.swing.JOptionPane;
public class ConnectionManager {
public static Connection getConnection(String server,String username,String pass) throws Exception {
Connection conn = DriverManager.getConnection("jdbc:mysql://"+server+... | UTF-8 | Java | 447 | java | ConnectionManager.java | Java | [] | null | [] | package DAO;
import java.sql.Connection;
import java.sql.DriverManager;
import javax.swing.JOptionPane;
public class ConnectionManager {
public static Connection getConnection(String server,String username,String pass) throws Exception {
Connection conn = DriverManager.getConnection("jdbc:mysql://"+server+... | 447 | 0.760626 | 0.760626 | 21 | 20.285715 | 31.265594 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.285714 | false | false | 13 |
c704d39a5063b7fc7881b934d07946a838b66b26 | 27,625,229,697,175 | 3af5a8d7cde5631b93a0810d79ca261ce35e1787 | /app/src/main/java/com/yum/two_yum/view/client/clientfragment/CollectionFragment.java | 60114f7861558358a90fb6adc3a9494ae0018904 | [] | no_license | JackMask/delivery-android-dev | https://github.com/JackMask/delivery-android-dev | ccbf32793d8d67178faf62466294c79f616f66dc | dac9cf588143d53220364ccb93638dc7386cc1d9 | refs/heads/master | 2020-03-15T23:43:52.679000 | 2018-11-09T07:25:31 | 2018-11-09T07:25:31 | 132,399,687 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yum.two_yum.view.client.clientfragment;
import android.content.Context;
import android.content.Intent;
import android.graphics.Color;
import android.os.Bundle;
import android.support.v4.app.FragmentActivity;
import android.text.SpannableString;
import android.text.Spanned;
import android.text.TextPaint;
im... | UTF-8 | Java | 14,240 | java | CollectionFragment.java | Java | [
{
"context": "3.Call;\nimport okhttp3.MediaType;\n\n/**\n * @author 余先德\n * @data 2018/4/7\n */\n\npublic class CollectionFra",
"end": 1913,
"score": 0.9913003444671631,
"start": 1910,
"tag": "NAME",
"value": "余先德"
}
] | null | [] | package com.yum.two_yum.view.client.clientfragment;
import android.content.Context;
import android.content.Intent;
import android.graphics.Color;
import android.os.Bundle;
import android.support.v4.app.FragmentActivity;
import android.text.SpannableString;
import android.text.Spanned;
import android.text.TextPaint;
im... | 14,240 | 0.567984 | 0.565453 | 360 | 38.511112 | 29.033981 | 154 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.65 | false | false | 13 |
641599d2112bf980f65b3690edc4b796b1b5c755 | 27,522,150,443,257 | 2e16b16687e357ad06082b4c7b6e1261e1e51d12 | /fr.test.git.bush/src/test/java/fr/test/git/bush/TestGiTBushTest.java | dc1c8d3473f2212e5b1de7e9dbdf7fddc5ff264c | [] | no_license | Athar1988/PepositoryBush2 | https://github.com/Athar1988/PepositoryBush2 | 4f005b20fbac4f7a85a07147c53896057c3c1b9f | 77564bd7410d257c03dc27d929b39a0fc6923360 | refs/heads/master | 2022-12-20T05:36:19.901000 | 2020-05-08T10:51:47 | 2020-05-08T10:51:47 | 262,293,346 | 0 | 0 | null | false | 2020-10-13T21:50:05 | 2020-05-08T10:24:25 | 2020-05-08T12:43:34 | 2020-10-13T21:50:04 | 5 | 0 | 0 | 1 | Java | false | false | package fr.test.git.bush;
import static org.junit.Assert.*;
import org.junit.Test;
public class TestGiTBushTest {
VerifPersonne VP=new VerifPersonne("athar", "Etudiante", 32);
@Test
public void testNom() {
assertEquals("athar",VP.getNom());
}
@Test
public void testEmploi() {
assertEquals("Etudiante",VP.g... | UTF-8 | Java | 405 | java | TestGiTBushTest.java | Java | [
{
"context": "TBushTest {\n\t VerifPersonne VP=new VerifPersonne(\"athar\", \"Etudiante\", 32);\n\n\t@Test\n\tpublic void testNom(",
"end": 160,
"score": 0.993533730506897,
"start": 155,
"tag": "NAME",
"value": "athar"
},
{
"context": "\n\n\t@Test\n\tpublic void testNom() {\n\t\tasse... | null | [] | package fr.test.git.bush;
import static org.junit.Assert.*;
import org.junit.Test;
public class TestGiTBushTest {
VerifPersonne VP=new VerifPersonne("athar", "Etudiante", 32);
@Test
public void testNom() {
assertEquals("athar",VP.getNom());
}
@Test
public void testEmploi() {
assertEquals("Etudiante",VP.g... | 405 | 0.696296 | 0.68642 | 22 | 17.40909 | 17.198465 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.272727 | false | false | 13 |
aab01c0db1c7089594cb4e3f6497452b7600bbaf | 18,949,395,769,468 | 60673ce178e8a9607347f2f7a5edbb0755c492d4 | /OrganizingContainersOfBall.java | 6668ab9e68aa862629e104413e005b15e44e18a8 | [] | no_license | yev-anna/hackerrank | https://github.com/yev-anna/hackerrank | ca371d602b0b8dae2d58bfa9122bce119839f4a3 | c631e13ac5a764fcf017194a8af33473da3aac38 | refs/heads/master | 2021-06-24T21:14:45.530000 | 2017-09-06T16:34:59 | 2017-09-06T16:34:59 | 102,632,838 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package hackerrank;
import java.util.Scanner;
public class OrganizingContainersOfBall {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
int queries = scanner.nextInt();
for (int q = 0; q < queries; q++) {
int n = scanner.nextInt()... | UTF-8 | Java | 1,498 | java | OrganizingContainersOfBall.java | Java | [] | null | [] | package hackerrank;
import java.util.Scanner;
public class OrganizingContainersOfBall {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
int queries = scanner.nextInt();
for (int q = 0; q < queries; q++) {
int n = scanner.nextInt()... | 1,498 | 0.400534 | 0.397864 | 55 | 25.236364 | 18.134811 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.690909 | false | false | 13 |
ed51f15dc5188a8b32373c1c6147a6d8f94de328 | 18,949,395,770,719 | df60f9de3ec7d5a032169ef50111411ee4d3cd25 | /src/infinance/Register.java | 61a07a2a5c0d5122220200b533a55ad228934887 | [] | no_license | igonro/infinance | https://github.com/igonro/infinance | 9335972bcce7d97a4ddbe4ce80a8cf64907e02d5 | bf5c9977f240e4735b18035ffd4e0592dc33df90 | refs/heads/master | 2022-04-10T10:23:45.534000 | 2020-03-26T17:09:24 | 2020-03-26T17:09:24 | 250,306,264 | 0 | 0 | null | false | 2020-03-26T16:28:53 | 2020-03-26T16:05:51 | 2020-03-26T16:07:53 | 2020-03-26T16:28:52 | 0 | 0 | 0 | 0 | Java | false | false | package infinance;
import java.io.IOException;
import java.util.Random;
import java.util.UUID;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletContext;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.htt... | UTF-8 | Java | 2,677 | java | Register.java | Java | [] | null | [] | package infinance;
import java.io.IOException;
import java.util.Random;
import java.util.UUID;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletContext;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.htt... | 2,677 | 0.753179 | 0.747569 | 83 | 31.216867 | 28.095812 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.807229 | false | false | 13 |
8102ba96d3d1041e73d48e639fab40c0693b909c | 5,712,306,548,756 | bf1c997411d2e5b1c5a86c5f6d7b7ff8d9179a7b | /.svn/pristine/3a/3a2b9364eaa95a633df8005fc2fc69dc0805a97c.svn-base | 6ca8af9357a0d672d11f01a7f74fa5e2beb9b462 | [] | no_license | wjy46925183/xxxxxxxxxxxxxxxxxxxx | https://github.com/wjy46925183/xxxxxxxxxxxxxxxxxxxx | 754c7f0c74924cd5ee6eb7dd46b1e2d5035772d7 | 9119cb936cf10407040a7f3a26f466ebbef80d6e | refs/heads/master | 2021-01-01T18:07:04.158000 | 2017-07-25T02:06:36 | 2017-07-25T02:06:36 | 98,252,039 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package gongren.com.dlg.javabean;
import java.util.List;
/**
* Created by Administrator on 2016/12/28.
*/
public class WorkerOrderModel {
/**
* code : 0
* total : 0
* totalpage : 0
* data : [[{"id":"27501847187295293324954543702","postName":"Post名字","price":200,"jobMeterUnit":1,"jobMeterUn... | UTF-8 | Java | 5,897 | 3a2b9364eaa95a633df8005fc2fc69dc0805a97c.svn-base | Java | [] | null | [] | package gongren.com.dlg.javabean;
import java.util.List;
/**
* Created by Administrator on 2016/12/28.
*/
public class WorkerOrderModel {
/**
* code : 0
* total : 0
* totalpage : 0
* data : [[{"id":"27501847187295293324954543702","postName":"Post名字","price":200,"jobMeterUnit":1,"jobMeterUn... | 5,897 | 0.543925 | 0.524384 | 250 | 22.540001 | 26.790155 | 351 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.356 | false | false | 13 | |
4298d42d0b07a70853af0403fb89f17e95755872 | 12,369,505,832,139 | 8f236c7ba6bf1d384f3ed6ff70752b2635e953da | /app/src/main/java/com/example/calculator/MainActivity.java | fdc6d64d776b9623b742bdbf356453ea70ef7bad | [] | no_license | gabgmont/Calculator | https://github.com/gabgmont/Calculator | d81e7a5481f3944a5ae97edd966939196b5f4e12 | bf715713f7ed8fdc54debb9b360810216a326dee | refs/heads/master | 2022-07-04T13:13:13.963000 | 2020-05-22T20:24:32 | 2020-05-22T20:24:32 | 257,430,170 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.calculator;
import androidx.appcompat.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.TextView;
public class MainActivity extends AppCompatActivity {
private TextView result;
pri... | UTF-8 | Java | 6,774 | java | MainActivity.java | Java | [] | null | [] | package com.example.calculator;
import androidx.appcompat.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.TextView;
public class MainActivity extends AppCompatActivity {
private TextView result;
pri... | 6,774 | 0.554178 | 0.54473 | 187 | 35.229946 | 20.797356 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.582888 | false | false | 13 |
72a63a390f18e346c698706f155103f94a3e2b87 | 884,763,312,819 | 1a9469b4bd67bf6e5b9b97d2a18223f37fe187a6 | /Team54/src/main/java/ISA/Team54/users/dto/PharmacyAdministratorDTO.java | c18e0d896802c239d53e9fdeeeef982c7ad1b185 | [] | no_license | VasilijeBursac/PharmacySystem | https://github.com/VasilijeBursac/PharmacySystem | c906021c81a94335682f4347381b818a4b1778c6 | db1644019417bc46a722bd03f871fa1d0f92b27a | refs/heads/master | 2023-07-05T15:18:15.800000 | 2021-09-04T04:02:28 | 2021-09-04T04:02:28 | 309,205,917 | 0 | 1 | null | false | 2021-09-04T04:02:28 | 2020-11-01T23:01:11 | 2021-09-04T02:02:14 | 2021-09-04T04:02:28 | 12,926 | 0 | 1 | 0 | Java | false | false | package ISA.Team54.users.dto;
import javax.persistence.Column;
public class PharmacyAdministratorDTO {
private int id;
private String email;
private String name;
private String surname;
private String address;
private String city;
private String country;
private String phoneNumber;
private Boolean confirme... | UTF-8 | Java | 2,075 | java | PharmacyAdministratorDTO.java | Java | [] | null | [] | package ISA.Team54.users.dto;
import javax.persistence.Column;
public class PharmacyAdministratorDTO {
private int id;
private String email;
private String name;
private String surname;
private String address;
private String city;
private String country;
private String phoneNumber;
private Boolean confirme... | 2,075 | 0.706988 | 0.706024 | 121 | 16.14876 | 17.326071 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.495868 | false | false | 13 |
f39fe2ff0d311255a5a71d1f5f806197bdd343ce | 20,074,677,188,418 | e05630423bc1db6c14258d23d31bca3ccae540e3 | /PMS/src/com/pms/beans/ParkingSpace.java | b87c74423d6d906f9752656b64c4c541aa8e14a7 | [] | no_license | Juwhow/PMS | https://github.com/Juwhow/PMS | 9b25a9503f45f532b8e0de8ffa38c0cc24645151 | 2fe3aeebc59416bb9c12a165ddc39686e796bee8 | refs/heads/master | 2016-09-11T15:10:52.672000 | 2016-03-30T05:21:21 | 2016-03-30T05:21:21 | 35,863,058 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.pms.beans;
public class ParkingSpace {
private int parkingSpace_id;
private int owner_id;
private int community_id;
private double price;
private String state;
public int getParkingSpace_id() {
return parkingSpace_id;
}
public void setParkingSpace_id(int parkingSpace_id) {
this.parkingSpac... | UTF-8 | Java | 840 | java | ParkingSpace.java | Java | [] | null | [] | package com.pms.beans;
public class ParkingSpace {
private int parkingSpace_id;
private int owner_id;
private int community_id;
private double price;
private String state;
public int getParkingSpace_id() {
return parkingSpace_id;
}
public void setParkingSpace_id(int parkingSpace_id) {
this.parkingSpac... | 840 | 0.705952 | 0.705952 | 44 | 18.09091 | 15.141481 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.454545 | false | false | 13 |
35bebda674cbb697710772bba4b41b01da6abde2 | 27,255,862,499,267 | 2a49903e50ff9deea51335b4e3d5db8262692fbc | /src/main/java/com/ajdconsulting/pra/clubmanager/repository/EventTypeRepository.java | 140c90cdfe22b1525fbc6230e40980bd1f79257b | [] | no_license | adelimon/clubmanager | https://github.com/adelimon/clubmanager | c7540a2d5e4339cb10d49673906a6efe9f951e52 | 5d05502f719d65e59978100ba5e0428b16f93e0e | refs/heads/master | 2022-03-09T18:16:50.049000 | 2022-02-22T21:15:28 | 2022-02-22T21:15:28 | 55,327,304 | 0 | 1 | null | false | 2022-01-04T01:20:13 | 2016-04-03T03:12:36 | 2021-12-30T04:21:47 | 2022-01-04T01:20:13 | 7,288 | 0 | 1 | 6 | Java | false | false | package com.ajdconsulting.pra.clubmanager.repository;
import com.ajdconsulting.pra.clubmanager.domain.EventType;
import org.springframework.data.jpa.repository.*;
import java.util.List;
/**
* Spring Data JPA repository for the EventType entity.
*/
public interface EventTypeRepository extends JpaRepository<EventTy... | UTF-8 | Java | 334 | java | EventTypeRepository.java | Java | [] | null | [] | package com.ajdconsulting.pra.clubmanager.repository;
import com.ajdconsulting.pra.clubmanager.domain.EventType;
import org.springframework.data.jpa.repository.*;
import java.util.List;
/**
* Spring Data JPA repository for the EventType entity.
*/
public interface EventTypeRepository extends JpaRepository<EventTy... | 334 | 0.802395 | 0.802395 | 14 | 22.857143 | 27.469091 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.357143 | false | false | 13 |
58b042b3e2f02dda479cfb458344ec8f60d312a6 | 18,940,805,828,356 | 740012d061df2d565657fbeec7a019908b6af65e | /src/main/java/com/formacao/demo/service/ClientService.java | 6e04b6828ad72519e996a4f953f38019db237636 | [] | no_license | roberttacosta/springBootFormation | https://github.com/roberttacosta/springBootFormation | aaa8c87c2b5ebb146c75ae5721939b4a5677dd24 | 9063fb792d72bab328a3b41cebeeb215d8218fe1 | refs/heads/master | 2022-10-03T23:26:46.505000 | 2020-03-26T13:32:09 | 2020-03-26T13:32:09 | 241,888,137 | 0 | 0 | null | false | 2022-09-22T19:06:30 | 2020-02-20T13:16:29 | 2020-03-26T13:32:26 | 2022-09-22T19:06:28 | 204 | 0 | 0 | 2 | Java | false | false | package com.formacao.demo.service;
import com.formacao.demo.domain.Client;
import com.formacao.demo.dto.ClientNewDTO;
import java.util.List;
public interface ClientService {
Client find(Integer id);
Client findByCPF(String CPF);
Client createClientAndAcconut(ClientNewDTO clientNewDTO);
Client upd... | UTF-8 | Java | 464 | java | ClientService.java | Java | [] | null | [] | package com.formacao.demo.service;
import com.formacao.demo.domain.Client;
import com.formacao.demo.dto.ClientNewDTO;
import java.util.List;
public interface ClientService {
Client find(Integer id);
Client findByCPF(String CPF);
Client createClientAndAcconut(ClientNewDTO clientNewDTO);
Client upd... | 464 | 0.756465 | 0.756465 | 23 | 19.173914 | 19.758657 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.478261 | false | false | 13 |
e673809a91f51d2cd6b2038d2fd44c6d87166b31 | 15,032,385,569,512 | 14a659b334147e4575d9ffe9a030d4b90a66af00 | /fortnite2d/src/fortnite2d/World.java | b27014a908421b36344852a6cd54a6375a94242a | [] | no_license | robertstrauss/PUBNight_2D | https://github.com/robertstrauss/PUBNight_2D | d34bf5302a132beda86d868e3aeff41b6c7b28da | c251498e4c5c98916dffa615d075a17690c02f9e | refs/heads/master | 2020-03-22T14:58:46.979000 | 2018-07-10T22:42:12 | 2018-07-10T22:42:12 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package fortnite2d;
import java.awt.Color;
import java.awt.EventQueue;
import java.awt.Graphics;
import java.awt.geom.Point2D;
import java.util.ArrayList;
import javax.swing.JPanel;
public class World extends JPanel{
/**
* contains global settings for physics
*/
WorldVars settings = new WorldVars();
/**
... | UTF-8 | Java | 1,390 | java | World.java | Java | [] | null | [] | package fortnite2d;
import java.awt.Color;
import java.awt.EventQueue;
import java.awt.Graphics;
import java.awt.geom.Point2D;
import java.util.ArrayList;
import javax.swing.JPanel;
public class World extends JPanel{
/**
* contains global settings for physics
*/
WorldVars settings = new WorldVars();
/**
... | 1,390 | 0.692806 | 0.691367 | 78 | 16.820513 | 16.146559 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.384615 | false | false | 13 |
fc24dc15f27a5260eb9505dc977cb70c9805b8f7 | 2,147,483,677,368 | af8f280a7e5dfaac824ade83b3071b168a479fc0 | /src/main/java/com/upublic/vo/User.java | df93c7e71de65badf515eaed185fb8551a16ff88 | [] | no_license | sshshop/lendingcompanion | https://github.com/sshshop/lendingcompanion | b14e941f982b0dc42d6d6288dc6f98718c584c55 | f9c2b7ad6f9999590825585b0d8e9a64851aff7e | refs/heads/master | 2021-01-20T13:04:49.004000 | 2017-05-26T01:05:35 | 2017-05-26T01:05:35 | 90,443,218 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.upublic.vo;
import java.util.Date;
public class User {
private Integer uid;
private String username;
private String upassword;
private Integer sex;
private Date dob;
private String phone;
private Integer pid;
private Province province;
private Integer cid;
private C... | UTF-8 | Java | 2,327 | java | User.java | Java | [
{
"context": "\n\n public String getUsername() {\n return username;\n }\n\n public void setUsername(String userna",
"end": 1031,
"score": 0.9778357148170471,
"start": 1023,
"tag": "USERNAME",
"value": "username"
},
{
"context": "sername(String username) {\n thi... | null | [] | package com.upublic.vo;
import java.util.Date;
public class User {
private Integer uid;
private String username;
private String upassword;
private Integer sex;
private Date dob;
private String phone;
private Integer pid;
private Province province;
private Integer cid;
private C... | 2,327 | 0.570692 | 0.570692 | 132 | 16.628788 | 13.960119 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 13 |
797d81076e4b650e794239edc15c5a4b32ca44ae | 20,143,396,625,210 | d3c8cbc3206e635d1a2dc6ba7bdbd98574c404a3 | /MultipleChoiceQuestion.java | b3f616b4badee2cfef862d8cd9df3b2e7ab5dd65 | [] | no_license | jonahaung/Quiz | https://github.com/jonahaung/Quiz | 44170b0dd2190a6bb40a0186773c0544fc2e6943 | 0daf98de7140fb903f9f756ada3214a045787291 | refs/heads/master | 2022-11-21T07:46:53.377000 | 2020-07-24T11:15:47 | 2020-07-24T11:15:47 | 282,198,249 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
import javax.swing.JOptionPane;
public class MultipleChoiceQuestion extends Question {
MultipleChoiceQuestion(String query, String a, String b, String c, String d, String e, String answer) {
question = query+"\n"; // Initialize "question" using the "query" parameter followed by each choice parameter, "a"-"e".
... | UTF-8 | Java | 1,155 | java | MultipleChoiceQuestion.java | Java | [] | null | [] |
import javax.swing.JOptionPane;
public class MultipleChoiceQuestion extends Question {
MultipleChoiceQuestion(String query, String a, String b, String c, String d, String e, String answer) {
question = query+"\n"; // Initialize "question" using the "query" parameter followed by each choice parameter, "a"-"e".
... | 1,155 | 0.664935 | 0.664935 | 34 | 32.941177 | 37.078568 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.5 | false | false | 13 |
7271d50fcad302abf3262ea9c54a174312c0f037 | 11,836,929,902,382 | d4a9655588f97b38a531c7d06037288e2239d277 | /harbor-core/src/main/java/com/the/harbor/service/impl/PaymentBusiSVImpl.java | 42eba39752677a7a8bdf226fc677e2720b03b2da | [] | no_license | tfeie/harbor-service | https://github.com/tfeie/harbor-service | 722c764a1e67f65050b76a23855e663cd056d76d | 85070c6a4443ed16d5be93b4da58e935ae5107e6 | refs/heads/master | 2020-04-05T14:36:02.240000 | 2016-09-04T12:29:18 | 2016-09-04T12:29:18 | 59,465,299 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.the.harbor.service.impl;
import java.util.ArrayList;
import java.util.List;
import org.mortbay.log.Log;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import org.springframework.transa... | UTF-8 | Java | 8,917 | java | PaymentBusiSVImpl.java | Java | [] | null | [] | package com.the.harbor.service.impl;
import java.util.ArrayList;
import java.util.List;
import org.mortbay.log.Log;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import org.springframework.transa... | 8,917 | 0.769566 | 0.76886 | 206 | 40.247574 | 23.929953 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.859223 | false | false | 13 |
2ca49bb0bbc63a5cc34d41b0252d153b7a66d629 | 10,754,598,176,765 | 5174376f770b96978835a5cf3398bfd073ccb95b | /src/playerEngine/CharacterStatsManager.java | 2b2e855cfbe80d0f114a93a54ecbe3fc90b2a2bb | [] | no_license | TeamYOCO/Projet_Int-grateur_TeamYOCO | https://github.com/TeamYOCO/Projet_Int-grateur_TeamYOCO | 995a0b4e03ce501c499b9b62df8343676f5f3d2a | 989702259342d4aa77117143bf1d1d246e351c5c | refs/heads/master | 2021-01-18T21:33:58.753000 | 2017-01-16T20:09:18 | 2017-01-16T20:09:18 | 51,935,090 | 1 | 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 playerEngine;
import items.Equipment;
import static items.Equipment.MAX_STATS;
import items.EquipmentList;
import or... | UTF-8 | Java | 12,329 | java | CharacterStatsManager.java | Java | [
{
"context": "ort statesOfGame.Overworld;\r\n\r\n/**\r\n *\r\n * @author 1455367\r\n */\r\npublic class CharacterStatsManager {",
"end": 439,
"score": 0.5967636704444885,
"start": 439,
"tag": "USERNAME",
"value": ""
},
{
"context": "rt statesOfGame.Overworld;\r\n\r\n/**\r\n *\r\n * @... | null | [] | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package playerEngine;
import items.Equipment;
import static items.Equipment.MAX_STATS;
import items.EquipmentList;
import or... | 12,329 | 0.514574 | 0.503175 | 501 | 22.514971 | 19.52751 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.293413 | false | false | 13 |
f6371d4cd1bb913693c94ed12fa4537fd0b2bf09 | 20,229,296,030,120 | f82ab8ddefd2cf8bc32c870e10ff8edada7c529a | /src/problems/arrays/MissingInSortedArray.java | f6a5f779292c5fa6a1ff358bce0cd6cef9f2c38a | [] | no_license | shailendra-singh-dev/GeekForGeeks-Notes | https://github.com/shailendra-singh-dev/GeekForGeeks-Notes | 1edad10edd8065a04c9cd18e5f14e041ca36769f | 45669e9bc725dbd25c33f9849701ea445a39be3e | refs/heads/master | 2023-04-26T20:19:09.502000 | 2022-02-07T07:16:59 | 2023-04-13T21:19:20 | 71,155,032 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package problems.arrays;
public class MissingInSortedArray {
private int findmissing(int[] ar, int N) {
int l = 0, r = N - 1;
while (l <= r) {
int mid = (l + r) / 2;
// If this is the first element
// which is not index + 1, then
// missing element is mid+1
if (ar[mid] != ar[mid + 1] && ar[mid - ... | UTF-8 | Java | 790 | java | MissingInSortedArray.java | Java | [] | null | [] | package problems.arrays;
public class MissingInSortedArray {
private int findmissing(int[] ar, int N) {
int l = 0, r = N - 1;
while (l <= r) {
int mid = (l + r) / 2;
// If this is the first element
// which is not index + 1, then
// missing element is mid+1
if (ar[mid] != ar[mid + 1] && ar[mid - ... | 790 | 0.562025 | 0.532911 | 38 | 19.789474 | 15.003785 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.394737 | false | false | 13 |
a894dad1c75d05bf9f30162b8b3d4dcb48353851 | 19,593,640,874,595 | aa1642ba843060e45a17a4532b2dfec5232e2142 | /chapter_005/src/main/java/ru/job4j/generic/RoleStore.java | d252cd0b5c7d976693bec4a3f0c0590477c4fce3 | [
"Apache-2.0"
] | permissive | Madrabit/job4j | https://github.com/Madrabit/job4j | ae5f8c8c133595e79af37f0c602a952dcf4e0eac | 3f761ce72e737af8471b6f153cb077f9f8dd9675 | refs/heads/master | 2022-12-21T13:07:00.510000 | 2021-10-09T07:51:33 | 2021-10-09T07:51:33 | 196,752,272 | 0 | 0 | Apache-2.0 | false | 2022-12-16T05:14:33 | 2019-07-13T18:10:02 | 2021-10-09T07:51:39 | 2022-12-16T05:14:30 | 3,263 | 0 | 0 | 10 | Java | false | false | package ru.job4j.generic;
/**
* @author madrabit on 07.10.2019
* @version 1$
* @since 0.1
*/
@SuppressWarnings({"EmptyMethod", "rawtypes"})
public class RoleStore<Role> extends AbstractStore {
public RoleStore(int size) {
super(size);
}
}
| UTF-8 | Java | 261 | java | RoleStore.java | Java | [
{
"context": "package ru.job4j.generic;\n\n/**\n * @author madrabit on 07.10.2019\n * @version 1$\n * @since 0.1\n */\n@S",
"end": 50,
"score": 0.9988041520118713,
"start": 42,
"tag": "USERNAME",
"value": "madrabit"
}
] | null | [] | package ru.job4j.generic;
/**
* @author madrabit on 07.10.2019
* @version 1$
* @since 0.1
*/
@SuppressWarnings({"EmptyMethod", "rawtypes"})
public class RoleStore<Role> extends AbstractStore {
public RoleStore(int size) {
super(size);
}
}
| 261 | 0.651341 | 0.605364 | 14 | 17.642857 | 16.922543 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.214286 | false | false | 13 |
cd2bc9b63022ee904b873e1aa955238a5d31ccb3 | 19,593,640,875,264 | 7d33d082e17527f4511f910df2ade7db327d8bfd | /src/main/java/br/unipe/luisdev/web/api/enums/ProfileEnum.java | b899717fd69bd61c9bc81affe70d7e14baa5dc31 | [] | no_license | lgbento/HelpDesk | https://github.com/lgbento/HelpDesk | 3aeab200b8f905c5b29b32972d7a8b009e0df1c2 | b8d2e55d98f59fd36613ce09083c59763c328d68 | refs/heads/master | 2020-09-20T07:58:32.312000 | 2020-03-04T23:28:59 | 2020-03-04T23:28:59 | 224,417,003 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.unipe.luisdev.web.api.enums;
public enum ProfileEnum {
ROLE_ADMIN,
ROLE_CUSTOMER,
ROLE_TECHNICIAN
}
| UTF-8 | Java | 116 | java | ProfileEnum.java | Java | [] | null | [] | package br.unipe.luisdev.web.api.enums;
public enum ProfileEnum {
ROLE_ADMIN,
ROLE_CUSTOMER,
ROLE_TECHNICIAN
}
| 116 | 0.758621 | 0.758621 | 8 | 13.5 | 12.816006 | 39 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.75 | false | false | 13 |
ea4684cc692630cec08df31ba782fb7dbc6f83df | 420,906,847,121 | 48efe537b005e51a72a1c97e2b589b5a2fdc261c | /src/main/java/io/noep/boot/repository/NoticeRepository.java | f216d124a36ef99bde60d2cdcc9846dc9bb27f80 | [] | no_license | noep/boot-data-rest | https://github.com/noep/boot-data-rest | 00e432e944e2e69f9be850dc225acec9b6bdec39 | 4028d8eaaffd62ecd5676087ea0943cfa94c42fc | refs/heads/master | 2021-09-01T06:22:13.508000 | 2017-12-25T09:44:47 | 2017-12-25T09:44:47 | 115,326,869 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package io.noep.boot.repository;
import io.noep.boot.entity.Notice;
import org.springframework.data.repository.PagingAndSortingRepository;
import org.springframework.data.rest.core.annotation.RepositoryRestResource;
/**
* Created by Taehoon Yoo
* User : taehoon
* Date : 2017. 12. 25.
* Time : PM 5:40
* Page ... | UTF-8 | Java | 575 | java | NoticeRepository.java | Java | [
{
"context": "otation.RepositoryRestResource;\n\n/**\n * Created by Taehoon Yoo\n * User : taehoon\n * Date : 2017. 12. 25.\n * Ti",
"end": 247,
"score": 0.9998295307159424,
"start": 236,
"tag": "NAME",
"value": "Taehoon Yoo"
},
{
"context": "esource;\n\n/**\n * Created by Taehoon ... | null | [] | package io.noep.boot.repository;
import io.noep.boot.entity.Notice;
import org.springframework.data.repository.PagingAndSortingRepository;
import org.springframework.data.rest.core.annotation.RepositoryRestResource;
/**
* Created by <NAME>
* User : taehoon
* Date : 2017. 12. 25.
* Time : PM 5:40
* Page : htt... | 563 | 0.758377 | 0.738977 | 18 | 30.5 | 27.025194 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 13 |
d9c02c08e6ddc74cd79ec7b4876d861da4f6c5b6 | 7,378,753,826,696 | 60584c221863df1bf451d4f9280b0fdcdd3ecde6 | /CarShop/src/Main.java | 5985bd4d29ae2bc5e9400d17f88b76d80b8f2dfe | [] | no_license | Habi95/RemoteDigitalCampus | https://github.com/Habi95/RemoteDigitalCampus | 7a09e1720465b019ffe03c6aa7c7780d8ca68cd1 | 31e3331920adc88693e6c2713ac5e0daef31a53e | refs/heads/master | 2021-04-19T23:24:09.880000 | 2020-06-02T08:05:19 | 2020-06-02T08:05:19 | 249,640,784 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class Main {
public static void main(String[] args) {
Customer hans = new Customer("Peter Fritz", 42,20_000);
CarDealerShip carWorld = new CarDealerShip("CarWorld", "WaldStr. 53" , "Götzis");
Owner carWorldOwner = new Owner("Hans Meyer" , 58, 100_000);
carWorld.setOwner(car... | UTF-8 | Java | 1,196 | java | Main.java | Java | [
{
"context": "[] args) {\n\n Customer hans = new Customer(\"Peter Fritz\", 42,20_000);\n\n CarDealerShip carWorld = n",
"end": 116,
"score": 0.9998701810836792,
"start": 105,
"tag": "NAME",
"value": "Peter Fritz"
},
{
"context": " = new CarDealerShip(\"CarWorld\", \"Wal... | null | [] | public class Main {
public static void main(String[] args) {
Customer hans = new Customer("<NAME>", 42,20_000);
CarDealerShip carWorld = new CarDealerShip("CarWorld", "WaldStr. 53" , "Götzis");
Owner carWorldOwner = new Owner("<NAME>" , 58, 100_000);
carWorld.setOwner(carWorldOwne... | 1,187 | 0.6 | 0.556485 | 43 | 26.790697 | 26.926739 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.813953 | false | false | 13 |
bca03b23f7f19f7a9711ef04bbc062f6ba07e621 | 11,166,915,027,684 | ac3902c5c23ed840ed29fa962dd9a08728a2f480 | /app/src/main/java/com/base7/jd/birdapp/activities/UpdateBird.java | 8a7909636d17e73b7809df7b8c499d20ffb37e39 | [] | no_license | junaidfiaz143/BirdApp | https://github.com/junaidfiaz143/BirdApp | 43d2f682adc8111c65e8c754f439743d45538b88 | 78d040b8efeae64ab3a1b892bcc1c4c22048a5f9 | refs/heads/master | 2021-06-17T18:39:47.710000 | 2017-05-27T18:47:18 | 2017-05-27T18:47:18 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.base7.jd.birdapp.activities;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.widget.EditText;
import android.widget.Toast;
import com.base7.jd.birdapp.R;
import com.base7.jd.birdapp.datamodels.Bird;
import com.google.firebase.database.DataSnapshot;
import com.goog... | UTF-8 | Java | 2,104 | java | UpdateBird.java | Java | [] | null | [] | package com.base7.jd.birdapp.activities;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.widget.EditText;
import android.widget.Toast;
import com.base7.jd.birdapp.R;
import com.base7.jd.birdapp.datamodels.Bird;
import com.google.firebase.database.DataSnapshot;
import com.goog... | 2,104 | 0.684411 | 0.682034 | 64 | 31.875 | 27.370434 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5625 | false | false | 13 |
4e513a52cdf2a250cd8df925c3b7609ed2c8330a | 30,399,778,569,146 | 4168b1d8b44ea61cab5144ce2c0968ac7fa08149 | /src/main/java/com/qiangdong/reader/entity/WorkDaySummary.java | 25dd082de8754c925979f82316dbcf9e680634e5 | [
"Apache-2.0"
] | permissive | Vivian-miao/qiangdongserver | https://github.com/Vivian-miao/qiangdongserver | 2a841f0a964c92cbfe73d4eb98f0c2888e542fff | 0c16fec01b369d5491b8239860f291732db38f2e | refs/heads/master | 2023-04-25T07:21:57.354000 | 2021-05-20T04:16:51 | 2021-05-20T04:16:51 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.qiangdong.reader.entity;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableId;
import com.qiangdong.reader.enums.user.AuthorWorkStatusEnum;
import java.time.LocalDateTime;
import java.io.Serializable;
/**
* <p>
*
* </p>
*
* @author qiangd... | UTF-8 | Java | 1,820 | java | WorkDaySummary.java | Java | [
{
"context": "able;\r\n\r\n/**\r\n * <p>\r\n * \r\n * </p>\r\n *\r\n * @author qiangdong app\r\n * @since 2020-07-05\r\n */\r\npublic class WorkDayS",
"end": 327,
"score": 0.9800498485565186,
"start": 314,
"tag": "NAME",
"value": "qiangdong app"
}
] | null | [] | package com.qiangdong.reader.entity;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableId;
import com.qiangdong.reader.enums.user.AuthorWorkStatusEnum;
import java.time.LocalDateTime;
import java.io.Serializable;
/**
* <p>
*
* </p>
*
* @author <NAME>... | 1,813 | 0.592062 | 0.5871 | 81 | 20.395061 | 18.160927 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 13 |
c9ab3cddf032ce5ef0501f72420e9313330fb7cd | 19,808,389,238,687 | e208fab9f28d5a6a14ae813eca8b3552bf200f3d | /src/easy/Q922SortArrayByParityII.java | 4927e29659e34898c315d946090584f8f227c31e | [] | no_license | chakwok/leetcode | https://github.com/chakwok/leetcode | f1b984561203b1b3e17d13eb4663874615c8d6b3 | 812c5569776f5e33e08e3b315f4d4b4c0a4c3876 | refs/heads/master | 2022-06-22T08:32:54.465000 | 2022-04-21T08:25:52 | 2022-04-21T08:25:52 | 140,658,924 | 1 | 0 | null | false | 2022-06-20T22:45:14 | 2018-07-12T03:59:51 | 2022-04-21T08:41:36 | 2022-06-20T22:45:13 | 307 | 2 | 0 | 1 | Java | false | false | package easy;
public class Q922SortArrayByParityII {
public int[] sortArrayByParityIINew(int[] A) {
return new int[0];
}
//O(n), need to loop through up to 3 times
public int[] sortArrayByParityII(int[] A) {
int odd = 0;
int even = 0;
boolean isEven = true;
int... | UTF-8 | Java | 1,208 | java | Q922SortArrayByParityII.java | Java | [] | null | [] | package easy;
public class Q922SortArrayByParityII {
public int[] sortArrayByParityIINew(int[] A) {
return new int[0];
}
//O(n), need to loop through up to 3 times
public int[] sortArrayByParityII(int[] A) {
int odd = 0;
int even = 0;
boolean isEven = true;
int... | 1,208 | 0.301325 | 0.286424 | 50 | 23.16 | 15.661878 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 13 |
40152ac7b11d1946608f8033687f2bdceaf3955a | 2,353,642,109,712 | e20711fcb5e2a3f31c84197e598aa55d56de2d15 | /week2/CastExample.java | d4251408203e8618a0a8e27a70193e5afbdb0e9a | [] | no_license | kiddikn/java-class | https://github.com/kiddikn/java-class | 472d784db76577ff2f09099d298a426618c0e8a0 | ee08eafb3512e3185032fa9236355213b144a4c8 | refs/heads/master | 2020-12-24T17:35:19.095000 | 2013-02-21T06:59:33 | 2013-02-21T06:59:33 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | class CastExample {
public static void main(String[] args) {
int a = 7;
int b = 2;
double c = a / (double)b; // ☆
System.out.println("cの値は" + c);
}
}
| UTF-8 | Java | 201 | java | CastExample.java | Java | [] | null | [] | class CastExample {
public static void main(String[] args) {
int a = 7;
int b = 2;
double c = a / (double)b; // ☆
System.out.println("cの値は" + c);
}
}
| 201 | 0.476684 | 0.466321 | 8 | 23.125 | 15.390236 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 13 |
daa84f9f7d2aec4a70ba9ab89c49ec995cefdd23 | 36,807,869,758,391 | c6b30b11d773f138077bee9753431c2f0904337e | /src/phasing/PhraseReader.java | cfaee6275c81b078c3ef268a3a06529c1032407e | [] | no_license | jmorrow1/phasing | https://github.com/jmorrow1/phasing | 86845fd5dc1fa325dd1602992992d0c3da8aff90 | c763f869ea12c194dcda69325d63c4dc82f02381 | refs/heads/master | 2021-01-22T10:25:36.174000 | 2017-01-02T19:55:26 | 2017-01-02T19:55:26 | 47,510,736 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package phasing;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
/**
* Reads a phrase at the rate that its update method is invoked. Invokes the
* given callback whenever it reads a new note, passing itself as an argument to
* the callback.
*
* Should be able to cope and con... | UTF-8 | Java | 3,053 | java | PhraseReader.java | Java | [
{
"context": " while the phrase\n * changes state.\n * \n * @author James Morrow\n *\n */\npublic class PhraseReader {\n // data\n ",
"end": 412,
"score": 0.9997208118438721,
"start": 400,
"tag": "NAME",
"value": "James Morrow"
},
{
"context": "n noteIndex;\n }\n\n /**\n ... | null | [] | package phasing;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
/**
* Reads a phrase at the rate that its update method is invoked. Invokes the
* given callback whenever it reads a new note, passing itself as an argument to
* the callback.
*
* Should be able to cope and con... | 3,041 | 0.586309 | 0.583033 | 115 | 25.547827 | 24.679949 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.243478 | false | false | 13 |
39f02984777024611b5d14cb542d5cd35616678d | 38,852,274,200,674 | a030c431b0ddf59a38626a561ab8f66332c2cd06 | /src/cupl/Main.java | 9daa9b87ee7a2ee805764c92d1249ab6ad81090b | [] | no_license | zkxs/yellowpeel | https://github.com/zkxs/yellowpeel | 8721f50753550e0f4237e30b809d2889a962b4ab | 3f43192ab343b59c465fa7f63362793a655be286 | refs/heads/master | 2016-09-16T15:57:25.809000 | 2014-12-22T02:01:38 | 2014-12-22T02:01:38 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cupl;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.PrintStream;
import java.util.Scanner;
import cupl.counters.BinDown;
import cupl.counters.BinUp;
import cupl.counters.Clear;
import cupl.counters.JohnsonDown;
import cupl.counters.JohnsonUp;
import cupl.counters.RingDown;
import cu... | UTF-8 | Java | 2,548 | java | Main.java | Java | [] | null | [] | package cupl;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.PrintStream;
import java.util.Scanner;
import cupl.counters.BinDown;
import cupl.counters.BinUp;
import cupl.counters.Clear;
import cupl.counters.JohnsonDown;
import cupl.counters.JohnsonUp;
import cupl.counters.RingDown;
import cu... | 2,548 | 0.622449 | 0.61146 | 102 | 23.980392 | 25.342741 | 168 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.5 | false | false | 13 |
e2fa761171ba366ae2e851bf206dc7ac71773aa6 | 35,596,688,989,012 | a720554abd84ac31b9b997072b8fae5ce8ad0062 | /AbstractClasses/Abstracts/AbstractIntrol/WomanGameCalculator.java | a5a5a1c4e81d7a7339fa283541ba78974e373565 | [] | no_license | Bedirhangndnr/Java_OOP | https://github.com/Bedirhangndnr/Java_OOP | b77413c82c00ee76740b42aa9f8adec5b05ea54d | 01eb5fd8fa286893139ee20c1f729af950562d60 | refs/heads/main | 2023-04-25T22:48:52.728000 | 2021-05-22T21:09:29 | 2021-05-22T21:09:29 | 364,088,013 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package AbstractClasses.Abstracts.AbstractIntrol;
public class WomanGameCalculator extends GameCalculator{
public void hesapla(){
System.out.println("Puanınız:88 | Base");
}
}
| UTF-8 | Java | 195 | java | WomanGameCalculator.java | Java | [] | null | [] | package AbstractClasses.Abstracts.AbstractIntrol;
public class WomanGameCalculator extends GameCalculator{
public void hesapla(){
System.out.println("Puanınız:88 | Base");
}
}
| 195 | 0.740933 | 0.73057 | 7 | 26.571428 | 22.98358 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 13 |
efe40e66bade5587120186c3c231b3e8a9ae681d | 38,981,123,191,662 | 5e331ed7d91d63b564954852e2dc2c14e92f01c4 | /app/src/main/java/com/lesley/engelsimmanuel/fishfarming/Reminder.java | 010f6b29d71fe010bfd38ea593c8ae0e8d900cdb | [] | no_license | lesleytechh/FishFarming | https://github.com/lesleytechh/FishFarming | 1eb87e464fc636e5c54ac893991aa971815ca805 | 0bd54ecb7da720dcb6c7734a79ad7e107ac66275 | refs/heads/master | 2023-06-20T04:56:35.772000 | 2021-07-18T17:47:24 | 2021-07-18T17:47:24 | 291,447,397 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lesley.engelsimmanuel.fishfarming;
import com.google.firebase.Timestamp;
public class Reminder {
private String stock_name;
private String date_stocked;
private String currency_of_cost_of_stock;
private String cost_of_stock;
private String stock_stage;
private String expected_date_... | UTF-8 | Java | 3,854 | java | Reminder.java | Java | [] | null | [] | package com.lesley.engelsimmanuel.fishfarming;
import com.google.firebase.Timestamp;
public class Reminder {
private String stock_name;
private String date_stocked;
private String currency_of_cost_of_stock;
private String cost_of_stock;
private String stock_stage;
private String expected_date_... | 3,854 | 0.693306 | 0.693306 | 115 | 32.52174 | 49.407505 | 503 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.608696 | false | false | 13 |
8a84dfcf310421c6137bd91d23f28ac9b51abf3e | 39,144,331,949,609 | ac7eee42b5eb67a94b8dbd7646583a024e3a7b3a | /src/main/java/qowyn/ark/properties/PropertyRegistry.java | ce7d84e77a27c7288142a4cb810df9499df98c67 | [
"MIT"
] | permissive | juntalis/ark-savegame-toolkit | https://github.com/juntalis/ark-savegame-toolkit | 4bbbdd2bb8771a1affd1264cd28cf7420fc89faf | 954101d7e29508b8dfdbf8a950ccea5b684df324 | refs/heads/master | 2022-04-18T21:38:24.921000 | 2020-04-17T06:28:17 | 2020-04-17T06:28:17 | 256,422,083 | 0 | 0 | null | true | 2020-04-17T06:34:40 | 2020-04-17T06:34:40 | 2020-03-23T22:48:26 | 2020-03-04T21:50:48 | 196 | 0 | 0 | 0 | null | false | false | package qowyn.ark.properties;
import java.util.HashMap;
import java.util.Map;
import com.fasterxml.jackson.databind.JsonNode;
import qowyn.ark.ArkArchive;
import qowyn.ark.LoggerHelper;
import qowyn.ark.types.ArkName;
public class PropertyRegistry {
public static final Map<ArkName, PropertyBinaryConstructor> TYP... | UTF-8 | Java | 2,797 | java | PropertyRegistry.java | Java | [] | null | [] | package qowyn.ark.properties;
import java.util.HashMap;
import java.util.Map;
import com.fasterxml.jackson.databind.JsonNode;
import qowyn.ark.ArkArchive;
import qowyn.ark.LoggerHelper;
import qowyn.ark.types.ArkName;
public class PropertyRegistry {
public static final Map<ArkName, PropertyBinaryConstructor> TYP... | 2,797 | 0.734358 | 0.72256 | 71 | 38.394367 | 35.932831 | 165 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.183099 | false | false | 13 |
2fee5cbf1dba690866c0128e1d94d1d94515b985 | 38,027,640,464,013 | 8b574aba221bc1a7c4c526eb97e68e5e0f6e2d2f | /GOF23/src/com/xinliu/createMode/builder/Airship.java | bc2e2fe28803262c202d5a8fec8ca46f462a52b2 | [
"Apache-2.0"
] | permissive | liuxinlx/SXTTest | https://github.com/liuxinlx/SXTTest | 62027b7f8722f55abcce4d5568907a81cae168af | e45582264e67acf75251f0233fbd60ab711df6b2 | refs/heads/master | 2016-09-10T07:54:15.799000 | 2016-07-02T16:24:18 | 2016-07-02T16:24:18 | 59,209,407 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.xinliu.createMode.builder;
/**
* Created by xinliu on 16/5/20.
*/
public class Airship {
private OrbitalModule orbitalMoudule;
private Engine engine;
private EscapeTower escapeTower;
public void launch(){
System.out.println("发射!!");
}
public OrbitalModule getOrbitalMoud... | UTF-8 | Java | 1,555 | java | Airship.java | Java | [
{
"context": " com.xinliu.createMode.builder;\n\n/**\n * Created by xinliu on 16/5/20.\n */\npublic class Airship {\n\n priva",
"end": 64,
"score": 0.9993954300880432,
"start": 58,
"tag": "USERNAME",
"value": "xinliu"
}
] | null | [] | package com.xinliu.createMode.builder;
/**
* Created by xinliu on 16/5/20.
*/
public class Airship {
private OrbitalModule orbitalMoudule;
private Engine engine;
private EscapeTower escapeTower;
public void launch(){
System.out.println("发射!!");
}
public OrbitalModule getOrbitalMoud... | 1,555 | 0.609284 | 0.606061 | 87 | 16.827587 | 16.323742 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.264368 | false | false | 13 |
0317a81d66d3e2bb0ed2cc6feb83fde343f719b3 | 37,649,683,336,165 | 02a86eccbda6469504e3f50fb73c7c703ace4e95 | /src/main/java/jsonx/JsonxParserFactory.java | 438af6d213c511dc72212c1f46cf103573f7eed1 | [] | no_license | bbaron/jsonx | https://github.com/bbaron/jsonx | 275dd3ef0d07ba81ec61c33a7691a223a12d3098 | 79b1df36b79531dc019fb1250e2f87b3c457c904 | refs/heads/master | 2016-08-11T21:59:00.564000 | 2015-12-20T16:14:08 | 2015-12-20T16:14:08 | 48,328,398 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package jsonx;
import java.io.InputStream;
import java.io.Reader;
import java.nio.charset.Charset;
import java.util.Map;
import javax.json.JsonArray;
import javax.json.JsonObject;
import javax.json.stream.JsonParser;
import javax.json.stream.JsonParserFactory;
public class JsonxParserFactory implements JsonParserFac... | UTF-8 | Java | 909 | java | JsonxParserFactory.java | Java | [] | null | [] | package jsonx;
import java.io.InputStream;
import java.io.Reader;
import java.nio.charset.Charset;
import java.util.Map;
import javax.json.JsonArray;
import javax.json.JsonObject;
import javax.json.stream.JsonParser;
import javax.json.stream.JsonParserFactory;
public class JsonxParserFactory implements JsonParserFac... | 909 | 0.689769 | 0.689769 | 45 | 19.200001 | 18.84392 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.377778 | false | false | 13 |
6e9d8ebe3213ece9e77bc4593c061e37fbbd402c | 37,649,683,338,128 | c71cb6f21f8ea13c5b68d5220ca0eb8455e1436a | /gateway-zuul/src/main/java/cloud/test/gateway/config/BeanConfig.java | b95a8b2e87c2f9076b36b514b000d5b0179d88e3 | [] | no_license | zhibi/learn-spring-cloud | https://github.com/zhibi/learn-spring-cloud | 2d7d594f0992c3950ded2987a20f9a58665fca3b | 1627e23bd0248f30243132e448bd8474e02f4b96 | refs/heads/master | 2020-04-28T02:42:49.937000 | 2019-03-14T03:49:02 | 2019-03-14T03:49:02 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cloud.test.gateway.config;
import org.springframework.cloud.netflix.zuul.filters.discovery.PatternServiceRouteMapper;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
/**
* @author 执笔
* @date 2019/3/12 16:21
*/
@Configuration
public class Bean... | UTF-8 | Java | 563 | java | BeanConfig.java | Java | [
{
"context": "context.annotation.Configuration;\n\n/**\n * @author 执笔\n * @date 2019/3/12 16:21\n */\n@Configuration\npubli",
"end": 258,
"score": 0.9581247568130493,
"start": 256,
"tag": "NAME",
"value": "执笔"
}
] | null | [] | package cloud.test.gateway.config;
import org.springframework.cloud.netflix.zuul.filters.discovery.PatternServiceRouteMapper;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
/**
* @author 执笔
* @date 2019/3/12 16:21
*/
@Configuration
public class Bean... | 563 | 0.700917 | 0.680734 | 21 | 24.952381 | 28.343935 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 13 |
417eaf5b0e5f782af03e40f6bea266b878f2a3ed | 36,163,624,672,121 | be1a644689d0d7ec0642d54da1147ca8c1308326 | /src/main/java/algorithms/hackerrank/warmup/PlusMinus.java | f665b1cf068ae531d741b065b08fca0d882a86ef | [] | no_license | jchejarla/algorithms_and_ds | https://github.com/jchejarla/algorithms_and_ds | a6b0ba809d10bfe0a7164c4a0c59335e20c1974f | 408c3aede4c100dd78f1d309258904166b99bfdd | refs/heads/master | 2016-09-14T19:14:53.319000 | 2016-04-27T16:06:23 | 2016-04-27T16:06:23 | 56,728,300 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package algorithms.hackerrank.warmup;
import java.util.Scanner;
public class PlusMinus {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
int input = scanner.nextInt();
int[] inputArray = new int[input];
int index = 0;
for(int i=0; i<inputArray.length; i++) {
inputArra... | UTF-8 | Java | 800 | java | PlusMinus.java | Java | [] | null | [] | package algorithms.hackerrank.warmup;
import java.util.Scanner;
public class PlusMinus {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
int input = scanner.nextInt();
int[] inputArray = new int[input];
int index = 0;
for(int i=0; i<inputArray.length; i++) {
inputArra... | 800 | 0.66 | 0.65 | 35 | 21.857143 | 16.475338 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.4 | false | false | 13 |
705b831067cc0b1caa8583f100eb7e2d21f7168d | 38,517,266,734,325 | 4025dc0222d66aeda631f9fbfbcd8dadd048c98a | /src/projectlp2a/Interface.java | 4c02feec28addd0982c111bf159664c820b819d2 | [] | no_license | toma68650/ProjectLLP2A | https://github.com/toma68650/ProjectLLP2A | 54be98cf45295cf289feed8a1ece8f499bcf396c | 3ceb80f3a660f7698f6d9a9904f04d466700f5a6 | refs/heads/main | 2023-04-13T21:58:50.772000 | 2021-04-27T08:42:05 | 2021-04-27T08:42:05 | 351,856,225 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package projectlp2a;
import java.awt.*;
import javax.swing.JFrame;
import javax.swing.JLabel;
import javax.swing.JLayeredPane;
import javax.swing.JPanel;
import java.util.ArrayList;
import java.util.Timer;
import javax.swing.BorderFactory;
import javax.swing.Icon;
import javax.swing.ImageIcon;
import javax.swing.JB... | UTF-8 | Java | 7,766 | java | Interface.java | Java | [
{
"context": "displayed on the board during the game.\n * @author alexandrev - thomasl \n * @version 1.0\n * @date 2021\n */\npubl",
"end": 592,
"score": 0.9982643723487854,
"start": 582,
"tag": "USERNAME",
"value": "alexandrev"
},
{
"context": "the board during the game.\n * @author... | null | [] | package projectlp2a;
import java.awt.*;
import javax.swing.JFrame;
import javax.swing.JLabel;
import javax.swing.JLayeredPane;
import javax.swing.JPanel;
import java.util.ArrayList;
import java.util.Timer;
import javax.swing.BorderFactory;
import javax.swing.Icon;
import javax.swing.ImageIcon;
import javax.swing.JB... | 7,766 | 0.67332 | 0.654391 | 278 | 26.935251 | 22.513533 | 157 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.284173 | false | false | 13 |
30ded80f4659b75b694774ffd89fecc1536aa638 | 37,752,762,551,912 | bbaf5e9fb232e70ff2221975e1dab4554a111be8 | /src/main/java/com/utocat/catalizr/core/AuthorizationTokenManager.java | c9fd376e423911b704564aa2410ecea57fb00e66 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | utocat/catalizr-lib-java | https://github.com/utocat/catalizr-lib-java | 07be37603ad39385bba1bad6ce1e2e91a932d8df | 98505136372bfa0a6cee5eb03b0247a3aa511024 | refs/heads/master | 2021-04-09T14:36:11.523000 | 2018-03-18T11:27:27 | 2018-03-18T11:27:27 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.utocat.catalizr.core;
import com.utocat.catalizr.core.interfaces.StorageStrategy;
import com.utocat.catalizr.core.APIs.ApiBase;
import com.utocat.catalizr.CatalizrApi;
/**
* Authorization token manager. This class cannot be inherited.
* @author Cedric PAUCHET cedric.pauchet@utocat.com
*/
pu... | UTF-8 | Java | 2,274 | java | AuthorizationTokenManager.java | Java | [
{
"context": "nager. This class cannot be inherited.\r\n * @author Cedric PAUCHET cedric.pauchet@utocat.com\r\n */\r\npublic final clas",
"end": 285,
"score": 0.9998658895492554,
"start": 271,
"tag": "NAME",
"value": "Cedric PAUCHET"
},
{
"context": "ss cannot be inherited.\r\n * @au... | null | [] | package com.utocat.catalizr.core;
import com.utocat.catalizr.core.interfaces.StorageStrategy;
import com.utocat.catalizr.core.APIs.ApiBase;
import com.utocat.catalizr.CatalizrApi;
/**
* Authorization token manager. This class cannot be inherited.
* @author <NAME> <EMAIL>
*/
public final class Authoriza... | 2,248 | 0.673703 | 0.673263 | 64 | 33.53125 | 32.018536 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.296875 | false | false | 13 |
dff632ff950541f891aadca6bf1618a5c576ceb7 | 37,632,503,476,459 | 6a96e7c1252c25b6d222ba73a5b43220e846b3fc | /src/com/company/valid/StoreValidator.java | ba5f83a22fb34af3a2a9918838b788b2bf70f374 | [] | no_license | Death0Less/NeBookStore_v2.0 | https://github.com/Death0Less/NeBookStore_v2.0 | 0c082dbd05a3a64f948d34bd24b6212c892693ea | 74b5391468e022fe4bdc976da5a9707af4aee9eb | refs/heads/master | 2023-08-21T07:51:05.701000 | 2021-09-09T19:09:24 | 2021-09-09T19:09:24 | 399,937,317 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.company.valid;
public class StoreValidator {
public boolean validStoreName(String storeName) {
return storeName.length() > 2;
}
}
| UTF-8 | Java | 159 | java | StoreValidator.java | Java | [] | null | [] | package com.company.valid;
public class StoreValidator {
public boolean validStoreName(String storeName) {
return storeName.length() > 2;
}
}
| 159 | 0.698113 | 0.691824 | 7 | 21.714285 | 18.880938 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 13 |
b6cbd4fa0a7bfd4c553a4c4255eda94dd16229a5 | 37,477,884,655,411 | 1cda67cfac0ab2aedcb9fdd1bf761b48227541f9 | /hr-admin/src/main/java/com/lx/hr/admin/controller/MenuController.java | d4e8912b3557159ffcd4f51980b2e22979b0dbfc | [] | no_license | WangYouzheng1994/hr-saas | https://github.com/WangYouzheng1994/hr-saas | 389496bfaf194a95591ab44fbfadbb43dacfb09a | 5abcf1ddf3b8bf40417638ce3df2b4d3b12b7e27 | refs/heads/master | 2023-07-08T15:29:31.355000 | 2021-08-06T01:08:10 | 2021-08-06T01:08:10 | 392,143,032 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lx.hr.admin.controller;
/**
* @Author: WangYouzheng
* @Date: 2021/6/30 15:13
* @Description:
*/
public class MenuController {
}
| UTF-8 | Java | 145 | java | MenuController.java | Java | [
{
"context": "ckage com.lx.hr.admin.controller;\n\n/**\n * @Author: WangYouzheng\n * @Date: 2021/6/30 15:13\n * @Description:\n */\npu",
"end": 65,
"score": 0.9997916221618652,
"start": 53,
"tag": "NAME",
"value": "WangYouzheng"
}
] | null | [] | package com.lx.hr.admin.controller;
/**
* @Author: WangYouzheng
* @Date: 2021/6/30 15:13
* @Description:
*/
public class MenuController {
}
| 145 | 0.675862 | 0.6 | 9 | 15.111111 | 12.853399 | 35 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.111111 | false | false | 13 |
71fbf2cc03032f7cb75610ba7b2f51cd214abdf5 | 18,562,848,669,624 | eb94ef22f9fedba388bc18b10a722cdc831e9f50 | /Football/Football/src/JFrameApp.java | 5cc1fb5d851bd186fe3c3e5605f026f9f8815f8f | [] | no_license | Radmir95/javaApps | https://github.com/Radmir95/javaApps | 2848d509154cafb87c8b6e3791ec9080a0a06673 | 09c96a2d26ed58094d27fc28725d75f8d05ba9ee | refs/heads/master | 2020-12-18T10:56:06.032000 | 2016-05-27T11:19:59 | 2016-05-27T11:19:59 | 59,829,326 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import javax.swing.*;
import java.awt.event.WindowEvent;
import java.awt.event.WindowListener;
import java.util.ArrayList;
public class JFrameApp extends JFrame {
public JFrameApp(){
setBounds(100,100,1200,400);
setTitle("Футбольчик");
setDefaultCloseOperation(WindowConstants.EXIT_ON_CLOSE)... | UTF-8 | Java | 2,992 | java | JFrameApp.java | Java | [] | null | [] | import javax.swing.*;
import java.awt.event.WindowEvent;
import java.awt.event.WindowListener;
import java.util.ArrayList;
public class JFrameApp extends JFrame {
public JFrameApp(){
setBounds(100,100,1200,400);
setTitle("Футбольчик");
setDefaultCloseOperation(WindowConstants.EXIT_ON_CLOSE)... | 2,992 | 0.461771 | 0.454393 | 111 | 25.864864 | 25.794575 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.504505 | false | false | 13 |
ae53abd6d67f1ca83c8dfc778189ffd9dd266af0 | 15,298,673,525,922 | a985945fcb7c39699bd7d2cee1b873c705edd769 | /bdbstore/src/main/java/org/apache/qpid/server/store/berkeleydb/entry/PreparedTransaction.java | 9ecc5b32830a8accb1a934ddf0bbba0b10e460e4 | [
"Apache-2.0",
"GPL-2.0-only",
"CDDL-1.0",
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | apache/qpid-broker-j | https://github.com/apache/qpid-broker-j | 09bf66e694d8dfba74e8ee62f51b631327402d8f | c7b6edfade1e2c99c1b06efea51ea34f0fc4868f | refs/heads/main | 2023-09-03T19:57:44.709000 | 2023-08-25T09:28:33 | 2023-08-25T09:28:33 | 88,711,981 | 64 | 52 | Apache-2.0 | false | 2023-09-05T11:08:45 | 2017-04-19T07:00:07 | 2023-07-25T14:08:30 | 2023-09-05T11:08:44 | 147,059 | 54 | 46 | 8 | 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"); y... | UTF-8 | Java | 1,436 | java | PreparedTransaction.java | Java | [] | 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"); y... | 1,436 | 0.726323 | 0.723538 | 46 | 30.217392 | 27.737835 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.304348 | false | false | 13 |
f79cac926ffe7c0c828dc6e3353dc15b48c625f7 | 29,394,756,192,537 | 3db409e746d4643ad519ffd7749fdb8fbf9074d4 | /LA1a.java | 5728e9ac3625a35cf6511f960d325d4ab185b949 | [] | no_license | diazk2atwit/portfolio | https://github.com/diazk2atwit/portfolio | 3a85640bf088656ea523a88d2a0202bb973541d9 | dcde99e2f7f0f0907c8cd6d29d4bbe6d501eb85b | refs/heads/master | 2020-12-12T18:42:10.750000 | 2020-01-16T01:38:08 | 2020-01-16T01:38:08 | 234,202,300 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.wit.cs.comp1000;
import java.util.Scanner;
/**
* This program computes the sum, mean, and population standard deviation of a
* list of 5 numbers
*
* @author kjd
*
*/
public class LA1a {
/**
* This program computes the sum, mean, and population standard deviation from
* the user's input of 5 n... | UTF-8 | Java | 1,186 | java | LA1a.java | Java | [
{
"context": "deviation of a\n * list of 5 numbers\n * \n * @author kjd\n *\n */\npublic class LA1a {\n\n\t/**\n\t * This program",
"end": 179,
"score": 0.9996124505996704,
"start": 176,
"tag": "USERNAME",
"value": "kjd"
}
] | null | [] | package edu.wit.cs.comp1000;
import java.util.Scanner;
/**
* This program computes the sum, mean, and population standard deviation of a
* list of 5 numbers
*
* @author kjd
*
*/
public class LA1a {
/**
* This program computes the sum, mean, and population standard deviation from
* the user's input of 5 n... | 1,186 | 0.612142 | 0.586003 | 53 | 21.377359 | 20.990767 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.566038 | false | false | 13 |
8b8d68da88774728ec187a1af8e1f80bb2c33c40 | 17,549,236,393,040 | ae16325a0c6f5ca10a4c03ff19a57a4177ccd7e0 | /BudgetAppClient/src/frm/FrmCategory.java | d1e40bcb17172365d0feacde597e7923053f9045 | [] | no_license | miapecelj/BudgetApp | https://github.com/miapecelj/BudgetApp | d232a8fb37e444022a58cd456e6ff75ca11c7da9 | c7f14a236cb631af0ab723331a474e102482c3d2 | refs/heads/master | 2023-06-04T10:54:25.147000 | 2021-06-19T17:25:26 | 2021-06-19T17:25:26 | 378,464,918 | 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 frm;
import java.awt.event.ActionListener;
import javax.swing.JButton;
import javax.swing.JLabel;
import javax.swing.JTextFiel... | UTF-8 | Java | 5,915 | java | FrmCategory.java | Java | [
{
"context": "\nimport javax.swing.JTextField;\n\n/**\n *\n * @author Mia Pecelj\n */\npublic class FrmCategory extends javax.swing.",
"end": 352,
"score": 0.9998237490653992,
"start": 342,
"tag": "NAME",
"value": "Mia Pecelj"
}
] | 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 frm;
import java.awt.event.ActionListener;
import javax.swing.JButton;
import javax.swing.JLabel;
import javax.swing.JTextFiel... | 5,911 | 0.646999 | 0.64328 | 171 | 33.590645 | 31.464762 | 163 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.362573 | false | false | 13 |
2977ac9512f4ced512ccd902223cfc895d9446c9 | 9,775,345,585,433 | 10127b97f97d388a9c43f50bc53dfa610d7652f0 | /benz/benz-web/src/main/java/com/baobaotao/web/SpringMVCControllerXml.java | deadc32078c4bb21c4cacfa5e3538f1d00f4b605 | [] | no_license | suxiaoxu/Benz | https://github.com/suxiaoxu/Benz | fac2043bf23e45e8d7fa92e81f8f899f3dd90b92 | b416646b3ea84b4e884eaab112305c49e438bc23 | refs/heads/master | 2021-01-20T07:34:57.421000 | 2017-06-20T14:59:55 | 2017-06-20T14:59:55 | 50,226,599 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.baobaotao.web;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.springframework.web.servlet.ModelAndView;
import org.springframework.web.servlet.mvc.Controller;
public class SpringMVCControllerXml implements Controller{
@Override
public ModelAndV... | UTF-8 | Java | 615 | java | SpringMVCControllerXml.java | Java | [] | null | [] | package com.baobaotao.web;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.springframework.web.servlet.ModelAndView;
import org.springframework.web.servlet.mvc.Controller;
public class SpringMVCControllerXml implements Controller{
@Override
public ModelAndV... | 615 | 0.813008 | 0.803252 | 22 | 26.954546 | 23.03846 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.318182 | false | false | 8 |
6b236faf9020733d114ccd8e24ba8afb97eac066 | 20,779,051,794,388 | ee36be8fdb98c8cc26b31f01bd7c49513f60c2c8 | /src/main/java/br/com/java/infrastructure/SwaggerConfig.java | 8f2cc839c38a60b0e17db5ff44cb7743d4ac115a | [] | no_license | luizgomaciel/br-agendamento-servicos-java | https://github.com/luizgomaciel/br-agendamento-servicos-java | 75d910c1583d7be2f02963921267d356be617af7 | b013b65265c7fa3efd5f00b19f27a9bb43581e90 | refs/heads/master | 2023-08-22T09:51:32.619000 | 2021-09-25T02:25:58 | 2021-09-25T02:25:58 | 406,050,853 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.java.infrastructure;
import com.google.common.collect.Lists;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.http.HttpHeaders;
import springfox.documenta... | UTF-8 | Java | 2,761 | java | SwaggerConfig.java | Java | [
{
"context": "ce URL\",\n new Contact(null, null, \"luizgomaciel@gmail.com\"),\n \"\",\n \"\",\n ",
"end": 1899,
"score": 0.9999194741249084,
"start": 1877,
"tag": "EMAIL",
"value": "luizgomaciel@gmail.com"
}
] | null | [] | package br.com.java.infrastructure;
import com.google.common.collect.Lists;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.http.HttpHeaders;
import springfox.documenta... | 2,746 | 0.669445 | 0.665821 | 76 | 35.302631 | 24.218317 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.513158 | false | false | 8 |
d9a1245bece3b6379e3b936123710e484406f3da | 12,378,095,769,715 | baf22f16346c66170f0f014451d24f0a3d7db9a4 | /resys-one-util/src/main/java/xmt/resys/util/encrypt/RegexUtils.java | d215fa7bab9c21a00576c1d706722ac6a2d41e14 | [
"MIT"
] | permissive | wangyaomail/resys-one | https://github.com/wangyaomail/resys-one | d09f46b01aa35955eaec65910e86d4e894b93e0a | c43d4dc894e8fb86416425967844784d06d16952 | refs/heads/master | 2022-08-26T20:48:59.338000 | 2022-08-23T02:39:52 | 2022-08-23T02:39:52 | 216,051,884 | 17 | 4 | null | false | 2021-11-27T02:10:05 | 2019-10-18T15:14:33 | 2021-07-06T02:12:18 | 2021-11-27T02:10:03 | 979 | 12 | 3 | 0 | Java | false | false | package xmt.resys.util.encrypt;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
/**
* 提供一些正则表达式校验的方法,支持验证邮箱、身份证、电话号码、密码、ip、网址、邮编、手机号、大小写、汉字或英文
*/
public class RegexUtils {
private RegexUtils() {
throw new AssertionError();
}
/**
* 验证邮箱
* @param 待验证的字符串
* @return 如... | UTF-8 | Java | 7,645 | java | RegexUtils.java | Java | [] | null | [] | package xmt.resys.util.encrypt;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
/**
* 提供一些正则表达式校验的方法,支持验证邮箱、身份证、电话号码、密码、ip、网址、邮编、手机号、大小写、汉字或英文
*/
public class RegexUtils {
private RegexUtils() {
throw new AssertionError();
}
/**
* 验证邮箱
* @param 待验证的字符串
* @return 如... | 7,645 | 0.511424 | 0.452309 | 226 | 26.694691 | 40.512531 | 433 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.862832 | false | false | 8 |
0b26ca232f8386d216ed3f7ca341f95a78c27f1f | 25,933,012,575,704 | ad7f3bd9ba1385ac7f82f7de4f4c3857e8ee1fe6 | /src/main/java/com/app/movies/MoviesApplication.java | 08e43f72821b93ee9ebb0fe6ce8c7d3fa3e28236 | [] | no_license | rogal92/moviesListApp | https://github.com/rogal92/moviesListApp | 19365a31f1838e467a6ca2a35c9cc67e61c53bdf | dba4e4fe866de91b85ff81c578cf6025fdea4ddc | refs/heads/master | 2020-03-14T07:13:13.546000 | 2018-04-27T14:27:57 | 2018-04-27T14:27:57 | 131,500,218 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.app.movies;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.builder.SpringApplicationBuilder;
import org.springframework.boot.web.servlet.support.SpringBootServletInitializer;
@SpringBootApplication
pub... | UTF-8 | Java | 610 | java | MoviesApplication.java | Java | [] | null | [] | package com.app.movies;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.builder.SpringApplicationBuilder;
import org.springframework.boot.web.servlet.support.SpringBootServletInitializer;
@SpringBootApplication
pub... | 610 | 0.829508 | 0.829508 | 19 | 31.105263 | 29.044239 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.894737 | false | false | 8 |
452353ae6b92c59398ee12cba44b4609e5daf1a8 | 23,373,212,073,236 | fa2c18b7a524307f09ab0ad873e8a71776ec89cd | /src/main/java/cn/com/chnsys/dtc/dcs/service/impl/LiveProtocolDcsServiceImpl.java | 3f631fa64758703f98c24b20ee54190a0b4f2be0 | [] | no_license | KolentoCc/dtc-dcs | https://github.com/KolentoCc/dtc-dcs | 0fc5bcae483efe4707d2d134657dcdf70d1ef8e0 | 7190d1827b0b634550cb7a36c63d005838a2ae5f | refs/heads/master | 2023-01-02T06:25:01.990000 | 2020-06-03T08:30:19 | 2020-06-03T08:30:19 | 269,010,087 | 0 | 1 | null | false | 2020-10-13T22:35:18 | 2020-06-03T06:41:41 | 2020-06-03T08:30:33 | 2020-10-13T22:35:17 | 164 | 0 | 0 | 1 | Java | false | false | package cn.com.chnsys.dtc.dcs.service.impl;
import java.util.Collections;
import java.util.List;
import org.apache.ibatis.session.RowBounds;
import cn.com.chnsys.cif.base.utils.CollectionUtil;
import cn.com.chnsys.cif.base.utils.DateTimeUtil;
import cn.com.chnsys.cif.core.Constant;
import cn.com.chnsys.cif.core.fram... | UTF-8 | Java | 3,707 | java | LiveProtocolDcsServiceImpl.java | Java | [] | null | [] | package cn.com.chnsys.dtc.dcs.service.impl;
import java.util.Collections;
import java.util.List;
import org.apache.ibatis.session.RowBounds;
import cn.com.chnsys.cif.base.utils.CollectionUtil;
import cn.com.chnsys.cif.base.utils.DateTimeUtil;
import cn.com.chnsys.cif.core.Constant;
import cn.com.chnsys.cif.core.fram... | 3,707 | 0.718894 | 0.716996 | 150 | 23.6 | 24.267948 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.04 | false | false | 8 |
14941810a6ebed295d2e96c39dfe0f3da3ab537e | 5,798,205,887,925 | afb3cd712f55b0e62d140c891526490b61c59095 | /src/org/foi/uzdiz/hbradvic_zad3/view/window/FromPointEraser.java | 90994968da98b8b0e2d2c75dc43715998162555e | [] | no_license | HeatPwnz/uzdiz_zad3 | https://github.com/HeatPwnz/uzdiz_zad3 | d8afee40c4cf15881933e0f7f1fd971c99cde77f | 5b7ddae6fb0328a4f426468deb672c79c214733b | refs/heads/master | 2021-01-13T03:07:38.201000 | 2016-12-30T18:42:55 | 2016-12-30T18:42:55 | 77,440,219 | 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 org.foi.uzdiz.hbradvic_zad3.view.window;
import org.foi.uzdiz.hbradvic_zad3.view.observer.EraserObserver;
import org.foi.uzdiz... | UTF-8 | Java | 727 | java | FromPointEraser.java | Java | [
{
"context": "dvic_zad3.view.printer.Printer;\n\n/**\n *\n * @author hEAT\n */\npublic class FromPointEraser extends Eraser {",
"end": 380,
"score": 0.9993495941162109,
"start": 376,
"tag": "USERNAME",
"value": "hEAT"
}
] | 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 org.foi.uzdiz.hbradvic_zad3.view.window;
import org.foi.uzdiz.hbradvic_zad3.view.observer.EraserObserver;
import org.foi.uzdiz... | 727 | 0.704264 | 0.700138 | 30 | 23.266666 | 25.894573 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.466667 | false | false | 8 |
74370851dec4d6f3515b85e595765a90ef453684 | 11,458,972,799,908 | c7f7e847d14d2449ba059c73d243b27997616a91 | /src/generated/java/ca/gc/dfo/psffs/domain/objects/QCell.java | d3c60e5e18bb67f9003b7382019669a0939523fc | [] | no_license | tfang54321/psffs | https://github.com/tfang54321/psffs | 09764b635df84b08e406d7edc16ac02a7abcbab5 | 38d88c8d779d4cd79e9fc8a78eae464d3bee43de | refs/heads/master | 2020-09-14T21:16:03.788000 | 2019-11-29T21:07:36 | 2019-11-29T21:07:36 | 223,258,335 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ca.gc.dfo.psffs.domain.objects;
import static com.querydsl.core.types.PathMetadataFactory.*;
import com.querydsl.core.types.dsl.*;
import com.querydsl.core.types.PathMetadata;
import javax.annotation.Generated;
import com.querydsl.core.types.Path;
import com.querydsl.core.types.dsl.PathInits;
/**
* QCell ... | UTF-8 | Java | 4,976 | java | QCell.java | Java | [] | null | [] | package ca.gc.dfo.psffs.domain.objects;
import static com.querydsl.core.types.PathMetadataFactory.*;
import com.querydsl.core.types.dsl.*;
import com.querydsl.core.types.PathMetadata;
import javax.annotation.Generated;
import com.querydsl.core.types.Path;
import com.querydsl.core.types.dsl.PathInits;
/**
* QCell ... | 4,976 | 0.747588 | 0.745378 | 112 | 43.419643 | 47.971466 | 171 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.705357 | false | false | 8 |
dc255ec0aef3537ed9b616a8605fc5bda41d1841 | 841,813,636,702 | 2c7eb05eb1326062c0961a1cad8061792fe9f2a0 | /src/main/java/com/hcl/stockex/dto/StockResponseDTO.java | 17a01b7a6e6e3b62e737941a18193a341d6a5761 | [] | no_license | shaikhaasif204/stockexchange | https://github.com/shaikhaasif204/stockexchange | 901a7d208deea59c593170871feaaefbf7a68c27 | c06ecf09b3d055c7bd0a348f2aa4a6c983b6cd50 | refs/heads/master | 2020-06-25T19:41:28.908000 | 2019-07-30T10:48:23 | 2019-07-30T10:48:23 | 199,404,307 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hcl.stockex.dto;
import java.time.LocalTime;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
@Data
@NoArgsConstructor
@AllArgsConstructor
public class StockResponseDTO {
private Long id;
private String stockName;
private String stockType;
private String reg... | UTF-8 | Java | 417 | java | StockResponseDTO.java | Java | [] | null | [] | package com.hcl.stockex.dto;
import java.time.LocalTime;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
@Data
@NoArgsConstructor
@AllArgsConstructor
public class StockResponseDTO {
private Long id;
private String stockName;
private String stockType;
private String reg... | 417 | 0.800959 | 0.800959 | 28 | 13.892858 | 13.053021 | 33 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.714286 | false | false | 8 |
bcb66bc6953f39d9a955bf6d22dacc5c99cf998e | 17,549,236,417,513 | 31a8b0363a2956165c6368e6b5d59eda6dd4434e | /library/src/test/java/db_utils/MockFutureLineStorage.java | a714de7db18a98221e691eff2b41c5344064aa44 | [] | no_license | bennylodman/BuyProduct-id1-id2 | https://github.com/bennylodman/BuyProduct-id1-id2 | 99f4d96de108f5ec1470b81904b8ffe42c173350 | ead3a87e5b65f3b7e3a478ee2285e2092408944f | refs/heads/master | 2020-05-31T08:15:46.869000 | 2017-06-11T20:37:13 | 2017-06-11T20:37:13 | 94,023,060 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package db_utils;
import il.ac.technion.cs.sd.buy.ext.FutureLineStorage;
import java.util.ArrayList;
import java.util.List;
import java.util.concurrent.CompletableFuture;
import java.util.concurrent.TimeUnit;
/**
* Created by Nadav on 19-May-17.
*/
public class MockFutureLineStorage implements FutureLineStorage {
... | UTF-8 | Java | 1,760 | java | MockFutureLineStorage.java | Java | [
{
"context": " java.util.concurrent.TimeUnit;\n\n/**\n * Created by Nadav on 19-May-17.\n */\npublic class MockFutureLineStor",
"end": 235,
"score": 0.9881024956703186,
"start": 230,
"tag": "NAME",
"value": "Nadav"
}
] | null | [] | package db_utils;
import il.ac.technion.cs.sd.buy.ext.FutureLineStorage;
import java.util.ArrayList;
import java.util.List;
import java.util.concurrent.CompletableFuture;
import java.util.concurrent.TimeUnit;
/**
* Created by Nadav on 19-May-17.
*/
public class MockFutureLineStorage implements FutureLineStorage {
... | 1,760 | 0.600568 | 0.596591 | 66 | 25.666666 | 23.465857 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.378788 | false | false | 8 |
7860695b7de2cc250bc0588464da5344275e39a6 | 9,328,669,006,804 | e418bf96ec526f3816855d1c1badebe4fdfac082 | /src/musterLoesungen/uebung7/TransportSimulator.java | 826c1b74f9a4fc5a4b41a0c2d5e7a923230e4b8a | [] | no_license | jorh/uebungen-aufgabenblaetter1617 | https://github.com/jorh/uebungen-aufgabenblaetter1617 | b83301340c4105695e889b503b1ce0d52fa3dc42 | 86ef82e7007e8621b8cd033ef1532c109ba26519 | refs/heads/master | 2021-01-11T10:16:14.683000 | 2017-02-06T14:15:13 | 2017-02-06T14:15:13 | 72,552,866 | 0 | 0 | null | true | 2016-11-01T16:06:15 | 2016-11-01T16:06:14 | 2016-11-01T14:35:36 | 2016-11-01T15:25:31 | 2 | 0 | 0 | 0 | null | null | null | package musterLoesungen.uebung7;
import java.util.List;
import java.util.ArrayList;
public class TransportSimulator {
} | UTF-8 | Java | 132 | java | TransportSimulator.java | Java | [] | null | [] | package musterLoesungen.uebung7;
import java.util.List;
import java.util.ArrayList;
public class TransportSimulator {
} | 132 | 0.75 | 0.742424 | 9 | 12.888889 | 14.270751 | 33 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 8 |
4f0d987fb813b9c4699ce990d9a99d4854eb2f48 | 7,318,624,330,399 | b0b5ef1c1c148878c4d2c8d9b3466ce650f6b037 | /phoenix-core/src/test/java/org/apache/phoenix/parse/BuiltInFunctionInfoTest.java | 5cf5de0c3abed181f371fefc2440a0c17d3bc3c5 | [
"MIT",
"OFL-1.1",
"BSD-3-Clause",
"ISC",
"Apache-2.0"
] | permissive | apache/phoenix | https://github.com/apache/phoenix | 8c84d894a0b19735f4a4ff920c2a095895ac21c5 | ef4989a26230f922fe77b2886fb11f2135909b51 | refs/heads/master | 2023-09-04T10:45:13.982000 | 2023-08-31T16:54:08 | 2023-08-31T16:54:08 | 20,473,418 | 1,064 | 1,172 | Apache-2.0 | false | 2023-09-14T21:18:37 | 2014-06-04T07:00:08 | 2023-09-07T02:51:26 | 2023-09-14T21:18:36 | 76,117 | 994 | 995 | 110 | 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 | 4,573 | java | BuiltInFunctionInfoTest.java | Java | [] | 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 ... | 4,573 | 0.708069 | 0.705882 | 122 | 36.491802 | 29.588779 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 8 |
db6b026e980d6ae94eaa1681ac0dd7e10bd3dbfa | 7,318,624,332,988 | 0a453633cfad3ef900b19bfe53f6689e977abf57 | /src/main/java/com/github/karlnicholas/djsdist/controller/RejectedRestController.java | 9e63390be72e110b503c4ba6e9bfafcfb1f513e5 | [] | no_license | karlnicholas/djsdist | https://github.com/karlnicholas/djsdist | bd67ac579027cc9414f54b9784c86bf9f07f92e9 | 6784bae0b67afbd889edc75bc932272590ec2805 | refs/heads/master | 2023-01-11T09:20:27.775000 | 2020-11-11T16:53:37 | 2020-11-11T16:53:37 | 305,863,359 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.github.karlnicholas.djsdist.controller;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
import com.github.karlnicholas.djsdist.model.Transaction;
import com.github.karln... | UTF-8 | Java | 955 | java | RejectedRestController.java | Java | [
{
"context": "package com.github.karlnicholas.djsdist.controller;\n\nimport org.springframework.w",
"end": 31,
"score": 0.9985357522964478,
"start": 19,
"tag": "USERNAME",
"value": "karlnicholas"
},
{
"context": "ind.annotation.RestController;\n\nimport com.github.karlnicholas.djsdis... | null | [] | package com.github.karlnicholas.djsdist.controller;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
import com.github.karlnicholas.djsdist.model.Transaction;
import com.github.karln... | 955 | 0.840838 | 0.840838 | 27 | 34.370369 | 26.261009 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.074074 | false | false | 8 |
cbfbd88b918af6b9d6e2409993b7b78e9d525eff | 2,963,527,485,219 | 16382c742c127d039109f7981cad0afa5c41cd35 | /core/src/main/java/com/dom/colare/core/entidades/lic/licitacao_fase1/EditalEAnexoFase1.java | 9f2b5711f187922203c7bd9319148dc3b919b005 | [] | no_license | Janerson/colare_tcm | https://github.com/Janerson/colare_tcm | a32c8c5da30d6076630875b0aded1825900b6c33 | f7b8a29fec85b683ff679f7d9e0944aa312e52f0 | refs/heads/master | 2023-03-05T03:02:31.904000 | 2020-12-19T11:14:10 | 2020-12-19T11:14:10 | 225,750,296 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.dom.colare.core.entidades.lic.licitacao_fase1;
import com.dom.colare.core.entidades.shared.EditalEAnexo;
import com.fasterxml.jackson.annotation.JsonBackReference;
import lombok.Getter;
import lombok.Setter;
import javax.persistence.*;
@Entity(name = "FAS1_EDIT_ANEX")
@Getter
@Setter
@PrimaryKeyJoinColum... | UTF-8 | Java | 534 | java | EditalEAnexoFase1.java | Java | [] | null | [] | package com.dom.colare.core.entidades.lic.licitacao_fase1;
import com.dom.colare.core.entidades.shared.EditalEAnexo;
import com.fasterxml.jackson.annotation.JsonBackReference;
import lombok.Getter;
import lombok.Setter;
import javax.persistence.*;
@Entity(name = "FAS1_EDIT_ANEX")
@Getter
@Setter
@PrimaryKeyJoinColum... | 534 | 0.780899 | 0.773408 | 20 | 25.700001 | 20.576929 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.35 | false | false | 8 |
2587e1197f8dd2169577f7315c82ba4211a4eb6a | 2,963,527,482,211 | ef3e9420511f102d45d1a49babd47ccdacbc7470 | /app/src/main/java/com/example/administrator/androidframe/zito/frame/Interface/InterfaceClick.java | 5397a7e028b2eb03db4f09d06ee318392422c827 | [] | no_license | zyainiyadai/AndroidFrame | https://github.com/zyainiyadai/AndroidFrame | 88ebc2fd12a49e3c523c2ab4831beea1d5cbaf26 | b069cfcd2103fd9e16f4a8c3b88d451c123f8161 | refs/heads/master | 2021-01-19T05:53:38.400000 | 2016-07-12T08:45:12 | 2016-07-12T08:45:12 | 63,141,738 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.administrator.androidframe.zito.frame.Interface;
import android.view.View;
/**
* Created by Administrator on 2016/5/24.
*/
public interface InterfaceClick {
/**
* 回调方法
*
*/
void OnItemClick(View view, int position);
}
| UTF-8 | Java | 273 | java | InterfaceClick.java | Java | [
{
"context": "ace;\n\nimport android.view.View;\n\n/**\n * Created by Administrator on 2016/5/24.\n */\npublic interface InterfaceClick",
"end": 128,
"score": 0.758971095085144,
"start": 115,
"tag": "NAME",
"value": "Administrator"
}
] | null | [] | package com.example.administrator.androidframe.zito.frame.Interface;
import android.view.View;
/**
* Created by Administrator on 2016/5/24.
*/
public interface InterfaceClick {
/**
* 回调方法
*
*/
void OnItemClick(View view, int position);
}
| 273 | 0.675472 | 0.649057 | 14 | 17.928572 | 20.544252 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 8 |
52655d5e0fe8103dfcc29e7724d47e623996d9b7 | 7,971,459,350,437 | 2ac9ef2d146ff5523de7b0a2f364ed5b2cc3b9d3 | /DownloaderFram.java | 37900441a0f1d5928fcf45b5097686722ea6043f | [] | no_license | hand-mayu/exam | https://github.com/hand-mayu/exam | caf3869dfd439356038b6ea59591bfd04f1c1c4e | 03289e9a81c1968421c6a0d29cfebff3df9afe42 | refs/heads/master | 2017-11-11T16:49:02.343000 | 2017-03-07T14:59:15 | 2017-03-07T14:59:15 | 84,045,994 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package exam;
import java.awt.BorderLayout;
import java.awt.Font;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.io.File;
import javax.swing.JButton;
import javax.swing.JFileChooser;
import javax.swing.JFrame;
import javax.swing.JLabel;
import javax.swing.JOptionPane;
... | UTF-8 | Java | 4,236 | java | DownloaderFram.java | Java | [] | null | [] | package exam;
import java.awt.BorderLayout;
import java.awt.Font;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.io.File;
import javax.swing.JButton;
import javax.swing.JFileChooser;
import javax.swing.JFrame;
import javax.swing.JLabel;
import javax.swing.JOptionPane;
... | 4,236 | 0.656386 | 0.641648 | 126 | 27.079365 | 19.528004 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.880952 | false | false | 8 |
edf860ea71113ed804962a7a659f14b9a3e2b0c8 | 1,580,548,011,920 | 8c5eaef97efb104619a3cf6ccf8f1c7b13b938bc | /Chapters7-8/Canine.java | b018d53a85f81bf08ec93d854b5162401f8f22c8 | [] | no_license | artpetrovskii/Head-First-Java | https://github.com/artpetrovskii/Head-First-Java | 3dfce4411ea6dab5d6ec316b39812c85344a23c5 | ae6737f1e8ac08cf4eee931bab16d3116259b842 | refs/heads/master | 2020-06-09T01:30:58.483000 | 2019-07-15T15:45:03 | 2019-07-15T15:45:03 | 193,343,615 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | abstract public class Canine extends Animals{
public void roam() {
}
}
| UTF-8 | Java | 77 | java | Canine.java | Java | [] | null | [] | abstract public class Canine extends Animals{
public void roam() {
}
}
| 77 | 0.688312 | 0.688312 | 4 | 18.25 | 17.59794 | 45 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0 | false | false | 8 |
efd8df3ac2fd4aa12ccf0c265af153c529556fec | 18,459,769,485,232 | cdbbae7d07ab0f8727650655737b747e36faea33 | /Spring-Boot-MongoDB-RestAPI/src/main/java/com/example/demo/repository/MessageRepositoryStudent.java | d73b6371397fdf7970e17a4cd3ad38c5000be395 | [
"Apache-2.0"
] | permissive | DhirenKumar13/SpringBootProjects | https://github.com/DhirenKumar13/SpringBootProjects | 6dfc802b29eb9046b2a02b0ecfc8fb6049f1f9e9 | a3b3150494c3e433740a31955e219baaa3769eda | refs/heads/master | 2020-03-10T08:44:59.984000 | 2018-07-03T18:22:26 | 2018-07-03T18:22:26 | 129,293,225 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.demo.repository;
import org.springframework.data.mongodb.repository.MongoRepository;
import com.example.demo.domain.StudentDomainQueue;
public interface MessageRepositoryStudent extends MongoRepository<StudentDomainQueue, String>{
}
| UTF-8 | Java | 257 | java | MessageRepositoryStudent.java | Java | [] | null | [] | package com.example.demo.repository;
import org.springframework.data.mongodb.repository.MongoRepository;
import com.example.demo.domain.StudentDomainQueue;
public interface MessageRepositoryStudent extends MongoRepository<StudentDomainQueue, String>{
}
| 257 | 0.856031 | 0.856031 | 9 | 27.555555 | 33.810291 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 8 |
e71a72d58cfe55247009e462be399aa0ed6ce417 | 5,763,846,157,960 | c108162fd1651ccc2d82f519f55dd999d9ca6686 | /Platformer/src/com/gravity/map/LevelRect.java | e39564c149618685b73f485845d2a0a1ee638e07 | [
"MIT"
] | permissive | psychobunnies/Psychobunnies | https://github.com/psychobunnies/Psychobunnies | ae9453a043bfd74d07f6104a0a8e4b14ce07f931 | e946e82ac314a6d7c318271e7cb4e9452bd24f79 | refs/heads/master | 2021-01-18T06:41:24.616000 | 2017-05-30T04:03:27 | 2017-05-30T04:14:20 | 7,287,356 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.gravity.map;
public enum LevelRect {
FINISH(MapType.FINISH, "level markers", "finish");
public final MapType type;
public final String layer;
public final String objectType;
private LevelRect(MapType type, String layer, String objectType) {
this.type = type;
this.layer... | UTF-8 | Java | 376 | java | LevelRect.java | Java | [] | null | [] | package com.gravity.map;
public enum LevelRect {
FINISH(MapType.FINISH, "level markers", "finish");
public final MapType type;
public final String layer;
public final String objectType;
private LevelRect(MapType type, String layer, String objectType) {
this.type = type;
this.layer... | 376 | 0.667553 | 0.667553 | 15 | 24.066668 | 20.011553 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.8 | false | false | 8 |
62c0132536998d1ab12333d69479aff85646fdc9 | 32,263,794,367,112 | a1a3032d7d4e2131c39970d5a6de3efcbb9f5267 | /WebApp/src/com/post/kz/PostServlet.java | 0eb485f7878bbddbeddadf4a7d887eb3c52fce8f | [] | no_license | aneladler/lab2-1 | https://github.com/aneladler/lab2-1 | 924d0aa0515bf1ba5607d32582ec6e08a6989b0a | 1e8f0afe38864f2d815f03da01adc7e7de611b0c | refs/heads/master | 2021-01-25T02:29:34.034000 | 2015-03-09T08:18:03 | 2015-03-09T08:18:03 | 31,076,484 | 0 | 0 | null | true | 2015-02-20T17:39:49 | 2015-02-20T17:39:49 | 2015-02-17T03:58:28 | 2015-02-17T03:58:28 | 0 | 0 | 0 | 0 | null | null | null | package com.post.kz;
import java.io.IOException;
import java.util.Date;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletR... | UTF-8 | Java | 1,469 | java | PostServlet.java | Java | [] | null | [] | package com.post.kz;
import java.io.IOException;
import java.util.Date;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletR... | 1,469 | 0.744044 | 0.743363 | 59 | 23.898306 | 22.725849 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.372881 | false | false | 8 |
8c5ac3f384d99fe8705ab372a0089b2d2c771ab8 | 27,023,934,281,045 | a38a59b96843984d235e3a6decd1efa0f083e37c | /src/main/java/com/yitianyike/calendar/pullserver/dao/impl/PackageDAOImpl.java | e308065a8cc5c36c0c454df403b43e2fe23080b6 | [] | no_license | ndkhbwh/ndkhbwh_pulldata | https://github.com/ndkhbwh/ndkhbwh_pulldata | 3a98353017204ef1b65bb3eb5ad5e427ef444dd5 | 376ace7f0c6fcc6e9d7d869b747f13a763e97939 | refs/heads/master | 2021-01-20T06:04:37.939000 | 2017-09-05T01:32:27 | 2017-09-05T01:32:27 | 101,479,934 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yitianyike.calendar.pullserver.dao.impl;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.springframework.jdbc.core.RowMapper;
import org.springframework.stereotype.Component;
import com.... | UTF-8 | Java | 19,202 | java | PackageDAOImpl.java | Java | [] | null | [] | package com.yitianyike.calendar.pullserver.dao.impl;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.springframework.jdbc.core.RowMapper;
import org.springframework.stereotype.Component;
import com.... | 19,202 | 0.686803 | 0.683523 | 525 | 35.575237 | 44.055687 | 422 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.009524 | false | false | 8 |
afbed27a925fb31e63c12e14500051b394b3a927 | 4,767,413,739,418 | 2b7c587542ffb625c92ee0770ae1f164f327096a | /ch09/23-Checking-File-Visibility/TestClass.java | b03fac266eb45257bf83ce412f057f8135e87945 | [] | no_license | Sabyh11/Java-SE8-OCP-Exam-1Z0-809 | https://github.com/Sabyh11/Java-SE8-OCP-Exam-1Z0-809 | bf881ea0e218838820022bfe3f6ee078dc0fd6c8 | 52a7c81c840b76f4c149056c71b119b1e5c1e32b | refs/heads/master | 2022-01-20T11:10:47.983000 | 2018-07-07T17:41:00 | 2018-07-07T17:41:00 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.nio.file.*;
import java.io.IOException;
public class TestClass {
public static void main(String[] args) {
// isHidden(Path)
try {
System.out.println(Files.isHidden(Paths.get("/walrus"))); // if files doesn't exists, throws NoSuchFileException
} catch (IOException e) {
System... | UTF-8 | Java | 352 | java | TestClass.java | Java | [] | null | [] | import java.nio.file.*;
import java.io.IOException;
public class TestClass {
public static void main(String[] args) {
// isHidden(Path)
try {
System.out.println(Files.isHidden(Paths.get("/walrus"))); // if files doesn't exists, throws NoSuchFileException
} catch (IOException e) {
System... | 352 | 0.642045 | 0.642045 | 14 | 24.214285 | 29.60738 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.357143 | false | false | 8 |
b27054565f24616306caabddcf93c53ea51a2683 | 24,824,911,007,181 | 48b7a2f752aa1dd21ff0161041e4133be195d712 | /Exemple_Cours_Intercepteurs_1/src/main/java/com/ensah/config/AppConfig.java | 3fed03cff6be89a0c343617684b50112caeced1c | [] | no_license | godwinKvg/ensah_javaee_2021 | https://github.com/godwinKvg/ensah_javaee_2021 | 9614d341a91e65156a17382fc92c5aa47a100a19 | 529b8310f30323338c74adae7cf8395ffb441357 | refs/heads/master | 2023-05-21T18:47:14.820000 | 2021-06-14T12:16:21 | 2021-06-14T16:49:00 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ensah.config;
import org.apache.log4j.Logger;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
import org.springframework.transaction.annotation.EnableTransactionManagement;
import... | UTF-8 | Java | 1,754 | java | AppConfig.java | Java | [] | null | [] | package com.ensah.config;
import org.apache.log4j.Logger;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
import org.springframework.transaction.annotation.EnableTransactionManagement;
import... | 1,754 | 0.808899 | 0.808329 | 58 | 29.241379 | 26.323786 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.913793 | false | false | 8 |
c1a7d4781c2a862425e3d70f1e8e018c9f8b4d9b | 5,007,931,922,707 | a8765019002ab2cd8a5e4ea248de49c45cedfe19 | /src/edu/sjsu/model/Account.java | c4d67d2a8fc616a74f205e5f942b23437415fb61 | [] | no_license | sunnychen315/banking-app | https://github.com/sunnychen315/banking-app | 095ce74e9dde1cc237c09cd45e853e0cfa92b9ef | 28a40eea81923e5941b519bbe589cc33a79a146d | refs/heads/main | 2023-04-29T00:39:39.106000 | 2021-05-17T18:17:37 | 2021-05-17T18:17:37 | 361,056,438 | 1 | 4 | null | false | 2021-05-17T18:17:38 | 2021-04-24T02:54:29 | 2021-05-16T20:09:50 | 2021-05-17T18:17:37 | 607 | 1 | 3 | 0 | Java | false | false | package edu.sjsu.model;
/**
* Class used to store account information
*/
public interface Account {
/**
* gets the balance of the selected account
* @return the amount in the account
*/
public double getBalance();
/**
* executes a withdraw with specified amount
* @param amount to be removed... | UTF-8 | Java | 526 | java | Account.java | Java | [] | null | [] | package edu.sjsu.model;
/**
* Class used to store account information
*/
public interface Account {
/**
* gets the balance of the selected account
* @return the amount in the account
*/
public double getBalance();
/**
* executes a withdraw with specified amount
* @param amount to be removed... | 526 | 0.652091 | 0.652091 | 24 | 20.916666 | 18.293707 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 8 |
fe46dbc0940a36edef4c725cf6bad0854a004ec6 | 9,002,251,494,846 | 553ec2d823246f5c3c63c5d44ea2e82007f84e7c | /app/src/main/java/com/andyshon/moviedb/data/di/ActivityModule.java | e68fd8219a03974e1547d69d6feec003d9dd9c47 | [] | no_license | Andyshon/Movie | https://github.com/Andyshon/Movie | 826e145c2420e16caf25adf3be77304bc79e604a | 7cf326a247c3a24687b3fbf65b523b3bb27936e3 | refs/heads/master | 2020-03-25T12:33:31.322000 | 2018-08-15T05:22:41 | 2018-08-15T05:22:41 | 143,782,144 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.andyshon.moviedb.data.di;
import android.content.Context;
import com.andyshon.moviedb.GlobalConstants;
import com.andyshon.moviedb.data.remote.MoviesService;
import com.jakewharton.retrofit2.adapter.rxjava2.RxJava2CallAdapterFactory;
import javax.inject.Singleton;
import dagger.Module;
import dagger.Pro... | UTF-8 | Java | 1,230 | java | ActivityModule.java | Java | [
{
"context": "rter.gson.GsonConverterFactory;\n\n/**\n * Created by andyshon on 11.08.18.\n */\n\n@Module\npublic class ActivityMo",
"end": 435,
"score": 0.9994345903396606,
"start": 427,
"tag": "USERNAME",
"value": "andyshon"
}
] | null | [] | package com.andyshon.moviedb.data.di;
import android.content.Context;
import com.andyshon.moviedb.GlobalConstants;
import com.andyshon.moviedb.data.remote.MoviesService;
import com.jakewharton.retrofit2.adapter.rxjava2.RxJava2CallAdapterFactory;
import javax.inject.Singleton;
import dagger.Module;
import dagger.Pro... | 1,230 | 0.703252 | 0.693496 | 51 | 23.117647 | 21.84136 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.313726 | false | false | 8 |
a1edba62e983e73a1f067db3cacf8f1cc475db09 | 9,689,446,260,355 | 84e389caea16b660b3b4eaa58f9e2f95ed54eefc | /src/main/java/com/github/dakusui/pcond/core/printable/ParameterizedPredicateFactory.java | 0a4493b23d5f29710745d01d8e2ae1a5b07177e5 | [
"Apache-2.0"
] | permissive | dakusui/pcond | https://github.com/dakusui/pcond | 492250aa46e3a5b2b1cc476c6194919d544b7888 | 1575b9534f4b665e3e8c7d837247c5a9c3f6a16b | refs/heads/5.0.x-develop | 2023-08-31T18:03:38.245000 | 2023-07-23T08:19:49 | 2023-07-23T08:19:49 | 245,515,500 | 0 | 0 | Apache-2.0 | false | 2023-07-23T08:19:38 | 2020-03-06T20:59:35 | 2022-12-30T10:42:19 | 2023-07-23T08:19:37 | 3,289 | 0 | 0 | 7 | Java | false | false | package com.github.dakusui.pcond.core.printable;
import com.github.dakusui.pcond.forms.Printables;
import java.util.List;
import java.util.function.Function;
import java.util.function.Predicate;
import static java.util.Arrays.asList;
public interface ParameterizedPredicateFactory<T> extends ParameterizedIdentifiabl... | UTF-8 | Java | 1,322 | java | ParameterizedPredicateFactory.java | Java | [
{
"context": "package com.github.dakusui.pcond.core.printable;\n\nimport com.github.dakusui.",
"end": 26,
"score": 0.9974181652069092,
"start": 19,
"tag": "USERNAME",
"value": "dakusui"
},
{
"context": ".dakusui.pcond.core.printable;\n\nimport com.github.dakusui.pcond.forms.Printable... | null | [] | package com.github.dakusui.pcond.core.printable;
import com.github.dakusui.pcond.forms.Printables;
import java.util.List;
import java.util.function.Function;
import java.util.function.Predicate;
import static java.util.Arrays.asList;
public interface ParameterizedPredicateFactory<T> extends ParameterizedIdentifiabl... | 1,322 | 0.652799 | 0.652799 | 38 | 33.789474 | 27.069265 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.526316 | false | false | 8 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.