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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
00fde9f762e0692318ab007a7b0b40cc0e946663 | 19,602,230,753,555 | 510cde05ce15792f181f83cf5e791e1d16e6af0d | /src/tech/interview/problems/array/RearrangePositiveAndNegativeAlternate.java | eedb3e45235dd9f2165c9c8a838fb205ed52157a | [] | no_license | t0pgun/TechInterviewProblems | https://github.com/t0pgun/TechInterviewProblems | fb5d6a6edc33e77e8165dcb2cc61077e9c4d0345 | 92aa43715b353b3c3d34a088739cb29948ab8a17 | refs/heads/master | 2021-04-03T09:58:40.934000 | 2020-04-15T02:54:40 | 2020-04-15T02:54:40 | 125,143,993 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package tech.interview.problems.array;
import java.util.Arrays;
import tech.interview.problems.utils.Util;
public class RearrangePositiveAndNegativeAlternate {
public static void main(String[] args) {
int[] arr = new int[] {-1, 2, -3, 4, 5, 6, -7, 8, 9};
System.out.println("Before: "+ Arrays.toString(arr));
r... | UTF-8 | Java | 935 | java | RearrangePositiveAndNegativeAlternate.java | Java | [] | null | [] | package tech.interview.problems.array;
import java.util.Arrays;
import tech.interview.problems.utils.Util;
public class RearrangePositiveAndNegativeAlternate {
public static void main(String[] args) {
int[] arr = new int[] {-1, 2, -3, 4, 5, 6, -7, 8, 9};
System.out.println("Before: "+ Arrays.toString(arr));
r... | 935 | 0.597861 | 0.582888 | 46 | 19.326086 | 19.397507 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.608696 | false | false | 0 |
377836b0ac95ad9412d21b8e6132a913ec8e7573 | 16,466,904,639,060 | 806d602fd9aded3add52db4e0dd933f47e830552 | /src/main/java/hunter524/github/com/funnytest/TestNew.java | e4a973324b9f2472c751d746c5f7ddad0d455450 | [] | no_license | hunter524/jvmLang | https://github.com/hunter524/jvmLang | e9e9f9586a183927ebc4f7247f83dd3c2bb0e7d1 | bc6b8bc7fa16a5056009e434388b674cb6fa13e3 | refs/heads/master | 2018-10-24T13:15:25.547000 | 2018-09-14T09:34:02 | 2018-09-14T09:34:02 | 109,212,601 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package hunter524.github.com.funnytest;
public class TestNew {
public static void main(String[] args) {
System.out.println(Thread.currentThread().getName());
ConstructorClass.sThreadLocal.set("main thread");
new Thread(){
@Override
public void run() {
... | UTF-8 | Java | 978 | java | TestNew.java | Java | [
{
"context": "package hunter524.github.com.funnytest;\n\npublic class TestNew {\n\n ",
"end": 17,
"score": 0.6880555748939514,
"start": 8,
"tag": "USERNAME",
"value": "hunter524"
},
{
"context": "package hunter524.github.com.funnytest;\n\npublic class TestNew {\n\n public static"... | null | [] | package hunter524.github.com.funnytest;
public class TestNew {
public static void main(String[] args) {
System.out.println(Thread.currentThread().getName());
ConstructorClass.sThreadLocal.set("main thread");
new Thread(){
@Override
public void run() {
... | 978 | 0.574074 | 0.567538 | 28 | 31.785715 | 24.791065 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 0 |
d148d260d7aaa552c1f8f03714918cc0154e340d | 15,401,752,761,013 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/16/16_de93767d74161dda698910222ae51925b9d38a32/TestInvoiceRepository/16_de93767d74161dda698910222ae51925b9d38a32_TestInvoiceRepository_s.java | 33046d151004c687b23b71ed58181b48cb8d86f1 | [] | no_license | zhongxingyu/Seer | https://github.com/zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516000 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | false | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | 2023-06-21T00:53:27 | 2023-06-22T07:55:57 | 2,849,868 | 2 | 2 | 0 | null | false | false | package db;
import org.hibernate.SessionFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Repository;
import org.springframework.transaction.annotation.Isolation;
import org.springframework.transaction.annotation.Transactional;
@Repository
public c... | UTF-8 | Java | 615 | java | 16_de93767d74161dda698910222ae51925b9d38a32_TestInvoiceRepository_s.java | Java | [] | null | [] | package db;
import org.hibernate.SessionFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Repository;
import org.springframework.transaction.annotation.Isolation;
import org.springframework.transaction.annotation.Transactional;
@Repository
public c... | 615 | 0.782114 | 0.782114 | 19 | 31.31579 | 28.310408 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.421053 | false | false | 0 |
c2c1e63a33e39914e700473940150b23d43507e1 | 17,128,329,594,054 | a98f7b7352d4bbf6c1c9a50fa88521ba80117bd5 | /src/Factories/iOSFactory.java | 0414a0e6871ef9515df40c085a59016b0f60493d | [] | no_license | Ahhtude/HomeWork12 | https://github.com/Ahhtude/HomeWork12 | f5b7319c833730265ba23809dd4d03829a9dba2e | 1ebc69ab97d9951859ff3db2de523c9b3c90ccb0 | refs/heads/master | 2020-05-22T00:46:20.934000 | 2019-05-11T20:54:10 | 2019-05-11T20:54:10 | 186,180,272 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Factories;
import Checkbox.CheckboxiOS;
import Interfaces.ICheckbox;
public class iOSFactory extends AbstraktFactory{
@Override
public ICheckbox createCheckBox() {
return new CheckboxiOS();
}
}
| UTF-8 | Java | 225 | java | iOSFactory.java | Java | [] | null | [] | package Factories;
import Checkbox.CheckboxiOS;
import Interfaces.ICheckbox;
public class iOSFactory extends AbstraktFactory{
@Override
public ICheckbox createCheckBox() {
return new CheckboxiOS();
}
}
| 225 | 0.737778 | 0.737778 | 12 | 17.75 | 16.381519 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 0 |
ed44078a0bdb66a21bdb3ddab88c16d0cbde38b5 | 20,375,324,871,848 | 7b554223bd3ae27b7e7f7c9b9d5a780f2a6437cc | /Sokoban/src/controller/FController.java | 830242aecd4159ea25bb99f5f2f3d0f158315c76 | [] | no_license | Isan-Rivkin/SokoBanMileStone3Hibernate | https://github.com/Isan-Rivkin/SokoBanMileStone3Hibernate | 81e296159526002fe4f27c4b583ed3636845dc37 | 328bdee1e002d6c3ea34451751c0c9b1ebd553c3 | refs/heads/master | 2021-01-18T19:58:37.327000 | 2017-07-09T16:43:13 | 2017-07-09T16:43:13 | 86,925,203 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package controller;
import java.util.Observable;
import java.util.Observer;
public interface FController extends Observer{
public void start();
public void stop();
}
| UTF-8 | Java | 182 | java | FController.java | Java | [] | null | [] | package controller;
import java.util.Observable;
import java.util.Observer;
public interface FController extends Observer{
public void start();
public void stop();
}
| 182 | 0.730769 | 0.730769 | 10 | 16.200001 | 14.991998 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.7 | false | false | 0 |
cca2844c3c8b4b429a23ef8bd4f5a9b954e1e8ba | 24,601,572,735,949 | a911f974ec1d4503e541ec5237ced5e968eb2a8b | /src/main/java/com/redcode/jobsinfo/database/entity/utils/JSR310PersistenceConverters.java | 1e6d8d3459e16f95a379b9ff08c1585bf6e87e2b | [] | no_license | sajibcu/jobsInfo-service | https://github.com/sajibcu/jobsInfo-service | c44e6c0de6c5112d66ae2aa035dad63053d215de | f0deee0b249545cabf93b8a6d9995756a2260183 | refs/heads/master | 2020-07-17T23:10:13.720000 | 2019-10-13T11:50:41 | 2019-10-13T11:50:41 | 206,120,777 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.redcode.jobsinfo.database.entity.utils;
import com.redcode.jobsinfo.database.entity.utils.JSR310DateConverters.*;
import javax.persistence.AttributeConverter;
import javax.persistence.Converter;
import java.sql.Time;
import java.time.*;
import java.util.Date;
import java.util.Objects;
/**
* https://git... | UTF-8 | Java | 8,331 | java | JSR310PersistenceConverters.java | Java | [
{
"context": "ort java.util.Objects;\n\n/**\n * https://github.com/spring-projects/spring-data-jpa/blob/703f5f812c0b517b900296a97440",
"end": 343,
"score": 0.9991273283958435,
"start": 328,
"tag": "USERNAME",
"value": "spring-projects"
},
{
"context": "rt/Jsr310JpaConverters.java\n *... | null | [] | package com.redcode.jobsinfo.database.entity.utils;
import com.redcode.jobsinfo.database.entity.utils.JSR310DateConverters.*;
import javax.persistence.AttributeConverter;
import javax.persistence.Converter;
import java.sql.Time;
import java.time.*;
import java.util.Date;
import java.util.Objects;
/**
* https://git... | 8,331 | 0.673268 | 0.663906 | 227 | 35.700439 | 33.478222 | 182 | false | false | 0 | 0 | 0 | 0 | 127 | 0.015244 | 0.167401 | false | false | 0 |
feed99d5eca66e6fc954aa9fd31bae7fdfc545b1 | 24,601,572,736,844 | b2b66a1c9b93cccfa23dddb882bda8b80ad4cc3f | /concert/src/main/java/foo/bar/Performers/Guitarist.java | 2674bec23f023aa7646734cc3d3ed6484182d439 | [] | no_license | Gianty/second_course | https://github.com/Gianty/second_course | 6e19c9928d2cc4d0a797c933edd0fca5a366d23d | 943255935198aea4872c41c4df41fe4d30daf37c | refs/heads/master | 2016-06-17T19:39:05.592000 | 2016-05-16T00:54:34 | 2016-05-16T00:54:34 | 52,993,447 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package foo.bar.Performers;
import foo.bar.Instruments.Guitar;
public class Guitarist extends Guitar implements Performer {
@Override
public void perform() {
play();
}
}
| UTF-8 | Java | 192 | java | Guitarist.java | Java | [] | null | [] | package foo.bar.Performers;
import foo.bar.Instruments.Guitar;
public class Guitarist extends Guitar implements Performer {
@Override
public void perform() {
play();
}
}
| 192 | 0.692708 | 0.692708 | 10 | 18.200001 | 18.225258 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3 | false | false | 0 |
ac3c70a1bb7b8a1a766ca1507b0b46828f812570 | 23,785,528,922,120 | 2fbf3714f38c6b79c101559d9caa8a093bf10970 | /cameraProject/src/main/java/com/hcm/camera/comm/ImageUntil.java | 0e2d8dac98d7e0701862f14a986298c9bdcee5f9 | [] | no_license | RussellPeters/MyProject | https://github.com/RussellPeters/MyProject | cc5547a4d826e6aecc8b7a252780e003344137bc | 2d2ee916d8f55c590434301738ba4d55e71c69d1 | refs/heads/master | 2021-01-10T15:29:04.374000 | 2016-03-04T08:26:41 | 2016-03-04T08:26:52 | 53,120,121 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hcm.camera.comm;
import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import com.gci.nutil.AppUtil;
import com.gci.nutil.DensityUtil;
import com.gci.nutil.ViewUtil;
import com.gci.nutil.base.BaseActiv... | UTF-8 | Java | 9,619 | java | ImageUntil.java | Java | [] | null | [] | package com.hcm.camera.comm;
import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import com.gci.nutil.AppUtil;
import com.gci.nutil.DensityUtil;
import com.gci.nutil.ViewUtil;
import com.gci.nutil.base.BaseActiv... | 9,619 | 0.695624 | 0.685683 | 335 | 26.626865 | 20.782194 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.495522 | false | false | 0 |
960ed969a443dbd1bd9f56a282580f8bdf1df095 | 2,147,483,680,109 | 7824e97ab21da380c3799c902c85cd114ab21207 | /src/parser/definitions/nodes/Program.java | a04d6cfbdfc4a15dfd48260f87c4e2cf83815d6a | [] | no_license | otavio-r-filho/Projeto-MATA61 | https://github.com/otavio-r-filho/Projeto-MATA61 | 2a4975b09905410b9ada3fcdc7910ff3beec2fa0 | ac506e88ba134b92748347be7de552a70b9a88bc | refs/heads/master | 2021-01-21T04:51:06.002000 | 2016-05-21T16:55:21 | 2016-05-21T16:55:21 | 51,832,350 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package parser.definitions.nodes;
import java.util.ArrayList;
public class Program extends ASTNode{
private ArrayList<VariableNode> globalVariables;
private ArrayList<FunctionNode> functions;
public Program() {
globalVariables = new ArrayList<VariableNode>();
functions = new ArrayList<FunctionNode>();
fath... | UTF-8 | Java | 536 | java | Program.java | Java | [] | null | [] | package parser.definitions.nodes;
import java.util.ArrayList;
public class Program extends ASTNode{
private ArrayList<VariableNode> globalVariables;
private ArrayList<FunctionNode> functions;
public Program() {
globalVariables = new ArrayList<VariableNode>();
functions = new ArrayList<FunctionNode>();
fath... | 536 | 0.757463 | 0.757463 | 24 | 21.333334 | 19.104246 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.416667 | false | false | 0 |
3d0f93b53cc73ca4200cf5f186b22de222250d6b | 31,086,973,322,216 | b5c3b27edc3bff8fc558092337eb73f4254572f1 | /modules/global-catalog/src/main/java/com/ibm/cloud/platform_services/global_catalog/v1/model/AliasMetaData.java | 6323b3354f146c0e499cf6765143a35bff4c2c43 | [
"Apache-2.0"
] | permissive | IBM/platform-services-java-sdk | https://github.com/IBM/platform-services-java-sdk | a95032720a5cadb4eaf251015acce87aa958ec7d | b9dc801839000a587ca6b73cacc942a5c9a62cc7 | refs/heads/main | 2023-09-01T03:15:38.399000 | 2023-08-31T14:24:12 | 2023-08-31T14:24:12 | 246,143,376 | 11 | 46 | Apache-2.0 | false | 2023-09-14T13:43:12 | 2020-03-09T21:13:21 | 2023-07-19T16:09:18 | 2023-09-14T13:43:10 | 152,517 | 9 | 40 | 1 | Java | false | false | /*
* (C) Copyright IBM Corp. 2021.
*
* 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 w... | UTF-8 | Java | 2,414 | java | AliasMetaData.java | Java | [] | null | [] | /*
* (C) Copyright IBM Corp. 2021.
*
* 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 w... | 2,414 | 0.637117 | 0.633389 | 112 | 20.544643 | 23.53299 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.214286 | false | false | 0 |
906c3714a372d1afe792aacd2161b8024e24d7a5 | 14,207,751,846,539 | 9f55be9dd20f690114110c96a7aa177f966c71ce | /src/SimpleCode/StackTest.java | e956e15e8d415bdccb2455adee67baabf9858e5d | [] | no_license | Joshioner/leetCode | https://github.com/Joshioner/leetCode | 40abbb546a1f45e99145fb0fbf077595effad014 | fc1a4e9917309f85960ccccf4f2326d501cd6252 | refs/heads/master | 2020-03-12T10:43:43.820000 | 2018-06-15T14:19:47 | 2018-06-15T14:19:47 | 130,577,505 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package SimpleCode;
import java.util.*;
/**
* 关于栈的练习
*/
public class StackTest {
public static void main(String[] args) {
System.out.println(backspaceCompare("y#fo##f","y#f#o##f"));
}
/**
* 题目:
* 给定一个二叉树,返回它的中序 遍历。
*/
public List<Integer> inorderTraversal(TreeNode root) {
... | UTF-8 | Java | 4,409 | java | StackTest.java | Java | [] | null | [] | package SimpleCode;
import java.util.*;
/**
* 关于栈的练习
*/
public class StackTest {
public static void main(String[] args) {
System.out.println(backspaceCompare("y#fo##f","y#f#o##f"));
}
/**
* 题目:
* 给定一个二叉树,返回它的中序 遍历。
*/
public List<Integer> inorderTraversal(TreeNode root) {
... | 4,409 | 0.457796 | 0.449645 | 136 | 26.963236 | 20.367365 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.389706 | false | false | 0 |
6348bcbe0ade610db791e38397f1e25d0c443e04 | 32,641,751,511,595 | cb5f27eb6960c64542023d7382d6b917da38f0fc | /sources/com/google/android/gms/internal/measurement/zzly.java | effea1e83db777a0eb9544f5996eda68db0648c9 | [] | no_license | djtwisty/ccah | https://github.com/djtwisty/ccah | a9aee5608d48448f18156dd7efc6ece4f32623a5 | af89c8d3c216ec3371929436545227682e811be7 | refs/heads/master | 2020-04-13T05:33:08.267000 | 2018-12-24T13:52:39 | 2018-12-24T13:52:39 | 162,995,366 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.google.android.gms.internal.measurement;
import com.google.android.gms.common.internal.Preconditions;
import java.util.List;
public final class zzly implements zzjo {
public final zzqp<?> zzb(zzia zzia, zzqp<?>... zzqpArr) {
boolean z;
zzqp zza;
Preconditions.checkArgument(zzqp... | UTF-8 | Java | 1,342 | java | zzly.java | Java | [] | null | [] | package com.google.android.gms.internal.measurement;
import com.google.android.gms.common.internal.Preconditions;
import java.util.List;
public final class zzly implements zzjo {
public final zzqp<?> zzb(zzia zzia, zzqp<?>... zzqpArr) {
boolean z;
zzqp zza;
Preconditions.checkArgument(zzqp... | 1,342 | 0.507452 | 0.50149 | 43 | 30.209303 | 17.937304 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.651163 | false | false | 0 |
1b24a79ddb5d2ecef97af1a3dbe4390d2b65fc3a | 2,972,117,439,520 | 154a885ad39ece031e5224f99b2f8a3082fcb000 | /Java_Lec/src/ExceptionTest/ExceptionEx3.java | c73c570ba620bedd678490c6b4f877e64d428d04 | [] | no_license | moonhwan123/moonhwan | https://github.com/moonhwan123/moonhwan | 1b1e2fbc5589ac24d0806029465cdc232f5b9b29 | 84aa4dd9ca1a2f373d91ccbabce154f05c45c3c6 | refs/heads/master | 2021-07-05T04:46:46.814000 | 2021-04-01T09:21:19 | 2021-04-01T09:21:19 | 228,724,072 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ExceptionTest;
public class ExceptionEx3 {
public static void main(String[] args) {
/*
[try 블럭 내에서 예외 발생 시]
1.발생한 예외와 일치하는 Catch 블럭이 있는지 확인
2.일치 하는 catch 블럭 존재시, 해당catch 블럭 내의 문장 수행
전체 try-catch문을 빠져나가 다음 문장 실행
[발생 하지 않을시]
1.catch 블럭을 거치지 않고 try-catch문을 빠져나가서 수행 계속
*/
System.out.printl... | UTF-8 | Java | 1,027 | java | ExceptionEx3.java | Java | [] | null | [] | package ExceptionTest;
public class ExceptionEx3 {
public static void main(String[] args) {
/*
[try 블럭 내에서 예외 발생 시]
1.발생한 예외와 일치하는 Catch 블럭이 있는지 확인
2.일치 하는 catch 블럭 존재시, 해당catch 블럭 내의 문장 수행
전체 try-catch문을 빠져나가 다음 문장 실행
[발생 하지 않을시]
1.catch 블럭을 거치지 않고 try-catch문을 빠져나가서 수행 계속
*/
System.out.printl... | 1,027 | 0.644979 | 0.628006 | 28 | 24.25 | 20.852587 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.321429 | false | false | 0 |
6c19dec9ab5f3b9f82547567aadbeb82a299dd78 | 11,166,914,998,050 | dd6e93e2530106eb14764406c75564557be4cb1d | /src/codewars/Arrays/Task19.java | 43bc11a24c85fd8d78a0797363369009f2e14861 | [] | no_license | qanata1120/Codewars2 | https://github.com/qanata1120/Codewars2 | d5128c5485187f0225daf2254e80b3ff99abb2ef | c745e8bc006b58273b4990363d637c49623c5ec9 | refs/heads/master | 2023-04-03T03:32:55.742000 | 2021-04-13T14:10:53 | 2021-04-13T14:10:53 | 342,846,305 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package codewars.Arrays;
public class Task19 {
//https://www.codewars.com/kata/55192f4ecd82ff826900089e/train/java
/*It's too hot, and they can't even…
One hot summer day Pete and his friend Billy decided to buy watermelons. They chose the biggest crate.
They rushed home, dying of thirst, and ... | UTF-8 | Java | 2,645 | java | Task19.java | Java | [
{
"context": "t, and they can't even…\n One hot summer day Pete and his friend Billy decided to buy watermelons. ",
"end": 193,
"score": 0.9885679483413696,
"start": 189,
"tag": "NAME",
"value": "Pete"
},
{
"context": "en…\n One hot summer day Pete and his friend Billy ... | null | [] | package codewars.Arrays;
public class Task19 {
//https://www.codewars.com/kata/55192f4ecd82ff826900089e/train/java
/*It's too hot, and they can't even…
One hot summer day Pete and his friend Billy decided to buy watermelons. They chose the biggest crate.
They rushed home, dying of thirst, and ... | 2,645 | 0.555051 | 0.524404 | 69 | 37.289856 | 32.478355 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.521739 | false | false | 0 |
399587a83934f8ebe92c2ba0de104ce5e0fe32fc | 9,852,655,029,110 | 7d30cddce805941c91e55cb3da9258cf22c948d6 | /zhaopin/src/main/java/cn/jia/config/DaoConfig.java | a25ce659398a9a4ad60d59a1a64d6390bbbc92f2 | [] | no_license | Jayden-Huang/graduate | https://github.com/Jayden-Huang/graduate | 4cddb8f6588ca6528010305c1257fcd62b232db3 | 9e85f1774215bc6a1a85e20f00d4279a879c294e | refs/heads/master | 2020-03-22T07:06:12.023000 | 2018-07-04T07:06:38 | 2018-07-04T07:06:38 | 139,678,264 | 6 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.jia.config;
import com.github.pagehelper.Dialect;
import com.github.pagehelper.PageHelper;
import org.apache.ibatis.plugin.Interceptor;
import org.mybatis.spring.SqlSessionFactoryBean;
import org.mybatis.spring.annotation.MapperScan;
import org.springframework.beans.factory.annotation.Autowired;
i... | UTF-8 | Java | 2,614 | java | DaoConfig.java | Java | [
{
"context": ".pagehelper.Dialect.mysql;\r\n\r\n\r\n/**\r\n * Created by jia on 2017/2/28.\r\n * 数据库和事务管理的配置\r\n */\r\n@Configuratio",
"end": 913,
"score": 0.9995102286338806,
"start": 910,
"tag": "USERNAME",
"value": "jia"
}
] | null | [] | package cn.jia.config;
import com.github.pagehelper.Dialect;
import com.github.pagehelper.PageHelper;
import org.apache.ibatis.plugin.Interceptor;
import org.mybatis.spring.SqlSessionFactoryBean;
import org.mybatis.spring.annotation.MapperScan;
import org.springframework.beans.factory.annotation.Autowired;
i... | 2,614 | 0.757564 | 0.754849 | 62 | 39.580647 | 25.720926 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.580645 | false | false | 0 |
b886c000572fe6d285c8cc3a3313dc46ff8fa0be | 16,595,753,657,573 | aeb264026d2b7d5d4806e08a257bbfbc366c5c8f | /cave/com.raytheon.uf.viz.radarapps.rps/src/com/raytheon/uf/viz/radarapps/rps/RPSListEditorCommandHandler.java | 25d33d9bd0ec25bf67cd282573325916eb69c405 | [
"LicenseRef-scancode-public-domain"
] | permissive | kurkutesa/awips2 | https://github.com/kurkutesa/awips2 | 4a75a441b25e33d8fdc86f04a89d8fc884dc179c | 59065aa08a11d24233eac86e5d0d8086204a6425 | refs/heads/unidata_16.4.1-ncep_orphan | 2019-07-25T23:46:56.302000 | 2017-03-21T17:18:45 | 2017-03-21T17:18:45 | 85,732,220 | 1 | 0 | null | true | 2017-03-21T17:20:39 | 2017-03-21T17:20:38 | 2017-03-20T20:24:02 | 2017-03-21T17:19:03 | 3,027,098 | 0 | 0 | 0 | null | null | null | /**
* This software was developed and / or modified by Raytheon Company,
* pursuant to Contract DG133W-05-CQ-1067 with the US Government.
*
* U.S. EXPORT CONTROLLED TECHNICAL DATA
* This software product contains export-restricted data whose
* export/transfer/disclosure is restricted by U.S. law. Dissemination
... | UTF-8 | Java | 2,207 | java | RPSListEditorCommandHandler.java | Java | [] | null | [] | /**
* This software was developed and / or modified by Raytheon Company,
* pursuant to Contract DG133W-05-CQ-1067 with the US Government.
*
* U.S. EXPORT CONTROLLED TECHNICAL DATA
* This software product contains export-restricted data whose
* export/transfer/disclosure is restricted by U.S. law. Dissemination
... | 2,207 | 0.625283 | 0.60444 | 69 | 31 | 24.821098 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 0 |
fdeaaac1323ab5c307e3b1fa278164cc296d2a11 | 28,329,604,294,886 | 22a726c827b27e1c633b93ed1fec641bf42ba0f7 | /app/src/main/java/dev/swagcorp/mediblog/Fragments/LoginFragment.java | 6e86098720626db8a8187c291c7b6d979079c317 | [] | no_license | MediBlog/Android-Application | https://github.com/MediBlog/Android-Application | 87c92142f2543dcdea20729bc9990823dadaef05 | e11631a68639a7452ace8ac34a0c6ec6fe2483da | refs/heads/master | 2018-01-08T03:22:17.959000 | 2016-01-21T15:08:13 | 2016-01-21T15:08:13 | 48,050,360 | 1 | 0 | null | false | 2016-01-21T15:53:59 | 2015-12-15T15:10:53 | 2016-01-21T03:21:16 | 2016-01-21T15:53:40 | 543 | 1 | 0 | 4 | Java | null | null | package dev.swagcorp.mediblog.Fragments;
import android.content.Context;
import android.content.DialogInterface;
import android.os.AsyncTask;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.Vie... | UTF-8 | Java | 4,433 | java | LoginFragment.java | Java | [] | null | [] | package dev.swagcorp.mediblog.Fragments;
import android.content.Context;
import android.content.DialogInterface;
import android.os.AsyncTask;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.Vie... | 4,433 | 0.59824 | 0.596661 | 137 | 31.357664 | 26.41934 | 133 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.686131 | false | false | 0 |
f53a8eff7005525c2db5b7cb8ef54cef7743d919 | 15,908,558,912,571 | 8315b3ef319dbbb6302d0a0eb2f12f9391304afb | /OddEven.java | 589edd811ecd8fcd62fae917f9eb3e5cc56eec2d | [] | no_license | Harini2308/stash | https://github.com/Harini2308/stash | b8ad1973fed3e2146e265b6e6291f4cb83a748e6 | 64341cae4a2f1dabd9cf23523e2058a2f3b1ea7c | refs/heads/master | 2021-01-11T13:52:15.821000 | 2017-06-23T09:48:03 | 2017-06-23T09:48:03 | 94,868,517 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package myfrstjavaproj;
import java.util.*;
import java.lang.*;
import java.io.*;
public class OddEven {
public static void main(String[] args) {
// TODO Auto-generated method stub
Scanner n=new Scanner(System.in);
System.out.print("Enter a no to check if it is a odd or even no:");
int no;
no=n.nextInt();
... | UTF-8 | Java | 439 | java | OddEven.java | Java | [] | null | [] | package myfrstjavaproj;
import java.util.*;
import java.lang.*;
import java.io.*;
public class OddEven {
public static void main(String[] args) {
// TODO Auto-generated method stub
Scanner n=new Scanner(System.in);
System.out.print("Enter a no to check if it is a odd or even no:");
int no;
no=n.nextInt();
... | 439 | 0.630979 | 0.626424 | 23 | 18.086956 | 17.00617 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.73913 | false | false | 0 |
6115a33654c02a0d1b7bfcf9b691e69068a46f33 | 28,561,532,573,522 | 2b70c45b80a12decc7f97fa5d77db24588f36b86 | /zxhm-parent/zxhm-common/src/main/java/com/zxhm/common/parameter/oss/OSSParameter.java | 0babe71c897abfbc0884a40077502a80c5b5d9c1 | [] | no_license | networkzhouxin/zxhm | https://github.com/networkzhouxin/zxhm | 411152dd4a3a5e433fe4e7651a2d7d79faeb33df | 5502c6de55d2657a21fe61d5942120a666d03fe3 | refs/heads/master | 2018-12-25T09:15:17.874000 | 2018-12-24T14:22:26 | 2018-12-24T14:22:26 | 138,292,665 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zxhm.common.parameter.oss;
import com.aliyun.oss.OSSClient;
import java.io.Serializable;
/**
* OSS相关参数
*
* @author Administrator
* @date 2018-11-14
*/
public class OSSParameter implements Serializable {
private static final long serialVersionUID = -2315272340395817139L;
/**
* 访问域名
... | UTF-8 | Java | 1,510 | java | OSSParameter.java | Java | [
{
"context": "ava.io.Serializable;\n\n/**\n * OSS相关参数\n *\n * @author Administrator\n * @date 2018-11-14\n */\npublic class OSSParameter",
"end": 146,
"score": 0.784562349319458,
"start": 133,
"tag": "NAME",
"value": "Administrator"
}
] | null | [] | package com.zxhm.common.parameter.oss;
import com.aliyun.oss.OSSClient;
import java.io.Serializable;
/**
* OSS相关参数
*
* @author Administrator
* @date 2018-11-14
*/
public class OSSParameter implements Serializable {
private static final long serialVersionUID = -2315272340395817139L;
/**
* 访问域名
... | 1,510 | 0.627211 | 0.608844 | 80 | 17.375 | 17.844028 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2375 | false | false | 0 |
08ff2490bd50759b72852dc51d3db8515c4af3f3 | 31,404,800,925,300 | 782afd482bec4b97e0376f2475dcd17787409d6d | /Backend/src/main/java/Main.java | bc4e37ae1db43aacbf85878630be8656371add60 | [] | no_license | noanadler/RockStars | https://github.com/noanadler/RockStars | d5c6d5881833182c2e571b91d695c16d26b37deb | 8bf469e7397b02ac27983d83512ae3c0a7e04ecc | refs/heads/master | 2021-01-21T13:34:31.883000 | 2016-04-30T03:35:48 | 2016-04-30T03:35:48 | 52,023,292 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import static spark.Spark.*;
import java.io.UnsupportedEncodingException;
import java.lang.reflect.Field;
import java.text.DateFormat;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.List;
import java.util.UUID;
import models.Country;
import models.Model;
... | UTF-8 | Java | 11,841 | java | Main.java | Java | [
{
"context": "t.forDstu2();\n String serverBase = \"http://52.72.172.54:8080/fhir/baseDstu2\"; \n IGenericCli",
"end": 1893,
"score": 0.9993758797645569,
"start": 1881,
"tag": "IP_ADDRESS",
"value": "52.72.172.54"
}
] | null | [] | import static spark.Spark.*;
import java.io.UnsupportedEncodingException;
import java.lang.reflect.Field;
import java.text.DateFormat;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.List;
import java.util.UUID;
import models.Country;
import models.Model;
... | 11,843 | 0.617262 | 0.610168 | 312 | 36.951923 | 27.948687 | 146 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.717949 | false | false | 0 |
bc8320f1fcccb096e66bf43cb6f64234551f13f7 | 14,731,737,829,604 | 41763feae5c326dcfd36b75ed23a27ed5ee3e4a8 | /src/main/java/com/online/dao/impl/a5businessbureau/PetrolGasStationDaoImpl.java | b2e614e2ab1697bfa6664aed609d38ca44babc1d | [] | no_license | aner47/online | https://github.com/aner47/online | a7d53c8e7e6d72065c129a31d2e4ba5614c96e94 | 9ad7c285e170e6d5642c86eab95f657e9e23f4d7 | refs/heads/master | 2020-04-27T11:19:41.111000 | 2019-03-07T07:36:03 | 2019-03-07T07:36:03 | 174,291,169 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.online.dao.impl.a5businessbureau;
import org.springframework.stereotype.Repository;
import com.online.entity.online.a5businessbureau.PetrolGasStation;
import com.online.dao.a5businessbureau.PetrolGasStationDao;
import com.online.dao.impl.BaseDaoImpl;
/**
*
* @author 左志平
*
* dao-加油站/加气站信息实现
*
*/
@... | UTF-8 | Java | 505 | java | PetrolGasStationDaoImpl.java | Java | [
{
"context": ".online.dao.impl.BaseDaoImpl;\n\n/**\n * \n * @author 左志平\n * \n * dao-加油站/加气站信息实现\n *\n */\n@Repository(\"petr",
"end": 286,
"score": 0.8397510647773743,
"start": 285,
"tag": "NAME",
"value": "左"
},
{
"context": "online.dao.impl.BaseDaoImpl;\n\n/**\n * \n * @author 左志平... | null | [] | package com.online.dao.impl.a5businessbureau;
import org.springframework.stereotype.Repository;
import com.online.entity.online.a5businessbureau.PetrolGasStation;
import com.online.dao.a5businessbureau.PetrolGasStationDao;
import com.online.dao.impl.BaseDaoImpl;
/**
*
* @author 左志平
*
* dao-加油站/加气站信息实现
*
*/
@... | 505 | 0.807933 | 0.80167 | 21 | 21.857143 | 30.247055 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 0 |
a79065a29c641b294a32b25f9e44b3fe46dbd01a | 15,272,903,768,861 | b789af461bba8acc7f1ac60e5971890c28385e0d | /serialize-test/serializeMethod/src/main/java/HessianSerialize/Person.java | 424ce43ce0dda388700e8f1773dc7a47b3b8a6f9 | [
"Apache-2.0"
] | permissive | asdgh1000/demo | https://github.com/asdgh1000/demo | 5688f579eecc6abb22160e6486c1af84fb49da3c | b2fe60b99e97b3b75d3b3c1ada16d8ea89ea6a00 | refs/heads/master | 2022-12-23T19:08:20.503000 | 2020-02-18T14:38:17 | 2020-02-18T14:38:17 | 65,529,838 | 103 | 112 | Apache-2.0 | false | 2022-12-16T09:45:33 | 2016-08-12T06:41:52 | 2022-09-05T11:19:25 | 2022-12-16T09:45:29 | 5,617 | 79 | 160 | 37 | HTML | false | false | package HessianSerialize;
import java.io.Serializable;
/**
* Created by Jo on 12/8/16.
*/
public class Person implements Serializable {
private String name;
private int age;
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
public int getAge() {
return ... | UTF-8 | Java | 606 | java | Person.java | Java | [
{
"context": ";\n\nimport java.io.Serializable;\n\n/**\n * Created by Jo on 12/8/16.\n */\npublic class Person implements Se",
"end": 77,
"score": 0.6231527328491211,
"start": 75,
"tag": "NAME",
"value": "Jo"
}
] | null | [] | package HessianSerialize;
import java.io.Serializable;
/**
* Created by Jo on 12/8/16.
*/
public class Person implements Serializable {
private String name;
private int age;
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
public int getAge() {
return ... | 606 | 0.656766 | 0.648515 | 36 | 15.833333 | 15.656912 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.222222 | false | false | 0 |
7652b799e7fa183e120b4f13f98d1273c65d96b0 | 13,778,255,144,347 | 021c0e69518901d1dc41bdc3eaf82eb1e6db0776 | /testsuite/integration/src/test/java/org/keycloak/testsuite/ldap/EmbeddedServersFactory.java | 40106b5df749e27c2eda45831d45f013c57b469f | [
"Apache-2.0"
] | permissive | panga/keycloak | https://github.com/panga/keycloak | 7d2df919e4a0c37acb907a16d6d2e310d79560a8 | 748ed30b475dc984025d54392e8857d35f204bbb | refs/heads/master | 2020-02-26T17:37:08.224000 | 2015-05-20T05:56:54 | 2015-05-20T05:56:54 | 35,549,628 | 1 | 0 | null | true | 2015-05-13T13:09:41 | 2015-05-13T13:09:41 | 2015-05-10T16:11:55 | 2015-05-13T11:25:15 | 45,880 | 0 | 0 | 0 | null | null | null | package org.keycloak.testsuite.ldap;
import org.ietf.jgss.GSSException;
import org.ietf.jgss.GSSManager;
import org.ietf.jgss.GSSName;
import org.keycloak.util.KerberosSerializationUtils;
import sun.security.jgss.GSSNameImpl;
import sun.security.jgss.krb5.Krb5NameElement;
/**
* Factory for ApacheDS based LDAP and Ke... | UTF-8 | Java | 4,348 | java | EmbeddedServersFactory.java | Java | [
{
"context": "nd Kerberos servers\n *\n * @author <a href=\"mailto:mposolda@redhat.com\">Marek Posolda</a>\n */\npublic class EmbeddedServe",
"end": 384,
"score": 0.9999256730079651,
"start": 365,
"tag": "EMAIL",
"value": "mposolda@redhat.com"
},
{
"context": "*\n * @author <a href=\... | null | [] | package org.keycloak.testsuite.ldap;
import org.ietf.jgss.GSSException;
import org.ietf.jgss.GSSManager;
import org.ietf.jgss.GSSName;
import org.keycloak.util.KerberosSerializationUtils;
import sun.security.jgss.GSSNameImpl;
import sun.security.jgss.krb5.Krb5NameElement;
/**
* Factory for ApacheDS based LDAP and Ke... | 4,329 | 0.675253 | 0.668583 | 110 | 38.527271 | 33.685635 | 143 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.736364 | false | false | 0 |
6897df670c8bd9e867a7e22ae1710b6313e6aaaa | 25,039,659,346,531 | a2e4ad2bbee337d6552637d0b4d9fa26b03a14d9 | /mypro/src/main/java/com/xfcc/controller/DeleteUserController.java | ee4fc245c38115706c2e1c32bdf8b9ae17458f2b | [] | no_license | WZFlik/javaweb | https://github.com/WZFlik/javaweb | a45462e411a431926bd2d5ce3ce33b7b3b014b1c | 13cbcd610d868f9816bf44585c6d530de462d9a3 | refs/heads/master | 2022-06-22T17:57:37.699000 | 2019-09-23T14:11:47 | 2019-09-23T14:11:50 | 210,342,222 | 0 | 0 | null | false | 2022-06-21T01:55:43 | 2019-09-23T11:50:26 | 2019-09-23T14:12:20 | 2022-06-21T01:55:39 | 5,578 | 0 | 0 | 3 | Java | false | false | package com.xfcc.controller;
import java.io.IOException;
import java.util.List;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import com.xfcc.entity... | GB18030 | Java | 1,077 | java | DeleteUserController.java | Java | [] | null | [] | package com.xfcc.controller;
import java.io.IOException;
import java.util.List;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import com.xfcc.entity... | 1,077 | 0.78785 | 0.786885 | 33 | 30.424242 | 26.221701 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.515152 | false | false | 0 |
690d972cfab49cbc5f1b414f417d4d6413955baa | 9,878,424,848,621 | c60a0acf04ef9fd14eb87a3db5e6dbc63e607064 | /src/M_/compile/ErrorRecorder.java | fcd3e2b211283f5fd04264edd1d5f3e6e5eabb2d | [] | no_license | yyh-rain-song/Compiler | https://github.com/yyh-rain-song/Compiler | a06a158c871d27a8f02503a5923b226fefa8be22 | 2e4447cd2206e31f3fd83e9c0f74f5d4d4bc7175 | refs/heads/master | 2020-05-20T14:27:07.397000 | 2019-05-10T08:38:18 | 2019-05-10T08:38:18 | 173,936,187 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package M_.compile;
import M_.AST.Location;
import java.io.PrintStream;
import java.util.LinkedList;
import java.util.List;
public class ErrorRecorder {
private List<String> errors;
public static final String ANSI_RED = "\u001B[31m";//can change the color of output. Wonderful!
public static fi... | UTF-8 | Java | 1,302 | java | ErrorRecorder.java | Java | [] | null | [] | package M_.compile;
import M_.AST.Location;
import java.io.PrintStream;
import java.util.LinkedList;
import java.util.List;
public class ErrorRecorder {
private List<String> errors;
public static final String ANSI_RED = "\u001B[31m";//can change the color of output. Wonderful!
public static fi... | 1,302 | 0.616743 | 0.596774 | 40 | 30.549999 | 27.748829 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 0 |
051cc7f7f3966882b0af2c9600fcb0afad43a8fd | 1,125,281,497,534 | ed7e6de22329324033b778235fc9e294c1e22563 | /src/main/java/edu/pwr/pizzeria/service/order/calculator/StandardPriceCalculator.java | 8597a20103fa96a5eaf791ec9f5d43f7e60763a3 | [] | no_license | Burdzi0/Pizzeria-Backend | https://github.com/Burdzi0/Pizzeria-Backend | 2829378ea0507326e751e27df5ffef7974dc0d55 | bb0185c8fc7a5cb10bc73c8f9294457bc3bca9a4 | refs/heads/master | 2022-10-29T01:11:31.274000 | 2020-06-17T16:26:08 | 2020-06-17T16:26:08 | 251,207,371 | 0 | 0 | null | false | 2020-06-17T16:26:09 | 2020-03-30T05:11:09 | 2020-05-04T10:07:08 | 2020-06-17T16:26:08 | 6,784 | 0 | 0 | 0 | Java | false | false | package edu.pwr.pizzeria.service.order.calculator;
import edu.pwr.pizzeria.model.order.CustomPizza;
import edu.pwr.pizzeria.model.order.CustomerOrder;
import edu.pwr.pizzeria.model.order.OrderedIngredient;
import edu.pwr.pizzeria.model.order.OrderedPizza;
import edu.pwr.pizzeria.model.pizza.Pizza;
import edu.pwr.pizze... | UTF-8 | Java | 2,645 | java | StandardPriceCalculator.java | Java | [] | null | [] | package edu.pwr.pizzeria.service.order.calculator;
import edu.pwr.pizzeria.model.order.CustomPizza;
import edu.pwr.pizzeria.model.order.CustomerOrder;
import edu.pwr.pizzeria.model.order.OrderedIngredient;
import edu.pwr.pizzeria.model.order.OrderedPizza;
import edu.pwr.pizzeria.model.pizza.Pizza;
import edu.pwr.pizze... | 2,645 | 0.621928 | 0.615879 | 91 | 28.065933 | 25.848164 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.340659 | false | false | 0 |
a6859b35b66f17950ca78c89458e7f18d3cd402c | 12,541,304,532,038 | 77cb4b9224fa28d9a7fe7a65c69acfd8dd00ecb1 | /app/src/main/java/com/dopechat/grv/dopechat/MainActivity.java | 51e8ad9e2a869301717102cb73b96e1c7f38372a | [] | no_license | VN0/Postcard-social-network-app | https://github.com/VN0/Postcard-social-network-app | c60baab2e24333492d20760c13146b6f12a4140f | 67618133c2dd15bb0a35112c619d3adea407f3ad | refs/heads/master | 2020-04-18T19:33:59.512000 | 2017-12-15T10:52:34 | 2017-12-15T10:52:34 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.dopechat.grv.dopechat;
import android.content.Intent;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.design.widget.BottomNavigationView;
import android.support.v4.app.FragmentTransaction;
import android.support.v7.app.AppCompatActivity;
import android.view.MenuI... | UTF-8 | Java | 6,192 | java | MainActivity.java | Java | [] | null | [] | package com.dopechat.grv.dopechat;
import android.content.Intent;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.design.widget.BottomNavigationView;
import android.support.v4.app.FragmentTransaction;
import android.support.v7.app.AppCompatActivity;
import android.view.MenuI... | 6,192 | 0.64761 | 0.645349 | 137 | 44.197079 | 34.216537 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.627737 | false | false | 0 |
76ce406e4900530ec54aac6a59d02984efc7f7a7 | 16,913,581,215,682 | 087bc914ce8dd452b8ce1218509fb1ba46f2ea40 | /kthlargestelement.java | a6b474552308805be8d1ff9b7d2ab900c0cd2f8f | [] | no_license | Kalaidharma/kthelement | https://github.com/Kalaidharma/kthelement | 72e9266f4f4cfa7bab99fc1e3a4810ecb796f16e | 7f7f304170beed03d268616dd1cd7554bbefb3dc | refs/heads/master | 2020-03-23T22:11:28.571000 | 2018-07-24T13:02:54 | 2018-07-24T13:02:54 | 142,159,257 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Arrays;
import java.util.Scanner;
public class kthlargestelement {
public static void main(String[] args){
Scanner sc=new Scanner(System.in);
int n,i;
n=sc.nextInt();
int arr[]=new int[n];
for(i=0;i<n;i++){
arr[i]=sc.nextInt();
}
... | UTF-8 | Java | 499 | java | kthlargestelement.java | Java | [] | null | [] | import java.util.Arrays;
import java.util.Scanner;
public class kthlargestelement {
public static void main(String[] args){
Scanner sc=new Scanner(System.in);
int n,i;
n=sc.nextInt();
int arr[]=new int[n];
for(i=0;i<n;i++){
arr[i]=sc.nextInt();
}
... | 499 | 0.498998 | 0.49499 | 20 | 22.950001 | 11.29812 | 45 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.6 | false | false | 0 |
c1e4dc5cc688e21ee0aa086de1972b62522cf676 | 32,341,103,788,896 | 34c032b93811c3ec116f9ba7c9bb0bd910799a72 | /src/test/java/org/nirdh/apps/webcrawler/domain/CachedResponseTest.java | 25af3b8d036c1c01c5430424cc5693cddde4a25a | [] | no_license | coolnirdh/web-crawler | https://github.com/coolnirdh/web-crawler | 2738ab4e6082bca91f3f0a69530356d7a665b69a | d62f91c977d20e896eb45b86d73198fe5e8dc277 | refs/heads/master | 2022-09-03T11:33:14.211000 | 2018-05-30T14:25:28 | 2018-05-30T14:25:28 | 134,664,419 | 0 | 0 | null | false | 2022-09-01T22:18:37 | 2018-05-24T05:18:46 | 2018-05-30T14:25:57 | 2022-09-01T22:18:34 | 94 | 0 | 0 | 1 | Java | false | false | package org.nirdh.apps.webcrawler.domain;
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.ExpectedException;
import static org.hamcrest.Matchers.containsString;
/**
* Created by Nirdh on 29-05-2018.
*/
public class CachedResponseTest {
@Rule
public ExpectedException thrown = ExpectedE... | UTF-8 | Java | 1,809 | java | CachedResponseTest.java | Java | [
{
"context": "mcrest.Matchers.containsString;\n\n/**\n * Created by Nirdh on 29-05-2018.\n */\npublic class CachedResponseTes",
"end": 208,
"score": 0.9021827578544617,
"start": 203,
"tag": "USERNAME",
"value": "Nirdh"
}
] | null | [] | package org.nirdh.apps.webcrawler.domain;
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.ExpectedException;
import static org.hamcrest.Matchers.containsString;
/**
* Created by Nirdh on 29-05-2018.
*/
public class CachedResponseTest {
@Rule
public ExpectedException thrown = ExpectedE... | 1,809 | 0.679381 | 0.657822 | 61 | 28.655737 | 25.908974 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.606557 | false | false | 0 |
10eacf3caa05a6cbb85e6ffc32419a8621f36b8b | 12,077,448,079,881 | 6897222174736708531da65c74edbb3cc6baf506 | /src/SQLBean/PingtaiVo.java | 510fb70972d86d4ed464bb0ce2432e0c871102da | [] | no_license | GZzzhsmart/FitmentStore | https://github.com/GZzzhsmart/FitmentStore | 208ab4146f7be9be4dc7b648deb27d57ff6bd70c | a2300ff5a875d6cc1c97ebe8967e4cdf4a82dc05 | refs/heads/master | 2021-07-24T09:22:43.149000 | 2017-11-05T11:07:31 | 2017-11-05T11:07:31 | 104,160,796 | 2 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package SQLBean;
public class PingtaiVo {
private int summoney;
private String times;
public int getSummoney() {
return summoney;
}
public void setSummoney(int summoney) {
this.summoney = summoney;
}
public String getTimes() {
return times;
}
public void setTimes(String times) {
this.times = times;
... | UTF-8 | Java | 326 | java | PingtaiVo.java | Java | [] | null | [] | package SQLBean;
public class PingtaiVo {
private int summoney;
private String times;
public int getSummoney() {
return summoney;
}
public void setSummoney(int summoney) {
this.summoney = summoney;
}
public String getTimes() {
return times;
}
public void setTimes(String times) {
this.times = times;
... | 326 | 0.705521 | 0.705521 | 20 | 15.3 | 12.810542 | 40 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.3 | false | false | 0 |
08b97572bf2bcc193302b9500e824c5618cb0b29 | 27,015,344,316,525 | abe168773f358081abfa12bde0e03b677faef2d8 | /FinancingProductSys/src/com/pl/entity/FinancingProduct.java | a463cebe97726164ccfc25a0f7dbc0b35a585cb6 | [] | no_license | 695772852/PropertyManagement | https://github.com/695772852/PropertyManagement | 7adf20f88c2bb936b0a7a8ed8f0426942a34d61e | 84a9e98eeb95a38f83ccdfabb4d41867617090f4 | refs/heads/master | 2020-04-18T01:01:22.059000 | 2019-01-25T02:00:55 | 2019-01-25T02:00:55 | 167,102,110 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.pl.entity;
/**
* 理财产品实体类
* @author PLFEIGN
*
*/
public class FinancingProduct {
private String id; //产品编号
private int risk; //风险评级
private String income;//预期收入
private String saleStarting;//发售起始日期
private String saleEnd;//发售结束日期
private String end;//产品到期日期
public FinancingProduct() ... | GB18030 | Java | 1,669 | java | FinancingProduct.java | Java | [
{
"context": "ackage com.pl.entity;\r\n/**\r\n * 理财产品实体类\r\n * @author PLFEIGN\r\n *\r\n */\r\npublic class FinancingProduct {\r\n\tpriva",
"end": 59,
"score": 0.999674379825592,
"start": 52,
"tag": "USERNAME",
"value": "PLFEIGN"
}
] | null | [] | package com.pl.entity;
/**
* 理财产品实体类
* @author PLFEIGN
*
*/
public class FinancingProduct {
private String id; //产品编号
private int risk; //风险评级
private String income;//预期收入
private String saleStarting;//发售起始日期
private String saleEnd;//发售结束日期
private String end;//产品到期日期
public FinancingProduct() ... | 1,669 | 0.645141 | 0.645141 | 69 | 21.115942 | 20.684334 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.782609 | false | false | 0 |
5b84980b800be9f829568626516522dd1bf4c25c | 7,421,703,490,254 | d48ef3371c230f2c5c8e692ed90851822e4ffc9e | /Pong.java | dad5f1318fd546db20dcf21c824908f7ac828c32 | [] | no_license | Zenahr/Ping_Pong | https://github.com/Zenahr/Ping_Pong | 1231bba7b92106738c3f4e379e0f84b09cfdc455 | 0aadb97e9744caf614619b285b3d2755f266a4e1 | refs/heads/master | 2021-07-22T07:10:42.034000 | 2020-05-15T16:19:54 | 2020-05-15T16:19:54 | 167,837,882 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pong;
import java.applet.Applet;
import java.awt.Color;
import java.awt.Graphics;
import java.awt.event.KeyEvent;
import java.awt.event.KeyListener;
import java.util.Timer;
@SuppressWarnings("serial")
public class Pong extends Applet implements Runnable, KeyListener {
/**
*
*/
final int... | UTF-8 | Java | 3,414 | java | Pong.java | Java | [] | null | [] | package pong;
import java.applet.Applet;
import java.awt.Color;
import java.awt.Graphics;
import java.awt.event.KeyEvent;
import java.awt.event.KeyListener;
import java.util.Timer;
@SuppressWarnings("serial")
public class Pong extends Applet implements Runnable, KeyListener {
/**
*
*/
final int... | 3,414 | 0.588166 | 0.55536 | 183 | 16.655737 | 18.172115 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.79235 | false | false | 0 |
23179f7b755f42049f999888ff18a85515c4ca1a | 21,423,296,920,079 | 3582c6d38cd65abe8dc6d82dad0b28c720e6f3bf | /src/main/java/com/design/cn/singLeton/HungrySingLeton.java | f89bfcb53caecca010d69321acfc4a5046148cfc | [] | no_license | z15943951022/design-mode | https://github.com/z15943951022/design-mode | e9f66e27d611df03e5e998a353e752a4664d2c03 | 923dcd042ff4cb65df70a2ade7620e8e43473699 | refs/heads/master | 2021-02-27T15:06:14.022000 | 2020-03-29T12:04:05 | 2020-03-29T12:04:05 | 245,614,018 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.design.cn.singLeton;
/**
* 饿汉模式
*/
public class HungrySingLeton {
public static HungrySingLeton hungrySingLeton=new HungrySingLeton();
private HungrySingLeton() {
}
public static HungrySingLeton getInstance() {
return hungrySingLeton;
}
}
| UTF-8 | Java | 292 | java | HungrySingLeton.java | Java | [] | null | [] | package com.design.cn.singLeton;
/**
* 饿汉模式
*/
public class HungrySingLeton {
public static HungrySingLeton hungrySingLeton=new HungrySingLeton();
private HungrySingLeton() {
}
public static HungrySingLeton getInstance() {
return hungrySingLeton;
}
}
| 292 | 0.697183 | 0.697183 | 15 | 17.933332 | 21.173779 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 0 |
1afa736906c8b0fdea2b3fc1cfbb7fd81f4adf44 | 7,086,696,075,182 | d71b64090decac3c1b3cfab32e115bd9d5569123 | /jarlibrary/src/main/java/net/juude/StringTest.java | cb144595ca2ca42e3d5e793300d8d780bbb787f8 | [] | no_license | moha19/droidViews | https://github.com/moha19/droidViews | 1040a01f902dad6f64b8b65f73fe51371617abe0 | 6d4f61ab9a4c7b2438d9da62a157591f3dcf8921 | refs/heads/master | 2021-05-10T19:51:42.806000 | 2017-11-29T02:25:26 | 2017-11-29T02:25:26 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.juude;
import junit.framework.Assert;
import org.junit.Test;
import java.net.MalformedURLException;
import java.net.URL;
import java.net.URLEncoder;
import java.util.Arrays;
/**
* Created by juude on 2016/12/9.
*/
public class StringTest {
@Test
public void injectExtension() {
String... | UTF-8 | Java | 1,588 | java | StringTest.java | Java | [
{
"context": "coder;\nimport java.util.Arrays;\n\n/**\n * Created by juude on 2016/12/9.\n */\n\npublic class StringTest {\n\n ",
"end": 213,
"score": 0.9945578575134277,
"start": 208,
"tag": "USERNAME",
"value": "juude"
}
] | null | [] | package net.juude;
import junit.framework.Assert;
import org.junit.Test;
import java.net.MalformedURLException;
import java.net.URL;
import java.net.URLEncoder;
import java.util.Arrays;
/**
* Created by juude on 2016/12/9.
*/
public class StringTest {
@Test
public void injectExtension() {
String... | 1,588 | 0.570701 | 0.547134 | 61 | 24.737705 | 22.619375 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.491803 | false | false | 0 |
3b90e9f9a3acd27aea39f2ae68ea42809c50073f | 7,086,696,075,762 | eff0149202e10413dde9024b26a488d324d5e75a | /src/main/java/com/ndpmedia/model/ymDB/YMDBService.java | 8616e20d1eaeb004d549d6f79b38f1e4addcc9b6 | [] | no_license | part-time-job/jenkinsUtil | https://github.com/part-time-job/jenkinsUtil | 68c8b7397129d96763207b04ee9850756f86b94d | 94ba718fd554396fe2ae6fe28d1445f318c2862b | refs/heads/master | 2020-05-26T22:23:12.491000 | 2017-03-01T07:40:46 | 2017-03-01T07:40:46 | 82,509,792 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ndpmedia.model.ymDB;
import java.io.IOException;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import ... | UTF-8 | Java | 15,997 | java | YMDBService.java | Java | [
{
"context": "tion: facebook_pmd jenkins db operation\n * @author ivan.wang\n * @date 2015年9月24日 下午4:56:10\n * \n */\n@Controller",
"end": 1143,
"score": 0.9991183280944824,
"start": 1134,
"tag": "NAME",
"value": "ivan.wang"
},
{
"context": "tpRequester();\n String urlString =... | null | [] | package com.ndpmedia.model.ymDB;
import java.io.IOException;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import ... | 15,997 | 0.602557 | 0.597897 | 351 | 44.239315 | 28.688219 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.837607 | false | false | 0 |
10e52e23faf54c559b26f4d3a036102b265c9ed9 | 4,501,125,768,175 | 6d2246ba0a6b8bd2a3f01456dbd07eeae2e2ad9d | /src/main/java/top/chenqwwq/leetcode/archive/$20200418/common/LeetCode220.java | 31b3ca6c4befcb03a067269b054247a47ce31b0c | [] | no_license | CheNbXxx/_leetcode | https://github.com/CheNbXxx/_leetcode | 0e7ee68754401690477023a294bb3111a758431c | a1ecc34cd8d63ba2543d9f3ecc8ef90ade4f6761 | refs/heads/master | 2020-06-15T20:31:17.808000 | 2020-06-15T15:14:38 | 2020-06-15T15:14:38 | 195,385,452 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package top.chenqwwq.leetcode.archive.$20200418.common;
/**
* 220. Containers duplicate III
*
* @author bingxin.chen
* @date 2019 /7/9 18:10
*/
public class LeetCode220 {
public static void main(String[] args) {
System.out.println(new LeetCode220().new Solution().containsNearbyAlmostDuplicate(new int[... | UTF-8 | Java | 1,756 | java | LeetCode220.java | Java | [
{
"context": "/**\n * 220. Containers duplicate III\n *\n * @author bingxin.chen\n * @date 2019 /7/9 18:10\n */\npublic cl",
"end": 109,
"score": 0.9156096577644348,
"start": 108,
"tag": "NAME",
"value": "b"
},
{
"context": "*\n * 220. Containers duplicate III\n *\n * @author bingxin... | null | [] | package top.chenqwwq.leetcode.archive.$20200418.common;
/**
* 220. Containers duplicate III
*
* @author bingxin.chen
* @date 2019 /7/9 18:10
*/
public class LeetCode220 {
public static void main(String[] args) {
System.out.println(new LeetCode220().new Solution().containsNearbyAlmostDuplicate(new int[... | 1,756 | 0.432335 | 0.39521 | 57 | 28.298246 | 24.886383 | 142 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.508772 | false | false | 0 |
441dce1efd341823a16dd2828a7160a34ed584e9 | 30,210,800,005,697 | ccd790defa0bd9aab3d77369c02f4a836119d207 | /app/src/main/java/com/mydomain/yyjp/myflickrfindr/clientui/MainActivity.java | 42078f2221806252b0864b413b994f65af5a1ec2 | [] | no_license | jvmonani/MyFlickrFindr | https://github.com/jvmonani/MyFlickrFindr | 2f32e9bd37bc81f0015a94a14554da81345c4c48 | 73ad611a329073c8dbbef236de16ee6fdfabca41 | refs/heads/master | 2021-09-04T22:27:01.028000 | 2018-01-22T18:01:47 | 2018-01-22T18:01:47 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mydomain.yyjp.myflickrfindr.clientui;
import android.app.SearchManager;
import android.content.Context;
import android.os.Bundle;
import android.support.design.widget.Snackbar;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.DividerItemDecoration;
import android.support.v7... | UTF-8 | Java | 11,789 | java | MainActivity.java | Java | [] | null | [] | package com.mydomain.yyjp.myflickrfindr.clientui;
import android.app.SearchManager;
import android.content.Context;
import android.os.Bundle;
import android.support.design.widget.Snackbar;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.DividerItemDecoration;
import android.support.v7... | 11,789 | 0.664603 | 0.663161 | 274 | 42.025547 | 29.57971 | 140 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.645985 | false | false | 0 |
6101cffe4b9034f4d6181b0c89808b23fe07da61 | 32,143,535,302,445 | 92977ea6ba766b9d87fcfc6dce5b6d0c712aa3d2 | /src/test/java/seedu/eylah/expensesplitter/model/ReceiptBookStub.java | 440fe69ac4ac6a8d0d8f6265cdade3a6ff0d58b9 | [
"MIT"
] | permissive | WillySeahh/main | https://github.com/WillySeahh/main | 202ea13b74807727fa8b1010b30139a034b8d94e | 664611ec114ad35b7528bab89ca4c47876b28f22 | refs/heads/master | 2021-01-05T16:17:11.402000 | 2020-04-16T18:11:29 | 2020-04-16T18:11:29 | 241,072,558 | 0 | 0 | NOASSERTION | true | 2020-02-17T09:52:59 | 2020-02-17T09:52:58 | 2020-02-17T09:45:47 | 2020-02-17T08:12:07 | 11,262 | 0 | 0 | 0 | null | false | false | package seedu.eylah.expensesplitter.model;
import javafx.collections.ObservableList;
import seedu.eylah.expensesplitter.model.receipt.Receipt;
import seedu.eylah.expensesplitter.model.receipt.UniqueReceiptList;
/**
* A stub class for ReceiptBook.
*/
public class ReceiptBookStub implements ReadOnlyReceiptBook {
... | UTF-8 | Java | 789 | java | ReceiptBookStub.java | Java | [] | null | [] | package seedu.eylah.expensesplitter.model;
import javafx.collections.ObservableList;
import seedu.eylah.expensesplitter.model.receipt.Receipt;
import seedu.eylah.expensesplitter.model.receipt.UniqueReceiptList;
/**
* A stub class for ReceiptBook.
*/
public class ReceiptBookStub implements ReadOnlyReceiptBook {
... | 789 | 0.726236 | 0.726236 | 35 | 21.542856 | 23.352385 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.257143 | false | false | 0 |
d2ab10999829c2cc2a4db33fe24a184c83a9dbce | 25,056,839,274,973 | d7f2e9522aa344fcd1d59c2d7ebe405bf7946ae9 | /src/test/java/nl/javalon/groufty/resource/UserSessionTest.java | fbe9a8feca7e0951bdaaaf1169290651c318fda6 | [] | no_license | utwente/Groufty | https://github.com/utwente/Groufty | 27e70e60a667cc8379fd417c35b19c0f5d247b59 | 9848f209c1840e14df5ad5e7945f2bd7f74bf3fd | refs/heads/master | 2020-05-21T08:38:27.900000 | 2016-08-27T11:47:39 | 2016-08-27T11:47:39 | 62,119,538 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package nl.javalon.groufty.resource;
import com.fasterxml.jackson.databind.ObjectMapper;
import nl.javalon.groufty.Application;
import nl.javalon.groufty.config.RestPrefixConfiguration;
import nl.javalon.groufty.domain.user.User;
import nl.javalon.groufty.domain.user.UserAuthority;
import nl.javalon.groufty.domain.use... | UTF-8 | Java | 4,785 | java | UserSessionTest.java | Java | [
{
"context": "\n\t\temployee = new User();\n\t\temployee.setFullName(\"Joel Jenkins\");\n\t\temployee.setUserId(UserId.fromString(\"m32583",
"end": 2247,
"score": 0.9998295307159424,
"start": 2235,
"tag": "NAME",
"value": "Joel Jenkins"
},
{
"context": "dentialsDto.setPassword(DevAut... | null | [] | package nl.javalon.groufty.resource;
import com.fasterxml.jackson.databind.ObjectMapper;
import nl.javalon.groufty.Application;
import nl.javalon.groufty.config.RestPrefixConfiguration;
import nl.javalon.groufty.domain.user.User;
import nl.javalon.groufty.domain.user.UserAuthority;
import nl.javalon.groufty.domain.use... | 4,751 | 0.810449 | 0.806061 | 137 | 33.927006 | 27.194792 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.605839 | false | false | 0 |
608f470e298e7996a38802496e4b84e8cb9c2e06 | 8,203,387,542,423 | f6cfaa69a202f0253a5610b6aec17c53b998b07c | /app/src/main/java/com/demo/zk/mynews/module/news/model/INewsDetailInteractor.java | d3a45df7af491bf955acee8c854ad583e049709b | [] | no_license | zkzqzzz/MyNews | https://github.com/zkzqzzz/MyNews | a42b57a0fbb7db856a5cfbca3e3a21d1a38be38b | 40664b9f9e52d79bf49079b7b38afc74d1e8fb29 | refs/heads/master | 2020-02-26T16:10:59.717000 | 2016-09-21T06:31:28 | 2016-09-21T06:31:28 | 68,779,501 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.demo.zk.mynews.module.news.model;
import com.demo.zk.mynews.callback.RequestCallback;
import rx.Subscription;
/**
* ClassName: INewsDetailInteractor<p>
* Fuction: 新闻详情的Model层接口<p>
* UpdateUser: <p>
* UpdateDate: <p>
*/
public interface INewsDetailInteractor<T> {
Subscription requestNewsDetail(... | UTF-8 | Java | 380 | java | INewsDetailInteractor.java | Java | [] | null | [] | package com.demo.zk.mynews.module.news.model;
import com.demo.zk.mynews.callback.RequestCallback;
import rx.Subscription;
/**
* ClassName: INewsDetailInteractor<p>
* Fuction: 新闻详情的Model层接口<p>
* UpdateUser: <p>
* UpdateDate: <p>
*/
public interface INewsDetailInteractor<T> {
Subscription requestNewsDetail(... | 380 | 0.75 | 0.75 | 18 | 19.222221 | 22.202492 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.277778 | false | false | 0 |
60cb3f00674b295bb39ab5a183f25f5845a693a7 | 11,192,684,826,802 | 2db1320fabba3090c81bed4e24d02729059539f4 | /src/org/neu/operation/SOR.java | b50c28401a73ac9623964964d792c0ab262ae681 | [] | no_license | glorygaz/NumericalAnalysis | https://github.com/glorygaz/NumericalAnalysis | 1988db6edfbf2c1d671a01d6b7d967e4f3f3f20b | 1c41c3f10afedf1e75b9c90a096895aae55eb412 | refs/heads/master | 2020-05-19T07:47:08.262000 | 2019-05-12T09:21:06 | 2019-05-12T09:21:06 | 184,904,912 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.neu.operation;
import org.neu.dataStructure.Matrix;
public class SOR implements IterationMethod{
private Matrix M;
private Matrix g;
private Matrix x;
/**
* Function: SOR
* @param A 系数矩阵
* @param x 初始解
* @param b 常数矩阵
* @param w 参数
*/
public SOR(Matrix A, ... | UTF-8 | Java | 1,113 | java | SOR.java | Java | [] | null | [] | package org.neu.operation;
import org.neu.dataStructure.Matrix;
public class SOR implements IterationMethod{
private Matrix M;
private Matrix g;
private Matrix x;
/**
* Function: SOR
* @param A 系数矩阵
* @param x 初始解
* @param b 常数矩阵
* @param w 参数
*/
public SOR(Matrix A, ... | 1,113 | 0.563937 | 0.558418 | 38 | 27.605263 | 23.267935 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.815789 | false | false | 0 |
eab449aaebf54401b0afa051951aa6bbbecac6ee | 16,234,976,439,986 | 28ca2c431ab8e9f77f71fb5fd5073b13247edaac | /Problem1Secant.java | 71e7bf15e75e77bd7bae5201c9e27d34c7c6ab9c | [] | no_license | robbiepecjo/Algorithms | https://github.com/robbiepecjo/Algorithms | 428fb990df9c9043552cebf31e632f1fedd20d9f | 89983a93ce1f623a2eea71456e0bf40a7bf57022 | refs/heads/master | 2021-03-12T22:33:14.951000 | 2013-10-09T21:58:32 | 2013-10-09T21:58:32 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Robbie Pecjo
* Math 541
* Homework 3, problem 1 Secant
* Professor Blomgren
*/
import java.util.Scanner;
public class Problem1Secant {
public static void main(String[] args)
{
Scanner console = new Scanner(System.in);
double p0;
double p1;
double TOL;
double N0;
System.out.println("Enter x_0:");... | UTF-8 | Java | 1,295 | java | Problem1Secant.java | Java | [
{
"context": "/*\n * Robbie Pecjo\n * Math 541\n * Homework 3, problem 1 Secant\n * Pr",
"end": 18,
"score": 0.9998899698257446,
"start": 6,
"tag": "NAME",
"value": "Robbie Pecjo"
},
{
"context": "h 541\n * Homework 3, problem 1 Secant\n * Professor Blomgren\n */\nimport java.util.Sc... | null | [] | /*
* <NAME>
* Math 541
* Homework 3, problem 1 Secant
* Professor Blomgren
*/
import java.util.Scanner;
public class Problem1Secant {
public static void main(String[] args)
{
Scanner console = new Scanner(System.in);
double p0;
double p1;
double TOL;
double N0;
System.out.println("Enter x_0:");
p0... | 1,289 | 0.580695 | 0.514286 | 45 | 27.799999 | 24.605871 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.244444 | false | false | 0 |
bdf9929584a0d0f4af772329440abe3fd004e701 | 14,920,716,451,668 | 50fd23ae40fa563e278ab45f517cee9af7f49dd9 | /DemotApp/src/main/java/com/demo/daoimpl/AddressDAOImpl.java | 6ef8c1c254777579c1629baeb4a709f7dac50164 | [] | no_license | Magesh8303/Assignment | https://github.com/Magesh8303/Assignment | 20edfb71c40c884f6a30476c770663cad08f92e4 | 0d9ed81e53c51e2bc79662833ecb525cedf8e8e7 | refs/heads/main | 2022-12-28T07:08:42.453000 | 2020-10-13T06:50:37 | 2020-10-13T06:50:37 | 303,588,639 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.demo.daoimpl;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.stream.Collectors;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import org.springframework.stereotype.Component;
import com.demo.dao.Add... | UTF-8 | Java | 2,662 | java | AddressDAOImpl.java | Java | [] | null | [] | package com.demo.daoimpl;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.stream.Collectors;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import org.springframework.stereotype.Component;
import com.demo.dao.Add... | 2,662 | 0.660406 | 0.659279 | 123 | 20.642277 | 25.995037 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.642276 | false | false | 0 |
57e9db2db721c2cc8317f53b178ad1622ece4235 | 8,203,387,547,085 | 9a52fe3bcdd090a396e59c68c63130f32c54a7a8 | /sources/com/inmobi/media/C2446ew.java | f192cd9ded1e3cd6c6788379b998182e71e12477 | [] | no_license | mzkh/LudoKing | https://github.com/mzkh/LudoKing | 19d7c76a298ee5bd1454736063bc392e103a8203 | ee0d0e75ed9fa8894ed9877576d8e5589813b1ba | refs/heads/master | 2022-04-25T06:08:41.916000 | 2020-04-14T17:00:45 | 2020-04-14T17:00:45 | 255,670,636 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.inmobi.media;
import androidx.annotation.NonNull;
import androidx.annotation.VisibleForTesting;
import java.util.Map;
import java.util.Map.Entry;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
@VisibleForTesting(otherwise = 3)
/* renamed from: com.inmobi.media.ew */
... | UTF-8 | Java | 2,728 | java | C2446ew.java | Java | [] | null | [] | package com.inmobi.media;
import androidx.annotation.NonNull;
import androidx.annotation.VisibleForTesting;
import java.util.Map;
import java.util.Map.Entry;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
@VisibleForTesting(otherwise = 3)
/* renamed from: com.inmobi.media.ew */
... | 2,728 | 0.57478 | 0.508065 | 86 | 30.72093 | 28.979002 | 164 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.860465 | false | false | 0 |
320b9bf6acd5fded53669925ba35b5fc6d3d50e5 | 10,204,842,357,515 | 3f30a43cf0fa461f1b22424c9a874f9050fccfee | /gensrc/com/siebel/selfservice/common/address/data/CUTAddressMVAccountData.java | 66b1353ae95db766ab3cbe1fa7264478b5c053a3 | [] | no_license | viveksingh111655/vodafone | https://github.com/viveksingh111655/vodafone | 9af53bd64d061d80e764c2d524185d476f64b377 | d5d68abd98bcf34b75fc178e0dfe9bc7ca050647 | refs/heads/master | 2016-09-06T00:24:10.961000 | 2014-06-11T04:03:33 | 2014-06-11T04:03:33 | 20,655,326 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package com.siebel.selfservice.common.address.data;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for CUTAddr... | UTF-8 | Java | 5,561 | java | CUTAddressMVAccountData.java | Java | [] | null | [] |
package com.siebel.selfservice.common.address.data;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for CUTAddr... | 5,561 | 0.569862 | 0.561769 | 228 | 23.385965 | 21.864017 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.20614 | false | false | 0 |
810e45d740a067a11cc0278c3696088c4f6f6b71 | 28,991,029,289,597 | d234878ee3f39cdbc5b873a8ab287a9ffac10a72 | /src/main/java/com/mxixm/fastboot/weixin/util/WxRedirect.java | 8715fee8b2a78d8a0e1b081c69870f5678acf244 | [] | no_license | mushang11/FastBootWeixin | https://github.com/mushang11/FastBootWeixin | 4438191f2aae972c1eb74f2ee6f8c457656233da | 815fb42d6a857ed8a2837f25a1be49727263da2c | refs/heads/master | 2021-01-22T12:12:55.870000 | 2017-09-03T15:58:02 | 2017-09-03T15:58:02 | 102,346,292 | 1 | 0 | null | true | 2017-09-04T09:52:42 | 2017-09-04T09:52:41 | 2017-09-01T05:26:07 | 2017-09-03T15:57:47 | 51,539 | 0 | 0 | 0 | null | null | null | package com.mxixm.fastboot.weixin.util;
import lombok.AllArgsConstructor;
import lombok.Getter;
/**
* FastBootWeixin WxRedirect
*
* @author Guangshan
* @summary FastBootWeixin WxRedirect
* @Copyright (c) 2017, Guangshan Group All Rights Reserved
* @since 2017/8/23 23:38
*/
@Getter
@AllArgsConstructor
public ... | UTF-8 | Java | 2,129 | java | WxRedirect.java | Java | [
{
"context": ";\n\n/**\n * FastBootWeixin WxRedirect\n *\n * @author Guangshan\n * @summary FastBootWeixin WxRedirect\n * @Copyri",
"end": 155,
"score": 0.804438591003418,
"start": 146,
"tag": "NAME",
"value": "Guangshan"
}
] | null | [] | package com.mxixm.fastboot.weixin.util;
import lombok.AllArgsConstructor;
import lombok.Getter;
/**
* FastBootWeixin WxRedirect
*
* @author Guangshan
* @summary FastBootWeixin WxRedirect
* @Copyright (c) 2017, Guangshan Group All Rights Reserved
* @since 2017/8/23 23:38
*/
@Getter
@AllArgsConstructor
public ... | 2,129 | 0.5744 | 0.563733 | 86 | 20.802326 | 18.999889 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.372093 | false | false | 0 |
f64589529f6f0d6cacd3739de207c9898a4bfee4 | 22,084,721,868,971 | 6c953574d5ec447bf4b775c803e5efcdf59be2f7 | /src/main/java/com/reactive/repo/SSNRepositoryImpl.java | 7c3b0a10bea6c0fcb352286868f1d18029b75b8c | [] | no_license | sidakula/Sid-ReactiveProgramming | https://github.com/sidakula/Sid-ReactiveProgramming | 945deb1516e120b8e2b4e05a83d43e26dc230d1e | 3117504e8e78898d5babc3ec8d665d58238f07af | refs/heads/master | 2022-05-06T04:18:44.068000 | 2020-10-20T02:53:20 | 2020-10-20T02:53:20 | 195,992,716 | 0 | 0 | null | false | 2022-03-31T18:33:06 | 2019-07-09T11:10:26 | 2020-10-20T02:53:24 | 2022-03-31T18:33:06 | 57 | 0 | 0 | 1 | Java | false | false | package com.reactive.repo;
import java.util.Map;
import java.util.concurrent.ConcurrentHashMap;
import com.reactive.model.Address;
import com.reactive.model.SSNDetails;
import reactor.core.publisher.Flux;
import reactor.core.publisher.Mono;
public class SSNRepositoryImpl implements SSNRepository{
Map<Integer, SSND... | UTF-8 | Java | 1,212 | java | SSNRepositoryImpl.java | Java | [
{
"context": "Impl(){\n\n ssnMap.put(1, new SSNDetails(1, \"Robert\", \"Ludlum\", \"rl@rl.com\", address));\n ssnMa",
"end": 500,
"score": 0.9998215436935425,
"start": 494,
"tag": "NAME",
"value": "Robert"
},
{
"context": " ssnMap.put(1, new SSNDetails(1, \"Robert... | null | [] | package com.reactive.repo;
import java.util.Map;
import java.util.concurrent.ConcurrentHashMap;
import com.reactive.model.Address;
import com.reactive.model.SSNDetails;
import reactor.core.publisher.Flux;
import reactor.core.publisher.Mono;
public class SSNRepositoryImpl implements SSNRepository{
Map<Integer, SSND... | 1,206 | 0.657591 | 0.651815 | 39 | 30.076923 | 27.148579 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.923077 | false | false | 0 |
5f3247012f4de88b4442a1f32ad557b7087d8ab5 | 10,393,820,919,873 | 94a0be4222b9516da89ddcb1a7feb2e6d4634188 | /TEST/smalltest/src/threadpooltest/Count.java | 39b9c79774eab8203773b65f101f55599cde3618 | [] | no_license | notcorgi/JavaTest | https://github.com/notcorgi/JavaTest | 361c60def05084d2ff38f79239d1686720ed6c42 | c70a41513ddaa9d887b8216684768fbcadc199e5 | refs/heads/master | 2022-12-09T13:02:06.642000 | 2020-09-05T09:09:05 | 2020-09-05T09:09:05 | 290,423,264 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package threadpooltest;
public class Count {
public static int num=0;
}
| UTF-8 | Java | 77 | java | Count.java | Java | [] | null | [] | package threadpooltest;
public class Count {
public static int num=0;
}
| 77 | 0.727273 | 0.714286 | 5 | 14.4 | 11.637869 | 28 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 0 |
cd3899d3ff8b2a6de12ab2182841f44c765ac2bb | 24,644,522,396,472 | 80ffd1307b0ac93b2a69395c1245c84e06ad092b | /src/ui/dialogs/ProcessingErrorDialog.java | 87fd819d7d57edb29e8e1313863469e4f2ca8f5b | [] | no_license | lahagemann/tcplayer | https://github.com/lahagemann/tcplayer | c3e192d78eb877d5e422c5ea4b192d7711034d53 | 7184aa5cb137c901ff1e1722f6e1e4a027932d3c | refs/heads/master | 2021-01-20T04:47:29.839000 | 2015-06-23T02:53:19 | 2015-06-23T02:53:19 | 89,735,214 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ui.dialogs;
import javax.swing.JOptionPane;
public class ProcessingErrorDialog {
private String message;
public ProcessingErrorDialog() {
setMessage();
create();
}
private void setMessage() {
this.message = "ERROR: there was an error processing this file.\n\n"
+ "Please ensure that text is... | UTF-8 | Java | 445 | java | ProcessingErrorDialog.java | Java | [] | null | [] | package ui.dialogs;
import javax.swing.JOptionPane;
public class ProcessingErrorDialog {
private String message;
public ProcessingErrorDialog() {
setMessage();
create();
}
private void setMessage() {
this.message = "ERROR: there was an error processing this file.\n\n"
+ "Please ensure that text is... | 445 | 0.714607 | 0.71236 | 23 | 18.347826 | 21.392012 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.347826 | false | false | 0 |
6588c31caee7416fe6435456f03d053ed799591c | 6,588,479,853,338 | 910e97b45e070f84d51fbe8502dcb53ef3e987c4 | /CS 380/src/temp/Hash.java | 2586d252da01ae26cd82991242cd7b624ae974c0 | [] | no_license | kbui14/Data-Structures | https://github.com/kbui14/Data-Structures | 4bf1365ae008d59b6813356ba6a9574e1dcec67d | fc891689166ab089e8e9c41df9e0b01c97d3cfa5 | refs/heads/master | 2021-07-01T13:42:02.999000 | 2017-09-23T01:59:27 | 2017-09-23T01:59:27 | 104,533,466 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package temp;
public abstract class Hash {
abstract boolean insertBook(HashPair item);
abstract boolean insert(HashPair item);
abstract boolean remove(Object key);
abstract HashPair search(Object key);
boolean insert(Object k, Object o){
return insert(new HashPair(k,o));
}
public Hash() {
// TODO Auto-... | UTF-8 | Java | 941 | java | Hash.java | Java | [] | null | [] | package temp;
public abstract class Hash {
abstract boolean insertBook(HashPair item);
abstract boolean insert(HashPair item);
abstract boolean remove(Object key);
abstract HashPair search(Object key);
boolean insert(Object k, Object o){
return insert(new HashPair(k,o));
}
public Hash() {
// TODO Auto-... | 941 | 0.659936 | 0.651435 | 47 | 19.021276 | 16.852917 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.148936 | false | false | 0 |
1c00584129513fe058029efbe7b11357daee889b | 15,882,789,124,669 | 8def0c93d257cf05ed218754e3f07f6c9c363e94 | /Application/src/main/java/io/github/antijava/marjio/scene/JoinScene.java | 485e62a0d06bdf833d1535d016ca0b0c5fefe605 | [] | no_license | NCU-Anti-Java/Marjio | https://github.com/NCU-Anti-Java/Marjio | 8efdf89077601a66f4e7946ac8274f4ea052b5fa | a4955f3db882e2a121b31871dd098f1e074c1d05 | refs/heads/develop | 2020-11-30T16:18:49.211000 | 2016-01-04T09:00:58 | 2016-01-04T09:00:58 | 42,847,984 | 2 | 2 | null | false | 2016-01-04T08:56:51 | 2015-09-21T06:30:04 | 2016-01-01T14:33:38 | 2016-01-04T08:56:51 | 869 | 3 | 2 | 1 | Java | null | null | package io.github.antijava.marjio.scene;
import io.github.antijava.marjio.common.IApplication;
import io.github.antijava.marjio.common.IClient;
import io.github.antijava.marjio.common.IInput;
import io.github.antijava.marjio.common.ISceneManager;
import io.github.antijava.marjio.common.graphics.Color;
import io.github... | UTF-8 | Java | 8,815 | java | JoinScene.java | Java | [
{
"context": "hat let client join server's game\n *\n * Created by Zheng-Yuan on 12/24/2015.\n */\npublic class JoinScene extends",
"end": 965,
"score": 0.9997856020927429,
"start": 955,
"tag": "NAME",
"value": "Zheng-Yuan"
}
] | null | [] | package io.github.antijava.marjio.scene;
import io.github.antijava.marjio.common.IApplication;
import io.github.antijava.marjio.common.IClient;
import io.github.antijava.marjio.common.IInput;
import io.github.antijava.marjio.common.ISceneManager;
import io.github.antijava.marjio.common.graphics.Color;
import io.github... | 8,815 | 0.591452 | 0.584745 | 253 | 33.770752 | 25.326851 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.557312 | false | false | 0 |
97fb498ebdcd76a1b9bc54d30f44282cb88b7c97 | 12,180,527,287,753 | 6b8d8c24754fb373f904d10dbff6e72e4adf706e | /DisenoPatrones/src/test/java/Github/Ejercicio/pageObjects/Login_pageObject.java | ac120e88fa99fbe91b278074be64f1f43e5355a3 | [] | no_license | Semillero-Automatizacion/Yesica-Martin | https://github.com/Semillero-Automatizacion/Yesica-Martin | 189e48f55fbb42929ca745416d0d3a78388247ac | a1d56eadfbe597e444752456c4aae53f3a118fb3 | refs/heads/master | 2021-07-20T12:26:17.165000 | 2019-11-20T00:06:36 | 2019-11-20T00:06:36 | 222,755,459 | 0 | 0 | null | false | 2020-10-14T00:29:13 | 2019-11-19T17:48:08 | 2019-11-20T00:06:39 | 2020-10-14T00:29:11 | 8,963 | 0 | 0 | 5 | Java | false | false | package Github.Ejercicio.pageObjects;
import org.openqa.selenium.By;
import cucumber.api.java.en.When;
import junit.framework.Assert;
import net.serenitybdd.core.pages.PageObject;
import net.thucydides.core.annotations.DefaultUrl;
@DefaultUrl ("https://colorlib.com/polygon/metis/login.html")
public class Login_pageO... | UTF-8 | Java | 1,127 | java | Login_pageObject.java | Java | [] | null | [] | package Github.Ejercicio.pageObjects;
import org.openqa.selenium.By;
import cucumber.api.java.en.When;
import junit.framework.Assert;
import net.serenitybdd.core.pages.PageObject;
import net.thucydides.core.annotations.DefaultUrl;
@DefaultUrl ("https://colorlib.com/polygon/metis/login.html")
public class Login_pageO... | 1,127 | 0.717584 | 0.71492 | 40 | 27.15 | 26.353889 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.25 | false | false | 0 |
47ade412492f1297631afc345daa0e53b1368496 | 14,242,111,594,488 | 90fe7269bf18f05d60f1fa98525b1a45d6554801 | /2017-2018/M1 INFO/CT ADW Session 2 2017-2018/src/dao/DAOCarteBancaire.java | 62767de670af5f3df533afe4541cfef00bdee148 | [] | no_license | SombreLoup/Enseignement | https://github.com/SombreLoup/Enseignement | f02e31a05dcc22c7fa5cbd2523a054903fb24110 | a47b959edc62498e93f514bbeb6ef6fa6fa2908e | refs/heads/master | 2021-04-28T05:09:33.182000 | 2019-02-03T19:00:22 | 2019-02-03T19:00:22 | 122,171,576 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package dao;
public interface DAOCarteBancaire {
}
| UTF-8 | Java | 53 | java | DAOCarteBancaire.java | Java | [] | null | [] | package dao;
public interface DAOCarteBancaire {
}
| 53 | 0.773585 | 0.773585 | 5 | 9.6 | 13.484806 | 35 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 0 |
89c26e3dcee611cd4d710491c7b5afdf0b622663 | 4,587,025,117,524 | 7992b22bde743448accfa44d1824a774c8714aa3 | /ch4/IntQueue.java | 3d92297129970065ce0d12f2fd394455b3c72c8a | [] | no_license | Jeong-mi/Doit_algorithm | https://github.com/Jeong-mi/Doit_algorithm | 00861c9ffbace136e859ac8ba05f265661bea172 | a09d04f4becb8e8495401e80b7c62b86f6ca318c | refs/heads/main | 2023-06-20T10:48:52.483000 | 2021-07-09T07:25:36 | 2021-07-09T07:25:36 | 380,249,601 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ch4;
public class IntQueue {
private int max; //큐의 용량
private int front; //첫 번째 요소의 커서
private int rear; //마지막 요소 커서
private int num; //현재 데이터 수
private int[] que; //큐 본체
//실행 시 예외:큐가 비어있음
public class EmptyIntQueueException extends RuntimeException {
public EmptyIntQueueException() {}
}
//실행 시 ... | UTF-8 | Java | 2,493 | java | IntQueue.java | Java | [] | null | [] | package ch4;
public class IntQueue {
private int max; //큐의 용량
private int front; //첫 번째 요소의 커서
private int rear; //마지막 요소 커서
private int num; //현재 데이터 수
private int[] que; //큐 본체
//실행 시 예외:큐가 비어있음
public class EmptyIntQueueException extends RuntimeException {
public EmptyIntQueueException() {}
}
//실행 시 ... | 2,493 | 0.613933 | 0.60716 | 111 | 17.621622 | 15.710244 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2 | false | false | 0 |
1d652b798c91f375c1a3ad748c1040a19ee7781e | 33,328,946,222,878 | be16af127ab35f3285b4f5481d621acf11871f51 | /src/main/java/startek/erm/ctrl/LocationController.java | 8ad509f203308a779a822cdb89c0b81665d3374c | [] | no_license | cjxonix/startek-erm | https://github.com/cjxonix/startek-erm | 506b4b3801b8a195e1eb7f08d8e74616581bea3c | 33523502f6177619a482407d49d48ad2bfc9b498 | refs/heads/master | 2021-01-19T18:08:24.220000 | 2015-03-27T15:57:05 | 2015-03-27T15:57:05 | 32,970,053 | 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 startek.erm.ctrl;
import java.security.Principal;
import org.springframework.beans.factory.annotation.Autowired;
impo... | UTF-8 | Java | 1,121 | java | LocationController.java | Java | [
{
"context": "ek.erm.service.UserService;\r\n\r\n/**\r\n *\r\n * @author Niwoogaba_Joel\r\n */\r\n@Controller\r\npublic class LocationControlle",
"end": 546,
"score": 0.9651957750320435,
"start": 532,
"tag": "USERNAME",
"value": "Niwoogaba_Joel"
}
] | 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 startek.erm.ctrl;
import java.security.Principal;
import org.springframework.beans.factory.annotation.Autowired;
impo... | 1,121 | 0.685103 | 0.685103 | 37 | 28.297297 | 24.065075 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.513514 | false | false | 0 |
a9a392ae503fce5b633328ea8d0df1387e4c2283 | 29,789,893,219,979 | 0175107fd0bebb6c65106257d047a880bcfc8478 | /viewpager/src/main/java/com/dd/viewpager/CustomHeightViewPager.java | 0949c696724ec062bf49c0e0900b3247d9dda408 | [] | no_license | Skynet-Jacopo/MultiFragmentViewPager | https://github.com/Skynet-Jacopo/MultiFragmentViewPager | e162b759acacae78af28d8d17c6cac679b8980c9 | d0130de2449667faaf6ae711258cc692a4c96f77 | refs/heads/master | 2021-07-19T21:39:36.364000 | 2017-10-30T07:32:27 | 2017-10-30T07:32:27 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.dd.viewpager;
import android.content.Context;
import android.support.v4.view.ViewPager;
import android.util.AttributeSet;
import android.util.Log;
public class CustomHeightViewPager extends ViewPager {
private final static String TAG = "CustomHeightViewPager";
private int topHeight;
private in... | UTF-8 | Java | 1,655 | java | CustomHeightViewPager.java | Java | [] | null | [] | package com.dd.viewpager;
import android.content.Context;
import android.support.v4.view.ViewPager;
import android.util.AttributeSet;
import android.util.Log;
public class CustomHeightViewPager extends ViewPager {
private final static String TAG = "CustomHeightViewPager";
private int topHeight;
private in... | 1,655 | 0.673556 | 0.670517 | 46 | 34.782608 | 35.923779 | 136 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.630435 | false | false | 0 |
2dc8003183981eb9209601465e5de5c597e681c1 | 12,833,362,308,728 | d2972bf18b288dd932e8418dcb7b93651a972bd6 | /demo/src/main/java/cn/jzvd/demo/Tab_3_List/ListView/adapter/ListViewAdapter.java | bf2412be371d927b1cbc890a062f05a54914f566 | [
"MIT"
] | permissive | Jzvd/JZVideo | https://github.com/Jzvd/JZVideo | a1dd9310581237aaad46059b7d091ca58b7996cf | 0f2ce88cf687a2db0224d21128484373dd0967df | refs/heads/develop | 2023-08-10T20:28:46.835000 | 2023-03-02T03:11:14 | 2023-03-02T03:11:14 | 226,138,659 | 1,973 | 357 | MIT | false | 2022-06-27T20:20:41 | 2019-12-05T15:59:47 | 2022-06-25T15:38:29 | 2022-06-27T20:20:33 | 3,464 | 2,262 | 409 | 58 | Java | false | false | package cn.jzvd.demo.Tab_3_List.ListView.adapter;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import com.bumptech.glide.Glide;
import cn.jzvd.Jzvd;
import cn.jzvd.JzvdStd;
import cn.jzvd.demo.R;
/**
... | UTF-8 | Java | 2,062 | java | ListViewAdapter.java | Java | [
{
"context": "JzvdStd;\nimport cn.jzvd.demo.R;\n\n/**\n * Created by Nathen\n * On 2016/02/07 01:20\n */\npublic class ListViewA",
"end": 339,
"score": 0.9577125906944275,
"start": 333,
"tag": "USERNAME",
"value": "Nathen"
}
] | null | [] | package cn.jzvd.demo.Tab_3_List.ListView.adapter;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import com.bumptech.glide.Glide;
import cn.jzvd.Jzvd;
import cn.jzvd.JzvdStd;
import cn.jzvd.demo.R;
/**
... | 2,062 | 0.650824 | 0.64452 | 77 | 25.779221 | 22.459558 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.545455 | false | false | 0 |
9cec929c0cf77b62ede97c660a323aaab5839007 | 816,043,855,428 | c99223e8d66c3cf5db3f5ef8b6753b236be64b3f | /Amazon/src/amazon/PermutationOutput.java | 44f6c420f317ff3be4730bae467c8a1beccc65f5 | [] | no_license | SeraphyYuan/Algorithm | https://github.com/SeraphyYuan/Algorithm | fcee1539e6c5b196d892fed36ff7e48d99550a65 | b8ed94e7d8cf99c64928c41c91c7b6d1a928f416 | refs/heads/master | 2016-09-06T18:40:44.343000 | 2013-01-07T20:07:58 | 2013-01-07T20:07:58 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package amazon;
import java.util.ArrayList;
/**
*
* @author ymenglifall
*/
public class PermutationOutput {
public static void check(ArrayList<String[]> s)
{
/*check the length of each string*/
... | UTF-8 | Java | 1,362 | java | PermutationOutput.java | Java | [
{
"context": "n;\n\nimport java.util.ArrayList;\n\n/**\n *\n * @author ymenglifall\n */\npublic class PermutationOutput {\n public s",
"end": 175,
"score": 0.9992395639419556,
"start": 164,
"tag": "USERNAME",
"value": "ymenglifall"
}
] | null | [] | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package amazon;
import java.util.ArrayList;
/**
*
* @author ymenglifall
*/
public class PermutationOutput {
public static void check(ArrayList<String[]> s)
{
/*check the length of each string*/
... | 1,362 | 0.417768 | 0.407489 | 53 | 24.698112 | 17.569899 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.566038 | false | false | 0 |
9f16f3d784c234640433ceacab4e8469c84b00b1 | 6,975,026,944,071 | 47fda82c44b944b9cfc6de05052e0cca0a9cc6e0 | /1_chapter1/src/base/Track.java | 16dae6949199d8476742400efa2e84daa816d035 | [] | no_license | qincasin/java8_- | https://github.com/qincasin/java8_- | 0f3c6d938d054867e6a6e4173311921e1aadf988 | 77de9c6385b68ed5a69eeed09dc110efce79f3d4 | refs/heads/master | 2020-03-23T03:40:52.882000 | 2018-07-18T04:43:49 | 2018-07-18T04:43:49 | 141,043,396 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package base;
/**
* 类说明: 专辑中的一只曲目
*
* @author: Casin
* @Create: 2018-05-13 13:19
* @HOME: https://qincasin.github.io/
*/
public final class Track {
private final String name;
private final int length;
public Track(String name, int length) {
this.name = name;
this.length = length;
... | UTF-8 | Java | 537 | java | Track.java | Java | [
{
"context": "package base;\n\n/**\n * 类说明: 专辑中的一只曲目\n *\n * @author: Casin\n * @Create: 2018-05-13 13:19\n * @HOME: https://qi",
"end": 56,
"score": 0.9997626543045044,
"start": 51,
"tag": "NAME",
"value": "Casin"
}
] | null | [] | package base;
/**
* 类说明: 专辑中的一只曲目
*
* @author: Casin
* @Create: 2018-05-13 13:19
* @HOME: https://qincasin.github.io/
*/
public final class Track {
private final String name;
private final int length;
public Track(String name, int length) {
this.name = name;
this.length = length;
... | 537 | 0.576998 | 0.553606 | 32 | 15.03125 | 13.588792 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3125 | false | false | 0 |
22dc3dcafa2096d5e57fbf8d35917f801cf71b05 | 19,250,043,468,340 | a491f013fed5ca80f6c9312859625faed984e2d3 | /External/OpenEye-Java-2019.Oct.2-Linux-x64/examples/openeye/docexamples/oegrid/NeighborPoints.java | 6ae398579515985ac9df27776e34887ac0e1ddf6 | [] | no_license | Abtaha/Periodic-Table-Guessing-Game | https://github.com/Abtaha/Periodic-Table-Guessing-Game | 3830eb2c6a7ba2f0cd58f7a0d47613a66d33a23c | d219299d08a6fa9582edb350e8d35a522add2274 | refs/heads/master | 2020-12-08T23:54:13.745000 | 2020-01-10T21:17:45 | 2020-01-10T21:17:45 | 233,128,558 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
(C) 2017 OpenEye Scientific Software Inc. All rights reserved.
TERMS FOR USE OF SAMPLE CODE The software below ("Sample Code") is
provided to current licensees or subscribers of OpenEye products or
SaaS offerings (each a "Customer").
Customer is hereby permitted to use, copy, and modify the Sample Code,
subject to ... | UTF-8 | Java | 2,298 | java | NeighborPoints.java | Java | [] | null | [] | /*
(C) 2017 OpenEye Scientific Software Inc. All rights reserved.
TERMS FOR USE OF SAMPLE CODE The software below ("Sample Code") is
provided to current licensees or subscribers of OpenEye products or
SaaS offerings (each a "Customer").
Customer is hereby permitted to use, copy, and modify the Sample Code,
subject to ... | 2,298 | 0.627502 | 0.615318 | 59 | 37.949154 | 25.064949 | 70 | true | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.864407 | false | false | 0 |
6f44b75055adeeb60fff1e3ff9003a7130f21235 | 10,479,720,256,573 | fc65c2bd410ea14c461965736c0b36aeee463345 | /java2/assignments/hw11/hw11.1/src/PlayerThread.java | 4071cbe63b7b5f1995fee4a1c2cb1818eb974f8c | [] | no_license | rt7516/RIT | https://github.com/rt7516/RIT | b3565ba64369b400717eef70cda9e2404eece743 | c3e82930dedde93eb9c626fe41959bfa8e24b84d | refs/heads/master | 2016-08-09T09:47:11.166000 | 2016-02-21T03:58:36 | 2016-02-21T03:58:36 | 52,188,423 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* PlayerThread.java
*
* Version : Java 1.7
*
* Revision:
*
* 1.1 2015/11/07 5:58:59
*/
/**
* The class PlayerThread provides functionality to make each player thread to
* run sequentially
*
* @author Ramprasad Tamilselvan
*
* @author Shrinivas Arun Joshi
*
*/
public class PlayerThrea... | UTF-8 | Java | 1,683 | java | PlayerThread.java | Java | [
{
"context": "layer thread to\n * run sequentially\n * \n * @author Ramprasad Tamilselvan\n * \n * @author Shrinivas Arun Joshi\n * \n */\n\npubl",
"end": 250,
"score": 0.9998785257339478,
"start": 229,
"tag": "NAME",
"value": "Ramprasad Tamilselvan"
},
{
"context": "* \n * @author R... | null | [] | /*
* PlayerThread.java
*
* Version : Java 1.7
*
* Revision:
*
* 1.1 2015/11/07 5:58:59
*/
/**
* The class PlayerThread provides functionality to make each player thread to
* run sequentially
*
* @author <NAME>
*
* @author <NAME>
*
*/
public class PlayerThread implements Runnable {
... | 1,654 | 0.483066 | 0.468806 | 76 | 21.144737 | 19.890293 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.184211 | false | false | 0 |
366d7f79b176745e29f61345e703d5dc6f51ba08 | 19,550,691,184,313 | 6a85e3ab3f4dad798f00e1550b1fa7707b17aec0 | /finance-socket/src/main/java/com/blackbeard/listener/InitThreadListener.java | bc92c5ebaa13033099098ac962ed6b24879bbcfb | [] | no_license | wwbg1988/finance | https://github.com/wwbg1988/finance | fdd7dbc06cb3572de50758e08028246e523753b9 | 79f29d876a40d7ce45fe267a29e692698c80b087 | refs/heads/master | 2020-06-21T02:46:25.087000 | 2016-11-27T02:42:22 | 2016-11-27T02:42:22 | 74,862,913 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.blackbeard.listener;
import javax.servlet.ServletContextEvent;
import javax.servlet.ServletContextListener;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.springframework.beans.factory.annotation.Autowired;
import com.blackbeard.common.service.IKlineRecord... | UTF-8 | Java | 1,066 | java | InitThreadListener.java | Java | [] | null | [] | package com.blackbeard.listener;
import javax.servlet.ServletContextEvent;
import javax.servlet.ServletContextListener;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.springframework.beans.factory.annotation.Autowired;
import com.blackbeard.common.service.IKlineRecord... | 1,066 | 0.794971 | 0.793037 | 40 | 24.85 | 25.279982 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.05 | false | false | 0 |
63588bb6afe7dd00b75d9562afaa2d17f73ceb65 | 13,005,161,021,159 | 6a3cf7b63c531556a2cb56016dc92491753ced0a | /SFDataApplication/src/shadow/tests/data/Test007_StoringAVertex3fData.java | 5dfd37f7441b85eb072a136172f8f2e99b633e3e | [] | no_license | vshilman/shadowframework20lite | https://github.com/vshilman/shadowframework20lite | 8b821cc69c8d56b5f497d1efe9d8001d79d10709 | fdeb72b7adcff4fff9570b2dfb85f9769b47e345 | refs/heads/master | 2016-09-15T14:22:12.479000 | 2015-04-14T00:04:03 | 2015-04-14T00:04:03 | 41,439,230 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package shadow.tests.data;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import java.util.Arrays;
import shadow.system.data.SFInputStream;
import shadow.system.data.SFOutputStream;
import shadow.system.data.java.SFInputStre... | UTF-8 | Java | 2,172 | java | Test007_StoringAVertex3fData.java | Java | [] | null | [] | package shadow.tests.data;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import java.util.Arrays;
import shadow.system.data.SFInputStream;
import shadow.system.data.SFOutputStream;
import shadow.system.data.java.SFInputStre... | 2,172 | 0.72698 | 0.710866 | 79 | 25.493671 | 24.374126 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.21519 | false | false | 0 |
0a7b2fef018103d56e4092b253a917de96a1cd52 | 31,928,786,925,803 | 178efef90c8f615e5f2f72508b47a5a88e1a10ad | /hw08/HW8.java | 9c69d7d9cdc5a409e2791e1b71888429bcb6d008 | [] | no_license | mml218/CSE2 | https://github.com/mml218/CSE2 | 0cdff3e256ebf08c02b4c30b3237c1dd1adb4ee3 | 194c5d44abbc18962f745b1e9d7fe23c7c0eae48 | refs/heads/master | 2016-09-06T16:56:30.163000 | 2015-03-24T00:51:56 | 2015-03-24T00:51:56 | 29,607,363 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /////////////////////////////////////////////
//Matthew Lambert
//Homework 8 Game Java Program
//
// first compile the program
// javac HW8.java
// run the program
// java HW8//
// define a class
import java.util.Scanner;
import java.io.*;
import java.math.*;
import java.lang.Math; //imports scanner, Mat... | UTF-8 | Java | 9,277 | java | HW8.java | Java | [
{
"context": "/////////////////////////////////////////////\n//Matthew Lambert\n//Homework 8 Game Java Program\n//\n// first compi",
"end": 63,
"score": 0.9998449087142944,
"start": 48,
"tag": "NAME",
"value": "Matthew Lambert"
}
] | null | [] | /////////////////////////////////////////////
//<NAME>
//Homework 8 Game Java Program
//
// first compile the program
// javac HW8.java
// run the program
// java HW8//
// define a class
import java.util.Scanner;
import java.io.*;
import java.math.*;
import java.lang.Math; //imports scanner, Math to use ... | 9,268 | 0.454242 | 0.448421 | 170 | 53.576469 | 39.628384 | 178 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.847059 | false | false | 0 |
b9c236cf0a56505c8d849696afa053872eaffbdd | 9,174,050,204,392 | b60e0c4e0ddb299386c12b12371f99022bc33aca | /AnimTester/AnimTester/src/main/WorkshopTextFields.java | 7343fe331e42e050989f25f345e41485f41d19df | [] | no_license | garnetgrimm/MiddleSchoolEndevors | https://github.com/garnetgrimm/MiddleSchoolEndevors | fa5dd9f23af6a5fc103aede5127bb81756fef6ad | f0bbe7d483b22c69556491bd7676f7ceb9426af7 | refs/heads/master | 2022-04-18T17:39:23.779000 | 2020-04-14T22:13:08 | 2020-04-14T22:13:08 | 255,737,465 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package main;
import java.io.File;
import javax.swing.JFileChooser;
import javax.swing.JOptionPane;
import javax.swing.filechooser.FileFilter;
import org.newdawn.slick.GameContainer;
import org.newdawn.slick.Graphics;
import org.newdawn.slick.Input;
import org.newdawn.slick.gui.TextField;
import org.newd... | UTF-8 | Java | 4,400 | java | WorkshopTextFields.java | Java | [] | null | [] | package main;
import java.io.File;
import javax.swing.JFileChooser;
import javax.swing.JOptionPane;
import javax.swing.filechooser.FileFilter;
import org.newdawn.slick.GameContainer;
import org.newdawn.slick.Graphics;
import org.newdawn.slick.Input;
import org.newdawn.slick.gui.TextField;
import org.newd... | 4,400 | 0.653864 | 0.6275 | 130 | 31.846153 | 30.224407 | 175 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.776923 | false | false | 0 |
ba219fa119b78220d99916a13971de7d87abfc2d | 2,370,822,007,320 | 403a3896beace01a4fb6cf8747a782eda5028607 | /htmlunitstarter/src/main/java/net/htmlunitstarter/controller/HtmlUnitStarterController.java | 58d18be53ccd627e72bbb96c60aa22bb71681f01 | [] | no_license | jcimorelli/htmlunitstarter | https://github.com/jcimorelli/htmlunitstarter | 450b061e5e7cb92481483e10738e9eeb5c8c986c | dda0b3eb89d91aa12c733af9b34f5b1e0baa7ec5 | refs/heads/master | 2022-12-23T23:37:07.078000 | 2019-07-09T14:44:30 | 2019-07-09T14:44:30 | 195,845,571 | 0 | 0 | null | false | 2022-12-16T04:23:50 | 2019-07-08T16:01:24 | 2019-07-09T14:44:35 | 2022-12-16T04:23:48 | 758 | 0 | 0 | 12 | HTML | false | false | package net.htmlunitstarter.controller;
import java.io.IOException;
import java.util.Arrays;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.springframework.stereotype.Controller;
import org.springframework.ui.ModelMap;
import org.springframework.web.bind.annot... | UTF-8 | Java | 2,189 | java | HtmlUnitStarterController.java | Java | [] | null | [] | package net.htmlunitstarter.controller;
import java.io.IOException;
import java.util.Arrays;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.springframework.stereotype.Controller;
import org.springframework.ui.ModelMap;
import org.springframework.web.bind.annot... | 2,189 | 0.75651 | 0.755596 | 54 | 39.537037 | 35.337898 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.759259 | false | false | 0 |
70a076343b4a3829cb92e9308e09f0b880d9afd6 | 29,394,756,241,796 | f7546a4d59cededfed6f96f50c3754abf9e61f50 | /app/src/main/java/com/doomdev/fybersampel/presenter/handler/BufferHandler.java | acbbc6d161507e5a373dcd3bbb61c25153b895ee | [
"Apache-2.0"
] | permissive | doomdevelop/Fyber-Sampel-App | https://github.com/doomdevelop/Fyber-Sampel-App | ea8a0b0a2bef6ad9211393305e1142d16af18bff | 573c5091584d7f155c975eceb25f358c1985c229 | refs/heads/master | 2021-01-21T04:26:32.358000 | 2016-08-15T06:04:13 | 2016-08-15T06:04:13 | 49,536,758 | 0 | 1 | null | false | 2016-08-15T06:04:13 | 2016-01-12T23:55:01 | 2016-01-13T00:07:22 | 2016-08-15T06:04:13 | 177 | 0 | 1 | 0 | Java | null | null | package com.doomdev.fybersampel.presenter.handler;
import android.os.Handler;
import android.os.Looper;
import android.os.Message;
import java.util.Vector;
/**
*
* Message Handler class that supports buffering up of messages when the
* activity is paused i.e. in the background.
*
*/
public abstract class Buffer... | UTF-8 | Java | 1,591 | java | BufferHandler.java | Java | [] | null | [] | package com.doomdev.fybersampel.presenter.handler;
import android.os.Handler;
import android.os.Looper;
import android.os.Message;
import java.util.Vector;
/**
*
* Message Handler class that supports buffering up of messages when the
* activity is paused i.e. in the background.
*
*/
public abstract class Buffer... | 1,591 | 0.595852 | 0.593966 | 73 | 20.794521 | 19.769188 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.287671 | false | false | 0 |
7c63de4e38d109dbf6c9ae58a33bb9cb5459b111 | 31,275,951,908,370 | ec5d445e19c69c196097d266efb4a6a83b3588ca | /dynamic-programming/src/main/java/dp/LongestIncreasingSubsequence.java | 3e43334360925b502bf7894d9104285a53e205d0 | [] | no_license | managerwhocodes/Data-Structures-Algorithms | https://github.com/managerwhocodes/Data-Structures-Algorithms | b1061f7069bb7638ffabd84e7a5eb21f92515b68 | ee83f935d30308f6c3b73ac31af1f4f4afdbe0fd | refs/heads/master | 2021-08-29T05:06:39.322000 | 2021-08-17T20:27:51 | 2021-08-17T20:27:51 | 250,962,888 | 0 | 0 | null | false | 2021-08-17T20:27:52 | 2020-03-29T05:45:11 | 2021-02-01T17:59:26 | 2021-08-17T20:27:51 | 439 | 0 | 0 | 0 | Java | false | false | package dp;
import java.util.Arrays;
public class LongestIncreasingSubsequence {
// Recursion
protected int findLIS(int arr[], int i, int prev) {
// Base condition
if(i >= arr.length)
return 0;
int includeCount = 0;
if(arr[i] > prev) {
includeCount = 1 + findLIS(arr, i+1, arr[i]);
}
int ... | UTF-8 | Java | 1,478 | java | LongestIncreasingSubsequence.java | Java | [] | null | [] | package dp;
import java.util.Arrays;
public class LongestIncreasingSubsequence {
// Recursion
protected int findLIS(int arr[], int i, int prev) {
// Base condition
if(i >= arr.length)
return 0;
int includeCount = 0;
if(arr[i] > prev) {
includeCount = 1 + findLIS(arr, i+1, arr[i]);
}
int ... | 1,478 | 0.619756 | 0.592016 | 64 | 22.09375 | 22.939266 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.734375 | false | false | 0 |
b3d6f939f7a6fa0ea76ae31b860f9d8fc41ba25d | 13,829,794,734,354 | 5ad5f0a84ad47a7dc03abddbf08e177487bcb092 | /src/android/libs/src/locationsdk/src/main/java/com/yqtms/locationsdk/amap/entity/AMapRouteInfo.java | fb056a8312ec6cd9375a621915bc71806d7ce22b | [
"MIT"
] | permissive | zcd0000/cordova-plugin-locationsdk | https://github.com/zcd0000/cordova-plugin-locationsdk | 8e3e85a0354aa9364e324bce56ee537b837e78eb | f089fd4fef73ac8ab323fa18f8134ba42c7f3a7f | refs/heads/master | 2021-01-07T19:52:43.746000 | 2020-11-04T10:32:37 | 2020-11-04T10:32:37 | 241,804,107 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yqtms.locationsdk.amap.entity;
public class AMapRouteInfo {
private long distance;
private int duration;
private String path;
private AMapAddress loadAddress;
private AMapAddress unloadAddress;
public long getDistance() {
return distance;
}
public void setDistance(... | UTF-8 | Java | 1,034 | java | AMapRouteInfo.java | Java | [] | null | [] | package com.yqtms.locationsdk.amap.entity;
public class AMapRouteInfo {
private long distance;
private int duration;
private String path;
private AMapAddress loadAddress;
private AMapAddress unloadAddress;
public long getDistance() {
return distance;
}
public void setDistance(... | 1,034 | 0.646035 | 0.646035 | 50 | 19.68 | 17.763378 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.32 | false | false | 0 |
371700a1f51c49171aa99aac6815a67e12c00696 | 3,521,873,226,091 | 6377e1c959ee513ab4af84a5b37c13a9996e041c | /redis/src/main/java/com/ysit/redis/daoImpl/BlogDaoImpl.java | c39dbc7704c43a5a9e6276777b569b78373c1c34 | [] | no_license | moxiaohei/Redis | https://github.com/moxiaohei/Redis | df3401717aff5e33c6d85e6bc13c12d5b3fdaf4a | b9fb57a03e25d061ec05a602e71e1211fb8adc87 | refs/heads/master | 2021-01-22T04:24:33.577000 | 2017-09-03T13:38:08 | 2017-09-03T13:38:08 | 102,266,933 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ysit.redis.daoImpl;
import java.io.Serializable;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.dao.DataAccessException;
import org.springframework.data.redis.connection.RedisConnection;
import org.springframework.data.redis.core.RedisCallback;
import org.springf... | UTF-8 | Java | 1,754 | java | BlogDaoImpl.java | Java | [] | null | [] | package com.ysit.redis.daoImpl;
import java.io.Serializable;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.dao.DataAccessException;
import org.springframework.data.redis.connection.RedisConnection;
import org.springframework.data.redis.core.RedisCallback;
import org.springf... | 1,754 | 0.758837 | 0.758837 | 57 | 29.771931 | 27.323288 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.421053 | false | false | 0 |
5b8628828a1ea1fae3a10960f44bffedd487595c | 31,954,556,726,691 | 323c723bdbdc9bdf5053dd27a11b1976603609f5 | /nssicc/nssicc_web/src/main/java/biz/belcorp/ssicc/web/scsicc/form/ReporteZONTerritorioUnidadGeograficaForm.java | a2e1adb3e9272834a4c0804182f62079d447b918 | [] | no_license | cbazalar/PROYECTOS_PROPIOS | https://github.com/cbazalar/PROYECTOS_PROPIOS | adb0d579639fb72ec7871334163d3fef00123a1c | 3ba232d1f775afd07b13c8246d0a8ac892e93167 | refs/heads/master | 2021-01-11T03:38:06.084000 | 2016-10-24T01:33:00 | 2016-10-24T01:33:00 | 71,429,267 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package biz.belcorp.ssicc.web.scsicc.form;
import java.io.Serializable;
import java.text.SimpleDateFormat;
import java.util.Date;
import biz.belcorp.ssicc.reportes.framework.bean.BaseReporteForm;
/**
*
* @author <a href="mailto:dsantacruz@sigcomt.com">Danny Santa Cruz Rojas</a>
*
*/
public class ReporteZONTerri... | UTF-8 | Java | 772 | java | ReporteZONTerritorioUnidadGeograficaForm.java | Java | [
{
"context": "aseReporteForm;\n/**\n *\n * @author <a href=\"mailto:dsantacruz@sigcomt.com\">Danny Santa Cruz Rojas</a>\n *\n */\n\npublic class ",
"end": 255,
"score": 0.999924898147583,
"start": 233,
"tag": "EMAIL",
"value": "dsantacruz@sigcomt.com"
},
{
"context": "* @author <a hr... | null | [] | package biz.belcorp.ssicc.web.scsicc.form;
import java.io.Serializable;
import java.text.SimpleDateFormat;
import java.util.Date;
import biz.belcorp.ssicc.reportes.framework.bean.BaseReporteForm;
/**
*
* @author <a href="mailto:<EMAIL>"><NAME></a>
*
*/
public class ReporteZONTerritorioUnidadGeograficaForm exten... | 741 | 0.716321 | 0.69171 | 46 | 15.782609 | 21.361193 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.717391 | false | false | 0 |
787f2a6a16834c4aa02bbae5d13ed40503f3b92d | 27,247,272,565,891 | 83e7feacfbc0276f0dd2081b2ab810697a6e817e | /net/futureclient/client/NH.java | a960dbd0536c23870462ee336e3465f44f615362 | [
"MIT"
] | permissive | BriceRoles/future | https://github.com/BriceRoles/future | 0546e4569f2f2b5a689f77a856b6ff5c8b9eb039 | 0b21d02f7952e5d87c40264c9df7a2d16d1dd945 | refs/heads/main | 2023-06-18T22:56:09.730000 | 2021-07-19T01:23:34 | 2021-07-19T01:23:34 | 387,303,718 | 0 | 0 | MIT | true | 2021-07-19T01:17:42 | 2021-07-19T01:17:41 | 2021-07-10T16:26:30 | 2021-06-12T17:32:13 | 645 | 0 | 0 | 0 | null | false | false | package net.futureclient.client;
import net.minecraft.client.gui.Gui;
import net.minecraft.client.gui.GuiSlot;
import net.minecraft.util.text.TextFormatting;
import org.lwjgl.opengl.GL11;
public class NH extends GuiSlot {
// $FF: synthetic field
public final DG f$d;
// $FF: synthetic field
private boolean... | UTF-8 | Java | 7,164 | java | NH.java | Java | [] | null | [] | package net.futureclient.client;
import net.minecraft.client.gui.Gui;
import net.minecraft.client.gui.GuiSlot;
import net.minecraft.util.text.TextFormatting;
import org.lwjgl.opengl.GL11;
public class NH extends GuiSlot {
// $FF: synthetic field
public final DG f$d;
// $FF: synthetic field
private boolean... | 7,164 | 0.502513 | 0.35134 | 175 | 39.937141 | 44.240013 | 253 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.982857 | false | false | 0 |
b7b86be5b940342b2f087a9500fa0fc6104bf248 | 27,247,272,567,057 | 4553ff934c9cb0b762e6be6f2fcac8d6adcd88c5 | /ThirdExample/src/com/sample/Demo.java | b6ab1e4993e250400e75932a471cd88ae7add4a0 | [] | no_license | afreed-shaik/ThirdExample | https://github.com/afreed-shaik/ThirdExample | 1fef3334091ca0852f774eeff2e5c4da464f7aca | 9dae81508dcd6f3ee465aa300e5a356355fee52a | refs/heads/master | 2023-04-18T16:26:42.651000 | 2021-05-06T17:42:04 | 2021-05-06T17:42:04 | 364,989,618 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sample;
import java.util.ArrayList;
import java.util.Collections;
import java.util.HashSet;
import java.util.List;
import java.util.ListIterator;
import java.util.Set;
import java.util.TreeSet;
public class Demo {
public static void main(String[] args) {
// TODO Auto-generated method ... | UTF-8 | Java | 1,252 | java | Demo.java | Java | [
{
"context": "et<String> ts = new TreeSet<String>();\r\n\t\tts.add(\"Ramu\");\r\n\t\tts.add(\"Anusha\");\r\n\t\tts.add(\"Bhanu\");\r\n\t\tts",
"end": 1122,
"score": 0.9980421662330627,
"start": 1118,
"tag": "NAME",
"value": "Ramu"
},
{
"context": " TreeSet<String>();\r\n\t\tts.add(\"... | null | [] | package com.sample;
import java.util.ArrayList;
import java.util.Collections;
import java.util.HashSet;
import java.util.List;
import java.util.ListIterator;
import java.util.Set;
import java.util.TreeSet;
public class Demo {
public static void main(String[] args) {
// TODO Auto-generated method ... | 1,252 | 0.592652 | 0.578275 | 56 | 20.357143 | 13.626954 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.142857 | false | false | 0 |
c9c3012f58ef34c521b228a6fa032ffcb45c63db | 26,783,416,099,130 | 74687c57e94b66086b3a9839ff34b86885ae84cb | /yarn/src/main/java/octo47/yarn/master/spec/TaskSpecAllocator.java | c77e9816535bb55e486e0f71fdc26ad43d90e30f | [] | no_license | octo47/yarn-template | https://github.com/octo47/yarn-template | 1bee90bc21a2a81a0fe5c57d0eabfc669fa40131 | 9f9c5cf17341a2a028ec88c4fc35144eea52c4e5 | refs/heads/master | 2020-06-04T21:45:19.631000 | 2014-05-19T16:15:27 | 2014-05-19T16:15:27 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package octo47.yarn.master.spec;
import com.beust.jcommander.internal.Lists;
import com.beust.jcommander.internal.Maps;
import com.google.common.collect.Sets;
import org.apache.commons.codec.binary.Base64;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.apache.hadoop.fs.... | UTF-8 | Java | 15,187 | java | TaskSpecAllocator.java | Java | [
{
"context": "l.concurrent.atomic.AtomicInteger;\n\n/**\n * @author Andrey Stepachev\n */\npublic class TaskSpecAllocator\n implem",
"end": 1870,
"score": 0.9998366236686707,
"start": 1854,
"tag": "NAME",
"value": "Andrey Stepachev"
}
] | null | [] | package octo47.yarn.master.spec;
import com.beust.jcommander.internal.Lists;
import com.beust.jcommander.internal.Maps;
import com.google.common.collect.Sets;
import org.apache.commons.codec.binary.Base64;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.apache.hadoop.fs.... | 15,177 | 0.681899 | 0.680319 | 418 | 35.332535 | 26.532131 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.605263 | false | false | 0 |
e71cca33f9eab1cc95ba8861cf3dc1fb0aa25d4a | 1,039,382,142,326 | 5b7b57c14b91d3d578855abebae59549048b1fd9 | /AppCommon/src/main/java/com/trade/eight/moudle/chatroom/gift/view/GiftLayout.java | 29cfe555158acb2700e4d35b7ddfb89eab254c31 | [] | no_license | xanhf/8yuan | https://github.com/xanhf/8yuan | 8c4f50fa7c95ae5f0dfb282f67a7b1c39b0b4711 | a8b7f351066f479b3bc8a6037036458008e1624c | refs/heads/master | 2021-05-14T19:58:44.462000 | 2017-11-16T10:31:29 | 2017-11-16T10:31:55 | 114,601,135 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.trade.eight.moudle.chatroom.gift.view;
import android.animation.Animator;
import android.animation.AnimatorListenerAdapter;
import android.animation.AnimatorSet;
import android.animation.ObjectAnimator;
import android.annotation.TargetApi;
import android.content.Context;
import android.os.Build;
import and... | UTF-8 | Java | 10,014 | java | GiftLayout.java | Java | [
{
"context": "ols.Log;\n\nimport java.util.Map;\n\n/**\n * Created by dufangzhu on 2017/4/7.\n * 礼物显示的布局进行封装\n */\npublic class Gift",
"end": 1292,
"score": 0.9995827674865723,
"start": 1283,
"tag": "USERNAME",
"value": "dufangzhu"
}
] | null | [] | package com.trade.eight.moudle.chatroom.gift.view;
import android.animation.Animator;
import android.animation.AnimatorListenerAdapter;
import android.animation.AnimatorSet;
import android.animation.ObjectAnimator;
import android.annotation.TargetApi;
import android.content.Context;
import android.os.Build;
import and... | 10,014 | 0.614946 | 0.610904 | 269 | 34.866173 | 28.206303 | 154 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.598513 | false | false | 0 |
ef6838c393b0ddee208c2cb8d5ee2e38892823f5 | 8,349,416,470,638 | b8959043e08ae804df8ed2d9721ff5e6e60f3265 | /src/main/java/com/kiko/rpc/core/server/RpcServerExecutorTask.java | 00b6cc4301f6540f1353c3fc6567e6685a811f77 | [] | no_license | Crasader/kiko | https://github.com/Crasader/kiko | edc1c8ae42fe4e00dffaa5bb162c2d4713ea05b4 | a65bc5e4a81b40a75716f48d9576c481c9ba6f25 | refs/heads/master | 2020-05-01T02:56:50.183000 | 2016-11-15T06:32:48 | 2016-11-15T06:32:48 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kiko.rpc.core.server;
import com.kiko.rpc.core.register.RegisterManager;
import com.kiko.rpc.event.RpcRequest;
import com.kiko.rpc.event.RpcResponse;
import com.kiko.rpc.util.RpcState;
import com.kiko.tools.LogUtils;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
impo... | UTF-8 | Java | 2,286 | java | RpcServerExecutorTask.java | Java | [
{
"context": "ort java.util.concurrent.Callable;\n\n/**\n * @Author fengwei\n * Created on 2016/9/28/0028.\n */\npublic class Rp",
"end": 377,
"score": 0.9995469450950623,
"start": 370,
"tag": "USERNAME",
"value": "fengwei"
}
] | null | [] | package com.kiko.rpc.core.server;
import com.kiko.rpc.core.register.RegisterManager;
import com.kiko.rpc.event.RpcRequest;
import com.kiko.rpc.event.RpcResponse;
import com.kiko.rpc.util.RpcState;
import com.kiko.tools.LogUtils;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
impo... | 2,286 | 0.667542 | 0.66273 | 66 | 33.636364 | 30.437037 | 127 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.742424 | false | false | 0 |
0aec5f5c3d41658588ec073eef8845c8942e4d29 | 1,675,037,307,234 | 2371423baf95fe75f18b26daf5d3d48355061977 | /Java Assignments/Fourth_5.java | 141dd4bbc7a33e76ed4a83cb35ef6a16bc68e74a | [] | no_license | Ravkhande/Java-Applications | https://github.com/Ravkhande/Java-Applications | c9b9cbc479de7f14475febadb718c95e0f98285d | aad2dbd10121d4d6d389e7cd71c5260acef2d0df | refs/heads/main | 2023-02-03T14:08:25.187000 | 2020-12-21T18:23:55 | 2020-12-21T18:23:55 | 323,037,179 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
/* Write a program which accept three numbers and print its multiplication.
Input : 5 4 7
Output : 140
Input : 5 0 7
Output : 35
Input : 5 0 0
Output : 5
Input : 0 0 0
Output : 0
*/
import java.lang.*;
import java.io.*;
class Demo
{
public int Print(int iNo1,int iNo2,int iNo3)
{
i... | UTF-8 | Java | 1,311 | java | Fourth_5.java | Java | [] | null | [] |
/* Write a program which accept three numbers and print its multiplication.
Input : 5 4 7
Output : 140
Input : 5 0 7
Output : 35
Input : 5 0 0
Output : 5
Input : 0 0 0
Output : 0
*/
import java.lang.*;
import java.io.*;
class Demo
{
public int Print(int iNo1,int iNo2,int iNo3)
{
i... | 1,311 | 0.578185 | 0.53013 | 81 | 14.172839 | 17.714325 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.802469 | false | false | 0 |
40195a75d6c3694f560ae72c856279146dd3716c | 1,675,037,308,212 | cf5926648a8ed36883302f8fa67e359180d45904 | /src/main/java/leecode/linkedlist/AddTwoNumbers.java | 1cefdb5398ea0c87f76706818df0753423cfb7fe | [] | no_license | wilkinsleung0712/datastructure | https://github.com/wilkinsleung0712/datastructure | 80273edf857fa1849e5adff8490ce7ba6c4c39db | 6288351b0f38442e3eb790d163f5098f912ef64a | refs/heads/master | 2018-11-23T12:36:56.709000 | 2018-11-23T04:38:46 | 2018-11-23T04:38:46 | 146,968,154 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package leecode.linkedlist;
import leecode.ListNode;
/**
* Definition for singly-linked list.
* public class ListNode {
* int val;
* ListNode next;
* ListNode(int x) { val = x; }
* }
* Input: (2 -> 4 -> 3) + (5 -> 6 -> 4)
* Output: 7 -> 0 -> 8
* Explanation: 342 + 465 = 807.
*/
public class AddT... | UTF-8 | Java | 1,629 | java | AddTwoNumbers.java | Java | [] | null | [] | package leecode.linkedlist;
import leecode.ListNode;
/**
* Definition for singly-linked list.
* public class ListNode {
* int val;
* ListNode next;
* ListNode(int x) { val = x; }
* }
* Input: (2 -> 4 -> 3) + (5 -> 6 -> 4)
* Output: 7 -> 0 -> 8
* Explanation: 342 + 465 = 807.
*/
public class AddT... | 1,629 | 0.480049 | 0.430939 | 71 | 21.943663 | 17.636299 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.591549 | false | false | 0 |
87eaf56b4fc9ca53c3c369fd693f6d4a035163e6 | 30,073,361,058,823 | 96c8512b6e28ecbaceb4be1e7c29874a90c1aee3 | /TubularBalls/src/com/perishtronicStudios/tubularBalls/controller/TBController.java | 3cf111ef0d76d55853fb06829b9e0bc198bd1ffb | [] | no_license | PerishtronicStudios/com.perishtronicStudios.tubularBalls | https://github.com/PerishtronicStudios/com.perishtronicStudios.tubularBalls | 424429808c844cd0db10aa95b01cb79120ca2233 | 8042cd3f623f3f81e1a4b04297710c7d9ad10471 | refs/heads/master | 2016-09-05T17:37:43.216000 | 2014-03-24T20:02:56 | 2014-03-24T20:02:56 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.perishtronicStudios.tubularBalls.controller;
public class TBController {
}
| UTF-8 | Java | 94 | java | TBController.java | Java | [] | null | [] | package com.perishtronicStudios.tubularBalls.controller;
public class TBController {
}
| 94 | 0.787234 | 0.787234 | 5 | 16.799999 | 22.157618 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 0 |
b9c614f7f917cf1c5a974a0b997015f8a79c58f5 | 5,403,068,900,705 | d384e551f3217df3fc238edcdcdb55c8825c36d0 | /app/src/main/java/com/huanglong/v3/netutils/JsonHandleUtils.java | 7669c2d91283ca33070126f7df79ba1269333c5b | [] | no_license | KqSMea8/V3 | https://github.com/KqSMea8/V3 | b25f5e04b6f54edb5ae7b29167e98a751beea724 | ab223a67080be076d8a66279c994b07cfd07645b | refs/heads/master | 2020-04-07T11:40:32.504000 | 2018-11-20T05:24:40 | 2018-11-20T05:24:40 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.huanglong.v3.netutils;
import android.text.TextUtils;
import com.huanglong.v3.R;
import com.huanglong.v3.utils.ToastUtils;
import org.json.JSONException;
import org.json.JSONObject;
import org.xutils.common.util.LogUtil;
/**
* Created by bin on 2017/10/20.
* Json处理工具类
*/
public class JsonHandleUtils... | UTF-8 | Java | 2,380 | java | JsonHandleUtils.java | Java | [
{
"context": "org.xutils.common.util.LogUtil;\n\n/**\n * Created by bin on 2017/10/20.\n * Json处理工具类\n */\n\npublic class Jso",
"end": 258,
"score": 0.597950279712677,
"start": 255,
"tag": "USERNAME",
"value": "bin"
}
] | null | [] | package com.huanglong.v3.netutils;
import android.text.TextUtils;
import com.huanglong.v3.R;
import com.huanglong.v3.utils.ToastUtils;
import org.json.JSONException;
import org.json.JSONObject;
import org.xutils.common.util.LogUtil;
/**
* Created by bin on 2017/10/20.
* Json处理工具类
*/
public class JsonHandleUtils... | 2,380 | 0.477759 | 0.462789 | 80 | 28.225 | 21.335402 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4625 | false | false | 0 |
c457cbc1b886d78b90a144288e56133bfa6c4bcf | 9,225,589,778,346 | 2a3c9fe24e6463571051b0f6944feaf2c3200053 | /app/src/main/java/com/example/weioule/dagger2demo/component/ThirdComponent.java | bb01bfb7411745c653c7edb4ad0c606c8563059c | [] | no_license | weioule/Dagger2Induction | https://github.com/weioule/Dagger2Induction | 81c8e47554ca8e2f56dd57dcf0f5a569a11fa61f | 3936c6ea96663776b55a1c7e9d8bc14540d233db | refs/heads/master | 2020-03-21T07:38:49.790000 | 2018-11-08T10:11:49 | 2018-11-08T10:11:49 | 138,291,297 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.weioule.dagger2demo.component;
import com.example.weioule.dagger2demo.act.ThirdActivity;
import com.example.weioule.dagger2demo.module.ThirdModule;
import javax.inject.Singleton;
import dagger.Component;
/**
* author weioule
* Create on 2018/6/22.
*/
@Singleton
@Component(modules = ThirdModu... | UTF-8 | Java | 412 | java | ThirdComponent.java | Java | [
{
"context": "ingleton;\n\nimport dagger.Component;\n\n/**\n * author weioule\n * Create on 2018/6/22.\n */\n\n@Singleton\n@Componen",
"end": 249,
"score": 0.9996442198753357,
"start": 242,
"tag": "USERNAME",
"value": "weioule"
}
] | null | [] | package com.example.weioule.dagger2demo.component;
import com.example.weioule.dagger2demo.act.ThirdActivity;
import com.example.weioule.dagger2demo.module.ThirdModule;
import javax.inject.Singleton;
import dagger.Component;
/**
* author weioule
* Create on 2018/6/22.
*/
@Singleton
@Component(modules = ThirdModu... | 412 | 0.791262 | 0.76699 | 19 | 20.68421 | 20.560699 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.315789 | false | false | 0 |
f2b51c93da1f4d8137a3ac6205b0f152cc62810b | 11,055,245,881,890 | 81c01f3fdc998e8fdeb854edfa5fea7fa0a69a9c | /projetos/carnaval/trunk/src/java/carnaval/domain/Indicacao.java | a0e83c2de32311b6fb47535d580e44faf44add0d | [] | no_license | rwolosker/google | https://github.com/rwolosker/google | dd5eff0d9309a0b8a1217c08141ee9de57f55860 | 6a4ef798e9e617f471db6b5a2a62a26f2484e33b | refs/heads/master | 2018-03-30T12:11:03.859000 | 2015-03-15T03:31:16 | 2015-03-15T03:31:16 | 32,192,546 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package carnaval.domain;
import eala.dao.domain.Entidade;
public class Indicacao extends Entidade{
private static final long serialVersionUID=1;
private String nome;
private String telefone;
/*=======================================================
=======================================================*... | UTF-8 | Java | 532 | java | Indicacao.java | Java | [] | null | [] | package carnaval.domain;
import eala.dao.domain.Entidade;
public class Indicacao extends Entidade{
private static final long serialVersionUID=1;
private String nome;
private String telefone;
/*=======================================================
=======================================================*... | 532 | 0.601504 | 0.599624 | 16 | 32.25 | 21.958769 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5625 | false | false | 0 |
9683e6a98acff71d8ddc2f08ec4d92c43f315056 | 17,308,718,253,024 | 4f56de06e67ef4bcb2fcc4e3b139c55371546821 | /src/com/oracle5/member/controller/ParentAsListServlet.java | 9f528225682eb8ea0f75c59576582c7995ab5d6e | [] | no_license | yychani/Icloud_Kindergarten_Management_System | https://github.com/yychani/Icloud_Kindergarten_Management_System | 3c6aaa9ebb013f968621e0c677526c1e97fdc371 | a68a2a7002fd7742bf11ff3c4acf4355c77da2cc | refs/heads/master | 2020-09-14T08:43:04.937000 | 2019-12-24T03:18:11 | 2019-12-24T03:18:11 | 223,079,959 | 0 | 1 | null | false | 2019-12-24T03:18:12 | 2019-11-21T03:27:23 | 2019-12-23T14:43:35 | 2019-12-24T03:18:12 | 46,302 | 0 | 0 | 0 | Java | false | false | package com.oracle5.member.controller;
import java.io.IOException;
import java.util.ArrayList;
import java.util.HashMap;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servle... | UTF-8 | Java | 1,866 | java | ParentAsListServlet.java | Java | [] | null | [] | package com.oracle5.member.controller;
import java.io.IOException;
import java.util.ArrayList;
import java.util.HashMap;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servle... | 1,866 | 0.737527 | 0.734816 | 57 | 30.350878 | 29.431152 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.210526 | false | false | 0 |
0f84cf548999650138c84fd7ce9a3f1f5fb69ac6 | 9,268,539,446,086 | f2ba99cf761008c7f03b291fe37f58c9ecc76e0f | /javascript-module-holders/src/main/java/com/mulesoft/raml/webpack/holders/JSChildProcess.java | 48ebd5ae416b979a0c0cd00246f4f58df5b27482 | [
"Apache-2.0"
] | permissive | raml-org/raml-java-parser-2 | https://github.com/raml-org/raml-java-parser-2 | 302f108578dc9246c48ead7d69f5b8f6d2fba431 | 8591d9ba9b0b01abc8a12914276a4da67391a46c | refs/heads/master | 2023-08-29T01:05:05.134000 | 2022-02-12T14:27:57 | 2022-02-12T14:27:57 | 45,148,264 | 20 | 8 | null | false | 2016-04-08T15:12:20 | 2015-10-28T23:37:04 | 2016-04-03T05:37:48 | 2015-11-16T00:08:46 | 712 | 16 | 4 | 15 | JavaScript | null | null | package com.mulesoft.raml.webpack.holders;
import javax.script.Bindings;
import javax.script.ScriptEngine;
import javax.script.ScriptException;
import javax.script.SimpleBindings;
public class JSChildProcess extends AbstractJSWrapper {
public Object spawn;
private String rootPath;
public JSChildProcess(Scrip... | UTF-8 | Java | 2,224 | java | JSChildProcess.java | Java | [] | null | [] | package com.mulesoft.raml.webpack.holders;
import javax.script.Bindings;
import javax.script.ScriptEngine;
import javax.script.ScriptException;
import javax.script.SimpleBindings;
public class JSChildProcess extends AbstractJSWrapper {
public Object spawn;
private String rootPath;
public JSChildProcess(Scrip... | 2,224 | 0.696493 | 0.693345 | 76 | 28.276316 | 36.665127 | 174 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.289474 | false | false | 0 |
290dffa86dca6e6255e72650d63048b85023b5ec | 33,500,744,966,765 | 08be78ee28957fe393bea727228fbe13e5c00df1 | /modules/webcloud/modules/webcloud-pseudocode/src/main/java/com/pseudocode/cloud/commons/client/ServiceInstance.java | 0c5f79058ceb636c58dde7da6113e4c8d7bec16f | [] | no_license | javachengwc/java-apply | https://github.com/javachengwc/java-apply | 432259eadfca88c6f3f2b80aae8e1e8a93df5159 | 98a45c716f18657f0e4181d0c125a73feb402b16 | refs/heads/master | 2023-08-22T12:30:05.708000 | 2023-08-15T08:21:15 | 2023-08-15T08:21:15 | 54,971,501 | 10 | 4 | null | false | 2022-12-16T11:03:56 | 2016-03-29T11:50:21 | 2022-10-10T06:55:54 | 2022-12-16T11:03:55 | 35,723 | 4 | 4 | 278 | Java | false | false | package com.pseudocode.cloud.commons.client;
import java.net.URI;
import java.util.Map;
public interface ServiceInstance {
String getServiceId();
String getHost();
int getPort();
boolean isSecure();
URI getUri();
Map<String, String> getMetadata();
default String getScheme() {
... | UTF-8 | Java | 343 | java | ServiceInstance.java | Java | [] | null | [] | package com.pseudocode.cloud.commons.client;
import java.net.URI;
import java.util.Map;
public interface ServiceInstance {
String getServiceId();
String getHost();
int getPort();
boolean isSecure();
URI getUri();
Map<String, String> getMetadata();
default String getScheme() {
... | 343 | 0.653061 | 0.653061 | 23 | 13.913043 | 14.194037 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.478261 | false | false | 0 |
f53e7daccb06a6edf53da9a27ebbef4ea6057ca3 | 26,895,085,212,132 | 62495169d3e327725956ed93403ecf925d57a489 | /piflow-web/src/main/java/cn/cnic/component/process/entity/ProcessGroupPath.java | 3ea84d5ef167f9b605e48c1acf32061bdf366a9c | [
"Apache-2.0"
] | permissive | cas-bigdatalab/piflow-web | https://github.com/cas-bigdatalab/piflow-web | 681a32c1da76fb88792e5fbac52ea0305fb7909c | 1e84686279ceadb7a4a096e3b97db2f59d8fb263 | refs/heads/master | 2023-06-08T08:42:15.071000 | 2023-05-25T02:04:59 | 2023-05-25T02:04:59 | 150,813,542 | 66 | 47 | Apache-2.0 | false | 2023-03-06T22:42:41 | 2018-09-29T02:01:37 | 2023-02-13T08:23:36 | 2023-03-06T22:42:37 | 132,816 | 60 | 37 | 16 | JavaScript | false | false | package cn.cnic.component.process.entity;
import cn.cnic.base.BaseModelUUIDNoCorpAgentId;
import lombok.Getter;
import lombok.Setter;
@Setter
@Getter
public class ProcessGroupPath extends BaseModelUUIDNoCorpAgentId {
private static final long serialVersionUID = 1L;
private ProcessGroup processGroup;
pri... | UTF-8 | Java | 446 | java | ProcessGroupPath.java | Java | [] | null | [] | package cn.cnic.component.process.entity;
import cn.cnic.base.BaseModelUUIDNoCorpAgentId;
import lombok.Getter;
import lombok.Setter;
@Setter
@Getter
public class ProcessGroupPath extends BaseModelUUIDNoCorpAgentId {
private static final long serialVersionUID = 1L;
private ProcessGroup processGroup;
pri... | 446 | 0.775785 | 0.773543 | 20 | 21.299999 | 19.290154 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.55 | false | false | 0 |
f3108379fbe1ce843f36e8de2860912e6da35f5c | 25,434,796,381,780 | ba995563a547e6e6f618168dc5260c5536c96c70 | /Palindrome.java | eaa7cea14f0091c3178e4f726b59390221fda121 | [] | no_license | SandhyaSelvaraj20/Guvi | https://github.com/SandhyaSelvaraj20/Guvi | 320cd3edf203ce9a428fa82c5daa66ac08faf5b8 | 77f829e9a5fb1419948892cbfacd3f78d17c3527 | refs/heads/master | 2020-04-12T10:33:16.614000 | 2019-04-13T08:10:27 | 2019-04-13T08:10:27 | 162,433,228 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Scanner;
public class Palindrome {
public static void main(String[] args) {
// TODO Auto-generated method stub
Scanner sc = new Scanner(System.in);
int n = sc.nextInt();
int res=n;
int r,rev = 0;
while(n>0) {
r=n%10;
rev=rev*10+r;
n=n/1... | UTF-8 | Java | 444 | java | Palindrome.java | Java | [] | null | [] | import java.util.Scanner;
public class Palindrome {
public static void main(String[] args) {
// TODO Auto-generated method stub
Scanner sc = new Scanner(System.in);
int n = sc.nextInt();
int res=n;
int r,rev = 0;
while(n>0) {
r=n%10;
rev=rev*10+r;
n=n/1... | 444 | 0.511261 | 0.493243 | 22 | 19.181818 | 12.984734 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.590909 | false | false | 0 |
cec9179565bfa09357c39dd2582205200fb597f2 | 5,317,169,521,395 | 9a3b19eae8dd175fd05903c51247317ce1832d90 | /GeeksForGeeks/Data Structures/5. Tree/b. Binary Search Tree/Basic/1. Binary Search Tree - Set 1 (Search and Insertion).java | e18602a22f3b1ad9af1029f4db9fc80641005fb0 | [] | no_license | darshakmehta/Programming-Guide | https://github.com/darshakmehta/Programming-Guide | ed8d17040fc10bef24bcd6c4fd86b34ae94eed58 | 2b758e6b6ad32cab67466e99b084d637e1080285 | refs/heads/master | 2023-03-15T16:00:35.195000 | 2023-03-05T20:03:45 | 2023-03-05T20:03:45 | 138,967,073 | 30 | 6 | null | false | 2023-01-01T20:13:35 | 2018-06-28T04:45:20 | 2023-01-01T17:18:08 | 2023-01-01T20:13:34 | 2,670 | 17 | 6 | 1 | Java | false | false | import java.util.*;
import java.lang.*;
import java.io.*;
class BinarySearchTree {
// Root node of BST
private Node root;
BinarySearchTree() {
root = null;
}
class Node {
private int key;
private Node left, right;
public Node(int item) {
this.key = it... | UTF-8 | Java | 3,884 | java | 1. Binary Search Tree - Set 1 (Search and Insertion).java | Java | [] | null | [] | import java.util.*;
import java.lang.*;
import java.io.*;
class BinarySearchTree {
// Root node of BST
private Node root;
BinarySearchTree() {
root = null;
}
class Node {
private int key;
private Node left, right;
public Node(int item) {
this.key = it... | 3,884 | 0.545829 | 0.53553 | 158 | 23.582279 | 23.120546 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.449367 | false | false | 0 |
88ac786d167e2edc4c4ea51e066ca47253fc12ba | 13,297,218,816,665 | 2de53578996b84bfbcd1e1ca31ca957f3304b236 | /object-oriented-programming/2018-Pattern-Observer-Avengers-Pull/Watcher.java | 790be7a363655aa071c0349713d13ec0cc3ad4c7 | [] | no_license | star6973/cse_project | https://github.com/star6973/cse_project | 6caaa02e7e183da6884085c17e3fe395f776b05c | 052bb3cf0fb26e346d4fb25ff15d9c96729c1fed | refs/heads/master | 2023-02-02T07:23:58.648000 | 2021-07-18T15:02:06 | 2021-07-18T15:02:06 | 138,172,374 | 0 | 1 | null | false | 2020-06-05T15:22:21 | 2018-06-21T13:14:13 | 2020-06-02T13:39:04 | 2020-06-02T13:39:02 | 170,424 | 0 | 2 | 2 | Jupyter Notebook | false | false | // PULL 방식을 이용할 수 있는 옵저버 객체를 구현
public class Watcher implements Observer {
Subject subject;
public Watcher(Subject subject) {
this.subject = subject;
this.subject.addObserver(this);
}
public void checkStat() {
System.out.println("===== 상태 체크 =====");
subject.notifyObserver(this); // 데이터 전달
}
@Overr... | UTF-8 | Java | 749 | java | Watcher.java | Java | [] | null | [] | // PULL 방식을 이용할 수 있는 옵저버 객체를 구현
public class Watcher implements Observer {
Subject subject;
public Watcher(Subject subject) {
this.subject = subject;
this.subject.addObserver(this);
}
public void checkStat() {
System.out.println("===== 상태 체크 =====");
subject.notifyObserver(this); // 데이터 전달
}
@Overr... | 749 | 0.660407 | 0.660407 | 27 | 22.666666 | 21.378424 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.851852 | false | false | 0 |
32d538bb970d20b9fb7b5124cb487224e93eb90f | 9,577,777,122,491 | 8cfba22831d151185a41aed383df9989d440e475 | /FMPHuffman/src/utils/BitWriter.java | 5b08a41391b3204b2502ff14583602f45cfe32e7 | [] | no_license | filesqueezer/file-squeezer | https://github.com/filesqueezer/file-squeezer | c20d3a38a2f0debeacce98c3ff201a64dcbd7c6b | bc71a86d455898f52c1838833b0761498c967709 | refs/heads/master | 2021-01-17T05:29:59.497000 | 2015-06-24T08:30:06 | 2015-06-24T08:30:06 | 37,972,258 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package utils;
import java.nio.ByteBuffer;
import java.util.BitSet;
public class BitWriter
{
int count = 0;
//BufferedWriter byteWriter;
ByteBuffer byteBuffer;
BitSet bitSet = new BitSet(8);
int index = 0;
public BitWriter(ByteBuffer byteBuffer)
{
//this.byteWriter = by... | UTF-8 | Java | 1,005 | java | BitWriter.java | Java | [] | null | [] | package utils;
import java.nio.ByteBuffer;
import java.util.BitSet;
public class BitWriter
{
int count = 0;
//BufferedWriter byteWriter;
ByteBuffer byteBuffer;
BitSet bitSet = new BitSet(8);
int index = 0;
public BitWriter(ByteBuffer byteBuffer)
{
//this.byteWriter = by... | 1,005 | 0.531343 | 0.503483 | 54 | 16.611111 | 13.835565 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.462963 | false | false | 0 |
fd1b98666aeef0a9297aceef414cd87f35fc3816 | 9,302,899,230,417 | ee6f1c9b8c416f6238b636866f0cbec3f4e9078b | /app/src/main/java/com/armansimonyan/jelly/Eq.java | edce3d7360f61278b82381e658480d798bfbf6dd | [
"Apache-2.0"
] | permissive | armansimonyan13/jelly | https://github.com/armansimonyan13/jelly | a25e966af5601d404d76cde9ac32b81a3794db9f | 9aa40b6728dbda0f253f80ba6dfe261312318f36 | refs/heads/master | 2020-04-17T09:01:04.424000 | 2016-10-10T08:30:41 | 2016-10-10T08:30:41 | 66,737,257 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.armansimonyan.jelly;
/**
* @author armansimonyan
*/
public class Eq extends AbstractOperator {
public Eq(Object arg0, Object arg1) {
super(arg0, arg1);
}
@Override
protected String getOperatorString() {
return "==";
}
}
| UTF-8 | Java | 246 | java | Eq.java | Java | [
{
"context": "package com.armansimonyan.jelly;\n\n/**\n * @author armansimonyan\n */\n\npublic class Eq extends AbstractOperator {\n\t",
"end": 62,
"score": 0.9967864155769348,
"start": 49,
"tag": "USERNAME",
"value": "armansimonyan"
}
] | null | [] | package com.armansimonyan.jelly;
/**
* @author armansimonyan
*/
public class Eq extends AbstractOperator {
public Eq(Object arg0, Object arg1) {
super(arg0, arg1);
}
@Override
protected String getOperatorString() {
return "==";
}
}
| 246 | 0.691057 | 0.674797 | 16 | 14.375 | 15.300633 | 42 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.875 | false | false | 0 |
5f26347e70a99d6e40fb5e18c7c064c874818949 | 9,302,899,227,483 | 9d583eeb78d4b41285ea7e4e917247994decd4bb | /app/src/test/java/com/admin/app/UrlTest.java | bfe8d47cffb265b9438fe87ab2bd164efc762747 | [
"MIT"
] | permissive | NewGreenHand/fast-admin-end | https://github.com/NewGreenHand/fast-admin-end | a4828819334457034344f996ab3cd044071cad01 | ff0b1992eac71b1656cc50c246e8cac321e4289d | refs/heads/master | 2021-06-29T00:08:20.428000 | 2020-10-16T13:42:13 | 2020-10-16T13:42:13 | 161,360,088 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.admin.app;
import lombok.extern.slf4j.Slf4j;
import org.junit.Test;
import org.springframework.security.web.util.UrlUtils;
import org.springframework.util.AntPathMatcher;
import org.springframework.util.SimpleIdGenerator;
import org.springframework.util.StringUtils;
import java.util.Arrays;
import java.ut... | UTF-8 | Java | 1,319 | java | UrlTest.java | Java | [
{
"context": "til.Arrays;\nimport java.util.List;\n\n/**\n * @author fei\n * @since 2018-12-22\n */\n@Slf4j\npublic class UrlT",
"end": 348,
"score": 0.9989997148513794,
"start": 345,
"tag": "USERNAME",
"value": "fei"
}
] | null | [] | package com.admin.app;
import lombok.extern.slf4j.Slf4j;
import org.junit.Test;
import org.springframework.security.web.util.UrlUtils;
import org.springframework.util.AntPathMatcher;
import org.springframework.util.SimpleIdGenerator;
import org.springframework.util.StringUtils;
import java.util.Arrays;
import java.ut... | 1,319 | 0.665098 | 0.65098 | 52 | 23.48077 | 20.096394 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.538462 | false | false | 0 |
fb76c1b56ac615113a83986287bf254690bf4b32 | 3,332,894,658,956 | f6685b047fa9615c6ef28b2a5d35b7ba711a3923 | /study/src/main/java/edu/springboot/configuration/SpringLoader.java | aba879fb137200c70d84b241a7e021b97b95b50e | [] | no_license | shietion/study | https://github.com/shietion/study | 822d2ffb9a4722090b67d96a8d4d2de3a41570ea | 32328fd95ff5380d9f37af7a2ac9d7fc8a231585 | refs/heads/master | 2020-12-02T18:17:26.727000 | 2017-07-31T06:53:10 | 2017-07-31T06:53:10 | 96,509,030 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.springboot.configuration;
import org.apache.log4j.Logger;
import org.springframework.context.ApplicationListener;
import org.springframework.context.event.ContextRefreshedEvent;
import org.springframework.stereotype.Component;
@Component
public class SpringLoader implements ApplicationListener<ContextRef... | UTF-8 | Java | 550 | java | SpringLoader.java | Java | [] | null | [] | package edu.springboot.configuration;
import org.apache.log4j.Logger;
import org.springframework.context.ApplicationListener;
import org.springframework.context.event.ContextRefreshedEvent;
import org.springframework.stereotype.Component;
@Component
public class SpringLoader implements ApplicationListener<ContextRef... | 550 | 0.787273 | 0.785455 | 19 | 27.947369 | 27.76115 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.421053 | false | false | 0 |
f4caf33ad829255f6872faa5670790f15801e341 | 3,332,894,658,850 | 2984675d47a6126787d8d4a5355d24bd8fe9a7db | /components/app/src/main/java/app/bentleyis/components/MainActivity.java | 36be60c06c736729210cba68f61fc76bbeeed630 | [
"MIT"
] | permissive | jamesrbent1ey/androidtools | https://github.com/jamesrbent1ey/androidtools | 15111b672a976362719e971a162da5e6556967b3 | a54f6a30d09c5b8ded128403fdf7f51880ca2b07 | refs/heads/master | 2022-11-17T20:08:53.355000 | 2020-06-16T18:06:27 | 2020-06-16T18:06:27 | 264,927,669 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
/*
* Copyright (c) 2020 James Bentley
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, pub... | UTF-8 | Java | 4,571 | java | MainActivity.java | Java | [
{
"context": "\n/*\n * Copyright (c) 2020 James Bentley\n *\n * Permission is hereby granted, free of charg",
"end": 40,
"score": 0.99985671043396,
"start": 27,
"tag": "NAME",
"value": "James Bentley"
}
] | null | [] |
/*
* Copyright (c) 2020 <NAME>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, d... | 4,564 | 0.695034 | 0.683877 | 118 | 37.728813 | 23.658825 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.771186 | false | false | 0 |
945290d8d7eb318d3b20201786841a246a90dbf3 | 20,134,806,747,549 | a6fecfa0a99027fff3c0be452689824c7695a743 | /templatespringboot/src/main/java/springboot/template/global/aspect/SysLogAspect.java | b2f5261ad13e23f3374fc52ce0dac5ef401a3255 | [] | no_license | huguohui1314/IdeaProjects | https://github.com/huguohui1314/IdeaProjects | 33d4ca2e746b40d993549d2a74bad940b1c2f5d6 | 98d0860791e90e986440430c94c0f3c52ad64f83 | refs/heads/master | 2020-03-17T23:43:36.835000 | 2020-03-16T14:46:03 | 2020-03-16T14:46:03 | 134,057,591 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package springboot.template.global.aspect;
import com.alibaba.fastjson.JSON;
import org.aspectj.lang.ProceedingJoinPoint;
import springboot.template.global.exception.ServiceException;
import springboot.template.global.util.ShiroUtils;
import springboot.template.mvc.entity.SysLog;
import springboot.template.mvc.service... | UTF-8 | Java | 1,747 | java | SysLogAspect.java | Java | [
{
"context": "\nimport javax.annotation.Resource;\n\n/**\n * @Auther HUGH\n * @Date 2018/8/4\n * @Description SysLogAspect 保存",
"end": 391,
"score": 0.9992043375968933,
"start": 387,
"tag": "USERNAME",
"value": "HUGH"
}
] | null | [] | package springboot.template.global.aspect;
import com.alibaba.fastjson.JSON;
import org.aspectj.lang.ProceedingJoinPoint;
import springboot.template.global.exception.ServiceException;
import springboot.template.global.util.ShiroUtils;
import springboot.template.mvc.entity.SysLog;
import springboot.template.mvc.service... | 1,747 | 0.646136 | 0.64265 | 55 | 30.290909 | 21.600229 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.545455 | false | false | 0 |
b0ac3ea4245d4f248e3f911e35dd0f3f6118c376 | 15,848,429,373,714 | d19d451f77843de8dff11c0f4c8ff0cc2d098d8e | /src/main/java/no/hvl/dat109/kontroller/UtleigeKontroller.java | b1b134638d2686ffa5de3f567fba5c03a025a9be | [] | no_license | hvl578007/DAT109_Innlevering_2 | https://github.com/hvl578007/DAT109_Innlevering_2 | 8621ab1fa32b0b9e6938d1997ccd0dab387d1c51 | a8343c17dbfec06bb50e9f7a41077cc0a3db5851 | refs/heads/master | 2021-01-01T02:06:36.521000 | 2020-02-22T12:17:37 | 2020-02-22T12:17:37 | 239,132,982 | 0 | 0 | null | false | 2020-10-13T19:22:35 | 2020-02-08T13:01:33 | 2020-02-22T12:17:51 | 2020-10-13T19:22:34 | 192 | 0 | 0 | 1 | Java | false | false | package no.hvl.dat109.kontroller;
/**
* Inteface UtleigeKontroller
* @author
*/
public interface UtleigeKontroller {
/**
* Oppretter ein ny bil på eit kontor\n
* Bil-info og kontor-nr blir spurt via UI
*/
public void opprettBilPaaKontor();
/**
* Opprettar eit nytt kontor på sel... | UTF-8 | Java | 1,100 | java | UtleigeKontroller.java | Java | [] | null | [] | package no.hvl.dat109.kontroller;
/**
* Inteface UtleigeKontroller
* @author
*/
public interface UtleigeKontroller {
/**
* Oppretter ein ny bil på eit kontor\n
* Bil-info og kontor-nr blir spurt via UI
*/
public void opprettBilPaaKontor();
/**
* Opprettar eit nytt kontor på sel... | 1,100 | 0.640511 | 0.637774 | 45 | 23.377777 | 25.323059 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.155556 | false | false | 0 |
34c9e1666f0379a5acf7f7171c2eeabbc3096b8a | 28,982,439,376,550 | de0a54ef29c2d94a17918b6917e5585c6b81a225 | /jixaw-bytecode-provider/src/main/java/org/jixaw/bytecode/internal/BytecodeStream.java | cba6cec667d0bc8052a45807edcfe91291cd0e74 | [] | no_license | jixaw/jixaw-provider | https://github.com/jixaw/jixaw-provider | 330676bff28bbd639f724682d298ed649c88feda | 0a1c9ae2c875b64d261b3969bbe884e8d6e6fba0 | refs/heads/master | 2015-08-06T14:18:38.870000 | 2013-03-29T11:39:02 | 2013-03-29T11:39:02 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.jixaw.bytecode.internal;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
/**
* This class is an performance-optimized, unsynchronized (thus not thread-safe) and reusable implementation variant of
* {@link ByteArrayOutputStream}.
... | UTF-8 | Java | 2,884 | java | BytecodeStream.java | Java | [
{
"context": "of\n * {@link ByteArrayOutputStream}.\n *\n * @author Stefan Braune\n */\npublic final class BytecodeStream extends Out",
"end": 347,
"score": 0.9998777508735657,
"start": 334,
"tag": "NAME",
"value": "Stefan Braune"
}
] | null | [] | package org.jixaw.bytecode.internal;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
/**
* This class is an performance-optimized, unsynchronized (thus not thread-safe) and reusable implementation variant of
* {@link ByteArrayOutputStream}.
... | 2,877 | 0.5957 | 0.590153 | 112 | 24.75 | 25.396322 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.580357 | false | false | 0 |
853c5942687483cee85a9b2082e1c51da96f466a | 10,926,396,812,955 | 852358a9c0619e360f56a6c25fef376439ebc804 | /w2book/src/main/java/com/ying/background/model/Book.java | 3be24cffc5d7e06bf474cf123100089dbd9a1634 | [] | no_license | LeChaPatteImpitoyable/book-manage | https://github.com/LeChaPatteImpitoyable/book-manage | d68a769b3a69f940578659b163df2c37bcecb417 | c79227b9f6ab4bae21e16c96ba95c9ea028922a0 | refs/heads/master | 2022-07-12T08:16:24.745000 | 2020-04-03T05:32:30 | 2020-04-03T05:32:30 | 252,633,266 | 0 | 0 | null | false | 2022-06-29T18:03:10 | 2020-04-03T04:36:03 | 2020-04-03T05:38:22 | 2022-06-29T18:03:10 | 1,614 | 0 | 0 | 5 | Java | false | false | package com.ying.background.model;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
import java.io.Serializable;
import java.math.BigDecimal;
import java.util.Date;
/**
* Created by yingsy on 2018/5/20.
*/
@Data
@AllArgsConstructor
@NoArgsConstructor
public class Book implemen... | UTF-8 | Java | 705 | java | Book.java | Java | [
{
"context": "Decimal;\nimport java.util.Date;\n\n/**\n * Created by yingsy on 2018/5/20.\n */\n@Data\n@AllArgsConstructor\n@NoAr",
"end": 230,
"score": 0.9986278414726257,
"start": 224,
"tag": "USERNAME",
"value": "yingsy"
}
] | null | [] | package com.ying.background.model;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
import java.io.Serializable;
import java.math.BigDecimal;
import java.util.Date;
/**
* Created by yingsy on 2018/5/20.
*/
@Data
@AllArgsConstructor
@NoArgsConstructor
public class Book implemen... | 705 | 0.764539 | 0.72766 | 31 | 21.741936 | 15.805201 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.580645 | false | false | 0 |
da74ff9bd91de3ca689cd8f0f354040bd60e3edd | 22,582,938,047,483 | 03113e54f81bc82ec289cc7fc95f3529cc44d23f | /app/src/main/java/com/mouj/app/view/ViewOptionItemDialog.java | db0d51b5280eb0dab43f0558ea33fc2c18c505fa | [] | no_license | cupsmark/moujandro | https://github.com/cupsmark/moujandro | bc98e6172d8dc752a3ce4eb434c515a91181da0f | c6a681981f14eaeee67b2240ae922a5d177a6429 | refs/heads/master | 2020-04-06T04:17:50.991000 | 2016-07-01T06:23:48 | 2016-07-01T06:23:48 | 58,536,374 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mouj.app.view;
import android.app.Dialog;
import android.content.Context;
import android.graphics.Color;
import android.graphics.drawable.ColorDrawable;
import android.os.Bundle;
import android.view.Window;
import android.widget.LinearLayout;
import com.mouj.app.R;
/**
* Created by ekobudiarto on 12/10/... | UTF-8 | Java | 1,714 | java | ViewOptionItemDialog.java | Java | [
{
"context": "Layout;\n\nimport com.mouj.app.R;\n\n/**\n * Created by ekobudiarto on 12/10/15.\n */\npublic class ViewOptionItemDialo",
"end": 310,
"score": 0.9997179508209229,
"start": 299,
"tag": "USERNAME",
"value": "ekobudiarto"
}
] | null | [] | package com.mouj.app.view;
import android.app.Dialog;
import android.content.Context;
import android.graphics.Color;
import android.graphics.drawable.ColorDrawable;
import android.os.Bundle;
import android.view.Window;
import android.widget.LinearLayout;
import com.mouj.app.R;
/**
* Created by ekobudiarto on 12/10/... | 1,714 | 0.701284 | 0.697783 | 60 | 27.566668 | 25.487492 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.583333 | false | false | 0 |
948639b4b8184aa4933520b1f606d34bfb846342 | 28,312,424,479,266 | daca94ce81e9838e8316ee636251b4f1edcdb275 | /SistemaVenda/src/repositorio/RepositorioFuncionario.java | 23ece63b65c535c32b883cf4315f0232ce160161 | [
"MIT"
] | permissive | Berg17/Texte | https://github.com/Berg17/Texte | cc4004d0ce6fc549cc0b0d8411b63b9096575a78 | 66aa9bd80cb39791168155116b5326d958d52d11 | refs/heads/master | 2016-09-01T06:38:56.518000 | 2015-10-09T19:23:04 | 2015-10-09T19:23:04 | 43,907,626 | 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 repositorio;
import dados.Funcionario;
import java.util.ArrayList;
/**
*
* @author Wyllamberg
*/
public class Re... | UTF-8 | Java | 1,757 | java | RepositorioFuncionario.java | Java | [
{
"context": "\r\nimport java.util.ArrayList;\r\n/**\r\n *\r\n * @author Wyllamberg\r\n */\r\npublic class RepositorioFuncionario {\r\n ",
"end": 298,
"score": 0.9790812134742737,
"start": 288,
"tag": "USERNAME",
"value": "Wyllamberg"
}
] | 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 repositorio;
import dados.Funcionario;
import java.util.ArrayList;
/**
*
* @author Wyllamberg
*/
public class Re... | 1,757 | 0.552077 | 0.548662 | 72 | 22.375 | 22.790371 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.541667 | false | false | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.