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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
058d85721faba78d12d4f2d766996c34c3196002 | 31,756,988,197,598 | 9dda630a9848f3649a06a1166f391944b8cc78c5 | /src/main/java/com/robotzero/gamefx/renderengine/model/Color.java | f1049c35cb83a5d3725042ae93b07209949607c6 | [
"Apache-2.0"
] | permissive | robotzero/gamefx | https://github.com/robotzero/gamefx | db3404dcbbf33b6e73a8bbbdde05e9f07e3e56dd | 9bda94c00948d34c5548e4c71b832f0a0a7afd98 | refs/heads/master | 2022-06-26T18:49:53.959000 | 2020-08-26T12:34:30 | 2020-08-26T12:34:30 | 205,686,889 | 0 | 0 | Apache-2.0 | false | 2022-06-20T22:44:08 | 2019-09-01T14:20:42 | 2020-08-26T12:35:07 | 2022-06-20T22:44:08 | 442 | 0 | 0 | 2 | Java | false | false | package com.robotzero.gamefx.renderengine.model;
import org.joml.Vector3f;
import org.joml.Vector4f;
public final class Color {
public static final Color WHITE = new Color(1f, 1f, 1f);
public static final Color BLACK = new Color(0f, 0f, 0f);
public static final Color RED = new Color(1f, 0f, 0f);
publ... | UTF-8 | Java | 5,417 | java | Color.java | Java | [] | null | [] | package com.robotzero.gamefx.renderengine.model;
import org.joml.Vector3f;
import org.joml.Vector4f;
public final class Color {
public static final Color WHITE = new Color(1f, 1f, 1f);
public static final Color BLACK = new Color(0f, 0f, 0f);
public static final Color RED = new Color(1f, 0f, 0f);
publ... | 5,417 | 0.536829 | 0.513568 | 232 | 22.353449 | 19.583488 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.357759 | false | false | 4 |
6bf723a66b6ee256fc5a87b734ec1a6808f9c86f | 4,088,808,915,694 | aa18da71e3822425e0d556b1abb8ab66d93b90cb | /yunxiaoxian/src/main/java/com/yxx/controller/GoodsController.java | ed271342ae2f016a397d8e26842116c2f2c01aee | [
"MIT"
] | permissive | markeNick/yxx | https://github.com/markeNick/yxx | 2daf4fe82ba2d80a3081ac4e61c0ba3744744086 | 5fc9e8e88122d367b3ee70936b3c0dacadc9e653 | refs/heads/master | 2022-12-27T08:14:06.048000 | 2020-03-12T15:48:58 | 2020-03-12T15:48:58 | 242,372,577 | 0 | 0 | MIT | false | 2022-12-16T00:46:41 | 2020-02-22T16:22:23 | 2020-03-12T15:49:01 | 2022-12-16T00:46:41 | 2,072 | 0 | 0 | 12 | Java | false | false | package com.yxx.controller;
import com.alibaba.fastjson.JSONObject;
import com.yxx.pojo.*;
import com.yxx.service.CollectionService;
import com.yxx.service.GoodsService;
import com.yxx.service.MessageService;
import com.yxx.service.ReplyService;
import com.yxx.util.Base64Util;
import org.apache.ibatis.annotations.Par... | UTF-8 | Java | 13,178 | java | GoodsController.java | Java | [] | null | [] | package com.yxx.controller;
import com.alibaba.fastjson.JSONObject;
import com.yxx.pojo.*;
import com.yxx.service.CollectionService;
import com.yxx.service.GoodsService;
import com.yxx.service.MessageService;
import com.yxx.service.ReplyService;
import com.yxx.util.Base64Util;
import org.apache.ibatis.annotations.Par... | 13,178 | 0.560681 | 0.550814 | 316 | 37.487343 | 27.797239 | 167 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.734177 | false | false | 4 |
bb88702ad00c20f6b65bb6b128e7b7e8a8943041 | 4,638,564,707,452 | cdf71f9bb8e2147216733d5fb37a9b8e991c1de1 | /OOP/warGameImplementation/Card.java | c6dbf37a98093fc8a9940d255a3d928e2f22960f | [] | no_license | petkata/ItTalents | https://github.com/petkata/ItTalents | 5a14a8138fc13dd0af17ec624de9495e337b172c | 46ebaaa405a4c5351c90cc47a077c431c3b86836 | refs/heads/master | 2021-01-10T05:33:31.374000 | 2016-02-20T18:04:23 | 2016-02-20T18:04:23 | 44,908,773 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package warGameImplementation;
public class Card {
private String strength;
private String suit;
private int power;
public Card(String strength, String suit) {
this.strength = strength;
this.suit = suit;
}
void setPower(int power) {
this.power = power;
}
public String printInfo() {
return strengt... | UTF-8 | Java | 488 | java | Card.java | Java | [] | null | [] | package warGameImplementation;
public class Card {
private String strength;
private String suit;
private int power;
public Card(String strength, String suit) {
this.strength = strength;
this.suit = suit;
}
void setPower(int power) {
this.power = power;
}
public String printInfo() {
return strengt... | 488 | 0.678279 | 0.670082 | 30 | 15.266666 | 14.097123 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.366667 | false | false | 4 |
57a667e853c618257a7a11eae7f7afac3c1ecab6 | 20,151,986,578,537 | 82c90caf086d55b7969449ff3485713f9be02793 | /ehome-report/ehome-report-service/src/main/java/report/java/echarts/series/Gauge.java | bc16bf20d0f16b1572363f42bbea1db0c316cac2 | [] | no_license | hebbaixue99/ehome-report | https://github.com/hebbaixue99/ehome-report | 0c3ff5c1575f84b2cfa292dfe4b7ad0e197c5b6b | c37dc2ee59209d455c8b125040520c2f13c250c0 | refs/heads/master | 2020-03-30T07:36:01.480000 | 2018-09-30T09:13:47 | 2018-09-30T09:31:23 | 150,951,723 | 0 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package report.java.echarts.series;
import report.java.echarts.Label;
import report.java.echarts.Title;
import report.java.echarts.axis.AxisTick;
import report.java.echarts.axis.SplitLine;
import report.java.echarts.code.SeriesType;
import report.java.echarts.series.gauge.Detail;
import report.java.echarts.ser... | UTF-8 | Java | 6,631 | java | Gauge.java | Java | [] | null | [] | package report.java.echarts.series;
import report.java.echarts.Label;
import report.java.echarts.Title;
import report.java.echarts.axis.AxisTick;
import report.java.echarts.axis.SplitLine;
import report.java.echarts.code.SeriesType;
import report.java.echarts.series.gauge.Detail;
import report.java.echarts.ser... | 6,631 | 0.604735 | 0.604735 | 392 | 14.920918 | 14.88378 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.295918 | false | false | 4 |
4141c13907be7d2a85f52f66840fd77b2a2fed23 | 23,106,924,068,786 | 48db0ea589d04503ff6d2f9040decdf15805e0da | /Demo/Mall/src/main/java/com/Danny/Mall/mbg/model/UmsAdminPermissionRelation.java | 4f0210d9b96e40bf747851712449ddae1b0fb815 | [] | no_license | dannyCaiHaoming/JavaLanguage | https://github.com/dannyCaiHaoming/JavaLanguage | 641e178110f4a248c6754c43e870d56b8a5c0722 | 8afcdcb01c0eb44e6790135d102d7346981d1d6f | refs/heads/main | 2023-03-05T02:56:29.753000 | 2021-02-20T11:26:26 | 2021-02-20T11:26:26 | 326,982,448 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.Danny.Mall.mbg.model;
import io.swagger.annotations.ApiModelProperty;
import java.io.Serializable;
public class UmsAdminPermissionRelation implements Serializable {
private Long id;
private Long admin_id;
private Long permission_id;
private Integer type;
private static final long s... | UTF-8 | Java | 1,455 | java | UmsAdminPermissionRelation.java | Java | [] | null | [] | package com.Danny.Mall.mbg.model;
import io.swagger.annotations.ApiModelProperty;
import java.io.Serializable;
public class UmsAdminPermissionRelation implements Serializable {
private Long id;
private Long admin_id;
private Long permission_id;
private Integer type;
private static final long s... | 1,455 | 0.603436 | 0.602749 | 63 | 22.111111 | 19.407993 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.507937 | false | false | 4 |
9f1e4fa2a799e01b1a34db1542d8a5a3f0cae734 | 15,796,889,773,931 | 7ac44dd2ab05851a9717d77655c61bdab5d80526 | /my-microService/f1-permission/src/main/java/com/jb/organization/constant/DeptJmsType.java | cc09dbe21998eca42d866347c78667819643091c | [] | no_license | goldenxinxing/study | https://github.com/goldenxinxing/study | 792ffe7ef57b1e100d0785265a028d513b70818a | 1d34162463b78b8e11ee77fb85a6ad5de185cef8 | refs/heads/master | 2018-12-19T01:33:44.824000 | 2018-09-15T06:36:23 | 2018-09-15T06:36:23 | 148,875,628 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright (C), 北京中恒博瑞数字电力技术有限公司,保留所有权利.
* FileName: DeptJmsType.java
* History:
* <author> <time> <version> <desc>
* 许策 2013-7-9上午11:05:05 V1.0 部门枚举常量
*/
package com.jb.organization.constant;
/**
* @Package: com.jb.sys.service.impl.jms.consta... | UTF-8 | Java | 521 | java | DeptJmsType.java | Java | [] | null | [] | /*
* Copyright (C), 北京中恒博瑞数字电力技术有限公司,保留所有权利.
* FileName: DeptJmsType.java
* History:
* <author> <time> <version> <desc>
* 许策 2013-7-9上午11:05:05 V1.0 部门枚举常量
*/
package com.jb.organization.constant;
/**
* @Package: com.jb.sys.service.impl.jms.consta... | 521 | 0.585034 | 0.553288 | 17 | 24.941177 | 22.327694 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.294118 | false | false | 4 |
7ac271a5a58f0d927f12544ea715780cdf81f8ef | 4,939,212,423,386 | aa35bcc9f61d65240882a1d4f5a971edd0c75658 | /pawddit/model/src/main/java/ar/edu/itba/pawddit/model/VoteCommentPK.java | c41de76def395961fffc020ed89cb8062414a55b | [] | no_license | matiheimann/tp-paw | https://github.com/matiheimann/tp-paw | 22cb8634da81cf56bca8778cb9625c10ce8229c3 | d4f991d7e92f73b9eb1fe1d07531eb79beabbae0 | refs/heads/master | 2022-12-24T21:30:05.968000 | 2019-07-10T21:11:52 | 2019-07-10T21:11:52 | 200,428,164 | 0 | 2 | null | false | 2022-12-16T07:46:36 | 2019-08-03T22:58:38 | 2019-08-03T23:00:46 | 2022-12-16T07:46:33 | 1,089 | 0 | 2 | 16 | Java | false | false | package ar.edu.itba.pawddit.model;
import java.io.Serializable;
import java.util.Objects;
import javax.persistence.Embeddable;
import javax.persistence.FetchType;
import javax.persistence.JoinColumn;
import javax.persistence.ManyToOne;
@Embeddable
public class VoteCommentPK implements Serializable {
private stati... | UTF-8 | Java | 1,424 | java | VoteCommentPK.java | Java | [] | null | [] | package ar.edu.itba.pawddit.model;
import java.io.Serializable;
import java.util.Objects;
import javax.persistence.Embeddable;
import javax.persistence.FetchType;
import javax.persistence.JoinColumn;
import javax.persistence.ManyToOne;
@Embeddable
public class VoteCommentPK implements Serializable {
private stati... | 1,424 | 0.676966 | 0.676264 | 66 | 20.575758 | 18.584827 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.045455 | false | false | 4 |
2586ead35a3391539ddd68fe90d24a9ae6d4093f | 4,939,212,421,824 | 05254ee9b0c7b834faf2badc8441b6052097b976 | /Exceptions/src/ru/itpark/unchecked/MainArithmeticException.java | 7535a9d3f465243e54eed4cf05c1bc71744d5318 | [] | no_license | MarselSidikov/JAVA_IT_PARK_WORK | https://github.com/MarselSidikov/JAVA_IT_PARK_WORK | 400380280945f854da7cd3c1401cc8f93809df3b | 6b72549532eaa6d5c8bca3d6bcef042090c28241 | refs/heads/master | 2021-01-20T08:37:13.590000 | 2017-07-08T17:57:20 | 2017-07-08T17:57:20 | 83,909,899 | 3 | 5 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ru.itpark.unchecked;
import java.util.Scanner;
public class MainArithmeticException {
public static int div(int a, int b) {
if (b == 0) {
throw new ArithmeticException("НА НОЛЬ ДЕЛИШЬ!!");
} else {
return a / b;
}
}
public static void main(String[] ... | UTF-8 | Java | 860 | java | MainArithmeticException.java | Java | [] | null | [] | package ru.itpark.unchecked;
import java.util.Scanner;
public class MainArithmeticException {
public static int div(int a, int b) {
if (b == 0) {
throw new ArithmeticException("НА НОЛЬ ДЕЛИШЬ!!");
} else {
return a / b;
}
}
public static void main(String[] ... | 860 | 0.515451 | 0.512979 | 31 | 25.096775 | 21.682987 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.483871 | false | false | 4 |
3de91c89f83b211177671d052216f0e0ff843944 | 29,128,468,240,690 | cfe0816ad0865f21d57ef311d18fe503737c3703 | /Debug-Me/QuizMasterTest.java | 0be823d4ff7a4cc0375cbdf2fead89c95ff1e809 | [
"MIT"
] | permissive | bucioj/cs-code-practice | https://github.com/bucioj/cs-code-practice | 08a4737a067515bac6b7234e0b75bf9d47df1347 | 2a69004193df95191a76382529ea97aa3caef19c | refs/heads/master | 2021-09-07T05:11:51.849000 | 2018-02-17T22:06:15 | 2018-02-17T22:06:15 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
import junit.framework.TestCase;
/**
* You do not need to modify this file.
* However, it is worthwhile reading the test input and expected output for each test case
* @author angrave
*
*/
public class QuizMasterTest extends TestCase {
public static void testMichiganStudent() {
String input = "48502\n2\n1\n2... | UTF-8 | Java | 4,961 | java | QuizMasterTest.java | Java | [
{
"context": " and expected output for each test case\n * @author angrave\n *\n */\npublic class QuizMasterTest extends TestCa",
"end": 188,
"score": 0.9995925426483154,
"start": 181,
"tag": "USERNAME",
"value": "angrave"
}
] | null | [] |
import junit.framework.TestCase;
/**
* You do not need to modify this file.
* However, it is worthwhile reading the test input and expected output for each test case
* @author angrave
*
*/
public class QuizMasterTest extends TestCase {
public static void testMichiganStudent() {
String input = "48502\n2\n1\n2... | 4,961 | 0.685144 | 0.663576 | 137 | 35.20438 | 30.893066 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.547445 | false | false | 4 |
7927108388fc0592ea410e3d1786e57515c6ba69 | 27,084,063,785,288 | 935ba695d6e44e744b01aafcc111604c24a26eab | /src/main/java/Port.java | 012b4eeb848822530f340806070f452fe47ca313 | [] | no_license | wcallag3/network-costing-tool | https://github.com/wcallag3/network-costing-tool | 1e4568cb3b25e58cf1226471098d8de897590024 | 5ab2f1f7831bf60dced5f808ac93a2fa557f3097 | refs/heads/master | 2016-09-26T11:35:51.621000 | 2015-04-08T16:34:30 | 2015-04-08T16:34:30 | 32,047,071 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package main.java;
import java.text.DecimalFormat;
public class Port {
private double trafficConsumed;
private double portCapacity;
private double portUtilizationPercent;
public Port(double portCapacity)
{
this.portCapacity = portCapacity;
portUtilizationPercent = 0;
trafficConsumed = 0;
}
// G... | UTF-8 | Java | 1,417 | java | Port.java | Java | [] | null | [] | package main.java;
import java.text.DecimalFormat;
public class Port {
private double trafficConsumed;
private double portCapacity;
private double portUtilizationPercent;
public Port(double portCapacity)
{
this.portCapacity = portCapacity;
portUtilizationPercent = 0;
trafficConsumed = 0;
}
// G... | 1,417 | 0.743825 | 0.730416 | 79 | 16.936708 | 18.444128 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.594937 | false | false | 4 |
2081381be68c0f1821f3f10834143d2389d66958 | 18,519,899,006,772 | 1d9b20e84384f06d20ce7d86fffca926b723ae74 | /ProvaTecnicas/src/Controllers/CidadesController.java | 931c3e0be478bb35b2c2bec71a6c1289c0d5b0b0 | [] | no_license | GustavoSMelo/PlaygroundLab | https://github.com/GustavoSMelo/PlaygroundLab | 5eb8ce901423286c3ba99fb1d76f4198c30ca762 | 7289aedb1a775b9f7d8f7de018f74146fd0c5381 | refs/heads/master | 2023-01-23T19:04:07.712000 | 2021-05-18T01:51:41 | 2021-05-18T01:51:41 | 249,887,400 | 1 | 0 | null | false | 2023-01-09T23:03:11 | 2020-03-25T04:33:14 | 2021-07-24T02:14:04 | 2023-01-09T23:03:11 | 10,656 | 1 | 0 | 11 | PHP | false | false | package Controllers;
import java.util.ArrayList;
import java.sql.*;
import Config.Config;
public final class CidadesController {
Config conf = new Config();
public ArrayList<String> index(String sigla){
Connection con = conf.getConnection();
PreparedStatement ps = null;
ResultSet ... | UTF-8 | Java | 917 | java | CidadesController.java | Java | [] | null | [] | package Controllers;
import java.util.ArrayList;
import java.sql.*;
import Config.Config;
public final class CidadesController {
Config conf = new Config();
public ArrayList<String> index(String sigla){
Connection con = conf.getConnection();
PreparedStatement ps = null;
ResultSet ... | 917 | 0.539804 | 0.538713 | 33 | 26.787878 | 20.386801 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.575758 | false | false | 4 |
329c9d47e89337b16d593c10528563836a539b9f | 32,744,830,679,915 | c5ea9bf9e2b4a6ab81d98acaeec2e1302f80b4b7 | /src/main/java/progetto/view/commandline/IExecutible.java | 585ab309f3af9d570bf3fc5539fa6e6bbd8493a3 | [] | no_license | michelegatti5/Sagrada | https://github.com/michelegatti5/Sagrada | a8a903a7748a0eb6eb2e1cb10fef2b07d3fa5d21 | 5c4c373ccccd0c28f4415faa0c32178c6fca9acd | refs/heads/master | 2020-09-25T19:20:30.991000 | 2019-12-05T11:00:15 | 2019-12-05T11:00:15 | 226,068,716 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package progetto.view.commandline;
/**
* Use to communicate with stream processor
* @author Federica
*/
public interface IExecutible {
/**
*
* @param params input
* @return evaluated string
*/
String execute(String params);
}
| UTF-8 | Java | 240 | java | IExecutible.java | Java | [
{
"context": "se to communicate with stream processor\n * @author Federica\n */\npublic interface IExecutible {\n\t/**\n\t *\n\t * @",
"end": 103,
"score": 0.9997437596321106,
"start": 95,
"tag": "NAME",
"value": "Federica"
}
] | null | [] | package progetto.view.commandline;
/**
* Use to communicate with stream processor
* @author Federica
*/
public interface IExecutible {
/**
*
* @param params input
* @return evaluated string
*/
String execute(String params);
}
| 240 | 0.695833 | 0.695833 | 14 | 16.142857 | 14.520218 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 4 |
0522a214c17e0d83a6f5aa549939ca222dfa116c | 26,534,308,021,800 | 78a9cc86a7462533685acecd02d260016e5e88da | /src/MaximumLevelSumOfABinaryTree.java | 36ce8ae22cd85e9df3e8a17202bbad0a365a594d | [] | no_license | AkshatShukla/LeetCode | https://github.com/AkshatShukla/LeetCode | 7fdf7bd3d7cbaee32ab5a871673734f1cfac49db | 05e1db768bc83e1cc1c092a0b93f63b19666cf32 | refs/heads/master | 2020-05-07T11:34:00.045000 | 2019-10-12T22:31:25 | 2019-10-12T22:31:25 | 180,466,256 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.LinkedList;
import java.util.Queue;
public class MaximumLevelSumOfABinaryTree {
public static int maxLevelSum(TreeNode root) {
// do BFS and update the max at each level
int maxSum = Integer.MIN_VALUE;
int ans = 0;
if (root == null) {
return 0;
}... | UTF-8 | Java | 1,690 | java | MaximumLevelSumOfABinaryTree.java | Java | [] | null | [] | import java.util.LinkedList;
import java.util.Queue;
public class MaximumLevelSumOfABinaryTree {
public static int maxLevelSum(TreeNode root) {
// do BFS and update the max at each level
int maxSum = Integer.MIN_VALUE;
int ans = 0;
if (root == null) {
return 0;
}... | 1,690 | 0.485799 | 0.472189 | 56 | 29.178572 | 15.882501 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.535714 | false | false | 4 |
62d18caa1fadf7bd02330510c3e5a778af97e41e | 21,758,304,369,907 | e3b5370b4024ff0f8477e3f8351baabedeb4577f | /ChessGUI.java | ee8731dc558855dc7d817e283fb326f77eb9c83d | [] | no_license | jacelaquerre/GameOfChess | https://github.com/jacelaquerre/GameOfChess | 1e1faec9498fc213db9c47920a52d61673c1edbb | 399cc4f0b81318fd66ff568cb5b143794faf7154 | refs/heads/master | 2021-04-18T09:34:31.571000 | 2020-04-27T19:23:11 | 2020-04-27T19:23:11 | 249,530,296 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
Chess Game GUI
Interactive display for Chess game
*/
import javafx.application.Application;
import javafx.scene.paint.Paint;
import javafx.scene.text.TextAlignment;
import javafx.stage.Stage;
import javafx.scene.Scene;
import javafx.scene.Node;
import javafx.scene.layout.HBox;
import javafx.scene.layout.VBox;
... | UTF-8 | Java | 20,573 | java | ChessGUI.java | Java | [] | null | [] | /*
Chess Game GUI
Interactive display for Chess game
*/
import javafx.application.Application;
import javafx.scene.paint.Paint;
import javafx.scene.text.TextAlignment;
import javafx.stage.Stage;
import javafx.scene.Scene;
import javafx.scene.Node;
import javafx.scene.layout.HBox;
import javafx.scene.layout.VBox;
... | 20,573 | 0.551305 | 0.535167 | 491 | 40.894093 | 27.828047 | 152 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.816701 | false | false | 4 |
6f6f6cb91d8b8d86c225d634fc9c1a2efb7e3835 | 21,758,304,370,162 | c51c1d63a72e59a528a6926365959f357628e0c0 | /src/main/java/com/inventive/core/web/client/command/RegisterUserResult.java | 4b3a858e72c563e487d0142c1cc332bc56d8dab4 | [] | no_license | grantlittle/coreweb | https://github.com/grantlittle/coreweb | daba3d6c61844d6d8acd433fe24dd1a18e19ea9a | f3c77500877288b61ab191544906483945991ad9 | refs/heads/master | 2016-08-05T14:43:31.549000 | 2014-08-15T00:03:12 | 2014-08-15T00:03:12 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
package com.inventive.core.web.client.command;
import java.util.ArrayList;
import com.inventive.core.web.client.dtos.GwtUser;
/**
* @author <a href="mailto:grant.little@inventivesoftware.com.au">Grant Little</a>
*
*/
public class RegisterUserResult implements Result {
private GwtUser user;
private ... | UTF-8 | Java | 668 | java | RegisterUserResult.java | Java | [
{
"context": "ent.dtos.GwtUser;\n\n/**\n * @author <a href=\"mailto:grant.little@inventivesoftware.com.au\">Grant Little</a>\n *\n */\npublic class RegisterUse",
"end": 209,
"score": 0.9999337792396545,
"start": 172,
"tag": "EMAIL",
"value": "grant.little@inventivesoftware.com.au"
},
{
... | null | [] | /**
*
*/
package com.inventive.core.web.client.command;
import java.util.ArrayList;
import com.inventive.core.web.client.dtos.GwtUser;
/**
* @author <a href="mailto:<EMAIL>"><NAME></a>
*
*/
public class RegisterUserResult implements Result {
private GwtUser user;
private ArrayList<String> messages;
@Suppr... | 632 | 0.714072 | 0.714072 | 40 | 15.7 | 20.907175 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.875 | false | false | 4 |
f1737e0eae265b86ab9e6065fabf23da844a4e91 | 24,180,665,933,244 | 9d4e6aa5827b4ce7fc44f473367c370a655da5b1 | /android/Scout/app/src/main/java/pt/ulisboa/tecnico/cycleourcity/scout/offloading/profiling/exceptions/EnergyPropertyNotSupportedException.java | 92e3a3d88d026f2f8bce39512506768526e5cd93 | [] | no_license | rodrigojmlourenco/Scout | https://github.com/rodrigojmlourenco/Scout | 22f20454f119d2acb9082dcd75c776500098894c | 2683c94c4566110681abe54677d41403f55d94fe | refs/heads/master | 2021-05-01T19:38:18.113000 | 2015-09-21T20:51:10 | 2015-09-21T20:51:10 | 31,719,178 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pt.ulisboa.tecnico.cycleourcity.scout.offloading.profiling.exceptions;
/**
* Created by rodrigo.jm.lourenco on 29/05/2015.
*/
public class EnergyPropertyNotSupportedException extends Exception {
private String message;
public EnergyPropertyNotSupportedException(String propertyName){
this.me... | UTF-8 | Java | 416 | java | EnergyPropertyNotSupportedException.java | Java | [
{
"context": "ffloading.profiling.exceptions;\n\n/**\n * Created by rodrigo.jm.lourenco on 29/05/2015.\n */\npublic class EnergyPropertyNot",
"end": 117,
"score": 0.9964106678962708,
"start": 98,
"tag": "NAME",
"value": "rodrigo.jm.lourenco"
}
] | null | [] | package pt.ulisboa.tecnico.cycleourcity.scout.offloading.profiling.exceptions;
/**
* Created by rodrigo.jm.lourenco on 29/05/2015.
*/
public class EnergyPropertyNotSupportedException extends Exception {
private String message;
public EnergyPropertyNotSupportedException(String propertyName){
this.me... | 416 | 0.764423 | 0.745192 | 13 | 31 | 35.431408 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.230769 | false | false | 4 |
28b24b2e210aea993e9770c5c4d93728d3a51688 | 16,114,717,329,387 | 2c9d27c8b468298626949fbfe678b288e772a3d1 | /config/src/main/java/de/codecrafter47/taboverlay/config/dsl/PlayerSetConfiguration.java | 3b6bd6adf17848fd1b17e4cecff80dde220011f7 | [] | no_license | CodeCrafter47/TabOverlayCommon | https://github.com/CodeCrafter47/TabOverlayCommon | bec7808d0394cb8f40c5e489a14d485898345923 | 75e4529f58d0bf1d8ace537af7d5a49bbc2e8308 | refs/heads/master | 2023-02-03T00:32:38.594000 | 2023-01-21T16:15:55 | 2023-01-26T08:54:24 | 147,844,876 | 2 | 3 | null | false | 2023-01-26T08:54:25 | 2018-09-07T15:53:57 | 2022-06-21T22:19:35 | 2023-01-26T08:54:24 | 832 | 1 | 3 | 4 | Java | false | false | /*
* Copyright (C) 2020 Florian Stober
*
* 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 version 3 of the License, or
* (at your option) any later version.
*
*... | UTF-8 | Java | 2,497 | java | PlayerSetConfiguration.java | Java | [
{
"context": "/*\n * Copyright (C) 2020 Florian Stober\n *\n * This program is free software: you can ",
"end": 43,
"score": 0.9998660087585449,
"start": 29,
"tag": "NAME",
"value": "Florian Stober"
}
] | null | [] | /*
* Copyright (C) 2020 <NAME>
*
* 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 version 3 of the License, or
* (at your option) any later version.
*
* Thi... | 2,489 | 0.731678 | 0.72487 | 71 | 34.169014 | 31.293245 | 129 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.450704 | false | false | 4 |
be22234285691d3639a9f6958aa48db78958c9ea | 3,513,283,280,613 | bfe31fdaaafa7d775a33635ec135656da70da1e9 | /core/src/main/java/dev/triumphteam/gui/components/nbt/LegacyNbt.java | 31863fdd1e3785237775e42d9ece48b883199179 | [
"MIT"
] | permissive | TriumphTeam/gui | https://github.com/TriumphTeam/gui | 8a00e14607b54ef42da28ad6d5a877a0a7168346 | 98fc432d7357c5188de122cf6352f9e6a7fef0de | refs/heads/master | 2023-05-27T03:22:29.906000 | 2023-05-05T10:50:05 | 2023-05-05T10:50:05 | 233,151,248 | 8 | 5 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* MIT License
*
* Copyright (c) 2021 TriumphTeam
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, mod... | UTF-8 | Java | 11,518 | java | LegacyNbt.java | Java | [
{
"context": "/**\n * MIT License\n *\n * Copyright (c) 2021 TriumphTeam\n *\n * Permission is hereby granted, free of charg",
"end": 55,
"score": 0.9993354082107544,
"start": 44,
"tag": "USERNAME",
"value": "TriumphTeam"
}
] | null | [] | /**
* MIT License
*
* Copyright (c) 2021 TriumphTeam
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, mod... | 11,518 | 0.662962 | 0.662355 | 313 | 35.801918 | 32.840389 | 138 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.472843 | false | false | 4 |
ef775f8f34358e9b940d0ef3317429dc680bed1a | 8,607,114,493,022 | 017ace39aa4eea143434fb31559f8a9d0bd49e8a | /ifp-common/src/main/java/com/cib/ifp/common/util/EnumUtils.java | 3330ed9da1d21f5d68be68c7aa4a4b697d4f7206 | [] | no_license | valefor/ifp | https://github.com/valefor/ifp | 088d3d57cd921026ae2bf8cb488b0dc8489d2a5a | 63eb9687b6f2b54e8a65a1ef05808a3d967a185a | refs/heads/master | 2016-08-03T10:20:31.105000 | 2016-05-09T10:18:07 | 2016-05-09T10:18:07 | 51,059,052 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cib.ifp.common.util;
import java.util.ArrayList;
import java.util.List;
import com.cib.ifp.common.enm.EnumCodable;
public class EnumUtils {
public static <T extends Enum<T>> T getByCode(Class<T> enumClass, String code) {
for (T o : enumClass.getEnumConstants()) {
if (o instanceof EnumCo... | UTF-8 | Java | 707 | java | EnumUtils.java | Java | [] | null | [] | package com.cib.ifp.common.util;
import java.util.ArrayList;
import java.util.List;
import com.cib.ifp.common.enm.EnumCodable;
public class EnumUtils {
public static <T extends Enum<T>> T getByCode(Class<T> enumClass, String code) {
for (T o : enumClass.getEnumConstants()) {
if (o instanceof EnumCo... | 707 | 0.647808 | 0.647808 | 29 | 22.379311 | 22.861523 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.931034 | false | false | 4 |
e8e9a38865d83a831b56327666e43f7319cf24e3 | 5,446,018,560,294 | d2e38c2923b053959afedc6962e6e0a2eb52c659 | /cdi/src/main/java/org/uberfire/client/screens/miscfeatures/QConEvent.java | a92a817d6e72376eb845f280d87435c6f5070ea2 | [] | no_license | ederign/qconrio2014 | https://github.com/ederign/qconrio2014 | d8582dc66db1de4182692673b66dbd86731977d6 | 8832646877ac5aed7ab266c5b4aa9e44d7d07353 | refs/heads/master | 2016-09-06T16:32:58.827000 | 2014-09-21T21:55:55 | 2014-09-21T21:55:55 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.uberfire.client.screens.miscfeatures;
import org.uberfire.client.workbench.events.ChangeTitleWidgetEvent;
public class QConEvent {
private final ChangeTitleWidgetEvent changeTitleWidgetEvent;
public QConEvent( ChangeTitleWidgetEvent changeTitleWidgetEvent ) {
this.changeTitleWidgetEvent ... | UTF-8 | Java | 354 | java | QConEvent.java | Java | [] | null | [] | package org.uberfire.client.screens.miscfeatures;
import org.uberfire.client.workbench.events.ChangeTitleWidgetEvent;
public class QConEvent {
private final ChangeTitleWidgetEvent changeTitleWidgetEvent;
public QConEvent( ChangeTitleWidgetEvent changeTitleWidgetEvent ) {
this.changeTitleWidgetEvent ... | 354 | 0.80791 | 0.80791 | 12 | 28.5 | 29.72513 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 4 |
b1426a30143842c025d354056512e86d548073ae | 188,978,621,256 | ebe9c5ebde3d3c95235b3e82cd43dcc15c9a3fb6 | /projekt aplikacji/Project_SM2/app/src/main/java/kamiltm/project_sm/training/NewTrainingActivity.java | 03883eea63d1af54be051f4e6db0e57fdb2b2c43 | [] | no_license | xThauma/Aplikacja-Mobilna-Do-Trening-w-I-Diet | https://github.com/xThauma/Aplikacja-Mobilna-Do-Trening-w-I-Diet | c3378b14485fdf4a25f694bba678cb4fe466033a | 0ece2da133bce585a65d1f858f501dbe191ab229 | refs/heads/master | 2021-01-16T03:38:36.831000 | 2020-02-25T09:55:07 | 2020-02-25T09:55:07 | 242,964,944 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package kamiltm.project_sm.training;
import android.app.AlertDialog;
import android.app.ProgressDialog;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.text.TextUtils;
import android.util.Log;
import android.widget.Button;
import android.widget.EditText;
import com.android.vo... | UTF-8 | Java | 3,318 | java | NewTrainingActivity.java | Java | [] | null | [] | package kamiltm.project_sm.training;
import android.app.AlertDialog;
import android.app.ProgressDialog;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.text.TextUtils;
import android.util.Log;
import android.widget.Button;
import android.widget.EditText;
import com.android.vo... | 3,318 | 0.652803 | 0.652502 | 96 | 33.5625 | 29.496403 | 164 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.8125 | false | false | 4 |
7b4ecb72c0bfc27fd161518db2ae08456c1d735c | 35,948,876,274,829 | 5fc5852b408a231afab98dcc075a9185a83af9be | /src/main/java/com/example/localtest/smartstoreapi/product/type/AddressBookListType.java | 6be8f72fe1b63ccb7f9815b02c1f2ec5973f0fd5 | [] | no_license | 921126sh/smart-store | https://github.com/921126sh/smart-store | d5d5f22f75a06fde48fe1316c8c18eee6f7a219e | 411250d8672be3eae46cc194ae452b447b41a924 | refs/heads/master | 2023-05-09T15:00:02.094000 | 2021-05-31T05:05:05 | 2021-05-31T05:05:05 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package com.example.localtest.smartstoreapi.product.type;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
import java.util.ArrayList;
import java.util.List;
/**
* <p>AddressBookL... | UTF-8 | Java | 2,033 | java | AddressBookListType.java | Java | [] | null | [] |
package com.example.localtest.smartstoreapi.product.type;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
import java.util.ArrayList;
import java.util.List;
/**
* <p>AddressBookL... | 2,033 | 0.654062 | 0.650996 | 68 | 27.764706 | 26.869576 | 144 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.352941 | false | false | 4 |
004a7813c1d8af91d0810ee7c56d6ea90cbbc921 | 8,572,754,756,292 | 947edc58e161933b70d595242d4663a6d0e68623 | /pigx-upms/pigx-upms-biz/src/main/java/com/pig4cloud/pigx/admin/controller/CtcdSalarytypeController.java | 7c5a491e753ad5efce419796b365bc7b45266623 | [] | no_license | jieke360/pig6 | https://github.com/jieke360/pig6 | 5a5de28b0e4785ff8872e7259fc46d1f5286d4d9 | 8413feed8339fab804b11af8d3fbab406eb80b68 | refs/heads/master | 2023-02-04T12:39:34.279000 | 2020-12-31T03:57:43 | 2020-12-31T03:57:43 | 325,705,631 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright (c) 2018-2025, lengleng All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* Redistributions of source code must retain the above copyright notice,
* this list of conditions ... | UTF-8 | Java | 5,805 | java | CtcdSalarytypeController.java | Java | [
{
"context": "/*\n * Copyright (c) 2018-2025, lengleng All rights reserved.\n *\n * Redistribution and use",
"end": 42,
"score": 0.7867026925086975,
"start": 34,
"tag": "NAME",
"value": "lengleng"
},
{
"context": "hout specific prior written permission.\n * Author: lengleng (wangi... | null | [] | /*
* Copyright (c) 2018-2025, lengleng All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* Redistributions of source code must retain the above copyright notice,
* this list of conditions ... | 5,793 | 0.725945 | 0.71992 | 155 | 34.335484 | 25.169176 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.941935 | false | false | 4 |
4d52ba09f706bb57e2fb8c37a9788aa500b39149 | 4,269,197,521,434 | d0c1a89d3e10e95265d0e35b322051d2b413b7f5 | /src/main/java/seedu/address/logic/commands/AssignCommand.java | 15aa9952ae274e64f4cc345cb82771692e0806cd | [
"MIT"
] | permissive | AY2021S1-CS2103T-T12-4/tp | https://github.com/AY2021S1-CS2103T-T12-4/tp | 34dcce7bea4af1840136c864bf273d428452d9c4 | 3cfa2c12485aade43ffefc40a13e2a826cacf1b3 | refs/heads/master | 2023-03-16T14:59:49.795000 | 2021-03-12T07:42:39 | 2021-03-12T07:42:39 | 293,088,999 | 1 | 5 | NOASSERTION | true | 2021-03-12T07:42:40 | 2020-09-05T14:13:07 | 2020-11-09T15:50:52 | 2021-03-12T07:42:39 | 31,853 | 1 | 5 | 0 | Java | false | false | package seedu.address.logic.commands;
import static java.util.Objects.requireNonNull;
import static seedu.address.commons.util.CollectionUtil.requireAllNonNull;
import static seedu.address.logic.parser.CliSyntax.PREFIX_DATE;
import static seedu.address.logic.parser.CliSyntax.PREFIX_DURATION;
import static seedu.addres... | UTF-8 | Java | 6,582 | java | AssignCommand.java | Java | [] | null | [] | package seedu.address.logic.commands;
import static java.util.Objects.requireNonNull;
import static seedu.address.commons.util.CollectionUtil.requireAllNonNull;
import static seedu.address.logic.parser.CliSyntax.PREFIX_DATE;
import static seedu.address.logic.parser.CliSyntax.PREFIX_DURATION;
import static seedu.addres... | 6,582 | 0.653601 | 0.651626 | 175 | 36.611427 | 29.628132 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 4 |
8701cb333ea0dd76872d031f507357df35546905 | 21,955,872,858,903 | edb159b83a4cbad1c4ec66eca1d6de6294a99f7e | /smartmon-falcon/src/main/java/smartmon/falcon/controller/vo/HostGroupModifyVo.java | 479dc72c05bb9bca3e397daa6375f2bfce77c0bd | [] | no_license | java404/recode | https://github.com/java404/recode | 4c36dbacd3f87ed1cf55e64cf7d185a2639ef494 | b11a0b2ff12697d90922af7749ee282821623d45 | refs/heads/master | 2022-10-18T23:58:20.269000 | 2020-06-04T10:17:01 | 2020-06-04T10:17:01 | 258,482,172 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package smartmon.falcon.controller.vo;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import java.util.Set;
import lombok.Data;
@Data
@ApiModel(value = "host group modify model")
public class HostGroupModifyVo {
@ApiModelProperty(value = "group id", position = 1)
private S... | UTF-8 | Java | 427 | java | HostGroupModifyVo.java | Java | [] | null | [] | package smartmon.falcon.controller.vo;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import java.util.Set;
import lombok.Data;
@Data
@ApiModel(value = "host group modify model")
public class HostGroupModifyVo {
@ApiModelProperty(value = "group id", position = 1)
private S... | 427 | 0.76815 | 0.763466 | 15 | 27.333334 | 18.492041 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 4 |
173d3d23902161509482db4a6760a29beb78aff7 | 16,544,214,057,156 | 7ec96ecf1f9c1aecab3884c4c8f335dc62743616 | /csx-b2b-sss-service/src/main/java/com/yh/csx/sss/service/impl/SssSourceBillServiceImpl.java | 334a904f8a01b36b3d272b6776cb3a5b2faf1909 | [] | no_license | tomdev2008/csx-b2b-sss | https://github.com/tomdev2008/csx-b2b-sss | 1ab276b849137d4ce06f82332f399d50c7936f42 | 9ec040ebd6ae5ad42ba98e41769faa5f5dd8b328 | refs/heads/master | 2023-03-18T09:16:25.350000 | 2020-01-10T02:17:17 | 2020-01-10T02:17:17 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yh.csx.sss.service.impl;
import com.yh.csx.bsf.core.base.mapper.Mapper;
import com.yh.csx.sss.core.easyexcel.EasyExcelExecutor;
import com.yh.csx.sss.core.easyexcel.ExportSheetDetail;
import com.yh.csx.sss.service.excel.SssSourceBillExcel;
import com.yh.csx.sss.dao.repository.SssSourceBillRepository;
imp... | UTF-8 | Java | 2,820 | java | SssSourceBillServiceImpl.java | Java | [
{
"context": "rt java.util.List;\n\n\n/**\n * 客户对账来源单添加校验\n * @author zhangLong\n * @since 2020-01-09 21:25:30\n */\n@Service\npublic",
"end": 831,
"score": 0.9609847664833069,
"start": 822,
"tag": "NAME",
"value": "zhangLong"
}
] | null | [] | package com.yh.csx.sss.service.impl;
import com.yh.csx.bsf.core.base.mapper.Mapper;
import com.yh.csx.sss.core.easyexcel.EasyExcelExecutor;
import com.yh.csx.sss.core.easyexcel.ExportSheetDetail;
import com.yh.csx.sss.service.excel.SssSourceBillExcel;
import com.yh.csx.sss.dao.repository.SssSourceBillRepository;
imp... | 2,820 | 0.775862 | 0.770474 | 70 | 38.785713 | 34.722942 | 133 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.542857 | false | false | 4 |
d71770ed55fddefa4bd9fb6c422f043025b0e676 | 38,044,820,308,952 | 7a863dcd56f688de36920d69656dae7e1900f7f9 | /src/main/java/io/zipcoder/casino/card/games/Blackjack.java | 56c55f7230f19259ce1a05ea9814eb59d3f8d960 | [] | no_license | fdhulmes/casino-sim | https://github.com/fdhulmes/casino-sim | b3abc81206a99ca5f0f7e560e2086400d092a5d3 | 201c85f05d0a491246385b7d1b2350cd628474b1 | refs/heads/master | 2022-12-22T02:57:56.278000 | 2020-09-18T00:20:46 | 2020-09-18T00:20:46 | 296,471,095 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package io.zipcoder.casino.card.games;
import io.zipcoder.casino.*;
import io.zipcoder.casino.card.utilities.Card;
import io.zipcoder.casino.card.utilities.CardGame;
import io.zipcoder.casino.card.utilities.CardRank;
import java.util.HashMap;
import java.util.Map;
import java.util.logging.Level;
import java.util.logg... | UTF-8 | Java | 6,988 | java | Blackjack.java | Java | [
{
"context": ") {\n console.println(\"Thank you for playing blackjack!\");\n pauseForReadability();\n }\n}\n",
"end": 6944,
"score": 0.6733119487762451,
"start": 6935,
"tag": "NAME",
"value": "blackjack"
}
] | null | [] | package io.zipcoder.casino.card.games;
import io.zipcoder.casino.*;
import io.zipcoder.casino.card.utilities.Card;
import io.zipcoder.casino.card.utilities.CardGame;
import io.zipcoder.casino.card.utilities.CardRank;
import java.util.HashMap;
import java.util.Map;
import java.util.logging.Level;
import java.util.logg... | 6,988 | 0.529336 | 0.521895 | 232 | 29.120689 | 22.635857 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.512931 | false | false | 4 |
8327575556185f521848bcaa43c6e5318f570c31 | 35,536,559,419,606 | e82c1473b49df5114f0332c14781d677f88f363f | /MED-CLOUD/med-data/src/main/java/nta/med/data/model/ihis/nuro/NUR2016Q00GrdPatientListInfo.java | 1381418ad991858c01f549067aa0eda478dd6414 | [] | no_license | zhiji6/mih | https://github.com/zhiji6/mih | fa1d2279388976c901dc90762bc0b5c30a2325fc | 2714d15853162a492db7ea8b953d5b863c3a8000 | refs/heads/master | 2023-08-16T18:35:19.836000 | 2017-12-28T09:33:19 | 2017-12-28T09:33:19 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package nta.med.data.model.ihis.nuro;
import java.util.Date;
/**
* @author DEV-TiepNM
*/
public class NUR2016Q00GrdPatientListInfo {
private String bunho;
private String patientName;
private String address;
private Date birth;
private String suname;
private String surname2;
private String sex;
private Strin... | UTF-8 | Java | 1,817 | java | NUR2016Q00GrdPatientListInfo.java | Java | [
{
"context": "ihis.nuro;\n\nimport java.util.Date;\n\n/**\n * @author DEV-TiepNM\n */\npublic class NUR2016Q00GrdPatientListInfo {\n\t",
"end": 88,
"score": 0.9996587634086609,
"start": 78,
"tag": "USERNAME",
"value": "DEV-TiepNM"
},
{
"context": "kEmr) {\n\t\tthis.bunho = bunho;\n\t... | null | [] | package nta.med.data.model.ihis.nuro;
import java.util.Date;
/**
* @author DEV-TiepNM
*/
public class NUR2016Q00GrdPatientListInfo {
private String bunho;
private String patientName;
private String address;
private Date birth;
private String suname;
private String surname2;
private String sex;
private Strin... | 1,817 | 0.705008 | 0.6929 | 104 | 16.471153 | 17.195683 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.442308 | false | false | 4 |
5de2fb625db919f4b4958114d295f5f75bb3f929 | 7,249,904,819,782 | 2fba56d7c8d12ffe8acc66e9c5235c753958b66d | /src/test/java/net/openhft/chronicle/bytes/ref/BinaryLongReferenceTest.java | 9770181bbf6c963708dd77571bcbd44977cb543c | [
"Apache-2.0"
] | permissive | OpenHFT/Chronicle-Bytes | https://github.com/OpenHFT/Chronicle-Bytes | 121cd47f44d69d0b19272b4c72ddeafc6482bccb | 6aad9f286fada951c1c15929a4b3bf94539c8966 | refs/heads/ea | 2023-09-05T23:38:12.132000 | 2023-08-31T14:44:04 | 2023-08-31T14:44:04 | 31,261,671 | 387 | 101 | Apache-2.0 | false | 2023-09-05T08:57:05 | 2015-02-24T13:39:36 | 2023-08-24T15:20:30 | 2023-09-05T08:57:04 | 8,041 | 364 | 85 | 9 | Java | false | false | /*
* Copyright (c) 2016-2022 chronicle.software
*
* https://chronicle.software
*
* 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
... | UTF-8 | Java | 3,112 | java | BinaryLongReferenceTest.java | Java | [] | null | [] | /*
* Copyright (c) 2016-2022 chronicle.software
*
* https://chronicle.software
*
* 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
... | 3,112 | 0.667416 | 0.64428 | 79 | 38.405064 | 25.969563 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.848101 | false | false | 4 |
37a9756e35c2fa1bad145a83fed03a53a4fe053f | 24,180,665,943,902 | 4b09fdd056798254ba818e043b94d43531ecec57 | /union/MianClass.java | 6eefe4dcde4cc077554aa2331c2f0eda55023f6b | [] | no_license | astrotycoon/learn-java | https://github.com/astrotycoon/learn-java | 68fdadc39593a34cb20f85411607dbd6ad97a1bb | 1fce61fb6ac7a91584518ab251a169f32951b310 | refs/heads/master | 2016-09-06T21:31:58.730000 | 2012-03-09T10:01:21 | 2012-03-09T10:01:21 | 3,447,095 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class MianClass {
public static void main(String args[]) {
Circle circle = new Circle();
circle.printArea(100);
Rectangle rect = new Rectangle();
rect.printArea(100, 65);
}
}
| UTF-8 | Java | 193 | java | MianClass.java | Java | [] | null | [] | public class MianClass {
public static void main(String args[]) {
Circle circle = new Circle();
circle.printArea(100);
Rectangle rect = new Rectangle();
rect.printArea(100, 65);
}
}
| 193 | 0.683938 | 0.642487 | 8 | 23 | 13.546217 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.875 | false | false | 4 |
057befd93115035bb8de4e8af088b27476c09ced | 28,381,143,927,700 | 51934a954934c21cae6a8482a6f5e6c3b3bd5c5a | /output/c168fd95d9584d94a4802e8bde84af2a.java | f2956d22ecc116f3fa1a01e494b02de157b243de | [
"MIT",
"Apache-2.0"
] | permissive | comprakt/comprakt-fuzz-tests | https://github.com/comprakt/comprakt-fuzz-tests | e8c954d94b4f4615c856fd3108010011610a5f73 | c0082d105d7c54ad31ab4ea461c3b8319358eaaa | refs/heads/master | 2021-09-25T15:29:58.589000 | 2018-10-23T17:33:46 | 2018-10-23T17:33:46 | 154,370,249 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | class Lci0v93uR {
public int IkSGA;
public int y2Td1tGG () throws n0i2jK {
if ( new void[ ( !622823627.FH7z8OVrdCcm)[ !( true[ !( T5vHAT3mRFA_ud.aHziSzT93FmT4d).uN]).eQl3]][ ( 92442225.Gb6ZgRFn()).IvtdDzrCtmsc3i()]) if ( 13[ -b0p1.lvsX2IjyJeC]) if ( this.WYa1) {
return;
}else {
... | UTF-8 | Java | 17,044 | java | c168fd95d9584d94a4802e8bde84af2a.java | Java | [] | null | [] | class Lci0v93uR {
public int IkSGA;
public int y2Td1tGG () throws n0i2jK {
if ( new void[ ( !622823627.FH7z8OVrdCcm)[ !( true[ !( T5vHAT3mRFA_ud.aHziSzT93FmT4d).uN]).eQl3]][ ( 92442225.Gb6ZgRFn()).IvtdDzrCtmsc3i()]) if ( 13[ -b0p1.lvsX2IjyJeC]) if ( this.WYa1) {
return;
}else {
... | 17,044 | 0.506219 | 0.449014 | 426 | 39.009388 | 41.777466 | 325 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.71831 | false | false | 4 |
89bee96d589bd69782a925df3e64d5138d26ecf8 | 1,855,425,889,347 | 50e23dccd22bf81ebe5caaddb01eead8c6448098 | /src/Model/reservation.java | 0ce6bcd5c25606c62f59235a5b7c7a13d8b0605f | [] | no_license | ChaimaHedhli/Projet-Java- | https://github.com/ChaimaHedhli/Projet-Java- | 5b6ab5107e932645569fffe0dceb98f0011fa35f | 70f2b0f7037dce738c7ab60da9cd47cde3c3b1b2 | refs/heads/master | 2020-09-22T12:03:43.990000 | 2019-12-01T15:37:49 | 2019-12-01T15:37:49 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Model;
public class reservation {
private String username;
private int code_agence;
private int code_offre;
private int num_passport;
public reservation(String username,int code_agence, int code_offre, int num_passport) {
this.username=username;
this.code_agence = code_agence;
this.code_offre = co... | UTF-8 | Java | 932 | java | reservation.java | Java | [
{
"context": "t code_offre, int num_passport) {\n\t\tthis.username=username;\n\t\tthis.code_agence = code_agence;\n\t\tthis.code_of",
"end": 262,
"score": 0.954213559627533,
"start": 254,
"tag": "USERNAME",
"value": "username"
}
] | null | [] | package Model;
public class reservation {
private String username;
private int code_agence;
private int code_offre;
private int num_passport;
public reservation(String username,int code_agence, int code_offre, int num_passport) {
this.username=username;
this.code_agence = code_agence;
this.code_offre = co... | 932 | 0.713519 | 0.713519 | 47 | 18.829786 | 18.382832 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.531915 | false | false | 4 |
7881be4228d2d37fe713f3cf7c4b516a2642d24f | 20,332,375,247,690 | e69405dfbec87b78925261d6bc9d091f12adcb22 | /src/bilbioteca2/datos/Prestamos.java | 2bf250620ad4688c810257818049a27e61ff4bc4 | [] | no_license | ldizbarros/Biblioteca2 | https://github.com/ldizbarros/Biblioteca2 | 5b6bc1c15322f1d27ea1d30c0fe4991f300d0305 | 24bfe6726d0aa52f6a9888be513738c19f5e049f | refs/heads/master | 2020-03-19T10:22:08.691000 | 2018-06-07T10:21:54 | 2018-06-07T10:21:54 | 136,364,191 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package bilbioteca2.datos;
public class Prestamos {
private int codPrestamo;
private int codUsuario;
private String libro;
private String fechaPrestamo;
private String fechaDevolucion;
private int aumento;
private boolean devuelto;
public Prestamos() {
}
public P... | UTF-8 | Java | 1,931 | java | Prestamos.java | Java | [] | null | [] | package bilbioteca2.datos;
public class Prestamos {
private int codPrestamo;
private int codUsuario;
private String libro;
private String fechaPrestamo;
private String fechaDevolucion;
private int aumento;
private boolean devuelto;
public Prestamos() {
}
public P... | 1,931 | 0.620922 | 0.620404 | 80 | 22.137501 | 22.071896 | 145 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4375 | false | false | 4 |
c3536d0d854ed8306bde90a700383c0a88ba3e98 | 36,378,372,999,895 | 7a1914ab0d4f6c28ebeeb8ee581aa846629a17fb | /src/main/java/com/lc/web/resource/service/TreeService.java | df5d64e7cad5d36dddd600d4a060c9a93381b73f | [] | no_license | 472542625/llsssboot | https://github.com/472542625/llsssboot | 7b2592885376c16aa30df796003e08c4a7a10b7f | 9720bc088deb453b946bba84f770a405e71d40cd | refs/heads/master | 2020-05-25T04:46:08.395000 | 2019-05-20T12:19:20 | 2019-05-20T12:19:20 | 187,634,050 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lc.web.resource.service;
import com.lc.web.resource.entity.Coordinate;
import com.lc.web.resource.entity.Tree;
import java.util.List;
import java.util.Map;
public interface TreeService {
Tree listpointBygid(int gid);
List<Tree> listFyPoint();
void addpoint(Tree point);
List<Tree> listPointTreespec... | UTF-8 | Java | 1,184 | java | TreeService.java | Java | [] | null | [] | package com.lc.web.resource.service;
import com.lc.web.resource.entity.Coordinate;
import com.lc.web.resource.entity.Tree;
import java.util.List;
import java.util.Map;
public interface TreeService {
Tree listpointBygid(int gid);
List<Tree> listFyPoint();
void addpoint(Tree point);
List<Tree> listPointTreespec... | 1,184 | 0.7625 | 0.7625 | 51 | 20.960785 | 21.134453 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.980392 | false | false | 4 |
455ad413d509f60f7774b32b4a23698126bd0ec6 | 30,760,555,812,757 | 2606af43262b5167ceb2a0ae7bd36a1429305bc9 | /src/main/java/com/qy/sp/fee/modules/piplecode/legao/LegaoOrder.java | 180949f0c702564722b1977d099168326de6f302 | [] | no_license | maxkai/SPFee | https://github.com/maxkai/SPFee | 531a20d7e0a8979ff366b5571ac2fbec7850a62e | fce01f54aefc7e2f7052d51637cf2d851412c845 | refs/heads/master | 2022-08-30T11:28:20.629000 | 2022-08-08T09:04:27 | 2022-08-08T09:04:27 | 93,017,579 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.qy.sp.fee.modules.piplecode.legao;
import com.qy.sp.fee.dto.TOrder;
public class LegaoOrder extends TOrder {
private String smsVertifyUrl;//验证接口
private String verifyCode;//验证码
private String DSOrderId;//东硕外部orderId
public String getSmsVertifyUrl() {
return smsVertifyUrl;
}
public void setSmsVerti... | UTF-8 | Java | 686 | java | LegaoOrder.java | Java | [] | null | [] | package com.qy.sp.fee.modules.piplecode.legao;
import com.qy.sp.fee.dto.TOrder;
public class LegaoOrder extends TOrder {
private String smsVertifyUrl;//验证接口
private String verifyCode;//验证码
private String DSOrderId;//东硕外部orderId
public String getSmsVertifyUrl() {
return smsVertifyUrl;
}
public void setSmsVerti... | 686 | 0.762048 | 0.762048 | 28 | 22.714285 | 17.535387 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.392857 | false | false | 4 |
b5382f0d88d1b0bcfb50b53b4ac9ec5521a9e2a9 | 2,774,548,931,286 | 22178a6a0266ac3f825ed9ef5d94c13ff586c7a3 | /android/com/valvesoftware/source2launcher/applauncher.java | 626ac1781528130bcb5cfaa6802dc592ea173f9b | [] | no_license | SteamDatabase/GameTracking-Underlords-Android | https://github.com/SteamDatabase/GameTracking-Underlords-Android | 276450a9ea5b37c02e7aed9d10cca7616c9b7388 | 84000d682e37d6ecb5cbbf3e11f02bd28d892f44 | refs/heads/master | 2021-06-16T04:48:07.313000 | 2021-05-11T21:51:09 | 2021-05-11T21:51:09 | 193,230,550 | 9 | 4 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.valvesoftware.source2launcher;
import android.content.Context;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.os.Build;
import android.os.Bundle;
import android.util.Log;
import com.valvesoftware.Activity;
import com.valvesoftware.Application;
public class applaunc... | UTF-8 | Java | 4,288 | java | applauncher.java | Java | [] | null | [] | package com.valvesoftware.source2launcher;
import android.content.Context;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.os.Build;
import android.os.Bundle;
import android.util.Log;
import com.valvesoftware.Activity;
import com.valvesoftware.Application;
public class applaunc... | 4,288 | 0.638526 | 0.63223 | 103 | 40.631069 | 32.059105 | 156 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.679612 | false | false | 4 |
e1d2e0ecea163607d499ed5b8cf2f7494af680bd | 5,480,378,310,968 | d07b81b285630b663e56705218032e7fb528b5c2 | /src/main/java/com/kerbart/checkpoint/model/Tournee.java | 3ac3c14258b27ee6ce0573213ed18e87bb615fbc | [] | no_license | kerbart/checkpoint | https://github.com/kerbart/checkpoint | e38962d6a363f35b46c1bb08def7f6b791e711c6 | e6e16b689adfe13e5b2a785bbfd157afcbc4a0e2 | refs/heads/master | 2021-04-09T11:31:01.364000 | 2016-07-04T14:06:56 | 2016-07-04T14:06:56 | 60,535,793 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kerbart.checkpoint.model;
import java.io.Serializable;
import java.util.Date;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.ManyToOne;
import javax.pe... | UTF-8 | Java | 1,756 | java | Tournee.java | Java | [] | null | [] | package com.kerbart.checkpoint.model;
import java.io.Serializable;
import java.util.Date;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.ManyToOne;
import javax.pe... | 1,756 | 0.64123 | 0.64123 | 92 | 18.086956 | 15.952819 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.369565 | false | false | 4 |
7fe0ee651419fa390f8904db32abea0e701c0ff6 | 27,925,877,407,895 | f4b00bf27b99ddea4bfb1e23be7e014f10a91e77 | /src/main/java/com/example/rockclass/vo/ClassRoundVo.java | 40b9672545a2fbc415ba30a19a68cbe9687bd104 | [] | no_license | Ogurimuio/rockClass-OOAD | https://github.com/Ogurimuio/rockClass-OOAD | 0000d52fa75294f151c38eabca05182a9a561ba7 | 4d007a4b4d4e724ab190261d6473dc170985f63f | refs/heads/master | 2020-04-24T18:56:15.240000 | 2019-02-23T09:08:36 | 2019-02-23T09:08:36 | 172,195,928 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.rockclass.vo;
public class ClassRoundVo {
Long id;
Byte enrollNum;
Byte classSerial;
public Long getId() {
return id;
}
public void setId(Long id) {
this.id = id;
}
public Byte getEnrollNum() {
return enrollNum;
}
public void set... | UTF-8 | Java | 560 | java | ClassRoundVo.java | Java | [] | null | [] | package com.example.rockclass.vo;
public class ClassRoundVo {
Long id;
Byte enrollNum;
Byte classSerial;
public Long getId() {
return id;
}
public void setId(Long id) {
this.id = id;
}
public Byte getEnrollNum() {
return enrollNum;
}
public void set... | 560 | 0.601786 | 0.601786 | 33 | 15.969697 | 15.382959 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.30303 | false | false | 4 |
c6c1008c21af17be3c6bf6247e5a37ea75795a30 | 36,112,085,045,103 | 7909c9056540482210186fdc03dedca3d4df2c46 | /java/com/parrot/drone/sdkcore/arsdk/ArsdkFeatureCamera.java | a00b3c7a2f5e43e0935adde75e63f257509d37a4 | [] | no_license | elpiel/arsdk-java-generated | https://github.com/elpiel/arsdk-java-generated | 07de84a5d8166fd60d17f61444981d5070099879 | d8290e277e48665ef1bf41e109898921cd2fe9c1 | refs/heads/master | 2023-01-01T09:54:56.089000 | 2020-10-28T07:48:53 | 2020-10-28T07:48:53 | 307,936,035 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /** Generated, do not edit ! */
package com.parrot.drone.sdkcore.arsdk;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import com.parrot.drone.sdkcore.arsdk.command.ArsdkCommand;
import com.parrot.drone.sdkcore.ulog.ULog;
import static com.parrot.drone.sdkcore.arsdk.Logging.TAG;
import and... | UTF-8 | Java | 150,005 | java | ArsdkFeatureCamera.java | Java | [] | null | [] | /** Generated, do not edit ! */
package com.parrot.drone.sdkcore.arsdk;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import com.parrot.drone.sdkcore.arsdk.command.ArsdkCommand;
import com.parrot.drone.sdkcore.ulog.ULog;
import static com.parrot.drone.sdkcore.arsdk.Logging.TAG;
import and... | 150,005 | 0.571001 | 0.557448 | 4,433 | 32.838257 | 42.065231 | 994 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.443718 | false | false | 4 |
aae29c6baca8c283da60d01728d3cda0342cb558 | 17,824,114,335,994 | cc68c3e51e8c4dfc3eb22ca6fca1796e2c5d9abf | /model/src/main/java/annotations/projeto/PontoContarTipoTransacao.java | d5a014964871ec47334baa47f227949e6f6ec167 | [] | no_license | aadsp/web | https://github.com/aadsp/web | 31e542c7e5b7ca11c2fba6598db1a40eb793975e | 7b0383f2b622d71c6391891a7e01a3d9f694de35 | refs/heads/master | 2020-04-06T07:00:36.142000 | 2016-08-25T21:13:58 | 2016-08-25T21:13:58 | 53,283,630 | 5 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package annotations.projeto;
import java.io.Serializable;
import java.util.List;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
import javax.persistence.Table;
import interfaces.IAnnotations;
import javax.persistence.JoinColumn;
i... | UTF-8 | Java | 4,306 | java | PontoContarTipoTransacao.java | Java | [] | null | [] | package annotations.projeto;
import java.io.Serializable;
import java.util.List;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
import javax.persistence.Table;
import interfaces.IAnnotations;
import javax.persistence.JoinColumn;
i... | 4,306 | 0.685787 | 0.683697 | 181 | 22.790054 | 23.253115 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.314917 | false | false | 4 |
f4a91ee23bbb190ec6e68ad5564ae0857f7f825c | 36,816,459,671,646 | 7f47b09a15ca63ba04cd405d302b31694d5dd744 | /src/core/src/com/towerdefense/game/util/Collideable.java | e392d16c6935a6505e799ea7a122edfe86eabd4c | [] | no_license | elziniel/PL8 | https://github.com/elziniel/PL8 | 460eec6647f35517892c11856e9e8deba355746a | b6b1d8672e92167ec6f175ba27f6292953ec36f7 | refs/heads/master | 2021-01-21T10:37:57.925000 | 2017-02-28T19:16:21 | 2017-02-28T19:16:21 | 83,462,413 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.towerdefense.game.util;
import com.badlogic.gdx.math.Rectangle;
public class Collideable {
public static final int
TURRET = 0x1,
FLOOR = 0x1 << 1,
ENTRY = 0x1 << 2,
EXIT = 0x1 << 3,
ENEMY = 0x1 << 4,
... | UTF-8 | Java | 673 | java | Collideable.java | Java | [] | null | [] | package com.towerdefense.game.util;
import com.badlogic.gdx.math.Rectangle;
public class Collideable {
public static final int
TURRET = 0x1,
FLOOR = 0x1 << 1,
ENTRY = 0x1 << 2,
EXIT = 0x1 << 3,
ENEMY = 0x1 << 4,
... | 673 | 0.51263 | 0.478455 | 30 | 21.433332 | 18.019773 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 4 |
6b3de44b356d32731ff2dc440f90866df5e2b66d | 35,364,760,736,531 | 7be39a236cd65d915a3bf57fa6181ed641e59d2b | /src/main/java/spittr/web/ViewName.java | 2d930bddfc778c4c932c9c53fe8457270338d298 | [] | no_license | yudequan/SpringMVC | https://github.com/yudequan/SpringMVC | fad8849b37d4b19bad4d8845982abfc261301477 | 91d0f19a4add684561283d0b70488ff1a4e3d7c0 | refs/heads/master | 2021-01-21T05:23:03.922000 | 2017-02-26T07:18:31 | 2017-02-26T07:18:31 | 83,179,650 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright (c) 2017. Lorem ipsum dolor sit amet, consectetur adipiscing elit.
* Morbi non lorem porttitor neque feugiat blandit. Ut vitae ipsum eget quam lacinia accumsan.
* Etiam sed turpis ac ipsum condimentum fringilla. Maecenas magna.
* Proin dapibus sapien vel ante. Aliquam erat volutpat. Pellentesque sagi... | UTF-8 | Java | 742 | java | ViewName.java | Java | [
{
"context": " arcu.\n */\n\npackage spittr.web;\n\n/**\n * Created by yudequan on 24/02/2017.\n */\npublic enum ViewName\n{\n SPI",
"end": 444,
"score": 0.9996574521064758,
"start": 436,
"tag": "USERNAME",
"value": "yudequan"
}
] | null | [] | /*
* Copyright (c) 2017. Lorem ipsum dolor sit amet, consectetur adipiscing elit.
* Morbi non lorem porttitor neque feugiat blandit. Ut vitae ipsum eget quam lacinia accumsan.
* Etiam sed turpis ac ipsum condimentum fringilla. Maecenas magna.
* Proin dapibus sapien vel ante. Aliquam erat volutpat. Pellentesque sagi... | 742 | 0.687332 | 0.671159 | 29 | 24.586206 | 31.605888 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.344828 | false | false | 4 |
ab468ab84252bdfd0d524b2315f199db80f34419 | 6,287,832,166,167 | 120718ab48803c257a9f136e87faad40a3d81e9f | /Rohan's_Empire/src/com/lti/payroll/Employee.java | ef2c09fa80c2d52d48fbc8b51de7f12bddb270e3 | [] | no_license | Rohan1919/javaworkspace | https://github.com/Rohan1919/javaworkspace | dc5bb057fb3a2827acf9115f69f6a9a25dea475f | d1e7a5c2bca2cb5bcbca337f063e403c292fc4f5 | refs/heads/master | 2021-01-06T14:01:46.454000 | 2020-02-18T12:20:38 | 2020-02-18T12:20:38 | 241,351,800 | 0 | 0 | null | false | 2020-10-13T19:38:46 | 2020-02-18T12:09:26 | 2020-02-18T12:17:16 | 2020-10-13T19:38:45 | 52,705 | 0 | 0 | 2 | JavaScript | false | false | package com.lti.payroll;
import java.time.LocalDate;
public class Employee {
private int psno;
private String name;
private LocalDate dateOfJoining;
private double salary;
public Employee() {
// TODO Auto-generated constructor stub
}
public Employee(int psno, String name, LocalDate dateOfJoining, do... | UTF-8 | Java | 952 | java | Employee.java | Java | [] | null | [] | package com.lti.payroll;
import java.time.LocalDate;
public class Employee {
private int psno;
private String name;
private LocalDate dateOfJoining;
private double salary;
public Employee() {
// TODO Auto-generated constructor stub
}
public Employee(int psno, String name, LocalDate dateOfJoining, do... | 952 | 0.698529 | 0.698529 | 48 | 18.833334 | 16.80195 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.5 | false | false | 4 |
174c1d33045de274aa38a1d1a91f82419df7f94a | 33,251,636,862,048 | 3d681f695f7407b022b838c0c9af8eb8c108589c | /src/main/java/ro/siit/session11/bank/BankAccount.java | e12d9bc20a222eede961eb4c6db02e29e38961de | [
"Apache-2.0"
] | permissive | fiatfilip/java-national-7 | https://github.com/fiatfilip/java-national-7 | d62b46102a00075e92acb4876b3213aca2a44742 | 65dad6c5f732d8779b665c2b59ca7ad4f35296f7 | refs/heads/main | 2023-08-16T12:31:03.981000 | 2021-10-07T09:13:06 | 2021-10-07T09:13:06 | 379,660,625 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ro.siit.session11.bank;
import java.util.ArrayList;
import java.util.List;
public class BankAccount {
private String iban;
private Double balance;
private List<Card> attachedCards;
public BankAccount(String iban) {
this.iban = iban;
this.balance = 0.0;
this.attachedCa... | UTF-8 | Java | 859 | java | BankAccount.java | Java | [] | null | [] | package ro.siit.session11.bank;
import java.util.ArrayList;
import java.util.List;
public class BankAccount {
private String iban;
private Double balance;
private List<Card> attachedCards;
public BankAccount(String iban) {
this.iban = iban;
this.balance = 0.0;
this.attachedCa... | 859 | 0.585565 | 0.576251 | 42 | 19.452381 | 16.610672 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 4 |
939921de5d9e4b0a3f35b73f3247d66bde3e864d | 37,795,712,205,195 | cf46571706bcd6e9225424fc98d6ba644dbd554a | /MoveStoryManagementAndroid/app/src/main/java/com/netclover/etalk/MainApplication.java | 6866fcc541211cca367e61c961be5ba21d2bc674 | [] | no_license | WonseockKim/MoveStoryMangement | https://github.com/WonseockKim/MoveStoryMangement | 1330cee094e7f4edc8ae992b7c9f81d57bad2b99 | 6ecb74635530ed55e65b37a13972c4a0a028eeb5 | refs/heads/master | 2020-03-18T12:23:35.426000 | 2019-09-21T06:49:57 | 2019-09-21T06:49:57 | 134,723,819 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.netclover.etalk;
import android.app.Application;
import android.content.Context;
import android.os.Build;
import android.os.Environment;
import android.support.multidex.MultiDex;
import com.netclover.etalk.model.ChattingRoom;
import com.netclover.etalk.model.Member;
import com.netclover.etalk.model.User;
... | UTF-8 | Java | 2,070 | java | MainApplication.java | Java | [
{
"context": "le;\nimport java.util.ArrayList;\n\n/**\n * Created by Wonseock.K on 2016-04-28.\n */\npublic class MainApplication e",
"end": 544,
"score": 0.9987753033638,
"start": 534,
"tag": "USERNAME",
"value": "Wonseock.K"
}
] | null | [] | package com.netclover.etalk;
import android.app.Application;
import android.content.Context;
import android.os.Build;
import android.os.Environment;
import android.support.multidex.MultiDex;
import com.netclover.etalk.model.ChattingRoom;
import com.netclover.etalk.model.Member;
import com.netclover.etalk.model.User;
... | 2,070 | 0.684685 | 0.653153 | 75 | 25.639999 | 24.275442 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.44 | false | false | 4 |
3cd6e57843482da1191fc42707c72be4ecd227e3 | 7,249,904,795,714 | 93b4c4568bf71caf8655ad9f3889bc372956333c | /First/src/main/BlockSort.java | dea92799b050c495bd6299ea3cda8d8163354e93 | [] | no_license | Straw1239/First | https://github.com/Straw1239/First | 415d18e848c44b05f3be3070d7264969d84a8ec6 | 192f73e975a415db8f32df4023785e848e251510 | refs/heads/master | 2021-01-19T00:58:23.635000 | 2018-03-24T20:08:47 | 2018-03-24T20:08:47 | 18,455,619 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package main;
public class BlockSort
{
}
| UTF-8 | Java | 50 | java | BlockSort.java | Java | [] | null | [] | package main;
public class BlockSort
{
}
| 50 | 0.62 | 0.62 | 6 | 6.333333 | 8.319989 | 22 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 12 |
86d9246bf77887194b34cade63404e1377a3bfe3 | 13,941,463,901,797 | aa61698b53bb99a2fb258ffa60b9b1c7264b07e0 | /app/src/main/java/com/fenjiread/learner/activity/adapter/DayRegisterAdapter.java | c4c71cb04f97df7b3542d7181ca95b26fae24d47 | [] | no_license | Onperson/TestAnimationWxpay | https://github.com/Onperson/TestAnimationWxpay | 0b2e4c51cc56e651c1e66bcc5c903815363b4b3f | 47b3a31416da11f0ad3b866e903c1cbab9c1d05f | refs/heads/master | 2020-04-24T13:56:36.381000 | 2019-02-22T06:06:58 | 2019-02-22T06:06:58 | 172,004,450 | 3 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.fenjiread.learner.activity.adapter;
import android.support.annotation.Nullable;
import android.support.v7.widget.AppCompatTextView;
import android.view.View;
import com.chad.library.adapter.base.BaseQuickAdapter;
import com.chad.library.adapter.base.BaseViewHolder;
import com.fenjiread.learner.activity.m... | UTF-8 | Java | 1,376 | java | DayRegisterAdapter.java | Java | [
{
"context": "va.util.ArrayList;\n\n/**\n * 每日签到的Adapter\n * @author guotianhui\n */\npublic class DayRegisterAdapter extends BaseQ",
"end": 442,
"score": 0.9992762804031372,
"start": 432,
"tag": "USERNAME",
"value": "guotianhui"
}
] | null | [] | package com.fenjiread.learner.activity.adapter;
import android.support.annotation.Nullable;
import android.support.v7.widget.AppCompatTextView;
import android.view.View;
import com.chad.library.adapter.base.BaseQuickAdapter;
import com.chad.library.adapter.base.BaseViewHolder;
import com.fenjiread.learner.activity.m... | 1,376 | 0.715227 | 0.714495 | 43 | 30.790697 | 28.051081 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.581395 | false | false | 12 |
be49148f8e3582d683e294d41279cb76ab16e4a1 | 17,721,035,109,518 | 328f9e9eef7a35ceccc86614f854c29dd41cafe3 | /src/projetopaint/Model/Retangulo.java | 650de76bd67e20de71fb02061620086c7f715abe | [] | no_license | MayaraMachado/ProjetoPaint | https://github.com/MayaraMachado/ProjetoPaint | 685c1e174dc529a1aecc844549890d9cd78fb343 | 3938829e22f538b64153bcb2ea975eead66d7a73 | refs/heads/master | 2021-01-18T20:16:31.273000 | 2017-11-20T21:23:03 | 2017-11-20T21:23:03 | 86,950,850 | 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 projetopaint.Model;
import java.awt.Color;
import java.awt.Graphics;
import java.awt.Point;
import java.awt.Rectangl... | UTF-8 | Java | 3,968 | java | Retangulo.java | Java | [
{
"context": "áfica de interação com o usuário).\r\n *\r\n * @author Mayara Machado\r\n * @author Luiz Felipe Souza\r\n */\r\npublic class ",
"end": 674,
"score": 0.9998771548271179,
"start": 660,
"tag": "NAME",
"value": "Mayara Machado"
},
{
"context": "uário).\r\n *\r\n * @author M... | 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 projetopaint.Model;
import java.awt.Color;
import java.awt.Graphics;
import java.awt.Point;
import java.awt.Rectangl... | 3,949 | 0.617215 | 0.616962 | 160 | 22.6875 | 22.506163 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.8 | false | false | 12 |
61eb093cdd8b1c171dc34c2534b8dac4d925b07d | 14,697,378,140,201 | fbe68a6fc9610c142967f432dbfba148499374ca | /src/main/java/me/project/periodictable/dao/repository/PeriodicTableRepository.java | c936bf23b82dabe4ad18246aea22283a82f3c74a | [] | no_license | Sanketp1997/periodic_table_apis | https://github.com/Sanketp1997/periodic_table_apis | 4f6ff70b9cbf40b360cf053fe93e6bfcc3c460a0 | 16115abea733aa08bde83ea61ca5f6dd06a670fb | refs/heads/master | 2021-05-22T18:40:52.996000 | 2020-04-08T07:23:52 | 2020-04-08T07:23:52 | 253,044,085 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package me.project.periodictable.dao.repository;
import me.project.periodictable.dao.beans.ElementBean;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import java.util.List;
/**
* Created by sanketp on 4/4/20
*/
@Repository
public interface PeriodicT... | UTF-8 | Java | 726 | java | PeriodicTableRepository.java | Java | [
{
"context": "sitory;\n\nimport java.util.List;\n\n/**\n * Created by sanketp on 4/4/20\n */\n@Repository\npublic interface Period",
"end": 267,
"score": 0.999710202217102,
"start": 260,
"tag": "USERNAME",
"value": "sanketp"
}
] | null | [] | package me.project.periodictable.dao.repository;
import me.project.periodictable.dao.beans.ElementBean;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import java.util.List;
/**
* Created by sanketp on 4/4/20
*/
@Repository
public interface PeriodicT... | 726 | 0.80854 | 0.80303 | 25 | 28.040001 | 27.838793 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.48 | false | false | 12 |
1ae14282d861a4b5094e8ba5a5519367aa1fae21 | 26,070,451,538,481 | 7e00a4518d89548da01a742bcd7e6e758d282d60 | /JavaProjectOnlineCart/src/Books.java | 198b612709230bcb36cb6adc4f9fbd16e7346499 | [] | no_license | JIN-007-GITHUB/Online-shopping-site-using-Java | https://github.com/JIN-007-GITHUB/Online-shopping-site-using-Java | a1ca85c47cdc8d3fff58fef52b8828144d1ff35d | 112c81bad94b152f46dc6cb4c7064ce97385504e | refs/heads/master | 2023-02-09T23:40:15.856000 | 2021-01-09T18:30:42 | 2021-01-09T18:30:42 | 327,998,643 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
import java.util.InputMismatchException;
import java.util.Scanner;
public class Books {
public static void getBooks() {
Scanner sc = new Scanner(System.in);
System.out.println("******************************************************");
System.out.println("BOOKS");
System.out.println("1. Novels");
... | UTF-8 | Java | 1,054 | java | Books.java | Java | [] | null | [] |
import java.util.InputMismatchException;
import java.util.Scanner;
public class Books {
public static void getBooks() {
Scanner sc = new Scanner(System.in);
System.out.println("******************************************************");
System.out.println("BOOKS");
System.out.println("1. Novels");
... | 1,054 | 0.578748 | 0.56926 | 43 | 22.511627 | 16.630558 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.209302 | false | false | 12 |
b025d2d700a7e6388050cbea2c0defa43981816a | 12,266,426,637,572 | c9310ee88e696cf5e646e866b639d36417157df0 | /model/NJUTakeOut.Backend/src/main/java/njurestaurant/njutakeout/security/jwt/JwtServiceImpl.java | 4cb0eb6893f7fb173d4f2a7adcf091df07e4ad7e | [
"Apache-2.0"
] | permissive | 1158873864/website | https://github.com/1158873864/website | a467f8b4f13d966d09ded4937ead742404e131d3 | 91eec7d57c2a79339ba4481fabfce48ba729c8a8 | refs/heads/master | 2020-04-16T17:34:03.075000 | 2019-01-15T04:09:21 | 2019-01-15T04:09:21 | 165,780,521 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package njurestaurant.njutakeout.security.jwt;
import io.jsonwebtoken.Claims;
import io.jsonwebtoken.Jwts;
import io.jsonwebtoken.SignatureAlgorithm;
import njurestaurant.njutakeout.entity.account.User;
import njurestaurant.njutakeout.publicdatas.account.Role;
import org.springframework.beans.factory.annotation.Value;... | UTF-8 | Java | 2,677 | java | JwtServiceImpl.java | Java | [
{
"context": "\n return new JwtUser(\n user.getUsername(),\n user.getPassword(),\n ",
"end": 1468,
"score": 0.7638447880744934,
"start": 1457,
"tag": "USERNAME",
"value": "getUsername"
}
] | null | [] | package njurestaurant.njutakeout.security.jwt;
import io.jsonwebtoken.Claims;
import io.jsonwebtoken.Jwts;
import io.jsonwebtoken.SignatureAlgorithm;
import njurestaurant.njutakeout.entity.account.User;
import njurestaurant.njutakeout.publicdatas.account.Role;
import org.springframework.beans.factory.annotation.Value;... | 2,677 | 0.643631 | 0.641016 | 90 | 28.744444 | 22.252371 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.433333 | false | false | 12 |
e9c50bb5907060a2323d75870a74110818c53af3 | 20,899,310,881,726 | bf469417a799fccc542619f0422dddfdc7e28225 | /src/main/java/com/lynx/messaging/enums/RegistrationResultCode.java | 6e0ad1f0cac014cbcc2b5a8802ea57dbc7038261 | [
"MIT"
] | permissive | 6o1/lynx-server | https://github.com/6o1/lynx-server | 36bc39af6d7e1f66b686b403215a92c9f8dad785 | 059c10abd36e2894ec4a1f0e1d7b6edc54c70945 | refs/heads/master | 2020-12-02T08:07:58.405000 | 2017-08-11T14:23:54 | 2017-08-11T14:23:54 | 96,773,030 | 2 | 1 | null | false | 2017-08-01T19:03:46 | 2017-07-10T12:05:47 | 2017-08-01T17:42:13 | 2017-08-01T19:03:45 | 6,396 | 2 | 1 | 0 | JavaScript | null | null | package com.lynx.messaging.enums;
public enum RegistrationResultCode {
REGISTRATION_SUCCESS(1), REGISTRATION_FAILURE(2);
private int id;
private RegistrationResultCode(int id) {
this.id = id;
}
public int getId() {
return id;
}
/**
* Provide mapping enums with a fixed ID in JPA (a more robust alternat... | UTF-8 | Java | 853 | java | RegistrationResultCode.java | Java | [] | null | [] | package com.lynx.messaging.enums;
public enum RegistrationResultCode {
REGISTRATION_SUCCESS(1), REGISTRATION_FAILURE(2);
private int id;
private RegistrationResultCode(int id) {
this.id = id;
}
public int getId() {
return id;
}
/**
* Provide mapping enums with a fixed ID in JPA (a more robust alternat... | 853 | 0.685815 | 0.676436 | 38 | 21.447369 | 24.033636 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.421053 | false | false | 12 |
ae5facecc5f53dccef9c799e5e165c9b98f44834 | 27,410,481,309,165 | 570ddf656d23b52574e561322bb9998acd56f7ba | /src/main/java/me/purrfectpanda/minecartspeed/EventListener.java | 0654ad60615c6062994938a0d638b5eb11e9a36f | [] | no_license | PurrfectPanda/minecartspeed | https://github.com/PurrfectPanda/minecartspeed | 764fad4990501de288e8a9e2a554bc7ef13e37f3 | 6554674f1918359ff6ff9b49d16326897ee9fa78 | refs/heads/main | 2023-03-29T20:06:25.974000 | 2021-04-05T17:53:43 | 2021-04-05T17:53:43 | 352,385,428 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package me.purrfectpanda.minecartspeed;
import org.bukkit.block.Block;
import org.bukkit.block.BlockFace;
import org.bukkit.block.BlockState;
import org.bukkit.block.Sign;
import org.bukkit.entity.Minecart;
import org.bukkit.event.EventHandler;
import org.bukkit.event.Listener;
import org.bukkit.event.vehicle.*;
publ... | UTF-8 | Java | 2,894 | java | EventListener.java | Java | [
{
"context": "package me.purrfectpanda.minecartspeed;\n\nimport org.bukkit.block.Bloc",
"end": 19,
"score": 0.6236119270324707,
"start": 14,
"tag": "USERNAME",
"value": "rfect"
},
{
"context": "package me.purrfectpanda.minecartspeed;\n\nimport org.bukkit.block.Block;\nim",
"end":... | null | [] | package me.purrfectpanda.minecartspeed;
import org.bukkit.block.Block;
import org.bukkit.block.BlockFace;
import org.bukkit.block.BlockState;
import org.bukkit.block.Sign;
import org.bukkit.entity.Minecart;
import org.bukkit.event.EventHandler;
import org.bukkit.event.Listener;
import org.bukkit.event.vehicle.*;
publ... | 2,894 | 0.470629 | 0.463372 | 83 | 33.86747 | 24.54294 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.421687 | false | false | 12 |
a3b2504e5f0dba6cc229cc082fed196e55b177d2 | 27,917,287,458,861 | c7ced385fcb4d0cda72c2a0f85d3c1aa0d9c702c | /app/src/main/java/com/ll/anr/anr/receiver/DynamicWithTaskReceiverA.java | 9d21a687e501aad60e1e0a7846450a5c9af8f0b0 | [] | no_license | LuLei2013/ANR | https://github.com/LuLei2013/ANR | d66f88f7820bb0ebe33fa53e601367aba3382c0a | 6977d1ad65ee6a2d43041389e602d6bd92de0240 | refs/heads/master | 2020-03-21T20:29:21.515000 | 2018-06-29T07:54:31 | 2018-06-29T07:54:31 | 139,010,339 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ll.anr.anr.receiver;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.os.Handler;
import android.os.Looper;
import android.util.Log;
public class DynamicWithTaskReceiverA extends BroadcastReceiver {
final static int FIVE_SECONDS = ... | UTF-8 | Java | 1,268 | java | DynamicWithTaskReceiverA.java | Java | [] | null | [] | package com.ll.anr.anr.receiver;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.os.Handler;
import android.os.Looper;
import android.util.Log;
public class DynamicWithTaskReceiverA extends BroadcastReceiver {
final static int FIVE_SECONDS = ... | 1,268 | 0.544953 | 0.540221 | 38 | 32.36842 | 21.976568 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.578947 | false | false | 12 |
5585304e057eb28867dd650e080bb0b25205b351 | 19,533,511,310,667 | 38de4f1bfc25a9b86f040907931a21d191c5229b | /src/test/java/com/test/GitProject_p/Git_Class.java | 8172907b42a11b2fc9c3b34b10c06ee86f78fdd3 | [] | no_license | devayanip/Git_new | https://github.com/devayanip/Git_new | cafb87c25418fbbf96f01eaa1bc34f7d32a2f817 | 22ee6b9341fc7be64556f875cf5319689f499eb2 | refs/heads/master | 2020-04-29T15:28:13.511000 | 2019-03-19T05:30:46 | 2019-03-19T05:30:46 | 176,229,089 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.test.GitProject_p;
import org.testng.annotations.Test;
import com.aventstack.extentreports.ExtentReporter;
import com.aventstack.extentreports.ExtentReports;
import com.aventstack.extentreports.ExtentTest;
import com.aventstack.extentreports.reporter.ExtentHtmlReporter;
import com.aventstack.extentreports... | UTF-8 | Java | 1,922 | java | Git_Class.java | Java | [
{
"context": "lement(By.id(\"email_create\"));\n\t email.sendKeys(\"sam@gmail.com\");\n\t \n\t Thread.sleep(3000);\n\t \n\t WebElement s",
"end": 1030,
"score": 0.9998853802680969,
"start": 1017,
"tag": "EMAIL",
"value": "sam@gmail.com"
}
] | null | [] | package com.test.GitProject_p;
import org.testng.annotations.Test;
import com.aventstack.extentreports.ExtentReporter;
import com.aventstack.extentreports.ExtentReports;
import com.aventstack.extentreports.ExtentTest;
import com.aventstack.extentreports.reporter.ExtentHtmlReporter;
import com.aventstack.extentreports... | 1,916 | 0.734651 | 0.73153 | 76 | 24.289474 | 23.095804 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.065789 | false | false | 12 |
81764fcad6b9d0014abe2b3de6b01ebeee77ce37 | 16,320,875,739,244 | b7b4887847a6f16206a776536d08247848af04b4 | /RJRA/src/com/rjra/activty/newactivty/AwardRecommendActivity.java | 0a42aa071e5664a958e05addf482f79e8e225a33 | [] | no_license | JHoo1988/gdd | https://github.com/JHoo1988/gdd | 44338d3e91cec2f95cbaf07db25399fa162abd65 | 639a27155ba6c38612551630885d99e5dbe67c51 | refs/heads/master | 2016-06-12T08:38:58.394000 | 2016-04-13T09:44:52 | 2016-04-13T09:44:52 | 56,139,440 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.rjra.activty.newactivty;
import java.util.ArrayList;
import java.util.List;
import roboguice.inject.ContentView;
import roboguice.inject.InjectView;
import roboguice.util.RoboAsyncTask;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.os.Handler;
impo... | UTF-8 | Java | 18,437 | java | AwardRecommendActivity.java | Java | [
{
"context": "obot.event.EventBus;\n\n/**\n * 有奖推荐详情\n * \n * @author Administrator\n */\n@ContentView(R.layout.activty_award_recommend",
"end": 1561,
"score": 0.9816257953643799,
"start": 1548,
"tag": "NAME",
"value": "Administrator"
}
] | null | [] | package com.rjra.activty.newactivty;
import java.util.ArrayList;
import java.util.List;
import roboguice.inject.ContentView;
import roboguice.inject.InjectView;
import roboguice.util.RoboAsyncTask;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.os.Handler;
impo... | 18,437 | 0.531289 | 0.527019 | 444 | 40.137386 | 30.151293 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.572072 | false | false | 12 |
e443be42ca46fd6be753606fb78dfa9e3214f9a0 | 16,638,703,365,870 | 01d8af978d1b0a17fc8754dde9b429e5adb14e8d | /question278_First_Bad_Version/FirstBadVersion.java | e6828d12c98701d9ca5649c1e5c40097381713fc | [] | no_license | zhangCabbage/leetcode | https://github.com/zhangCabbage/leetcode | a0e9944c08a8776f387f0eea8edf464174df8a91 | 46c7c6e3e12e51632d9f934dade854232c62d801 | refs/heads/master | 2020-04-04T04:12:53.696000 | 2017-08-16T14:06:44 | 2017-08-16T14:06:44 | 55,337,533 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package zhang.algorithm.leetcode.question278_First_Bad_Version;
/**
* Created by IntelliJ IDEA.
* User: zhang_MacPro
* Date: 16/8/12
* Time: 下午8:26
* To change this template use File | Settings | File Templates.
*/
public class FirstBadVersion {
/**
* <strong>result of test:</strong>
* 21 / 21 test... | UTF-8 | Java | 1,832 | java | FirstBadVersion.java | Java | [
{
"context": "ersion;\n\n/**\n * Created by IntelliJ IDEA.\n * User: zhang_MacPro\n * Date: 16/8/12\n * Time: 下午8:26\n * To change thi",
"end": 119,
"score": 0.9993715286254883,
"start": 107,
"tag": "USERNAME",
"value": "zhang_MacPro"
}
] | null | [] | package zhang.algorithm.leetcode.question278_First_Bad_Version;
/**
* Created by IntelliJ IDEA.
* User: zhang_MacPro
* Date: 16/8/12
* Time: 下午8:26
* To change this template use File | Settings | File Templates.
*/
public class FirstBadVersion {
/**
* <strong>result of test:</strong>
* 21 / 21 test... | 1,832 | 0.50547 | 0.488512 | 68 | 25.882353 | 18.506382 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.382353 | false | false | 12 |
52437b2252bef941136f5283ef72668b4c2c587d | 24,103,356,507,012 | 8d926bcfa6255b40e92ec76733e2c7dd9703b10e | /src/main/java/cybersoft/javabackend/java12/gira/user/validation/validator/UniqueEmailValidator.java | 620bec1cb681ddb209c67d982d3c0d776713f591 | [] | no_license | tuanphanhcm/cybersoft-java12-gira | https://github.com/tuanphanhcm/cybersoft-java12-gira | 454367c571c42dd2f3899b3b7b8b71a184d69620 | a5be2df6d1f7cd91a9e08ed9139c4f02ffdab4ce | refs/heads/develop | 2023-08-21T17:44:03.610000 | 2021-08-29T10:28:44 | 2021-08-29T10:28:44 | 391,286,090 | 0 | 1 | null | false | 2021-08-29T10:28:44 | 2021-07-31T07:34:44 | 2021-08-29T07:01:45 | 2021-08-29T10:28:44 | 81 | 0 | 1 | 0 | Java | false | false | package cybersoft.javabackend.java12.gira.user.validation.validator;
import javax.validation.ConstraintValidator;
import javax.validation.ConstraintValidatorContext;
import cybersoft.javabackend.java12.gira.common.util.ValidatorUtils;
import cybersoft.javabackend.java12.gira.user.service.UserService;
import cybersoft... | UTF-8 | Java | 999 | java | UniqueEmailValidator.java | Java | [] | null | [] | package cybersoft.javabackend.java12.gira.user.validation.validator;
import javax.validation.ConstraintValidator;
import javax.validation.ConstraintValidatorContext;
import cybersoft.javabackend.java12.gira.common.util.ValidatorUtils;
import cybersoft.javabackend.java12.gira.user.service.UserService;
import cybersoft... | 999 | 0.797798 | 0.78979 | 37 | 26 | 27.077467 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.540541 | false | false | 12 |
3b8527ce189fdb6d4eb1fa18c00880cdd36e74f8 | 5,600,637,385,592 | a2f735100130babcc12a36bdfcc98e03b67d9b4b | /src/com/inwiss/springcrud/web/depose/DataImportController.java | 65c998c433d3d7a0e36a170ac9b29c9c1c34a4f1 | [] | no_license | raidery/ridex | https://github.com/raidery/ridex | 3a200e2763a1bb88a62ac9214bea6999c471d7e5 | 6daa0bd368dc5efa471e6837b985a73b53e63142 | refs/heads/master | 2016-08-04T04:25:23.726000 | 2013-09-23T01:40:38 | 2013-09-23T14:58:05 | 1,640,893 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Created on 2005-10-16
*/
package com.inwiss.springcrud.web.depose;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.springframework.web.bind.ServletRequestDataBinder;
import org.springframework.web.servlet.ModelAndView;
import org.springframework.web.servl... | UTF-8 | Java | 2,372 | java | DataImportController.java | Java | [
{
"context": "er.ControllerUtil;\n/**\n * @author <a href=\"mailto:ljglory@126.com\">Lujie</a>\n */\npublic class DataImportController ",
"end": 688,
"score": 0.9999245405197144,
"start": 673,
"tag": "EMAIL",
"value": "ljglory@126.com"
},
{
"context": ";\n/**\n * @author <a href=\"ma... | null | [] | /*
* Created on 2005-10-16
*/
package com.inwiss.springcrud.web.depose;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.springframework.web.bind.ServletRequestDataBinder;
import org.springframework.web.servlet.ModelAndView;
import org.springframework.web.servl... | 2,364 | 0.726655 | 0.71944 | 66 | 34.696968 | 34.320667 | 167 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.651515 | false | false | 12 |
5ace1860c23e151381e377cf30d9f9639617565b | 29,214,367,593,495 | a340e5aad1479affeefeea89469c543438c59eea | /EducationCentralRegistration/EducationCentralRegistration-ejb/src/java/za/ac/ecr/dataobject/InstitutionTypeDO.java | 5aad8e1980f066b58bdf65dfb8bc2d30e07398ca | [] | no_license | tebogomabale/udu401t | https://github.com/tebogomabale/udu401t | 360a10e002947e9c371f01567fd66c81e7a1d874 | 91ca7dd198c043d875ac3454babced1c93469779 | refs/heads/master | 2020-07-24T18:15:48.546000 | 2019-10-07T19:01:40 | 2019-10-07T19:01:40 | 208,006,009 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package za.ac.ecr.dataobject;
import za.ac.ecr.artifact.DataObject;
import java.io.Serializable;
@DataObject
public class InstitutionTypeDO implements Serializable {
private Integer typeId;
private String name;
private String description;
public InstitutionTypeDO() {
}
public Inst... | UTF-8 | Java | 841 | java | InstitutionTypeDO.java | Java | [] | null | [] |
package za.ac.ecr.dataobject;
import za.ac.ecr.artifact.DataObject;
import java.io.Serializable;
@DataObject
public class InstitutionTypeDO implements Serializable {
private Integer typeId;
private String name;
private String description;
public InstitutionTypeDO() {
}
public Inst... | 841 | 0.636147 | 0.636147 | 46 | 17.26087 | 16.676506 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.282609 | false | false | 12 |
1b8450a84d2bbd6062f14ea5df3760b583530ee5 | 5,540,507,870,515 | 52865614bb057ad067dbf346251c9c751f5585bf | /src/main/java/core/easyparking/polimi/utils/object/responce/GetAdminResponce.java | 395429b687d1fbae727f32d1ff634245ccd283f6 | [] | no_license | comar16/easy-parking | https://github.com/comar16/easy-parking | afaaba20404f426e0a5b4e4b733f67111a223e4a | 737ba1bd781228c3e83ed717f84ebefffa559bb4 | refs/heads/master | 2023-08-11T08:00:57.858000 | 2021-08-31T16:05:13 | 2021-08-31T16:05:13 | 400,770,084 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package core.easyparking.polimi.utils.object.responce;
import core.easyparking.polimi.entity.Admin;
import core.easyparking.polimi.utils.object.staticvalues.Status;
import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
@Getter
@Setter
@NoArgsConstructor
@AllArg... | UTF-8 | Java | 635 | java | GetAdminResponce.java | Java | [] | null | [] | package core.easyparking.polimi.utils.object.responce;
import core.easyparking.polimi.entity.Admin;
import core.easyparking.polimi.utils.object.staticvalues.Status;
import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
@Getter
@Setter
@NoArgsConstructor
@AllArg... | 635 | 0.792126 | 0.792126 | 26 | 23.423077 | 16.462482 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.115385 | false | false | 12 |
57a5971204b09a45026e124d01c3f59e57b6856d | 25,159,918,482,802 | 7c873e4b9db36d785b3cc1a0749e9358ca0cb3c3 | /src/main/java/cn/finalabproject/smartdesklamp/smartdesklamp/model/Message.java | 55d086fad6a6e8bc281d2881359dea6c66b1de8c | [] | no_license | mike-zeng/smartdesklamp | https://github.com/mike-zeng/smartdesklamp | 27bdd176e7ca041aa84dd1e4265cee4ca33a17a5 | 3d0790a0f7b3690a0ad488f14dff2ae648d909ca | refs/heads/master | 2021-10-28T06:46:12.281000 | 2019-04-22T13:08:01 | 2019-04-22T13:08:01 | 163,193,276 | 1 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.finalabproject.smartdesklamp.smartdesklamp.model;
import com.fasterxml.jackson.databind.ObjectMapper;
import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
/**
* 定义一条消息
*/
@Setter
@Getter
@NoArgsConstructor
@AllArgsConstructor
public class Message{... | UTF-8 | Java | 801 | java | Message.java | Java | [
{
"context": "\"equipment\";\n public static final String USER=\"user\";\n private String type;\n\n private Equipment",
"end": 416,
"score": 0.9617072343826294,
"start": 412,
"tag": "USERNAME",
"value": "user"
}
] | null | [] | package cn.finalabproject.smartdesklamp.smartdesklamp.model;
import com.fasterxml.jackson.databind.ObjectMapper;
import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
/**
* 定义一条消息
*/
@Setter
@Getter
@NoArgsConstructor
@AllArgsConstructor
public class Message{... | 801 | 0.711027 | 0.711027 | 35 | 21.571428 | 18.760574 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 12 |
c58c2b5983d73c9bf8401af375dc3f26b0004196 | 26,998,164,477,831 | c8b99b5ed8939f397fbfdf4e7bb9bee7b0dae99e | /movieTicket/src/main/java/com/epam/Runner/Main.java | ba497f936e5be63ad078332212c3e61f6e250557 | [] | no_license | PrernaGandhi/Movie_Ticket | https://github.com/PrernaGandhi/Movie_Ticket | 314c9a07e6012e6cc8de5ffb8833a7574d6b4721 | 36c6378926a506fd8cfe448cd766b79e45685a21 | refs/heads/master | 2020-08-07T03:42:16.626000 | 2019-10-07T03:00:54 | 2019-10-07T03:00:54 | 213,283,641 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.epam.Runner;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import com.epam.movieTicket.Location;
import com.epam.movieTicket.Movie;
import com.epam.movieTicket.MovieTicket;
import com.epam.movieTicket.Theater;
import com.epam.movieTicket.Timings;
import com.e... | UTF-8 | Java | 5,723 | java | Main.java | Java | [] | null | [] | package com.epam.Runner;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import com.epam.movieTicket.Location;
import com.epam.movieTicket.Movie;
import com.epam.movieTicket.MovieTicket;
import com.epam.movieTicket.Theater;
import com.epam.movieTicket.Timings;
import com.e... | 5,723 | 0.720951 | 0.716582 | 164 | 33.896343 | 25.287039 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.353658 | false | false | 12 |
200036ee659abb4dea684a434e2aaa2306c85ead | 13,838,384,629,613 | 062dfc5145d74e81ee711febe70697f4d82546ff | /neptune-gremlin-client/gremlin-client/src/main/java/software/amazon/neptune/cluster/EndpointsType.java | b916e427d3eb39c02cde1e1525e1cc6caf0d502c | [
"Apache-2.0"
] | permissive | vivgoyal-aws/amazon-neptune-tools | https://github.com/vivgoyal-aws/amazon-neptune-tools | e3ccdad895b138c0a585204610aee0606e26db88 | b81872022e9965e8a22b37cfed8d62bd9de6e017 | refs/heads/master | 2023-06-24T09:44:10.023000 | 2023-05-03T11:58:34 | 2023-05-03T11:58:34 | 371,186,064 | 0 | 0 | Apache-2.0 | true | 2021-05-26T23:56:19 | 2021-05-26T22:44:54 | 2021-05-26T22:44:55 | 2021-05-26T23:56:19 | 4,266 | 0 | 0 | 0 | null | false | false | /*
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License").
You may not use this file except in compliance with the License.
A copy of the License is located at
http://www.apache.org/licenses/LICENSE-2.0
or in the "license" file accompanying ... | UTF-8 | Java | 4,151 | java | EndpointsType.java | Java | [] | null | [] | /*
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License").
You may not use this file except in compliance with the License.
A copy of the License is located at
http://www.apache.org/licenses/LICENSE-2.0
or in the "license" file accompanying ... | 4,151 | 0.593833 | 0.592387 | 103 | 39.300972 | 32.109592 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.456311 | false | false | 12 |
2e53068eb1c1adf6c085d7bb4fb1f5bebebe1fe4 | 27,101,243,647,932 | 57b7bd9d055705996e7b7287c6e714e962dce659 | /Project_Source_Code/StringService/src/main/java/com/data/stringdatatype/serviceimpl/StringDatatypeServiceImpl.java | 8ad4e83cd6c12721258a06157dc46e6a99fdc0fc | [] | no_license | achouhan93/Data-Wrecker | https://github.com/achouhan93/Data-Wrecker | a3c08aeb1530c79ea6a66cea98dca048c9d6ef41 | ec03f16eaa8a54dfdc2d064f8026a162ec72faa7 | refs/heads/master | 2023-05-02T19:36:14.257000 | 2020-02-16T21:27:05 | 2020-02-16T21:27:05 | 169,203,785 | 0 | 0 | null | false | 2023-04-14T17:17:24 | 2019-02-05T07:20:24 | 2020-02-16T21:27:23 | 2023-04-14T17:17:24 | 129,160 | 1 | 2 | 48 | Java | false | false | package com.data.stringdatatype.serviceimpl;
import java.util.ArrayList;
import java.util.List;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import com.data.string... | UTF-8 | Java | 7,290 | java | StringDatatypeServiceImpl.java | Java | [] | null | [] | package com.data.stringdatatype.serviceimpl;
import java.util.ArrayList;
import java.util.List;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import com.data.string... | 7,290 | 0.738683 | 0.734842 | 217 | 32.585255 | 32.429054 | 144 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.612903 | false | false | 12 |
ac583fe5d41e00440233a84f9d960e12ba6df016 | 24,696,061,955,220 | 90cf12c90693a25aa399807c20a43d7fda8c12d8 | /src/com/wzd/udp/UDPDemo.java | 523f57ca97f1d9673eee1474220bc53abeabae1b | [] | no_license | ZeDongW/Socket | https://github.com/ZeDongW/Socket | d71707edc8006fbe270adc34efd889c4acab4437 | 49a5d921d4748129abe600b1ce2d7918b92b3e0f | refs/heads/master | 2020-04-19T21:16:18.175000 | 2019-02-02T00:38:18 | 2019-02-02T00:38:18 | 168,436,780 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.wzd.udp;
import java.io.IOException;
import java.net.*;
/**
* @author :ZeDongW
* @version : 1.0
* @ClassName : UDPDemo
* @description:UDP通信演示类
* @modified By:
* @date :Created in 2019/01/31/0031 7:44
*/
public class UDPDemo {
public static void main(String[] args) throws IOException {
/... | UTF-8 | Java | 819 | java | UDPDemo.java | Java | [
{
"context": ".IOException;\nimport java.net.*;\n\n/**\n * @author :ZeDongW\n * @version : 1.0\n * @ClassName : UDPDemo\n *",
"end": 88,
"score": 0.5222403407096863,
"start": 86,
"tag": "NAME",
"value": "Ze"
},
{
"context": "OException;\nimport java.net.*;\n\n/**\n * @author :ZeDongW... | null | [] | package com.wzd.udp;
import java.io.IOException;
import java.net.*;
/**
* @author :ZeDongW
* @version : 1.0
* @ClassName : UDPDemo
* @description:UDP通信演示类
* @modified By:
* @date :Created in 2019/01/31/0031 7:44
*/
public class UDPDemo {
public static void main(String[] args) throws IOException {
/... | 819 | 0.64177 | 0.609959 | 27 | 25.777779 | 27.22789 | 138 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 12 |
71dc9fa5d1c1289487ae3b126e6adc49aadfc5bd | 37,151,467,111,653 | 55e3e64025487eda81b004763de40fb2952adab5 | /dw-mocker/src/main/java/com/baidu/gmall0715/mocker/util/RandomNum.java | 3ac22558f9bb8bac1cd7eed69c911d4530b0f41f | [] | no_license | MrXuSS/MyRepository | https://github.com/MrXuSS/MyRepository | 8da8312e02224db67153e96b8ca598407d02c83c | 5ccdb18df875d09379c81c1ca8daad8d74d2c319 | refs/heads/master | 2020-10-02T11:06:23.032000 | 2019-12-13T05:56:12 | 2019-12-13T05:56:12 | 227,762,790 | 0 | 0 | null | false | 2019-12-13T05:50:44 | 2019-12-13T05:24:56 | 2019-12-13T05:50:19 | 2019-12-13T05:50:42 | 0 | 0 | 0 | 1 | Java | false | false | package com.baidu.gmall0715.mocker.util;
import java.util.Random;
/**
* @author Mr.Xu
* @description:
* @create 2019-12-13 10:58
*/
public class RandomNum {
public static final int getRandInt(int fromNum,int toNum){
return fromNum+ new Random().nextInt(toNum-fromNum+1);
}
}
| UTF-8 | Java | 301 | java | RandomNum.java | Java | [
{
"context": "er.util;\n\nimport java.util.Random;\n\n/**\n * @author Mr.Xu\n * @description:\n * @create 2019-12-13 10:58\n */\n",
"end": 88,
"score": 0.9996749758720398,
"start": 83,
"tag": "NAME",
"value": "Mr.Xu"
}
] | null | [] | package com.baidu.gmall0715.mocker.util;
import java.util.Random;
/**
* @author Mr.Xu
* @description:
* @create 2019-12-13 10:58
*/
public class RandomNum {
public static final int getRandInt(int fromNum,int toNum){
return fromNum+ new Random().nextInt(toNum-fromNum+1);
}
}
| 301 | 0.674419 | 0.61794 | 14 | 20.428572 | 21.144787 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 12 |
066cd626e0ca53f8ffed51716575c28bd13baa37 | 4,939,212,444,739 | 8faf901338678fd4f0e0df9fba1308130501f466 | /src/main/java/com/quiz/casestudy/service/program/IProgramService.java | 60dbf014eb2413dbe4e841c9030d84c3d2138bfd | [] | no_license | nhlong9697/case-study-module-4 | https://github.com/nhlong9697/case-study-module-4 | 6a034450cd05a0ee3b048d263cae6ead6284fa28 | 2474d980d60bdbc66130eb7c622f4b25105015dc | refs/heads/master | 2022-12-03T15:59:44.779000 | 2020-08-04T07:20:29 | 2020-08-04T07:20:29 | 283,129,693 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.quiz.casestudy.service.program;
import com.quiz.casestudy.model.Program;
import com.quiz.casestudy.service.IService;
public interface IProgramService extends IService<Program> {
}
| UTF-8 | Java | 194 | java | IProgramService.java | Java | [] | null | [] | package com.quiz.casestudy.service.program;
import com.quiz.casestudy.model.Program;
import com.quiz.casestudy.service.IService;
public interface IProgramService extends IService<Program> {
}
| 194 | 0.824742 | 0.824742 | 7 | 26.714285 | 23.614246 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 12 |
aa99391a043a61a7713b8f0633d03114b374c060 | 4,758,823,815,566 | 8643a3eed82acddf80f93378fc1bca426bfd7a42 | /subprojects/snapshots/src/main/java/org/gradle/internal/snapshot/RegularFileSnapshot.java | 08261abbb4e781141888cef7bda6b4b657423bcb | [
"BSD-3-Clause",
"LGPL-2.1-or-later",
"LicenseRef-scancode-mit-old-style",
"EPL-2.0",
"CDDL-1.0",
"MIT",
"LGPL-2.1-only",
"Apache-2.0",
"MPL-2.0",
"EPL-1.0"
] | permissive | gradle/gradle | https://github.com/gradle/gradle | f5666240739f96166647b20f9bc2d57e78f28ddf | 1fd0b632a437ae771718982ef2aa1c3b52ee2f0f | refs/heads/master | 2023-09-04T02:51:58.940000 | 2023-09-03T18:42:57 | 2023-09-03T18:42:57 | 302,322 | 15,005 | 4,911 | Apache-2.0 | false | 2023-09-14T21:08:58 | 2009-09-09T18:27:19 | 2023-09-14T20:25:45 | 2023-09-14T21:08:58 | 505,876 | 15,160 | 4,324 | 2,510 | Groovy | false | false | /*
* Copyright 2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... | UTF-8 | Java | 2,814 | java | RegularFileSnapshot.java | Java | [] | null | [] | /*
* Copyright 2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... | 2,814 | 0.717484 | 0.714641 | 88 | 30.977272 | 32.233162 | 158 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.409091 | false | false | 12 |
9ae9855f5531ae747856ae187a5b269df4729a41 | 37,211,596,660,290 | cb1afff8434b3cd594b63c2842b72022d885b61b | /src/main/java/com/goit/popov/math/floatp/OperationLongFloat.java | 8745ff446f179db80975dc0b82a5b474b22eebd2 | [] | no_license | Popov85/Math | https://github.com/Popov85/Math | 749f2a7739371030a4b466e75d7e1ee561f98e4c | 9b4dbe7407980364013bec2775e9b277ae284b64 | refs/heads/master | 2020-05-23T08:19:15.360000 | 2016-10-07T08:06:33 | 2016-10-07T08:06:33 | 70,226,917 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.goit.popov.math.floatp;
import com.goit.popov.math.OperationNumeric;
/**
* Created by Andrey on 30.09.2016.
*/
public class OperationLongFloat implements OperationNumeric<Float, Long, Float> {
public Float add(Long number1, Float number2) {
return number1+number2;
}
... | UTF-8 | Java | 652 | java | OperationLongFloat.java | Java | [
{
"context": "it.popov.math.OperationNumeric;\n\n/**\n * Created by Andrey on 30.09.2016.\n */\npublic class OperationLongFloa",
"end": 107,
"score": 0.9996143579483032,
"start": 101,
"tag": "NAME",
"value": "Andrey"
}
] | null | [] | package com.goit.popov.math.floatp;
import com.goit.popov.math.OperationNumeric;
/**
* Created by Andrey on 30.09.2016.
*/
public class OperationLongFloat implements OperationNumeric<Float, Long, Float> {
public Float add(Long number1, Float number2) {
return number1+number2;
}
... | 652 | 0.616564 | 0.579755 | 25 | 25.08 | 24.68833 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.48 | false | false | 12 |
275aebe57af1a9d6579951667d12b7b8205d391a | 34,694,745,849,594 | 158051d484828c2822f91201a8eed305ba756388 | /src/main/java/cn/bdqn/gaobingfa/design/strategy/Shopping.java | 3be901423f5d84987c05795a80ddef249e542371 | [] | no_license | shiyijun0/gaobingfa | https://github.com/shiyijun0/gaobingfa | da61211c46b16d2b786b1f389e6414a74f776604 | 8f5facf1d060601a251a7d80a123ecfd55749d6a | refs/heads/master | 2020-04-06T21:20:36.736000 | 2019-03-08T06:36:18 | 2019-03-08T06:36:27 | 157,800,373 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.bdqn.gaobingfa.design.strategy;
public abstract class Shopping {
private Fruits fruits;
public void setFruits(Fruits fruits) {
this.fruits = fruits;
}
public String sell(int price){
if(this.fruits==null)
return "没有水果可以卖";
return this.fruits.sell(price);
}... | UTF-8 | Java | 497 | java | Shopping.java | Java | [] | null | [] | package cn.bdqn.gaobingfa.design.strategy;
public abstract class Shopping {
private Fruits fruits;
public void setFruits(Fruits fruits) {
this.fruits = fruits;
}
public String sell(int price){
if(this.fruits==null)
return "没有水果可以卖";
return this.fruits.sell(price);
}... | 497 | 0.61242 | 0.61242 | 25 | 17.68 | 16.08408 | 42 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.28 | false | false | 12 |
d62e9755d0deb1fa9cf9acf132a78340e517a4d2 | 19,275,813,261,352 | de8ff208942cc26fda1f12caa286dc13ca1c022a | /src/main/java/plusm/gp/discordbot/manager/events/MemberNickChangeListener.java | a8062963e9b271c101f9b61f04c00d4b01b2b960 | [] | no_license | getplusm/gp-discordbot | https://github.com/getplusm/gp-discordbot | 9301bc2e6b6e4b068547ab3d78ccc77a4dd231c4 | 63f07434734b230745a488fd4a37b573d943ab2f | refs/heads/master | 2023-04-25T07:54:49.546000 | 2021-05-20T09:46:56 | 2021-05-20T09:46:56 | 369,157,690 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package plusm.gp.discordbot.manager.events;
import net.dv8tion.jda.api.events.guild.member.update.GuildMemberUpdateNicknameEvent;
import net.dv8tion.jda.api.hooks.ListenerAdapter;
import org.bukkit.Bukkit;
import plusm.gp.discordbot.utils.DiscordData;
import plusm.gp.playerdatamanager.utils.PlayerData;
import javax.a... | UTF-8 | Java | 1,528 | java | MemberNickChangeListener.java | Java | [] | null | [] | package plusm.gp.discordbot.manager.events;
import net.dv8tion.jda.api.events.guild.member.update.GuildMemberUpdateNicknameEvent;
import net.dv8tion.jda.api.hooks.ListenerAdapter;
import org.bukkit.Bukkit;
import plusm.gp.discordbot.utils.DiscordData;
import plusm.gp.playerdatamanager.utils.PlayerData;
import javax.a... | 1,528 | 0.632853 | 0.631545 | 38 | 39.210526 | 32.849064 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.421053 | false | false | 12 |
0f27466357927eff9d6b97da886bc05f85f93555 | 29,850,022,740,409 | 5fa3e6a8c9ab2691a3a5b1ca3a8c0ee061095792 | /src/main/java/top/feb13th/script/excel/engine/Engine.java | 48809ce25f63323ca32575e02a93c80db79146da | [
"Apache-2.0"
] | permissive | feb13th/excel-script | https://github.com/feb13th/excel-script | b8f31697c2860e1017a1da2792d92228ed0063fe | 51c613f0aea45879625b6c8c9f800ef2575ce1a2 | refs/heads/master | 2020-07-30T05:59:51.327000 | 2019-09-22T08:00:51 | 2019-09-22T08:00:51 | 210,110,779 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package top.feb13th.script.excel.engine;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;
/**
* 引擎接口
*
* @author feb13th
* @date 2019/9/21 19:23
*/
public interface Engine {
/**
* 初始化
*
* @param url 连接字符串
* @param host 主机名
* @param port 端口
* @param dat... | UTF-8 | Java | 930 | java | Engine.java | Java | [
{
"context": " java.sql.SQLException;\n\n/**\n * 引擎接口\n *\n * @author feb13th\n * @date 2019/9/21 19:23\n */\npublic interface Eng",
"end": 165,
"score": 0.9996875524520874,
"start": 158,
"tag": "USERNAME",
"value": "feb13th"
},
{
"context": "连接\n *\n * @param url 连接字符串\n * @pa... | null | [] | package top.feb13th.script.excel.engine;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;
/**
* 引擎接口
*
* @author feb13th
* @date 2019/9/21 19:23
*/
public interface Engine {
/**
* 初始化
*
* @param url 连接字符串
* @param host 主机名
* @param port 端口
* @param dat... | 930 | 0.640662 | 0.622931 | 45 | 17.799999 | 17.90543 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.355556 | false | false | 12 |
7abbe330ea48fad11baf57e101706aa490d724d8 | 29,850,022,742,354 | b599008f27f59dd8a2d8185860205b5414891836 | /src/main/java/com/neo/mapper/test1/CustomerInfoMapper.java | f36fe6f97f3f8c3e46576512d99fad14cac3e056 | [] | no_license | 82398485/spring-boot-mybatis-annotation-mulidatasource | https://github.com/82398485/spring-boot-mybatis-annotation-mulidatasource | cf10f5b6fbbec82f308c395bd775c3391a0abdaa | 3b78c7e2bc1c15f1c2e664eecac338b9dad4fbdf | refs/heads/master | 2018-12-22T03:26:48.160000 | 2018-10-19T09:40:22 | 2018-10-19T09:40:22 | 150,950,642 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.neo.mapper.test1;
import com.neo.entity.po.CustomerInfo;
import org.apache.ibatis.annotations.*;
import java.util.List;
public interface CustomerInfoMapper {
@Select("SELECT * FROM 客户信息")
@Results({
@Result(property = "userName", column = "名字"),
@Result(property = "weight", column = "体重"),
@R... | UTF-8 | Java | 1,106 | java | CustomerInfoMapper.java | Java | [
{
"context": " * FROM 客户信息\")\n\t@Results({\n\t\t\t@Result(property = \"userName\", column = \"名字\"),\n\t\t\t@Result(property = \"weight\"",
"end": 247,
"score": 0.840874969959259,
"start": 239,
"tag": "USERNAME",
"value": "userName"
}
] | null | [] | package com.neo.mapper.test1;
import com.neo.entity.po.CustomerInfo;
import org.apache.ibatis.annotations.*;
import java.util.List;
public interface CustomerInfoMapper {
@Select("SELECT * FROM 客户信息")
@Results({
@Result(property = "userName", column = "名字"),
@Result(property = "weight", column = "体重"),
@R... | 1,106 | 0.669591 | 0.668616 | 33 | 30.121212 | 28.870407 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.787879 | false | false | 12 |
c5b3773eeb54ac5f005e7cb1333cbd6c90bda3c2 | 26,001,732,056,011 | 6dee0d8a473dea1b50d1a10214c999881336e247 | /src/main/com/netapp/santricity/auth/ApiKeyAuth.java | f67fbdbb02b5fa6ce9414d93bdae5b2735112812 | [
"BSD-3-Clause-Clear"
] | permissive | NetApp/santricity-webapi-javasdk | https://github.com/NetApp/santricity-webapi-javasdk | e2eab1124a94547981dd36d470b5e7ad520e5127 | 42c8e8a4f661f5f417cb0375ec93a54677fe25f7 | refs/heads/master | 2020-05-20T11:55:29.162000 | 2017-10-05T20:35:03 | 2017-10-05T20:35:03 | 65,746,275 | 2 | 6 | null | false | 2017-10-05T20:35:04 | 2016-08-15T16:13:39 | 2017-08-31T12:09:06 | 2017-10-05T20:35:03 | 5,448 | 3 | 3 | 1 | Java | null | null | /**************************************************************************************************************************************************************
* The Clear BSD License
*
* Copyright (c) – 2016, NetApp, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or wit... | UTF-8 | Java | 3,427 | java | ApiKeyAuth.java | Java | [] | null | [] | /**************************************************************************************************************************************************************
* The Clear BSD License
*
* Copyright (c) – 2016, NetApp, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or wit... | 3,427 | 0.669489 | 0.66219 | 78 | 42.910255 | 103.158852 | 848 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.679487 | false | false | 12 |
dfd848d4e7a5a16b23fbcabb185adcc45a55af14 | 6,545,530,224,625 | cf05ded1829fca1188b2619eaa15415059b94333 | /yuanlinjinguan/kernel/common-biz/src/main/java/com/zjzmjr/core/common/biz/HolidayUtil.java | 3754f071fd0e341ea2e456b4ca46bc0b19e363d7 | [] | no_license | microspeed2018/project | https://github.com/microspeed2018/project | bf2499fa3c5508aed39ffd067c9f23808b3f6d59 | 06ac9129275b336543b2ba7fedc6b0b2e54d61d1 | refs/heads/master | 2021-04-27T20:00:13.985000 | 2018-02-28T07:18:00 | 2018-02-28T07:18:00 | 122,367,753 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zjzmjr.core.common.biz;
import java.text.ParseException;
import java.util.Calendar;
import java.util.Date;
import com.zjzmjr.common.util.DateUtil;
import com.zjzmjr.core.api.holiday.IHolidayFacade;
import com.zjzmjr.core.base.result.ResultEntry;
import com.zjzmjr.core.base.util.SpringContextUtil;
import c... | UTF-8 | Java | 4,807 | java | HolidayUtil.java | Java | [
{
"context": "oliday.HolidayQuery;\n\n/**\n * 节假日工具类\n * \n * @author Administrator\n * @version $Id: HolidayUtil.java, v 0.1 2016-10-",
"end": 452,
"score": 0.9382425546646118,
"start": 439,
"tag": "NAME",
"value": "Administrator"
},
{
"context": "\");\n\n /**\n * 节假日枚举类型\n ... | null | [] | package com.zjzmjr.core.common.biz;
import java.text.ParseException;
import java.util.Calendar;
import java.util.Date;
import com.zjzmjr.common.util.DateUtil;
import com.zjzmjr.core.api.holiday.IHolidayFacade;
import com.zjzmjr.core.base.result.ResultEntry;
import com.zjzmjr.core.base.util.SpringContextUtil;
import c... | 4,807 | 0.564805 | 0.552297 | 161 | 27.801243 | 24.580662 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.496894 | false | false | 12 |
9715de013291a573b03ff2dca4b0ae63ea843905 | 30,940,944,413,102 | a55f91349221a05e289d090602818ef751e2f9ca | /src/com/example/shapeme/TutorialScreen.java | ec2e161b2f82b51e81c0ed263c82fb1a4cd7d5a2 | [] | no_license | shapeme/shape_me | https://github.com/shapeme/shape_me | 7c93976b40fcd8259f8765fe4a4bef8084cd2503 | 0b7d3c6857912d859c716497602a6da90de7845f | refs/heads/master | 2020-05-17T13:49:53.049000 | 2013-12-01T21:55:42 | 2013-12-01T21:55:42 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.shapeme;
import java.util.List;
import com.badlogic.androidgames.framework.Game;
import com.badlogic.androidgames.framework.Graphics;
import com.badlogic.androidgames.framework.Screen;
import com.badlogic.androidgames.framework.Input.TouchEvent;
public class TutorialScreen extends Screen{
publi... | UTF-8 | Java | 1,505 | java | TutorialScreen.java | Java | [] | null | [] | package com.example.shapeme;
import java.util.List;
import com.badlogic.androidgames.framework.Game;
import com.badlogic.androidgames.framework.Graphics;
import com.badlogic.androidgames.framework.Screen;
import com.badlogic.androidgames.framework.Input.TouchEvent;
public class TutorialScreen extends Screen{
publi... | 1,505 | 0.714286 | 0.70299 | 63 | 22.888889 | 25.97197 | 153 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.650794 | false | false | 12 |
93e2181a53684c63a1f9f7d3d05797e01b059fa9 | 9,723,805,965,098 | 99441291629ab388540f8dead5ea4ed8a8343348 | /src/main/java/com/ex/ers/daos/DAO.java | dbe51c4e1ccc16705c6eacdbc2b7501c51bab228 | [] | no_license | ammckenzie1998/expense-reimbursements | https://github.com/ammckenzie1998/expense-reimbursements | b6f7e629d661ed2da1c30ec32b7b11ffe738a3f8 | 179b5eca4feba9fef7087a48116b4dc2e4e1d69a | refs/heads/main | 2023-02-04T05:51:18.704000 | 2020-12-29T00:01:31 | 2020-12-29T00:01:31 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ex.ers.daos;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import org.hibernate.SessionFactory;
import org.hibernate.boot.registry.StandardServiceRegistryBuilder;
import org.hibernate.cfg.Configuration;
/**
* Abstract class containing fields to set up connection
*/... | UTF-8 | Java | 865 | java | DAO.java | Java | [] | null | [] | package com.ex.ers.daos;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import org.hibernate.SessionFactory;
import org.hibernate.boot.registry.StandardServiceRegistryBuilder;
import org.hibernate.cfg.Configuration;
/**
* Abstract class containing fields to set up connection
*/... | 865 | 0.746821 | 0.744509 | 27 | 31.037037 | 30.318655 | 124 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.481481 | false | false | 12 |
8a84f18b10394e7416bef877999649bd3ce9c5cf | 7,954,279,436,071 | 5b4a95757fb2e98c30c13d9832d6080a393dfad0 | /src/com/example/myapp/MyActivity.java | 52e228b4180d5d5da5a1568ecd27d332e25fdfa2 | [] | no_license | marty212/CodeRelayApp | https://github.com/marty212/CodeRelayApp | c32b455307dc75f6dbebbc95539c488ad20cd7a4 | 6453fe460b8ed0387c1a5f679a630467eed4b4bf | refs/heads/master | 2020-03-29T20:21:10.828000 | 2014-11-09T07:26:16 | 2014-11-09T07:26:16 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.myapp;
import android.app.Activity;
import android.content.Context;
import android.content.res.Configuration;
import android.hardware.Sensor;
import android.hardware.SensorEvent;
import android.hardware.SensorEventListener;
import android.hardware.SensorManager;
import android.location.Location;
im... | UTF-8 | Java | 6,224 | java | MyActivity.java | Java | [] | null | [] | package com.example.myapp;
import android.app.Activity;
import android.content.Context;
import android.content.res.Configuration;
import android.hardware.Sensor;
import android.hardware.SensorEvent;
import android.hardware.SensorEventListener;
import android.hardware.SensorManager;
import android.location.Location;
im... | 6,224 | 0.588368 | 0.581459 | 201 | 29.965174 | 24.264788 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.512438 | false | false | 12 |
21688c5dbfc787e930e6c8bc1532b45e1c2f6c69 | 13,666,585,939,557 | e3dcebb3d6538a5c86688cfb09f9044423706d5a | /supermarket-store/src/main/java/com/ljb/controller/StoreCategoryController.java | f432797571e583261428e441955440355e55eabd | [] | no_license | longjinbing/supermarket | https://github.com/longjinbing/supermarket | cd5e8d58c42c5c8b5a731774c161df203575c25e | 4386128c589eb265c9ed00fa2918f28e3ebec38c | refs/heads/master | 2020-03-28T20:39:43.207000 | 2018-09-17T08:31:45 | 2018-09-17T08:31:45 | 149,091,382 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ljb.controller;
import java.util.List;
import java.util.Map;
import com.ljb.util.PageUtil;
import org.apache.shiro.authz.annotation.RequiresPermissions;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.we... | UTF-8 | Java | 2,995 | java | StoreCategoryController.java | Java | [
{
"context": "otation.Desc;\n\n/**\n * 商品分类Controller\n *\n * @author longjinbn\n * @email 1106335838@qq.com\n * @date 2018-09-15 1",
"end": 721,
"score": 0.9991347789764404,
"start": 712,
"tag": "USERNAME",
"value": "longjinbn"
},
{
"context": " 商品分类Controller\n *\n * @author longji... | null | [] | package com.ljb.controller;
import java.util.List;
import java.util.Map;
import com.ljb.util.PageUtil;
import org.apache.shiro.authz.annotation.RequiresPermissions;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.we... | 2,985 | 0.686337 | 0.675448 | 104 | 26.375 | 23.022224 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.394231 | false | false | 12 |
59eab59b2ae2e8027704e9d7efe8b0c902435c03 | 20,761,871,910,449 | bd0d27b8599614609c909e10fe87b74aff849cd6 | /ec-mh/mh-entity/src/main/java/org/ec/mh/dto/MH0201/MH0201A05S01DTO.java | 093e77f5acd0c19feb287accf0b7082f84b93137 | [] | no_license | ShenJiProject/project | https://github.com/ShenJiProject/project | 620d72e93b050a497aaf5835aec328aba645ce05 | 069bc07924ff4e5d67e3862c468bac533517932f | refs/heads/master | 2020-03-31T02:07:32.232000 | 2018-11-23T12:11:17 | 2018-11-23T12:11:17 | 151,801,569 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.ec.mh.dto.MH0201;
import org.ec.utils.dto.ResponseDTO;
/**
* MH0201/A05 文章编辑数据获取: 附件
* 设计者: 张坤祥
* 更新日期: 2018/3/29
*/
public class MH0201A05S01DTO extends ResponseDTO {
/**
* 附件ID
*/
private Integer id;
/**
* 文件名
*/
private String fileName;
/**
* 文件类型
... | UTF-8 | Java | 1,661 | java | MH0201A05S01DTO.java | Java | [
{
"context": "nseDTO;\n\n/**\n * MH0201/A05 文章编辑数据获取: 附件\n * 设计者: 张坤祥\n * 更新日期: 2018/3/29\n */\npublic class MH0201A05S01D",
"end": 113,
"score": 0.9997764825820923,
"start": 110,
"tag": "NAME",
"value": "张坤祥"
}
] | null | [] | package org.ec.mh.dto.MH0201;
import org.ec.utils.dto.ResponseDTO;
/**
* MH0201/A05 文章编辑数据获取: 附件
* 设计者: 张坤祥
* 更新日期: 2018/3/29
*/
public class MH0201A05S01DTO extends ResponseDTO {
/**
* 附件ID
*/
private Integer id;
/**
* 文件名
*/
private String fileName;
/**
* 文件类型
... | 1,661 | 0.502399 | 0.485264 | 96 | 14.197917 | 12.684981 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.145833 | false | false | 12 |
4396ccf52752324d52b0db7ecb3b0d529d8c7e2e | 19,756,849,600,365 | 1ac3ba48161c2881e588908ebe3e2d87526c0302 | /src/main/java/cf/zandercraft/zceggify/events/EventManager.java | 4acdbfc393286f8ba264ad7d1decebc6329544ac | [
"MIT"
] | permissive | Zandercraft/ZCEggify | https://github.com/Zandercraft/ZCEggify | 28b58daba65716c88f324f06db23c068ba2e60c4 | 999bc66bac0867c0f31fb42c33ef5db61b71ae97 | refs/heads/master | 2021-01-08T12:21:53.237000 | 2020-04-24T00:53:33 | 2020-04-24T00:53:33 | 242,025,644 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cf.zandercraft.zceggify.events;
import cf.zandercraft.zceggify.*;
import cf.zandercraft.zceggify.events.custom.CreatureCaptureEvent;
import cf.zandercraft.zceggify.events.custom.CreatureReleaseEvent;
import cf.zandercraft.zceggify.items.CaptureEgg;
import java.util.Random;
import cf.zandercraft.zceggify.item... | UTF-8 | Java | 13,839 | java | EventManager.java | Java | [] | null | [] | package cf.zandercraft.zceggify.events;
import cf.zandercraft.zceggify.*;
import cf.zandercraft.zceggify.events.custom.CreatureCaptureEvent;
import cf.zandercraft.zceggify.events.custom.CreatureReleaseEvent;
import cf.zandercraft.zceggify.items.CaptureEgg;
import java.util.Random;
import cf.zandercraft.zceggify.item... | 13,839 | 0.584002 | 0.579522 | 276 | 49.144928 | 38.88464 | 180 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.467391 | false | false | 12 |
fd35548e4df0e064bbe960cfa5f130b6573c1700 | 28,149,215,695,959 | 047672755b08ab0dcf90d29ac24c1d9d40c23774 | /app/src/main/java/net/cloudcentrik/wordplus/Answer.java | ce343e21182f591e86a38697979980e5c25d30c8 | [] | no_license | ismailfakir/Vocabuilder | https://github.com/ismailfakir/Vocabuilder | 429cd6df956b84e192f2986130f578e6d2e6e5a0 | 0e1c96a79ba09595e4d23aa992246428a4806cc8 | refs/heads/master | 2021-01-10T09:48:54.865000 | 2017-09-03T13:04:35 | 2017-09-03T13:04:35 | 48,715,833 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.cloudcentrik.wordplus;
/**
* Created by ismail on 13/01/17.
*/
import android.os.Parcel;
import android.os.Parcelable;
public class Answer implements Parcelable{
private int id;
private String question;
private String correctAnswer;
private String userAnswer;
private String result;
... | UTF-8 | Java | 2,719 | java | Answer.java | Java | [
{
"context": "kage net.cloudcentrik.wordplus;\n\n/**\n * Created by ismail on 13/01/17.\n */\n\nimport android.os.Parcel;\nimpor",
"end": 60,
"score": 0.9995721578598022,
"start": 54,
"tag": "USERNAME",
"value": "ismail"
}
] | null | [] | package net.cloudcentrik.wordplus;
/**
* Created by ismail on 13/01/17.
*/
import android.os.Parcel;
import android.os.Parcelable;
public class Answer implements Parcelable{
private int id;
private String question;
private String correctAnswer;
private String userAnswer;
private String result;
... | 2,719 | 0.578889 | 0.576315 | 119 | 21.84874 | 19.502914 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.403361 | false | false | 12 |
b39f952cb67530fb8007fd4b6eb8a77e11ad40d9 | 28,037,546,544,977 | 3f8b97b3fe034ca62f8cf4f615ad636b94c3768f | /src/com/LeetCode/reverseInt.java | 9f52c40f362f757df2822be47c2f99e45e2e195e | [] | no_license | bsextion/CodingPractice_Java | https://github.com/bsextion/CodingPractice_Java | 2aa97a3138d1dc44d52baa0f6f35b407944471a4 | 5679e03d0526a8030fa64293bd2bf5a4d8187996 | refs/heads/master | 2023-08-31T23:50:33.355000 | 2021-09-28T20:19:10 | 2021-09-28T20:19:10 | 411,427,878 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.LeetCode;
import java.util.LinkedList;
import java.util.Queue;
public class reverseInt {
public static int reverse(int x) {
boolean isPositive = x >= 0 ? true : false;
Queue<Integer> queue = new LinkedList<>();
int result = 0;
if (!isPositive){
x *= -1;
... | UTF-8 | Java | 623 | java | reverseInt.java | Java | [] | null | [] | package com.LeetCode;
import java.util.LinkedList;
import java.util.Queue;
public class reverseInt {
public static int reverse(int x) {
boolean isPositive = x >= 0 ? true : false;
Queue<Integer> queue = new LinkedList<>();
int result = 0;
if (!isPositive){
x *= -1;
... | 623 | 0.4687 | 0.447833 | 34 | 17.32353 | 15.334929 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.382353 | false | false | 12 |
efe4ecc7fe813a27ba51181b2b24f54ead35d2f5 | 9,174,050,181,659 | f65f50632b47f3e32a09d998b79868bdc0860898 | /netty/src/main/java/zty/practise/netty/util/HttpTemplate.java | 237d7275d7deeddbfd0ad7b4bf264dfe2f600912 | [] | no_license | zhangtianyi123/netty | https://github.com/zhangtianyi123/netty | 56bcbe73aba24b5ca8df1b881f0716440bfced4e | 04a7428343a8954ae263e165f58a71e3fb46cc16 | refs/heads/master | 2020-07-06T18:37:42.172000 | 2019-08-30T08:50:24 | 2019-08-30T08:50:24 | 203,106,808 | 0 | 0 | null | false | 2019-11-02T17:02:47 | 2019-08-19T05:51:46 | 2019-08-30T08:50:49 | 2019-11-02T17:02:46 | 9 | 0 | 0 | 1 | Java | false | false | package zty.practise.netty.util;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.web.client.RestTemplate;
@Service("httpTemplate")
public class HttpTemplate {
@Autowired
private RestTemplate restTemplate;
public void sendMe... | UTF-8 | Java | 415 | java | HttpTemplate.java | Java | [
{
"context": "oServer() {\n//\t\trestTemplate.getForEntity(\"http://127.0.0.1:9201\", String.class);\n\t}\n\t\n}\n",
"end": 385,
"score": 0.9974147081375122,
"start": 376,
"tag": "IP_ADDRESS",
"value": "127.0.0.1"
}
] | null | [] | package zty.practise.netty.util;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.web.client.RestTemplate;
@Service("httpTemplate")
public class HttpTemplate {
@Autowired
private RestTemplate restTemplate;
public void sendMe... | 415 | 0.790361 | 0.766265 | 17 | 23.411764 | 22.98608 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.882353 | false | false | 12 |
33bc9f45ad54492f0eeb827d2ef36e7751092ec7 | 15,393,162,822,913 | 8c66ea1939a00af94bb76826fc8d472978704432 | /app/src/main/java/io/wyntr/peepster/models/Users.java | 7467ce74d8a31f0eb50c40fa8c18a183c3cdf04b | [
"MIT"
] | permissive | sagaratalatti/WyntrIsComing-master | https://github.com/sagaratalatti/WyntrIsComing-master | e579e3831fde63d3b7a274ac048f301438f6e8ec | 80e4344291a55a38945672f716a95ba0d985ef53 | refs/heads/master | 2021-01-22T19:22:25.477000 | 2017-03-20T09:32:15 | 2017-03-20T09:32:15 | 85,194,015 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package io.wyntr.peepster.models;
public class Users {
private String full_name;
private String profile_picture;
private String uid;
public Users() {
}
public Users(String full_name, String profile_picture, String uid) {
this.full_name = full_name;
this.profile_picture = ... | UTF-8 | Java | 573 | java | Users.java | Java | [] | null | [] | package io.wyntr.peepster.models;
public class Users {
private String full_name;
private String profile_picture;
private String uid;
public Users() {
}
public Users(String full_name, String profile_picture, String uid) {
this.full_name = full_name;
this.profile_picture = ... | 573 | 0.60733 | 0.60733 | 33 | 16.363636 | 17.759024 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.363636 | false | false | 12 |
1306b9262a8bac7c40f85d953a676d50d19e0c14 | 16,904,991,310,460 | 50dd465f260b1d4b5b7a9aeb1f5a349e302daee5 | /jautomata/src/main/java/net/jhoogland/jautomata/operations/EpsilonRemoval.java | e9425d0ae954cfeb278ccc8e8f3ae1f0d2aef466 | [
"Apache-2.0"
] | permissive | Software-Hardware-Codesign/jautomata | https://github.com/Software-Hardware-Codesign/jautomata | 64c6db821a4d458116c5f4afb05ed2452ffea03a | e1d734fecfffdd8fccf5c6a8de11771bd51604d4 | refs/heads/master | 2023-08-28T18:38:58.075000 | 2017-07-18T04:49:33 | 2017-07-18T04:49:33 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.jhoogland.jautomata.operations;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Comparator;
import java.util.HashMap;
import java.util.Map;
import java.util.Map.Entry;
import net.jhoogland.jautomata.Automaton;
import net.jhoogland.jautomata.SingleSourceShortestDistancesInterface;... | UTF-8 | Java | 5,955 | java | EpsilonRemoval.java | Java | [
{
"context": "quivalent to its operand.\n * </p> \n * <p>\n * [1] M. Mohri, Generic Epsilon-Removal Algorithm for Weighted A",
"end": 617,
"score": 0.9997143745422363,
"start": 609,
"tag": "NAME",
"value": "M. Mohri"
},
{
"context": "or Weighted Automata. 2000.\n * </p>\n * \n * @a... | null | [] | package net.jhoogland.jautomata.operations;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Comparator;
import java.util.HashMap;
import java.util.Map;
import java.util.Map.Entry;
import net.jhoogland.jautomata.Automaton;
import net.jhoogland.jautomata.SingleSourceShortestDistancesInterface;... | 5,944 | 0.727288 | 0.726112 | 209 | 27.492823 | 29.573381 | 133 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.210526 | false | false | 12 |
0fdb202299b05841a3ce27a94d049d33a4e82162 | 15,676,630,668,305 | 49321daa3126552118051bc7dd8bd5b7bccffb53 | /src/com/mypackage/assessment/MyClassWithLambda.java | 849e5ec1bf9c37039b9c43956359270b180b1917 | [] | no_license | sathyee/TopGearAssessment | https://github.com/sathyee/TopGearAssessment | 657545bbb69102f074c2cb2500a161fa6cd67a47 | d97be539ade75c58f91a7a06ac0dec6612b33369 | refs/heads/master | 2020-04-04T18:12:38.476000 | 2018-11-05T03:19:03 | 2018-11-05T03:19:03 | 156,154,375 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mypackage.assessment;
import com.mypackage.assessment.bean.WordCount;
public class MyClassWithLambda {
private static int totalCount = 0;
public int getCount() {
return totalCount;
}
public static void main(String[] args) {
System.out.println("MyClassWithLambda...");
WordC... | UTF-8 | Java | 612 | java | MyClassWithLambda.java | Java | [] | null | [] | package com.mypackage.assessment;
import com.mypackage.assessment.bean.WordCount;
public class MyClassWithLambda {
private static int totalCount = 0;
public int getCount() {
return totalCount;
}
public static void main(String[] args) {
System.out.println("MyClassWithLambda...");
WordC... | 612 | 0.671569 | 0.661765 | 28 | 19.857143 | 18.759216 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.714286 | false | false | 12 |
7520a83e70237c8297c0782982d50bf02abaa10d | 2,241,972,973,179 | 44e28c55f2ffef2b581a181e7f74ed2f2d66ad3e | /src/edu/nju/desserthouse/action/schedule/SubmitScheduleAction.java | 470963909b0884d071dc8e8883db4541d6f6e09c | [] | no_license | bobo15850/DessertHouse | https://github.com/bobo15850/DessertHouse | 1cff7e45f6f0246a08b413e2ad4b7cbd08e1afbd | 856f35721e494af4192085546c9cdecc72e11b46 | refs/heads/master | 2021-01-17T06:41:57.011000 | 2016-03-17T02:32:26 | 2016-03-17T02:32:26 | 50,285,924 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.nju.desserthouse.action.schedule;
import java.util.List;
import org.apache.struts2.convention.annotation.Action;
import org.apache.struts2.convention.annotation.Result;
import org.springframework.beans.factory.annotation.Autowired;
import edu.nju.desserthouse.action.BaseAction;
import edu.nju.desserthous... | UTF-8 | Java | 1,568 | java | SubmitScheduleAction.java | Java | [] | null | [] | package edu.nju.desserthouse.action.schedule;
import java.util.List;
import org.apache.struts2.convention.annotation.Action;
import org.apache.struts2.convention.annotation.Result;
import org.springframework.beans.factory.annotation.Autowired;
import edu.nju.desserthouse.action.BaseAction;
import edu.nju.desserthous... | 1,568 | 0.767857 | 0.753827 | 59 | 25.576271 | 22.733685 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.576271 | false | false | 12 |
bd951b8288a05a2b9189e608f77f2996e3395d5e | 5,299,989,689,250 | 32b85bbe99d19d0466daaa240592488f56e863f8 | /bianchengsixiang/src/main/java/com/type/wide/tongpeifu/Fruit.java | 184cfe0fc27fa45c6d4edd08e27ddb99d62cd8d5 | [] | no_license | yujunhuisir/bianchengsixiang | https://github.com/yujunhuisir/bianchengsixiang | ee09f0fc609edbac7bda8623e008cdb1ae50dd40 | dd970820a30080d8380a6455682bc0977d421438 | refs/heads/master | 2020-04-02T21:22:41.396000 | 2018-10-26T07:47:43 | 2018-10-26T07:47:43 | 154,796,947 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.type.wide.tongpeifu;
public class Fruit {
}
| UTF-8 | Java | 63 | java | Fruit.java | Java | [] | null | [] | package com.type.wide.tongpeifu;
public class Fruit {
}
| 63 | 0.68254 | 0.68254 | 5 | 10.6 | 13.139255 | 32 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 12 |
799db541b05cd41cfb44115816ef687e39670e55 | 22,084,721,876,222 | bc35522b264a502aa8142d9b8482119d952459aa | /app/src/main/java/me/kirimin/mitsumine/network/api/ApiAccessor.java | 3302a0f8a05712c3e8e7212e6f0adfb6e3f39425 | [
"Apache-2.0"
] | permissive | oqrusk/mitsumine | https://github.com/oqrusk/mitsumine | cf3a489e12919b5a3394a9a20c859cdc54ce81ce | 9dc95df738df49f4836b13d6ba6e2aa6d5c81476 | refs/heads/master | 2020-12-26T22:44:51.181000 | 2015-03-08T14:04:18 | 2015-03-08T14:04:18 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package me.kirimin.mitsumine.network.api;
import com.android.volley.RequestQueue;
import com.android.volley.toolbox.JsonObjectRequest;
import com.android.volley.toolbox.RequestFuture;
import com.android.volley.toolbox.StringRequest;
import org.json.JSONObject;
import org.scribe.builder.ServiceBuilder;
import org.scri... | UTF-8 | Java | 2,834 | java | ApiAccessor.java | Java | [] | null | [] | package me.kirimin.mitsumine.network.api;
import com.android.volley.RequestQueue;
import com.android.volley.toolbox.JsonObjectRequest;
import com.android.volley.toolbox.RequestFuture;
import com.android.volley.toolbox.StringRequest;
import org.json.JSONObject;
import org.scribe.builder.ServiceBuilder;
import org.scri... | 2,834 | 0.65314 | 0.65314 | 71 | 38.929577 | 27.311106 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.676056 | false | false | 12 |
44a9be3786564225bb6fdcfa945682a65599a93a | 30,176,440,263,425 | 87236f148473d63acf79bac5eff5fc3e6e5f4a14 | /src/Front/Registro/Registro2Pag.java | f6c45a8c21908738facc53f3efb0e6d201c09feb | [] | no_license | Matiarriete/Netflix | https://github.com/Matiarriete/Netflix | 832c46398e5747cdef8eb2878257d16581c16922 | bc7726afdd82cb06368851e71ac9a7d4296a2cc5 | refs/heads/master | 2021-04-18T14:45:44.618000 | 2020-03-23T22:12:48 | 2020-03-23T22:12:48 | 249,554,918 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Front.Registro;
import java.awt.BorderLayout;
import Back.ITipoPlanDAO;
import Back.TipoPlanDAO;
import Front.CambiarPanel;
import Front.InicioSesion.InicioSesion1;
import java.awt.event.MouseEvent;
import static Front.Netflix.panelPrincipal1;
public class Registro2Pag extends javax.swing.JPanel {
privat... | UTF-8 | Java | 41,366 | java | Registro2Pag.java | Java | [
{
"context": "l15.setIcon(new javax.swing.ImageIcon(\"C:\\\\Users\\\\matia\\\\Desktop\\\\Imagenes Trabajo\\\\Trabajo Netflix\\\\Unti",
"end": 3711,
"score": 0.7003229856491089,
"start": 3706,
"tag": "NAME",
"value": "matia"
},
{
"context": "el1.setIcon(new javax.swing.ImageIcon(\"C:\... | null | [] | package Front.Registro;
import java.awt.BorderLayout;
import Back.ITipoPlanDAO;
import Back.TipoPlanDAO;
import Front.CambiarPanel;
import Front.InicioSesion.InicioSesion1;
import java.awt.event.MouseEvent;
import static Front.Netflix.panelPrincipal1;
public class Registro2Pag extends javax.swing.JPanel {
privat... | 41,366 | 0.662186 | 0.6397 | 693 | 58.682541 | 40.105961 | 187 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.002886 | false | false | 12 |
4ec5f7e7fd840d3ea46682bf6b7ff34cc3d25441 | 25,013,889,578,158 | 9e2eaea95f99e961721f271602865d179baa7d53 | /bookStore_new/src/test/java/testItemrCF.java | fdfb1b3180095f2adb81a8714b5e06e13feb6339 | [] | no_license | liu-zhubj/BookRecommend | https://github.com/liu-zhubj/BookRecommend | 39515d4ac10c35bb019c620d88bd8fe500dcff1a | 2de9becf814e2a6745ee1a153b7232875337d169 | refs/heads/master | 2022-12-02T09:49:10.233000 | 2020-08-18T10:30:57 | 2020-08-18T10:30:57 | 288,412,716 | 62 | 11 | null | null | null | null | null | null | null | null | null | null | null | null | null | import org.apache.mahout.cf.taste.common.TasteException;
import org.apache.mahout.cf.taste.eval.IRStatistics;
import org.apache.mahout.cf.taste.eval.RecommenderBuilder;
import org.apache.mahout.cf.taste.eval.RecommenderEvaluator;
import org.apache.mahout.cf.taste.eval.RecommenderIRStatsEvaluator;
import org.apache... | UTF-8 | Java | 2,944 | java | testItemrCF.java | Java | [
{
"context": "// 准备数据\r\n File file = new File(\"C:\\\\Users\\\\lenovo\\\\Desktop\\\\my love\\\\bookStore_new\\\\ratings1.csv\");",
"end": 1546,
"score": 0.8892114758491516,
"start": 1540,
"tag": "USERNAME",
"value": "lenovo"
}
] | null | [] | import org.apache.mahout.cf.taste.common.TasteException;
import org.apache.mahout.cf.taste.eval.IRStatistics;
import org.apache.mahout.cf.taste.eval.RecommenderBuilder;
import org.apache.mahout.cf.taste.eval.RecommenderEvaluator;
import org.apache.mahout.cf.taste.eval.RecommenderIRStatsEvaluator;
import org.apache... | 2,944 | 0.752525 | 0.748196 | 50 | 53.400002 | 33.055107 | 146 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.96 | false | false | 12 |
378ec6ec3797c758bb8199b1e2fb425762747051 | 12,704,513,321,613 | e86480b45bc48b958e9b4b479bd643c7364c2f16 | /LambdaExpression/MyFunctionalInterface2.java | 1906fe164081393bb6bb3e5215921770f5844881 | [] | no_license | hansy0122/day13 | https://github.com/hansy0122/day13 | a198e780f4a5b817a7deb0b53757a55af5a6060a | e041e21c8fdf79594aff548287dff97fcfdf93ab | refs/heads/master | 2021-04-27T00:17:53.009000 | 2018-03-04T12:25:38 | 2018-03-04T12:25:38 | 123,787,945 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package day13.LambdaExpression;
public interface MyFunctionalInterface2 {
public void method(int x);
}
| UTF-8 | Java | 105 | java | MyFunctionalInterface2.java | Java | [] | null | [] | package day13.LambdaExpression;
public interface MyFunctionalInterface2 {
public void method(int x);
}
| 105 | 0.809524 | 0.780952 | 5 | 20 | 16.565023 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 12 |
7d117a5e6f161ed1da96c6ee78dd0389c851c2e6 | 27,814,208,217,845 | e047870136e1958ce80dad88fa931304ada49a1b | /eu.cessar.ct.core.security/src/eu/cessar/ct/core/security/license/LicenseHandler.java | 2bd046c334c406e85a54d946dade417d2f399cd5 | [] | no_license | ONagaty/SEA-ModellAR | https://github.com/ONagaty/SEA-ModellAR | f4994a628459a20b9be7af95d41d5e0ff8a21f77 | a0f6bdbb072503ea584d72f872f29a20ea98ade5 | refs/heads/main | 2023-06-04T07:07:02.900000 | 2021-06-19T20:54:47 | 2021-06-19T20:54:47 | 376,735,297 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package eu.cessar.ct.core.security.license;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.nio.channels.FileChannel;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.M... | UTF-8 | Java | 23,099 | java | LicenseHandler.java | Java | [] | null | [] | package eu.cessar.ct.core.security.license;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.nio.channels.FileChannel;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.M... | 23,099 | 0.674445 | 0.671674 | 945 | 23.444445 | 25.923643 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.819048 | false | false | 12 |
c7d07e891be4efa357e3e0506d1154fd4e5558ce | 31,018,253,862,279 | c62a8041a1e7d967edc1d3bb31e06ba66dea1ce1 | /src/main/java/hibernate/TestHibernate.java | 91787efcbf88ea24fa586842d1061c057e8e302e | [] | no_license | yantasheiko/HibernateExample | https://github.com/yantasheiko/HibernateExample | 5988a4441cbecfaadcbafae7eed1657558ca7133 | 2fb29a544c3694f7ff747e04bef0f3841df0d545 | refs/heads/master | 2020-03-19T06:35:34.794000 | 2018-06-04T19:24:05 | 2018-06-04T19:24:05 | 136,036,412 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package hibernate;
import hibernate.*;
import org.hibernate.Session;
public class TestHibernate {
public static void main(String[] args) {
Session session = HibernateUtil.getSessionFactory().openSession();
session.beginTransaction();
CarEntity car = new CarEntity();
ca... | UTF-8 | Java | 496 | java | TestHibernate.java | Java | [
{
"context": "y car = new CarEntity(); \n car.setCarName(\"audi\"); \n car.setCarModel(\"rs7\"); \n \n se",
"end": 338,
"score": 0.9995797276496887,
"start": 334,
"tag": "NAME",
"value": "audi"
}
] | null | [] | package hibernate;
import hibernate.*;
import org.hibernate.Session;
public class TestHibernate {
public static void main(String[] args) {
Session session = HibernateUtil.getSessionFactory().openSession();
session.beginTransaction();
CarEntity car = new CarEntity();
ca... | 496 | 0.620968 | 0.618952 | 21 | 22.619047 | 19.592215 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.52381 | false | false | 12 |
5e4ca7fc1e463798365671c0dbe62d74685b01f0 | 22,840,636,112,629 | 75328dc614c9c070ac74165677e1ebb473c16c7f | /app/src/main/java/com/example/mz23zx/deltaerpddrapk/ConduitPicklistQuantityActivity.java | a7e8b3a91c7c951e0e575ff8edf7f4a0b4d1d0ff | [] | no_license | c-aguilar/doaproyecto | https://github.com/c-aguilar/doaproyecto | 8372dea0aeb781b5ae95515b610fbdba4359ed05 | 9dc69f07e041a703612a86389e47fa6fb4070388 | refs/heads/main | 2023-08-15T13:55:58.560000 | 2021-09-18T05:57:22 | 2021-09-18T05:57:22 | 407,746,468 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.mz23zx.deltaerpddrapk;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
public class ConduitPicklistQuantityActivity extends AppCompatActivity {
Butt... | UTF-8 | Java | 4,709 | java | ConduitPicklistQuantityActivity.java | Java | [
{
"context": "package com.example.mz23zx.deltaerpddrapk;\n\nimport android.content.Intent;\ni",
"end": 26,
"score": 0.9469634294509888,
"start": 20,
"tag": "USERNAME",
"value": "mz23zx"
}
] | null | [] | package com.example.mz23zx.deltaerpddrapk;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
public class ConduitPicklistQuantityActivity extends AppCompatActivity {
Butt... | 4,709 | 0.544489 | 0.520917 | 136 | 33.632355 | 24.365118 | 134 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.573529 | false | false | 12 |
6502f0cf43e7dfb7e33f42c6b1be5356097ffd12 | 609,885,362,740 | 1857e5248a96a5a739bc4a65b4b29961489cba45 | /java/com/restaurante/harley/model/ProductInfo.java | b19efb3c363be6987bd33c805bd2f864931d020d | [] | no_license | wallano/adminappedido | https://github.com/wallano/adminappedido | ee58bdc5f771ff640f4d470d31bc2714e04a0fca | 8cab9a7d8c38487030cff2b6f2d812c2754cc76f | refs/heads/master | 2020-06-16T16:31:51.378000 | 2017-06-12T23:38:55 | 2017-06-12T23:38:55 | 94,149,573 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.restaurante.harley.model;
import org.springframework.web.multipart.commons.CommonsMultipartFile;
import com.restaurante.harley.entity.Product;
public class ProductInfo {
private String code;
private String name;
private double price;
private double cost;
private double iva;... | UTF-8 | Java | 3,546 | java | ProductInfo.java | Java | [] | null | [] | package com.restaurante.harley.model;
import org.springframework.web.multipart.commons.CommonsMultipartFile;
import com.restaurante.harley.entity.Product;
public class ProductInfo {
private String code;
private String name;
private double price;
private double cost;
private double iva;... | 3,546 | 0.629442 | 0.629442 | 153 | 21.17647 | 19.474844 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.856209 | false | false | 7 |
60c152c0343e81013cc9678d74121b0292f85035 | 12,197,707,183,853 | 4f50811352215515638ae650e1f6eb0dec1b6d20 | /MoveTheCircle2.java | 20147b066a4a5386ffec6d7885746978fcfe7a10 | [] | no_license | Ricecrispi/MoveTheCircle | https://github.com/Ricecrispi/MoveTheCircle | 5b914ddee513dfa42bf597e0fa87750606836196 | ef74ddf19296caa2048a40c8f56fe9bec6649c4e | refs/heads/master | 2016-09-08T00:21:18.902000 | 2013-08-02T02:44:23 | 2013-08-02T02:44:23 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.awt.Color;
import java.awt.Graphics;
import java.awt.Graphics2D;
import java.awt.RenderingHints;
import java.awt.event.ActionListener;
import java.awt.event.ActionEvent;
import java.awt.event.KeyEvent;
import javax.swing.JFrame;
import javax.swing.Timer;
import javax.swing.JPanel;
import java.awt.event.KeyL... | UTF-8 | Java | 2,414 | java | MoveTheCircle2.java | Java | [] | null | [] | import java.awt.Color;
import java.awt.Graphics;
import java.awt.Graphics2D;
import java.awt.RenderingHints;
import java.awt.event.ActionListener;
import java.awt.event.ActionEvent;
import java.awt.event.KeyEvent;
import javax.swing.JFrame;
import javax.swing.Timer;
import javax.swing.JPanel;
import java.awt.event.KeyL... | 2,414 | 0.61309 | 0.590307 | 127 | 18.007874 | 15.902506 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.598425 | false | false | 7 |
9f4be334b4fa040cca57fdd975c7cbf966e472d9 | 14,663,018,356,287 | 9ae7144784334a271208b237bfb6cc86a73104d0 | /BuildInfo-controller/src/main/java/org/tinygroup/buildinfo/action/exception/BusiException.java | 2362115fe2e2f175eccbc74b285e3276a6ac5ba8 | [] | no_license | wangsj11050/BuildInfo | https://github.com/wangsj11050/BuildInfo | d0977820ce24d20187ba9e21511f31a61bc7c3c3 | 352f3ea5e8e97e147cb360b0cf9daf503a4df1e8 | refs/heads/master | 2021-05-14T00:07:06.446000 | 2018-01-07T05:56:10 | 2018-01-07T06:00:44 | 116,532,379 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package org.tinygroup.buildinfo.action.exception;
import org.tinygroup.exception.BaseRuntimeException;
/**
*
*/
public class BusiException extends BaseRuntimeException{
private static final long serialVersionUID = 1L;
public BusiException(String errorCode,String errorMsg){
super(errorCode, errorMsg);
}
} | UTF-8 | Java | 317 | java | BusiException.java | Java | [] | null | [] |
package org.tinygroup.buildinfo.action.exception;
import org.tinygroup.exception.BaseRuntimeException;
/**
*
*/
public class BusiException extends BaseRuntimeException{
private static final long serialVersionUID = 1L;
public BusiException(String errorCode,String errorMsg){
super(errorCode, errorMsg);
}
} | 317 | 0.791798 | 0.788644 | 15 | 20.133333 | 23.896629 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.733333 | false | false | 7 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.