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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
86d0a1bace784832592855913d508c68f595b7fd | 23,922,967,902,687 | e020799198ab7a3def36dfb1991444cb76d7421a | /chapter3/src/com/mxm/threads/writeReadString/Run.java | 903598ba7e9892492024c1a89ecc15fa23120c17 | [] | no_license | heronsbill/ThreadTest | https://github.com/heronsbill/ThreadTest | 74e8ab615bf4da4a916e4e63ebbf04082331689d | 060c3e21c2de2bf51452876cab6f023d96419de6 | refs/heads/master | 2021-01-20T09:13:30.820000 | 2017-09-22T08:16:30 | 2017-09-22T08:16:30 | 101,582,508 | 0 | 0 | null | false | 2017-09-05T08:10:41 | 2017-08-27T21:51:07 | 2017-08-27T22:01:06 | 2017-09-05T08:10:41 | 28 | 0 | 0 | 0 | Java | null | null | package com.mxm.threads.writeReadString;
import java.io.IOException;
import java.io.PipedReader;
import java.io.PipedWriter;
public class Run {
public static void main(String[] args) {
PipedReader reader = new PipedReader();
PipedWriter writer = new PipedWriter();
ReadThread rt = new ReadThread(r... | UTF-8 | Java | 610 | java | Run.java | Java | [] | null | [] | package com.mxm.threads.writeReadString;
import java.io.IOException;
import java.io.PipedReader;
import java.io.PipedWriter;
public class Run {
public static void main(String[] args) {
PipedReader reader = new PipedReader();
PipedWriter writer = new PipedWriter();
ReadThread rt = new ReadThread(r... | 610 | 0.655738 | 0.64918 | 28 | 19.785715 | 15.173655 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.142857 | false | false | 11 |
fb0d4654655de6ca3cabf01e8528727d94d274cd | 7,962,869,373,458 | 826211f5647e5f58e727c922425333ff2fa0c97b | /LoginWithSpringAndHibernate/src/it/unical/login/persistence/UsersDAO.java | e22439b00f2fe6cedb7405242fc74f6395c5eb91 | [] | no_license | bernardocuteri/ASDE2016 | https://github.com/bernardocuteri/ASDE2016 | 5f4d8f01f3c625414bfb1547dc45836d1e330c1a | 9b451c4af91565f5760f8960bb4cb8d7f892c5ae | refs/heads/master | 2021-01-11T03:21:43.280000 | 2016-12-15T15:55:20 | 2016-12-15T15:55:20 | 71,040,497 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package it.unical.login.persistence;
import it.unical.login.model.Credentials;
public interface UsersDAO {
public boolean saveCredentials(Credentials c);
public boolean checkCredentials(Credentials c);
}
| UTF-8 | Java | 224 | java | UsersDAO.java | Java | [] | null | [] | package it.unical.login.persistence;
import it.unical.login.model.Credentials;
public interface UsersDAO {
public boolean saveCredentials(Credentials c);
public boolean checkCredentials(Credentials c);
}
| 224 | 0.758929 | 0.758929 | 11 | 18.363636 | 20.254169 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.727273 | false | false | 11 |
6b5c69af6482b5a23ef97375d99ed48656b8533b | 23,338,852,288,393 | 31348537234a42eece98b98e4057e5ce2264196c | /classlib/src/main/java/org/teavm/classlib/java/io/TPrintWriter.java | 84fd383a924a31d3d144605f75e2ff6f17be1509 | [
"Apache-2.0"
] | permissive | tolar/teavm | https://github.com/tolar/teavm | ba0804b66d69111104631022c138213546f53708 | f7b4205dc59894fe384360a2ea11331cbe573e37 | refs/heads/master | 2020-04-04T19:05:05.221000 | 2016-11-05T21:44:45 | 2016-11-05T21:44:45 | 62,259,887 | 0 | 0 | null | true | 2016-06-29T21:43:47 | 2016-06-29T21:43:47 | 2016-06-27T01:43:55 | 2016-06-29T16:40:32 | 10,464 | 0 | 0 | 0 | null | null | null | /*
* Copyright 2016 vasek.
*
* 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 t... | UTF-8 | Java | 994 | java | TPrintWriter.java | Java | [
{
"context": "/*\n * Copyright 2016 vasek.\n *\n * Licensed under the Apache License, Versio",
"end": 27,
"score": 0.9945445656776428,
"start": 22,
"tag": "USERNAME",
"value": "vasek"
},
{
"context": "age org.teavm.classlib.java.io;\n\n/**\n * Created by vasek on 14. 7. 2016.\n */\... | null | [] | /*
* Copyright 2016 vasek.
*
* 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 t... | 994 | 0.662978 | 0.647887 | 43 | 22.11628 | 24.465647 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.139535 | false | false | 11 |
d99c7775735bf3bdbbe4d332aafc28effd2b845e | 14,516,989,466,602 | bce31e3c7517825fdfa3151322e5d60d6ee59538 | /navisu-buildings/src/main/java/bzh/terrevirtuelle/navisu/buildings/osm/OsmComponent.java | dd3d17831b7bee346247273af479ae1311579c5b | [] | no_license | terre-virtuelle/navisu | https://github.com/terre-virtuelle/navisu | b0355461b9c77035834f79646036a9dc002f203d | 97bc2baaed37f83c9b773f1973a2a65683dc9e79 | refs/heads/master | 2021-08-04T03:41:09.226000 | 2021-06-17T11:27:22 | 2021-06-17T11:27:22 | 14,243,882 | 31 | 16 | null | null | null | null | null | null | null | null | null | null | null | null | null | package bzh.terrevirtuelle.navisu.buildings.osm;
import org.capcaval.c3.component.Component;
/**
* NaVisu
*
* @date Jan 3, 2019 10:09:49 AM
* @author Serge Morvan
*/
public interface OsmComponent
extends Component {
}
| UTF-8 | Java | 234 | java | OsmComponent.java | Java | [
{
"context": "su\n * \n * @date Jan 3, 2019 10:09:49 AM\n * @author Serge Morvan\n */\npublic interface OsmComponent\n extends",
"end": 169,
"score": 0.9998800158500671,
"start": 157,
"tag": "NAME",
"value": "Serge Morvan"
}
] | null | [] | package bzh.terrevirtuelle.navisu.buildings.osm;
import org.capcaval.c3.component.Component;
/**
* NaVisu
*
* @date Jan 3, 2019 10:09:49 AM
* @author <NAME>
*/
public interface OsmComponent
extends Component {
}
| 228 | 0.705128 | 0.653846 | 13 | 17 | 16.705595 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.230769 | false | false | 11 |
6ac3eaf43a2b9da18a8b31008f762c94471a4fcd | 1,700,807,060,413 | 013c7c8a006caa576265020d5a222e1f732b37b1 | /src/main/java/com/nookio/utils/push/pusher/BasePusher.java | 35a71419a489bcb6dc712f0357f461a677946f5b | [] | no_license | nookio/utils | https://github.com/nookio/utils | 46c0dac525e9cea45f075a0506a0e6913f0bdf5c | f908895c8054b2f2043cee49a76473b2c8b18410 | refs/heads/master | 2021-01-10T06:26:02.309000 | 2016-03-03T10:32:20 | 2016-03-03T10:32:20 | 53,042,045 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.nookio.utils.push.pusher;
import com.nookio.utils.push.model.BaseMessage;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
/**
* Created by nookio on 16/1/4.
*/
public abstract class BasePusher<M extends BaseMessage> {
public void finalTodo(){
successCodes.clear();... | UTF-8 | Java | 1,608 | java | BasePusher.java | Java | [
{
"context": "til.List;\nimport java.util.Map;\n\n/**\n * Created by nookio on 16/1/4.\n */\npublic abstract class BasePusher<M",
"end": 187,
"score": 0.9995225071907043,
"start": 181,
"tag": "USERNAME",
"value": "nookio"
}
] | null | [] | package com.nookio.utils.push.pusher;
import com.nookio.utils.push.model.BaseMessage;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
/**
* Created by nookio on 16/1/4.
*/
public abstract class BasePusher<M extends BaseMessage> {
public void finalTodo(){
successCodes.clear();... | 1,608 | 0.645522 | 0.642413 | 63 | 24.523809 | 31.679375 | 161 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.714286 | false | false | 11 |
9e1d88478e873b0531a06d2e4f89d869ed57bcd0 | 20,641,612,851,944 | a776dce14b4ae62d4b02520fd6fb219b7d231d77 | /structural/src/main/java/proxy/enums/Extension.java | 528777cb7b869b27d1d9e04a2eded30487b14f5f | [] | no_license | 3len1/designPatterns | https://github.com/3len1/designPatterns | 0237a271a749e083ce73cbbba1e1e7beb43eaf3b | 4bd24d99e1da50ee56085d0c834bd0e4128c7be6 | refs/heads/master | 2020-04-28T00:06:19.037000 | 2019-04-28T14:52:16 | 2019-04-28T14:52:16 | 174,803,676 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package proxy.enums;
/**
* Created by 3len1 on 4/26/2019.
*/
public enum Extension {
app,
avi,
bat,
bin,
bmp,
c,
com,
cpp,
cs,
css,
csv,
doc,
docx,
exe,
flv,
html,
ico,
iso,
jar,
java,
jpg,
js,
json,
mp3,
mp4,
pdf... | UTF-8 | Java | 452 | java | Extension.java | Java | [
{
"context": "package proxy.enums;\n\n/**\n * Created by 3len1 on 4/26/2019.\n */\npublic enum Extension {\n app",
"end": 45,
"score": 0.9991927742958069,
"start": 40,
"tag": "USERNAME",
"value": "3len1"
}
] | null | [] | package proxy.enums;
/**
* Created by 3len1 on 4/26/2019.
*/
public enum Extension {
app,
avi,
bat,
bin,
bmp,
c,
com,
cpp,
cs,
css,
csv,
doc,
docx,
exe,
flv,
html,
ico,
iso,
jar,
java,
jpg,
js,
json,
mp3,
mp4,
pdf... | 452 | 0.400442 | 0.376106 | 47 | 8.617022 | 4.953199 | 33 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.87234 | false | false | 11 |
abd872964321fcf3d1b092d63538f64fe8d9a07d | 1,374,389,595,482 | b1b935103d2ae35bff8392e567a65c3f0beebe66 | /src/main/java/bi/know/kettle/neo4j/steps/gencsv/GenerateCsvMeta.java | f29acfd4a18286c1c0495de061388a80f24f3390 | [
"Apache-2.0"
] | permissive | knowbi/knowbi-pentaho-pdi-neo4j-output | https://github.com/knowbi/knowbi-pentaho-pdi-neo4j-output | 20145b2685a0d6a0d923b0fc16d5df96b30934d3 | 853699b235b33b202284e0c2e2499e9030dbe62a | refs/heads/master | 2022-02-24T01:31:19.748000 | 2022-01-26T11:51:18 | 2022-01-26T11:51:18 | 62,486,998 | 46 | 19 | Apache-2.0 | false | 2021-08-11T08:13:59 | 2016-07-03T08:01:37 | 2021-04-12T13:35:03 | 2021-08-11T08:13:58 | 778 | 32 | 11 | 33 | Java | false | false | package bi.know.kettle.neo4j.steps.gencsv;
import org.pentaho.di.core.annotations.Step;
import org.pentaho.di.core.database.DatabaseMeta;
import org.pentaho.di.core.exception.KettleException;
import org.pentaho.di.core.exception.KettleXMLException;
import org.pentaho.di.core.row.RowMetaInterface;
import org.pentaho.di... | UTF-8 | Java | 7,702 | java | GenerateCsvMeta.java | Java | [
{
"context": "\"Neo4j\",\n documentationUrl = \"https://github.com/knowbi/knowbi-pentaho-pdi-neo4j-output/wiki/\"\n)\npublic c",
"end": 1279,
"score": 0.8313530683517456,
"start": 1273,
"tag": "USERNAME",
"value": "knowbi"
}
] | null | [] | package bi.know.kettle.neo4j.steps.gencsv;
import org.pentaho.di.core.annotations.Step;
import org.pentaho.di.core.database.DatabaseMeta;
import org.pentaho.di.core.exception.KettleException;
import org.pentaho.di.core.exception.KettleXMLException;
import org.pentaho.di.core.row.RowMetaInterface;
import org.pentaho.di... | 7,702 | 0.749286 | 0.748117 | 216 | 34.657406 | 35.276859 | 191 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.689815 | false | false | 11 |
f3d91c210434ba8cd22f37973d868add7a326eb2 | 31,413,390,850,511 | 77f7ed99b6e53af135f47d2a5adc8b7049665542 | /jtwig-core/src/main/java/org/jtwig/util/FilePath.java | 0f829db23a24f87e372c3fd6ad5176db3994b0b0 | [
"Apache-2.0"
] | permissive | fabienwarniez/jtwig | https://github.com/fabienwarniez/jtwig | cf254adfed8147e5cd5dd73016ae549c03e6b675 | 648a1d7ca7ae3663a3bdbc74c8b16f81411f10ae | refs/heads/master | 2020-12-30T17:44:35.747000 | 2016-02-02T20:11:24 | 2016-02-02T20:11:24 | 50,948,455 | 0 | 0 | null | true | 2016-02-02T20:09:08 | 2016-02-02T20:09:08 | 2016-01-28T08:19:58 | 2015-09-26T11:55:08 | 3,963 | 0 | 0 | 0 | null | null | null | /**
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distribu... | UTF-8 | Java | 1,628 | java | FilePath.java | Java | [] | null | [] | /**
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distribu... | 1,628 | 0.656634 | 0.654177 | 57 | 27.561403 | 26.500591 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.45614 | false | false | 11 |
cef37d7b99c1391db253a31da6113eea20ae4f1e | 28,673,201,708,219 | c8baa2331cff506d7af1f86c9dfb20820560ca35 | /Final/src/isfdyt5/poo/proyectofinal/Empresa.java | cc2c2f95c312d88220b296b702a48cfdcb0149dd | [] | no_license | MarioEstebanMateo/isfdyt5 | https://github.com/MarioEstebanMateo/isfdyt5 | 71d67ad291f312162c87ab1c3366dcd4c33dbad1 | 9a162b3633467209075f9f9e8db438b9a4688c53 | refs/heads/master | 2022-03-23T02:53:59.620000 | 2019-12-16T03:20:05 | 2019-12-16T03:20:05 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package isfdyt5.poo.proyectofinal;
import java.util.ArrayList;
import java.util.List;
public class Empresa {
private String nombre;
public void setNombre(String n) {
nombre=n;
}
public String getNombre() {
return nombre;
}
// Empleados
private List <Empleado> empleados = new Arr... | UTF-8 | Java | 1,868 | java | Empresa.java | Java | [] | null | [] | package isfdyt5.poo.proyectofinal;
import java.util.ArrayList;
import java.util.List;
public class Empresa {
private String nombre;
public void setNombre(String n) {
nombre=n;
}
public String getNombre() {
return nombre;
}
// Empleados
private List <Empleado> empleados = new Arr... | 1,868 | 0.56424 | 0.562099 | 106 | 15.603773 | 17.235155 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.490566 | false | false | 11 |
9a9ef6be909a8667373d4a35396d3f58521b51a0 | 28,673,201,707,242 | 5ee5a80225d536e6fdcb3d8d497e747b552ed164 | /base/src/main/java/net/hrbxlh/base/DataDic.java | b72a3938c7ec4075c0d9269e6d6016808ba4d106 | [] | no_license | jingqingyun/Base | https://github.com/jingqingyun/Base | d1ce5b409a067c7abe9afcb28f9fe54ff8a48452 | 5c6dc6a384f69757bf9f93dd0add07986a18dc24 | refs/heads/master | 2017-12-01T01:28:27.423000 | 2016-07-02T11:16:05 | 2016-07-02T11:16:05 | 62,447,597 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* DataDic.java
*
* desc: 数据字典枚举类
*
* @auth Bron
*
* @date 2015-12-30
*
* ----------------------------------------
*/
package net.hrbxlh.base;
// TODO: Auto-generated Javadoc
/**
* The Enum DataDic.
*/
public enum DataDic
{
/*-- 数组型数据字典 begin --*/
/** DataDic SEX [desc: 性别] ... | UTF-8 | Java | 6,185 | java | DataDic.java | Java | [
{
"context": "DataDic.java\r\n * \r\n * desc: 数据字典枚举类\r\n * \r\n * @auth Bron\r\n * \r\n * @date 2015-12-30\r\n * \r\n * --------------",
"end": 63,
"score": 0.9776995182037354,
"start": 59,
"tag": "USERNAME",
"value": "Bron"
},
{
"context": "SUCCESS(\"DEL_USER_SUCCESS\"),\r\n\t\r\n\... | null | [] | /**
* DataDic.java
*
* desc: 数据字典枚举类
*
* @auth Bron
*
* @date 2015-12-30
*
* ----------------------------------------
*/
package net.hrbxlh.base;
// TODO: Auto-generated Javadoc
/**
* The Enum DataDic.
*/
public enum DataDic
{
/*-- 数组型数据字典 begin --*/
/** DataDic SEX [desc: 性别] ... | 6,181 | 0.523175 | 0.482642 | 276 | 17.307972 | 18.482544 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.173913 | false | false | 11 |
3f5e3c6cfbbe78b30c92042b5577853d6304a052 | 32,555,852,110,104 | 747f2531787eb8031837ffac6f5b2cafed04b03d | /modules/com/atguigu/ems/dao2/EmployeeDao.java | e08b4ce4ca2fb5534438374307bcebee61149b58 | [] | no_license | lttxiaocao/OAjiaoxue | https://github.com/lttxiaocao/OAjiaoxue | 3da859b22e6067878d012a72423144eab4b066b8 | 9a274c341f1b9ebfa690e4979cfcfc4713cc10ec | refs/heads/master | 2020-04-27T08:28:51.935000 | 2019-03-06T15:55:58 | 2019-03-06T15:55:58 | 174,172,796 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.atguigu.ems.dao2;
import org.springframework.stereotype.Repository;
import com.atguigu.ems.entities.Employee;
import com.atguigu.ems.hibernate.HibernateDao;
@Repository("employeeDao2")
public class EmployeeDao extends HibernateDao<Employee, Integer>{
}
| UTF-8 | Java | 271 | java | EmployeeDao.java | Java | [] | null | [] | package com.atguigu.ems.dao2;
import org.springframework.stereotype.Repository;
import com.atguigu.ems.entities.Employee;
import com.atguigu.ems.hibernate.HibernateDao;
@Repository("employeeDao2")
public class EmployeeDao extends HibernateDao<Employee, Integer>{
}
| 271 | 0.815498 | 0.808118 | 11 | 23.636364 | 23.0662 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.636364 | false | false | 11 |
252f5dd9789271eaa7a98ab7c1db4ee11ec2c9fa | 30,975,304,201,500 | 0575fdeba54f10996bce0d34c9b26acd1aa535ad | /src/main/java/com/zipcodewilmington/phone/PhoneNumberFactory.java | 12f9e843192414b004c704b4ca5590fb8777daef | [] | no_license | JadeBolds/Updated.Maven.ExceptionalPhoneNumbers | https://github.com/JadeBolds/Updated.Maven.ExceptionalPhoneNumbers | 3e884b9789e0830d8b2dfa48430e5d0013dbc46d | c3f0bfd6caa539004f6a1c6574dcfdc58b9d46f2 | refs/heads/master | 2023-08-24T23:43:06.439000 | 2021-10-22T16:05:34 | 2021-10-22T16:05:34 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zipcodewilmington.phone;
import com.zipcodewilmington.exceptions.InvalidPhoneNumberFormatException;
import java.util.ArrayList;
import java.util.Random;
import java.util.logging.Logger;
public final class PhoneNumberFactory {
private static final Logger logger = Logger.getGlobal();
private Pho... | UTF-8 | Java | 3,424 | java | PhoneNumberFactory.java | Java | [] | null | [] | package com.zipcodewilmington.phone;
import com.zipcodewilmington.exceptions.InvalidPhoneNumberFormatException;
import java.util.ArrayList;
import java.util.Random;
import java.util.logging.Logger;
public final class PhoneNumberFactory {
private static final Logger logger = Logger.getGlobal();
private Pho... | 3,424 | 0.695093 | 0.687792 | 88 | 37.909092 | 36.114601 | 152 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.420455 | false | false | 11 |
4efbaa068ab0f963080cfc2737755af2522a5520 | 13,039,520,769,882 | 593391c8f6fc4a4675b56b2c34fe7146e1a7b253 | /devops-store/src/main/java/com/scw/devops/contract/store/common/data/EnhancedEnvironmentDefinition.java | 899c4a0c03667798e769b82915ac6af3c2e9e03a | [] | no_license | elvis197686/deployment-agnostic-example-project | https://github.com/elvis197686/deployment-agnostic-example-project | 02c8578e445ab58c64fa75ba2d697c0df8b8318b | b1029d5e70bb1d029995567307188fd8f5d36202 | refs/heads/master | 2022-12-04T07:35:50.296000 | 2020-04-26T09:08:19 | 2020-04-26T09:08:19 | 250,492,905 | 0 | 0 | null | false | 2022-11-16T00:59:31 | 2020-03-27T09:30:17 | 2020-04-26T09:09:16 | 2022-11-16T00:59:27 | 211 | 0 | 0 | 15 | Java | false | false | package com.scw.devops.contract.store.common.data;
import java.util.Arrays;
import java.util.Collection;
import java.util.stream.Collectors;
import com.scw.devops.store.service.ProjectVersionWithWildcard;
import lombok.AllArgsConstructor;
import lombok.ToString;
@AllArgsConstructor
@ToString
public class EnhancedEn... | UTF-8 | Java | 1,633 | java | EnhancedEnvironmentDefinition.java | Java | [] | null | [] | package com.scw.devops.contract.store.common.data;
import java.util.Arrays;
import java.util.Collection;
import java.util.stream.Collectors;
import com.scw.devops.store.service.ProjectVersionWithWildcard;
import lombok.AllArgsConstructor;
import lombok.ToString;
@AllArgsConstructor
@ToString
public class EnhancedEn... | 1,633 | 0.828536 | 0.828536 | 46 | 34.5 | 41.673027 | 144 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.065217 | false | false | 11 |
114f49a0c20203d1179a39ee7d1c8350028108c1 | 7,988,639,174,792 | 7005736e12d2e45da6c656423bd8fba4bf0f2e1f | /src/test/java/com/ngxdev/anticheat/TestCheck4.java | eb82e73e62a9ce265a1b31b04e61ef1e7e0b1b59 | [
"MIT"
] | permissive | Unix-0x01/anticheat-base | https://github.com/Unix-0x01/anticheat-base | 891ad0e88af6ec0cf98b6a15bca7dc6b7fd0b095 | 64b9accc21c652b96eb67e1b0e95f7cde0222545 | refs/heads/master | 2021-09-18T11:51:36.092000 | 2018-07-13T19:10:02 | 2018-07-13T19:10:02 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright (c) 2018 NGXDEV.COM. Licensed under MIT.
*/
package com.ngxdev.anticheat;
import com.ngxdev.anticheat.api.check.Check;
import com.ngxdev.anticheat.api.check.Setting;
import com.ngxdev.anticheat.api.check.type.CheckType;
import com.ngxdev.tinyprotocol.packet.in.WrappedInFlyingPacket;
// Showcasing th... | UTF-8 | Java | 773 | java | TestCheck4.java | Java | [] | null | [] | /*
* Copyright (c) 2018 NGXDEV.COM. Licensed under MIT.
*/
package com.ngxdev.anticheat;
import com.ngxdev.anticheat.api.check.Check;
import com.ngxdev.anticheat.api.check.Setting;
import com.ngxdev.anticheat.api.check.type.CheckType;
import com.ngxdev.tinyprotocol.packet.in.WrappedInFlyingPacket;
// Showcasing th... | 773 | 0.705045 | 0.692109 | 26 | 28.73077 | 26.278915 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.423077 | false | false | 11 |
2cd94d0ce55b87371335ec4d6235d621be43b7fa | 3,796,751,155,269 | 67f7466b534a30a19ffd86e380d450ffdeb3c17d | /app/src/main/java/com/example/anubhavbhardwaj/watchyourdiabetes/SetupAppointment.java | 8c4028660bf24aadaefb5d05da63d14d6a2408e0 | [] | no_license | anubhav3itb/WatchYourDiabetes | https://github.com/anubhav3itb/WatchYourDiabetes | b817ea730092883f5478fa7bbf56a9fd13a08b84 | 02b6ed783a149eb6df68bacf06b407d858f4e981 | refs/heads/master | 2021-01-19T23:24:37.703000 | 2017-04-30T17:05:04 | 2017-04-30T17:05:04 | 88,973,556 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.anubhavbhardwaj.watchyourdiabetes;
import android.app.AlarmManager;
import android.app.DatePickerDialog;
import android.app.PendingIntent;
import android.app.TimePickerDialog;
import android.content.Intent;
import android.graphics.Color;
import android.graphics.drawable.ColorDrawable;
import androi... | UTF-8 | Java | 5,336 | java | SetupAppointment.java | Java | [
{
"context": "package com.example.anubhavbhardwaj.watchyourdiabetes;\n\nimport android.app.AlarmManag",
"end": 35,
"score": 0.9951546788215637,
"start": 20,
"tag": "USERNAME",
"value": "anubhavbhardwaj"
}
] | null | [] | package com.example.anubhavbhardwaj.watchyourdiabetes;
import android.app.AlarmManager;
import android.app.DatePickerDialog;
import android.app.PendingIntent;
import android.app.TimePickerDialog;
import android.content.Intent;
import android.graphics.Color;
import android.graphics.drawable.ColorDrawable;
import androi... | 5,336 | 0.593891 | 0.590705 | 153 | 33.882355 | 26.505627 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.712418 | false | false | 11 |
30128a2daf751c392d4a3c74cddffd47e730077b | 33,466,385,233,794 | 2d3d94352bbbfe920dc43c95cefa19dd0be6e8a5 | /common/src/main/java/com/test/kafka/TestSeek.java | 548d86bbf8684ab578eb48486c64530056402364 | [] | no_license | shenfl/test | https://github.com/shenfl/test | 42649c2b4ef4397c99b56ed0a46beeff92a783d0 | c2abe2b34b06945822726c6601c3e1d37a187219 | refs/heads/master | 2022-12-23T12:47:05.752000 | 2021-05-20T16:09:22 | 2021-05-20T16:09:22 | 137,750,493 | 0 | 1 | null | false | 2022-12-15T23:39:41 | 2018-06-18T12:43:46 | 2021-05-24T03:55:45 | 2022-12-15T23:39:38 | 11,006 | 1 | 1 | 24 | Java | false | false | package com.test.kafka;
import org.apache.kafka.clients.consumer.KafkaConsumer;
import org.apache.kafka.clients.consumer.OffsetAndMetadata;
import org.apache.kafka.common.TopicPartition;
import java.util.Arrays;
import java.util.HashMap;
import java.util.Map;
import java.util.Properties;
/**
* Created by shenfl on ... | UTF-8 | Java | 2,257 | java | TestSeek.java | Java | [
{
"context": "p;\nimport java.util.Properties;\n\n/**\n * Created by shenfl on 2018/4/20\n */\npublic class TestSeek {\n publ",
"end": 316,
"score": 0.9996888637542725,
"start": 310,
"tag": "USERNAME",
"value": "shenfl"
},
{
"context": "ties();\n// props.put(\"bootstrap.ser... | null | [] | package com.test.kafka;
import org.apache.kafka.clients.consumer.KafkaConsumer;
import org.apache.kafka.clients.consumer.OffsetAndMetadata;
import org.apache.kafka.common.TopicPartition;
import java.util.Arrays;
import java.util.HashMap;
import java.util.Map;
import java.util.Properties;
/**
* Created by shenfl on ... | 2,257 | 0.689978 | 0.650334 | 52 | 42.173077 | 34.789322 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.173077 | false | false | 11 |
ad574d3bdbeb7fd7796513e9ed2eac32566f3777 | 23,922,967,875,286 | f0a5ea40cb0290a1554d71d8aada75dedf64f417 | /kash-spring-petclinic/pet-clinic-data/src/main/java/edu/kash/learn/service/map/OwnerMapService.java | 4012fbab8847341386ce7ce8b7eaa196b8439dd6 | [] | no_license | kash-raman/Spring5-preparation | https://github.com/kash-raman/Spring5-preparation | 4706b7f9d2ad8c327d53400043edaa1e7cfebb93 | 3d8cc286bf2a1351f741619af636fa7a6f748923 | refs/heads/master | 2020-03-27T18:39:45.587000 | 2019-01-25T01:53:26 | 2019-01-25T01:53:26 | 146,935,306 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.kash.learn.service.map;
import edu.kash.learn.model.Owner;
import edu.kash.learn.model.Pet;
import edu.kash.learn.service.OwnerService;
import org.springframework.context.annotation.Profile;
import org.springframework.stereotype.Service;
@Service
@Profile({"default", "map"})
public class OwnerMapService e... | UTF-8 | Java | 873 | java | OwnerMapService.java | Java | [] | null | [] | package edu.kash.learn.service.map;
import edu.kash.learn.model.Owner;
import edu.kash.learn.model.Pet;
import edu.kash.learn.service.OwnerService;
import org.springframework.context.annotation.Profile;
import org.springframework.stereotype.Service;
@Service
@Profile({"default", "map"})
public class OwnerMapService e... | 873 | 0.665521 | 0.665521 | 30 | 28.1 | 23.219748 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.433333 | false | false | 11 |
834817fba3cb4623fca9e416c23b4b96a7cedbb9 | 23,716,809,410,405 | 1932e1f857c0d75542f52ed0dbcda6bebbb4cab7 | /src/main/java/co/com/challenge/challenge/mappers/SatelliteMapper.java | ada88c527e275028acfb38fa91cc94079603c73f | [] | no_license | hugoSin89/challenge-quasar | https://github.com/hugoSin89/challenge-quasar | b7c7b7e29ccd58b2200e910561fcb16cddc2fbe9 | 6ccea586fe0ccae58b7794a75c51c56ebec40243 | refs/heads/main | 2023-07-24T07:05:11.713000 | 2021-08-31T22:29:50 | 2021-08-31T22:29:50 | 401,509,622 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package co.com.challenge.challenge.mappers;
import co.com.challenge.challenge.entity.SatelliteEntity;
import co.com.challenge.challenge.models.SatellitesModel;
import org.springframework.stereotype.Component;
@Component
public class SatelliteMapper {
public SatellitesModel buildSatellitesModel(final SatelliteEn... | UTF-8 | Java | 472 | java | SatelliteMapper.java | Java | [] | null | [] | package co.com.challenge.challenge.mappers;
import co.com.challenge.challenge.entity.SatelliteEntity;
import co.com.challenge.challenge.models.SatellitesModel;
import org.springframework.stereotype.Component;
@Component
public class SatelliteMapper {
public SatellitesModel buildSatellitesModel(final SatelliteEn... | 472 | 0.722458 | 0.722458 | 18 | 25.222221 | 24.676926 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.277778 | false | false | 0 |
b26d75c50b7ee15ba1bc7c6efcfb3fed7cc70abd | 10,153,302,747,783 | f8be301a36d57f082e792daff7a2f368db794bbf | /integration-tester/src/main/java/fr/unice/polytech/codemera/integrationtester/IntegrationTesterApplication.java | eb35f3c641d6521ad4e178739d9e39f4091dd3c1 | [] | no_license | AlexBolot/Dronizone | https://github.com/AlexBolot/Dronizone | 6ae68cd263f298c0b25a40c35cf2a68cffac4e7c | 855a0a36cff7fe6d0a6966786b74892e37950f3c | refs/heads/master | 2023-01-05T03:49:18.157000 | 2019-10-28T16:40:15 | 2019-10-28T16:40:15 | 232,065,079 | 0 | 0 | null | false | 2022-12-10T05:23:38 | 2020-01-06T09:16:39 | 2020-01-06T09:17:08 | 2022-12-10T05:23:37 | 938 | 0 | 0 | 1 | Java | false | false | package fr.unice.polytech.codemera.integrationtester;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class IntegrationTesterApplication {
public static void main(String[] args) {
SpringApplication.run(I... | UTF-8 | Java | 371 | java | IntegrationTesterApplication.java | Java | [] | null | [] | package fr.unice.polytech.codemera.integrationtester;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class IntegrationTesterApplication {
public static void main(String[] args) {
SpringApplication.run(I... | 371 | 0.811321 | 0.811321 | 13 | 27.538462 | 27.108374 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.384615 | false | false | 0 |
156fd0eb9c0181379713aba13a9680fb9c975fdb | 10,977,936,471,049 | f45c58fea2186d1e6db76489317a45bfe1915779 | /src/main/java/com/jd/netty/DiscardServerHandler.java | 59db543c2ef4dd6beb7d055b1a2090f9eb48940f | [] | no_license | dxn88/nettyLocal | https://github.com/dxn88/nettyLocal | f613718f863fc087d41e72c89907df72d5f71a45 | 0566163c4bdb44be77d96f673d1a7d34f02d8367 | refs/heads/master | 2018-11-27T23:22:48.534000 | 2018-09-07T11:26:02 | 2018-09-07T11:26:02 | 147,490,619 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jd.netty;
import io.netty.buffer.ByteBuf;
import io.netty.buffer.Unpooled;
import io.netty.channel.ChannelHandlerAdapter;
import io.netty.channel.ChannelHandlerContext;
import io.netty.util.ReferenceCountUtil;
import org.omg.PortableInterceptor.ACTIVE;
/**
* @author daixunan
* @date 2018/9/5
*/
public... | UTF-8 | Java | 1,497 | java | DiscardServerHandler.java | Java | [
{
"context": "rg.omg.PortableInterceptor.ACTIVE;\n\n/**\n * @author daixunan\n * @date 2018/9/5\n */\n\npublic class DiscardServer",
"end": 290,
"score": 0.9996962547302246,
"start": 282,
"tag": "USERNAME",
"value": "daixunan"
}
] | null | [] | package com.jd.netty;
import io.netty.buffer.ByteBuf;
import io.netty.buffer.Unpooled;
import io.netty.channel.ChannelHandlerAdapter;
import io.netty.channel.ChannelHandlerContext;
import io.netty.util.ReferenceCountUtil;
import org.omg.PortableInterceptor.ACTIVE;
/**
* @author daixunan
* @date 2018/9/5
*/
public... | 1,497 | 0.678691 | 0.674683 | 50 | 28.940001 | 24.36014 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.58 | false | false | 0 |
35a54fca537c0b026562a41ce63c4b885ab31f41 | 8,796,093,086,283 | c1b23a03926012ccee280b3895f100cec61d2407 | /topdeep_web_common/server/common-core/src/main/java/topdeep/commonfund/entity/hundsun/T043Input.java | e5af6ebde3d673575e679ae0cd86232b87e2af93 | [] | no_license | zhuangxiaotian/project | https://github.com/zhuangxiaotian/project | a0e548c88f01339993097d99ac68adcba9d11171 | d0c96854b3678209c9a25d07c9729c613fe66d38 | refs/heads/master | 2020-12-05T23:14:27.354000 | 2016-09-01T07:19:22 | 2016-09-01T07:19:22 | 67,108,931 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package topdeep.commonfund.entity.hundsun;
import java.io.Serializable;
import java.util.*;
import common.util.param.PropertyAttribute;
/**
* 购物车信息修改(T043)
*/
public class T043Input extends HundsunBaseInput implements Serializable {
/**
* 申请金额,
*/
private String balance = "";
/**
* 订单流水号,
*/
private S... | UTF-8 | Java | 1,159 | java | T043Input.java | Java | [] | null | [] | package topdeep.commonfund.entity.hundsun;
import java.io.Serializable;
import java.util.*;
import common.util.param.PropertyAttribute;
/**
* 购物车信息修改(T043)
*/
public class T043Input extends HundsunBaseInput implements Serializable {
/**
* 申请金额,
*/
private String balance = "";
/**
* 订单流水号,
*/
private S... | 1,159 | 0.643848 | 0.629047 | 67 | 15.134328 | 15.919476 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.477612 | false | false | 0 |
fa22432b9c0e4ca39035ea3e447efe364d464b13 | 3,118,146,310,160 | 4b2376c22505082ab063f6a9e4044ac79f294297 | /app/src/main/java/com/pisara/livedots/DrawArea.java | 344049a8e785c34a2006299eb5e7ab445b84f6bb | [] | no_license | amyllykoski/livedots | https://github.com/amyllykoski/livedots | c90816907628bd0d23c2d14daa90b38f047a6c0c | 02dbc1fa7e37e0ca818c053010be0bc138107b24 | refs/heads/master | 2020-07-19T12:53:39.414000 | 2016-08-22T00:19:15 | 2016-08-22T00:19:15 | 66,170,760 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.pisara.livedots;
import android.content.Context;
import android.graphics.Canvas;
import android.util.AttributeSet;
import android.view.View;
public class DrawArea extends View {
private static final int NUMBER_OF_DOTS = 50;
private DotLand mDotLand;
private boolean mAreDimensionSet = false;
pub... | UTF-8 | Java | 1,204 | java | DrawArea.java | Java | [] | null | [] | package com.pisara.livedots;
import android.content.Context;
import android.graphics.Canvas;
import android.util.AttributeSet;
import android.view.View;
public class DrawArea extends View {
private static final int NUMBER_OF_DOTS = 50;
private DotLand mDotLand;
private boolean mAreDimensionSet = false;
pub... | 1,204 | 0.714286 | 0.712625 | 52 | 22.153847 | 19.971504 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.596154 | false | false | 0 |
e8da487a936d063d111555dcff40d3ef9fd2b2e6 | 3,255,585,259,224 | d5f6dccf7869eff458fc23a420283bb3dccf18b2 | /exercicio5/TesteCalculadora.java | c7ca3001ab950078462ce7c161d49abbe697fe54 | [] | no_license | MicherlaneSilva/ifpi-adsII-POO2020 | https://github.com/MicherlaneSilva/ifpi-adsII-POO2020 | ccd7a9e3257d2599e57a544bbdeb49546e83000d | 258c2bd72ba4952b6a46dfd1703500c0b2bf2cbd | refs/heads/master | 2023-02-25T09:45:56.480000 | 2021-02-03T00:31:52 | 2021-02-03T00:31:52 | 316,359,613 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package exercicio5;
import java.util.Scanner;
public class TesteCalculadora {
public static void main(String[] args) {
Scanner input = new Scanner(System.in);
String opcao = " ", enter;
float operando1, operando2;
System.out.print("Operando 1: ");
operando1 = input.nextFloat();
System.out.print("Op... | UTF-8 | Java | 1,395 | java | TesteCalculadora.java | Java | [] | null | [] | package exercicio5;
import java.util.Scanner;
public class TesteCalculadora {
public static void main(String[] args) {
Scanner input = new Scanner(System.in);
String opcao = " ", enter;
float operando1, operando2;
System.out.print("Operando 1: ");
operando1 = input.nextFloat();
System.out.print("Op... | 1,395 | 0.597834 | 0.578339 | 52 | 25.634615 | 26.074619 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.480769 | false | false | 0 |
24efe5bd4a686eef2569b525fed6a8a4342cd5ab | 3,255,585,255,583 | 3a0bfd5e7c40d1b0b2917ad4a10e9f1680f18433 | /MIO/AS2/src/main/java/com/asinfo/as2/finaciero/activos/reportes/ReporteCustodioActivoBean.java | 888874d3ea60ffb8298b38ab58af51341296c0f2 | [] | no_license | CynPa/gambaSoftware | https://github.com/CynPa/gambaSoftware | 983827a718058261c1f11eb63991d4be76423139 | 61ae4f46bc5fdf8d44ad678c4dd67a0a4a89aa6b | refs/heads/master | 2021-09-03T16:42:41.120000 | 2018-01-10T14:25:24 | 2018-01-10T14:25:24 | 109,645,375 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | /* 1: */ package com.asinfo.as2.finaciero.activos.reportes;
/* 2: */
/* 3: */ import com.asinfo.as2.controller.LanguageController;
/* 4: */ import com.asinfo.as2.entities.CustodioActivoFijo;
/* 5: */ import com.asinfo.as2.financiero.activos.reportes.servicio.ServicioReporteCustodioActivoFi... | UTF-8 | Java | 4,866 | java | ReporteCustodioActivoBean.java | Java | [] | null | [] | /* 1: */ package com.asinfo.as2.finaciero.activos.reportes;
/* 2: */
/* 3: */ import com.asinfo.as2.controller.LanguageController;
/* 4: */ import com.asinfo.as2.entities.CustodioActivoFijo;
/* 5: */ import com.asinfo.as2.financiero.activos.reportes.servicio.ServicioReporteCustodioActivoFi... | 4,866 | 0.574599 | 0.517674 | 106 | 43.962265 | 71.387718 | 718 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.660377 | false | false | 0 |
dd94285a8c2a8afe4b031e921527cba8237d4636 | 38,920,993,661,105 | 5f80f6d6b20e8296362eb18505bd2e9e07e44022 | /ioc_test/src/main/java/com/well/platform/testPakage/controller/LoginController.java | adc6a62067b8dcd8bde45e668ce93f7d39685b13 | [] | no_license | hswell/IOCDemo | https://github.com/hswell/IOCDemo | 73f68bb80d51d031f4494638501185779d2b48d7 | 624e04ef29a91b6493e1975d31e57f0529ebd86c | refs/heads/main | 2023-03-26T00:57:08.804000 | 2021-03-20T13:20:46 | 2021-03-20T13:20:46 | 349,728,645 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.well.platform.testPakage.controller;
import com.well.platform.myAnno.MyAutowired;
import com.well.platform.myAnno.MyController;
import com.well.platform.myAnno.Value;
import com.well.platform.testPakage.service.LoginService;
/**
* @Author huangs-e
* @Date 2020/11/26 18:17
* @Version 1.0
*/
@MyControll... | UTF-8 | Java | 476 | java | LoginController.java | Java | [
{
"context": "m.testPakage.service.LoginService;\n\n/**\n * @Author huangs-e\n * @Date 2020/11/26 18:17\n * @Version 1.0\n */\n@My",
"end": 262,
"score": 0.9996376037597656,
"start": 254,
"tag": "USERNAME",
"value": "huangs-e"
}
] | null | [] | package com.well.platform.testPakage.controller;
import com.well.platform.myAnno.MyAutowired;
import com.well.platform.myAnno.MyController;
import com.well.platform.myAnno.Value;
import com.well.platform.testPakage.service.LoginService;
/**
* @Author huangs-e
* @Date 2020/11/26 18:17
* @Version 1.0
*/
@MyControll... | 476 | 0.739496 | 0.710084 | 21 | 21.666666 | 17.734371 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 0 |
fadc64d409234b76ebbc15040fc9969273903f16 | 35,132,832,519,764 | ce7d74a491fb36242692a960837c9f13619cb038 | /src/husacct/graphics/util/threads/DrawingMultiLevelThread.java | 00bbda0767507a7920edad8807e2059b0e87eb45 | [
"MIT"
] | permissive | senkz/HUSACCT | https://github.com/senkz/HUSACCT | f6f7cf8fcc12d7f156e12e02be785b372cf26c70 | 4888062b1a933c5e8458a6d087a3c6f3781207e7 | refs/heads/master | 2020-12-25T01:45:23.249000 | 2013-06-24T08:00:46 | 2013-06-24T08:01:01 | 8,951,329 | 0 | 1 | null | true | 2013-06-25T16:13:45 | 2013-03-22T12:22:53 | 2013-06-25T13:14:11 | 2013-06-25T13:14:06 | 2,276 | null | 0 | 7 | Java | null | null | package husacct.graphics.util.threads;
import husacct.common.dto.AbstractDTO;
import husacct.common.dto.ExternalSystemDTO;
import husacct.graphics.task.DrawingController;
import java.util.ArrayList;
import java.util.HashMap;
public class DrawingMultiLevelThread implements Runnable {
private DrawingController contr... | UTF-8 | Java | 778 | java | DrawingMultiLevelThread.java | Java | [] | null | [] | package husacct.graphics.util.threads;
import husacct.common.dto.AbstractDTO;
import husacct.common.dto.ExternalSystemDTO;
import husacct.graphics.task.DrawingController;
import java.util.ArrayList;
import java.util.HashMap;
public class DrawingMultiLevelThread implements Runnable {
private DrawingController contr... | 778 | 0.784062 | 0.781491 | 32 | 23.34375 | 20.70418 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.53125 | false | false | 0 |
c79ea963747267550805ab52a9250ae8b1ed1276 | 33,930,241,681,765 | a7a5f58429c37a40da098ed637e894ced456dc87 | /app/src/main/java/com/example/media_security/Video.java | f28a67fdff6c6159b579b1ac39e13737af4ec613 | [] | no_license | swenatasha/mobile-application-project-18sw65- | https://github.com/swenatasha/mobile-application-project-18sw65- | 7be0f0457a69b4eb78b2063689e2491c149a9537 | c649da453d0fc5b0950b9b8dff6425f79c4f1b6a | refs/heads/master | 2023-08-02T19:43:46.600000 | 2021-08-23T18:24:36 | 2021-08-23T18:24:36 | 399,203,465 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.media_security;
import androidx.annotation.Nullable;
public class Video {
public String videoUri;
private String uid;
public String encryptedUri;
public Video()
{}
public void setUid(String uid){
this.uid=uid;
}
public Video(String encryptedUri , Str... | UTF-8 | Java | 812 | java | Video.java | Java | [] | null | [] | package com.example.media_security;
import androidx.annotation.Nullable;
public class Video {
public String videoUri;
private String uid;
public String encryptedUri;
public Video()
{}
public void setUid(String uid){
this.uid=uid;
}
public Video(String encryptedUri , Str... | 812 | 0.608374 | 0.608374 | 55 | 13.763637 | 16.463694 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.309091 | false | false | 0 |
cf721fbfcbab7ea3e8ccd0e782d5704946652dbc | 37,306,085,949,961 | 860686cfbf3eb29b26013d73ed8f1f5643bd4af0 | /src/java/service/JsonService.java | 7350ae63ea8deec4679c4d527095580cd2319617 | [] | no_license | sfujikawa/JaxrsSample | https://github.com/sfujikawa/JaxrsSample | f104ee0d914413aefb323fefc85159095c596e5d | 2506ae8c8a8b3a6e5d4ac8dc82a5ea28c334a2ba | refs/heads/master | 2021-01-10T04:55:57.327000 | 2015-12-24T13:28:59 | 2015-12-24T13:28:59 | 46,118,808 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package service;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Date;
import java.util.List;
import java.util.logging.Logger;
import javax.ejb.Stateless;
import javax.inject.Inject;
@Stateless
public class JsonService {
@Inject
transient Logger log;
private List<JsonData> jsonData... | UTF-8 | Java | 1,236 | java | JsonService.java | Java | [] | null | [] | package service;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Date;
import java.util.List;
import java.util.logging.Logger;
import javax.ejb.Stateless;
import javax.inject.Inject;
@Stateless
public class JsonService {
@Inject
transient Logger log;
private List<JsonData> jsonData... | 1,236 | 0.598472 | 0.574703 | 49 | 23.040817 | 20.364996 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.693878 | false | false | 0 |
c3c41d6f2c555fd22591713b90b0a29052076e4c | 34,651,796,189,149 | c4d3f22ed4da0a5acb82c27adf5ced6e73f2c7b3 | /zookeeper-api/src/test/java/com/cmccsy/common/zk/listener/DataListenerTest.java | 816cbb553d4c7514c951c9e8904c9cdc8708a7ce | [] | no_license | zhangjianrong123/cmccsy-zookeeper | https://github.com/zhangjianrong123/cmccsy-zookeeper | 6e5168df6483ec71584495fdc8fa8c1c6b910d82 | eee035ee6c414e63a1501c5ea1489c5b0e12d9da | refs/heads/master | 2020-05-30T06:00:33.818000 | 2019-06-17T07:47:38 | 2019-06-17T07:47:38 | 189,569,499 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Copyright © 2019 CMCC-SY. All rights reserved.
*
* 功能描述:
* @Package: com.cmccsy.common.zk
* @author: zhangjianrong
* @date: 2019年6月4日 下午5:45:35
*/
package com.cmccsy.common.zk.listener;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowi... | UTF-8 | Java | 1,868 | java | DataListenerTest.java | Java | [
{
"context": "描述:\n * @Package: com.cmccsy.common.zk \n * @author: zhangjianrong \n * @date: 2019年6月4日 下午5:45:35 \n */\npackage",
"end": 123,
"score": 0.6283557415008545,
"start": 114,
"tag": "USERNAME",
"value": "zhangjian"
},
{
"context": "ckage: com.cmccsy.common.zk \n * @author... | null | [] | /**
* Copyright © 2019 CMCC-SY. All rights reserved.
*
* 功能描述:
* @Package: com.cmccsy.common.zk
* @author: zhangjianrong
* @date: 2019年6月4日 下午5:45:35
*/
package com.cmccsy.common.zk.listener;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowi... | 1,868 | 0.677808 | 0.638356 | 59 | 29.932203 | 21.853025 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.576271 | false | false | 0 |
a8659cb93dce08275e99d2e2dc380b873cd2db8b | 35,596,688,978,536 | e2a289a27588b7b36ee8f9cf8e4121dfad3c5e84 | /app/src/main/java/com/example/machine/firstandroidapp/MainActivity.java | 7349744504cb73981b414c532e50ae45957afe20 | [] | no_license | sophiesteiner/FirstAndroidApp | https://github.com/sophiesteiner/FirstAndroidApp | b600af304e7f6c7b3bf52f82f99b74b9d31168f6 | 0dd1317292cde5cf190f7a1c3a467c9555db8269 | refs/heads/master | 2020-03-30T03:01:47.404000 | 2018-09-28T00:51:43 | 2018-09-28T00:51:43 | 150,664,543 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.machine.firstandroidapp;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
public class MainActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.lay... | UTF-8 | Java | 415 | java | MainActivity.java | Java | [] | null | [] | package com.example.machine.firstandroidapp;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
public class MainActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.lay... | 415 | 0.749398 | 0.746988 | 14 | 28.642857 | 23.804583 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 0 |
9a8318c5cf99b189979d8cc80ae412ef309ac4d1 | 32,298,154,092,253 | 81c2a7c00eb74e1146e78076f68e0d4c322cc4d8 | /app/src/main/java/com/example/kuis1mobile/MainActivity.java | 0151556580b0fa38402dd01ce8ae69d7fdedb16b | [] | no_license | Taufiq99/kuis1mobile | https://github.com/Taufiq99/kuis1mobile | 3aec23da8221baaddf99c4b090517213addb0110 | 7b62d35aa4dc0efdf9884f8bc68505d3e72f986d | refs/heads/master | 2020-08-30T06:39:36.769000 | 2019-10-29T13:54:14 | 2019-10-29T13:54:14 | 218,293,200 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.kuis1mobile;
import android.os.Bundle;
import androidx.appcompat.app.AppCompatActivity;
import androidx.recyclerview.widget.LinearLayoutManager;
import androidx.recyclerview.widget.RecyclerView;
import java.util.ArrayList;
public class MainActivity extends AppCompatActivity {
private Recycl... | UTF-8 | Java | 1,802 | java | MainActivity.java | Java | [
{
"context": "ist<>();\n mahasiswaArrayList.add(new Chat(\"M. Taufiq Rahmatullah\", \"Saya / Anak Ketiga\",\"Jl. Jend Sudirman, Komp. ",
"end": 1077,
"score": 0.9997852444648743,
"start": 1056,
"tag": "NAME",
"value": "M. Taufiq Rahmatullah"
},
{
"context": "aufiq));\n ... | null | [] | package com.example.kuis1mobile;
import android.os.Bundle;
import androidx.appcompat.app.AppCompatActivity;
import androidx.recyclerview.widget.LinearLayoutManager;
import androidx.recyclerview.widget.RecyclerView;
import java.util.ArrayList;
public class MainActivity extends AppCompatActivity {
private Recycl... | 1,733 | 0.721421 | 0.716426 | 45 | 39.022221 | 47.572865 | 170 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.955556 | false | false | 0 |
b5801c728372fc2f25d9dd170209597fd5a309ce | 352,187,350,372 | f079c455db5fc863a32f9256a0dc8325d3c210bf | /MapReduce/src/hadoop_master/hadoop/delrep/DelRep.java | df2ae8bb9fce5406c586a4e2a7f10b67b39cab08 | [] | no_license | BlackJoy/Hadoop | https://github.com/BlackJoy/Hadoop | c547e9e13e079e33475cfe1291481ae83c4289d7 | 045afceabcdfdf67daef1009eb73e034800b69a4 | refs/heads/master | 2021-04-29T06:17:16.683000 | 2017-01-04T01:54:04 | 2017-01-04T01:54:04 | 77,969,092 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package hadoop_master.hadoop.delrep;
import java.io.IOException;
import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.fs.Path;
import org.apache.hadoop.io.LongWritable;
import org.apache.hadoop.io.NullWritable;
import org.apache.hadoop.io.Text;
import org.apache.hadoop.mapreduce.Job;
import org.apache.... | UTF-8 | Java | 2,388 | java | DelRep.java | Java | [] | null | [] | package hadoop_master.hadoop.delrep;
import java.io.IOException;
import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.fs.Path;
import org.apache.hadoop.io.LongWritable;
import org.apache.hadoop.io.NullWritable;
import org.apache.hadoop.io.Text;
import org.apache.hadoop.mapreduce.Job;
import org.apache.... | 2,388 | 0.762982 | 0.757119 | 67 | 34.641792 | 23.713276 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.432836 | false | false | 0 |
32c15d92f1fc01624a2acea296bc6616a06c4f3a | 4,818,953,312,457 | 48178f150c614b0c3d51fe5ee6b2f9f9538e7203 | /src/preparation/ATM/HasCard.java | 346f0a3dd5ac7163201c779ff0577d2833cea433 | [] | no_license | sushantmimani/codingPractice | https://github.com/sushantmimani/codingPractice | e6d93b59e278573e1c1ed5d13c9947794574d735 | d05237ec4bbca6355ca777c48b58a79870dc5a85 | refs/heads/master | 2021-08-30T17:40:11.746000 | 2017-12-18T21:23:11 | 2017-12-18T21:23:11 | 106,372,539 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package preparation.ATM;
public class HasCard implements ATMState {
ATMMachine machine;
public HasCard(ATMMachine obj){
machine = obj;
}
@Override
public void insertCard() {
System.out.println("Cannot insert more that one card");
}
@Override
public void ejectCard() {
... | UTF-8 | Java | 875 | java | HasCard.java | Java | [] | null | [] | package preparation.ATM;
public class HasCard implements ATMState {
ATMMachine machine;
public HasCard(ATMMachine obj){
machine = obj;
}
@Override
public void insertCard() {
System.out.println("Cannot insert more that one card");
}
@Override
public void ejectCard() {
... | 875 | 0.596571 | 0.592 | 40 | 20.875 | 19.963951 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.275 | false | false | 0 |
e7700c1b2f55c0cc158b327d8089591a32b396ae | 11,871,289,644,052 | 70fc448565f23b4ac4b1e39e06dc3989fec22e2c | /src/java/circlesimage/BuffersFitnessCalculator.java | 942cf835f1d8cda66e419d5ff28e153779cbe934 | [] | no_license | SergioMarti97/circleImages | https://github.com/SergioMarti97/circleImages | 5bb7bd9afb3fedbff7af8e4ee1e6b0fd104c04cc | 3c446ab64435bad4908df27b429bc25d320c9c89 | refs/heads/main | 2023-01-12T11:54:48.319000 | 2020-11-11T10:41:40 | 2020-11-11T10:41:40 | 310,735,892 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package circlesimage;
/**
* This class contains static methods
* for calculate the fitness between to
* buffers of pixels
* There are multiple ways to do this
*
* @class Fitness calculator
* @author Sergio Martí Torregrosa
* @date 10/11/2020
*/
public class BuffersFitnessCalculator {
/**
* This meth... | UTF-8 | Java | 1,095 | java | BuffersFitnessCalculator.java | Java | [
{
"context": "do this\n *\n * @class Fitness calculator\n * @author Sergio Martí Torregrosa\n * @date 10/11/2020\n */\npublic class BuffersFitne",
"end": 230,
"score": 0.9998936653137207,
"start": 207,
"tag": "NAME",
"value": "Sergio Martí Torregrosa"
}
] | null | [] | package circlesimage;
/**
* This class contains static methods
* for calculate the fitness between to
* buffers of pixels
* There are multiple ways to do this
*
* @class Fitness calculator
* @author <NAME>
* @date 10/11/2020
*/
public class BuffersFitnessCalculator {
/**
* This method calculates the... | 1,077 | 0.635283 | 0.625229 | 37 | 28.567568 | 19.968273 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.351351 | false | false | 0 |
bb536212d2f7cc7427fef2a744a5304ef80891a7 | 18,932,215,910,199 | d99ffb39a2de0b618de5531249203b21eb8fa7db | /src/com/shinobig/quoteme/model/AllCategories.java | 896e906766efa59cb95f2e62c9809f1fb0a6b3a1 | [] | no_license | shinobig/quoteme | https://github.com/shinobig/quoteme | eb0d120925f1f071918262c212fff228de14ef2f | 7273ce5824fb81d47bc38c0894672d16cc41a0c3 | refs/heads/master | 2023-03-22T17:55:43.146000 | 2021-03-16T00:39:06 | 2021-03-16T00:39:06 | 228,683,388 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.shinobig.quoteme.model;
import java.util.ArrayList;
import java.util.LinkedHashMap;
import java.util.List;
public class AllCategories {
private List<SingleCategory> allCategories;
private LinkedHashMap<String, String> allCategoriesMap;
public AllCategories() {
SingleCategory terror = new SingleCa... | UTF-8 | Java | 2,169 | java | AllCategories.java | Java | [] | null | [] | package com.shinobig.quoteme.model;
import java.util.ArrayList;
import java.util.LinkedHashMap;
import java.util.List;
public class AllCategories {
private List<SingleCategory> allCategories;
private LinkedHashMap<String, String> allCategoriesMap;
public AllCategories() {
SingleCategory terror = new SingleCa... | 2,169 | 0.729829 | 0.729829 | 66 | 31.863636 | 22.243069 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.833333 | false | false | 0 |
db79664e9cd82cd31ab2ad950c71e91760273489 | 18,245,021,075,474 | be89555ae51c32fb79ad4e37ab619908994cd99c | /app/src/main/java/com/julio/equiposapp/Constantes.java | d571f4d4735a33fb4565edde3a40913942cde529 | [] | no_license | Julioolivares12/EquiposAPP | https://github.com/Julioolivares12/EquiposAPP | 9d0bde2239ea6cd2fa8a45067fcf4b126d5bf33e | 39d9d4f6e690122b92f5194a43c39cea1c2444d8 | refs/heads/master | 2020-07-23T04:11:11.960000 | 2019-09-10T01:50:02 | 2019-09-10T01:50:02 | 207,441,512 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.julio.equiposapp;
public class Constantes {
public static String NOMBRE_ITEM="nombre_item";
public static String DESCRIPCION_ITEM="descripcion_item";
public static String IMAGEN_ITEM="imagen_item";
}
| UTF-8 | Java | 225 | java | Constantes.java | Java | [] | null | [] | package com.julio.equiposapp;
public class Constantes {
public static String NOMBRE_ITEM="nombre_item";
public static String DESCRIPCION_ITEM="descripcion_item";
public static String IMAGEN_ITEM="imagen_item";
}
| 225 | 0.755556 | 0.755556 | 7 | 31.142857 | 22.680569 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 0 |
ceccc858945de4e826906f9d8748eb029ab3af64 | 18,245,021,075,236 | ccf82688f082e26cba5fc397c76c77cc007ab2e8 | /Mage.Sets/src/mage/cards/h/HalcyonGlaze.java | e14318128e816d3d4ed1b476e702816c1961a185 | [
"MIT"
] | permissive | magefree/mage | https://github.com/magefree/mage | 3261a89320f586d698dd03ca759a7562829f247f | 5dba61244c738f4a184af0d256046312ce21d911 | refs/heads/master | 2023-09-03T15:55:36.650000 | 2023-09-03T03:53:12 | 2023-09-03T03:53:12 | 4,158,448 | 1,803 | 1,133 | MIT | false | 2023-09-14T20:18:55 | 2012-04-27T13:18:34 | 2023-09-11T18:25:38 | 2023-09-14T20:18:55 | 801,396 | 1,632 | 712 | 1,307 | Java | false | false |
package mage.cards.h;
import java.util.UUID;
import mage.MageInt;
import mage.abilities.common.SpellCastControllerTriggeredAbility;
import mage.abilities.effects.Effect;
import mage.abilities.effects.common.continuous.BecomesCreatureSourceEffect;
import mage.abilities.keyword.FlyingAbility;
import mage.cards.CardImpl... | UTF-8 | Java | 1,849 | java | HalcyonGlaze.java | Java | [
{
"context": "game.permanent.token.TokenImpl;\n\n/**\n *\n * @author Loki\n */\npublic final class HalcyonGlaze extends CardI",
"end": 549,
"score": 0.7628417015075684,
"start": 545,
"tag": "USERNAME",
"value": "Loki"
}
] | null | [] |
package mage.cards.h;
import java.util.UUID;
import mage.MageInt;
import mage.abilities.common.SpellCastControllerTriggeredAbility;
import mage.abilities.effects.Effect;
import mage.abilities.effects.common.continuous.BecomesCreatureSourceEffect;
import mage.abilities.keyword.FlyingAbility;
import mage.cards.CardImpl... | 1,849 | 0.726879 | 0.723094 | 58 | 30.862068 | 32.090092 | 154 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.637931 | false | false | 0 |
6ca6c5a15b1a1654410cd000a03a335af9b8603c | 3,350,074,558,895 | 1b5b533c8c5d0f31ef9376bd1116d1d9d60394e0 | /ArcadeGameProject/src/Scorpion.java | 061ae5157483017f0598a275cfb9db3714f66eb0 | [] | no_license | OliviaWYQ/Verification-Java-Game | https://github.com/OliviaWYQ/Verification-Java-Game | 23cc17495cc60fc6098d134383304b1d71b3f070 | a8fed3c8ab5a785391b97ca6f53d9573362279f7 | refs/heads/master | 2020-08-27T16:38:08.773000 | 2019-12-18T03:09:05 | 2019-12-18T03:09:05 | 217,434,337 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.awt.Color;
import java.awt.Image;
import java.awt.Toolkit;
import java.awt.geom.Rectangle2D;
public class Scorpion extends Instance {
private final int MOVEMENT_SPEED = 2;
private final Color SCORPION_COLOR = Color.RED;
private int direction;
public Scorpion(int x, int y, CentipedeC... | UTF-8 | Java | 1,464 | java | Scorpion.java | Java | [] | null | [] | import java.awt.Color;
import java.awt.Image;
import java.awt.Toolkit;
import java.awt.geom.Rectangle2D;
public class Scorpion extends Instance {
private final int MOVEMENT_SPEED = 2;
private final Color SCORPION_COLOR = Color.RED;
private int direction;
public Scorpion(int x, int y, CentipedeC... | 1,464 | 0.661885 | 0.650956 | 74 | 17.783783 | 17.924971 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.648649 | false | false | 0 |
d745157e730dcadeb77aa239960638fdfe6cf5c4 | 15,496,242,069,303 | 28ec193f4cadb83ced43cb4f5ad836cfb04846e7 | /src/test/java/com/rakuten/buildcharacterbackend/service/SessionServiceTest.java | 87c1e3d05c5d907fa55888b4b7175bc177a3e1bb | [] | no_license | Renanxc/build-character-backend | https://github.com/Renanxc/build-character-backend | 8e79696bc87337de23701416fc30d82f50991b29 | 408ad0a37d950439ca7222f85aa632f3fc2649a2 | refs/heads/master | 2022-12-16T05:57:12.905000 | 2020-09-22T04:47:50 | 2020-09-22T04:47:50 | 292,160,031 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.rakuten.buildcharacterbackend.service;
import static org.assertj.core.api.Assertions.assertThat;
import static org.mockito.ArgumentMatchers.any;
import static org.mockito.ArgumentMatchers.anyString;
import static org.mockito.ArgumentMatchers.anyLong;
import static org.mockito.Mockito.doNothing;
import stat... | UTF-8 | Java | 6,192 | java | SessionServiceTest.java | Java | [] | null | [] | package com.rakuten.buildcharacterbackend.service;
import static org.assertj.core.api.Assertions.assertThat;
import static org.mockito.ArgumentMatchers.any;
import static org.mockito.ArgumentMatchers.anyString;
import static org.mockito.ArgumentMatchers.anyLong;
import static org.mockito.Mockito.doNothing;
import stat... | 6,192 | 0.748708 | 0.747739 | 177 | 33.983051 | 29.517107 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.242938 | false | false | 0 |
416dd4d1f5e56c344d7ad3ca0240539006534dad | 1,477,468,755,914 | cd33f09e6292faf41de88f5935fb2fd87ef2ef6b | /src/main/java/com/tictactoe/TicTacToeApplication.java | 152c8128404c0b7cbf0a1681721634c7ed79fa09 | [] | no_license | rvoGH01/tictactoe | https://github.com/rvoGH01/tictactoe | 64676328c4b64688c891471496881bb71225fb31 | b380c3dd8d5713c41771179eb903ad05276b6be5 | refs/heads/master | 2023-03-02T21:02:15.639000 | 2021-02-11T11:19:49 | 2021-02-11T11:19:49 | 338,006,987 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tictactoe;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.autoconfigure.domain.EntityScan;
import org.springframework.context.annotation.ComponentScan;
@ComponentScan(basePackages = { "com.tictactoe.*"... | UTF-8 | Java | 531 | java | TicTacToeApplication.java | Java | [] | null | [] | package com.tictactoe;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.autoconfigure.domain.EntityScan;
import org.springframework.context.annotation.ComponentScan;
@ComponentScan(basePackages = { "com.tictactoe.*"... | 531 | 0.804143 | 0.804143 | 15 | 34.466667 | 24.297783 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.466667 | false | false | 0 |
9b30c23aee1762b989c990204c01d7ba0f44980b | 14,783,277,501,564 | 71cbea800ce03f8a6551ad0a4e127860126ecd5d | /IrctcApp/src/main/java/com/irctc/service/RouteService.java | 4e2932af7bf271406eccadf9e73bea40820ed355 | [] | no_license | hari8421/Ticket-booking-app | https://github.com/hari8421/Ticket-booking-app | efe619dea608bdcecd16aecbdc5b922938207852 | ed7abb7d3c3fcbe56eb60702a41a43313605ae18 | refs/heads/master | 2022-12-07T05:04:04.705000 | 2020-09-04T16:50:04 | 2020-09-04T16:50:04 | 292,898,724 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.irctc.service;
import java.util.List;
import java.util.Optional;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.irctc.domain.RouteDtl;
import com.irctc.domain.RouteHdr;
import com.irctc.repository.RouteDtlRepository;
import com.irc... | UTF-8 | Java | 1,675 | java | RouteService.java | Java | [] | null | [] | package com.irctc.service;
import java.util.List;
import java.util.Optional;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.irctc.domain.RouteDtl;
import com.irctc.domain.RouteHdr;
import com.irctc.repository.RouteDtlRepository;
import com.irc... | 1,675 | 0.769552 | 0.768955 | 65 | 24.76923 | 22.987467 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.584615 | false | false | 0 |
011a33d075feec4fa2dd8dc5c2d6394ca4cf36b0 | 5,626,407,169,298 | f5152e763f68b09754dcebfa475364427fe4241e | /TubesKelompok6/src/View/MhsProfileView.java | bd39af4a58be6ac01a36738bee81a4642027a128 | [] | no_license | riksameidy/TubesKelompok6 | https://github.com/riksameidy/TubesKelompok6 | c010aa111c08ade791605fe8f23f6489a860f441 | 80b8bf4ee95264cecb2b16f6b921cf747a75a513 | refs/heads/master | 2021-01-10T05:13:22.077000 | 2016-04-16T17:28:51 | 2016-04-16T17:28:51 | 52,411,320 | 0 | 2 | null | false | 2016-04-16T15:45:10 | 2016-02-24T03:27:38 | 2016-02-24T03:36:17 | 2016-04-16T15:45:09 | 114 | 0 | 2 | 1 | Java | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package View;
import java.awt.event.ActionListener;
import javax.swing.JButton;
import javax.swing.JLabel;
/**
*
* @author my asus
... | UTF-8 | Java | 5,594 | java | MhsProfileView.java | Java | [
{
"context": "ton;\nimport javax.swing.JLabel;\n\n/**\n *\n * @author my asus\n */\npublic class MhsProfileView extends javax.swi",
"end": 319,
"score": 0.9983775019645691,
"start": 312,
"tag": "NAME",
"value": "my asus"
}
] | 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 View;
import java.awt.event.ActionListener;
import javax.swing.JButton;
import javax.swing.JLabel;
/**
*
* @author <NAME>
... | 5,593 | 0.619592 | 0.606006 | 156 | 34.858974 | 28.077148 | 139 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.442308 | false | false | 0 |
e532fd5f1581b9b628776ebf4e0e905b377a8a14 | 33,062,658,265,280 | e014062b1b5c6df80605dfcd42c3d32eb01bc76a | /src/GUI/EndPanel.java | 1b55e7ef94d722a2a76ed631b2b0d3dae2c62b46 | [
"MIT"
] | permissive | NicolasMrc/blackjack | https://github.com/NicolasMrc/blackjack | 69ddcded7fdb6c75c17b41054ad39ef8d8638c97 | df0226ddde7c2d1e56e04fae09710f552b9dd5be | refs/heads/master | 2020-12-24T11:09:46.151000 | 2016-11-23T12:23:11 | 2016-11-23T12:23:11 | 73,186,546 | 1 | 0 | null | false | 2016-11-23T12:23:11 | 2016-11-08T13:04:16 | 2016-11-13T17:12:22 | 2016-11-23T12:23:11 | 413 | 1 | 0 | 0 | Java | null | null | package GUI;
import BlackJack.Card;
import BlackJack.Hand;
import javax.imageio.ImageIO;
import javax.swing.*;
import java.awt.*;
import java.io.File;
import java.io.IOException;
import java.util.LinkedList;
/**
* Panel de fin contenant les "cartes" de fin : winner, loser, blackjack
* Created by Nico on 11/11/2016... | UTF-8 | Java | 3,993 | java | EndPanel.java | Java | [
{
"context": "s\" de fin : winner, loser, blackjack\n * Created by Nico on 11/11/2016.\n */\npublic class EndPanel extends ",
"end": 306,
"score": 0.986918568611145,
"start": 302,
"tag": "NAME",
"value": "Nico"
}
] | null | [] | package GUI;
import BlackJack.Card;
import BlackJack.Hand;
import javax.imageio.ImageIO;
import javax.swing.*;
import java.awt.*;
import java.io.File;
import java.io.IOException;
import java.util.LinkedList;
/**
* Panel de fin contenant les "cartes" de fin : winner, loser, blackjack
* Created by Nico on 11/11/2016... | 3,993 | 0.566917 | 0.545865 | 150 | 25.6 | 24.452675 | 124 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.506667 | false | false | 0 |
3ef56110b99db0d89cd45aa387473bd0bfae7410 | 4,818,953,336,471 | 231e014fda02c84e1dd71c0ab382e023c8aa7f6d | /src/main/java/lightsearch/server/entity/SpringDatasourcePropertyImpl.java | 1e57dcafcd9cb8165f5e4a31b5ed7b1bd81e77a9 | [
"Apache-2.0"
] | permissive | ViiSE/LightSearch-Server | https://github.com/ViiSE/LightSearch-Server | 61cedf4087a1da8a21ea12b6ad4ba1dea74fde74 | 58d70fee49e9dfdcba2b8f2632ac5472807a710d | refs/heads/master | 2022-01-29T02:19:04.606000 | 2020-10-23T07:15:29 | 2020-10-23T07:15:38 | 244,263,772 | 0 | 0 | Apache-2.0 | false | 2022-01-21T23:38:48 | 2020-03-02T02:38:17 | 2020-10-23T07:17:22 | 2022-01-21T23:38:48 | 3,100 | 0 | 0 | 4 | Java | false | false | package lightsearch.server.entity;
import lightsearch.server.constants.DatasourceConstants;
import org.springframework.context.annotation.Scope;
import org.springframework.stereotype.Component;
import java.util.Map;
@Component("springDatasourceProperty")
@Scope("prototype")
public class SpringDatasourcePropertyImpl ... | UTF-8 | Java | 2,644 | java | SpringDatasourcePropertyImpl.java | Java | [] | null | [] | package lightsearch.server.entity;
import lightsearch.server.constants.DatasourceConstants;
import org.springframework.context.annotation.Scope;
import org.springframework.stereotype.Component;
import java.util.Map;
@Component("springDatasourceProperty")
@Scope("prototype")
public class SpringDatasourcePropertyImpl ... | 2,644 | 0.690998 | 0.690998 | 52 | 49.846153 | 57.417629 | 198 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.634615 | false | false | 0 |
7165b807a47d66faa4aa77bb2c8faa24de46b37a | 22,866,405,936,832 | 17dc7d12a28bc45deed6e78f848d24d49ae60791 | /OCPExamples/src/main/java/com/maggioni/Boxing/WrapperClassWideningDemo1.java | a77227585cbe47e2918618ebeaf63aef250e845b | [] | no_license | kenparker/JavaCodeExamples | https://github.com/kenparker/JavaCodeExamples | efc415cb3b46d4a3daa2141db84e15c1f33cb053 | 4e4c2478f14f604818049f5e1744a29e1eedd9d1 | refs/heads/master | 2021-12-29T01:55:18.431000 | 2019-07-17T12:44:12 | 2019-07-17T12:44:12 | 25,960,022 | 0 | 0 | null | false | 2021-12-14T21:13:14 | 2014-10-30T07:42:51 | 2019-07-17T12:44:52 | 2021-12-14T21:13:11 | 17,237 | 0 | 0 | 24 | Java | false | false | package com.maggioni.Boxing;
public class WrapperClassWideningDemo1 {
int i;
void devide(Double D){
double w = D/i;
System.out.println(w);
System.out.println(D/i);
}
public static void main(String[] args) {
Double d1 = 123.34;
WrapperClassWideningD... | UTF-8 | Java | 557 | java | WrapperClassWideningDemo1.java | Java | [] | null | [] | package com.maggioni.Boxing;
public class WrapperClassWideningDemo1 {
int i;
void devide(Double D){
double w = D/i;
System.out.println(w);
System.out.println(D/i);
}
public static void main(String[] args) {
Double d1 = 123.34;
WrapperClassWideningD... | 557 | 0.540395 | 0.500898 | 25 | 21.280001 | 17.849415 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.48 | false | false | 0 |
72a01a861a447f60a0c8b258ef841a039d82f1e7 | 9,921,374,521,592 | 76ef7049b65c4d1277c9f502404f04f7bc741fe2 | /src/main/java/my/prj/codegenerator/generator/genmodel/weitao/MedicalProfile.java | bf94f95f84ea411224f3bc3c633777248694e221 | [] | no_license | thinwind/code-generator | https://github.com/thinwind/code-generator | a47a981f14664140d305705207842c5fe82f83cb | 7098588819d61c078f10be17cde220f47c52239b | refs/heads/master | 2016-09-13T12:30:31.727000 | 2016-05-12T07:37:21 | 2016-05-12T07:37:21 | 56,948,703 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package my.prj.codegenerator.generator.genmodel.weitao;
import my.prj.codegenerator.generator.genmodel.weitao.BaseEntity;
public class MedicalProfile extends BaseEntity {
//图片路径
private String picture;
//用户ID
private String userId;
//检查时间
private java.util.Date checkUpDate;
//钙指标
private String caQu... | UTF-8 | Java | 1,054 | java | MedicalProfile.java | Java | [] | null | [] | package my.prj.codegenerator.generator.genmodel.weitao;
import my.prj.codegenerator.generator.genmodel.weitao.BaseEntity;
public class MedicalProfile extends BaseEntity {
//图片路径
private String picture;
//用户ID
private String userId;
//检查时间
private java.util.Date checkUpDate;
//钙指标
private String caQu... | 1,054 | 0.73092 | 0.73092 | 59 | 16.338984 | 16.91415 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.457627 | false | false | 0 |
ba657bd2d51031b04505a06c4c9942903f5aa750 | 22,900,765,684,608 | 6b3c5f43c8066c910a4a211324dcc45ef490b46d | /framework_bot/SoldierBot.java | f8c47cd35d2150ebb7012fdea09e73b48f474c94 | [] | no_license | TechieBoy/battlecode2017 | https://github.com/TechieBoy/battlecode2017 | aeb08bdd291257e6649983cd4749a499a934dc83 | 12aba00ea1140abbcdcdb33cbe1647eebc6211aa | refs/heads/master | 2021-01-19T07:30:33.455000 | 2017-01-28T15:53:24 | 2017-01-28T15:53:24 | 78,435,367 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package framework_bot;
import battlecode.common.*;
public class SoldierBot extends BaseBot
{
public static void runSoldier() throws GameActionException
{
System.out.println("I'm an soldier!");
while (true)
{
}
}
}
| UTF-8 | Java | 272 | java | SoldierBot.java | Java | [] | null | [] | package framework_bot;
import battlecode.common.*;
public class SoldierBot extends BaseBot
{
public static void runSoldier() throws GameActionException
{
System.out.println("I'm an soldier!");
while (true)
{
}
}
}
| 272 | 0.599265 | 0.599265 | 16 | 16 | 18.220867 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.1875 | false | false | 0 |
cda3aea175617b9131493fb334595d11ecde5663 | 8,143,258,036,489 | fd960518ce3ed86d79e9c546cd908d9788147d63 | /ProjetoFinal/src/model/Voo.java | cb2d148ccb6a026636fbb916f1aa2c01e6954dbf | [] | no_license | ThiagoKakoSilveira/Tema-3-GUI-Venda-Passagem | https://github.com/ThiagoKakoSilveira/Tema-3-GUI-Venda-Passagem | 9d82c0a950707d5ff9152d1b7cce3a861b22923e | 0c95c22df879bd0dcee62a6c8fac07b608f38854 | refs/heads/master | 2016-08-12T11:15:01.404000 | 2015-12-15T02:17:19 | 2015-12-15T02:17:19 | 47,835,116 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package model;
import java.util.Date;
import util.DateUtil;
public class Voo {
private int codigo;
private Ponte_Aerea ponte;
private Date horarioDoVoo;
private Aviao Aviao;
public Ponte_Aerea getPonte() {
return ponte;
}
public void setPonte(Ponte_Aerea ponte) {... | UTF-8 | Java | 1,834 | java | Voo.java | Java | [] | null | [] | package model;
import java.util.Date;
import util.DateUtil;
public class Voo {
private int codigo;
private Ponte_Aerea ponte;
private Date horarioDoVoo;
private Aviao Aviao;
public Ponte_Aerea getPonte() {
return ponte;
}
public void setPonte(Ponte_Aerea ponte) {... | 1,834 | 0.587016 | 0.587016 | 81 | 20.629629 | 18.994116 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.419753 | false | false | 0 |
beb254abf416917c41e66d7e7a9f9d12824212ed | 11,476,152,642,401 | a7420a2486018ad8623f957fcc07910ef8750c3d | /aircompany/Java/src/main/java/planes/ExperimentalPlane.java | 30d7d21ab2f108ae2c26d0f924c9b21f4c1b6853 | [] | no_license | RomanVaitsakhouski/practicalPartOfJava | https://github.com/RomanVaitsakhouski/practicalPartOfJava | ddc365ae49f76fbf10e962b75893750841838158 | 281baf43574ddfe20db050e8749ebe490706be95 | refs/heads/master | 2020-08-11T19:15:03.218000 | 2019-12-03T06:38:30 | 2019-12-03T06:38:30 | 214,613,726 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package planes;
import types.ClassificationLevel;
import types.ExperimentalType;
import java.util.Objects;
public class ExperimentalPlane extends Plane {
private ExperimentalType type;
private ClassificationLevel classificationLevel;
public ExperimentalPlane(String model, int maxSpeed, int maxFlightDis... | UTF-8 | Java | 1,557 | java | ExperimentalPlane.java | Java | [] | null | [] | package planes;
import types.ClassificationLevel;
import types.ExperimentalType;
import java.util.Objects;
public class ExperimentalPlane extends Plane {
private ExperimentalType type;
private ClassificationLevel classificationLevel;
public ExperimentalPlane(String model, int maxSpeed, int maxFlightDis... | 1,557 | 0.648041 | 0.648041 | 53 | 28.396227 | 31.426668 | 166 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.622642 | false | false | 0 |
50e81e56db614fa9c9887fed3e4761f177ddbccb | 20,332,375,228,084 | 29cf841f0289d17edc0a7b22634cbdbb03121200 | /Nqueen Visualizer/GUI/GUI.java | e083d5a21ef540a71a2961f6f3c80da5892e09fe | [] | no_license | HussainYousuf/Master | https://github.com/HussainYousuf/Master | 70a9ef981e259f67b780a30adb6d4071c04b95ff | 530afdb34f920a06dc8fe1d16c762e4c49e20bcb | refs/heads/master | 2021-07-14T06:42:59.867000 | 2021-07-10T20:33:44 | 2021-07-10T20:33:44 | 80,754,653 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
*
* Hussain
* k16-3805
* sec: D
* for extra weightage
*
*/
import java.awt.BasicStroke;
import java.awt.Color;
import java.awt.Dimension;
import java.awt.Graphics;
import java.awt.Graphics2D;
import java.awt.event.MouseEvent;
import java.awt.event.MouseListener;
import java.awt.event.MouseMotionListener;
... | UTF-8 | Java | 3,501 | java | GUI.java | Java | [
{
"context": "/*\n * \n * Hussain\n * k16-3805\n * sec: D\n * for extra weightage\n * \n",
"end": 17,
"score": 0.999636173248291,
"start": 10,
"tag": "NAME",
"value": "Hussain"
}
] | null | [] | /*
*
* Hussain
* k16-3805
* sec: D
* for extra weightage
*
*/
import java.awt.BasicStroke;
import java.awt.Color;
import java.awt.Dimension;
import java.awt.Graphics;
import java.awt.Graphics2D;
import java.awt.event.MouseEvent;
import java.awt.event.MouseListener;
import java.awt.event.MouseMotionListener;
... | 3,501 | 0.640103 | 0.626678 | 160 | 20.88125 | 18.828295 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.16875 | false | false | 0 |
e7ca01151cf9a49c65a2bef48383ebe17dab3b62 | 2,826,088,527,941 | d8a97e7d9dee1120866e48dae74230a4b0e54ff0 | /WebContent/WEB-INF/classes/edu/ust/esc/utility/Validate.java | 809e35002a9c479155eac5210b6419a3154de849 | [] | no_license | christianjreyes21/Engineering-Student-Council_Lost-and-Found-System | https://github.com/christianjreyes21/Engineering-Student-Council_Lost-and-Found-System | 6cbe79ce742335af960fae7594da2d8c45db4128 | 168719987978e3931f58155d0cfbcfea9143a4c5 | refs/heads/master | 2021-08-23T14:22:21.168000 | 2017-12-05T07:01:03 | 2017-12-05T07:01:03 | 113,143,843 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.ust.esc.utility;
import java.sql.Connection;
import edu.ust.esc.utility.sql.SQLOperations;
public class Validate {
public static boolean isValid(String studentNumber, Connection connection)
{
if(SQLOperations.searchStudentNumber(studentNumber,connection)!=0)
{
return true;
}
else
{
r... | UTF-8 | Java | 343 | java | Validate.java | Java | [] | null | [] | package edu.ust.esc.utility;
import java.sql.Connection;
import edu.ust.esc.utility.sql.SQLOperations;
public class Validate {
public static boolean isValid(String studentNumber, Connection connection)
{
if(SQLOperations.searchStudentNumber(studentNumber,connection)!=0)
{
return true;
}
else
{
r... | 343 | 0.731778 | 0.728863 | 22 | 14.590909 | 21.527275 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.318182 | false | false | 0 |
ab59d955d03b613659d537e0517feab0eff7a849 | 9,698,036,200,340 | 4129898dd6f574af87672fefd211c1bd44fbec57 | /app/src/main/java/com/hongsup/explog/util/DateUtil.java | 58fed4b347b986c23c98f946175ce66f2417d419 | [] | no_license | Hooooong/Explog | https://github.com/Hooooong/Explog | dafab5e53f51994015af4a59fa1b9bfcd4690354 | db3a1411d240af058e5d736e0f42143c44fc49a7 | refs/heads/master | 2021-05-06T20:59:21.970000 | 2018-01-06T13:12:30 | 2018-01-06T13:12:30 | 112,440,316 | 1 | 0 | null | true | 2017-11-29T07:13:03 | 2017-11-29T07:13:03 | 2017-11-29T06:22:44 | 2017-11-29T06:22:43 | 0 | 0 | 0 | 0 | null | false | null | package com.hongsup.explog.util;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Date;
/**
* Created by Hong on 2017-12-10.
*/
public class DateUtil {
private final static String DATE_PATTERN = "yyyy.MM.dd";
private final static String DATE_SERVER_UPLOAD = "yyyy-MM-dd"... | UTF-8 | Java | 2,249 | java | DateUtil.java | Java | [
{
"context": "eFormat;\nimport java.util.Date;\n\n/**\n * Created by Hong on 2017-12-10.\n */\n\npublic class DateUtil {\n\n ",
"end": 148,
"score": 0.8291133642196655,
"start": 144,
"tag": "NAME",
"value": "Hong"
}
] | null | [] | package com.hongsup.explog.util;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Date;
/**
* Created by Hong on 2017-12-10.
*/
public class DateUtil {
private final static String DATE_PATTERN = "yyyy.MM.dd";
private final static String DATE_SERVER_UPLOAD = "yyyy-MM-dd"... | 2,249 | 0.585161 | 0.580961 | 81 | 25.456791 | 21.756821 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.358025 | false | false | 0 |
3f47e8c73f9c90f3ddbb0345081a0e786d2e1065 | 26,972,394,653,640 | 4dfaac28859518886ba51666844d0cc0278e2726 | /spring3_action/src/main/java/com/csu/test/junit/_4测试运行器.java | b2409e0ce32997ba516f747cc9703cecc77e2ea0 | [] | no_license | sharpcsu/spring | https://github.com/sharpcsu/spring | f2faf918ab54eb7f3f80864ed4dd3e282407440e | 66cb3ea952c1066614d118ac9d05ac75bf738703 | refs/heads/master | 2020-06-28T00:52:50.003000 | 2017-07-21T08:59:25 | 2017-07-21T08:59:25 | 97,078,111 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.csu.test.junit;
import org.junit.runner.RunWith;
import org.junit.runners.Suite;
/**
* 打包测试
*
* Created by sharp on 2017/7/11 - 18:41
*/
@RunWith(Suite.class)
//@Suite.SuiteClasses() //指定要运行的测试用例, 打包测试
public class _4测试运行器 {
}
| UTF-8 | Java | 292 | java | _4测试运行器.java | Java | [
{
"context": "junit.runners.Suite;\n\n/**\n * 打包测试\n *\n * Created by sharp on 2017/7/11 - 18:41\n */\n@RunWith(Suite.class)\n//",
"end": 129,
"score": 0.9996052384376526,
"start": 124,
"tag": "USERNAME",
"value": "sharp"
}
] | null | [] | package com.csu.test.junit;
import org.junit.runner.RunWith;
import org.junit.runners.Suite;
/**
* 打包测试
*
* Created by sharp on 2017/7/11 - 18:41
*/
@RunWith(Suite.class)
//@Suite.SuiteClasses() //指定要运行的测试用例, 打包测试
public class _4测试运行器 {
}
| 292 | 0.695122 | 0.646341 | 15 | 15.4 | 15.31361 | 42 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.266667 | false | false | 0 |
da08e233b37f78215de9e64634af28dd59ed09bc | 6,313,601,966,231 | 18c70f2a4f73a9db9975280a545066c9e4d9898e | /mirror-composite/composite-api/src/main/java/com/migu/tsg/microservice/atomicservice/composite/service/monitor/ICompMonitorService.java | 09e4f0b01f7db96095f711401420d07c5907c1c1 | [] | no_license | iu28igvc9o0/cmdb_aspire | https://github.com/iu28igvc9o0/cmdb_aspire | 1fe5d8607fdacc436b8a733f0ea44446f431dfa8 | 793eb6344c4468fe4c61c230df51fc44f7d8357b | refs/heads/master | 2023-08-11T03:54:45.820000 | 2021-09-18T01:47:25 | 2021-09-18T01:47:25 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.migu.tsg.microservice.atomicservice.composite.service.monitor;
import org.springframework.http.MediaType;
import org.springframework.web.bind.annotation.DeleteMapping;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PathVariable;
import org.springfr... | UTF-8 | Java | 11,525 | java | ICompMonitorService.java | Java | [
{
"context": " <br/>\n* Composite Dashboard service api\n* @author pengguihua\n* @version \n* @since JDK 1.6\n*/\n@RequestMapping(p",
"end": 1866,
"score": 0.9891304969787598,
"start": 1856,
"tag": "USERNAME",
"value": "pengguihua"
},
{
"context": " /**\n * 获取Dashboard列表.<br/>\n... | null | [] | package com.migu.tsg.microservice.atomicservice.composite.service.monitor;
import org.springframework.http.MediaType;
import org.springframework.web.bind.annotation.DeleteMapping;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PathVariable;
import org.springfr... | 11,525 | 0.627715 | 0.623282 | 230 | 48.039131 | 38.269787 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.66087 | false | false | 0 |
194abf9a60ddc7a71863467bfae3372215749b8f | 28,707,561,459,034 | d66daebe3cd4312abba897ff87322ee3f054c1e3 | /src/main/java/com/welleplus/controller/FenceController.java | 5cff7423c7374663acf5d74d7a6ce856d5dcec22 | [] | no_license | hluffy/welleplus | https://github.com/hluffy/welleplus | e128ee9c6bf9ac9ec1d9fb90cd109fc7bb904a9d | 347f0d2c9bd1085b32ce506ef22a5cda48882650 | refs/heads/master | 2021-01-23T18:44:18.051000 | 2017-09-27T05:28:22 | 2017-09-27T05:28:22 | 102,802,743 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.welleplus.controller;
import java.sql.Timestamp;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.annotation.Resource;
import org.springframework.stereotype.Controller;
import org.springframework... | UTF-8 | Java | 6,337 | java | FenceController.java | Java | [] | null | [] | package com.welleplus.controller;
import java.sql.Timestamp;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.annotation.Resource;
import org.springframework.stereotype.Controller;
import org.springframework... | 6,337 | 0.674082 | 0.664071 | 202 | 29.153465 | 20.446289 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.816832 | false | false | 0 |
b69217547beb3c5e34ef25e8c4a8f5d00a692c47 | 30,614,526,888,185 | 4c6f0b967f5e69ac1db94668485071078b85f8e3 | /src/main/java/mcjty/rftoolsbase/modules/worldgen/blocks/DimensionalShardBlock.java | d07a87767056d6abc03cf289a18139f90508e899 | [
"MIT"
] | permissive | McJtyMods/RFToolsBase | https://github.com/McJtyMods/RFToolsBase | 95b83155e534aea8b9de47ad0fc43f591dbdff70 | 956cd1444e0b1df31bcd6c48685f6f0142fa0767 | refs/heads/1.16 | 2023-08-23T12:12:26.205000 | 2022-06-10T02:58:18 | 2022-06-10T02:58:18 | 192,222,652 | 26 | 24 | MIT | false | 2022-08-06T05:48:44 | 2019-06-16T18:14:54 | 2022-05-09T23:34:56 | 2022-08-06T05:48:43 | 947 | 14 | 14 | 9 | Java | false | false | package mcjty.rftoolsbase.modules.worldgen.blocks;
import net.minecraft.block.Block;
import net.minecraft.block.BlockState;
import net.minecraft.block.material.Material;
import net.minecraft.particles.ParticleTypes;
import net.minecraft.util.math.BlockPos;
import net.minecraft.world.IWorld;
import net.minecraftforge.c... | UTF-8 | Java | 2,118 | java | DimensionalShardBlock.java | Java | [] | null | [] | package mcjty.rftoolsbase.modules.worldgen.blocks;
import net.minecraft.block.Block;
import net.minecraft.block.BlockState;
import net.minecraft.block.material.Material;
import net.minecraft.particles.ParticleTypes;
import net.minecraft.util.math.BlockPos;
import net.minecraft.world.IWorld;
import net.minecraftforge.c... | 2,118 | 0.633617 | 0.61898 | 72 | 28.416666 | 30.623045 | 199 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.555556 | false | false | 0 |
fbf604c509e2d73b9fea5fdd976d77a729f8413d | 36,893,769,077,235 | ecf8656cb0314655db831b828b2000287f15901e | /DemoRetrofit/app/src/main/java/com/demo/myhttp/DLApkViewModel.java | b40028eb5335029703ed05e8545f0d0cca4485aa | [] | no_license | cc-shifo/demo-test-android | https://github.com/cc-shifo/demo-test-android | 33d66a99a179830ae978a5a6a2e437b7202cd13c | e4b856f4208164f6b23d08a15cafa6e338b37788 | refs/heads/master | 2023-09-01T09:28:31.780000 | 2023-08-31T08:04:51 | 2023-08-31T08:04:51 | 277,280,398 | 0 | 1 | null | false | 2021-07-21T02:12:46 | 2020-07-05T10:41:03 | 2021-07-21T02:12:24 | 2021-07-21T02:12:46 | 68,899 | 0 | 1 | 3 | Java | false | false | package com.demo.myhttp;
import android.os.Environment;
import android.util.Log;
import androidx.annotation.NonNull;
import androidx.lifecycle.MutableLiveData;
import androidx.lifecycle.ViewModel;
import com.demo.myhttp.apiDownloadApk.DLReqBody;
import com.demo.myhttp.apiDownloadApk.DLRespBody;
import com.demo.myhtt... | UTF-8 | Java | 5,179 | java | DLApkViewModel.java | Java | [] | null | [] | package com.demo.myhttp;
import android.os.Environment;
import android.util.Log;
import androidx.annotation.NonNull;
import androidx.lifecycle.MutableLiveData;
import androidx.lifecycle.ViewModel;
import com.demo.myhttp.apiDownloadApk.DLReqBody;
import com.demo.myhttp.apiDownloadApk.DLRespBody;
import com.demo.myhtt... | 5,179 | 0.602626 | 0.58911 | 139 | 36.258991 | 24.163513 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.553957 | false | false | 0 |
c9aa91a404d48b4e183a511ad2bd56ce8ec6b339 | 34,531,537,093,556 | 747292d1c99e3a958fc57c1d18f8176d1596bdb3 | /src/main/java/com/caching/respository/entity/ExchangeRatesEntity.java | 6a5fc8c2a144a5b164ceffadcf05d9d06156b801 | [] | no_license | DavidJMartinProjects/Springboot-JPA-WS-Caching-playground | https://github.com/DavidJMartinProjects/Springboot-JPA-WS-Caching-playground | b08718b5b2b2c90f36dc83ac25e4ba180bb17d2e | 9e8168b806f1e912cda0476fe05787c9ce79f09e | refs/heads/master | 2022-09-29T06:15:34.351000 | 2019-06-06T15:46:59 | 2019-06-06T15:46:59 | 190,599,470 | 0 | 0 | null | false | 2022-09-08T01:00:57 | 2019-06-06T14:52:38 | 2019-06-06T15:47:16 | 2022-09-08T01:00:57 | 58 | 0 | 0 | 2 | Java | false | false | package com.caching.respository.entity;
import java.util.Map;
import javax.persistence.Column;
import javax.persistence.ElementCollection;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.Table;
im... | UTF-8 | Java | 1,382 | java | ExchangeRatesEntity.java | Java | [] | null | [] | package com.caching.respository.entity;
import java.util.Map;
import javax.persistence.Column;
import javax.persistence.ElementCollection;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.Table;
im... | 1,382 | 0.730101 | 0.730101 | 60 | 22.016666 | 20.291616 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.266667 | false | false | 0 |
91e8ca564546d555d9786749b602f8beaa2888a9 | 22,316,650,129,824 | 8e6348b58c96ad72a20ec78c198d43f64a1597fa | /test/com/wideplay/warp/widgets/EdslTest.java | bdf6c784f278dfd5c2144acb219c49d4d3827262 | [] | no_license | tbaum/warp-widgets | https://github.com/tbaum/warp-widgets | 94808cba7dbdbbcba41eee8d2d56f3b1e19c0602 | 093231d5cbd0654e3260a425bff950d8abe4ef96 | refs/heads/master | 2021-01-01T17:28:28.047000 | 2009-10-21T20:17:51 | 2009-10-21T20:17:51 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.wideplay.warp.widgets;
import com.google.inject.*;
import com.wideplay.warp.widgets.rendering.CallWith;
import com.wideplay.warp.widgets.routing.Production;
import static org.easymock.EasyMock.createNiceMock;
import org.testng.annotations.Test;
import javax.servlet.ServletContext;
import java.util.Set;
/... | UTF-8 | Java | 1,392 | java | EdslTest.java | Java | [
{
"context": "vletContext;\nimport java.util.Set;\n\n/**\n * @author Dhanji R. Prasanna (dhanji@gmail com)\n */\npublic class EdslTest {\n\n ",
"end": 352,
"score": 0.9998798966407776,
"start": 334,
"tag": "NAME",
"value": "Dhanji R. Prasanna"
},
{
"context": "ava.util.Set;\n\n/**\n ... | null | [] | package com.wideplay.warp.widgets;
import com.google.inject.*;
import com.wideplay.warp.widgets.rendering.CallWith;
import com.wideplay.warp.widgets.routing.Production;
import static org.easymock.EasyMock.createNiceMock;
import org.testng.annotations.Test;
import javax.servlet.ServletContext;
import java.util.Set;
/... | 1,371 | 0.658764 | 0.658764 | 44 | 30.636364 | 27.661995 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.477273 | false | false | 0 |
eeddfb7f84b80f262fa810680ac9a88eeb793005 | 2,954,937,549,905 | a9b12980a53df01d5007f34f16d2260b9e007130 | /src/main/java/undefined/muscle_up/muscleup/service/graph/GraphService.java | 7714d7e17abea44a12fd556cf6e92eb41367a5d0 | [] | no_license | Muscle-Up/Server | https://github.com/Muscle-Up/Server | da18ab93805c2b1e1ff96cbe38504ba726e09b8d | a2131301bd9ad5fbca8a0774895bdcc3fb62b443 | refs/heads/master | 2023-02-20T22:58:01.994000 | 2021-01-19T15:50:18 | 2021-01-19T15:50:18 | 297,222,565 | 1 | 1 | null | false | 2021-01-04T13:40:20 | 2020-09-21T03:51:31 | 2020-11-20T01:57:03 | 2021-01-04T13:40:20 | 383 | 1 | 1 | 0 | Java | false | false | package undefined.muscle_up.muscleup.service.graph;
import undefined.muscle_up.muscleup.entitys.graph.Graph;
import undefined.muscle_up.muscleup.entitys.graph.enums.GraphType;
import undefined.muscle_up.muscleup.payload.request.GraphRequest;
import undefined.muscle_up.muscleup.payload.response.GraphResponse;
import j... | UTF-8 | Java | 622 | java | GraphService.java | Java | [] | null | [] | package undefined.muscle_up.muscleup.service.graph;
import undefined.muscle_up.muscleup.entitys.graph.Graph;
import undefined.muscle_up.muscleup.entitys.graph.enums.GraphType;
import undefined.muscle_up.muscleup.payload.request.GraphRequest;
import undefined.muscle_up.muscleup.payload.response.GraphResponse;
import j... | 622 | 0.81672 | 0.81672 | 16 | 37.875 | 25.639021 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.75 | false | false | 0 |
f742b08fc22c622435329afc45632218ac2e7bf5 | 35,278,861,397,015 | 19e01cb46a20954db9b6c595fc94e134c5efed5c | /2018美团春招第二次笔试/2/60_TLE.java | ee670a602e400547965cfbab67ca8c59c973fda3 | [] | no_license | ailyanlu1/leetcode-2 | https://github.com/ailyanlu1/leetcode-2 | 9fdfa515c89ed7b831e65e9df6be3589690d9a9c | dff2e99fc51480096b5b9e7b703278bcd58c643b | refs/heads/master | 2020-03-23T06:25:32.339000 | 2018-04-20T13:23:14 | 2018-04-20T13:23:14 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.*;
public class Main {
static int gcd(int i, int j) {
int k;
while ((k=i%j) != 0) {
i = j;
j = k;
}
return j;
}
public static void main(String[] args) {
Scanner in = new Scanner(System.in);
int N = i... | UTF-8 | Java | 759 | java | 60_TLE.java | Java | [] | null | [] | import java.util.*;
public class Main {
static int gcd(int i, int j) {
int k;
while ((k=i%j) != 0) {
i = j;
j = k;
}
return j;
}
public static void main(String[] args) {
Scanner in = new Scanner(System.in);
int N = i... | 759 | 0.361001 | 0.346509 | 38 | 17.973684 | 13.700724 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.631579 | false | false | 0 |
53285bf0f8de8d5c0fc6c8d0b694d3a94c5a35e3 | 20,504,173,937,500 | b60d60b114bbf4d9a1825b0a04c5d531f79387d8 | /src/util/input/core/WiiController.java | ac160d5f305d0a00f14e69927188b0e977992b85 | [] | no_license | howardc93/vooga-compsci308-fall2012 | https://github.com/howardc93/vooga-compsci308-fall2012 | 995c9dab2fe0714eec06c9ecb92bebe4fd26b2ac | f51cbbf272b6a81f9636f27c591036e5b81badb1 | refs/heads/master | 2016-09-06T20:02:18.630000 | 2012-12-11T18:36:09 | 2012-12-11T18:36:09 | 33,894,514 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package util.input.core;
import java.awt.event.KeyEvent;
import java.lang.reflect.InvocationTargetException;
import util.input.inputhelpers.UKeyCode;
import wiiusej.WiiUseApiManager;
import wiiusej.Wiimote;
import wiiusej.wiiusejevents.physicalevents.ExpansionEvent;
import wiiusej.wiiusejevents.physicalevents.IREvent;... | UTF-8 | Java | 10,126 | java | WiiController.java | Java | [
{
"context": "to enter input through the Wiimote.\n * \n * @author Amay\n * \n */\npublic class WiiController extends Contro",
"end": 1138,
"score": 0.9085242748260498,
"start": 1134,
"tag": "NAME",
"value": "Amay"
}
] | null | [] | package util.input.core;
import java.awt.event.KeyEvent;
import java.lang.reflect.InvocationTargetException;
import util.input.inputhelpers.UKeyCode;
import wiiusej.WiiUseApiManager;
import wiiusej.Wiimote;
import wiiusej.wiiusejevents.physicalevents.ExpansionEvent;
import wiiusej.wiiusejevents.physicalevents.IREvent;... | 10,126 | 0.652973 | 0.642504 | 263 | 37.5019 | 29.767397 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.315589 | false | false | 0 |
e06d6b579f3046313dcbcfceedd82d60b330ad5a | 29,171,417,934,410 | 60ca245b65fa180e7a964220456f85e170889242 | /src/main/java/edu/gatech/SmartHub/SmartHubAPI/json/Response/model/Validation.java | b0bacd3d633e37dba9814f64e9f2bb91904b1934 | [] | no_license | gt-health/SmartHubJavaAPI | https://github.com/gt-health/SmartHubJavaAPI | 9cdfa0748546a4c5f44540b133468723669b7aa3 | c5b11b882a5a0635635c89a6c2dc13e887a3524c | refs/heads/master | 2022-12-12T18:52:52.459000 | 2020-04-03T16:04:26 | 2020-04-03T16:04:26 | 239,593,140 | 0 | 0 | null | false | 2022-11-16T00:39:04 | 2020-02-10T19:18:37 | 2020-04-03T16:04:38 | 2022-11-16T00:39:01 | 14 | 0 | 0 | 2 | Java | false | false | package edu.gatech.SmartHub.SmartHubAPI.json.Response.model;
public class Validation {
}
| UTF-8 | Java | 91 | java | Validation.java | Java | [] | null | [] | package edu.gatech.SmartHub.SmartHubAPI.json.Response.model;
public class Validation {
}
| 91 | 0.802198 | 0.802198 | 5 | 17.200001 | 23.438431 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 0 |
9c2fceda0747001dcf1d37dbb60f1ec36d0dff4e | 32,822,140,139,458 | 4e7391cd48748f6e61af68f263da90763c708ffb | /1007_2019/src/Lesson559/MapExample.java | 847ffe8c213024e5f8fdb577e9983e336ab75f80 | [] | no_license | Surf07/Egit1007 | https://github.com/Surf07/Egit1007 | a44a7802443eb9e6d84d94ed65eab3d17a48d9df | b42fcdd2332a0bdc1949eafd4b0dced838b0b0f6 | refs/heads/master | 2020-09-16T08:42:08.153000 | 2019-11-24T08:42:59 | 2019-11-24T08:42:59 | 223,715,239 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Lesson559;
import java.util.HashMap;
public class MapExample {
public static void main(String[] args) {
HashMap<String, String> map = new HashMap<String,String>();
map.put("first name", "Kazuya");
map.put("Last name", "Iida");
map.put("address", "Tokyo 9999-999");
map.put("tel", "03-***-**");
... | UTF-8 | Java | 615 | java | MapExample.java | Java | [
{
"context": "shMap<String,String>();\n\n\t\tmap.put(\"first name\", \"Kazuya\");\n\t\tmap.put(\"Last name\", \"Iida\");\n\t\tmap.put(\"add",
"end": 211,
"score": 0.9998087882995605,
"start": 205,
"tag": "NAME",
"value": "Kazuya"
},
{
"context": "(\"first name\", \"Kazuya\");\n\t\tma... | null | [] | package Lesson559;
import java.util.HashMap;
public class MapExample {
public static void main(String[] args) {
HashMap<String, String> map = new HashMap<String,String>();
map.put("first name", "Kazuya");
map.put("Last name", "Iida");
map.put("address", "Tokyo 9999-999");
map.put("tel", "03-***-**");
... | 615 | 0.652032 | 0.63252 | 31 | 18.838709 | 19.299168 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.483871 | false | false | 0 |
9de2d614c0174cad071b9491d2fac31d71f9107b | 11,836,929,898,396 | dac31babdeb0ba65aca7800fff5c253b5a66c120 | /Utils/src/main/java/com/hyg/utils/DataUtils.java | 717fda5ad8d0e0b7215b990a813e8afa886c6a72 | [] | no_license | travelerof/AndroidPool | https://github.com/travelerof/AndroidPool | ce0215e296ca0505d2ef75f9201d0d1191f391d4 | 42aabb80d5899323bb5f43e4eb9378719b1a32fd | refs/heads/master | 2023-06-06T00:49:54.560000 | 2021-06-28T08:31:42 | 2021-06-28T08:31:42 | 362,015,325 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hyg.utils;
/**
* @Author 韩永刚
* @Date 2021/02/07
* @Desc 基本数据结构转换
*/
public class DataUtils {
/**
* 转换为int
* @param value
* @return
*/
public static int toInt(String value){
if (StringUtils.isEmpty(value)) {
return -1;
}
try {
... | UTF-8 | Java | 846 | java | DataUtils.java | Java | [
{
"context": "package com.hyg.utils;\n\n/**\n * @Author 韩永刚\n * @Date 2021/02/07\n * @Desc 基本数据结构转换\n */\npublic ",
"end": 42,
"score": 0.9997490048408508,
"start": 39,
"tag": "NAME",
"value": "韩永刚"
}
] | null | [] | package com.hyg.utils;
/**
* @Author 韩永刚
* @Date 2021/02/07
* @Desc 基本数据结构转换
*/
public class DataUtils {
/**
* 转换为int
* @param value
* @return
*/
public static int toInt(String value){
if (StringUtils.isEmpty(value)) {
return -1;
}
try {
... | 846 | 0.486453 | 0.471675 | 43 | 17.88372 | 13.530687 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.209302 | false | false | 0 |
327e27febe991e2c3bc57c2a0795382eb4bf1d70 | 12,300,786,337,907 | 978c7c80faaa263ad443d47c75936bf231b95ea5 | /src/hu/aensys/collections/CollectionMain.java | a312d9253e4596ad9796b5d9ebb9c4f527191ba4 | [] | no_license | pocker/java-basic | https://github.com/pocker/java-basic | cb4758a22469ad8170a9ae74cf50adcded47a67b | e117c978700e5608eff6a16ab3abfdd52c17ef45 | refs/heads/master | 2020-09-08T01:25:54.867000 | 2019-11-11T11:56:17 | 2019-11-11T11:56:17 | 220,970,419 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package hu.aensys.collections;
import java.util.*;
public class CollectionMain {
public static void main(String[] args) {
Collection<Integer> diamondOperator = new ArrayList<>();
//Don't do this
List<Integer> emptyIntegerList = Collections.EMPTY_LIST;
//Do this
List<In... | UTF-8 | Java | 950 | java | CollectionMain.java | Java | [] | null | [] | package hu.aensys.collections;
import java.util.*;
public class CollectionMain {
public static void main(String[] args) {
Collection<Integer> diamondOperator = new ArrayList<>();
//Don't do this
List<Integer> emptyIntegerList = Collections.EMPTY_LIST;
//Do this
List<In... | 950 | 0.625263 | 0.62 | 34 | 26.941177 | 27.183409 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.441176 | false | false | 0 |
065b190aed0957881d5e427754f47065b45e9d5d | 14,302,241,100,807 | e6314b6cdfa887854c266fb38b84247e96060fad | /src/com/elikill58/deps/yaml/snakeyaml/representer/Represent.java | b4efc63ea74d705283f5ab7266ddb10db648576c | [] | no_license | Elikill58/Negativity | https://github.com/Elikill58/Negativity | 80ad64430040a29a5438104bb576655cc77a09f0 | 5fd4c0bb0089a3eb18ed0f50925c433c4784ae4f | refs/heads/master | 2023-08-30T21:38:15.394000 | 2023-08-29T21:45:44 | 2023-08-29T21:45:44 | 156,078,377 | 257 | 148 | null | false | 2023-08-31T05:40:11 | 2018-11-04T12:11:31 | 2023-08-31T02:29:33 | 2023-08-31T05:40:10 | 9,632 | 218 | 60 | 38 | Java | false | false | package com.elikill58.deps.yaml.snakeyaml.representer;
import com.elikill58.deps.yaml.snakeyaml.nodes.Node;
public interface Represent
{
Node representData(final Object p0);
}
| UTF-8 | Java | 182 | java | Represent.java | Java | [] | null | [] | package com.elikill58.deps.yaml.snakeyaml.representer;
import com.elikill58.deps.yaml.snakeyaml.nodes.Node;
public interface Represent
{
Node representData(final Object p0);
}
| 182 | 0.796703 | 0.769231 | 8 | 21.75 | 22.675703 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 0 |
5e40be64e3143f4e5d99c4d5394030aa650e88cb | 12,008,728,566,192 | fbea2cf570fb3dd582cba9272e63066df76aaa6b | /RonproEditorPlugin/PPsrc/ppv/view/parts/PPSourcePane.java | efa1ced4f5291aca33d9e78791be5cff82c0e512 | [] | no_license | macc704/CRiPS | https://github.com/macc704/CRiPS | 3a2da4b0dfc20d6a598e0f361669706d8c7cbcea | 4a2b34f041a55150aca1660c7364fb48ed95c3a1 | refs/heads/master | 2020-12-24T06:33:33.346000 | 2015-09-03T07:08:03 | 2015-09-03T07:08:03 | 13,116,338 | 5 | 3 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* PPSourcePane.java
* Created on 2011/05/29
* Copyright(c) 2011 Yoshiaki Matsuzawa, Shizuoka University. All rights reserved.
*/
package ppv.view.parts;
import java.awt.BorderLayout;
import java.awt.Color;
import java.util.ArrayList;
import java.util.List;
import javax.swing.JPanel;
import javax.swing.JScrollP... | UTF-8 | Java | 5,344 | java | PPSourcePane.java | Java | [
{
"context": "java\n * Created on 2011/05/29\n * Copyright(c) 2011 Yoshiaki Matsuzawa, Shizuoka University. All rights reserved.\n */\npa",
"end": 88,
"score": 0.9997771382331848,
"start": 70,
"tag": "NAME",
"value": "Yoshiaki Matsuzawa"
},
{
"context": "ib.view.timeline.model.CTimeM... | null | [] | /*
* PPSourcePane.java
* Created on 2011/05/29
* Copyright(c) 2011 <NAME>, Shizuoka University. All rights reserved.
*/
package ppv.view.parts;
import java.awt.BorderLayout;
import java.awt.Color;
import java.util.ArrayList;
import java.util.List;
import javax.swing.JPanel;
import javax.swing.JScrollPane;
import ... | 5,332 | 0.723617 | 0.719653 | 196 | 26.025511 | 21.734116 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.158163 | false | false | 0 |
5d1be53d0e13fa396f06362c758a8f74d783071f | 24,043,226,930,973 | 82cf8c5c38d04b4b09a802f2d359560dd1d04d29 | /src/main/java/idv/jack/log4j/Demo.java | 277c7f94bad10b3dd23d69a53f0ef1bac59a598e | [] | no_license | jackyoh/log4j-demo | https://github.com/jackyoh/log4j-demo | a4346898ad145479075389debe87fcec2d42343a | a35100f1be787fb2b682dac0df372a3f4572403c | refs/heads/master | 2020-03-13T20:18:58.597000 | 2018-05-02T02:48:54 | 2018-05-02T02:48:54 | 131,271,328 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package idv.jack.log4j;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
public class Demo {
private static final Logger log = LoggerFactory.getLogger(Demo.class);
public static void main(String args[]) {
log.info("run main function");
log.debug("debug1");
log.debug("debug2");... | UTF-8 | Java | 374 | java | Demo.java | Java | [] | null | [] | package idv.jack.log4j;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
public class Demo {
private static final Logger log = LoggerFactory.getLogger(Demo.class);
public static void main(String args[]) {
log.info("run main function");
log.debug("debug1");
log.debug("debug2");... | 374 | 0.65508 | 0.641711 | 15 | 23.933332 | 20.364893 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.533333 | false | false | 0 |
a4b1e196b4b459acff43b67f1e497196e13edc17 | 32,650,341,396,896 | 8da77614b236926df90a819bda1a65e0aa5e0e74 | /educrm-guanqiao-api/src/main/java/com/wuxue/view/controllers/system/SysRoleController.java | 06edbee9c5def0ad837c8334d800cff3bd0bac6f | [
"Apache-2.0"
] | permissive | azzdinemj/edu-crmclub | https://github.com/azzdinemj/edu-crmclub | 01eb423561f7458525030e5705413188ddf91a52 | 442eb2474d14eb3e333cbad07eb6adbcf64116cc | refs/heads/master | 2020-04-20T23:48:33.277000 | 2018-09-30T14:00:45 | 2018-09-30T14:00:45 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.wuxue.view.controllers.system;
import com.alibaba.fastjson.JSON;
import com.alibaba.fastjson.TypeReference;
import com.wuxue.model.*;
import com.wuxue.utils.common.DataUtils;
import com.wuxue.utils.contract.Light;
import com.wuxue.utils.contract.LinkEntity;
import com.wuxue.utils.contract.Request;
import ... | UTF-8 | Java | 10,744 | java | SysRoleController.java | Java | [] | null | [] | package com.wuxue.view.controllers.system;
import com.alibaba.fastjson.JSON;
import com.alibaba.fastjson.TypeReference;
import com.wuxue.model.*;
import com.wuxue.utils.common.DataUtils;
import com.wuxue.utils.contract.Light;
import com.wuxue.utils.contract.LinkEntity;
import com.wuxue.utils.contract.Request;
import ... | 10,744 | 0.636483 | 0.635077 | 299 | 34.678928 | 32.932339 | 191 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.862876 | false | false | 0 |
1fe5bf5b8131eaf7972ef1622b988e47314f141f | 28,741,921,185,474 | ebafbaaf156fe563f565301704b88ad64719aef4 | /vipr-portal/com.emc.sa.model/src/java/com/emc/sa/model/util/SortedIndexRestRepComparator.java | b9352271ea79dd8e4863f8d95499adf4173a5627 | [] | no_license | SuzyWu2014/coprhd-controller | https://github.com/SuzyWu2014/coprhd-controller | 086ae1043c2c0fefd644e7d4192c982ffbeda533 | 5a5e0ecc1d54cd387514f588768e2a918c819aa7 | refs/heads/master | 2021-01-21T09:42:31.339000 | 2016-09-30T19:21:02 | 2016-09-30T19:21:02 | 46,948,031 | 1 | 0 | null | true | 2015-11-26T21:45:46 | 2015-11-26T21:45:46 | 2015-11-23T02:04:35 | 2015-11-26T21:45:38 | 55,676 | 0 | 0 | 0 | null | null | null | /*
* Copyright (c) 2015 EMC Corporation
* All Rights Reserved
*/
package com.emc.sa.model.util;
import java.util.Comparator;
import com.emc.storageos.db.client.model.uimodels.SortedIndexDataObject;
import org.apache.commons.beanutils.BeanComparator;
import org.apache.commons.collections.comparators.NullComparator;... | UTF-8 | Java | 759 | java | SortedIndexRestRepComparator.java | Java | [] | null | [] | /*
* Copyright (c) 2015 EMC Corporation
* All Rights Reserved
*/
package com.emc.sa.model.util;
import java.util.Comparator;
import com.emc.storageos.db.client.model.uimodels.SortedIndexDataObject;
import org.apache.commons.beanutils.BeanComparator;
import org.apache.commons.collections.comparators.NullComparator;... | 759 | 0.781291 | 0.770751 | 25 | 29.360001 | 32.680122 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.44 | false | false | 0 |
509744bbee26597d9922bf6412c89fd5c493f25f | 4,054,449,129,452 | 885e2667ceb32b82fa18bd5808ac315143003aa1 | /AtCoder/ABC/ABC160/E/MainAlt.java | ff8813cccf80f177967959b2e53209f4a9678642 | [] | no_license | T45K/kyopuro | https://github.com/T45K/kyopuro | f804b1c73c8c1404ffcc5e2070ad518495abf4e7 | 74df98c0b83be246fdcc8846fec5cbfdcf29e6bc | refs/heads/master | 2023-06-29T14:14:49.033000 | 2023-06-11T14:14:32 | 2023-06-11T14:14:32 | 154,971,544 | 2 | 0 | null | false | 2020-07-25T14:14:24 | 2018-10-27T14:08:20 | 2020-07-25T10:13:06 | 2020-07-25T14:14:23 | 716 | 0 | 0 | 0 | Java | false | false | package AtCoder.ABC.ABC160.E;
import java.util.Comparator;
import java.util.Scanner;
import java.util.function.BiFunction;
import java.util.function.Function;
import java.util.stream.IntStream;
import java.util.stream.Stream;
public class MainAlt {
public static void main(final String[] args) {
final Sca... | UTF-8 | Java | 1,234 | java | MainAlt.java | Java | [] | null | [] | package AtCoder.ABC.ABC160.E;
import java.util.Comparator;
import java.util.Scanner;
import java.util.function.BiFunction;
import java.util.function.Function;
import java.util.stream.IntStream;
import java.util.stream.Stream;
public class MainAlt {
public static void main(final String[] args) {
final Sca... | 1,234 | 0.594003 | 0.590762 | 37 | 32.351353 | 22.536716 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.675676 | false | false | 0 |
61874b89c2e41de96594dd2bd23725985c500b83 | 2,534,030,772,188 | 3dd738e1a2450c0f85f31bd379f203ee1c9caaa1 | /main/java/com/wherewolf/cache/caches/TileCacheExternal.java | 6d36fbe96739cfb56e66267a18281d51c317b9ca | [] | no_license | uncleGe/Wherewolf | https://github.com/uncleGe/Wherewolf | 5fc73cacd515a3621dc287048b609c154fd17536 | 233169013a9074a6746e391172d39f63ba1a5c8f | refs/heads/master | 2020-05-30T05:10:41.405000 | 2016-07-10T09:05:04 | 2016-07-10T09:05:04 | 62,990,316 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.wherewolf.cache.caches;
/**
* Created by Greg on 1/1/14.
*/
public class TileCacheExternal
{
}
| UTF-8 | Java | 118 | java | TileCacheExternal.java | Java | [
{
"context": " com.wherewolf.cache.caches;\r\n\r\n/**\r\n * Created by Greg on 1/1/14.\r\n */\r\npublic class TileCacheExternal\r\n",
"end": 62,
"score": 0.9815112352371216,
"start": 58,
"tag": "NAME",
"value": "Greg"
}
] | null | [] | package com.wherewolf.cache.caches;
/**
* Created by Greg on 1/1/14.
*/
public class TileCacheExternal
{
}
| 118 | 0.652542 | 0.618644 | 8 | 12.75 | 14.515079 | 35 | true | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.125 | false | false | 0 |
3d07accd4ad1ec15483c01e4f80d948481edbd22 | 9,929,964,430,967 | e1c8e91e89b9e1fc1b5ba37f5be514604b29c434 | /product-service/product-facade/src/main/java/net/realme/mall/product/facade/ProductSkuAttributeService.java | 7b513b4f9448c10a20982239fa8239d4e105b218 | [] | no_license | mingjer/shop | https://github.com/mingjer/shop | 3fab3373a3afbf6bbfaba916adadd83e47068a04 | 5b94c2e40d972451778703dae9f1fbdc22417052 | refs/heads/master | 2020-05-26T09:09:07.619000 | 2019-02-19T03:34:48 | 2019-02-19T03:34:48 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.realme.mall.product.facade;
import net.realme.mall.product.domain.ProductSkuAttributeDto;
import net.realme.mall.product.domain.request.ProductSkuAttributeRequest;
import net.realme.mall.product.domain.response.DefaultOptionRetModel;
import net.realme.mall.product.domain.response.ProductSkuAttributeRespons... | UTF-8 | Java | 1,510 | java | ProductSkuAttributeService.java | Java | [] | null | [] | package net.realme.mall.product.facade;
import net.realme.mall.product.domain.ProductSkuAttributeDto;
import net.realme.mall.product.domain.request.ProductSkuAttributeRequest;
import net.realme.mall.product.domain.response.DefaultOptionRetModel;
import net.realme.mall.product.domain.response.ProductSkuAttributeRespons... | 1,510 | 0.795556 | 0.781482 | 41 | 31.926828 | 30.544962 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.560976 | false | false | 0 |
93ff9a3e314cd04f189f25cd13278d9b1c443344 | 6,691,559,074,184 | 2e1c288e00ee17baf87d1a117e0b5a5461523c9e | /src/dolejsi/monopoly/PlayerTest.java | 271684bfcb0c114298196344097cc420a6179d6c | [] | no_license | FilipDolejsi/Monopoly_swing_game | https://github.com/FilipDolejsi/Monopoly_swing_game | 8ebdf9b7128fa5210018b75b86303b9d1a6e7b9b | d62514a9a9916237efa2995d6f6ee8bb69c06334 | refs/heads/master | 2021-02-08T16:20:11.932000 | 2020-03-29T16:33:22 | 2020-03-29T16:33:22 | 244,170,631 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package dolejsi.monopoly;
import org.junit.jupiter.api.Test;
import static org.junit.jupiter.api.Assertions.*;
class PlayerTest {
@Test
void move() {
// GIVEN
final Player filip = new Player("Filip", 1);
final int tileCount = 10;
// WHEN ... move by 1
filip.move(1, t... | UTF-8 | Java | 1,817 | java | PlayerTest.java | Java | [
{
"context": "// GIVEN\n final Player filip = new Player(\"Filip\", 1);\n final int tileCount = 10;\n\n ",
"end": 225,
"score": 0.999253511428833,
"start": 220,
"tag": "NAME",
"value": "Filip"
},
{
"context": "// GIVEN\n final Player filip = new Player(\"F... | null | [] | package dolejsi.monopoly;
import org.junit.jupiter.api.Test;
import static org.junit.jupiter.api.Assertions.*;
class PlayerTest {
@Test
void move() {
// GIVEN
final Player filip = new Player("Filip", 1);
final int tileCount = 10;
// WHEN ... move by 1
filip.move(1, t... | 1,817 | 0.537149 | 0.52284 | 87 | 19.896551 | 17.306589 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.436782 | false | false | 0 |
0bdf0f095974e67ae2c022455e16d116640a4d97 | 1,958,505,122,619 | 935bbad30e7acee8f0479efe879fe9f849101240 | /test/sep/seeter/client/InputValidationTest.java | f064fd0c970144b3a591eff8f7176fba66cf3dae | [] | no_license | Aston13/Seeter | https://github.com/Aston13/Seeter | 938c5a2dd841cc1f00ee9c03dc3ca8fbbe069bf9 | cf1961ba995a322ee8dcf3b832c115e179d86f82 | refs/heads/master | 2022-09-15T08:45:02.334000 | 2020-05-25T08:44:43 | 2020-05-25T08:44:43 | 238,934,341 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package sep.seeter.client;
import java.io.IOException;
import static org.junit.Assert.assertEquals;
import org.junit.Test;
import sep.seeter.server.Server;
/**
* This test class tests the validity of user input based upon
* defined rule sets using BVA (Boundary Value Analysis) techniques.
*
* @see #printOutputLi... | UTF-8 | Java | 9,854 | java | InputValidationTest.java | Java | [
{
"context": "nes() to display System.output of test.\n * @author Aston Turner\n */\npublic class InputValidationTest extends Test",
"end": 383,
"score": 0.9998549222946167,
"start": 371,
"tag": "NAME",
"value": "Aston Turner"
}
] | null | [] | package sep.seeter.client;
import java.io.IOException;
import static org.junit.Assert.assertEquals;
import org.junit.Test;
import sep.seeter.server.Server;
/**
* This test class tests the validity of user input based upon
* defined rule sets using BVA (Boundary Value Analysis) techniques.
*
* @see #printOutputLi... | 9,848 | 0.558453 | 0.541303 | 302 | 31.629139 | 23.044189 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.450331 | false | false | 0 |
ef5484abe577bd74ec86779d6d3aa4f01192c39b | 11,682,311,074,583 | 2366f87cd111e6d090510d8c0655f139dd541a08 | /src/main/java/a/d/E.java | 12d92bd63208b41ec38c4daf407b05dc58f97721 | [] | no_license | McxmCxmcX/JavaEE_1702 | https://github.com/McxmCxmcX/JavaEE_1702 | 24fb74ba8ba8c8cc71514dd35ecf4a05dd0fc674 | 1bb7edf576dba88843b95eed2d418602c60a8e72 | refs/heads/master | 2021-01-25T04:42:56.341000 | 2017-06-14T03:31:16 | 2017-06-14T03:31:16 | 93,473,063 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package a.d;
/**
* Created by heishuai.china.cn
* 2017/6/9 16:36
* JavaEE_1702
*/
public class E {
}
| UTF-8 | Java | 106 | java | E.java | Java | [
{
"context": "package a.d;\n\n/**\n * Created by heishuai.china.cn\n * 2017/6/9 16:36\n * JavaEE_1702\n */\npublic class",
"end": 49,
"score": 0.9783322811126709,
"start": 32,
"tag": "EMAIL",
"value": "heishuai.china.cn"
}
] | null | [] | package a.d;
/**
* Created by <EMAIL>
* 2017/6/9 16:36
* JavaEE_1702
*/
public class E {
}
| 96 | 0.613208 | 0.481132 | 9 | 10.777778 | 9.542627 | 31 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.111111 | false | false | 0 |
041ba9eff292abf794a6f8b59e88b826a5a2dc03 | 8,632,884,289,119 | 23b87545a90859568fdfc005df624e516fae209a | /src/main/java/pack3/pages/PlayersPage.java | 973c3df9771267483c6e4997aa1c478ae3b10cf2 | [] | no_license | LebedOleg/PokerTest | https://github.com/LebedOleg/PokerTest | 4000ccc086dd7c64696c15b7490b31b242a7919c | 2706aa5df7fdae18dfc0dbadb26503362b4a8c10 | refs/heads/master | 2020-06-16T08:45:10.969000 | 2016-12-14T04:59:27 | 2016-12-14T04:59:27 | 75,120,269 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pack3.pages;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.Alert;
import org.openqa.selenium.support.FindBy;
import org.openqa.selenium.support.PageFactory;
import java.util.Random;
/**
* Created by Admin on 04.12.2016.... | UTF-8 | Java | 2,460 | java | PlayersPage.java | Java | [
{
"context": "tory;\n\nimport java.util.Random;\n\n/**\n * Created by Admin on 04.12.2016.\n */\npublic class PlayersPage {\n ",
"end": 305,
"score": 0.4716128408908844,
"start": 300,
"tag": "USERNAME",
"value": "Admin"
},
{
"context": "on = driver.findElement(By.xpath(\".//a[text(... | null | [] | package pack3.pages;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.Alert;
import org.openqa.selenium.support.FindBy;
import org.openqa.selenium.support.PageFactory;
import java.util.Random;
/**
* Created by Admin on 04.12.2016.... | 2,460 | 0.641057 | 0.631301 | 83 | 28.638554 | 33.122108 | 171 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.409639 | false | false | 0 |
8c727f4eb87343b08903b8b5569323feb02b0cfa | 17,008,070,508,737 | b819d2d4e5f8714f6fedde43bbe684654172371b | /whileDongusu/src/whileDongusu/Program.java | faca4e8cf7cdc88d5a6a8231f2ac7f6d75ed2f7f | [] | no_license | kerimcorapci/Toplama-Oyunu | https://github.com/kerimcorapci/Toplama-Oyunu | b8ca8f873d90eec6a612366d3a8be84aaeb961d9 | 15558f767c3d40697b0d9f675d697bc514b5d745 | refs/heads/master | 2021-05-29T03:18:04.906000 | 2020-04-09T07:46:16 | 2020-04-09T07:46:16 | 254,304,496 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package whileDongusu;
public class Program {
public static void main(String[] args) {
// TODO Auto-generated method stub
//for da daha çok sayılar ile döngüler yaptık
//Bir koşul gerçekleşene kadar bir eylem yaptırmak
int sayi=1;
while(sayi<10) {
System.out.println(sayi++);
}
//ASCII tablosu
... | UTF-8 | Java | 932 | java | Program.java | Java | [] | null | [] | package whileDongusu;
public class Program {
public static void main(String[] args) {
// TODO Auto-generated method stub
//for da daha çok sayılar ile döngüler yaptık
//Bir koşul gerçekleşene kadar bir eylem yaptırmak
int sayi=1;
while(sayi<10) {
System.out.println(sayi++);
}
//ASCII tablosu
... | 932 | 0.628009 | 0.610503 | 44 | 19.795454 | 15.715626 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.431818 | false | false | 0 |
b33a3162478643403be6b499162f4a93ceaa5391 | 1,125,281,449,135 | 38a090ed3f162ee1f9d9c2bdaa58c47e0d4ff246 | /Xlink/src/main/java/impl/bridge/BridgeSocketDispatcher.java | 308133c008f67d107746f522e057a964527e46cc | [] | no_license | Jui-X/X-Server | https://github.com/Jui-X/X-Server | b9a3076732242cdd8fb71b1e2cbe8ef00ce08fca | 53b84ec2b59a89e73dc06aeede82c78f5616d2a7 | refs/heads/master | 2022-02-18T10:36:29.038000 | 2019-07-20T07:31:00 | 2019-07-20T07:31:00 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package impl.bridge;
import Utils.CloseUtils;
import Utils.plugin.CircularByteBuffer;
import core.*;
import impl.exceptions.EmptyIOParameterException;
import java.io.IOException;
import java.nio.channels.Channels;
import java.nio.channels.ReadableByteChannel;
import java.nio.channels.WritableByteChannel;
import java.... | UTF-8 | Java | 5,870 | java | BridgeSocketDispatcher.java | Java | [
{
"context": "\n\n/**\n * @param: none\n * @description:\n * @author: KingJ\n * @create: 2019-07-09 17:39\n **/\n\n/**\n * 桥接调度器实现",
"end": 413,
"score": 0.9995635151863098,
"start": 408,
"tag": "USERNAME",
"value": "KingJ"
}
] | null | [] | package impl.bridge;
import Utils.CloseUtils;
import Utils.plugin.CircularByteBuffer;
import core.*;
import impl.exceptions.EmptyIOParameterException;
import java.io.IOException;
import java.nio.channels.Channels;
import java.nio.channels.ReadableByteChannel;
import java.nio.channels.WritableByteChannel;
import java.... | 5,870 | 0.572905 | 0.569097 | 204 | 26.029411 | 23.533228 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 0 |
df5b18b9d65bffc0b83c1015ab1cbde3f3fe7e28 | 7,267,084,683,162 | 782d695d165967dac3d1b0ce0673d96522d9f9bb | /Compiler_MICRO/6) Handling Multiple Functions and Recursion/src/SymbolMap.java | 491f5c7a4103b31452ae16675759f0611cda6e2a | [] | no_license | mbilalsiddiqui/Compiler-MICRO | https://github.com/mbilalsiddiqui/Compiler-MICRO | 4cf3743c73870da844614b77ffdd53f62ee84280 | 53380548b175897253159d47339f38ac41afdd26 | refs/heads/master | 2021-08-23T14:06:45.058000 | 2017-12-05T05:40:00 | 2017-12-05T05:40:00 | 113,137,976 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.*;
public class SymbolMap{
private String scope = null;
//To keep original insertion order of keys.
public LinkedHashMap<String, Symbol> map = new LinkedHashMap<String,Symbol>();
//Inner nested class
class Symbol{
private String name;
private String var_type;
pr... | UTF-8 | Java | 3,107 | java | SymbolMap.java | Java | [] | null | [] | import java.util.*;
public class SymbolMap{
private String scope = null;
//To keep original insertion order of keys.
public LinkedHashMap<String, Symbol> map = new LinkedHashMap<String,Symbol>();
//Inner nested class
class Symbol{
private String name;
private String var_type;
pr... | 3,107 | 0.591889 | 0.590602 | 127 | 23.456694 | 24.983381 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.480315 | false | false | 0 |
a7eb529ab968a20a0df029fad77718507d513949 | 32,693,291,069,542 | 5fc3c4381cea868ed185d53cd7881e70c387fc55 | /branches/PaintBrush/src/my/paintbrush/Tools/FreeDraw.java | 77fadf945f90ccaa3d752b3e7f113c167b3ad799 | [] | no_license | poldown/paintbrush | https://github.com/poldown/paintbrush | 2d0eedf88e3d0202b30b2f7ccb850d25238f0448 | 17b2279497bd106d2905fa27eaa6bdfabede6d87 | refs/heads/master | 2020-05-17T01:23:24.998000 | 2007-10-13T19:26:06 | 2007-10-13T19:26:06 | 32,356,223 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package my.paintbrush.Tools;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import my.paintbrush.DrawingObject.BasicDrawingObject;
import my.paintbrush.PbControls.PbDrawable;
import my.paintbrush.PointsManager.PbPoint;
import my.paintbrush.Properties.BasicProperties;
import or... | UTF-8 | Java | 2,322 | java | FreeDraw.java | Java | [] | null | [] | package my.paintbrush.Tools;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import my.paintbrush.DrawingObject.BasicDrawingObject;
import my.paintbrush.PbControls.PbDrawable;
import my.paintbrush.PointsManager.PbPoint;
import my.paintbrush.Properties.BasicProperties;
import or... | 2,322 | 0.631783 | 0.608527 | 76 | 28.552631 | 19.383522 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.736842 | false | false | 0 |
dfac687e96745f2d6029f3f046c9dc980d652c9e | 20,289,425,524,459 | f47f2c7ab2c7c159951dcf1a1796ee7777845208 | /temp/LinkNode.java | 6bb680664d41d1ab9db54fbdc19c01b79baee2ff | [] | no_license | abhijeetroshan/JAVA- | https://github.com/abhijeetroshan/JAVA- | 29325c3b4ae7d80600c031cbf132e02052fd343b | 64a9e10938463feff340b01db65ac1608a5cd8df | refs/heads/master | 2020-07-04T11:45:32.525000 | 2019-08-14T05:40:19 | 2019-08-14T05:40:19 | 202,278,759 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Program Description:
* Date Created: Mon 25 Sep 2017 08:03:36 PM IST
* Author : Stif Spear Subba
*/
import java.io.*;
import java.util.*;
class LinkNode
{
LinkNode next;
int data;
public LinkNode(int data){
this.data = data;
}
}
| UTF-8 | Java | 245 | java | LinkNode.java | Java | [
{
"context": "eated: Mon 25 Sep 2017 08:03:36 PM IST\n * Author : Stif Spear Subba\n */\nimport java.io.*;\nimport java.util.*;\nclass L",
"end": 104,
"score": 0.9996938705444336,
"start": 88,
"tag": "NAME",
"value": "Stif Spear Subba"
}
] | null | [] | /*
* Program Description:
* Date Created: Mon 25 Sep 2017 08:03:36 PM IST
* Author : <NAME>
*/
import java.io.*;
import java.util.*;
class LinkNode
{
LinkNode next;
int data;
public LinkNode(int data){
this.data = data;
}
}
| 235 | 0.665306 | 0.616327 | 15 | 15.266666 | 12.65157 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.733333 | false | false | 0 |
880154ac156a18544511ca756ac5fcc4fe69a1be | 3,753,801,433,445 | ee4a66ba9c06a9a421434b6ffc03e91b48eb09b8 | /shopping/src/main/java/shopping/Basket.java | af078f055e76c5f427b0d0bb4d110fe3266111f0 | [] | no_license | gubicsandrea/Java_BGN | https://github.com/gubicsandrea/Java_BGN | ad94d5a1bb0bc3ced9794c082d06b3d63c363f23 | e8509a54079526458dc1f161e37700cd8b22e1ec | refs/heads/master | 2020-04-07T20:06:22.371000 | 2019-11-06T14:51:37 | 2019-11-06T14:51:37 | 158,675,325 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package shopping;
import java.util.ArrayList;
import java.util.List;
public class Basket {
private List<Product> products = new ArrayList<>();
public void add(Product product) {
products.add(product);
}
public int totalPrice() {
int total = 0;
for (Product element : products)... | UTF-8 | Java | 615 | java | Basket.java | Java | [] | null | [] | package shopping;
import java.util.ArrayList;
import java.util.List;
public class Basket {
private List<Product> products = new ArrayList<>();
public void add(Product product) {
products.add(product);
}
public int totalPrice() {
int total = 0;
for (Product element : products)... | 615 | 0.560976 | 0.557724 | 27 | 21.777779 | 18.127804 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 0 |
8c40c4fbac08b5520cdb750617aa607e9fb97784 | 13,993,003,467,146 | 694bd75c3d75b25451d6d5644003d38cb2be58b9 | /repositorio2008/src/java/br/com/copal/SUDI/CaixaItemPadraoSUDI.java | 554d52f94cbec102247657f9cccc618120d6703b | [] | no_license | samuelandrade/scca | https://github.com/samuelandrade/scca | 0550cdba5a91a10b6a10e11d6118847fb9682dfa | 16d4bd263d00e4f8a3e8e462649a24385350cd9b | refs/heads/master | 2021-01-10T19:11:37.636000 | 2008-08-18T18:25:45 | 2008-08-18T18:25:45 | 34,069,084 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* CaixaItemPadraoSUDI.java
*
* Created on 6 de Maio de 2008, 07:39
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
*/
package br.com.copal.SUDI;
import br.com.copal.DAO.CaixaItemPadraoDAO;
import br.com.copal.entity.CaixaItemPadrao;
import jav... | UTF-8 | Java | 1,077 | java | CaixaItemPadraoSUDI.java | Java | [
{
"context": "ao;\r\nimport java.util.List;\r\n\r\n/**\r\n *\r\n * @author Nhandeara\r\n */\r\npublic class CaixaItemPadraoSUDI extends Obje",
"end": 365,
"score": 0.9032330513000488,
"start": 356,
"tag": "USERNAME",
"value": "Nhandeara"
}
] | null | [] | /*
* CaixaItemPadraoSUDI.java
*
* Created on 6 de Maio de 2008, 07:39
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
*/
package br.com.copal.SUDI;
import br.com.copal.DAO.CaixaItemPadraoDAO;
import br.com.copal.entity.CaixaItemPadrao;
import jav... | 1,077 | 0.685237 | 0.67688 | 41 | 24.268293 | 25.270269 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.292683 | false | false | 0 |
376afede5aed75675fd1e7c4db2cc57c557cdfe3 | 18,356,690,238,329 | 0d66f6a4c9bd446dae8e3aa8076a44fd5c417aac | /Documents/NetBeansProjects/PodTasty/src/podtasty/LogRegController.java | 51b29d79f8936ac5afd44ce9d655f9df3cd047f5 | [] | no_license | MedAmine1212/javaPodTasty | https://github.com/MedAmine1212/javaPodTasty | ea9f45116ab25b92d6ec366fe8416d3ab7f726f5 | 739f049fdb45d5b90f7065e77af9a19df879ab3a | refs/heads/master | 2023-04-14T07:18:28.930000 | 2021-04-29T05:42:28 | 2021-04-29T05:42:28 | 356,586,647 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package podtasty;
import entities.User;
import entities.UserInfo;
import java.io.IOException;
import java.net.URL;
import java.time.Zo... | UTF-8 | Java | 10,153 | java | LogRegController.java | Java | [
{
"context": "Utils;\n\n/**\n * FXML Controller class\n *\n * @author Douiri Amine\n */\npublic class LogRegController implements Init",
"end": 1750,
"score": 0.9998792409896851,
"start": 1738,
"tag": "NAME",
"value": "Douiri Amine"
},
{
"context": ";\n HttpPost httpget = new ... | 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 podtasty;
import entities.User;
import entities.UserInfo;
import java.io.IOException;
import java.net.URL;
import java.time.Zo... | 10,147 | 0.618339 | 0.613612 | 299 | 32.95652 | 25.678644 | 159 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.585284 | false | false | 0 |
eea8e9ac5777c21c083d08f8180c83e0847fccb3 | 2,929,167,719,016 | ac1cadecc11ef7d9ddd3287b306cd70e212c7072 | /src/br/com/newitens/bo/NiCategoryBO.java | 119552fdcfd8b57df8b8b43486e918e6d658c2a5 | [] | no_license | nigelzin/NewItens | https://github.com/nigelzin/NewItens | 3ffc5dddf617150197bcacf632ffc9b28de715d5 | 5564112f0207dfc88cc891281317ddd4365087b3 | refs/heads/master | 2021-01-24T05:36:24.174000 | 2012-09-16T20:23:21 | 2012-09-16T20:23:21 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.newitens.bo;
import java.util.List;
import br.com.newitens.dao.NiCategoryDAO;
import br.com.newitens.vo.NiCategoryVO;
public class NiCategoryBO {
private NiCategoryDAO categoryDAO = new NiCategoryDAO();
private List<NiCategoryVO> getFatherCategories(){
return categoryDAO.getFatherCategories();... | UTF-8 | Java | 919 | java | NiCategoryBO.java | Java | [] | null | [] | package br.com.newitens.bo;
import java.util.List;
import br.com.newitens.dao.NiCategoryDAO;
import br.com.newitens.vo.NiCategoryVO;
public class NiCategoryBO {
private NiCategoryDAO categoryDAO = new NiCategoryDAO();
private List<NiCategoryVO> getFatherCategories(){
return categoryDAO.getFatherCategories();... | 919 | 0.724701 | 0.724701 | 38 | 23.18421 | 23.119661 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.789474 | false | false | 0 |
176b7119612a03e389fe3675ee920b59f2c3e562 | 20,727,512,185,193 | 38d2d23c01fda5e786c68953541ee3a252ad72b8 | /hi/src/test/java/hello/hi/Service/BoardServiceTest.java | f38b5d475d8a63de6b7852daa785361af4bed48d | [] | no_license | csw0820/React | https://github.com/csw0820/React | 39c91ade12a6c0db0336d26d0eb81f36762e0ffb | 8fce90bea06ff3d9d7b24c20e4e26715add3594c | refs/heads/main | 2023-05-07T18:06:45.621000 | 2021-05-30T10:43:25 | 2021-05-30T10:43:25 | 368,387,814 | 0 | 0 | null | true | 2021-05-18T03:18:43 | 2021-05-18T03:18:43 | 2021-05-18T02:16:37 | 2021-05-18T02:16:35 | 0 | 0 | 0 | 0 | null | false | false | package hello.hi.Service;
import hello.hi.DTO.BoardDTO;
import hello.hi.mapper.BoardMapper;
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.annotation.Rollback;
import org.spri... | UTF-8 | Java | 821 | java | BoardServiceTest.java | Java | [] | null | [] | package hello.hi.Service;
import hello.hi.DTO.BoardDTO;
import hello.hi.mapper.BoardMapper;
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.annotation.Rollback;
import org.spri... | 821 | 0.749086 | 0.749086 | 33 | 23.90909 | 21.476362 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.424242 | false | false | 0 |
432f506fc1adb251fa5089baf033a4ba3940a973 | 19,310,172,987,816 | ad5f5326dfaab37095db33667c297c3d2103d8ad | /src/com/view/ViewClasses.java | ad1b0f18d2996c52da3b31db536009ac2760e526 | [] | no_license | gauravroy4/LearnersAcademySimplilearn | https://github.com/gauravroy4/LearnersAcademySimplilearn | 58aaf7cfe00c82fb95cb00277693642b74c61672 | eec8d77bc6f9a3d90273b7362720aa5f9eeae644 | refs/heads/master | 2023-05-17T04:22:13.586000 | 2021-06-03T16:52:47 | 2021-06-03T16:52:47 | 373,579,008 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.view;
import java.io.IOException;
import java.util.List;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;... | UTF-8 | Java | 1,371 | java | ViewClasses.java | Java | [] | null | [] | package com.view;
import java.io.IOException;
import java.util.List;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;... | 1,371 | 0.773888 | 0.772429 | 48 | 27.5625 | 24.598362 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.6875 | false | false | 0 |
5985e4493d9ee03f243cbcbf53ab20997995243a | 35,974,646,095,010 | 80b5ae0beded749c6ca4f489fa860304899d8315 | /Tecnología de la Programación/Máquina Virtual/2. Con Instrucciones de salto/arithmetics/Sub.java | a7ca3e592b8698bb7ebfbc031fdd5aea51a19170 | [] | no_license | Joncarre/Java-language | https://github.com/Joncarre/Java-language | ba3e686747e668e72294597b645e1851d9ac2644 | 8ffe5a67b0f1397e2259c53e29d61e5bd635e979 | refs/heads/master | 2023-09-01T19:52:39.060000 | 2023-08-24T19:10:31 | 2023-08-24T19:10:31 | 95,045,879 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package arithmetics;
import bytecodes.ByteCode;
import cpu.CPU;
public class Sub extends Arithmetics {
@Override
protected boolean executeAux(int c, int sc, CPU cpu) {
return cpu.sub(c, sc);
}
@Override
protected ByteCode parseAux(String s){
if(s.equalsIgnoreCase(("SUB")))
return new Sub();
else
ret... | UTF-8 | Java | 412 | java | Sub.java | Java | [] | null | [] | package arithmetics;
import bytecodes.ByteCode;
import cpu.CPU;
public class Sub extends Arithmetics {
@Override
protected boolean executeAux(int c, int sc, CPU cpu) {
return cpu.sub(c, sc);
}
@Override
protected ByteCode parseAux(String s){
if(s.equalsIgnoreCase(("SUB")))
return new Sub();
else
ret... | 412 | 0.677184 | 0.677184 | 25 | 15.48 | 14.458548 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.4 | false | false | 0 |
ec0924ffb5306c3531c91887bcfecf2c99eb64e8 | 16,810,502,038,230 | 98e713d61a2e1886a5d5f2b0e0c99e6b2d6674ad | /app/src/main/java/com/myhexaville/iconanimations/BlankFragment.java | 6879f11b799ddfd1c26c446bcc4ae86c29e69bc6 | [] | no_license | jabahum-coder/Android-Animations | https://github.com/jabahum-coder/Android-Animations | d745f815b0c05ac50f5d0ef44c2f9c2544a61586 | 65afdc3a4623af2eba326160998bf257624102b5 | refs/heads/master | 2021-08-14T07:10:39.319000 | 2017-11-14T23:47:31 | 2017-11-14T23:47:31 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.myhexaville.iconanimations;
import android.databinding.DataBindingUtil;
import android.graphics.drawable.AnimatedVectorDrawable;
import android.graphics.drawable.Drawable;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import... | UTF-8 | Java | 1,860 | java | BlankFragment.java | Java | [] | null | [] | package com.myhexaville.iconanimations;
import android.databinding.DataBindingUtil;
import android.graphics.drawable.AnimatedVectorDrawable;
import android.graphics.drawable.Drawable;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import... | 1,860 | 0.736559 | 0.736022 | 53 | 34.094341 | 28.058069 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.584906 | false | false | 0 |
b008f6231f730f5fc2e35b23719620e659785b45 | 38,190,849,200,329 | e015f41bb4bd80035affe15aae5133d87d171873 | /service-gateway/src/main/java/com/github/lambda/gateway/domain/order/entity/OrderLineOption.java | 974dd2869dbfb725f344d2b2b2b43f2b0dcfa818 | [] | no_license | 1ambda/playground-java | https://github.com/1ambda/playground-java | 74128385ed415600ff5f7abdcfdb4fdfb9c2c200 | b464892761e9ca0f5b9ac2a94762d59fc97a237d | refs/heads/master | 2022-12-22T09:05:06.540000 | 2018-11-18T15:59:23 | 2018-11-18T15:59:23 | 147,620,397 | 3 | 1 | null | false | 2022-12-10T10:53:09 | 2018-09-06T05:04:36 | 2021-04-08T17:16:03 | 2022-12-10T10:53:09 | 5,874 | 2 | 1 | 18 | Java | false | false | package com.github.lambda.gateway.domain.order.entity;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import com.github.lambda.gateway.domain.base.BaseEntity;
import lombok.*;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Index;
import javax.persistence.Tabl... | UTF-8 | Java | 1,599 | java | OrderLineOption.java | Java | [] | null | [] | package com.github.lambda.gateway.domain.order.entity;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import com.github.lambda.gateway.domain.base.BaseEntity;
import lombok.*;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Index;
import javax.persistence.Tabl... | 1,599 | 0.701689 | 0.701689 | 53 | 29.169811 | 29.847876 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.603774 | false | false | 0 |
f1c4e5d419c7b5f4098acdd7a26d301625bdeee1 | 3,745,211,526,780 | 3e6dd8bd39e39dce4888728c8d60750df0ebd228 | /mall_service_api/mall_service_goods_api/src/main/java/com/ytz/mall/goods/pojo/Pref.java | bc3c537358948b8ecdcc726de77a8d25f37b415d | [] | no_license | yangtz24/small | https://github.com/yangtz24/small | b6fc1bc2d6a814424050e3c4d52c2e0bce4270af | 48b4331b1f85b70fc50e3b2747c648a53c1b528f | refs/heads/master | 2023-01-10T20:37:49.898000 | 2020-10-21T09:31:15 | 2020-10-21T09:31:15 | 305,973,318 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ytz.mall.goods.pojo;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import javax.persistence.*;
import java.io.Serializable;
import java.util.Date;
@ApiModel(description = "Pref",value = "Pref")
@Table(name="tb_pref")
@Data
public class Pref i... | UTF-8 | Java | 1,438 | java | Pref.java | Java | [] | null | [] | package com.ytz.mall.goods.pojo;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import javax.persistence.*;
import java.io.Serializable;
import java.util.Date;
@ApiModel(description = "Pref",value = "Pref")
@Table(name="tb_pref")
@Data
public class Pref i... | 1,438 | 0.71935 | 0.702363 | 52 | 25.038462 | 20.009577 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.865385 | false | false | 0 |
0c5027b697f4a910a00110c4e70406e9e45c36ff | 35,046,933,165,325 | 89793d1d44a80adaf2d7e3d8343e7a233d1249e9 | /NMEA-multiplexer/src/main/java/samples/rmi/client/SampleRMIClient.java | 559d3c1365abc4e3ffa458e0a2fec70a41b48e41 | [] | no_license | OlivierLD/raspberry-pi4j-samples | https://github.com/OlivierLD/raspberry-pi4j-samples | 199cb4f684ac554cee01fac7585a9500465e1486 | e1f76e65d52582188e8bb90abbd119d70b987ec6 | refs/heads/master | 2021-05-24T02:54:10.663000 | 2021-05-20T17:02:28 | 2021-05-20T17:02:28 | 47,942,918 | 88 | 37 | null | null | null | null | null | null | null | null | null | null | null | null | null | package samples.rmi.client;
import context.NMEADataCache;
import nmea.forwarders.rmi.ServerInterface;
import nmea.forwarders.rmi.clientoperations.BoatPosition;
import nmea.forwarders.rmi.clientoperations.CalculatedCurrent;
import nmea.forwarders.rmi.clientoperations.InstantCurrent;
import nmea.forwarders.rmi.clientope... | UTF-8 | Java | 5,494 | java | SampleRMIClient.java | Java | [
{
"context": "\"RMIServer\";\n\n\t// For the MUX: olediouris-mbp/10.10.226.181, port 1099, name RMI-NMEA\n\tpublic static void mai",
"end": 837,
"score": 0.9864197969436646,
"start": 828,
"tag": "IP_ADDRESS",
"value": "0.226.181"
}
] | null | [] | package samples.rmi.client;
import context.NMEADataCache;
import nmea.forwarders.rmi.ServerInterface;
import nmea.forwarders.rmi.clientoperations.BoatPosition;
import nmea.forwarders.rmi.clientoperations.CalculatedCurrent;
import nmea.forwarders.rmi.clientoperations.InstantCurrent;
import nmea.forwarders.rmi.clientope... | 5,494 | 0.699126 | 0.691846 | 140 | 38.242859 | 33.823677 | 140 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.185714 | false | false | 0 |
650545291a8967bc05d234c28af4be673f557282 | 36,137,854,846,029 | e3aa7dab2b64395037caafe0a97638f5547ebf64 | /Bridgelabz assingment/Assignments/src/com/bridgelab/week2/MathFunction.java | a4f5da9ab03c55a4d0d88f8c0dbdefb508f33408 | [] | no_license | shraddhabondre/java-programs | https://github.com/shraddhabondre/java-programs | 28c39eb72f57c8891ce784dca735538693641fae | 054db62c31af1de183845b3e633bc8a8b9f6f838 | refs/heads/master | 2020-04-11T02:19:17.584000 | 2018-12-22T10:30:42 | 2018-12-22T10:30:42 | 161,441,816 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bridgelab.week2;
import java.util.Scanner;
import com.bridgelabz.lib.BLStdOut.StdOut;
public class MathFunction {
// to return harmonic number
public static int tocheckHarmonic(int num)
{
double result = 0.0;
while(num > 0){
result = result + (double) 1 / num;
num--;
}
System.out.println... | UTF-8 | Java | 6,124 | java | MathFunction.java | Java | [] | null | [] | package com.bridgelab.week2;
import java.util.Scanner;
import com.bridgelabz.lib.BLStdOut.StdOut;
public class MathFunction {
// to return harmonic number
public static int tocheckHarmonic(int num)
{
double result = 0.0;
while(num > 0){
result = result + (double) 1 / num;
num--;
}
System.out.println... | 6,124 | 0.567603 | 0.549477 | 295 | 19.640678 | 19.432623 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.905085 | false | false | 0 |
bea18a8a1fd415c4d29df7081fe340461271aa7e | 38,465,727,105,555 | 52ca0433a47d9bcfb71eb5e58e751ce704080ac7 | /app/src/main/java/com/example/david/scorecardpro/RosterActivity.java | 446c4c129a5695e2c3a0b60be8074e9d7f84e119 | [] | no_license | DaveWalsh1024/VTCSeniorProject | https://github.com/DaveWalsh1024/VTCSeniorProject | 842c3be37f83df16ee1ccf7986be82c789b2e0f6 | 9333597f8de92f520df99f0f2736714d8e4ff669 | refs/heads/master | 2021-05-06T14:24:42.503000 | 2018-04-27T17:14:57 | 2018-04-27T17:14:57 | 113,365,953 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.david.scorecardpro;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.widget.AdapterView;
import android.widget.ArrayAdapter;
import android.widget.ListView;
import android.widget.TextView;
import andro... | UTF-8 | Java | 20,845 | java | RosterActivity.java | Java | [
{
"context": "t;\n\nimport java.util.ArrayList;\n\n/**\n * Created by david on 3/21/2018.\n */\n\npublic class RosterActivity ex",
"end": 390,
"score": 0.9963356852531433,
"start": 385,
"tag": "USERNAME",
"value": "david"
},
{
"context": " });\n }\n\n Player player1 = new ... | null | [] | package com.example.david.scorecardpro;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.widget.AdapterView;
import android.widget.ArrayAdapter;
import android.widget.ListView;
import android.widget.TextView;
import andro... | 20,845 | 0.608155 | 0.593763 | 514 | 39.554474 | 28.956863 | 133 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.848249 | false | false | 0 |
1416681d3655f83d7f6be8cfda3d5288ac48ff6d | 35,510,789,633,300 | c675ae40255e5240d8811f872144b590f2e427c1 | /src/main/java/com/crismaruc/utils/MovementUtils.java | e3810c2704f313fa7f82a3c33136ee010b8642de | [] | no_license | gcrismaruc/VSD-Master | https://github.com/gcrismaruc/VSD-Master | 8828ab2d779457046b249d0606f145695e55c998 | af65ec3be48ec78566a6c02280902ae0f4508f40 | refs/heads/master | 2020-04-04T18:42:11.763000 | 2018-12-02T18:27:22 | 2018-12-02T18:27:22 | 156,174,854 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.crismaruc.utils;
import org.lwjgl.input.Keyboard;
import org.lwjgl.input.Mouse;
public class MovementUtils {
public static int getKey(){
if (Keyboard.isKeyDown(Keyboard.KEY_DOWN)) {
return Keyboard.KEY_DOWN;
}
if (Keyboard.isKeyDown(Keyboard.KEY_UP)) {
... | UTF-8 | Java | 685 | java | MovementUtils.java | Java | [] | null | [] | package com.crismaruc.utils;
import org.lwjgl.input.Keyboard;
import org.lwjgl.input.Mouse;
public class MovementUtils {
public static int getKey(){
if (Keyboard.isKeyDown(Keyboard.KEY_DOWN)) {
return Keyboard.KEY_DOWN;
}
if (Keyboard.isKeyDown(Keyboard.KEY_UP)) {
... | 685 | 0.575182 | 0.573723 | 30 | 21.833334 | 17.920349 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3 | false | false | 0 |
c41f20336a247fa75d008122f7bc7ed2a60ab986 | 31,585,189,563,656 | 6731fbc2b521fddb668093d8788db6f1b542505d | /src/betaproyect/Pedido.java | f0958a7af81a35a303f6881c4975a6c1dcb0126e | [] | no_license | jsarmiento1614/ProyectPasteleria | https://github.com/jsarmiento1614/ProyectPasteleria | e4a11ed5dbd460af80d4168e04902e35394fcc47 | 735511fcaba0dfcfb21a833761185261170fa179 | refs/heads/master | 2021-05-03T09:31:34.173000 | 2018-02-07T07:15:53 | 2018-02-07T07:15:53 | 120,577,666 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package betaproyect;
/**
*
* @author Administrador
*/
public class Pedido {
private String diaEntrega;
private... | UTF-8 | Java | 706 | java | Pedido.java | Java | [
{
"context": "\r\n */\r\npackage betaproyect;\r\n\r\n/**\r\n *\r\n * @author Administrador\r\n */\r\npublic class Pedido {\r\n private ",
"end": 239,
"score": 0.764862596988678,
"start": 234,
"tag": "NAME",
"value": "Admin"
},
{
"context": "\npackage betaproyect;\r\n\r\n/**\r\n *\... | 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 betaproyect;
/**
*
* @author Administrador
*/
public class Pedido {
private String diaEntrega;
private... | 706 | 0.610482 | 0.610482 | 31 | 20.774193 | 19.913862 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.354839 | false | false | 0 |
d9f9f327209117c6e4c5ec14adac517deb105da9 | 22,282,290,391,533 | 4a74fd87fbfc7ebcf43310a0ec12635d86675517 | /app/src/main/java/com/mhy/shopingphone/model/detail/WebViewLoadModel.java | 6076bf8e193c547012070e3c06e188964313edfd | [] | no_license | fengli114/SBD | https://github.com/fengli114/SBD | b2b5ff15ccacffb2fa14305317c87ac25f2ea721 | 81af5da57be85857571a4b5c255abd25869b918f | refs/heads/master | 2020-03-22T07:41:28.351000 | 2018-07-04T12:19:12 | 2018-07-04T12:19:12 | 139,718,172 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mhy.shopingphone.model.detail;
import android.support.annotation.NonNull;
import com.mhy.sdk.base.BaseModel;
import com.mhy.shopingphone.contract.detail.WebViewLoadConaract;
/**
* Created by Horrarndoo on 2017/10/20.
* <p>
*/
public class WebViewLoadModel extends BaseModel implements
WebView... | UTF-8 | Java | 465 | java | WebViewLoadModel.java | Java | [
{
"context": "ct.detail.WebViewLoadConaract;\n\n\n/**\n * Created by Horrarndoo on 2017/10/20.\n * <p>\n */\n\npublic class We",
"end": 211,
"score": 0.8814765214920044,
"start": 208,
"tag": "USERNAME",
"value": "Hor"
},
{
"context": "etail.WebViewLoadConaract;\n\n\n/**\n * Created b... | null | [] | package com.mhy.shopingphone.model.detail;
import android.support.annotation.NonNull;
import com.mhy.sdk.base.BaseModel;
import com.mhy.shopingphone.contract.detail.WebViewLoadConaract;
/**
* Created by Horrarndoo on 2017/10/20.
* <p>
*/
public class WebViewLoadModel extends BaseModel implements
WebView... | 465 | 0.748387 | 0.731183 | 21 | 21.142857 | 22.524666 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.238095 | false | false | 0 |
9079e9e0c698d06dee36b52b810a91f897142a48 | 20,151,986,579,599 | f1d066393afb67f9b27b2abe3d736b4a1830f53b | /src-tests/test/xlwrap/mapping/expr/TestXLExprValue.java | 90d11b25bdc433c2acee4425fe885dc218bbc645 | [
"Apache-2.0"
] | permissive | nadia-el/xlwrap | https://github.com/nadia-el/xlwrap | 48e4c5e4797589644599bded01dbb11cace87fab | 10f5b419ba754cd9b9b7e3fae1ad4be19970b46e | refs/heads/master | 2021-05-28T00:23:40.356000 | 2013-03-30T15:30:01 | 2013-03-30T15:30:01 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Copyright 2009 Andreas Langegger, andreas@langegger.at, Austria
*
* 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... | UTF-8 | Java | 12,218 | java | TestXLExprValue.java | Java | [
{
"context": "/**\n * Copyright 2009 Andreas Langegger, andreas@langegger.at, Austria\n * \n * Licensed un",
"end": 39,
"score": 0.9998752474784851,
"start": 22,
"tag": "NAME",
"value": "Andreas Langegger"
},
{
"context": "/**\n * Copyright 2009 Andreas Langegger, andreas@langegger.a... | null | [] | /**
* Copyright 2009 <NAME>, <EMAIL>, Austria
*
* 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 ... | 12,194 | 0.685871 | 0.619079 | 239 | 50.054394 | 43.456142 | 166 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.573222 | false | false | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.