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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
56facb1b85165d1f8e1283ac2cd5da94b7d142e0 | 1,400,159,358,896 | 1e8bffe59e579294db45f2da282fb40d74ae7042 | /src/main/java/com/sonatype/blametest/models/FileCommitHistoryItem.java | 8a3f5f340a0452e3546797243d3223a4aa5e83d6 | [] | no_license | darylhandley/blametest | https://github.com/darylhandley/blametest | 0dcfdaab0d03dedd6d8dee9b92773e959e105948 | a9bc7275366ba6e4b04bc2ad0c40216b15184a00 | refs/heads/master | 2022-12-05T00:54:59.018000 | 2019-05-23T15:36:41 | 2019-05-23T15:36:41 | 177,869,303 | 0 | 0 | null | false | 2022-11-16T11:42:02 | 2019-03-26T21:11:42 | 2019-05-23T15:36:48 | 2022-11-16T11:41:59 | 182 | 0 | 0 | 5 | CSS | false | false | package com.sonatype.blametest.models;
import java.util.Arrays;
import java.util.List;
import com.sonatype.blametest.models.githubgraphql.Commit;
import com.sonatype.blametest.util.Md5Util;
import lombok.Builder;
import lombok.Data;
/**
* All the data we need to know for a single commit for a single file
*/
@Data... | UTF-8 | Java | 2,048 | java | FileCommitHistoryItem.java | Java | [
{
"context": " private String theLine;\n\n // https://github.com/darylhandley/blametest/commit/c6b0687e966ea98b1c8bba50a4e5609d",
"end": 654,
"score": 0.9994247555732727,
"start": 642,
"tag": "USERNAME",
"value": "darylhandley"
},
{
"context": "96c80deea196e3d7f5104cR10\n // https:... | null | [] | package com.sonatype.blametest.models;
import java.util.Arrays;
import java.util.List;
import com.sonatype.blametest.models.githubgraphql.Commit;
import com.sonatype.blametest.util.Md5Util;
import lombok.Builder;
import lombok.Data;
/**
* All the data we need to know for a single commit for a single file
*/
@Data... | 2,048 | 0.730469 | 0.668457 | 61 | 32.573769 | 34.49612 | 135 | false | false | 0 | 0 | 0 | 0 | 93 | 0.117676 | 0.688525 | false | false | 14 |
459897f3f9743c2812d88a1643810f5b87247805 | 35,983,236,039,776 | 159674d41b2c9d50fba4408da3ab4ea945a3bedd | /OracleConn/src/test/kr/edu/hkitedu/Prgm03.java | 03612617256f9cb5a4c534787b2dfa2d31031d98 | [] | no_license | nazgyul/OracleConn | https://github.com/nazgyul/OracleConn | 4a849fc89a5f99549de74baea135e632e504662b | 42d1b22823483f862b5d81e1f6586d8141095a45 | refs/heads/master | 2020-03-22T03:26:41.991000 | 2018-07-18T07:45:21 | 2018-07-18T07:45:21 | 139,432,613 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package test.kr.edu.hkitedu;
public class Prgm03 {
public static void main(String[] args) {
int a = 5;
int b = 7;
System.out.println(a+"+"+b+"="+(a+b));
System.out.println(a+"*"+b+"="+(a*b));
}
}
| UTF-8 | Java | 231 | java | Prgm03.java | Java | [] | null | [] | package test.kr.edu.hkitedu;
public class Prgm03 {
public static void main(String[] args) {
int a = 5;
int b = 7;
System.out.println(a+"+"+b+"="+(a+b));
System.out.println(a+"*"+b+"="+(a*b));
}
}
| 231 | 0.519481 | 0.502164 | 15 | 13.4 | 15.734464 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.266667 | false | false | 14 |
3dc4e8be3d6ca8ef46976318cef33dce7f894367 | 11,690,901,049,525 | c4e5ca3585644fed0e9ddf8f522661dee96346e0 | /src/main/java/com/baidu/jprotobuf/pbrpc/transport/handler/ErrorCodes.java | b909d8fd012811f31deb51168f43b4b59e95f21c | [] | no_license | hypggg/Jprotobuf-rpc-socket | https://github.com/hypggg/Jprotobuf-rpc-socket | f1ccbb8d0d69e84b5f0ff1ef6b25568e7f7f5301 | 7e7c6796db478f2dcd944894c3617ddedc81812b | refs/heads/master | 2021-01-19T17:52:51.544000 | 2015-04-24T10:41:30 | 2015-04-24T10:41:30 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright 2002-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... | UTF-8 | Java | 10,131 | java | ErrorCodes.java | Java | [
{
"context": "ort.handler;\n\n/**\n * Error code list\n *\n * @author xiemalin\n * @since 1.0\n */\npublic class ErrorCodes {\n\n ",
"end": 721,
"score": 0.9996340870857239,
"start": 713,
"tag": "USERNAME",
"value": "xiemalin"
}
] | null | [] | /*
* Copyright 2002-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... | 10,131 | 0.537645 | 0.503422 | 216 | 45.671295 | 24.86125 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.712963 | false | false | 14 |
a5996909693628052379e8bcd987473d50fcd207 | 39,393,440,045,759 | f99f9b7e173ff2a567fa0f548f7c9533d9a87359 | /backend/ULA-AUTHENTICATION/src/main/java/com/ula/authentication/api/v1/controller/UserController.java | f29b6cab336248d3e31db9bc5e13f840c5c1ba10 | [] | no_license | kabirwalia/ULA | https://github.com/kabirwalia/ULA | ceb3f459233998f59f610a9bd51c5d0339fd7e96 | 7ef18c33e6238674d773afcf1db3f72cc20b7bea | refs/heads/master | 2023-07-12T23:33:39.816000 | 2021-02-04T04:31:42 | 2021-02-04T04:31:42 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ula.authentication.api.v1.controller;
import com.ula.authentication.api.v1.request.UpdateUserFirstAndLastNameRequest;
import com.ula.authentication.api.v1.request.UpdateUserPasswordRequest;
import com.ula.authentication.service.exception.*;
import com.ula.authentication.service.user.UserService;
import org... | UTF-8 | Java | 5,409 | java | UserController.java | Java | [
{
"context": "ation.getName())\n .setPassword(passwordEncoder.encode(updateUserPasswordRequest.getPassword()));\n\n ",
"end": 3436,
"score": 0.8195521831512451,
"start": 3414,
"tag": "PASSWORD",
"value": "passwordEncoder.encode"
}
] | null | [] | package com.ula.authentication.api.v1.controller;
import com.ula.authentication.api.v1.request.UpdateUserFirstAndLastNameRequest;
import com.ula.authentication.api.v1.request.UpdateUserPasswordRequest;
import com.ula.authentication.service.exception.*;
import com.ula.authentication.service.user.UserService;
import org... | 5,397 | 0.681087 | 0.680532 | 153 | 34.35294 | 32.454388 | 131 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.385621 | false | false | 14 |
5fe34c41d16c29ecee073b29874be44a0c7b2f33 | 37,769,942,424,671 | c2bcc09b3b3eb7a47034a020cf1524df3f5c4b48 | /src/main/java/com/besafx/app/service/PersonService.java | 176ed4c950cef5416cabb1198623b86a879dc3eb | [] | no_license | BESAFX/anni-v1.2 | https://github.com/BESAFX/anni-v1.2 | 998d46be3b3d342bdde562a4a93157f2f8c22d16 | 957a1e3a6fb2e85232ce5d4f6c768e8503167559 | refs/heads/master | 2021-01-12T06:00:22.651000 | 2017-01-12T17:48:57 | 2017-01-12T17:48:57 | 77,269,505 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.besafx.app.service;
import com.besafx.app.entity.Branch;
import com.besafx.app.entity.Person;
import org.springframework.data.repository.PagingAndSortingRepository;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import java.util.List;
@Serv... | UTF-8 | Java | 467 | java | PersonService.java | Java | [] | null | [] | package com.besafx.app.service;
import com.besafx.app.entity.Branch;
import com.besafx.app.entity.Person;
import org.springframework.data.repository.PagingAndSortingRepository;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import java.util.List;
@Serv... | 467 | 0.837259 | 0.837259 | 16 | 28.1875 | 26.24695 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5625 | false | false | 14 |
296d9fe4e80c817d2712d276ac4fa8b06910fb0b | 36,077,725,321,105 | 0cf256a5296e3278f8f545fafa5f1db0547195ed | /integration-test/src/test/java/org/integration/service/test/KnapsackTaskIT.java | 7b38c8be86ecf176f35a3298af3e790dc01fcb90 | [] | no_license | aalbatross/optimization-task | https://github.com/aalbatross/optimization-task | da20b250ad9ea2dd3c0cfcced32a71cc0d0497c8 | 0fda708821644d4358d049c251b089e06082cd9e | refs/heads/master | 2022-12-15T13:05:55.920000 | 2019-02-18T09:16:50 | 2019-02-18T09:16:50 | 295,551,745 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.integration.service.test;
import java.util.Arrays;
import java.util.concurrent.TimeUnit;
import javax.ws.rs.client.Client;
import javax.ws.rs.client.ClientBuilder;
import javax.ws.rs.client.Entity;
import javax.ws.rs.core.MediaType;
import javax.ws.rs.core.Response;
import org.optimization.service.model.... | UTF-8 | Java | 5,634 | java | KnapsackTaskIT.java | Java | [] | null | [] | package org.integration.service.test;
import java.util.Arrays;
import java.util.concurrent.TimeUnit;
import javax.ws.rs.client.Client;
import javax.ws.rs.client.ClientBuilder;
import javax.ws.rs.client.Entity;
import javax.ws.rs.core.MediaType;
import javax.ws.rs.core.Response;
import org.optimization.service.model.... | 5,634 | 0.659212 | 0.648917 | 165 | 33.145454 | 22.913078 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.612121 | false | false | 14 |
7dca8a46d9d59875e0b2f2f52890f21f0f14d250 | 38,740,605,056,074 | 847f93bb462bfc1922f49beb00b775c390ac556e | /BaekJoon_java/src/BOJ1339.java | aef55fe3392ad7c53b2f15c6cb2a17e5e37893c3 | [] | no_license | PaengE/AlgorithmPractice | https://github.com/PaengE/AlgorithmPractice | 873a7d4b7f5710a1fcf9842eaf2930d739d8edb2 | 2ba166d14c7911af74eb595e4202a1b875fce785 | refs/heads/master | 2023-07-08T10:09:15.874000 | 2021-08-11T08:10:15 | 2021-08-11T08:10:15 | 200,774,172 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.*;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.concurrent.atomic.AtomicInteger;
/**
* No.1339: 단어 수학
* URL: https://www.acmicpc.net/problem/1339
* Hint: 순열
*/
public class BOJ1339 {
static int ans;
static String[] s;
static HashMap<Character, Integer> map =... | UTF-8 | Java | 2,110 | java | BOJ1339.java | Java | [] | null | [] | import java.io.*;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.concurrent.atomic.AtomicInteger;
/**
* No.1339: 단어 수학
* URL: https://www.acmicpc.net/problem/1339
* Hint: 순열
*/
public class BOJ1339 {
static int ans;
static String[] s;
static HashMap<Character, Integer> map =... | 2,110 | 0.49264 | 0.478901 | 77 | 25.467533 | 20.54364 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.623377 | false | false | 14 |
988697cf0b1d6a88054a33fb0761a66d178fa3dc | 38,482,906,989,678 | 61f76d382d10630242eeae0aeda943cba71d77c1 | /src/main/java/be/pxl/publictms/view/OpleggerView.java | 4549e0748f906e103cf1bccdcd2fe2360cdf3ced | [] | no_license | publictms/publictms | https://github.com/publictms/publictms | f2f6d05e46bfddd2062a9503641586cf12c235ed | 9988e3bee540b0670eb9a2d833bdca0ec169d8c7 | refs/heads/master | 2021-01-23T21:33:58.243000 | 2014-02-03T17:32:40 | 2014-02-03T17:32:40 | null | 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 be.pxl.publictms.view;
import java.util.Date;
/**
*
* @author 11302785
*/
public class OpleggerView {
private int opleggerid;
private int laadId;
private String nummerplaat;
... | UTF-8 | Java | 6,934 | java | OpleggerView.java | Java | [
{
"context": "\r\n\r\nimport java.util.Date;\r\n\r\n/**\r\n *\r\n * @author 11302785\r\n */\r\npublic class OpleggerView {\r\n \r\n priv",
"end": 192,
"score": 0.995440661907196,
"start": 184,
"tag": "USERNAME",
"value": "11302785"
}
] | null | [] | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package be.pxl.publictms.view;
import java.util.Date;
/**
*
* @author 11302785
*/
public class OpleggerView {
private int opleggerid;
private int laadId;
private String nummerplaat;
... | 6,934 | 0.615085 | 0.613931 | 266 | 24.067669 | 35.936493 | 400 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.578947 | false | false | 14 |
7fd3c61a4c767bdfd2094ce1191b10d985b1b8c1 | 31,026,843,808,531 | 3bdd1452f7677acb8128000effb68b1e1c89445c | /leetCode/src/main/java/bookOne/algorithmImpl/Subject_33.java | 59421856ac38e0ea09d1191e082637342cd67b26 | [] | no_license | zhj201592204/leetcode | https://github.com/zhj201592204/leetcode | 99b3a2de8c1681ac1b55aad8491a3157ffccf209 | 06a854cce451665e59dcc5b292d8f06fce188faa | refs/heads/master | 2023-06-10T08:39:13.864000 | 2021-06-15T01:26:40 | 2021-06-15T01:26:40 | 296,483,335 | 1 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package bookOne.algorithmImpl;
/**
* 三步问题。有个小孩正在上楼梯,楼梯有n阶台阶,小孩一次可以上1阶、2阶或3阶。
* 实现一种方法,计算小孩有多少种上楼梯的方式。结果可能很大,你需要对结果模1000000007。
*
* 动态规划,制表法,空间优化
*/
public class Subject_33 {
public int waysToStep(int n) {
if(n==1) {
return 1;
}
if(n==2) {
return 2;
}
... | UTF-8 | Java | 813 | java | Subject_33.java | Java | [] | null | [] | package bookOne.algorithmImpl;
/**
* 三步问题。有个小孩正在上楼梯,楼梯有n阶台阶,小孩一次可以上1阶、2阶或3阶。
* 实现一种方法,计算小孩有多少种上楼梯的方式。结果可能很大,你需要对结果模1000000007。
*
* 动态规划,制表法,空间优化
*/
public class Subject_33 {
public int waysToStep(int n) {
if(n==1) {
return 1;
}
if(n==2) {
return 2;
}
... | 813 | 0.482115 | 0.427683 | 30 | 20.433332 | 15.169451 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 14 |
d6688bdf824d2442ab84fb4a7e16e12d949deeba | 37,391,985,312,920 | cd9ac872b19bd95b64b0433f015773d0bfe81b72 | /src/main/java/com/znsx/cms/persistent/dao/impl/DasCmsDAOImpl.java | 7f902c0a0c479bff1506e70d08d8ff94de282c5d | [] | no_license | github188/cms14 | https://github.com/github188/cms14 | 6a9f670e6d4590aa15b99d11e94810b459fb65b4 | d0184613afb8e55c7bf01de12bde8740cc39b9dd | refs/heads/master | 2021-01-18T00:38:46.186000 | 2016-01-25T06:08:26 | 2016-01-25T06:08:26 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.znsx.cms.persistent.dao.impl;
import java.sql.Timestamp;
import java.util.Date;
import java.util.LinkedList;
import java.util.List;
import org.hibernate.Query;
import org.hibernate.Session;
import com.znsx.cms.persistent.dao.DasCmsDAO;
import com.znsx.cms.persistent.dao.SqlFactory;
import com.znsx.cms.pe... | UTF-8 | Java | 2,245 | java | DasCmsDAOImpl.java | Java | [
{
"context": "MyStringUtil;\n\n/**\n * DasCmsDAOImpl\n * \n * @author huangbuji\n * <p />\n * Create at 2014-5-17 上",
"end": 579,
"score": 0.999075710773468,
"start": 570,
"tag": "USERNAME",
"value": "huangbuji"
}
] | null | [] | package com.znsx.cms.persistent.dao.impl;
import java.sql.Timestamp;
import java.util.Date;
import java.util.LinkedList;
import java.util.List;
import org.hibernate.Query;
import org.hibernate.Session;
import com.znsx.cms.persistent.dao.DasCmsDAO;
import com.znsx.cms.persistent.dao.SqlFactory;
import com.znsx.cms.pe... | 2,245 | 0.729681 | 0.716659 | 68 | 31.75 | 21.425915 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.044118 | false | false | 14 |
09f7d13ab3b9aa6dc05ec1228d3577d9fba6558f | 34,084,860,514,257 | 618f5269faa99120322038fa00175576dae28f26 | /src/main/java/com/tecacet/demo/envers/repository/audit/EnversRevisionHistoryDao.java | d27a037eb376d17dc7be21091985d8d660cb0ef4 | [] | no_license | algorythmist/envers-springboot-demo | https://github.com/algorythmist/envers-springboot-demo | 451fff4615ff415a4f0c9a6cfa038e92b6ce16c3 | 0fd8767603a480ad8dc0f5478097b48dde71c029 | refs/heads/master | 2023-08-10T17:02:34.586000 | 2023-07-26T18:54:09 | 2023-07-26T18:54:09 | 278,916,335 | 0 | 0 | null | false | 2023-07-26T18:48:53 | 2020-07-11T18:07:36 | 2023-01-16T15:35:30 | 2023-07-26T18:48:53 | 54 | 0 | 0 | 1 | Java | false | false | package com.tecacet.demo.envers.repository.audit;
import com.tecacet.demo.envers.entity.CustomerOrder;
import org.hibernate.envers.AuditReader;
import org.hibernate.envers.AuditReaderFactory;
import org.hibernate.envers.query.AuditEntity;
import org.hibernate.envers.query.AuditQuery;
import org.springframework.beans.... | UTF-8 | Java | 2,117 | java | EnversRevisionHistoryDao.java | Java | [] | null | [] | package com.tecacet.demo.envers.repository.audit;
import com.tecacet.demo.envers.entity.CustomerOrder;
import org.hibernate.envers.AuditReader;
import org.hibernate.envers.AuditReaderFactory;
import org.hibernate.envers.query.AuditEntity;
import org.hibernate.envers.query.AuditQuery;
import org.springframework.beans.... | 2,117 | 0.740671 | 0.740671 | 63 | 32.603176 | 28.844156 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.47619 | false | false | 14 |
65ae108e496c67a5d664eee035f4d468de778b20 | 31,129,923,031,345 | b48fead16a8f74222e7e8435a3b14b8cad87b019 | /programas/java/JEE/formulario-servlet/src/mx/arl96/servlets/Registro.java | e9df4a441859d7af45aa273227e8230b36126a64 | [] | no_license | Fili96/Fundamentos | https://github.com/Fili96/Fundamentos | 0ee51f4757d1e0bda17a981d8ed4e179f9d47e08 | 14437be4e68d04defadd2bdd5726e2201299d9c5 | refs/heads/master | 2020-12-19T08:50:16.799000 | 2020-03-25T20:56:16 | 2020-03-25T20:56:16 | 235,685,600 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package mx.arl96.servlets;
import java.io.IOException;
import java.io.PrintWriter;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
/**
* Servlet impl... | UTF-8 | Java | 1,874 | java | Registro.java | Java | [] | null | [] | package mx.arl96.servlets;
import java.io.IOException;
import java.io.PrintWriter;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
/**
* Servlet impl... | 1,874 | 0.717716 | 0.713447 | 64 | 28.28125 | 27.530363 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.453125 | false | false | 14 |
9f49af2a4cde5816e151e2f9e6785f6e98110f5c | 39,513,699,131,529 | d8162ebd8a63420e43a8cfcfc5f5e32e6173f31d | /app/src/main/java/com/malabiga/kapwatekadmin/Home_View/SearchActivity.java | 37d3aac3ed6bb5893d91f3ff807ecf6ba353bf7f | [] | no_license | Claire05/KapwatekAdmin | https://github.com/Claire05/KapwatekAdmin | baf79ad11b29a40b7b9378714b36292bee2bec93 | f91d309e87199ae0f4763da073a6176fd408ad52 | refs/heads/master | 2022-12-30T03:45:22.980000 | 2020-10-15T12:57:17 | 2020-10-15T12:57:17 | 271,832,986 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.malabiga.kapwatekadmin.Home_View;
import android.content.Intent;
import android.os.Bundle;
import android.text.Editable;
import android.text.TextWatcher;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.EditText;
import androidx.annotation.... | UTF-8 | Java | 5,130 | java | SearchActivity.java | Java | [] | null | [] | package com.malabiga.kapwatekadmin.Home_View;
import android.content.Intent;
import android.os.Bundle;
import android.text.Editable;
import android.text.TextWatcher;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.EditText;
import androidx.annotation.... | 5,130 | 0.624366 | 0.624172 | 121 | 41.396694 | 30.158665 | 142 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.785124 | false | false | 14 |
77fae9c7fba5d5a3bf614fb3a672a669a401f783 | 14,267,881,364,679 | e3ee872602a303deee6b591fc4f974f3be2fb642 | /ExtendBrain/src/main/java/com/extendbrain/baidu/Baidu_htmlunit.java | 3ba8ab9ba6e1c0f6012941cc6a6dbcf4dffc7828 | [] | no_license | yongyueli/Crawlers | https://github.com/yongyueli/Crawlers | e44184a7a1c273201bbb98ec677fdc24d4f2c68b | 39e8e79fc829139aedaa8b614b4dadd8e83e8097 | refs/heads/master | 2021-05-29T12:17:24.437000 | 2015-08-21T02:02:08 | 2015-08-21T02:02:08 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.extendbrain.baidu;
import java.io.IOException;
import java.net.MalformedURLException;
import java.util.Iterator;
import com.gargoylesoftware.htmlunit.BrowserVersion;
import com.gargoylesoftware.htmlunit.FailingHttpStatusCodeException;
import com.gargoylesoftware.htmlunit.NicelyResynchronizingAjaxC... | UTF-8 | Java | 5,907 | java | Baidu_htmlunit.java | Java | [
{
"context": "t.println(button);\r\n//\t\t\t\ttext.setValueAttribute(\"李忠\");\r\n//\t\t\t\tHtmlPage zlPage = button.click();\r\n//\t",
"end": 3322,
"score": 0.684581458568573,
"start": 3321,
"tag": "NAME",
"value": "李"
},
{
"context": "block\r\n\t\t\te.printStackTrace();\r\n\t\t}\r\n... | null | [] | package com.extendbrain.baidu;
import java.io.IOException;
import java.net.MalformedURLException;
import java.util.Iterator;
import com.gargoylesoftware.htmlunit.BrowserVersion;
import com.gargoylesoftware.htmlunit.FailingHttpStatusCodeException;
import com.gargoylesoftware.htmlunit.NicelyResynchronizingAjaxC... | 5,902 | 0.675158 | 0.646777 | 173 | 31.809248 | 26.786753 | 144 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.635838 | false | false | 14 |
ca6f2420fcf3b6b83c7fdb9539295ed8d0ac7044 | 13,692,355,801,380 | 5548d3bad4920b41ee341ed229a95e6f544a2132 | /hunter13.java | b9542102ce523e93fe41a9f646a35fda1520ef30 | [] | no_license | RATHINAMOORTHY/HUNTER_LEVEL | https://github.com/RATHINAMOORTHY/HUNTER_LEVEL | 0bf69beed0a2d9f62d60e867b3ed6536d76403ad | f97794d22b6bcca57724bb2621062e80b1966e80 | refs/heads/master | 2021-01-19T10:28:35.054000 | 2017-09-03T10:29:36 | 2017-09-03T10:29:36 | 87,869,918 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Collections;
import java.util.LinkedList;
import java.util.Scanner;
public class hunter13 {
public static void main(String[] args) {
LinkedList<Character> ll=new LinkedList<Character>();
String s="";
Scanner in=new Scanner(System.in);
System.out.println("ENTER THE SIZE OF LinkedList");
int... | UTF-8 | Java | 785 | java | hunter13.java | Java | [] | null | [] | import java.util.Collections;
import java.util.LinkedList;
import java.util.Scanner;
public class hunter13 {
public static void main(String[] args) {
LinkedList<Character> ll=new LinkedList<Character>();
String s="";
Scanner in=new Scanner(System.in);
System.out.println("ENTER THE SIZE OF LinkedList");
int... | 785 | 0.661147 | 0.656051 | 37 | 20.216217 | 19.13273 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.081081 | false | false | 14 |
fb7dcdb7ade43d85eed9a30e7e3484be9cce6d21 | 27,006,754,372,162 | bd62e9a209beb28bcb5e9ac204969a54193d2cc9 | /Team_MainProject/src/com/model/MainModel.java | 139a07e6ca3cd043507d12ce37a25848de7c1de5 | [] | no_license | YangJingeol/Team_Project3 | https://github.com/YangJingeol/Team_Project3 | 49d806c0bc153f9ea7863fd696c7f09d117d053a | 7a0885e7bcc2d2bb89947b6dede80773a00a2e9c | refs/heads/master | 2016-08-12T09:19:35.227000 | 2015-11-06T06:28:07 | 2015-11-06T06:28:07 | 45,663,611 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.model;
import java.text.SimpleDateFormat;
import java.util.List;
import java.util.*;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import com.member.dao.MeetingDTO;
import com.member.dao.MemberDAO;
import com.member.dao.gtableDTO;
public class Ma... | UTF-8 | Java | 1,266 | java | MainModel.java | Java | [] | null | [] | package com.model;
import java.text.SimpleDateFormat;
import java.util.List;
import java.util.*;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import com.member.dao.MeetingDTO;
import com.member.dao.MemberDAO;
import com.member.dao.gtableDTO;
public class Ma... | 1,266 | 0.719745 | 0.719745 | 38 | 31.052631 | 22.549299 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.921053 | false | false | 14 |
60109c11e1b21863395e30fa6ccc26819621315e | 31,937,376,824,264 | a4a51084cfb715c7076c810520542af38a854868 | /src/main/java/com/shopee/app/ui/order/detail/i.java | 1a896f772f9e3eb4648baba9c3ce996b62a1be96 | [] | no_license | BharathPalanivelu/repotest | https://github.com/BharathPalanivelu/repotest | ddaf56a94eb52867408e0e769f35bef2d815da72 | f78ae38738d2ba6c9b9b4049f3092188fabb5b59 | refs/heads/master | 2020-09-30T18:55:04.802000 | 2019-12-02T10:52:08 | 2019-12-02T10:52:08 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.shopee.app.ui.order.detail;
import android.content.Context;
import android.text.Html;
import android.text.TextUtils;
import android.util.AttributeSet;
import android.view.View;
import android.widget.ImageView;
import android.widget.RelativeLayout;
import android.widget.TextView;
public class i extends Rel... | UTF-8 | Java | 2,879 | java | i.java | Java | [] | null | [] | package com.shopee.app.ui.order.detail;
import android.content.Context;
import android.text.Html;
import android.text.TextUtils;
import android.util.AttributeSet;
import android.view.View;
import android.widget.ImageView;
import android.widget.RelativeLayout;
import android.widget.TextView;
public class i extends Rel... | 2,879 | 0.586315 | 0.540465 | 98 | 28.37755 | 22.050274 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.581633 | false | false | 14 |
9cfc4b3cb6bc35f7829d3eced68946ab962adbed | 28,192,165,368,621 | bdcdff14dfe7cdcc3f47f87e29871cf6ce687af9 | /JP_07/TestLineSub.java | e3ff9084d3a1ba909f7a134b74004ecb23d764b2 | [] | no_license | hoangnhatminh-dev/Java-tong-hop | https://github.com/hoangnhatminh-dev/Java-tong-hop | 18830563f28df1a5642829ee483bd67fb1280634 | 19728af502e4b51acbf0624c30fdf900a4d60d12 | refs/heads/master | 2021-03-18T23:35:12.664000 | 2020-04-07T11:25:05 | 2020-04-07T11:25:05 | 247,110,534 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package JP_07;
/**
*
* @author rough
*/
public class TestLineSub {
public static void main(String[] args) {
LineSub l1 ... | UTF-8 | Java | 1,522 | java | TestLineSub.java | Java | [
{
"context": " the editor.\n */\npackage JP_07;\n\n/**\n *\n * @author rough\n */\npublic class TestLineSub {\n public static ",
"end": 224,
"score": 0.9966805577278137,
"start": 219,
"tag": "USERNAME",
"value": "rough"
}
] | null | [] | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package JP_07;
/**
*
* @author rough
*/
public class TestLineSub {
public static void main(String[] args) {
LineSub l1 ... | 1,522 | 0.549277 | 0.507227 | 48 | 30.708334 | 22.927383 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.833333 | false | false | 14 |
8b36ac565144c0fbab996bf85c952b97a5f97919 | 28,192,165,368,295 | 8c213254dc6121a51d22efbffe2bbad33b6d8e69 | /ProductManagement_1418076_SpringBoot/src/main/java/com/tcs/ilp/productManagement/ProductManagement_1418076_SpringBoot/Repo/ProductRepository.java | 6a0c916db607acf4138a656170e06cb5fe234dba | [] | no_license | iamrayofhope/RetailBankingSystem | https://github.com/iamrayofhope/RetailBankingSystem | cdc4d5cee6f919528a989238f330c944bf07740a | 2a43137cc322728ba7a294e76430cd77e3acb7e4 | refs/heads/master | 2022-07-14T10:27:49.207000 | 2019-09-17T16:46:06 | 2019-09-17T16:46:06 | 148,986,464 | 1 | 0 | null | false | 2022-06-20T23:21:06 | 2018-09-16T10:50:55 | 2021-09-06T13:00:57 | 2022-06-20T23:21:03 | 68 | 1 | 0 | 3 | Java | false | false | package com.tcs.ilp.productManagement.ProductManagement_1418076_SpringBoot.Repo;
import org.springframework.data.jpa.repository.JpaRepository;
import com.tcs.ilp.productManagement.ProductManagement_1418076_SpringBoot.Model.Product;
public interface ProductRepository extends JpaRepository<Product, Integer> {
}
| UTF-8 | Java | 315 | java | ProductRepository.java | Java | [] | null | [] | package com.tcs.ilp.productManagement.ProductManagement_1418076_SpringBoot.Repo;
import org.springframework.data.jpa.repository.JpaRepository;
import com.tcs.ilp.productManagement.ProductManagement_1418076_SpringBoot.Model.Product;
public interface ProductRepository extends JpaRepository<Product, Integer> {
}
| 315 | 0.853968 | 0.809524 | 9 | 34 | 38.352169 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 14 |
ffa4c55f17a007666a10e7579751d6da531feea0 | 31,963,146,659,708 | d8d397a3f40e26eb3e9a796b08438a64fefe79ca | /springmvc/src/main/java/com/ehouse/batch/batch001/listener/ProcessListener.java | d18cae8efbf675d0dd82503230f0006de2147993 | [] | no_license | hugoblue/github | https://github.com/hugoblue/github | 6400e38c00fb335c7a335c4be96d98e031025867 | b1ded8752e36b162a1ec624e017077d5a208dd96 | refs/heads/master | 2020-03-28T01:53:08.010000 | 2018-09-25T17:09:50 | 2018-09-25T17:09:50 | 147,530,614 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ehouse.batch.batch001.listener;
import com.ehouse.springmvc.entity.OrderInfo;
import com.ehouse.springmvc.entity.SaleMan;
import org.springframework.batch.core.ItemProcessListener;
import org.springframework.stereotype.Component;
@Component("processListener")
public class ProcessListener implements ItemPr... | UTF-8 | Java | 811 | java | ProcessListener.java | Java | [] | null | [] | package com.ehouse.batch.batch001.listener;
import com.ehouse.springmvc.entity.OrderInfo;
import com.ehouse.springmvc.entity.SaleMan;
import org.springframework.batch.core.ItemProcessListener;
import org.springframework.stereotype.Component;
@Component("processListener")
public class ProcessListener implements ItemPr... | 811 | 0.679408 | 0.675709 | 25 | 31.440001 | 27.955793 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.44 | false | false | 14 |
803e0d024ffdfbba7cfed99827fb8e09afb55b83 | 4,587,025,098,570 | b11ed18e22b0b5701e59bf88fec8e7ad5b9283a1 | /TryWithResources.java | 68c2197d3a012e37a0ccf58aec65dcbdbf8df6e0 | [] | no_license | JayaLakshmi-majji/Exceptions_24_05 | https://github.com/JayaLakshmi-majji/Exceptions_24_05 | dad060abd0e9f8f949cacf4bf480295b9b5f2868 | f978164d5f1b11bd9c41aad42fd8c4f42dc17854 | refs/heads/master | 2020-05-29T20:52:41.297000 | 2019-05-30T06:53:58 | 2019-05-30T06:53:58 | 189,361,877 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Exeption;
import java.io.*;
import java.io.InputStream;
public class TryWithResources {
public static void main(String args[]){
// Using try-with-resources
try(FileOutputStream fileOutputStream =new FileOutputStream("/home/jayalakshmi/Desktop/xx/file.txt");
InputStream input = new FileInpu... | UTF-8 | Java | 972 | java | TryWithResources.java | Java | [] | null | [] | package Exeption;
import java.io.*;
import java.io.InputStream;
public class TryWithResources {
public static void main(String args[]){
// Using try-with-resources
try(FileOutputStream fileOutputStream =new FileOutputStream("/home/jayalakshmi/Desktop/xx/file.txt");
InputStream input = new FileInpu... | 972 | 0.68107 | 0.677984 | 26 | 36.26923 | 25.897072 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.615385 | false | false | 14 |
37a513b51016250c8946d83a3c5b0973e2b4ac89 | 26,929,444,984,602 | 779576c453e1696a2a6ea5fb342ccec795cc3ddc | /src/main/java/com/firstfurious/product/Product.java | d41110142a4a6d77f3301d2f20d4da3d82cc3850 | [] | no_license | kkchaudhary11/firstFurious | https://github.com/kkchaudhary11/firstFurious | b433e2878ad019214984f676ddeb9baebf370919 | bf9cbe416bb45846aa8ee8858742b39923594961 | refs/heads/master | 2020-07-03T02:29:03.375000 | 2017-02-14T20:09:38 | 2017-02-14T20:09:38 | 74,203,931 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.firstfurious.product;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Transient;
import org.springframework.web.multipart.MultipartFile;
@Entity
public class Product {
@javax.persistence.Id @GeneratedV... | UTF-8 | Java | 2,146 | java | Product.java | Java | [] | null | [] | package com.firstfurious.product;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Transient;
import org.springframework.web.multipart.MultipartFile;
@Entity
public class Product {
@javax.persistence.Id @GeneratedV... | 2,146 | 0.703635 | 0.703635 | 99 | 19.676767 | 16.544907 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.464646 | false | false | 14 |
ec0427273d486a75f2bc645d3b99cf2c596a2c9d | 12,764,642,841,166 | e0c1a85e23784df47682253c1bf680a24604e633 | /proxy/src/main/java/com/zhaolearn/static_proxy/UserServiceProxy.java | 915725000663ce4fce8a66a70abe63d0e63b9e78 | [] | no_license | Ryze-Zhao/JavaSeStudy | https://github.com/Ryze-Zhao/JavaSeStudy | 8781603f7ac5c5355d564a2ae893e0b5d95cdd41 | 3787966ca1f8b0f67266c8697b1b8bac46d2e745 | refs/heads/master | 2021-06-25T23:54:55.920000 | 2020-04-24T08:10:51 | 2020-04-24T08:10:51 | 160,613,367 | 2 | 0 | null | false | 2020-10-13T21:24:36 | 2018-12-06T03:27:59 | 2020-04-24T08:11:03 | 2020-10-13T21:24:34 | 140 | 0 | 0 | 10 | Java | false | false | package com.zhaolearn.static_proxy;
/**
* 代理角色
*/
public class UserServiceProxy implements UserService {
private UserService userService;
public UserService getUserService() {
return userService;
}
public void setUserService(UserService userService) {
this.userService = userService;... | UTF-8 | Java | 865 | java | UserServiceProxy.java | Java | [] | null | [] | package com.zhaolearn.static_proxy;
/**
* 代理角色
*/
public class UserServiceProxy implements UserService {
private UserService userService;
public UserService getUserService() {
return userService;
}
public void setUserService(UserService userService) {
this.userService = userService;... | 865 | 0.574493 | 0.574493 | 41 | 19.463415 | 16.126175 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.317073 | false | false | 14 |
3c86b5a0e031b2b4773eb02b4f6a83cc8c575fb8 | 32,512,902,474,423 | d66a0f8a0f9891e58e77564144f9af365ab3ba94 | /src/test/java/org/dins/contoller/UserControllerTest.java | e5cf5257f3206fef747ba2504ae3381e3db166e0 | [] | no_license | DenisDorofeev/forDINS | https://github.com/DenisDorofeev/forDINS | a45f719b3c18d035618f225ea4e5c6e55c13b77a | 18f01f080877ba2545bbebe4303dc64249976601 | refs/heads/master | 2023-04-24T23:48:28.459000 | 2021-05-11T17:56:23 | 2021-05-11T17:56:23 | 366,122,337 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.dins.contoller;
import com.fasterxml.jackson.databind.ObjectMapper;
import org.dins.model.dto.UserDto;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.DisplayName;
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframew... | UTF-8 | Java | 7,373 | java | UserControllerTest.java | Java | [
{
"context": " .content(\"{\\\"userName\\\": \\\"Denis\\\"}\")\n )\n .andExpect(status(",
"end": 3108,
"score": 0.9989907741546631,
"start": 3103,
"tag": "USERNAME",
"value": "Denis"
},
{
"context": " .content(\"{\\\"u... | null | [] | package org.dins.contoller;
import com.fasterxml.jackson.databind.ObjectMapper;
import org.dins.model.dto.UserDto;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.DisplayName;
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframew... | 7,373 | 0.636105 | 0.629188 | 178 | 40.421349 | 30.35644 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.303371 | false | false | 14 |
06ab670edd747d5671d0c9872db63670cdaff687 | 10,754,598,142,891 | e092b4d5a2234ffe218f3031e52c4b537727df89 | /app/src/main/java/com/lookapp/support/LookAppTask.java | 329c69fbac5a87e020ddae463fd625308961d549 | [] | no_license | giorgi-matiashvili/LookApp | https://github.com/giorgi-matiashvili/LookApp | 2a3b1bb05abc522cdab86a190768f462e101dca5 | 81acd843750ad5d87a4d36f5b9ca77128211f17b | refs/heads/master | 2021-01-19T03:51:25.533000 | 2015-07-10T09:31:32 | 2015-07-10T09:31:32 | 36,367,602 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lookapp.support;
import android.os.AsyncTask;
import com.lookapp.api.exception.LookAppException;
import com.lookapp.utils.AppLogger;
public abstract class LookAppTask<Result> extends AsyncTask<Void, Void, Result> {
private static AppLogger logger = AppLogger.getLogger(LookAppTask.class);
prote... | UTF-8 | Java | 602 | java | LookAppTask.java | Java | [] | null | [] | package com.lookapp.support;
import android.os.AsyncTask;
import com.lookapp.api.exception.LookAppException;
import com.lookapp.utils.AppLogger;
public abstract class LookAppTask<Result> extends AsyncTask<Void, Void, Result> {
private static AppLogger logger = AppLogger.getLogger(LookAppTask.class);
prote... | 602 | 0.722591 | 0.722591 | 34 | 16.705883 | 23.556602 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.264706 | false | false | 14 |
f13305eb5078054b47a053cf76678b23d20f376d | 2,310,692,456,994 | 4b9400df723cf24a36c7a0eeaac54ae28580b966 | /java.time.YearMonth/src/com/cp/time/YearMonthDemo.java | ca2799ee5faae645a7bc6e4bb5f600fb5f0cec82 | [] | no_license | sridharreddych/Core_Java_CP | https://github.com/sridharreddych/Core_Java_CP | 1244f688bcb775a5073865d3903457989fe08305 | e1f4ac4222b3877295070bc627096a6bf19a0abb | refs/heads/master | 2020-03-24T00:23:56.576000 | 2018-07-25T12:05:32 | 2018-07-25T12:05:32 | 142,285,503 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cp.time;
import java.time.YearMonth;
/**
* @author Sridhar reddy java.time.YearMonth YearMonth is the class that
* represents the combination of year and month like 2014-09. This class
* provides methods to get year and month for a given date string.
* YearMonthDemo.java
*/
pu... | UTF-8 | Java | 696 | java | YearMonthDemo.java | Java | [
{
"context": "time;\n\nimport java.time.YearMonth;\n\n/**\n * @author Sridhar reddy java.time.YearMonth YearMonth is the class that\n ",
"end": 79,
"score": 0.9996496438980103,
"start": 66,
"tag": "NAME",
"value": "Sridhar reddy"
}
] | null | [] | package com.cp.time;
import java.time.YearMonth;
/**
* @author <NAME> java.time.YearMonth YearMonth is the class that
* represents the combination of year and month like 2014-09. This class
* provides methods to get year and month for a given date string.
* YearMonthDemo.java
*/
public cl... | 689 | 0.695402 | 0.66092 | 18 | 37.722221 | 32.195248 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.888889 | false | false | 14 |
2fa6f76181f285c3ff270e9d75777b40c02aff7d | 8,272,107,043,470 | 891afc88fd2274a05fc85a3ae93294c8d87521a0 | /app/src/main/java/com/capellasun/hasgo/data/GameThread.java | 46ae2ec3a254a54b7775270bf50eee2ecb16bf56 | [] | no_license | capella-sun/HaSGO | https://github.com/capella-sun/HaSGO | e18641a49e8f0c135e1009e20a179da33f233449 | e93e5153ec5fd7fb391fffd8e6f891c74ebe5347 | refs/heads/master | 2020-03-14T03:54:35.474000 | 2018-06-30T23:41:41 | 2018-06-30T23:41:41 | 131,429,845 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.capellasun.hasgo.data;
public abstract class GameThread extends Thread {
private boolean keepRunning;
@Override
public abstract void run();
public boolean keepRunning() {
return keepRunning;
}
public void keepRunning(boolean keepRunning) {
this.keepRunning = keepRunning;
}
}
| UTF-8 | Java | 314 | java | GameThread.java | Java | [] | null | [] | package com.capellasun.hasgo.data;
public abstract class GameThread extends Thread {
private boolean keepRunning;
@Override
public abstract void run();
public boolean keepRunning() {
return keepRunning;
}
public void keepRunning(boolean keepRunning) {
this.keepRunning = keepRunning;
}
}
| 314 | 0.735669 | 0.735669 | 16 | 18.625 | 17.624113 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3125 | false | false | 14 |
e7197373bc0498e31c5893c02b03ab1fbc0e6a49 | 16,183,436,822,457 | c725e44d231a00b7d94a0d0d45856c8153399bd9 | /src/main/java/com/edupay/pay/service/impl/PosPushPayResultServiceImpl.java | d3b71158f85950ce44c3b9543e233c953634916b | [] | no_license | wxbing2015/pay | https://github.com/wxbing2015/pay | b6ee0be0e4fd6d3b0872741423fc5211d5425a21 | a947674d6fa7ead7f65d1d9c80d6e421e791d44c | refs/heads/master | 2020-07-19T14:28:31.579000 | 2019-02-12T01:36:36 | 2019-02-12T01:36:36 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.edupay.pay.service.impl;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Properties;
import org.apache.commons.lang3.StringUtils;
import org.apache.log4j.Logger;
import org.springframework.beans.factory.annotation.Autowired;
import org.sp... | UTF-8 | Java | 10,758 | java | PosPushPayResultServiceImpl.java | Java | [
{
"context": "* Title: PayStatementsServiceImpl.java\n * @author: Jack\n * @create: 2018-06-21\n *\n */\n@Component\n@Service",
"end": 995,
"score": 0.9970120191574097,
"start": 991,
"tag": "NAME",
"value": "Jack"
},
{
"context": "*\n\t * 向业务系统推送支付流水-订单\n\t * \n\t * @return\n\t * @Au... | null | [] | package com.edupay.pay.service.impl;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Properties;
import org.apache.commons.lang3.StringUtils;
import org.apache.log4j.Logger;
import org.springframework.beans.factory.annotation.Autowired;
import org.sp... | 10,752 | 0.738592 | 0.727964 | 269 | 37.126392 | 32.005905 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.312268 | false | false | 14 |
55da700375124f469c38fb4c45369248d9784eb0 | 28,338,194,283,445 | 455641d8e9b8df21c3f3220a9f56a8ef98ce2bbf | /src/main/java/com/treeke/algorithm/simulation/SwapNodes.java | 33e2d8ff0daee9d80903b88b7080e4518cbc29b3 | [] | no_license | treeke/algorithm | https://github.com/treeke/algorithm | d57ba2afd49d544b322fab783d064a98d7e4e45e | b21c1e0db32a1681cf669960313913f8ded8fadc | refs/heads/master | 2021-06-15T21:32:31.639000 | 2021-06-08T14:07:14 | 2021-06-08T14:07:14 | 194,582,037 | 0 | 0 | null | false | 2021-03-09T11:50:34 | 2019-07-01T01:51:30 | 2019-12-25T01:24:00 | 2021-03-09T11:50:33 | 8 | 0 | 0 | 0 | Java | false | false | package com.treeke.algorithm.simulation;
import com.treeke.algorithm.ListNode;
import java.util.ArrayList;
import java.util.List;
import java.util.Stack;
public class SwapNodes {
public ListNode swapNodes(ListNode head, int k) {
List<ListNode> list = new ArrayList<>();
ListNode node = head;
... | UTF-8 | Java | 613 | java | SwapNodes.java | Java | [] | null | [] | package com.treeke.algorithm.simulation;
import com.treeke.algorithm.ListNode;
import java.util.ArrayList;
import java.util.List;
import java.util.Stack;
public class SwapNodes {
public ListNode swapNodes(ListNode head, int k) {
List<ListNode> list = new ArrayList<>();
ListNode node = head;
... | 613 | 0.588907 | 0.584013 | 25 | 23.52 | 17.302299 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 14 |
77224d404781bbdd47a5807101b6cfd75887ad67 | 17,540,646,470,569 | 74c5514e1a302bf79167479b4a6fa54878114d41 | /NovelReader/src/com/yinxuesong/socket/JabberClient.java | e19db24aa496d39f1f92362ab67a980565c8e7cb | [] | no_license | yxs1112003/Java | https://github.com/yxs1112003/Java | c5d7a87e7a2b028b2f1abed972fec603fd26b0a1 | 0cb55f74553e61d010acc2956e988071042860a8 | refs/heads/master | 2016-09-05T09:59:15.183000 | 2016-01-19T01:53:40 | 2016-01-19T01:53:40 | 40,818,774 | 0 | 0 | null | false | 2016-01-19T01:53:40 | 2015-08-16T13:21:50 | 2015-08-16T13:21:50 | 2016-01-19T01:53:40 | 288 | 0 | 0 | 0 | null | null | null | package com.yinxuesong.socket;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.FileWriter;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.OutputStreamWriter;
import java.io.PrintWriter;
import j... | UTF-8 | Java | 3,712 | java | JabberClient.java | Java | [] | null | [] | package com.yinxuesong.socket;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.FileWriter;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.OutputStreamWriter;
import java.io.PrintWriter;
import j... | 3,712 | 0.667947 | 0.664929 | 150 | 22.293333 | 19.089455 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.046667 | false | false | 14 |
3edc7e421d366df56061edaccc0098d423d0b111 | 17,540,646,469,538 | 2ff9c6d5911d1e89b84323fe64595a4a5c4e63c6 | /.svn/pristine/c6/c61f2fc08de332f1e50080df1a3993ae821607fd.svn-base | 1b198c372989ab0573887c7b0e51b59743c294e9 | [] | no_license | Yanwei-Tim/sichuangrid | https://github.com/Yanwei-Tim/sichuangrid | 5d8fe484752d9688d32462073b0d42535c9a9633 | d8fd1fa5ddef8c619480e6f529d30916ebc95dc4 | refs/heads/master | 2021-01-22T03:33:13.904000 | 2017-05-25T09:11:58 | 2017-05-25T09:11:58 | 92,385,425 | 0 | 0 | null | true | 2017-05-25T09:05:51 | 2017-05-25T09:05:51 | 2016-06-11T08:59:02 | 2016-03-01T06:49:04 | 424,134 | 0 | 0 | 0 | null | null | null | package com.tianque.fourTeams.fourTeamsIssue.service.impl;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import com.tianque.core.util.ThreadVariable;
import com.tian... | UTF-8 | Java | 4,250 | c61f2fc08de332f1e50080df1a3993ae821607fd.svn-base | Java | [] | null | [] | package com.tianque.fourTeams.fourTeamsIssue.service.impl;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import com.tianque.core.util.ThreadVariable;
import com.tian... | 4,250 | 0.792248 | 0.792248 | 128 | 31.453125 | 26.407225 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.40625 | false | false | 14 | |
059871c07a6b0a38b5344886acbf5906916a46e4 | 28,381,143,908,852 | 1165ac2915b061737b536619283c6f02f49990e5 | /src/main/java/qj/tool/swing/ISavedStatusListener.java | daa1c0fe39b3f2ae3edb26c9714933460017f875 | [
"Apache-2.0"
] | permissive | lequynhnhu/quan-util-core | https://github.com/lequynhnhu/quan-util-core | 1dbdbd631319228020a9293368632bbbc2a923c1 | 3894ea2a9076eb8c93affd0b8550e0b40d7e24b7 | refs/heads/master | 2021-01-17T22:31:11.476000 | 2014-11-13T14:34:06 | 2014-11-13T14:34:06 | 31,191,535 | 1 | 0 | null | true | 2015-02-23T02:45:19 | 2015-02-23T02:45:19 | 2014-09-30T15:58:28 | 2014-11-13T14:34:39 | 500 | 0 | 0 | 0 | null | null | null | package qj.tool.swing;
/**
* Created by QuanLA
* Date: Apr 8, 2006
* Time: 5:49:09 PM
*/
public interface ISavedStatusListener {
public void savedStatusChanged();
}
| UTF-8 | Java | 174 | java | ISavedStatusListener.java | Java | [
{
"context": "package qj.tool.swing;\n\n/**\n * Created by QuanLA\n * Date: Apr 8, 2006\n * Time: 5:49:09 PM\n */\npubl",
"end": 48,
"score": 0.9809723496437073,
"start": 42,
"tag": "USERNAME",
"value": "QuanLA"
}
] | null | [] | package qj.tool.swing;
/**
* Created by QuanLA
* Date: Apr 8, 2006
* Time: 5:49:09 PM
*/
public interface ISavedStatusListener {
public void savedStatusChanged();
}
| 174 | 0.683908 | 0.626437 | 10 | 16.4 | 13.654304 | 39 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3 | false | false | 14 |
d6636c7489b2017fe2c3154b49001ae17a036998 | 1,451,698,976,169 | e004b3de62b5b660c117917f127b26ccceba5e85 | /core/src/com/lksoft/nyaage/player/gamestate/RoomState.java | f8ac085cdc3eca513ba80800d9dc306499109374 | [] | no_license | LakeIshikawa/nyaage | https://github.com/LakeIshikawa/nyaage | 5126621b7711c044097cd53ca0fb263acda33afc | 2d2c12b0f01dd689a080d7805437f1eaee6a8e89 | refs/heads/master | 2020-06-01T11:55:21.694000 | 2015-02-08T02:55:34 | 2015-02-08T02:55:34 | 29,971,531 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lksoft.nyaage.player.gamestate;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.graphics.g2d.Animation;
import com.badlogic.gdx.graphics.g2d.TextureAtlas;
import com.badlogic.gdx.graphics.g2d.TextureRegion;
import com.lksoft.astar.bytemap.ByteMap;
import com.lksoft.astar.pathfind.SquareBoard;
import c... | UTF-8 | Java | 5,176 | java | RoomState.java | Java | [
{
"context": "rayList;\nimport java.util.List;\n\n/**\n * Created by lake on 14/12/24.\n */\npublic class RoomState {\n // ",
"end": 769,
"score": 0.6851001977920532,
"start": 765,
"tag": "USERNAME",
"value": "lake"
}
] | null | [] | package com.lksoft.nyaage.player.gamestate;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.graphics.g2d.Animation;
import com.badlogic.gdx.graphics.g2d.TextureAtlas;
import com.badlogic.gdx.graphics.g2d.TextureRegion;
import com.lksoft.astar.bytemap.ByteMap;
import com.lksoft.astar.pathfind.SquareBoard;
import c... | 5,176 | 0.588679 | 0.585201 | 187 | 26.679144 | 22.852087 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.368984 | false | false | 14 |
5af83f82bade9204b025d3656b71cfcc7ab8c841 | 4,191,888,137,573 | e7d9812c493ddffb8fb35d4e4fa7a7ebf7668d9c | /src/au/com/bt/Triangle.java | 7939478a25de1c8ebf305a87ef4d237b358bd3cf | [] | no_license | nikolaivv/shapes | https://github.com/nikolaivv/shapes | c13e68a289b4daaf0f3f5a53594dfe37542110b7 | df193a385fb85f89da8c0fe10c33d6d0e0244808 | refs/heads/master | 2021-01-01T18:03:15.737000 | 2015-06-07T21:55:37 | 2015-06-07T21:55:37 | 37,033,726 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package au.com.bt;
/**
* A Triangle shape.
*
* @author Nikolai von Veh
*/
public class Triangle implements Shape {
private final double height;
private final double base;
/**
* Constructs a Triangle with a height and base.
*
* @param base The height of the triangle.
* @param hei... | UTF-8 | Java | 995 | java | Triangle.java | Java | [
{
"context": "au.com.bt;\n\n/**\n * A Triangle shape.\n *\n * @author Nikolai von Veh\n */\npublic class Triangle implements Shape {\n ",
"end": 74,
"score": 0.9998791217803955,
"start": 59,
"tag": "NAME",
"value": "Nikolai von Veh"
}
] | null | [] | package au.com.bt;
/**
* A Triangle shape.
*
* @author <NAME>
*/
public class Triangle implements Shape {
private final double height;
private final double base;
/**
* Constructs a Triangle with a height and base.
*
* @param base The height of the triangle.
* @param height Th... | 986 | 0.568844 | 0.568844 | 49 | 19.306122 | 16.851336 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.183673 | false | false | 14 |
e7d2d3d7d8f7f687b3f25835ce7667f49e179bb9 | 26,800,595,944,304 | d8387ec0ca2fa2a5acca3e319fc3e84423ffa245 | /src/main/java/com/atm/odev/musteri/BireyselMusteri.java | 4f73f26833e6f3901507d9f2d21afac249e21447 | [] | no_license | betulyaldiz/AtmOdevJava | https://github.com/betulyaldiz/AtmOdevJava | 73c573cc39b057e4882b0dffe96c15a24fb82d57 | 548676906a332d0c7ae70f5ecd0b8408a79f42fd | refs/heads/master | 2023-06-04T11:52:01.552000 | 2021-06-22T08:34:54 | 2021-06-22T08:34:54 | 379,196,656 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.atm.odev.musteri;
public class BireyselMusteri extends Musteri {
private String evAdresi;
public BireyselMusteri(Integer tcKimlikNo, String isimSoyisim, Float hesapBakiyesi, String musteriNo, String evAdresi) {
super(tcKimlikNo, isimSoyisim, hesapBakiyesi, musteriNo);
this.evAdres... | UTF-8 | Java | 643 | java | BireyselMusteri.java | Java | [] | null | [] | package com.atm.odev.musteri;
public class BireyselMusteri extends Musteri {
private String evAdresi;
public BireyselMusteri(Integer tcKimlikNo, String isimSoyisim, Float hesapBakiyesi, String musteriNo, String evAdresi) {
super(tcKimlikNo, isimSoyisim, hesapBakiyesi, musteriNo);
this.evAdres... | 643 | 0.676516 | 0.676516 | 25 | 24.719999 | 28.0564 | 124 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 14 |
17f09cb35140f414c00b4c4ef8187c1e9c74caf6 | 15,118,284,947,791 | c5152b59d8b5f903540c6429e3270a4be9848985 | /java-state-machine-pattern-demo/src/main/java/machine/states/Station.java | e39cd4024dd1032216f6b4ad30809a45ecfe4e30 | [] | no_license | di-zhur/lumber-room | https://github.com/di-zhur/lumber-room | aeaa90c1634ae6b8fb8ead3763f22ae52f2e04cb | 71e8678e131e2a551812c63ced3acc9612bbf39a | refs/heads/master | 2021-01-14T23:04:18.945000 | 2020-07-26T09:27:57 | 2020-07-26T09:27:57 | 242,788,633 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package machine.states;
import machine.MachineGum;
/*
* Решил не раздувать интерфейс, логика в doAction в какое состояние перейдем и что сделаем
* */
public interface Station {
void doAction(MachineGum machineGum);
}
| UTF-8 | Java | 291 | java | Station.java | Java | [] | null | [] | package machine.states;
import machine.MachineGum;
/*
* Решил не раздувать интерфейс, логика в doAction в какое состояние перейдем и что сделаем
* */
public interface Station {
void doAction(MachineGum machineGum);
}
| 291 | 0.76 | 0.76 | 12 | 17.75 | 25.661661 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 14 |
b7584e1fb8aaf5fdd96eeb21f3fe03765cda21bc | 19,095,424,601,146 | 157873a65af518cc47b34a1febdf1243f263dc0b | /.idea/fileTemplates/includes/File Header.java | a2d860b6ded953d82c00ad866bfe3a57915d0de4 | [] | no_license | AdamAntinoo/AndroidMVC | https://github.com/AdamAntinoo/AndroidMVC | 48bdf84550b45dd510a2af3b00105ba66a8222ba | 58466c802362981acfa5cb2bd6cc59d4535e5035 | refs/heads/master | 2020-05-15T17:44:47.355000 | 2019-04-20T13:28:34 | 2019-04-20T13:28:34 | 182,408,631 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* @author Adam Antinoo
*/
| UTF-8 | Java | 32 | java | File Header.java | Java | [
{
"context": "/**\n * @author Adam Antinoo\n */\n",
"end": 27,
"score": 0.9998501539230347,
"start": 15,
"tag": "NAME",
"value": "Adam Antinoo"
}
] | null | [] | /**
* @author <NAME>
*/
| 26 | 0.53125 | 0.53125 | 3 | 9.666667 | 9.42809 | 23 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0 | false | false | 14 |
e0b1d58e9a8c0d2033a1e718ba7c5bad209382d6 | 26,018,911,894,265 | 13df9a5d3da19dab8d7c6d25137747c0a50b18bc | /BOJ/src/Vps.java | e38103722a3ebebdbe76d35b611814c70a65905e | [] | no_license | kjg9704/BAEKJOON | https://github.com/kjg9704/BAEKJOON | 42795f910e54898614f9e3771b180f807801297e | ebb4867df57548e8bb829897166bb9f0b0da1e69 | refs/heads/main | 2021-12-16T10:35:47.245000 | 2021-12-02T19:53:55 | 2021-12-02T19:53:55 | 325,571,564 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Scanner;
import java.util.Stack;
public class Vps {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
Stack<Character> stack = new Stack();
int number = sc.nextInt();
String [] sen = new String[number];
sc.nextLine();
for(int i = 0; i < number;i++) {
sen[i] ... | UTF-8 | Java | 896 | java | Vps.java | Java | [] | null | [] | import java.util.Scanner;
import java.util.Stack;
public class Vps {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
Stack<Character> stack = new Stack();
int number = sc.nextInt();
String [] sen = new String[number];
sc.nextLine();
for(int i = 0; i < number;i++) {
sen[i] ... | 896 | 0.483259 | 0.479911 | 45 | 18.933332 | 12.977588 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.022222 | false | false | 14 |
c680e34228cef4f46fed16d0946026d55360b4fa | 10,892,037,122,728 | 92e96ecaebcb4b6444c60ce4b3893ed01d261383 | /src/main/java/iota/GOldDiggerLocalPoW.java | 8ac24b1b6226f9190e60b5a185c81d339243f62a | [] | no_license | nikez/isf-jclient | https://github.com/nikez/isf-jclient | 1c2ac23d01be56101373e5ce7e590d364f66aa0f | befefd5d7895f98509bc478553835bace2310b5f | refs/heads/master | 2021-04-26T22:42:13.620000 | 2018-03-30T16:00:43 | 2018-03-30T16:00:43 | 124,133,115 | 0 | 0 | null | true | 2018-03-06T20:16:24 | 2018-03-06T20:16:24 | 2018-02-25T13:33:00 | 2018-03-06T19:43:30 | 174 | 0 | 0 | 0 | null | false | null | package iota;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.net.URL;
import java.nio.file.CopyOption;
import java.nio.file.Files;
import java.nio.file.StandardCopyOption;
import java.nio.file.attribute.PosixFi... | UTF-8 | Java | 7,048 | java | GOldDiggerLocalPoW.java | Java | [
{
"context": "\")) {\n\t\t\tString downloadUrl = \"https://github.com/mikrohash/isf-jclient/releases/download/v1.0.9/\"+powFileNam",
"end": 1919,
"score": 0.9997047781944275,
"start": 1910,
"tag": "USERNAME",
"value": "mikrohash"
},
{
"context": "-\"+arch+\"' is not available. Please... | null | [] | package iota;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.net.URL;
import java.nio.file.CopyOption;
import java.nio.file.Files;
import java.nio.file.StandardCopyOption;
import java.nio.file.attribute.PosixFi... | 7,035 | 0.63706 | 0.633513 | 201 | 34.069653 | 33.866657 | 260 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.064677 | false | false | 14 |
20b4be134802d67437e56e1b7ff666d1ec79c1fd | 2,035,814,516,299 | 2b93deedd173f5eccc7b3cd5a2d84dc801d51562 | /src/main/java/com/suhailkandanur/entity/FileSystem.java | cf5ae46621bf5bf7d45e431ef1956e30962b2bd4 | [] | no_license | ksuhail7/fresco | https://github.com/ksuhail7/fresco | 779bbe186fa5c8e0400e83d8e8950e09a5e69d31 | 93fbbe74a9ceaadd57840c00caddb6b950ec6442 | refs/heads/master | 2021-01-13T13:22:43.226000 | 2016-11-22T17:53:53 | 2016-11-22T17:53:53 | 72,785,908 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.suhailkandanur.entity;
import java.io.Serializable;
import java.util.Date;
/**
* Created by suhail on 2016-11-03.
*/
public class FileSystem implements Serializable {
private int filesystemId;
private String path;
private boolean isActive;
private String createdBy;
private Date creat... | UTF-8 | Java | 1,891 | java | FileSystem.java | Java | [
{
"context": "lizable;\nimport java.util.Date;\n\n/**\n * Created by suhail on 2016-11-03.\n */\npublic class FileSystem implem",
"end": 113,
"score": 0.9973103404045105,
"start": 107,
"tag": "USERNAME",
"value": "suhail"
}
] | null | [] | package com.suhailkandanur.entity;
import java.io.Serializable;
import java.util.Date;
/**
* Created by suhail on 2016-11-03.
*/
public class FileSystem implements Serializable {
private int filesystemId;
private String path;
private boolean isActive;
private String createdBy;
private Date creat... | 1,891 | 0.617134 | 0.60973 | 77 | 23.558441 | 22.601858 | 144 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.519481 | false | false | 14 |
68b7f3f384ecfcff88e6b5a11822980e789ecced | 33,612,414,081,557 | 9bfcc60e5f2bc2cb1522d13a7863a8a24e3c384d | /src/com/colsevi/dao/pago/model/PagoProveedorExample.java | 78cbe241b346ccb72775316f597699f48ef64268 | [] | no_license | proyectoPPi/colsevi | https://github.com/proyectoPPi/colsevi | 3e58f68ee98647ea759638bff1f9ef8fb005849a | 22d0632277a4b514d13499bd521a4922529ea6fb | refs/heads/master | 2021-01-16T18:28:28.542000 | 2017-04-26T17:32:57 | 2017-04-26T17:32:57 | 43,513,159 | 1 | 1 | null | false | 2016-11-29T03:57:27 | 2015-10-01T18:23:48 | 2016-11-15T14:04:13 | 2016-11-29T03:55:00 | 43,195 | 0 | 1 | 0 | Java | null | null | package com.colsevi.dao.pago.model;
import java.math.BigDecimal;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class PagoProveedorExample {
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database table pago_proveedor
... | UTF-8 | Java | 22,783 | java | PagoProveedorExample.java | Java | [] | null | [] | package com.colsevi.dao.pago.model;
import java.math.BigDecimal;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class PagoProveedorExample {
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database table pago_proveedor
... | 22,783 | 0.579687 | 0.568275 | 683 | 31.360176 | 26.779163 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.590044 | false | false | 14 |
f0d91388f1f1a78737496f98d687411c5da258c6 | 15,315,853,402,641 | 9e5c6fd194c28cdc4056506f65d60b3b4e168a96 | /src/main/java/com/suptools/dao/PrpDcompanyDao.java | e62872ce3c90ae37f51266a0b53f734ddfb79d1f | [] | no_license | ningxiner6/piccsuptools | https://github.com/ningxiner6/piccsuptools | 0d553015e16fa5f1e70d32bc8c61ce53f8ab10f8 | 8e64e78718e5dbdc9a92a820daab6da604b63edd | refs/heads/master | 2016-04-01T00:26:47.978000 | 2015-08-05T03:04:04 | 2015-08-05T03:04:04 | 40,048,177 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.suptools.dao;
import java.util.List;
import com.suptools.dto.PrpDcompanyDto;
/**
*
* 功能描述:
* 处理机构代码相关的操作接口
* @author 汪永超
* 2013-1-7 上午10:28:05
*/
public interface PrpDcompanyDao {
public List<PrpDcompanyDto> list();
public void save(PrpDcompanyDto prpDcompanyDto);
public... | GB18030 | Java | 843 | java | PrpDcompanyDao.java | Java | [
{
"context": "\r\n/**\r\n * \r\n * 功能描述:\r\n * 处理机构代码相关的操作接口\r\n * @author 汪永超\r\n * 2013-1-7 上午10:28:05\r\n */\r\npublic interface Pr",
"end": 150,
"score": 0.9997178912162781,
"start": 147,
"tag": "NAME",
"value": "汪永超"
}
] | null | [] | package com.suptools.dao;
import java.util.List;
import com.suptools.dto.PrpDcompanyDto;
/**
*
* 功能描述:
* 处理机构代码相关的操作接口
* @author 汪永超
* 2013-1-7 上午10:28:05
*/
public interface PrpDcompanyDao {
public List<PrpDcompanyDto> list();
public void save(PrpDcompanyDto prpDcompanyDto);
public... | 843 | 0.730914 | 0.715895 | 36 | 20.194445 | 22.333109 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.027778 | false | false | 14 |
8da7b7ec5109a6ad6f56afb801dee887e7dbbb4d | 12,463,995,100,000 | 3d0b39c4a353954f772acfd07dcfc811de28fea5 | /src/main/java/com/test/hplus/controller/RedirectOutController.java | a8c6f43bf9185903d8b6c996adb0498f46bd9fe0 | [] | no_license | MathanRajOlaganathan/SpringMVC-5-webapp | https://github.com/MathanRajOlaganathan/SpringMVC-5-webapp | dcbbcc1ab8f4167888edb8c228390d908d84cdf1 | d9a330d6c650af4a648ea80ef6a8c815dfb6a8e8 | refs/heads/master | 2022-11-16T05:47:30.937000 | 2020-07-11T14:08:16 | 2020-07-11T14:08:16 | 278,872,465 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.test.hplus.controller;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.GetMapping;
@Controller
public class RedirectOutController {
@GetMapping("/redirectToLinkedIn")
public String redirectOut()
{
System.out.println("In Redirect Control... | UTF-8 | Java | 385 | java | RedirectOutController.java | Java | [] | null | [] | package com.test.hplus.controller;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.GetMapping;
@Controller
public class RedirectOutController {
@GetMapping("/redirectToLinkedIn")
public String redirectOut()
{
System.out.println("In Redirect Control... | 385 | 0.74026 | 0.74026 | 15 | 24.666666 | 21.412354 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 14 |
7d9a0cebc382456d6884d0a8a50ad6b78a08ff47 | 14,611,478,749,495 | ed3c2c15ac575a4fe4a43f0e23e2c899e62ae13a | /src/main/java/cn/edu/nju/dao/LabelRepository.java | 024b87ff3f6cb5c6e24959743659e3c6edea4a08 | [] | no_license | czqInNanjing/movie-helper | https://github.com/czqInNanjing/movie-helper | af51ffe9f01292d6652f8583bb319b92a49ce96e | b7df75051eeca239abc9b57b3ccb880717ccbd9a | refs/heads/master | 2020-02-11T07:59:04.179000 | 2017-06-13T00:30:22 | 2017-06-13T00:30:22 | 93,320,012 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.edu.nju.dao;
import cn.edu.nju.entity.LabelEntity;
import org.springframework.data.jpa.repository.JpaRepository;
import java.util.List;
/**
* @author Qiang
* @since 05/06/2017
*/
public interface LabelRepository extends JpaRepository<LabelEntity, Integer> {
}
| UTF-8 | Java | 280 | java | LabelRepository.java | Java | [
{
"context": "epository;\n\nimport java.util.List;\n\n/**\n * @author Qiang\n * @since 05/06/2017\n */\npublic interface LabelRe",
"end": 170,
"score": 0.8458868265151978,
"start": 165,
"tag": "NAME",
"value": "Qiang"
}
] | null | [] | package cn.edu.nju.dao;
import cn.edu.nju.entity.LabelEntity;
import org.springframework.data.jpa.repository.JpaRepository;
import java.util.List;
/**
* @author Qiang
* @since 05/06/2017
*/
public interface LabelRepository extends JpaRepository<LabelEntity, Integer> {
}
| 280 | 0.760714 | 0.732143 | 16 | 16.5 | 23.056995 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3125 | false | false | 14 |
ddcadf5d315c4f994fdabee34063d855f624de31 | 12,043,088,332,761 | 558ccd313443b08c79c9db02a8bca5c458778419 | /Brewery/src/Main.java | d62cb2faf4dd8f016180e5911e99a6835ac0d177 | [] | no_license | SachaMartinezCastillo/Cerveceria | https://github.com/SachaMartinezCastillo/Cerveceria | 105609d4fb2fa86f1e05dc01d019f32920f6d056 | 7db05ab5d578abc8ea465136cab6ce6baefef887 | refs/heads/master | 2022-04-23T00:22:29.899000 | 2020-04-23T14:18:32 | 2020-04-23T14:18:32 | 256,268,003 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import Models.BeerConsumer;
import Models.BeerHouse;
import Models.BeerProducer;
public class Main
{
public static void main(String[] args)
{
BeerHouse BrewHouse = new BeerHouse();
BeerProducer Producer1 = new BeerProducer(BrewHouse);
BeerConsumer Consumer1 = new BeerConsumer(... | UTF-8 | Java | 399 | java | Main.java | Java | [] | null | [] | import Models.BeerConsumer;
import Models.BeerHouse;
import Models.BeerProducer;
public class Main
{
public static void main(String[] args)
{
BeerHouse BrewHouse = new BeerHouse();
BeerProducer Producer1 = new BeerProducer(BrewHouse);
BeerConsumer Consumer1 = new BeerConsumer(... | 399 | 0.656642 | 0.646617 | 15 | 24.6 | 19.95261 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.533333 | false | false | 14 |
e7c9f2e1f4819f6b60d04d75e47e947241c5787a | 4,904,852,660,682 | 365e42d9e9b5e07d4d110881156e3701730efe17 | /MarinerReport/src/GridReport.java | 138216e05faa4674d9d20fdb5022942946752b61 | [] | no_license | dnavault/marinertest | https://github.com/dnavault/marinertest | 338eda83ce30c6e3da2f1a3a2ffc6547204c2fbc | 8e8ef74b356070e48cd088a73a3403578c35ad98 | refs/heads/main | 2022-12-28T04:00:23.086000 | 2020-10-10T20:21:17 | 2020-10-10T20:21:17 | 302,983,072 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import javax.swing.*;
import java.awt.*;
import java.io.*;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;
import java.util.Scanner;
public class GridReport {
private JPanel reportpanel;
private JTable... | UTF-8 | Java | 3,426 | java | GridReport.java | Java | [
{
"context": "ame\", \"Last Name\"};\r\n Object[][] data = {{\"Kathy\", \"Smith\"}, {\"John\", \"Doe\"}};\r\n JTable tab",
"end": 1815,
"score": 0.9997460842132568,
"start": 1810,
"tag": "NAME",
"value": "Kathy"
},
{
"context": "st Name\"};\r\n Object[][] data = ... | null | [] | import javax.swing.*;
import java.awt.*;
import java.io.*;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;
import java.util.Scanner;
public class GridReport {
private JPanel reportpanel;
private JTable... | 3,426 | 0.570053 | 0.56509 | 120 | 26.549999 | 20.042809 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 14 |
b4e9fdbf3bdaf1751301ceade110a1dd5bc215e0 | 36,945,308,703,869 | dd539575b14c142990e3271b1f6d0052dd74967b | /Arrays/swapOfArray.java | 3eb464e71937d5c31f7899789c01f1ef60d50c32 | [] | no_license | Vivek1601/Dsa-Java | https://github.com/Vivek1601/Dsa-Java | eda1a5eda457fc8e0808e82d9be19e959cc6cb66 | a038c0c5730fb537c85b13a1beaf3417180aced7 | refs/heads/master | 2023-05-28T13:57:27.009000 | 2021-06-11T18:22:30 | 2021-06-11T18:22:30 | 358,605,076 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.*;
import java.util.*;
public class swapOfArray {
public static void main(String[] args) throws Exception {
Scanner scn = new Scanner(System.in);
int n = scn.nextInt();
int[] a = new int[n];
for (int i = 0; i < n; i++) {
a[i] = scn.nextInt();
}
... | UTF-8 | Java | 896 | java | swapOfArray.java | Java | [] | null | [] | import java.io.*;
import java.util.*;
public class swapOfArray {
public static void main(String[] args) throws Exception {
Scanner scn = new Scanner(System.in);
int n = scn.nextInt();
int[] a = new int[n];
for (int i = 0; i < n; i++) {
a[i] = scn.nextInt();
}
... | 896 | 0.427455 | 0.421875 | 37 | 23.216217 | 16.10965 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.648649 | false | false | 14 |
4ad67d9fa75c52004c1561374829412f0456e55f | 37,709,812,866,659 | 90280eae7017c6710321a962e81a0c66f392f68b | /src/main/java/entity/Owner.java | 77a4853d298525a21b61798f9821d75cc2470780 | [] | no_license | RasmusLynge/testExam | https://github.com/RasmusLynge/testExam | a378a93148350d475d917df4af598128416984a7 | c0e5893d1e612648e8e849ac87ba7d4131d3f8da | refs/heads/master | 2022-06-25T09:49:04.818000 | 2019-06-17T09:49:35 | 2019-06-17T09:49:35 | 191,332,334 | 0 | 0 | null | false | 2022-06-21T01:15:33 | 2019-06-11T08:54:44 | 2019-06-17T09:49:44 | 2022-06-21T01:15:32 | 54 | 0 | 0 | 8 | Java | false | false | package entity;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
import javax.persistence.Basic;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.p... | UTF-8 | Java | 2,117 | java | Owner.java | Java | [] | null | [] | package entity;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
import javax.persistence.Basic;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.p... | 2,117 | 0.650921 | 0.650449 | 93 | 21.763441 | 21.433266 | 157 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.483871 | false | false | 14 |
5102f5636410ed49f44122166563a3c949338a9d | 32,315,333,990,262 | 1485634ac77852c86cf53172a01f2da3fc447ae5 | /java-leetcode/src/main/java/io/github/dreamylost/practice/ReverseLinkedList.java | c5ef81bbb240224159abccbe1f54cdc12dc42856 | [
"Apache-2.0"
] | permissive | jxnu-liguobin/cs-summary-reflection | https://github.com/jxnu-liguobin/cs-summary-reflection | 43aac1a705645df682bb229a03518339e5191980 | a97159e99fc6592bec5032d18391d18b84708175 | refs/heads/master | 2023-08-21T22:27:35.507000 | 2022-02-14T02:41:52 | 2022-02-14T02:41:52 | 123,690,567 | 234 | 91 | Apache-2.0 | false | 2022-02-16T11:07:57 | 2018-03-03T12:38:15 | 2022-01-24T07:54:43 | 2022-02-16T11:07:54 | 29,869 | 533 | 190 | 13 | Java | false | false | /* All Contributors (C) 2020 */
package io.github.dreamylost.practice;
/**
* @description 输入一个链表,反转链表后,输出链表的所有元素。
* @author Mr.Li
*/
public class ReverseLinkedList {
public static void main(String[] args) {
ListNode head = new ListNode(0);
ListNode listNode3 = new ListNode(1);
head.next ... | UTF-8 | Java | 3,637 | java | ReverseLinkedList.java | Java | [
{
"context": " * @description 输入一个链表,反转链表后,输出链表的所有元素。\n * @author Mr.Li\n */\npublic class ReverseLinkedList {\n public s",
"end": 132,
"score": 0.8913078904151917,
"start": 127,
"tag": "NAME",
"value": "Mr.Li"
}
] | null | [] | /* All Contributors (C) 2020 */
package io.github.dreamylost.practice;
/**
* @description 输入一个链表,反转链表后,输出链表的所有元素。
* @author Mr.Li
*/
public class ReverseLinkedList {
public static void main(String[] args) {
ListNode head = new ListNode(0);
ListNode listNode3 = new ListNode(1);
head.next ... | 3,637 | 0.56705 | 0.538837 | 91 | 30.54945 | 22.250454 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.648352 | false | false | 14 |
c0d81dd55643d21293685c7fc5424d6fe1a80bb3 | 34,694,745,861,690 | b05b19d5b93086def67373c2e24ff18c71b932c3 | /src/main/java/com/example/persona/entities/Libro.java | 17a56a1e1f7a7c8d619b58820305e4fa834b6b38 | [] | no_license | luisArdaya/persona | https://github.com/luisArdaya/persona | 45e3fc9b37261f25e8fd512a41e63fbb45b6dbba | cca9be942855a24bcb21c222eefd5af5bba45d0c | refs/heads/master | 2023-08-05T04:58:20.998000 | 2021-09-22T15:39:44 | 2021-09-22T15:39:44 | 409,052,138 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.persona.entities;
import java.util.List;
import javax.persistence.CascadeType;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.ManyToMany;
import javax.persistence.Table;
import org.hibernate.envers.Audited;
import lombok.AllArgsConstructor;
import lom... | UTF-8 | Java | 810 | java | Libro.java | Java | [] | null | [] | package com.example.persona.entities;
import java.util.List;
import javax.persistence.CascadeType;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.ManyToMany;
import javax.persistence.Table;
import org.hibernate.envers.Audited;
import lombok.AllArgsConstructor;
import lom... | 810 | 0.793827 | 0.793827 | 39 | 19.76923 | 12.521697 | 40 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.717949 | false | false | 14 |
1c1d17fcdd6aedd20774635951c648f3e072e137 | 37,306,085,946,619 | 429f0c97e46fa7017aba0963f1ee5b5405b96c48 | /src/test/java/projectengeneeringv2/springboot2/util/EmployeeCreator.java | 8e98203b4a8d31457118d6893054b766d6e171a1 | [] | no_license | luislasn/springboot2-employee-v2 | https://github.com/luislasn/springboot2-employee-v2 | 52f360de2cc984ea9d69751700b47fa2036a509e | c666ed545b1e78c99d928753d66f7f3ffabb4ed0 | refs/heads/master | 2023-04-08T08:52:08.627000 | 2021-04-13T02:06:58 | 2021-04-13T02:06:58 | 357,378,042 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package projectengeneeringv2.springboot2.util;
import projectengeneeringv2.springboot2.model.Employee;
import java.math.BigDecimal;
public class EmployeeCreator {
public static Employee createEmployeeToBeSaved() {
return Employee.builder()
.name("Artemis Castro")
.occupat... | UTF-8 | Java | 1,097 | java | EmployeeCreator.java | Java | [
{
"context": " return Employee.builder()\n .name(\"Artemis Castro\")\n .occupation(\"Marketing\")\n ",
"end": 293,
"score": 0.9998997449874878,
"start": 279,
"tag": "NAME",
"value": "Artemis Castro"
},
{
"context": " return Employee.builder()\n ... | null | [] | package projectengeneeringv2.springboot2.util;
import projectengeneeringv2.springboot2.model.Employee;
import java.math.BigDecimal;
public class EmployeeCreator {
public static Employee createEmployeeToBeSaved() {
return Employee.builder()
.name("<NAME>")
.occupation("Mar... | 1,071 | 0.541477 | 0.510483 | 38 | 27.868422 | 20.385975 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.157895 | false | false | 14 |
f35f93ec6c52bce0980e806937f01eefd95c3a69 | 37,306,085,950,639 | ffaebee70b7001fa0d00515f7323aaaba98c9e91 | /rtmf-guc/src/main/java/nl/rotterdam/rtmf/guc/cache/entity/CacheItem.java | 8ba7e5961d173dc6edc7c7af71d30ab3ebc5f60d | [] | no_license | rotterdam/rtmf | https://github.com/rotterdam/rtmf | 1ff4ed5c1cf5d99f2e1959ebf0a7ea9104dd37c9 | 640a49135c2fa41975430c23c12771eda6003454 | refs/heads/master | 2021-01-24T04:54:33.782000 | 2011-05-06T11:35:07 | 2011-05-06T11:38:27 | 1,700,173 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright (c) 2009-2011 Gemeente Rotterdam
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the European Union Public Licence (EUPL),
* version 1.1 (or any later version).
*
* This program is distributed in the hope that it will be useful,
* but WITHO... | UTF-8 | Java | 7,269 | java | CacheItem.java | Java | [
{
"context": "/*\r\n * Copyright (c) 2009-2011 Gemeente Rotterdam\r\n *\r\n * This program is free software: you can re",
"end": 49,
"score": 0.9998665452003479,
"start": 31,
"tag": "NAME",
"value": "Gemeente Rotterdam"
},
{
"context": "uctors? Maakt code\r\n * stabieler.\r\n * \r\n ... | null | [] | /*
* Copyright (c) 2009-2011 <NAME>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the European Union Public Licence (EUPL),
* version 1.1 (or any later version).
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRA... | 7,257 | 0.632412 | 0.63021 | 331 | 19.960726 | 20.100689 | 106 | true | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.549849 | false | false | 14 |
492c79eac54fccab51d9c3506f051f4d0be41a50 | 38,560,216,390,039 | 4989b6d61ced915673c2149853735e8c158176b5 | /Android/java/doraemonkit/src/main/java/com/didichuxing/doraemonkit/widget/verticalviewpager/transforms/StackTransformer.java | 96b5fa339750e54efbe55586d6d0b8e9a7a8f1f5 | [
"Apache-2.0"
] | permissive | REBOOTERS/DoraemonKit | https://github.com/REBOOTERS/DoraemonKit | db2c9a169d1b3a9ccc9483c07c95bd1705f80e5d | e98598598252ad1f14fb090aeb0a0b92570f7767 | refs/heads/master | 2021-06-18T06:01:20.346000 | 2021-02-07T09:07:06 | 2021-02-07T09:07:06 | 170,290,261 | 3 | 0 | Apache-2.0 | true | 2019-02-12T09:31:02 | 2019-02-12T09:31:02 | 2019-02-12T09:29:38 | 2019-02-12T07:44:00 | 8,151 | 0 | 0 | 0 | null | false | null | package com.didichuxing.doraemonkit.widget.verticalviewpager.transforms;
import android.view.View;
import androidx.viewpager.widget.ViewPager;
/**
* ================================================
* 作 者:jint(金台)
* 版 本:1.0
* 创建日期:2019-12-27-14:56
* 描 述:
* 修订历史:
* =====================================... | UTF-8 | Java | 670 | java | StackTransformer.java | Java | [
{
"context": "=======================================\n * 作 者:jint(金台)\n * 版 本:1.0\n * 创建日期:2019-12-27-14:56\n * 描 ",
"end": 216,
"score": 0.7639434933662415,
"start": 212,
"tag": "USERNAME",
"value": "jint"
},
{
"context": "==================================\n * 作 者:jint(金... | null | [] | package com.didichuxing.doraemonkit.widget.verticalviewpager.transforms;
import android.view.View;
import androidx.viewpager.widget.ViewPager;
/**
* ================================================
* 作 者:jint(金台)
* 版 本:1.0
* 创建日期:2019-12-27-14:56
* 描 述:
* 修订历史:
* =====================================... | 670 | 0.578526 | 0.552885 | 22 | 27.363636 | 26.34482 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.272727 | false | false | 14 |
0d265b06d4dd2e698ba3518294b665ab1cdab2e3 | 20,658,792,760,048 | bbf5a755c31512dddc5999284921d394bf203e5c | /JavaExperiments/src/tyagiabhinav/hackerrank/pkit/AlternatingCharacters.java | e063131569ecfc6e2bdc8be9135543e7cc942a04 | [
"MIT"
] | permissive | abhi007tyagi/JavaExperiments | https://github.com/abhi007tyagi/JavaExperiments | e762a756ebe24724c5c5ac2cfc41c785c9072286 | 65fdd9bb982189babefbb9912cae9f1d3979731f | refs/heads/master | 2022-02-26T07:45:34.240000 | 2022-02-11T16:11:28 | 2022-02-11T16:11:28 | 57,456,900 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
package tyagiabhinav.hackerrank.pkit;
import java.util.Scanner;
/**
* @author abhinavtyagi
*
*/
public class AlternatingCharacters {
/**
* @param args
*/
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
int q = scanner.nextInt();
scanner.skip("(\r\n|[\n\r... | UTF-8 | Java | 753 | java | AlternatingCharacters.java | Java | [
{
"context": "k.pkit;\n\nimport java.util.Scanner;\n\n/**\n * @author abhinavtyagi\n *\n */\npublic class AlternatingCharacters {\n\n\t/**",
"end": 105,
"score": 0.8495721817016602,
"start": 93,
"tag": "USERNAME",
"value": "abhinavtyagi"
}
] | null | [] | /**
*
*/
package tyagiabhinav.hackerrank.pkit;
import java.util.Scanner;
/**
* @author abhinavtyagi
*
*/
public class AlternatingCharacters {
/**
* @param args
*/
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
int q = scanner.nextInt();
scanner.skip("(\r\n|[\n\r... | 753 | 0.61089 | 0.592297 | 45 | 15.733334 | 16.014439 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.622222 | false | false | 14 |
b6965ce214830e102f2acaa57a1269413296d560 | 39,470,749,452,189 | e98d252ad3d146465095bca9fa2195d287fa0455 | /L3_CostOfGasForTrip.java | d7a6733bcb29316cd9ecba5554568fe0bc87a227 | [] | no_license | sscot5/IT-168-JavaLearning | https://github.com/sscot5/IT-168-JavaLearning | 9e8cae98316148f88381c59497e9148544633b86 | a6d9667a319db63d3ec4dcd4cab2b06b3dd64a35 | refs/heads/master | 2023-08-13T17:48:46.811000 | 2021-10-12T19:26:31 | 2021-10-12T19:26:31 | 388,856,045 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Author: Stephanie Scott
* Date: 9/1/21
*/
/**
* Description: A program to calculate cost of gas for trip
*/
// imports
import java.util.Scanner;
import java.text.DecimalFormat;
public class L3_CostOfGasForTrip {
public static Scanner scanner = new Scanner(System.in);
public static DecimalFor... | UTF-8 | Java | 1,199 | java | L3_CostOfGasForTrip.java | Java | [
{
"context": "/*\n * Author: Stephanie Scott\n * Date: 9/1/21\n */\n\n/**\n * Description: A progra",
"end": 29,
"score": 0.9998924136161804,
"start": 14,
"tag": "NAME",
"value": "Stephanie Scott"
}
] | null | [] | /*
* Author: <NAME>
* Date: 9/1/21
*/
/**
* Description: A program to calculate cost of gas for trip
*/
// imports
import java.util.Scanner;
import java.text.DecimalFormat;
public class L3_CostOfGasForTrip {
public static Scanner scanner = new Scanner(System.in);
public static DecimalFormat price... | 1,190 | 0.657214 | 0.650542 | 36 | 32.333332 | 29.630127 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 14 |
30b480713d0285d4b01bcbfc3224f0bd3e31011a | 37,701,222,947,848 | 32f38cd53372ba374c6dab6cc27af78f0a1b0190 | /app/src/main/java/defpackage/bvz.java | 39ad278f717ea20ca8195baad0a923e2a5f9de10 | [
"BSD-3-Clause"
] | permissive | shuixi2013/AmapCode | https://github.com/shuixi2013/AmapCode | 9ea7aefb42e0413f348f238f0721c93245f4eac6 | 1a3a8d4dddfcc5439df8df570000cca12b15186a | refs/heads/master | 2023-06-06T23:08:57.391000 | 2019-08-29T04:36:02 | 2019-08-29T04:36:02 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package defpackage;
import com.amap.bundle.blutils.log.DebugLog;
import com.amap.bundle.network.response.AbstractAOSParser;
import com.autonavi.common.json.JsonUtil;
import org.json.JSONObject;
/* renamed from: bvz reason: default package */
/* compiled from: JsonResultParser */
public final class bvz<T> extends Abst... | UTF-8 | Java | 1,245 | java | bvz.java | Java | [] | null | [] | package defpackage;
import com.amap.bundle.blutils.log.DebugLog;
import com.amap.bundle.network.response.AbstractAOSParser;
import com.autonavi.common.json.JsonUtil;
import org.json.JSONObject;
/* renamed from: bvz reason: default package */
/* compiled from: JsonResultParser */
public final class bvz<T> extends Abst... | 1,245 | 0.579886 | 0.578264 | 40 | 29.825001 | 20.767628 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.525 | false | false | 14 |
481ac20547007a336cc88cac6cd05d792e77ef59 | 29,566,554,923,825 | 7c8b461982db7074c986e32d3b1090b8eb2b4c6d | /methods.java | 2a2111c32b63ee6bc1066296ab28d14aeb6dc624 | [] | no_license | juhitha31/Java-Programs | https://github.com/juhitha31/Java-Programs | 3f41381ac7f3eb18624a9f5d00bf02b23d58dd94 | 90fdde3e370f6fa088daf77ccc0f4cfc40f347e1 | refs/heads/master | 2020-12-06T00:07:23.683000 | 2020-01-07T09:02:42 | 2020-01-07T09:02:42 | 232,284,505 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Scanner;
class methods{
public static void main(String args[]){
Scanner sc=new Scanner(System.in);
String str=sc.nextLine();
System.out.println("length of string is "+str.length());
System.out.println("index of a is "+str.indexOf('a'));
System.out.println("character at position 3 is "+str.ch... | UTF-8 | Java | 531 | java | methods.java | Java | [] | null | [] | import java.util.Scanner;
class methods{
public static void main(String args[]){
Scanner sc=new Scanner(System.in);
String str=sc.nextLine();
System.out.println("length of string is "+str.length());
System.out.println("index of a is "+str.indexOf('a'));
System.out.println("character at position 3 is "+str.ch... | 531 | 0.706215 | 0.693032 | 14 | 36.857143 | 21.443804 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.214286 | false | false | 7 |
48b1f9b61f833c1ebb5560513e2c47348270f6b6 | 11,209,864,708,375 | ae8721b053c90bbfd5e84d7e557ed6f63034b947 | /app/src/main/java/com/yichiuan/weatherapp/data/yahooweather/YahooWeatherApi.java | 3c124b27a99043433c01635e4a008ac29c2a2ff6 | [] | no_license | yichiuan/android-weather-app | https://github.com/yichiuan/android-weather-app | 7f6abda3fbcf862e2fd16fd33adb2b3e89c44b24 | a39a439af3f291d1be22a2bcd802c64be0bf6c9d | refs/heads/master | 2021-09-03T03:56:26.042000 | 2017-01-23T10:48:47 | 2017-01-23T10:48:47 | 49,553,905 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yichiuan.weatherapp.data.yahooweather;
import android.support.annotation.NonNull;
import android.support.annotation.VisibleForTesting;
import com.yichiuan.weatherapp.data.WeatherApi;
import com.yichiuan.weatherapp.data.WeatherException;
import com.yichiuan.weatherapp.data.yahooweather.model.Atmosphere;
im... | UTF-8 | Java | 3,330 | java | YahooWeatherApi.java | Java | [] | null | [] | package com.yichiuan.weatherapp.data.yahooweather;
import android.support.annotation.NonNull;
import android.support.annotation.VisibleForTesting;
import com.yichiuan.weatherapp.data.WeatherApi;
import com.yichiuan.weatherapp.data.WeatherException;
import com.yichiuan.weatherapp.data.yahooweather.model.Atmosphere;
im... | 3,330 | 0.668168 | 0.666967 | 87 | 37.275864 | 28.509604 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.505747 | false | false | 7 |
c686890550fa52a1a1cf9c58cd6d3d63267c4e5c | 11,072,425,723,591 | 3b4210baf1bca94168c7ee50160ab4e6b2f527ef | /DesignPattern-FactoryPattern-Operations/src/com/factory/classes/AmericaOperationFactroy.java | 9b980ab4e86cec45cb1a3bc7a787d86c2a1335e5 | [] | no_license | iverson3/DesignPattern-with-Java | https://github.com/iverson3/DesignPattern-with-Java | 5dfbdc9f6eec2e4dbddcc38dc2ccb5d9abb4a2ac | bedf10275eaca2a796864ae8902b4389b6a513bd | refs/heads/master | 2020-12-24T15:05:09.251000 | 2015-08-12T08:35:09 | 2015-08-12T08:35:09 | 40,587,371 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.factory.classes;
import com.factory.abstractclass.AbstractFactory;
import com.factory.abstractclass.Operation;
public class AmericaOperationFactroy extends AbstractFactory{
public Operation AddOperation()
{
return new AmericaOperationAdd();
}
public Operation SubOperation()
{
... | UTF-8 | Java | 367 | java | AmericaOperationFactroy.java | Java | [] | null | [] | package com.factory.classes;
import com.factory.abstractclass.AbstractFactory;
import com.factory.abstractclass.Operation;
public class AmericaOperationFactroy extends AbstractFactory{
public Operation AddOperation()
{
return new AmericaOperationAdd();
}
public Operation SubOperation()
{
... | 367 | 0.741144 | 0.741144 | 16 | 21.9375 | 20.56535 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 7 |
cc09554e5be522db5af8f9d31180f2c4f50417c5 | 8,899,172,280,602 | 8c81db5c3bcd7ef5d75841e21feb2a465a67774b | /src/com/lepai/adapter/MegViewAdapter.java | 74b1b3818c021b3523e5f6e7fae9387010647d6f | [] | no_license | kevin-isky/mywords | https://github.com/kevin-isky/mywords | bd695e4beda1f7a65ef99819f705ea95ed3f9624 | 74516c940c92abbc2c099f34a2ce60f48a97532e | refs/heads/master | 2015-08-14T06:18:05.889000 | 2015-07-21T14:00:58 | 2015-07-21T14:00:58 | 25,696,282 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lepai.adapter;
import java.util.List;
import android.app.Activity;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.View.OnClickListener;
import android.view.ViewGroup;
import android.view.inputmethod.InputMethodManager;
import android.widge... | UTF-8 | Java | 3,114 | java | MegViewAdapter.java | Java | [] | null | [] | package com.lepai.adapter;
import java.util.List;
import android.app.Activity;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.View.OnClickListener;
import android.view.ViewGroup;
import android.view.inputmethod.InputMethodManager;
import android.widge... | 3,114 | 0.739016 | 0.737705 | 114 | 25.754387 | 19.261616 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.175439 | false | false | 7 |
3c581f92cfb4941e9ab02acdc406da8a7856ecaa | 26,474,178,439,503 | 5eda3b898e943e65d66c1f5d7bbc1cdf721e75a0 | /problem_set_5/hw05c_Word substrings/Word.java | a3343f02c054631162671ec6ca6f9d2275c6aef4 | [] | no_license | camcam1773/udacity-java | https://github.com/camcam1773/udacity-java | 33eb3a66cd75eaf856451eaf42d89a1f51aec415 | f1df45f4168c407befd959d6e2ed86fc79b59c2e | refs/heads/master | 2020-09-24T09:28:00.297000 | 2019-12-03T22:23:36 | 2019-12-03T22:23:36 | 225,728,483 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | //Create a class Word. Word has a constructor that takes a string argument
//and one method getSubstrings which returns a String containing
//all substring of word, sorted by length.
//
//For example, if the user provides the input "rum", the method returns a
//string that will print like this
//r
//u
//m
//ru
//um
//... | UTF-8 | Java | 1,060 | java | Word.java | Java | [] | null | [] | //Create a class Word. Word has a constructor that takes a string argument
//and one method getSubstrings which returns a String containing
//all substring of word, sorted by length.
//
//For example, if the user provides the input "rum", the method returns a
//string that will print like this
//r
//u
//m
//ru
//um
//... | 1,060 | 0.634906 | 0.633019 | 44 | 23.09091 | 24.686966 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.363636 | false | false | 7 |
e58a463386843cc605cb7c4a4b0d8ec4165ba02d | 39,135,742,015,190 | 150cb9ee8f1baf0ae07c64eef09d7ce6b17ceace | /src/main/java/com/oliver/ElectronicCommerce/authorization/JwtTokenUtil.java | 13d513123886be8f80e510359f304c439296ac82 | [] | no_license | Oliver-Chang/springboot-web | https://github.com/Oliver-Chang/springboot-web | bf1d445b76a3190093a2f52b8f5ccf51319107b9 | 82d6093da82bd5b738dc464b3eaea575abe55b87 | refs/heads/master | 2020-03-27T10:08:45.842000 | 2018-08-28T05:53:22 | 2018-08-28T05:53:22 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.oliver.ElectronicCommerce.authorization;
import com.auth0.jwt.JWT;
import com.auth0.jwt.JWTVerifier;
import com.auth0.jwt.algorithms.Algorithm;
import com.auth0.jwt.exceptions.JWTVerificationException;
import com.auth0.jwt.exceptions.TokenExpiredException;
import com.auth0.jwt.interfaces.Claim;
import com.... | UTF-8 | Java | 3,516 | java | JwtTokenUtil.java | Java | [
{
"context": "dMin * 60 * 1000);\n String username = user.getUsername();\n return JWT.create()\n .w",
"end": 1320,
"score": 0.7479625344276428,
"start": 1309,
"tag": "USERNAME",
"value": "getUsername"
}
] | null | [] | package com.oliver.ElectronicCommerce.authorization;
import com.auth0.jwt.JWT;
import com.auth0.jwt.JWTVerifier;
import com.auth0.jwt.algorithms.Algorithm;
import com.auth0.jwt.exceptions.JWTVerificationException;
import com.auth0.jwt.exceptions.TokenExpiredException;
import com.auth0.jwt.interfaces.Claim;
import com.... | 3,516 | 0.614334 | 0.608931 | 123 | 27.585365 | 19.151058 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.455285 | false | false | 7 |
9a09ccbe7505535915147b213df55d0433669483 | 35,622,458,803,059 | 1d4f5895b70b2cebae0c35d148b19f012c757da9 | /acmebase/acme-center/src/main/java/com/siping/project/action/ProjectController.java | 806ab1d904021fc9d5e3d7798ceae67df5c23887 | [] | no_license | cl900522/acme | https://github.com/cl900522/acme | d0822dada93ff181f5264c30bc78aee3c9f14cc8 | 3784780bff0f43b57a726c6187aa75f78c33970a | refs/heads/master | 2020-06-08T20:54:35.705000 | 2016-05-09T11:41:54 | 2016-05-09T11:41:54 | 48,788,355 | 0 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.siping.project.action;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;
import org.apache.log4j.Logger;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.core.context.SecurityContextImpl;
... | UTF-8 | Java | 10,945 | java | ProjectController.java | Java | [
{
"context": "alse) Long no,\n @RequestParam(value = \"username\", required = false) String userName,\n ",
"end": 6018,
"score": 0.7649056911468506,
"start": 6010,
"tag": "USERNAME",
"value": "username"
},
{
"context": ".put(\"no\", no);\n params.put(... | null | [] | package com.siping.project.action;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;
import org.apache.log4j.Logger;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.core.context.SecurityContextImpl;
... | 10,945 | 0.6222 | 0.61964 | 266 | 40.116543 | 25.166319 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.575188 | false | false | 7 |
f42740a6c20042e843bbcd53546575ae77ebc189 | 38,001,870,669,614 | fc18bf4aea8dae877177594ea2ebfdd47e70e851 | /src/mobile/data/billfoldData/blocks/InstitutionEqOwnershipWidget.java | ebc5e9f34d3e4ce55721d3c2abf499f0093e51f0 | [] | no_license | AremSkrypnyk/SampleFramework | https://github.com/AremSkrypnyk/SampleFramework | 3e2abf80d5ad651c7239fe78c5ed5347ea8be1b0 | 86721f9fd9b1adcfec9d4fa1b866463fa763d4a7 | refs/heads/master | 2021-01-23T13:17:35.874000 | 2015-09-23T11:41:46 | 2015-09-23T11:41:46 | 40,653,845 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ipreomobile.data.billfoldData.blocks;
import ipreomobile.data.billfoldData.blocks.tables.InstitutionHoldingsTable;
import ipreomobile.data.billfoldData.blocks.tables.OwnershipSummaryTable;
import ipreomobile.data.billfoldData.blocks.tables.tableRows.TopBuysSellsTableRow;
import ipreomobile.data.billfoldDa... | UTF-8 | Java | 943 | java | InstitutionEqOwnershipWidget.java | Java | [] | null | [] | package ipreomobile.data.billfoldData.blocks;
import ipreomobile.data.billfoldData.blocks.tables.InstitutionHoldingsTable;
import ipreomobile.data.billfoldData.blocks.tables.OwnershipSummaryTable;
import ipreomobile.data.billfoldData.blocks.tables.tableRows.TopBuysSellsTableRow;
import ipreomobile.data.billfoldDa... | 943 | 0.78579 | 0.78579 | 24 | 37.291668 | 36.692959 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.625 | false | false | 7 |
9a720820b9e15e228ea206a18c9294a1bc6c9090 | 2,052,994,435,009 | 004251a457c15c0182c0c43d5be42b14a4faa718 | /app/src/main/java/com/sts/singleteacherschool/NewLocationActivity.java | 9627d0db926043a7fdbf58fc3937a3e30752b942 | [] | no_license | KingofMountains/SingleTeacherSchools | https://github.com/KingofMountains/SingleTeacherSchools | d2ce0993c473bb7390a4fc14be86ed67f6a616bc | f006389ac299b861d33910028c8e7a19a91efbc7 | refs/heads/master | 2020-05-24T02:47:05.502000 | 2017-04-06T19:34:36 | 2017-04-06T19:34:36 | 84,815,504 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sts.singleteacherschool;
import android.app.Activity;
import android.app.ProgressDialog;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.Toast;
import com.android.volley... | UTF-8 | Java | 4,412 | java | NewLocationActivity.java | Java | [] | null | [] | package com.sts.singleteacherschool;
import android.app.Activity;
import android.app.ProgressDialog;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.Toast;
import com.android.volley... | 4,412 | 0.613101 | 0.612874 | 111 | 38.747749 | 30.887901 | 137 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.693694 | false | false | 7 |
387b63650b244b9e5d0a75f82e45877734739845 | 2,052,994,433,212 | 204d80af21c91be323fd607feb334bb76c72cecc | /evector-web/evector-web/src/univ/evector/gwt/client/F008/presenter/F008Presenter.java | c5ae239b02f4388d731332d9c6dd926bada7f2fd | [] | no_license | lukasonokoleg/evector | https://github.com/lukasonokoleg/evector | 3cb708f93de05b5e1944339ffed472f50ad89ca9 | 942855db30b3210485beebb84789b7043f407af2 | refs/heads/master | 2021-01-10T19:41:00.324000 | 2015-01-07T09:17:09 | 2015-01-07T09:17:09 | 25,296,524 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package univ.evector.gwt.client.F008.presenter;
import lt.jmsys.spark.gwt.application.client.common.v2.presenter.BaseFormPresenter;
import lt.jmsys.spark.gwt.application.client.common.v2.view.FormDisplay;
import lt.jmsys.spark.gwt.application.common.client.callback.CommonProgressShowingCallback;
import lt.jmsys.s... | UTF-8 | Java | 3,281 | java | F008Presenter.java | Java | [] | null | [] | package univ.evector.gwt.client.F008.presenter;
import lt.jmsys.spark.gwt.application.client.common.v2.presenter.BaseFormPresenter;
import lt.jmsys.spark.gwt.application.client.common.v2.view.FormDisplay;
import lt.jmsys.spark.gwt.application.common.client.callback.CommonProgressShowingCallback;
import lt.jmsys.s... | 3,281 | 0.678756 | 0.66626 | 103 | 29.854368 | 30.413145 | 136 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.407767 | false | false | 7 |
a77cd67a65e533dc5b10f2541fc016a2b604a0b7 | 36,704,790,553,765 | 5a44f08379ffe558c1bc4979770e540d029239cd | /core/src/com/youtoolife/labyrinth/units/Name1Player.java | 9ebc35a5ac2833c6d680d5273f2a9b843a5e78f3 | [] | no_license | YouTooLifeTeam/labyrinth | https://github.com/YouTooLifeTeam/labyrinth | be74831a424756f3f645d03cb096a5de46061604 | 7c05249064861d3977a67f63b58be53710c836d0 | refs/heads/master | 2021-01-10T18:26:19.644000 | 2015-05-07T06:18:21 | 2015-05-07T06:18:21 | 28,446,482 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.youtoolife.labyrinth.units;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.graphics.Color;
import com.youtoolife.labyrinth.GameObjects.GameObject;
import com.youtoolife.labyrinth.GameObjects.Mine;
import com.youtoolife.labyrinth.chunk.Chunk;
import com.youtoolife.labyrinth.controller.Controller;
impo... | UTF-8 | Java | 1,640 | java | Name1Player.java | Java | [] | null | [] | package com.youtoolife.labyrinth.units;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.graphics.Color;
import com.youtoolife.labyrinth.GameObjects.GameObject;
import com.youtoolife.labyrinth.GameObjects.Mine;
import com.youtoolife.labyrinth.chunk.Chunk;
import com.youtoolife.labyrinth.controller.Controller;
impo... | 1,640 | 0.721951 | 0.703049 | 52 | 30.538462 | 24.346428 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.288461 | false | false | 7 |
a63a343e360cbd2959a378ae4e42437a08acd6b5 | 10,754,598,160,080 | e6f2629f7872ea0ba49d01aaea6fa8dde7cffeda | /numReverse.java | 13641b4d0e0dea4efa2956c008d33e72cffeff8e | [
"MIT"
] | permissive | harinj49/guvi | https://github.com/harinj49/guvi | 893afba151195f8f28b6db8bcc8a5992608e364a | 9ac0ef8d292da75663893c46c57b7825e3490ba5 | refs/heads/master | 2021-06-08T09:19:23.369000 | 2016-11-25T14:50:05 | 2016-11-25T14:50:05 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.*;
public class numReverse
{
public static void isReverse(int n)
{
int temp = n;
int rev = 0;
int last;
while(temp!=0)
{
last =temp%10;
rev = rev*10+last;
temp = temp/10;
}
System.out.println(rev);
}
public static void main(String[] args)
{
S... | UTF-8 | Java | 474 | java | numReverse.java | Java | [] | null | [] | import java.util.*;
public class numReverse
{
public static void isReverse(int n)
{
int temp = n;
int rev = 0;
int last;
while(temp!=0)
{
last =temp%10;
rev = rev*10+last;
temp = temp/10;
}
System.out.println(rev);
}
public static void main(String[] args)
{
S... | 474 | 0.597046 | 0.580169 | 37 | 11.837838 | 14.408169 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.837838 | false | false | 7 |
cf33dd9f94a75826c1c604b1183ea4e527c6d110 | 14,474,039,858,243 | fbc85080fba88cbcee37f4e353167f6d5ae81532 | /CA2/src/ca2/CA2.java | 9708813aae488e7dff61dcfc35ce51876b829544 | [] | no_license | CA-2-JPA-mapping-and-REST/CA2 | https://github.com/CA-2-JPA-mapping-and-REST/CA2 | 9d8b348a0c2f2935d732d4a918fb7623ccf6497e | 5801fef2decbb53d2aa0cfa2c0b73bae406d989f | refs/heads/master | 2016-09-05T21:19:35.723000 | 2014-10-03T14:15:12 | 2014-10-03T14:15:12 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package ca2;
import entity.AssistentTeacher;
import entity.Person;
import entity.RoleSchool;
import entity.Student;
import ... | UTF-8 | Java | 2,421 | java | CA2.java | Java | [
{
"context": "\r\nimport server.WebService;\r\n\r\n/**\r\n *\r\n * @author Ejer\r\n */\r\npublic class CA2 {\r\n\r\n /**\r\n * @para",
"end": 570,
"score": 0.9970685243606567,
"start": 566,
"tag": "USERNAME",
"value": "Ejer"
},
{
"context": " \r\n \r\n// Pers... | null | [] | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package ca2;
import entity.AssistentTeacher;
import entity.Person;
import entity.RoleSchool;
import entity.Student;
import ... | 2,380 | 0.57373 | 0.54936 | 71 | 32.098591 | 30.962111 | 154 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.915493 | false | false | 7 |
e0672555d2827d974413f807f79c1225a520a168 | 14,474,039,858,576 | ea31d21afd99f32506fff7fd05cd3126c158f347 | /src/uk/ostmodern/incoming/test/api/deserializers/ItemsDeserializer.java | 7c7b59402a31c65d28a44af041c6bc710a20cd81 | [] | no_license | stoichoandreev/OstModern | https://github.com/stoichoandreev/OstModern | 55fa1bd08ca59497efebb01e482a68512264a833 | d5b3707f304a994439ea1ea91d224aa202585b7f | refs/heads/master | 2016-09-06T10:38:18.796000 | 2015-08-07T13:59:56 | 2015-08-07T13:59:56 | 40,358,501 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package uk.ostmodern.incoming.test.api.deserializers;
import com.google.gson.*;
import uk.ostmodern.incoming.test.api.gson_models.ItemsModel;
import java.lang.reflect.Type;
/**
* Created by sniper on 2015.
*/
public class ItemsDeserializer implements JsonDeserializer {
@Override
public ItemsModel deserial... | UTF-8 | Java | 626 | java | ItemsDeserializer.java | Java | [
{
"context": "\nimport java.lang.reflect.Type;\n\n/**\n * Created by sniper on 2015.\n */\npublic class ItemsDeserializer imple",
"end": 200,
"score": 0.9996278882026672,
"start": 194,
"tag": "USERNAME",
"value": "sniper"
}
] | null | [] | package uk.ostmodern.incoming.test.api.deserializers;
import com.google.gson.*;
import uk.ostmodern.incoming.test.api.gson_models.ItemsModel;
import java.lang.reflect.Type;
/**
* Created by sniper on 2015.
*/
public class ItemsDeserializer implements JsonDeserializer {
@Override
public ItemsModel deserial... | 626 | 0.739617 | 0.733227 | 22 | 27.454546 | 32.088978 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.454545 | false | false | 7 |
891c9542a7dc2a2250a9c0f5ae384ba86c8fb826 | 31,542,239,889,456 | 2f0b13ce9ce3c507d10b4b7ee79cc24806d66bae | /src/main/java/com/xebia/services/impl/MailingServiceImpl.java | 6d7921b2da2a2fe3a203064a1e8481720f798923 | [] | no_license | prince-gupta/XebiaInventory-Services | https://github.com/prince-gupta/XebiaInventory-Services | 0c9a5819226a45c8a40482960c9aad71d8866986 | 37af8664ee6a0d641bdcb9481ab15122e28fd2fc | refs/heads/master | 2021-01-22T10:17:44.649000 | 2016-12-30T19:41:37 | 2016-12-30T19:41:37 | 64,058,831 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.xebia.services.impl;
import com.xebia.common.Constants;
import com.xebia.dto.EventMailDTO;
import com.xebia.entities.AssignAssetMail;
import com.xebia.entities.EventMail;
import com.xebia.exception.ApplicationException;
import com.xebia.messaging.ResolverChain;
import com.xebia.messaging.resolvers.Employee... | UTF-8 | Java | 7,254 | java | MailingServiceImpl.java | Java | [
{
"context": "til.List;\nimport java.util.Map;\n\n/**\n * Created by Pgupta on 29-07-2016.\n */\npublic class MailingServiceImp",
"end": 1121,
"score": 0.9530436396598816,
"start": 1115,
"tag": "USERNAME",
"value": "Pgupta"
}
] | null | [] | package com.xebia.services.impl;
import com.xebia.common.Constants;
import com.xebia.dto.EventMailDTO;
import com.xebia.entities.AssignAssetMail;
import com.xebia.entities.EventMail;
import com.xebia.exception.ApplicationException;
import com.xebia.messaging.ResolverChain;
import com.xebia.messaging.resolvers.Employee... | 7,254 | 0.652605 | 0.649986 | 188 | 37.585106 | 30.158592 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.702128 | false | false | 7 |
c9627bb4d0f967b18fe5e4670316b8630027be07 | 10,393,820,865,363 | e7416e2888bf4f1523dd0dd2619b2587aab7c29e | /SEBASTIAN_MGMT_CATALOGUE/src/main/java/it/nextworks/nfvmano/sebastian/admin/AdminService.java | 61cc414536d15861b16912fffe2dd791b24a86d7 | [
"Apache-2.0"
] | permissive | nextworks-it/slicer-identity-mgmt | https://github.com/nextworks-it/slicer-identity-mgmt | fe4de926cc237fcd16ceb0b85449482d7e703e88 | 32b04e3d8f04d7af682854ed2022a773cc0a9cc5 | refs/heads/master | 2021-06-20T23:31:01.195000 | 2020-07-29T10:20:43 | 2020-07-29T10:20:43 | 210,297,957 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright 2018 Nextworks s.r.l.
*
* 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 w... | UTF-8 | Java | 16,047 | java | AdminService.java | Java | [
{
"context": "nvoked by the AdminRestController.\n * \n * @author nextworks\n *\n */\n@Service\npublic class AdminService {\n\t\n\tpr",
"end": 1721,
"score": 0.9991756081581116,
"start": 1712,
"tag": "USERNAME",
"value": "nextworks"
}
] | null | [] | /*
* Copyright 2018 Nextworks s.r.l.
*
* 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 w... | 16,047 | 0.768181 | 0.767495 | 378 | 41.452381 | 37.221687 | 167 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.153439 | false | false | 7 |
669521c768a0f3ad995ea94d9e9fbad6ca998b8a | 22,144,851,423,983 | 59a8bf27dae5070ff4e20026ab13f7c9f49249e8 | /TeamCode/src/main/java/org/firstinspires/ftc/teamcode/robot/lib/Odometry.java | f33738a942330dfdb9a7e0627cddfb4571ecb3cb | [] | no_license | zsinclair1506/FtcRobotController | https://github.com/zsinclair1506/FtcRobotController | 16b776ec020366efca74b07f8b181140049eab0d | 362267ba9a2ef7ce38ec83fa1380ccbceef78537 | refs/heads/master | 2023-01-18T23:45:51.733000 | 2020-11-21T11:20:04 | 2020-11-21T11:20:04 | 300,008,094 | 0 | 2 | null | true | 2020-10-28T06:56:56 | 2020-09-30T18:01:19 | 2020-10-28T05:27:15 | 2020-10-28T06:56:56 | 26,966 | 0 | 0 | 0 | Java | false | false | package org.firstinspires.ftc.teamcode.robot.lib;
import com.qualcomm.hardware.bosch.BNO055IMU;
import com.qualcomm.robotcore.hardware.DcMotor;
import com.qualcomm.robotcore.hardware.HardwareMap;
import org.firstinspires.ftc.robotcore.external.Telemetry;
import org.firstinspires.ftc.robotcore.external.navigation.Angl... | UTF-8 | Java | 5,123 | java | Odometry.java | Java | [] | null | [] | package org.firstinspires.ftc.teamcode.robot.lib;
import com.qualcomm.hardware.bosch.BNO055IMU;
import com.qualcomm.robotcore.hardware.DcMotor;
import com.qualcomm.robotcore.hardware.HardwareMap;
import org.firstinspires.ftc.robotcore.external.Telemetry;
import org.firstinspires.ftc.robotcore.external.navigation.Angl... | 5,123 | 0.654499 | 0.64513 | 152 | 32.703949 | 29.002005 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.453947 | false | false | 7 |
c29eaaa44578441bbb30cc7e6f0b651f39300eb7 | 25,881,472,947,780 | 5571a1e6367796aebb675db61dc7123d6c133422 | /src/main/java/CampAvailability.java | 5aade66701a88615a47a41fa651061d037f4e331 | [] | no_license | jknecht/camp-availability | https://github.com/jknecht/camp-availability | 8594658fd753ed32b68377a1258c039e461ce726 | d977599208046a42a3e0b6a914641b58ecc4336f | refs/heads/master | 2021-01-21T11:14:45.511000 | 2015-08-01T23:36:57 | 2015-08-01T23:36:57 | 40,063,117 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Comparator;
/**
* Created by jeff on 7/18/15.
*/
public class CampAvailability {
private String date;
private int trailerOrTentSitesAvailable;
private int tentOnlySitesAvailable;
public String getDate() {
return date;
}
public void setDate(String date) {
thi... | UTF-8 | Java | 1,411 | java | CampAvailability.java | Java | [
{
"context": "import java.util.Comparator;\n\n/**\n * Created by jeff on 7/18/15.\n */\npublic class CampAvailability {\n ",
"end": 52,
"score": 0.6482885479927063,
"start": 48,
"tag": "USERNAME",
"value": "jeff"
}
] | null | [] | import java.util.Comparator;
/**
* Created by jeff on 7/18/15.
*/
public class CampAvailability {
private String date;
private int trailerOrTentSitesAvailable;
private int tentOnlySitesAvailable;
public String getDate() {
return date;
}
public void setDate(String date) {
thi... | 1,411 | 0.659107 | 0.652729 | 50 | 27.219999 | 27.008362 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.32 | false | false | 7 |
188bd0fdadd3295f8f52b319fefae62255ee2532 | 16,209,206,603,289 | 76caa2c65922fe96b1dba25bebe42c300ea13c30 | /src/main/java/org/judy/time/config/TimeConfig.java | c0cddbfd26fdee3762b2116f373d201c9a832e83 | [] | no_license | nsw1055/silent_kiosk_admin | https://github.com/nsw1055/silent_kiosk_admin | b632c6af2cd63719d1cbb0aa83ecf02a1d83570a | 6fab82ff7ccd1b6ee927dc3d923b28df0e99b97c | refs/heads/main | 2023-04-14T13:36:12.338000 | 2021-04-28T00:26:33 | 2021-04-28T00:26:33 | 353,295,537 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.judy.time.config;
import org.mybatis.spring.annotation.MapperScan;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
import lombok.extern.log4j.Log4j;
@Configuration
@Log4j
@MapperScan(basePackages = "org.judy.time.mapper")
@Componen... | UTF-8 | Java | 395 | java | TimeConfig.java | Java | [] | null | [] | package org.judy.time.config;
import org.mybatis.spring.annotation.MapperScan;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
import lombok.extern.log4j.Log4j;
@Configuration
@Log4j
@MapperScan(basePackages = "org.judy.time.mapper")
@Componen... | 395 | 0.817722 | 0.810127 | 15 | 25.333334 | 23.211109 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 7 |
e7a3cababe2d503103df36c7dfd6ca882301acf2 | 77,309,435,808 | db50deb2f616d1ed8131cec3eb556c178a34ce2f | /src/com/java/tests/ReversePartialString.java | 1e20fa195bac3f02bdaccea165a7ce4bc42e5c43 | [] | no_license | automation-3/JavaBasicPrograms | https://github.com/automation-3/JavaBasicPrograms | 978e1a7303893cfba191534813f45069208f7006 | 7b9e9f14c5349f68b7b99f2da249f8f7150852af | refs/heads/master | 2023-04-17T23:32:20.002000 | 2020-04-30T07:41:41 | 2020-04-30T07:41:41 | 260,145,157 | 0 | 0 | null | false | 2021-04-26T20:13:55 | 2020-04-30T07:40:21 | 2020-04-30T07:42:00 | 2021-04-26T20:13:55 | 24 | 0 | 0 | 1 | Java | false | false | package com.java.tests;
public class ReversePartialString {
public static String left2(String str) {
String result = "", lastwords = "";
if (str.length() >= 2) {
lastwords = str.substring(0, 2);
System.out.println("Lastwords - "+lastwords);
result = str.substring(2, str.length()) + lastwords.charAt(0) +... | UTF-8 | Java | 454 | java | ReversePartialString.java | Java | [] | null | [] | package com.java.tests;
public class ReversePartialString {
public static String left2(String str) {
String result = "", lastwords = "";
if (str.length() >= 2) {
lastwords = str.substring(0, 2);
System.out.println("Lastwords - "+lastwords);
result = str.substring(2, str.length()) + lastwords.charAt(0) +... | 454 | 0.660793 | 0.643172 | 19 | 22.894737 | 22.877005 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.789474 | false | false | 7 |
f4411a74c60705e97503ad884cc91ea16eb67b9a | 2,413,771,644,500 | c48b79a9f239cc48afc9d484c21e04b2f02610b3 | /src/main/java/org/uniworks/groupware/service/internal/Nw011mServiceImpl.java | b610bcd54677af8d5c486cf6944135ade1fe009d | [] | no_license | linuxwan/uniworks | https://github.com/linuxwan/uniworks | c18bde8ad2594f3702293367b065ded60f8f0940 | e712ac090ca85970131a3f207ffc4b82b76caf3c | refs/heads/master | 2023-07-04T04:31:59.427000 | 2021-08-12T12:56:53 | 2021-08-12T12:56:53 | 111,866,214 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* 박충완(Park Chungwan)이 작성한 코드 입니다.
* Uniworks라는 개인적 프로젝트를 완성하기 위해서 작성 중 입니다.
* 이 소스의 코드를 사용하실 경우에는 꼭 출처를 명시해 주시기 바랍니다.
*/
package org.uniworks.groupware.service.internal;
import java.util.List;
import java.util.Map;
import org.springframework.beans.factory.annotation.Autowired;
import org.s... | UTF-8 | Java | 1,998 | java | Nw011mServiceImpl.java | Java | [
{
"context": "/** \r\n * 박충완(Park Chungwan)이 작성한 코드 입니다. \r\n * Uniworks라는 개인적 프",
"end": 12,
"score": 0.9997727274894714,
"start": 9,
"tag": "NAME",
"value": "박충완"
},
{
"context": "/** \r\n * 박충완(Park Chungwan)이 작성한 코드 입니다. \r\n * Uniworks라는 개인적 프로젝트를 완성하기 위해서 ",
"end": 26,
... | null | [] | /**
* 박충완(<NAME>)이 작성한 코드 입니다.
* Uniworks라는 개인적 프로젝트를 완성하기 위해서 작성 중 입니다.
* 이 소스의 코드를 사용하실 경우에는 꼭 출처를 명시해 주시기 바랍니다.
*/
package org.uniworks.groupware.service.internal;
import java.util.List;
import java.util.Map;
import org.springframework.beans.factory.annotation.Autowired;
import org.springfr... | 1,991 | 0.680373 | 0.639254 | 73 | 22.972603 | 22.440773 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.054795 | false | false | 7 |
83c556d813df52228ae60e94b4faa08196c4f897 | 9,431,748,224,404 | 084447f1b860d6b9353a3259fe3849682310bfb3 | /app/src/main/java/yi/zuo/objectrdt/util/Invar.java | 7ea680e0a77b5feb24fdb1edd0ebeb5c64f3b8f7 | [] | no_license | zuoyi1025/ObjectRDT | https://github.com/zuoyi1025/ObjectRDT | 619a1b82145cadfc895ddb042f85f7e3720f18d5 | 9a1e65e6a920c5b1f05e1dd2ca252ac98fbcf813 | refs/heads/master | 2020-02-28T01:47:02.591000 | 2015-02-12T04:46:52 | 2015-02-12T04:46:52 | 25,402,638 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package yi.zuo.objectrdt.util;
/**
* Materarbeit: "Objekterkennung, Detektion und Verfolgung auf Android Geräten"
* Author: Yi Zuo
* Created on 14/10/18.
*/
import android.content.Context;
import android.graphics.Color;
import android.hardware.Camera;
import android.os.Environment;
import org.opencv.android.Came... | UTF-8 | Java | 3,957 | java | Invar.java | Java | [
{
"context": "ion und Verfolgung auf Android Geräten\"\n * Author: Yi Zuo\n * Created on 14/10/18.\n */\n\nimport android.conte",
"end": 133,
"score": 0.9997265934944153,
"start": 127,
"tag": "NAME",
"value": "Yi Zuo"
}
] | null | [] | package yi.zuo.objectrdt.util;
/**
* Materarbeit: "Objekterkennung, Detektion und Verfolgung auf Android Geräten"
* Author: <NAME>
* Created on 14/10/18.
*/
import android.content.Context;
import android.graphics.Color;
import android.hardware.Camera;
import android.os.Environment;
import org.opencv.android.Came... | 3,957 | 0.58367 | 0.436805 | 95 | 40.610527 | 31.912807 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.242105 | false | false | 7 |
de866a760704d77aff4dc0bd49cae65a0c943bc8 | 25,503,515,863,928 | 8d9dfbf426ab8b26e157b498f438d2316ed9de9a | /src/com/Voxce/model/CaseReportForms.java | 5c015990acef37611dae3a72090ed5c6767726c1 | [
"Apache-2.0"
] | permissive | udaykanthgummadi/voxce | https://github.com/udaykanthgummadi/voxce | 34d736756960c4f9a965bd73342803fa85dba058 | b7b1796a60e63bf6a9db47406f6810ba44c46cc3 | refs/heads/master | 2021-05-29T01:28:21.808000 | 2014-11-17T17:06:23 | 2014-11-17T17:06:23 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.Voxce.model;
import java.sql.Date;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
import javax.persistence.Table;
@Entity
@Table(name="case_report_forms")
public class CaseReportForms {
private Integer crf_id;
pr... | UTF-8 | Java | 2,728 | java | CaseReportForms.java | Java | [] | null | [] | package com.Voxce.model;
import java.sql.Date;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
import javax.persistence.Table;
@Entity
@Table(name="case_report_forms")
public class CaseReportForms {
private Integer crf_id;
pr... | 2,728 | 0.706378 | 0.706378 | 126 | 20.650793 | 15.595745 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.428571 | false | false | 7 |
4f01be802fbd17df7ceb9cfb5ff8531b474e299b | 17,437,567,236,969 | 56a13c679f41aca53e1502d6f1c72d3515326ca0 | /VrchAndroid/app/src/main/java/nokamoto/github/com/vrchandroid/AccountPreference.java | 8451887bab82f7a3ea4acf6bc575964f7309fe3e | [] | no_license | nokamoto/vrch | https://github.com/nokamoto/vrch | dc7852c7199a7dc6287c9a4f7ef3c3491b36d584 | da3c2b7e73a907efadbf0f7060f4b9899d365520 | refs/heads/master | 2020-12-03T10:28:09.621000 | 2017-07-25T16:11:47 | 2017-07-25T16:11:47 | 95,604,854 | 0 | 0 | null | false | 2017-07-25T16:11:48 | 2017-06-27T22:06:48 | 2017-07-02T14:29:40 | 2017-07-25T16:11:48 | 472 | 0 | 0 | 0 | C# | null | null | package nokamoto.github.com.vrchandroid;
import android.content.Context;
import android.content.SharedPreferences;
import android.preference.PreferenceManager;
import com.google.firebase.auth.FirebaseAuth;
import com.google.firebase.auth.FirebaseUser;
public class AccountPreference {
private Context context;
... | UTF-8 | Java | 1,382 | java | AccountPreference.java | Java | [] | null | [] | package nokamoto.github.com.vrchandroid;
import android.content.Context;
import android.content.SharedPreferences;
import android.preference.PreferenceManager;
import com.google.firebase.auth.FirebaseAuth;
import com.google.firebase.auth.FirebaseUser;
public class AccountPreference {
private Context context;
... | 1,382 | 0.708394 | 0.708394 | 41 | 32.707317 | 31.901712 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.487805 | false | false | 7 |
33ee5055b5e3cc709471855f364639632fe44dac | 25,168,508,377,366 | 5ca90dca8ca0f5a8c89b765c9ba6d4558b51566a | /app/src/main/java/com/example/kresna/photography/RecylerAdapter.java | 0690a9e4a97f79d4989805b4bfcc0c7a0b3fd172 | [] | no_license | maling17/Photography | https://github.com/maling17/Photography | d6e5c15fbd455b6bad408cc48ec7175b70ab20de | df542b959d78f6a0615d1b34162d686e27dec8f6 | refs/heads/master | 2020-04-21T20:10:20.649000 | 2019-02-23T13:28:26 | 2019-02-23T13:28:26 | 169,833,962 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.kresna.photography;
import android.support.annotation.NonNull;
import android.support.v7.widget.CardView;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widge... | UTF-8 | Java | 2,599 | java | RecylerAdapter.java | Java | [] | null | [] | package com.example.kresna.photography;
import android.support.annotation.NonNull;
import android.support.v7.widget.CardView;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widge... | 2,599 | 0.686033 | 0.683725 | 76 | 33.197369 | 28.732899 | 124 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.565789 | false | false | 7 |
ec51f672c2ef952cda8c9dfcc2d28389418a1b19 | 32,641,751,481,032 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/4/4_ad48a31dc3a023e49994cdbea3f43673562dfa90/NewsListFragment/4_ad48a31dc3a023e49994cdbea3f43673562dfa90_NewsListFragment_s.java | 0c01a3b46f84280abb5625b1602e2113358fc1b0 | [] | no_license | zhongxingyu/Seer | https://github.com/zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516000 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | false | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | 2023-06-21T00:53:27 | 2023-06-22T07:55:57 | 2,849,868 | 2 | 2 | 0 | null | false | false | package com.escoand.android.wceu;
import java.text.SimpleDateFormat;
import java.util.Date;
import android.annotation.SuppressLint;
import android.app.ActionBar;
import android.app.ActionBar.OnNavigationListener;
import android.app.ActionBar.Tab;
import android.app.ActionBar.TabListener;
import android.app... | UTF-8 | Java | 10,493 | java | 4_ad48a31dc3a023e49994cdbea3f43673562dfa90_NewsListFragment_s.java | Java | [
{
"context": "nt.ACTION_SENDTO, Uri.fromParts(\n \t\t\t\t\t\"mailto\", \"centraloffice@worldsceunion.org\", null));\n \t\t\tstartActivity(Intent.createChooser(",
"end": 6272,
"score": 0.9999300837516785,
"start": 6241,
"tag": "EMAIL",
"value": "centraloffice@worldsceunion.org"
}
] | null | [] | package com.escoand.android.wceu;
import java.text.SimpleDateFormat;
import java.util.Date;
import android.annotation.SuppressLint;
import android.app.ActionBar;
import android.app.ActionBar.OnNavigationListener;
import android.app.ActionBar.Tab;
import android.app.ActionBar.TabListener;
import android.app... | 10,469 | 0.688935 | 0.688459 | 345 | 29.411594 | 21.916016 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.828985 | false | false | 7 |
3b4e333887a00174bdc3cb0c118546baa68d4def | 1,228,360,681,641 | 3665141105a851c233684efe9e060e664f6625eb | /Downloads/Personal/src/main/java/com/example/model/Animal.java | 11eea5f1d09be55a3111b5d35229a3432d14d5e0 | [] | no_license | cifuentesmartinez/servicio | https://github.com/cifuentesmartinez/servicio | 89a474e90e1448043d8af0f3d24162f19cf6f1f2 | b4a9188c7e0c0590a04ac1504fcd35699050ced6 | refs/heads/master | 2020-04-04T16:52:41.213000 | 2018-11-04T16:14:22 | 2018-11-04T16:14:22 | 156,097,321 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.example.model;
import com.fasterxml.jackson.annotation.JsonPropertyOrder;
import org.bson.types.ObjectId;
import or... | UTF-8 | Java | 1,142 | java | Animal.java | Java | [
{
"context": "Order({\"ObjectId\", \"nombre\"})\r\n/**\r\n *\r\n * @author cifuentes0903\r\n */\r\n\r\npublic class Animal {\r\n \r\n @Id\r\n p",
"end": 540,
"score": 0.999586284160614,
"start": 527,
"tag": "USERNAME",
"value": "cifuentes0903"
}
] | null | [] | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.example.model;
import com.fasterxml.jackson.annotation.JsonPropertyOrder;
import org.bson.types.ObjectId;
import or... | 1,142 | 0.609457 | 0.605954 | 58 | 17.689655 | 18.775633 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.310345 | false | false | 7 |
de871f26fa8a7a189ba82dfb0e94627a664ec55f | 24,936,580,144,609 | 38a10005125e4bd6b8201f90716667e9000d27f7 | /src/main/java/com/metaring/framework/broadcast/IsSubscribedFunctionalityImpl.java | 6f806d115ee9303ce279bdfc75e27e3efc33bdf1 | [
"Apache-2.0"
] | permissive | metaring/framework-java-broadcast | https://github.com/metaring/framework-java-broadcast | b034d46c9ec1db84b64aa08dcb9ffafc274927f5 | e82b4f53b5ce550672e10eb85f4f9ea7edfaedad | refs/heads/master | 2020-05-05T12:31:39.273000 | 2020-04-19T16:55:52 | 2020-04-19T16:55:52 | 180,032,775 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Copyright 2019 MetaRing s.r.l.
*
* 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 | 1,495 | java | IsSubscribedFunctionalityImpl.java | Java | [] | null | [] | /**
* Copyright 2019 MetaRing s.r.l.
*
* 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... | 1,495 | 0.719732 | 0.714381 | 44 | 32.977272 | 32.871296 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.340909 | false | false | 7 |
fcca3a3573908491b49f164f0f35b22fd3866f52 | 24,936,580,145,190 | 1db21b9e7a89b9b01962c761284a5e2a2bd242f2 | /src/managing__software/employee_login.java | de99daa19471041e5acb930163d3959a2b388554 | [
"MIT"
] | permissive | AbhinandanSingla/Car-Parking- | https://github.com/AbhinandanSingla/Car-Parking- | 68e5c2152124f33f0ff9f0b19c5a7c015c1a073d | 3320f21db68a9f6e60191923895ce19f06076ebb | refs/heads/main | 2023-02-07T14:54:03.276000 | 2021-01-05T06:07:10 | 2021-01-05T06:07:10 | 315,409,146 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package managing__software;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.ResultSet;
import java.sql.Sta... | UTF-8 | Java | 8,089 | java | employee_login.java | Java | [
{
"context": "import javax.swing.JOptionPane;\n\n/**\n *\n * @author HP\n */\npublic class employee_login extends javax.swi",
"end": 381,
"score": 0.797688901424408,
"start": 379,
"tag": "USERNAME",
"value": "HP"
},
{
"context": "ployeename=jTextField3.getText();\nString password=jPa... | null | [] | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package managing__software;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.ResultSet;
import java.sql.Sta... | 8,076 | 0.649895 | 0.617505 | 209 | 37.70335 | 29.79159 | 125 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.861244 | false | false | 7 |
808537d7cfdc22619c63691c03d19b83f6d43182 | 9,698,036,171,056 | 5455d74ff95114bbe6fc5b94e09cc23a24c2d248 | /Pillager-Knight_added/js/Diamond.java | 6c68fd033f0431ac992ec761445bd058fffa278b | [] | no_license | MichaelSifuentes/Pillager | https://github.com/MichaelSifuentes/Pillager | 55c7304788f2331fa2593690480b9bd6156ac6c4 | 6db7ff6b29728a70bfd1a37c0c76fa15ae229807 | refs/heads/master | 2021-01-19T13:11:13.797000 | 2017-02-18T06:49:03 | 2017-02-18T06:49:03 | 82,367,685 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Arrays;
public class Diamond implements Comparable<Sifuentes_Diamond>{
//make private global variables
private String stockNumber;
private String clarity;
private char color;
private String cut;
//make constructor, pass variables as paramters, initizale variables
public Diamond(Str... | UTF-8 | Java | 1,268 | java | Diamond.java | Java | [] | null | [] | import java.util.Arrays;
public class Diamond implements Comparable<Sifuentes_Diamond>{
//make private global variables
private String stockNumber;
private String clarity;
private char color;
private String cut;
//make constructor, pass variables as paramters, initizale variables
public Diamond(Str... | 1,268 | 0.660095 | 0.659306 | 57 | 20.280703 | 17.573658 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.894737 | false | false | 7 |
f4a6c9d22912d030fe107ee70464b9ff9699048e | 9,698,036,173,295 | 7987cfeca3186a72c6f2e7521e6302752107c6e2 | /src/com/app/BankClient.java | 8a5a09d33cfdff4f214e2bae56fd14508123eab0 | [] | no_license | arcarchit/Bank | https://github.com/arcarchit/Bank | 7734ba2d0d93193c284b727189e6468bc064a5f6 | 66c832909713b5b5c7c93998fdb53a2246f1a09a | refs/heads/master | 2021-01-19T09:00:25.382000 | 2017-03-03T15:01:15 | 2017-03-03T15:01:15 | 82,081,776 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.app;
public class BankClient {
public void addAccount(String name, int age){
}
public void deposite(int accountId, int amount){
}
public void withdraw(int accountId, int amount){
}
public void transfer(int fromAccount, int toAccount, int amount){
}
}
| UTF-8 | Java | 296 | java | BankClient.java | Java | [] | null | [] | package com.app;
public class BankClient {
public void addAccount(String name, int age){
}
public void deposite(int accountId, int amount){
}
public void withdraw(int accountId, int amount){
}
public void transfer(int fromAccount, int toAccount, int amount){
}
}
| 296 | 0.679054 | 0.679054 | 22 | 12.454545 | 19.978914 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.272727 | false | false | 7 |
3c083f7c54d9c03d4766cc7f5653ff10ce17caf9 | 22,265,110,477,563 | c4f86ef2844f08d64b9e19e4667be12db88a2cd9 | /gui/src/main/java/org/jboss/as/console/client/shared/Preferences.java | 45f31f1520bcb997bd28ae59c642a80d0610147b | [] | no_license | n1hility/console | https://github.com/n1hility/console | c41a1bcdc0fee4331ff204f57a9f1417125b7d9f | d7b1f97d55f3a33aa3cb5ca0d6300dcf5248cb5b | refs/heads/master | 2021-01-18T22:32:41.799000 | 2012-02-10T20:58:34 | 2012-02-13T08:04:56 | 2,305,576 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* JBoss, Home of Professional Open Source
* Copyright 2011 Red Hat Inc. and/or its affiliates and other contributors
* as indicated by the @author tags. All rights reserved.
* See the copyright.txt in the distribution for a
* full listing of individual contributors.
*
* This copyrighted material is made avail... | UTF-8 | Java | 1,794 | java | Preferences.java | Java | [] | null | [] | /*
* JBoss, Home of Professional Open Source
* Copyright 2011 Red Hat Inc. and/or its affiliates and other contributors
* as indicated by the @author tags. All rights reserved.
* See the copyright.txt in the distribution for a
* full listing of individual contributors.
*
* This copyrighted material is made avail... | 1,794 | 0.701226 | 0.684504 | 58 | 29.931034 | 27.690943 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.534483 | false | false | 7 |
af0ce788e4bfcfb947c0e3aa5c6a1eeb40b44750 | 11,819,750,025,324 | 54e8de3fa694820e7768ba39cfdd2723a5cd2d6b | /app/src/main/java/com/itpro/buildersbackyard/ui/fragment/EditProfile.java | ca57562024de83a357feffbe32d0f9e12565a4ff | [] | no_license | garg-neha198814/buildersbackyard | https://github.com/garg-neha198814/buildersbackyard | d3942467ee57a570edc8954f7c26a5eada4596f4 | 89016a929f06b07889a2e384fd0aeb89fe4a2526 | refs/heads/master | 2021-01-19T06:00:11.675000 | 2016-06-09T07:16:23 | 2016-06-09T07:16:24 | 60,756,108 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.itpro.buildersbackyard.ui.fragment;
import android.app.Activity;
import android.app.AlertDialog;
import android.app.FragmentManager;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.SharedPreferences;
import android.database.Cursor;
import android.graphics.Bitmap... | UTF-8 | Java | 15,046 | java | EditProfile.java | Java | [
{
"context": "ms = new HashMap();\n mParams.put(\"token\", \"a152e84173914146e4bc4f391sd0f686ebc4f31\");\n mParams.put(\"user_id\", mUserId);\n ",
"end": 4188,
"score": 0.9656985402107239,
"start": 4149,
"tag": "KEY",
"value": "a152e84173914146e4bc4f391sd0f686ebc4f31"
},
... | null | [] | package com.itpro.buildersbackyard.ui.fragment;
import android.app.Activity;
import android.app.AlertDialog;
import android.app.FragmentManager;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.SharedPreferences;
import android.database.Cursor;
import android.graphics.Bitmap... | 14,978 | 0.618836 | 0.61292 | 393 | 37.284988 | 30.040434 | 190 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.70229 | false | false | 7 |
476e68420b9fdcfa2f62697ab5b56aeec808d84f | 5,454,608,490,933 | 8a98577c5995449677ede2cbe1cc408c324efacc | /Big_Clone_Bench_files_used/bcb_reduced/3/selected/905925.java | 8174a73e59fca13d848fca90e2134b4cacdcd94d | [
"MIT"
] | permissive | pombredanne/lsh-for-source-code | https://github.com/pombredanne/lsh-for-source-code | 9363cc0c9a8ddf16550ae4764859fa60186351dd | fac9adfbd98a4d73122a8fc1a0e0cc4f45e9dcd4 | refs/heads/master | 2020-08-05T02:28:55.370000 | 2017-10-18T23:57:08 | 2017-10-18T23:57:08 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.funambol.google.items.dao;
import com.funambol.framework.logging.FunambolLogger;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.io.UnsupportedEncodingException;
import java.math.BigInteger;
import java.security.MessageDig... | UTF-8 | Java | 71,303 | java | 905925.java | Java | [
{
"context": " delete and retrieve of Gmail contacts.\n * @author Tiago Conde\n * @version $Id: GmailContactDAO.java,v 1.0.0 200",
"end": 1718,
"score": 0.9998865127563477,
"start": 1707,
"tag": "NAME",
"value": "Tiago Conde"
},
{
"context": ": GmailContactDAO.java,v 1.0.0 2007/07/30... | null | [] | package com.funambol.google.items.dao;
import com.funambol.framework.logging.FunambolLogger;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.io.UnsupportedEncodingException;
import java.math.BigInteger;
import java.security.MessageDig... | 71,297 | 0.547859 | 0.541183 | 1,289 | 54.316525 | 47.749676 | 710 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.823895 | false | false | 7 |
5b83b256af3807711da868336ecda877ad5fc7ca | 19,361,712,590,796 | 2a3f19a4a2b91d9d715378aadb0b1557997ffafe | /sources/com/amap/api/services/busline/BusLineResult.java | 595a99f3886c4418c79ceb11f4fe82796af6f42e | [] | no_license | amelieko/McDonalds-java | https://github.com/amelieko/McDonalds-java | ce5062f863f7f1cbe2677938a67db940c379d0a9 | 2fe00d672caaa7b97c4ff3acdb0e1678669b0300 | refs/heads/master | 2022-01-09T22:10:40.360000 | 2019-04-21T14:47:20 | 2019-04-21T14:47:20 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.amap.api.services.busline;
import com.amap.api.services.core.BusSearchServerHandler;
import com.amap.api.services.core.SuggestionCity;
import java.util.ArrayList;
import java.util.List;
public final class BusLineResult {
/* renamed from: a */
private int f3542a;
/* renamed from: b */
priva... | UTF-8 | Java | 1,854 | java | BusLineResult.java | Java | [] | null | [] | package com.amap.api.services.busline;
import com.amap.api.services.core.BusSearchServerHandler;
import com.amap.api.services.core.SuggestionCity;
import java.util.ArrayList;
import java.util.List;
public final class BusLineResult {
/* renamed from: a */
private int f3542a;
/* renamed from: b */
priva... | 1,854 | 0.660194 | 0.605717 | 62 | 28.903225 | 24.535498 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.451613 | false | false | 7 |
47696691929edb0d7a3f3d04952aa50feabf207b | 7,103,875,937,188 | 50e385e6a88d55c1ec18664213db9b05751f0d3a | /app/src/main/java/com/jtl/note/Data.java | 60f12a3779250e79dcdf874e685b1bfd2966dea9 | [] | no_license | 13046434521/ViewPager_firstLogin | https://github.com/13046434521/ViewPager_firstLogin | a487024882cc5b0afea0808c8d1034637f814fec | 53f884fb2523fb9394667406eb5793fa43bb44f7 | refs/heads/master | 2017-12-04T16:33:00.279000 | 2016-10-09T08:04:47 | 2016-10-09T08:04:47 | 70,387,514 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jtl.note;
/**
* Created by jtlpc on 2016/10/9.
*/
public class Data {
public static int fragmentBackgound []={R.mipmap.timg,R.mipmap.yuan,R.mipmap.yuan2 };
public static final String FileName="jtl_guide";
public static final String GuideValue="YES";
}
| UTF-8 | Java | 279 | java | Data.java | Java | [
{
"context": "package com.jtl.note;\n\n/**\n * Created by jtlpc on 2016/10/9.\n */\n\npublic class Data {\n publi",
"end": 46,
"score": 0.9993178844451904,
"start": 41,
"tag": "USERNAME",
"value": "jtlpc"
}
] | null | [] | package com.jtl.note;
/**
* Created by jtlpc on 2016/10/9.
*/
public class Data {
public static int fragmentBackgound []={R.mipmap.timg,R.mipmap.yuan,R.mipmap.yuan2 };
public static final String FileName="jtl_guide";
public static final String GuideValue="YES";
}
| 279 | 0.702509 | 0.673835 | 11 | 24.363636 | 26.9925 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.545455 | false | false | 7 |
5c9457ad216576f488dede040fca369aaffa6d95 | 24,541,443,187,553 | 6114394be8814710928e2fa2de8f25b1d893a5ae | /src/spp2/mcorripioh/a06p1/SPP2MCORRIPIOHA06P1.java | c6b4208e9c073d2963b194dfdbc3d5aef6821761 | [] | no_license | maytecorripio/SPP2-MCORRIPIOH-A06P1 | https://github.com/maytecorripio/SPP2-MCORRIPIOH-A06P1 | ae91a769578a3a643506c264222daa2c084a18cd | c52c998f15f03c0a24b0ffa04e31570611866af0 | refs/heads/master | 2021-01-19T12:33:25.772000 | 2017-02-17T17:30:19 | 2017-02-17T17:30:19 | 82,321,490 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package spp2.mcorripioh.a06p1;
import java.util.Scanner;
/**
*
* @author MayteCorripio
*/
public class SPP2MCORRIPIOHA06P1 {
/... | UTF-8 | Java | 1,334 | java | SPP2MCORRIPIOHA06P1.java | Java | [
{
"context": "06p1;\nimport java.util.Scanner;\n\n/**\n *\n * @author MayteCorripio\n */\npublic class SPP2MCORRIPIOHA06P1 {\n\n /**\n ",
"end": 274,
"score": 0.9996488690376282,
"start": 261,
"tag": "NAME",
"value": "MayteCorripio"
}
] | null | [] | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package spp2.mcorripioh.a06p1;
import java.util.Scanner;
/**
*
* @author MayteCorripio
*/
public class SPP2MCORRIPIOHA06P1 {
/... | 1,334 | 0.528529 | 0.51952 | 54 | 23.666666 | 20.253029 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.407407 | false | false | 7 |
481c087c2e6337011f1cb5e42d4cf712bcbd2596 | 5,351,529,271,081 | c8a526305d0c86f8ade0c7602184aedea72ef4b6 | /Sandbox.2/src/ParentTest.java | 97583337e598ac14ee83fc42a28d6866c77eab6c | [] | no_license | the7thobserver/Java | https://github.com/the7thobserver/Java | f836ce34d4487941379d3b2b21b30c5771799de9 | 1807be238a394cdf45e76a5f6ccd538b8113c622 | refs/heads/master | 2020-12-24T14:53:20.586000 | 2014-10-06T21:28:15 | 2014-10-06T21:28:15 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class ParentTest {
public int x = 0;
public void print() {
System.out.println("In Parent");
}
}
| UTF-8 | Java | 123 | java | ParentTest.java | Java | [] | null | [] | public class ParentTest {
public int x = 0;
public void print() {
System.out.println("In Parent");
}
}
| 123 | 0.577236 | 0.569106 | 9 | 12.666667 | 13.968218 | 40 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 7 |
a7ebe00ca2d9d3d4e13f598bbc3c378b333ef9d1 | 26,980,984,585,313 | 87ffef047a2e9807a4787e250fe6b3c7a31062e1 | /src/main/java/cinema/dao/impl/OrderDaoImpl.java | 1841429117cdd35ececb2b1be8a849ade5ab61a0 | [] | no_license | Mzuha/cinema-service | https://github.com/Mzuha/cinema-service | 776eb225ea3b0745dda333dfa4d60048764c07fa | 000957663b76422b338abb787b046e2393f24090 | refs/heads/main | 2023-07-25T15:23:27.565000 | 2021-08-30T14:25:55 | 2021-08-30T14:25:55 | 394,948,953 | 2 | 0 | null | false | 2021-08-30T14:25:56 | 2021-08-11T10:22:53 | 2021-08-30T12:31:18 | 2021-08-30T14:25:55 | 43 | 1 | 0 | 0 | Java | false | false | package cinema.dao.impl;
import cinema.dao.AbstractDao;
import cinema.dao.OrderDao;
import cinema.exception.DataProcessingException;
import cinema.model.Order;
import cinema.model.User;
import java.util.List;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.hibernate.query.Query;
import or... | UTF-8 | Java | 1,316 | java | OrderDaoImpl.java | Java | [] | null | [] | package cinema.dao.impl;
import cinema.dao.AbstractDao;
import cinema.dao.OrderDao;
import cinema.exception.DataProcessingException;
import cinema.model.Order;
import cinema.model.User;
import java.util.List;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.hibernate.query.Query;
import or... | 1,316 | 0.62386 | 0.62386 | 36 | 35.555557 | 23.047588 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.555556 | false | false | 7 |
ee8851055b1be7948821096000447fc1f9fb1440 | 2,121,713,884,357 | 4115dc080de0f1b3ed62ee49f9e2f34e3a723b87 | /src/stu/zdy/calcu/SettingActivity.java | 1a358d365053ea4619de40d982d6c22c31c3d442 | [] | no_license | zhudongya123/calcu_1 | https://github.com/zhudongya123/calcu_1 | 87f4eb7052f78e5d665240bec34e81cc61f606e7 | 2544344d5b3e622f3fa40bb31877fc4b212178e7 | refs/heads/master | 2016-08-08T18:08:11.528000 | 2016-01-14T09:02:46 | 2016-01-14T09:02:46 | 49,635,506 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package stu.zdy.calcu;
/**
* 2014年9月25日21:21:59
* 增加颜色主题
* 修复排版兼容性问题
* 优化代码
*
*/
/*
* 2014年9月5日09:45:32
* 本页面跳转的颜色主题改变已经完成
*
* */
import stu.zdy.calcu.R;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.text.SpannableStringBuilder;
import android.text.Sp... | UTF-8 | Java | 20,620 | java | SettingActivity.java | Java | [] | null | [] | package stu.zdy.calcu;
/**
* 2014年9月25日21:21:59
* 增加颜色主题
* 修复排版兼容性问题
* 优化代码
*
*/
/*
* 2014年9月5日09:45:32
* 本页面跳转的颜色主题改变已经完成
*
* */
import stu.zdy.calcu.R;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.text.SpannableStringBuilder;
import android.text.Sp... | 20,620 | 0.717279 | 0.691201 | 630 | 30.895239 | 22.860901 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.465079 | false | false | 7 |
677cf0452c89be00aec280a6bfd83c2c2cabc119 | 27,144,193,331,921 | 5122fc6aae2125144a4217be72b31ab13713f848 | /litemall-db/src/main/java/org/linlinjava/litemall/db/domain/MedalExample.java | dcdc7d0bca20a4ffc0d18e28df6ea566a620f226 | [
"MIT"
] | permissive | lanye123/litemall-master | https://github.com/lanye123/litemall-master | bd8730093173cb84a680397df1b015cc3c926d4d | 9992cad2947b1d619d372451e54ffa11c6a8c7a1 | refs/heads/master | 2022-07-03T08:35:11.669000 | 2021-09-09T12:14:21 | 2021-09-09T12:14:21 | 148,985,322 | 3 | 1 | MIT | false | 2022-06-21T00:49:05 | 2018-09-16T10:33:23 | 2022-05-11T12:11:18 | 2022-06-21T00:49:02 | 145,470 | 1 | 1 | 10 | Java | false | false | package org.linlinjava.litemall.db.domain;
import java.util.ArrayList;
import java.util.List;
public class MedalExample {
protected String orderByClause;
protected boolean distinct;
protected List<Criteria> oredCriteria;
public MedalExample() {
oredCriteria = new ArrayList<Criteria>();
... | UTF-8 | Java | 34,063 | java | MedalExample.java | Java | [
{
"context": "@mbg.generated\n * @project https://github.com/itfsw/mybatis-generator-plugin\n */\n public Medal",
"end": 1631,
"score": 0.9992691278457642,
"start": 1626,
"tag": "USERNAME",
"value": "itfsw"
},
{
"context": "@mbg.generated\n * @project https://github.co... | null | [] | package org.linlinjava.litemall.db.domain;
import java.util.ArrayList;
import java.util.List;
public class MedalExample {
protected String orderByClause;
protected boolean distinct;
protected List<Criteria> oredCriteria;
public MedalExample() {
oredCriteria = new ArrayList<Criteria>();
... | 34,063 | 0.564014 | 0.558553 | 1,075 | 30.687443 | 24.519323 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.687442 | false | false | 7 |
ca92beb363f0ec0cae1a837cc683ce8fa44bca68 | 15,693,810,547,247 | 8f01c1c6d845b3c0de043883fba3935f83aa5134 | /oauth-server/src/main/java/com/lmj/test/oauthserver/controller/LoginController.java | d4770a62b4a3428256d0103a8369d575d0d90bb7 | [] | no_license | MJ666666/testcloud | https://github.com/MJ666666/testcloud | 3ca68495ddcf8a049ae4c3d1150fc8ae923c9cf0 | ded6212787772d9e554536d6bd3e0125e4e143b5 | refs/heads/master | 2022-06-25T15:51:25.073000 | 2021-09-01T09:25:43 | 2021-09-01T09:25:43 | 251,296,805 | 0 | 0 | null | false | 2022-06-21T03:08:22 | 2020-03-30T12:24:30 | 2021-09-01T09:25:46 | 2022-06-21T03:08:21 | 127 | 0 | 0 | 12 | Java | false | false | package com.lmj.test.oauthserver.controller;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.GetMapping;
/**
* ClassName: LoginController
* Description:
* date: 2020/4/3 11:36
*
* @author MJ
*/
@Controller
public class LoginController {
@GetMapping("/login"... | UTF-8 | Java | 460 | java | LoginController.java | Java | [
{
"context": "Description:\n * date: 2020/4/3 11:36\n *\n * @author MJ\n */\n@Controller\npublic class LoginController {\n\n\n",
"end": 246,
"score": 0.9994879961013794,
"start": 244,
"tag": "USERNAME",
"value": "MJ"
}
] | null | [] | package com.lmj.test.oauthserver.controller;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.GetMapping;
/**
* ClassName: LoginController
* Description:
* date: 2020/4/3 11:36
*
* @author MJ
*/
@Controller
public class LoginController {
@GetMapping("/login"... | 460 | 0.667391 | 0.645652 | 26 | 16.692308 | 16.131119 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.192308 | false | false | 7 |
26802b6de8c7587d0b585e49501678a4ec7c1ac7 | 9,509,057,633,483 | 76663e69b8f21f54efd86efe6f9a066ff16011c5 | /GiaiDeK36/src/com/phanthanh/dao/XeMayDAO.java | 39fc028190bca5d925458fc43525fbb5d2b6fc78 | [] | no_license | VoDiayti/JNV | https://github.com/VoDiayti/JNV | 847ecaf8b7bec6a575a6936848d2a156353dacff | 242dd995bf61095efaccedb7bcd77cc636ca44d1 | refs/heads/main | 2023-01-13T13:13:51.411000 | 2020-11-17T16:43:40 | 2020-11-17T16:43:40 | 313,679,855 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.phanthanh.dao;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.SQLException;
import java.sql.Timestamp;
public class XeMayDAO extends BasicDAO{
public static void insertDataXeMay(String bienso, Timestamp tgvb) throws Exception {
Connection cnn = null;
PreparedStatement... | UTF-8 | Java | 1,865 | java | XeMayDAO.java | Java | [] | null | [] | package com.phanthanh.dao;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.SQLException;
import java.sql.Timestamp;
public class XeMayDAO extends BasicDAO{
public static void insertDataXeMay(String bienso, Timestamp tgvb) throws Exception {
Connection cnn = null;
PreparedStatement... | 1,865 | 0.660705 | 0.656369 | 66 | 26.954546 | 20.388969 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.136364 | false | false | 7 |
08b8907225f080b40f8c5783e5b3dfc72e07ecc7 | 21,182,778,708,310 | 7dd0bc318958b5666ee7c30b3e38d440958a6eca | /search-core/src/test/com/modinfodesigns/classify/TestSubjectMatcher.java | 2907c58d7ebdebf8e02d3068564970f8dc665f06 | [
"Apache-2.0"
] | permissive | Shicheng-Guo/modular-informatic-designs | https://github.com/Shicheng-Guo/modular-informatic-designs | 50b0f83ffc1bb3115702269a679c906964fa4bec | 15f5ff2abe1aefe9286daaeb7ac00d68e69d761d | refs/heads/master | 2023-03-16T17:29:23.430000 | 2016-10-06T13:36:51 | 2016-10-06T13:36:51 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.modinfodesigns.classify;
import com.modinfodesigns.classify.InvertedIndex;
import com.modinfodesigns.classify.MatchStatistics;
import com.modinfodesigns.classify.subject.SubjectClassifier;
import com.modinfodesigns.classify.subject.TermsSubjectMatcher;
import com.modinfodesigns.classify.TermIndex... | UTF-8 | Java | 6,006 | java | TestSubjectMatcher.java | Java | [
{
"context": "s said.\\r\\n\"\r\n + \"Bartolo Gelsomino, 78, was arrested on Jan. 21, was being held with",
"end": 4994,
"score": 0.9998918175697327,
"start": 4977,
"tag": "NAME",
"value": "Bartolo Gelsomino"
},
{
"context": " + \"Police said he stab... | null | [] | package com.modinfodesigns.classify;
import com.modinfodesigns.classify.InvertedIndex;
import com.modinfodesigns.classify.MatchStatistics;
import com.modinfodesigns.classify.subject.SubjectClassifier;
import com.modinfodesigns.classify.subject.TermsSubjectMatcher;
import com.modinfodesigns.classify.TermIndex... | 5,988 | 0.695804 | 0.692807 | 105 | 55.200001 | 36.999718 | 164 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.780952 | false | false | 7 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.