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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
10db5d7611c5c110af31b62e9b1657754cf4a722 | 2,448,131,419,854 | 5ad6fc57cda98d8f3b776721ec205e69fd1d006e | /Cos Pro/Cospro_6차/Solution3.java | bd169311a09d79660ba239ffe613b82a1580711c | [] | no_license | yagee97/New_Algorithm | https://github.com/yagee97/New_Algorithm | 6b710795433a6920b0fa80db4f5fb1f14292dfe5 | 2aeb270fc374e724092ef6acad55fb543ab82c9a | refs/heads/master | 2023-07-10T19:19:33.424000 | 2021-08-26T12:41:45 | 2021-08-26T12:41:45 | 278,079,898 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Cospro_6차;
class Solution3 {
public int solution(int[] arr, int K) {
// 여기에 코드를 작성해주세요.
int answer = 0;
sel = new int[K];
chk = new boolean[arr.length];
dfs(0, 0, arr, K);
answer = ans;
ans = 0;
return answer;
}
static int[] sel;
static int ans = Integer.MAX_VALUE;
static boolean[] chk;... | UTF-8 | Java | 1,292 | java | Solution3.java | Java | [] | null | [] | package Cospro_6차;
class Solution3 {
public int solution(int[] arr, int K) {
// 여기에 코드를 작성해주세요.
int answer = 0;
sel = new int[K];
chk = new boolean[arr.length];
dfs(0, 0, arr, K);
answer = ans;
ans = 0;
return answer;
}
static int[] sel;
static int ans = Integer.MAX_VALUE;
static boolean[] chk;... | 1,292 | 0.550967 | 0.533392 | 56 | 19.339285 | 16.079353 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.696429 | false | false | 9 |
c809548fe9e676499089cb72c71c0452394b7fdc | 13,374,528,208,707 | 797ce420f40ab884f8b45dac8ecbbf9e99c2d3dc | /src/main/java/web/Config.java | a2d2a1b8f5ae6fb05e0bdffa9c9838b258d9d91a | [] | no_license | igoryavk/web333 | https://github.com/igoryavk/web333 | 1ab9951043ca44472383e6e4e22d1449da272746 | e8355eae55432505f4c50572600cc37862e4f3ce | refs/heads/master | 2023-02-10T22:54:18.194000 | 2021-01-11T13:39:34 | 2021-01-11T13:39:34 | 328,675,743 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package web;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.jdbc.datasource.DriverManagerDataSource;
import javax.sql.DataSource;
@Configuration
public class Config {
@Bean
public DataSource getDataSource(){
... | UTF-8 | Java | 640 | java | Config.java | Java | [
{
"context": "r\");\n dataSource.setUrl(\"jdbc:postgresql://35.226.23.157/mybase\");\n dataSource.setUsername(\"spring\"",
"end": 508,
"score": 0.999252200126648,
"start": 495,
"tag": "IP_ADDRESS",
"value": "35.226.23.157"
},
{
"context": "ername(\"spring\");\n d... | null | [] | package web;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.jdbc.datasource.DriverManagerDataSource;
import javax.sql.DataSource;
@Configuration
public class Config {
@Bean
public DataSource getDataSource(){
... | 640 | 0.751562 | 0.732813 | 20 | 31 | 25.213091 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.55 | false | false | 9 |
00d31a727642075b729c01a1219abdf0b930bbfc | 13,374,528,204,999 | 0cfa3ef8db0b8410b115e83ab7f20833a1b7acea | /src/core_engine/lib/config/commandline/CommandLine.java | c8ec8bfe8da7fd41c9c97928575febb6c5a843fe | [
"Apache-2.0"
] | permissive | 5l1v3r1/Isom-engine | https://github.com/5l1v3r1/Isom-engine | 73987dff8c3534cb363e430303402287b32a05ee | 002449bfad6b2f0d6e80c2dd244902696dc60efd | refs/heads/master | 2023-03-15T16:10:13.265000 | 2019-05-01T22:14:52 | 2019-05-01T22:14:52 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package lib.config.commandline;
import java.util.Arrays;
import java.util.HashMap;
import java.util.Map;
public class CommandLine extends CommandLineContainer {
public static final String OPTION_PREFIX = "/";
public static final String ENTRY_PREFIX_REGEX = "--?";
public static final String PAIR_DELIMITER = ":";
... | UTF-8 | Java | 2,073 | java | CommandLine.java | Java | [] | null | [] | package lib.config.commandline;
import java.util.Arrays;
import java.util.HashMap;
import java.util.Map;
public class CommandLine extends CommandLineContainer {
public static final String OPTION_PREFIX = "/";
public static final String ENTRY_PREFIX_REGEX = "--?";
public static final String PAIR_DELIMITER = ":";
... | 2,073 | 0.672455 | 0.669561 | 83 | 23.975904 | 21.753258 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.614458 | false | false | 9 |
d03ca3d23b83125216e1babc5fbb7526f4edfff1 | 21,809,843,979,965 | 5d4dd2fb8321bf6fdc469bf81a6f283498bf989d | /components/knowledge-graph-service/service/src/main/java/de/buw/tmdt/plasma/services/kgs/rest/controller/QueryController.java | b0d56ee90189285d9d9220741a98a53cea4332d0 | [
"Apache-2.0"
] | permissive | VadimKraus/plasma | https://github.com/VadimKraus/plasma | e5ac07e9ea1977b81dc64dc42115bcc254e5e2cc | ce977d051bd1e8aa0d9de1f3280ba487fbabbae9 | refs/heads/main | 2023-02-03T03:14:50.332000 | 2020-12-19T15:45:11 | 2020-12-19T15:45:11 | 324,846,986 | 0 | 1 | Apache-2.0 | true | 2020-12-27T20:52:32 | 2020-12-27T20:52:32 | 2020-12-19T15:52:39 | 2020-12-19T15:52:32 | 16,774 | 0 | 0 | 0 | null | false | false | package de.buw.tmdt.plasma.services.kgs.rest.controller;
import de.buw.tmdt.plasma.services.kgs.shared.api.QueryApi;
import de.buw.tmdt.plasma.services.kgs.core.query.QueryHandler;
import de.buw.tmdt.plasma.services.kgs.shared.dto.semanticmodel.SemanticModelDTO;
import io.swagger.v3.oas.annotations.Operation;
import o... | UTF-8 | Java | 2,394 | java | QueryController.java | Java | [] | null | [] | package de.buw.tmdt.plasma.services.kgs.rest.controller;
import de.buw.tmdt.plasma.services.kgs.shared.api.QueryApi;
import de.buw.tmdt.plasma.services.kgs.core.query.QueryHandler;
import de.buw.tmdt.plasma.services.kgs.shared.dto.semanticmodel.SemanticModelDTO;
import io.swagger.v3.oas.annotations.Operation;
import o... | 2,394 | 0.748538 | 0.74812 | 55 | 42.545456 | 41.379757 | 148 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.309091 | false | false | 9 |
57f4df0b37996e34ef89ecd336a4e12d00c150cc | 37,812,892,096,866 | 765db637b5c8d39ddd225c94197a4d26c72e2d26 | /module_btc/src/main/java/com/ripple/bean/XRP_LEVELS.java | 7fd6779e2662a5d669235d2b0c91a186528d81b1 | [] | no_license | Seasonallan/PSAndroid | https://github.com/Seasonallan/PSAndroid | 4ff6a6bf9ede9c34d78b8b07ef53d3d6a6fa9949 | abfe5337b5dbb565a97831c9cd3e6501a5e20655 | refs/heads/master | 2023-06-23T03:27:08.517000 | 2023-06-11T04:19:07 | 2023-06-11T04:19:07 | 233,226,047 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ripple.bean;
import com.ripple.bean.base.BaseDao;
import com.ripple.bean.base.Json;
import java.io.Serializable;
/**
"median_level": "128000",
"minimum_level": "256",
"open_ledger_level": "256",
"reference_level": "256"
*/
public class XRP_LEVELS extends BaseDao implements Serializable {
@Json(n... | UTF-8 | Java | 532 | java | XRP_LEVELS.java | Java | [] | null | [] | package com.ripple.bean;
import com.ripple.bean.base.BaseDao;
import com.ripple.bean.base.Json;
import java.io.Serializable;
/**
"median_level": "128000",
"minimum_level": "256",
"open_ledger_level": "256",
"reference_level": "256"
*/
public class XRP_LEVELS extends BaseDao implements Serializable {
@Json(n... | 532 | 0.669173 | 0.640977 | 23 | 22.130434 | 15.35466 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.478261 | false | false | 9 |
bb28e0c7580cbeafd76b23fd60c64d6c73e13695 | 38,525,856,665,298 | b0879a6d07d2ef674452454184979005b304a50a | /src/day11/VariableScore.java | 145e0a59cb4d2392ba3dbf1b55ac5a186e8f1ede | [] | no_license | asmo10/sprint-progect1 | https://github.com/asmo10/sprint-progect1 | 0c1e2cc0b70bbc06251f6990c5bd7cfeefdc390c | 7fc114daaf9223dfc64f953c1766fcada36945ba | refs/heads/master | 2020-06-04T12:58:11.703000 | 2019-06-15T03:58:38 | 2019-06-15T03:58:38 | 192,030,864 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package day11;
public class VariableScore {
public static void main(String[] args) {
int x = 17;
int y;
if(x==10) {
System.out.println("yes 10");
x +=5;
y = 2;
//System.out.println(y);
}else {
y =45;
}
System.out.println(y);
}
}
| UTF-8 | Java | 266 | java | VariableScore.java | Java | [] | null | [] | package day11;
public class VariableScore {
public static void main(String[] args) {
int x = 17;
int y;
if(x==10) {
System.out.println("yes 10");
x +=5;
y = 2;
//System.out.println(y);
}else {
y =45;
}
System.out.println(y);
}
}
| 266 | 0.552632 | 0.507519 | 20 | 12.3 | 11.764778 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.05 | false | false | 9 |
b86c763e0d63a7e58f2a926a3344142e6d36dea2 | 35,493,609,780,513 | 469f6a2bdac34338c687dca956cab8b38295721b | /src/main/java/com/example/world/models/CountryLanguage.java | 7ecab542fe60cc9e4d00d30193bda5b36f2a9b47 | [] | no_license | ahmedielkhateeb/world | https://github.com/ahmedielkhateeb/world | 537eb8514f7ff08c1efccb2073a89b8031dae22b | 8cfe9b5070b08fd61b4e075bc541ee0da21d9738 | refs/heads/master | 2023-03-29T15:28:37.813000 | 2021-03-28T09:19:30 | 2021-03-28T09:19:30 | 317,618,461 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.world.models;
import com.sun.istack.NotNull;
import javax.persistence.*;
@Entity
@Table(name = "country_language", schema = "public")
public class CountryLanguage {
@EmbeddedId
@NotNull
private CountryLanguageId countryLanguageId;
@Column(name = "is_official")
@NotNull
p... | UTF-8 | Java | 1,252 | java | CountryLanguage.java | Java | [] | null | [] | package com.example.world.models;
import com.sun.istack.NotNull;
import javax.persistence.*;
@Entity
@Table(name = "country_language", schema = "public")
public class CountryLanguage {
@EmbeddedId
@NotNull
private CountryLanguageId countryLanguageId;
@Column(name = "is_official")
@NotNull
p... | 1,252 | 0.685304 | 0.685304 | 56 | 21.357143 | 22.100767 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.321429 | false | false | 9 |
68ce10727d6bb4a04238f6d34336728edd9e54d6 | 38,500,086,865,127 | 2e6360e1e2203c44cb711f136eef1f309d4685f9 | /service/src/main/java/cn/mycommons/easyfeedback/service/impl/AppServiceImpl.java | 014fae9be9738bc33b24ebae96977afb0b4c64bc | [] | no_license | LiushuiXiaoxia/EasyFeedbackBackend | https://github.com/LiushuiXiaoxia/EasyFeedbackBackend | 129b5e043a91c12dc49091f5f6ec6ace6a2ffa05 | d9f836820776e7b107b8a4a6e30dde831de353a3 | refs/heads/master | 2020-12-09T19:47:27.833000 | 2020-01-19T12:59:41 | 2020-01-19T12:59:41 | 233,403,045 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.mycommons.easyfeedback.service.impl;
import cn.mycommons.easyfeedback.dto.app.AppDto;
import cn.mycommons.easyfeedback.entity.FeedbackInfo;
import cn.mycommons.easyfeedback.service.IAppService;
import lombok.extern.slf4j.Slf4j;
import org.bson.Document;
import org.springframework.beans.factory.annotation.Au... | UTF-8 | Java | 4,068 | java | AppServiceImpl.java | Java | [] | null | [] | package cn.mycommons.easyfeedback.service.impl;
import cn.mycommons.easyfeedback.dto.app.AppDto;
import cn.mycommons.easyfeedback.entity.FeedbackInfo;
import cn.mycommons.easyfeedback.service.IAppService;
import lombok.extern.slf4j.Slf4j;
import org.bson.Document;
import org.springframework.beans.factory.annotation.Au... | 4,068 | 0.629302 | 0.627581 | 88 | 45.238636 | 30.343861 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.818182 | false | false | 9 |
8d851c065b7acea3d2836cdbf491a5d858807793 | 35,184,372,133,606 | e7711541c45698f486457ddce9db64cf2423834d | /Advance/src/main/java/com/willlee/leetcode/problems301_400/Leetcode381.java | 4d1504ab85b86619bc7b6f0b86f05224bd5647c3 | [
"Apache-2.0"
] | permissive | WillleePang/java | https://github.com/WillleePang/java | bbc3dcbd48f31053b6421aadad82cc5dcce94f83 | 676bd109350a4fbbf7ca248cc257e92749e271fd | refs/heads/master | 2021-01-10T14:45:08.239000 | 2020-06-29T14:57:17 | 2020-06-29T14:57:17 | 49,484,485 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.willlee.leetcode.problems301_400;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import java.util.Random;
import java.util.Set;
public class Leetcode381 {
}
// leetcode381
class RandomizedCollection ... | UTF-8 | Java | 2,399 | java | Leetcode381.java | Java | [] | null | [] | package com.willlee.leetcode.problems301_400;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import java.util.Random;
import java.util.Set;
public class Leetcode381 {
}
// leetcode381
class RandomizedCollection ... | 2,399 | 0.536204 | 0.527686 | 82 | 24.768293 | 16.71373 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.585366 | false | false | 9 |
6ef09283c9753ad5414e19d45161dc198dafd120 | 13,494,787,312,108 | 75706be20584179c0e498469bf70ac9e73f69d9b | /src/main/java/xingyu/service/TokenService.java | 12d0ccf63fe0b8d8f621a1df5ccc4571d84d4964 | [] | no_license | mengxingyu/xingyuCoder01 | https://github.com/mengxingyu/xingyuCoder01 | 0e3914c5b06538fd9c5b57bed84e4295ad6a1a8b | 27dbcd550057ece201740db21305536c4c45e2b5 | refs/heads/master | 2022-11-30T15:07:56.347000 | 2020-08-14T07:57:56 | 2020-08-14T07:57:56 | 287,475,694 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package xingyu.service;
import javax.servlet.http.HttpServletRequest;
/**
* @Package: xingyu.service
* @ClassName: TokenService
* @Author: mengxingyu
* @Description:
* @Date: 2020/8/14 10:34
*/
public interface TokenService {
public String createToken();
public void checkToken(HttpServletRequest request... | UTF-8 | Java | 325 | java | TokenService.java | Java | [
{
"context": "yu.service\n * @ClassName: TokenService\n * @Author: mengxingyu\n * @Description:\n * @Date: 2020/8/14 10:34\n */\npu",
"end": 154,
"score": 0.9995576739311218,
"start": 144,
"tag": "USERNAME",
"value": "mengxingyu"
}
] | null | [] | package xingyu.service;
import javax.servlet.http.HttpServletRequest;
/**
* @Package: xingyu.service
* @ClassName: TokenService
* @Author: mengxingyu
* @Description:
* @Date: 2020/8/14 10:34
*/
public interface TokenService {
public String createToken();
public void checkToken(HttpServletRequest request... | 325 | 0.732308 | 0.698462 | 15 | 20.666666 | 16.328571 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.266667 | false | false | 9 |
b360d0fffd526a329cb719d3aa0af2bb2800bd44 | 12,987,981,120,455 | 90ac0cdd126547125c0596c5e9666c919246b496 | /03Source/SSWD/src/main/java/com/misumi/service/internal_trainserver/model/CourseInfoModel.java | 024f6f0b50ce18d247053767a40413eb825f1e76 | [] | no_license | xiaoweiGit/SSWD | https://github.com/xiaoweiGit/SSWD | 8e67537ed4781f35ec7d8de3002d06c93dd31b35 | b185a3fa9d58446c48d281f03ce37fa2216576fa | refs/heads/master | 2023-03-29T05:05:24.084000 | 2021-04-04T09:21:11 | 2021-04-04T09:21:11 | 354,500,430 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.misumi.service.internal_trainserver.model;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import java.util.Date;
@Data
public class CourseInfoModel {
@ApiModelProperty("课程pk")
private Integer courseid;
@ApiModelProperty("课程名称")
private String coursename;
@ApiMod... | UTF-8 | Java | 1,310 | java | CourseInfoModel.java | Java | [] | null | [] | package com.misumi.service.internal_trainserver.model;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import java.util.Date;
@Data
public class CourseInfoModel {
@ApiModelProperty("课程pk")
private Integer courseid;
@ApiModelProperty("课程名称")
private String coursename;
@ApiMod... | 1,310 | 0.693299 | 0.689863 | 50 | 22.280001 | 14.159153 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.38 | false | false | 9 |
28934e68a6a53a9bbf35b52f3e8d0b53b7fac16a | 9,311,489,110,087 | 1b3ea4c0ea7b44c95679fd084b856d014b4f46b2 | /lintools-datatypes/src/test/java/tl/lin/data/pair/PairOfWritablesTest.java | 5603a874dc16b8283dc8ad43c50ff8e3f12dbec8 | [
"Apache-2.0"
] | permissive | gameloser/tools | https://github.com/gameloser/tools | 3de5b0755743ed6da4d4d62b06ec430e331aff35 | e405e3f24d9d5ed40a330918d470a40155b53ede | refs/heads/master | 2020-06-12T12:07:22.141000 | 2018-06-13T11:47:20 | 2018-06-13T11:47:20 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Lintools: tools by @lintool
*
* Licensed under the Apache License, Version 2.0 (the "License"); you
* may not use this file except in compliance with the License. You may
* obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in ... | UTF-8 | Java | 2,436 | java | PairOfWritablesTest.java | Java | [
{
"context": "/*\n * Lintools: tools by @lintool\n *\n * Licensed under the Apache License, Version ",
"end": 33,
"score": 0.9948992133140564,
"start": 25,
"tag": "USERNAME",
"value": "@lintool"
}
] | null | [] | /*
* Lintools: tools by @lintool
*
* Licensed under the Apache License, Version 2.0 (the "License"); you
* may not use this file except in compliance with the License. You may
* obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in ... | 2,436 | 0.751232 | 0.7422 | 72 | 32.833332 | 29.69755 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.680556 | false | false | 9 |
4cc2e8ee0fb5264c72cde07342ec60a210585b6b | 20,822,001,471,534 | ee1050097476843c13e23ae89345f13998ccf56a | /shoulder-build/shoulder-base/shoulder-security-code/src/main/java/org/shoulder/code/store/impl/SessionValidateCodeRepository.java | 4a84ef1f865bee079338e78bd26e438e90fade57 | [
"Apache-2.0"
] | permissive | ChinaLym/Shoulder-Framework | https://github.com/ChinaLym/Shoulder-Framework | 8fa9e21d2a6230fe7627e62b7600d8353e9a3c56 | aae3445f8bf9dac53a344cb78dcd171a9ba54634 | refs/heads/master | 2023-05-03T21:08:03.061000 | 2021-05-22T07:42:01 | 2021-05-22T07:42:01 | 282,022,163 | 6 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.shoulder.code.store.impl;
import org.shoulder.code.dto.ValidateCodeDTO;
import org.shoulder.code.store.ValidateCodeStore;
import org.springframework.web.context.request.ServletWebRequest;
import javax.servlet.http.HttpSession;
/**
* 基于session的验证码存取器
*
* @author lym
*/
public class SessionValidateCode... | UTF-8 | Java | 1,555 | java | SessionValidateCodeRepository.java | Java | [
{
"context": "ttpSession;\n\n/**\n * 基于session的验证码存取器\n *\n * @author lym\n */\npublic class SessionValidateCodeRepository im",
"end": 283,
"score": 0.9996001720428467,
"start": 280,
"tag": "USERNAME",
"value": "lym"
}
] | null | [] | package org.shoulder.code.store.impl;
import org.shoulder.code.dto.ValidateCodeDTO;
import org.shoulder.code.store.ValidateCodeStore;
import org.springframework.web.context.request.ServletWebRequest;
import javax.servlet.http.HttpSession;
/**
* 基于session的验证码存取器
*
* @author lym
*/
public class SessionValidateCode... | 1,555 | 0.717465 | 0.717465 | 49 | 29.265306 | 33.087254 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.367347 | false | false | 9 |
8954682786a67bf158981d575332f2aa7a8d2856 | 23,287,312,711,234 | b29cb5eddefde1d4718d43e80a22d124f8805bc3 | /src/main/java/com/yourplace/host/reserv/dao/HostReservDAO.java | 2da81eddc3a01f450dd0b6c0fdfdf0ebfa510d76 | [] | no_license | Jaejae-mac/yourplace | https://github.com/Jaejae-mac/yourplace | 047949160ec219140c886e36ac36fbf47412da64 | 0522d3b9a7db43d896f670f8c60db67bc2628b1e | refs/heads/main | 2023-07-29T19:19:43.931000 | 2021-09-15T02:30:39 | 2021-09-15T02:30:39 | 402,763,582 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yourplace.host.reserv.dao;
import java.util.List;
import com.yourplace.host.reserv.vo.HostReservVO;
public interface HostReservDAO {
List<HostReservVO> getAllReserve() throws Exception;
void updatePlaceDetail() throws Exception;
List<HostReservVO> getReserveDate() throws Exception;
}
| UTF-8 | Java | 303 | java | HostReservDAO.java | Java | [] | null | [] | package com.yourplace.host.reserv.dao;
import java.util.List;
import com.yourplace.host.reserv.vo.HostReservVO;
public interface HostReservDAO {
List<HostReservVO> getAllReserve() throws Exception;
void updatePlaceDetail() throws Exception;
List<HostReservVO> getReserveDate() throws Exception;
}
| 303 | 0.808581 | 0.808581 | 11 | 26.545454 | 21.693584 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.818182 | false | false | 9 |
2267c5fb9e68cce1fafbb4a01ff2b9528eb8bd61 | 10,058,813,454,972 | 470870f8a9e2c97548320c9b06f72da0f4602559 | /storage/storage-mysql/src/main/java/com/bootstack/storage/mysql/model/common/package-info.java | e25027e0be45a6a48085df09049c2b96ba2a78b3 | [
"Apache-2.0"
] | permissive | AI2Hub/bootstack | https://github.com/AI2Hub/bootstack | c8caad715e03648fe104c9ae60ecc34cec86a839 | 966fa6fe2919a12c3ef9a652b9737db61713a788 | refs/heads/master | 2022-11-10T06:08:51.595000 | 2019-11-15T07:48:15 | 2019-11-15T07:48:15 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bootstack.storage.mysql.model.common;
| UTF-8 | Java | 50 | java | package-info.java | Java | [] | null | [] | package com.bootstack.storage.mysql.model.common;
| 50 | 0.84 | 0.84 | 1 | 49 | 0 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 9 |
8f1a30aeaa327594b497e86d6444d7a5f2e333c8 | 13,116,830,190,257 | 5c4897984b6ed5d32b48ea4454f4063cb2dbcfb4 | /src/main/java/jdbc/CarJDBC.java | 64a1e7602b9f5d5b0dc1d24f8ee3167a2e9f0c2b | [] | no_license | anakin115/RevatureProject0 | https://github.com/anakin115/RevatureProject0 | aaa05a102216dba9cbfccd07b19cee6f873b19db | c16de095bec568382ef0c660c73eefc260a31ebe | refs/heads/master | 2023-03-22T13:39:12.536000 | 2021-03-10T04:57:35 | 2021-03-10T04:57:35 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package jdbc;
import config.ConnectionUtil;
import model.AccountType;
import model.Car;
import model.User;
import util.MyCollection;
import util.MyList;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
public class CarJDBC implements GenericDao<Car,String>{
private sta... | UTF-8 | Java | 10,412 | java | CarJDBC.java | Java | [
{
"context": "\n String username = rs.getString (\"username\");\n PreparedStatement ps2 = Connec",
"end": 9248,
"score": 0.998870313167572,
"start": 9240,
"tag": "USERNAME",
"value": "username"
}
] | null | [] | package jdbc;
import config.ConnectionUtil;
import model.AccountType;
import model.Car;
import model.User;
import util.MyCollection;
import util.MyList;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
public class CarJDBC implements GenericDao<Car,String>{
private sta... | 10,412 | 0.508644 | 0.502977 | 293 | 34.535835 | 25.398857 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.726962 | false | false | 4 |
e39af84173e4bfe45daf15500ba7c986c6a79f2b | 8,134,668,110,243 | 5fdd93ed58ca221b3c9db29fa8bd2a40ba460f2b | /workspaceJava/crud/src/main/java/br/org/generation/crud/controller/ClienteController.java | 6b5ffbc032972533466bf340b025b86694650c16 | [] | no_license | wpaulow/Java-Generation | https://github.com/wpaulow/Java-Generation | f5c83351d46034a7c2b3ed91bf6690382df3d60e | 9241fab9053418841c0f255bf50a96cc6fe41756 | refs/heads/master | 2021-08-14T22:36:01.790000 | 2020-02-03T15:49:03 | 2020-02-03T15:49:03 | 232,172,176 | 0 | 0 | null | false | 2021-08-11T22:17:36 | 2020-01-06T19:41:07 | 2020-02-03T15:49:32 | 2021-08-11T22:17:36 | 15,820 | 0 | 0 | 13 | JavaScript | false | false | package br.org.generation.crud.controller;
import java.util.ArrayList;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.DeleteMapping;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PathVariable;
import org.spring... | UTF-8 | Java | 2,035 | java | ClienteController.java | Java | [
{
"context": "iente() {\n//\t\t\n//\t\tCliente c = new Cliente(0001, \"Raposa\", \"332.689.784/18\", \"07/02/1997\");\n//\t\tc.setEmail",
"end": 802,
"score": 0.9983181357383728,
"start": 796,
"tag": "NAME",
"value": "Raposa"
},
{
"context": " \"332.689.784/18\", \"07/02/1997\");\n//... | null | [] | package br.org.generation.crud.controller;
import java.util.ArrayList;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.DeleteMapping;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PathVariable;
import org.spring... | 2,025 | 0.742491 | 0.724766 | 70 | 28.014286 | 23.561769 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.514286 | false | false | 4 |
b00ab25ddc4c3f637ea75ff5b288bed06e3c42bf | 3,375,844,298,157 | 7c06880dd19d0b1c0de4a58ccc7292368cf0f37e | /src/main/java/ru/me/Controllers/ReadingRoomController.java | 9489d74b13017068ccb203ee26bd4387727e1391 | [] | no_license | Taptigin/library | https://github.com/Taptigin/library | c016b92001d0c7d0576598dcbb682fd59bf82a82 | 323b7f9fe58bad8de54898e9085bb4f5c913a230 | refs/heads/master | 2022-09-23T23:35:48.390000 | 2020-01-07T13:53:16 | 2020-01-07T13:53:16 | 163,078,284 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ru.me.Controllers;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.bind.annotation.RequestParam;
import... | UTF-8 | Java | 1,667 | java | ReadingRoomController.java | Java | [
{
"context": "incipal;\nimport java.util.List;\n\n/**\n * Created by Александр on 06.01.2019.\n */\n@RestController\n@RequestMappin",
"end": 572,
"score": 0.9997744560241699,
"start": 563,
"tag": "NAME",
"value": "Александр"
}
] | null | [] | package ru.me.Controllers;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.bind.annotation.RequestParam;
import... | 1,667 | 0.768999 | 0.764174 | 44 | 36.68182 | 34.502815 | 127 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.613636 | false | false | 4 |
7b9e74c287d1332c70d6037190841539c0df9c24 | 3,375,844,297,221 | ad09ff916c77c23fa62882690f42d45dde58b1d6 | /ch9/9-9tamplate后端/src/servlet/sendmessage.java | 054e9b4da7cf856695fd0c46e5cb86a39cee2f1b | [] | no_license | kongxiangyue/minipro2021 | https://github.com/kongxiangyue/minipro2021 | 7c7536b48f6acb32f915a5e57682b291a3d1fe76 | 71048331fa042dea2f85c21f9759d5e84a50ae66 | refs/heads/master | 2023-03-17T12:57:49.569000 | 2021-03-04T08:31:27 | 2021-03-04T08:31:27 | 340,840,019 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package servlet;
import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import net.sf.json.JSONArray;
import net.sf.json.JSONExce... | UTF-8 | Java | 3,366 | java | sendmessage.java | Java | [
{
"context": "ae255ba1\";\n\tpublic static final String APPSECRET=\"7ab279549ddd6098f7ce5a4fb41424d5\";\n \n /**\n * @see HttpServlet#HttpSer",
"end": 936,
"score": 0.9996705055236816,
"start": 904,
"tag": "KEY",
"value": "7ab279549ddd6098f7ce5a4fb41424d5"
}
] | null | [] | package servlet;
import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import net.sf.json.JSONArray;
import net.sf.json.JSONExce... | 3,339 | 0.703506 | 0.676768 | 91 | 35.98901 | 27.512833 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.076923 | false | false | 4 |
858c7844fa64c9c27fc62d17de47acc2f6ded4f2 | 12,489,764,936,543 | 5ec79afef46748e9c73335b1a1c1447eed1b1315 | /src/main/java/enums/PlayerRole.java | 8eba09dccd2c50be1bc7c4c447d5fccadfb23fad | [] | no_license | natedickson/scrumtastrophe.server | https://github.com/natedickson/scrumtastrophe.server | 281f39f6132895dd3de865dd82c3e77575e0f738 | 1414ea76b63bdefe36067dcb1f42ed1cc1133651 | refs/heads/master | 2021-08-26T06:38:12.454000 | 2017-11-21T21:16:19 | 2017-11-21T21:16:19 | 108,460,380 | 1 | 0 | null | false | 2017-11-02T22:23:16 | 2017-10-26T20:09:45 | 2017-10-26T20:19:52 | 2017-11-02T22:23:16 | 23 | 1 | 0 | 0 | Java | false | null | package enums;
public enum PlayerRole {
DEV, QA
}
| UTF-8 | Java | 55 | java | PlayerRole.java | Java | [] | null | [] | package enums;
public enum PlayerRole {
DEV, QA
}
| 55 | 0.672727 | 0.672727 | 5 | 10 | 8.876936 | 24 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 4 |
2a039db08573b0b8d449a25ac6937939cbeede90 | 2,087,354,122,736 | 3c8e640b79f0dd94a1d812090c8c5d951f2baee6 | /app/src/main/java/com/example/matrixcalculator/MainActivity.java | 0357ec4ebcc86d213d26619576e0598f3617c586 | [] | no_license | Yaroslaww88/matrixCalculator | https://github.com/Yaroslaww88/matrixCalculator | 4ef8051038b6262843b30423b0f9b542008aa600 | 279ff824e0a0794ab3f54edb0f422ad707e98df2 | refs/heads/master | 2020-08-07T13:34:26.366000 | 2019-10-07T19:48:17 | 2019-10-07T19:48:17 | 213,471,062 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.matrixcalculator;
import androidx.appcompat.app.AppCompatActivity;
import android.graphics.Color;
import android.os.Bundle;
import android.util.Pair;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.TableLayout;
import android.widget.Tab... | UTF-8 | Java | 2,219 | java | MainActivity.java | Java | [] | null | [] | package com.example.matrixcalculator;
import androidx.appcompat.app.AppCompatActivity;
import android.graphics.Color;
import android.os.Bundle;
import android.util.Pair;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.TableLayout;
import android.widget.Tab... | 2,219 | 0.590356 | 0.589455 | 69 | 31.15942 | 21.559237 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.695652 | false | false | 4 |
2c489fd43526863aa175370501ff5de62af2cb43 | 6,889,127,600,265 | 67d4203dfa655435f3019eb71df064cfd16a408d | /app/src/main/java/com/example/futsalgo/data/model/Lapangan.java | 7683808b83443ec9f0218cd9886b859b4dace9ac | [] | no_license | azizramdan/Futsal-Go | https://github.com/azizramdan/Futsal-Go | 18db0b98406d578583532d7ed523845f663dedc3 | 4bf56f207071e0c95e92796e40f3211eac062422 | refs/heads/master | 2020-06-17T23:32:38.121000 | 2019-08-13T02:54:27 | 2019-08-13T02:54:27 | 196,099,641 | 0 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.futsalgo.data.model;
public class Lapangan {
Integer id;
String nama, harga, telp, alamat, longitude, latitude, foto, bank, nama_rekening, no_rekening;
public Lapangan(Integer id, String nama, String harga, String foto, String telp, String alamat, String latitude, String longitude, Str... | UTF-8 | Java | 2,286 | java | Lapangan.java | Java | [] | null | [] | package com.example.futsalgo.data.model;
public class Lapangan {
Integer id;
String nama, harga, telp, alamat, longitude, latitude, foto, bank, nama_rekening, no_rekening;
public Lapangan(Integer id, String nama, String harga, String foto, String telp, String alamat, String latitude, String longitude, Str... | 2,286 | 0.593613 | 0.593613 | 88 | 24.977272 | 24.214466 | 191 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.625 | false | false | 4 |
e00b429a1fab6b10f6bd777d7a32b34fc9f6220e | 30,468,498,059,032 | c7bec73c4b2f33bd21dce28c628013a008071c38 | /day08-code/src/com/sharpnew/day08/demo02/Demo02StringGet.java | 28b393cc55a714e97f17779f53f5965fedc84175 | [] | no_license | CharlesQian18/java-demo | https://github.com/CharlesQian18/java-demo | 92dfd4cbcd46109ad6e71e796656981e86c1d3ec | 4f8b074bc4dab780e70332a1e870e978638e4681 | refs/heads/master | 2023-01-06T16:42:52.437000 | 2020-11-14T02:51:08 | 2020-11-14T02:51:08 | 312,727,169 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sharpnew.day08.demo02;
/**
* @description:
* @program: demobase
* @author: Charles
* @created: 2020-05-27 19:54
**/
/*
String 当中与获取相关的常用方法有:
public int length():获取字符串当中含有的字符个数,拿到字符串长度
public String concat(String str);将当前字符串和参数字符串拼接成为返回值新的字符串。
public char chatAt(int index);获取指定索引位置的单个字符。(索引从0开始。)
publ... | UTF-8 | Java | 1,687 | java | Demo02StringGet.java | Java | [
{
"context": " * @description:\n * @program: demobase\n * @author: Charles\n * @created: 2020-05-27 19:54\n **/\n/*\nString 当中与获",
"end": 98,
"score": 0.9998254776000977,
"start": 91,
"tag": "NAME",
"value": "Charles"
}
] | null | [] | package com.sharpnew.day08.demo02;
/**
* @description:
* @program: demobase
* @author: Charles
* @created: 2020-05-27 19:54
**/
/*
String 当中与获取相关的常用方法有:
public int length():获取字符串当中含有的字符个数,拿到字符串长度
public String concat(String str);将当前字符串和参数字符串拼接成为返回值新的字符串。
public char chatAt(int index);获取指定索引位置的单个字符。(索引从0开始。)
publ... | 1,687 | 0.65646 | 0.628081 | 46 | 28.108696 | 17.078117 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.565217 | false | false | 4 |
34e09b071d4e9de8279662ce0416de86649b7786 | 24,988,119,745,508 | fb4c7e8b094b81add84300a36cdafcc97f2e4e2b | /Monkey Jump/src/javax/servlet/http/HttpServletResponse.java | d393c8edc80d2c7baf6669a5c48776ccab953372 | [] | no_license | Martin-Adam/TeamC-CIT360 | https://github.com/Martin-Adam/TeamC-CIT360 | 683312b19932a2b79f5c9830c0b60abd7fe0b078 | a635025c280d1dcb06863f27f857a429d17e64e6 | refs/heads/master | 2021-01-25T08:55:06.502000 | 2015-07-21T15:29:55 | 2015-07-21T15:29:55 | 35,103,656 | 0 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package javax.servlet.http;
public class HttpServletResponse {
}
| UTF-8 | Java | 72 | java | HttpServletResponse.java | Java | [] | null | [] | package javax.servlet.http;
public class HttpServletResponse {
}
| 72 | 0.736111 | 0.736111 | 5 | 12.4 | 14.947909 | 34 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 4 |
18ce18c18d77e1bb69d9849238064345cdf75b68 | 31,619,549,252,573 | dae6522a026e6e879876bc00381c60ef01760e03 | /data-module/src/main/java/com/balzzak/data/goods/models/request/GoodsCategoryRequest.java | ef502f62c963c9db11127862e0cfe623717f9904 | [] | no_license | SujinHuh/balzzak-server | https://github.com/SujinHuh/balzzak-server | c2265c0d9bc269e0b100b3ac02bc9bead0adbb5e | 2d3ab9eb6c6742abc80306eeedf401ad893ad7c6 | refs/heads/master | 2023-01-03T21:12:28.654000 | 2020-09-28T12:08:21 | 2020-10-29T10:49:27 | 278,368,322 | 0 | 0 | null | true | 2020-07-09T13:11:45 | 2020-07-09T13:11:44 | 2020-06-15T08:05:52 | 2020-06-15T07:57:34 | 80 | 0 | 0 | 0 | null | false | false | package com.balzzak.data.goods.models.request;
import lombok.Getter;
import javax.validation.constraints.NotEmpty;
import javax.validation.constraints.NotNull;
@Getter
public class GoodsCategoryRequest {
@NotNull
private Integer sortOrder;
@NotEmpty
private String categoryName;
}
| UTF-8 | Java | 302 | java | GoodsCategoryRequest.java | Java | [] | null | [] | package com.balzzak.data.goods.models.request;
import lombok.Getter;
import javax.validation.constraints.NotEmpty;
import javax.validation.constraints.NotNull;
@Getter
public class GoodsCategoryRequest {
@NotNull
private Integer sortOrder;
@NotEmpty
private String categoryName;
}
| 302 | 0.781457 | 0.781457 | 16 | 17.875 | 17.531668 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 4 |
57c4983a8340bd2db07957038378f1af4440c226 | 24,051,816,894,569 | a3849295262cd3c028a0e7dcd332c70907773dcb | /fileformat/src/main/java/org/zuinnote/hadoop/office/format/mapred/ExcelCellFileInputFormat.java | 42c3462fdccbc9be68dd90febab78300700fcffd | [
"Apache-2.0"
] | permissive | ZuInnoTe/hadoopoffice | https://github.com/ZuInnoTe/hadoopoffice | 050d4cc120f18a676bb677dd6c63612e78ccaeae | 52a80fa977bacb95e15a06686d259d43e4d2afc6 | refs/heads/main | 2022-11-10T18:21:58.562000 | 2022-10-29T16:22:52 | 2022-10-29T16:22:52 | 71,078,377 | 61 | 31 | Apache-2.0 | false | 2022-04-30T17:36:48 | 2016-10-16T21:30:43 | 2022-03-01T07:03:08 | 2022-04-30T17:27:08 | 7,928 | 54 | 31 | 18 | Java | false | false | /**
* Copyright 2018 ZuInnoTe (Jörn Franke) <zuinnote@gmail.com>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appli... | UTF-8 | Java | 2,854 | java | ExcelCellFileInputFormat.java | Java | [
{
"context": "/**\n* Copyright 2018 ZuInnoTe (Jörn Franke) <zuinnote@gmail.com>\n*\n* Licensed under the Apac",
"end": 42,
"score": 0.9998546242713928,
"start": 31,
"tag": "NAME",
"value": "Jörn Franke"
},
{
"context": "/**\n* Copyright 2018 ZuInnoTe (Jörn Franke) <zuinnote@gmail.com... | null | [] | /**
* Copyright 2018 ZuInnoTe (<NAME>) <<EMAIL>>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... | 2,837 | 0.779881 | 0.777077 | 73 | 38.082191 | 38.826538 | 204 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.39726 | false | false | 4 |
4dbea7d811e9d7fde87681068c1390eb051627db | 16,544,214,043,909 | 02bfe59519f4eafd7c5c607d368b71557a15f282 | /workspace_first/java_tutorials/srcbin/CalculatorConstructorDemo4.java | c5b16ee8d1d676e59eddc1ecd11cc49635786174 | [] | no_license | isntit84/opentutorials_git_isntit84 | https://github.com/isntit84/opentutorials_git_isntit84 | 38d95a727e8657305459080f53754bfeddfec9fd | d3e4c3d2c55d77cd8a89fb0dbabe27d422d5486d | refs/heads/master | 2021-01-21T03:50:45.658000 | 2016-10-01T14:01:36 | 2016-10-01T14:01:36 | 68,792,886 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.opentutorials.javatutorials.Inheritance.example2;
class Calculator {
int left, right;
public Calculator() {}
public Calculator(int left, int right) {
this.left = left;
this.right = right;
}
public void setOperands(int left, int right) {
this.left = left;
this.right = right;
}
public ... | UTF-8 | Java | 912 | java | CalculatorConstructorDemo4.java | Java | [] | null | [] | package org.opentutorials.javatutorials.Inheritance.example2;
class Calculator {
int left, right;
public Calculator() {}
public Calculator(int left, int right) {
this.left = left;
this.right = right;
}
public void setOperands(int left, int right) {
this.left = left;
this.right = right;
}
public ... | 912 | 0.699561 | 0.6875 | 47 | 18.425531 | 20.700235 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.382979 | false | false | 4 |
4ef0322ee742a186acc588e984c46903de5639de | 22,058,952,057,351 | 88e4209b314b5312f31d1425146c47e7a9589051 | /src/Player.java | d7b0fa735d6883f9c719323b68b08ab9f667c0a1 | [] | no_license | IanWorley/Nim | https://github.com/IanWorley/Nim | 1be9499ea85e375c4a7a726dbf286b22da1ab7d3 | 70e30751baae426870a3663f4d6d948a8a522a88 | refs/heads/master | 2023-03-20T09:37:02.737000 | 2021-03-13T03:53:39 | 2021-03-13T03:53:39 | 345,650,156 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Scanner;
public class Player {
private String name;
private int score;
private boolean turn;
Player() {
Scanner sc = new Scanner(System.in);
System.out.println("Please enter your name: ");
this.setName(sc.nextLine());
this.setScore(0);
this.setTurn(false);
}
public b... | UTF-8 | Java | 911 | java | Player.java | Java | [] | null | [] | import java.util.Scanner;
public class Player {
private String name;
private int score;
private boolean turn;
Player() {
Scanner sc = new Scanner(System.in);
System.out.println("Please enter your name: ");
this.setName(sc.nextLine());
this.setScore(0);
this.setTurn(false);
}
public b... | 911 | 0.620198 | 0.616904 | 55 | 15.563637 | 13.536165 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 4 |
2969fa470d1c4a3f8ec8d445dcbe017b68810eec | 3,925,600,177,249 | 835e992dc7d3de4f00ad9e29c24a19049bea1047 | /app/src/main/java/com/example/administorzz/lab3/DBHelper.java | 52136138d8d10816deb085a0a0399e07608a8ee4 | [] | no_license | JudyZnr/cse40333_lab3_nzhang4 | https://github.com/JudyZnr/cse40333_lab3_nzhang4 | a92af15edc89b717fa509f8f39089a0875b11cfc | 6aa732e68b25dd93553ad3a4b56560e7fcb0c8fc | refs/heads/master | 2021-01-22T04:53:44.207000 | 2017-04-10T19:15:44 | 2017-04-10T19:15:44 | 81,597,192 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.administorzz.lab3;
import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
import android.database.sqlite.SQLiteOpenHelper;
import android.database.sqlite.SQLiteDatabase;
import java.util.List;
/**
* Created by administorzz on 2017/3/23.
*/
public ... | UTF-8 | Java | 2,640 | java | DBHelper.java | Java | [
{
"context": "tabase;\n\nimport java.util.List;\n\n/**\n * Created by administorzz on 2017/3/23.\n */\n\npublic class DBHelper extends ",
"end": 293,
"score": 0.99965500831604,
"start": 281,
"tag": "USERNAME",
"value": "administorzz"
}
] | null | [] | package com.example.administorzz.lab3;
import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
import android.database.sqlite.SQLiteOpenHelper;
import android.database.sqlite.SQLiteDatabase;
import java.util.List;
/**
* Created by administorzz on 2017/3/23.
*/
public ... | 2,640 | 0.624242 | 0.620455 | 66 | 39 | 37.108768 | 175 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.833333 | false | false | 4 |
024df23d1c9966805d42e42c835b74461c112be7 | 34,059,090,662,739 | 4077335424a49f3a9d78e083589599eb05d6a6db | /homework/week7/MoveBall.java | 1c6b4ff35706fa745ff62d0d03d2fb6a23393605 | [] | no_license | zsyai/zhengshuyu1996.github.io | https://github.com/zsyai/zhengshuyu1996.github.io | 936ffb5c7a207e956784924a618456f9eb38525d | de92c3ea36137acb6bb819b5492b9e07f371595b | refs/heads/master | 2022-11-22T06:49:35.601000 | 2020-07-19T03:15:16 | 2020-07-19T03:15:16 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.applet.Applet;
import java.awt.Graphics;
public class MoveBall extends Applet{
private int xPos = 0;
private int xFrame = 1;
int counter = 0;
public void paint(Graphics g){
int width = getSize().width;
int height = getSize().height;
int yPos = height/2;
int diameter = 10;
g.fil... | UTF-8 | Java | 538 | java | MoveBall.java | Java | [] | null | [] | import java.applet.Applet;
import java.awt.Graphics;
public class MoveBall extends Applet{
private int xPos = 0;
private int xFrame = 1;
int counter = 0;
public void paint(Graphics g){
int width = getSize().width;
int height = getSize().height;
int yPos = height/2;
int diameter = 10;
g.fil... | 538 | 0.618959 | 0.594796 | 24 | 21.375 | 10.164532 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.416667 | false | false | 4 |
34cb7709dc590e4aef985d139f1e6987804cb88c | 21,818,433,921,368 | 1ea077b9ca691b8d92eace22f49b1ae0514f0a44 | /omss/src/main/java/com/project/omss/controller/CartController.java | ff11648d9e9a9db1e63c3b97ff893f58a991e9e9 | [] | no_license | prajwalchavan/SpringOmss | https://github.com/prajwalchavan/SpringOmss | 29e3a8d5d4607666db4950c785d4feb77c223534 | 6d8316c569a2108841aeec62cb91a80688e8804a | refs/heads/main | 2023-02-27T20:10:11.562000 | 2021-01-28T15:13:31 | 2021-01-28T15:13:31 | 325,473,538 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.project.omss.controller;
import java.util.List;
import javax.validation.Valid;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.CrossOrigin;
import org.springframework.web.bind.annotation... | UTF-8 | Java | 3,998 | java | CartController.java | Java | [
{
"context": " This is Controller class for Cart.\n * \n * @author Prajwal\n *\n */\n@CrossOrigin(\"*\")\n@RestController\npublic c",
"end": 717,
"score": 0.999302864074707,
"start": 710,
"tag": "NAME",
"value": "Prajwal"
}
] | null | [] | package com.project.omss.controller;
import java.util.List;
import javax.validation.Valid;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.CrossOrigin;
import org.springframework.web.bind.annotation... | 3,998 | 0.726613 | 0.724612 | 111 | 35.018017 | 31.837702 | 127 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.531532 | false | false | 4 |
96be9de1184c31a18d5fff34c7a277884d00b2ee | 30,520,037,669,058 | 837b87d40bbe153bbf555a7f95da244f4e444f26 | /src/main/java/com/virjar/sipsoup/function/select/AttrFunction.java | d5394dd64da1651acee21ad41fb62330340f2d69 | [
"Apache-2.0"
] | permissive | wizos/sipsoup | https://github.com/wizos/sipsoup | 4c1a26f4547c50db0ab88dbaa4f47adc2bbd2654 | 07d61d1030944c3a4e8b5da308e32b1c8dcc2387 | refs/heads/master | 2022-12-18T05:25:13.510000 | 2020-09-30T14:08:46 | 2020-09-30T14:08:46 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.virjar.sipsoup.function.select;
import java.util.List;
import org.apache.commons.lang3.StringUtils;
import org.jsoup.nodes.Element;
import com.virjar.sipsoup.model.SIPNode;
/**
* Created by virjar on 17/6/11.
*/
public class AttrFunction extends AttrBaseFunction {
@Override
public void handle... | UTF-8 | Java | 742 | java | AttrFunction.java | Java | [
{
"context": "m.virjar.sipsoup.model.SIPNode;\n\n/**\n * Created by virjar on 17/6/11.\n */\npublic class AttrFunction extends",
"end": 213,
"score": 0.999669075012207,
"start": 207,
"tag": "USERNAME",
"value": "virjar"
}
] | null | [] | package com.virjar.sipsoup.function.select;
import java.util.List;
import org.apache.commons.lang3.StringUtils;
import org.jsoup.nodes.Element;
import com.virjar.sipsoup.model.SIPNode;
/**
* Created by virjar on 17/6/11.
*/
public class AttrFunction extends AttrBaseFunction {
@Override
public void handle... | 742 | 0.621294 | 0.613208 | 31 | 22.935484 | 22.763773 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.387097 | false | false | 4 |
6137025630c3973b0b466a70efe3a4356efb1f40 | 27,676,769,299,674 | f8ea6cfe3420c37edfd00976a148afa04afb1ae3 | /CrewmateAPI/src/me/alexisevelyn/crewmate/events/impl/GameSearchEvent.java | 879dcad31953c40b7866af3c3e4a92a2c2f5d6c0 | [
"MIT"
] | permissive | SLLCoding/CrewmateAPI | https://github.com/SLLCoding/CrewmateAPI | 689ad1f0c8cb2fd3146ec1c6a85fc119247e7a3e | d7c501b92d74dce643671e966fc58548fa1e370c | refs/heads/master | 2022-12-29T03:05:13.005000 | 2020-10-23T15:58:18 | 2020-10-23T15:58:18 | 306,682,317 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package me.alexisevelyn.crewmate.events.impl;
import me.alexisevelyn.crewmate.enums.Language;
import me.alexisevelyn.crewmate.enums.Map;
import me.alexisevelyn.crewmate.events.Event;
public abstract class GameSearchEvent extends Event {
public GameSearchEvent(Language language, Map[] maps, int impostors) {}
... | UTF-8 | Java | 529 | java | GameSearchEvent.java | Java | [] | null | [] | package me.alexisevelyn.crewmate.events.impl;
import me.alexisevelyn.crewmate.enums.Language;
import me.alexisevelyn.crewmate.enums.Map;
import me.alexisevelyn.crewmate.events.Event;
public abstract class GameSearchEvent extends Event {
public GameSearchEvent(Language language, Map[] maps, int impostors) {}
... | 529 | 0.763705 | 0.763705 | 17 | 30.117647 | 23.579359 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.647059 | false | false | 4 |
efc2d2f0455309ba08fdbbe26c91499d800c00c6 | 6,803,228,248,427 | f3df03b7f55bc952eec6fd6c6a07cf9e6e556b01 | /src/ligafx/servidor/actualizadores/eventos/TarjetaRojaParser.java | 2292177d6ff747b083e555e0c6d030d3e6d057e5 | [] | no_license | julyandillo/liga1920 | https://github.com/julyandillo/liga1920 | 6676cac3b096a7a3b8dfd976262690d04077a784 | 1ea168fc5599b890300144f72d8689eeeddab5fa | refs/heads/master | 2021-06-28T11:16:22.040000 | 2021-01-06T12:17:08 | 2021-01-06T12:17:08 | 202,525,879 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ligafx.servidor.actualizadores.eventos;
import com.google.gson.JsonObject;
import ligafx.modelos.TipoTarjeta;
public class TarjetaRojaParser extends TarjetaParser {
public TarjetaRojaParser(JsonObject tarjeta) {
super(tarjeta, TipoTarjeta.ROJA);
}
}
| UTF-8 | Java | 277 | java | TarjetaRojaParser.java | Java | [] | null | [] | package ligafx.servidor.actualizadores.eventos;
import com.google.gson.JsonObject;
import ligafx.modelos.TipoTarjeta;
public class TarjetaRojaParser extends TarjetaParser {
public TarjetaRojaParser(JsonObject tarjeta) {
super(tarjeta, TipoTarjeta.ROJA);
}
}
| 277 | 0.779783 | 0.779783 | 11 | 24.181818 | 21.766605 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.454545 | false | false | 4 |
93358f8fe2f562d658d8d13f46de860acc29e0b5 | 14,920,716,441,320 | 9394ec36a35e33e7e63a679c1902beed30903001 | /cSRC_PerCap/MinDues/Software/src/org/afscme/enterprise/organization/web/SaveOrganizationDetailAction.java | f7f5b4d68016ad621dffe5b3b7a428a62c2d9165 | [] | no_license | mfengafscme/mDuesPerCap_new | https://github.com/mfengafscme/mDuesPerCap_new | a2256aeb2bf8c34d90b24b34cce93878320f7ec8 | e8b4763cb1c50ce22881134b52d201197a08c9e5 | refs/heads/master | 2020-03-06T19:19:50.668000 | 2018-03-27T17:48:47 | 2018-03-27T17:48:47 | 127,025,416 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.afscme.enterprise.organization.web;
import java.util.List;
import java.util.LinkedList;
import org.apache.struts.action.ActionForward;
import org.apache.struts.action.ActionForm;
import org.apache.struts.action.ActionMapping;
import org.apache.struts.action.ActionError;
import org.apache.struts.action.Acti... | UTF-8 | Java | 3,130 | java | SaveOrganizationDetailAction.java | Java | [] | null | [] | package org.afscme.enterprise.organization.web;
import java.util.List;
import java.util.LinkedList;
import org.apache.struts.action.ActionForward;
import org.apache.struts.action.ActionForm;
import org.apache.struts.action.ActionMapping;
import org.apache.struts.action.ActionError;
import org.apache.struts.action.Acti... | 3,130 | 0.622364 | 0.622364 | 75 | 40.733334 | 28.608778 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.48 | false | false | 4 |
eaddb48686a9c269f75b400e4f14d85c09717272 | 4,544,075,455,517 | 7859fd82110bdd2f6e8062c9f5dcea27ff1490b8 | /springboot_mybatis_springmvc/baoliyun/src/main/java/com/ibr/baoliyun/mapper/PermissionMapper.java | c8e3899f28592fef82d7b4a61d2c503ccc0e57de | [] | no_license | jy02149522/jee8421 | https://github.com/jy02149522/jee8421 | 3ceb6b32f49724562909a4af976a4decd0e11c18 | 54d2f53f352779b5725f444ad367ac6ed7cfaaa2 | refs/heads/master | 2021-05-12T03:17:23.524000 | 2018-06-17T13:15:49 | 2018-06-17T13:15:49 | 117,613,191 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ibr.baoliyun.mapper;
import com.ibr.baoliyun.entity.Permission;
import com.baomidou.mybatisplus.mapper.BaseMapper;
/**
* <p>
* Mapper接口
* </p>
*
* @author Hanjun
* @since 2017-01-24
*/
public interface PermissionMapper extends BaseMapper<Permission> {
} | UTF-8 | Java | 294 | java | PermissionMapper.java | Java | [
{
"context": "\n/**\r\n * <p>\r\n * Mapper接口\r\n * </p>\r\n *\r\n * @author Hanjun\r\n * @since 2017-01-24\r\n */\r\npublic interface Perm",
"end": 190,
"score": 0.7160657644271851,
"start": 184,
"tag": "NAME",
"value": "Hanjun"
}
] | null | [] | package com.ibr.baoliyun.mapper;
import com.ibr.baoliyun.entity.Permission;
import com.baomidou.mybatisplus.mapper.BaseMapper;
/**
* <p>
* Mapper接口
* </p>
*
* @author Hanjun
* @since 2017-01-24
*/
public interface PermissionMapper extends BaseMapper<Permission> {
} | 294 | 0.689655 | 0.662069 | 16 | 16.25 | 19.90132 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.1875 | false | false | 4 |
334024f56f2b2b6ce157f67c4330e919a4d71355 | 11,819,750,065,628 | b4865998008621b863ca3eabdd7453a553fdc1a6 | /src/main/java/uk/gov/scotland/afrc/applications/dao/impl/AppValidationErrDaoImpl.java | 897f82778a944e83c59ab59e04c45420a6bc91e3 | [] | no_license | vijkumar8765/entity | https://github.com/vijkumar8765/entity | 65f7ba85afa0c9bd6a746148011945b08b189ff2 | f3e041b65fbfa88edf4874f8de3dc480d3895804 | refs/heads/master | 2021-01-10T01:59:57.867000 | 2016-02-12T16:26:26 | 2016-02-12T16:26:26 | 51,600,355 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package uk.gov.scotland.afrc.applications.dao.impl;
import java.util.ArrayList;
import java.util.Calendar;
import java.util.Date;
import java.util.List;
import javax.persistence.TypedQuery;
import javax.persistence.criteria.CriteriaBuilder;
import javax.persistence.criteria.CriteriaQuery;
import javax.persi... | UTF-8 | Java | 41,790 | java | AppValidationErrDaoImpl.java | Java | [] | null | [] | package uk.gov.scotland.afrc.applications.dao.impl;
import java.util.ArrayList;
import java.util.Calendar;
import java.util.Date;
import java.util.List;
import javax.persistence.TypedQuery;
import javax.persistence.criteria.CriteriaBuilder;
import javax.persistence.criteria.CriteriaQuery;
import javax.persi... | 41,790 | 0.76011 | 0.759823 | 814 | 49.339066 | 45.964928 | 221 | false | false | 0 | 0 | 0 | 0 | 64 | 0.001531 | 2.39312 | false | false | 4 |
f31e7c9a3846d3208e7742dee18d15fdc3bfcc5b | 11,149,735,109,479 | 55884c43d8057126820892f83faf13030c8a2404 | /0607 BaseballMember_upgrade/src/dao/SearchClass.java | 2138f4ab31b571db5006567c3c352e87f2bf18b3 | [] | no_license | kyorororo3/JAVA_BITCAMP | https://github.com/kyorororo3/JAVA_BITCAMP | 43844d7253ef541976b0455e2970841484c814bf | f2e73325e3ba609e19f56717ef1af33ca69223e6 | refs/heads/master | 2020-06-08T09:49:05.859000 | 2019-06-22T08:11:29 | 2019-06-22T08:11:29 | 193,208,434 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package dao;
import java.util.Iterator;
import dto.Human;
import single.SingletonClass;
public class SearchClass{
SingletonClass sc = SingletonClass.getInstance();
public Integer search(String name) {
Iterator<Integer> it = sc.map.keySet().iterator();
Integer findIndex = 0;
while(it.hasNext()) {
I... | UTF-8 | Java | 464 | java | SearchClass.java | Java | [] | null | [] | package dao;
import java.util.Iterator;
import dto.Human;
import single.SingletonClass;
public class SearchClass{
SingletonClass sc = SingletonClass.getInstance();
public Integer search(String name) {
Iterator<Integer> it = sc.map.keySet().iterator();
Integer findIndex = 0;
while(it.hasNext()) {
I... | 464 | 0.670259 | 0.668103 | 27 | 16.185184 | 15.594484 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.62963 | false | false | 4 |
d7f3b2bd5720fb95cb852d264dd1f3737d8a7863 | 28,724,741,279,610 | 8c9e2d42f1b0c848af2c989909bb89f07e386309 | /src/main/java/com/mymo/merger/configuration/DefaultPojoFieldDefinitionFactory.java | 06e6f7a16bfbbb9f3a3013b823efc6c6d6406bd2 | [] | no_license | philmadden83/merger | https://github.com/philmadden83/merger | e3530c653d2bded7a2a03814747da7cccc0c9228 | 56844d646d1b17fc7edf8eb35439129475d84805 | refs/heads/master | 2021-01-20T14:40:56.438000 | 2017-05-08T16:42:36 | 2017-05-08T16:42:36 | 90,646,929 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mymo.merger.configuration;
import com.mymo.merger.*;
import com.mymo.merger.handler.MergeHandler;
import com.mymo.merger.util.*;
import java.lang.reflect.*;
import java.util.logging.*;
public class DefaultPojoFieldDefinitionFactory implements PojoFieldDefinitionFactory, MergeContextAware {
private st... | UTF-8 | Java | 2,230 | java | DefaultPojoFieldDefinitionFactory.java | Java | [] | null | [] | package com.mymo.merger.configuration;
import com.mymo.merger.*;
import com.mymo.merger.handler.MergeHandler;
import com.mymo.merger.util.*;
import java.lang.reflect.*;
import java.util.logging.*;
public class DefaultPojoFieldDefinitionFactory implements PojoFieldDefinitionFactory, MergeContextAware {
private st... | 2,230 | 0.71435 | 0.71435 | 54 | 40.296295 | 40.495373 | 133 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.592593 | false | false | 4 |
74c07f31f9e11178e365f4ecd221072dbec4d57e | 26,843,545,606,869 | 6cd2aa298878619567968721fc0bb441cbd88f05 | /sisauc/sisauc-administracao/src/main/java/br/ccasj/sisauc/administracao/cadastro/service/CadastroEditalCredenciamentoService.java | 2eda724d6a1b619446f4324e057de89546ae9341 | [] | no_license | vinvallado/codigos | https://github.com/vinvallado/codigos | 1706ee9cfb8888500bd02429c03fdf665216b19f | eab9373d079d07a66ded4344cee2762d81447934 | refs/heads/master | 2020-03-27T14:03:59.302000 | 2018-08-30T15:02:10 | 2018-08-30T15:02:10 | 146,579,215 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.ccasj.sisauc.administracao.cadastro.service;
import java.io.Serializable;
import br.ccasj.sisauc.administracao.cadastro.domain.EditalCredenciamento;
public interface CadastroEditalCredenciamentoService extends Serializable {
public EditalCredenciamento salvar(EditalCredenciamento editalCredenciamento);... | UTF-8 | Java | 395 | java | CadastroEditalCredenciamentoService.java | Java | [] | null | [] | package br.ccasj.sisauc.administracao.cadastro.service;
import java.io.Serializable;
import br.ccasj.sisauc.administracao.cadastro.domain.EditalCredenciamento;
public interface CadastroEditalCredenciamentoService extends Serializable {
public EditalCredenciamento salvar(EditalCredenciamento editalCredenciamento);... | 395 | 0.855696 | 0.855696 | 12 | 31.916666 | 33.947163 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.75 | false | false | 4 |
d97f63868cbbba70a3818805cf3e99acafddceb7 | 19,713,899,902,196 | 545d1aa7075c423ac22d5057684d444c72d9a8c2 | /codes/0678-Valid-Parenthesis-String/Java/main2.java | 2e086729181bcecc5adb064069f86580ccb7eb9e | [] | no_license | Stackingrule/LeetCode-Solutions | https://github.com/Stackingrule/LeetCode-Solutions | da9420953b0e56bb76f026f5c1a4a48cd404641d | 3f7d22dd94eef4e47f3c19c436b00c40891dc03b | refs/heads/main | 2023-08-28T00:43:37.871000 | 2021-10-14T02:55:42 | 2021-10-14T02:55:42 | 207,331,384 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | class Solution {
public boolean checkValidString(String s) {
int min = 0; //least number of ')' to balance
int max = 0; //largest number of ')' to balance
for (int i = 0; i < s.length(); i++){
char c = s.charAt(i);
if (c == '(') {
++min;
... | UTF-8 | Java | 852 | java | main2.java | Java | [] | null | [] | class Solution {
public boolean checkValidString(String s) {
int min = 0; //least number of ')' to balance
int max = 0; //largest number of ')' to balance
for (int i = 0; i < s.length(); i++){
char c = s.charAt(i);
if (c == '(') {
++min;
... | 852 | 0.32277 | 0.314554 | 29 | 28.413794 | 18.304922 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.517241 | false | false | 4 |
7cdc00fd6aa8128755659f05285c43b6a39d7b8c | 33,200,097,205,110 | 729ed8fa6ad5287161ddafed235a96da8caf01da | /Judge_str.java | 4d589217ea701c77a5b7722c2c3d3a32791035e0 | [] | no_license | shayne-chen/java | https://github.com/shayne-chen/java | 111402e40d5bfc0dda99cbba95586a55770662b0 | 485a624f4d71f5a81278490f055c1eae0fe8b0e6 | refs/heads/master | 2020-04-04T22:02:25.333000 | 2019-08-21T09:35:00 | 2019-08-21T09:35:00 | 156,308,018 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.shaw;
import java.util.Stack;
public class Judge_str {
public static void main(String[] args) {
String s1 = "{{}{}{{}}}";
String s2 = "{{";
String s3 = "{}}";
String s4 = "abc";
Judge_str t = new Judge_str();
boolean flag = t.judge(s4);
System.out.print(flag);
}
public Boolean judge(St... | UTF-8 | Java | 745 | java | Judge_str.java | Java | [] | null | [] | package com.shaw;
import java.util.Stack;
public class Judge_str {
public static void main(String[] args) {
String s1 = "{{}{}{{}}}";
String s2 = "{{";
String s3 = "{}}";
String s4 = "abc";
Judge_str t = new Judge_str();
boolean flag = t.judge(s4);
System.out.print(flag);
}
public Boolean judge(St... | 745 | 0.532886 | 0.524832 | 40 | 17.625 | 11.839949 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.125 | false | false | 4 |
d34bfcc137c4a474dd9fa3b12fd41cafbdcd8a4a | 12,850,542,162,986 | 676e6a89a10cc34f04e9c8309c1b1eb27fad70be | /src/main/java/com/ornl/demoapp/Monitor.java | 463d80231479b411c12953e92d38d29db45336fb | [] | no_license | btomar/ornl-demo-app | https://github.com/btomar/ornl-demo-app | 1c59151a3de7bf77f27d07a5de6a3d2bbbfe6ae6 | d89cd25da40d1fd94277a8343b9f598c16b5a438 | refs/heads/master | 2022-12-27T14:09:16.906000 | 2020-04-16T01:45:56 | 2020-04-16T01:45:56 | 256,072,283 | 0 | 0 | null | false | 2020-10-13T21:13:42 | 2020-04-16T00:52:08 | 2020-04-16T01:46:15 | 2020-10-13T21:13:41 | 11 | 0 | 0 | 1 | Java | false | false | package com.ornl.demoapp;
public class Monitor extends Item {
private int size;
private Resolution nativeResolution;
public Monitor(String model, String manufacturer, Double price, int quantity, int size, Resolution nativeResolution) {
super(model, manufacturer,price, quantity );
this.siz... | UTF-8 | Java | 722 | java | Monitor.java | Java | [] | null | [] | package com.ornl.demoapp;
public class Monitor extends Item {
private int size;
private Resolution nativeResolution;
public Monitor(String model, String manufacturer, Double price, int quantity, int size, Resolution nativeResolution) {
super(model, manufacturer,price, quantity );
this.siz... | 722 | 0.610803 | 0.610803 | 29 | 23.896551 | 25.431917 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.62069 | false | false | 4 |
1570a43bab244c3f1b55fb792516347b70f970b0 | 68,719,486,700 | 6e14ea09b028b518fb359528f6de361a2e13f774 | /MyApplication/app/src/main/java/com/example/myapplication/Models/Home/Artist.java | da535df178360bb5e274b703a732095f88166723 | [] | no_license | lethien161198/KickEnglish | https://github.com/lethien161198/KickEnglish | be7c1448275a9b9ef1cb6969344763fd81a1af24 | ee111b95124b4b3db3ee208aa5234e2a272dd140 | refs/heads/main | 2023-04-01T08:30:20.082000 | 2021-04-06T17:24:13 | 2021-04-06T17:24:13 | 355,259,987 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.myapplication.Models.Home;
import android.graphics.Bitmap;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
public class Artist {
@SerializedName("audioCount")
@Expose
private Integer audioCount;
@SerializedName("description")
@Expo... | UTF-8 | Java | 3,435 | java | Artist.java | Java | [] | null | [] | package com.example.myapplication.Models.Home;
import android.graphics.Bitmap;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
public class Artist {
@SerializedName("audioCount")
@Expose
private Integer audioCount;
@SerializedName("description")
@Expo... | 3,435 | 0.664047 | 0.664047 | 152 | 21.598684 | 18.301661 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.282895 | false | false | 4 |
96f62d7af8dab141f80a7c60fef8fc2e60036a6c | 33,354,716,032,969 | 39101b51ceae54c0d6762113903a135d62e544ff | /Sample1.java | 3665bf0e3828e00e24136c0d77794f10bc2a3826 | [] | no_license | Venkat4github/testGit | https://github.com/Venkat4github/testGit | 618b074c368d92099af72f607d5dca29dada1e90 | 46e32aeb7c380fdbaeb2c9d0d62e8f441491b838 | refs/heads/master | 2021-08-27T20:58:24.596000 | 2021-08-16T00:02:27 | 2021-08-16T00:02:27 | 174,861,859 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | class Add ()
{
public static void main (String[] args)
{
int x=10;
int y=20;
return x*y;
}
} | UTF-8 | Java | 118 | java | Sample1.java | Java | [] | null | [] | class Add ()
{
public static void main (String[] args)
{
int x=10;
int y=20;
return x*y;
}
} | 118 | 0.491525 | 0.457627 | 9 | 12.222222 | 11.820677 | 42 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 4 |
a04a2b8022ee383415770df610ea394f447f610f | 20,727,512,173,418 | 059bc8be4306ebd0e7539041d662d5b404d0e858 | /src/main/java/com/benjohn/springframeworktry/controller/ManagementController.java | c97340a5a77fc41f3bda9da0ca79df325f574a7a | [] | no_license | BenJohnThird/InsFire-SpringFramework | https://github.com/BenJohnThird/InsFire-SpringFramework | 76255ef98f5658cd47200652f2725941067a68cb | 48dcd2069d3149489d7b519da9b5ef4cafb2a306 | refs/heads/master | 2020-03-19T10:55:53.768000 | 2018-06-18T19:03:20 | 2018-06-18T19:03:20 | 136,413,542 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.benjohn.springframeworktry.controller;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.List;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import... | UTF-8 | Java | 2,315 | java | ManagementController.java | Java | [] | null | [] | package com.benjohn.springframeworktry.controller;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.List;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import... | 2,315 | 0.745572 | 0.744708 | 74 | 29.283783 | 25.458775 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.581081 | false | false | 4 |
f2b31457ac0944cc7dca45b72efb7767a3a8081e | 7,035,156,444,469 | f310be0c26a60870f61be7ee701812324e8af7cb | /housingfund-common/src/main/java/com/handge/housingfund/common/service/bank/bean/center/LoanDeductionOut.java | bff2bae48bf8018e6691ba45317c32854ea6d732 | [] | no_license | WJustHM/housingfund | https://github.com/WJustHM/housingfund | 968b5b01735e5fc937227f754afa62f54173d80d | a76fde0ddd77c91c0d0a64ed4a2afe0afa14ff53 | refs/heads/master | 2021-04-06T18:38:55.251000 | 2018-03-14T15:43:08 | 2018-03-14T15:43:08 | 125,240,857 | 2 | 3 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.handge.housingfund.common.service.bank.bean.center;
import com.handge.housingfund.common.service.bank.bean.head.CenterHeadOut;
import java.io.Serializable;
/**
* 贷款扣款(BDC105)输出格式
*/
public class LoanDeductionOut implements Serializable {
private static final long serialVersionUID = 8186606993587231... | UTF-8 | Java | 1,251 | java | LoanDeductionOut.java | Java | [] | null | [] | package com.handge.housingfund.common.service.bank.bean.center;
import com.handge.housingfund.common.service.bank.bean.head.CenterHeadOut;
import java.io.Serializable;
/**
* 贷款扣款(BDC105)输出格式
*/
public class LoanDeductionOut implements Serializable {
private static final long serialVersionUID = 8186606993587231... | 1,251 | 0.638957 | 0.621027 | 52 | 22.596153 | 22.14138 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.288462 | false | false | 4 |
c3c18be0d369fa1c208bdfd319731c7db0ac3486 | 24,850,680,792,222 | be329551d310209198c36963121e6b8af96bf9d2 | /src/test/java/br/sp/pguerra/DemoProject/SpecBuilders.java | bcfadcb1a4da3670ef6b66cd4ca3fb19336ba900 | [] | no_license | pehguerra/restAssured | https://github.com/pehguerra/restAssured | 0f99af189cebb43318f956d0828e2205356b485b | 3b3966470542c004a570c202832196f1e1941785 | refs/heads/master | 2023-05-11T22:50:32.526000 | 2020-02-10T00:03:15 | 2020-02-10T00:03:15 | 237,866,019 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.sp.pguerra.DemoProject;
import static io.restassured.RestAssured.given;
import static org.hamcrest.Matchers.lessThan;
import java.io.FileInputStream;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
import java.util.Properties;
import java.util.concurrent.TimeUnit;
import org... | UTF-8 | Java | 2,656 | java | SpecBuilders.java | Java | [
{
"context": "p.getProperty(\"HOST\"))\n\t\t\t\t.addQueryParam(\"key\", \"qaclick123\")\n\t\t\t\t.setContentType(ContentType.JSON)\n\t\t\t\t.buil",
"end": 1481,
"score": 0.9995629787445068,
"start": 1471,
"tag": "KEY",
"value": "qaclick123"
}
] | null | [] | package br.sp.pguerra.DemoProject;
import static io.restassured.RestAssured.given;
import static org.hamcrest.Matchers.lessThan;
import java.io.FileInputStream;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
import java.util.Properties;
import java.util.concurrent.TimeUnit;
import org... | 2,656 | 0.746988 | 0.730045 | 90 | 28.522223 | 22.702534 | 138 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.088889 | false | false | 4 |
b653a344a16b84a00abbf99670e1279a6c434f2e | 28,389,733,834,544 | b4448033f8835e8ea6b808c317bd95302338c6ab | /skinbutler/app/src/main/java/com/soma/skinbutler/signup/SignUpPresenter.java | 0df05d92ec08ab798e05669d3d26d4807faeaba5 | [] | no_license | yebonkim/soma8-skin-android | https://github.com/yebonkim/soma8-skin-android | 4fe5cc1a675255f26090f7eb9fd1c8e7b0351e61 | 72c69713e62db61bb51ac0e432a45e29fdaa5f34 | refs/heads/master | 2022-03-27T19:17:33.431000 | 2020-01-04T10:35:29 | 2020-01-04T10:35:29 | 107,555,833 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.soma.skinbutler.signup;
import com.soma.skinbutler.R;
import com.soma.skinbutler.serverinterface.ServerQuery;
import com.soma.skinbutler.serverinterface.request.SignUpRequest;
import com.soma.skinbutler.serverinterface.response.UserResponse;
import java.util.ArrayList;
import retrofit.Callback;
import r... | UTF-8 | Java | 2,408 | java | SignUpPresenter.java | Java | [
{
"context": "onse;\nimport retrofit.Retrofit;\n\n/**\n * Created by yebonkim on 2017. 11. 25..\n */\n\npublic class SignUpPresent",
"end": 391,
"score": 0.9996745586395264,
"start": 383,
"tag": "USERNAME",
"value": "yebonkim"
}
] | null | [] | package com.soma.skinbutler.signup;
import com.soma.skinbutler.R;
import com.soma.skinbutler.serverinterface.ServerQuery;
import com.soma.skinbutler.serverinterface.request.SignUpRequest;
import com.soma.skinbutler.serverinterface.response.UserResponse;
import java.util.ArrayList;
import retrofit.Callback;
import r... | 2,408 | 0.597176 | 0.58804 | 97 | 23.824741 | 22.259487 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.42268 | false | false | 4 |
1b23f5b5693a0527bf08a6deb9014109502eee15 | 28,492,813,103,596 | 255cf6f012dd3e200b9e4e021cfb40b394e4f2f3 | /src/main/java/com/trade_accounting/repositories/AddressRepository.java | 491a5f2ef72ef153c06d9e02a704c679bd90d937 | [] | no_license | ArtemZaikovsky/Back | https://github.com/ArtemZaikovsky/Back | 28cbc4104e8f38d1a98175c7b06ecb2c009f8189 | de512acb694d9bae6e5fa2e852e6b1881157516c | refs/heads/main | 2023-07-17T11:46:43.612000 | 2021-08-20T13:53:09 | 2021-08-20T13:53:09 | 398,292,819 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.trade_accounting.repositories;
import com.trade_accounting.models.Address;
import com.trade_accounting.models.Company;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
@Repository
public interface AddressRepository extends JpaRepository<Addres... | UTF-8 | Java | 370 | java | AddressRepository.java | Java | [] | null | [] | package com.trade_accounting.repositories;
import com.trade_accounting.models.Address;
import com.trade_accounting.models.Company;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
@Repository
public interface AddressRepository extends JpaRepository<Addres... | 370 | 0.835135 | 0.835135 | 11 | 32.636364 | 24.521873 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.636364 | false | false | 4 |
378d70dc1358b0e53eb38ad9bf092001873e1097 | 10,462,540,363,410 | 46ff24538b9a39e52e06c87ceb6ca03b7cb041f4 | /ZTP 2.2/src/Pracownik.java | 22cc9da8d0fbda5e69a76a69cd8d6ade226158f3 | [] | no_license | PSyron/PWr-Workspace | https://github.com/PSyron/PWr-Workspace | a211319ae15436f63b36a3f39406381489ad09f6 | a50b6c4f4430621230824e33d96b85ea27283063 | refs/heads/master | 2020-04-09T10:38:41.585000 | 2015-04-09T08:24:11 | 2015-04-09T08:24:11 | 20,161,347 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
public class Pracownik extends Osoba {
int liczbaSprzedazy;
double pensja;
int wiek;
int wzieteDniUrlopu;
public void bierzeUrlop(int dni) {
this.wzieteDniUrlopu += dni;
}
public Pracownik(String imie, String nazwisko, long pesel) {
super(imie, nazwisko, pesel);
wzieteDniUrlopu = 0;
}
public Pracowni... | UTF-8 | Java | 799 | java | Pracownik.java | Java | [] | null | [] |
public class Pracownik extends Osoba {
int liczbaSprzedazy;
double pensja;
int wiek;
int wzieteDniUrlopu;
public void bierzeUrlop(int dni) {
this.wzieteDniUrlopu += dni;
}
public Pracownik(String imie, String nazwisko, long pesel) {
super(imie, nazwisko, pesel);
wzieteDniUrlopu = 0;
}
public Pracowni... | 799 | 0.689612 | 0.687109 | 40 | 18.975 | 19.882767 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.7 | false | false | 4 |
9ed9946bddd2b8fbcd0a3598ff65ad19f1ed2d88 | 26,414,048,929,887 | 836a6d23ef14267774b488931aa0efcd5adca768 | /app/src/main/java/it15ns/friendscom/grpc/runnables/RegisterRunnable.java | 610c90e4b1e1583827356a58f08dcf1de8c9104c | [] | no_license | TINF15ITNS/SE-app | https://github.com/TINF15ITNS/SE-app | 7b25a94e60d259819cebd17322326c7c83d63e65 | 3033bde28e312d88d6becbf1c7b80095d934b670 | refs/heads/master | 2021-01-19T00:39:21.014000 | 2017-07-06T19:53:07 | 2017-07-06T19:53:07 | 87,194,374 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package it15ns.friendscom.grpc.runnables;
import io.grpc.serverPackage.LoginResponse;
import io.grpc.serverPackage.RegisterRequest;
import io.grpc.serverPackage.ServerServiceGrpc;
import it15ns.friendscom.activities.RegisterActivity;
import it15ns.friendscom.grpc.GrpcRunnable;
/**
* Created by danie on 05.06.2017.
... | UTF-8 | Java | 1,326 | java | RegisterRunnable.java | Java | [
{
"context": "s.friendscom.grpc.GrpcRunnable;\n\n/**\n * Created by danie on 05.06.2017.\n */\n\npublic class RegisterRunnable",
"end": 303,
"score": 0.9994908571243286,
"start": 298,
"tag": "USERNAME",
"value": "danie"
},
{
"context": " this.nickname = nickname;\n this.passwo... | null | [] | package it15ns.friendscom.grpc.runnables;
import io.grpc.serverPackage.LoginResponse;
import io.grpc.serverPackage.RegisterRequest;
import io.grpc.serverPackage.ServerServiceGrpc;
import it15ns.friendscom.activities.RegisterActivity;
import it15ns.friendscom.grpc.GrpcRunnable;
/**
* Created by danie on 05.06.2017.
... | 1,330 | 0.68552 | 0.674962 | 43 | 29.83721 | 25.796999 | 127 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.511628 | false | false | 4 |
251fcf864a2e30ad7164a61c01e94165375ceb80 | 2,379,411,929,239 | 6a9cf22c1cde9dd641452239f6fde5761a4705a2 | /src/main/java/com/victor/pontointeligente/api/services/EmpresaService.java | fe6af982e5a9d63fcc6b23ce1f61c6d972dc53dd | [
"MIT"
] | permissive | AlanSvictor/ponto-inteligente-api | https://github.com/AlanSvictor/ponto-inteligente-api | 4b1dc636655ae5270536ac9879d143612a18f51f | 4c02edb1fd1bfed3a97679357ca60b4261191a3a | refs/heads/master | 2020-09-23T06:03:41.346000 | 2020-07-17T17:45:35 | 2020-07-17T17:45:35 | 225,423,280 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.victor.pontointeligente.api.services;
import java.util.Optional;
import com.victor.pontointeligente.api.entities.Empresa;
public interface EmpresaService {
/**
* Retorna uma empresa dado um CNPJ.
*
* @param cnpj
* @return Optional<Empresa>
*/
Optional<Empresa> buscarPorCnpj(String cnpj);
... | UTF-8 | Java | 643 | java | EmpresaService.java | Java | [] | null | [] | package com.victor.pontointeligente.api.services;
import java.util.Optional;
import com.victor.pontointeligente.api.entities.Empresa;
public interface EmpresaService {
/**
* Retorna uma empresa dado um CNPJ.
*
* @param cnpj
* @return Optional<Empresa>
*/
Optional<Empresa> buscarPorCnpj(String cnpj);
... | 643 | 0.702492 | 0.702492 | 35 | 17.371429 | 18.869606 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.914286 | false | false | 4 |
f427fb30ddb8b687105676a620ee76a6db348141 | 30,605,937,016,106 | 4ab96bb6982cccf75ab72f89f52ef8bdf57eafd2 | /Topics/The Set interface/Removing elements/src/Main.java | 08a9b2e2c259702690b1001f8061243710a674e9 | [] | no_license | girsammatvienko/temp_quiz_engine | https://github.com/girsammatvienko/temp_quiz_engine | f22242c01fc1fcc2e66b547b911b2a13b67903d5 | 67ba9302abe885da5afe56ea9e12ad5fe7647194 | refs/heads/master | 2023-05-31T23:44:45.985000 | 2021-06-12T20:15:31 | 2021-06-12T20:15:31 | 373,626,873 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.*;
class SetUtils {
public static Set<Integer> getSetFromString(String str) {
ArrayList<Integer> numbers = new ArrayList<>();
for (String part : str.split("\\s")) {
numbers.add(Integer.parseInt(part));
}
Set<Integer> set = new LinkedHashSet<>(numbers);
... | UTF-8 | Java | 919 | java | Main.java | Java | [] | null | [] | import java.util.*;
class SetUtils {
public static Set<Integer> getSetFromString(String str) {
ArrayList<Integer> numbers = new ArrayList<>();
for (String part : str.split("\\s")) {
numbers.add(Integer.parseInt(part));
}
Set<Integer> set = new LinkedHashSet<>(numbers);
... | 919 | 0.539717 | 0.508161 | 35 | 25.285715 | 20.937418 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.371429 | false | false | 4 |
785ec65c03da654277ca1a803dec517431dd0662 | 1,881,195,734,157 | f96fe513bfdf2d1dbd582305e1cbfda14a665bec | /net.sf.smbt.comm.xbee/src-model/net/sf/smbt/xbee/Xbee.java | be2ec6149ace35e30e3d349dc25866905c3e9f45 | [] | no_license | lucascraft/ubq_wip | https://github.com/lucascraft/ubq_wip | 04fdb727e7b2dc384ba1d2195ad47e895068e1e4 | eff577040f21be71ea2c76c187d574f1617703ce | refs/heads/master | 2021-01-22T02:28:20.687000 | 2015-06-10T12:38:47 | 2015-06-10T12:38:47 | 37,206,324 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* <copyright>
* </copyright>
*
* $Id$
*/
package net.sf.smbt.xbee;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Xbee</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are su... | UTF-8 | Java | 5,020 | java | Xbee.java | Java | [] | null | [] | /**
* <copyright>
* </copyright>
*
* $Id$
*/
package net.sf.smbt.xbee;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Xbee</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are su... | 5,020 | 0.621116 | 0.621116 | 164 | 29.609756 | 25.712175 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.847561 | false | false | 4 |
0b83252ba22f0a5e023275a0e33863b3de8238d6 | 27,650,999,502,933 | 41291136a152d2e8c409a970700e41ffb75c1574 | /src/main/java/br/com/zup/estrelas/sb/entity/Agendamento.java | 546eaa67aef2a88d5fa2a19137d7752b5658d51b | [
"MIT"
] | permissive | Estrelas-Zup/star-beauty | https://github.com/Estrelas-Zup/star-beauty | 60cc6138c50b256e647907dba5bcaf490a4f6f0c | 31985c5d98527625f5d89ffd70d13989ef81dc19 | refs/heads/main | 2023-02-01T02:45:33.100000 | 2020-12-21T15:01:14 | 2020-12-21T15:01:14 | 315,315,568 | 3 | 1 | MIT | false | 2020-12-21T15:01:15 | 2020-11-23T12:57:04 | 2020-12-21T14:40:48 | 2020-12-21T15:01:14 | 598 | 2 | 0 | 0 | Java | false | false | package br.com.zup.estrelas.sb.entity;
import java.time.LocalDateTime;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.ForeignKey;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.JoinColum... | UTF-8 | Java | 3,457 | java | Agendamento.java | Java | [] | null | [] | package br.com.zup.estrelas.sb.entity;
import java.time.LocalDateTime;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.ForeignKey;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.JoinColum... | 3,457 | 0.687012 | 0.687012 | 139 | 23.870504 | 21.147593 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.359712 | false | false | 4 |
15c7ca344d9bb885413fe4f7ec5068bc2033686b | 3,633,542,389,781 | 6307173dd3c76d82349176d5efc59fbdc7bd2052 | /rootProject/src/model/DTO/GoodsDTO.java | d49bb7ee81c029cfbdf1b2eb36ca67e9581f3846 | [] | no_license | sangmin9412/SemiProject | https://github.com/sangmin9412/SemiProject | f755b3730f59658ffbc31df8fe776622e6b6ad5d | 9fc01d4729bb6065022b5a4570ee4f4622557479 | refs/heads/master | 2023-01-04T06:18:43.987000 | 2020-10-23T07:06:22 | 2020-10-23T07:06:22 | 281,340,378 | 0 | 0 | null | false | 2020-07-29T11:31:53 | 2020-07-21T08:28:06 | 2020-07-29T09:43:57 | 2020-07-29T11:31:52 | 26,726 | 0 | 0 | 0 | Java | false | false | package model.DTO;
import java.sql.Timestamp;
public class GoodsDTO {
String bookIsbn;
String bookName;
String bookAuthorName;
String bookCategory;
String partnerName;
Timestamp bookDate;
String bookPrice;
String bookPageNum;
String bookLength;
String bookSub;
String bookImage;
String b... | UTF-8 | Java | 3,093 | java | GoodsDTO.java | Java | [] | null | [] | package model.DTO;
import java.sql.Timestamp;
public class GoodsDTO {
String bookIsbn;
String bookName;
String bookAuthorName;
String bookCategory;
String partnerName;
Timestamp bookDate;
String bookPrice;
String bookPageNum;
String bookLength;
String bookSub;
String bookImage;
String b... | 3,093 | 0.71096 | 0.71096 | 140 | 20.092857 | 15.629138 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.614286 | false | false | 4 |
57c0450f1c52e2d16bf41046b86ccdf40fd6493d | 27,943,057,227,831 | 34682bad47ae28b5785c095c6bbe4cdad6ca60c5 | /JavaStudy/src/Grammar/Day11/ATM/TestUnionPay.java | 2e76e4f4070eb73be394b24785a9ed134be9e30c | [] | no_license | czy006/JavaStudy | https://github.com/czy006/JavaStudy | 9b5bcd68fa03b1b7d64f89f9ef830fcfd4cd1f1a | 94529775729633301b5d8c16c9996273f6c15e03 | refs/heads/master | 2019-08-31T07:30:40.868000 | 2017-11-12T12:48:33 | 2017-11-12T12:48:33 | 98,030,359 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Grammar.Day11.ATM;
import java.util.Scanner;
public class TestUnionPay {
public static void main(String[] args) {
UnionPay icbc=new ICBCImpl(1000, "123456");
Scanner input=new Scanner(System.in);
System.out.println("请输入密码:");
String pwd=input.next().trim().toLowerCase();
if (icbc.CheckPwd(pwd)) {
... | UTF-8 | Java | 632 | java | TestUnionPay.java | Java | [] | null | [] | package Grammar.Day11.ATM;
import java.util.Scanner;
public class TestUnionPay {
public static void main(String[] args) {
UnionPay icbc=new ICBCImpl(1000, "123456");
Scanner input=new Scanner(System.in);
System.out.println("请输入密码:");
String pwd=input.next().trim().toLowerCase();
if (icbc.CheckPwd(pwd)) {
... | 632 | 0.663158 | 0.642105 | 25 | 21.799999 | 16.937532 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.16 | false | false | 4 |
040cae39a2321f5f30d1fa9a44b34e617695c5af | 3,272,765,090,818 | 5bcc1fcf7d9d7111c102c35ac6ffe976dfb0809c | /app/src/main/java/com/udacity/baking_app/data/TheRecipeDBRepository.java | 63f057ac0d8703bc5b81dae69e6646e3650089d0 | [
"MIT"
] | permissive | Suparna-here/CakeBaking-app | https://github.com/Suparna-here/CakeBaking-app | 13dfdaf74218d5135fb171ec54aa49ceefff5909 | 8ef72480307593c38e47fac3517427adb8f4aa4f | refs/heads/master | 2022-04-19T18:35:57.166000 | 2020-04-20T12:28:55 | 2020-04-20T12:28:55 | 191,915,845 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.udacity.baking_app.data;
import android.arch.lifecycle.LiveData;
import android.arch.lifecycle.MutableLiveData;
import android.util.Log;
import com.udacity.baking_app.AppExecutors;
import com.udacity.baking_app.data.database.Ingredient;
import com.udacity.baking_app.data.database.IngredientsDao;
import co... | UTF-8 | Java | 6,946 | java | TheRecipeDBRepository.java | Java | [] | null | [] | package com.udacity.baking_app.data;
import android.arch.lifecycle.LiveData;
import android.arch.lifecycle.MutableLiveData;
import android.util.Log;
import com.udacity.baking_app.AppExecutors;
import com.udacity.baking_app.data.database.Ingredient;
import com.udacity.baking_app.data.database.IngredientsDao;
import co... | 6,946 | 0.636481 | 0.635618 | 161 | 42.142857 | 34.605831 | 199 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.695652 | false | false | 4 |
bcf5952d5f7771a60c4865f93ce56702f9e97ac0 | 22,780,506,577,982 | 7913a198bb942ab8537c623a6499a31c2d131b1a | /netlogquality/src/main/java/com/kexion/wireless/analysis/netlogquality/inspection/inspector/impl/MacFormatInspector.java | 5bdb73c2551177166c5092040fa938a7a89ab1b1 | [] | no_license | dingzb/netlogquality | https://github.com/dingzb/netlogquality | fb033909dc170a782bb398b76abe9956b619d066 | 659bdee868d23f67ccd985f5269ee77d962ea1fd | refs/heads/master | 2021-06-01T08:53:02.692000 | 2016-07-03T06:15:00 | 2016-07-03T06:15:00 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kexion.wireless.analysis.netlogquality.inspection.inspector.impl;
import com.kexion.wireless.analysis.netlogquality.inspection.inspector.MacInspector;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
/**
* Created by Neo on 2016/6/23.
* 检查MAC地址格式是否正确
*/
public class MacFormatInspector e... | UTF-8 | Java | 760 | java | MacFormatInspector.java | Java | [
{
"context": "import java.util.regex.Pattern;\n\n/**\n * Created by Neo on 2016/6/23.\n * 检查MAC地址格式是否正确\n */\npublic class M",
"end": 251,
"score": 0.505267322063446,
"start": 248,
"tag": "USERNAME",
"value": "Neo"
}
] | null | [] | package com.kexion.wireless.analysis.netlogquality.inspection.inspector.impl;
import com.kexion.wireless.analysis.netlogquality.inspection.inspector.MacInspector;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
/**
* Created by Neo on 2016/6/23.
* 检查MAC地址格式是否正确
*/
public class MacFormatInspector e... | 760 | 0.660714 | 0.641484 | 29 | 24.103449 | 25.076908 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.275862 | false | false | 4 |
ea18b9edef14566ddb9f46881f0b7bea14feb783 | 9,431,748,212,082 | d9f5542a0d46902d7ae32ef82cfe31b74392d9dd | /src/main/java/com/example/redistest/wxserver/controller/WxController.java | ef47a31e914678e43fccaec24198ef7af67f503d | [] | no_license | zhonghaixiao/redistest | https://github.com/zhonghaixiao/redistest | 6388c31bdeee5a1dca30e8bf91f063b0699f84f6 | c06abcf6910aa28aabfaafa402286f6d0dd3de94 | refs/heads/master | 2022-10-31T16:46:55.840000 | 2020-07-10T06:48:52 | 2020-07-10T06:48:52 | 178,368,609 | 0 | 0 | null | false | 2022-10-04T23:51:56 | 2019-03-29T08:53:28 | 2020-07-10T06:50:22 | 2022-10-04T23:51:54 | 234 | 0 | 0 | 10 | Java | false | false | package com.example.redistest.wxserver.controller;
import lombok.extern.slf4j.Slf4j;
import org.apache.commons.codec.digest.DigestUtils;
import org.apache.commons.lang3.ArrayUtils;
import org.apache.commons.lang3.StringUtils;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bin... | UTF-8 | Java | 1,431 | java | WxController.java | Java | [] | null | [] | package com.example.redistest.wxserver.controller;
import lombok.extern.slf4j.Slf4j;
import org.apache.commons.codec.digest.DigestUtils;
import org.apache.commons.lang3.ArrayUtils;
import org.apache.commons.lang3.StringUtils;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bin... | 1,431 | 0.686233 | 0.682041 | 39 | 35.692307 | 28.570339 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.897436 | false | false | 4 |
82b33500d9a24b32f8b859fc8197e8ccb8caa0c1 | 12,584,254,190,126 | 1aafedb3d0a04074b2911dd76e9872f4a860e541 | /ehealth/ehealth-common/src/main/java/hu/bme/diploma/a7e7yk/datamodel/ieee_11073/constants/MDC_MUSC_ABDOM_LUMBOR_QUADRAT.java | 5f0f529a401b6d1fefc39da56440c2f56ebf2051 | [] | no_license | lestarcdog/ehealth | https://github.com/lestarcdog/ehealth | cde67ad3ccafe9bc698741c9c859260f62f3e0f9 | b8990f3f573492cd87ed9090c1d55a89928bdd57 | refs/heads/master | 2020-03-31T02:21:14.271000 | 2018-08-08T18:12:30 | 2018-08-08T18:12:30 | 27,484,151 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package hu.bme.diploma.a7e7yk.datamodel.ieee_11073.constants;
import hu.bme.diploma.a7e7yk.datamodel.ieee_11073.MdcNomenclatureValue;
public class MDC_MUSC_ABDOM_LUMBOR_QUADRAT extends MdcNomenclatureValue {
private static final MDC_MUSC_ABDOM_LUMBOR_QUADRAT _instance = new MDC_MUSC_ABDOM_LUMBOR_QUADRAT("MDC_MU... | UTF-8 | Java | 563 | java | MDC_MUSC_ABDOM_LUMBOR_QUADRAT.java | Java | [] | null | [] |
package hu.bme.diploma.a7e7yk.datamodel.ieee_11073.constants;
import hu.bme.diploma.a7e7yk.datamodel.ieee_11073.MdcNomenclatureValue;
public class MDC_MUSC_ABDOM_LUMBOR_QUADRAT extends MdcNomenclatureValue {
private static final MDC_MUSC_ABDOM_LUMBOR_QUADRAT _instance = new MDC_MUSC_ABDOM_LUMBOR_QUADRAT("MDC_MU... | 563 | 0.760213 | 0.728242 | 16 | 34 | 40.684765 | 140 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6875 | false | false | 4 |
4626dc97e3d5acfa60c18c1e873bbbbfa41a89b7 | 22,265,110,534,081 | cc16de383b8d4ea97d21a1b43bf4fd35b5114d19 | /flow-server/src/test/java/com/vaadin/flow/server/startup/LookupServletContainerInitializerTest.java | 788d605fe0acd473803331dd8a7b73b2f74b81c7 | [
"Apache-2.0"
] | permissive | vaadin/flow | https://github.com/vaadin/flow | 2c1e446473a2f7d53bde4e5e41c36c96189b50f0 | 9f14bcd948457c44dfc1f5cf2ad27a43153775cf | refs/heads/main | 2023-09-04T04:26:45.702000 | 2023-09-01T12:52:14 | 2023-09-01T12:52:14 | 34,809,191 | 561 | 234 | Apache-2.0 | false | 2023-09-14T15:11:05 | 2015-04-29T17:54:35 | 2023-09-12T15:14:18 | 2023-09-14T15:11:03 | 189,270 | 517 | 151 | 1,056 | Java | false | false | /*
* Copyright 2000-2023 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | UTF-8 | Java | 10,310 | java | LookupServletContainerInitializerTest.java | Java | [
{
"context": "/*\n * Copyright 2000-2023 Vaadin Ltd.\n *\n * Licensed under the Apache License, Version",
"end": 36,
"score": 0.9098010659217834,
"start": 26,
"tag": "NAME",
"value": "Vaadin Ltd"
}
] | null | [] | /*
* Copyright 2000-2023 <NAME>.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in ... | 10,306 | 0.705432 | 0.70388 | 266 | 37.759399 | 31.300304 | 144 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.503759 | false | false | 4 |
1d3a4f497dea489ef6a59f5ee23d14a7f4852502 | 20,074,677,155,913 | 603794fa87fe10596376540a828265dedde849d8 | /javaexample/src/com/myjava/javaexample/basic/Basic.java | f8eb60fbe4f525d805b73ab530954a3c4b8fad8b | [] | no_license | ngtang/javapractice | https://github.com/ngtang/javapractice | 25c939f924c6c8200b462f29f60fbf8ff91870ff | b8eb64e77217c9576d05e34c83daa87922bad652 | refs/heads/main | 2023-09-01T06:15:33.096000 | 2021-10-27T14:32:28 | 2021-10-27T14:32:28 | 350,720,718 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.myjava.javaexample.basic;
import com.myjava.javaexample.oop.PhanSo;
public class Basic {
/*
* 2 months; basic knowledge; Array Matrix Collection Exception OOP->interface.
*
* Spring MVC => website, api. Hibernate => database; Swing/ Java fx => UI
*
* fe: html, css, javascript => web UI jquery... | UTF-8 | Java | 6,965 | java | Basic.java | Java | [] | null | [] | package com.myjava.javaexample.basic;
import com.myjava.javaexample.oop.PhanSo;
public class Basic {
/*
* 2 months; basic knowledge; Array Matrix Collection Exception OOP->interface.
*
* Spring MVC => website, api. Hibernate => database; Swing/ Java fx => UI
*
* fe: html, css, javascript => web UI jquery... | 6,965 | 0.485714 | 0.432304 | 397 | 16.544081 | 16.42144 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.314862 | false | false | 4 |
1ac90e15704a5754a9defdbc3295625ea8c2a3f4 | 17,935,783,457,915 | aa2a590331bd943d71b1de2c444e50e91c73ecc7 | /src/honeyhoax/util/ForgetfulStream.java | 4d7ada4e087639e9747bd4cc21b2626418089ff1 | [] | no_license | CONST4NTINE/honeyHOAX | https://github.com/CONST4NTINE/honeyHOAX | af757af9bf4efb17e8a22961e373182f5e2f1df1 | 7fdba87e11ee15b8552774343bc00d9fd0888a85 | refs/heads/master | 2017-05-01T00:39:35.546000 | 2016-10-24T09:51:52 | 2016-10-24T09:51:52 | 51,367,104 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package honeyhoax.util;
import java.io.IOException;
import java.io.OutputStream;
/**
* Created by tomasz on 2/19/2016.
*
* A stream that does not actually do anything with the data. It just accepts it and forgets it.
*/
public class ForgetfulStream extends OutputStream {
@Override
public void write(int b)... | UTF-8 | Java | 428 | java | ForgetfulStream.java | Java | [
{
"context": "n;\nimport java.io.OutputStream;\n\n/**\n * Created by tomasz on 2/19/2016.\n *\n * A stream that does not actual",
"end": 107,
"score": 0.9994125962257385,
"start": 101,
"tag": "USERNAME",
"value": "tomasz"
}
] | null | [] | package honeyhoax.util;
import java.io.IOException;
import java.io.OutputStream;
/**
* Created by tomasz on 2/19/2016.
*
* A stream that does not actually do anything with the data. It just accepts it and forgets it.
*/
public class ForgetfulStream extends OutputStream {
@Override
public void write(int b)... | 428 | 0.693925 | 0.67757 | 21 | 19.380953 | 24.741474 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.238095 | false | false | 4 |
2aeeb5523d53a8a8ae3aa6ef2c9320b840ace76e | 25,744,033,983,694 | 0c23f83697d6ea001a9c2981e2f3025638a9bd6e | /src/main/java/org/dbest/coordinator/Coordinator.java | 4c1dd073c6e2f43e56fe14d3ba0a8ae39cad9bbe | [] | no_license | qingzma/DBEst | https://github.com/qingzma/DBEst | 7f00c6aca0e3588d6f8b16a1efc7417fafdf2a37 | a65cad4d0338dfbaf24c88bafc2a16db2952275e | refs/heads/dev0.0.2 | 2022-11-28T15:02:09.666000 | 2019-05-14T19:28:06 | 2019-05-14T19:28:06 | 124,403,151 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.dbest.coordinator;
public interface Coordinator {
public void abort();
}
| UTF-8 | Java | 93 | java | Coordinator.java | Java | [] | null | [] | package org.dbest.coordinator;
public interface Coordinator {
public void abort();
}
| 93 | 0.72043 | 0.72043 | 7 | 12.142858 | 13.860825 | 30 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 4 |
c57ca65b506962b5c1d1d7b7061cc84b1f578e58 | 8,744,553,474,143 | 07185b5c1d32f11af5e00e008efeda02a87a4d9c | /src/main/java/ee/thenewyou/personaltrainer/utility/Constants.java | d09a39f76c3e1954ea3477744e2b51012908f024 | [] | no_license | laurisuurvali/training-app | https://github.com/laurisuurvali/training-app | ec84e93546750548c0b48fb77e76b39915d62cac | f70724d946da6b088785dd32968cb328db4d3974 | refs/heads/master | 2022-12-16T21:37:37.880000 | 2020-09-22T21:27:30 | 2020-09-22T21:27:30 | 293,285,324 | 2 | 2 | null | false | 2020-09-22T21:27:31 | 2020-09-06T13:44:26 | 2020-09-10T14:59:33 | 2020-09-22T21:27:30 | 2,250 | 1 | 1 | 0 | TypeScript | false | false | package ee.thenewyou.personaltrainer.utility;
public class Constants {
private Constants() {
}
public static final Integer daysInWeek = 7;
}
| UTF-8 | Java | 155 | java | Constants.java | Java | [] | null | [] | package ee.thenewyou.personaltrainer.utility;
public class Constants {
private Constants() {
}
public static final Integer daysInWeek = 7;
}
| 155 | 0.716129 | 0.709677 | 8 | 18.375 | 18.573755 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 4 |
058ac6585e45b12ec8e7df8ee3fbb0bd38bad723 | 14,078,902,843,043 | 8aae85909625268a08e146521366d1b9425a2322 | /SmartLabour/app/src/main/java/com/example/smartlabour/Singleton/Labor.java | b7ca71c91c1ad2d56f162d313c87c5231a73a4fd | [
"MIT"
] | permissive | ahsan-malik/smartLabor_app | https://github.com/ahsan-malik/smartLabor_app | bc0cc1625e83ea1c6422ace5ee1a848b4ae51bb9 | 3d570b330f8c92f3f16ac13cc8a64b50c1f8c7db | refs/heads/master | 2022-11-22T17:47:30.146000 | 2020-07-25T11:33:55 | 2020-07-25T11:33:55 | 282,425,403 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.smartlabour.Singleton;
import com.example.smartlabour.models.Laboror;
public class Labor{
private static Laboror laboror;
public static Laboror getLaboror(){
if(laboror == null)
laboror = new Laboror();
return laboror;
}
public static void... | UTF-8 | Java | 764 | java | Labor.java | Java | [
{
"context": "(obj.getUserName());\r\n laboror.setPassword(obj.getPassword());\r\n laboror.setCategory(obj.getCategory(",
"end": 602,
"score": 0.9665151238441467,
"start": 587,
"tag": "PASSWORD",
"value": "obj.getPassword"
}
] | null | [] | package com.example.smartlabour.Singleton;
import com.example.smartlabour.models.Laboror;
public class Labor{
private static Laboror laboror;
public static Laboror getLaboror(){
if(laboror == null)
laboror = new Laboror();
return laboror;
}
public static void... | 759 | 0.626963 | 0.626963 | 25 | 28.559999 | 18.868132 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.52 | false | false | 4 |
bb5ee69a3a586d327299353f2d74408f674dea7b | 23,287,312,697,990 | e137bfe0563f977db2246006de91a3d437e9b720 | /trunk/code/modul/server/entities/src/main/java/com/thirdq/thinkhealth/workflowbase/settings/classification/UmClassificationRequestorBean.java | 1965b6b2cc8ae1b489c1654bdb148ff3afa29478 | [] | no_license | mishraab2106/ms-data-models | https://github.com/mishraab2106/ms-data-models | 2464e26cc057c9d0bfb7d9fba533441ac2a3461d | e6b9a9bb1ae43faedd76f26c91b8ccd01d833e86 | refs/heads/master | 2021-07-16T10:07:31.085000 | 2019-10-10T08:13:06 | 2019-10-10T08:13:06 | 213,850,254 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.thirdq.thinkhealth.workflowbase.settings.classification;
import org.apache.log4j.Logger;
import javax.ejb.EntityBean;
/**
* @ejb.bean
* view-type="local"
* name="UmClassificationRequestor"
* primkey-field="umClassificationRequestorId"
* type="CMP"
* cmp-version="2.x"... | UTF-8 | Java | 13,485 | java | UmClassificationRequestorBean.java | Java | [] | null | [] | package com.thirdq.thinkhealth.workflowbase.settings.classification;
import org.apache.log4j.Logger;
import javax.ejb.EntityBean;
/**
* @ejb.bean
* view-type="local"
* name="UmClassificationRequestor"
* primkey-field="umClassificationRequestorId"
* type="CMP"
* cmp-version="2.x"... | 13,485 | 0.682165 | 0.680311 | 375 | 33.959999 | 34.915607 | 170 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 4 |
09c6f642a96c38d35a795540d818de0b64146463 | 11,476,152,653,102 | dc0e16d34fed26d44ddb7b62a056a642ae0bb3c9 | /src/com/booking/dao/BranchDao.java | ee2876b3550a1f9c88f4a8ef23aded505769d8cd | [] | no_license | cy576013581/bookings | https://github.com/cy576013581/bookings | 4e88d24cca13545bb98e47b639c611e2fc3f5e40 | fb0544c99e3229b409713f56fcbcbc4bc6929f3d | refs/heads/master | 2017-12-20T00:59:02.297000 | 2017-01-04T13:42:38 | 2017-01-04T13:42:38 | 76,620,723 | 0 | 0 | null | false | 2017-01-04T13:42:39 | 2016-12-16T04:17:54 | 2016-12-16T04:24:28 | 2017-01-04T13:42:38 | 27,694 | 0 | 0 | 0 | JavaScript | null | null | package com.booking.dao;
import java.util.List;
import org.hibernate.criterion.DetachedCriteria;
import org.springframework.orm.hibernate3.support.HibernateDaoSupport;
import com.booking.model.Branch;
import com.booking.model.Branch;
public class BranchDao extends HibernateDaoSupport {
public List<Branch> getBran... | UTF-8 | Java | 1,408 | java | BranchDao.java | Java | [] | null | [] | package com.booking.dao;
import java.util.List;
import org.hibernate.criterion.DetachedCriteria;
import org.springframework.orm.hibernate3.support.HibernateDaoSupport;
import com.booking.model.Branch;
import com.booking.model.Branch;
public class BranchDao extends HibernateDaoSupport {
public List<Branch> getBran... | 1,408 | 0.744318 | 0.741477 | 54 | 25.074074 | 24.30657 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.722222 | false | false | 4 |
6aba5b693f39a868c362a21c823b5f2fb50c88f7 | 3,831,110,882,049 | 9c8c644e3ecefed22c8894c21da73484cee5d4cc | /app/android/app/src/main/java/budny/moneykeeper/ui/fragments/impl/FragmentAccountEdit.java | 1ef3e90be268af2f309a7c0b36361e0345f7f9f9 | [
"MIT"
] | permissive | budnyjj/money_keeper | https://github.com/budnyjj/money_keeper | b5d9f10fb388af817758b96914ebbb2281707f58 | f1f482558198113aa9fd7d839adfd7b7398536be | refs/heads/master | 2021-05-31T22:24:16.525000 | 2016-06-15T20:57:43 | 2016-06-15T20:57:43 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package budny.moneykeeper.ui.fragments.impl;
import android.os.Bundle;
import android.support.design.widget.TextInputLayout;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
... | UTF-8 | Java | 7,933 | java | FragmentAccountEdit.java | Java | [] | null | [] | package budny.moneykeeper.ui.fragments.impl;
import android.os.Bundle;
import android.support.design.widget.TextInputLayout;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
... | 7,933 | 0.672759 | 0.672507 | 203 | 38.078819 | 28.804825 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.487685 | false | false | 4 |
05fffcd614fc42f30a5185c420fd593e57227c69 | 28,286,654,673,231 | 95e944448000c08dd3d6915abb468767c9f29d3c | /sources/shark/internal/p1903b/C48764b.java | cf96862255d612ac10c23b2e10ca72e8e2cf25a6 | [] | no_license | xrealm/tiktok-src | https://github.com/xrealm/tiktok-src | 261b1faaf7b39d64bb7cb4106dc1a35963bd6868 | 90f305b5f981d39cfb313d75ab231326c9fca597 | refs/heads/master | 2022-11-12T06:43:07.401000 | 2020-07-04T20:21:12 | 2020-07-04T20:21:12 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package shark.internal.p1903b;
import com.C1642a;
import java.util.Arrays;
import java.util.Locale;
import kotlin.C7579l;
import kotlin.C7581n;
import kotlin.Pair;
import kotlin.jvm.internal.C7573i;
import kotlin.jvm.internal.Lambda;
import kotlin.jvm.internal.Ref.IntRef;
import kotlin.jvm.p357a.C7561a;
import kotlin.... | UTF-8 | Java | 10,038 | java | C48764b.java | Java | [] | null | [] | package shark.internal.p1903b;
import com.C1642a;
import java.util.Arrays;
import java.util.Locale;
import kotlin.C7579l;
import kotlin.C7581n;
import kotlin.Pair;
import kotlin.jvm.internal.C7573i;
import kotlin.jvm.internal.Lambda;
import kotlin.jvm.internal.Ref.IntRef;
import kotlin.jvm.p357a.C7561a;
import kotlin.... | 10,038 | 0.457262 | 0.346184 | 348 | 27.844828 | 19.70046 | 138 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.603448 | false | false | 4 |
81635985093a5e3a91ab00d6d23e64948b917196 | 3,393,024,227,600 | 7f491d04e8665c1ecdf65f56294b67e985b94a16 | /tigon-api/src/main/java/co/cask/tigon/api/ResourceSpecification.java | f57a43789cca7cea3f40d7a4fe5cd25f93f6dd52 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | caskdata/tigon | https://github.com/caskdata/tigon | 743798218b84273a5dc7eca39913e2ceb80887e9 | 5be6dffd7c79519d1211bb08f75be7dcfbbad392 | refs/heads/develop | 2023-05-31T07:27:01.068000 | 2017-04-05T16:12:12 | 2017-04-05T16:12:12 | 22,634,457 | 105 | 28 | null | false | 2017-04-05T16:12:13 | 2014-08-05T07:26:39 | 2017-03-23T21:25:50 | 2017-04-05T16:12:13 | 283,282 | 236 | 35 | 1 | C++ | null | null | /*
* Copyright © 2014 Cask Data, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed t... | UTF-8 | Java | 2,200 | java | ResourceSpecification.java | Java | [
{
"context": "/*\n * Copyright © 2014 Cask Data, Inc.\n *\n * Licensed under the Apache License, Ve",
"end": 32,
"score": 0.8275817036628723,
"start": 23,
"tag": "NAME",
"value": "Cask Data"
}
] | null | [] | /*
* Copyright © 2014 <NAME>, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | 2,197 | 0.675307 | 0.667576 | 90 | 23.433332 | 24.426329 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 4 |
f3124f8fd003a7a3da85d89701118ea148b6c09c | 25,323,127,228,582 | 99e91991731fcd5c7edbd185ce5ba81747f4f9b1 | /03_07_2019CuMaven/src/main/java/Main.java | c906d2112dd9b759688f963fbaea18069c988beb | [] | no_license | Octav75/Scoala | https://github.com/Octav75/Scoala | cf8da8023ade5fc5e7c56410aa0a15483307711d | 4c04d2d04f8493e549e39a5d71c890a48b77fea4 | refs/heads/master | 2022-12-21T05:21:33.276000 | 2019-10-03T16:02:08 | 2019-10-03T16:02:08 | 187,883,029 | 0 | 0 | null | false | 2022-12-16T00:39:32 | 2019-05-21T17:19:51 | 2019-10-03T16:08:21 | 2022-12-16T00:39:32 | 38,968 | 0 | 0 | 15 | TSQL | false | false | import java.util.*;
public class Main {
// public static void main(String[] args) {
//
// Scanner sc = new Scanner(System.in);
// Map<String, String> map = new HashMap<>();
// System.out.println("Introduceti tara si orasul");
//// String input = sc.nextLine();
//// System.out.prin... | UTF-8 | Java | 2,140 | java | Main.java | Java | [] | null | [] | import java.util.*;
public class Main {
// public static void main(String[] args) {
//
// Scanner sc = new Scanner(System.in);
// Map<String, String> map = new HashMap<>();
// System.out.println("Introduceti tara si orasul");
//// String input = sc.nextLine();
//// System.out.prin... | 2,140 | 0.545794 | 0.543458 | 64 | 32.4375 | 21.749191 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.609375 | false | false | 4 |
9aff40c44aff7833181bffda53c14f12aca09f1a | 3,667,902,139,842 | 94e32b6c1750e7a8eb9bbd7323056a8ed3242cea | /java advance/adjava4/SmartCityJsp_2/src/java/myservlet/Password.java | 0b50a0917996cdadd78642816889622a49ae935a | [] | no_license | magicaneha/java- | https://github.com/magicaneha/java- | 3314f149c2f60b772af3e230090c8040c684c422 | 3291754837cb92018ccd0f25b2dde2f063642c3c | refs/heads/master | 2021-01-16T17:43:43.981000 | 2016-08-18T06:01:30 | 2016-08-18T06:01:30 | 65,874,844 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package myservlet;
import java.io.IOException;
import java.io.PrintWriter;
import java.sql.Connection;
import java.sql.PreparedStatement;
import javax.servlet.ServletException;
import javax.servlet.annotation... | UTF-8 | Java | 3,692 | java | Password.java | Java | [
{
"context": "x.servlet.http.HttpSession;\r\n\r\n/**\r\n *\r\n * @author paramstudent\r\n */\r\n@WebServlet(name = \"Password\", urlPatterns ",
"end": 543,
"score": 0.9995356202125549,
"start": 531,
"tag": "USERNAME",
"value": "paramstudent"
}
] | null | [] | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package myservlet;
import java.io.IOException;
import java.io.PrintWriter;
import java.sql.Connection;
import java.sql.PreparedStatement;
import javax.servlet.ServletException;
import javax.servlet.annotation... | 3,692 | 0.626761 | 0.622427 | 103 | 33.844662 | 26.208927 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.495146 | false | false | 4 |
51be4c3bdf4d250e6d2fd11e53467efdc0eca729 | 27,333,171,929,642 | 20d7e5f3eb4cd1f4c66e2b67ab1b25725f6a250e | /src/pomdp/Environment.java | 92d6cf2b5c9c029fb5db9f05935306298d6e66e0 | [] | no_license | YuyaItoh/pom | https://github.com/YuyaItoh/pom | aad9efdb028ef1df1bb4d091a37eeb508345d5af | 750abb3e2ad80554d5be824e62419ce1474f13f5 | refs/heads/master | 2021-05-03T16:16:03.503000 | 2016-02-09T09:26:40 | 2016-02-09T09:26:40 | 46,278,264 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pomdp;
import java.util.Map;
import pomdp.Action.ActionType;
import pomdp.Transition.TransitionType;
/**
* 環境クラス.神の視点<br>
*
* @author y-itoh
*
*/
public class Environment {
// =====================
// Fields
// =====================
private WorkerSet mWorkerSet; // ワーカ集合
private TaskSet mTaskSet; ... | UTF-8 | Java | 8,695 | java | Environment.java | Java | [
{
"context": "nsitionType;\n\n/**\n * 環境クラス.神の視点<br>\n * \n * @author y-itoh\n *\n */\npublic class Environment {\n\t// ===========",
"end": 155,
"score": 0.9996342062950134,
"start": 149,
"tag": "USERNAME",
"value": "y-itoh"
}
] | null | [] | package pomdp;
import java.util.Map;
import pomdp.Action.ActionType;
import pomdp.Transition.TransitionType;
/**
* 環境クラス.神の視点<br>
*
* @author y-itoh
*
*/
public class Environment {
// =====================
// Fields
// =====================
private WorkerSet mWorkerSet; // ワーカ集合
private TaskSet mTaskSet; ... | 8,695 | 0.625941 | 0.622497 | 331 | 22.688822 | 25.544874 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.996979 | false | false | 4 |
fe9bb8091e053f5fd939e123c1daa463cc1e3fb4 | 15,152,644,677,713 | 17e974b592b485580b2b99b28443eed61c7952b6 | /src/main/java/com/monopoly/database/dao/EventDao.java | db6d7d402fb30683585cd0ecca102cf22c8b26e5 | [] | no_license | rlbozhko/nc-monopoly-ta-2014 | https://github.com/rlbozhko/nc-monopoly-ta-2014 | 92b7179a911d5a9e230b55575c6844403c8f548c | 35f2feb3727d8b3c5a395204fd93f1e92f1eae58 | refs/heads/master | 2021-01-18T14:05:28.863000 | 2015-02-19T12:42:56 | 2015-02-19T12:42:56 | 40,599,007 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.monopoly.database.dao;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.List;
import javax.sql.DataSource;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.Fi... | UTF-8 | Java | 2,131 | java | EventDao.java | Java | [] | null | [] | package com.monopoly.database.dao;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.List;
import javax.sql.DataSource;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.Fi... | 2,131 | 0.718911 | 0.716565 | 69 | 28.884058 | 26.097107 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.782609 | false | false | 4 |
44f7301c497e464b0bd8201afd678bf589d7bbcc | 120,259,126,588 | d7448cb608d93f35adbf72c51b3f98c81ee902ed | /1-core-apps/10-webflow-stronger-impl/src/main/java/org/tozx/framework/stronger/controller/examples/JinxHelloController.java | faf500ea0689b622d180b45d3b69c8155d1388f5 | [
"Apache-2.0"
] | permissive | freedompy/tozx | https://github.com/freedompy/tozx | d2c22053a5c8114c224ab07d9d19901b9e8aa30a | 6586e34bb3c1e845312a7d017fd9fbd7c06de488 | refs/heads/master | 2016-09-11T18:38:40.095000 | 2016-09-08T05:36:29 | 2016-09-08T05:36:29 | 49,197,580 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.tozx.framework.stronger.controller.examples;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.bind.annotation.ResponseBody;
import org.tozx.framework.... | UTF-8 | Java | 2,196 | java | JinxHelloController.java | Java | [
{
"context": "port javax.annotation.Resource;\n\n/**\n * created by @panyao\n *\n * @author panyao\n * @coding.net https://codin",
"end": 576,
"score": 0.9994271993637085,
"start": 569,
"tag": "USERNAME",
"value": "@panyao"
},
{
"context": "Resource;\n\n/**\n * created by @panyao\n *... | null | [] | package org.tozx.framework.stronger.controller.examples;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.bind.annotation.ResponseBody;
import org.tozx.framework.... | 2,196 | 0.708106 | 0.708106 | 71 | 29.943663 | 26.274223 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.366197 | false | false | 4 |
4703193b4f329377cce93c4f7304066e6f41b9f3 | 584,115,615,698 | 9ed51c91154e25c5533a9e1ca09323aa0e286cd1 | /src/main/java/com/teamium/domain/prod/resources/contacts/RatePolicy.java | 523fa5e943a4f614b770fb279313c889f37035d8 | [] | no_license | Arpitvarshney29/Teamium | https://github.com/Arpitvarshney29/Teamium | 89274df6dce311557eaa8031914321bba0747f90 | 1f9e12d47e23f638f5d55a67c8f21093392bc630 | refs/heads/master | 2022-07-07T12:09:26.478000 | 2020-03-02T07:13:08 | 2020-03-02T07:13:08 | 244,298,607 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
package com.teamium.domain.prod.resources.contacts;
import java.io.Serializable;
import java.text.NumberFormat;
import javax.persistence.AttributeOverride;
import javax.persistence.Column;
import javax.persistence.Embeddable;
import javax.persistence.Embedded;
import javax.persistence.MappedSuperclass;
/... | UTF-8 | Java | 1,554 | java | RatePolicy.java | Java | [
{
"context": "*\n * Describes a customer rating policy\n * @author sraybaud- NovaRem\n */\n@MappedSuperclass\n@Embeddable\npublic",
"end": 380,
"score": 0.9984046220779419,
"start": 372,
"tag": "USERNAME",
"value": "sraybaud"
},
{
"context": "ibes a customer rating policy\n * @author... | null | [] | /**
*
*/
package com.teamium.domain.prod.resources.contacts;
import java.io.Serializable;
import java.text.NumberFormat;
import javax.persistence.AttributeOverride;
import javax.persistence.Column;
import javax.persistence.Embeddable;
import javax.persistence.Embedded;
import javax.persistence.MappedSuperclass;
/... | 1,554 | 0.705277 | 0.69305 | 83 | 17.722891 | 21.143408 | 129 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.939759 | false | false | 4 |
cc01e69900eca9a7c3d2e4788369e4675d7ec317 | 25,563,645,398,319 | b468bfbe417d5aeadee8240ca26dcfd9a6b7db3d | /src/main/java/com/infotrends/in/SpringbootV1/dao/RedisDataRepository.java | 18e49682302ecc972a8620199282d767b90a93d5 | [] | no_license | docker-ops/Springboot-V1 | https://github.com/docker-ops/Springboot-V1 | 15ac84e234c179c06f9c39086cf07d64c8ec6f70 | 2b705dc9da288c9589c1fc5b4b9ea4d6370f34fa | refs/heads/main | 2023-07-05T22:31:23.839000 | 2021-08-09T16:38:19 | 2021-08-09T16:38:19 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.infotrends.in.SpringbootV1.dao;
import java.util.List;
import java.util.Map;
import java.util.Set;
import com.infotrends.in.SpringbootV1.data.RedisData;
public interface RedisDataRepository {
void saveValueAsString(String id, String data);
String findStringbyId(String id);
void expireString(String... | UTF-8 | Java | 1,394 | java | RedisDataRepository.java | Java | [] | null | [] | package com.infotrends.in.SpringbootV1.dao;
import java.util.List;
import java.util.Map;
import java.util.Set;
import com.infotrends.in.SpringbootV1.data.RedisData;
public interface RedisDataRepository {
void saveValueAsString(String id, String data);
String findStringbyId(String id);
void expireString(String... | 1,394 | 0.794118 | 0.792683 | 45 | 29.977777 | 22.963245 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.688889 | false | false | 4 |
7c8982121f11e40d11e8a11d9261e1040552c0c8 | 20,950,850,534,192 | a8763b66f9f29da93778a489e9d58910584daa0a | /DAO-Example/src/main/java/lu/findl/dao/repository/PersonRepository.java | 2805992ad78a740314113ea36769522d768036f3 | [] | no_license | SallakImane/Spring-AngularJS-MSSQL | https://github.com/SallakImane/Spring-AngularJS-MSSQL | 8da1356499a67c2356a3e8e89118516ed788ed08 | ba475d7693f93dc4563160897c7c0eb80030d611 | refs/heads/master | 2021-04-30T03:00:51.021000 | 2018-02-14T16:40:25 | 2018-02-14T16:40:25 | 121,510,778 | 0 | 0 | null | true | 2018-02-14T12:56:18 | 2018-02-14T12:56:18 | 2018-02-14T11:43:45 | 2018-02-14T12:48:14 | 47 | 0 | 0 | 0 | null | false | null | package lu.findl.dao.repository;
import org.springframework.data.repository.CrudRepository;
import lu.findl.dao.entity.Person;
public interface PersonRepository extends CrudRepository<Person, Long> {
Person findByName(String name);
}
| UTF-8 | Java | 240 | java | PersonRepository.java | Java | [] | null | [] | package lu.findl.dao.repository;
import org.springframework.data.repository.CrudRepository;
import lu.findl.dao.entity.Person;
public interface PersonRepository extends CrudRepository<Person, Long> {
Person findByName(String name);
}
| 240 | 0.8125 | 0.8125 | 11 | 20.818182 | 25.200354 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.545455 | false | false | 4 |
5ea22467f014c4d9f898b4230d56912459637bb2 | 20,950,850,533,621 | 0a351c9489f46a160388bad4cbfe08d2d949f23d | /ssk-api/src/main/java/cn/smallshark/dao/ApiKeywordsMapper.java | 5e3859214ecd81a08288374bf1ee9c0215c18b77 | [] | no_license | Mm12341234/warehouse_dev | https://github.com/Mm12341234/warehouse_dev | 9673ade1510c3765427ac4b300c93d6a06956009 | 1f273fbb825f1ace267717b406a56cccdd92c109 | refs/heads/master | 2020-04-12T13:59:17.773000 | 2019-01-22T16:18:49 | 2019-01-22T16:18:49 | 162,535,650 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.smallshark.dao;
import cn.smallshark.entity.KeywordsVo;
import java.util.List;
import java.util.Map;
/**
* 热闹关键词表
*
* @author feking.fang
* @email feking.fang@smallshark.cn
* @date 2017-08-11 09:16:46
*/
public interface ApiKeywordsMapper extends BaseDao<KeywordsVo> {
List<Map> hotKeywordList(M... | UTF-8 | Java | 345 | java | ApiKeywordsMapper.java | Java | [
{
"context": "mport java.util.Map;\n\n/**\n * 热闹关键词表\n * \n * @author feking.fang\n * @email feking.fang@smallshark.cn\n * @date 2017",
"end": 155,
"score": 0.7230669856071472,
"start": 144,
"tag": "NAME",
"value": "feking.fang"
},
{
"context": "/**\n * 热闹关键词表\n * \n * @author feking... | null | [] | package cn.smallshark.dao;
import cn.smallshark.entity.KeywordsVo;
import java.util.List;
import java.util.Map;
/**
* 热闹关键词表
*
* @author feking.fang
* @email <EMAIL>
* @date 2017-08-11 09:16:46
*/
public interface ApiKeywordsMapper extends BaseDao<KeywordsVo> {
List<Map> hotKeywordList(Map param);
}
| 327 | 0.72973 | 0.687688 | 17 | 18.588236 | 18.062176 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.294118 | false | false | 4 |
5c4c5962124859d97b2e2fbdaeaa62d8953d8d70 | 25,855,703,185,833 | 8acd093306c8197be2ed99d1af5ab53fb1208fb9 | /chapter3/parity/src/main/java/parity/ParityChecker.java | ad5541463053380b8ecbf85cd1d2baffce839d01 | [] | no_license | vrnsky/java-a-to-z | https://github.com/vrnsky/java-a-to-z | ce3684d3188babe640e5abcf783f19a5f92390ce | 5a4b8320e9eb48d457f27ba9744b12b0d26c1138 | refs/heads/master | 2023-04-29T10:31:09.907000 | 2023-01-27T13:47:43 | 2023-01-27T13:47:43 | 59,420,995 | 19 | 5 | null | false | 2023-04-17T19:45:43 | 2016-05-22T15:58:19 | 2023-01-27T13:52:40 | 2023-04-17T19:45:39 | 1,235 | 12 | 0 | 14 | Java | false | false | package parity;
import start.IO;
/**
* Implementation of parity checker.
* It check that given numbers is odd or even.
*/
public class ParityChecker {
/**
* Instance of IO interface for accept data from user.
*/
private IO io;
/**
* Construct new parity checker by give it instance of io interface.
* @... | UTF-8 | Java | 720 | java | ParityChecker.java | Java | [] | null | [] | package parity;
import start.IO;
/**
* Implementation of parity checker.
* It check that given numbers is odd or even.
*/
public class ParityChecker {
/**
* Instance of IO interface for accept data from user.
*/
private IO io;
/**
* Construct new parity checker by give it instance of io interface.
* @... | 720 | 0.645833 | 0.643056 | 35 | 19.571428 | 22.300911 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.114286 | false | false | 4 |
b4941a762d52ff8cf1d0b58259eec524345a306f | 34,411,277,979,592 | 5eb92176ea95d15c2daf0b7251f559d58b91c14b | /src/com/princekr/nlp/mt/tools/PrefixTagger.java | 78c0ec0d1f7bd91f5c79b4befa447eb2b14b4ba7 | [] | no_license | prince1809/Phrasal-project | https://github.com/prince1809/Phrasal-project | cc9d063a8cea86d9ff8c5b448d878ac7839ac0e2 | 9693c4b6822c5ed0e7f134cb7292e7f2328ffff1 | refs/heads/master | 2021-07-21T11:24:09.889000 | 2017-10-29T09:50:25 | 2017-10-29T09:50:25 | 108,708,673 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.princekr.nlp.mt.tools;
/**
* Created by prince on 2017/10/29.
*/
public class PrefixTagger {
}
| UTF-8 | Java | 110 | java | PrefixTagger.java | Java | [
{
"context": "kage com.princekr.nlp.mt.tools;\n\n/**\n * Created by prince on 2017/10/29.\n */\npublic class PrefixTagger {\n}\n",
"end": 60,
"score": 0.9994494915008545,
"start": 54,
"tag": "USERNAME",
"value": "prince"
}
] | null | [] | package com.princekr.nlp.mt.tools;
/**
* Created by prince on 2017/10/29.
*/
public class PrefixTagger {
}
| 110 | 0.690909 | 0.618182 | 7 | 14.714286 | 15.18189 | 35 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.142857 | false | false | 4 |
484625c8c7347c4b77d6d8bb540926123c2f5094 | 34,411,277,977,596 | 399380e9df75cec035acd8b64d4bbc027eafd20f | /spotsense/src/main/java/com/spotsense/utils/sportSenseGeofencing/SpotSenseGeofenceTransitionsJobIntentService.java | 4ad937333e67903bac950376170acf88de5e2c2e | [] | no_license | spotsenseio/spotsenseSDK-android | https://github.com/spotsenseio/spotsenseSDK-android | b60074310488754e32e142b4a5171922067f34df | 60ba4fd9107b3eb258b189f60a167d7065d679b1 | refs/heads/master | 2021-07-18T01:48:36.557000 | 2020-04-18T12:12:32 | 2020-04-18T12:12:32 | 214,224,246 | 0 | 0 | null | false | 2021-07-16T02:48:59 | 2019-10-10T15:50:04 | 2020-04-18T12:12:36 | 2021-07-16T02:48:37 | 214 | 0 | 0 | 1 | Java | false | false | /*
* Copyright 2017 Google Inc. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable ... | UTF-8 | Java | 10,457 | java | SpotSenseGeofenceTransitionsJobIntentService.java | Java | [] | null | [] | /*
* Copyright 2017 Google Inc. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable ... | 10,457 | 0.661949 | 0.659367 | 246 | 41.508129 | 41.421856 | 310 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.601626 | false | false | 4 |
54614420f8d008a6202b581247088a0835d0afa1 | 27,668,179,337,130 | f1a0a7ff93015f9248655f46829eda359a8d887b | /src/main/java/com/ict/resource/dao/FloodControlsDao.java | 1ea1a2f095a36cdd2565e348ef5c7081f5a5f7e8 | [] | no_license | tntsl/gismap | https://github.com/tntsl/gismap | a8bf97f6e632a9f089acfd95639239bac4011ca7 | 2f76cee4c8f8287f1af7c709664d8dcea1e0bdff | refs/heads/master | 2020-03-23T11:33:17.487000 | 2018-04-24T13:15:58 | 2018-04-24T13:15:58 | 141,509,917 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ict.resource.dao;
import org.springframework.stereotype.Repository;
import com.ict.base.dao.BaseDao;
import com.ict.resource.entity.FloodControls;
@Repository
public class FloodControlsDao extends BaseDao<FloodControls> {
}
| UTF-8 | Java | 240 | java | FloodControlsDao.java | Java | [] | null | [] | package com.ict.resource.dao;
import org.springframework.stereotype.Repository;
import com.ict.base.dao.BaseDao;
import com.ict.resource.entity.FloodControls;
@Repository
public class FloodControlsDao extends BaseDao<FloodControls> {
}
| 240 | 0.820833 | 0.820833 | 11 | 20.818182 | 22.339603 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.363636 | false | false | 4 |
2ba8643b89c123d9340faae51f0e9a5b12918d1e | 27,668,179,336,373 | 1392a519ae613fe35f9ffc87c7010838819a7e07 | /app/src/main/java/edu/umn/coxxx549d/epa_fish_advisory/WebActivity.java | ef1b07aba18efe50bb429daf4a00dfd0bfe45254 | [
"MIT"
] | permissive | umdcs/MNLakeFinder | https://github.com/umdcs/MNLakeFinder | f4fabf0ca67a4f7eb570d0d88425e40d18657924 | 1f60f835abeecf10e7b5f873a50ccb105b4ba4ef | refs/heads/master | 2021-01-23T10:39:12.403000 | 2017-09-06T15:19:21 | 2017-09-06T15:19:21 | 102,624,819 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.umn.coxxx549d.epa_fish_advisory;
import android.content.Intent;
import android.net.Uri;
import android.os.Bundle;
import android.support.design.widget.FloatingActionButton;
import android.support.design.widget.Snackbar;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolb... | UTF-8 | Java | 1,251 | java | WebActivity.java | Java | [] | null | [] | package edu.umn.coxxx549d.epa_fish_advisory;
import android.content.Intent;
import android.net.Uri;
import android.os.Bundle;
import android.support.design.widget.FloatingActionButton;
import android.support.design.widget.Snackbar;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolb... | 1,251 | 0.733014 | 0.723421 | 40 | 30.275 | 23.828541 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.625 | false | false | 4 |
489152da84dde5c04bd0ec733cd13a5287e8b1e7 | 27,049,704,083,573 | 8525b43771c8c4bbf3e9bce045c9406d121f8343 | /src/main/java/sn/ssi/sigmap/domain/RetraitRegistreDAO.java | 5b226ebd02ef234d21b0b94493787071c57a89e8 | [] | no_license | kadeserwe/dossierms | https://github.com/kadeserwe/dossierms | d72e4add163ee009d453e82a1fee2df8ec7b7b1a | 3f6e63dfa8cb54d5aded28a21f0cb3c06de5ef3b | refs/heads/main | 2023-02-22T13:19:31.748000 | 2021-01-21T13:44:32 | 2021-01-21T13:44:32 | 325,537,421 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package sn.ssi.sigmap.domain;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import org.hibernate.annotations.Cache;
import org.hibernate.annotations.CacheConcurrencyStrategy;
import javax.persistence.*;
import java.io.Serializable;
import java.math.BigDecimal;
import java.time.LocalDate;
/**
* TABL... | UTF-8 | Java | 5,824 | java | RetraitRegistreDAO.java | Java | [] | null | [] | package sn.ssi.sigmap.domain;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import org.hibernate.annotations.Cache;
import org.hibernate.annotations.CacheConcurrencyStrategy;
import javax.persistence.*;
import java.io.Serializable;
import java.math.BigDecimal;
import java.time.LocalDate;
/**
* TABL... | 5,824 | 0.645433 | 0.644402 | 231 | 24.212122 | 22.731123 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.34632 | false | false | 4 |
da30d863fe288e9d6f3c8b768214ac8b9cc974ba | 31,851,477,525,055 | 70615fa8f43c903f59b81337386e9e73c4a0c3cd | /third_party/feed_library/src/src/test/java/com/google/android/libraries/feed/feedsessionmanager/internal/HeadSessionImplTest.java | b5f2058bd3e527201a394466ab8d00d498f60b68 | [
"LGPL-2.0-or-later",
"GPL-1.0-or-later",
"MIT",
"Apache-2.0",
"BSD-3-Clause"
] | permissive | MinghuiGao/chromium | https://github.com/MinghuiGao/chromium | 28e05be8cafe828da6b2a4b74d46d2fbb357d25b | 7c79100d7f3124e2702a4d4586442912e161df7e | refs/heads/master | 2023-03-03T00:47:05.735000 | 2019-12-03T15:35:35 | 2019-12-03T15:35:35 | 225,664,287 | 1 | 0 | BSD-3-Clause | true | 2019-12-03T16:18:56 | 2019-12-03T16:18:55 | 2019-12-03T16:18:49 | 2019-12-03T13:38:57 | 16,013,913 | 0 | 0 | 0 | null | false | false | // Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package com.google.android.libraries.feed.feedsessionmanager.internal;
import static com.google.common.truth.Truth.assertThat;
import com.google.android... | UTF-8 | Java | 15,748 | java | HeadSessionImplTest.java | Java | [] | null | [] | // Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package com.google.android.libraries.feed.feedsessionmanager.internal;
import static com.google.common.truth.Truth.assertThat;
import com.google.android... | 15,748 | 0.701549 | 0.695517 | 330 | 46.72121 | 32.594494 | 100 | true | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.851515 | false | false | 4 |
a6d9c6620e7701e7c2e2bfe1fc5eb7116f24e504 | 11,072,425,746,721 | 1acfdd0e4243dacfb2fc62be861a545d42b05186 | /src/main/java/1try/Try13.java | 17053c4ea6f771604297c12e0909a2231ea8fb70 | [] | no_license | evgenkolesman/job4j_elementary | https://github.com/evgenkolesman/job4j_elementary | 37dc9ce5d84868d9b9dc09a2384c19815c65c7f5 | 4b80fd43606779330f3e64e427ca209cb145681e | refs/heads/master | 2023-06-12T04:55:57.486000 | 2021-07-02T14:10:21 | 2021-07-02T14:10:21 | 291,910,866 | 0 | 0 | null | true | 2020-09-01T06:04:00 | 2020-09-01T06:04:00 | 2020-05-26T09:05:22 | 2020-07-10T01:17:55 | 545 | 0 | 0 | 0 | null | false | false | import java.util.*;
// Конструирование объектов
public class Try13 {
public static void main(String[] args) {
// заполнить массив staff тремя объектами типа Employee
Employee3[] staff = new Employee3[3];
staff[0] = new Employee3("Harry", 40000);
staff[1] = new Employee3(60000);
... | UTF-8 | Java | 2,110 | java | Try13.java | Java | [
{
"context": "w Employee3[3];\n staff[0] = new Employee3(\"Harry\", 40000);\n staff[1] = new Employee3(60000)",
"end": 263,
"score": 0.9998189210891724,
"start": 258,
"tag": "NAME",
"value": "Harry"
}
] | null | [] | import java.util.*;
// Конструирование объектов
public class Try13 {
public static void main(String[] args) {
// заполнить массив staff тремя объектами типа Employee
Employee3[] staff = new Employee3[3];
staff[0] = new Employee3("Harry", 40000);
staff[1] = new Employee3(60000);
... | 2,110 | 0.584829 | 0.563984 | 68 | 24.397058 | 19.400682 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.397059 | false | false | 4 |
71383e0102a2b75ae5bf068934b0b50f1f5459a8 | 6,992,206,795,347 | 2e66fc945c24bd5c51dabca35da8e90267ab0de7 | /thread2/src/main/java/com/cdp/thread2/bank/exchange/Recounter.java | 4f887a9a77672b38ebb265fe7f4648601f107e7a | [] | no_license | YuryYaroshevich/CDP | https://github.com/YuryYaroshevich/CDP | 80fe6cc1e91eda3bdcc82797f6e1ffb4d0c210d5 | f98ed156d1a74b24056b1469f0a70daca6bd9727 | refs/heads/master | 2020-05-18T13:15:15.828000 | 2015-03-27T19:05:41 | 2015-03-27T19:05:41 | 26,639,429 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cdp.thread2.bank.exchange;
import java.math.BigDecimal;
import java.math.MathContext;
import java.util.HashMap;
import java.util.Map;
import java.util.Map.Entry;
import com.cdp.thread2.bank.model.Currency;
class Recounter {
private Map<BigDecimal, Currency[]> exchangeRatios;
public Recounter() {
ex... | UTF-8 | Java | 1,208 | java | Recounter.java | Java | [] | null | [] | package com.cdp.thread2.bank.exchange;
import java.math.BigDecimal;
import java.math.MathContext;
import java.util.HashMap;
import java.util.Map;
import java.util.Map.Entry;
import com.cdp.thread2.bank.model.Currency;
class Recounter {
private Map<BigDecimal, Currency[]> exchangeRatios;
public Recounter() {
ex... | 1,208 | 0.718543 | 0.698676 | 40 | 29.200001 | 23.014343 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.25 | false | false | 4 |
e999a3c06f4b342d6c75022b0869ed557339d182 | 6,992,206,797,557 | 2c67a6ada47f4be6ae6c0155aa4c2ea5afda5718 | /projects/jbpm30/src/test/org/springmodules/workflow/jbpm30/definition/ProcessDefinitionFactoryBeanTests.java | 96075a5bd2d2c752a8f84b5aa6101cea9a5521ca | [] | no_license | abashev/spring-modules | https://github.com/abashev/spring-modules | c7e6638b77a8414e30455fa0d22c29b8fb4aac52 | 26f719709974aa6f47eea88d004e23abf88f49e8 | refs/heads/master | 2021-01-17T07:08:19.549000 | 2010-07-09T12:38:37 | 2010-07-09T12:38:37 | 765,379 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.springmodules.workflow.jbpm30.definition;
import junit.framework.TestCase;
import org.springframework.core.io.ClassPathResource;
import org.springframework.beans.FatalBeanException;
import org.springframework.test.AbstractTransactionalDataSourceSpringContextTests;
import org.springmodules.workflow.jbpm30.d... | UTF-8 | Java | 3,195 | java | ProcessDefinitionFactoryBeanTests.java | Java | [
{
"context": "rt org.jbpm.db.JbpmSessionFactory;\n\n/**\n * @author Rob Harrop\n */\npublic class ProcessDefinitionFactoryBeanTest",
"end": 470,
"score": 0.9998466372489929,
"start": 460,
"tag": "NAME",
"value": "Rob Harrop"
}
] | null | [] | package org.springmodules.workflow.jbpm30.definition;
import junit.framework.TestCase;
import org.springframework.core.io.ClassPathResource;
import org.springframework.beans.FatalBeanException;
import org.springframework.test.AbstractTransactionalDataSourceSpringContextTests;
import org.springmodules.workflow.jbpm30.d... | 3,191 | 0.749609 | 0.747105 | 75 | 41.599998 | 35.238235 | 143 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.506667 | false | false | 4 |
ca60e9019e0840bbdac412aa25bda51e2455c559 | 4,664,334,553,703 | cb40f694fe20e3cc11bdd2e21c699ea434ad11ef | /app/src/main/java/com/bibinet/mvprxjavaretrofitokhttp/mvp/model/BookTypeListModel.java | 9c9ef4715dd77b4ce7072e62936a4ef819b23789 | [] | no_license | zhangyalong123feiyu/MvpRxJavaRetrofitOkHttp | https://github.com/zhangyalong123feiyu/MvpRxJavaRetrofitOkHttp | 678146ddc60827847156ffa31ce19c1afbce61ed | 15807fb862465b2d94102e46b6159b2e2d543519 | refs/heads/master | 2021-01-22T05:42:30.986000 | 2017-05-26T08:32:06 | 2017-05-26T08:32:06 | 92,488,586 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bibinet.mvprxjavaretrofitokhttp.mvp.model;
import com.bibinet.mvprxjavaretrofitokhttp.api.BookTypeListApi;
import com.bibinet.mvprxjavaretrofitokhttp.bean.BookTypeListBean;
import com.bibinet.mvprxjavaretrofitokhttp.mvp.view.BookListTypeViewController;
import retrofit2.Retrofit;
import retrofit2.adapter.r... | UTF-8 | Java | 1,072 | java | BookTypeListModel.java | Java | [
{
"context": "rFactory;\nimport rx.Observable;\n\n/**\n * Created by bibinet on 2017-5-26.\n */\n\npublic class BookTypeListModel",
"end": 454,
"score": 0.9996225237846375,
"start": 447,
"tag": "USERNAME",
"value": "bibinet"
}
] | null | [] | package com.bibinet.mvprxjavaretrofitokhttp.mvp.model;
import com.bibinet.mvprxjavaretrofitokhttp.api.BookTypeListApi;
import com.bibinet.mvprxjavaretrofitokhttp.bean.BookTypeListBean;
import com.bibinet.mvprxjavaretrofitokhttp.mvp.view.BookListTypeViewController;
import retrofit2.Retrofit;
import retrofit2.adapter.r... | 1,072 | 0.803172 | 0.771455 | 25 | 41.880001 | 38.895058 | 133 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.48 | false | false | 4 |
c5b077399086d0eb4f9473f167bc7e4c37512925 | 8,186,207,691,802 | f1ef3071fe3a8dd5cc9bfd0775b9d5d5cfbb3afa | /src/fibonacci/FibonacciSeriesPrint.java | 0d2d791717e161b2c75488e8bcb556e461f79b37 | [] | no_license | RuksheshTalwar/DataStructures | https://github.com/RuksheshTalwar/DataStructures | 9cfea7e41d385ad2ddb3a5805144f40f4b94f4a1 | 8da5dfe73f862fff758990f7f06b3884e2a05843 | refs/heads/master | 2020-03-28T11:56:54.563000 | 2018-09-11T05:44:45 | 2018-09-11T05:44:45 | 148,258,234 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package fibonacci;
public class FibonacciSeriesPrint {
public static void main(String[] args) {
int firstNum = 0;
int secondNum = 1;
int thirdNum;
int count = 10;
int i;
System.out.print(firstNum + " " + secondNum);
for (i = 2; i< count; i++) {
thirdNum = firstNum + secondNum;
System.out.pr... | UTF-8 | Java | 403 | java | FibonacciSeriesPrint.java | Java | [] | null | [] | package fibonacci;
public class FibonacciSeriesPrint {
public static void main(String[] args) {
int firstNum = 0;
int secondNum = 1;
int thirdNum;
int count = 10;
int i;
System.out.print(firstNum + " " + secondNum);
for (i = 2; i< count; i++) {
thirdNum = firstNum + secondNum;
System.out.pr... | 403 | 0.622829 | 0.610422 | 20 | 19.049999 | 14.36132 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.45 | false | false | 4 |
2be718a22a53edfa87eb835a0a6ecb4da832a6f0 | 8,186,207,689,056 | 151e65ef89ddb8b3adb881a098a1534fc8297661 | /se-web/.svn/pristine/2b/2be718a22a53edfa87eb835a0a6ecb4da832a6f0.svn-base | bc8dc21381b30401f83cd9b3d0d0d4dcef075976 | [] | no_license | Ox0400/test | https://github.com/Ox0400/test | 94adc938bf6f1b75c2798e1abd2d4e348e0907aa | 116b6927ee9acf56188e1bdad6bd7224d017035a | refs/heads/master | 2023-03-17T17:58:20.746000 | 2020-02-08T07:16:12 | 2020-02-08T07:16:12 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.xjw.entity.po.sys;
import java.math.BigDecimal;
import com.xjw.base.entity.BasePo;
/**
* 会员配置
*/
public class VipConfig extends BasePo {
private static final long serialVersionUID = -8854148832724902501L;
/** 会员等级 */
private Integer level;
/** 月累计存款 */
private BigDecimal monthDeposit... | UTF-8 | Java | 1,177 | 2be718a22a53edfa87eb835a0a6ecb4da832a6f0.svn-base | Java | [] | null | [] | package com.xjw.entity.po.sys;
import java.math.BigDecimal;
import com.xjw.base.entity.BasePo;
/**
* 会员配置
*/
public class VipConfig extends BasePo {
private static final long serialVersionUID = -8854148832724902501L;
/** 会员等级 */
private Integer level;
/** 月累计存款 */
private BigDecimal monthDeposit... | 1,177 | 0.721878 | 0.705049 | 52 | 19.711538 | 19.975307 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.096154 | false | false | 4 | |
41ca16d87dac587184c32d94c41c43a34edb4510 | 23,167,053,595,819 | 5387b67f1db1a4bc2b4cba6c71164f225444a59e | /src/PQUMain.java | aedd7187076c27204b8cc0ecaf1f0f407923649f | [] | no_license | denin16/DataStructuresLib | https://github.com/denin16/DataStructuresLib | 686c6ddeca7887044514d3bdd08ba5b04d789832 | dccc040f29910e04ad2044af2412326405c842b4 | refs/heads/master | 2020-12-01T10:41:54.915000 | 2020-01-01T05:41:48 | 2020-01-01T05:41:48 | 230,610,097 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class PQUMain {
/*
Functions defined for PQU class
- size() - Returns the size of the Priority Queue
- isEmpty() - Returns true if Priority Queue is empty, else false
- clear() - Empties the queue
- peek() - Returns the front element of the Queue
- poll() - Removes and returns the fro... | UTF-8 | Java | 1,209 | java | PQUMain.java | Java | [] | null | [] | public class PQUMain {
/*
Functions defined for PQU class
- size() - Returns the size of the Priority Queue
- isEmpty() - Returns true if Priority Queue is empty, else false
- clear() - Empties the queue
- peek() - Returns the front element of the Queue
- poll() - Removes and returns the fro... | 1,209 | 0.574028 | 0.559967 | 41 | 28.487804 | 24.305096 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.487805 | false | false | 4 |
8d138142d32e51995d12ee17743dee64e21897a3 | 26,164,940,780,858 | a1946b46a19343d1b4d4a16c820f32c0e6a1efed | /report/src/main/java/io/transwarp/report/TdhLogReport.java | 942191f0fa0d33ca1d6312d16fd3ff977f22a462 | [] | no_license | stat-sky/javaProject | https://github.com/stat-sky/javaProject | e0914c019e81a0f143b769decfcac1f038552256 | 17374e3a66327481560046f0b69d4a18a5b86e48 | refs/heads/master | 2020-06-14T16:41:48.818000 | 2016-12-16T08:00:30 | 2016-12-16T08:00:30 | 75,157,782 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package io.transwarp.report;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.io.FileWriter;
import java.io.IOException;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Iterator;
import java.util.List;
import java.ut... | UTF-8 | Java | 6,128 | java | TdhLogReport.java | Java | [
{
"context": "node;\n\t\tthis.nodeUser = nodeUser;\n\t\tthis.nodePwd = nodePwd;\n\t\tthis.nowTime = System.currentTimeMillis();\n\t}\n",
"end": 909,
"score": 0.9974437952041626,
"start": 902,
"tag": "PASSWORD",
"value": "nodePwd"
}
] | null | [] | package io.transwarp.report;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.io.FileWriter;
import java.io.IOException;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Iterator;
import java.util.List;
import java.ut... | 6,131 | 0.664945 | 0.660468 | 179 | 31.446928 | 24.000959 | 131 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.413408 | false | false | 4 |
bdb7f6d77f5a18475b87ad82dc5196b36fecd877 | 27,376,121,547,944 | 4124752a52bdbcb0846d4acde6f33866ed7faa70 | /.svn/pristine/0e/0e896044255df508358cef7745473467497a6518.svn-base | 6f935ee05260f4ecb209f8df8930fb755b55648f | [] | no_license | volkovoleg/goodwillcatalog | https://github.com/volkovoleg/goodwillcatalog | 3ec74d11dbd1b97f741a9d10ac3611a766cf2e22 | 062d9a8d2955d7baef628656f0ddd58e2d3afc33 | refs/heads/master | 2021-01-10T01:29:29.820000 | 2016-03-16T13:43:47 | 2016-03-16T13:43:47 | 49,709,249 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ru.goodfil.catalog.services;
/**
*
* @author sazonovkirill@gmail.com
* @version $Id: PropertiesService.java 92 2012-09-23 06:36:03Z sazonovkirill $
*/
public interface PropertiesService {
public static final String CATALOG_WEB_EXCHANGE_PATH = "catalog.web.exchange.path";
public static final String ... | UTF-8 | Java | 415 | 0e896044255df508358cef7745473467497a6518.svn-base | Java | [
{
"context": "ge ru.goodfil.catalog.services;\n\n/**\n *\n * @author sazonovkirill@gmail.com\n * @version $Id: PropertiesService.java 92 2012-0",
"end": 79,
"score": 0.9998865127563477,
"start": 56,
"tag": "EMAIL",
"value": "sazonovkirill@gmail.com"
},
{
"context": "Id: PropertiesSer... | null | [] | package ru.goodfil.catalog.services;
/**
*
* @author <EMAIL>
* @version $Id: PropertiesService.java 92 2012-09-23 06:36:03Z sazonovkirill $
*/
public interface PropertiesService {
public static final String CATALOG_WEB_EXCHANGE_PATH = "catalog.web.exchange.path";
public static final String IMAGES_DIRECTORY... | 399 | 0.746988 | 0.708434 | 13 | 30.923077 | 31.810646 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.307692 | false | false | 4 | |
5b644104e69ba8f95b7466138284561457a825a1 | 31,301,721,664,836 | 2149547f8cccea266ca06a249002353c008388dd | /main/src/main/java/kr/hs/entrydsm/main/security/logging/LogWriter.java | d7d646bfb8352559d972fea95ce0082e8a81c9ce | [
"MIT"
] | permissive | EntryDSM/Munchkin | https://github.com/EntryDSM/Munchkin | de304c9e18d9d977242971064aba34d512e0468a | d38f1bd7abeb67952194c3e4a3f3168ba0c9f6de | refs/heads/main | 2023-09-03T13:21:26.341000 | 2021-10-22T16:58:44 | 2021-10-22T16:58:44 | 326,542,688 | 34 | 1 | MIT | false | 2021-06-10T07:00:47 | 2021-01-04T01:57:32 | 2021-05-06T06:06:48 | 2021-06-10T06:32:34 | 1,350 | 18 | 0 | 0 | Java | false | false | package kr.hs.entrydsm.main.security.logging;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.scheduling.annotation.Async;
import org.springframework.stereotype.Component;
import javax.annotation.PostConstruct;
import javax.annotation.PreDestroy;
import java.io.*;
import java.mat... | UTF-8 | Java | 2,783 | java | LogWriter.java | Java | [] | null | [] | package kr.hs.entrydsm.main.security.logging;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.scheduling.annotation.Async;
import org.springframework.stereotype.Component;
import javax.annotation.PostConstruct;
import javax.annotation.PreDestroy;
import java.io.*;
import java.mat... | 2,783 | 0.681998 | 0.676967 | 89 | 30.269663 | 24.047596 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.58427 | false | false | 4 |
28d47c2e638c90525f5a6e2c8c95ea2549942980 | 4,973,572,155,769 | ce5316d310d6169c2dfd20d3eddbb8b523dab5c9 | /src/main/java/com/smfst/xcw/service/impl/UserSellOutLogServiceImpl.java | 9693f522a45b4428fb0bdefda5bdce8c0d4b4aed | [] | no_license | 522076290/smft | https://github.com/522076290/smft | 324ca6e00d2e233db69d8aca554fb03f07cf221e | 8983a6a428f1e0db4480051d3ccdbb84cbe1420a | refs/heads/master | 2023-02-02T00:13:49.528000 | 2020-12-16T11:03:30 | 2020-12-16T11:03:30 | 321,954,300 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.smfst.xcw.service.impl;
import com.smfst.xcw.mapper.UserSellOutLogMapper;
import com.smfst.xcw.model.UserSellOutLog;
import com.smfst.xcw.service.UserSellOutLogService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import java.util.List;
/**... | UTF-8 | Java | 1,461 | java | UserSellOutLogServiceImpl.java | Java | [
{
"context": " * @ClassName UserSellOutLogServiceImpl\n * @Author lan\n * @Date 2020/11/7 15:35\n **/\n@Service\npublic cla",
"end": 375,
"score": 0.9888628721237183,
"start": 372,
"tag": "USERNAME",
"value": "lan"
}
] | null | [] | package com.smfst.xcw.service.impl;
import com.smfst.xcw.mapper.UserSellOutLogMapper;
import com.smfst.xcw.model.UserSellOutLog;
import com.smfst.xcw.service.UserSellOutLogService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import java.util.List;
/**... | 1,461 | 0.76386 | 0.756331 | 52 | 27.096153 | 27.101845 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.269231 | false | false | 4 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.