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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
20f242be89e79cc7c3dff948601e9ed34bd9f875 | 23,983,097,442,084 | 2c081f751de3747a99467a08f105197f007c2c47 | /src/test/java/FirstMavenProject/FirstMavenProject/LoginFeature.java | 7f94c17d2c5d4185f5036d4268ff394372c578c8 | [] | no_license | sanchalk/FirstMavenProject | https://github.com/sanchalk/FirstMavenProject | ed50f16ffda58bf03aa0a5a8d57a77aa859fe2e0 | b578a02ef66109b022fc733f1648bcdbdc9e509c | refs/heads/master | 2021-01-22T19:03:49.100000 | 2017-03-17T04:32:54 | 2017-03-17T04:32:54 | 85,152,355 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package FirstMavenProject.FirstMavenProject;
import java.util.concurrent.TimeUnit;
import org.openqa.selenium.WebDriver;
import org.testng.Assert;
import org.testng.annotations.AfterMethod;
import org.testng.annotations.BeforeMethod;
import org.testng.annotations.Test;
import utility.Constant;
public class LoginFea... | UTF-8 | Java | 1,322 | java | LoginFeature.java | Java | [] | null | [] | package FirstMavenProject.FirstMavenProject;
import java.util.concurrent.TimeUnit;
import org.openqa.selenium.WebDriver;
import org.testng.Assert;
import org.testng.annotations.AfterMethod;
import org.testng.annotations.BeforeMethod;
import org.testng.annotations.Test;
import utility.Constant;
public class LoginFea... | 1,322 | 0.76702 | 0.763994 | 49 | 25.979591 | 24.436916 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.530612 | false | false | 10 |
05ff9f687b7b87dc032e435417734a3549bf72ac | 33,715,493,335,857 | f20a2e74120f71d990ac368bdf783353daafafb0 | /src/main/java/com/ly/springBoot/action/designPattern/Structural/桥接模式/WriteImpl.java | 933beddaba4b83e478524c26a916ecddb1b84f75 | [] | no_license | Eee-Liu/springBoot | https://github.com/Eee-Liu/springBoot | 9baa99b4137a7092eef98809361d88ec9dfdd67f | cb7b2069e4c449b531615b36f85f3be5658ccbe5 | refs/heads/master | 2022-06-22T03:48:25.895000 | 2020-08-30T07:47:58 | 2020-08-30T07:47:58 | 134,051,167 | 1 | 0 | null | false | 2022-06-17T01:46:25 | 2018-05-19T10:12:02 | 2020-08-30T07:48:12 | 2022-06-17T01:46:25 | 503 | 1 | 0 | 2 | Java | false | false | package com.ly.springBoot.action.designPattern.Structural.桥接模式;
/**
* @Author: LiuYi
* @Description: 抽象部分,负责输出
* @Date: Created in 2018/12/7 17:32
*/
public interface WriteImpl {
public void writeFile();
}
| UTF-8 | Java | 239 | java | WriteImpl.java | Java | [
{
"context": "on.designPattern.Structural.桥接模式;\n\n/**\n * @Author: LiuYi\n * @Description: 抽象部分,负责输出\n * @Date: Created in 2",
"end": 86,
"score": 0.9991704821586609,
"start": 81,
"tag": "NAME",
"value": "LiuYi"
}
] | null | [] | package com.ly.springBoot.action.designPattern.Structural.桥接模式;
/**
* @Author: LiuYi
* @Description: 抽象部分,负责输出
* @Date: Created in 2018/12/7 17:32
*/
public interface WriteImpl {
public void writeFile();
}
| 239 | 0.706977 | 0.655814 | 10 | 20.5 | 19.011839 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3 | false | false | 10 |
5c02f0fdddefa095481a42ff88ebb58d15fb1e05 | 31,241,592,155,268 | d85a640c17af50ae884f05070d44b9e5976e4236 | /crawlers/src/main/java/luccasdev/idwall/desafio/crawler/service/RedditThreadService.java | 790ee369458f7111150e565f3f64b12da18ab1cd | [] | no_license | luccasdev/desafios | https://github.com/luccasdev/desafios | 646f26edc186d52eb085332fb18edcf748d020e6 | d1ed055ddc147579b846634d2dfb35306e7caf89 | refs/heads/master | 2022-12-12T07:39:21.414000 | 2020-09-12T17:19:27 | 2020-09-12T17:19:27 | 293,558,902 | 1 | 0 | null | true | 2020-09-07T15:01:36 | 2020-09-07T15:01:35 | 2020-05-03T18:12:49 | 2020-08-24T05:34:43 | 24 | 0 | 0 | 0 | null | false | false | package luccasdev.idwall.desafio.crawler.service;
import luccasdev.idwall.desafio.crawler.model.RedditThread;
import org.apache.logging.log4j.util.Strings;
import org.jsoup.Jsoup;
import org.jsoup.nodes.Document;
import org.jsoup.nodes.Element;
import org.springframework.stereotype.Service;
import java.io.IOException... | UTF-8 | Java | 3,179 | java | RedditThreadService.java | Java | [] | null | [] | package luccasdev.idwall.desafio.crawler.service;
import luccasdev.idwall.desafio.crawler.model.RedditThread;
import org.apache.logging.log4j.util.Strings;
import org.jsoup.Jsoup;
import org.jsoup.nodes.Document;
import org.jsoup.nodes.Element;
import org.springframework.stereotype.Service;
import java.io.IOException... | 3,179 | 0.656181 | 0.65335 | 77 | 40.285713 | 33.076794 | 129 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 10 |
86fdcc997322e1928cf9301c09243461041acc02 | 19,284,403,178,979 | 3c55aa69c1d94d49f7e3beaed04586d2fc8eb0e7 | /binding/mdsal-binding-generator-util/src/main/java/org/opendaylight/mdsal/binding/model/util/generated/type/builder/GeneratedTypeBuilderImpl.java | 576ba55f8b6ffd1d495c8d7a1fe28e7cee61ea1a | [] | no_license | SoonPoong-Hong/mdsal | https://github.com/SoonPoong-Hong/mdsal | dee8a88e3900ff2776e7ab18da51ffa626fb1d1a | 70faf85793f1639b7fc192a28b25d66e10806cab | refs/heads/master | 2020-04-07T06:41:12.797000 | 2018-03-02T03:35:52 | 2018-03-06T14:50:04 | 124,189,614 | 1 | 0 | null | true | 2018-03-07T06:25:14 | 2018-03-07T06:25:14 | 2018-01-02T06:40:37 | 2018-03-06T14:50:25 | 11,715 | 0 | 0 | 0 | null | false | null | /*
* Copyright (c) 2013 Cisco Systems, Inc. and others. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v1.0 which accompanies this distribution,
* and is available at http://www.eclipse.org/legal/epl-v10.html
*/
package org.... | UTF-8 | Java | 3,846 | java | GeneratedTypeBuilderImpl.java | Java | [] | null | [] | /*
* Copyright (c) 2013 Cisco Systems, Inc. and others. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v1.0 which accompanies this distribution,
* and is available at http://www.eclipse.org/legal/epl-v10.html
*/
package org.... | 3,846 | 0.657826 | 0.655746 | 124 | 30.016129 | 24.246046 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.532258 | false | false | 10 |
5a8733cf8468a2eb067784f2f275fde61805bfae | 28,226,525,085,306 | 51842ab2662e0d783e9e70246a15c346bb10f55d | /Mock-UNIX-Shell/Assignment2B/A2/src/LinkedDocument.java | 89faf91f8119e3d04549968a688f1e107cb3c695 | [] | no_license | ZainManji/UofT-Projects | https://github.com/ZainManji/UofT-Projects | 3ee968e19bd1260513030fc8baeabc4b246c5ebf | 2e10a6514d21cf5537d707b21a506a0e3f91e664 | refs/heads/master | 2021-01-23T11:48:16.687000 | 2013-11-18T18:53:35 | 2013-11-18T18:53:35 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Class handles symbolic linking. If accessed, returns the document or
* directory linked to this one.
*
* @author Avraham Sherman, Sean Gallagher
*/
public class LinkedDocument extends Dir {
/**
* @param link
* the document to be linked
* @param rootDir
* the root... | UTF-8 | Java | 1,649 | java | LinkedDocument.java | Java | [
{
"context": " or\n * directory linked to this one.\n *\n * @author Avraham Sherman, Sean Gallagher\n */\npublic class LinkedDocument e",
"end": 138,
"score": 0.9998547434806824,
"start": 123,
"tag": "NAME",
"value": "Avraham Sherman"
},
{
"context": "linked to this one.\n *\n * @aut... | null | [] | /**
* Class handles symbolic linking. If accessed, returns the document or
* directory linked to this one.
*
* @author <NAME>, <NAME>
*/
public class LinkedDocument extends Dir {
/**
* @param link
* the document to be linked
* @param rootDir
* the root directory of the... | 1,632 | 0.600364 | 0.600364 | 55 | 29 | 24.879345 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.381818 | false | false | 10 |
5c41299c315af55a3f130866d92c8ae284eb4d2b | 33,500,744,939,362 | 3e62b91c49a99263ffd069c3055e3c554419c1f2 | /exceptions/LoggingTest.java | c3beab278e31151eff0db8c15d92765ba281214f | [] | no_license | rechade/TIJ | https://github.com/rechade/TIJ | 7acc692efba11ac5b80a6e259ed3b16a2d23a095 | cdd7c0f968a0f339bee66cbc9e11b5c3f99141b5 | refs/heads/master | 2021-01-23T06:44:16.578000 | 2015-01-20T07:07:50 | 2015-01-20T07:07:50 | 28,683,727 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // TIJ exceptions ex6 p322
package exceptions;
import java.util.logging.Logger;
import java.io.*;
class Exception1 extends Exception {
private static Logger logger = Logger.getLogger("Exception1");
Exception1() {
StringWriter trace = new StringWriter();
printStackTrace (new PrintWriter(trace));
logger.severe(t... | UTF-8 | Java | 915 | java | LoggingTest.java | Java | [] | null | [] | // TIJ exceptions ex6 p322
package exceptions;
import java.util.logging.Logger;
import java.io.*;
class Exception1 extends Exception {
private static Logger logger = Logger.getLogger("Exception1");
Exception1() {
StringWriter trace = new StringWriter();
printStackTrace (new PrintWriter(trace));
logger.severe(t... | 915 | 0.672131 | 0.652459 | 43 | 20.27907 | 17.67448 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.883721 | false | false | 10 |
2b19752ea4438cbc099f0b9901241e72377d2ac1 | 4,587,025,101,598 | 4e43d03fb61a621de897889dd1e68d79f0a1a286 | /source/FM/V1R5/esdk_fm_neadp_1.5_native_java/src/main/java/com/huawei/esdk/fusionmanager/local/model/common/AddAzReq.java | 036cdbe51b2962416b81c068bb18cf26853e5be2 | [
"Apache-2.0"
] | permissive | eSDK/esdk_cloud_fm_r3_native_java | https://github.com/eSDK/esdk_cloud_fm_r3_native_java | 9b03eb738e2e77a22ea57f0b36f1c53764a97075 | 660e4780cd1af4454b809250ddb5d5c3f676cbde | refs/heads/master | 2018-10-08T09:29:32.531000 | 2015-10-16T08:26:57 | 2015-10-16T08:26:57 | 26,214,218 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.huawei.esdk.fusionmanager.local.model.common;
import java.util.List;
/**
*
* VDC加入云资源池请求信息。
* <p>
* @since eSDK Cloud V100R003C30
*/
public class AddAzReq
{
// /**
// * 是否选择所有AZ,废弃变量。
// */
// private Boolean allAz;
/**
* 【可选】AZ ID列表。
*/
private ... | UTF-8 | Java | 833 | java | AddAzReq.java | Java | [] | null | [] | package com.huawei.esdk.fusionmanager.local.model.common;
import java.util.List;
/**
*
* VDC加入云资源池请求信息。
* <p>
* @since eSDK Cloud V100R003C30
*/
public class AddAzReq
{
// /**
// * 是否选择所有AZ,废弃变量。
// */
// private Boolean allAz;
/**
* 【可选】AZ ID列表。
*/
private ... | 833 | 0.514877 | 0.504528 | 43 | 16.976744 | 16.039904 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.186047 | false | false | 10 |
b244cc6ebf9e119e09ea3ba13c9fb00aa3a71aee | 10,857,677,369,896 | 647ec12ce50f06e7380fdbfb5b71e9e2d1ac03b4 | /com.tencent.mm/classes.jar/com/tencent/thumbplayer/utils/j$a.java | 2f24966bf2536b584c641dc451a9e0fe3a285dc2 | [] | no_license | tsuzcx/qq_apk | https://github.com/tsuzcx/qq_apk | 0d5e792c3c7351ab781957bac465c55c505caf61 | afe46ef5640d0ba6850cdefd3c11badbd725a3f6 | refs/heads/main | 2022-07-02T10:32:11.651000 | 2022-02-01T12:41:38 | 2022-02-01T12:41:38 | 453,860,108 | 36 | 9 | null | false | 2022-01-31T09:46:26 | 2022-01-31T02:43:22 | 2022-01-31T06:56:43 | 2022-01-31T09:46:26 | 167,304 | 0 | 1 | 1 | Java | false | false | package com.tencent.thumbplayer.utils;
import android.os.Handler;
import android.os.Message;
final class j$a
extends Handler
{
public final void handleMessage(Message paramMessage) {}
}
/* Location: L:\local\mybackup\temp\qq_apk\com.tencent.mm\classes3.jar
* Qualified Name: com.ten... | UTF-8 | Java | 385 | java | j$a.java | Java | [] | null | [] | package com.tencent.thumbplayer.utils;
import android.os.Handler;
import android.os.Message;
final class j$a
extends Handler
{
public final void handleMessage(Message paramMessage) {}
}
/* Location: L:\local\mybackup\temp\qq_apk\com.tencent.mm\classes3.jar
* Qualified Name: com.ten... | 385 | 0.680519 | 0.667532 | 20 | 17.549999 | 23.410414 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.15 | false | false | 10 |
c050698e00355f7af1aecb8239ae0ca00772d23b | 22,789,096,476,495 | deb72f96ed7d4b89e0f7397e2f717fb7e0d20c24 | /broadway.kyle.homework2/src/broadway/kyle/UndoManagerImpl.java | 4a59ae9184cf907e6d2d08e45a94e2e43267f7f4 | [] | no_license | kwbbpc/Software-Patterns-Code | https://github.com/kwbbpc/Software-Patterns-Code | 2c221e822184a2689a396d3264ccf9aaad7cbec9 | 7c18dc66bbd485697eaf994c7bf567329d9f2fc5 | refs/heads/master | 2016-09-06T19:31:11.888000 | 2012-05-01T01:50:06 | 2012-05-01T01:50:06 | 3,621,777 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package broadway.kyle;
import java.beans.PropertyChangeListener;
import java.beans.PropertyChangeSupport;
import java.util.EmptyStackException;
import java.util.Stack;
import com.javadude.command.Command;
import com.javadude.command.UndoManager;
public class UndoManagerImpl implements UndoManager
{
private Stac... | UTF-8 | Java | 2,991 | java | UndoManagerImpl.java | Java | [] | null | [] | package broadway.kyle;
import java.beans.PropertyChangeListener;
import java.beans.PropertyChangeSupport;
import java.util.EmptyStackException;
import java.util.Stack;
import com.javadude.command.Command;
import com.javadude.command.UndoManager;
public class UndoManagerImpl implements UndoManager
{
private Stac... | 2,991 | 0.627549 | 0.627549 | 118 | 24.347458 | 23.581944 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.432203 | false | false | 10 |
1abf92a31072ab1d9ae21ec48dae7430c9f4a96c | 26,491,358,306,331 | 07efa03a2f3bdaecb69c2446a01ea386c63f26df | /eclipse_jee/Pdf/Etrieve/EtrieveItWebProject/Java Source/etrieveweb/etrievebean/contractdetailDBean.java | 0faed7a1dc9a3ec4c790cbc61c3e2e4f13b95021 | [] | no_license | johnvincentio/repo-java | https://github.com/johnvincentio/repo-java | cc21e2b6e4d2bed038e2f7138bb8a269dfabeb2c | 1824797cb4e0c52e0945248850e40e20b09effdd | refs/heads/master | 2022-07-08T18:14:36.378000 | 2020-01-29T20:55:49 | 2020-01-29T20:55:49 | 84,679,095 | 0 | 0 | null | false | 2022-06-30T20:11:56 | 2017-03-11T20:51:46 | 2020-01-29T20:58:35 | 2022-06-30T20:11:55 | 172,670 | 0 | 0 | 2 | Java | false | false | // *****************************************************************************************************************
// Copyright (C) 2005 The Hertz Corporation, All Rights Reserved. Unpublished.
//
// The informati... | UTF-8 | Java | 16,939 | java | contractdetailDBean.java | Java | [] | null | [] | // *****************************************************************************************************************
// Copyright (C) 2005 The Hertz Corporation, All Rights Reserved. Unpublished.
//
// The informati... | 16,939 | 0.541295 | 0.511837 | 435 | 36.944828 | 52.044868 | 405 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.09885 | false | false | 10 |
2d4b42c2f62563ddfcaad9b8bb84d2bab67d9c42 | 19,954,418,099,892 | 379d11362a4a2230cdc0569f014104bb93cea932 | /[Heneria] Report/src/fr/shyzuko/commands/tuto.java | 81e023d55009d4b5af98a7b2d468bcb82ef03bc9 | [] | no_license | Shyzuko/Test | https://github.com/Shyzuko/Test | 194259a8040c0dd6d48b46b7b9112eeae8dd4f34 | bfff560c3b1c40be96ecc14ef0f48047d7ec0265 | refs/heads/main | 2023-04-11T04:36:07.177000 | 2021-04-22T16:01:14 | 2021-04-22T16:01:14 | 360,576,268 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package fr.shyzuko.commands;
import org.bukkit.command.Command;
import org.bukkit.command.CommandExecutor;
import org.bukkit.command.CommandSender;
import org.bukkit.entity.Player;
public class tuto implements CommandExecutor {
@Override
public boolean onCommand(CommandSender sender, Command cmd, Str... | UTF-8 | Java | 1,078 | java | tuto.java | Java | [] | null | [] | package fr.shyzuko.commands;
import org.bukkit.command.Command;
import org.bukkit.command.CommandExecutor;
import org.bukkit.command.CommandSender;
import org.bukkit.entity.Player;
public class tuto implements CommandExecutor {
@Override
public boolean onCommand(CommandSender sender, Command cmd, Str... | 1,078 | 0.593396 | 0.578302 | 25 | 40.400002 | 29.30802 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.76 | false | false | 10 |
1df3f3c17bc59ab04be192f449877b4dfedaccc7 | 4,930,622,509,829 | 82450c678164c92ae7e8a6eb0d74b4a0d12beb7d | /Trust/src/main/java/com/trust/app/service/UserServiceImpl.java | e6cf3a8d2e24a67958678f279184917bae23c695 | [] | no_license | litoumas/trust | https://github.com/litoumas/trust | dcce5b9fc0124a3c01b55484d02c03e88f155b51 | dc3d26dabaec6830e273cb79030befc5c2d05ae7 | refs/heads/master | 2020-04-09T04:50:54.139000 | 2019-04-26T07:15:05 | 2019-04-26T07:15:05 | 160,023,083 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.trust.app.service;
import java.util.List;
import javax.faces.bean.ManagedBean;
import javax.faces.bean.SessionScoped;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import com.trust.app.dao.UserDAO;
import com.trust.app.model.User;
@Servi... | UTF-8 | Java | 1,091 | java | UserServiceImpl.java | Java | [] | null | [] | package com.trust.app.service;
import java.util.List;
import javax.faces.bean.ManagedBean;
import javax.faces.bean.SessionScoped;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import com.trust.app.dao.UserDAO;
import com.trust.app.model.User;
@Servi... | 1,091 | 0.762603 | 0.762603 | 58 | 17.827587 | 17.668535 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.931035 | false | false | 10 |
ad947c9ec905c5f8264612a8d742efb20da8351a | 3,839,700,796,741 | 85fc70e91cbe3c31ef60eab175a006bf81b9fc2e | /src/test/java/automation_practice_tests/Level13Tests.java | daf297dc7acef41bc5a8e32f18b20c15cd4d23f3 | [
"MIT"
] | permissive | XPuigA/automation-framework | https://github.com/XPuigA/automation-framework | 8f89d458b3d5f3011a1bd875c9688d7071707af1 | 401d28f0fce69186db47c24b020b743d61c9ccd0 | refs/heads/main | 2023-01-14T16:37:09.465000 | 2020-11-25T21:23:50 | 2020-11-25T21:23:50 | 311,450,382 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package automation_practice_tests;
import automation_practice.pages.levels.Level3Page;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.parallel.Execution;
import org.junit.jupiter.api.parallel.ExecutionMode;
import automa... | UTF-8 | Java | 751 | java | Level13Tests.java | Java | [] | null | [] | package automation_practice_tests;
import automation_practice.pages.levels.Level3Page;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.parallel.Execution;
import org.junit.jupiter.api.parallel.ExecutionMode;
import automa... | 751 | 0.744341 | 0.727031 | 27 | 26.814816 | 21.018576 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.481481 | false | false | 10 |
d266e2e9ac2e8ae4ab4b6b5ba39cf18916e420da | 3,839,700,797,427 | 9dad6c3a03ae385aee729c166c4874c95d0e68c6 | /spring-batch-training/src/main/java/com/mantinha/springbatchtraining/job/step/reader/flat/MyReaderWithFlatMultiLines.java | d4ad27e45eee8accad43b9bce93345b78c09603d | [] | no_license | mantinha/spring-batch-training | https://github.com/mantinha/spring-batch-training | e1aecfac1f6262ecafb744c5d580b23e7d29cd6d | fa1cdd5991f45c355cb85cfaf580fb3dcd288b08 | refs/heads/master | 2023-03-10T16:50:31.076000 | 2021-02-27T07:37:42 | 2021-02-27T07:37:42 | 318,663,201 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mantinha.springbatchtraining.job.step.reader.flat;
//import org.springframework.batch.core.configuration.annotation.StepScope;
//import org.springframework.batch.item.file.FlatFileItemReader;
//import org.springframework.batch.item.file.LineMapper;
//import org.springframework.batch.item.file.builder.FlatF... | UTF-8 | Java | 1,152 | java | MyReaderWithFlatMultiLines.java | Java | [
{
"context": "ações\n// * CÓPIA DE MULTIFORMAT\n// * \n// * @author adriano\n// *\n// */\n//@Configuration\n//public class MyRead",
"end": 709,
"score": 0.70619136095047,
"start": 702,
"tag": "USERNAME",
"value": "adriano"
}
] | null | [] | package com.mantinha.springbatchtraining.job.step.reader.flat;
//import org.springframework.batch.core.configuration.annotation.StepScope;
//import org.springframework.batch.item.file.FlatFileItemReader;
//import org.springframework.batch.item.file.LineMapper;
//import org.springframework.batch.item.file.builder.FlatF... | 1,152 | 0.755013 | 0.755013 | 33 | 33.757576 | 29.504011 | 133 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.090909 | false | false | 10 |
e1470c24b2a0cc83a24a35aee8d1b8bbb22bf0b5 | 32,452,772,950,430 | ffcb6eeb56c0a05dc9945020dd04afee73ed4c1d | /src/main/java/doppio/apps/explorer/view/component/singletweetlabel/SingleTweetLabel.java | 4b35a3d1f1aeffcae844434aad01c1dca69db1a7 | [] | no_license | mbroughani81/doppio_core | https://github.com/mbroughani81/doppio_core | a75ff07c6c4addd6753ba48e42a926d4f617b1c4 | ed05df55336ed60966f2c3e5471effc181fadc8e | refs/heads/master | 2023-04-27T05:29:23.731000 | 2021-05-18T17:42:52 | 2021-05-18T17:42:52 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package doppio.apps.explorer.view.component.singletweetlabel;
import doppio.apps.authentication.model.User;
import doppio.apps.explorer.view.component.singletweetlabel.listener.ProfileClickInvoker;
import doppio.apps.explorer.view.component.singletweetlabel.listener.ProfileClickListener;
import doppio.apps.explorer.vi... | UTF-8 | Java | 3,258 | java | SingleTweetLabel.java | Java | [] | null | [] | package doppio.apps.explorer.view.component.singletweetlabel;
import doppio.apps.authentication.model.User;
import doppio.apps.explorer.view.component.singletweetlabel.listener.ProfileClickInvoker;
import doppio.apps.explorer.view.component.singletweetlabel.listener.ProfileClickListener;
import doppio.apps.explorer.vi... | 3,258 | 0.703499 | 0.703499 | 97 | 32.587627 | 29.728931 | 132 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.505155 | false | false | 10 |
51cfdec0409f28a024af2d21e5cb2acb7600a379 | 14,302,241,116,389 | 77a091a281d426ca99575dc1e7bd9e8d482802df | /src/main/java/com/etoak/utils/EnumUtil.java | 367fc1ace8a4e8c3bf8aadba1aa76b73addd4c2f | [] | no_license | xingsshang/sell | https://github.com/xingsshang/sell | 87308709d0228fbfac5f1a508efc0260453f0b14 | a6e71bf87000bd5c475a98695176feaefed6377f | refs/heads/master | 2020-03-25T01:50:51.543000 | 2018-08-03T05:38:07 | 2018-08-03T05:38:07 | 143,260,180 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.etoak.utils;
import com.etoak.enums.CodeEnum;
/**
* @Description
* @Author 邢尚尚
* @Date 2018/5/22
*/
public class EnumUtil {
public static <T extends CodeEnum> T getByCode(Integer code, Class<T> enumClass){
for(T each:enumClass.getEnumConstants()){
if(code.equals(each.getCode())... | UTF-8 | Java | 412 | java | EnumUtil.java | Java | [
{
"context": "k.enums.CodeEnum;\n\n/**\n * @Description\n * @Author 邢尚尚\n * @Date 2018/5/22\n */\npublic class EnumUtil {\n ",
"end": 94,
"score": 0.9998578429222107,
"start": 91,
"tag": "NAME",
"value": "邢尚尚"
}
] | null | [] | package com.etoak.utils;
import com.etoak.enums.CodeEnum;
/**
* @Description
* @Author 邢尚尚
* @Date 2018/5/22
*/
public class EnumUtil {
public static <T extends CodeEnum> T getByCode(Integer code, Class<T> enumClass){
for(T each:enumClass.getEnumConstants()){
if(code.equals(each.getCode())... | 412 | 0.583744 | 0.566502 | 19 | 20.368422 | 20.573898 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.315789 | false | false | 10 |
a0915f73d67547a265e25853eaf6ee6e8745cea2 | 18,794,776,909,421 | 524ddc772c0796e3bc59dc9dbfc11167822f1520 | /src/main/java/seedu/saveit/logic/parser/AddTagCommandParser.java | 0d1b64388ee6eb9960ff19fdbd5de416b40371de | [
"LicenseRef-scancode-other-permissive",
"MIT"
] | permissive | jasonvank/main | https://github.com/jasonvank/main | 20685e7319503736cac8f1da0bc44c16efce03ca | 34632f1eb02357c97dcc22c4f74eecd6f6b32941 | refs/heads/master | 2020-03-30T12:01:08.686000 | 2018-11-08T11:17:37 | 2018-11-08T11:17:37 | 151,204,478 | 0 | 2 | NOASSERTION | true | 2018-11-07T12:00:53 | 2018-10-02T05:25:45 | 2018-11-07T11:58:44 | 2018-11-07T12:00:53 | 16,149 | 0 | 0 | 0 | Java | false | null | package seedu.saveit.logic.parser;
import static java.util.Objects.requireNonNull;
import static seedu.saveit.commons.core.Messages.MESSAGE_INVALID_COMMAND_FORMAT;
import static seedu.saveit.commons.core.Messages.MESSAGE_INVALID_ISSUE_DISPLAYED_INDEX;
import static seedu.saveit.commons.util.StringUtil.arePrefixesNotPr... | UTF-8 | Java | 5,619 | java | AddTagCommandParser.java | Java | [] | null | [] | package seedu.saveit.logic.parser;
import static java.util.Objects.requireNonNull;
import static seedu.saveit.commons.core.Messages.MESSAGE_INVALID_COMMAND_FORMAT;
import static seedu.saveit.commons.core.Messages.MESSAGE_INVALID_ISSUE_DISPLAYED_INDEX;
import static seedu.saveit.commons.util.StringUtil.arePrefixesNotPr... | 5,619 | 0.666667 | 0.665955 | 147 | 37.224491 | 31.383472 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.510204 | false | false | 10 |
156d7563afca37d2632fa23f9b67737b7761d0a4 | 3,049,426,791,935 | f1ac7003b43fae7396957f5969c5e7b43d6ff8cc | /src/main/java/siustis/teodor/DBUtils.java | 2519b68b9c0d9a3456ab70b41347ff8f2b2cfceb | [] | no_license | TSiustis/DataMedApp | https://github.com/TSiustis/DataMedApp | 18d4599fb51b34359ae67a290fa0e90b485c6e11 | ea13b15689a648963c1f0991b955db24346f5f2c | refs/heads/master | 2021-07-08T08:15:34.686000 | 2017-10-08T13:03:22 | 2017-10-08T13:03:22 | 106,176,611 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package siustis.teodor;
import java.sql.Connection;
import java.sql.SQLException;
import java.sql.Statement;
public class DBUtils {
public static void close(Connection connection){
if(connection != null){
try{
connection.close();
}catch(SQLException e){
}
}
}
public static void close(Statemen... | UTF-8 | Java | 436 | java | DBUtils.java | Java | [] | null | [] | package siustis.teodor;
import java.sql.Connection;
import java.sql.SQLException;
import java.sql.Statement;
public class DBUtils {
public static void close(Connection connection){
if(connection != null){
try{
connection.close();
}catch(SQLException e){
}
}
}
public static void close(Statemen... | 436 | 0.665138 | 0.665138 | 26 | 15.769231 | 14.085748 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2 | false | false | 10 |
4adb9f690a40d8b385211578c01b19e651a8cc47 | 24,266,565,232,275 | 7773ea6f465ffecfd4f9821aad56ee1eab90d97a | /platform/core-impl/src/com/intellij/lang/ASTFactory.java | ccb6f38ab279a8ca1356fa0b6440f4ba99b7e655 | [
"Apache-2.0"
] | permissive | aghasyedbilal/intellij-community | https://github.com/aghasyedbilal/intellij-community | 5fa14a8bb62a037c0d2764fb172e8109a3db471f | fa602b2874ea4eb59442f9937b952dcb55910b6e | refs/heads/master | 2023-04-10T20:55:27.988000 | 2020-05-03T22:00:26 | 2020-05-03T22:26:23 | 261,074,802 | 2 | 0 | Apache-2.0 | true | 2020-05-04T03:48:36 | 2020-05-04T03:48:35 | 2020-05-04T03:48:32 | 2020-05-03T23:01:03 | 3,386,775 | 0 | 0 | 0 | null | false | false | // Copyright 2000-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package com.intellij.lang;
import com.intellij.psi.TokenType;
import com.intellij.psi.impl.source.CharTableImpl;
import com.intellij.psi.impl.source.CodeFragmentElement;
import c... | UTF-8 | Java | 3,567 | java | ASTFactory.java | Java | [] | null | [] | // Copyright 2000-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package com.intellij.lang;
import com.intellij.psi.TokenType;
import com.intellij.psi.impl.source.CharTableImpl;
import com.intellij.psi.impl.source.CodeFragmentElement;
import c... | 3,567 | 0.767031 | 0.764228 | 100 | 34.669998 | 33.649979 | 140 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.48 | false | false | 10 |
17805e973b57a54d92a698a1c99f8a62062eaff6 | 15,942,918,672,273 | bc412ad0f2a2878e078d7a3713c27ea5220ce348 | /FER_JSP/src/com/rs/fer/servlet/DisplayExpenseReportServlet.java | 93501bf610dff5408b77eea47aeb8812cee24526 | [] | no_license | amitkumarSahoo/FER | https://github.com/amitkumarSahoo/FER | d714474134159c19b41c799ad3cdacf2828453d3 | 0d44bbc674b94d54a3bbaafaf9cf5f6b0f4efb2f | refs/heads/master | 2021-04-27T08:26:55.337000 | 2018-02-22T15:04:44 | 2018-02-22T15:04:44 | 122,491,326 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.rs.fer.servlet;
import java.io.IOException;
import java.io.PrintWriter;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import com.rs.fer.Util.HTMLUtil;
public class Dis... | UTF-8 | Java | 1,658 | java | DisplayExpenseReportServlet.java | Java | [] | null | [] | package com.rs.fer.servlet;
import java.io.IOException;
import java.io.PrintWriter;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import com.rs.fer.Util.HTMLUtil;
public class Dis... | 1,658 | 0.670688 | 0.666466 | 49 | 31.836735 | 24.729843 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2 | false | false | 10 |
8f1bff5807a0e6958827f5965e8936594b81ff3b | 28,209,345,218,767 | 9e53baa6e1d8756438c070ead09a7ef229756e1d | /CH4P0S4M4_2016/src/org/usfirst/frc/team3158/robot/commands/Autonomous/StraightForwardTimeout.java | d690a6a9eb5beb30bc59fe96b58525472cf11218 | [] | no_license | javiermomc/CH4P0S4M4_2016 | https://github.com/javiermomc/CH4P0S4M4_2016 | 5e5a6274f737c96cebb47406b2c43950d9c50eda | e224279b395c13512d3e7315ed60cf5afb0cee57 | refs/heads/master | 2017-12-08T08:28:34.740000 | 2017-01-16T23:59:18 | 2017-01-16T23:59:18 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.usfirst.frc.team3158.robot.commands.Autonomous;
import edu.wpi.first.wpilibj.command.CommandGroup;
import org.usfirst.frc.team3158.robot.commands.Chassis.*;
/**
*
*/
public class StraightForwardTimeout extends CommandGroup {
public StraightForwardTimeout(double time) {
addSequential(new C... | UTF-8 | Java | 365 | java | StraightForwardTimeout.java | Java | [] | null | [] | package org.usfirst.frc.team3158.robot.commands.Autonomous;
import edu.wpi.first.wpilibj.command.CommandGroup;
import org.usfirst.frc.team3158.robot.commands.Chassis.*;
/**
*
*/
public class StraightForwardTimeout extends CommandGroup {
public StraightForwardTimeout(double time) {
addSequential(new C... | 365 | 0.767123 | 0.745205 | 14 | 25.071428 | 26.53694 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.357143 | false | false | 10 |
8b488665219194e124be798f69a810808c33c0c8 | 28,020,366,695,618 | 89cfb9c157cdacc0c428bd806a6f21c5f98cb997 | /src/main/java/net/ilexiconn/llibrary/server/config/Config.java | d44e7f48e1fcc23bbf7ae03c9dfbcacd74a12498 | [] | no_license | Alex-the-666/LLibrary-1 | https://github.com/Alex-the-666/LLibrary-1 | 1e82cc851048ec0aaf7374c1d00bfb5af7ce8d10 | 712006d223d15bb4bf36406e028d969afdff4f89 | refs/heads/1.10.2 | 2021-01-24T22:02:01.328000 | 2016-07-30T13:52:09 | 2016-07-30T13:52:09 | 65,349,113 | 1 | 0 | null | true | 2016-08-10T03:56:36 | 2016-08-10T03:56:35 | 2016-08-08T22:14:06 | 2016-07-30T13:52:32 | 906 | 0 | 0 | 0 | null | null | null | package net.ilexiconn.llibrary.server.config;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* Assign a new config instance to the field and register it.
*
* @author iLexiconn
* @since 1.2.0
*/
@... | UTF-8 | Java | 412 | java | Config.java | Java | [
{
"context": "stance to the field and register it.\n *\n * @author iLexiconn\n * @since 1.2.0\n */\n@Retention(RetentionPolicy.RU",
"end": 298,
"score": 0.999565064907074,
"start": 289,
"tag": "USERNAME",
"value": "iLexiconn"
}
] | null | [] | package net.ilexiconn.llibrary.server.config;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* Assign a new config instance to the field and register it.
*
* @author iLexiconn
* @since 1.2.0
*/
@... | 412 | 0.776699 | 0.769417 | 18 | 21.888889 | 19.078461 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.277778 | false | false | 10 |
956b7a6fc1e1a162277e473dcf6059c0404da2ff | 38,276,748,545,111 | 8fcf8db391992bc040ed03513fcf9818d76a123f | /src/edu/wisc/ssec/hydra/Scatter.java | 690073243da0c51034bc9955ebb1c22b08798094 | [] | no_license | tomrink/HYDRA2 | https://github.com/tomrink/HYDRA2 | 6f31aa7989d5c26af01cbf132c55e174353c5da9 | 0bb20d808bc7f8e10f1932915e72481261a56ab5 | refs/heads/master | 2020-04-12T01:21:46.679000 | 2017-03-23T21:31:39 | 2017-03-23T21:31:39 | 54,215,366 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.wisc.ssec.hydra;
import ucar.visad.display.DisplayMaster;
import ucar.visad.display.XYDisplay;
import ucar.visad.display.RGBDisplayable;
import visad.georef.MapProjection;
import edu.wisc.ssec.adapter.ReprojectSwath;
import visad.*;
import java.rmi.RemoteException;
import java.awt.Dimension;
import jav... | UTF-8 | Java | 10,072 | java | Scatter.java | Java | [] | null | [] | package edu.wisc.ssec.hydra;
import ucar.visad.display.DisplayMaster;
import ucar.visad.display.XYDisplay;
import ucar.visad.display.RGBDisplayable;
import visad.georef.MapProjection;
import edu.wisc.ssec.adapter.ReprojectSwath;
import visad.*;
import java.rmi.RemoteException;
import java.awt.Dimension;
import jav... | 10,072 | 0.594023 | 0.58469 | 285 | 34.340351 | 27.246759 | 133 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.796491 | false | false | 10 |
28fefed239011c44ba0717ed8c13419fe003ed84 | 35,613,868,839,635 | a79e59cd52f3a948ccc694179da41e929d8b22b6 | /src/main/java/org/example/dao/userresume/UserResumeDAO.java | 284a285712d3ac9714d1637298b67fd0e86a9703 | [] | no_license | ISLAMBEKTOG/DBMS2 | https://github.com/ISLAMBEKTOG/DBMS2 | ae1e05451d80c8d25072c76166276ee1af8b7748 | 18797271a8be8486069a0a81867b45fdeb19cc84 | refs/heads/main | 2023-01-22T16:51:11.480000 | 2020-11-27T13:09:45 | 2020-11-27T13:09:45 | 316,504,244 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.example.dao.userresume;
import org.example.model.UserResume;
import org.springframework.data.repository.CrudRepository;
import org.springframework.stereotype.Repository;
@Repository
public interface UserResumeDAO extends CrudRepository<UserResume, String> {
}
| UTF-8 | Java | 274 | java | UserResumeDAO.java | Java | [] | null | [] | package org.example.dao.userresume;
import org.example.model.UserResume;
import org.springframework.data.repository.CrudRepository;
import org.springframework.stereotype.Repository;
@Repository
public interface UserResumeDAO extends CrudRepository<UserResume, String> {
}
| 274 | 0.846715 | 0.846715 | 9 | 29.444445 | 26.310585 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.555556 | false | false | 10 |
4dcc00d8f60c5771e94fb3e0431182fea4ed12b7 | 15,195,594,333,647 | c5a21198ac4772f8ef42b68f30b476945b5e07e5 | /app/src/main/java/net/smimran/cloud_new/CategoryBaseNote.java | 82e070958215357e49d2815b04842df8471bb13a | [] | no_license | shah3093/cloud-note-2 | https://github.com/shah3093/cloud-note-2 | 63843d3ba2bad8154805ff3bd0ebf99cd0110743 | 5032f1d07dbd311d3b098e8797631d152ab7910c | refs/heads/master | 2020-04-01T06:26:46.933000 | 2018-11-07T18:37:06 | 2018-11-07T18:37:06 | 152,947,955 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.smimran.cloud_new;
import android.content.Intent;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.support.design.widget.FloatingActionButton;
import android.support.v4.app.Fragment;
import android.support.v7.widget.LinearLayout... | UTF-8 | Java | 2,661 | java | CategoryBaseNote.java | Java | [] | null | [] | package net.smimran.cloud_new;
import android.content.Intent;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.support.design.widget.FloatingActionButton;
import android.support.v4.app.Fragment;
import android.support.v7.widget.LinearLayout... | 2,661 | 0.723412 | 0.722285 | 89 | 28.898876 | 27.853971 | 132 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.617977 | false | false | 10 |
d9596c82b80c0169b2b0e1c878966e356d2f6562 | 34,342,558,522,556 | 01a2ed96aec63f40b258105645ad2ad79a74f180 | /SecurityTermProject/src/ChecksumService.java | ab1403814c14a5b083305a1714cb6b941b9c8441 | [] | no_license | semraince/BasicHostIDS | https://github.com/semraince/BasicHostIDS | 01740e93650e1c6005ae85bc9ec8e6373498ebed | 8d623c567fcfebd6b468a9e0673882f5a269a68a | refs/heads/master | 2022-03-29T18:59:55.631000 | 2020-01-11T12:18:24 | 2020-01-11T12:18:24 | 233,226,829 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FilenameFilter;
import java.io.IOException;
import java.io.UnsupportedEncodingException;
import java.security.DigestInputStream;
import java.security.MessageDigest;
import java.security.NoSuchAlgorithmException;
import java.util.ArrayL... | UTF-8 | Java | 4,992 | java | ChecksumService.java | Java | [] | null | [] | import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FilenameFilter;
import java.io.IOException;
import java.io.UnsupportedEncodingException;
import java.security.DigestInputStream;
import java.security.MessageDigest;
import java.security.NoSuchAlgorithmException;
import java.util.ArrayL... | 4,992 | 0.716546 | 0.711939 | 165 | 29.254545 | 27.390255 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.527273 | false | false | 10 |
ccafdeafdeb08c9425eb7414caac83222b9a9cec | 13,855,564,568,781 | 572927a9970f4365fe8cee25e3e27fc502ce7f41 | /sistemaDeGestionDeProyectosEIncidencias/src/sv/edu/udb/vistas/requestview/RequestList.java | 82fd3fc6e41396bb64742786ffd471eaa2b463f7 | [] | no_license | IvonneSoriano/JavaProyect | https://github.com/IvonneSoriano/JavaProyect | e8002dfda8bf7ffec91e42838b2925b4b3567e80 | 45226bf8595f27c2ec65a3545aa66389d0805aa9 | refs/heads/master | 2021-03-01T17:09:06.275000 | 2020-03-27T00:10:50 | 2020-03-27T00:10:50 | 245,801,015 | 0 | 0 | null | false | 2020-03-27T00:10:52 | 2020-03-08T11:21:34 | 2020-03-26T23:58:18 | 2020-03-27T00:10:51 | 6,316 | 0 | 0 | 0 | Java | false | false | /*
* 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 sv.edu.udb.vistas.requestview;
import java.sql.*;
import java.util.ArrayList;
import java.util.List;
import javax.swing.table.... | UTF-8 | Java | 4,977 | java | RequestList.java | Java | [
{
"context": "port sv.edu.udb.models.Session;\n\n/**\n *\n * @author Imer Palma\n */\npublic class RequestList extends javax.swing.",
"end": 588,
"score": 0.9998310208320618,
"start": 578,
"tag": "NAME",
"value": "Imer Palma"
}
] | 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 sv.edu.udb.vistas.requestview;
import java.sql.*;
import java.util.ArrayList;
import java.util.List;
import javax.swing.table.... | 4,973 | 0.650191 | 0.635523 | 131 | 36.992367 | 30.809063 | 161 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.717557 | false | false | 10 |
b22a9c2c23794d006bd3023c7e2722593f8be595 | 30,803,505,450,137 | 1e7263aaae3127fad119e2778043d89e34e61a6f | /app/src/main/java/com/example/myhistorycleaner/Adapter/FolderVideoAdapter.java | 441a80a7e1535b6f542f3f2e06ad49ae96c00051 | [] | no_license | Dhruva22/MyHistoryCleaner | https://github.com/Dhruva22/MyHistoryCleaner | e14d89be6383a4321614dff789ab3a1819e6c7fe | a4d0ba9eed89d652f5ff37c1c953aed5583d8783 | refs/heads/master | 2021-05-01T12:47:03.208000 | 2017-01-20T05:53:18 | 2017-01-20T05:53:18 | 79,531,907 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.myhistorycleaner.Adapter;
import android.content.Context;
import android.graphics.Color;
import android.media.ThumbnailUtils;
import android.provider.MediaStore;
import android.support.v7.widget.CardView;
import android.support.v7.widget.RecyclerView;
import android.util.Log;
import android.view.La... | UTF-8 | Java | 5,471 | java | FolderVideoAdapter.java | Java | [
{
"context": "R;\n\nimport java.util.ArrayList;\n\n/**\n * Created by Tej710 on 13-01-2017.\n */\n\npublic class FolderVideoAdapt",
"end": 632,
"score": 0.9995676279067993,
"start": 626,
"tag": "USERNAME",
"value": "Tej710"
}
] | null | [] | package com.example.myhistorycleaner.Adapter;
import android.content.Context;
import android.graphics.Color;
import android.media.ThumbnailUtils;
import android.provider.MediaStore;
import android.support.v7.widget.CardView;
import android.support.v7.widget.RecyclerView;
import android.util.Log;
import android.view.La... | 5,471 | 0.595504 | 0.592579 | 164 | 32.365852 | 29.294556 | 155 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.664634 | false | false | 10 |
9326f6558cdb10226a658cb52c6c44ed598e48a6 | 13,769,665,172,395 | 062deac7b87d708652418a822a47ac667c29505c | /Doctorsecond/src/com/qichuang/doctor/adapter/ZhidaoBaseAdapter.java | 87f99c8cddffe3d2fa711cee090ee0a32e85f013 | [] | no_license | wang472501098/niuben | https://github.com/wang472501098/niuben | ca2acfb66381aa37de7ba040ea554550736dbda4 | 2e3b3b305ef54aaa2726e7dbd002622460df9175 | refs/heads/master | 2016-08-03T09:03:23.505000 | 2015-07-16T02:21:44 | 2015-07-16T02:21:44 | 39,171,656 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.qichuang.doctor.adapter;
import java.util.ArrayList;
import java.util.List;
import com.qichuang.doctor.activity.R;
import com.qichuang.doctor.bean.ZhidaoBean;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import an... | UTF-8 | Java | 2,422 | java | ZhidaoBaseAdapter.java | Java | [] | null | [] | package com.qichuang.doctor.adapter;
import java.util.ArrayList;
import java.util.List;
import com.qichuang.doctor.activity.R;
import com.qichuang.doctor.bean.ZhidaoBean;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import an... | 2,422 | 0.741949 | 0.741536 | 74 | 30.729731 | 26.614006 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.878378 | false | false | 10 |
2f0ff7d57fb8de9febd33640bd0df4a1b214da1b | 34,196,529,625,118 | 59592e1f073b9b74896018f8d8add4fffa79bac5 | /java/20210224/src/ex.java | c48b408a838ed9e915cfce3c4f9c89fdb47bdad7 | [] | no_license | kjw5263/AcademyStudy | https://github.com/kjw5263/AcademyStudy | 75ece8d35a4a0132ff45b540148df5c45659ade3 | 426624c7370e6d9757890a5090f69732ee1f899d | refs/heads/master | 2023-06-20T06:15:33.593000 | 2021-07-13T07:58:07 | 2021-07-13T07:58:07 | 352,520,983 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
/*
*/
//ex라는 이름(식별자)의 클래스 정의
public class ex {
//main이라는 이름의 메소드 정의
public static void main(String[] args) {
System.out.println("안녕하세요.");
System.out.println(123);
System.out.println(3.14);//3.14데이터를 출력하기 위해서 printout()구문에 넣음
}
}
| UTF-8 | Java | 354 | java | ex.java | Java | [] | null | [] |
/*
*/
//ex라는 이름(식별자)의 클래스 정의
public class ex {
//main이라는 이름의 메소드 정의
public static void main(String[] args) {
System.out.println("안녕하세요.");
System.out.println(123);
System.out.println(3.14);//3.14데이터를 출력하기 위해서 printout()구문에 넣음
}
}
| 354 | 0.602273 | 0.568182 | 23 | 10.347826 | 16.244354 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.956522 | false | false | 10 |
7e50c0283c706e5f2019468c333b6cb0111ec52f | 32,323,923,871,987 | 064cd30dc70ba8d233251fb508342d41e8554446 | /CalculatorTest/src/test/java/com/epam/cdp/calc/parallelrun/ParallelRun.java | 32b0b1e68121c28e39025b9ea83c704aa4893781 | [] | no_license | DzmitryParkhomenka/AutomationJavaTraining | https://github.com/DzmitryParkhomenka/AutomationJavaTraining | 2fa1081dcf8634976306cff6bfc323a728b8e129 | b092045bf122828b28be61ba61b96373b5cd1746 | refs/heads/master | 2021-08-22T02:53:14.151000 | 2018-11-15T08:31:17 | 2018-11-15T08:31:17 | 138,878,832 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.epam.cdp.calc.parallelrun;
import org.testng.annotations.DataProvider;
import org.testng.annotations.Test;
import com.epam.cdp.calc.TestResourcesTestNG;
import junit.framework.Assert;
public class ParallelRun extends TestResourcesTestNG{
@Test(dataProvider = "valuesForCosDouble")
public void cosTestD... | UTF-8 | Java | 7,542 | java | ParallelRun.java | Java | [] | null | [] | package com.epam.cdp.calc.parallelrun;
import org.testng.annotations.DataProvider;
import org.testng.annotations.Test;
import com.epam.cdp.calc.TestResourcesTestNG;
import junit.framework.Assert;
public class ParallelRun extends TestResourcesTestNG{
@Test(dataProvider = "valuesForCosDouble")
public void cosTestD... | 7,542 | 0.636303 | 0.564704 | 288 | 25.1875 | 21.312969 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.041667 | false | false | 10 |
7c63b36b7b1658419b2f2fdf6dd7feba764bd893 | 19,275,813,283,367 | 4d893f7f59c38d703f90f1509944407862c8d0e9 | /app/src/main/java/com/example/zxg/myprogram/widget/MovableView.java | 2f8d0971600083481b785fdf9ffbd04746590668 | [] | no_license | thedayisantherday/myProgram | https://github.com/thedayisantherday/myProgram | b96b6d36c7974c22d18808ea51dbab145cda407c | e0bd8b778bbcf9a39f224ad79d90fdf14326f456 | refs/heads/master | 2023-09-06T05:27:18.195000 | 2023-08-25T07:36:09 | 2023-08-25T07:36:09 | 143,838,404 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.zxg.myprogram.widget;
import android.content.Context;
import android.graphics.Rect;
import android.os.Handler;
import android.util.AttributeSet;
import android.util.Log;
import android.view.MotionEvent;
import android.view.View;
import android.view.ViewGroup;
import android.view.ViewTreeObserver;
i... | UTF-8 | Java | 9,971 | java | MovableView.java | Java | [] | null | [] | package com.example.zxg.myprogram.widget;
import android.content.Context;
import android.graphics.Rect;
import android.os.Handler;
import android.util.AttributeSet;
import android.util.Log;
import android.view.MotionEvent;
import android.view.View;
import android.view.ViewGroup;
import android.view.ViewTreeObserver;
i... | 9,971 | 0.596101 | 0.594767 | 209 | 45.626793 | 43.380749 | 259 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.799043 | false | false | 10 |
28719df11a7712e075b87080eb561424ba16d093 | 15,564,961,547,728 | 04891604f6fa6f70b5fbe98d60cb093dcd96bddd | /src/main/java/com/yx/watchmall/interceptor/InterceptorConfig.java | 94fb5d54c553ef7a7c4c1b246ea908cbafe0d27e | [] | no_license | yx2512/watchmall | https://github.com/yx2512/watchmall | 90a67067374bdff544d92a10e046bf449fd03926 | 2a7c56a915a3f9a903d9b631a6dacf583c3f5667 | refs/heads/main | 2023-07-16T05:42:44.055000 | 2021-09-02T19:53:37 | 2021-09-02T19:53:37 | 373,553,756 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yx.watchmall.interceptor;
import org.springframework.context.annotation.Configuration;
import org.springframework.web.servlet.config.annotation.InterceptorRegistry;
import org.springframework.web.servlet.config.annotation.WebMvcConfigurer;
@Configuration
public class InterceptorConfig implements WebMvcCon... | UTF-8 | Java | 656 | java | InterceptorConfig.java | Java | [] | null | [] | package com.yx.watchmall.interceptor;
import org.springframework.context.annotation.Configuration;
import org.springframework.web.servlet.config.annotation.InterceptorRegistry;
import org.springframework.web.servlet.config.annotation.WebMvcConfigurer;
@Configuration
public class InterceptorConfig implements WebMvcCon... | 656 | 0.762195 | 0.762195 | 15 | 42.733334 | 33.323597 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.733333 | false | false | 10 |
cdc5fe1f290e930e556404a90d573a818213b391 | 28,192,165,331,769 | a0d145fffb8e1dcd97f4919b517beddb01371e34 | /src_124/home/shared/license/HWIDLicenseTicket.java | a05102fe917f11bda5a89f94e9cc633f10bbbfae | [
"Apache-2.0"
] | permissive | markymarkmk2/MailSecurerLib | https://github.com/markymarkmk2/MailSecurerLib | 4498c4303f542ec8ce97700fdd2eb924cfcffd85 | ab58afe76bb309b5ec9af74643cca8360a7dfacc | refs/heads/master | 2021-01-09T06:32:45.644000 | 2017-02-05T16:12:37 | 2017-02-05T16:12:37 | 81,003,745 | 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 home.shared.license;
import home.shared.Utilities.LogListener;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.net.NetworkInterface;... | UTF-8 | Java | 6,075 | java | HWIDLicenseTicket.java | Java | [
{
"context": "he.commons.codec.binary.Base64;\n\n/**\n *\n * @author mw\n */\npublic class HWIDLicenseTicket extends License",
"end": 444,
"score": 0.8514627814292908,
"start": 442,
"tag": "USERNAME",
"value": "mw"
}
] | null | [] | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package home.shared.license;
import home.shared.Utilities.LogListener;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.net.NetworkInterface;... | 6,075 | 0.4693 | 0.464198 | 240 | 24.316668 | 22.568224 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.395833 | false | false | 10 |
a162ff81842a89753e2d6be7c472edf2d4c64901 | 31,963,146,620,232 | fb574a5eadd653e9b237bb3b2ca54a71b0ff2077 | /app/src/main/java/cl/niclabs/moviedetector/descriptors/GrayHistogramDescriptor.java | dbbb1834fec19f23acf6ff56f6b9dbe284bf03f6 | [] | no_license | fquintan/MovieDetector | https://github.com/fquintan/MovieDetector | 6b7d8fe2f014f87be3784ad3b2a5ec99464a661a | baa24da300ccb195a7598014e04ff8a8922c958f | refs/heads/master | 2020-06-01T15:45:30.123000 | 2015-12-19T22:18:26 | 2015-12-19T22:18:26 | 42,885,009 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cl.niclabs.moviedetector.descriptors;
import com.google.gson.Gson;
import com.google.gson.JsonObject;
import java.nio.ByteBuffer;
import java.nio.IntBuffer;
/**
* Created by felipe on 23-09-15.
*/
public class GrayHistogramDescriptor extends ImageDescriptor{
private int zones_x;
private int zones_... | UTF-8 | Java | 1,211 | java | GrayHistogramDescriptor.java | Java | [
{
"context": "fer;\nimport java.nio.IntBuffer;\n\n/**\n * Created by felipe on 23-09-15.\n */\npublic class GrayHistogramDescri",
"end": 192,
"score": 0.9559025764465332,
"start": 186,
"tag": "USERNAME",
"value": "felipe"
}
] | null | [] | package cl.niclabs.moviedetector.descriptors;
import com.google.gson.Gson;
import com.google.gson.JsonObject;
import java.nio.ByteBuffer;
import java.nio.IntBuffer;
/**
* Created by felipe on 23-09-15.
*/
public class GrayHistogramDescriptor extends ImageDescriptor{
private int zones_x;
private int zones_... | 1,211 | 0.673823 | 0.668043 | 43 | 27.16279 | 26.131092 | 126 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.813953 | false | false | 10 |
b752987e74d602a30f1768da5dbcf62e9eee17cb | 27,204,322,914,383 | a7b9c49423aa0326dd628264a7793d13cc97d067 | /jstorm-on-yarn/src/main/java/com/alibaba/jstorm/yarn/container/ExecutorLoader.java | 473341feb6488b6c65160329f6efb96852322467 | [
"Apache-2.0"
] | permissive | elloray/jstorm | https://github.com/elloray/jstorm | 6de10f65cbf29650ff2ddb60d6526ee0573be28b | a201d98653d3742e966c0b558e20661129de2344 | refs/heads/master | 2021-01-13T03:35:04.053000 | 2017-03-04T14:15:03 | 2017-03-04T14:15:03 | 77,508,043 | 1 | 0 | null | true | 2016-12-28T06:14:34 | 2016-12-28T06:14:34 | 2016-12-27T10:51:27 | 2016-12-27T16:34:01 | 102,874 | 0 | 0 | 0 | null | null | null | package com.alibaba.jstorm.yarn.container;
import com.alibaba.jstorm.yarn.constants.JOYConstants;
/**
* Created by fengjian on 16/4/21.
* concat load command string
*/
public class ExecutorLoader {
public static String loadCommand(String instanceName, String shellCommand, String startType, String containerId, ... | UTF-8 | Java | 1,777 | java | ExecutorLoader.java | Java | [
{
"context": "rm.yarn.constants.JOYConstants;\n\n/**\n * Created by fengjian on 16/4/21.\n * concat load command string\n */\npub",
"end": 126,
"score": 0.9981460571289062,
"start": 118,
"tag": "USERNAME",
"value": "fengjian"
}
] | null | [] | package com.alibaba.jstorm.yarn.container;
import com.alibaba.jstorm.yarn.constants.JOYConstants;
/**
* Created by fengjian on 16/4/21.
* concat load command string
*/
public class ExecutorLoader {
public static String loadCommand(String instanceName, String shellCommand, String startType, String containerId, ... | 1,777 | 0.755768 | 0.752954 | 24 | 73.041664 | 60.390728 | 169 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.166667 | false | false | 15 |
81b47d6b77c22eeccfc70f561d77e1dd8e971c96 | 27,204,322,913,394 | ab298fce6efb0ab28984f5417ffa6e3906022950 | /src/main/java/com/anneagram/vo/BoardVO.java | c06bc441d2527765c41226024494f3319162ed87 | [] | no_license | phantomysy/Anneagram | https://github.com/phantomysy/Anneagram | b85dad3e755bc0a9496e3f09f81fb6ce67bde63b | 4aaf0e8873bf1d8145062dd8fb2c206bf51183f1 | refs/heads/master | 2022-06-22T22:40:53.560000 | 2020-05-12T00:36:52 | 2020-05-12T00:36:52 | 262,943,954 | 0 | 0 | null | true | 2020-05-11T05:07:37 | 2020-05-11T05:07:36 | 2020-05-10T05:36:13 | 2020-05-10T05:36:11 | 4,421 | 0 | 0 | 0 | null | false | false | package com.anneagram.vo;
import java.util.Date;
public class BoardVO {
/*
* bno number(30) primary key,
* user_id varchar2(50),
* title varchar2(200)
* content varchar2(4000),
* cnt number(30) default 0,
*regdate date,
moddate date
*/
private int bno;
private String user_id;
private Stri... | UTF-8 | Java | 1,522 | java | BoardVO.java | Java | [] | null | [] | package com.anneagram.vo;
import java.util.Date;
public class BoardVO {
/*
* bno number(30) primary key,
* user_id varchar2(50),
* title varchar2(200)
* content varchar2(4000),
* cnt number(30) default 0,
*regdate date,
moddate date
*/
private int bno;
private String user_id;
private Stri... | 1,522 | 0.658344 | 0.647175 | 104 | 13.634615 | 12.645353 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.269231 | false | false | 15 |
ac5fcceb1db28087fdfb2fd6987096e13d1dc19b | 36,481,452,254,567 | 5fb993fe10049b12e4c7970e2cf1f870eb64e722 | /src/main/java/devy/cave/server/search/service/daum/DaumVideoService.java | f613b0fa81d1cafe5a0cae0cf40822e853729aaa | [] | no_license | DevYs/cave-server | https://github.com/DevYs/cave-server | de96e7f3066bb941569bdc1cc944c2a12567854a | bed3a206ff785711215ff0e450b71e0aab230d6d | refs/heads/master | 2020-03-20T13:36:07.760000 | 2019-12-29T07:34:52 | 2019-12-29T07:34:52 | 137,460,619 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package devy.cave.server.search.service.daum;
import devy.cave.server.search.model.ClipVideo;
import devy.cave.server.search.parser.DocumentParser;
import devy.cave.server.search.parser.daum.DaumVideoPageParser;
import devy.cave.server.search.parser.daum.DaumVideoParser;
import devy.cave.server.search.service.IService... | UTF-8 | Java | 1,894 | java | DaumVideoService.java | Java | [
{
"context": "eplace(TAG_VIDEO_KEY, clipVideo.getVideoKey() + \"@my\");\n logger.info(\"URL_VIDEO_URL \" + url);\n\n",
"end": 1552,
"score": 0.6965307593345642,
"start": 1550,
"tag": "KEY",
"value": "my"
}
] | null | [] | package devy.cave.server.search.service.daum;
import devy.cave.server.search.model.ClipVideo;
import devy.cave.server.search.parser.DocumentParser;
import devy.cave.server.search.parser.daum.DaumVideoPageParser;
import devy.cave.server.search.parser.daum.DaumVideoParser;
import devy.cave.server.search.service.IService... | 1,894 | 0.732313 | 0.732313 | 49 | 37.653061 | 36.684284 | 175 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.591837 | false | false | 15 |
1697df4978319bebbece65f757fdb2ee73806fff | 31,361,851,257,115 | b00d5a6226b84ce0fecb44a05ebd0641f79b1a8b | /src/main/java/serviceDao/ServiceDaoImpl.java | fa5e88b9d3bdb5dd2f7af89af7e02399ffb3c366 | [] | no_license | olgahuzarewicz/CustomSpring | https://github.com/olgahuzarewicz/CustomSpring | e9dc4ecd3fbd7086b84f5050d8956a60eadc69fa | 2373abe921525738bfec6fd2970909e6ba4ffd19 | refs/heads/master | 2023-08-10T07:12:58.143000 | 2023-07-26T10:53:47 | 2023-07-26T10:53:47 | 194,876,443 | 0 | 0 | null | false | 2023-07-26T10:55:29 | 2019-07-02T14:12:25 | 2023-07-26T10:53:51 | 2023-07-26T10:55:29 | 35 | 0 | 0 | 4 | Java | false | false | package serviceDao;
import annotation.Autowired;
import annotation.Qualifier;
import companyDao.CompanyDao;
public class ServiceDaoImpl implements ServiceDao {
@Autowired
@Qualifier(name = "companyDAO")
private CompanyDao companyDAO;
public ServiceDaoImpl() {
System.out.println("created Serv... | UTF-8 | Java | 342 | java | ServiceDaoImpl.java | Java | [] | null | [] | package serviceDao;
import annotation.Autowired;
import annotation.Qualifier;
import companyDao.CompanyDao;
public class ServiceDaoImpl implements ServiceDao {
@Autowired
@Qualifier(name = "companyDAO")
private CompanyDao companyDAO;
public ServiceDaoImpl() {
System.out.println("created Serv... | 342 | 0.74269 | 0.74269 | 16 | 20.375 | 17.645378 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 15 |
cfe1155c002a84928b9c6a3cece3908747ba8c98 | 35,923,106,507,703 | 9f857c5e47ef456a3c67c57d1d6c3bd370109d3e | /MS Teams/src/com/actiance/APIs/MessageByReciveTime.java | 78a5651d7caf22fa4c8f3da19eea87bdcde70ab0 | [] | no_license | keshriviks/SAMPLE | https://github.com/keshriviks/SAMPLE | 1b4eea8b6026a556f4a80f015b65144e47d9bde8 | 7902c1a80fefebb73672497708916fbff2f0420c | refs/heads/master | 2021-05-12T18:56:39.749000 | 2018-01-11T09:40:50 | 2018-01-11T09:40:50 | 117,076,473 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.actiance.APIs;
import java.util.Calendar;
import java.util.Date;
import com.independentsoft.exchange.IsGreaterThanOrEqualTo;
import com.independentsoft.exchange.Message;
import com.independentsoft.exchange.MessagePropertyPath;
import com.independentsoft.exchange.FindFolderResponse;
import com.independents... | UTF-8 | Java | 3,210 | java | MessageByReciveTime.java | Java | [
{
"context": "ttps://outlook.office365.com/EWS/Exchange.asmx\", \"achandra@actiance.co.in\", \"FaceTime@123\");\n\n Calendar localCal",
"end": 829,
"score": 0.9999319911003113,
"start": 806,
"tag": "EMAIL",
"value": "achandra@actiance.co.in"
}
] | null | [] | package com.actiance.APIs;
import java.util.Calendar;
import java.util.Date;
import com.independentsoft.exchange.IsGreaterThanOrEqualTo;
import com.independentsoft.exchange.Message;
import com.independentsoft.exchange.MessagePropertyPath;
import com.independentsoft.exchange.FindFolderResponse;
import com.independents... | 3,194 | 0.597508 | 0.590966 | 90 | 34.477779 | 33.70863 | 168 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.633333 | false | false | 15 |
805d570e5acd71cc6844872e731ad1ac5e914eee | 7,198,365,228,604 | a9642fcaa360646f3ed861f3c44e450cb686796c | /VEJEZ/analisis/app/co/com/proteccion/advance/vejez/analisis/aplicacion/comandos/registrarrespuestaexcepciongpm/jsonobjects/Causal.java | 9b2b0aad51053853124bdba1ffd82dc4606bb3b3 | [] | no_license | ronn/adv-reference | https://github.com/ronn/adv-reference | 510aba8e0ed2f644e7e0d3482336554aeae2c1b5 | c12a6f8884cfdd244cec38bb7ada0f4fcc178d66 | refs/heads/master | 2020-07-19T06:06:36.470000 | 2019-09-04T18:30:20 | 2019-09-04T18:30:20 | 206,386,319 | 0 | 0 | null | false | 2020-09-10T12:23:28 | 2019-09-04T18:28:07 | 2019-09-04T18:33:02 | 2020-09-10T12:23:27 | 97,429 | 0 | 0 | 13 | Java | false | false | package co.com.proteccion.advance.vejez.analisis.aplicacion.comandos.registrarrespuestaexcepciongpm.jsonobjects;
public class Causal {
private final String idCausal;
private final String observaciones;
public Causal(String idCausal, String observaciones) {
this.idCausal = idCausal;
this.ob... | UTF-8 | Java | 697 | java | Causal.java | Java | [] | null | [] | package co.com.proteccion.advance.vejez.analisis.aplicacion.comandos.registrarrespuestaexcepciongpm.jsonobjects;
public class Causal {
private final String idCausal;
private final String observaciones;
public Causal(String idCausal, String observaciones) {
this.idCausal = idCausal;
this.ob... | 697 | 0.625538 | 0.625538 | 27 | 24.814816 | 24.692234 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.37037 | false | false | 15 |
bd50a3b7c0ba1266db54dc4752e5c6f78971e746 | 14,044,543,098,903 | 961176493c91c697d661b474a8ec39a075313f37 | /src/test/java/edu/utn/utnPhones/services/PhoneLineServiceTest.java | 700e627b8ce2c596f13d0e6a258811202c32fd91 | [] | no_license | FedeAlesandro/UTNPhones | https://github.com/FedeAlesandro/UTNPhones | d3727db9a2d16663e8574329ef3bb1a26d72e4d2 | 21606e23b2d4f1fd098d44270d0b4356159cac0a | refs/heads/master | 2022-12-29T21:00:21.244000 | 2020-06-26T02:05:15 | 2020-06-26T02:05:15 | 262,472,894 | 1 | 1 | null | false | 2020-10-14T00:27:10 | 2020-05-09T02:35:05 | 2020-07-01T23:24:21 | 2020-10-14T00:27:08 | 477 | 1 | 0 | 1 | Java | false | false | package edu.utn.utnPhones.services;
import edu.utn.utnPhones.exceptions.AlreadyExistsException;
import edu.utn.utnPhones.exceptions.NotFoundException;
import edu.utn.utnPhones.models.City;
import edu.utn.utnPhones.models.PhoneLine;
import edu.utn.utnPhones.models.User;
import edu.utn.utnPhones.models.dtos.requests.Pho... | UTF-8 | Java | 7,415 | java | PhoneLineServiceTest.java | Java | [
{
"context": " when(userRepository.findByUserNameAndRemoved(\"Euvenias\", false))\n .thenReturn(Optional.em",
"end": 1596,
"score": 0.9990022778511047,
"start": 1588,
"tag": "USERNAME",
"value": "Euvenias"
},
{
"context": "empty());\n phoneLineService.getByUs... | null | [] | package edu.utn.utnPhones.services;
import edu.utn.utnPhones.exceptions.AlreadyExistsException;
import edu.utn.utnPhones.exceptions.NotFoundException;
import edu.utn.utnPhones.models.City;
import edu.utn.utnPhones.models.PhoneLine;
import edu.utn.utnPhones.models.User;
import edu.utn.utnPhones.models.dtos.requests.Pho... | 7,415 | 0.739987 | 0.728254 | 180 | 40.188889 | 36.656483 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.572222 | false | false | 15 |
78adb86fe4d8c46439e608c906693b7759bbcbae | 8,512,625,225,084 | c208db4eb260d6ac4f1cc2b8dc949fc2e550d874 | /jdbc/src/test16_1/dao/AccountDao.java | 19f300cf7ecb10089145f9906a1c4ff0dadbf1dc | [] | no_license | XiaoFangHappy/eclipseWorkSpace | https://github.com/XiaoFangHappy/eclipseWorkSpace | 96004eb8eaa75951525d4357f62c32ef8f4f2539 | 6d1d4b8a6adac48e76b9c643a569f7537b4fa8f3 | refs/heads/master | 2021-01-15T22:01:56.922000 | 2017-08-10T05:03:18 | 2017-08-10T05:03:18 | 99,883,069 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package test16_1.dao;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.SQLException;
import test16_1.util.DbUtil;
public class AccountDao {
private Connection conn;
public AccountDao() {
super();
}
public AccountDao(Connection conn) {
super();
this.conn = conn;
}
... | UTF-8 | Java | 836 | java | AccountDao.java | Java | [] | null | [] | package test16_1.dao;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.SQLException;
import test16_1.util.DbUtil;
public class AccountDao {
private Connection conn;
public AccountDao() {
super();
}
public AccountDao(Connection conn) {
super();
this.conn = conn;
}
... | 836 | 0.650718 | 0.638756 | 58 | 13.413794 | 16.921762 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.62069 | false | false | 15 |
8121034155b7c4042c836759d2e599e8824c8e77 | 23,965,917,551,705 | adb0071dfdd943f3d839f26689c5da82cddae37b | /src/main/java/com/hr/pojo/Lea.java | 901a6b6e3737c98b2ec054dd79ddca7bcce401c0 | [] | no_license | Memory-0309/HRSSM | https://github.com/Memory-0309/HRSSM | 4891bda60d00d3f6a04f4f5abb4ce999f188491c | bde4ec3a6dd24d75106f8958c63900775e80ee9e | refs/heads/master | 2022-11-28T19:45:08.850000 | 2020-08-14T09:11:01 | 2020-08-14T09:11:01 | 286,410,970 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hr.pojo;
import lombok.Data;
import lombok.ToString;
import lombok.experimental.Accessors;
import org.springframework.format.annotation.DateTimeFormat;
import java.util.Date;
@Data
@ToString
@Accessors(chain = true)
public class Lea {
private Integer id;
private Integer employeeNumber;
privat... | UTF-8 | Java | 646 | java | Lea.java | Java | [] | null | [] | package com.hr.pojo;
import lombok.Data;
import lombok.ToString;
import lombok.experimental.Accessors;
import org.springframework.format.annotation.DateTimeFormat;
import java.util.Date;
@Data
@ToString
@Accessors(chain = true)
public class Lea {
private Integer id;
private Integer employeeNumber;
privat... | 646 | 0.744582 | 0.744582 | 27 | 22.925926 | 13.952103 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.62963 | false | false | 15 |
ffb0327daf30964d1d0bd430637cd5f372e329a3 | 31,370,441,177,123 | e62c3b93b38d2d7781d38ba1cdbabfea2c1cf7af | /bocbiiclient/src/main/java/com/boc/bocsoft/mobile/bii/bus/loan/model/PsnLOANPayeeAcountCheck/PsnLOANPayeeAcountCheckResponse.java | 35217f534bafe7be6bee5bbf2ef609d1a2e1e32e | [] | no_license | soghao/zgyh | https://github.com/soghao/zgyh | df34779708a8d6088b869d0efc6fe1c84e53b7b1 | 09994dda29f44b6c1f7f5c7c0b12f956fc9a42c1 | refs/heads/master | 2021-06-19T07:36:53.910000 | 2017-06-23T14:23:10 | 2017-06-23T14:23:10 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.boc.bocsoft.mobile.bii.bus.loan.model.PsnLOANPayeeAcountCheck;
import com.boc.bocsoft.mobile.bii.common.model.BIIResponse;
import java.util.List;
/**
* Created by lxw4566 on 2016/6/28.
*/
public class PsnLOANPayeeAcountCheckResponse extends BIIResponse<PsnLOANPayeeAcountCheckResult> {
}
| UTF-8 | Java | 305 | java | PsnLOANPayeeAcountCheckResponse.java | Java | [
{
"context": "sponse;\n\nimport java.util.List;\n\n/**\n * Created by lxw4566 on 2016/6/28.\n */\npublic class PsnLOANPayeeAcount",
"end": 186,
"score": 0.9991199374198914,
"start": 179,
"tag": "USERNAME",
"value": "lxw4566"
}
] | null | [] | package com.boc.bocsoft.mobile.bii.bus.loan.model.PsnLOANPayeeAcountCheck;
import com.boc.bocsoft.mobile.bii.common.model.BIIResponse;
import java.util.List;
/**
* Created by lxw4566 on 2016/6/28.
*/
public class PsnLOANPayeeAcountCheckResponse extends BIIResponse<PsnLOANPayeeAcountCheckResult> {
}
| 305 | 0.806557 | 0.770492 | 11 | 26.727272 | 33.352364 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.272727 | false | false | 15 |
db34a38c57e629965643dd78a8d56421c518332c | 7,258,494,765,503 | 808282d7d071fdd272f17a4986f87322feefa282 | /Source/Controller/src/main/java/io/dolittle/moose/controller/model/LabelSelector.java | a9b26febc1c42c19208ae5a4a30b25cf6cbcc7c2 | [
"MIT"
] | permissive | dolittle-platform/Moose | https://github.com/dolittle-platform/Moose | 78f1262b57fe05e273ff3f84036230d59b34e987 | a057e036291cb716b75be8ff1c98c111ba827bd4 | refs/heads/master | 2023-05-06T18:40:09.307000 | 2020-06-15T07:20:58 | 2020-06-15T07:20:58 | 268,812,685 | 0 | 0 | MIT | false | 2021-06-04T21:58:38 | 2020-06-02T13:45:06 | 2020-06-15T07:21:03 | 2021-06-04T21:58:36 | 118 | 0 | 0 | 2 | Java | false | false | // Copyright (c) Dolittle. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
package io.dolittle.moose.controller.model;
import lombok.Data;
@Data
public class LabelSelector {
private String labelKey;
private String labelValue;
pu... | UTF-8 | Java | 400 | java | LabelSelector.java | Java | [
{
"context": "// Copyright (c) Dolittle. All rights reserved.\n// Licensed under the MIT l",
"end": 25,
"score": 0.6186632513999939,
"start": 20,
"tag": "NAME",
"value": "ittle"
}
] | null | [] | // Copyright (c) Dolittle. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
package io.dolittle.moose.controller.model;
import lombok.Data;
@Data
public class LabelSelector {
private String labelKey;
private String labelValue;
pu... | 400 | 0.72 | 0.72 | 17 | 22.529411 | 25.950445 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.294118 | false | false | 15 |
3cb4925c04d0bdcb70f3636e4bcb71176ddfaf95 | 27,839,978,065,682 | 10ff5d8959e49f02646acdf415962b12555e72cd | /src/test/java/pages/AddProjectPage.java | 940f324ab12e091fedb5f3e84ddbf658c344aa28 | [] | no_license | aalbuerner87/tareaCesSelenium | https://github.com/aalbuerner87/tareaCesSelenium | 52d814e91194b2235d5dd02b3709aa6ecc4139be | 0c40dccbe37dfbafec34198d2f51797a16e5e8ea | refs/heads/main | 2023-07-16T11:43:07.987000 | 2021-08-27T12:46:02 | 2021-08-27T12:46:02 | 396,610,052 | 0 | 0 | null | false | 2021-08-25T04:12:59 | 2021-08-16T04:05:00 | 2021-08-24T19:25:56 | 2021-08-25T04:12:58 | 23,818 | 0 | 0 | 0 | HTML | false | false | package pages;
import org.openqa.selenium.By;
import properties.*;
public class AddProjectPage extends BasePage {
SelectorAddProyProperties locator=new SelectorAddProyProperties();
By titulo = locator.getTitulo();
By num = locator.getNum();
By save = locator.getSave();
By category = locator.getCa... | UTF-8 | Java | 1,479 | java | AddProjectPage.java | Java | [] | null | [] | package pages;
import org.openqa.selenium.By;
import properties.*;
public class AddProjectPage extends BasePage {
SelectorAddProyProperties locator=new SelectorAddProyProperties();
By titulo = locator.getTitulo();
By num = locator.getNum();
By save = locator.getSave();
By category = locator.getCa... | 1,479 | 0.610548 | 0.603786 | 65 | 21.753845 | 20.407412 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.569231 | false | false | 15 |
15a7ab27bfc531410233ea58196830b2b9ac2ddf | 31,353,261,326,721 | 5dc5a9a973013e98fbabe51339f9dfd0b90819f3 | /demos/2017-02/ViewsDemos/app/src/main/java/com/example/minkov/viewsdemos/game/colliders/ICollisionDetector.java | 26738c0a858d29a47292c5b8f17e57cd539e30b3 | [
"MIT"
] | permissive | ta-fork/Mobile-Applications-for-Android | https://github.com/ta-fork/Mobile-Applications-for-Android | 5cc04b0072b97a456bb82e25ed6eb0fe8fe0bea1 | 878fe476783a6dc3e9f5482e13b7f377037d9c2c | refs/heads/master | 2020-06-25T04:11:00.861000 | 2017-10-06T14:04:57 | 2017-10-06T14:04:57 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.minkov.viewsdemos.game.colliders;
import com.example.minkov.viewsdemos.game.objects.IShape;
/**
* Created by minkov on 2/22/17.
*/
public interface ICollisionDetector {
boolean areColliding(IShape s1, IShape s2);
boolean areColliding(int x1, int y1, int w1, int h1, int x2, int y2, int w... | UTF-8 | Java | 334 | java | ICollisionDetector.java | Java | [
{
"context": "viewsdemos.game.objects.IShape;\n\n/**\n * Created by minkov on 2/22/17.\n */\n\npublic interface ICollisionDetec",
"end": 138,
"score": 0.9996738433837891,
"start": 132,
"tag": "USERNAME",
"value": "minkov"
}
] | null | [] | package com.example.minkov.viewsdemos.game.colliders;
import com.example.minkov.viewsdemos.game.objects.IShape;
/**
* Created by minkov on 2/22/17.
*/
public interface ICollisionDetector {
boolean areColliding(IShape s1, IShape s2);
boolean areColliding(int x1, int y1, int w1, int h1, int x2, int y2, int w... | 334 | 0.730539 | 0.685629 | 12 | 26.833334 | 28.809238 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 15 |
1121f88df74460ba07343f1dc3800ceae41de460 | 19,404,662,291,587 | 7c4a1403c750ded1dc38689044a2ff1e76d58c78 | /src/main/java/org/techouts/hibernate/client/Client.java | 2644e4fccbf4926b499390bd3b1587b6abeae38a | [] | no_license | somarouthuhema/second | https://github.com/somarouthuhema/second | e96de48c0a251af9b5442e781f8170b9d2bb1218 | acdbb722653ee5d286341296c5cf666d5729e7cb | refs/heads/master | 2020-06-02T23:23:15.216000 | 2019-06-11T09:46:58 | 2019-06-11T09:46:58 | 191,342,203 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.techouts.hibernate.client;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.hibernate.Transaction;
import org.hibernate.cfg.Configuration;
import org.techouts.hibernate.pojos.ChequePayment;
import org.techouts.hibernate.pojos.CreditCard;
public class Client ... | UTF-8 | Java | 1,202 | java | Client.java | Java | [] | null | [] | package org.techouts.hibernate.client;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.hibernate.Transaction;
import org.hibernate.cfg.Configuration;
import org.techouts.hibernate.pojos.ChequePayment;
import org.techouts.hibernate.pojos.CreditCard;
public class Client ... | 1,202 | 0.594842 | 0.578203 | 48 | 23.041666 | 17.649313 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.979167 | false | false | 15 |
c884c09029076bb918ef9e563c753de42d084c4d | 27,779,848,530,113 | ffab2846c669bd4d083f1d3e07d96e73a39c6cda | /ITC/src/Design_Pattern/AbstractFectory/PizzaStore/domain/calms/FrozenCalms.java | c121568615ddb900231cbedf20c9f762d3247cf6 | [] | no_license | AYashchuk/java-training | https://github.com/AYashchuk/java-training | a4b1840009ff957dabd8d34993f0eeb2ee4382e2 | 07242afd048b6ba6516afdfe693f215b079b7aec | refs/heads/master | 2021-05-29T18:45:19.803000 | 2015-12-11T22:20:52 | 2015-12-11T22:20:52 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Design_Pattern.AbstractFectory.PizzaStore.domain.calms;
public class FrozenCalms extends Clams {
}
| UTF-8 | Java | 108 | java | FrozenCalms.java | Java | [] | null | [] | package Design_Pattern.AbstractFectory.PizzaStore.domain.calms;
public class FrozenCalms extends Clams {
}
| 108 | 0.833333 | 0.833333 | 4 | 26 | 26.767517 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 15 |
048f950e5a71d40f12ff26745b4eb7055c544e23 | 15,229,954,033,030 | 979c7e052ee23a37f154590990be3d0c0f8411d7 | /day26/src/main/java/com/springboot/day26/task/PrintTask.java | eed0958d954816b0826e4ac99b358018c51518f7 | [] | no_license | honghhh/springboot | https://github.com/honghhh/springboot | aa52e24970df581270f7117ea409ea00b0697e60 | 718dfcc25dfafe33a3f6e0b65e257796e2b7e317 | refs/heads/master | 2023-06-22T20:10:52.755000 | 2021-12-05T04:43:31 | 2021-12-05T04:43:31 | 174,921,390 | 1 | 0 | null | false | 2023-06-20T18:32:31 | 2019-03-11T03:46:43 | 2021-12-05T04:43:39 | 2023-06-20T18:32:30 | 5,506 | 0 | 0 | 6 | Java | false | false | package com.springboot.day26.task;
import org.springframework.scheduling.annotation.Scheduled;
import org.springframework.stereotype.Component;
import java.util.Date;
/**
* 测试定时器
* @author: huangh
*/
@Component
public class PrintTask {
/**
* 这是一个时间表达式,可以通过简单的配置就能完成各种时间的配置,我们通过CRON表达式几乎可以完成任意的时间搭配,它包含了六或... | UTF-8 | Java | 3,129 | java | PrintTask.java | Java | [
{
"context": "\n\nimport java.util.Date;\n\n/**\n * 测试定时器\n * @author: huangh\n */\n@Component\npublic class PrintTask {\n\n /**\n",
"end": 201,
"score": 0.9991639256477356,
"start": 195,
"tag": "USERNAME",
"value": "huangh"
}
] | null | [] | package com.springboot.day26.task;
import org.springframework.scheduling.annotation.Scheduled;
import org.springframework.stereotype.Component;
import java.util.Date;
/**
* 测试定时器
* @author: huangh
*/
@Component
public class PrintTask {
/**
* 这是一个时间表达式,可以通过简单的配置就能完成各种时间的配置,我们通过CRON表达式几乎可以完成任意的时间搭配,它包含了六或... | 3,129 | 0.590399 | 0.509197 | 73 | 29.534246 | 25.398243 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.273973 | false | false | 15 |
c4a59159ad9d238559080c4431ec4b22219d9680 | 936,302,903,696 | 33ce76f5ca55723f46bd85e4b22258c7b4f3aea9 | /java/com/tShirt/TShirtFinal.java | ec6246430fe0a3ab027cee2436145f88096b837e | [] | no_license | Raguselvaraj/ProjectDemo | https://github.com/Raguselvaraj/ProjectDemo | 8ccd7fab20db0b53f66215fbfba13709666dab62 | 3cb87656ac9efb423357f7bfc9f55ff8e4e3eb9e | refs/heads/master | 2023-02-18T15:59:55.944000 | 2021-01-18T11:27:09 | 2021-01-18T11:27:09 | 330,628,898 | 0 | 0 | null | false | 2021-01-18T11:27:10 | 2021-01-18T10:20:29 | 2021-01-18T11:04:57 | 2021-01-18T11:27:10 | 5,514 | 0 | 0 | 0 | Java | false | false | package com.tShirt;
import org.openqa.selenium.By;
import org.openqa.selenium.WebElement;
import com.base.BaseClass;
public class TShirtFinal extends BaseClass {
public static void main(String[] args) {
launchBrowser("GOOgle");
launchUrl("http://www.tshirtelephant.com/");
BaseClass b=new BaseClass();
TS... | UTF-8 | Java | 1,356 | java | TShirtFinal.java | Java | [] | null | [] | package com.tShirt;
import org.openqa.selenium.By;
import org.openqa.selenium.WebElement;
import com.base.BaseClass;
public class TShirtFinal extends BaseClass {
public static void main(String[] args) {
launchBrowser("GOOgle");
launchUrl("http://www.tshirtelephant.com/");
BaseClass b=new BaseClass();
TS... | 1,356 | 0.74115 | 0.739676 | 46 | 28.47826 | 16.423391 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.152174 | false | false | 15 |
a77d537189b9e45532617c2119152bf44b279ea9 | 936,302,903,141 | d8d796dd8b1a01d59d5eb59841bc791737625271 | /LAMP_OALT/src/main/java/com/lamp/lease/logic/rcv/impl/Rcv0001s02LogicImpl.java | dc6d23d8496ba1d43edce671c0241325b21d3b19 | [] | no_license | weixiumei/project | https://github.com/weixiumei/project | f5ab9ea197bbc8d8def4f62fea21c3b645a1a528 | bea8b8a759ff74bfa0d1790ad70d3766b29065e0 | refs/heads/master | 2017-12-03T17:18:07.714000 | 2017-03-24T10:23:49 | 2017-03-24T10:23:49 | 86,030,911 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lamp.lease.logic.rcv.impl;
import java.math.BigDecimal;
import java.util.ArrayList;
import java.util.Date;
import java.util.HashMap;
import java.util.List;
import java.util.Locale;
import java.util.Map;
import org.apache.poi.ss.usermodel.Workbook;
import org.seasar.framework.util.BigDecimalConversionUtil;... | UTF-8 | Java | 88,979 | java | Rcv0001s02LogicImpl.java | Java | [
{
"context": "cv0001s02Logic;\n\n/**\n * 請求回収一覧Logic\n * \n * @author caiwenhai\n * @version 3.00, 2011/05/16\n */\npublic class Rcv",
"end": 2418,
"score": 0.9993046522140503,
"start": 2409,
"tag": "USERNAME",
"value": "caiwenhai"
},
{
"context": "/\n private static final String ... | null | [] | package com.lamp.lease.logic.rcv.impl;
import java.math.BigDecimal;
import java.util.ArrayList;
import java.util.Date;
import java.util.HashMap;
import java.util.List;
import java.util.Locale;
import java.util.Map;
import org.apache.poi.ss.usermodel.Workbook;
import org.seasar.framework.util.BigDecimalConversionUtil;... | 88,979 | 0.526349 | 0.511951 | 1,913 | 41.40617 | 28.462955 | 160 | false | false | 39 | 0.000481 | 0 | 0 | 81 | 0.000998 | 0.383691 | false | false | 15 |
215958acf1aaa9aeda0c01ff70adfeb88d120c58 | 9,474,697,900,259 | 9ea61352f076df3402de379ffc0718d468ffb2f3 | /src/main/java/com/schizhande/usermanagementsystem/config/UserServiceBeanFactory.java | b8e6279d43923e0ad2ac2e5fade9fa8d37d43161 | [] | no_license | Schizhande/user-management-system | https://github.com/Schizhande/user-management-system | 5a902217d698461851a97422caad8039b4dd9834 | e531e985e9d74304a316cd193c63b273e6fc9ed8 | refs/heads/master | 2022-12-04T23:13:30.504000 | 2020-08-27T06:37:31 | 2020-08-27T06:37:31 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.schizhande.usermanagementsystem.config;
import com.schizhande.usermanagementsystem.dao.*;
import com.schizhande.usermanagementsystem.events.CreateUserListener;
import com.schizhande.usermanagementsystem.notifications.service.EmailService;
import com.schizhande.usermanagementsystem.service.*;
import com.sc... | UTF-8 | Java | 2,752 | java | UserServiceBeanFactory.java | Java | [] | null | [] | package com.schizhande.usermanagementsystem.config;
import com.schizhande.usermanagementsystem.dao.*;
import com.schizhande.usermanagementsystem.events.CreateUserListener;
import com.schizhande.usermanagementsystem.notifications.service.EmailService;
import com.schizhande.usermanagementsystem.service.*;
import com.sc... | 2,752 | 0.768895 | 0.768895 | 68 | 39.470589 | 37.130322 | 128 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.602941 | false | false | 15 |
6fd9b034fea8a11d5232ace937cf4296239efb35 | 15,290,083,634,937 | 10604042af4f4597dc68833b3c90adb75c0c69a4 | /Java/wg-project-dashboard-monitoringPenjualan-file-mapper/src/main/java/id/co/wikagedung/system/projectDashboard/service/MonitoringPenjualanFileMapperService.java | 82fa0286f04e14aa80cb8ce87485bc401fb585e3 | [] | no_license | myyusuf/wgdashboard | https://github.com/myyusuf/wgdashboard | e7d51dee2150250813298216daa6724402403cec | 30ae9dba742fd3bece283abf1569da40df6217f8 | refs/heads/master | 2021-01-10T06:58:12.850000 | 2016-01-03T04:28:31 | 2016-01-03T04:28:31 | 45,313,818 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package id.co.wikagedung.system.projectDashboard.service;
import id.co.wikagedung.system.projectDashboard.model.MonitoringPenjualan;
import java.io.IOException;
import java.util.List;
import org.apache.poi.openxml4j.exceptions.InvalidFormatException;
public interface MonitoringPenjualanFileMapperService {
... | UTF-8 | Java | 438 | java | MonitoringPenjualanFileMapperService.java | Java | [] | null | [] | package id.co.wikagedung.system.projectDashboard.service;
import id.co.wikagedung.system.projectDashboard.model.MonitoringPenjualan;
import java.io.IOException;
import java.util.List;
import org.apache.poi.openxml4j.exceptions.InvalidFormatException;
public interface MonitoringPenjualanFileMapperService {
... | 438 | 0.83105 | 0.828767 | 14 | 29.285715 | 34.822876 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 15 |
86df2c74fbe597eab1c757d69f6eb953abd507a4 | 36,464,272,372,186 | 8082ecef61cacc611aa4f2f0d5c07f4242db35e7 | /src/main/java/com/eEducation/ftn/web/dto/ColloquiumResultDTO.java | 8c07ecf10be7757a367ba3a6f6b58e9ae004ec15 | [] | no_license | lazars14/eEducation | https://github.com/lazars14/eEducation | 006d4f5ad811bfdd36ee5eae45c35dbbc88d154e | adad0fa2d9098adb85eea2df02b8b8e9e88f38d0 | refs/heads/master | 2021-09-18T09:03:06.434000 | 2018-07-12T07:07:52 | 2018-07-12T07:07:52 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.eEducation.ftn.web.dto;
import com.eEducation.ftn.model.ColloquiumResult;
public class ColloquiumResultDTO {
private Long id;
private Float points;
private ColloquiumDTO colloquium;
private StudentDTO student;
private StudentDocumentDTO document;
public ColloquiumResultDTO() {}... | UTF-8 | Java | 1,399 | java | ColloquiumResultDTO.java | Java | [] | null | [] | package com.eEducation.ftn.web.dto;
import com.eEducation.ftn.model.ColloquiumResult;
public class ColloquiumResultDTO {
private Long id;
private Float points;
private ColloquiumDTO colloquium;
private StudentDTO student;
private StudentDocumentDTO document;
public ColloquiumResultDTO() {}... | 1,399 | 0.70336 | 0.70336 | 72 | 18.430555 | 17.946547 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.402778 | false | false | 15 |
bd5b4c4f7e7a1c59846f4d27d007e3bbbc81fe8e | 36,086,315,248,368 | 40dd2c2ba934bcbc611b366cf57762dcb14c48e3 | /RI_Stack/java/src/base/org/cablelabs/impl/manager/system/html/Parser.java | 1ba4223cec5e743b02e60984c046e2f5b6e20a75 | [] | no_license | amirna2/OCAP-RI | https://github.com/amirna2/OCAP-RI | afe0d924dcf057020111406b1d29aa2b3a796e10 | 254f0a8ebaf5b4f09f4a7c8f4961e9596c49ccb7 | refs/heads/master | 2020-03-10T03:22:34.355000 | 2018-04-11T23:08:49 | 2018-04-11T23:08:49 | 129,163,048 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // COPYRIGHT_BEGIN
// DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER
//
// Copyright (C) 2008-2013, Cable Television Laboratories, Inc.
//
// This software is available under multiple licenses:
//
// (1) BSD 2-clause
// Redistribution and use in source and binary forms, with or without modi... | UTF-8 | Java | 26,600 | java | Parser.java | Java | [
{
"context": "et of the HTML5 tokenization rules.\n * \n * @author Spencer Schumann\n * \n */\npublic class Parser\n{\n private final S",
"end": 3068,
"score": 0.9998413920402527,
"start": 3052,
"tag": "NAME",
"value": "Spencer Schumann"
}
] | null | [] | // COPYRIGHT_BEGIN
// DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER
//
// Copyright (C) 2008-2013, Cable Television Laboratories, Inc.
//
// This software is available under multiple licenses:
//
// (1) BSD 2-clause
// Redistribution and use in source and binary forms, with or without modi... | 26,590 | 0.475073 | 0.459659 | 1,004 | 25.492031 | 20.242723 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.464143 | false | false | 15 |
d2fd9a0b34ed23b9e2dd3646748fa30b23688f61 | 35,708,358,139,126 | 8ab9b4653882b67eda89877545c1b2d83af40828 | /customer-site/cs-webapp/src/main/java/com/pentalog/us/service/ProductFeatureService.java | 963f03c3be5674cb814cba7ec29a45940602556f | [] | no_license | pentastagiu/modul_4 | https://github.com/pentastagiu/modul_4 | 610474a557af95037dff275bfb7386089f233f8f | 0ceda9d6489e7e272d098494898147d8abb6016c | refs/heads/master | 2021-01-23T07:03:46.325000 | 2015-07-27T07:35:13 | 2015-07-27T07:35:13 | 37,610,750 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.pentalog.us.service;
import java.util.List;
import java.util.Map;
import com.pentalog.us.model.Product;
import com.pentalog.us.model.ProductFeature;
/**
* The product feature service
* @authors acozma and bpopovici
*
*/
public interface ProductFeatureService {
/**
* Method that get product feat... | UTF-8 | Java | 1,003 | java | ProductFeatureService.java | Java | [
{
"context": "e;\n\n/**\n * The product feature service\n * @authors acozma and bpopovici\n *\n */\npublic interface ProductFeat",
"end": 217,
"score": 0.9993611574172974,
"start": 211,
"tag": "USERNAME",
"value": "acozma"
},
{
"context": "The product feature service\n * @authors aco... | null | [] | package com.pentalog.us.service;
import java.util.List;
import java.util.Map;
import com.pentalog.us.model.Product;
import com.pentalog.us.model.ProductFeature;
/**
* The product feature service
* @authors acozma and bpopovici
*
*/
public interface ProductFeatureService {
/**
* Method that get product feat... | 1,003 | 0.735793 | 0.735793 | 48 | 19.916666 | 20.6507 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.958333 | false | false | 15 |
807c2ce734a7188dfd27d3a73554d116d4e2ccd1 | 35,605,278,920,251 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/9/9_3b3adae15d48b49fcf388182e96577918acc2e32/GenericGraphImplTest/9_3b3adae15d48b49fcf388182e96577918acc2e32_GenericGraphImplTest_t.java | a6eef8eb97083d51e4578b2b82ae713ce991f84c | [] | 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 de.uni_koblenz.jgralabtest.genericimpltest;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertNull;
import static org.junit.Assert.assertTrue;
import static org.junit.Assert.fail;
import java.io.File;
import java.io.IOExcept... | UTF-8 | Java | 39,730 | java | 9_3b3adae15d48b49fcf388182e96577918acc2e32_GenericGraphImplTest_t.java | Java | [] | null | [] | package de.uni_koblenz.jgralabtest.genericimpltest;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertNull;
import static org.junit.Assert.assertTrue;
import static org.junit.Assert.fail;
import java.io.File;
import java.io.IOExcept... | 39,730 | 0.678606 | 0.666826 | 1,104 | 34.986412 | 23.261875 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.513587 | false | false | 15 |
d89e6c45cf7b6321cd51577d68aeea2ed6ee1df4 | 39,187,281,612,769 | 945d2f8da364b6bdbe94b1b66dfbc73984e85874 | /news-consumer/src/main/java/consumer/NewsConsumer.java | 8bdf52625f69e49932029a346ecd3baeba66e3e8 | [] | no_license | robson021/kafka-news-service-demo | https://github.com/robson021/kafka-news-service-demo | b4449b4d4af829a344736ed215e5761d4941c53e | dc5fbad7146f9fb7e4434ff63d51a19f0a438c67 | refs/heads/master | 2020-04-04T03:47:45.801000 | 2018-12-19T22:38:09 | 2018-12-19T22:38:09 | 155,726,259 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package consumer;
import common.config.KafkaProps;
import common.model.News;
import lombok.RequiredArgsConstructor;
import lombok.extern.slf4j.Slf4j;
import org.springframework.kafka.annotation.KafkaListener;
import org.springframework.stereotype.Component;
@Component
@Slf4j
@RequiredArgsConstructor
public class News... | UTF-8 | Java | 568 | java | NewsConsumer.java | Java | [] | null | [] | package consumer;
import common.config.KafkaProps;
import common.model.News;
import lombok.RequiredArgsConstructor;
import lombok.extern.slf4j.Slf4j;
import org.springframework.kafka.annotation.KafkaListener;
import org.springframework.stereotype.Component;
@Component
@Slf4j
@RequiredArgsConstructor
public class News... | 568 | 0.771127 | 0.765845 | 23 | 23.695652 | 19.452137 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.478261 | false | false | 15 |
05b04c5ed41eea990820eaf5fb9eb6d7f6f6ef27 | 35,948,876,305,862 | 175b63d891814e99e34b3490cf407de945c79197 | /src/main/java/br/com/algamoney/controller/CategoriaController.java | 88617be747543262c67d4c6f8496b06b7491700f | [] | no_license | Ailton2/algamoney | https://github.com/Ailton2/algamoney | d0aa3e0cc438fae3002bfe0ca212c5fb1a33eb5d | fa625f2dfc5a836a63cf6778d3b0a4c7d6699c2e | refs/heads/master | 2023-04-29T01:35:44.279000 | 2021-05-19T22:45:33 | 2021-05-19T22:45:33 | 364,414,313 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.algamoney.controller;
import java.util.List;
import java.util.Optional;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.CrossOrigin;
import org.sprin... | UTF-8 | Java | 2,499 | java | CategoriaController.java | Java | [] | null | [] | package br.com.algamoney.controller;
import java.util.List;
import java.util.Optional;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.CrossOrigin;
import org.sprin... | 2,499 | 0.791116 | 0.791116 | 84 | 28.75 | 25.695042 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.452381 | false | false | 15 |
7a04fa1cedb4db21273e77f75e479adfef513df5 | 35,948,876,307,949 | ffdb8da5c5e7e73abb74d999aaa4114744867ffa | /src/collectionmanager/ui/DeleteItem.java | 30033125d7b9d34446c34e73b7d33eacbf667622 | [] | no_license | michalrudzky/CollectionManager | https://github.com/michalrudzky/CollectionManager | f6dfbd0bdc659388ff327d899b4e9c8fc6ee02a8 | aee63c58f88f250e1f39c905094f9cc1559efe0f | refs/heads/master | 2021-05-11T02:08:25.762000 | 2018-03-01T20:57:41 | 2018-03-01T20:57:41 | 115,761,861 | 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 collectionmanager.ui;
import collectionmanager.db.DbOperations;
import collectionmanager.entity.CollectionItem;
import java.ut... | UTF-8 | Java | 8,199 | java | DeleteItem.java | Java | [
{
"context": "for deleting items from the collection.\n * @author michalrudzki\n */\npublic class DeleteItem extends javax.swin",
"end": 477,
"score": 0.8551797866821289,
"start": 468,
"tag": "USERNAME",
"value": "michalrud"
},
{
"context": "ng items from the collection.\n * @author ... | 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 collectionmanager.ui;
import collectionmanager.db.DbOperations;
import collectionmanager.entity.CollectionItem;
import java.ut... | 8,199 | 0.622759 | 0.616051 | 208 | 38.41827 | 33.801216 | 159 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.461538 | false | false | 15 |
3cb8ac5cf7bf20068d259e5150890d73b20998a0 | 26,293,789,811,280 | cd86bcc6f34e03689e1bb14ffc1910fb27f43fb4 | /src/test/java/org/hong/springhello/ListTestBeanTest.java | b5eace0fec5695a1b840866a5436c685622a0b5b | [] | no_license | t-hong/first-spring | https://github.com/t-hong/first-spring | 5420ccebfa1761053f80827df753193b77151f7b | 758f2232a62714a25ee792245543a72497e14ea8 | refs/heads/master | 2018-03-13T23:11:42.808000 | 2016-06-08T15:18:08 | 2016-06-08T15:18:08 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.hong.springhello;
import org.junit.Assert;
import org.junit.Test;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
import static org.junit.Assert.*;
/**
* Created by hong on 16/6/8.
*/
public class ListTestBeanTest {
... | UTF-8 | Java | 655 | java | ListTestBeanTest.java | Java | [
{
"context": "port static org.junit.Assert.*;\n\n/**\n * Created by hong on 16/6/8.\n */\npublic class ListTestBeanTest {\n\n ",
"end": 267,
"score": 0.8349746465682983,
"start": 263,
"tag": "USERNAME",
"value": "hong"
}
] | null | [] | package org.hong.springhello;
import org.junit.Assert;
import org.junit.Test;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
import static org.junit.Assert.*;
/**
* Created by hong on 16/6/8.
*/
public class ListTestBeanTest {
... | 655 | 0.749618 | 0.741985 | 23 | 27.52174 | 27.954729 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.521739 | false | false | 15 |
fb11b66b22ffbf88be9d27c7ae850050ba20c258 | 4,440,996,204,697 | 95506785b19f6be40c543cb8a40f58b539979b08 | /src/main/java/servlets/FiscalizacionesNew.java | 6c380ebacb60357e32ba2f59936c7076bd6bcdb0 | [] | no_license | JoaTorres/PrexTax | https://github.com/JoaTorres/PrexTax | 5aea2bf92077c838ced55fc72c9a31b9e931d7ef | 9382d2fb219f1892370cc41309feaabf07b84ae1 | refs/heads/master | 2020-04-10T02:25:35.474000 | 2019-07-08T21:56:57 | 2019-07-08T21:56:57 | 160,744,058 | 0 | 0 | null | false | 2019-11-13T08:38:35 | 2018-12-06T23:12:02 | 2019-07-24T15:02:45 | 2019-11-13T08:38:33 | 22,262 | 0 | 0 | 1 | Java | false | false | package servlets;
import dao.component.FiscalizacionDAO;
import dao.component.SelectDAO;
import dao.to.FiscalizacionTO;
import dao.to.SelectTO;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
im... | UTF-8 | Java | 12,631 | java | FiscalizacionesNew.java | Java | [] | null | [] | package servlets;
import dao.component.FiscalizacionDAO;
import dao.component.SelectDAO;
import dao.to.FiscalizacionTO;
import dao.to.SelectTO;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
im... | 12,631 | 0.567458 | 0.563816 | 287 | 42.006969 | 29.343334 | 137 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.74216 | false | false | 15 |
ab5ac344f843fcb0123fe7c8a47b397819d55054 | 26,079,041,452,618 | 4a44488c380d18ca86d419d27febb2b2b2d018e9 | /src/main/java/com/voucher/manage/daoModel/TTT/FileRalateParent.java | 3a6f9894110d0ee65a001ec8faeb8809eaeaba81 | [] | no_license | wangjiabc/voucher2 | https://github.com/wangjiabc/voucher2 | ce13f7e98b8a9617e7587cdead25b6aa8f469287 | 7cade816ff0262ecff841931b8aa060940db921c | refs/heads/master | 2022-12-24T19:05:38.075000 | 2020-01-28T05:03:08 | 2020-01-28T05:03:08 | 147,205,885 | 0 | 5 | null | false | 2022-12-16T08:43:24 | 2018-09-03T13:02:56 | 2020-01-28T05:03:11 | 2022-12-16T08:43:21 | 93,471 | 0 | 2 | 58 | HTML | false | false | package com.voucher.manage.daoModel.TTT;
import java.util.Date;
import java.io.Serializable;
import com.voucher.manage.daoSQL.annotations.*;
@DBTable(name="[FileRalateParent]")
public class FileRalateParent implements Serializable{
private static final long serialVersionUID = 1L;
@SQLString(name="GUID")... | UTF-8 | Java | 2,524 | java | FileRalateParent.java | Java | [] | null | [] | package com.voucher.manage.daoModel.TTT;
import java.util.Date;
import java.io.Serializable;
import com.voucher.manage.daoSQL.annotations.*;
@DBTable(name="[FileRalateParent]")
public class FileRalateParent implements Serializable{
private static final long serialVersionUID = 1L;
@SQLString(name="GUID")... | 2,524 | 0.676096 | 0.675697 | 147 | 15.517007 | 14.974515 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.965986 | false | false | 15 |
5f6d2ceb0cb7f76083758b74e1720c2898cc7978 | 8,693,013,809,606 | 92047f5e124a12da106f8f9c04eb74a1f682a5f0 | /app/src/main/java/sakhcomestate/com/sakhcomestateparser/Views/SakhImageView.java | b6fcdcdeebe447765c92ee537b6c0b8204814d3b | [] | no_license | whizzzkey/SakhComEstateParser | https://github.com/whizzzkey/SakhComEstateParser | 03ca883de06246b131ed5c2ddbeecee41a01d2ee | 2900d02c6b54eb05149ccdb94249ad82f4826cc7 | refs/heads/master | 2016-06-03T09:14:27.581000 | 2016-05-31T20:45:12 | 2016-05-31T20:45:12 | 47,080,647 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package sakhcomestate.com.sakhcomestateparser.Views;
import android.content.Context;
import android.content.Intent;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.os.Handler;
import android.util.AttributeSet;
import android.view.LayoutInflater;
import android.view.View;
import an... | UTF-8 | Java | 4,489 | java | SakhImageView.java | Java | [
{
"context": "Util.OnLoadImageFinishListener;\n\n/**\n * Created by Eugene on 06.01.2016.\n */\npublic class SakhImageView ext",
"end": 733,
"score": 0.9134542346000671,
"start": 727,
"tag": "NAME",
"value": "Eugene"
}
] | null | [] | package sakhcomestate.com.sakhcomestateparser.Views;
import android.content.Context;
import android.content.Intent;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.os.Handler;
import android.util.AttributeSet;
import android.view.LayoutInflater;
import android.view.View;
import an... | 4,489 | 0.589886 | 0.586768 | 129 | 33.79845 | 26.661932 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.620155 | false | false | 15 |
f126c6c68cf83e16dee44aac1c391edd9eb34bf1 | 14,276,471,295,097 | 5d324a018ea0ed2a5f8eb41fecae8f7cee0e2a0e | /src/com/sdz/test2/Main.java | 334821b9017e7827169dabbe90f8a3879c5dff59 | [] | no_license | AMRANImohand/Java-OBJ | https://github.com/AMRANImohand/Java-OBJ | 015a665afcdaf7b553b3b5a0b350ad7b9841f417 | 03e282db1008ecc686d0de397bbd5ce79f1626c0 | refs/heads/master | 2022-04-06T22:33:06.501000 | 2020-01-29T20:43:12 | 2020-01-29T20:43:12 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sdz.test2;
import com.sdz.test.A;
import com.sdz.test.B;
public class Main {
public static void main(String[] args){
A a = new A();
B b = new B();
//Aucun problème ici
}
}
| UTF-8 | Java | 208 | java | Main.java | Java | [] | null | [] | package com.sdz.test2;
import com.sdz.test.A;
import com.sdz.test.B;
public class Main {
public static void main(String[] args){
A a = new A();
B b = new B();
//Aucun problème ici
}
}
| 208 | 0.603865 | 0.599034 | 12 | 16.25 | 12.152675 | 42 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.833333 | false | false | 15 |
392ae16b570861bea746bd3fd29a9b5465b37d40 | 10,531,259,831,142 | 73c1bbe6b21e74d7fa30234136bd8485987fae42 | /demo01Log/src/main/java/cn/itcast/bigdata/weblog/clickstream/pageview/vist/ClickStreamVistMain.java | a0dfacd1f57008ceab37eb9264366e22a2cc8ec0 | [] | no_license | jundaodao/clear_data | https://github.com/jundaodao/clear_data | b341802a286f4babbdfe1051302059cf0663627a | 401e0870707567bce7f0fd657c8d4541a8055e88 | refs/heads/master | 2020-04-08T19:23:35.402000 | 2018-11-29T11:17:31 | 2018-11-29T11:17:31 | 159,653,147 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.itcast.bigdata.weblog.clickstream.pageview.vist;
import cn.itcast.bigdata.weblog.mrbean.PageVistBean;
import cn.itcast.bigdata.weblog.mrbean.VistBean;
import cn.itcast.bigdata.weblog.utils.DateUtil;
import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.conf.Configured;
import org.apac... | UTF-8 | Java | 3,391 | java | ClickStreamVistMain.java | Java | [] | null | [] | package cn.itcast.bigdata.weblog.clickstream.pageview.vist;
import cn.itcast.bigdata.weblog.mrbean.PageVistBean;
import cn.itcast.bigdata.weblog.mrbean.VistBean;
import cn.itcast.bigdata.weblog.utils.DateUtil;
import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.conf.Configured;
import org.apac... | 3,391 | 0.660515 | 0.652243 | 73 | 41.054794 | 26.807734 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.69863 | false | false | 15 |
9dfea8174f450aebb470828f940e911f60bd9cbc | 16,003,048,198,911 | dd345cd2aa97a691af73b2da548f4fa21a075ad6 | /Spring/Spring_Rest/RestQ3_AddressInfo/src/main/java/com/priyanka/yadav/AddressController.java | 559bd65ef54c5efd5ec94cd022592fddaddd6f03 | [] | no_license | PiyuY/Priyanka_Yadav_JFSReact_Assignment | https://github.com/PiyuY/Priyanka_Yadav_JFSReact_Assignment | eb842062e1b84954157e799081b1e0cd93653512 | c7fba36677b4e2f10cffcbb0ea74919e302c1198 | refs/heads/master | 2023-09-02T16:27:29.762000 | 2021-11-17T14:29:32 | 2021-11-17T14:29:32 | 419,645,698 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.priyanka.yadav;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RestController;
@RestController
public class AddressController {
@GetMapping("/getAddress/{zip}")
public Address getAd... | UTF-8 | Java | 522 | java | AddressController.java | Java | [] | null | [] | package com.priyanka.yadav;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RestController;
@RestController
public class AddressController {
@GetMapping("/getAddress/{zip}")
public Address getAd... | 522 | 0.733716 | 0.714559 | 21 | 23.857143 | 24.024364 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.904762 | false | false | 15 |
d142fb68758ba922d94a0ed16f6572cd6fd40f90 | 2,765,958,983,641 | 900c9ee707e83d71b3d135a8f0a6d006c4760e62 | /transportSystem/src/main/java/com/transport/system/controller/UserControllers.java | f2caf08c225c115f45c7da442f65a809185ba097 | [] | no_license | artemonLL/transport_system | https://github.com/artemonLL/transport_system | 8ae462d009db6b986cad5eceac895f0a812cf245 | 513d5613e44e2e6d481d66d8ddf62c200c4b1f27 | refs/heads/master | 2021-05-03T15:16:30.384000 | 2018-04-10T06:39:12 | 2018-04-10T06:39:12 | 120,474,096 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.transport.system.controller;
import com.transport.system.dao.UserDao;
import com.transport.system.model.*;
import com.transport.system.service.*;
import com.transport.system.validator.UserValidator;
import org.apache.log4j.Logger;
import org.springframework.beans.factory.annotation.Autowired;
import org.s... | UTF-8 | Java | 5,083 | java | UserControllers.java | Java | [] | null | [] | package com.transport.system.controller;
import com.transport.system.dao.UserDao;
import com.transport.system.model.*;
import com.transport.system.service.*;
import com.transport.system.validator.UserValidator;
import org.apache.log4j.Logger;
import org.springframework.beans.factory.annotation.Autowired;
import org.s... | 5,083 | 0.665552 | 0.664371 | 172 | 28.552326 | 28.802105 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.494186 | false | false | 15 |
7c193239fd5225c2d61cd050584c790d92ad837c | 2,765,958,982,068 | 555c90b51f3214acc462f2599b8e80796ffa8360 | /lims/src/cn/nchu/lims/controller/MDStudentController.java | bbf5a07777ccae7e63eb6b9498596f895661debf | [] | no_license | XIAAMAN/BackstageManageProject | https://github.com/XIAAMAN/BackstageManageProject | 7ae9002135d94e85ed55273544c8ab183d0b679c | 5c27675fb54b60c8b76a8669fd40d74431afdbd8 | refs/heads/master | 2021-08-23T07:20:05.954000 | 2017-12-04T03:12:35 | 2017-12-04T03:12:35 | 112,989,515 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.nchu.lims.controller;
import java.util.List;
import javax.servlet.http.HttpServletRequest;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotat... | GB18030 | Java | 5,679 | java | MDStudentController.java | Java | [] | null | [] | package cn.nchu.lims.controller;
import java.util.List;
import javax.servlet.http.HttpServletRequest;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotat... | 5,679 | 0.753815 | 0.749949 | 148 | 32.209461 | 25.964699 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.168919 | false | false | 15 |
a8ecb2066e7959b7a3a81d3011a0fc6a693ce368 | 33,440,615,397,007 | f2f6f931b0faa0b26023330442dc73608ce562c7 | /src/com/CS151FinalProject/Main/Controls.java | 4cda918067eba958cbc8a803a743ee6a42f38341 | [] | no_license | sgajjar97/CS151-Final-Project | https://github.com/sgajjar97/CS151-Final-Project | bc63a8dbe0c79a61fb92f0318d8ac63cce18559d | f8b4d0baabd41ed3c835ef4b15ad1f1fc3b74d9b | refs/heads/master | 2021-08-09T02:57:15.935000 | 2017-11-12T01:21:18 | 2017-11-12T01:21:18 | 110,391,860 | 0 | 0 | null | true | 2017-11-12T00:33:18 | 2017-11-12T00:33:18 | 2017-11-10T23:13:39 | 2017-11-11T19:54:32 | 31 | 0 | 0 | 0 | null | false | null | package com.CS151FinalProject.Main;
import java.awt.Component;
import java.awt.Dimension;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.util.Random;
import javax.swing.Box;
//import javax.swing.BoxLayout;
import javax.swing.JButton;
import javax.swing.JColorChooser;
import javax... | UTF-8 | Java | 3,855 | java | Controls.java | Java | [] | null | [] | package com.CS151FinalProject.Main;
import java.awt.Component;
import java.awt.Dimension;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.util.Random;
import javax.swing.Box;
//import javax.swing.BoxLayout;
import javax.swing.JButton;
import javax.swing.JColorChooser;
import javax... | 3,855 | 0.710246 | 0.69987 | 201 | 18.179104 | 20.139507 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.60199 | false | false | 15 |
f06e6db0c006328e463ea5132257f880985828eb | 22,436,909,184,078 | 7bc766a329f3c65ec309cd0a543e9f7f1870378a | /app/src/main/java/com/tiomamaster/customizableconverter/data/Repositories.java | 33f4a8008aa9f52e8a9f9395d66ba9185f61038e | [
"MIT"
] | permissive | tiomamaster/CustomizableConverter | https://github.com/tiomamaster/CustomizableConverter | 765c18a49cab4ba6fc8de026a6aa05a9a6a83856 | a6286845fd9601e673b7a2550a0748dfd8d5a96e | refs/heads/master | 2021-11-24T13:39:26.005000 | 2021-10-29T15:40:59 | 2021-10-29T15:40:59 | 85,875,163 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tiomamaster.customizableconverter.data;
import android.content.Context;
import android.support.annotation.NonNull;
public class Repositories {
private static ConvertersRepository convertersRepo = null;
private static SettingsRepository settingsRepo = null;
private Repositories() {}
pub... | UTF-8 | Java | 858 | java | Repositories.java | Java | [] | null | [] | package com.tiomamaster.customizableconverter.data;
import android.content.Context;
import android.support.annotation.NonNull;
public class Repositories {
private static ConvertersRepository convertersRepo = null;
private static SettingsRepository settingsRepo = null;
private Repositories() {}
pub... | 858 | 0.722611 | 0.722611 | 28 | 29.678572 | 28.09811 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.321429 | false | false | 15 |
5b475138474b69a384831a2b4e84c8b510db537d | 8,632,884,299,998 | 6cfc2fd7f43229c0e5b86018efc879b4fd4398fa | /Cart.java | 5bfc238dfa9c6f89c17ee18fb92e638733381507 | [] | no_license | AykaSova/examplemod | https://github.com/AykaSova/examplemod | d773e3e5924bc30fdaf58b3bd4b26e1855265245 | b42bd3c5e37f5e9c69a6b3f2faa248a8126a9579 | refs/heads/master | 2020-03-27T06:00:31.103000 | 2018-08-25T06:31:00 | 2018-08-25T06:31:00 | 146,071,161 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.Forge.Mod1;
import cpw.mods.fml.common.eventhandler.SubscribeEvent;
import net.minecraft.entity.item.EntityMinecart;
import net.minecraftforge.event.entity.minecart.MinecartCollisionEvent;
public class Cart {
@SubscribeEvent
public void explode(MinecartCollisionEvent event)
{
EntityMinecar... | UTF-8 | Java | 442 | java | Cart.java | Java | [] | null | [] | package com.Forge.Mod1;
import cpw.mods.fml.common.eventhandler.SubscribeEvent;
import net.minecraft.entity.item.EntityMinecart;
import net.minecraftforge.event.entity.minecart.MinecartCollisionEvent;
public class Cart {
@SubscribeEvent
public void explode(MinecartCollisionEvent event)
{
EntityMinecar... | 442 | 0.764706 | 0.760181 | 16 | 25.625 | 27.048279 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.3125 | false | false | 15 |
78a6075bf1a92aa337d50b4404efae8bf4300e83 | 33,182,917,372,041 | 11404f4d4c3cfacbe2a5429421b416d1d1721d67 | /src/test/java/searching/IndexEquallingValueTest.java | db24d54f068c43cfc3d85aec1d1b1934f1bec21e | [] | no_license | atiwari0802/ProgrammingInterviews | https://github.com/atiwari0802/ProgrammingInterviews | 3f71106e0e7a119c98efc7aa8bb214cca1ee528b | 336301d9dba0897b7d9c80302bdd89cb9ee53274 | refs/heads/master | 2021-07-04T03:52:48.553000 | 2020-05-18T00:06:42 | 2020-05-18T00:06:42 | 182,350,219 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package searching;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import java.util.Arrays;
import java.util.List;
public class IndexEquallingValueTest {
private IndexEquallingValue indexEquallingValue;
@BeforeEach
public void setup()... | UTF-8 | Java | 635 | java | IndexEquallingValueTest.java | Java | [] | null | [] | package searching;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import java.util.Arrays;
import java.util.List;
public class IndexEquallingValueTest {
private IndexEquallingValue indexEquallingValue;
@BeforeEach
public void setup()... | 635 | 0.711811 | 0.696063 | 27 | 22.518518 | 22.391087 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 15 |
f954d380e9fb703d3b624dc93a495eb5730bbc23 | 12,077,448,079,418 | 712a5e8475b6c9276bd4f8f857be95fdf6f30b9f | /com/facebook/ads/internal/p027l/C0660b.java | f7ac989fdfdba16b462c266d1ba668eca4e6c0a4 | [] | no_license | swapnilsen/OCR_2 | https://github.com/swapnilsen/OCR_2 | b29bd22a51203b4d39c2cc8cb03c50a85a81218f | 1889d208e17e94a55ddeae91336fe92110e1bd2d | refs/heads/master | 2021-01-20T08:46:03.508000 | 2017-05-03T19:50:52 | 2017-05-03T19:50:52 | 90,187,623 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.facebook.ads.internal.p027l;
import android.content.Context;
import com.facebook.ads.internal.C0455a;
import com.facebook.ads.internal.C0536d;
import com.facebook.ads.internal.C0649j;
import com.facebook.ads.internal.p021m.C0675b;
import com.facebook.ads.internal.p021m.C0676c;
import com.facebook.ads.inter... | UTF-8 | Java | 7,626 | java | C0660b.java | Java | [] | null | [] | package com.facebook.ads.internal.p027l;
import android.content.Context;
import com.facebook.ads.internal.C0455a;
import com.facebook.ads.internal.C0536d;
import com.facebook.ads.internal.C0649j;
import com.facebook.ads.internal.p021m.C0675b;
import com.facebook.ads.internal.p021m.C0676c;
import com.facebook.ads.inter... | 7,626 | 0.549567 | 0.38985 | 229 | 32.301311 | 22.446463 | 140 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.541485 | false | false | 15 |
b890e4bb646fde54c777484db290f0d181a697ca | 28,930,899,767,871 | ab49c5b50ff85988b687ac8873792da03e05d758 | /BOJ/1774_우주신과의 교감.java | 9c4e68dd538951443ce3d3709b715dc9f3155a16 | [] | no_license | sys09270883/Algorithms | https://github.com/sys09270883/Algorithms | e105e3d6120e3b9d46d5aed810260cf2c93f6065 | f9e4f8c2a716eebe8e71b7912785deecd34dcc7e | refs/heads/master | 2020-06-21T17:08:04.293000 | 2020-06-21T04:33:38 | 2020-06-21T04:33:38 | 197,510,434 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
https://www.acmicpc.net/problem/1774
[문제]
황선자씨는 우주신과 교감을 할수 있는 채널러 이다.
하지만 우주신은 하나만 있는 것이 아니기때문에 황선자 씨는 매번 여럿의 우주신과 교감하느라 힘이 든다.
이러던 와중에 새로운 우주신들이 황선자씨를 이용하게 되었다.
하지만 위대한 우주신들은 바로 황선자씨와 연결될 필요가 없다.
이미 황선자씨와 혹은 이미 우주신끼리 교감할 수 있는 우주신들이 있기 때문에 새로운 우주신들은 그 우주신들을 거쳐서 황선자 씨와 교감을 할 수 있다.
우주신들과의 교감은 우주신들과 황선자씨 혹은 우주신들 ... | UHC | Java | 4,769 | java | 1774_우주신과의 교감.java | Java | [] | null | [] | /*
https://www.acmicpc.net/problem/1774
[문제]
황선자씨는 우주신과 교감을 할수 있는 채널러 이다.
하지만 우주신은 하나만 있는 것이 아니기때문에 황선자 씨는 매번 여럿의 우주신과 교감하느라 힘이 든다.
이러던 와중에 새로운 우주신들이 황선자씨를 이용하게 되었다.
하지만 위대한 우주신들은 바로 황선자씨와 연결될 필요가 없다.
이미 황선자씨와 혹은 이미 우주신끼리 교감할 수 있는 우주신들이 있기 때문에 새로운 우주신들은 그 우주신들을 거쳐서 황선자 씨와 교감을 할 수 있다.
우주신들과의 교감은 우주신들과 황선자씨 혹은 우주신들 ... | 4,769 | 0.627746 | 0.606982 | 142 | 22.408451 | 24.094051 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.809859 | false | false | 15 |
88e9ba907889e57ca37050c93b09d2c9ec1909f3 | 37,254,546,345,331 | b613f13d6e8c18e0c572abbeab7ff4e27a361f11 | /java-runtime/src/utils/AbstractPageServlet.java | ba92ca93c7442af316c776e72102cefde63b6a5b | [
"Apache-2.0"
] | permissive | webdsl/webdsl | https://github.com/webdsl/webdsl | 5cc4bc14590f8357d6effb58d2cd9a629b0d01f2 | 0499d53abfe18e6d219975627dd344e6fc0dcdee | refs/heads/master | 2023-07-16T07:54:21.902000 | 2023-06-30T07:12:18 | 2023-06-30T07:12:18 | 37,918,550 | 45 | 10 | Apache-2.0 | false | 2023-04-16T15:18:21 | 2015-06-23T12:46:44 | 2022-11-27T14:33:26 | 2023-04-16T15:18:20 | 1,003,273 | 39 | 7 | 27 | Java | false | false | package utils;
import java.io.IOException;
import java.io.PrintWriter;
import java.io.StringWriter;
import java.security.MessageDigest;
import java.security.NoSuchAlgorithmException;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.UUID;
import java.ut... | UTF-8 | Java | 68,876 | java | AbstractPageServlet.java | Java | [
{
"context": "us page cache\n \t\t){\n \t\t\tkey = key + servlet.getSessionManager().getId();\n \t\t\tcache = cacheUserSpecificPages;\n \t\t}",
"end": 19990,
"score": 0.8926440477371216,
"start": 19965,
"tag": "KEY",
"value": "getSessionManager().getId"
}
] | null | [] | package utils;
import java.io.IOException;
import java.io.PrintWriter;
import java.io.StringWriter;
import java.security.MessageDigest;
import java.security.NoSuchAlgorithmException;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.UUID;
import java.ut... | 68,876 | 0.639192 | 0.638045 | 1,780 | 37.694382 | 33.485867 | 224 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.821348 | false | false | 15 |
d2e2b7273e1aac8cfa608177f1c7f615b7938c01 | 36,971,078,502,214 | 7c19b891e5185a1ded983b96f0723b08c5314c44 | /src/main/java/com/appkingdoms/dao/AppEngineKingDao.java | 3f05f1ce9030942baa665d2ddd1681a7ff2d8d9b | [] | no_license | waprin/testingstuff | https://github.com/waprin/testingstuff | db4c81ff23dcbbfdac604d4c757cf2bbf8272083 | 9a714a22a76c02d7eb9e29e2edc29fb5559c0399 | refs/heads/master | 2015-08-05T20:28:31.724000 | 2012-02-21T23:07:31 | 2012-02-21T23:07:31 | 3,508,772 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.appkingdoms.dao;
import com.appkingdoms.entity.King;
import com.appkingdoms.entity.Realm;
import com.appkingdoms.entity.User;
import com.appkingdoms.util.JpaHelper;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Repository;
import javax.persistence.Ent... | UTF-8 | Java | 5,136 | java | AppEngineKingDao.java | Java | [] | null | [] | package com.appkingdoms.dao;
import com.appkingdoms.entity.King;
import com.appkingdoms.entity.Realm;
import com.appkingdoms.entity.User;
import com.appkingdoms.util.JpaHelper;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Repository;
import javax.persistence.Ent... | 5,136 | 0.592095 | 0.590927 | 134 | 37.335819 | 29.776016 | 145 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.455224 | false | false | 15 |
138c5abfbeed037deb21cbfba01ebb1a3cc27080 | 23,330,262,404,212 | c74c2e590b6c6f967aff980ce465713b9e6fb7ef | /game-logic/src/main/java/com/bdoemu/core/network/sendable/SMLoginUserToFieldServer.java | 2e7b25dcbdda03b7d632f2107b4cc4f398c47db0 | [] | no_license | lingfan/bdoemu | https://github.com/lingfan/bdoemu | 812bb0abb219ddfc391adadf68079efa4af43353 | 9c49b29bfc9c5bfe3192b2a7fb1245ed459ef6c1 | refs/heads/master | 2021-01-01T13:10:13.075000 | 2019-12-02T09:23:20 | 2019-12-02T09:23:20 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bdoemu.core.network.sendable;
import com.bdoemu.commons.network.SendByteBuffer;
import com.bdoemu.commons.rmi.model.LoginAccountInfo;
import com.bdoemu.core.configs.NetworkConfig;
import com.bdoemu.core.network.GameClient;
import com.bdoemu.core.network.sendable.utils.WriteCharacterInfo;
import com.bdoemu.... | UTF-8 | Java | 7,502 | java | SMLoginUserToFieldServer.java | Java | [] | null | [] | package com.bdoemu.core.network.sendable;
import com.bdoemu.commons.network.SendByteBuffer;
import com.bdoemu.commons.rmi.model.LoginAccountInfo;
import com.bdoemu.core.configs.NetworkConfig;
import com.bdoemu.core.network.GameClient;
import com.bdoemu.core.network.sendable.utils.WriteCharacterInfo;
import com.bdoemu.... | 7,502 | 0.603306 | 0.595574 | 147 | 50.034012 | 26.428806 | 164 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.92517 | false | false | 15 |
419cbbca6440507052e187bfbfe2773297f36e6f | 34,016,141,032,692 | ba5a7e1bfb4b1a5c5b91dcd525d67365c667c9c3 | /src/main/java/com/microservice/assignment/starbux/exception/StarbuxException.java | aaf4501663336b48df2a3f8149d9ecfa64d8ebc1 | [
"Unlicense"
] | permissive | yeganehparast/microservices | https://github.com/yeganehparast/microservices | e21d46383278cc417588e05f741b56e15998700f | 63a7882e3698e620dac64186013820bfec028b88 | refs/heads/main | 2023-01-15T11:53:21.546000 | 2020-11-23T18:43:39 | 2020-11-23T18:43:39 | 315,145,173 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.microservice.assignment.starbux.exception;
/**
* General Exception class for Starbux application
*/
public class StarbuxException extends RuntimeException {
public StarbuxException(String message) {
super(message);
}
}
| UTF-8 | Java | 253 | java | StarbuxException.java | Java | [] | null | [] | package com.microservice.assignment.starbux.exception;
/**
* General Exception class for Starbux application
*/
public class StarbuxException extends RuntimeException {
public StarbuxException(String message) {
super(message);
}
}
| 253 | 0.73913 | 0.73913 | 11 | 21.818182 | 23.186274 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.181818 | false | false | 15 |
0161e02e6f220e933e3afd320d439f11169f8a56 | 35,691,178,263,304 | 7bd0699b4170e7a6c33930bd5275171a1a31d3ab | /src/main/java/gui/form/base/InputBoxState.java | 7c690068cc7ffea5a58820fb1144d0ef7fbe34fd | [] | no_license | MidasLamb/Classr | https://github.com/MidasLamb/Classr | 3e857a6423662025754fe10e69cc5310c3f20540 | c26887cdaa5df3b882ee40d8a223d84eb57f9aea | refs/heads/master | 2021-03-19T14:50:15.072000 | 2017-05-25T15:57:18 | 2017-05-25T15:57:18 | 82,708,493 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package gui.form.base;
import gui.inputHandlers.Typable;
import gui.inputHandlers.clicks.MouseClick;
/**
* Indicates the state of an InputBox.
*/
public abstract class InputBoxState extends State implements Typable {
/**
* Actions executed when clicked on this InputBox
*
* @param click
* ... | UTF-8 | Java | 425 | java | InputBoxState.java | Java | [] | null | [] | package gui.form.base;
import gui.inputHandlers.Typable;
import gui.inputHandlers.clicks.MouseClick;
/**
* Indicates the state of an InputBox.
*/
public abstract class InputBoxState extends State implements Typable {
/**
* Actions executed when clicked on this InputBox
*
* @param click
* ... | 425 | 0.696471 | 0.696471 | 18 | 21.611111 | 22.499725 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.611111 | false | false | 15 |
94700ade55a585d1fdfbfb564f3eb30f6df84c32 | 35,270,271,474,510 | 99953f96dad85f3c9363599825940db69e184603 | /src/main/java/hu/i42/simondavid/betterhardcore/items/ItemCampfire.java | ddf6822eb3e4b074c65a5cab344031e057e8f3eb | [] | no_license | david-simon/BetterHardcore | https://github.com/david-simon/BetterHardcore | 108c235ba5829bb2219b6f4994ddc2ac6579056e | f527d4f2d017b68dce6ec53414d951d8e2d33568 | refs/heads/master | 2017-12-06T22:31:03.368000 | 2017-01-31T18:07:00 | 2017-01-31T18:07:00 | 79,812,945 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package hu.i42.simondavid.betterhardcore.items;
import net.minecraft.block.Block;
import net.minecraft.item.ItemBlock;
public class ItemCampfire extends ItemBlock {
public ItemCampfire(Block block) {
super(block);
}
}
| UTF-8 | Java | 236 | java | ItemCampfire.java | Java | [] | null | [] | package hu.i42.simondavid.betterhardcore.items;
import net.minecraft.block.Block;
import net.minecraft.item.ItemBlock;
public class ItemCampfire extends ItemBlock {
public ItemCampfire(Block block) {
super(block);
}
}
| 236 | 0.75 | 0.741525 | 10 | 22.6 | 18.499729 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 15 |
4b2fc26a7177b6e9343bdcea00f6fc78ff58196f | 34,144,990,049,117 | 2673b3095da8a043d9819d5931cf2e166c1616bf | /chapter7/src/main/java/com/packtpub/infinispan/chapter7/InterceptorProgrammaticConfiguration.java | 0439c06c1ade0660e1841064f954d47fc75bfa86 | [
"CC-BY-3.0"
] | permissive | fmarchioni/Infinispan-book | https://github.com/fmarchioni/Infinispan-book | caebcaf40ab8b3f13e5f8b100daecb6a69bd9700 | 8b91f6d7304988a0cfa5c57bd37c6aa67c781c20 | refs/heads/master | 2021-01-16T22:52:56.687000 | 2012-06-19T18:00:07 | 2012-06-19T18:00:07 | 3,155,041 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.packtpub.infinispan.chapter7;
import org.infinispan.configuration.cache.Configuration;
import org.infinispan.configuration.cache.ConfigurationBuilder;
import org.infinispan.configuration.cache.InterceptorConfiguration;
/**
* Code snippet to demonstrate programmatically configuring a custom interceptor.
... | UTF-8 | Java | 709 | java | InterceptorProgrammaticConfiguration.java | Java | [] | null | [] | package com.packtpub.infinispan.chapter7;
import org.infinispan.configuration.cache.Configuration;
import org.infinispan.configuration.cache.ConfigurationBuilder;
import org.infinispan.configuration.cache.InterceptorConfiguration;
/**
* Code snippet to demonstrate programmatically configuring a custom interceptor.
... | 709 | 0.765867 | 0.764457 | 19 | 36.315788 | 26.355968 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.368421 | false | false | 15 |
6c612a8e1592b32732d25aee9cf39ef41148358e | 14,834,817,047,006 | 6c72b9fe32468c6526fa6493e284a8dfedc25b6e | /leetcode/3sum-closest/java/SolutionDP.java | eea6217a6fb0ae43a6abd2da61c8fca7b624d6ef | [] | no_license | xxiao23/xiao-puzzle | https://github.com/xxiao23/xiao-puzzle | dd44bd897960261388d30eb0232e52793ef42afb | 623b3a5d9a7dfdc58c9aba6496bf63fab0bebadd | refs/heads/master | 2016-09-06T11:48:14.381000 | 2014-03-17T17:17:40 | 2014-03-17T17:17:40 | 1,697,727 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class SolutionDP {
public ArrayList<ArrayList<Integer>> fourSum(int[] num, int target) {
// sort the numbers
Arrays.sort(num);
// shift every number to become non-negative
int shift = Math.abs(num[0]);
target += 4 * shift;
for (int i : num) {
num[i] += shift;
}
// we need 4 DP tables
// ... | UTF-8 | Java | 2,055 | java | SolutionDP.java | Java | [] | null | [] | public class SolutionDP {
public ArrayList<ArrayList<Integer>> fourSum(int[] num, int target) {
// sort the numbers
Arrays.sort(num);
// shift every number to become non-negative
int shift = Math.abs(num[0]);
target += 4 * shift;
for (int i : num) {
num[i] += shift;
}
// we need 4 DP tables
// ... | 2,055 | 0.552798 | 0.531387 | 75 | 26.413334 | 26.981028 | 156 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.653333 | false | false | 15 |
91ca2b58f059c2ecab162d504bba4e353855aead | 26,534,307,958,662 | d64a9a7c06801eabed66d1b63e75a15d2b950505 | /Mythruna-client/src/main/java/mythruna/client/Avatar.java | c8f4b40f914f0496c4d28b4d799bf2d6692f8575 | [] | no_license | VGAngel/tribrow | https://github.com/VGAngel/tribrow | c7d9db9d860dbedddfc57f945ef82c26cba75586 | c80c4739d7af208a82cb61a120f361ce16cca99a | refs/heads/master | 2020-06-05T08:26:19.616000 | 2015-03-24T20:12:08 | 2015-03-24T20:12:10 | 22,870,463 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package mythruna.client;
import com.jme3.animation.Bone;
import com.jme3.animation.Skeleton;
import com.jme3.animation.SkeletonControl;
import com.jme3.asset.AssetManager;
import com.jme3.collision.Collidable;
import com.jme3.collision.CollisionResults;
import com.jme3.font.BitmapFont;
import com.jme3.font.BitmapText;... | UTF-8 | Java | 8,944 | java | Avatar.java | Java | [] | null | [] | package mythruna.client;
import com.jme3.animation.Bone;
import com.jme3.animation.Skeleton;
import com.jme3.animation.SkeletonControl;
import com.jme3.asset.AssetManager;
import com.jme3.collision.Collidable;
import com.jme3.collision.CollisionResults;
import com.jme3.font.BitmapFont;
import com.jme3.font.BitmapText;... | 8,944 | 0.618851 | 0.605993 | 278 | 31.176258 | 23.43001 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.708633 | false | false | 15 |
e335a6543b8ccaceadaf0a380a2823eb18fdd444 | 33,715,493,278,325 | b61ab43a0596bc9390c3a06e5407650d7d02ed14 | /gmh-service/src/main/java/com/zes/squad/gmh/mapper/ConsumeSaleEmployeeMapper.java | 5c2a8c1a051f802699725c0759eebb0b77d7ac2c | [] | no_license | ZES-BJTU/gmh | https://github.com/ZES-BJTU/gmh | 10e4b164a9853d8989a3e97e2745c93cefaa09b5 | c333b5a33e49b2a66a715d83e1b93c455f8f37d3 | refs/heads/master | 2021-05-10T20:51:51.311000 | 2018-05-13T14:26:00 | 2018-05-13T14:26:00 | 117,359,861 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zes.squad.gmh.mapper;
import java.util.List;
import java.util.Map;
import com.zes.squad.gmh.entity.po.ConsumeSaleEmployeePo;
import com.zes.squad.gmh.entity.union.ConsumeSaleEmployeeUnion;
import com.zes.squad.gmh.entity.union.EmployeeSaleMoney;
public interface ConsumeSaleEmployeeMapper {
... | UTF-8 | Java | 544 | java | ConsumeSaleEmployeeMapper.java | Java | [] | null | [] | package com.zes.squad.gmh.mapper;
import java.util.List;
import java.util.Map;
import com.zes.squad.gmh.entity.po.ConsumeSaleEmployeePo;
import com.zes.squad.gmh.entity.union.ConsumeSaleEmployeeUnion;
import com.zes.squad.gmh.entity.union.EmployeeSaleMoney;
public interface ConsumeSaleEmployeeMapper {
... | 544 | 0.794118 | 0.794118 | 17 | 30 | 29.049654 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.588235 | false | false | 15 |
8fa37edd942df7b771fa70fddae5e9f1f9513c19 | 33,715,493,276,797 | 63d319fbd88e49701d8dcc2919c8f3a6013e90d0 | /Applications/CIM/plugins/es.tid.cim/src/es/tid/cim/impl/ComputerSystemImpl.java | 258b35be9986855e0478eda72bb42e0e06166a2d | [] | no_license | DevBoost/Reuseware | https://github.com/DevBoost/Reuseware | 2e6b3626c0d434bb435fcf688e3a3c570714d980 | 4c2f0170df52f110c77ee8cffd2705af69b66506 | refs/heads/master | 2021-01-19T21:28:13.184000 | 2019-06-09T20:39:41 | 2019-06-09T20:48:34 | 5,324,741 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* <copyright>
* </copyright>
*
* $Id$
*/
package es.tid.cim.impl;
import java.util.Collection;
import org.eclipse.emf.common.notify.Notification;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.InternalEObject;
import org.eclipse.emf... | UTF-8 | Java | 18,601 | java | ComputerSystemImpl.java | Java | [] | null | [] | /**
* <copyright>
* </copyright>
*
* $Id$
*/
package es.tid.cim.impl;
import java.util.Collection;
import org.eclipse.emf.common.notify.Notification;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.InternalEObject;
import org.eclipse.emf... | 18,601 | 0.685447 | 0.685447 | 554 | 31.575811 | 32.155514 | 168 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.873646 | false | false | 15 |
6e734a73dd25b4d2e94e7c775aeb251986e397dd | 33,715,493,276,180 | f0400b6240a08714c0869f1bf0ab2512d6f1581f | /test-complete/src/test/java/com/marklogic/javaclient/TestPatchCardinality.java | 54182bb505f69f6fbcbbe43bbb0e28e163923e74 | [
"Apache-2.0"
] | permissive | jmakeig/java-client-api | https://github.com/jmakeig/java-client-api | 7085d6e96b893c70ba727f7382a33223765fb9fe | df4ba2ded68b893ee50dc453cbf966d9660d9f1c | refs/heads/master | 2021-01-18T10:12:15.259000 | 2014-08-12T16:59:10 | 2014-08-12T16:59:10 | 25,699,198 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.marklogic.javaclient;
import static org.junit.Assert.*;
import java.io.IOException;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.fasterxml.jackson.databind.node.ObjectNode;
import com.marklogic.client.DatabaseClient;
import com.marklogic.client.DatabaseClientFactory;
import com.marklogi... | UTF-8 | Java | 15,632 | java | TestPatchCardinality.java | Java | [] | null | [] | package com.marklogic.javaclient;
import static org.junit.Assert.*;
import java.io.IOException;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.fasterxml.jackson.databind.node.ObjectNode;
import com.marklogic.client.DatabaseClient;
import com.marklogic.client.DatabaseClientFactory;
import com.marklogi... | 15,632 | 0.73292 | 0.725115 | 410 | 37.126831 | 61.850357 | 742 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.756098 | false | false | 15 |
514151727356e820e0577bcb808a92cf02301f9e | 17,136,919,531,510 | ada221311e48a2e8c12fe3f6ce9836bf637cd60b | /kongsupports/src/main/java/com/kong/support/socket/helper/DataParser.java | b29bca4013a057ac96693efa01bde26652919e4a | [] | no_license | PlayBoxjre/common-web | https://github.com/PlayBoxjre/common-web | 806c027eb65ca0e4890e6e43d98f629fa65c3d77 | 1bc04bd5cd766ec5fe90a6643a9677ad8c30450d | refs/heads/master | 2020-03-07T04:40:19.760000 | 2018-06-14T09:34:28 | 2018-06-14T09:34:28 | 127,273,046 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kong.support.socket.helper;
import com.kong.support.exceptions.BaseException;
import com.kong.support.exceptions.socket.DataParserException;
import java.nio.charset.Charset;
/**
* 数据解析器
*/
public interface DataParser {
/**
* 解析数据之前的操作
*/
public void preParse();
/**
* 解析数据
... | UTF-8 | Java | 685 | java | DataParser.java | Java | [] | null | [] | package com.kong.support.socket.helper;
import com.kong.support.exceptions.BaseException;
import com.kong.support.exceptions.socket.DataParserException;
import java.nio.charset.Charset;
/**
* 数据解析器
*/
public interface DataParser {
/**
* 解析数据之前的操作
*/
public void preParse();
/**
* 解析数据
... | 685 | 0.633385 | 0.633385 | 32 | 19.03125 | 21.928127 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3125 | false | false | 15 |
8e2be1b4057a51d4e417105c99183b1c643b76c3 | 9,053,791,072,166 | eb9f655206c43c12b497c667ba56a0d358b6bc3a | /java/java-tests/testData/codeInsight/daemonCodeAnalyzer/quickFix/redundantCollectionOperation/beforeAsListForEachUnused.java | 3fbe78cbc9e5b6574afe1f5f440a7b38227a8be3 | [
"Apache-2.0"
] | permissive | JetBrains/intellij-community | https://github.com/JetBrains/intellij-community | 2ed226e200ecc17c037dcddd4a006de56cd43941 | 05dbd4575d01a213f3f4d69aa4968473f2536142 | refs/heads/master | 2023-09-03T17:06:37.560000 | 2023-09-03T11:51:00 | 2023-09-03T12:12:27 | 2,489,216 | 16,288 | 6,635 | Apache-2.0 | false | 2023-09-12T07:41:58 | 2011-09-30T13:33:05 | 2023-09-12T03:37:30 | 2023-09-12T06:46:46 | 4,523,919 | 15,754 | 4,972 | 237 | null | false | false | // "Unwrap" "false"
import java.util.Arrays;
class Test {
void test(String[] data) {
List<String> list = Arrays.as<caret>List(data);
}
} | UTF-8 | Java | 145 | java | beforeAsListForEachUnused.java | Java | [] | null | [] | // "Unwrap" "false"
import java.util.Arrays;
class Test {
void test(String[] data) {
List<String> list = Arrays.as<caret>List(data);
}
} | 145 | 0.641379 | 0.641379 | 8 | 17.25 | 16.184483 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 15 |
22fa42d43010e5e9bdc87c22754f78af8799790c | 9,053,791,070,204 | 8a4ae1a934e1b662dacbc82f6c9142210171c97a | /Objects/src/bloodlife/system/httputils2service.java | f71214c3d8a8f8b8603d6cd315fa83eb3f262c59 | [] | no_license | richardz14/myproject | https://github.com/richardz14/myproject | 5ca31d10c279b860e421427bae89bbbc1c6dd439 | 4d70939fa902d03ce3e7bec030ed6568c1731ba8 | refs/heads/master | 2021-01-17T11:55:47.582000 | 2017-09-19T17:25:33 | 2017-09-19T17:25:33 | 84,049,747 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package bloodlife.system;
import anywheresoftware.b4a.BA;
import anywheresoftware.b4a.objects.ServiceHelper;
import anywheresoftware.b4a.debug.*;
public class httputils2service extends android.app.Service {
public static class httputils2service_BR extends android.content.BroadcastReceiver {
@Override
public vo... | UTF-8 | Java | 10,793 | java | httputils2service.java | Java | [] | null | [] | package bloodlife.system;
import anywheresoftware.b4a.BA;
import anywheresoftware.b4a.objects.ServiceHelper;
import anywheresoftware.b4a.debug.*;
public class httputils2service extends android.app.Service {
public static class httputils2service_BR extends android.content.BroadcastReceiver {
@Override
public vo... | 10,793 | 0.715371 | 0.702307 | 237 | 44.540085 | 36.127811 | 272 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.78481 | false | false | 15 |
254bc1380080ff87573749e6a98023845aba1ef5 | 16,767,552,359,744 | 86118440c28bbf7e47f2f4ee6991742aaebe9dba | /src/test/java/application/repositories/UserRepositoryTest.java | cb26ac68d3a5f069461aee9c1f9d4d940052cefe | [] | no_license | ErikPereiraAlves/Spring-Boot-Maven-H2-AngularJS-HTML-Users | https://github.com/ErikPereiraAlves/Spring-Boot-Maven-H2-AngularJS-HTML-Users | 26f9fb45151945e7f95ce109c1349b39e19d4990 | 0078923f9af43861f9d66d52d426a7210ebe92e2 | refs/heads/master | 2021-01-24T12:19:43.210000 | 2018-02-27T14:00:52 | 2018-02-27T14:00:52 | 123,131,041 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package application.repositories;
import com.erikalves.application.model.User;
import com.erikalves.application.repositories.UserRepository;
import com.erikalves.application.utils.Util;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.slf4j.Logger;
i... | UTF-8 | Java | 2,804 | java | UserRepositoryTest.java | Java | [
{
"context": "er = new User();\n createdUser.setUserName(\"Erik Alves\");\n\n }\n\n @Test\n public void shouldCreate",
"end": 1002,
"score": 0.9966900944709778,
"start": 992,
"tag": "NAME",
"value": "Erik Alves"
},
{
"context": " createdUser.setUserName(\"Name update... | null | [] | package application.repositories;
import com.erikalves.application.model.User;
import com.erikalves.application.repositories.UserRepository;
import com.erikalves.application.utils.Util;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.slf4j.Logger;
i... | 2,796 | 0.663338 | 0.661912 | 97 | 27.917526 | 25.028919 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.57732 | false | false | 15 |
243498030401d188bc3a3030a35c6a860f798874 | 6,210,522,738,757 | 61234ad4ce9c1a579986116a59423040e580d3c0 | /app/src/seeker/java/com/wecare/android/ui/main/order/OrderFragmentModule.java | f558fb552d32c254787e2f81d3e62fd41de0a0eb | [] | no_license | SS-Muhammad-Ateeq/wecares-android_app-35706a163db3 | https://github.com/SS-Muhammad-Ateeq/wecares-android_app-35706a163db3 | 7f8f35ca57d75ee96694526b880c172a0cd36e9c | 93427c8e6eda267d72c1370b08ed5e114d992fe9 | refs/heads/master | 2023-01-11T13:35:25.515000 | 2020-11-10T22:20:38 | 2020-11-10T22:20:38 | 311,798,467 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.wecare.android.ui.main.order;
import dagger.Module;
import dagger.Provides;
@Module
public class OrderFragmentModule {
@Provides
OrderPagerAdapter provideOrderPagerAdapter(OrderFragment fragment) {
return new OrderPagerAdapter(fragment.getChildFragmentManager(), fragment.getBaseActivity()... | UTF-8 | Java | 332 | java | OrderFragmentModule.java | Java | [] | null | [] | package com.wecare.android.ui.main.order;
import dagger.Module;
import dagger.Provides;
@Module
public class OrderFragmentModule {
@Provides
OrderPagerAdapter provideOrderPagerAdapter(OrderFragment fragment) {
return new OrderPagerAdapter(fragment.getChildFragmentManager(), fragment.getBaseActivity()... | 332 | 0.777108 | 0.777108 | 14 | 22.714285 | 29.535521 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.357143 | false | false | 15 |
0f55808d35523afcfaa7c3ed85354e3e6ffec6e2 | 10,591,389,408,477 | e44abd8bbc2d245db14099bf0406bb021cecad26 | /Temp2/app/src/main/java/haha/MainActivity.java | 292629d0cd5c4973dbc7d00d9acc50e394ca50c7 | [] | no_license | ymeddmn/Rubbsh | https://github.com/ymeddmn/Rubbsh | 9007e2be6bc43da49ae4faf70f463511ee951c5a | 406207e4e6c521c310b19be49753d36ede29400f | refs/heads/master | 2022-12-07T09:36:01.137000 | 2020-08-23T00:21:36 | 2020-08-23T00:21:36 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package haha;
import android.content.pm.PackageInfo;
import android.content.pm.PackageManager;
import android.os.Build;
import android.support.annotation.RequiresApi;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.util.Log;
import com.example.haha.R;
import java.util.ArrayL... | UTF-8 | Java | 1,175 | java | MainActivity.java | Java | [] | null | [] | package haha;
import android.content.pm.PackageInfo;
import android.content.pm.PackageManager;
import android.os.Build;
import android.support.annotation.RequiresApi;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.util.Log;
import com.example.haha.R;
import java.util.ArrayL... | 1,175 | 0.685073 | 0.681622 | 41 | 27.268293 | 24.063965 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.585366 | false | false | 15 |
c1ad3c460c8fb885a413ae24616ad867396ec81c | 10,591,389,411,727 | a2ebfe0cfcbb2796f96e370850c4eb9801384451 | /ic-search/ic-search-api/src/main/java/com/yt/ic/search/api/SearchIndexService.java | fde897468f29e231cd67205637a4368ca1010674 | [] | no_license | dliang123/search | https://github.com/dliang123/search | 468107b4cdc52887b27c9df41428b53cd48b67eb | 2eeefdc35b95e49f7975eb56db917422f5b90cfc | refs/heads/master | 2021-01-23T14:16:33.131000 | 2017-11-19T12:05:44 | 2017-11-19T12:05:44 | 102,681,489 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yt.ic.search.api;
import com.yt.ic.search.model.Index;
import com.yt.ic.search.model.SearchMode;
import java.io.IOException;
import java.util.List;
/**
* 搜索索引服务
*
*/
public interface SearchIndexService {
/**
* 根据输入范围和词句查询索引,返回结果按照评分高->低排序
* @param scope 索引范围,建立所以时,不同的scope会建立不同的索引
... | UTF-8 | Java | 2,363 | java | SearchIndexService.java | Java | [] | null | [] | package com.yt.ic.search.api;
import com.yt.ic.search.model.Index;
import com.yt.ic.search.model.SearchMode;
import java.io.IOException;
import java.util.List;
/**
* 搜索索引服务
*
*/
public interface SearchIndexService {
/**
* 根据输入范围和词句查询索引,返回结果按照评分高->低排序
* @param scope 索引范围,建立所以时,不同的scope会建立不同的索引
... | 2,363 | 0.650589 | 0.645541 | 65 | 26.446154 | 25.233086 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.369231 | false | false | 15 |
cf79707421ce1648e9b7b95019f239419628dec9 | 28,260,884,847,140 | 3b7b56cbc3aa74e8803327bbf77c57f460eb368c | /jdk12-reference/src/main/java/org/jstlang/domain/definition/step/StringCaseDef.java | b64bd484b668f20ec286a369030e8a0012489551 | [
"MIT"
] | permissive | michelbetancourt/jstl | https://github.com/michelbetancourt/jstl | 66842adfc300b9e69cf99dbb6b023e3f1918d84b | 0b35081ff6a8dff0a958c1caa7d58f13f196443c | refs/heads/master | 2020-06-29T14:35:59.415000 | 2019-11-26T02:48:36 | 2019-11-26T02:48:36 | 200,561,894 | 0 | 1 | MIT | false | 2019-10-10T02:56:32 | 2019-08-05T01:32:37 | 2019-10-06T23:06:59 | 2019-10-10T02:56:32 | 243 | 0 | 1 | 3 | Java | false | false | package org.jstlang.domain.definition.step;
public enum StringCaseDef {
upper, lower;
}
| UTF-8 | Java | 94 | java | StringCaseDef.java | Java | [] | null | [] | package org.jstlang.domain.definition.step;
public enum StringCaseDef {
upper, lower;
}
| 94 | 0.744681 | 0.744681 | 6 | 14.666667 | 16.213848 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 15 |
bb67bbbf9585160278c30fec95f53e1e5e4ada25 | 841,813,654,930 | d8ab248ae5a8afb654bdd3f18e390b1cf3e2c0ca | /MainProject/com/pcmsolutions/device/EMU/E4/SampleClassManager.java | 9a4a6142a57d5b7623c558a4d415a61f08540e76 | [] | no_license | nico75000/zoeos | https://github.com/nico75000/zoeos | e2391f8f13f672e1d1c536cc2299878e38e81ede | a8853f8cf71556693931b3647d30741fa6260b07 | refs/heads/master | 2021-01-01T03:44:21.813000 | 2009-11-05T03:48:22 | 2009-11-05T03:48:22 | 56,063,868 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.pcmsolutions.device.EMU.E4;
import com.pcmsolutions.device.EMU.E4.sample.SampleModel;
import com.pcmsolutions.device.EMU.E4.sample.ReadableSample;
import java.util.ArrayList;
/**
* Created by IntelliJ IDEA.
* User: pmeehan
* Date: 24-May-2003
* Time: 12:13:42
* To change this template ... | UTF-8 | Java | 3,174 | java | SampleClassManager.java | Java | [
{
"context": "st;\r\n\r\n/**\r\n * Created by IntelliJ IDEA.\r\n * User: pmeehan\r\n * Date: 24-May-2003\r\n * Time: 12:13:42\r\n * To c",
"end": 250,
"score": 0.9996597766876221,
"start": 243,
"tag": "USERNAME",
"value": "pmeehan"
}
] | null | [] | package com.pcmsolutions.device.EMU.E4;
import com.pcmsolutions.device.EMU.E4.sample.SampleModel;
import com.pcmsolutions.device.EMU.E4.sample.ReadableSample;
import java.util.ArrayList;
/**
* Created by IntelliJ IDEA.
* User: pmeehan
* Date: 24-May-2003
* Time: 12:13:42
* To change this template ... | 3,174 | 0.594833 | 0.589162 | 93 | 32.129032 | 28.807566 | 150 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.55914 | false | false | 15 |
0d9d3e134947aa066cff282ee550687a4359a895 | 27,788,438,476,172 | 606feacf003e5299617db6596cdce2417df2b768 | /VallaHackathon/app/src/main/java/com/obturecode/vallahackathon/domain/GetInfoPhoto.java | a7348a2027f23377b3ce831911ecd2676524564b | [] | no_license | migueltg/arquitecture-example | https://github.com/migueltg/arquitecture-example | 69af835213580f72f283bfbb32992c5ad26ec6d2 | 8952c5cdf3e56601f1f68ac0284ba3526e074073 | refs/heads/master | 2020-12-01T01:14:18.468000 | 2015-03-04T17:05:09 | 2015-03-04T17:05:09 | 31,678,297 | 2 | 0 | null | true | 2015-03-04T20:27:57 | 2015-03-04T20:27:55 | 2015-03-04T20:27:56 | 2015-03-04T17:05:09 | 0 | 0 | 0 | 0 | Java | null | null | package com.obturecode.vallahackathon.domain;
import com.obturecode.vallahackathon.data.error.ApiError;
import com.obturecode.vallahackathon.data.error.ParserError;
import com.obturecode.vallahackathon.data.error.ResponseError;
import com.obturecode.vallahackathon.data.getExifPhoto;
import com.obturecode.vallahackatho... | UTF-8 | Java | 2,096 | java | GetInfoPhoto.java | Java | [
{
"context": "n.domain.error.PermissionError;\n\n/**\n * Created by husky on 02/03/15.\n */\npublic class GetInfoPhoto {\n\n ",
"end": 620,
"score": 0.9995329976081848,
"start": 615,
"tag": "USERNAME",
"value": "husky"
}
] | null | [] | package com.obturecode.vallahackathon.domain;
import com.obturecode.vallahackathon.data.error.ApiError;
import com.obturecode.vallahackathon.data.error.ParserError;
import com.obturecode.vallahackathon.data.error.ResponseError;
import com.obturecode.vallahackathon.data.getExifPhoto;
import com.obturecode.vallahackatho... | 2,096 | 0.645038 | 0.642176 | 56 | 36.392857 | 28.173365 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.535714 | false | false | 15 |
b67102511ceac683a800854b0f03b12e58550c24 | 27,797,028,342,770 | 55b577e5a9a942eed0348af956f1369f29844e75 | /jpa/src/main/java/Task1/domain/dto/RoadCellDTO.java | 9ba84be14e82de5a56b1e1aca366c05b5df854c8 | [] | no_license | AnnaAndropova/CarTraffic | https://github.com/AnnaAndropova/CarTraffic | 3242b74421e95ad37b257bb21a10e4c684ce9bf8 | 21a54174536d7ec2e8d0bcf9835ec6bbd234883c | refs/heads/master | 2023-05-09T04:52:46.793000 | 2021-06-04T20:42:54 | 2021-06-04T20:42:54 | 347,173,027 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Task1.domain.dto;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
@Data
@AllArgsConstructor
@NoArgsConstructor
public class RoadCellDTO {
private Integer id;
private Integer car;
private Integer roadId;
public Integer getId() {
return id;
}
... | UTF-8 | Java | 657 | java | RoadCellDTO.java | Java | [] | null | [] | package Task1.domain.dto;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
@Data
@AllArgsConstructor
@NoArgsConstructor
public class RoadCellDTO {
private Integer id;
private Integer car;
private Integer roadId;
public Integer getId() {
return id;
}
... | 657 | 0.630137 | 0.628615 | 39 | 15.846154 | 13.154971 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 15 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.