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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ecb8262bc575599308db39f3952150aa463915ae | 9,526,237,483,217 | 769dc84e4e51ae9ac1634e4a4e7dd5d44bbe235c | /MyJavaWorkShop11/src/myJava0517/Sample02.java | 6ca7dbea0bdb3b4da191e6bdf70bc5dfb079b713 | [] | no_license | SeraWi/JavaWorkShop_2021 | https://github.com/SeraWi/JavaWorkShop_2021 | 461bac342ac5b1dd47b8f611afae4610fc35878e | aaf679b9fd4ce95725cb820fb95a6c3c638e08f5 | refs/heads/main | 2023-06-08T03:07:40.231000 | 2021-07-04T06:01:18 | 2021-07-04T06:01:18 | 369,404,476 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package myJava0517;
class MyCustomException extends Exception{
MyCustomException(String msg){
super(msg);// 오버로딩된 메소드
}
}
public class Sample02 {
public static void main(String[] args) {
int a = 10;
try {
if(a == 10) {
throw new MyCustomException("[에러] a == 10");
}
}catch(MyCust... | UHC | Java | 412 | java | Sample02.java | Java | [] | null | [] | package myJava0517;
class MyCustomException extends Exception{
MyCustomException(String msg){
super(msg);// 오버로딩된 메소드
}
}
public class Sample02 {
public static void main(String[] args) {
int a = 10;
try {
if(a == 10) {
throw new MyCustomException("[에러] a == 10");
}
}catch(MyCust... | 412 | 0.617347 | 0.586735 | 21 | 16.666666 | 16.178568 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.52381 | false | false | 12 |
561303895fe2c2fe76052af0231679269b8f6e04 | 35,115,652,639,001 | 100204a0b444696dbb54a4a11d3ae4ed304f600e | /ZeroPoint4/Tools/Singularity/src/org/zero0/singularity/SingularityEnvironmentVariableInteger.java | cb416a85451a288921ee8a11d98d9f2b12cae553 | [] | no_license | zero0/zp4 | https://github.com/zero0/zp4 | 5f353ab76185fbd1b705dd66e96d44434f464402 | bf0db133bc3794ae91cee8d9d09f74ad164f6d24 | refs/heads/master | 2021-01-23T04:49:31.749000 | 2017-01-30T05:20:40 | 2017-01-30T05:20:40 | 80,395,863 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.zero0.singularity;
public final class SingularityEnvironmentVariableInteger implements ISingularityEnvironmentVariable< Integer >
{
private Integer value;
public SingularityEnvironmentVariableInteger( int value )
{
this.value = value;
}
@Override
public Integer getValue()
{
ret... | UTF-8 | Java | 426 | java | SingularityEnvironmentVariableInteger.java | Java | [] | null | [] | package org.zero0.singularity;
public final class SingularityEnvironmentVariableInteger implements ISingularityEnvironmentVariable< Integer >
{
private Integer value;
public SingularityEnvironmentVariableInteger( int value )
{
this.value = value;
}
@Override
public Integer getValue()
{
ret... | 426 | 0.711268 | 0.70892 | 24 | 15.75 | 24.490219 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.041667 | false | false | 12 |
cd3f1eb1a8604542befbfb06ac2c65a9c601474f | 38,233,798,870,073 | c954095f3760c0697afd30e175db660b34eed014 | /app/src/main/java/net/xdstar/rememberutil/View/UnitView.java | b53e84b6ab91da0dd25c462b304b9a52227058f7 | [] | no_license | lujianyun06/RememberUtil | https://github.com/lujianyun06/RememberUtil | eaf38ef2f0fe8ffd9ae17b39eb126d1f6bd5e721 | b1240160f0e843ae557e1ce8f25cc3f7975f2534 | refs/heads/master | 2021-01-13T12:38:06.531000 | 2016-11-20T11:13:12 | 2016-11-20T11:13:12 | 72,540,124 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.xdstar.rememberutil.View;
import android.app.AlertDialog;
import android.content.Context;
import android.content.DialogInterface;
import android.os.Build;
import android.support.annotation.RequiresApi;
import android.util.AttributeSet;
import android.view.LayoutInflater;
import android.view.View;
import an... | UTF-8 | Java | 4,540 | java | UnitView.java | Java | [
{
"context": "rememberutil.Util.RememberUtil;\n\n/**\n * Created by ljy on 16/11/1.\n */\n\npublic class UnitView extends Re",
"end": 682,
"score": 0.9996424317359924,
"start": 679,
"tag": "USERNAME",
"value": "ljy"
}
] | null | [] | package net.xdstar.rememberutil.View;
import android.app.AlertDialog;
import android.content.Context;
import android.content.DialogInterface;
import android.os.Build;
import android.support.annotation.RequiresApi;
import android.util.AttributeSet;
import android.view.LayoutInflater;
import android.view.View;
import an... | 4,540 | 0.642825 | 0.641488 | 125 | 34.903999 | 27.69272 | 134 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.768 | false | false | 12 |
ace873f0bdf0e47e643abadcd10c21f1193f5482 | 36,318,243,478,038 | 6e51995fc3c765617b45e00176c83aec4d616d14 | /src/main/java/py/org/icarusdb/commons/util/UriBuilder.java | 400b12f9f30eb3341ea4e6dd0d3fd62a67c20de4 | [] | no_license | mcrose/icarusdb-commons | https://github.com/mcrose/icarusdb-commons | 816289fded42ba747962536ce78bc50d7069d661 | 33fbe6daa47e20717bdf05f6a4af633357e2087c | refs/heads/master | 2016-09-06T16:25:43.344000 | 2016-01-20T17:04:47 | 2016-01-20T17:04:47 | 21,106,233 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Copyright 2014 Roberto Gamarra [icarus] ** ( Betto McRose )
* mcrose@icarusdb.com.py | mcrose.dev@gmail.com
*
* as you wish... at your service ;-P
*
* IcarusDB.com.py
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this fi... | UTF-8 | Java | 3,092 | java | UriBuilder.java | Java | [
{
"context": "/**\n * Copyright 2014 Roberto Gamarra [icarus] ** ( Betto McRose )\n * m",
"end": 37,
"score": 0.9999003410339355,
"start": 22,
"tag": "NAME",
"value": "Roberto Gamarra"
},
{
"context": "**\n * Copyright 2014 Roberto Gamarra [icarus] ** ( Betto McRose ... | null | [] | /**
* Copyright 2014 <NAME> [icarus] ** ( <NAME> )
* <EMAIL> | <EMAIL>
*
* as you wish... at your service ;-P
*
* IcarusDB.com.py
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
... | 3,015 | 0.65718 | 0.654593 | 86 | 34.953487 | 32.319592 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.337209 | false | false | 12 |
176193d0922ec6ba2b84f2c42a5f3605defcb6c2 | 33,028,298,517,713 | a78d195110688b770969071a3c51fa27747db222 | /ShieldRepresentation/src/blazon/shared/shield/Shield.java | 2444bef7004e181380a85400840520893e72fb41 | [] | no_license | daf/blazon-translation | https://github.com/daf/blazon-translation | 48041f0df94b95e0c928814d847f55a1f9d22577 | ce01aedf65ee61ff167f2e9de1ee910665032b1e | refs/heads/master | 2021-01-10T12:43:08.158000 | 2012-03-23T12:42:52 | 2012-03-23T12:42:52 | 54,599,400 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package blazon.shared.shield;
import java.util.List;
import blazon.shared.shield.charges.Charge;
import blazon.shared.shield.diagnostic.ShieldDiagnostic;
public interface Shield {
List<ShieldDiagnostic> getShieldDiagnostics();
void addDiagnostics(List<ShieldDiagnostic> diagnostics);
String getBlazon();
... | UTF-8 | Java | 465 | java | Shield.java | Java | [] | null | [] | package blazon.shared.shield;
import java.util.List;
import blazon.shared.shield.charges.Charge;
import blazon.shared.shield.diagnostic.ShieldDiagnostic;
public interface Shield {
List<ShieldDiagnostic> getShieldDiagnostics();
void addDiagnostics(List<ShieldDiagnostic> diagnostics);
String getBlazon();
... | 465 | 0.778495 | 0.778495 | 16 | 27.0625 | 19.446943 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.125 | false | false | 12 |
92343dbc7231bc1a77b3f01cdde75d2651a7c5b4 | 24,472,723,692,120 | e3c0669648625e5228d1c0697890c1d0642f6fcf | /SummaryTask4/src/ua/nure/rataichuk/SummaryTask4/service/Parser.java | d169e1480e20511f14eab421e0c258d9666b44db | [] | no_license | ivan-rataichuk/training-project | https://github.com/ivan-rataichuk/training-project | 246b47c3cf982087920db031a650e5d83ac73f3a | 696bc6643ddbeef86a19ab499a49d753a63fe5af | refs/heads/master | 2020-05-29T08:54:09.111000 | 2016-09-26T15:29:23 | 2016-09-26T15:29:23 | 69,261,183 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ua.nure.rataichuk.SummaryTask4.service;
import java.util.ArrayList;
import java.util.List;
import java.util.Locale;
import javax.servlet.http.HttpServletRequest;
import org.apache.log4j.Logger;
import ua.nure.rataichuk.SummaryTask4.dao.LocaleDAO;
import ua.nure.rataichuk.SummaryTask4.dao.SubjectDAO;
import ... | UTF-8 | Java | 3,967 | java | Parser.java | Java | [
{
"context": "/**\n * Parse instances from request\n * \n * @author Ivan Rataichuk\n *\n */\npublic class Parser {\n\t\n\tprivate static fi",
"end": 841,
"score": 0.999840497970581,
"start": 827,
"tag": "NAME",
"value": "Ivan Rataichuk"
}
] | null | [] | package ua.nure.rataichuk.SummaryTask4.service;
import java.util.ArrayList;
import java.util.List;
import java.util.Locale;
import javax.servlet.http.HttpServletRequest;
import org.apache.log4j.Logger;
import ua.nure.rataichuk.SummaryTask4.dao.LocaleDAO;
import ua.nure.rataichuk.SummaryTask4.dao.SubjectDAO;
import ... | 3,959 | 0.698009 | 0.694984 | 142 | 26.936619 | 23.763273 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.323944 | false | false | 12 |
64e8aa078aead5a25d94ce3af9ccc577a471fd58 | 18,433,999,687,419 | cac01050b14036370cd12633c251cc6aa0df6f8b | /finalProject/src/main/java/edu/coe/lab/web/SupportController.java | a7122939674bd7cdcb9ba9e7282bfb71ae7d31f6 | [] | no_license | llmm14159/FoodDeliverySystem | https://github.com/llmm14159/FoodDeliverySystem | db889d0453b6302fd6881e7ad6b3db156a395b9b | aa4a5f44fc2a6d1f28de508a5e1e7a936b95acad | refs/heads/master | 2021-01-10T07:35:53.535000 | 2016-02-23T08:06:38 | 2016-02-23T08:06:38 | 52,339,061 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.coe.lab.web;
import java.util.Date;
import java.util.Random;
import javax.annotation.Resource;
import javax.servlet.http.HttpSession;
import org.springframework.stereotype.Controller;
import org.springframework.validation.BindingResult;
import org.springframework.validation.ValidationUtils;
import org.sp... | UTF-8 | Java | 4,998 | java | SupportController.java | Java | [] | null | [] | package edu.coe.lab.web;
import java.util.Date;
import java.util.Random;
import javax.annotation.Resource;
import javax.servlet.http.HttpSession;
import org.springframework.stereotype.Controller;
import org.springframework.validation.BindingResult;
import org.springframework.validation.ValidationUtils;
import org.sp... | 4,998 | 0.736895 | 0.736094 | 162 | 29.851852 | 22.296328 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.290123 | false | false | 12 |
857826e62a6b8f754f71748bdabd636aa3ed2475 | 27,298,812,165,245 | e8c7dea8f2a5273becf9507b6b7a9026f2726009 | /app/src/main/java/id/co/myproject/nicepos/util/TakaranBottomSheet.java | c6daa70881a15314146bfe2fa3533bdf5c6d8612 | [] | no_license | raihanArman/Nice-POS | https://github.com/raihanArman/Nice-POS | 2918e8e7c2eabd819b798fe5f4e63a3a6fb1426f | c8d67e9c36ee028f26b8be2d153ef0c2df1c9924 | refs/heads/master | 2022-11-25T15:32:07.780000 | 2020-07-28T10:48:27 | 2020-07-28T10:48:27 | 283,182,933 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package id.co.myproject.nicepos.util;
import android.app.Dialog;
import android.content.Context;
import android.os.Bundle;
import android.view.View;
import android.widget.ArrayAdapter;
import android.widget.Button;
import android.widget.ImageView;
import android.widget.ListView;
import android.widget.TextView;
import ... | UTF-8 | Java | 4,009 | java | TakaranBottomSheet.java | Java | [
{
"context": "\nimport com.bumptech.glide.Glide;\nimport com.cepheuen.elegantnumberbutton.view.ElegantNumberButton;\nimp",
"end": 395,
"score": 0.5611094236373901,
"start": 392,
"tag": "USERNAME",
"value": "uen"
}
] | null | [] | package id.co.myproject.nicepos.util;
import android.app.Dialog;
import android.content.Context;
import android.os.Bundle;
import android.view.View;
import android.widget.ArrayAdapter;
import android.widget.Button;
import android.widget.ImageView;
import android.widget.ListView;
import android.widget.TextView;
import ... | 4,009 | 0.687952 | 0.686954 | 110 | 35.454544 | 30.175438 | 137 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.663636 | false | false | 12 |
77b91e261d9d18cbacb5d935b2442c94dd25010a | 28,595,892,314,843 | fb763e3aa99344599849abcec92cdb6f4623a288 | /HelloJava/src/day3/ATest.java | ae0e902fe1da8c316db4c3753a555e39c15e0f98 | [] | no_license | yinxuan/learn-computer | https://github.com/yinxuan/learn-computer | 86e0ab5f3b17f7efbf91b596b688f561ebeb2b7f | 2d4c01f180c35449279eca61fd10704c9af97288 | refs/heads/master | 2021-01-19T17:25:05.182000 | 2017-06-14T12:42:33 | 2017-06-14T12:42:33 | 82,453,803 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package day3;
/**
* Created by s on 2017/6/13.
*/
public class ATest{
public static void main(String args[]) {
Sub sub = new Sub( );
System. out .println(sub. x ); // 1
System. out .println(sub. n ); // 2
System. out .println(sub.method1( )); // 3
... | UTF-8 | Java | 1,304 | java | ATest.java | Java | [
{
"context": "package day3;\n\n/**\n * Created by s on 2017/6/13.\n */\npublic class ATest{\n public ",
"end": 34,
"score": 0.9681792259216309,
"start": 33,
"tag": "USERNAME",
"value": "s"
}
] | null | [] | package day3;
/**
* Created by s on 2017/6/13.
*/
public class ATest{
public static void main(String args[]) {
Sub sub = new Sub( );
System. out .println(sub. x ); // 1
System. out .println(sub. n ); // 2
System. out .println(sub.method1( )); // 3
... | 1,304 | 0.447086 | 0.418712 | 44 | 28.613636 | 19.429611 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.522727 | false | false | 12 |
dfa6cf9dc71680a79ef648887373a6c21e2e09f4 | 8,589,934,653,572 | 2ff5063f62e7bcdb1183574c8b2fe9a6a00bd8b9 | /src/main/java/com/fly/learn/algorithm/二叉树/完全二叉树的节点个数.java | d3f3cebbc2e9891890739e71c4ca99793e46365b | [] | no_license | ppj19891020/learn | https://github.com/ppj19891020/learn | 5c1b61811150c09fe56344c3e9be8c3a10ad74b4 | 7d5a8710b5943b93c15c6248e0ed37046bbc1b40 | refs/heads/master | 2022-12-21T20:03:37.542000 | 2021-07-28T06:54:11 | 2021-07-28T06:54:11 | 152,217,559 | 0 | 0 | null | false | 2022-12-16T00:38:54 | 2018-10-09T08:43:17 | 2021-07-28T06:54:23 | 2022-12-16T00:38:51 | 349 | 0 | 0 | 5 | Java | false | false | package com.fly.learn.algorithm.二叉树;
/**
* 给出一个完全二叉树,求出该树的节点个数。
*
* 说明:
*
* 完全二叉树的定义如下:在完全二叉树中,除了最底层节点可能没填满外,其余每层节点数都达到最大值,并且最下面一层的节点都集中在该层最左边的若干位置。若最底层为第 h 层,则该层包含 1~ 2h 个节点。
*
* 示例:
*
* 输入:
* 1
* / \
* 2 3
* / \ /
* 4 5 6
*
* 输出: 6
*
*
* 来源:力扣(LeetCode)
* 链接:https://leetcode-cn.com/... | UTF-8 | Java | 2,355 | java | 完全二叉树的节点个数.java | Java | [
{
"context": "\n * 著作权归领扣网络所有。商业转载请联系官方授权,非商业转载请注明出处。\n * @author: peijiepang\n * @date 2020/11/24\n * @Description:\n */\npublic c",
"end": 415,
"score": 0.9959574937820435,
"start": 405,
"tag": "USERNAME",
"value": "peijiepang"
}
] | null | [] | package com.fly.learn.algorithm.二叉树;
/**
* 给出一个完全二叉树,求出该树的节点个数。
*
* 说明:
*
* 完全二叉树的定义如下:在完全二叉树中,除了最底层节点可能没填满外,其余每层节点数都达到最大值,并且最下面一层的节点都集中在该层最左边的若干位置。若最底层为第 h 层,则该层包含 1~ 2h 个节点。
*
* 示例:
*
* 输入:
* 1
* / \
* 2 3
* / \ /
* 4 5 6
*
* 输出: 6
*
*
* 来源:力扣(LeetCode)
* 链接:https://leetcode-cn.com/... | 2,355 | 0.577049 | 0.560656 | 68 | 21.42647 | 25.222139 | 132 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.161765 | false | false | 12 |
58e29d070c44e3f3ed2e3d2d772f1afa0ea4ce0c | 13,975,823,625,746 | 94e0de34845d15644a01eb036698c7cf665e2967 | /ModeloFrisa/src/main/java/mx/frisa/tic/datos/dto/ingresos/Lineas_FacturaDTO.java | b07f007a337754d06024d96c791747bd5ccc3aeb | [] | no_license | ernestoMartineze/METAL | https://github.com/ernestoMartineze/METAL | acd5df724f6d5f5a86e9999a0c38050728b6c01c | 428f48003647f84e2e7ac1f6711aa72ca8dfadba | refs/heads/master | 2020-04-05T05:11:33.441000 | 2019-01-21T22:45:32 | 2019-01-21T22:45:32 | 156,585,147 | 0 | 0 | null | false | 2019-01-21T22:45:33 | 2018-11-07T17:40:17 | 2019-01-21T21:50:34 | 2019-01-21T22:45:33 | 44,280 | 0 | 0 | 0 | Java | false | 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 mx.frisa.tic.datos.dto.ingresos;
import java.math.BigInteger;
import java.util.Date;
import java.util.List;
/**
*
* @author... | UTF-8 | Java | 581 | java | Lineas_FacturaDTO.java | Java | [
{
"context": "il.Date;\nimport java.util.List;\n\n/**\n *\n * @author Ernesto\n */\npublic class Lineas_FacturaDTO {\n\n private",
"end": 328,
"score": 0.9998394846916199,
"start": 321,
"tag": "NAME",
"value": "Ernesto"
}
] | 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 mx.frisa.tic.datos.dto.ingresos;
import java.math.BigInteger;
import java.util.Date;
import java.util.List;
/**
*
* @author... | 581 | 0.690189 | 0.690189 | 28 | 19.75 | 21.08592 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.357143 | false | false | 12 |
9ef54cdb29fc29e76d3a43df3f919e730f7a834b | 4,990,752,037,948 | 098ec3483b9171510c6d9c3ecd76daeae7d9fded | /src/com/moblong/flipped/feature/ICommand.java | 7282f41e02a18ca3e36f08842b914fae7e04129a | [] | no_license | wordsless/com.moblong.flipped | https://github.com/wordsless/com.moblong.flipped | 314a09c330607ca4e7bc992928b1cf96a70de62e | 4a30dee6d47486e212506b9acd3e4d81ff31eff7 | refs/heads/master | 2021-09-01T05:33:54.577000 | 2017-12-25T04:40:02 | 2017-12-25T04:40:02 | 115,305,088 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.moblong.flipped.feature;
public interface ICommand<T> {
public int exec(final String[] argv, final IResultCallback<T> processor);
}
| UTF-8 | Java | 156 | java | ICommand.java | Java | [] | null | [] | package com.moblong.flipped.feature;
public interface ICommand<T> {
public int exec(final String[] argv, final IResultCallback<T> processor);
}
| 156 | 0.724359 | 0.724359 | 7 | 20.285715 | 26.168215 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.714286 | false | false | 12 |
8fa6f31a7c059a9f28eef0d0072f85589627d1e7 | 11,063,835,755,303 | 4ebff2524d0f88e3e5831cfc6e9769bb77bd0bf9 | /src/main/java/nl/knaw/dans/dccd/model/EntityTreeBuilder.java | ab3b298aa1c6b896dc2a0b0b0c65f566719f919b | [
"Apache-2.0"
] | permissive | DANS-KNAW/dccd-lib | https://github.com/DANS-KNAW/dccd-lib | f17b883d6edf17157744e995ca87d91f7e9e165a | 1cc3c49a30c90d2ffc9a2fc5f7b9ba83d99f4263 | refs/heads/master | 2021-07-05T22:48:16.208000 | 2019-09-04T08:57:39 | 2019-09-04T08:57:39 | 37,195,420 | 0 | 2 | Apache-2.0 | false | 2020-10-13T08:32:47 | 2015-06-10T12:20:43 | 2019-09-04T08:58:24 | 2020-10-13T08:32:46 | 1,961 | 0 | 2 | 3 | Java | false | false | /*******************************************************************************
* Copyright 2015 DANS - Data Archiving and Networked Services
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the Licen... | UTF-8 | Java | 11,552 | java | EntityTreeBuilder.java | Java | [
{
"context": "enents are unmarshalled from the xml\n *\n * @author paulboon\n */\npublic class EntityTreeBuilder {\n\tprivate sta",
"end": 1969,
"score": 0.9941985011100769,
"start": 1961,
"tag": "USERNAME",
"value": "paulboon"
}
] | null | [] | /*******************************************************************************
* Copyright 2015 DANS - Data Archiving and Networked Services
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the Licen... | 11,552 | 0.695464 | 0.692174 | 258 | 43.775192 | 30.606464 | 127 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.213178 | false | false | 12 |
c62c649f9a82bbf541eebfef377727c936f150ea | 32,581,621,967,567 | fff4b1eaeeb1a2c552980c0d9f310bade2f76d32 | /ProjetoFinalLp2/src/projetofinallp2/Protocolo.java | ecdb521e4f64ad29bac58e7ef9006a39e8047ba6 | [] | no_license | FernandoKtatal/LP2-Projeto | https://github.com/FernandoKtatal/LP2-Projeto | 8480fbc647449ae58a2de420d1a0f9efc55b5dfb | 51f0e9fa4a9116854102008a09d07f2e6eb81458 | refs/heads/master | 2021-08-22T14:01:26.557000 | 2017-11-30T11:19:51 | 2017-11-30T11:19:51 | 111,589,286 | 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 projetofinallp2;
import java.util.ArrayList;
/**
*
* @author Kevin e Fernando
*/
public class Protocolo {
public ... | UTF-8 | Java | 1,075 | java | Protocolo.java | Java | [
{
"context": "2;\n\nimport java.util.ArrayList;\n\n/**\n *\n * @author Kevin e Fernando\n */\npublic class Protocolo {\n \n public Arra",
"end": 274,
"score": 0.9058625102043152,
"start": 258,
"tag": "NAME",
"value": "Kevin e Fernando"
}
] | 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 projetofinallp2;
import java.util.ArrayList;
/**
*
* @author <NAME>
*/
public class Protocolo {
public ArrayList ... | 1,065 | 0.583256 | 0.580465 | 44 | 23.431818 | 26.845007 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.340909 | false | false | 12 |
3929bc89b438173223ae72fed0e4b994acc7f31a | 6,408,091,263,356 | aa51125a1ddf389560c93593fb392337f0a77423 | /common/src/main/java/ar/com/zauber/leviathan/common/async/impl/OutputStreamAsyncUriFetcherObserver.java | 6e158582bff57b0ad488b6cc204c82934f1bd146 | [] | no_license | zauberlabs/leviathan | https://github.com/zauberlabs/leviathan | b6d2ee6f61cfe5e35427af7b630c71b7703c4acf | 0289e65c02184221db1929279ce406ea7f8626c9 | refs/heads/master | 2023-08-13T20:53:53.892000 | 2016-07-19T15:24:53 | 2016-07-19T15:24:53 | 1,511,537 | 0 | 1 | null | false | 2013-03-30T14:00:27 | 2011-03-22T14:11:00 | 2013-03-30T14:00:27 | 2013-03-30T14:00:26 | 164 | null | 2 | 0 | Java | null | null | /**
* Copyright (c) 2009-2015 Zauber S.A. <http://zauberlabs.com/>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless requi... | UTF-8 | Java | 4,256 | java | OutputStreamAsyncUriFetcherObserver.java | Java | [
{
"context": "/**\n * Copyright (c) 2009-2015 Zauber S.A. <http://zauberlabs.com/>\n *\n * Licensed ",
"end": 33,
"score": 0.9170576333999634,
"start": 31,
"tag": "NAME",
"value": "Za"
},
{
"context": "/**\n * Muestra el estado de la cola\n * \n * @author Juan F. Codagnone\n * @since... | null | [] | /**
* Copyright (c) 2009-2015 Zauber S.A. <http://zauberlabs.com/>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless requi... | 4,245 | 0.68938 | 0.677867 | 118 | 35.076271 | 25.561213 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.567797 | false | false | 12 |
d8e74988f2d8e03e2bc3e1b7a0f9610cc180b87c | 4,655,744,605,458 | 2bb65b46187e91810c9026befdbc6edef8f60896 | /Beehive/JavaSource/com/sojava/beehive/framework/component/wechat/tqm/service/EvidenceService.java | 5713e0aeb5cb473c8cde16ad3544bf6cb1446ae1 | [] | no_license | yuhuastones/Beehive | https://github.com/yuhuastones/Beehive | a04408c8444f8ab00452223139de9496e569795a | 8cabeaff8496577b9badc468dec68216b0488510 | refs/heads/master | 2021-03-16T15:04:41.072000 | 2020-03-12T18:22:20 | 2020-03-12T18:22:20 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sojava.beehive.framework.component.wechat.tqm.service;
import com.sojava.beehive.framework.component.wechat.bean.CaseHistoryEvidence;
import java.util.List;
import java.util.Map;
public interface EvidenceService {
boolean verifyQRCode(String qrcode) throws Exception;
byte[] getPhoto(int id) ... | UTF-8 | Java | 578 | java | EvidenceService.java | Java | [] | null | [] | package com.sojava.beehive.framework.component.wechat.tqm.service;
import com.sojava.beehive.framework.component.wechat.bean.CaseHistoryEvidence;
import java.util.List;
import java.util.Map;
public interface EvidenceService {
boolean verifyQRCode(String qrcode) throws Exception;
byte[] getPhoto(int id) ... | 578 | 0.797578 | 0.797578 | 15 | 36.533333 | 31.985136 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.133333 | false | false | 12 |
604eaa57721b6160defc043948f6bbe7f82d05f9 | 25,855,703,124,783 | ca222c086b191102840211cb70a5ea82bb455b5d | /Game.java | 38b619108d05a19717aff0880a748a54bd4c441f | [] | no_license | annishao/CS146_DataShuffling | https://github.com/annishao/CS146_DataShuffling | 428f26fd05fcb651eb8c6fa32ebc4a0ea67d73f5 | 29df7eff5d37ed60cf2ae070dd2deecbe93128ad | refs/heads/main | 2023-03-12T11:26:36.662000 | 2021-02-23T06:45:20 | 2021-02-23T06:45:20 | 341,443,852 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cs146F20.shao.project1;
public class Game {
private LinkedList list;
public Game(int n) {
list = new LinkedList();
// Creates a LinkedList with n number of prisoners.
for(int i = 1; i <= n; i++) {
list.insert(i);
}
}
// Starting at the Node in position 1, eliminates every kth
... | UTF-8 | Java | 1,075 | java | Game.java | Java | [] | null | [] | package cs146F20.shao.project1;
public class Game {
private LinkedList list;
public Game(int n) {
list = new LinkedList();
// Creates a LinkedList with n number of prisoners.
for(int i = 1; i <= n; i++) {
list.insert(i);
}
}
// Starting at the Node in position 1, eliminates every kth
... | 1,075 | 0.637209 | 0.626977 | 36 | 27.916666 | 21.535984 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.194444 | false | false | 12 |
d0955eb5850e04637be2302613114975286dfb28 | 9,586,367,012,961 | fd20ea2beff6c3c6a9338ac7f48b7826a74c2dd1 | /app/src/main/java/com/apanda/base/Entity/SuperBean.java | 6a3c4784532eb4036e154cdfbb4a6d6b7d343eb5 | [] | no_license | xiyionxiong/MVP_Base | https://github.com/xiyionxiong/MVP_Base | 81f16249a8608d40a7ded2a86b424f36b0b0f56d | 0b1d44dbe047d56b236fb0bf07c80c80603b5bfd | refs/heads/master | 2021-06-09T08:58:12.058000 | 2016-10-23T09:20:21 | 2016-10-23T09:20:21 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.apanda.base.Entity;
import java.io.Serializable;
import java.util.List;
public class SuperBean<T> implements Serializable{
public String date;
public List<StoryModel> stories;
public T top_stories;
}
| UTF-8 | Java | 227 | java | SuperBean.java | Java | [] | null | [] | package com.apanda.base.Entity;
import java.io.Serializable;
import java.util.List;
public class SuperBean<T> implements Serializable{
public String date;
public List<StoryModel> stories;
public T top_stories;
}
| 227 | 0.753304 | 0.753304 | 11 | 19.636364 | 16.344433 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.545455 | false | false | 12 |
b6c6661430e53294cc37abe32197fd487c75a25d | 6,356,551,617,269 | e05730930a4b8aa2afdcb8e4bd09658e5cd4c97d | /PivotSortedRotatedArray.java | c39b9f70e33310ff8e32c680df1891e086fdc531 | [] | no_license | rohansharma0/PEPLV-1 | https://github.com/rohansharma0/PEPLV-1 | 5d267cca0ff2aa34046f58e5e12ba7ad0cccf83e | ef42e41346ff6e1f539758658207c6974c91a186 | refs/heads/master | 2023-07-03T21:30:20.094000 | 2021-08-14T07:37:41 | 2021-08-14T07:37:41 | 394,027,378 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class PivotSortedRotatedArray {
public static int findPivot(int[] arr) {
int i = 0;
int j = arr.length -1;
while (i < j){
int mid = (i+j) /2 ;
if(arr[mid] < arr[j]){
j = mid;
}else{
i = mid + 1;
}
... | UTF-8 | Java | 361 | java | PivotSortedRotatedArray.java | Java | [] | null | [] | public class PivotSortedRotatedArray {
public static int findPivot(int[] arr) {
int i = 0;
int j = arr.length -1;
while (i < j){
int mid = (i+j) /2 ;
if(arr[mid] < arr[j]){
j = mid;
}else{
i = mid + 1;
}
... | 361 | 0.371191 | 0.360111 | 23 | 14.695652 | 14.363101 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.26087 | false | false | 12 |
38c18a6b95a88610460256813e8fb455f95d889a | 22,342,419,880,589 | b39a3c0895fd9f17d583969ca5c571115dbb6f45 | /src/main/java/org/micoli/minecraft/webInterface/entities/items/SubData.java | a990b2749d1c2dd78d2e1edcb026e5d1195ae613 | [] | no_license | Tr4c3d/minecraft-WebInterface | https://github.com/Tr4c3d/minecraft-WebInterface | 8d5ae14bf1a2f36dc9c0af28b0fa7ecc8298348b | 1cac0ea5893ea10d24adda75dd6f34f8ce548cc8 | refs/heads/master | 2020-12-25T22:36:28.015000 | 2012-06-10T22:50:17 | 2012-06-10T22:50:17 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.micoli.minecraft.webInterface.entities.items;
import java.util.HashMap;
import java.util.List;
import org.bukkit.Material;
import org.bukkit.inventory.Recipe;
/**
* The Class SubData.
*/
public class SubData{
/** The material. */
public Material material;
/** The max stack size. */
public Integ... | UTF-8 | Java | 595 | java | SubData.java | Java | [] | null | [] | package org.micoli.minecraft.webInterface.entities.items;
import java.util.HashMap;
import java.util.List;
import org.bukkit.Material;
import org.bukkit.inventory.Recipe;
/**
* The Class SubData.
*/
public class SubData{
/** The material. */
public Material material;
/** The max stack size. */
public Integ... | 595 | 0.684034 | 0.684034 | 34 | 16.5 | 13.805902 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 12 |
1767c624e81a3800c6c11fd5eb5aec18e785aae1 | 21,534,966,026,852 | 6cc07d02bbf4ecc00760a4701feaf56e7efe5888 | /src/main/java/ua/enver/behavioral/chain/logger/Level.java | b9b77f76d303eeb079f35d35180cb5a026c38156 | [] | no_license | AbseliamovEnver/Patterns | https://github.com/AbseliamovEnver/Patterns | cde40bacdb39e5e31b65f8603e27916af5da58b2 | 65f68ecd6aa87b401a044a8f713bccc6100fc5ea | refs/heads/master | 2020-05-23T17:03:52.594000 | 2019-05-23T20:46:22 | 2019-05-23T20:46:22 | 186,860,383 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ua.enver.behavioral.chain.logger;
/**
* @author Enver on 18.05.2019 20:43.
* @project patterns
*/
public class Level {
public static final int ERROR = 1;
public static final int DEBUG = 2;
public static final int INFO = 3;
}
| UTF-8 | Java | 249 | java | Level.java | Java | [
{
"context": " ua.enver.behavioral.chain.logger;\n\n/**\n * @author Enver on 18.05.2019 20:43.\n * @project patterns\n */\npub",
"end": 63,
"score": 0.9459423422813416,
"start": 58,
"tag": "USERNAME",
"value": "Enver"
}
] | null | [] | package ua.enver.behavioral.chain.logger;
/**
* @author Enver on 18.05.2019 20:43.
* @project patterns
*/
public class Level {
public static final int ERROR = 1;
public static final int DEBUG = 2;
public static final int INFO = 3;
}
| 249 | 0.674699 | 0.614458 | 11 | 21.636364 | 16.449774 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.363636 | false | false | 12 |
ed21ac462c7e4ef435a99b654a81a5265dc38a66 | 13,846,974,587,139 | c2651fbdc235aad6bf73ca670d60d2caf14cb50e | /ui-test/src/main/java/com/oneleo/stockplus/ui/utility/AwtRobot.java | 527337008460513f7035cf9b55883ee2813569b7 | [] | no_license | AdilMollamat/DildarFramework | https://github.com/AdilMollamat/DildarFramework | 62b3af4ec4341d78573a260e199c8356f50b97a9 | 4c95b183b3916a44427e673a18ac7ddf8fa4c76b | refs/heads/master | 2020-04-29T08:42:22.121000 | 2019-03-16T16:24:28 | 2019-03-16T16:24:28 | 175,995,697 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.oneleo.stockplus.ui.utility;
import org.openqa.selenium.Keys;
import org.testng.Assert;
import java.awt.Robot;
import java.awt.event.KeyEvent;
import java.lang.reflect.Field;
public class AwtRobot {
private Robot robot;
private int waitTime = 50;
public AwtRobot() throws Throwable{
r... | UTF-8 | Java | 3,234 | java | AwtRobot.java | Java | [] | null | [] | package com.oneleo.stockplus.ui.utility;
import org.openqa.selenium.Keys;
import org.testng.Assert;
import java.awt.Robot;
import java.awt.event.KeyEvent;
import java.lang.reflect.Field;
public class AwtRobot {
private Robot robot;
private int waitTime = 50;
public AwtRobot() throws Throwable{
r... | 3,234 | 0.525665 | 0.521954 | 125 | 24.872 | 20.370951 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.416 | false | false | 12 |
ab148060e8fb3a8630f29464e7cfd34739635f1e | 13,846,974,585,917 | fc7e1d885919ec83177997989bf2b248bb49e3bc | /app/src/main/java/pl/misztal/bonfire/model/api/model/Stats.java | aa30698fd926a9c96189bb1b75d885cb97a2c9b3 | [] | no_license | k-misztal/mvi-sample-app | https://github.com/k-misztal/mvi-sample-app | 9e78b796f4192f2c565cb82b9176d4e6fca6fbed | b4c71be811dd6592b6d0c45effc316ace7a01ab1 | refs/heads/master | 2021-09-14T17:09:56.114000 | 2018-05-16T12:32:51 | 2018-05-16T12:32:51 | 93,967,683 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pl.misztal.bonfire.model.api.model;
/**
* Created by kmisztal on 11.06.2017.
*
* @author Krzysztof Misztal
*/
public final class Stats {
private final int checkinsCount;
private final int usersCount;
private final int tipCount;
public Stats(int checkinsCount, int usersCount, int tipCount)... | UTF-8 | Java | 890 | java | Stats.java | Java | [
{
"context": "isztal.bonfire.model.api.model;\n\n/**\n * Created by kmisztal on 11.06.2017.\n *\n * @author Krzysztof Misztal\n *",
"end": 71,
"score": 0.9996771216392517,
"start": 63,
"tag": "USERNAME",
"value": "kmisztal"
},
{
"context": "* Created by kmisztal on 11.06.2017.\n *\n ... | null | [] | package pl.misztal.bonfire.model.api.model;
/**
* Created by kmisztal on 11.06.2017.
*
* @author <NAME>
*/
public final class Stats {
private final int checkinsCount;
private final int usersCount;
private final int tipCount;
public Stats(int checkinsCount, int usersCount, int tipCount) {
... | 879 | 0.588764 | 0.579775 | 40 | 21.25 | 17.763374 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 12 |
888674351a72254ca74d440699e4df12121555cc | 31,610,959,310,648 | e68fdd8f6fb4519abd41c5f2077ccb8af99d05ec | /dagger-reflect/integration-tests/src/test/java/com/example/IntegrationTest.java | 7e09438691bb0ee4e748c5b5a371611ae24c12b2 | [
"Apache-2.0"
] | permissive | rharter/SdkSearch | https://github.com/rharter/SdkSearch | 4731486957e2bd6f4865c26a142bb57a097ac1a3 | 0c512f9eddc74113a54d7304369bf11ab4ba0564 | refs/heads/master | 2020-04-18T09:40:57.379000 | 2019-01-24T17:18:57 | 2019-01-24T17:18:57 | 167,442,945 | 1 | 0 | Apache-2.0 | true | 2019-01-24T21:47:05 | 2019-01-24T21:47:04 | 2019-01-24T17:30:15 | 2019-01-24T17:30:13 | 4,237 | 0 | 0 | 0 | null | false | null | package com.example;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.runners.Parameterized;
import org.junit.runners.Parameterized.Parameter;
import org.junit.runners.Parameterized.Parameters;
import static com.google.common.truth.Truth.assertThat;
@RunWith(Parameterized.class)
public final ... | UTF-8 | Java | 1,673 | java | IntegrationTest.java | Java | [] | null | [] | package com.example;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.runners.Parameterized;
import org.junit.runners.Parameterized.Parameter;
import org.junit.runners.Parameterized.Parameters;
import static com.google.common.truth.Truth.assertThat;
@RunWith(Parameterized.class)
public final ... | 1,673 | 0.72624 | 0.724447 | 56 | 28.875 | 25.628571 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 12 |
1c87b0ca1943a47ca7c871a986711b2e5cdf7116 | 25,563,645,347,935 | 383c9e43b11ed90a872b22efc6221f7a539a72c7 | /Chapter3/src/chapter3_3/MainCalShape.java | cf1656995ea82c9b12088cb00a0d98e4930a9cf7 | [] | no_license | BuiTruongMinhTuan/Advanced-Java-Source | https://github.com/BuiTruongMinhTuan/Advanced-Java-Source | d854fa49dfaebdb4fc00ceee209b654f2af1fe27 | f643fb352d0ed800ae2ccbcf90168e9271d66b85 | refs/heads/master | 2020-09-23T07:58:41.711000 | 2016-09-20T08:02:06 | 2016-09-20T08:02:06 | 65,964,289 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package chapter3_3;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
/*
* @author Bui Truong Minh Tuan
* Date : 9/9/2016
* Version : 1.0
*
*/
public class MainCalShape {
public static void main(String[] args) throws IOException{
// TODO code application l... | UTF-8 | Java | 1,066 | java | MainCalShape.java | Java | [
{
"context": ";\nimport java.io.InputStreamReader;\n\n/*\n * @author Bui Truong Minh Tuan\n * Date : 9/9/2016\n * Version : 1.0\n * \n */\npubli",
"end": 150,
"score": 0.9990821480751038,
"start": 130,
"tag": "NAME",
"value": "Bui Truong Minh Tuan"
}
] | null | [] |
package chapter3_3;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
/*
* @author <NAME>
* Date : 9/9/2016
* Version : 1.0
*
*/
public class MainCalShape {
public static void main(String[] args) throws IOException{
// TODO code application logic here
... | 1,052 | 0.621951 | 0.602251 | 32 | 32.28125 | 24.179323 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6875 | false | false | 12 |
4db83d80625008b6b081b585e59688b50d20f0b0 | 24,369,644,444,630 | f9d59f0f269497df3b436ea3c85c8a91925f4336 | /src/main/java/com/prax/framework/util/ServletUtility.java | b2cb4d3fb7f2927a6a8b54bc34453387665c7520 | [] | no_license | huten10/prax | https://github.com/huten10/prax | 0ae7b3385a993e9915c5444e72e7b5e27b2e248c | cd1f83b299d0b7c4f71388fdd42cca440cc75b1a | refs/heads/master | 2021-01-10T20:18:44.556000 | 2014-08-17T04:48:35 | 2014-08-17T04:48:35 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
package com.prax.framework.util;
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.io.OutputStream;
import java.net.URL;
import java.net.URLConnection;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.StringTokenizer;
import javax.servlet.http.HttpServletR... | UTF-8 | Java | 8,330 | java | ServletUtility.java | Java | [
{
"context": "x.servlet.http.HttpServletRequest;\n\n/**\n * @author Huanan\n *\n */\npublic class ServletUtility {\n private st",
"end": 350,
"score": 0.985668420791626,
"start": 344,
"tag": "NAME",
"value": "Huanan"
},
{
"context": "' path of the current web application\n * @auth... | null | [] | /**
*
*/
package com.prax.framework.util;
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.io.OutputStream;
import java.net.URL;
import java.net.URLConnection;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.StringTokenizer;
import javax.servlet.http.HttpServletR... | 8,280 | 0.588595 | 0.583914 | 342 | 23.356726 | 24.360264 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.45614 | false | false | 12 |
3e4bf9ea2258aac77a02d38f9a12cc925d31e8ee | 13,383,118,160,793 | eb326ec208703546caf8bfc24903d2359a49d272 | /app/src/main/java/plannerland/plannerland/SplashActivity.java | d9ad9a9b43586ff4b756d2bb269dd95034e9b307 | [] | no_license | pako10/PlannerFacebook | https://github.com/pako10/PlannerFacebook | 6bfc7ce81f39491101f85a64312382ccab61fe7d | c1cd42b00889dd44e8dc3c5fb420ffd808dfaca3 | refs/heads/master | 2021-01-10T06:04:34.158000 | 2016-02-22T20:14:23 | 2016-02-22T20:14:23 | 52,302,947 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package plannerland.plannerland;
import android.content.Intent;
import android.os.Bundle;
import android.os.CountDownTimer;
import android.support.design.widget.FloatingActionButton;
import android.support.design.widget.Snackbar;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget... | UTF-8 | Java | 1,776 | java | SplashActivity.java | Java | [] | null | [] | package plannerland.plannerland;
import android.content.Intent;
import android.os.Bundle;
import android.os.CountDownTimer;
import android.support.design.widget.FloatingActionButton;
import android.support.design.widget.Snackbar;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget... | 1,776 | 0.636824 | 0.627815 | 58 | 28.586206 | 22.006296 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 12 |
046d54d07f666aa41af378bcba7fc7dd8debdaff | 3,736,621,606,963 | 1387db4169f0b4c2576a3652df8e650c513de57c | /Jeu.java | 02bdbac5d08fb8685676c9e5d25f36066756bb87 | [] | no_license | FrissaDa/LADR | https://github.com/FrissaDa/LADR | 99bfb13b18352fad2f480dd59f02db6fa0c299cd | 4e2f000d244b3c4a80183b94153dcac819a8a6e8 | refs/heads/master | 2022-04-07T21:48:03.515000 | 2020-03-05T07:57:18 | 2020-03-05T07:57:18 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.lang.ProcessBuilder.Redirect.Type;
class Jeu {
int nbJr = 5;
Joueur[] joueurs;
int indiceJoueurCourant;
boolean DernierTour;
int joueursRestantsAJouer;
PiocheCartesWagon pcw = new PiocheCartesWagon();
CarteWagon[] PiocheVisible;
CarteWagon[] DefausseCarteWagon;
public int getJoueursRestantsAJou... | UTF-8 | Java | 5,131 | java | Jeu.java | Java | [] | null | [] | import java.lang.ProcessBuilder.Redirect.Type;
class Jeu {
int nbJr = 5;
Joueur[] joueurs;
int indiceJoueurCourant;
boolean DernierTour;
int joueursRestantsAJouer;
PiocheCartesWagon pcw = new PiocheCartesWagon();
CarteWagon[] PiocheVisible;
CarteWagon[] DefausseCarteWagon;
public int getJoueursRestantsAJou... | 5,131 | 0.687135 | 0.677778 | 224 | 21.90625 | 20.445816 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.21875 | false | false | 12 |
4bcfb8e4cfe97281b94b011f7cf85c745c607655 | 25,563,645,405,498 | 2153652149a8c3fd01ef5fa4a0aecf6b092556aa | /SelectOneRadio/src/main/java/br/inf/ufg/PerfilUsuarioBean.java | 193920136291ee94c58c2fb1d407047314564c10 | [] | no_license | marcellinho94/ComponentesPrimefaces | https://github.com/marcellinho94/ComponentesPrimefaces | 69da39b0180324e7a717d31cdb450ce3e8075e2a | 4cfd5155d0e91f30e02f0bfc851afff4a58b26f3 | refs/heads/master | 2021-12-15T11:04:49.338000 | 2017-08-16T12:30:49 | 2017-08-16T12:30:49 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.inf.ufg;
import java.io.Serializable;
import javax.faces.application.FacesMessage;
import javax.faces.bean.ManagedBean;
import javax.faces.bean.RequestScoped;
import javax.faces.bean.ViewScoped;
import javax.faces.context.FacesContext;
@ManagedBean
@ViewScoped
@RequestScoped
public class PerfilUsuarioBean... | UTF-8 | Java | 1,093 | java | PerfilUsuarioBean.java | Java | [] | null | [] | package br.inf.ufg;
import java.io.Serializable;
import javax.faces.application.FacesMessage;
import javax.faces.bean.ManagedBean;
import javax.faces.bean.RequestScoped;
import javax.faces.bean.ViewScoped;
import javax.faces.context.FacesContext;
@ManagedBean
@ViewScoped
@RequestScoped
public class PerfilUsuarioBean... | 1,093 | 0.709058 | 0.708143 | 59 | 17.525423 | 20.715469 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.135593 | false | false | 12 |
2b0023d304c506b4f798ab77d21b7df5e7a7e774 | 20,057,497,327,274 | 677e06564adaabee0f80318178295dd204dd38ce | /module/refreshloadlayout/src/main/java/com/mly/libs/refreshloadlayout/widget/AbstractEmptyLoadingView.java | b2b1c13e0c6ba9c30fca64bf7a54219d0781557a | [] | no_license | liyongmign/Retrofit-Libs | https://github.com/liyongmign/Retrofit-Libs | cb19a575c7897129e57837588b515d787ef95fe0 | e0df88a989ed670005dc0698288193b926c364ca | refs/heads/master | 2019-07-03T22:30:01.094000 | 2018-09-05T10:31:39 | 2018-09-05T10:31:39 | 123,212,352 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mly.libs.refreshloadlayout.widget;
import android.animation.ValueAnimator;
import android.content.Context;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.util.AttributeSet;
import android.view.MotionEvent;
import com.mly.libs.refreshloadlayout.interfa... | UTF-8 | Java | 2,802 | java | AbstractEmptyLoadingView.java | Java | [
{
"context": "layout.interfaces.IEmptyLoader;\n\n/**\n * Created by lym on 2018/7/9.\n * <p>\n * 页面空加载view\n */\n\npublic abst",
"end": 360,
"score": 0.9995951652526855,
"start": 357,
"tag": "USERNAME",
"value": "lym"
}
] | null | [] | package com.mly.libs.refreshloadlayout.widget;
import android.animation.ValueAnimator;
import android.content.Context;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.util.AttributeSet;
import android.view.MotionEvent;
import com.mly.libs.refreshloadlayout.interfa... | 2,802 | 0.668588 | 0.664265 | 102 | 26.215687 | 25.923578 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.382353 | false | false | 12 |
2b1df9fb5c9631188ba98f55bd80b1ed55f6ad09 | 18,665,927,879,617 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/31/31_e92403c22956b842f5cf9999c2fcf0c3e6ca8b8f/ProposedDocumentData/31_e92403c22956b842f5cf9999c2fcf0c3e6ca8b8f_ProposedDocumentData_s.java | 0354b50cd142ed6095700878ff196e41e15dc9f6 | [] | 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 net.cyklotron.cms.structure.internal;
import static net.cyklotron.cms.documents.DocumentMetadataHelper.cdata;
import static net.cyklotron.cms.documents.DocumentMetadataHelper.doc;
import static net.cyklotron.cms.documents.DocumentMetadataHelper.dom4jToText;
import static net.cyklotron.cms.documents.Docum... | UTF-8 | Java | 43,385 | java | 31_e92403c22956b842f5cf9999c2fcf0c3e6ca8b8f_ProposedDocumentData_s.java | Java | [
{
"context": "his object among thread.\n * </p>\n * \n * @author rafal\n */\n public class ProposedDocumentData\n {\n /",
"end": 2527,
"score": 0.9127852320671082,
"start": 2522,
"tag": "USERNAME",
"value": "rafal"
}
] | null | [] | package net.cyklotron.cms.structure.internal;
import static net.cyklotron.cms.documents.DocumentMetadataHelper.cdata;
import static net.cyklotron.cms.documents.DocumentMetadataHelper.doc;
import static net.cyklotron.cms.documents.DocumentMetadataHelper.dom4jToText;
import static net.cyklotron.cms.documents.Docum... | 43,385 | 0.613737 | 0.612493 | 1,184 | 35.641891 | 31.417419 | 126 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.575169 | false | false | 12 |
5e20d257a9daa0d899fa1a743e7ffe117882fefa | 24,369,644,449,742 | 5fadd8da18aac79fe793f3fbbaa8dafd82c650c2 | /app/src/main/java/com/kolyadko_polovtseva/book_maze/BookActivity.java | 61839fb0be1c59c481fdac59b99e5dcfc8962eaa | [] | no_license | nadya-wh/book-maze-mobile | https://github.com/nadya-wh/book-maze-mobile | 3a282cb78b91dece1086037a2d0311e2349e7153 | 3427ea239a4b5743c62ee0bddf15d6ebbbce5e5f | refs/heads/master | 2020-07-22T02:00:12.220000 | 2016-12-27T17:06:56 | 2016-12-27T17:06:56 | 73,836,964 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kolyadko_polovtseva.book_maze;
import android.content.SharedPreferences;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.os.AsyncTask;
import android.os.Bundle;
import android.support.design.widget.FloatingActionButton;
import android.support.design.widget.Snackbar;
im... | UTF-8 | Java | 4,540 | java | BookActivity.java | Java | [] | null | [] | package com.kolyadko_polovtseva.book_maze;
import android.content.SharedPreferences;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.os.AsyncTask;
import android.os.Bundle;
import android.support.design.widget.FloatingActionButton;
import android.support.design.widget.Snackbar;
im... | 4,540 | 0.670485 | 0.668502 | 126 | 35.031746 | 28.952873 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.611111 | false | false | 12 |
199c494712871e0bd057581d698ec2b7c33a53c0 | 23,484,881,230,644 | de1507c0789e7d727eec8e6b85ee585e06b496c1 | /app/src/main/java/com/mydeviceinfo/MainFragment.java | 33ec0c2af83282e77318c2295910fff2ae45d056 | [] | no_license | dong277/and.d.i | https://github.com/dong277/and.d.i | f95a2944aba4fbbb74c99dc041d7d2aaf37fa252 | 00fec26a668a4073f9db8039491ca1bb9dc08044 | refs/heads/master | 2020-09-26T05:46:59.522000 | 2016-08-30T15:41:12 | 2016-08-30T15:41:12 | 66,954,991 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mydeviceinfo;
import android.app.Activity;
import android.content.Context;
import android.os.Build;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
impo... | UTF-8 | Java | 3,997 | java | MainFragment.java | Java | [] | null | [] | package com.mydeviceinfo;
import android.app.Activity;
import android.content.Context;
import android.os.Build;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
impo... | 3,997 | 0.745809 | 0.744809 | 133 | 29.06015 | 24.209227 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.12782 | false | false | 12 |
7fa9242a246779d08be91cb51ceb428403116bcd | 9,732,395,961,592 | f2b2ffb79676075c2c7e220390c211842100b08e | /src/com/android/gallery3d/app/ViewPagerHelper.java | 3dd615598d98a503a602ddb92da77307394cb442 | [] | no_license | sam1017/TestCode | https://github.com/sam1017/TestCode | b7d6234e700e07807775ff3242808ad78fca424b | bfeb337ecf5c6353749bf91c07d31ab36f62a0f1 | refs/heads/master | 2021-01-12T16:16:42.415000 | 2016-12-28T10:41:42 | 2016-12-28T10:41:42 | 71,976,754 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.android.gallery3d.app;
import com.android.gallery3d.ui.GLView;
import com.android.gallery3d.ui.GLViewPager;
import android.support.v4.view.ViewPager.OnPageChangeListener;
import com.android.gallery3d.common.Utils;
/**
*
*@author Create by liangchangwei
*@data 2016Äê10ÔÂ24ÈÕ --- ÏÂÎç2:26:47
*
*... | WINDOWS-1252 | Java | 1,522 | java | ViewPagerHelper.java | Java | [
{
"context": "llery3d.common.Utils;\n\n/**\n *\n *@author Create by liangchangwei \n *@data 2016Äê10ÔÂ24ÈÕ --- ÏÂÎç2:26:47\n *\n ",
"end": 269,
"score": 0.9995790719985962,
"start": 256,
"tag": "USERNAME",
"value": "liangchangwei"
}
] | null | [] | package com.android.gallery3d.app;
import com.android.gallery3d.ui.GLView;
import com.android.gallery3d.ui.GLViewPager;
import android.support.v4.view.ViewPager.OnPageChangeListener;
import com.android.gallery3d.common.Utils;
/**
*
*@author Create by liangchangwei
*@data 2016Äê10ÔÂ24ÈÕ --- ÏÂÎç2:26:47
*
*... | 1,522 | 0.707672 | 0.694444 | 52 | 28.076923 | 25.049065 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.480769 | false | false | 12 |
11293161edc060265aeb58589d136fc4faad4570 | 29,386,166,250,316 | 47bd26e48dd9341c3d63f466dde5c8ef10afcff9 | /spring-cloud-master1/spring-cloud-master/monitoring-client/src/main/java/com/mbo/example/springconfigclient/domain/ProcessDescriptorList.java | b1c0d98c64243692e738f705a74b72e6da6c5355 | [] | no_license | shilpising/microservices | https://github.com/shilpising/microservices | b07a47caeb70a2375802df20b338b40b7a8ff847 | 58b4ae28857c0afa22edb1a66deb1a6f220d9c83 | refs/heads/master | 2020-03-22T10:55:34.025000 | 2020-03-19T12:31:24 | 2020-03-19T12:31:24 | 139,936,189 | 0 | 0 | null | false | 2020-06-15T21:26:14 | 2018-07-06T05:13:58 | 2020-04-22T13:48:09 | 2020-06-15T21:26:13 | 48,733 | 0 | 0 | 1 | Java | false | false | /**
*
*/
package com.mbo.example.springconfigclient.domain;
import java.io.Serializable;
import java.util.Iterator;
import java.util.LinkedList;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlRootElement;... | UTF-8 | Java | 1,326 | java | ProcessDescriptorList.java | Java | [
{
"context": "objects for the JAX-RS web service.\n * \n * @author Matt Meola %lt;matt.meola@twcable.com%gt;\n * \n */\n@XmlRootEl",
"end": 447,
"score": 0.9998873472213745,
"start": 437,
"tag": "NAME",
"value": "Matt Meola"
},
{
"context": "JAX-RS web service.\n * \n * @author Matt ... | null | [] | /**
*
*/
package com.mbo.example.springconfigclient.domain;
import java.io.Serializable;
import java.util.Iterator;
import java.util.LinkedList;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlRootElement;... | 1,307 | 0.707391 | 0.706636 | 70 | 17.942858 | 23.162708 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.328571 | false | false | 12 |
df517495abbabd3c543b62a5047357fcbe506308 | 3,899,830,364,175 | 85f352e5d5cf29865bf2fdebc2c96697f1b2c667 | /activeweb-testing/src/test/java/app/controllers/RequestParamsControllerSpec.java | 4428a998302c03a1883b671e199f65a326223429 | [
"CDDL-1.0",
"BSD-3-Clause",
"LGPL-2.1-or-later",
"MIT-0",
"LicenseRef-scancode-warranty-disclaimer",
"SAX-PD",
"Apache-2.0",
"BSD-2-Clause",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-mx4j"
] | permissive | jasonsychau/javalite | https://github.com/jasonsychau/javalite | 4048b95da160e645c426bd0259b040ea8e50988b | 23ca6ba0eedf92110f51f3ffd93d9f2b3147033d | refs/heads/master | 2022-11-22T14:52:22.243000 | 2020-07-17T11:23:11 | 2020-07-17T11:23:11 | 280,402,414 | 1 | 0 | Apache-2.0 | true | 2020-07-17T11:02:41 | 2020-07-17T11:02:40 | 2020-07-10T19:15:09 | 2020-07-16T03:08:30 | 23,561 | 0 | 0 | 0 | null | false | false | /*
Copyright 2009-(CURRENT YEAR) Igor Polevoy
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writi... | UTF-8 | Java | 2,105 | java | RequestParamsControllerSpec.java | Java | [
{
"context": "/*\nCopyright 2009-(CURRENT YEAR) Igor Polevoy\n\nLicensed under the Apache License, Version 2.0 (",
"end": 45,
"score": 0.9998717308044434,
"start": 33,
"tag": "NAME",
"value": "Igor Polevoy"
},
{
"context": ".javalite.common.Collections.list;\n\n/**\n * @author Igor P... | null | [] | /*
Copyright 2009-(CURRENT YEAR) <NAME>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, so... | 2,093 | 0.670784 | 0.665083 | 66 | 30.89394 | 29.432062 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.530303 | false | false | 12 |
17a10e72bf3f2e8df04e8ab9f29b1a482b9c1bf1 | 31,353,261,326,762 | da5a557d38d548690180b1274fbe68758b7a6b54 | /app/src/main/java/www/dinesh21395/tk/sta/Newsdb.java | 77c9935fd5f6dad250524bbafb5854a7f1bc5190 | [] | no_license | DineshBabu21/STA | https://github.com/DineshBabu21/STA | 071c661dd55e12b0205e800d5104ab7f75087aec | 2318340be4450341f7696c32135e39f1f81e6f8b | refs/heads/master | 2021-01-17T10:18:57.983000 | 2016-07-25T14:18:10 | 2016-07-25T14:18:10 | 56,431,187 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package www.dinesh21395.tk.sta;
/**
* Created by DineshBabu on 10-04-2016.
*/
public class Newsdb {
private String busno;
private String date;
private String info;
public Newsdb(String busno,String date,String info)
{
this.setBusno(busno);
this.setDate(date);
this.setInfo... | UTF-8 | Java | 732 | java | Newsdb.java | Java | [
{
"context": "package www.dinesh21395.tk.sta;\n\n/**\n * Created by DineshBabu on 10-04-2016.\n */\npublic class Newsdb {\n priv",
"end": 61,
"score": 0.9950621128082275,
"start": 51,
"tag": "NAME",
"value": "DineshBabu"
}
] | null | [] | package www.dinesh21395.tk.sta;
/**
* Created by DineshBabu on 10-04-2016.
*/
public class Newsdb {
private String busno;
private String date;
private String info;
public Newsdb(String busno,String date,String info)
{
this.setBusno(busno);
this.setDate(date);
this.setInfo... | 732 | 0.579235 | 0.561475 | 41 | 16.853659 | 14.72274 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.365854 | false | false | 12 |
053a34ff472c16898b02a3e0d3bd2c079f9e1bb5 | 19,404,662,291,376 | 83d56024094d15f64e07650dd2b606a38d7ec5f1 | /sicc_druida/fuentes/java/CobGuionArgumCabecFormFormatter.java | 7057a427b196befd8ad5dab4640d9144ab8bd20e | [] | no_license | cdiglesias/SICC | https://github.com/cdiglesias/SICC | bdeba6af8f49e8d038ef30b61fcc6371c1083840 | 72fedb14a03cb4a77f62885bec3226dbbed6a5bb | refs/heads/master | 2021-01-19T19:45:14.788000 | 2016-04-07T16:20:51 | 2016-04-07T16:20:51 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
/*
INDRA/CAR/mmg
$Id: CobGuionArgumCabecFormFormatter.java,v 1.1 2009/12/03 18:38:26 pecbazalar Exp $
DESC
*/
import java.util.Vector;
import java.util.Hashtable;
import java.util.Enumeration;
import es.indra.belcorp.mso.*;
import es.indra.druida.DruidaFormatoObjeto;
import es.indra.druida.belcorp.MMGDr... | ISO-8859-10 | Java | 2,524 | java | CobGuionArgumCabecFormFormatter.java | Java | [
{
"context": "os \"CobGuionArgumCabec\" para Druida\n * \n * @author Indra\n */\npublic class CobGuionArgumCabecFormFormatter ",
"end": 545,
"score": 0.9979251623153687,
"start": 540,
"tag": "NAME",
"value": "Indra"
}
] | null | [] |
/*
INDRA/CAR/mmg
$Id: CobGuionArgumCabecFormFormatter.java,v 1.1 2009/12/03 18:38:26 pecbazalar Exp $
DESC
*/
import java.util.Vector;
import java.util.Hashtable;
import java.util.Enumeration;
import es.indra.belcorp.mso.*;
import es.indra.druida.DruidaFormatoObjeto;
import es.indra.druida.belcorp.MMGDr... | 2,524 | 0.740182 | 0.733439 | 76 | 32.157894 | 30.754568 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.065789 | false | false | 12 |
93588d0c646f578780286bf0ec2c3449cb967867 | 30,408,368,494,567 | 27b49ca93f0b8fe95c66515667bfb85d12a59d41 | /GPS/src/java/BEAN/BeanArqueologico.java | 3f53adbc1e58fe6142149feb06f11d9e42cd8eda | [] | no_license | JenniferLemus/GeovivaInnovacion | https://github.com/JenniferLemus/GeovivaInnovacion | e2874bc6324e7257fb181dfebd1813da1d08b94e | 4a5666daad40f353c8bb515532416f68c4271571 | refs/heads/master | 2022-10-13T03:39:05.706000 | 2020-06-01T21:09:37 | 2020-06-01T21:09:37 | 254,946,219 | 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 BEAN;
/**
*
* @author Aprendiz
*/
public class BeanArqueologico {
private String id_arqueologico;
private Strin... | UTF-8 | Java | 3,044 | java | BeanArqueologico.java | Java | [
{
"context": "n the editor.\n */\npackage BEAN;\n\n/**\n *\n * @author Aprendiz\n */\npublic class BeanArqueologico {\n priva",
"end": 226,
"score": 0.9974859356880188,
"start": 218,
"tag": "NAME",
"value": "Aprendiz"
}
] | 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 BEAN;
/**
*
* @author Aprendiz
*/
public class BeanArqueologico {
private String id_arqueologico;
private Strin... | 3,044 | 0.634034 | 0.634034 | 133 | 21.887218 | 25.185524 | 227 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.43609 | false | false | 12 |
7c5a9721591b5459279fbc7c4cde89dbbf786835 | 32,804,960,229,434 | 0b200dc7e662f6ec73f11df8428c682c198a2dcd | /project/Chronos/ChronosDomain/src/main/java/com/chronos/domain/web/KinmuhyoServiceImpl.java | 8235cfbb4ed914c20d40e0d4f289cfce2f15f975 | [] | no_license | Tob1112/seungbeomi | https://github.com/Tob1112/seungbeomi | 45ea004bb1e388ccbe89eeced69da448d9b8d9cd | 845119f6cb5d311bb376bfc9a3e688089a06e83f | refs/heads/master | 2021-01-20T15:37:23.714000 | 2012-05-25T05:23:26 | 2012-05-25T05:23:26 | 41,893,041 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.chronos.domain.web;
public class KinmuhyoServiceImpl implements KinmuhyoService {
}
| UTF-8 | Java | 105 | java | KinmuhyoServiceImpl.java | Java | [] | null | [] | package com.chronos.domain.web;
public class KinmuhyoServiceImpl implements KinmuhyoService {
}
| 105 | 0.771429 | 0.771429 | 6 | 15.5 | 23.243279 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.166667 | false | false | 12 |
0179e1b1e00fb812ebbf7481f116d829a19e0ba7 | 33,681,133,606,299 | 8fc94bc01a83fe9f0133abe023ccfd436d30ea6d | /ConsumerProducer/ObjectWaitNotifyTest.java | 6ec6c8cc466aee335b49df4166da9658f7ecca83 | [] | no_license | limuheng/java | https://github.com/limuheng/java | f6b98b0b605837b83cc214f6bad1b820ecd133f8 | 3dfaf2e3b9d285aa39c9ec295cfb1147bbe66893 | refs/heads/main | 2023-07-16T02:25:53.275000 | 2021-08-20T10:02:01 | 2021-08-20T10:02:01 | 392,320,449 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.ArrayList;
import java.util.List;
import java.util.concurrent.atomic.AtomicBoolean;
public class ObjectWaitNotifyTest {
Object mObj = new Object();
List<Integer> mQueue = new ArrayList<Integer>();
AtomicBoolean mStop = new AtomicBoolean(false);
Runnable producer = new Runnable() {
... | UTF-8 | Java | 2,446 | java | ObjectWaitNotifyTest.java | Java | [] | null | [] | import java.util.ArrayList;
import java.util.List;
import java.util.concurrent.atomic.AtomicBoolean;
public class ObjectWaitNotifyTest {
Object mObj = new Object();
List<Integer> mQueue = new ArrayList<Integer>();
AtomicBoolean mStop = new AtomicBoolean(false);
Runnable producer = new Runnable() {
... | 2,446 | 0.438328 | 0.43005 | 77 | 30.376623 | 18.557064 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.545455 | false | false | 12 |
016d4c87046b604fdde41dee27ab48dbfd18a950 | 8,667,244,068,472 | efac57a3231b5df409a054d0a8f19e8762b6daf0 | /bizmodules/src/main/java/com/csnt/scdp/bizmodules/modules/workflow/WorkFlowUpdateStateAction.java | c07fa56486260c8464d2f493937e5b5cf3355a2d | [] | no_license | luckygoodliness/csnterp | https://github.com/luckygoodliness/csnterp | f7e71ccc21d86f91a2c6ecd381c9750fb8d56666 | 293ea62467b46aafe0d158b0aee4f9f090b1fb0a | refs/heads/master | 2021-01-22T23:53:17.914000 | 2017-03-24T09:03:29 | 2017-03-24T09:03:29 | 85,672,293 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.csnt.scdp.bizmodules.modules.workflow;
import cn.jpush.api.JPushClient;
import cn.jpush.api.common.resp.APIConnectionException;
import cn.jpush.api.common.resp.APIRequestException;
import cn.jpush.api.push.PushResult;
import cn.jpush.api.push.model.Options;
import cn.jpush.api.push.model.Platform;
import c... | UTF-8 | Java | 5,940 | java | WorkFlowUpdateStateAction.java | Java | [
{
"context": "til.List;\nimport java.util.Map;\n\n/**\n * Created by Wuhd on 2015/11/9.\n */\n@Scope(\"singleton\")\n@Controller",
"end": 2081,
"score": 0.9275310039520264,
"start": 2077,
"tag": "USERNAME",
"value": "Wuhd"
}
] | null | [] | package com.csnt.scdp.bizmodules.modules.workflow;
import cn.jpush.api.JPushClient;
import cn.jpush.api.common.resp.APIConnectionException;
import cn.jpush.api.common.resp.APIRequestException;
import cn.jpush.api.push.PushResult;
import cn.jpush.api.push.model.Options;
import cn.jpush.api.push.model.Platform;
import c... | 5,940 | 0.660436 | 0.657321 | 132 | 42.772728 | 26.818581 | 129 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.643939 | false | false | 12 |
481d3f63553ffb0cea9a33598e964ce38652d816 | 12,343,736,058,049 | c45958b23752510d47290e2cccf12bf5ce62625c | /dubbo-demo/custom-demo/custom-demo-provider/src/main/java/com/leichu/dubbo/demo/service/UserServiceImpl.java | 0fd041e1aea057ff13001fad689b3a7c0658361c | [
"MIT",
"Apache-2.0"
] | permissive | chulei926/dubbo | https://github.com/chulei926/dubbo | 8171a9cfa6ee200c6759bd9ac59edd629ab24da9 | 8cd361e7c5869177faa9375a87cd13464fa80bfe | refs/heads/master | 2021-11-18T19:03:47.324000 | 2020-05-09T05:04:57 | 2020-05-09T05:05:09 | 223,848,331 | 0 | 0 | Apache-2.0 | true | 2019-11-25T02:48:13 | 2019-11-25T02:48:12 | 2019-11-25T01:34:42 | 2019-11-22T15:41:18 | 25,905 | 0 | 0 | 0 | null | false | false | package com.leichu.dubbo.demo.service;
import com.leichu.dubbo.demo.model.User;
public class UserServiceImpl implements UserService {
@Override
public User get(long id) {
System.out.println(">>>>>> com.leichu.dubbo.demo.provider.service.UserServiceImpl.get...");
return null;
}
@Override
public User login(S... | UTF-8 | Java | 462 | java | UserServiceImpl.java | Java | [] | null | [] | package com.leichu.dubbo.demo.service;
import com.leichu.dubbo.demo.model.User;
public class UserServiceImpl implements UserService {
@Override
public User get(long id) {
System.out.println(">>>>>> com.leichu.dubbo.demo.provider.service.UserServiceImpl.get...");
return null;
}
@Override
public User login(S... | 462 | 0.729437 | 0.729437 | 18 | 24.666666 | 29.748949 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.166667 | false | false | 12 |
bd58eaed56d4b76cd2f35c857f192eb82a37a0fa | 9,981,504,045,704 | 95a54e3f3617bf55883210f0b5753b896ad48549 | /java_src/com/liber8tech/tago/di/TagoModule_ProvideHttpClientFactory.java | 34d253b08666652443b54b8190242c713fc3884b | [] | no_license | aidyk/TagoApp | https://github.com/aidyk/TagoApp | ffc5a8832fbf9f9819f7f8aa7af29149fbab9ea5 | e31a528c8f931df42075fc8694754be146eddc34 | refs/heads/master | 2022-12-22T02:20:58.486000 | 2021-05-16T07:42:02 | 2021-05-16T07:42:02 | 325,695,453 | 3 | 1 | null | false | 2022-12-16T00:32:10 | 2020-12-31T02:34:45 | 2022-03-02T11:24:57 | 2021-05-16T07:42:02 | 54,293 | 1 | 1 | 1 | Smali | false | false | package com.liber8tech.tago.di;
import dagger.internal.Factory;
import dagger.internal.Preconditions;
import javax.inject.Provider;
import okhttp3.Interceptor;
import okhttp3.OkHttpClient;
public final class TagoModule_ProvideHttpClientFactory implements Factory<OkHttpClient> {
private final Provider<Interceptor>... | UTF-8 | Java | 1,323 | java | TagoModule_ProvideHttpClientFactory.java | Java | [
{
"context": "package com.liber8tech.tago.di;\n\nimport dagger.internal.Factory;\nimport ",
"end": 22,
"score": 0.6491679549217224,
"start": 14,
"tag": "USERNAME",
"value": "ber8tech"
}
] | null | [] | package com.liber8tech.tago.di;
import dagger.internal.Factory;
import dagger.internal.Preconditions;
import javax.inject.Provider;
import okhttp3.Interceptor;
import okhttp3.OkHttpClient;
public final class TagoModule_ProvideHttpClientFactory implements Factory<OkHttpClient> {
private final Provider<Interceptor>... | 1,323 | 0.78458 | 0.782313 | 30 | 43.099998 | 48.516903 | 186 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.633333 | false | false | 12 |
d95d4b82eece313c60f3c75bbde002006bb6343e | 23,038,204,599,569 | 65c560a2a37f4e9815ec827f7d6521505fd4f633 | /src/main/java/com/rockwell/cif/connector/server/graphql/fetcher/DataFetchersDelegateConfigurableCartItemImpl.java | 5ac45c9cf83fd8f57f9caa265f242e025fc127ed | [] | no_license | cflorezglobant/cif-hybris-connector-webapp | https://github.com/cflorezglobant/cif-hybris-connector-webapp | 697e80a25eed10de12c6dbf925e72a112079ee39 | 69dfcba218ba759884f73b6cd0333ebf36800870 | refs/heads/main | 2022-12-30T06:47:05.991000 | 2020-10-16T19:40:15 | 2020-10-16T19:40:15 | 304,358,071 | 0 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.rockwell.cif.connector.server.graphql.fetcher;
import com.rockwell.cif.connector.server.graphql.model.*;
import com.rockwell.cif.connector.server.graphql.model.*;
import graphql.schema.DataFetchingEnvironment;
import org.springframework.stereotype.Component;
import java.util.List;
@Component
public class... | UTF-8 | Java | 1,108 | java | DataFetchersDelegateConfigurableCartItemImpl.java | Java | [] | null | [] | package com.rockwell.cif.connector.server.graphql.fetcher;
import com.rockwell.cif.connector.server.graphql.model.*;
import com.rockwell.cif.connector.server.graphql.model.*;
import graphql.schema.DataFetchingEnvironment;
import org.springframework.stereotype.Component;
import java.util.List;
@Component
public class... | 1,108 | 0.799639 | 0.799639 | 31 | 34.741936 | 43.769165 | 144 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.451613 | false | false | 12 |
5e51cd472573e03d6e1b712d67ad74e393225994 | 28,449,863,373,169 | 6483237a572cf8fc667659e498ec136ea3973fcf | /src/core/ConnectionSingleton.java | bfdbda1b92e1fbda1da43a61f02f1f8f5287a9e0 | [] | no_license | natespindola/SVC3 | https://github.com/natespindola/SVC3 | dcce8e7eba988c4255d2482feaac527178bde3e7 | 3d2363ac271e675d3ee3d6ad6fed36e5c29b1c10 | refs/heads/master | 2021-07-24T09:00:24.272000 | 2017-11-02T22:52:03 | 2017-11-02T22:52:03 | 109,327,077 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package core;
import java.lang.*;
public class ConnectionSingleton
{
/**
* lazy init
*/
private static ConnectionSingleton ourInstance = null;
private static String driver;
private static String host;
private static String dataBase;
private static String user;
private static Str... | UTF-8 | Java | 1,105 | java | ConnectionSingleton.java | Java | [
{
"context": " driver = \"jdbc:mysql://\";\n host = \"127.0.0.1/\";\n dataBase = \"svc2\";\n user = ",
"end": 686,
"score": 0.9996923804283142,
"start": 677,
"tag": "IP_ADDRESS",
"value": "127.0.0.1"
},
{
"context": "\";\n user = \"root\";\n... | null | [] | package core;
import java.lang.*;
public class ConnectionSingleton
{
/**
* lazy init
*/
private static ConnectionSingleton ourInstance = null;
private static String driver;
private static String host;
private static String dataBase;
private static String user;
private static Str... | 1,111 | 0.564706 | 0.554751 | 58 | 18.051723 | 15.24334 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.344828 | false | false | 12 |
c9119b5293b7b14ae3499e9a04c992198264a97d | 13,821,204,819,437 | 0c839f64c26e55519d7f82babd4af0e10ac69d2a | /complete/src/main/java/example/micronaut/BookController.java | 37dc21325ab2940a01e564da6e9a5889106c57cd | [] | no_license | micronaut-guides/mn-application-aws-lambda-java11 | https://github.com/micronaut-guides/mn-application-aws-lambda-java11 | dd3723e4a188cc67a6f659ef89fb65010190c575 | 98bee11b64c1dd8f9be89fdb8703224075783754 | refs/heads/master | 2023-04-22T12:46:49.377000 | 2021-05-08T09:20:59 | 2021-05-08T09:20:59 | 291,544,872 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package example.micronaut;
import io.micronaut.http.annotation.Body;
import io.micronaut.http.annotation.Controller;
import io.micronaut.http.annotation.Post;
import javax.validation.Valid;
import java.util.UUID;
@Controller // <1>
public class BookController {
@Post // <2>
public BookSaved save(@Valid @Body... | UTF-8 | Java | 522 | java | BookController.java | Java | [] | null | [] | package example.micronaut;
import io.micronaut.http.annotation.Body;
import io.micronaut.http.annotation.Controller;
import io.micronaut.http.annotation.Post;
import javax.validation.Valid;
import java.util.UUID;
@Controller // <1>
public class BookController {
@Post // <2>
public BookSaved save(@Valid @Body... | 522 | 0.701149 | 0.695402 | 19 | 26.473684 | 18.871778 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.526316 | false | false | 12 |
bdbfac4c521ee3f185a4c7310692e139aa418a18 | 13,821,204,819,230 | 219116314390c6833f4c847cb31c28ea5d5f03d7 | /src/main/java/enterprises/orbital/evekit/sync/account/AccountCheckScheduleEvent.java | f7fa0fb799c0dad50d71e375824d7c936269c630 | [] | no_license | OrbitalEnterprises/evekit-sync-mgr-standalone | https://github.com/OrbitalEnterprises/evekit-sync-mgr-standalone | 0e8cd27471938c3fe7d4ac3957b78bc4921ff09b | 8c1397139a0ea94ac1a0d857a5d96f8647f1b8fd | refs/heads/master | 2021-01-18T22:08:01.556000 | 2018-08-27T01:37:06 | 2018-08-27T01:37:06 | 53,708,445 | 0 | 0 | null | false | 2016-04-22T13:03:41 | 2016-03-12T02:03:56 | 2016-04-03T02:18:24 | 2016-04-22T13:03:41 | 17 | 0 | 0 | 0 | Java | null | null | package enterprises.orbital.evekit.sync.account;
import enterprises.orbital.base.OrbitalProperties;
import enterprises.orbital.base.PersistentProperty;
import enterprises.orbital.evekit.account.EveKitUserAccount;
import enterprises.orbital.evekit.account.SynchronizedEveAccount;
import enterprises.orbital.evekit.model.... | UTF-8 | Java | 20,373 | java | AccountCheckScheduleEvent.java | Java | [] | null | [] | package enterprises.orbital.evekit.sync.account;
import enterprises.orbital.base.OrbitalProperties;
import enterprises.orbital.base.PersistentProperty;
import enterprises.orbital.evekit.account.EveKitUserAccount;
import enterprises.orbital.evekit.account.SynchronizedEveAccount;
import enterprises.orbital.evekit.model.... | 20,373 | 0.711824 | 0.711088 | 391 | 51.107418 | 37.150467 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.777494 | false | false | 12 |
51ea69edaca6076a79b9328ecdc3f06e3751cde4 | 5,566,277,631,039 | d4684d149440dfe28ea0bd51035525296d250be2 | /AplicacaoDeTeste/src/main/java/model/PrecoRange.java | e984cd50547d4a231284f10688b846d66c34d96d | [] | no_license | RafaDelsin/Projeto-Java | https://github.com/RafaDelsin/Projeto-Java | 0339b8f948f142591056f93adf6123ad8cbcad54 | 05699b7c90c7ecf94844ab3b7e17e9688ef8cf6a | refs/heads/master | 2020-04-30T18:51:45.299000 | 2019-06-19T00:58:16 | 2019-06-19T00:58:16 | 177,021,372 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package model;
public class PrecoRange {
private int cepMin;
private int cepMax;
private int pesoMin;
private int pesoMax;
private float valor;
public int getCepMin() {
return cepMin;
}
public void setCepMin(int cepMin) {
this.cepMin = cepMin;
}
public int getCepMax() {
return cepMax;... | UTF-8 | Java | 1,001 | java | PrecoRange.java | Java | [] | null | [] | package model;
public class PrecoRange {
private int cepMin;
private int cepMax;
private int pesoMin;
private int pesoMax;
private float valor;
public int getCepMin() {
return cepMin;
}
public void setCepMin(int cepMin) {
this.cepMin = cepMin;
}
public int getCepMax() {
return cepMax;... | 1,001 | 0.599401 | 0.599401 | 51 | 17.627451 | 12.071618 | 38 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.823529 | false | false | 12 |
2746f2e26ad048da60cddf87c1f6ba26d041f915 | 32,332,513,836,840 | 640eb75618290e5896a0662419d700dc7d8a3ef6 | /code/src/ch/bfh/equals/dao/StudentDAO.java | 8eceaf59b662bb46906796dc9400c43ac7d04b31 | [] | no_license | eraymann/bfh-equals | https://github.com/eraymann/bfh-equals | dc695ce91c7b1da3e8919d9956a8a86e8d4269dc | 234d6495dcab6ee27fdac4c57b0c70758dc6f083 | refs/heads/master | 2020-03-27T20:54:38.097000 | 2018-09-02T16:15:32 | 2018-09-02T16:15:32 | 147,089,323 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ch.bfh.equals.dao;
import ch.bfh.equals.model.Student;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.time.LocalDate;
import java.util.ArrayList;
import java.util.List;
/**
* DataAccessObject for <code>Student</code>-data.
... | UTF-8 | Java | 2,632 | java | StudentDAO.java | Java | [
{
"context": "bject for <code>Student</code>-data.\n *\n * @author Stephan Girod, Elias Raymann, Jonas Schild\n */\npublic class Stu",
"end": 347,
"score": 0.9998761415481567,
"start": 334,
"tag": "NAME",
"value": "Stephan Girod"
},
{
"context": ">Student</code>-data.\n *\n * @author... | null | [] | package ch.bfh.equals.dao;
import ch.bfh.equals.model.Student;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.time.LocalDate;
import java.util.ArrayList;
import java.util.List;
/**
* DataAccessObject for <code>Student</code>-data.
... | 2,612 | 0.606763 | 0.605243 | 70 | 36.599998 | 33.488335 | 199 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.785714 | false | false | 12 |
990dca7ce9b2d3b7cf4523a5f2ddc16eca8b8cde | 781,684,088,599 | d9e79618a4df6c10c5963c8c89003bc2b846dfc6 | /browser_pinkbook/src/main/java/com/idotools/browser/pink/book/utils/DoAnalyticsManager.java | aa33ef9094131a901f247c709a00fd00e243be2d | [] | no_license | wuxiaojun123/iDOToolsBrowser | https://github.com/wuxiaojun123/iDOToolsBrowser | b0c67b908a80cd457bc1a1afc12772184d3f34ce | 338394cfa28a047bc0f1d86e0363c62ef5dfddb4 | refs/heads/master | 2021-01-12T14:47:23.368000 | 2017-02-17T03:40:05 | 2017-02-17T03:40:05 | 72,087,636 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.idotools.browser.pink.book.utils;
import android.app.Activity;
import com.idotools.browser.pink.book.App;
import java.util.Map;
/**
* Created by wuxiaojun on 16-11-7.
*/
public class DoAnalyticsManager {
public static void capture(String eventStr) {
App.analytics.capture(eventStr);
}... | UTF-8 | Java | 1,071 | java | DoAnalyticsManager.java | Java | [
{
"context": "ook.App;\n\nimport java.util.Map;\n\n/**\n * Created by wuxiaojun on 16-11-7.\n */\npublic class DoAnalyticsManager {",
"end": 172,
"score": 0.9996299743652344,
"start": 163,
"tag": "USERNAME",
"value": "wuxiaojun"
}
] | null | [] | package com.idotools.browser.pink.book.utils;
import android.app.Activity;
import com.idotools.browser.pink.book.App;
import java.util.Map;
/**
* Created by wuxiaojun on 16-11-7.
*/
public class DoAnalyticsManager {
public static void capture(String eventStr) {
App.analytics.capture(eventStr);
}... | 1,071 | 0.704015 | 0.699346 | 41 | 25.121952 | 26.239233 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.560976 | false | false | 12 |
44aeaaecce3d0b9eb0adf1292723d661a73d8f72 | 5,669,356,865,352 | 9cfa5290cebd0fd0021840a697135e3a0dc7aaac | /src/main/java/org/example/principles/demo4/after/Fireproof.java | 8a520e75e9315ab3598b60b4627b1ce5829cf23a | [] | no_license | zzjxbg/DesignPatterns | https://github.com/zzjxbg/DesignPatterns | f6017be6af29732499cc6abc35abae07bc10b0ad | 6991700befbc1be3149e90f1acae2a1cdad3b948 | refs/heads/master | 2023-08-13T06:21:18.842000 | 2021-09-30T09:31:13 | 2021-09-30T09:31:13 | 402,009,563 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.example.principles.demo4.after;
public interface Fireproof {
void fireproof();
}
| UTF-8 | Java | 98 | java | Fireproof.java | Java | [] | null | [] | package org.example.principles.demo4.after;
public interface Fireproof {
void fireproof();
}
| 98 | 0.755102 | 0.744898 | 5 | 18.6 | 16.402439 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 12 |
c831bb3873d48f8d9dc1ff75d3f41a51ca023e7e | 5,162,550,745,298 | e2bd6f198c333ecc7f657930dd6298c2af209939 | /src/main/java/com/mengcraft/syncmd/SynCmd.java | f889574da0fd119ad05d540274fc6b49b88a1720 | [
"MIT"
] | permissive | caoli5288/SynCmd | https://github.com/caoli5288/SynCmd | 2aa60dad696b756d3f1de3c33cfe57689233e58e | e365d7ef5b0f7bbf7fd055525efce25bdc2d0259 | refs/heads/master | 2016-09-06T03:39:25.427000 | 2015-09-21T05:13:40 | 2015-09-21T05:13:40 | 29,349,540 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mengcraft.syncmd;
import java.sql.Connection;
import java.sql.Statement;
import org.bukkit.plugin.java.JavaPlugin;
import com.avaje.ebean.config.DataSourceConfig;
import com.avaje.ebeaninternal.server.lib.sql.DataSourceManager;
import com.avaje.ebeaninternal.server.lib.sql.DataSourcePool;
public class S... | UTF-8 | Java | 1,497 | java | SynCmd.java | Java | [] | null | [] | package com.mengcraft.syncmd;
import java.sql.Connection;
import java.sql.Statement;
import org.bukkit.plugin.java.JavaPlugin;
import com.avaje.ebean.config.DataSourceConfig;
import com.avaje.ebeaninternal.server.lib.sql.DataSourceManager;
import com.avaje.ebeaninternal.server.lib.sql.DataSourcePool;
public class S... | 1,497 | 0.713427 | 0.708083 | 45 | 32.266666 | 23.260267 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.711111 | false | false | 12 |
7587b48deac433758fbde569eac4e8e7966ee7be | 6,382,321,422,592 | 25254a082bebc43f01418dc48ce0160b28b40127 | /src/main/java/Client.java | d4bb477af69aa6016d177f11c984d15d3dbcb6f3 | [] | no_license | remmi21/ProjectSWS-Events | https://github.com/remmi21/ProjectSWS-Events | 73cb817056e23dfcc39b81aa657e2f0787fe03c7 | 7c0973869e99ba2fe4a626a5833859b08533b1fb | refs/heads/master | 2020-03-13T12:48:42.787000 | 2018-07-04T08:11:42 | 2018-07-04T08:11:42 | 131,126,797 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import com.fasterxml.jackson.databind.JsonNode;
import com.fasterxml.jackson.databind.ObjectMapper;
import java.io.IOException;
import java.io.InputStream;
import java.net.HttpURLConnection;
import java.net.MalformedURLException;
import java.net.URL;
import java.net.URLConnection;
import java.util.ArrayList;
import ja... | UTF-8 | Java | 6,411 | java | Client.java | Java | [] | null | [] | import com.fasterxml.jackson.databind.JsonNode;
import com.fasterxml.jackson.databind.ObjectMapper;
import java.io.IOException;
import java.io.InputStream;
import java.net.HttpURLConnection;
import java.net.MalformedURLException;
import java.net.URL;
import java.net.URLConnection;
import java.util.ArrayList;
import ja... | 6,411 | 0.511465 | 0.509125 | 157 | 39.834396 | 35.126312 | 188 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.808917 | false | false | 12 |
b0c5193f20c1eb7227947fd4d478598693c32518 | 13,297,218,793,952 | b046d34096fb586c9d7ef7245b678c67a1336eeb | /app/src/main/java/com/leon/taller2/ContacAdapter.java | 8dcc5788443a670a3809deddcb3a40d14c448223 | [] | no_license | juanseleon1/Taller2 | https://github.com/juanseleon1/Taller2 | 83b4d47add3747709091fa24b2d4125631b922ab | 61df53cf1d2052e6cd86ad43df83fc992309ddc7 | refs/heads/master | 2021-04-24T02:23:19.622000 | 2020-04-01T02:22:30 | 2020-04-01T02:22:30 | 250,060,643 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.leon.taller2;
import android.content.Context;
import android.database.Cursor;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.CursorAdapter;
import android.widget.TextView;
public class ContacAdapter extends CursorAdapter {
public Cont... | UTF-8 | Java | 950 | java | ContacAdapter.java | Java | [] | null | [] | package com.leon.taller2;
import android.content.Context;
import android.database.Cursor;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.CursorAdapter;
import android.widget.TextView;
public class ContacAdapter extends CursorAdapter {
public Cont... | 950 | 0.717895 | 0.714737 | 30 | 30.666666 | 23.872345 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.866667 | false | false | 12 |
8bd11a6d7841fe9f2ca9ce44d46754f58758cad5 | 14,439,680,094,393 | 9a599b64137b487e2374c594b3e13f54a7d0084f | /day01_03spring_di/src/main/java/com/itheima/ui/Client.java | e04bb5ff36c3512e1c431414797466effdfa5b65 | [] | no_license | linuxjava/SpringStudy | https://github.com/linuxjava/SpringStudy | 573711d5c7b5844f4462298ef20b7b3c0b34f110 | 3d6c666d9d085b8639d7dcc0ca126c882786668f | refs/heads/master | 2022-07-11T13:31:51.211000 | 2020-07-16T04:19:13 | 2020-07-16T04:19:13 | 252,671,058 | 0 | 0 | null | false | 2022-06-21T03:52:07 | 2020-04-03T08:13:59 | 2020-07-16T04:19:24 | 2022-06-21T03:52:04 | 563 | 0 | 0 | 35 | Java | false | false | package com.itheima.ui;
import com.itheima.service.IAccountService;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
/**
* * 获取spring的Ioc核心容器,并根据id获取对象
* <p>
* ApplicationContext的三个常用实现类:
* ClassPathXmlApplicationContext:它可以加载类路径下的配... | UTF-8 | Java | 1,930 | java | Client.java | Java | [] | null | [] | package com.itheima.ui;
import com.itheima.service.IAccountService;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
/**
* * 获取spring的Ioc核心容器,并根据id获取对象
* <p>
* ApplicationContext的三个常用实现类:
* ClassPathXmlApplicationContext:它可以加载类路径下的配... | 1,930 | 0.739035 | 0.734649 | 41 | 32.365852 | 30.8377 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.341463 | false | false | 12 |
0bd0301e4a1ba2febc611e583eea644e93b92246 | 24,910,810,351,073 | 83a63a72b8aacb9c9e402639d25cd9e3a1b978aa | /VehicleSearchTest/src/main/java/uk/co/vwfsins/webControls/ClickControl.java | e7cecd436757ddd6cc2b9e7b4148d4e1d6828649 | [
"MIT"
] | permissive | b-otugo/DVLATestRepo | https://github.com/b-otugo/DVLATestRepo | 93034a2ca69b8363d0ef1b9de2e7682dcb843512 | 2cbe714167a0fb4cd35ed8783362c44996f3e204 | refs/heads/master | 2020-04-09T01:01:57.702000 | 2019-09-16T13:01:04 | 2019-09-16T13:01:04 | 159,889,603 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package uk.co.vwfsins.webControls;
import org.apache.log4j.LogManager;
import org.apache.log4j.Logger;
import org.openqa.selenium.WebElement;
import uk.co.vwfsins.waits.WebWaits;
public class ClickControl extends BaseControl {
private static Logger logger = LogManager.getLogger("TestLogger");
public stati... | UTF-8 | Java | 898 | java | ClickControl.java | Java | [] | null | [] | package uk.co.vwfsins.webControls;
import org.apache.log4j.LogManager;
import org.apache.log4j.Logger;
import org.openqa.selenium.WebElement;
import uk.co.vwfsins.waits.WebWaits;
public class ClickControl extends BaseControl {
private static Logger logger = LogManager.getLogger("TestLogger");
public stati... | 898 | 0.57461 | 0.570156 | 30 | 28.933332 | 22.888037 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.466667 | false | false | 12 |
19261108d6118c5c881088dbd31056c86a0faea8 | 15,401,752,767,050 | 400ab3de6b15a6a1f785c0f056c595df5e566b01 | /leetcode/hard/SerializeDeserializeBT.java | a16e0d1707251a27d1dfb2ad5e1d39224d9e6c58 | [] | no_license | mshah87/Programming-Exercises | https://github.com/mshah87/Programming-Exercises | e05555bcdf2f3512d99a013c71c793f468fad15c | e0f1e566c7cfaa87b3ae4470863330b80e524eb9 | refs/heads/master | 2023-03-10T22:55:01.205000 | 2021-03-01T07:23:31 | 2021-03-01T07:23:31 | 148,363,352 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Definition for a binary tree node.
* public class TreeNode {
* int val;
* TreeNode left;
* TreeNode right;
* TreeNode(int x) { val = x; }
* }
*/
public class Codec {
// Encodes a tree to a single string.
public String serialize(TreeNode root) {
StringBuilder sb = new Strin... | UTF-8 | Java | 1,474 | java | SerializeDeserializeBT.java | Java | [] | null | [] | /**
* Definition for a binary tree node.
* public class TreeNode {
* int val;
* TreeNode left;
* TreeNode right;
* TreeNode(int x) { val = x; }
* }
*/
public class Codec {
// Encodes a tree to a single string.
public String serialize(TreeNode root) {
StringBuilder sb = new Strin... | 1,474 | 0.601764 | 0.601764 | 49 | 29.081633 | 19.84618 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.612245 | false | false | 12 |
391fc26269748aaa90123f0cb210c194ef130d17 | 12,618,613,949,726 | 5fa439b87c3ed6635f0768ce83c83a542f5e4527 | /src/main/java/queue/validate/InstructionQueueMessageValidation.java | 8edc58638cab27771f612cade904308ab10fcf9a | [] | no_license | jspyronis/instructionProcessing | https://github.com/jspyronis/instructionProcessing | b5d94553428be0e65616773905d4884f6130688f | 3d4326556bd49f7f78845a14cba812dd3ac696e1 | refs/heads/master | 2020-05-28T14:07:08.644000 | 2013-11-18T11:07:13 | 2013-11-18T11:07:13 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package queue.validate;
import beans.InstructionMessage;
import exceptions.InvalidMessageException;
/**
* @author John S. (jspyronis@tacitknowledge.com)
* Date: 13/11/2013
* Time: 17:20
*/
public class InstructionQueueMessageValidation
{
private InstructionMessage instructionMessage;
publi... | UTF-8 | Java | 1,863 | java | InstructionQueueMessageValidation.java | Java | [
{
"context": "xceptions.InvalidMessageException;\n\n/**\n * @author John S. (jspyronis@tacitknowledge.com)\n * Date: ",
"end": 123,
"score": 0.9998654723167419,
"start": 117,
"tag": "NAME",
"value": "John S"
},
{
"context": "InvalidMessageException;\n\n/**\n * @author John S.... | null | [] | package queue.validate;
import beans.InstructionMessage;
import exceptions.InvalidMessageException;
/**
* @author <NAME>. (<EMAIL>)
* Date: 13/11/2013
* Time: 17:20
*/
public class InstructionQueueMessageValidation
{
private InstructionMessage instructionMessage;
public InstructionQueueMes... | 1,842 | 0.660225 | 0.642512 | 62 | 29.048388 | 32.797733 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.258065 | false | false | 12 |
a5c3ecc4dc79689130efeb369ea0cc27210187f0 | 27,513,560,505,326 | 6ba5807ab3a63463dcb1f2141528caec63e75ee5 | /BarCode.java | 13fd1d25c98f566d92469dd9ed1620888ae2f799 | [] | no_license | japanna/unit5.2 | https://github.com/japanna/unit5.2 | f01b41e42bc342df902344512a72b31b30c5980a | 433f77cf8f30aba4c87eae33ed63264b66c483ba | refs/heads/master | 2021-01-19T19:30:51.982000 | 2014-03-03T21:54:50 | 2014-03-03T21:54:50 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // BarCode.java, unit 5.2.4
/**
* Takes a 5-digit zip code as input, and prints the bar code
* using the symbol | for a full bar and : for a half bar.
* It also takes a bar code as input and prints the corresponding
* 5-digit zip code.
*
*
* @author: Anna Ntenta, anna.ntenta@gmail.com
* @version: Last... | UTF-8 | Java | 7,244 | java | BarCode.java | Java | [
{
"context": "sponding \n *\t5-digit zip code.\n *\n *\n * @author: Anna Ntenta, anna.ntenta@gmail.com\n * @version: Last Modifie",
"end": 278,
"score": 0.9998771548271179,
"start": 267,
"tag": "NAME",
"value": "Anna Ntenta"
},
{
"context": "5-digit zip code.\n *\n *\n * @author:... | null | [] | // BarCode.java, unit 5.2.4
/**
* Takes a 5-digit zip code as input, and prints the bar code
* using the symbol | for a full bar and : for a half bar.
* It also takes a bar code as input and prints the corresponding
* 5-digit zip code.
*
*
* @author: <NAME>, <EMAIL>
* @version: Last Modified 3/3, 2014... | 7,225 | 0.601767 | 0.590445 | 301 | 23.063124 | 21.033733 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.64784 | false | false | 12 |
974e5666e0c647a530cdaaa44668c318aa002b7f | 31,009,663,921,464 | 2e98a3f4610e2861befb41e7e42375ede0ba1e80 | /platforms/blackberry/Accounter/src/com/vimukti/accounterbb/ui/AddressPopup.java | b040126c082c667a0e3baa4e5ac18141156bab2f | [
"Apache-2.0"
] | permissive | kisorbiswal/accounter | https://github.com/kisorbiswal/accounter | 6eefd17d7973132469455d4a5d6b4c2b0a7ec9b3 | 7ef60c1d18892db72cedca411c143e377c379808 | refs/heads/master | 2021-01-20T16:34:35.511000 | 2015-10-20T09:57:42 | 2015-10-20T09:57:42 | 44,603,239 | 0 | 1 | null | true | 2015-10-20T11:59:08 | 2015-10-20T11:59:08 | 2015-10-20T11:58:54 | 2015-10-20T10:52:09 | 0 | 0 | 0 | 0 | null | null | null | package com.vimukti.accounterbb.ui;
import net.rim.device.api.ui.Field;
import net.rim.device.api.ui.FieldChangeListener;
import net.rim.device.api.ui.UiApplication;
import net.rim.device.api.ui.component.ButtonField;
import net.rim.device.api.ui.component.LabelField;
import net.rim.device.api.ui.container.PopupScreen... | UTF-8 | Java | 1,603 | java | AddressPopup.java | Java | [] | null | [] | package com.vimukti.accounterbb.ui;
import net.rim.device.api.ui.Field;
import net.rim.device.api.ui.FieldChangeListener;
import net.rim.device.api.ui.UiApplication;
import net.rim.device.api.ui.component.ButtonField;
import net.rim.device.api.ui.component.LabelField;
import net.rim.device.api.ui.container.PopupScreen... | 1,603 | 0.764816 | 0.764192 | 61 | 25.278688 | 22.036579 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.836066 | false | false | 12 |
3d4a807ecb13c2b6666761cabe8ea43f8e2dbde0 | 33,397,665,746,677 | 9c587dffdef78773b3317348b3e7ffd5bc52b0a7 | /app/src/main/java/com/gridview/myapplication/ActivitySearch.java | ea65f611ce46fb7e1155502e9971314b6f724ec5 | [] | no_license | arashandishgar/InstaLayout | https://github.com/arashandishgar/InstaLayout | f1dc1abfda8f3dae8159aa212624ef5094fa3c57 | b39701b86edb535070fced4325cf754179ed3c18 | refs/heads/master | 2020-04-12T14:34:22.448000 | 2018-12-20T09:20:36 | 2018-12-20T09:20:36 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.gridview.myapplication;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.support.v7.widget.Toolbar;
import java.util.ArrayList;
public class ActivitySearch extends... | UTF-8 | Java | 2,151 | java | ActivitySearch.java | Java | [] | null | [] | package com.gridview.myapplication;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.support.v7.widget.Toolbar;
import java.util.ArrayList;
public class ActivitySearch extends... | 2,151 | 0.723384 | 0.704324 | 55 | 38.109093 | 22.928087 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.8 | false | false | 12 |
cdca1c63ac6f2c12dbd095711822ab9f4022aa77 | 6,442,450,995,567 | cc63aab5e026d4eefb8280ae5f4086dcb559c718 | /src/main/java/br/com/unip/stan/resourceserver/adapter/persistence/veiculo/MarcaPersistenceAdapter.java | 88c5b06b330f43c6cce9e02c376dd77c2950eeaf | [] | no_license | ccarol-freitas/stan-resource-server | https://github.com/ccarol-freitas/stan-resource-server | 22cc6b9626a062dabf32ed52b56682643d76b88f | b768549ad0f524e9a78e60e205779c05af8130d5 | refs/heads/master | 2020-11-23T21:12:26.632000 | 2019-12-10T00:51:01 | 2019-12-10T00:51:01 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.unip.stan.resourceserver.adapter.persistence.veiculo;
import java.util.List;
import org.springframework.stereotype.Component;
import br.com.unip.stan.resourceserver.adapter.persistence.jpa.entity.veiculo.Marca;
import br.com.unip.stan.resourceserver.adapter.persistence.jpa.repository.veiculo.MarcaRepo... | UTF-8 | Java | 970 | java | MarcaPersistenceAdapter.java | Java | [] | null | [] | package br.com.unip.stan.resourceserver.adapter.persistence.veiculo;
import java.util.List;
import org.springframework.stereotype.Component;
import br.com.unip.stan.resourceserver.adapter.persistence.jpa.entity.veiculo.Marca;
import br.com.unip.stan.resourceserver.adapter.persistence.jpa.repository.veiculo.MarcaRepo... | 970 | 0.818557 | 0.818557 | 34 | 27.529411 | 29.918749 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.852941 | false | false | 12 |
9719802a06a89007a79194713dcf353b175a6dcc | 21,105,469,352,166 | f37af0257086696697b1f6afea5936c4682ad146 | /src/main/java/server/graphql/GraphQLInput.java | 383cf2cf5b2f4faace62b1d1eb112272312650ac | [] | no_license | harrel56/jirello | https://github.com/harrel56/jirello | 2b7b2a9c443a32db811ffbaf91159fa0bcfc2d98 | 34b5a6454bd78be98ea9730a5ab98e2677addd63 | refs/heads/master | 2021-01-14T05:33:32.516000 | 2020-10-18T19:37:51 | 2020-10-18T19:37:51 | 242,614,013 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package server.graphql;
import java.io.Serializable;
import java.util.HashMap;
import java.util.Map;
public class GraphQLInput implements Serializable {
String query;
Map<String, Object> variables = new HashMap<>();
public String getQuery() {
return query;
}
public void setQuery(String q... | UTF-8 | Java | 550 | java | GraphQLInput.java | Java | [] | null | [] | package server.graphql;
import java.io.Serializable;
import java.util.HashMap;
import java.util.Map;
public class GraphQLInput implements Serializable {
String query;
Map<String, Object> variables = new HashMap<>();
public String getQuery() {
return query;
}
public void setQuery(String q... | 550 | 0.658182 | 0.658182 | 26 | 20.153847 | 18.567326 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 12 |
290d67bb72e536304497f8a57cfd335aff7e40a2 | 25,890,062,904,251 | ace768a87a7cac6dcd0de7483c3b93d2e7c4865b | /src/com/xpecya/responseStruct/StkManagersResponse.java | 5844c5704f3263fcfee06e170e91a8b04b0fc74e | [] | no_license | Xpecya/toshare_java_sdk | https://github.com/Xpecya/toshare_java_sdk | f3a1952678e2c83b3c727cfc869f5959b7919528 | 4d5274ae69fc18a3452c14d79be51bcf1dd08e95 | refs/heads/master | 2020-08-03T17:42:15.538000 | 2019-10-01T12:35:10 | 2019-10-01T12:35:10 | 211,831,268 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.xpecya.responseStruct;
import lombok.Getter;
import lombok.Setter;
@Getter
@Setter
public class StkManagersResponse {
private String ts_code;
private String ann_date;
private String name;
private String gender;
private String lev;
private String title;
private String edu;
... | UTF-8 | Java | 463 | java | StkManagersResponse.java | Java | [] | null | [] | package com.xpecya.responseStruct;
import lombok.Getter;
import lombok.Setter;
@Getter
@Setter
public class StkManagersResponse {
private String ts_code;
private String ann_date;
private String name;
private String gender;
private String lev;
private String title;
private String edu;
... | 463 | 0.725702 | 0.725702 | 22 | 20.045454 | 11.339702 | 34 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.681818 | false | false | 12 |
f3aee35e83ee5310b73a07facbf4bac52bcfe846 | 31,851,477,477,961 | 0b46b81c39da0409e1862e4a1fc45c4556e9e402 | /vsudoku/src/com/volvet/vsudoku/SudokuGame.java | 4a7f29f3f4921b686b2a1ee25d58898368e6ad4d | [] | no_license | megha705/vsudoku | https://github.com/megha705/vsudoku | 45a7874ba3793fc89eb001395b42e225835f3ba7 | 869ce928785db88010398e3a223ef568df3c29fc | refs/heads/master | 2020-11-28T05:36:04.225000 | 2014-09-07T05:53:57 | 2014-09-07T05:53:57 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.volvet.vsudoku;
import java.util.List;
import android.util.Log;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.Button;
public class SudokuGame {
static final String TAG = "SudokuGame";
static final int BTN_NUM = 10;
private CellPool mCellPool;
private S... | UTF-8 | Java | 1,431 | java | SudokuGame.java | Java | [] | null | [] | package com.volvet.vsudoku;
import java.util.List;
import android.util.Log;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.Button;
public class SudokuGame {
static final String TAG = "SudokuGame";
static final int BTN_NUM = 10;
private CellPool mCellPool;
private S... | 1,431 | 0.672257 | 0.670161 | 68 | 20.044117 | 17.636387 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.308824 | false | false | 12 |
d8ce6250b0a9c34a761ecec0adae0410dc6080b2 | 11,519,102,314,100 | 5cac212f76bffdadcb4bfce5d34934919f4aaa35 | /app/src/main/java/com/example/garik/assignment5/MyAppGlideModule.java | 10da5d7a4c4155f77700ba1ec9f0bd996de7daad | [] | no_license | nishonofff/Assignment5 | https://github.com/nishonofff/Assignment5 | a5af76c367e2332014ec6c68300099792bfaae3e | d32e1f3e27562c0828a167f9f2ce6a70b82066f4 | refs/heads/master | 2020-03-28T21:17:30.540000 | 2018-09-18T06:15:41 | 2018-09-18T06:15:41 | 149,144,457 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.garik.assignment5;
import com.bumptech.glide.annotation.GlideModule;
import com.bumptech.glide.module.AppGlideModule;
/**
* Created by GaRiK on 17.09.2018.
*/
@GlideModule
public final class MyAppGlideModule extends AppGlideModule {
}
| UTF-8 | Java | 260 | java | MyAppGlideModule.java | Java | [
{
"context": "ch.glide.module.AppGlideModule;\n\n/**\n * Created by GaRiK on 17.09.2018.\n */\n\n@GlideModule\npublic final cla",
"end": 163,
"score": 0.9994217753410339,
"start": 158,
"tag": "USERNAME",
"value": "GaRiK"
}
] | null | [] | package com.example.garik.assignment5;
import com.bumptech.glide.annotation.GlideModule;
import com.bumptech.glide.module.AppGlideModule;
/**
* Created by GaRiK on 17.09.2018.
*/
@GlideModule
public final class MyAppGlideModule extends AppGlideModule {
}
| 260 | 0.792308 | 0.757692 | 12 | 20.666666 | 22.25359 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 12 |
33d71e8124f5654ba84cce69e2b8be9154a9dcbd | 9,156,870,306,474 | 10d84dd68a15cd16c58ef6ae865a261a931285d5 | /srent-wx-api/src/main/java/com/csmaxwell/srent/wx/web/WxMessageController.java | 62532aa0ff317bea33be876ae988850d579383ef | [] | no_license | guojiayinuoqianjin/srent | https://github.com/guojiayinuoqianjin/srent | 9e64c7b35478b76dcd970f4b9079e39bd658251c | a796a9dbe214327c02c07b603bacbb6f302214e0 | refs/heads/master | 2023-03-27T21:04:28.673000 | 2021-04-01T03:18:42 | 2021-04-01T03:18:42 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.csmaxwell.srent.wx.web;
import com.csmaxwell.srent.core.util.JacksonUtil;
import com.csmaxwell.srent.core.util.ResponseUtil;
import com.csmaxwell.srent.db.domain.*;
import com.csmaxwell.srent.db.service.SrentGoodsService;
import com.csmaxwell.srent.db.service.SrentMessageService;
import com.csmaxwel... | UTF-8 | Java | 10,809 | java | WxMessageController.java | Java | [] | null | [] | package com.csmaxwell.srent.wx.web;
import com.csmaxwell.srent.core.util.JacksonUtil;
import com.csmaxwell.srent.core.util.ResponseUtil;
import com.csmaxwell.srent.db.domain.*;
import com.csmaxwell.srent.db.service.SrentGoodsService;
import com.csmaxwell.srent.db.service.SrentMessageService;
import com.csmaxwel... | 10,809 | 0.571347 | 0.56727 | 277 | 36.075813 | 25.368292 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.700361 | false | false | 12 |
51cbee161d1262111ecc77c1a79ae92116e31580 | 22,179,211,165,863 | dd6efee6af25a66357d82e18a0499665737a4fe6 | /modules/ALVideoEditor/src/main/java/com/alanwang/aav/alvideoeditor/ui/StyleFilterAdapter.java | 5ffb902795de4f6c2deba763fbe3307bbf19308c | [
"Apache-2.0"
] | permissive | alanwang4523/AAVLib | https://github.com/alanwang4523/AAVLib | 4112057490a25a3f4537e1e0d1050822494a9959 | db8c5794595ba584317284ffe141f314925adb06 | refs/heads/master | 2020-04-17T07:16:01.672000 | 2019-06-17T15:46:44 | 2019-06-17T15:46:44 | 166,361,927 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright (c) 2019-present AlanWang4523 <alanwang4523@gmail.com>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless r... | UTF-8 | Java | 3,860 | java | StyleFilterAdapter.java | Java | [
{
"context": "/*\n * Copyright (c) 2019-present AlanWang4523 <alanwang4523@gmail.com>\n *\n * Licensed under the",
"end": 45,
"score": 0.8382588028907776,
"start": 33,
"tag": "USERNAME",
"value": "AlanWang4523"
},
{
"context": "/*\n * Copyright (c) 2019-present AlanWang4523 <alanwang... | null | [] | /*
* Copyright (c) 2019-present AlanWang4523 <<EMAIL>>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appl... | 3,830 | 0.709326 | 0.699741 | 100 | 37.599998 | 30.465061 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 12 |
7c65fc00d915b8262a6873afc0f7aa48788a4f52 | 14,061,722,957,907 | 0c88bfdd53ee9b1ea1e5f647dadc1e977b738630 | /src/main/java/com/aliceronascimento/cloud/temafinal/annotation/HealthCheckConfig.java | da6f3dfcb8ec46d93c5850ac6f7ae2280b0ef04a | [] | no_license | aliceronascimento/tema-final | https://github.com/aliceronascimento/tema-final | 56125dd53fe697efea759da4e17955221724dc96 | 2401d0bd02882410e7656d78d3865fae11f49e9b | refs/heads/master | 2023-01-13T06:41:05.450000 | 2020-11-18T19:34:49 | 2020-11-18T19:34:49 | 310,163,823 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.aliceronascimento.cloud.temafinal.annotation;
import com.aliceronascimento.cloud.temafinal.controller.HealthCheckResource;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
@Configuration
public class HealthCheckConfig {
@Bean
public ... | UTF-8 | Java | 412 | java | HealthCheckConfig.java | Java | [] | null | [] | package com.aliceronascimento.cloud.temafinal.annotation;
import com.aliceronascimento.cloud.temafinal.controller.HealthCheckResource;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
@Configuration
public class HealthCheckConfig {
@Bean
public ... | 412 | 0.813107 | 0.813107 | 14 | 28.5 | 26.283482 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.357143 | false | false | 12 |
acd1fdfb4f0192a6a21b5fe4d0d11dda7b92d5ce | 26,396,869,032,915 | 5a09648676cd452cd4dc86c00451dbf3e0873251 | /data_structure/src/SearchLearning/Fibonacci.java | ef2289ed0ba5720a654fd81c54dbfa256e3bdd30 | [] | no_license | kukuxiahuni/java-study | https://github.com/kukuxiahuni/java-study | f2483af23317af8e31ca9f408d638363a2bd3ea7 | d87e8589e406088309dd9abf0e9945b66a37056e | refs/heads/master | 2021-01-23T03:54:18.861000 | 2019-11-09T14:32:48 | 2019-11-09T14:32:48 | 86,135,493 | 1 | 0 | null | false | 2020-10-14T00:23:59 | 2017-03-25T05:42:40 | 2019-11-09T14:33:00 | 2020-10-14T00:23:58 | 275 | 1 | 0 | 3 | Java | false | false | package SearchLearning;
/**
* java-study
* SearchLearning
* Created by kukuxiahuni on 2019/1/19.
*/
public class Fibonacci {
/**
* @param n
*/
public final static void fibonacci(int n) {
if (n < 0) {
throw new IllegalArgumentException();
}
if (n < 2) {
... | UTF-8 | Java | 1,034 | java | Fibonacci.java | Java | [
{
"context": "\n/**\n * java-study\n * SearchLearning\n * Created by kukuxiahuni on 2019/1/19.\n */\npublic class Fibonacci {\n\n\n ",
"end": 86,
"score": 0.9993299245834351,
"start": 75,
"tag": "USERNAME",
"value": "kukuxiahuni"
}
] | null | [] | package SearchLearning;
/**
* java-study
* SearchLearning
* Created by kukuxiahuni on 2019/1/19.
*/
public class Fibonacci {
/**
* @param n
*/
public final static void fibonacci(int n) {
if (n < 0) {
throw new IllegalArgumentException();
}
if (n < 2) {
... | 1,034 | 0.45648 | 0.431335 | 62 | 15.67742 | 16.255793 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.290323 | false | false | 12 |
c0cf897eeccbb9bba44f3bbbe2d9b4089fe19d09 | 27,556,510,210,668 | 1185b02a21672d68fd9bc3080d794f97c98bcdd4 | /src/main/java/com/lihui/study/data/structure/BinaryTree.java | b9a2e3cd026c03bf552f5bc2984c17850498c1a2 | [
"Apache-2.0"
] | permissive | lihui02/design_pattern_study | https://github.com/lihui02/design_pattern_study | ed176875c3b9025ab41149985bd0fda2726b1f79 | ae4b9f1565523c9840112b4d403fcb165b5db31e | refs/heads/master | 2021-06-24T22:48:00.124000 | 2020-03-29T13:24:26 | 2020-03-29T13:24:26 | 221,579,854 | 0 | 0 | Apache-2.0 | false | 2021-04-22T18:59:01 | 2019-11-14T00:48:29 | 2020-03-29T13:28:42 | 2021-04-22T18:59:00 | 70 | 0 | 0 | 1 | Java | false | false | package com.lihui.study.data.structure;
/**
* @ClassName: BinaryTree
* @Description: 自定义二叉树
* @author: ex_lihui4
* @date: 2020-3-6 11:11
*/
public class BinaryTree<E extends Comparable<? super E> > {
private BinaryNode<E> root;
private class BinaryNode<E> {
private E element;
private Bi... | UTF-8 | Java | 4,290 | java | BinaryTree.java | Java | [
{
"context": "me: BinaryTree\n * @Description: 自定义二叉树\n * @author: ex_lihui4\n * @date: 2020-3-6 11:11\n */\n\npublic class Binar",
"end": 116,
"score": 0.9997057914733887,
"start": 107,
"tag": "USERNAME",
"value": "ex_lihui4"
}
] | null | [] | package com.lihui.study.data.structure;
/**
* @ClassName: BinaryTree
* @Description: 自定义二叉树
* @author: ex_lihui4
* @date: 2020-3-6 11:11
*/
public class BinaryTree<E extends Comparable<? super E> > {
private BinaryNode<E> root;
private class BinaryNode<E> {
private E element;
private Bi... | 4,290 | 0.53952 | 0.532016 | 159 | 24.144653 | 19.337074 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.427673 | false | false | 12 |
7d7b585cc69d4bc8f04ea9280e0bd6540d40653b | 17,978,733,123,170 | 6c3e9aafc5d4d4e112845c629976531bd2e8bbd2 | /EmployeeReimbursement/src/main/java/com/bimalabogati/dao/ReimbursementTypeDaoImpl.java | 15147399b76adec6f2fdef5d320c6d14f6242c88 | [] | no_license | bogati/EmployeeReimbursementSystem | https://github.com/bogati/EmployeeReimbursementSystem | 0e61e86cd74072e52c19768f8092bf734c5e388c | 4c2360c218613787de00be96a578c10213668bcd | refs/heads/master | 2023-08-31T15:23:51.261000 | 2019-09-04T17:57:36 | 2019-09-04T17:57:36 | 206,368,452 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bimalabogati.dao;
public class ReimbursementTypeDaoImpl implements ReimbursementTypeDao {
}
| UTF-8 | Java | 106 | java | ReimbursementTypeDaoImpl.java | Java | [] | null | [] | package com.bimalabogati.dao;
public class ReimbursementTypeDaoImpl implements ReimbursementTypeDao {
}
| 106 | 0.849057 | 0.849057 | 5 | 20.200001 | 27.722916 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 12 |
caf146201b0988923aa7b26b98216a2f4e5ac7e4 | 20,512,763,860,589 | 6f59eac02ecb55f3681b712686d7632b8f81056c | /Day13/CollectionDemo2.java | ed1207dc238ddc432c9adca8da9567297209591e | [] | no_license | resmiprem/pratice | https://github.com/resmiprem/pratice | ed574bffdc4ca0ed89b3334af037516c24ecaf36 | 46f2df1762a4faf079ee4538844b32154e173560 | refs/heads/main | 2023-09-02T11:39:10.161000 | 2021-11-17T11:54:28 | 2021-11-17T11:54:28 | 340,464,600 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Day13;
import java.util.Enumeration;
import java.util.Iterator;
import java.util.Vector;
public class CollectionDemo2 {
public static void main(String[] args) {
Vector<String> v=new Vector<>();
v.add("hello");
v.add("world");
v.add("hai");
System.out.println(v);
Enume... | UTF-8 | Java | 592 | java | CollectionDemo2.java | Java | [] | null | [] | package Day13;
import java.util.Enumeration;
import java.util.Iterator;
import java.util.Vector;
public class CollectionDemo2 {
public static void main(String[] args) {
Vector<String> v=new Vector<>();
v.add("hello");
v.add("world");
v.add("hai");
System.out.println(v);
Enume... | 592 | 0.609797 | 0.60473 | 22 | 24.818182 | 14.886346 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.681818 | false | false | 12 |
92d8eee30b1658362aa3dea31278bdfee0ca6fee | 31,018,253,851,773 | 564e263c3cb128a6f9e7781fdf46f9e950785cdc | /twitter4j-ads-examples/src/twitter4j/promotedtweets/GetPromotedTweetForAccount.java | c7bcbde00e9cc259f006d2b2126bdcb51047fb52 | [
"MIT"
] | permissive | camillagm/twitter4j-ads | https://github.com/camillagm/twitter4j-ads | d55e011dd8c940e890dc758e44a192666370f83d | 3d4396e91c609d05ca15cee83c84f4158d5133a6 | refs/heads/master | 2020-05-27T14:12:09.420000 | 2017-01-24T06:54:04 | 2017-01-24T06:54:04 | 82,557,572 | 0 | 1 | null | true | 2017-02-20T12:52:27 | 2017-02-20T12:52:27 | 2017-01-15T04:42:36 | 2017-01-24T06:54:16 | 337 | 0 | 0 | 0 | null | null | null | package twitter4j.promotedtweets;
import com.google.common.collect.Lists;
import twitter4j.BaseAdsListResponse;
import twitter4j.BaseAdsListResponseIterable;
import twitter4j.BaseAdsTest;
import twitter4j.TwitterAds;
import twitter4j.api.TwitterAdsPromotedTweetApi;
import twitter4j.internal.models4j.TwitterException;
... | UTF-8 | Java | 1,303 | java | GetPromotedTweetForAccount.java | Java | [
{
"context": "motedTweets;\n\nimport java.util.List;\n\n/**\n * User: shivraj\n * Date: 12/05/16 2:08 PM.\n */\npublic class GetPr",
"end": 409,
"score": 0.9995514154434204,
"start": 402,
"tag": "USERNAME",
"value": "shivraj"
}
] | null | [] | package twitter4j.promotedtweets;
import com.google.common.collect.Lists;
import twitter4j.BaseAdsListResponse;
import twitter4j.BaseAdsListResponseIterable;
import twitter4j.BaseAdsTest;
import twitter4j.TwitterAds;
import twitter4j.api.TwitterAdsPromotedTweetApi;
import twitter4j.internal.models4j.TwitterException;
... | 1,303 | 0.741366 | 0.723715 | 34 | 37.35294 | 33.964413 | 160 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.647059 | false | false | 12 |
a191026a9f0e22afd6146a4aaa6ce1fd10c99204 | 31,018,253,852,030 | b37ad97a46ea4d0f2cc96de4b00cd175c268d067 | /APIH/src/com/integrapps/apih/model/stringadmin.java | 25ed718a7b6d6726bd374c7440ecd5d03a4abf6c | [] | no_license | diegodh1/controlPiso | https://github.com/diegodh1/controlPiso | 793c8156f610f76ffacde88df1ee832f8d7f49dd | 77b7ea919cd2174c81a80df8281a610381ee5f38 | refs/heads/master | 2020-11-24T17:25:02.284000 | 2019-12-16T00:19:13 | 2019-12-16T00:19:13 | 228,271,386 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.integrapps.apih.model;
public class stringadmin {
public stringadmin() {
}
public String AdicionaCeros(String cadInicial , int longFinal){
int actlong;
int diflong;
String resCad;
resCad = cadInicial.trim();
actlong = resCad.length();
diflon... | UTF-8 | Java | 509 | java | stringadmin.java | Java | [] | null | [] | package com.integrapps.apih.model;
public class stringadmin {
public stringadmin() {
}
public String AdicionaCeros(String cadInicial , int longFinal){
int actlong;
int diflong;
String resCad;
resCad = cadInicial.trim();
actlong = resCad.length();
diflon... | 509 | 0.524558 | 0.518664 | 24 | 20.208334 | 16.943483 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 12 |
448ab4a9d0944f2ba32ec458a0bb43c897769641 | 19,121,194,430,299 | b296583a93b93e75a0aae405f2d15b841f011677 | /src/test/java/com/exchange/test/ExchangeApiApplicationTests.java | 825c11f1c8f50d0a54bcf09575780436d47bc65b | [] | no_license | hbdalgic/exchange-api-service | https://github.com/hbdalgic/exchange-api-service | 1100d0482d836b29ee4a8d872c1e8d9b5e8b3014 | c3688db70907abccb911b1ea394a3d15a90f94e7 | refs/heads/master | 2023-02-23T23:06:10.843000 | 2021-02-03T06:57:00 | 2021-02-03T06:57:00 | 331,858,053 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.exchange.test;
import com.exhange.api.config.RatesProperties;
import com.exhange.api.exception.DomainException;
import com.exhange.api.exception.model.ErrorEnum;
import com.exhange.api.model.ProtocolEnum;
import com.exhange.api.model.reqres.CalculateRateRequestModel;
import com.exhange.api.model.reqres.Ca... | UTF-8 | Java | 4,521 | java | ExchangeApiApplicationTests.java | Java | [] | null | [] | package com.exchange.test;
import com.exhange.api.config.RatesProperties;
import com.exhange.api.exception.DomainException;
import com.exhange.api.exception.model.ErrorEnum;
import com.exhange.api.model.ProtocolEnum;
import com.exhange.api.model.reqres.CalculateRateRequestModel;
import com.exhange.api.model.reqres.Ca... | 4,521 | 0.750719 | 0.749171 | 119 | 36.991596 | 28.473339 | 130 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.747899 | false | false | 12 |
a00f65078ccedc489153fa30dbbf115550cd6492 | 28,286,654,628,828 | 1d928c3f90d4a0a9a3919a804597aa0a4aab19a3 | /java/neo4j/2017/4/NonIndexedConflictResolverTest.java | 3f952940c75c837be03e887749fbda1661b4dde8 | [] | no_license | rosoareslv/SED99 | https://github.com/rosoareslv/SED99 | d8b2ff5811e7f0ffc59be066a5a0349a92cbb845 | a062c118f12b93172e31e8ca115ce3f871b64461 | refs/heads/main | 2023-02-22T21:59:02.703000 | 2021-01-28T19:40:51 | 2021-01-28T19:40:51 | 306,497,459 | 1 | 1 | null | false | 2020-11-24T20:56:18 | 2020-10-23T01:18:07 | 2020-11-24T20:46:14 | 2020-11-24T20:56:17 | 744,608 | 0 | 0 | 0 | null | false | false | /*
* Copyright (c) 2002-2017 "Neo Technology,"
* Network Engine for Objects in Lund AB [http://neotechnology.com]
*
* This file is part of Neo4j.
*
* Neo4j is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundatio... | UTF-8 | Java | 9,995 | java | NonIndexedConflictResolverTest.java | Java | [] | null | [] | /*
* Copyright (c) 2002-2017 "Neo Technology,"
* Network Engine for Objects in Lund AB [http://neotechnology.com]
*
* This file is part of Neo4j.
*
* Neo4j is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundatio... | 9,995 | 0.698049 | 0.692046 | 237 | 41.172997 | 32.367477 | 122 | false | false | 0 | 0 | 0 | 0 | 77 | 0.014107 | 0.911392 | false | false | 12 |
a2c45e5665f9ba02ee3e75f9c7bfc563daaac3c2 | 25,658,134,681,555 | 859b73e62f1459f6d4bc7c2f216640db68149862 | /src/de/hardcode/jxinput/test/AxisListener.java | 25b030966da98ecb174da944a3a19cf405b4d147 | [] | no_license | play3577/lmrezac-Super-Mario-Bros | https://github.com/play3577/lmrezac-Super-Mario-Bros | 9b19a3ecb5b1c51dea91011edb433296447ff985 | e5b795e2196ba22a19ebc497ba714fe67f033b83 | refs/heads/master | 2022-04-07T21:07:44.120000 | 2016-11-10T23:49:26 | 2016-11-10T23:49:26 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | //
// Decompiled by Procyon v0.5.29
//
package de.hardcode.jxinput.test;
import de.hardcode.jxinput.event.JXInputAxisEvent;
import de.hardcode.jxinput.event.JXInputEventManager;
import de.hardcode.jxinput.Axis;
import de.hardcode.jxinput.event.JXInputAxisEventListener;
public class AxisListener implements JXInputA... | UTF-8 | Java | 721 | java | AxisListener.java | Java | [] | null | [] | //
// Decompiled by Procyon v0.5.29
//
package de.hardcode.jxinput.test;
import de.hardcode.jxinput.event.JXInputAxisEvent;
import de.hardcode.jxinput.event.JXInputEventManager;
import de.hardcode.jxinput.Axis;
import de.hardcode.jxinput.event.JXInputAxisEventListener;
public class AxisListener implements JXInputA... | 721 | 0.746186 | 0.737864 | 21 | 33.333332 | 43.253773 | 194 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.47619 | false | false | 12 |
123e2355c7a30f2bdd41ce0514c4ca451f200d64 | 32,203,664,799,074 | 1fce9cf222f1874db8674dfaccb2a171254665ae | /src/patterns/creational/builder_car_simple/CarBuilder.java | e0acc02e3f5de0b4e6aecdb63d96ed372d468072 | [] | no_license | ValeriyEmelyanov/conspect | https://github.com/ValeriyEmelyanov/conspect | 8efef9b5a3b2c21024a72e062d607984c4050e4f | b3fbaed2051a3a5649b7997cc575dcd8e1848930 | refs/heads/master | 2023-06-24T04:38:27.380000 | 2023-06-16T12:26:58 | 2023-06-16T12:26:58 | 219,466,646 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package patterns.creational.builder_car_simple;
public class CarBuilder {
String make = "Default";
Transmission transmission = Transmission.MANUAL;
int maxSpeed = 120;
public CarBuilder buildMake(String make) {
this.make = make;
return this;
}
public CarBuilder buildTransmissi... | UTF-8 | Java | 723 | java | CarBuilder.java | Java | [] | null | [] | package patterns.creational.builder_car_simple;
public class CarBuilder {
String make = "Default";
Transmission transmission = Transmission.MANUAL;
int maxSpeed = 120;
public CarBuilder buildMake(String make) {
this.make = make;
return this;
}
public CarBuilder buildTransmissi... | 723 | 0.633472 | 0.629322 | 30 | 23.1 | 18.436106 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 12 |
6add2f6a0a9489f9e2e3ff2e452555552bdab4e9 | 1,331,439,910,809 | ebafbaaf156fe563f565301704b88ad64719aef4 | /internalLibraries/storagedriver/src/main/java/com/emc/storageos/storagedriver/storagecapabilities/AutoTieringPolicyCapabilityDefinition.java | a127957552b5dec3f5601687569ba8b265ed4b70 | [] | no_license | SuzyWu2014/coprhd-controller | https://github.com/SuzyWu2014/coprhd-controller | 086ae1043c2c0fefd644e7d4192c982ffbeda533 | 5a5e0ecc1d54cd387514f588768e2a918c819aa7 | refs/heads/master | 2021-01-21T09:42:31.339000 | 2016-09-30T19:21:02 | 2016-09-30T19:21:02 | 46,948,031 | 1 | 0 | null | true | 2015-11-26T21:45:46 | 2015-11-26T21:45:46 | 2015-11-23T02:04:35 | 2015-11-26T21:45:38 | 55,676 | 0 | 0 | 0 | null | null | null | /*
* Copyright (c) 2016 EMC Corporation
* All Rights Reserved
*/
package com.emc.storageos.storagedriver.storagecapabilities;
/**
* Specifies the definition for the auto tiering policy capability.
*/
public class AutoTieringPolicyCapabilityDefinition extends CapabilityDefinition {
// The uid of this capabili... | UTF-8 | Java | 686 | java | AutoTieringPolicyCapabilityDefinition.java | Java | [] | null | [] | /*
* Copyright (c) 2016 EMC Corporation
* All Rights Reserved
*/
package com.emc.storageos.storagedriver.storagecapabilities;
/**
* Specifies the definition for the auto tiering policy capability.
*/
public class AutoTieringPolicyCapabilityDefinition extends CapabilityDefinition {
// The uid of this capabili... | 686 | 0.695335 | 0.689504 | 27 | 24.407408 | 24.33449 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.185185 | false | false | 12 |
acf85fed8e85adb4c1f44f9fbb3f6c3dfbdcd558 | 27,006,754,370,711 | a354d4bbcdedc9e233d255f13f7d8005f6680350 | /src/mobidev/geowall/DataController.java | e83deea84c8fb7add53cefed2671c9d928139c70 | [] | no_license | MTco/geowall-android | https://github.com/MTco/geowall-android | 65b0c8bba5e3985111f2fbe85438578659408d01 | 6443428ca8df55bbe0579ef6be249b591def1e55 | refs/heads/master | 2021-05-29T08:48:36.854000 | 2012-07-24T11:26:40 | 2012-07-24T11:26:40 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package mobidev.geowall;
import java.util.ArrayList;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import android.util.Log;
public class DataController {
/*
* nick email pw image date country city
*/
public static String marshallUser(UserData userData) {
JSONObject ... | UTF-8 | Java | 4,688 | java | DataController.java | Java | [] | null | [] | package mobidev.geowall;
import java.util.ArrayList;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import android.util.Log;
public class DataController {
/*
* nick email pw image date country city
*/
public static String marshallUser(UserData userData) {
JSONObject ... | 4,688 | 0.65785 | 0.65721 | 183 | 24.617487 | 18.735901 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.84153 | false | false | 12 |
fc92ee52810cc05af9c3dd5b7f1275aee9c0c3ef | 27,006,754,372,180 | 39b4a0c80e1897cccd4e43e8c3959505dbf7faed | /DeepThoughtLib/src/main/java/net/deepthought/communication/listener/AskForDeviceRegistrationListener.java | af73b99215350be55dbeb1ab3cfe975b2807bdf8 | [
"Apache-2.0"
] | permissive | divid3byzero/DeepThought | https://github.com/divid3byzero/DeepThought | 10cf84342a6505e502c7ad62df06e5bf641ddf30 | 71a256e2c8df44992698bf49f2009e53c44da9dc | refs/heads/master | 2020-12-25T04:45:01.023000 | 2016-06-05T10:34:19 | 2016-06-05T10:34:19 | 60,457,533 | 0 | 0 | null | true | 2016-06-05T11:52:43 | 2016-06-05T11:52:42 | 2015-04-23T21:49:54 | 2016-06-04T21:19:15 | 7,902 | 0 | 0 | 0 | null | null | null | package net.deepthought.communication.listener;
import net.deepthought.communication.messages.AskForDeviceRegistrationResponseMessage;
/**
* Created by ganymed on 20/08/15.
*/
public interface AskForDeviceRegistrationListener {
void serverResponded(AskForDeviceRegistrationResponseMessage response);
}
| UTF-8 | Java | 310 | java | AskForDeviceRegistrationListener.java | Java | [
{
"context": "iceRegistrationResponseMessage;\n\n/**\n * Created by ganymed on 20/08/15.\n */\npublic interface AskForDeviceReg",
"end": 162,
"score": 0.9996177554130554,
"start": 155,
"tag": "USERNAME",
"value": "ganymed"
}
] | null | [] | package net.deepthought.communication.listener;
import net.deepthought.communication.messages.AskForDeviceRegistrationResponseMessage;
/**
* Created by ganymed on 20/08/15.
*/
public interface AskForDeviceRegistrationListener {
void serverResponded(AskForDeviceRegistrationResponseMessage response);
}
| 310 | 0.835484 | 0.816129 | 12 | 24.833334 | 30.699711 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 12 |
d10d61fb270a3014e6594d8152115da85d6310ce | 36,696,200,620,812 | 1e6b864eb85945f5ed5f361bab2115652fd00957 | /02_agenda_clase/EjercicioAgenda/src/ejercicioagenda/EjercicioAgenda.java | 1e22034c639b779d55401e834fb3a96445ab0894 | [
"Apache-2.0"
] | permissive | Egibide-PROG2015/ejercicios-ud3-poo-parte-2-ijaureguialzo | https://github.com/Egibide-PROG2015/ejercicios-ud3-poo-parte-2-ijaureguialzo | 6d6a47ed17450ab596d832047bdccdd49783e169 | 95d770e95da6334625356d9f65d60e4f591ede95 | refs/heads/master | 2016-05-19T13:27:44.466000 | 2016-03-02T21:05:51 | 2016-03-02T21:05:51 | 50,525,545 | 0 | 1 | null | false | 2016-03-09T17:54:35 | 2016-01-27T17:40:28 | 2016-01-27T21:04:26 | 2016-03-08T19:59:09 | 352 | 0 | 1 | 0 | Java | 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 ejercicioagenda;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
/**
*
* @auth... | UTF-8 | Java | 1,920 | java | EjercicioAgenda.java | Java | [
{
"context": "port java.io.InputStreamReader;\n\n/**\n *\n * @author widemos\n */\npublic class EjercicioAgenda {\n\n /**\n ",
"end": 330,
"score": 0.9992383718490601,
"start": 323,
"tag": "USERNAME",
"value": "widemos"
}
] | 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 ejercicioagenda;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
/**
*
* @auth... | 1,920 | 0.587252 | 0.587252 | 69 | 26.73913 | 24.161085 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.463768 | false | false | 12 |
e49b15ddfb3b6172698ab0acc2d19d6ae91d8a3a | 36,696,200,621,193 | 0e3f3a915c5538262dd80adbbfec65d0cd3cf4fe | /added/chapter08/app/src/main/java/app0/com/ch09/MainActivity.java | d340adeeb3b8079ec01349746cc2ac2fa26626e1 | [] | no_license | kongxiangyue/firstline_advanced | https://github.com/kongxiangyue/firstline_advanced | b2ee1816edc72e5c4c11355a91edab31188feb43 | eb75769a54b10b60a8b9035e82ec34d5e8752bb4 | refs/heads/master | 2021-06-05T13:13:19.837000 | 2020-10-10T07:42:34 | 2020-10-10T07:42:34 | 142,375,258 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package app0.com.ch09;
import android.animation.Animator;
import android.animation.ObjectAnimator;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import android.widget.Toast;
public class MainActivity extends ... | UTF-8 | Java | 2,445 | java | MainActivity.java | Java | [] | null | [] | package app0.com.ch09;
import android.animation.Animator;
import android.animation.ObjectAnimator;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import android.widget.Toast;
public class MainActivity extends ... | 2,445 | 0.531288 | 0.526789 | 81 | 29.185184 | 22.13266 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.419753 | false | false | 12 |
085a1d6d7cb0c0ae1dbabff285aebedaeef42912 | 34,875,134,497,958 | a8103cd641c651f8f43fccf6cfa08ee652409342 | /app/src/main/java/org/berendeev/translator/presentation/languagepicker/LanguagePickerView.java | d968811a981001f9b2fbbf591c2f7914195d93f7 | [] | no_license | dima-berendeev/translator | https://github.com/dima-berendeev/translator | 8d2e25449cb833f86323c23eb8a7764dce8ec549 | 7547d98ab1601845a808b487bf1bd2e0d6af75c4 | refs/heads/master | 2017-12-03T02:16:50.791000 | 2017-04-21T08:00:00 | 2017-04-21T08:00:00 | 85,747,712 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.berendeev.translator.presentation.languagepicker;
import org.berendeev.translator.domain.entity.Language;
import java.util.List;
public interface LanguagePickerView {
void updateLanguageNames(List<Language> languages);
}
| UTF-8 | Java | 240 | java | LanguagePickerView.java | Java | [] | null | [] | package org.berendeev.translator.presentation.languagepicker;
import org.berendeev.translator.domain.entity.Language;
import java.util.List;
public interface LanguagePickerView {
void updateLanguageNames(List<Language> languages);
}
| 240 | 0.825 | 0.825 | 9 | 25.666666 | 25.157284 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 12 |
9bd805259579e5685d4aa0010b48f2d4b46eba3d | 39,410,619,947,649 | b8b476f12e7948440fe33e0a03bc6a8f9160ceac | /src/main/java/com/revature/p1/services/WebUserService.java | 01fcfa1cea41be8cc7d602311b38172ef3c7795c | [] | no_license | SeanTaba/web-app-workshop | https://github.com/SeanTaba/web-app-workshop | f4d992f8b50ee3f848a50bec62bdcfbd501007c9 | 4cba5e4e9757a7822e3861a1f697e6c72c0e41c7 | refs/heads/master | 2023-05-12T03:33:53.332000 | 2021-06-03T02:56:57 | 2021-06-03T02:56:57 | 370,168,869 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.revature.p1.services;
import com.revature.orm.MyObjectRelationalMapper;
import com.revature.orm.MySavable;
import com.revature.p1.dtos.LoginDTO;
import com.revature.p1.entities.*;
import com.revature.p1.exceptions.InvalidLoginException;
import com.revature.p1.utilities.InputValidator;
import org.apache.log... | UTF-8 | Java | 4,054 | java | WebUserService.java | Java | [] | null | [] | package com.revature.p1.services;
import com.revature.orm.MyObjectRelationalMapper;
import com.revature.orm.MySavable;
import com.revature.p1.dtos.LoginDTO;
import com.revature.p1.entities.*;
import com.revature.p1.exceptions.InvalidLoginException;
import com.revature.p1.utilities.InputValidator;
import org.apache.log... | 4,054 | 0.598421 | 0.596201 | 126 | 31.174603 | 27.907751 | 135 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.579365 | false | false | 12 |
3e6810cfb4063cbe40219732dde0a21c4ef3f2cd | 38,173,669,355,525 | ad7da61d1b22de3b989e2a1a0525c807cf3f977a | /src/main/java/com/easypeazy/API/controllers/HomeController.java | 7b0c8e646e1baeab1c2f167dd24a6d4a1a8af747 | [] | no_license | amrshaawkyy/EasyPeasy | https://github.com/amrshaawkyy/EasyPeasy | c48351dfa3945706af6e910056670502335163f2 | 6cfad6d28a72565a19fded16ecd5f46d215b9cee | refs/heads/master | 2023-02-13T18:12:48.232000 | 2021-01-08T08:31:41 | 2021-01-08T08:31:41 | 322,248,462 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.easypeazy.API.controllers;
import com.easypeazy.Domain.Interfaces.IUserService;
import com.easypeazy.Domain.Models.User;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.http.MediaType;
import org.springframework.http.Resp... | UTF-8 | Java | 1,350 | java | HomeController.java | Java | [] | null | [] | package com.easypeazy.API.controllers;
import com.easypeazy.Domain.Interfaces.IUserService;
import com.easypeazy.Domain.Models.User;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.http.MediaType;
import org.springframework.http.Resp... | 1,350 | 0.734815 | 0.733333 | 35 | 37.57143 | 29.967875 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 12 |
e7247adc1dc5d1177fcdb94c4bd1ab55edc65bf8 | 35,966,056,187,609 | f7c46a358b5425e038b24f8c2026dee435eeb1ac | /trader-services/src/main/java/trader/service/tradlet/impl/cta/CTARule.java | 1523b97f60d4369af17222dd6fe8a642f4d23709 | [
"Apache-2.0"
] | permissive | handgod/java-trader | https://github.com/handgod/java-trader | 3b06e685ba7753b02a60fb5ad19bef6cbdad2b09 | 4824a7854fc3181cbcb0461c4f77bfe6bcf90995 | refs/heads/master | 2022-12-14T11:53:11.124000 | 2020-09-18T13:47:36 | 2020-09-18T13:47:36 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package trader.service.tradlet.impl.cta;
import java.time.LocalDate;
import org.eclipse.jetty.util.StringUtil;
import org.jdom2.Element;
import org.ta4j.core.Bar;
import com.google.gson.JsonElement;
import com.google.gson.JsonObject;
import trader.common.tick.PriceLevel;
import trader.common.util.ConversionUtil;
im... | UTF-8 | Java | 6,739 | java | CTARule.java | Java | [] | null | [] | package trader.service.tradlet.impl.cta;
import java.time.LocalDate;
import org.eclipse.jetty.util.StringUtil;
import org.jdom2.Element;
import org.ta4j.core.Bar;
import com.google.gson.JsonElement;
import com.google.gson.JsonObject;
import trader.common.tick.PriceLevel;
import trader.common.util.ConversionUtil;
im... | 6,739 | 0.565437 | 0.557477 | 223 | 28.295963 | 22.785259 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.560538 | false | false | 12 |
e0760241da61a3884bad778bc264af35ff288b08 | 11,390,253,339,298 | 08e61ce8053e2042e7b48cff335434004b1edff4 | /src/test/org/apache/maven/archetypes/VSM_API_Framework/Test_PerformanceTunedEbooksAPI.java | 0b6432bca2a357a7e57d41307dcc5103d8f13cea | [] | no_license | Ashish-Khatri/vsm-api-framework | https://github.com/Ashish-Khatri/vsm-api-framework | b525b83aea00d78c355b70c957b8d7eb76a28433 | ef23d89d5d514fec98acf3102c4e3dab1bd17d37 | refs/heads/master | 2021-01-13T00:55:34.100000 | 2015-05-29T13:26:52 | 2015-05-29T13:26:52 | 36,506,056 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.apache.maven.archetypes.VSM_API_Framework;
import org.apache.http.HttpResponse;
import org.apache.http.client.methods.HttpDelete;
import org.apache.http.client.methods.HttpGet;
import org.apache.http.client.methods.HttpPost;
import org.apache.http.entity.StringEntity;
import org.apache.http.util.EntityUtil... | UTF-8 | Java | 7,671 | java | Test_PerformanceTunedEbooksAPI.java | Java | [
{
"context": "details.\n * 3.Replace TeacherUserName value with \"k@test1.com\"\n * 4.Replace TeacherPassword value with \"pass@12",
"end": 662,
"score": 0.9998839497566223,
"start": 651,
"tag": "EMAIL",
"value": "k@test1.com"
},
{
"context": "st1.com\"\n * 4.Replace TeacherPassword ... | null | [] | package org.apache.maven.archetypes.VSM_API_Framework;
import org.apache.http.HttpResponse;
import org.apache.http.client.methods.HttpDelete;
import org.apache.http.client.methods.HttpGet;
import org.apache.http.client.methods.HttpPost;
import org.apache.http.entity.StringEntity;
import org.apache.http.util.EntityUtil... | 7,679 | 0.749185 | 0.731587 | 225 | 33.093334 | 41.483868 | 169 | false | false | 0 | 0 | 0 | 0 | 121 | 0.047321 | 2.951111 | false | false | 12 |
ba108a4dcb8f0f7cf486ab0619385ea1689ab54a | 17,712,445,188,779 | 7d6e89b92dc97aee8d9ffe10401c7cbd7badb4a5 | /My/glass.java | c1d25c67809e4c5474f7eb187e36ecb5c09069fc | [] | no_license | oz105/Algorithems_1 | https://github.com/oz105/Algorithems_1 | 17e15e1d93e171c3ff4f4585b4cf4b22bc1c730b | 4a29c12c596a3d159daa65c71e42d2a6227d5abb | refs/heads/main | 2023-04-06T16:05:29.473000 | 2021-04-04T16:31:55 | 2021-04-04T16:31:55 | 354,592,641 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package My;
public class glass {
/**
* returns the nth element in fibonacci series
* Complexity: O(n)
*/
public static int findClosestTringleNum (int x) {
int y = 0 ;
int i = 1 ;
while (x > y) {
y = i + y ;
i++ ;
}
return i ;
}
/**
* 2 glass ball problem
* Complexity: O(n^2)
*/
... | UTF-8 | Java | 1,074 | java | glass.java | Java | [] | null | [] | package My;
public class glass {
/**
* returns the nth element in fibonacci series
* Complexity: O(n)
*/
public static int findClosestTringleNum (int x) {
int y = 0 ;
int i = 1 ;
while (x > y) {
y = i + y ;
i++ ;
}
return i ;
}
/**
* 2 glass ball problem
* Complexity: O(n^2)
*/
... | 1,074 | 0.600559 | 0.588454 | 53 | 19.264151 | 16.517744 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.132076 | false | false | 12 |
0ab3217c3edf94f90be47ffde5a38ba81d292a18 | 25,331,717,173,591 | 120ab24c42590d55788d657d77f89f0609f20718 | /metadata_service/src/edu/ur/metadata/dc/service/DefaultDublinCoreEncodingSchemeService.java | 1247680603e9e4db1f7b2e0d8d72cea866c9edbe | [
"Apache-2.0",
"LGPL-2.0-or-later"
] | permissive | chenGit1763113879QQ/irplus | https://github.com/chenGit1763113879QQ/irplus | a60b541b78f3a13a4f1127476a7493eb4c81b54e | 6695110887ab3ac3f1db7cf7262dd1a7241c0e04 | refs/heads/master | 2023-07-05T15:38:46.263000 | 2020-12-09T14:21:41 | 2020-12-09T14:21:41 | 442,514,892 | 0 | 0 | Apache-2.0 | true | 2023-07-04T08:09:30 | 2021-12-28T16:05:40 | 2021-12-28T16:05:41 | 2023-07-04T08:09:28 | 33,527 | 0 | 0 | 1 | null | false | false | /**
Copyright 2008-2010 University of Rochester
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by appli... | UTF-8 | Java | 3,035 | java | DefaultDublinCoreEncodingSchemeService.java | Java | [
{
"context": "CoreEncodingSchemeService;\r\n\r\n/**\r\n * \r\n * @author Nathan Sarr\r\n *\r\n */\r\npublic class DefaultDublinCoreEncodingS",
"end": 895,
"score": 0.9998138546943665,
"start": 884,
"tag": "NAME",
"value": "Nathan Sarr"
}
] | null | [] | /**
Copyright 2008-2010 University of Rochester
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by appli... | 3,030 | 0.744316 | 0.740362 | 99 | 28.656565 | 30.318565 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.929293 | false | false | 9 |
6d80727c34a31ee9405c3872bb8765e592ef4fb3 | 24,017,457,164,772 | ef0923ef99e9ecf5e24f105763fb7d01ddf07228 | /book-code/chap08/RenameFile.java | 59968dc9161ea85dd01b26ee7201c63d37e07138 | [] | no_license | Ablazy/java-book-code | https://github.com/Ablazy/java-book-code | f62c427fe85a2751d5a68f0c4008d7b0d8e439e9 | c4d7d32378ca610bdf173934e1262ea000f67480 | refs/heads/master | 2023-05-03T00:19:48.800000 | 2021-05-09T14:52:57 | 2021-05-09T14:52:57 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
import java.io.*;
import java.util.Date;
public class RenameFile {
private static void fileData(File f) {
System.out.println(" Absolute path: " + f.getAbsolutePath());
System.out.println(" Can read: " + f.canRead());
System.out.println(" Can write: " + f.canWrite());
System.out.println(" getName: " + f.getNa... | UTF-8 | Java | 1,039 | java | RenameFile.java | Java | [] | null | [] |
import java.io.*;
import java.util.Date;
public class RenameFile {
private static void fileData(File f) {
System.out.println(" Absolute path: " + f.getAbsolutePath());
System.out.println(" Can read: " + f.canRead());
System.out.println(" Can write: " + f.canWrite());
System.out.println(" getName: " + f.getNa... | 1,039 | 0.6564 | 0.654475 | 33 | 30.484848 | 21.554893 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.181818 | false | false | 9 |
799282661e1e2fa041ec3c23943c4810a3effbff | 7,799,660,670,939 | cc9b4bd3170682953a3a1f03683664ee44492f0e | /src/model/Data.java | 67de831e94f32e0ca83bcea6fa054e751e5f744c | [] | no_license | O-OF-N/LocationTree | https://github.com/O-OF-N/LocationTree | b5e322e1f4bcdc8c9acc62d5e0230b080619f541 | 6ce92db8bdcfe454373e25ab78d40871fdaeda6d | refs/heads/master | 2021-01-18T16:01:36.796000 | 2014-09-10T03:00:44 | 2014-09-10T03:00:44 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package model;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Map;
import java.util.Set;
public class Data {
public static Map<Integer, Integer> locationType = new HashMap<Integer, Integer>();
public static Map<Integer, Set<Integer>> path = new HashMap<Integer, Set<Integer>>();
public static... | UTF-8 | Java | 2,491 | java | Data.java | Java | [] | null | [] | package model;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Map;
import java.util.Set;
public class Data {
public static Map<Integer, Integer> locationType = new HashMap<Integer, Integer>();
public static Map<Integer, Set<Integer>> path = new HashMap<Integer, Set<Integer>>();
public static... | 2,491 | 0.64432 | 0.570855 | 111 | 21.441441 | 15.703724 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.900901 | false | false | 9 |
ac706b9d52d3512f7e46639774ea6981a7a31ddd | 7,799,660,671,825 | a7c79b0cba9c00812389005e2f8e1052d17aa8c7 | /src/com/util/Test1.java | b242a0d2129b0bbf9d477ea1a3b0b6c6998d5969 | [] | no_license | princesharma1/java_sqlite | https://github.com/princesharma1/java_sqlite | 8662a811855fe1b8414b510b742806ceee69ce78 | 6a53a4ca5955504ee09ee97ade6989374b8c0577 | refs/heads/master | 2022-12-09T13:28:04.744000 | 2020-09-08T08:49:07 | 2020-09-08T08:49:07 | 293,753,024 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.util;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.Statement;
import java.util.List;
import com.dto.ProjectDTO;
public class Test1 {
public static void main(String[] args) {
Connection conn = null;
PreparedStatement ps = null;
ResultSe... | UTF-8 | Java | 869 | java | Test1.java | Java | [] | null | [] | package com.util;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.Statement;
import java.util.List;
import com.dto.ProjectDTO;
public class Test1 {
public static void main(String[] args) {
Connection conn = null;
PreparedStatement ps = null;
ResultSe... | 869 | 0.659379 | 0.658228 | 38 | 21.868422 | 16.375803 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.026316 | false | false | 9 |
64c50c01e3cf00a1418691b35a28c2730a9182dc | 9,740,985,848,681 | 1bd4ed33fa9fd53b40628ceca04f472a3a6fdeb6 | /src/gestor/Controle/ControleIndicadoresAcompanhaTO.java | 62b168f807ff3dde2fdf859f3f2226c3e78036d0 | [] | no_license | ronaldoalvessilva/SysConp | https://github.com/ronaldoalvessilva/SysConp | be09cb53a0b54956dade87a76eadbeabc235646c | 4680f9e0e3b82722e0c4027dd6205797e9d92992 | refs/heads/master | 2021-08-07T05:35:20.298000 | 2021-08-06T18:49:33 | 2021-08-06T18:49:33 | 119,440,835 | 2 | 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 gestor.Controle;
import gestor.Dao.ConexaoBancoDados;
import gestor.Modelo.IndicadoresAcompanhamento;
import java.sql... | UTF-8 | Java | 5,331 | java | ControleIndicadoresAcompanhaTO.java | Java | [
{
"context": "rt javax.swing.JOptionPane;\r\n\r\n/**\r\n *\r\n * @author Socializa TI 02\r\n */\r\npublic class ControleIndicadoresAcomp",
"end": 436,
"score": 0.99924635887146,
"start": 427,
"tag": "NAME",
"value": "Socializa"
}
] | 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 gestor.Controle;
import gestor.Dao.ConexaoBancoDados;
import gestor.Modelo.IndicadoresAcompanhamento;
import java.sql... | 5,331 | 0.639197 | 0.632439 | 106 | 48.254719 | 47.00563 | 369 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.254717 | false | false | 9 |
eced12e1343a78d2e6134caebb72544f51618ba2 | 16,999,480,605,367 | 874b26f35969cc74dc346c4ab66a1e44b5b4eaa3 | /src/test/java/com/authorcafe/LoginPagePom.java | 02638fd2e8809c8cfb2daca4533e17660c75ec1e | [] | no_license | yamini32/TNQtask | https://github.com/yamini32/TNQtask | 03fbb52d6d561e2aa4fde9dd3c3d27a565a8cb0a | 79e7ebed8b92ca2913b99197d98d072640e55228 | refs/heads/master | 2022-12-18T12:45:06.369000 | 2020-09-25T11:17:19 | 2020-09-25T11:17:19 | 298,551,616 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.authorcafe;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.FindBy;
import org.openqa.selenium.support.PageFactory;
public class LoginPagePom extends BaseClass {
public LoginPagePom() {
PageFactory.initElements(driver, this);
}
@FindBy(id = "username")
private WebElem... | UTF-8 | Java | 793 | java | LoginPagePom.java | Java | [
{
"context": "nitElements(driver, this);\n\t\t\n\t}\n\t\n\t@FindBy(id = \"username\")\n\tprivate WebElement userName;\n\t\n\tpublic WebElem",
"end": 301,
"score": 0.9969668388366699,
"start": 293,
"tag": "USERNAME",
"value": "username"
}
] | null | [] | package com.authorcafe;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.FindBy;
import org.openqa.selenium.support.PageFactory;
public class LoginPagePom extends BaseClass {
public LoginPagePom() {
PageFactory.initElements(driver, this);
}
@FindBy(id = "username")
private WebElem... | 793 | 0.712484 | 0.712484 | 44 | 17.022728 | 17.646128 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.090909 | false | false | 9 |
f8f33b980c01a23fb2d6ebbb5e243783cff51fe9 | 16,999,480,605,609 | eab5c2d8854bce544db998a7e2a4bd5176c7d63c | /src/main/java/cn/ms22/chapter2/HeapSort.java | 6a29a7433fb71889135b0d66d0570729790f60a3 | [
"MIT"
] | permissive | BasicTime/LearnAlgorithm | https://github.com/BasicTime/LearnAlgorithm | 6a0c2eab2c4952a4dba6306fd05e9e3736d9b7a3 | 301a10001f5d4f3fac5b130e9150c4705e5ec2d8 | refs/heads/master | 2023-08-28T12:44:01.913000 | 2021-10-14T09:35:06 | 2021-10-14T09:35:06 | 414,450,230 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.ms22.chapter2;
import cn.ms22.BaseSort;
import cn.ms22.utils.CommonUtil;
public class HeapSort extends BaseSort {
public static void main(String[] args) {
HeapSort heapSort = new HeapSort();
int[] arr = heapSort.generator(20);
// int[] arr = new int[]{6, 3, 8, 1, 0, 4};
// ... | UTF-8 | Java | 2,662 | java | HeapSort.java | Java | [] | null | [] | package cn.ms22.chapter2;
import cn.ms22.BaseSort;
import cn.ms22.utils.CommonUtil;
public class HeapSort extends BaseSort {
public static void main(String[] args) {
HeapSort heapSort = new HeapSort();
int[] arr = heapSort.generator(20);
// int[] arr = new int[]{6, 3, 8, 1, 0, 4};
// ... | 2,662 | 0.481593 | 0.459805 | 87 | 29.597702 | 20.008308 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.977012 | false | false | 9 |
d2ebd3afcd99ab45d48e147ad1a773654789b8a5 | 35,725,537,969,622 | 1fbe4950a2512a087bc41e58ffd727d3f20094dd | /src/test/java/com/cs/datastructure/graph/GraphTest.java | 6fff5c7f73368b0f68148943dfad527656ada896 | [] | no_license | romurta/cs | https://github.com/romurta/cs | e8f03cbd85957e96ba32d776b06889fa48d67a3c | 0ac14c205d7d191b05945e6dece62443bbbeffc3 | refs/heads/master | 2023-06-03T08:33:33.039000 | 2021-06-15T15:09:55 | 2021-06-15T15:09:55 | 279,669,615 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cs.datastructure.graph;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import static org.junit.jupiter.api.Assertions.*;
class GraphTest {
private Graph graph;
@BeforeEach
public void setup() {
graph = new Graph(5)... | UTF-8 | Java | 1,115 | java | GraphTest.java | Java | [] | null | [] | package com.cs.datastructure.graph;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import static org.junit.jupiter.api.Assertions.*;
class GraphTest {
private Graph graph;
@BeforeEach
public void setup() {
graph = new Graph(5)... | 1,115 | 0.601794 | 0.573094 | 51 | 20.882353 | 15.945553 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.823529 | false | false | 9 |
1f90d9bb66352b09b160c2f99b81570ce4c4dbbe | 29,540,785,081,403 | eb69914160e9e3e44cb1d0742cb7b3715165ea91 | /OrionSecurity/OrionSecurityBusiness/src/main/java/co/com/binariasystems/orion/business/predicate/UserByIdPredicate.java | 227cf8036c694a37c0b079f31891527823499fe9 | [] | no_license | alex8704/BinariaPlatform | https://github.com/alex8704/BinariaPlatform | c8f7dac63c2ae4d64b9f1de98296aaed6fdac006 | a407625e550d3dff1d8a1c16fd23e426e9bf355d | refs/heads/master | 2021-01-20T01:22:24.843000 | 2017-04-24T16:32:14 | 2017-04-24T16:32:14 | 89,262,426 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package co.com.binariasystems.orion.business.predicate;
import co.com.binariasystems.orion.model.dto.UserDTO;
public class UserByIdPredicate extends AbstractPredicate<UserDTO> {
private Integer userId;
public UserByIdPredicate(Integer userId){
this.userId = userId;
}
@Override
public boolean isValid(UserDTO ... | UTF-8 | Java | 446 | java | UserByIdPredicate.java | Java | [] | null | [] | package co.com.binariasystems.orion.business.predicate;
import co.com.binariasystems.orion.model.dto.UserDTO;
public class UserByIdPredicate extends AbstractPredicate<UserDTO> {
private Integer userId;
public UserByIdPredicate(Integer userId){
this.userId = userId;
}
@Override
public boolean isValid(UserDTO ... | 446 | 0.742152 | 0.742152 | 17 | 25.235294 | 24.312983 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.294118 | false | false | 9 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.