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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
744bc4d70e89c5a76d28ca9c4ca9b1a36ae7572c | 31,499,290,174,355 | add6b9d151eab335ea40bd6294f855a1dfa53758 | /src/main/java/com/moloko/javacore/module1_3/lambda/ConstructorRefDemo3.java | d31c5023bb106ee4ad43ae06ebf22ed69e9df7de | [] | no_license | jmoloko/JavaCore | https://github.com/jmoloko/JavaCore | b0672b776b7d44f50b3eaa52c4dca18f53ab6e82 | f91d87834e16bae1038cbf0fdeb0a01450da1620 | refs/heads/main | 2023-07-12T11:35:27.654000 | 2021-08-19T05:33:59 | 2021-08-19T05:33:59 | 372,045,048 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package main.java.com.moloko.javacore.module1_3.lambda;
/**
* @author Jack Milk
*/
// Реализовать простую фабрику классов, используя ссылку на конструктор
interface TestFunc<R, T> {
R func(T n);
}
// Простой обобщенный класс
class EasyClass<T> {
private T val;
// Конструктор с одним аргументом
pu... | UTF-8 | Java | 2,324 | java | ConstructorRefDemo3.java | Java | [
{
"context": ".moloko.javacore.module1_3.lambda;\n\n/**\n * @author Jack Milk\n */\n\n// Реализовать простую фабрику классов, испо",
"end": 81,
"score": 0.9997575879096985,
"start": 72,
"tag": "NAME",
"value": "Jack Milk"
}
] | null | [] | package main.java.com.moloko.javacore.module1_3.lambda;
/**
* @author <NAME>
*/
// Реализовать простую фабрику классов, используя ссылку на конструктор
interface TestFunc<R, T> {
R func(T n);
}
// Простой обобщенный класс
class EasyClass<T> {
private T val;
// Конструктор с одним аргументом
publi... | 2,321 | 0.650244 | 0.639415 | 75 | 23.626667 | 25.740124 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.386667 | false | false | 4 |
3d076d8d511b1aa6e83f3b5ed8585a107e4b8ea3 | 20,160,576,512,278 | 27a71c53ca280b9de14f20e7c25c81d5b7062ece | /srinivas/Expression Evaluation/Main.java | 81ef9105bf2d853af70c14af4abe4a435194dcb6 | [] | no_license | PraveenRavipati/JavaTraining2014 | https://github.com/PraveenRavipati/JavaTraining2014 | 2cffb51a21b6a0f5775a250d4fbd40f78863f4b6 | c16b34262fbf5a3aac6b69690dd766eabb9a0a9d | refs/heads/master | 2021-01-15T12:50:26.315000 | 2014-09-04T06:48:12 | 2014-09-04T06:48:12 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.exp;
import java.util.Scanner;
import java.util.Stack;
public class Main{
static Stack<Character> opr = new Stack<Character>();
static Stack<Integer> oprd = new Stack<Integer>();
public static void main(String[] args) throws Exception{
Scanner s = new Scanner(System.in);
System.out.println("Ene... | UTF-8 | Java | 1,564 | java | Main.java | Java | [] | null | [] | package com.exp;
import java.util.Scanner;
import java.util.Stack;
public class Main{
static Stack<Character> opr = new Stack<Character>();
static Stack<Integer> oprd = new Stack<Integer>();
public static void main(String[] args) throws Exception{
Scanner s = new Scanner(System.in);
System.out.println("Ene... | 1,564 | 0.547315 | 0.537724 | 116 | 12.482759 | 15.622421 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.137931 | false | false | 4 |
df273079baa6b5336d8a05a092a6431600d02f54 | 2,619,930,078,240 | c0a4ee1b0558c06d7aeafcfbb2b77d677898dbba | /src/modificacionHistoricos/F_Modificar_Visitantes.java | 0afdd0c91b2106bf51ab0bbc3cafddef7d794023 | [] | no_license | daniunizar/ProyectoFinal | https://github.com/daniunizar/ProyectoFinal | ddcf90382621b0fb21648c54b8fdffffd54e489a | baae49cc29ca76cb50d77f97b673475e1b371b54 | refs/heads/master | 2022-10-10T20:27:31.722000 | 2020-06-05T09:47:59 | 2020-06-05T09:47:59 | 269,311,489 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package modificacionHistoricos;
import Programa.F_Base;
import registros.Registro_Visitante;
import historicos.F_Historico_Visitantes;... | UTF-8 | Java | 23,439 | java | F_Modificar_Visitantes.java | Java | [
{
"context": "ndo la subsanación de posibles errores.\n * @author Daniel Marcos Muñoz\n */\npublic class F_Modificar_Visitantes extends j",
"end": 887,
"score": 0.9996366500854492,
"start": 868,
"tag": "NAME",
"value": "Daniel Marcos Muñoz"
}
] | null | [] | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package modificacionHistoricos;
import Programa.F_Base;
import registros.Registro_Visitante;
import historicos.F_Historico_Visitantes;... | 23,425 | 0.652172 | 0.646064 | 493 | 46.486816 | 35.508568 | 217 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.780933 | false | false | 4 |
29b28bb55353d340fbe53785a77a779ca3fc908f | 18,803,366,856,605 | 8d9aed6176012ae7fcfc2010b69eb4999ce8839b | /guice/src/main/java/com/singking/example2/creditcards/MasterCard.java | 46ed08cbf3b1fea47346439c4649f7baeb855f49 | [] | no_license | singking/test-sandbox | https://github.com/singking/test-sandbox | dced5615f4e68b74a1d29e433558dbd8984af5c2 | 6899606a01b0a74cb1044f94f60a28c0163beee5 | refs/heads/master | 2022-12-21T20:59:28.484000 | 2021-02-13T20:21:12 | 2021-02-13T20:21:12 | 46,282,390 | 0 | 0 | null | false | 2022-12-09T22:33:39 | 2015-11-16T15:11:27 | 2021-02-13T20:21:15 | 2022-12-09T22:33:36 | 215 | 0 | 0 | 9 | Java | false | false | package guice.example2.creditcards;
import java.math.BigDecimal;
public class MasterCard extends CreditCard {
BigDecimal balance = BigDecimal.valueOf(100.10);
public BigDecimal balance() {
return balance;
}
public String getAccountNo() {
return accountNo;
}
public boolean getAuthorisation() {
// TODO A... | UTF-8 | Java | 367 | java | MasterCard.java | Java | [] | null | [] | package guice.example2.creditcards;
import java.math.BigDecimal;
public class MasterCard extends CreditCard {
BigDecimal balance = BigDecimal.valueOf(100.10);
public BigDecimal balance() {
return balance;
}
public String getAccountNo() {
return accountNo;
}
public boolean getAuthorisation() {
// TODO A... | 367 | 0.746594 | 0.730245 | 20 | 17.35 | 16.832335 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.05 | false | false | 4 |
eafe4cafd04de6989d95ecba24ec61d227c77a7f | 5,609,227,308,658 | 2d8636a3b702c1ada27cadbd00bc2ec9ea6f1d22 | /src/main/java/jungjin/board/repository/BoardMasterRepository.java | 1c255a98e82dc927ea0d1dbdc2c28139f746d861 | [] | no_license | urosaria/m2_old | https://github.com/urosaria/m2_old | e0868d9f312de4432c8ec34d8ed2f1472255663c | 8c9324b4a12fa5e3d8468025581df5da03445311 | refs/heads/master | 2022-05-06T14:20:47.871000 | 2018-01-17T16:12:17 | 2018-01-17T16:12:17 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package jungjin.board.repository;
import jungjin.board.domain.BoardMaster;
import org.springframework.data.jpa.repository.JpaRepository;
public interface BoardMasterRepository extends JpaRepository<BoardMaster, Integer> {
}
| UTF-8 | Java | 227 | java | BoardMasterRepository.java | Java | [] | null | [] | package jungjin.board.repository;
import jungjin.board.domain.BoardMaster;
import org.springframework.data.jpa.repository.JpaRepository;
public interface BoardMasterRepository extends JpaRepository<BoardMaster, Integer> {
}
| 227 | 0.845815 | 0.845815 | 8 | 27.375 | 30.561157 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 4 |
a5244fccc83d964d58759a9c263c112a7f7118fd | 28,381,143,907,077 | f82fb2ee8ca2a6bf518e7085c53fd816cd2228cf | /src/com/hareesh/vo/PersonInfo.java | 47e95f96a5cd1e5876e20f8941075e092b0f3ceb | [] | no_license | harsha425/BasicProject | https://github.com/harsha425/BasicProject | ea8304b1895c68f4de3a9bf92ea3fbe89463f773 | 267dfd1def7d589ce7087aa2f5e31821d9540b0b | refs/heads/master | 2021-01-20T02:30:15.261000 | 2017-04-29T21:28:18 | 2017-04-29T21:28:18 | 89,415,726 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hareesh.vo;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Date;
import java.util.HashSet;
import java.util.Set;
import javax.persistence.AttributeOverride;
import javax.persistence.AttributeOverrides;
import javax.persistence.Column;
import javax.persistence.ElementColle... | UTF-8 | Java | 2,757 | java | PersonInfo.java | Java | [] | null | [] | package com.hareesh.vo;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Date;
import java.util.HashSet;
import java.util.Set;
import javax.persistence.AttributeOverride;
import javax.persistence.AttributeOverrides;
import javax.persistence.Column;
import javax.persistence.ElementColle... | 2,757 | 0.723613 | 0.723613 | 117 | 21.564102 | 13.782427 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.470086 | false | false | 4 |
13df89b321780b20153eef66bbebc495d50bb7b1 | 34,239,479,289,669 | 47bb604806a33a7c2c6814e8a9e37530ebfd3e18 | /src/main/java/seedu/address/logic/commands/tagcommands/TagDeleteCommand.java | 2009289447541a78c6b13cdab661eb8a972ea533 | [
"MIT"
] | permissive | AY2021S1-CS2103T-T17-4/tp | https://github.com/AY2021S1-CS2103T-T17-4/tp | f2ffc387ce0ee671d4508ef91c374ef663560d38 | f262ec2cdb3a59e817862b9f00e3c252bafcdb55 | refs/heads/master | 2023-01-05T21:01:43.544000 | 2020-11-09T15:19:26 | 2020-11-09T15:19:26 | 294,891,979 | 0 | 5 | NOASSERTION | true | 2020-11-09T15:19:28 | 2020-09-12T07:18:12 | 2020-11-09T14:41:41 | 2020-11-09T15:19:27 | 35,121 | 0 | 5 | 0 | Java | false | false | package seedu.address.logic.commands.tagcommands;
import static java.util.Objects.requireNonNull;
import static seedu.address.model.Model.PREDICATE_SHOW_ALL_PERSONS;
import static seedu.address.model.Model.PREDICATE_SHOW_ALL_TAGS;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
import seedu.ad... | UTF-8 | Java | 3,016 | java | TagDeleteCommand.java | Java | [] | null | [] | package seedu.address.logic.commands.tagcommands;
import static java.util.Objects.requireNonNull;
import static seedu.address.model.Model.PREDICATE_SHOW_ALL_PERSONS;
import static seedu.address.model.Model.PREDICATE_SHOW_ALL_TAGS;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
import seedu.ad... | 3,016 | 0.686008 | 0.685013 | 78 | 37.666668 | 29.392859 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.551282 | false | false | 4 |
d85bc8197a1d90b7341f65fbb1d52e61d1395afa | 32,014,686,254,823 | b3c120501f3a5d68dee9efc84b0ad2a3f3b106c9 | /app/src/main/java/com/homFood/adapter/ActiveAdapter.java | ff60e7044baf03c4f4358645b857d995382272c7 | [] | no_license | mg120/HomeFood | https://github.com/mg120/HomeFood | 99ea6048b8ae228ce1b27ec38f064fde296d9501 | 3281d48d03739cb2d2f11bae3a94f9d0a23eca35 | refs/heads/master | 2020-04-20T13:45:43.454000 | 2019-02-09T23:46:40 | 2019-02-09T23:46:40 | 168,877,855 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.homFood.adapter;
import android.app.Dialog;
import android.content.Context;
import android.content.Intent;
import android.graphics.Color;
import android.graphics.drawable.ColorDrawable;
import android.os.Handler;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import andr... | UTF-8 | Java | 11,983 | java | ActiveAdapter.java | Java | [
{
"context": "import es.dmoral.toasty.Toasty;\n\n/**\n * Created by Ma7MouD on 8/8/2018.\n */\n\npublic class ActiveAdapter exte",
"end": 1220,
"score": 0.9997134208679199,
"start": 1213,
"tag": "USERNAME",
"value": "Ma7MouD"
}
] | null | [] | package com.homFood.adapter;
import android.app.Dialog;
import android.content.Context;
import android.content.Intent;
import android.graphics.Color;
import android.graphics.drawable.ColorDrawable;
import android.os.Handler;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import andr... | 11,983 | 0.595131 | 0.591835 | 266 | 43.477444 | 29.875076 | 184 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.736842 | false | false | 4 |
a619eb8ddceed3b5141836f2657e5c81b3a3e07a | 21,062,519,632,696 | 0263231e62743ad966090ca0f3da83baf7345946 | /app/src/main/java/com/dwaynedevelopment/passtimes/utils/ValidationUtils.java | 747ff7e34a2e5eb620addf45bf414395fdc42a08 | [] | no_license | dwaynedevelopment/Android-Passtimes | https://github.com/dwaynedevelopment/Android-Passtimes | 90aed6134cb6bcb0032c9a7780dafce46895c3a4 | 80c9800d0b42da93b2f9aacd5826121954ede370 | refs/heads/master | 2020-03-30T00:30:49.563000 | 2018-11-19T02:55:03 | 2018-11-19T02:55:03 | 150,527,581 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.dwaynedevelopment.passtimes.utils;
import android.content.Context;
import android.graphics.drawable.Drawable;
import android.support.design.widget.TextInputEditText;
import android.support.v4.content.ContextCompat;
import android.text.TextUtils;
import android.util.Patterns;
import com.dwaynedevelopment.p... | UTF-8 | Java | 6,958 | java | ValidationUtils.java | Java | [] | null | [] | package com.dwaynedevelopment.passtimes.utils;
import android.content.Context;
import android.graphics.drawable.Drawable;
import android.support.design.widget.TextInputEditText;
import android.support.v4.content.ContextCompat;
import android.text.TextUtils;
import android.util.Patterns;
import com.dwaynedevelopment.p... | 6,958 | 0.704369 | 0.703076 | 162 | 41.950619 | 43.415138 | 258 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.771605 | false | false | 4 |
9235724be33649941f0c5eb7e3197c0204e095f7 | 14,869,176,791,640 | addc81a42b10738e2bb1d2ffb6c084d4ea60baab | /src/created/ParseTree/SabiSabi/ss_comparison.java | 9e88f62f8883402a4190520dc2e931cceed00521 | [] | no_license | Vandenn/ConyoNetbeans | https://github.com/Vandenn/ConyoNetbeans | dd0dd0204569485a8e2ace780a9de3798bf95386 | 34fd157ffdbd432a8c06d174817f1d9d82d1977d | refs/heads/master | 2021-01-02T08:51:49.043000 | 2014-12-10T15:27:53 | 2014-12-10T15:27:53 | 26,482,480 | 0 | 1 | null | false | 2014-11-17T05:06:29 | 2014-11-11T11:40:32 | 2014-11-11T12:41:18 | 2014-11-17T05:05:46 | 1,083 | 0 | 2 | 0 | Java | null | null | package created.ParseTree.SabiSabi;
import created.ParseTree.Array.*;
import created.ParseTree.Arte.*;
import created.ParseTree.Literals.*;
import created.ParseTree.Program.*;
import created.ParseTree.Utos.*;
import created.ParseTree.Yaya.*;
import created.Sym.*;
import error.*;
public abstract class ss_comparison ex... | UTF-8 | Java | 9,478 | java | ss_comparison.java | Java | [] | null | [] | package created.ParseTree.SabiSabi;
import created.ParseTree.Array.*;
import created.ParseTree.Arte.*;
import created.ParseTree.Literals.*;
import created.ParseTree.Program.*;
import created.ParseTree.Utos.*;
import created.ParseTree.Yaya.*;
import created.Sym.*;
import error.*;
public abstract class ss_comparison ex... | 9,478 | 0.401984 | 0.389745 | 262 | 35.175571 | 25.150534 | 141 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.374046 | false | false | 4 |
3c465c5b5df2a5a302ba479e63b7d5b73c335af0 | 19,155,554,188,063 | 6ae8d0510d521a0a1ec2f32e8a77a8acd8de6f41 | /app/src/main/java/com/youfan/app/android/data/SignUpResponse.java | cb7746a1d52ad6cc262f347eb86940841ae077e4 | [] | no_license | chuning/Youfan | https://github.com/chuning/Youfan | a57df7bfc89e45bd9a2272f0111b403a633188ad | 2816a52470f1ed324e5c80b50f1de525e6ff4555 | refs/heads/master | 2021-03-30T17:16:35.902000 | 2016-04-17T16:39:45 | 2017-07-15T03:42:17 | 56,419,140 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.youfan.app.android.data;
/**
* Created by chuluo on 2/28/16.
*/
public class SignUpResponse {
public String token;
public UserInfo user;
}
| UTF-8 | Java | 156 | java | SignUpResponse.java | Java | [
{
"context": "ge com.youfan.app.android.data;\n\n/**\n * Created by chuluo on 2/28/16.\n */\npublic class SignUpResponse {\n\tpu",
"end": 62,
"score": 0.9995245933532715,
"start": 56,
"tag": "USERNAME",
"value": "chuluo"
}
] | null | [] | package com.youfan.app.android.data;
/**
* Created by chuluo on 2/28/16.
*/
public class SignUpResponse {
public String token;
public UserInfo user;
}
| 156 | 0.717949 | 0.685897 | 9 | 16.333334 | 13.759845 | 36 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.555556 | false | false | 4 |
9362c510eca686df152ee3f32aed54e9e90e28aa | 30,648,886,694,068 | c29bc8a0f317ec08243b31b07d7ce353ef68f123 | /Board.java | 2c52b02dcd12db6cb15fd864ee7c2addef68df6f | [] | no_license | abs25/AtomicGames2016 | https://github.com/abs25/AtomicGames2016 | 96721abadbed8fcfffc650445029a1c727862852 | 4427c4395b24c738ff5eba4c8683b52b1bf655a7 | refs/heads/master | 2021-01-11T03:10:04.660000 | 2016-10-22T20:28:22 | 2016-10-22T20:28:22 | 71,084,794 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class Board
{
private String[][] boardArray = new String[7][7];
public Board(board)
}
| UTF-8 | Java | 99 | java | Board.java | Java | [] | null | [] | public class Board
{
private String[][] boardArray = new String[7][7];
public Board(board)
}
| 99 | 0.666667 | 0.646465 | 7 | 13.142858 | 17.561554 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.142857 | false | false | 4 |
0bc5e1cff245e34574cf0e9eacec3f2bcf95a08f | 25,331,717,178,244 | 4b837783d18d9ae376a532b1f3d8300bd46086de | /chapi-map/chapi-map-core/src/main/java/org/chapi/map/Mapper.java | b235d285a281ca7f374523a727f1d68b1a52195d | [] | no_license | mattnathan/chapi | https://github.com/mattnathan/chapi | 08fe96eab969a19770f8485736ffd9554e429770 | 14c43c58f5d81827ede413f0ef2e5157e399fff4 | refs/heads/master | 2016-09-10T08:31:29.426000 | 2014-01-12T15:33:34 | 2014-01-12T15:33:34 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.chapi.map;
import org.chapi.map.mapper.DataOriginMappingBuilder;
/**
* Created by Matt on 07/11/13.
*/
public interface Mapper {
DataOriginMappingBuilder map(String path);
void addError(String message, Object... args);
}
| UTF-8 | Java | 243 | java | Mapper.java | Java | [
{
"context": "apper.DataOriginMappingBuilder;\n\n/**\n * Created by Matt on 07/11/13.\n */\npublic interface Mapper {\n\n Dat",
"end": 101,
"score": 0.999630331993103,
"start": 97,
"tag": "NAME",
"value": "Matt"
}
] | null | [] | package org.chapi.map;
import org.chapi.map.mapper.DataOriginMappingBuilder;
/**
* Created by Matt on 07/11/13.
*/
public interface Mapper {
DataOriginMappingBuilder map(String path);
void addError(String message, Object... args);
}
| 243 | 0.736625 | 0.711934 | 13 | 17.692308 | 19.746021 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.384615 | false | false | 4 |
e586dc2b3de84cfa8ac67e9d910e8dc3fc20c1b9 | 31,722,628,479,572 | 65f2bce0d8d5f18568b5a445375624972b0c65cd | /src/com/vtc/java2certificate/chapter5/VarArgsTest.java | bf697b946927284f2c363beaf1e3125b6b757df9 | [] | no_license | rekharokkam/CoreJava | https://github.com/rekharokkam/CoreJava | f0e585a097fa1a2f6aad381d10225bf9cd481a3f | 1302f881ac15ce77d227c1a5651831b3c673e9af | refs/heads/master | 2021-01-20T18:44:48.121000 | 2018-09-11T19:14:31 | 2018-09-11T19:14:31 | 55,634,226 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.vtc.java2certificate.chapter5;
public class VarArgsTest
{
static void printVarArgs (int ... value)
{
System.out.println("VarArgs Length : " + value.length);
for (int i : value)
{
System.out.println(i);
}
}
static void printArrayArgs (int [] value)
{
System.out.println("Array Length : " + val... | UTF-8 | Java | 518 | java | VarArgsTest.java | Java | [] | null | [] | package com.vtc.java2certificate.chapter5;
public class VarArgsTest
{
static void printVarArgs (int ... value)
{
System.out.println("VarArgs Length : " + value.length);
for (int i : value)
{
System.out.println(i);
}
}
static void printArrayArgs (int [] value)
{
System.out.println("Array Length : " + val... | 518 | 0.638996 | 0.623552 | 30 | 16.266666 | 18.25182 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.466667 | false | false | 4 |
0a50b4bb3764b45ed9ead07cfbca70f2aab9d2f6 | 11,416,023,126,229 | c880312ef3e31cc4557569d12bb303a1a81e6837 | /AP CS/Lab16-Elevens Krista Roberts 3A/ThirteensBoard.java | c12f1f2f0a38650925aaf52d6190f6930e31d36f | [] | no_license | Kris-Rose/High-School-Classwork | https://github.com/Kris-Rose/High-School-Classwork | ec412113ae201cd560b37ffce16ed409562d534a | 6e3a1e41b7cd214633e56c211fad12ad42bd6a01 | refs/heads/master | 2022-10-14T13:30:09.269000 | 2020-06-14T20:57:42 | 2020-06-14T20:57:42 | 272,142,480 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.*;
public class ThirteensBoard extends Board
{
//The size (number of cards) on the board.
private static final int BOARD_SIZE = 10;
public ThirteensBoard() {
super();
}
public boolean isLegal(List<Integer> selectedCards) {
if(selectedCards.size... | UTF-8 | Java | 1,219 | java | ThirteensBoard.java | Java | [] | null | [] | import java.util.*;
public class ThirteensBoard extends Board
{
//The size (number of cards) on the board.
private static final int BOARD_SIZE = 10;
public ThirteensBoard() {
super();
}
public boolean isLegal(List<Integer> selectedCards) {
if(selectedCards.size... | 1,219 | 0.472518 | 0.463495 | 45 | 25.088888 | 16.250568 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.488889 | false | false | 4 |
8b249cc5c9a20a81eb3885cbf4538bce792ce2ce | 10,608,569,225,327 | f6cfb7ba5269d158a5218b230eb82701106b4e54 | /arouter-1.1.3/arouter-api/src/main/java/com/alibaba/android/arouter/facade/service/PathReplaceService.java | 8136d1a230fc263be73b2f692e821ff6d10a3c6e | [
"Apache-2.0"
] | permissive | enessubass/AndroidLife | https://github.com/enessubass/AndroidLife | 882e4ce81e42838b6d49693634ecba8960958256 | 7fc70d4e566c5af3bcb17ab0cc2367cd44b04201 | refs/heads/master | 2021-05-07T23:53:19.753000 | 2017-10-18T15:36:43 | 2017-10-18T15:36:43 | 107,517,376 | 1 | 0 | null | true | 2017-10-19T08:12:49 | 2017-10-19T08:12:49 | 2017-10-19T03:39:49 | 2017-10-18T15:36:55 | 64,000 | 0 | 0 | 0 | null | null | null | package com.alibaba.android.arouter.facade.service;
import android.net.Uri;
import com.alibaba.android.arouter.facade.template.IProvider;
/**
* Preprocess your path
*
* @author Alex <a href="mailto:zhilong.liu@aliyun.com">Contact me.</a>
* @version 1.0
* @since 2016/12/9 16:48
*
* 扩展了 IProvider 接口,作为 路由 Path 替... | UTF-8 | Java | 788 | java | PathReplaceService.java | Java | [
{
"context": "ovider;\n\n/**\n * Preprocess your path\n *\n * @author Alex <a href=\"mailto:zhilong.liu@aliyun.com\">Contact m",
"end": 186,
"score": 0.9990753531455994,
"start": 182,
"tag": "NAME",
"value": "Alex"
},
{
"context": "cess your path\n *\n * @author Alex <a href=\"mailto... | null | [] | package com.alibaba.android.arouter.facade.service;
import android.net.Uri;
import com.alibaba.android.arouter.facade.template.IProvider;
/**
* Preprocess your path
*
* @author Alex <a href="mailto:<EMAIL>">Contact me.</a>
* @version 1.0
* @since 2016/12/9 16:48
*
* 扩展了 IProvider 接口,作为 路由 Path 替换 的接口定义
* 扩展了 ... | 773 | 0.628986 | 0.610145 | 34 | 19.294117 | 19.047201 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.147059 | false | false | 4 |
974451d118b08d8cff2c99c82798180a80ccdf1f | 17,068,200,076,309 | 09a7fa80d420634848b5e6af7b59353afd8c726b | /src/main/java/org/myrobotlab/service/OakD.java | 99e9fdbfea3873f986415efcf6e9fe68d3f8ff2a | [
"Apache-2.0"
] | permissive | MyRobotLab/myrobotlab | https://github.com/MyRobotLab/myrobotlab | cf789956d9f97a98eead44faf7a8b61f70348dc3 | 0ecdc681b4928ab65649404779c095d352dd96b1 | refs/heads/develop | 2023-09-04T10:57:19.041000 | 2023-08-30T14:04:44 | 2023-08-30T14:04:44 | 18,051,302 | 213 | 114 | Apache-2.0 | false | 2023-09-07T14:14:58 | 2014-03-24T03:59:27 | 2023-08-30T19:00:09 | 2023-09-07T14:14:58 | 140,585 | 209 | 94 | 119 | Java | false | false | package org.myrobotlab.service;
import org.myrobotlab.framework.Service;
import org.myrobotlab.logging.Level;
import org.myrobotlab.logging.LoggerFactory;
import org.myrobotlab.logging.LoggingFactory;
import org.myrobotlab.service.config.ServiceConfig;
import org.slf4j.Logger;
/**
*
*
*
*
* @auth... | UTF-8 | Java | 891 | java | OakD.java | Java | [
{
"context": "slf4j.Logger;\r\n/**\r\n * \r\n * \r\n * \r\n * \r\n * @author GroG\r\n *\r\n */\r\npublic class OakD extends Service<Servi",
"end": 327,
"score": 0.9993423819541931,
"start": 323,
"tag": "USERNAME",
"value": "GroG"
}
] | null | [] | package org.myrobotlab.service;
import org.myrobotlab.framework.Service;
import org.myrobotlab.logging.Level;
import org.myrobotlab.logging.LoggerFactory;
import org.myrobotlab.logging.LoggingFactory;
import org.myrobotlab.service.config.ServiceConfig;
import org.slf4j.Logger;
/**
*
*
*
*
* @auth... | 891 | 0.650954 | 0.648709 | 41 | 19.731707 | 20.111912 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.512195 | false | false | 4 |
b8f4cc93013ccc2878a7a0a7e3850559193c976d | 14,508,399,545,038 | 63ff3dc1cebe6c565d7b46cd6101bccc6e4226f8 | /app/src/main/java/com/example/android/wednesday/fragments/AskNowFragment.java | 0bf9e6fc8f824483b770d3281a219ca56903f7a1 | [] | no_license | amritsinghcse/Zighway | https://github.com/amritsinghcse/Zighway | 07616d39d81f82414ef61642cc4dd2791f6e117a | ae9b770c787ef5c7609e4e61c45c21e0c236b0f2 | refs/heads/master | 2021-06-17T03:43:15.779000 | 2017-06-06T12:51:39 | 2017-06-06T12:51:39 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.android.wednesday.fragments;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.support.v7.view.ContextThemeWrapper;
import android.support.v7.widget.LinearLayou... | UTF-8 | Java | 10,193 | java | AskNowFragment.java | Java | [] | null | [] | package com.example.android.wednesday.fragments;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.support.v7.view.ContextThemeWrapper;
import android.support.v7.widget.LinearLayou... | 10,193 | 0.585107 | 0.584224 | 270 | 36.74815 | 29.679703 | 135 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.559259 | false | false | 4 |
c82cb5a011c4ddb499c44020b45f4c3f792dbdc0 | 10,213,432,252,972 | 5f867d89473c22d725354edd1665b807d27ebaee | /app/src/main/java/e/plass/acceuilwayfinding/model/NewCarViewAdapter.java | 782986a5005b8cdcfcb6dd967e93955e639da7ed | [] | no_license | rigole/Astel-Project | https://github.com/rigole/Astel-Project | 1a4a074a894366dafe9d0d8ed47448266546c9db | 682227fb8e01eeca1b66038401d0ac5c50bb474d | refs/heads/master | 2021-06-28T18:27:36.727000 | 2020-12-10T05:06:01 | 2020-12-10T05:06:01 | 195,021,186 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package e.plass.acceuilwayfinding.model;
import android.support.annotation.NonNull;
import android.support.v7.widget.RecyclerView;
import android.view.View;
import android.widget.Button;
import android.widget.ImageView;
import android.widget.TextView;
import e.plass.acceuilwayfinding.R;
public class NewCarViewAdapte... | UTF-8 | Java | 908 | java | NewCarViewAdapter.java | Java | [] | null | [] | package e.plass.acceuilwayfinding.model;
import android.support.annotation.NonNull;
import android.support.v7.widget.RecyclerView;
import android.view.View;
import android.widget.Button;
import android.widget.ImageView;
import android.widget.TextView;
import e.plass.acceuilwayfinding.R;
public class NewCarViewAdapte... | 908 | 0.761013 | 0.759912 | 25 | 35.32 | 22.901039 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.76 | false | false | 4 |
03d01b90392841ed5f56d106cc6d6d471bdd73b9 | 19,207,093,762,810 | c41d5da8be56fe58ae042a88fe39d4102477bdfe | /src/main/java/com/linghua/jihe/set/Demo2_LinkedHashSet.java | 8a1a183680036aeca2637cd111e33c67937a55cb | [] | no_license | yungegege/study | https://github.com/yungegege/study | e25a977c9e9feb9d3ee54fae75bc626e7362a101 | a5eb4bfc1b3f28c1ad8416b701fbd3ff3e47d285 | refs/heads/master | 2020-03-23T10:34:15.386000 | 2019-03-13T06:37:02 | 2019-03-13T06:37:02 | 141,450,107 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.linghua.jihe.set;
import java.util.LinkedHashSet;
public class Demo2_LinkedHashSet {
/**
* 元素唯一,存取顺序一致
* @param args
*/
public static void main(String[] args){
LinkedHashSet<String> hs = new LinkedHashSet<>();
boolean b1 = hs.add("a");
boolean b2 = hs.add("a... | UTF-8 | Java | 513 | java | Demo2_LinkedHashSet.java | Java | [] | null | [] | package com.linghua.jihe.set;
import java.util.LinkedHashSet;
public class Demo2_LinkedHashSet {
/**
* 元素唯一,存取顺序一致
* @param args
*/
public static void main(String[] args){
LinkedHashSet<String> hs = new LinkedHashSet<>();
boolean b1 = hs.add("a");
boolean b2 = hs.add("a... | 513 | 0.545825 | 0.535642 | 22 | 21.318182 | 15.211797 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 4 |
37980fabcccc2cb479da9e7681be9e17bb6160dc | 1,408,749,298,650 | 5e9c79e6c3dbcb56d42c1a575b97fa136e0d6132 | /Proto_DesAlgo_Proj/proto-desalgo/src/main/ulam/KnapsackCalc.java | 1663d71dc040e1c7cf794d2362c04848d509bb7a | [] | no_license | Der-Schneeprinz/E-Commerce-Site-Draft-2 | https://github.com/Der-Schneeprinz/E-Commerce-Site-Draft-2 | 93f467852825e47feba0abaa7edfeb4deec603a4 | 5bb14b0430a0c17293d04551adc5dea1a2613abc | refs/heads/main | 2023-06-22T03:03:07.085000 | 2021-07-12T08:28:02 | 2021-07-12T08:28:02 | 382,963,761 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package main.ulam;
public abstract class KnapsackCalc {
String title;
double[] prices;
double[] weight;
}
| UTF-8 | Java | 126 | java | KnapsackCalc.java | Java | [] | null | [] | package main.ulam;
public abstract class KnapsackCalc {
String title;
double[] prices;
double[] weight;
}
| 126 | 0.642857 | 0.642857 | 7 | 16 | 11.451762 | 36 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 4 |
ba7de50421bb09f7ce437d0ac278ec478473d71a | 29,016,799,060,931 | 34322e83b7b81637bee2dba9b9e878acf4c09735 | /src/main/java/com/java/hms/service/PatientService.java | 8f2c0b3c5719feaf78ed5da51b056024255108aa | [] | no_license | rohitsal26/HMSProject | https://github.com/rohitsal26/HMSProject | 1d9ee700719334130627f42b4a67e9d3fcc29b68 | e7d93563446efef8d2ce58b1b25877ffab599dea | refs/heads/master | 2021-01-10T04:23:44.380000 | 2016-02-11T07:47:05 | 2016-02-11T07:47:05 | 50,922,163 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.java.hms.service;
public class PatientService implements IPatientService {
}
| UTF-8 | Java | 91 | java | PatientService.java | Java | [] | null | [] | package com.java.hms.service;
public class PatientService implements IPatientService {
}
| 91 | 0.813187 | 0.813187 | 5 | 17.200001 | 22.355312 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 4 |
7eb493b98388a11dce606c99acbd5009a50771e2 | 29,755,533,461,126 | ca28ad1744ba223cd6e968c46eec3e8bcbd9617f | /trunk/zijeeappcn/src/main/java/wxz/test/annotations/MAIN.java | ac5fa3ea32b3aa999a55506e2549c56e8f687dae | [] | no_license | BGCX261/zijeeappcn-svn-to-git | https://github.com/BGCX261/zijeeappcn-svn-to-git | 81232fde9d9e16a3ef7ff3efbeefe6d40dfd9405 | dfbe3203b1a7bb717eef19c85038ceed7c3a69fd | refs/heads/master | 2020-05-17T03:50:48.030000 | 2015-08-25T15:31:56 | 2015-08-25T15:31:56 | 41,584,951 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package wxz.test.annotations;
import java.lang.reflect.Method;
import java.util.ArrayList;
import java.util.List;
public class MAIN {
/**
* @param args
* @throws Exception
*/
@SuppressWarnings({ "rawtypes", "unchecked" })
public static void main(String[] args) throws Exception... | UTF-8 | Java | 1,561 | java | MAIN.java | Java | [] | null | [] | package wxz.test.annotations;
import java.lang.reflect.Method;
import java.util.ArrayList;
import java.util.List;
public class MAIN {
/**
* @param args
* @throws Exception
*/
@SuppressWarnings({ "rawtypes", "unchecked" })
public static void main(String[] args) throws Exception... | 1,561 | 0.538757 | 0.532992 | 46 | 31.934782 | 27.889069 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.521739 | false | false | 4 |
0bb3396705f2b1d7f640ca8ff0409d2467b4e271 | 32,366,873,565,975 | 61e9a8d6b1bdf9d98b8e15c32e131a935e3591fb | /reactive-postgre-demo/src/main/java/com/example/reactivepostgredemo/model/TodoDto.java | baddeaf59bb36b7aeac1d3ff44154abf61b2595d | [] | no_license | Spark-D/reactive-postgre-demo | https://github.com/Spark-D/reactive-postgre-demo | d17cf12377b40ae6d32e7e5a1a73e14832d9ce3a | 055383ebf1b7195ae77e64dd71002913ec0c6ab5 | refs/heads/master | 2023-03-27T15:35:59.890000 | 2021-04-02T08:47:02 | 2021-04-02T08:47:02 | 337,246,548 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.reactivepostgredemo.model;
import lombok.Value;
@Value
public class TodoDto {
String task_no;
String subject;
}
| UTF-8 | Java | 143 | java | TodoDto.java | Java | [] | null | [] | package com.example.reactivepostgredemo.model;
import lombok.Value;
@Value
public class TodoDto {
String task_no;
String subject;
}
| 143 | 0.741259 | 0.741259 | 10 | 13.3 | 14.10709 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 4 |
c987611ac76e698cebb071940fc4784fd34af1ee | 11,965,778,923,293 | 052ce40d79786f527023bd01888f1930e56b577f | /folsom/src/test/java/com/spotify/folsom/KetamaRunner.java | bfee729d20327245784e5f50b117a42b25fce1d5 | [
"Apache-2.0"
] | permissive | spotify/folsom | https://github.com/spotify/folsom | 034eb7815aab59d01237b14da66e0fbad77107ab | 550a7f91adc2f2bc864f92cf40d9d236bbc56259 | refs/heads/master | 2023-08-26T14:12:49.243000 | 2023-08-14T13:18:54 | 2023-08-14T13:18:54 | 30,761,550 | 155 | 80 | Apache-2.0 | false | 2023-09-13T09:33:54 | 2015-02-13T15:12:37 | 2023-09-12T18:12:44 | 2023-09-13T09:33:53 | 1,155 | 140 | 69 | 27 | Java | false | false | /*
* Copyright (c) 2014-2015 Spotify AB
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed... | UTF-8 | Java | 2,115 | java | KetamaRunner.java | Java | [
{
"context": "ilder.newStringClient()\n .withAddress(\"127.0.0.1\", 11211)\n .withAddress(\"127.0.0.1\", 11",
"end": 1018,
"score": 0.9997203350067139,
"start": 1009,
"tag": "IP_ADDRESS",
"value": "127.0.0.1"
},
{
"context": "ess(\"127.0.0.1\", 11211)\n ... | null | [] | /*
* Copyright (c) 2014-2015 Spotify AB
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed... | 2,115 | 0.681797 | 0.662411 | 65 | 31.538462 | 28.76701 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.461538 | false | false | 4 |
0829ce11790c3f9b37e4541a86444e574f567794 | 19,172,734,024,895 | f7b4afdd0bdecb208e031b2c21b15bcf83f44989 | /FlcaGenerator/src/main/java/com/flca/mda/codegen/helpers/ClassloaderHelper.java | 536531158e941c937e7bd294d4dfb1f5706501e2 | [
"Apache-2.0"
] | permissive | robinbakkerus/easymda | https://github.com/robinbakkerus/easymda | 1fdb45580c0bac8bc764ea79bd6f3f56a392369b | 10710e5615d56d7160e9eae8f8647b897180181b | refs/heads/master | 2020-06-14T10:19:53.023000 | 2019-09-11T12:53:11 | 2019-09-11T12:53:11 | 194,979,542 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.flca.mda.codegen.helpers;
import java.io.File;
import java.net.MalformedURLException;
import java.net.URL;
import java.net.URLClassLoader;
import java.util.Collection;
import org.eclipse.jdt.core.IJavaProject;
import org.eclipse.jdt.core.JavaModelException;
public class ClassloaderHelper {
private stati... | UTF-8 | Java | 1,966 | java | ClassloaderHelper.java | Java | [] | null | [] | package com.flca.mda.codegen.helpers;
import java.io.File;
import java.net.MalformedURLException;
import java.net.URL;
import java.net.URLClassLoader;
import java.util.Collection;
import org.eclipse.jdt.core.IJavaProject;
import org.eclipse.jdt.core.JavaModelException;
public class ClassloaderHelper {
private stati... | 1,966 | 0.751272 | 0.751272 | 64 | 29.71875 | 26.646101 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.578125 | false | false | 4 |
7110896a33f95a6c114ea305de5acb19f795c3fe | 27,857,157,883,744 | 535c3187865156c706649be1e644aff40aae6cb3 | /src/main/java/com/example/demoo/adviser/AppWideExceptionHandler.java | 7b1312daaa9fa31da9422472a115e5fe00683db7 | [] | no_license | pasindugunasekara/Spring-boot-crud-rest-api | https://github.com/pasindugunasekara/Spring-boot-crud-rest-api | ba883d8890631078ba578905cb80843cafde787f | 32c9ad3e246550a1a58a041af9a913c480face16 | refs/heads/main | 2023-02-28T08:58:05.975000 | 2021-02-08T10:45:33 | 2021-02-08T10:45:33 | 336,967,385 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.demoo.adviser;
import com.example.demoo.util.StanderdResponce;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.ExceptionHandler;
import org.springframework.web.bind.annotation.RestControllerAdvice;
@RestContr... | UTF-8 | Java | 642 | java | AppWideExceptionHandler.java | Java | [] | null | [] | package com.example.demoo.adviser;
import com.example.demoo.util.StanderdResponce;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.ExceptionHandler;
import org.springframework.web.bind.annotation.RestControllerAdvice;
@RestContr... | 642 | 0.806854 | 0.802181 | 16 | 39.125 | 26.329344 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6875 | false | false | 4 |
aef09d2d1c05115cb9c8e2f21dcf72759d3b79d7 | 20,633,022,921,702 | 88948b0e89d7751a542269e193b418d175f71155 | /src/JAVA/ListProblem.java | 7374b63eb05d2ba4414c9ffac4c9059587672b45 | [] | no_license | StreetXBoy/AlgorithmBasic | https://github.com/StreetXBoy/AlgorithmBasic | 59aa09dcf115e872d273ea400a7c48782c213afe | fe695a1d864dce451c1b354c5e68778fac63d5b8 | refs/heads/master | 2023-06-22T19:58:45.787000 | 2021-07-22T07:46:08 | 2021-07-22T07:46:08 | 309,631,458 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package JAVA;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.LinkedList;
import java.util.List;
/**
* @author 重新做人idea基础学习
* @date 2020-12-31
*/
public class ListProblem {
public static void main(String[] args) {
List<Integer> list =new LinkedList<>();
for(int i=1;i<=10... | UTF-8 | Java | 1,000 | java | ListProblem.java | Java | [] | null | [] | package JAVA;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.LinkedList;
import java.util.List;
/**
* @author 重新做人idea基础学习
* @date 2020-12-31
*/
public class ListProblem {
public static void main(String[] args) {
List<Integer> list =new LinkedList<>();
for(int i=1;i<=10... | 1,000 | 0.532538 | 0.515184 | 37 | 23.918919 | 15.748665 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.540541 | false | false | 4 |
ab8cf370497bc70d163e7a044ed5ba83b33d45ea | 11,055,245,837,788 | 5ca9bc72b3f847fec713b3af6402aa1441d882d7 | /allureSelenide/src/main/java/com/mail/SendMail.java | 3c5cfde82d7c7d9853232429c2932db0cdb47805 | [] | no_license | cwnuxiaocai/allureSelenide | https://github.com/cwnuxiaocai/allureSelenide | aebdeedb6383fc24db2d67c8ca3953eaa6c7ea8e | 14352d97a1042798c319fd11f5ab05424504d70d | refs/heads/master | 2017-08-03T15:49:24.231000 | 2017-03-03T05:32:05 | 2017-03-03T05:32:05 | 81,931,065 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mail;
import javax.activation.DataHandler;
import javax.activation.FileDataSource;
import javax.mail.*;
import javax.mail.Message.RecipientType;
import javax.mail.internet.InternetAddress;
import javax.mail.internet.MimeBodyPart;
import javax.mail.internet.MimeMessage;
import javax.mail.internet.MimeMultip... | UTF-8 | Java | 2,650 | java | SendMail.java | Java | [] | null | [] | package com.mail;
import javax.activation.DataHandler;
import javax.activation.FileDataSource;
import javax.mail.*;
import javax.mail.Message.RecipientType;
import javax.mail.internet.InternetAddress;
import javax.mail.internet.MimeBodyPart;
import javax.mail.internet.MimeMessage;
import javax.mail.internet.MimeMultip... | 2,650 | 0.683396 | 0.683019 | 87 | 29.471264 | 24.500921 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.563218 | false | false | 4 |
9937300542f44e48e11016d4e882fb554be8eb48 | 10,668,698,767,166 | c3ad90e63d8babd6ad4b023506e8467b0cd8f1d7 | /src/test/java/net/sf/moksha/graph/xml/TestXmlValuesInDb.java | 92c678ade5f02126bf5ae96c86f1975bdddb112b | [] | no_license | andyredhead/xml-as-graph | https://github.com/andyredhead/xml-as-graph | f564dfc7c7c327ca753436c50b85df23116b5d3b | a5975ab39ee171c15baf4d5daaf6ec1b28f47c93 | refs/heads/master | 2016-09-05T15:19:04.566000 | 2014-03-30T08:17:31 | 2014-03-30T08:17:31 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.sf.moksha.graph.xml;
import static org.junit.Assert.*;
import static org.junit.Assert.fail;
import net.sf.moksha.graph.access.GraphComponentSession;
import net.sf.moksha.graph.access.connectors.neo4j.Neo4jCypherOverRestGraphComponentSessionFactory;
import net.sf.moksha.graph.access.exception.Informat... | UTF-8 | Java | 4,207 | java | TestXmlValuesInDb.java | Java | [] | null | [] | package net.sf.moksha.graph.xml;
import static org.junit.Assert.*;
import static org.junit.Assert.fail;
import net.sf.moksha.graph.access.GraphComponentSession;
import net.sf.moksha.graph.access.connectors.neo4j.Neo4jCypherOverRestGraphComponentSessionFactory;
import net.sf.moksha.graph.access.exception.Informat... | 4,207 | 0.7459 | 0.739957 | 117 | 33.957264 | 35.574501 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.273504 | false | false | 4 |
88de0863cc7485f9be61551b4e6cf1c5921a301a | 13,039,520,718,933 | 29c432784ac91e8bbc843acc520ae161032ffe0b | /cs598dhp/src/lang/syntaxtree/INode.java | 947c4c55b2ee5e7f74230c280b537d88af5bde12 | [] | no_license | amchiclet/cs598dhp-fall2015 | https://github.com/amchiclet/cs598dhp-fall2015 | 68b440103c47ce04d7270978883523a9d6f82bc9 | d07104a85a259c878c10c0c122eab371df3480fd | refs/heads/master | 2018-01-08T14:05:32.095000 | 2015-12-01T19:20:06 | 2015-12-01T19:20:06 | 46,506,756 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /* Generated by JTB 1.4.7 */
package lang.syntaxtree;
import lang.visitor.IRetArguVisitor;
import lang.visitor.IRetVisitor;
import lang.visitor.IVoidArguVisitor;
import lang.visitor.IVoidVisitor;
public interface INode extends java.io.Serializable {
/** The OS line separator */
public static final String LS = Sy... | UTF-8 | Java | 602 | java | INode.java | Java | [] | null | [] | /* Generated by JTB 1.4.7 */
package lang.syntaxtree;
import lang.visitor.IRetArguVisitor;
import lang.visitor.IRetVisitor;
import lang.visitor.IVoidArguVisitor;
import lang.visitor.IVoidVisitor;
public interface INode extends java.io.Serializable {
/** The OS line separator */
public static final String LS = Sy... | 602 | 0.747508 | 0.742525 | 22 | 26.363636 | 25.236238 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.636364 | false | false | 4 |
265662cd5892932069326659ff112d1a0cb253c0 | 2,473,901,167,446 | c4dce7b559af3f01af694ccf416eb27bbfc76451 | /app/src/main/java/com/ant/coolhead/model/FunnyInfoModelImp.java | f11e3216b63ca3e3d78e5c45715c5b8b5d3395ce | [] | no_license | isuperflying/android-coolhead | https://github.com/isuperflying/android-coolhead | 916b0d110572d1b74e77b895ffa8261653e1c0af | 03e6f07520eaff31581edb15982c970cf8157545 | refs/heads/master | 2020-07-10T10:04:23.189000 | 2020-06-28T09:06:29 | 2020-06-28T09:06:29 | 204,236,528 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ant.coolhead.model;
import android.content.Context;
import com.alibaba.fastjson.JSONException;
import com.alibaba.fastjson.JSONObject;
import com.ant.coolhead.api.FunnyInfoService;
import com.ant.coolhead.api.GifService;
import com.ant.coolhead.base.BaseModel;
import com.ant.coolhead.base.BaseOtherModel;
... | UTF-8 | Java | 3,191 | java | FunnyInfoModelImp.java | Java | [
{
"context": "riptions.CompositeSubscription;\n\n/**\n * Created by admin on 2017/4/7.\n */\n\npublic class FunnyInfoModelImp ",
"end": 688,
"score": 0.998689591884613,
"start": 683,
"tag": "USERNAME",
"value": "admin"
}
] | null | [] | package com.ant.coolhead.model;
import android.content.Context;
import com.alibaba.fastjson.JSONException;
import com.alibaba.fastjson.JSONObject;
import com.ant.coolhead.api.FunnyInfoService;
import com.ant.coolhead.api.GifService;
import com.ant.coolhead.base.BaseModel;
import com.ant.coolhead.base.BaseOtherModel;
... | 3,191 | 0.617308 | 0.614018 | 83 | 35.614456 | 27.512465 | 148 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.566265 | false | false | 4 |
808fd2bc1c2ab453e0331c1cec152ab12c70792c | 16,913,581,225,220 | d48fda4d090c0530932a6ec956b947949ac4e0ab | /src/MainViewController.java | ac30c3125a96672f39bbc2172aa8acbaa79af3a6 | [] | no_license | vyshyvanv/markovs-algorithm | https://github.com/vyshyvanv/markovs-algorithm | 38ebaefa7559283668772dfca6ad766f1283c653 | d3e4c26accc0b35b73b0c8cb447f425f827b3413 | refs/heads/master | 2020-03-28T02:13:09.924000 | 2018-09-12T15:50:52 | 2018-09-12T15:50:52 | 147,555,644 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import javafx.application.Platform;
import javafx.event.ActionEvent;
import javafx.fxml.FXML;
import javafx.scene.control.*;
import javafx.stage.FileChooser;
import java.io.*;
import java.lang.reflect.Array;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.Optional;
public class MainViewControl... | WINDOWS-1251 | Java | 6,281 | java | MainViewController.java | Java | [] | null | [] | import javafx.application.Platform;
import javafx.event.ActionEvent;
import javafx.fxml.FXML;
import javafx.scene.control.*;
import javafx.stage.FileChooser;
import java.io.*;
import java.lang.reflect.Array;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.Optional;
public class MainViewControl... | 6,281 | 0.698157 | 0.695999 | 224 | 25.888393 | 26.541763 | 176 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.495536 | false | false | 4 |
697512da0f0ee9ffca0dd7c2cde4682a3bbe5c03 | 32,066,225,843,086 | 91f96d8f8599325d746dc6e865317f11ea6880b7 | /LinkedListMerge.java | 7fb97df7e374ed65715e43050e0289585464428a | [] | no_license | aniketsinha0001/DataStructure-Algorithm | https://github.com/aniketsinha0001/DataStructure-Algorithm | 722356a2da36e51814fba5db0e9a8a1346a10894 | 3debeec962836b4332aa3fee3e59ad70a70d4bdb | refs/heads/master | 2023-08-16T19:52:51.111000 | 2023-08-10T17:30:26 | 2023-08-10T17:30:26 | 155,511,539 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package thedatastructure.com.stack;
import thedatastructure.com.stack.LinkedListDemo.Node;
class LinkedListDemo {
Node head;
static class Node {
int data;
Node next;
Node(int data) {
this.data = data;
next = null;
}
}
public void displayLinkedList(Node head) {
Node temp = head;
while (temp !=... | UTF-8 | Java | 1,642 | java | LinkedListMerge.java | Java | [] | null | [] | package thedatastructure.com.stack;
import thedatastructure.com.stack.LinkedListDemo.Node;
class LinkedListDemo {
Node head;
static class Node {
int data;
Node next;
Node(int data) {
this.data = data;
next = null;
}
}
public void displayLinkedList(Node head) {
Node temp = head;
while (temp !=... | 1,642 | 0.655298 | 0.627893 | 76 | 20.605263 | 15.719648 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.315789 | false | false | 4 |
cc9ece2b571001959a0d86f5d7986ffd5590b407 | 20,349,555,095,210 | 09be72f1c3639f8f809b1e169970acc96f289bd7 | /src/feinno-common/src/feinno-common/src/main/java/com/feinno/diagnostic/perfmon/monitor/NSubscribeHandler.java | d74738df99b8ab3c5f89e70dff253689dce12285 | [] | no_license | philiahe/angel | https://github.com/philiahe/angel | ffdfbad0a1ac29280bad209e2cd662654cd7fe81 | 18eac04bd61144fb882c8581719d4eb86b5a8923 | refs/heads/master | 2020-04-12T13:59:46.454000 | 2015-01-20T07:10:56 | 2015-01-20T07:10:56 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* FAE, Feinno App Engine
*
* Create by gaolei 2011-9-22
*
* Copyright (c) 2011 北京新媒传信科技有限公司
*/
package com.feinno.diagnostic.perfmon.monitor;
import java.io.IOException;
import java.util.HashMap;
import org.apache.http.HttpException;
import org.apache.http.HttpRequest;
import org.apache.http.... | UTF-8 | Java | 2,779 | java | NSubscribeHandler.java | Java | [
{
"context": "/*\r\n * FAE, Feinno App Engine\r\n * \r\n * Create by gaolei 2011-9-22\r\n * \r\n * Copyright (c) 2011 北京新媒传信科技有限公",
"end": 55,
"score": 0.7540891766548157,
"start": 49,
"tag": "USERNAME",
"value": "gaolei"
},
{
"context": "meSpan;\r\n\r\n/**\r\n * {在这里补充类的功能说明}\r\n * ... | null | [] | /*
* FAE, Feinno App Engine
*
* Create by gaolei 2011-9-22
*
* Copyright (c) 2011 北京新媒传信科技有限公司
*/
package com.feinno.diagnostic.perfmon.monitor;
import java.io.IOException;
import java.util.HashMap;
import org.apache.http.HttpException;
import org.apache.http.HttpRequest;
import org.apache.http.... | 2,769 | 0.751191 | 0.744962 | 86 | 29.732557 | 30.057474 | 136 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.825581 | false | false | 4 |
29669e0561f2249b27849ed18c666d08eff88af9 | 20,349,555,092,351 | 77528f994bf0e92e0d3af53dee67f34663b12e2b | /a.squarefreenumber/Main.java | 39145a807bf8a530d33293f2095e94553b8293e5 | [] | no_license | rishab1788/TCS-CODE-VITA-2018 | https://github.com/rishab1788/TCS-CODE-VITA-2018 | 9c546a646da16dea15df20b74c329d1327f1f9e2 | d788d850432b34bb7987d6648d591e6b36c0e2a2 | refs/heads/master | 2020-03-27T01:07:11.282000 | 2018-08-22T09:04:48 | 2018-08-22T09:04:48 | 145,683,700 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class Main {
//all prime numbers square.and that will help to find square free number
//upto 19 square according to input
static int array[] = {4, 9, 25, 49, 121, 169, 289, 361, 529, 841, 961, 1369, 1681, 1849, ... | UTF-8 | Java | 1,551 | java | Main.java | Java | [] | null | [] | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class Main {
//all prime numbers square.and that will help to find square free number
//upto 19 square according to input
static int array[] = {4, 9, 25, 49, 121, 169, 289, 361, 529, 841, 961, 1369, 1681, 1849, ... | 1,551 | 0.515152 | 0.45648 | 48 | 31.3125 | 27.24362 | 141 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.8125 | false | false | 4 |
24740c0adbf7feb2963ba661af309884a73800ef | 17,025,250,414,108 | 3793ccef702ee673bb38fb4b07cb325290941003 | /animated_login/java/com/example/animatedlogin/MainActivity.java | faaca3e617d726d7338198ec12cd1b6d26dfc7a8 | [] | no_license | Shafahummer/Android-project-s-main-files | https://github.com/Shafahummer/Android-project-s-main-files | ca14339d2603d3bd8306a345901048b33bd033e0 | 290a348c138c5725c7c0f8ca7bfcc811e91bfcc1 | refs/heads/master | 2020-05-18T08:33:01.411000 | 2019-05-26T08:53:39 | 2019-05-26T08:53:39 | 184,297,728 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.animatedlogin;
import android.graphics.drawable.AnimationDrawable;
import android.support.constraint.ConstraintLayout;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
public class MainActivity extends AppCompatActivity {
ConstraintLayout layout;
@Override
... | UTF-8 | Java | 764 | java | MainActivity.java | Java | [] | null | [] | package com.example.animatedlogin;
import android.graphics.drawable.AnimationDrawable;
import android.support.constraint.ConstraintLayout;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
public class MainActivity extends AppCompatActivity {
ConstraintLayout layout;
@Override
... | 764 | 0.747382 | 0.735602 | 22 | 32.727272 | 23.970022 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.590909 | false | false | 4 |
5ae978eda9e17d5df95a46b3fa246c7336a9d525 | 11,656,541,261,368 | 0376e5b8c721b91341c235f7248cf44e0cfa0275 | /assignment8/Student Information System/Student.java | 25a8b47edee4a7fecd6240642239a304ac2b12c2 | [] | no_license | Lizzy000/INFO-5100 | https://github.com/Lizzy000/INFO-5100 | 074df308569c9f08be5b419178ee364106f031ae | d826fd91dc1bf415cd5d36d8be5ed9afdd0fe4bd | refs/heads/master | 2020-07-22T03:58:44.320000 | 2019-12-13T08:12:17 | 2019-12-13T08:12:17 | 207,066,547 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileReader;
import java.io.FileWriter;
import javax.swing.JOptionPane;
import javax.swing.table.DefaultTableModel;
import javax.swing.table.TableModel;
public class Student extends javax.swing.JFrame {
private sta... | UTF-8 | Java | 20,390 | java | Student.java | Java | [
{
"context": " txtID.setText(Id);\n txtFirstName.setText(FirstName);\n txtMiddleName.setText(MiddleName);\n ",
"end": 15371,
"score": 0.9358248710632324,
"start": 15362,
"tag": "NAME",
"value": "FirstName"
},
{
"context": ".setText(MiddleName);\n txtLastName.... | null | [] | import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileReader;
import java.io.FileWriter;
import javax.swing.JOptionPane;
import javax.swing.table.DefaultTableModel;
import javax.swing.table.TableModel;
public class Student extends javax.swing.JFrame {
private sta... | 20,390 | 0.575233 | 0.565522 | 451 | 44.210644 | 34.634583 | 166 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.789357 | false | false | 4 |
b5c5dded77d08c0d241f41969857f5639a69ab33 | 29,532,195,158,273 | 84c5ec1a914b22cb9fdc1261ad3e28565ddfc1cf | /boj/그래프/탐색/G5_항체인식/Main.java | 3395ad95df5ad5330f8e1f78ac991f893be64511 | [] | no_license | hanjo8813/Algorithm_Programmers | https://github.com/hanjo8813/Algorithm_Programmers | 6c7aa86da19b2ec95bd13b5ecb80859a3d7da3f4 | c9c6abdeb3d5d6c0941a59e7c8df6cecd606aceb | refs/heads/master | 2023-04-24T18:17:07.125000 | 2022-05-24T14:07:27 | 2022-05-24T14:07:27 | 312,279,034 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package 그래프.탐색.G5_항체인식;
import java.io.*;
import java.util.*;
public class Main {
public static void main(String[] args) throws IOException {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
StringTokenizer st;
st = new StringTokenizer(br.readLine());
int... | UTF-8 | Java | 4,482 | java | Main.java | Java | [] | null | [] | package 그래프.탐색.G5_항체인식;
import java.io.*;
import java.util.*;
public class Main {
public static void main(String[] args) throws IOException {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
StringTokenizer st;
st = new StringTokenizer(br.readLine());
int... | 4,482 | 0.399952 | 0.390332 | 151 | 26.543047 | 20.473448 | 83 | false | false | 0 | 0 | 0 | 0 | 81 | 0.038961 | 0.609272 | false | false | 4 |
9274ceffc2022010077e16d36ea0740a33bfe5c2 | 31,645,319,081,153 | 68920feb3b6e7d5736c599b01309d7afc9a1a3a5 | /src/main/java/io/vos/stun/attribute/Attributes.java | 1b765254773f0c3ab843ee08d4394d3ab94c1f52 | [
"MIT"
] | permissive | erickj/vosio-realtime | https://github.com/erickj/vosio-realtime | 5853448982404e183966eff8bdbd135132fecbda | 5c72cfdd65aac121ce029fcb3ef05e50e8491ede | refs/heads/master | 2021-01-01T18:48:36.685000 | 2015-08-31T09:33:57 | 2015-08-31T09:33:57 | 31,489,199 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package io.vos.stun.attribute;
import com.google.common.base.Predicate;
import com.google.common.collect.Iterables;
import javax.annotation.Nullable;
/**
* @see https://www.iana.org/assignments/stun-parameters/stun-parameters.txt
*/
public final class Attributes {
private Attributes() {}
/** RFC 5389 Compreh... | UTF-8 | Java | 2,780 | java | Attributes.java | Java | [
{
"context": "6;\n public static final int ATTRIBUTE_PASSWORD = 0x0007; // deprecated\n public static final int ",
"end": 894,
"score": 0.9991800785064697,
"start": 888,
"tag": "PASSWORD",
"value": "0x0007"
},
{
"context": " final int ATTRIBUTE_PASSWORD = 0x0007; //... | null | [] | package io.vos.stun.attribute;
import com.google.common.base.Predicate;
import com.google.common.collect.Iterables;
import javax.annotation.Nullable;
/**
* @see https://www.iana.org/assignments/stun-parameters/stun-parameters.txt
*/
public final class Attributes {
private Attributes() {}
/** RFC 5389 Compreh... | 2,784 | 0.732734 | 0.689928 | 71 | 38.15493 | 30.095926 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.507042 | false | false | 4 |
15114d509e37fb0e8fb29f01d32da62c2a8b4a57 | 21,818,433,868,972 | 3c2392745927ffb374d9d8dae5ac8fe71f323fda | /petshop1/src/java/br/com/diego/modelo/TelefoneMTD.java | 1ae736d1bc24860b6adee23ef95090cbb470ed03 | [] | no_license | diegopvj/petshop | https://github.com/diegopvj/petshop | b7db9d4ba7dc79e20aa7032e9beaffa91ad5827b | 032e85463a317355d35df82d0fcdebc042a8ae66 | refs/heads/master | 2018-01-09T02:52:01.321000 | 2016-01-05T17:41:11 | 2016-01-05T17:41:11 | 46,443,931 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package br.com.diego.modelo;
import br.com.diego.controle.Cliente;
import br.com.diego.controle.Servico;
import br.com.diego.... | UTF-8 | Java | 2,716 | java | TelefoneMTD.java | Java | [
{
"context": " org.hibernate.Transaction;\r\n\r\n/**\r\n *\r\n * @author diego\r\n */\r\npublic class TelefoneMTD {\r\n\r\n public st",
"end": 491,
"score": 0.9993063807487488,
"start": 486,
"tag": "USERNAME",
"value": "diego"
}
] | null | [] | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package br.com.diego.modelo;
import br.com.diego.controle.Cliente;
import br.com.diego.controle.Servico;
import br.com.diego.... | 2,716 | 0.605302 | 0.605302 | 82 | 31.097561 | 32.189838 | 135 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.634146 | false | false | 4 |
375ec100ef774606481dcfb938cc7e50c4183356 | 13,615,046,353,410 | 08b3fdabde140d96d9094a05e601ded2b8cf01d3 | /app/src/main/java/com/example/masterdex/view/RegionsFragment.java | e77fffb0714ccb74e60c9cf4b7432b1f3ebeb82b | [] | no_license | lucsreis/MOA-M020-masterdex | https://github.com/lucsreis/MOA-M020-masterdex | 350b925fdd8b831054135a6010838d5e3e9cfc76 | 42f40e7111dfe5692411afd2bb485098bd09b312 | refs/heads/master | 2020-07-11T07:50:27.604000 | 2019-08-26T11:32:06 | 2019-08-26T11:32:06 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.masterdex.view;
import android.content.Intent;
import android.os.Bundle;
import androidx.fragment.app.Fragment;
import androidx.recyclerview.widget.GridLayoutManager;
import androidx.recyclerview.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.vie... | UTF-8 | Java | 5,536 | java | RegionsFragment.java | Java | [
{
"context": "s.add(kanto);\n\n Regiao Johto = new Regiao(\"Johto\");\n Johto.setImagemRegiao(\"https://vignett",
"end": 1983,
"score": 0.7525776028633118,
"start": 1978,
"tag": "NAME",
"value": "Johto"
}
] | null | [] | package com.example.masterdex.view;
import android.content.Intent;
import android.os.Bundle;
import androidx.fragment.app.Fragment;
import androidx.recyclerview.widget.GridLayoutManager;
import androidx.recyclerview.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.vie... | 5,536 | 0.721821 | 0.695267 | 135 | 40.014816 | 40.929203 | 168 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.644444 | false | false | 4 |
626dbe77822b3c6916135e072fce51796b6f664d | 12,738,873,039,484 | 92cd4d23a8803424fbf58904ac0040937a61b9b3 | /src/com/javarush/test/level19/lesson05/task03/Solution.java | ca3cc2a9636b5f5067870a92277d7d162894f844 | [] | no_license | paltyshev/JavaRushHomeWork | https://github.com/paltyshev/JavaRushHomeWork | c47f545f7f0eca5d2f42f517d36c6dd443c82ef1 | 47164c13387328143704ddfe57af2ea2d1a3b6b4 | refs/heads/master | 2022-09-16T06:13:01.875000 | 2016-04-07T13:01:56 | 2016-04-07T13:01:56 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.javarush.test.level19.lesson05.task03;
/* Выделяем числа
Считать с консоли 2 имени файла.
Вывести во второй файл все числа, которые есть в первом файле.
Числа выводить через пробел.
Закрыть потоки ввода-вывода.
Пример тела файла:
12 text var2 14 8v 1
Результат:
12 14 1
*/
import java.io.*;
import java.u... | UTF-8 | Java | 1,041 | java | Solution.java | Java | [] | null | [] | package com.javarush.test.level19.lesson05.task03;
/* Выделяем числа
Считать с консоли 2 имени файла.
Вывести во второй файл все числа, которые есть в первом файле.
Числа выводить через пробел.
Закрыть потоки ввода-вывода.
Пример тела файла:
12 text var2 14 8v 1
Результат:
12 14 1
*/
import java.io.*;
import java.u... | 1,041 | 0.650397 | 0.628831 | 34 | 24.911764 | 22.194817 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.352941 | false | false | 4 |
92a7a56f94ed7c41b3b91fb029ac5ed5b2005b23 | 32,040,456,064,272 | a4f6e526a63d86bfdd6353e8c93bbce1237f608e | /src/test/java/org/selenide/examples/testng/SimpleTest.java | 3c65dbf686f7b163d9f769cb58b6b0d66257516c | [
"MIT"
] | permissive | selenide-examples/testng | https://github.com/selenide-examples/testng | cc45853e9e0228619122b6f6ab074f35e46c927f | fb02e504e1700ef0973aa8a7548119cab7e5995e | refs/heads/main | 2023-08-31T20:33:38.137000 | 2023-08-25T06:25:18 | 2023-08-25T06:26:34 | 318,331,340 | 2 | 0 | MIT | false | 2023-09-06T07:00:59 | 2020-12-03T22:02:56 | 2023-06-11T16:48:16 | 2023-09-06T07:00:58 | 26 | 1 | 0 | 1 | Java | false | false | package org.selenide.examples.testng;
import static com.codeborne.selenide.CollectionCondition.sizeGreaterThan;
import static com.codeborne.selenide.Condition.text;
import static com.codeborne.selenide.Condition.visible;
import static com.codeborne.selenide.Selenide.$;
import static com.codeborne.selenide.Selenide.$$;... | UTF-8 | Java | 644 | java | SimpleTest.java | Java | [] | null | [] | package org.selenide.examples.testng;
import static com.codeborne.selenide.CollectionCondition.sizeGreaterThan;
import static com.codeborne.selenide.Condition.text;
import static com.codeborne.selenide.Condition.visible;
import static com.codeborne.selenide.Selenide.$;
import static com.codeborne.selenide.Selenide.$$;... | 644 | 0.785714 | 0.784162 | 19 | 32.894737 | 25.997763 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.526316 | false | false | 4 |
52b10ef2ee08e0cc857594d9316f81e7c63aa978 | 22,797,686,452,844 | 8358717b853f240843ffa56784773a29b1efc19e | /service-interface-wms/src/main/java/com/jumbo/wms/model/hub2wms/threepl/CnSenderInfo.java | 2e9d5047c378d6b301a96c5e5548590fd45e4bd4 | [] | no_license | huanglongf/enterprise_project | https://github.com/huanglongf/enterprise_project | 65ec3e2c56e4a2909f0881a9276a9966857bb9c7 | de1865e638c9620e702818124f0b2deac04028c9 | refs/heads/master | 2020-05-07T13:25:07.223000 | 2018-10-21T08:44:33 | 2018-10-21T08:44:33 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jumbo.wms.model.hub2wms.threepl;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.OneToOne;
import javax.persistence.Table;
import org.hibernate.annotations.OptimisticLockType;
import com.jumbo.wms.model.BaseModel;
/**
* 菜鸟入库单发件方信息
... | UTF-8 | Java | 4,616 | java | CnSenderInfo.java | Java | [] | null | [] | package com.jumbo.wms.model.hub2wms.threepl;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.OneToOne;
import javax.persistence.Table;
import org.hibernate.annotations.OptimisticLockType;
import com.jumbo.wms.model.BaseModel;
/**
* 菜鸟入库单发件方信息
... | 4,616 | 0.643188 | 0.638554 | 193 | 21.362694 | 19.87221 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.259067 | false | false | 4 |
f547ea2334eb9345c6bd4018d5174998bd2ec845 | 26,036,091,790,619 | c6728f7512f19435894b2cd53a869dd43fceae6d | /java个人练手项目/move/.svn/pristine/59/590c1bd0802a4602fcd4690049d71d014d6d9e3d.svn-base | 89f90b5225c65954e0a60018da64910701f36823 | [] | no_license | dailingnan/dailingnan | https://github.com/dailingnan/dailingnan | a55594bc2dada0bac27d0e4ec1c441ab74fbe3a6 | bbbccd428a817e50d0d99e752e47310ac7671e14 | refs/heads/master | 2021-01-23T01:34:27.722000 | 2017-03-25T05:40:20 | 2017-03-25T05:40:20 | 85,916,978 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.dailingnan.dao.impl;
import java.util.Date;
import java.util.List;
import javax.annotation.Resource;
import org.hibernate.Query;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.springframework.stereotype.Repository;
import com.dailingnan.dao.OrderDao;
import com.dailingnan.... | GB18030 | Java | 2,297 | 590c1bd0802a4602fcd4690049d71d014d6d9e3d.svn-base | Java | [] | null | [] | package com.dailingnan.dao.impl;
import java.util.Date;
import java.util.List;
import javax.annotation.Resource;
import org.hibernate.Query;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.springframework.stereotype.Repository;
import com.dailingnan.dao.OrderDao;
import com.dailingnan.... | 2,297 | 0.761089 | 0.758454 | 67 | 32.985073 | 26.716026 | 124 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.835821 | false | false | 4 | |
99cba7e7bf606539d2dba02c131b09ee067427cd | 6,511,170,474,882 | b2f9b9c38c9aea85e5fda3026209ce5571e767b1 | /Java with Junit test/encode/test/edu/gatech/seclass/encode/MainTestSuite.java | 3e2db0b037059da5dc2b964edc2362a33181db4e | [] | no_license | nanmao19/Projects | https://github.com/nanmao19/Projects | f5cbebe18b8d02dfc44bd0d037ce653e358f5370 | 0bffdf34e4a70b9891ebf2c311de86bcf7c7d4a0 | refs/heads/master | 2021-06-14T05:10:31.244000 | 2021-04-29T04:33:49 | 2021-04-29T04:33:49 | 176,020,106 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.gatech.seclass.encode;
import org.junit.runner.RunWith;
import org.junit.runners.Suite;
@RunWith(Suite.class)
@Suite.SuiteClasses({MainTest.class, MyMainTest.class})
public class MainTestSuite {}
| UTF-8 | Java | 220 | java | MainTestSuite.java | Java | [] | null | [] | package edu.gatech.seclass.encode;
import org.junit.runner.RunWith;
import org.junit.runners.Suite;
@RunWith(Suite.class)
@Suite.SuiteClasses({MainTest.class, MyMainTest.class})
public class MainTestSuite {}
| 220 | 0.763636 | 0.763636 | 9 | 22.444445 | 17.994513 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 4 |
4a56aae316868534e77c5f2727aa57d7466a9b1a | 23,373,212,082,906 | 119e24c61796d97ab6b324acd7e5dac464990bde | /src/main/java/com/thoughtworks/tw101/exercises/exercise8/Game.java | 6cb3b98cbd6c845296d51eb717432b49454bb64a | [] | no_license | kthong3/tw101-exercises | https://github.com/kthong3/tw101-exercises | f538f023339bc37a1ce9ed83c23fd0700b9d0712 | 9ba8fcedd921fbf6b96726a351b46bd2d2ce6a3c | refs/heads/skeleton | 2021-04-18T20:24:03.978000 | 2020-09-11T20:38:09 | 2020-09-11T20:38:09 | 126,660,521 | 0 | 0 | null | true | 2020-09-11T20:38:10 | 2018-03-25T03:15:07 | 2020-09-11T20:10:21 | 2020-09-11T20:38:09 | 131 | 0 | 0 | 0 | Java | false | false | package com.thoughtworks.tw101.exercises.exercise8;
import java.util.Random;
import java.util.Scanner;
public class Game {
private Scanner scanner;
private int randomNumber;
public void start(){
this.scanner = new Scanner(System.in);
Player player = new Player();
player.prompt();
... | UTF-8 | Java | 1,084 | java | Game.java | Java | [] | null | [] | package com.thoughtworks.tw101.exercises.exercise8;
import java.util.Random;
import java.util.Scanner;
public class Game {
private Scanner scanner;
private int randomNumber;
public void start(){
this.scanner = new Scanner(System.in);
Player player = new Player();
player.prompt();
... | 1,084 | 0.602399 | 0.595941 | 42 | 24.809525 | 18.090036 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.452381 | false | false | 4 |
e0e90830ad13978a7ff6ebe26468522d23b38128 | 28,097,676,091,916 | 82bda3ed7dfe2ca722e90680fd396935c2b7a49d | /app-meipai/src/main/java/com/arashivision/insbase/joml/Matrix3x2dStack.java | eb89c92df97bc5cb190ce5c6af7c316f1e5b60db | [] | no_license | cvdnn/PanoramaApp | https://github.com/cvdnn/PanoramaApp | 86f8cf36d285af08ba15fb32348423af7f0b7465 | dd6bbe0987a46f0b4cfb90697b38f37f5ad47cfc | refs/heads/master | 2023-03-03T11:15:40.350000 | 2021-01-29T09:14:06 | 2021-01-29T09:14:06 | 332,968,433 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.arashivision.insbase.joml;
import e.a.a.a.a;
import java.io.IOException;
import java.io.ObjectInput;
import java.io.ObjectOutput;
public class Matrix3x2dStack extends Matrix3x2d {
public static final long serialVersionUID = 1;
public int curr;
public Matrix3x2d[] mats;
public Matrix3x2dSt... | UTF-8 | Java | 3,413 | java | Matrix3x2dStack.java | Java | [] | null | [] | package com.arashivision.insbase.joml;
import e.a.a.a.a;
import java.io.IOException;
import java.io.ObjectInput;
import java.io.ObjectOutput;
public class Matrix3x2dStack extends Matrix3x2d {
public static final long serialVersionUID = 1;
public int curr;
public Matrix3x2d[] mats;
public Matrix3x2dSt... | 3,413 | 0.529739 | 0.492822 | 114 | 28.938597 | 20.306116 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.535088 | false | false | 4 |
1607d10d0234781cd39a01ca1aa1defcd6bb77b0 | 24,378,234,410,001 | ca030864a3a1c24be6b9d1802c2353da4ca0d441 | /classes6.dex_source_from_JADX/com/facebook/photos/tagging/shared/TagTypeahead.java | b0055407cd81b18fda5843fa11b854d57a7ce4fe | [] | no_license | pxson001/facebook-app | https://github.com/pxson001/facebook-app | 87aa51e29195eeaae69adeb30219547f83a5b7b1 | 640630f078980f9818049625ebc42569c67c69f7 | refs/heads/master | 2020-04-07T20:36:45.758000 | 2018-03-07T09:04:57 | 2018-03-07T09:04:57 | 124,208,458 | 4 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.facebook.photos.tagging.shared;
import android.animation.TimeInterpolator;
import android.content.Context;
import android.content.Intent;
import android.graphics.PointF;
import android.os.Handler;
import android.text.Editable;
import android.text.TextWatcher;
import android.util.AttributeSet;
import androi... | UTF-8 | Java | 22,064 | java | TagTypeahead.java | Java | [] | null | [] | package com.facebook.photos.tagging.shared;
import android.animation.TimeInterpolator;
import android.content.Context;
import android.content.Intent;
import android.graphics.PointF;
import android.os.Handler;
import android.text.Editable;
import android.text.TextWatcher;
import android.util.AttributeSet;
import androi... | 22,064 | 0.638733 | 0.538343 | 606 | 35.409241 | 29.584932 | 323 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.686469 | false | false | 4 |
d39a89864bc1b603a922923d5378739665b340e3 | 25,125,558,737,543 | b591c11a6aabacad0e63809f4316eaa24d479c6a | /SagradaPPP/src/test/java/com/sagrada/ppp/model/UseToolCardResultTest.java | 75441ce55ea03b98ea119dd948f4c8e8c07c2eba | [] | no_license | APPiccio/ing-sw-2018-piccinini-peresson-peressini | https://github.com/APPiccio/ing-sw-2018-piccinini-peresson-peressini | b1f44f99ba23f9a0c2b78986f668484fd7c7699c | cd5521db5400a94ad6a7b78a1362261ff935af73 | refs/heads/master | 2022-12-27T13:02:34.063000 | 2020-05-24T18:00:00 | 2020-05-24T18:00:00 | 126,037,392 | 0 | 3 | null | false | 2020-10-13T11:54:26 | 2018-03-20T15:11:50 | 2020-05-24T18:00:05 | 2020-10-13T11:54:24 | 69,258 | 0 | 2 | 1 | Java | false | false | package com.sagrada.ppp.model;
import org.junit.Test;
import java.util.ArrayList;
import static org.junit.Assert.*;
public class UseToolCardResultTest {
@Test
public void testUseToolCardResult(){
ArrayList<Dice> draftPool = new ArrayList<>();
RoundTrack roundTrack = new RoundTrack();
... | UTF-8 | Java | 528 | java | UseToolCardResultTest.java | Java | [] | null | [] | package com.sagrada.ppp.model;
import org.junit.Test;
import java.util.ArrayList;
import static org.junit.Assert.*;
public class UseToolCardResultTest {
@Test
public void testUseToolCardResult(){
ArrayList<Dice> draftPool = new ArrayList<>();
RoundTrack roundTrack = new RoundTrack();
... | 528 | 0.698864 | 0.695076 | 19 | 26.842106 | 28.9014 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.842105 | false | false | 4 |
481a058d991dbbe7c00d26413c16de82e14fd07b | 17,961,553,275,841 | edee8fe9335798ae23f0f0ede145283746a6b9e5 | /app/src/main/java/apps/codette/geobuy/adapters/SubCategoryAdapter.java | 42984fd74a4a34bbf24c56b9412d5879770d3dd1 | [] | no_license | dineshdhamotharan/geobuy_Android | https://github.com/dineshdhamotharan/geobuy_Android | 352ed2d74091f0f635b96cfc5c049382bc119771 | f8f516fab8d3d92a922771c507abd2afc27a536e | refs/heads/master | 2021-10-11T15:45:28.622000 | 2018-12-19T04:31:06 | 2018-12-19T04:31:06 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package apps.codette.geobuy.adapters;
import android.content.Context;
import android.content.Intent;
import android.support.v7.widget.CardView;
import android.support.v7.widget.RecyclerView;
import android.util.Log;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import androi... | UTF-8 | Java | 3,197 | java | SubCategoryAdapter.java | Java | [] | null | [] | package apps.codette.geobuy.adapters;
import android.content.Context;
import android.content.Intent;
import android.support.v7.widget.CardView;
import android.support.v7.widget.RecyclerView;
import android.util.Log;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import androi... | 3,197 | 0.682202 | 0.681576 | 99 | 31.292929 | 28.193865 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.585859 | false | false | 4 |
b3f889720a4d0c840bbfc6fcb59ea354d8460a1d | 27,281,632,329,020 | 2bf7453cfbd1df82d370fb9eecb785e7a0f21c34 | /src/main/java/com/lnwazg/kit/io/StreamUtils.java | edbc405f4b8152169804836e858fcf46824e2e7f | [
"Apache-2.0"
] | permissive | snake426983/kit | https://github.com/snake426983/kit | e9a8c84a8f0a0fc6e9fc4fad6e904b995b8afc45 | 2a2537098646adde524204679c343f37e9c0d02e | refs/heads/master | 2023-05-28T18:24:43.364000 | 2020-11-17T15:08:29 | 2020-11-17T15:08:29 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lnwazg.kit.io;
import java.io.Closeable;
import java.net.HttpURLConnection;
import org.apache.commons.io.IOUtils;
import com.lnwazg.kit.log.Logs;
/**
* I/O stream的帮助类
* @author nan.li
* @version 2018年9月13日
*/
public final class StreamUtils
{
/**
* 通用的关闭方法
* @author lnwazg@126.com
... | UTF-8 | Java | 1,898 | java | StreamUtils.java | Java | [
{
"context": "zg.kit.log.Logs;\n\n/**\n * I/O stream的帮助类\n * @author nan.li\n * @version 2018年9月13日\n */\npublic final class Str",
"end": 201,
"score": 0.9841809868812561,
"start": 195,
"tag": "NAME",
"value": "nan.li"
},
{
"context": "treamUtils\n{\n /**\n * 通用的关闭方法\n * @... | null | [] | package com.lnwazg.kit.io;
import java.io.Closeable;
import java.net.HttpURLConnection;
import org.apache.commons.io.IOUtils;
import com.lnwazg.kit.log.Logs;
/**
* I/O stream的帮助类
* @author nan.li
* @version 2018年9月13日
*/
public final class StreamUtils
{
/**
* 通用的关闭方法
* @author <EMAIL>
* @para... | 1,891 | 0.506615 | 0.499449 | 84 | 20.607143 | 18.993118 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 4 |
24ad1993f7f26e60f1b1a0144ba0b585be1b99b0 | 27,960,237,158,868 | ebef4d5d124f5b7a828155988e39bff3b1355662 | /modul/ModuldatenleserTest.java | 88a00ed7f8bb17e5c416874dbe24da95df63b984 | [] | no_license | ValorGit/OPR | https://github.com/ValorGit/OPR | f904ced5a29fc4d12b41a353aa67d5262d4c08e8 | 309539dce5769395f7cb93f81a825dcd5749e8e0 | refs/heads/master | 2020-05-09T17:21:48.407000 | 2019-09-23T17:02:49 | 2019-09-23T17:02:49 | 181,306,438 | 2 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package modul;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOE... | UTF-8 | Java | 2,080 | java | ModuldatenleserTest.java | Java | [
{
"context": " static org.junit.Assert.*;\r\n\r\n/**\r\n *\r\n * @author Alex\r\n */\r\npublic class ModuldatenleserTest {\r\n \r\n ",
"end": 477,
"score": 0.9398578405380249,
"start": 473,
"tag": "NAME",
"value": "Alex"
}
] | null | [] | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package modul;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOE... | 2,080 | 0.634135 | 0.627885 | 70 | 27.685715 | 24.476543 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.585714 | false | false | 4 |
dc2fb5fce54b5cc8b6dfa6aff4fa368c734c62e0 | 15,925,738,789,794 | 3fb18c1c940d9d8a5d9f104500a2f4a5ff35b3aa | /snowretailing/server/src/main/java/shlackAndCo/snowretailing/dal/entities/UserEntity.java | 06a0d0026bd8faa56643397a5d9714a7c7359cc9 | [] | no_license | Toward/MPP.Java.Snowretailing | https://github.com/Toward/MPP.Java.Snowretailing | f5c17d48531e7c11e998a7887043c3617f45240f | 4573cc860d49c32ffefcc9b752b193ec28d3e1ca | refs/heads/master | 2021-01-19T21:16:13.220000 | 2017-05-10T19:06:21 | 2017-05-10T19:06:21 | 82,479,821 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package shlackAndCo.snowretailing.dal.entities;
import org.hibernate.annotations.GenericGenerator;
import shlackAndCo.snowretailing.dal.contracts.entities.IUserEntity;
import javax.persistence.*;
import java.util.Collection;
@Entity
@Table(name = "user", schema = "snowretailing_db")
public class UserEntity implement... | UTF-8 | Java | 3,091 | java | UserEntity.java | Java | [] | null | [] | package shlackAndCo.snowretailing.dal.entities;
import org.hibernate.annotations.GenericGenerator;
import shlackAndCo.snowretailing.dal.contracts.entities.IUserEntity;
import javax.persistence.*;
import java.util.Collection;
@Entity
@Table(name = "user", schema = "snowretailing_db")
public class UserEntity implement... | 3,091 | 0.661275 | 0.658039 | 108 | 27.620371 | 25.117029 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.435185 | false | false | 4 |
5f3d9525c647ae9659568a5a009d0133be1a9dde | 5,763,846,160,226 | e42ba10b16e5d8b71d97eb99aedeba126c54acb5 | /SocketChat.java | 7b2a3eda422d5eb4b6bbc2862533e595486fffa2 | [] | no_license | Audino5658/SocketChatRoom | https://github.com/Audino5658/SocketChatRoom | 1a2f621d4b8d5538218675339a1e56920dd51731 | 150a7cccdfa50ea4bc8feca3af456ee72303168a | refs/heads/master | 2023-02-02T13:28:49.762000 | 2020-12-14T14:00:31 | 2020-12-14T14:00:31 | 310,875,187 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.awt.*;
import java.awt.event.*;
import java.io.*;
import java.net.*;
import java.util.*;
import java.net.InetAddress;
import java.net.ServerSocket;
import java.net.Socket;
import javax.swing.JFrame;
public class SocketChat extends Frame implements ActionListener, Runnable, ItemListener, KeyListener{
... | UTF-8 | Java | 7,699 | java | SocketChat.java | Java | [
{
"context": "f2 = new JFrame(\"Chatting Room\");\n\tString name = \"Bruce\";\n\tChoice chFont, chStyle, chSize;\n\t\n int anch",
"end": 602,
"score": 0.9994914531707764,
"start": 597,
"tag": "NAME",
"value": "Bruce"
},
{
"context": " };\n String fontname[] ... | null | [] | import java.awt.*;
import java.awt.event.*;
import java.io.*;
import java.net.*;
import java.util.*;
import java.net.InetAddress;
import java.net.ServerSocket;
import java.net.Socket;
import javax.swing.JFrame;
public class SocketChat extends Frame implements ActionListener, Runnable, ItemListener, KeyListener{
... | 7,698 | 0.522012 | 0.49288 | 259 | 28.552124 | 21.17021 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.247104 | false | false | 4 |
26f30092edc12992c2af8e2d189723f8cb5bf746 | 15,427,522,580,032 | 3104c232442b4785ad80838d06ea1d3e64c5676e | /src/prob4/Animal.java | e1b35d7917a9e9e456c072897598428878ee7bd5 | [] | no_license | NoneMSG/practice05 | https://github.com/NoneMSG/practice05 | 37cc8d3999e5b1c07a42c98437495eb0eaba3f56 | 607dec4dbec4d43a3b51f562ab45c53cf1d1d4ed | refs/heads/master | 2021-01-19T21:47:51.563000 | 2017-04-20T01:32:35 | 2017-04-20T01:32:35 | 88,708,315 | 0 | 0 | null | true | 2017-04-19T06:19:15 | 2017-04-19T06:19:15 | 2017-04-19T03:46:42 | 2017-04-19T03:46:40 | 3 | 0 | 0 | 0 | null | null | null | package prob4;
abstract public class Animal implements Soundable{
}
| UTF-8 | Java | 75 | java | Animal.java | Java | [] | null | [] | package prob4;
abstract public class Animal implements Soundable{
}
| 75 | 0.746667 | 0.733333 | 5 | 13 | 19.245779 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 4 |
6eded60856eb86c1da5c5a4acaa9e0348609b5cd | 1,288,490,247,781 | 5b4abae9977cfb5c643148cfb1df9943fbe7d056 | /src/main/java/com/ctb/pilot/gamification/dao/mybatis/RewardMapper.java | 2530e2ee9336e47e3da3312a23af2ae98ff66350 | [] | no_license | izeye/pilot | https://github.com/izeye/pilot | faffb27307096c67a5edc67bd0bde7c743e660d9 | 2e9d76d319d7f6ed295e436bf1a9b43f6b10419c | refs/heads/master | 2016-08-07T00:34:12.963000 | 2013-10-13T02:34:13 | 2013-10-13T02:34:13 | 5,551,797 | 4 | 1 | null | false | 2012-09-25T15:22:46 | 2012-08-25T13:58:55 | 2012-09-25T15:22:42 | 2012-09-25T15:22:42 | 304 | null | 4 | 17 | Java | null | null | package com.ctb.pilot.gamification.dao.mybatis;
import java.util.List;
import com.ctb.pilot.gamification.model.Reward;
public interface RewardMapper {
List<Reward> getAllRewards();
}
| UTF-8 | Java | 189 | java | RewardMapper.java | Java | [] | null | [] | package com.ctb.pilot.gamification.dao.mybatis;
import java.util.List;
import com.ctb.pilot.gamification.model.Reward;
public interface RewardMapper {
List<Reward> getAllRewards();
}
| 189 | 0.783069 | 0.783069 | 11 | 16.181818 | 18.789833 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.454545 | false | false | 4 |
8b5db47b134311f356daee788a54dd183b167ac6 | 25,872,883,045,582 | 0a43f31ca40c0f6bb41e06b31967d2680b53cd81 | /game2048/src/main/java/listeners/GameMouseListener.java | 90f76ed3e51b98231448e895312bf1ca6ef0cf73 | [] | no_license | MaPDores/edb-2 | https://github.com/MaPDores/edb-2 | e14144cded4bf7147083831c62e17c3136acf1c5 | 7500098fa30a84da0c34bf796ec49ca350d706e4 | refs/heads/master | 2023-01-11T15:49:49.735000 | 2019-11-28T12:45:04 | 2019-11-28T12:45:04 | 220,739,707 | 0 | 1 | null | false | 2023-01-05T01:38:01 | 2019-11-10T04:11:51 | 2019-11-28T12:45:07 | 2023-01-05T01:38:01 | 5,145 | 0 | 1 | 21 | Java | false | false | package listeners;
import controller.BoardController;
import java.awt.event.MouseEvent;
import java.awt.event.MouseListener;
import view.block.BlockHolder;
/**
*
* @author marcelo
*/
public class GameMouseListener extends ExtendableListener implements MouseListener {
private static int clickX, clickY, release... | UTF-8 | Java | 2,245 | java | GameMouseListener.java | Java | [
{
"context": "\nimport view.block.BlockHolder;\n\n/**\n *\n * @author marcelo\n */\npublic class GameMouseListener extends Extend",
"end": 184,
"score": 0.9100939631462097,
"start": 177,
"tag": "USERNAME",
"value": "marcelo"
}
] | null | [] | package listeners;
import controller.BoardController;
import java.awt.event.MouseEvent;
import java.awt.event.MouseListener;
import view.block.BlockHolder;
/**
*
* @author marcelo
*/
public class GameMouseListener extends ExtendableListener implements MouseListener {
private static int clickX, clickY, release... | 2,245 | 0.549221 | 0.545212 | 74 | 29.337837 | 22.540819 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.432432 | false | false | 4 |
5d4cf9472fac7b98f1e223d8ea08c3318637567d | 9,010,841,444,125 | b8ce6d2e2ab507ee9b85b82c3c3d0448384f4c2a | /core/src/com/dualdigital/skywalker/gameobjects/Pickups.java | 7e21e0da7f9eeb187b584304f71bc60cf6627798 | [] | no_license | tundetunde/SkyWalker | https://github.com/tundetunde/SkyWalker | b00d28027c650871879b79b25668ab1a5380e09f | d0db171500090d7c586c0184efc3959c2ebc0e15 | refs/heads/master | 2021-01-10T02:25:14.366000 | 2016-04-10T17:41:36 | 2016-04-10T17:41:36 | 54,758,239 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.dualdigital.skywalker.gameobjects;
import com.badlogic.gdx.graphics.g3d.Model;
import com.badlogic.gdx.math.Vector3;
/**
* Created by tunde_000 on 28/03/2016.
*/
public abstract class Pickups extends GameObject{
protected boolean pickedUp;
public Pickups(Model model, Vector3 position, Vector3 v... | UTF-8 | Java | 731 | java | Pickups.java | Java | [
{
"context": " com.badlogic.gdx.math.Vector3;\n\n/**\n * Created by tunde_000 on 28/03/2016.\n */\npublic abstract class Pickups ",
"end": 158,
"score": 0.9994826316833496,
"start": 149,
"tag": "USERNAME",
"value": "tunde_000"
}
] | null | [] | package com.dualdigital.skywalker.gameobjects;
import com.badlogic.gdx.graphics.g3d.Model;
import com.badlogic.gdx.math.Vector3;
/**
* Created by tunde_000 on 28/03/2016.
*/
public abstract class Pickups extends GameObject{
protected boolean pickedUp;
public Pickups(Model model, Vector3 position, Vector3 v... | 731 | 0.674419 | 0.652531 | 30 | 23.366667 | 22.443237 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.533333 | false | false | 4 |
93d5244a1a8e31ed71d4de37ae918a2fe3e89f75 | 29,686,814,017,395 | 8fae84bbb1f5e3b3e30c8de60c276d29b5f389d4 | /src/main/java/base/exception/ExceptionTest.java | 4160158b3520236ccf39bf4dee7c45c88abec536 | [
"Apache-2.0"
] | permissive | wizardlyk/hello-world-java | https://github.com/wizardlyk/hello-world-java | 8c6d84e3c07975a5d0840ae6b9bccf32dc50546c | c2e2036e6ded17a126208a21a97f391f08de4ff4 | refs/heads/master | 2020-05-25T01:16:11.055000 | 2019-07-29T01:56:14 | 2019-07-29T01:56:14 | 187,550,459 | 0 | 0 | Apache-2.0 | false | 2019-06-14T02:25:00 | 2019-05-20T01:52:28 | 2019-06-12T09:34:45 | 2019-06-14T02:24:59 | 99 | 0 | 0 | 0 | Java | false | false | package base.exception;
/**
* @author lyk
* @Date 2019/5/29 21:37
* @Version 1.0
**/
public class ExceptionTest {
/**
* 异常发生的原因有很多,通常包含以下几大类:
* <p>
* 用户输入了非法数据。
* 要打开的文件不存在。
* 网络通信时连接中断,或者JVM内存溢出。
* <p>
* 检查性异常:最具代表的检查性异常是用户错误或问题引起的异常,这是程序员无法预见的。例如要打开一个不存在文件时,一个异常就发生了,这些异常在编译... | UTF-8 | Java | 1,589 | java | ExceptionTest.java | Java | [
{
"context": "package base.exception;\n\n/**\n * @author lyk\n * @Date 2019/5/29 21:37\n * @Version 1.0\n **/\npub",
"end": 43,
"score": 0.9995995163917542,
"start": 40,
"tag": "USERNAME",
"value": "lyk"
}
] | null | [] | package base.exception;
/**
* @author lyk
* @Date 2019/5/29 21:37
* @Version 1.0
**/
public class ExceptionTest {
/**
* 异常发生的原因有很多,通常包含以下几大类:
* <p>
* 用户输入了非法数据。
* 要打开的文件不存在。
* 网络通信时连接中断,或者JVM内存溢出。
* <p>
* 检查性异常:最具代表的检查性异常是用户错误或问题引起的异常,这是程序员无法预见的。例如要打开一个不存在文件时,一个异常就发生了,这些异常在编译... | 1,589 | 0.685795 | 0.673565 | 36 | 28.527779 | 28.115324 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.277778 | false | false | 4 |
1b1f7018737492d2be0862ac2f0528705f099b75 | 26,491,358,339,514 | 71fcad5f740f025caa36fa6dec9e203444a5c82e | /common/src/main/java/com/colobu/rpcx/protocol/RemotingSysResponseCode.java | 411362a524a42d1120d584bf0a4770d87c1f21e9 | [
"Apache-2.0"
] | permissive | smallnest/rpcx-java | https://github.com/smallnest/rpcx-java | cb5948a48632e113a497edc454635bab6dd6aa69 | dc9d47628a86aad65953aa779f52ead0f8377c98 | refs/heads/master | 2022-12-22T01:25:58.892000 | 2022-05-21T04:42:44 | 2022-05-21T04:42:44 | 122,573,764 | 79 | 26 | Apache-2.0 | false | 2022-12-14T20:44:53 | 2018-02-23T04:33:35 | 2022-08-11T00:52:57 | 2022-12-14T20:44:50 | 691 | 78 | 24 | 7 | Java | false | false |
package com.colobu.rpcx.protocol;
/**
* Created by goodjava@qq.com.
*/
public class RemotingSysResponseCode {
public static final int SUCCESS = 0;
public static final int SYSTEM_ERROR = 1;
public static final int SYSTEM_BUSY = 2;
public static final int REQUEST_CODE_NOT_SUPPORTED = 3;
}
| UTF-8 | Java | 313 | java | RemotingSysResponseCode.java | Java | [
{
"context": "ckage com.colobu.rpcx.protocol;\n\n/**\n * Created by goodjava@qq.com.\n */\npublic class RemotingSysResponseCode {\n\n ",
"end": 69,
"score": 0.9999170899391174,
"start": 54,
"tag": "EMAIL",
"value": "goodjava@qq.com"
}
] | null | [] |
package com.colobu.rpcx.protocol;
/**
* Created by <EMAIL>.
*/
public class RemotingSysResponseCode {
public static final int SUCCESS = 0;
public static final int SYSTEM_ERROR = 1;
public static final int SYSTEM_BUSY = 2;
public static final int REQUEST_CODE_NOT_SUPPORTED = 3;
}
| 305 | 0.699681 | 0.686901 | 16 | 18.5 | 20.943377 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3125 | false | false | 4 |
c324737894a6cf7516839b6f48952a11e3be8879 | 10,634,339,066,308 | 7e282d9be9ca6514155f3f86b57b698c460eab22 | /SBS_KFK_SPRK_PNTH_HDP_APP/app-mutual/src/main/java/com/ksh/crfi/app/common/dao/PermissionInfoRepository.java | 79e0709ab01c5888642e7bad8e09824ed5d3da4d | [] | no_license | sakethoney/realtime_monitoring | https://github.com/sakethoney/realtime_monitoring | ae664a5b5b543cae20c0dc7c1a134d142edb9474 | 83e61e5273265da4d0ac78f170263bec18a4c7df | refs/heads/master | 2023-02-26T02:34:05.955000 | 2021-01-28T06:28:34 | 2021-01-28T06:28:34 | 333,666,818 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ksh.crfi.app.common.dao;
import java.util.List;
import com.ksh.crfi.app.common.entities.acl.AccessControlList;
import com.ksh.crfi.app.common.entities.acl.Client;
import com.ksh.crfi.app.common.entities.acl.Role;
import com.ksh.crfi.app.common.entities.acl.User;
import com.ksh.crfi.app.common.enti... | UTF-8 | Java | 1,042 | java | PermissionInfoRepository.java | Java | [] | null | [] | package com.ksh.crfi.app.common.dao;
import java.util.List;
import com.ksh.crfi.app.common.entities.acl.AccessControlList;
import com.ksh.crfi.app.common.entities.acl.Client;
import com.ksh.crfi.app.common.entities.acl.Role;
import com.ksh.crfi.app.common.entities.acl.User;
import com.ksh.crfi.app.common.enti... | 1,042 | 0.801344 | 0.801344 | 28 | 35.214287 | 25.229458 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.214286 | false | false | 4 |
d0ce9ba67f6b9bbe1794d71c1ca5b89ffee81b0e | 31,147,102,890,669 | e17e27fa68a5ef3a87db1daf63276d51850097eb | /src/main/java/fr/xebia/service/impl/MowServiceImpl.java | 42d3bb0a48e0346c48548ba5388b9c2a08891090 | [] | no_license | ZheningYang/mow-it-now | https://github.com/ZheningYang/mow-it-now | 332b2ed9e699ebc9423fa4d8e0c67d6aca8eaf76 | 0b851c6d245880ee7c2739961dc3cded49fe2c8d | refs/heads/master | 2020-03-29T12:51:57.865000 | 2018-09-27T20:25:38 | 2018-09-27T20:25:38 | 149,924,592 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package fr.xebia.service.impl;
import fr.xebia.domain.*;
import fr.xebia.service.MowService;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.util.ArrayList;
import java.util.List;
import java.util.stream.Collectors;
import static fr.xebia.util.FileReaderUtil.readStringFromFile;
public class Mow... | UTF-8 | Java | 3,050 | java | MowServiceImpl.java | Java | [] | null | [] | package fr.xebia.service.impl;
import fr.xebia.domain.*;
import fr.xebia.service.MowService;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.util.ArrayList;
import java.util.List;
import java.util.stream.Collectors;
import static fr.xebia.util.FileReaderUtil.readStringFromFile;
public class Mow... | 3,050 | 0.57691 | 0.570679 | 93 | 31.784946 | 26.903191 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.612903 | false | false | 4 |
eecdc89c9a8861247f6137bba6e61ce5c75a4fa9 | 31,147,102,891,185 | 25cad134a55f820da01c163093056b8d38441b15 | /Week6/src/nl/saxion/model/Model.java | 179ccec79ae0eaa4b3556f33e1de093e86d98e3a | [] | no_license | FalcoIJben/WebTech | https://github.com/FalcoIJben/WebTech | 7ed20d1013e5ba00dee81dce8baa6d9b54142dff | 283cd508a48fc36bb0ee7787b4af35edc653e477 | refs/heads/master | 2021-01-25T00:10:07.193000 | 2015-09-08T10:02:20 | 2015-09-08T10:02:20 | 41,868,589 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package nl.saxion.model;
import java.util.Observable;
import android.util.Log;
public class Model extends Observable{
private int kever;
private int voelsprieten;
private Dice dice1 = new Dice();
private Dice dice2 = new Dice();
private Dice dice3 = new Dice();
public Model(){
}
public Dice getD... | UTF-8 | Java | 568 | java | Model.java | Java | [] | null | [] | package nl.saxion.model;
import java.util.Observable;
import android.util.Log;
public class Model extends Observable{
private int kever;
private int voelsprieten;
private Dice dice1 = new Dice();
private Dice dice2 = new Dice();
private Dice dice3 = new Dice();
public Model(){
}
public Dice getD... | 568 | 0.637324 | 0.616197 | 47 | 11.085107 | 11.973072 | 38 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.382979 | false | false | 4 |
33e22972a902eebc7188c8948a2f3449017b6db7 | 11,098,195,509,063 | b46e4fd8d90f3ed2f74340f0a2759fa275b1d93a | /ExampleRefactor/src/br/ufsm/exampleRefactor/InterTypeFieldDeclaration.java | 4581af4cc4d0c32bbc0ab05327cab66712ea0b62 | [] | no_license | EduardoBruning/exempleRefactor | https://github.com/EduardoBruning/exempleRefactor | 7ec73184bbea0ff6d24c13bfc90b0273ea197e1e | 531592ecff9e3a01e0cd603ef57dddf2a8bbff20 | refs/heads/master | 2021-01-09T17:40:49.807000 | 2020-02-22T19:06:32 | 2020-02-22T19:06:32 | 242,393,534 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.ufsm.exampleRefactor;
public class InterTypeFieldDeclaration {
}
| UTF-8 | Java | 83 | java | InterTypeFieldDeclaration.java | Java | [] | null | [] | package br.ufsm.exampleRefactor;
public class InterTypeFieldDeclaration {
}
| 83 | 0.771084 | 0.771084 | 5 | 14.6 | 17.658993 | 40 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 4 |
5124f29df654c31b3f4167a55e09313b4ec399b8 | 27,298,812,183,002 | 392953791f29c3ae9a4b542173982f038d60f513 | /代码02-软件度量自动化工具后端/smproject/src/main/java/cn/edu/csu/smproject/domain/DF/Model.java | d37de0eaef50938cb308b7967a43254242adf57f | [] | no_license | yc1999/Experiment4SoftwareMetricsAutomationTool | https://github.com/yc1999/Experiment4SoftwareMetricsAutomationTool | 1675dd7105de3ae247be4cabd19a762faa3c8feb | 8972f806554b7eb9dc5bedf0bb392d292f24458f | refs/heads/master | 2022-10-02T07:29:30.632000 | 2020-06-03T04:04:55 | 2020-06-03T04:04:55 | 268,983,583 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.edu.csu.smproject.domain.DF;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
import java.util.ArrayList;
public class Model {
@JacksonXmlElementWrapper(namespace = "c",localName = "Processes")
... | UTF-8 | Java | 2,174 | java | Model.java | Java | [] | null | [] | package cn.edu.csu.smproject.domain.DF;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
import java.util.ArrayList;
public class Model {
@JacksonXmlElementWrapper(namespace = "c",localName = "Processes")
... | 2,174 | 0.729071 | 0.729071 | 67 | 31.447762 | 29.364555 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.41791 | false | false | 4 |
4d7ef78c51cb5c5bde936564558b655e636bcca7 | 14,388,140,495,255 | c2cb9dd51009c19cec0ad64d579da2be9f6ea204 | /Spring-All/SpringAOP/src/main/java/com/item/AOP/LoggerAspect.java | 12c8f70c87e41f8e688bf12e2fc29a40c1fbc122 | [] | no_license | LYgithub/JavaProject | https://github.com/LYgithub/JavaProject | a2cbf1637404bd054826abfb65415509b28f05e9 | 594b6a224591a74bbf18ffa0c0337dc69da226fe | refs/heads/master | 2022-12-28T09:21:14.848000 | 2020-10-20T12:44:07 | 2020-10-20T12:44:07 | 288,051,639 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.item.AOP;
import org.aspectj.lang.JoinPoint;
import org.aspectj.lang.annotation.*;
import org.springframework.stereotype.Component;
import java.util.Arrays;
/**
* @author LiYang
* @Project Name: SpringAOP
* @Package Name: com.item.AOP
* Created by MacBook Air on 2020/06/22.
* Copyright © 2020 LiYang... | UTF-8 | Java | 1,659 | java | LoggerAspect.java | Java | [
{
"context": "mponent;\n\nimport java.util.Arrays;\n\n/**\n * @author LiYang\n * @Project Name: SpringAOP\n * @Package Name: com",
"end": 193,
"score": 0.9991438984870911,
"start": 187,
"tag": "NAME",
"value": "LiYang"
},
{
"context": " by MacBook Air on 2020/06/22.\n * Copyright © 2... | null | [] | package com.item.AOP;
import org.aspectj.lang.JoinPoint;
import org.aspectj.lang.annotation.*;
import org.springframework.stereotype.Component;
import java.util.Arrays;
/**
* @author LiYang
* @Project Name: SpringAOP
* @Package Name: com.item.AOP
* Created by MacBook Air on 2020/06/22.
* Copyright © 2020 LiYang... | 1,659 | 0.654626 | 0.644487 | 54 | 28.185184 | 26.751307 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.314815 | false | false | 4 |
87356219f3dd3df55f02afca525ff13f5345218e | 1,340,029,832,166 | 9856062e917f74e690f6c9f6f64b1bc785d26aa8 | /src/com/O2Cache/cache/Cache.java | a88ca9fd4961dff1fd7d0d6c831d6f7adaa9c355 | [] | no_license | SpringoftheCat/O2Cache | https://github.com/SpringoftheCat/O2Cache | 286e23b81b6fa0352c312dccf757b93f9b871d52 | 8242f535c27e06468e848d67c4d39edf145d20bb | refs/heads/master | 2019-04-18T20:14:36.803000 | 2017-06-03T05:07:13 | 2017-06-03T05:07:13 | 92,839,748 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.O2Cache.cache;
import java.sql.ResultSet;
import java.util.concurrent.locks.ReadWriteLock;
import com.O2Cache.Session.Configuration;
public interface Cache<T> {
/**
*
* @param rs
* 数据库结果集()
* @param configuration
* 基础配置
* @param cl
* dao文件cl... | GB18030 | Java | 3,036 | java | Cache.java | Java | [] | null | [] | package com.O2Cache.cache;
import java.sql.ResultSet;
import java.util.concurrent.locks.ReadWriteLock;
import com.O2Cache.Session.Configuration;
public interface Cache<T> {
/**
*
* @param rs
* 数据库结果集()
* @param configuration
* 基础配置
* @param cl
* dao文件cl... | 3,036 | 0.574167 | 0.571667 | 145 | 14.551724 | 15.209312 | 97 | true | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.048276 | false | false | 4 |
4412a52a06a268ba3553c5b46cfee3e850e2cd43 | 9,216,999,837,101 | f5d70f4aa6cc9adf123f173208d3b51b079b5c98 | /src/comp6421/semantic/perform/SymbolAction.java | 0dc8c0a9ce0c60fbbaba0b282ca99ba480085bb1 | [] | no_license | duzhen/CompilerDesign | https://github.com/duzhen/CompilerDesign | cbac33e4a6739b6fdfe89eb29a48910dda0ba756 | d2217ecab43f47f6f89f55aa375fe699c51ce844 | refs/heads/master | 2021-03-19T09:10:30.305000 | 2018-01-18T17:03:52 | 2018-01-18T17:03:52 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package comp6421.semantic.perform;
import comp6421.semantic.SymbolContext;
public abstract class SymbolAction implements SemanticAction {
protected final static SymbolContext context = SymbolContext.getInstance();
}
| UTF-8 | Java | 222 | java | SymbolAction.java | Java | [] | null | [] | package comp6421.semantic.perform;
import comp6421.semantic.SymbolContext;
public abstract class SymbolAction implements SemanticAction {
protected final static SymbolContext context = SymbolContext.getInstance();
}
| 222 | 0.828829 | 0.792793 | 9 | 23.666666 | 28.397966 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.555556 | false | false | 4 |
b54aafe8bf5ff3f3bf288a98e5626d2ca5baa898 | 31,568,009,690,174 | ed522fb78bee523a6f524c661520ece5b6863c6b | /Engine/Database/test/unit/src/org/shaman/database/records/IndexedEntity.java | 42f16d602d958db9c48fa5dfe337267566f4b36f | [] | no_license | shamanDevel/shaman.rpg | https://github.com/shamanDevel/shaman.rpg | 0d3802e65d155d586791e578e0c0b08a6f2b051c | 3b9ab27d1b03e19ef6315fd7684098695ea73a35 | refs/heads/master | 2019-08-05T07:58:28.580000 | 2017-04-28T11:58:32 | 2017-04-28T11:58:32 | 4,423,372 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package org.shaman.database.records;
import org.shaman.database.AttributeName;
import org.shaman.database.RecordName;
import org.shaman.database.util.AbstractIndexedEntity;
/**
*
* @author Sebastian
*/
@RecordName(v... | UTF-8 | Java | 1,300 | java | IndexedEntity.java | Java | [
{
"context": "ase.util.AbstractIndexedEntity;\n\n/**\n *\n * @author Sebastian\n */\n@RecordName(value = \"IEnt\")\npublic class Inde",
"end": 302,
"score": 0.9997583031654358,
"start": 293,
"tag": "NAME",
"value": "Sebastian"
}
] | null | [] | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package org.shaman.database.records;
import org.shaman.database.AttributeName;
import org.shaman.database.RecordName;
import org.shaman.database.util.AbstractIndexedEntity;
/**
*
* @author Sebastian
*/
@RecordName(v... | 1,300 | 0.59 | 0.586923 | 58 | 21.413794 | 17.202681 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.344828 | false | false | 4 |
c3a0ffd1a587ca8aa1e275042d318b03522f2792 | 31,568,009,690,466 | 27691a7dee3d9f793da60ce753d44f1c3ae86d88 | /src/main/java/table/Status.java | 478a2ff9032eb38786209c0644372c14bbc3316e | [] | no_license | alex2snikers/Course_work | https://github.com/alex2snikers/Course_work | 93a416177dc9bba3c5f87cd1cd501a5fe6688a65 | 6ce96a8d818b4ef8bc2881b40115aef01a752b05 | refs/heads/master | 2017-05-18T03:59:49.962000 | 2017-03-25T15:24:28 | 2017-03-25T15:24:28 | 83,452,186 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package table;
import javax.persistence.*;
@Entity
@Table(name = "status")
public class Status {
@Id
@Column(name = "status_id")
@GeneratedValue(strategy = GenerationType.AUTO)
private Integer statusId;
@Column(name = "done")
private Boolean done;
@Column(name = "message")
private S... | UTF-8 | Java | 1,422 | java | Status.java | Java | [] | null | [] | package table;
import javax.persistence.*;
@Entity
@Table(name = "status")
public class Status {
@Id
@Column(name = "status_id")
@GeneratedValue(strategy = GenerationType.AUTO)
private Integer statusId;
@Column(name = "done")
private Boolean done;
@Column(name = "message")
private S... | 1,422 | 0.601266 | 0.601266 | 78 | 17.23077 | 15.317096 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25641 | false | false | 4 |
2b4da54df2a27b8c9cb41a38444526545d325cad | 31,568,009,687,694 | 003c36800be9d7b47c96a3dd7ed26d94705a1454 | /src/edu/cs495/engine/gfx/requests/LightRequest.java | 3b81507ab12bd323fa55c72baa524a9a073028f6 | [] | no_license | scimbleau/CS495_Game | https://github.com/scimbleau/CS495_Game | ca9eaf10b9b09448db834f6dd569220ce3bb1308 | afd27459dbe2d58550e0381444d9a05c8d63d216 | refs/heads/master | 2020-03-30T07:17:23.518000 | 2019-03-30T02:25:17 | 2019-03-30T02:25:17 | 150,929,182 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
package edu.cs495.engine.gfx.requests;
import edu.cs495.engine.gfx.obj.Light;
/** This is an {@link AbstractRequest} which will encapsulate a {@link Light}
* and where to draw it. This is sent to the renderer for processing.
*
* @version February 2019
* @author Spencer Imbleau
*/
public... | UTF-8 | Java | 1,432 | java | LightRequest.java | Java | [
{
"context": "ssing.\r\n * \r\n * @version February 2019\r\n * @author Spencer Imbleau\r\n */\r\npublic class LightRequest extends AbstractR",
"end": 307,
"score": 0.9998771548271179,
"start": 292,
"tag": "NAME",
"value": "Spencer Imbleau"
}
] | null | [] | /**
*
*/
package edu.cs495.engine.gfx.requests;
import edu.cs495.engine.gfx.obj.Light;
/** This is an {@link AbstractRequest} which will encapsulate a {@link Light}
* and where to draw it. This is sent to the renderer for processing.
*
* @version February 2019
* @author <NAME>
*/
public class Li... | 1,423 | 0.668994 | 0.662011 | 49 | 27.224489 | 24.909031 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.204082 | false | false | 4 |
4b7fba1a5976f698445c6d3ae50195b9201e4962 | 32,229,434,656,418 | 9ee293f51ffb6cae2d012fdb01132b0f5089b724 | /aula08/spring02/src/main/java/br/silva/spring02/controller/ClienteController.java | 0af02172bb4240d132542dfea68a4b2443bd5438 | [] | no_license | cleitce/treinamentoitaujava | https://github.com/cleitce/treinamentoitaujava | 885c9db60f56d6a2a96a64ac6ca477965e3a4786 | 3699dc4058130a6ea6c7539e7147d534f2d1a481 | refs/heads/master | 2023-03-02T17:28:11.324000 | 2021-02-10T21:11:43 | 2021-02-10T21:11:43 | 337,855,664 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.silva.spring02.controller;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.CrossOrigin;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.... | UTF-8 | Java | 1,540 | java | ClienteController.java | Java | [] | null | [] | package br.silva.spring02.controller;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.CrossOrigin;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.... | 1,540 | 0.735505 | 0.723778 | 42 | 35.547619 | 32.204853 | 130 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 4 |
d298781c2d93ec9a38b56d246eb25dbef581494f | 704,374,664,836 | 3ee9ae71959089c57491d4f0e6682200543c802a | /app/src/main/java/com/example/zeyupeng/smarthome/UI/ViewModel/RoomControlPanelActivityHeaderViewModelConverter.java | 38fb88a40123db2630f5c93c66703eebcf028ebd | [] | no_license | z243204162/SmartHome | https://github.com/z243204162/SmartHome | b8df3ff7d4874c5ff8c126e04cff1a9ccb7713df | 7fde7d4ba179591a4986a2a64cdd9b04b39c9b93 | refs/heads/master | 2021-01-19T16:21:02.171000 | 2017-08-22T16:27:23 | 2017-08-22T16:27:23 | 101,002,326 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.zeyupeng.smarthome.UI.ViewModel;
import com.example.zeyupeng.smarthome.Model.MyRooms.AbstractRoom;
/**
* Created by zeyu peng on 2017-06-27.
*/
public class RoomControlPanelActivityHeaderViewModelConverter {
private RoomControlPanelActivityHeaderViewModel mViewModel;
public RoomControl... | UTF-8 | Java | 782 | java | RoomControlPanelActivityHeaderViewModelConverter.java | Java | [
{
"context": "ome.Model.MyRooms.AbstractRoom;\n\n/**\n * Created by zeyu peng on 2017-06-27.\n */\n\npublic class RoomControlPanel",
"end": 148,
"score": 0.9993984699249268,
"start": 139,
"tag": "NAME",
"value": "zeyu peng"
}
] | null | [] | package com.example.zeyupeng.smarthome.UI.ViewModel;
import com.example.zeyupeng.smarthome.Model.MyRooms.AbstractRoom;
/**
* Created by <NAME> on 2017-06-27.
*/
public class RoomControlPanelActivityHeaderViewModelConverter {
private RoomControlPanelActivityHeaderViewModel mViewModel;
public RoomControlPan... | 779 | 0.774936 | 0.764706 | 21 | 36.238094 | 32.699066 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 4 |
3fdddc5b1da58b1fbe7f8882ee994833f50e8843 | 27,324,582,004,609 | 1e528b60bd15879a7f77dd503a9d7ac6c7a91054 | /src/main/java/com/example/demo/fibonacci/fibonacciController.java | 86623444536f480a87985d9c9bf48936845b5f33 | [] | no_license | ZavierLim/SA52_ZavierLimYuHan_Fibonacci | https://github.com/ZavierLim/SA52_ZavierLimYuHan_Fibonacci | efea84b75fc54f575587873935db3f1786211e1a | d0c46f44ce0ba41a5c2f04ba3d00da21067eb218 | refs/heads/main | 2023-06-11T19:46:52.886000 | 2021-07-04T09:39:52 | 2021-07-04T09:39:52 | 382,811,310 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.demo.fibonacci;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*;
import java.util.List;
import java.util.Map;
@RestController
@RequestMapping(path="fibonacci")
public class fibonacciController {
private final fibonacciService f... | UTF-8 | Java | 664 | java | fibonacciController.java | Java | [] | null | [] | package com.example.demo.fibonacci;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*;
import java.util.List;
import java.util.Map;
@RestController
@RequestMapping(path="fibonacci")
public class fibonacciController {
private final fibonacciService f... | 664 | 0.754518 | 0.754518 | 28 | 22.714285 | 24.420216 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.321429 | false | false | 4 |
9859e067415acb5a0fbcd35fc6f895189b2fa109 | 29,222,957,538,618 | 2020f958d0d4ea79a24a9ab4fd64ab4ab08b249a | /src/is6/program.java | cd271e0b65881fbc6a9bbf23bf48ea0edf2ce9ef | [] | no_license | makarious/is6 | https://github.com/makarious/is6 | cc20122424bd0aa2207a767d3950dcc9513dc186 | 64997a43b7df3965d041e312d0db4c3bcc983979 | refs/heads/master | 2021-01-10T07:50:12.217000 | 2016-03-23T14:46:21 | 2016-03-23T14:46:21 | 54,569,147 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package is6;
public class program {
public static void main(String[] args) {
System.out.println("helloo world");
welcom();
}
public static void welcom()
{
System.out.println("helloo world");
}
}
| UTF-8 | Java | 225 | java | program.java | Java | [] | null | [] | package is6;
public class program {
public static void main(String[] args) {
System.out.println("helloo world");
welcom();
}
public static void welcom()
{
System.out.println("helloo world");
}
}
| 225 | 0.622222 | 0.617778 | 15 | 13 | 15.121728 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 4 |
285996d22f9af3f3b70f97df02a814ba6d3c941f | 32,152,125,232,952 | 693510cc8567f41f9bd28c80ceba2bcfbbfc5785 | /src/util/dtree/TreeEntry.java | d4b958d9c0ebeb6d3ae2ce747726ba49bec09e28 | [] | no_license | blair0354/TBNJProject | https://github.com/blair0354/TBNJProject | c2b9c65c2a97ea81f03405e453f79082db2dcfb8 | 3d469efade8ea346cb87d8a24516ecb58523cfb9 | refs/heads/master | 2020-07-11T23:48:56.700000 | 2019-08-27T09:20:17 | 2019-08-27T09:20:17 | 204,668,652 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package util.dtree;
import java.sql.ResultSet;
import java.util.ArrayList;
import util.Common;
import util.Database;
import util.SuperBean;
public class TreeEntry extends SuperBean {
private String icon;
private String iconOpen;
private String id;
private String name;
private String opened;
private String pid;... | UTF-8 | Java | 10,374 | java | TreeEntry.java | Java | [] | null | [] | package util.dtree;
import java.sql.ResultSet;
import java.util.ArrayList;
import util.Common;
import util.Database;
import util.SuperBean;
public class TreeEntry extends SuperBean {
private String icon;
private String iconOpen;
private String id;
private String name;
private String opened;
private String pid;... | 10,374 | 0.615593 | 0.613175 | 332 | 30.138554 | 22.263727 | 161 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.987952 | false | false | 4 |
d9f7874f116408849e85e27ef1542e2dab196585 | 34,668,976,046,120 | 3541800a196d79daaee68c7ccf1b18e0dd6be78e | /internet_of_things/src/main/java/com/markwatson/iot/MulticastClient.java | 92755d29cae8071c79f352d42f3e0111e8a0cbb2 | [
"LGPL-2.0-or-later",
"GPL-1.0-or-later",
"Apache-2.0",
"AGPL-3.0-or-later",
"MIT"
] | permissive | mark-watson/power-java | https://github.com/mark-watson/power-java | c2ce5c8230db1f851d68a1783973e7a3169eaef8 | 70a8500ec9c04232419d0ddba47693c3eaa9ed30 | refs/heads/master | 2022-11-08T10:59:20.495000 | 2022-11-01T20:27:03 | 2022-11-01T20:27:03 | 46,132,889 | 23 | 5 | Apache-2.0 | false | 2022-11-01T20:27:04 | 2015-11-13T16:18:01 | 2022-07-01T02:11:24 | 2022-11-01T20:27:03 | 65,639 | 21 | 5 | 0 | Java | false | false | package com.markwatson.iot;
import java.io.IOException;
import java.net.DatagramPacket;
import java.net.InetAddress;
import java.net.MulticastSocket;
public class MulticastClient {
final static String INET_ADDR = "224.0.0.5";
final static int PORT = 9002;
public static void main(String[] args) throws IOExcept... | UTF-8 | Java | 875 | java | MulticastClient.java | Java | [
{
"context": "package com.markwatson.iot;\n\nimport java.io.IOException;\nimport java.net",
"end": 22,
"score": 0.7769169211387634,
"start": 16,
"tag": "USERNAME",
"value": "watson"
},
{
"context": "icastClient {\n\n final static String INET_ADDR = \"224.0.0.5\";\n final static int... | null | [] | package com.markwatson.iot;
import java.io.IOException;
import java.net.DatagramPacket;
import java.net.InetAddress;
import java.net.MulticastSocket;
public class MulticastClient {
final static String INET_ADDR = "192.168.127.12";
final static int PORT = 9002;
public static void main(String[] args) throws IOE... | 880 | 0.72 | 0.704 | 28 | 30.178572 | 24.585207 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.642857 | false | false | 4 |
b6bbf897c241ced61ae7578c091e5394afea4c65 | 35,192,962,039,378 | 8a9f31fc35aca14de8ca849d993a027a596b6376 | /MusicPlayer/src/com/ramya/musicplayer/MainActivity.java | 1f273f22dcbdf20045e7b38398637432c66cd746 | [] | no_license | aforandroid/AforAndroid_Samples | https://github.com/aforandroid/AforAndroid_Samples | 65173a6bddcdfde8797a7a9619be5b4ecc2bc74a | 9a2063fa8ada5081f0b1640178825e38292f92e4 | refs/heads/master | 2021-01-23T00:39:19.896000 | 2017-06-20T03:30:20 | 2017-06-20T03:30:20 | 92,825,080 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ramya.musicplayer;
import android.app.Activity;
import android.media.MediaPlayer;
import android.os.Bundle;
import android.os.Handler;
import android.view.View;
import android.widget.Button;
import android.widget.SeekBar;
import android.widget.TextView;
import android.widget.Toast;
import java.util.c... | UTF-8 | Java | 4,563 | java | MainActivity.java | Java | [] | null | [] | package com.ramya.musicplayer;
import android.app.Activity;
import android.media.MediaPlayer;
import android.os.Bundle;
import android.os.Handler;
import android.view.View;
import android.widget.Button;
import android.widget.SeekBar;
import android.widget.TextView;
import android.widget.Toast;
import java.util.c... | 4,563 | 0.586675 | 0.581635 | 100 | 44.630001 | 24.406006 | 124 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.68 | false | false | 4 |
0cd94ea271d0c46298edefb6c01e73072c08c9a1 | 34,033,320,880,133 | 7fd0068e209612c47dfaedb87d1e6a3764760ce3 | /src/solitaire/EndDialog.java | f4b3d346c323dcb6aae10a19d65320e37c07b8b2 | [] | no_license | bmistry12/solitaire | https://github.com/bmistry12/solitaire | c1a0ebe77de3abadde9b6d9a2d87b5c7024152ab | b8323f3077f9282d68246cb3736ea4f7899d97fc | refs/heads/master | 2020-03-28T15:01:45.316000 | 2018-09-12T22:05:15 | 2018-09-12T22:05:15 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package solitaire;
import javax.swing.JFrame;
import javax.swing.JLabel;
import javax.swing.JOptionPane;
import main.Timer;
/**
* A JOptionPane dialog triggered by file>exit. Shows a few game stats.
*
* @author bhavi
*
*/
public class EndDialog {
private JLabel text;
private JFrame frame;
/**
* Construc... | UTF-8 | Java | 1,654 | java | EndDialog.java | Java | [
{
"context": " file>exit. Shows a few game stats.\n * \n * @author bhavi\n *\n */\npublic class EndDialog {\n\n\tprivate JLabel ",
"end": 223,
"score": 0.9995796084403992,
"start": 218,
"tag": "USERNAME",
"value": "bhavi"
}
] | null | [] | package solitaire;
import javax.swing.JFrame;
import javax.swing.JLabel;
import javax.swing.JOptionPane;
import main.Timer;
/**
* A JOptionPane dialog triggered by file>exit. Shows a few game stats.
*
* @author bhavi
*
*/
public class EndDialog {
private JLabel text;
private JFrame frame;
/**
* Construc... | 1,654 | 0.645103 | 0.642684 | 64 | 24.84375 | 28.175354 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.671875 | false | false | 4 |
bd10751eed7d5ffea909a25857619cd0a23d84c5 | 25,237,227,849,283 | 641d33c69fa868126b0c9aa5176a13e339a1aa8b | /ecmoban/src/main/java/com/ecjia/hamster/activity/SelectedGiftsActivity.java | 721870ea981845350a01a3373306c6be26007243 | [] | no_license | hackerlcg/SJQ_ECSHOP_ZG_NEW | https://github.com/hackerlcg/SJQ_ECSHOP_ZG_NEW | 8fea21000dad2e301d431d253dda68cbeeb63932 | 9b2e371484c28ad3dd7bea81de2c53d79ef13e99 | refs/heads/master | 2021-08-31T10:58:29.956000 | 2017-12-21T02:56:39 | 2017-12-21T02:56:39 | 114,960,183 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ecjia.hamster.activity;
import android.content.Intent;
import android.os.Bundle;
import android.text.TextUtils;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.ImageView;
import android.widget.TextView;
import com.ecjia.base.BaseActivity;
import com.ecmoban.andro... | UTF-8 | Java | 2,631 | java | SelectedGiftsActivity.java | Java | [] | null | [] | package com.ecjia.hamster.activity;
import android.content.Intent;
import android.os.Bundle;
import android.text.TextUtils;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.ImageView;
import android.widget.TextView;
import com.ecjia.base.BaseActivity;
import com.ecmoban.andro... | 2,631 | 0.614975 | 0.614215 | 88 | 28.897728 | 22.601307 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.534091 | false | false | 4 |
7c1dba4ce874e9c9c56f3c0d84b1efc5dc3a2945 | 33,208,687,144,058 | 98fd79ad418d0f5b5764f8c8d8b76c9aed9b55ab | /thyme-data/thyme-data-client/src/main/java/org/yixi/data/client/UpsertResponse.java | f3b45517c07d4be880692d3d3da7642075fe65dd | [] | no_license | leo3877/thyme | https://github.com/leo3877/thyme | 5d33f86d48117af8673b7a83b289522867dce1df | 6cfde48d576d79cf075fbe3f067c895aed70894c | refs/heads/main | 2023-07-02T09:40:57.885000 | 2021-08-06T08:28:17 | 2021-08-06T08:28:17 | 393,306,750 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.yixi.data.client;
import java.io.Serializable;
/**
* 未找到就新增
*
* @author yixi
* @since 1.0.0
*/
@SuppressWarnings("all")
public class UpsertResponse<PK> implements Serializable {
public static final String COUNT_KEY = "count";
private Integer count;
private PK id;
public static <PK> UpsertR... | UTF-8 | Java | 748 | java | UpsertResponse.java | Java | [
{
"context": "java.io.Serializable;\n\n/**\n * 未找到就新增\n *\n * @author yixi\n * @since 1.0.0\n */\n@SuppressWarnings(\"all\")\npubl",
"end": 93,
"score": 0.9990000128746033,
"start": 89,
"tag": "USERNAME",
"value": "yixi"
}
] | null | [] | package org.yixi.data.client;
import java.io.Serializable;
/**
* 未找到就新增
*
* @author yixi
* @since 1.0.0
*/
@SuppressWarnings("all")
public class UpsertResponse<PK> implements Serializable {
public static final String COUNT_KEY = "count";
private Integer count;
private PK id;
public static <PK> UpsertR... | 748 | 0.672554 | 0.668478 | 41 | 16.95122 | 17.949728 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.341463 | false | false | 4 |
4292368d220aa9bb9b028b425c25af91c960f286 | 33,208,687,142,992 | 3e187c43858051e52d5d51ce36ccd68887e7c92e | /app/src/main/java/com/ewand/dagger/download/DownloadComponent.java | e2855eee4635812342dda1a2058c20db011bfd8d | [] | no_license | Hiwedo/ZhiDian-Android | https://github.com/Hiwedo/ZhiDian-Android | 58db2bed2f9d937df00de51b5805b894420f32f0 | f4775021f5fb643234fd51580801b1b2f1015569 | refs/heads/master | 2016-06-14T05:40:53.332000 | 2016-05-28T11:14:24 | 2016-05-28T11:14:24 | 57,214,811 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ewand.dagger.download;
import android.app.Activity;
import com.ewand.App;
import com.ewand.dagger.PerActivity;
import com.ewand.dagger.app.AbstractActivityComponent;
import com.ewand.dagger.app.ActivityModule;
import com.ewand.dagger.app.AppComponent;
import com.ewand.modules.download.DownloadActivity;
i... | UTF-8 | Java | 971 | java | DownloadComponent.java | Java | [
{
"context": "vity;\n\nimport dagger.Component;\n\n/**\n * Created by felix on 5/1/2016.\n */\n@PerActivity\n@Component(dependen",
"end": 368,
"score": 0.9995489120483398,
"start": 363,
"tag": "USERNAME",
"value": "felix"
}
] | null | [] | package com.ewand.dagger.download;
import android.app.Activity;
import com.ewand.App;
import com.ewand.dagger.PerActivity;
import com.ewand.dagger.app.AbstractActivityComponent;
import com.ewand.dagger.app.ActivityModule;
import com.ewand.dagger.app.AppComponent;
import com.ewand.modules.download.DownloadActivity;
i... | 971 | 0.716787 | 0.710608 | 31 | 30.32258 | 25.644451 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.419355 | false | false | 4 |
e53999c4e7997da19f52e87f3f25ecc07493a887 | 9,698,036,172,954 | c1826044815e3e288cb51dfb14a3510321245b43 | /app/src/main/java/jk/fhws_rooms/adapters/RoomAdapter.java | 9ef870e565e82d1760570c375fd6760f4a6640dd | [] | no_license | JanKraemer/FHWS_Rooms | https://github.com/JanKraemer/FHWS_Rooms | 0282a002c9a3f060f44417344aa37ea4ff224ffd | 6063cadcbb632aaba617ef81f9547ca49026950c | refs/heads/master | 2021-01-19T09:57:03.359000 | 2017-04-26T16:52:36 | 2017-04-26T16:52:36 | 87,799,156 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package jk.fhws_rooms.adapters;
import android.content.Context;
import android.content.SharedPreferences;
import android.preference.PreferenceManager;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import java.util.LinkedList... | UTF-8 | Java | 4,443 | java | RoomAdapter.java | Java | [] | null | [] | package jk.fhws_rooms.adapters;
import android.content.Context;
import android.content.SharedPreferences;
import android.preference.PreferenceManager;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import java.util.LinkedList... | 4,443 | 0.681071 | 0.680396 | 151 | 28.423841 | 29.195036 | 179 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.496689 | false | false | 4 |
d935d7885489b1474a5b55a467f2a42ffaa60f6f | 9,105,330,722,555 | 4d27758208bc20985cbf073d39248481b13a500d | /java_tools/proxy_server/src/main/java/com/rusefi/server/Backend.java | 944a063e166510b7636e8e0127706d579e2d66da | [] | no_license | rusefi/rusefi | https://github.com/rusefi/rusefi | 16c0b62466c11a262db2c571c9c665604d526040 | 2b2441a906c06852b47f16fba89d73e22821c40f | refs/heads/master | 2023-09-01T20:58:59.253000 | 2023-09-01T20:43:41 | 2023-09-01T20:43:41 | 19,047,649 | 626 | 368 | null | false | 2023-09-11T11:07:44 | 2014-04-22T21:51:00 | 2023-09-10T12:28:20 | 2023-09-11T11:07:43 | 1,316,896 | 610 | 198 | 784 | C | false | false | package com.rusefi.server;
import com.devexperts.logging.Logging;
import com.rusefi.Listener;
import com.rusefi.NamedThreadFactory;
import com.rusefi.Timeouts;
import com.rusefi.binaryprotocol.BinaryProtocol;
import com.rusefi.core.Sensor;
import com.rusefi.io.IoStream;
import com.rusefi.io.commands.HelloCommand;
impo... | UTF-8 | Java | 19,676 | java | Backend.java | Java | [] | null | [] | package com.rusefi.server;
import com.devexperts.logging.Logging;
import com.rusefi.Listener;
import com.rusefi.NamedThreadFactory;
import com.rusefi.Timeouts;
import com.rusefi.binaryprotocol.BinaryProtocol;
import com.rusefi.core.Sensor;
import com.rusefi.io.IoStream;
import com.rusefi.io.commands.HelloCommand;
impo... | 19,676 | 0.643728 | 0.643474 | 419 | 45.959427 | 36.701542 | 186 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.572792 | false | false | 4 |
40ce6a91acb1d23cf9a0de360b4a39e87270d791 | 24,635,932,439,091 | 56397f026ae2c426c085e1849da61f8c58d4edb8 | /acra-core/src/main/java/org/acra/sender/LegacySenderService.java | 06e48bb17571d70081c1db221cfce3cc9fda97e0 | [
"Apache-2.0"
] | permissive | t32li/acra | https://github.com/t32li/acra | 60900fc04941f738e325d71419d297506ff21c2d | 857969a4a29a30de2c2b4b1b73dcad5deb661b16 | refs/heads/master | 2022-05-27T22:20:21.281000 | 2020-05-04T09:29:47 | 2020-05-04T09:33:06 | 262,486,318 | 1 | 0 | Apache-2.0 | true | 2020-05-09T04:09:53 | 2020-05-09T04:09:52 | 2020-05-08T17:53:39 | 2020-05-04T09:33:32 | 3,791 | 0 | 0 | 0 | null | false | false | /*
* Copyright 2017
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in wri... | UTF-8 | Java | 2,114 | java | LegacySenderService.java | Java | [
{
"context": "d when no JobScheduler is available.\n *\n * @author Lukas\n */\npublic class LegacySenderService extends Serv",
"end": 1049,
"score": 0.9988236427307129,
"start": 1044,
"tag": "NAME",
"value": "Lukas"
}
] | null | [] | /*
* Copyright 2017
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in wri... | 2,114 | 0.68685 | 0.683065 | 61 | 33.655739 | 33.14048 | 152 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.508197 | false | false | 4 |
a6fe2e4a0f2a15649219cfba8d8c86f58dd914fc | 27,221,502,766,681 | 04272bed01f2380c160d1d99bcc7a9d0d6f1747e | /src/main/java/dmatrix/io/TokenizedFileReader.java | d3adda09b49fb918aebf2584297b164572b8ef69 | [] | no_license | zhzhang/density-matrix-generator | https://github.com/zhzhang/density-matrix-generator | 5956dff249f66b732068ab52df5b2276a70ec441 | f094c2c5115242ab87991b227d4bfe9df059a484 | refs/heads/master | 2021-01-01T04:34:40.026000 | 2016-11-01T01:37:48 | 2016-11-01T01:37:48 | 56,359,965 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package dmatrix.io;
import java.util.ArrayList;
import java.util.List;
import java.util.Set;
/**
* Created by zhuoranzhang on 4/28/16.
*
* Reads text files and returns tokens line by line.
*/
public class TokenizedFileReader extends TextFileReader {
private Set<String> stopWords;
public TokenizedFileRead... | UTF-8 | Java | 1,234 | java | TokenizedFileReader.java | Java | [
{
"context": "til.List;\nimport java.util.Set;\n\n/**\n * Created by zhuoranzhang on 4/28/16.\n *\n * Reads text files and returns to",
"end": 125,
"score": 0.9988744854927063,
"start": 113,
"tag": "USERNAME",
"value": "zhuoranzhang"
}
] | null | [] | package dmatrix.io;
import java.util.ArrayList;
import java.util.List;
import java.util.Set;
/**
* Created by zhuoranzhang on 4/28/16.
*
* Reads text files and returns tokens line by line.
*/
public class TokenizedFileReader extends TextFileReader {
private Set<String> stopWords;
public TokenizedFileRead... | 1,234 | 0.566451 | 0.559157 | 42 | 28.380953 | 23.366594 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 4 |
e7962390f3667d38b699b5979c3977e9dc525ff6 | 27,831,388,101,003 | fb85a44c152e121b3ef984e3799e3dbb9ae6bb30 | /hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/TableResource.java | 847aae3f8c448defe0446fe656d526e3ab248161 | [
"Apache-2.0",
"BSD-3-Clause",
"MIT",
"LicenseRef-scancode-protobuf",
"CC-BY-3.0"
] | permissive | sho25/hbase | https://github.com/sho25/hbase | ec8cfbea4c2d2d8ec8ed49e654cf9a8988e6458f | 3e8689245d8307143722d3f14e451ef265cfa369 | refs/heads/master | 2023-08-18T02:16:18.515000 | 2020-03-19T10:05:49 | 2020-03-19T10:05:49 | 254,733,871 | 0 | 0 | Apache-2.0 | false | 2023-08-07T19:26:32 | 2020-04-10T20:51:15 | 2020-04-10T21:19:39 | 2023-08-07T19:26:31 | 193,260 | 0 | 0 | 1 | Java | false | false | begin_unit|revision:0.9.5;language:Java;cregit-version:0.0.1
begin_comment
comment|/* * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licen... | UTF-8 | Java | 19,327 | java | TableResource.java | Java | [] | null | [] | begin_unit|revision:0.9.5;language:Java;cregit-version:0.0.1
begin_comment
comment|/* * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licen... | 19,327 | 0.779842 | 0.778289 | 1,367 | 13.137527 | 22.514145 | 816 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.029993 | false | false | 4 |
d51b683c658c7ed96483694fb8d4151531a54c17 | 29,858,612,693,519 | 77fd0c6b89355be13e37dccf223471f9dbd22d76 | /src/main/java/frc/robot/commands/MastMove.java | 69217b33fc570b57d4fa137bd1b63c32eed6cabc | [] | permissive | Team2682/Robot2019 | https://github.com/Team2682/Robot2019 | 93a74a8e395ebed400fd327d02a4457cec4b89ba | 257d2928f7ffc37bcd33b95a41cb7bc9044875d2 | refs/heads/master | 2020-04-23T00:28:09.538000 | 2019-04-01T23:34:42 | 2019-04-01T23:34:42 | 170,780,851 | 2 | 0 | MIT | false | 2019-02-16T17:22:27 | 2019-02-15T01:05:55 | 2019-02-16T17:05:32 | 2019-02-16T17:22:27 | 109 | 2 | 0 | 0 | Java | false | null | package frc.robot.commands;
import edu.wpi.first.wpilibj.command.Command;
import frc.robot.Robot;
public class MastMove extends Command {
boolean auxStick = false;
public MastMove() {
this.requires(Robot.mast);
}
public MastMove(boolean auxStick) {
this.auxStick = auxStick;
this.requir... | UTF-8 | Java | 746 | java | MastMove.java | Java | [] | null | [] | package frc.robot.commands;
import edu.wpi.first.wpilibj.command.Command;
import frc.robot.Robot;
public class MastMove extends Command {
boolean auxStick = false;
public MastMove() {
this.requires(Robot.mast);
}
public MastMove(boolean auxStick) {
this.auxStick = auxStick;
this.requir... | 746 | 0.630027 | 0.621984 | 40 | 17.65 | 16.130018 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3 | false | false | 4 |
3d43892d5620572cf5a4fd6bf3c71671943431a0 | 446,676,646,707 | ba162254bce5c5e38f9d0760d4e7053e69ce7760 | /kids/test/it/unisa/kids/serviceManagement/tests/canteenManagement/JDBCCanteenManagementTest.java | 13b588240cf54007912eb4d72c471630bd7c9dbd | [] | no_license | dardin88/kids-project-unisa | https://github.com/dardin88/kids-project-unisa | fdbeb0c243ed3f3de3f8f8aa08429366b70bb586 | c84aeeb7c008e5ba6d85152a1703f3c2154c33ad | refs/heads/master | 2016-09-06T17:39:05.362000 | 2012-12-21T14:42:02 | 2012-12-21T14:42:02 | 32,142,609 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package it.unisa.kids.serviceManagement.tests.canteenManagement;
import it.unisa.kids.serviceManagement.canteenManagement.JDBCCanteenManager;
import it.unisa.kids.serviceManagement.canteenManagement.MenuBean;
import it.unisa.kids.serviceManagement.tests.paymentManagement.JDBCPaymentManagerTest;
import java.sql.SQLExce... | UTF-8 | Java | 3,424 | java | JDBCCanteenManagementTest.java | Java | [] | null | [] | package it.unisa.kids.serviceManagement.tests.canteenManagement;
import it.unisa.kids.serviceManagement.canteenManagement.JDBCCanteenManager;
import it.unisa.kids.serviceManagement.canteenManagement.MenuBean;
import it.unisa.kids.serviceManagement.tests.paymentManagement.JDBCPaymentManagerTest;
import java.sql.SQLExce... | 3,424 | 0.590537 | 0.587909 | 103 | 32.252426 | 27.943327 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.592233 | false | false | 4 |
8d3f5ecfb2272933419c21c35e70d6ed61db04dc | 31,782,757,999,006 | 56f1a5eea9e92d534a03e21b81031719c682b405 | /mafiaSimulator/Main.java | 7b7060d107a956fd249a3a9cd144edf51010c484 | [] | no_license | samikshamodi/AdvancedProgramming | https://github.com/samikshamodi/AdvancedProgramming | 33f865a77b82cfafc3e28d8d79abc786bcd4b36f | 1adc1dba9872a39ec3c284387c9f1812e2bb4a52 | refs/heads/master | 2023-05-08T01:56:21.828000 | 2021-05-27T17:21:25 | 2021-05-27T17:21:25 | 293,038,335 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package mafiaSimulator;
import java.util.*;
public class Main {
private static ArrayList<Mafia> mafiaList = new ArrayList<>();
private static ArrayList<Detective> detectiveList = new ArrayList<>();
private static ArrayList<Healer> healerList = new ArrayList<>();
private static ArrayList<Common... | UTF-8 | Java | 14,674 | java | Main.java | Java | [] | null | [] | package mafiaSimulator;
import java.util.*;
public class Main {
private static ArrayList<Mafia> mafiaList = new ArrayList<>();
private static ArrayList<Detective> detectiveList = new ArrayList<>();
private static ArrayList<Healer> healerList = new ArrayList<>();
private static ArrayList<Common... | 14,674 | 0.479556 | 0.468856 | 410 | 33.790245 | 25.392334 | 145 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.590244 | false | false | 4 |
e8d91440b7cf9eb3a458f1a537ad9bc56bae6e3e | 18,975,165,584,302 | de2a8f003a7d598de0761ffe35393d984ddf5690 | /LoanManagement/src/org/jboss/demo/loanmanagement/model/Automobile.java | b4f30b815b864849f9b45524606643b53e9e435d | [] | no_license | rsriniva/Home-Loan-Reference-Architecture | https://github.com/rsriniva/Home-Loan-Reference-Architecture | 65e36497a41f5d74f989b1479615ad7f2c2f5521 | 63b02390f52a1f3c98d83cc1f3d848d92c1f4dab | refs/heads/master | 2020-12-26T00:18:13.281000 | 2014-02-19T01:15:38 | 2014-02-19T01:17:04 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright 2013-2014 JBoss Inc
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | UTF-8 | Java | 1,282 | java | Automobile.java | Java | [] | null | [] | /*
* Copyright 2013-2014 JBoss Inc
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | 1,282 | 0.690328 | 0.680967 | 42 | 29.523809 | 33.804928 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 4 |
d71e7e07bbe99d1df8532c69b682df3218853c8d | 33,234,457,006,303 | 722785ca3d934807ae2b0c32d646433f37af86e7 | /src/main/java/com/example/mfsp/dao/orderMapper.java | 5c648fd9fee66be80c2f142a1e36dd6f63663ed7 | [] | no_license | 1032153999/mfsp | https://github.com/1032153999/mfsp | e0ec17a74d8b68a410fbafa456260ce0290430e1 | 4a609c84d6c068f65a36d67136cbb65ecf180685 | refs/heads/master | 2023-01-28T01:02:58.855000 | 2020-12-09T07:35:26 | 2020-12-09T07:35:26 | 313,900,612 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.mfsp.dao;
import com.example.mfsp.entity.Orderform;
import org.springframework.stereotype.Component;
import tk.mybatis.mapper.common.Mapper;
import java.util.List;
@Component
public interface orderMapper extends Mapper<Orderform> {
}
| UTF-8 | Java | 260 | java | orderMapper.java | Java | [] | null | [] | package com.example.mfsp.dao;
import com.example.mfsp.entity.Orderform;
import org.springframework.stereotype.Component;
import tk.mybatis.mapper.common.Mapper;
import java.util.List;
@Component
public interface orderMapper extends Mapper<Orderform> {
}
| 260 | 0.807692 | 0.807692 | 14 | 17.571428 | 20.25803 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.357143 | false | false | 4 |
ed99f9eb675a374e62dcd80818344a822c9435f2 | 8,392,366,159,090 | 605972df89bd2481af76c8ea4b79a5295597f8e8 | /src/main/java/pages/SliderPage.java | 208415ab8051be3b062b10e3c802af7143cd8679 | [] | no_license | RussellJQA/tau_webdriver_java | https://github.com/RussellJQA/tau_webdriver_java | df015ef6b883bb50523936d22d9c0e4db33d0dbe | a07572fb4619d2975b3726149f9648f41072679e | refs/heads/master | 2023-06-01T18:34:35.330000 | 2021-06-20T00:07:39 | 2021-06-20T00:07:39 | 370,760,503 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pages;
import org.openqa.selenium.By;
import org.openqa.selenium.Keys;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
public class SliderPage {
private static final By sliderValue = By.id("range");
private static final By sliderControl = By.cssSelector(".sliderContainer ... | UTF-8 | Java | 829 | java | SliderPage.java | Java | [] | null | [] | package pages;
import org.openqa.selenium.By;
import org.openqa.selenium.Keys;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
public class SliderPage {
private static final By sliderValue = By.id("range");
private static final By sliderControl = By.cssSelector(".sliderContainer ... | 829 | 0.697226 | 0.697226 | 29 | 27.620689 | 24.140985 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.448276 | false | false | 4 |
a9c4dedc61c1f9c19fa181df6a7622da79645595 | 5,875,515,310,382 | 6cff9cf3b71f95e298b2edc4cb2410b2dbe99188 | /Bibliothèque/src/co/simplon/model/Biblio/ABONNE.java | 6b7dbdf14a9a17e50275a59a5de9a3ae73c8c9ed | [] | no_license | MarvinProInfo/ProjetBiblio | https://github.com/MarvinProInfo/ProjetBiblio | cb89dc4c9391180256e709a97cd34266fcf69251 | 2bc6ceb274c88bb3cd95591d9482cf67cc52c4d2 | refs/heads/main | 2023-02-15T14:13:50.536000 | 2021-01-07T12:37:39 | 2021-01-07T12:37:39 | 327,605,828 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package co.simplon.model.Biblio;
import java.time.LocalDate;
public class ABONNE {
private int num_matricule;
private String nom;
private String prenom;
private String Pays;
private LocalDate date_de_naissance;
private int Téléphone;
private String Livre_Recherché;
private String Catégorie_pro;... | ISO-8859-1 | Java | 2,666 | java | ABONNE.java | Java | [] | null | [] | package co.simplon.model.Biblio;
import java.time.LocalDate;
public class ABONNE {
private int num_matricule;
private String nom;
private String prenom;
private String Pays;
private LocalDate date_de_naissance;
private int Téléphone;
private String Livre_Recherché;
private String Catégorie_pro;... | 2,666 | 0.665771 | 0.665771 | 128 | 18.359375 | 22.887884 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.453125 | false | false | 4 |
3c1f3858fdf4eb4d8bdc190b7c3465c15ef4dccd | 4,647,154,620,008 | 87405507e28f48f0568e1dfe2362266797c7b05a | /src/main/java/cn/myapps/mr/base/schema/dao/MysqlSchemaDAO.java | d9192cb7168623d3a3ad90d52f5653860a6a316d | [] | no_license | bellmit/obpm | https://github.com/bellmit/obpm | b85bd704ea02f0eb5f63fdfe204b71b397299db3 | b01cb2853506ba32be5707c446509af35efbd816 | refs/heads/master | 2022-04-12T06:57:35.126000 | 2017-02-28T02:23:09 | 2017-02-28T02:23:09 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.myapps.mr.base.schema.dao;
import java.sql.Connection;
import cn.myapps.core.table.ddlutil.mysql.MysqlTableDefinition;
import cn.myapps.core.table.model.Table;
import cn.myapps.mr.base.schema.dao.AbstractSchemaDAO;
import cn.myapps.util.DbTypeUtil;
public class MysqlSchemaDAO extends AbstractSche... | UTF-8 | Java | 714 | java | MysqlSchemaDAO.java | Java | [] | null | [] | package cn.myapps.mr.base.schema.dao;
import java.sql.Connection;
import cn.myapps.core.table.ddlutil.mysql.MysqlTableDefinition;
import cn.myapps.core.table.model.Table;
import cn.myapps.mr.base.schema.dao.AbstractSchemaDAO;
import cn.myapps.util.DbTypeUtil;
public class MysqlSchemaDAO extends AbstractSche... | 714 | 0.761905 | 0.761905 | 23 | 29.043478 | 27.246824 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.217391 | false | false | 4 |
eaf554a2082f8c5be52a3840d511923058d29d72 | 7,172,595,393,487 | 787b9ba9019debebff670f170f8411c7608d8e84 | /app/src/main/java/emanzelekha/com/designetask/UI/Fragments/MyListHelpParentTab.java | 7d642e0a1903a710f1b88f5f69c11d2913151236 | [] | no_license | emanzelekha/DesigneTask | https://github.com/emanzelekha/DesigneTask | 113d28911b16400084f46ade0c40c2d606d249b6 | 6eeb2bfe90a49aa74a3232f9554df2305ec4a71f | refs/heads/master | 2020-03-31T05:15:54.355000 | 2018-10-07T12:33:24 | 2018-10-07T12:33:24 | 151,939,490 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package emanzelekha.com.designetask.UI.Fragments;
import android.os.Bundle;
import android.support.design.widget.TabLayout;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import com.duolingo.open.rtlviewpager.RtlViewPager;
import ... | UTF-8 | Java | 2,085 | java | MyListHelpParentTab.java | Java | [] | null | [] | package emanzelekha.com.designetask.UI.Fragments;
import android.os.Bundle;
import android.support.design.widget.TabLayout;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import com.duolingo.open.rtlviewpager.RtlViewPager;
import ... | 2,085 | 0.752038 | 0.751559 | 67 | 30.119404 | 26.655079 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.537313 | false | false | 4 |
dada052e382b06d6599842e4ad945972fe1a8bd9 | 30,820,685,348,795 | b133f8a63e6fe07a33f8073892f8566393a6e970 | /app/src/main/java/com/example/easyeat/Api/Holders/ItemHolder.java | effa8e284c2728860d71b1ce9a13d003594036e2 | [] | no_license | WhiteSicada/FoodDelivery | https://github.com/WhiteSicada/FoodDelivery | cd0349c4d06d83c37047448b93eabfc6e9277dc1 | d53cf4ea385807dbcb4e74d453a6060af3c03c5c | refs/heads/master | 2023-02-27T04:03:21.140000 | 2021-01-29T19:48:50 | 2021-01-29T19:48:50 | 328,124,837 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.easyeat.Api.Holders;
public class ItemHolder {
private int id,categoryId,subCategoryId;
private String name;
private double unitPrice;
public int getId() {
return id;
}
public void setId(int id) {
this.id = id;
}
public int getCategoryId() {
... | UTF-8 | Java | 910 | java | ItemHolder.java | Java | [] | null | [] | package com.example.easyeat.Api.Holders;
public class ItemHolder {
private int id,categoryId,subCategoryId;
private String name;
private double unitPrice;
public int getId() {
return id;
}
public void setId(int id) {
this.id = id;
}
public int getCategoryId() {
... | 910 | 0.614286 | 0.614286 | 47 | 18.361702 | 16.571478 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.340426 | false | false | 4 |
a61bdcecb9eee09cda4a91b0a546abd1a30a0c84 | 25,271,587,600,037 | 1015f8d6ad0761dfb988d602b94a2fa8e2dff6a8 | /CGLP/src/courtreferences/model/ProcessCitations.java | ce57e6b33d262bd11dfef88e75178258bc8297e5 | [] | no_license | ankita1005/CGLP | https://github.com/ankita1005/CGLP | 005f608aa42694d773e7454978a5619a36fcdafe | dcf8c81f85472939d7360db5fcec874d3d0485d4 | refs/heads/master | 2021-03-12T19:24:11.648000 | 2015-10-14T06:19:06 | 2015-10-14T06:19:06 | 41,077,114 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package courtreferences.model;
import java.util.List;
public interface ProcessCitations {
/*
* Defines the basic methods which are necessary to process citations in any document
*/
abstract public int extractCaseId(String CourtName,String pdfFileContent);
abstract public void extractParticipants(String CourtNa... | UTF-8 | Java | 595 | java | ProcessCitations.java | Java | [] | null | [] | package courtreferences.model;
import java.util.List;
public interface ProcessCitations {
/*
* Defines the basic methods which are necessary to process citations in any document
*/
abstract public int extractCaseId(String CourtName,String pdfFileContent);
abstract public void extractParticipants(String CourtNa... | 595 | 0.830252 | 0.830252 | 14 | 41.5 | 35.814503 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.428571 | false | false | 4 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.