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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
fe278480ef6e82d0db0ba03f488f0e90a04f8a64 | 23,313,082,491,536 | df35718029d9934aeb14528646642df7dc3ae0a2 | /src/controlServlets/DAOBlog.java | 77f7665b12f75b07b61c8b689b132c7db655b09b | [] | no_license | elallaoui-m/SimpleProjectJEE | https://github.com/elallaoui-m/SimpleProjectJEE | a68b7e8986a7d2571f9a654ffe3919b4bece67a8 | ca9b37dbcfbfd4ad05d5fa23097d9f3cb871cf20 | refs/heads/master | 2021-10-11T21:12:32.582000 | 2019-01-29T21:04:40 | 2019-01-29T21:04:40 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package controlServlets;
import java.util.List;
public interface DAOBlog {
public void createBlog(Blog blog,Utilisateur util);
public Blog FindBlog (int id);
// change title and date and description
public void UpdateBlog(int id,Blog blog);
public void DeleteBlog(int id);
public List<Blog> ShowAll... | UTF-8 | Java | 381 | java | DAOBlog.java | Java | [] | null | [] | package controlServlets;
import java.util.List;
public interface DAOBlog {
public void createBlog(Blog blog,Utilisateur util);
public Blog FindBlog (int id);
// change title and date and description
public void UpdateBlog(int id,Blog blog);
public void DeleteBlog(int id);
public List<Blog> ShowAll... | 381 | 0.737533 | 0.737533 | 22 | 16.318182 | 18.239285 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.136364 | false | false | 11 |
d9d8684c0564353b8d706c43ab6b41bfcc903a9f | 5,738,076,317,139 | 9ee91d068f3118054dbd23e9d0fa653717077e6f | /product-manager/src/main/java/com/ensa/productmanager/dao/ProductRepository.java | 98cca389177bf87067265737bf559fa6850b297e | [] | no_license | Hamzablm/ensa | https://github.com/Hamzablm/ensa | 436b5dd9346cbf9c48d62d88025444108dd433b1 | ab1931931cc1185d7ef9df83cc4296a419cf1634 | refs/heads/master | 2022-10-07T04:48:49.390000 | 2020-01-17T10:33:17 | 2020-01-17T10:33:17 | 232,773,189 | 1 | 0 | null | false | 2022-09-01T23:18:51 | 2020-01-09T09:35:50 | 2020-01-17T10:33:27 | 2022-09-01T23:18:49 | 50 | 1 | 0 | 4 | TSQL | false | false | package com.ensa.productmanager.dao;
import com.ensa.productmanager.domain.Product;
import org.springframework.data.repository.CrudRepository;
import org.springframework.stereotype.Repository;
import java.util.List;
@Repository
public interface ProductRepository extends CrudRepository<Product, Long> {
List<Produ... | UTF-8 | Java | 361 | java | ProductRepository.java | Java | [] | null | [] | package com.ensa.productmanager.dao;
import com.ensa.productmanager.domain.Product;
import org.springframework.data.repository.CrudRepository;
import org.springframework.stereotype.Repository;
import java.util.List;
@Repository
public interface ProductRepository extends CrudRepository<Product, Long> {
List<Produ... | 361 | 0.831025 | 0.831025 | 12 | 29.083334 | 25.516199 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.583333 | false | false | 11 |
9db09a28426394b970ef976933fb32b597c0d0d1 | 22,170,621,195,498 | 94800b096c7696400afda3ce2478c7d03888f4e0 | /app/src/main/java/com/richie/opengl/view/image/ImageRenderer.java | 5d4bb3d102a5e86cc7b4aaf30f78c08e4dccbfb8 | [] | no_license | isuperqiang/LearnOpenGL_ES | https://github.com/isuperqiang/LearnOpenGL_ES | 83788c0cf30f926bb6127c24b2e4838768c3c381 | 9ac323bb17063ab64ad87036c0ce3f8998827280 | refs/heads/master | 2020-03-25T08:08:45.417000 | 2019-08-03T00:28:56 | 2019-08-03T00:28:56 | 143,599,075 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.richie.opengl.view.image;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.opengl.GLES20;
import android.opengl.GLUtils;
import android.opengl.Matrix;
import com.richie.opengl.GlApp;
import com.richie.opengl.R;
import com.richie.opengl.util.GLESUtils;
import com.richie... | UTF-8 | Java | 7,098 | java | ImageRenderer.java | Java | [
{
"context": "rer;\n\nimport java.nio.FloatBuffer;\n\n/**\n * @author Richie on 2018.08.06\n */\npublic class ImageRenderer impl",
"end": 400,
"score": 0.9986562728881836,
"start": 394,
"tag": "NAME",
"value": "Richie"
}
] | null | [] | package com.richie.opengl.view.image;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.opengl.GLES20;
import android.opengl.GLUtils;
import android.opengl.Matrix;
import com.richie.opengl.GlApp;
import com.richie.opengl.R;
import com.richie.opengl.util.GLESUtils;
import com.richie... | 7,098 | 0.629391 | 0.598019 | 159 | 40.899372 | 27.670841 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.220126 | false | false | 11 |
28a433508806644cce206679786c806ed18e26f8 | 33,466,385,186,576 | 3298432e1a2fa0fed01c27fdf6efe3ec0e7f8d4f | /cosmic-usage-core/src/main/java/com/github/missioncriticalcloud/cosmic/usage/core/repositories/es/parsers/DomainsAggregationParser.java | 97f6827808495dcdca45037aefa3a05072f03ebb | [
"Apache-2.0"
] | permissive | MissionCriticalCloud/cosmic-spring-boot | https://github.com/MissionCriticalCloud/cosmic-spring-boot | d8bac48721a72574ebca89d69d4fd14a64c159b3 | 5b171085ffa5e41506a10ac8bb753ac839d49342 | refs/heads/master | 2021-01-11T01:19:10.029000 | 2018-01-11T14:26:33 | 2018-01-11T14:26:33 | 70,726,086 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.github.missioncriticalcloud.cosmic.usage.core.repositories.es.parsers;
import static com.github.missioncriticalcloud.cosmic.usage.core.utils.MetricsConstants.DOMAINS_AGGREGATION;
import java.util.LinkedList;
import java.util.List;
import io.searchbox.core.SearchResult;
import io.searchbox.core.search.agg... | UTF-8 | Java | 926 | java | DomainsAggregationParser.java | Java | [
{
"context": "package com.github.missioncriticalcloud.cosmic.usage.core.repositories.es.parsers;\n\nimpor",
"end": 39,
"score": 0.6063350439071655,
"start": 26,
"tag": "USERNAME",
"value": "criticalcloud"
},
{
"context": "ries.es.parsers;\n\nimport static com.github.missioncriticalcl... | null | [] | package com.github.missioncriticalcloud.cosmic.usage.core.repositories.es.parsers;
import static com.github.missioncriticalcloud.cosmic.usage.core.utils.MetricsConstants.DOMAINS_AGGREGATION;
import java.util.LinkedList;
import java.util.List;
import io.searchbox.core.SearchResult;
import io.searchbox.core.search.agg... | 926 | 0.761339 | 0.760259 | 29 | 30.931034 | 36.534283 | 124 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.413793 | false | false | 11 |
4985e2b9b4ff5622d13a3db875f8a24ef122359b | 15,470,472,216,203 | 6aa05b6f0d2f78bc03ebcbe3a7bd7bc5145a4d11 | /app/src/main/java/com/mwa/base1/Login_Form.java | f2ad631ec91d69e1694dfb434f44c31b0bd79a79 | [] | no_license | moewinaung/Firebase-Basic | https://github.com/moewinaung/Firebase-Basic | 6f1e75658266b09b22d73fdd8912c33d6ce415d3 | 3ce382eff0d99672c608e70efd151d09d5b04183 | refs/heads/master | 2023-01-13T08:37:31.124000 | 2020-11-12T17:53:15 | 2020-11-12T17:53:15 | 312,354,366 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mwa.base1;
import android.support.v7.app.*;
import android.os.*;
public class Login_Form extends AppCompatActivity
{
@Override
protected void onCreate(Bundle savedInstanceState)
{
super.onCreate(savedInstanceState);
setContentView(R.layout.log_in);
}
}
| UTF-8 | Java | 275 | java | Login_Form.java | Java | [] | null | [] | package com.mwa.base1;
import android.support.v7.app.*;
import android.os.*;
public class Login_Form extends AppCompatActivity
{
@Override
protected void onCreate(Bundle savedInstanceState)
{
super.onCreate(savedInstanceState);
setContentView(R.layout.log_in);
}
}
| 275 | 0.770909 | 0.763636 | 14 | 18.642857 | 18.281948 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.928571 | false | false | 11 |
c3d2e9904c2377af60cce85591111e1299615783 | 18,064,632,455,610 | 78b3b02fe8612d61c194c644268e7db825388127 | /samples/client/YPSwaggerApi/android-java/src/main/java/com/youpers/model/ErrorObject.java | 46bf489405517fe69492bc609193dce357fa42c2 | [
"Apache-2.0"
] | permissive | YouPers/swagger-codegen-master | https://github.com/YouPers/swagger-codegen-master | 7726d74ca46c291ccbcc608da456eae9ea8e82cd | ce1b69eeb94bdcab6053fdefa086bc4cb9d0a8a8 | refs/heads/master | 2021-01-19T17:23:10.819000 | 2014-10-16T06:25:27 | 2014-10-16T06:25:27 | 21,353,182 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.youpers.model;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.youpers.utils.JsonUtil;
public class ErrorObject extends ObjectYP {
@JsonProperty("message")
private String message = null;
@JsonProperty("code")
private String code = null;
@JsonProperty("stacktrace")
private Stri... | UTF-8 | Java | 1,165 | java | ErrorObject.java | Java | [] | null | [] | package com.youpers.model;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.youpers.utils.JsonUtil;
public class ErrorObject extends ObjectYP {
@JsonProperty("message")
private String message = null;
@JsonProperty("code")
private String code = null;
@JsonProperty("stacktrace")
private Stri... | 1,165 | 0.666094 | 0.666094 | 45 | 24.866667 | 18.516779 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 11 |
2195b654e18c4b02ec8e7daeccc39dda8083e1d8 | 18,064,632,452,597 | fb9cc902eb296b1aedc4eb19269fca05c0fa5aa4 | /src/it/dependency-scope-compile-classpath/sut-module/src/test/java/sut/module/SubjectUnderTest.java | c03ae10935a9964450a15f530d7dec0c4e61b7bb | [
"LicenseRef-scancode-free-unknown",
"Apache-2.0"
] | permissive | sormuras/junit-platform-maven-plugin | https://github.com/sormuras/junit-platform-maven-plugin | c734e2a975af490ce607a0e62f05af552d5c1995 | e5dc3527002fc5c14b87a890d716ced08b92d09a | refs/heads/master | 2023-09-03T15:19:43.056000 | 2023-07-24T15:26:57 | 2023-07-25T13:23:45 | 144,856,516 | 61 | 12 | Apache-2.0 | false | 2023-08-15T17:44:16 | 2018-08-15T13:27:26 | 2023-03-21T22:02:34 | 2023-08-15T17:44:15 | 682 | 59 | 15 | 15 | Java | false | false | package sut.module;
import static org.junit.jupiter.api.Assertions.assertTrue;
import dummymodule.module.one.AppOne;
import dummymodule.module.two.AppTwo;
import org.junit.jupiter.api.Test;
class SubjectUnderTest {
@Test
void test_dummy_module_one_in_compile_scope_is_accessible() {
assertTrue(new AppOne().re... | UTF-8 | Java | 460 | java | SubjectUnderTest.java | Java | [] | null | [] | package sut.module;
import static org.junit.jupiter.api.Assertions.assertTrue;
import dummymodule.module.one.AppOne;
import dummymodule.module.two.AppTwo;
import org.junit.jupiter.api.Test;
class SubjectUnderTest {
@Test
void test_dummy_module_one_in_compile_scope_is_accessible() {
assertTrue(new AppOne().re... | 460 | 0.743478 | 0.743478 | 19 | 23.210526 | 22.55888 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.368421 | false | false | 11 |
e9caa024378995d4d72824fe01c09b983b58a7c2 | 17,205,638,990,405 | 49a1066e8e0be015a0daed6570b2a74c28ee20e2 | /DesignPattem/src/com/angenin/iterator/college/College.java | fda0866f122472e4244166d75b4c331cfb8b35b9 | [] | no_license | angenin/DesignPattem | https://github.com/angenin/DesignPattem | 18cd3c4629e1669eebdd93c8ec8561a5e150aedc | 19459524a10997c3f5fe4c4656185c10fd76ffb3 | refs/heads/master | 2022-11-23T16:48:21.002000 | 2020-07-20T09:54:33 | 2020-07-20T09:54:33 | 281,006,646 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.angenin.iterator.college;
import java.util.Iterator;
/**
* @package_name: com.angenin.iterator
* @name: College
* @author: angenin
* @dateTime: 2020/7/16 6:26 下午
**/
public interface College {
public String getName();
//增加系的方法
public void addDepartment(String name, String desc);
//... | UTF-8 | Java | 408 | java | College.java | Java | [
{
"context": "com.angenin.iterator\n * @name: College\n * @author: angenin\n * @dateTime: 2020/7/16 6:26 下午\n **/\npublic inter",
"end": 147,
"score": 0.9995317459106445,
"start": 140,
"tag": "USERNAME",
"value": "angenin"
}
] | null | [] | package com.angenin.iterator.college;
import java.util.Iterator;
/**
* @package_name: com.angenin.iterator
* @name: College
* @author: angenin
* @dateTime: 2020/7/16 6:26 下午
**/
public interface College {
public String getName();
//增加系的方法
public void addDepartment(String name, String desc);
//... | 408 | 0.682796 | 0.655914 | 21 | 16.714285 | 16.365303 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 11 |
3782230c21d28a2ff5a5ad270f1ac213bf98f62f | 33,432,025,470,625 | e7c42c0cf37cbd12da99b21b6599f0eaa02f0bdc | /src/com/deliverik/infogovernor/fxk/bl/task/RiskprojectvwBL.java | 69ac26ece6d7257667e397a75f7cbbebca6280ed | [] | no_license | SuPerCat323/IGCRCB | https://github.com/SuPerCat323/IGCRCB | b6c577705a0983c658301f418d05925557d2ec56 | 4fbe4a786e1621f6a76b716dfd73b8206f0b2e0b | refs/heads/master | 2020-09-28T02:45:33.354000 | 2017-10-17T00:16:49 | 2017-10-17T00:16:49 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* 北京递蓝科软件技术有限公司版权所有,保留所有权利。
*/
package com.deliverik.infogovernor.fxk.bl.task;
import java.util.List;
import com.deliverik.framework.base.BLException;
import com.deliverik.framework.base.BaseBL;
import com.deliverik.infogovernor.fxk.model.RiskprojectvwInfo;
import com.deliverik.infogovernor.fxk.model.condition.... | GB18030 | Java | 2,350 | java | RiskprojectvwBL.java | Java | [] | null | [] | /*
* 北京递蓝科软件技术有限公司版权所有,保留所有权利。
*/
package com.deliverik.infogovernor.fxk.bl.task;
import java.util.List;
import com.deliverik.framework.base.BLException;
import com.deliverik.framework.base.BaseBL;
import com.deliverik.infogovernor.fxk.model.RiskprojectvwInfo;
import com.deliverik.infogovernor.fxk.model.condition.... | 2,350 | 0.706932 | 0.702854 | 109 | 17.009174 | 19.714706 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.972477 | false | false | 11 |
4f4c24e417ee3fe7dd418565e38638e548bfb31b | 31,009,663,915,375 | 6aa7b27e053bb580cb12147f80eb8511b59be8b6 | /app/src/main/java/edu/css/unit11_weather_async/MainActivity.java | 3acd9b16355bc09e34cd9b19481792ccca196004 | [] | no_license | CIS-3334-Mobile-at-St-Scholastica/cis-3334-unit-11-xml-async-weather-jcooper98 | https://github.com/CIS-3334-Mobile-at-St-Scholastica/cis-3334-unit-11-xml-async-weather-jcooper98 | 3d57ddfbd9ce362fa826032614b96789ba4b5aa5 | b54d782b8402445730ca380be5321eb55fc5b986 | refs/heads/master | 2020-05-07T19:42:31.192000 | 2019-04-12T00:29:28 | 2019-04-12T00:29:28 | 180,824,876 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.css.unit11_weather_async;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.EditText;
import android.widget.Toast;
import org.xmlpull.v1.XmlPullParserException;
import java.io.IOException;
import java.net.URISyntaxException;
import ... | UTF-8 | Java | 3,009 | java | MainActivity.java | Java | [
{
"context": "ception;\nimport java.net.URL;\n\n/**\n * @author Tom Gibbons\n * @version (current version number of progra",
"end": 366,
"score": 0.9997844696044922,
"start": 355,
"tag": "NAME",
"value": "Tom Gibbons"
}
] | null | [] | package edu.css.unit11_weather_async;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.EditText;
import android.widget.Toast;
import org.xmlpull.v1.XmlPullParserException;
import java.io.IOException;
import java.net.URISyntaxException;
import ... | 3,004 | 0.660352 | 0.659023 | 108 | 26.861111 | 29.355881 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.305556 | false | false | 11 |
3d65aee90fea848b4b50f899375cda00ffdbf474 | 4,741,643,943,346 | 4a52b1d0aa2a26c2ff43d484df7f1d07ac4d9d1f | /src/main/java/com/tapifolti/azurestorage/api/Upload.java | 4578079288ee42c44ce7bb967a5fec13922b75ee | [] | no_license | tapifolti/AzureStorageTest | https://github.com/tapifolti/AzureStorageTest | ba849afb1e8523ffbbdac9822e3adfd4716f911f | 48fe7341d306d7695b41a7be6cb914493949aa62 | refs/heads/master | 2021-01-20T10:54:15.713000 | 2017-09-05T18:47:42 | 2017-09-05T18:47:42 | 101,655,912 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tapifolti.azurestorage.api;
import com.microsoft.azure.storage.CloudStorageAccount;
import com.microsoft.azure.storage.StorageException;
import com.microsoft.azure.storage.blob.CloudBlobClient;
import com.microsoft.azure.storage.blob.CloudBlobContainer;
import com.microsoft.azure.storage.blob.CloudBlockBlo... | UTF-8 | Java | 1,405 | java | Upload.java | Java | [
{
"context": "import java.io.FileInputStream;\n\n/**\n * Created by tapifolti on 8/28/2017.\n */\npublic class Upload {\n\n publ",
"end": 441,
"score": 0.9996172189712524,
"start": 432,
"tag": "USERNAME",
"value": "tapifolti"
}
] | null | [] | package com.tapifolti.azurestorage.api;
import com.microsoft.azure.storage.CloudStorageAccount;
import com.microsoft.azure.storage.StorageException;
import com.microsoft.azure.storage.blob.CloudBlobClient;
import com.microsoft.azure.storage.blob.CloudBlobContainer;
import com.microsoft.azure.storage.blob.CloudBlockBlo... | 1,405 | 0.75089 | 0.745907 | 37 | 36.972973 | 33.987667 | 132 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.513514 | false | false | 11 |
4ed8d28e957f81271fee8f39d01cb748c6cc302b | 18,124,762,024,089 | e6deb62afc7c2f7f8bc5fa5503f8c35c10350e19 | /src/algorithm/codingInterview/datastructure/tree/BinaryTreeWth2DArray.java | 6c04644331e373db3dfa1ba4bc2f6137b6d1997a | [] | no_license | mongsil1025/algorithm | https://github.com/mongsil1025/algorithm | 7f54a7461d41f738c81ff2f6a40e71cca642ff30 | 9b1e9a4241286d2e9c5aa4315b8426f2c92af478 | refs/heads/master | 2023-08-22T07:29:21.209000 | 2021-10-26T17:17:44 | 2021-10-26T17:17:44 | 280,877,820 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package algorithm.codingInterview.datastructure.tree;
import java.util.Scanner;
/**
* n이 주어졌을 때, 1~n 까지의 숫자를 완전이진트리로 구현하고, 전위/중위/후위 순회로 출력하자
*
*
*
* @author sunmin
* @since 2021.10.04
*/
public class BinaryTreeWth2DArray {
public static void main(String[] args) {
Scanner scan = new Scanne... | UTF-8 | Java | 1,837 | java | BinaryTreeWth2DArray.java | Java | [
{
"context": "리로 구현하고, 전위/중위/후위 순회로 출력하자\n * \n * \n * \n * @author sunmin\n * @since 2021.10.04\n */\npublic class BinaryTre",
"end": 174,
"score": 0.888751208782196,
"start": 168,
"tag": "USERNAME",
"value": "sunmin"
}
] | null | [] | package algorithm.codingInterview.datastructure.tree;
import java.util.Scanner;
/**
* n이 주어졌을 때, 1~n 까지의 숫자를 완전이진트리로 구현하고, 전위/중위/후위 순회로 출력하자
*
*
*
* @author sunmin
* @since 2021.10.04
*/
public class BinaryTreeWth2DArray {
public static void main(String[] args) {
Scanner scan = new Scanne... | 1,837 | 0.48102 | 0.45949 | 72 | 23.513889 | 18.020044 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.555556 | false | false | 11 |
2e51e33ed22e4942225ac1550d23e5e976f9d8af | 4,870,492,966,089 | 34a51511a722c117d45462a78c196c5c8c7f537c | /src/main/java/org/albireo/services/job/MailJobExecutor.java | 8bfbd849075d90617125dbbe4c74abb76b4e7c7b | [] | no_license | dystudio/albireo | https://github.com/dystudio/albireo | 87080323af45168e7e9b310b48b2929ed2915b0e | 0402c945b6bc31c4270d99fbe885aa8e968e8ecb | refs/heads/master | 2022-09-05T01:55:47.433000 | 2020-05-21T13:46:53 | 2020-05-21T13:46:53 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright Cboard
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agree... | UTF-8 | Java | 1,573 | java | MailJobExecutor.java | Java | [
{
"context": "ork.context.ApplicationContext;\n\n/**\n * Created by yfyuan on 2017/2/20.\n */\npublic class MailJobExecutor im",
"end": 964,
"score": 0.9974169731140137,
"start": 958,
"tag": "USERNAME",
"value": "yfyuan"
}
] | null | [] | /*
* Copyright Cboard
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agree... | 1,573 | 0.726637 | 0.718373 | 44 | 34.75 | 34.204681 | 159 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.431818 | false | false | 11 |
ed74406841f312fb4d4e0e999b131456069cc56f | 30,408,368,467,951 | 0df26dd9a6216d4db1cfac4608a039d7a19027da | /java2/loops/Ex11.java | bdc32551de938da58eda312ce650206fd19fafe0 | [] | no_license | MuraliDeveloper/coreJava | https://github.com/MuraliDeveloper/coreJava | 3510264a295baf8caa7ce08c70bbcb0a7b3e1da4 | dec3505f8a79e958957c3130bdebe9a5f02a2ef9 | refs/heads/master | 2021-11-22T17:01:56.491000 | 2021-08-30T03:56:57 | 2021-08-30T03:56:57 | 168,645,045 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package loops;
import java.util.Scanner;
public class Ex11 {
public static void main(String[] args) {
// take size as input
Scanner sc = new Scanner(System.in);
System.out.println("enter size");
int size= sc.nextInt();
for(int i=0; i<size;i++) {
int c = 1;
for(int j=size; c<=size-i ;j--, c++... | UTF-8 | Java | 651 | java | Ex11.java | Java | [] | null | [] | package loops;
import java.util.Scanner;
public class Ex11 {
public static void main(String[] args) {
// take size as input
Scanner sc = new Scanner(System.in);
System.out.println("enter size");
int size= sc.nextInt();
for(int i=0; i<size;i++) {
int c = 1;
for(int j=size; c<=size-i ;j--, c++... | 651 | 0.52381 | 0.486943 | 36 | 17.083334 | 16.260681 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.555556 | false | false | 11 |
284e10bf4e28da4cf06dc2b4ab246eb3529da4c5 | 18,322,330,505,945 | 9230f9ed5949a33221ba3896a117f1dd9af696d1 | /src/io/github/heinrichquirit/main/util/Utils.java | 636f55ed926293148513fe907217711d46415d38 | [] | no_license | heinrichquirit/CourseManagementSystem | https://github.com/heinrichquirit/CourseManagementSystem | 5d701d5fe26fb2445c1325242e8fcafc75c999fb | a22bee3b106e2bb324d348543d1fa40aa2393fff | refs/heads/master | 2020-03-26T00:05:58.870000 | 2018-10-08T11:07:46 | 2018-10-08T11:07:46 | 144,306,304 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package io.github.heinrichquirit.main.util;
import java.io.File;
import java.util.HashSet;
import java.util.Map;
import io.github.heinrichquirit.main.CourseManagementSystem;
import io.github.heinrichquirit.main.objects.Course;
import io.github.heinrichquirit.main.objects.Student;
public class Utils {
public static... | UTF-8 | Java | 1,549 | java | Utils.java | Java | [
{
"context": "package io.github.heinrichquirit.main.util;\n\nimport java.io.File;\nimport java.util",
"end": 32,
"score": 0.9995980262756348,
"start": 18,
"tag": "USERNAME",
"value": "heinrichquirit"
},
{
"context": ".HashSet;\nimport java.util.Map;\n\nimport io.github.heinrichquirit... | null | [] | package io.github.heinrichquirit.main.util;
import java.io.File;
import java.util.HashSet;
import java.util.Map;
import io.github.heinrichquirit.main.CourseManagementSystem;
import io.github.heinrichquirit.main.objects.Course;
import io.github.heinrichquirit.main.objects.Student;
public class Utils {
public static... | 1,549 | 0.684312 | 0.684312 | 55 | 27.163637 | 23.680267 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.145455 | false | false | 11 |
db2136d366ad572452f40c0f448e53234b148d2f | 30,502,857,791,809 | 679869506d3d48ca14f244607d8b875452268ef3 | /nin_res_manage_v2.0/src/main/java/cn/netinnet/util/CheckDataUtil.java | 7d752c9bce54364182a5669cc08c6a4d0d9b98ae | [] | no_license | breakansin/internship | https://github.com/breakansin/internship | 4d0dbc45cf91c7bdd6ea2e8ba365beaf30eec677 | 5c7712a047740eaae2fccd11c45b1497a23df3a0 | refs/heads/master | 2018-11-04T10:07:04.526000 | 2018-08-26T17:48:04 | 2018-08-26T17:48:04 | 146,188,754 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.netinnet.util;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
public class CheckDataUtil {
public static String checkData(String data, int length, String target) {
String msg = "";
data = data.trim();
System.out.println("data:"+data);
if (data.isEmpty()... | UTF-8 | Java | 996 | java | CheckDataUtil.java | Java | [] | null | [] | package cn.netinnet.util;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
public class CheckDataUtil {
public static String checkData(String data, int length, String target) {
String msg = "";
data = data.trim();
System.out.println("data:"+data);
if (data.isEmpty()... | 996 | 0.526096 | 0.525052 | 33 | 28.030304 | 21.622778 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.69697 | false | false | 11 |
24de7da1e4eea8f7b8a892dfb6fbd0258f7bcc28 | 20,340,965,148,343 | 165a6708a5dde87d2fd746b626b40fb64a1ce65f | /src/main/java/com/raptorplan/raptorplan/data/entity/CourseInfoMcTemplate.java | ea58b984c26094b1913da5e2a056f39439e718f2 | [] | no_license | UpToEleven1102/RaptorPlanSpringAPI | https://github.com/UpToEleven1102/RaptorPlanSpringAPI | d6e087cee832589cdfe85f4968ca61c559d0a5ef | 00f2ecbf4102c8eac18537feb2b3daf0987dc1d6 | refs/heads/master | 2021-03-27T12:33:51.248000 | 2018-01-12T05:38:33 | 2018-01-12T05:38:33 | 113,368,465 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.raptorplan.raptorplan.data.entity;
import com.raptorplan.raptorplan.data.entity.CourseEntity;
import javax.persistence.*;
import java.util.ArrayList;
import java.util.List;
@Entity
@Table(name = "H.course_info")
public class CourseInfoMcTemplate {
@Id
@GeneratedValue(strategy = GenerationType.AUT... | UTF-8 | Java | 1,922 | java | CourseInfoMcTemplate.java | Java | [] | null | [] | package com.raptorplan.raptorplan.data.entity;
import com.raptorplan.raptorplan.data.entity.CourseEntity;
import javax.persistence.*;
import java.util.ArrayList;
import java.util.List;
@Entity
@Table(name = "H.course_info")
public class CourseInfoMcTemplate {
@Id
@GeneratedValue(strategy = GenerationType.AUT... | 1,922 | 0.64204 | 0.64204 | 85 | 21.623529 | 21.494173 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.376471 | false | false | 11 |
5c5d5f246353ecaaf613712c11fad32ca7783b5a | 14,611,478,772,502 | 6aad402fe8386e0177b92728c03249b694fc2b52 | /admin-base/src/main/java/com/coin/base/config/DateUtil.java | ba3d760a47f4e033bd51890a4fd2e3f5a4578f4f | [] | no_license | DORcode/admin-demo | https://github.com/DORcode/admin-demo | 8238ed2f40bc1b81c71019d22530e6af96a09e52 | 6688acecaba48e08ae39c1aa9e58a0ce7d6b6c99 | refs/heads/master | 2022-10-21T07:50:55.621000 | 2021-04-21T12:58:21 | 2021-04-21T12:58:21 | 234,509,284 | 0 | 0 | null | false | 2022-10-05T18:22:54 | 2020-01-17T08:53:48 | 2021-04-21T12:59:04 | 2022-10-05T18:22:51 | 83,897 | 0 | 0 | 20 | Java | false | false | package com.coin.base.config;
import java.math.BigDecimal;
import java.math.RoundingMode;
import java.text.DateFormat;
import java.text.ParseException;
import java.text.ParsePosition;
import java.text.SimpleDateFormat;
import java.time.LocalDateTime;
import java.time.ZoneId;
import java.time.ZoneOffset;
import java.ti... | UTF-8 | Java | 17,895 | java | DateUtil.java | Java | [
{
"context": "lassName DateUtil\n * @Description: TODO\n * @Author kh\n * @Date 2020/6/2 15:41\n * @Version V1.0\n **/\npub",
"end": 432,
"score": 0.9984877705574036,
"start": 430,
"tag": "USERNAME",
"value": "kh"
},
{
"context": "ount\n * @Description 计算两个日期间的月份\n * @author ... | null | [] | package com.coin.base.config;
import java.math.BigDecimal;
import java.math.RoundingMode;
import java.text.DateFormat;
import java.text.ParseException;
import java.text.ParsePosition;
import java.text.SimpleDateFormat;
import java.time.LocalDateTime;
import java.time.ZoneId;
import java.time.ZoneOffset;
import java.ti... | 17,895 | 0.605348 | 0.593808 | 529 | 32.58223 | 24.045353 | 126 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.750473 | false | false | 11 |
382d73b54418155cb615aa8e2baff6433e6ecde5 | 32,624,571,591,005 | bbec29511cc6010646b690f9ac475b17d4dd6873 | /src/main/java/com/googlecode/gwtphonegap/client/geolocation/Position.java | 579944c1a5f6986787423c57966033b4239f81e3 | [] | no_license | vwegert/gwtphonegap | https://github.com/vwegert/gwtphonegap | f97b68203e95c48b962c334156fa1e902f577d81 | 99b3a1191713d375089b8d9de733bce827355584 | refs/heads/master | 2021-01-18T14:40:33.830000 | 2011-11-12T22:07:32 | 2011-11-12T22:07:32 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.googlecode.gwtphonegap.client.geolocation;
public interface Position {
public Coordinates getCoordinates();
public long getTimeStamp();
}
| UTF-8 | Java | 155 | java | Position.java | Java | [] | null | [] | package com.googlecode.gwtphonegap.client.geolocation;
public interface Position {
public Coordinates getCoordinates();
public long getTimeStamp();
}
| 155 | 0.8 | 0.8 | 8 | 18.375 | 19.678272 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.625 | false | false | 11 |
6b423753f1361e48c80f53ddadc6b6d6d60e37a0 | 13,709,535,664,037 | 0ee82491cc2c4da83399b3ed52fc3d74d5941a67 | /src/com/lanjinger/choiassociatedpress/model/bean/Article.java | 96a93de00f7deda99ce550acc54ba9349bba9e45 | [] | no_license | huaoguo11/ChoiAssociatedPress | https://github.com/huaoguo11/ChoiAssociatedPress | bca2eac5bc45d609de3a5312aea07408a6e787ec | c440e5bb783a8db2e83cd745dd535781665a1ec1 | refs/heads/master | 2015-08-18T14:15:25.763000 | 2014-12-25T07:48:26 | 2014-12-25T07:48:26 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lanjinger.choiassociatedpress.model.bean;
import java.io.Serializable;
import com.google.gson.annotations.SerializedName;
/**
* 文章信息
*
* @author patrick
*
*/
public class Article implements Serializable {
private static final long serialVersionUID = 2173376042656404640L;
@SerializedName("id")
... | UTF-8 | Java | 2,782 | java | Article.java | Java | [
{
"context": "ations.SerializedName;\n\n/**\n * 文章信息\n * \n * @author patrick\n * \n */\npublic class Article implements Serializa",
"end": 171,
"score": 0.7190120220184326,
"start": 164,
"tag": "USERNAME",
"value": "patrick"
}
] | null | [] | package com.lanjinger.choiassociatedpress.model.bean;
import java.io.Serializable;
import com.google.gson.annotations.SerializedName;
/**
* 文章信息
*
* @author patrick
*
*/
public class Article implements Serializable {
private static final long serialVersionUID = 2173376042656404640L;
@SerializedName("id")
... | 2,782 | 0.703317 | 0.696467 | 167 | 15.610779 | 14.343456 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.203593 | false | false | 11 |
6afa098524e0b6a0e4f0a4bb6be0fcb3cc85c521 | 20,650,202,789,278 | 2ec7131967392da6eab6aebeb4ba4c17f2c487bb | /src/main/java/cn/nb/dao/SaleMapper.java | 3be97aafc540b7b1156f9af70904d4e05135985a | [] | no_license | dongyaotou/ssm_product | https://github.com/dongyaotou/ssm_product | 570be192db6e7d15591c77a984e1e19efa2e345e | 054e1f4b7625a83592bdfbee9a0e74ec5a923ef6 | refs/heads/master | 2020-03-26T21:53:22.490000 | 2018-08-20T12:38:27 | 2018-08-20T12:38:27 | 145,415,285 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.nb.dao;
import cn.nb.bean.Sale;
public interface SaleMapper {
//向销售表中添加订单记录
public void addOrder(Sale sale);
}
| UTF-8 | Java | 160 | java | SaleMapper.java | Java | [] | null | [] | package cn.nb.dao;
import cn.nb.bean.Sale;
public interface SaleMapper {
//向销售表中添加订单记录
public void addOrder(Sale sale);
}
| 160 | 0.681159 | 0.681159 | 11 | 11.272727 | 13.080804 | 36 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.272727 | false | false | 11 |
bf89a836cc9dc50e42d9a744ff9e785265f18340 | 4,715,874,147,216 | 39a87411edb2ac32a5466fddb5b60a703d3e21b4 | /src/_174/_174.java | e138b0276ffd02ec98e72101549c98a4b884380f | [] | no_license | DavCuesLop/Ejercicios-174-y-176-de-Aceptaelreto | https://github.com/DavCuesLop/Ejercicios-174-y-176-de-Aceptaelreto | 4ed57d08a5dddd864e017e1134251e778a0cc505 | fe5de18c6dc8467823646e40d46a670864ea3bb5 | refs/heads/master | 2021-01-30T20:16:47.168000 | 2020-02-27T11:55:34 | 2020-02-27T11:55:34 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package _174;
import java.util.Scanner;
public class _174 {
//Este es el ejercicio 174, introduces un año y te saca el resultado que se pide
public static void main(String[] args) {
Scanner tec = new Scanner(System.in);
int num = tec.nextInt();
boolean estaRepe = hayRepes(String.valueOf(num))... | UTF-8 | Java | 1,183 | java | _174.java | Java | [] | null | [] | package _174;
import java.util.Scanner;
public class _174 {
//Este es el ejercicio 174, introduces un año y te saca el resultado que se pide
public static void main(String[] args) {
Scanner tec = new Scanner(System.in);
int num = tec.nextInt();
boolean estaRepe = hayRepes(String.valueOf(num))... | 1,183 | 0.594755 | 0.571066 | 53 | 20.301888 | 19.012989 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.320755 | false | false | 11 |
93973a4f50772448bce3fb0469ca8c8299159d4f | 25,984,552,197,290 | 727b7f69404ce8b6c9bf247ce8f64503fec5e532 | /app/src/main/java/com/example/jigsaw_puzzle/MyScores.java | cec4322e42a2402e88f61832027b0c8fc659dc35 | [] | no_license | 0xSh4dy/Real-World-Jigsaw | https://github.com/0xSh4dy/Real-World-Jigsaw | e0143876cb9dcef26f0fbdbd527566d00ed7bfe6 | c104dd775d247ded40a5a6caa6f8e3b8f4147b19 | refs/heads/master | 2023-07-08T07:24:37.105000 | 2021-08-08T07:13:57 | 2021-08-08T07:13:57 | 386,867,733 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.jigsaw_puzzle;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Context;
import android.content.SharedPreferences;
import android.graphics.Bitmap;
import android.net.ConnectivityManager;
import android.os.Bundle;
import android.view.View;
import android.webkit.WebView;
impor... | UTF-8 | Java | 2,056 | java | MyScores.java | Java | [] | null | [] | package com.example.jigsaw_puzzle;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Context;
import android.content.SharedPreferences;
import android.graphics.Bitmap;
import android.net.ConnectivityManager;
import android.os.Bundle;
import android.view.View;
import android.webkit.WebView;
impor... | 2,056 | 0.669261 | 0.668774 | 53 | 37.811321 | 24.498793 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.811321 | false | false | 11 |
4476738134853d7af3ac0053d0b4b0ad84858025 | 22,943,715,320,991 | 3b481b302b02edf57b816acac9e5ff3b7ec602e2 | /src/afq.java | 3ae41a248979b5df3aab349c2ce6a117cfe28748 | [] | no_license | reverseengineeringer/com.twitter.android | https://github.com/reverseengineeringer/com.twitter.android | 53338ae009b2b6aa79551a8273875ec3728eda99 | f834eee04284d773ccfcd05487021200de30bd1e | refs/heads/master | 2021-04-15T04:35:06.232000 | 2016-07-21T03:51:19 | 2016-07-21T03:51:19 | 63,835,046 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | import com.twitter.model.core.TwitterUser;
import com.twitter.util.collection.x;
import java.io.Closeable;
import java.io.IOException;
import rx.o;
public class afq
implements Closeable
{
private final avw<Long, x<TwitterUser>> a;
private final avw<Long, x<TwitterUser>> b;
public afq(avw<Long, x<TwitterUser... | UTF-8 | Java | 758 | java | afq.java | Java | [] | null | [] | import com.twitter.model.core.TwitterUser;
import com.twitter.util.collection.x;
import java.io.Closeable;
import java.io.IOException;
import rx.o;
public class afq
implements Closeable
{
private final avw<Long, x<TwitterUser>> a;
private final avw<Long, x<TwitterUser>> b;
public afq(avw<Long, x<TwitterUser... | 758 | 0.66095 | 0.646438 | 36 | 20.083334 | 21.694054 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.472222 | false | false | 11 |
456efade0efd343724158fb7dfae689f05326b75 | 16,003,048,173,821 | 1240bfd924ccaa84054c8d3e65ec9933f7f6c035 | /app/src/main/java/com/reffy/shannon/reffy/feedback.java | 726cebec2039f9b0ac144c33fa43701a9db0fe14 | [] | no_license | shannonboycieee/Refffy | https://github.com/shannonboycieee/Refffy | f1f0be60e0367063a9f0ec536ee964273edb4378 | e717eff4760cfed98dc58d434d9d78807d4cad22 | refs/heads/master | 2020-03-09T03:17:09.276000 | 2018-04-24T09:54:36 | 2018-04-24T09:54:36 | 128,561,669 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.reffy.shannon.reffy;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.text.TextUtils;
import android.view.MenuItem;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.Spinner;
... | UTF-8 | Java | 3,209 | java | feedback.java | Java | [
{
"context": "nt.Intent.EXTRA_EMAIL, new String[]{\"shannonboyce036@hotmail.co.uk\"});\n sendEmail.putExtra(android.co",
"end": 2529,
"score": 0.9999248385429382,
"start": 2513,
"tag": "EMAIL",
"value": "36@hotmail.co.uk"
}
] | null | [] | package com.reffy.shannon.reffy;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.text.TextUtils;
import android.view.MenuItem;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.Spinner;
... | 3,200 | 0.602992 | 0.59894 | 92 | 33.869564 | 28.213171 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.543478 | false | false | 11 |
3995ae041c118a2d2711577bf44bedad92ccfcb4 | 16,707,422,812,818 | 7436de42054f9482961c4568981d3705f39e1de9 | /src/study/apach/event/EventType.java | ab0cd6aff1aab1ebf135e49b5001b823f6211340 | [] | no_license | kovalenko-dmytro/air-attack | https://github.com/kovalenko-dmytro/air-attack | d4f24519264d79d57209553a288b914cc5886145 | a4d84dd3e5ed1919b3b52d30f10f731c53f1c5a4 | refs/heads/master | 2020-03-16T20:03:10.943000 | 2018-05-10T19:15:39 | 2018-05-10T19:15:39 | 132,944,257 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package study.apach.event;
public enum EventType {
AIR_ATTACK,
FIRE;
}
| UTF-8 | Java | 80 | java | EventType.java | Java | [] | null | [] | package study.apach.event;
public enum EventType {
AIR_ATTACK,
FIRE;
}
| 80 | 0.675 | 0.675 | 6 | 12.333333 | 9.994443 | 26 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 11 |
80ec041110a1846112b1e1988a1c5c3a876433bb | 16,707,422,814,176 | cb2eded21f0f9aa616ec4f3cca1e850de91f1d4f | /src/main/java/com/dao/MovieDAO.java | 56bd00691bed30cfb364d3ba6bc36a1dd6cb6628 | [] | no_license | mahima-reddem/BookingTickets | https://github.com/mahima-reddem/BookingTickets | b6b71a6e19bcad4096b7ec132caf55c7edcae110 | 660dead5056e7e94ceb4d73b21b005e41a80d52c | refs/heads/master | 2022-12-21T15:15:32.367000 | 2020-09-18T04:35:25 | 2020-09-18T04:35:25 | 296,512,657 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.dao;
import java.util.List;
import org.hibernate.SessionFactory;
import com.db.HibernateTemplate;
import com.dto.Movie;
public class MovieDAO {
private SessionFactory factory = null;
public int register(Movie movie){
return HibernateTemplate.addObject(movie);
}
public Movie get... | UTF-8 | Java | 1,056 | java | MovieDAO.java | Java | [] | null | [] | package com.dao;
import java.util.List;
import org.hibernate.SessionFactory;
import com.db.HibernateTemplate;
import com.dto.Movie;
public class MovieDAO {
private SessionFactory factory = null;
public int register(Movie movie){
return HibernateTemplate.addObject(movie);
}
public Movie get... | 1,056 | 0.710227 | 0.710227 | 40 | 24.4 | 24.346252 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.125 | false | false | 11 |
41706d5935a3066b7153d20c1445cb4ddda6aa79 | 11,510,512,422,238 | 86eb6cd2decf16879a358d7cc2f772dc653b5426 | /wk-device/src/main/java/com/cjsz/tech/dev/beans/DelBean.java | eccc4d74f389b5cf87c56d7b16b962f93686c561 | [] | no_license | caitianxu/product | https://github.com/caitianxu/product | b774bf7575160d5791a478a6985ff45cd2bdfba3 | f6562c6124724635eddf28ed003e5488e66746de | refs/heads/master | 2020-03-07T21:12:47.924000 | 2018-04-02T07:39:33 | 2018-04-02T07:39:33 | 127,720,569 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cjsz.tech.dev.beans;
/**
* Created by Administrator on 2017/9/18 0018.
*/
public class DelBean {
private Long[] ids;
public Long[] getIds() {
return ids;
}
public void setIds(Long[] ids) {
this.ids = ids;
}
}
| UTF-8 | Java | 263 | java | DelBean.java | Java | [] | null | [] | package com.cjsz.tech.dev.beans;
/**
* Created by Administrator on 2017/9/18 0018.
*/
public class DelBean {
private Long[] ids;
public Long[] getIds() {
return ids;
}
public void setIds(Long[] ids) {
this.ids = ids;
}
}
| 263 | 0.574144 | 0.532319 | 17 | 14.470589 | 14.617144 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.235294 | false | false | 11 |
c7f3a5c1f0fde81c8e708705bb9ea1414bbf4e1b | 11,519,102,290,288 | ca6cc030c12d64c50b075aa9f39564db0a5387a5 | /src/main/java/oracle/sql/LdxLibThin.java | 5889cc649a2531798b8899ef4989d4817bc8cd79 | [] | no_license | chenqixu/ojdbc7 | https://github.com/chenqixu/ojdbc7 | 18296d1d880c583f987d2999fd53f8898f242db5 | b80cae2e795d0a9b21758d5332bb387f4bd99ad3 | refs/heads/master | 2023-08-05T11:10:35.668000 | 2021-09-17T07:10:59 | 2021-09-17T07:10:59 | 407,438,833 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | //
// Source code recreated from a .class file by IntelliJ IDEA
// (powered by Fernflower decompiler)
//
package oracle.sql;
import java.sql.SQLException;
import java.sql.Timestamp;
import java.text.DateFormatSymbols;
import java.text.DecimalFormat;
import java.text.NumberFormat;
import java.text.ParsePosition;
impor... | UTF-8 | Java | 44,788 | java | LdxLibThin.java | Java | [] | null | [] | //
// Source code recreated from a .class file by IntelliJ IDEA
// (powered by Fernflower decompiler)
//
package oracle.sql;
import java.sql.SQLException;
import java.sql.Timestamp;
import java.text.DateFormatSymbols;
import java.text.DecimalFormat;
import java.text.NumberFormat;
import java.text.ParsePosition;
impor... | 44,788 | 0.376931 | 0.309413 | 1,151 | 37.912251 | 35.962116 | 846 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.915725 | false | false | 11 |
f8024ec9f36dbc9dd1d9c1890c9e44122d870cb8 | 22,874,995,819,029 | 3eb9aef122d837a1ccad4b63bb8fcfe3d8a34ed6 | /src/Day18/genericDemo5.java | 2b8eff3f4930c585fd76bd123a9cc006b7977410 | [] | no_license | currysun/BXDJAVA | https://github.com/currysun/BXDJAVA | 49f15c05ba1c4261427919c0401b4771b80917af | 1b470300b5435bef56de365601b42565687cd19d | refs/heads/master | 2021-09-24T16:06:16.447000 | 2018-10-11T14:36:59 | 2018-10-11T14:36:59 | 109,378,249 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Day18;
public class genericDemo5 {
public static void main(String[] args) {
// TODO Auto-generated method stub
/*
* InterImp1 in=new InterImp1(); in.show("abcd");
*/
InterImp12<Integer> in2 = new InterImp12<Integer>();
in2.show(10);
}
}
// 泛型接口,将泛型定义在接口上。
interface Inter<T> {
public void ... | GB18030 | Java | 561 | java | genericDemo5.java | Java | [] | null | [] | package Day18;
public class genericDemo5 {
public static void main(String[] args) {
// TODO Auto-generated method stub
/*
* InterImp1 in=new InterImp1(); in.show("abcd");
*/
InterImp12<Integer> in2 = new InterImp12<Integer>();
in2.show(10);
}
}
// 泛型接口,将泛型定义在接口上。
interface Inter<T> {
public void ... | 561 | 0.649718 | 0.619586 | 34 | 14.5 | 17.247763 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.852941 | false | false | 11 |
3e2ace211236289e199a07b5c8f49e52aecbca4f | 10,866,267,270,106 | 3b5bae84267cd885f4e3bbc3f0cf46d2cb1a0d43 | /source/kone-basic-commons-src/kxd/util/fileupload/FileUploadProgress.java | ecedb84e378b083978a2c8f13c8afbaeee17ff8a | [] | no_license | deerme/KXD | https://github.com/deerme/KXD | ef0e3f5e2bf5c0397cc67fab7601a6ac3b16ba54 | 9f7210ab01f827dd1abbedab70ea35d6eae641c7 | refs/heads/master | 2021-06-18T09:54:33.585000 | 2017-06-08T02:12:53 | 2017-06-08T02:12:53 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package kxd.util.fileupload;
public class FileUploadProgress {
public long readBytes, totalBytes;
public int itemIndex;
}
| UTF-8 | Java | 132 | java | FileUploadProgress.java | Java | [] | null | [] | package kxd.util.fileupload;
public class FileUploadProgress {
public long readBytes, totalBytes;
public int itemIndex;
}
| 132 | 0.757576 | 0.757576 | 7 | 17.857143 | 15.633559 | 38 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 11 |
06e5296de74cb2eff3c777f6e16e4c174f8637e3 | 19,628,000,590,712 | f789f2252473cace9acf7e4c58d23c24ab63c628 | /java/ep2-enunciado/src/main/java/uoc/ded/practica/exceptions/ScreenNotFoundException.java | e743e4840c28b9e178dbc8426adf829f20de3f4c | [] | no_license | shake93/java-uoc-ded-dev-environment | https://github.com/shake93/java-uoc-ded-dev-environment | d78e77cb1d99ee926e40919b79da503ea7d19cac | d2b8942163e312646de9518d1f0b162867906150 | refs/heads/master | 2021-07-05T20:53:37.044000 | 2020-12-31T09:50:13 | 2020-12-31T09:50:13 | 218,268,042 | 0 | 0 | null | false | 2020-10-13T17:04:35 | 2019-10-29T11:09:11 | 2020-01-12T09:41:02 | 2020-10-13T17:04:33 | 482 | 0 | 0 | 1 | Java | false | false | package uoc.ded.practica.exceptions;
public class ScreenNotFoundException extends DEDException {
}
| UTF-8 | Java | 101 | java | ScreenNotFoundException.java | Java | [] | null | [] | package uoc.ded.practica.exceptions;
public class ScreenNotFoundException extends DEDException {
}
| 101 | 0.831683 | 0.831683 | 5 | 19.200001 | 24.227257 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 11 |
0d3b2a5984cd4b1c072c5582310a0f13b83dd377 | 24,610,162,615,283 | 4018a3a51e5510489525c6e11ed638e16623ef53 | /src/Palindrome.java | be624257c3816faf3771688614e887c973a7fbbe | [] | no_license | kejlor/LoopsAndConditionalStatements | https://github.com/kejlor/LoopsAndConditionalStatements | f3514d88504b575cfb522354f466e35d3db2adf9 | 756baedc208d1bee8d6074c368c6463a6bf268fe | refs/heads/master | 2022-04-28T12:43:48.265000 | 2020-04-23T12:19:12 | 2020-04-23T12:19:12 | 258,192,703 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class Palindrome {
// Utwórz metodę, pobierającą łańcuch znaków, która sprawdzi czy jest on palindromem. Np. “kajak” jest palindromem (to samo czytane “od przodu i od tyłu”) jednak “kotek” już nie
public boolean checkPalindrome(String word){
word.toLowerCase();
String reversedWord = "";
... | UTF-8 | Java | 577 | java | Palindrome.java | Java | [] | null | [] | public class Palindrome {
// Utwórz metodę, pobierającą łańcuch znaków, która sprawdzi czy jest on palindromem. Np. “kajak” jest palindromem (to samo czytane “od przodu i od tyłu”) jednak “kotek” już nie
public boolean checkPalindrome(String word){
word.toLowerCase();
String reversedWord = "";
... | 577 | 0.578378 | 0.574775 | 18 | 29.833334 | 40.104378 | 180 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 11 |
255bc11ad149096de8ab5d9c1f250503ab1d097f | 8,358,006,410,938 | 770a6540cf94e47dea2b8f1c64e0b7f4436750d1 | /ardf/src/main/java/com/lfp/ardf/exception/NetStateException.java | 7d7c846287d7371b3f23929c3a5c96990afb8088 | [
"Apache-2.0"
] | permissive | miniYYan/ARDF | https://github.com/miniYYan/ARDF | 42b720d38fa206534b67d3980d87b9ca2ba179f2 | 31bc623694c1af5b8c3e4062bba5c5a8519bc78d | refs/heads/master | 2020-04-09T12:46:20.209000 | 2018-08-30T05:25:29 | 2018-08-30T05:25:29 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lfp.ardf.exception;
/**
* 网络状态异常
* 如果一个请求回复不在 200 <= code < 300 内当时候 抛出该异常,并且说明异常信息,
* 通常这个异常信息用于提示用户
* Created by LiFuPing on 2017/9/5.
*/
public class NetStateException extends Exception {
public NetStateException(String msg) {
super(msg);
}
}
| UTF-8 | Java | 385 | java | NetStateException.java | Java | [
{
"context": "时候 抛出该异常,并且说明异常信息,\n * 通常这个异常信息用于提示用户\n * Created by LiFuPing on 2017/9/5.\n */\n\npublic class NetStateExce",
"end": 140,
"score": 0.7233538627624512,
"start": 138,
"tag": "NAME",
"value": "Li"
},
{
"context": "抛出该异常,并且说明异常信息,\n * 通常这个异常信息用于提示用户\n * Created by LiFuPing... | null | [] | package com.lfp.ardf.exception;
/**
* 网络状态异常
* 如果一个请求回复不在 200 <= code < 300 内当时候 抛出该异常,并且说明异常信息,
* 通常这个异常信息用于提示用户
* Created by LiFuPing on 2017/9/5.
*/
public class NetStateException extends Exception {
public NetStateException(String msg) {
super(msg);
}
}
| 385 | 0.67354 | 0.632302 | 18 | 15.166667 | 18.927494 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 11 |
e8eed7300435d283bafdbb7442c729459d969693 | 13,666,585,971,758 | f198feea2f80370f8644783f4ed0ac3b5a0e4ca7 | /test/com/junk/application/Test.java | 377611adc655bf9d6d72df35b7523908d0574690 | [
"Apache-2.0"
] | permissive | elmerhd/FXUtils | https://github.com/elmerhd/FXUtils | 1cc7bc56da141218c90bd6fbd2cce79bef74adb0 | f8c50aaaad021e7c4d3c24b10d924ee6be74cfdd | refs/heads/master | 2021-01-01T19:48:03.127000 | 2017-07-28T21:15:06 | 2017-07-28T21:15:06 | 98,688,515 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.junk.application;
import java.io.FileNotFoundException;
import java.io.UnsupportedEncodingException;
import javafx.application.Application;
import javafx.scene.Scene;
import javafx.stage.Stage;
/**
*
* @author DEA-Elmer
*/
public class Test extends Application {
@Override
pu... | UTF-8 | Java | 960 | java | Test.java | Java | [
{
"context": "\nimport javafx.stage.Stage;\r\n\r\n/**\r\n *\r\n * @author DEA-Elmer\r\n */\r\npublic class Test extends Application {\r\n ",
"end": 245,
"score": 0.9562531113624573,
"start": 236,
"tag": "NAME",
"value": "DEA-Elmer"
}
] | null | [] | package com.junk.application;
import java.io.FileNotFoundException;
import java.io.UnsupportedEncodingException;
import javafx.application.Application;
import javafx.scene.Scene;
import javafx.stage.Stage;
/**
*
* @author DEA-Elmer
*/
public class Test extends Application {
@Override
pu... | 960 | 0.659375 | 0.653125 | 34 | 26.235294 | 27.398003 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 11 |
3bd8e8856bddea39e01f5b2af22472749196f7cc | 14,388,140,471,596 | 4db6e0f8c284a07ef8bf4bba65b9e84f9b163acd | /app/src/main/java/com/example/deelio/Fragments/PostFragment.java | 7b464ccbe09598aa4d67b45dc279f0aa5380c4b0 | [] | no_license | wahab65/Dealio-Shop-Save-Earn | https://github.com/wahab65/Dealio-Shop-Save-Earn | e8d35865a9890aac1ec6133774774099d6b70c90 | dfc33410876b61dbd2651f041cd783093df55167 | refs/heads/master | 2023-04-24T12:19:23.005000 | 2021-05-11T06:06:44 | 2021-05-11T06:06:44 | 354,992,646 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.deelio.Fragments;
import android.app.ProgressDialog;
import android.content.ContentResolver;
import android.content.Intent;
import android.net.Uri;
import android.os.Bundle;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.fragment.app.Fragment;
import andr... | UTF-8 | Java | 8,541 | java | PostFragment.java | Java | [] | null | [] | package com.example.deelio.Fragments;
import android.app.ProgressDialog;
import android.content.ContentResolver;
import android.content.Intent;
import android.net.Uri;
import android.os.Bundle;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.fragment.app.Fragment;
import andr... | 8,541 | 0.638684 | 0.63763 | 226 | 36.787609 | 30.736233 | 197 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.637168 | false | false | 11 |
e085e4fdeb3c61834fa2c35450ca2ea8889e1870 | 3,633,542,379,481 | c5353a541a83ffbd3963a6df35d73ef8063269c8 | /src/USACO/Cow.java | ab07c4f35cd51a9565a99bf1d4f579c4d191aad2 | [] | no_license | ashwanth2001/L3_Module_5 | https://github.com/ashwanth2001/L3_Module_5 | d6b2d7743728c2d1fd48b3b717a904d761feee6a | 72073ae5a453ac26f94842633ed3c1bf45cdc29d | refs/heads/master | 2021-05-13T23:04:47.634000 | 2018-03-24T01:35:19 | 2018-03-24T01:35:19 | 116,504,519 | 0 | 0 | null | true | 2018-01-06T18:04:31 | 2018-01-06T18:04:29 | 2017-08-28T17:41:20 | 2017-11-19T20:19:03 | 696 | 0 | 0 | 0 | null | false | null | package USACO;
/*public class Cow {
int output;
int name;
public Cow(int name1, int output1){
name = name1;
output = output1;
}
public void add(int input){
output+=input;
}
public int name(){
return name;
}
public int output(){
ret... | UTF-8 | Java | 342 | java | Cow.java | Java | [] | null | [] | package USACO;
/*public class Cow {
int output;
int name;
public Cow(int name1, int output1){
name = name1;
output = output1;
}
public void add(int input){
output+=input;
}
public int name(){
return name;
}
public int output(){
ret... | 342 | 0.505848 | 0.494152 | 22 | 14.545455 | 10.417325 | 39 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.454545 | false | false | 11 |
429438569a5c54addff468a166a8aa0de35a0c88 | 16,698,832,903,366 | 8ca42498558cd28ad8f40f213df88a25caf63088 | /src/main/java/com/example/demo/control/hello.java | e6ced06a28f1edc625f5e0f4089fc850096f8351 | [] | no_license | lishengshan/5.30basic | https://github.com/lishengshan/5.30basic | 5a7fe0ab17c3522c573e10d90c7c023cad99a2df | 5ab4598c7bc44e6aaca86b03c10cc15e51206585 | refs/heads/master | 2020-03-18T23:13:43.445000 | 2018-05-30T04:55:23 | 2018-05-30T04:55:23 | 135,389,027 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.demo.control;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
@Controller
public class hello {
@RequestMapping(value="/xyz")
public String taozhuan() {
retu... | UTF-8 | Java | 337 | java | hello.java | Java | [] | null | [] | package com.example.demo.control;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
@Controller
public class hello {
@RequestMapping(value="/xyz")
public String taozhuan() {
retu... | 337 | 0.765579 | 0.765579 | 13 | 23.923077 | 21.642059 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.769231 | false | false | 11 |
f48d563b28562ea4547d387e6e81ad40de378766 | 28,802,050,715,225 | 1e13a19f1c2ebe23d5d610648d53d968354a0eba | /src/main/java/com/ghb/temphr/service/domain/repository/ProjectRepository.java | fc3a4d55e2e0fe58cb0f33b5020ed8cb3d149f34 | [] | no_license | AlexandruGheboianu/temphr | https://github.com/AlexandruGheboianu/temphr | e729d7dbd27c435cc1f28d88da560a8ddc469cfc | ccea76928e533acab845945979d3dd30ffdb9aa2 | refs/heads/master | 2021-01-19T22:47:13.835000 | 2017-05-19T14:24:34 | 2017-05-19T14:24:34 | 88,870,499 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ghb.temphr.service.domain.repository;
import com.ghb.temphr.service.domain.model.Project;
import org.springframework.data.jpa.repository.JpaRepository;
/**
* Created by alexg on 3/8/2017.
*/
public interface ProjectRepository extends JpaRepository<Project, Long> {
Project findOneByName(String name);
}... | UTF-8 | Java | 321 | java | ProjectRepository.java | Java | [
{
"context": "a.jpa.repository.JpaRepository;\n\n/**\n * Created by alexg on 3/8/2017.\n */\npublic interface ProjectReposito",
"end": 189,
"score": 0.9996429085731506,
"start": 184,
"tag": "USERNAME",
"value": "alexg"
}
] | null | [] | package com.ghb.temphr.service.domain.repository;
import com.ghb.temphr.service.domain.model.Project;
import org.springframework.data.jpa.repository.JpaRepository;
/**
* Created by alexg on 3/8/2017.
*/
public interface ProjectRepository extends JpaRepository<Project, Long> {
Project findOneByName(String name);
}... | 321 | 0.791277 | 0.772586 | 11 | 28.181818 | 26.50495 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.454545 | false | false | 11 |
972df8ab116679f0d4ed601f464c2aba20f2bc89 | 2,903,397,960,602 | 216ec3681f32d5e203cbcd7e7f14b7782dc83f9e | /Container/src/AssociativeArray.java | 9e441394429d2f2284c2b07d86c4b12e565ac965 | [] | no_license | YanLdt/java-learn | https://github.com/YanLdt/java-learn | 9c06099664d4986b6c03984723f4836260e704bd | d8e98c5e496b778458dfd87a19a5f939300a51f1 | refs/heads/master | 2020-12-08T16:29:09.591000 | 2020-05-14T14:17:39 | 2020-05-14T14:17:39 | 233,033,562 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* @Author: YanL
* @Time: 15:38 2019/12/2
* @Email: imyanl.dt@gmail.com
* @Description:
*/
public class AssociativeArray<K, V> {
private Object[][] pairs;
private int index;
public AssociativeArray(int length){
pairs = new Object[length][2];
}
public void put(K key, V value){
... | UTF-8 | Java | 1,469 | java | AssociativeArray.java | Java | [
{
"context": "/**\n * @Author: YanL\n * @Time: 15:38 2019/12/2\n * @Email: imyanl.dt@gm",
"end": 20,
"score": 0.9269545078277588,
"start": 16,
"tag": "NAME",
"value": "YanL"
},
{
"context": "@Author: YanL\n * @Time: 15:38 2019/12/2\n * @Email: imyanl.dt@gmail.com\n * @Description:\n ... | null | [] | /**
* @Author: YanL
* @Time: 15:38 2019/12/2
* @Email: <EMAIL>
* @Description:
*/
public class AssociativeArray<K, V> {
private Object[][] pairs;
private int index;
public AssociativeArray(int length){
pairs = new Object[length][2];
}
public void put(K key, V value){
if(index >=... | 1,457 | 0.52757 | 0.511232 | 51 | 27.803921 | 17.473812 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.686275 | false | false | 11 |
1f4a25e85708d95351a395da88f89862bf89ba21 | 29,111,288,385,357 | 1512120b58f89659a305cc680d6e75b62818772f | /unit/com/viper/test/filters/TestDatePredicate.java | 5a7a133c856896fa3aa244f64105e2c95dbf4e41 | [
"MIT"
] | permissive | vipersoftwareservices/nitrohammer | https://github.com/vipersoftwareservices/nitrohammer | 9744ba316495d3dd8c103b8490b02255e7b34af7 | fc975a17ebdc8e168319551b2c3f13380855ab4d | refs/heads/master | 2020-03-26T02:27:59.112000 | 2019-04-07T03:50:20 | 2019-04-07T03:50:20 | 144,411,666 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* -----------------------------------------------------------------------------
* VIPER SOFTWARE SERVICES
* -----------------------------------------------------------------------------
*
* MIT License
*
* Copyright (c) #{classname}.html #{util.YYYY()} Viper Software Services
*
* Perm... | UTF-8 | Java | 5,100 | java | TestDatePredicate.java | Java | [] | null | [] | /*
* -----------------------------------------------------------------------------
* VIPER SOFTWARE SERVICES
* -----------------------------------------------------------------------------
*
* MIT License
*
* Copyright (c) #{classname}.html #{util.YYYY()} Viper Software Services
*
* Perm... | 5,100 | 0.672745 | 0.658824 | 136 | 36.5 | 33.295029 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.786765 | false | false | 11 |
de1fba3ceba74a0378aec88b51d499a87462cfa8 | 32,049,045,985,310 | b6f2f7ca98c36384c1274f908e9374e72498b3fd | /leetcode/src/com/leetcode/medium/SearchForaRange.java | de699934aec8f5767163c9c29dc2821072038312 | [] | no_license | awesomefei/learning | https://github.com/awesomefei/learning | d5efcdef089a5b966aa859627d50e9ab6cbd5d9b | f12625ff0647886135f5279a1311372427a310bf | refs/heads/master | 2018-01-07T13:54:26.182000 | 2018-01-07T05:57:46 | 2018-01-07T05:57:46 | 38,381,366 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Given a sorted array of integers, find the starting and ending position of a given target value.
Your algorithm's runtime complexity must be in the order of O(log n).
If the target is not found in the array, return [-1, -1].
For example,
Given [5, 7, 7, 8, 8, 10] and target value 8,
return [3, 4].
*/
package... | UTF-8 | Java | 1,995 | java | SearchForaRange.java | Java | [] | null | [] | /**
* Given a sorted array of integers, find the starting and ending position of a given target value.
Your algorithm's runtime complexity must be in the order of O(log n).
If the target is not found in the array, return [-1, -1].
For example,
Given [5, 7, 7, 8, 8, 10] and target value 8,
return [3, 4].
*/
package... | 1,995 | 0.542857 | 0.524311 | 60 | 32.25 | 26.237776 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.883333 | false | false | 11 |
469ccbc54bc95f868621df57cf762a810597a51b | 35,399,120,456,468 | abb907cb59c49fd14998ba1872f9b2e8306de994 | /src/main/java/demo/Repository/EquipoRepository.java | 65cba164261cd3b2292e0f03a277f26f92995c8c | [] | no_license | IvanMoyaFernandez/ligaBaloncesto | https://github.com/IvanMoyaFernandez/ligaBaloncesto | ef0a16d61f8aa3556283a4518782c1dc30886b36 | b0d9ad6d2b20032015f408e91bd3b24f74ad92c1 | refs/heads/master | 2021-01-10T16:27:01.151000 | 2015-12-10T15:50:36 | 2015-12-10T15:50:36 | 44,750,449 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package demo.Repository;
import demo.Model.Equipo;
import org.springframework.data.repository.PagingAndSortingRepository;
import java.util.List;
public interface EquipoRepository extends PagingAndSortingRepository<Equipo, Long> {
public List<Equipo> findByNombreStartingWith(String nombreEquipo);
public Li... | UTF-8 | Java | 434 | java | EquipoRepository.java | Java | [] | null | [] | package demo.Repository;
import demo.Model.Equipo;
import org.springframework.data.repository.PagingAndSortingRepository;
import java.util.List;
public interface EquipoRepository extends PagingAndSortingRepository<Equipo, Long> {
public List<Equipo> findByNombreStartingWith(String nombreEquipo);
public Li... | 434 | 0.815668 | 0.815668 | 17 | 24.588236 | 30.41296 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.470588 | false | false | 11 |
70d581fdbbb6900911ed4d92396c651659e01dc8 | 16,810,502,012,319 | 4eee3af01e42bf8616a5707af467bea72f7ead85 | /reversi/src/main/java/de/conciso/codingdojo/reversi/Board.java | 3c5420ed84215f8140cdf46df8b084e7513ac102 | [] | no_license | conciso/coding-dojo | https://github.com/conciso/coding-dojo | 337199ccdb596279f9443de0fb35b9c0e6bc00b6 | 048244f0bef5ffa3ef09e62480ad41ac0f882ef3 | refs/heads/master | 2023-09-01T15:33:03.918000 | 2023-08-17T14:37:56 | 2023-08-17T14:37:56 | 104,094,790 | 2 | 2 | null | false | 2020-12-03T07:33:51 | 2017-09-19T15:43:53 | 2020-12-03T07:23:26 | 2020-12-03T07:33:49 | 84 | 1 | 0 | 0 | Java | false | false | package de.conciso.codingdojo.reversi;
import de.conciso.codingdojo.reversi.implementation.CharacterDisc;
import java.util.Optional;
public interface Board<C, T extends Disc<C>> {
/**
* Get the board as printable string
*
* @return board as string
*/
String toString();
/**
* Get the stone at th... | UTF-8 | Java | 755 | java | Board.java | Java | [] | null | [] | package de.conciso.codingdojo.reversi;
import de.conciso.codingdojo.reversi.implementation.CharacterDisc;
import java.util.Optional;
public interface Board<C, T extends Disc<C>> {
/**
* Get the board as printable string
*
* @return board as string
*/
String toString();
/**
* Get the stone at th... | 755 | 0.691391 | 0.691391 | 34 | 21.205883 | 21.132328 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.235294 | false | false | 11 |
6f3b01ce8e943be5950bca96088864d0f85bc5ba | 5,514,738,065,742 | 2d2c6e4934654fb93170b495827c4afbe350868d | /app/src/main/java/com/santillanj/rplife_z/Fonts/CustomButton.java | 97115abcc811040fd7f78e45bd12a9a437739e3f | [] | no_license | jeremysantillan/RPLIFE-NEW | https://github.com/jeremysantillan/RPLIFE-NEW | 99c12f85511e3e86f463d37a5a2de092f76b0eee | eb905a8bac100e2bfa8ac4f891f1f0185090ef68 | refs/heads/master | 2020-03-19T09:57:31.922000 | 2018-07-12T16:20:19 | 2018-07-12T16:20:19 | 136,330,767 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.santillanj.rplife_z.Fonts;
import android.content.Context;
import android.graphics.Typeface;
import android.support.annotation.Nullable;
import android.util.AttributeSet;
import android.widget.Button;
/**
* Created by Jeremy on 6/22/2018.
*/
public class CustomButton extends Button {
public CustomB... | UTF-8 | Java | 509 | java | CustomButton.java | Java | [
{
"context": ";\nimport android.widget.Button;\n\n/**\n * Created by Jeremy on 6/22/2018.\n */\n\npublic class CustomButton exte",
"end": 239,
"score": 0.9994753003120422,
"start": 233,
"tag": "NAME",
"value": "Jeremy"
}
] | null | [] | package com.santillanj.rplife_z.Fonts;
import android.content.Context;
import android.graphics.Typeface;
import android.support.annotation.Nullable;
import android.util.AttributeSet;
import android.widget.Button;
/**
* Created by Jeremy on 6/22/2018.
*/
public class CustomButton extends Button {
public CustomB... | 509 | 0.756385 | 0.742633 | 18 | 27.277779 | 25.56431 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.611111 | false | false | 11 |
602c87d029a728987fe0c6c3670f4339d7cf47ab | 26,087,631,386,570 | 9ba1b37b0479bf89f88a40e3602f28c5e50a68d1 | /study_guides/quiz_01.java | 4ea77fec15fa392ef44a2bad460cc67e020c62d4 | [] | no_license | nergisp/Nergis_Piril | https://github.com/nergisp/Nergis_Piril | e36008af9624ab9d4150ced5baa658746faeeb69 | 0cac748d6109ff790c7cfa404c0609a602d6006e | refs/heads/master | 2021-01-16T21:17:38.044000 | 2017-06-08T23:25:58 | 2017-06-08T23:25:58 | 68,722,700 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Scanner;
public class quiz_01
{
public static void main(String[]args)
{
System.out.println("question 1");
int num = 45;
System.out.printf("Iron has %d kinds of weapons in his suit.", num);
System.out.println("\n question 2");
String pres= "Abraham Lincoln";
String quote = "Whatever ... | UTF-8 | Java | 1,760 | java | quiz_01.java | Java | [
{
"context": "tem.out.println(\"\\n question 2\");\n\t\tString pres= \"Abraham Lincoln\";\n\t\tString quote = \"Whatever you are, be a good o",
"end": 290,
"score": 0.9998771548271179,
"start": 275,
"tag": "NAME",
"value": "Abraham Lincoln"
}
] | null | [] | import java.util.Scanner;
public class quiz_01
{
public static void main(String[]args)
{
System.out.println("question 1");
int num = 45;
System.out.printf("Iron has %d kinds of weapons in his suit.", num);
System.out.println("\n question 2");
String pres= "<NAME>";
String quote = "Whatever you are, ... | 1,751 | 0.648295 | 0.635795 | 58 | 29.362068 | 28.212677 | 125 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.431035 | false | false | 11 |
1d138d1903bc2c892fad4466dee64c94068315c8 | 22,187,801,094,946 | c6e7235a020206f2f77b82ec92d01b2b7fdec39c | /src/main/java/com/jrodmanu/mattermostjavasdk/MattermostProcessor.java | 3949c02288136389f0f88b6407c29ee7d70b4c8a | [
"Apache-2.0"
] | permissive | JrodManU/mattermost-java-sdk | https://github.com/JrodManU/mattermost-java-sdk | 1121ce01fcd18cc8937f664900884bfc8b48a3c7 | ddac4c427aaf96fb3f14112842fa2197d86c09ba | refs/heads/master | 2022-11-28T17:48:06.615000 | 2020-08-11T17:33:00 | 2020-08-11T17:33:00 | 273,525,595 | 1 | 1 | null | false | 2020-07-10T19:48:08 | 2020-06-19T15:21:45 | 2020-07-10T18:37:25 | 2020-07-10T19:48:08 | 76 | 0 | 1 | 0 | Java | false | false | package com.jrodmanu.mattermostjavasdk;
import com.google.gson.FieldNamingPolicy;
import com.google.gson.Gson;
import com.google.gson.GsonBuilder;
import com.jrodmanu.mattermostjavasdk.models.exceptions.MattermostException;
import com.jrodmanu.mattermostjavasdk.models.responses.MattermostExceptionResponse;
import java... | UTF-8 | Java | 4,405 | java | MattermostProcessor.java | Java | [] | null | [] | package com.jrodmanu.mattermostjavasdk;
import com.google.gson.FieldNamingPolicy;
import com.google.gson.Gson;
import com.google.gson.GsonBuilder;
import com.jrodmanu.mattermostjavasdk.models.exceptions.MattermostException;
import com.jrodmanu.mattermostjavasdk.models.responses.MattermostExceptionResponse;
import java... | 4,405 | 0.64563 | 0.644949 | 116 | 36.974136 | 29.904001 | 138 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.456897 | false | false | 11 |
486b56cbdb73be30fa8c78e9c480ebfa3f6a83ea | 19,035,295,090,509 | b6ae09842f17d939fb4b289e682a7924fed865c2 | /src/main/java/org/prz/entity/Faculty.java | 9e248693ca142426b3cac0a7a344c2a25d5abe3c | [] | no_license | olamonola/p | https://github.com/olamonola/p | c1a6d8f068987d49e957d023df7bf13f1fe4739e | de08ac66e9535b6b78c9e6fc60bae01a41a69544 | refs/heads/master | 2021-05-07T20:50:41.938000 | 2017-12-07T13:16:53 | 2017-12-07T13:16:53 | 108,967,579 | 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 org.prz.entity;
import java.io.Serializable;
import java.util.Collection;
import javax.persistence.Basic;
import javax.persist... | UTF-8 | Java | 3,652 | java | Faculty.java | Java | [
{
"context": "ax.validation.constraints.Size;\n\n/**\n *\n * @author Ola\n */\n@Entity\n@Table(name = \"faculty\")\npublic class",
"end": 736,
"score": 0.9974861145019531,
"start": 733,
"tag": "NAME",
"value": "Ola"
},
{
"context": " this.facultyId = facultyId;\n this.name =... | 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 org.prz.entity;
import java.io.Serializable;
import java.util.Collection;
import javax.persistence.Basic;
import javax.persist... | 3,652 | 0.667579 | 0.658543 | 131 | 26.877863 | 26.013508 | 137 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.473282 | false | false | 11 |
201311295606a0cd413d52483c578bf3d02f0149 | 10,960,756,574,699 | e17fbc698d48149123b89409a73b3d5bd4e3a360 | /MP2_De_Villa_Steven/src/mp2_de_villa_steven/Math.java | b4ae5ac1a492582be7b34d3948c1e0e745008f1f | [] | no_license | stevendevilla/Projects | https://github.com/stevendevilla/Projects | 37ed10f7d3c3817ea58891dbb2e0b0c4193c04a1 | 8690a84b7ba1b9b9667186a93414f3346c06ea98 | refs/heads/master | 2021-10-27T12:21:15.390000 | 2019-04-17T06:47:31 | 2019-04-17T06:47:31 | 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 mp2_de_villa_steven;
import java.util.Scanner;
/**
*
* @author stevendevilla
*/
public class Math {
public static void ... | UTF-8 | Java | 2,602 | java | Math.java | Java | [
{
"context": "teven;\nimport java.util.Scanner;\n/**\n *\n * @author stevendevilla\n */\npublic class Math {\n public static void m",
"end": 271,
"score": 0.9828644394874573,
"start": 258,
"tag": "USERNAME",
"value": "stevendevilla"
}
] | 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 mp2_de_villa_steven;
import java.util.Scanner;
/**
*
* @author stevendevilla
*/
public class Math {
public static void ... | 2,602 | 0.600307 | 0.595696 | 73 | 34.643837 | 26.129482 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.657534 | false | false | 11 |
b63717301c6037245b5551cf1e9af895b32271c8 | 33,535,104,707,859 | f43925db7331ebbea37d09b5dd3c32ad41b4192d | /src/main/java/team/projectzebra/controller/FacilityManagerController.java | 74d72efb51230d1ee75097c6b6387b6321c1b212 | [] | no_license | Hunkizzz/housekeeper-service | https://github.com/Hunkizzz/housekeeper-service | e7f7837f5c2f66aa4cea36067675d1bf66d07b18 | 59c064805e95b7bdd13df9165090c5d241bcc846 | refs/heads/master | 2022-12-21T08:09:02.197000 | 2019-12-07T18:42:34 | 2019-12-07T18:42:34 | 218,151,336 | 0 | 0 | null | false | 2022-12-16T05:04:50 | 2019-10-28T21:46:34 | 2019-12-07T18:42:46 | 2022-12-16T05:04:47 | 19 | 0 | 0 | 1 | Java | false | false | package team.projectzebra.controller;
import team.projectzebra.dto.BeaconDto;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.ResponseEn... | UTF-8 | Java | 5,219 | java | FacilityManagerController.java | Java | [] | null | [] | package team.projectzebra.controller;
import team.projectzebra.dto.BeaconDto;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.ResponseEn... | 5,219 | 0.701092 | 0.700517 | 117 | 43.606838 | 28.236473 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.470085 | false | false | 11 |
1bb0b7e945db1ee167426934d7e34cb88154f942 | 26,749,056,353,145 | eb91325876f882d6194269c55941c1c5e908797d | /S-Space/src/test/java/edu/ucla/sspace/dependency/BreadthFirstPathIteratorTest.java | 3a11776f912afbe0116e64eb66e27bffa39c2220 | [] | no_license | jeffreyji666/lezhi-backend | https://github.com/jeffreyji666/lezhi-backend | b596c7be4d556a84d14bcfad091677028d7c61df | 3f5e3d37d1e4ab69272b4438450e4f821a138f39 | refs/heads/master | 2018-04-14T19:18:02.049000 | 2014-01-24T05:22:23 | 2014-01-24T05:22:23 | 16,195,786 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright (c) 2010, Lawrence Livermore National Security, LLC. Produced at
* the Lawrence Livermore National Laboratory. Written by Keith Stevens,
* kstevens@cs.ucla.edu OCEC-10-073 All rights reserved.
*
* This file is part of the C-Cat package and is covered under the terms and
* conditions therein.
*
*... | UTF-8 | Java | 2,452 | java | BreadthFirstPathIteratorTest.java | Java | [
{
"context": "Lawrence Livermore National Laboratory. Written by Keith Stevens,\n * kstevens@cs.ucla.edu OCEC-10-073 All rights r",
"end": 152,
"score": 0.999782145023346,
"start": 139,
"tag": "NAME",
"value": "Keith Stevens"
},
{
"context": " National Laboratory. Written by Keith St... | null | [] | /*
* Copyright (c) 2010, Lawrence Livermore National Security, LLC. Produced at
* the Lawrence Livermore National Laboratory. Written by <NAME>,
* <EMAIL> OCEC-10-073 All rights reserved.
*
* This file is part of the C-Cat package and is covered under the terms and
* conditions therein.
*
* The S-Space package... | 2,425 | 0.626835 | 0.617047 | 75 | 31.693333 | 27.828032 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.933333 | false | false | 11 |
9080cabf2517039ba417060277df4d5ee86c8adc | 33,354,716,056,453 | fdcf001b19522641b2d206138205389568f972cd | /src/test/java/com/testng/Ignore_Concepts.java | 6bb7910e0e220620591540a1abb3ded735cd05ec | [] | no_license | leyahpoonkathir/Testng | https://github.com/leyahpoonkathir/Testng | 56ead6206b7034921e1b4d23e570155563e79db7 | 8fba3f5d587bc7c11e6035a353f24f55d26244b1 | refs/heads/master | 2023-03-19T10:26:53.807000 | 2021-03-17T12:17:00 | 2021-03-17T12:17:00 | 348,698,613 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.testng;
import org.testng.annotations.AfterClass;
import org.testng.annotations.AfterMethod;
import org.testng.annotations.AfterSuite;
import org.testng.annotations.AfterTest;
import org.testng.annotations.BeforeClass;
import org.testng.annotations.BeforeMethod;
import org.testng.annotations.BeforeSuit... | UTF-8 | Java | 1,336 | java | Ignore_Concepts.java | Java | [] | null | [] | package com.testng;
import org.testng.annotations.AfterClass;
import org.testng.annotations.AfterMethod;
import org.testng.annotations.AfterSuite;
import org.testng.annotations.AfterTest;
import org.testng.annotations.BeforeClass;
import org.testng.annotations.BeforeMethod;
import org.testng.annotations.BeforeSuit... | 1,336 | 0.732784 | 0.732784 | 89 | 14.011236 | 15.580523 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.730337 | false | false | 11 |
5bff145fb17de930f11294e18087da7ed3d8d0c6 | 7,292,854,498,442 | 1d2d01360547d47806e1e5a996b16c4260dbb3d7 | /myJavaProject/src/interfaces/UnorderedListADT.java | 6b38621d7eb6bc8a5d38a95e7e69ad228760cd98 | [] | no_license | congcongfu/myJavaDataStructLearning | https://github.com/congcongfu/myJavaDataStructLearning | 981e6acf2bcc647551b348b5ea9c48e9ab42b797 | 4c3f050fb3c40b61e7c3395baab83e6bc00d014c | refs/heads/master | 2021-01-21T14:07:53.285000 | 2016-06-03T10:27:14 | 2016-06-03T10:27:14 | 54,715,247 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package interfaces;
public interface UnorderedListADT<T> extends ListADT<T> {
/*
* Adds the specified element to the front of this list
* @param element the element to be added to the front of
* this list
* */
public void addToFront(T element);
/*
* Adds the specified element to the rear of this list
... | UTF-8 | Java | 691 | java | UnorderedListADT.java | Java | [] | null | [] | package interfaces;
public interface UnorderedListADT<T> extends ListADT<T> {
/*
* Adds the specified element to the front of this list
* @param element the element to be added to the front of
* this list
* */
public void addToFront(T element);
/*
* Adds the specified element to the rear of this list
... | 691 | 0.701881 | 0.701881 | 27 | 24.592592 | 23.63497 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 11 |
060e8376ca919a95de534bfbbe7ea1f95e1bc028 | 7,275,674,651,308 | 0fc62ea475991fcd8ed024d25b6dace2bb187181 | /src/main/java/com/example/gitdemo/DemoService.java | 3c27a43c26c09fe0d2e605e782bc3cca6b6459f9 | [] | no_license | vehbieltem/gitdemo | https://github.com/vehbieltem/gitdemo | 726296c8868dc31b89d0159b62807a48219a5e67 | d45aaaf20204b8ce6c28c20038e322269db254a0 | refs/heads/master | 2023-02-17T20:04:06.431000 | 2021-01-19T19:44:46 | 2021-01-19T19:46:55 | 330,177,843 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.gitdemo;
import org.springframework.stereotype.Service;
@Service
public class DemoService {
public DemoResponse hello(){
return new DemoResponse("hello");
}
public DemoResponse helloExtension(){
return new DemoResponse("hello world");
}
public DemoResponse he... | UTF-8 | Java | 407 | java | DemoService.java | Java | [] | null | [] | package com.example.gitdemo;
import org.springframework.stereotype.Service;
@Service
public class DemoService {
public DemoResponse hello(){
return new DemoResponse("hello");
}
public DemoResponse helloExtension(){
return new DemoResponse("hello world");
}
public DemoResponse he... | 407 | 0.695332 | 0.695332 | 19 | 20.421053 | 20.152878 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.263158 | false | false | 11 |
b15a2e885b790131e58ab1ad0aecef58ff0a4159 | 15,968,688,461,927 | b297c172d969ad8f14b3852c42c5a84ab943ecbb | /EC_Assignment1/src/ec/master/assignment1/selection/Selector.java | 74c40edbdd923400400cb0ed8eeec51183d4c78f | [
"Apache-2.0"
] | permissive | nettree/EC | https://github.com/nettree/EC | 68f58fb80a23f6364271223f29db9e4fc62cb891 | 55e523b2297289cca74ebb48166256553bf49c5c | refs/heads/master | 2020-04-07T18:15:46.952000 | 2015-08-27T09:14:36 | 2015-08-27T09:14:36 | 40,348,137 | 0 | 4 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* @Title: Selector.java
* @Package ec.master.assignment1.selection
* @Description: TODO
* @author David Fa
* @date 19/08/2015 12:11:47 pm
* @version V1.0
*/
package ec.master.assignment1.selection;
import java.util.List;
import ec.master.assignment1.model.Individual;
/**
* @ClassName: Selector
* @Desc... | UTF-8 | Java | 523 | java | Selector.java | Java | [
{
"context": "ignment1.selection \n* @Description: TODO\n* @author David Fa\n* @date 19/08/2015 12:11:47 pm \n* @version V1.0 ",
"end": 115,
"score": 0.999833345413208,
"start": 107,
"tag": "NAME",
"value": "David Fa"
},
{
"context": "assName: Selector\n * @Description: TODO\n * @au... | null | [] | /**
* @Title: Selector.java
* @Package ec.master.assignment1.selection
* @Description: TODO
* @author <NAME>
* @date 19/08/2015 12:11:47 pm
* @version V1.0
*/
package ec.master.assignment1.selection;
import java.util.List;
import ec.master.assignment1.model.Individual;
/**
* @ClassName: Selector
* @Descri... | 519 | 0.711281 | 0.648184 | 24 | 20.791666 | 21.361919 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.291667 | false | false | 11 |
e5b8239ab672f0aa970bc468c5f1585abed21a72 | 18,657,337,938,960 | 5ce2f0e7ff788c6a869427c221dc182f079899e6 | /srdz-ssc-api/src/main/java/cn/org/citycloud/srdz/bean/PwdModify.java | 19929db246a2f957d236c1df5168f2065d41d97c | [] | no_license | xiaolowe/srdz-ssc-api | https://github.com/xiaolowe/srdz-ssc-api | 971ec20e8e575acf38a65de0b6e2296b81dbb75f | 38d5b4a8992e98da3f1f917069b743e2c5e292f6 | refs/heads/master | 2021-01-18T21:01:40.602000 | 2018-05-20T11:41:15 | 2018-05-20T11:41:15 | 69,214,490 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.org.citycloud.srdz.bean;
import org.hibernate.validator.constraints.NotBlank;
import io.swagger.annotations.ApiModelProperty;
public class PwdModify {
@NotBlank(message="原密码不能为空")
@ApiModelProperty(value="原密码",required=true)
private String pwdOrigin;
@NotBlank(message="新密码不能为空")
@ApiModelProperty... | UTF-8 | Java | 922 | java | PwdModify.java | Java | [
{
"context": "\t}\n\n\tpublic void setPwd(String pwd) {\n\t\tthis.pwd = pwd;\n\t}\n\n\tpublic String getPwdConfirm() {\n\t\treturn pw",
"end": 708,
"score": 0.5352520942687988,
"start": 705,
"tag": "PASSWORD",
"value": "pwd"
}
] | null | [] | package cn.org.citycloud.srdz.bean;
import org.hibernate.validator.constraints.NotBlank;
import io.swagger.annotations.ApiModelProperty;
public class PwdModify {
@NotBlank(message="原密码不能为空")
@ApiModelProperty(value="原密码",required=true)
private String pwdOrigin;
@NotBlank(message="新密码不能为空")
@ApiModelProperty... | 922 | 0.74359 | 0.74359 | 45 | 18.066668 | 17.359467 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.133333 | false | false | 11 |
17e61e8ba64f6fd544cbc15de1ec49c313eb5913 | 5,368,709,181,631 | a959c9a9278f945f7b2061403ca0d040ff77cb5d | /app/src/main/java/com/cndll/chgj/mvp/mode/bean/response/ResponseDeletePrint.java | b91a1a128f4e2d03336655c4536c587d63a141e2 | [] | no_license | jiangruicheng/chihuoguanjia | https://github.com/jiangruicheng/chihuoguanjia | 2383214f21731beb4e2ddca8b85ab1ef0f9d0258 | b6afaf9d56adffcd666090c308af1775ca1a912a | refs/heads/master | 2021-01-18T03:39:18.008000 | 2017-05-11T13:04:11 | 2017-05-11T13:04:11 | 85,799,921 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cndll.chgj.mvp.mode.bean.response;
/**
* Created by jiang_ruicheng on 17/5/7.
*/
public class ResponseDeletePrint extends ResponseAddPrint {
}
| UTF-8 | Java | 159 | java | ResponseDeletePrint.java | Java | [
{
"context": "ll.chgj.mvp.mode.bean.response;\n\n/**\n * Created by jiang_ruicheng on 17/5/7.\n */\n\npublic class ResponseDeletePrint ",
"end": 80,
"score": 0.998851478099823,
"start": 66,
"tag": "USERNAME",
"value": "jiang_ruicheng"
}
] | null | [] | package com.cndll.chgj.mvp.mode.bean.response;
/**
* Created by jiang_ruicheng on 17/5/7.
*/
public class ResponseDeletePrint extends ResponseAddPrint {
}
| 159 | 0.748428 | 0.72327 | 8 | 18.875 | 23.148636 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.125 | false | false | 11 |
b328bc5d7b8d60ed7c834ba6364340f95e2a88fc | 8,366,596,310,994 | 17079fa276050a5a7b5994d7fae541d7d0cfa3b3 | /yxw-solr/src/main/java/com/yxw/solr/vo/subscribe/SubscribeStats.java | 3af4c5e218a0f04f9acfeffa4c1323146be30e83 | [] | no_license | zhiji6/yxw | https://github.com/zhiji6/yxw | 664f6729b6642affb8ff1ee258b915f8d1ccf666 | 7f75370fcd425cda11faf3d2c54e6119ecc7d9fd | refs/heads/master | 2023-08-17T00:12:03.150000 | 2019-12-04T07:33:45 | 2019-12-04T07:33:45 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yxw.solr.vo.subscribe;
import java.io.Serializable;
import org.apache.solr.client.solrj.beans.Field;
public class SubscribeStats implements Serializable {
private static final long serialVersionUID = -7827707479052534805L;
/**
* id
*/
@Field
private String id;
@Field
private Integer platfor... | UTF-8 | Java | 7,075 | java | SubscribeStats.java | Java | [] | null | [] | package com.yxw.solr.vo.subscribe;
import java.io.Serializable;
import org.apache.solr.client.solrj.beans.Field;
public class SubscribeStats implements Serializable {
private static final long serialVersionUID = -7827707479052534805L;
/**
* id
*/
@Field
private String id;
@Field
private Integer platfor... | 7,075 | 0.731301 | 0.728476 | 389 | 16.287918 | 19.153805 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.203085 | false | false | 11 |
466b1d11fe25c4f85d89523a301d7fb9b62f293d | 32,916,629,401,343 | a06d5c89698eab0d371bfce453e721bb203921cc | /MetalliumUtils/src/com/metallium/utils/image/ScaleOptionsEnum.java | 939efee7462e4acc4cebf42837f5b5bf0734c3bf | [] | no_license | rubenesc/MetalCity | https://github.com/rubenesc/MetalCity | 011e27c6b3a5b9bf1e2662d74dc71b27c72a3413 | 2db92eb6f4d27f25a38ff04ab2318ab3accce03a | refs/heads/master | 2016-09-10T22:13:39.181000 | 2012-04-11T05:40:02 | 2012-04-11T05:40:02 | 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 com.metallium.utils.image;
/**
* 20110507
* @author Ruben
*/
public enum ScaleOptionsEnum {
SCALE, //Just scales the image
SCALE_CROP_SQUARE, //Scales and Crops the image as a square, (same width an... | UTF-8 | Java | 464 | java | ScaleOptionsEnum.java | Java | [
{
"context": "metallium.utils.image;\n\n/**\n * 20110507\n * @author Ruben\n */\npublic enum ScaleOptionsEnum {\n\n SCALE, /",
"end": 168,
"score": 0.9984601736068726,
"start": 163,
"tag": "NAME",
"value": "Ruben"
}
] | null | [] | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.metallium.utils.image;
/**
* 20110507
* @author Ruben
*/
public enum ScaleOptionsEnum {
SCALE, //Just scales the image
SCALE_CROP_SQUARE, //Scales and Crops the image as a square, (same width an... | 464 | 0.709052 | 0.69181 | 16 | 28 | 35.057095 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 11 |
9038bfe205bdec1943c4b70ed659890a8b73d8bb | 20,753,281,991,140 | 2af2b49ddfa351b244569022cba3aafedf77ed5a | /Alarm_test/app/src/main/java/com/daeseong/alarm_test/Main1Activity.java | 57e42b9d3440739d51b1cf9f7964d8fcf5be976b | [] | no_license | ImDaeseong/DaeseongAndroid | https://github.com/ImDaeseong/DaeseongAndroid | 8f1bef48db0fd5934f56ac32858783a2f428e010 | 07775db733876ee7a4c0752472e2a5e34a3e5d0b | refs/heads/master | 2023-08-30T14:51:35.293000 | 2023-08-30T07:18:19 | 2023-08-30T07:18:19 | 120,850,818 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.daeseong.alarm_test;
import androidx.appcompat.app.AppCompatActivity;
import android.app.AlarmManager;
import android.app.PendingIntent;
import android.content.Intent;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import java.text.SimpleDateFor... | UTF-8 | Java | 3,560 | java | Main1Activity.java | Java | [] | null | [] | package com.daeseong.alarm_test;
import androidx.appcompat.app.AppCompatActivity;
import android.app.AlarmManager;
import android.app.PendingIntent;
import android.content.Intent;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import java.text.SimpleDateFor... | 3,560 | 0.652384 | 0.645573 | 104 | 32.884617 | 31.297674 | 131 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.711538 | false | false | 11 |
2f6ad5b0f6d7b0a0fdda9ad60c670e57b6e13777 | 8,873,402,458,235 | a4e4b3e5b503f9cf9107030010ac87908209a05b | /action-controller/src/test/java/org/actioncontroller/config/ConfigMapTest.java | 0e943929a644a4f09b15ec11d8ec67390d0bb791 | [
"Apache-2.0"
] | permissive | jhannes/action-controller | https://github.com/jhannes/action-controller | 9afe6821398bac1b3dc12fae461e85ddea50ba1e | ce2e7d513dc728e27e148f0f6e259aa080dc1fb0 | refs/heads/main | 2022-09-02T21:10:21.829000 | 2022-08-20T22:54:13 | 2022-08-20T22:54:13 | 170,412,315 | 8 | 3 | Apache-2.0 | false | 2022-07-30T12:24:17 | 2019-02-13T00:21:36 | 2021-12-17T09:34:32 | 2022-07-30T12:24:15 | 3,611 | 7 | 3 | 10 | Java | false | false | package org.actioncontroller.config;
import org.junit.AssumptionViolatedException;
import org.junit.Test;
import java.io.File;
import java.io.IOException;
import java.net.InetSocketAddress;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.time.Duration;
import java.time.P... | UTF-8 | Java | 11,546 | java | ConfigMapTest.java | Java | [
{
"context": "ring> lines = Arrays.asList(\"credentials.username=someuser2\", \"credentials.password=secret\");\n assertT",
"end": 4133,
"score": 0.9990378022193909,
"start": 4124,
"tag": "USERNAME",
"value": "someuser2"
},
{
"context": "ntials.username=someuser2\", \"credenti... | null | [] | package org.actioncontroller.config;
import org.junit.AssumptionViolatedException;
import org.junit.Test;
import java.io.File;
import java.io.IOException;
import java.net.InetSocketAddress;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.time.Duration;
import java.time.P... | 11,550 | 0.64308 | 0.634938 | 255 | 44.278431 | 34.033157 | 128 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.898039 | false | false | 11 |
a5eb3b6e3e87a1352bb4e306aa5c6ed0abc193f8 | 16,054,587,774,459 | ca0473b396c2df56c7aba5ccda3e6898f81e83e0 | /schedule-web/src/main/java/cn/vansky/schedule/time/controller/user/ForgetController.java | f7eb0ded6fa2b5367097c5f368977cac7670a317 | [] | no_license | yuqiangcui/schedule-time | https://github.com/yuqiangcui/schedule-time | d2c11da4efa9b06631ffc8dd21a1051f009a3135 | 6e3590916866e45b43ce47be132330e787dcb614 | refs/heads/master | 2018-05-14T07:05:43.464000 | 2016-08-25T00:29:44 | 2016-08-25T00:29:44 | 51,890,388 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright (C) 2015 CK, Inc. All Rights Reserved.
*/
package cn.vansky.schedule.time.controller.user;
import cn.vansky.framework.common.util.DateUtil;
import cn.vansky.framework.core.util.page.JsonResp;
import cn.vansky.schedule.time.notice.service.NoticeService;
import cn.vansky.schedule.time.user.bo.User;
imp... | UTF-8 | Java | 4,298 | java | ForgetController.java | Java | [
{
"context": ".Map;\n\n/**\n * Created by IntelliJ IDEA.\n * Author: CK\n * Date: 2015/8/31\n */\n@Controller\n@RequestMappin",
"end": 1170,
"score": 0.9241528511047363,
"start": 1168,
"tag": "NAME",
"value": "CK"
},
{
"context": "ap<String, Object>(1);\n map.put(\"userName\",... | null | [] | /*
* Copyright (C) 2015 CK, Inc. All Rights Reserved.
*/
package cn.vansky.schedule.time.controller.user;
import cn.vansky.framework.common.util.DateUtil;
import cn.vansky.framework.core.util.page.JsonResp;
import cn.vansky.schedule.time.notice.service.NoticeService;
import cn.vansky.schedule.time.user.bo.User;
imp... | 4,304 | 0.695978 | 0.69247 | 112 | 37.17857 | 26.3785 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.598214 | false | false | 11 |
0aeb12e0d4ddaee8dd976a5ba068b7680c00999d | 23,630,910,100,656 | ddea6025f8792e47c346f162803e9ac81548c80f | /src/main/java/gov/nysenate/sage/client/response/district/BaseDistrictResponse.java | f77729a9f2b68d18805ee9ba37b0b59a3cfb876b | [] | no_license | nysenate/GeoApi | https://github.com/nysenate/GeoApi | a9934f01cdab22d7edd7889c037a379719d45837 | c92a0ef81ddf1f21b23751e26e1cb2a7021a3ec7 | refs/heads/dev | 2023-08-04T06:50:37.621000 | 2023-07-24T23:03:20 | 2023-07-24T23:03:20 | 931,619 | 22 | 12 | null | false | 2023-02-22T08:41:08 | 2010-09-22T19:51:07 | 2022-03-09T01:50:56 | 2023-02-22T08:41:07 | 21,026 | 33 | 6 | 10 | Java | false | false | package gov.nysenate.sage.client.response.district;
import gov.nysenate.sage.client.response.base.BaseResponse;
import gov.nysenate.sage.client.view.address.AddressView;
import gov.nysenate.sage.client.view.geo.GeocodeView;
import gov.nysenate.sage.model.address.GeocodedAddress;
import gov.nysenate.sage.model.district... | UTF-8 | Java | 2,505 | java | BaseDistrictResponse.java | Java | [] | null | [] | package gov.nysenate.sage.client.response.district;
import gov.nysenate.sage.client.response.base.BaseResponse;
import gov.nysenate.sage.client.view.address.AddressView;
import gov.nysenate.sage.client.view.geo.GeocodeView;
import gov.nysenate.sage.model.address.GeocodedAddress;
import gov.nysenate.sage.model.district... | 2,505 | 0.657884 | 0.657884 | 78 | 31.128204 | 25.794235 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.423077 | false | false | 11 |
3734208df3959aeb20615d53ae06f1bcab77bc38 | 1,726,576,901,169 | bfd8ccf3634727169a967963fc75c0a68c01702e | /software/eyeball-2.3/src-test/com/hp/hpl/jena/eyeball/test/TestLoader.java | 826faf6c5fdd2a48b3859ad96d0da027a3f9b6af | [] | no_license | ycba-cia/RDFer | https://github.com/ycba-cia/RDFer | a6dd2de15936e80cb728541637a169fd6193b4c9 | d0d74ad5084e908533b8bd5708240a3337410e48 | refs/heads/master | 2022-07-26T06:01:22.330000 | 2022-07-18T17:57:07 | 2022-07-18T17:57:07 | 19,811,571 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
(c) Copyright 2006, 2007, 2008 Hewlett-Packard Development Company, LP
(c) Copyright 2010 Epimorphics Limited.
All rights reserved - see end of file.
$Id: TestLoader.java,v 1.4 2010/03/26 14:50:31 chris-dollin Exp $
*/
package com.hp.hpl.jena.eyeball.test;
import java.util.*;
import java.util.regex.*;
i... | UTF-8 | Java | 4,990 | java | TestLoader.java | Java | [
{
"context": ".\n \t$Id: TestLoader.java,v 1.4 2010/03/26 14:50:31 chris-dollin Exp $\n*/\n\npackage com.hp.hpl.jena.eyeball.test;\n\n",
"end": 222,
"score": 0.9983516931533813,
"start": 210,
"tag": "USERNAME",
"value": "chris-dollin"
}
] | null | [] | /*
(c) Copyright 2006, 2007, 2008 Hewlett-Packard Development Company, LP
(c) Copyright 2010 Epimorphics Limited.
All rights reserved - see end of file.
$Id: TestLoader.java,v 1.4 2010/03/26 14:50:31 chris-dollin Exp $
*/
package com.hp.hpl.jena.eyeball.test;
import java.util.*;
import java.util.regex.*;
i... | 4,990 | 0.648497 | 0.637475 | 132 | 36.810608 | 27.430389 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.757576 | false | false | 11 |
bdcb479a2615234646c1fe2f840ad5836950f3bb | 8,280,696,997,203 | fbca97b30e974ebebac2c0f3a717c56402ccf043 | /src/main/java/com/thinkgem/jeesite/modules/sys/web/FiveShoeInfoController.java | 098eebf5345f366b6060bf59d7c7e31e59823fea | [
"Apache-2.0"
] | permissive | goodlearn/qxclxx | https://github.com/goodlearn/qxclxx | fb673480dacd68b20771ef7efca70f5bee4371f1 | 91440b00ae108eeec21d27e24105efa059190bb9 | refs/heads/master | 2020-04-27T12:44:20.161000 | 2019-04-16T12:42:24 | 2019-04-16T12:42:24 | 174,342,663 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Copyright © 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*/
package com.thinkgem.jeesite.modules.sys.web;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.apache.shiro.authz.annotation.RequiresPermissions;
... | UTF-8 | Java | 3,083 | java | FiveShoeInfoController.java | Java | [
{
"context": "ight © 2012-2016 <a href=\"https://github.com/thinkgem/jeesite\">JeeSite</a> All rights reserved.\n */\npac",
"end": 70,
"score": 0.9981558322906494,
"start": 62,
"tag": "USERNAME",
"value": "thinkgem"
},
{
"context": "InfoService;\n\n/**\n * 5#轮胎主要参数Controller\n *... | null | [] | /**
* Copyright © 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*/
package com.thinkgem.jeesite.modules.sys.web;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.apache.shiro.authz.annotation.RequiresPermissions;
... | 3,083 | 0.789178 | 0.78291 | 83 | 35.530121 | 29.229189 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.46988 | false | false | 11 |
b90cbf6701584d6d44b496b7d48477404af1a85f | 5,995,774,391,011 | 8a2b500bf346bd29d589bea39fdb7ce8e1b690a2 | /backend/src/main/java/com/ssm/ecommerce/service/PurchaseService.java | 3c8e1ad3112e29b1384ee58345a7be0b8a0f0e39 | [] | no_license | suilan/ecommerce | https://github.com/suilan/ecommerce | 46343d186a606cb40279236f7db13e019400ba76 | 73a830caac59170342d0749950e04a486bc0f49a | refs/heads/master | 2023-01-11T13:42:18.351000 | 2020-11-18T01:54:24 | 2020-11-18T01:54:24 | 313,010,478 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ssm.ecommerce.service;
import com.ssm.ecommerce.config.PurchaseStatusValue;
import com.ssm.ecommerce.model.*;
import com.ssm.ecommerce.repo.CustomerRepo;
import com.ssm.ecommerce.repo.ProductRepo;
import com.ssm.ecommerce.repo.PurchaseProductRepo;
import com.ssm.ecommerce.repo.PurchaseRepo;
import ... | UTF-8 | Java | 5,599 | java | PurchaseService.java | Java | [] | null | [] | package com.ssm.ecommerce.service;
import com.ssm.ecommerce.config.PurchaseStatusValue;
import com.ssm.ecommerce.model.*;
import com.ssm.ecommerce.repo.CustomerRepo;
import com.ssm.ecommerce.repo.ProductRepo;
import com.ssm.ecommerce.repo.PurchaseProductRepo;
import com.ssm.ecommerce.repo.PurchaseRepo;
import ... | 5,599 | 0.668512 | 0.668334 | 152 | 34.835526 | 29.049061 | 155 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 11 |
ed0406b8989496e97f919a60a4616f3ce132216d | 10,110,353,070,791 | 175ed275611570019cf18abec2bd728561fa7df1 | /extensions/kinesis/src/main/java/com/hazelcast/jet/kinesis/KinesisSources.java | 97b175e235d639fc20aff3f407720b1e871bd556 | [
"LicenseRef-scancode-hazelcast-community-1.0",
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | pveentjer/hazelcast | https://github.com/pveentjer/hazelcast | 9b1640b9e965bd1eb42297549fb95269024e6c1f | b4bc2529cee9b3468b722721a0c89697a301ad2f | refs/heads/master | 2023-08-17T18:52:04.712000 | 2023-03-08T22:01:22 | 2023-03-08T22:01:22 | 10,990,111 | 1 | 4 | Apache-2.0 | true | 2019-10-09T09:10:25 | 2013-06-27T07:15:08 | 2015-04-22T04:00:47 | 2019-10-09T09:10:25 | 232,386 | 0 | 1 | 0 | Java | false | false | /*
* Copyright 2023 Hazelcast Inc.
*
* Licensed under the Hazelcast Community License (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://hazelcast.com/hazelcast-community-license
*
* Unless required by applicable law or agree... | UTF-8 | Java | 16,637 | java | KinesisSources.java | Java | [
{
"context": "/*\n * Copyright 2023 Hazelcast Inc.\n *\n * Licensed under the Hazelcast C",
"end": 22,
"score": 0.5604260563850403,
"start": 21,
"tag": "NAME",
"value": "H"
}
] | null | [] | /*
* Copyright 2023 Hazelcast Inc.
*
* Licensed under the Hazelcast Community License (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://hazelcast.com/hazelcast-community-license
*
* Unless required by applicable law or agree... | 16,637 | 0.647533 | 0.644888 | 361 | 45.085873 | 29.979141 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.432133 | false | false | 11 |
7d95812fd40b9a9146877a0df45bebe7fabdf556 | 17,300,128,317,692 | 3bc350229f357442ba72b8ea070c3ea4dd9978f9 | /app/src/main/java/com/example/axcel/hardware/Accelerometer.java | 7d9129627b128a1c1c78e5f29f17cb3aae4964b7 | [] | no_license | Umerfarooq55/Hardware | https://github.com/Umerfarooq55/Hardware | 433494d9c77070a0c5fb5a2b042e5da8a1296120 | af74cd5747284354b67bebcc8e7937ebec6d481a | refs/heads/master | 2021-01-16T18:22:12.654000 | 2017-09-06T04:54:42 | 2017-09-06T04:54:42 | 100,064,763 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.axcel.hardware;
import android.content.Context;
import android.hardware.Sensor;
import android.hardware.SensorEvent;
import android.hardware.SensorEventListener;
import android.hardware.SensorManager;
import android.os.Bundle;
import android.support.v7.app.ActionBar;
import android.support.v7.app.A... | UTF-8 | Java | 2,121 | java | Accelerometer.java | Java | [] | null | [] | package com.example.axcel.hardware;
import android.content.Context;
import android.hardware.Sensor;
import android.hardware.SensorEvent;
import android.hardware.SensorEventListener;
import android.hardware.SensorManager;
import android.os.Bundle;
import android.support.v7.app.ActionBar;
import android.support.v7.app.A... | 2,121 | 0.681282 | 0.677511 | 59 | 34.949154 | 24.266476 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.644068 | false | false | 11 |
f10b374c89f3cb41bfde81bcd313519a2f7ee198 | 30,296,699,348,187 | d9ea3ae7b2c4e9a586e61aed23e6e997eaa38687 | /99.我的案例/Day13_JDBC/day13_JDBC/src/com/syc/jdbc/batch_01/UserDao.java | 92ed6528ef2f28b025bed7e64858495c0b7c37b4 | [] | no_license | yuanhaocn/Fu-Zusheng-Java | https://github.com/yuanhaocn/Fu-Zusheng-Java | 6e5dcf9ef3d501102af7205bb81674f880352158 | ab872bcfe36d985a651a5e12ecb6132ad4d2cb8e | refs/heads/master | 2020-05-15T00:20:47.872000 | 2019-04-16T11:06:18 | 2019-04-16T11:06:18 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.syc.jdbc.batch_01;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.SQLException;
import java.util.List;
import com.syc.jdbc.JdbcUtil;
public class UserDao {
public void save(List<User> users) {
Connection conn = null;
PreparedStatement stmt = null;
try {
conn = J... | UTF-8 | Java | 1,256 | java | UserDao.java | Java | [] | null | [] | package com.syc.jdbc.batch_01;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.SQLException;
import java.util.List;
import com.syc.jdbc.JdbcUtil;
public class UserDao {
public void save(List<User> users) {
Connection conn = null;
PreparedStatement stmt = null;
try {
conn = J... | 1,256 | 0.653298 | 0.649733 | 50 | 21.440001 | 14.948124 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.78 | false | false | 11 |
28d9c409e51c6ba938594f6c27cfd3bb3e72c0dc | 30,296,699,344,606 | a49aebd0d7b5f449b44e8225dffc63ef49f1b4d6 | /CRUD-Operation/CRUD-Operation/CRUD-Operation/src/test/java/com/example/h2DatabasePOC/CRUDOperation/model/UserDetailsTest.java | 536b46c87020bbb69dfab7015c8b8028d88cc309 | [] | no_license | keerti362/CRUD-Operation | https://github.com/keerti362/CRUD-Operation | 1a820fbd5c81da7c2dcbc45b8e915b13803615a7 | 1759f9d0205e90209008f4daf27536e900bdb0d9 | refs/heads/master | 2021-01-04T10:00:18.294000 | 2020-02-14T12:04:11 | 2020-02-14T12:04:11 | 240,497,673 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.h2DatabasePOC.CRUDOperation.model;
import static org.junit.Assert.*;
import java.util.ArrayList;
import java.util.List;
import org.junit.Test;
public class UserDetailsTest {
UserDetails userDetails = new UserDetails();
MoviesRate MoviesRate = new MoviesRate();
List<MoviesRate> list = new Arr... | UTF-8 | Java | 808 | java | UserDetailsTest.java | Java | [
{
"context": "oid test_positive() {\n\t\tuserDetails.setUser_name(\"user_name\");\n\t\tuserDetails.setMoviesRate(list);\n\n\t\tassertEq",
"end": 418,
"score": 0.9989181160926819,
"start": 409,
"tag": "USERNAME",
"value": "user_name"
},
{
"context": "oid test_negative() {\n\t\tuserDet... | null | [] | package com.example.h2DatabasePOC.CRUDOperation.model;
import static org.junit.Assert.*;
import java.util.ArrayList;
import java.util.List;
import org.junit.Test;
public class UserDetailsTest {
UserDetails userDetails = new UserDetails();
MoviesRate MoviesRate = new MoviesRate();
List<MoviesRate> list = new Arr... | 808 | 0.751238 | 0.75 | 34 | 22.764706 | 21.167482 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.323529 | false | false | 11 |
cd4fe1fdab777dbacf70acb580e482dc2f9117a5 | 532,575,945,110 | 476f1b4f3ae812ea44f1c9541a4f64ab0bf57b3e | /src/main/java/com/gp/user/Review.java | 85b3906788893302e7677756d789e408bd5fdc20 | [] | no_license | aattia346/HealthTrack | https://github.com/aattia346/HealthTrack | 9bdebe5a25b779d616edc81e29906a29d916a988 | f49ce5d80df90f3a21b7ae93d4f176abe27b188e | refs/heads/master | 2018-10-13T06:14:24.275000 | 2018-07-16T23:41:47 | 2018-07-16T23:41:47 | 118,670,075 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.gp.user;
import java.util.Date;
public class Review {
private int reviewId;
private int userId ;
private int serviceId ;
private String comment, userFirstName, userLastName ;
private float review ;
private int clinicId;
private int showComment;
private Date time;
public Date getTime() {
ret... | UTF-8 | Java | 1,564 | java | Review.java | Java | [] | null | [] | package com.gp.user;
import java.util.Date;
public class Review {
private int reviewId;
private int userId ;
private int serviceId ;
private String comment, userFirstName, userLastName ;
private float review ;
private int clinicId;
private int showComment;
private Date time;
public Date getTime() {
ret... | 1,564 | 0.721867 | 0.721867 | 78 | 19.038462 | 14.906927 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.576923 | false | false | 11 |
5e68b283c33ec64c6c7d1e851364a1370842f900 | 18,270,790,878,991 | 37d9e078236328d72f9cebe61b4d519f057b414f | /hutool-http/src/main/java/cn/hutool/http/Test.java | 53596f403503a5f43d842c498f549a0db3a8c441 | [
"LicenseRef-scancode-mulanpsl-1.0-en",
"MulanPSL-1.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | amuran-com/hutool-parent | https://github.com/amuran-com/hutool-parent | 9922ac59458d182e8f8845dae375f8163b0487bd | 82619827286329c4309068dfa7c28419e979587c | refs/heads/master | 2022-12-09T13:16:51.094000 | 2019-12-24T14:23:41 | 2019-12-24T14:23:41 | 229,954,785 | 0 | 0 | NOASSERTION | false | 2022-12-06T00:44:29 | 2019-12-24T14:22:35 | 2019-12-24T14:24:07 | 2022-12-06T00:44:29 | 1,296 | 0 | 0 | 7 | Java | false | false | package cn.hutool.http;
/**
* @author DREAM
* @title: Test
* @projectName hutool-parent
* @description: TODO
* @date 2019-12-1714:43
*/
public class Test {
public static void main(String[] args) {
System.out.println("123");
}
}
| UTF-8 | Java | 252 | java | Test.java | Java | [
{
"context": "package cn.hutool.http;\n\n/**\n * @author DREAM\n * @title: Test\n * @projectName hutool-parent\n * ",
"end": 45,
"score": 0.8835420608520508,
"start": 40,
"tag": "USERNAME",
"value": "DREAM"
}
] | null | [] | package cn.hutool.http;
/**
* @author DREAM
* @title: Test
* @projectName hutool-parent
* @description: TODO
* @date 2019-12-1714:43
*/
public class Test {
public static void main(String[] args) {
System.out.println("123");
}
}
| 252 | 0.623016 | 0.563492 | 15 | 15.8 | 13.21716 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.133333 | false | false | 11 |
ec96da4aa230ab85550627b652dac119c3c6503e | 18,270,790,881,703 | 193d2153eaf6c6522757d282247e042db780d59c | /src/main/java/learn/design/patterns/examples/creational/factory/NoSuchLaptopException.java | c2812367441ac73551f7cc47d0b620283979e03c | [] | no_license | jithinputhiyattu/java-design-patterns-examples | https://github.com/jithinputhiyattu/java-design-patterns-examples | b29e5b88b5414a5710d0b92906bb733199641b36 | 4df1d79e86ae39931df8889b17c7e3504cb92c6e | refs/heads/master | 2022-12-05T13:33:41.351000 | 2019-10-17T10:02:56 | 2019-10-17T10:02:56 | 194,376,119 | 1 | 0 | null | false | 2022-11-16T12:40:24 | 2019-06-29T07:11:16 | 2019-10-17T10:03:12 | 2022-11-16T12:40:21 | 44 | 1 | 0 | 2 | Java | false | false | package learn.design.patterns.examples.creational.factory;
public class NoSuchLaptopException extends Exception {
private String message;
NoSuchLaptopException(String s) {
this.message = s;
}
public String getMessage() {
return this.message ;
}
}
| UTF-8 | Java | 266 | java | NoSuchLaptopException.java | Java | [] | null | [] | package learn.design.patterns.examples.creational.factory;
public class NoSuchLaptopException extends Exception {
private String message;
NoSuchLaptopException(String s) {
this.message = s;
}
public String getMessage() {
return this.message ;
}
}
| 266 | 0.744361 | 0.744361 | 17 | 14.647058 | 18.954872 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.941176 | false | false | 11 |
1c962103514e160748b8e4b99fba949c83f2cfa4 | 15,487,652,118,539 | e7c2aff9414ccd8e0493587c48f1b1095fa51bdc | /wedProject/src/collectionsExample/HashSetExample.java | aec2ae4b701878c6e4e0323e84b38630d1b94ed0 | [] | no_license | mohaoabbi/NEWMSWPROJECT | https://github.com/mohaoabbi/NEWMSWPROJECT | 6a9480ad0d9e463a59f5ce0517f03a1d57d8cf7f | d04def335999882ba436bcfd8adea1b8eb16ed28 | refs/heads/master | 2022-12-21T13:51:00.714000 | 2020-03-05T02:19:40 | 2020-03-05T02:19:40 | 234,586,853 | 0 | 2 | null | false | 2022-12-16T14:59:12 | 2020-01-17T16:16:38 | 2020-03-05T02:19:46 | 2022-12-16T14:59:09 | 17,399 | 0 | 2 | 9 | HTML | false | false | package collectionsExample;
import java.util.HashSet;
import java.util.Iterator;
import java.util.Set;
public class HashSetExample {
public static void main(String[] args) {
Set<String> set = new HashSet<String>();
set.add("Raman");
set.add("Way2Automation");
set.add("Selenium");
set.add("Appium")... | UTF-8 | Java | 689 | java | HashSetExample.java | Java | [
{
"context": "ring> set = new HashSet<String>();\n\t\t\n\t\tset.add(\"Raman\");\n\t\tset.add(\"Way2Automation\");\n\t\tset.add(\"Seleni",
"end": 245,
"score": 0.564730703830719,
"start": 241,
"tag": "NAME",
"value": "aman"
}
] | null | [] | package collectionsExample;
import java.util.HashSet;
import java.util.Iterator;
import java.util.Set;
public class HashSetExample {
public static void main(String[] args) {
Set<String> set = new HashSet<String>();
set.add("Raman");
set.add("Way2Automation");
set.add("Selenium");
set.add("Appium")... | 689 | 0.605225 | 0.602322 | 45 | 14.311111 | 13.401197 | 42 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.977778 | false | false | 11 |
06997c1c73609c1d0fa5ae7c6b499fcf7f6f30db | 10,565,619,605,284 | 2776d89c5d161b6bd19813d14289087a4d8c7ba5 | /app/src/main/java/com/example/birthday/Aud.java | 9f9afc53fe5b905643a3de85d1caf76adcccfd62 | [] | no_license | Swethasri25/Birthday_Surprise | https://github.com/Swethasri25/Birthday_Surprise | 6bcba0a59099420a0e12e0007979a6c4d241d162 | 1a9f7831be426c2cbee11c2b5668e734fc7e9c31 | refs/heads/master | 2023-01-01T12:27:09.883000 | 2020-10-28T12:15:59 | 2020-10-28T12:15:59 | 308,001,941 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.birthday;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.media.MediaPlayer;
import android.os.Bundle;
import android.os.Handler;
import android.view.View;
import android.widget.Button;
import android.widget.ImageView;
import com.squareup.picasso.Pic... | UTF-8 | Java | 8,748 | java | Aud.java | Java | [
{
"context": "15.appspot.com/o/pedhathapic.jpeg?alt=media&token=1a9c9ad2-547a-494d-85d5-daedf74fdb04\",\n \"https://firebasestorage.googleapis",
"end": 652,
"score": 0.9515172839164734,
"start": 616,
"tag": "PASSWORD",
"value": "1a9c9ad2-547a-494d-85d5-daedf74fdb04"
},
{
"... | null | [] | package com.example.birthday;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.media.MediaPlayer;
import android.os.Bundle;
import android.os.Handler;
import android.view.View;
import android.widget.Button;
import android.widget.ImageView;
import com.squareup.picasso.Pic... | 7,737 | 0.693987 | 0.57316 | 119 | 72.512604 | 59.884323 | 164 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.714286 | false | false | 11 |
de7b5e6151ec2edaffe19bed3371f2cb4aaa6533 | 27,315,992,063,828 | f6eefbf09b0b419766c21485555ca35f2fbee1d6 | /BOJ#11437/src/Main.java | 9a36b0fc612122b3b2976a1a95c21e34215f2d7c | [] | no_license | KwonMinha/BOJ | https://github.com/KwonMinha/BOJ | 21ed5176c19b6bbc95cf118a498a66f71ba488dd | 54d4317b054d901496a86ab887b80d254cf4efd2 | refs/heads/master | 2021-11-27T08:08:45.488000 | 2021-11-18T03:02:07 | 2021-11-18T03:02:07 | 253,548,368 | 2 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* @author Minha Gwon
* @date 2021. 1. 4.
* LCA
* https://www.acmicpc.net/problem/11437
* BLOG - https://minhamina.tistory.com/99
*/
import java.util.LinkedList;
import java.util.Scanner;
public class Main {
public static LinkedList<Integer>[] adjList;
public static int[] parent;
public static int[] depth... | UTF-8 | Java | 1,413 | java | Main.java | Java | [
{
"context": "/**\n * @author Minha Gwon\n * @date 2021. 1. 4.\n * LCA\n * https://www.acmicp",
"end": 25,
"score": 0.9998693466186523,
"start": 15,
"tag": "NAME",
"value": "Minha Gwon"
}
] | null | [] | /**
* @author <NAME>
* @date 2021. 1. 4.
* LCA
* https://www.acmicpc.net/problem/11437
* BLOG - https://minhamina.tistory.com/99
*/
import java.util.LinkedList;
import java.util.Scanner;
public class Main {
public static LinkedList<Integer>[] adjList;
public static int[] parent;
public static int[] depth;
... | 1,409 | 0.541697 | 0.524293 | 79 | 16.455696 | 13.287281 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.43038 | false | false | 11 |
03346f4c00dd79b22bd65e734b922c647526d001 | 21,431,886,840,209 | 1e6b12d5b05629cb2eeb7eeea82b7a125185d26b | /src/com/dao/IBaseDao.java | 24b3c7126d0d81ee4b1d4b47d5abccfdff9ddfeb | [] | no_license | sdytzhangyuning/office-auto | https://github.com/sdytzhangyuning/office-auto | 89afa8ba27d4dfbc2e9883c875c00821767777ab | a061f92a17bd71002712dc7fcf016f523de789a8 | refs/heads/master | 2020-07-06T14:31:38.787000 | 2019-08-18T21:03:32 | 2019-08-18T21:03:32 | 203,050,603 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.dao;
import java.io.Serializable;
import java.util.List;
public interface IBaseDao<T> {
public T getByID(T obj, Serializable id);
public Boolean add(T t);
public Boolean dell(T obj, Serializable id);
public Boolean update(T t);
public List<T> findList(String hql);
public List... | UTF-8 | Java | 391 | java | IBaseDao.java | Java | [] | null | [] | package com.dao;
import java.io.Serializable;
import java.util.List;
public interface IBaseDao<T> {
public T getByID(T obj, Serializable id);
public Boolean add(T t);
public Boolean dell(T obj, Serializable id);
public Boolean update(T t);
public List<T> findList(String hql);
public List... | 391 | 0.703325 | 0.703325 | 19 | 19.578947 | 22.600224 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.684211 | false | false | 11 |
f76032a14c8f87e1c02dd2bf2dd8e834fe4a16b4 | 5,385,889,018,815 | 57cf04e6aaf6b9ad46fe12c343e4cc84a33e8acd | /plagiCheck/src/hm/edu/algo/plagiCheck/triePackage/TrieNode.java | 0eb4e73ec1e91d56270305fc436f35eada58ba71 | [] | no_license | benjaminKeck/plagiChecker | https://github.com/benjaminKeck/plagiChecker | cbfb9677db12233b8b026ac28dc1cfff5e74f96e | 7c6b39cf267b5e1a080d2e81169929f92a3af073 | refs/heads/master | 2021-01-10T21:10:35.674000 | 2015-04-28T14:33:15 | 2015-04-28T14:33:15 | 9,032,372 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package hm.edu.algo.plagiCheck.triePackage;
import hm.edu.algo.plagiCheck.kAux.IActionAtInsert;
import hm.edu.algo.plagiCheck.kAux.StringCounting;
import java.io.CharConversionException;
import java.util.Iterator;
import java.util.Map;
import java.util.TreeMap;
/**
* Diese Klasse stellt einen einzelnen K... | UTF-8 | Java | 3,479 | java | TrieNode.java | Java | [
{
"context": "zelnen Knoten in dem Triesuchbaum dar.\r\n * @author keckes,klaes\r\n *\r\n */\r\npublic class TrieNode implements ",
"end": 369,
"score": 0.9992928504943848,
"start": 363,
"tag": "USERNAME",
"value": "keckes"
},
{
"context": "noten in dem Triesuchbaum dar.\r\n * @autho... | null | [] | package hm.edu.algo.plagiCheck.triePackage;
import hm.edu.algo.plagiCheck.kAux.IActionAtInsert;
import hm.edu.algo.plagiCheck.kAux.StringCounting;
import java.io.CharConversionException;
import java.util.Iterator;
import java.util.Map;
import java.util.TreeMap;
/**
* Diese Klasse stellt einen einzelnen K... | 3,452 | 0.686404 | 0.685254 | 124 | 26.056452 | 25.286201 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.145161 | false | false | 11 |
d4ea88526286e393865acc4d0fbd26d4e0cc2fab | 5,385,889,018,146 | 02e7adb019be48af2168d4f58639bdc53a738346 | /src/test/java/TestDateUtil.java | dc8238255204a603613595f4a99b7480eb5ccfae | [
"MIT"
] | permissive | lvlvforever/CodeSnippet | https://github.com/lvlvforever/CodeSnippet | 7ed53d30c50be75cef473930f0e9e01312f277a3 | 6bb1060a1128a063a88fba0aac526164a9af68eb | refs/heads/master | 2022-07-06T20:46:42.129000 | 2019-09-24T14:13:58 | 2019-09-24T14:13:58 | 157,226,879 | 0 | 0 | MIT | false | 2022-06-29T17:04:37 | 2018-11-12T14:34:25 | 2019-09-24T14:14:05 | 2022-06-29T17:04:37 | 59 | 0 | 0 | 4 | Java | false | false | import com.alibaba.fastjson.JSON;
import com.alibaba.fastjson.JSONArray;
import com.sun.org.apache.xpath.internal.operations.Bool;
import org.apache.xmlbeans.impl.xb.xsdschema.impl.LocalComplexTypeImpl;
import java.io.File;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.InputStream;
import ... | UTF-8 | Java | 4,070 | java | TestDateUtil.java | Java | [
{
"context": ".util.stream.Collectors.toList;\n\n/**\n * Created by lvlvforever on 2018/11/15.\n */\npublic class TestDateUtil {\n ",
"end": 655,
"score": 0.9997016191482544,
"start": 644,
"tag": "USERNAME",
"value": "lvlvforever"
}
] | null | [] | import com.alibaba.fastjson.JSON;
import com.alibaba.fastjson.JSONArray;
import com.sun.org.apache.xpath.internal.operations.Bool;
import org.apache.xmlbeans.impl.xb.xsdschema.impl.LocalComplexTypeImpl;
import java.io.File;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.InputStream;
import ... | 4,070 | 0.622113 | 0.599754 | 166 | 23.518072 | 24.599373 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.578313 | false | false | 11 |
b002cb7624bea677b8e0e7c978d126875c800c77 | 4,355,096,845,840 | 48f404d11cf03bb04fa7f821871d6b9cc59be284 | /cityguide-app/src/main/java/sbnz/app/service/impl/LocationTypeServiceImpl.java | e35d1f7501f560daa5ee214f778f4e1b209af8a8 | [] | no_license | tamararankovic/CityGuide | https://github.com/tamararankovic/CityGuide | dc57143dea20c4f0de8972589d0316c8183bbe92 | ff17ad06492be4ad7e0609b63a3308603eb27548 | refs/heads/master | 2023-05-05T18:37:31.463000 | 2021-05-29T17:16:11 | 2021-05-29T17:16:11 | 356,029,323 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package sbnz.app.service.impl;
import java.util.Date;
import java.util.HashSet;
import java.util.Set;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import sbnz.app.dto.LocationTypeDTO;
import sbnz.app.dto.NewLocationTypeDTO;
import sbnz.app.exception.Lo... | UTF-8 | Java | 3,353 | java | LocationTypeServiceImpl.java | Java | [] | null | [] | package sbnz.app.service.impl;
import java.util.Date;
import java.util.HashSet;
import java.util.Set;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import sbnz.app.dto.LocationTypeDTO;
import sbnz.app.dto.NewLocationTypeDTO;
import sbnz.app.exception.Lo... | 3,353 | 0.782284 | 0.782284 | 95 | 34.294735 | 26.237728 | 144 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.905263 | false | false | 11 |
801dd679a8e43c1b93dbc64a82d6d319bf2a907b | 4,355,096,844,953 | 6824017c324ee076a9d6358fa63ebb1aedd2547a | /dao/src/main/java/nla/local/pojos/Address.java | 489022458ba6ba321b7db18755f6173d4f5988a6 | [] | no_license | SBeresnev/nka_net3 | https://github.com/SBeresnev/nka_net3 | bdf513b119baa469fa1cec19f0ed4ff4ce1a31c1 | 83a63a1daedc3169f1b96d87b53f296cde8aff16 | refs/heads/master | 2020-12-25T16:59:19.288000 | 2015-02-02T11:12:06 | 2015-02-02T11:12:06 | 29,447,522 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package nla.local.pojos;
import javax.persistence.*;
import java.util.List;
/**
* Created by beresnev on 13.01.2015.
*/
@Entity
@Table(name="ADDRESSES")
public class Address {
@Id
@Column(name = "ADR_NUM" )
public Integer address_id;
@Column(name = "REGION")
public String region;
@Column... | UTF-8 | Java | 917 | java | Address.java | Java | [
{
"context": "tence.*;\nimport java.util.List;\n\n/**\n * Created by beresnev on 13.01.2015.\n */\n\n@Entity\n@Table(name=\"ADDRESSE",
"end": 104,
"score": 0.9799764156341553,
"start": 96,
"tag": "USERNAME",
"value": "beresnev"
}
] | null | [] | package nla.local.pojos;
import javax.persistence.*;
import java.util.List;
/**
* Created by beresnev on 13.01.2015.
*/
@Entity
@Table(name="ADDRESSES")
public class Address {
@Id
@Column(name = "ADR_NUM" )
public Integer address_id;
@Column(name = "REGION")
public String region;
@Column... | 917 | 0.636859 | 0.628135 | 51 | 16.980392 | 13.938929 | 39 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.294118 | false | false | 11 |
42c108b87e9765f791f7315bdd15c867032d8e67 | 35,304,631,189,368 | 1961afa3f7930b0d06988091d855494f267a5bf9 | /src/main/java/app/web/message_board/taglib/ELFunctions.java | 3cb83fc44b02a86d705acfa8dc377d031ebe00ef | [] | no_license | takanaka1973/MessageBoard | https://github.com/takanaka1973/MessageBoard | 938de4eb44620897b02e17b08bc49344d6ffd7d3 | dddef90370feb4f19813f9f1dc4573956b432975 | refs/heads/master | 2021-08-14T19:45:29.595000 | 2017-11-16T15:04:49 | 2017-11-16T15:04:49 | 110,715,185 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package app.web.message_board.taglib;
import java.io.UnsupportedEncodingException;
import org.springframework.web.util.UriUtils;
import lombok.NonNull;
/**
* カスタムEL関数を定義したクラス。
*/
public class ELFunctions {
private ELFunctions() {
}
/**
* URLエンコードを行う。
*/
public static String urlEncode(@No... | UTF-8 | Java | 594 | java | ELFunctions.java | Java | [] | null | [] | package app.web.message_board.taglib;
import java.io.UnsupportedEncodingException;
import org.springframework.web.util.UriUtils;
import lombok.NonNull;
/**
* カスタムEL関数を定義したクラス。
*/
public class ELFunctions {
private ELFunctions() {
}
/**
* URLエンコードを行う。
*/
public static String urlEncode(@No... | 594 | 0.642857 | 0.641026 | 26 | 20 | 20.593128 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.307692 | false | false | 11 |
423995cd9ef88043740706f94066e42078f24ef3 | 9,998,683,880,456 | 1b9d44faabec1e8a16088b3017fdcc87b5403783 | /src/main/java/com/client/demo/CustomerRepository.java | 70c7f22ec654fd25dbe85fcd15e4a1002231f07b | [] | no_license | adrianbob/customer-service | https://github.com/adrianbob/customer-service | 5e06436a9ef2344446f5067fb0c3d61dd575ec85 | 68d307d48f1d365060a43953da297e3a7c11956f | refs/heads/master | 2020-06-13T02:11:58.203000 | 2016-12-03T09:15:37 | 2016-12-03T09:15:37 | 75,463,787 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.client.demo;
import org.springframework.data.jpa.repository.JpaRepository;
import java.util.List;
/**
* SpringData Repository for managing {@link Customer} entities.
*/
public interface CustomerRepository extends JpaRepository<Customer, Long> {
List<Customer> findByNameStartsWithIgnoreCase(String nam... | UTF-8 | Java | 326 | java | CustomerRepository.java | Java | [] | null | [] | package com.client.demo;
import org.springframework.data.jpa.repository.JpaRepository;
import java.util.List;
/**
* SpringData Repository for managing {@link Customer} entities.
*/
public interface CustomerRepository extends JpaRepository<Customer, Long> {
List<Customer> findByNameStartsWithIgnoreCase(String nam... | 326 | 0.797546 | 0.797546 | 13 | 24.076923 | 28.534626 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.461538 | false | false | 11 |
010ab30d53d55c2f329d0eea1d5f7a9004be9f0b | 7,550,552,562,502 | c5d939f1d93872d616c1162804853cb5ebdfdfb9 | /Editor de Texto/src/com/Interfaz/VentanaPrincipal.java | d50de10f6d4e91329a8bf6fddfd3b06e1566b621 | [] | no_license | jramscr/trabajosAlternativos | https://github.com/jramscr/trabajosAlternativos | 751c500e1415146c819e56671806375833a2c055 | cc067241a7b1f3036fbd1c420a7e68c90b3f59e9 | refs/heads/master | 2016-09-06T09:31:33.202000 | 2014-06-16T21:08:54 | 2014-06-16T21:08:54 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Desarrollado por: Jesús Enrique Ramos Cruz
* Programa con fines acádemicos para el
* entendimiento de ciertas características
* del programa java y una utilización
* variable del patrón MVC.
* San José, Costa Rica, 2014.
* Versión: 1.0
* **/
package com.Interfaz;
//Importaciones
import java... | ISO-8859-1 | Java | 9,178 | java | VentanaPrincipal.java | Java | [
{
"context": "/**\r\n * Desarrollado por: Jesús Enrique Ramos Cruz\r\n * Programa con fines acádemicos para el\r\n * ent",
"end": 50,
"score": 0.9998765587806702,
"start": 26,
"tag": "NAME",
"value": "Jesús Enrique Ramos Cruz"
}
] | null | [] | /**
* Desarrollado por: <NAME>
* Programa con fines acádemicos para el
* entendimiento de ciertas características
* del programa java y una utilización
* variable del patrón MVC.
* San José, Costa Rica, 2014.
* Versión: 1.0
* **/
package com.Interfaz;
//Importaciones
import java.awt.BorderLayout;... | 9,159 | 0.73803 | 0.732795 | 324 | 26.299383 | 22.281723 | 126 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.895062 | false | false | 11 |
f09ed8d23797dc057d5a2e66efc2545cd82228d3 | 7,550,552,567,008 | 2d2f13ac9486b3312fc2737d6032d11eb4fda6ad | /ValidateBinarySearch.java | 7447b1e3ca06cdc3fb5e6a707099f34abad2935a | [] | no_license | Tyagi123/Practice_ALG | https://github.com/Tyagi123/Practice_ALG | 997b3cf6f689d275819432b1425b2b7f4c910690 | 8ff9b0cc61023badac3ac86fd8611dee9e34e0eb | refs/heads/master | 2022-06-22T14:46:04.108000 | 2022-06-20T03:35:05 | 2022-06-20T03:35:05 | 199,116,967 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | //https://leetcode.com/problems/validate-binary-search-tree/submissions/
import common.TreeNode;
import java.util.ArrayList;
import java.util.List;
public class ValidateBinarySearch {
static List<Integer> list = new ArrayList();
public static void main(String[] args) {
TreeNode treeNode3 = new TreeNo... | UTF-8 | Java | 1,263 | java | ValidateBinarySearch.java | Java | [] | null | [] | //https://leetcode.com/problems/validate-binary-search-tree/submissions/
import common.TreeNode;
import java.util.ArrayList;
import java.util.List;
public class ValidateBinarySearch {
static List<Integer> list = new ArrayList();
public static void main(String[] args) {
TreeNode treeNode3 = new TreeNo... | 1,263 | 0.623911 | 0.608868 | 41 | 29.804878 | 22.952995 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.756098 | false | false | 11 |
61bb37fcee37572e6de70a9b648c6c7dc51018cd | 9,526,237,513,653 | 672b52b6a2337be25590dc5d915c4c83c1d83de3 | /src/CollectionOthers/com/jiada/others/hashtable/Demo2.java | 7bec2c2c6cca39e4506556cc0f4669d4993c44d4 | [] | no_license | Gavin-Yeah/JavaLearning | https://github.com/Gavin-Yeah/JavaLearning | 1c5f8b8736d19903f58d47018a7a88975dbcdfe6 | 296459146c2e1854ae0da7aa1e42c117f3a87f34 | refs/heads/master | 2022-03-25T11:33:28.506000 | 2019-10-03T20:23:10 | 2019-10-03T20:23:10 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package CollectionOthers.com.jiada.others.hashtable;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import java.util.Properties;
/**
* 使用Properties输出到文件
* 资源配置文件:
* 1, .properties
* store(OutputStream out, String comments)
store(Writer wirt... | UTF-8 | Java | 1,261 | java | Demo2.java | Java | [
{
"context": ", String comments, String encoding)\n * \n * @author jiadaye\n *\n */\npublic class Demo2 {\npublic static void ma",
"end": 491,
"score": 0.9996286034584045,
"start": 484,
"tag": "USERNAME",
"value": "jiadaye"
},
{
"context": "@localhost:1521:orcl\");\n\tpro.setProperty... | null | [] | package CollectionOthers.com.jiada.others.hashtable;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import java.util.Properties;
/**
* 使用Properties输出到文件
* 资源配置文件:
* 1, .properties
* store(OutputStream out, String comments)
store(Writer wirt... | 1,266 | 0.737705 | 0.730802 | 37 | 30.324324 | 26.862064 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.162162 | false | false | 11 |
1bb3184bc7d5696bc01c441c3617dd7b1d318af5 | 32,186,484,977,943 | f6f60eb0c99648d936c46c1edd216008bf627597 | /experiment/repo/elasticsearch-master/core/src/main/java/org/elasticsearch/rest/action/admin/indices/RestGetMappingAction.java | 8fc56235093b4764aaf238644082231535bdcc4d | [
"Apache-2.0"
] | permissive | Adobee/ACS | https://github.com/Adobee/ACS | 8c47fb1c91954175bea04a34116d229bf8e98e19 | 9d90850b6b15dd823ef940dcec3f0084ba261291 | refs/heads/master | 2022-09-01T07:10:55.631000 | 2022-08-03T14:25:41 | 2022-08-03T14:25:41 | 66,701,154 | 27 | 25 | null | false | 2018-05-24T08:07:06 | 2016-08-27T07:06:15 | 2018-04-03T03:28:34 | 2018-05-24T08:07:06 | 140,673 | 13 | 11 | 0 | null | false | null | /*
* Licensed to Elasticsearch under one or more contributor
* license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright
* ownership. Elasticsearch licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this fi... | UTF-8 | Java | 5,167 | java | RestGetMappingAction.java | Java | [] | null | [] | /*
* Licensed to Elasticsearch under one or more contributor
* license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright
* ownership. Elasticsearch licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this fi... | 5,167 | 0.688988 | 0.687052 | 109 | 46.403671 | 32.221745 | 125 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.752294 | false | false | 11 |
73b94cff85d7392073ad15dd3fba7b539dfaa113 | 35,545,149,382,429 | f8277606f5f84e3d5a0e045e4379c9f7f5ba7d77 | /rules-web/src/main/java/com/hstc/rules/service/impl/LearnServiceimpl.java | 6a9ac78e03d2c9f37296fb0f13202d3e3276b7f0 | [
"Apache-2.0"
] | permissive | czbiao/rules | https://github.com/czbiao/rules | 77ee768073f46a791d20ffe60cd29f467b065c03 | b1bb5894eab65ac881a6671bd0db3d6ed165582e | refs/heads/master | 2020-05-14T08:33:25.886000 | 2019-04-29T15:12:32 | 2019-04-29T15:12:32 | 181,724,597 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hstc.rules.service.impl;
import com.hstc.rules.domain.*;
import com.hstc.rules.exception.LearnServiceException;
import com.hstc.rules.exception.PersistenceException;
import com.hstc.rules.persistence.ClockDAO;
import com.hstc.rules.service.LearnService;
import org.springframework.beans.factory.annot... | UTF-8 | Java | 3,723 | java | LearnServiceimpl.java | Java | [
{
"context": "amp;\r\nimport java.util.List;\r\n\r\n/**\r\n * Created by linjingshan on 2018-6-10.\r\n */\r\n@Service\r\npublic class LearnS",
"end": 472,
"score": 0.9996272325515747,
"start": 461,
"tag": "USERNAME",
"value": "linjingshan"
}
] | null | [] | package com.hstc.rules.service.impl;
import com.hstc.rules.domain.*;
import com.hstc.rules.exception.LearnServiceException;
import com.hstc.rules.exception.PersistenceException;
import com.hstc.rules.persistence.ClockDAO;
import com.hstc.rules.service.LearnService;
import org.springframework.beans.factory.annot... | 3,723 | 0.579747 | 0.5609 | 100 | 33.549999 | 24.497091 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.56 | false | false | 11 |
3d0b00d447cf392247eb104d2dc4909e204e6235 | 35,124,242,596,078 | cefbb93ff2c08763ba9a453982ac93c103ffe255 | /src/main/java/com/gus/jobofferhunter/repository/InfoPracaRepository.java | 66f3acbcfed8270bc81b9df587c960eb1226aec5 | [] | no_license | Combergniot/JobOfferHunter | https://github.com/Combergniot/JobOfferHunter | 9c5062b9b589049e7e77ad5a0579b523023b7d83 | 26663aa362d89d8358ac91ef4d561f4e83fdd0dd | refs/heads/master | 2020-04-26T04:42:34.091000 | 2019-04-05T11:17:56 | 2019-04-05T11:17:56 | 109,960,257 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.gus.jobofferhunter.repository;
import com.gus.jobofferhunter.model.offer.InfoPraca;
import org.springframework.data.repository.CrudRepository;
import org.springframework.stereotype.Repository;
@Repository
public interface InfoPracaRepository extends CrudRepository<InfoPraca, Long> {
InfoPraca findByI... | UTF-8 | Java | 632 | java | InfoPracaRepository.java | Java | [] | null | [] | package com.gus.jobofferhunter.repository;
import com.gus.jobofferhunter.model.offer.InfoPraca;
import org.springframework.data.repository.CrudRepository;
import org.springframework.stereotype.Repository;
@Repository
public interface InfoPracaRepository extends CrudRepository<InfoPraca, Long> {
InfoPraca findByI... | 632 | 0.810127 | 0.810127 | 21 | 29.095238 | 27.930023 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.52381 | false | false | 11 |
c2032ca663fb72dc2c6534b2455607a2055797bb | 25,572,235,344,079 | 8ab7ecde28ee4b0cd480a45cab4a7dbd63ccea34 | /src/java/data/EmployeeManagerDA.java | dadafb1b51cb0d0efa6f89362b6abb6b9b0f72b0 | [] | no_license | chrislif/INFO2514_Program1 | https://github.com/chrislif/INFO2514_Program1 | 4ea4a8a61a3b62e580d782a5f942786dcf082ae9 | c3627009a045035f51c94d581a86ebb1731f8bc6 | refs/heads/master | 2023-09-03T22:29:54.467000 | 2021-09-30T05:19:10 | 2021-09-30T05:19:10 | 409,713,079 | 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 data;
import business.Person;
import java.time.LocalDate;
import java.time.Month;
import java.util.ArrayList;
/**
*
* @auth... | UTF-8 | Java | 2,479 | java | EmployeeManagerDA.java | Java | [
{
"context": "th;\nimport java.util.ArrayList;\n\n/**\n *\n * @author fssco\n */\npublic class EmployeeManagerDA {\n \n pub",
"end": 328,
"score": 0.999544084072113,
"start": 323,
"tag": "USERNAME",
"value": "fssco"
},
{
"context": " = new ArrayList<>();\n all.add(new Pe... | 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 data;
import business.Person;
import java.time.LocalDate;
import java.time.Month;
import java.util.ArrayList;
/**
*
* @auth... | 2,479 | 0.567971 | 0.51311 | 62 | 38.983871 | 36.332466 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.677419 | false | false | 11 |
c2ea8fe3b15534d593134b4340f91c110a2d970a | 39,238,821,223,234 | f940121f2d9d4480933bd66756cbfebc7ce262b9 | /src/main/java/com/storedobject/core/WeightOrVolume.java | fef3b9899841bfa8c7c7f7fb7660740c15539ea9 | [] | no_license | syampillai/SODevelopment | https://github.com/syampillai/SODevelopment | d91bda60293164335ccc05e5b1cf1b13ac529d15 | b6fae246399742218bc932e3ad095a336084dcb1 | refs/heads/master | 2023-08-19T18:31:58.308000 | 2023-08-04T03:39:20 | 2023-08-04T03:39:20 | 379,995,889 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.storedobject.core;
import java.math.BigDecimal;
public class WeightOrVolume extends com.storedobject.core.Quantity {
public static com.storedobject.core.MeasurementUnit defaultUnit;
public WeightOrVolume() {
super(null, null);
}
public WeightOrVolume(double p1, java.lang.String ... | UTF-8 | Java | 3,026 | java | WeightOrVolume.java | Java | [] | null | [] | package com.storedobject.core;
import java.math.BigDecimal;
public class WeightOrVolume extends com.storedobject.core.Quantity {
public static com.storedobject.core.MeasurementUnit defaultUnit;
public WeightOrVolume() {
super(null, null);
}
public WeightOrVolume(double p1, java.lang.String ... | 3,026 | 0.668209 | 0.665235 | 167 | 17.119761 | 19.662361 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.946108 | false | false | 11 |
cc7c4572172d1a66e807dc03b6aab59945e1669f | 39,659,728,027,987 | 635a26317b2cc2b86825cc8dc13ee438f602a2f4 | /NodeAdditionHandler/src/main/java/org/esbhive/node/addition/AdditionHandler.java | 7ae0b59af3b77a2a5856f06667e304ed9ee019a1 | [] | no_license | jeewamp/ESBhive | https://github.com/jeewamp/ESBhive | f79ff43b8bc0bc2e0c286411d690abc5f14fe131 | 91cc968008aaf6480f8afce6ad5685be76d6cca0 | refs/heads/master | 2016-09-10T14:32:33.332000 | 2011-10-17T13:13:08 | 2011-10-17T13:13:08 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
* @author Piumi
*/
package org.esbhive.node.addition;
import org.esbhive.node.mgt.ESBNode;
import java.rmi.RemoteException;
import org.apache.axis2.AxisFault;
import org.apache.axis2.client.Options;
import org.apache.axis2.client.ServiceClient;
import org.apache.axis2.context.ConfigurationContext;
import org.... | UTF-8 | Java | 5,640 | java | AdditionHandler.java | Java | [
{
"context": "/**\n *\n * @author Piumi\n */\npackage org.esbhive.node.addition;\n\nimport or",
"end": 23,
"score": 0.9996296763420105,
"start": 18,
"tag": "NAME",
"value": "Piumi"
},
{
"context": "w LoginData();\n otherNode.setUserName(\"admin\");\n otherNode.s... | null | [] | /**
*
* @author Piumi
*/
package org.esbhive.node.addition;
import org.esbhive.node.mgt.ESBNode;
import java.rmi.RemoteException;
import org.apache.axis2.AxisFault;
import org.apache.axis2.client.Options;
import org.apache.axis2.client.ServiceClient;
import org.apache.axis2.context.ConfigurationContext;
import org.... | 5,645 | 0.655496 | 0.653546 | 181 | 30.160221 | 26.316429 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.403315 | false | false | 11 |
ebfcfa3c875f6adfa669dffdedcfc49778b66a80 | 9,028,021,318,828 | 83c262883dcb9e1c82ee5ed3436970a2e21598c5 | /src/com/linjiahao/javaWithdll/Windows/dll/WindowsFormDll.java | e16d6ab6ba7c20decb3efe501db43e77edfe9edd | [] | no_license | 1143910315/JavaWithDll | https://github.com/1143910315/JavaWithDll | 6c02a34c555496e421271d971fe828bc66c50a71 | d474a4cae6d87e3ce8e9970b6c9d31fb13bc5ae4 | refs/heads/master | 2023-03-25T01:35:40.999000 | 2021-03-22T16:36:28 | 2021-03-22T16:36:28 | 350,416,201 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.linjiahao.javaWithdll.Windows.dll;
import com.sun.jna.Library;
import com.sun.jna.Native;
import com.sun.jna.Pointer;
//http://java-native-access.github.io/jna/5.7.0/javadoc/
public interface WindowsFormDll extends Library {
//WindowsFormDll_64 instance = (WindowsFormDll_64) Native.loadLibrary("Dll1",... | UTF-8 | Java | 447 | java | WindowsFormDll.java | Java | [] | null | [] | package com.linjiahao.javaWithdll.Windows.dll;
import com.sun.jna.Library;
import com.sun.jna.Native;
import com.sun.jna.Pointer;
//http://java-native-access.github.io/jna/5.7.0/javadoc/
public interface WindowsFormDll extends Library {
//WindowsFormDll_64 instance = (WindowsFormDll_64) Native.loadLibrary("Dll1",... | 447 | 0.767338 | 0.740492 | 12 | 36.25 | 31.003023 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.75 | false | false | 11 |
782bf1f9e6fedfea09c18a33a9831747dfe38d4b | 29,858,612,701,317 | a6dd61af49d10477a7435ad27ad63f635256d497 | /mini-kafka-core/mini-kafka-core/src/main/java/com/vjsai/mini/kafka/tcp/ITcpServer.java | 9fa220306126d45f8e529bef4f8bf37560708c9b | [
"MIT"
] | permissive | echohlne/mini-kafka | https://github.com/echohlne/mini-kafka | 94ff13f893e06cbaab665415842750e9acab2901 | dda0087c1cd0b854ee236f13c76c82f84a1cc4ff | refs/heads/master | 2022-01-26T10:48:43.984000 | 2019-04-07T18:55:36 | 2019-04-07T18:55:36 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.vjsai.mini.kafka.tcp;
import com.vjsai.mini.kafka.messages.Message;
public interface ITcpServer {
void onMessage(Message msg);
void onOpen();
void onClose();
}
| UTF-8 | Java | 186 | java | ITcpServer.java | Java | [] | null | [] | package com.vjsai.mini.kafka.tcp;
import com.vjsai.mini.kafka.messages.Message;
public interface ITcpServer {
void onMessage(Message msg);
void onOpen();
void onClose();
}
| 186 | 0.72043 | 0.72043 | 9 | 19.666666 | 15.577762 | 45 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.555556 | false | false | 11 |
f0d074e3dc0dd2afa121364ca1bcc5f8b531f081 | 31,516,470,031,004 | b3a525bd6f19c67f99badfa26df8d5b28633f882 | /CODE_SMELLS/TYPE_CHECKING/example/fix/Bus.java | 46a6e4edf94d79a53bd253c9b99325b8e7717a3a | [
"Apache-2.0"
] | permissive | bulentcoskun/design-principles | https://github.com/bulentcoskun/design-principles | ecabc7e59c81606da69057bdfe934518ee2fb7f8 | c478ba176a425bfcb0d35ef5b3acb16cb6f41f78 | refs/heads/master | 2023-03-18T11:15:14.169000 | 2020-03-13T04:40:46 | 2020-03-13T04:40:46 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package CODE_SMELLS.TYPE_CHECKING.example.fix;
public class Bus implements Vehicle {
@Override
public int spaceRequired() {
return 8;
}
}
| UTF-8 | Java | 160 | java | Bus.java | Java | [] | null | [] | package CODE_SMELLS.TYPE_CHECKING.example.fix;
public class Bus implements Vehicle {
@Override
public int spaceRequired() {
return 8;
}
}
| 160 | 0.66875 | 0.6625 | 9 | 16.777779 | 16.531301 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.222222 | false | false | 11 |
d0b7a011bca5106ba1599441a45e44ea8b9c06e1 | 2,508,260,901,535 | f97e2548969b60cd21c462e9fa1c3c75735647ec | /app/src/main/java/com/bdhs/hzinsurance/ui/activity/EasyInsuranceActivity.java | a45ccdf8964e60892bee91a21490c71f05749924 | [] | no_license | kjklmn/qsinsurance | https://github.com/kjklmn/qsinsurance | be73e17cf76a5e9f6f6224c29766088a81fc5565 | a0f7acda136413d370fd13182e4112c58d8c64c5 | refs/heads/master | 2020-03-23T04:24:03.989000 | 2018-07-31T07:51:51 | 2018-07-31T07:51:51 | 141,081,358 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bdhs.hzinsurance.ui.activity;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.KeyEvent;
import com.bdhs.hzinsurance.R;
public class EasyInsuranceActivity extends AppCompatActivity {
private static final String TAG = "Depart... | UTF-8 | Java | 816 | java | EasyInsuranceActivity.java | Java | [] | null | [] | package com.bdhs.hzinsurance.ui.activity;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.KeyEvent;
import com.bdhs.hzinsurance.R;
public class EasyInsuranceActivity extends AppCompatActivity {
private static final String TAG = "Depart... | 816 | 0.686275 | 0.685049 | 31 | 25.32258 | 21.093321 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.483871 | false | false | 11 |
04d01cb58847abd768c148963df00a1c217745e3 | 19,662,360,294,302 | bd729ef9fcd96ea62e82bb684c831d9917017d0e | /CHPT/source/trunk/web_app/SspApp/data_src/com/ctfo/version/dao/VersionServiceDao.java | ced1edd4892fbd5c7834fcfc88ec994a4c4421f1 | [] | no_license | shanghaif/workspace-kepler | https://github.com/shanghaif/workspace-kepler | 849c7de67b1f3ee5e7da55199c05c737f036780c | ac1644be26a21f11a3a4a00319c450eb590c1176 | refs/heads/master | 2023-03-22T03:38:55.103000 | 2018-03-24T02:39:41 | 2018-03-24T02:39:41 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ctfo.version.dao;
import java.util.List;
import java.util.Map;
import com.ctfo.local.dao.GenericIbatisDao;
import com.ctfo.version.beans.Version;
/**
* @version 1.0
* @description:C/S 版本升级控制
* @author 蒋东卿
* @date 2015年2月5日上午9:45:20
* @since JDK1.6
*/
public interface VersionServiceDao extends Gener... | UTF-8 | Java | 805 | java | VersionServiceDao.java | Java | [
{
"context": "version 1.0\n * @description:C/S 版本升级控制\n * @author 蒋东卿\n * @date 2015年2月5日上午9:45:20\n * @since JDK1.6\n */\n",
"end": 222,
"score": 0.9984129071235657,
"start": 219,
"tag": "NAME",
"value": "蒋东卿"
},
{
"context": "\t * @description:获取最新版本号\n\t * @param:\n\t * @author: 蒋... | null | [] | package com.ctfo.version.dao;
import java.util.List;
import java.util.Map;
import com.ctfo.local.dao.GenericIbatisDao;
import com.ctfo.version.beans.Version;
/**
* @version 1.0
* @description:C/S 版本升级控制
* @author 蒋东卿
* @date 2015年2月5日上午9:45:20
* @since JDK1.6
*/
public interface VersionServiceDao extends Gener... | 805 | 0.684062 | 0.631876 | 38 | 17.657894 | 16.939951 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.736842 | false | false | 11 |
cca00396269ab3c766dd5a5eae399eeb11e6c40e | 7,791,070,726,406 | 2e57b87830ea785f08bff218feaadb4492840537 | /TrabajoFinalLS/src/db/LabelDAOImpl.java | b8eafec096d228bea932e5f8c64396ea6e8d7dc3 | [] | no_license | agustinbala/laboratorio-de-software-2015 | https://github.com/agustinbala/laboratorio-de-software-2015 | 0f4548bbc806370eedf1b9c5d1cef570524b2115 | e7caa02e7c4ed6a3fa4e35fb70778ad9220ac902 | refs/heads/master | 2021-01-18T22:35:18.386000 | 2016-04-12T22:25:11 | 2016-04-12T22:25:11 | 41,298,908 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package db;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.List;
import domain.Label;
public class LabelDAOImpl implements LabelDAO {
private DBHelper dbHelper = new DBHelper();
@Override
public Label getLabel(Integer id) {
ResultSet rs = dbHelper.execut... | UTF-8 | Java | 2,977 | java | LabelDAOImpl.java | Java | [] | null | [] | package db;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.List;
import domain.Label;
public class LabelDAOImpl implements LabelDAO {
private DBHelper dbHelper = new DBHelper();
@Override
public Label getLabel(Integer id) {
ResultSet rs = dbHelper.execut... | 2,977 | 0.625126 | 0.625126 | 118 | 24.228813 | 22.18314 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.694915 | false | false | 11 |
64d71af7b407b825c42993d5843359b7766ae3c6 | 13,666,585,997,893 | a0215b9f08f539149bc100c93157270f2f55cc2c | /第04天作业卷答案/TestDay04/src/com/itheima/level02/Task02.java | 73d4c968150602e1b4c55e2beaaa4a8003c8c8ac | [] | no_license | lijunfeng11/2019-7-15 | https://github.com/lijunfeng11/2019-7-15 | fac7969332fbbc1ee9706fff8cbbff78ca63d309 | 0889dec9c4c0aa69c92bdcf2877d6e5ea4ca07a2 | refs/heads/master | 2020-06-20T05:16:55.807000 | 2019-07-17T01:35:43 | 2019-07-17T01:35:43 | 197,007,330 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.itheima.level02;
import java.util.Random;
import java.util.Scanner;
/*
分析以下需求,并用代码实现
1.键盘录入班级人数
2.根据录入的班级人数创建数组
3.利用随机数产生0-100的成绩(包含0和100)
4.要求:
(1)打印该班级的不及格人数
(2)打印该班级的平均分
(3)演示格式如下:
请输入班级人数:
键盘录入:100
控制台输出:
不及格人数:19
班级平均分:87
分析:
1.创建键盘录入对象
2.定义int类型的变量num,并通过键盘录入给num赋值
... | GB18030 | Java | 2,125 | java | Task02.java | Java | [] | null | [] | package com.itheima.level02;
import java.util.Random;
import java.util.Scanner;
/*
分析以下需求,并用代码实现
1.键盘录入班级人数
2.根据录入的班级人数创建数组
3.利用随机数产生0-100的成绩(包含0和100)
4.要求:
(1)打印该班级的不及格人数
(2)打印该班级的平均分
(3)演示格式如下:
请输入班级人数:
键盘录入:100
控制台输出:
不及格人数:19
班级平均分:87
分析:
1.创建键盘录入对象
2.定义int类型的变量num,并通过键盘录入给num赋值
... | 2,125 | 0.650485 | 0.597461 | 69 | 18.405798 | 11.291037 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.217391 | false | false | 11 |
7a206584d06a4c81fb2da7f38c4dc9c62b85772e | 23,252,952,943,208 | d2911ba523be1e29698a0f236b0daca4559068ac | /Mercado/src/br/com/application/models/Produto.java | a49a0426c600d5aecbc9ad2c5f76c165fea7dcaa | [] | no_license | DanielSanoli/ProjetoIntegrador | https://github.com/DanielSanoli/ProjetoIntegrador | e03ed515ec116b6c0e813ff4a938ed76c6b99754 | 66791450d26aad1a83159e5dda17bb7e66e09271 | refs/heads/master | 2023-05-14T05:48:15.107000 | 2021-06-09T13:36:31 | 2021-06-09T13:36:31 | 375,366,808 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.application.models;
public class Produto {
private String descricao;
private int departamento;
private double valor;
private int codigo;
private int estoqueAtual;
public Produto(String descricao, int departamento, double valor, int codigo, int estoqueAtual) {
this.descri... | UTF-8 | Java | 1,314 | java | Produto.java | Java | [] | null | [] | package br.com.application.models;
public class Produto {
private String descricao;
private int departamento;
private double valor;
private int codigo;
private int estoqueAtual;
public Produto(String descricao, int departamento, double valor, int codigo, int estoqueAtual) {
this.descri... | 1,314 | 0.61796 | 0.61796 | 61 | 20.540983 | 19.155596 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.409836 | false | false | 11 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.