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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
4b7017c5d30139d9afa9556b0a78d15384e64bbb | 33,930,241,684,162 | 077a33a684c904a3b079a6ee73fe33e7a5242430 | /lib/xhtml/src/test/java/org/headvances/html/dom/tagger/ContentListBlockTaggerUnitTest.java | 6739976ab8b2ff4e67353e162c6f9ab775c29044 | [] | no_license | tuan08/Headances | https://github.com/tuan08/Headances | 8d0eca4dcbe7e8bac4c97b8ec2026abe7ede6c89 | 3d3583bfc4570985f003c9a8fc83c780d4b94644 | refs/heads/master | 2021-01-17T16:44:50.695000 | 2016-06-29T13:28:00 | 2016-06-29T13:28:00 | 57,353,502 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.headvances.html.dom.tagger;
import junit.framework.Assert ;
import org.headvances.data.Document;
import org.headvances.html.dom.TDocument;
import org.headvances.html.dom.TNode;
import org.headvances.html.dom.processor.CleanEmptyNodeProcessor;
import org.headvances.html.dom.processor.TNodePrinter;
... | UTF-8 | Java | 3,640 | java | ContentListBlockTaggerUnitTest.java | Java | [
{
"context": "Fetcher;\r\nimport org.junit.Test;\r\n/**\r\n * $Author: Tuan Nguyen$ \r\n **/\r\npublic class ContentListBlockTaggerUnitT",
"end": 527,
"score": 0.9998481869697571,
"start": 516,
"tag": "NAME",
"value": "Tuan Nguyen"
}
] | null | [] | package org.headvances.html.dom.tagger;
import junit.framework.Assert ;
import org.headvances.data.Document;
import org.headvances.html.dom.TDocument;
import org.headvances.html.dom.TNode;
import org.headvances.html.dom.processor.CleanEmptyNodeProcessor;
import org.headvances.html.dom.processor.TNodePrinter;
... | 3,635 | 0.589572 | 0.585785 | 86 | 37.94186 | 25.590857 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.546512 | false | false | 11 |
2d91ed4a0dbd2e5be2d307ee9cd9462beb2cdb63 | 21,543,556,019,309 | e18f2412f8b789c487cdfebf638e0c8c4ca694e5 | /ProgObjTp/src/fr/progObj/tp9/Main.java | 358c16816d4f9ff86fbc4185bd44c647e83b2a9c | [] | no_license | Dhovabear/CARTE_TP10 | https://github.com/Dhovabear/CARTE_TP10 | 8607cf9ff4c4ae371e53189e4d21c5f975f876a4 | 7a4dc8b46b1aa68fc0d106a9e7262377ae20a2d7 | refs/heads/master | 2020-05-18T01:26:24.502000 | 2019-05-27T16:26:28 | 2019-05-27T16:26:28 | 184,090,949 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package fr.progObj.tp9;
import java.util.Random;
public class Main {
public static void main(String[] args){
Random r = new Random();
Poullailler p = new Poullailler();
Poulet.setPoidsAbattage(5.5f);
Canard.setPoidsAbattage(2.6f);
for (int i = 0; i < 40 ; i++){
... | UTF-8 | Java | 611 | java | Main.java | Java | [] | null | [] | package fr.progObj.tp9;
import java.util.Random;
public class Main {
public static void main(String[] args){
Random r = new Random();
Poullailler p = new Poullailler();
Poulet.setPoidsAbattage(5.5f);
Canard.setPoidsAbattage(2.6f);
for (int i = 0; i < 40 ; i++){
... | 611 | 0.486088 | 0.456628 | 27 | 21.629629 | 19.112043 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.481481 | false | false | 11 |
251d43b2c54443c649c50f6b29b254be6fe16877 | 34,840,774,735,750 | 468e8bc9a6e54c7aef54c2ed477656c7669f1965 | /src/com/sgcc/pda/framelibrary/securityunit/format/DataFormat.java | 6b53e47603fad8dc44a7a543b52717a57a14b3c8 | [] | no_license | sjr7/FrameMessageParser | https://github.com/sjr7/FrameMessageParser | e2ec7a4827348f9465f9da244d10a7893fd24e56 | c8833eda289bbb2ba53965bff5ce44e11f168023 | refs/heads/master | 2022-12-13T14:55:45.476000 | 2020-09-09T10:04:59 | 2020-09-09T10:04:59 | 335,826,043 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sgcc.pda.framelibrary.securityunit.format;
import com.sgcc.pda.framelibrary.protocol698.Frame698;
import com.sgcc.pda.framelibrary.securityunit.SecurityUnitFrame;
/**
* Created by qinling on 2018/10/19 15:31
* Description:
*/
public abstract class DataFormat /*implements ISecurityFrameFormat*/{
pu... | UTF-8 | Java | 1,711 | java | DataFormat.java | Java | [
{
"context": "securityunit.SecurityUnitFrame;\n\n/**\n * Created by qinling on 2018/10/19 15:31\n * Description:\n */\npublic a",
"end": 202,
"score": 0.9772889614105225,
"start": 195,
"tag": "USERNAME",
"value": "qinling"
}
] | null | [] | package com.sgcc.pda.framelibrary.securityunit.format;
import com.sgcc.pda.framelibrary.protocol698.Frame698;
import com.sgcc.pda.framelibrary.securityunit.SecurityUnitFrame;
/**
* Created by qinling on 2018/10/19 15:31
* Description:
*/
public abstract class DataFormat /*implements ISecurityFrameFormat*/{
pu... | 1,711 | 0.683423 | 0.670856 | 56 | 28.839285 | 24.801912 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.410714 | false | false | 11 |
a10bd153905f3371e4a09f3a15644c29721e9b12 | 38,757,784,917,833 | 84bf03af7284bf4b3a05786d38f1761b25fbc837 | /iais-ms/iais-ms-common/src/main/java/com/nbs/iais/ms/common/enums/ProgramStatus.java | ec0d5185b8d85f781805cf3adfd75e114c8f4035 | [
"MIT"
] | permissive | parstat/iais | https://github.com/parstat/iais | e9b713230e61f41e9a468990ca3d1cde02fd9eab | abfe2733b95863e27f5125ec77edb81b59044535 | refs/heads/master | 2023-07-19T20:22:58.682000 | 2022-05-12T13:27:09 | 2022-05-12T13:27:09 | 244,890,295 | 4 | 4 | MIT | false | 2023-07-07T21:48:13 | 2020-03-04T12:06:45 | 2021-12-23T10:37:01 | 2023-07-07T21:48:09 | 1,148 | 3 | 2 | 11 | Java | false | false | package com.nbs.iais.ms.common.enums;
public enum ProgramStatus {
NEW_PROPOSAL,
NEW_UNDER_DEVELOPMENT,
CURRENT,
COMPLETED,
CANCELLED,
TRANSFERRED_TO_ANOTHER_ORGANIZATION
}
| UTF-8 | Java | 198 | java | ProgramStatus.java | Java | [] | null | [] | package com.nbs.iais.ms.common.enums;
public enum ProgramStatus {
NEW_PROPOSAL,
NEW_UNDER_DEVELOPMENT,
CURRENT,
COMPLETED,
CANCELLED,
TRANSFERRED_TO_ANOTHER_ORGANIZATION
}
| 198 | 0.707071 | 0.707071 | 11 | 17 | 13.287041 | 39 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.545455 | false | false | 11 |
ed1d6f3392ad19efe29edd58639beba0fd574235 | 37,787,122,287,596 | d92041ebf2d1fea55c07358dba6f03ef83927b47 | /app/src/main/java/com/zld/openclient/base/BaseModel.java | 6ceaadfa55aca5cfd8bc45a33360bc331a3a93de | [] | no_license | devzld/OpenClient | https://github.com/devzld/OpenClient | 366c2c202f542124cda9b53a28f86b43d3d98401 | c58dd21142fd139259d0164a57addcb8ce1fcc79 | refs/heads/master | 2021-09-02T23:26:20.671000 | 2018-01-04T03:24:05 | 2018-01-04T03:24:05 | 116,207,643 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zld.openclient.base;
import io.reactivex.disposables.CompositeDisposable;
/**
* Created by lingdong on 2018/1/4.
*/
public abstract class BaseModel {
protected CompositeDisposable mDisposable;
public BaseModel() {
mDisposable = new CompositeDisposable();
}
protected void canc... | UTF-8 | Java | 415 | java | BaseModel.java | Java | [
{
"context": "isposables.CompositeDisposable;\n\n/**\n * Created by lingdong on 2018/1/4.\n */\n\npublic abstract class BaseModel",
"end": 114,
"score": 0.9993271827697754,
"start": 106,
"tag": "USERNAME",
"value": "lingdong"
}
] | null | [] | package com.zld.openclient.base;
import io.reactivex.disposables.CompositeDisposable;
/**
* Created by lingdong on 2018/1/4.
*/
public abstract class BaseModel {
protected CompositeDisposable mDisposable;
public BaseModel() {
mDisposable = new CompositeDisposable();
}
protected void canc... | 415 | 0.657831 | 0.643373 | 22 | 17.863636 | 18.236565 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.227273 | false | false | 11 |
fd3809cea6eca3a0534c4dd1235388aa996fb588 | 22,067,541,971,491 | 6e711516c8197622a44dab69e614347c70178574 | /src/main/java/wannagohome/exception/UnAuthorizedException.java | 3e32b210ded7ae1c461e9601496807d6a008f266 | [] | no_license | wwh-techcamp-2018/team3-wannaGoHome | https://github.com/wwh-techcamp-2018/team3-wannaGoHome | d9789623ae50438476b4cfdd05ccb07ebfa1cb1a | 0a0f65535d1e4f113abf31aac79b69b05c3d9ea8 | refs/heads/develop | 2020-03-24T22:30:34.865000 | 2018-08-31T03:18:25 | 2018-08-31T03:18:25 | 143,088,964 | 10 | 2 | null | false | 2018-08-31T03:18:26 | 2018-08-01T01:38:33 | 2018-08-31T01:21:40 | 2018-08-31T03:18:26 | 6,007 | 1 | 1 | 1 | Java | false | null | package wannagohome.exception;
import wannagohome.domain.error.ErrorType;
public class UnAuthorizedException extends ErrorEntityException {
public UnAuthorizedException(ErrorType errorType, String message) {
super(errorType, message);
}
}
| UTF-8 | Java | 258 | java | UnAuthorizedException.java | Java | [] | null | [] | package wannagohome.exception;
import wannagohome.domain.error.ErrorType;
public class UnAuthorizedException extends ErrorEntityException {
public UnAuthorizedException(ErrorType errorType, String message) {
super(errorType, message);
}
}
| 258 | 0.782946 | 0.782946 | 10 | 24.799999 | 26.384844 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 11 |
1b827b3327535355f0517dc6cd054ad2341531eb | 38,757,784,893,709 | 8e973fb7d68b2d4c1572b0ce08903547ceed5775 | /leetCode/src/Stack/LC20ValidParentheses.java | 8e9b88c08e3dbbaf5bb5e99594f2bfed48ff12d4 | [] | no_license | dolare/Algorithms | https://github.com/dolare/Algorithms | 449ed347cece11f865af70d4a4d2059da57f0ebd | badbc254b5a4a5c35787f66ffa53d005b261f503 | refs/heads/master | 2021-01-18T20:12:18.644000 | 2017-10-31T19:38:25 | 2017-10-31T19:38:25 | 31,082,994 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Stack;
public class LC20ValidParentheses {
}
| UTF-8 | Java | 55 | java | LC20ValidParentheses.java | Java | [] | null | [] | package Stack;
public class LC20ValidParentheses {
}
| 55 | 0.781818 | 0.745455 | 5 | 10 | 13.579396 | 35 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 11 |
f06bad339d59b4e197603bee80a4a2d2d7420d57 | 37,735,582,682,812 | ada5986839a5f9d690577fdcd804d24ffc5fc7b4 | /src/main/java/com/grupo3/dtos/PracticaDTO.java | 7297414e158111638feba28111c9dcd7bc979897 | [] | no_license | NikoLedesma/TpSofttek2016 | https://github.com/NikoLedesma/TpSofttek2016 | 4832e127ce14a2c48a8f5c6a2104312b5422c8d6 | f5264ea754db4543739ca6062d31bfe9cc39139f | refs/heads/master | 2021-01-17T17:20:12.024000 | 2016-07-15T15:39:47 | 2016-07-15T15:39:47 | 61,910,471 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.grupo3.dtos;
import com.grupo3.entity.Practica;
public class PracticaDTO {
private int codigo;
private String practica;
public PracticaDTO(){};
public PracticaDTO(Practica practica){
this.codigo = practica.getCodigo();
this.practica = practica.getPractica();
};
/*Accessor... | UTF-8 | Java | 587 | java | PracticaDTO.java | Java | [] | null | [] | package com.grupo3.dtos;
import com.grupo3.entity.Practica;
public class PracticaDTO {
private int codigo;
private String practica;
public PracticaDTO(){};
public PracticaDTO(Practica practica){
this.codigo = practica.getCodigo();
this.practica = practica.getPractica();
};
/*Accessor... | 587 | 0.666099 | 0.662692 | 35 | 14.771428 | 14.809429 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.171429 | false | false | 11 |
57c1c1149ede252be3e24ce5e12db1d7db03a599 | 37,649,683,332,973 | 72414cc889bdee3147b8ac33733f9dba6da994d8 | /spring-project/broadcast-stock/src/main/java/com/zerostech/stock/broadcast/utils/StringUtils.java | b588ba1d8e494fbdde1276bea998c7049f50725a | [
"Apache-2.0"
] | permissive | zoeminghong/example-all-in | https://github.com/zoeminghong/example-all-in | 3c993e2caadd45219b3eb8014834595178505965 | 7c09a59d302ecc245ac37ce2d0ce072222552e8a | refs/heads/master | 2022-09-22T05:27:54.745000 | 2020-08-14T07:27:38 | 2020-08-14T07:27:38 | 203,702,805 | 1 | 0 | Apache-2.0 | false | 2022-06-21T03:11:47 | 2019-08-22T02:53:34 | 2020-08-14T07:37:15 | 2022-06-21T03:11:44 | 207 | 1 | 0 | 3 | Java | false | false | package com.zerostech.stock.broadcast.utils;
/**
* Created on 2020-03-19.
*
* @author 迹_Jason
*/
public class StringUtils {
public static String patternText(String source, Object... arg) {
for (Object s : arg) {
source = source.replaceFirst("\\{\\}", s.toString());
}
return... | UTF-8 | Java | 339 | java | StringUtils.java | Java | [
{
"context": "ils;\n\n/**\n * Created on 2020-03-19.\n *\n * @author 迹_Jason\n */\npublic class StringUtils {\n\n public static",
"end": 97,
"score": 0.9612005352973938,
"start": 90,
"tag": "NAME",
"value": "迹_Jason"
}
] | null | [] | package com.zerostech.stock.broadcast.utils;
/**
* Created on 2020-03-19.
*
* @author 迹_Jason
*/
public class StringUtils {
public static String patternText(String source, Object... arg) {
for (Object s : arg) {
source = source.replaceFirst("\\{\\}", s.toString());
}
return... | 339 | 0.58457 | 0.560831 | 16 | 20.0625 | 21.625994 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3125 | false | false | 11 |
29cf4ada18075ff5ccede1db382482249e364fe2 | 19,396,072,367,394 | 357529f0b61a592fee6c49d7e866395b9b9274a7 | /src/main/java/org/benben/common/util/FileUtil.java | 46fdd32d3183ac6fc080721aa576c2dacc236896 | [] | no_license | tanlei945/xlkc | https://github.com/tanlei945/xlkc | f029c6a3b1affee634897b6df6967c82ed7f9e07 | f92333a110fc17bdfbb10e2054d47981d79c477a | refs/heads/master | 2023-08-07T12:57:11.321000 | 2019-08-03T03:35:41 | 2019-08-03T03:35:41 | 200,951,005 | 0 | 0 | null | false | 2023-07-22T12:53:45 | 2019-08-07T01:43:11 | 2019-08-07T01:51:04 | 2023-07-22T12:53:45 | 1,363 | 0 | 0 | 4 | Java | false | false | package org.benben.common.util;
/**
* 七牛云上传文件格式
*/
public class FileUtil {
// 允许文件的后缀扩展名
public static String[] IMAGE_FILE_EXTD = new String[] { "png", "bmp", "jpg", "jpeg","pdf","AVI","mov","rmvb","rm","FLV","mp4","3GP","docs","doc","mp3" };
public static boolean isFileAllowed(String fileName) {
for (String e... | UTF-8 | Java | 460 | java | FileUtil.java | Java | [] | null | [] | package org.benben.common.util;
/**
* 七牛云上传文件格式
*/
public class FileUtil {
// 允许文件的后缀扩展名
public static String[] IMAGE_FILE_EXTD = new String[] { "png", "bmp", "jpg", "jpeg","pdf","AVI","mov","rmvb","rm","FLV","mp4","3GP","docs","doc","mp3" };
public static boolean isFileAllowed(String fileName) {
for (String e... | 460 | 0.620853 | 0.613744 | 18 | 22.444445 | 35.258129 | 154 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.111111 | false | false | 11 |
bc293727623bc3ac98e96117769706650e21ba2e | 32,040,456,036,682 | 12002cf771e20164b02ac1640efb7d02d34a24d7 | /IDCard.java | 87d240458bce3407701fe922983beda04c7b45a6 | [
"MIT"
] | permissive | 7jx/JieXu-shop-privilege | https://github.com/7jx/JieXu-shop-privilege | 480f91a8bb9025c996d462e7ed84e18425716e37 | 72ec4502745bdd45dba514ea2d857aa11ac53bae | refs/heads/master | 2021-01-22T14:39:16.685000 | 2015-08-26T13:52:15 | 2015-08-26T13:52:15 | 41,427,896 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Date;
import javax.persistence.CascadeType;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
import javax.persistence.OneToOne;
import javax.persistence.Temporal;
import javax.persistence.TemporalType;
/**
* 身份证
... | UTF-8 | Java | 2,080 | java | IDCard.java | Java | [] | null | [] | import java.util.Date;
import javax.persistence.CascadeType;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
import javax.persistence.OneToOne;
import javax.persistence.Temporal;
import javax.persistence.TemporalType;
/**
* 身份证
... | 2,080 | 0.693485 | 0.687562 | 94 | 20.553192 | 14.815617 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.680851 | false | false | 11 |
ac839b95418b864c8b54b97508feab1c2fec6ce8 | 10,462,540,389,307 | dba6f33ec43f3a0c4ea81e0e4728f68a58d3f891 | /src/tn/enis/dao/LigneFactureDao.java | 2e4b5d77da2ded0f6a50314064e93f745db7ea8e | [] | no_license | imen93/GestionProduit | https://github.com/imen93/GestionProduit | f036312b0e9f29033b9dee154ad2d9531aee1caa | 205e1648dc5f1ad2e98718243affabaa9894142c | refs/heads/master | 2021-05-01T22:28:47.037000 | 2016-12-25T21:43:11 | 2016-12-25T21:43:11 | 77,333,407 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package tn.enis.dao;
import java.math.BigDecimal;
import tn.enis.model.LigneFacture;
public interface LigneFactureDao extends GenericDao<LigneFacture, BigDecimal>{
}
| UTF-8 | Java | 170 | java | LigneFactureDao.java | Java | [] | null | [] | package tn.enis.dao;
import java.math.BigDecimal;
import tn.enis.model.LigneFacture;
public interface LigneFactureDao extends GenericDao<LigneFacture, BigDecimal>{
}
| 170 | 0.811765 | 0.811765 | 9 | 17.888889 | 24.821337 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 11 |
fa8b5884626d3d14480d9742aae4db405b801510 | 14,611,478,742,235 | a90fbe712b389dd4ca1a49981a4e67be7f157372 | /src/main/java/com/travelsky/domain/InputInfo.java | 690a12b3bc98c6d1d39f2ddb7e8ac784a85c1ee8 | [] | no_license | penger/z_log_agent | https://github.com/penger/z_log_agent | 55f08e0acb2226abc719477b84cacecc61879857 | b0666656385b010a2d292a9cb7dc9337d7c513dd | refs/heads/master | 2020-04-05T01:45:30.422000 | 2014-11-13T09:12:22 | 2014-11-13T09:12:22 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.travelsky.domain;
import org.apache.commons.lang.builder.EqualsBuilder;
import org.apache.commons.lang.builder.HashCodeBuilder;
import org.apache.commons.lang.builder.ToStringBuilder;
import org.apache.commons.lang.builder.ToStringStyle;
import org.apache.commons.logging.LogFactory;
/**
* 输入的信息,... | GB18030 | Java | 2,591 | java | InputInfo.java | Java | [
{
"context": "信息,此类在结果处理中用于得到存放输入的信息主要用在自动进程和结果分析过程中\r\n * @author gongp\r\n */\r\npublic class InputInfo implements Cloneable",
"end": 373,
"score": 0.9995613694190979,
"start": 368,
"tag": "USERNAME",
"value": "gongp"
}
] | null | [] | package com.travelsky.domain;
import org.apache.commons.lang.builder.EqualsBuilder;
import org.apache.commons.lang.builder.HashCodeBuilder;
import org.apache.commons.lang.builder.ToStringBuilder;
import org.apache.commons.lang.builder.ToStringStyle;
import org.apache.commons.logging.LogFactory;
/**
* 输入的信息,... | 2,591 | 0.694771 | 0.686259 | 99 | 22.919191 | 19.25201 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.757576 | false | false | 11 |
206e38df9ffe471e4eaa118c6259022b6c7ea9a2 | 7,730,941,190,707 | 59cc35ca18004eb879231b4dff6c475ec8397a2f | /EX09ComputerShop/src/component/ComputerComponent.java | 82f8ed6e4ae6080290b1bc7151a7fdbe6b852579 | [] | no_license | raulves/Java-kursus | https://github.com/raulves/Java-kursus | 2118904e0689f89b32fb97ede2e2f2f0325fc71a | 8b0ec66a2e844d132d0015780d3762ed2996a070 | refs/heads/master | 2020-09-01T17:17:13.838000 | 2019-11-01T15:33:30 | 2019-11-01T15:33:30 | 219,013,025 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package component;
public class ComputerComponent {
public enum ProcessorSocket {
LGA_2011V3, LGA_2066, LGA_1151, LGA_1151V2, TR4, AM4, AM3, FM2
}
public enum HardDriveSocket {
HDD ,SSD, M2, SATA, PCI_EXPRESS, PATA
}
public enum MemorySocket {
DDR1, DDR2, DDR3, DDR4, SDRA... | UTF-8 | Java | 330 | java | ComputerComponent.java | Java | [] | null | [] | package component;
public class ComputerComponent {
public enum ProcessorSocket {
LGA_2011V3, LGA_2066, LGA_1151, LGA_1151V2, TR4, AM4, AM3, FM2
}
public enum HardDriveSocket {
HDD ,SSD, M2, SATA, PCI_EXPRESS, PATA
}
public enum MemorySocket {
DDR1, DDR2, DDR3, DDR4, SDRA... | 330 | 0.627273 | 0.545455 | 16 | 19.625 | 20.361959 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.0625 | false | false | 11 |
e9527f30dd24cff36b1d84f7f55011c4c3c14ef9 | 19,748,259,676,150 | 8f92c94f949b1da5f09ec37cfb6995925b0dd227 | /src/main/java/th/go/excise/ims/ia/service/JobLicenseListService.java | 9e67c6b3abe1bedb948e76a4bdf95eb2b8ac24ff | [] | no_license | flame123flame/backend-springboot-ims | https://github.com/flame123flame/backend-springboot-ims | f36af2ed1797e1a0003f09067e31f1ce60d7fde7 | 4ee8a4e6f85e7f3f28976bdf6b4a314d1e54b20f | refs/heads/master | 2022-07-05T14:08:53.055000 | 2019-09-10T09:30:04 | 2019-09-10T09:30:04 | 207,516,525 | 0 | 1 | null | false | 2022-06-29T17:38:16 | 2019-09-10T09:22:01 | 2019-09-10T09:30:47 | 2022-06-29T17:38:15 | 7,548 | 0 | 1 | 2 | Java | false | false | package th.go.excise.ims.ia.service;
import org.springframework.stereotype.Service;
@Service
public class JobLicenseListService {
// private static final Logger logger = LoggerFactory.getLogger(JobSystemUnworking.class);
//
// @Autowired
// private IaCheckStatisticPaintRepository iaCheckStatisticPaintRepository;
// ... | UTF-8 | Java | 5,123 | java | JobLicenseListService.java | Java | [] | null | [] | package th.go.excise.ims.ia.service;
import org.springframework.stereotype.Service;
@Service
public class JobLicenseListService {
// private static final Logger logger = LoggerFactory.getLogger(JobSystemUnworking.class);
//
// @Autowired
// private IaCheckStatisticPaintRepository iaCheckStatisticPaintRepository;
// ... | 5,123 | 0.717548 | 0.706032 | 123 | 40.650406 | 30.054148 | 140 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.707317 | false | false | 11 |
23cc31edd9fe7a33a606202770372ccd68acc0b5 | 35,270,271,449,121 | 581fe1feeab863cd3bcfd8618c855bf58255f89e | /app/src/main/java/com/jujing_doordash/Utils/Utils.java | 8499c62ea5493aab21a44ce6a78399416c37dc80 | [] | no_license | applexp/FoodListActivity | https://github.com/applexp/FoodListActivity | c63bc027c1e149b50fa19865892400288227da5f | 838d4707c867103fed95bfc16fd0d0e30ba8cafe | refs/heads/master | 2020-04-25T21:25:30.400000 | 2019-02-28T14:17:09 | 2019-02-28T14:17:09 | 173,079,435 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jujing_doordash.Utils;
/**
* Jujing (Jeffrey)
*/
public class Utils {
public static final int DEFAULT_OFFSET_VALUE = 10;
public static final int DEFAULT_LIMIT_VALUE = 10;
public static final int DEFAULT_INCREMENTAL_VALUE = 10;
public static String toString(Object value) {
retur... | UTF-8 | Java | 341 | java | Utils.java | Java | [
{
"context": "package com.jujing_doordash.Utils;\n\n/**\n * Jujing (Jeffrey)\n */\n\npublic class Utils {\n\n public s",
"end": 49,
"score": 0.883720338344574,
"start": 43,
"tag": "NAME",
"value": "Jujing"
},
{
"context": "ackage com.jujing_doordash.Utils;\n\n/**\n * Jujing (Jeffr... | null | [] | package com.jujing_doordash.Utils;
/**
* Jujing (Jeffrey)
*/
public class Utils {
public static final int DEFAULT_OFFSET_VALUE = 10;
public static final int DEFAULT_LIMIT_VALUE = 10;
public static final int DEFAULT_INCREMENTAL_VALUE = 10;
public static String toString(Object value) {
retur... | 341 | 0.674487 | 0.656892 | 16 | 20.3125 | 21.782213 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3125 | false | false | 11 |
8334b27b433d951ab192a544ed08bd3bb2934854 | 33,552,284,548,265 | cbea72c0ae7eef35df0a8d2d36c921e7d67db263 | /PatternCreation/src/pat/factory/Client.java | 17b662d554db1cc22b95ba2f2fa41c88afd6bef5 | [] | no_license | guehel/JavaIV | https://github.com/guehel/JavaIV | cef2111d0eddfcd91c51eeb0aa51a76faf68c284 | a53d108dd7813b6291e6d1423ab20dc3a5809dbf | refs/heads/master | 2016-09-05T22:03:17.261000 | 2014-08-03T12:48:32 | 2014-08-03T12:48:32 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pat.factory;
public class Client {
}
| UTF-8 | Java | 47 | java | Client.java | Java | [] | null | [] | package pat.factory;
public class Client {
}
| 47 | 0.723404 | 0.723404 | 5 | 8.4 | 9.891411 | 21 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 11 |
33ebd331a74c3a849209ddc8b67362726ff1daae | 35,175,782,172,195 | 0a2071a987f64cab79961c974569dd119c458bff | /src/main/java/pl/futurecollars/lesson2/calculator/Calculator.java | 3e8027a907700e4b55cb8bfbf9eb18f22a94091e | [] | no_license | CodersTrustPL/java-introduction | https://github.com/CodersTrustPL/java-introduction | 5e77fc63c465f621860161548a4d13d3b04e41d0 | e806429c51d9679615cf2326f0b401d6862074ad | refs/heads/master | 2023-06-15T01:25:19.579000 | 2021-04-16T14:13:06 | 2021-04-16T14:13:06 | 333,745,179 | 0 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pl.futurecollars.lesson2.calculator;
//class should be Calculator
public class Calculator {
public static int sum(int value1, int value2) {
//implementation
return 0;
}
public static int subtract(int a, int b) {
//implementation
return 0;
}
public static int multiply(int a, int b) ... | UTF-8 | Java | 448 | java | Calculator.java | Java | [] | null | [] | package pl.futurecollars.lesson2.calculator;
//class should be Calculator
public class Calculator {
public static int sum(int value1, int value2) {
//implementation
return 0;
}
public static int subtract(int a, int b) {
//implementation
return 0;
}
public static int multiply(int a, int b) ... | 448 | 0.660714 | 0.645089 | 25 | 16.92 | 16.382723 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.36 | false | false | 11 |
81b24a24b360e48f02d91bb588568e2b531f60ee | 25,692,494,366,391 | c10e874981b63b8cf9e3ef4ee71e83a59d5acb6f | /src/main/java/com/thoughtworks/agenciacompromisso/models/enums/FamilyIncome.java | 02bcca37f08a5930c389a6a1ffbd85614c115965 | [] | no_license | hackathon-da-diversidade/agencia-compromisso | https://github.com/hackathon-da-diversidade/agencia-compromisso | 79fbc584d982b33908f54216018f08a9f29bf4f3 | f21c5abcace823e4c7f608a0467e774244e60616 | refs/heads/master | 2021-06-20T19:32:32.221000 | 2021-02-01T18:37:37 | 2021-02-01T18:37:37 | 177,341,795 | 9 | 0 | null | false | 2022-04-09T11:27:50 | 2019-03-23T21:27:33 | 2021-02-01T18:37:40 | 2021-02-01T18:37:37 | 244 | 9 | 0 | 0 | Java | false | false | package com.thoughtworks.agenciacompromisso.models.enums;
public enum FamilyIncome {
LESS_THAN_ONE_MINIMUM_WAGE,
ONE_MINIMUM_WAGE,
TWO_MINIMUM_WAGE,
THREE_MINIMUM_WAGE,
MORE_THAN_THREE_MINIMUM_WAGE;
}
| UTF-8 | Java | 222 | java | FamilyIncome.java | Java | [] | null | [] | package com.thoughtworks.agenciacompromisso.models.enums;
public enum FamilyIncome {
LESS_THAN_ONE_MINIMUM_WAGE,
ONE_MINIMUM_WAGE,
TWO_MINIMUM_WAGE,
THREE_MINIMUM_WAGE,
MORE_THAN_THREE_MINIMUM_WAGE;
}
| 222 | 0.734234 | 0.734234 | 9 | 23.666666 | 16.145174 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 11 |
0b23afe590cdfe14f700924ac70a855b690413d8 | 28,870,770,229,992 | da7c59954cd51702f4aa185a55a97b6b7d81249b | /src/main/java/lab/nice/quartz/config/QuartzConfiguration.java | 184bea74bf8186a975a4261a03a7d00037197a95 | [] | no_license | nicetoseeyou/spring-boot-quartz-demo | https://github.com/nicetoseeyou/spring-boot-quartz-demo | ef7afbc5e22ba5c84af9e0d279dfb3a24327940d | 418b71fc8f108396e163917acdb61cb58a5e0729 | refs/heads/master | 2022-12-23T20:37:44.895000 | 2019-10-12T06:47:45 | 2019-10-12T06:47:45 | 214,430,753 | 0 | 0 | null | false | 2022-12-16T05:07:59 | 2019-10-11T12:28:12 | 2019-10-12T06:47:59 | 2022-12-16T05:07:56 | 19 | 0 | 0 | 8 | Java | false | false | package lab.nice.quartz.config;
import lab.nice.quartz.common.AutowiringSpringBeanJobFactory;
import org.quartz.spi.JobFactory;
import org.springframework.context.ApplicationContext;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframew... | UTF-8 | Java | 1,919 | java | QuartzConfiguration.java | Java | [] | null | [] | package lab.nice.quartz.config;
import lab.nice.quartz.common.AutowiringSpringBeanJobFactory;
import org.quartz.spi.JobFactory;
import org.springframework.context.ApplicationContext;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframew... | 1,919 | 0.767587 | 0.763418 | 39 | 48.205128 | 31.283796 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.897436 | false | false | 11 |
acb78890ebc5c8526e4c247efc4778d013e72226 | 36,335,423,336,021 | 01a54d4b7911824e46be55a7afa7db2a9b40e69c | /src/org/simbrain/world/odorworld/OdorWorld.java | 3ad3e8143bb0528b113c8cf1b4c58d600b893801 | [] | no_license | astachurski/simbrain | https://github.com/astachurski/simbrain | a5846398f9234766e3c041b6834a0f620012442e | b90e745987d7614c54ef61ca9a351b42ece8aabb | refs/heads/master | 2016-09-06T14:09:53.790000 | 2015-04-17T04:46:29 | 2015-04-17T04:46:29 | 34,584,394 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Part of Simbrain--a java-based neural network kit
* Copyright (C) 2005,2007 The Authors. See http://www.simbrain.net/credits
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either ... | UTF-8 | Java | 18,617 | java | OdorWorld.java | Java | [
{
"context": "world. Some code from Developing Games in Java, by David Brackeen.\n */\npublic class OdorWorld {\n\n /** List of od",
"end": 1864,
"score": 0.9998874664306641,
"start": 1850,
"tag": "NAME",
"value": "David Brackeen"
}
] | null | [] | /*
* Part of Simbrain--a java-based neural network kit
* Copyright (C) 2005,2007 The Authors. See http://www.simbrain.net/credits
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either ... | 18,609 | 0.588118 | 0.585057 | 645 | 27.863565 | 23.328793 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.311628 | false | false | 11 |
adb8243d2dece0592130d6ce690ae0ffd6c73a6d | 14,912,126,494,579 | 50b93e944c4fa6a2e774c5427541283d77abfb0c | /ProjectOne4/src/main/java/com/revature/servlet/EditInfoMgrServlet.java | c3dda3c507a1adc7dbf628bddd108b64b0ea6a2c | [] | no_license | 1906jun10java/Alphonses-final-project-one | https://github.com/1906jun10java/Alphonses-final-project-one | e8dfe5814ec70c72346e38fe0272c366b4b09675 | 69c95f994c704ce2c59fee345d319ac8a9f74ec7 | refs/heads/master | 2020-06-26T14:01:02.253000 | 2019-07-30T13:05:59 | 2019-07-30T13:05:59 | 199,651,879 | 0 | 0 | null | false | 2020-03-04T23:15:10 | 2019-07-30T12:56:53 | 2019-07-30T13:06:02 | 2020-03-04T23:15:09 | 3,448 | 0 | 0 | 1 | Java | false | false | package com.revature.servlet;
import java.io.IOException;
import java.sql.SQLException;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
import c... | UTF-8 | Java | 1,925 | java | EditInfoMgrServlet.java | Java | [] | null | [] | package com.revature.servlet;
import java.io.IOException;
import java.sql.SQLException;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
import c... | 1,925 | 0.715844 | 0.715325 | 62 | 29.048388 | 29.29958 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.467742 | false | false | 11 |
b3120a00af66860f395b7e2dc4c8e69b517f5439 | 31,490,700,258,017 | 2faf41acd5db413fcfa655c8ec1f07067f1c27c6 | /service/java/com/android/server/wifi/util/ScanResultUtil.java | b7e26aec1c546b00d5b794a2454dda12f99996e1 | [] | no_license | SourceCode-Farmer/wifi_android_source_code | https://github.com/SourceCode-Farmer/wifi_android_source_code | a11bb72433432ccce5ba1c30c45fbb1b7116db4a | 259f87fcd7985c85da9f35ea22672cc93067e912 | refs/heads/master | 2023-08-20T02:25:10.422000 | 2021-08-12T17:31:28 | 2021-10-08T16:22:49 | 415,590,276 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright (C) 2016 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | UTF-8 | Java | 21,134 | java | ScanResultUtil.java | Java | [] | null | [] | /*
* Copyright (C) 2016 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | 21,134 | 0.65203 | 0.642992 | 468 | 44.158119 | 31.006834 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.452991 | false | false | 11 |
be4d56a505c3e111422f32065f99e3723ea97b3e | 5,755,256,210,028 | 913c643732ef95af1095d2347b16c41c95447d96 | /src/erando/models/Parameters.java | 4d81428b769683c13a2d215c4afc272ef1b8c8a7 | [] | no_license | GingfreeX/E-RandoDesktop | https://github.com/GingfreeX/E-RandoDesktop | b63853cd3aace5a56b02a436e0ddd4b4d3d21172 | cf0e1a105fa2b7eea7555ac20ad4d2a6de81f765 | refs/heads/master | 2021-01-20T08:53:55.653000 | 2017-05-14T21:16:48 | 2017-05-14T21:16:48 | 90,196,025 | 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 erando.models;
import javafx.beans.property.IntegerProperty;
import javafx.beans.property.SimpleIntegerProperty;
/**
*
* @a... | UTF-8 | Java | 564 | java | Parameters.java | Java | [
{
"context": "property.SimpleIntegerProperty;\n\n/**\n *\n * @author F.Mouhamed\n */\npublic class Parameters {\n //prop needed i",
"end": 336,
"score": 0.9998927116394043,
"start": 326,
"tag": "NAME",
"value": "F.Mouhamed"
},
{
"context": "ic static User user = new User(0,\"admin... | 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 erando.models;
import javafx.beans.property.IntegerProperty;
import javafx.beans.property.SimpleIntegerProperty;
/**
*
* @a... | 543 | 0.734043 | 0.73227 | 20 | 27.200001 | 26.409468 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 11 |
d40c0fa95e9f241627bf147aeefe997bd27440e1 | 37,022,618,093,479 | c076d6b6c3eeba9f5ef39aac954319ce6377c146 | /app/src/main/java/com/calebtrevino/tallystacker/models/sofascore/Params.java | 28deb972c0e709a00e5d3e56be40ef430e3a7bf2 | [
"MIT"
] | permissive | riteshakya037/Android-Demo | https://github.com/riteshakya037/Android-Demo | 33330427d153c29c007964c39d623dd09276f151 | 36191490b1c4c972a3973608d04beff7e299f179 | refs/heads/master | 2021-01-21T16:11:13.470000 | 2017-06-13T05:48:59 | 2017-06-13T05:48:59 | 91,879,514 | 5 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package com.calebtrevino.tallystacker.models.sofascore;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
public class Params {
@SerializedName("sport")
@Expose
private String sport;
@SerializedName("category")
@Expose
private Object category;
... | UTF-8 | Java | 804 | java | Params.java | Java | [
{
"context": "\npackage com.calebtrevino.tallystacker.models.sofascore;\n\nimport com.google",
"end": 25,
"score": 0.9277658462524414,
"start": 13,
"tag": "USERNAME",
"value": "calebtrevino"
}
] | null | [] |
package com.calebtrevino.tallystacker.models.sofascore;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
public class Params {
@SerializedName("sport")
@Expose
private String sport;
@SerializedName("category")
@Expose
private Object category;
... | 804 | 0.63806 | 0.63806 | 42 | 18.119047 | 16.009228 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 11 |
6c266f6c3e4d0e82cd69bc17529d82569cc6a2cc | 9,199,819,992,000 | d0969e8811c0aeee14674813a83959e3c949e875 | /1854/A1/Main.java | f98c5d3882d9fdcf2c65a4f9ef6006a099f45b19 | [] | no_license | charles-wangkai/codeforces | https://github.com/charles-wangkai/codeforces | 738354a0c4bb0d83bb0ff431a0d1f39c5e5eab5c | b61ee17b1dea78c74d7ac2f31c4a1ddc230681a7 | refs/heads/master | 2023-09-01T09:07:31.814000 | 2023-09-01T01:34:10 | 2023-09-01T01:34:10 | 161,009,629 | 39 | 14 | null | false | 2020-10-01T17:43:45 | 2018-12-09T06:00:22 | 2020-09-30T15:16:14 | 2020-10-01T17:43:45 | 1,577 | 10 | 5 | 0 | Java | false | false | import java.util.ArrayList;
import java.util.List;
import java.util.OptionalInt;
import java.util.Scanner;
import java.util.stream.Collectors;
import java.util.stream.IntStream;
public class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int t = sc.nextInt();
for (i... | UTF-8 | Java | 1,719 | java | Main.java | Java | [] | null | [] | import java.util.ArrayList;
import java.util.List;
import java.util.OptionalInt;
import java.util.Scanner;
import java.util.stream.Collectors;
import java.util.stream.IntStream;
public class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int t = sc.nextInt();
for (i... | 1,719 | 0.549156 | 0.538104 | 59 | 28.135593 | 23.208311 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.779661 | false | false | 11 |
0c73b594dc29db3b4982e9bda4f919e532e7d0fc | 36,910,948,946,878 | 6f35d763761bbb2ba0c20a5bed2dfd1aedcbd5dd | /src/main/java/com/hthyaq/salaryadmin/service/impl/SysDeptServiceImpl.java | c2d99b95eba441ed845e59fd1afee0c801ad179f | [] | no_license | jonny201251/salary-admin | https://github.com/jonny201251/salary-admin | f8e12067ae585b34789661de7f8b200231348bde | a5ce45eca25feeefd0736d6a9aa6c5eb9076928a | refs/heads/master | 2022-07-09T07:18:50.461000 | 2020-06-01T07:59:30 | 2020-06-01T07:59:30 | 149,585,157 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hthyaq.salaryadmin.service.impl;
import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import com.hthyaq.salaryadmin.entity.*;
import com.hthyaq.salaryadmin.mapper.SysDeptMapper;
import com.hthyaq.salaryadmin.service.*;
impor... | UTF-8 | Java | 4,386 | java | SysDeptServiceImpl.java | Java | [
{
"context": "st;\n\n/**\n * <p>\n * 部门表 服务实现类\n * </p>\n *\n * @author zhangqiang\n * @since 2018-12-03\n */\n@Service\npublic class Sy",
"end": 728,
"score": 0.9626539945602417,
"start": 718,
"tag": "USERNAME",
"value": "zhangqiang"
}
] | null | [] | package com.hthyaq.salaryadmin.service.impl;
import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import com.hthyaq.salaryadmin.entity.*;
import com.hthyaq.salaryadmin.mapper.SysDeptMapper;
import com.hthyaq.salaryadmin.service.*;
impor... | 4,386 | 0.62 | 0.613882 | 97 | 42.814434 | 33.05769 | 194 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.57732 | false | false | 11 |
cb71213c812ff498b9ad2adbc89cf6032f201085 | 17,154,099,398,190 | db531113b779b9b877dfe675f5281f2299b2c494 | /hometask19_Converter/src/main/java/ru/sbt/impl/doubles/ToDoubleConverter.java | 3a967f2a80364e9b69d3ed6ee4ea4df034e70b52 | [] | no_license | sbt-java-school/dmitri.druzhinin.hometasks | https://github.com/sbt-java-school/dmitri.druzhinin.hometasks | e23640326dd41a2b76e6d3b8b0417da8fb9c6b21 | 2baa25149128f9ba462c97a96518f980fe0c78aa | refs/heads/master | 2020-05-21T22:07:40.943000 | 2016-11-28T01:36:52 | 2016-11-28T01:36:52 | 65,887,695 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ru.sbt.impl.doubles;
import ru.sbt.impl.AbstractConverterToImpl;
import ru.sbt.impl.doubles.fromnumbers.NumberToDoubleConverter;
import ru.sbt.impl.doubles.fromstrings.StringToDoubleConverter;
import java.math.BigDecimal;
public class ToDoubleConverter extends AbstractConverterToImpl<Double> {
public ToD... | UTF-8 | Java | 714 | java | ToDoubleConverter.java | Java | [] | null | [] | package ru.sbt.impl.doubles;
import ru.sbt.impl.AbstractConverterToImpl;
import ru.sbt.impl.doubles.fromnumbers.NumberToDoubleConverter;
import ru.sbt.impl.doubles.fromstrings.StringToDoubleConverter;
import java.math.BigDecimal;
public class ToDoubleConverter extends AbstractConverterToImpl<Double> {
public ToD... | 714 | 0.778711 | 0.778711 | 17 | 41 | 29.943083 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.882353 | false | false | 11 |
8d981f480fe338d2b0460e0400c4c4898ec18d18 | 7,198,365,233,646 | d71e879b3517cf4fccde29f7bf82cff69856cfcd | /ExtractedJars/Shopkick_com.shopkick.app/javafiles/android/support/v13/view/inputmethod/InputConnectionCompat$2.java | 65c9cd6594b1714ac6b67b31b0f0ce6628050848 | [
"MIT"
] | permissive | Andreas237/AndroidPolicyAutomation | https://github.com/Andreas237/AndroidPolicyAutomation | b8e949e072d08cf6c6166c3f15c9c63379b8f6ce | c1ed10a2c6d4cf3dfda8b8e6291dee2c2a15ee8a | refs/heads/master | 2020-04-10T02:14:08.789000 | 2019-05-16T19:29:11 | 2019-05-16T19:29:11 | 160,739,088 | 5 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | // Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.kpdus.com/jad.html
// Decompiler options: packimports(3) annotate safe
package android.support.v13.view.inputmethod;
import android.os.Bundle;
import android.view.inputmethod.InputConnection;
import android.view.inputmethod.I... | UTF-8 | Java | 2,063 | java | InputConnectionCompat$2.java | Java | [
{
"context": "// Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov.\n// Jad home page: http://www.kpdus.com/jad.html\n",
"end": 61,
"score": 0.9996151328086853,
"start": 45,
"tag": "NAME",
"value": "Pavel Kouznetsov"
}
] | null | [] | // Decompiled by Jad v1.5.8g. Copyright 2001 <NAME>.
// Jad home page: http://www.kpdus.com/jad.html
// Decompiler options: packimports(3) annotate safe
package android.support.v13.view.inputmethod;
import android.os.Bundle;
import android.view.inputmethod.InputConnection;
import android.view.inputmethod.InputConnec... | 2,053 | 0.663112 | 0.619001 | 53 | 37.92453 | 35.238728 | 164 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.226415 | false | false | 11 |
af2ec7521d36963d08aadc5b4c695336e2f76673 | 20,392,504,749,993 | dff9b658567a0a8d9f52d65363baa41844f4fe7e | /src/main/java/com/diwa/common/dto/Message2Client.java | e3951e529cd942ae8dd41f6a5864d1383ac797b7 | [] | no_license | LuoDi-Nate/ownChat | https://github.com/LuoDi-Nate/ownChat | 5f6795bc01f688571c7743609fc6e57ea6316c43 | 42f30987f4afcf16dc6f9906062f3d6a8da7d55d | refs/heads/master | 2016-09-03T01:59:44.332000 | 2015-05-17T16:46:08 | 2015-05-17T16:46:08 | 33,440,911 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.diwa.common.dto;
/**
* Created by di on 15/5/15.
* 只用于服务器给client转发别人的聊天
*/
public class Message2Client {
//如果是系统服务 fromId 会是 -10086
private int fromId;
//如果是系统 fromName 会是 10086
private String fromName;
private String msg;
public int getFromId() {
return fromId;
}
... | UTF-8 | Java | 973 | java | Message2Client.java | Java | [
{
"context": "package com.diwa.common.dto;\n\n/**\n * Created by di on 15/5/15.\n * 只用于服务器给client转发别人的聊天\n */\npublic cl",
"end": 50,
"score": 0.9488685131072998,
"start": 48,
"tag": "USERNAME",
"value": "di"
}
] | null | [] | package com.diwa.common.dto;
/**
* Created by di on 15/5/15.
* 只用于服务器给client转发别人的聊天
*/
public class Message2Client {
//如果是系统服务 fromId 会是 -10086
private int fromId;
//如果是系统 fromName 会是 10086
private String fromName;
private String msg;
public int getFromId() {
return fromId;
}
... | 973 | 0.535597 | 0.516977 | 47 | 18.425531 | 14.767337 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.276596 | false | false | 11 |
b4cd94e4d92b1714c56690ddddbdd8824d45ca29 | 15,195,594,316,623 | 024d66dea20fc5252ab3b3dcaa9b8188073b14fd | /game/src/main/java/com/game/logic/player/packet/req/ReqSystemHeartbeatPacket.java | 5476666c025d06d3c13c0affe24ef2a4dfe15ea9 | [] | no_license | ruigame/GameServer | https://github.com/ruigame/GameServer | 4b4ca17cbbd73af92f1f368647bc3a9c96c9e47e | 694c5f1505a370b4ccfee4c5bbc160ab757e48d2 | refs/heads/master | 2023-02-28T01:55:54.327000 | 2021-02-04T07:19:52 | 2021-02-04T07:19:52 | 330,602,083 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.game.logic.player.packet.req;
import com.game.PacketId;
import com.game.net.packet.Packet;
import com.game.net.packet.Request;
import com.game.net.packet.RequestBeforeLoginPacket;
/**
* 请求系统心跳
* @Author: liguorui
* @Date: 2021/1/20 下午11:36
*/
@Packet(commandId = PacketId.Base.REQ_SYSTEM_HEARTBEAT)
pub... | UTF-8 | Java | 487 | java | ReqSystemHeartbeatPacket.java | Java | [
{
"context": "questBeforeLoginPacket;\n\n/**\n * 请求系统心跳\n * @Author: liguorui\n * @Date: 2021/1/20 下午11:36\n */\n@Packet(commandId",
"end": 228,
"score": 0.9995620250701904,
"start": 220,
"tag": "USERNAME",
"value": "liguorui"
}
] | null | [] | package com.game.logic.player.packet.req;
import com.game.PacketId;
import com.game.net.packet.Packet;
import com.game.net.packet.Request;
import com.game.net.packet.RequestBeforeLoginPacket;
/**
* 请求系统心跳
* @Author: liguorui
* @Date: 2021/1/20 下午11:36
*/
@Packet(commandId = PacketId.Base.REQ_SYSTEM_HEARTBEAT)
pub... | 487 | 0.757962 | 0.734607 | 19 | 23.736841 | 22.306105 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.263158 | false | false | 11 |
4f934bfe9f67be3da3d0f1071b5d5f1f75bad2d3 | 32,804,960,247,316 | 6a2569b80a8cf293937e358e1114fa9c760771b0 | /src/org/coursera/dopt/cp/mapcoloring/NotEqualsConstraint.java | eb69fcad1481e006be65798e816ba7a3fd8712dc | [] | no_license | anacleto85/DiscreteOptimization | https://github.com/anacleto85/DiscreteOptimization | d6c949834fb54b69fc2aa0b240db0da7e200dffc | 2c47224a112fe89a8630a25120cd55fda91e0c05 | refs/heads/master | 2021-02-05T02:51:24.286000 | 2020-02-28T10:28:04 | 2020-02-28T10:28:04 | 243,736,295 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.coursera.dopt.cp.mapcoloring;
import java.util.HashSet;
import java.util.Set;
import org.coursera.dopt.cp.Constraint;
/**
*
* @author alessandroumbrico
*
*/
public class NotEqualsConstraint extends Constraint
{
private CountryDecisionVariable source;
private CountryDecisionVariable target;
/*... | UTF-8 | Java | 1,541 | java | NotEqualsConstraint.java | Java | [
{
"context": "g.coursera.dopt.cp.Constraint;\n\n/**\n * \n * @author alessandroumbrico\n *\n */\npublic class NotEqualsConstraint extends C",
"end": 169,
"score": 0.9949058890342712,
"start": 152,
"tag": "USERNAME",
"value": "alessandroumbrico"
}
] | null | [] | package org.coursera.dopt.cp.mapcoloring;
import java.util.HashSet;
import java.util.Set;
import org.coursera.dopt.cp.Constraint;
/**
*
* @author alessandroumbrico
*
*/
public class NotEqualsConstraint extends Constraint
{
private CountryDecisionVariable source;
private CountryDecisionVariable target;
/*... | 1,541 | 0.659961 | 0.659312 | 84 | 17.345238 | 17.887541 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.654762 | false | false | 11 |
43356b1340b731bc794484b2c329434ae8b8b56d | 18,863,496,385,760 | 2a76888583ce627b13830a843523804a2052661c | /app/src/main/java/com/example/myandroidrecyclerview/Animal.java | eb54341c61a72074dffd349f376ed73a8a85c254 | [] | no_license | DarushDev/my-android-recyclerview | https://github.com/DarushDev/my-android-recyclerview | 6dd9ca0e6c04440c9212a505abad60a60ac03842 | f05b2083da7b7acda2c921372921252583dccdcc | refs/heads/master | 2021-01-01T16:47:04.197000 | 2017-07-25T15:02:48 | 2017-07-25T15:02:48 | 97,919,086 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.myandroidrecyclerview;
class Animal {
String name;
String speed;
int photoId;
Animal(String name, String speed, int photoId) {
this.name = name;
this.speed = speed;
this.photoId = photoId;
}
}
| UTF-8 | Java | 262 | java | Animal.java | Java | [] | null | [] | package com.example.myandroidrecyclerview;
class Animal {
String name;
String speed;
int photoId;
Animal(String name, String speed, int photoId) {
this.name = name;
this.speed = speed;
this.photoId = photoId;
}
}
| 262 | 0.614504 | 0.614504 | 14 | 17.571428 | 15.773912 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.642857 | false | false | 11 |
f97217c5d1114eddfbbcce6d0c0647c45bba1ce0 | 29,669,634,143,506 | a6126d4288c762abe1ca51c18e22440bc072f443 | /src/main/java/org/jabref/logic/integrity/ISSNChecker.java | 23502ec9e8a171a1ba3c30b2dcb71c473a50db51 | [
"MIT"
] | permissive | JabRef/jabref | https://github.com/JabRef/jabref | 20e2ae28c507d78c5d8b6c1ce5cc8c4891050123 | c303db504f852e43a9e9b60e4c4abe720ccdb546 | refs/heads/main | 2023-08-31T10:15:18.552000 | 2023-08-30T20:12:44 | 2023-08-30T20:12:44 | 17,634,071 | 3,476 | 3,028 | MIT | false | 2023-09-14T11:14:24 | 2014-03-11T14:48:42 | 2023-09-14T11:02:34 | 2023-09-14T02:42:17 | 223,187 | 3,112 | 2,164 | 416 | Java | false | false | package org.jabref.logic.integrity;
import java.util.Optional;
import org.jabref.logic.l10n.Localization;
import org.jabref.model.entry.identifier.ISSN;
import org.jabref.model.strings.StringUtil;
public class ISSNChecker implements ValueChecker {
@Override
public Optional<String> checkValue(String value) {... | UTF-8 | Java | 856 | java | ISSNChecker.java | Java | [] | null | [] | package org.jabref.logic.integrity;
import java.util.Optional;
import org.jabref.logic.l10n.Localization;
import org.jabref.model.entry.identifier.ISSN;
import org.jabref.model.strings.StringUtil;
public class ISSNChecker implements ValueChecker {
@Override
public Optional<String> checkValue(String value) {... | 856 | 0.639019 | 0.636682 | 31 | 26.612904 | 22.46241 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.354839 | false | false | 11 |
c0f67f4c606a34bcf871b9f566e9bee9ae06a324 | 21,122,649,213,234 | 8b04b45ffff73a836075775aad26009fb5653315 | /src/com/mycompany/myapp/models/Task.java | a5f7dae1ab4b3c0b50096738a6caaf5e5056f27e | [
"MIT"
] | permissive | worldroot/HypocampusMobile | https://github.com/worldroot/HypocampusMobile | d936d76c0627301e0b006c1cc4ab0245256973c5 | 1468fa28109463f6a8cd508e270c9adc5f6e4891 | refs/heads/master | 2022-11-03T15:51:16.366000 | 2020-04-29T21:21:56 | 2020-04-29T21:21:56 | 259,003,957 | 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 com.mycompany.myapp.models;
import java.io.Serializable;
import java.util.Date;
/**
*
* @author mehdibehira
*/
public clas... | UTF-8 | Java | 4,615 | java | Task.java | Java | [
{
"context": "lizable;\nimport java.util.Date;\n\n/**\n *\n * @author mehdibehira\n */\npublic class Task implements Serializable {\n ",
"end": 304,
"score": 0.9992167353630066,
"start": 293,
"tag": "USERNAME",
"value": "mehdibehira"
}
] | null | [] | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.mycompany.myapp.models;
import java.io.Serializable;
import java.util.Date;
/**
*
* @author mehdibehira
*/
public clas... | 4,615 | 0.619718 | 0.619502 | 175 | 25.371429 | 29.446014 | 230 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.508571 | false | false | 11 |
26d667941c5f3e539185bdea723a8504280563c6 | 21,088,289,480,728 | 36398b8343a57c32b0e755e3cc1bb24c66b051cf | /src/com/gzl/Interface/GoldMoney.java | 330a7bd7b2119be223d65e966e5849992e6217c0 | [] | no_license | user3301/JavaBasics | https://github.com/user3301/JavaBasics | 765ba542d46f022676e77e8806baac367ed5d97d | f9a6a1e9e945fdddc8cec34747d2d610c587295f | refs/heads/master | 2017-10-15T09:00:50.882000 | 2017-06-08T02:48:54 | 2017-06-08T02:48:54 | 86,518,188 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.gzl.Interface;
public class GoldMoney extends Animal implements Protectable, Valuable{
@Override
public double getMoney() {
// TODO Auto-generated method stub
return 100;
}
@Override
public void beProtected() {
// TODO Auto-generated method stub
System.out.println("live in the r... | UTF-8 | Java | 414 | java | GoldMoney.java | Java | [] | null | [] | package com.gzl.Interface;
public class GoldMoney extends Animal implements Protectable, Valuable{
@Override
public double getMoney() {
// TODO Auto-generated method stub
return 100;
}
@Override
public void beProtected() {
// TODO Auto-generated method stub
System.out.println("live in the r... | 414 | 0.669082 | 0.661836 | 23 | 16 | 18.204157 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.086957 | false | false | 11 |
5d9017607beb8500076034526f0b9397b2aeea39 | 21,088,289,481,718 | 8f82824eecf4e6b1e2efbafa74c8309f57912845 | /Breadth-First-Search/Course-Schedule/Solution.java | c793839e94e39009b213421c03f8b3f1f606cf18 | [] | no_license | zhaoxy136/LeetCode | https://github.com/zhaoxy136/LeetCode | e5783aff0828195bce50a61c3609291eebc374f9 | e40f6fe10096a911dd949e42bc905b3865546763 | refs/heads/master | 2021-05-04T07:57:27.329000 | 2018-11-28T12:54:00 | 2018-11-28T12:54:00 | 70,729,072 | 1 | 0 | null | false | 2016-10-12T19:31:35 | 2016-10-12T18:26:44 | 2016-10-12T18:26:44 | 2016-10-12T19:31:34 | 0 | 0 | 0 | 0 | null | null | null | //Version 0: BFS
public class Solution {
public boolean canFinish(int numCourses, int[][] prerequisites) {
int[] indegree = new int[numCourses];
for (int[] pair : prerequisites) {
indegree[pair[0]]++;
}
Queue<Integer> queue = new LinkedList();
for (int i = 0; i < ... | UTF-8 | Java | 3,901 | java | Solution.java | Java | [
{
"context": "\n\n//Version 3: DFS, much more efficient @copyright MadDetective \npublic class Solution {\n public boolean canFi",
"end": 2927,
"score": 0.9964668154716492,
"start": 2915,
"tag": "USERNAME",
"value": "MadDetective"
}
] | null | [] | //Version 0: BFS
public class Solution {
public boolean canFinish(int numCourses, int[][] prerequisites) {
int[] indegree = new int[numCourses];
for (int[] pair : prerequisites) {
indegree[pair[0]]++;
}
Queue<Integer> queue = new LinkedList();
for (int i = 0; i < ... | 3,901 | 0.489618 | 0.479621 | 119 | 31.781513 | 20.757973 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.655462 | false | false | 11 |
bc77ce437b317b91ebadc0b2b729afb92e1f90c9 | 1,425,929,180,293 | 876f268043d378f53f8b9d77f7f85590c5f03f4b | /CodigoFuente/COM/src/DP/Paciente.java | 2f05b9c36a47a3bfe51d4757b8387204951358ab | [] | no_license | maurock00/dentalClinic-COM- | https://github.com/maurock00/dentalClinic-COM- | 7a9fd0a6685fcc8ece9d1368a377d423d3fffbd6 | dbe5b25f7868817028f0dd2623305a89472d3254 | refs/heads/master | 2021-05-09T00:08:57.556000 | 2018-01-31T19:34:59 | 2018-01-31T19:34:59 | 119,733,515 | 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 DP;
import java.sql.*;
import MD.*;
public class Paciente {
//Atributos de la clase Paciente
private String cod... | UTF-8 | Java | 4,169 | java | Paciente.java | Java | [] | 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 DP;
import java.sql.*;
import MD.*;
public class Paciente {
//Atributos de la clase Paciente
private String cod... | 4,169 | 0.693231 | 0.693231 | 148 | 27.148649 | 27.654081 | 221 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.398649 | false | false | 11 |
27852fc09f3302884b0e77ceed5d6f2a8d3b9abd | 19,344,532,759,098 | d8d62705b138c37b11072ea3498aa89eb2a690f6 | /Device0401/src/cn/itstudio/service/DeviceBillService.java | 945c48fbc831d1103044b8f3cc3208c7f47dc737 | [] | no_license | WangMl/DeviceProjec0409t | https://github.com/WangMl/DeviceProjec0409t | 7895035facac83edc3ebfc43a0c079fb834f5bb2 | 80de9627c7e771c4ae441e3071e70e5e6e5411d3 | refs/heads/master | 2021-01-15T17:07:08.009000 | 2015-04-09T09:28:58 | 2015-04-09T09:28:58 | 33,660,401 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.itstudio.service;
import java.util.List;
import cn.itstudio.base.DaoSupport;
import cn.itstudio.domain.DeviceBill;
public interface DeviceBillService extends DaoSupport<DeviceBill>{
List<DeviceBill> findDeviceBillList();
void saveDeviceBill(DeviceBill DeviceBill);
DeviceBill findDeviceBillById(Lon... | UTF-8 | Java | 368 | java | DeviceBillService.java | Java | [] | null | [] | package cn.itstudio.service;
import java.util.List;
import cn.itstudio.base.DaoSupport;
import cn.itstudio.domain.DeviceBill;
public interface DeviceBillService extends DaoSupport<DeviceBill>{
List<DeviceBill> findDeviceBillList();
void saveDeviceBill(DeviceBill DeviceBill);
DeviceBill findDeviceBillById(Lon... | 368 | 0.807065 | 0.807065 | 20 | 17.4 | 20.635891 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 11 |
2c0654bedb3df9bd2c90323d6ae6245db3bede51 | 18,665,927,913,042 | a7072f1bd279acfbb7c57fb92c500ee126bdf2cd | /src/com/didjital/csocare/PentingAct.java | 0f3c3a072e1c6e96cc22f36cbb940680de1a28fd | [] | no_license | didjital/csocare | https://github.com/didjital/csocare | eebc46fae7ad392f8cfd69bad3fb3956b7196e16 | f4328d749cdbf3b331dd12ab01994fedd3ff7224 | refs/heads/master | 2021-01-01T05:34:35.123000 | 2013-01-15T04:56:18 | 2013-01-15T04:56:18 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.didjital.csocare;
import android.app.ListActivity;
import android.content.Context;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
import android.os.Bundle;
import android.provider.BaseColumns;
import android.view.View;
import ... | UTF-8 | Java | 2,222 | java | PentingAct.java | Java | [
{
"context": "execSQL(\"INSERT INTO names (first, last) VALUES ('John', 'Doe')\");\n\t\t\tdb.execSQL(\"INSERT INTO names (fir",
"end": 1969,
"score": 0.9998742938041687,
"start": 1965,
"tag": "NAME",
"value": "John"
},
{
"context": "\"INSERT INTO names (first, last) VALUES ('John', '... | null | [] | package com.didjital.csocare;
import android.app.ListActivity;
import android.content.Context;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
import android.os.Bundle;
import android.provider.BaseColumns;
import android.view.View;
import ... | 2,222 | 0.728623 | 0.721422 | 71 | 30.295774 | 25.13871 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.915493 | false | false | 11 |
3ca726858be1d623c3e3dd86bf24b26f2ad84d23 | 34,136,400,089,290 | 281a94e26bc3c8ea4394305c0ee1f2c9fd8cbf04 | /src/main/java/codetop/leetcode/editor/cn/[179]最大数.java | 1d91aed2fea88d70dd41fa515af09fa62949a50a | [] | no_license | phuijiao/leetcode | https://github.com/phuijiao/leetcode | b90402b5cd67d764b9e306e9dd774bec571ecc64 | b074446fe97c84fe673369350ce17b46478d7af8 | refs/heads/main | 2023-07-31T16:53:59.506000 | 2021-09-18T07:36:04 | 2021-09-18T07:36:04 | 341,054,603 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null |
//给定一组非负整数 nums,重新排列每个数的顺序(每个数不可拆分)使之组成一个最大的整数。
//
// 注意:输出结果可能非常大,所以你需要返回一个字符串而不是整数。
//
//
//
// 示例 1:
//
//
//输入:nums = [10,2]
//输出:"210"
//
// 示例 2:
//
//
//输入:nums = [3,30,34,5,9]
//输出:"9534330"
//
//
// 示例 3:
//
//
//输入:nums = [1]
//输出:"1"
//
//
// 示例 4:
//
//
//输入:nums = [10]
//输出:"10"
//
//
//
/... | UTF-8 | Java | 1,534 | java | [179]最大数.java | Java | [
{
"context": "or.cn;\n\nimport java.util.Arrays;\n\n/**\n * @author phuijiao\n * @date 2021-08-21 11:09:22\n */\n\nclass Largest",
"end": 524,
"score": 0.998406171798706,
"start": 516,
"tag": "USERNAME",
"value": "phuijiao"
}
] | null | [] |
//给定一组非负整数 nums,重新排列每个数的顺序(每个数不可拆分)使之组成一个最大的整数。
//
// 注意:输出结果可能非常大,所以你需要返回一个字符串而不是整数。
//
//
//
// 示例 1:
//
//
//输入:nums = [10,2]
//输出:"210"
//
// 示例 2:
//
//
//输入:nums = [3,30,34,5,9]
//输出:"9534330"
//
//
// 示例 3:
//
//
//输入:nums = [1]
//输出:"1"
//
//
// 示例 4:
//
//
//输入:nums = [10]
//输出:"10"
//
//
//
/... | 1,534 | 0.556414 | 0.510046 | 79 | 15.379746 | 19.646435 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.21519 | false | false | 11 |
09248bd0d04ed13048b88ca89f26b3d2b01bad19 | 34,059,090,677,002 | 1a4c3839c05859fb8d136e00748cc29cdce0c60c | /src/main/java/org/hf/eai/cdm/util/MHSHomePhoneConverter.java | e2ea20123d89580c2378e9e3c9cc748bb0efedaf | [] | no_license | appnovation-hf/hf-eai-cdm | https://github.com/appnovation-hf/hf-eai-cdm | b30df3f6e69642c0f8684749f7847a1d9be0170f | 9a2802ebdc366bd89d68bcd3d5867128c4874d58 | refs/heads/master | 2015-09-26T01:39:14.743000 | 2015-09-23T14:05:34 | 2015-09-23T14:05:34 | 41,811,299 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.hf.eai.cdm.util;
import org.apache.commons.lang3.StringUtils;
/**
*
* @author bkalali
*
*/
public class MHSHomePhoneConverter {
public static String getHomePhone(String areaCode, String prefix,
String exchange) {
StringBuffer homePhone = new StringBuffer();
homePhone.append(StringUtils.trim(... | UTF-8 | Java | 463 | java | MHSHomePhoneConverter.java | Java | [
{
"context": "che.commons.lang3.StringUtils;\n\n/**\n * \n * @author bkalali\n *\n */\npublic class MHSHomePhoneConverter {\n\n\tpub",
"end": 102,
"score": 0.9996057152748108,
"start": 95,
"tag": "USERNAME",
"value": "bkalali"
}
] | null | [] | package org.hf.eai.cdm.util;
import org.apache.commons.lang3.StringUtils;
/**
*
* @author bkalali
*
*/
public class MHSHomePhoneConverter {
public static String getHomePhone(String areaCode, String prefix,
String exchange) {
StringBuffer homePhone = new StringBuffer();
homePhone.append(StringUtils.trim(... | 463 | 0.7473 | 0.74514 | 21 | 21.047619 | 21.076902 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.142857 | false | false | 11 |
387ef2e0c64dbdc4d609bba2f0e8990082882923 | 30,150,670,486,403 | 2490e9b668072c705766bf44d8514576a47cd561 | /src/main/java/com/tpadsz/navigator/entity/xmlAdapter/MyHashMapAdapter.java | c746b92233915982b7ec4284b6b807bdb7270ed0 | [] | no_license | cuiken/UMS | https://github.com/cuiken/UMS | 8797706040448c18b87b7f5fb5549027f00169de | 6fdcb334330f931d6b77baaf386a2cedcfc0fb9c | refs/heads/master | 2021-01-22T06:37:27.450000 | 2013-06-14T08:04:48 | 2013-06-14T08:04:48 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tpadsz.navigator.entity.xmlAdapter;
import java.util.HashMap;
import java.util.Set;
import java.util.Map.Entry;
import javax.xml.bind.annotation.adapters.XmlAdapter;
import java.util.List;
final public class MyHashMapAdapter extends
XmlAdapter<MyHashMapType, HashMap<String, String>> {
@Ov... | UTF-8 | Java | 1,110 | java | MyHashMapAdapter.java | Java | [] | null | [] | package com.tpadsz.navigator.entity.xmlAdapter;
import java.util.HashMap;
import java.util.Set;
import java.util.Map.Entry;
import javax.xml.bind.annotation.adapters.XmlAdapter;
import java.util.List;
final public class MyHashMapAdapter extends
XmlAdapter<MyHashMapType, HashMap<String, String>> {
@Ov... | 1,110 | 0.736937 | 0.732432 | 36 | 28.833334 | 24.744808 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.888889 | false | false | 11 |
35d11804cdb537863bbd46e395cbdb22e76bb554 | 6,897,717,511,644 | 9d9f1572f485447d8b25f2f55835c1279d3f7e76 | /app/src/main/java/edu/byu/cs/tweeter/model/domain/Story.java | f50bac3c285f7837cc4ffec67157741152846b20 | [] | no_license | shiozawt/Mock-Twitter-App-Client | https://github.com/shiozawt/Mock-Twitter-App-Client | 397a605527debdd7a5786e936ff1105bbe1089d3 | 1c45ccb24116671b20257009dd830cc76fee987d | refs/heads/master | 2023-07-28T16:21:25.341000 | 2021-09-09T22:09:14 | 2021-09-09T22:09:14 | 404,882,711 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.byu.cs.tweeter.model.domain;
import java.util.ArrayList;
public class Story {
private ArrayList<Status> statuses; // ordered by date
public Story(ArrayList<Status> statuses){
this.statuses = statuses;
}
public void addStatus(Status status){ this.statuses.add(status); }
publi... | UTF-8 | Java | 466 | java | Story.java | Java | [] | null | [] | package edu.byu.cs.tweeter.model.domain;
import java.util.ArrayList;
public class Story {
private ArrayList<Status> statuses; // ordered by date
public Story(ArrayList<Status> statuses){
this.statuses = statuses;
}
public void addStatus(Status status){ this.statuses.add(status); }
publi... | 466 | 0.718884 | 0.718884 | 17 | 26.411764 | 28.338415 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.411765 | false | false | 11 |
c5fa7bc9d20cc9eb714b0db8d4f63e3b08eb24ee | 6,897,717,514,354 | 7fcd4d0f82a7a8b79f5d43f0a7fd6ba5edeb9421 | /first/Day17/Test02.java | bc259c663cf9e8ab4fb8bfddf5126b38247942f0 | [] | no_license | X-Z14506/Daily-Exercises | https://github.com/X-Z14506/Daily-Exercises | 19ff82945599444e2af449250558eb7abd850312 | b7cf7403ba988c5a16a4686620cfb78bd8ea12a7 | refs/heads/main | 2023-03-14T23:26:40.929000 | 2021-03-31T05:24:49 | 2021-03-31T05:24:49 | 315,921,160 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package first.Day17;
/**
* Created with Intellij IDEA
* Description:
* Users:123
* Date:2020-12-11
* Time:8:21
*/
public class Test02 {
private int count;
public static void main(String[] args) {
Test02 test02 = new Test02(88);
System.out.println(test02.count);
}
Test02(int a ) {... | UTF-8 | Java | 346 | java | Test02.java | Java | [
{
"context": "eated with Intellij IDEA\n * Description:\n * Users:123\n * Date:2020-12-11\n * Time:8:21\n */\npublic class ",
"end": 84,
"score": 0.997501790523529,
"start": 81,
"tag": "USERNAME",
"value": "123"
}
] | null | [] | package first.Day17;
/**
* Created with Intellij IDEA
* Description:
* Users:123
* Date:2020-12-11
* Time:8:21
*/
public class Test02 {
private int count;
public static void main(String[] args) {
Test02 test02 = new Test02(88);
System.out.println(test02.count);
}
Test02(int a ) {... | 346 | 0.595376 | 0.508671 | 20 | 16.299999 | 13.32704 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 11 |
55375cc873fa28e7e40d68b8664e9c2d8f44892c | 35,485,019,816,504 | 63db5843730c843fb151b1219bc2deb833cc02cb | /distributed_dictionary/Client/Frame.java | e069dbae7ce5bf76e457e0f75707f8d820cb3685 | [] | no_license | yangfpths/Distributed-System | https://github.com/yangfpths/Distributed-System | 7f840a2e10c7ff15235143d85a96a5d854b821b4 | bc38048054a97e8927a68bb53f851c188316170d | refs/heads/master | 2023-01-06T01:14:01.511000 | 2020-11-08T11:11:06 | 2020-11-08T11:11:06 | 83,618,539 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Client;
import java.awt.EventQueue;
import javax.swing.JFrame;
import javax.swing.border.EmptyBorder;
import javax.swing.JTextField;
import javax.swing.JLayeredPane;
import javax.swing.JOptionPane;
import java.awt.Color;
import javax.swing.JButton;
import java.awt.event.ActionListener;
import java.awt.event.... | UTF-8 | Java | 3,650 | java | Frame.java | Java | [] | null | [] | package Client;
import java.awt.EventQueue;
import javax.swing.JFrame;
import javax.swing.border.EmptyBorder;
import javax.swing.JTextField;
import javax.swing.JLayeredPane;
import javax.swing.JOptionPane;
import java.awt.Color;
import javax.swing.JButton;
import java.awt.event.ActionListener;
import java.awt.event.... | 3,650 | 0.690137 | 0.671781 | 132 | 26.651516 | 25.433212 | 195 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.492424 | false | false | 11 |
70a821484b4c6be64d6cecd3b8884d5baa34dbb2 | 15,831,249,499,742 | f8f7bd0eea6bc042c3fd8447f25f21b2396adaba | /src/main/java/view/ViewAdicionarConta.java | f9034869d5d1332a25ed6227ed3f98a521be74e8 | [] | no_license | ruangustavo1005/planoContasConstruct | https://github.com/ruangustavo1005/planoContasConstruct | 66208259d6e02a5d535adf430f952517e00c5e2b | 1dfafab22f346c4bbb1a4a38c8358b30e69eae01 | refs/heads/master | 2022-11-29T06:38:52.778000 | 2020-08-21T23:18:19 | 2020-08-21T23:18:19 | 289,381,157 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package view;
import java.awt.event.ActionListener;
import java.text.ParseException;
import javax.swing.JOptionPane;
import javax.swing.JTextField;
import javax.swing.text.MaskFormatter;
import model.Conta;
/**
*
* @author Ruan
*/
public class ViewAdicionarConta extends javax.swing.JFrame {
private Conta cont... | UTF-8 | Java | 7,445 | java | ViewAdicionarConta.java | Java | [
{
"context": "kFormatter;\nimport model.Conta;\n\n/**\n *\n * @author Ruan\n */\npublic class ViewAdicionarConta extends javax",
"end": 231,
"score": 0.9992485046386719,
"start": 227,
"tag": "NAME",
"value": "Ruan"
}
] | null | [] | package view;
import java.awt.event.ActionListener;
import java.text.ParseException;
import javax.swing.JOptionPane;
import javax.swing.JTextField;
import javax.swing.text.MaskFormatter;
import model.Conta;
/**
*
* @author Ruan
*/
public class ViewAdicionarConta extends javax.swing.JFrame {
private Conta cont... | 7,445 | 0.638807 | 0.635179 | 166 | 43.831326 | 34.993912 | 166 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.518072 | false | false | 11 |
fbdbdc00c24ff51706809b34302e71bd10d3eed0 | 4,063,039,108,718 | fa4645b7006c2716a8248daf47ee81068592848d | /src/main/java/fr/adaming/formation/service/NourritureService.java | c6f51b716deff9c2d03b42752f0c6a09ec98c10c | [] | no_license | MorganDanielo/ProjetZooBack | https://github.com/MorganDanielo/ProjetZooBack | 47197f381c614b0a9f6c8300813fc8061c25279a | 4516450b0d48f056eee45b1be38fc1b3a053fa55 | refs/heads/master | 2022-03-28T05:54:24.927000 | 2019-12-16T09:23:33 | 2019-12-16T09:23:33 | 226,311,718 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package fr.adaming.formation.service;
import java.util.List;
import java.util.Optional;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.domain.Sort;
import org.springframework.stereotype.Service;
import fr.adaming.formation.model.Nourriture;
import fr.adaming.formation.... | UTF-8 | Java | 1,389 | java | NourritureService.java | Java | [] | null | [] | package fr.adaming.formation.service;
import java.util.List;
import java.util.Optional;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.domain.Sort;
import org.springframework.stereotype.Service;
import fr.adaming.formation.model.Nourriture;
import fr.adaming.formation.... | 1,389 | 0.760259 | 0.760259 | 57 | 23.368422 | 21.448946 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.403509 | false | false | 11 |
c7a6b1f3595d62bebe94d9408f91a7caf4cd5a9e | 23,407,571,803,311 | d3167dd56745f58a4e3f1470ba455ca7605e0a15 | /javabasic/src/object/cars.java | 36317023259eae4f055730a4c15ccc087d8051a1 | [] | no_license | Saphiya1/google | https://github.com/Saphiya1/google | e7153376ec6b1788dc9e9316836c58538c2b3f00 | 7238f76e6c98ff1adb00c56d09b5bd78827e1e4a | refs/heads/master | 2020-07-01T09:15:11.062000 | 2019-08-07T22:36:52 | 2019-08-07T22:36:52 | 201,123,134 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package object;
public class cars {
//access specifier
//private - proteted -public - defult
String brand = "BMW";
String colour ="black";
}
| UTF-8 | Java | 153 | java | cars.java | Java | [] | null | [] | package object;
public class cars {
//access specifier
//private - proteted -public - defult
String brand = "BMW";
String colour ="black";
}
| 153 | 0.660131 | 0.660131 | 11 | 12.818182 | 12.246099 | 38 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.818182 | false | false | 11 |
55b64f3af13aa7117f44013389e59fc373f55b91 | 23,407,571,801,199 | 82f39a525f284e4b435ad6271f2aa726d77e3026 | /app/src/main/java/com/edison/InterestActivity.java | 82196112183b46f741e711dd2f82dfe19fbd9559 | [] | no_license | slotheeofficial/slothee_android | https://github.com/slotheeofficial/slothee_android | c6f1cdf0deb332a606b94e91dbf2ac0d60651dba | abdf3b4555d64144f88d7579180fbd95f41c9665 | refs/heads/master | 2020-05-15T17:28:13.709000 | 2019-04-20T12:58:39 | 2019-04-20T12:58:39 | 182,405,292 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.edison;
import android.content.Context;
import android.content.Intent;
import android.graphics.Color;
import android.nfc.Tag;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.util.DisplayMetrics;
import android.view.Gravity;
import android.view.LayoutInfla... | UTF-8 | Java | 18,186 | java | InterestActivity.java | Java | [
{
"context": "t com.edison.Utils.Webservcie;\r\nimport com.github.paolorotolo.expandableheightlistview.ExpandableHeightGridView",
"end": 1103,
"score": 0.9713220596313477,
"start": 1092,
"tag": "USERNAME",
"value": "paolorotolo"
}
] | null | [] | package com.edison;
import android.content.Context;
import android.content.Intent;
import android.graphics.Color;
import android.nfc.Tag;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.util.DisplayMetrics;
import android.view.Gravity;
import android.view.LayoutInfla... | 18,186 | 0.538546 | 0.536787 | 508 | 33.799213 | 31.723881 | 129 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.468504 | false | false | 11 |
47dff210c431b05d4f57d794011435e31c6ed3f2 | 13,185,549,634,642 | 4f7874b8d11d6182621bb4210354c463c78892a3 | /src/main/MedianFinderOffer41.java | 4bdef3e43db1f1f58b9f8284dc0dd6daad27508a | [] | no_license | songr0/leetcode | https://github.com/songr0/leetcode | d92f699c5d0b75f9382b17e31fd2432094577a54 | 9f501081794e5108d46954fc474e5002ff9a9481 | refs/heads/master | 2023-07-13T10:04:40.749000 | 2021-08-19T05:21:55 | 2021-08-19T05:21:55 | 370,968,051 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package main;
import java.util.LinkedList;
import java.util.PriorityQueue;
/**
* 数据流中的中位数
* 如果从数据流中读出奇数个数值,那么中位数就是所有数值排序之后位于中间的数值。
* 如果从数据流中读出偶数个数值,那么中位数就是所有数值排序之后中间两个数的平均值
* @author Song Rui
*/
public class MedianFinderOffer41 {
PriorityQueue<Integer> min;
PriorityQueue<Integer> max;
/**
* 小顶堆... | UTF-8 | Java | 1,243 | java | MedianFinderOffer41.java | Java | [
{
"context": "如果从数据流中读出偶数个数值,那么中位数就是所有数值排序之后中间两个数的平均值\n * @author Song Rui\n */\npublic class MedianFinderOffer41 {\n Priori",
"end": 197,
"score": 0.9997527599334717,
"start": 189,
"tag": "NAME",
"value": "Song Rui"
}
] | null | [] | package main;
import java.util.LinkedList;
import java.util.PriorityQueue;
/**
* 数据流中的中位数
* 如果从数据流中读出奇数个数值,那么中位数就是所有数值排序之后位于中间的数值。
* 如果从数据流中读出偶数个数值,那么中位数就是所有数值排序之后中间两个数的平均值
* @author <NAME>
*/
public class MedianFinderOffer41 {
PriorityQueue<Integer> min;
PriorityQueue<Integer> max;
/**
* 小顶堆存放... | 1,241 | 0.5387 | 0.532508 | 46 | 20.065218 | 14.535418 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.304348 | false | false | 11 |
46f75512244ac9e872407dcc0118aa2f17b5538d | 34,162,169,893,503 | a580a59deeab6735d40265b2c0017889c16e9a28 | /src/main/java/statemachine/trophysystem/TrophySystemAbstractFactory.java | 565f9c2bff0aa51beb9b02c8676e38cc7c26a2df | [] | no_license | Zankrut97/Dalhousie-Hockey-League | https://github.com/Zankrut97/Dalhousie-Hockey-League | 0fb30f4b077fca9c9b8593b819074df20dbfb2a1 | 0072c79c7eac0b8199a5bba262e002603e5c7f9d | refs/heads/master | 2023-02-25T23:31:19.070000 | 2020-12-01T04:40:45 | 2020-12-01T04:40:45 | 335,828,117 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package statemachine.trophysystem;
public abstract class TrophySystemAbstractFactory {
private static TrophySystemAbstractFactory unique_instance = null;
public static TrophySystemAbstractFactory instance(){
if(unique_instance == null){
unique_instance = new TrophySystemAbstractFactoryCon... | UTF-8 | Java | 507 | java | TrophySystemAbstractFactory.java | Java | [] | null | [] | package statemachine.trophysystem;
public abstract class TrophySystemAbstractFactory {
private static TrophySystemAbstractFactory unique_instance = null;
public static TrophySystemAbstractFactory instance(){
if(unique_instance == null){
unique_instance = new TrophySystemAbstractFactoryCon... | 507 | 0.74359 | 0.74359 | 17 | 28.82353 | 27.776917 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.352941 | false | false | 11 |
72069301e1ffc71bc165c97909242412535e69c1 | 20,658,792,738,343 | 394f5df302075fcf861338f0ca1ce45ea0096e71 | /LabAssignments/src/lab3_3/DateDifference.java | 7e131e5cfe2761ec7a1809a303a2d9385c9956b5 | [] | no_license | vamshigvk/JavaLayeredApplications | https://github.com/vamshigvk/JavaLayeredApplications | 72f7052ff888bf8f226d24dc0a2848632e18aa3b | 167e9020403f0e6e4be4c8070ca3efebc25386dc | refs/heads/master | 2020-03-23T14:13:39.938000 | 2018-07-20T08:55:14 | 2018-07-20T08:55:14 | 141,664,059 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package lab3_3;
import java.time.LocalDate;
import java.time.Month;
import java.time.Period;
import java.time.temporal.ChronoUnit;
import java.util.*;
public class DateDifference {
public void findDifference(LocalDate end)
{
LocalDate start= LocalDate.now();
Period period= start.until(end);
S... | UTF-8 | Java | 535 | java | DateDifference.java | Java | [] | null | [] | package lab3_3;
import java.time.LocalDate;
import java.time.Month;
import java.time.Period;
import java.time.temporal.ChronoUnit;
import java.util.*;
public class DateDifference {
public void findDifference(LocalDate end)
{
LocalDate start= LocalDate.now();
Period period= start.until(end);
S... | 535 | 0.685981 | 0.682243 | 24 | 20.291666 | 20.753471 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.5 | false | false | 11 |
737fe4e8ae3082680765fc926dca5a68c556f3f6 | 34,703,335,760,182 | 7eef7718ae4ea84828c73b7d5916dc23e551b766 | /src/me/premaseem/datastructure/simplequeue/CustomQueue.java | 1f94a7617896ccfcbcbd81cee349975eea79119e | [] | no_license | Mithila-Panagoda/AlgorithmAndDataStructureInJava | https://github.com/Mithila-Panagoda/AlgorithmAndDataStructureInJava | 8e2218577e8713c90b642b74ebab0d24898b2654 | 6d249f0db9d6896aef8010569d1807d51f6a1d5c | refs/heads/master | 2023-03-20T13:30:17.533000 | 2021-03-19T03:32:49 | 2021-03-19T03:32:49 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package me.premaseem.datastructure.simplequeue;
public class CustomQueue {
int front=0, rear=0, items =0, maxSize=10;
long[] queueArray;
public CustomQueue(int maxSize){
this.maxSize = maxSize;
queueArray = new long[maxSize];
}
public void insert(int value) throws Exception {
... | UTF-8 | Java | 1,170 | java | CustomQueue.java | Java | [] | null | [] | package me.premaseem.datastructure.simplequeue;
public class CustomQueue {
int front=0, rear=0, items =0, maxSize=10;
long[] queueArray;
public CustomQueue(int maxSize){
this.maxSize = maxSize;
queueArray = new long[maxSize];
}
public void insert(int value) throws Exception {
... | 1,170 | 0.519658 | 0.512821 | 56 | 19.892857 | 17.480272 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.410714 | false | false | 11 |
dd5bd7ebac9360d5a5745e9ed0d1a89997e8f2bc | 22,677,427,393,815 | 2070928df0fc808971bcd2d8911c71071d0928ac | /java/investigation/src/main/java/com/zetsubou_0/java8/investigation/comparator/ComparatorTest.java | 8e9d700da3fb62fd4663f8f031ff3122b9a6d9b0 | [] | no_license | zetsubou-0/zetsubou_0 | https://github.com/zetsubou-0/zetsubou_0 | 1d06591b711f3c932719ff4dcc0e044e2818ab05 | 8a0b5601477cc3bc4495f1e14086b925f695b69d | refs/heads/master | 2018-12-29T12:22:53.586000 | 2018-09-24T19:13:09 | 2018-09-24T19:13:09 | 30,109,487 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zetsubou_0.java8.investigation.comparator;
import com.zetsubou_0.java8.investigation.bean.Employee;
import java.util.Arrays;
import java.util.Collections;
import java.util.Comparator;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
public class ComparatorTest {
private static ... | UTF-8 | Java | 1,745 | java | ComparatorTest.java | Java | [] | null | [] | package com.zetsubou_0.java8.investigation.comparator;
import com.zetsubou_0.java8.investigation.bean.Employee;
import java.util.Arrays;
import java.util.Collections;
import java.util.Comparator;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
public class ComparatorTest {
private static ... | 1,745 | 0.680229 | 0.669914 | 46 | 36.934784 | 34.69833 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.847826 | false | false | 11 |
a9f73d75d22447964f6c6691d3b1e314af7079f5 | 35,828,617,198,357 | 33b44d111831c2a6cd7a75c9be20b2a89ed6d975 | /ExercicioMockito/src-testes/senha/core/TodosTestes.java | 6c0db06daaf7efc8046ce297ff4d6bc2bf1f3eba | [] | no_license | joaomedeiros95/TestedeSoftwareII | https://github.com/joaomedeiros95/TestedeSoftwareII | 497f3b7de8209938cf0b6449822a399c39309fe8 | 2237c2b25701d775a8e24c0be221623ad33dc3e4 | refs/heads/master | 2020-05-31T14:54:47.572000 | 2015-03-14T14:44:24 | 2015-03-14T14:44:24 | 30,379,003 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* João Eduardo Ribeiro de Medeiros - 2013020793
* Universidade Federal do Rio Grande do Norte
* Bacharelado em Tecnologia da Informação
* Criado em 11/02/2015
*/
package senha.core;
import org.junit.runner.RunWith;
import org.junit.runners.Suite;
import org.junit.runners.Suite.SuiteClasses;
/**
* @author jo... | UTF-8 | Java | 488 | java | TodosTestes.java | Java | [
{
"context": "/**\n * João Eduardo Ribeiro de Medeiros - 2013020793\n * Universidade Federal do Rio Grand",
"end": 39,
"score": 0.9998616576194763,
"start": 7,
"tag": "NAME",
"value": "João Eduardo Ribeiro de Medeiros"
},
{
"context": ".junit.runners.Suite.SuiteClasses;\n\n/**\n * @a... | null | [] | /**
* <NAME> - 2013020793
* Universidade Federal do Rio Grande do Norte
* Bacharelado em Tecnologia da Informação
* Criado em 11/02/2015
*/
package senha.core;
import org.junit.runner.RunWith;
import org.junit.runners.Suite;
import org.junit.runners.Suite.SuiteClasses;
/**
* @author joao
*
*/
@RunWith(Suite.c... | 461 | 0.760825 | 0.723711 | 21 | 22.095238 | 24.426575 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 11 |
657cfa455ee01c143092c2808db0ae0bcbc93e52 | 34,368,328,317,472 | 43acfe61b9e1b5ab7706f3147beed32d71dd6a1d | /src/main/java/br/com/zup/orange/product/question/QuestionRequest.java | fbb74c3f6da64a94b9e3dcda812cd0d4c1d3cc63 | [] | permissive | silobocarvalho/orange-talents-02-template-ecommerce | https://github.com/silobocarvalho/orange-talents-02-template-ecommerce | 5d43c3c56e1aac0470dff30531890fc868a7883a | 22b95cfd1be462af091877276b573bbc24399765 | refs/heads/main | 2023-03-11T02:53:47.696000 | 2021-03-04T00:35:33 | 2021-03-04T00:35:33 | 344,303,413 | 0 | 0 | Apache-2.0 | true | 2021-03-04T00:33:02 | 2021-03-04T00:33:02 | 2021-02-09T16:08:29 | 2021-02-09T16:08:26 | 4 | 0 | 0 | 0 | null | false | false | package br.com.zup.orange.product.question;
import javax.persistence.EntityManager;
import javax.validation.constraints.NotBlank;
import javax.validation.constraints.NotNull;
import org.springframework.http.HttpStatus;
import org.springframework.web.server.ResponseStatusException;
import br.com.zup.orange.product.Pr... | UTF-8 | Java | 1,224 | java | QuestionRequest.java | Java | [] | null | [] | package br.com.zup.orange.product.question;
import javax.persistence.EntityManager;
import javax.validation.constraints.NotBlank;
import javax.validation.constraints.NotNull;
import org.springframework.http.HttpStatus;
import org.springframework.web.server.ResponseStatusException;
import br.com.zup.orange.product.Pr... | 1,224 | 0.763072 | 0.763072 | 53 | 22.094339 | 24.417952 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.207547 | false | false | 11 |
831b2c225f6f59a9e8e95b5ae4b099f77d7ce37f | 34,179,349,773,455 | 6ba7f926a24598080c9e444be18b80a0d7467c11 | /src/main/java/top/tinn/NowCoder/Huawei_0923/Problem_03/Main.java | c2c4431c2e30a6ad2044a0557e4ed8016c15c899 | [] | no_license | Tintinnabu/Leetcode | https://github.com/Tintinnabu/Leetcode | 2a71bdc93ded1d89f8813176acfb9ed730f067a9 | 051636db1722219841ba04e91cb297150b1d4bbc | refs/heads/master | 2021-02-08T12:34:04.935000 | 2020-10-30T02:13:05 | 2020-10-30T02:13:05 | 244,151,737 | 0 | 0 | null | false | 2020-10-14T00:10:09 | 2020-03-01T13:12:19 | 2020-10-11T12:07:00 | 2020-10-14T00:10:08 | 1,618 | 0 | 0 | 1 | Java | false | false | package top.tinn.NowCoder.Huawei_0923.Problem_03;
import java.util.Scanner;
/**
* @Author: Tinn
* @Date: 2020/9/23 19:15
*/
public class Main {
static int[] dx = {1, -1, 0, 0};
static int[] dy = {0, 0, 1, -1};
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
... | UTF-8 | Java | 3,335 | java | Main.java | Java | [
{
"context": "em_03;\n\nimport java.util.Scanner;\n\n/**\n * @Author: Tinn\n * @Date: 2020/9/23 19:15\n */\npublic class Main {",
"end": 98,
"score": 0.9830245971679688,
"start": 94,
"tag": "NAME",
"value": "Tinn"
}
] | null | [] | package top.tinn.NowCoder.Huawei_0923.Problem_03;
import java.util.Scanner;
/**
* @Author: Tinn
* @Date: 2020/9/23 19:15
*/
public class Main {
static int[] dx = {1, -1, 0, 0};
static int[] dy = {0, 0, 1, -1};
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
... | 3,335 | 0.419871 | 0.397724 | 102 | 30.872549 | 20.319347 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.960784 | false | false | 11 |
6e84ada3e0b9b75cf1892464a42345dd7483bd74 | 30,185,030,199,697 | 367dde136c0240c0edffcdd71ffe38a409c6c750 | /viewserver-core/src/main/java/io/viewserver/network/SessionManager.java | f066414e238c8588832b3753724f040ad631a9d4 | [
"Apache-2.0"
] | permissive | viewserver/viewserver | https://github.com/viewserver/viewserver | 730d0cf59d27869db6fbab37d8f602d62d09993b | 52ca55da0f86ae46d37a724cb028d048a8aacee7 | refs/heads/master | 2021-01-24T10:38:43.477000 | 2016-10-05T22:47:59 | 2016-10-05T22:47:59 | 70,105,576 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright 2016 Claymore Minds Limited and Niche Solutions (UK) Limited
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unl... | UTF-8 | Java | 6,382 | java | SessionManager.java | Java | [] | null | [] | /*
* Copyright 2016 Claymore Minds Limited and Niche Solutions (UK) Limited
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unl... | 6,382 | 0.666562 | 0.663428 | 195 | 31.728205 | 26.413342 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.45641 | false | false | 11 |
f50de64e414b0c9ae82f3630738529366c685c75 | 37,941,741,097,998 | 8cd0d3fcb40272719c3a173d489a94d23383e90a | /src/main/java/pl/lukesawicki/calculator/domain/DefaultCalculator.java | 92d0afebb50ddc0bebb4f16448c68919b56dbc61 | [] | no_license | lukesawicki/Calculator | https://github.com/lukesawicki/Calculator | 3386dbbda440ee9e9b5cf9e3ef4ad89d597c92b1 | d9143a770c8a4ce7bd20998cf26bc7e2ced5f335 | refs/heads/master | 2021-07-10T17:39:52.160000 | 2020-02-09T12:33:31 | 2020-02-09T12:33:31 | 238,959,174 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pl.lukesawicki.calculator.domain;
import com.google.common.base.Preconditions;
class DefaultCalculator implements Calculator {
@Override
public Number add(NumberSupplier numberSupplierOne, NumberSupplier numberSupplierTwo) {
Number numberOne = getNumber(numberSupplierOne);
Number numbe... | UTF-8 | Java | 630 | java | DefaultCalculator.java | Java | [] | null | [] | package pl.lukesawicki.calculator.domain;
import com.google.common.base.Preconditions;
class DefaultCalculator implements Calculator {
@Override
public Number add(NumberSupplier numberSupplierOne, NumberSupplier numberSupplierTwo) {
Number numberOne = getNumber(numberSupplierOne);
Number numbe... | 630 | 0.734921 | 0.734921 | 17 | 36.058823 | 27.30109 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.588235 | false | false | 11 |
d6a6d1a8b2488ab20e3e8d1a31e681b16e3b38a6 | 35,416,300,346,110 | d72967934881ff56b2fd7681ce15ebe2184846e7 | /src/main/java/com/adminis/project/adminis/entity/Project.java | fc49d9eb3c4d020ff5ff288f36af226955a678e3 | [] | no_license | dancourbano/adminProject | https://github.com/dancourbano/adminProject | 17afcd874981c1e66509e901254c7378907ec85b | 4fdb96e71985ca3a30838e66a3256522601b45d5 | refs/heads/main | 2023-05-06T05:06:37.773000 | 2021-06-05T01:32:26 | 2021-06-05T01:32:26 | 373,993,913 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.adminis.project.adminis.entity;
public class Project {
}
| UTF-8 | Java | 71 | java | Project.java | Java | [] | null | [] | package com.adminis.project.adminis.entity;
public class Project {
}
| 71 | 0.774648 | 0.774648 | 5 | 13.2 | 17.104385 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 11 |
372d6bbcb0f4ecbbd3585b67a993ea0bbf454c7c | 4,879,082,915,880 | 2279274c8ef4a6a6afd815d5949eb72ca232461e | /app/src/main/java/com/baiwei/tianlong/jindong/mvp/dingdan/model/DingDanModel.java | af1ec0a31bdf247d7fc1174a404b72eb0180cda4 | [] | no_license | wukundi931211/jindong | https://github.com/wukundi931211/jindong | 27eb2e7aa71dfd0ef2dbdbc48402e2407259a7f5 | 571ca494cbcade5fd5e95d05cdd88dd0f0eb4c9e | refs/heads/master | 2020-03-25T23:57:28.704000 | 2018-08-19T09:51:49 | 2018-08-19T09:51:49 | 144,300,720 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.baiwei.tianlong.jindong.mvp.dingdan.model;
import com.baiwei.tianlong.jindong.mvp.dingdan.model.beans.QingQiuMoRenDiZhi;
import com.baiwei.tianlong.jindong.mvp.show.model.beans.ProductBeans;
import com.baiwei.tianlong.jindong.utils.RetrofitcManager;
import io.reactivex.Flowable;
public class DingDanModel... | UTF-8 | Java | 722 | java | DingDanModel.java | Java | [] | null | [] | package com.baiwei.tianlong.jindong.mvp.dingdan.model;
import com.baiwei.tianlong.jindong.mvp.dingdan.model.beans.QingQiuMoRenDiZhi;
import com.baiwei.tianlong.jindong.mvp.show.model.beans.ProductBeans;
import com.baiwei.tianlong.jindong.utils.RetrofitcManager;
import io.reactivex.Flowable;
public class DingDanModel... | 722 | 0.771709 | 0.771709 | 20 | 34.700001 | 32.132694 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.35 | false | false | 11 |
2e5751126dca408ec80ee12554f1daaad96e000a | 6,425,271,126,218 | 8e2a06d0bea66bc9c0b0cdc13f6fb77c23be2bd0 | /ZXingDemo/ZXingDemo/src/com/totalGDS/model/ETAuthorization.java | 93acf3f0800445b27438a73adce130493dc4a49a | [] | no_license | yzyspy/etourer | https://github.com/yzyspy/etourer | 633e721109760b358d6a734038feff8e92993cec | 4a069cd553b112cae3ca42471430e0f846798a43 | refs/heads/master | 2016-08-16T19:25:21.598000 | 2016-03-18T09:49:22 | 2016-03-18T09:49:22 | 16,634,449 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.totalGDS.model;
import java.io.IOException;
import java.math.BigInteger;
import java.security.MessageDigest;
import java.security.NoSuchAlgorithmException;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Comparator;
import java.util.HashMap;
import java.util.Iterator;
import and... | GB18030 | Java | 4,181 | java | ETAuthorization.java | Java | [] | null | [] | package com.totalGDS.model;
import java.io.IOException;
import java.math.BigInteger;
import java.security.MessageDigest;
import java.security.NoSuchAlgorithmException;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Comparator;
import java.util.HashMap;
import java.util.Iterator;
import and... | 4,181 | 0.628753 | 0.617769 | 139 | 28.474821 | 27.972322 | 167 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2 | false | false | 11 |
1fa89abc2207ac0985071b2f1d630c2dde3e6cb3 | 6,425,271,125,968 | 77cec449390c57bcf609f9ced290302df826513a | /desarrollo_java_sagt/SAGTSegob-WS/src/main/java/mx/gob/segob/dgtic/sagt/exceptions/AccesoException.java | 8646435dcd04fe7b49dd7a6a67efb477ba87bd3d | [] | no_license | ramirogonzalezm/SERVICIOS_REST | https://github.com/ramirogonzalezm/SERVICIOS_REST | f33ef0bd472b1a448a956f1a147a26a4818eb99d | 39192da47bf4edec500afa3f1aaef0fd75b60ac8 | refs/heads/master | 2020-09-20T14:07:26.395000 | 2019-11-27T19:53:55 | 2019-11-27T19:53:55 | 224,504,780 | 1 | 0 | null | false | 2019-11-27T19:55:55 | 2019-11-27T19:41:08 | 2019-11-27T19:55:39 | 2019-11-27T19:55:54 | 0 | 0 | 0 | 1 | Java | false | false | /**
*
*/
package mx.gob.segob.dgtic.sagt.exceptions;
/**
* @author cball
*
*/
public class AccesoException extends SegobException {
/**
*
*/
private static final long serialVersionUID = 8859222874535874367L;
/**
* Constantes de códigos de error para excepciones no genéricas
*/
public static final ... | UTF-8 | Java | 927 | java | AccesoException.java | Java | [
{
"context": "x.gob.segob.dgtic.sagt.exceptions;\n\n/**\n * @author cball\n *\n */\npublic class AccesoException extends Segob",
"end": 77,
"score": 0.9992954730987549,
"start": 72,
"tag": "USERNAME",
"value": "cball"
}
] | null | [] | /**
*
*/
package mx.gob.segob.dgtic.sagt.exceptions;
/**
* @author cball
*
*/
public class AccesoException extends SegobException {
/**
*
*/
private static final long serialVersionUID = 8859222874535874367L;
/**
* Constantes de códigos de error para excepciones no genéricas
*/
public static final ... | 927 | 0.705946 | 0.678919 | 38 | 23.342106 | 30.573704 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.157895 | false | false | 11 |
c37190bf3fb63cb25b11666751aae89789d9f1b8 | 37,426,345,034,209 | 715da61a2764c268762a81d66a9d6c10065e28d0 | /src/main/java/com/tool/Model/base/BaseAdministrator.java | bd9f8bafbffdc81205d3dbb225504704f6bc8b3c | [] | no_license | Topsoloyhc/School | https://github.com/Topsoloyhc/School | 04233b23c9e05f9f9b077b8b4c7b567cedae387a | 7a5f04c7aad326efefdf107b5cbbc9e2ab9251b0 | refs/heads/main | 2023-07-22T09:27:57.067000 | 2021-08-30T11:01:08 | 2021-08-30T11:01:08 | 319,846,584 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tool.Model.base;
import com.jfinal.plugin.activerecord.Model;
import com.jfinal.plugin.activerecord.IBean;
/**
* Generated by JFinal, do not modify this file.
*/
@SuppressWarnings({"serial", "unchecked"})
public abstract class BaseAdministrator<M extends BaseAdministrator<M>> extends Model<M> implements... | UTF-8 | Java | 4,026 | java | BaseAdministrator.java | Java | [] | null | [] | package com.tool.Model.base;
import com.jfinal.plugin.activerecord.Model;
import com.jfinal.plugin.activerecord.IBean;
/**
* Generated by JFinal, do not modify this file.
*/
@SuppressWarnings({"serial", "unchecked"})
public abstract class BaseAdministrator<M extends BaseAdministrator<M>> extends Model<M> implements... | 4,026 | 0.750621 | 0.750621 | 156 | 24.807692 | 25.006695 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.570513 | false | false | 11 |
e42ab05bf5301ac0c1fa919062677671c443c326 | 37,383,395,351,199 | 50eeb5c4151c17f463d0dea3d4f0a0f9b947ea48 | /loser-tests/src/test/java/com/loserico/guava/StringsTest.java | 40b45b800b9b8269287828c58ba4e2095ab4b946 | [
"MIT"
] | permissive | ricoyu/Loser | https://github.com/ricoyu/Loser | b3f0c4462af733b9e6acec337ecc4145b58028fd | 5c26c15a95042a5e3e364e58f92a405873bb10e3 | refs/heads/master | 2022-12-21T06:25:19.723000 | 2019-09-30T22:10:02 | 2019-09-30T22:10:02 | 166,787,435 | 5 | 2 | MIT | false | 2022-12-16T05:06:30 | 2019-01-21T09:40:28 | 2020-01-15T00:47:32 | 2022-12-16T05:06:26 | 3,996 | 1 | 0 | 33 | Java | false | false | package com.loserico.guava;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertThat;
import java.util.Arrays;
import java.util.List;
import java.util.Map;
import org.junit.Test;
import com.google.common.base.Joiner;
import com.google.common.base.Splitter;
import com.googl... | UTF-8 | Java | 5,442 | java | StringsTest.java | Java | [
{
"context": "uava-joiner-and-splitter-tutorial\r\n * \r\n * @author Rico Yu ricoyu520@gmail.com\r\n * @since 2017-06-26 17:49\r\n",
"end": 478,
"score": 0.9998885989189148,
"start": 471,
"tag": "NAME",
"value": "Rico Yu"
},
{
"context": "ner-and-splitter-tutorial\r\n * \r\n * @autho... | null | [] | package com.loserico.guava;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertThat;
import java.util.Arrays;
import java.util.List;
import java.util.Map;
import org.junit.Test;
import com.google.common.base.Joiner;
import com.google.common.base.Splitter;
import com.googl... | 5,429 | 0.626948 | 0.616636 | 152 | 26.710526 | 23.619413 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.032895 | false | false | 11 |
e9f018efc1fa3a66cfdd5243cc19ae3e37a30293 | 36,455,682,440,664 | d1dea6217a38ff6f92bc955504a82d8da62d49c2 | /CB_Class_Work/src/Class_24th_Heap/Heap.java | 6da6be1063362f46dfbd2cdc5e9078c3a14442db | [] | no_license | rajneeshkumar146/java_workspace | https://github.com/rajneeshkumar146/java_workspace | fbdf12d0a8f8a99f6a800d3a9fa37dac9ec81ac5 | f77fbbb82dccbb3762fd27618dd366388724cf9b | refs/heads/master | 2020-03-31T04:51:22.151000 | 2018-10-27T11:54:20 | 2018-10-27T11:54:20 | 151,922,604 | 5 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Class_24th_Heap;
import java.util.ArrayList;
public class Heap {
private ArrayList<Integer> data = new ArrayList<>();
private boolean ismin;
public Heap(boolean ismin) {
this.ismin = ismin;
}
public Heap() {
this.ismin = true;
}
public int size() {
return this.data.size();
}
public boolea... | UTF-8 | Java | 2,388 | java | Heap.java | Java | [] | null | [] | package Class_24th_Heap;
import java.util.ArrayList;
public class Heap {
private ArrayList<Integer> data = new ArrayList<>();
private boolean ismin;
public Heap(boolean ismin) {
this.ismin = ismin;
}
public Heap() {
this.ismin = true;
}
public int size() {
return this.data.size();
}
public boolea... | 2,388 | 0.536013 | 0.524288 | 161 | 13.832298 | 13.499591 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2 | false | false | 11 |
6ede0c30aa100f05ee8b349cfe9d580994d11c9b | 25,537,875,579,303 | c3d4464fe94a30eb5902c9a4020e161dcfaa25ad | /src/test/java/Tests.java | 439e4623d7c480cd22db5a24350af3a37b271e8f | [] | no_license | ghaerter/jenkinsGradleSeleniumTest | https://github.com/ghaerter/jenkinsGradleSeleniumTest | 8f07c767a25b1ab5a478a41d71f41004e5397bc4 | 8ca5ce8109077750fd1bc5b03cf7c07789c48e09 | refs/heads/master | 2015-09-24T20:44:13.467000 | 2015-07-07T04:12:13 | 2015-07-07T04:12:13 | 38,586,548 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import org.junit.*;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.firefox.FirefoxDriver;
public class Tests
{
public static WebDriver driver;
@Before
public void beforeTest()
{
driver = new FirefoxDriver();
}
@After
public void afterTest()
{
driver.q... | UTF-8 | Java | 728 | java | Tests.java | Java | [] | null | [] | import org.junit.*;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.firefox.FirefoxDriver;
public class Tests
{
public static WebDriver driver;
@Before
public void beforeTest()
{
driver = new FirefoxDriver();
}
@After
public void afterTest()
{
driver.q... | 728 | 0.601648 | 0.601648 | 37 | 18.675676 | 16.702572 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.351351 | false | false | 11 |
fa3f272c3c5f9fc7500d0825b7eabd252ac18174 | 9,199,820,013,316 | 041d61c4efe147e29145dd686b5f8ebbf55cda62 | /src/main/java/com/school/community/dao/CommentMapper.java | 01d6a0990cee581dbd1e29a278329a63f961ce4b | [] | no_license | bomlsy/Community | https://github.com/bomlsy/Community | 4f290488315817d6ed98f45b47b776bad54a8107 | 620faf6bb7a7a33a230e09e9d0dc46e6925cd6f6 | refs/heads/master | 2023-01-08T12:53:42.719000 | 2020-11-06T13:54:47 | 2020-11-06T13:54:47 | 285,813,356 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.school.community.dao;
import com.school.community.entity.Comment;
import org.apache.ibatis.annotations.Mapper;
import java.util.List;
@Mapper
public interface CommentMapper {
//根据实体查询评论:查询帖子的评论or评论的评论
//支持分页
List<Comment> selectCommentsByEntity(int entityType, int entityId, int offset, int l... | UTF-8 | Java | 564 | java | CommentMapper.java | Java | [] | null | [] | package com.school.community.dao;
import com.school.community.entity.Comment;
import org.apache.ibatis.annotations.Mapper;
import java.util.List;
@Mapper
public interface CommentMapper {
//根据实体查询评论:查询帖子的评论or评论的评论
//支持分页
List<Comment> selectCommentsByEntity(int entityType, int entityId, int offset, int l... | 564 | 0.752137 | 0.752137 | 20 | 22.4 | 24.195868 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.55 | false | false | 11 |
5cb881dd1711b5432d5aa206eba92aafc24ef4c6 | 34,479,997,498,191 | ffc3c5e51d0ac126c2a36e6ac45f7a6a0eda9164 | /src/main/java/wenyu/learning/Matrix/UniquePathsToCell.java | 3fa373e10113d94d8fb85c46b18876c796650d2f | [] | no_license | WenyuChang/data-structure-algorithm-leaning | https://github.com/WenyuChang/data-structure-algorithm-leaning | 203646bd537542e4cd33ca2b549e497e90d97297 | 9f9df7eb6d438493a1a91c87c766969a1f2147d9 | refs/heads/master | 2021-01-22T20:08:05.117000 | 2017-03-17T07:20:14 | 2017-03-17T07:20:14 | 85,282,459 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package wenyu.learning.Matrix;
/**
* Created by Wenyu on 12/1/16.
*
* Problem1: A robot is located at the top-left corner of a m x n grid (marked 'Start' in the diagram below).
* The robot can only move either down or right at any point in time. The robot is trying to reach the bottom-right
* corner of the grid (... | UTF-8 | Java | 1,926 | java | UniquePathsToCell.java | Java | [
{
"context": "package wenyu.learning.Matrix;\n\n/**\n * Created by Wenyu on 12/1/16.\n *\n * Problem1: A robot is located at",
"end": 55,
"score": 0.9354205131530762,
"start": 50,
"tag": "NAME",
"value": "Wenyu"
}
] | null | [] | package wenyu.learning.Matrix;
/**
* Created by Wenyu on 12/1/16.
*
* Problem1: A robot is located at the top-left corner of a m x n grid (marked 'Start' in the diagram below).
* The robot can only move either down or right at any point in time. The robot is trying to reach the bottom-right
* corner of the grid (... | 1,926 | 0.52648 | 0.494289 | 56 | 33.392857 | 31.289934 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.589286 | false | false | 11 |
47f9ac27e1129ffbc5ee84ef1c1f9a059ff56565 | 21,543,556,024,587 | 0e65a8210bf36d55381c629a05c9ff00202ee6ee | /src/main/java/serwisPaczek/controller/worker/WorkerManageGiftOrdersController.java | 527c2bead27a25784f90305dba032cddc83d9158 | [
"MIT"
] | permissive | mjochab/PZ_2019_Lab3_Gr3 | https://github.com/mjochab/PZ_2019_Lab3_Gr3 | 5d3125e2d958fbfe66fec83e9dd6ab862a9620bc | ae9086efacf820ca6d0a35d437304b2c52ba53bc | refs/heads/master | 2023-04-16T02:06:54.339000 | 2019-05-28T08:01:42 | 2019-05-28T08:01:42 | 172,590,387 | 4 | 0 | MIT | false | 2023-03-27T22:19:38 | 2019-02-25T21:47:17 | 2019-05-28T08:01:44 | 2023-03-27T22:19:38 | 38,008 | 2 | 0 | 3 | Java | false | false | package serwisPaczek.controller.worker;
import javafx.collections.FXCollections;
import javafx.collections.ObservableList;
import javafx.event.ActionEvent;
import javafx.fxml.FXML;
import javafx.scene.control.*;
import javafx.scene.control.cell.PropertyValueFactory;
import javafx.scene.layout.Region;
import org.spring... | UTF-8 | Java | 8,540 | java | WorkerManageGiftOrdersController.java | Java | [] | null | [] | package serwisPaczek.controller.worker;
import javafx.collections.FXCollections;
import javafx.collections.ObservableList;
import javafx.event.ActionEvent;
import javafx.fxml.FXML;
import javafx.scene.control.*;
import javafx.scene.control.cell.PropertyValueFactory;
import javafx.scene.layout.Region;
import org.spring... | 8,540 | 0.663544 | 0.663075 | 199 | 41.914574 | 34.746574 | 271 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.733668 | false | false | 11 |
b775448dfcdeca3d599f3de77b995a14e11571eb | 39,530,879,014,500 | e0f63c110a124164cf45cb47711c59e358cb7b9f | /src/main/java/ua/com/cib/exim/controllers/AliaseController.java | b0ea3acaa29e0ceea5e29f66020570f66f360069 | [] | no_license | Gesserok/exim | https://github.com/Gesserok/exim | 9a131dc70618180633a26e142c65f6ff93630ff2 | b93097bd19688529327e1619262a0f67c5f24ca9 | refs/heads/master | 2020-04-07T20:41:38.322000 | 2018-12-17T13:00:30 | 2018-12-17T13:00:30 | 158,699,299 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ua.com.cib.exim.controllers;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.core.Authentication;
import org.springframework.security.core.context.SecurityContextHolder;
import org.springframework.stereotype.Controller;
import org.springframework.ui.ModelMap;
... | UTF-8 | Java | 4,253 | java | AliaseController.java | Java | [] | null | [] | package ua.com.cib.exim.controllers;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.core.Authentication;
import org.springframework.security.core.context.SecurityContextHolder;
import org.springframework.stereotype.Controller;
import org.springframework.ui.ModelMap;
... | 4,253 | 0.716435 | 0.710792 | 105 | 39.504761 | 35.548256 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.542857 | false | false | 11 |
7cf05ad926c8a382b5170c6a0b7f1066897bd663 | 37,632,503,465,282 | cd2861f0b0c69bc034a685d9f484cf61fbf2e223 | /src/main/java/com/dp/observer/WeChatUserObserver.java | b583a2d429d88e2bf2d21e9fd29fd736103dec51 | [] | no_license | zhaohuichn/design_pattern | https://github.com/zhaohuichn/design_pattern | c0db93584fdc3b25933879a3a297216508351f7a | 44b8a9d1f5b49440bb0a879a28473d5b4fe74873 | refs/heads/master | 2020-03-26T16:29:16.029000 | 2019-08-27T04:37:31 | 2019-08-27T04:37:31 | 145,105,061 | 0 | 0 | null | false | 2020-10-12T22:40:20 | 2018-08-17T10:05:56 | 2019-08-27T04:38:00 | 2020-10-12T22:40:19 | 917 | 0 | 0 | 5 | Java | false | false | package com.dp.observer;
/**
* 具体观察者-微信用户
*/
public class WeChatUserObserver implements UserObserver {
private String name;
public WeChatUserObserver(String name) {
this.name = name;
}
@Override
public void read(Article article) {
System.out.println(name + "阅读文章:" + article.toSt... | UTF-8 | Java | 365 | java | WeChatUserObserver.java | Java | [] | null | [] | package com.dp.observer;
/**
* 具体观察者-微信用户
*/
public class WeChatUserObserver implements UserObserver {
private String name;
public WeChatUserObserver(String name) {
this.name = name;
}
@Override
public void read(Article article) {
System.out.println(name + "阅读文章:" + article.toSt... | 365 | 0.646884 | 0.646884 | 17 | 18.82353 | 20.237516 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.235294 | false | false | 11 |
f4297f292af8cb52cbc4caabb7e6ee1c88b4ce6d | 38,886,633,913,126 | ba4a427257ad516512d46b2478f308c4c8bb8f4d | /antsServer/src/main/java/com/bonree/ants/manager/server/action/ServerActionGroup.java | cfde9b705199efdd1a063fd7809a7526b912c11b | [] | no_license | zhwei4150/monitor_manager | https://github.com/zhwei4150/monitor_manager | b74de9c262cf7bd8b0cec5bd7affff64e9f92119 | 6d7c42a61ca5e926d2aa1cfac8c8ed6d49ba62c9 | refs/heads/master | 2020-04-10T04:38:30.052000 | 2018-12-07T10:16:34 | 2018-12-07T10:16:34 | 160,804,103 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bonree.ants.manager.server.action;
import java.net.InetSocketAddress;
import java.util.stream.Collectors;
import com.bonree.ants.manager.action.ActionGroup;
import com.bonree.ants.manager.action.AntsAction;
import com.bonree.ants.manager.cache.HostNodeManager;
import com.bonree.ants.manager.config.ServerC... | UTF-8 | Java | 2,527 | java | ServerActionGroup.java | Java | [] | null | [] | package com.bonree.ants.manager.server.action;
import java.net.InetSocketAddress;
import java.util.stream.Collectors;
import com.bonree.ants.manager.action.ActionGroup;
import com.bonree.ants.manager.action.AntsAction;
import com.bonree.ants.manager.cache.HostNodeManager;
import com.bonree.ants.manager.config.ServerC... | 2,527 | 0.756897 | 0.756897 | 58 | 42.120689 | 36.339909 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.689655 | false | false | 11 |
e92b26ea393da547464a37283d4477b07005d626 | 39,530,878,998,011 | d4aaaeb0a66a7a84f9990a3700510b81791394b8 | /MyLinkedList2.java | 60f179cab9a021722733eaf9a9e7b658e8c537ad | [] | no_license | Alisa-min/java-primary | https://github.com/Alisa-min/java-primary | 1624a4d6a3e13a232d53807c015fa0586183f5e3 | eaa0abbb6b1415a90642fe9580aac98e3841c7e8 | refs/heads/master | 2021-04-01T07:42:57.914000 | 2020-07-13T13:32:09 | 2020-07-13T13:32:09 | 248,168,995 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Lesson7;
import java.util.*;
public class MyLinkedList2 {
//链表分割
public ListNode partition(ListNode pHead, int x) {
// write code here
ListNode bs = null;
ListNode be = null;
ListNode as = null;
ListNode ae = null;
ListNode cur = pHead;
while(... | UTF-8 | Java | 2,545 | java | MyLinkedList2.java | Java | [] | null | [] | package Lesson7;
import java.util.*;
public class MyLinkedList2 {
//链表分割
public ListNode partition(ListNode pHead, int x) {
// write code here
ListNode bs = null;
ListNode be = null;
ListNode as = null;
ListNode ae = null;
ListNode cur = pHead;
while(... | 2,545 | 0.381542 | 0.380344 | 105 | 22.838095 | 13.204706 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.447619 | false | false | 11 |
2b37e8a7dd707955d2acc02911a64d4a829c4b17 | 37,503,654,463,927 | a438799f927aa57078bd21a293420cd2ce007def | /src/main/java/ru/ildar/languagelearner/service/ClusterService.java | 8f105f40f724c7d749d8c98b3f21616068472526 | [] | no_license | IldarSaifeev/language-learner-web-app | https://github.com/IldarSaifeev/language-learner-web-app | 340973e3ce567369e630fd8ea95aba53935eb68c | e44642653282468cff156feb24095ba44fe2a3bb | refs/heads/master | 2021-05-29T11:10:52.877000 | 2015-09-10T11:12:36 | 2015-09-10T11:12:36 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ru.ildar.languagelearner.service;
import ru.ildar.languagelearner.controller.dto.ClusterDTO;
import ru.ildar.languagelearner.controller.dto.LanguagePairDTO;
import ru.ildar.languagelearner.controller.dto.PopularCluster;
import ru.ildar.languagelearner.database.domain.Cluster;
import ru.ildar.languagelearner.ex... | UTF-8 | Java | 4,075 | java | ClusterService.java | Java | [
{
"context": "m cluster Cluster to delete\n * @param username Username of the user\n * @throws ClusterNotOfThisUserException If t",
"end": 3320,
"score": 0.9567842483520508,
"start": 3300,
"tag": "USERNAME",
"value": "Username of the user"
}
] | null | [] | package ru.ildar.languagelearner.service;
import ru.ildar.languagelearner.controller.dto.ClusterDTO;
import ru.ildar.languagelearner.controller.dto.LanguagePairDTO;
import ru.ildar.languagelearner.controller.dto.PopularCluster;
import ru.ildar.languagelearner.database.domain.Cluster;
import ru.ildar.languagelearner.ex... | 4,075 | 0.729325 | 0.727853 | 92 | 43.29348 | 32.388451 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.369565 | false | false | 11 |
29bd954b0e2e8735814ccd7cfa898bd7ff3d0e38 | 34,935,264,038,812 | f8c8ec3440323726b2fa73802872c8e3812bf9f8 | /src/main/java/com/spencerwi/junitdisplaynamegenerators/StringUtils.java | eac055f3b97c02a3aefbf0af9cf9123c845f3abb | [
"MIT"
] | permissive | spencerwi/junit-displayname-generators | https://github.com/spencerwi/junit-displayname-generators | f44fb32daedb56f314c27160648fa3b441e92eaa | e9361e34bca719726013dcb6060c9b3e160a0632 | refs/heads/master | 2020-06-11T00:34:01.736000 | 2019-07-05T15:16:31 | 2019-07-05T15:16:31 | 193,804,888 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.spencerwi.junitdisplaynamegenerators;
class StringUtils {
static String deCamelize(String input) {
if (input == null) { return null; }
return input.replaceAll("[A-Z]", " $0")
.replaceAll(" ", " ")
.trim();
}
static String replaceUnderscoresAndDe... | UTF-8 | Java | 547 | java | StringUtils.java | Java | [] | null | [] | package com.spencerwi.junitdisplaynamegenerators;
class StringUtils {
static String deCamelize(String input) {
if (input == null) { return null; }
return input.replaceAll("[A-Z]", " $0")
.replaceAll(" ", " ")
.trim();
}
static String replaceUnderscoresAndDe... | 547 | 0.50457 | 0.500914 | 18 | 29.388889 | 19.652929 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.555556 | false | false | 11 |
fc5be7209031ea4602540c15c6f393ea87340a4b | 35,167,192,276,819 | 852fe98e55e6d4e043c2302014ba3c5912bd250c | /loa-library/loa-document-location-service/src/main/java/com/github/bottomlessarchive/loa/location/service/DocumentLocationManipulator.java | b5dff88b3c4f85e558b6011dfaf6ae869f69bcdc | [
"MIT"
] | permissive | bottomless-archive-project/library-of-alexandria | https://github.com/bottomless-archive-project/library-of-alexandria | eae0736e697e2d53a10aa800b3d1e3e196a05466 | 235b9ba064eb1d7057c88f077ce88dc92e755eb6 | refs/heads/master | 2023-08-10T05:54:38.654000 | 2023-07-29T11:23:24 | 2023-07-29T11:23:24 | 174,202,612 | 101 | 3 | MIT | false | 2023-05-25T19:01:52 | 2019-03-06T18:56:08 | 2023-05-15T03:53:46 | 2023-05-25T19:01:51 | 11,032 | 96 | 1 | 14 | Java | false | false | package com.github.bottomlessarchive.loa.location.service;
import com.github.bottomlessarchive.loa.location.domain.DocumentLocationResultType;
import com.github.bottomlessarchive.loa.location.repository.DocumentLocationRepository;
import com.github.bottomlessarchive.loa.number.service.HexConverter;
import lombok.Requi... | UTF-8 | Java | 855 | java | DocumentLocationManipulator.java | Java | [] | null | [] | package com.github.bottomlessarchive.loa.location.service;
import com.github.bottomlessarchive.loa.location.domain.DocumentLocationResultType;
import com.github.bottomlessarchive.loa.location.repository.DocumentLocationRepository;
import com.github.bottomlessarchive.loa.number.service.HexConverter;
import lombok.Requi... | 855 | 0.85731 | 0.85731 | 19 | 44 | 41.409382 | 132 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.578947 | false | false | 11 |
df89040bfe7fda36350e321ea7374b535ef5d31a | 36,000,415,923,832 | 6ac6c350ef5582ea068dc4bc00560fb5a693dfcf | /src/main/java/lk/arpico/dummylocation/repository/UserRepo.java | e5fd076061788fca5adae02fe8708c6da6afb575 | [] | no_license | AnjanaThrishakya/Dummy-Locations | https://github.com/AnjanaThrishakya/Dummy-Locations | b92b80858b8bbcf532a60ab4ad1d3327040b93d7 | ea1dc3e5a72c5839988ddf78dd8a5c6776f83c04 | refs/heads/master | 2020-04-22T21:39:44.236000 | 2019-02-15T11:42:07 | 2019-02-15T11:42:07 | 170,680,100 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package lk.arpico.dummylocation.repository;
import org.springframework.data.jpa.repository.JpaRepository;
import lk.arpico.dummylocation.model.User;
public interface UserRepo extends JpaRepository<User,String>{
}
| UTF-8 | Java | 218 | java | UserRepo.java | Java | [] | null | [] | package lk.arpico.dummylocation.repository;
import org.springframework.data.jpa.repository.JpaRepository;
import lk.arpico.dummylocation.model.User;
public interface UserRepo extends JpaRepository<User,String>{
}
| 218 | 0.830275 | 0.830275 | 10 | 20.799999 | 25.941473 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 11 |
4948a3926494d9d1f63afcc18b32c8209d69bd93 | 39,367,670,245,144 | 38dde81204a4a318cf444ac53291384c877db674 | /src/stratego/IHM.java | 55e772c73851ae8e3f26f0c24ce9dcaaa4ecfe2c | [] | no_license | MooVyns/Stratego | https://github.com/MooVyns/Stratego | 712df6a79f42d0128f642cf26422be605f172b9a | e425af441b7e70b25b0f4a4dbea794aa0dc95ab8 | refs/heads/master | 2021-01-19T14:56:16.739000 | 2014-06-27T12:11:36 | 2014-06-27T12:11:36 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package stratego;
public interface IHM {
public void afficherPlateau(AbstractPlateau plateau);
public String[] saisieNomJoueur();
public String choixCoordonnees(AbstractPlateau plateau);
public void afficherString(String str);
public TypePiece choixPiece(AbstractJoueur j);
public String retirerPiece (AbstractPla... | WINDOWS-1250 | Java | 581 | java | IHM.java | Java | [] | null | [] | package stratego;
public interface IHM {
public void afficherPlateau(AbstractPlateau plateau);
public String[] saisieNomJoueur();
public String choixCoordonnees(AbstractPlateau plateau);
public void afficherString(String str);
public TypePiece choixPiece(AbstractJoueur j);
public String retirerPiece (AbstractPla... | 581 | 0.812069 | 0.812069 | 17 | 33 | 21.865902 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.176471 | false | false | 11 |
6165502bcee13ff8514e44bc6295f41e4a3eb7ef | 39,367,670,245,607 | f7f0d7e7d145d132510bd0ec008c2119ece4d77b | /oprh_old/src/main/java/br/com/petrobras/oprh/presentation/controller/CAController.java | ad90a0de29c375258fc1f7229cb6e84388c4efe0 | [] | no_license | eltinhocesar/projects | https://github.com/eltinhocesar/projects | f1af3af1b66b374924009e8b41a39b65de15bdae | 6e8094e0caf2b036cfe9a44bcac2dce0e3614bc6 | refs/heads/master | 2020-01-30T23:52:23.562000 | 2017-03-09T14:40:46 | 2017-03-09T14:40:46 | 56,382,464 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.petrobras.oprh.presentation.controller;
import org.apache.shiro.SecurityUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotat... | UTF-8 | Java | 876 | java | CAController.java | Java | [] | null | [] | package br.com.petrobras.oprh.presentation.controller;
import org.apache.shiro.SecurityUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotat... | 876 | 0.738584 | 0.738584 | 29 | 28.206896 | 23.376055 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.551724 | false | false | 11 |
5932bf2ae7a41004d207934fdd9ac0c1475afb8b | 25,099,788,926,885 | a33d8acc2b92679fd0864bc44addf3057b2661bf | /items/Dragon_sword.java | 61797eed8637aee0f9cc0dd8a290717ad7901904 | [] | no_license | Batto1300/MyFirstGame | https://github.com/Batto1300/MyFirstGame | c41e270254dce612a9ea186eda29e144307a8800 | e8fe0f8ff46545047325526da22eb124af0c5882 | refs/heads/master | 2016-09-12T21:40:44.532000 | 2016-05-10T09:42:56 | 2016-05-10T09:42:56 | 58,441,945 | 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 game.items;
/**
*
* @author batto1300
*/
public class Dragon_sword extends Item {
public Dragon_sword() {
su... | UTF-8 | Java | 369 | java | Dragon_sword.java | Java | [
{
"context": "itor.\n */\npackage game.items;\n\n\n\n/**\n *\n * @author batto1300\n */\npublic class Dragon_sword extends Item {\n\n ",
"end": 235,
"score": 0.9994761943817139,
"start": 226,
"tag": "USERNAME",
"value": "batto1300"
}
] | 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 game.items;
/**
*
* @author batto1300
*/
public class Dragon_sword extends Item {
public Dragon_sword() {
su... | 369 | 0.655827 | 0.628726 | 20 | 17.450001 | 22.486607 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 11 |
bc51fc3b24d4ec3e4d2d4513c72d86051f33fa40 | 23,880,018,168,884 | e4c3408da9bc62ec48210748156510285a2c6e4a | /SavingAccountUser.java | 3c93ff4ead35d2c8ebe03be70f86d161bf36936c | [] | no_license | UmerQaisar/Bank-Management-System | https://github.com/UmerQaisar/Bank-Management-System | dba5e0d75baff3fcec20de75ec19d3205ac8ab1a | 6d6f3d999ad302a5a0b0b2d562046f14bc81af19 | refs/heads/master | 2020-12-07T04:38:18.667000 | 2020-01-08T18:44:19 | 2020-01-08T18:44:19 | 232,633,803 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class SavingAccountUser extends User{
SavingAccountUser(String name, int an, int pin, int amount){
super(name, an, pin, amount);
this.amountLimit = 250000 ;
transactionLimit = 6 ;
}
SavingAccountUser(){
}
public int getTransactionLimit(){
... | UTF-8 | Java | 528 | java | SavingAccountUser.java | Java | [] | null | [] | public class SavingAccountUser extends User{
SavingAccountUser(String name, int an, int pin, int amount){
super(name, an, pin, amount);
this.amountLimit = 250000 ;
transactionLimit = 6 ;
}
SavingAccountUser(){
}
public int getTransactionLimit(){
... | 528 | 0.590909 | 0.577652 | 23 | 21.043478 | 18.86215 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.521739 | false | false | 11 |
64c5172cd727a42d2ce1c0121cd4031a2067d1b8 | 9,294,309,286,720 | 06ed81c4dc782114a8905837fb6736f7c1eab005 | /yibi-orderapi/src/main/java/com/yibi/orderapi/biz/SmsCodeBiz.java | 77379ac4e075e43637ed133d2d83bbe864c7522f | [] | no_license | edby/SLMaster | https://github.com/edby/SLMaster | 05e880d5afcc2ebf827b818cf2771bf3c6908e50 | d0720590f7f14a5a425bb018b7ff072a7a269ad3 | refs/heads/master | 2021-05-22T21:02:11.452000 | 2020-01-09T09:59:59 | 2020-01-09T09:59:59 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yibi.orderapi.biz;
/**
* Created by ZhaoHe on 2018/7/12 0012.
*/
public interface SmsCodeBiz {
/**
* 获取短信验证码
* @param phone 手机号
* @param type type 1:注册 2:其他
* @return
*/
String getValidateCode(String phone, Integer type);
}
| UTF-8 | Java | 306 | java | SmsCodeBiz.java | Java | [
{
"context": "package com.yibi.orderapi.biz;\n\n/**\n * Created by ZhaoHe on 2018/7/12 0012.\n */\npublic interface SmsC",
"end": 51,
"score": 0.8464381694793701,
"start": 50,
"tag": "NAME",
"value": "Z"
},
{
"context": "ackage com.yibi.orderapi.biz;\n\n/**\n * Created by ZhaoHe on 2... | null | [] | package com.yibi.orderapi.biz;
/**
* Created by ZhaoHe on 2018/7/12 0012.
*/
public interface SmsCodeBiz {
/**
* 获取短信验证码
* @param phone 手机号
* @param type type 1:注册 2:其他
* @return
*/
String getValidateCode(String phone, Integer type);
}
| 306 | 0.605839 | 0.558394 | 14 | 18.571428 | 16.303875 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.214286 | false | false | 11 |
2605e9b0c195fd5b59cecfc4c945a038bee911ae | 29,575,144,847,914 | cb5b8fc0ce2af6568ea61d8c364494760fbcbe63 | /src/Andice/dice/view/GLRender.java | cb4844c8b1b6ec8a1f643d05cfc4ff349689a528 | [] | no_license | yenpinchiu/Andice | https://github.com/yenpinchiu/Andice | 95a9f208a6457ab0de0cf7fc6ecf0e109096a204 | fb07350c95d7e58b9e4c359ca1854a7f20b40cd7 | refs/heads/master | 2021-07-16T04:50:43.225000 | 2017-10-22T09:58:16 | 2017-10-22T09:58:16 | 106,914,902 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Andice.dice.view;
import java.io.IOException;
import java.io.InputStream;
import java.net.MalformedURLException;
import java.net.URL;
import java.net.URLConnection;
//import java.nio.ByteBuffer;
import java.nio.ByteBuffer;
import java.nio.FloatBuffer;
import java.nio.IntBuffer;
import javax.microedition.khron... | BIG5 | Java | 36,949 | java | GLRender.java | Java | [] | null | [] | package Andice.dice.view;
import java.io.IOException;
import java.io.InputStream;
import java.net.MalformedURLException;
import java.net.URL;
import java.net.URLConnection;
//import java.nio.ByteBuffer;
import java.nio.ByteBuffer;
import java.nio.FloatBuffer;
import java.nio.IntBuffer;
import javax.microedition.khron... | 36,949 | 0.519189 | 0.470571 | 1,059 | 33.763927 | 29.382519 | 202 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.754485 | false | false | 11 |
fce19d46a414543a6df0fa0e5693619d4865b107 | 23,665,269,862,033 | d04db1a1ac06665e504347110fd3e8af49205b9c | /src/com/company/DataInstance.java | ad0ad72dccf0e2b27b81757b08a43a8c0a53f0f4 | [] | no_license | tezeloguzhan/Data-Labelling-System | https://github.com/tezeloguzhan/Data-Labelling-System | 46298c529fd6e4d2edbc4fa18c40cb8353db99cb | c09715e362466beb5d378006cb0bf325cf71bfc9 | refs/heads/master | 2023-02-15T04:44:58.755000 | 2021-01-12T19:38:22 | 2021-01-12T19:38:22 | 313,221,946 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.company;
import org.json.simple.JSONObject;
public class DataInstance {
private int id;
private String instane;
public DataInstance(int id, String instane) {
this.id = id;
this.instane = instane;
}
public int getId() {
return id;
}
public void setId(i... | UTF-8 | Java | 709 | java | DataInstance.java | Java | [] | null | [] | package com.company;
import org.json.simple.JSONObject;
public class DataInstance {
private int id;
private String instane;
public DataInstance(int id, String instane) {
this.id = id;
this.instane = instane;
}
public int getId() {
return id;
}
public void setId(i... | 709 | 0.589563 | 0.589563 | 37 | 18.135136 | 15.8901 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.459459 | false | false | 11 |
afa39ac8220eaf0f937e392a1911047cb2b22f31 | 13,159,779,854,579 | 50bf97f9d722077b05af3a15e629f71316a577fd | /vpn-import-peer/src/main/java/com/sirius/vpn/service/WireGuardService.java | 73c9b8440af61620c552d6047b0e591600740b88 | [] | no_license | yz1123/siriusVPN | https://github.com/yz1123/siriusVPN | 188dff742f75885cbdba5d40856b31e4f2b7d093 | eb7d93ba7db7d2768f53243796dd4ab791652843 | refs/heads/master | 2022-12-15T05:40:45.944000 | 2020-09-19T11:11:06 | 2020-09-19T11:11:06 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sirius.vpn.service;
import com.sirius.vpn.model.UmsVpnWireguard;
import java.util.List;
public interface WireGuardService {
/**
* 通过ip 和线路名写入到ums_vpn_service数据库中
* @param ip
* @param lineName
* @return
*/
int importVpnService(String ip, String lineName);
/**
... | UTF-8 | Java | 1,149 | java | WireGuardService.java | Java | [] | null | [] | package com.sirius.vpn.service;
import com.sirius.vpn.model.UmsVpnWireguard;
import java.util.List;
public interface WireGuardService {
/**
* 通过ip 和线路名写入到ums_vpn_service数据库中
* @param ip
* @param lineName
* @return
*/
int importVpnService(String ip, String lineName);
/**
... | 1,149 | 0.609391 | 0.607393 | 59 | 15.966102 | 17.601007 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.254237 | false | false | 11 |
57899ec6d3a6c2a8e36d86a11f9e8c1676485644 | 14,018,773,307,230 | 767382aa8a96402af242330e8cf9e49243b82f17 | /silverstring-core/src/main/java/io/silverstring/core/repository/hibernate/UserRepository.java | 32fd9df1f9aeef625073ad31c855d467a44f67e1 | [] | no_license | coinext/silverstring-exchange | https://github.com/coinext/silverstring-exchange | 78843a376d947e3f2148d98d6118158b3c2fe795 | c8ce9255a054f85c7233f567e5e689da69ade03c | refs/heads/master | 2022-07-05T06:44:09.568000 | 2022-06-27T10:52:08 | 2022-06-27T10:52:08 | 114,785,455 | 95 | 101 | null | false | 2018-08-30T02:47:32 | 2017-12-19T16:08:19 | 2018-08-23T01:55:30 | 2018-08-30T02:47:13 | 9,405 | 60 | 64 | 0 | CSS | false | null | package io.silverstring.core.repository.hibernate;
import io.silverstring.domain.enums.ActiveEnum;
import io.silverstring.domain.hibernate.User;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import java.util.List;
@Repository
public interface UserRep... | UTF-8 | Java | 653 | java | UserRepository.java | Java | [] | null | [] | package io.silverstring.core.repository.hibernate;
import io.silverstring.domain.enums.ActiveEnum;
import io.silverstring.domain.hibernate.User;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import java.util.List;
@Repository
public interface UserRep... | 653 | 0.831547 | 0.831547 | 17 | 37.411766 | 30.858421 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.823529 | false | false | 11 |
e7b97c1e4420edf9ed854ba7be633158d30dbbca | 8,478,265,446,595 | a32ccf477b4be7cff1f402758efb8cd36f9d8090 | /Morpion/src/morpion/Morpion.java | f2f1ebd7e77b3ec7ff43e24d66ce854465cc1081 | [] | no_license | bouyass/Morpion | https://github.com/bouyass/Morpion | 73798f050c8be62b95b29e6808e70ada8ca890c6 | edddb9f880dc33d74275e67939e21989a00eaedd | refs/heads/master | 2020-04-11T17:32:32.345000 | 2018-12-16T06:12:13 | 2018-12-16T06:12:13 | 161,964,816 | 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 morpion;
import morpion.Controlleur.Controlleur;
import morpion.Vue.Vue;
/**
*
* @author lyes
*/
public class Morpion {
... | UTF-8 | Java | 580 | java | Morpion.java | Java | [
{
"context": "olleur;\nimport morpion.Vue.Vue;\n\n/**\n *\n * @author lyes\n */\npublic class Morpion {\n\n /**\n * @param",
"end": 290,
"score": 0.9993759989738464,
"start": 286,
"tag": "USERNAME",
"value": "lyes"
}
] | 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 morpion;
import morpion.Controlleur.Controlleur;
import morpion.Vue.Vue;
/**
*
* @author lyes
*/
public class Morpion {
... | 580 | 0.632759 | 0.632759 | 28 | 19.714285 | 21.115088 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 11 |
3114f797813ddb2fcc45de9e3e5b9784416f2839 | 9,216,999,827,104 | 269f808e0b0741b8da1c9cc20726a772a227b8c4 | /src/main/java/com/projet/stock/service/facade/StockService.java | 695666c8e76eb5c5b88446aaebc37ea81b0c939d | [] | no_license | AKH-cpu/gestion-stock | https://github.com/AKH-cpu/gestion-stock | 55287b88927072c11c077b6a8141e38a9b23bd94 | e592d9786bb39584995e579cfea8135bb0777921 | refs/heads/master | 2021-01-03T06:11:09.082000 | 2020-04-04T21:57:11 | 2020-04-04T22:01:18 | 239,955,334 | 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 com.projet.stock.service.facade;
import com.projet.stock.bean.Magasin;
import com.projet.stock.bean.Stock;
import java.util.Li... | UTF-8 | Java | 803 | java | StockService.java | Java | [
{
"context": "n.Stock;\nimport java.util.List;\n\n/**\n *\n * @author KHALID\n */\npublic interface StockService {\n public Li",
"end": 349,
"score": 0.805488646030426,
"start": 343,
"tag": "USERNAME",
"value": "KHALID"
},
{
"context": ";\nimport java.util.List;\n\n/**\n *\n * @au... | null | [] | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.projet.stock.service.facade;
import com.projet.stock.bean.Magasin;
import com.projet.stock.bean.Stock;
import java.util.Li... | 803 | 0.75467 | 0.75467 | 25 | 31.120001 | 24.05048 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.64 | false | false | 11 |
cc1b52b0bcb11b93c8388dc4553dea43427fb549 | 9,990,093,990,820 | 218fe2e61bf277a4b7c51789f712e9f7c55b65f0 | /RegistrationForm/src/main/java/com/reshma/StudentData.java | 2b606b222d21fe6d3967e8cff8027f65367d79e1 | [] | no_license | Resh1602/RegistrationForm | https://github.com/Resh1602/RegistrationForm | dcee715ce922dbfefc4bff0cc0df70dc015da6ac | 5413514e9318574872da426f7a431f4404154ed5 | refs/heads/master | 2022-12-21T11:17:45.600000 | 2019-12-19T18:37:37 | 2019-12-19T18:37:37 | 229,116,254 | 0 | 0 | null | false | 2022-12-16T00:01:25 | 2019-12-19T18:34:10 | 2019-12-19T18:38:02 | 2022-12-16T00:01:22 | 11 | 0 | 0 | 4 | Java | false | false | package com.reshma;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
@Entity
public class StudentData {
String name;
int age;
@Id
@GeneratedValue(strategy=GenerationType.IDENTITY)
int rollNo;
int tot... | UTF-8 | Java | 1,730 | java | StudentData.java | Java | [] | null | [] | package com.reshma;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
@Entity
public class StudentData {
String name;
int age;
@Id
@GeneratedValue(strategy=GenerationType.IDENTITY)
int rollNo;
int tot... | 1,730 | 0.667052 | 0.667052 | 81 | 19.358025 | 19.437338 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.592593 | false | false | 11 |
926abdb38f523c69692d8b5b95e4f55cfd7e8611 | 12,378,095,815,260 | 1fc3be61e9eb86ed1e7c41062a19c6a7c8b4efbc | /src/test/java/ParkingAppTest.java | b7492b609350be91968833c1d650b46f048d2580 | [] | no_license | arshrahman/parking-app | https://github.com/arshrahman/parking-app | bf943d82064626a094425b425bf1015db721ca02 | 6d70e3e318a38af869a3cd640ea065e5c8f2a334 | refs/heads/main | 2023-06-21T14:05:55.130000 | 2021-08-06T07:49:01 | 2021-08-06T07:49:01 | 392,341,862 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import exception.ErrorMessage;
import exception.ParkingException;
import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import java.io.ByteArrayOutputStream;
import java.io.PrintStream;
import static org.junit.jupiter.api.Assertions.assertEquals;
import st... | UTF-8 | Java | 2,225 | java | ParkingAppTest.java | Java | [] | null | [] | import exception.ErrorMessage;
import exception.ParkingException;
import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import java.io.ByteArrayOutputStream;
import java.io.PrintStream;
import static org.junit.jupiter.api.Assertions.assertEquals;
import st... | 2,225 | 0.657978 | 0.652584 | 62 | 34.887096 | 28.928223 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.419355 | false | false | 11 |
5ecf78bf57ee840d299de72c70923b22a09d9a59 | 12,884,901,889,108 | 698a31432c109784d884d863066c8ffb9dc32f71 | /jeecg-boot-module-system/src/main/java/org/jeecg/modules/test/test/service/IContractMainService.java | b85be17a4eeb02abd486bf8aeaead98547a9f365 | [
"MIT"
] | permissive | Easonnaly/jeecg-boot | https://github.com/Easonnaly/jeecg-boot | 1708d3ba3522df2d7d819d539c422009954a119e | 6eefc77db2f3f43a7fe07c87f49dc9b509b6f583 | refs/heads/master | 2022-07-10T00:26:50.769000 | 2019-11-12T07:20:39 | 2019-11-12T07:20:39 | 221,153,322 | 0 | 0 | MIT | false | 2022-06-21T02:13:24 | 2019-11-12T07:10:57 | 2019-11-12T07:21:13 | 2022-06-21T02:13:21 | 2,687 | 0 | 0 | 4 | TSQL | false | false | package org.jeecg.modules.test.test.service;
import org.jeecg.modules.test.test.entity.ContractMain;
import com.baomidou.mybatisplus.extension.service.IService;
/**
* @Description: 合同管理主信息
* @Author: jeecg-boot
* @Date: 2019-11-05
* @Version: V1.0
*/
public interface IContractMainService extends IService<Contr... | UTF-8 | Java | 348 | java | IContractMainService.java | Java | [
{
"context": "Service;\n\n/**\n * @Description: 合同管理主信息\n * @Author: jeecg-boot\n * @Date: 2019-11-05\n * @Version: V1.0\n */\npubl",
"end": 214,
"score": 0.9996322393417358,
"start": 204,
"tag": "USERNAME",
"value": "jeecg-boot"
}
] | null | [] | package org.jeecg.modules.test.test.service;
import org.jeecg.modules.test.test.entity.ContractMain;
import com.baomidou.mybatisplus.extension.service.IService;
/**
* @Description: 合同管理主信息
* @Author: jeecg-boot
* @Date: 2019-11-05
* @Version: V1.0
*/
public interface IContractMainService extends IService<Contr... | 348 | 0.757485 | 0.727545 | 14 | 22.857143 | 23.72418 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.214286 | false | false | 11 |
072211b70723ce75a54fe6bfcb0de63d3a1a62fe | 22,617,297,842,163 | 348cc6b54703ea32aadd5ac824f184b0a178d707 | /src/de/company/accounting/data/AccountingRecord.java | a0c6c8c9babd24ff1996584ec5ed94524c77982a | [] | no_license | hwuehn/Buchhaltung | https://github.com/hwuehn/Buchhaltung | 77b3956ef31f60dfaea8a696e26af12c0bacbd43 | 47e562f5b7c5aa6b5073ff651157163e2a7624a6 | refs/heads/master | 2022-03-30T08:49:31.332000 | 2020-01-16T21:17:04 | 2020-01-16T21:17:04 | 209,015,139 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package de.company.accounting.data;
import de.company.accounting.application.AccountingRecordIDCounter;
import de.company.accounting.application.UserInput;
import java.text.DecimalFormat;
import java.time.LocalDate;
public class AccountingRecord {
UserInput userInput;
private Object account;
private A... | UTF-8 | Java | 1,579 | java | AccountingRecord.java | Java | [] | null | [] | package de.company.accounting.data;
import de.company.accounting.application.AccountingRecordIDCounter;
import de.company.accounting.application.UserInput;
import java.text.DecimalFormat;
import java.time.LocalDate;
public class AccountingRecord {
UserInput userInput;
private Object account;
private A... | 1,579 | 0.669411 | 0.664978 | 52 | 29.384615 | 33.391129 | 167 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.788462 | false | false | 11 |
149326f5ebda818e5a2627609b0a6a9955d3f721 | 22,617,297,842,431 | 05ff780921a87597c28e6df0f851433bc2335065 | /inf-sdk/src/main/java/com/tq/inf/service/WebFormServiceInf.java | e7238978d5f7eff6c7df1ec6f04df31be56f5a93 | [] | no_license | phqviettma/TQ-API-Development-Repository | https://github.com/phqviettma/TQ-API-Development-Repository | 97cfe6102c0b285f66d96255d90b000bb6a1276d | 192af9cf0d8d81a7e44dcb93ecf91aa367e55e17 | refs/heads/master | 2021-06-19T04:24:42.554000 | 2020-06-15T01:39:04 | 2020-06-15T01:39:04 | 98,152,380 | 0 | 0 | null | true | 2017-07-24T05:32:32 | 2017-07-24T05:32:32 | 2017-07-24T05:26:03 | 2017-07-24T05:26:04 | 0 | 0 | 0 | 0 | null | null | null | package com.tq.inf.service;
import java.util.Map;
import com.tq.inf.exception.InfSDKExecption;
public interface WebFormServiceInf {
public String getHTML(String apiName, String apiKey, Integer formID) throws InfSDKExecption;
//Retrieve Webform IDs {formId=name, }
public Map<?, ?> getMap(String ... | UTF-8 | Java | 370 | java | WebFormServiceInf.java | Java | [] | null | [] | package com.tq.inf.service;
import java.util.Map;
import com.tq.inf.exception.InfSDKExecption;
public interface WebFormServiceInf {
public String getHTML(String apiName, String apiKey, Integer formID) throws InfSDKExecption;
//Retrieve Webform IDs {formId=name, }
public Map<?, ?> getMap(String ... | 370 | 0.745946 | 0.745946 | 13 | 27.461538 | 30.803635 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.769231 | false | false | 11 |
614227e38bdbdf6b9d3bad8a97beddffe47b95de | 1,039,382,144,550 | 46420d519ab70e44a9433e82c131c9dbb910ed62 | /src/model/Deck.java | c749265d8cfa4b89ca5e642d0fd56bb14f0b9de1 | [] | no_license | ivovandaalen/week2b | https://github.com/ivovandaalen/week2b | b4ae6b76fff881993f8271ee223b623ccbcd56a8 | cae2036e10563b30b8a0143d898e6c7c4ba51ffc | refs/heads/master | 2020-03-13T05:45:20.978000 | 2018-04-25T10:33:20 | 2018-04-25T10:33:20 | 130,990,011 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package model;
import java.util.ArrayList;
import java.util.Collections;
import model.Card.CardSuit;
import model.Card.CardValue;
public class Deck{
private ArrayList<Card> myDeck = new ArrayList<Card>();
public Deck() {
generateDeck();
}
public void shuffle(){
Collections.shuffle(myDeck);
}
public in... | UTF-8 | Java | 3,686 | java | Deck.java | Java | [] | null | [] | package model;
import java.util.ArrayList;
import java.util.Collections;
import model.Card.CardSuit;
import model.Card.CardValue;
public class Deck{
private ArrayList<Card> myDeck = new ArrayList<Card>();
public Deck() {
generateDeck();
}
public void shuffle(){
Collections.shuffle(myDeck);
}
public in... | 3,686 | 0.740369 | 0.739284 | 96 | 37.395832 | 23.050886 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.729167 | false | false | 11 |
7a36c44fc93fce435f9d0bde5bbc17b7055ed434 | 24,309,514,940,221 | e67a7ad8f97ca8f7784ee2a57c18955d60fc6993 | /src/uk/ac/nott/cs/g53dia/multilibrary/DefaultCellFactory.java | 8cf5993f0eac272d093bd01f2f9b05438b05ff58 | [] | no_license | EdoardoCocconi/Intelligent_Multi-Agent_System | https://github.com/EdoardoCocconi/Intelligent_Multi-Agent_System | 74cf66fc333eada691159830c3d92923af5a9cb1 | d020b564031b50fe3074264d0b86e3f250b4f4f0 | refs/heads/master | 2022-09-17T18:29:50.832000 | 2020-05-27T05:21:41 | 2020-05-27T05:21:41 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package uk.ac.nott.cs.g53dia.multilibrary;
import java.util.Random;
/**
* A default CellFactory which populates the environment with litter bins, stations
* and recharge points.
*
* @author Neil Madden
*/
/*
* Copyright (c) 2005 Neil Madden. Copyright (c) 2010 University of Nottingham.
* Copyright (c) 2011 ... | UTF-8 | Java | 2,366 | java | DefaultCellFactory.java | Java | [
{
"context": ", stations \n * and recharge points.\n * \n * @author Neil Madden\n */\n\n/*\n * Copyright (c) 2005 Neil Madden. Copyri",
"end": 209,
"score": 0.9998493194580078,
"start": 198,
"tag": "NAME",
"value": "Neil Madden"
},
{
"context": " @author Neil Madden\n */\n\n/*\n * Co... | null | [] | package uk.ac.nott.cs.g53dia.multilibrary;
import java.util.Random;
/**
* A default CellFactory which populates the environment with litter bins, stations
* and recharge points.
*
* @author <NAME>
*/
/*
* Copyright (c) 2005 <NAME>. Copyright (c) 2010 University of Nottingham.
* Copyright (c) 2011 <NAME> (<E... | 2,338 | 0.665258 | 0.652156 | 95 | 23.905264 | 24.357458 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.368421 | false | false | 11 |
28782e8df3150b045a184725fda9a53b3c16d5b3 | 16,655,883,217,066 | 302ee9fc26717efb9026e5d2579e1d33b0d93708 | /opensrp-common/src/main/java/org/opensrp/common/domain/Indicator.java | fc6005196d44ff71eea1803999afae2f2d94f37c | [
"Apache-2.0"
] | permissive | I-TECH/opensrp-server | https://github.com/I-TECH/opensrp-server | 5a5837d2a458e7165514d79f16853019c18e7ec5 | cb4b942946985242306201e1f92849c7fce8e403 | refs/heads/master | 2021-01-12T05:29:10.086000 | 2020-02-29T16:47:45 | 2020-02-29T16:47:45 | 77,926,885 | 0 | 0 | NOASSERTION | true | 2020-09-08T09:33:11 | 2017-01-03T15:00:59 | 2020-02-29T16:49:56 | 2020-09-08T08:40:44 | 33,462 | 0 | 0 | 1 | Java | false | false | package org.opensrp.common.domain;
import static org.apache.commons.lang.StringUtils.equalsIgnoreCase;
public enum Indicator {
//FP Indicators
FP_OCP("OCP"),
FP_IUD("IUD"),
FP_MALE_STERILIZATION("MALE_STERILIZATION"),
FP_FEMALE_STERILIZATION("FEMALE_STERILIZATION"),
FP_CONDOM("CONDOM"),
FP_DMPA("DMPA"),
FP... | UTF-8 | Java | 6,369 | java | Indicator.java | Java | [] | null | [] | package org.opensrp.common.domain;
import static org.apache.commons.lang.StringUtils.equalsIgnoreCase;
public enum Indicator {
//FP Indicators
FP_OCP("OCP"),
FP_IUD("IUD"),
FP_MALE_STERILIZATION("MALE_STERILIZATION"),
FP_FEMALE_STERILIZATION("FEMALE_STERILIZATION"),
FP_CONDOM("CONDOM"),
FP_DMPA("DMPA"),
FP... | 6,369 | 0.662898 | 0.638876 | 238 | 25.760504 | 14.376883 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.701681 | false | false | 11 |
341dc6859bd7e76f08d2b5ee342ba0f863a26b1b | 6,064,493,874,810 | 2826eff8cdde359fba705ecfba7b9a2d70180ef9 | /app/src/main/java/com/example/ksfgh/aria/Model/BandMemberModel.java | 8f4e604dae290a2b43a81a3180c7f87ce6841eb8 | [] | no_license | k-Francisco/Aria | https://github.com/k-Francisco/Aria | 0ab7eec9581a758db0a89e88e938a6e4e46701b1 | 7c23451731b5af4d455bfb45ab9e89266a796df0 | refs/heads/master | 2021-09-09T13:38:48.944000 | 2018-03-16T15:38:43 | 2018-03-16T15:38:43 | 110,846,093 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.ksfgh.aria.Model;
import com.google.gson.annotations.SerializedName;
/**
* Created by ksfgh on 01/12/2017.
*/
public class BandMemberModel {
@SerializedName("band")
public Band band;
@SerializedName("member")
public Member member;
public static class Band {
@Seria... | UTF-8 | Java | 1,311 | java | BandMemberModel.java | Java | [
{
"context": "son.annotations.SerializedName;\n\n/**\n * Created by ksfgh on 01/12/2017.\n */\n\npublic class BandMemberModel ",
"end": 114,
"score": 0.9997074007987976,
"start": 109,
"tag": "USERNAME",
"value": "ksfgh"
}
] | null | [] | package com.example.ksfgh.aria.Model;
import com.google.gson.annotations.SerializedName;
/**
* Created by ksfgh on 01/12/2017.
*/
public class BandMemberModel {
@SerializedName("band")
public Band band;
@SerializedName("member")
public Member member;
public static class Band {
@Seria... | 1,311 | 0.625477 | 0.619375 | 50 | 25.219999 | 14.369816 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.36 | false | false | 11 |
ad864c7470387a93c648d8ca91e86bd8e5492d76 | 19,310,173,022,549 | c44b0be40dc6521d38ec8f5c765b02ef66d2c199 | /app/src/main/java/com/xebiaappdemo/mvp/PresenterImpl.java | 772f66cf0327485139ae74262aa59859e6e3bdc1 | [] | no_license | msain51s/XebiaDemoApp | https://github.com/msain51s/XebiaDemoApp | 79584a12512bbc86a794cde3c164b1af272fe26d | 481ef92bfd23a36ae6d879d3a7b69dca7c4ebae1 | refs/heads/master | 2021-04-30T03:23:49.658000 | 2018-02-19T18:13:39 | 2018-02-19T18:13:39 | 121,514,967 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.xebiaappdemo.mvp;
import com.xebiaappdemo.db.DatabaseHelper;
import com.xebiaappdemo.model.WeatherResponse;
import com.xebiaappdemo.mvp.Contract.Presenter;
/**
* Created by Administrator on 2/14/2018.
*/
public class PresenterImpl implements Presenter,Contract.Model.OnLoadListener {
private Contrac... | UTF-8 | Java | 1,177 | java | PresenterImpl.java | Java | [] | null | [] | package com.xebiaappdemo.mvp;
import com.xebiaappdemo.db.DatabaseHelper;
import com.xebiaappdemo.model.WeatherResponse;
import com.xebiaappdemo.mvp.Contract.Presenter;
/**
* Created by Administrator on 2/14/2018.
*/
public class PresenterImpl implements Presenter,Contract.Model.OnLoadListener {
private Contrac... | 1,177 | 0.642311 | 0.636364 | 48 | 23.520834 | 19.955147 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 11 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.