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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
fa4f2b0cb1a9e8b502a6ccc44f464d6dcdac6529 | 9,569,187,187,005 | 81ebc0d358ee271ab0e8ca18fccd43724ed715f6 | /Java/methods.java | c89f716985ea58b69afcc357336153b19f887c0d | [] | no_license | jeevadj/Programs | https://github.com/jeevadj/Programs | a60b0fb08e6ba53fe9adec1a47fcf6dac49cdfe0 | 914ea579a17742a4efa8dcf4a0f2065dd7f74841 | refs/heads/master | 2021-11-30T22:22:00.041000 | 2021-11-22T18:19:45 | 2021-11-22T18:19:45 | 149,197,946 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.*;
abstract class Animals{
public abstract String sound();
public abstract int legCount();
}
class Dog extends Animals{
private String soundMade;
private int lCount;
Dog(String s, int l){
this.soundMade = s;
this.lCount = l;
}
public String sound(){
... | UTF-8 | Java | 573 | java | methods.java | Java | [] | null | [] | import java.util.*;
abstract class Animals{
public abstract String sound();
public abstract int legCount();
}
class Dog extends Animals{
private String soundMade;
private int lCount;
Dog(String s, int l){
this.soundMade = s;
this.lCount = l;
}
public String sound(){
... | 573 | 0.593368 | 0.591623 | 28 | 19.5 | 14.979748 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.464286 | false | false | 3 |
921cfa574d5a65794b3e2890e0de6c425c35739b | 11,793,980,240,014 | 96780843666efc93c577c3fc2b6a29dc7eabb090 | /src/main/java/com/ant/fin/redpacketdemo/domain/Message.java | 6e96528c7633f7afe090598a756d55439d882412 | [] | no_license | lingHender/redPacketDemo | https://github.com/lingHender/redPacketDemo | 0c747d077702bae39e69997484b4f69195873a0a | ab92d67f556f1b6d64cca9543c6834f55e73e7c6 | refs/heads/master | 2020-03-28T01:57:28.350000 | 2018-09-05T15:13:52 | 2018-09-05T15:13:52 | 147,535,768 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ant.fin.redpacketdemo.domain;
public class Message {
private String code;
private String data;
private final static String SUCCESS_CODE = "200";
private final static String FAILURE_CODE = "300";
public String getCode() {
return code;
}
public void setCode(String c... | UTF-8 | Java | 955 | java | Message.java | Java | [] | null | [] | package com.ant.fin.redpacketdemo.domain;
public class Message {
private String code;
private String data;
private final static String SUCCESS_CODE = "200";
private final static String FAILURE_CODE = "300";
public String getCode() {
return code;
}
public void setCode(String c... | 955 | 0.58534 | 0.579058 | 47 | 19.319149 | 21.431837 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.297872 | false | false | 3 |
14e5dc5cac393d0393af5ece3eccfd1a90456283 | 5,660,766,943,551 | 37739ca428f246e399ddfabc71fbd5b981405d8f | /generictree/generictreeclient.java | fb75b210942460d872f5844473460ca4eae6554e | [] | no_license | vishesh1999gupta/java | https://github.com/vishesh1999gupta/java | 443dbcbd0d3625c9022d8881a87baae921540d91 | cbabeeb756c3b7ab7aa5df6faf114585f683e06d | refs/heads/master | 2020-07-13T19:53:14.967000 | 2019-10-26T22:11:52 | 2019-10-26T22:11:52 | 205,143,171 | 0 | 0 | null | false | 2019-10-26T22:11:53 | 2019-08-29T10:57:32 | 2019-09-10T16:35:42 | 2019-10-26T22:11:53 | 29 | 0 | 0 | 0 | Java | false | false | package generictree;
public class generictreeclient {
//10 3 20 2 50 0 60 0 30 0 40 2 70 0 80 0
public static void main(String[] args) {
generictree tree=new generictree();
tree.display();
System.out.println(tree.size());
System.out.println(tree.max());
System.out.printl... | UTF-8 | Java | 549 | java | generictreeclient.java | Java | [] | null | [] | package generictree;
public class generictreeclient {
//10 3 20 2 50 0 60 0 30 0 40 2 70 0 80 0
public static void main(String[] args) {
generictree tree=new generictree();
tree.display();
System.out.println(tree.size());
System.out.println(tree.max());
System.out.printl... | 549 | 0.570127 | 0.520947 | 19 | 27.894737 | 13.81416 | 45 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.684211 | false | false | 3 |
be7a1bcc430d0655d1e0ff9cc0dfda870e8e4c2f | 8,770,323,222,022 | de9472e5384d9e093600d50d5f8f925d0618ad0d | /src/main/java/com/zhangyue/test/nashor/java/lambda/LambdaTest_5.java | 7caf63eefd96d7e8e78fe56852fa2dd1ebf97e61 | [] | no_license | qwerrr/nashor | https://github.com/qwerrr/nashor | de6019d263a7c0d0408113833c0f0b9f3e342db2 | ce8b445350fcc801e89ce2b9ac993febee5f4146 | refs/heads/master | 2022-06-22T18:04:48.207000 | 2020-03-31T06:00:13 | 2020-03-31T06:00:13 | 65,377,638 | 0 | 0 | null | false | 2022-06-17T01:44:33 | 2016-08-10T11:37:26 | 2020-03-31T06:00:29 | 2022-06-17T01:44:31 | 5,324 | 0 | 0 | 6 | Java | false | false | package com.zhangyue.test.nashor.java.lambda;
import lombok.Getter;
import lombok.Setter;
import java.util.List;
/**
* @desc:
*
* 自定义lambda实际使用
*
* @author: YanMeng
* @date: 2019-05-17
*/
public class LambdaTest_5 {
public void foo(){
TreeNode tree = new TreeNode();
// ...
Tre... | UTF-8 | Java | 550 | java | LambdaTest_5.java | Java | [
{
"context": "\n/**\n * @desc:\n *\n * 自定义lambda实际使用\n *\n * @author: YanMeng\n * @date: 2019-05-17\n */\npublic class LambdaTest_",
"end": 173,
"score": 0.9996525049209595,
"start": 166,
"tag": "NAME",
"value": "YanMeng"
}
] | null | [] | package com.zhangyue.test.nashor.java.lambda;
import lombok.Getter;
import lombok.Setter;
import java.util.List;
/**
* @desc:
*
* 自定义lambda实际使用
*
* @author: YanMeng
* @date: 2019-05-17
*/
public class LambdaTest_5 {
public void foo(){
TreeNode tree = new TreeNode();
// ...
Tre... | 550 | 0.570895 | 0.554105 | 36 | 13.888889 | 13.5088 | 45 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.361111 | false | false | 3 |
d9aeef1a462a75ffddd1eabbbbcdb196a673c548 | 36,292,473,652,150 | 37369abcb6b7864767d8d85cbbe30c78906723c2 | /Toko.java | a4449c5a30f87bed002db88a09bdefecc772b3f9 | [] | no_license | krocolatos/java | https://github.com/krocolatos/java | 372cdfae0b86224c22a74b2f0d5dd1917cbac0c1 | a1ab9afe21102967e6875d48a640252ec39cf000 | refs/heads/main | 2023-08-23T01:08:48.276000 | 2021-10-29T14:57:08 | 2021-10-29T14:57:08 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | class Toko
{
public String name;
public int stock;
public int hrg;
public int getStock() {
return this.stock;
}
public void setStock(int stock) {
this.stock = stock;
}
public int getHrg() {
return this.hrg;
}
public void setHrg(int hrg) {
th... | UTF-8 | Java | 344 | java | Toko.java | Java | [] | null | [] | class Toko
{
public String name;
public int stock;
public int hrg;
public int getStock() {
return this.stock;
}
public void setStock(int stock) {
this.stock = stock;
}
public int getHrg() {
return this.hrg;
}
public void setHrg(int hrg) {
th... | 344 | 0.531977 | 0.531977 | 28 | 11.321428 | 12.343458 | 37 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 3 |
fae2216f3fa4ce052a195a01be40e64bf87c62b1 | 34,651,796,156,846 | 3d6360ad39426ec59818f9831f99f5c06b2e7775 | /src/main/java/solution300_399/P319_BulbSwitcher.java | 6af908890d3e008402e8a68f95c2f5ea70dc2ea5 | [] | no_license | 13121245/leetcode | https://github.com/13121245/leetcode | e38aa4fd08540d9479ff16d9af4b4a2179182fe7 | 520eb43b82f5f29620487a0e0645c1635ac9e079 | refs/heads/master | 2021-06-05T06:45:00.861000 | 2021-04-11T14:47:38 | 2021-04-11T14:47:38 | 83,558,278 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package solution300_399;
/**
* Created by zjw on 2017/11/27.
*/
public class P319_BulbSwitcher {
public int bulbSwitch(int n) {
if(n <= 0) return 0;
boolean[] bulbs = new boolean[n];
int count = 0;
for(int i = 1; i <= n; i++) {
for(int j = i-1; j < n; j += i) {
... | UTF-8 | Java | 591 | java | P319_BulbSwitcher.java | Java | [
{
"context": "package solution300_399;\n\n/**\n * Created by zjw on 2017/11/27.\n */\npublic class P319_BulbSwitcher",
"end": 47,
"score": 0.9996539354324341,
"start": 44,
"tag": "USERNAME",
"value": "zjw"
}
] | null | [] | package solution300_399;
/**
* Created by zjw on 2017/11/27.
*/
public class P319_BulbSwitcher {
public int bulbSwitch(int n) {
if(n <= 0) return 0;
boolean[] bulbs = new boolean[n];
int count = 0;
for(int i = 1; i <= n; i++) {
for(int j = i-1; j < n; j += i) {
... | 591 | 0.455161 | 0.416244 | 27 | 20.888889 | 15.428049 | 45 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.481481 | false | false | 3 |
f270e4399331106efbd85117b5f9a1c31554740f | 34,608,846,472,067 | 0ae3e1a40c7845ee9a6ab5db296be61f24bd27cd | /spartanizer-plugin/src/main/java/il/org/spartan/spartanizer/research/classifier/patterns/CopyArray.java | 5e0fa12bc388f579dfdf6ea15ed77e5c89ee78ea | [
"MIT"
] | permissive | SpartanRefactoring/Main | https://github.com/SpartanRefactoring/Main | 083efcb9385c07c9a2c2bff5c76dbfc34c08323f | 158ab742d27dca1b42edb0b9858ae8753f4b22d1 | refs/heads/mazter | 2021-06-05T01:28:41.320000 | 2020-07-25T13:06:47 | 2020-07-25T13:06:47 | 52,981,257 | 40 | 10 | null | false | 2020-10-13T23:47:30 | 2016-03-02T17:11:22 | 2020-10-05T18:50:49 | 2020-10-13T23:47:29 | 156,303 | 97 | 56 | 158 | Java | false | false | package il.org.spartan.spartanizer.research.classifier.patterns;
import static il.org.spartan.spartanizer.research.TipperFactory.patternTipper;
import java.util.Collection;
import org.eclipse.jdt.core.dom.ForStatement;
import fluent.ly.as;
import il.org.spartan.spartanizer.research.UserDefinedTipper;
import il.org.... | UTF-8 | Java | 1,149 | java | CopyArray.java | Java | [
{
"context": "er.tipping.Tip;\n\n/** CopyArray examples\n * @author Ori Marcovitch\n * @since 2016 */\npublic class CopyArray extends ",
"end": 477,
"score": 0.9998675584793091,
"start": 463,
"tag": "NAME",
"value": "Ori Marcovitch"
}
] | null | [] | package il.org.spartan.spartanizer.research.classifier.patterns;
import static il.org.spartan.spartanizer.research.TipperFactory.patternTipper;
import java.util.Collection;
import org.eclipse.jdt.core.dom.ForStatement;
import fluent.ly.as;
import il.org.spartan.spartanizer.research.UserDefinedTipper;
import il.org.... | 1,141 | 0.747598 | 0.724891 | 31 | 35.935482 | 31.044127 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.677419 | false | false | 3 |
577b35ba49d61e3f70cec671bdc20186b7fd6b74 | 5,755,256,198,761 | 836ff76e56602ed766b7f14f66694a385587bb00 | /yellow/app/src/main/java/com/yellowsoft/yellow/model/PostsAPI.java | d2ca5607905bc887b2fc6d13574a135f5f024ba8 | [] | no_license | raj-subhankar/MakeMyTripHackathon | https://github.com/raj-subhankar/MakeMyTripHackathon | 6c9ff565637b463cd85cab81d8ceb519ef2a600a | 8dfb6c6ee0e940fd9cb6f99c01fd18b59667802d | refs/heads/master | 2021-01-12T15:12:31.574000 | 2016-12-16T18:29:52 | 2016-12-16T18:29:52 | 71,720,925 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yellowsoft.yellow.model;
import com.yellowsoft.yellow.model.pojo.AuthResult;
import com.yellowsoft.yellow.model.pojo.Post;
import java.util.List;
import retrofit2.Call;
import retrofit2.Retrofit;
import retrofit2.http.Field;
import retrofit2.http.FormUrlEncoded;
import retrofit2.http.GET;
import retrofi... | UTF-8 | Java | 840 | java | PostsAPI.java | Java | [
{
"context": "tp.POST;\nimport rx.Observable;\n\n\n/**\n * Created by subhankar on 10/11/2016.\n */\npublic class PostsAPI {\n\n p",
"end": 385,
"score": 0.9995237588882446,
"start": 376,
"tag": "USERNAME",
"value": "subhankar"
},
{
"context": "w Retrofit.Builder()\n .b... | null | [] | package com.yellowsoft.yellow.model;
import com.yellowsoft.yellow.model.pojo.AuthResult;
import com.yellowsoft.yellow.model.pojo.Post;
import java.util.List;
import retrofit2.Call;
import retrofit2.Retrofit;
import retrofit2.http.Field;
import retrofit2.http.FormUrlEncoded;
import retrofit2.http.GET;
import retrofi... | 840 | 0.709524 | 0.677381 | 35 | 23 | 21.35817 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 3 |
ed2c40fc784435db46cde165f16ab76d6512d9dc | 3,478,923,575,111 | 6baf1fe00541560788e78de5244ae17a7a2b375a | /hollywood/com.oculus.browser-base/sources/defpackage/RunnableC5519x.java | 604ddceae47163642454442ec8c6d78f85d5d075 | [] | no_license | phwd/quest-tracker | https://github.com/phwd/quest-tracker | 286e605644fc05f00f4904e51f73d77444a78003 | 3d46fbb467ba11bee5827f7cae7dfeabeb1fd2ba | refs/heads/main | 2023-03-29T20:33:10.959000 | 2021-04-10T22:14:11 | 2021-04-10T22:14:11 | 357,185,040 | 4 | 2 | null | true | 2021-04-12T12:28:09 | 2021-04-12T12:28:08 | 2021-04-10T22:15:44 | 2021-04-10T22:15:39 | 116,441 | 0 | 0 | 0 | null | false | false | package defpackage;
import java.util.Calendar;
/* renamed from: x reason: default package and case insensitive filesystem */
/* compiled from: chromium-OculusBrowser.apk-stable-281887347 */
public final /* synthetic */ class RunnableC5519x implements Runnable {
public final C5689y F;
public final int G;
... | UTF-8 | Java | 893 | java | RunnableC5519x.java | Java | [] | null | [] | package defpackage;
import java.util.Calendar;
/* renamed from: x reason: default package and case insensitive filesystem */
/* compiled from: chromium-OculusBrowser.apk-stable-281887347 */
public final /* synthetic */ class RunnableC5519x implements Runnable {
public final C5689y F;
public final int G;
... | 893 | 0.596865 | 0.55991 | 31 | 27.806452 | 24.258579 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.709677 | false | false | 3 |
3ca248867aa7162ce45d4d67697616fa43090b13 | 23,519,240,967,784 | 84c1a6bc7c3351421784e0a31d8310eadd57e434 | /com.nianticlabs.pokemongo_037/crittercism/android/C1198z.java | a651aea50124fa7a765ee55096f14c64c4c13473 | [] | no_license | m4r6i0/pokemongoHell | https://github.com/m4r6i0/pokemongoHell | 0ced73a51494534cd8f3778d1556c6dee414cb74 | 9982a232e28f3ce930c3c233ea2f113f2b39ede0 | refs/heads/master | 2020-12-29T02:07:04.480000 | 2016-09-16T20:43:48 | 2016-09-16T20:43:48 | 68,408,897 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package crittercism.android;
import java.lang.reflect.Method;
import java.security.KeyManagementException;
import java.security.SecureRandom;
import javax.net.ssl.KeyManager;
import javax.net.ssl.SSLContextSpi;
import javax.net.ssl.SSLEngine;
import javax.net.ssl.SSLServerSocketFactory;
import javax.net.ssl.SSLSession... | UTF-8 | Java | 5,705 | java | C1198z.java | Java | [] | null | [] | package crittercism.android;
import java.lang.reflect.Method;
import java.security.KeyManagementException;
import java.security.SecureRandom;
import javax.net.ssl.KeyManager;
import javax.net.ssl.SSLContextSpi;
import javax.net.ssl.SSLEngine;
import javax.net.ssl.SSLServerSocketFactory;
import javax.net.ssl.SSLSession... | 5,705 | 0.607888 | 0.54759 | 172 | 32.168606 | 27.140259 | 150 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.697674 | false | false | 3 |
9afb9a660ed589ff234accab98e6f8dc5e42c1d0 | 13,022,340,909,337 | 6fd17d12bc5aff2a1b46f93a0203a1fa23e73b64 | /core/src/test/java/com/graphhopper/coll/OSMIDSegmentedMapTest.java | cdb07c9544adfdabb22ba272e3b0aeba98424aab | [
"Apache-2.0",
"LGPL-2.0-or-later",
"BSD-3-Clause",
"MIT",
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | nside/graphhopper | https://github.com/nside/graphhopper | 84f69332807b48b79415338cda997898ee8f17c5 | 622b28a11ae9a8c1bc7e118f9d8532d690280dd9 | refs/heads/master | 2021-08-02T04:56:21.801000 | 2015-06-09T21:42:18 | 2015-06-09T21:42:18 | 29,406,461 | 0 | 0 | Apache-2.0 | true | 2021-07-30T18:41:57 | 2015-01-17T21:34:57 | 2015-01-17T21:34:59 | 2021-07-30T18:41:57 | 33,631 | 0 | 0 | 1 | Java | false | false | /*
* Licensed to GraphHopper and Peter Karich under one or more contributor
* license agreements. See the NOTICE file distributed with this work for
* additional information regarding copyright ownership.
*
* GraphHopper licenses this file to you under the Apache License,
* Version 2.0 (the "License"); yo... | UTF-8 | Java | 2,936 | java | OSMIDSegmentedMapTest.java | Java | [
{
"context": "/*\n * Licensed to GraphHopper and Peter Karich under one or more contributor\n * license agreeme",
"end": 47,
"score": 0.9998779892921448,
"start": 35,
"tag": "NAME",
"value": "Peter Karich"
},
{
"context": "port static org.junit.Assert.*;\n\n/**\n *\n * @author Pete... | null | [] | /*
* Licensed to GraphHopper and <NAME> under one or more contributor
* license agreements. See the NOTICE file distributed with this work for
* additional information regarding copyright ownership.
*
* GraphHopper licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may ... | 2,924 | 0.591962 | 0.55109 | 101 | 28.069307 | 20.476625 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.90099 | false | false | 3 |
5b9df0797106cfe14281e23852adbfd54d94ab82 | 6,768,868,478,056 | d4191ed1e26a17ced272389c065e1326f22d3b11 | /src/main/com/jxtxzzw/compiler/symboltable/Function.java | 553f63bcdbccd1cb838eb23a4a20559cc9a6ff0c | [
"MIT"
] | permissive | bingyun84/compiler | https://github.com/bingyun84/compiler | 29f8913604bd7d5b5bb0c36493977c1c84126758 | 869247c4b224124a550b34c1e6891c01017ccc88 | refs/heads/master | 2023-03-18T04:50:40.763000 | 2020-04-16T11:50:41 | 2020-04-16T11:50:41 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jxtxzzw.compiler.symboltable;
import com.jxtxzzw.compiler.type.BaseType;
import java.util.ArrayList;
public class Function {
static final int PRE_OCCUPIED = 5;
private String identifier;
private BaseType returnType;
private ArrayList<BaseType> parameterTypes;
private ArrayList<Strin... | UTF-8 | Java | 1,452 | java | Function.java | Java | [] | null | [] | package com.jxtxzzw.compiler.symboltable;
import com.jxtxzzw.compiler.type.BaseType;
import java.util.ArrayList;
public class Function {
static final int PRE_OCCUPIED = 5;
private String identifier;
private BaseType returnType;
private ArrayList<BaseType> parameterTypes;
private ArrayList<Strin... | 1,452 | 0.650138 | 0.64876 | 62 | 22.419355 | 22.454649 | 134 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.467742 | false | false | 3 |
1725305177c73a7373bc89d6a384b984a852d2aa | 29,850,022,740,544 | b308232b5f9a1acd400fe15b45780e348048fccd | /LIS/src/main/java/com/param/lis/global/dto/AgeGroupMasterDto.java | 7b1808d8e254207e054762308904928cd85387bd | [] | no_license | PravatKumarPradhan/his | https://github.com/PravatKumarPradhan/his | 2aae12f730b7d652b9590ef976b12443fc2c2afb | afb2b3df65c0bc1b1864afc1f958ca36a2562e3f | refs/heads/master | 2022-12-22T20:43:44.895000 | 2018-07-31T17:04:26 | 2018-07-31T17:04:26 | 143,041,254 | 1 | 0 | null | false | 2022-12-16T03:59:53 | 2018-07-31T16:43:36 | 2022-04-11T14:42:20 | 2022-12-16T03:59:50 | 35,682 | 1 | 0 | 38 | HTML | false | false | package com.param.lis.global.dto;
public class AgeGroupMasterDto {
private Integer ageGroupId;
private String ageGroupCode;
private Integer ageGroupTo;
private Integer ageTypeGrpfromId;
private Integer ageTypeGrptoId;
private Integer createdBy;
private Long createdDate;
private Long updatedDate;
... | UTF-8 | Java | 4,047 | java | AgeGroupMasterDto.java | Java | [] | null | [] | package com.param.lis.global.dto;
public class AgeGroupMasterDto {
private Integer ageGroupId;
private String ageGroupCode;
private Integer ageGroupTo;
private Integer ageTypeGrpfromId;
private Integer ageTypeGrptoId;
private Integer createdBy;
private Long createdDate;
private Long updatedDate;
... | 4,047 | 0.680751 | 0.680751 | 185 | 19.875675 | 17.104155 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.383784 | false | false | 3 |
237dac899075d1ab072de2914ea5bc3a2a32e35e | 22,539,988,407,784 | ea9e00de50108a92146d71f984878e3e2cd290f1 | /src/main/java/com/eudemon/taurus/app/util/StringUtils.java | 097168eba4bcda6a341d808340753e176d99ae1b | [] | no_license | eric81/app | https://github.com/eric81/app | 93f8e5cf7648e4596bde34a17521497bd2fad947 | 62bd135df1bb275b81a78f55a8357160b40cc771 | refs/heads/master | 2021-01-17T11:02:26.797000 | 2015-04-20T02:35:33 | 2015-04-20T02:35:33 | 25,281,552 | 0 | 0 | null | false | 2015-04-20T02:35:33 | 2014-10-16T01:42:19 | 2015-03-10T02:34:37 | 2015-04-20T02:35:33 | 9,120 | 0 | 0 | 0 | JavaScript | null | null | package com.eudemon.taurus.app.util;
import org.apache.commons.lang3.ArrayUtils;
import org.apache.commons.lang3.builder.ToStringBuilder;
import com.eudemon.taurus.app.common.Log;
public class StringUtils {
public static String toString(String[] sa, String spliter){
String ss = "";
try {
for(String s : sa){
... | UTF-8 | Java | 1,632 | java | StringUtils.java | Java | [] | null | [] | package com.eudemon.taurus.app.util;
import org.apache.commons.lang3.ArrayUtils;
import org.apache.commons.lang3.builder.ToStringBuilder;
import com.eudemon.taurus.app.common.Log;
public class StringUtils {
public static String toString(String[] sa, String spliter){
String ss = "";
try {
for(String s : sa){
... | 1,632 | 0.648897 | 0.642157 | 66 | 23.727272 | 25.558931 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.439394 | false | false | 3 |
072734c3a96bd52d30eaec0e5d11960b3382b936 | 26,061,861,590,120 | 294bcafefae5174c0c4bbd0425b6a69bec9b8afd | /dnm-web/src/main/java/com/dnm/core/service/domain/convertor/AccountLogConvertor.java | 962ebb612eaa3a261be10e175acdf00617fa3e94 | [] | no_license | simonzhm/dnm | https://github.com/simonzhm/dnm | 2a75b0b38306537dc3a459303edd31cf0bbb4fbb | b4bc122fb9330f77e35c0bc092d66d5824a85340 | refs/heads/master | 2021-01-19T06:06:05.992000 | 2014-07-11T03:26:36 | 2014-07-11T03:26:36 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* zhm.com Inc.
* Copyright (c) 2004-2014 All Rights Reserved.
*/
package com.dnm.core.service.domain.convertor;
import com.dnm.core.common.dal.dataobject.DnmAccountLogDO;
import com.dnm.core.service.domain.model.bill.AccountLogModel;
/**
* 账户日志转换器
*
* @author hongmin.zhonghm
* @version $Id: AccountLogConv... | GB18030 | Java | 1,839 | java | AccountLogConvertor.java | Java | [
{
"context": "ll.AccountLogModel;\n\n/**\n * 账户日志转换器\n * \n * @author hongmin.zhonghm\n * @version $Id: AccountLogConvertor.java, v 0.1 ",
"end": 288,
"score": 0.8769959211349487,
"start": 273,
"tag": "USERNAME",
"value": "hongmin.zhonghm"
},
{
"context": "ccountLogConvertor.java, v ... | null | [] | /**
* zhm.com Inc.
* Copyright (c) 2004-2014 All Rights Reserved.
*/
package com.dnm.core.service.domain.convertor;
import com.dnm.core.common.dal.dataobject.DnmAccountLogDO;
import com.dnm.core.service.domain.model.bill.AccountLogModel;
/**
* 账户日志转换器
*
* @author hongmin.zhonghm
* @version $Id: AccountLogConv... | 1,839 | 0.669287 | 0.655811 | 56 | 30.803572 | 23.823322 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.464286 | false | false | 3 |
ebf5bf8fb9bd9457126287728675e85ac5a370b1 | 31,464,930,452,789 | 18aeb5e0c8813db85651472a86ca3c82798bc474 | /app/src/main/java/yc/pointer/trip/view/DialogMustUpteApk.java | b2eb0b3512bc2b692e1a3e9ae4f74d3cf8b4fba5 | [] | no_license | zhangji92/PointerTrip | https://github.com/zhangji92/PointerTrip | a0bfe4450249dcebd770f01aabd88e45ca5d6bc5 | d4ae37ff443d0538c0d70a09a9d96b9eddb72dec | refs/heads/master | 2020-04-12T18:33:10.108000 | 2018-12-21T07:44:12 | 2018-12-21T07:44:12 | 162,682,738 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package yc.pointer.trip.view;
import android.app.Dialog;
import android.content.Context;
import android.os.Bundle;
import android.view.KeyEvent;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.*;
import yc.pointer.trip.R;
import yc.pointer.trip.bean.Ap... | UTF-8 | Java | 4,743 | java | DialogMustUpteApk.java | Java | [
{
"context": "teBean;\n\nimport java.util.List;\n\n/**\n * Created by moyan on 2017/9/13.\n */\npublic class DialogMustUpteApk ",
"end": 381,
"score": 0.9996380805969238,
"start": 376,
"tag": "USERNAME",
"value": "moyan"
}
] | null | [] | package yc.pointer.trip.view;
import android.app.Dialog;
import android.content.Context;
import android.os.Bundle;
import android.view.KeyEvent;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.*;
import yc.pointer.trip.R;
import yc.pointer.trip.bean.Ap... | 4,743 | 0.610112 | 0.607785 | 164 | 27.823172 | 23.140066 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.506098 | false | false | 3 |
b9f922f83e90ee57869fec439c7df352de2b6d08 | 25,159,918,465,500 | b8d41f3f62f5e6d3e3c50968ba1bc753f7a282f6 | /app/src/main/java/com/puti/education/bean/ProofTruthAnalysis.java | 274fc832d37411928e152f4599ced87a04f09052 | [] | no_license | bearLei/5AMaster | https://github.com/bearLei/5AMaster | 7232e17eb6cd6634b77a7ef6cf0652bdf30f1375 | cc63c5a66a000506de9590de2732a7f172cf2a74 | refs/heads/master | 2018-10-05T10:22:00.222000 | 2018-07-29T09:51:18 | 2018-07-29T09:51:18 | 110,547,708 | 2 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.puti.education.bean;
/**
* Created by xjbin on 2017/4/25 0025.
* 真实度分析
*/
public class ProofTruthAnalysis {
public int value;
public String desc;
}
| UTF-8 | Java | 184 | java | ProofTruthAnalysis.java | Java | [
{
"context": "ackage com.puti.education.bean;\n\n/**\n * Created by xjbin on 2017/4/25 0025.\n * 真实度分析\n */\n\npublic class Pro",
"end": 57,
"score": 0.9994862079620361,
"start": 52,
"tag": "USERNAME",
"value": "xjbin"
}
] | null | [] | package com.puti.education.bean;
/**
* Created by xjbin on 2017/4/25 0025.
* 真实度分析
*/
public class ProofTruthAnalysis {
public int value;
public String desc;
}
| 184 | 0.678161 | 0.614943 | 12 | 13.5 | 14.209739 | 38 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 3 |
577147a5cbec0384555cccef820f8315c2adf4fb | 8,546,984,963,119 | ac6e716271ddaec5a85ab36058e553734e57916e | /app/src/main/java/com/example/fujitaken/a3goukandareoruapp/fragments/LogFragment.java | 10745bc5ab2ac1eb707791608ad0fae8db9f6ab1 | [] | no_license | t-robop/3goukanDareoru | https://github.com/t-robop/3goukanDareoru | 9f64d1a6f32efe16a388cf8e5d95a09733429b4a | f7920fa9258533ac306415470ce445b1b3578ade | refs/heads/master | 2020-03-19T07:47:40.573000 | 2018-06-27T00:56:19 | 2018-06-27T00:56:19 | 136,148,501 | 0 | 0 | null | false | 2018-06-27T00:56:20 | 2018-06-05T08:51:03 | 2018-06-20T08:34:35 | 2018-06-27T00:56:20 | 159 | 0 | 0 | 1 | Java | false | null | package com.example.fujitaken.a3goukandareoruapp.fragments;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ArrayAdapter;
import android.widge... | UTF-8 | Java | 2,100 | java | LogFragment.java | Java | [
{
"context": "er member = new Member();\n member.setName(\"furuichi\");\n member.setTime(10);\n arrayList.",
"end": 894,
"score": 0.9327905178070068,
"start": 886,
"tag": "USERNAME",
"value": "furuichi"
}
] | null | [] | package com.example.fujitaken.a3goukandareoruapp.fragments;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ArrayAdapter;
import android.widge... | 2,100 | 0.655238 | 0.652381 | 87 | 23.137932 | 21.564217 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.482759 | false | false | 3 |
fbf2d6e2e7431d95ccb1cffcd21f094bc3f320e5 | 8,315,056,736,475 | 9a3dddc0462a50f319f4597cb38e144a38efb687 | /base/src/main/java/com/activequant/aqviz/BluntConsole.java | 347272a60d4b2d69aa7ffdc505c2037e77e4f63d | [
"Apache-2.0"
] | permissive | activequant/aq2o | https://github.com/activequant/aq2o | 7451bc6daaf07c3f09bc62bc48012a495b40aaa1 | db1336d88ddce96dd7bdb0067584f267c274585d | refs/heads/master | 2021-01-22T18:14:47.703000 | 2018-05-13T05:26:15 | 2018-05-13T05:26:15 | 13,222,948 | 35 | 17 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.activequant.aqviz;
import java.awt.BorderLayout;
import javax.swing.JFrame;
import javax.swing.JScrollPane;
import javax.swing.JTextPane;
/**
* extremely blunt and simple console frame.
* Can be used to instantiate a simple window,
* in which to display logging and other information.
*
* @author... | UTF-8 | Java | 959 | java | BluntConsole.java | Java | [
{
"context": "lay logging and other information. \n * \n * @author GhostRider\n *\n */\npublic class BluntConsole extends JFrame {",
"end": 331,
"score": 0.9958627223968506,
"start": 321,
"tag": "NAME",
"value": "GhostRider"
}
] | null | [] | package com.activequant.aqviz;
import java.awt.BorderLayout;
import javax.swing.JFrame;
import javax.swing.JScrollPane;
import javax.swing.JTextPane;
/**
* extremely blunt and simple console frame.
* Can be used to instantiate a simple window,
* in which to display logging and other information.
*
* @author... | 959 | 0.729927 | 0.720542 | 41 | 22.390244 | 19.346491 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.439024 | false | false | 3 |
f841762a317470d8c9333864c467889e30400b2c | 28,123,445,896,414 | bd46151eb54986205acdf3c7de89db2c2cdbdd71 | /src/com/ebiz/webapp/domain/ImportBiSon.java | f351225ad6f4f31bdd3e1cc17c4fa5e5c8b8e792 | [] | no_license | mignsheng/defeiShop | https://github.com/mignsheng/defeiShop | 60390c703c5239fca72cc353806dc65824d902d9 | 775097c497b64b6dd5c4a78859dc6da6c5f164ac | refs/heads/master | 2022-04-15T22:42:02.776000 | 2020-04-13T07:22:17 | 2020-04-13T07:22:17 | 255,258,396 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ebiz.webapp.domain;
import java.io.Serializable;
import java.math.BigDecimal;
import java.util.Date;
import com.ebiz.ssi.domain.BaseDomain;
/**
* @author Wu,Yang
* @version 2019-02-23 15:20
*/
public class ImportBiSon extends BaseDomain implements Serializable {
private static final long serialVe... | UTF-8 | Java | 2,611 | java | ImportBiSon.java | Java | [
{
"context": "rt com.ebiz.ssi.domain.BaseDomain;\n\n/**\n * @author Wu,Yang\n * @version 2019-02-23 15:20\n */\npublic class Imp",
"end": 177,
"score": 0.9998059272766113,
"start": 170,
"tag": "NAME",
"value": "Wu,Yang"
}
] | null | [] | package com.ebiz.webapp.domain;
import java.io.Serializable;
import java.math.BigDecimal;
import java.util.Date;
import com.ebiz.ssi.domain.BaseDomain;
/**
* @author Wu,Yang
* @version 2019-02-23 15:20
*/
public class ImportBiSon extends BaseDomain implements Serializable {
private static final long serialVe... | 2,611 | 0.603983 | 0.599004 | 139 | 17.791367 | 17.393654 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.309353 | false | false | 3 |
83b9829f66d92a9d70d075c8ae99e935312f650b | 21,930,103,069,956 | f6f1ab1242b8fb4f72d192d722875ca7a98209e6 | /app/src/main/java/com/sau/transitappproject/adapter/StepsListAdapter.java | 58263fab1c90f21293f536bdf8bc6749997e85b9 | [] | no_license | saurabhsjoshi/TransitAppProject | https://github.com/saurabhsjoshi/TransitAppProject | 9e35c02da86edad864c2a37e1ac283ea716cb179 | 5be9519e0d0fb6570213d02b3905c81cacbfaf59 | refs/heads/master | 2021-03-16T07:32:31.991000 | 2017-12-01T06:29:26 | 2017-12-01T06:29:26 | 83,074,012 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sau.transitappproject.adapter;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.widget.CardView;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
impo... | UTF-8 | Java | 3,050 | java | StepsListAdapter.java | Java | [
{
"context": "o;\n\nimport java.util.ArrayList;\n\n/**\n * Created by saurabh on 2017-11-26.\n */\n\npublic class StepsListAdapter",
"end": 657,
"score": 0.9995957016944885,
"start": 650,
"tag": "USERNAME",
"value": "saurabh"
}
] | null | [] | package com.sau.transitappproject.adapter;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.widget.CardView;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
impo... | 3,050 | 0.684262 | 0.679016 | 88 | 33.659092 | 29.683897 | 145 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.625 | false | false | 3 |
1b0630ef68abdea8f64be6b9aca1733cff578e79 | 31,344,671,350,997 | f90c4aff0c6ffc95fb6598dcb1cf08a3fd36f40a | /src/main/java/data/courier/CustomerData.java | ce59a68531d08d5f8715ee0f462e13fa81fb1859 | [] | no_license | software-homework/software-engineering | https://github.com/software-homework/software-engineering | 2d2f0399919f640375140cff283fe0ddcfa5a49a | 245dc900e538e954312b5f60c15c6655ddc6f772 | refs/heads/master | 2021-01-10T03:33:23.296000 | 2015-12-19T13:54:17 | 2015-12-19T13:54:17 | 43,810,460 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package data.courier;
import io.Input;
import io.Output;
import po.courier.CustomerPO;
import java.rmi.RemoteException;
import java.rmi.server.UnicastRemoteObject;
import java.util.ArrayList;
import dataservice.courier.CustomerDataService;
public class CustomerData extends UnicastRemoteObject implements... | UTF-8 | Java | 2,348 | java | CustomerData.java | Java | [] | null | [] | package data.courier;
import io.Input;
import io.Output;
import po.courier.CustomerPO;
import java.rmi.RemoteException;
import java.rmi.server.UnicastRemoteObject;
import java.util.ArrayList;
import dataservice.courier.CustomerDataService;
public class CustomerData extends UnicastRemoteObject implements... | 2,348 | 0.701022 | 0.69293 | 93 | 23.247313 | 20.426977 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.978495 | false | false | 3 |
ff725210a28f1b5340f208313d7fd74beb27564d | 15,753,940,065,380 | ef90eb9e06e66dc7ec0b0d1f3bcc3d914dcfafba | /app_back_auth/src/main/java/br/com/devchallenge/auth/dto/TokenDTO.java | c8e372484af4f04e03364f45fbd053dcf83f2752 | [] | no_license | erickpatrickx/builders_challenge | https://github.com/erickpatrickx/builders_challenge | 74d53e5bd3a004e5268e55f99d4b3df0c00090de | 03e306509b31a08569b99f56ccdf82636630324b | refs/heads/master | 2023-08-17T04:44:33.780000 | 2021-09-29T08:25:14 | 2021-09-29T08:25:14 | 411,588,769 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.devchallenge.auth.dto;
import com.fasterxml.jackson.annotation.JsonRootName;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Getter;
import lombok.Setter;
/**
* Classe que representa o retorno do token
*
* @author erick.oliveira
*/
@Getter
@Setter
@Builder
@AllArgsConstruct... | UTF-8 | Java | 411 | java | TokenDTO.java | Java | [
{
"context": "e que representa o retorno do token\n * \n * @author erick.oliveira\n */\n@Getter\n@Setter\n@Builder\n@AllArgsConstructor\n",
"end": 273,
"score": 0.9302318692207336,
"start": 259,
"tag": "USERNAME",
"value": "erick.oliveira"
}
] | null | [] | package br.com.devchallenge.auth.dto;
import com.fasterxml.jackson.annotation.JsonRootName;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Getter;
import lombok.Setter;
/**
* Classe que representa o retorno do token
*
* @author erick.oliveira
*/
@Getter
@Setter
@Builder
@AllArgsConstruct... | 411 | 0.77129 | 0.77129 | 24 | 16.166666 | 15.350533 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 3 |
37e45bf5430267c55af9be9c902997726a6f3005 | 12,386,685,685,393 | 94a4fcf10af5c8ca15546b3a1b81a6b7946fbda9 | /src/test/java/ru/alcereo/tests/valuetypes/PersonValue.java | f6192e18415a44ac4a7b54286823bd616dd94bee | [] | no_license | Alcereo/StormUsabilityLayer | https://github.com/Alcereo/StormUsabilityLayer | 7d11f0b9dac75ac3f1ba7abe1d7a473e46cefcd7 | e22ebeb9c545de25ccc9bd01a21f9f9d7ed0b04f | refs/heads/master | 2021-01-21T17:37:31 | 2017-05-21T15:48:42 | 2017-05-21T15:48:42 | 91,968,186 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ru.alcereo.tests.valuetypes;
import org.apache.storm.tuple.Tuple;
import org.apache.storm.tuple.Values;
import ru.alcereo.TupledPojo;
/**
* Created by alcereo on 21.05.17.
*/
public class PersonValue implements TupledPojo {
private String name;
private Integer age;
private City city;
privat... | UTF-8 | Java | 1,605 | java | PersonValue.java | Java | [
{
"context": ";\nimport ru.alcereo.TupledPojo;\n\n/**\n * Created by alcereo on 21.05.17.\n */\npublic class PersonValue impleme",
"end": 169,
"score": 0.9996209740638733,
"start": 162,
"tag": "USERNAME",
"value": "alcereo"
}
] | null | [] | package ru.alcereo.tests.valuetypes;
import org.apache.storm.tuple.Tuple;
import org.apache.storm.tuple.Values;
import ru.alcereo.TupledPojo;
/**
* Created by alcereo on 21.05.17.
*/
public class PersonValue implements TupledPojo {
private String name;
private Integer age;
private City city;
privat... | 1,605 | 0.543925 | 0.538941 | 76 | 20.118422 | 16.308674 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.368421 | false | false | 3 |
14591dda197afe5c7d8c158b988b3f9a7395d006 | 20,074,677,146,237 | ae8ce284d1a244914ed7ff743c0e04ee2e1444a6 | /src/main/java/com/gtemate/petiteannoncekmer/service/DeclarationService.java | e504030c3251fb3c255c395b4d590716cb85cb90 | [] | no_license | gaetan224/petite-annonce-kmer | https://github.com/gaetan224/petite-annonce-kmer | 98be9edae09e7b4915e96dd58645e4a6acecee59 | 548bea89a96a3baf575b2dc2eb10033353b5bfea | refs/heads/master | 2021-07-08T03:09:26.552000 | 2020-09-22T09:05:24 | 2020-09-22T09:05:24 | 75,479,854 | 0 | 3 | null | false | 2020-09-22T09:05:25 | 2016-12-03T14:51:53 | 2016-12-03T17:26:18 | 2020-09-22T09:05:24 | 5,202 | 0 | 2 | 0 | Java | false | false | package com.gtemate.petiteannoncekmer.service;
import com.gtemate.petiteannoncekmer.domain.*;
import com.gtemate.petiteannoncekmer.domain.Image;
import com.gtemate.petiteannoncekmer.domain.Localisation;
import com.gtemate.petiteannoncekmer.domain.User;
import com.gtemate.petiteannoncekmer.repository.DeclarationReposit... | UTF-8 | Java | 4,908 | java | DeclarationService.java | Java | [] | null | [] | package com.gtemate.petiteannoncekmer.service;
import com.gtemate.petiteannoncekmer.domain.*;
import com.gtemate.petiteannoncekmer.domain.Image;
import com.gtemate.petiteannoncekmer.domain.Localisation;
import com.gtemate.petiteannoncekmer.domain.User;
import com.gtemate.petiteannoncekmer.repository.DeclarationReposit... | 4,908 | 0.68806 | 0.687245 | 145 | 32.848274 | 27.310307 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.406897 | false | false | 3 |
1529d4d89cbed6be63c92561862093b634c11b7b | 10,419,590,684,273 | de07d2f27efbca68780375b24ac940b9b5aeef63 | /Resource - RubyKara/src/jruby/objectweb/asm/commons/JSRInlinerAdapter$Subroutine.java | cb7acee5af4fa9b91d4320762713567b4e2bab83 | [
"MIT"
] | permissive | xSuffix/karamod | https://github.com/xSuffix/karamod | db4ba41f4aba9125b7f33ccf0ad81070610a0d37 | 1e1c3dac9d0b0c969e23016accc6d78928942cf4 | refs/heads/master | 2020-03-31T17:44:35.768000 | 2018-10-12T19:33:24 | 2018-10-12T19:33:24 | 152,433,014 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Decompiled with CFR 0_132.
*/
package jruby.objectweb.asm.commons;
import java.util.BitSet;
public class JSRInlinerAdapter$Subroutine {
public final BitSet instructions = new BitSet();
protected JSRInlinerAdapter$Subroutine() {
}
public void addInstruction(int n) {
this.instructions.s... | UTF-8 | Java | 517 | java | JSRInlinerAdapter$Subroutine.java | Java | [] | null | [] | /*
* Decompiled with CFR 0_132.
*/
package jruby.objectweb.asm.commons;
import java.util.BitSet;
public class JSRInlinerAdapter$Subroutine {
public final BitSet instructions = new BitSet();
protected JSRInlinerAdapter$Subroutine() {
}
public void addInstruction(int n) {
this.instructions.s... | 517 | 0.661509 | 0.653772 | 25 | 19.639999 | 19.299492 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.24 | false | false | 3 |
dd0aa0ed80c4676468fb02f30d497f636ee7bc90 | 22,393,959,486,877 | 4a1cd75479d9e5b04103e3a83cad9c5b5e12d5e2 | /src/leetcode/com/algorithms/NaryTreePreorderTraversal.java | 6bda61c0a5be9c834fcdabbed0b073fa156b813d | [] | no_license | williampmb/Uri | https://github.com/williampmb/Uri | 026d3795749239d4538f75548c7166e424c3b5a4 | 0e7db787c078cdfabdcd53d91718802f34d9a3f7 | refs/heads/master | 2021-01-11T11:18:49.351000 | 2020-12-30T22:52:54 | 2020-12-30T22:52:54 | 72,739,598 | 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 leetcode.com.algorithms;
import java.util.ArrayList;
import java.util.List;
import java.util.Stack;
import utils.Nod... | UTF-8 | Java | 1,053 | java | NaryTreePreorderTraversal.java | Java | [
{
"context": ".Stack;\r\nimport utils.Node;\r\n\r\n/**\r\n *\r\n * @author William Barbosa\r\n */\r\npublic class NaryTreePreorderTraversal {\r\n ",
"end": 361,
"score": 0.9998852610588074,
"start": 346,
"tag": "NAME",
"value": "William Barbosa"
}
] | 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 leetcode.com.algorithms;
import java.util.ArrayList;
import java.util.List;
import java.util.Stack;
import utils.Nod... | 1,044 | 0.561254 | 0.559354 | 39 | 25 | 20.775972 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.538462 | false | false | 3 |
a9006cee390fdd02a22d38ff0c58005792ca0aa7 | 27,324,581,940,245 | 206bc7c424572fcad3572de0c71bd33e95cd08d2 | /src/main/java/co/kr/snack/store/enums/CodeMap.java | 1c37279e75bbe6f7d0039e26451f2a06cba3ae1f | [] | no_license | sangheePark/jungguji | https://github.com/sangheePark/jungguji | 075fb806d79a01667cfb3e3dfcdbc61099b582c3 | 407efb67b90d6fd78cf068171d84221bcfd26680 | refs/heads/master | 2022-11-28T17:34:18.177000 | 2020-07-29T04:29:34 | 2020-07-29T04:29:34 | 283,363,911 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package co.kr.snack.store.enums;
import lombok.Builder;
import lombok.Getter;
import lombok.NonNull;
@Getter
public class CodeMap {
@NonNull
private String code;
@NonNull
private String label;
@Builder
private CodeMap(String code, String label) {
this.code = code;
this.lab... | UTF-8 | Java | 453 | java | CodeMap.java | Java | [] | null | [] | package co.kr.snack.store.enums;
import lombok.Builder;
import lombok.Getter;
import lombok.NonNull;
@Getter
public class CodeMap {
@NonNull
private String code;
@NonNull
private String label;
@Builder
private CodeMap(String code, String label) {
this.code = code;
this.lab... | 453 | 0.637969 | 0.637969 | 23 | 18.695652 | 15.649517 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.478261 | false | false | 3 |
2cd8f5826e5ffc7d84ffdb6706f34db0310facc3 | 13,039,520,717,229 | faf4ddf6e29ebc951bd599473df1882e36b44288 | /src/main/java/com/qian/o2o/web/admin/ShopManagementController.java | 9a9e287fb5080a8d04a0cd3471ba5b9d95384563 | [] | no_license | QianQ77/o2o | https://github.com/QianQ77/o2o | 7c9b98bec92a680fc2d3ddea01457b791384d79b | d3809db75e1b9e603498cff7bc58ae60cd4e4c43 | refs/heads/master | 2022-12-22T10:59:06.300000 | 2019-09-22T17:13:03 | 2019-09-22T17:13:03 | 207,134,069 | 0 | 0 | null | false | 2022-12-16T05:05:32 | 2019-09-08T15:38:38 | 2019-09-22T17:13:16 | 2022-12-16T05:05:29 | 50 | 0 | 0 | 9 | Java | false | false | package com.qian.o2o.web.admin;
import java.io.IOException;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;... | UTF-8 | Java | 10,258 | java | ShopManagementController.java | Java | [
{
"context": "o.utils.HttpServletRequestUtil;\n\n/**\n * Created by qiuqian on 9/22/19.\n */\n@Controller\n@RequestMapping(\"/sho",
"end": 1337,
"score": 0.9996088147163391,
"start": 1330,
"tag": "USERNAME",
"value": "qiuqian"
}
] | null | [] | package com.qian.o2o.web.admin;
import java.io.IOException;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;... | 10,258 | 0.604601 | 0.601677 | 241 | 41.564316 | 25.083864 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.917012 | false | false | 3 |
ff89f4f3ffa1ef2f4bbca24892a3e9ce291e3a14 | 13,039,520,721,147 | 6baf1fe00541560788e78de5244ae17a7a2b375a | /hollywood/com.oculus.assistant-base/sources/X/C0705fl.java | 8120641cc25f058a4486b101a50359979cb10c9a | [] | no_license | phwd/quest-tracker | https://github.com/phwd/quest-tracker | 286e605644fc05f00f4904e51f73d77444a78003 | 3d46fbb467ba11bee5827f7cae7dfeabeb1fd2ba | refs/heads/main | 2023-03-29T20:33:10.959000 | 2021-04-10T22:14:11 | 2021-04-10T22:14:11 | 357,185,040 | 4 | 2 | null | true | 2021-04-12T12:28:09 | 2021-04-12T12:28:08 | 2021-04-10T22:15:44 | 2021-04-10T22:15:39 | 116,441 | 0 | 0 | 0 | null | false | false | package X;
import com.facebook.assistant.clientplatform.clientstate.AssistantErrorType;
/* renamed from: X.fl reason: case insensitive filesystem */
public final class C0705fl implements AbstractC0105Aj {
public final /* synthetic */ C0740gP A00;
public C0705fl(C0740gP gPVar) {
this.A00 = gPVar;
... | UTF-8 | Java | 793 | java | C0705fl.java | Java | [] | null | [] | package X;
import com.facebook.assistant.clientplatform.clientstate.AssistantErrorType;
/* renamed from: X.fl reason: case insensitive filesystem */
public final class C0705fl implements AbstractC0105Aj {
public final /* synthetic */ C0740gP A00;
public C0705fl(C0740gP gPVar) {
this.A00 = gPVar;
... | 793 | 0.635561 | 0.56116 | 26 | 29.5 | 27.959105 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.538462 | false | false | 3 |
620fdf92b9795f0e16a6e126be9df2bd273cb201 | 4,810,363,416,356 | 4d824da3ed6310cdcb516693550e5c1b142954e3 | /app/src/main/java/au/edu/unsw/infs3634/gamifiedlearning/LeaderboardActivity.java | 151610fbf855d6c6a814b16befd6e277ea8effbc | [] | no_license | CaitlinODowd/infs3634-gamified-project | https://github.com/CaitlinODowd/infs3634-gamified-project | d3cd6abe516ec61c41b681167ac8c502c3b0920f | a3824a17ec0da8d422948df91810329277d8ddda | refs/heads/main | 2023-04-22T14:14:52.369000 | 2021-05-07T02:31:45 | 2021-05-07T02:31:45 | 365,090,574 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package au.edu.unsw.infs3634.gamifiedlearning;
//INFS3634 Gamified Learning App Assignment T3 2020
//Group 20
//Caitlin O'Dowd z5183007
//Lauren Bleach z5208547
//Neil Matani z5162753
import androidx.appcompat.app.AppCompatActivity;
import androidx.room.Room;
import android.content.Intent;
import android.os.Bundle;
... | UTF-8 | Java | 4,128 | java | LeaderboardActivity.java | Java | [
{
"context": "fied Learning App Assignment T3 2020\n//Group 20\n//Caitlin O'Dowd z5183007\n//Lauren Bleach z5208547\n//Neil Matani z",
"end": 126,
"score": 0.9998838901519775,
"start": 112,
"tag": "NAME",
"value": "Caitlin O'Dowd"
},
{
"context": "nt T3 2020\n//Group 20\n//Caitlin O'... | null | [] | package au.edu.unsw.infs3634.gamifiedlearning;
//INFS3634 Gamified Learning App Assignment T3 2020
//Group 20
//<NAME> z5183007
//<NAME> z5208547
//<NAME> z5162753
import androidx.appcompat.app.AppCompatActivity;
import androidx.room.Room;
import android.content.Intent;
import android.os.Bundle;
import android.view.... | 4,108 | 0.605378 | 0.595203 | 106 | 37.952831 | 28.75806 | 129 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.575472 | false | false | 3 |
e70522bbd21e98c0ad0dec2de2265ae5aa02d5fb | 8,254,927,162,455 | 630a232115df20d1217fe3f95b7b78a71acb7d14 | /CodeReception_Server/src/main/java/top/hellooooo/codereceptionserver/service/impl/PasswordServiceImpl.java | daac1ecc911d8414f4defd4c1afc632ca0126a16 | [] | no_license | liangzaimen/codereception | https://github.com/liangzaimen/codereception | 5c21d8e2e7989f115c21d48b6d4031b7523991f6 | 557ce87cfa65b0a49b805c6fb90385a6b31f00bd | refs/heads/master | 2022-12-17T16:18:28.115000 | 2020-09-19T14:31:18 | 2020-09-19T14:31:18 | 296,237,603 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package top.hellooooo.codereceptionserver.service.impl;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import top.hellooooo.codereceptionserver.mapper.PasswordMapper;
import top.hellooooo.codereceptionserver.pojo.MessageEntity;
import top.hellooooo.coderec... | UTF-8 | Java | 840 | java | PasswordServiceImpl.java | Java | [
{
"context": "ionserver.service.PasswordService;\n\n/**\n * @Author Q\n * @Date 19/09/2020 22:24\n * @Description\n */\n@Se",
"end": 375,
"score": 0.9712680578231812,
"start": 374,
"tag": "USERNAME",
"value": "Q"
}
] | null | [] | package top.hellooooo.codereceptionserver.service.impl;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import top.hellooooo.codereceptionserver.mapper.PasswordMapper;
import top.hellooooo.codereceptionserver.pojo.MessageEntity;
import top.hellooooo.coderec... | 840 | 0.788095 | 0.77381 | 30 | 27 | 26.062744 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3 | false | false | 3 |
5fd78109312d7858f1ea687f53177880c12a2d55 | 8,254,927,159,950 | 9c396a7163dead72de5558e82c8bd003f387ee4c | /src/test/java/OCR/Challenge/BusinessCardParserTest.java | 4d1fdea74abd62644677378836ebfa74b18e11fa | [] | no_license | JFieldFlanagan/OCR | https://github.com/JFieldFlanagan/OCR | 92e3bb5af7f7c8bcde6c533b9754b6661aaeb90a | e3238e41b7bf6181fc05521bd2bce06693b8f6c2 | refs/heads/master | 2021-05-02T05:02:49.724000 | 2018-02-09T21:44:55 | 2018-02-09T21:44:55 | 120,913,640 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package OCR;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNull;
import static org.junit.Assert.assertTrue;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import org.junit.Test;
public class BusinessCardParserTest extends BusinessCardParser {
sta... | UTF-8 | Java | 6,713 | java | BusinessCardParserTest.java | Java | [
{
"context": "e =\n \"ASYMMETRIK LTD\\n\" +\n \"Mike Smith\\n\" +\n \"Senior Software Engineer\\n\" +\n ",
"end": 414,
"score": 0.9998629689216614,
"start": 404,
"tag": "NAME",
"value": "Mike Smith"
},
{
"context": "n\" +\n \"(410)555-1234\... | null | [] | package OCR;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNull;
import static org.junit.Assert.assertTrue;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import org.junit.Test;
public class BusinessCardParserTest extends BusinessCardParser {
sta... | 6,595 | 0.621332 | 0.598987 | 180 | 36.294445 | 26.071419 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.538889 | false | false | 3 |
13794ad438a5632ed98e79ec3be7acf12bbeb964 | 37,306,085,956,013 | c2a6113802a5b3277a438711c72046d8b3c49aea | /RuoYi-Vue-Plus/candy-blog/src/main/java/com/ruoyi/blog/service/IBlogArticleService.java | 23aea73014752b69d81da46dcb43fb9f89adb1e6 | [
"MIT"
] | permissive | qiunanya/myblog-ui | https://github.com/qiunanya/myblog-ui | d56c991ee57deeae2f4208908288020a9662bb62 | cb8d7695c3a61023fc8fc4aa867da1c79f17b3b9 | refs/heads/main | 2023-03-07T09:30:56.134000 | 2021-02-21T07:16:12 | 2021-02-21T07:16:12 | 326,119,317 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ruoyi.blog.service;
import com.baomidou.mybatisplus.extension.service.IService;
import com.ruoyi.blog.domain.BlogArticle;
import com.ruoyi.common.core.domain.AjaxResult;
import java.util.List;
/**
* 文章Service接口
*
* @author ruoyi
* @date 2021-01-31
*/
public interface IBlogArticleService extends ISer... | UTF-8 | Java | 705 | java | IBlogArticleService.java | Java | [
{
"context": " java.util.List;\n\n/**\n * 文章Service接口\n *\n * @author ruoyi\n * @date 2021-01-31\n */\npublic interface IBlogArt",
"end": 246,
"score": 0.9996972680091858,
"start": 241,
"tag": "USERNAME",
"value": "ruoyi"
},
{
"context": "(BlogArticle blogArticle);\n\n /**\n *... | null | [] | package com.ruoyi.blog.service;
import com.baomidou.mybatisplus.extension.service.IService;
import com.ruoyi.blog.domain.BlogArticle;
import com.ruoyi.common.core.domain.AjaxResult;
import java.util.List;
/**
* 文章Service接口
*
* @author ruoyi
* @date 2021-01-31
*/
public interface IBlogArticleService extends ISer... | 705 | 0.691244 | 0.662058 | 30 | 20.700001 | 20.118235 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.233333 | false | false | 3 |
feb1816ccb1307553beb81534d801e35cbfcd234 | 39,427,799,796,112 | 0769a224b91a622cf3f8754eaac9372f81d6196d | /app/src/main/java/com/example/usf/dbproject/Fragments/SeriesFragment.java | 9b87ec6fed795d7127a77a237547328671a6899a | [] | no_license | usfkhoury/DBProject | https://github.com/usfkhoury/DBProject | 0073aaba4803d8cab90d697fc2c195acd8cc3969 | 9d93b992061b81902236539043f64eda6e232e6f | refs/heads/master | 2021-06-09T00:40:31.562000 | 2016-12-02T19:17:15 | 2016-12-02T19:17:15 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.usf.dbproject.Fragments;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import com.e... | UTF-8 | Java | 1,766 | java | SeriesFragment.java | Java | [] | null | [] | package com.example.usf.dbproject.Fragments;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import com.e... | 1,766 | 0.728766 | 0.727067 | 56 | 30.535715 | 30.046967 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.482143 | false | false | 3 |
86a67dd2719f9a70079300935d113257aa588145 | 38,637,525,813,658 | a5d4b159c5204304a84b176cbd7c9af5297a8825 | /app/src/main/java/com/soowin/bd12343/ui/housekeeping/activity/JiaZhengOrderMineListActivity.java | 7640d80b26c4e6148af3f786af95859072126a6e | [] | no_license | kikiwarningfu/bd123431 | https://github.com/kikiwarningfu/bd123431 | 998f8d435bce99fae88840aa8fa1e5243b314b8e | ba6c8216e57de54b21c9ff42029d51baec367296 | refs/heads/master | 2020-03-13T13:28:22.386000 | 2018-04-26T10:28:48 | 2018-04-26T10:28:48 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.soowin.bd12343.ui.housekeeping.activity;
import android.app.FragmentManager;
import android.app.FragmentTransaction;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.ImageView;
import android.widget.RadioButton;
import android.widget.TextView;
import com.... | UTF-8 | Java | 6,286 | java | JiaZhengOrderMineListActivity.java | Java | [] | null | [] | package com.soowin.bd12343.ui.housekeeping.activity;
import android.app.FragmentManager;
import android.app.FragmentTransaction;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.ImageView;
import android.widget.RadioButton;
import android.widget.TextView;
import com.... | 6,286 | 0.604015 | 0.593066 | 170 | 34.458824 | 23.191303 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.629412 | false | false | 3 |
64fe427d728ec9fb192719e44cc875d29ab680ba | 36,344,013,299,103 | de6d489412dfac37cd7c6371216c68c6350e4b02 | /skilled/src/main/java/com/iliayugai/skilled/view/ProfileInfoViewHolder.java | ae41a5c31268426dd916b63e3f62c18c233f3625 | [] | no_license | pixelgang/Skilled_Android | https://github.com/pixelgang/Skilled_Android | af1e5a7b391369159455c7174fcd727375e93066 | 42c8e3dfc714eef65ec8c42fb3ac35f1c3debbf2 | refs/heads/master | 2021-01-16T18:00:08.815000 | 2017-01-05T22:08:07 | 2017-01-05T22:08:07 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.iliayugai.skilled.view;
import android.app.Activity;
import android.graphics.Typeface;
import android.graphics.drawable.Drawable;
import android.view.View;
import android.widget.ImageView;
import android.widget.TextView;
import com.iliayugai.skilled.ProfileActivity;
import com.iliayugai.skilled.R;
import ... | UTF-8 | Java | 5,815 | java | ProfileInfoViewHolder.java | Java | [
{
"context": "return;\n\n textName.setText(user.getString(\"fullname\"));\n textLocation.setText(user.getString(\"",
"end": 4744,
"score": 0.6058981418609619,
"start": 4736,
"tag": "USERNAME",
"value": "fullname"
}
] | null | [] | package com.iliayugai.skilled.view;
import android.app.Activity;
import android.graphics.Typeface;
import android.graphics.drawable.Drawable;
import android.view.View;
import android.widget.ImageView;
import android.widget.TextView;
import com.iliayugai.skilled.ProfileActivity;
import com.iliayugai.skilled.R;
import ... | 5,815 | 0.717971 | 0.717971 | 148 | 38.297298 | 31.947901 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.668919 | false | false | 3 |
fbbc740da4fb8e1b670716f7068f5a0f00a9dc05 | 19,301,583,092,386 | 7d26f1ad0a9edcfe655ab4d743bbb4870a15c614 | /day3/Long1.java | 5831d2a3967ca7856f8bd55372a1e7dc9fe2fc7c | [] | no_license | rams-san/Assignments | https://github.com/rams-san/Assignments | 553304544a1276fe3c662b5734b2a8a17085031d | 8a5c72573fecf8ab24132206c66fa4e07c369697 | refs/heads/master | 2021-03-05T16:28:19.498000 | 2020-03-09T20:23:45 | 2020-03-09T20:23:45 | 246,134,021 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.capgemini.assesments.day3;
public class Long1 {
public static void main(String[] args) {
long num[] = { 41l,52l,62,74l,87l };
printNums(num);
System.out.println("****************************");
long values[] = getValues();
printNums(values);
}
static void printNums(long[] n) {
for (... | UTF-8 | Java | 485 | java | Long1.java | Java | [] | null | [] | package com.capgemini.assesments.day3;
public class Long1 {
public static void main(String[] args) {
long num[] = { 41l,52l,62,74l,87l };
printNums(num);
System.out.println("****************************");
long values[] = getValues();
printNums(values);
}
static void printNums(long[] n) {
for (... | 485 | 0.569072 | 0.521649 | 25 | 18.4 | 16.989408 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2 | false | false | 3 |
ae649fd991f90a6b2c4357d8e24268ee27864718 | 36,627,481,138,011 | 47e8fb375536e90faaf1c597bf712b1b13870d67 | /src/main/java/com/dyenigma/service/impl/OrganizationServiceImpl.java | 5652e0b1ef0068b7070c814738c9c606eba058b4 | [] | no_license | 4v/topic | https://github.com/4v/topic | cf9b6c190a724b7578fef75eac08ae399ad63f82 | 35d7f5ea244fbcdc375e5a79e3e048439e041e6c | refs/heads/master | 2021-01-11T04:43:45.834000 | 2016-04-21T15:12:45 | 2016-04-21T15:12:45 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Title: OrganServiceImpl.java
* Package com.dyenigma.service.impl
* author dingdongliang
* date 2015年10月10日 上午11:30:17
* version V1.0
* Copyright (c) 2015,dyenigma@163.com All Rights Reserved.
*/
package com.dyenigma.service.impl;
import com.dyenigma.entity.BaseDomain;
import com.dyenigma.entity.Organizat... | UTF-8 | Java | 3,166 | java | OrganizationServiceImpl.java | Java | [
{
"context": "ava\n * Package com.dyenigma.service.impl\n * author dingdongliang\n * date 2015年10月10日 上午11:30:17\n * version V1.0\n *",
"end": 96,
"score": 0.9667960405349731,
"start": 83,
"tag": "USERNAME",
"value": "dingdongliang"
},
{
"context": " 上午11:30:17\n * version V1.0\n * C... | null | [] | /**
* Title: OrganServiceImpl.java
* Package com.dyenigma.service.impl
* author dingdongliang
* date 2015年10月10日 上午11:30:17
* version V1.0
* Copyright (c) 2015,<EMAIL> All Rights Reserved.
*/
package com.dyenigma.service.impl;
import com.dyenigma.entity.BaseDomain;
import com.dyenigma.entity.Organization;
impo... | 3,157 | 0.667961 | 0.654693 | 95 | 31.526316 | 23.663805 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.484211 | false | false | 3 |
74561cac3499b02b8830aaee981f859bdbdb85f4 | 38,757,784,926,694 | 9c149490172c1d78a921bf3ac01b57b2911f2db6 | /app_commonservice/src/main/java/com/stv/commonservice/appupdate/net/UpdateInfoRequester.java | bd103ab72bcf56d090e0657f4eb67f2a70e37963 | [] | no_license | yushuilong/CommonServer | https://github.com/yushuilong/CommonServer | 3e33b251af49cf44dc8ee0b406bc9d4f8a050ffa | 49f13b646cb57e760cb3fd311e54c307b0f4f893 | refs/heads/master | 2022-07-05T00:00:54.450000 | 2020-05-11T03:37:25 | 2020-05-11T03:37:25 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package com.stv.commonservice.appupdate.net;
import android.content.Context;
import android.content.pm.PackageInfo;
import android.content.pm.PackageManager;
import android.os.Message;
import android.text.TextUtils;
import com.stv.commonservice.appupdate.manager.UpdateManager.DefaultHandler;
import com.stv.commonser... | UTF-8 | Java | 11,605 | java | UpdateInfoRequester.java | Java | [
{
"context": "radeType\": 1, \"apkVersion\": 2, \"fileUrl\": \"http://115.182.94.141/upload/tmp/1465281043StvLogReport.apk\", \"descript",
"end": 6184,
"score": 0.9994044303894043,
"start": 6170,
"tag": "IP_ADDRESS",
"value": "115.182.94.141"
}
] | null | [] |
package com.stv.commonservice.appupdate.net;
import android.content.Context;
import android.content.pm.PackageInfo;
import android.content.pm.PackageManager;
import android.os.Message;
import android.text.TextUtils;
import com.stv.commonservice.appupdate.manager.UpdateManager.DefaultHandler;
import com.stv.commonser... | 11,603 | 0.58967 | 0.584307 | 304 | 37.019737 | 28.815422 | 191 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.759868 | false | false | 3 |
8db4a1894a1ea19c5537abf5eb88a928c0d26436 | 39,444,979,662,195 | 14f9f1676bc04a8c77715b82a3d48b4afdc4e56b | /Backend/user-service/src/main/java/com/ironhack/userservice/security/SecurityConfiguration.java | a86e3f08ecc20ca0f30bf54aeb457bcdb429cfe3 | [] | no_license | juliagarlor/PetTure | https://github.com/juliagarlor/PetTure | 4927fca8159359dc9a6203f79b3ba122da97b09a | f29e83d8c65d0b68c935f57a4b9a03fdab6828dd | refs/heads/master | 2023-04-22T15:27:58.690000 | 2021-05-05T10:54:48 | 2021-05-05T10:54:48 | 345,050,611 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ironhack.userservice.security;
import org.springframework.beans.factory.annotation.*;
import org.springframework.context.annotation.*;
import org.springframework.security.config.annotation.authentication.builders.*;
import org.springframework.security.config.annotation.method.configuration.*;
import org.sp... | UTF-8 | Java | 1,372 | java | SecurityConfiguration.java | Java | [] | null | [] | package com.ironhack.userservice.security;
import org.springframework.beans.factory.annotation.*;
import org.springframework.context.annotation.*;
import org.springframework.security.config.annotation.authentication.builders.*;
import org.springframework.security.config.annotation.method.configuration.*;
import org.sp... | 1,372 | 0.769679 | 0.769679 | 40 | 33.299999 | 28.795139 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 3 |
464116beeef9235ce04dfd98c4345eb9b94ea205 | 34,059,090,711,250 | 8f17b2ab5239ba39c150bd091c553befe445eb31 | /chat_layout/src/main/java/com/actor/chat_layout/ChatLayout.java | dc47544c61fd75d72d2d26c2dc8ae5fee4416ca5 | [
"Apache-2.0"
] | permissive | actor20170211030627/MyAndroidFrameWork | https://github.com/actor20170211030627/MyAndroidFrameWork | ea352af6100bd098b87ac2f72f3cbf8d849a2721 | 3619346c6f5d3bc979d917b26b7fee2c80cda92c | refs/heads/master | 2023-08-31T04:07:28.920000 | 2023-06-03T01:44:35 | 2023-06-03T01:44:35 | 195,851,260 | 9 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.actor.chat_layout;
import android.Manifest;
import android.annotation.SuppressLint;
import android.app.Activity;
import android.app.AlertDialog;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.co... | UTF-8 | Java | 37,479 | java | ChatLayout.java | Java | [
{
"context": "微信聊天界面按钮点击事件, 封装几个按钮及事件, 包含: <br/>\n * author : ldf <br/>\n * date : 2018/8/2 on 16:16 <br/>\n *\n",
"end": 1865,
"score": 0.9996642470359802,
"start": 1862,
"tag": "USERNAME",
"value": "ldf"
},
{
"context": "moji库 <br/>\n *   //https://gitee.com/... | null | [] | package com.actor.chat_layout;
import android.Manifest;
import android.annotation.SuppressLint;
import android.app.Activity;
import android.app.AlertDialog;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.co... | 37,479 | 0.528295 | 0.523876 | 860 | 39.787209 | 30.225548 | 197 | false | false | 0 | 0 | 0 | 0 | 111 | 0.005645 | 0.496512 | false | false | 3 |
479ff2ab1f24c34e524dddc6b7b9f948d49a5a22 | 23,038,204,643,666 | 13bc94eb54d42b3e30d7e2bc5b1b55161c49a845 | /src/main/java/com/xh/structure/list/single/SingleLinkedListInterviewQuestions.java | b7fe3c5688d8f253e3c7dcf9a71008bc56c410cc | [] | no_license | ChaseDreamBoy/data-structure-and-algorithm | https://github.com/ChaseDreamBoy/data-structure-and-algorithm | a1801224dc314cffe67309ead0a62c01b908cc7b | 3025e49e65a1bf745de4e8daafe61c85a9e0609b | refs/heads/master | 2020-12-26T05:10:49.658000 | 2020-03-16T02:55:52 | 2020-03-16T02:55:52 | 237,395,280 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.xh.structure.list.single;
import java.util.Stack;
/**
* SingleLinkedListInterviewQuestions -- 单链表面试题
*
* <p>
* 单链表面试题(新浪、百度、腾讯) :
* 1. 求单链表中有效节点的个数,对应代码 : {@link #getLength(HeroNode)}
* 2. 查找单链表中的倒数第 k 个结点 【新浪面试题】,对应代码 : {@link #findLastIndexNode(HeroNode, int)}
* 3. 单链表的反转【腾讯面试题】,对应代码 : {@link #re... | UTF-8 | Java | 7,122 | java | SingleLinkedListInterviewQuestions.java | Java | [
{
"context": "cursion(HeroNode, HeroNode)}\n * </p>\n *\n * @author xiaohe\n */\npublic class SingleLinkedListInterviewQuestio",
"end": 570,
"score": 0.9990704655647278,
"start": 564,
"tag": "USERNAME",
"value": "xiaohe"
}
] | null | [] | package com.xh.structure.list.single;
import java.util.Stack;
/**
* SingleLinkedListInterviewQuestions -- 单链表面试题
*
* <p>
* 单链表面试题(新浪、百度、腾讯) :
* 1. 求单链表中有效节点的个数,对应代码 : {@link #getLength(HeroNode)}
* 2. 查找单链表中的倒数第 k 个结点 【新浪面试题】,对应代码 : {@link #findLastIndexNode(HeroNode, int)}
* 3. 单链表的反转【腾讯面试题】,对应代码 : {@link #re... | 7,122 | 0.507177 | 0.495215 | 210 | 24.87619 | 19.439133 | 145 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.314286 | false | false | 3 |
867b767e9d34e2a77b25642e0173e3adeadfe88a | 35,708,358,147,318 | 686a0a28ce653c4b2da81f59a7da1ede90cd70fa | /src/com/newgen/test/A.java | a7d6f9e6ab16b3a25c52b1c271ec79fe7b62db89 | [] | no_license | namangandhi1995/JavaBasic | https://github.com/namangandhi1995/JavaBasic | 1e629b21b18d48d2f50a45d2cde09dd1e66d420a | a946de0b2618ed9d3a31f892190c7493a26846d8 | refs/heads/master | 2021-01-25T23:02:11.602000 | 2020-02-26T09:29:17 | 2020-02-26T09:29:17 | 243,217,730 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /* for varargs
double > float
float > long
long > int
int > char
int > short*/
package com.newgen.test;
public class A {
public static void main(String[] args) {
B.Inner inner = new B().new Inner();
inner.m1(1, 2, 2);
}
}
class B {
class Inner {
public void m1(String... a) {
// TODO Auto-generated meth... | UTF-8 | Java | 469 | java | A.java | Java | [] | null | [] | /* for varargs
double > float
float > long
long > int
int > char
int > short*/
package com.newgen.test;
public class A {
public static void main(String[] args) {
B.Inner inner = new B().new Inner();
inner.m1(1, 2, 2);
}
}
class B {
class Inner {
public void m1(String... a) {
// TODO Auto-generated meth... | 469 | 0.616205 | 0.597015 | 32 | 13.65625 | 13.354796 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.09375 | false | false | 3 |
d25ff18e6abc73a9c525f5b4876fe572d9788220 | 2,362,232,042,264 | d63d1b1cfaf4e476d59283153744a58333bb90d2 | /src/main/java/com/soprasteria/asp/gestionEvol/controller/PatchController.java | 232b9f4ae84650f8fd4f3efeb05ce57ddee5e1c9 | [] | no_license | SpiritWhite66/gestionEvol | https://github.com/SpiritWhite66/gestionEvol | 5b1bf289cd8167380180cd19060f9474ef6894fa | b3acdb53465514d9bfcb6f4dbabd3ff610c57ded | refs/heads/master | 2020-04-06T04:41:51.283000 | 2017-04-20T16:58:48 | 2017-04-20T16:58:48 | 82,805,607 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.soprasteria.asp.gestionEvol.controller;
import java.util.ArrayList;
import javax.servlet.http.HttpSession;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.ModelMap;
import org.springframework.web.bind.annotatio... | UTF-8 | Java | 1,280 | java | PatchController.java | Java | [] | null | [] | package com.soprasteria.asp.gestionEvol.controller;
import java.util.ArrayList;
import javax.servlet.http.HttpSession;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.ModelMap;
import org.springframework.web.bind.annotatio... | 1,280 | 0.817969 | 0.817969 | 44 | 28.09091 | 28.09466 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.022727 | false | false | 3 |
5876538b6bf816cc063333720837c25eb3e7d670 | 30,442,728,198,516 | 5f48d89c5dc195defcf4f4296ca91b3c6bfdfac5 | /src/main/java/com/cattsoft/ny/base/service/impl/InsercticidesWorksInfoServiceImpl.java | 766682fccbafc91371d3320a3138374fa752eb4c | [] | no_license | maoxiaobing1988/springdemo | https://github.com/maoxiaobing1988/springdemo | b1736e58d2c987c457b7d6e60fc0aeef4d82b03b | 29ebeca3aa50d0883abb54d1583302283383270b | refs/heads/master | 2016-09-06T12:57:29.627000 | 2014-12-02T01:19:55 | 2014-12-02T01:19:55 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Powered By Generator Util
*/
package com.cattsoft.ny.base.service.impl;
import java.util.List;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springfram... | UTF-8 | Java | 3,201 | java | InsercticidesWorksInfoServiceImpl.java | Java | [
{
"context": " * Copyright (c) 2012 CATTSoft <br>\n * \n * @author CHASE\n */\n@Service(\"insercticidesWorksInfoService\")\n@Tr",
"end": 857,
"score": 0.9839774370193481,
"start": 852,
"tag": "USERNAME",
"value": "CHASE"
}
] | null | [] | /*
* Powered By Generator Util
*/
package com.cattsoft.ny.base.service.impl;
import java.util.List;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springfram... | 3,201 | 0.788191 | 0.786942 | 98 | 31.663265 | 33.853508 | 138 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.979592 | false | false | 3 |
fd5a3a638f6ed202923d28f9bf35dae1efbb6556 | 25,683,904,439,204 | 11ec218b2d043b720849080bc8e5e65eab0b54f2 | /observer/src/main/java/com/littlehui/design/observer/Observer.java | f007b02bfffd05acfbfc338fa182acec3efec874 | [] | no_license | littlehui/designpattern | https://github.com/littlehui/designpattern | bc8e1e80c44f934044454c7a2a6ca0d17133d0ac | 0f2cf3f9689b9269ead58462efd95a946532b5c9 | refs/heads/master | 2023-04-28T18:49:08.543000 | 2020-04-10T02:41:53 | 2020-04-10T02:41:53 | 109,943,192 | 1 | 0 | null | false | 2023-04-17T19:22:35 | 2017-11-08T07:37:22 | 2020-04-10T02:42:09 | 2023-04-17T19:22:31 | 425 | 1 | 0 | 1 | Java | false | false | package com.littlehui.design.observer;
/**
* @Description TODO
* @ClassName Observer
* @Author littlehui
* @Date 2019/10/9 16:32
* @Version 1.0
**/
public interface Observer {
public void update(String message);
}
| UTF-8 | Java | 226 | java | Observer.java | Java | [
{
"context": "Description TODO\n * @ClassName Observer\n * @Author littlehui\n * @Date 2019/10/9 16:32\n * @Version 1.0\n **/\npub",
"end": 108,
"score": 0.9993755221366882,
"start": 99,
"tag": "USERNAME",
"value": "littlehui"
}
] | null | [] | package com.littlehui.design.observer;
/**
* @Description TODO
* @ClassName Observer
* @Author littlehui
* @Date 2019/10/9 16:32
* @Version 1.0
**/
public interface Observer {
public void update(String message);
}
| 226 | 0.690265 | 0.632743 | 13 | 16.384615 | 13.344769 | 39 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.153846 | false | false | 3 |
2ebb23f1843e498ba8a98df4345f7da3638a44ba | 6,957,847,068,154 | 8109bfb029eb4aeecc142b8a3fce3ffb250e7f72 | /app/src/main/java/com/gebeya/mobile/bidir/data/client/remote/RegisterDto.java | 48c184e84f81ddc0476fbbad676a3a62b53d66c8 | [] | no_license | AbnetS/bidir-android | https://github.com/AbnetS/bidir-android | d011f3b7e030a23e08a221284167684f24c58e86 | 5db668af8c394321cc1e3eb3c9bb945be6d78c20 | refs/heads/master | 2022-06-20T15:25:51.852000 | 2019-12-16T05:30:14 | 2019-12-16T05:30:14 | 262,890,874 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.gebeya.mobile.bidir.data.client.remote;
import java.io.File;
/**
* Simple model to hold registration data. Data in here will eventually be passed to the
* {@link com.gebeya.mobile.bidir.data.client.Client} model
*/
public class RegisterDto {
// Personal Details section
public String firstName;... | UTF-8 | Java | 1,135 | java | RegisterDto.java | Java | [] | null | [] | package com.gebeya.mobile.bidir.data.client.remote;
import java.io.File;
/**
* Simple model to hold registration data. Data in here will eventually be passed to the
* {@link com.gebeya.mobile.bidir.data.client.Client} model
*/
public class RegisterDto {
// Personal Details section
public String firstName;... | 1,135 | 0.715419 | 0.715419 | 48 | 22.666666 | 17.207476 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.541667 | false | false | 3 |
c93bd40e87b727ad01d9e96422cd50c683f1cf9d | 1,030,792,189,073 | a3d7d3e951c34ccae3beb4ba247ca82ce3f56f70 | /InclassHomework/Interface/Bicycle.java | 63f5b25cb0b705a5d3dc29df1c58098136d7e630 | [] | no_license | paxtonproctor/4143_Contemperary-Programming-Langauage-java | https://github.com/paxtonproctor/4143_Contemperary-Programming-Langauage-java | ee1f80310b656f67e14a4ba436464359ffc96169 | f317db5250b2b7f10a904bc6e625a5da46395623 | refs/heads/master | 2023-08-20T12:38:44.143000 | 2021-10-26T20:49:12 | 2021-10-26T20:49:12 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package InclassHomework.Interface;
interface Vehicle{
public void changeGear(int a);
public void speedUp(int a);
public void applyBrakes(int a);
}
class Bicycle implements Vehicle{
public int gear;
public int speed;
public void changeGear(int myGear){
gear = myGear;
}
public ... | UTF-8 | Java | 1,921 | java | Bicycle.java | Java | [] | null | [] | package InclassHomework.Interface;
interface Vehicle{
public void changeGear(int a);
public void speedUp(int a);
public void applyBrakes(int a);
}
class Bicycle implements Vehicle{
public int gear;
public int speed;
public void changeGear(int myGear){
gear = myGear;
}
public ... | 1,921 | 0.57366 | 0.568974 | 96 | 19.020834 | 15.250669 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.385417 | false | false | 3 |
aa16fbfbd999a4511391fd2d976ffbd13b0f86ad | 5,884,105,239,826 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/7/7_80d53be9ae7e231f375ad6fb788eac354302acc7/MarkdownConfigurationProvider/7_80d53be9ae7e231f375ad6fb788eac354302acc7_MarkdownConfigurationProvider_t.java | 983f3aa6dab58ba7a53a02ea7cf76acdf2f0a3f7 | [] | 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 | /* license-start
*
* Copyright (C) 2008 - 2013 Crispico, <http://www.crispico.com/>.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation version 3.
*
* This program is d... | UTF-8 | Java | 6,412 | java | 7_80d53be9ae7e231f375ad6fb788eac354302acc7_MarkdownConfigurationProvider_t.java | Java | [
{
"context": "license-start\r\n * \r\n * Copyright (C) 2008 - 2013 Crispico, <http://www.crispico.com/>.\r\n * \r\n * This prog",
"end": 63,
"score": 0.6444543600082397,
"start": 55,
"tag": "NAME",
"value": "Crispico"
},
{
"context": "nu.org/licenses/>.\r\n * \r\n * Contributor... | null | [] | /* license-start
*
* Copyright (C) 2008 - 2013 Crispico, <http://www.crispico.com/>.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation version 3.
*
* This program is d... | 6,412 | 0.713506 | 0.707891 | 133 | 46.210526 | 42.677502 | 186 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.150376 | false | false | 3 |
ad755c2e53e5363802b4444c8ac328f1a84ce872 | 24,326,694,830,336 | 23954a7d5713fbbe5e35a87c81745907cabc5462 | /src/main/java/com/youedata/nncloud/core/common/constant/dictmap/QuestionDict.java | 2bb66a29c60eb40ed2fb9c8e58bdfd56e7d86817 | [] | no_license | lj88811498/db | https://github.com/lj88811498/db | 410a8c5af0f2e7c34bc78996e08650b16ee966e3 | fd19c30fff7a5c44ebae34dbe10a6101d67eae74 | refs/heads/master | 2022-10-07T05:33:43.516000 | 2020-01-06T09:38:16 | 2020-01-06T09:38:16 | 232,068,336 | 0 | 0 | null | false | 2022-09-01T23:18:23 | 2020-01-06T09:35:38 | 2020-01-06T10:19:34 | 2022-09-01T23:18:20 | 8,304 | 0 | 0 | 14 | JavaScript | false | false | package com.youedata.nncloud.core.common.constant.dictmap;
import com.youedata.nncloud.core.common.constant.dictmap.base.AbstractDictMap;
/**
* Created by sky on 2018/11/26.
* 修改用户状态(禁用/启用)的记录日志
*/
public class QuestionDict extends AbstractDictMap{
@Override
public void init() {
put("questionTitle"... | UTF-8 | Java | 601 | java | QuestionDict.java | Java | [
{
"context": "t.dictmap.base.AbstractDictMap;\n\n/**\n * Created by sky on 2018/11/26.\n * 修改用户状态(禁用/启用)的记录日志\n */\npublic c",
"end": 161,
"score": 0.9889227151870728,
"start": 158,
"tag": "USERNAME",
"value": "sky"
}
] | null | [] | package com.youedata.nncloud.core.common.constant.dictmap;
import com.youedata.nncloud.core.common.constant.dictmap.base.AbstractDictMap;
/**
* Created by sky on 2018/11/26.
* 修改用户状态(禁用/启用)的记录日志
*/
public class QuestionDict extends AbstractDictMap{
@Override
public void init() {
put("questionTitle"... | 601 | 0.698413 | 0.684303 | 21 | 26 | 25.439003 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.47619 | false | false | 3 |
a3b956dbff66a2828dcf4003930e751d28eafeff | 25,056,839,236,165 | c413edf4f9f6f00042a45f4770523436dfe8b618 | /src/xdpaiy/jfinal/HelloController.java | 7e891ff2f4362723077a75aaaf14b8a2edd2ab95 | [] | no_license | denglonghui/xdpaiy | https://github.com/denglonghui/xdpaiy | 388c2b0db5bf778eab38051f639328e93fa4044d | a188909b361dbcc0ca025f56a1f396c1bf10bdd3 | refs/heads/master | 2020-04-12T03:55:21.947000 | 2016-10-18T12:45:55 | 2016-10-18T12:45:55 | 62,949,894 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package xdpaiy.jfinal;
import com.jfinal.core.ActionKey;
import com.jfinal.core.Controller;
public class HelloController extends Controller {
@ActionKey("hello")
public void hello() {
renderText("Hello JFinal World.");
// render("index.html");
}
}
| UTF-8 | Java | 273 | java | HelloController.java | Java | [] | null | [] | package xdpaiy.jfinal;
import com.jfinal.core.ActionKey;
import com.jfinal.core.Controller;
public class HelloController extends Controller {
@ActionKey("hello")
public void hello() {
renderText("Hello JFinal World.");
// render("index.html");
}
}
| 273 | 0.692308 | 0.692308 | 12 | 20.75 | 15.753967 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.083333 | false | false | 3 |
84341f8b4287911df491c1e1df3b1b84607f0286 | 18,726,057,476,080 | 855dd7fb70bbaa7ced4bef435d3dab0f32088d4b | /src/test/java/br/com/fatec/les/nature/TesteUsuarioDAO.java | ecc6e55c35a22be4d2c234c4e975a73b6493574c | [] | no_license | rcdev99/nature | https://github.com/rcdev99/nature | 54085a7c256e25a2a6736c1ac2026ced54269a61 | 426239557951a56496d16791ab4d2cdbd2bb466b | refs/heads/master | 2021-03-10T13:22:03.553000 | 2020-07-14T15:41:27 | 2020-07-14T15:41:27 | 246,456,960 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.fatec.les.nature;
import java.sql.SQLException;
import br.com.fatec.les.nature.dao.UsuarioDAO;
import br.com.fatec.les.nature.model.Cliente;
import br.com.fatec.les.nature.model.TipoUsuario;
public class TesteUsuarioDAO {
public static void main(String[] args) throws SQLException {
Cliente usua... | UTF-8 | Java | 728 | java | TesteUsuarioDAO.java | Java | [
{
"context": "suario = new UsuarioDAO();\n\t\t\n\t\tusuario.setEmail(\"ricardo06@gmail.com\");\n\t\tusuario.setSenha(\"ricardo\");\n\t\tusuario.setTi",
"end": 427,
"score": 0.999921441078186,
"start": 408,
"tag": "EMAIL",
"value": "ricardo06@gmail.com"
},
{
"context": "Email(\"ricard... | null | [] | package br.com.fatec.les.nature;
import java.sql.SQLException;
import br.com.fatec.les.nature.dao.UsuarioDAO;
import br.com.fatec.les.nature.model.Cliente;
import br.com.fatec.les.nature.model.TipoUsuario;
public class TesteUsuarioDAO {
public static void main(String[] args) throws SQLException {
Cliente usua... | 719 | 0.758242 | 0.744505 | 27 | 25.962963 | 24.406256 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.481481 | false | false | 3 |
560db112d110dae7f0d5f10afc05f5104e12688c | 10,874,857,214,904 | 7fb07ddc84d3f17727d847067bce2650f9f886c1 | /src/org/kiwix/kiwixmobile/utils/KiwixSearchWidget.java | 64df95c2c14d95640e540790202fc732c0c6f5c7 | [] | no_license | EladKeyshawn/kiwix-android | https://github.com/EladKeyshawn/kiwix-android | 70777fb3280adacbb82b6abaedc912fb4dafabd8 | 1ebc2c17cd908c08fa3dcbaaa6eb66f2f63ea1da | refs/heads/master | 2021-01-18T19:44:09.971000 | 2017-04-01T11:53:25 | 2017-04-01T11:53:25 | 86,908,727 | 0 | 1 | null | true | 2017-04-01T11:23:44 | 2017-04-01T11:23:44 | 2017-03-18T16:05:17 | 2017-03-28T21:32:27 | 138,228 | 0 | 0 | 0 | null | null | null | /*
* Copyright 2013 Elad Keyshawn <elad.keyshawn@gmail.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* any later version.
*
* This program ... | UTF-8 | Java | 3,700 | java | KiwixSearchWidget.java | Java | [
{
"context": "/*\n * Copyright 2013 Elad Keyshawn <elad.keyshawn@gmail.com>\n *\n * This program is f",
"end": 35,
"score": 0.9998828172683716,
"start": 22,
"tag": "NAME",
"value": "Elad Keyshawn"
},
{
"context": "/*\n * Copyright 2013 Elad Keyshawn <elad.keyshawn@gmail.com>\n *\n ... | null | [] | /*
* Copyright 2013 <NAME> <<EMAIL>>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* any later version.
*
* This program is distributed in the h... | 3,677 | 0.760811 | 0.755405 | 84 | 43.047619 | 40.808178 | 154 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.857143 | false | false | 3 |
eaa1890b70276ae3197b048558451650205dac82 | 10,874,857,217,656 | 48282d6985341ded6e382255cca06458b0260ceb | /JavaSurvey/src/javaSurvey/JavaSurvey.java | 106a6b868d8420162d96f7fd832cedf0523c801f | [] | no_license | JacobSharp/JavaSurvey | https://github.com/JacobSharp/JavaSurvey | beb7d6ec5c16de198817ccfae703f06c0beabe89 | 970b9022e660a1bbeac4790cc33dd172194b4ab3 | refs/heads/master | 2021-09-08T05:26:47.121000 | 2018-02-26T14:38:47 | 2018-02-26T14:38:47 | 119,379,518 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package javaSurvey;
import javax.swing.JFrame;
import view.*;
public class JavaSurvey extends JFrame {
private static final long serialVersionUID = 1L;
public static void main(String[] args) {
LoginView login = new LoginView();
login.setVisible(true);
}
}
| UTF-8 | Java | 291 | java | JavaSurvey.java | Java | [] | null | [] | package javaSurvey;
import javax.swing.JFrame;
import view.*;
public class JavaSurvey extends JFrame {
private static final long serialVersionUID = 1L;
public static void main(String[] args) {
LoginView login = new LoginView();
login.setVisible(true);
}
}
| 291 | 0.680412 | 0.676976 | 17 | 15 | 17.190969 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.882353 | false | false | 3 |
c4097429fe42984fdfcc0f5f1079b68303ae68e1 | 10,874,857,216,934 | 980e2e7ed82f773d3cda974e665b14dbd2c431a6 | /HomeWork11/src/hw11/command/cmd/LS.java | 7e8429ec96bd67b93a52dcf6c9a15547bf9e5409 | [] | no_license | radhikapatel4391/CS680 | https://github.com/radhikapatel4391/CS680 | d7f1072f9fcccec137000379ae47c2b0c2f7cbf1 | 6bd2bdf8c8221d681ab6e5f80fd9ad510920881d | refs/heads/master | 2021-01-24T01:14:39.701000 | 2018-12-22T03:41:03 | 2018-12-22T03:41:03 | 122,801,276 | 4 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package hw11.command.cmd;
import java.util.LinkedList;
import hw11.command.Command;
import hw11.fileSystem.Directory;
import hw11.fileSystem.FSElement;
import hw11.fileSystem.FileSystem;
public class LS implements Command{
private FileSystem f;
public LS()
{
f = FileSystem.getInstance();
}
@Override
publi... | UTF-8 | Java | 693 | java | LS.java | Java | [] | null | [] | package hw11.command.cmd;
import java.util.LinkedList;
import hw11.command.Command;
import hw11.fileSystem.Directory;
import hw11.fileSystem.FSElement;
import hw11.fileSystem.FileSystem;
public class LS implements Command{
private FileSystem f;
public LS()
{
f = FileSystem.getInstance();
}
@Override
publi... | 693 | 0.694084 | 0.678211 | 33 | 20 | 19.628365 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.545455 | false | false | 3 |
d050ed006f6763981e0269bb6e73ff4f124a118d | 11,295,763,997,139 | 5a8bc50ca20f3ec4789e7bcea748524fa4f49092 | /src/main/java/de/hammacher/util/LongArrayList.java | b7b7961de67b801438058226d76fe072e848412f | [] | no_license | hammacher/java-utilities | https://github.com/hammacher/java-utilities | d38e75f9f28c79d3adcd03efd8d3f90e36393484 | 02e215d88736839a3a2f6552b93a19b3ff1cc876 | refs/heads/master | 2021-01-10T11:35:13.536000 | 2016-03-11T11:58:42 | 2016-03-11T11:58:42 | 46,721,435 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package de.hammacher.util;
import java.lang.reflect.Array;
import java.util.AbstractList;
import java.util.Arrays;
import java.util.Collection;
import java.util.ConcurrentModificationException;
import java.util.Iterator;
import java.util.ListIterator;
import java.util.NoSuchElementException;
import java.util.RandomAcc... | UTF-8 | Java | 42,225 | java | LongArrayList.java | Java | [
{
"context": "s (which is ArrayList's limitation).\n *\n * @author Clemens Hammacher\n *\n * @param <T> the element type\n */\npublic clas",
"end": 505,
"score": 0.999879777431488,
"start": 488,
"tag": "NAME",
"value": "Clemens Hammacher"
}
] | null | [] | package de.hammacher.util;
import java.lang.reflect.Array;
import java.util.AbstractList;
import java.util.Arrays;
import java.util.Collection;
import java.util.ConcurrentModificationException;
import java.util.Iterator;
import java.util.ListIterator;
import java.util.NoSuchElementException;
import java.util.RandomAcc... | 42,214 | 0.576838 | 0.567365 | 1,094 | 37.596893 | 31.914753 | 143 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.554845 | false | false | 3 |
6810adf23ca4fd4f7a7deb7da7ee974d56165314 | 12,197,707,127,154 | cb77674ad8330675f9004c841e283f2f14d014f4 | /src/com/interview/leetcode/google/medium/ImageOverlap.java | 6b8c4d85bfbcc5cd4e02d490cfb7f6e3099da434 | [] | no_license | GoldKing1983/MyJava | https://github.com/GoldKing1983/MyJava | 3b7cefe372f6f8c2054b1e7a908753fcc8ccccfe | 5c022a554e994492363ff1456ab4a7cdc8635e16 | refs/heads/main | 2023-07-03T15:39:55.216000 | 2021-08-04T08:08:04 | 2021-08-04T08:08:04 | 319,265,401 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.interview.leetcode.google.medium;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
/*
https://leetcode.com/problems/image-overlap/
What is Vector : https://www.youtube.com/watch?v=ml4NSzCQobk
================================================================... | UTF-8 | Java | 3,899 | java | ImageOverlap.java | Java | [] | null | [] | package com.interview.leetcode.google.medium;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
/*
https://leetcode.com/problems/image-overlap/
What is Vector : https://www.youtube.com/watch?v=ml4NSzCQobk
================================================================... | 3,899 | 0.498333 | 0.436522 | 98 | 38.785713 | 30.101614 | 122 | false | false | 0 | 0 | 0 | 0 | 142 | 0.121313 | 1.265306 | false | false | 3 |
e1de124fab2762852b862cf5b562c9b72141503e | 26,817,775,805,049 | 8987c1436d2e4ee8541a77a419547bfec637c002 | /src/bupt/sc/utils/SCPath.java | 928116fc6d158ec7729bb3bf0f9b79565026fc1b | [] | no_license | TrigoTao/SwitchCloud | https://github.com/TrigoTao/SwitchCloud | bd41c8b730fb908e47d8ae941d97d9269c42d832 | 05a84907f7c5929122f4901781dd81149eb6ff73 | refs/heads/master | 2021-01-19T20:50:30.950000 | 2014-11-06T10:57:27 | 2014-11-06T10:57:27 | 22,455,817 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package bupt.sc.utils;
public class SCPath {
private final static String home = System.getProperty("user.dir");
public static String getHome(){
//return home;
return "/home/jiaohuan/iaas/";
}
}
| UTF-8 | Java | 204 | java | SCPath.java | Java | [] | null | [] | package bupt.sc.utils;
public class SCPath {
private final static String home = System.getProperty("user.dir");
public static String getHome(){
//return home;
return "/home/jiaohuan/iaas/";
}
}
| 204 | 0.705882 | 0.705882 | 10 | 19.4 | 19.900753 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.2 | false | false | 3 |
1a3ac1288f7fd253a822cead009e72868b5fc10d | 12,446,815,233,710 | a3eed78b8ed43a675ad9ff7f8d99a5162d70184d | /src/com/company/Carro.java | 0d92e5c9b2b06df96dceaff8ae1660b1c6b8271b | [] | no_license | erikhlp/atividade1 | https://github.com/erikhlp/atividade1 | a91148c7535ecdd2b136c7378b59fd4195ce6ca3 | 79bb19f47c47e4ad930071c346b85e8f25c079a0 | refs/heads/master | 2021-05-19T16:49:45.858000 | 2020-04-15T00:33:06 | 2020-04-15T00:33:06 | 252,035,242 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.company;
public class Carro {
private Proprietário proprietario;
private int velocidadeMaxima;
private int velocidadeAtual;
private int numeroDePortasDoCarro;
private String tetoSolar;
private int numeroDeMarchasDoCarro;
private String cambioAutomatico;
private int volumeDeC... | UTF-8 | Java | 2,566 | java | Carro.java | Java | [] | null | [] | package com.company;
public class Carro {
private Proprietário proprietario;
private int velocidadeMaxima;
private int velocidadeAtual;
private int numeroDePortasDoCarro;
private String tetoSolar;
private int numeroDeMarchasDoCarro;
private String cambioAutomatico;
private int volumeDeC... | 2,566 | 0.685815 | 0.683861 | 64 | 38.984375 | 70.893951 | 544 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.578125 | false | false | 3 |
1951911ba3eb349205e5d7018a82e90c095fa645 | 22,445,499,098,905 | a371c2f1aa52da8eec114c61026dbb5e827eb757 | /BatteryTest/platform/src/main/java/com/raceyourself/platform/models/Game.java | 0d1e6611459fee716f449bdf94e0645ee4dfa364 | [] | no_license | weseethrough/DeadCode | https://github.com/weseethrough/DeadCode | bd52b16cae96ff22c300df4abe00d358bfba6236 | fb3f986d218a70dc94a4e23cdc93b9857aaf3ef4 | refs/heads/master | 2020-04-15T05:30:48.126000 | 2014-08-06T08:47:18 | 2014-08-06T08:47:18 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.raceyourself.platform.models;
import static com.roscopeco.ormdroid.Query.eql;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.util.List;
import android.content.Context;
import android.util.Log;
import com.fasterxml.jack... | UTF-8 | Java | 15,815 | java | Game.java | Java | [
{
"context": "0, \"Race Mode\").save();\n new Game(\"Paula Radcliffe\",\"activity_paula_radcliffe\",\"activity_paula_radcl",
"end": 7370,
"score": 0.9983058571815491,
"start": 7355,
"tag": "NAME",
"value": "Paula Radcliffe"
},
{
"context": "tivity_paula_radcliffe\",\"r... | null | [] | package com.raceyourself.platform.models;
import static com.roscopeco.ormdroid.Query.eql;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.util.List;
import android.content.Context;
import android.util.Log;
import com.fasterxml.jack... | 15,740 | 0.617072 | 0.596333 | 326 | 47.512268 | 56.621807 | 268 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.944785 | false | false | 3 |
6bdfbd740eacf424453364dcf8ee0ef092cd75cb | 10,883,447,139,401 | 922f411cda75c49964ae8dbc7ac2b65a3b555790 | /app/src/main/java/com/example/estebanbuitrago/gymtimeapp/CoachAct.java | fe3ab634d9d13d0ef02a45913ec7eca23322d67f | [] | no_license | estbs/GymTimeAppV1 | https://github.com/estbs/GymTimeAppV1 | c1a2b6cbb24f504a57dd3f080c8cb7e1cfb08eaa | b05d0a895419cfecbfd3f483561a1c495b985f8c | refs/heads/master | 2016-08-11T07:06:47.518000 | 2016-01-13T04:56:45 | 2016-01-13T04:56:45 | 49,550,333 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.estebanbuitrago.gymtimeapp;
import android.content.Intent;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentManager;
import android.support.v4.app.FragmentPagerAdapter;
import android.support.v4.app.FragmentTransaction;
import android.support.v4.view.PagerAdapter;
impor... | UTF-8 | Java | 3,551 | java | CoachAct.java | Java | [
{
"context": "package com.example.estebanbuitrago.gymtimeapp;\n\nimport android.content.Intent;\nimpor",
"end": 35,
"score": 0.9799208045005798,
"start": 20,
"tag": "USERNAME",
"value": "estebanbuitrago"
}
] | null | [] | package com.example.estebanbuitrago.gymtimeapp;
import android.content.Intent;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentManager;
import android.support.v4.app.FragmentPagerAdapter;
import android.support.v4.app.FragmentTransaction;
import android.support.v4.view.PagerAdapter;
impor... | 3,551 | 0.676711 | 0.67305 | 117 | 29.350428 | 28.459694 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.42735 | false | false | 3 |
8a4b9057b214af392023fa2e9984bc7e78721627 | 19,035,295,091,736 | 8ccc055d87dda800673989ec8eb0352efd64723c | /src/main/java/page/nb/personal/contact/service/EmailService.java | 885b78bf072750681ed77c2e5e47fa8e0ce8f413 | [] | no_license | C4X2/personal-site-back-end | https://github.com/C4X2/personal-site-back-end | a2877702bbf0c03828d9a0125f82758a626d289c | 22d844aa00f1cfebd99f76afadd74a975b5cf06a | refs/heads/master | 2023-05-01T23:04:12.582000 | 2021-05-27T22:52:05 | 2021-05-27T22:52:05 | 371,519,071 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package page.nb.personal.contact.service;
import page.nb.personal.contact.dm.EmailContact;
/**
* @author Nate B.
* @version 1.0
*/
public interface EmailService {
void sendEmail(String address, String text, String name);
void sendEmail(EmailContact emailContact);
}
| UTF-8 | Java | 279 | java | EmailService.java | Java | [
{
"context": ".personal.contact.dm.EmailContact;\n\n/**\n * @author Nate B.\n * @version 1.0\n */\npublic interface EmailServic",
"end": 114,
"score": 0.999872624874115,
"start": 108,
"tag": "NAME",
"value": "Nate B"
}
] | null | [] | package page.nb.personal.contact.service;
import page.nb.personal.contact.dm.EmailContact;
/**
* @author <NAME>.
* @version 1.0
*/
public interface EmailService {
void sendEmail(String address, String text, String name);
void sendEmail(EmailContact emailContact);
}
| 279 | 0.738351 | 0.731183 | 12 | 22.25 | 21.233326 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 3 |
92001ea09b75e174eeb108bcac7bd1ebbad3564a | 20,529,943,705,716 | 9940c6e78a69512014cd6841e7fcc57815793533 | /src/main/java/hqli/web/PostController.java | 768cddcecfca8f2b67f35abdc05b1b4c6a45d4d1 | [] | no_license | wolfwhoami/HQLi-playground | https://github.com/wolfwhoami/HQLi-playground | 4839d5831abe25d581c7f7c8881162fffc9fae81 | 1791403ab432dfa74a4bfc518675f9f6f77c9363 | refs/heads/master | 2020-03-08T20:36:36.183000 | 2016-05-15T16:30:47 | 2016-05-15T16:30:47 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package hqli.web;
import hqli.persistent.Post;
import hqli.persistent.PostRepository;
import javax.ejb.Stateless;
import javax.inject.Inject;
import javax.ws.rs.*;
import javax.ws.rs.core.MediaType;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
@Stateless
@Path("... | UTF-8 | Java | 1,737 | java | PostController.java | Java | [] | null | [] | package hqli.web;
import hqli.persistent.Post;
import hqli.persistent.PostRepository;
import javax.ejb.Stateless;
import javax.inject.Inject;
import javax.ws.rs.*;
import javax.ws.rs.core.MediaType;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
@Stateless
@Path("... | 1,737 | 0.696028 | 0.694876 | 83 | 19.927711 | 21.574072 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.277108 | false | false | 3 |
a15bc1eb8d0ab7afa399a0689b87d3e35a784cf2 | 19,361,712,596,829 | 7f3d8fa322a18f9bbda89fab2562cf035fdb3a2d | /Invoices_v1/ViewController/src/com/globant/invoices/view/backing/page/RegisterInvoice_v2.java | e1443dacf667a1801081127179faebdb96ff2540 | [] | no_license | rodmar2/Oracle-ADF-Projects | https://github.com/rodmar2/Oracle-ADF-Projects | c27eca07df213224970958036b951d2497ebcd2b | 7a0312ffb97014d88bb46bd6de684a48f6578975 | refs/heads/master | 2016-09-06T08:35:37.324000 | 2014-12-02T00:27:33 | 2014-12-02T00:27:33 | 25,844,389 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.globant.invoices.view.backing.page;
import com.globant.invoices.app.AppModuleImpl;
import com.globant.invoices.model.AInvoicesImpl;
import com.globant.invoices.webservices.proxy.GetInvoiceServerIDV4Response;
import com.globant.invoices.webservices.proxy.InvoiceRequest;
import com.globant.invoices.webservic... | UTF-8 | Java | 10,944 | java | RegisterInvoice_v2.java | Java | [] | null | [] | package com.globant.invoices.view.backing.page;
import com.globant.invoices.app.AppModuleImpl;
import com.globant.invoices.model.AInvoicesImpl;
import com.globant.invoices.webservices.proxy.GetInvoiceServerIDV4Response;
import com.globant.invoices.webservices.proxy.InvoiceRequest;
import com.globant.invoices.webservic... | 10,944 | 0.631213 | 0.61568 | 384 | 27.5 | 27.623398 | 189 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.455729 | false | false | 3 |
f3216aec0cf99caeb61412db4bac3963936a80fb | 5,961,414,644,377 | 84da7f5b80bfcec4bd24eaf3e0b2471a4002f174 | /src/com/fengyangapp/mech/dao/impl/GetCarModelDaoImpl.java | 399c7f61de2cf49fb2343a2d82311de5090afd6f | [] | no_license | shixujie/YangChe | https://github.com/shixujie/YangChe | df76da82dfe4541a0883e1e8e98a22e21debdaa0 | 201d728776665c327d23cd461b9b9e5afe3df9b5 | refs/heads/master | 2020-05-20T10:14:06.929000 | 2015-04-23T09:50:31 | 2015-04-23T09:50:31 | 33,097,016 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.fengyangapp.mech.dao.impl;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.List;
import jdk.nashorn.internal.scripts.JS;
import net.sf.json.JSONObject;
import com.fengyangapp.dao.imql.BaseDaoImpl;
import com.fengyangapp.mech.dao.GetCarModelDao;
import com.fengyangapp.utils.Inte... | UTF-8 | Java | 2,018 | java | GetCarModelDaoImpl.java | Java | [] | null | [] | package com.fengyangapp.mech.dao.impl;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.List;
import jdk.nashorn.internal.scripts.JS;
import net.sf.json.JSONObject;
import com.fengyangapp.dao.imql.BaseDaoImpl;
import com.fengyangapp.mech.dao.GetCarModelDao;
import com.fengyangapp.utils.Inte... | 2,018 | 0.658137 | 0.648414 | 79 | 23.734177 | 16.932262 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.860759 | false | false | 3 |
e9e10483ec756d15d0f3247b4178b3e9816bb08b | 7,292,854,501,041 | c8737c459d6395a883e6136752bc68412b25744e | /deliverystream/src/test/java/com/amazonaws/kinesisfirehose/deliverystream/DeleteHandlerTest.java | 427b649c81f74f0bb61e6934301aed76f4aae493 | [
"Apache-2.0"
] | permissive | PoeBlu/aws-cloudformation-resource-providers-kinesisfirehose | https://github.com/PoeBlu/aws-cloudformation-resource-providers-kinesisfirehose | 3e6c2e9bca93a7a1af75cfa786b1179aa66260cc | 2d4ba0e983ed50724cd4b93066c0186fea2e1c60 | refs/heads/master | 2023-05-24T07:10:27.144000 | 2021-06-14T21:30:28 | 2021-06-14T21:30:28 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.amazonaws.kinesisfirehose.deliverystream;
import software.amazon.awssdk.services.firehose.model.DeleteDeliveryStreamRequest;
import software.amazon.awssdk.services.firehose.model.DeliveryStreamDescription;
import software.amazon.awssdk.services.firehose.model.DeliveryStreamStatus;
import software.amazon.aw... | UTF-8 | Java | 27,310 | java | DeleteHandlerTest.java | Java | [] | null | [] | package com.amazonaws.kinesisfirehose.deliverystream;
import software.amazon.awssdk.services.firehose.model.DeleteDeliveryStreamRequest;
import software.amazon.awssdk.services.firehose.model.DeliveryStreamDescription;
import software.amazon.awssdk.services.firehose.model.DeliveryStreamStatus;
import software.amazon.aw... | 27,310 | 0.698352 | 0.694764 | 522 | 51.318008 | 35.036522 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.590038 | false | false | 3 |
1f68f4061451938d816a02d0b854e44d5c9adc2b | 7,292,854,497,326 | 298fc1ca8939ce06477213c1421a7d1e6bdbd78c | /src/ladder/DynamicProgrammingII/DecodeWays.java | 655ab4c2eea1f64bbcd8db16d4374e707357f07a | [] | no_license | AndyLi07/JavaALG | https://github.com/AndyLi07/JavaALG | a081bdff829d3f942164e704eacdf66ab50bcb03 | 79bd29bfdce5dae523b477a4d67d7a041a454ff5 | refs/heads/master | 2021-01-17T07:15:46.177000 | 2016-06-02T15:32:40 | 2016-06-02T15:32:40 | 54,170,137 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ladder.DynamicProgrammingII;
/**
* A message containing letters from A-Z is being encoded to numbers using the following mapping:
* 'A' -> 1
* 'B' -> 2
* ...
* 'Z' -> 26
* Given an encoded message containing digits, determine the total number of ways to decode it.
*
* Given encoded message 12, it could ... | UTF-8 | Java | 1,379 | java | DecodeWays.java | Java | [] | null | [] | package ladder.DynamicProgrammingII;
/**
* A message containing letters from A-Z is being encoded to numbers using the following mapping:
* 'A' -> 1
* 'B' -> 2
* ...
* 'Z' -> 26
* Given an encoded message containing digits, determine the total number of ways to decode it.
*
* Given encoded message 12, it could ... | 1,379 | 0.501848 | 0.468588 | 44 | 29.75 | 25.099915 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.522727 | false | false | 3 |
8a81bfe32c55200a7932924f0250ce186eb25018 | 2,439,541,459,438 | 4ef9d3446f645305e52a19071def98c170d36305 | /src/main/java/com/vladavekin/logic/model/FileMy.java | 8a2734eb874ffec5b0ab65cb6a5a9cd784399f81 | [] | no_license | VlAvekin/avenblog | https://github.com/VlAvekin/avenblog | 6e7e0e83d407bf4087ee0fa020b961c076949a7c | 5a1453833f26276d6bd615e6a8d2f27029a5541e | refs/heads/master | 2020-04-06T15:57:45.255000 | 2019-01-28T17:08:07 | 2019-01-28T17:08:07 | 157,599,570 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.vladavekin.logic.model;
import java.util.ArrayList;
import java.util.List;
public class FileMy {
private String fileName = "";
private List<String> text = new ArrayList<>();
public FileMy() {
}
public FileMy(final String fileName) {
this.fileName = fileName;
}
publi... | UTF-8 | Java | 1,024 | java | FileMy.java | Java | [] | null | [] | package com.vladavekin.logic.model;
import java.util.ArrayList;
import java.util.List;
public class FileMy {
private String fileName = "";
private List<String> text = new ArrayList<>();
public FileMy() {
}
public FileMy(final String fileName) {
this.fileName = fileName;
}
publi... | 1,024 | 0.592773 | 0.592773 | 51 | 19.078432 | 17.588814 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.352941 | false | false | 3 |
61e29feb2cccf3efaf233fbda7bbd1055870fb61 | 18,356,690,257,848 | b35ca534b412848d5e91f2345c7bd3c92fe84c11 | /src/Lab3_String_Manipulation/q10_returnTrueIf.java | 906db98c734c6bda85d5167dfc54f744e25ede91 | [] | no_license | sahemr/EU2_Java | https://github.com/sahemr/EU2_Java | 2cdbd13a68df259a008fa54ab7d7e7e198b6709d | 21b828b36b76e877be0cbd059749a579d08b48e6 | refs/heads/master | 2023-03-28T19:23:35.750000 | 2021-04-07T14:07:27 | 2021-04-07T14:07:27 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Lab3_String_Manipulation;
import java.util.Scanner;
public class q10_returnTrueIf {
public static void main(String[] args) {
// q10 return true if first two chars are the same with the end of the string
Scanner user_input = new Scanner(System.in);
System.out.println("Please enter a word to check if f... | UTF-8 | Java | 682 | java | q10_returnTrueIf.java | Java | [] | null | [] | package Lab3_String_Manipulation;
import java.util.Scanner;
public class q10_returnTrueIf {
public static void main(String[] args) {
// q10 return true if first two chars are the same with the end of the string
Scanner user_input = new Scanner(System.in);
System.out.println("Please enter a word to check if f... | 682 | 0.693548 | 0.681818 | 32 | 20.3125 | 27.370647 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.375 | false | false | 3 |
e30712fc59c3ca41abac2587da1dff25f130a326 | 4,767,413,740,303 | f2c9946da9d0d9f29d3cc230d83692971c9e8293 | /SpringCore4/src/main/java/epam/nadia/spring_core_4/main/task1/entity/person/MethodReplacer.java | 83502acc7f7c43721e4663c093d1434509c676a6 | [] | no_license | Primisen/Mentoring | https://github.com/Primisen/Mentoring | 2a3aaae3d1d9b03a308f24de5bd34d1c0e537c6a | d0d689164974d6fc152d548fcac72fd98b82f1ea | refs/heads/master | 2023-06-30T01:10:57.923000 | 2021-08-08T11:20:09 | 2021-08-08T11:20:09 | 255,546,031 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package epam.nadia.spring_core_4.main.task1.entity.person;
import java.lang.reflect.Method;
public class MethodReplacer implements org.springframework.beans.factory.support.MethodReplacer {
@Override
public Object reimplement(Object o, Method method, Object[] objects) throws Throwable {
System.out.p... | UTF-8 | Java | 392 | java | MethodReplacer.java | Java | [] | null | [] | package epam.nadia.spring_core_4.main.task1.entity.person;
import java.lang.reflect.Method;
public class MethodReplacer implements org.springframework.beans.factory.support.MethodReplacer {
@Override
public Object reimplement(Object o, Method method, Object[] objects) throws Throwable {
System.out.p... | 392 | 0.734694 | 0.729592 | 13 | 29.153847 | 34.79356 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.538462 | false | false | 3 |
943acde92b311194c3bd142df96f7f2140c7f0ab | 20,005,957,710,310 | 947fc9eef832e937f09f04f1abd82819cd4f97d3 | /src/apk/b/a/d/f.java | d3e437592586db6ec3668c65cdb05906ba9e6b22 | [] | no_license | thistehneisen/cifra | https://github.com/thistehneisen/cifra | 04f4ac1b230289f8262a0b9cf7448a1172d8f979 | d46c6f4764c9d4f64e45c56fa42fddee9b44ff5a | refs/heads/master | 2020-09-22T09:35:57.739000 | 2019-12-01T19:39:59 | 2019-12-01T19:39:59 | 225,136,583 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package b.a.d;
import android.content.Context;
import android.view.ActionMode;
import android.view.ActionMode.Callback;
import android.view.Menu;
import android.view.MenuInflater;
import android.view.MenuItem;
import android.view.View;
import androidx.appcompat.view.menu.x;
import b.d.i;
import b.g.d.a.b;
import java.... | UTF-8 | Java | 3,968 | java | f.java | Java | [] | null | [] | package b.a.d;
import android.content.Context;
import android.view.ActionMode;
import android.view.ActionMode.Callback;
import android.view.Menu;
import android.view.MenuInflater;
import android.view.MenuItem;
import android.view.View;
import androidx.appcompat.view.menu.x;
import b.d.i;
import b.g.d.a.b;
import java.... | 3,968 | 0.573841 | 0.527974 | 156 | 24.435898 | 21.215675 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.448718 | false | false | 3 |
b0bd6c97f4c05120fa80db2ab28f6948683bc573 | 5,007,931,922,385 | ebc302513f1f1ceb4ae48cdecb8cb9be04d07a85 | /src/classes/clsFechamentoCaixa.java | d9685e512a1f534b04022e7d4dc1127647f09e68 | [] | no_license | Lucas22Alan/Projeto | https://github.com/Lucas22Alan/Projeto | fb752c3a144adba3e6b2f17886adf5561fbc79bf | cd1d74da8ecf2022acfdddce84dbd78cb7328d8c | refs/heads/main | 2023-08-30T22:59:25.055000 | 2023-08-22T22:53:41 | 2023-08-22T22:53:41 | 136,922,142 | 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 classes;
import java.sql.Date;
import java.util.ArrayList;
import java.util.List;
import model.tfechamento_cego;
/**
*
* @a... | UTF-8 | Java | 4,801 | java | clsFechamentoCaixa.java | Java | [
{
"context": "\nimport model.tfechamento_cego;\n\n/**\n *\n * @author Lucas\n */\npublic class clsFechamentoCaixa {\n public ",
"end": 331,
"score": 0.9995934963226318,
"start": 326,
"tag": "NAME",
"value": "Lucas"
}
] | 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 classes;
import java.sql.Date;
import java.util.ArrayList;
import java.util.List;
import model.tfechamento_cego;
/**
*
* @a... | 4,801 | 0.686107 | 0.686107 | 194 | 23.747423 | 26.281841 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.319588 | false | false | 3 |
47d2e8fb239295d1d8ad937236873d550fcf83bf | 21,715,354,688,077 | b3d7fd57a318a903ebad80e2407455488158fd7c | /src/com/bananpiren/quiz/java/model/QuizTimer.java | 822c6cee0e72f11b63fdc7a610fc7d94dc9d4062 | [] | no_license | 11418030-Kiki/QuizDesktopApplication | https://github.com/11418030-Kiki/QuizDesktopApplication | c9c3f8c357389ead1e05e26d50f8fa515f7554df | 077fafb555de1c9d19a7e48400f5347dfa4b6c53 | refs/heads/master | 2021-10-16T17:40:07.465000 | 2017-06-09T07:00:09 | 2017-06-09T07:00:09 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bananpiren.quiz.java.model;
import javafx.application.Platform;
import javafx.scene.control.*;
/**
* Class to add time to a quiz if wanted.
* Takes in a time, a label to post on and button to click if the time runs out.
*/
public class QuizTimer {
private static Thread updateQuizTimeThread;
p... | UTF-8 | Java | 1,739 | java | QuizTimer.java | Java | [] | null | [] | package com.bananpiren.quiz.java.model;
import javafx.application.Platform;
import javafx.scene.control.*;
/**
* Class to add time to a quiz if wanted.
* Takes in a time, a label to post on and button to click if the time runs out.
*/
public class QuizTimer {
private static Thread updateQuizTimeThread;
p... | 1,739 | 0.555492 | 0.548016 | 48 | 35.25 | 27.56394 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.520833 | false | false | 3 |
06cf2f3dc65f8adaf75673df685e3d51e1dd1a23 | 23,673,859,775,908 | 1309531991c0562ed7d5c60433f225efa45ec445 | /src/main/Main.java | 71459cd456a1960dd9798083b3a7c4f9a56a57cc | [] | no_license | kjurn/adv_vsm | https://github.com/kjurn/adv_vsm | a62671198ef00d19f60a9865cbf7fb3e8032d7b3 | 4486d14f099cc401b4aaa848612bd51e08417395 | refs/heads/master | 2021-08-20T10:39:38.346000 | 2017-11-28T21:35:47 | 2017-11-28T21:35:47 | 106,383,560 | 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 main;
import GUI.Mapa;
import GUI.MenuLista;
import GUI.PanelInventar;
import GUI.PanelProstory;
import GUI.PanelStavPaliva;
i... | UTF-8 | Java | 9,319 | java | Main.java | Java | [
{
"context": "ieda grafického prostredia adventúry\n *\n * @author Juraj Szücs\n */\npublic class Main extends Application {\n \n",
"end": 1148,
"score": 0.9998965859413147,
"start": 1137,
"tag": "NAME",
"value": "Juraj Szücs"
}
] | 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 main;
import GUI.Mapa;
import GUI.MenuLista;
import GUI.PanelInventar;
import GUI.PanelProstory;
import GUI.PanelStavPaliva;
i... | 9,313 | 0.608069 | 0.60449 | 312 | 28.554487 | 22.315704 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.528846 | false | false | 3 |
f002ace5de2c5a4cb018f5f2a451e4b08638f7b9 | 23,673,859,780,300 | e8efcdcaaa6cc9af04643ed610c4ff4c6f9b53aa | /android/app/src/main/java/com/sunn/xhui/crazyalarm/ui/main/AlarmListFragment.java | 65e67773a45596b03f8b038f12c0395697377670 | [] | no_license | 27house/CrazyAlarm | https://github.com/27house/CrazyAlarm | 824fa3d7cf864c6e578bc6a38762bc498c720fa8 | 03af0667c373e2bc25fe290dd3a89cfdf3bfa2ea | refs/heads/master | 2020-03-20T09:03:28.670000 | 2018-07-05T09:54:35 | 2018-07-05T09:54:35 | 134,362,528 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sunn.xhui.crazyalarm.ui.main;
import android.content.Intent;
import android.support.design.widget.AppBarLayout;
import android.support.design.widget.FloatingActionButton;
import android.support.v4.widget.SwipeRefreshLayout;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.wid... | UTF-8 | Java | 3,340 | java | AlarmListFragment.java | Java | [
{
"context": "View;\nimport butterknife.Unbinder;\n\n/**\n * @author XHui.sun\n * created at 2018/5/22 0022 14:11\n */\npublic cl",
"end": 1088,
"score": 0.9735578298568726,
"start": 1080,
"tag": "USERNAME",
"value": "XHui.sun"
}
] | null | [] | package com.sunn.xhui.crazyalarm.ui.main;
import android.content.Intent;
import android.support.design.widget.AppBarLayout;
import android.support.design.widget.FloatingActionButton;
import android.support.v4.widget.SwipeRefreshLayout;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.wid... | 3,340 | 0.777811 | 0.770595 | 119 | 26.949579 | 22.951117 | 134 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.697479 | false | false | 3 |
706a9ff7d97c7f01d252d9604f83b3a6ec57570d | 11,871,289,656,168 | 5b001429b461fde81a007563fb590b747541d2ff | /compilebox/API/Tests/LeastNumberTest.java | 62a2a1966514474f0bbd4dac7ca4ac0c9ac9448a | [
"MIT"
] | permissive | TalentSprint-Repos/ExternalGrader | https://github.com/TalentSprint-Repos/ExternalGrader | 8ea7a488df26afcebe28d67eae65e67ea77cd9d1 | f304517db822246409a224fb58c20910731ae601 | refs/heads/master | 2016-05-14T16:17:44.730000 | 2016-03-01T05:36:01 | 2016-03-01T05:36:01 | 46,335,300 | 0 | 1 | null | false | 2016-01-08T08:39:35 | 2015-11-17T09:04:22 | 2015-11-17T09:19:11 | 2016-01-08T08:39:35 | 34 | 0 | 1 | 0 | Python | null | null | import junit.framework.TestCase;
import org.junit.Test;
import static org.junit.Assert.*;
public class LeastNumberTest {
@Test
public void testCase() { //GetLeastNumber() {
try {
LeastNumber ln = new LeastNumber();
assertEquals(12, ln.getLeastNumber(23,43,12));
Sys... | UTF-8 | Java | 1,453 | java | LeastNumberTest.java | Java | [] | null | [] | import junit.framework.TestCase;
import org.junit.Test;
import static org.junit.Assert.*;
public class LeastNumberTest {
@Test
public void testCase() { //GetLeastNumber() {
try {
LeastNumber ln = new LeastNumber();
assertEquals(12, ln.getLeastNumber(23,43,12));
Sys... | 1,453 | 0.57192 | 0.549897 | 41 | 34.439026 | 30.951614 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.073171 | false | false | 3 |
095132214f804104c051a71178ee7178856bdf7a | 26,044,681,716,302 | ed2d7ee0447ae6d382d2b9991655b656066f1502 | /src/main/java/MailPackage/MailSqlDaoTest.java | 4d4794d19020980caea5c3b2824938257a512dea | [] | no_license | agrig18/QuizWebsite | https://github.com/agrig18/QuizWebsite | 981d0fbdde6315dc684849a035cec16e14092168 | f9d2b4803f5f53b57d515edc77d8d6a1e5271e32 | refs/heads/master | 2022-11-29T15:37:15.046000 | 2020-08-10T22:06:36 | 2020-08-10T22:06:36 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package MailPackage;
import FriendsPackage.FriendsSqlDao;
import MailPackage.MailSqlDao;
import ProfilePackage.CreateTablesForTests;
import ProfilePackage.ProfileDataSrc;
import UserPackage.UserSqlDao;
import org.junit.jupiter.api.*;
import java.security.NoSuchAlgorithmException;
import java.sql.Connection;
import ja... | UTF-8 | Java | 5,512 | java | MailSqlDaoTest.java | Java | [
{
"context": "teFriendsTable(), true);\n userDao.addUser(\"nanuka\", \"123\", false);\n userDao.addUser(\"ana\", \"",
"end": 1778,
"score": 0.9995140433311462,
"start": 1772,
"tag": "USERNAME",
"value": "nanuka"
},
{
"context": "\"nanuka\", \"123\", false);\n use... | null | [] | package MailPackage;
import FriendsPackage.FriendsSqlDao;
import MailPackage.MailSqlDao;
import ProfilePackage.CreateTablesForTests;
import ProfilePackage.ProfileDataSrc;
import UserPackage.UserSqlDao;
import org.junit.jupiter.api.*;
import java.security.NoSuchAlgorithmException;
import java.sql.Connection;
import ja... | 5,512 | 0.658926 | 0.628266 | 141 | 38.085106 | 28.769934 | 139 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.51773 | false | false | 3 |
fe5adca72ba47dee121edb53e50320ca62ff3568 | 2,602,750,223,931 | 466ec490f20bd33c63bf9dc81b204626165f1159 | /javaminibase/src/test/java/bitmap/BitMapFileTest.java | eaa1d6feada45e7c2be45abce84c8d183bc9c88c | [] | no_license | monkeydunkey/ColumnarDatabaseImplementation | https://github.com/monkeydunkey/ColumnarDatabaseImplementation | a9cc51dd78f3c303bf1ea18b734d3e2376bb4609 | 10961053bda7a5a90e5ef5e782e0dc6497ff169c | refs/heads/master | 2020-03-16T11:53:53.779000 | 2018-05-08T19:45:24 | 2018-05-08T19:45:24 | 132,656,463 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package bitmap;
import btree.AddFileEntryException;
import btree.ConstructPageException;
import btree.GetFileEntryException;
import diskmgr.Page;
import global.*;
import heap.HFBufMgrException;
import heap.HFPage;
import heap.Tuple;
import org.junit.Before;
import org.junit.Test;
import java.io.File;
import java.io.I... | UTF-8 | Java | 3,657 | java | BitMapFileTest.java | Java | [
{
"context": " public void setup(){\n new File(\"/Users/james_kieley/Documents/GitHub/CSE510-DBMS-Project/javaminibase",
"end": 552,
"score": 0.9996026754379272,
"start": 540,
"tag": "USERNAME",
"value": "james_kieley"
}
] | null | [] | package bitmap;
import btree.AddFileEntryException;
import btree.ConstructPageException;
import btree.GetFileEntryException;
import diskmgr.Page;
import global.*;
import heap.HFBufMgrException;
import heap.HFPage;
import heap.Tuple;
import org.junit.Before;
import org.junit.Test;
import java.io.File;
import java.io.I... | 3,657 | 0.639595 | 0.626743 | 102 | 34.862743 | 28.316849 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.058824 | false | false | 3 |
3cc3ad12cfcf567335ff232f3f3fa3f5a1bdd8ad | 38,560,216,403,896 | db8773a300a86aae9c12fc650b6a8d2bfd47f3d5 | /src/main/java/com/jack/myblog/service/CommentService.java | 371e45545b9d8fd70edfcb1bb09ce09286131da4 | [] | no_license | Jack-RSW/myblog-springboot | https://github.com/Jack-RSW/myblog-springboot | 21fe26717c7e21af67afd1f464b5041755fece95 | 99445ba758ba59c316d30118067b7da15d3a7129 | refs/heads/master | 2022-06-22T13:32:45.903000 | 2019-08-03T03:22:57 | 2019-08-03T03:22:57 | 200,324,439 | 0 | 0 | null | false | 2022-06-21T01:35:44 | 2019-08-03T02:57:55 | 2019-08-12T02:42:18 | 2022-06-21T01:35:40 | 30,752 | 0 | 0 | 3 | JavaScript | false | false | package com.jack.myblog.service;
import com.jack.myblog.pojo.Comment;
/**
* Comment 服务接口.
*
*/
public interface CommentService {
/**
* 根据id获取 Comment
* @param id
* @return
*/
Comment getCommentById(Long id);
/**
* 删除评论
* @param id
* @return
*/
void removeComment(Long id);
}
| UTF-8 | Java | 325 | java | CommentService.java | Java | [] | null | [] | package com.jack.myblog.service;
import com.jack.myblog.pojo.Comment;
/**
* Comment 服务接口.
*
*/
public interface CommentService {
/**
* 根据id获取 Comment
* @param id
* @return
*/
Comment getCommentById(Long id);
/**
* 删除评论
* @param id
* @return
*/
void removeComment(Long id);
}
| 325 | 0.631229 | 0.631229 | 22 | 12.681818 | 11.902583 | 36 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.727273 | false | false | 3 |
f4b4eda62bd0b2eb1ca87aa2cae663e7e979cffa | 39,694,087,760,756 | 872de211f26fe1853f3e0575522bc8c789d89139 | /src/main/java/com/amio/cts/common/Response.java | a76bc14696b14b0b34f97d4f548e4e385b5ef054 | [] | no_license | Airpy/cts | https://github.com/Airpy/cts | 5de7d03625ec2d9177c51d5a07b4e0a28d2964ca | 99f76fcd3e121b2baf085b7b1c1abed2c22afd0b | refs/heads/master | 2020-04-02T02:23:04.173000 | 2018-11-18T12:03:18 | 2018-11-18T12:03:18 | 153,906,118 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.amio.cts.common;
import com.fasterxml.jackson.annotation.JsonInclude;
import java.io.Serializable;
import java.time.LocalDateTime;
import java.util.StringJoiner;
/**
* 统一响应结果封装
*
* @author : zhenfeng.liu
* @date : 2018/9/4 17:24
*/
public class Response<T> implements Serializable {
// @JsonIncl... | UTF-8 | Java | 2,335 | java | Response.java | Java | [
{
"context": "til.StringJoiner;\n\n/**\n * 统一响应结果封装\n *\n * @author : zhenfeng.liu\n * @date : 2018/9/4 17:24\n */\npublic class Respon",
"end": 221,
"score": 0.9994586110115051,
"start": 209,
"tag": "NAME",
"value": "zhenfeng.liu"
}
] | null | [] | package com.amio.cts.common;
import com.fasterxml.jackson.annotation.JsonInclude;
import java.io.Serializable;
import java.time.LocalDateTime;
import java.util.StringJoiner;
/**
* 统一响应结果封装
*
* @author : zhenfeng.liu
* @date : 2018/9/4 17:24
*/
public class Response<T> implements Serializable {
// @JsonIncl... | 2,335 | 0.56292 | 0.554411 | 105 | 20.266666 | 18.645702 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.371429 | false | false | 3 |
6c9fffea5a86efc0c92e561e2c57a7dc814933ca | 33,097,018,049,762 | 9e3f87ca9879653e41dff9d95ebf696ed8a219ca | /FPvsImperative/FPvsImperative/src/PerfTest4Math.java | 4ef3b9cec17a7f0f3d64f04536b22c4253bf41b9 | [] | no_license | ctarrington/JavaSamples | https://github.com/ctarrington/JavaSamples | 28f26fda68cce6fb61099e96016f8de4fc63e554 | 242011e24ab74c5f2d8419601b762ed1e1b3640e | refs/heads/master | 2022-12-20T20:15:11.315000 | 2022-12-18T16:35:10 | 2022-12-18T16:35:10 | 6,663,231 | 0 | 0 | null | false | 2016-06-14T13:55:35 | 2012-11-13T00:45:10 | 2016-06-14T11:03:20 | 2016-06-14T13:55:35 | 22,391 | 0 | 0 | 0 | JavaScript | null | null | import java.util.Arrays;
import java.util.stream.Collectors;
import java.util.stream.DoubleStream;
public class PerfTest4Math extends PerfTest {
private static final int WALK_LENGTH = 2000;
private static final double WALK_STEP = 0.05;
private class Results {
public double mean;
public do... | UTF-8 | Java | 3,571 | java | PerfTest4Math.java | Java | [] | null | [] | import java.util.Arrays;
import java.util.stream.Collectors;
import java.util.stream.DoubleStream;
public class PerfTest4Math extends PerfTest {
private static final int WALK_LENGTH = 2000;
private static final double WALK_STEP = 0.05;
private class Results {
public double mean;
public do... | 3,571 | 0.604873 | 0.58499 | 101 | 34.356434 | 32.515827 | 137 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.60396 | false | false | 3 |
3c8dd2ac4cdb8b89ddde3e6e1069e0a830062ec3 | 38,740,605,064,339 | c59173280de7c5f5a4cb21ae9d4e7613bfbba149 | /ratingBarLibrary/src/main/java/com/canaan/library/StarShape.java | 14cbfacb154d2219c7dca334a68464137a92ef59 | [] | no_license | canaanyjn/SimpleRatingbar | https://github.com/canaanyjn/SimpleRatingbar | bb2c66764d00bbb7ebab7e995c3788ff6ae3228c | fe08075b2ef4a413e70c882b1285de674d2f6fca | refs/heads/master | 2021-01-17T06:37:32.170000 | 2016-08-07T06:45:08 | 2016-08-07T06:45:08 | 55,827,801 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.canaan.library;
import android.graphics.Path;
public class StarShape implements Shape {
public float x,y;
public float width,height;
public float radius,innerRadius;
public int numOfCorner;
private Path setStar( ){
Path path = new Path();
double section = 2.0 * Math.P... | UTF-8 | Java | 2,329 | java | StarShape.java | Java | [] | null | [] | package com.canaan.library;
import android.graphics.Path;
public class StarShape implements Shape {
public float x,y;
public float width,height;
public float radius,innerRadius;
public int numOfCorner;
private Path setStar( ){
Path path = new Path();
double section = 2.0 * Math.P... | 2,329 | 0.533276 | 0.526836 | 110 | 20.172728 | 19.132959 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.354545 | false | false | 3 |
4524e665c4cf5cd253fabe6ca63dbc795c12f9a6 | 38,345,468,047,894 | bdc83ed56af30b5d13aa755dba6eae2e7c6bae79 | /src/main/java/com/keeping/business/service/CustomerService.java | f87f376c15f2653e9e64aa6e714be75094fa87d1 | [] | no_license | sqiutz/CarShop | https://github.com/sqiutz/CarShop | 8ace47ec487160a0c1474b46fa129ce84c86f73a | b5534967842384c0e22b4737d22f9c320c1ec2b1 | refs/heads/master | 2020-06-04T12:11:08.669000 | 2015-10-28T08:00:35 | 2015-10-28T08:00:35 | 26,869,724 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.keeping.business.service;
import com.keeping.business.common.exception.BusinessServiceException;
import com.keeping.business.web.controller.model.Customer;
public interface CustomerService {
public void addCustomer(Customer user) throws BusinessServiceException;
public void modifyCustomer(Cus... | UTF-8 | Java | 468 | java | CustomerService.java | Java | [] | null | [] | package com.keeping.business.service;
import com.keeping.business.common.exception.BusinessServiceException;
import com.keeping.business.web.controller.model.Customer;
public interface CustomerService {
public void addCustomer(Customer user) throws BusinessServiceException;
public void modifyCustomer(Cus... | 468 | 0.82265 | 0.82265 | 15 | 30.200001 | 34.14518 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.466667 | false | false | 3 |
c5f417bc8b8797cc7bc951360d85c4909bdfd672 | 17,867,063,964,438 | 3bd95190ef132032b63d3856599dbc2c8611649b | /src/main/java/com/teamscreenbiz/product/ProductServiceImpl.java | 5d9deafac312340334eccfe442fdc394212f0a96 | [] | no_license | mishraanuraagx/mobilefix-website-api | https://github.com/mishraanuraagx/mobilefix-website-api | 6488ea919a78102e80d47cedc5eeaeab4a97a47e | 7af596d9b44757015de0b41c6fbebdd828058075 | refs/heads/master | 2021-01-19T14:21:23.185000 | 2017-05-08T13:50:22 | 2017-05-08T13:50:22 | 88,150,635 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.teamscreenbiz.product;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Repository;
import javax.persistence.EntityManager;
import javax.transaction.Transactional;
@Repository
@Transactional
public class ProductServiceImpl implements ProductService {
... | UTF-8 | Java | 595 | java | ProductServiceImpl.java | Java | [] | null | [] | package com.teamscreenbiz.product;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Repository;
import javax.persistence.EntityManager;
import javax.transaction.Transactional;
@Repository
@Transactional
public class ProductServiceImpl implements ProductService {
... | 595 | 0.771429 | 0.771429 | 28 | 20.25 | 19.212393 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.357143 | false | false | 3 |
c270c83f699d378204fdb3dec62f514072360c84 | 23,673,859,741,768 | ee323f192598fccb8acc137dd09399143ee18090 | /foodData.java | a84632db7715fb9c85ecc548152b3b0493bfb5e8 | [] | no_license | JoeLiuCS/Lab3-In-N-Out- | https://github.com/JoeLiuCS/Lab3-In-N-Out- | 30b7f8906e861e2266a431ebbb50ad6485b76e2d | 78baf3bc10afca934fecb7ceeaee6fa7616b4b35 | refs/heads/master | 2021-01-21T09:53:40.547000 | 2017-03-05T08:24:23 | 2017-03-05T08:24:23 | 83,347,494 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
public class foodData {
private int quantity;
private int expirationDate;
public foodData(int itemNum, int Date){
quantity = itemNum;
expirationDate = Date;
}
public int getExpirationDate (){
return expirationDate;
}
public int getQuantity(){
return quantity;
}
public void itemUse(int numUsed... | UTF-8 | Java | 363 | java | foodData.java | Java | [] | null | [] |
public class foodData {
private int quantity;
private int expirationDate;
public foodData(int itemNum, int Date){
quantity = itemNum;
expirationDate = Date;
}
public int getExpirationDate (){
return expirationDate;
}
public int getQuantity(){
return quantity;
}
public void itemUse(int numUsed... | 363 | 0.702479 | 0.702479 | 23 | 14.73913 | 13.648435 | 40 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.434783 | false | false | 3 |
013f1f846799b7bb79747c24f1b360291c73678e | 30,133,490,563,804 | 2056b7d1d262744603b5de104474197e4544a21b | /lecture-5/src/test/java/myprojects/automation/assignment5/BaseTest.java | 60ffce7bc4e8ec112d0712accf7fc4e178faa314 | [] | no_license | kozulova/automation-qa-test-lab | https://github.com/kozulova/automation-qa-test-lab | 65e87651b43d89037270f4a441843aef81fbe33f | 927cef533f39f3e006c53602f59b60087c26d087 | refs/heads/master | 2021-07-11T22:21:26.894000 | 2017-10-16T12:34:23 | 2017-10-16T12:34:23 | 105,389,261 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package myprojects.automation.assignment5;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeDriver;
import org.openqa.selenium.firefox.FirefoxDriver;
import org.openqa.selenium.ie.InternetExplorerDriver;
import org.openqa.selenium.phantomjs.PhantomJSDriver;
import org.openqa.selenium.remot... | UTF-8 | Java | 5,304 | java | BaseTest.java | Java | [] | null | [] | package myprojects.automation.assignment5;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeDriver;
import org.openqa.selenium.firefox.FirefoxDriver;
import org.openqa.selenium.ie.InternetExplorerDriver;
import org.openqa.selenium.phantomjs.PhantomJSDriver;
import org.openqa.selenium.remot... | 5,304 | 0.625 | 0.624057 | 139 | 37.158272 | 28.720999 | 143 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.517986 | false | false | 3 |
fa030f5f17c61f7f2610153e7df1e3ebcc61775a | 30,133,490,568,347 | cb1730adbdb092162f3e1e8a16ce2fe67eb7ab28 | /activejdbc/src/test/java/org/javalite/activejdbc/FreemarkerSpec.java | f287f5cfc85c56c62db1475e05206e96a7d5d42f | [
"SAX-PD",
"CDDL-1.0",
"LGPL-2.1-or-later",
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-mx4j",
"BSD-2-Clause",
"BSD-3-Clause",
"MIT-0"
] | permissive | devMls/activejdbc | https://github.com/devMls/activejdbc | e52898e184fe82f5f5e868d090cae867d12f896c | 915a0f37fa7afb4888a3544b67b66ba495152f07 | refs/heads/master | 2020-03-27T11:39:12.267000 | 2018-09-12T11:12:28 | 2018-09-12T11:12:28 | 146,499,479 | 0 | 0 | Apache-2.0 | true | 2018-08-28T19:54:55 | 2018-08-28T19:54:55 | 2018-08-26T15:16:51 | 2018-08-25T17:39:35 | 9,686 | 0 | 0 | 0 | null | false | null | package org.javalite.activejdbc;
import freemarker.template.DefaultObjectWrapper;
import freemarker.template.Template;
import freemarker.template.TemplateException;
import org.javalite.activejdbc.test.ActiveJDBCTest;
import org.javalite.activejdbc.test_models.Person;
import org.javalite.activejdbc.test_models.Student... | UTF-8 | Java | 4,076 | java | FreemarkerSpec.java | Java | [
{
"context": "g.javalite.common.Collections.map;\n\n/**\n * @author igor on 12/9/17.\n */\npublic class FreemarkerSpec exten",
"end": 639,
"score": 0.9994097352027893,
"start": 635,
"tag": "USERNAME",
"value": "igor"
},
{
"context": "Person smith = Person.findFirst(\"last_name = ?\",... | null | [] | package org.javalite.activejdbc;
import freemarker.template.DefaultObjectWrapper;
import freemarker.template.Template;
import freemarker.template.TemplateException;
import org.javalite.activejdbc.test.ActiveJDBCTest;
import org.javalite.activejdbc.test_models.Person;
import org.javalite.activejdbc.test_models.Student... | 4,043 | 0.659961 | 0.648675 | 109 | 36.394497 | 31.096481 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.761468 | false | false | 3 |
7fda118241321e1bcd23f415e5041a77c3aae2b1 | 11,201,274,715,230 | 768d046f089be51f83345eef25a5a099923b7769 | /QuanLyQuanNuoc/src/model/hoTro.java | 6f4268f647a82382aa797bde6a05248c20f345b8 | [] | no_license | dongduy0612/Do_An_Java | https://github.com/dongduy0612/Do_An_Java | dd47b5e5dd30a8d0fb5f049b347b20ef16df8328 | 082bf19a817dad67b40187f70b1fbf16402a8e36 | refs/heads/main | 2023-04-24T18:07:22.229000 | 2021-05-05T17:05:23 | 2021-05-05T17:05:23 | 364,647,316 | 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 model;
import static java.lang.Thread.sleep;
import java.text.SimpleDateFormat;
import java.util.Date;
import javax.swing.JLab... | UTF-8 | Java | 1,337 | java | hoTro.java | Java | [
{
"context": "\nimport javax.swing.JTextField;\n\n/**\n *\n * @author Duong Duy\n */\npublic class hoTro {\n\n static SimpleDateF",
"end": 415,
"score": 0.9998145699501038,
"start": 406,
"tag": "NAME",
"value": "Duong Duy"
}
] | 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 model;
import static java.lang.Thread.sleep;
import java.text.SimpleDateFormat;
import java.util.Date;
import javax.swing.JLab... | 1,334 | 0.552711 | 0.548946 | 50 | 25.559999 | 22.333975 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.48 | false | false | 3 |
b050876ede49fe7e2fd6bd5528e46b712ebfaf4f | 18,056,042,581,919 | 240258402347f1fb7dfb27f6850ce9335cde82a8 | /micro-service/mt-core/mt-core-data/src/main/java/com/ly/mt/core/data/goods/dao/GoodsSkuCodeDao.java | 14cac7c0a094c992bb9eb1bb011a598e9c93a6d0 | [] | no_license | bellmit/micro-service | https://github.com/bellmit/micro-service | c400b599bc8c3d6500fcd0785f917de375bd0155 | 3b88e9e6115c817ba0513eeaef36d3b1271e05db | refs/heads/master | 2023-05-27T23:58:34.566000 | 2019-10-10T09:50:30 | 2019-10-10T09:50:30 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ly.mt.core.data.goods.dao;
import com.ly.mt.core.data.goods.entity.GoodsSkuCode;
import java.util.List;
/**
* GoodsSkuCode操作接口
*
* @author taoye
*/
public interface GoodsSkuCodeDao {
/**
* 新增GoodsSkuCode
*
* @param goodsSkuCodes 新增数据
* @author taoye
*/
void insertGood... | UTF-8 | Java | 630 | java | GoodsSkuCodeDao.java | Java | [
{
"context": ".util.List;\n\n/**\n * GoodsSkuCode操作接口\n *\n * @author taoye\n */\npublic interface GoodsSkuCodeDao {\n /**\n ",
"end": 162,
"score": 0.9996132850646973,
"start": 157,
"tag": "USERNAME",
"value": "taoye"
},
{
"context": " *\n * @param goodsSkuCodes 新增数据\n *... | null | [] | package com.ly.mt.core.data.goods.dao;
import com.ly.mt.core.data.goods.entity.GoodsSkuCode;
import java.util.List;
/**
* GoodsSkuCode操作接口
*
* @author taoye
*/
public interface GoodsSkuCodeDao {
/**
* 新增GoodsSkuCode
*
* @param goodsSkuCodes 新增数据
* @author taoye
*/
void insertGood... | 630 | 0.661565 | 0.661565 | 30 | 18.633333 | 17.913651 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.166667 | false | false | 3 |
a0e4394df96bbdf4cdeb94dea605ba8477145b72 | 7,499,012,907,672 | 0fddaec8e389712107e99fb40a32903809416d7d | /plugins/org.jkiss.dbeaver.model/src/org/jkiss/dbeaver/runtime/encode/ContentEncrypter.java | ecf48dfda48fd1fda0133698df7085ca22a74f54 | [
"EPL-1.0",
"Apache-2.0",
"LGPL-2.0-or-later"
] | permissive | kai-morich/dbeaver | https://github.com/kai-morich/dbeaver | 83dce3057f510fe110380300c7eb51e5d5b5de21 | 0694ed136ddf089a5a01a0ceebd6e67585a7b2ee | refs/heads/devel | 2022-02-19T00:07:03.733000 | 2022-02-11T14:35:37 | 2022-02-11T14:35:37 | 255,131,238 | 4 | 0 | Apache-2.0 | true | 2020-04-12T17:08:35 | 2020-04-12T17:08:34 | 2020-04-12T16:25:11 | 2020-04-12T17:00:29 | 265,782 | 0 | 0 | 0 | null | false | false | /*
* DBeaver - Universal Database Manager
* Copyright (C) 2010-2022 DBeaver Corp and others
*
* 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/LICE... | UTF-8 | Java | 2,965 | java | ContentEncrypter.java | Java | [] | null | [] | /*
* DBeaver - Universal Database Manager
* Copyright (C) 2010-2022 DBeaver Corp and others
*
* 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/LICE... | 2,965 | 0.713659 | 0.707926 | 81 | 35.617283 | 29.50939 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.604938 | false | false | 3 |
b6d89f06c8f63909a09c90ec55aa335d0491b9e6 | 4,217,657,897,687 | 5df7576cc15c3a799ecc4069f5781ab4e9c158ca | /core/src/stargame/gb/ru/HeavenlyWar.java | 93c7a34df293c4c99b7b8e033c140f8357e7fba2 | [] | no_license | KutkinRoman/-heavenly_war | https://github.com/KutkinRoman/-heavenly_war | ee2cb4c74973096006c0abe7ae64c513e2b21f67 | 87d2e4f31b52b32d84a76119a67e42b32f8ae42c | refs/heads/main | 2023-08-25T14:12:50.291000 | 2021-11-10T05:31:47 | 2021-11-10T05:31:47 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package stargame.gb.ru;
import com.badlogic.gdx.Game;
import stargame.gb.ru.screen.GameScreen;
import stargame.gb.ru.screen.MenuScreen;
public class HeavenlyWar extends Game {
@Override
public void create() {
setScreen(new MenuScreen(this));
}
}
| UTF-8 | Java | 256 | java | HeavenlyWar.java | Java | [] | null | [] | package stargame.gb.ru;
import com.badlogic.gdx.Game;
import stargame.gb.ru.screen.GameScreen;
import stargame.gb.ru.screen.MenuScreen;
public class HeavenlyWar extends Game {
@Override
public void create() {
setScreen(new MenuScreen(this));
}
}
| 256 | 0.757813 | 0.757813 | 15 | 16.066668 | 16.348156 | 40 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 3 |
c8d08a3e1b478af9a75e02eacb4491dd350fd10d | 11,931,419,151,666 | 73a576969210e8f41d251f3ddc365aa94d0478cb | /src/main/java/com/revature/service/UserService.java | 73ae16bf4bb68234f677f29af9c31b7e68c8261c | [] | no_license | MattCowin/OnlyEpicResponce | https://github.com/MattCowin/OnlyEpicResponce | 46950bf3e702d574c8345718134d2dbc1c5f9a37 | 26c786b871315dc3e2b50bfcb687c1fc65cd637b | refs/heads/master | 2020-05-07T11:33:26.415000 | 2019-04-26T17:23:53 | 2019-04-26T17:23:53 | 180,465,511 | 0 | 0 | null | false | 2019-04-23T23:18:17 | 2019-04-09T23:39:34 | 2019-04-19T13:51:13 | 2019-04-23T23:18:16 | 36,421 | 0 | 0 | 0 | Java | false | false | package com.revature.service;
import java.util.List;
import com.revature.dao.Users;
import com.revature.model.DBUser;
public class UserService {
public List<DBUser> getAllUsers(){
return new Users().getAllUsers();
}
public DBUser getUsersById(int userId) {
return new Users().getUsersById(userId);
}
pu... | UTF-8 | Java | 476 | java | UserService.java | Java | [] | null | [] | package com.revature.service;
import java.util.List;
import com.revature.dao.Users;
import com.revature.model.DBUser;
public class UserService {
public List<DBUser> getAllUsers(){
return new Users().getAllUsers();
}
public DBUser getUsersById(int userId) {
return new Users().getUsersById(userId);
}
pu... | 476 | 0.728992 | 0.728992 | 26 | 17.346153 | 16.938673 | 42 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.038462 | false | false | 3 |
9467240813651bb4ccbabb75452855dd025a89e4 | 14,259,291,486,618 | 86b30d1ec6776a615474d9e6f7aa37ce3875cebc | /wisdom-jpa-manager/src/test/java/org/wisdom/framework/jpa/PersistenceUnitComponentTest.java | a08a38802e2bb0524e3d84b5411978be3e66f1ab | [
"Apache-2.0"
] | permissive | wisdom-framework/wisdom-jdbc | https://github.com/wisdom-framework/wisdom-jdbc | e716fb43514005db86cfc3dc7859601acfbfa7f4 | b98af59ab69e276dc87a7126f2ddebc6b6db567e | refs/heads/master | 2023-07-22T12:21:26.003000 | 2022-02-16T06:35:32 | 2022-02-16T06:35:32 | 18,435,238 | 3 | 10 | Apache-2.0 | false | 2023-07-07T21:57:05 | 2014-04-04T10:12:08 | 2022-01-07T05:27:15 | 2023-07-07T21:57:04 | 335 | 4 | 7 | 10 | Java | false | false | /*
* #%L
* Wisdom-Framework
* %%
* Copyright (C) 2013 - 2014 Wisdom Framework
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0... | UTF-8 | Java | 7,868 | java | PersistenceUnitComponentTest.java | Java | [
{
"context": " props.put(DataSourceFactory.JDBC_PASSWORD, \"password\");\n return props;\n }\n\n private Persi",
"end": 7534,
"score": 0.9994553923606873,
"start": 7526,
"tag": "PASSWORD",
"value": "password"
}
] | null | [] | /*
* #%L
* Wisdom-Framework
* %%
* Copyright (C) 2013 - 2014 Wisdom Framework
* %%
* 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... | 7,870 | 0.720768 | 0.716955 | 187 | 41.080215 | 28.483768 | 130 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.775401 | false | false | 3 |
b7c4efb9064963cd8b332745f37dc57c087a6a90 | 25,314,537,312,154 | 8d52ba2ec8b6181f3b1e4112a271a0856daaedcb | /src/main/java/com/accenture/microempleado/model/ResourceRole.java | e15427e28ba20fcfd55b6e94d7306c501303edd3 | [] | no_license | SamSaav/ms-empleado | https://github.com/SamSaav/ms-empleado | aa79e991786abd8baa352586e25ad9d5247525ac | 5793afb8a0d5c200fbb064983ccc8fc51d16a0ab | refs/heads/master | 2020-03-27T16:31:03.803000 | 2018-09-21T18:42:05 | 2018-09-21T18:42:05 | 146,788,153 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.accenture.microempleado.model;
public enum ResourceRole {
ASSOCIATE {
public String toString() {
return "Application Development Associate";
}
},
ANALYST {
public String toString() {
return "Application Development Analyst";
}
},
S... | UTF-8 | Java | 449 | java | ResourceRole.java | Java | [] | null | [] | package com.accenture.microempleado.model;
public enum ResourceRole {
ASSOCIATE {
public String toString() {
return "Application Development Associate";
}
},
ANALYST {
public String toString() {
return "Application Development Analyst";
}
},
S... | 449 | 0.581292 | 0.581292 | 19 | 22.68421 | 18.778635 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.315789 | false | false | 3 |
f97d9df1afdea71f53b5bbea0de2ad54ccd85d65 | 15,779,709,869,511 | 2e6172ead40ef866d1a1e6e9b4f6e9114967d545 | /src/main/java/com/inlog/entities/User.java | 7194d5b65af5783a620ad424a9f60d1c21b889c2 | [] | no_license | mayurvaid/InLog | https://github.com/mayurvaid/InLog | 42a07ee3caec8461ad5f939c4c10d511a8500c7b | ba2b168d791222cbe1b559d30378200cbfe28dd8 | refs/heads/master | 2021-01-19T06:34:32.022000 | 2015-07-25T22:41:08 | 2015-07-25T22:41:08 | 38,583,568 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.inlog.entities;
import java.util.List;
import org.springframework.data.annotation.Id;
import org.springframework.data.mongodb.core.mapping.Document;
import com.fasterxml.jackson.annotation.JsonIgnore;
@Document(collection = "users")
public class User extends BaseDataObject {
@Id
private String id;
... | UTF-8 | Java | 2,377 | java | User.java | Java | [
{
"context": "d setUsername(String username) {\n\t\tthis.username = username;\n\t}\n\n\tpublic String getPassword() {\n\t\treturn pass",
"end": 1444,
"score": 0.6831794381141663,
"start": 1436,
"tag": "USERNAME",
"value": "username"
},
{
"context": "d setPassword(String password) {\n... | null | [] | package com.inlog.entities;
import java.util.List;
import org.springframework.data.annotation.Id;
import org.springframework.data.mongodb.core.mapping.Document;
import com.fasterxml.jackson.annotation.JsonIgnore;
@Document(collection = "users")
public class User extends BaseDataObject {
@Id
private String id;
... | 2,381 | 0.684897 | 0.683214 | 136 | 16.477942 | 16.473225 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.404412 | false | false | 3 |
35ada2e77ed1c403a0c971fb463f0315c310ea9d | 15,247,133,918,749 | 9ba25fe7c2c4c7eebe4746857577f2936e670f96 | /MovieAppModules/parsers/src/main/java/pl/com/app/parsers/properties/GetScreeningProperty.java | 35d6420fbae04d19b391d4ac6c8f946cb788e6b0 | [] | no_license | Tomek91/Programming-basics | https://github.com/Tomek91/Programming-basics | 728ffb713f4d7394eadb70a09f6a1e2808cebe4d | b474e5d57f3d4a0c087557712784d26d18ba5359 | refs/heads/master | 2022-05-29T05:50:27.168000 | 2020-01-05T15:54:36 | 2020-01-05T15:54:36 | 229,479,869 | 0 | 0 | null | false | 2022-05-20T21:21:58 | 2019-12-21T20:31:05 | 2020-01-05T15:55:00 | 2022-05-20T21:21:57 | 158 | 0 | 0 | 20 | Java | false | false | package pl.com.app.parsers.properties;
import pl.com.app.parsers.json.FileNames;
import pl.com.app.validations.CustomException;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.InputStream;
import java.util.HashMap;
import java.util.Map;
import java.util.Properties;
public class GetScreenin... | UTF-8 | Java | 1,744 | java | GetScreeningProperty.java | Java | [] | null | [] | package pl.com.app.parsers.properties;
import pl.com.app.parsers.json.FileNames;
import pl.com.app.validations.CustomException;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.InputStream;
import java.util.HashMap;
import java.util.Map;
import java.util.Properties;
public class GetScreenin... | 1,744 | 0.583716 | 0.580275 | 55 | 30.709091 | 25.391247 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.654545 | false | false | 3 |
cbe783f1fbb4e179a3a5982b7d55b11e115c34a0 | 11,647,951,310,467 | 954ac1b52daa69f0d9f942b91deb0e549ed91444 | /app/src/main/java/com/weavey/permission/Main2Activity.java | 3cc28239c8acbc343b6659f0d287277876838564 | [] | no_license | weavey/RuntimePermissionDemo | https://github.com/weavey/RuntimePermissionDemo | 6ba493a57996d91dbb5db3177748d15372a69603 | a70762246076774f55005cdc543a7b2fce03d255 | refs/heads/master | 2020-06-11T16:30:36.119000 | 2016-12-18T04:54:31 | 2016-12-18T04:54:31 | 75,636,864 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.weavey.permission;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
public class Main2Activity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(saved... | UTF-8 | Java | 937 | java | Main2Activity.java | Java | [] | null | [] | package com.weavey.permission;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
public class Main2Activity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(saved... | 937 | 0.66809 | 0.662753 | 31 | 29.225807 | 28.540531 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.419355 | false | false | 3 |
25a1eb5d9852736aec349b6e3b6d4ff3a6e6c4d7 | 27,221,502,740,643 | e7c6b15e8fa7e2e102f2474c41fc40ec7911d5c4 | /1_First/src/Practice1125/pr2.java | 798355af4e1344141cb1491e4424710c5aee68ae | [] | no_license | ghosdi0624/bitbit | https://github.com/ghosdi0624/bitbit | 6336eb039353d777bef19b6b03e423c1e15060dd | 907a6fdc5a013ec0651fedd2b1a68acc466a34ab | refs/heads/master | 2022-12-20T13:24:39.440000 | 2017-03-06T04:16:49 | 2017-03-06T04:16:49 | 82,740,936 | 0 | 1 | null | false | 2022-12-16T11:04:47 | 2017-02-22T00:15:09 | 2017-02-22T00:26:43 | 2022-12-16T11:04:44 | 60,472 | 0 | 1 | 33 | Java | false | false | package Practice1125;
import java.util.Scanner;
class InvoiceItem{
private String id;
private String desc;
private int qty;
private double unitPrice;
public InvoiceItem(String id, String desc, int qty, double unitPrice){
this.id = id;
this.desc = desc;
this.qty = qty;
this.unitPrice = unitPrice;
}
... | UHC | Java | 1,494 | java | pr2.java | Java | [] | null | [] | package Practice1125;
import java.util.Scanner;
class InvoiceItem{
private String id;
private String desc;
private int qty;
private double unitPrice;
public InvoiceItem(String id, String desc, int qty, double unitPrice){
this.id = id;
this.desc = desc;
this.qty = qty;
this.unitPrice = unitPrice;
}
... | 1,494 | 0.642857 | 0.633333 | 77 | 18.09091 | 19.950706 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.922078 | false | false | 3 |
167fbad9381e0eace65b3cfcd8aeada3ff6d1b55 | 4,810,363,410,265 | 7bf1cc057ee309485d204beed41b998bf2c2fd88 | /client/src/main/java/com/edu/ntcu/darxan/storj/client/net/ActiveAndSaver.java | c4f0aecf8c04dcf84ff3ff0e1a1120a2344358d0 | [] | no_license | daixinyan/distribstorj | https://github.com/daixinyan/distribstorj | 213a2d055433f5ad934ae64598c68823001febc9 | 1b537e3aaeb72fc41d8e0a5ca84c2a0cf685431f | refs/heads/master | 2017-12-18T19:34:18.523000 | 2017-03-01T02:26:17 | 2017-03-01T02:26:17 | 77,048,472 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.edu.ntcu.darxan.storj.client.net;
import com.edu.ntcu.darxan.storj.client.controller.TaskQueue;
import com.edu.ntcu.darxan.storj.client.factory.Factory;
import com.edu.ntcu.darxan.storj.common.util.Util;
import com.edu.ntcu.darxan.storj.common.vo.Message;
import com.edu.ntcu.darxan.storj.common.vo.MessageT... | UTF-8 | Java | 2,231 | java | ActiveAndSaver.java | Java | [
{
"context": "e;\n\nimport java.io.IOException;\n\n/**\n * Created by darxan on 2016/12/31.\n */\npublic class ActiveAndSaver ex",
"end": 379,
"score": 0.9997089505195618,
"start": 373,
"tag": "USERNAME",
"value": "darxan"
}
] | null | [] | package com.edu.ntcu.darxan.storj.client.net;
import com.edu.ntcu.darxan.storj.client.controller.TaskQueue;
import com.edu.ntcu.darxan.storj.client.factory.Factory;
import com.edu.ntcu.darxan.storj.common.util.Util;
import com.edu.ntcu.darxan.storj.common.vo.Message;
import com.edu.ntcu.darxan.storj.common.vo.MessageT... | 2,231 | 0.504706 | 0.501121 | 62 | 35 | 22.959291 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.532258 | false | false | 3 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.