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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0c3b19f43a7eca787a8cc4ea612180f5b7936433 | 25,623,774,940,186 | c9d84d6d9371560437f95056036eed8e32307bce | /src/main/java/com/levin/algo/other/HuiSu.java | f81bfb242b93905a989e17a6d9700031cce0748f | [] | no_license | eyric/JavaCbok | https://github.com/eyric/JavaCbok | cc8f5706664631d823aed36f20ff6f9755287012 | 81fed37e89d6e916b20cbcd85db8e563b372025c | refs/heads/master | 2020-05-22T06:02:46.384000 | 2019-09-17T09:41:46 | 2019-09-17T09:41:46 | 186,246,339 | 4 | 0 | null | false | 2020-07-01T23:05:26 | 2019-05-12T11:28:59 | 2019-09-17T12:51:10 | 2020-07-01T23:05:24 | 2,797 | 1 | 0 | 1 | Java | false | false | package com.levin.algo.other;
/**
* 回溯算法
*/
public class HuiSu {
public static StringBuffer s = new StringBuffer();
public static StringBuffer str = new StringBuffer();
public static void zuhe(int[][] arr, int n) {
if (n == arr.length) {
s.append(str + "\n");//如果长度到达了组合长度,就加在总字符串里
... | UTF-8 | Java | 992 | java | HuiSu.java | Java | [] | null | [] | package com.levin.algo.other;
/**
* 回溯算法
*/
public class HuiSu {
public static StringBuffer s = new StringBuffer();
public static StringBuffer str = new StringBuffer();
public static void zuhe(int[][] arr, int n) {
if (n == arr.length) {
s.append(str + "\n");//如果长度到达了组合长度,就加在总字符串里
... | 992 | 0.506068 | 0.493932 | 33 | 23.969696 | 19.762966 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.636364 | false | false | 9 |
b19cfc72e8bee2f6c441adbcc439e3c744a8a1ce | 27,358,941,711,636 | 37515a0a63e3e6e62ba5104567201d2f14360f13 | /edu.fudan.langlab.uidl.domain/src/main/java/edu/fudan/langlab/uidl/domain/app/client/workbench/ApplicationWorkbenchPresenterView.java | da93aaf793de9fe02b6c80b4e88c847c63517fe7 | [] | no_license | rockguo2015/newmed | https://github.com/rockguo2015/newmed | 9d95e161ba7cb9c59b24c4fb0bec2eb328214831 | b4818912e5bbc6e0147d47e8ba475c0ac5c80c2e | refs/heads/master | 2021-01-10T05:16:25.491000 | 2015-05-29T10:03:23 | 2015-05-29T10:03:23 | 36,384,873 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.fudan.langlab.uidl.domain.app.client.workbench;
import com.google.inject.ImplementedBy;
import com.uniquesoft.gwt.client.common.Presenter;
import com.uniquesoft.gwt.client.common.Viewer;
import edu.fudan.langlab.uidl.domain.app.client.workbench.ApplicationWorkbenchView;
import org.eclipse.xtext.xbase.lib.P... | UTF-8 | Java | 935 | java | ApplicationWorkbenchPresenterView.java | Java | [] | null | [] | package edu.fudan.langlab.uidl.domain.app.client.workbench;
import com.google.inject.ImplementedBy;
import com.uniquesoft.gwt.client.common.Presenter;
import com.uniquesoft.gwt.client.common.Viewer;
import edu.fudan.langlab.uidl.domain.app.client.workbench.ApplicationWorkbenchView;
import org.eclipse.xtext.xbase.lib.P... | 935 | 0.828877 | 0.825668 | 20 | 45.75 | 36.701328 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.7 | false | false | 9 |
ab21d5069e096295e24ecfa8feb86d446f20070e | 17,935,783,493,583 | 08a1993ce6f6c25e4b0554d8ee73bb8788f49b41 | /mtx-admin/src/main/java/com/mtx/system/controller/biz/SystemConfigController.java | 7f45d66f8f283ca9dbccb3efade2be88ce186b54 | [
"MIT"
] | permissive | yudinggood/mtx | https://github.com/yudinggood/mtx | 417f08f3933e52ecdc1a873b7e71cd41247e07e9 | a444d9ce34f9685e56dfbdf9ff98aa6b2a15ef9b | refs/heads/master | 2022-12-20T03:14:34.425000 | 2019-12-25T01:37:08 | 2019-12-25T01:37:08 | 206,483,910 | 2 | 0 | MIT | false | 2022-12-16T11:35:27 | 2019-09-05T05:43:58 | 2020-05-08T12:32:25 | 2022-12-16T11:35:24 | 12,586 | 2 | 0 | 17 | JavaScript | false | false | package com.mtx.system.controller.biz;
import com.baidu.unbiz.fluentvalidator.ComplexResult;
import com.baidu.unbiz.fluentvalidator.FluentValidator;
import com.baidu.unbiz.fluentvalidator.ResultCollectors;
import com.baomidou.mybatisplus.plugins.Page;
import com.mtx.common.base.BaseController;
import com.mtx.common.ut... | UTF-8 | Java | 5,299 | java | SystemConfigController.java | Java | [] | null | [] | package com.mtx.system.controller.biz;
import com.baidu.unbiz.fluentvalidator.ComplexResult;
import com.baidu.unbiz.fluentvalidator.FluentValidator;
import com.baidu.unbiz.fluentvalidator.ResultCollectors;
import com.baomidou.mybatisplus.plugins.Page;
import com.mtx.common.base.BaseController;
import com.mtx.common.ut... | 5,299 | 0.724291 | 0.724291 | 122 | 41.483608 | 25.435303 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.581967 | false | false | 9 |
6c63763c9ca16d62a6ba9d97242518a30e72bbe1 | 5,531,917,941,420 | 0820918b2e404748e552cffe790ca06da11184f2 | /src/td/topology/Boundary.java | 7909d68acae797665f3fae555b547ed9cd288c02 | [] | no_license | AlexandreFuchsWeb/Inpainting | https://github.com/AlexandreFuchsWeb/Inpainting | 7203044e6838f52c116037356d4552653aba7212 | 0209c22cdd05ad86e1846a0c76c9a90e41ce9758 | refs/heads/master | 2021-07-19T22:32:47.388000 | 2017-10-20T06:57:10 | 2017-10-20T06:57:10 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package td.topology;
import java.util.ArrayList;
public class Boundary {
BoundingBox bb;
public ArrayList<Edge> edges;
public Boundary(Mask mask) {}
@Override
public String toString() { return ""; }
}
| UTF-8 | Java | 225 | java | Boundary.java | Java | [] | null | [] | package td.topology;
import java.util.ArrayList;
public class Boundary {
BoundingBox bb;
public ArrayList<Edge> edges;
public Boundary(Mask mask) {}
@Override
public String toString() { return ""; }
}
| 225 | 0.675556 | 0.675556 | 13 | 16.307692 | 14.567533 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.384615 | false | false | 9 |
dcecc9ed968dfa5316fb983bf1c5ab9ecdda8345 | 10,153,302,753,279 | 19aa29749f96b2c42c2ecd8538cdbaf11f1778ad | /app/src/main/java/com/strengthlog/entities/ProgramWorkout.java | 1953b74e13625afb843a18849f761dec6a1370ce | [] | no_license | arkadygodlin/StrengthLog | https://github.com/arkadygodlin/StrengthLog | 24b63b2da766f9b479117793bec2a5e32561819b | ef7675163988313e36598c2750a95bb867dbe9e2 | refs/heads/master | 2021-01-18T21:13:41.629000 | 2016-04-23T13:52:46 | 2016-04-23T13:52:46 | 44,807,467 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.strengthlog.entities;
/**
* Created by agodlin on 11/18/2015.
*/
public class ProgramWorkout
{
public String program;
public String workout;
public ProgramWorkout()
{
}
public ProgramWorkout(String program, String workout)
{
this.program = program;
this.workout = workout;
}
... | UTF-8 | Java | 630 | java | ProgramWorkout.java | Java | [
{
"context": "ckage com.strengthlog.entities;\n\n/**\n * Created by agodlin on 11/18/2015.\n */\npublic class ProgramWorkout\n{\n",
"end": 60,
"score": 0.9996621608734131,
"start": 53,
"tag": "USERNAME",
"value": "agodlin"
}
] | null | [] | package com.strengthlog.entities;
/**
* Created by agodlin on 11/18/2015.
*/
public class ProgramWorkout
{
public String program;
public String workout;
public ProgramWorkout()
{
}
public ProgramWorkout(String program, String workout)
{
this.program = program;
this.workout = workout;
}
... | 630 | 0.661905 | 0.649206 | 34 | 17.529411 | 19.062181 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.352941 | false | false | 9 |
0d2052dcc45b74e02a6e91408ec877ab474487b1 | 33,114,197,912,031 | 403da8bd5602bf27a31f02419a7f19684cae3c11 | /src/main/java/com/ramco/org/bo/PermanentAddress.java | 9cbed3870a03208bced2149c793b588b9a6dd0fe | [] | no_license | SUDHARSHAN99/ramco | https://github.com/SUDHARSHAN99/ramco | 08ddce8533a857f5cd2e4cf488932412bac31c2d | c4e054552ff58347c8f38258a016a1ed17829628 | refs/heads/master | 2023-01-10T04:33:47.396000 | 2020-11-09T19:19:43 | 2020-11-09T19:19:43 | 311,438,873 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
package com.ramco.org.bo;
/**
* @author sudharshanreddy
*
*/
public class PermanentAddress {
}
| UTF-8 | Java | 112 | java | PermanentAddress.java | Java | [
{
"context": "\n * \n */\npackage com.ramco.org.bo;\n\n/**\n * @author sudharshanreddy\n *\n */\npublic class PermanentAddress {\n\n}\n",
"end": 69,
"score": 0.6258012056350708,
"start": 54,
"tag": "USERNAME",
"value": "sudharshanreddy"
}
] | null | [] | /**
*
*/
package com.ramco.org.bo;
/**
* @author sudharshanreddy
*
*/
public class PermanentAddress {
}
| 112 | 0.607143 | 0.607143 | 12 | 8.333333 | 11.100551 | 31 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.083333 | false | false | 9 |
0650744dc953a9c5185a72154ef5553cf8d6b8da | 22,110,491,691,835 | b6e4705f14bce6465379c9852fd49e462ea92edc | /src/DAO/DAOLibro.java | 5f97729d8f84b574aebf3e8a105cf2e3b75f04f4 | [] | no_license | CesarMc96/BS-Ferrocarril | https://github.com/CesarMc96/BS-Ferrocarril | 98d0fe4eee5a451deacce9baccdea029aa25bd05 | a2a1e16afe4034464e833465c887a1d23e6b6be6 | refs/heads/master | 2020-03-21T13:46:47.566000 | 2018-07-13T14:24:45 | 2018-07-13T14:24:45 | 138,624,703 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package DAO;
import Modelo.Libro;
public interface DAOLibro {
int registrarLibro ( Libro libro );
Libro buscarLibro( Integer idLibro );
Libro buscarLibro( String folio );
Libro buscarLibroPorTitulo( String titulo );
Libro buscarLibroAutor( String nombre, String apellidos );
int editarLibro( Integer ... | UTF-8 | Java | 654 | java | DAOLibro.java | Java | [] | null | [] | package DAO;
import Modelo.Libro;
public interface DAOLibro {
int registrarLibro ( Libro libro );
Libro buscarLibro( Integer idLibro );
Libro buscarLibro( String folio );
Libro buscarLibroPorTitulo( String titulo );
Libro buscarLibroAutor( String nombre, String apellidos );
int editarLibro( Integer ... | 654 | 0.744648 | 0.744648 | 31 | 20.096775 | 22.268675 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.419355 | false | false | 9 |
b545f1a8576c903084eb0144097c9b475212949c | 24,807,731,132,755 | dc723ba04d723b077a723bebb02813b8009f6e9e | /system/services/authors/replicator/src/integration-test/java/com/ssrn/authors/replicator/http_old_platform_author_entities_feed/PageSourceTest.java | a45c84e8b13bbe64a3fdbbf9db79ef5f9e76298f | [] | no_license | ngelsevier/preprint | https://github.com/ngelsevier/preprint | e33247cb589d3de505f219d0242a3738d5455648 | 0a6a57bc962c29e277f105070977867280381d85 | refs/heads/master | 2020-03-20T23:42:53.825000 | 2018-06-19T08:06:36 | 2018-06-19T08:06:36 | 137,859,617 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ssrn.authors.replicator.http_old_platform_author_entities_feed;
import com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider;
import com.ssrn.authors.replicator.RequestRetryLimitedExceeded;
import com.ssrn.fake_old_platform.FakeOldPlatform;
import com.ssrn.fake_old_platform.Service;
import org.junit.Before;... | UTF-8 | Java | 2,909 | java | PageSourceTest.java | Java | [] | null | [] | package com.ssrn.authors.replicator.http_old_platform_author_entities_feed;
import com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider;
import com.ssrn.authors.replicator.RequestRetryLimitedExceeded;
import com.ssrn.fake_old_platform.FakeOldPlatform;
import com.ssrn.fake_old_platform.Service;
import org.junit.Before;... | 2,909 | 0.690615 | 0.68649 | 79 | 35.822784 | 29.657009 | 133 | false | false | 0 | 0 | 0 | 0 | 85 | 0.054658 | 0.64557 | false | false | 9 |
95bf387918c67dac24a5768869cd2e6176030889 | 27,960,237,165,566 | 820280ea1ffdc2d2a503fff50bf9cd7fea9f1656 | /chaosblade-box-agent-sdk/src/main/java/com/alibaba/chaosblade/box/common/sdk/transport/RequestUri.java | 594745d02489ffb37964738ebdcf5198e687ad96 | [
"Apache-2.0"
] | permissive | chaosblade-io/chaosbox | https://github.com/chaosblade-io/chaosbox | fa888086bcd8bdb1405adba768955887f693bcba | 897673d541ee68067e5ce0991e5f778e8044dfd9 | refs/heads/main | 2023-03-21T04:48:00.754000 | 2022-10-31T08:39:50 | 2022-10-31T08:39:50 | 335,221,546 | 7 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.alibaba.chaosblade.box.common.sdk.transport;
/**
* Request uri
*
* @author changjun.xcj
*/
public interface RequestUri {
/**
* Uri
*
* @return
*/
String getUri();
/**
* Request tag
*
* @return
*/
String getTag();
}
| UTF-8 | Java | 290 | java | RequestUri.java | Java | [
{
"context": "n.sdk.transport;\n\n/**\n * Request uri\n *\n * @author changjun.xcj\n */\npublic interface RequestUri {\n\n /**\n *",
"end": 103,
"score": 0.9616820812225342,
"start": 91,
"tag": "USERNAME",
"value": "changjun.xcj"
}
] | null | [] | package com.alibaba.chaosblade.box.common.sdk.transport;
/**
* Request uri
*
* @author changjun.xcj
*/
public interface RequestUri {
/**
* Uri
*
* @return
*/
String getUri();
/**
* Request tag
*
* @return
*/
String getTag();
}
| 290 | 0.513793 | 0.513793 | 23 | 11.608696 | 12.352571 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.130435 | false | false | 0 |
669e5e221a588c88fbbb650a459304517af9d55c | 8,289,286,912,148 | 8a01414e44870f995de1d3af9565fc3d9d301733 | /src/main/java/com/appnivi/bookorderingsystem/model/AutherGenerMapper.java | 9d9fcd97204918c8a28e0f33038c207709f08d75 | [] | no_license | Abhishek-Kr-jh/BookOrderingSystem | https://github.com/Abhishek-Kr-jh/BookOrderingSystem | 6d3597a28d7a5d0f552c3720f34a1a1f8d38fc2c | 061b1e77ef38db35872f72899e86b6b0ed255069 | refs/heads/main | 2023-04-21T17:12:01.171000 | 2021-04-25T04:17:50 | 2021-04-25T04:17:50 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.appnivi.bookorderingsystem.model;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.Table;
@Entity
@Table(name="authorgenermapper")
public class AutherGene... | UTF-8 | Java | 835 | java | AutherGenerMapper.java | Java | [] | null | [] | package com.appnivi.bookorderingsystem.model;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.Table;
@Entity
@Table(name="authorgenermapper")
public class AutherGene... | 835 | 0.752096 | 0.752096 | 39 | 20.410257 | 14.405693 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.230769 | false | false | 0 |
5c3bca9ea3c7674a1c0b19588c2b634f119e1a6e | 27,161,373,191,654 | 2e103182475666ed0a96804f5030efa74469a276 | /ymate-platform-commons/src/main/java/net/ymate/platform/commons/http/impl/DefaultHttpResponse.java | a3c606ad592072068a57e792eb26b389d59ab9c4 | [
"Apache-2.0"
] | permissive | suninformation/ymate-platform-v2 | https://github.com/suninformation/ymate-platform-v2 | 057832ec37f527d136bcef70971e03460d969f98 | a0c8549fa448c07610906b799a4e44ad3b7f0236 | refs/heads/master | 2023-07-22T17:26:57.261000 | 2023-07-08T06:11:10 | 2023-07-08T06:11:10 | 45,100,886 | 136 | 45 | Apache-2.0 | false | 2023-03-14T23:54:25 | 2015-10-28T09:09:12 | 2022-10-19T13:08:38 | 2023-03-14T23:54:24 | 8,114 | 118 | 43 | 10 | Java | false | false | /*
* Copyright 2007-2020 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... | UTF-8 | Java | 6,145 | java | DefaultHttpResponse.java | Java | [
{
"context": "java.util.*;\n\n/**\n * HTTP请求响应接口默认实现\n *\n * @author 刘镇 (suninformation@163.com) on 15/9/7 下午11:20\n */\npu",
"end": 1430,
"score": 0.9998438954353333,
"start": 1428,
"tag": "NAME",
"value": "刘镇"
},
{
"context": ".util.*;\n\n/**\n * HTTP请求响应接口默认实现\n *\n * @author 刘镇 (... | null | [] | /*
* Copyright 2007-2020 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... | 6,130 | 0.692006 | 0.686448 | 179 | 33.173183 | 37.975414 | 210 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.614525 | false | false | 0 |
370b0d0984801ab484422bd6f1fcfa8d737b40f1 | 21,311,627,754,821 | 9dfe42d444976aed4e0bfeff5881cac191d773ae | /openhome-simulator-jar/src/main/java/com/icontrol/openhomesimulator/camera/xmppclient/OpenHomeResponseIQ.java | f0ef6f77cd9df080c0fad80b8bbe4f418b0d68c4 | [] | no_license | supermaximus80/openhome | https://github.com/supermaximus80/openhome | e578d47ffeba4cd477161d33330387e57008a430 | 374169c2bcd7f30a468e78b2afb1603f34c578b2 | refs/heads/master | 2016-09-11T02:55:22.656000 | 2015-09-17T13:29:20 | 2015-09-17T13:29:20 | 42,657,843 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.icontrol.openhomesimulator.camera.xmppclient;
import org.jivesoftware.smack.packet.IQ;
import java.util.HashMap;
import java.util.Map;
public class OpenHomeResponseIQ extends IQ {
private Map<String, String> headerMap;
private int code;
private String contentType;
private String bodyText;... | UTF-8 | Java | 2,218 | java | OpenHomeResponseIQ.java | Java | [] | null | [] | package com.icontrol.openhomesimulator.camera.xmppclient;
import org.jivesoftware.smack.packet.IQ;
import java.util.HashMap;
import java.util.Map;
public class OpenHomeResponseIQ extends IQ {
private Map<String, String> headerMap;
private int code;
private String contentType;
private String bodyText;... | 2,218 | 0.54193 | 0.538323 | 87 | 24.494253 | 19.834877 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.505747 | false | false | 0 |
fd345b12d42ecb53a3c846a1e8b402076d7f9e27 | 22,454,089,060,718 | ab52bb58aab8104c26db2a6690ec1986ac37dd62 | /main6/diplomat/dev/src/java/com/globalsight/cxe/adapter/windowspe/WindowsPEAdapter.java | c41ca43c15d4266e4b741356b950919901367845 | [] | no_license | tingley/globalsight | https://github.com/tingley/globalsight | 32ae49ac08c671d9166bd0d6cdaa349d9e6b4438 | 47d95929f4e9939ba8bbbcb5544de357fef9aa8c | refs/heads/master | 2021-01-19T07:23:33.073000 | 2020-10-19T19:42:22 | 2020-10-19T19:42:22 | 14,053,692 | 7 | 6 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Copyright 2009 Welocalize, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
*
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable l... | UTF-8 | Java | 4,823 | java | WindowsPEAdapter.java | Java | [] | null | [] | /**
* Copyright 2009 Welocalize, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
*
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable l... | 4,823 | 0.633423 | 0.631142 | 152 | 30.736841 | 27.096256 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.381579 | false | false | 0 |
8aae4ded09b9b88b2e457b3a7df62bd4adebc1c5 | 10,694,468,611,850 | 85a6039f677560122b88f2fc6139015e318a3876 | /pe_l1_java_learningapp/src/com/pe/l1/collections/Position.java | b3b5f2b565183dcb1531f3e7d7912abc24e8d6a0 | [] | no_license | softechie/ProjectEagle | https://github.com/softechie/ProjectEagle | d70ccc7b81f563d750f7a12181b40bee87df45c0 | d989e29eff084f31e7d8cac613aab465ecf7f2b8 | refs/heads/public_access | 2022-10-31T22:38:52.014000 | 2020-02-14T12:45:22 | 2020-02-14T12:45:22 | 79,694,336 | 6 | 14 | null | false | 2022-09-22T18:43:17 | 2017-01-22T04:49:02 | 2020-12-28T15:02:27 | 2022-09-22T18:43:15 | 230 | 5 | 12 | 3 | Java | false | false | package com.pe.l1.collections;
import java.util.ArrayList;
import java.util.Collections;
public class Position {
final static int SIZE = 10;
public static void main(String[] args) {
frequency();
frequencyIdiom();
}
//Method to find the position of an element With using idioms
public static void frequencyIdi... | UTF-8 | Java | 2,052 | java | Position.java | Java | [] | null | [] | package com.pe.l1.collections;
import java.util.ArrayList;
import java.util.Collections;
public class Position {
final static int SIZE = 10;
public static void main(String[] args) {
frequency();
frequencyIdiom();
}
//Method to find the position of an element With using idioms
public static void frequencyIdi... | 2,052 | 0.656433 | 0.636452 | 74 | 26.729731 | 25.061167 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.378378 | false | false | 0 |
d1cb9c05074512cb260cb2fec2851cfc6655ea60 | 24,472,723,669,866 | 5a7270dc93cd7c16787fa8786cbca2843395ec71 | /src/com/capthed/abyss/ExtDebugPrompt.java | f66988985ec13668b7737ce40291223607e7f6dc | [] | no_license | Capthed/December | https://github.com/Capthed/December | 5516e72f433e280d00348a0e4dd9fe3e3aa9d9d6 | 4ce26c1c257580d0970cc211460fce077976e203 | refs/heads/master | 2020-05-31T07:08:45.598000 | 2016-08-31T15:59:28 | 2016-08-31T15:59:28 | 47,023,820 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.capthed.abyss;
import java.awt.Color;
import java.awt.FlowLayout;
import java.awt.Font;
import javax.swing.JFrame;
import javax.swing.JPanel;
import javax.swing.JTextArea;
import javax.swing.text.AbstractDocument;
import javax.swing.text.AttributeSet;
import javax.swing.text.BadLocationException;
import j... | UTF-8 | Java | 2,849 | java | ExtDebugPrompt.java | Java | [] | null | [] | package com.capthed.abyss;
import java.awt.Color;
import java.awt.FlowLayout;
import java.awt.Font;
import javax.swing.JFrame;
import javax.swing.JPanel;
import javax.swing.JTextArea;
import javax.swing.text.AbstractDocument;
import javax.swing.text.AttributeSet;
import javax.swing.text.BadLocationException;
import j... | 2,849 | 0.703405 | 0.700246 | 108 | 25.379629 | 21.617344 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.657408 | false | false | 0 |
e7a874c19ec47ed3a5bfec2d177454ec9eb626e2 | 8,658,654,086,586 | f9769b1c232db461fc6517cf3da63ba26fa3ddbf | /src/main/java/termint/gui/window/TilesWindow.java | 3a35308c9e63774daf057026bd1cec1a5d8b93b2 | [] | no_license | Maximsonis/nethack-remote-tiles | https://github.com/Maximsonis/nethack-remote-tiles | 21941f68b44a312a787be7515de975737d10f6bc | 2d6ad6e15036ef19814996389e00d7c9217510ee | refs/heads/master | 2021-01-10T19:33:15.042000 | 2012-11-25T18:12:30 | 2012-11-25T18:12:30 | 40,006,485 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* $Id: TilesWindow.java 4 2008-11-21 20:24:10Z Nathaniel.Waisbrot $
Copyright (C) 2008 Nathaniel Waisbrot
This program 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 Foundation, either version 3 of the... | UTF-8 | Java | 8,728 | java | TilesWindow.java | Java | [
{
"context": "*\n * $Id: TilesWindow.java 4 2008-11-21 20:24:10Z Nathaniel.Waisbrot $\n Copyright (C) 2008 Nathaniel Waisbrot\n\n ",
"end": 70,
"score": 0.991411566734314,
"start": 52,
"tag": "NAME",
"value": "Nathaniel.Waisbrot"
},
{
"context": "4:10Z Nathaniel.Waisbrot $\n ... | null | [] | /*
* $Id: TilesWindow.java 4 2008-11-21 20:24:10Z Nathaniel.Waisbrot $
Copyright (C) 2008 <NAME>
This program 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 Foundation, either version 3 of the License, or... | 8,704 | 0.706462 | 0.699244 | 290 | 29.096552 | 22.451273 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.634483 | false | false | 0 |
74c7035e9b45286ce6ca1b547f924c4a8595ac63 | 15,994,458,250,221 | 0da29f0b4268a01d607ca7fa8806559c801f0b2b | /src/main/java/com/oket/station/GpsEntity.java | b30f90120de30e65f3ef7790762f8e773b2b4f8f | [] | no_license | liuwei7410258963/tankChartDC | https://github.com/liuwei7410258963/tankChartDC | ea23cf2cc1f06da96b8b5388c64a409a212474b1 | 405ab5cdfad97a227ddd73784e6c41de62fa4c5d | refs/heads/master | 2022-12-12T20:04:47.719000 | 2020-09-03T03:13:49 | 2020-09-03T03:13:49 | 292,441,705 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.oket.station;
import com.baomidou.mybatisplus.annotation.TableName;
import com.fasterxml.jackson.annotation.JsonFormat;
import com.oket.common.base.BaseEntity;
import com.oket.device.DeviceItem;
import lombok.Data;
import lombok.EqualsAndHashCode;
import lombok.experimental.Accessors;
import java.util.Dat... | UTF-8 | Java | 1,012 | java | GpsEntity.java | Java | [
{
"context": "il.Date;\n\n/**\n * <p>\n * 地理位置\n * </p>\n *\n * @author lw\n * @since 2019-11-26\n */\n@Data\n@EqualsAndHashCode",
"end": 367,
"score": 0.9985690116882324,
"start": 365,
"tag": "USERNAME",
"value": "lw"
}
] | null | [] | package com.oket.station;
import com.baomidou.mybatisplus.annotation.TableName;
import com.fasterxml.jackson.annotation.JsonFormat;
import com.oket.common.base.BaseEntity;
import com.oket.device.DeviceItem;
import lombok.Data;
import lombok.EqualsAndHashCode;
import lombok.experimental.Accessors;
import java.util.Dat... | 1,012 | 0.711847 | 0.702811 | 48 | 19.75 | 18.237438 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 0 |
c5cdb72c8b695d1a50effaece06f0546bb1c462f | 2,113,123,913,950 | 694bae04f42f75a1639320fe772a0e9ad825b6a3 | /src/train/arithmetic/luogu/P1469_ZhaoKuaiZi_M1.java | 5592ca438667abf53c82fe2221814669c28c6ee3 | [] | no_license | qinrn/myProject | https://github.com/qinrn/myProject | b3cb5c6045233811d51d9dd59d9efe3ce5d65782 | 970c4a3d6fba49df197ce7b9ffb76e2bf04d8861 | refs/heads/master | 2023-01-19T05:48:32.922000 | 2020-11-23T08:54:21 | 2020-11-23T08:54:21 | 240,196,929 | 1 | 0 | null | false | 2020-05-20T00:49:15 | 2020-02-13T06:58:24 | 2020-05-07T02:58:03 | 2020-05-20T00:49:14 | 55 | 1 | 0 | 0 | Java | false | false | package train.arithmetic.luogu;
import java.util.Arrays;
import java.util.HashSet;
import java.util.Scanner;
//效率不通过
public class P1469_ZhaoKuaiZi_M1 {
static int N ;
static int[] arr ;
static HashSet<Integer> set = new HashSet<Integer>();
public static void main(String[] args) {
Scanner sc = new Scanner(Syst... | UTF-8 | Java | 691 | java | P1469_ZhaoKuaiZi_M1.java | Java | [] | null | [] | package train.arithmetic.luogu;
import java.util.Arrays;
import java.util.HashSet;
import java.util.Scanner;
//效率不通过
public class P1469_ZhaoKuaiZi_M1 {
static int N ;
static int[] arr ;
static HashSet<Integer> set = new HashSet<Integer>();
public static void main(String[] args) {
Scanner sc = new Scanner(Syst... | 691 | 0.572687 | 0.562408 | 43 | 14.83721 | 13.750146 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.116279 | false | false | 0 |
8bc6981a7c6b05ad732dcb8a6277c56af8a66876 | 850,403,555,071 | 386976606fc8289f52938c288c39882ff5108e4b | /Server/im/im-common/src/main/java/com/zh/util/ThreadPoolUtil.java | d60ad111a1a93d7009069c84dbeeb5acf1c29000 | [] | no_license | zhangheng2683/im | https://github.com/zhangheng2683/im | 4ccebf76042f0ef15c13f92246e0a406b766e22d | 47370105d3947ee97fe42e5cddc0e42a27fcf697 | refs/heads/master | 2020-04-01T06:49:44.914000 | 2019-03-15T14:02:49 | 2019-03-15T14:02:49 | 152,965,468 | 0 | 1 | null | false | 2020-03-04T22:30:57 | 2018-10-14T11:10:01 | 2019-03-18T13:13:04 | 2020-03-04T22:30:55 | 2,559 | 0 | 1 | 2 | C++ | false | false | package com.zh.util;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.util.concurrent.ScheduledThreadPoolExecutor;
import java.util.concurrent.ThreadFactory;
import java.util.concurrent.ThreadPoolExecutor;
import java.util.concurrent.atomic.AtomicInteger;
/**
* @author zh2683
*/
public class Th... | UTF-8 | Java | 1,329 | java | ThreadPoolUtil.java | Java | [
{
"context": "l.concurrent.atomic.AtomicInteger;\n\n/**\n * @author zh2683\n */\npublic class ThreadPoolUtil {\n\n private st",
"end": 300,
"score": 0.9993746876716614,
"start": 294,
"tag": "USERNAME",
"value": "zh2683"
}
] | null | [] | package com.zh.util;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.util.concurrent.ScheduledThreadPoolExecutor;
import java.util.concurrent.ThreadFactory;
import java.util.concurrent.ThreadPoolExecutor;
import java.util.concurrent.atomic.AtomicInteger;
/**
* @author zh2683
*/
public class Th... | 1,329 | 0.634017 | 0.627942 | 45 | 28.266666 | 25.046091 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.511111 | false | false | 0 |
1abb554d58855883ec43d0e98caa10a06ba2f5d3 | 25,409,026,547,755 | 56ec5d53edae68a3da08c86af04099b3b1fdedf4 | /usersystem/src/test/java/team/benchem/usersystem/unittest/AuthServiceUnitTest.java | 373b480cfa203ab9cb6ccf653576e5ede3f8296d | [
"Apache-2.0"
] | permissive | wxun7619/suf | https://github.com/wxun7619/suf | 5dfe20397ba3f63e849e762cf425fd9765f07420 | ab7211800d2152d0ba5de7b0c68419fafd01af82 | refs/heads/master | 2020-03-16T22:03:17.624000 | 2018-05-18T09:15:57 | 2018-05-18T09:15:57 | 133,024,679 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package team.benchem.usersystem.unittest;
import com.alibaba.fastjson.JSONObject;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
import ... | UTF-8 | Java | 4,841 | java | AuthServiceUnitTest.java | Java | [
{
"context": " User initedTag = userService.findUser(\"admin124\");\n if(initedTag != null){\n re",
"end": 1224,
"score": 0.6518441438674927,
"start": 1222,
"tag": "USERNAME",
"value": "12"
},
{
"context": " u.setRowId(\"u124\");\n u.setUsername(\"... | null | [] | package team.benchem.usersystem.unittest;
import com.alibaba.fastjson.JSONObject;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
import ... | 4,840 | 0.623608 | 0.599454 | 159 | 28.943396 | 22.611914 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.647799 | false | false | 0 |
e7ddc92d1600d7beb4a24c3c814716d29d1e5258 | 14,929,306,364,013 | ee7df38e294e59f29984419b7a3fed580dd97974 | /app/src/main/java/com/blanink/ui/activity/findProject/FindProjectResonseApply.java | be7072ccc120560852766e5dfba78887e57f0fa7 | [] | no_license | liangsheng888/blanink-fengtai | https://github.com/liangsheng888/blanink-fengtai | db76f653f5c3732872012ef85d1a57495aa36745 | ce38faa4fb861a1ff6c0d43d2369414710efb8e3 | refs/heads/master | 2020-03-17T08:58:17.792000 | 2018-05-15T04:09:28 | 2018-05-15T04:16:31 | 133,456,576 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.blanink.ui.activity.findProject;
import android.os.Bundle;
import com.blanink.R;
import com.blanink.ui.activity.BaseActivity;
/***
* 找项目 回复申请
*/
public class FindProjectResonseApply extends BaseActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(sa... | UTF-8 | Java | 431 | java | FindProjectResonseApply.java | Java | [] | null | [] | package com.blanink.ui.activity.findProject;
import android.os.Bundle;
import com.blanink.R;
import com.blanink.ui.activity.BaseActivity;
/***
* 找项目 回复申请
*/
public class FindProjectResonseApply extends BaseActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(sa... | 431 | 0.743405 | 0.743405 | 18 | 22.166666 | 23.195425 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 0 |
e8efdee4a71ab9a71152fbe865c29ecaf5b83d9d | 12,867,722,059,829 | 3a4d8c4971355efc9c42c4b494db7614bc8df90e | /ejbModule/ec/edu/epn/infraestructura/entities/Sesione.java | fda073a63d35521eb727a7759fca64074d9510bb | [] | no_license | scajas/servicioSeguridad | https://github.com/scajas/servicioSeguridad | 4ea3f2dd0907416d2fb96f9e9b1667f73b637969 | 17ba2340ff8466933a9927f54579bd12a4581bdb | refs/heads/master | 2022-12-09T12:33:44.500000 | 2020-08-03T15:40:23 | 2020-08-03T15:40:23 | 285,415,310 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ec.edu.epn.infraestructura.entities;
import java.io.Serializable;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
import javax.persistence.ManyToOne;
import javax.persistence.NamedQuery;
import javax.persistence.Tabl... | UTF-8 | Java | 2,181 | java | Sesione.java | Java | [] | null | [] | package ec.edu.epn.infraestructura.entities;
import java.io.Serializable;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
import javax.persistence.ManyToOne;
import javax.persistence.NamedQuery;
import javax.persistence.Tabl... | 2,181 | 0.707015 | 0.706557 | 108 | 18.212963 | 17.686075 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.018519 | false | false | 0 |
3e90510dd92512f31619277ff5b57661f12a1d07 | 14,671,608,350,854 | ed74f93103d492cbbf588a7391776f11acd933ff | /leetcode/129.求根到叶子节点数字之和.java | 9740ea1d43f43cc01a297d5a8bf202d97f30e9ae | [] | no_license | oecy/leetcode | https://github.com/oecy/leetcode | 710c13bcbb03bdd35a54e07932cc293b33fb491f | fd0960f341a625a99963951f374a24aa063da15a | refs/heads/master | 2023-06-14T11:38:23.395000 | 2021-07-06T03:59:07 | 2021-07-06T03:59:07 | 256,107,387 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.ArrayList;
import java.util.Stack;
/*
* @lc app=leetcode.cn id=129 lang=java
*
* [129] 求根到叶子节点数字之和
*/
// @lc code=start
/**
* Definition for a binary tree node.
* public class TreeNode {
* int val;
* TreeNode left;
* TreeNode right;
* TreeNode(int x) { val = x; }
* }
*/
... | UTF-8 | Java | 1,626 | java | 129.求根到叶子节点数字之和.java | Java | [] | null | [] | import java.util.ArrayList;
import java.util.Stack;
/*
* @lc app=leetcode.cn id=129 lang=java
*
* [129] 求根到叶子节点数字之和
*/
// @lc code=start
/**
* Definition for a binary tree node.
* public class TreeNode {
* int val;
* TreeNode left;
* TreeNode right;
* TreeNode(int x) { val = x; }
* }
*/
... | 1,626 | 0.5 | 0.489751 | 66 | 19.681818 | 14.257544 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.348485 | false | false | 0 |
a0ce1a47b7aa9c43f39740f55e360a03ca0d5f1f | 29,592,324,692,804 | 28c0e58bc1f6afde0d8200dae1d5bf83dc3c7051 | /L10NRetrievalTool/src/view/View.java | bc6a0ca37a584fc569b597f135bc1af0aa4e601c | [] | no_license | alielachkar/L10NRetrievalTool | https://github.com/alielachkar/L10NRetrievalTool | 7232563910e97d3e4612e6357007deeac3f0c27a | 7ced50df1f81412a262b845cc18db12ee5b5164c | refs/heads/master | 2022-10-09T08:15:39.129000 | 2020-03-11T18:41:35 | 2020-03-11T18:41:35 | 246,605,334 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // PACKAGE DECLARATIONS
package view;
// JAVA LIBRARIES
import java.awt.BorderLayout;
import java.awt.Desktop;
import java.awt.Dimension;
import java.awt.EventQueue;
import java.awt.Frame;
import java.awt.GridLayout;
import java.awt.event.ActionListener;
import java.awt.event.MouseAdapter;
import java.awt.... | UTF-8 | Java | 14,367 | java | View.java | Java | [
{
"context": "ress\r\n * \t- Generating of branch names\r\n * @author ploh\r\n *\r\n */\r\npublic class View implements Observer {",
"end": 1318,
"score": 0.9993729591369629,
"start": 1314,
"tag": "USERNAME",
"value": "ploh"
}
] | null | [] | // PACKAGE DECLARATIONS
package view;
// JAVA LIBRARIES
import java.awt.BorderLayout;
import java.awt.Desktop;
import java.awt.Dimension;
import java.awt.EventQueue;
import java.awt.Frame;
import java.awt.GridLayout;
import java.awt.event.ActionListener;
import java.awt.event.MouseAdapter;
import java.awt.... | 14,367 | 0.714972 | 0.711561 | 442 | 30.50905 | 24.38513 | 134 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.364253 | false | false | 0 |
c00b390a96362fe6023f5edd1590713223b3aae9 | 27,487,790,709,661 | 8d05de1a566bb92f3d1adb7b88d73ccb3ec0c733 | /src/main/java/br/com/zupacademy/charlesRodrigues/casadocodigo/controller/ClienteController.java | c1ab66b34a6ff4d04235a85ddde42aedbada7898 | [
"Apache-2.0"
] | permissive | CharlesRodrigues-01/orange-talents-06-template-casa-do-codigo | https://github.com/CharlesRodrigues-01/orange-talents-06-template-casa-do-codigo | 49c98f845b899f6e7abf64a99bb776ce0fdd1b8c | 51a954d0170b6cb855a6a276a4cddb316f60aa59 | refs/heads/main | 2023-06-16T08:49:32.877000 | 2021-06-30T22:41:14 | 2021-06-30T22:41:14 | 379,995,695 | 0 | 0 | Apache-2.0 | true | 2021-06-24T16:59:00 | 2021-06-24T16:58:59 | 2021-06-24T15:27:00 | 2021-06-24T15:23:43 | 4 | 0 | 0 | 0 | null | false | false | package br.com.zupacademy.charlesRodrigues.casadocodigo.controller;
import br.com.zupacademy.charlesRodrigues.casadocodigo.model.Cliente;
import br.com.zupacademy.charlesRodrigues.casadocodigo.repository.ClienteRepository;
import br.com.zupacademy.charlesRodrigues.casadocodigo.requestDto.ClienteRequestDto;
import br.c... | UTF-8 | Java | 1,729 | java | ClienteController.java | Java | [
{
"context": "package br.com.zupacademy.charlesRodrigues.casadocodigo.controller;\n\nimport br.com.zupacadem",
"end": 42,
"score": 0.8539648056030273,
"start": 26,
"tag": "USERNAME",
"value": "charlesRodrigues"
},
{
"context": "asadocodigo.controller;\n\nimport br.com.zupacademy.char... | null | [] | package br.com.zupacademy.charlesRodrigues.casadocodigo.controller;
import br.com.zupacademy.charlesRodrigues.casadocodigo.model.Cliente;
import br.com.zupacademy.charlesRodrigues.casadocodigo.repository.ClienteRepository;
import br.com.zupacademy.charlesRodrigues.casadocodigo.requestDto.ClienteRequestDto;
import br.c... | 1,729 | 0.814344 | 0.814344 | 46 | 36.586956 | 32.336262 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 0 |
bd433b5fc7c538cabb77acbb395013c94d840a16 | 32,177,895,032,989 | 1ab587d6bbc5cf51a128e25c79418050851cc22a | /academy/src/by/academy/lesson15/ComparatorDemo.java | e645b48435c882de7eeafde037ad94e4f9bed97d | [] | no_license | dmitry-academy/academy | https://github.com/dmitry-academy/academy | 4aa0cf05202df4c8f05597af00540bfabba87513 | 738bb64bb264f77423a066f869b4c8b1f80451f6 | refs/heads/master | 2021-08-25T10:37:42.870000 | 2021-08-16T10:06:01 | 2021-08-16T10:06:01 | 253,088,523 | 9 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package by.academy.lesson15;
import java.util.Comparator;
import java.util.List;
import java.util.Random;
import java.util.stream.Collectors;
import java.util.stream.Stream;
public class ComparatorDemo {
public static void main(String... args) {
List<Integer> list = generateIntegerList(255, 10);
Sys... | UTF-8 | Java | 979 | java | ComparatorDemo.java | Java | [] | null | [] | package by.academy.lesson15;
import java.util.Comparator;
import java.util.List;
import java.util.Random;
import java.util.stream.Collectors;
import java.util.stream.Stream;
public class ComparatorDemo {
public static void main(String... args) {
List<Integer> list = generateIntegerList(255, 10);
Sys... | 979 | 0.636364 | 0.616956 | 36 | 25.194445 | 27.061472 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.416667 | false | false | 0 |
d84604d7c1ef849cbed986e2125c8cefd0702a08 | 23,622,320,136,410 | 385d0ac7f0c6248ae50ab873b131d337df5bf624 | /Assignment7/src/TestPizzaOrder.java | d6d55afb996ec31e1fea5564d64a6c0d47fbcfcc | [] | no_license | imbrium998/CS180 | https://github.com/imbrium998/CS180 | 28cee575050c6912aa717a8e0bc5b6a19087b2ef | b497b96c4753f7977cec53138f5d12f5b21f0014 | refs/heads/master | 2020-04-22T13:14:20.203000 | 2013-12-06T17:22:43 | 2013-12-06T17:22:43 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
public class TestPizzaOrder {
public static void main(String[] args) {
Pizza[] pizzas = new Pizza[3];
Pizza largePizza = new Pizza('L', new String[] {"onion","bacon"});
Pizza smallPizza = new Pizza('S', new String[] {"onion","pepperoni","pepper","chicken"});
Pizza mediumPizza = new Pizza('M', new Stri... | UTF-8 | Java | 1,057 | java | TestPizzaOrder.java | Java | [
{
"context": ";\t\t\n\t\t\n\t\tPizzaOrder pizzaorder1 = new PizzaOrder(\"Peter Stone\",pizzas);\n\t\tSystem.out.println(pizzaorder1.toStri",
"end": 474,
"score": 0.9997571706771851,
"start": 463,
"tag": "NAME",
"value": "Peter Stone"
}
] | null | [] |
public class TestPizzaOrder {
public static void main(String[] args) {
Pizza[] pizzas = new Pizza[3];
Pizza largePizza = new Pizza('L', new String[] {"onion","bacon"});
Pizza smallPizza = new Pizza('S', new String[] {"onion","pepperoni","pepper","chicken"});
Pizza mediumPizza = new Pizza('M', new Stri... | 1,052 | 0.670766 | 0.653737 | 34 | 30.029411 | 28.566214 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.470588 | false | false | 0 |
906a3d91304e0265d67250d46d4dca1fc9c7612a | 25,331,717,142,971 | a0559598c21b4e819c723667af1a7876954a25df | /app/src/main/java/com/uncc/mobileappdev/inclass12/MessageThreads.java | 54336f0016aef147d3036f1bc0d1d405090e0816 | [] | no_license | StephenWeber11/InClass12 | https://github.com/StephenWeber11/InClass12 | 6cf29756845787d2473e048a15155afbd6bd8088 | e054fecfbbdce538608920bccb84735e60dd4f81 | refs/heads/master | 2020-03-11T06:15:44.782000 | 2018-04-21T16:56:57 | 2018-04-21T16:56:57 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.uncc.mobileappdev.inclass12;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.util.Log;
import android.vi... | UTF-8 | Java | 6,805 | java | MessageThreads.java | Java | [
{
"context": "List;\nimport java.util.HashMap;\n\n/**\n * Created by Stephen on 4/16/2018.\n */\n\npublic class MessageThreads ex",
"end": 903,
"score": 0.9969556927680969,
"start": 896,
"tag": "NAME",
"value": "Stephen"
}
] | null | [] | package com.uncc.mobileappdev.inclass12;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.util.Log;
import android.vi... | 6,805 | 0.635562 | 0.633211 | 204 | 32.357841 | 25.314577 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.607843 | false | false | 0 |
57dc8cda3a96564d0ebd3d47d96aa06f9a94c729 | 4,294,967,358,321 | 8b31481199390fe1ce9fdcc32ce22e27de54b91b | /src/main/java/in/co/najah/najahhr/repository/AttachmentRepository.java | 3e8cc315e73b38e36e9d8e87a4c4854071b0bf84 | [] | no_license | HarshPratyush/najah-hr-backend | https://github.com/HarshPratyush/najah-hr-backend | e03987aa33593d2f1978be8e54906c1ac32f69ba | 95c763d1273a02b0f4442b26387e413882261fe4 | refs/heads/master | 2023-01-30T00:45:22.188000 | 2020-10-25T15:53:20 | 2020-10-25T15:53:20 | 250,884,159 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package in.co.najah.najahhr.repository;
import in.co.najah.najahhr.entity.Attachment;
import org.springframework.data.jpa.repository.JpaRepository;
public interface AttachmentRepository extends JpaRepository<Attachment,Long> {
}
| UTF-8 | Java | 231 | java | AttachmentRepository.java | Java | [] | null | [] | package in.co.najah.najahhr.repository;
import in.co.najah.najahhr.entity.Attachment;
import org.springframework.data.jpa.repository.JpaRepository;
public interface AttachmentRepository extends JpaRepository<Attachment,Long> {
}
| 231 | 0.839827 | 0.839827 | 7 | 32 | 29.722527 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 0 |
1ee5e515dca301d2694c1cd9e2f704362d8ebf56 | 24,644,522,407,541 | 77d5b4aab75b18526d2735770ff8b04dc3fe8388 | /ProjetoIntegradorExercicios/src/Exercicios/Exercicio06.java | 391a8607ddc84c79b7da230b8ecc9b3ded47a1a6 | [] | no_license | Mpaxi/pi-ado | https://github.com/Mpaxi/pi-ado | b23f9959a287120c3c6b407d3c5114b7a3b86fc0 | 8d41866725c5841b68bf0f4fb6ecba28350b0cb8 | refs/heads/main | 2023-08-31T18:59:56.306000 | 2021-11-11T02:15:12 | 2021-11-11T02:15:12 | 408,002,304 | 4 | 2 | null | false | 2021-11-11T02:13:42 | 2021-09-19T01:09:14 | 2021-11-04T02:07:32 | 2021-11-04T02:07:29 | 73 | 2 | 2 | 1 | Java | false | false | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package Exercicios;
import java.util.Scanner;
/**
*
* @author muril
*/
public class Exercicio06 {
/**
* ... | UTF-8 | Java | 1,395 | java | Exercicio06.java | Java | [
{
"context": "\r\nimport java.util.Scanner;\r\n\r\n/**\r\n *\r\n * @author muril\r\n */\r\npublic class Exercicio06 {\r\n\r\n /**\r\n ",
"end": 267,
"score": 0.8701784610748291,
"start": 262,
"tag": "USERNAME",
"value": "muril"
}
] | 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 Exercicios;
import java.util.Scanner;
/**
*
* @author muril
*/
public class Exercicio06 {
/**
* ... | 1,395 | 0.559971 | 0.544798 | 46 | 28.086956 | 23.843534 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.434783 | false | false | 0 |
746149f74bd8ce9df02fb818a7412e1e96551261 | 13,211,319,456,788 | 268a3751c390fdb4686b2ca2ac69723ff101d764 | /src/com/example/uniactive/Administrator.java | 48da8f28f3b32a88f1813930afa3f1c325e66a6f | [] | no_license | timdyh/UniActive-Server | https://github.com/timdyh/UniActive-Server | b666884379e3dca79d0909753c1d09f7a169ec51 | b049e06fb79a705977a4b065593a6fd4a9f2e599 | refs/heads/master | 2022-11-20T05:30:07.057000 | 2020-07-19T07:00:32 | 2020-07-19T07:00:32 | 280,810,415 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.uniactive;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
public class Administrator {
private String name;
public Administrator(String name) {
this.name = name;
}
public boolean checkIfRegister(Statement statement) {
... | UTF-8 | Java | 2,872 | java | Administrator.java | Java | [] | null | [] | package com.example.uniactive;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
public class Administrator {
private String name;
public Administrator(String name) {
this.name = name;
}
public boolean checkIfRegister(Statement statement) {
... | 2,872 | 0.523608 | 0.518675 | 89 | 29.88764 | 23.572235 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.561798 | false | false | 0 |
334b69a7d8f19edb7a3733cfbd901b057063eca5 | 23,553,600,655,694 | 3a0b58c7e7983c099e84160e84f76c22817e9111 | /src/aula_19_vetores/Exercicio019.java | 9c7f8c66b8fa4520667b1715275d0eee9a7b4528 | [] | no_license | Jose-Humberto-07/javaBasicoComLoiane | https://github.com/Jose-Humberto-07/javaBasicoComLoiane | dcaa69e4ada93e7730de565eb61b2f53c9f6c40b | 746326a3f4483939f771033ff40a1a2a287ec4d4 | refs/heads/main | 2023-05-04T06:50:30.133000 | 2021-05-20T21:29:26 | 2021-05-20T21:29:26 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
package aula_19_vetores;
import java.util.Random;
/**
* @author humbe
*
*/
public class Exercicio019 {
/**
* @param args
*/
public static void main(String[] args) {
// TODO Auto-generated method stub
Random numeroRandom = new Random();
int[] nota1 = new int[10];
i... | ISO-8859-2 | Java | 1,200 | java | Exercicio019.java | Java | [
{
"context": "es;\r\n\r\nimport java.util.Random;\r\n\r\n/**\r\n * @author humbe\r\n *\r\n */\r\npublic class Exercicio019 {\r\n\r\n\t/**\r\n\t ",
"end": 92,
"score": 0.9994190335273743,
"start": 87,
"tag": "USERNAME",
"value": "humbe"
}
] | null | [] | /**
*
*/
package aula_19_vetores;
import java.util.Random;
/**
* @author humbe
*
*/
public class Exercicio019 {
/**
* @param args
*/
public static void main(String[] args) {
// TODO Auto-generated method stub
Random numeroRandom = new Random();
int[] nota1 = new int[10];
i... | 1,200 | 0.505421 | 0.475396 | 67 | 15.895522 | 16.705647 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.029851 | false | false | 0 |
f609740a8cc0d88ec26d546684149c67d60110bc | 11,802,570,196,602 | f62b80bf6a8df55c83f035e79639ef279c677d01 | /src/main/java/com/ringcentral/definitions/CallsByDirectionBreakdown.java | cc0177c8ecab935272dfc0cef8db098b9ed80abe | [] | no_license | ringcentral/ringcentral-java | https://github.com/ringcentral/ringcentral-java | 2776c83b7ec822b2ac01b8abed6a29e9d288d9da | b0fb081ffa48151d1a9b72517d2a5144a41144a5 | refs/heads/master | 2023-09-01T19:01:31.720000 | 2023-08-21T20:51:29 | 2023-08-21T20:51:29 | 55,440,696 | 17 | 27 | null | false | 2023-08-21T20:27:22 | 2016-04-04T20:00:47 | 2023-03-29T18:37:19 | 2023-08-21T20:27:21 | 8,996 | 19 | 24 | 6 | Java | false | false | package com.ringcentral.definitions;
/**
* Result breakdown by direction
*/
public class CallsByDirectionBreakdown {
/**
* Value for Inbound direction
* Required
* Format: double
*/
public Double inbound;
/**
* Value for Outbound direction
* Required
* Format: double
... | UTF-8 | Java | 607 | java | CallsByDirectionBreakdown.java | Java | [] | null | [] | package com.ringcentral.definitions;
/**
* Result breakdown by direction
*/
public class CallsByDirectionBreakdown {
/**
* Value for Inbound direction
* Required
* Format: double
*/
public Double inbound;
/**
* Value for Outbound direction
* Required
* Format: double
... | 607 | 0.632619 | 0.632619 | 30 | 19.233334 | 17.31605 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.233333 | false | false | 0 |
9b8d4a73f8402adb9dbfd010c2c27ac7cc0521de | 14,267,881,412,263 | 10559c07fe0fdc17871d104a817406ff52036716 | /cmfz-zxl/src/main/java/com/baizhi/dao/ChapterDao.java | 3849d470dc331dd3d69c0b33beedac046ca18ba6 | [] | no_license | 13810361406/final-project | https://github.com/13810361406/final-project | ce8fd1e8e840b91c3afb8943597bf43dd4a5fb28 | a4001b1891128c565c3c394ca5b028f927ee5cb2 | refs/heads/master | 2020-03-27T10:42:40.534000 | 2018-09-06T14:44:21 | 2018-09-06T14:44:21 | 146,440,018 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.baizhi.dao;
import com.baizhi.entity.Chapter;
import java.util.List;
/**
* Created by l on 2018/8/30.
*/
public interface ChapterDao {
/**
*添加章节
*/
void insert(Chapter chapter);
/**
* 查询所有章节信息
* @return
*/
List<Chapter> queryAll();
/**
* 根据专辑Id查询所有章节信... | UTF-8 | Java | 467 | java | ChapterDao.java | Java | [
{
"context": "hapter;\n\nimport java.util.List;\n\n/**\n * Created by l on 2018/8/30.\n */\npublic interface ChapterDao {\n ",
"end": 103,
"score": 0.9899846911430359,
"start": 102,
"tag": "USERNAME",
"value": "l"
}
] | null | [] | package com.baizhi.dao;
import com.baizhi.entity.Chapter;
import java.util.List;
/**
* Created by l on 2018/8/30.
*/
public interface ChapterDao {
/**
*添加章节
*/
void insert(Chapter chapter);
/**
* 查询所有章节信息
* @return
*/
List<Chapter> queryAll();
/**
* 根据专辑Id查询所有章节信... | 467 | 0.572792 | 0.556086 | 28 | 13.964286 | 12.771291 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.214286 | false | false | 0 |
4a254d44367ac06d9b7749c4f6eea14794cde5b1 | 30,245,159,713,917 | ef0c1514e9af6de3ba4a20e0d01de7cc3a915188 | /sdk/eventgrid/azure-resourcemanager-eventgrid/src/main/java/com/azure/resourcemanager/eventgrid/models/TopicTypeInfo.java | 1792d0c6cc69a75bb64257c66b645f853a1706aa | [
"MIT",
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-unknown-license-reference",
"LGPL-2.1-or-later",
"CC0-1.0",
"BSD-3-Clause",
"UPL-1.0",
"Apache-2.0",
"LicenseRef-scancode-public-domain",
"BSD-2-Clause",
"LicenseRef-scancode-generic-cla"
] | permissive | Azure/azure-sdk-for-java | https://github.com/Azure/azure-sdk-for-java | 0902d584b42d3654b4ce65b1dad8409f18ddf4bc | 789bdc6c065dc44ce9b8b630e2f2e5896b2a7616 | refs/heads/main | 2023-09-04T09:36:35.821000 | 2023-09-02T01:53:56 | 2023-09-02T01:53:56 | 2,928,948 | 2,027 | 2,084 | MIT | false | 2023-09-14T21:37:15 | 2011-12-06T23:33:56 | 2023-09-14T17:19:10 | 2023-09-14T21:37:14 | 3,043,660 | 1,994 | 1,854 | 1,435 | Java | false | false | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.
package com.azure.resourcemanager.eventgrid.models;
import com.azure.resourcemanager.eventgrid.fluent.models.TopicTypeInfoInner;
import java.util.List;
/** An im... | UTF-8 | Java | 2,761 | java | TopicTypeInfo.java | Java | [] | null | [] | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.
package com.azure.resourcemanager.eventgrid.models;
import com.azure.resourcemanager.eventgrid.fluent.models.TopicTypeInfoInner;
import java.util.List;
/** An im... | 2,761 | 0.658819 | 0.658819 | 103 | 25.805826 | 27.284925 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.15534 | false | false | 0 |
83c137b29cf5d0b9ef322ec95bac8777c878249b | 29,557,964,994,124 | 99aacfdfc72ca33ed02ba39bfcbf5ffece2bdda4 | /app/src/main/java/org/zhonghao/gps/entity/MyEvent.java | f8944f964fc877768286bf27e5e1a1f5f73197e1 | [] | no_license | yangqiuyang/zhongHaoDingWei | https://github.com/yangqiuyang/zhongHaoDingWei | b49bce0cd121bec763f580b0930399ba24da9c4a | bc5024f5fe730fdca736efa63a6f332539d2c7b8 | refs/heads/master | 2021-01-18T03:37:35.023000 | 2017-03-29T05:19:21 | 2017-03-29T05:19:21 | 85,287,174 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.zhonghao.gps.entity;
/**
* Created by Administrator on 2017/3/27.
*/
public class MyEvent {
public WarningResponseData data;
public MyEvent(WarningResponseData dat) {
this.data = data;
}
public WarningResponseData getData() {
return data;
}
}
| UTF-8 | Java | 299 | java | MyEvent.java | Java | [
{
"context": "ackage org.zhonghao.gps.entity;\n\n/**\n * Created by Administrator on 2017/3/27.\n */\n\npublic class MyEvent {\n\n ",
"end": 65,
"score": 0.4046015441417694,
"start": 52,
"tag": "NAME",
"value": "Administrator"
}
] | null | [] | package org.zhonghao.gps.entity;
/**
* Created by Administrator on 2017/3/27.
*/
public class MyEvent {
public WarningResponseData data;
public MyEvent(WarningResponseData dat) {
this.data = data;
}
public WarningResponseData getData() {
return data;
}
}
| 299 | 0.648829 | 0.625418 | 17 | 16.588236 | 16.772032 | 45 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.235294 | false | false | 0 |
adaeeb782725112b1c06dbd115ebb6408a62113a | 20,237,885,907,019 | 43d82a8404bae8841e1f119ff119c77c5868271b | /betext-usermanagement/src/main/java/com/betext/usermanagement/controller/RestController.java | f8c67f3a02f26724e756c8c047d994a577a6b9b4 | [] | no_license | chiwa/betext | https://github.com/chiwa/betext | 7378a4c774e15b71c4c94aabf6469bfe0f44726b | 2a5846808a23d3649d2abf0b984103807a27bde4 | refs/heads/master | 2016-09-01T20:37:04.411000 | 2015-06-30T10:42:46 | 2015-06-30T10:42:46 | 38,025,135 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.betext.usermanagement.controller;
import com.betext.transportation.Exception.TokenAuthenticationException;
import com.betext.transportation.object.TokenObject;
import com.betext.transportation.object.UserSignOnObject;
import com.betext.transportation.service.MemcachedClientService;
import com.betext.userm... | UTF-8 | Java | 3,267 | java | RestController.java | Java | [] | null | [] | package com.betext.usermanagement.controller;
import com.betext.transportation.Exception.TokenAuthenticationException;
import com.betext.transportation.object.TokenObject;
import com.betext.transportation.object.UserSignOnObject;
import com.betext.transportation.service.MemcachedClientService;
import com.betext.userm... | 3,267 | 0.709213 | 0.708601 | 83 | 38.361446 | 32.066414 | 134 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.506024 | false | false | 0 |
f23ce812f891f3bc8f6e8a2c2072607972eb18dc | 24,172,075,979,955 | c3b18f4c21c96432b50933bda73cf65b849419bf | /Assignment-3/cs5200_fall2018_melacheruvu_rachna_jdbc/src/main/java/edu/northeastern/cs5200/daos/StoredDao.java | 3a707c09173942a336ba402065fab8564c3b7d27 | [] | no_license | Maddy1993/cs5200f18_RachnaReddyM | https://github.com/Maddy1993/cs5200f18_RachnaReddyM | eca20794b34c77411236b0d0f9fac42c24fb4f81 | ab4bc9773f6f68408bdf5c9572d15d390db6daab | refs/heads/master | 2020-03-28T11:34:41.648000 | 2018-12-06T05:33:01 | 2018-12-06T05:33:01 | 148,227,807 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.northeastern.cs5200.daos;
import edu.northeastern.cs5200.Connection;
import java.sql.CallableStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
public class StoredDao {
java.sql.Connection connection = null;
private CallableStatement callableStatement = null;
private Result... | UTF-8 | Java | 3,343 | java | StoredDao.java | Java | [] | null | [] | package edu.northeastern.cs5200.daos;
import edu.northeastern.cs5200.Connection;
import java.sql.CallableStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
public class StoredDao {
java.sql.Connection connection = null;
private CallableStatement callableStatement = null;
private Result... | 3,343 | 0.527371 | 0.523183 | 108 | 29.953703 | 28.109701 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.453704 | false | false | 0 |
b94c4ceb06d492fa515a213245c41e317d530bae | 19,061,064,901,319 | c7d463df6a8576eb3f014c01776334974ddd1d78 | /src/CheckCancel.java | 073ec1aba5c2ab37a2fe2140773a76674f880bdb | [] | no_license | mariosp/mixlog | https://github.com/mariosp/mixlog | 623e586dac351b0d9fb91f5f051db03ad193e8ca | d117b1a916d340c13477d0e3a0cb047756fadc6a | refs/heads/master | 2020-12-24T11:45:50.106000 | 2019-01-11T12:55:39 | 2019-01-11T12:55:39 | 73,015,454 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.time.LocalDate;
import java.time.LocalDateTime;
import javax.swing.JTextField;
public class CheckCancel {
int bid;
int rid;
int pid;
int numtickets;
String lastn;
String firstn;
String from;... | UTF-8 | Java | 2,748 | java | CheckCancel.java | Java | [] | null | [] | import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.time.LocalDate;
import java.time.LocalDateTime;
import javax.swing.JTextField;
public class CheckCancel {
int bid;
int rid;
int pid;
int numtickets;
String lastn;
String firstn;
String from;... | 2,748 | 0.581514 | 0.579694 | 149 | 16.456375 | 17.759195 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.395973 | false | false | 0 |
8d15271383e881e4a8f7200eada7173493875d5f | 20,237,885,944,179 | e681cb08df584f249bab00aa1419762810a8f99c | /gameslib/src/com/yunyouhudong/framework/game/YunyouGameCanvas.java | 1edf3f5eea1dc4a5180af75d367754e1e5cd39fb | [] | no_license | dyzhxsl3897/iptvgames | https://github.com/dyzhxsl3897/iptvgames | eec8aaca5c690dbdc3dc1da6f7edb047f1ea86ac | 13da64d5b52510e9cb508fa6cc0b35bb44bf39b0 | refs/heads/master | 2021-01-23T04:14:44.746000 | 2020-12-01T15:37:59 | 2020-12-01T15:37:59 | 86,173,472 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yunyouhudong.framework.game;
import javax.microedition.lcdui.game.GameCanvas;
import com.yunyouhudong.framework.resourcemanagement.ResourceManager;
public abstract class YunyouGameCanvas extends GameCanvas {
private YunyouMIDlet midlet;
private ResourceManager resourceManager;
private YunyouLayerMana... | UTF-8 | Java | 1,070 | java | YunyouGameCanvas.java | Java | [] | null | [] | package com.yunyouhudong.framework.game;
import javax.microedition.lcdui.game.GameCanvas;
import com.yunyouhudong.framework.resourcemanagement.ResourceManager;
public abstract class YunyouGameCanvas extends GameCanvas {
private YunyouMIDlet midlet;
private ResourceManager resourceManager;
private YunyouLayerMana... | 1,070 | 0.793458 | 0.793458 | 43 | 23.88372 | 23.932278 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.302326 | false | false | 0 |
87afea4e75069534ecf7fa45995ea8516fa301dd | 22,497,038,763,820 | d1d81942fa533b58ee0222ca1e87d1d8cad5d1c5 | /src/main/java/won/bot/mailbot/action/send/Hint2MailParserAction.java | 41b79d124f417e80edeeb0cd3765b6c21fb985fc | [
"Apache-2.0"
] | permissive | researchstudio-sat/won-mailbot | https://github.com/researchstudio-sat/won-mailbot | 42f9f800e799be672efb57b4e6e28df3fdc9e07e | 52eb37ee479cadc4d4db4596029d3cf05676eaa1 | refs/heads/master | 2022-12-28T12:24:51.990000 | 2020-02-18T12:49:36 | 2020-02-18T12:49:36 | 208,780,180 | 0 | 0 | Apache-2.0 | false | 2022-12-10T03:28:18 | 2019-09-16T11:12:28 | 2020-02-18T12:49:40 | 2022-12-10T03:28:18 | 43 | 0 | 0 | 4 | Java | false | false | package won.bot.mailbot.action.send;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.messaging.MessageChannel;
import org.springframework.messaging.support.GenericMessage;
import won.bot.framework.eventbot.EventListenerContext;
import won.bot.framework.eventbot.action.BaseEventBotAc... | UTF-8 | Java | 3,564 | java | Hint2MailParserAction.java | Java | [
{
"context": "URI;\nimport java.util.Optional;\n\n/**\n * Created by fsuda on 03.10.2016.\n */\npublic class Hint2MailParserAc",
"end": 1097,
"score": 0.9987659454345703,
"start": 1092,
"tag": "USERNAME",
"value": "fsuda"
}
] | null | [] | package won.bot.mailbot.action.send;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.messaging.MessageChannel;
import org.springframework.messaging.support.GenericMessage;
import won.bot.framework.eventbot.EventListenerContext;
import won.bot.framework.eventbot.action.BaseEventBotAc... | 3,564 | 0.723625 | 0.720258 | 69 | 50.652172 | 33.562325 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.753623 | false | false | 0 |
6f02658b0cf94e5db06a95721aa39a035ce421e6 | 17,102,559,772,674 | 732f887dbae17ce2d4db97ff8533be6f411df2d8 | /enunciate/xfire-client-rt/src/test/java/org/codehaus/enunciate/modules/xfire_client/TestListParser.java | 66b03de7edef089155a1ab12562d4038d9f122b9 | [
"Apache-2.0"
] | permissive | cstamas/enunciate-old | https://github.com/cstamas/enunciate-old | 8df582133c77bdec8b4cf3717cc34e4e926d441b | 9169493b3c84f27b672a84041ed74cacc295e451 | refs/heads/master | 2019-05-14T18:25:14.862000 | 2009-12-16T09:22:25 | 2010-03-18T22:28:45 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright 2006-2008 Web Cohesion
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed... | UTF-8 | Java | 2,050 | java | TestListParser.java | Java | [
{
"context": "try;\n\nimport java.util.Collection;\n\n/**\n * @author Ryan Heaton\n */\npublic class TestListParser extends TestCase ",
"end": 851,
"score": 0.9998377561569214,
"start": 840,
"tag": "NAME",
"value": "Ryan Heaton"
}
] | null | [] | /*
* Copyright 2006-2008 Web Cohesion
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed... | 2,045 | 0.729756 | 0.701951 | 55 | 36.272728 | 37.794399 | 196 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.745455 | false | false | 0 |
1d4bd0c8f3fa061cef90c53b64ef50c1d71ad44e | 20,830,591,395,760 | 7ee9170ab3f73fcb999e86239e9a1a2208c9adde | /app/src/main/java/gstores/merchandiser_beta/components/models/RootObject.java | 1112e1be2104daf7e0acdce6c00544fc5567f939 | [] | no_license | sujithvakkom/Merchandiser | https://github.com/sujithvakkom/Merchandiser | 46478772416ff8c5608f1c1b7b5db2b257612f98 | 98f67bdc9ab8c40a6f419cca1c40c1e6ac1c2ee0 | refs/heads/master | 2021-06-11T09:59:01.560000 | 2021-05-10T11:11:26 | 2021-05-10T11:11:26 | 145,291,168 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package gstores.merchandiser_beta.components.models;
public class RootObject {
public Root root ;
}
| UTF-8 | Java | 105 | java | RootObject.java | Java | [] | null | [] | package gstores.merchandiser_beta.components.models;
public class RootObject {
public Root root ;
}
| 105 | 0.771429 | 0.771429 | 5 | 20 | 19.04731 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 0 |
d4d098224e8ad18027753ce45977072942a04dae | 13,546,326,902,114 | 34e58548a14315ac2fd09226433b89ab0fe31293 | /src/main/java/com/powerbridge/bssp/sas/service/impl/SasDclUcnsDtServiceImpl.java | 79f3905c3f3f950ca3ee2b660c12bccdc3430d6e | [] | no_license | xiexiaowei2004/bssp-receipt | https://github.com/xiexiaowei2004/bssp-receipt | 88f63c20b38b6b635d9f26b04e2f7ac017ef8741 | cad430596673ef956e525715eb27a592a5b9c413 | refs/heads/master | 2021-01-01T06:08:32.648000 | 2017-07-16T07:12:48 | 2017-07-16T07:12:48 | 97,366,803 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.powerbridge.bssp.sas.service.impl;
import com.powerbridge.bssp.base.service.impl.BaseServiceImpl;
import com.powerbridge.bssp.sas.dao.SasDclUcnsDtMapper;
import com.powerbridge.bssp.sas.entity.SasDclUcnsDt;
import com.powerbridge.bssp.sas.service.ISasDclUcnsDtService;
import org.springframework.stereotype.... | UTF-8 | Java | 605 | java | SasDclUcnsDtServiceImpl.java | Java | [
{
"context": "\n/**\n * <p>\n * 业务申报单耗表 服务实现类\n * </p>\n *\n * @author haihuihuang\n * @since 2017-06-01\n */\n@Service(\"sasDclUcnsDtSe",
"end": 391,
"score": 0.9995160102844238,
"start": 380,
"tag": "USERNAME",
"value": "haihuihuang"
}
] | null | [] | package com.powerbridge.bssp.sas.service.impl;
import com.powerbridge.bssp.base.service.impl.BaseServiceImpl;
import com.powerbridge.bssp.sas.dao.SasDclUcnsDtMapper;
import com.powerbridge.bssp.sas.entity.SasDclUcnsDt;
import com.powerbridge.bssp.sas.service.ISasDclUcnsDtService;
import org.springframework.stereotype.... | 605 | 0.803787 | 0.790017 | 20 | 28.049999 | 31.924089 | 128 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.35 | false | false | 0 |
eb33f2916e9a4c1c682b556d38bb06cce244dc26 | 13,546,326,902,504 | 5427d035ed8254466f9f0cec9068cdd600fcec0b | /src/main/java/com/galvanize/badgearamaregistration/exception/StatusUpdateFailureException.java | bfebb8a3d3dc775d9654f8e4c29ab329b5ba1dee | [] | no_license | sumi2222/haskell_curry_742384_registration | https://github.com/sumi2222/haskell_curry_742384_registration | d5adb3954820214a396a1aabb4b81aef54707ac7 | 3238b0df51b80da37fcecf266c1e73169f2fd119 | refs/heads/master | 2020-04-11T10:42:25.200000 | 2018-12-14T03:09:21 | 2018-12-14T03:09:21 | 161,723,798 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.galvanize.badgearamaregistration.exception;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.http.HttpStatus;
import org.springframework.web.bind.annotation.ResponseStatus;
@ResponseStatus(value=HttpStatus.PRECONDITION_FAILED)
public class StatusUpdateFailureException ex... | UTF-8 | Java | 598 | java | StatusUpdateFailureException.java | Java | [] | null | [] | package com.galvanize.badgearamaregistration.exception;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.http.HttpStatus;
import org.springframework.web.bind.annotation.ResponseStatus;
@ResponseStatus(value=HttpStatus.PRECONDITION_FAILED)
public class StatusUpdateFailureException ex... | 598 | 0.814381 | 0.811037 | 14 | 41.714287 | 31.616968 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 0 |
f05ecb9623e7d567b42790c5608055aa7a1df02d | 764,504,187,796 | 4fd6f3d97503f9c08df14df610f96686f80b8743 | /app/src/main/java/com/hzh/frame/ui/WelcomeUI.java | b6e68785ba0f4d4216d811ab8498cd9ab5c36f80 | [] | no_license | zihang740/BaseUI | https://github.com/zihang740/BaseUI | 24e42dc1e263d0210ecabec32a6da741d5da565f | fe298e6c569f62dcaeaa7eb94ff5649cfdbd41f9 | refs/heads/master | 2023-03-30T21:50:41.415000 | 2023-03-26T15:30:11 | 2023-03-26T15:30:11 | 176,187,934 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hzh.frame.ui;
import android.view.animation.AlphaAnimation;
import android.view.animation.Animation;
import android.widget.TextView;
import com.hzh.frame.R;
import com.hzh.frame.ui.activity.BaseUI;
public class WelcomeUI extends BaseUI{
@Override
public boolean setTitleIsShow() {
return... | UTF-8 | Java | 682 | java | WelcomeUI.java | Java | [] | null | [] | package com.hzh.frame.ui;
import android.view.animation.AlphaAnimation;
import android.view.animation.Animation;
import android.widget.TextView;
import com.hzh.frame.R;
import com.hzh.frame.ui.activity.BaseUI;
public class WelcomeUI extends BaseUI{
@Override
public boolean setTitleIsShow() {
return... | 682 | 0.746334 | 0.737537 | 29 | 22.517241 | 18.537233 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.103448 | false | false | 0 |
393d4a4a9611ca7f7b4473c152183d6949390319 | 27,659,589,443,171 | 708f263c8bfcfcc53a7d34ccf38fa915f93c3827 | /NuevaPruebaHibernate/src/main/java/ar/com/nuevapruebahibernate/anotation/Estacionamiento.java | 368c41218f8517bc2e8f41e8084019a8e3d60588 | [
"MIT"
] | permissive | matiasezequielgonzalezmeg/practicaSprintBootPatrones | https://github.com/matiasezequielgonzalezmeg/practicaSprintBootPatrones | d439668859383afebf3ba9cd82653c2c89bab923 | ce5cb8daf481004ea6c1976d08014defb6f984ae | refs/heads/master | 2020-06-26T15:08:26.741000 | 2019-08-02T16:04:05 | 2019-08-02T16:04:05 | 199,668,384 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ar.com.nuevapruebahibernate.anotation;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.stereotype.Component;
@Component
@Qualifier("estacionamiento")
public class Estacionamiento {
@Autowired
@Qualifier... | UTF-8 | Java | 606 | java | Estacionamiento.java | Java | [] | null | [] | package ar.com.nuevapruebahibernate.anotation;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.stereotype.Component;
@Component
@Qualifier("estacionamiento")
public class Estacionamiento {
@Autowired
@Qualifier... | 606 | 0.755776 | 0.755776 | 27 | 21.444445 | 22.699867 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.037037 | false | false | 0 |
f36fe0b9b101c2bf434a67c2d0566c6641d0b4c7 | 23,579,370,516,747 | 9bfae0c2f8e98288f436718158bb6fa281e2df68 | /src/main/java/Jfugue/PossibleChordProgressions.java | 5d483a081120fa10ee8c330fae5e9e007187d758 | [] | no_license | samoth1601/Visaudio | https://github.com/samoth1601/Visaudio | 81ca23d99ebabaddf002eafee0dfc9aee83d1189 | 4e221894281e36ed5d140447388978562397ad94 | refs/heads/master | 2021-01-14T13:21:38.281000 | 2016-05-04T18:42:03 | 2016-05-04T18:42:03 | 53,271,282 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Jfugue;
import java.util.Random;
/**
* Created by Thomas on 16.03.2016.
*/
public class PossibleChordProgressions {
static String[] possibleProgressionsMAJOR = {
"I V vi IV", "I V vi iii", "vi V IV V", "I vi IV V", "I IV vi V", "I V IV V"
};
static String[] possibleProgressionsMINOR ... | UTF-8 | Java | 4,981 | java | PossibleChordProgressions.java | Java | [
{
"context": "ugue;\n\nimport java.util.Random;\n\n/**\n * Created by Thomas on 16.03.2016.\n */\npublic class PossibleChordProg",
"end": 67,
"score": 0.977120041847229,
"start": 61,
"tag": "NAME",
"value": "Thomas"
}
] | null | [] | package Jfugue;
import java.util.Random;
/**
* Created by Thomas on 16.03.2016.
*/
public class PossibleChordProgressions {
static String[] possibleProgressionsMAJOR = {
"I V vi IV", "I V vi iii", "vi V IV V", "I vi IV V", "I IV vi V", "I V IV V"
};
static String[] possibleProgressionsMINOR ... | 4,981 | 0.441655 | 0.427998 | 154 | 31.298702 | 29.637009 | 130 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.512987 | false | false | 0 |
11b985f13c4188fcc928891a4fd6cbed04a1f3ab | 8,392,366,159,737 | 470a9e1e54e939bf98f38100e9588667e3c89c6b | /Assignment1/P13.java | 8eff4117cbe93639c933f6ad2ad10940b96d6656 | [] | no_license | Lakhane10/Edac-may2021 | https://github.com/Lakhane10/Edac-may2021 | 47d48036edce4ed3dc0185d8c48234b87eadd2b9 | f413f673fb6a445729db2d96c002f6bb0cff8c99 | refs/heads/main | 2023-04-23T06:28:04.375000 | 2021-05-10T17:40:22 | 2021-05-10T17:40:22 | 365,246,481 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
13. Write a Java program to print the area and perimeter of a rectangle.
Test Data:
Width = 5.5 Height = 8.5
Expected OutputArea is 5.6 * 8.5 = 47.60
Perimeter is 2 * (5.6 + 8.5) = 28.20
*/
class P13
{
public static void main(String args[])
{
double width = 5.6;
double height = 8.5;
... | UTF-8 | Java | 729 | java | P13.java | Java | [] | null | [] | /*
13. Write a Java program to print the area and perimeter of a rectangle.
Test Data:
Width = 5.5 Height = 8.5
Expected OutputArea is 5.6 * 8.5 = 47.60
Perimeter is 2 * (5.6 + 8.5) = 28.20
*/
class P13
{
public static void main(String args[])
{
double width = 5.6;
double height = 8.5;
... | 729 | 0.539095 | 0.443073 | 32 | 20.84375 | 25.447384 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 0 |
e9507abc4e999d99a2d2ef51692a2cb7a7e7f43e | 4,870,492,917,485 | 4b919348dea3b3686043d554586ba72ceacf1b25 | /schedule-task/src/main/java/com/woods/www/scheduletask/quartz/ParamQuartzTask.java | 2eeee5ea5c96bdf541358d6d4d3a923b870bb7c4 | [] | no_license | woodscpp/SpringBootLearn | https://github.com/woodscpp/SpringBootLearn | b820aad1281fe5bebcdc9382a8073bb215f9fa69 | 7e8bec60d63a6946b90317c57af469fce640c1b4 | refs/heads/master | 2020-09-27T11:45:26.307000 | 2019-12-09T15:40:12 | 2019-12-09T15:40:12 | 226,507,965 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.woods.www.scheduletask.quartz;
import org.quartz.DailyTimeIntervalTrigger;
import org.quartz.JobDataMap;
import org.quartz.impl.triggers.DailyTimeIntervalTriggerImpl;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.... | UTF-8 | Java | 1,854 | java | ParamQuartzTask.java | Java | [
{
"context": "ling.quartz.SchedulerFactoryBean;\n\n/**\n * @author: woods\n * @date: 2019/12/7\n * @description:\n */\n@Configu",
"end": 518,
"score": 0.9995465278625488,
"start": 513,
"tag": "USERNAME",
"value": "woods"
}
] | null | [] | package com.woods.www.scheduletask.quartz;
import org.quartz.DailyTimeIntervalTrigger;
import org.quartz.JobDataMap;
import org.quartz.impl.triggers.DailyTimeIntervalTriggerImpl;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.... | 1,854 | 0.721788 | 0.716201 | 59 | 29.338984 | 24.432272 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.440678 | false | false | 0 |
c69e1dca8f30f77f7827c8e98e38a2a890597488 | 29,961,691,890,201 | 78cef7de19af03f19317341232193aad61294a60 | /assignments/A3/Code/Extractor.java | 5390a135cecf6c70123a42a85e88cf7b14703160 | [] | no_license | t-bonds/comp2210 | https://github.com/t-bonds/comp2210 | 33f3f5f53bf451e90a775dead4183daf6c121708 | 9be6304dc5906adec75bb8d65262b021966a8e68 | refs/heads/master | 2022-01-12T21:44:46.629000 | 2019-07-21T22:53:04 | 2019-07-21T22:53:04 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.File;
import java.util.Arrays;
import java.util.Collection;
import java.util.Iterator;
import java.util.Scanner;
import java.util.SortedSet;
import java.util.TreeSet;
/**
* Extractor.java. Implements feature extraction for collinear points in
* two dimensional data.
*
* @author Tanner Bonds (tjb005... | UTF-8 | Java | 4,309 | java | Extractor.java | Java | [
{
"context": " points in\n * two dimensional data.\n *\n * @author Tanner Bonds (tjb0057@auburn.edu)\n * @author Dean Hendrix (dh",
"end": 312,
"score": 0.9998601675033569,
"start": 300,
"tag": "NAME",
"value": "Tanner Bonds"
},
{
"context": "wo dimensional data.\n *\n * @author T... | null | [] | import java.io.File;
import java.util.Arrays;
import java.util.Collection;
import java.util.Iterator;
import java.util.Scanner;
import java.util.SortedSet;
import java.util.TreeSet;
/**
* Extractor.java. Implements feature extraction for collinear points in
* two dimensional data.
*
* @author <NAME> (<EMAIL>)
* ... | 4,280 | 0.467394 | 0.459735 | 164 | 25.274391 | 21.533957 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.439024 | false | false | 0 |
73ef517da9460456736d7d5f6178c27a104ee72c | 29,961,691,888,682 | 810fb727187ea450a603e581a99854f8011bfaca | /treinar_7900/projeto/bb-visao-ui-swt/src/br/com/treinarminas/ui/ContaInvestimento.java | 3b4492eb6ad199384277c8102dcf833340db391a | [] | no_license | ggmoura/treinar | https://github.com/ggmoura/treinar | c97698cfc4cfb9024e2d790bcab64d9658541f2c | 5c37e03981cb6d9e69fad0e5c3af8bdb4036e638 | refs/heads/master | 2022-12-01T04:17:09.451000 | 2019-10-19T00:53:56 | 2019-10-19T00:53:56 | 37,018,624 | 1 | 1 | null | false | 2022-11-24T07:39:41 | 2015-06-07T14:02:26 | 2019-10-19T00:54:04 | 2022-11-24T07:39:39 | 32,087 | 0 | 0 | 6 | Java | false | false | package br.com.treinarminas.ui;
import org.eclipse.swt.events.DisposeEvent;
import org.eclipse.swt.events.DisposeListener;
import org.eclipse.swt.widgets.Composite;
import org.eclipse.swt.widgets.Display;
import org.eclipse.ui.forms.widgets.FormToolkit;
import org.eclipse.swt.SWT;
import org.eclipse.swt.widget... | UTF-8 | Java | 4,535 | java | ContaInvestimento.java | Java | [] | null | [] | package br.com.treinarminas.ui;
import org.eclipse.swt.events.DisposeEvent;
import org.eclipse.swt.events.DisposeListener;
import org.eclipse.swt.widgets.Composite;
import org.eclipse.swt.widgets.Display;
import org.eclipse.ui.forms.widgets.FormToolkit;
import org.eclipse.swt.SWT;
import org.eclipse.swt.widget... | 4,535 | 0.745755 | 0.727012 | 113 | 38.132744 | 22.313337 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.707965 | false | false | 0 |
95ba686a5f3af21e1434e95445b740978ac2a10f | 14,078,902,850,434 | 209a8621e246d77676523c1a5ae99683b103fb36 | /java/java8test/src/test/java/xin/jys913/test/java8/StreamTest.java | f57300344e58e92d9c250e3776738cbbffb85b38 | [] | no_license | swhmonster/myutils | https://github.com/swhmonster/myutils | b4e10c490b128532e38419bef89a7774b3081f27 | eb1f181e00d2c44166a167be9ebded8c39ff358a | refs/heads/master | 2020-04-16T19:20:21.588000 | 2020-03-10T04:36:20 | 2020-03-10T04:36:20 | 165,855,764 | 4 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package xin.jys913.test.java8;
import org.junit.Assert;
import org.junit.Test;
import xin.jys913.test.java8.bean.Student;
import xin.jys913.test.java8.bean.User;
import java.time.LocalDateTime;
import java.util.*;
import java.util.stream.Collectors;
import java.util.stream.Stream;
/**
* @Description:
* @author pri... | UTF-8 | Java | 10,734 | java | StreamTest.java | Java | [
{
"context": "il.stream.Stream;\n\n/**\n * @Description:\n * @author prince_913\n * @Date: 2018/11/28 19:44:21\n */\npublic class St",
"end": 327,
"score": 0.9995834827423096,
"start": 317,
"tag": "USERNAME",
"value": "prince_913"
}
] | null | [] | package xin.jys913.test.java8;
import org.junit.Assert;
import org.junit.Test;
import xin.jys913.test.java8.bean.Student;
import xin.jys913.test.java8.bean.User;
import java.time.LocalDateTime;
import java.util.*;
import java.util.stream.Collectors;
import java.util.stream.Stream;
/**
* @Description:
* @author pri... | 10,734 | 0.518311 | 0.483277 | 335 | 30.952238 | 29.657309 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.128358 | false | false | 0 |
26a8c7e24421de40b78385cfabf85699e7fd986c | 15,882,789,077,561 | 455f7bae168e11bc31a5c3d8070c795bb0266499 | /src/instrumentation/Indicator.java | 10a46868632a08538cc5174f030d676f253edc85 | [
"Apache-2.0"
] | permissive | ozonetw/Release-3 | https://github.com/ozonetw/Release-3 | a6ddf5ab97625f94cd2c89da686c62f2b35fae7d | 65118c36781184328236faf6152df1476ec58fbb | refs/heads/master | 2021-01-01T05:45:18.634000 | 2016-04-30T10:31:12 | 2016-04-30T10:31:12 | 57,428,374 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* **************************************************************************************
* File:Indicator.java
* Course: Software Architecture
* Project: Event Architectures
* Institution: Autonomous University of Zacatecas
* Date: November 2015
* Developer: Ferman Ivan Tovar
* Reviewer: Perla Velasco E... | UTF-8 | Java | 11,445 | java | Indicator.java | Java | [
{
"context": "of Zacatecas \n * Date: November 2015\n * Developer: Ferman Ivan Tovar \n * Reviewer: Perla Velasco Elizondo\n * *********",
"end": 290,
"score": 0.9998810887336731,
"start": 273,
"tag": "NAME",
"value": "Ferman Ivan Tovar"
},
{
"context": "2015\n * Developer: Ferman Iv... | null | [] | /**
* **************************************************************************************
* File:Indicator.java
* Course: Software Architecture
* Project: Event Architectures
* Institution: Autonomous University of Zacatecas
* Date: November 2015
* Developer: <NAME>
* Reviewer: <NAME>
* ****************... | 11,418 | 0.577894 | 0.571603 | 341 | 32.563049 | 24.478483 | 162 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.469208 | false | false | 0 |
97101e0c1dd01dd9dd08f4254f4a8803e9df98de | 13,271,448,955,535 | d477d3eadf34816334971529b2425f86f5cfe89c | /src/tasks12/RandomNumbers.java | 17d443a3f82c5b15ba9b6fb76e043282a126bc39 | [] | no_license | dmitrytriput/homework | https://github.com/dmitrytriput/homework | dd8621d888b4e40e954714b909e3bf1f87f962db | 75e97ee4f63e0668632034662ead776d323ab8f6 | refs/heads/master | 2022-03-07T00:37:07.054000 | 2017-11-07T21:17:58 | 2017-11-07T21:17:58 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package tasks12;
import java.io.*;
import java.util.*;
public class RandomNumbers {
public static void main(String[] args) {
File file = createFile("numbers.txt");
generateNumbers(file,1000);
sortInFile(file);
}
public static File createFile(String name) {
File dir = new ... | UTF-8 | Java | 1,731 | java | RandomNumbers.java | Java | [] | null | [] | package tasks12;
import java.io.*;
import java.util.*;
public class RandomNumbers {
public static void main(String[] args) {
File file = createFile("numbers.txt");
generateNumbers(file,1000);
sortInFile(file);
}
public static File createFile(String name) {
File dir = new ... | 1,731 | 0.561525 | 0.556326 | 55 | 30.454546 | 24.132074 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.472727 | false | false | 0 |
a61dddd16790c7c3aeaaf68b5fee261b3f6a34ec | 13,271,448,955,808 | e4723b1b54814eab99ecab79436c02da99055a22 | /project-brijframework-school/src/main/java/com/brijframework/school/mapper/SchoolDetailMapper.java | 010c71935bf4ac739f7f5ff8039f10c35dfd8d96 | [] | no_license | brijframework/project-brijframework-ecommerce | https://github.com/brijframework/project-brijframework-ecommerce | 90fd8990765a7ef9f2d91efec5738cf5f7ebd977 | df9cc5e31f36f644eb8df94bca8a1dab8e6631f8 | refs/heads/master | 2022-07-15T14:14:52.480000 | 2020-03-12T15:27:18 | 2020-03-12T15:27:18 | 233,403,695 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.brijframework.school.mapper;
import com.brijframework.school.bean.school.SchoolDetailDTO;
import com.brijframework.school.bean.school.SchoolDetailRequest;
import com.brijframework.school.domain.setting.SchoolDetail;
public interface SchoolDetailMapper {
SchoolDetail toEntity(SchoolDetailRequest student)... | UTF-8 | Java | 377 | java | SchoolDetailMapper.java | Java | [] | null | [] | package com.brijframework.school.mapper;
import com.brijframework.school.bean.school.SchoolDetailDTO;
import com.brijframework.school.bean.school.SchoolDetailRequest;
import com.brijframework.school.domain.setting.SchoolDetail;
public interface SchoolDetailMapper {
SchoolDetail toEntity(SchoolDetailRequest student)... | 377 | 0.851459 | 0.851459 | 13 | 28 | 26.715021 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.615385 | false | false | 0 |
a99ae44091b34adc06bd100759bed020b00bbff5 | 26,852,135,588,536 | aa9612aff802ce467adea261fc5bf7a278472c23 | /dept_service/src/main/java/com/zh/common/CommonConstant.java | 13b047f9be86116990d7a98e29500926bf25a7d0 | [] | no_license | javacoder456/delpt | https://github.com/javacoder456/delpt | 59420aced2353282c64ab3b8a44464379243de38 | a7e4ae5afb246b9d18053778a736a662b5725b10 | refs/heads/master | 2020-05-03T20:48:49.996000 | 2019-04-02T09:33:21 | 2019-04-02T09:33:21 | 178,811,322 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zh.common;
public class CommonConstant {
public static final String ADMIN = "ADMIN"; //系统管理员
//提示消息
public static final String MSG_TIP = "tip_msg";
//系统消息
public static final String MSG_SYS = "SYS_msg";
public static final String UPLOAD ="upload";
public static final String DO... | UTF-8 | Java | 691 | java | CommonConstant.java | Java | [] | null | [] | package com.zh.common;
public class CommonConstant {
public static final String ADMIN = "ADMIN"; //系统管理员
//提示消息
public static final String MSG_TIP = "tip_msg";
//系统消息
public static final String MSG_SYS = "SYS_msg";
public static final String UPLOAD ="upload";
public static final String DO... | 691 | 0.680365 | 0.672755 | 24 | 26.375 | 22.939798 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 0 |
81c1f7bfa4fdf3527218617d3ff4101a73b20fa7 | 27,066,883,968,307 | 9b6a67e682d0699ab79b18bf0d37e31b8ca58be9 | /Pong/src/pack1/Draw.java | 7f24a131ea2fa0ea685c04d21d64dcc45f54f616 | [] | no_license | maximschiffmann/JavaAufgaben | https://github.com/maximschiffmann/JavaAufgaben | 23110a60974ac4855df33493b8a874bc2ec330b2 | c445ef7cc1c744227c9651792baa12ca9966e977 | refs/heads/master | 2020-08-24T11:23:57.651000 | 2020-02-09T20:17:55 | 2020-02-09T20:17:55 | 216,816,836 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pack1;
import java.awt.*;
import javax.swing.JLabel;
public class Draw extends JLabel {
protected void paintComponent(Graphics g) {
super.paintComponent(g);
Graphics2D g2d = (Graphics2D) g;
g2d.setRenderingHint(RenderingHints.KEY_ANTIALIASING, RenderingHints.VALUE_ANTIALIAS_ON);
... | UTF-8 | Java | 1,768 | java | Draw.java | Java | [] | null | [] | package pack1;
import java.awt.*;
import javax.swing.JLabel;
public class Draw extends JLabel {
protected void paintComponent(Graphics g) {
super.paintComponent(g);
Graphics2D g2d = (Graphics2D) g;
g2d.setRenderingHint(RenderingHints.KEY_ANTIALIASING, RenderingHints.VALUE_ANTIALIAS_ON);
... | 1,768 | 0.626131 | 0.582014 | 72 | 22.555555 | 20.589161 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.388889 | false | false | 0 |
9e9eab2d08a2992148fd3dcde147da54ba49368a | 7,610,682,065,245 | 69a4f2d51ebeea36c4d8192e25cfb5f3f77bef5e | /methods/Method_8550.java | 8e5c5a0e9005f32058e6b637fadcd09c7d36005c | [] | no_license | P79N6A/icse_20_user_study | https://github.com/P79N6A/icse_20_user_study | 5b9c42c6384502fdc9588430899f257761f1f506 | 8a3676bc96059ea2c4f6d209016f5088a5628f3c | refs/heads/master | 2020-06-24T08:25:22.606000 | 2019-07-25T15:31:16 | 2019-07-25T15:31:16 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | @Keep @SuppressWarnings("unused") private void setCropTop(float value){
actualRect.top=value;
invalidate();
}
| UTF-8 | Java | 114 | java | Method_8550.java | Java | [] | null | [] | @Keep @SuppressWarnings("unused") private void setCropTop(float value){
actualRect.top=value;
invalidate();
}
| 114 | 0.745614 | 0.745614 | 4 | 27.5 | 26.320145 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 0 |
6f10840e628b2a0bce6b8490a756c8ea5e521089 | 19,370,302,562,607 | e70114495c263dac03088f642aedf67ae07ed8e9 | /DataStructure/src/com/manish/tree/wrongADT/ConvertBinaryTreeToMirror.java | 4dbe64bd71465adf48d90f2500c1bb1d72fb1596 | [] | no_license | manish7725/CodeWithMK | https://github.com/manish7725/CodeWithMK | 4a7a05cabaf45251eecd9ba47560084afa4f31bc | 3881bca9766a6c6bb89398100226d8d600268e17 | refs/heads/master | 2022-12-30T05:10:00.642000 | 2020-09-27T03:08:35 | 2020-09-27T03:08:35 | 262,377,899 | 5 | 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 com.manish.tree.wrongADT;
/**
*
* @author 1576202
*/
public class ConvertBinaryTreeToMirror {
public static void main(S... | UTF-8 | Java | 1,228 | java | ConvertBinaryTreeToMirror.java | Java | [
{
"context": "kage com.manish.tree.wrongADT;\n\n/**\n *\n * @author 1576202\n */\npublic class ConvertBinaryTreeToMirror {\n ",
"end": 245,
"score": 0.9973540902137756,
"start": 238,
"tag": "USERNAME",
"value": "1576202"
}
] | 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 com.manish.tree.wrongADT;
/**
*
* @author 1576202
*/
public class ConvertBinaryTreeToMirror {
public static void main(S... | 1,228 | 0.636808 | 0.619707 | 43 | 27.55814 | 21.544224 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.581395 | false | false | 0 |
9403740612465b17a11d6f8ddb5d63b730f96424 | 4,681,514,419,988 | d0b97c107c37254c906e50e431e86034c15eb3e0 | /MainActivity.java | e481edcb226d050203938fc0d2c1b29738b5aa6d | [] | no_license | merlindemon/listtaker | https://github.com/merlindemon/listtaker | fe5477921655d9f03c2feb9f8c5af04dc39b4aa5 | 18ae1efdd67fb45089d7d1dad830afd9ee42b50a | refs/heads/master | 2021-01-10T06:29:41.484000 | 2016-03-14T00:58:00 | 2016-03-14T00:58:00 | 53,816,364 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.weebly.docrosby.listtaker;
import android.graphics.drawable.Drawable;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentActivity;
import android.support.v4.app.FragmentManager;
public class MainActivity extends FragmentActivity {
public myDBHandler... | UTF-8 | Java | 1,488 | java | MainActivity.java | Java | [] | null | [] | package com.weebly.docrosby.listtaker;
import android.graphics.drawable.Drawable;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentActivity;
import android.support.v4.app.FragmentManager;
public class MainActivity extends FragmentActivity {
public myDBHandler... | 1,488 | 0.704973 | 0.700941 | 38 | 38.157894 | 28.848539 | 129 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.657895 | false | false | 0 |
a8c37dd78006f1859a70660fd0256d5a87b1da81 | 9,010,841,454,835 | 0501c021ae66e0ea68dfbce95564de3186bb7503 | /src/main/java/org/briarheart/doomthree/map/material/Materials.java | b8323c6dde0401610a5affd70565f61071dac898 | [
"Apache-2.0"
] | permissive | rchigvintsev/dtmap2json | https://github.com/rchigvintsev/dtmap2json | 06d05fa9ba242ada28d318670b21f800f5d905af | bbee5145a3417dcfb676b77a19d31009e4ff7735 | refs/heads/master | 2021-07-05T05:36:03.588000 | 2020-08-31T11:00:44 | 2020-08-31T11:00:44 | 168,816,033 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.briarheart.doomthree.map.material;
/**
* @author Roman Chigvintsev
*/
public class Materials {
private Materials() {
//no instance
}
public static boolean isDecal(String materialName) {
return materialName.contains("/decals/");
}
public static boolean isFloor(String ... | UTF-8 | Java | 731 | java | Materials.java | Java | [
{
"context": "briarheart.doomthree.map.material;\n\n/**\n * @author Roman Chigvintsev\n */\npublic class Materials {\n private Material",
"end": 80,
"score": 0.9998412728309631,
"start": 63,
"tag": "NAME",
"value": "Roman Chigvintsev"
}
] | null | [] | package org.briarheart.doomthree.map.material;
/**
* @author <NAME>
*/
public class Materials {
private Materials() {
//no instance
}
public static boolean isDecal(String materialName) {
return materialName.contains("/decals/");
}
public static boolean isFloor(String materialNam... | 720 | 0.667579 | 0.667579 | 30 | 23.366667 | 22.772034 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 0 |
02140e5cda90461e7c74ab0798cc3cdcf71b444e | 9,689,446,280,985 | d6a259f2d978d2eb120ae21370e678feff9fa1a3 | /src/main/java/io/bogdanov/bookminster/repository/jdbc/JdbcReadingSessionRepositoryImpl.java | c3de594c0d080a31ac12edec31dd5cfc39647a10 | [] | no_license | DenisBogdanov/bookminster | https://github.com/DenisBogdanov/bookminster | 38c2e521982b2fc85e0017b13a1b4c9727f42751 | 6317dbaf2af6bdf5447b23b4f01b2f87d94afa7e | refs/heads/master | 2018-09-01T00:22:46.363000 | 2018-07-01T11:42:14 | 2018-07-01T11:42:14 | 122,747,733 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package io.bogdanov.bookminster.repository.jdbc;
import io.bogdanov.bookminster.model.ReadingSession;
import io.bogdanov.bookminster.repository.ReadingSessionRepository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.dao.support.DataAccessUtils;
import org.springframework.jdb... | UTF-8 | Java | 3,803 | java | JdbcReadingSessionRepositoryImpl.java | Java | [
{
"context": "time.LocalDateTime;\nimport java.util.List;\n\n/**\n * Denis, 12.06.2018\n */\n@Repository\npublic class JdbcRead",
"end": 806,
"score": 0.9991275072097778,
"start": 801,
"tag": "NAME",
"value": "Denis"
}
] | null | [] | package io.bogdanov.bookminster.repository.jdbc;
import io.bogdanov.bookminster.model.ReadingSession;
import io.bogdanov.bookminster.repository.ReadingSessionRepository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.dao.support.DataAccessUtils;
import org.springframework.jdb... | 3,803 | 0.692874 | 0.690245 | 92 | 40.336956 | 34.280579 | 150 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.663043 | false | false | 0 |
675591ab62e263f027252fea1213f623095202a5 | 1,846,835,945,766 | 64a8334a676a6f58578001f6cb760f9d1b68422b | /src/main/java/edu/cmu/ml/rtw/generic/data/feature/FeatureConjunction.java | 641ff7dace4aaf4bb9bdeedff74bc3e9ba612b07 | [
"MIT"
] | permissive | cmunell/micro-util | https://github.com/cmunell/micro-util | 46854606a808d3878771f3841391629079ebcd9a | 07d0f7d4d6b74f8278d1c733edb7536a1a8d0d33 | refs/heads/master | 2020-04-04T05:45:53.904000 | 2016-10-03T19:43:11 | 2016-10-03T19:43:11 | 35,297,744 | 1 | 2 | null | false | 2015-05-26T17:53:07 | 2015-05-08T19:26:52 | 2015-05-11T09:01:29 | 2015-05-26T17:53:06 | 63,816 | 0 | 1 | 0 | Java | null | null | package edu.cmu.ml.rtw.generic.data.feature;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Map.Entry;
import edu.cmu.ml.rtw.generic.data.annotation.DataSet;
import edu.cmu.ml.rtw.generic.data.annotation.Datum;
import edu.cmu.ml.rtw.generi... | UTF-8 | Java | 9,511 | java | FeatureConjunction.java | Java | [
{
"context": "itialize the feature conjunction \r\n * \r\n * @author Bill McDowell\r\n *\r\n * @param <D> datum type\r\n * @param <L> datu",
"end": 1186,
"score": 0.9997490644454956,
"start": 1173,
"tag": "NAME",
"value": "Bill McDowell"
}
] | null | [] | package edu.cmu.ml.rtw.generic.data.feature;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Map.Entry;
import edu.cmu.ml.rtw.generic.data.annotation.DataSet;
import edu.cmu.ml.rtw.generic.data.annotation.Datum;
import edu.cmu.ml.rtw.generi... | 9,504 | 0.690464 | 0.689097 | 300 | 29.703333 | 28.867432 | 144 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.593333 | false | false | 0 |
d1b1d1c84064b3e62a1418f1c1db6a9cda3e1859 | 29,205,777,617,486 | 65fbf680ac031d449b8d27c6f9ee57b071f62f66 | /MazeSolver/src/maze/solver/MazeSolverActivity.java | 9bfb6721e3408d29beabf3e8a31844e2c21912c6 | [] | no_license | Laurence-Walpole/droidcopter | https://github.com/Laurence-Walpole/droidcopter | bde69ef009e77ea3c1d5468ea24813dcaba5af6a | b02eea793c8a7ecd215fac9b127bacd2ca32ee1e | refs/heads/master | 2016-08-12T18:41:17.507000 | 2015-11-13T15:21:18 | 2015-11-13T15:21:18 | 44,338,056 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package maze.solver;
import android.app.Activity;
import android.os.Bundle;
import android.util.Log;
import android.view.ContextMenu;
import android.view.ContextMenu.ContextMenuInfo;
import android.view.MenuInflater;
import android.view.MenuItem;
import android.view.View;
import android.view.Window;
import android.vie... | UTF-8 | Java | 1,756 | java | MazeSolverActivity.java | Java | [] | null | [] | package maze.solver;
import android.app.Activity;
import android.os.Bundle;
import android.util.Log;
import android.view.ContextMenu;
import android.view.ContextMenu.ContextMenuInfo;
import android.view.MenuInflater;
import android.view.MenuItem;
import android.view.View;
import android.view.Window;
import android.vie... | 1,756 | 0.638383 | 0.636105 | 54 | 31.537037 | 20.561302 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.074074 | false | false | 0 |
c39d24121e4304cb74f764afef0ed2c030fbf595 | 28,046,136,452,561 | aaadb9752e2225c0076dc001b40ee846a8a79b17 | /javaexcersize/src/class01/Student.java | f6e6a03ba3d4b186809924a43d7abe0ec76dc12d | [] | no_license | q513021617/JavaBaseCode | https://github.com/q513021617/JavaBaseCode | 9784803ffc75ed7f03835f56c6b6bd2e75a8eea8 | 3b25fdb4e4ec6b41622c744cea39b76f55123803 | refs/heads/master | 2020-05-02T03:41:43.988000 | 2019-03-26T07:29:41 | 2019-03-26T07:29:41 | 177,734,666 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package class01;
import java.io.Serializable;
public class Student implements Serializable{
Integer stuNum;
String stuName;
Integer checkAttmpet;
Integer homworkScore;
Integer experimentsScore;
Integer midTermScore;
Integer endTermScore;
Double sumScore;
public Student(Integer stuNum, String stuName... | UTF-8 | Java | 1,908 | java | Student.java | Java | [] | null | [] | package class01;
import java.io.Serializable;
public class Student implements Serializable{
Integer stuNum;
String stuName;
Integer checkAttmpet;
Integer homworkScore;
Integer experimentsScore;
Integer midTermScore;
Integer endTermScore;
Double sumScore;
public Student(Integer stuNum, String stuName... | 1,908 | 0.759958 | 0.75891 | 82 | 22.268293 | 20.121611 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.756098 | false | false | 0 |
115f9fd615610d7877edddf18ede2447d63ee528 | 17,961,553,293,784 | 2572d6679b6cced14ea42a3cac8ab105bb5f07ae | /Alien-Logic/src/main/java/icesi/vip/alien/service/routing/Sweep.java | 9094e680d7064a0a8e000bc30e8108b60cdcf93f | [] | no_license | icesivip/icesi-vip-alien-backend | https://github.com/icesivip/icesi-vip-alien-backend | 33ec48a4ed5f83837a05bde21cb3d51e44a7d8b5 | 077bd980dc0d0f6d108459374709c265f4004b79 | refs/heads/master | 2023-05-06T14:29:44.926000 | 2022-02-23T14:55:13 | 2022-02-23T14:55:13 | 254,266,812 | 0 | 7 | null | false | 2023-04-14T17:44:01 | 2020-04-09T03:59:17 | 2022-02-23T14:55:17 | 2023-04-14T17:44:00 | 218 | 0 | 6 | 1 | Java | false | false | package icesi.vip.alien.service.routing;
import java.util.*;
public class Sweep implements Solver {
/*
* List of all nodes in the current instance
*/
private Node[] nodes;
/*
* Cost of the tour in the current instance
*/
private double cost;
/*
* The initial node of the tour
*/
private Node origin;... | UTF-8 | Java | 4,628 | java | Sweep.java | Java | [] | null | [] | package icesi.vip.alien.service.routing;
import java.util.*;
public class Sweep implements Solver {
/*
* List of all nodes in the current instance
*/
private Node[] nodes;
/*
* Cost of the tour in the current instance
*/
private double cost;
/*
* The initial node of the tour
*/
private Node origin;... | 4,628 | 0.611927 | 0.602852 | 214 | 20.626167 | 24.092705 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.425234 | false | false | 0 |
76853e2ea13332005f5d4ae1c884998b3af2622e | 26,293,789,854,997 | 3c78b52c9a414f82457847204674a7434cf4d7a9 | /app/src/main/java/com/edu/zucc/rjc31501412/mycurrencies/RecordAdapter.java | ab41e9d65b8d07450985187436761f45e1547a82 | [] | no_license | ChannRen/MyCurrencies | https://github.com/ChannRen/MyCurrencies | 89823d1248c2bbcc9effeffbc7891b3eddd29632 | a825424c06c8ab9a4e8d5fb662a10fa5a9a02da4 | refs/heads/master | 2020-03-22T16:56:15.556000 | 2018-07-19T07:26:29 | 2018-07-19T07:26:29 | 140,361,798 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.edu.zucc.rjc31501412.mycurrencies;
import android.content.Context;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ArrayAdapter;
import android.widget.Te... | UTF-8 | Java | 1,629 | java | RecordAdapter.java | Java | [] | null | [] | package com.edu.zucc.rjc31501412.mycurrencies;
import android.content.Context;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ArrayAdapter;
import android.widget.Te... | 1,629 | 0.693677 | 0.688766 | 48 | 32.9375 | 26.555294 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.729167 | false | false | 0 |
11ef6a19feaaa98a8861398acdc97b2146dcda44 | 19,576,460,935,647 | fb74b9befd6c116abe01cc8b4c01c84c6167c5fc | /Advance Java/Assignment Day7/src/beans/CandidateBeans.java | bf009885117dcc5a5b652c63ba52142a618c3117 | [] | no_license | preetyverma20/CDACACTSPune | https://github.com/preetyverma20/CDACACTSPune | 45df8c9d47c1ccd9af68d2a2b4fa323eb4bf3714 | 34c5c41f92bf2b6f56c4711c55f808dde6eae481 | refs/heads/main | 2023-02-27T20:25:36.195000 | 2021-02-11T09:12:10 | 2021-02-11T09:12:10 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package beans;
import java.sql.SQLException;
import java.time.LocalDate;
import java.time.Period;
import dao.CandidatesDaoImpl;
import pojos.Candidate;
public class CandidateBeans {
private String name, party, dob;
//manages candidateDao
private CandidatesDaoImpl candidateDao;
private String message;
//to s... | UTF-8 | Java | 1,988 | java | CandidateBeans.java | Java | [] | null | [] | package beans;
import java.sql.SQLException;
import java.time.LocalDate;
import java.time.Period;
import dao.CandidatesDaoImpl;
import pojos.Candidate;
public class CandidateBeans {
private String name, party, dob;
//manages candidateDao
private CandidatesDaoImpl candidateDao;
private String message;
//to s... | 1,988 | 0.730382 | 0.729376 | 90 | 21.088888 | 21.405422 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.533333 | false | false | 0 |
202997e906e3f5fc8ff159feb02503aaf539bf43 | 30,992,484,019,486 | 46a9500ac77bf9db622d50dc9e4b75020fba8385 | /fourth-homework/src/fmi/informatics/events_hw/SingleWorker.java | 450850bc6c7ee1803a6e47b00c7ad0fbb906ce09 | [] | no_license | georgivelchev12/java-homeworks-pu | https://github.com/georgivelchev12/java-homeworks-pu | 2a339629ded45661c770b37278a6bec03bfe4d1b | d2537ec5ec7654265b2a278571e9585dd7ee2c73 | refs/heads/master | 2020-12-09T07:51:36.283000 | 2020-04-10T12:22:34 | 2020-04-10T12:22:34 | 233,241,449 | 0 | 0 | null | false | 2020-10-13T20:03:18 | 2020-01-11T14:06:28 | 2020-04-10T12:22:46 | 2020-10-13T20:03:17 | 1,154 | 0 | 0 | 1 | Java | false | false | package fmi.informatics.events_hw;
public class SingleWorker implements Distributor {
public static boolean employerGreets;
private String name;
private Audience audience;
public SingleWorker(String name, Audience audience) {
this.name = name;
this.audience = audience;
}
publi... | UTF-8 | Java | 734 | java | SingleWorker.java | Java | [] | null | [] | package fmi.informatics.events_hw;
public class SingleWorker implements Distributor {
public static boolean employerGreets;
private String name;
private Audience audience;
public SingleWorker(String name, Audience audience) {
this.name = name;
this.audience = audience;
}
publi... | 734 | 0.637255 | 0.637255 | 30 | 22.799999 | 19.007717 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.466667 | false | false | 0 |
24c95296ab1a1085bd0db17d2432b2d957081dfc | 8,959,301,792,840 | 25c4e1a99376c70df3c859c8efffd5eb2cbea846 | /meocomando/Acercade.java | a82c79106159e95ddbe3ca46f687cbe137ac11db | [] | no_license | higuita/tvbox-remote | https://github.com/higuita/tvbox-remote | 0e58db41be66d95034f5e749f9771fcc77012ec3 | 33268a0bea6886f49b240e60bcd73a095391304e | refs/heads/master | 2020-04-08T10:16:21.268000 | 2018-11-29T01:27:59 | 2018-11-29T01:27:59 | 159,261,766 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Decompiled with CFR 0_132.
*/
package meocomando;
import java.awt.Color;
import java.awt.Component;
import java.awt.Container;
import java.awt.EventQueue;
import java.awt.Font;
import java.awt.LayoutManager;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.MouseAdap... | UTF-8 | Java | 8,642 | java | Acercade.java | Java | [
{
"context": "zontalAlignment(0);\n this.jLabel1.setText(\"Meo Comando\");\n this.jLabel1.addMouseMotionListener(ne",
"end": 2090,
"score": 0.95582515001297,
"start": 2079,
"tag": "NAME",
"value": "Meo Comando"
},
{
"context": ".setRows(5);\n this.jTextArea1.setT... | null | [] | /*
* Decompiled with CFR 0_132.
*/
package meocomando;
import java.awt.Color;
import java.awt.Component;
import java.awt.Container;
import java.awt.EventQueue;
import java.awt.Font;
import java.awt.LayoutManager;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.MouseAdap... | 8,614 | 0.689887 | 0.660148 | 200 | 42.205002 | 95.990639 | 957 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.81 | false | false | 0 |
827873a0345110d6eb550fb4242a0a352a3dbd8d | 20,993,800,147,504 | 4ef547e351e60bf8a2b6c7397e622de0e4232453 | /deepstorm/storm10/src/main/java/stormlearn/trident/apilearn/aggregate/CountAggregator.java | 4629c4c5c40e460b85ec3f3e579fa9f06fbdd558 | [] | no_license | yulongz/deepstreaming | https://github.com/yulongz/deepstreaming | 5d5e6b21fab4d46428202101f27f54007c2b8ff0 | 62b859f3b86cf46317f601806b8f7bbe0972708c | refs/heads/master | 2020-05-23T22:04:42.995000 | 2019-05-17T08:47:50 | 2019-05-17T08:47:50 | 186,966,608 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Project Name:stormlearn
* File Name:CountAggregator.java
* Package Name:stormlearn.trident.apilearn.aggregate
* Date:2017年8月8日下午4:12:53
* Author:hadoop
* Email:sky.zyl@hotmail.com
*/
package stormlearn.trident.apilearn.aggregate;
import org.apache.storm.trident.operation.BaseAggregator;
import org.a... | UTF-8 | Java | 1,236 | java | CountAggregator.java | Java | [
{
"context": ".aggregate \n * Date:2017年8月8日下午4:12:53 \n * Author:hadoop \n * Email:sky.zyl@hotmail.com\n*/\n\npackage stormle",
"end": 167,
"score": 0.9951102137565613,
"start": 161,
"tag": "USERNAME",
"value": "hadoop"
},
{
"context": "te:2017年8月8日下午4:12:53 \n * Author:hadoop \n * ... | null | [] | /**
* Project Name:stormlearn
* File Name:CountAggregator.java
* Package Name:stormlearn.trident.apilearn.aggregate
* Date:2017年8月8日下午4:12:53
* Author:hadoop
* Email:<EMAIL>
*/
package stormlearn.trident.apilearn.aggregate;
import org.apache.storm.trident.operation.BaseAggregator;
import org.apache.storm.... | 1,224 | 0.700658 | 0.681743 | 50 | 23.32 | 22.901913 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.26 | false | false | 0 |
2e06aa76aa61a8c6358fa3236bd0ffafcefe8eda | 9,801,115,404,933 | 6fb3454a2f7aa145ac9eeac58f195de9bb5927ce | /jdbc/src/jdbc/prepared_statement/executedupdateAndexecutequery/PreFetch_ExecuteQuery.java | ab1b1650b58df7e2adc1e3dd3be527089a5cb37f | [] | no_license | luringdeveloper/JDBC-Notes | https://github.com/luringdeveloper/JDBC-Notes | efe8d083d0d53a3c9399965d49253d92effcc8a1 | f7cadfcb74c216a22ccde58a004df37f490ed859 | refs/heads/master | 2023-04-27T08:17:05.137000 | 2021-05-15T11:45:29 | 2021-05-15T11:45:29 | 367,605,450 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package jdbc.prepared_statement.executedupdateAndexecutequery;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
public class PreFetch_ExecuteQuery {
public static void main(String[] args) {
try {
Class.forName("com.mysql.j... | UTF-8 | Java | 1,217 | java | PreFetch_ExecuteQuery.java | Java | [] | null | [] | package jdbc.prepared_statement.executedupdateAndexecutequery;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
public class PreFetch_ExecuteQuery {
public static void main(String[] args) {
try {
Class.forName("com.mysql.j... | 1,217 | 0.662284 | 0.652424 | 48 | 23.354166 | 28.425699 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.270833 | false | false | 0 |
f5b420322a1b3984ec8b07a68d8bd4cc4c084656 | 9,801,115,408,788 | 240258402347f1fb7dfb27f6850ce9335cde82a8 | /micro-service/mt-mis/src/main/java/com/ly/mt/mis/basic/role/vo/RoleUserDatagridVo.java | 51c63ede7fcedd309086ac542e5d97969b30086a | [] | no_license | bellmit/micro-service | https://github.com/bellmit/micro-service | c400b599bc8c3d6500fcd0785f917de375bd0155 | 3b88e9e6115c817ba0513eeaef36d3b1271e05db | refs/heads/master | 2023-05-27T23:58:34.566000 | 2019-10-10T09:50:30 | 2019-10-10T09:50:30 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ly.mt.mis.basic.role.vo;
public class RoleUserDatagridVo {
private String id;
private String userName;
private String loginName;
private String mobile;
private String createTime;
private String lastLoginTime;
public String getId() {
return id;
}
public void se... | UTF-8 | Java | 1,172 | java | RoleUserDatagridVo.java | Java | [
{
"context": "gridVo {\n private String id;\n private String userName;\n private String loginName;\n private String",
"end": 122,
"score": 0.845431387424469,
"start": 114,
"tag": "USERNAME",
"value": "userName"
},
{
"context": "\n\n public String getUserName() {\n ... | null | [] | package com.ly.mt.mis.basic.role.vo;
public class RoleUserDatagridVo {
private String id;
private String userName;
private String loginName;
private String mobile;
private String createTime;
private String lastLoginTime;
public String getId() {
return id;
}
public void se... | 1,172 | 0.627133 | 0.627133 | 59 | 18.881355 | 16.64493 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.322034 | false | false | 0 |
725d14d32cd0fffa5c9aa272e7fd0f4f88c746ad | 11,252,814,322,902 | 5036d4e286422fce4d79b4ba38298b27e28d7699 | /property/src/main/java/com/sc/property/service/user/StaffUserService.java | 9d2685b2f2fc0e0ff339465a7900cfb2628f63d1 | [] | no_license | zmg-hjs/SmartCommunity | https://github.com/zmg-hjs/SmartCommunity | 8e35ad267d83e2e0f92d9b7cee884c5816a68994 | f8626b0340a03bc0f7f30b987de2088d0a13217e | refs/heads/master | 2021-03-23T05:34:18.576000 | 2020-05-26T05:42:02 | 2020-05-26T05:42:02 | 247,426,448 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sc.property.service.user;
import com.alibaba.fastjson.JSONObject;
import com.sc.base.dto.user.RegisterDto;
import com.sc.base.dto.user.StaffUserDto;
import com.sc.base.dto.work.WorkDto;
import com.sc.base.entity.user.StaffRegistrationEntity;
import com.sc.base.entity.user.StaffUserEntity;
import com.sc.bas... | UTF-8 | Java | 11,663 | java | StaffUserService.java | Java | [
{
"context": "ffUserEntity.setUsername((String) jsonObject.get(\"nickName\"));\n staffUserEntity.setHeadPictureUrl",
"end": 5577,
"score": 0.9859592914581299,
"start": 5569,
"tag": "USERNAME",
"value": "nickName"
}
] | null | [] | package com.sc.property.service.user;
import com.alibaba.fastjson.JSONObject;
import com.sc.base.dto.user.RegisterDto;
import com.sc.base.dto.user.StaffUserDto;
import com.sc.base.dto.work.WorkDto;
import com.sc.base.entity.user.StaffRegistrationEntity;
import com.sc.base.entity.user.StaffUserEntity;
import com.sc.bas... | 11,663 | 0.716995 | 0.710852 | 234 | 47.004272 | 34.16132 | 157 | false | false | 0 | 0 | 0 | 0 | 97 | 0.008635 | 0.717949 | false | false | 0 |
d0ce834811b9a67e167eba70882ae6b3c67273b8 | 14,680,198,255,725 | 33d5845080975184e53cb97f7585e2ebfc919a8a | /src/BankApp.java | 87a8dc7c8a40e2e121e252f29461fc64371351f4 | [] | no_license | man85/BankApp | https://github.com/man85/BankApp | f15d6bb879627a4dcd3a65a1e4600bc2e636ab66 | 2be6d60b04aa451b39d1655298a98c24ebf214c4 | refs/heads/main | 2023-04-27T00:26:12.653000 | 2021-05-31T16:32:06 | 2021-05-31T16:32:06 | 371,752,882 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;
import java.util.Properties;
import java.util.logging.Logger;
public class BankApp {
private Logger log;
public BankApp(){
this.log=Logger.getLogger("log4jLog");
}
public Connection getConnection() throws S... | UTF-8 | Java | 1,200 | java | BankApp.java | Java | [
{
"context": "appuser\");\n connProperties.put(\"password\",\"qazwsx\");\n try {\n conn= DriverManager.",
"end": 509,
"score": 0.999354362487793,
"start": 503,
"tag": "PASSWORD",
"value": "qazwsx"
}
] | null | [] | import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;
import java.util.Properties;
import java.util.logging.Logger;
public class BankApp {
private Logger log;
public BankApp(){
this.log=Logger.getLogger("log4jLog");
}
public Connection getConnection() throws S... | 1,204 | 0.634167 | 0.633333 | 38 | 30.578947 | 23.24654 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.657895 | false | false | 0 |
20ea5d0a93578b3abbd3a69e75c52d896103c04e | 1,314,260,009,467 | 6e60107b22f93cf8b8b187eafd16c965a809e64a | /src/londoncut/models/controller/PaymentController.java | 5380cbe423e75592a0f766537138100d3112ffc9 | [] | no_license | Ryasiru/London_Cut_Tailer_Management_system | https://github.com/Ryasiru/London_Cut_Tailer_Management_system | 6d1c6e559815b53dfee6be9c4b68a47710438e4f | a2626659c309ea8235955079df0f329f96f401bc | refs/heads/master | 2023-05-16T11:08:33.573000 | 2023-04-28T20:41:47 | 2023-04-28T20:41:47 | 293,451,071 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package londoncut.models.controller;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.SQLException;
import java.util.logging.Level;
import java.util.logging.Logger;
import londoncut.db.DBConnection;
import londoncut.models.Payment;
public class PaymentController {
public void s... | UTF-8 | Java | 1,706 | java | PaymentController.java | Java | [] | null | [] |
package londoncut.models.controller;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.SQLException;
import java.util.logging.Level;
import java.util.logging.Logger;
import londoncut.db.DBConnection;
import londoncut.models.Payment;
public class PaymentController {
public void s... | 1,706 | 0.651817 | 0.6483 | 46 | 36.065216 | 27.46492 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.934783 | false | false | 0 |
f0e265809e0580802945705bb7c790f7481d7617 | 31,619,549,251,848 | 13d92cf9383e62fe8fb341ea483c15437f848f27 | /Java/JavaPreOrderTrav.java | 7c9ad93c8c7ffb8dc41144793a4a3a2cd8472c87 | [] | no_license | kevin-compsci/PreOrderTraversal | https://github.com/kevin-compsci/PreOrderTraversal | 41aee49f785efef214522ac73c11967f0bdd469d | d49c655f182750b5d873353b0d2a7bd9ad7b4d34 | refs/heads/master | 2020-04-02T12:33:24.412000 | 2018-10-29T03:30:17 | 2018-10-29T03:30:17 | 154,439,042 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
Kevin Nguyen
Basic Java program that performs pre-order traversal iteratively.
How to run (linux):
1.) open command line and cd into directory folder of where this code is
2.) type in "javac *.java" to compile java files
3.) type in "java JavaPreOrderTrav"
*/
//imports
import java.io.*;
import java.... | UTF-8 | Java | 1,291 | java | JavaPreOrderTrav.java | Java | [
{
"context": "/*\r\nKevin Nguyen\r\nBasic Java program that performs pre-order trave",
"end": 16,
"score": 0.9998161196708679,
"start": 4,
"tag": "NAME",
"value": "Kevin Nguyen"
}
] | null | [] | /*
<NAME>
Basic Java program that performs pre-order traversal iteratively.
How to run (linux):
1.) open command line and cd into directory folder of where this code is
2.) type in "javac *.java" to compile java files
3.) type in "java JavaPreOrderTrav"
*/
//imports
import java.io.*;
import java.util.*... | 1,285 | 0.539117 | 0.534469 | 56 | 21.089285 | 17.942644 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.517857 | false | false | 0 |
20f3dd52af2a36a65a6046dc22b7ad6d0514a7aa | 33,449,205,306,606 | f88c24e3dbfeddec389b7a8561272c8d408cc1b2 | /springcloud_eurekaclient02/src/main/java/com/example/springcloud_eurekaclient02/bean/CloudGrade.java | 95e498e79c44ce201961c9a2bb10ae05aa728118 | [] | no_license | wangfei183/springcloud_eureka | https://github.com/wangfei183/springcloud_eureka | 7d354d306b78977fe3f0630a6727f75542793586 | 647cf4f9eddaabb84be93b90a443d2626d987c46 | refs/heads/master | 2022-12-21T04:46:14.770000 | 2020-09-22T06:36:51 | 2020-09-22T06:36:51 | 297,288,038 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.springcloud_eurekaclient02.bean;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.extension.activerecord.Model;
import java.io.Serializable;
/**
* <p>
*
* </p>
*
* @author 王飞
* @since 2020-09-21
*/
publ... | UTF-8 | Java | 1,665 | java | CloudGrade.java | Java | [
{
"context": "rializable;\n\n/**\n * <p>\n * \n * </p>\n *\n * @author 王飞\n * @since 2020-09-21\n */\npublic class CloudGrade ",
"end": 290,
"score": 0.991790235042572,
"start": 288,
"tag": "NAME",
"value": "王飞"
}
] | null | [] | package com.example.springcloud_eurekaclient02.bean;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.extension.activerecord.Model;
import java.io.Serializable;
/**
* <p>
*
* </p>
*
* @author 王飞
* @since 2020-09-21
*/
publ... | 1,665 | 0.601445 | 0.594822 | 89 | 17.662922 | 17.016148 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.314607 | false | false | 0 |
9fb6dafb697151090bb53cc216adac3f284c4f0a | 22,771,916,629,842 | e4baed0e7bd2b850855ac9f4d7561208ab37f238 | /data/src/main/java/com/taf/data/repository/SectionCategoryRepository.java | 9677bd44f64f113999a020ead3ade05f6d7f88b0 | [] | no_license | Shuvayatra/migration-android-new | https://github.com/Shuvayatra/migration-android-new | c1d583d7a5c00ccd4ea830ba902e9d02cdeb6bcd | 0a15aed8f297bf38fcfcf4f0c53d5cb2c4fd5e62 | refs/heads/master | 2020-12-30T21:52:00.717000 | 2016-06-30T05:36:07 | 2016-06-30T05:36:07 | 56,491,429 | 1 | 1 | null | false | 2017-02-13T09:35:05 | 2016-04-18T08:42:23 | 2016-05-17T07:29:52 | 2017-02-13T09:35:05 | 2,132 | 1 | 1 | 3 | Java | null | null | package com.taf.data.repository;
import com.taf.data.entity.mapper.DataMapper;
import com.taf.data.repository.datasource.DBDataStore;
import com.taf.data.repository.datasource.DataStoreFactory;
import com.taf.model.Category;
import com.taf.repository.ISectionRepository;
import java.util.List;
import rx.Obs... | UTF-8 | Java | 1,413 | java | SectionCategoryRepository.java | Java | [
{
"context": "st;\r\n\r\nimport rx.Observable;\r\n\r\n/**\r\n * Created by Nirazan-PC on 4/21/2016.\r\n */\r\npublic class SectionCategoryR",
"end": 361,
"score": 0.9996978640556335,
"start": 351,
"tag": "USERNAME",
"value": "Nirazan-PC"
}
] | null | [] | package com.taf.data.repository;
import com.taf.data.entity.mapper.DataMapper;
import com.taf.data.repository.datasource.DBDataStore;
import com.taf.data.repository.datasource.DataStoreFactory;
import com.taf.model.Category;
import com.taf.repository.ISectionRepository;
import java.util.List;
import rx.Obs... | 1,413 | 0.7339 | 0.728945 | 42 | 31.642857 | 30.957592 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.52381 | false | false | 0 |
c40f609c88a0b3b9067ee9e4556a6457798286fc | 22,771,916,630,505 | 6861f2ebe337f008f5374b25eff4bafa8a6ba359 | /src/exercicio2/testeClienteBanco.java | f92e2df56c00d68314b6d9e8abf5ff3d6b52c594 | [] | no_license | NinjaMF/CodigosJava | https://github.com/NinjaMF/CodigosJava | 18561ebcdfeab0aa260393ea48b06f2f0af4335c | fc69aff3450851f7ef0ac51e49ad367d1df7480c | refs/heads/master | 2021-01-20T06:12:59.752000 | 2017-06-06T20:50:40 | 2017-06-06T20:50:40 | 89,856,162 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package exercicio2;
import com.senac.SimpleJava.Console;
public class testeClienteBanco {
public void run() {
ContaBancaria banco = new ContaBancaria();
banco.sacar(150);
banco.depositar(1500);
banco.sacar(3000);
}
}
| UTF-8 | Java | 237 | java | testeClienteBanco.java | Java | [] | null | [] | package exercicio2;
import com.senac.SimpleJava.Console;
public class testeClienteBanco {
public void run() {
ContaBancaria banco = new ContaBancaria();
banco.sacar(150);
banco.depositar(1500);
banco.sacar(3000);
}
}
| 237 | 0.708861 | 0.658228 | 14 | 15.928572 | 14.189857 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.571429 | false | false | 0 |
38a2c8a7fd3bb1b38bd01ffd1ed07b65292b0d9a | 10,814,727,676,032 | f66ad8f8b86d0ea5f2fa9573ec1773c5018ba428 | /src/org/zapota/api/shoppingcart/CartItem.java | 7613382328cdeb674aa282a7ad414f731ab3b7ea | [] | no_license | mbchandar/MStore | https://github.com/mbchandar/MStore | 299923facda57afe1135872e3a87bbb44c408689 | 0ca144b4645cbc2e989c177ba5a77c9d3393fd4a | refs/heads/master | 2021-01-22T17:58:05.927000 | 2015-07-30T07:32:58 | 2015-07-30T07:32:58 | 26,808,927 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.zapota.api.shoppingcart;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
public class CartItem {
@SerializedName("cart_item_id")
@Expose
private Integer cartItemId;
@SerializedName("item_id")
@Expose
private Integer itemId;
@SerializedName("out_of_stoc... | UTF-8 | Java | 3,958 | java | CartItem.java | Java | [] | null | [] | package org.zapota.api.shoppingcart;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
public class CartItem {
@SerializedName("cart_item_id")
@Expose
private Integer cartItemId;
@SerializedName("item_id")
@Expose
private Integer itemId;
@SerializedName("out_of_stoc... | 3,958 | 0.640475 | 0.640475 | 247 | 15.024291 | 14.724714 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.121457 | false | false | 0 |
b7b0f9f83653f1bb8ec7117790b6978fea44423d | 14,955,076,151,772 | b959210e7121b04b1ac7de312154c19835f76874 | /src/elfland/events/WorldClientEvent.java | b366863cac3286f776727951d6188ac6afbdd7cf | [] | no_license | RisbergAdam/ElfLand | https://github.com/RisbergAdam/ElfLand | 15c508f480cdcba1bf0da5c8a519a626124b1ef7 | 925bb6347ef7c83cbd1eadc223105db2d8e5d563 | refs/heads/master | 2021-01-10T15:28:49.835000 | 2016-04-04T12:14:59 | 2016-04-04T12:14:59 | 50,453,410 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package elfland.events;
import elfland.world.World;
public interface WorldClientEvent {
public void applyClient(World world);
}
| UTF-8 | Java | 134 | java | WorldClientEvent.java | Java | [] | null | [] | package elfland.events;
import elfland.world.World;
public interface WorldClientEvent {
public void applyClient(World world);
}
| 134 | 0.783582 | 0.783582 | 9 | 13.888889 | 15.60943 | 38 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.555556 | false | false | 0 |
741d85b1dbbb018bf1714a2591298d0ebee0c991 | 1,013,612,307,839 | d7c23d924804f42d699fe94cfef9e819b385ae15 | /Step09_Extends/src/test/main/MainClass07.java | f7253290652917c546ca2a48afffb0598b69ae70 | [] | no_license | parkjye/acorn2020_java | https://github.com/parkjye/acorn2020_java | 53b82a0654ec8bad51ee7a2630e884ed04ee7fb6 | 09ec935034f5b9de37552777e015066367890af7 | refs/heads/master | 2022-11-05T05:32:17.111000 | 2020-06-26T00:25:01 | 2020-06-26T00:25:01 | 267,504,702 | 0 | 0 | null | true | 2020-05-28T05:49:38 | 2020-05-28T05:49:38 | 2020-05-28T05:49:05 | 2020-05-28T05:49:03 | 0 | 0 | 0 | 0 | null | false | false | package test.main;
import test.mypac.*;
public class MainClass07 {
public static void main(String[] args) {
/*
* 자식클래스를 생성자 호출하면 부모클래스 생성자도 호출
* 실행 후 콘솔창을 확인하면 부모 클래스 생성자가 먼저 호출되는 것을 알 수 있다.
* 부모 클래스: HandPhone, Phone, (Object)
*/
new SmartPhone();
}
}
| UTF-8 | Java | 393 | java | MainClass07.java | Java | [] | null | [] | package test.main;
import test.mypac.*;
public class MainClass07 {
public static void main(String[] args) {
/*
* 자식클래스를 생성자 호출하면 부모클래스 생성자도 호출
* 실행 후 콘솔창을 확인하면 부모 클래스 생성자가 먼저 호출되는 것을 알 수 있다.
* 부모 클래스: HandPhone, Phone, (Object)
*/
new SmartPhone();
}
}
| 393 | 0.649446 | 0.642066 | 13 | 19.846153 | 16.491705 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.461538 | false | false | 0 |
fefce286c06e9519b4def9fc776d26a0a8d1e8ad | 17,111,149,744,921 | 48e0b37fcf135b5d179266e526e12c6d41084d41 | /btc/src/main/java/com/paytomat/btc/transaction/OutPoint.java | 4f1d678cba91aee39001943ba90547bd8fd7b916 | [
"Apache-2.0"
] | permissive | Mortytownlocc/Paytomat-Crypto | https://github.com/Mortytownlocc/Paytomat-Crypto | 4a051127404df1656fed7fb197828795b9bef3a1 | 86b8ae89eab0944228ebb34c803f70b37fc820da | refs/heads/master | 2020-07-13T12:52:46.579000 | 2020-01-27T23:58:34 | 2020-01-27T23:58:34 | 205,087,305 | 0 | 0 | Apache-2.0 | true | 2019-08-29T05:29:13 | 2019-08-29T05:29:12 | 2019-08-26T09:41:12 | 2019-05-30T08:26:26 | 1,466 | 0 | 0 | 0 | null | false | false | package com.paytomat.btc.transaction;
import java.util.Arrays;
/**
* created by Alex Ivanov on 7/18/18.
*/
public class OutPoint {
public final byte[] hash;//32-byte hash of the transaction from which we want to redeem an output
public final int index;//Four-byte field denoting the output index we want to r... | UTF-8 | Java | 949 | java | OutPoint.java | Java | [
{
"context": "tion;\n\nimport java.util.Arrays;\n\n/**\n * created by Alex Ivanov on 7/18/18.\n */\npublic class OutPoint {\n publi",
"end": 94,
"score": 0.9995947480201721,
"start": 83,
"tag": "NAME",
"value": "Alex Ivanov"
}
] | null | [] | package com.paytomat.btc.transaction;
import java.util.Arrays;
/**
* created by <NAME> on 7/18/18.
*/
public class OutPoint {
public final byte[] hash;//32-byte hash of the transaction from which we want to redeem an output
public final int index;//Four-byte field denoting the output index we want to redeem... | 944 | 0.550053 | 0.538462 | 37 | 24.648649 | 30.561605 | 164 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.351351 | false | false | 0 |
1894a370980e3443deb8bd46f2b82cabe2a438c3 | 5,660,766,924,777 | e9a5aa514b0c923ae56dbd30e5eb768e8627ae02 | /ML2015_HW/src/hw8/q11.java | 30b0dea44083873856f6703c99a359787e1dfb6e | [] | no_license | Likisee/FINANCE_JAVA | https://github.com/Likisee/FINANCE_JAVA | 07f3f26018cf52867063015aa1d8f41cc4febdc1 | 9474420cbc54fd65c421c5b3d144cfb65eb238a9 | refs/heads/master | 2017-10-17T20:43:24.880000 | 2017-05-03T16:57:47 | 2017-05-03T16:57:47 | 29,083,325 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package hw8;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import java.util.TreeMap;
import util.CommonUtil;
import util.FileUtil;
public class q11 {
private static int size = 0;
private static double [][] x_train = null;
private static double [] y_train = null;
private... | UTF-8 | Java | 4,459 | java | q11.java | Java | [] | null | [] | package hw8;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import java.util.TreeMap;
import util.CommonUtil;
import util.FileUtil;
public class q11 {
private static int size = 0;
private static double [][] x_train = null;
private static double [] y_train = null;
private... | 4,459 | 0.555954 | 0.534425 | 163 | 25.355827 | 21.386505 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.104295 | false | false | 0 |
3169a38bf0cb036694a58b09195696c63b087087 | 9,629,316,706,721 | e32ea6bcc5c500ae51ca36b1c846ac66b60fd84c | /src/com/wayproyect/que_me_gusta/entidades/QueMeGusta.java | fbeb25dfe497c017dbc9900780ea212de36cd079 | [] | no_license | ramosisw/que_me_gusta_app | https://github.com/ramosisw/que_me_gusta_app | 686f2dbfa95f06f6d73d96cb47575d0a8b733d4e | c1630083b23605df430381e1bc1dfe2fcf087f31 | refs/heads/master | 2020-06-04T07:37:35.617000 | 2014-03-16T05:59:26 | 2014-03-16T05:59:26 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.wayproyect.que_me_gusta.entidades;
import com.wayproyect.que_me_gusta.enumeradores.Tipo;
/**
* Created with IntelliJ IDEA.
* User: ADMIN
* Date: 14/10/13
* Time: 06:54 PM
* To change this template use File | Settings | File Templates.
*/
public class QueMeGusta {
private int id;
private Tipo... | UTF-8 | Java | 990 | java | QueMeGusta.java | Java | [
{
"context": "Tipo;\n\n/**\n * Created with IntelliJ IDEA.\n * User: ADMIN\n * Date: 14/10/13\n * Time: 06:54 PM\n * To change ",
"end": 152,
"score": 0.9981940388679504,
"start": 147,
"tag": "USERNAME",
"value": "ADMIN"
}
] | null | [] | package com.wayproyect.que_me_gusta.entidades;
import com.wayproyect.que_me_gusta.enumeradores.Tipo;
/**
* Created with IntelliJ IDEA.
* User: ADMIN
* Date: 14/10/13
* Time: 06:54 PM
* To change this template use File | Settings | File Templates.
*/
public class QueMeGusta {
private int id;
private Tipo... | 990 | 0.59899 | 0.588889 | 55 | 17 | 15.64841 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.309091 | false | false | 0 |
35afdc2ddbcd63e80a1cf884da83e5cc6f82be6c | 32,873,679,713,069 | 2ed95d194e235f57de9fa4f11d68710882a4f9b5 | /learnJDK/src/main/java/com/lww/learnjdk/lang/StringT.java | 82a27537dc862f9130b864a5d405a1a7bd6a1e61 | [] | no_license | jclww/StudyProject | https://github.com/jclww/StudyProject | 701c447386fe27b0c40e2974027d7c1e13a8cfea | 2502682159eb4d816628e028a71c318d0daca906 | refs/heads/master | 2022-07-28T11:34:30.152000 | 2019-07-23T04:43:40 | 2019-07-23T04:43:40 | 100,229,595 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lww.learnjdk.lang;
import java.io.UnsupportedEncodingException;
/**
* Created by Lww on 2017/9/28.
*/
public class StringT {
public static void main(String[] args) throws UnsupportedEncodingException {
String charset_iso = "ISO8859-1";
String charset_utf8 = "UTF-8";
String ch... | UTF-8 | Java | 3,337 | java | StringT.java | Java | [
{
"context": "o.UnsupportedEncodingException;\n\n/**\n * Created by Lww on 2017/9/28.\n */\npublic class StringT {\n publ",
"end": 99,
"score": 0.9991211891174316,
"start": 96,
"tag": "USERNAME",
"value": "Lww"
}
] | null | [] | package com.lww.learnjdk.lang;
import java.io.UnsupportedEncodingException;
/**
* Created by Lww on 2017/9/28.
*/
public class StringT {
public static void main(String[] args) throws UnsupportedEncodingException {
String charset_iso = "ISO8859-1";
String charset_utf8 = "UTF-8";
String ch... | 3,337 | 0.545151 | 0.497659 | 88 | 32.977272 | 25.792871 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.556818 | false | false | 0 |
d619c54c22705161d701727787f5045a06519771 | 14,267,881,422,848 | 17ab329e6ed3f0e894de1ae84382d23a304103f7 | /src/main/java/com/hr/design_pattern/builder/Bottle.java | f5a9d492c9a4e258dd89ef3e5f4d49c468b85444 | [] | no_license | huronggithub/dp23 | https://github.com/huronggithub/dp23 | 7cf4bfc7e842ef6f63bc4515e2afa7427caf90d5 | 21b76ae35de49bc626561959be2f97177c4fbabe | refs/heads/master | 2021-04-11T00:36:49.101000 | 2020-03-23T06:12:24 | 2020-03-23T06:12:24 | 248,979,382 | 1 | 0 | null | false | 2020-03-23T06:12:25 | 2020-03-21T13:15:45 | 2020-03-23T05:43:20 | 2020-03-23T06:12:24 | 14 | 1 | 0 | 0 | Java | false | false | package com.hr.design_pattern.builder;
/**
* @auhor hurong
* @Date 2020/3/16 0016 下午 21:47
*/
public class Bottle implements Pack {
@Override
public String packing() {
return "杯装";
}
}
| UTF-8 | Java | 217 | java | Bottle.java | Java | [
{
"context": "kage com.hr.design_pattern.builder;\n\n/**\n * @auhor hurong\n * @Date 2020/3/16 0016 下午 21:47\n */\npublic class",
"end": 60,
"score": 0.9933736324310303,
"start": 54,
"tag": "NAME",
"value": "hurong"
}
] | null | [] | package com.hr.design_pattern.builder;
/**
* @auhor hurong
* @Date 2020/3/16 0016 下午 21:47
*/
public class Bottle implements Pack {
@Override
public String packing() {
return "杯装";
}
}
| 217 | 0.62201 | 0.550239 | 12 | 16.416666 | 13.883193 | 38 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.166667 | false | false | 0 |
8066a175f41d17b0cdb5fb62efdcac997b694952 | 22,213,570,875,681 | f2389771887c02186372ffa7f8cd10de6b8f5a89 | /src/main/java/org/funsoft/remoteagent/gui/component/AbstractDoubleListSelectionPanel.java | d38570b6bc212ac028937845d3f78a465d485d39 | [
"Apache-2.0"
] | permissive | tri-bao/remote-agent | https://github.com/tri-bao/remote-agent | 2fb79ce77e175b1890d847b6cff7ea4837a9cdd0 | 1bcce65ae70e91b57b6dc8f2ec6f71d0e98be9e4 | refs/heads/master | 2022-07-26T19:32:06.278000 | 2020-11-17T00:51:50 | 2020-11-17T00:51:50 | 73,161,737 | 0 | 0 | Apache-2.0 | false | 2022-07-06T19:53:26 | 2016-11-08T07:45:32 | 2020-11-17T00:51:53 | 2022-07-06T19:53:26 | 699 | 0 | 0 | 3 | Java | false | false | /**
*
*/
package org.funsoft.remoteagent.gui.component;
import org.apache.commons.collections.CollectionUtils;
import org.apache.commons.lang.ArrayUtils;
import org.funsoft.remoteagent.gui.component.table.AbstractTableModel;
import org.funsoft.remoteagent.gui.component.table.ScrollableSortablePanel;
import org.funs... | UTF-8 | Java | 6,083 | java | AbstractDoubleListSelectionPanel.java | Java | [
{
"context": "til.Arrays;\nimport java.util.List;\n\n/**\n * @author htb\n *\n */\npublic abstract class AbstractDoubleListSe",
"end": 880,
"score": 0.9996817111968994,
"start": 877,
"tag": "USERNAME",
"value": "htb"
}
] | null | [] | /**
*
*/
package org.funsoft.remoteagent.gui.component;
import org.apache.commons.collections.CollectionUtils;
import org.apache.commons.lang.ArrayUtils;
import org.funsoft.remoteagent.gui.component.table.AbstractTableModel;
import org.funsoft.remoteagent.gui.component.table.ScrollableSortablePanel;
import org.funs... | 6,083 | 0.737465 | 0.73615 | 204 | 28.818628 | 24.890966 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.323529 | false | false | 0 |
e5b6cc668e3ecbba1fe77970bc3444f14f56ee96 | 85,899,371,775 | 148100c6a5ac58980e43aeb0ef41b00d76dfb5b3 | /sources/com/google/android/gms/ads/search/SearchAdView.java | 5e5e2225ecaee06fa010cfaab18c82c3bfe64d58 | [] | no_license | niravrathod/car_details | https://github.com/niravrathod/car_details | f979de0b857f93efe079cd8d7567f2134755802d | 398897c050436f13b7160050f375ec1f4e05cdf8 | refs/heads/master | 2020-04-13T16:36:29.854000 | 2018-12-27T19:03:46 | 2018-12-27T19:03:46 | 163,325,703 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.google.android.gms.ads.search;
import android.content.Context;
import android.util.AttributeSet;
import android.view.View;
import android.view.ViewGroup;
import com.google.android.gms.ads.AdListener;
import com.google.android.gms.ads.AdSize;
import com.google.android.gms.internal.ads.zzaer;
import com.goog... | UTF-8 | Java | 3,764 | java | SearchAdView.java | Java | [] | null | [] | package com.google.android.gms.ads.search;
import android.content.Context;
import android.util.AttributeSet;
import android.view.View;
import android.view.ViewGroup;
import com.google.android.gms.ads.AdListener;
import com.google.android.gms.ads.AdSize;
import com.google.android.gms.internal.ads.zzaer;
import com.goog... | 3,764 | 0.618491 | 0.577311 | 118 | 30.898306 | 26.792166 | 169 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.669492 | false | false | 0 |
f0b0ac18eea003ef53b8a4d217657af1c2787125 | 20,899,310,877,123 | 0b5b052f9a9a1ffe4a0dd176c34fe2fa24494532 | /TP1-Java/test/fiuba/algo3/ContactoNoExisteEnGrupoTest.java | a43439cf15d5ff9d7016c6dbbfd1861d8aa225c5 | [] | no_license | otlucas/TP1-Java | https://github.com/otlucas/TP1-Java | 74d5b6ec0b0ce7f36de07d921597c84edabd8225 | 5537df87a9cd606cfbe2f29de38e4b69d3b3f4ff | refs/heads/master | 2020-06-02T14:59:46.409000 | 2017-06-14T23:05:20 | 2017-06-14T23:05:20 | 94,095,415 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package fiuba.algo3;
import org.junit.Test;
import AlgoChat.AlgoChat;
import AlgoChat.ContactoNoExisteEnGrupo;
import AlgoChat.GrupoNoExisteExcepcion;
import AlgoChat.GrupoYaExisteExcepcion;
public class ContactoNoExisteEnGrupoTest {
@Test(expected=ContactoNoExisteEnGrupo.class)
public void testContactoNoExis... | UTF-8 | Java | 614 | java | ContactoNoExisteEnGrupoTest.java | Java | [
{
"context": "\t\n \t\n AlgoChat algoChat = new AlgoChat(\"Lucas\");\n\t\t\n algoChat.crearGrupo(\"Mañana\");\n ",
"end": 471,
"score": 0.9946867227554321,
"start": 466,
"tag": "NAME",
"value": "Lucas"
},
{
"context": "\n \n algoChat.recibirMensajeDe... | null | [] | package fiuba.algo3;
import org.junit.Test;
import AlgoChat.AlgoChat;
import AlgoChat.ContactoNoExisteEnGrupo;
import AlgoChat.GrupoNoExisteExcepcion;
import AlgoChat.GrupoYaExisteExcepcion;
public class ContactoNoExisteEnGrupoTest {
@Test(expected=ContactoNoExisteEnGrupo.class)
public void testContactoNoExis... | 614 | 0.746732 | 0.745098 | 24 | 24.5 | 28.789465 | 125 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.791667 | false | false | 0 |
7df74fc51f992cf881b28f2864ed08eb7a64230e | 23,158,463,672,441 | 1b6bdade6ec597a2df7d6409fa7da7ad9119d748 | /Server/Partie.java | 8f166462ec72a053e860111f0a4c601b96cfcbc7 | [] | no_license | leajski/PILS | https://github.com/leajski/PILS | e2eb7f02b94cada52361adbccc1800e8df6e9b17 | 2eb9f8b7b71dfb1670d6a7e52c66219fdef705d8 | refs/heads/main | 2023-07-03T08:08:00.138000 | 2021-08-10T17:58:14 | 2021-08-10T17:58:14 | 394,730,288 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.*;
import java.sql.Timestamp;
public class Partie {
int id;
private int nbjoueur;
private String password;
private List<Threadconn> liste_joueurs = new ArrayList<Threadconn>();
private String alreadypseudos = "";
private String gage = "";
private boolean isStarted = false;... | UTF-8 | Java | 2,407 | java | Partie.java | Java | [
{
"context": " this.nbjoueur = 0;\n this.password = password;\n }\n\n public void initScores(){\n lon",
"end": 1194,
"score": 0.9993323087692261,
"start": 1186,
"tag": "PASSWORD",
"value": "password"
}
] | null | [] | import java.util.*;
import java.sql.Timestamp;
public class Partie {
int id;
private int nbjoueur;
private String password;
private List<Threadconn> liste_joueurs = new ArrayList<Threadconn>();
private String alreadypseudos = "";
private String gage = "";
private boolean isStarted = false;... | 2,409 | 0.568815 | 0.56632 | 99 | 23.292929 | 20.648209 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.40404 | false | false | 0 |
e899d180f368eb9ecb74844ec2ed0aec8ba9aa0a | 7,705,171,372,902 | 32ba3f4b8cdfb7db4360783a5919c636b4ec9a4a | /data/src/main/java/com/mayi/data/utils/RetryWhenProcess.java | b252d35f003f7659e2d54c293a358775280ccdb3 | [] | no_license | mayi203/CleanLearning | https://github.com/mayi203/CleanLearning | 427bbad753c0746d1c64d60c522b9ff9c159896b | 8be208ee7b35734ca61ab93ca3f01d7e106940d9 | refs/heads/master | 2020-03-23T01:43:31.554000 | 2018-07-26T05:58:14 | 2018-07-26T05:58:14 | 140,933,604 | 4 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mayi.data.utils;
import java.net.UnknownHostException;
import java.util.concurrent.TimeUnit;
import io.reactivex.Observable;
import io.reactivex.ObservableSource;
import io.reactivex.functions.Function;
/**
* @author: liwenfei.
* data: 2018/7/26 11:24.
*/
public class RetryWhenProcess implements Funct... | UTF-8 | Java | 909 | java | RetryWhenProcess.java | Java | [
{
"context": " io.reactivex.functions.Function;\n\n/**\n * @author: liwenfei.\n * data: 2018/7/26 11:24.\n */\npublic class Retry",
"end": 242,
"score": 0.9978694915771484,
"start": 234,
"tag": "USERNAME",
"value": "liwenfei"
}
] | null | [] | package com.mayi.data.utils;
import java.net.UnknownHostException;
import java.util.concurrent.TimeUnit;
import io.reactivex.Observable;
import io.reactivex.ObservableSource;
import io.reactivex.functions.Function;
/**
* @author: liwenfei.
* data: 2018/7/26 11:24.
*/
public class RetryWhenProcess implements Funct... | 909 | 0.677668 | 0.658966 | 27 | 32.666668 | 29.683516 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.740741 | false | false | 0 |
3c4f933f72f12e1c7ebefebad9dedbff1b01f533 | 7,705,171,369,722 | 9fcab1b26b9d67abd7a3233b66ea4bf3d68f57a4 | /org.eniware.central.user.aop/src/org/eniware/central/user/aop/UserSecurityAspect.java | 5fa4fb89565a66784a1556ee9aa760016c12f2d7 | [
"Apache-2.0"
] | permissive | eniware-org/org.eniware.central | https://github.com/eniware-org/org.eniware.central | 46e89a071d38f97cad8ae721d6ea40bf568d7e56 | 64d999cd743a1ebc39dccbe89c68772cae5129d7 | refs/heads/master | 2021-10-12T01:00:35.826000 | 2019-01-31T08:50:15 | 2019-01-31T08:50:15 | 126,059,141 | 0 | 0 | Apache-2.0 | true | 2018-10-03T10:40:06 | 2018-03-20T17:45:14 | 2018-06-15T12:12:56 | 2018-10-03T10:40:05 | 2,435 | 0 | 0 | 0 | Java | false | null | /* ==================================================================
* Eniware Open Source:Nikolai Manchev
* Apache License 2.0
* ==================================================================
*/
package org.eniware.central.user.aop;
import java.util.Set;
import org.aspectj.lang.annotation.Aspect;
import o... | UTF-8 | Java | 5,929 | java | UserSecurityAspect.java | Java | [
{
"context": "=========================\n * Eniware Open Source:Nikolai Manchev\n * Apache License 2.0\n * =======================",
"end": 109,
"score": 0.9998940825462341,
"start": 94,
"tag": "NAME",
"value": "Nikolai Manchev"
}
] | null | [] | /* ==================================================================
* Eniware Open Source:<NAME>
* Apache License 2.0
* ==================================================================
*/
package org.eniware.central.user.aop;
import java.util.Set;
import org.aspectj.lang.annotation.Aspect;
import org.aspect... | 5,920 | 0.723899 | 0.72255 | 153 | 37.751633 | 38.025841 | 138 | false | false | 0 | 0 | 0 | 0 | 67 | 0.022601 | 1.679739 | false | false | 0 |
158b4caf94e1f05383e6e832717622af20db1283 | 17,282,948,449,372 | 129a0cda3687df88c393691ca3d81ffc3f09b364 | /src/_01_IntroToArrayLists/_02_GuestBook.java | f06e501e7a1aed9e199059575d1cba56edf12580 | [] | no_license | League-level3-student/level3-module1-ezgi-b | https://github.com/League-level3-student/level3-module1-ezgi-b | 2cf99f0ceebb074da104d30075899a01f908fc96 | 75af1454e3886250e7dd9824aa789527640f044f | refs/heads/master | 2023-03-16T14:36:55.539000 | 2021-03-02T03:42:57 | 2021-03-02T03:42:57 | 325,167,700 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package _01_IntroToArrayLists;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.util.ArrayList;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JOptionPane;
import javax.swing.JPanel;
public class _02_GuestBook implements ActionListener {
// Create a GUI... | UTF-8 | Java | 2,029 | java | _02_GuestBook.java | Java | [
{
"context": "he list. Format the list as follows:\n\t// Guest #1: Bob Banders\n\t// Guest #2: Sandy Summers\n\t// Guest #3: Greg Ga",
"end": 715,
"score": 0.9998863339424133,
"start": 704,
"tag": "NAME",
"value": "Bob Banders"
},
{
"context": "s follows:\n\t// Guest #1: Bob Banders\... | null | [] | package _01_IntroToArrayLists;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.util.ArrayList;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JOptionPane;
import javax.swing.JPanel;
public class _02_GuestBook implements ActionListener {
// Create a GUI... | 1,981 | 0.690981 | 0.683588 | 77 | 25.350649 | 23.336481 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.831169 | false | false | 0 |
45b5b5eb6f759d12a69d62afb8fbc0ae3f1f1bd9 | 27,951,647,180,925 | 649a9602d95ab3c3e72c915a468bfddd6c3695b7 | /entities/Exam.java | e4f8596592f45bb143c3e13ae278fd09a9206ae0 | [] | no_license | Shaleshka/exams_system_console | https://github.com/Shaleshka/exams_system_console | 66ef6db41c7b889de083d29c082e339f42244878 | 45475b7fd3c4f5356434f73bad0118ba53f1f412 | refs/heads/master | 2021-08-20T05:48:55.232000 | 2017-11-28T09:50:29 | 2017-11-28T09:50:29 | 111,476,649 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.company.entities;
import java.io.Serializable;
public class Exam implements Serializable {
private String name;
private String task;
public Exam(String name, String task) {
this.name = name;
this.task = task;
}
public String getName() {
return name;
}
... | UTF-8 | Java | 889 | java | Exam.java | Java | [] | null | [] | package com.company.entities;
import java.io.Serializable;
public class Exam implements Serializable {
private String name;
private String task;
public Exam(String name, String task) {
this.name = name;
this.task = task;
}
public String getName() {
return name;
}
... | 889 | 0.568054 | 0.566929 | 45 | 18.755556 | 18.486217 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 0 |
ffae6b94543bafdd573d36e23947a94fc950f304 | 11,312,943,880,968 | ab3eccd0be02fb3ad95b02d5b11687050a147bce | /apis/mapbox-gl/out/src/main/java/js/browser/MediaStreamEventMap.java | 52e0e8519571b6c675fcbfc28c3c122859b409fd | [] | no_license | ibaca/typescript2java | https://github.com/ibaca/typescript2java | 263fd104a9792e7be2a20ab95b016ad694a054fe | 0b71b8a3a4c43df1562881f0816509ca4dafbd7e | refs/heads/master | 2021-04-27T10:43:14.101000 | 2018-02-23T11:37:16 | 2018-02-23T11:37:18 | 122,543,398 | 0 | 0 | null | true | 2018-02-22T22:33:30 | 2018-02-22T22:33:29 | 2018-01-27T22:40:50 | 2017-10-16T04:58:31 | 8,844 | 0 | 0 | 0 | null | false | null | package js.browser;
import jsinterop.annotations.JsPackage;
import jsinterop.annotations.JsProperty;
import jsinterop.annotations.JsType;
/**
* source type: MediaStreamEventMap
* flags: Object (32768)
* declared in: tsd/browser/lib.es6.d.ts at pos 520910
* *** changed to class to reflect the possible DTO us... | UTF-8 | Java | 1,356 | java | MediaStreamEventMap.java | Java | [] | null | [] | package js.browser;
import jsinterop.annotations.JsPackage;
import jsinterop.annotations.JsProperty;
import jsinterop.annotations.JsType;
/**
* source type: MediaStreamEventMap
* flags: Object (32768)
* declared in: tsd/browser/lib.es6.d.ts at pos 520910
* *** changed to class to reflect the possible DTO us... | 1,356 | 0.712389 | 0.70354 | 49 | 26.67347 | 21.438461 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.367347 | false | false | 0 |
0bd5a3b605d746e8b146aa322a1bdebf18e91937 | 26,534,307,970,163 | c2f577d02589295e0276d1809b15ddc5fe623c0e | /app/src/main/java/com/zqf/exploitvideoplayer/CourseListAdapter.java | f8855dcf88a7e90c27d1d3a29e1267822d2bf514 | [] | no_license | wxg456852/MyGsyVideoPlayer | https://github.com/wxg456852/MyGsyVideoPlayer | c1d1e6a096056838f858090b45ffb856b4a06ed3 | 8bd4c959e8e2aa6b0e59d3974f0fd8988672936c | refs/heads/master | 2020-03-09T05:52:23.342000 | 2017-09-21T03:48:14 | 2017-09-21T03:48:14 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zqf.exploitvideoplayer;
import android.content.Context;
import android.widget.TextView;
import java.util.List;
/**
* class from
* Created by zqf
* Time 2017/9/14 13:29
*/
public class CourseListAdapter extends BaseCommAdapter {
public CourseListAdapter(List datas) {
super(datas);
}
... | UTF-8 | Java | 711 | java | CourseListAdapter.java | Java | [
{
"context": "t java.util.List;\n\n/**\n * class from\n * Created by zqf\n * Time 2017/9/14 13:29\n */\n\npublic class CourseL",
"end": 161,
"score": 0.9996048808097839,
"start": 158,
"tag": "USERNAME",
"value": "zqf"
}
] | null | [] | package com.zqf.exploitvideoplayer;
import android.content.Context;
import android.widget.TextView;
import java.util.List;
/**
* class from
* Created by zqf
* Time 2017/9/14 13:29
*/
public class CourseListAdapter extends BaseCommAdapter {
public CourseListAdapter(List datas) {
super(datas);
}
... | 711 | 0.691983 | 0.676512 | 30 | 22.700001 | 23.671572 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.366667 | false | false | 0 |
c2aa12b34e4ad76a34c34aaf56f0708d7c534e5b | 23,854,248,403,062 | 3300a73eb606f3c589aa249bd421929c83a68630 | /Test/src/test/GUI/Window.java | 19c0cb732ea185ed5c82526714c6f89c19d10db2 | [] | no_license | TPHRAB/Java-Utils | https://github.com/TPHRAB/Java-Utils | 68cf0558899686419efc86c2b5a9661b303e8653 | d032acf7b9cd8f02bca84f1f8a17feda4618059f | refs/heads/master | 2020-06-24T16:45:12.638000 | 2019-10-13T05:46:17 | 2019-10-13T05:46:17 | 199,018,801 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package test.GUI;
import java.awt.BorderLayout;
import java.awt.Color;
import java.awt.EventQueue;
import javax.swing.JFrame;
import javax.swing.JPanel;
import javax.swing.border.EmptyBorder;
import javax.swing.JLabel;
import javax.swing.JTextField;
import javax.swing.UIManager;
import javax.swing.UnsupportedLookAndF... | UTF-8 | Java | 3,469 | java | Window.java | Java | [
{
"context": "yout(null);\n\t\t\n\t\tJLabel lblUsername = new JLabel(\"UserName: \");\n\t\tlblUsername.setBounds(61, 73, 74, 16);\n\t\tc",
"end": 2016,
"score": 0.9864330291748047,
"start": 2008,
"tag": "USERNAME",
"value": "UserName"
},
{
"context": "lUsername);\n\t\t\n\t\tJLabel lb... | null | [] | package test.GUI;
import java.awt.BorderLayout;
import java.awt.Color;
import java.awt.EventQueue;
import javax.swing.JFrame;
import javax.swing.JPanel;
import javax.swing.border.EmptyBorder;
import javax.swing.JLabel;
import javax.swing.JTextField;
import javax.swing.UIManager;
import javax.swing.UnsupportedLookAndF... | 3,471 | 0.690401 | 0.669645 | 133 | 25.082706 | 20.41857 | 152 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.706767 | false | false | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.