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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
e9d90ecce836782d637b87a600ffa875eaf98e1b | 30,837,865,246,818 | c8d1944610e0678f4e881334346f14d24537e27c | /src/practice/action/midp/MidPerson.java | ec2f087082ca5c53b3c8f580fd9dd1eb39ca05b0 | [] | no_license | snotJam/designpattern | https://github.com/snotJam/designpattern | 67fc5e69e2999662e43418da55df1a3d48d0f5fa | 76811b8682c1944af68bbfdb161396f2e3567a09 | refs/heads/master | 2018-11-21T20:43:25.185000 | 2018-09-25T02:05:02 | 2018-09-25T02:05:02 | 117,081,306 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package practice.action.midp;
/**
* Created by Administrator on 2018/2/10.
*/
public class MidPerson {
DepartA departA;
DepartB departB;
public MidPerson(DepartA departA, DepartB departB) {
this.departA = departA;
this.departB = departB;
}
public void opA() {
departA.ope... | UTF-8 | Java | 486 | java | MidPerson.java | Java | [
{
"context": "package practice.action.midp;\n\n/**\n * Created by Administrator on 2018/2/10.\n */\npublic class MidPerson {\n De",
"end": 62,
"score": 0.4986000061035156,
"start": 49,
"tag": "USERNAME",
"value": "Administrator"
}
] | null | [] | package practice.action.midp;
/**
* Created by Administrator on 2018/2/10.
*/
public class MidPerson {
DepartA departA;
DepartB departB;
public MidPerson(DepartA departA, DepartB departB) {
this.departA = departA;
this.departB = departB;
}
public void opA() {
departA.ope... | 486 | 0.58642 | 0.572016 | 27 | 17 | 14.844877 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.37037 | false | false | 9 |
a934afdefb90d96c705f56710eed00a29882ce39 | 30,837,865,245,626 | 18e333f1a6b306d11fc4d69965bd477b7d93ba22 | /MQTT_Application/src/main/java/me/esraozturk/mqttlistener/sdk/exception/DuplicateFieldException.java | 2a820968206a96bbeb38b85ac8e32db27f3dc56c | [] | no_license | ozturkesra/ELK599 | https://github.com/ozturkesra/ELK599 | 25bbb4aaf658419e35313ec4e94c705266b241a2 | 30fbeb977ad512ce474ea22400e30267db751167 | refs/heads/main | 2023-03-13T20:32:55.376000 | 2021-03-07T14:54:46 | 2021-03-07T14:54:46 | 340,635,819 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package me.esraozturk.mqttlistener.sdk.exception;
import java.util.Collections;
import java.util.List;
public class DuplicateFieldException extends RuntimeException {
public DuplicateFieldException(String field) {
this(Collections.singletonList(field));
}
public DuplicateFieldException(List<Stri... | UTF-8 | Java | 377 | java | DuplicateFieldException.java | Java | [] | null | [] | package me.esraozturk.mqttlistener.sdk.exception;
import java.util.Collections;
import java.util.List;
public class DuplicateFieldException extends RuntimeException {
public DuplicateFieldException(String field) {
this(Collections.singletonList(field));
}
public DuplicateFieldException(List<Stri... | 377 | 0.742706 | 0.742706 | 16 | 22.5625 | 23.248571 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3125 | false | false | 9 |
8b3d28a1dda84a7e3d71536f39b6e8d7b8f08a2e | 17,008,070,556,069 | 1ef497fef3ca2bd5981ff2a6d3b5df32a845ce85 | /jadx-decompile/com/google/android/gms/drive/internal/CloseContentsRequest.java | b2ecda4db93d8f7877f3b0ba8bf453cd5d4f149b | [] | no_license | gmtandi/droneapp | https://github.com/gmtandi/droneapp | 624eeb8a77bbb6cbe3160d79d0c9b46e827e8f4f | bfacef0ef2cc43aded3e03c012debcee868706c5 | refs/heads/master | 2019-07-22T10:11:35.423000 | 2017-06-01T00:38:41 | 2017-06-01T00:38:41 | 92,822,587 | 5 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.google.android.gms.drive.internal;
import android.os.Parcel;
import android.os.Parcelable.Creator;
import com.google.android.gms.common.internal.safeparcel.AbstractSafeParcelable;
import com.google.android.gms.drive.Contents;
public class CloseContentsRequest extends AbstractSafeParcelable {
public st... | UTF-8 | Java | 830 | java | CloseContentsRequest.java | Java | [] | null | [] | package com.google.android.gms.drive.internal;
import android.os.Parcel;
import android.os.Parcelable.Creator;
import com.google.android.gms.common.internal.safeparcel.AbstractSafeParcelable;
import com.google.android.gms.drive.Contents;
public class CloseContentsRequest extends AbstractSafeParcelable {
public st... | 830 | 0.685542 | 0.681928 | 29 | 27.620689 | 24.393913 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.896552 | false | false | 9 |
54bfb93e5828d5de7bd083cffbd40a54c25d4a4b | 25,615,185,016,273 | febdc36fcd171db88b1a11dc9bea9dfefaff8501 | /src/Queue/CircularQueue.java | 38ad25183433ad9b757ea3cf57249a58e1f6da6f | [] | no_license | TJZhou/INFO6205_Algorithms | https://github.com/TJZhou/INFO6205_Algorithms | 4d967f281887ceb50b11dba0e1034efb5ee1695f | 8eac1fad67993f23c12dadd0ebb33e3c7cd93e51 | refs/heads/master | 2020-04-16T09:22:19.264000 | 2019-04-15T03:57:04 | 2019-04-15T03:57:04 | 165,461,778 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Queue;
public class CircularQueue<Item> {
private int front, rear;
private int maxSize;
private Item[] q;
public CircularQueue() {
front = rear = 0;
this.maxSize = 9;
q = (Item[]) new Object[maxSize];
}
public CircularQueue(int maxSize) {
this.maxSize = maxSize;
q = (Item[]) new Object[this.... | UTF-8 | Java | 1,178 | java | CircularQueue.java | Java | [] | null | [] | package Queue;
public class CircularQueue<Item> {
private int front, rear;
private int maxSize;
private Item[] q;
public CircularQueue() {
front = rear = 0;
this.maxSize = 9;
q = (Item[]) new Object[maxSize];
}
public CircularQueue(int maxSize) {
this.maxSize = maxSize;
q = (Item[]) new Object[this.... | 1,178 | 0.594227 | 0.589134 | 67 | 16.58209 | 13.916756 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.880597 | false | false | 9 |
5945b42353ccb3b51db3577c7d5c60489c5e708c | 3,693,671,928,108 | c7666ba9b71a429fb80ccf5b38fb4bf7da7cf59f | /platform/Mobile/Android/eSpaceSDK_New/.svn/pristine/23/2357d2630645069f1e97f1e60e0d746c38242320.svn-base | e55ec4838ce2f67f0f433903aee49aa805acd83c | [
"Apache-2.0"
] | permissive | eSDK/esdk_uc_espaceMobile | https://github.com/eSDK/esdk_uc_espaceMobile | 6b7230d09c47e7717973826e19ee78681e3ef4ce | 0f69a9fbd70eb18fc18d1dbecface58bc458057c | refs/heads/master | 2016-08-11T09:11:04.345000 | 2015-11-28T06:44:41 | 2015-11-28T06:44:41 | 47,013,049 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.huawei.service.login;
/**
* Created by l00186254 on 14-8-4.
*/
public enum LoginError
{
DEFAULT,
CONNECTERROR,
SVN_CONNECT_ERROR,
SVN_SUPPORT_ERROR,//(705)
// FORCE_UPDATE,
RSAKEYERROR,
ACK_ERROR,// CheckVerison KeyExchange Login ACK 中 返回的结果error
LOGINOK,
HEARTBEATERRO... | GB18030 | Java | 486 | 2357d2630645069f1e97f1e60e0d746c38242320.svn-base | Java | [
{
"context": "ckage com.huawei.service.login;\n\n/**\n * Created by l00186254 on 14-8-4.\n */\npublic enum LoginError\n{\n DEFAU",
"end": 62,
"score": 0.9988524913787842,
"start": 53,
"tag": "USERNAME",
"value": "l00186254"
}
] | null | [] | package com.huawei.service.login;
/**
* Created by l00186254 on 14-8-4.
*/
public enum LoginError
{
DEFAULT,
CONNECTERROR,
SVN_CONNECT_ERROR,
SVN_SUPPORT_ERROR,//(705)
// FORCE_UPDATE,
RSAKEYERROR,
ACK_ERROR,// CheckVerison KeyExchange Login ACK 中 返回的结果error
LOGINOK,
HEARTBEATERRO... | 486 | 0.648402 | 0.607306 | 22 | 18.90909 | 15.302731 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.590909 | false | false | 9 | |
fdefac276241b149a2f44f064932f918a2e878d8 | 17,042,430,296,837 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/18/18_d4c690acfab7a365b8448cd5847a863857a4bc89/TextTitleAndSummary/18_d4c690acfab7a365b8448cd5847a863857a4bc89_TextTitleAndSummary_s.java | decde375bcae275a90e88dcc0b9c3fa3e92c24ed | [] | no_license | zhongxingyu/Seer | https://github.com/zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516000 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | false | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | 2023-06-21T00:53:27 | 2023-06-22T07:55:57 | 2,849,868 | 2 | 2 | 0 | null | false | false | package ro.koch.resourcefacades.facades;
import static com.google.common.base.Preconditions.checkNotNull;
import static com.google.common.collect.Iterables.getFirst;
import ro.koch.resourcefacades.TitleAndSummary;
import com.google.common.base.Splitter;
public class TextTitleAndSummary implements TitleAndSumma... | UTF-8 | Java | 845 | java | 18_d4c690acfab7a365b8448cd5847a863857a4bc89_TextTitleAndSummary_s.java | Java | [] | null | [] | package ro.koch.resourcefacades.facades;
import static com.google.common.base.Preconditions.checkNotNull;
import static com.google.common.collect.Iterables.getFirst;
import ro.koch.resourcefacades.TitleAndSummary;
import com.google.common.base.Splitter;
public class TextTitleAndSummary implements TitleAndSumma... | 845 | 0.671006 | 0.666272 | 27 | 30.25926 | 26.005117 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.481481 | false | false | 9 |
504e24165cb43f611f44116e57a1dff0ea0509c2 | 26,920,855,074,285 | 085a4fba3828458225c3e3739e54745c5f3626ea | /src/main/java/de/uniko/iwm/Repo/Repo.java | e17d6cc8667e6eb8e70bcd526c8b45d0e3f23aa9 | [] | no_license | PhilipFeuchtner/Tingo | https://github.com/PhilipFeuchtner/Tingo | 4ee19ed4e040c21eaf80509049743c51df97989c | 7820655eed884613f18da4db86d35b9f10952e37 | refs/heads/master | 2021-01-23T10:44:36.403000 | 2014-08-10T20:10:39 | 2014-08-10T20:10:39 | 39,499,639 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package de.uniko.iwm.Repo;
import java.util.ArrayList;
import java.util.List;
public class Repo {
private List<Section> sectionlist = new ArrayList<Section>();
private Navigation navigation;
public Repo() {
}
// -------------------- hepler -------------------------------
public Section getSection() {
r... | UTF-8 | Java | 1,567 | java | Repo.java | Java | [] | null | [] | package de.uniko.iwm.Repo;
import java.util.ArrayList;
import java.util.List;
public class Repo {
private List<Section> sectionlist = new ArrayList<Section>();
private Navigation navigation;
public Repo() {
}
// -------------------- hepler -------------------------------
public Section getSection() {
r... | 1,567 | 0.680919 | 0.680919 | 63 | 23.873016 | 26.057014 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.285714 | false | false | 9 |
0cdf42ec2ceb806f6f093579d311d8043a16023d | 20,804,821,648,301 | fd259f9881f121f63f75c071e9b161f526338466 | /flexo-foundation/src/main/java/org/openflexo/foundation/fml/binding/FlexoConceptBindingVariable.java | 6c51a3502b665ac6aa14ff39729d8403f10bdb20 | [] | no_license | openflexo-team/openflexo-core | https://github.com/openflexo-team/openflexo-core | 360e7baaf321115ef0dde47b7f508da31756dc9b | d4e001b70d1cc5294d6d59ebc554d5b302787be9 | refs/heads/2.0.0 | 2023-08-31T06:44:26.298000 | 2020-07-01T08:49:29 | 2020-07-01T08:49:29 | 15,801,662 | 2 | 2 | null | false | 2023-08-30T13:18:44 | 2014-01-10T15:33:47 | 2023-02-09T14:04:05 | 2023-08-24T11:58:26 | 47,802 | 2 | 2 | 5 | Java | false | false | /**
*
* Copyright (c) 2014-2015, Openflexo
*
* This file is part of Flexo-foundation, a component of the software infrastructure
* developed at Openflexo.
*
*
* Openflexo is dual-licensed under the European Union Public License (EUPL, either
* version 1.1 of the License, or any later version ), which is ... | UTF-8 | Java | 3,785 | java | FlexoConceptBindingVariable.java | Java | [
{
"context": "for details.\n * \n * \n * Please contact Openflexo (openflexo-contacts@openflexo.org)\n * or visit www.openflexo.org if you need additi",
"end": 1480,
"score": 0.9999344348907471,
"start": 1448,
"tag": "EMAIL",
"value": "openflexo-contacts@openflexo.org"
},
{
"context"... | null | [] | /**
*
* Copyright (c) 2014-2015, Openflexo
*
* This file is part of Flexo-foundation, a component of the software infrastructure
* developed at Openflexo.
*
*
* Openflexo is dual-licensed under the European Union Public License (EUPL, either
* version 1.1 of the License, or any later version ), which is ... | 3,760 | 0.759577 | 0.755614 | 110 | 33.409092 | 32.919819 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.090909 | false | false | 9 |
f0556ffd508af86d2b508812a9c9e841d066709d | 2,405,181,752,145 | aeef2494b283012ed619870c4275e7d015f4017a | /sdk/java/src/main/java/com/pulumi/gcp/logging/inputs/MetricBucketOptionsExponentialBucketsArgs.java | 0f7ea4facc4089715485ad52e17c9215fb979a2b | [
"BSD-3-Clause",
"MPL-2.0",
"Apache-2.0"
] | permissive | pulumi/pulumi-gcp | https://github.com/pulumi/pulumi-gcp | d4fd3f80c3df5290edaf33eb5eafe34e6699d0ff | 7deea0a50a4ee5ab7bd722a83eca01707e298f85 | refs/heads/master | 2023-08-31T07:12:45.921000 | 2023-08-31T06:16:27 | 2023-08-31T06:16:27 | 97,485,806 | 160 | 63 | Apache-2.0 | false | 2023-09-14T19:49:36 | 2017-07-17T14:28:37 | 2023-09-09T05:01:08 | 2023-09-14T19:49:35 | 159,678 | 149 | 50 | 173 | Java | false | false | // *** WARNING: this file was generated by pulumi-java-gen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
package com.pulumi.gcp.logging.inputs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import java.lang.Double;
import java.lang.Integer;
import j... | UTF-8 | Java | 4,178 | java | MetricBucketOptionsExponentialBucketsArgs.java | Java | [] | null | [] | // *** WARNING: this file was generated by pulumi-java-gen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
package com.pulumi.gcp.logging.inputs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import java.lang.Double;
import java.lang.Integer;
import j... | 4,178 | 0.597415 | 0.594543 | 158 | 25.443037 | 25.582949 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.208861 | false | false | 9 |
2b19c8919b082cccd9db031c42e03a2cfa718dc4 | 32,160,715,170,164 | 27a1acf51c0302894e95623213c0f2d0b98d7e28 | /app/src/main/java/com/androidproj/chat/Chat.java | 7792c033848f92f1d0254b7f320d148c09491a7c | [] | no_license | doublfish9x/Chat | https://github.com/doublfish9x/Chat | 716a2eea7d646964c07d8aa466e0e0e7e6d9e8be | 67a13def813c72883da240b31a88bf0ed70a82f4 | refs/heads/master | 2021-01-21T06:24:59.297000 | 2017-02-26T04:15:10 | 2017-02-26T04:15:10 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.androidproj.chat;
/**
* Created by NgocLong on 2/25/17.
*/
public class Chat {
}
| UTF-8 | Java | 97 | java | Chat.java | Java | [
{
"context": "package com.androidproj.chat;\n\n/**\n * Created by NgocLong on 2/25/17.\n */\n\npublic class Chat {\n}\n",
"end": 57,
"score": 0.9994857311248779,
"start": 49,
"tag": "USERNAME",
"value": "NgocLong"
}
] | null | [] | package com.androidproj.chat;
/**
* Created by NgocLong on 2/25/17.
*/
public class Chat {
}
| 97 | 0.659794 | 0.608247 | 8 | 11.125 | 13.166601 | 34 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.125 | false | false | 9 |
d9d27c196222a3f62224a2bbf8897a19cdf31281 | 38,869,454,053,810 | 59b28febfd1ddec92f190110e08166a65a42f9d2 | /src/org/mohsin/geek/Array/ReplaceWithGreatestOnRight.java | aaf6f492d12a2e5c3c9aec2a84e60d9dfb278e22 | [] | no_license | mustafacse/Geeksforgeeks | https://github.com/mustafacse/Geeksforgeeks | 6b383829382fa06102c597248463448f046d2b96 | 18f8131d07f36e01c8db2184813f495cf1a7aa11 | refs/heads/master | 2020-04-06T04:27:53.835000 | 2017-02-02T11:48:57 | 2017-02-02T11:48:57 | 73,790,645 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
package org.mohsin.geek.Array;
import java.util.Arrays;
/**
* @author mohsin
*
*/
public class ReplaceWithGreatestOnRight {
public static void replace(int arr[]){
int max = arr[arr.length-1];
arr[arr.length-1] = -1;
for(int i = arr.length-2;i >= 0;--i){
int temp = arr[i];
arr[i] = m... | UTF-8 | Java | 538 | java | ReplaceWithGreatestOnRight.java | Java | [
{
"context": "k.Array;\n\nimport java.util.Arrays;\n\n/**\n * @author mohsin\n *\n */\npublic class ReplaceWithGreatestOnRight {\n",
"end": 91,
"score": 0.938431441783905,
"start": 85,
"tag": "USERNAME",
"value": "mohsin"
}
] | null | [] | /**
*
*/
package org.mohsin.geek.Array;
import java.util.Arrays;
/**
* @author mohsin
*
*/
public class ReplaceWithGreatestOnRight {
public static void replace(int arr[]){
int max = arr[arr.length-1];
arr[arr.length-1] = -1;
for(int i = arr.length-2;i >= 0;--i){
int temp = arr[i];
arr[i] = m... | 538 | 0.568773 | 0.54461 | 38 | 13.157895 | 14.18028 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.578947 | false | false | 9 |
83f0a82be3422fcf89e8a3a5c6ed70740176b29f | 6,828,998,063,235 | ce7cb6a6a4410984f57569ee9e2dfc0134f5a796 | /aurora/plugin/source/gen/builders/ViewBuilder.java | 4b49d060fd909b6099a786319acce679fc94bcef | [] | no_license | hand-china-hec/aurora-plugin | https://github.com/hand-china-hec/aurora-plugin | aa656cd73ad272ad1358aed31614bc481d6b290b | 4b54c9fb0a726f8d33b10fec153853749d3d520d | refs/heads/master | 2017-12-01T09:42:02.897000 | 2017-10-25T08:01:33 | 2017-10-25T08:01:33 | 62,461,543 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package aurora.plugin.source.gen.builders;
import java.util.List;
import uncertain.composite.CompositeMap;
import aurora.plugin.source.gen.BuilderSession;
import aurora.plugin.source.gen.ModelMapParser;
import aurora.plugin.source.gen.Util;
import aurora.plugin.source.gen.screen.model.properties.ComponentInnerPropert... | UTF-8 | Java | 10,154 | java | ViewBuilder.java | Java | [] | null | [] | package aurora.plugin.source.gen.builders;
import java.util.List;
import uncertain.composite.CompositeMap;
import aurora.plugin.source.gen.BuilderSession;
import aurora.plugin.source.gen.ModelMapParser;
import aurora.plugin.source.gen.Util;
import aurora.plugin.source.gen.screen.model.properties.ComponentInnerPropert... | 10,154 | 0.719815 | 0.719322 | 282 | 35.007092 | 22.482616 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.574468 | false | false | 9 |
42dd08259fe42eadf8f148b1226170b3ff85e5c4 | 23,733,989,347,545 | e065ba9ed2ab16f51004b0bc8c32f3601c7de470 | /src/main/java/com/dk/rsale/dao/PurchaseDAO.java | de6d904e708c35ea1c78af4ae9a78fb074aaf3bf | [] | no_license | deepakrgec2005/POS | https://github.com/deepakrgec2005/POS | 165fa2ae46a4432dd5243bb5e674bb7026856eca | 584b127b68bb0593c04e28826520407aa35cff66 | refs/heads/master | 2023-07-02T06:47:16.383000 | 2021-08-10T19:29:38 | 2021-08-10T19:29:38 | 361,191,613 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.dk.rsale.dao;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Query;
import com.dk.rsale.entity.Purchase;
public interface PurchaseDAO extends JpaRepository<Purchase, String> {
}
| UTF-8 | Java | 270 | java | PurchaseDAO.java | Java | [] | null | [] | package com.dk.rsale.dao;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Query;
import com.dk.rsale.entity.Purchase;
public interface PurchaseDAO extends JpaRepository<Purchase, String> {
}
| 270 | 0.777778 | 0.777778 | 11 | 22.545454 | 26.565062 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.636364 | false | false | 9 |
fa3825f17c4c9fbabae2f502ee93f253d507bc20 | 8,409,546,024,650 | 1e98e8e883b15db8ab4314c840f9c451d19b5843 | /tutos-android/UdemyAndroidCero/app/src/main/java/com/example/cliente/udemyandroidcero/App/MyApplication.java | 4ec5c8256918cc9c6820e9a09ee37cda4fd85f4c | [] | no_license | alejosg1285/tutos-html-css | https://github.com/alejosg1285/tutos-html-css | 622912b1159266f6981d165946a8949f12169977 | 00654a07a71c17a1b3c7b46e1ad6a2d2382354a0 | refs/heads/master | 2021-04-29T10:39:34.128000 | 2018-01-03T13:40:34 | 2018-01-03T13:40:34 | 77,642,377 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.cliente.udemyandroidcero.App;
import android.app.Application;
import android.os.SystemClock;
import com.example.cliente.udemyandroidcero.Models.Board;
import com.example.cliente.udemyandroidcero.Models.Note;
import java.util.concurrent.atomic.AtomicInteger;
import io.realm.Realm;
import io.realm... | UTF-8 | Java | 1,670 | java | MyApplication.java | Java | [
{
"context": ";\nimport io.realm.RealmResults;\n\n/**\n * Created by Lenovo on 26/04/2017.\n */\n\npublic class MyApplication ex",
"end": 425,
"score": 0.9987361431121826,
"start": 419,
"tag": "USERNAME",
"value": "Lenovo"
}
] | null | [] | package com.example.cliente.udemyandroidcero.App;
import android.app.Application;
import android.os.SystemClock;
import com.example.cliente.udemyandroidcero.Models.Board;
import com.example.cliente.udemyandroidcero.Models.Note;
import java.util.concurrent.atomic.AtomicInteger;
import io.realm.Realm;
import io.realm... | 1,670 | 0.690833 | 0.682445 | 57 | 28.280703 | 30.857769 | 160 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.491228 | false | false | 9 |
ded4bcd5252e820cc81f7e1a05f70e987dd75d86 | 33,835,752,406,460 | fa1d00b1d8cae003adab2c05ddb38d81c64ac045 | /src/test/java/API/restassured/RestAssuredPojoIntro.java | 95d4a5da3028e0f76d86448c7dc03b796d143512 | [] | no_license | erma2008/sampleProject | https://github.com/erma2008/sampleProject | 7a62441b030db8d35afa9637892f366ceff317dd | 6a3a3fd301e2e312da9c850ad4be14cfa785f8da | refs/heads/master | 2022-12-05T16:43:59.038000 | 2020-09-02T16:20:53 | 2020-09-02T16:20:53 | 292,332,723 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package API.restassured;
import API.pojo.AllCatsFactsPojo;
import API.pojo.PetPojo;
import io.restassured.http.ContentType;
import io.restassured.response.Response;
import org.junit.Assert;
import org.junit.Test;
import static io.restassured.RestAssured.given;
public class RestAssuredPojoIntro {
@Test
publi... | UTF-8 | Java | 1,350 | java | RestAssuredPojoIntro.java | Java | [
{
"context": "getUser().getName().getLast().equalsIgnoreCase(\"Wohlbruck\")) {\n System.out.println(",
"end": 1140,
"score": 0.5841699838638306,
"start": 1138,
"tag": "NAME",
"value": "hl"
}
] | null | [] | package API.restassured;
import API.pojo.AllCatsFactsPojo;
import API.pojo.PetPojo;
import io.restassured.http.ContentType;
import io.restassured.response.Response;
import org.junit.Assert;
import org.junit.Test;
import static io.restassured.RestAssured.given;
public class RestAssuredPojoIntro {
@Test
publi... | 1,350 | 0.608889 | 0.594074 | 43 | 30.39535 | 27.611204 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.465116 | false | false | 9 |
541e904d625623cd39d3575ec520788c13874beb | 33,835,752,403,923 | 13ded40605ddf4e22147f76615a006b7f4cc9cac | /buildSrc/src/main/java/gradlebuild/VariantsExtension.java | 6201015782e3294eb3370e4bbeb88f15584c6e83 | [
"Apache-2.0"
] | permissive | gradle/native-platform | https://github.com/gradle/native-platform | 7f2fe1df56c6ebb9edef47b22995343cb2a1c52f | c58e7c6b6d6dae26f8209932c1413c23c23515c5 | refs/heads/master | 2023-08-16T04:36:56.330000 | 2023-08-07T18:20:43 | 2023-08-07T18:20:43 | 5,220,824 | 28 | 13 | Apache-2.0 | false | 2023-09-06T09:16:33 | 2012-07-29T07:40:26 | 2023-06-06T19:06:56 | 2023-09-06T09:16:32 | 2,982 | 104 | 41 | 40 | Java | false | false | package gradlebuild;
import org.gradle.api.provider.Property;
import org.gradle.api.provider.SetProperty;
public interface VariantsExtension {
Property<String> getGroupId();
Property<String> getArtifactId();
Property<String> getVersion();
/**
* List of names of extra variants of this artifact.
... | UTF-8 | Java | 400 | java | VariantsExtension.java | Java | [] | null | [] | package gradlebuild;
import org.gradle.api.provider.Property;
import org.gradle.api.provider.SetProperty;
public interface VariantsExtension {
Property<String> getGroupId();
Property<String> getArtifactId();
Property<String> getVersion();
/**
* List of names of extra variants of this artifact.
... | 400 | 0.695 | 0.695 | 17 | 22.529411 | 18.201866 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.411765 | false | false | 9 |
6f1007805f2e92bc40d739ee2e2d4312a8a76230 | 1,889,785,664,732 | f0a35b8d5cc33e5735278ef213ea51b3923453cd | /homework/sixth-exercise/src/main/java/ru/kalemsj713/otus/exercise/dao/AuthorDaoImpl.java | c39e7dbad3df22b32118a9e9d6017681c2b318bd | [] | no_license | kalemsj713/2020-02-otus-spring-karagaev | https://github.com/kalemsj713/2020-02-otus-spring-karagaev | 2cb57c753790058938d760ddf78d0a5b9f8c7326 | 8bd9de476d72a48cabdc42c265d242fbea7c6f20 | refs/heads/master | 2022-01-28T21:48:16.594000 | 2020-08-07T10:36:16 | 2020-08-07T10:36:16 | 243,973,856 | 0 | 0 | null | false | 2022-01-21T23:46:23 | 2020-02-29T13:29:13 | 2020-08-07T10:36:21 | 2022-01-21T23:46:21 | 224 | 0 | 0 | 12 | Java | false | false | package ru.kalemsj713.otus.exercise.dao;
import org.hibernate.Hibernate;
import org.springframework.stereotype.Repository;
import org.springframework.transaction.annotation.Transactional;
import ru.kalemsj713.otus.exercise.domain.Author;
import javax.persistence.EntityManager;
import javax.persistence.PersistenceCont... | UTF-8 | Java | 994 | java | AuthorDaoImpl.java | Java | [
{
"context": "package ru.kalemsj713.otus.exercise.dao;\n\nimport org.hibernate.Hibernat",
"end": 21,
"score": 0.9844651818275452,
"start": 12,
"tag": "USERNAME",
"value": "alemsj713"
},
{
"context": "k.transaction.annotation.Transactional;\nimport ru.kalemsj713.otus.exercise.domain.A... | null | [] | package ru.kalemsj713.otus.exercise.dao;
import org.hibernate.Hibernate;
import org.springframework.stereotype.Repository;
import org.springframework.transaction.annotation.Transactional;
import ru.kalemsj713.otus.exercise.domain.Author;
import javax.persistence.EntityManager;
import javax.persistence.PersistenceCont... | 994 | 0.763582 | 0.756539 | 42 | 22.666666 | 20.95422 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.309524 | false | false | 9 |
cc46b7b0c3bfa55e794f28ed6ee99312ef1c0986 | 18,227,841,205,611 | 4af888f778789b3f30f5572736d2e7f250e8adb7 | /src/main/java/com/springboot/sample/samplespringboot/repositories/LibraryRepositoryCustom.java | 8d44e7d13f57aff7b111ae92b877acd09d7fb439 | [] | no_license | AbinayaVelusamy/SpringBootPractise | https://github.com/AbinayaVelusamy/SpringBootPractise | 3af397f1aa4fba2c5e7482774de43d1b5442f732 | 5c63fe74b769d0bae4e88bec0c74e2b1101cf15a | refs/heads/master | 2023-08-03T22:22:03.127000 | 2021-08-23T12:56:33 | 2021-08-23T12:56:33 | 399,102,233 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.springboot.sample.samplespringboot.repositories;
import com.springboot.sample.samplespringboot.restcontrollers.LibraryBean;
import java.util.List;
public interface LibraryRepositoryCustom {
List<LibraryBean> getBooksByAuthor(String authorname);
}
| UTF-8 | Java | 264 | java | LibraryRepositoryCustom.java | Java | [] | null | [] | package com.springboot.sample.samplespringboot.repositories;
import com.springboot.sample.samplespringboot.restcontrollers.LibraryBean;
import java.util.List;
public interface LibraryRepositoryCustom {
List<LibraryBean> getBooksByAuthor(String authorname);
}
| 264 | 0.848485 | 0.848485 | 7 | 36.714287 | 27.395069 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 9 |
5b07376783d95f406e117a36a949eeab4322b265 | 29,729,763,680,299 | eccdb653b6ae10cbf5fc5c7c38b4f636b33311b2 | /stack/src/com/edu/view/AuditServlet.java | ca94853eb0a5cb0f134e7bc3a27244cdd1fed965 | [] | no_license | tzl520/stack | https://github.com/tzl520/stack | 5d47f12d1dd78cf295e7e28398d99cf2df28753f | 0f80e5b3d906156d07fc5ae530689041a4c0a708 | refs/heads/master | 2022-12-28T20:17:20.750000 | 2020-10-14T11:06:04 | 2020-10-14T11:06:04 | 303,988,226 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.edu.view;
import java.io.IOException;
import java.util.List;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import com.edu.bean.Audit;
import com.edu.constant.Constance;
import com.... | UTF-8 | Java | 3,347 | java | AuditServlet.java | Java | [] | null | [] | package com.edu.view;
import java.io.IOException;
import java.util.List;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import com.edu.bean.Audit;
import com.edu.constant.Constance;
import com.... | 3,347 | 0.703018 | 0.698237 | 105 | 30.87619 | 23.518461 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.361905 | false | false | 9 |
a8ed114cb54df73192fe65cc9357b4f25ad9760c | 764,504,181,732 | 463e2e20854ae734a5ce6ea966d5758bb4ef033e | /src/main/java/com/briup/estore2/web/servlet/ConfirmOrderServlet.java | 5d987c757d95fea4b08b2388e98ce309eb0b5219 | [] | no_license | bstlili/estore_repository | https://github.com/bstlili/estore_repository | 94d796d72e3d3f2850a40d31c38f437ea1f02905 | bb853acce0e75d0c51aa5378d09d544d0ca1d60a | refs/heads/master | 2021-06-13T15:49:44.191000 | 2019-05-28T08:48:49 | 2019-05-28T08:48:49 | 188,990,514 | 0 | 0 | null | false | 2021-04-22T18:19:27 | 2019-05-28T08:48:03 | 2019-05-28T08:49:37 | 2021-04-22T18:19:27 | 2,846 | 0 | 0 | 2 | CSS | false | false | package com.briup.estore2.web.servlet;
import java.io.IOException;
import java.util.Date;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.... | GB18030 | Java | 3,068 | java | ConfirmOrderServlet.java | Java | [] | null | [] | package com.briup.estore2.web.servlet;
import java.io.IOException;
import java.util.Date;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.... | 3,068 | 0.762951 | 0.758689 | 94 | 31.446808 | 25.55995 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.819149 | false | false | 9 |
ab91683cdb825f86d68bf00f7df371a98629a42b | 5,033,701,722,003 | 68564c5a6a618c23ca962289fd35c05d97b46b1e | /src/weixin/promotion/service/MemberCouponServiceI.java | df9aa14f1ac14862913ff01286dc669f7c7b2f40 | [] | no_license | admindxh/test3 | https://github.com/admindxh/test3 | 87f10be33242d990f6d6c58bc4bb4eb2eb81e5aa | 3193695af80cce7822ed84b645486e0ce9f11239 | refs/heads/master | 2021-01-18T23:26:28.456000 | 2016-07-22T06:15:27 | 2016-07-22T06:15:27 | 34,147,755 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package weixin.promotion.service;
import org.jeecgframework.core.common.service.CommonService;
public abstract interface MemberCouponServiceI extends CommonService
{
} | UTF-8 | Java | 175 | java | MemberCouponServiceI.java | Java | [] | null | [] | package weixin.promotion.service;
import org.jeecgframework.core.common.service.CommonService;
public abstract interface MemberCouponServiceI extends CommonService
{
} | 175 | 0.828571 | 0.828571 | 7 | 23.285715 | 28.080061 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 9 |
6ae169a188f1c2ceb788db88bbac30c62f4abefa | 2,327,872,276,929 | 6a58f6b6542b9132b57c8acc5b1c5cd4795a2ca0 | /src/main/java/uk/co/wehavecookies56/kk/common/item/ItemDriveOrb.java | 3005d2e3d206ac351883c2168758f2777ce8ab36 | [] | no_license | Wehavecookies56/Kingdom-Keys-Re-Coded-1.9-WIP | https://github.com/Wehavecookies56/Kingdom-Keys-Re-Coded-1.9-WIP | fa21369307344db34602c13f7ff853486552a5d3 | e3f15fb4c774cb810634663ca21ea0f0e2956439 | refs/heads/master | 2021-01-10T14:36:19.690000 | 2016-05-10T02:17:19 | 2016-05-10T02:17:19 | 54,055,284 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package uk.co.wehavecookies56.kk.common.item;
import java.util.List;
import net.minecraft.creativetab.CreativeTabs;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.item.Item;
import net.minecraft.item.ItemStack;
public class ItemDriveOrb extends Item {
public ItemDriveOrb () {
setMaxStackSi... | UTF-8 | Java | 663 | java | ItemDriveOrb.java | Java | [
{
"context": "package uk.co.wehavecookies56.kk.common.item;\n\nimport java.util.List;\n\nimport n",
"end": 29,
"score": 0.9787144660949707,
"start": 14,
"tag": "USERNAME",
"value": "wehavecookies56"
}
] | null | [] | package uk.co.wehavecookies56.kk.common.item;
import java.util.List;
import net.minecraft.creativetab.CreativeTabs;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.item.Item;
import net.minecraft.item.ItemStack;
public class ItemDriveOrb extends Item {
public ItemDriveOrb () {
setMaxStackSi... | 663 | 0.758673 | 0.754148 | 26 | 24.5 | 26.083076 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.269231 | false | false | 9 |
0c2746aa4a95f5eb3691fb34d76d6b4aade96ea8 | 15,796,889,733,200 | 37e755a84a5d0097adc3cf861d440d2ff7e40b7b | /src/com/situ/day36/C3P0Test.java | 7a428f52c131c4de068415d5cd79bdd4c450149b | [] | no_license | GaoChengQuan/Java1711Web | https://github.com/GaoChengQuan/Java1711Web | e0b415e470dbaf77058d0e8fac6108fd00ad9b93 | d9986e7e522fd2b676439f2aa0652790a478e28e | refs/heads/master | 2021-09-04T11:29:24.153000 | 2018-01-18T09:09:38 | 2018-01-18T09:09:38 | 115,404,977 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.situ.day36;
import java.sql.Connection;
import java.sql.Date;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import javax.sql.DataSource;
import org.junit.Test;
import com.mchange.v2.c3p0.ComboPooledDataSource;
import com.situ.student.entity.Student;
import c... | UTF-8 | Java | 2,381 | java | C3P0Test.java | Java | [] | null | [] | package com.situ.day36;
import java.sql.Connection;
import java.sql.Date;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import javax.sql.DataSource;
import org.junit.Test;
import com.mchange.v2.c3p0.ComboPooledDataSource;
import com.situ.student.entity.Student;
import c... | 2,381 | 0.710359 | 0.70444 | 84 | 27.154762 | 22.572895 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.690476 | false | false | 9 |
2401257e96ba0dfa72b3751b7435e7a1e09b4224 | 7,017,976,612,305 | 29345337bf86edc938f3b5652702d551bfc3f11a | /core/src/main/java/com/alibaba/alink/params/regression/IsotonicRegTrainParams.java | 31fca8ad9ab85b96ec1b5e4568ed92237cdb2ac4 | [
"Apache-2.0"
] | permissive | vacaly/Alink | https://github.com/vacaly/Alink | 32b71ac4572ae3509d343e3d1ff31a4da2321b6d | edb543ee05260a1dd314b11384d918fa1622d9c1 | refs/heads/master | 2023-07-21T03:29:07.612000 | 2023-07-12T12:41:31 | 2023-07-12T12:41:31 | 283,079,072 | 0 | 0 | Apache-2.0 | true | 2020-07-28T02:46:14 | 2020-07-28T02:46:13 | 2020-07-27T16:21:11 | 2020-07-23T06:28:23 | 4,017 | 0 | 0 | 0 | null | false | false | package com.alibaba.alink.params.regression;
import org.apache.flink.ml.api.misc.param.ParamInfo;
import org.apache.flink.ml.api.misc.param.ParamInfoFactory;
import com.alibaba.alink.common.annotation.DescCn;
import com.alibaba.alink.common.annotation.NameCn;
import com.alibaba.alink.params.shared.colname.HasLabelCol... | UTF-8 | Java | 2,037 | java | IsotonicRegTrainParams.java | Java | [] | null | [] | package com.alibaba.alink.params.regression;
import org.apache.flink.ml.api.misc.param.ParamInfo;
import org.apache.flink.ml.api.misc.param.ParamInfoFactory;
import com.alibaba.alink.common.annotation.DescCn;
import com.alibaba.alink.common.annotation.NameCn;
import com.alibaba.alink.params.shared.colname.HasLabelCol... | 2,037 | 0.761194 | 0.760165 | 69 | 27.15942 | 21.411512 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.318841 | false | false | 9 |
365898570758bc797fd26e309267a17a2f06ec80 | 2,327,872,280,643 | c561879af792df60f5306ea85fa940252564563e | /src/main/java/com/ironhack/bankingSystem/repository/Accounts/CheckingRepository.java | 6514bfc446d337a909aa593bd851c928263da137 | [] | no_license | julialaria/Midterm-Project | https://github.com/julialaria/Midterm-Project | c0e79faa524b9c203b4ad4cd321054ef504a9b1e | be9abeccf819ca39416cd3b9f348fc3767e4a7ad | refs/heads/main | 2023-03-05T16:02:28.765000 | 2021-02-14T20:53:15 | 2021-02-14T20:53:15 | 338,832,506 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ironhack.bankingSystem.repository.Accounts;
import com.ironhack.bankingSystem.model.Account.Checking;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
@Repository
public interface CheckingRepository extends JpaRepository<Checking, Integer> {
}... | UTF-8 | Java | 321 | java | CheckingRepository.java | Java | [] | null | [] | package com.ironhack.bankingSystem.repository.Accounts;
import com.ironhack.bankingSystem.model.Account.Checking;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
@Repository
public interface CheckingRepository extends JpaRepository<Checking, Integer> {
}... | 321 | 0.856698 | 0.856698 | 9 | 34.666668 | 29.412771 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.555556 | false | false | 9 |
e652773514dbc2ec0da19fee330bea23da16b11a | 30,348,238,922,476 | 1dc580618fe76607c15c9be34d5c9a3f7c87ed19 | /chapter11_activemq/src/main/java/code/me/chapter11_activemq/service/impl/MoodServiceImpl.java | 235ee5834ac22436e583a01c15ce063c42146414 | [] | no_license | nayunfeng/stepbystep_springboot | https://github.com/nayunfeng/stepbystep_springboot | 0450b6b7cad9ece41564fa861c9434bd3fbc26b7 | 06f33bbec12f493c2a6d929abb512e2cd75e598a | refs/heads/master | 2020-07-29T17:39:59.287000 | 2019-10-09T08:03:40 | 2019-10-09T08:03:40 | 209,905,055 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package code.me.chapter11_activemq.service.impl;
import code.me.chapter11_activemq.dao.MoodRepository;
import code.me.chapter11_activemq.domain.Mood;
import code.me.chapter11_activemq.jms.MoodProducer;
import code.me.chapter11_activemq.service.MoodService;
import org.apache.activemq.command.ActiveMQQueue;
import org.s... | UTF-8 | Java | 2,506 | java | MoodServiceImpl.java | Java | [
{
"context": "mport java.util.concurrent.Future;\n\n/**\n * @author nayunfeng\n * @date 2019/9/27 18:19\n * @description\n */\n@Ser",
"end": 713,
"score": 0.9995676279067993,
"start": 704,
"tag": "USERNAME",
"value": "nayunfeng"
}
] | null | [] | package code.me.chapter11_activemq.service.impl;
import code.me.chapter11_activemq.dao.MoodRepository;
import code.me.chapter11_activemq.domain.Mood;
import code.me.chapter11_activemq.jms.MoodProducer;
import code.me.chapter11_activemq.service.MoodService;
import org.apache.activemq.command.ActiveMQQueue;
import org.s... | 2,506 | 0.668798 | 0.659847 | 89 | 25.35955 | 21.246149 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.382022 | false | false | 9 |
aef8145de48750da5e80a046f8628b8f159e627f | 60,129,555,995 | d0dfa1da4a61cf560907d7bd8b6c463b1971a438 | /src/org/yuriak/weibo/util/WeiboAttentionUtil.java | 358dcadeb89ad2b20922e6ba94c11f664db7537f | [] | no_license | yuriak/DufeDataCrawler | https://github.com/yuriak/DufeDataCrawler | d77c8033dac048f84bb487d79eb59d945bc8d39c | 2227b8cee986336023afe330915bbbad49d802fb | refs/heads/master | 2020-05-20T23:55:09.690000 | 2015-09-11T13:12:13 | 2015-09-11T13:12:13 | 40,760,290 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.yuriak.weibo.util;
import java.io.File;
import java.io.IOException;
import java.io.UnsupportedEncodingException;
import java.util.ArrayList;
import java.util.List;
import org.apache.commons.io.FileUtils;
import org.apache.http.HttpEntity;
import org.apache.http.client.ClientProtocolException;
import org.a... | UTF-8 | Java | 3,908 | java | WeiboAttentionUtil.java | Java | [] | null | [] | package org.yuriak.weibo.util;
import java.io.File;
import java.io.IOException;
import java.io.UnsupportedEncodingException;
import java.util.ArrayList;
import java.util.List;
import org.apache.commons.io.FileUtils;
import org.apache.http.HttpEntity;
import org.apache.http.client.ClientProtocolException;
import org.a... | 3,908 | 0.647691 | 0.638829 | 98 | 37 | 25.804209 | 154 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.489796 | false | false | 9 |
99b202e1df6bd8e0a0ed32b2771744bfdfe5c82b | 35,510,789,607,563 | 9326efbf4f57f1705f84ec726299c92ebaab9e23 | /example/android/app/src/main/java/cn/jiguang/jmlink_flutter_plugin_example/WelcomeActivity.java | 4232b29226ce4a11e2bcb168f7bfd26f8743463c | [
"MIT"
] | permissive | jpush/jmlink-flutter-plugin | https://github.com/jpush/jmlink-flutter-plugin | 216adbf0cf8465acd80b61c71c6009885800e6f4 | cdf90e01e43cad7c660e250c8c38f2232d44ee8b | refs/heads/master | 2023-08-03T15:07:09.053000 | 2023-07-28T04:15:51 | 2023-07-28T04:15:51 | 219,950,273 | 19 | 10 | MIT | false | 2023-07-28T04:15:52 | 2019-11-06T08:42:19 | 2023-06-20T16:41:34 | 2023-07-28T04:15:51 | 127 | 17 | 10 | 8 | Dart | false | false | package cn.jiguang.jmlink_flutter_plugin_example;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.util.Log;
import cn.jiguang.jmlink_flutter_plugin.JmlinkFlutterPlugin;
public class WelcomeActivity extends Activity {
@Override
protected void onCreate(Bund... | UTF-8 | Java | 932 | java | WelcomeActivity.java | Java | [] | null | [] | package cn.jiguang.jmlink_flutter_plugin_example;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.util.Log;
import cn.jiguang.jmlink_flutter_plugin.JmlinkFlutterPlugin;
public class WelcomeActivity extends Activity {
@Override
protected void onCreate(Bund... | 932 | 0.667382 | 0.667382 | 35 | 25.628571 | 21.454384 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.771429 | false | false | 9 |
86c60b6623fa834c40d1dc631b6c17f515be9b94 | 34,462,817,591,152 | a585b44e69484abed0aa9d33dc61293a8881f93c | /src/main/java/com/clayoverwind/designpattern/structure/proxy/Player.java | 3493a64d2f1701e0f3602b8e3da695e18c643856 | [] | no_license | clayandgithub/designpattern | https://github.com/clayandgithub/designpattern | 48d76a4ab51d585dea7a39a8debeb4a20a634032 | fd7949d382111d4ba4e0e88ec24c3d100b542896 | refs/heads/master | 2021-01-21T10:25:58.912000 | 2017-06-19T03:10:22 | 2017-06-19T03:10:22 | 91,689,964 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.clayoverwind.designpattern.structure.proxy;
/**
* @author clayoverwind
* @version 2017/5/26
* @E-mail clayanddev@163.com
*/
public interface Player {
String play();
}
| UTF-8 | Java | 188 | java | Player.java | Java | [
{
"context": "ind.designpattern.structure.proxy;\n\n/**\n * @author clayoverwind\n * @version 2017/5/26\n * @E-mail clayanddev@163.c",
"end": 84,
"score": 0.9996007084846497,
"start": 72,
"tag": "USERNAME",
"value": "clayoverwind"
},
{
"context": "thor clayoverwind\n * @version 2017/... | null | [] | package com.clayoverwind.designpattern.structure.proxy;
/**
* @author clayoverwind
* @version 2017/5/26
* @E-mail <EMAIL>
*/
public interface Player {
String play();
}
| 177 | 0.707447 | 0.654255 | 10 | 17.799999 | 16.234531 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 9 |
44b0cc6b38aba0e4e4dffe7d229b935a74f41a22 | 6,768,868,468,212 | 95f715651fd6efb06b8d8b080f677a8d82e76969 | /src/main/java/shop/mapper/ShoppingCartMapper.java | 03d88208e08e3609d1f2140e74fa9970ddf17b99 | [] | no_license | ChenChanandy/shop | https://github.com/ChenChanandy/shop | 16b11d0c31a2af7492de5d50fd86b58106c4f344 | 5b0977f25691dc4a034b7eab7c44d1c1172c4104 | refs/heads/master | 2020-03-28T12:30:58.081000 | 2018-09-11T11:25:10 | 2018-09-11T11:25:10 | 141,095,748 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package shop.mapper;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import shop.model.ShoppingCartItem;
public interface ShoppingCartMapper {
Integer findItemQuantity(@Param("userId") Long userId,
@Param("cellphoneId") Long cellphoneId);
void createItem(@Param("... | UTF-8 | Java | 864 | java | ShoppingCartMapper.java | Java | [] | null | [] | package shop.mapper;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import shop.model.ShoppingCartItem;
public interface ShoppingCartMapper {
Integer findItemQuantity(@Param("userId") Long userId,
@Param("cellphoneId") Long cellphoneId);
void createItem(@Param("... | 864 | 0.625 | 0.625 | 29 | 28.793104 | 26.278849 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.551724 | false | false | 9 |
fdb11c73423470afc2a6ee9450ddcc0f16cad929 | 35,304,631,183,308 | fcce388631824e532c952e1598ab370dc845d2e6 | /Cliente/SaukiClient/src/com/sauki/vista/reportes/contabilidad/BalanceGeneralIF.java | e1e98012484b758194b69dd8106b387c7816e620 | [] | no_license | Spontecorp-CA/sauki | https://github.com/Spontecorp-CA/sauki | 7156e04703ed2b7fbd5d7a8696f43a6a02b53d4a | e4eb33e21dd494989b2a70bb0bffa7ac12465d57 | refs/heads/master | 2016-07-28T20:46:03.865000 | 2016-01-14T10:58:57 | 2016-01-14T10:58:57 | 27,384,057 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.sauki.vista.reportes.contabilidad;
import com.sauki.Contexto;
import java.util.logging.Logger;
/**
*
* @author JoseAnge... | UTF-8 | Java | 13,690 | java | BalanceGeneralIF.java | Java | [
{
"context": "mport java.util.logging.Logger;\n\n/**\n *\n * @author JoseAngel\n */\npublic class BalanceGeneralIF extends javax.s",
"end": 321,
"score": 0.998934268951416,
"start": 312,
"tag": "NAME",
"value": "JoseAngel"
}
] | null | [] | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.sauki.vista.reportes.contabilidad;
import com.sauki.Contexto;
import java.util.logging.Logger;
/**
*
* @author JoseAnge... | 13,690 | 0.689738 | 0.681114 | 256 | 52.445313 | 40.511631 | 194 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.664063 | false | false | 9 |
eb270d23a146fd4899b37505dad150ba265f09db | 10,977,936,446,559 | 24876095b3ad0115d2bf0c468654ad446c51b8c3 | /kotlin/src/main/kotlin/rn/puzzle/dynamic/hard/cherry/index/CherryPickupSolver.java | b6c2d26cbbbf7e1fc0454e4196c2356696094852 | [] | no_license | rnofenko/devPuzzle | https://github.com/rnofenko/devPuzzle | f4cfa6b24980f2d6f9f28453b5d7a2751fdd1c70 | bb76ba47eaad3616a1fb4f44888ac5b55ce2806d | refs/heads/master | 2023-05-01T00:48:24.933000 | 2023-04-17T21:51:10 | 2023-04-17T21:51:10 | 42,119,862 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package rn.puzzle.dynamic.hard.cherry.index;
import rn.puzzle.dynamic.hard.cherry.GraphPrinter;
import rn.puzzle.dynamic.hard.cherry.ICherryPickSolver;
import rn.tool.Stopwatch;
import java.util.*;
public class CherryPickupSolver implements ICherryPickSolver {
private static final int SINK = 1;
private stati... | UTF-8 | Java | 3,780 | java | CherryPickupSolver.java | Java | [] | null | [] | package rn.puzzle.dynamic.hard.cherry.index;
import rn.puzzle.dynamic.hard.cherry.GraphPrinter;
import rn.puzzle.dynamic.hard.cherry.ICherryPickSolver;
import rn.tool.Stopwatch;
import java.util.*;
public class CherryPickupSolver implements ICherryPickSolver {
private static final int SINK = 1;
private stati... | 3,780 | 0.54709 | 0.541534 | 143 | 25.433567 | 21.391312 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.552448 | false | false | 9 |
4dabda5b11bf63cc97cf5b9aa2664fd1656fb0e7 | 22,677,427,372,314 | fe83e8696ab77f255ac69ef4369d710a0243d373 | /iotclient/src/main/java/cn/edu/zju/cs/bs/IOTListener.java | 238f8690edf32c833da3ba8d100f6df1beb83167 | [] | no_license | wewewexiao2008/iot-lord | https://github.com/wewewexiao2008/iot-lord | 152567f94ed24b326202ca93db0f1023c3122851 | 444c2f6fde6d9e2f81f1e8f4160ddd70484a619b | refs/heads/main | 2023-06-04T13:26:53.324000 | 2021-07-01T13:20:16 | 2021-07-01T13:20:16 | 381,876,762 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.edu.zju.cs.bs;
import com.alibaba.fastjson.JSON;
import com.alibaba.fastjson.JSONObject;
import org.eclipse.paho.client.mqttv3.*;
import org.eclipse.paho.client.mqttv3.persist.MemoryPersistence;
import java.sql.Timestamp;
public class IOTListener {
private static MqttClient client;
public void s... | UTF-8 | Java | 2,479 | java | IOTListener.java | Java | [
{
"context": "serName(\"listener\");\n options.setPassword(\"12345\".toCharArray());\n options.setConnectionTim",
"end": 589,
"score": 0.9992915987968445,
"start": 584,
"tag": "PASSWORD",
"value": "12345"
},
{
"context": "(\"listener\");\n options.setPassword(\"1... | null | [] | package cn.edu.zju.cs.bs;
import com.alibaba.fastjson.JSON;
import com.alibaba.fastjson.JSONObject;
import org.eclipse.paho.client.mqttv3.*;
import org.eclipse.paho.client.mqttv3.persist.MemoryPersistence;
import java.sql.Timestamp;
public class IOTListener {
private static MqttClient client;
public void s... | 2,484 | 0.632179 | 0.623218 | 74 | 32.175674 | 28.800976 | 127 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.554054 | false | false | 9 |
27f9fe058be69085e726bfde320fd6be52cf15e6 | 22,677,427,371,657 | 449c28da15d21e6029b36f16521440755d15a618 | /src/main/java/br/com/sarp/model/dao/CadastroInsumoDAO.java | 9d3aed1a0b9aa74f174c2d1ba147ed06d6515062 | [] | no_license | UzumakiFerrel/sarp | https://github.com/UzumakiFerrel/sarp | 7168f731d2186964bc78fec08b9ba73280cda8ed | cd2f2bd8a7888f9a635ce24a9f462da69384a6b6 | refs/heads/master | 2021-01-02T08:46:41.288000 | 2015-02-28T14:06:14 | 2015-02-28T14:06:14 | 31,464,036 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.sarp.model.dao;
import java.util.List;
import javax.persistence.EntityManager;
import javax.persistence.PersistenceContext;
import javax.persistence.Query;
import org.springframework.stereotype.Repository;
import org.springframework.transaction.annotation.Transactional;
import br.com.sarp.model.entid... | UTF-8 | Java | 1,707 | java | CadastroInsumoDAO.java | Java | [] | null | [] | package br.com.sarp.model.dao;
import java.util.List;
import javax.persistence.EntityManager;
import javax.persistence.PersistenceContext;
import javax.persistence.Query;
import org.springframework.stereotype.Repository;
import org.springframework.transaction.annotation.Transactional;
import br.com.sarp.model.entid... | 1,707 | 0.759227 | 0.759227 | 74 | 22.067568 | 23.959047 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.189189 | false | false | 9 |
aa8472b51f7d27cd0cb52d03337afbe9daf28fed | 21,792,664,100,626 | 7ed4cd25c595fbad7ffc58f076e23242dc8402a5 | /src/main/java/com/javaex/vo/ProblemVo.java | 5c1d40b6699f16603ba04faea4e8658a0403f5e6 | [] | no_license | kkho4043/learnwhale | https://github.com/kkho4043/learnwhale | 96a06c26fc19e64eabed0d0fe9b095acebac2510 | 7951117fbf4a43c1b2a512260898a00b498157b4 | refs/heads/master | 2023-03-28T17:44:09.087000 | 2021-04-05T03:19:28 | 2021-04-05T03:19:28 | 344,045,340 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.javaex.vo;
public class ProblemVo {
private int problemNo, cateNo;
private String type, problemTitle, content, contentImage, description, answer, regDate;
private int mypoint;
private String result;// 오답여부
private int orderNum; // 시험 관리 >> 문제리스트 문제순서
private String whether; // 시험 체점 여부
public Pro... | UTF-8 | Java | 3,069 | java | ProblemVo.java | Java | [] | null | [] | package com.javaex.vo;
public class ProblemVo {
private int problemNo, cateNo;
private String type, problemTitle, content, contentImage, description, answer, regDate;
private int mypoint;
private String result;// 오답여부
private int orderNum; // 시험 관리 >> 문제리스트 문제순서
private String whether; // 시험 체점 여부
public Pro... | 3,069 | 0.694013 | 0.694013 | 147 | 19.571428 | 22.750645 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.659864 | false | false | 9 |
6370a4f77896cd7544d24a5e25a8899d3e9ef6a5 | 10,565,619,559,407 | 257f66ad69b40e78970c48f77a2366d28ad652e6 | /app/src/main/java/com/example/admin/moviedbapplication/data/source/GenreDataSource.java | 493d7ceb7ad3f50248ab3fe6a8a007a0d6a2b582 | [] | no_license | framgia/moviedb_16 | https://github.com/framgia/moviedb_16 | f9120d173715455886c3af86aae595fcdf69a3c0 | fb24765d3390a29909feb198d09fb60a36013e89 | refs/heads/develop | 2018-10-23T09:52:35.074000 | 2018-08-23T09:29:24 | 2018-08-23T09:29:24 | 142,996,075 | 0 | 1 | null | false | 2018-08-23T09:29:25 | 2018-07-31T09:59:03 | 2018-08-23T09:17:15 | 2018-08-23T09:29:24 | 318 | 0 | 1 | 1 | Java | false | null | package com.example.admin.moviedbapplication.data.source;
import com.example.admin.moviedbapplication.data.model.Genre;
import java.util.ArrayList;
/**
* Created by TamTT on 8/6/2018.
*/
public interface GenreDataSource {
void getGenres(Callback<ArrayList<Genre>> callback);
}
| UTF-8 | Java | 287 | java | GenreDataSource.java | Java | [
{
"context": "e;\n\nimport java.util.ArrayList;\n\n/**\n * Created by TamTT on 8/6/2018.\n */\n\npublic interface GenreDataSourc",
"end": 174,
"score": 0.9995057582855225,
"start": 169,
"tag": "USERNAME",
"value": "TamTT"
}
] | null | [] | package com.example.admin.moviedbapplication.data.source;
import com.example.admin.moviedbapplication.data.model.Genre;
import java.util.ArrayList;
/**
* Created by TamTT on 8/6/2018.
*/
public interface GenreDataSource {
void getGenres(Callback<ArrayList<Genre>> callback);
}
| 287 | 0.770035 | 0.749129 | 13 | 21.076923 | 23.630037 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.307692 | false | false | 9 |
4836bcb830c88e27cba00c2f95f75c460ffcc2ac | 1,262,720,437,535 | becc7caf8effe04efb301288db2df986b778ae99 | /src/model/service/BarangayService.java | 290e0141336e349e5d8733d16d07b864cbda6995 | [] | no_license | blaster25/AdminCDO | https://github.com/blaster25/AdminCDO | 3fad5ec2cd218b907b9da9795f45fb7210cf00fa | 22015799b0c9860537d51db92434271df298dc0d | refs/heads/master | 2021-01-20T00:07:50.788000 | 2015-09-30T04:38:52 | 2015-09-30T04:38:52 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package model.service;
import java.util.List;
import javax.persistence.EntityManager;
import javax.persistence.EntityManagerFactory;
import javax.persistence.Persistence;
import javax.persistence.Query;
import model.entity.Barangay;
import com.example.admincdo.AdmincdoUI;
public class BarangayService {
EntityM... | UTF-8 | Java | 1,405 | java | BarangayService.java | Java | [] | null | [] | package model.service;
import java.util.List;
import javax.persistence.EntityManager;
import javax.persistence.EntityManagerFactory;
import javax.persistence.Persistence;
import javax.persistence.Query;
import model.entity.Barangay;
import com.example.admincdo.AdmincdoUI;
public class BarangayService {
EntityM... | 1,405 | 0.709609 | 0.709609 | 67 | 19.97015 | 19.777849 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.701493 | false | false | 9 |
5ce5dfe3a5c30fd6bb66d75fe986ac095a752901 | 9,182,640,124,853 | c68686e1277ba97c6ffcc18acb2af5e10e9b50ac | /demo_nginx/src/main/java/com/cjean/springboot/demo_nginx/controller/TestJedisDemo.java | 119506134cca5e52dc82f82e706a059eaf17f416 | [
"Apache-2.0"
] | permissive | cjeanGitHub/exercies | https://github.com/cjeanGitHub/exercies | e9e3e705f915e44c727875b61e2d1a48b86b8765 | 44db3df4333dce0bdbb0e3c534e3c306d8b21061 | refs/heads/master | 2022-12-23T00:28:40.796000 | 2020-02-02T15:51:48 | 2020-02-02T15:51:48 | 218,790,416 | 1 | 1 | Apache-2.0 | false | 2022-12-16T08:52:10 | 2019-10-31T14:52:09 | 2020-09-19T16:01:09 | 2022-12-16T08:52:06 | 301,652 | 1 | 1 | 78 | Java | false | false | /**
* Copyright (C), 2015-2019, XXX有限公司
* FileName: TestJedisDemo
* Author: 14172
* Date: 2019/11/14 0:14
* History:
* <author> <time> <version> <desc>
* 作者姓名 修改时间 版本号 描述
*/
package com.cjean.springboot.demo_nginx.controller;
import org.springfr... | GB18030 | Java | 955 | java | TestJedisDemo.java | Java | [
{
"context": ", XXX有限公司\n * FileName: TestJedisDemo\n * Author: 14172\n * Date: 2019/11/14 0:14\n * History:\n * <auth",
"end": 86,
"score": 0.9993899464607239,
"start": 81,
"tag": "USERNAME",
"value": "14172"
},
{
"context": "rt redis.clients.jedis.JedisPool;\n\n/**\n * @autho... | null | [] | /**
* Copyright (C), 2015-2019, XXX有限公司
* FileName: TestJedisDemo
* Author: 14172
* Date: 2019/11/14 0:14
* History:
* <author> <time> <version> <desc>
* 作者姓名 修改时间 版本号 描述
*/
package com.cjean.springboot.demo_nginx.controller;
import org.springfr... | 956 | 0.636364 | 0.590348 | 34 | 25.205883 | 19.748089 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.352941 | false | false | 9 |
781abb309d3d4a339126ef8a03e670825605d50f | 29,996,051,636,821 | e08def0c5f4b443906844bf19072710742ea85a0 | /app/src/main/java/com/cn/bag/adapter/home/HomeCategoryAdapter.java | 445f867fe4348166b3eb7509bb6768de85e391b9 | [] | no_license | JunZhangNext/NewBagApp | https://github.com/JunZhangNext/NewBagApp | ba800b64a69fe1a8961eb0c8c048f7019063e854 | 56278d6aaa07278ac6268bd9cb542d70f7a7d26e | refs/heads/master | 2020-03-27T00:51:41.107000 | 2018-11-28T06:06:06 | 2018-11-28T06:06:06 | 145,532,564 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cn.bag.adapter.home;
import android.support.annotation.NonNull;
import android.support.v7.widget.RecyclerView;
import android.view.View;
import android.view.ViewGroup;
import java.util.List;
import response.home.HomeModuleCategory;
/**
* 菜单
* @author ZJ
* @date 2018/09/06.
*/
public class HomeCateg... | UTF-8 | Java | 1,309 | java | HomeCategoryAdapter.java | Java | [
{
"context": "nse.home.HomeModuleCategory;\n\n/**\n * 菜单\n * @author ZJ\n * @date 2018/09/06.\n */\n\npublic class HomeCatego",
"end": 271,
"score": 0.998674750328064,
"start": 269,
"tag": "USERNAME",
"value": "ZJ"
}
] | null | [] | package com.cn.bag.adapter.home;
import android.support.annotation.NonNull;
import android.support.v7.widget.RecyclerView;
import android.view.View;
import android.view.ViewGroup;
import java.util.List;
import response.home.HomeModuleCategory;
/**
* 菜单
* @author ZJ
* @date 2018/09/06.
*/
public class HomeCateg... | 1,309 | 0.715709 | 0.708812 | 56 | 22.303572 | 27.636621 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.267857 | false | false | 9 |
5f545d88e6dc4145496808ac795e8c11ebb5c9d2 | 33,560,874,452,760 | 0b5e605c656006c185be730c17771706bddf31d7 | /app/src/main/java/leetcode/_695岛屿的最大面积.java | 1e015656aac48195f3ffe6fbc851fff77347885d | [] | no_license | lihaoo/leetcode | https://github.com/lihaoo/leetcode | 5ea8f502b7c4a2068014c94ae88ea1ada2afe14b | 817d9c700b93769390f752b3841e655938564edc | refs/heads/master | 2023-02-09T07:50:24.906000 | 2020-12-30T07:46:45 | 2020-12-30T07:46:45 | 324,519,342 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package leetcode;
import java.util.ArrayList;
public class _695岛屿的最大面积 {
public int maxAreaOfIsland(int[][] grid) {
if (grid == null || grid.length < 1 || grid[0].length < 1) {
return 0;
}
int max = 0;
for (int i = 0; i < grid.length; i++) {
for (int j = ... | UTF-8 | Java | 1,625 | java | _695岛屿的最大面积.java | Java | [] | null | [] | package leetcode;
import java.util.ArrayList;
public class _695岛屿的最大面积 {
public int maxAreaOfIsland(int[][] grid) {
if (grid == null || grid.length < 1 || grid[0].length < 1) {
return 0;
}
int max = 0;
for (int i = 0; i < grid.length; i++) {
for (int j = ... | 1,625 | 0.387958 | 0.363749 | 56 | 27.767857 | 26.300455 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.607143 | false | false | 9 |
d778e3cab7cceae83eeb07239312a858b5925f2f | 22,204,980,967,446 | a2e7f172bca6252233c6a64f578ea967ec3f9dea | /app/src/main/java/com/chinaboy/smstools/tools/PermissionUtil.java | 384c769380fd589bb1a7ae71a622f3828c08aa31 | [] | no_license | HelloMark/SmsTools | https://github.com/HelloMark/SmsTools | 571453219798a274a5c752a76df8d55563016c8e | 4c75216fb39ad24d7f69285f4bc6ccb6110ebfd7 | refs/heads/master | 2020-07-28T01:18:23.667000 | 2019-09-19T09:14:37 | 2019-09-19T09:14:37 | 209,266,156 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.chinaboy.smstools.tools;
import android.app.Activity;
import android.content.pm.PackageManager;
import android.os.Build;
import android.widget.Toast;
import androidx.annotation.RequiresApi;
import androidx.core.app.ActivityCompat;
import androidx.fragment.app.Fragment;
import java.util.ArrayList;
public... | UTF-8 | Java | 3,395 | java | PermissionUtil.java | Java | [] | null | [] | package com.chinaboy.smstools.tools;
import android.app.Activity;
import android.content.pm.PackageManager;
import android.os.Build;
import android.widget.Toast;
import androidx.annotation.RequiresApi;
import androidx.core.app.ActivityCompat;
import androidx.fragment.app.Fragment;
import java.util.ArrayList;
public... | 3,395 | 0.615385 | 0.614777 | 99 | 32.222221 | 30.350996 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.515152 | false | false | 9 |
32879bdead53077ebbc2d049019e9ea81ebafa24 | 17,360,257,814,404 | 909a01d335db472379371f998d21cbec4aa4195e | /linejnye/Task34.java | 6424d6d78432056513b684e22e813e0fc7dc9ca8 | [] | no_license | annapru/Java | https://github.com/annapru/Java | 07a03e193820f22f267dceb852ad932016f78b75 | 5b6bde15ba29048c8d986ebe309ed3ede67ffd3b | refs/heads/master | 2022-12-02T19:12:53.148000 | 2020-08-23T13:40:12 | 2020-08-23T13:40:12 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package by.home.les1.linejnye;
public class Task34 {
public static void task34() {
int A=16523;
double KB=(double)A/1024;
double MB=KB/1024;
System.out.println("байт="+A+'\n'+"КБ= "+KB+'\n'+"MB= "+MB);
}
}
| UTF-8 | Java | 261 | java | Task34.java | Java | [] | null | [] | package by.home.les1.linejnye;
public class Task34 {
public static void task34() {
int A=16523;
double KB=(double)A/1024;
double MB=KB/1024;
System.out.println("байт="+A+'\n'+"КБ= "+KB+'\n'+"MB= "+MB);
}
}
| 261 | 0.537255 | 0.466667 | 16 | 13.9375 | 17.246264 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.3125 | false | false | 9 |
a6ec41f6f05f87cecfcec8580a80ea551848397f | 1,864,015,820,035 | 20b816cfe286abd47311fd0563fd52307ee7126a | /net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/configtypes/MultiPropertyResolver.java | b27af0c6f3c966f033a136c30419b066d41d902f | [] | no_license | sarvex/eclipse-cs | https://github.com/sarvex/eclipse-cs | a95549a917fb181113fc77df4f032eedb1e4e9df | e5a74be9f04df0559af690ebf0b0a853dc2bb0bd | refs/heads/main | 2023-08-31T22:18:44.966000 | 2023-08-22T05:40:33 | 2023-08-22T05:40:33 | 33,739,912 | 0 | 0 | null | false | 2023-08-22T05:40:34 | 2015-04-10T16:56:18 | 2023-06-20T10:02:13 | 2023-08-22T05:40:33 | 56,206 | 0 | 0 | 1 | Java | false | false | //============================================================================
//
// Copyright (C) 2002-2014 David Schneider, Lars Ködderitzsch
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Software ... | UTF-8 | Java | 3,215 | java | MultiPropertyResolver.java | Java | [
{
"context": "===================\n//\n// Copyright (C) 2002-2014 David Schneider, Lars Ködderitzsch\n//\n// This library is free sof",
"end": 125,
"score": 0.9998653531074524,
"start": 110,
"tag": "NAME",
"value": "David Schneider"
},
{
"context": "==\n//\n// Copyright (C) 2002-201... | null | [] | //============================================================================
//
// Copyright (C) 2002-2014 <NAME>, <NAME>
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Software Foundation; either
/... | 3,182 | 0.65484 | 0.646748 | 93 | 33.548386 | 30.250038 | 86 | false | false | 0 | 0 | 0 | 0 | 94 | 0.0554 | 0.419355 | false | false | 9 |
f4b6534a138c33bb1207874641d172221ae69bae | 33,191,507,268,037 | 5332730012b1cab1385f8725e9f68f37227f421c | /src/main/java/creational/abstractFactroy/TypedCardFactory.java | e13a57b4911c63260f4ab2051174110d6f8745c0 | [] | no_license | sharmisthanag/javadesignpattern | https://github.com/sharmisthanag/javadesignpattern | a240db2c06e0f90953a52912052484ae38d7275d | 5d331a71cf91a62fd1f147fd8476e092d5ef9797 | refs/heads/master | 2020-06-08T11:38:35.381000 | 2019-07-11T05:35:09 | 2019-07-11T05:35:51 | 193,219,988 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package creational.abstractFactroy;
public interface TypedCardFactory {
Card getCard(int points);
}
| UTF-8 | Java | 105 | java | TypedCardFactory.java | Java | [] | null | [] | package creational.abstractFactroy;
public interface TypedCardFactory {
Card getCard(int points);
}
| 105 | 0.790476 | 0.790476 | 5 | 20 | 16.074825 | 35 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 9 |
0b46a0efd51dd4fdb70524e6c417aa053ae0c898 | 33,174,327,445,862 | b6b6f064775cd93147d33f6e21ef430a98716b8d | /examples/jackson/src/test/java/com/englishtown/vertx/jersey/examples/integration/JacksonIntegrationTest.java | 5a504b9867bd7c37c77ede8709d4559f5a41fdfa | [
"MIT"
] | permissive | ef-labs/vertx-jersey | https://github.com/ef-labs/vertx-jersey | 7d08e88b9adafb7c2ebd9bc95f8aa96230608e7e | 733482a8a5afb1fb257c682b3767655e56f7a0fe | refs/heads/develop | 2021-11-11T12:06:55.968000 | 2018-01-05T19:43:00 | 2018-01-05T19:43:00 | 9,239,473 | 70 | 34 | null | false | 2017-11-06T21:33:08 | 2013-04-05T11:10:46 | 2017-10-25T08:17:21 | 2017-11-06T21:33:07 | 938 | 122 | 37 | 9 | Java | false | null | package com.englishtown.vertx.jersey.examples.integration;
import com.englishtown.vertx.jersey.integration.JerseyHK2IntegrationTestBase;
import com.englishtown.vertx.promises.RequestOptions;
import io.vertx.core.buffer.Buffer;
import io.vertx.core.http.HttpHeaders;
import io.vertx.core.http.HttpMethod;
import io.vertx... | UTF-8 | Java | 3,091 | java | JacksonIntegrationTest.java | Java | [
{
"context": "bject(body.toString());\n assertEquals(\"Andy\", json.getString(\"name\"));\n });\n\n }\n\n ",
"end": 756,
"score": 0.9991947412490845,
"start": 752,
"tag": "NAME",
"value": "Andy"
},
{
"context": "bject(body.toString());\n assertEquals(... | null | [] | package com.englishtown.vertx.jersey.examples.integration;
import com.englishtown.vertx.jersey.integration.JerseyHK2IntegrationTestBase;
import com.englishtown.vertx.promises.RequestOptions;
import io.vertx.core.buffer.Buffer;
import io.vertx.core.http.HttpHeaders;
import io.vertx.core.http.HttpMethod;
import io.vertx... | 3,091 | 0.575865 | 0.57166 | 102 | 29.313726 | 27.399006 | 127 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.539216 | false | false | 9 |
01f2c9abd4a541f0c03a22cbeb2c5bffb538f547 | 4,956,392,318,806 | 83add258142167f73ed33247bb9b205f2846d2e3 | /oa4mp-server-loader-oauth2/src/main/java/edu/uiuc/ncsa/myproxy/oa4mp/oauth2/cm/util/client/RemoveRequest.java | 8a5397327ccfb298d58c0945e3d0e32284780328 | [] | no_license | ncsa/OA4MP | https://github.com/ncsa/OA4MP | 2ca229505474ca8cadce3eb677db31bbd92d862a | f9f985c1953b94d7dd20aa0aa09b21553589cf7e | refs/heads/master | 2023-04-07T16:21:57.708000 | 2023-04-06T15:32:20 | 2023-04-06T15:32:20 | 58,557,836 | 6 | 7 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.uiuc.ncsa.myproxy.oa4mp.oauth2.cm.util.client;
import edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.clients.OA2Client;
import edu.uiuc.ncsa.myproxy.oa4mp.server.admin.adminClient.AdminClient;
/**
* <p>Created by Jeff Gaynor<br>
* on 12/2/16 at 1:44 PM
*/
public class RemoveRequest extends ClientRequest {... | UTF-8 | Java | 435 | java | RemoveRequest.java | Java | [
{
"context": "min.adminClient.AdminClient;\n\n/**\n * <p>Created by Jeff Gaynor<br>\n * on 12/2/16 at 1:44 PM\n */\npublic class Re",
"end": 235,
"score": 0.9998965263366699,
"start": 224,
"tag": "NAME",
"value": "Jeff Gaynor"
}
] | null | [] | package edu.uiuc.ncsa.myproxy.oa4mp.oauth2.cm.util.client;
import edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.clients.OA2Client;
import edu.uiuc.ncsa.myproxy.oa4mp.server.admin.adminClient.AdminClient;
/**
* <p>Created by <NAME><br>
* on 12/2/16 at 1:44 PM
*/
public class RemoveRequest extends ClientRequest {
... | 430 | 0.749425 | 0.714943 | 14 | 30.071428 | 27.633997 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 9 |
0137d2e4732c63974f0b5d27d177afd6ffa46c95 | 4,956,392,318,780 | cf843c93f8749deab895b679c0df39e8a218ed7a | /src/main/java/ssm/model/CourseExample.java | 823ff94e1cb95fadec1b3b64e9254ac3ca79c5fb | [] | no_license | CasparGX/DynamicScheduleService | https://github.com/CasparGX/DynamicScheduleService | f5e15ad00b5d7c068922f3497842f036d2d2a24f | c0f9270da640555275514367089cd3f826e37253 | refs/heads/master | 2021-01-19T22:53:07.434000 | 2017-05-05T09:49:44 | 2017-05-05T09:49:44 | 88,881,777 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ssm.model;
import java.util.ArrayList;
import java.util.List;
public class CourseExample {
protected String orderByClause;
protected boolean distinct;
protected List<Criteria> oredCriteria;
public CourseExample() {
oredCriteria = new ArrayList<Criteria>();
}
public void set... | UTF-8 | Java | 27,351 | java | CourseExample.java | Java | [] | null | [] | package ssm.model;
import java.util.ArrayList;
import java.util.List;
public class CourseExample {
protected String orderByClause;
protected boolean distinct;
protected List<Criteria> oredCriteria;
public CourseExample() {
oredCriteria = new ArrayList<Criteria>();
}
public void set... | 27,351 | 0.579869 | 0.576652 | 850 | 31.178823 | 25.705637 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.722353 | false | false | 9 |
7855877277ecd2f555cfdfed6983ddb8551ae2dc | 17,721,035,108,180 | 82adcbbfb6562588e71aee39c2427d6bdcbb5fbb | /src/main/java/app/model/cryptomodes/passwordbasedcrypto/pbewithshaand128bitaescbcbc/PBEWithSHAAnd128BitAES_CBC_BCDecryptor.java | 0f6e3379fe85307fa21280315a20281d338ab3a1 | [] | no_license | AT92/STE | https://github.com/AT92/STE | 7165e0e95680c42681aaf7da2085cd05defe0266 | caf167b70bdaa3d71e897bbbc8377a660c7b5d65 | refs/heads/master | 2021-07-14T03:50:39.433000 | 2017-10-18T17:41:40 | 2017-10-18T17:41:40 | 92,201,243 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package app.model.cryptomodes.passwordbasedcrypto.pbewithshaand128bitaescbcbc;
import app.model.Decryptor;
import javax.crypto.Cipher;
import javax.crypto.SecretKey;
/**
* This class creates a PBEWithSHAAnd128BitAES_CBC_BCDecryptor
*
* @author Andrej Tihonov
* @version 1.0
*/
public final class PBEWithSHAAnd128B... | UTF-8 | Java | 1,546 | java | PBEWithSHAAnd128BitAES_CBC_BCDecryptor.java | Java | [
{
"context": "EWithSHAAnd128BitAES_CBC_BCDecryptor\n *\n * @author Andrej Tihonov\n * @version 1.0\n */\npublic final class PBEWithSHA",
"end": 263,
"score": 0.9998770356178284,
"start": 249,
"tag": "NAME",
"value": "Andrej Tihonov"
}
] | null | [] | package app.model.cryptomodes.passwordbasedcrypto.pbewithshaand128bitaescbcbc;
import app.model.Decryptor;
import javax.crypto.Cipher;
import javax.crypto.SecretKey;
/**
* This class creates a PBEWithSHAAnd128BitAES_CBC_BCDecryptor
*
* @author <NAME>
* @version 1.0
*/
public final class PBEWithSHAAnd128BitAES_CB... | 1,538 | 0.698577 | 0.684347 | 40 | 37.650002 | 28.926243 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.65 | false | false | 9 |
50bc2ba34ce73b3b415eb3503d6391794f943182 | 24,309,514,939,461 | eb12633759794e4d1b9f3631cc14be96837dfe6c | /SlotMachineFrame.java | 92f091169c69c6eb90d83e9e77f942348b73f059 | [] | no_license | gabroelA/Slot-Machine | https://github.com/gabroelA/Slot-Machine | 46efbfe56fd8913050697bbe68b6e44e6e2411d7 | db99a5996b85917fbbc921760ffd7d09d500c8d3 | refs/heads/master | 2020-03-07T14:29:09.385000 | 2018-03-31T11:52:32 | 2018-03-31T11:52:32 | 127,527,642 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.awt.BorderLayout;
import java.awt.Color;
import java.awt.Dimension;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.BorderFactory;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JLabel;
@SuppressWarnings("serial")
public class SlotMach... | UTF-8 | Java | 1,568 | java | SlotMachineFrame.java | Java | [] | null | [] | import java.awt.BorderLayout;
import java.awt.Color;
import java.awt.Dimension;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.BorderFactory;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JLabel;
@SuppressWarnings("serial")
public class SlotMach... | 1,568 | 0.73852 | 0.733418 | 65 | 23.123077 | 20.617027 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.630769 | false | false | 9 |
198d12d49ce785aa4108a42cd250d042fcda271f | 5,153,960,807,364 | 893fd55d55e65354c563c69d3c3f3d28a72b3a6b | /OpenADRModel20b/src/main/java/com/avob/openadr/model/oadr20b/builders/eievent/Oadr20bEiActivePeriodTypeBuilder.java | 6a437003303b0ab0a885297bb27db6980994d7cc | [
"Apache-2.0"
] | permissive | avob/OpenADR | https://github.com/avob/OpenADR | 62a63e08d13e792d8c7ff0b186641b74b49d5b6f | 7608f780509e5669bbf5bd311c8cb3206cebf7ac | refs/heads/master | 2022-09-18T21:56:32.315000 | 2021-09-06T06:22:02 | 2021-09-06T06:22:02 | 169,761,438 | 45 | 18 | Apache-2.0 | false | 2022-02-16T01:15:15 | 2019-02-08T16:07:39 | 2022-02-04T17:54:16 | 2022-02-16T01:15:13 | 59,429 | 23 | 12 | 7 | Java | false | false | package com.avob.openadr.model.oadr20b.builders.eievent;
import com.avob.openadr.model.oadr20b.Oadr20bFactory;
import com.avob.openadr.model.oadr20b.ei.EiActivePeriodType;
import com.avob.openadr.model.oadr20b.xcal.Properties;
public class Oadr20bEiActivePeriodTypeBuilder {
private EiActivePeriodType eiActivePer... | UTF-8 | Java | 1,633 | java | Oadr20bEiActivePeriodTypeBuilder.java | Java | [] | null | [] | package com.avob.openadr.model.oadr20b.builders.eievent;
import com.avob.openadr.model.oadr20b.Oadr20bFactory;
import com.avob.openadr.model.oadr20b.ei.EiActivePeriodType;
import com.avob.openadr.model.oadr20b.xcal.Properties;
public class Oadr20bEiActivePeriodTypeBuilder {
private EiActivePeriodType eiActivePer... | 1,633 | 0.78812 | 0.768524 | 42 | 37.880951 | 38.913948 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 9 |
902378acf2e41ff6821c3d5bc4580e3051ecffd0 | 33,054,068,369,253 | 8e3361422f19106eb5e07b249d5328ac2b88459b | /InstaSalaryDevBuild/src/main/java/rutherfordit/com/instasalary/activities/ReadContacts.java | 6f827950ed7eeb00c85aa007842a2c78b8727826 | [] | no_license | kushalsriraj/New_Insta_Salary | https://github.com/kushalsriraj/New_Insta_Salary | 993bfe6a1432fa2d0c98ae2d458623137193bdc5 | 05562124bc7a44c3b880ccf967cca3fe844e4451 | refs/heads/master | 2023-01-09T04:45:24.425000 | 2020-11-04T12:04:06 | 2020-11-04T12:04:06 | 302,265,563 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package rutherfordit.com.instasalary.activities;
import android.Manifest;
import android.app.Activity;
import android.content.ContentResolver;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.content.pm.PackageManager;
import android.database.Curso... | UTF-8 | Java | 12,362 | java | ReadContacts.java | Java | [
{
"context": " {\n\n jsonObject.put(\"contact_name\", name);\n jsonObject.put(\"contact_number\"",
"end": 9346,
"score": 0.9767177104949951,
"start": 9342,
"tag": "NAME",
"value": "name"
}
] | null | [] | package rutherfordit.com.instasalary.activities;
import android.Manifest;
import android.app.Activity;
import android.content.ContentResolver;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.content.pm.PackageManager;
import android.database.Curso... | 12,362 | 0.622877 | 0.621744 | 332 | 36.237953 | 37.191147 | 209 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.671687 | false | false | 9 |
737f0b745064bb9539c0d0f0919c7c3598967b22 | 635,655,204,346 | 97784ee76880c346846190f4ea4f7e4411ff14ca | /src/heroAnswers/EnhancedHuman.java | c9a80370ac4601cb3bbb48440da0c21783a5e713 | [] | no_license | death667b/prac02 | https://github.com/death667b/prac02 | 44ed1dc501645b021ded2d3ca212f7c52173741e | 4070b3d013c5e7346a79c17db5adc2ec1e3bd3c6 | refs/heads/master | 2021-01-12T05:59:01.379000 | 2016-03-16T07:42:25 | 2016-03-16T07:42:25 | 77,260,779 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package heroAnswers;
import heroQuestions.SuperPower;
/**
* An "enhanced" human is born as a mere mortal (e.g., Billy Batson) but later gains the
* ability to turn into a superhero (e.g., Captain Marvel) through some magical or science
* fiction plot device (e.g., by saying the name of the wizard "Shazam"... | UTF-8 | Java | 2,384 | java | EnhancedHuman.java | Java | [
{
"context": "n \"enhanced\" human is born as a mere mortal (e.g., Billy Batson) but later gains the \r\n * ability to turn into a ",
"end": 132,
"score": 0.9986501932144165,
"start": 120,
"tag": "NAME",
"value": "Billy Batson"
},
{
"context": "s the \r\n * ability to turn into a sup... | null | [] | package heroAnswers;
import heroQuestions.SuperPower;
/**
* An "enhanced" human is born as a mere mortal (e.g., <NAME>) but later gains the
* ability to turn into a superhero (e.g., <NAME>) through some magical or science
* fiction plot device (e.g., by saying the name of the wizard "Shazam"). Therefore, ... | 2,366 | 0.700503 | 0.697148 | 78 | 28.564102 | 29.245903 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.538462 | false | false | 9 |
841c31ec0a0eadcc4bd8442e408adf491e6cddad | 8,873,402,487,996 | 87537bcf8985c36a40a18a31aa207b08d865ccc4 | /Vacinacao/test/dao/DaoTest.java | 7f65abb73f55edb87207f7c26a0cc7c85adc4c3f | [] | no_license | rodrigobaptistonefilho/Vacinacao | https://github.com/rodrigobaptistonefilho/Vacinacao | d36566d623165525c8e09676ea8a75759424af97 | b3f2f86d18ec0f839ffc2725e52cbc32c47cd91e | refs/heads/master | 2020-03-28T01:54:08.396000 | 2018-09-09T18:38:14 | 2018-09-09T18:38:14 | 147,531,194 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package dao;
import java.util.List;
import usuario.Administrador;
import org.junit.After;
import org.junit.AfterClass;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Test;
import usuario.Animal;
/**
*
* @author Rodrigo
*/
public class DaoTest {
public DaoTest() {
... | UTF-8 | Java | 1,860 | java | DaoTest.java | Java | [
{
"context": "st;\r\nimport usuario.Animal;\r\n\r\n/**\r\n *\r\n * @author Rodrigo\r\n */\r\npublic class DaoTest {\r\n \r\n public Da",
"end": 260,
"score": 0.9997500777244568,
"start": 253,
"tag": "NAME",
"value": "Rodrigo"
}
] | null | [] | package dao;
import java.util.List;
import usuario.Administrador;
import org.junit.After;
import org.junit.AfterClass;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Test;
import usuario.Animal;
/**
*
* @author Rodrigo
*/
public class DaoTest {
public DaoTest() {
... | 1,860 | 0.577419 | 0.570968 | 83 | 20.409639 | 19.004145 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.349398 | false | false | 9 |
a261971b9320f9caeb3611ffd132941a92a8779f | 9,569,187,185,364 | 005fcf8ac7bb289b0f97f842dcb4d07581eaedc0 | /src/day04_variables_intro/VariablesPractice.java | 2d67f167c53bc590aedf2dbb3f3b77303670b290 | [] | no_license | VladislavShekhovsev/java-programming | https://github.com/VladislavShekhovsev/java-programming | 6b780641a4243071716d1fdebe9ce3689c56d4de | f2e3f87a8aee3e465e78deac741957ace794e164 | refs/heads/master | 2023-05-27T00:09:03.613000 | 2021-06-20T15:23:40 | 2021-06-20T15:23:40 | 365,674,623 | 0 | 0 | null | false | 2021-05-28T02:16:23 | 2021-05-09T05:27:57 | 2021-05-27T23:29:44 | 2021-05-28T02:16:23 | 471 | 0 | 0 | 0 | Java | false | false | package day04_variables_intro;
public class VariablesPractice {
public static void main(String [] args) {
// declare variable students that stores number
int students; // here we declared the students ONCE
students = 50; // here we assign amount
System.out.println(students);
... | UTF-8 | Java | 875 | java | VariablesPractice.java | Java | [] | null | [] | package day04_variables_intro;
public class VariablesPractice {
public static void main(String [] args) {
// declare variable students that stores number
int students; // here we declared the students ONCE
students = 50; // here we assign amount
System.out.println(students);
... | 875 | 0.598857 | 0.580571 | 28 | 30.285715 | 18.742346 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.678571 | false | false | 9 |
6aea0d14407b07abd92ace68dd81a3af36e245e4 | 29,712,583,798,057 | dd739728ecd3c0e300232a66e7f797a5b499d49e | /data-structures/src/counter/CounterDemo.java | d01cbf9a04e4e5c568be4daa34d318c181b491dd | [] | no_license | juniorro/java-programs | https://github.com/juniorro/java-programs | 2da9302af148d7e97886654a769852fdeadba1de | 4036b8cd43bee75cddb46b6a9474aa4f5e54fae9 | refs/heads/master | 2021-05-01T13:23:43.729000 | 2018-06-15T02:23:29 | 2018-06-15T02:23:29 | 121,076,877 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package counter;
public class CounterDemo {
public enum Day { MON, TUE, WED, THU, FRI, SAT, SUN };
public static void main(String[] args) {
// declares a variable; no counter yet constructed
Counter c;
// constructs a counter; assigns its reference to c
c = new Counter();
//c = null;
// increases i... | UTF-8 | Java | 795 | java | CounterDemo.java | Java | [] | null | [] | package counter;
public class CounterDemo {
public enum Day { MON, TUE, WED, THU, FRI, SAT, SUN };
public static void main(String[] args) {
// declares a variable; no counter yet constructed
Counter c;
// constructs a counter; assigns its reference to c
c = new Counter();
//c = null;
// increases i... | 795 | 0.630189 | 0.620126 | 48 | 15.583333 | 16.477047 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.770833 | false | false | 9 |
66bc79ba99e001d337b95c20a00af22d5eb161dd | 12,094,627,954,554 | c95f86aa77a1d6215c1a68a7a12bce8c9ba0778d | /association/src/test/java/SOAPSender.java | 0f015f6dd696da2c9210b9a11a91c7a672bccac8 | [] | no_license | KazankovMarch/kpfu-consumer | https://github.com/KazankovMarch/kpfu-consumer | afb52cd140798355d3e6e2853456080f33997d1e | 7bcab215cf3181eec5542d8f25729f72d603d359 | refs/heads/consumer | 2021-07-14T04:05:32.431000 | 2019-12-25T23:01:25 | 2019-12-25T23:01:25 | 229,909,332 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import ru.kpfu.icmit.association.model.soap.Envelope;
import javax.xml.bind.JAXBContext;
import javax.xml.bind.JAXBException;
import javax.xml.bind.Marshaller;
import javax.xml.bind.Unmarshaller;
import java.io.*;
import java.net.HttpURLConnection;
import java.net.URL;
import java.net.URLEncoder;
public class SOAPSend... | UTF-8 | Java | 5,259 | java | SOAPSender.java | Java | [
{
"context": "/\";\n public static String REMOTE_URL = \"http://185.20.227.163:8080/association/\";\n\n private String baseUrl =",
"end": 475,
"score": 0.9997649788856506,
"start": 461,
"tag": "IP_ADDRESS",
"value": "185.20.227.163"
}
] | null | [] | import ru.kpfu.icmit.association.model.soap.Envelope;
import javax.xml.bind.JAXBContext;
import javax.xml.bind.JAXBException;
import javax.xml.bind.Marshaller;
import javax.xml.bind.Unmarshaller;
import java.io.*;
import java.net.HttpURLConnection;
import java.net.URL;
import java.net.URLEncoder;
public class SOAPSend... | 5,256 | 0.594479 | 0.589608 | 151 | 31.629139 | 27.693357 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.476821 | false | false | 9 |
f97bf0aea66a14d09fcc53f99291649597cfee48 | 8,839,042,751,852 | 032dffedf87b0862455d7ae7970c2437b6d8b4ce | /gerenciador-negocios/src/main/java/br/com/gerenciador/negocios/model/FormacaoPreco.java | a3b502c747545f6dcf75522bc6dfb4160bb50168 | [] | no_license | fabriciojacob211/projetos | https://github.com/fabriciojacob211/projetos | c9f5df111c7517fb2c1926d3f0d8e8445bda29fb | 4777b39af5f9ebdeb3d524d5d3edc897e2604491 | refs/heads/master | 2020-03-02T13:19:46.688000 | 2018-09-16T01:31:36 | 2018-09-16T01:31:36 | 91,886,648 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.gerenciador.negocios.model;
public enum FormacaoPreco {
PRECOBRUTO, PRECOLIQUIDO
}
| UTF-8 | Java | 101 | java | FormacaoPreco.java | Java | [] | null | [] | package br.com.gerenciador.negocios.model;
public enum FormacaoPreco {
PRECOBRUTO, PRECOLIQUIDO
}
| 101 | 0.80198 | 0.80198 | 6 | 15.833333 | 16.405453 | 42 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 9 |
aae467a6c71111b67783f1b70b31e000d4e75ebc | 8,839,042,750,370 | 378283e0b061b232f23aef8745dae626d06ffad9 | /goldentime/src/main/java/k17/bean/BookListJson.java | a4fde3b10a4405bd9c0f28be36495fbb2bddf9a4 | [] | no_license | rockleeprc/example | https://github.com/rockleeprc/example | e1592450b199bbff94a2e0ea037bebf20c9fe4e3 | a81c7ae17ef59cc11e06d8d99fcceec98696aaa2 | refs/heads/master | 2021-12-28T06:14:36.425000 | 2021-12-23T12:05:24 | 2021-12-23T12:05:24 | 86,315,551 | 4 | 1 | null | false | 2021-12-14T21:12:51 | 2017-03-27T09:18:07 | 2021-06-16T08:13:26 | 2021-12-14T21:12:49 | 22,990 | 0 | 0 | 49 | Java | false | false | package k17.bean;
import java.util.List;
public class BookListJson {
private String code;
private List<BookInfo> content;
private String hasNext;
private String msg;
public List<BookInfo> getContent() {
return content;
}
public void setContent(List<BookInfo> content) {
this.content = content;
}
public... | UTF-8 | Java | 798 | java | BookListJson.java | Java | [] | null | [] | package k17.bean;
import java.util.List;
public class BookListJson {
private String code;
private List<BookInfo> content;
private String hasNext;
private String msg;
public List<BookInfo> getContent() {
return content;
}
public void setContent(List<BookInfo> content) {
this.content = content;
}
public... | 798 | 0.671679 | 0.669173 | 47 | 16 | 19.48704 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.255319 | false | false | 9 |
c79076941ab9a2c79707bd0d63e58b71d0e85c60 | 3,427,383,903,520 | 696ce7d6d916dd36912d5660e4921af7d793d80c | /Succorfish/Installer/app/src/main/java/com/succorfish/installer/Vo/VoInstallationResponse.java | 708dbdf41c85edc17135d2b01cc54b6c34b9629e | [] | no_license | VinayTShetty/GeoFence_Project_End | https://github.com/VinayTShetty/GeoFence_Project_End | c669ff89cc355e1772353317c8d6e7bac9ac3361 | 7e178f207c9183bcd42ec24e339bf414a6df9e71 | refs/heads/main | 2023-06-04T13:54:32.836000 | 2021-06-26T02:27:59 | 2021-06-26T02:27:59 | 380,394,802 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.succorfish.installer.Vo;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
import java.io.Serializable;
import java.util.Map;
public class VoInstallationResponse implements Serializable {
String deviceId = "";
String id = "";
String date = "";
... | UTF-8 | Java | 5,963 | java | VoInstallationResponse.java | Java | [
{
"context": "lic String getCreatedByUsername() {\n return createdByUsername;\n }\n\n public void setCreatedByUsername(Stri",
"end": 2075,
"score": 0.719404935836792,
"start": 2058,
"tag": "USERNAME",
"value": "createdByUsername"
},
{
"context": "atedByUsername) {\n ... | null | [] | package com.succorfish.installer.Vo;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
import java.io.Serializable;
import java.util.Map;
public class VoInstallationResponse implements Serializable {
String deviceId = "";
String id = "";
String date = "";
... | 5,963 | 0.625356 | 0.625356 | 274 | 20.762774 | 18.389696 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.346715 | false | false | 9 |
a3ac73efea4786657b48dc2ac11eeb60c0654c2b | 3,427,383,902,813 | 54a3096805d0711bda3d848757c6dfe2bea6bc16 | /app/src/main/java/com/buthmathearo/articlemanagement/app/MainActivity_bak.java | 01bd9287fa1087328af673e2ea64e40727eb79ea | [] | no_license | buthmathearo/Android_ArticleManagement | https://github.com/buthmathearo/Android_ArticleManagement | 4e62812126b7be0b1eba891424cfd02bf274e335 | 88a0824f33f25bad9d85635cf2847d64c87471fc | refs/heads/master | 2021-05-30T06:43:29.037000 | 2015-12-28T06:12:59 | 2015-12-28T06:12:59 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.buthmathearo.articlemanagement.app;
import android.app.ProgressDialog;
import android.content.DialogInterface;
import android.content.Intent;
import android.graphics.Color;
import android.os.Bundle;
import android.support.design.widget.NavigationView;
import android.support.v4.view.GravityCompat;
import an... | UTF-8 | Java | 40,215 | java | MainActivity_bak.java | Java | [
{
"context": " Util.showAlertDialog(this, \"Developers\", \"Buth Mathearo\\nLim Seudy\" +\n \"\\nSa Sokng",
"end": 13906,
"score": 0.9998912811279297,
"start": 13893,
"tag": "NAME",
"value": "Buth Mathearo"
},
{
"context": "owAlertDialog(this, \"Develope... | null | [] | package com.buthmathearo.articlemanagement.app;
import android.app.ProgressDialog;
import android.content.DialogInterface;
import android.content.Intent;
import android.graphics.Color;
import android.os.Bundle;
import android.support.design.widget.NavigationView;
import android.support.v4.view.GravityCompat;
import an... | 40,191 | 0.534676 | 0.53296 | 854 | 46.090164 | 32.374203 | 186 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.837237 | false | false | 9 |
28b41ae613134a0801e4309fa49f3e45e5a2c3e6 | 10,247,791,968,854 | df7d5fb09d1426a19b1b42d08467c6aabcfa6dc0 | /11850/solution.java | 4ba1320753d4210791e4705e0b5d69c827ef4f8c | [] | no_license | guarner8/uva-problems | https://github.com/guarner8/uva-problems | c4c6519ef85d6d5f66ae43e1881f0e4968a02c9a | 35cd70c5ad5408e3ddbba5bf73da3b77cf5633cf | refs/heads/master | 2020-09-14T07:35:54.710000 | 2019-11-21T03:09:00 | 2019-11-21T03:09:00 | 223,066,863 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.ArrayList;
import java.util.Collections;
import java.util.Scanner;
public class Main {
public static void main(String [] args) {
Scanner in = new Scanner(System.in);
String result;
int input;
// Car can only travel 200 miles at a time
while ((input = in.nextInt()) != 0) {
result = "";... | UTF-8 | Java | 878 | java | solution.java | Java | [] | null | [] | import java.util.ArrayList;
import java.util.Collections;
import java.util.Scanner;
public class Main {
public static void main(String [] args) {
Scanner in = new Scanner(System.in);
String result;
int input;
// Car can only travel 200 miles at a time
while ((input = in.nextInt()) != 0) {
result = "";... | 878 | 0.574032 | 0.551253 | 43 | 19.418604 | 17.648022 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.906977 | false | false | 9 |
c7672f2cff8cc66509819f787f8a6d1accc615aa | 21,852,793,666,915 | 13d480ff0ba6311d42013d66eeadc5cb1669db54 | /commons/src/main/java/org/infinispan/commons/io/ByteBuffer.java | fbc18fe4442a3ae557ca89320502cf6c78b0b36d | [
"Apache-2.0"
] | permissive | cloudtm/infinispan | https://github.com/cloudtm/infinispan | eb181a68bba9d671fc704ad79b54ae624cbf467c | 8e26ed1127094cd28bd2f2b78943a8bdaa64b03a | refs/heads/master | 2021-01-17T23:09:49.760000 | 2013-09-04T15:08:49 | 2013-09-04T15:28:16 | 1,596,539 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.infinispan.commons.io;
import java.io.ByteArrayInputStream;
import java.io.InputStream;
/**
* A byte buffer that exposes the internal byte array with minimal copying
*
* @author (various)
* @since 4.0
*/
public class ByteBuffer {
private final byte[] buf;
private final int offset;
private fi... | UTF-8 | Java | 1,494 | java | ByteBuffer.java | Java | [
{
"context": "al byte array with minimal copying\n *\n * @author (various)\n * @since 4.0\n */\npublic class ByteBuffer {\n p",
"end": 203,
"score": 0.9939510226249695,
"start": 196,
"tag": "USERNAME",
"value": "various"
}
] | null | [] | package org.infinispan.commons.io;
import java.io.ByteArrayInputStream;
import java.io.InputStream;
/**
* A byte buffer that exposes the internal byte array with minimal copying
*
* @author (various)
* @since 4.0
*/
public class ByteBuffer {
private final byte[] buf;
private final int offset;
private fi... | 1,494 | 0.621151 | 0.617135 | 62 | 23.096775 | 21.284334 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.548387 | false | false | 9 |
9906b19c710b5f2ca85ea9af94d59ad3a6ac04c5 | 29,068,338,661,816 | 24ad42cd43a072b76b5609874ae4607973244755 | /src/test/java/com/test/ProductTest.java | 6487ba143ae827127cbd97786e56f045ec83b51a | [] | no_license | nihaksh/GreatOutdoors | https://github.com/nihaksh/GreatOutdoors | 78cea0d0249014fdbdc685367dc77ea7fcb22161 | 57689db4b5493165142c36d7fd4ee073469b4286 | refs/heads/master | 2023-01-05T18:28:58.062000 | 2020-10-28T23:08:46 | 2020-10-28T23:08:46 | 306,251,174 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.test;
public class ProductTest {
} | UTF-8 | Java | 51 | java | ProductTest.java | Java | [] | null | [] | package com.test;
public class ProductTest {
} | 51 | 0.705882 | 0.705882 | 7 | 6.428571 | 9.839529 | 26 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 9 |
33d126c172c7c097a77e52b0640500fd416a0bdf | 27,496,380,695,648 | 31b298f45d664a6c653cb6374c5ef741762ae08d | /BlueSystemsManagement/src/main/java/com/packt/bsm/service/LicenseService.java | 5d06d857d1787ee008cedef97410a9523f4b399f | [] | no_license | SzymonKwas/BlueSystemManagement | https://github.com/SzymonKwas/BlueSystemManagement | 4f8e4b3bf059dc42bc3312e90343b60423eaf482 | 4ba6ee539204a99b126719c9e2ccd91852aae057 | refs/heads/master | 2017-12-05T03:14:52.058000 | 2017-04-20T14:05:14 | 2017-04-20T14:05:14 | 86,478,644 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.packt.bsm.service;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.UUID;
import javax.validation.ConstraintValidator;
import org.springframework.web.multipart.MultipartFile;
import com.packt.bsm.domain.License;
import com.packt.bsm.domain.System;... | UTF-8 | Java | 2,100 | java | LicenseService.java | Java | [
{
"context": " of application, that concern license.\r\n * @author Szymon Kwasnicki\r\n * @version 1.0\r\n */\r\npublic interface LicenseSe",
"end": 497,
"score": 0.9998329877853394,
"start": 481,
"tag": "NAME",
"value": "Szymon Kwasnicki"
}
] | null | [] | package com.packt.bsm.service;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.UUID;
import javax.validation.ConstraintValidator;
import org.springframework.web.multipart.MultipartFile;
import com.packt.bsm.domain.License;
import com.packt.bsm.domain.System;... | 2,090 | 0.700476 | 0.699524 | 81 | 23.925926 | 25.242418 | 143 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.962963 | false | false | 9 |
d348af81b816e8f1a77c0b5dfc16874d8a7633da | 4,672,924,473,826 | 727f746a0b836856eee8ff4be877e4ed5dbe0bf3 | /SimpleDB_Server/src/simpledb/planner/BasicQueryPlanner.java | d429567b2e78dec91556071e2954cfebec0aa163 | [] | no_license | Malatawy15/SimpleDB-Union | https://github.com/Malatawy15/SimpleDB-Union | 140d09cac7f8a6d6e985ab6c7eb56ab516cb2e02 | 72d8081d27f90057cee3a1796a934848de3fe063 | refs/heads/master | 2021-01-10T19:30:56.692000 | 2013-05-13T09:10:36 | 2013-05-13T09:10:36 | 10,017,984 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package simpledb.planner;
import simpledb.tx.Transaction;
import simpledb.query.*;
import simpledb.parse.*;
import simpledb.server.SimpleDB;
import java.util.*;
/**
* The simplest, most naive query planner possible.
*
* @author Edward Sciore
*/
public class BasicQueryPlanner implements QueryPlanner ... | UTF-8 | Java | 1,717 | java | BasicQueryPlanner.java | Java | [
{
"context": "ost naive query planner possible.\r\n * \r\n * @author Edward Sciore\r\n */\r\npublic class BasicQueryPlanner implements Q",
"end": 258,
"score": 0.9998891949653625,
"start": 245,
"tag": "NAME",
"value": "Edward Sciore"
},
{
"context": "p, data.fields());\r\n\t\treturn ... | null | [] | package simpledb.planner;
import simpledb.tx.Transaction;
import simpledb.query.*;
import simpledb.parse.*;
import simpledb.server.SimpleDB;
import java.util.*;
/**
* The simplest, most naive query planner possible.
*
* @author <NAME>
*/
public class BasicQueryPlanner implements QueryPlanner {
/... | 1,710 | 0.672685 | 0.667443 | 58 | 27.603449 | 23.238598 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.775862 | false | false | 9 |
c45c5322037bb6c9aa290a5bd345478cb0a76e10 | 5,420,248,783,162 | 531b31674a33a1594f2e878eccf7a695362721f8 | /mosip_2018_2019/test/mosip/model/randoms/ExponentialRandomDistributionIT.java | 2693170a9db987b026bcfac19818c3c995699c92 | [] | no_license | Shadow6390/Archives | https://github.com/Shadow6390/Archives | 9a339b1abf953d02743b8506fa1c910736edcbd5 | 3e9908938d2534334021e087ba59dafe9fe64617 | refs/heads/master | 2020-12-26T14:06:07.135000 | 2020-02-03T18:37:14 | 2020-02-03T18:37:14 | 237,531,794 | 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 mosip.model.randoms;
import java.util.Random;
import org.junit.After;
import org.junit.AfterClass;
import org.junit.Before;
im... | UTF-8 | Java | 3,501 | java | ExponentialRandomDistributionIT.java | Java | [
{
"context": "port static org.junit.Assert.*;\n\n/**\n *\n * @author Diogo\n */\npublic class ExponentialRandomDistributionIT\n",
"end": 429,
"score": 0.9996717572212219,
"start": 424,
"tag": "NAME",
"value": "Diogo"
}
] | 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 mosip.model.randoms;
import java.util.Random;
import org.junit.After;
import org.junit.AfterClass;
import org.junit.Before;
im... | 3,501 | 0.643245 | 0.624107 | 125 | 27.007999 | 24.639967 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.552 | false | false | 9 |
bcc523f3740e7dc0d9863006bc8b0fd8375409ce | 1,580,547,968,397 | 8be9c5632c9ba05891744cca924956e823cd5041 | /POC/backendParent/service/src/main/java/com/backend/service/app/Application.java | 65556104130e46d18a07024875f81b016062333e | [] | no_license | vrrasann/Learning-App-WebShopping | https://github.com/vrrasann/Learning-App-WebShopping | ca5f2db8225b5d179829faf547bf2f5aa9779fde | f55319947b932be7fad3621c3e606d2116f6fb2f | refs/heads/master | 2023-07-15T17:35:01.971000 | 2021-03-27T08:38:48 | 2021-03-27T08:38:48 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.backend.service.app;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.context.proper... | UTF-8 | Java | 976 | java | Application.java | Java | [] | null | [] | package com.backend.service.app;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.context.proper... | 976 | 0.828893 | 0.826844 | 30 | 31.533333 | 27.687222 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.933333 | false | false | 9 |
ac1388261295cae0039354646ac364691db0d6b8 | 4,715,874,127,790 | feeb006004d4bef12e0431e715a0ba3e26a94c3e | /app/src/main/java/com/melborp/yarfmm/activities/Waveview.java | 799ba15a4cadf8dc20fd44ad1afbdf5c41becb97 | [] | no_license | suwilanji-siwale/Mini_YAR_APP | https://github.com/suwilanji-siwale/Mini_YAR_APP | 5ef044251c76de107c7daf71405ce898c71ee0ca | 7ebc3157044df9b1cf4de8408d975cd62f4e97da | refs/heads/main | 2023-04-09T04:20:57.115000 | 2021-04-17T19:41:41 | 2021-04-17T19:41:41 | 358,967,524 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.melborp.yarfmm.activities;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.IntentFilter;
import android.net.ConnectivityManager;
import android.net.NetworkCapabilities;
import android.net... | UTF-8 | Java | 10,476 | java | Waveview.java | Java | [
{
"context": "opMack;\n\n final String YAR_FM_STREAM = \"http://196.46.210.116:8000/stream\";\n //final String YAR_FM_STREAM = ",
"end": 1106,
"score": 0.9062586426734924,
"start": 1092,
"tag": "IP_ADDRESS",
"value": "196.46.210.116"
}
] | null | [] | package com.melborp.yarfmm.activities;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.IntentFilter;
import android.net.ConnectivityManager;
import android.net.NetworkCapabilities;
import android.net... | 10,474 | 0.586865 | 0.584288 | 344 | 29.453489 | 26.298225 | 129 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.462209 | false | false | 13 |
7159d1a38d02f27905f855ad0953a2451e4103d4 | 12,455,405,206,647 | c4560a9ba1d06d0f00cf0320bc364b9cd644dd0d | /src/main/java/org/opensha/oaf/rj/RJ_Summary.java | e9c8c445cddc1ba20cf95cdcf85f705f27f8826a | [
"CC0-1.0"
] | permissive | opensha/opensha-oaf | https://github.com/opensha/opensha-oaf | d9486c34a715a2e94d31b1e509a0718b10173f66 | e05205db5f52ceb36b3c30c07996a4837754a1a4 | refs/heads/master | 2023-08-02T07:13:36.968000 | 2023-07-30T00:08:58 | 2023-07-30T00:08:58 | 145,740,135 | 1 | 2 | Apache-2.0 | false | 2021-11-13T13:04:51 | 2018-08-22T17:16:58 | 2021-11-13T13:01:29 | 2021-11-13T13:01:26 | 34,748 | 2 | 2 | 0 | Java | false | false | package org.opensha.oaf.rj;
import org.opensha.oaf.util.MarshalReader;
import org.opensha.oaf.util.MarshalWriter;
import org.opensha.oaf.util.MarshalException;
public class RJ_Summary {
// Summary values, see RJ_AftershockModel for description.
private double b ;
private double magMain ... | UTF-8 | Java | 15,731 | java | RJ_Summary.java | Java | [] | null | [] | package org.opensha.oaf.rj;
import org.opensha.oaf.util.MarshalReader;
import org.opensha.oaf.util.MarshalWriter;
import org.opensha.oaf.util.MarshalException;
public class RJ_Summary {
// Summary values, see RJ_AftershockModel for description.
private double b ;
private double magMain ... | 15,731 | 0.494183 | 0.491704 | 373 | 41.174263 | 28.397488 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.209115 | false | false | 13 |
091a9a57724c4dc2b5df0b7c33e8e4d0626edcd6 | 10,866,267,259,792 | 4dd4c24195d26552ddadc5733b54e8c715e9625a | /xprt-api/src/main/java/org/mfr/xprt/rest/controller/LanguageController.java | cc3195a58edc9ccda0d54cb33cac8f272d020062 | [] | no_license | attilahogyai/bbsitter-srv | https://github.com/attilahogyai/bbsitter-srv | c81abf6120821f4532ae1069753ada4a283efb03 | a5e229a70fe71de33e5648075f2ac57f1e3ff14d | refs/heads/master | 2021-01-12T13:00:39.687000 | 2016-09-27T21:47:41 | 2016-09-27T21:47:41 | 69,401,134 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.mfr.xprt.rest.controller;
import javax.servlet.http.HttpServletRequest;
import org.mfr.data.XLanguage;
import org.mfr.data.XProfession;
import org.mfr.xprt.data.XLanguageDao;
import org.mfr.xprt.data.XProfessionDao;
import org.springframework.beans.BeanUtils;
import org.springframework.beans.factory.annot... | UTF-8 | Java | 2,513 | java | LanguageController.java | Java | [] | null | [] | package org.mfr.xprt.rest.controller;
import javax.servlet.http.HttpServletRequest;
import org.mfr.data.XLanguage;
import org.mfr.data.XProfession;
import org.mfr.xprt.data.XLanguageDao;
import org.mfr.xprt.data.XProfessionDao;
import org.springframework.beans.BeanUtils;
import org.springframework.beans.factory.annot... | 2,513 | 0.808595 | 0.808595 | 67 | 36.507462 | 28.938108 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.567164 | false | false | 13 |
553edc1a78eb62c6cccad667d48ee89761534cc7 | 18,562,848,692,713 | 812b8b9af0173feab01eef2cbe1a8407e120b54b | /src/main/java/org/omnaest/genomics/translator/domain/AminoAcidCode.java | 777d8043565204a704b7705fe12183f1803c09c1 | [
"Apache-2.0"
] | permissive | omnaest/NucleicAcidSequenceTranslation4J | https://github.com/omnaest/NucleicAcidSequenceTranslation4J | 6b261f4c984f537e804107384c42bcda94d495ab | 5176e6c2dc80942087b02e1cb2863ce176de1a93 | refs/heads/master | 2023-03-11T22:53:09.855000 | 2021-03-01T06:16:00 | 2021-03-01T06:16:00 | 111,240,435 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*******************************************************************************
* Copyright 2021 Danny Kunz
*
* 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.... | UTF-8 | Java | 5,625 | java | AminoAcidCode.java | Java | [
{
"context": "********************************\n * Copyright 2021 Danny Kunz\n * \n * Licensed under the Apache License, Version",
"end": 109,
"score": 0.9998297691345215,
"start": 99,
"tag": "NAME",
"value": "Danny Kunz"
},
{
"context": "****************************/\n/*\n * Copyrig... | null | [] | /*******************************************************************************
* Copyright 2021 <NAME>
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy
* of the License at
*
* http://www.apache.org/... | 5,617 | 0.586311 | 0.583289 | 178 | 30.601124 | 31.480392 | 157 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.629214 | false | false | 13 |
51ccccaa7f825fb249e9b077fc40842d2f4c976d | 22,385,369,586,036 | 596d36a78c206f896a4a7247a064a934a262d41e | /src/main/java/aramframework/com/uss/olp/qim/service/impl/QustnrItemManageServiceImpl.java | 1f8cf7ce59b26474ce3cdd050a3f729b59bae828 | [
"Apache-2.0"
] | permissive | SkyDevCode/aramcomp | https://github.com/SkyDevCode/aramcomp | 5042d9d01fe6103733f8ae3fdefb70af969527d5 | 090af4eeedbc50de91a204ee84b1cf781bcab6f5 | refs/heads/master | 2021-01-14T08:30:33.994000 | 2016-01-04T13:18:12 | 2016-01-04T13:18:12 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package aramframework.com.uss.olp.qim.service.impl;
import java.util.List;
import javax.annotation.Resource;
import org.springframework.stereotype.Service;
import aramframework.com.cmm.util.BeanUtil;
import aramframework.com.uss.olp.qim.service.QustnrItemManageService;
import aramframework.com.uss.olp.qim.service.Q... | UTF-8 | Java | 3,176 | java | QustnrItemManageServiceImpl.java | Java | [
{
"context": "* 설문항목관리를 처리하는 ServiceImpl Class 구현\n * \n * @author 아람컴포넌트 조헌철\n * @since 2014.11.11\n * @version 1.0\n * @see\n *\n ",
"end": 630,
"score": 0.9997130036354065,
"start": 620,
"tag": "NAME",
"value": "아람컴포넌트 조헌철"
},
{
"context": "--- ---------------------------\n * ... | null | [] | package aramframework.com.uss.olp.qim.service.impl;
import java.util.List;
import javax.annotation.Resource;
import org.springframework.stereotype.Service;
import aramframework.com.cmm.util.BeanUtil;
import aramframework.com.uss.olp.qim.service.QustnrItemManageService;
import aramframework.com.uss.olp.qim.service.Q... | 3,154 | 0.755427 | 0.749322 | 108 | 26.296297 | 28.911186 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.972222 | false | false | 13 |
8d6bf8c99d6661c821530abf57b361ede82fcf5d | 19,387,482,414,248 | 9966b6c9c070fc74eb6e2822ec14099a6b9fa5a4 | /app/src/main/java/com/example/emanuellemenali/mybeatboxwork/view/activity/BeatBoxActivity.java | fcd84ee3a2d7dc1f0212633edf20a9db525e2916 | [] | no_license | cs-emanuelle-menali/workshop_android | https://github.com/cs-emanuelle-menali/workshop_android | df9da360af78ca45054324611e08613d7f7f2dc8 | d759cca5d3e17ab3b6c6cbe1fbb2225a3b018818 | refs/heads/master | 2021-05-07T21:36:25.947000 | 2017-11-03T08:55:55 | 2017-11-03T08:55:55 | 109,033,513 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.emanuellemenali.mybeatboxwork.view.activity;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v7.app.AppCompatActivity;
import com.example.emanuellemenali.mybeatboxwork.R;
import com.example.emanuellemenali.mybeatboxwork.view.fragment.BeatBoxFragment;
publi... | UTF-8 | Java | 489 | java | BeatBoxActivity.java | Java | [
{
"context": "package com.example.emanuellemenali.mybeatboxwork.view.activity;\n\nimport android.os.B",
"end": 35,
"score": 0.9959937334060669,
"start": 20,
"tag": "USERNAME",
"value": "emanuellemenali"
},
{
"context": "ort.v7.app.AppCompatActivity;\n\nimport com.example.emanuellemen... | null | [] | package com.example.emanuellemenali.mybeatboxwork.view.activity;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v7.app.AppCompatActivity;
import com.example.emanuellemenali.mybeatboxwork.R;
import com.example.emanuellemenali.mybeatboxwork.view.fragment.BeatBoxFragment;
publi... | 489 | 0.807771 | 0.803681 | 17 | 27.764706 | 26.463137 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.411765 | false | false | 13 |
c53d097e4103a643a6f7064b931084165af882f8 | 16,690,242,963,219 | ce584cede91ab9ad8b2db15f43274bdc003d75bc | /cs4735/sabinadev/assign2/src/RGBPixel.java | d50cc5ee75fdae822a25edef8f824bd866ab5637 | [] | no_license | immaballerhaha/columbiaprivate | https://github.com/immaballerhaha/columbiaprivate | ab717d50f53a998784961683f19678d55c4e3cc0 | fd216ee498a95cefb61b4dff837ffbe54bcaf9f8 | refs/heads/master | 2022-06-21T18:59:17.548000 | 2022-05-10T18:50:06 | 2022-05-10T18:50:06 | 262,224,541 | 0 | 0 | null | true | 2020-05-08T04:12:18 | 2020-05-08T04:12:17 | 2016-12-20T01:49:40 | 2015-05-11T17:11:24 | 98,952 | 0 | 0 | 0 | null | false | false |
public class RGBPixel {
int redVal;
int blueVal;
int greenVal;
public RGBPixel(int red, int blue, int green){
redVal = red;
blueVal = blue;
greenVal = green;
}
public void setRed(int red){
redVal = red;
}
public void setGreen(int green){
greenVal = green;
}
public void setBlue(int blue){
blue... | UTF-8 | Java | 472 | java | RGBPixel.java | Java | [] | null | [] |
public class RGBPixel {
int redVal;
int blueVal;
int greenVal;
public RGBPixel(int red, int blue, int green){
redVal = red;
blueVal = blue;
greenVal = green;
}
public void setRed(int red){
redVal = red;
}
public void setGreen(int green){
greenVal = green;
}
public void setBlue(int blue){
blue... | 472 | 0.654661 | 0.654661 | 31 | 14.193548 | 11.405769 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.677419 | false | false | 13 |
375c697d1595ad3a26eb19b4fed7ef2065e04753 | 29,360,396,483,577 | 195b3c9beb4690a28d114036310d9ae48de2349d | /backend/naite-backend/src/main/java/com/ssafy/naite/domain/chat/ChatMessage.java | 9752b4a2cafc7d501c75921eabed7b7cbc584b67 | [] | no_license | judong93/Naite-Project | https://github.com/judong93/Naite-Project | dff96f1c6c15d4ca89c284b8393725ce1af52e52 | 9ec6a17b5697181a0db01b94095541d4df9885e1 | refs/heads/main | 2023-03-24T11:06:43.608000 | 2021-03-22T12:32:30 | 2021-03-22T12:32:30 | 350,330,624 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ssafy.naite.domain.chat;
import com.ssafy.naite.domain.user.User;
import lombok.Builder;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
import javax.persistence.*;
import java.time.LocalDateTime;
@Entity
@Getter
@Setter
@NoArgsConstructor
public class ChatMessage {
@Id
... | UTF-8 | Java | 853 | java | ChatMessage.java | Java | [] | null | [] | package com.ssafy.naite.domain.chat;
import com.ssafy.naite.domain.user.User;
import lombok.Builder;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
import javax.persistence.*;
import java.time.LocalDateTime;
@Entity
@Getter
@Setter
@NoArgsConstructor
public class ChatMessage {
@Id
... | 853 | 0.705744 | 0.705744 | 40 | 20.325001 | 17.879301 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 13 |
d12e58978c4cfd3821f81c58410f14e94b1d3a8b | 7,292,854,514,695 | 1cecee12457b7f007954a759aeae7fa28831ae26 | /src/InvertElements.java | 551b2755ab35d192abc8083356fed0be6f8dca14 | [] | no_license | reza9431/My-Training | https://github.com/reza9431/My-Training | b1a42f506ce7f47136127622c71e180c41fd45c0 | 3f9466acd95372ac672ac029d272219f864cd1a2 | refs/heads/master | 2022-02-26T00:38:11.421000 | 2019-10-28T15:23:30 | 2019-10-28T15:23:30 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Scanner;
public class InvertElements {
public static void main(String[] args) {
int array[];
int tmp;
int i, n;
Scanner input = new Scanner(System.in);
System.out.println("Now many Element");
n = input.nextInt();
array = new int[n];
... | UTF-8 | Java | 836 | java | InvertElements.java | Java | [] | null | [] | import java.util.Scanner;
public class InvertElements {
public static void main(String[] args) {
int array[];
int tmp;
int i, n;
Scanner input = new Scanner(System.in);
System.out.println("Now many Element");
n = input.nextInt();
array = new int[n];
... | 836 | 0.436603 | 0.42823 | 42 | 18.904762 | 17.321621 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.619048 | false | false | 13 |
284b5fb5ed9c50b87e4c7382b7c65bd60f541bce | 22,926,535,478,403 | 053aef382729371544c191d54e23c35b1bde8246 | /src/Soltech/Automation.java | 841893ea401236609de060aa25fea47b59dcfc1e | [] | no_license | mjacob2017/TestingChallenge | https://github.com/mjacob2017/TestingChallenge | 051d412cf35e43389b693ebe0c95ada6f10f4814 | 5c08b48e54cf2ac27c610922a62a1460fb4fb475 | refs/heads/master | 2020-12-03T00:39:48.883000 | 2017-07-03T01:30:58 | 2017-07-03T01:30:58 | 96,057,756 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Soltech;
import org.openqa.selenium.By;
import org.openqa.selenium.Dimension;
import org.openqa.selenium.JavascriptExecutor;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeDriver;
public class Automation {
/**
* @param args
* @throws
*/
public static void main(String[]... | UTF-8 | Java | 1,875 | java | Automation.java | Java | [] | null | [] | package Soltech;
import org.openqa.selenium.By;
import org.openqa.selenium.Dimension;
import org.openqa.selenium.JavascriptExecutor;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeDriver;
public class Automation {
/**
* @param args
* @throws
*/
public static void main(String[]... | 1,875 | 0.690667 | 0.672 | 59 | 30.779661 | 29.5205 | 128 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.508475 | false | false | 13 |
c14df167efd63870270c28e1040f5874b32fbd01 | 3,556,232,971,975 | dee8dd425c94dcb64134e3290449acf9b2587a11 | /src/main/java/com/playmusical/playmusicalweb/dto/UserDTO.java | fe2f3d870e9e2cc1a52d900d6c2b609226e22921 | [] | no_license | heshAlgo/NHN-Basecamp-playmusical.web | https://github.com/heshAlgo/NHN-Basecamp-playmusical.web | e6a0c29e4d39ebe5bf328867ee3a852e8f8302c9 | fcc241327f7a7b5b2f6df3cc3a526b79458537e1 | refs/heads/main | 2023-04-05T04:28:51.967000 | 2021-03-29T00:47:41 | 2021-03-29T00:47:41 | 352,473,834 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.playmusical.playmusicalweb.dto;
import lombok.*;
@Builder
@NoArgsConstructor
@AllArgsConstructor
@Getter
@Setter
public class UserDTO {
private String id;
private String token;
}
| UTF-8 | Java | 204 | java | UserDTO.java | Java | [] | null | [] | package com.playmusical.playmusicalweb.dto;
import lombok.*;
@Builder
@NoArgsConstructor
@AllArgsConstructor
@Getter
@Setter
public class UserDTO {
private String id;
private String token;
}
| 204 | 0.759804 | 0.759804 | 16 | 11.75 | 12.085632 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 13 |
14e8d1f9710926cca802a8a29dcd43d0de8adad5 | 31,104,153,205,524 | 262c9758912f5eddd2ea054a793bcd9ea196a385 | /Java Game/src/main/Ball.java | 6502840035ee00bb2d8b2a7017f4d4b381c4d4bb | [] | no_license | SunriseBolt/Java-Game-Example | https://github.com/SunriseBolt/Java-Game-Example | ae431452c8a57ae2a68d141302dc693aff0da435 | 3dd845c5fef63557293e1cb5ed4bd3ec090eb366 | refs/heads/master | 2021-05-08T19:36:45.566000 | 2018-01-31T19:27:39 | 2018-01-31T19:27:39 | 119,574,643 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package main;
import java.awt.Color;
import java.awt.Graphics2D;
import java.awt.Rectangle;
public class Ball {
private static final int DIAMETER = 40;
int x = 0, y = 0, xa = 1, ya = 1;
private Window game;
public Ball(Window game) {
this.game = game;
}
void move() {
boolean changeDirection = true;
if... | UTF-8 | Java | 1,015 | java | Ball.java | Java | [] | null | [] | package main;
import java.awt.Color;
import java.awt.Graphics2D;
import java.awt.Rectangle;
public class Ball {
private static final int DIAMETER = 40;
int x = 0, y = 0, xa = 1, ya = 1;
private Window game;
public Ball(Window game) {
this.game = game;
}
void move() {
boolean changeDirection = true;
if... | 1,015 | 0.631527 | 0.621675 | 50 | 19.299999 | 14.550945 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.18 | false | false | 13 |
4508a6991cfe4100c8df3be27e81dc13e665a822 | 32,633,161,567,858 | 166d4e1d0c269fded87585480d39499e3b850c69 | /src/main/java/com/github/loutai/xia/service/MenuService.java | e99d7c281695831c355d6492062d4346cb297c29 | [
"BSD-3-Clause"
] | permissive | ltyyz/xia | https://github.com/ltyyz/xia | 3d892de25029e3a42457f6bb79df17c5403a2ff7 | dc243272272006e869d84b23f8e99f03f18f3a56 | refs/heads/master | 2020-04-07T16:46:32.735000 | 2018-11-21T15:32:09 | 2018-11-21T15:32:09 | 158,542,466 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.github.loutai.xia.service;
import com.github.loutai.xia.common.Constant;
import com.github.loutai.xia.common.ServiceResult;
import com.github.loutai.xia.entity.XiaMenu;
import com.github.loutai.xia.repository.XiaMenuRepository;
import com.github.loutai.xia.security.SecurityContextUtil;
import org.springfra... | UTF-8 | Java | 3,768 | java | MenuService.java | Java | [
{
"context": "com.github.loutai.xia.service;\n\nimport com.github.loutai.xia.common.Constant;\nimport com.github.loutai.xia",
"end": 64,
"score": 0.6795988082885742,
"start": 58,
"tag": "USERNAME",
"value": "loutai"
},
{
"context": "hub.loutai.xia.common.Constant;\nimport com.github.... | null | [] | package com.github.loutai.xia.service;
import com.github.loutai.xia.common.Constant;
import com.github.loutai.xia.common.ServiceResult;
import com.github.loutai.xia.entity.XiaMenu;
import com.github.loutai.xia.repository.XiaMenuRepository;
import com.github.loutai.xia.security.SecurityContextUtil;
import org.springfra... | 3,768 | 0.680732 | 0.679936 | 104 | 35.23077 | 27.581429 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.663462 | false | false | 13 |
3ad9a6b5e319e0e949fda962db086e2a873142ce | 32,633,161,567,673 | 6546b8da3ae1eb029093aef589088c16eb8d5a77 | /src/thread/RunnableTest01.java | c76c30e79155484528b2e3f7bf2177dd700584a2 | [] | no_license | xiongyi1994/java_learning | https://github.com/xiongyi1994/java_learning | 766e88507a3df21b17f016d9473c3d346173880b | 06341bd1779db7d923b5e3744e9cdd467a495701 | refs/heads/master | 2021-07-15T00:20:46.872000 | 2021-07-07T02:43:39 | 2021-07-07T02:43:39 | 89,570,492 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package thread;
public class RunnableTest01 {
/*
* 测试操作符 ++ 是不是线程安全的
*
* 结论 ++ 不是线程安全的
* */
static class Test implements Runnable {
int a =0;
@Override
public void run() {
++a;
System.out.println(a);
}
}
public static void main... | UTF-8 | Java | 562 | java | RunnableTest01.java | Java | [] | null | [] | package thread;
public class RunnableTest01 {
/*
* 测试操作符 ++ 是不是线程安全的
*
* 结论 ++ 不是线程安全的
* */
static class Test implements Runnable {
int a =0;
@Override
public void run() {
++a;
System.out.println(a);
}
}
public static void main... | 562 | 0.472973 | 0.451737 | 29 | 16.862068 | 13.551242 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.344828 | false | false | 13 |
b6b1e9d92f98e8b23038c76b5b4437ef685e6499 | 9,491,877,728,882 | 4b0bf4787e89bcae7e4759bde6d7f3ab2c81f849 | /aliyun-java-sdk-alidns/src/main/java/com/aliyuncs/alidns/model/v20150109/DescribeDnsGtmInstanceResponse.java | df187c58e0ea2807f060197c6b589e375f1bb0ff | [
"Apache-2.0"
] | permissive | aliyun/aliyun-openapi-java-sdk | https://github.com/aliyun/aliyun-openapi-java-sdk | a263fa08e261f12d45586d1b3ad8a6609bba0e91 | e19239808ad2298d32dda77db29a6d809e4f7add | refs/heads/master | 2023-09-03T12:28:09.765000 | 2023-09-01T09:03:00 | 2023-09-01T09:03:00 | 39,555,898 | 1,542 | 1,317 | NOASSERTION | false | 2023-09-14T07:27:05 | 2015-07-23T08:41:13 | 2023-08-31T07:30:44 | 2023-09-14T07:27:03 | 72,323 | 1,375 | 1,144 | 12 | Java | false | false | /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed u... | UTF-8 | Java | 7,503 | java | DescribeDnsGtmInstanceResponse.java | Java | [] | null | [] | /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed u... | 7,503 | 0.713715 | 0.711049 | 351 | 19.447294 | 20.422934 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.57265 | false | false | 13 |
6db2f7ef60ac503fcbc1ae2db722a7098fb5b7eb | 25,735,444,086,997 | 2be0eb942e7b9f66001f2484222a1c5d51095ce7 | /com.kanopus.workflow.facadeservices/src/main/java/com/kanopus/workflow/encrypt/utilities/EncryptResolverDataSource.java | 2d5cb915b356afbdb6d944fe658f45041554f64c | [] | no_license | AHariharan/OpenSourceWorkflow | https://github.com/AHariharan/OpenSourceWorkflow | 55dfa2087cfd8b8687db0bed2f5a77c634266120 | 0d2ac32752f51027623ef364988c562b69ed9bd5 | refs/heads/master | 2021-01-17T23:36:17.277000 | 2015-09-08T09:05:41 | 2015-09-08T09:05:41 | 39,222,566 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kanopus.workflow.encrypt.utilities;
import org.jasypt.util.text.BasicTextEncryptor;
import org.apache.commons.dbcp2.BasicDataSource;
public class EncryptResolverDataSource extends BasicDataSource{
@Override
public void setPassword(String password) {
BasicTextEncryptor textEncryptor = new BasicTextEn... | UTF-8 | Java | 456 | java | EncryptResolverDataSource.java | Java | [
{
"context": "asicTextEncryptor();\n\t\ttextEncryptor.setPassword(\"wf@mpw\");\n\t\tString result = textEncryptor.decrypt(passwo",
"end": 366,
"score": 0.999447226524353,
"start": 360,
"tag": "PASSWORD",
"value": "wf@mpw"
}
] | null | [] | package com.kanopus.workflow.encrypt.utilities;
import org.jasypt.util.text.BasicTextEncryptor;
import org.apache.commons.dbcp2.BasicDataSource;
public class EncryptResolverDataSource extends BasicDataSource{
@Override
public void setPassword(String password) {
BasicTextEncryptor textEncryptor = new BasicTextEn... | 460 | 0.807018 | 0.804825 | 16 | 27.5 | 23.872055 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.1875 | false | false | 13 |
24db74248e2588751fb195c6fd1104d799b33e2b | 11,467,562,680,849 | 8cde2582e22bb65bad98b3af1c4e806a1b910ce5 | /Rohini-Learners/src/cmjdproject/learner/view/manager/internels/ClearRecords.java | 1a79b5364d8533b14258ab0b207dbb78ebbee777 | [] | no_license | oshanz/rohini-learners | https://github.com/oshanz/rohini-learners | b2d2f25fbd186b6ac10a67b7fda3e6e926614f7b | edf534a11f3cea1373cee275b80ba667ab2aad4e | refs/heads/master | 2021-01-10T06:01:30.028000 | 2013-09-27T15:57:46 | 2013-09-27T15:57:46 | 43,924,243 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package cmjdproject.learner.view.manager.internels;
import cmjdproject.learner.controller.RegisterController;
import cmjdproject.learner.models.CandidateMod;
import cmjdproject.learner.other.FormatedDate;
import java.io... | UTF-8 | Java | 8,483 | java | ClearRecords.java | Java | [
{
"context": "g.joda.time.DateTimeComparator;\n\n/**\n *\n * @author oshanz\n */\npublic class ClearRecords extends javax.swing",
"end": 594,
"score": 0.9996739029884338,
"start": 588,
"tag": "USERNAME",
"value": "oshanz"
}
] | null | [] | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package cmjdproject.learner.view.manager.internels;
import cmjdproject.learner.controller.RegisterController;
import cmjdproject.learner.models.CandidateMod;
import cmjdproject.learner.other.FormatedDate;
import java.io... | 8,483 | 0.606389 | 0.596605 | 198 | 41.843433 | 32.89777 | 147 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.606061 | false | false | 13 |
ba60e6237304af85fe696f9294d1d2b8b9886988 | 9,990,093,985,738 | ae4098ef524da5d951bfefa12beb02cdd52ae391 | /app/src/main/java/com/example/zmant/dailyenglish/view/fragment/FragmentWorld.java | dbdf20de84af3303ea89bdf3512574e73cd7605c | [] | no_license | mmklzmant/DailyEnglish | https://github.com/mmklzmant/DailyEnglish | 7eb303ba85f9baf9f915cfab8988891beccea5c8 | 5e71e788463b1da5b5622610e7db1e592170ee86 | refs/heads/master | 2019-01-07T03:13:41.602000 | 2016-12-27T12:38:04 | 2016-12-27T12:38:04 | 74,966,243 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.zmant.dailyenglish.view.fragment;
import android.content.Context;
import android.support.v4.widget.SwipeRefreshLayout;
import android.support.v7.widget.RecyclerView;
import com.example.zmant.dailyenglish.api.ApiService;
import com.example.zmant.dailyenglish.component.AppComponent;
import com.examp... | UTF-8 | Java | 2,020 | java | FragmentWorld.java | Java | [
{
"context": "w;\nimport butterknife.OnItemClick;\n\n/**\n * @author zmant 2016/11/29 15:04\n * @classname FragmentWorld\n * @",
"end": 666,
"score": 0.9995201826095581,
"start": 661,
"tag": "USERNAME",
"value": "zmant"
}
] | null | [] | package com.example.zmant.dailyenglish.view.fragment;
import android.content.Context;
import android.support.v4.widget.SwipeRefreshLayout;
import android.support.v7.widget.RecyclerView;
import com.example.zmant.dailyenglish.api.ApiService;
import com.example.zmant.dailyenglish.component.AppComponent;
import com.examp... | 2,020 | 0.690716 | 0.683653 | 80 | 23.775 | 20.748478 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3375 | false | false | 13 |
02d3ffa192493ad77aa00ab292dc20614c51b97e | 26,268,020,007,942 | 7add119409aeb3a1d1130aea394a16985181371c | /src/java/dao/DespesaDao.java | 1e75298e3642b44ce59012a4a78a667743ee36a0 | [] | no_license | Kelvin023/QSMarmitex | https://github.com/Kelvin023/QSMarmitex | 245a672fc9b996f64ca16e5360038c9cf6403890 | b4c9fbd4654f4c6e60254aa423595dcbd6464ea1 | refs/heads/master | 2023-06-11T00:04:37.782000 | 2021-07-01T23:42:15 | 2021-07-01T23:42:15 | 299,758,499 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package dao;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.List;
import model.Acompanhamento;
import model.Despesa;
import util.DbUtil;
public class DespesaDao {
private final Conne... | UTF-8 | Java | 11,740 | java | DespesaDao.java | Java | [] | null | [] | package dao;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.List;
import model.Acompanhamento;
import model.Despesa;
import util.DbUtil;
public class DespesaDao {
private final Conne... | 11,740 | 0.503196 | 0.501917 | 269 | 41.631969 | 26.814146 | 125 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.687732 | false | false | 13 |
6bb58979d7cc3d323a3c35f9bdc64353dba92578 | 4,836,133,210,776 | 4d8f476590de64049511436a5a54086bfd631266 | /app/src/main/java/com/example/gajanan/recyclerviewex/CustomAdapter.java | 10c31edaaa043aaf1dc4d3d1634f6403ca98bde0 | [] | no_license | gajanankorde/RecyclerViewEx | https://github.com/gajanankorde/RecyclerViewEx | fb48839df14749ab33f6a1ae82df34e6f9628dfd | fcb7913d7b0dc8f328996f82dfad82ced09ffe10 | refs/heads/master | 2020-08-04T14:23:15.758000 | 2019-11-22T17:48:38 | 2019-11-22T17:48:38 | 212,166,056 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.gajanan.recyclerviewex;
import android.content.Context;
import android.content.Intent;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.TextView;
import ... | UTF-8 | Java | 4,931 | java | CustomAdapter.java | Java | [] | null | [] | package com.example.gajanan.recyclerviewex;
import android.content.Context;
import android.content.Intent;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.TextView;
import ... | 4,931 | 0.638004 | 0.637802 | 162 | 29.425926 | 29.587452 | 131 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 13 |
80b2c2d4d677b26f39c4477725a33af00b634658 | 12,567,074,322,834 | 5db29fa5cdcec9411383d279c25f4fba82fe6046 | /src/main/java/MediumQuestions/OptimalUtilization.java | 0bf16695b87c2824e2d02cbc6b9706bff74afc63 | [] | no_license | MatthewCroft/CompetitiveProgramming | https://github.com/MatthewCroft/CompetitiveProgramming | 37389ec0751aa85c7064db3c82f698a3360c0208 | 7932c9da0b51996a7cd60f7cd1017af67844b746 | refs/heads/master | 2020-07-19T08:27:54.219000 | 2019-09-22T23:49:36 | 2019-09-22T23:49:36 | 206,410,626 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package MediumQuestions;
public class OptimalUtilization {
}
| UTF-8 | Java | 62 | java | OptimalUtilization.java | Java | [] | null | [] | package MediumQuestions;
public class OptimalUtilization {
}
| 62 | 0.822581 | 0.822581 | 4 | 14.5 | 14.361406 | 33 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 13 |
c414b0948b6a1f778d9bb24bfaf6558fd20b84be | 4,664,334,534,791 | e0fba9903bda6756429083d4eec970a294d079ad | /App/app/src/main/java/com/example/fedsev/feedback/CallRecyclerAdapter.java | ce035d9587e50d880a190406d99c7ff1e1094fe6 | [] | no_license | ayushgit2498/Feedback-System | https://github.com/ayushgit2498/Feedback-System | a8ee7368c28d8c5001d8ea4d7439f9f1f1ecbe02 | 20cfc8da24a66bb212d9d3cf8fb631df3c714544 | refs/heads/master | 2022-06-30T02:37:32.472000 | 2019-06-02T14:09:44 | 2019-06-02T14:09:44 | 189,853,732 | 0 | 0 | null | false | 2022-06-21T01:12:48 | 2019-06-02T14:04:40 | 2019-06-02T14:10:30 | 2022-06-21T01:12:48 | 16,281 | 0 | 0 | 3 | CSS | false | false | package com.example.fedsev.feedback;
import android.accessibilityservice.GestureDescription;
import android.graphics.Color;
import android.support.annotation.NonNull;
import android.support.v7.widget.RecyclerView;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.vie... | UTF-8 | Java | 2,191 | java | CallRecyclerAdapter.java | Java | [] | null | [] | package com.example.fedsev.feedback;
import android.accessibilityservice.GestureDescription;
import android.graphics.Color;
import android.support.annotation.NonNull;
import android.support.v7.widget.RecyclerView;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.vie... | 2,191 | 0.654039 | 0.641716 | 71 | 29.859156 | 26.105579 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.521127 | false | false | 13 |
f2ba49f10f425fd8e1c49f226ec9201979a72c4c | 33,217,277,123,093 | 8dadbc8631f2d2bc78c5fb8576dcc127bd31c5b1 | /src/main/java/com/qfggk/simpleweb/service/imp/UserServiceImp.java | 58a33228f00c682df51f03cd3f6534413cf4d9a8 | [] | no_license | 851605063/simpleweb | https://github.com/851605063/simpleweb | 87ab780fe20f70d0d3417fb5c0eb43be1a28c646 | 0e1ab56178e0b68266ebcff0028ce9400d1cebc1 | refs/heads/master | 2023-05-02T17:06:13.256000 | 2021-06-03T14:08:51 | 2021-06-03T14:08:51 | 357,629,962 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.qfggk.simpleweb.service.imp;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import com.qfggk.simpleweb.bean.User;
import com.qfggk.simpleweb.mapper.UserMapper;
import com.qfggk.simpleweb.service.UserService;
import org.springframework.beans.factory.annotation.Autowired;
import org.spri... | UTF-8 | Java | 481 | java | UserServiceImp.java | Java | [] | null | [] | package com.qfggk.simpleweb.service.imp;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import com.qfggk.simpleweb.bean.User;
import com.qfggk.simpleweb.mapper.UserMapper;
import com.qfggk.simpleweb.service.UserService;
import org.springframework.beans.factory.annotation.Autowired;
import org.spri... | 481 | 0.837838 | 0.837838 | 17 | 27.294117 | 28.135731 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.529412 | false | false | 13 |
99edfba823990ecb260dc2cb199ad3775272dfb6 | 6,932,077,222,347 | 92a3c75054f77baee5ec077b8bf9cda93c638739 | /src/main/java/org/arachna/netweaver/sonar/SonarBuilder.java | 7c35cee78c14ab999107b55c09ac60b48e0bc593 | [] | no_license | xudonny/NWDI-Sonar-Plugin | https://github.com/xudonny/NWDI-Sonar-Plugin | 78fcc96aa964047ab4f0ee32e2b70d48049f5436 | 6cbb72b89f388a4047c2c38f1718247dca0cd922 | refs/heads/master | 2022-03-04T09:36:12.256000 | 2019-01-23T20:04:47 | 2019-01-23T20:04:47 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
package org.arachna.netweaver.sonar;
import hudson.Extension;
import hudson.Launcher;
import hudson.model.BuildListener;
import hudson.model.AbstractBuild;
import hudson.model.AbstractProject;
import hudson.tasks.BuildStepDescriptor;
import hudson.tasks.Builder;
import hudson.tasks.Maven;
import hudson.tas... | UTF-8 | Java | 5,828 | java | SonarBuilder.java | Java | [
{
"context": "etWeaver\n * development components.\n * \n * @author Dirk Weigenand\n */\npublic class SonarBuilder extends Builder {\n\t",
"end": 1095,
"score": 0.9998650550842285,
"start": 1081,
"tag": "NAME",
"value": "Dirk Weigenand"
}
] | null | [] | /**
*
*/
package org.arachna.netweaver.sonar;
import hudson.Extension;
import hudson.Launcher;
import hudson.model.BuildListener;
import hudson.model.AbstractBuild;
import hudson.model.AbstractProject;
import hudson.tasks.BuildStepDescriptor;
import hudson.tasks.Builder;
import hudson.tasks.Maven;
import hudson.tas... | 5,820 | 0.724091 | 0.722718 | 180 | 31.377777 | 30.208563 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.877778 | false | false | 13 |
643abf7fd4e386db782cef3bdc33d40e79ef8af2 | 27,015,344,355,990 | 635f1ccbce0f7d34f828dd79147694fc1b23af8a | /app/src/main/java/org/d3ifcool/finpro/core/models/Plotting.java | cc5678c03ac3af54b1a68c3fa209811f724b703f | [] | no_license | haryandrafatwa/tugas_akhir | https://github.com/haryandrafatwa/tugas_akhir | b6c80785a1e37dcea309a7ba83cd692041434227 | 786b358a5b35f3acec9a8846b03a16ae1e4774b2 | refs/heads/master | 2023-07-18T13:03:44.059000 | 2021-08-13T11:59:47 | 2021-08-13T11:59:47 | 360,329,277 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.d3ifcool.finpro.core.models;
import android.os.Build;
import android.os.Parcel;
import android.os.Parcelable;
import androidx.annotation.RequiresApi;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
/**
* Created by Faisal Amir
* FrogoBox Inc License
* ===... | UTF-8 | Java | 7,774 | java | Plotting.java | Java | [
{
"context": "son.annotations.SerializedName;\n\n/**\n * Created by Faisal Amir\n * FrogoBox Inc License\n * ======================",
"end": 289,
"score": 0.9998893737792969,
"start": 278,
"tag": "NAME",
"value": "Faisal Amir"
},
{
"context": "------------------------------------\n *... | null | [] | package org.d3ifcool.finpro.core.models;
import android.os.Build;
import android.os.Parcel;
import android.os.Parcelable;
import androidx.annotation.RequiresApi;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
/**
* Created by <NAME>
* FrogoBox Inc License
* ========... | 7,740 | 0.614613 | 0.590687 | 298 | 25.087248 | 23.541889 | 212 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.419463 | false | false | 13 |
8a698531706effebbe07da010fe17f7a20202542 | 5,179,730,619,416 | 13e5f56207e5040728ca0e01047e4315452bc4bb | /src/com/ibeifeng/ssh/model/Employee.java | 1a1fa9268c0881983285f9bfa2c1af90892fabc8 | [] | no_license | hylaccount/database | https://github.com/hylaccount/database | 3317c804161670fb2c1b35f3e2ee512a7412ccb2 | 6a36c960eecfc23fb2d84245bb740c7b96032914 | refs/heads/master | 2021-01-17T17:39:46.222000 | 2017-02-24T09:17:11 | 2017-02-24T09:17:11 | 83,009,216 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ibeifeng.ssh.model;
import org.hibernate.annotations.GenericGenerator;
import org.junit.Test;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
import javax.persistence.Table;
/**
* Created by zmzy on 2017/2/17.
*/
@Entity
@Table(name = "t_emp")
publ... | UTF-8 | Java | 901 | java | Employee.java | Java | [
{
"context": "import javax.persistence.Table;\n\n/**\n * Created by zmzy on 2017/2/17.\n */\n@Entity\n@Table(name = \"t_emp\")\n",
"end": 266,
"score": 0.9996143579483032,
"start": 262,
"tag": "USERNAME",
"value": "zmzy"
}
] | null | [] | package com.ibeifeng.ssh.model;
import org.hibernate.annotations.GenericGenerator;
import org.junit.Test;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
import javax.persistence.Table;
/**
* Created by zmzy on 2017/2/17.
*/
@Entity
@Table(name = "t_emp")
publ... | 901 | 0.63818 | 0.630411 | 47 | 18.170214 | 15.190029 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.361702 | false | false | 13 |
014da88e4c49dd7a1f932b246705710b6106b270 | 16,681,652,982,122 | efad64cf9e72ffefdd971f9d159f527cadecf743 | /webserver/src/main/java/auth/webserver/service/impl/RoleServiceImpl.java | df91c83dfaa5782afe5ccf54f2a38bb89f2c0822 | [] | no_license | Haobaoshui/auth | https://github.com/Haobaoshui/auth | 98f166f0a4b95650b2ba0f8585b937e7968b72b9 | d08ad15d5d02f8999d12e075a502ea0be90311de | refs/heads/main | 2023-08-04T21:16:54.979000 | 2021-08-21T04:29:31 | 2021-08-21T04:29:31 | 397,822,433 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package auth.webserver.service.impl;
import auth.webserver.model.Page;
import auth.webserver.model.roles.Role;
import auth.webserver.model.roles.RoleView;
import auth.webserver.model.user.UserSessionInfo;
import auth.webserver.repository.RoleRepository;
import auth.webserver.service.LogsService;
import auth.webserver... | UTF-8 | Java | 5,013 | java | RoleServiceImpl.java | Java | [] | null | [] | package auth.webserver.service.impl;
import auth.webserver.model.Page;
import auth.webserver.model.roles.Role;
import auth.webserver.model.roles.RoleView;
import auth.webserver.model.user.UserSessionInfo;
import auth.webserver.repository.RoleRepository;
import auth.webserver.service.LogsService;
import auth.webserver... | 5,013 | 0.654812 | 0.653607 | 198 | 24.136364 | 24.083118 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 13 |
61b4689f84607e6c9312bb1ade1bb93f2dc6a4be | 18,872,086,309,872 | 306d2b6b8868aa3e80c03e1f54f36f1bc9f84191 | /publit-io/src/main/java/com/publit/publit_io/utils/SHAGenerator.java | f701338f7196a8c32e011f4afaf10250a68ea0f6 | [] | no_license | ob1y2k/publitio_android_sdk | https://github.com/ob1y2k/publitio_android_sdk | 5d92b6bf852b2a26cdc30073dd3b512e2bff89fa | d9f63dab0ad40992925ae9e37bbf58de477cd24d | refs/heads/master | 2021-06-22T03:56:30.339000 | 2019-12-02T14:49:12 | 2019-12-02T14:49:12 | 148,630,329 | 7 | 6 | null | false | 2021-01-16T09:49:24 | 2018-09-13T11:51:56 | 2021-01-16T09:45:55 | 2019-12-02T14:50:14 | 19,953 | 6 | 4 | 1 | Java | false | false | package com.publit.publit_io.utils;
import com.publit.publit_io.constant.Constant;
import com.publit.publit_io.exception.PublitioExceptions;
import java.io.UnsupportedEncodingException;
import java.security.MessageDigest;
import java.security.NoSuchAlgorithmException;
import java.util.Date;
import java.util.Random;
... | UTF-8 | Java | 3,910 | java | SHAGenerator.java | Java | [] | null | [] | package com.publit.publit_io.utils;
import com.publit.publit_io.constant.Constant;
import com.publit.publit_io.exception.PublitioExceptions;
import java.io.UnsupportedEncodingException;
import java.security.MessageDigest;
import java.security.NoSuchAlgorithmException;
import java.util.Date;
import java.util.Random;
... | 3,910 | 0.644501 | 0.633504 | 128 | 29.546875 | 28.7089 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.359375 | false | false | 13 |
fcea3c10630eb650330bb97c118aecae0e92b4bd | 1,503,238,577,307 | 86e5eded3571832d51a88fddeeb2518f901598ff | /src/de/freiburg/uni/iig/sisi/model/safetyrequirements/UsageControl.java | 604ef63be9b74dad182416bcc15c62538b59c944 | [] | no_license | sebald/SiSi | https://github.com/sebald/SiSi | e536ccfabefeee1033c13a243fccb5ad405295bf | 08ecd7d6a213126b9cb4d1b759387c46e7f76082 | refs/heads/master | 2016-09-06T08:01:04.428000 | 2012-07-17T12:50:50 | 2012-07-17T12:50:50 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package de.freiburg.uni.iig.sisi.model.safetyrequirements;
import de.freiburg.uni.iig.sisi.model.ModelObject;
import de.freiburg.uni.iig.sisi.model.net.Transition;
public class UsageControl extends ModelObject {
public enum UsageControlType {
USAGE_RESTRICTION("UR"),
ACTION_REQUIREMENT("AR"),
UNKNOWN("unkown... | UTF-8 | Java | 1,239 | java | UsageControl.java | Java | [] | null | [] | package de.freiburg.uni.iig.sisi.model.safetyrequirements;
import de.freiburg.uni.iig.sisi.model.ModelObject;
import de.freiburg.uni.iig.sisi.model.net.Transition;
public class UsageControl extends ModelObject {
public enum UsageControlType {
USAGE_RESTRICTION("UR"),
ACTION_REQUIREMENT("AR"),
UNKNOWN("unkown... | 1,239 | 0.7159 | 0.7159 | 61 | 19.311476 | 20.145813 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.081967 | false | false | 13 |
9710462729ade351fc4ec4cb1276a86e70e6ac69 | 16,269,336,134,178 | 29ae0c7c20dc13ecb0445159bf49e0987d2d16bb | /src/main/java/com/rs/epl/NB/service/ReciptPushToFg.java | 609c87aaf576d2a9a6ab590c1cf13728c0f53768 | [] | no_license | Nandhacs7/EPL | https://github.com/Nandhacs7/EPL | 8f7fab7926d7ad63d627f47adf22c9dc25b6f487 | 0ab5fb90ddb37c13ce7eba230d76459a73d2a96b | refs/heads/master | 2021-07-19T16:59:50.786000 | 2017-10-30T11:02:57 | 2017-10-30T11:02:57 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.rs.epl.NB.service;
import java.io.FileNotFoundException;
import java.io.IOException;
import javax.xml.bind.JAXBException;
import com.fa.component.policy.Policy;
import com.rs.epl.NB.policyrepository.Status;
public interface ReciptPushToFg {
public String ReciptpushToFg(Policy poltst, Status ... | UTF-8 | Java | 393 | java | ReciptPushToFg.java | Java | [] | null | [] | package com.rs.epl.NB.service;
import java.io.FileNotFoundException;
import java.io.IOException;
import javax.xml.bind.JAXBException;
import com.fa.component.policy.Policy;
import com.rs.epl.NB.policyrepository.Status;
public interface ReciptPushToFg {
public String ReciptpushToFg(Policy poltst, Status ... | 393 | 0.798982 | 0.798982 | 13 | 28.23077 | 31.491522 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.846154 | false | false | 13 |
5f4a0199ac96c0a408d5699d035c565e9d9ebc6e | 28,458,453,314,735 | e236796f2f5ac94914f24a8d349d6612bd9f1693 | /hgshop-goods-service/src/main/java/com/wjiayi/hgshop/dao/SpecDao.java | 9834747dd8bffa00b554139f088cd239eac34e80 | [] | no_license | WeiJiaYi-afk/wjiayi-hgshop | https://github.com/WeiJiaYi-afk/wjiayi-hgshop | 099492b88c447ccb98c18cef05fbce9fbb31567d | 17900e9e0dfcb23e4da2515eab39664ff967a767 | refs/heads/master | 2022-12-22T10:30:10.811000 | 2020-04-09T07:55:39 | 2020-04-09T07:55:39 | 254,306,532 | 0 | 0 | null | false | 2022-12-15T23:58:31 | 2020-04-09T07:52:29 | 2020-04-09T08:08:01 | 2022-12-15T23:58:29 | 218,883 | 0 | 0 | 10 | JavaScript | false | false | package com.wjiayi.hgshop.dao;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.annotations.Select;
import com.wjiayi.hgshop.pojo.Spec;
import com.wjiayi.hgshop.pojo.SpecOption;
public interface SpecDao {
//添加
int addSpec(Spec spec);
//添加子表
int addSpe... | UTF-8 | Java | 871 | java | SpecDao.java | Java | [] | null | [] | package com.wjiayi.hgshop.dao;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.annotations.Select;
import com.wjiayi.hgshop.pojo.Spec;
import com.wjiayi.hgshop.pojo.SpecOption;
public interface SpecDao {
//添加
int addSpec(Spec spec);
//添加子表
int addSpe... | 871 | 0.708492 | 0.708492 | 35 | 20.542856 | 18.76523 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.085714 | false | false | 13 |
8c95ac558ba196c8ea8bd926aff0d5a3cd50856b | 15,839,839,390,255 | 152f67331dfeafd4bf51fbc88dd212b1462656ba | /src/main/java/org/com/controller/XDorm.java | 0f3eab64382b4079b1321b4cf737d6df9632ef51 | [] | no_license | zhengke947083276/gongyu | https://github.com/zhengke947083276/gongyu | fdf0d9ffcf937ad31dba4e51c279ce93983cf3f4 | f3c2b152779b8bb8a2c981bdf05bd898ccc06f60 | refs/heads/master | 2020-03-18T12:14:22.782000 | 2018-06-25T09:41:06 | 2018-06-25T09:41:06 | 134,716,505 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.com.controller;
import org.apache.poi.hssf.usermodel.*;
import org.com.entity.TblDorm;
import org.com.entity.User;
import org.com.service.TblDormService;
import org.com.view.ViewExcel;
import org.com.view.ViewPDF;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.ste... | UTF-8 | Java | 1,893 | java | XDorm.java | Java | [
{
"context": "ew ArrayList<>();\n User user = new User(1,\"zhengke1\", \"0000\",12,\"男\");\n User user1 = new User(2",
"end": 1720,
"score": 0.9996384382247925,
"start": 1712,
"tag": "USERNAME",
"value": "zhengke1"
},
{
"context": " \"0000\",12,\"男\");\n User use... | null | [] | package org.com.controller;
import org.apache.poi.hssf.usermodel.*;
import org.com.entity.TblDorm;
import org.com.entity.User;
import org.com.service.TblDormService;
import org.com.view.ViewExcel;
import org.com.view.ViewPDF;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.ste... | 1,893 | 0.693489 | 0.68396 | 61 | 29.967213 | 19.065002 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.852459 | false | false | 13 |
278399e8c855b8d4b9a0c20b6066cdc951babda2 | 23,313,082,534,591 | 658fbd3de5e6d493123f519956e5be9f135ecb86 | /src/main/java/com/rainsoft/oracle/LoadOracleData.java | 1d0f2bead184ad82ea550aa1a84fb085f8c2b898 | [] | no_license | weidongcao/beijingThirdPeriod | https://github.com/weidongcao/beijingThirdPeriod | 622c3fbe4f3d39679576ce6d97c775f3ade8ca60 | 135ecb39ca6e113588f4db7efdaf502af6b052fa | refs/heads/master | 2022-07-07T03:12:31.265000 | 2019-07-27T10:48:29 | 2019-07-27T10:48:29 | 94,533,083 | 6 | 0 | null | false | 2022-07-01T17:32:46 | 2017-06-16T10:22:37 | 2019-07-27T10:49:17 | 2022-07-01T17:32:45 | 9,193 | 6 | 0 | 6 | Java | false | false | package com.rainsoft.oracle;
import com.rainsoft.conf.ConfigurationManager;
import com.rainsoft.jdbc.JDBCHelper;
import com.rainsoft.utils.DateFormatUtils;
import com.rainsoft.utils.JdbcUtils;
import org.apache.commons.io.FileUtils;
import org.apache.commons.lang3.RandomStringUtils;
import org.slf4j.Logger;
i... | UTF-8 | Java | 5,461 | java | LoadOracleData.java | Java | [
{
"context": "a.util.Date;\r\n\r\n/**\r\n * Oracle 数据导出\r\n * Created by CaoWeiDong on 2017-08-05.\r\n */\r\npublic class LoadOracleData ",
"end": 546,
"score": 0.9867229461669922,
"start": 536,
"tag": "NAME",
"value": "CaoWeiDong"
}
] | null | [] | package com.rainsoft.oracle;
import com.rainsoft.conf.ConfigurationManager;
import com.rainsoft.jdbc.JDBCHelper;
import com.rainsoft.utils.DateFormatUtils;
import com.rainsoft.utils.JdbcUtils;
import org.apache.commons.io.FileUtils;
import org.apache.commons.lang3.RandomStringUtils;
import org.slf4j.Logger;
i... | 5,461 | 0.578625 | 0.573645 | 126 | 39.436508 | 34.65556 | 195 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.84127 | false | false | 13 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.