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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
b4f35efea8c7c5412bb1963f6facca1d70422db5 | 20,203,526,177,156 | 22edd2b34b4bd45d294f066ce587bc620d86436c | /app/src/main/java/com/example/dyq/myweatherapp/MainActivity.java | 22668aa64d7a377fbb848be19bcacc6b5eb82590 | [
"Apache-2.0"
] | permissive | dengyaqian/MyWeatherApp | https://github.com/dengyaqian/MyWeatherApp | e914627fa70d6964ce1a26d26a3796fee49404e6 | 236b7a9f3ded7950903b019c609b8024290a4b8e | refs/heads/master | 2021-01-20T05:43:57.246000 | 2016-11-23T09:34:01 | 2016-11-23T09:34:01 | 72,612,060 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.dyq.myweatherapp;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.os.Build;
import android.os.Bundle;
import android.os.StrictMode;
import android.util.DisplayMetrics;
import android.view.LayoutInflater;
import android.view.View;
import and... | UTF-8 | Java | 10,680 | java | MainActivity.java | Java | [
{
"context": "package com.example.dyq.myweatherapp;\n\nimport android.app.Activity;\nimpo",
"end": 22,
"score": 0.5450613498687744,
"start": 20,
"tag": "USERNAME",
"value": "dy"
}
] | null | [] | package com.example.dyq.myweatherapp;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.os.Build;
import android.os.Bundle;
import android.os.StrictMode;
import android.util.DisplayMetrics;
import android.view.LayoutInflater;
import android.view.View;
import and... | 10,680 | 0.646908 | 0.641692 | 281 | 36.516014 | 27.993401 | 165 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.640569 | false | false | 9 |
3069f6540f333f810f6ad8147a91d1a23ab0c94d | 2,181,843,392,048 | 4d1b375f856be41ccbfb0bc4971ef241cd6d88ac | /com.inventage.tools.versiontiger.test/src/main/java/com/inventage/tools/versiontiger/internal/manifest/VersionAttributeTest.java | eb2930077e2342041f34c0f97de2052481de71a6 | [
"BSD-2-Clause",
"BSD-3-Clause"
] | permissive | vladdu/version-tiger | https://github.com/vladdu/version-tiger | 793e43c228c3f8f573d9db0c460279a67002324e | 588e252dda1a1eaa1d55f63a2fc89c5c940aed71 | refs/heads/master | 2021-08-17T22:58:10.503000 | 2018-11-08T11:24:12 | 2018-11-13T11:52:30 | 44,056,353 | 1 | 0 | NOASSERTION | true | 2021-01-26T12:54:17 | 2015-10-11T14:56:18 | 2021-01-26T08:56:17 | 2021-01-26T12:54:15 | 292 | 0 | 0 | 0 | Java | false | false | package com.inventage.tools.versiontiger.internal.manifest;
import static org.junit.Assert.assertEquals;
import static org.mockito.Mockito.*;
import org.junit.Test;
import org.mockito.invocation.InvocationOnMock;
import org.mockito.stubbing.Answer;
import com.inventage.tools.versiontiger.internal.manifest.VersionAtt... | UTF-8 | Java | 2,494 | java | VersionAttributeTest.java | Java | [] | null | [] | package com.inventage.tools.versiontiger.internal.manifest;
import static org.junit.Assert.assertEquals;
import static org.mockito.Mockito.*;
import org.junit.Test;
import org.mockito.invocation.InvocationOnMock;
import org.mockito.stubbing.Answer;
import com.inventage.tools.versiontiger.internal.manifest.VersionAtt... | 2,494 | 0.744587 | 0.736568 | 85 | 28.341177 | 23.623793 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.258824 | false | false | 9 |
f67b7159563acd01761d8b8e2edf9023129bd489 | 4,492,535,861,519 | cfaea5bae340264f97571288f5e5f5e43cc0c14d | /latihan3.java | e89ad173320f1655a3d1728f647b330273fa9c74 | [] | no_license | rahmataltamazi29/PrakPBO_Pert4 | https://github.com/rahmataltamazi29/PrakPBO_Pert4 | e2859ec488881b56c9dc8a1e593a18846f6488eb | 7d27ad837043f0e90c31b79a9b64c9fcc3b1b09f | refs/heads/main | 2022-12-28T00:24:11.361000 | 2020-10-15T08:16:44 | 2020-10-15T08:16:44 | 304,256,036 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Scanner;
public class latihan3{
public static void main(String[] args)
{
Scanner inputan = new Scanner(System.in);
int nilai;
System.out.print("Masukkan nilai = ");
nilai = inputan.nextInt();
//posisi if berjalan
if (nilai % 2 == 0)
{
System.out.println("Angka y... | UTF-8 | Java | 445 | java | latihan3.java | Java | [] | null | [] | import java.util.Scanner;
public class latihan3{
public static void main(String[] args)
{
Scanner inputan = new Scanner(System.in);
int nilai;
System.out.print("Masukkan nilai = ");
nilai = inputan.nextInt();
//posisi if berjalan
if (nilai % 2 == 0)
{
System.out.println("Angka y... | 445 | 0.624719 | 0.617977 | 22 | 18.227272 | 19.161827 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.909091 | false | false | 9 |
33fd8eb3fd1a4b7e32f6c18f113960c6cbc22ad4 | 20,220,706,087,219 | 134ea7616dffdda202874916005507d90e2c54e1 | /src/maxim/express/opera/define/Op_QUES.java | 445adc8a114d5afce74d73002d917ec3864e95c2 | [
"Apache-2.0"
] | permissive | mlingp/MAXIM_EXPRESS | https://github.com/mlingp/MAXIM_EXPRESS | 9796416286b009ac56009234ad40abf20ec80ba5 | 31c5a584abea4b7ff759a93accd10b3747e1db81 | refs/heads/master | 2020-06-18T16:03:23.150000 | 2019-07-11T09:15:56 | 2019-07-11T09:15:56 | 196,358,128 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package maxim.express.opera.define;
import maxim.express.IllegalExpressionException;
import maxim.express.datameta.BaseDataMeta;
import maxim.express.datameta.Constant;
import maxim.express.opera.IOperatorExecution;
import maxim.express.opera.Operator;
/**
* @author maxim
*/
public class Op_QUES implemen... | UTF-8 | Java | 826 | java | Op_QUES.java | Java | [
{
"context": "t maxim.express.opera.Operator;\r\n\r\n/**\r\n * @author maxim\r\n */\r\npublic class Op_QUES implements IOperatorEx",
"end": 284,
"score": 0.9925988912582397,
"start": 279,
"tag": "USERNAME",
"value": "maxim"
}
] | null | [] | package maxim.express.opera.define;
import maxim.express.IllegalExpressionException;
import maxim.express.datameta.BaseDataMeta;
import maxim.express.datameta.Constant;
import maxim.express.opera.IOperatorExecution;
import maxim.express.opera.Operator;
/**
* @author maxim
*/
public class Op_QUES implemen... | 826 | 0.718987 | 0.718987 | 25 | 29.6 | 29.410202 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 9 |
8c3fed1010a59b138c13a4500e4a97cfc115f2fd | 20,323,785,303,806 | ee71939ffd4c1b4d96de9d598da7b1a642dcf18f | /src/main/java/io/github/francoiscampbell/apimodel/Caption.java | 433552e25c8e601d57d0c6ae7ad2f5bb9b9cf9aa | [] | no_license | francoiscampbell/LibMovieMarathon | https://github.com/francoiscampbell/LibMovieMarathon | 85bacc9e5f1cde2345ba212e16ebeb9e0c0c3bea | 63f39c0050ed7f97ce2046738d0348ed487ef145 | refs/heads/master | 2022-07-25T16:05:32.722000 | 2016-05-22T18:59:50 | 2016-05-22T18:59:50 | 38,499,247 | 0 | 0 | null | false | 2019-02-17T20:49:14 | 2015-07-03T15:27:38 | 2016-07-31T05:28:33 | 2019-02-17T20:49:12 | 152 | 0 | 0 | 1 | Java | false | null |
package io.github.francoiscampbell.apimodel;
import com.google.gson.annotations.Expose;
import javax.annotation.Generated;
@Generated("org.jsonschema2pojo")
public class Caption {
@Expose
private String content;
@Expose
private String lang;
/**
*
* @return
* The content
... | UTF-8 | Java | 1,002 | java | Caption.java | Java | [
{
"context": "\npackage io.github.francoiscampbell.apimodel;\n\nimport com.google.gson.annotations.Exp",
"end": 35,
"score": 0.9993048906326294,
"start": 19,
"tag": "USERNAME",
"value": "francoiscampbell"
}
] | null | [] |
package io.github.francoiscampbell.apimodel;
import com.google.gson.annotations.Expose;
import javax.annotation.Generated;
@Generated("org.jsonschema2pojo")
public class Caption {
@Expose
private String content;
@Expose
private String lang;
/**
*
* @return
* The content
... | 1,002 | 0.536926 | 0.535928 | 61 | 15.409836 | 13.604938 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.213115 | false | false | 9 |
9413e0cd6c4d4737de3eeba7677f2b960f255deb | 23,802,708,818,962 | 358801fcdddde569271f84320f9255fcdfeb7dbb | /app/src/main/java/com/example/w8/rarangi/ShoppingItem.java | 5bd3ee2ba44bde82f2a44d0355ec411f5506f9c7 | [] | no_license | JuliaOli/Rarangi | https://github.com/JuliaOli/Rarangi | adf0671cc8772b4810d3c9d73cb2d85311da47fb | 726037541e68189e39a2ade2fce1a60988f6681b | refs/heads/master | 2021-01-11T01:18:09.616000 | 2016-10-17T18:26:40 | 2016-10-17T18:26:40 | 71,061,488 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.w8.rarangi;
import android.content.Intent;
import android.support.design.widget.FloatingActionButton;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.text.Editable;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
impo... | UTF-8 | Java | 2,382 | java | ShoppingItem.java | Java | [] | null | [] | package com.example.w8.rarangi;
import android.content.Intent;
import android.support.design.widget.FloatingActionButton;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.text.Editable;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
impo... | 2,382 | 0.646935 | 0.638539 | 72 | 32.083332 | 32.975895 | 169 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.680556 | false | false | 9 |
d6045ce175f4fb8d6497bb629780d976d3260675 | 8,289,286,881,344 | 5acf8f77a0f9efd9ed5d3b13e3861dde0bf6fc95 | /src/main/java/com/example/springbootCM/apiServer/service/CustomUserService.java | 743f2beb69af1e9df1ae615d5fb04d37a2957bad | [] | no_license | jeongyoonjeong/api-cm | https://github.com/jeongyoonjeong/api-cm | 0a3a34c88797abc31100f7eae4521c4fda2f0a44 | 1555473522585b2f23d5d80ec2a6c20a78fe84ab | refs/heads/master | 2023-05-07T17:42:02.375000 | 2021-06-02T05:19:18 | 2021-06-02T05:19:18 | 351,070,545 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.springbootCM.apiServer.service;
import com.example.springbootCM.apiItem.acnt.User;
import com.example.springbootCM.apiServer.repository.UserRepository;
import org.springframework.security.core.userdetails.UserDetails;
import org.springframework.security.core.userdetails.UserDetailsService;
import o... | UTF-8 | Java | 1,393 | java | CustomUserService.java | Java | [] | null | [] | package com.example.springbootCM.apiServer.service;
import com.example.springbootCM.apiItem.acnt.User;
import com.example.springbootCM.apiServer.repository.UserRepository;
import org.springframework.security.core.userdetails.UserDetails;
import org.springframework.security.core.userdetails.UserDetailsService;
import o... | 1,393 | 0.720662 | 0.720662 | 45 | 29.866667 | 24.459127 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 9 |
643f08357a7ff8692e9dc994ff55c43d5dae45cd | 32,573,032,036,355 | b19cfbcfd6a3a088a291e917be733b4850cc77c0 | /app/src/main/java/muhanxi/zhibodemo/TView.java | b47aad1095c952872d462348379581c98c3b68df | [] | no_license | qingtian2/ZhiBoDemo | https://github.com/qingtian2/ZhiBoDemo | 5140d199307428a8ee835da2c728dc55115cfe7d | fbe84e04dc835a2f9c4f31f9374de66495bcab92 | refs/heads/master | 2021-01-15T22:47:37.485000 | 2017-08-09T09:43:38 | 2017-08-09T09:43:38 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package muhanxi.zhibodemo;
import android.content.Context;
import android.support.annotation.Nullable;
import android.util.AttributeSet;
import android.view.View;
/**
* Created by muhanxi on 17/8/7.
*/
public class TView extends View {
public TView(Context context) {
super(context);
}
public T... | UTF-8 | Java | 551 | java | TView.java | Java | [
{
"context": "eSet;\nimport android.view.View;\n\n/**\n * Created by muhanxi on 17/8/7.\n */\n\npublic class TView extends View {",
"end": 190,
"score": 0.9996607899665833,
"start": 183,
"tag": "USERNAME",
"value": "muhanxi"
}
] | null | [] | package muhanxi.zhibodemo;
import android.content.Context;
import android.support.annotation.Nullable;
import android.util.AttributeSet;
import android.view.View;
/**
* Created by muhanxi on 17/8/7.
*/
public class TView extends View {
public TView(Context context) {
super(context);
}
public T... | 551 | 0.69873 | 0.69147 | 26 | 20.192308 | 21.935253 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.538462 | false | false | 9 |
0f3f3946485695e2c18c80f3b320fb586b8e3a78 | 22,007,412,481,471 | 219b70cbf23f2e3d6b57491d9c37835e0129b409 | /src/main/java/com/mkyong/entity/Person.java | af91b1e11fa8307d0ae6be97551a446ad9e00c5a | [] | no_license | leo-garay/spring-data-jpa-postgresql-audit | https://github.com/leo-garay/spring-data-jpa-postgresql-audit | b68b831b5ee7d4b6032e90ad3334770988c8c2c1 | af2c1d403833745b11cf82081337b0325503ff3b | refs/heads/master | 2020-08-29T18:16:23.512000 | 2019-10-28T19:19:21 | 2019-10-28T19:19:21 | 218,124,996 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mkyong.entity;
import com.mkyong.config.Auditable;
import javax.persistence.*;
@Entity
public class Person extends Auditable<String> {
@Id
@GeneratedValue(strategy= GenerationType.AUTO)
private int id;
private String name;
public Person() { }
public Person(String name) {
... | UTF-8 | Java | 588 | java | Person.java | Java | [] | null | [] | package com.mkyong.entity;
import com.mkyong.config.Auditable;
import javax.persistence.*;
@Entity
public class Person extends Auditable<String> {
@Id
@GeneratedValue(strategy= GenerationType.AUTO)
private int id;
private String name;
public Person() { }
public Person(String name) {
... | 588 | 0.602041 | 0.602041 | 36 | 15.333333 | 14.653403 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.277778 | false | false | 9 |
60f090ebd0dabf82e723b6bda3bafe6e864cc35e | 11,012,296,210,520 | 2ba1faadad3ff80cde4b9d11b0222db4471fc97c | /Neptis1/app/src/main/java/com/example/anna/neptis/TreasurePortalPag2.java | de874dba411d1cc75aaeac4b18dcd40912e3a048 | [] | no_license | Balboa90/Gamification-Neptis | https://github.com/Balboa90/Gamification-Neptis | a66920939876bb037c814c2c55a4a815f7c68b2e | 00fdcd33cb713eeaa68549e20eabba4b587b51cd | refs/heads/master | 2020-09-22T11:09:32.222000 | 2017-03-24T10:33:27 | 2017-03-24T10:33:27 | 67,784,425 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.anna.neptis;
import android.content.Intent;
import android.provider.MediaStore;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.AdapterView;
import android.widget.Button;
import android.widget.GridView;
import android.widget... | UTF-8 | Java | 4,641 | java | TreasurePortalPag2.java | Java | [] | null | [] | package com.example.anna.neptis;
import android.content.Intent;
import android.provider.MediaStore;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.AdapterView;
import android.widget.Button;
import android.widget.GridView;
import android.widget... | 4,641 | 0.581466 | 0.580172 | 135 | 33.370369 | 36.805946 | 138 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 9 |
020ee8f4e8e86cc946de779688b451111e792344 | 12,850,542,211,248 | c3fc3a9bd3c37f7b8a268cd7aca31aaccf9e2725 | /src/main/java/burp/JsonEntry.java | 8895a7fc5394a937d8801bd9e3e1bd0640720f6d | [
"Apache-2.0"
] | permissive | CodrinE/burp-suite-jsonpath | https://github.com/CodrinE/burp-suite-jsonpath | 5da0baf5204f27c7397b02b573b3354833c27c95 | 1edc5ba454f5fe6fad60d63e77acc97fd5d39aef | refs/heads/master | 2020-12-07T18:23:20.068000 | 2020-01-06T19:01:17 | 2020-01-06T19:01:17 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package burp;
public class JsonEntry {
final String path;
final byte[] request;
final String operationName;
final IHttpRequestResponse requestResponse;
final String endpoints;
final String json;
final JsonFormatter formatter;
JsonEntry(String bindingName, byte[] request, String operat... | UTF-8 | Java | 695 | java | JsonEntry.java | Java | [] | null | [] | package burp;
public class JsonEntry {
final String path;
final byte[] request;
final String operationName;
final IHttpRequestResponse requestResponse;
final String endpoints;
final String json;
final JsonFormatter formatter;
JsonEntry(String bindingName, byte[] request, String operat... | 695 | 0.703597 | 0.703597 | 23 | 29.217392 | 30.878382 | 154 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.869565 | false | false | 9 |
399224b6cf4ecad5ade5eb6a6f4b40066d762f27 | 12,850,542,212,288 | dd4e5a15965ec40bfcf6d0fbb773bed4d9e87d2a | /src/main/java/com/fastdata/algorithm/solutions/ch02/section01/ShellSortImpl_2_1_11.java | 338f9328c8ed41ea1cb5047021b6bc5ffbdd723a | [] | no_license | lucky0604/leetcode-practice | https://github.com/lucky0604/leetcode-practice | 6d27719f5e771df75f4aba9c74141913858045f1 | fc4a22ea22dbe82877f45770af8461f1b2e618af | refs/heads/main | 2023-08-15T07:26:36.082000 | 2021-09-20T04:45:37 | 2021-09-20T04:45:37 | 334,917,997 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.fastdata.algorithm.solutions.ch02.section01;
/**
* @Author: Lucky
* @Description:
* 2.1.11:
* Implement a version of shellsort that keeps the increment sequence in an array,
* rather than computing it.
* @Date: created in 2021/3/28 - 13:02
*/
public class ShellSortImpl_2_1_11 {
/**
* Norma... | UTF-8 | Java | 2,093 | java | ShellSortImpl_2_1_11.java | Java | [
{
"context": "gorithm.solutions.ch02.section01;\n\n/**\n * @Author: Lucky\n * @Description:\n * 2.1.11:\n * Implement a versio",
"end": 79,
"score": 0.9922540187835693,
"start": 74,
"tag": "NAME",
"value": "Lucky"
}
] | null | [] | package com.fastdata.algorithm.solutions.ch02.section01;
/**
* @Author: Lucky
* @Description:
* 2.1.11:
* Implement a version of shellsort that keeps the increment sequence in an array,
* rather than computing it.
* @Date: created in 2021/3/28 - 13:02
*/
public class ShellSortImpl_2_1_11 {
/**
* Norma... | 2,093 | 0.47205 | 0.454372 | 70 | 28.9 | 20.865658 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.514286 | false | false | 9 |
fcb4d9bec71f088e2d6a261647f2d7f0187314e8 | 5,669,356,831,029 | c62cefc651fedc2d758634077cbbb2486787ac5a | /ptsp/src/fonctions/exND/minimiserCercle/Point.java | 46ff7ffd4ae6add16a247102922187ed568dbe84 | [] | no_license | Valro666/meta | https://github.com/Valro666/meta | 5ff4e608c5b7c975614099943c12020c344734d8 | cec0b78684869b217e400554933e80b52a1f3e2c | refs/heads/master | 2021-01-20T08:24:28.438000 | 2017-05-28T00:09:59 | 2017-05-28T00:09:59 | 90,140,564 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package fonctions.exND.minimiserCercle;
/**
* permet de stocker des points pour minimiser cercle
*
* @author vthomas
*
*/
class Point
{
double x,y;
public Point(int xp,int yp)
{
x=xp;
y=yp;
}
}
| UTF-8 | Java | 211 | java | Point.java | Java | [
{
"context": "er des points pour minimiser cercle\n * \n * @author vthomas\n *\n */\nclass Point\n{\n\tdouble x,y;\n\t\n\tpublic Point",
"end": 121,
"score": 0.9984861016273499,
"start": 114,
"tag": "USERNAME",
"value": "vthomas"
}
] | null | [] | package fonctions.exND.minimiserCercle;
/**
* permet de stocker des points pour minimiser cercle
*
* @author vthomas
*
*/
class Point
{
double x,y;
public Point(int xp,int yp)
{
x=xp;
y=yp;
}
}
| 211 | 0.64455 | 0.64455 | 18 | 10.722222 | 14.479125 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.833333 | false | false | 9 |
1600ce846fc4155f4db12e8073daa6a0559ebba9 | 4,458,176,057,617 | 4d184c5c65c99aa8099a4eb2642f0c23b1481789 | /src/main/java/org/eney/domain/Result.java | 3542779b781679fbb5a3e12375fbaaf64efc0026 | [] | no_license | jeonjaehyuk/MCN_o | https://github.com/jeonjaehyuk/MCN_o | 38fc7fcdc7d9884b20b809a3512b40c2ee40fe24 | 55688dcb6985cb7e97f9fcbe23c6c44aad73f376 | HEAD | 2018-07-15T23:21:54.607000 | 2016-06-29T06:47:58 | 2016-06-29T06:47:58 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.eney.domain;
/**
* json 요청 시, 상태 메세지와 성공 여부, 그리고 요청으로 인해 새로운 id가 필요한 경우에는 newId 정보를 담는 VO 클래스.
* @author KimByeongKou
*
*/
public class Result {
private String msg; // 요청 시 응답 메세지.
private Boolean isSuccess; // 요청 시 성공여부.
private Integer newId; // 필요 시 new Id.
public String getMsg() {
retu... | UTF-8 | Java | 940 | java | Result.java | Java | [
{
"context": "해 새로운 id가 필요한 경우에는 newId 정보를 담는 VO 클래스.\n * @author KimByeongKou\n *\n */\npublic class Result {\n\n\tprivate String msg",
"end": 132,
"score": 0.9993991255760193,
"start": 120,
"tag": "NAME",
"value": "KimByeongKou"
}
] | null | [] | package org.eney.domain;
/**
* json 요청 시, 상태 메세지와 성공 여부, 그리고 요청으로 인해 새로운 id가 필요한 경우에는 newId 정보를 담는 VO 클래스.
* @author KimByeongKou
*
*/
public class Result {
private String msg; // 요청 시 응답 메세지.
private Boolean isSuccess; // 요청 시 성공여부.
private Integer newId; // 필요 시 new Id.
public String getMsg() {
retu... | 940 | 0.663017 | 0.663017 | 43 | 18.11628 | 17.971825 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.674419 | false | false | 9 |
c958ed4abc566c1b447cae44ebc8679524d03411 | 7,430,293,425,781 | c5a260c52cd928e9a65a4c0320370cfe9ddfb80e | /samples/atompub-contacts-models/src/main/java/com/sun/jersey/samples/contacts/models/User.java | 585be762e8872c5ae9a8721ae716542b7b49b806 | [] | no_license | kshtzsharma48/akka-jersey-samples | https://github.com/kshtzsharma48/akka-jersey-samples | 605b3a5004f1b178d5d48542f269f2a22c795e4e | df4a0b985243bfbf0a7c71e52baee274e9bffc17 | refs/heads/master | 2021-01-18T09:11:16.580000 | 2010-05-17T21:59:24 | 2010-05-17T21:59:24 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
*
* Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
*
* The contents of this file are subject to the terms of either the GNU
* General Public License Version 2 only ("GPL") or the Common Development
* and Distribution License("CDDL"... | UTF-8 | Java | 3,917 | java | User.java | Java | [
{
"context": "assword(String password) {\n this.password = password;\n }\n\n @XmlElement(name=\"updated\", namespace",
"end": 3338,
"score": 0.9573007822036743,
"start": 3330,
"tag": "PASSWORD",
"value": "password"
}
] | null | [] | /*
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
*
* Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
*
* The contents of this file are subject to the terms of either the GNU
* General Public License Version 2 only ("GPL") or the Common Development
* and Distribution License("CDDL"... | 3,919 | 0.647179 | 0.64335 | 119 | 31.915966 | 30.756453 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.294118 | false | false | 9 |
904e432a6e711ce16e3bd72c4d16cee051af1585 | 1,984,274,897,094 | 71eb38cf5f72f950c06ce84066f379cbab04ab21 | /foodie-dev-api/src/main/java/com/imooc/controller/ShopcatController.java | d15a0d693bcdf8bc5ad7b5d138bba99c022600b9 | [] | no_license | lvrongbao/lvstuday | https://github.com/lvrongbao/lvstuday | 857e040c55f4421cf1137ec7177ceb55c425b302 | ffb00ca216ec635ca691070ef70cecbc789049d6 | refs/heads/master | 2023-01-16T01:17:10.143000 | 2020-11-23T11:14:52 | 2020-11-23T11:14:52 | 309,229,654 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.imooc.controller;
import com.imooc.pojo.bo.ShopcartBO;
import com.imooc.util.IMOOCJSONResult;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import org.apache.commons.lang3.StringUtils;
import org.springframework.web.bind.annotation.*;
import javax.servlet.http.HttpServletReq... | UTF-8 | Java | 1,902 | java | ShopcatController.java | Java | [] | null | [] | package com.imooc.controller;
import com.imooc.pojo.bo.ShopcartBO;
import com.imooc.util.IMOOCJSONResult;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import org.apache.commons.lang3.StringUtils;
import org.springframework.web.bind.annotation.*;
import javax.servlet.http.HttpServletReq... | 1,902 | 0.668498 | 0.667888 | 48 | 33.104168 | 23.405163 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.541667 | false | false | 9 |
a65f606b7a786c3398636de2ef75afaa368adcef | 24,558,623,067,621 | 52bd9885183d4c1e6eca2a46039e8e7ade4029fb | /game/src/main/java/org/apollo/game/model/entity/path/PathfindingAlgorithm.java | dddf426e6bc972a2dcf1325e9bf12648fdb033c8 | [
"ISC"
] | permissive | lare96/apollo | https://github.com/lare96/apollo | 32a8aff6e6f0d76ec7487addcd9bf1c6ed416ef5 | a0c78ced90eebf90ed9b0a4e51cece6ddf10932e | refs/heads/kotlin-experiments | 2020-04-05T05:52:32.706000 | 2018-09-04T04:53:06 | 2018-09-04T04:53:06 | 156,615,242 | 1 | 1 | ISC | true | 2018-11-07T22:22:29 | 2018-11-07T22:13:55 | 2018-11-07T22:13:58 | 2018-11-07T22:22:15 | 3,464 | 0 | 0 | 0 | Java | false | null | package org.apollo.game.model.entity.path;
import java.util.Deque;
import java.util.Optional;
import org.apollo.game.model.Direction;
import org.apollo.game.model.Position;
import org.apollo.game.model.World;
import org.apollo.game.model.area.Region;
import org.apollo.game.model.area.RegionRepository;
impor... | UTF-8 | Java | 3,927 | java | PathfindingAlgorithm.java | Java | [
{
"context": "ath between two {@link Position}s.\r\n *\r\n * @author Major\r\n */\r\nabstract class PathfindingAlgorithm {\r\n\r\n\tp",
"end": 570,
"score": 0.9692606925964355,
"start": 565,
"tag": "NAME",
"value": "Major"
}
] | null | [] | package org.apollo.game.model.entity.path;
import java.util.Deque;
import java.util.Optional;
import org.apollo.game.model.Direction;
import org.apollo.game.model.Position;
import org.apollo.game.model.World;
import org.apollo.game.model.area.Region;
import org.apollo.game.model.area.RegionRepository;
impor... | 3,927 | 0.690858 | 0.68984 | 109 | 34.045872 | 35.832275 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.577982 | false | false | 9 |
c9baa88397508325c4b577719dfbb69dd0de6ffc | 32,134,945,312,602 | a370ff524a6e317488970dac65d93a727039f061 | /archive/unsorted/2019.11/2019.11.22 - unsorted/TaskF.java | 06190f345a2dcfcd2b45203ca8cdf6dd081c1da3 | [] | no_license | taodaling/contest | https://github.com/taodaling/contest | 235f4b2a033ecc30ec675a4526e3f031a27d8bbf | 86824487c2e8d4fc405802fff237f710f4e73a5c | refs/heads/master | 2023-04-14T12:41:41.718000 | 2023-04-10T14:12:47 | 2023-04-10T14:12:47 | 213,876,299 | 9 | 1 | null | false | 2021-06-12T06:33:05 | 2019-10-09T09:28:43 | 2021-06-12T06:32:14 | 2021-06-12T06:33:05 | 82,147 | 5 | 1 | 0 | Java | false | false | package contest;
import template.io.FastInput;
import template.io.FastOutput;
import template.utils.ArrayIndex;
public class TaskF {
public void solve(int testNumber, FastInput in, FastOutput out) {
int n = in.readInt();
int m = in.readInt();
int[] a = new int[n];
long[] presumOfA ... | UTF-8 | Java | 3,487 | java | TaskF.java | Java | [] | null | [] | package contest;
import template.io.FastInput;
import template.io.FastOutput;
import template.utils.ArrayIndex;
public class TaskF {
public void solve(int testNumber, FastInput in, FastOutput out) {
int n = in.readInt();
int m = in.readInt();
int[] a = new int[n];
long[] presumOfA ... | 3,487 | 0.394322 | 0.384284 | 99 | 34.222221 | 24.642313 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.010101 | false | false | 9 |
900e958ce7b386a23c750ab3aa996c1d8387f67b | 13,597,866,528,222 | 34e0c4986f198d578ae3ca536c67e1f7b93f8ac8 | /ads-poo2/basico/src/aula5/LetrasLacoDuplo.java | c6dc7e915e05eedb6156167ee53f7353c1b0b26d | [] | no_license | paulojrlm/fecaf-2019-2s | https://github.com/paulojrlm/fecaf-2019-2s | f9a95e03bcb18b929f4039fda7b17768ab3061ba | cd0feece9d0d15c5b4124f4be1234164c6bc6690 | refs/heads/master | 2020-09-13T16:33:41.949000 | 2019-11-20T01:31:43 | 2019-11-20T01:31:43 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package aula5;
public class LetrasLacoDuplo {
public static void main(String[] args) {
char letra = 'A';
for (int x = 0; x < 26; x++) {
for (int j = 0; j < 5; j++) {
System.out.print(letra);
}
letra++;
System.out.println();
}
}
}
// AAAAA
// BBBBB
// CCCCC
// DDDDD
// EEEEE
| UTF-8 | Java | 301 | java | LetrasLacoDuplo.java | Java | [] | null | [] | package aula5;
public class LetrasLacoDuplo {
public static void main(String[] args) {
char letra = 'A';
for (int x = 0; x < 26; x++) {
for (int j = 0; j < 5; j++) {
System.out.print(letra);
}
letra++;
System.out.println();
}
}
}
// AAAAA
// BBBBB
// CCCCC
// DDDDD
// EEEEE
| 301 | 0.551495 | 0.531561 | 19 | 14.842105 | 12.347013 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.736842 | false | false | 9 |
94c27db5a5f97d2d8ca665b03035ad079c6030ca | 3,341,484,579,189 | 4e1505cea1327f8b434cc85da8a12f99bded3feb | /Day15_201013/src/ArrayListExam.java | c91d9e3e311d29e25684d29d6f7318d9bd6dc205 | [] | no_license | dkgus523/KH_Java_Example | https://github.com/dkgus523/KH_Java_Example | fb61df8fb9bb4744cf8aebb5f2391e80bf221688 | 6e3f140bac61b7d6a40cf13f28e63dbdcfff0f3c | refs/heads/master | 2023-01-11T01:18:23.710000 | 2020-11-15T10:28:38 | 2020-11-15T10:28:38 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.ArrayList;
public class ArrayListExam {
public static void main(String[] args) {
// TODO Auto-generated method stub
ArrayList al = new ArrayList(); //ArrayList 클래스 객체 생성
al.add("gemin");
al.add("johnharu");
al.add(new Integer(10));
System.out.println("ArrayList 객체 : " + al)... | UHC | Java | 546 | java | ArrayListExam.java | Java | [
{
"context": "ArrayList(); //ArrayList 클래스 객체 생성\r\n\t\t\r\n\t\tal.add(\"gemin\");\r\n\t\tal.add(\"johnharu\");\r\n\t\tal.add(new Integer(1",
"end": 220,
"score": 0.9995462894439697,
"start": 215,
"tag": "NAME",
"value": "gemin"
},
{
"context": "List 클래스 객체 생성\r\n\t\t\r\n\t\tal.add(\... | null | [] | import java.util.ArrayList;
public class ArrayListExam {
public static void main(String[] args) {
// TODO Auto-generated method stub
ArrayList al = new ArrayList(); //ArrayList 클래스 객체 생성
al.add("gemin");
al.add("johnharu");
al.add(new Integer(10));
System.out.println("ArrayList 객체 : " + al)... | 546 | 0.610687 | 0.603053 | 23 | 20.782608 | 17.539909 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.956522 | false | false | 9 |
b824bf28df25b9de11e26c4c89d8c83b1606456b | 9,088,150,807,954 | 22710b2f8cf7bc3d44f0e5403968547cfccf52ce | /src/main/java/br/org/unicef/pcu/core/spring/domain/JdbcTemplateVersionRepositoryImpl.java | d964c00c0359a6c6442b706d666e8862b5d535cf | [] | no_license | sectiolabs/pcu | https://github.com/sectiolabs/pcu | 1f6f7d31e115945079cf6b977a6471f24fb002f9 | ff36a1ac1fd505b846250083d7b245ebc463af16 | refs/heads/master | 2019-04-06T10:43:41.629000 | 2016-02-21T19:15:02 | 2016-02-21T19:15:02 | 16,030,710 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.org.unicef.pcu.core.spring.domain;
import br.org.unicef.pcu.core.domain.*;
import org.joda.time.DateTime;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.dao.EmptyResultDataAccessException;
import org.springframework.jdbc.core.JdbcTemplate;
import org.springframewo... | UTF-8 | Java | 2,931 | java | JdbcTemplateVersionRepositoryImpl.java | Java | [
{
"context": "il.List;\nimport java.util.UUID;\n\n/**\n * Created by diogopontual on 12/02/14.\n */\n@Component\npublic class JdbcTemp",
"end": 555,
"score": 0.9996033906936646,
"start": 543,
"tag": "USERNAME",
"value": "diogopontual"
}
] | null | [] | package br.org.unicef.pcu.core.spring.domain;
import br.org.unicef.pcu.core.domain.*;
import org.joda.time.DateTime;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.dao.EmptyResultDataAccessException;
import org.springframework.jdbc.core.JdbcTemplate;
import org.springframewo... | 2,931 | 0.69089 | 0.688843 | 83 | 34.313251 | 32.663647 | 169 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.614458 | false | false | 9 |
cb450674e46464bc467d7880ec43d4274902f8b9 | 33,612,414,121,311 | a285844b9c47b271f73f1287902a4adc30b49aff | /Java/Socket/SocketProgrammingExamples/src/main/java/com/bizruntime/socket/ClientExample.java | 1d572cceb8bbcbd8c64b2b6103ba24faa1710487 | [] | no_license | jothipandiyanjp/coding_practice | https://github.com/jothipandiyanjp/coding_practice | e51652f9d820bee4a1eae8b0bae78791ef98f7c8 | 9c64f47b01dac64ea90694b179173c124d8e02f8 | refs/heads/master | 2021-05-06T23:30:39.208000 | 2018-01-02T04:50:06 | 2018-01-02T04:50:06 | 112,925,953 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bizruntime.socket;
import java.io.IOException;
import java.net.Socket;
import java.net.SocketPermission;
import java.net.UnknownHostException;
import org.apache.log4j.Logger;
public class ClientExample {
public static Logger log = Logger.getLogger(ClientExample.class);
public static void main(String[]... | UTF-8 | Java | 1,251 | java | ClientExample.java | Java | [] | null | [] | package com.bizruntime.socket;
import java.io.IOException;
import java.net.Socket;
import java.net.SocketPermission;
import java.net.UnknownHostException;
import org.apache.log4j.Logger;
public class ClientExample {
public static Logger log = Logger.getLogger(ClientExample.class);
public static void main(String[]... | 1,251 | 0.697042 | 0.693046 | 45 | 26.799999 | 22.56999 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.111111 | false | false | 9 |
4eba33a2cee6c76043cda8168e49ec68486cfcb4 | 8,504,035,258,990 | ec9bf57a07b7b06134ec7a21407a11f69cc644f7 | /src/fes.java | 5233aff22459053d6d208c1f141e58b1b6d75c44 | [] | no_license | jzarca01/com.ubercab | https://github.com/jzarca01/com.ubercab | f95c12cab7a28f05e8f1d1a9d8a12a5ac7fbf4b1 | e6b454fb0ad547287ae4e71e59d6b9482369647a | refs/heads/master | 2020-06-21T04:37:43.723000 | 2016-07-19T16:30:34 | 2016-07-19T16:30:34 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import com.ubercab.client.feature.addressbook.UploadContactsIntentService;
public abstract interface fes
extends dyc
{
public abstract void a(UploadContactsIntentService paramUploadContactsIntentService);
}
/* Location:
* Qualified Name: fes
* Java Class Version: 6 (50.0)
* JD-Core Version: 0.7.1
*/ | UTF-8 | Java | 317 | java | fes.java | Java | [] | null | [] | import com.ubercab.client.feature.addressbook.UploadContactsIntentService;
public abstract interface fes
extends dyc
{
public abstract void a(UploadContactsIntentService paramUploadContactsIntentService);
}
/* Location:
* Qualified Name: fes
* Java Class Version: 6 (50.0)
* JD-Core Version: 0.7.1
*/ | 317 | 0.760252 | 0.73817 | 13 | 23.461538 | 26.99748 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.153846 | false | false | 9 |
0f81062bcf19610480eb15e85aabfefbec546119 | 17,626,545,829,168 | 5cdc0e57ec519266c7f10713966c821acbdb9a91 | /Exercícios/pl6/src/pl6/ex6.java | 5436a5d2fcedca6cee44f0ef5c83ea463ff33dab | [] | no_license | Mick3y16/APROG | https://github.com/Mick3y16/APROG | 395e85a6365c7ae112ea1f46f7d50c369d55f728 | e2bf434541adb71379f4418628a1aa53f05587b1 | refs/heads/master | 2021-05-16T02:00:54.934000 | 2015-11-17T18:53:04 | 2015-11-17T18:53:04 | 25,842,275 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package pl6;
import java.util.Scanner;
/**
*
*/
public class ex6 {
static Scanner scan = new Scanner(System.in);
public static void main(String[] args) {
String[] visitantes = new String[100];
int n = 0;
char op;
System.out.print(""
+ "\nO q... | UTF-8 | Java | 5,755 | java | ex6.java | Java | [] | null | [] |
package pl6;
import java.util.Scanner;
/**
*
*/
public class ex6 {
static Scanner scan = new Scanner(System.in);
public static void main(String[] args) {
String[] visitantes = new String[100];
int n = 0;
char op;
System.out.print(""
+ "\nO q... | 5,755 | 0.394045 | 0.384816 | 168 | 33.17857 | 23.148415 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.60119 | false | false | 9 |
c1ae59259321be57e3d236eb2160d991b3a871b7 | 32,117,765,483,918 | ab2c70b9f2b4ad4d7f4e965ca07b6eba28592378 | /src/main/java/org/demoiselle/jee/geogov/pojo/Features.java | c9760b13c3a57f0063df3b3254b580e7d53871c6 | [] | no_license | PGXP/demoiselle-geogov | https://github.com/PGXP/demoiselle-geogov | 602aa6f04e175363104d1d2a74fe16239522c8ac | 1ab0ff68f9e42632d64d46ac9845bbf313224cc1 | refs/heads/master | 2022-06-07T23:15:54.245000 | 2019-12-30T17:29:49 | 2019-12-30T17:29:49 | 187,099,562 | 0 | 0 | null | false | 2022-05-20T20:57:47 | 2019-05-16T20:50:57 | 2019-12-30T17:30:10 | 2022-05-20T20:57:46 | 816 | 0 | 0 | 1 | Java | false | false | package org.demoiselle.jee.geogov.pojo;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import java.util.logging.Logger;
import static java.util.logging.Logger.getLogger;
/**
*
* @author PauloGladson
*/
public class Features {
private static final Logger LOG = getLogger(Featur... | UTF-8 | Java | 912 | java | Features.java | Java | [
{
"context": ".util.logging.Logger.getLogger;\n\n/**\n *\n * @author PauloGladson\n */\npublic class Features {\n\n private static f",
"end": 236,
"score": 0.9998342394828796,
"start": 224,
"tag": "NAME",
"value": "PauloGladson"
}
] | null | [] | package org.demoiselle.jee.geogov.pojo;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import java.util.logging.Logger;
import static java.util.logging.Logger.getLogger;
/**
*
* @author PauloGladson
*/
public class Features {
private static final Logger LOG = getLogger(Featur... | 912 | 0.588816 | 0.588816 | 52 | 16.538462 | 17.428383 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 9 |
8d64d6b47b001c612e37c32464df259a250084a8 | 6,536,940,271,486 | f8de5390a1a27bfc772018f56c12803e56e5ef58 | /src/main/java/edu/gmu/swe/datadep/inst/DependencyTrackingClassVisitor.java | 14da8b5300889c5d8bf862e3badb38822cf4c7de | [] | no_license | henryw30/datadep-detector | https://github.com/henryw30/datadep-detector | 9dc373a4a1d5e6cc4d1feb77b81f3625e095279e | f0d1024d911288b42df69f91cbc5b56df33b5af6 | refs/heads/master | 2021-01-21T06:33:15.162000 | 2016-12-10T21:38:37 | 2016-12-10T21:38:37 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.gmu.swe.datadep.inst;
import java.util.LinkedList;
import org.objectweb.asm.ClassVisitor;
import org.objectweb.asm.FieldVisitor;
import org.objectweb.asm.Label;
import org.objectweb.asm.MethodVisitor;
import org.objectweb.asm.Opcodes;
import org.objectweb.asm.Type;
import org.objectweb.asm.commons.Analyze... | UTF-8 | Java | 5,268 | java | DependencyTrackingClassVisitor.java | Java | [] | null | [] | package edu.gmu.swe.datadep.inst;
import java.util.LinkedList;
import org.objectweb.asm.ClassVisitor;
import org.objectweb.asm.FieldVisitor;
import org.objectweb.asm.Label;
import org.objectweb.asm.MethodVisitor;
import org.objectweb.asm.Opcodes;
import org.objectweb.asm.Type;
import org.objectweb.asm.commons.Analyze... | 5,268 | 0.729499 | 0.725513 | 135 | 38.022221 | 35.440395 | 143 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.185185 | false | false | 9 |
b8295a9a8ddb022836bcc150195834291ad068c8 | 2,156,073,633,682 | 495bab3d71ecd58058d44086fb82d5eaf3ba1a92 | /05-base-api/src/main/java/com/helius/Oct2Bin.java | 1a7f19fac531907d690ca2b2c7ad94c236ea432a | [] | no_license | heliusjing/jdk_src | https://github.com/heliusjing/jdk_src | 30ffa5d761c952f8703d5ba50f5f1b20f4148214 | 37df064e39d1dc21401ec00d81d068502973bd0c | refs/heads/master | 2021-07-11T07:42:08.001000 | 2021-05-05T12:34:44 | 2021-05-05T12:34:44 | 245,174,030 | 0 | 0 | null | false | 2021-01-02T10:18:23 | 2020-03-05T13:44:13 | 2021-01-02T10:18:00 | 2021-01-02T10:18:22 | 165 | 0 | 0 | 7 | Java | false | false | package com.helius;
/**
* @Author Helius
* @Create 2020-08-08-5:47 下午
*/
public class Oct2Bin {
public static void main(String[] args) {
int a = -8;
System.out.println(Integer.toBinaryString(8));
}
}
| UTF-8 | Java | 232 | java | Oct2Bin.java | Java | [
{
"context": "package com.helius;\n\n/**\n * @Author Helius\n * @Create 2020-08-08-5:47 下午\n */\npublic class Oc",
"end": 42,
"score": 0.9905383586883545,
"start": 36,
"tag": "NAME",
"value": "Helius"
}
] | null | [] | package com.helius;
/**
* @Author Helius
* @Create 2020-08-08-5:47 下午
*/
public class Oct2Bin {
public static void main(String[] args) {
int a = -8;
System.out.println(Integer.toBinaryString(8));
}
}
| 232 | 0.605263 | 0.54386 | 12 | 18 | 16.693312 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 9 |
dab4ba37ed20d4a625be99cf3a5d1cf7be1080d1 | 21,990,232,617,890 | ee1ddc5e27feb0764d29de62bacd351d8f3cf9e0 | /MeiMeng/src/com/swater/meimeng/activity/user/addUserForden.java | df2b9ef363c5730e7e2a709fe3d05fef9c3e173e | [] | no_license | struggle111/Meimeng | https://github.com/struggle111/Meimeng | 5180674ae68468652626779b788f4ffc6ebd7df2 | d4e294b9122b9abae92ca79b6bb4574d451b08c1 | refs/heads/master | 2020-06-09T07:28:55.928000 | 2015-03-17T12:24:15 | 2015-03-17T12:24:15 | 32,321,191 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.swater.meimeng.activity.user;
import android.content.Intent;
import android.os.Bundle;
import android.os.Handler;
import android.text.TextUtils;
import android.view.View;
import com.meimeng.app.R;
import com.swater.meimeng.commbase.BaseTemplate;
public class addUserForden extends BaseTemplate {
@Overrid... | UTF-8 | Java | 2,442 | java | addUserForden.java | Java | [] | null | [] | package com.swater.meimeng.activity.user;
import android.content.Intent;
import android.os.Bundle;
import android.os.Handler;
import android.text.TextUtils;
import android.view.View;
import com.meimeng.app.R;
import com.swater.meimeng.commbase.BaseTemplate;
public class addUserForden extends BaseTemplate {
@Overrid... | 2,442 | 0.646063 | 0.645639 | 129 | 17.310078 | 17.875885 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.348837 | false | false | 9 |
f420a9cb5a9b7051c04ee50d2298ef12bb58e94d | 26,027,501,839,313 | 64f01a2cb2384b00a29a992711a4e9314c528ddf | /src/main/com/palmergames/townynameupdater/TownyNameUpdaterConfiguration.java | 8b1f4130d2f5c6fc1123c2ebc8619a0875c71c1a | [] | no_license | isabella232/TownyNameUpdater | https://github.com/isabella232/TownyNameUpdater | 718df1435c19ba0eca4261a5dec8e81f74b5ea16 | 355b0d35042228f70e1552860b47694fb876d4bb | refs/heads/master | 2023-03-19T04:19:56.219000 | 2020-04-25T20:50:55 | 2020-04-25T20:50:55 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.palmergames.townynameupdater;
import com.palmergames.bukkit.config.CommentedConfiguration;
import com.palmergames.util.FileMgmt;
import java.io.File;
public class TownyNameUpdaterConfiguration {
private static CommentedConfiguration config;
public static void loadConfig(String filepath) {
if (!FileM... | UTF-8 | Java | 1,296 | java | TownyNameUpdaterConfiguration.java | Java | [] | null | [] | package com.palmergames.townynameupdater;
import com.palmergames.bukkit.config.CommentedConfiguration;
import com.palmergames.util.FileMgmt;
import java.io.File;
public class TownyNameUpdaterConfiguration {
private static CommentedConfiguration config;
public static void loadConfig(String filepath) {
if (!FileM... | 1,296 | 0.729938 | 0.729938 | 52 | 23.923077 | 23.287374 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.788462 | false | false | 9 |
6c3978b074b6471e066426214e64d084b4f0eacd | 33,449,205,317,519 | f82ce7378ad318de31c22e2753d4dbc7874fd857 | /env-monitor/env-monitor-provider/src/main/java/org/envtools/monitor/provider/applications/configurable/model/VersionedApplicationXml.java | afb8b17a8d51f66bb88f2f514ba7c3206d3824c1 | [] | no_license | env-tools/env-monitor | https://github.com/env-tools/env-monitor | ec82ec32b9f47b663c8ed7f09fb4f8e2722b44b3 | 61d955cf3f881bc2ee88055589a9a798aa7b2646 | refs/heads/master | 2020-04-14T05:04:59.021000 | 2017-08-30T15:10:57 | 2017-08-30T15:10:57 | 40,150,171 | 1 | 5 | null | false | 2017-07-29T08:58:09 | 2015-08-03T22:03:19 | 2017-01-07T22:21:29 | 2017-07-29T08:58:09 | 243,377 | 1 | 2 | 4 | Java | null | null | package org.envtools.monitor.provider.applications.configurable.model;
import org.apache.commons.lang.builder.ToStringBuilder;
import org.apache.commons.lang.builder.ToStringStyle;
import org.envtools.monitor.model.applications.ApplicationStatus;
import javax.xml.bind.annotation.*;
import java.beans.Transient;
import... | UTF-8 | Java | 4,321 | java | VersionedApplicationXml.java | Java | [
{
"context": "rayList;\nimport java.util.List;\n\n/**\n * Created by Michal Skuza on 2016-06-22.\n */\n@XmlRootElement(name = \"applic",
"end": 396,
"score": 0.9998301863670349,
"start": 384,
"tag": "NAME",
"value": "Michal Skuza"
}
] | null | [] | package org.envtools.monitor.provider.applications.configurable.model;
import org.apache.commons.lang.builder.ToStringBuilder;
import org.apache.commons.lang.builder.ToStringStyle;
import org.envtools.monitor.model.applications.ApplicationStatus;
import javax.xml.bind.annotation.*;
import java.beans.Transient;
import... | 4,315 | 0.61583 | 0.613978 | 195 | 21.164103 | 20.087341 | 151 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.384615 | false | false | 9 |
155f3f8abd38f7fca0b4edf98f4deca3ece73610 | 7,679,401,567,043 | 51b95840ea8be7f238d4e2a2cf4d1059b0fd65a5 | /src/model/BeanOrderDetail.java | 612e6615b926f3f3c1d5f965a080b852bdb0afc4 | [] | no_license | zhang-wangz/KitchenHelper | https://github.com/zhang-wangz/KitchenHelper | 6a8cc96caa4bbe5ed59d9d0ea12047d880761f4a | b8a943089c435a333f92ee7c6f1bb8a87f72b63a | refs/heads/master | 2020-07-08T18:57:36.672000 | 2019-09-02T02:55:41 | 2019-09-02T02:55:41 | 203,749,342 | 4 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package model;
import util.KitchenSystemUtil;
import java.io.Serializable;
public class BeanOrderDetail implements Serializable {
private static final long serialVersionUID = 1L;
private String orderId;
private String foodId;
private Integer num;
private Integer price;
private Double discou... | UTF-8 | Java | 1,200 | java | BeanOrderDetail.java | Java | [] | null | [] | package model;
import util.KitchenSystemUtil;
import java.io.Serializable;
public class BeanOrderDetail implements Serializable {
private static final long serialVersionUID = 1L;
private String orderId;
private String foodId;
private Integer num;
private Integer price;
private Double discou... | 1,200 | 0.635833 | 0.635 | 64 | 17.75 | 18.401766 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.328125 | false | false | 9 |
2b2a9102db8eb4310ef8f520c09d19fcb288a078 | 7,679,401,567,434 | 7c1f686a1c86db6068ae5cbcff8821b595fbe24d | /kodilla-patterns2/src/test/java/com/kodilla/patterns2/observer/homework/StudentsTasksQueueTestSuite.java | 82fe6f031e8afaafc34ff65f0fadedb34f187f4e | [] | no_license | micunm/maciej-micun-kodilla-java | https://github.com/micunm/maciej-micun-kodilla-java | 97a28b13821120f594f1801fe3fe7e5432cf1022 | f74c0c05f1eb258a238a41e0e3b4324bdab7aacc | refs/heads/master | 2021-07-07T11:59:22.982000 | 2018-11-10T21:25:11 | 2018-11-10T21:25:11 | 131,519,571 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kodilla.patterns2.observer.homework;
import org.junit.Test;
import static org.junit.Assert.assertEquals;
public class StudentsTasksQueueTestSuite {
@Test
public void testUpdate() {
//Given
StudentsTasksQueue tasksQueue1 = new StudentsTasksQueue("Michael Obaba");
StudentsTa... | UTF-8 | Java | 1,429 | java | StudentsTasksQueueTestSuite.java | Java | [
{
"context": "sTasksQueue tasksQueue1 = new StudentsTasksQueue(\"Michael Obaba\");\n StudentsTasksQueue tasksQueue2 = new S",
"end": 298,
"score": 0.999890148639679,
"start": 285,
"tag": "NAME",
"value": "Michael Obaba"
},
{
"context": "sTasksQueue tasksQueue2 = new StudentsTa... | null | [] | package com.kodilla.patterns2.observer.homework;
import org.junit.Test;
import static org.junit.Assert.assertEquals;
public class StudentsTasksQueueTestSuite {
@Test
public void testUpdate() {
//Given
StudentsTasksQueue tasksQueue1 = new StudentsTasksQueue("<NAME>");
StudentsTasksQueu... | 1,408 | 0.692092 | 0.671798 | 36 | 38.694443 | 22.855608 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.75 | false | false | 9 |
32878b49f7fded875b08d36de69dbace09ba9bf1 | 10,196,252,419,675 | c4cdd0f46c80806e2115890374d9b45fc3476520 | /Weloop/wl_JADX/com/baidu/frontia/module/deeplink/C0423g.java | 802be311ed352f201d6c7a31af3bd4a1016daa34 | [
"Apache-2.0"
] | permissive | Andy10101/CraftPlugins | https://github.com/Andy10101/CraftPlugins | 5ccf3afb67e6001a3935c484a4dcf641868e7897 | f80dab6b58baadc5b141a3a923509d87e892a00c | refs/heads/master | 2021-01-20T00:53:27.462000 | 2017-04-22T07:52:35 | 2017-04-22T07:52:35 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.baidu.frontia.module.deeplink;
import android.content.Context;
import android.util.Log;
import com.baidu.android.p062a.p063a.C0164e;
import com.baidu.android.pushservice.C0192a;
import com.baidu.android.pushservice.p070d.C0229o;
import java.util.ArrayList;
/* renamed from: com.baidu.frontia.module.deeplin... | UTF-8 | Java | 2,945 | java | C0423g.java | Java | [] | null | [] | package com.baidu.frontia.module.deeplink;
import android.content.Context;
import android.util.Log;
import com.baidu.android.p062a.p063a.C0164e;
import com.baidu.android.pushservice.C0192a;
import com.baidu.android.pushservice.p070d.C0229o;
import java.util.ArrayList;
/* renamed from: com.baidu.frontia.module.deeplin... | 2,945 | 0.52292 | 0.402377 | 107 | 26.523365 | 18.933403 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.46729 | false | false | 9 |
6c0671d8aa4dacd67a14f06663cd59dd477fd9a0 | 31,318,901,542,600 | 4206e5d5ebcd31cc706f785b9f1be476b63496da | /src/main/java/net/minestom/server/extras/selfmodification/mixins/MixinPlatformAgentMinestom.java | c35bf2534981571e9986fc5daedacf4f720d8b13 | [
"Apache-2.0"
] | permissive | Swoking/Minestom | https://github.com/Swoking/Minestom | e2655fd1efa335ff940ba871082f6b6990299562 | 6e0ad54d5e83c3e6d1ab12975759505696028f7c | refs/heads/master | 2023-02-03T01:50:05.322000 | 2020-12-22T04:36:15 | 2020-12-22T04:36:15 | 306,135,131 | 3 | 0 | Apache-2.0 | true | 2020-10-21T20:05:30 | 2020-10-21T20:05:28 | 2020-10-21T14:27:05 | 2020-10-21T14:27:03 | 4,322 | 0 | 0 | 0 | null | false | false | package net.minestom.server.extras.selfmodification.mixins;
import org.spongepowered.asm.launch.platform.IMixinPlatformServiceAgent;
import org.spongepowered.asm.launch.platform.MixinPlatformAgentAbstract;
import org.spongepowered.asm.launch.platform.MixinPlatformManager;
import org.spongepowered.asm.launch.platform.c... | UTF-8 | Java | 926 | java | MixinPlatformAgentMinestom.java | Java | [] | null | [] | package net.minestom.server.extras.selfmodification.mixins;
import org.spongepowered.asm.launch.platform.IMixinPlatformServiceAgent;
import org.spongepowered.asm.launch.platform.MixinPlatformAgentAbstract;
import org.spongepowered.asm.launch.platform.MixinPlatformManager;
import org.spongepowered.asm.launch.platform.c... | 926 | 0.784017 | 0.784017 | 29 | 30.931034 | 31.309282 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.37931 | false | false | 9 |
4b907f06a5ae8f3dcd3c27191a190387e09ec056 | 14,508,399,557,244 | 0ca91aeefcde8bf7acd0aebc13410705ba96a58a | /src/com/datacompanies/forms/SearchAccountForm.java | 5d836b7f47887bbf3694d1b3a37a03d82fb13461 | [] | no_license | Loris-Steve/DataCompanies_Front | https://github.com/Loris-Steve/DataCompanies_Front | 8c95e7d8eeef5ad1c8777c7fcd6a4f5ba2806cc6 | d9e43859ff22f38cce13cbb7e66b046e4a733e68 | refs/heads/master | 2023-02-27T15:55:27.270000 | 2021-02-01T22:07:37 | 2021-02-01T22:07:37 | 334,266,792 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.datacompanies.forms;
import java.util.List;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;
import org.json.simple.JSONObject;
// import org.json.JSONObject;
import org.lpld.*;
import org.lpld.datacompanies.*;
import org.lpld.datacompanies.backend.Requests;
import org.lpld.datacompan... | UTF-8 | Java | 4,262 | java | SearchAccountForm.java | Java | [] | null | [] | package com.datacompanies.forms;
import java.util.List;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;
import org.json.simple.JSONObject;
// import org.json.JSONObject;
import org.lpld.*;
import org.lpld.datacompanies.*;
import org.lpld.datacompanies.backend.Requests;
import org.lpld.datacompan... | 4,262 | 0.711017 | 0.707006 | 136 | 30.169117 | 27.49159 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.580882 | false | false | 9 |
9d486eed4f70c7f1e6e8671a2b70add47d4d1ff8 | 23,502,061,090,387 | 6868a778f36e4e3caa1efb6e883e81c7f938e4de | /src/main/java/adapter/IteratorAdapter.java | b2e43c98c94f29e48bc1af005d0cf5a6f1f49953 | [] | no_license | zongshuo/JavaPatterns | https://github.com/zongshuo/JavaPatterns | ab113cb6a8a679db3eb85726b838699cc32de160 | 8a8af1e83caab4c5b3581b64c5da119b13c16f1d | refs/heads/master | 2020-09-02T15:32:21.817000 | 2019-11-07T03:01:20 | 2019-11-07T03:01:20 | 219,249,771 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package adapter;
import java.util.Enumeration;
import java.util.Iterator;
/**
* Created by DEll on 2019-11-5.
* 适配器
* 目标接口:Iterator
* 被适配者:Enumeration
* 通过Iterator接口使用Enumeration的具体实现类
*/
public class IteratorAdapter implements Iterator{
Enumeration bookEnum;
public IteratorAdapter(Enumeration bookEnu... | UTF-8 | Java | 596 | java | IteratorAdapter.java | Java | [
{
"context": "on;\nimport java.util.Iterator;\n\n\n/**\n * Created by DEll on 2019-11-5.\n * 适配器\n * 目标接口:Iterator\n * 被适配者:Enu",
"end": 99,
"score": 0.99858558177948,
"start": 95,
"tag": "USERNAME",
"value": "DEll"
}
] | null | [] | package adapter;
import java.util.Enumeration;
import java.util.Iterator;
/**
* Created by DEll on 2019-11-5.
* 适配器
* 目标接口:Iterator
* 被适配者:Enumeration
* 通过Iterator接口使用Enumeration的具体实现类
*/
public class IteratorAdapter implements Iterator{
Enumeration bookEnum;
public IteratorAdapter(Enumeration bookEnu... | 596 | 0.680657 | 0.667883 | 30 | 17.266666 | 15.699116 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.233333 | false | false | 9 |
4346b2e818fb9a85ce41f1bab3ab95695d3d8c31 | 32,727,650,824,068 | 870dfb04769a8a3c3351ee326f59e45313ea12ba | /src/GUI/Kreis.java | ee99bbaf11c7aa13eb1d0fe9dd7cfcccc0586ecb | [] | no_license | fabwu/ConnectFour | https://github.com/fabwu/ConnectFour | 1fd4bc4846b68d7ec23e4f78f2f59e826c750141 | ca353c2cf6bcff905ba40346eb9e3261069c3cd7 | refs/heads/master | 2021-05-27T21:28:57.467000 | 2014-09-30T19:28:24 | 2014-09-30T19:28:24 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package GUI;
import java.awt.Color;
import java.awt.Graphics;
import javax.swing.JPanel;
/**
* ConnectFour Kreis
*
* Stellt ein Spielstein dar.
*
* @author S. Winterberger <stefan.winterberger@stud.hslu.ch>
* @author R. Ritter <reto.ritter@stud.hslu.ch>
* @author D. Niederberger <david.niederberger@stud.hslu.c... | UTF-8 | Java | 1,715 | java | Kreis.java | Java | [
{
"context": "eis\n *\n * Stellt ein Spielstein dar.\n *\n * @author S. Winterberger <stefan.winterberger@stud.hslu.ch>\n * @author R. ",
"end": 178,
"score": 0.9998862743377686,
"start": 163,
"tag": "NAME",
"value": "S. Winterberger"
},
{
"context": "in Spielstein dar.\n *\n * @auth... | null | [] | package GUI;
import java.awt.Color;
import java.awt.Graphics;
import javax.swing.JPanel;
/**
* ConnectFour Kreis
*
* Stellt ein Spielstein dar.
*
* @author <NAME> <<EMAIL>>
* @author <NAME> <<EMAIL>>
* @author <NAME> <<EMAIL>>
* @author <NAME> <<EMAIL>>
*
* @version 1.0
*/
public class Kreis extends JPanel... | 1,597 | 0.489784 | 0.478692 | 65 | 25.353846 | 22.832117 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.523077 | false | false | 9 |
70b91a2487ff5308f9a02665859066f93faed0fa | 29,892,972,405,467 | da776a3defea5157b52c9a4a8db362e8c76fdd3b | /parent/common-module-dao/src/main/java/com/microservice/dao/repository/crawler/insurance/suzhou/InsuranceSuzhouTownsWorkersRepository.java | 1f2cf95f20b918e8401ea16be5bed831c04d434f | [] | no_license | moutainhigh/crawler | https://github.com/moutainhigh/crawler | d4f306d74a9f16bce3490d4dbdcedad953120f97 | 4c201cdf24a025d0b1056188e0f0f4beee0b80aa | refs/heads/master | 2020-09-21T12:22:54.075000 | 2018-11-06T04:33:15 | 2018-11-06T04:33:15 | 224,787,613 | 1 | 0 | null | true | 2019-11-29T06:06:28 | 2019-11-29T06:06:28 | 2018-12-04T07:12:15 | 2018-11-06T05:12:35 | 64,796 | 0 | 0 | 0 | null | false | false | package com.microservice.dao.repository.crawler.insurance.suzhou;
import org.springframework.data.jpa.repository.JpaRepository;
import com.microservice.dao.entity.crawler.insurance.suzhou.InsuranceSuzhouTownsWorkers;
public interface InsuranceSuzhouTownsWorkersRepository extends JpaRepository<InsuranceSuzhouTownsWor... | UTF-8 | Java | 336 | java | InsuranceSuzhouTownsWorkersRepository.java | Java | [] | null | [] | package com.microservice.dao.repository.crawler.insurance.suzhou;
import org.springframework.data.jpa.repository.JpaRepository;
import com.microservice.dao.entity.crawler.insurance.suzhou.InsuranceSuzhouTownsWorkers;
public interface InsuranceSuzhouTownsWorkersRepository extends JpaRepository<InsuranceSuzhouTownsWor... | 336 | 0.872024 | 0.872024 | 9 | 36.333332 | 42.627586 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 9 |
0fc7fa3b9d1eb88af9d4a9291d645fd5717ddc60 | 13,700,945,684,247 | b99ea2836682ce90a4c99a58fa0383889acad482 | /arrays-and-strings/SummaryRanges.java | 199d9d09c3c74ff44e447087b92af370b6d98e72 | [] | no_license | bmanley91/practice-problems | https://github.com/bmanley91/practice-problems | 7db7d9a9afd6d377ad28b0748ab24b8adc3ce3b5 | fa562ad67d2c17bc78144d090e419d7492efe474 | refs/heads/main | 2023-01-27T23:19:34.918000 | 2023-01-13T13:09:45 | 2023-01-13T13:09:45 | 303,844,605 | 0 | 0 | null | false | 2023-01-13T13:09:46 | 2020-10-13T22:38:47 | 2020-11-02T19:46:19 | 2023-01-13T13:09:45 | 46 | 0 | 0 | 0 | Java | false | false | class Solution {
// Use two pointers to move through the list
// One pointer will keep track of the start of the range
// The other will move forward through the list to find the end of the range.
// A range ends when there's a gap in the numbers
// i.e. nums[i] != nums[i - 1] + 1
// Once a rang... | UTF-8 | Java | 1,532 | java | SummaryRanges.java | Java | [] | null | [] | class Solution {
// Use two pointers to move through the list
// One pointer will keep track of the start of the range
// The other will move forward through the list to find the end of the range.
// A range ends when there's a gap in the numbers
// i.e. nums[i] != nums[i - 1] + 1
// Once a rang... | 1,532 | 0.552219 | 0.546345 | 42 | 35.5 | 25.664734 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.47619 | false | false | 9 |
442f8d3b55f16c5c72523db3d38134ce7151c55e | 12,859,132,117,972 | e6e7a796aa0b9c0a41f340c81e57a80e866fe26a | /app/src/main/java/com/example/sjqcjstock/Activity/user/edituserinfousernameActivity.java | 1d566febf7822a84bb7b27bae072b72258f22421 | [] | no_license | shuijingqiu/sjqcj-android | https://github.com/shuijingqiu/sjqcj-android | f51f0afb7db40b777f160065bff3f9b787e03768 | 67a86a38b84d366737e566fbc08abf11fc18ad1a | refs/heads/master | 2021-08-26T09:47:19.754000 | 2017-11-23T07:24:20 | 2017-11-23T07:27:09 | 111,770,724 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.sjqcjstock.Activity.user;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.os.Handler;
import android.os.Message;
import android.view.View;
import android.view.View.OnClickListener;
import android.view.Window;
import android.widget.EditText;
impor... | UTF-8 | Java | 4,949 | java | edituserinfousernameActivity.java | Java | [] | null | [] | package com.example.sjqcjstock.Activity.user;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.os.Handler;
import android.os.Message;
import android.view.View;
import android.view.View.OnClickListener;
import android.view.Window;
import android.widget.EditText;
impor... | 4,949 | 0.587991 | 0.580719 | 144 | 32.423611 | 23.23897 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.555556 | false | false | 9 |
1cce6e9be56c68c561740d7b44a9fcc87bbfceb0 | 18,537,078,887,897 | 4b461f4eb0b634b3d972ac9ec8b77e5ff16c289f | /app/src/main/java/com/atcampus/shopper/Model/DealsModel.java | 1a53263d8e7d198aa5d45ea583b6438372fec1eb | [] | no_license | diptoroy/Shopper | https://github.com/diptoroy/Shopper | 1364e2a14fd2d2d7f24a873d1de83a4151bd6723 | f46c92e1ef65e19c22f244ccdefb13041f70aa95 | refs/heads/master | 2022-12-25T15:24:17.430000 | 2020-09-24T18:08:40 | 2020-09-24T18:08:40 | 260,737,923 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.atcampus.shopper.Model;
public class DealsModel {
private String dealsID;
private String dealsImage;
private String dealsName;
private String dealsSpec;
private String dealsPrice;
public DealsModel(String dealsID, String dealsImage, String dealsName, String dealsSpec, String deals... | UTF-8 | Java | 1,317 | java | DealsModel.java | Java | [] | null | [] | package com.atcampus.shopper.Model;
public class DealsModel {
private String dealsID;
private String dealsImage;
private String dealsName;
private String dealsSpec;
private String dealsPrice;
public DealsModel(String dealsID, String dealsImage, String dealsName, String dealsSpec, String deals... | 1,317 | 0.646925 | 0.646925 | 58 | 21.706896 | 20.56781 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.431034 | false | false | 9 |
62f3901871362a23f674e7bd227b8f61bbd67360 | 635,655,204,043 | ea7d0b2719a803dda9d0743a87fc5ffa7c7106d7 | /Task1/GivenNoPolyNdromeOrNot.java | 64a38484b7a57bf4a725c2b50f926c2d873c2e8b | [] | no_license | Kavya8163/Task27programs | https://github.com/Kavya8163/Task27programs | 393a92b820a1d3458affb5b105890962db45351c | 801cd7ed77f5e844db7404f90d0d9b2699e72ac0 | refs/heads/master | 2023-04-03T19:17:54.721000 | 2021-04-15T05:24:48 | 2021-04-15T05:24:48 | 358,136,318 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*Given Number is Polyndrome Or Not*/
package Task1;
import java.util.Scanner;
public class GivenNoPolyNdromeOrNot {
public static void main(String[] args) {
System.out.println("Enter the Value of n");
Scanner sc = new Scanner(System.in);
int r,sum = 0,temp;
int n = sc.nextInt();
temp =n;
while(n>0)
{
... | UTF-8 | Java | 559 | java | GivenNoPolyNdromeOrNot.java | Java | [] | null | [] | /*Given Number is Polyndrome Or Not*/
package Task1;
import java.util.Scanner;
public class GivenNoPolyNdromeOrNot {
public static void main(String[] args) {
System.out.println("Enter the Value of n");
Scanner sc = new Scanner(System.in);
int r,sum = 0,temp;
int n = sc.nextInt();
temp =n;
while(n>0)
{
... | 559 | 0.617174 | 0.601073 | 34 | 15.441176 | 16.661318 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.029412 | false | false | 9 |
2989f59e92a2ade3d57aae6de493769d7bc26f95 | 11,793,980,238,070 | 7f963e1dfaa1601fce492d737cc09eaca3fbe439 | /Unit4/aaraujo1-U4-ParkingApp/src/us/aaraujo1/Displayable.java | 5d05f5dab503db06ca9f2dcc033f9ccbbc12e67b | [] | no_license | aaraujo1/Advanced-Java | https://github.com/aaraujo1/Advanced-Java | d4ffa5598278c619f12e2992e4957e66eeae2e85 | a6b15e0831fd3471d66ee5048b7bc5a270f2c5b3 | refs/heads/master | 2020-07-28T12:14:00.267000 | 2019-09-18T21:32:12 | 2019-09-18T21:32:12 | 209,406,300 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package us.aaraujo1;
/**
* @author andregaraujo
* @version 2.0
* <p>
* Interface to display a welcome message
*/
public interface Displayable {
/*---------------------------------------------------------------*/
/*-------------------------- FUNCTIONS --------------------------*/
/*-------------------... | UTF-8 | Java | 745 | java | Displayable.java | Java | [
{
"context": "package us.aaraujo1;\n\n/**\n * @author andregaraujo\n * @version 2.0\n * <p>\n * Interface to displa",
"end": 45,
"score": 0.6691063046455383,
"start": 37,
"tag": "USERNAME",
"value": "andregar"
},
{
"context": "package us.aaraujo1;\n\n/**\n * @author andregaraujo\n * ... | null | [] | package us.aaraujo1;
/**
* @author andregaraujo
* @version 2.0
* <p>
* Interface to display a welcome message
*/
public interface Displayable {
/*---------------------------------------------------------------*/
/*-------------------------- FUNCTIONS --------------------------*/
/*-------------------... | 745 | 0.438926 | 0.434899 | 33 | 21.575758 | 22.112701 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.121212 | false | false | 9 |
e7f1bc9b33f93408a32c7afc8d77a5784095a1c5 | 27,539,330,353,127 | 48191a2a9e9f9ba6f9b8c581dd304140ea4a82b9 | /src/test/java/org/springframework/events/context/AnnotationEventHandlerPostProcessorTest.java | b0ff0c8446aa4c6bdcee0d78533f875fb02f05de | [] | no_license | pdyraga/spring-events | https://github.com/pdyraga/spring-events | 542f8533a0959214bbd76f75fcec903a10a050f3 | ae9f98d231fde7a179178c752131b042a7173583 | HEAD | 2016-09-05T21:29:54.301000 | 2014-01-01T21:10:36 | 2014-01-01T21:10:36 | 10,725,506 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright (C) the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicab... | UTF-8 | Java | 4,625 | java | AnnotationEventHandlerPostProcessorTest.java | Java | [] | null | [] | /*
* Copyright (C) the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicab... | 4,625 | 0.724757 | 0.723892 | 118 | 38.194916 | 28.269363 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.59322 | false | false | 9 |
c45c72704799acfccdb2170ad4c01c3c2e699a28 | 7,138,235,696,479 | 7a16da162c0a06f23bf224026d7e5c33602ce2c7 | /src/main/java/web/dao/UserDaoImpl.java | 7fbca7c24e1843227a6b1e52c2a2cf182e514d60 | [] | no_license | ivoligo/task_myMVCspring | https://github.com/ivoligo/task_myMVCspring | 5341c5740e028a1060c7c9aa65df4708c3cf0c09 | b2900110b5470045807c860ee4e8cd6fc5db620f | refs/heads/master | 2020-12-30T07:21:25.614000 | 2020-02-07T11:45:42 | 2020-02-07T11:45:42 | 238,906,838 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package web.dao;
import org.hibernate.SessionFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Repository;
import web.model.User;
import javax.persistence.TypedQuery;
import java.util.List;
@Repository
public class UserDaoImpl implements UserDao{
@Autow... | UTF-8 | Java | 1,317 | java | UserDaoImpl.java | Java | [] | null | [] | package web.dao;
import org.hibernate.SessionFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Repository;
import web.model.User;
import javax.persistence.TypedQuery;
import java.util.List;
@Repository
public class UserDaoImpl implements UserDao{
@Autow... | 1,317 | 0.699317 | 0.699317 | 47 | 27.021276 | 29.587584 | 128 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.319149 | false | false | 9 |
0a9449ae5ba07b358ae0e20bbfd817336f29c87d | 12,378,095,798,708 | 61eb249182cf2ea9af5590066d3261901b957053 | /src/main/java/dev/sandrocaseiro/template/models/AResponse.java | dc161ed1f92d8443386d62c296079174ab9a5c12 | [] | no_license | hugobrendow/java-spring-api | https://github.com/hugobrendow/java-spring-api | 2de24d92897567a9beda8d7a7a9032598291f941 | ca7147bebf9b9c3180eeaea8b4380519e4878b92 | refs/heads/master | 2023-01-06T23:58:23.040000 | 2020-10-26T12:51:06 | 2020-10-26T12:51:06 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package dev.sandrocaseiro.template.models;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import com.fasterxml.jackson.annotation.JsonValue;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.Getter;
import java.util.List;
@JsonIgnoreProperties(ignoreUnknown = true)
@Data
public class... | UTF-8 | Java | 779 | java | AResponse.java | Java | [
{
"context": "package dev.sandrocaseiro.template.models;\n\nimport com.fasterxml.jackson.an",
"end": 25,
"score": 0.9063773155212402,
"start": 12,
"tag": "USERNAME",
"value": "sandrocaseiro"
}
] | null | [] | package dev.sandrocaseiro.template.models;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import com.fasterxml.jackson.annotation.JsonValue;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.Getter;
import java.util.List;
@JsonIgnoreProperties(ignoreUnknown = true)
@Data
public class... | 779 | 0.673941 | 0.673941 | 40 | 18.475 | 15.690742 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.45 | false | false | 9 |
0e0fe88703067381e144b8519c9b7a14fb7bf493 | 29,300,266,935,847 | c63d4fbdee86332e8b5cce5f2fafbd062d552f22 | /src/main/java/org/codehaus/openxma/mojo/multirelease/mojo/AbstractReleaseMojo.java | 79e71d9fd7abc62eabdcbb4484bdcc357336dc0f | [] | no_license | rakshit-jain/multirelease-maven-plugin | https://github.com/rakshit-jain/multirelease-maven-plugin | 504a0f7da79e9fae5653a7c51efd0d69e934e86a | 6415e9fb785c25987cd305682c282841f1eb5bdc | refs/heads/master | 2021-01-11T02:16:33.679000 | 2016-10-15T11:28:13 | 2016-10-15T11:28:13 | 70,983,353 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.codehaus.openxma.mojo.multirelease.mojo;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
import java.util.regex.Pattern;
import org.apache.maven.execution.MavenSession;
import org.apa... | UTF-8 | Java | 6,911 | java | AbstractReleaseMojo.java | Java | [
{
"context": "r {@link DependencyMapper}\n\t * @param username the username\n\t * @param password the password\n\t * @throws IOEx",
"end": 4534,
"score": 0.9983251690864563,
"start": 4526,
"tag": "USERNAME",
"value": "username"
},
{
"context": "aram username the username\n\t * @param... | null | [] | package org.codehaus.openxma.mojo.multirelease.mojo;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
import java.util.regex.Pattern;
import org.apache.maven.execution.MavenSession;
import org.apa... | 6,913 | 0.742729 | 0.741861 | 208 | 32.22596 | 28.757975 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.052885 | false | false | 9 |
3847fa3d64f71b65c3dbdc7924088e5d655e22de | 4,312,147,232,658 | 1e44f354f243e3d7fc74bec62d384ab9fbae90fa | /src/main/java/hello/web/controllers/AttributeController.java | b4f87f03e085e65da09e9c52481541cc95941727 | [] | no_license | ccsalway/prod_info_mngr | https://github.com/ccsalway/prod_info_mngr | e9055eb56337bf90fa3df2895e6431bbed238346 | 21d5964d3a722f74397624e75c8a2d8842acf61d | refs/heads/master | 2021-09-01T04:02:33.458000 | 2017-12-24T16:30:46 | 2017-12-24T16:30:46 | 115,036,567 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package hello.web.controllers;
import hello.domain.entity.enities.Attribute;
import hello.domain.entity.enities.Option;
import hello.domain.entity.enities.Product;
import hello.domain.service.AttributeService;
import hello.exceptions.AttributeNotFoundException;
import hello.exceptions.ProductNotFoundException;
import ... | UTF-8 | Java | 5,341 | java | AttributeController.java | Java | [] | null | [] | package hello.web.controllers;
import hello.domain.entity.enities.Attribute;
import hello.domain.entity.enities.Option;
import hello.domain.entity.enities.Product;
import hello.domain.service.AttributeService;
import hello.exceptions.AttributeNotFoundException;
import hello.exceptions.ProductNotFoundException;
import ... | 5,341 | 0.671223 | 0.670848 | 115 | 45.443478 | 29.347748 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.852174 | false | false | 9 |
b648625fb059601b66ef3390549fa3634e3c1af2 | 33,492,155,029,573 | c8d07adfd059f32140901661345912fc55d39eaf | /spring-cloud/spring-cloud-consul-parent/spring-cloud-service-b/src/main/java/com/future/demo/spring/cloud/consul/ApiController.java | 4d7984fd0f66965856414973933d042f6c21d2f7 | [] | no_license | dexterleslie1/java-study | https://github.com/dexterleslie1/java-study | d1226beae9e60344eef42023e64affa8d423f2bc | 9aa96731311e147fd42b2a1d0756ea2d65feb872 | refs/heads/master | 2022-01-27T10:55:09.835000 | 2022-01-24T13:54:11 | 2022-01-24T13:54:11 | 143,236,269 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.future.demo.spring.cloud.consul;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.bind.annotation.RequestParam;
import org.springframewor... | UTF-8 | Java | 727 | java | ApiController.java | Java | [] | null | [] | package com.future.demo.spring.cloud.consul;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.bind.annotation.RequestParam;
import org.springframewor... | 727 | 0.729023 | 0.727648 | 26 | 26.961538 | 27.641218 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.384615 | false | false | 9 |
617d3f8829341e5447e0de7b4d32e0b25a61ffab | 33,492,155,027,978 | 3355a8fe164cd22bf05a0c61226ac4b0aa58e1b8 | /src/main/java/pl/mkapiczy/usermanagerservice/domain/entity/AddressEntity.java | 9a3f6bfc75555a27a3ffa26ea5a28e582992c97f | [] | no_license | mkapiczy/user-manager-service | https://github.com/mkapiczy/user-manager-service | bb5570b8cd478e8515fe41a5e0ebe6811423b71a | d8559774d8120254a50169bb35b4749749823059 | refs/heads/master | 2023-07-25T00:08:00.862000 | 2020-10-07T15:05:22 | 2020-10-07T15:09:19 | 250,625,754 | 1 | 0 | null | false | 2023-07-07T21:48:31 | 2020-03-27T19:21:17 | 2022-06-24T07:03:24 | 2023-07-07T21:48:28 | 73 | 1 | 0 | 1 | Java | false | false | package pl.mkapiczy.usermanagerservice.domain.entity;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
import javax.persistence.*;
@Data
@NoArgsConstructor
@AllArgsConstructor
@Builder
@Entity(name = "address")
public class AddressEntity {
@Id
@Gen... | UTF-8 | Java | 524 | java | AddressEntity.java | Java | [
{
"context": "package pl.mkapiczy.usermanagerservice.domain.entity;\n\nimport lombok.",
"end": 19,
"score": 0.5658404231071472,
"start": 13,
"tag": "USERNAME",
"value": "apiczy"
}
] | null | [] | package pl.mkapiczy.usermanagerservice.domain.entity;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
import javax.persistence.*;
@Data
@NoArgsConstructor
@AllArgsConstructor
@Builder
@Entity(name = "address")
public class AddressEntity {
@Id
@Gen... | 524 | 0.757634 | 0.757634 | 24 | 20.833334 | 14.467397 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.458333 | false | false | 9 |
0016a91e79ad6ce6cae740f360fbede0bcfe1f59 | 19,164,144,131,165 | 81606a540205323ec920cf8c36c611ae376165c0 | /Clases/clase2/src/com/antonio/clase2/loops/WhileExPar.java | 0a01e211b3bf36a06d26d84947c4ce16a64c2d52 | [] | no_license | antonycrowley/CursoJava | https://github.com/antonycrowley/CursoJava | 510d1d89d4781f661f088a4ce1e1a3eceacdce76 | c3f802ecfbdeedc17485ea259519581ea4d32e5d | refs/heads/master | 2020-03-18T16:31:24.889000 | 2018-07-21T14:49:28 | 2018-07-21T14:49:28 | 134,970,566 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.antonio.clase2.loops;
/**
*
* @author Antonio
* Class WhileExPar
*/
public class WhileExPar {
public static void main(String[] args) {
//Impresion de numeros pares
int i = 0;
while(i <= 10) {
if(i == 0) {
i++;
} else if(i%2 == 0) {
System.out.println(i);
}
i++;
}
}
... | UTF-8 | Java | 322 | java | WhileExPar.java | Java | [
{
"context": "kage com.antonio.clase2.loops;\n\n/**\n * \n * @author Antonio\n * Class WhileExPar\n */\n\npublic class WhileExPar ",
"end": 61,
"score": 0.9978412389755249,
"start": 54,
"tag": "NAME",
"value": "Antonio"
}
] | null | [] | package com.antonio.clase2.loops;
/**
*
* @author Antonio
* Class WhileExPar
*/
public class WhileExPar {
public static void main(String[] args) {
//Impresion de numeros pares
int i = 0;
while(i <= 10) {
if(i == 0) {
i++;
} else if(i%2 == 0) {
System.out.println(i);
}
i++;
}
}
... | 322 | 0.543478 | 0.521739 | 24 | 12.416667 | 11.902089 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.583333 | false | false | 9 |
26dab2644bd44b62fea8f812ca1b71a672addb06 | 15,204,184,280,304 | 467fc1042a6cf517cce366f83eb1ebc2622cf8e4 | /SootTest/src/Test7.java | d98f589bdf6f22080240e07ba849c410cc19a294 | [] | no_license | Madhvi2/Program-Analysis | https://github.com/Madhvi2/Program-Analysis | 3ba614930935195c4c7d9f3972fe9b3a4cac7537 | e7d9a5c10c8c12736057b72e99a1508ac7b074d9 | refs/heads/master | 2021-01-17T20:00:39.538000 | 2016-08-08T15:56:29 | 2016-08-08T15:56:29 | 65,217,313 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class Test7
{
public static int globalVar = 0;
public void foo(String str,
int n)
{
int x = 0;
int y = n + 2;
String z = str + "foo";
this.globalVar = x;
}
}
| UTF-8 | Java | 208 | java | Test7.java | Java | [] | null | [] | public class Test7
{
public static int globalVar = 0;
public void foo(String str,
int n)
{
int x = 0;
int y = n + 2;
String z = str + "foo";
this.globalVar = x;
}
}
| 208 | 0.504808 | 0.485577 | 13 | 15 | 11.668498 | 34 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.461538 | false | false | 9 |
1e5665ad05ca36e00e9ee9fe6ca01d71962799ab | 16,157,666,967,797 | e3c2fe549f6aea52d41cbfa7449cada75bf80b83 | /src/main/java/com/tian/designcode/callBack/async/Test_Async_Callback.java | 176c01b305ff74f98c171188905d836c97fc8765 | [] | no_license | tw0629/springbootdesignpattern | https://github.com/tw0629/springbootdesignpattern | 5acab9eca74deccf95b756f26bff426971069c44 | dc4c56e26b437763638bcfff2e52be3e80df31ad | refs/heads/master | 2022-06-30T04:35:33.103000 | 2021-07-07T07:13:57 | 2021-07-07T07:13:57 | 191,096,894 | 1 | 0 | null | false | 2022-06-17T03:33:16 | 2019-06-10T04:32:34 | 2021-07-07T07:14:08 | 2022-06-17T03:33:16 | 133 | 0 | 0 | 4 | Java | false | false | package com.tian.designcode.callBack.async;
/**
* @author David Tian
* @desc
* @since 2021-01-02 17:27
*/
public class Test_Async_Callback {
public static void main(String[] args) {
Store lawson = new Store("沙中路罗森便利店");
AsyncBuyer asyncBuyer = new AsyncBuyer(lawson, "cherry", "变形金刚");
... | UTF-8 | Java | 398 | java | Test_Async_Callback.java | Java | [
{
"context": "m.tian.designcode.callBack.async;\n\n\n/**\n * @author David Tian\n * @desc\n * @since 2021-01-02 17:27\n */\npublic cl",
"end": 71,
"score": 0.9997358322143555,
"start": 61,
"tag": "NAME",
"value": "David Tian"
}
] | null | [] | package com.tian.designcode.callBack.async;
/**
* @author <NAME>
* @desc
* @since 2021-01-02 17:27
*/
public class Test_Async_Callback {
public static void main(String[] args) {
Store lawson = new Store("沙中路罗森便利店");
AsyncBuyer asyncBuyer = new AsyncBuyer(lawson, "cherry", "变形金刚");
Sys... | 394 | 0.649733 | 0.617647 | 16 | 22.375 | 22.657434 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 9 |
ce638a327e1d26acd6fe5dfdbcd7d58ad058ce42 | 30,932,354,526,118 | 5a52afa41ad8d0b2ee41cd647befbb9358362bcb | /ThursdayTask-Week-39/task2/2.a/Main.java | 527274ea01e403781843cc03a668e55044c309e0 | [] | no_license | rasm445f/ThursdayTask | https://github.com/rasm445f/ThursdayTask | 9c3b48d794b7a938cac14790cdfc60b753be02a7 | 71066df5075bfbf4e03cf20ab969505e8db60b1f | refs/heads/main | 2023-08-20T17:58:06.429000 | 2021-10-28T16:12:29 | 2021-10-28T16:12:29 | 404,730,808 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | class Main{
public static boolean happy = true;
public static void main(String [] args) {
if (iAmHappy())
{
System.out.println("I clap my hands");
}
else
{
System.out.println("I don't clap my hands");
}
}
public static boolean iAmHappy()
{
// fill ou... | UTF-8 | Java | 439 | java | Main.java | Java | [] | null | [] | class Main{
public static boolean happy = true;
public static void main(String [] args) {
if (iAmHappy())
{
System.out.println("I clap my hands");
}
else
{
System.out.println("I don't clap my hands");
}
}
public static boolean iAmHappy()
{
// fill ou... | 439 | 0.519362 | 0.519362 | 25 | 16.48 | 15.65917 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 9 |
af901658c151bc0a4b7cb0b69d6d272eb08ca826 | 12,567,074,314,233 | bbb773e0c672f818c47d7256575db1b705d5a682 | /workspace/Inheritance/src/Child2.java | 9f2a00459206a4d12628b022b4713549b3063f40 | [] | no_license | mazangishin/KJH-s-gitRepository | https://github.com/mazangishin/KJH-s-gitRepository | 9e2ce2ab7900d03959c1fd0c32357d70d050c527 | 9863318dda216d1c175c1438dd6976f333a0d5dd | refs/heads/master | 2020-04-13T03:51:48.109000 | 2019-04-26T09:56:10 | 2019-04-26T09:56:10 | 162,944,252 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null |
public class Child2 extends Parent {
void study () {
System.out.println("공부하자~! ^^");
}
}
| UTF-8 | Java | 113 | java | Child2.java | Java | [] | null | [] |
public class Child2 extends Parent {
void study () {
System.out.println("공부하자~! ^^");
}
}
| 113 | 0.561905 | 0.552381 | 10 | 9.4 | 13.551384 | 36 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 9 |
bc7d880192732deea79462666fa47d3aff3c2f79 | 13,761,075,246,540 | c23bf9f6fcd994e8397453dc93d6a680ffdd06fa | /src/main/java/com/example/service/DirectoryService.java | 66f25dd46ac64e3e905d1e6dfe50235644f72087 | [] | no_license | BirteaBogdan/TelephoneDirectory | https://github.com/BirteaBogdan/TelephoneDirectory | 87bbe6fe68a5e5388ec4ddfcda254088d3b8fcc6 | dd095e44cb1b3bdda3b8d63157f6c9849c1ebb38 | refs/heads/master | 2022-11-26T10:47:02.746000 | 2020-07-24T23:28:53 | 2020-07-24T23:28:53 | 277,579,838 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.service;
import java.util.List;
import java.util.Optional;
import com.example.model.Directory;
public interface DirectoryService {
public List<Directory> getContactList();
public void saveContact(Directory contact);
public void deleteById(int directoryId);
public void editContact(Direct... | UTF-8 | Java | 402 | java | DirectoryService.java | Java | [] | null | [] | package com.example.service;
import java.util.List;
import java.util.Optional;
import com.example.model.Directory;
public interface DirectoryService {
public List<Directory> getContactList();
public void saveContact(Directory contact);
public void deleteById(int directoryId);
public void editContact(Direct... | 402 | 0.793532 | 0.793532 | 20 | 19.1 | 20.223501 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.85 | false | false | 9 |
68bcd9d7fe180ae0211ebd4579000f26736a2479 | 12,524,124,662,424 | 24c2a994d836580a4efaf0e4f5a886a4a49ee44f | /src/main/java/com/project/neo/history/controller/PersonController.java | 68528a687cb1befb8242c4728c3385e9522a57a5 | [] | no_license | PeterYCZ/history-web | https://github.com/PeterYCZ/history-web | 494f96f49630bb4c726fee8b17a4b055e23587dc | 84e071fb301a9322aedc0d8baef5d44d7004d04e | refs/heads/main | 2023-02-08T14:52:34.598000 | 2020-12-10T13:33:28 | 2020-12-10T13:33:28 | 318,734,149 | 0 | 0 | null | false | 2020-12-10T13:33:29 | 2020-12-05T07:59:59 | 2020-12-05T08:02:34 | 2020-12-10T13:33:29 | 19 | 0 | 0 | 0 | Java | false | false | package com.project.neo.history.controller;
import com.project.neo.history.config.StorageProperties;
import com.project.neo.history.entity.PartnerRelationship;
import com.project.neo.history.entity.Person;
import com.project.neo.history.entity.PersonDetail;
import com.project.neo.history.service.FileSystemStorageServi... | UTF-8 | Java | 2,222 | java | PersonController.java | Java | [] | null | [] | package com.project.neo.history.controller;
import com.project.neo.history.config.StorageProperties;
import com.project.neo.history.entity.PartnerRelationship;
import com.project.neo.history.entity.Person;
import com.project.neo.history.entity.PersonDetail;
import com.project.neo.history.service.FileSystemStorageServi... | 2,222 | 0.748425 | 0.745725 | 61 | 35.426231 | 25.939058 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.606557 | false | false | 9 |
26aadde2099b3c55ceb34b0a6603e5126cfd6a9a | 7,310,034,394,075 | ba3f262013c98b12c178107fbf1ff7bebd61f5fa | /Pictem/src/main/java/com/pictem/common/LoadConfig.java | 618ace706f300302c91ae17a7285e21e7bd7a5d6 | [] | no_license | liukanglucky/pictem | https://github.com/liukanglucky/pictem | fa1d231c7dd6ff16cc777394077090ad86101912 | 8b2f7258619cea3c2a8871de3f2959b8a15e152e | refs/heads/master | 2021-01-10T08:44:24.700000 | 2015-12-19T13:37:09 | 2015-12-19T13:37:09 | 45,838,424 | 0 | 2 | null | false | 2015-11-14T13:29:13 | 2015-11-09T13:07:10 | 2015-11-09T13:14:02 | 2015-11-14T13:29:12 | 0 | 0 | 2 | 0 | Java | null | null | package com.pictem.common;
import com.pictem.common.BaseConfig;
public class LoadConfig extends BaseConfig{
/** 上传系统标志 当前系统 1-外网上传,2-内网上传 **/
private static int uploadType;
private static String uploadFilePath;
private static String sendUser;
private static String sendUname;
private static String send... | UTF-8 | Java | 2,353 | java | LoadConfig.java | Java | [
{
"context": "oadConfig());\n\t}\n\n\t/**\n\t * 重新加载配置\n\t * \n\t * @author fantasy\n\t * @date 2013-9-23\n\t */\n\tpublic static void relo",
"end": 1854,
"score": 0.999569296836853,
"start": 1847,
"tag": "USERNAME",
"value": "fantasy"
}
] | null | [] | package com.pictem.common;
import com.pictem.common.BaseConfig;
public class LoadConfig extends BaseConfig{
/** 上传系统标志 当前系统 1-外网上传,2-内网上传 **/
private static int uploadType;
private static String uploadFilePath;
private static String sendUser;
private static String sendUname;
private static String send... | 2,353 | 0.735562 | 0.731654 | 123 | 17.723577 | 18.735775 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.243902 | false | false | 9 |
75ce4437591ef76d05c66d5cdcfee335f1b1efbf | 16,612,933,506,165 | b40b2561c3d8c5c44e64f30584ac591c827c1c08 | /PracticeDraw1/app/src/main/java/com/hencoder/hencoderpracticedraw1/practice/Practice11PieChartView.java | 882f50c86b4aa62e2e06b9234fa04edcf97e9d13 | [
"Apache-2.0"
] | permissive | xfhy/CustomView | https://github.com/xfhy/CustomView | 5310827af4bd6ba8c7bce41007940a5bf201349a | 2701f9267b84d9f20f310f993e6412c4ee1f6a2f | refs/heads/master | 2020-03-23T17:22:17.008000 | 2018-09-07T08:02:38 | 2018-09-07T08:02:38 | 141,856,618 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hencoder.hencoderpracticedraw1.practice;
import android.annotation.SuppressLint;
import android.content.Context;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Paint;
import android.graphics.Rect;
import android.graphics.RectF;
import android.support.annotation.Nulla... | UTF-8 | Java | 6,137 | java | Practice11PieChartView.java | Java | [] | null | [] | package com.hencoder.hencoderpracticedraw1.practice;
import android.annotation.SuppressLint;
import android.content.Context;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Paint;
import android.graphics.Rect;
import android.graphics.RectF;
import android.support.annotation.Nulla... | 6,137 | 0.629131 | 0.612947 | 176 | 32.352272 | 28.486057 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.789773 | false | false | 9 |
d46ee8a45f456bd8a0d31c633447f6b4d9bbda1f | 19,636,590,536,113 | 90b5dfd3e7e6e2d458114d1efb8a940a282bc0ff | /app/src/main/java/es/jspsoluciones/repartos/zonas/Zonas.java | 8b0d9edc8b9c7d82d4b0e8d02f45292defd11b82 | [] | no_license | shamandul/Repartos | https://github.com/shamandul/Repartos | 00ba2777c81056b1d756acf2310c75cc4a140e42 | 3b39cd25bf4bb352a0389e90837264853a04346b | refs/heads/master | 2021-01-10T04:16:14.946000 | 2016-03-08T18:53:44 | 2016-03-08T18:53:44 | 51,251,552 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package es.jspsoluciones.repartos.zonas;
/**
* Created by jesus on 13/02/16.
*/
public class Zonas {
private int _idZona;
private String nombreZona;
/**
* Obtener _idZona
* @return String
*/
public int get_idZona() {
return _idZona;
}
/**
* Agregar el _idZona
... | UTF-8 | Java | 753 | java | Zonas.java | Java | [
{
"context": "s.jspsoluciones.repartos.zonas;\n\n/**\n * Created by jesus on 13/02/16.\n */\npublic class Zonas {\n private",
"end": 65,
"score": 0.9991616606712341,
"start": 60,
"tag": "USERNAME",
"value": "jesus"
}
] | null | [] | package es.jspsoluciones.repartos.zonas;
/**
* Created by jesus on 13/02/16.
*/
public class Zonas {
private int _idZona;
private String nombreZona;
/**
* Obtener _idZona
* @return String
*/
public int get_idZona() {
return _idZona;
}
/**
* Agregar el _idZona
... | 753 | 0.561753 | 0.553785 | 41 | 17.365854 | 14.127911 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.170732 | false | false | 9 |
e45afddbfc001f7141417c61c51f9e971702e712 | 18,829,136,668,674 | 1399d49517dff3d127627aea7e84d9c47760ce3a | /src/main/java/com/alexprut/algo/algorithms/graph/mst/Prim.java | 7184eac92d869c6e8cc105ad0a5d9a7cc37dea7c | [
"MIT"
] | permissive | mrdarshanbhatt/Algo | https://github.com/mrdarshanbhatt/Algo | 810144c0df88b99d8c9204af6123079da5bf4b5d | ac604f93875314d3ac7fd7ff80d31ae3e39b06db | refs/heads/master | 2023-02-21T01:47:29.035000 | 2020-12-06T21:01:10 | 2020-12-06T21:09:36 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.alexprut.algo.algorithms.graph.mst;
import com.alexprut.algo.datastructures.Pair;
import java.util.Arrays;
import java.util.List;
import java.util.PriorityQueue;
public class Prim {
private Prim() {}
/**
* Finds the minimum spanning tree (MST) of a weighted undirected graph.
*
* <p>Example:... | UTF-8 | Java | 2,344 | java | Prim.java | Java | [] | null | [] | package com.alexprut.algo.algorithms.graph.mst;
import com.alexprut.algo.datastructures.Pair;
import java.util.Arrays;
import java.util.List;
import java.util.PriorityQueue;
public class Prim {
private Prim() {}
/**
* Finds the minimum spanning tree (MST) of a weighted undirected graph.
*
* <p>Example:... | 2,344 | 0.526451 | 0.515358 | 94 | 23.936171 | 21.746023 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.553191 | false | false | 9 |
b81146c1b24c206062d4be4e7799bf385f544302 | 11,038,065,954,729 | 9b2b82faebf776a4c166b625849f9b0179f1f313 | /src/com/IFwarunkowe/Zadanie1.java | a2d5e183e2b3a27e27580816ce4f01c11b6712ec | [] | no_license | KlaudiaDurka/KursJavaSDA | https://github.com/KlaudiaDurka/KursJavaSDA | c8c9743e439fb1a0a8cc23ab357cec09d292a2dc | dbeb60422d56e96d16129777dd9252136d4c7d3c | refs/heads/main | 2023-04-25T15:45:38.171000 | 2021-05-12T17:05:58 | 2021-05-12T17:05:58 | 361,905,444 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.IFwarunkowe;
public class Zadanie1 {
public static void main(String[] args) {
int number = 99;
if (number > 100){
System.out.println("Liczba jest większa niż 100");
} else if (number == 100){
System.out.println("Liczba jest równa 100");
} else {
... | UTF-8 | Java | 406 | java | Zadanie1.java | Java | [] | null | [] | package com.IFwarunkowe;
public class Zadanie1 {
public static void main(String[] args) {
int number = 99;
if (number > 100){
System.out.println("Liczba jest większa niż 100");
} else if (number == 100){
System.out.println("Liczba jest równa 100");
} else {
... | 406 | 0.557214 | 0.512438 | 15 | 25.799999 | 21.254646 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 9 |
ae60b9b4e3e249441cb028270454f564e97b19a1 | 25,091,198,972,012 | a20bc6dc50c82ffdae32cbe90075c562f53534fa | /DemonetizationException.java | f37eeb987fd65ac6b835b7dc433ee0894b1dc359 | [] | no_license | VishalM23/JAVA- | https://github.com/VishalM23/JAVA- | fde43e55a2ffaa1bcb9ed33b5ae680f600120d30 | c95803625b936c0b4d26702f90fa7c6488d9f9f9 | refs/heads/master | 2020-12-10T17:38:37.132000 | 2020-08-15T13:05:31 | 2020-08-15T13:05:31 | 233,663,032 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class DemonetizationException extends Exception
{
float amount;
DemonetizationException(float amt)
{
amount=amt;
}
public String toString()
{
return "Deposit of old currency of Rs"+amount+"crosses 5000";
}
}
| UTF-8 | Java | 296 | java | DemonetizationException.java | Java | [] | null | [] | public class DemonetizationException extends Exception
{
float amount;
DemonetizationException(float amt)
{
amount=amt;
}
public String toString()
{
return "Deposit of old currency of Rs"+amount+"crosses 5000";
}
}
| 296 | 0.567568 | 0.554054 | 13 | 21.76923 | 21.782681 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.230769 | false | false | 9 |
859679ac30e0177e6a7face5d2778d0e4443a57d | 1,391,569,412,494 | 7398714c498444374047497fe2e9c9ad51239034 | /org/mozilla/javascript/ast/WhileLoop.java | 2d6d2957e41e425a6a666f671751e3cba0cc0a49 | [] | no_license | CheatBoss/InnerCore-horizon-sources | https://github.com/CheatBoss/InnerCore-horizon-sources | b3609694df499ccac5f133d64be03962f9f767ef | 84b72431e7cb702b7d929c61c340a8db07d6ece1 | refs/heads/main | 2023-04-07T07:30:19.725000 | 2021-04-10T01:23:04 | 2021-04-10T01:23:04 | 356,437,521 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.mozilla.javascript.ast;
public class WhileLoop extends Loop
{
private AstNode condition;
public WhileLoop() {
this.type = 117;
}
public WhileLoop(final int n) {
super(n);
this.type = 117;
}
public WhileLoop(final int n, final int n2) {
... | UTF-8 | Java | 1,353 | java | WhileLoop.java | Java | [] | null | [] | package org.mozilla.javascript.ast;
public class WhileLoop extends Loop
{
private AstNode condition;
public WhileLoop() {
this.type = 117;
}
public WhileLoop(final int n) {
super(n);
this.type = 117;
}
public WhileLoop(final int n, final int n2) {
... | 1,353 | 0.544715 | 0.53289 | 55 | 23.6 | 17.407 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.436364 | false | false | 9 |
e6bf65426af7b93d5c08b2c72eef1eaf9a6dd9e7 | 11,416,023,144,419 | 004221f9ced6969f69d7d7b0a753bdc6a5d2c96f | /modules/compiler/src/java/flex2/compiler/as3/reflect/Attributes.java | be8de3454197f11b032fab937b8278e611322c55 | [] | no_license | lancejpollard/flex | https://github.com/lancejpollard/flex | 8f1a057f0074eef0928b0863c306ae846e80abb5 | 3bc21b1f4fbdcd1a095bcc6ea16662b0884b507f | refs/heads/master | 2016-09-07T14:35:13.542000 | 2009-12-06T07:53:22 | 2009-12-06T07:53:22 | 310,375 | 1 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | ////////////////////////////////////////////////////////////////////////////////
//
// ADOBE SYSTEMS INCORPORATED
// Copyright 2005-2006 Adobe Systems Incorporated
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file
// in accordance with the terms of the license agreeme... | UTF-8 | Java | 2,929 | java | Attributes.java | Java | [
{
"context": "il.Iterator;\nimport java.util.Set;\n\n/**\n * @author Clement Wong\n */\npublic final class Attributes implements flex",
"end": 614,
"score": 0.9991633892059326,
"start": 602,
"tag": "NAME",
"value": "Clement Wong"
}
] | null | [] | ////////////////////////////////////////////////////////////////////////////////
//
// ADOBE SYSTEMS INCORPORATED
// Copyright 2005-2006 Adobe Systems Incorporated
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file
// in accordance with the terms of the license agreeme... | 2,923 | 0.68351 | 0.679071 | 155 | 17.896774 | 18.16703 | 80 | false | false | 0 | 0 | 0 | 0 | 93 | 0.061113 | 1.406452 | false | false | 9 |
c7156149667781c2597fd5685b58bd1808d09108 | 34,084,860,470,409 | f5329b59547e7faf602f3f9c8e30a5b258a9c298 | /app/src/main/java/com/lx/hd/adapter/KuaiYunSiJiLieBiaoAdapter.java | bb8ca142c5a0f10d89e258d33fba67a4d2acac3b | [
"Apache-2.0"
] | permissive | zyhchinese/huodi_huzhu | https://github.com/zyhchinese/huodi_huzhu | 009139e0694e029cb818bfe7fcd2915e8b7e94b8 | 334ea5ff558b47b81f8b4689bce1311c5c4f068e | refs/heads/master | 2020-03-26T10:17:05.402000 | 2018-09-04T01:23:28 | 2018-09-04T01:23:28 | 144,789,869 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lx.hd.adapter;
import android.content.Context;
import android.graphics.Color;
import android.graphics.Paint;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.CheckBox;
import android.widget.Imag... | UTF-8 | Java | 5,367 | java | KuaiYunSiJiLieBiaoAdapter.java | Java | [
{
"context": "ircleimageview.CircleImageView;\n\n/**\n * Created by Administrator on 2018/5/10.\n */\n\npublic class KuaiYunSiJiLieBia",
"end": 715,
"score": 0.6265383362770081,
"start": 702,
"tag": "NAME",
"value": "Administrator"
}
] | null | [] | package com.lx.hd.adapter;
import android.content.Context;
import android.graphics.Color;
import android.graphics.Paint;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.CheckBox;
import android.widget.Imag... | 5,367 | 0.65236 | 0.649375 | 144 | 36.215279 | 29.397932 | 176 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.548611 | false | false | 9 |
b50407e1c1a347f3eccef72622597dca5cca0947 | 30,683,246,431,626 | f814710852d4794080e24fe3d8e4c135a2ebdc94 | /src/aaaaniu/ke/wang/twelve/shenqidekoudaiMain.java | ca8fdd2fa362e99d32c849d7ea6e71365e3edac9 | [] | no_license | yanzi99522/lxy | https://github.com/yanzi99522/lxy | 8a30c782e1023d35b0431e550fdad5739f1fb607 | 227f702f695af2eb56d398f2d62eb416870daa39 | refs/heads/master | 2020-04-28T08:40:29.828000 | 2019-09-14T02:12:10 | 2019-09-14T02:12:10 | 175,137,201 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package aaaaniu.ke.wang.twelve;
import java.util.Scanner;
public class shenqidekoudaiMain {
public static void main(String[] args) {
Scanner in=new Scanner(System.in);
while (in.hasNext()){
int n=in.nextInt();
int[] daizi=new int[n];
for (int i=0;i<n;i++){
... | UTF-8 | Java | 388 | java | shenqidekoudaiMain.java | Java | [] | null | [] | package aaaaniu.ke.wang.twelve;
import java.util.Scanner;
public class shenqidekoudaiMain {
public static void main(String[] args) {
Scanner in=new Scanner(System.in);
while (in.hasNext()){
int n=in.nextInt();
int[] daizi=new int[n];
for (int i=0;i<n;i++){
... | 388 | 0.518041 | 0.515464 | 17 | 21.82353 | 15.827137 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.470588 | false | false | 9 |
c87cc5261c83f619256f7c709e45d91b5011f563 | 30,219,389,934,503 | 3956e7e6921f1407b5fe24c6649e32c8bfac8485 | /Labo5/src/z1/fabryka/wysyłka/Poczta.java | 8fa37c81357d592661043627f2745deef2f07e26 | [] | no_license | Gedrum99/repo-ZPO-gr2-ZulewskiRobert | https://github.com/Gedrum99/repo-ZPO-gr2-ZulewskiRobert | 97e029c60fa479b81eb6a580be4d45e62dc82515 | b927e5927198e01bbb3f17aa4b70f09459122566 | refs/heads/main | 2023-05-13T02:58:02.288000 | 2021-06-09T00:32:30 | 2021-06-09T00:32:30 | 341,953,575 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package z1.fabryka.wysyłka;
public class Poczta extends Wysyłka{
public Poczta(){
setName( "Poczta" );
}
}
| UTF-8 | Java | 133 | java | Poczta.java | Java | [
{
"context": "Wysyłka{\r\n public Poczta(){\r\n setName( \"Poczta\" );\r\n }\r\n}\r\n",
"end": 115,
"score": 0.9782841205596924,
"start": 109,
"tag": "NAME",
"value": "Poczta"
}
] | null | [] | package z1.fabryka.wysyłka;
public class Poczta extends Wysyłka{
public Poczta(){
setName( "Poczta" );
}
}
| 133 | 0.603053 | 0.59542 | 7 | 16.714285 | 13.519449 | 36 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 9 |
805bb85a70a4cb2a5a7d1e1e5ed82c6d2093e861 | 16,999,480,622,165 | 75e404517698b8a77c101d64a3121cb37123a263 | /GameTest/src/UserPlaneEnum.java | 928277aef814e10876f23bdd14d1e58c3cbd296f | [] | no_license | BercesteDincer/CS319-02-Group-03-Sky-Wars | https://github.com/BercesteDincer/CS319-02-Group-03-Sky-Wars | 12183bf9b9259a85710e977d8515a1fdc49d44f9 | 6eb1b5463402110ff486793bb23fe4bc3d0f2cf3 | refs/heads/master | 2016-09-01T06:39:00.274000 | 2015-12-17T18:44:27 | 2015-12-17T18:44:27 | 44,741,588 | 0 | 2 | null | false | 2015-12-17T18:44:27 | 2015-10-22T11:42:08 | 2015-10-22T11:42:08 | 2015-12-17T18:44:27 | 93,838 | 0 | 1 | 0 | null | null | null | import java.awt.Image;
/**
* UserPlaneEnum is an enumeration class to represents values of various instances of user plane
*/
public enum UserPlaneEnum {
ALDERAAN_CRUISER(250, 0, 0, 10),
TOMCAT(500, 10, 0, 20),
F22_RAPTOR(750, 20, 0, 30),
SAAB_GRIPEN(1000, 30, 1, 40),
WUNDERWAFFE(1250, 40, 1, 50);
... | UTF-8 | Java | 831 | java | UserPlaneEnum.java | Java | [] | null | [] | import java.awt.Image;
/**
* UserPlaneEnum is an enumeration class to represents values of various instances of user plane
*/
public enum UserPlaneEnum {
ALDERAAN_CRUISER(250, 0, 0, 10),
TOMCAT(500, 10, 0, 20),
F22_RAPTOR(750, 20, 0, 30),
SAAB_GRIPEN(1000, 30, 1, 40),
WUNDERWAFFE(1250, 40, 1, 50);
... | 831 | 0.658243 | 0.606498 | 41 | 18.219513 | 19.471695 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.878049 | false | false | 9 |
fca9850f8ce79ed432ef12804304c3d20bf17a19 | 38,603,166,058,105 | ff1cb594467a2a8a9f8da65dac90d7f77af4c096 | /src/com/learning/defalutMethods/DefaultExecutor.java | aab37c3aaa2c5329594b05cb11649e61b1cd8696 | [] | no_license | anilkumar-padigela/JavaLearning | https://github.com/anilkumar-padigela/JavaLearning | 7b8df5b521eb799a7dc797ae4256be1663c41b69 | c67afcc75284e681b38710f07af1b360f34a20cd | refs/heads/master | 2020-08-11T10:17:13.543000 | 2019-10-22T05:32:20 | 2019-10-22T05:32:20 | 214,548,284 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
package com.learning.defalutMethods;
/**
* @author Padigela Anil kumar
*
*/
public class DefaultExecutor {
/**
* @param args
*/
public static void main(String[] args) {
// TODO Auto-generated method stub
MexicanPizza mp = new MexicanPizza();
mp.addCheese();
}
}
class MexicanPizza impleme... | UTF-8 | Java | 451 | java | DefaultExecutor.java | Java | [
{
"context": "ckage com.learning.defalutMethods;\n\n/**\n * @author Padigela Anil kumar\n *\n */\npublic class DefaultExecutor {\n\n\t/**\n\t * @",
"end": 84,
"score": 0.9997906684875488,
"start": 65,
"tag": "NAME",
"value": "Padigela Anil kumar"
}
] | null | [] | /**
*
*/
package com.learning.defalutMethods;
/**
* @author <NAME>
*
*/
public class DefaultExecutor {
/**
* @param args
*/
public static void main(String[] args) {
// TODO Auto-generated method stub
MexicanPizza mp = new MexicanPizza();
mp.addCheese();
}
}
class MexicanPizza implements IPizza{
... | 438 | 0.662971 | 0.662971 | 31 | 13.548388 | 15.23544 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.741935 | false | false | 9 |
e98f96f773cd8ced4c38fd86206ae09cfe09d6d5 | 36,627,481,105,887 | 1d22ce195d8bfce0e27cd37602d8a537414feda9 | /src/M1_Basics_of_software_code_development/cycles/Task8.java | 624969047a825e78fab769f50a3ca9224b08be0d | [] | no_license | SergeyTsynin/basics | https://github.com/SergeyTsynin/basics | 717aa0aca6d035fde4d84592d34ed1367395cbab | aef6a5db268995efe4adab8c55a6c4cb94e8f9ad | refs/heads/master | 2023-02-11T17:27:01.446000 | 2021-01-08T14:40:56 | 2021-01-08T14:40:56 | 271,004,005 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package M1_Basics_of_software_code_development.cycles;
public class Task8 {
/*
* Даны два числа. Определить цифры, входящие в запись как первого так и второго числа.
*/
// надеюсь, речь не шла о числах с плавающей точкой?
private static void getDuplicateDigits(double a, double b) {
Strin... | UTF-8 | Java | 927 | java | Task8.java | Java | [] | null | [] | package M1_Basics_of_software_code_development.cycles;
public class Task8 {
/*
* Даны два числа. Определить цифры, входящие в запись как первого так и второго числа.
*/
// надеюсь, речь не шла о числах с плавающей точкой?
private static void getDuplicateDigits(double a, double b) {
Strin... | 927 | 0.548306 | 0.540778 | 26 | 29.653847 | 25.894672 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.423077 | false | false | 9 |
06c85a824dea26ca3ea6e1e2f4493eda5c3f28d5 | 29,222,957,535,819 | 52d2ae32ca5173a2903430092ffcb47baf687d04 | /src/main/java/chess/piece/Piece.java | d606ec4b4262a761bf8087f6307c7955f127d908 | [] | no_license | hkorkmaz/alice-challenge | https://github.com/hkorkmaz/alice-challenge | 0225cad4669058265abd2a4af1624b6f29d9d0fe | 1f9d6089130994338c87b266111b51938d6caf7b | refs/heads/master | 2021-08-07T00:09:10.717000 | 2020-08-18T18:02:15 | 2020-08-18T18:02:15 | 211,538,530 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package chess.piece;
import chess.Board;
import chess.Color;
import chess.Square;
import java.util.List;
public abstract class Piece {
protected Square position;
protected Color color;
public Piece(Square position, Color color){
this.position = position;
this.color = color;
}
p... | UTF-8 | Java | 590 | java | Piece.java | Java | [] | null | [] | package chess.piece;
import chess.Board;
import chess.Color;
import chess.Square;
import java.util.List;
public abstract class Piece {
protected Square position;
protected Color color;
public Piece(Square position, Color color){
this.position = position;
this.color = color;
}
p... | 590 | 0.655932 | 0.655932 | 33 | 16.878788 | 16.22336 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.424242 | false | false | 9 |
684e98aaae9b4274d521139a7971d8767c50b61b | 798,863,979,531 | 0c16eccd3943b1c740aa2039946be8c990b077c5 | /src/main/java/com/app/sepa/repository/LocalidadAndPartidoRepository.java | 35528ed6c8c4b7799230204f2ea377a521c73336 | [] | no_license | SepaSoporteIt/SEPA_APP_REACT | https://github.com/SepaSoporteIt/SEPA_APP_REACT | 1094c0c10009469c401006f3e53f34e168b101bb | 4899e90a6d6276618ced1933aceb6caee2163234 | refs/heads/master | 2022-06-24T03:49:45.950000 | 2022-06-18T18:05:38 | 2022-06-18T18:05:38 | 225,024,579 | 0 | 0 | null | false | 2022-06-01T23:02:53 | 2019-11-30T14:30:41 | 2021-12-18T19:50:04 | 2022-06-01T23:02:52 | 12,005 | 0 | 0 | 28 | Java | false | false | package com.app.sepa.repository;
import com.app.sepa.domain.LocalidadAndPartido;
import org.springframework.data.jpa.repository.*;
import org.springframework.stereotype.Repository;
/**
* Spring Data repository for the LocalidadAndPartido entity.
*/
@SuppressWarnings("unused")
@Repository
public interface Localida... | UTF-8 | Java | 395 | java | LocalidadAndPartidoRepository.java | Java | [] | null | [] | package com.app.sepa.repository;
import com.app.sepa.domain.LocalidadAndPartido;
import org.springframework.data.jpa.repository.*;
import org.springframework.stereotype.Repository;
/**
* Spring Data repository for the LocalidadAndPartido entity.
*/
@SuppressWarnings("unused")
@Repository
public interface Localida... | 395 | 0.817722 | 0.817722 | 14 | 27.214285 | 29.017675 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.357143 | false | false | 9 |
fdb30c87d90fa9b5e1dc5cab95b2c12811e861b3 | 7,224,135,047,118 | fdf91050ffffe3962c9fe7f266f262f7fc346d76 | /Eksamensopgaven/ExamProject/app/src/main/java/examproject/group22/roominator/Fragments/DeleteProductFragment.java | 19b857a0540875061f4f1b682d0414b56628ef2a | [] | no_license | zeroregard/SMAP-Project-MJMJ | https://github.com/zeroregard/SMAP-Project-MJMJ | 7ca6cc71194882ba71c01071db8ec6147648150e | 6b0560969d3f031dd7383ee04fab2ed5fc678897 | refs/heads/master | 2021-06-05T14:08:19.554000 | 2016-10-24T14:55:58 | 2016-10-24T14:55:58 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package examproject.group22.roominator.Fragments;
import android.app.AlertDialog;
import android.app.Dialog;
import android.content.Context;
import android.content.DialogInterface;
import android.os.Bundle;
import android.support.v4.app.DialogFragment;
import android.support.v4.app.Fragment;
import examproject.group2... | UTF-8 | Java | 3,572 | java | DeleteProductFragment.java | Java | [] | null | [] | package examproject.group22.roominator.Fragments;
import android.app.AlertDialog;
import android.app.Dialog;
import android.content.Context;
import android.content.DialogInterface;
import android.os.Bundle;
import android.support.v4.app.DialogFragment;
import android.support.v4.app.Fragment;
import examproject.group2... | 3,572 | 0.682811 | 0.678331 | 98 | 35.448978 | 28.487062 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.408163 | false | false | 9 |
f28d54f722f469746f9321b54e445d40af4c1593 | 4,028,679,359,295 | 4b359a832f70ac6eb003a5e1d2e302c8d2251601 | /src/gs1/minho/exception/AlreadyExistEmployeeException.java | b2aaa62868422af751a4650b2150a978cb1ee8fd | [] | no_license | gsg-java/thisisjava | https://github.com/gsg-java/thisisjava | 096cfd96fc42a901dc8abcd7251f1c213d5ff9cd | 6ce9270cb0cd5ae6e92cc93ea22eb2317defd00a | refs/heads/master | 2021-01-23T12:58:04.351000 | 2017-08-15T09:41:44 | 2017-08-15T09:41:44 | 93,215,138 | 0 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package gs1.minho.exception;
/**
* IDE : IntelliJ IDEA
* Created by minho on 2017. 6. 8..
*/
public class AlreadyExistEmployeeException extends RuntimeException {
private String message;
public AlreadyExistEmployeeException(String message) {
this.message = message;
}
public String getMessag... | UTF-8 | Java | 358 | java | AlreadyExistEmployeeException.java | Java | [
{
"context": "eption;\n\n\n/**\n * IDE : IntelliJ IDEA\n * Created by minho on 2017. 6. 8..\n */\npublic class AlreadyExistEmpl",
"end": 77,
"score": 0.9971272945404053,
"start": 72,
"tag": "USERNAME",
"value": "minho"
}
] | null | [] | package gs1.minho.exception;
/**
* IDE : IntelliJ IDEA
* Created by minho on 2017. 6. 8..
*/
public class AlreadyExistEmployeeException extends RuntimeException {
private String message;
public AlreadyExistEmployeeException(String message) {
this.message = message;
}
public String getMessag... | 358 | 0.684358 | 0.664804 | 16 | 21.375 | 20.340462 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 9 |
b5d2055be567112d6f8ac954d60ef9e89581cdb4 | 13,494,787,303,959 | 1562d844ec3f6915de205668c906f05112eccd7c | /app/src/main/java/com/a250althani/vmmovieapp/UI/DetailsActivity.java | fb11f0514843d6f45d01a3ec55a0362250ab04c6 | [] | no_license | Abdullah2althani/VMMovieapp | https://github.com/Abdullah2althani/VMMovieapp | f6954c06d15eac28aea076b394de4fc4b001b89b | 63aee829509eb8fa6dc55db17d58833427274688 | refs/heads/master | 2023-02-18T23:11:45.156000 | 2021-01-19T15:19:18 | 2021-01-19T15:19:18 | 331,021,722 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.a250althani.vmmovieapp.UI;
import android.annotation.SuppressLint;
import android.content.Context;
import android.content.Intent;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
import android.net.Uri;
import android.os.AsyncTask;
import android.os.Bundle;
import android.util.Log;
i... | UTF-8 | Java | 12,580 | java | DetailsActivity.java | Java | [] | null | [] | package com.a250althani.vmmovieapp.UI;
import android.annotation.SuppressLint;
import android.content.Context;
import android.content.Intent;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
import android.net.Uri;
import android.os.AsyncTask;
import android.os.Bundle;
import android.util.Log;
i... | 12,580 | 0.604293 | 0.598887 | 318 | 38.55975 | 26.239725 | 130 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.68239 | false | false | 9 |
77797ee725c8f003f8911ab05deddc895a94014f | 38,843,684,265,226 | aeb0bc3c42c1b7182a329afc33b9f07af8d2fc0f | /src/main/java/leetcode/middle/M785_IsGraphBipartite.java | f1b4a209d839231c86aeaee1120f770241d51017 | [] | no_license | fighterhit/code-set | https://github.com/fighterhit/code-set | 9d4bda8e99ee4b76efdc1d0f58e6b94fb37408db | d472676a631473ae9d2e61c158eae09c26700d1b | refs/heads/master | 2021-06-02T12:06:23.959000 | 2020-08-22T04:47:58 | 2020-08-22T04:47:58 | 132,473,673 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package leetcode.middle;
import java.util.Arrays;
import java.util.LinkedList;
/**
* 给定一个无向图graph,当这个图为二分图时返回true。
* <p>
* 二分图定义:
* 如果我们能将一个图的节点集合分割成两个独立的子集A和B,并使图中的每一条边的两个节点一个来自A集合,一个来自B集合,我们就将这个图称为二分图。
* 或
* 如果可以用两种颜色对图中的节点进行着色,并且保证相邻的节点颜色不同,那么这个图就是二分图。
* <p>
* graph将会以邻接表方式给出,graph[i]表示图中与节点i相连的所有节点。每个节点都是... | UTF-8 | Java | 7,038 | java | M785_IsGraphBipartite.java | Java | [
{
"context": " false,循环结束返回 true\n * https://www.cnblogs.com/grandyang/p/8519566.html\n */\n public boolean isBipar",
"end": 1291,
"score": 0.9996620416641235,
"start": 1282,
"tag": "USERNAME",
"value": "grandyang"
}
] | null | [] | package leetcode.middle;
import java.util.Arrays;
import java.util.LinkedList;
/**
* 给定一个无向图graph,当这个图为二分图时返回true。
* <p>
* 二分图定义:
* 如果我们能将一个图的节点集合分割成两个独立的子集A和B,并使图中的每一条边的两个节点一个来自A集合,一个来自B集合,我们就将这个图称为二分图。
* 或
* 如果可以用两种颜色对图中的节点进行着色,并且保证相邻的节点颜色不同,那么这个图就是二分图。
* <p>
* graph将会以邻接表方式给出,graph[i]表示图中与节点i相连的所有节点。每个节点都是... | 7,038 | 0.513225 | 0.4968 | 153 | 29.640522 | 29.572248 | 184 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.575163 | false | false | 9 |
8dbddd00672273276154431a2d447861cea4dcee | 37,684,043,076,266 | d12a6b21aa94dbd2b3279e6ccbe2c35fd2298a88 | /JavaLeetCode/src/Sum3.java | 2e60f6a8c9f5412a8ecd62b5caf8a0b18d6065d7 | [] | no_license | a819721810/TangMiao-LeetCode | https://github.com/a819721810/TangMiao-LeetCode | e6fb102448ca81390f1d72a926c64f88f3c1c7f0 | 142a7cb91d08974aba50bad3588a6ca0806b1dfd | refs/heads/master | 2020-12-09T18:39:42.194000 | 2020-06-27T13:18:19 | 2020-06-27T13:18:19 | 233,385,666 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.*;
public class Sum3 {
// static class Solution {
// private List<List<Integer>> oneResult(int[] nums, int target, int start) {
// Map<Integer, Integer> restoreTwoSum = new HashMap<>();
// List<List<Integer>> oneResult = new ArrayList<>();
// for (int i =... | UTF-8 | Java | 2,923 | java | Sum3.java | Java | [] | null | [] | import java.util.*;
public class Sum3 {
// static class Solution {
// private List<List<Integer>> oneResult(int[] nums, int target, int start) {
// Map<Integer, Integer> restoreTwoSum = new HashMap<>();
// List<List<Integer>> oneResult = new ArrayList<>();
// for (int i =... | 2,923 | 0.409169 | 0.403011 | 77 | 36.96104 | 20.623049 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.753247 | false | false | 9 |
0f5550282d8871f5c51dfd0444cf32c640e47fdb | 37,374,805,429,046 | fe26ec36d5bea314c080292aeb8b578593aa20f9 | /src/InsecteCreator.java | 1ba08b3df22914f11d8ad39d0342b00d9d55e9a6 | [] | no_license | Zahrachab/refactoring_code_with_GangOfFour | https://github.com/Zahrachab/refactoring_code_with_GangOfFour | 32d9190ab202cf5e9db41968c052203524c4bb07 | c76cbd03f52f9f71a4c8d97de96683006aad38c5 | refs/heads/master | 2020-04-13T04:52:41.043000 | 2019-01-07T13:33:14 | 2019-01-07T13:33:14 | 162,974,013 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
import Enum.*;
public class InsecteCreator extends EspeceCreator {
//implémenter le patron Singleton
private static InsecteCreator instance;
private InsecteCreator() {}
public static InsecteCreator getInstance() {
if (instance == null) {
instance = new InsecteCreator();
}... | UTF-8 | Java | 869 | java | InsecteCreator.java | Java | [] | null | [] |
import Enum.*;
public class InsecteCreator extends EspeceCreator {
//implémenter le patron Singleton
private static InsecteCreator instance;
private InsecteCreator() {}
public static InsecteCreator getInstance() {
if (instance == null) {
instance = new InsecteCreator();
}... | 869 | 0.664747 | 0.664747 | 31 | 27 | 31.436573 | 151 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.677419 | false | false | 9 |
a61768d9db9981f0d65e7b7a889c97204eef3ba8 | 37,203,006,741,727 | 2bc95638cf5a4a9dcfa30437ee1e50650e4b90b4 | /user-service/src/test/java/com/gigantes/userservice/api/mapper/UserResourceMapperTest.java | af0d32e1c679d2936712cca2bbad39b56d154351 | [] | no_license | RTS/gigantes | https://github.com/RTS/gigantes | ff93c31e740b1a9426ca38f33bf2ebf28733da4d | e135e8099f77c6d80961e565588cb239850f4ea2 | refs/heads/master | 2021-12-03T06:16:14.003000 | 2021-12-02T22:39:26 | 2021-12-02T22:40:01 | 51,839,620 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.gigantes.userservice.api.mapper;
import static org.assertj.core.api.Assertions.assertThat;
import static org.mockito.ArgumentMatchers.any;
import static org.mockito.Mockito.atMostOnce;
import static org.mockito.Mockito.verify;
import com.gigantes.userservice.api.resource.AddressResource;
import com.gigant... | UTF-8 | Java | 3,543 | java | UserResourceMapperTest.java | Java | [
{
"context": " .withActive(true)\n .withFirstName(\"FirstName\")\n .withLastName(\"LastName\")\n .with",
"end": 2390,
"score": 0.9985370635986328,
"start": 2381,
"tag": "NAME",
"value": "FirstName"
},
{
"context": "withFirstName(\"FirstName\")\n .wi... | null | [] | package com.gigantes.userservice.api.mapper;
import static org.assertj.core.api.Assertions.assertThat;
import static org.mockito.ArgumentMatchers.any;
import static org.mockito.Mockito.atMostOnce;
import static org.mockito.Mockito.verify;
import com.gigantes.userservice.api.resource.AddressResource;
import com.gigant... | 3,543 | 0.704488 | 0.691504 | 107 | 32.121494 | 22.897459 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.336449 | false | false | 9 |
bc68fa251d01ee0fc7fe96a8066754e625b33567 | 25,761,213,897,856 | 7c77c9a58c606e056b816c9f7697c4c22e857caa | /model/src/main/java/com/brightdairy/personal/model/HttpReqBody/DeleteAddress.java | 3fc044bfacf9587148edffe85012396c5f6babc8 | [
"MIT"
] | permissive | mookaka/brightdairy | https://github.com/mookaka/brightdairy | 633ac617c864a4c10514789e583de14aa9974d09 | 696979849e943e874870ead40caff22af9a29f64 | refs/heads/master | 2020-05-21T19:22:34.583000 | 2016-10-12T02:21:07 | 2016-10-12T02:21:07 | 65,796,932 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.brightdairy.personal.model.HttpReqBody;
/**
* Created by shuangmusuihua on 2016/9/30.
*/
public class DeleteAddress
{
public String contactMechId;
public String partyId;
}
| UTF-8 | Java | 196 | java | DeleteAddress.java | Java | [
{
"context": "iry.personal.model.HttpReqBody;\n\n/**\n * Created by shuangmusuihua on 2016/9/30.\n */\n\npublic class DeleteAddress\n{\n ",
"end": 85,
"score": 0.9980946779251099,
"start": 71,
"tag": "USERNAME",
"value": "shuangmusuihua"
}
] | null | [] | package com.brightdairy.personal.model.HttpReqBody;
/**
* Created by shuangmusuihua on 2016/9/30.
*/
public class DeleteAddress
{
public String contactMechId;
public String partyId;
}
| 196 | 0.739796 | 0.704082 | 11 | 16.818182 | 18.21497 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.272727 | false | false | 9 |
dfcd2fd7997fdeb5d9cc675555ce80db0fb430db | 39,092,792,334,792 | b6b4ac0d80d94b2b2b26468cc8857a286f4de6f1 | /src/it/polito/tdp/extflightdelays/model/Model.java | 3a520605f2c8e0e9ead3d9aa9353564a7e948757 | [] | no_license | lcgiorgia96/2018-07-02-B | https://github.com/lcgiorgia96/2018-07-02-B | 623609f6ad81f9d100f0b4457d6eb590b7d0cf61 | 015e492f4862d51889aecd00a3c8a1114fcc7978 | refs/heads/master | 2020-05-26T09:06:56.196000 | 2019-06-25T11:37:09 | 2019-06-25T11:37:09 | 188,179,206 | 0 | 0 | null | true | 2019-05-23T07:00:23 | 2019-05-23T07:00:23 | 2018-07-02T14:57:26 | 2018-07-02T14:57:12 | 4,136 | 0 | 0 | 0 | null | false | false | package it.polito.tdp.extflightdelays.model;
import java.util.ArrayList;
import java.util.Collections;
import java.util.HashMap;
import java.util.LinkedList;
import java.util.List;
import java.util.Map;
import org.jgrapht.Graph;
import org.jgrapht.Graphs;
import org.jgrapht.graph.DefaultWeightedEdge;
import org.jgrap... | UTF-8 | Java | 2,857 | java | Model.java | Java | [] | null | [] | package it.polito.tdp.extflightdelays.model;
import java.util.ArrayList;
import java.util.Collections;
import java.util.HashMap;
import java.util.LinkedList;
import java.util.List;
import java.util.Map;
import org.jgrapht.Graph;
import org.jgrapht.Graphs;
import org.jgrapht.graph.DefaultWeightedEdge;
import org.jgrap... | 2,857 | 0.662583 | 0.650683 | 133 | 20.481203 | 20.627234 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.18797 | false | false | 9 |
3426ee916573dbbcc8c516e470c64476fdb0e876 | 5,385,889,048,303 | 243eaf02e124f89a21c5d5afa707db40feda5144 | /src/unk/com/tencent/mm/ui/video/w.java | aa30ee4e5c821da1e726ed13e3a59119d26ac989 | [] | no_license | laohanmsa/WeChatRE | https://github.com/laohanmsa/WeChatRE | e6671221ac6237c6565bd1aae02f847718e4ac9d | 4b249bce4062e1f338f3e4bbee273b2a88814bf3 | refs/heads/master | 2020-05-03T08:43:38.647000 | 2013-05-18T14:04:23 | 2013-05-18T14:04:23 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package unk.com.tencent.mm.ui.video;
import android.widget.ImageView;
import android.widget.TextView;
import com.tencent.mm.af.a;
import com.tencent.mm.platformtools.bf;
import com.tencent.mm.sdk.platformtools.ac;
import com.tencent.mm.sdk.platformtools.n;
final class w
implements ac
{
w(VideoRecorderUI paramVide... | UTF-8 | Java | 1,829 | java | w.java | Java | [] | null | [] | package unk.com.tencent.mm.ui.video;
import android.widget.ImageView;
import android.widget.TextView;
import com.tencent.mm.af.a;
import com.tencent.mm.platformtools.bf;
import com.tencent.mm.sdk.platformtools.ac;
import com.tencent.mm.sdk.platformtools.n;
final class w
implements ac
{
w(VideoRecorderUI paramVide... | 1,829 | 0.674139 | 0.628759 | 56 | 31.678572 | 24.810789 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.625 | false | false | 9 |
6d35caa70ad2f63c7817b7876d37fe4f71dd9eec | 31,198,642,503,979 | c5274714b5ce6fed147b5bd60a9017c778296dec | /src/main/java/sk/tuke/kpi/oop/game/items/Hammer.java | 9db5de54fa6ed8d44fe86e27fe01ccd760cd6220 | [] | no_license | k-paluch/project-ellen | https://github.com/k-paluch/project-ellen | 9bcc1ec36be603a66d5de903b72c58a929b3bbe4 | 3a326194463ff72162bbfc0df15bca912e24298e | refs/heads/master | 2022-12-20T13:27:16.897000 | 2018-12-18T18:12:24 | 2018-12-18T18:12:24 | 293,914,659 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package sk.tuke.kpi.oop.game.items;
import sk.tuke.kpi.gamelib.graphics.Animation;
import sk.tuke.kpi.oop.game.Repairable;
public class Hammer extends BreakableTool<Repairable> {
private Animation normalAnimation;
public Hammer(){
super(1);
this.normalAnimation = new Animation("sprites/hamme... | UTF-8 | Java | 869 | java | Hammer.java | Java | [] | null | [] | package sk.tuke.kpi.oop.game.items;
import sk.tuke.kpi.gamelib.graphics.Animation;
import sk.tuke.kpi.oop.game.Repairable;
public class Hammer extends BreakableTool<Repairable> {
private Animation normalAnimation;
public Hammer(){
super(1);
this.normalAnimation = new Animation("sprites/hamme... | 869 | 0.658228 | 0.647871 | 33 | 25.333334 | 22.944817 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.484848 | false | false | 9 |
eaee03591019dcfe9bc69d73000f5ba88ea5d90b | 11,132,555,250,568 | 5ccf598d3ca1de9ba26cd434f4de76b34230f332 | /src/main/java/br/com/luiza/labs/messagedeliveryspring/app/repositories/MessageRepository.java | c0bf154d487d34e11240d02daf3ded8b2fb6b567 | [
"Apache-2.0"
] | permissive | lucasnata/MessageDelivery | https://github.com/lucasnata/MessageDelivery | 39b957fda3437c1198f433e4e4b95ed668244b58 | 207d634d3469501aa5d6151ff02c431790f07139 | refs/heads/master | 2022-12-08T18:54:15.177000 | 2020-09-10T02:30:46 | 2020-09-10T02:30:46 | 293,187,089 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.luiza.labs.messagedeliveryspring.app.repositories;
import br.com.luiza.labs.messagedeliveryspring.domain.entities.Message;
import br.com.luiza.labs.messagedeliveryspring.domain.vos.MessageStatus;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Reposito... | UTF-8 | Java | 533 | java | MessageRepository.java | Java | [] | null | [] | package br.com.luiza.labs.messagedeliveryspring.app.repositories;
import br.com.luiza.labs.messagedeliveryspring.domain.entities.Message;
import br.com.luiza.labs.messagedeliveryspring.domain.vos.MessageStatus;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Reposito... | 533 | 0.844278 | 0.844278 | 14 | 37.07143 | 29.955835 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.642857 | false | false | 9 |
0882112cf5a70b5df02365c526ee9faac6aeb784 | 24,747,601,562,770 | d0e74ff6e8d37984cea892dfe8508e2b44de5446 | /logistics-wms-city-1.1.3.44.5/logistics-wms-city-manager/src/main/java/com/yougou/logistics/city/manager/BmPrintLogManager.java | efb62d2cdc21d4894ed5c56c269b5e2cff874cb7 | [] | no_license | heaven6059/wms | https://github.com/heaven6059/wms | fb39f31968045ba7e0635a4416a405a226448b5a | 5885711e188e8e5c136956956b794f2a2d2e2e81 | refs/heads/master | 2021-01-14T11:20:10.574000 | 2015-04-11T08:11:59 | 2015-04-11T08:11:59 | 29,462,213 | 1 | 4 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yougou.logistics.city.manager;
import java.util.List;
import com.yougou.logistics.base.common.exception.ManagerException;
import com.yougou.logistics.base.manager.BaseCrudManager;
import com.yougou.logistics.city.common.model.SystemUser;
/*
* 请写出类的用途
* @author yougoupublic
* @date Fri Mar 07 17:41:1... | UTF-8 | Java | 1,169 | java | BmPrintLogManager.java | Java | [
{
"context": "ommon.model.SystemUser;\n\n/*\n * 请写出类的用途 \n * @author yougoupublic\n * @date Fri Mar 07 17:41:16 CST 2014\n * @versio",
"end": 291,
"score": 0.9995887875556946,
"start": 279,
"tag": "USERNAME",
"value": "yougoupublic"
}
] | null | [] | package com.yougou.logistics.city.manager;
import java.util.List;
import com.yougou.logistics.base.common.exception.ManagerException;
import com.yougou.logistics.base.manager.BaseCrudManager;
import com.yougou.logistics.city.common.model.SystemUser;
/*
* 请写出类的用途
* @author yougoupublic
* @date Fri Mar 07 17:41:1... | 1,169 | 0.743184 | 0.725594 | 35 | 31.514286 | 28.497992 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.514286 | false | false | 9 |
f464110693369ade352bd15441eadfa722a74bae | 18,820,546,752,671 | 263c4eca9bae866f01249057f1ad023e0bd898a4 | /src/main/java/com/emergency/api/utils/PrintableInputStream.java | 41a4dda9e812760e8a567735e24f383305bed27b | [
"MIT"
] | permissive | liupeng826/emergency-api | https://github.com/liupeng826/emergency-api | b0b2737ea72a3004d1b4455f4c846270d88f4683 | 33b4f0ab7d3dec5abe42fe7e2ba19a77a89ea4c8 | refs/heads/master | 2020-01-23T21:46:18.473000 | 2019-10-25T12:15:34 | 2019-10-25T12:15:34 | 75,400,130 | 0 | 0 | MIT | false | 2021-03-22T23:57:22 | 2016-12-02T13:57:09 | 2019-10-25T12:15:36 | 2021-03-22T23:57:20 | 2,661 | 0 | 0 | 1 | Java | false | false | package com.emergency.api.utils;
import java.io.IOException;
import java.io.InputStream;
/**
* 可计算输入流读取数类,对于普通的字节流直接可以用本类来包装,获取当前读取的字节数
* {@link #
* getStreamCount()}
*
* @author liken
* @date 15/3/14
*/
public class PrintableInputStream extends InputStream {
/**
* 每读取一个字节,记录一次, 当流处理完毕之后,再查询该Count的值,... | UTF-8 | Java | 1,871 | java | PrintableInputStream.java | Java | [
{
"context": "字节数\n * {@link #\n * getStreamCount()}\n *\n * @author liken\n * @date 15/3/14\n */\npublic class PrintableInputS",
"end": 191,
"score": 0.9995714426040649,
"start": 186,
"tag": "USERNAME",
"value": "liken"
}
] | null | [] | package com.emergency.api.utils;
import java.io.IOException;
import java.io.InputStream;
/**
* 可计算输入流读取数类,对于普通的字节流直接可以用本类来包装,获取当前读取的字节数
* {@link #
* getStreamCount()}
*
* @author liken
* @date 15/3/14
*/
public class PrintableInputStream extends InputStream {
/**
* 每读取一个字节,记录一次, 当流处理完毕之后,再查询该Count的值,... | 1,871 | 0.558629 | 0.553818 | 83 | 19.036144 | 19.181093 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.313253 | false | false | 9 |
84883864e87825c0c73592fec21f0bf669757a69 | 1,786,706,408,087 | fe4ff53748d587dfe9a097d9c095e6985de33037 | /MinimumGeneticMutation.java | 917e11214810893791dd95575f844640440ca6f1 | [] | no_license | lamthao1995/LeetCode.com | https://github.com/lamthao1995/LeetCode.com | f8f848d7d537d6e1507c302941cd1db72907a135 | 2bfadac71d16d52956655ebf760d0282e9d7461e | refs/heads/master | 2021-01-15T22:34:41.006000 | 2017-08-21T22:21:04 | 2017-08-21T22:21:04 | 99,902,780 | 6 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class Solution {
public int minMutation(String start, String end, String[] bank) {
if(bank == null || bank.length == 0){
return -1;
}
Set<String> visited = new HashSet();
Set<String> bankSet = new HashSet();
for(String s : bank){
bankSet... | UTF-8 | Java | 1,337 | java | MinimumGeneticMutation.java | Java | [] | null | [] | public class Solution {
public int minMutation(String start, String end, String[] bank) {
if(bank == null || bank.length == 0){
return -1;
}
Set<String> visited = new HashSet();
Set<String> bankSet = new HashSet();
for(String s : bank){
bankSet... | 1,337 | 0.372476 | 0.367988 | 39 | 32.333332 | 16.579773 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.74359 | false | false | 9 |
5c5730fabf5489908f599ff9d48adf38b7976635 | 10,093,173,163,251 | f4d8d803134785c29cedd2694b684da975b85cf1 | /kakao/src/Test3.java | 33a496f96c88b4648624aff0c633150c86e85bb2 | [] | no_license | jinioh88/Runnit | https://github.com/jinioh88/Runnit | db9c5074cc8f59b033ad84633f307b69bceee61f | 706893fd5f12d0f5f6440c23cd508fba49b4341c | refs/heads/master | 2018-10-23T10:34:42.160000 | 2018-09-11T13:23:46 | 2018-09-11T13:23:46 | 145,277,234 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.*;
/*
캐시
*/
public class Test3 {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int cashsize = sc.nextInt();
String[] cities = {"Jeju", "Pangyo", "Seoul", "NewYork", "LA", "Jeju", "Pangyo", "Seoul", "NewYork", "LA"};
Test3 test =... | UTF-8 | Java | 989 | java | Test3.java | Java | [] | null | [] | import java.util.*;
/*
캐시
*/
public class Test3 {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int cashsize = sc.nextInt();
String[] cities = {"Jeju", "Pangyo", "Seoul", "NewYork", "LA", "Jeju", "Pangyo", "Seoul", "NewYork", "LA"};
Test3 test =... | 989 | 0.452792 | 0.443655 | 35 | 27.142857 | 22.70575 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.885714 | false | false | 9 |
6b40ac0464edb62e7e06955511300545c018a001 | 10,445,360,479,768 | 62c401553d2d9590679e0406340610f5ddb7dadb | /src/main/java/com/entities/Product.java | 23ac6557cd190d47e654a7b7dcdc14c1702c0f70 | [] | no_license | BenRub/openu_workshop_client | https://github.com/BenRub/openu_workshop_client | e1fa5ddcbf0db2b216bd3c269fe67eeecbaa5f9f | fb5f56e55ee37121e95772593efafc56ee3917d2 | refs/heads/master | 2020-03-27T00:31:47.111000 | 2018-09-12T21:46:10 | 2018-09-12T21:46:10 | 145,630,572 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package com.entities;
public class Product extends EntityWithId {
public String name;
public String getName() { return name; }
public void setName(String name) { this.name = name; }
public String imageUrl;
public String getImageUrl() { return imageUrl; }
public vo... | UTF-8 | Java | 1,414 | java | Product.java | Java | [] | null | [] |
package com.entities;
public class Product extends EntityWithId {
public String name;
public String getName() { return name; }
public void setName(String name) { this.name = name; }
public String imageUrl;
public String getImageUrl() { return imageUrl; }
public vo... | 1,414 | 0.649929 | 0.649929 | 37 | 36.162163 | 28.27425 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.675676 | false | false | 9 |
b1679bb3e51abb9559e36bb0757275b1db93a1d2 | 33,217,277,131,330 | f076d92da1308e8ab0d0ee16733435b867e9119e | /src/main/java/com/example/springatm/service/impl/AtmServiceImpl.java | 35108f18d06bb9ce3005de06bbce6221948f972a | [] | no_license | IvanKrivoruchkoHub/spring-atm | https://github.com/IvanKrivoruchkoHub/spring-atm | 67ee399992c992b63b18d95405c8d01626e7c1b2 | 3a74381d448b85cfa71e479d8a2bb894d0e8dab0 | refs/heads/master | 2022-06-19T01:51:38.584000 | 2020-05-03T22:35:47 | 2020-05-03T22:35:47 | 256,308,093 | 0 | 0 | null | false | 2020-04-30T08:47:27 | 2020-04-16T19:18:19 | 2020-04-16T19:47:01 | 2020-04-30T08:47:26 | 81 | 0 | 0 | 0 | Java | false | false | package com.example.springatm.service.impl;
import com.example.springatm.entity.Atm;
import com.example.springatm.entity.BankAccount;
import com.example.springatm.entity.Banknote;
import com.example.springatm.repository.AtmRepository;
import com.example.springatm.service.AtmService;
import com.example.springatm.servic... | UTF-8 | Java | 3,862 | java | AtmServiceImpl.java | Java | [] | null | [] | package com.example.springatm.service.impl;
import com.example.springatm.entity.Atm;
import com.example.springatm.entity.BankAccount;
import com.example.springatm.entity.Banknote;
import com.example.springatm.repository.AtmRepository;
import com.example.springatm.service.AtmService;
import com.example.springatm.servic... | 3,862 | 0.638529 | 0.635422 | 100 | 37.619999 | 24.512764 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.59 | false | false | 9 |
b61e42b0ed446910afaa8d7aee56448da1542ffe | 30,794,915,527,095 | 661ae8b7f1970ee7f5b429fe20bf1031eb7274f8 | /bygovind/AnonymousInnerClass.java | 37b44740fc367883704c84f59794bfa5df992153 | [] | no_license | govindbarika/Java8-New-Features-Example | https://github.com/govindbarika/Java8-New-Features-Example | b1621a31655e1c34d2e33bb2bb61da1788499d23 | 640c493700a07a0146d9b86a6e53effe1ac7b4f2 | refs/heads/master | 2020-04-17T17:02:14.476000 | 2019-01-21T12:12:22 | 2019-01-21T12:12:22 | 166,767,332 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.demo.java8.newfeature.bygovind;
/*
abstract class Test{
}*/
interface Test{
void m1();
void m2();
void m3();
}
public class AnonymousInnerClass {
Test t = new Test(){
public void m1(){};
public void m2(){};
public void m3(){};
};
}
| UTF-8 | Java | 287 | java | AnonymousInnerClass.java | Java | [] | null | [] | package com.example.demo.java8.newfeature.bygovind;
/*
abstract class Test{
}*/
interface Test{
void m1();
void m2();
void m3();
}
public class AnonymousInnerClass {
Test t = new Test(){
public void m1(){};
public void m2(){};
public void m3(){};
};
}
| 287 | 0.592335 | 0.567944 | 17 | 15.764706 | 13.193267 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.470588 | false | false | 9 |
b42be06a5ad7881fbff8c313c92d643cb3911971 | 17,033,840,352,397 | cf0b2e2fcd3838e470cb4c205dda8cc05ac11628 | /hotils-inject/src/main/java/org/hotilsframework/inject/Provider.java | b8ce0b1fc4f721992dbcbb1d35186514f858f27d | [] | no_license | hireny/hotils | https://github.com/hireny/hotils | b216b2991c7f3ad6447dbcc8433a9a771e8be1e3 | 0b59a3853d5e636a4a499cca8e7799d540ece62b | refs/heads/master | 2021-09-10T02:05:54.275000 | 2021-08-26T14:44:08 | 2021-08-26T14:44:08 | 225,169,822 | 0 | 0 | null | false | 2020-10-13T20:59:23 | 2019-12-01T13:54:30 | 2020-10-01T14:46:35 | 2020-10-13T20:59:22 | 1,962 | 0 | 0 | 2 | Java | false | false | package org.hotilsframework.inject;
import org.hotilsframework.core.factory.ObjectProvider;
import java.util.function.Supplier;
/**
* Bean的提供者
* @author hireny
* @className Provider
* @create 2020-05-12 21:54
*/
public interface Provider<T> extends javax.inject.Provider<T>, Supplier<T>, ObjectProvider {
/*... | UTF-8 | Java | 418 | java | Provider.java | Java | [
{
"context": "til.function.Supplier;\n\n/**\n * Bean的提供者\n * @author hireny\n * @className Provider\n * @create 2020-05-12 21:5",
"end": 165,
"score": 0.9996463656425476,
"start": 159,
"tag": "USERNAME",
"value": "hireny"
}
] | null | [] | package org.hotilsframework.inject;
import org.hotilsframework.core.factory.ObjectProvider;
import java.util.function.Supplier;
/**
* Bean的提供者
* @author hireny
* @className Provider
* @create 2020-05-12 21:54
*/
public interface Provider<T> extends javax.inject.Provider<T>, Supplier<T>, ObjectProvider {
/*... | 418 | 0.682741 | 0.652284 | 21 | 17.761906 | 21.738499 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 9 |
fad2cf3b71bd2576693b5e30379ef3be3e2ddea6 | 24,790,551,280,241 | f3cb5d7bab5a0249e4f723672b7344801ebdfa50 | /src/main/java/com/cloudesire/vies_client/ViesVatRegistration.java | d4d0c05284eb2b3918a139fbfa23434bd1a9ae76 | [] | no_license | ClouDesire/vies-client | https://github.com/ClouDesire/vies-client | 24bdedd2e28e93c481c045843fd4a1c5e41d2c21 | 1fb0fd2062c21680aa2d3a3176241b6ead8bde8d | refs/heads/master | 2021-01-13T12:08:21.186000 | 2016-02-19T17:07:45 | 2016-02-19T17:07:45 | 38,247,576 | 1 | 0 | null | true | 2015-06-29T12:54:20 | 2015-06-29T12:54:20 | 2014-07-15T08:51:41 | 2014-03-28T13:17:14 | 172 | 0 | 0 | 0 | null | null | null | package com.cloudesire.vies_client;
import java.io.Serializable;
import java.util.Date;
public class ViesVatRegistration implements Serializable
{
private String country;
private String vatNumber;
private Date requestDate;
private String name;
private String address;
public String getCountry(... | UTF-8 | Java | 1,342 | java | ViesVatRegistration.java | Java | [] | null | [] | package com.cloudesire.vies_client;
import java.io.Serializable;
import java.util.Date;
public class ViesVatRegistration implements Serializable
{
private String country;
private String vatNumber;
private Date requestDate;
private String name;
private String address;
public String getCountry(... | 1,342 | 0.594635 | 0.594635 | 70 | 18.171429 | 20.213837 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.328571 | false | false | 9 |
73cef5fb8cb9662486539e7d7f265378d51f85dc | 7,095,285,988,676 | 1f793092ff3ba9fce49e1955ed2e808127b59ba0 | /code01-code/src/day03/demo02method.java | 0b4498b90a36ce3f9cc7daa56a9374497769aaff | [] | no_license | haobye/Java_basic | https://github.com/haobye/Java_basic | 3fa50e3f8cff71fa0f0ef2c73475980830becca1 | d16fe01943429b445e612d9dcf6e2cfefeffaeeb | refs/heads/master | 2021-04-13T19:12:38.489000 | 2020-03-23T01:34:11 | 2020-03-23T01:34:11 | 249,181,069 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package day03;
/*
目标:使用方法的格式输出一个矩形
1.使用for循环先实现结果
2.注意方法的格式
*/
/*
public class demo02method {
public static void main(String[] args) { //快捷方式 psvm
for (int j = 0; j < 5; j++) { //快捷输出方式 5.forj
for (int i = 0; i < 10; i++) {
System.out.print("*... | UTF-8 | Java | 1,075 | java | demo02method.java | Java | [] | null | [] | package day03;
/*
目标:使用方法的格式输出一个矩形
1.使用for循环先实现结果
2.注意方法的格式
*/
/*
public class demo02method {
public static void main(String[] args) { //快捷方式 psvm
for (int j = 0; j < 5; j++) { //快捷输出方式 5.forj
for (int i = 0; i < 10; i++) {
System.out.print("*... | 1,075 | 0.439135 | 0.411832 | 34 | 23.735294 | 22.991442 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.411765 | false | false | 9 |
e6fe72a8d1426ad55475841eec55a1ac89b7cd3f | 22,127,671,550,848 | d4cfeee2fde0d649770a4435125a9e8431234dcc | /care-reporting/care-reporting-frontend/src/test/java/org/motechproject/carereporting/web/chart/builder/GridBuilderTest.java | 797bde3080cc81bc53bffab252a10d1b97e52212 | [] | no_license | motech-implementations/ananya-care | https://github.com/motech-implementations/ananya-care | 1e3f39081556942546fa8ce9a11cf8b912c63b7b | 683fc3c46a27eaa298f62b8f679f216d2e48997b | refs/heads/master | 2021-01-23T13:59:11.897000 | 2014-09-24T13:39:06 | 2014-09-24T13:39:06 | 16,590,803 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.motechproject.carereporting.web.chart.builder;
import org.junit.Test;
import java.util.Map;
import static org.junit.Assert.assertEquals;
@SuppressWarnings("unchecked")
public class GridBuilderTest {
private static final String PARAM_VERTICAL_LINES = "verticalLines";
private static final String ... | UTF-8 | Java | 1,413 | java | GridBuilderTest.java | Java | [] | null | [] | package org.motechproject.carereporting.web.chart.builder;
import org.junit.Test;
import java.util.Map;
import static org.junit.Assert.assertEquals;
@SuppressWarnings("unchecked")
public class GridBuilderTest {
private static final String PARAM_VERTICAL_LINES = "verticalLines";
private static final String ... | 1,413 | 0.70913 | 0.70913 | 47 | 29.063829 | 29.182043 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.617021 | false | false | 9 |
9e4534b1cae05085b9e0cc1271218cf40b35e76f | 34,900,904,258,618 | 58c7986241e1f4142c3b3ee3e4cd90e2c519c231 | /app/src/main/java/viewdemo/tumour/com/a51ehealth/view/cache/CacheProviderUtils.java | 9547263031cfc01e2b1163ac6c3b2232599a9408 | [] | no_license | XiFanYin/View | https://github.com/XiFanYin/View | 931ed879e2b8ec3b389873fb962b2044a3659159 | b9ce40a0fefbdf19a22532f0df6965aefd8a1049 | refs/heads/master | 2021-05-04T15:54:10.392000 | 2020-12-02T03:15:20 | 2020-12-02T03:15:20 | 120,241,256 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package viewdemo.tumour.com.a51ehealth.view.cache;
import io.rx_cache2.internal.RxCache;
import io.victoralbertos.jolyglot.GsonSpeaker;
import viewdemo.tumour.com.a51ehealth.view.app.App;
import viewdemo.tumour.com.a51ehealth.view.net.RetrofitUtil;
/**
* Created by Administrator on 2018/2/7.
*/
public class CacheP... | UTF-8 | Java | 1,308 | java | CacheProviderUtils.java | Java | [
{
"context": "1ehealth.view.net.RetrofitUtil;\n\n/**\n * Created by Administrator on 2018/2/7.\n */\n\npublic class CacheProviderUtils",
"end": 282,
"score": 0.956486165523529,
"start": 269,
"tag": "USERNAME",
"value": "Administrator"
}
] | null | [] | package viewdemo.tumour.com.a51ehealth.view.cache;
import io.rx_cache2.internal.RxCache;
import io.victoralbertos.jolyglot.GsonSpeaker;
import viewdemo.tumour.com.a51ehealth.view.app.App;
import viewdemo.tumour.com.a51ehealth.view.net.RetrofitUtil;
/**
* Created by Administrator on 2018/2/7.
*/
public class CacheP... | 1,308 | 0.668919 | 0.657939 | 48 | 23.666666 | 23.791922 | 84 | true | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3125 | false | false | 9 |
58ec798e7ab6b57a266a68945d6608ca1a62c898 | 15,015,205,695,538 | aac3003e93ba84b683273d04b49f68e2880a16fd | /app/src/main/java/com/example/mappe2_s188886_s344046/restauranter/AlleRestauranterActivity.java | b9292db83fdbdc2a62cfd838fadd826e1c1b2c0b | [] | no_license | oyvind0402/Restaurant-Ordering-App-Android | https://github.com/oyvind0402/Restaurant-Ordering-App-Android | 2b529d33778bb84cf149227d6a54588d34dd16d0 | 8d9e3134339158ae4e086ccbe61f037dad7fc192 | refs/heads/master | 2023-08-22T00:59:01.936000 | 2021-10-31T14:08:42 | 2021-10-31T14:08:42 | 418,572,866 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.mappe2_s188886_s344046.restauranter;
import android.content.Intent;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuInflater;
import android.view.MenuItem;
import android.view.View;
import android.widget.ArrayAdapter;
import android.widget.Button;
import android.widget.L... | UTF-8 | Java | 6,223 | java | AlleRestauranterActivity.java | Java | [] | null | [] | package com.example.mappe2_s188886_s344046.restauranter;
import android.content.Intent;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuInflater;
import android.view.MenuItem;
import android.view.View;
import android.widget.ArrayAdapter;
import android.widget.Button;
import android.widget.L... | 6,223 | 0.665594 | 0.654168 | 152 | 39.88158 | 34.157516 | 216 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.796053 | false | false | 9 |
ffb1bae04bced7edc912f8bf1e923f3d802b66f0 | 16,999,480,610,335 | e5efd72854264e01c50a07c73369c9a27b617807 | /android-mvc/codebase/eclipse/src/com/mastergaurav/android/app/view/HomeActivity.java | 427a5bbe521c28555a056d863033934cb24b96c7 | [
"Apache-2.0"
] | permissive | gotomypc/Android-MVC | https://github.com/gotomypc/Android-MVC | 24385067f35f2032409108ab0f95ecd6b61bd867 | 5b13892120ec11ce23fe6ed58e580388dabab1eb | refs/heads/master | 2021-01-13T02:23:55.770000 | 2021-01-04T06:46:43 | 2021-01-04T06:46:43 | 3,939,003 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mastergaurav.android.app.view;
import java.util.List;
import android.os.Bundle;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.Button;
import android.widget.ListView;
import com.mastergaurav.android.R;
import com.mastergaurav.android.app.common.Collec... | UTF-8 | Java | 1,731 | java | HomeActivity.java | Java | [] | null | [] | package com.mastergaurav.android.app.view;
import java.util.List;
import android.os.Bundle;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.Button;
import android.widget.ListView;
import com.mastergaurav.android.R;
import com.mastergaurav.android.app.common.Collec... | 1,731 | 0.71115 | 0.701906 | 60 | 26.85 | 27.031355 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.766667 | false | false | 9 |
429d3b9ab6d68d85e0b55fa7a4791668d30e33d0 | 1,279,900,302,348 | 473b76b1043df2f09214f8c335d4359d3a8151e0 | /benchmark/bigclonebenchdata_completed/18417069.java | 31c9ff26ad4ee3d8a70ad46834a7c6c89be9a941 | [] | no_license | whatafree/JCoffee | https://github.com/whatafree/JCoffee | 08dc47f79f8369af32e755de01c52d9a8479d44c | fa7194635a5bd48259d325e5b0a190780a53c55f | refs/heads/master | 2022-11-16T01:58:04.254000 | 2020-07-13T20:11:17 | 2020-07-13T20:11:17 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
class c18417069 {
public static int getUrl(final String s) {
try {
final URL url = new URL(s);
final BufferedReader reader = new BufferedReader(new InputStreamReader(url.openStream()));
int count = 0;
String data = null;
while ((data =(String)(... | UTF-8 | Java | 995 | java | 18417069.java | Java | [] | null | [] |
class c18417069 {
public static int getUrl(final String s) {
try {
final URL url = new URL(s);
final BufferedReader reader = new BufferedReader(new InputStreamReader(url.openStream()));
int count = 0;
String data = null;
while ((data =(String)(... | 995 | 0.603015 | 0.58995 | 41 | 23.195122 | 23.840137 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.414634 | false | false | 9 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.