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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
c3351063a0cc0bf41936f63812548284418d41a4 | 34,067,680,595,502 | 8d348a7836fe550cf56f669e1836c58de47d2d4d | /app/src/main/java/com/example/gaston/myapplication/BaseDatos.java | c07cf2ac99bf202480e3bc6a00b5263921f4be02 | [] | no_license | ezecastiglione18/Programacion-Fragments-ListView-SQLite | https://github.com/ezecastiglione18/Programacion-Fragments-ListView-SQLite | 17d7a68dcddac70c2ce37e8f49f4033423749d53 | a3dbfa781576dde844693ba3a5aae15f2a4a9682 | refs/heads/master | 2019-03-08T23:06:48.694000 | 2017-08-21T17:02:51 | 2017-08-21T17:02:51 | 100,902,511 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.gaston.myapplication;
import android.content.Context;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
import android.util.Log;
/**
* Created by Gaston on 20/8/2017.
*/
public class BaseDatos extends SQLiteOpenHelper {
public BaseDatos(Context ... | UTF-8 | Java | 872 | java | BaseDatos.java | Java | [
{
"context": "elper;\nimport android.util.Log;\n\n/**\n * Created by Gaston on 20/8/2017.\n */\n\npublic class BaseDatos extends",
"end": 221,
"score": 0.9990292191505432,
"start": 215,
"tag": "NAME",
"value": "Gaston"
}
] | null | [] | package com.example.gaston.myapplication;
import android.content.Context;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
import android.util.Log;
/**
* Created by Gaston on 20/8/2017.
*/
public class BaseDatos extends SQLiteOpenHelper {
public BaseDatos(Context ... | 872 | 0.727064 | 0.719037 | 32 | 26.25 | 30.170349 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5625 | false | false | 2 |
3c45e597be65f08d5c010df3134e4e402a3ff180 | 34,557,306,881,164 | 75df5750190c732492bdb7aaab96c90688e71c0a | /src/main/java/com/raven/dynamic/datasource/common/annotation/EnableSharding.java | 62af36d92e9c1aa9693f6eefd745024d9440b647 | [] | no_license | RavenHuo/sharding-jdbc-dynamic-datasource | https://github.com/RavenHuo/sharding-jdbc-dynamic-datasource | 7e58380967f4c5cf71314dfb54928e2afd5dd071 | 9e05936c1d01f4604e0019873d08cb55f45a2db0 | refs/heads/master | 2023-02-18T18:13:12.600000 | 2021-01-12T08:49:49 | 2021-01-12T08:49:49 | 289,028,241 | 4 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.raven.dynamic.datasource.common.annotation;
import com.raven.dynamic.datasource.sharding.ShardingTablePackageRegister;
import org.springframework.context.annotation.Import;
import java.lang.annotation.*;
/**
* @author raven
*/
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
@Documented
@... | UTF-8 | Java | 559 | java | EnableSharding.java | Java | [
{
"context": "t;\n\nimport java.lang.annotation.*;\n\n/**\n * @author raven\n */\n@Target(ElementType.TYPE)\n@Retention(Retentio",
"end": 240,
"score": 0.9992584586143494,
"start": 235,
"tag": "USERNAME",
"value": "raven"
}
] | null | [] | package com.raven.dynamic.datasource.common.annotation;
import com.raven.dynamic.datasource.sharding.ShardingTablePackageRegister;
import org.springframework.context.annotation.Import;
import java.lang.annotation.*;
/**
* @author raven
*/
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
@Documented
@... | 559 | 0.736746 | 0.736746 | 27 | 19.25926 | 20.85149 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.222222 | false | false | 2 |
302a16e8b1a43f8dce1dfd2993677b1dbddb8894 | 34,437,047,795,689 | 83593598f21cba234f08eca4dec44d2f73a6052d | /prj/otc/web-exchange/src/main/java/gnnt/MEBS/common/security/util/Configuration.java | 8604f850e475ea11a6cf2bf27379e90facb0971a | [
"Apache-2.0"
] | permissive | bigstar18/prjs | https://github.com/bigstar18/prjs | 23a04309a51b0372ddf6c391ee42270e640ec13c | c29da4d0892ce43e074d9e9831f1eedf828cd9d8 | refs/heads/master | 2021-05-31T19:55:16.217000 | 2016-06-24T02:35:31 | 2016-06-24T02:35:31 | 42,025,473 | 0 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package gnnt.MEBS.common.security.util;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.PrintStream;
import java.net.URL;
import java.net.URLDecoder;
import java.util.Hashtable;
import java.util.Properties;
import javax.xml.parsers.DocumentBuilder;
impor... | UTF-8 | Java | 13,594 | java | Configuration.java | Java | [] | null | [] | package gnnt.MEBS.common.security.util;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.PrintStream;
import java.net.URL;
import java.net.URLDecoder;
import java.util.Hashtable;
import java.util.Properties;
import javax.xml.parsers.DocumentBuilder;
impor... | 13,594 | 0.472611 | 0.468782 | 414 | 30.806763 | 25.713985 | 132 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.487923 | false | false | 2 |
2adf1ddce123175e00c04a2ca6846104c5ee90f8 | 14,310,831,088,439 | 668584d63f6ed8f48c8609c3a142f8bdf1ba1a40 | /prj/coherence-core/src/main/java/com/tangosol/dev/compiler/java/ExitStatement.java | 3898df0ba3811f19fa0d6d24477990429f5fda9a | [
"EPL-1.0",
"Classpath-exception-2.0",
"LicenseRef-scancode-unicode",
"LicenseRef-scancode-warranty-disclaimer",
"BSD-3-Clause",
"LicenseRef-scancode-free-unknown",
"LicenseRef-scancode-protobuf",
"CDDL-1.1",
"W3C",
"APSL-1.0",
"GPL-2.0-only",
"Apache-2.0",
"LicenseRef-scancode-public-domain"... | permissive | oracle/coherence | https://github.com/oracle/coherence | 34c48d36674e69974a693925c18f097175052c5f | b1a009a406e37fdc5479366035d8c459165324e1 | refs/heads/main | 2023-08-31T14:53:40.437000 | 2023-08-31T02:04:15 | 2023-08-31T02:04:15 | 242,776,849 | 416 | 96 | UPL-1.0 | false | 2023-08-07T04:27:39 | 2020-02-24T15:51:04 | 2023-07-07T09:20:15 | 2023-08-07T04:10:10 | 8,736,774 | 396 | 73 | 7 | Java | false | false | /*
* Copyright (c) 2000, 2020, Oracle and/or its affiliates.
*
* Licensed under the Universal Permissive License v 1.0 as shown at
* http://oss.oracle.com/licenses/upl.
*/
package com.tangosol.dev.compiler.java;
import com.tangosol.dev.assembler.CodeAttribute;
import com.tangosol.dev.compiler.CompilerExceptio... | UTF-8 | Java | 2,092 | java | ExitStatement.java | Java | [
{
"context": "d\n* return.\n*\n* @version 1.00, 09/21/98\n* @author Cameron Purdy\n*/\npublic abstract class ExitStatement extends St",
"end": 545,
"score": 0.9998318552970886,
"start": 532,
"tag": "NAME",
"value": "Cameron Purdy"
}
] | null | [] | /*
* Copyright (c) 2000, 2020, Oracle and/or its affiliates.
*
* Licensed under the Universal Permissive License v 1.0 as shown at
* http://oss.oracle.com/licenses/upl.
*/
package com.tangosol.dev.compiler.java;
import com.tangosol.dev.assembler.CodeAttribute;
import com.tangosol.dev.compiler.CompilerExceptio... | 2,085 | 0.527247 | 0.518164 | 96 | 20.791666 | 23.037069 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.1875 | false | false | 2 |
9b740a6987a996813dad63ec269605d4a7500946 | 11,381,663,368,965 | b175489e2d4ab646b9ed2b272fa581ff56f25ece | /BouncyCastle/util/src/main/java/com/distrimind/bouncycastle/asn1/its/ToBeSignedData.java | 4a0f7cf21b75e5cac6d4f10e18511b462e2f0d57 | [
"LicenseRef-scancode-unknown-license-reference",
"MIT",
"Apache-2.0"
] | permissive | JazZ51/BouncyCastle | https://github.com/JazZ51/BouncyCastle | 9af0e80e40c30375bc20febe47f1991ac0610851 | 729df0a976f40c1d8457e5ad4d131b7623abc565 | refs/heads/main | 2021-11-13T20:06:59.815000 | 2021-11-01T16:22:23 | 2021-11-01T16:23:03 | 99,471,871 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.distrimind.bouncycastle.asn1.its;
import com.distrimind.bouncycastle.asn1.ASN1EncodableVector;
import com.distrimind.bouncycastle.asn1.ASN1Object;
import com.distrimind.bouncycastle.asn1.ASN1Primitive;
import com.distrimind.bouncycastle.asn1.DERSequence;
/**
* <pre>
* ToBeSignedData ::= SEQUENCE {
... | UTF-8 | Java | 618 | java | ToBeSignedData.java | Java | [] | null | [] | package com.distrimind.bouncycastle.asn1.its;
import com.distrimind.bouncycastle.asn1.ASN1EncodableVector;
import com.distrimind.bouncycastle.asn1.ASN1Object;
import com.distrimind.bouncycastle.asn1.ASN1Primitive;
import com.distrimind.bouncycastle.asn1.DERSequence;
/**
* <pre>
* ToBeSignedData ::= SEQUENCE {
... | 618 | 0.716828 | 0.695793 | 25 | 23.719999 | 21.208527 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.32 | false | false | 2 |
6ad56b6e43041b1e0f32e1c3d0eeb50f32c31359 | 23,905,788,009,219 | 6c88fe9c106b33d6214d9b9ae9250b8cba9092b3 | /rdgame_mock/src/test/java/com/jd/rd/game/mock/HttpClientUtilTest.java | 054b92111a22f822d153fd2a9b4ce1e7d62a82a7 | [] | no_license | SiHeZi/game_mock | https://github.com/SiHeZi/game_mock | 0d16790315fbe238dae6bc181563788c3d72f879 | 2fea4ff49b08598d2d063e5098871b57294cd4c3 | refs/heads/master | 2021-01-02T09:24:26.970000 | 2017-08-03T08:20:29 | 2017-08-03T08:20:29 | 99,208,686 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jd.rd.game.mock;
import com.alibaba.fastjson.JSON;
import com.jd.rd.game.mock.dto.request.GameLogicReq;
import com.jd.rd.game.mock.util.HttpClientUtil;
import org.junit.Test;
public class HttpClientUtilTest {
@Test
public void testSendHttpPost2() {
GameLogicReq logicReq = new GameLogic... | UTF-8 | Java | 1,084 | java | HttpClientUtilTest.java | Java | [] | null | [] | package com.jd.rd.game.mock;
import com.alibaba.fastjson.JSON;
import com.jd.rd.game.mock.dto.request.GameLogicReq;
import com.jd.rd.game.mock.util.HttpClientUtil;
import org.junit.Test;
public class HttpClientUtilTest {
@Test
public void testSendHttpPost2() {
GameLogicReq logicReq = new GameLogic... | 1,084 | 0.661381 | 0.64459 | 38 | 27.18421 | 24.224667 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 2 |
23dfc8ec4cf15ef55b1bbf0c5d665b11420168b9 | 23,905,788,007,887 | 22083c3ee6a244c5edebda3ef9e90618bb3ec3a3 | /src/Buyer.java | 6c6c0388238aa52d73ab7eb5e428583d625c7d47 | [] | no_license | martenkrings/ConcurrencyOpdracht3 | https://github.com/martenkrings/ConcurrencyOpdracht3 | ede967281e8b0244a207ef54f35e45be46a6ccaa | 58c52c82ce530890d6da52e656010e542de9e625 | refs/heads/master | 2020-05-23T08:09:35.471000 | 2016-10-30T18:56:11 | 2016-10-30T18:56:11 | 69,347,552 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Random;
/**
* A thread that tries to enter the Hiswa to buy a boat
*/
public class Buyer extends Thread {
private Hiswa hiswa;
public Buyer(Hiswa hiswa) {
this.hiswa = hiswa;
}
public void run() {
//life never ends
while (true) {
try {
... | UTF-8 | Java | 575 | java | Buyer.java | Java | [] | null | [] | import java.util.Random;
/**
* A thread that tries to enter the Hiswa to buy a boat
*/
public class Buyer extends Thread {
private Hiswa hiswa;
public Buyer(Hiswa hiswa) {
this.hiswa = hiswa;
}
public void run() {
//life never ends
while (true) {
try {
... | 575 | 0.516522 | 0.507826 | 25 | 22 | 17.760632 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.24 | false | false | 2 |
f25e033d857728e590d82e52e42cef4b69f8b77e | 38,714,835,235,743 | d63b36464fe21b95c7705f9699319a88ece48ded | /Java_HCL/day3/DemoProject/src/com/hcl/day4/Quiz.java | 18ed21f1fe4493a3481f996225b18914b54271d0 | [] | no_license | sandeshAraveti/Java-training | https://github.com/sandeshAraveti/Java-training | 8d2046081f33c7b1463eb75c05897fbc483e2ab0 | 288ea295391053c79be24ca57863dc2281d5d53e | refs/heads/master | 2022-12-24T18:41:43.087000 | 2020-01-07T12:36:19 | 2020-01-07T12:36:19 | 223,157,169 | 0 | 0 | null | false | 2022-12-16T03:48:15 | 2019-11-21T11:19:13 | 2020-01-07T12:36:22 | 2022-12-16T03:48:13 | 70,155 | 0 | 0 | 16 | JavaScript | false | false | package com.hcl.day4;
public class Quiz {
static int score;
public void incr(){
score++;
}
@Override
public String toString() {
return "Quiz [score=" + score + "]";
}
public static void main(String[] args) {
Quiz obj1=new Quiz();
obj1.incr();
System.out.println(obj1);
Quiz obj2=new Quiz();
obj2.in... | UTF-8 | Java | 430 | java | Quiz.java | Java | [] | null | [] | package com.hcl.day4;
public class Quiz {
static int score;
public void incr(){
score++;
}
@Override
public String toString() {
return "Quiz [score=" + score + "]";
}
public static void main(String[] args) {
Quiz obj1=new Quiz();
obj1.incr();
System.out.println(obj1);
Quiz obj2=new Quiz();
obj2.in... | 430 | 0.632558 | 0.609302 | 25 | 16.200001 | 11.661903 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.8 | false | false | 2 |
b3557eadb395058df718b33c477d98dd1c21d25b | 7,937,099,629,751 | dce3f05765ddf75284f70e1a26fcb2e330a4c7da | /src/main/java/com/takshine/wxcrm/domain/Sign.java | d492976cb45c9208edc6fbabc50d91bc858d87ff | [] | no_license | bellmit/ZJWK4SHYY | https://github.com/bellmit/ZJWK4SHYY | 302cf6a4c23ecada30ad802313d62a98489a2a1b | fdaec363d29e82f8d59ad6fc32d3b8454fe3b2fc | refs/heads/master | 2023-03-20T21:12:20.221000 | 2016-06-24T02:35:33 | 2016-06-24T02:35:33 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.takshine.wxcrm.domain;
import java.util.List;
import com.takshine.wxcrm.model.SignModel;
/**
* 考勤签到
*
*
*/
public class Sign extends SignModel {
private String signTime = null;
private String signType = null;
private String signAddr = null;
private String signLongitude = null;
private String s... | UTF-8 | Java | 2,230 | java | Sign.java | Java | [] | null | [] | package com.takshine.wxcrm.domain;
import java.util.List;
import com.takshine.wxcrm.model.SignModel;
/**
* 考勤签到
*
*
*/
public class Sign extends SignModel {
private String signTime = null;
private String signType = null;
private String signAddr = null;
private String signLongitude = null;
private String s... | 2,230 | 0.720362 | 0.719005 | 102 | 20.666666 | 15.638272 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.490196 | false | false | 2 |
356c5e06dddba653e04e83be293be170965d1bd6 | 7,937,099,627,362 | c70b41de06db789dbf768ad4969030dd7494dad2 | /app/src/main/java/com/example/studenttrackerapp/admin_view_student.java | e66efb9a390e2e18854846490d5dbe0461c56530 | [] | no_license | HemantPatil0219/StudentTrackerApp3 | https://github.com/HemantPatil0219/StudentTrackerApp3 | 984e4cec53848152119bc7cf4754c76f8533441c | d950bd1e1a774a8b66ffd3162a0d9f148f8af40f | refs/heads/master | 2020-08-04T23:02:27.269000 | 2019-10-16T17:58:10 | 2019-10-16T17:58:10 | 212,306,877 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.studenttrackerapp;
import androidx.appcompat.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
public class admin_view_student extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
... | UTF-8 | Java | 508 | java | admin_view_student.java | Java | [] | null | [] | package com.example.studenttrackerapp;
import androidx.appcompat.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
public class admin_view_student extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
... | 508 | 0.738189 | 0.738189 | 20 | 24.4 | 23.380333 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3 | false | false | 2 |
2bfdd770a7d4bd7cd013ac8683d97d1b6b9ddce8 | 36,421,322,684,283 | 05bdf0c0e70988539537a947445a30b7c9a3c28d | /AndroidLibrary/src/com/android/library/utils/PreferenceUtils.java | 863bde4352c5fdbdfa9a523a490a80506302206c | [] | no_license | byoooy/android_dev_lib | https://github.com/byoooy/android_dev_lib | 4c0e7e537ee698546422f321a38918e1f75fdb37 | 58c2aa4fea9ac7556ef056cba5804d4cfbe858fa | refs/heads/master | 2020-05-19T10:58:58.376000 | 2015-09-09T09:44:41 | 2015-09-09T09:44:41 | 42,112,821 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.android.library.utils;
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import java.io.Serializable;
import android.content.Context;
import android.content.SharedPreferences... | UTF-8 | Java | 5,968 | java | PreferenceUtils.java | Java | [] | null | [] | package com.android.library.utils;
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import java.io.Serializable;
import android.content.Context;
import android.content.SharedPreferences... | 5,968 | 0.55029 | 0.548293 | 300 | 16.360001 | 15.130446 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.41 | false | false | 2 |
c8e62e4a20781e86265ea60171d33ed5899a10e4 | 28,999,619,235,005 | 38fe757bf571c1244878062184f744f957f196cd | /src/algorithm/leetcode/WeekTest166subtractProductAndSum.java | 2bacb44521b92ca6b3899d8d0d81d50896798405 | [] | no_license | NiuHaihang/algorithm | https://github.com/NiuHaihang/algorithm | 4bff93546e068f905cc95e87a12328f30b7c157a | ce33d41614410ed7522f31bf90b0001336568be6 | refs/heads/master | 2021-07-14T11:19:52.799000 | 2020-09-23T02:26:59 | 2020-09-23T02:26:59 | 205,844,890 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package algorithm.leetcode;
public class WeekTest166subtractProductAndSum {
public int subtractProductAndSum(int n) {
int product=1;
int sum=0;
while(n!=0){
product*=(n%10);
System.out.println("product="+product);
sum+=(n%10);
System.out.println(... | UTF-8 | Java | 591 | java | WeekTest166subtractProductAndSum.java | Java | [] | null | [] | package algorithm.leetcode;
public class WeekTest166subtractProductAndSum {
public int subtractProductAndSum(int n) {
int product=1;
int sum=0;
while(n!=0){
product*=(n%10);
System.out.println("product="+product);
sum+=(n%10);
System.out.println(... | 591 | 0.617597 | 0.582064 | 21 | 27.142857 | 18.941729 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 2 |
b79c4847daaac026400d96459461e3c7cd440056 | 7,026,566,535,557 | be39997010d1e6f1c9c77d20b9bf671307b64472 | /src/test/java/com/example/demo/DemoApplicationTests.java | ff82fff03e21d669fdd6a478a8699ad7223fb34e | [] | no_license | vedha004/spring-boot-demo | https://github.com/vedha004/spring-boot-demo | 6847ec067c49896bcd118f5738001368fb962284 | a6bfbbc57aa99784a01e5a44d7a81d87b8e88bb9 | refs/heads/master | 2021-09-04T05:05:08.313000 | 2018-01-16T05:52:44 | 2018-01-16T05:52:44 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.demo;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.apache.velocity.app.VelocityEngine;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.cont... | UTF-8 | Java | 2,457 | java | DemoApplicationTests.java | Java | [
{
"context": "ge = new SimpleMailMessage();\n\n\t\tmessage.setFrom(\"490441342@qq.com\");//发送者.\n\t\tmessage.setTo(\"jiazhijie@navinfo.com\")",
"end": 1043,
"score": 0.999616265296936,
"start": 1027,
"tag": "EMAIL",
"value": "490441342@qq.com"
},
{
"context": "tFrom(\"490441342@qq.co... | null | [] | package com.example.demo;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.apache.velocity.app.VelocityEngine;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.cont... | 2,388 | 0.772354 | 0.759395 | 75 | 29.84 | 24.761282 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.466667 | false | false | 2 |
8e1289b6b048b0053ccacfe1963121a49dd686a5 | 14,869,176,815,217 | 3fb0497ef703093bfb1b4bb6f44daef0596c2c31 | /ManagerStudent/app/src/main/java/com/example/managerstudent/MyDataBaseHelper.java | c3dce29dbb9ea8c8fd3d3984d813a9676d1886b6 | [] | no_license | kien2929/FileAndStudentManger | https://github.com/kien2929/FileAndStudentManger | 77bea4b6726fd107d148468c17357c4404fc2d0c | 4911c0625edac2f7b2cc518896d2d0271e3be882 | refs/heads/master | 2022-11-09T16:23:33.664000 | 2020-06-25T15:47:54 | 2020-06-25T15:47:54 | 274,955,548 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.managerstudent;
import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
import android.util.Log;
import androidx.annotation.Nullable;
import java.util.Arra... | UTF-8 | Java | 5,030 | java | MyDataBaseHelper.java | Java | [
{
"context": " Student student1 = new Student(\"20160723\", \"Pham Ngoc Du\", \"29/11/1998\",\n \"ngocdu12a1@gmail",
"end": 3405,
"score": 0.9998184442520142,
"start": 3393,
"tag": "NAME",
"value": "Pham Ngoc Du"
},
{
"context": "\", \"Pham Ngoc Du\", \"29/11/1998... | null | [] | package com.example.managerstudent;
import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
import android.util.Log;
import androidx.annotation.Nullable;
import java.util.Arra... | 4,983 | 0.613718 | 0.603181 | 148 | 32.986488 | 25.222252 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.716216 | false | false | 2 |
c1a1c15b818c5a2a329a04caee2dd475d056d3c8 | 16,810,502,032,816 | d616568430917165aae86708e30172c516a78094 | /dailyProblem/lt518coinChangeII.java | f012bf839ff7e32e0dbcf0fe07d530ca7b31f92c | [] | no_license | sjxswgjhf/roadToSDE | https://github.com/sjxswgjhf/roadToSDE | 7d8ca853cddfd1ffe55205f3577f4656d7e13b84 | e6a262fb0536767c2bc115a0bd557b68f639ff9c | refs/heads/master | 2023-02-22T12:18:50.274000 | 2021-01-23T02:50:02 | 2021-01-23T02:50:02 | 294,164,943 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package dailyProblem;
import java.util.Arrays;
public class lt518coinChangeII {
class Solution {
/*
dp[5]
1 2 5
1: 1 == 1 dp[1] = 1, dp[2] += dp[1] = 1, dp[3] = 1, dp[4] = 1, dp[5] = 1
2: 2
dp[2]:
*/
public int change(int amount, int[] coins) {
... | UTF-8 | Java | 964 | java | lt518coinChangeII.java | Java | [] | null | [] | package dailyProblem;
import java.util.Arrays;
public class lt518coinChangeII {
class Solution {
/*
dp[5]
1 2 5
1: 1 == 1 dp[1] = 1, dp[2] += dp[1] = 1, dp[3] = 1, dp[4] = 1, dp[5] = 1
2: 2
dp[2]:
*/
public int change(int amount, int[] coins) {
... | 964 | 0.31639 | 0.28527 | 38 | 24.368422 | 18.879704 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.473684 | false | false | 2 |
a6bb53eee10ebf9fab1b6fd047310628a30dbaf8 | 8,959,301,828,354 | eddc20191c3182cde53db1f02b091b54dbee61ec | /src/main/java/com/db/tables/Followupevent.java | 3d894cb51a06a7fda6cbe6b7aef13a582ac3b687 | [] | no_license | pigflying/spring-boot | https://github.com/pigflying/spring-boot | 32fb8120d016671b56d87418397de3c84a0e091c | 3e18b625ae4b2cdd8098c0b9904f9c2adc3d8d13 | refs/heads/master | 2016-08-09T13:36:36.125000 | 2016-03-06T13:42:41 | 2016-03-06T13:42:41 | 53,232,904 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* This class is generated by jOOQ
*/
package com.db.tables;
import com.db.Keys;
import com.db.Privdoc;
import com.db.tables.records.FollowupeventRecord;
import java.util.Arrays;
import java.util.List;
import javax.annotation.Generated;
import org.jooq.Field;
import org.jooq.Identity;
import org.jooq.Table;
i... | UTF-8 | Java | 2,984 | java | Followupevent.java | Java | [] | null | [] | /**
* This class is generated by jOOQ
*/
package com.db.tables;
import com.db.Keys;
import com.db.Privdoc;
import com.db.tables.records.FollowupeventRecord;
import java.util.Arrays;
import java.util.List;
import javax.annotation.Generated;
import org.jooq.Field;
import org.jooq.Identity;
import org.jooq.Table;
i... | 2,984 | 0.718834 | 0.714477 | 127 | 22.496063 | 29.577837 | 149 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.188976 | false | false | 2 |
b5f309adb2850d296fd1e8a78a851e52af6a218d | 35,734,127,917,290 | 4463b1a830082060959443b8da085910fe3e62fa | /app/src/main/java/com/ym/traegergill/db/bean/UserData.java | a35b7a74ac53e4f2ad7153334029ec10eaa8744a | [] | no_license | cmFodWx5YWRhdjEyMTA5/rectec | https://github.com/cmFodWx5YWRhdjEyMTA5/rectec | 6c6b2fe68f697d47c6b602091bb9f718ba2d952c | ed97d369f3e56907093b3a9feb771021786d5971 | refs/heads/master | 2020-05-02T03:31:11.969000 | 2017-12-13T03:10:00 | 2017-12-13T03:10:00 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ym.traegergill.db.bean;
/**
* Created by Administrator on 2017/10/26.
*/
public class UserData {
private int id;
private String user;
private int gill_range = 10;
private boolean flag = false;
private int probe_a_temp = 200;
private boolean a_temp_open = false;
private int pr... | UTF-8 | Java | 1,773 | java | UserData.java | Java | [
{
"context": "age com.ym.traegergill.db.bean;\n\n/**\n * Created by Administrator on 2017/10/26.\n */\n\npublic class UserData {\n p",
"end": 68,
"score": 0.6337347030639648,
"start": 55,
"tag": "NAME",
"value": "Administrator"
}
] | null | [] | package com.ym.traegergill.db.bean;
/**
* Created by Administrator on 2017/10/26.
*/
public class UserData {
private int id;
private String user;
private int gill_range = 10;
private boolean flag = false;
private int probe_a_temp = 200;
private boolean a_temp_open = false;
private int pr... | 1,773 | 0.575296 | 0.566272 | 89 | 18.921349 | 16.753483 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.314607 | false | false | 2 |
abf85c6a0e4ce4df3c253faf37299d72754810c3 | 35,588,099,042,064 | c6a700608bd105b10a4300b9c72ed5fddd871c01 | /CommonInfra-ejb/src/java/Common/session/CompanyManagementSessionBean.java | b9a8a6d8438921f2903757ce9158dc0f7919ddcd | [] | no_license | sunchongyang1/CommonInfra | https://github.com/sunchongyang1/CommonInfra | 47d66970248111a140eb2a4e86a518f582a6e19c | 8c5385027a1d63d12b270cbcd7ca945e206eae9d | refs/heads/master | 2021-01-15T22:29:26.462000 | 2014-09-17T07:33:26 | 2014-09-17T07:33:26 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package Common.session;
import Common.entity.Company;
import Common.entity.CustomerCompany;
import Common.entity.Department;
import C... | UTF-8 | Java | 12,728 | java | CompanyManagementSessionBean.java | Java | [
{
"context": "on.DepartmentNotExistException;\n\n/**\n *\n * @author chongyangsun\n */\n@Stateless\npublic class CompanyManagementSess",
"end": 796,
"score": 0.9995930194854736,
"start": 784,
"tag": "USERNAME",
"value": "chongyangsun"
}
] | 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 Common.session;
import Common.entity.Company;
import Common.entity.CustomerCompany;
import Common.entity.Department;
import C... | 12,728 | 0.671669 | 0.668919 | 260 | 47.953846 | 39.403313 | 156 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.719231 | false | false | 2 |
e1036286da741283c02411ef105e0fec19f2fd9e | 35,330,401,007,144 | 30d5a4e2fc16ee3ad2b5314783610168002f5e05 | /exemplehibernate/src/main/java/fr/treeptik/Maison.java | 7d8cd136f57e2e24e79483cd7d5a5bac1f14cf86 | [] | no_license | aymen2255/tp-hibernate | https://github.com/aymen2255/tp-hibernate | 4714288a8b6ce4562cebec07d3b95d0d0714d550 | 0a8c8400badb3d8f107c677ad7aba1f2cbf1f19a | refs/heads/master | 2016-09-06T12:11:49.849000 | 2014-11-20T12:46:12 | 2014-11-20T12:46:12 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package fr.treeptik;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
@Entity
public class Maison {
@javax.persistence.Id
@GeneratedValue(strategy = GenerationType.AUTO)
private Integer Id;
private long superficie;
public Maison(){
}
/... | UTF-8 | Java | 614 | java | Maison.java | Java | [] | null | [] | package fr.treeptik;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
@Entity
public class Maison {
@javax.persistence.Id
@GeneratedValue(strategy = GenerationType.AUTO)
private Integer Id;
private long superficie;
public Maison(){
}
/... | 614 | 0.716612 | 0.716612 | 40 | 14.35 | 15.204522 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.125 | false | false | 2 |
97a2e597ec46d7bb035b03f57e5c3cd50a780710 | 36,120,674,976,408 | 4f7901f085ca968a6fd01fc5c7501692adfe17e0 | /src/com/practice/programming/KTHSMALLESTELEMENT.java | cacd6a9c577de4f905ec4a0cd6c1c3128b6116f0 | [] | no_license | asifazamali/programming_practice | https://github.com/asifazamali/programming_practice | ca61626edf479c27edb0b6ba7f93b7a7345ef67e | 8255302eabd57ada5d46339c9cd22f7b00abaa5a | refs/heads/master | 2020-05-30T15:27:52.256000 | 2019-06-02T12:35:45 | 2019-06-02T12:35:45 | 189,819,847 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.practice.programming;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.*;
class Heap{
ArrayList<Integer> arrayList;
int heapSize;
Heap(ArrayList<Integer> arrayList) {
this.arrayList = arrayList;
this.heapSize = arra... | UTF-8 | Java | 2,635 | java | KTHSMALLESTELEMENT.java | Java | [] | null | [] | package com.practice.programming;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.*;
class Heap{
ArrayList<Integer> arrayList;
int heapSize;
Heap(ArrayList<Integer> arrayList) {
this.arrayList = arrayList;
this.heapSize = arra... | 2,635 | 0.552182 | 0.542315 | 98 | 25.887754 | 22.523403 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.642857 | false | false | 2 |
6abe807324b90fde53c2cdbb98bd1c8984a0ab52 | 19,069,654,861,283 | ec755585a66c1781e9260a0b158e0414e763ff93 | /src/main/java/com/fengyaodong/bloan/model/domain/UserMsgDomain.java | 9f6a009a7a7fb75226d1b5d035ec5927d21dec8e | [] | no_license | yangyining/Springboot-vue | https://github.com/yangyining/Springboot-vue | 60c2b688d07d5c03f09ac5e416bacee7f415750b | 70657b1007ca96dc07075d1a8b213f3fbd68c2ec | refs/heads/master | 2020-07-24T12:53:25.953000 | 2019-07-05T07:16:45 | 2019-07-05T07:16:45 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.fengyaodong.bloan.model.domain;
import com.fengyaodong.bloan.common.codehandler.MsgTypeHandler;
import com.fengyaodong.bloan.common.codehandler.ReadHandler;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import lombok.experimental.Accessors;
imp... | UTF-8 | Java | 1,642 | java | UserMsgDomain.java | Java | [
{
"context": " java.util.Date;\n\n/**\n * 用户消息Domain\n *\n * @author: feng_yd[740195680@qq.com]\n * @date: 2019/3/10 16:59\n * @v",
"end": 410,
"score": 0.9991503953933716,
"start": 403,
"tag": "USERNAME",
"value": "feng_yd"
},
{
"context": "l.Date;\n\n/**\n * 用户消息Domain\n *\n * @aut... | null | [] | package com.fengyaodong.bloan.model.domain;
import com.fengyaodong.bloan.common.codehandler.MsgTypeHandler;
import com.fengyaodong.bloan.common.codehandler.ReadHandler;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import lombok.experimental.Accessors;
imp... | 1,624 | 0.707742 | 0.676774 | 68 | 21.794117 | 19.306017 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.338235 | false | false | 2 |
f82ae65082a5fd31da0e336cd039ce769997e8e2 | 15,831,249,516,366 | d30d45556e8523ea94cc0300485a87fa13337523 | /Solution1/app/src/main/java/com/clean/sharednode/solution1/presenters/HomePresenter.java | b4e88495184697ee57c970455e45b08a26c52acb | [
"MIT"
] | permissive | fmendes6/Mono2Clean-V1 | https://github.com/fmendes6/Mono2Clean-V1 | 209440ba84a6cbefbeb66fe1ed9d5f9390cba283 | 79f5d1e0eead3eb0d9820bf098f0efaf85162c1e | refs/heads/master | 2021-01-10T11:42:35.803000 | 2016-03-21T09:41:22 | 2016-03-21T09:41:22 | 54,345,896 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.clean.sharednode.solution1.presenters;
import com.clean.sharednode.solution1.model.Comment;
import com.clean.sharednode.solution1.model.Post;
import com.clean.sharednode.solution1.presenters.rest.ApiProvider;
import com.clean.sharednode.solution1.presenters.rest.PostApi;
import com.clean.sharednode.solutio... | UTF-8 | Java | 1,499 | java | HomePresenter.java | Java | [] | null | [] | package com.clean.sharednode.solution1.presenters;
import com.clean.sharednode.solution1.model.Comment;
import com.clean.sharednode.solution1.model.Post;
import com.clean.sharednode.solution1.presenters.rest.ApiProvider;
import com.clean.sharednode.solution1.presenters.rest.PostApi;
import com.clean.sharednode.solutio... | 1,499 | 0.647098 | 0.643095 | 53 | 27.283018 | 23.343519 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.45283 | false | false | 2 |
d756569a73636f09a1e2c34322a86d61ff700c25 | 34,144,990,042,276 | 01ea7445bac78a067787264340654a036b147b26 | /Cypda/src/main/java/com/xs/fastcy/cypda/fragment/ggxx/GgxxSelectDataConverter.java | 17604d864076c8db2f8e99fa7f2e4c3625c5f425 | [] | no_license | blind20/FastCy | https://github.com/blind20/FastCy | 451c1cc931e50eeaba2b430acee210c2adf3fedf | a017c9bc1b349a76927b9fb1592861196d1fc582 | refs/heads/master | 2020-04-16T07:56:09.313000 | 2019-02-20T03:07:42 | 2019-02-20T03:07:42 | 165,404,610 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.xs.fastcy.cypda.fragment.ggxx;
import com.alibaba.fastjson.JSON;
import com.alibaba.fastjson.JSONArray;
import com.alibaba.fastjson.JSONObject;
import com.flj.latte.ui.recycler.DataConverter;
import com.flj.latte.ui.recycler.MultipleFields;
import com.flj.latte.ui.recycler.MultipleItemEntity;
import com.xs... | UTF-8 | Java | 1,742 | java | GgxxSelectDataConverter.java | Java | [] | null | [] | package com.xs.fastcy.cypda.fragment.ggxx;
import com.alibaba.fastjson.JSON;
import com.alibaba.fastjson.JSONArray;
import com.alibaba.fastjson.JSONObject;
import com.flj.latte.ui.recycler.DataConverter;
import com.flj.latte.ui.recycler.MultipleFields;
import com.flj.latte.ui.recycler.MultipleItemEntity;
import com.xs... | 1,742 | 0.603904 | 0.602755 | 41 | 41.487804 | 24.205545 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.780488 | false | false | 2 |
6ee278fdb23a96c9d12872be6633c02ad29aa4c1 | 34,144,990,040,346 | 53d677a55e4ece8883526738f1c9d00fa6560ff7 | /com/tencent/mm/plugin/recharge/model/a.java | 65c490c39a3059aaaeb322a0bdc4314cdc9e3672 | [] | no_license | 0jinxing/wechat-apk-source | https://github.com/0jinxing/wechat-apk-source | 544c2d79bfc10261eb36389c1edfdf553d8f312a | f75eefd87e9b9ecf2f76fc6d48dbba8e24afcf3d | refs/heads/master | 2020-06-07T20:06:03.580000 | 2019-06-21T09:17:26 | 2019-06-21T09:17:26 | 193,069,132 | 9 | 4 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tencent.mm.plugin.recharge.model;
import com.tencent.matrix.trace.core.AppMethodBeat;
import com.tencent.mm.sdk.platformtools.ab;
import com.tencent.mm.sdk.platformtools.bo;
import org.json.JSONException;
import org.json.JSONObject;
public final class a
{
public static final int[] pFK = { -1, ... | UTF-8 | Java | 2,240 | java | a.java | Java | [] | null | [] | package com.tencent.mm.plugin.recharge.model;
import com.tencent.matrix.trace.core.AppMethodBeat;
import com.tencent.mm.sdk.platformtools.ab;
import com.tencent.mm.sdk.platformtools.bo;
import org.json.JSONException;
import org.json.JSONObject;
public final class a
{
public static final int[] pFK = { -1, ... | 2,240 | 0.643304 | 0.616518 | 78 | 26.743589 | 24.310194 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.75641 | false | false | 2 |
8c2d843dd007f377e908d378988b05ec0690c389 | 17,154,099,411,200 | 0a0fc22d5b6fe0901a048fd136a73d9345da5102 | /smeEnterprise-ear-web/src/main/java/za/co/smeEnterprise/tool/ToolController.java | 7f844d8eb5cc5252f87e0018a09cf96c202a632c | [] | no_license | inboxtrevorjohnson/smeEnterprise-ear | https://github.com/inboxtrevorjohnson/smeEnterprise-ear | ec0f98a7678ce1306d4f3eab9b4b52de89b44431 | 726c1e23c607ca7ea2c6570c246739ff4f2aeaad | refs/heads/master | 2018-09-12T18:23:54.302000 | 2018-08-01T11:25:12 | 2018-08-01T11:25:12 | 84,197,560 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package za.co.smeEnterprise.tool;
import org.primefaces.model.StreamedContent;
import za.co.smeEnterprise.exception.CreationException;
import za.co.smeEnterprise.exception.ModificationException;
import za.co.smeEnterprise.exception.RemovalException;
import za.co.smeEnterprise.exception.RetrievalException;
import za.co... | UTF-8 | Java | 6,530 | java | ToolController.java | Java | [
{
"context": "ctive session bean.\n *\n * @author <a href=\"mailto:trljohnson@mweb.co.za\">ALR</a>\n */\n\n@ManagedBean(eager=true)\n@SessionSc",
"end": 1205,
"score": 0.9999240040779114,
"start": 1184,
"tag": "EMAIL",
"value": "trljohnson@mweb.co.za"
},
{
"context": " * @author <a h... | null | [] | package za.co.smeEnterprise.tool;
import org.primefaces.model.StreamedContent;
import za.co.smeEnterprise.exception.CreationException;
import za.co.smeEnterprise.exception.ModificationException;
import za.co.smeEnterprise.exception.RemovalException;
import za.co.smeEnterprise.exception.RetrievalException;
import za.co... | 6,516 | 0.657427 | 0.657427 | 232 | 27.142241 | 23.785709 | 126 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.392241 | false | false | 2 |
66462351a788405acdce84a8cb414928db57623c | 34,866,544,545,453 | 8d1c7fba7cd15f8a1e33fd27d11eefd1c67d579f | /src/main/java/com/google/devtools/build/lib/bazel/repository/RepositoryResolvedEvent.java | b428ed6993d85b160efac9ac484591bf6842f0f6 | [
"Apache-2.0"
] | permissive | bazelbuild/bazel | https://github.com/bazelbuild/bazel | 5896162455f032efc899b8de60aa39b9d2cad4a6 | 171aae3f9c57b41089e25ec61fc84c35baa3079d | refs/heads/master | 2023-08-22T22:52:48.714000 | 2023-08-22T18:01:53 | 2023-08-22T18:01:53 | 20,773,773 | 20,294 | 4,383 | Apache-2.0 | false | 2023-09-14T18:38:44 | 2014-06-12T16:00:38 | 2023-09-14T16:49:53 | 2023-09-14T18:38:43 | 834,634 | 21,350 | 3,861 | 1,797 | Java | false | false | // Copyright 2018 The Bazel Authors. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by appl... | UTF-8 | Java | 13,021 | java | RepositoryResolvedEvent.java | Java | [
{
"context": "l\" and \"remote\" to\n * \"https://github.com/bazelbuild/bazel.git\"), and\n * <li>a \"repositories\" entr",
"end": 2668,
"score": 0.9992111921310425,
"start": 2658,
"tag": "USERNAME",
"value": "bazelbuild"
},
{
"context": "());\n }\n }\n } e... | null | [] | // Copyright 2018 The Bazel Authors. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by appl... | 13,021 | 0.68113 | 0.680516 | 315 | 40.33651 | 31.382046 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.577778 | false | false | 2 |
48eac3ba5c9e54dbbc7046fdc07eb081ac752b80 | 36,721,970,395,576 | 46853e4da7adf48b7fc877be7e177503361c1cd4 | /src/main/java/nasa/mars/MarsPhotosApplication.java | dbd0fc04bcdb2178cf2aa5399fa1cc0eb34d3728 | [] | no_license | sreenij/MarsPhotos | https://github.com/sreenij/MarsPhotos | 43bd97a47ba6b313b753ff3622fc44d41ccf6b68 | 41af799984828fcd495295b8a052547d465d2556 | refs/heads/master | 2020-03-08T18:03:50.006000 | 2018-04-06T02:09:11 | 2018-04-06T02:09:11 | 128,285,538 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package nasa.mars;
import java.io.BufferedInputStream;
import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.net.URL;
import java.text.ParseException;
import java.util.Date;
import java.util.Locale;
import org.sl... | UTF-8 | Java | 3,194 | java | MarsPhotosApplication.java | Java | [] | null | [] | package nasa.mars;
import java.io.BufferedInputStream;
import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.net.URL;
import java.text.ParseException;
import java.util.Date;
import java.util.Locale;
import org.sl... | 3,194 | 0.626174 | 0.615842 | 98 | 31.591837 | 27.555449 | 131 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.489796 | false | false | 2 |
6ab19b8fcaaf704c6cae111828a2b23f38e2c84a | 36,721,970,396,162 | 4ead80ec478a9ae03c73c7408436bd507be7b6a9 | /business/pay/pay-biz/src/main/java/study/daydayup/wolf/business/pay/biz/service/china/alipay/AlipayService.java | 76b7e7c08323c7e2c40ca12230758b058121d718 | [
"MIT"
] | permissive | timxim/wolf | https://github.com/timxim/wolf | cfea87e0efcd5c6e6ff76c85b3882ffce60dde07 | 207c61cd473d1433bf3e4fc5a591aaf3a5964418 | refs/heads/master | 2022-11-12T15:13:33.096000 | 2020-07-04T14:03:53 | 2020-07-04T14:03:53 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package study.daydayup.wolf.business.pay.biz.service.china.alipay;
/**
* study.daydayup.wolf.business.pay.biz.api.china
*
* @author Wingle
* @since 2020/2/28 10:39 上午
**/
public interface AlipayService {
}
| UTF-8 | Java | 216 | java | AlipayService.java | Java | [
{
"context": "ayup.wolf.business.pay.biz.api.china\n *\n * @author Wingle\n * @since 2020/2/28 10:39 上午\n **/\npublic interfac",
"end": 142,
"score": 0.9903919696807861,
"start": 136,
"tag": "USERNAME",
"value": "Wingle"
}
] | null | [] | package study.daydayup.wolf.business.pay.biz.service.china.alipay;
/**
* study.daydayup.wolf.business.pay.biz.api.china
*
* @author Wingle
* @since 2020/2/28 10:39 上午
**/
public interface AlipayService {
}
| 216 | 0.721698 | 0.669811 | 10 | 20.200001 | 21.917116 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.1 | false | false | 2 |
cd58280e55b3d59ddd196278521f02a9fa2e37a9 | 18,700,287,663,838 | 558516df49b1f598d17994b6d994b15a935d83c8 | /app/src/main/java/com/kaizen/models/Childcat.java | d33d1396418e2c0e79956600a071c998e77e48bf | [] | no_license | Dummyurl/Kaizen | https://github.com/Dummyurl/Kaizen | dfaa28701dfa618d2356f0677f8135b92242f25e | ab747de0514e2651fb80b7076b093fc7c441292e | refs/heads/master | 2020-04-10T08:52:04.314000 | 2018-09-03T05:25:02 | 2018-09-03T05:25:02 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kaizen.models;
public class Childcat {
private String created_date;
private String mainCategoryId;
private String categoryTitle;
private String status;
private String categoryAlias;
private String brand_id;
private String brandName;
private String mainImage;
priv... | UTF-8 | Java | 3,721 | java | Childcat.java | Java | [] | null | [] | package com.kaizen.models;
public class Childcat {
private String created_date;
private String mainCategoryId;
private String categoryTitle;
private String status;
private String categoryAlias;
private String brand_id;
private String brandName;
private String mainImage;
priv... | 3,721 | 0.631013 | 0.631013 | 193 | 18.279793 | 17.537657 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.300518 | false | false | 2 |
c0e91ee56e6f8bc953b899196c422ab520330ad0 | 34,394,098,136,453 | 5657758df5829bfb50b8be87c7214947ec02a795 | /NewsAggregator/src/newsagg/view/Main.java | 8972418e026a053b590204b93d6ee12419ebb11f | [] | no_license | kiru1283/NewsAgg | https://github.com/kiru1283/NewsAgg | 19ac89dcad75cb3cd4233c9dc8254c967c4d68a0 | 0749607ea639f2ac6d2edd2af0ccfc0c8ea9736b | refs/heads/master | 2021-08-24T17:55:48.490000 | 2017-11-21T09:57:44 | 2017-11-21T09:57:44 | 108,413,836 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package newsagg.view;
import java.util.Scanner;
/**
* Main Class acting as View and called other View classes
* @author Kiruthiga
*
*
*/
public class Main {
private Scanner scanner;
private UserLogin userObj;
private FeedView feedObj;
private ArticleView artObj;
private String inputUser;
/**
* con... | UTF-8 | Java | 3,107 | java | Main.java | Java | [
{
"context": "g as View and called other View classes\n * @author Kiruthiga\n * \n * \n */\npublic class Main {\n\tprivate Scanner ",
"end": 135,
"score": 0.9926216006278992,
"start": 126,
"tag": "NAME",
"value": "Kiruthiga"
}
] | null | [] | package newsagg.view;
import java.util.Scanner;
/**
* Main Class acting as View and called other View classes
* @author Kiruthiga
*
*
*/
public class Main {
private Scanner scanner;
private UserLogin userObj;
private FeedView feedObj;
private ArticleView artObj;
private String inputUser;
/**
* con... | 3,107 | 0.609913 | 0.609913 | 139 | 21.352518 | 22.153442 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.913669 | false | false | 2 |
ae9a11696efa783cca2a840e15a736cacf69e34b | 34,291,018,920,200 | dd53cb7dbc7c340987f1982551c4927dfa5f0efe | /main/plugins/org.talend.core.runtime/src/main/java/org/talend/core/model/metadata/MetadataTalendTypeFilter.java | 5dbeb957522b0410d0b51d96952403d0e554abac | [
"Apache-2.0"
] | permissive | Talend/tcommon-studio-se | https://github.com/Talend/tcommon-studio-se | e6fcaeddb561aea62af747c164c0be9d4c490ca3 | 3c68f3f13cdab9457392473d10e27891094bd4b8 | refs/heads/master | 2023-08-18T03:46:54.705000 | 2023-08-11T02:58:04 | 2023-08-11T02:58:04 | 21,085,139 | 86 | 275 | null | false | 2023-09-14T08:15:34 | 2014-06-22T04:07:18 | 2023-09-13T07:51:37 | 2023-09-14T08:15:33 | 864,742 | 80 | 103 | 122 | Java | false | false | // ============================================================================
//
// Copyright (C) 2006-2021 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt
//
// You should have receiv... | UTF-8 | Java | 2,137 | java | MetadataTalendTypeFilter.java | Java | [
{
"context": "e the unsupported type from the Talend schema. DOC rdubois Comment\n * method \"filter\".\n *\n * @pa",
"end": 1053,
"score": 0.7840245962142944,
"start": 1046,
"tag": "USERNAME",
"value": "rdubois"
}
] | null | [] | // ============================================================================
//
// Copyright (C) 2006-2021 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt
//
// You should have receiv... | 2,137 | 0.620028 | 0.612541 | 57 | 36.491226 | 32.303452 | 117 | false | false | 0 | 0 | 0 | 0 | 84 | 0.077679 | 0.368421 | false | false | 2 |
0a6283806bb0c3f129f9bedadc925ea753642072 | 37,314,675,875,127 | 4d32200b1d30cdb996e0d1b941b92a72fd1a06c6 | /oval-xml/src/main/java/org/mitre/oval/xmlschema/oval_definitions_5_windows/CmdletObject.java | 6b7320c848c31839e1540c249f958c017fd54dd2 | [] | no_license | 72nomada/CyberPonk | https://github.com/72nomada/CyberPonk | 3da0c651a2483bc276fbf8317c47c6ec8309b55f | 3c01f61fe19209945fb47b5892e120cb32fb632a | refs/heads/master | 2016-09-09T12:51:59.232000 | 2013-05-25T09:47:17 | 2013-05-25T09:47:17 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 20... | UTF-8 | Java | 8,990 | java | CmdletObject.java | Java | [] | null | [] | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 20... | 8,990 | 0.584983 | 0.580645 | 310 | 27 | 27.308157 | 134 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.251613 | false | false | 2 |
ad0d19269f8190a0616fa8b155032e88dbea35f4 | 23,768,349,076,776 | c45e646360590ba02030c779c04c6703fe54d9b3 | /src/main/java/persistencia/ConexionBD.java | 390160a22e014f62e4820a53a233588a66c8a62c | [] | no_license | CatatumboGirl/AppexRepository | https://github.com/CatatumboGirl/AppexRepository | 3824263d1e9b00ed819cf1dd30d2031eba819ec3 | bcee6106a8b6cd5bd3d3e4abf4e6802c6517203d | refs/heads/master | 2023-08-15T08:04:30.994000 | 2021-09-30T15:18:04 | 2021-09-30T15:18:04 | 411,508,414 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package persistencia;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.ResultSet;
import java.sql.Statement;
/*
Clase para realizar conexión a base de datos dbappex2
*/
public class ConexionBD {
private String conectorInstalado = "jdbc:mysql:";
private String host = "localhost:3306";... | UTF-8 | Java | 3,554 | java | ConexionBD.java | Java | [
{
"context": "//usuario de mysql\n private String password = \"mysql\"; //password de mysql\n private Connection cone",
"end": 495,
"score": 0.9989756345748901,
"start": 490,
"tag": "PASSWORD",
"value": "mysql"
}
] | null | [] | package persistencia;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.ResultSet;
import java.sql.Statement;
/*
Clase para realizar conexión a base de datos dbappex2
*/
public class ConexionBD {
private String conectorInstalado = "jdbc:mysql:";
private String host = "localhost:3306";... | 3,559 | 0.585076 | 0.580837 | 124 | 27.443548 | 26.218161 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.322581 | false | false | 2 |
cea41f82867b97957233980f47dbbc81276b7612 | 12,438,225,357,843 | dbae9f51af763bf6be7c4ffcf04bcba6f9efa908 | /backend/src/main/java/com/intexsoft/web/controllers/ReviewController.java | 95f444a478261bb676f3c38e625487096fcbc257 | [] | no_license | VitaliyPerelayko/newbookstore | https://github.com/VitaliyPerelayko/newbookstore | 5b75df0aabeafbf109794c7f78dad2aa50625732 | 5f96f72cda0a29f20fe3ad36bac1ac271c21d40c | refs/heads/develop | 2022-06-27T19:24:37.788000 | 2019-07-17T13:48:29 | 2019-07-17T13:48:29 | 193,864,932 | 0 | 0 | null | false | 2022-06-21T01:21:13 | 2019-06-26T08:39:45 | 2019-07-17T13:48:45 | 2022-06-21T01:21:13 | 542 | 0 | 0 | 31 | Java | false | false | package com.intexsoft.web.controllers;
import com.intexsoft.dao.model.Review;
import com.intexsoft.service.entityservice.ReviewService;
import com.intexsoft.web.dto.mapping.ReviewDTOMapper;
import com.intexsoft.web.dto.request.ReviewRequestDTO;
import com.intexsoft.web.dto.response.ReviewResponseDTO;
import org.spring... | UTF-8 | Java | 3,709 | java | ReviewController.java | Java | [] | null | [] | package com.intexsoft.web.controllers;
import com.intexsoft.dao.model.Review;
import com.intexsoft.service.entityservice.ReviewService;
import com.intexsoft.web.dto.mapping.ReviewDTOMapper;
import com.intexsoft.web.dto.request.ReviewRequestDTO;
import com.intexsoft.web.dto.response.ReviewResponseDTO;
import org.spring... | 3,709 | 0.720949 | 0.720949 | 87 | 41.632183 | 33.114609 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.425287 | false | false | 2 |
5fcca217c806a6313cc164ac1bb324a27ea4a25d | 38,998,303,049,885 | b8932a0a51d34f32cca3d9e607ee90fd68b6f2a3 | /app/src/main/java/FontRatio/Ratio_Message.java | da437ddd58679442769c260e82aa5d1c5c21a016 | [] | no_license | kenait1224/STUST-Student-Assistant | https://github.com/kenait1224/STUST-Student-Assistant | 4aee1f2329bfa759a142eaa983d06ab1bba96bb9 | f94fdc3dfc2152b4150335908038fde135af23db | refs/heads/main | 2023-04-02T01:06:54.008000 | 2021-03-27T12:30:35 | 2021-03-27T12:30:35 | 345,284,561 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package FontRatio;
public class Ratio_Message extends Ratio {
private float MessageContentHeight_Weight = (float) 0.12;
public Ratio_Message(int width, int height) {
super(width, height);
}
public int getMessageContentHeight() {
return (int) (MessageContentHeight_Weight * this.Displ... | UTF-8 | Java | 339 | java | Ratio_Message.java | Java | [] | null | [] | package FontRatio;
public class Ratio_Message extends Ratio {
private float MessageContentHeight_Weight = (float) 0.12;
public Ratio_Message(int width, int height) {
super(width, height);
}
public int getMessageContentHeight() {
return (int) (MessageContentHeight_Weight * this.Displ... | 339 | 0.684366 | 0.675516 | 14 | 23.214285 | 24.770889 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 2 |
e2ad951e7493b16848f9044ecfd2ede03e3e0a21 | 38,998,303,052,306 | 24d8cf871b092b2d60fc85d5320e1bc761a7cbe2 | /iText/rev2818-3306/base-trunk-2818/com/lowagie/text/pdf/interfaces/PdfRunDirection.java | ab01e64e9a6291146f66943f5fe92ca1903a3ee5 | [] | no_license | joliebig/featurehouse_fstmerge_examples | https://github.com/joliebig/featurehouse_fstmerge_examples | af1b963537839d13e834f829cf51f8ad5e6ffe76 | 1a99c1788f0eb9f1e5d8c2ced3892d00cd9449ad | refs/heads/master | 2016-09-05T10:24:50.974000 | 2013-03-28T16:28:47 | 2013-03-28T16:28:47 | 9,080,611 | 3 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package com.lowagie.text.pdf.interfaces;
public interface PdfRunDirection {
public void setRunDirection(int runDirection);
public int getRunDirection();
}
| UTF-8 | Java | 194 | java | PdfRunDirection.java | Java | [] | null | [] |
package com.lowagie.text.pdf.interfaces;
public interface PdfRunDirection {
public void setRunDirection(int runDirection);
public int getRunDirection();
}
| 194 | 0.659794 | 0.659794 | 10 | 18.200001 | 17.870646 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3 | false | false | 2 |
6e25526e441dbb205a968edceeb29f18763d96b8 | 35,081,292,913,302 | bce31e3c7517825fdfa3151322e5d60d6ee59538 | /navisu-widgets/src/main/java/bzh/terrevirtuelle/navisu/widgets/radialmenu/menu/RadialMenuSeparator.java | 832953263e2b8432da74c1da988fce5a959e0562 | [] | no_license | terre-virtuelle/navisu | https://github.com/terre-virtuelle/navisu | b0355461b9c77035834f79646036a9dc002f203d | 97bc2baaed37f83c9b773f1973a2a65683dc9e79 | refs/heads/master | 2021-08-04T03:41:09.226000 | 2021-06-17T11:27:22 | 2021-06-17T11:27:22 | 14,243,882 | 31 | 16 | null | null | null | null | null | null | null | null | null | null | null | null | null | package bzh.terrevirtuelle.navisu.widgets.radialmenu.menu;
/**
* NaVisu
*
* @author Jordan Mens
*/
public class RadialMenuSeparator extends RadialMenuItem {
public RadialMenuSeparator() {
}
protected void update() {
//TODO Must be review
double delta = 2;
double ... | UTF-8 | Java | 1,668 | java | RadialMenuSeparator.java | Java | [
{
"context": "ets.radialmenu.menu;\n\n\n/**\n * NaVisu\n *\n * @author Jordan Mens\n */\npublic class RadialMenuSeparator extends Radi",
"end": 100,
"score": 0.9998085498809814,
"start": 89,
"tag": "NAME",
"value": "Jordan Mens"
}
] | null | [] | package bzh.terrevirtuelle.navisu.widgets.radialmenu.menu;
/**
* NaVisu
*
* @author <NAME>
*/
public class RadialMenuSeparator extends RadialMenuItem {
public RadialMenuSeparator() {
}
protected void update() {
//TODO Must be review
double delta = 2;
double cente... | 1,663 | 0.66187 | 0.659472 | 47 | 34.489361 | 32.82505 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.489362 | false | false | 2 |
edb54f0ce768ec4e0e03cecec8dedd6f330165bf | 39,376,260,189,419 | e919de92705a30267ac12f4346a974b68d630a68 | /jmetal/jmetal/metaheuristics/splot/ProductSolution.java | a2d591d2b948ebb5111aa2c9f13e081b1d485747 | [] | no_license | peterb0yd/SPLOT | https://github.com/peterb0yd/SPLOT | 41332e6039a5bab1451210d0d23af1eec3cabc5c | 32566f3c983e39f188cd9123ca17e66200ff9fe3 | refs/heads/master | 2021-01-01T06:17:20.447000 | 2014-12-08T04:09:17 | 2014-12-08T04:09:17 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package jmetal.metaheuristics.splot;
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.FileOutputStream;
import java.io.FileReader;
import java.io.IOException;
import java.io.OutputStreamWriter;
import java.util.Arrays;
import java.util.List;
import java.util.ListIterator;
import jmetal.cor... | UTF-8 | Java | 2,794 | java | ProductSolution.java | Java | [] | null | [] | package jmetal.metaheuristics.splot;
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.FileOutputStream;
import java.io.FileReader;
import java.io.IOException;
import java.io.OutputStreamWriter;
import java.util.Arrays;
import java.util.List;
import java.util.ListIterator;
import jmetal.cor... | 2,794 | 0.701145 | 0.697566 | 87 | 31.114943 | 25.89609 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.873563 | false | false | 2 |
14d488d652282bded4e10f501571a1072128ff21 | 37,684,043,078,700 | ea1470cd0aa3c8d0a47268a0714393db81c66ed9 | /GledalisceCheckIn/app/src/main/java/com/example/amadej/gledaliscecheckin/NovaPredstava.java | 812e38121b5a1dceb5bd8903a539a3e77cd7a598 | [] | no_license | skornsek/UVGledalisce | https://github.com/skornsek/UVGledalisce | 6a0a0043d8f760bebf1b8ba040c81a6b00c974ca | 8cf207d0ad1cd915feb9d37406f7cc555582e197 | refs/heads/master | 2022-12-13T05:00:20.886000 | 2020-03-07T18:41:25 | 2020-03-07T18:41:25 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.amadej.gledaliscecheckin;
import android.app.ProgressDialog;
import android.content.Intent;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.vie... | UTF-8 | Java | 5,404 | java | NovaPredstava.java | Java | [
{
"context": "package com.example.amadej.gledaliscecheckin;\n\nimport android.app.ProgressDi",
"end": 26,
"score": 0.9992578029632568,
"start": 20,
"tag": "USERNAME",
"value": "amadej"
}
] | null | [] | package com.example.amadej.gledaliscecheckin;
import android.app.ProgressDialog;
import android.content.Intent;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.vie... | 5,404 | 0.592407 | 0.589074 | 139 | 37.848923 | 34.056641 | 182 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.755396 | false | false | 2 |
04d2fa84cafafc95955e1468faae76df585fc5c8 | 32,057,635,897,421 | b0454d3e034af6d00635dd74fdd181fd44a3ddde | /src/main/java/camt/se234/lab11/exception/NoDataException.java | b43952df2397b8a9d105fdecc2c0ff6ea3b3318e | [] | no_license | bas512/lab234-lab11-backend | https://github.com/bas512/lab234-lab11-backend | d8aa0107ef838d170e640f6d4f18fd15e3e71246 | ea1104f99a8f5ec1dd5d45a520a829799d913bb8 | refs/heads/master | 2020-03-13T12:37:05.215000 | 2018-04-27T07:30:12 | 2018-04-27T07:30:12 | 131,122,980 | 0 | 0 | null | true | 2018-04-26T08:16:57 | 2018-04-26T08:16:56 | 2018-04-26T02:34:55 | 2018-04-18T07:06:57 | 59 | 0 | 0 | 0 | null | false | null | package camt.se234.lab11.exception;
public class NoDataException extends RuntimeException {
}
| UTF-8 | Java | 95 | java | NoDataException.java | Java | [] | null | [] | package camt.se234.lab11.exception;
public class NoDataException extends RuntimeException {
}
| 95 | 0.831579 | 0.778947 | 4 | 22.75 | 23.349251 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 2 |
cf88a112832f3d4315bc0253c5490201d3e8f192 | 25,692,494,414,666 | 81b172d96735cc1238d8747c3cff6d5c5884bcb8 | /src/organizationalunits/CommiteeType.java | 4820be9cbe31384dd77ec37f2f8c4b14954d7386 | [] | no_license | fylmz/BP18 | https://github.com/fylmz/BP18 | 3f3abd640b7e4081a6123a314f6dd53f9405afad | 3368f4db868bdfe3ff417b711ddc6fa4958eedc6 | refs/heads/master | 2018-11-07T00:00:20.759000 | 2018-09-28T18:49:45 | 2018-09-28T18:49:45 | 139,082,291 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package organizationalunits;
import java.util.ArrayList;
import java.util.List;
import javax.persistence.Access;
import javax.persistence.AccessType;
import javax.persistence.Entity;
import javax.persistence.OneToMany;
import javafx.beans.property.BooleanProperty;
import javafx.beans.property.IntegerPrope... | UTF-8 | Java | 2,803 | java | CommiteeType.java | Java | [] | null | [] | package organizationalunits;
import java.util.ArrayList;
import java.util.List;
import javax.persistence.Access;
import javax.persistence.AccessType;
import javax.persistence.Entity;
import javax.persistence.OneToMany;
import javafx.beans.property.BooleanProperty;
import javafx.beans.property.IntegerPrope... | 2,803 | 0.711737 | 0.711737 | 121 | 21.165289 | 20.964491 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.297521 | false | false | 2 |
4b9fd2cfd3c4afe959217e61e23d1c6240266019 | 35,579,509,120,480 | c60137d893a06902bc7743ef013471a59727b4f1 | /src/main/java/com/lingwei/um/web/UserTokenController.java | 1112eebff2f90614c6dc0d2a7796cd73b75a93b7 | [] | no_license | zgw1469039806/BusinessErp | https://github.com/zgw1469039806/BusinessErp | 7884f756277ef68f50355120d152b1a19df932d4 | 35706f5efbcfa42ae41271052da0d5ba5c03b60e | refs/heads/master | 2020-04-13T07:16:34.321000 | 2018-12-25T11:33:07 | 2018-12-25T11:33:07 | 163,046,285 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lingwei.um.web;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.stereotype.Controller;
import com.lingwei.framework.core.BaseController;
/**
* <p>
* 登陆token验证 前端控制器
* </p>
*
* @author 马浩然
* @since 2018-12-14
*/
@Controller
@RequestMapping("/um/userToken")... | UTF-8 | Java | 407 | java | UserTokenController.java | Java | [
{
"context": "*\n * <p>\n * 登陆token验证 前端控制器\n * </p>\n *\n * @author 马浩然\n * @since 2018-12-14\n */\n@Controller\n@RequestMapp",
"end": 250,
"score": 0.9990018606185913,
"start": 247,
"tag": "NAME",
"value": "马浩然"
}
] | null | [] | package com.lingwei.um.web;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.stereotype.Controller;
import com.lingwei.framework.core.BaseController;
/**
* <p>
* 登陆token验证 前端控制器
* </p>
*
* @author 马浩然
* @since 2018-12-14
*/
@Controller
@RequestMapping("/um/userToken")... | 407 | 0.751958 | 0.731071 | 21 | 17.190475 | 20.226383 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.190476 | false | false | 2 |
722e165d2141ac4663d594558db8608e036b0e4e | 39,298,950,797,272 | 0085acce00bbd20658f312f30575632b6272090d | /src/algorithm/Search2DMatrix.java | aa0f6979b67830d55494b96836071b99ea5fd41c | [] | no_license | garderobin/Leetcode | https://github.com/garderobin/Leetcode | 52fce8279e4963bc7824a19aae903ca6aad83867 | ea10ce7fe465431399e444c6ecb0b7560b17e1e4 | refs/heads/master | 2021-01-17T14:43:49.423000 | 2018-11-12T00:55:47 | 2018-11-12T00:55:47 | 51,183,667 | 0 | 1 | null | false | 2018-11-12T00:55:48 | 2016-02-06T01:00:36 | 2018-09-21T04:50:26 | 2018-11-12T00:55:48 | 904 | 0 | 1 | 0 | Java | false | null | package algorithm;
public class Search2DMatrix {
/**
* Don't treat it as a 2D-Matrix. Treat it as a sorted list.
* 一个典型例子:利用除余的办法来降维。这里降二维为一维。
* @param matrix
* @param target
* @return
*/
public boolean searchMatrixDiscussion(int[][] matrix, int target) {
if (matrix == null || matrix.length == ... | UTF-8 | Java | 2,723 | java | Search2DMatrix.java | Java | [] | null | [] | package algorithm;
public class Search2DMatrix {
/**
* Don't treat it as a 2D-Matrix. Treat it as a sorted list.
* 一个典型例子:利用除余的办法来降维。这里降二维为一维。
* @param matrix
* @param target
* @return
*/
public boolean searchMatrixDiscussion(int[][] matrix, int target) {
if (matrix == null || matrix.length == ... | 2,723 | 0.537655 | 0.518921 | 96 | 26.802084 | 23.003904 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.270833 | false | false | 2 |
6503fe21e31b9d979e29a9f2809cb025f2bb7ece | 37,366,215,507,805 | b4eef59111930d41d9d9de75274cac5c6cbf7f11 | /src/Estado.java | 11113433f72a9aeaf36630ee26258670bd6ba66a | [] | no_license | irahel/TCP-Protocol | https://github.com/irahel/TCP-Protocol | fe63b8edf250dc810c59540d19e5f24efa0ac219 | 7ed13d6dad820dee0e08339269810b8987e4e10e | refs/heads/master | 2021-08-29T10:29:22.438000 | 2017-12-13T17:55:05 | 2017-12-13T17:55:05 | 114,152,033 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Timer;
import java.util.TimerTask;
@SuppressWarnings("SameParameterValue")
public class Estado {
/*** Atributos ***/
/***
* estado - Controla se o pacote foi enviado e confirmado com ack.
* timer - Timer para estouro.
* estouro - Controla se o pa... | UTF-8 | Java | 1,652 | java | Estado.java | Java | [] | null | [] | import java.util.Timer;
import java.util.TimerTask;
@SuppressWarnings("SameParameterValue")
public class Estado {
/*** Atributos ***/
/***
* estado - Controla se o pacote foi enviado e confirmado com ack.
* timer - Timer para estouro.
* estouro - Controla se o pa... | 1,652 | 0.551181 | 0.546336 | 69 | 22.927536 | 20.034983 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.304348 | false | false | 2 |
1cf6c223fac9f9b1b7b91d840965e60fd82027cc | 38,568,806,339,842 | 7876ab6828d9fae0ac1b7ee57f707e278a7aa021 | /app/src/main/java/mr_auspicious/shivam_kr_shiv/com/menus3/MainActivity.java | 27cae6568f0943d7e2d8b10d385dc274f9ea6dbc | [] | no_license | Shivamkshiv/Acadgild_Assignment_5.3 | https://github.com/Shivamkshiv/Acadgild_Assignment_5.3 | 6c6ab25f341fe54e3ddae2e20dab714441dd4ade | 4cc03d112a89fc2fd6d755ffb44b8c10c44a05c4 | refs/heads/master | 2021-01-21T10:08:54.556000 | 2017-02-28T03:38:30 | 2017-02-28T03:38:30 | 83,385,910 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package mr_auspicious.shivam_kr_shiv.com.menus3;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.ContextMenu;
import android.view.MenuItem;
import android.view.View;
import android.widget.ListView;
import android.widget.Toast;
import java.util.ArrayList;
public class Ma... | UTF-8 | Java | 2,315 | java | MainActivity.java | Java | [
{
"context": " ArrayList<>();\n information.add(new Info(\"Ish\",\"11111111\"));\n information.add(new Info(\"",
"end": 667,
"score": 0.7677921056747437,
"start": 664,
"tag": "NAME",
"value": "Ish"
},
{
"context": "\",\"11111111\"));\n information.add(new Info(\"... | null | [] | package mr_auspicious.shivam_kr_shiv.com.menus3;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.ContextMenu;
import android.view.MenuItem;
import android.view.View;
import android.widget.ListView;
import android.widget.Toast;
import java.util.ArrayList;
public class Ma... | 2,315 | 0.668683 | 0.640173 | 62 | 36.338711 | 33.238117 | 138 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.903226 | false | false | 2 |
459e350dd40b5a09ad8489b0334455fabedfc66c | 38,886,633,934,558 | 49f69430705c5beb638f332c4ba97214eb91e8b0 | /src/com/skilldistillery/jets/entity/Airfield.java | 3cbcd0b27cd4908a9e78172b6cf85c432b7f3273 | [] | no_license | KNett07/Jets | https://github.com/KNett07/Jets | 1e7399718f3bfcdbad7f4a87a01d8994827917ca | 024c0bd7abc23ee7b642a0174dac4ca4e668fb20 | refs/heads/main | 2023-05-08T17:34:42.539000 | 2021-06-01T01:54:10 | 2021-06-01T01:54:10 | 371,820,732 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.skilldistillery.jets.entity;
import java.util.ArrayList;
import java.util.List;
import java.util.Scanner;
public class Airfield {
List<Jet> jets1;
public Airfield() {
jets1 = new ArrayList<>();
}
public void addJet(Jet j) {
jets1.add(j);
}
public void removeJet(Jet j) {
jets1.remove(j);
... | UTF-8 | Java | 2,308 | java | Airfield.java | Java | [] | null | [] | package com.skilldistillery.jets.entity;
import java.util.ArrayList;
import java.util.List;
import java.util.Scanner;
public class Airfield {
List<Jet> jets1;
public Airfield() {
jets1 = new ArrayList<>();
}
public void addJet(Jet j) {
jets1.add(j);
}
public void removeJet(Jet j) {
jets1.remove(j);
... | 2,308 | 0.62435 | 0.610919 | 115 | 19.069565 | 18.417252 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.913043 | false | false | 2 |
1a023d4b060f119e580a059409cec00efe240def | 38,886,633,933,717 | 72ac5480d6380128dfe320d32f7d66a9593f871e | /src/controller/MainPage.java | fbecd7e8a6532555837791bfcd417a15a646c4f2 | [] | no_license | Edviuxas/Buhalterija_desktop | https://github.com/Edviuxas/Buhalterija_desktop | 557e006a674184c588bf872e696bb996addbc4f6 | 90828293c10978594af2ff2ae3148b52bd952c2f | refs/heads/master | 2023-08-23T14:49:53.912000 | 2021-11-06T17:37:46 | 2021-11-06T17:37:46 | 425,307,556 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package controller;
import ds.CompanyUser;
import ds.FinanceManagementIS;
import ds.IndividualPersonUser;
import ds.User;
import javafx.event.ActionEvent;
import javafx.fxml.FXML;
import javafx.fxml.FXMLLoader;
import javafx.fxml.Initializable;
import javafx.scene.Parent;
import javafx.scene.Scene;
import javafx.scene... | UTF-8 | Java | 5,734 | java | MainPage.java | Java | [
{
"context": ";\n if (!(currentUser.getUserName().equals(\"admin\") && currentUser.getPassword().equals(\"admin\"))) ",
"end": 909,
"score": 0.9640691876411438,
"start": 904,
"tag": "USERNAME",
"value": "admin"
},
{
"context": "als(\"admin\") && currentUser.getPassword().equal... | null | [] | package controller;
import ds.CompanyUser;
import ds.FinanceManagementIS;
import ds.IndividualPersonUser;
import ds.User;
import javafx.event.ActionEvent;
import javafx.fxml.FXML;
import javafx.fxml.FXMLLoader;
import javafx.fxml.Initializable;
import javafx.scene.Parent;
import javafx.scene.Scene;
import javafx.scene... | 5,717 | 0.669166 | 0.669166 | 139 | 40.251797 | 30.269554 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.647482 | false | false | 2 |
063cf2fdd09df4c4f287979f91ceb80d2c345028 | 38,448,547,255,025 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/12/12_5bb44f52c1f154e9dcc93baf5cbe986dc1835ade/CompareUtil/12_5bb44f52c1f154e9dcc93baf5cbe986dc1835ade_CompareUtil_s.java | a4d961be7cadb5c8f265fbbd5d6fc32b96d39de1 | [] | 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 | /*******************************************************************************
* Copyright (c) 2009 Atlassian and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is av... | UTF-8 | Java | 4,951 | java | 12_5bb44f52c1f154e9dcc93baf5cbe986dc1835ade_CompareUtil_s.java | Java | [
{
"context": "views.core.model.IFileRevision;\n \n /**\n * @author Steffen Pingel\n */\n public class CompareUtil {\n \n \tpublic stati",
"end": 1520,
"score": 0.9998215436935425,
"start": 1506,
"tag": "NAME",
"value": "Steffen Pingel"
}
] | null | [] | /*******************************************************************************
* Copyright (c) 2009 Atlassian and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is av... | 4,943 | 0.738033 | 0.735811 | 118 | 40.949154 | 31.627024 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.211864 | false | false | 2 |
1e4452b3ccb9823f00006927b022342b5c420976 | 38,336,878,113,159 | a0bec87e88991c9aa81cb87b8bcfa05f4a9da3a0 | /grimsby/src/main/java/grimsby/networking/server/ServerThread.java | 127e19272f9aec3445bb6916567576c92a7af640 | [] | no_license | Pwittiboy/grimsby | https://github.com/Pwittiboy/grimsby | 80b6c36fb08214a6b2c722a814d2fe455b5ff58c | d12ec16006844134b698c15346bcddeee05b0950 | refs/heads/master | 2020-03-15T20:00:14.003000 | 2018-05-19T08:49:20 | 2018-05-19T08:49:20 | 132,322,577 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package grimsby.networking.server;
import java.io.IOException;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import java.net.Socket;
import java.net.SocketException;
import java.sql.SQLException;
import java.sql.Timestamp;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Ha... | UTF-8 | Java | 51,048 | java | ServerThread.java | Java | [
{
"context": "ver. */\n\tprivate static final String EMAIL = \"your1chatroom@gmail.com\";\n\n\t/** The Constant password o",
"end": 1776,
"score": 0.8245377540588379,
"start": 1775,
"tag": "EMAIL",
"value": "1"
},
{
"context": "er. */\n\tprivate static final String EMAIL = \"your1cha... | null | [] | package grimsby.networking.server;
import java.io.IOException;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import java.net.Socket;
import java.net.SocketException;
import java.sql.SQLException;
import java.sql.Timestamp;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Ha... | 51,016 | 0.703632 | 0.701928 | 1,459 | 33.989033 | 28.047642 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.178204 | false | false | 2 |
1b12777ff404b20adc68ec162069e47514f996fd | 37,228,776,555,887 | 40cd4da5514eb920e6a6889e82590e48720c3d38 | /desktop/applis/apps/sys_apps/sys_apps_core/compos_core/src/main/java/code/vi/prot/impl/gui/events/WrMouseListenerPresRel.java | 197a7d301fa195692b79b54e1816ff074052a93a | [] | no_license | Cardman/projects | https://github.com/Cardman/projects | 02704237e81868f8cb614abb37468cebb4ef4b31 | 23a9477dd736795c3af10bccccb3cdfa10c8123c | refs/heads/master | 2023-08-17T11:27:41.999000 | 2023-08-15T07:09:28 | 2023-08-15T07:09:28 | 34,724,613 | 4 | 0 | null | false | 2020-10-13T08:08:38 | 2015-04-28T10:39:03 | 2020-10-12T21:02:20 | 2020-10-13T08:08:37 | 44,842 | 1 | 0 | 0 | Java | false | false | package code.vi.prot.impl.gui.events;
import code.gui.events.AbsMouseListenerPresRel;
import code.vi.prot.impl.gui.DefCtrlKeyState;
import code.vi.prot.impl.gui.DefMouseButtons;
import code.vi.prot.impl.gui.DefMouseLocation;
import java.awt.event.MouseAdapter;
import java.awt.event.MouseEvent;
public final class WrM... | UTF-8 | Java | 907 | java | WrMouseListenerPresRel.java | Java | [] | null | [] | package code.vi.prot.impl.gui.events;
import code.gui.events.AbsMouseListenerPresRel;
import code.vi.prot.impl.gui.DefCtrlKeyState;
import code.vi.prot.impl.gui.DefMouseButtons;
import code.vi.prot.impl.gui.DefMouseLocation;
import java.awt.event.MouseAdapter;
import java.awt.event.MouseEvent;
public final class WrM... | 907 | 0.76516 | 0.76516 | 28 | 31.392857 | 31.505486 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.535714 | false | false | 2 |
47eedae772f9225edc5a6e7a1326ea4013eb979a | 28,449,863,429,223 | e179a1380fbd1933fea5513580d4ead84bf37f95 | /src/main/java/com/employee/service/EmployeeService.java | 936ca569c4222dffe3c4b7830fd9ba1cb58276df | [] | no_license | edwardKa/java-21-validator-exception-handler | https://github.com/edwardKa/java-21-validator-exception-handler | 29757081ac50c879d0757043d78150970ccfee97 | 547faeafe0fc5b34b21a0ee162f0e88f3f0fa0a6 | refs/heads/master | 2021-05-05T03:29:22.575000 | 2018-02-01T07:42:17 | 2018-02-01T07:42:17 | 119,799,434 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.employee.service;
import com.employee.model.Employee;
import java.util.List;
public interface EmployeeService {
List<Employee> getAll();
Employee getOne(Integer employeeId);
Employee save();
}
| UTF-8 | Java | 221 | java | EmployeeService.java | Java | [] | null | [] | package com.employee.service;
import com.employee.model.Employee;
import java.util.List;
public interface EmployeeService {
List<Employee> getAll();
Employee getOne(Integer employeeId);
Employee save();
}
| 221 | 0.742081 | 0.742081 | 12 | 17.416666 | 15.413513 | 40 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 2 |
20ed958153b90523d5e4a57e1d00e0d3900086b0 | 39,359,080,310,787 | 5bed7088e04c938d6a9f2e79a6ecec70284c124a | /src/main/java/com/lohika/kdibrov/core/web/pages/IndexLogin.java | 7c9c5a0a4f1d82f1ff57fd8fd8049f2443e14988 | [] | no_license | kdibrov/testing | https://github.com/kdibrov/testing | 5a6cfafbf71eb3ce3267e812f1d4d744ebf841b4 | 01756ede692b6986ecef6454f249a6b77cf347fb | refs/heads/master | 2016-08-06T15:05:10.293000 | 2015-04-21T22:29:28 | 2015-04-21T22:29:28 | 34,340,797 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lohika.kdibrov.core.web.pages;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import com.lohika.kdibrov.core.web.WebPage;
import com.lohika.kdibrov.core.web.elements.Button;
import com.lohika.kdibrov.core.web.elements.Link;
import com.lohika.kdibrov.core.web.elements.TextInput;
publ... | UTF-8 | Java | 1,680 | java | IndexLogin.java | Java | [] | null | [] | package com.lohika.kdibrov.core.web.pages;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import com.lohika.kdibrov.core.web.WebPage;
import com.lohika.kdibrov.core.web.elements.Button;
import com.lohika.kdibrov.core.web.elements.Link;
import com.lohika.kdibrov.core.web.elements.TextInput;
publ... | 1,680 | 0.723214 | 0.723214 | 61 | 26.52459 | 24.777439 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.655738 | false | false | 2 |
a12f7cd7dbd52bab15d0fb007b2f6a75234201d7 | 38,749,194,970,496 | d9c9055887ad4f3508fbcfedfec577f721fdab0e | /opentsp-user-service/src/main/java/com/navinfo/opentsp/user/service/sms/SmsSenderImpl.java | 98ff8e0e8b80d0b4ee9f5d9d40e41c5d9ef457ce | [] | no_license | wujiangbo45/user_center | https://github.com/wujiangbo45/user_center | 35d5fdc39bbd4bffbb2cc4edfed2706cd4f7f4d9 | 1ef795771bbacc893759f5c40d9149e64da59e64 | refs/heads/master | 2021-08-15T20:05:56.861000 | 2017-11-18T07:01:10 | 2017-11-18T07:01:10 | 111,183,343 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.navinfo.opentsp.user.service.sms;
import com.navinfo.opentsp.user.common.util.json.JsonUtil;
import com.navinfo.opentsp.user.dal.dao.SendSmsLogDao;
import com.navinfo.opentsp.user.dal.entity.SendSmsLogEntity;
import com.navinfo.opentsp.user.service.security.EncryptUtil;
import org.slf4j.Logger;
import org.... | UTF-8 | Java | 5,693 | java | SmsSenderImpl.java | Java | [
{
"context": "et.URLEncoder;\nimport java.util.*;\n\n/**\n * @author wupeng\n * @version 1.0\n * @date 2015-10-10\n * @modify\n *",
"end": 778,
"score": 0.9990721344947815,
"start": 772,
"tag": "USERNAME",
"value": "wupeng"
},
{
"context": "n 1.0\n * @date 2015-10-10\n * @modify\n * ... | null | [] | package com.navinfo.opentsp.user.service.sms;
import com.navinfo.opentsp.user.common.util.json.JsonUtil;
import com.navinfo.opentsp.user.dal.dao.SendSmsLogDao;
import com.navinfo.opentsp.user.dal.entity.SendSmsLogEntity;
import com.navinfo.opentsp.user.service.security.EncryptUtil;
import org.slf4j.Logger;
import org.... | 5,691 | 0.618787 | 0.605696 | 173 | 31.6763 | 25.944569 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.606936 | false | false | 2 |
116ccd81662cc8a7812193efc9edf3bc0909ce33 | 1,932,735,353,859 | 2fca12b8b04eb848b23caf2d909137a67ebecaf1 | /project/AndroidLearn/app/src/main/java/com/example/yjq/androidlearn/servicce/MyRemoveService.java | a14cd92fe2e240ba917ecca08ce7c814755ad4bb | [] | no_license | yangjg/mycode | https://github.com/yangjg/mycode | 75b676d580444b42671ad3e41069a1de1c51e1fe | c432622f71a93483adeb880aa3a3651438c54f3e | refs/heads/master | 2020-05-28T05:00:58.327000 | 2018-06-06T06:30:30 | 2018-06-06T06:30:30 | 41,576,269 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.yjq.androidlearn.servicce;
import android.app.Service;
import android.content.Intent;
import android.os.Binder;
import android.os.Bundle;
import android.os.Handler;
import android.os.IBinder;
import android.os.Message;
import android.os.Messenger;
import android.os.RemoteException;
import android.s... | UTF-8 | Java | 3,296 | java | MyRemoveService.java | Java | [
{
"context": "l.Log;\n\nimport java.util.Random;\n/**\n * Created by yjq on 2016/4/20.\n */\npublic class MyRemoveService ex",
"end": 420,
"score": 0.9995818734169006,
"start": 417,
"tag": "USERNAME",
"value": "yjq"
}
] | null | [] | package com.example.yjq.androidlearn.servicce;
import android.app.Service;
import android.content.Intent;
import android.os.Binder;
import android.os.Bundle;
import android.os.Handler;
import android.os.IBinder;
import android.os.Message;
import android.os.Messenger;
import android.os.RemoteException;
import android.s... | 3,296 | 0.561286 | 0.556129 | 116 | 27.413794 | 20.709013 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.655172 | false | false | 2 |
3746dc414a4f63f78785749f5eccb3f25694bfea | 39,350,490,393,815 | 773879c32acc043e882f156b5ced3a9020d5fabf | /app/src/main/java/com/ids/madesubmission3/ui/main/MainNavigator.java | d8e39155730d98689684895e5500c3e97a657993 | [] | no_license | muhajirshiddiqaf/madesubmission3 | https://github.com/muhajirshiddiqaf/madesubmission3 | 9f54824d42ddba52cd5c6b32ff805db73adef66a | e8db682d27a2af832f64172533335cb61f6c04ed | refs/heads/master | 2020-11-28T22:26:14.697000 | 2019-12-24T12:18:26 | 2019-12-24T12:18:26 | 229,936,417 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ids.madesubmission3.ui.main;
import com.ids.madesubmission3.base.BaseNavigator;
public interface MainNavigator extends BaseNavigator {
}
| UTF-8 | Java | 152 | java | MainNavigator.java | Java | [] | null | [] | package com.ids.madesubmission3.ui.main;
import com.ids.madesubmission3.base.BaseNavigator;
public interface MainNavigator extends BaseNavigator {
}
| 152 | 0.828947 | 0.815789 | 7 | 20.714285 | 23.944664 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 2 |
04780e3ec373afe35fd4050b81eb77a4c2b7029f | 36,361,193,170,607 | cfa68c493f7be3b5391482729f25fe1176de0974 | /flink-be-god/flink-operator/src/main/java/window/watermark/CustomPunctuatedWatermarkAssignerDemo.java | b683c08c97e70f3ff199d4576d745ab822d4010d | [] | no_license | Ljc-xiaohu/flink-demo | https://github.com/Ljc-xiaohu/flink-demo | 4636d5bd221f94b05a8f2ab360a733ac57fd0b9b | 1784440dd80d89b8016ca53f87be809983f5de04 | refs/heads/main | 2023-01-05T00:51:10.486000 | 2020-11-05T14:21:29 | 2020-11-05T14:21:29 | 305,075,466 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package window.watermark;
import org.apache.flink.api.common.eventtime.WatermarkStrategy;
import org.apache.flink.api.java.tuple.Tuple3;
import org.apache.flink.streaming.api.TimeCharacteristic;
import org.apache.flink.streaming.api.datastream.DataStream;
import org.apache.flink.streaming.api.environment.StreamExecuti... | UTF-8 | Java | 3,058 | java | CustomPunctuatedWatermarkAssignerDemo.java | Java | [] | null | [] | package window.watermark;
import org.apache.flink.api.common.eventtime.WatermarkStrategy;
import org.apache.flink.api.java.tuple.Tuple3;
import org.apache.flink.streaming.api.TimeCharacteristic;
import org.apache.flink.streaming.api.datastream.DataStream;
import org.apache.flink.streaming.api.environment.StreamExecuti... | 3,058 | 0.646053 | 0.640461 | 57 | 52.333332 | 39.438309 | 139 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.719298 | false | false | 2 |
85a75e88efd03e02c6f6fb96aef3d18f637f1d01 | 35,802,847,426,216 | 97965409f182f319da44ee599800dcb0a8778266 | /Lista2/src/Questao_10/AppQuadrado.java | 798dafde6bf7acc8ce6620caca6f513064ceb080 | [] | no_license | FabricioLinhares/exercicios-java-poo | https://github.com/FabricioLinhares/exercicios-java-poo | 4a67b716ec0af8957dca2d48fd68e079a6a6954f | 29937bd309833928940ce86e5407a0c9e715b1ce | refs/heads/main | 2023-01-21T04:16:34.555000 | 2020-12-04T17:17:01 | 2020-12-04T17:17:01 | 314,323,526 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Questao_10;
public class AppQuadrado {
public static void main(String[] args) {
Quadrado[] quadrado = new Quadrado[3];
quadrado[0] = new Quadrado();
quadrado[1] = new Quadrado();
quadrado[2] = new Quadrado();
quadrado[0].setLado(3.5);
quadrado[1].setLado(4.... | UTF-8 | Java | 955 | java | AppQuadrado.java | Java | [] | null | [] | package Questao_10;
public class AppQuadrado {
public static void main(String[] args) {
Quadrado[] quadrado = new Quadrado[3];
quadrado[0] = new Quadrado();
quadrado[1] = new Quadrado();
quadrado[2] = new Quadrado();
quadrado[0].setLado(3.5);
quadrado[1].setLado(4.... | 955 | 0.582371 | 0.562434 | 28 | 33.035713 | 28.363058 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.607143 | false | false | 2 |
eef8f659985f657dfb4484cc467bfb6cac7cf47d | 38,938,173,526,934 | c4f24e5b099e729d85c7189638d0c8c80184f55b | /WebTourfirm/src/main/java/com/softserve/dao/impl/BaseDaoImpl.java | 8e220f6d7fd8bde04e300c712efe44af7b128ce4 | [] | no_license | luckyvch/tourfirm | https://github.com/luckyvch/tourfirm | d8603163e1d5be59768ba909cdc2a7ebffb1ee2c | f82ed07f2dd98226a368b0472d9fc20420dd1197 | refs/heads/master | 2020-06-02T20:05:15.199000 | 2015-09-03T17:16:29 | 2015-09-03T17:16:29 | 40,672,522 | 0 | 0 | null | false | 2015-08-17T11:19:13 | 2015-08-13T17:31:16 | 2015-08-14T15:21:15 | 2015-08-17T11:19:13 | 0 | 0 | 0 | 0 | Java | null | null | package com.softserve.dao.impl;
import java.util.List;
import javax.persistence.EntityManager;
import javax.persistence.PersistenceContext;
import org.springframework.stereotype.Repository;
import org.springframework.transaction.annotation.Transactional;
import com.softserve.dao.BaseDao;
@Repository
public class B... | UTF-8 | Java | 1,075 | java | BaseDaoImpl.java | Java | [] | null | [] | package com.softserve.dao.impl;
import java.util.List;
import javax.persistence.EntityManager;
import javax.persistence.PersistenceContext;
import org.springframework.stereotype.Repository;
import org.springframework.transaction.annotation.Transactional;
import com.softserve.dao.BaseDao;
@Repository
public class B... | 1,075 | 0.72093 | 0.72093 | 59 | 17.220339 | 18.405109 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.016949 | false | false | 2 |
fff4ee3376b924f46932d8b485fcb880506ba38f | 38,869,454,053,032 | 16ecaf5a34d5f5e632ac9cdea4ac8c2be1ec24dc | /MovyparkCordoba_v5.13_apkpure.com_source_from_JADX/sources/com/google/android/gms/internal/zzyl.java | f69243238719e28d8fecb0c8fd779aa3041b7fa5 | [] | no_license | turbo-funicular/com.movypark.cordoba | https://github.com/turbo-funicular/com.movypark.cordoba | 3eca439eb0a14339c7f74e7ce8b3b3b50e08f7b5 | 320eee3a676969880c1a280419f2a26f87d23ce4 | refs/heads/master | 2020-08-09T23:57:23.309000 | 2019-10-10T20:06:48 | 2019-10-10T20:06:48 | 214,202,875 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.google.android.gms.internal;
public final class zzyl {
/* access modifiers changed from: private */
public boolean zzclr;
/* access modifiers changed from: private */
public boolean zzcls;
/* access modifiers changed from: private */
public boolean zzclt;
/* access modifiers cha... | UTF-8 | Java | 903 | java | zzyl.java | Java | [] | null | [] | package com.google.android.gms.internal;
public final class zzyl {
/* access modifiers changed from: private */
public boolean zzclr;
/* access modifiers changed from: private */
public boolean zzcls;
/* access modifiers changed from: private */
public boolean zzclt;
/* access modifiers cha... | 903 | 0.600221 | 0.600221 | 39 | 22.153847 | 15.906035 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.410256 | false | false | 2 |
92471b194d2b8cbbed25e00013cb290cedbfd1ef | 38,869,454,051,032 | aa6ecf8c87c5bdca623cf62ea85ef030de2d6a42 | /Prototype Design Pattern/SapientConsultant/src/main/java/Company/SapientConsultant/CompanyFactory.java | 134a36cc6a2cfa7a36411ee0ec0259020aa9c16f | [] | no_license | aporwal2801/DesignPattern_PPt | https://github.com/aporwal2801/DesignPattern_PPt | f443670f9343c377fa35ffc0b591311d58829b39 | 01c65ec9670834967fc8b5acb282b973563161bb | refs/heads/master | 2021-01-12T07:26:31.673000 | 2016-12-21T12:24:44 | 2016-12-21T12:24:44 | 76,960,680 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Company.SapientConsultant;
public class CompanyFactory extends Prototype {
private static java.util.Map<String , Prototype> employeePrototype = new java.util.HashMap<String , Prototype>();
static {
employeePrototype.put("Employee", new Employee());
employeePrototype.put("Department", new D... | UTF-8 | Java | 1,156 | java | CompanyFactory.java | Java | [] | null | [] | package Company.SapientConsultant;
public class CompanyFactory extends Prototype {
private static java.util.Map<String , Prototype> employeePrototype = new java.util.HashMap<String , Prototype>();
static {
employeePrototype.put("Employee", new Employee());
employeePrototype.put("Department", new D... | 1,156 | 0.685121 | 0.681661 | 45 | 23.688889 | 26.114128 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.511111 | false | false | 2 |
a469a6e04726852d94dda9b7309d8bacd4dfc92b | 15,590,731,323,101 | 197dbb2d251500ecd8ba57715ce70f9489b6ec62 | /src/voogasalad_GucciGames/gameEngine/groovyEngine/GroovyCustomEvent.java | b73d0ad4a8f5c233f0362196b02c78372502ddbe | [
"MIT"
] | permissive | TedYav/GucciGames | https://github.com/TedYav/GucciGames | a93dfd66a748541f16d63d299d906127d824bb15 | e3595750ef6a7ac5e2d3a3cf66adc4275348185b | refs/heads/master | 2020-07-21T02:03:31.302000 | 2017-01-04T18:13:33 | 2017-01-04T18:13:33 | 73,740,195 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package voogasalad_GucciGames.gameEngine.groovyEngine;
import java.io.BufferedReader;
import java.io.FileNotFoundException;
import java.io.FileReader;
public class GroovyCustomEvent extends AGroovyCustomObject {
private static String BUNDLE_STRING = "resources.groovy.groovyStringsEvents";
private static String IMP... | UTF-8 | Java | 1,372 | java | GroovyCustomEvent.java | Java | [] | null | [] | package voogasalad_GucciGames.gameEngine.groovyEngine;
import java.io.BufferedReader;
import java.io.FileNotFoundException;
import java.io.FileReader;
public class GroovyCustomEvent extends AGroovyCustomObject {
private static String BUNDLE_STRING = "resources.groovy.groovyStringsEvents";
private static String IMP... | 1,372 | 0.725947 | 0.725947 | 49 | 27 | 24.591354 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.959184 | false | false | 13 |
53206547968da6784449421db3ca4618a54b6d35 | 23,330,262,358,013 | de348906cc560bef96ff97f1e7268a7b18b37fb7 | /src/main/java/gkfire/hibernate/CustomHibernateException.java | 3e0fa6f2d2609b6edbfdc4144d69b6696b4d6454 | [] | no_license | DarkusNightstalker/projects_core | https://github.com/DarkusNightstalker/projects_core | 2d4b56157de6232bd659553df0b8b1a8d278f5e9 | 4e25b4a7eae1f79af6520335b7693a5705d27683 | refs/heads/master | 2020-07-14T01:35:05.486000 | 2017-08-28T15:31:32 | 2017-08-28T15:31:32 | 94,295,372 | 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 gkfire.hibernate;
import org.hibernate.HibernateException;
/**
*
* @author Darkus Nightmare
*/
public class C... | UTF-8 | Java | 468 | java | CustomHibernateException.java | Java | [
{
"context": "bernate.HibernateException;\r\n\r\n/**\r\n *\r\n * @author Darkus Nightmare\r\n */\r\npublic class CustomHibernateException exten",
"end": 299,
"score": 0.9998828768730164,
"start": 283,
"tag": "NAME",
"value": "Darkus Nightmare"
}
] | 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 gkfire.hibernate;
import org.hibernate.HibernateException;
/**
*
* @author <NAME>
*/
public class CustomHiber... | 458 | 0.707265 | 0.707265 | 18 | 24 | 25.174944 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 13 |
75995c7b115bd189f1eb979d33842e3a00f19235 | 23,691,039,610,444 | eac6a685dfa8bcc5cdb758df1618e4731f6492d4 | /JuegoSoftware/src/decorador/Decorator.java | 34e4aa5ba33e38262957a1d7651095a846d7b66e | [] | no_license | AlviVilla/JuegoSoftware | https://github.com/AlviVilla/JuegoSoftware | 139bbab6c1a4490731aa12036095c44b8578b85a | 8a4f7d678b5961343fdf6049e8c385607df43512 | refs/heads/master | 2021-04-28T23:29:55.675000 | 2017-07-14T19:07:51 | 2017-07-14T19:07:51 | 77,452,728 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package decorador;
import fighter.Fighter;
public abstract class Decorator extends Fighter{
public abstract String getDecorador();
}
| UTF-8 | Java | 141 | java | Decorator.java | Java | [] | null | [] | package decorador;
import fighter.Fighter;
public abstract class Decorator extends Fighter{
public abstract String getDecorador();
}
| 141 | 0.780142 | 0.780142 | 10 | 13.1 | 17.218885 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 13 |
ac7d0fa97d8d55aa07b0f7a27b03c977def0a2fb | 30,829,275,281,669 | 7a7f01707bbe8ff623dc518aff0496f86943272b | /app/config/MailgunService.java | 4d3788904a8fde87b913c081ce3114fb86d91b51 | [
"MIT"
] | permissive | ahmedulger/oauthly | https://github.com/ahmedulger/oauthly | 4276c0a6cd3868debd918db0c5c32eab1e750f9d | 75758237ccf331e371eb8910fd5310cd1914549d | refs/heads/master | 2020-05-14T16:01:46.218000 | 2019-01-14T15:34:53 | 2019-01-14T15:34:53 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package config;
import akka.stream.javadsl.Source;
import com.typesafe.config.Config;
import play.libs.ws.WSAuthScheme;
import play.libs.ws.WSClient;
import play.mvc.Http.MultipartFormData.DataPart;
import javax.inject.Inject;
import javax.inject.Singleton;
import java.util.Arrays;
import java.util.concurrent.Complet... | UTF-8 | Java | 2,326 | java | MailgunService.java | Java | [
{
"context": "l.concurrent.CompletableFuture;\n\n/**\n * Created by Selim Eren Bekçe on 6.09.2017.\n *\n * TODO Use circuit breaker or a",
"end": 367,
"score": 0.999845564365387,
"start": 351,
"tag": "NAME",
"value": "Selim Eren Bekçe"
},
{
"context": "it breaker or akka for retries ... | null | [] | package config;
import akka.stream.javadsl.Source;
import com.typesafe.config.Config;
import play.libs.ws.WSAuthScheme;
import play.libs.ws.WSClient;
import play.mvc.Http.MultipartFormData.DataPart;
import javax.inject.Inject;
import javax.inject.Singleton;
import java.util.Arrays;
import java.util.concurrent.Complet... | 2,315 | 0.616774 | 0.609892 | 59 | 38.40678 | 31.452477 | 127 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.813559 | false | false | 13 |
3c2acbb7ee9adcb7e38bf9f0113bbbde2cea2cc5 | 22,187,801,076,638 | 90cd137fed2603707d40f243359e99edcfdc8843 | /src/main/java/base/BaseApplication.java | 0831f01ea17449c96660588ea53796186fb5e604 | [] | no_license | sanata00/Test_Framework | https://github.com/sanata00/Test_Framework | 2e2efe784cbdfa90fad72764f2da4d1717481813 | b05d6daf60e057389c5211503e4c2275f972efd6 | refs/heads/master | 2020-05-23T15:43:15.654000 | 2019-04-12T11:35:33 | 2019-04-12T11:35:33 | 186,832,066 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package base;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeDriver;
import org.openqa.selenium.chrome.ChromeOptions;
import java.util.concurrent.TimeUnit;
public class BaseApplication {
protected WebDriver driver;
protected BaseApplication() {
ChromeOptions options = new Chro... | UTF-8 | Java | 615 | java | BaseApplication.java | Java | [] | null | [] | package base;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeDriver;
import org.openqa.selenium.chrome.ChromeOptions;
import java.util.concurrent.TimeUnit;
public class BaseApplication {
protected WebDriver driver;
protected BaseApplication() {
ChromeOptions options = new Chro... | 615 | 0.730081 | 0.728455 | 27 | 21.777779 | 19.316723 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.518519 | false | false | 13 |
d6634e2a974a24317f6a2142afea43f5896e5049 | 22,187,801,079,435 | 8f398cddabae2e94b08b4953a68bce72c800233a | /javatot/src/chap4/Student.java | 6f44928745366e8e8d4f84e1c7655de5817e502f | [] | no_license | mawaddah2009/moh-java | https://github.com/mawaddah2009/moh-java | 5c8c95c9f6620542e624af221913c48a48dea376 | d7466d5080752b74e04a10c143fafde0c7ec1840 | refs/heads/master | 2020-04-26T15:39:53.661000 | 2019-03-08T14:58:00 | 2019-03-08T14:58:00 | 173,653,702 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | //method set nama
//x return apa2 so kena letak void
package chap4;
//primitive + string = passing value
//object always passing by reference
public class Student {
void setName(String name){
System.out.println(name);
name = name + " binti mat zan";
}
void changeBookTitle(Book b){
b.title = ... | UTF-8 | Java | 790 | java | Student.java | Java | [
{
"context": "\n System.out.println(name);\n name = name + \" binti mat zan\";\n }\n void changeBookTitle(Book b){\n ",
"end": 259,
"score": 0.9984888434410095,
"start": 246,
"tag": "NAME",
"value": "binti mat zan"
},
{
"context": "();\n //ini passing by value\n ... | null | [] | //method set nama
//x return apa2 so kena letak void
package chap4;
//primitive + string = passing value
//object always passing by reference
public class Student {
void setName(String name){
System.out.println(name);
name = name + " <NAME>";
}
void changeBookTitle(Book b){
b.title = "Java f... | 783 | 0.641772 | 0.629114 | 31 | 24.516129 | 12.088039 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.419355 | false | false | 13 |
13eb63cf88e6c6ca9a097e075823e17ff8a925f2 | 31,851,477,492,805 | 022980735384919a0e9084f57ea2f495b10c0d12 | /src/ext-cttdt-lltnxp/ext-service/src/com/sgs/portlet/recievergroup/service/persistence/RecieverFinder.java | 06a72907eba49016fd44ae7ba5fc91d79fc32cd8 | [] | no_license | thaond/nsscttdt | https://github.com/thaond/nsscttdt | 474d8e359f899d4ea6f48dd46ccd19bbcf34b73a | ae7dacc924efe578ce655ddfc455d10c953abbac | refs/heads/master | 2021-01-10T03:00:24.086000 | 2011-02-19T09:18:34 | 2011-02-19T09:18:34 | 50,081,202 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sgs.portlet.recievergroup.service.persistence;
public interface RecieverFinder {
public java.util.List<com.liferay.portal.model.User> findUserByFullName(
long companyId, java.lang.String name)
throws com.liferay.portal.SystemException;
}
| UTF-8 | Java | 271 | java | RecieverFinder.java | Java | [] | null | [] | package com.sgs.portlet.recievergroup.service.persistence;
public interface RecieverFinder {
public java.util.List<com.liferay.portal.model.User> findUserByFullName(
long companyId, java.lang.String name)
throws com.liferay.portal.SystemException;
}
| 271 | 0.771218 | 0.771218 | 7 | 37.714287 | 26.428957 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 13 |
81c129105416617a377f023cc67a0b13cdbf726d | 24,644,522,414,011 | 345c86d3092cb33f77f14681602f2c2bb6c1c090 | /Entrega-3/Proyecto/Acme-HandyWorker/src/test/java/services/SystemRequirementsServiceTest.java | d2754ab68ce1b98677087e6426a13d684ba6aa79 | [] | no_license | juanmiguelruiz/DP1 | https://github.com/juanmiguelruiz/DP1 | 03bac7b98f9c1363165887b0c163b0eeee6356d2 | acc84371af6f43bbc1e3688ba62eef3f8fc730b0 | refs/heads/master | 2020-08-29T15:31:19.198000 | 2020-06-03T15:14:58 | 2020-06-03T15:14:58 | 218,074,049 | 0 | 0 | null | false | 2020-10-13T17:03:18 | 2019-10-28T15:05:24 | 2020-06-03T15:15:08 | 2020-10-13T17:03:18 | 84,606 | 0 | 0 | 30 | Java | false | false |
package services;
import java.util.Arrays;
import java.util.Collection;
import javax.transaction.Transactional;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.test.context.ContextConfiguration;
import org.springframew... | UTF-8 | Java | 3,337 | java | SystemRequirementsServiceTest.java | Java | [] | null | [] |
package services;
import java.util.Arrays;
import java.util.Collection;
import javax.transaction.Transactional;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.test.context.ContextConfiguration;
import org.springframew... | 3,337 | 0.792628 | 0.786635 | 102 | 31.705883 | 30.75507 | 129 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.441176 | false | false | 13 |
0c7260de31e349efcf51918822bc7c8111a21f26 | 24,713,241,873,986 | 8e52172b0320cf56e7e0078328116b7d6528328d | /src/main/java/morph/avaritia/entity/EntityHeavenArrow.java | 61e977a114446efea496bbefbbdcb8fef88ccdab | [
"MIT"
] | permissive | Morpheus1101/Avaritia | https://github.com/Morpheus1101/Avaritia | ea9940d8fe2213481a58bc89f81e9b11b94a3ba3 | eac76456071d5cc0da3da7876a601b4a1470cad9 | refs/heads/master | 2023-02-21T08:32:03.160000 | 2022-01-29T07:10:03 | 2022-01-29T07:10:03 | 82,286,093 | 53 | 65 | null | true | 2023-02-19T10:59:33 | 2017-02-17T10:30:19 | 2023-01-23T10:24:39 | 2023-02-13T15:08:01 | 70,941 | 33 | 28 | 32 | Java | false | false | package morph.avaritia.entity;
import net.minecraft.entity.EntityLivingBase;
import net.minecraft.entity.projectile.EntityArrow;
import net.minecraft.init.Items;
import net.minecraft.item.ItemStack;
import net.minecraft.nbt.NBTTagCompound;
import net.minecraft.world.World;
import java.util.Random;
public class Entit... | UTF-8 | Java | 2,832 | java | EntityHeavenArrow.java | Java | [] | null | [] | package morph.avaritia.entity;
import net.minecraft.entity.EntityLivingBase;
import net.minecraft.entity.projectile.EntityArrow;
import net.minecraft.init.Items;
import net.minecraft.item.ItemStack;
import net.minecraft.nbt.NBTTagCompound;
import net.minecraft.world.World;
import java.util.Random;
public class Entit... | 2,832 | 0.570621 | 0.562147 | 99 | 27.60606 | 22.992233 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.59596 | false | false | 13 |
e579e30666e0f18efe51314689708f3eb00c4fd4 | 25,443,386,320,548 | cb74b9573e4eb6fa75f9ae7a3768258cdcea5a15 | /filmus/src/main/java/com/filmus/myapp/mapper/HeartMapper.java | c123d0b77732d35019f42636cac4d7058367ee0c | [] | no_license | jhyeona/myfilmee | https://github.com/jhyeona/myfilmee | 6101cf6c9e3311ae9dc35a996134e84f4f24d8ed | faa9ec1ba48a7fbcbf45c1975a8c7459419135fa | refs/heads/master | 2023-08-13T16:36:57.024000 | 2023-04-22T11:55:18 | 2023-04-22T11:55:18 | 399,667,998 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.filmus.myapp.mapper;
import org.apache.ibatis.annotations.Param;
import com.filmus.myapp.domain.HeartVO;
public interface HeartMapper {
public abstract int heartInsert(HeartVO vo); //처음이라면 insert
public abstract int heartCheck(@Param("bno")Integer bno, @Param("userid")Integer userid); //좋아요를 눌렀을 때
... | UTF-8 | Java | 684 | java | HeartMapper.java | Java | [] | null | [] | package com.filmus.myapp.mapper;
import org.apache.ibatis.annotations.Param;
import com.filmus.myapp.domain.HeartVO;
public interface HeartMapper {
public abstract int heartInsert(HeartVO vo); //처음이라면 insert
public abstract int heartCheck(@Param("bno")Integer bno, @Param("userid")Integer userid); //좋아요를 눌렀을 때
... | 684 | 0.746732 | 0.746732 | 20 | 29.6 | 36.74017 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.35 | false | false | 13 |
579fbb4e96dd7f4cb266301aea54df625f4d1064 | 17,952,963,324,306 | 5b2e51c08d91ca6f9b68427bf0a2320293604d71 | /app/src/main/java/com/binbasket/binbasket/ExecuteUrl.java | 5a183579fb1dc8edb2fcce56252bf0e4f73cb27b | [] | no_license | iqubalashraf/BinBasket2 | https://github.com/iqubalashraf/BinBasket2 | 6c3a68cec3ca737f548c890dfc9872d129af1c89 | 2fb098d89d500ce12d73119aeeb5c7dd1e781961 | refs/heads/master | 2021-01-17T08:25:27.870000 | 2017-03-04T17:12:16 | 2017-03-04T17:12:16 | 83,910,416 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.binbasket.binbasket;
import android.app.ProgressDialog;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.os.AsyncTask;
import android.util.Log;
import android.widget.Toast;
import org.apache.http.HttpResponse;
import org.apache.http.cl... | UTF-8 | Java | 3,383 | java | ExecuteUrl.java | Java | [
{
"context": "port java.io.InputStreamReader;\n\n/**\n * Created by ashrafiqubal on 29/06/16.\n */\npublic class ExecuteUrl extends ",
"end": 632,
"score": 0.9992302060127258,
"start": 620,
"tag": "USERNAME",
"value": "ashrafiqubal"
}
] | null | [] | package com.binbasket.binbasket;
import android.app.ProgressDialog;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.os.AsyncTask;
import android.util.Log;
import android.widget.Toast;
import org.apache.http.HttpResponse;
import org.apache.http.cl... | 3,383 | 0.634348 | 0.627254 | 96 | 34.25 | 22.826794 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.760417 | false | false | 13 |
3f4fee6d7e3d20b99d58c88e8bc162f84dd7efa9 | 24,885,040,522,429 | 73e12d6a3d43120aa85da7bff112cad38c15a1ab | /app/src/main/java/com/payghost/dazzleondivas/MainTabActivity.java | daa1ef252f24c166bb96ea8b22d03a42d3179332 | [] | no_license | Mbukutshe/DazzleonDivas | https://github.com/Mbukutshe/DazzleonDivas | 6034cb9ba9e6fad389bf64c05d5060202fc938cd | 3e3a2b2b81f3060501542196c58fe48f5a19d256 | refs/heads/master | 2021-04-29T14:58:02.060000 | 2018-02-17T06:44:02 | 2018-02-17T06:44:02 | 121,787,064 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.payghost.dazzleondivas;
import android.app.TabActivity;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.widget.Toolbar;
import android.widget.TabHost;
public class MainTabActivity extends TabActivity {
private Toolbar toolbar;
@Override
protected void onCreat... | UTF-8 | Java | 1,883 | java | MainTabActivity.java | Java | [
{
"context": "package com.payghost.dazzleondivas;\n\nimport android.app.TabActivity;\ni",
"end": 20,
"score": 0.5829469561576843,
"start": 15,
"tag": "USERNAME",
"value": "ghost"
}
] | null | [] | package com.payghost.dazzleondivas;
import android.app.TabActivity;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.widget.Toolbar;
import android.widget.TabHost;
public class MainTabActivity extends TabActivity {
private Toolbar toolbar;
@Override
protected void onCreat... | 1,883 | 0.690919 | 0.690388 | 53 | 34.528301 | 22.177334 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.811321 | false | false | 13 |
afbe2333b7e0769fe6cbd2654e1f7199c35f045c | 13,520,557,099,716 | e399d7d49b433959ffd2d67d34b25fb5f2153b75 | /post/src/main/java/com/example/post/dto/PostRequestDto.java | fff354ab8e388874c943680fe43ddc99fd6d6c31 | [] | no_license | jinseonghee/spring-boot-crud | https://github.com/jinseonghee/spring-boot-crud | 59813b9d1fb056e5e9b976af6d865f2dd1da714e | fb8579d2bf6e9d579f98807940ad5ca0787d23bd | refs/heads/main | 2023-07-09T16:49:46.420000 | 2021-08-05T10:11:45 | 2021-08-05T10:11:45 | 392,340,113 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.post.dto;
import com.fasterxml.jackson.annotation.JsonProperty;
public class PostRequestDto {
private String account; //요청하는 json의 key에 해당되기 때문에 json의 key와 매칭이 되어야 함
private String email;
private String address;
private String password;
@JsonProperty("phone_number") //변수에 다 달... | UTF-8 | Java | 2,260 | java | PostRequestDto.java | Java | [
{
"context": " address + '\\'' +\n \", password='\" + password + '\\'' +\n \", phoneNumber='\" + phon",
"end": 1809,
"score": 0.9919547438621521,
"start": 1801,
"tag": "PASSWORD",
"value": "password"
}
] | null | [] | package com.example.post.dto;
import com.fasterxml.jackson.annotation.JsonProperty;
public class PostRequestDto {
private String account; //요청하는 json의 key에 해당되기 때문에 json의 key와 매칭이 되어야 함
private String email;
private String address;
private String password;
@JsonProperty("phone_number") //변수에 다 달... | 2,262 | 0.57554 | 0.57554 | 71 | 26.408451 | 26.803183 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.408451 | false | false | 13 |
f757fc3a7329194e1657b04be58ecb823cb27854 | 10,436,770,585,109 | 8889ac28f020ba70f1ec5bd7891a67ea6eff82cc | /src/UnderlineFile.java | 67442ef23750b6e8908503873b8017fef6554b0e | [] | no_license | austinvoice/buildingjava | https://github.com/austinvoice/buildingjava | b12072d6f95d045882775b465262679509e5af68 | de15ae09421097206af70a1c8134e0b7e552d348 | refs/heads/master | 2020-09-01T21:39:00.527000 | 2019-11-03T14:59:17 | 2019-11-03T14:59:17 | 219,065,006 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // import file and create formatted output
import java.io.File;
import java.io.FileNotFoundException;
import java.util.Scanner;
public class UnderlineFile {
public static void main(String[] args) throws FileNotFoundException {
Scanner input = new Scanner(new File("out/production/Builidng Graphics/paper.tx... | UTF-8 | Java | 879 | java | UnderlineFile.java | Java | [] | null | [] | // import file and create formatted output
import java.io.File;
import java.io.FileNotFoundException;
import java.util.Scanner;
public class UnderlineFile {
public static void main(String[] args) throws FileNotFoundException {
Scanner input = new Scanner(new File("out/production/Builidng Graphics/paper.tx... | 879 | 0.556314 | 0.551763 | 27 | 31.555555 | 24.089853 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 13 |
f15c3961a9feb1d252bfbacf7c9b62a5b4a46c97 | 27,419,071,220,045 | 1109bc9fe89a2f4ba75392e3fa6540a4b555321d | /att28-04JOptPane/src/view/Execucao.java | 66eb04d8100f7ca257ce26eff9235f297b2819e5 | [] | no_license | gustavosouzaveiga/Aula-28-04_com_JOptionPane | https://github.com/gustavosouzaveiga/Aula-28-04_com_JOptionPane | 414f732a302dace3cefb17c8b4f0a02fd31e776d | 0c00d38e29caa6efffac0008a0463d7d8b78a577 | refs/heads/master | 2020-05-16T20:58:31.517000 | 2019-04-24T19:26:45 | 2019-04-24T19:26:45 | 183,293,480 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package view;
import javax.swing.JOptionPane;
import model.Pessoa;
public class Execucao {
public static void main(String[] args) {
Pessoa ps = new Pessoa();
ps.setNome("Gustavo de Souza Veiga Alves");
ps.setEnd("Rua Palmeira das Bermudas, 849");
ps.setBairro("Jardim dos Ipês");
ps.setCep("081... | ISO-8859-1 | Java | 578 | java | Execucao.java | Java | [
{
"context": "gs) {\r\n\t\tPessoa ps = new Pessoa();\r\n\t\tps.setNome(\"Gustavo de Souza Veiga Alves\");\r\n\t\tps.setEnd(\"Rua Palmeira das Bermudas, 849\")",
"end": 215,
"score": 0.9998669028282166,
"start": 187,
"tag": "NAME",
"value": "Gustavo de Souza Veiga Alves"
},
{
"context... | null | [] | package view;
import javax.swing.JOptionPane;
import model.Pessoa;
public class Execucao {
public static void main(String[] args) {
Pessoa ps = new Pessoa();
ps.setNome("<NAME>");
ps.setEnd("Rua Palmeira das Bermudas, 849");
ps.setBairro("<NAME>");
ps.setCep("08161-160");
ps.setCid("São Pau... | 546 | 0.605217 | 0.586087 | 24 | 21.958334 | 15.844239 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.833333 | false | false | 13 |
6928930b8faebcf94189b30d88a0d2ae7f47552e | 30,683,246,378,367 | c355551605628b4b3c8358847c007ad1e6181461 | /backend-user/src/main/java/com/mooc/meeting/film/user/entity/MoocBackendUserT.java | 8c8c524a2a4b34c3881b7c04352d602b47691a8d | [] | no_license | satan12345/backend-parent | https://github.com/satan12345/backend-parent | 8e4cb8994e419e426a2b37eca3a65cb987b0df39 | 366ca55788e11fe0ae282cf1d13651af9fee3ffd | refs/heads/master | 2022-07-04T02:18:10.870000 | 2020-03-10T11:35:20 | 2020-03-10T11:35:20 | 243,731,037 | 0 | 1 | null | false | 2022-06-21T02:53:07 | 2020-02-28T09:59:36 | 2020-03-10T11:35:32 | 2022-06-21T02:53:04 | 172 | 0 | 1 | 4 | Java | false | false | package com.mooc.meeting.film.user.entity;
import lombok.Data;
import javax.persistence.Column;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Table;
import java.io.Serializable;
/**
* 后台用户表(MoocBackendUserT)实体类
*
* @author makejava
* @since 2020-02-29 ... | UTF-8 | Java | 979 | java | MoocBackendUserT.java | Java | [
{
"context": ";\n\n/**\n * 后台用户表(MoocBackendUserT)实体类\n *\n * @author makejava\n * @since 2020-02-29 15:30:52\n */\n@Data\n@Table(na",
"end": 298,
"score": 0.9995846748352051,
"start": 290,
"tag": "USERNAME",
"value": "makejava"
}
] | null | [] | package com.mooc.meeting.film.user.entity;
import lombok.Data;
import javax.persistence.Column;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Table;
import java.io.Serializable;
/**
* 后台用户表(MoocBackendUserT)实体类
*
* @author makejava
* @since 2020-02-29 ... | 979 | 0.669537 | 0.635091 | 46 | 19.217392 | 16.958918 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.26087 | false | false | 13 |
b6e1f433585b897ae8cfee378b16b9ffcc8b3d51 | 30,683,246,379,827 | 4f56678940fcbcce4a402bddb0f9fd2b3df2d620 | /HolaSpring/src/java/service/HolaService.java | b151877de5bf42e5b906ca6368402c8b0838c107 | [] | no_license | yueofdark/IngTarea5 | https://github.com/yueofdark/IngTarea5 | ea62484c719dfa71cfbd6cf2fd18be47bcad9fe4 | af4bfbf3b22fdc65e21cc2af8b3877911a7e7604 | refs/heads/master | 2020-12-30T09:26:19.556000 | 2013-10-18T05:19:15 | 2013-10-18T05:19:15 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package service;
/**
*
* @author nilver
*/
import java.sql.*;
import controller.Usuario;
import javax.sql.DataSource;
import org.springframework.jdbc.core.JdbcTemplate;
import org.springframework.jdbc.core.RowMapper;... | UTF-8 | Java | 1,856 | java | HolaService.java | Java | [
{
"context": "he editor.\n */\npackage service;\n\n/**\n *\n * @author nilver\n */\nimport java.sql.*;\nimport controller.Usuario;",
"end": 142,
"score": 0.9986271262168884,
"start": 136,
"tag": "USERNAME",
"value": "nilver"
}
] | null | [] | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package service;
/**
*
* @author nilver
*/
import java.sql.*;
import controller.Usuario;
import javax.sql.DataSource;
import org.springframework.jdbc.core.JdbcTemplate;
import org.springframework.jdbc.core.RowMapper;... | 1,856 | 0.617457 | 0.616918 | 77 | 23.103895 | 20.118212 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.51948 | false | false | 13 |
addf5e437fb4b041008a185f5b0fdd68796740f0 | 2,929,167,746,242 | aad22755d19873889cd7ed3801d97ed10e891920 | /demo/demo/GameDemo.java | ce3d513f0fbb7208cd44b559ac01d54ec6083d8a | [
"Apache-2.0"
] | permissive | blernermhc/Bridge4Blind | https://github.com/blernermhc/Bridge4Blind | 40e92a396cdd9cf4e57fec6e623228898e7e292c | decc31913b98cb6b62fa8508292714acd9a3eb7c | refs/heads/master | 2020-05-17T15:19:03.869000 | 2018-03-07T02:06:56 | 2018-03-07T02:06:56 | 30,430,982 | 1 | 1 | Apache-2.0 | false | 2018-07-01T19:34:56 | 2015-02-06T20:12:54 | 2017-07-10T12:33:31 | 2018-07-01T19:34:56 | 60,816 | 1 | 0 | 0 | Java | false | null | package demo;
import java.awt.event.KeyAdapter;
import java.awt.event.KeyEvent;
import java.io.IOException;
import java.net.UnknownHostException;
import java.util.Iterator;
import java.util.Vector;
import javax.swing.JFrame;
import javax.swing.JLabel;
import javax.swing.JPanel;
import controller.AntennaHandler;
impo... | UTF-8 | Java | 7,087 | java | GameDemo.java | Java | [
{
"context": " run(){\n\t\t\t\tplayNextSound();\n\t\t\t}\n\t\t\t\n\t\t};\n\t\t\n\t\t// Barb commented out\n//\t\tthread.start();\n//\t\t\n//\t\ttry {\n",
"end": 5955,
"score": 0.6545077562332153,
"start": 5951,
"tag": "NAME",
"value": "Barb"
}
] | null | [] | package demo;
import java.awt.event.KeyAdapter;
import java.awt.event.KeyEvent;
import java.io.IOException;
import java.net.UnknownHostException;
import java.util.Iterator;
import java.util.Vector;
import javax.swing.JFrame;
import javax.swing.JLabel;
import javax.swing.JPanel;
import controller.AntennaHandler;
impo... | 7,087 | 0.647241 | 0.640327 | 287 | 23.69338 | 19.751682 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.160279 | false | false | 13 |
2e814add6c30eb96e5c286f3061dbf07b1803dd9 | 1,219,770,764,535 | 1d5ea0a2c6e16ee4f2ea4debedd9867bb65d2464 | /MiniTalk/src/com/reyhoo/minitalk/P.java | 5506b05884b6a2dd65bdb7ac12c1fa109bea4350 | [] | no_license | reyhoo/socketDemo | https://github.com/reyhoo/socketDemo | 31ced6e161c5989a7ee2bea521422625eca9f12f | c681553798a6292ca336751d98f666c823a19050 | refs/heads/master | 2021-01-11T18:22:08.506000 | 2016-10-11T02:37:19 | 2016-10-11T02:37:19 | 69,629,513 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.reyhoo.minitalk;
abstract public class P {
public void hello(){
System.out.println(this+"::P Hello");
}
}
| UTF-8 | Java | 126 | java | P.java | Java | [] | null | [] | package com.reyhoo.minitalk;
abstract public class P {
public void hello(){
System.out.println(this+"::P Hello");
}
}
| 126 | 0.674603 | 0.674603 | 9 | 13 | 14.360439 | 39 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.777778 | false | false | 13 |
2efd5eb200f3a5fafd6a30154613be0a487837b2 | 16,621,523,493,322 | adf226bdc1e7b6ec42f7bb292b2fb19f269227a3 | /Client/CommandIntepreter.java | 3b3219994550c4f5b3800f6302169be9e57ca5a5 | [
"MIT"
] | permissive | Algy-Jr12/FTP-Protocol | https://github.com/Algy-Jr12/FTP-Protocol | 2312bab3853dcf92a030d89859a72bc5b2cc0d65 | 31a7bfdf129f6b71e5db70fa9e5d60bf9f717d9b | refs/heads/main | 2023-04-23T20:36:19.308000 | 2021-05-10T09:52:29 | 2021-05-10T09:52:29 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Client;
import Shared.Commands;
import Shared.Constants;
import Shared.InterfaceCounter;
import Shared.PathResolver;
import java.io.*;
import java.net.Socket;
import java.nio.file.Files;
import java.nio.file.NoSuchFileException;
import java.nio.file.Path;
import java.rmi.RemoteException;
import java.text.Deci... | UTF-8 | Java | 11,460 | java | CommandIntepreter.java | Java | [
{
"context": "unter = counter;\n this.hostForFileShare = \"197.249.10.243\"; // TODO this is the server IP\n //197.249",
"end": 1393,
"score": 0.9997462034225464,
"start": 1379,
"tag": "IP_ADDRESS",
"value": "197.249.10.243"
},
{
"context": ".10.243\"; // TODO this is t... | null | [] | package Client;
import Shared.Commands;
import Shared.Constants;
import Shared.InterfaceCounter;
import Shared.PathResolver;
import java.io.*;
import java.net.Socket;
import java.nio.file.Files;
import java.nio.file.NoSuchFileException;
import java.nio.file.Path;
import java.rmi.RemoteException;
import java.text.Deci... | 11,456 | 0.54171 | 0.537958 | 333 | 33.414413 | 26.80229 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.615616 | false | false | 13 |
d81941ce4f7c59a82f587a7f116589620b8773d4 | 19,868,518,767,323 | 8d3d8c63fe88ee06e067d05653f3a6de57c6c703 | /src/com/zrgk/test/TestProcedure.java | dc488b134145d95b9462864f191a4da1d60bfb5e | [] | no_license | lsx1014426766/hi1112 | https://github.com/lsx1014426766/hi1112 | 69ca1d1810d68aa27867eb7a02830caa617a4a77 | ab33e3ec429ca20c05df06e8a4ee3b9e05216ad6 | refs/heads/master | 2020-12-30T14:20:00.150000 | 2017-05-22T05:37:08 | 2017-05-22T05:37:08 | 91,310,044 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zrgk.test;
import java.sql.CallableStatement;
import java.sql.Connection;
import java.sql.SQLException;
import java.sql.Types;
import java.util.List;
import oracle.jdbc.OracleTypes;
import org.hibernate.Query;
import org.hibernate.Session;
import com.zrgk.entity.Emp;
import com.zrgk.util.HibernateUtil1;... | GB18030 | Java | 1,144 | java | TestProcedure.java | Java | [] | null | [] | package com.zrgk.test;
import java.sql.CallableStatement;
import java.sql.Connection;
import java.sql.SQLException;
import java.sql.Types;
import java.util.List;
import oracle.jdbc.OracleTypes;
import org.hibernate.Query;
import org.hibernate.Session;
import com.zrgk.entity.Emp;
import com.zrgk.util.HibernateUtil1;... | 1,144 | 0.725777 | 0.718464 | 45 | 23.311111 | 17.321564 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.666667 | false | false | 13 |
22940ecabc01978b6448505a789d8cd54b3f6297 | 3,126,736,234,658 | 82c48189a55a835ec62c34c8feb667c7b7f30c3b | /src/main/java/com/company/model/BowlingRoll.java | 9590759b778e6e9757f5754eab382e8a1a27cf26 | [] | no_license | hedgehog1833/it-bowling-game | https://github.com/hedgehog1833/it-bowling-game | 95a4387781087c5d6d97e7c65a2074e00ec0090e | f7680e42cd5841c093f8b7b358c3895b17d9c807 | refs/heads/master | 2020-06-29T09:22:24.145000 | 2019-12-12T22:00:11 | 2019-12-12T22:00:11 | 200,497,659 | 0 | 0 | null | false | 2020-01-06T22:17:54 | 2019-08-04T13:42:28 | 2019-12-12T22:00:15 | 2019-12-13T06:46:51 | 70 | 0 | 0 | 0 | Java | false | false | package com.company.model;
public class BowlingRoll {
private final int pinsStandingAfterRoll;
private final int pinsHit;
public BowlingRoll(int pinsStandingBeforeRoll, int pinsHit) {
this.pinsHit = pinsHit;
pinsStandingAfterRoll = pinsStandingBeforeRoll - pinsHit;
}
public int getPinsStandingAfter... | UTF-8 | Java | 639 | java | BowlingRoll.java | Java | [] | null | [] | package com.company.model;
public class BowlingRoll {
private final int pinsStandingAfterRoll;
private final int pinsHit;
public BowlingRoll(int pinsStandingBeforeRoll, int pinsHit) {
this.pinsHit = pinsHit;
pinsStandingAfterRoll = pinsStandingBeforeRoll - pinsHit;
}
public int getPinsStandingAfter... | 639 | 0.716745 | 0.716745 | 24 | 25.625 | 35.509167 | 170 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.458333 | false | false | 13 |
7d593eadb7ee1919bbd7f5e60f2f53c3a84e567e | 26,998,164,467,062 | d7de2533d599373236f9de9cb47dce02ef2de8c5 | /src/main/java/com/zeng/typeliteral/Service.java | 0fad35f4432278ef598c131e156365fc4d7c3343 | [] | no_license | zuifengke/hr-guice | https://github.com/zuifengke/hr-guice | 3fa634befbd153a54b0182608d5310f0a2d23fe5 | aafde41af188406fe97fc212ac824a8aeb56c263 | refs/heads/master | 2021-01-10T01:51:40.538000 | 2016-04-08T10:12:53 | 2016-04-08T10:12:53 | 55,769,971 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zeng.typeliteral;
public interface Service {
public void test();
}
| UTF-8 | Java | 84 | java | Service.java | Java | [] | null | [] | package com.zeng.typeliteral;
public interface Service {
public void test();
}
| 84 | 0.72619 | 0.72619 | 5 | 15.8 | 12.63962 | 29 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 13 |
12e97f71263741ceb8fb0bbae414a0a4d9c4f9ef | 32,392,643,412,980 | a5c406e0a26f76192b0d37f94dd480d1d8c79981 | /jsslnyxxh/src/main/java/com/jsslnyxxh/app/web/biz/HpwlmUploadController.java | 121ee8148d50399b49f8456d5b6a74f4461b775c | [] | no_license | lejch/jsslnyxxh | https://github.com/lejch/jsslnyxxh | 078a1fa9fa2879509a92390f451f77f48b553644 | 84f8f59c0062291cca32acb4f42e9140404c0fba | refs/heads/master | 2023-04-20T15:54:36.918000 | 2021-05-07T10:46:35 | 2021-05-07T10:46:35 | 365,201,191 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jsslnyxxh.app.web.biz;
import java.awt.image.BufferedImage;
import java.io.File;
import java.io.FileInputStream;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Random;
import javax.imageio.ImageI... | UTF-8 | Java | 8,627 | java | HpwlmUploadController.java | Java | [] | null | [] | package com.jsslnyxxh.app.web.biz;
import java.awt.image.BufferedImage;
import java.io.File;
import java.io.FileInputStream;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Random;
import javax.imageio.ImageI... | 8,627 | 0.614462 | 0.610582 | 228 | 35.311405 | 26.17107 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.008772 | false | false | 13 |
5eb4eb817cf8e13347a5e87cb7cf50849629ae79 | 32,392,643,414,396 | 5837685f9f27a871fa51c1134df6d0030b48dbf0 | /android-viewfinder-test/src/se/birkler/opencvcalibrate/opencvutil/PreviewView.java | 3dd3c8174f5c6380a100f33f89ff05479bcabf69 | [] | no_license | solomonnsumba/android-camera-tests | https://github.com/solomonnsumba/android-camera-tests | 755030b8223a63c97f309860bdeca0eae351f802 | e3147d0da5011792dc907de80926587089ca89cd | refs/heads/master | 2021-01-18T06:57:13.544000 | 2014-01-15T22:39:22 | 2014-01-15T22:39:22 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package se.birkler.opencvcalibrate.opencvutil;
import java.io.IOException;
import java.nio.ByteBuffer;
import java.util.List;
import java.util.concurrent.ArrayBlockingQueue;
import org.opencv.core.CvType;
import org.opencv.core.Mat;
import se.birkler.opencvcalibrate.util.XLog;
import android.content.Context;
import a... | UTF-8 | Java | 18,519 | java | PreviewView.java | Java | [] | null | [] | package se.birkler.opencvcalibrate.opencvutil;
import java.io.IOException;
import java.nio.ByteBuffer;
import java.util.List;
import java.util.concurrent.ArrayBlockingQueue;
import org.opencv.core.CvType;
import org.opencv.core.Mat;
import se.birkler.opencvcalibrate.util.XLog;
import android.content.Context;
import a... | 18,519 | 0.661753 | 0.656731 | 515 | 34.959225 | 28.677454 | 162 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.916505 | false | false | 13 |
33fc76d3831c20480125ed7de86c0dcc77b89097 | 21,036,749,864,013 | 874d8fa9d0b122ab04bf585ebb93c0c8d058528b | /src/main/java/com/xiaour/spring/boot/service/ZookeeperService.java | 312f8e817ca4dcfd8a6421714a0d117841713e83 | [] | no_license | aioprxu/exam | https://github.com/aioprxu/exam | ac65bb0a3078f60153d6b75f04856d2c4d7eab27 | d50259dfad242f7c3e6d8ca66ae8447662c4c24d | refs/heads/master | 2022-07-02T16:05:47.158000 | 2019-05-31T22:55:11 | 2019-05-31T22:55:11 | 180,793,089 | 0 | 0 | null | false | 2022-06-29T17:19:21 | 2019-04-11T13:01:26 | 2019-05-31T22:55:23 | 2022-06-29T17:19:19 | 73 | 0 | 0 | 5 | Java | false | false | package com.xiaour.spring.boot.service;
public interface ZookeeperService {
String getConfig() throws Exception;
String setConfig();
}
| UTF-8 | Java | 147 | java | ZookeeperService.java | Java | [] | null | [] | package com.xiaour.spring.boot.service;
public interface ZookeeperService {
String getConfig() throws Exception;
String setConfig();
}
| 147 | 0.741497 | 0.741497 | 9 | 15.333333 | 17.5119 | 40 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 13 |
1895d54e5b98a8587bc4919fceba2d608c133069 | 5,695,126,692,134 | c225a27d4d5efb188460b23d808ce68a5581cd17 | /siqian/siqian-webapp/src/main/java/com/sdstc/sys/service/impl/RoleServiceImpl.java | d130039b21b1a9425cce0bf0afa61a4c60799898 | [] | no_license | dzchengang/siqian | https://github.com/dzchengang/siqian | 4367bbbea736624b161f014d25b3492c3b0bfb96 | 5763270295edfd4289dc0a2eb93956b82aea67db | refs/heads/master | 2019-06-15T18:56:31.027000 | 2017-07-26T07:59:57 | 2017-07-26T07:59:57 | 98,396,223 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sdstc.sys.service.impl;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.annotation.Resource;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.sdstc.core.dto... | UTF-8 | Java | 4,202 | java | RoleServiceImpl.java | Java | [] | null | [] | package com.sdstc.sys.service.impl;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.annotation.Resource;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.sdstc.core.dto... | 4,202 | 0.722701 | 0.722222 | 152 | 25.473684 | 19.71706 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.789474 | false | false | 13 |
1e4f6004174d693a67c6b1f1e867f6dd93a29928 | 11,038,065,956,628 | 532540517c77a038b7b13b73c704491025507978 | /src/com/lsj/learningroute/servlet/LearningRouteServlet.java | a8ca89e55ade9c09025ae4c85722bebfb650def4 | [] | no_license | lsj113602/Stadyweb | https://github.com/lsj113602/Stadyweb | 2491f2c57cf2bc553ca66e02d19fa8e36b8fec77 | 1eecc634faa0c8b508277c2f3fd7c911a672036f | refs/heads/master | 2021-01-21T16:00:28.869000 | 2017-05-26T01:54:29 | 2017-05-26T01:54:29 | 91,869,414 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lsj.learningroute.servlet;
import java.io.IOException;
import java.io.PrintWriter;
import java.sql.SQLException;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.List;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.H... | GB18030 | Java | 2,922 | java | LearningRouteServlet.java | Java | [] | null | [] | package com.lsj.learningroute.servlet;
import java.io.IOException;
import java.io.PrintWriter;
import java.sql.SQLException;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.List;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.H... | 2,922 | 0.761555 | 0.759104 | 101 | 27.277227 | 21.919348 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.960396 | false | false | 13 |
89a4393553cc11657f5ba088f7a565e9c4681059 | 21,672,405,003,238 | 1ab0ff5c53591c50f9c73805abc8bc04aa13c37a | /src/main/java/candidatetest/main/controller/AccountRestController.java | 217b0efc2402f862177948b7cb2fa1b14f98ff06 | [] | no_license | PMSI-AlignAlytics/candidate-test-seed | https://github.com/PMSI-AlignAlytics/candidate-test-seed | f2370e63571b44bf9b0da8c58130e7ca260cf451 | a5a369c584fda3fd1faf7e9469be101f2724c6d2 | refs/heads/master | 2021-04-29T21:20:30.363000 | 2018-02-15T14:41:59 | 2018-02-15T14:41:59 | 121,612,207 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package candidatetest.main.controller;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.bind.annotation.RestController;
... | UTF-8 | Java | 933 | java | AccountRestController.java | Java | [] | null | [] | package candidatetest.main.controller;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.bind.annotation.RestController;
... | 933 | 0.753483 | 0.747052 | 28 | 32.32143 | 26.276081 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.357143 | false | false | 13 |
14a2834ab0075f97a2ca1ac48880651fd3e7f852 | 24,232,205,484,330 | eac0ec8bbf29fb32e8b4464685828ba79b47bd11 | /src/bomberman/Gameobjects/movableobjects/enemys/Enemy.java | 57e0a291c09e0285d8ed7ae5a885264e4c3c0eb1 | [] | no_license | cesarcota/Bomberman | https://github.com/cesarcota/Bomberman | 66ff489aff5f0b6b19d281f62aeb03010bbccd2c | 961d513f8d56c5dd1f9c38fff858035cd9fdfb45 | refs/heads/master | 2021-09-13T13:17:45.572000 | 2018-02-06T17:41:32 | 2018-02-06T17:41:32 | 112,108,770 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package bomberman.Gameobjects.movableobjects.enemys;
import bomberman.Gameobjects.movableobjects.MovableObjects;
import bomberman.grid.GridDirection;
import bomberman.grid.position.GridPosition;
abstract public class Enemy extends MovableObjects {
private GridDirection currentDirection;
public Enemy(GridPos... | UTF-8 | Java | 2,029 | java | Enemy.java | Java | [] | null | [] | package bomberman.Gameobjects.movableobjects.enemys;
import bomberman.Gameobjects.movableobjects.MovableObjects;
import bomberman.grid.GridDirection;
import bomberman.grid.position.GridPosition;
abstract public class Enemy extends MovableObjects {
private GridDirection currentDirection;
public Enemy(GridPos... | 2,029 | 0.522425 | 0.516018 | 72 | 27.180555 | 26.546776 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.458333 | false | false | 13 |
7ae378f23b3050af052357ded10293a2aeb6f9dd | 25,872,882,993,368 | 4c4d204fa6f8642d907b70927b64381ae4c65e27 | /src/main/java/org/aplikator/client/shared/descriptor/ActionTypes.java | 93744c47cc7e4ab86f360b972ab474bb11edbf01 | [
"Apache-2.0"
] | permissive | incad/aplikator | https://github.com/incad/aplikator | 25415e6186d0abf602b15e1e191a1e025811bb27 | 7c7060e23fdd6958b185f96f819e4bfa716babe8 | refs/heads/master | 2019-07-09T10:38:19.529000 | 2019-02-20T11:49:17 | 2019-02-20T11:49:17 | 90,353,801 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.aplikator.client.shared.descriptor;
public interface ActionTypes {
static final String LIST = "list";
static final String FORM = "form";
static final String WIZZARD = "wizzard";
}
| UTF-8 | Java | 205 | java | ActionTypes.java | Java | [] | null | [] | package org.aplikator.client.shared.descriptor;
public interface ActionTypes {
static final String LIST = "list";
static final String FORM = "form";
static final String WIZZARD = "wizzard";
}
| 205 | 0.721951 | 0.721951 | 7 | 28.285715 | 18.257792 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 13 |
9d0549ea387772c0c6bb747be4e5c7faa7a9a571 | 31,327,491,515,616 | 0339f4c4f429bbe99b3e131a695e10c165d21bfd | /lj-mes-base-server/src/main/java/com/bpm/lj/mes/base/server/utils/DictTreeUtil.java | 8b637b85bcc2e4c2309a8f29794da91b5fc677af | [] | no_license | 528031951/lj-mes-base | https://github.com/528031951/lj-mes-base | 7ae32ce02d81e4aa7b645705f7f08fb0ef882a8e | 1d21452791e7806764f7508a82b754bf7452c3b8 | refs/heads/master | 2023-01-21T02:17:40.168000 | 2020-11-27T10:41:47 | 2020-11-27T10:41:47 | 316,087,734 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bpm.lj.mes.base.server.utils;
import com.bpm.lj.mes.base.server.dto.DictTreeNode;
import io.swagger.annotations.ApiModel;
import lombok.Data;
import java.util.ArrayList;
import java.util.List;
@Data
@ApiModel(description = "Tree树结构封装类")
public class DictTreeUtil {
/**
* 使用递归方法建树
* @param t... | UTF-8 | Java | 1,985 | java | DictTreeUtil.java | Java | [] | null | [] | package com.bpm.lj.mes.base.server.utils;
import com.bpm.lj.mes.base.server.dto.DictTreeNode;
import io.swagger.annotations.ApiModel;
import lombok.Data;
import java.util.ArrayList;
import java.util.List;
@Data
@ApiModel(description = "Tree树结构封装类")
public class DictTreeUtil {
/**
* 使用递归方法建树
* @param t... | 1,985 | 0.549559 | 0.548002 | 62 | 30.016129 | 25.022888 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.387097 | false | false | 13 |
84d2c30ceeb578f43e96881c09c69433c988723c | 6,451,040,891,475 | 190a7c2894862dfbf01ea751c95bfe608d788703 | /splash/src/com/kainotomia/start/TrackPad.java | 710e913768448bb140d977ed83d838cb4f58e1bf | [] | no_license | IamAKX/Old-projects | https://github.com/IamAKX/Old-projects | 38cfab8254a985f254ab28bd7a8161a648d2345f | d7f6113a17fdf17a141ca69c038214826256fef6 | refs/heads/master | 2021-01-10T17:50:05.028000 | 2016-03-16T12:10:19 | 2016-03-16T12:10:19 | 53,965,078 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kainotomia.start;
import org.apache.http.conn.ClientConnectionManager;
import android.app.Activity;
import android.os.Bundle;
import android.view.MotionEvent;
import android.view.View;
import android.view.Window;
import android.view.WindowManager;
public class TrackPad extends Activity {
@Override
pr... | UTF-8 | Java | 1,114 | java | TrackPad.java | Java | [] | null | [] | package com.kainotomia.start;
import org.apache.http.conn.ClientConnectionManager;
import android.app.Activity;
import android.os.Bundle;
import android.view.MotionEvent;
import android.view.View;
import android.view.Window;
import android.view.WindowManager;
public class TrackPad extends Activity {
@Override
pr... | 1,114 | 0.7307 | 0.7307 | 44 | 24.318182 | 22.700394 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.545455 | false | false | 13 |
d7e3b6f9f2a554f9f4dbfadec7fc19440ab7ba74 | 16,398,185,173,585 | 647ec12ce50f06e7380fdbfb5b71e9e2d1ac03b4 | /com.tencent.mm/classes.jar/com/tencent/mm/plugin/scanner/l$h.java | 95fbe82c8b0b8dbfb6fb631b43cf1d33d6b4d641 | [] | no_license | tsuzcx/qq_apk | https://github.com/tsuzcx/qq_apk | 0d5e792c3c7351ab781957bac465c55c505caf61 | afe46ef5640d0ba6850cdefd3c11badbd725a3f6 | refs/heads/main | 2022-07-02T10:32:11.651000 | 2022-02-01T12:41:38 | 2022-02-01T12:41:38 | 453,860,108 | 36 | 9 | null | false | 2022-01-31T09:46:26 | 2022-01-31T02:43:22 | 2022-01-31T06:56:43 | 2022-01-31T09:46:26 | 167,304 | 0 | 1 | 1 | Java | false | false | package com.tencent.mm.plugin.scanner;
public final class l$h
{
public static final int icons_outlined_more = 2131691045;
public static final int scan_no_network_error = 2131691713;
public static final int scan_no_result_error = 2131691714;
public static final int scan_success_mark_dot = 2131691717;
... | UTF-8 | Java | 766 | java | l$h.java | Java | [] | null | [] | package com.tencent.mm.plugin.scanner;
public final class l$h
{
public static final int icons_outlined_more = 2131691045;
public static final int scan_no_network_error = 2131691713;
public static final int scan_no_result_error = 2131691714;
public static final int scan_success_mark_dot = 2131691717;
... | 766 | 0.723238 | 0.612272 | 23 | 31.565218 | 29.687981 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.391304 | false | false | 13 |
85d5f4a328596e71ef356eb6e468abdf22563433 | 2,482,491,160,447 | e02ec2f605a02d91de8e550e7b4dc6577be218a0 | /server/src/main/java/com/example/server/src/main/java/edu/byu/cs/tweeter/server/dao/FollowDAOM3.java | 1d3e726250e04939bfc78083bc2a8ed283bad8da | [] | no_license | Jobo97/CS340_Course_Project | https://github.com/Jobo97/CS340_Course_Project | 55dda06f9e7210defcea3dd53863a0278784cf5b | 23a2f67a3059a7497d6a1aeba0b690c410c91343 | refs/heads/master | 2023-04-07T23:22:41.736000 | 2021-04-14T18:39:50 | 2021-04-14T18:39:50 | 335,785,970 | 0 | 0 | null | false | 2021-04-14T18:39:51 | 2021-02-03T23:44:57 | 2021-04-14T18:37:32 | 2021-04-14T18:39:50 | 57,597 | 0 | 0 | 0 | Java | false | false | package com.example.server.src.main.java.edu.byu.cs.tweeter.server.dao;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import java.util.Random;
import com.example.shared.src.main.java.edu.byu.cs.tweeter.model.domain.User;
import com.example.shared.src.main.java.edu.byu.cs.tweeter.model.se... | UTF-8 | Java | 8,495 | java | FollowDAOM3.java | Java | [
{
"context": "lowDAOM3 {\n private final User ben = new User(\"Ben\", \"Millett\", \"@benmillett\", MALE_IMAGE_URL);\n ",
"end": 990,
"score": 0.999747097492218,
"start": 987,
"tag": "NAME",
"value": "Ben"
},
{
"context": "3 {\n private final User ben = new User(\"Ben\", \"M... | null | [] | package com.example.server.src.main.java.edu.byu.cs.tweeter.server.dao;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import java.util.Random;
import com.example.shared.src.main.java.edu.byu.cs.tweeter.model.domain.User;
import com.example.shared.src.main.java.edu.byu.cs.tweeter.model.se... | 8,495 | 0.662036 | 0.651089 | 180 | 46.194443 | 36.580975 | 140 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.9 | false | false | 13 |
f8195d0ef4b537aaba7625a0e81687964c3510f5 | 5,171,140,667,217 | b7ae47c4ae4e9b5123ed4f2be44a36d934b89f77 | /EjercicioVeintidos.java | 19407fed31d0288237d4685438496c8ace96cddd | [] | no_license | fernandorvarela/EJERCICIOSJAVA | https://github.com/fernandorvarela/EJERCICIOSJAVA | fac2c3ea137feb7a27fa51225006d5b1df5f0c24 | 52f4bda391787b67cd240aef6493bc612042a14d | refs/heads/master | 2021-05-16T06:21:44.747000 | 2018-04-11T18:00:08 | 2018-04-11T18:00:08 | 103,433,883 | 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 ejercicioveintidos;
import java.util.Scanner;
/**
*
* @author wetsuit-skr
*/
public class EjercicioVeintidos ... | UTF-8 | Java | 1,075 | java | EjercicioVeintidos.java | Java | [
{
"context": "\r\nimport java.util.Scanner;\r\n\r\n/**\r\n *\r\n * @author wetsuit-skr\r\n */\r\npublic class EjercicioVeintidos {\r\n\r\n /**\r",
"end": 281,
"score": 0.9525490403175354,
"start": 270,
"tag": "USERNAME",
"value": "wetsuit-skr"
}
] | 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 ejercicioveintidos;
import java.util.Scanner;
/**
*
* @author wetsuit-skr
*/
public class EjercicioVeintidos ... | 1,075 | 0.528585 | 0.522962 | 44 | 22.25 | 21.726738 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.340909 | false | false | 13 |
6dbb67e32c8c9eb13d8193f2822dd42e4d97814d | 6,957,847,021,984 | da0c7138f80906e0af4be9da71b6a010f8007b84 | /family_order/src/web/com/asiainfo/veris/crm/order/web/person/sundryquery/voicemagzine12590/CancelCaptcha.java | 0bb739cce66c5a7546bfcc8591162bfb4a1cd5e6 | [] | no_license | bellmit/origin | https://github.com/bellmit/origin | 9d0e392cefc0f0c975ee042f2a7a93e3415ba7e6 | 9309074f033a53ba58144085cd044a660911ddb5 | refs/heads/master | 2022-12-02T16:08:42.301000 | 2020-08-21T05:34:24 | 2020-08-21T05:34:24 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.asiainfo.veris.crm.order.web.person.sundryquery.voicemagzine12590;
import org.apache.log4j.Logger;
import com.ailk.common.data.IData;
import com.asiainfo.veris.crm.order.web.person.sundryquery.ibossutil.CommonSubmit;
public abstract class CancelCaptcha extends CommonSubmit {
static transient final L... | UTF-8 | Java | 1,365 | java | CancelCaptcha.java | Java | [] | null | [] | package com.asiainfo.veris.crm.order.web.person.sundryquery.voicemagzine12590;
import org.apache.log4j.Logger;
import com.ailk.common.data.IData;
import com.asiainfo.veris.crm.order.web.person.sundryquery.ibossutil.CommonSubmit;
public abstract class CancelCaptcha extends CommonSubmit {
static transient final L... | 1,365 | 0.749066 | 0.73637 | 53 | 24.264151 | 25.569107 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.471698 | false | false | 13 |
ae460967672b2fb5f87f47495c41764333013d2e | 26,328,149,542,625 | 9222dccf5fe932b6e4d3bdb950af186ae02f71ee | /src/j2eetutorial14/examples/cb/saaj/src/com/sun/cb/OrderRequest.java | da2c0f8c5827c70c4c1a4aa3f2f87d44ee65b328 | [] | no_license | connaryscott/dukesbank | https://github.com/connaryscott/dukesbank | 7e9f7f9ab337522a435eb0a4863772ea16c83ef1 | 549585e51652054ab667dc2d4e65d6f385553ac6 | refs/heads/master | 2021-01-24T03:29:58.132000 | 2013-01-10T22:27:23 | 2013-01-10T22:27:23 | 1,304,055 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved. U.S.
* Government Rights - Commercial software. Government users are subject
* to the Sun Microsystems, Inc. standard license agreement and
* applicable provisions of the FAR and its supplements. Use is subject
* to license terms.
*
* This d... | UTF-8 | Java | 6,729 | java | OrderRequest.java | Java | [] | null | [] | /*
* Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved. U.S.
* Government Rights - Commercial software. Government users are subject
* to the Sun Microsystems, Inc. standard license agreement and
* applicable provisions of the FAR and its supplements. Use is subject
* to license terms.
*
* This d... | 6,729 | 0.639768 | 0.637688 | 181 | 36.176796 | 28.817039 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.569061 | false | false | 13 |
003aed9b5d7abed46cf18ec157ca1681b6c1bd95 | 18,245,021,132,818 | f04222ce2306388d04e4aaa02847a053a1de4dee | /SampleJava/src/Demos/Sess10_Program2.java | 44bfbe8431f6df806260d7491e521ef2928c327c | [] | no_license | BhavaniPericherla/test | https://github.com/BhavaniPericherla/test | 5dea412270810c5538e690a413095e7779cc7855 | 3f62fbad4f124ddcda225304e85792a2deb665f2 | refs/heads/master | 2020-07-27T21:28:48.611000 | 2019-09-18T05:44:34 | 2019-09-18T05:44:34 | 209,220,453 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package sample;
import java.util.Collection;
import java.util.HashMap;
import java.util.Iterator;
import java.util.Map;
import java.util.Map.Entry;
import java.util.Set;
/*2.Write a program to Add 7 entries of type String into HashMap and then print all the values in 3 possible ways.*/
public class Sess10_P... | UTF-8 | Java | 1,500 | java | Sess10_Program2.java | Java | [
{
"context": "= new HashMap<String,String>();\r\n\t hm.put(\"S\",\"Kumari\");\r\n\t hm.put(\"P\", \"Bhavani\");\r\n\t hm.put(",
"end": 460,
"score": 0.715742826461792,
"start": 457,
"tag": "NAME",
"value": "Kum"
},
{
"context": ");\r\n\t hm.put(\"S\",\"Kumari\");\r\n\t ... | null | [] | package sample;
import java.util.Collection;
import java.util.HashMap;
import java.util.Iterator;
import java.util.Map;
import java.util.Map.Entry;
import java.util.Set;
/*2.Write a program to Add 7 entries of type String into HashMap and then print all the values in 3 possible ways.*/
public class Sess10_P... | 1,500 | 0.639333 | 0.629333 | 53 | 26.301888 | 25.992441 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.90566 | false | false | 13 |
3ed460e954a026b4bcace1dfc58459a054ff93f5 | 11,716,670,816,673 | 57db4e05a3a825b0de45772c93c767300a0dd672 | /Semicolon/src/A.java | 4eb10b1a37ac405ca99071bd347f6abe9ae598dc | [] | no_license | Soundariya0104/Java-Sample-Programs | https://github.com/Soundariya0104/Java-Sample-Programs | fc8089858fcd49cde83755d683f60ada3535951d | 897e4fc8453a600afc5961500a48018121da29d4 | refs/heads/master | 2021-01-13T03:01:22.528000 | 2017-03-25T16:52:19 | 2017-03-25T16:52:19 | 77,056,866 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
public class A {
int a,b;
public static void add(int a,int b){
System.out.println(a+b);
}
public static void main(String args[]){
add(4,5);
}
}
| UTF-8 | Java | 157 | java | A.java | Java | [] | null | [] |
public class A {
int a,b;
public static void add(int a,int b){
System.out.println(a+b);
}
public static void main(String args[]){
add(4,5);
}
}
| 157 | 0.617834 | 0.605096 | 9 | 15.222222 | 14.061593 | 39 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.888889 | false | false | 13 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.