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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
75c938bfe0c1a07012773f0112be5657439c6c17 | 27,281,632,275,915 | a6dbaa4f4dd5c43d1b649da9ffd743d4f6f93376 | /Solution/src/test/java/_198HouseRobberTest.java | 0c32f69e867f15a2f6f9a336e86fbfb19317c2e7 | [
"Apache-2.0"
] | permissive | freshdgq/leetcodes | https://github.com/freshdgq/leetcodes | 0971ba32e9a3bed636a9da11ce599e4401721e40 | 4c6f030920d8b5e3dd3e50e8d50a25bd30a99e7f | refs/heads/master | 2021-01-19T18:05:48.006000 | 2020-07-04T09:23:59 | 2020-07-04T09:23:59 | 47,489,556 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;
public class _198HouseRobberTest {
private _198HouseRobber solution;
@Before
public void setUp() {
solution = new _198HouseRobber();
}
@Test
public void oneElement_JustReturnTheValue() {
int[] nums = {2};
int result = s... | UTF-8 | Java | 914 | java | _198HouseRobberTest.java | Java | [] | null | [] | import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;
public class _198HouseRobberTest {
private _198HouseRobber solution;
@Before
public void setUp() {
solution = new _198HouseRobber();
}
@Test
public void oneElement_JustReturnTheValue() {
int[] nums = {2};
int result = s... | 914 | 0.66302 | 0.63895 | 48 | 18.041666 | 18.94615 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.541667 | false | false | 2 |
20ea8542a552284bac713545528416f089c56a72 | 17,480,516,904,690 | a52416da7faa32d52613548ce6897416ca396a8d | /src/main/java/by/tr/likeitnetwork/service/topic/impl/TopicServiceImpl.java | d372dfe6cac36fb4d043cea3c0170b5ffb9f0cbe | [] | no_license | artyomq15/JWD_Task_3.1_Final | https://github.com/artyomq15/JWD_Task_3.1_Final | 4bf7d86653e2fad6c35a347c9f9bbb1fdebfe35c | a1fa566cdd438ce3ed70bc8165c2cc7a0680747e | refs/heads/master | 2021-09-06T21:28:19.876000 | 2018-02-11T18:16:54 | 2018-02-11T18:16:54 | 111,403,849 | 0 | 1 | null | false | 2017-12-13T09:27:13 | 2017-11-20T11:49:39 | 2017-11-20T12:04:50 | 2017-12-13T09:27:12 | 147 | 0 | 1 | 0 | Java | false | null | package by.tr.likeitnetwork.service.topic.impl;
import by.tr.likeitnetwork.dao.DAOFactory;
import by.tr.likeitnetwork.dao.exception.TopicDAOException;
import by.tr.likeitnetwork.entity.Topic;
import by.tr.likeitnetwork.entity.input.TopicInput;
import by.tr.likeitnetwork.service.exception.TopicServiceException;
import ... | UTF-8 | Java | 3,972 | java | TopicServiceImpl.java | Java | [] | null | [] | package by.tr.likeitnetwork.service.topic.impl;
import by.tr.likeitnetwork.dao.DAOFactory;
import by.tr.likeitnetwork.dao.exception.TopicDAOException;
import by.tr.likeitnetwork.entity.Topic;
import by.tr.likeitnetwork.entity.input.TopicInput;
import by.tr.likeitnetwork.service.exception.TopicServiceException;
import ... | 3,972 | 0.690836 | 0.690836 | 104 | 37.192307 | 36.988064 | 140 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.567308 | false | false | 2 |
19522bee588dde2b7c4eaf3170ddc94e66102358 | 32,469,952,767,599 | 140c9e21f9b8c634ddf4834248ff1269dec642dc | /src/main/java/watchesstore/model/Authorization.java | 9b01c774dde217ddb79f86751e33f3fc6c924eb9 | [] | no_license | amarpreetsingh01/WatchesStore | https://github.com/amarpreetsingh01/WatchesStore | 0cc2ff807333db878899d94cafe7c76e0e94127b | b86aff6932ed946dca14ac9ec9c42ef2504655bd | refs/heads/master | 2021-01-13T07:32:06.431000 | 2017-02-01T10:27:45 | 2017-02-01T10:27:45 | 71,455,759 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package watchesstore.model;
import javax.persistence.Entity;
import javax.persistence.Id;
@Entity
public class Authorization {
@Id
private String userName;
private String roleName="ROLE_USER";
public String getUserName() {
return userName;
}
public void setUserName(String userName) {
this.userName = userName;
}
pub... | UTF-8 | Java | 443 | java | Authorization.java | Java | [] | null | [] | package watchesstore.model;
import javax.persistence.Entity;
import javax.persistence.Id;
@Entity
public class Authorization {
@Id
private String userName;
private String roleName="ROLE_USER";
public String getUserName() {
return userName;
}
public void setUserName(String userName) {
this.userName = userName;
}
pub... | 443 | 0.772009 | 0.772009 | 25 | 16.76 | 14.662278 | 42 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.56 | false | false | 2 |
27b0efeb1e24fc223e86884cadd6c27929056169 | 21,964,462,761,975 | 3c6d3f23cec3c5709abf72e0abec6d70bee532e6 | /src/main/java/magic/system/hyperion/components/Model.java | 6d6c9569217df3fb04587d60f3e1b438632b4884 | [
"MIT"
] | permissive | thomas-lehmann-private/hyperion | https://github.com/thomas-lehmann-private/hyperion | 578a9bae0210ea963b71e6bca2a9482f7de1210a | a1414755f14b4c968c0e7300d442ba34b38402be | refs/heads/main | 2023-06-05T11:42:30.219000 | 2022-03-15T11:18:54 | 2022-03-15T11:18:54 | 360,380,517 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* The MIT License
*
* Copyright 2021 Thomas Lehmann.
*
* 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... | UTF-8 | Java | 3,430 | java | Model.java | Java | [
{
"context": "/*\r\n * The MIT License\r\n *\r\n * Copyright 2021 Thomas Lehmann.\r\n *\r\n * Permission is hereby granted, free of ch",
"end": 60,
"score": 0.9998242855072021,
"start": 46,
"tag": "NAME",
"value": "Thomas Lehmann"
},
{
"context": " required for the task processing.\r... | null | [] | /*
* The MIT License
*
* Copyright 2021 <NAME>.
*
* 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, ... | 3,414 | 0.619242 | 0.613994 | 113 | 28.353983 | 25.463463 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.39823 | false | false | 2 |
95a3825fc164f66e5d991d60b22fc5b921ed423a | 29,394,756,186,020 | dba11f957bfe5da6f754de13a0256a997983f674 | /src/main/leetcode/editor/cn/[159]Longest Substring with At Most Two Distinct Characters.java | 33f77184e267ed31792f5a05bacfe1e652cf273e | [] | no_license | chenxi-null/leetcode | https://github.com/chenxi-null/leetcode | d0945f146d7a37c6012755679195c71b567218e6 | 5a391c8e5177596bcd560da8ef68c5c4ea8deeae | refs/heads/master | 2023-06-24T22:07:31.293000 | 2021-05-29T17:22:47 | 2021-05-29T17:24:01 | 77,845,371 | 0 | 0 | null | false | 2023-06-14T22:30:54 | 2017-01-02T16:08:53 | 2021-05-29T17:24:21 | 2023-06-14T22:30:53 | 282 | 0 | 0 | 1 | Java | false | false | //Given a string s, return the length of the longest substring that contains at
//most two distinct characters.
//
//
// Example 1:
//
//
//Input: s = "eceba"
//Output: 3
//Explanation: The substring is "ece" which its length is 3.
//
//
// Example 2:
//
//
//Input: s = "ccaabbb"
//Output: 5
//Explanation: The ... | UTF-8 | Java | 1,979 | java | [159]Longest Substring with At Most Two Distinct Characters.java | Java | [] | null | [] | //Given a string s, return the length of the longest substring that contains at
//most two distinct characters.
//
//
// Example 1:
//
//
//Input: s = "eceba"
//Output: 3
//Explanation: The substring is "ece" which its length is 3.
//
//
// Example 2:
//
//
//Input: s = "ccaabbb"
//Output: 5
//Explanation: The ... | 1,979 | 0.450639 | 0.435294 | 93 | 20.021505 | 19.99515 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.258065 | false | false | 2 |
d92ed04e54eed69c51cac6b75363257bdcd27ac5 | 30,081,950,990,285 | 49bce9b0d7717b0353c7e2701efa40decc680104 | /src/main/java/top/tinn/miaosha/access/AccessLimit.java | cffac165b6603c0315c0ccfd3373b543a665cefc | [] | no_license | Tintinnabu/secKills5 | https://github.com/Tintinnabu/secKills5 | d8fb1a15209cf4c2389116c9dfb997aed0928ec5 | 43cf2b1b4888b1ecf227940cc45ff4918d7b9aee | refs/heads/master | 2022-12-17T23:14:11.709000 | 2020-09-25T09:49:02 | 2020-09-25T09:49:02 | 298,532,263 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package top.tinn.miaosha.access;
import java.lang.annotation.Retention;
import java.lang.annotation.Target;
import static java.lang.annotation.ElementType.METHOD;
import static java.lang.annotation.RetentionPolicy.RUNTIME;
/**
* @AnnotationName AccessLimit
* @Description
* @Author Tintinnabu
* @Date 2020/5/15 20... | UTF-8 | Java | 475 | java | AccessLimit.java | Java | [
{
"context": "otationName AccessLimit\n * @Description\n * @Author Tintinnabu\n * @Date 2020/5/15 20:25\n */\n@Retention(RUNTIME)\n",
"end": 298,
"score": 0.9973524212837219,
"start": 288,
"tag": "USERNAME",
"value": "Tintinnabu"
}
] | null | [] | package top.tinn.miaosha.access;
import java.lang.annotation.Retention;
import java.lang.annotation.Target;
import static java.lang.annotation.ElementType.METHOD;
import static java.lang.annotation.RetentionPolicy.RUNTIME;
/**
* @AnnotationName AccessLimit
* @Description
* @Author Tintinnabu
* @Date 2020/5/15 20... | 475 | 0.753684 | 0.730526 | 21 | 21.619047 | 16.955055 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.380952 | false | false | 2 |
b5bd83de8ee68ce579600aa6a0b19a6b67aa7e5f | 146,028,929,287 | 80873a74a3a7c1a07a2b619930e4e708388fb048 | /src/jp/mosp/time/bean/impl/PaidHolidayInfoReferenceBean.java | 25ffde9b1e56479962a0a2f4786ece875038282e | [] | no_license | ekyan/ccmosp | https://github.com/ekyan/ccmosp | 7fb6272e2f53923b19e46b17a29d4b32a23b1319 | 924a257e3ecb81707e03dfc81becbf380dd52be3 | refs/heads/master | 2020-04-11T09:31:35.991000 | 2018-12-13T20:48:38 | 2018-12-13T20:48:38 | 161,681,437 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* MosP - Mind Open Source Project http://www.mosp.jp/
* Copyright (C) MIND Co., Ltd. http://www.e-mind.co.jp/
*
* This program is free software: you can redistribute it and/or
* modify it under the terms of the GNU Affero General Public License
* as published by the Free Software Foundation, ei... | UTF-8 | Java | 97,895 | java | PaidHolidayInfoReferenceBean.java | Java | [] | null | [] | /*
* MosP - Mind Open Source Project http://www.mosp.jp/
* Copyright (C) MIND Co., Ltd. http://www.e-mind.co.jp/
*
* This program is free software: you can redistribute it and/or
* modify it under the terms of the GNU Affero General Public License
* as published by the Free Software Foundation, ei... | 97,895 | 0.71573 | 0.71108 | 2,253 | 36.275631 | 29.05348 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.449623 | false | false | 2 |
275b7b1cc119e8d25699436e1495b96944010c70 | 18,726,057,445,756 | 1d120b1c204b826fa61e608f5c5924f9b8e52240 | /src/main/java/com/ipvision/analyzer/utils/Settings.java | 10d40420e96279d739e03a4c249b2a34d27f8d46 | [] | no_license | rakib07cse/HBaseLogAnalyzer | https://github.com/rakib07cse/HBaseLogAnalyzer | a72d5b462d240eb50646ac009851c21e91f87ba0 | 7db5bb57849740b8a8a08aee965901c94b2e0247 | refs/heads/master | 2021-07-23T01:33:38.904000 | 2017-11-01T11:08:46 | 2017-11-01T11:08:46 | 106,411,994 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.ipvision.analyzer.utils;
import static com.ipvision.analyzer.utils.Tools.SettingType.REVISIT_FEATURES;
import static com.i... | UTF-8 | Java | 2,172 | java | Settings.java | Java | [
{
"context": "til.List;\nimport java.util.Map;\n\n/**\n *\n * @author rakib\n */\npublic class Settings {\n\n private final St",
"end": 645,
"score": 0.99850994348526,
"start": 640,
"tag": "USERNAME",
"value": "rakib"
}
] | null | [] | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.ipvision.analyzer.utils;
import static com.ipvision.analyzer.utils.Tools.SettingType.REVISIT_FEATURES;
import static com.i... | 2,172 | 0.682781 | 0.68232 | 65 | 32.415386 | 29.891544 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.553846 | false | false | 2 |
4ce7e3240a7acd1913fbedce7cac58a3c6dad81c | 23,029,614,676,140 | 5a4e8cf4f8dd1f600d7d0bc5d15e94ff6e8a8d4b | /plenty-test/src/main/java/com/rdthree/plenty/controller/equipment/FieldEquipmentController.java | 4fc3be4b812353b5bceda6e4e45879f82f8638c7 | [] | no_license | idoflax/test | https://github.com/idoflax/test | 7622e4bb7b71845b302b0ddeff8a1e8284b5c30e | 1fa8eddb85d12bcf9086f8e98eba99788beeb88c | refs/heads/master | 2015-07-21T08:40:21 | 2015-02-10T10:02:50 | 2015-02-10T10:02:50 | 30,584,611 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.rdthree.plenty.controller.equipment;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestM... | UTF-8 | Java | 3,094 | java | FieldEquipmentController.java | Java | [] | null | [] | package com.rdthree.plenty.controller.equipment;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestM... | 3,094 | 0.798966 | 0.798966 | 74 | 39.81081 | 37.639355 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.094595 | false | false | 2 |
b16af17ef9b26813060b39046ca6f0b11926eabf | 1,202,590,874,744 | c6334d697f35c3538f7fac9e11e113e9bf379c9d | /src/main/java/com/compomics/util/experiment/mass_spectrometry/indexes/SpectrumIndex.java | a65e922325c97bc0b4a9fb20d5bd240d106af893 | [
"Apache-2.0"
] | permissive | compomics/compomics-utilities | https://github.com/compomics/compomics-utilities | cd2b5a24531c8a73eea077b9219e97a871b9ff00 | c4431c0cc84769aee70a00e04de349a7100ef52f | refs/heads/master | 2023-07-24T23:50:00.894000 | 2023-06-20T14:56:26 | 2023-06-20T14:56:26 | 41,178,332 | 33 | 25 | null | false | 2023-09-14T19:46:07 | 2015-08-21T21:30:27 | 2023-06-29T23:13:57 | 2023-09-14T19:46:07 | 112,367 | 25 | 16 | 4 | Java | false | false | package com.compomics.util.experiment.mass_spectrometry.indexes;
import com.compomics.util.StreamUtil;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Set;
import java.util.stream.Stream;
import org.apache.commons.math.util.FastMath;
/**
* This map stores the fragment ions indexed by mass.
*
... | UTF-8 | Java | 9,746 | java | SpectrumIndex.java | Java | [
{
"context": "s the fragment ions indexed by mass.\n *\n * @author Marc Vaudel\n * @author Harald Barsnes\n */\npublic class Spectr",
"end": 342,
"score": 0.9998863339424133,
"start": 331,
"tag": "NAME",
"value": "Marc Vaudel"
},
{
"context": "exed by mass.\n *\n * @author Marc Vaude... | null | [] | package com.compomics.util.experiment.mass_spectrometry.indexes;
import com.compomics.util.StreamUtil;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Set;
import java.util.stream.Stream;
import org.apache.commons.math.util.FastMath;
/**
* This map stores the fragment ions indexed by mass.
*
... | 9,733 | 0.542376 | 0.537246 | 454 | 20.466961 | 21.048874 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.200441 | false | false | 2 |
b1864033e13b4563ab000041e5afc60e65f6b77e | 23,132,693,877,953 | 451534bcde1bab06b771c47f70af821a6ea427b7 | /src/bean/LoginBean.java | d83f62a9bcce9002dc625c297f3a343f52a3e8c9 | [] | no_license | satit13/DTAPI | https://github.com/satit13/DTAPI | efe1b5e9283f01e27ff1f5296805477f82f6385c | 5e65dd0e10c8448b5260b184aaf54f0c59a4e00a | refs/heads/master | 2021-01-10T04:03:36.576000 | 2016-02-25T06:45:51 | 2016-02-25T06:45:51 | 51,053,642 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package bean;
public class LoginBean {
private String employeeCode;
private int branchId;
private String employeeName;
public LoginBean() {}
public LoginBean(String employeeCode, int branchId, String employeeName) {
super();
this.employeeCode = employeeCode;
this.branchId = branchId;
th... | UTF-8 | Java | 826 | java | LoginBean.java | Java | [] | null | [] | package bean;
public class LoginBean {
private String employeeCode;
private int branchId;
private String employeeName;
public LoginBean() {}
public LoginBean(String employeeCode, int branchId, String employeeName) {
super();
this.employeeCode = employeeCode;
this.branchId = branchId;
th... | 826 | 0.696126 | 0.696126 | 45 | 16.355556 | 18.017467 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.288889 | false | false | 2 |
68edf656272afa191d76a6ca3567da4213953a13 | 19,619,410,610,087 | 1682e11a06d15bebb4775a025d08eae8c22fe2ee | /app/src/main/java/com/example/daniel/foyer_android/datamodel/Story.java | 3266a74e507b2e06917fc2dcc2ccf78b75761c92 | [] | no_license | mschonvogel/foyer-android | https://github.com/mschonvogel/foyer-android | f21bae31be36ea851189fc25196bb3c1cc161965 | e24a27d1ef4a15bd8fddb0f42f66e035f2f002d5 | refs/heads/master | 2018-02-06T16:30:24.038000 | 2015-02-19T23:26:26 | 2015-02-19T23:26:26 | 25,645,943 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.daniel.foyer_android.datamodel;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
public class Story {
public Boolean currentUserLikes;
public String title;
public Author author;
public Cover cover;
public List<Section> sections;
public String... | UTF-8 | Java | 2,581 | java | Story.java | Java | [] | null | [] | package com.example.daniel.foyer_android.datamodel;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
public class Story {
public Boolean currentUserLikes;
public String title;
public Author author;
public Cover cover;
public List<Section> sections;
public String... | 2,581 | 0.524215 | 0.524215 | 111 | 22.252253 | 17.579405 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.432432 | false | false | 2 |
761e99677e89f4ba035f9aa8fae6e2129f5459cb | 24,163,486,038,503 | 167c6226bc77c5daaedab007dfdad4377f588ef4 | /java/ql/test/query-tests/security/CWE-094/VelocitySSTI.java | 09c7a07058f2e76da8e908348f8fbcd50a2a33a7 | [
"MIT"
] | permissive | github/codeql | https://github.com/github/codeql | 1eebb449a34f774db9e881b52cb8f7a1b1a53612 | d109637e2d7ab3b819812eb960c05cb31d9d2168 | refs/heads/main | 2023-08-20T11:32:39.162000 | 2023-08-18T14:33:32 | 2023-08-18T14:33:32 | 143,040,428 | 5,987 | 1,363 | MIT | false | 2023-09-14T19:36:50 | 2018-07-31T16:35:51 | 2023-09-14T08:53:44 | 2023-09-14T18:02:59 | 281,478 | 6,371 | 1,465 | 964 | CodeQL | false | false | import javax.servlet.http.HttpServletRequest;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.GetMapping;
import java.lang.String;
import java.io.Reader;
import java.io.StringReader;
import java.io.OutputStreamWriter;
import java.io.InputStream;
import java.io.StringWri... | UTF-8 | Java | 3,800 | java | VelocitySSTI.java | Java | [] | null | [] | import javax.servlet.http.HttpServletRequest;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.GetMapping;
import java.lang.String;
import java.io.Reader;
import java.io.StringReader;
import java.io.OutputStreamWriter;
import java.io.InputStream;
import java.io.StringWri... | 3,800 | 0.744737 | 0.740526 | 120 | 30.666666 | 23.038857 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.858333 | false | false | 2 |
6e8206f039d843d846125dfb3a92b0e4d52cd029 | 16,982,300,719,536 | 9c3532ab7cd270d2cd33c592da7bdd512b53dd8b | /src/main/java/com/heima/test/service/TestRecordsService.java | 63779fbcf9aaedab021e9e35701ad9e55b15ec71 | [] | no_license | buguniaoyst/heima-repro | https://github.com/buguniaoyst/heima-repro | a5dc9b8090bf382f647221eb9db1f3dc8dd7b046 | 131313963c8875ba7b967d7705d105cbbed75bfa | refs/heads/master | 2021-09-01T10:01:12.361000 | 2017-12-26T08:54:54 | 2017-12-26T08:54:54 | 114,709,070 | 2 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.heima.test.service;
import java.io.IOException;
import java.util.List;
import java.util.Map;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.github.abel533.entity.Example;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import or... | UTF-8 | Java | 1,626 | java | TestRecordsService.java | Java | [
{
"context": ".jackson.databind.ObjectMapper;\nimport com.github.abel533.entity.Example;\nimport org.springframework.beans.",
"end": 184,
"score": 0.9954349398612976,
"start": 177,
"tag": "USERNAME",
"value": "abel533"
}
] | null | [] | package com.heima.test.service;
import java.io.IOException;
import java.util.List;
import java.util.Map;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.github.abel533.entity.Example;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import or... | 1,626 | 0.757688 | 0.755843 | 65 | 24.015385 | 26.818188 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.046154 | false | false | 2 |
84363030f1a60db191125027e0d35cbe5c6202b9 | 3,496,103,405,292 | e21a470b28fc4c50c0504b3845beb72c9dbe91c7 | /Java/Software Testing/ControllerTests/ControllerDoSearchTest.java | a306bb7211038cffc2e08692eecfd651e5536410 | [] | no_license | aandr075/Practice-Code | https://github.com/aandr075/Practice-Code | e73ed996a444ca3f067dd6ccb2cf954a09c8af13 | 3ed5f085d33ffbf4d9f700b01c1543f0785dde88 | refs/heads/master | 2022-12-23T07:42:29.677000 | 2018-01-15T15:54:53 | 2018-01-15T15:54:53 | 116,603,532 | 0 | 1 | null | false | 2022-12-19T23:21:35 | 2018-01-07T22:18:21 | 2018-01-15T15:56:27 | 2018-01-15T15:56:20 | 8,796 | 0 | 1 | 1 | Python | false | false | package test.ControllerTests;
import ApplicationLogic.*;
import Storage.Repository.*;
import static org.junit.Assert.*;
import java.util.ArrayList;
import javax.servlet.http.*;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.powermock.api.mockito.PowerMockito;
import org.powermock.core.classloader... | WINDOWS-1252 | Java | 5,299 | java | ControllerDoSearchTest.java | Java | [
{
"context": "ns parameters “action-type”, “pFName”, “pLName”, “username”, “password”, “pInstitution”, “pAddress”, “pCity”",
"end": 973,
"score": 0.9754394888877869,
"start": 965,
"tag": "USERNAME",
"value": "username"
},
{
"context": "(\"pFName\", \"test\");\n\t\treq.addParameter(\"... | null | [] | package test.ControllerTests;
import ApplicationLogic.*;
import Storage.Repository.*;
import static org.junit.Assert.*;
import java.util.ArrayList;
import javax.servlet.http.*;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.powermock.api.mockito.PowerMockito;
import org.powermock.core.classloader... | 5,289 | 0.750336 | 0.73557 | 128 | 39.742188 | 47.478653 | 398 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.421875 | false | false | 2 |
a00610135eaee36594adcbb8d4dab396ba744833 | 31,215,822,319,598 | 8288ae869388abfafd240110d9439d9314d58d4f | /grasp/RepositorioDeItem.java | a4e26eb343a4363097eb378d4f4552aec044c510 | [] | no_license | elielrj/ADSII | https://github.com/elielrj/ADSII | 0b3cd6e3db8e4a8acdccda22523b2120d829bb18 | 6e22b385b117d34e2bb7a92ee015a0f3243795ab | refs/heads/main | 2023-05-30T17:37:35.834000 | 2021-06-11T21:08:14 | 2021-06-11T21:08:14 | 376,141,669 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ADSII.grasp;
public class RepositorioDeItem {
public RepositorioDeItem() {
}
}
| UTF-8 | Java | 99 | java | RepositorioDeItem.java | Java | [] | null | [] | package ADSII.grasp;
public class RepositorioDeItem {
public RepositorioDeItem() {
}
}
| 99 | 0.686869 | 0.686869 | 9 | 10 | 13.224556 | 32 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.111111 | false | false | 2 |
d99981a80def50c207652d04ed7eec6d3f45922d | 3,942,780,009,256 | 88bab69d62f2cdeb0eabfe404b0fba9c2af7b74c | /weishop/src/main/java/cn/weishop/mapper/TbProvincesMapper.java | 1f778a6b5f88157d5a4fd18184bac9c1e6720c43 | [] | no_license | zhjdsgnhs/weishop | https://github.com/zhjdsgnhs/weishop | af6028611190eb218d4cd2c951de28fdc9801cb4 | e1de5b3d8d0102c2961d58137caa52434aaf33f5 | refs/heads/master | 2020-04-13T17:41:06.165000 | 2019-01-21T01:57:28 | 2019-01-21T01:57:28 | 163,354,269 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.weishop.mapper;
import cn.weishop.demo.TbProvinces;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
/**
* <p>
* 省份信息表 Mapper 接口
* </p>
*
* @author jeddden
* @since 2018-12-28
*/
public interface TbProvincesMapper extends BaseMapper<TbProvinces> {
}
| UTF-8 | Java | 292 | java | TbProvincesMapper.java | Java | [
{
"context": "**\n * <p>\n * 省份信息表 Mapper 接口\n * </p>\n *\n * @author jeddden\n * @since 2018-12-28\n */\npublic interface TbProvi",
"end": 180,
"score": 0.999653160572052,
"start": 173,
"tag": "USERNAME",
"value": "jeddden"
}
] | null | [] | package cn.weishop.mapper;
import cn.weishop.demo.TbProvinces;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
/**
* <p>
* 省份信息表 Mapper 接口
* </p>
*
* @author jeddden
* @since 2018-12-28
*/
public interface TbProvincesMapper extends BaseMapper<TbProvinces> {
}
| 292 | 0.723022 | 0.694245 | 16 | 16.375 | 20.024593 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.1875 | false | false | 2 |
235d226521e50682c76dc2ee52994cc983f41806 | 7,146,825,606,183 | 99df40595f37a65fa5c062af6e29050b44c387fa | /ukpsummarizer-server/src/main/java/net/dataexpedition/ukpsummarizer/server/logic/graph/model/Document.java | 92e8d488a61631392d0291569ee8339285ffb901 | [
"Apache-2.0"
] | permissive | AIPHES/vldb2018-sherlock | https://github.com/AIPHES/vldb2018-sherlock | fba7c9554761989a1e0fe7b5347c817ea239de16 | 3746efa35c4c1769cc4aaeb15aeb9453564e1226 | refs/heads/master | 2020-04-05T00:48:22.951000 | 2018-11-16T16:34:03 | 2018-11-16T16:34:03 | 156,411,181 | 1 | 0 | Apache-2.0 | true | 2018-11-16T16:34:05 | 2018-11-06T16:12:55 | 2018-11-06T16:13:05 | 2018-11-16T16:34:04 | 0 | 0 | 0 | 0 | Python | false | null | package net.dataexpedition.ukpsummarizer.server.logic.graph.model;
/**
* Created by hatieke on 18.02.2017.
*/
public class Document {
public String id;
public String content;
}
| UTF-8 | Java | 189 | java | Document.java | Java | [
{
"context": "rizer.server.logic.graph.model;\n\n/**\n * Created by hatieke on 18.02.2017.\n */\npublic class Document {\n\n p",
"end": 93,
"score": 0.9996495246887207,
"start": 86,
"tag": "USERNAME",
"value": "hatieke"
}
] | null | [] | package net.dataexpedition.ukpsummarizer.server.logic.graph.model;
/**
* Created by hatieke on 18.02.2017.
*/
public class Document {
public String id;
public String content;
}
| 189 | 0.719577 | 0.677249 | 10 | 17.9 | 20.280287 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3 | false | false | 2 |
0d9bd5b7bfb7ebb87e3d60cf5bfa673443436600 | 25,383,256,738,268 | 30c30299a05f36ab7ae523b995239198b7dc629e | /framework/erp/src/main/java/com/fundevelop/framework/erp/audit/LogInterceptor.java | 59b5335681236df805d357db1e65162a8125fdce | [
"Apache-2.0"
] | permissive | caocf/funDevelop | https://github.com/caocf/funDevelop | f16bf6ed86a4b730f5a80f6551c63452dbe953b0 | de1207a8b9cec91328b99a532023f8848dfc2926 | refs/heads/master | 2020-05-29T12:31:38.435000 | 2016-08-23T10:38:16 | 2016-08-23T10:38:16 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.fundevelop.framework.erp.audit;
import com.fundevelop.commons.utils.BeanUtils;
import com.fundevelop.commons.web.utils.WebUtils;
import com.fundevelop.framework.base.listener.SpringContextHolder;
import com.fundevelop.framework.erp.security.shiro.SysUserCheck;
import com.fundevelop.framework.erp.security.s... | UTF-8 | Java | 8,507 | java | LogInterceptor.java | Java | [
{
"context": ".util.Date;\n\n/**\n * 操作日志记录拦截器.\n * <a href=\"mailto:yangmujiang@sohu.com\">Reamy(杨木江) 创建于 16/7/6 18:43\n */\npublic class Log",
"end": 974,
"score": 0.9999244213104248,
"start": 954,
"tag": "EMAIL",
"value": "yangmujiang@sohu.com"
},
{
"context": "日志记录拦截器.\n * <a hre... | null | [] | package com.fundevelop.framework.erp.audit;
import com.fundevelop.commons.utils.BeanUtils;
import com.fundevelop.commons.web.utils.WebUtils;
import com.fundevelop.framework.base.listener.SpringContextHolder;
import com.fundevelop.framework.erp.security.shiro.SysUserCheck;
import com.fundevelop.framework.erp.security.s... | 8,494 | 0.535441 | 0.533495 | 215 | 37.255814 | 30.199564 | 146 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.506977 | false | false | 2 |
ad952aff11aef3d02b16be51308ef343d011a3af | 37,907,381,362,276 | 4d2abdac6046f0f5d2bf4b1d08e79170ac37e78f | /src/main/java/com/ddzhuan/manage/tool/impl/SMSHuaXinToolImpl.java | bffd645dbff10da4619855750c86581a6894f442 | [] | no_license | hiopro2016/linkshow | https://github.com/hiopro2016/linkshow | c2c3843b7ae185e1a79eacc17a9d9026aafe5bd2 | 85b6854dc7b538b15816d28dd47f02de77b5648e | refs/heads/master | 2022-09-20T06:02:13.095000 | 2020-05-26T10:02:28 | 2020-05-26T10:02:28 | 275,699,225 | 0 | 1 | null | true | 2020-06-29T01:14:15 | 2020-06-29T01:14:14 | 2020-05-26T10:02:31 | 2020-05-26T10:02:28 | 37,055 | 0 | 0 | 0 | null | false | false | package com.ddzhuan.manage.tool.impl;
import java.util.HashMap;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.springframework.stereotype.Component;
import com.ddzhuan.manage.common.SysParam;
import com.ddzhuan.manage.common.param.BaseResultInfo;
import com.ddzhuan.ma... | UTF-8 | Java | 1,744 | java | SMSHuaXinToolImpl.java | Java | [] | null | [] | package com.ddzhuan.manage.tool.impl;
import java.util.HashMap;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.springframework.stereotype.Component;
import com.ddzhuan.manage.common.SysParam;
import com.ddzhuan.manage.common.param.BaseResultInfo;
import com.ddzhuan.ma... | 1,744 | 0.706211 | 0.70559 | 58 | 26.758621 | 21.690065 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.137931 | false | false | 7 |
9abdaa1e7affdc63edc24b3128f48ccd385e1407 | 37,907,381,361,934 | 4d90f4aaeda8490bf64180ee4dadf0b5127dfbad | /src/client/JGCButton.java | c8edf071ecd95671f84f5df805696392399bcae4 | [] | no_license | Barneey/Projekt_Colorado | https://github.com/Barneey/Projekt_Colorado | 49c1119be76f1f4f21f8c3d47736cb97f73effa8 | fba02273e1c5c0dcda1c8b4f82703741761c4cc3 | refs/heads/master | 2016-09-11T06:51:07.569000 | 2014-12-05T10:09:20 | 2014-12-05T10:09:20 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package client;
import java.awt.Dimension;
import java.util.ArrayList;
import javax.swing.ImageIcon;
import javax.swing.JButton;
public class JGCButton extends JButton{
private static ArrayList<JGCButton> allObjects;
private static GUIImageLoader imgLdr = new GUIImageLoader();
public JGCButt... | UTF-8 | Java | 1,547 | java | JGCButton.java | Java | [] | null | [] | package client;
import java.awt.Dimension;
import java.util.ArrayList;
import javax.swing.ImageIcon;
import javax.swing.JButton;
public class JGCButton extends JButton{
private static ArrayList<JGCButton> allObjects;
private static GUIImageLoader imgLdr = new GUIImageLoader();
public JGCButt... | 1,547 | 0.750485 | 0.749192 | 49 | 29.612246 | 35.270855 | 131 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.836735 | false | false | 7 |
3ea59c84b6d0a46e879344ba4f887c95f10a513a | 30,064,771,073,180 | 5655261fbdbc5882824682655b21cfe06ecb1012 | /archive/plexus-sandbox/trunk/plexus-appserver-service-irc/plexus-appserver-service-irc-service/src/main/java/org/codehaus/plexus/service/irc/PlexusIRCService.java | 1fb2e22597986dc5c23e1b9c3c30d58bc8b4eaee | [
"BSD-3-Clause",
"Apache-2.0"
] | permissive | jwtters/plexus | https://github.com/jwtters/plexus | 765d36b4d41a20a6d9351419e37f68963fa2f523 | b93e63f62e6e7489a6566345f0ff631951abb15d | refs/heads/master | 2021-01-18T05:26:45.160000 | 2010-10-09T10:44:39 | 2010-10-09T10:44:39 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.codehaus.plexus.service.irc;
import org.codehaus.plexus.appserver.application.profile.AppRuntimeProfile;
import org.codehaus.plexus.appserver.service.PlexusService;
import org.codehaus.plexus.appserver.service.PlexusServiceException;
import org.codehaus.plexus.configuration.PlexusConfiguration;
import jav... | UTF-8 | Java | 2,154 | java | PlexusIRCService.java | Java | [
{
"context": "service wrapper for the IRCServiceManager\n * User: aje\n * Date: 23-Jul-2006\n * Time: 22:42:20\n *\n * @ple",
"end": 411,
"score": 0.9996665120124817,
"start": 408,
"tag": "USERNAME",
"value": "aje"
},
{
"context": " /**\n * @plexus.configuration default-value=\"... | null | [] | package org.codehaus.plexus.service.irc;
import org.codehaus.plexus.appserver.application.profile.AppRuntimeProfile;
import org.codehaus.plexus.appserver.service.PlexusService;
import org.codehaus.plexus.appserver.service.PlexusServiceException;
import org.codehaus.plexus.configuration.PlexusConfiguration;
import jav... | 2,154 | 0.657382 | 0.651811 | 83 | 24.951807 | 26.395922 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.277108 | false | false | 7 |
ec76ba85340c6a30d7186f651c6276e4762f7fb9 | 30,064,771,076,414 | 91ddd17e771f99cd4eb5acec6e9127f2acb833d6 | /Java/Algorithms/4_graph/SP_test_case.java | 645d673523b5817736715db16e0c7e21524f44b1 | [] | no_license | jabc1/ProgramLearning | https://github.com/jabc1/ProgramLearning | 8a5a7d174e9cf6b1d0672704effa8c320380442e | 90684a7f5fa76b784375b258658396c9f23f2314 | refs/heads/master | 2020-05-17T08:38:00.222000 | 2018-03-11T14:37:30 | 2018-03-11T14:37:30 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
最短路径测试用例
*/
public class void main(String[] args){
EdgeWeightedDigraph g;
g = new EdgeWeightedDigraph(new In(args[0]));
int s = Integer.parseInt(args[1]);
SP sp = new SP(g, s);
for (int t = 0; t < g.V(); t++){
StdOut.print(s + " to " + t);
StdOut.printf(" (%4.2f): ", sp.distTo(t));
if (sp.hasPathTo(t)... | UTF-8 | Java | 439 | java | SP_test_case.java | Java | [] | null | [] | /**
最短路径测试用例
*/
public class void main(String[] args){
EdgeWeightedDigraph g;
g = new EdgeWeightedDigraph(new In(args[0]));
int s = Integer.parseInt(args[1]);
SP sp = new SP(g, s);
for (int t = 0; t < g.V(); t++){
StdOut.print(s + " to " + t);
StdOut.printf(" (%4.2f): ", sp.distTo(t));
if (sp.hasPathTo(t)... | 439 | 0.567376 | 0.555556 | 20 | 20.200001 | 15.548634 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2 | false | false | 7 |
9069b856104ee3c58b9e4b5a599f04bd9018e7a5 | 36,292,473,683,661 | d9a6940f948dcfce18b721a3ae2183b26250bc33 | /0216notifications/src/main/java/com/shyam/a0216notifications/MainActivity.java | 38f53be1d2cf2eedb47433886db680c3758885f7 | [
"MIT"
] | permissive | imshyam/android-codelabs | https://github.com/imshyam/android-codelabs | 011189d1b8e29218d5b94e1224cb4d6a396c08d8 | 836ecaff2ad440c6b6eb77046cdadae0524121b8 | refs/heads/master | 2020-04-22T03:38:18.443000 | 2019-02-23T16:14:25 | 2019-02-23T16:14:25 | 170,094,817 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.shyam.a0216notifications;
import android.app.NotificationChannel;
import android.app.NotificationManager;
import android.app.PendingIntent;
import android.content.Intent;
import android.content.IntentFilter;
import android.databinding.DataBindingUtil;
import android.graphics.Bitmap;
import android.graphics... | UTF-8 | Java | 5,382 | java | MainActivity.java | Java | [] | null | [] | package com.shyam.a0216notifications;
import android.app.NotificationChannel;
import android.app.NotificationManager;
import android.app.PendingIntent;
import android.content.Intent;
import android.content.IntentFilter;
import android.databinding.DataBindingUtil;
import android.graphics.Bitmap;
import android.graphics... | 5,382 | 0.693794 | 0.690821 | 129 | 40.720932 | 27.46978 | 130 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.728682 | false | false | 7 |
cccc8f8c078f3ec59f95239ab3b1e737a3d38d70 | 35,081,292,910,294 | 54e5c0664a1972cd93353f339fe976337d51bd7e | /prestamosAPI/src/main/java/com/prestamo/interfaces/UsuarioDAOInterface.java | ffd37462fe62fe6662e7c8c35097a2f6e36d4a45 | [] | no_license | JuanJoseGuiboHiga/prestamosAPI | https://github.com/JuanJoseGuiboHiga/prestamosAPI | 14c856456dad5ce69dfdecdaff5fb41e02b86507 | a1a9355a7fadddeae1d1747c94ac88a51c272503 | refs/heads/master | 2022-03-13T11:32:29.287000 | 2019-07-17T01:09:05 | 2019-07-17T01:09:05 | 144,672,940 | 0 | 0 | null | false | 2022-02-26T01:08:44 | 2018-08-14T05:31:33 | 2019-07-17T01:09:33 | 2022-02-26T01:08:44 | 12,746 | 0 | 0 | 1 | Java | false | false | package com.prestamo.interfaces;
public interface UsuarioDAOInterface {
public String autenticarUsuario(String correo, String contrasenia);
public int buscarUsuarioId(String correo);
}
| UTF-8 | Java | 192 | java | UsuarioDAOInterface.java | Java | [] | null | [] | package com.prestamo.interfaces;
public interface UsuarioDAOInterface {
public String autenticarUsuario(String correo, String contrasenia);
public int buscarUsuarioId(String correo);
}
| 192 | 0.8125 | 0.8125 | 6 | 31 | 24.589972 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 7 |
329eefcd8a1f375e8ade44bb68fe131e4500f8e9 | 7,129,645,777,852 | 69c1d0a267ff49ffe969656406e7665bb10c0b0e | /src/main/java/com/rest/web/service/hibernate/UserHibernate.java | 2dcd0e353e128e0c4cd41ebf19ddf868a3fd19de | [] | no_license | albertopaico10/solucion_upc_service_mobile | https://github.com/albertopaico10/solucion_upc_service_mobile | f8faba13c9927e50856dece2905c2cf82a2a07b0 | b3ad6e860ad64df5faef0789277e90c5a5b0d852 | refs/heads/master | 2020-12-02T21:15:07.360000 | 2017-07-05T05:43:45 | 2017-07-05T05:43:45 | 96,280,905 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.rest.web.service.hibernate;
import java.util.List;
import com.rest.web.service.hibernate.bean.User;
public interface UserHibernate {
public User saveUserResponseId(User userBean)throws Exception;
public boolean existEmail(String email)throws Exception;
public User validateUser(String email,String pass... | UTF-8 | Java | 467 | java | UserHibernate.java | Java | [] | null | [] | package com.rest.web.service.hibernate;
import java.util.List;
import com.rest.web.service.hibernate.bean.User;
public interface UserHibernate {
public User saveUserResponseId(User userBean)throws Exception;
public boolean existEmail(String email)throws Exception;
public User validateUser(String email,String pass... | 467 | 0.826552 | 0.826552 | 13 | 34.923077 | 26.571997 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.076923 | false | false | 7 |
814b67bc35c40036e373f4a9e4cb9ebefad686c5 | 3,289,945,016,164 | 40c14ed9fe79402bc9017173ec6e77ef592eac8d | /problems/StringGame.java | 8587f91a3a7a8b6395ad63a0ea83c29d68a26bb5 | [
"MIT"
] | permissive | abhikr713/competitive-programming | https://github.com/abhikr713/competitive-programming | aef509eec6aec2124bf161c940b43f83a719e576 | 1b08161b9e95a373861441b838ef6c1555b623b2 | refs/heads/master | 2020-03-27T09:07:14.594000 | 2018-09-10T07:59:15 | 2018-09-10T07:59:15 | 146,315,302 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
Problem Statement:
Player1 and Player2 decided to play a game. The game comprises of a String S which consist of lowercase English alphabets only and both players take alternative terms.
In each turn, a Player choose a character present in the string and remove all occurrences of the character. For each player to ... | UTF-8 | Java | 1,369 | java | StringGame.java | Java | [] | null | [] | /**
Problem Statement:
Player1 and Player2 decided to play a game. The game comprises of a String S which consist of lowercase English alphabets only and both players take alternative terms.
In each turn, a Player choose a character present in the string and remove all occurrences of the character. For each player to ... | 1,369 | 0.560263 | 0.549306 | 46 | 28.782608 | 44.58305 | 247 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.391304 | false | false | 7 |
603ae28fcb203d86ba07165f3cf8d3fefbd50c02 | 38,190,849,208,239 | c6156a5215054a5e3e39b984f1eba3c24d27d57c | /src/com/tallybook/JUNITEST/LoginTesst.java | 60421ab08096a54863a48cb990dca0323c10c3f3 | [] | no_license | comproMRluo/TallyBook | https://github.com/comproMRluo/TallyBook | 0fd011ee4db92b19a899e8545b6e9a48287eebdc | cd7b48df18ecea291b5e5c19442a47265877d7ad | refs/heads/master | 2022-09-20T19:34:00.230000 | 2020-06-02T07:46:28 | 2020-06-02T07:46:28 | 268,406,583 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tallybook.JUNITEST;
import static org.junit.Assert.*;
import org.junit.Test;
import java.sql.Connection;
import com.tallybook.DAO.UserDAO;
import com.tallybook.DAO.DAOimpl.UserDAOImpl;
import com.tallybook.bean.UserBean;
import com.tallybook.utils.JDBCUtils;
public class LoginTesst {
@Test
public v... | UTF-8 | Java | 686 | java | LoginTesst.java | Java | [] | null | [] | package com.tallybook.JUNITEST;
import static org.junit.Assert.*;
import org.junit.Test;
import java.sql.Connection;
import com.tallybook.DAO.UserDAO;
import com.tallybook.DAO.DAOimpl.UserDAOImpl;
import com.tallybook.bean.UserBean;
import com.tallybook.utils.JDBCUtils;
public class LoginTesst {
@Test
public v... | 686 | 0.721574 | 0.690962 | 33 | 19.787878 | 20.252583 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.69697 | false | false | 7 |
a1860549a90f456bf305f303cdea7423fc05c9b9 | 12,120,397,774,138 | 998e6cd4d8f6892d10678c15b052b7979aa87dc0 | /src/test/java/com/example/todo/web/UserControllerTestIT.java | 9b429c99ccc17487e2e19c1acf60db09922ba1d2 | [] | no_license | andrey-belikov/spring-todo-web-project | https://github.com/andrey-belikov/spring-todo-web-project | 41b13390fa2d09906f719eced70f85ee8eda2612 | d534d62f5f05d5c7504b5e45d1227bf46c9872cb | refs/heads/master | 2020-02-26T15:20:15.441000 | 2016-10-07T04:58:53 | 2016-10-07T04:58:53 | 70,123,434 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.todo.web;
import com.example.todo.TodoWebProjectApplication;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.c... | UTF-8 | Java | 2,956 | java | UserControllerTestIT.java | Java | [
{
"context": "mockMvc.perform(post(\"/register\").param(\"email\", \"badEmail@com.ru\").param(\"password\", \"\")).andDo(print())\n ",
"end": 2097,
"score": 0.9999240040779114,
"start": 2082,
"tag": "EMAIL",
"value": "badEmail@com.ru"
},
{
"context": "il() throws Exception {\... | null | [] | package com.example.todo.web;
import com.example.todo.TodoWebProjectApplication;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.c... | 2,933 | 0.720907 | 0.719553 | 68 | 42.485294 | 34.830891 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.514706 | false | false | 7 |
de7862179d9d70d8028d134e1739e169a279c6c5 | 38,543,036,530,950 | f7225589426012257795b358127ba90886ccf932 | /src/main/java/freenet/node/fcp/TestDDAReplyMessage.java | 42dab301ab259bb5c93643ba313b9b7b378eacae | [] | no_license | SebastianWeetabix/fred-maven | https://github.com/SebastianWeetabix/fred-maven | db1b97692f862e68d47e2d303d13c4381ba0ac87 | 884f6a39c5432ae45ab922f9824f93d2cf25c283 | refs/heads/master | 2021-01-23T22:10:27.334000 | 2011-04-30T20:23:21 | 2011-04-30T20:23:21 | 1,589,630 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /* This code is part of Freenet. It is distributed under the GNU General
* Public License, version 2 (or at your option any later version). See
* http://www.gnu.org/ for further details of the GPL. */
package freenet.node.fcp;
import com.db4o.ObjectContainer;
import freenet.node.Node;
import freenet.node.fcp.FCPCon... | UTF-8 | Java | 2,130 | java | TestDDAReplyMessage.java | Java | [
{
"context": "adAllowed=true, WriteAllowed=true }\n * \n * @author Florent Daignière <nextgens@freenetproject.org>\n *\n",
"end": 768,
"score": 0.9998846650123596,
"start": 754,
"tag": "NAME",
"value": "Florent Daigni"
},
{
"context": "lowed=true }\n * \n * @author Flore... | null | [] | /* This code is part of Freenet. It is distributed under the GNU General
* Public License, version 2 (or at your option any later version). See
* http://www.gnu.org/ for further details of the GPL. */
package freenet.node.fcp;
import com.db4o.ObjectContainer;
import freenet.node.Node;
import freenet.node.fcp.FCPCon... | 2,102 | 0.752582 | 0.750235 | 64 | 32.28125 | 33.287792 | 150 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.546875 | false | false | 7 |
73faac1fae69adb1ab8fefeae111692406e4d1e8 | 38,087,770,004,243 | 82f2e36d969b270f98e2a6453ce915a6a3f9f473 | /src/mazeDFS/ArrayDisjointSet.java | 7f45655eafaa4fa86d667a05e19c7ea9f47cda6e | [] | no_license | shirleyyoung0812/Maze | https://github.com/shirleyyoung0812/Maze | b9fbca902f4bfb0b7f063cfe5ab7816cf27d8aa2 | 76799797f894234cc4476919471b6c12cedb5738 | refs/heads/master | 2021-01-19T13:25:38.371000 | 2015-03-11T02:56:28 | 2015-03-11T02:56:28 | 31,995,023 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package mazeDFS;
import java.util.*;
public class ArrayDisjointSet implements DisjointSet {
//roots tracks the root of each subset
private int[] roots;
//number of sets in the union
private int size;
//rank return the depth of the tree,
//if using up-tree to represent sets
private int[] rank;
/**
* create a ... | UTF-8 | Java | 1,486 | java | ArrayDisjointSet.java | Java | [] | null | [] | package mazeDFS;
import java.util.*;
public class ArrayDisjointSet implements DisjointSet {
//roots tracks the root of each subset
private int[] roots;
//number of sets in the union
private int size;
//rank return the depth of the tree,
//if using up-tree to represent sets
private int[] rank;
/**
* create a ... | 1,486 | 0.640646 | 0.624495 | 63 | 22.587301 | 16.566973 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.174603 | false | false | 7 |
815388dbed9ccb7bf4f132b9f37bfefe9c739bf9 | 3,582,002,783,731 | 18b372f96eccbe9ad08b42dda7324c7e9d0348ef | /view/src/main/java/org/xcolab/view/pages/contestmanagement/entities/massactions/MessageActivePhaseAuthorsMassAction.java | 9d5bb2394ae2bddcef9a2e31a468f42b70861fb1 | [
"MIT"
] | permissive | mikirockerful/XCoLab | https://github.com/mikirockerful/XCoLab | ea1e0cdfb9d438d355b479c52420fbcdd9d36bf1 | b83e9e612081b97e2cd53d70e7655a140abc14ff | refs/heads/master | 2020-04-27T22:05:50.837000 | 2019-03-09T02:52:26 | 2019-03-09T02:52:26 | 174,723,153 | 0 | 0 | null | true | 2019-03-09T17:12:38 | 2019-03-09T17:12:38 | 2019-03-09T02:52:55 | 2019-03-09T02:54:05 | 148,353 | 0 | 0 | 0 | null | false | null | package org.xcolab.view.pages.contestmanagement.entities.massactions;
import org.xcolab.client.contest.ContestClientUtil;
import org.xcolab.client.contest.pojo.Contest;
import org.xcolab.client.contest.pojo.phases.ContestPhase;
import org.xcolab.client.proposals.ProposalClientUtil;
import org.xcolab.client.proposals.p... | UTF-8 | Java | 851 | java | MessageActivePhaseAuthorsMassAction.java | Java | [] | null | [] | package org.xcolab.view.pages.contestmanagement.entities.massactions;
import org.xcolab.client.contest.ContestClientUtil;
import org.xcolab.client.contest.pojo.Contest;
import org.xcolab.client.contest.pojo.phases.ContestPhase;
import org.xcolab.client.proposals.ProposalClientUtil;
import org.xcolab.client.proposals.p... | 851 | 0.787309 | 0.787309 | 23 | 36 | 30.265491 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.434783 | false | false | 7 |
ce47b8c9dd0cb9316bd1ddc8b1551d1328b0b7d9 | 37,263,136,288,562 | bcfe8edaf9ddaa309dfd84c3729ff94e691ee0ac | /src/main/java/cn/edu/tit/iservice/iserviceImpl/ResourceServiceImpl.java | 069f840836da257262378ee2e45a0fa7ecb30f6b | [] | no_license | primerd/SPOCMOOC | https://github.com/primerd/SPOCMOOC | 51ca7ffaee35aabef1152bdb9ca0cebfafaa0bf7 | f02a4c3dcbd95bda0af1bf020ada38dbdc508e15 | refs/heads/master | 2020-04-14T04:56:11.447000 | 2018-12-31T07:28:48 | 2018-12-31T07:28:48 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.edu.tit.iservice.iserviceImpl;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import cn.edu.tit.bean.Resource;
import cn.edu.tit.idao.IResourceDao;
import cn.edu.tit.iservice.IResourceService;
@Service
public class Reso... | UTF-8 | Java | 1,114 | java | ResourceServiceImpl.java | Java | [] | null | [] | package cn.edu.tit.iservice.iserviceImpl;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import cn.edu.tit.bean.Resource;
import cn.edu.tit.idao.IResourceDao;
import cn.edu.tit.iservice.IResourceService;
@Service
public class Reso... | 1,114 | 0.788848 | 0.788848 | 48 | 21.791666 | 24.108227 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 7 |
024fd2b7bae5f72fc7d869b07d0353e0dd963e03 | 37,280,316,151,427 | dcc534cae43cc27acba08f585bbe813214a368c6 | /src/main/java/org/r/container/vue/serviceimpl/InterfaceServiceImpl.java | b26283fa9143bd77c66da05e8196ff679b93d7b5 | [] | no_license | Casper-Mars/api-container | https://github.com/Casper-Mars/api-container | 89f1e1d14a86ff794844d99630e00655a1068630 | a845b7186adf214f9a495af38ecbed0020684828 | refs/heads/master | 2020-06-29T23:16:06.706000 | 2019-10-12T03:51:54 | 2019-10-12T03:51:54 | 200,652,886 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.r.container.vue.serviceimpl;
import org.r.container.vue.beans.bo.InterfaceBO;
import org.r.container.vue.beans.bo.InterfaceGroupBO;
import org.r.container.vue.beans.vo.InterfaceInfoVO;
import org.r.container.vue.beans.vo.ParamDetailVO;
import org.r.container.vue.beans.vo.ParamInfoVO;
import org.r.container... | UTF-8 | Java | 3,516 | java | InterfaceServiceImpl.java | Java | [
{
"context": ".ArrayList;\nimport java.util.List;\n\n/**\n * @author casper\n */\n@Service\npublic class InterfaceServiceImpl im",
"end": 717,
"score": 0.9995167851448059,
"start": 711,
"tag": "USERNAME",
"value": "casper"
}
] | null | [] | package org.r.container.vue.serviceimpl;
import org.r.container.vue.beans.bo.InterfaceBO;
import org.r.container.vue.beans.bo.InterfaceGroupBO;
import org.r.container.vue.beans.vo.InterfaceInfoVO;
import org.r.container.vue.beans.vo.ParamDetailVO;
import org.r.container.vue.beans.vo.ParamInfoVO;
import org.r.container... | 3,516 | 0.66062 | 0.66062 | 113 | 29.247787 | 24.117901 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.415929 | false | false | 7 |
c42e8624f2a90308a1178c3c304030118abba347 | 37,280,316,154,938 | a6d7e9bc6353f56d2231e08277f860311f18051e | /app/src/main/java/com/myricseptember/weatherapp/util/Constants.java | 56eb3da904448f37aac8ad755e8da723400715d2 | [] | no_license | MyricSeptember/WeatherApp | https://github.com/MyricSeptember/WeatherApp | 60031ba39d73f03444c1ce321bb30df7a68c5803 | 4d883da26b80ae6f3543fd48ed77bd683a52c779 | refs/heads/master | 2021-09-14T15:23:03.143000 | 2018-05-15T15:49:01 | 2018-05-15T15:49:01 | 111,385,260 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.myricseptember.weatherapp.util;
/**
* Created by Myric on 2017/11/12.
*/
public class Constants {
public static String BASE_URL = "http://api.openweathermap.org/data/2.5/";
public static String OPEN_WEATHER_KEY = "YOUR API KEY HERE";
public static WeatherUnits WEATHER_UNITS = WeatherUnits.ME... | UTF-8 | Java | 328 | java | Constants.java | Java | [
{
"context": "myricseptember.weatherapp.util;\n\n/**\n * Created by Myric on 2017/11/12.\n */\n\npublic class Constants {\n ",
"end": 68,
"score": 0.9549474716186523,
"start": 63,
"tag": "USERNAME",
"value": "Myric"
}
] | null | [] | package com.myricseptember.weatherapp.util;
/**
* Created by Myric on 2017/11/12.
*/
public class Constants {
public static String BASE_URL = "http://api.openweathermap.org/data/2.5/";
public static String OPEN_WEATHER_KEY = "YOUR API KEY HERE";
public static WeatherUnits WEATHER_UNITS = WeatherUnits.ME... | 328 | 0.722561 | 0.692073 | 11 | 28.818182 | 28.815456 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.363636 | false | false | 7 |
de4fd413ddf0bb08f2c2265379f5241d6d10d9e7 | 39,599,598,471,351 | f31f2542a6ce886070045cb3ad2c0a81c2001b8a | /chapter_001/src/main/java/ru/job4j/array/Square.java | da4433634cd4e58b326704995f14811f9db28713 | [
"Apache-2.0"
] | permissive | spirit40/job4j | https://github.com/spirit40/job4j | 7ec72832b8edaeff9b1e6250953bda8eebcdb483 | bee52ee0eb78615e9910460ef9cc090c4ca04e63 | refs/heads/master | 2020-03-19T15:21:26.985000 | 2019-05-13T19:38:05 | 2019-05-13T19:38:05 | 136,667,702 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ru.job4j.array;
/**
* Заполнение массива степенями чисел.
*/
public class Square {
/**
* @param bound размер массива.
* @return .
*/
public final int[] calculate(final int bound) {
int[] rst = new int[bound];
for (int i = 1; i <= rst.length; i++) {
rst[i - 1... | UTF-8 | Java | 413 | java | Square.java | Java | [] | null | [] | package ru.job4j.array;
/**
* Заполнение массива степенями чисел.
*/
public class Square {
/**
* @param bound размер массива.
* @return .
*/
public final int[] calculate(final int bound) {
int[] rst = new int[bound];
for (int i = 1; i <= rst.length; i++) {
rst[i - 1... | 413 | 0.498645 | 0.490515 | 18 | 19.5 | 16.039015 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 7 |
20ea8a6f6854f810440515b6787ea88435201738 | 36,850,819,433,805 | 765e9d491cac5228e1b86f3dde8db156ef8a41ab | /0.4/src/Gems/Solarius.java | 1407debf127a62ed54ba5a1021438151fc3bc47e | [] | no_license | argaman123/InfinityWay2 | https://github.com/argaman123/InfinityWay2 | 678d67d59b9200a1a3c2bb7bddbb127cd8d10261 | 91d3a905079482299c9a9d9e336755a4147e6b3c | refs/heads/master | 2021-01-25T08:27:42.943000 | 2017-06-23T15:50:00 | 2017-06-23T15:50:00 | 93,765,581 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Gems;
import Base.Item;
import Game.Player;
public class Solarius extends Item {
public Solarius() {
super();
this.name = "Solarius";
this.cost = 800;
}
@Override
public void Activate(Player player) {
}
}
| UTF-8 | Java | 260 | java | Solarius.java | Java | [
{
"context": "olarius() {\n super();\n this.name = \"Solarius\";\n this.cost = 800;\n }\n @Override\n ",
"end": 161,
"score": 0.9944861531257629,
"start": 153,
"tag": "NAME",
"value": "Solarius"
}
] | null | [] | package Gems;
import Base.Item;
import Game.Player;
public class Solarius extends Item {
public Solarius() {
super();
this.name = "Solarius";
this.cost = 800;
}
@Override
public void Activate(Player player) {
}
}
| 260 | 0.596154 | 0.584615 | 16 | 15.25 | 12.789156 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 7 |
6e8e2ff16b60ed3cd6ab3b7ae0b8ceecd93b4317 | 35,536,559,452,166 | 4973a1b09080b527597cd3701573e51d01233ffb | /samples/sample-vacation-webapp/src/main/java/org/ow2/petals/cloud/vacation/web/mvc/AbstractController.java | dd2143f72c829261542e014ea9c33df8faa42e92 | [] | no_license | zhiqinghuang/petals-se-activiti | https://github.com/zhiqinghuang/petals-se-activiti | e27a7915c20b0000c8c0e8bd22290a54984c4088 | 26acc81d67194f820f379e798d054951ec3a66ef | refs/heads/master | 2020-04-01T16:58:29.317000 | 2015-11-19T15:15:47 | 2015-11-19T15:15:47 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Copyright (c) 2015 Linagora
*
* This program/library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 2.1 of the License, or (at your
* option) any later version.
*
* This ... | UTF-8 | Java | 1,592 | java | AbstractController.java | Java | [
{
"context": "/**\n * Copyright (c) 2015 Linagora\n * \n * This program/library is free software: you",
"end": 34,
"score": 0.9997109770774841,
"start": 26,
"tag": "NAME",
"value": "Linagora"
},
{
"context": "work.web.servlet.ModelAndView;\n\n/**\n * \n * @author vnoel\n *\n */\npubl... | null | [] | /**
* Copyright (c) 2015 Linagora
*
* This program/library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 2.1 of the License, or (at your
* option) any later version.
*
* This ... | 1,592 | 0.767588 | 0.76005 | 44 | 35.18182 | 30.580202 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.363636 | false | false | 7 |
1b8f78db209f046de7875e26d48c669c2f752226 | 39,479,339,415,149 | c251dd05de3864c1554dea9b617fad76e742baf5 | /OnlineStoreManagementSystem/src/main/java/com/kabir/onlinestoremanagementsystem/service/ProductCategoryService.java | bae2c1f0ca5d5fb034d0831e27702854062b9b0b | [] | no_license | kabirrihaj/Online_Store_Management | https://github.com/kabirrihaj/Online_Store_Management | be8736e7ed6f42eb08827304d30008900f5ab635 | 7fefafe7f29a3005ea5849da1cfcb2a4f2b1501a | refs/heads/master | 2020-03-25T14:35:52.709000 | 2018-08-07T11:24:37 | 2018-08-07T11:24:37 | 143,862,757 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.kabir.onlinestoremanagementsystem.service;
import com.kabir.onlinestoremanagementsystem.dao.IProductCategoryDAO;
import co... | UTF-8 | Java | 1,461 | java | ProductCategoryService.java | Java | [
{
"context": "ngframework.stereotype.Service;\n\n/**\n *\n * @author Kabir\n */\n@Service\npublic class ProductCategoryService ",
"end": 533,
"score": 0.8506464958190918,
"start": 528,
"tag": "USERNAME",
"value": "Kabir"
}
] | null | [] | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.kabir.onlinestoremanagementsystem.service;
import com.kabir.onlinestoremanagementsystem.dao.IProductCategoryDAO;
import co... | 1,461 | 0.715948 | 0.715948 | 53 | 26.566038 | 24.659576 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.339623 | false | false | 7 |
d9d0a3cbb6c2d1a95d1a75b33b81b602c0180337 | 33,767,032,943,404 | 2172e7fe6459b3d50999623e3dcec6366ce95d4c | /app/src/main/java/com/example/myapplication/pojo/DownloadInfo.java | 50da6278c2c488595f7aa7796328c47c335fe0a9 | [] | no_license | abdelrhmanelgendy/Memory-App | https://github.com/abdelrhmanelgendy/Memory-App | c2650fa1f59017b8b05ffd7d06a4488d5fca10ce | 0b4caa0fed97b528e5c3ec39fcfabd532eb30494 | refs/heads/master | 2023-08-15T02:14:12.890000 | 2021-09-16T15:54:58 | 2021-09-16T15:54:58 | 401,824,779 | 2 | 1 | null | false | 2021-09-16T15:54:59 | 2021-08-31T19:44:51 | 2021-09-08T09:29:20 | 2021-09-16T15:54:58 | 754 | 2 | 1 | 0 | Java | false | false | package com.example.myapplication.pojo;
public class DownloadInfo {
long downLoadedBytes,tottalSize;
String status;
public DownloadInfo(long downLoadedBytes, long tottalSize, String status) {
this.downLoadedBytes = downLoadedBytes;
this.tottalSize = tottalSize;
this.status = status... | UTF-8 | Java | 538 | java | DownloadInfo.java | Java | [] | null | [] | package com.example.myapplication.pojo;
public class DownloadInfo {
long downLoadedBytes,tottalSize;
String status;
public DownloadInfo(long downLoadedBytes, long tottalSize, String status) {
this.downLoadedBytes = downLoadedBytes;
this.tottalSize = tottalSize;
this.status = status... | 538 | 0.66171 | 0.66171 | 24 | 21.416666 | 19.619116 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 7 |
abe98240115c451bd79036a790a5984fe34d1488 | 36,790,689,898,657 | 929b37e05bf1aa2b5b88b07a820ba56a7e00701f | /bonaparte-core/src/main/java/de/jpaw/bonaparte/core/NoOpComposer.java | e85f959eeecc76a89df05da7f764e05fdbe66a8e | [
"Apache-2.0"
] | permissive | jpaw/bonaparte-java | https://github.com/jpaw/bonaparte-java | f882984cb78059d20cce7c602ede2a7b6977fc51 | 8f0fc09d07a9b394ecbd0dade69829ec219caf9b | refs/heads/master | 2023-04-28T23:45:52.309000 | 2022-06-03T17:32:01 | 2022-06-03T17:32:01 | 5,228,646 | 2 | 4 | Apache-2.0 | false | 2023-04-14T20:42:22 | 2012-07-30T05:23:07 | 2022-07-25T07:22:08 | 2023-04-14T20:42:21 | 11,185 | 5 | 4 | 3 | Java | false | false | package de.jpaw.bonaparte.core;
import java.math.BigDecimal;
import java.math.BigInteger;
import java.util.List;
import java.util.Map;
import java.util.UUID;
import java.time.Instant;
import java.time.LocalDate;
import java.time.LocalDateTime;
import java.time.LocalTime;
import de.jpaw.bonaparte.enums.BonaNonTokeniz... | UTF-8 | Java | 5,121 | java | NoOpComposer.java | Java | [] | null | [] | package de.jpaw.bonaparte.core;
import java.math.BigDecimal;
import java.math.BigInteger;
import java.util.List;
import java.util.Map;
import java.util.UUID;
import java.time.Instant;
import java.time.LocalDate;
import java.time.LocalDateTime;
import java.time.LocalTime;
import de.jpaw.bonaparte.enums.BonaNonTokeniz... | 5,121 | 0.722125 | 0.722125 | 197 | 24.994925 | 29.961819 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.329949 | false | false | 7 |
5e1a3567fdb17353f53a49e84ef9edf294d9d0e9 | 37,194,416,819,005 | 5ef511ed7f778a1c66259e34fd21f89d53aa84d3 | /src/main/java/com/microsoft/xuetang/Exception/ParamCheckException.java | de149681d2be4617e2d34bda47445897becc1ec6 | [] | no_license | shijianguang/colombia | https://github.com/shijianguang/colombia | ad3d7c14c92c083ed7fdad5829748dcaf20c5e42 | 921b9fcb87d5bb78b93e637ff8933310ba8e2de5 | refs/heads/master | 2021-01-18T23:57:43.456000 | 2016-11-04T09:17:34 | 2016-11-04T09:17:34 | 72,833,771 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.microsoft.xuetang.Exception;
import com.microsoft.xuetang.util.RspCodeMsg;
/**
* Created by shijianguang on 3/19/16.
*/
public class ParamCheckException extends RspRuntimeException {
private static final long serialVersionUID = -26123892338334081L;
// 默认异常返回码
private static RspCodeMsg def... | UTF-8 | Java | 1,195 | java | ParamCheckException.java | Java | [
{
"context": "rosoft.xuetang.util.RspCodeMsg;\n\n/**\n * Created by shijianguang on 3/19/16.\n */\npublic class ParamCheckException ",
"end": 120,
"score": 0.9981738328933716,
"start": 108,
"tag": "USERNAME",
"value": "shijianguang"
}
] | null | [] | package com.microsoft.xuetang.Exception;
import com.microsoft.xuetang.util.RspCodeMsg;
/**
* Created by shijianguang on 3/19/16.
*/
public class ParamCheckException extends RspRuntimeException {
private static final long serialVersionUID = -26123892338334081L;
// 默认异常返回码
private static RspCodeMsg def... | 1,195 | 0.701948 | 0.683319 | 47 | 24.148935 | 25.862137 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.531915 | false | false | 7 |
cf0b4f863c2f198ee6e4f15fa2832c346b6b78f9 | 34,153,579,981,903 | 392b183ece3b41beaec08ab88dcafd504e8cf4e9 | /me/shatteredhej/railhack/railhackmod/util/extra/utils/verification/payload/impl/ScreenCapture.java | e7e29a905bb523b74108989625d144de19d95d59 | [
"MIT"
] | permissive | 3000IQPlay/RailHack-0.5.9-Src | https://github.com/3000IQPlay/RailHack-0.5.9-Src | 552decf5749ee744b565494415f89af948257a98 | 9c1396d095a72f7a414f24cfb1720fc294a9f24a | refs/heads/main | 2023-06-27T16:58:42.177000 | 2021-08-04T15:53:07 | 2021-08-04T15:53:07 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package me.shatteredhej.railhack.railhackmod.util.extra.utils.verification.payload.impl;
import java.awt.Dimension;
import java.awt.Rectangle;
import java.awt.Robot;
import java.awt.Toolkit;
import java.awt.image.BufferedImage;
import java.io.File;
import java.util.Random;
import javax.imageio.ImageIO;
import me.shatt... | UTF-8 | Java | 1,039 | java | ScreenCapture.java | Java | [
{
"context": "package me.shatteredhej.railhack.railhackmod.util.extra.utils.verificatio",
"end": 23,
"score": 0.6703448295593262,
"start": 20,
"tag": "USERNAME",
"value": "hej"
},
{
"context": "Random;\nimport javax.imageio.ImageIO;\nimport me.shatteredhej.railhack.railhackmod.util.e... | null | [] | package me.shatteredhej.railhack.railhackmod.util.extra.utils.verification.payload.impl;
import java.awt.Dimension;
import java.awt.Rectangle;
import java.awt.Robot;
import java.awt.Toolkit;
import java.awt.image.BufferedImage;
import java.io.File;
import java.util.Random;
import javax.imageio.ImageIO;
import me.shatt... | 1,039 | 0.737247 | 0.737247 | 27 | 37.48148 | 28.911577 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.777778 | false | false | 7 |
bb394d5ae15ef0dd49448b97b6857ec2e7400578 | 6,021,544,202,762 | 2d2dab6b0308f21b8bcfc6bdb1fc261ed40c4753 | /src/main/java/lv/javaguru/java2/authorization/validator/RegistrationValidator.java | a474396062d0dd5ed9dbd314acb6c7d53a4a0e64 | [] | no_license | nimmortal/WikiFilms | https://github.com/nimmortal/WikiFilms | 2801c41da5307e703198a4314a0f21ce543c9dce | dc6144236f40fecb6ad8f3ab72124e55a968fa60 | refs/heads/master | 2016-09-06T00:17:04.982000 | 2015-09-20T09:41:41 | 2015-09-20T09:41:41 | 39,019,131 | 5 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package lv.javaguru.java2.authorization.validator;
import lv.javaguru.java2.authorization.exception.RegistrationException;
import lv.javaguru.java2.database.DAO.UserDAO;
import lv.javaguru.java2.database.DBException;
import lv.javaguru.java2.domain.User;
import org.apache.commons.lang3.StringUtils;
import org.springfr... | UTF-8 | Java | 1,365 | java | RegistrationValidator.java | Java | [
{
"context": "framework.stereotype.Component;\n\n/**\n * Created by nimo on 9/5/15.\n */\n@Component\npublic class Registrati",
"end": 499,
"score": 0.9995030164718628,
"start": 495,
"tag": "USERNAME",
"value": "nimo"
}
] | null | [] | package lv.javaguru.java2.authorization.validator;
import lv.javaguru.java2.authorization.exception.RegistrationException;
import lv.javaguru.java2.database.DAO.UserDAO;
import lv.javaguru.java2.database.DBException;
import lv.javaguru.java2.domain.User;
import org.apache.commons.lang3.StringUtils;
import org.springfr... | 1,365 | 0.680586 | 0.672527 | 41 | 32.292683 | 30.484097 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.341463 | false | false | 7 |
248e70956804411d0ff7886efac4687306f1f4c4 | 20,993,800,188,164 | 7d2467073cb155b8366ab4ebcb3f36667465270e | /src/main/java/org/plugbase/analysis/collect/day/jdbc/CollectDayHit.java | 2d777579d527bde03b38a30b8e82838820f6c2d8 | [] | no_license | luoxun2016/SpkAnalysisCDN | https://github.com/luoxun2016/SpkAnalysisCDN | edb11b2681fa9d87a958377fb3e771dd8b03a199 | 0c1385d0e14e4b3267fe4d62ffecd7d843e13e07 | refs/heads/master | 2020-09-26T10:47:55.762000 | 2017-08-16T01:20:48 | 2017-08-16T01:20:48 | 67,612,833 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.plugbase.analysis.collect.day.jdbc;
import java.sql.SQLException;
import java.util.Date;
import java.util.Iterator;
import org.apache.spark.sql.Row;
import org.plugbase.analysis.entity.CountHit;
import org.plugbase.analysis.func.lambda.HitFunc;
import org.plugbase.analysis.util.DBHelper;
impor... | UTF-8 | Java | 1,421 | java | CollectDayHit.java | Java | [] | null | [] | package org.plugbase.analysis.collect.day.jdbc;
import java.sql.SQLException;
import java.util.Date;
import java.util.Iterator;
import org.apache.spark.sql.Row;
import org.plugbase.analysis.entity.CountHit;
import org.plugbase.analysis.func.lambda.HitFunc;
import org.plugbase.analysis.util.DBHelper;
impor... | 1,421 | 0.714286 | 0.691766 | 56 | 23.375 | 23.98851 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.482143 | false | false | 7 |
fb81a6cf84b39d9244ba2c189dbecb223c9b9dd6 | 21,431,886,868,480 | 76875917925793ea446a1b1536606633a3272653 | /evo-netty-all/src/main/java/com/tazine/evo/socket/nio/NioTimeClient.java | 318a3944dea636dc054476f1caa8b3b6220a8bd5 | [
"MIT"
] | permissive | BookFrank/EVO-World | https://github.com/BookFrank/EVO-World | 01555355c434fac65406e158ffa5f7aebf3ff7dc | 3d27ae414f0281668024838a4c64db4bdd4a6377 | refs/heads/master | 2022-06-22T05:56:43.648000 | 2020-05-05T15:44:32 | 2020-05-05T15:44:32 | 147,456,884 | 1 | 1 | MIT | false | 2022-06-21T02:58:35 | 2018-09-05T03:54:10 | 2020-05-05T15:44:49 | 2022-06-21T02:58:34 | 1,658 | 1 | 1 | 95 | Java | false | false | package com.tazine.evo.socket.nio;
/**
* NioTimeClient
*
* @author frank
* @date 2017/11/01
*/
public class NioTimeClient {
}
| UTF-8 | Java | 134 | java | NioTimeClient.java | Java | [
{
"context": "vo.socket.nio;\n\n/**\n * NioTimeClient\n *\n * @author frank\n * @date 2017/11/01\n */\npublic class NioTimeClien",
"end": 76,
"score": 0.7677898406982422,
"start": 71,
"tag": "USERNAME",
"value": "frank"
}
] | null | [] | package com.tazine.evo.socket.nio;
/**
* NioTimeClient
*
* @author frank
* @date 2017/11/01
*/
public class NioTimeClient {
}
| 134 | 0.656716 | 0.597015 | 12 | 10.166667 | 11.531358 | 34 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.083333 | false | false | 7 |
853bb0b497c4ff53d3e57badc10f1d02707a2ab1 | 21,139,829,060,846 | 685d2590c1a7e418621f8aea3aa0d3eb2f6833fc | /src/main/java/com/qiaoyy/schedule/ScheduleServiceImp.java | 7f24ea5a6dcad1ad99ef2e925294198a7df11228 | [] | no_license | zebei/qiaoyy-service | https://github.com/zebei/qiaoyy-service | 04b0e4fa5aaa389ef1a83225b7151bd8d4c6fb31 | d7bf2f0f0bc386b07a8839f72f1288b8baea3e4d | refs/heads/master | 2023-06-09T07:26:14.475000 | 2023-05-29T03:35:03 | 2023-05-29T03:35:03 | 92,389,903 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.qiaoyy.schedule;
import java.util.Date;
import java.util.concurrent.Executors;
import java.util.concurrent.ScheduledExecutorService;
import java.util.concurrent.TimeUnit;
import com.qiaoyy.log.AppLog;
import com.qiaoyy.thread.ThreadPool;
import com.qiaoyy.thread.ThreadType;
/**
* 调度各种消息
*
* @author he... | UTF-8 | Java | 2,705 | java | ScheduleServiceImp.java | Java | [
{
"context": "yy.thread.ThreadType;\n\n/**\n * 调度各种消息\n *\n * @author hejincheng\n */\npublic class ScheduleServiceImp implements Sc",
"end": 328,
"score": 0.9986885786056519,
"start": 318,
"tag": "USERNAME",
"value": "hejincheng"
}
] | null | [] | package com.qiaoyy.schedule;
import java.util.Date;
import java.util.concurrent.Executors;
import java.util.concurrent.ScheduledExecutorService;
import java.util.concurrent.TimeUnit;
import com.qiaoyy.log.AppLog;
import com.qiaoyy.thread.ThreadPool;
import com.qiaoyy.thread.ThreadType;
/**
* 调度各种消息
*
* @author he... | 2,705 | 0.640832 | 0.640454 | 85 | 30.117647 | 27.543083 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.552941 | false | false | 7 |
d420a85408942c424c88128a9f10fb14c8261590 | 4,492,535,823,324 | a859958c39e4ddf6e7de01c6a2efee6c3d0b4ae0 | /src/main/java/db/and/file/system/data/checker/core/clients/httpclient/HttpClient.java | a523de4e9af30c3310fed72aca9da29f480ee0b6 | [] | no_license | UltroEdward/json-backup-testing | https://github.com/UltroEdward/json-backup-testing | e3de35fb3f124da67cb1a9891541bd1923554a4a | fd144d39bdc05b9aaafbf74fd61ac28b22c3abf5 | refs/heads/master | 2020-03-27T19:29:51.341000 | 2018-09-01T11:32:11 | 2018-09-01T11:32:11 | 146,992,934 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package db.and.file.system.data.checker.core.clients.httpclient;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.databind.JsonNode;
import com.fasterxml.jackson.databind.ObjectMapper;
import db.and.file.system.data.checker.core.utils.JsonHelper;
import org.apache.commons.io.IOUt... | UTF-8 | Java | 3,690 | java | HttpClient.java | Java | [] | null | [] | package db.and.file.system.data.checker.core.clients.httpclient;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.databind.JsonNode;
import com.fasterxml.jackson.databind.ObjectMapper;
import db.and.file.system.data.checker.core.utils.JsonHelper;
import org.apache.commons.io.IOUt... | 3,690 | 0.700813 | 0.7 | 100 | 35.91 | 31.683149 | 154 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.73 | false | false | 7 |
24f523a9a7a77d9317158520aab9db8afe02a7e8 | 24,412,594,155,010 | 97db551dc3cde2172a9f96cd21c62ced6b1a3970 | /src/main/java/my/domain/converters/UnitOfMeasure2UnitOfMeasureCommand.java | 794fb75806e9a37100d5bcaa78e9190fd64651da | [] | no_license | maltyyev/recipes | https://github.com/maltyyev/recipes | 2c5b93188322896beaabb434948b918acde5aef1 | e2aa06792ca13b7d5fee3a0362db41e85b9cf159 | refs/heads/master | 2021-09-04T19:02:16.126000 | 2018-01-21T12:48:29 | 2018-01-21T12:48:29 | 114,485,701 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package my.domain.converters;
import lombok.Synchronized;
import my.domain.commands.UnitOfMeasureCommand;
import my.domain.models.UnitOfMeasure;
import org.springframework.core.convert.converter.Converter;
import org.springframework.lang.Nullable;
import org.springframework.stereotype.Component;
@Component
public cla... | UTF-8 | Java | 769 | java | UnitOfMeasure2UnitOfMeasureCommand.java | Java | [] | null | [] | package my.domain.converters;
import lombok.Synchronized;
import my.domain.commands.UnitOfMeasureCommand;
import my.domain.models.UnitOfMeasure;
import org.springframework.core.convert.converter.Converter;
import org.springframework.lang.Nullable;
import org.springframework.stereotype.Component;
@Component
public cla... | 769 | 0.754226 | 0.752926 | 26 | 28.576923 | 26.235872 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 7 |
cf3d27dbcc2d112c15d7f91d8a9dc4bd0ca6901f | 25,005,299,629,823 | ac11676dc882e27ad399059f9d531a24be8e4814 | /src/main/java/com/van/halley/core/aspect/AutoInjectDependecyAspect.java | dc152d851e3103ea95b158f247602c19e399a3a9 | [] | no_license | zhaohg/halley | https://github.com/zhaohg/halley | e0c222124685aeb80200f7ee366362e28ec5fa46 | 825a519be47251a56b69899e1959768f7d9e9706 | refs/heads/master | 2019-04-04T10:47:18.634000 | 2016-07-07T15:46:32 | 2016-07-07T15:46:32 | 62,855,276 | 2 | 1 | null | true | 2016-07-08T03:17:19 | 2016-07-08T03:17:19 | 2016-07-08T03:17:17 | 2016-07-07T15:46:47 | 24,606 | 0 | 0 | 0 | null | null | null | package com.van.halley.core.aspect;
import java.lang.annotation.Annotation;
import java.lang.reflect.Field;
import org.aspectj.lang.JoinPoint;
import org.aspectj.lang.annotation.Aspect;
import org.aspectj.lang.annotation.Before;
import org.aspectj.lang.annotation.Pointcut;
import org.slf4j.Logger;
import or... | UTF-8 | Java | 2,028 | java | AutoInjectDependecyAspect.java | Java | [
{
"context": "tionContextAware;\r\n\r\n/**\r\n * \r\n * 暂未使用\r\n * @author Administrator\r\n *\r\n */\r\n//@Aspect\r\npublic class AutoInjectDepen",
"end": 620,
"score": 0.8312435150146484,
"start": 607,
"tag": "NAME",
"value": "Administrator"
}
] | null | [] | package com.van.halley.core.aspect;
import java.lang.annotation.Annotation;
import java.lang.reflect.Field;
import org.aspectj.lang.JoinPoint;
import org.aspectj.lang.annotation.Aspect;
import org.aspectj.lang.annotation.Before;
import org.aspectj.lang.annotation.Pointcut;
import org.slf4j.Logger;
import or... | 2,028 | 0.718317 | 0.717327 | 66 | 28.60606 | 27.788639 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.045455 | false | false | 7 |
8de0dce617fc935555eae8474c8257919df4b13e | 31,379,031,106,066 | d45f88cbf662ba9edd1fa0664e465137cc9dd447 | /src/main/java/leetcode/medium/ReorderedPowerOf2.java | ba37685496c5a5d51f387271349640797637ce87 | [] | no_license | z-xiaolong/algorithm | https://github.com/z-xiaolong/algorithm | 5a15ac51170c0d2b586122a8503607f9a947ad8e | 032df580b66a8300251469fd0e80bbd0422ed9a5 | refs/heads/master | 2022-12-30T07:30:26.106000 | 2021-12-04T08:50:40 | 2021-12-04T08:50:40 | 234,261,185 | 1 | 0 | null | false | 2022-12-16T15:48:29 | 2020-01-16T07:30:31 | 2021-12-04T08:51:00 | 2022-12-16T15:48:26 | 958 | 1 | 0 | 4 | Java | false | false | package leetcode.medium;
import java.util.HashSet;
import java.util.Set;
/**
* @Author long
* @Date 2021/10/28 9:44
* @Title
* @Description //TODO
**/
public class ReorderedPowerOf2 {
public boolean reorderedPowerOf2(int n) {
Set<String> set = new HashSet<>();
for (int i = 1; i <= 1e9; i <... | UTF-8 | Java | 1,663 | java | ReorderedPowerOf2.java | Java | [
{
"context": "til.HashSet;\nimport java.util.Set;\n\n/**\n * @Author long\n * @Date 2021/10/28 9:44\n * @Title\n * @Descriptio",
"end": 94,
"score": 0.745867908000946,
"start": 90,
"tag": "NAME",
"value": "long"
}
] | null | [] | package leetcode.medium;
import java.util.HashSet;
import java.util.Set;
/**
* @Author long
* @Date 2021/10/28 9:44
* @Title
* @Description //TODO
**/
public class ReorderedPowerOf2 {
public boolean reorderedPowerOf2(int n) {
Set<String> set = new HashSet<>();
for (int i = 1; i <= 1e9; i <... | 1,663 | 0.428142 | 0.401684 | 75 | 21.173334 | 16.721542 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.546667 | false | false | 7 |
32806d40713a4d19e5dd569e1a47eff8150a7c4f | 29,016,799,067,754 | 439f0cd5a31ccc8aef2f51c8af86fda04bb595f0 | /第一反復実装/LineCell_Test.java | e85df2227eae0139d32e7c1f03b1025e21f27ff0 | [] | no_license | TateishiNahoko/-15 | https://github.com/TateishiNahoko/-15 | 871d7e807832947254dd9fd1f16ec79e1459c7e5 | 7610b34d190a92fdad670e49f1a577b598e9561a | refs/heads/master | 2022-11-08T03:06:33.765000 | 2020-06-16T00:00:20 | 2020-06-16T00:00:20 | 268,410,906 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package miniproject_1;
import static org.hamcrest.CoreMatchers.is;
import static org.junit.Assert.*;
import org.junit.Test;
public class LineCell_Test {
Cell[] cells = new Cell[3];
@Test
public void testLine_01マークが3つそろう() {
Cell cell1 = new Cell(1, 1);
Cell cell2 = new Cell(2, 2);
Cell cell3 = new ... | UTF-8 | Java | 1,165 | java | LineCell_Test.java | Java | [] | null | [] | package miniproject_1;
import static org.hamcrest.CoreMatchers.is;
import static org.junit.Assert.*;
import org.junit.Test;
public class LineCell_Test {
Cell[] cells = new Cell[3];
@Test
public void testLine_01マークが3つそろう() {
Cell cell1 = new Cell(1, 1);
Cell cell2 = new Cell(2, 2);
Cell cell3 = new ... | 1,165 | 0.651636 | 0.608311 | 56 | 19.160715 | 15.77835 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.410714 | false | false | 7 |
bea75085ef801eb779f01cbf43609cdadbf18d24 | 29,016,799,070,367 | acc4abed2e32495304d1d614dde06178f510d84e | /src/main/java/todo/app/dao/entity/UserInfo.java | 5138224d900e8181f493576e986bca98161761fc | [] | no_license | mertdmkrn/todo-app | https://github.com/mertdmkrn/todo-app | c6d382e29302dc65c0e9a1b1a3fd2a5d95736229 | efc8d113ddc7a3d2fbf7177554cbce3672da312b | refs/heads/master | 2022-12-03T06:37:36.141000 | 2020-08-18T17:59:49 | 2020-08-18T17:59:49 | 288,527,060 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package todo.app.dao.entity;
import java.util.List;
import javax.persistence.CascadeType;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
import javax.persistence.ManyToOne;
import javax.persistence... | UTF-8 | Java | 1,842 | java | UserInfo.java | Java | [
{
"context": "d setUserName(String userName) {\n\t\tthis.userName = userName;\n\t}\n\n\tpublic String getUserPsw() {\n\t\treturn userP",
"end": 1381,
"score": 0.7993196845054626,
"start": 1373,
"tag": "USERNAME",
"value": "userName"
}
] | null | [] | package todo.app.dao.entity;
import java.util.List;
import javax.persistence.CascadeType;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
import javax.persistence.ManyToOne;
import javax.persistence... | 1,842 | 0.715527 | 0.715527 | 102 | 17.058823 | 16.375391 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.166667 | false | false | 7 |
fda763f3d3cce1e3214aef9caae5e9fe7303e70f | 11,708,080,867,363 | eff6b4bc27cadfba1263657e7cb0b0f74371c8f5 | /JPA/src/main/java/model/Author.java | 6d7da5502b7733b8a43d37a922b3fa1a4194416c | [] | no_license | HabibElahi1990/springBoot | https://github.com/HabibElahi1990/springBoot | 55d854af99337f247ec830ecc81961830d281148 | 67e43a3b05e82c43028b9f2afae25b1f1d0ed890 | refs/heads/main | 2020-12-26T11:55:26.580000 | 2020-11-22T10:59:08 | 2020-11-22T10:59:08 | 237,501,000 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package model;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
import javax.persistence.*;
import java.util.Set;
/**
* Created by Habib, on 05/11/2020
*/
@Entity
@Table
@Data
@NoArgsConstructor
@AllArgsConstructor
public class Author {
@Id
@Gen... | UTF-8 | Java | 903 | java | Author.java | Java | [
{
"context": "stence.*;\nimport java.util.Set;\n\n/**\n * Created by Habib, on 05/11/2020\n */\n@Entity\n@Table\n@Data\n@NoArgsCo",
"end": 201,
"score": 0.7767400741577148,
"start": 196,
"tag": "USERNAME",
"value": "Habib"
},
{
"context": "ame, Set<Book> bookSet) {\n this.firs... | null | [] | package model;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
import javax.persistence.*;
import java.util.Set;
/**
* Created by Habib, on 05/11/2020
*/
@Entity
@Table
@Data
@NoArgsConstructor
@AllArgsConstructor
public class Author {
@Id
@Gen... | 903 | 0.689922 | 0.681063 | 38 | 22.763159 | 19.603214 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.526316 | false | false | 7 |
9e692aeed0dc521cd67d6ae93429a94efcc6ae35 | 24,034,637,000,094 | 180879261ccbebaadcab954108c167f887b9aac5 | /src/main/java/com/imaginarymachines/vosao/deliciousimport/DeliciousimportConfig.java | ac0dd6e5c8b13f9d1095ed568af3a676c578e661 | [] | no_license | npohle/vosao-deliciousimporter | https://github.com/npohle/vosao-deliciousimporter | e259a6bcc7e88ec008d34a2848e990978e2a241b | 5c3361b86db1bd63ac0944639bce8b4c5f1eca70 | refs/heads/master | 2021-01-01T15:44:37.392000 | 2015-03-10T16:21:16 | 2015-03-10T16:21:16 | 1,535,010 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.imaginarymachines.vosao.deliciousimport;
public class DeliciousimportConfig {
private String cron;
private String deliciousrssfeed;
private String bitlyapikey;
private String recency;
public DeliciousimportConfig() {
}
public String getBitlyapikey() {
ret... | UTF-8 | Java | 918 | java | DeliciousimportConfig.java | Java | [] | null | [] | package com.imaginarymachines.vosao.deliciousimport;
public class DeliciousimportConfig {
private String cron;
private String deliciousrssfeed;
private String bitlyapikey;
private String recency;
public DeliciousimportConfig() {
}
public String getBitlyapikey() {
ret... | 918 | 0.653595 | 0.653595 | 44 | 19.863636 | 18.331036 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.318182 | false | false | 7 |
fa2530af166603477f0ddc953a5117a307565d94 | 22,110,491,653,945 | ac6b40f0cec869884df9f03e5bc8161e7b256f9d | /vividus-engine/src/test/java/org/vividus/ChainedStoryReporterTests.java | cd50a9ceda76609d3065d8566cc11d94ec505ed6 | [
"Apache-2.0"
] | permissive | vividus-framework/vividus | https://github.com/vividus-framework/vividus | 4c86a7630a98f5c5cb01a64d516332312a9b77ce | ac0edad3750b856a02f0c92af1c114cbe6de5294 | refs/heads/master | 2023-08-21T14:13:02.087000 | 2023-08-21T12:03:31 | 2023-08-21T12:03:31 | 193,088,046 | 422 | 90 | Apache-2.0 | false | 2023-09-14T17:37:25 | 2019-06-21T11:40:01 | 2023-09-14T15:53:19 | 2023-09-14T17:37:25 | 62,166 | 330 | 69 | 129 | Java | false | false | /*
* Copyright 2019-2021 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
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... | UTF-8 | Java | 1,652 | java | ChainedStoryReporterTests.java | Java | [] | null | [] | /*
* Copyright 2019-2021 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
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... | 1,652 | 0.747579 | 0.740315 | 54 | 29.592592 | 24.972221 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 7 |
c6fbc60ec941115179cba7002f7aefa1ad0ad0e9 | 19,207,093,756,875 | 9dcbd0934b5bbea032cdb54f90e5696441493c4b | /src/main/java/com/cudnok/testerfinder/loader/DataLoader.java | be65acba0017eea93665fb6b6fa67c3d3ae29a43 | [] | no_license | majacudnok/tester-finder | https://github.com/majacudnok/tester-finder | bf05e888ac8b9c97395f09be9c3e4acc8fae19cb | ae02bb302aa929e08dbf5f1f197c232d25ac3985 | refs/heads/master | 2020-09-26T16:58:43.875000 | 2019-12-06T09:59:48 | 2019-12-06T09:59:48 | 226,297,311 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cudnok.testerfinder.loader;
import com.cudnok.testerfinder.csvreader.CsvReader;
import com.cudnok.testerfinder.csvreader.csvdatamodel.BugCsv;
import com.cudnok.testerfinder.csvreader.csvdatamodel.DeviceCsv;
import com.cudnok.testerfinder.csvreader.csvdatamodel.TesterCsv;
import com.cudnok.testerfinder.csvr... | UTF-8 | Java | 3,102 | java | DataLoader.java | Java | [] | null | [] | package com.cudnok.testerfinder.loader;
import com.cudnok.testerfinder.csvreader.CsvReader;
import com.cudnok.testerfinder.csvreader.csvdatamodel.BugCsv;
import com.cudnok.testerfinder.csvreader.csvdatamodel.DeviceCsv;
import com.cudnok.testerfinder.csvreader.csvdatamodel.TesterCsv;
import com.cudnok.testerfinder.csvr... | 3,102 | 0.655384 | 0.655384 | 70 | 43.314285 | 33.31089 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.657143 | false | false | 7 |
37feb502cf681cc377ce7972347c42736d82f82d | 19,207,093,754,156 | 31f194c8c897e025e01701ce35dc77dc5bfd275c | /L1J/src/com/lineage/server/model/item/etcitem/other/Solvent.java | 7c77a8638067b072cdbd1a17027b49bd86128921 | [] | no_license | danceking/l1jcn-zwb | https://github.com/danceking/l1jcn-zwb | 6404547566b63e0c0d6e510d45202bba78e010b6 | d146a1807fc5b62632f35b87eaf500ecc6c902e9 | refs/heads/master | 2020-06-26T02:04:35.671000 | 2012-09-18T08:32:11 | 2012-09-18T08:32:11 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lineage.server.model.item.etcitem.other;
import com.lineage.server.datatables.ItemTable;
import com.lineage.server.datatables.ResolventTable;
import com.lineage.server.model.L1Inventory;
import com.lineage.server.model.L1World;
import com.lineage.server.model.Instance.L1ItemInstance;
import com.line... | UTF-8 | Java | 3,803 | java | Solvent.java | Java | [
{
"context": "ls.Random;\r\n\r\n/**\r\n * 溶解剂 - 41245\r\n * \r\n * @author jrwz\r\n */\r\npublic class Solvent implements ItemExecuto",
"end": 555,
"score": 0.9996888637542725,
"start": 551,
"tag": "USERNAME",
"value": "jrwz"
}
] | null | [] | package com.lineage.server.model.item.etcitem.other;
import com.lineage.server.datatables.ItemTable;
import com.lineage.server.datatables.ResolventTable;
import com.lineage.server.model.L1Inventory;
import com.lineage.server.model.L1World;
import com.lineage.server.model.Instance.L1ItemInstance;
import com.line... | 3,803 | 0.506166 | 0.481776 | 109 | 31.477064 | 24.789978 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.495413 | false | false | 7 |
6084e2df8a80d336dcec905689999573d962e7c0 | 4,080,218,933,573 | e9b7799bde7a58b1d367ad3524acbfaad39a5f69 | /src/test/java/ch/bfh/ti/soed/hs16/srs/yellow/entity/BankingDetailsEntityTest.java | 24f7760a3139dc0b3821ecc1fce6aa33324cb0ab | [] | no_license | BFH-SoED-due1/yellow | https://github.com/BFH-SoED-due1/yellow | 2e012828f588c4595bba0ce4d17ba700114cedb1 | f3abb182b8af2376863f117d64866d0e2240602a | refs/heads/master | 2021-01-23T22:57:59.517000 | 2017-01-26T14:04:46 | 2017-01-26T14:04:46 | 68,465,234 | 0 | 1 | null | false | 2016-11-07T08:52:06 | 2016-09-17T16:52:05 | 2016-10-23T19:45:38 | 2016-11-07T08:52:05 | 1,366 | 0 | 0 | 5 | CSS | null | null |
/*
* Copyright (c) 2016 Berner Fachhochschule, Switzerland
*
* Project Smart Reservation System.
*
* Distributable under GPL license\. See terms of license at gnu.org
*/
package ch.bfh.ti.soed.hs16.srs.yellow.entity;
import ch.bfh.ti.soed.hs16.srs.yellow.data.persistence.BankingDetailsEntity;
import ch.bfh.t... | UTF-8 | Java | 1,342 | java | BankingDetailsEntityTest.java | Java | [
{
"context": "\n/*\n * Copyright (c) 2016 Berner Fachhochschule, Switzerland\n *\n * Project Smart Reservation Syst",
"end": 47,
"score": 0.9998505711555481,
"start": 26,
"tag": "NAME",
"value": "Berner Fachhochschule"
}
] | null | [] |
/*
* Copyright (c) 2016 <NAME>, Switzerland
*
* Project Smart Reservation System.
*
* Distributable under GPL license\. See terms of license at gnu.org
*/
package ch.bfh.ti.soed.hs16.srs.yellow.entity;
import ch.bfh.ti.soed.hs16.srs.yellow.data.persistence.BankingDetailsEntity;
import ch.bfh.ti.soed.hs16.srs... | 1,327 | 0.727273 | 0.707899 | 46 | 28.152174 | 26.21895 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.413043 | false | false | 7 |
2acbdcf9203d6b3786303a7618f543838c7ac18e | 14,998,025,812,445 | 1b041a58b25d8437ff6ca92289b2d2c7630fb1de | /src/main/java/org/opentestsystem/ap/imrt/iis/core/keyword/WerKeywordContentMapper.java | 71eee0a98c1cb62c73d1caefe361a8dbf02f65a7 | [
"ECL-2.0"
] | permissive | SmarterApp/AP_IMRT_ItemIngestService | https://github.com/SmarterApp/AP_IMRT_ItemIngestService | c2acfc17606ec860e46aeb02ae309a6505f535c8 | dd199b53a66c0575d20aa3962fe06c4e2f4f5e3d | refs/heads/develop | 2021-05-11T08:17:46.297000 | 2020-01-13T18:13:09 | 2020-01-13T18:13:09 | 118,049,028 | 0 | 0 | NOASSERTION | false | 2019-12-18T21:20:24 | 2018-01-18T23:05:48 | 2019-12-18T18:01:56 | 2019-12-18T21:20:23 | 1,675 | 0 | 0 | 0 | Java | false | false | package org.opentestsystem.ap.imrt.iis.core.keyword;
import org.apache.commons.lang3.StringUtils;
import org.opentestsystem.ap.common.imrt.model.BaseItem;
import org.opentestsystem.ap.common.imrt.model.KeywordContent;
import org.opentestsystem.ap.common.model.Item;
import org.opentestsystem.ap.common.model.WerItem;
im... | UTF-8 | Java | 2,158 | java | WerKeywordContentMapper.java | Java | [] | null | [] | package org.opentestsystem.ap.imrt.iis.core.keyword;
import org.apache.commons.lang3.StringUtils;
import org.opentestsystem.ap.common.imrt.model.BaseItem;
import org.opentestsystem.ap.common.imrt.model.KeywordContent;
import org.opentestsystem.ap.common.model.Item;
import org.opentestsystem.ap.common.model.WerItem;
im... | 2,158 | 0.749305 | 0.748842 | 49 | 43.040817 | 39.73687 | 151 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.632653 | false | false | 7 |
ef4ca20efe489c98470c8da8736adc84b3f295e0 | 31,636,729,148,513 | 960e973e6f95406057d9fd3f87075a0c7c18b25d | /Linked List/src/RemoveDuplicatesfromSortedListII/Solution.java | d6903b7e624c4b5f21e3d6e8165ebd53149ae4c5 | [] | no_license | lby1989825/Lintcode | https://github.com/lby1989825/Lintcode | 5bc4965b097a08356540bc141a54537c1a426666 | 11ab804181c6862bbb8ecde3c32be02284b3339f | refs/heads/master | 2021-01-10T09:17:10.466000 | 2015-10-11T20:16:02 | 2015-10-11T20:16:02 | 43,100,492 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package RemoveDuplicatesfromSortedListII;
import java.util.HashMap;
import java.util.Map;
public class Solution {
/**
* @param ListNode head is the head of the linked list
* @return: ListNode head of the linked list
*/
public static ListNode deleteDuplicates(ListNode head) {
// write yo... | UTF-8 | Java | 905 | java | Solution.java | Java | [] | null | [] | package RemoveDuplicatesfromSortedListII;
import java.util.HashMap;
import java.util.Map;
public class Solution {
/**
* @param ListNode head is the head of the linked list
* @return: ListNode head of the linked list
*/
public static ListNode deleteDuplicates(ListNode head) {
// write yo... | 905 | 0.564641 | 0.544751 | 36 | 24.138889 | 17.419901 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.638889 | false | false | 7 |
187a92772bf48a4270647bc668c3f0de54849311 | 10,187,662,450,123 | eb269a56dadcfbacd35d5682adc5486962e714cb | /Demo/src/main/java/com/example/administrator/myapplication/view/HeaderView.java | 31721918372051ebd155e8a7014424195f39e09d | [] | no_license | l123456789jy/AndroidTestDemo | https://github.com/l123456789jy/AndroidTestDemo | ec30ea0806b5a53d374f9b2cadab66333bba5719 | b93579b08a4dd443c107f14c7ba3b0e3d32faf13 | refs/heads/master | 2020-04-06T13:51:42.719000 | 2017-07-21T06:45:46 | 2017-07-21T06:45:46 | 46,868,712 | 8 | 7 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.administrator.myapplication.view;
import android.content.Context;
import android.util.AttributeSet;
import android.util.Log;
import android.view.Gravity;
import android.view.LayoutInflater;
import android.view.View;
import android.view.animation.Animation;
import android.view.animation.RotateAnimat... | UTF-8 | Java | 5,516 | java | HeaderView.java | Java | [] | null | [] | package com.example.administrator.myapplication.view;
import android.content.Context;
import android.util.AttributeSet;
import android.util.Log;
import android.view.Gravity;
import android.view.LayoutInflater;
import android.view.View;
import android.view.animation.Animation;
import android.view.animation.RotateAnimat... | 5,516 | 0.731581 | 0.723523 | 165 | 30.587879 | 24.557659 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.181818 | false | false | 7 |
9aef473d7878dbd66c68c2c9a58b0a6d44083481 | 2,534,030,744,789 | f138c37a664d6bcbb05fa28c4c5b2b4902f35638 | /src/main/java/com/someguysoftware/workinator/host/config/ControllerConfig.java | 02c258d305f4e7481507c2805f626aab1a0a515f | [] | no_license | jayallard/message-partitioning | https://github.com/jayallard/message-partitioning | 35176b1327140068cb4941bf236ece8ba97e4d78 | 323c68002ae964a0d1dc01577c23beddd6236e1f | refs/heads/master | 2017-04-23T08:10:28.210000 | 2016-12-08T17:06:31 | 2016-12-08T17:06:31 | 62,681,596 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.someguysoftware.workinator.host.config;
import com.someguysoftware.workinator.InvalidNameException;
import com.someguysoftware.workinator.controller.ControllerId;
import com.someguysoftware.workinator.controller.ICoordinatorController;
import com.someguysoftware.workinator.controller.WorkinatorController;
... | UTF-8 | Java | 1,215 | java | ControllerConfig.java | Java | [
{
"context": "ork.context.annotation.Profile;\n\n/**\n * Created by jaya on 11/23/16.\n * k?\n */\n@Configuration\n@Profile(\"w",
"end": 633,
"score": 0.992046594619751,
"start": 629,
"tag": "USERNAME",
"value": "jaya"
}
] | null | [] | package com.someguysoftware.workinator.host.config;
import com.someguysoftware.workinator.InvalidNameException;
import com.someguysoftware.workinator.controller.ControllerId;
import com.someguysoftware.workinator.controller.ICoordinatorController;
import com.someguysoftware.workinator.controller.WorkinatorController;
... | 1,215 | 0.809877 | 0.804938 | 33 | 35.81818 | 32.812096 | 149 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.454545 | false | false | 7 |
a563df6b82e6ba82e7abc7b25051e51f4949b8f7 | 11,158,325,077,147 | 2e7146fb45214b9206dc70a7424d9ee30785cad1 | /practicaFinal/src/practicaFinal/AgenteEspionaje.java | 64bc228b3bed4cf01a43dda7a3cf1dec4ab02d1b | [
"Apache-2.0"
] | permissive | Manauta97/practicafinal | https://github.com/Manauta97/practicafinal | 13a344aca55e58a7fb7476a6412c2235967fa62a | 6e37d81107a5cf2f0c9f97c3c87e09647bb799ed | refs/heads/master | 2021-01-07T08:03:29.888000 | 2020-03-04T13:25:58 | 2020-03-04T13:25:58 | 241,627,992 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package practicaFinal;
import java.util.Arrays;
/*creacion de la clase agentes de espionaje y sus atributos*/
public class AgenteEspionaje extends Agentes {
private String[] pisos;
public AgenteEspionaje(String nombre, int edad, String direccion, double salario) {
super(nombre, edad, direccion, salario);
... | UTF-8 | Java | 620 | java | AgenteEspionaje.java | Java | [] | null | [] | package practicaFinal;
import java.util.Arrays;
/*creacion de la clase agentes de espionaje y sus atributos*/
public class AgenteEspionaje extends Agentes {
private String[] pisos;
public AgenteEspionaje(String nombre, int edad, String direccion, double salario) {
super(nombre, edad, direccion, salario);
... | 620 | 0.656452 | 0.656452 | 26 | 21.846153 | 23.919243 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.653846 | false | false | 7 |
a66eb0ffbcc8f8c83aeb3c5cc53a86465ff7aa50 | 29,111,288,349,944 | 9d701da23df36163bcbe0101bafe7b9b9d3b6d55 | /core/src/main/java/io/keyko/monitoring/agent/core/endpoint/response/AbiImportResponse.java | ff1646344c8b39b8113de9a1e175f5bf42219bfc | [
"Apache-2.0"
] | permissive | natebolam/web3-monitoring-agent | https://github.com/natebolam/web3-monitoring-agent | 8f4858358336e11e32b7a74259cd83ba5f2ce4d3 | 99c44000b6590c6bbf09b164910cb14e75b4fb29 | refs/heads/master | 2023-04-06T15:57:39.201000 | 2020-06-25T16:33:06 | 2020-06-25T16:33:06 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package io.keyko.monitoring.agent.core.endpoint.response;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
import java.util.ArrayList;
import java.util.List;
@Data
@AllArgsConstructor
@NoArgsConstructor
public class AbiImportResponse {
List<AddEventFilterResponse> listEvent... | UTF-8 | Java | 419 | java | AbiImportResponse.java | Java | [] | null | [] | package io.keyko.monitoring.agent.core.endpoint.response;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
import java.util.ArrayList;
import java.util.List;
@Data
@AllArgsConstructor
@NoArgsConstructor
public class AbiImportResponse {
List<AddEventFilterResponse> listEvent... | 419 | 0.806683 | 0.806683 | 18 | 22.277779 | 22.345284 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 7 |
f4ef0aa4c89d551658075253522c7e73d9ba2834 | 2,714,419,372,738 | c485bfa3b4902f1ddfb73cc01a8454b00ecab276 | /src/com/libin/test/ServiceTest.java | 8cef09f1d6b784d76edab05073f9f556a6b54070 | [] | no_license | cubika/loginSystem | https://github.com/cubika/loginSystem | 3bd3d6cf537a974dcc843493161c72261155a6e8 | 68d34e8464ca796c80051ef09a8aff153862b8f5 | refs/heads/master | 2021-01-10T12:39:37.561000 | 2013-03-01T08:51:28 | 2013-03-01T08:51:28 | 8,497,669 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.libin.test;
import static org.junit.Assert.*;
import org.junit.Test;
import com.libin.domain.User;
import com.libin.service.impl.BusinessService;
import com.libin.util.UserExistException;
public class ServiceTest {
private BusinessService service=new BusinessService();
@Test
public void testRegiste... | UTF-8 | Java | 735 | java | ServiceTest.java | Java | [
{
"context": "{\n\t\t\tUser jerry=new User();\n\t\t\tjerry.setUsername(\"jerry\");\n\t\t\tjerry.setPassword(\"123\");\n\t\t\tjerry.setEmail",
"end": 387,
"score": 0.9996299743652344,
"start": 382,
"tag": "USERNAME",
"value": "jerry"
},
{
"context": "jerry.setUsername(\"jerry\");\n\t\... | null | [] | package com.libin.test;
import static org.junit.Assert.*;
import org.junit.Test;
import com.libin.domain.User;
import com.libin.service.impl.BusinessService;
import com.libin.util.UserExistException;
public class ServiceTest {
private BusinessService service=new BusinessService();
@Test
public void testRegiste... | 749 | 0.703401 | 0.684354 | 35 | 20 | 17.236176 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.6 | false | false | 7 |
52e5c252b813a095057dcd128b68d876bfa84a17 | 14,697,378,102,012 | 93ee06fdf67da9c4a08b0d2372a3444eeb268172 | /src/domain/ProveedorSucursalUsuario.java | ce70e71cc36d79cbffdbbe4ec9803ce61de74156 | [] | no_license | lfhernandezb/MarketPlaceJava | https://github.com/lfhernandezb/MarketPlaceJava | 89c4506c2bb4a073a961950721178940b11abe0f | d648ffd77c1c1edcf97a7674167568d268f9cff2 | refs/heads/master | 2021-01-10T08:43:12.322000 | 2016-03-20T01:53:39 | 2016-03-20T01:53:39 | 53,456,949 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // default package
// Generated Feb 21, 2016 1:29:39 PM by Hibernate Tools 3.4.0.CR1
/**
* ProveedorSucursalUsuario generated by hbm2java
*/
public class ProveedorSucursalUsuario implements java.io.Serializable {
private Integer idProveedorSucursalUsuario;
private ProveedorSucursal proveedorSucursal;
private Rol... | UTF-8 | Java | 2,020 | java | ProveedorSucursalUsuario.java | Java | [] | null | [] | // default package
// Generated Feb 21, 2016 1:29:39 PM by Hibernate Tools 3.4.0.CR1
/**
* ProveedorSucursalUsuario generated by hbm2java
*/
public class ProveedorSucursalUsuario implements java.io.Serializable {
private Integer idProveedorSucursalUsuario;
private ProveedorSucursal proveedorSucursal;
private Rol... | 2,020 | 0.754951 | 0.74703 | 93 | 20.72043 | 21.69206 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.408602 | false | false | 7 |
2f4edd6fb5ffd47362ef1544f70645399144c83d | 14,697,378,101,342 | e40644aa70f9fefae0077ba4c2ad1ebd067d899d | /S-IDE/Util/trunk/com.bluexml.side.Util.generator.alfresco/src/com/bluexml/side/util/generator/alfresco/AlfrescoPackager.java | 045582651d6affa68bbfdfb8c8f4b4ddf1e1f6e4 | [] | no_license | jck1307/SIDE-Labs | https://github.com/jck1307/SIDE-Labs | 5852fe13347c7de927e30e74c9cfa7fa677dde93 | e92decf2950aea3821990e12417283f1520fa3e2 | refs/heads/master | 2020-05-18T16:58:32.737000 | 2011-03-18T16:40:47 | 2011-03-18T16:40:47 | 1,496,895 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
Copyright (C) 2007-2011 BlueXML - www.bluexml.com
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 | 1,609 | java | AlfrescoPackager.java | Java | [] | null | [] | /*
Copyright (C) 2007-2011 BlueXML - www.bluexml.com
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.
... | 1,609 | 0.763828 | 0.758235 | 46 | 33.97826 | 34.440552 | 125 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.065217 | false | false | 7 |
36338287fe8ee328bb31d666b31f598f9df0c372 | 1,649,267,466,035 | ab548157a9d0d707f3950e895c9d4ae7e4467e1a | /sh_cloud_server/src/main/java/com/xiaomo/cloud/sysemp/service/impl/SysEmpServiceImpl.java | 78280e6210b68cb3087a9db25336eadda8ae39b5 | [] | no_license | ailisipai/xiaomo-irmp-server | https://github.com/ailisipai/xiaomo-irmp-server | 32829a96e4d47accaeda7f1d5adc69d60ced76ec | 4bdcfd9ec4d77e773a877c061c1c43750fb583a9 | refs/heads/master | 2023-08-30T18:32:15.553000 | 2021-11-10T16:07:20 | 2021-11-10T16:07:20 | 420,581,662 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.xiaomo.cloud.sysemp.service.impl;
import cn.hutool.core.bean.BeanUtil;
import cn.hutool.core.collection.CollectionUtil;
import cn.hutool.core.lang.Dict;
import cn.hutool.core.util.ObjectUtil;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import com.xiaomo.cloud.sysemp.entity.SysEmp;
i... | UTF-8 | Java | 2,138 | java | SysEmpServiceImpl.java | Java | [
{
"context": "st;\n\n/**\n * <p>\n * 员工表 服务实现类\n * </p>\n *\n * @author xiaomo\n * @since 2021-10-31\n */\n@Service\npublic class Sy",
"end": 854,
"score": 0.9996237754821777,
"start": 848,
"tag": "USERNAME",
"value": "xiaomo"
}
] | null | [] | package com.xiaomo.cloud.sysemp.service.impl;
import cn.hutool.core.bean.BeanUtil;
import cn.hutool.core.collection.CollectionUtil;
import cn.hutool.core.lang.Dict;
import cn.hutool.core.util.ObjectUtil;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import com.xiaomo.cloud.sysemp.entity.SysEmp;
i... | 2,138 | 0.744691 | 0.74083 | 63 | 31.888889 | 28.577997 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.52381 | false | false | 7 |
78902a628126ab258f16a39fc896e988b75398a2 | 7,181,185,325,894 | e34ae84cf46df3a59bea7cad5db2bdca9b8f5fcb | /projectdwa/src/Budget/Monthly.java | e0a391872e1c7a6bf44d0de9e5a51e3863ea41f2 | [] | no_license | thegunner157/Household-budget | https://github.com/thegunner157/Household-budget | 818ade7122f3e9211d9e51fa18eea1fcdc3a244c | ad4b076dbb1ed87bbfd97f3e80256ce680a69bcc | refs/heads/master | 2021-06-17T17:01:29.616000 | 2021-04-13T16:38:53 | 2021-04-13T16:38:53 | 194,385,040 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Budget;
import org.jfree.chart.ChartFactory;
import org.jfree.chart.ChartPanel;
import org.jfree.chart.JFreeChart;
import org.jfree.chart.plot.PlotOrientation;
import org.jfree.data.category.CategoryDataset;
import org.jfree.data.category.DefaultCategoryDataset;
import javax.swing.*;
import java.awt.*;
import... | UTF-8 | Java | 6,765 | java | Monthly.java | Java | [] | null | [] | package Budget;
import org.jfree.chart.ChartFactory;
import org.jfree.chart.ChartPanel;
import org.jfree.chart.JFreeChart;
import org.jfree.chart.plot.PlotOrientation;
import org.jfree.data.category.CategoryDataset;
import org.jfree.data.category.DefaultCategoryDataset;
import javax.swing.*;
import java.awt.*;
import... | 6,765 | 0.621582 | 0.614782 | 179 | 36.798882 | 27.927156 | 131 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.927374 | false | false | 7 |
4a7cac0261c1f19f3baf7ad517814a2740682d76 | 15,650,860,858,004 | da1a7422ffe3505c7de9fdf2a4faff5e32580ca4 | /app/src/main/java/com/zmy/diamond/adapter/InfoAdapter.java | f7ab62ed0502b10621ae023d43387d63a44686fb | [] | no_license | zmyqucai8/diamond | https://github.com/zmyqucai8/diamond | a43d5ad2cbc1d88dcffefe94983c253655ba63fc | 48027aebc686a82ada02486d12e6117a607dec29 | refs/heads/master | 2020-03-29T21:36:20.910000 | 2018-09-26T06:34:01 | 2018-09-26T06:34:01 | 150,376,424 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zmy.diamond.adapter;
import android.content.Context;
import android.support.annotation.Nullable;
import android.view.View;
import android.widget.ImageView;
import com.chad.library.adapter.base.BaseQuickAdapter;
import com.chad.library.adapter.base.BaseViewHolder;
import com.zmy.diamond.R;
import com.zmy.d... | UTF-8 | Java | 1,341 | java | InfoAdapter.java | Java | [
{
"context": "rt java.util.List;\n\n/**\n * 信息咨询页面适配器\n * Created by zhangmengyun on 2018/6/11.\n */\n\npublic class InfoAdapter exten",
"end": 505,
"score": 0.998866081237793,
"start": 493,
"tag": "USERNAME",
"value": "zhangmengyun"
}
] | null | [] | package com.zmy.diamond.adapter;
import android.content.Context;
import android.support.annotation.Nullable;
import android.view.View;
import android.widget.ImageView;
import com.chad.library.adapter.base.BaseQuickAdapter;
import com.chad.library.adapter.base.BaseViewHolder;
import com.zmy.diamond.R;
import com.zmy.d... | 1,341 | 0.699924 | 0.694633 | 43 | 29.767443 | 26.398413 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.627907 | false | false | 7 |
c6934d5543adcd7c42c653ca90fe5ae3eef6d759 | 3,161,095,939,184 | 42862862a2e7810070ece26d5e9e2560ea2d0adc | /src/day5/day5/历史老师.java | 97c672431662a46dd40faeddcdef0e9889bcdd30 | [] | no_license | ITaJuan/Git | https://github.com/ITaJuan/Git | e18ad4db24bf0ef622c63119be1bd09038a772fe | 5929957d03e69a4c71750cffae8dbd13f65d7650 | refs/heads/master | 2020-07-01T17:07:55.252000 | 2016-12-01T11:58:26 | 2016-12-01T11:58:26 | 74,269,728 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package day5.day5;
import day5.Teacher;
public class 历史老师 extends Teacher {
@Override
public void teach() {
System.out.println(super.sname+"带学生挖坟掘墓");
}
}
| GB18030 | Java | 200 | java | 历史老师.java | Java | [] | null | [] | package day5.day5;
import day5.Teacher;
public class 历史老师 extends Teacher {
@Override
public void teach() {
System.out.println(super.sname+"带学生挖坟掘墓");
}
}
| 200 | 0.657303 | 0.640449 | 13 | 11.692307 | 14.402909 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.615385 | false | false | 7 |
baf255602b8c9016ded6430b74d6bbd6d2167bea | 1,099,511,665,543 | e79acc3c314e059c2b35f2c139e4757184b621b8 | /src/TableInformation/ActiveColumn.java | f1dba71e41fce159f0e66ea939d7f1f24d99fbd3 | [
"MIT"
] | permissive | thefreshduke/slogo | https://github.com/thefreshduke/slogo | 107db3e03db591a4056ead360f7c74e746f412fe | 0b0fca72b97d14bd5ec9da6954f62e5fe5f463b6 | refs/heads/master | 2016-09-06T10:37:26.553000 | 2014-12-13T03:26:03 | 2014-12-13T03:26:03 | 34,892,290 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package TableInformation;
import GUIFunctions.EditingCell;
import javafx.beans.property.ReadOnlyObjectWrapper;
import turtle.Turtle;
public class ActiveColumn extends Column<Boolean>{
public ActiveColumn(String s) {
super(s);
}
@Override
public ReadOnlyObjectWrapper<Boolean> doFunction(CellDataFeatures<Turtle... | UTF-8 | Java | 733 | java | ActiveColumn.java | Java | [] | null | [] | package TableInformation;
import GUIFunctions.EditingCell;
import javafx.beans.property.ReadOnlyObjectWrapper;
import turtle.Turtle;
public class ActiveColumn extends Column<Boolean>{
public ActiveColumn(String s) {
super(s);
}
@Override
public ReadOnlyObjectWrapper<Boolean> doFunction(CellDataFeatures<Turtle... | 733 | 0.772169 | 0.772169 | 30 | 23.366667 | 25.527088 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.333333 | false | false | 7 |
c93668e48acd0d0dea7376544ae0685ecb8fdff0 | 26,130,581,071,950 | 58f68949dcaa13608ffc74af1078fa62b440eb28 | /src/main/java/real_data_base/adapter_data_base/TypeCompetitionAdapter.java | 2c5f0ad868a3533407498ac6c3b37fbbf2e92312 | [] | no_license | FedorovVladimir/ChessMatch | https://github.com/FedorovVladimir/ChessMatch | 7ce5c6ecf0b5bc57c0467926f457d235e3ab3c6c | 08bce264133466ec28402f7eac7092e16a981b0a | refs/heads/master | 2020-05-15T12:35:31.246000 | 2019-04-29T05:35:37 | 2019-04-29T05:35:37 | 182,270,472 | 1 | 0 | null | false | 2019-04-25T11:49:50 | 2019-04-19T13:40:57 | 2019-04-25T11:22:30 | 2019-04-25T11:22:29 | 258 | 0 | 0 | 1 | Java | false | false | package real_data_base.adapter_data_base;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import real_data_base.HibernateUtil;
import real_data_base.entity_from_data_base.TypeCompetitionEntity;
import java.util.List;
public class TypeCompetitionAdapter {
private static SessionFactory sessionF... | UTF-8 | Java | 1,046 | java | TypeCompetitionAdapter.java | Java | [] | null | [] | package real_data_base.adapter_data_base;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import real_data_base.HibernateUtil;
import real_data_base.entity_from_data_base.TypeCompetitionEntity;
import java.util.List;
public class TypeCompetitionAdapter {
private static SessionFactory sessionF... | 1,046 | 0.716061 | 0.716061 | 31 | 32.741936 | 30.113728 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.451613 | false | false | 7 |
3cb912f19835d34851f4dc820d7e1eaa72b854d3 | 14,310,831,065,154 | 2388ec93ef17cf56ed9d196c5ab619d573170c20 | /fm.expression/src/test/java/com/viettel/utils/condition/reflection/ReflectTest.java | 67d2ca83019c05a7b27d405097156d48942c55ce | [] | no_license | amateurasu/madafaker | https://github.com/amateurasu/madafaker | f4dbf8255c47da16e9bd2a9c1594759b74db1173 | dd2ec5c4a6d69ee73aaefb7edca18cd9895dff7d | refs/heads/master | 2023-02-11T23:42:34.563000 | 2020-12-28T23:09:16 | 2020-12-28T23:09:16 | 323,883,798 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.viettel.utils.condition.reflection;
import lombok.extern.slf4j.Slf4j;
import org.junit.jupiter.api.Test;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertNotNull;
@Slf4j
public class ReflectTest {
private static class A {
@Ann(t... | UTF-8 | Java | 870 | java | ReflectTest.java | Java | [] | null | [] | package com.viettel.utils.condition.reflection;
import lombok.extern.slf4j.Slf4j;
import org.junit.jupiter.api.Test;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertNotNull;
@Slf4j
public class ReflectTest {
private static class A {
@Ann(t... | 870 | 0.626437 | 0.621839 | 33 | 25.363636 | 21.603617 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.515152 | false | false | 7 |
5653fe2de57277a5ef9c1d0ac4acf18b1a8a6a41 | 10,041,633,586,904 | 802b51430aad084b64aef0e25db48ea0e589b4bf | /2sem/PIS/pis_webapp/src/main/java/com/vut/fit/pis2020/converter/StoreDtoConverter.java | 59ded1f236bc2ac5b3c263b04daebe210d282abf | [
"MIT"
] | permissive | TomasLapsansky/VUT-FIT-MITAI | https://github.com/TomasLapsansky/VUT-FIT-MITAI | dcbd36a64a5232db1a4e1603f84eea05f5ff0f3a | b31f86db58de538b8f5c87fb854e86c036e3b19c | refs/heads/master | 2021-06-30T04:17:52.859000 | 2021-02-08T17:49:41 | 2021-02-08T17:49:41 | 237,456,563 | 0 | 1 | null | false | 2021-06-04T22:18:50 | 2020-01-31T15:20:44 | 2021-02-08T17:55:08 | 2021-06-04T22:18:50 | 24,639 | 0 | 1 | 2 | JavaScript | false | false | package com.vut.fit.pis2020.converter;
import com.vut.fit.pis2020.dto.StoreDto;
import com.vut.fit.pis2020.entity.Store;
import org.springframework.stereotype.Component;
@Component
public class StoreDtoConverter {
public Store convertToStore(StoreDto storeDto) {
Store store = null;
if(storeDto !... | UTF-8 | Java | 849 | java | StoreDtoConverter.java | Java | [] | null | [] | package com.vut.fit.pis2020.converter;
import com.vut.fit.pis2020.dto.StoreDto;
import com.vut.fit.pis2020.entity.Store;
import org.springframework.stereotype.Component;
@Component
public class StoreDtoConverter {
public Store convertToStore(StoreDto storeDto) {
Store store = null;
if(storeDto !... | 849 | 0.616019 | 0.601885 | 34 | 23.970589 | 19.491302 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.441176 | false | false | 7 |
76253e55759350c4f152de412cacb262e780dd50 | 31,533,649,889,426 | 27f74bfd5076fdf8adc1b21afdee0948c510206e | /src/main/java/org/dejava/app/philanthropy/dao/share/ProjectShareDAO.java | 4815cb276cb80bb9880eceb4a4f2c1b88f6a79b5 | [] | no_license | rvcoutinho/dejava-app-philanthropy-ejb | https://github.com/rvcoutinho/dejava-app-philanthropy-ejb | 774675d24f01b02da150dc008f73b2fe4be67050 | 9e412272a901aac56db281ef3ffe7c4cc5947d30 | refs/heads/master | 2016-08-04T21:54:52.941000 | 2015-01-22T02:24:15 | 2015-01-22T02:24:15 | 23,027,853 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.dejava.app.philanthropy.dao.share;
import javax.inject.Inject;
import javax.persistence.EntityManager;
import javax.persistence.TypedQuery;
import org.dejava.component.ejb.dao.AbstractGenericDAO;
import org.dejava.app.philanthropy.model.share.ProjectShare;
import org.dejava.app.philanthropy.util.Philanthr... | UTF-8 | Java | 2,814 | java | ProjectShareDAO.java | Java | [] | null | [] | package org.dejava.app.philanthropy.dao.share;
import javax.inject.Inject;
import javax.persistence.EntityManager;
import javax.persistence.TypedQuery;
import org.dejava.component.ejb.dao.AbstractGenericDAO;
import org.dejava.app.philanthropy.model.share.ProjectShare;
import org.dejava.app.philanthropy.util.Philanthr... | 2,814 | 0.745203 | 0.745203 | 87 | 31.344828 | 26.379993 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.413793 | false | false | 7 |
036070cbc2eddf8d629fb06daaea02531fe08d92 | 10,599,979,348,813 | 158da9594bbde9c1d5d251cccea1679fadfa5e5c | /src/com/xck/blog/model/Article.java | db9e3f8f9a5b8cffa2649063018221388d1b48cf | [] | no_license | xck503c/Blog | https://github.com/xck503c/Blog | f1ee40b080d9b73d587e3f1baa17568cf1c0093c | 63d371938f51650d67a3f4d3e73021802934e8d4 | refs/heads/master | 2020-05-21T10:07:52.626000 | 2016-09-03T13:59:10 | 2016-09-03T13:59:10 | 63,952,711 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.xck.blog.model;
import java.util.Date;
public class Article {
int article_id;
String article_title;
Date article_time;
int article_click;
int article_comment;
int article_up;
int article_type;
int article_isComment;
String article_content;
int int_grouping;
String article_grouping; //在数据库中是关联的... | GB18030 | Java | 3,178 | java | Article.java | Java | [] | null | [] | package com.xck.blog.model;
import java.util.Date;
public class Article {
int article_id;
String article_title;
Date article_time;
int article_click;
int article_comment;
int article_up;
int article_type;
int article_isComment;
String article_content;
int int_grouping;
String article_grouping; //在数据库中是关联的... | 3,178 | 0.737009 | 0.737009 | 117 | 25.97436 | 21.558294 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.880342 | false | false | 7 |
85a9d24bc036cf9501ccd3af19416b29f97be388 | 10,599,979,351,216 | 6f672fb72caedccb841ee23f53e32aceeaf1895e | /translator-google_source/src/com/google/android/libraries/translate/offline/v.java | 9c558d9fad60d80583b47e0d03c5d1db0071cc69 | [] | no_license | cha63506/CompSecurity | https://github.com/cha63506/CompSecurity | 5c69743f660b9899146ed3cf21eceabe3d5f4280 | eee7e74f4088b9c02dd711c061fc04fb1e4e2654 | refs/heads/master | 2018-03-23T04:15:18.480000 | 2015-12-19T01:29:58 | 2015-12-19T01:29:58 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/kpdus/jad.html
// Decompiler options: braces fieldsfirst space lnc
package com.google.android.libraries.translate.offline;
import java.util.Comparator;
// Referenced classes of package com.google.android.librar... | UTF-8 | Java | 890 | java | v.java | Java | [
{
"context": "// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov.\n// Jad home page: http://www.geocities.com/kpdus",
"end": 61,
"score": 0.9996647238731384,
"start": 45,
"tag": "NAME",
"value": "Pavel Kouznetsov"
}
] | null | [] | // Decompiled by Jad v1.5.8e. Copyright 2001 <NAME>.
// Jad home page: http://www.geocities.com/kpdus/jad.html
// Decompiler options: braces fieldsfirst space lnc
package com.google.android.libraries.translate.offline;
import java.util.Comparator;
// Referenced classes of package com.google.android.libraries.transl... | 880 | 0.531461 | 0.507865 | 39 | 21.820513 | 21.777279 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.307692 | false | false | 7 |
3e39c6881bf641053b6f650a393b5c4610dd6780 | 30,477,087,953,189 | 598eb3846835e5bf6c96da675238a054a1c3a0fa | /src/main/java/com/gogeo/experimental/flink/remote_sensing/PipelineRScript.java | d8697d7a0f2854df16c3a2cf881a0a065071c129 | [] | no_license | savioteles/remote_sensing_pipeline | https://github.com/savioteles/remote_sensing_pipeline | 8469c30ed687cdaf1037ed34f161d8a14a08c17d | ac33a8fadaa2dc0d875ce7f2b24ac7751d1c9cc3 | refs/heads/master | 2021-01-19T04:15:47.762000 | 2017-12-05T21:07:06 | 2017-12-05T21:07:06 | 87,362,471 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.gogeo.experimental.flink.remote_sensing;
import java.io.IOException;
import java.net.URI;
import java.util.Properties;
import org.apache.flink.api.common.typeinfo.TypeInformation;
import org.apache.flink.api.java.typeutils.TypeExtractor;
import org.apache.flink.api.java.utils.ParameterTool;
import org.apa... | UTF-8 | Java | 3,008 | java | PipelineRScript.java | Java | [] | null | [] | package com.gogeo.experimental.flink.remote_sensing;
import java.io.IOException;
import java.net.URI;
import java.util.Properties;
import org.apache.flink.api.common.typeinfo.TypeInformation;
import org.apache.flink.api.java.typeutils.TypeExtractor;
import org.apache.flink.api.java.utils.ParameterTool;
import org.apa... | 3,008 | 0.680186 | 0.675864 | 78 | 37.564102 | 28.707451 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.589744 | false | false | 7 |
33353130aae998808922475df757ec5b1260327d | 13,245,679,208,180 | 58cf4cc51e33b5935b26aa05477b0126702e1bcc | /A/src/main/java/old/UserPairWritable.java | c1d6acb33f9a5608e0346f96a9f6c1b92a6e266a | [] | no_license | RickAi/BDT_A1 | https://github.com/RickAi/BDT_A1 | 53614681dfeef944d5ee57da7c45765b0ce9d59f | 56af2c9f148641cbca65663b7b546b4748e53010 | refs/heads/master | 2020-03-31T12:58:33.471000 | 2018-10-27T10:39:50 | 2018-10-27T10:39:50 | 151,703,081 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package old;
import org.apache.hadoop.io.LongWritable;
import org.apache.hadoop.io.WritableComparable;
import java.io.DataInput;
import java.io.DataOutput;
import java.io.IOException;
public class UserPairWritable implements WritableComparable<UserPairWritable> {
private LongWritable firstUserId;
private Lo... | UTF-8 | Java | 2,341 | java | UserPairWritable.java | Java | [] | null | [] | package old;
import org.apache.hadoop.io.LongWritable;
import org.apache.hadoop.io.WritableComparable;
import java.io.DataInput;
import java.io.DataOutput;
import java.io.IOException;
public class UserPairWritable implements WritableComparable<UserPairWritable> {
private LongWritable firstUserId;
private Lo... | 2,341 | 0.657411 | 0.654848 | 72 | 31.513889 | 27.599815 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.472222 | false | false | 7 |
7f294983eb936ad5f1ff30d9bde0b3d6023af613 | 35,235,911,699,157 | d9a5cbd58e1fa750bf7fbf780e77a0317b7c09d4 | /app/src/main/java/vn/axonactive/aevent/model/Speaker.java | 6a74c11a3ffb0373a3cd441aef268ffd34097235 | [] | no_license | hdthan/review-awsomevent-android | https://github.com/hdthan/review-awsomevent-android | cc02bcdb4e2d07b0e678d35cfaaa101fa69ed03b | bcff0831efe6e203214d5330cf20c2b59e25bbf9 | refs/heads/master | 2021-01-01T06:56:06.478000 | 2017-07-18T04:06:50 | 2017-07-18T04:06:50 | 97,550,937 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package vn.axonactive.aevent.model;
import android.os.Parcel;
import android.os.Parcelable;
import com.google.gson.annotations.SerializedName;
/**
* Created by dangducnam on 1/10/17.
*/
public class Speaker implements Parcelable {
@SerializedName("avatar")
private String avatar;
@SerializedName("des... | UTF-8 | Java | 2,630 | java | Speaker.java | Java | [
{
"context": "son.annotations.SerializedName;\n\n/**\n * Created by dangducnam on 1/10/17.\n */\n\npublic class Speaker implements ",
"end": 174,
"score": 0.9996384382247925,
"start": 164,
"tag": "USERNAME",
"value": "dangducnam"
}
] | null | [] | package vn.axonactive.aevent.model;
import android.os.Parcel;
import android.os.Parcelable;
import com.google.gson.annotations.SerializedName;
/**
* Created by dangducnam on 1/10/17.
*/
public class Speaker implements Parcelable {
@SerializedName("avatar")
private String avatar;
@SerializedName("des... | 2,630 | 0.596578 | 0.594297 | 134 | 18.626865 | 16.450138 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.328358 | false | false | 7 |
ac49c5fc6aef367b487899b3b8d58765ff8f6f93 | 22,471,268,947,887 | d3bdce9bfbeaa24ed4b49954d3217a7a6e857c3b | /asura-base-core/src/main/java/org/asuraframework/base/core/base/BaseDao.java | 30d1bb1965521dbe54452e0912c9202eb5668a2f | [] | no_license | AsuraTeam/asura-base | https://github.com/AsuraTeam/asura-base | 7720b0d35e6e577167b14577bcef6bdd38e7d6de | 712c52ba7b4b96aac0f14acfe738a47bbed2347c | refs/heads/master | 2021-04-27T04:49:38.153000 | 2018-05-01T03:01:02 | 2018-05-01T03:01:02 | 122,586,729 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Copyright(c) 2018 asura
*/
package org.asuraframework.base.core.base;
/**
* <p>
* 基础Dao接口,定义了增删改查基础接口
* 注意此处并不实现,只是定义API接口
* </p>
*
*
* @author liusq23
* @since 1.0
* @version 1.0
* @Date 2018/4/2 下午5:51
*/
public interface BaseDao<T extends BaseEntity> {
/**
* 保存对应的对象
* @param... | UTF-8 | Java | 739 | java | BaseDao.java | Java | [
{
"context": "/**\n * Copyright(c) 2018 asura\n */\npackage org.asuraframework.base.core.base;\n\n/",
"end": 30,
"score": 0.4317325949668884,
"start": 25,
"tag": "NAME",
"value": "asura"
},
{
"context": " * 注意此处并不实现,只是定义API接口\n * </p>\n *\n *\n * @author liusq23\n * @since 1.0\n ... | null | [] | /**
* Copyright(c) 2018 asura
*/
package org.asuraframework.base.core.base;
/**
* <p>
* 基础Dao接口,定义了增删改查基础接口
* 注意此处并不实现,只是定义API接口
* </p>
*
*
* @author liusq23
* @since 1.0
* @version 1.0
* @Date 2018/4/2 下午5:51
*/
public interface BaseDao<T extends BaseEntity> {
/**
* 保存对应的对象
* @param... | 739 | 0.478331 | 0.447833 | 46 | 12.543478 | 10.265406 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.108696 | false | false | 7 |
0263f3e1b11f0f710b52c1ee21c22aaec46ab3b4 | 30,760,555,797,122 | 6629cef4b676b40de6d9d82d000325f215e50834 | /com/ekalife/elions/web/accounting/PreMultiController.java | 114422db4d7ea4c3990b2abbf1e39f4afe95483e | [] | no_license | fidesetratio/insurance | https://github.com/fidesetratio/insurance | a9bf169b9d1b568a2ae570b233a234a2500a4e31 | 6ba971ae6dc6d4858949f333b48b9113ef7ae8c4 | refs/heads/master | 2023-01-01T17:38:50.269000 | 2020-10-27T03:39:52 | 2020-10-27T03:39:52 | 307,576,991 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ekalife.elions.web.accounting;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Calendar;
import java.util.Date;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;
import javax.ser... | UTF-8 | Java | 11,472 | java | PreMultiController.java | Java | [] | null | [] | package com.ekalife.elions.web.accounting;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Calendar;
import java.util.Date;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;
import javax.ser... | 11,472 | 0.707897 | 0.704934 | 263 | 42.623573 | 30.980659 | 167 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.893536 | false | false | 7 |
d95fa84a656a87b9b3b0d7f604313bde103ea25f | 33,870,112,113,075 | 6edd7a979f32b15ad484513a808b7e4cdcaa9dfd | /source/core/src/main/com/deco2800/game/screens/endgame/EndGameActions.java | 8ff6b564e039ba81a1f4d62016c731b8457af21e | [] | no_license | benisrael29/Retroactive | https://github.com/benisrael29/Retroactive | ffd74d99a496782cf52d0d81477ffc03c7da15c6 | ec8acb92b4e079fcdffacf1df28f70777373a1cc | refs/heads/main | 2023-09-05T20:54:15.455000 | 2021-10-22T00:32:34 | 2021-10-22T00:32:34 | 424,508,114 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.deco2800.game.screens.endgame;
import com.deco2800.game.GdxGame;
import com.deco2800.game.generic.Component;
import com.deco2800.game.generic.ServiceLocator;
import com.deco2800.game.screens.context.ContextScreen;
import com.deco2800.game.screens.maingame.MainGameScreen;
import org.slf4j.Logger;
import org... | UTF-8 | Java | 1,565 | java | EndGameActions.java | Java | [] | null | [] | package com.deco2800.game.screens.endgame;
import com.deco2800.game.GdxGame;
import com.deco2800.game.generic.Component;
import com.deco2800.game.generic.ServiceLocator;
import com.deco2800.game.screens.context.ContextScreen;
import com.deco2800.game.screens.maingame.MainGameScreen;
import org.slf4j.Logger;
import org... | 1,565 | 0.719489 | 0.702236 | 48 | 31.625 | 26.387833 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.479167 | false | false | 7 |
d12a0d34c17e83a3c76948f6c8502ca7c68578dc | 13,958,643,755,033 | 8068c34dfe6f9cba1cabdd49df7df1e93799a114 | /src/main/java/cn/tata/t2s/ssm/service/util/CriteriaQueryManager.java | 19d1c5babf123a240c2c79b374ff6212e99303c7 | [] | no_license | JerryChaox/projectcat | https://github.com/JerryChaox/projectcat | 9bfae40e615520f9c8cbed57c718273dd5e6531e | 61b12eb29a95151c3a6c0fb6cc9ff850da3bae84 | refs/heads/master | 2021-01-12T11:03:12.976000 | 2017-05-17T03:03:04 | 2017-05-17T03:03:04 | 72,803,007 | 3 | 4 | null | false | 2017-03-10T10:03:08 | 2016-11-04T01:34:22 | 2017-03-10T09:52:29 | 2017-03-10T09:54:35 | 2,634 | 1 | 3 | 0 | JavaScript | null | null | package cn.tata.t2s.ssm.service.util;
import javax.persistence.criteria.CriteriaBuilder;
import javax.persistence.criteria.Predicate;
import javax.persistence.metamodel.SetAttribute;
import javax.persistence.metamodel.SingularAttribute;
import org.apache.commons.lang3.tuple.ImmutablePair;
import org.apache.commons.la... | UTF-8 | Java | 2,050 | java | CriteriaQueryManager.java | Java | [
{
"context": "r;\n\n/**\n * 利用方法注入构建CriteriaQuery相关的辅助变量\n * @author chan\n *\n */\npublic abstract class CriteriaQueryManager",
"end": 388,
"score": 0.8916534781455994,
"start": 384,
"tag": "USERNAME",
"value": "chan"
}
] | null | [] | package cn.tata.t2s.ssm.service.util;
import javax.persistence.criteria.CriteriaBuilder;
import javax.persistence.criteria.Predicate;
import javax.persistence.metamodel.SetAttribute;
import javax.persistence.metamodel.SingularAttribute;
import org.apache.commons.lang3.tuple.ImmutablePair;
import org.apache.commons.la... | 2,050 | 0.762376 | 0.760891 | 66 | 29.60606 | 25.826859 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.060606 | false | false | 7 |
c86ac7fa0a958bcc37c0f1377ee37a7f465780a9 | 13,958,643,754,884 | 593bd538170ef0ad2081095650f357e296a5f044 | /app/src/main/java/com/jms/scan/engine/CustomerService.java | 3003d0f1e634e23baeca156555e967a5b485c0b4 | [] | no_license | cike2014/Scan | https://github.com/cike2014/Scan | bfb2953a5b44997da839dfa79b7488f1770677f8 | bbe9ab95752ec47be3b56ec368c45ba0b96bc117 | refs/heads/master | 2021-01-11T22:09:23.334000 | 2017-09-26T04:25:19 | 2017-09-26T04:25:19 | 78,927,501 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jms.scan.engine;
import com.jms.scan.bean.Customer;
import com.jms.scan.engine.base.BaseService;
import com.jms.scan.param.CustomBean;
import org.xutils.ex.DbException;
import java.util.ArrayList;
import java.util.List;
/**
* Created by alpha on 2017/1/12.
*/
public class CustomerService extends BaseS... | UTF-8 | Java | 1,287 | java | CustomerService.java | Java | [
{
"context": "rayList;\nimport java.util.List;\n\n/**\n * Created by alpha on 2017/1/12.\n */\npublic class CustomerService ex",
"end": 259,
"score": 0.9788811206817627,
"start": 254,
"tag": "USERNAME",
"value": "alpha"
}
] | null | [] | package com.jms.scan.engine;
import com.jms.scan.bean.Customer;
import com.jms.scan.engine.base.BaseService;
import com.jms.scan.param.CustomBean;
import org.xutils.ex.DbException;
import java.util.ArrayList;
import java.util.List;
/**
* Created by alpha on 2017/1/12.
*/
public class CustomerService extends BaseS... | 1,287 | 0.636364 | 0.630925 | 50 | 24.74 | 21.698673 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 7 |
c5cf9dd92e6ceb438f39907bbd69981a4ee54429 | 13,958,643,754,826 | 90d769ff41c229a8476e4e3354340c12a91919fb | /homework-11/src/main/java/ru/otus/homework11/repository/BookRepository.java | f074074c8d01e36bc36f4c18bb3ee76897af0599 | [] | no_license | Jam0relies/2020-02-otus-spring-kuznetsov | https://github.com/Jam0relies/2020-02-otus-spring-kuznetsov | 29caf56d1c39f8f1472dedbe14f8063b14aa630e | 44b78c6be0d09faae563c116ab22f8f387608a35 | refs/heads/master | 2022-05-21T19:46:01.415000 | 2020-10-18T17:35:21 | 2020-10-18T17:35:21 | 245,978,088 | 1 | 0 | null | false | 2022-03-28T04:55:08 | 2020-03-09T08:13:23 | 2020-10-18T17:35:24 | 2022-03-28T04:55:08 | 3,180 | 0 | 0 | 30 | Java | false | false | package ru.otus.homework11.repository;
import org.springframework.data.mongodb.repository.ReactiveMongoRepository;
import reactor.core.publisher.Flux;
import reactor.core.publisher.Mono;
import ru.otus.homework11.domain.Book;
import ru.otus.homework11.domain.BookInfoProjection;
public interface BookRepository extend... | UTF-8 | Java | 538 | java | BookRepository.java | Java | [] | null | [] | package ru.otus.homework11.repository;
import org.springframework.data.mongodb.repository.ReactiveMongoRepository;
import reactor.core.publisher.Flux;
import reactor.core.publisher.Mono;
import ru.otus.homework11.domain.Book;
import ru.otus.homework11.domain.BookInfoProjection;
public interface BookRepository extend... | 538 | 0.821561 | 0.810409 | 17 | 30.647058 | 29.87413 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.647059 | false | false | 7 |
be1b548e841da5970d4bcda8538d461330422b92 | 34,789,235,108,737 | 558358a686d767383abf36408dab8f6d60220f92 | /src/tw/org/iii/optest2.java | 58d4636aac55542a3622bc747113ffae10f49db7 | [] | no_license | rrccookimo/rcotw | https://github.com/rrccookimo/rcotw | e4f7fbc78616ec3b25c94db2dd5c5843f0e8e84a | b040178a24baa28bab7cfc1ce036ac6bc011517a | refs/heads/master | 2020-05-24T02:58:21.820000 | 2019-06-05T10:12:06 | 2019-06-05T10:12:06 | 187,064,087 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package tw.org.iii;
public class optest2 {
public static void main(String[] args) {
int var1 = 10; int var2 = 3;
int var3;
var3 = var1 + var2;
System.out.printf("10 + 3 = %d\n", var3);
var3 = var1 - var2;
System.out.printf("10 - 3 = %d\n", var3);
var3 = var1 * var2;
System.out.p... | UTF-8 | Java | 580 | java | optest2.java | Java | [] | null | [] | package tw.org.iii;
public class optest2 {
public static void main(String[] args) {
int var1 = 10; int var2 = 3;
int var3;
var3 = var1 + var2;
System.out.printf("10 + 3 = %d\n", var3);
var3 = var1 - var2;
System.out.printf("10 - 3 = %d\n", var3);
var3 = var1 * var2;
System.out.p... | 580 | 0.531034 | 0.448276 | 29 | 18 | 17.069836 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2 | false | false | 7 |
fdd2f56fc66b9d1654159e96fbc189c1a0b0b0f3 | 10,445,360,492,090 | eefcbe8f7a4b5d320668148029132f805aa434dd | /checkup/IntegerMethods.java | ac8930ad18cc2e34a9245f6991462283cbf4c7f4 | [] | no_license | avergnaud/ocp-8 | https://github.com/avergnaud/ocp-8 | 0276952849e7281d5c17bda082cd2aafb501fadc | 417db3e9eb819521fe47b9c1cc04fda93354cde5 | refs/heads/master | 2021-01-23T19:19:06.783000 | 2016-12-22T08:24:43 | 2016-12-22T08:24:43 | 51,137,734 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
//constructors
public Integer(int value)
public Integer(String s) /*throws NumberFormatException extends IllegalArgumentException extends RuntimeException*/
public static Integer valueOf(int i)
public static Integer valueOf(String s) /*throws NumberFormatException extends IllegalArgumentException extends RuntimeExce... | UTF-8 | Java | 872 | java | IntegerMethods.java | Java | [] | null | [] |
//constructors
public Integer(int value)
public Integer(String s) /*throws NumberFormatException extends IllegalArgumentException extends RuntimeException*/
public static Integer valueOf(int i)
public static Integer valueOf(String s) /*throws NumberFormatException extends IllegalArgumentException extends RuntimeExce... | 872 | 0.802752 | 0.802752 | 25 | 33.799999 | 42.814018 | 130 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.16 | false | false | 7 |
fca4c6b46e4b3434158a11cff6abe3ddcc8d895a | 2,516,850,864,002 | 918d97f37489b748c3927948b4554f3f8c93b127 | /code/trunk/dynamicform/core/src/test/java/uk/ac/le/student/zl91/dao/QuestionDaoTest.java | ff6875fdb70b80466a3d892abf0c780ac8c3f125 | [] | no_license | zknyy/CA7201-IndividualProject | https://github.com/zknyy/CA7201-IndividualProject | 6befee2bafe5aa8300bd43fc7faaaf783cd2b7fa | 1f10e7e9854250f9c1cd602e660435c2c7a1d0e3 | refs/heads/master | 2020-04-04T19:53:33.297000 | 2014-11-02T06:08:00 | 2014-11-02T06:08:00 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package uk.ac.le.student.zl91.dao;
import org.appfuse.dao.BaseDaoTestCase;
import org.junit.Test;
import org.springframework.beans.factory.annotation.Autowired;
import uk.ac.le.student.zl91.model.Question;
import java.util.List;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;
... | UTF-8 | Java | 1,103 | java | QuestionDaoTest.java | Java | [
{
"context": "ith University of Leicester in 2014.\n *\n * @author Zhipeng Liang (ZL91)\n */\npublic class QuestionDaoTest extends B",
"end": 498,
"score": 0.9998053312301636,
"start": 485,
"tag": "NAME",
"value": "Zhipeng Liang"
}
] | null | [] | package uk.ac.le.student.zl91.dao;
import org.appfuse.dao.BaseDaoTestCase;
import org.junit.Test;
import org.springframework.beans.factory.annotation.Autowired;
import uk.ac.le.student.zl91.model.Question;
import java.util.List;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;
... | 1,096 | 0.708069 | 0.688123 | 38 | 28.026316 | 23.979692 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.447368 | false | false | 7 |
58cc7dc82cfb6e4a0911a2aef0387f15ca031c80 | 36,060,545,421,744 | f32a57da30bf14eccb13693cd23294f092aef2ea | /src/Arrays/ArraysQuiz2.java | 5d5491c99a98d74817708f500406801e1243c072 | [] | no_license | Prasannajnaeyulu/JAVA-SE11-Preparation-Part-1 | https://github.com/Prasannajnaeyulu/JAVA-SE11-Preparation-Part-1 | e891b5ab58b1f95cb2ee9b4c65d2e601870823a4 | 584ab4f58313034e2dd7180755e702a60e0796d0 | refs/heads/master | 2023-03-31T01:39:50.938000 | 2021-04-06T21:13:30 | 2021-04-06T21:13:30 | 355,326,283 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Arrays;
import java.util.Arrays;
public class ArraysQuiz2 {
public static void main(String[] args) {
int[][] spreadsheet = new int[3][];
spreadsheet[0] = new int[3];
spreadsheet[1] = new int[]{1, 2, 3}; // Line 1
// interesting it prints [[0, 0, 0], [1, 2, 3], null]
... | UTF-8 | Java | 605 | java | ArraysQuiz2.java | Java | [] | null | [] | package Arrays;
import java.util.Arrays;
public class ArraysQuiz2 {
public static void main(String[] args) {
int[][] spreadsheet = new int[3][];
spreadsheet[0] = new int[3];
spreadsheet[1] = new int[]{1, 2, 3}; // Line 1
// interesting it prints [[0, 0, 0], [1, 2, 3], null]
... | 605 | 0.58843 | 0.550413 | 18 | 32.611111 | 27.988369 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.222222 | false | false | 7 |
476b394bf4d7592fbd1e1414e979986c25fa4e70 | 18,296,560,728,373 | 20514764ada6cfcd278bcb1e3bf6c844b685a098 | /graphx-pagerank/src/main/java/com/github/chen0040/data/sga/consts/SoftwareQualityTool.java | f95fb91386873c235dff235bb85c6bd1747c4b78 | [
"MIT"
] | permissive | aybthebest/spring-boot-spark-integration-demo | https://github.com/aybthebest/spring-boot-spark-integration-demo | d829d7c1b1ebcaeeb9edcc4ab6eb48982c30e206 | 8ddbd3d89d03118d17ccd5a58ecad4debcd2eef4 | refs/heads/master | 2020-09-21T23:58:19.428000 | 2018-05-14T14:44:59 | 2018-05-14T14:44:59 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.github.chen0040.data.sga.consts;
/**
* Created by xschen on 16/10/2016.
*/
public enum SoftwareQualityTool {
FindBugs("FindBugs"),
PMD("PMD"),
JaCoCo("JaCoCo")
;
private String text;
SoftwareQualityTool(String text){
this.text = text;
}
public String getText(){
ret... | UTF-8 | Java | 402 | java | SoftwareQualityTool.java | Java | [
{
"context": "package com.github.chen0040.data.sga.consts;\n\n\n/**\n * Created by xschen on 16",
"end": 27,
"score": 0.9976636171340942,
"start": 19,
"tag": "USERNAME",
"value": "chen0040"
},
{
"context": "thub.chen0040.data.sga.consts;\n\n\n/**\n * Created by xschen on 16/10/2016.\... | null | [] | package com.github.chen0040.data.sga.consts;
/**
* Created by xschen on 16/10/2016.
*/
public enum SoftwareQualityTool {
FindBugs("FindBugs"),
PMD("PMD"),
JaCoCo("JaCoCo")
;
private String text;
SoftwareQualityTool(String text){
this.text = text;
}
public String getText(){
ret... | 402 | 0.621891 | 0.59204 | 25 | 15.08 | 14.282633 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.32 | false | false | 7 |
754d2ab450812686897d50d0bd903fd36e89723f | 18,296,560,729,238 | 4078d48573c529f450f115ec37a26f201c576daa | /src/main/java/basic/reflection/ReflectionDemo.java | 95731d2bbc5b2c479b6740d8f83d0d9427a2aa61 | [] | no_license | ZHHBeHappy/legendary-java-enigma | https://github.com/ZHHBeHappy/legendary-java-enigma | 72765c2763d679ebd36815fb4c781192ff8b1d48 | a61bc186cf1bd69e6d4e75e91503933d2eeabd7b | refs/heads/master | 2018-09-10T16:21:22.072000 | 2018-07-15T10:41:08 | 2018-07-15T10:41:08 | 125,874,631 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package basic.reflection;
/**
* @author Written by BeHappy on 06,05,2018
* @since Version 1.0
* 重新学习java反射机制:获取class对象的3种方式
*/
public class ReflectionDemo {
/**
* 反射机制:在java程序运行时动态的加载一个类。加载完类之后, 在堆内存中会产生一个Class类型的对象(一个类只有一个Class对象),
* 这个对象包含了完整的类的结构信息,而且这个Class对象就像一面镜子,透过这个镜子看到类的结构,所以被称之为:... | UTF-8 | Java | 1,264 | java | ReflectionDemo.java | Java | [
{
"context": "ckage basic.reflection;\n\n/**\n * @author Written by BeHappy on 06,05,2018\n * @since Version 1.0\n * 重新学习java反射",
"end": 60,
"score": 0.9966040849685669,
"start": 53,
"tag": "USERNAME",
"value": "BeHappy"
}
] | null | [] | package basic.reflection;
/**
* @author Written by BeHappy on 06,05,2018
* @since Version 1.0
* 重新学习java反射机制:获取class对象的3种方式
*/
public class ReflectionDemo {
/**
* 反射机制:在java程序运行时动态的加载一个类。加载完类之后, 在堆内存中会产生一个Class类型的对象(一个类只有一个Class对象),
* 这个对象包含了完整的类的结构信息,而且这个Class对象就像一面镜子,透过这个镜子看到类的结构,所以被称之为:... | 1,264 | 0.651579 | 0.64 | 33 | 27.787878 | 23.843884 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.484848 | false | false | 7 |
0d42e7ab6b1c6e309b22b335a79558dffeb0f71c | 19,859,928,797,741 | 96ca4a8acae148ac79c31db009f619221b46703e | /src/main/java/org/xlb/publish/config/element/Host.java | d97b00c8f217f0351d6a5f14bf4e41ded26b4324 | [
"Apache-2.0"
] | permissive | xlb1130/autoPublish | https://github.com/xlb1130/autoPublish | 01de2df96965c6e7084d7bef4c66d50f5ea0a21e | 2feb827af025f1ef21e5ee3eab82287155b63e40 | refs/heads/master | 2020-04-03T09:58:52.787000 | 2018-10-30T08:17:18 | 2018-10-30T08:17:18 | 155,180,919 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.xlb.publish.config.element;
import org.simpleframework.xml.Attribute;
import org.simpleframework.xml.Element;
import org.simpleframework.xml.Root;
/**
*
* @author Linbo Xie
* @since 2015 03 11
* @version V1.0
*
*/
@Root
public class Host {
@Attribute
private String name;
@Element
private Str... | UTF-8 | Java | 532 | java | Host.java | Java | [
{
"context": " org.simpleframework.xml.Root;\n\n/**\n * \n * @author Linbo Xie\n * @since 2015 03 11\n * @version V1.0\n *\n */\n@Roo",
"end": 189,
"score": 0.999789297580719,
"start": 180,
"tag": "NAME",
"value": "Linbo Xie"
}
] | null | [] | package org.xlb.publish.config.element;
import org.simpleframework.xml.Attribute;
import org.simpleframework.xml.Element;
import org.simpleframework.xml.Root;
/**
*
* @author <NAME>
* @since 2015 03 11
* @version V1.0
*
*/
@Root
public class Host {
@Attribute
private String name;
@Element
private String... | 529 | 0.680451 | 0.661654 | 39 | 12.641026 | 13.055085 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.820513 | false | false | 7 |
c03f33819b2d7ca6ba4d1d405657549545cbf3f3 | 19,859,928,801,027 | 7fbb9e477279893e9629b062c76b34fe37e2e6f6 | /SpringBootJPA/src/main/java/hello/Application.java | bbad01a68e3e99ae6fa1b81103b2edae1dd95c33 | [] | no_license | nikamath/Learning | https://github.com/nikamath/Learning | d376c1c9ca2945d0c4cb1949dae4409562e2a9ff | 6b6105f3e62805583b278f1111250b934452ed6a | refs/heads/master | 2023-02-06T04:01:53.021000 | 2023-01-27T16:38:51 | 2023-01-27T16:38:51 | 123,757,925 | 0 | 0 | null | false | 2021-04-02T17:17:39 | 2018-03-04T04:50:23 | 2021-04-02T17:17:25 | 2021-04-02T17:17:39 | 30 | 0 | 0 | 1 | Java | false | false | package hello;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.boot.CommandLineRunner;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.context.annotation.Bean;
@SpringBootA... | UTF-8 | Java | 2,191 | java | Application.java | Java | [
{
"context": "loyees\r\n repository.save(new Employee(\"Jack\", 1000));\r\n repository.save(new Employ",
"end": 751,
"score": 0.9998703002929688,
"start": 747,
"tag": "NAME",
"value": "Jack"
},
{
"context": "000));\r\n repository.save(new Employee(\"C... | null | [] | package hello;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.boot.CommandLineRunner;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.context.annotation.Bean;
@SpringBootA... | 2,191 | 0.528982 | 0.516203 | 60 | 34.549999 | 24.297068 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.583333 | false | false | 7 |
d38fdde23b96a03c3c51b325dd7a8e80c2520448 | 20,091,857,056,619 | a271b066160f6f56662a6a6d0d01c5919b758145 | /src/main/java/br/com/assembleia/repositories/FuncaoRepository.java | 10793c78af45fa24cd9d8b7131093abcd62d9668 | [] | no_license | Saltoleto/assembleia-jpa | https://github.com/Saltoleto/assembleia-jpa | acd66f7fdf829e3bb75c4fa1e4838dea87caacd6 | 0e021d6fb86fbd83be67bd744ceaf333fd01ee35 | refs/heads/master | 2021-05-16T04:40:21.629000 | 2018-02-22T02:00:40 | 2018-02-22T02:00:40 | 106,178,893 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package br.com.assembleia.repositories;
import br.com.assembleia.entities.Funcao;
import org.springframework.data.jpa.repository.JpaRepository;
public interface FuncaoRepository extends JpaRepository<Funcao, Integer>
{
}
| UTF-8 | Java | 226 | java | FuncaoRepository.java | Java | [] | null | [] |
package br.com.assembleia.repositories;
import br.com.assembleia.entities.Funcao;
import org.springframework.data.jpa.repository.JpaRepository;
public interface FuncaoRepository extends JpaRepository<Funcao, Integer>
{
}
| 226 | 0.827434 | 0.827434 | 10 | 21.5 | 27.361469 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 7 |
c0842007659377dd499e5b53145f019c3b9ae3cf | 10,101,763,108,974 | 9f1f5d38a86b76b3f73523956a6e5125bd8954e0 | /LeetCode/medium/2.Add2Numbers/Add2Numbers.java | 34203f8faef586d152cf4415a08123adfb7671f7 | [] | no_license | nwulqx/Algorithm | https://github.com/nwulqx/Algorithm | 61f102b47042d03fa433046296f1646c1a840a4b | 752146a451346ac7f4eead81e74630022eb67b9a | refs/heads/master | 2023-03-01T15:10:47.016000 | 2021-01-28T14:15:28 | 2021-01-28T14:15:28 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class Add2Numbers{
public static void main(String []args){
ListNode l1 = new ListNode(2);
l1.next = new ListNode(4);
l1.next.next = new ListNode(3);
ListNode l2 = new ListNode(5);
// l2.next = new ListNode(6);
// l2.next.next = new ListNode(4);
ListNode l5 = addTwoNumbers(l1,l2);
System.out.prin... | UTF-8 | Java | 1,183 | java | Add2Numbers.java | Java | [] | null | [] | public class Add2Numbers{
public static void main(String []args){
ListNode l1 = new ListNode(2);
l1.next = new ListNode(4);
l1.next.next = new ListNode(3);
ListNode l2 = new ListNode(5);
// l2.next = new ListNode(6);
// l2.next.next = new ListNode(4);
ListNode l5 = addTwoNumbers(l1,l2);
System.out.prin... | 1,183 | 0.557904 | 0.504649 | 48 | 23.666666 | 15.961325 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.416667 | false | false | 7 |
694c573c8f82dc8d872fe206ec228be3cda0c3a2 | 35,012,573,399,567 | b7156db96b3dbd7b989758eb5ee7c13dfd54c316 | /pattern/src/main/java/com/martin/pattern/struct/observer/subject/Observer.java | f3b9e72b1347cc789b4a7a526da184333df80e36 | [] | no_license | guanxianchun/learn | https://github.com/guanxianchun/learn | 4b009e841996317d7541f419f9bbf072e8a46611 | 742cf8deff1900f5642952bbd5f382362af2b775 | refs/heads/master | 2020-04-18T16:49:51.636000 | 2019-03-06T15:40:44 | 2019-03-06T15:40:44 | 167,641,767 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.martin.pattern.struct.observer.subject;
import com.martin.pattern.struct.observer.core.Event;
/**
* @author 管贤春
* @时间 2019年1月2日 上午10:55:11
* @Email psyche19830113@163.com
* @Description
*/
public class Observer {
public void advice(Event event) {
System.out.println("=================触发事情... | UTF-8 | Java | 412 | java | Observer.java | Java | [
{
"context": "ttern.struct.observer.core.Event;\n\n/**\n * @author 管贤春\n * @时间 2019年1月2日 上午10:55:11\n * @Email psyche19830",
"end": 126,
"score": 0.9998466372489929,
"start": 123,
"tag": "NAME",
"value": "管贤春"
},
{
"context": " @author 管贤春\n * @时间 2019年1月2日 上午10:55:11\n * @Email psyc... | null | [] | package com.martin.pattern.struct.observer.subject;
import com.martin.pattern.struct.observer.core.Event;
/**
* @author 管贤春
* @时间 2019年1月2日 上午10:55:11
* @Email <EMAIL>
* @Description
*/
public class Observer {
public void advice(Event event) {
System.out.println("=================触发事情,打印日志==========... | 397 | 0.609626 | 0.548128 | 16 | 22.375 | 25.435888 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.1875 | false | false | 7 |
65456a599c7379e4b9e7996e285d9168062199d9 | 35,012,573,399,493 | f77154d5cfcb154d76f179f6db5b9fd5f6d9aae0 | /Dread Zone 1.0.00-5.2.0/src/Executors/ViewClasses.java | 1c011510f4e0cef8e36885386fce6ab08c7fe1a1 | [] | no_license | SjsolisZXA/Dread-Zone | https://github.com/SjsolisZXA/Dread-Zone | d164ef1e1fcba2c84828b3cc8b21746780baed27 | 54bda858f23a9444f6d5c9820358cf3433247b08 | refs/heads/master | 2021-03-22T01:26:27.235000 | 2018-07-25T20:54:37 | 2018-07-25T20:54:37 | 75,486,408 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Executors;
import java.util.Optional;
import org.spongepowered.api.command.CommandException;
import org.spongepowered.api.command.CommandResult;
import org.spongepowered.api.command.CommandSource;
import org.spongepowered.api.command.args.CommandContext;
import org.spongepowered.api.command.spec.CommandExecut... | UTF-8 | Java | 1,825 | java | ViewClasses.java | Java | [] | null | [] | package Executors;
import java.util.Optional;
import org.spongepowered.api.command.CommandException;
import org.spongepowered.api.command.CommandResult;
import org.spongepowered.api.command.CommandSource;
import org.spongepowered.api.command.args.CommandContext;
import org.spongepowered.api.command.spec.CommandExecut... | 1,825 | 0.745205 | 0.745205 | 51 | 34.784313 | 36.720093 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.823529 | false | false | 7 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.