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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
b36b0b8b662cdfeed20602c09bc1e4bf63d883e5 | 16,226,386,488,387 | db9e9e4e75c89ea34de1bc92f58e902c864d7df5 | /Level_1/Q_42576.java | 7a4eb83e80f64b131d878799891d1a1ee9ad1e4f | [] | no_license | DongJinJeong/programmers_algorithm_java | https://github.com/DongJinJeong/programmers_algorithm_java | ad8c37f3fea472260c165570a1ab7da50e6ab5ab | 3e0235d4a3c705deb0f6413d485aa1436d8354bd | refs/heads/main | 2023-02-13T09:32:46.650000 | 2021-01-19T02:15:45 | 2021-01-19T02:15:45 | 322,183,353 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package programmers;
import org.junit.Assert;
import org.junit.Test;
import java.util.Arrays;
public class Q_42576 {
public String solution(String[] participant, String[] completion) {
String answer = "";
String temp = "";
Arrays.sort(participant);
Arrays.sort(completion);
... | UTF-8 | Java | 1,191 | java | Q_42576.java | Java | [
{
"context": "sert.assertEquals(\"vinko\", solution(new String[]{\"marina\", \"josipa\", \"nikola\", \"vinko\", \"filipa\"}, new Str",
"end": 939,
"score": 0.9997309446334839,
"start": 933,
"tag": "NAME",
"value": "marina"
},
{
"context": "tEquals(\"vinko\", solution(new String[]{\"m... | null | [] | package programmers;
import org.junit.Assert;
import org.junit.Test;
import java.util.Arrays;
public class Q_42576 {
public String solution(String[] participant, String[] completion) {
String answer = "";
String temp = "";
Arrays.sort(participant);
Arrays.sort(completion);
... | 1,191 | 0.535805 | 0.529907 | 42 | 27.261906 | 35.317646 | 164 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.952381 | false | false | 3 |
1dd23f4f128efedc407fa18abba0305d595af315 | 11,888,469,491,505 | c3a96f8a1d252e63a142ff40696dd63fb6671274 | /marketing-tool-dao/src/main/java/cn/rongcapital/mkt/dao/dataauth/OrganizationDao.java | 4d5b3f4e1609611a22cdbbcff3930d6fc268b915 | [] | no_license | moutainhigh/martketing-cloud | https://github.com/moutainhigh/martketing-cloud | efd607b0fb7b6d3521123a6edf2e74524e54fbf6 | 6526ddca1484ad49947371f4d07fb5860d385628 | refs/heads/master | 2023-03-17T09:36:21.723000 | 2017-07-17T03:20:31 | 2017-07-17T03:20:31 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.rongcapital.mkt.dao.dataauth;
import java.util.List;
import cn.rongcapital.mkt.dataauth.po.Organization;
public interface OrganizationDao {
int insert(Organization org);
int updateById(Organization org);
Organization getNodeById(Long id);
List<Organization> getChildNodeById(Long ... | UTF-8 | Java | 382 | java | OrganizationDao.java | Java | [] | null | [] | package cn.rongcapital.mkt.dao.dataauth;
import java.util.List;
import cn.rongcapital.mkt.dataauth.po.Organization;
public interface OrganizationDao {
int insert(Organization org);
int updateById(Organization org);
Organization getNodeById(Long id);
List<Organization> getChildNodeById(Long ... | 382 | 0.748691 | 0.748691 | 18 | 19.222221 | 19.80616 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.888889 | false | false | 3 |
69daf96961b941ccaf2d2241b4a37681a3f0dd8e | 3,289,944,968,209 | ea28df06622444b593d98d8845fe6baef3693987 | /src/main/java/com/balimiao/arithmetic/data/BinaryTreeNode.java | 5a94e186f45e9404aa9b4d51a6589a553bb39028 | [] | no_license | 13671148038/java8base | https://github.com/13671148038/java8base | 3df7cc5fb4bcddbd1e001e69721421e592f8fc08 | 93ef5035c902ee93c3ce78fe5f54d94b39e7ab85 | refs/heads/master | 2022-10-11T03:24:07.775000 | 2022-07-08T06:15:59 | 2022-07-08T06:15:59 | 169,551,091 | 0 | 1 | null | false | 2022-10-05T18:21:27 | 2019-02-07T10:01:51 | 2021-11-30T03:31:46 | 2022-10-05T18:21:24 | 1,435 | 0 | 1 | 5 | Java | false | false | package com.balimiao.arithmetic.data;
/**
* @Description: 二叉树的节点
* @Author zhushaopeng
* @Date 2020/9/28
**/
public class BinaryTreeNode {
//值
private Integer value;
//左节点
private BinaryTreeNode leftNode;
//右节点
private BinaryTreeNode rightNode;
public BinaryTreeNode() {
}
publ... | UTF-8 | Java | 901 | java | BinaryTreeNode.java | Java | [
{
"context": "etic.data;\n\n/**\n * @Description: 二叉树的节点\n * @Author zhushaopeng\n * @Date 2020/9/28\n **/\npublic class Binary",
"end": 83,
"score": 0.5962537527084351,
"start": 78,
"tag": "USERNAME",
"value": "zhush"
},
{
"context": "ata;\n\n/**\n * @Description: 二叉树的节点\n * @Author... | null | [] | package com.balimiao.arithmetic.data;
/**
* @Description: 二叉树的节点
* @Author zhushaopeng
* @Date 2020/9/28
**/
public class BinaryTreeNode {
//值
private Integer value;
//左节点
private BinaryTreeNode leftNode;
//右节点
private BinaryTreeNode rightNode;
public BinaryTreeNode() {
}
publ... | 901 | 0.629714 | 0.621714 | 46 | 18.02174 | 16.512827 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.23913 | false | false | 3 |
f1d54da47b71791b58183c0fa62a78f1893db250 | 3,289,944,970,722 | c74686e0c4788c6027af6c762056301cac68e751 | /src/main/java/com/hay/betadvisor/model/Offer.java | 793cc287cde23a41195929ab8b5a2d8ae561729e | [] | no_license | sgoenko/betadvisor | https://github.com/sgoenko/betadvisor | 41c65451bcedaf252edd3aca394e940b1c07f214 | 930d2e2f86eef8b9ffb89142387f9d5c6ee322b3 | refs/heads/master | 2023-02-03T03:55:12.193000 | 2020-12-22T19:11:12 | 2020-12-22T19:11:12 | 315,944,318 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hay.betadvisor.model;
import javax.persistence.CascadeType;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
import javax.persistence.ManyToOne;
import javax.persistence.OneTo... | UTF-8 | Java | 1,885 | java | Offer.java | Java | [] | null | [] | package com.hay.betadvisor.model;
import javax.persistence.CascadeType;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
import javax.persistence.ManyToOne;
import javax.persistence.OneTo... | 1,885 | 0.706101 | 0.702387 | 106 | 16.783018 | 15.910721 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.179245 | false | false | 3 |
79abfdadd7bf980af9791a50c09495d297c0f55d | 5,042,291,622,992 | 0bc2cf5b8b65c294d5b24576c63fad2552944d57 | /Docker-Compose2UML_nonokawa2019/docker-compose2uml/src/main/java/io/github/nnkwrik/astah/astah/creator/element/CsDiagramCreator.java | 7d8f99b4bd1c1f031f3fe555620956112ba44c3f | [
"Apache-2.0"
] | permissive | kisolab/astah_plugins_released | https://github.com/kisolab/astah_plugins_released | d3cc036b9fde5886ad914f391b51f30c9676ae2b | e1ed674e998f953ab9becefc9bd9c474b8c569b7 | refs/heads/main | 2023-03-11T13:04:15.848000 | 2021-02-19T05:28:49 | 2021-02-19T05:28:49 | 331,816,243 | 0 | 4 | null | null | null | null | null | null | null | null | null | null | null | null | null | package io.github.nnkwrik.astah.astah.creator.element;
import com.change_vision.jude.api.inf.editor.CompositeStructureDiagramEditor;
import com.change_vision.jude.api.inf.exception.InvalidEditingException;
import com.change_vision.jude.api.inf.model.ICompositeStructureDiagram;
import com.change_vision.jude.api.in... | UTF-8 | Java | 1,209 | java | CsDiagramCreator.java | Java | [
{
"context": "\r\n\r\n/**\r\n * astahで合成構造図を作成するクリエイター\r\n *\r\n * @author Reika Nonokawa\r\n */\r\npublic class CsDiagramCreator {\r\n\r\n /**\r",
"end": 475,
"score": 0.9998617172241211,
"start": 461,
"tag": "NAME",
"value": "Reika Nonokawa"
}
] | null | [] | package io.github.nnkwrik.astah.astah.creator.element;
import com.change_vision.jude.api.inf.editor.CompositeStructureDiagramEditor;
import com.change_vision.jude.api.inf.exception.InvalidEditingException;
import com.change_vision.jude.api.inf.model.ICompositeStructureDiagram;
import com.change_vision.jude.api.in... | 1,201 | 0.68658 | 0.68658 | 37 | 29.216217 | 26.236074 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.351351 | false | false | 3 |
2ed610dcdfba5b459427e704287290a1099c7b3a | 154,618,837,525 | dafa4d90823972d30a18b8c8ae08d0671b4e262d | /dsc-dscexpen/src/main/java/com/dscexpen/date/HolidayUtil.java | f70a51b804e6f89e62808457c3b5678fdcad72aa | [] | no_license | dujianjun/dinfoSuccesCom | https://github.com/dujianjun/dinfoSuccesCom | 401517d26c2f52e9cd72df80bc188b291ad4bda6 | 47fd73fc752617bdced8242ec56a7c2b30d120ab | refs/heads/master | 2022-12-26T02:28:04.322000 | 2021-07-18T07:37:52 | 2021-07-18T07:37:52 | 172,716,774 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.dscexpen.date;
import java.io.File;
import java.io.FileInputStream;
import java.io.IOException;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Calendar;
import java.util.Date;
import java.util.List;
import com.dscexpen.tools.FileUtils;
import org.apache.log4j.Logger;
impo... | UTF-8 | Java | 5,113 | java | HolidayUtil.java | Java | [
{
"context": "\n\n\n/**\n * 根据读取配置的excel判断是否为法定节假日,及法定工作日\n * @author Administrator\n *\n */\npublic class HolidayUtil {\n\n private Si",
"end": 513,
"score": 0.5176519155502319,
"start": 500,
"tag": "USERNAME",
"value": "Administrator"
}
] | null | [] | package com.dscexpen.date;
import java.io.File;
import java.io.FileInputStream;
import java.io.IOException;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Calendar;
import java.util.Date;
import java.util.List;
import com.dscexpen.tools.FileUtils;
import org.apache.log4j.Logger;
impo... | 5,113 | 0.512914 | 0.506937 | 181 | 24.889503 | 19.797565 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.441989 | false | false | 3 |
7cbe56c2dfad6f5036220ede2bbaf2590a8dbfae | 32,530,082,340,014 | 83eedf0c7377c58449e2e94914a5f343501a9bf0 | /app/src/main/java/top/elune/demo/requestservice/v1/interfaces/IRequestService.java | 794f88d57cfd14e35fe0246a7d651e362c029676 | [] | no_license | OCTSJimmy/RequestService | https://github.com/OCTSJimmy/RequestService | d6f34a9b4f7dd38cc9be87c6e5ba823adc3802a6 | c0f2d22e812979dfb2af37dfd4179e7b1f6e5b6c | refs/heads/master | 2021-01-19T06:47:09.492000 | 2017-04-07T04:51:23 | 2017-04-07T04:51:23 | 86,704,462 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package top.elune.demo.requestservice.v1.interfaces;
import java.io.IOException;
import java.util.List;
import top.elune.demo.requestservice.v1.pojo.RequestArgs;
public interface IRequestService {
/**
* 请求核心代码
*
* @param args
* 请求参数列表
* @return 请求结果
*/
String request(Req... | UTF-8 | Java | 1,423 | java | IRequestService.java | Java | [] | null | [] | package top.elune.demo.requestservice.v1.interfaces;
import java.io.IOException;
import java.util.List;
import top.elune.demo.requestservice.v1.pojo.RequestArgs;
public interface IRequestService {
/**
* 请求核心代码
*
* @param args
* 请求参数列表
* @return 请求结果
*/
String request(Req... | 1,423 | 0.593443 | 0.587978 | 47 | 18.468084 | 13.373284 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.148936 | false | false | 3 |
8ca083fba681108a6eb9db6f8cbb42d69c7acd78 | 3,582,002,736,742 | 20b563707f4c10f53c26e8ec1671845f01a4719d | /factory-pattern/src/main/java/com/wen/factory/method/ArrayListFactory.java | 4258367a1606c7ec903c9d7459564d37887f9da8 | [] | no_license | huwenwen/design-pattern | https://github.com/huwenwen/design-pattern | 4dedd7e01ca4924d50306e1b9a7778118a6c17d8 | efb1cb5bd5905673e9c797e245c88cd23f0e0e67 | refs/heads/master | 2021-08-15T22:31:27.471000 | 2017-11-18T12:01:18 | 2017-11-18T12:01:18 | 110,682,066 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.wen.factory.method;
import java.util.ArrayList;
import java.util.List;
/**
* @author huwenwen
* @since 18/11/2017
*/
public class ArrayListFactory extends AbstractFactory {
public List getList() {
return new ArrayList();
}
}
| UTF-8 | Java | 258 | java | ArrayListFactory.java | Java | [
{
"context": ".ArrayList;\nimport java.util.List;\n\n/**\n * @author huwenwen\n * @since 18/11/2017\n */\npublic class ArrayListFa",
"end": 108,
"score": 0.9995234608650208,
"start": 100,
"tag": "USERNAME",
"value": "huwenwen"
}
] | null | [] | package com.wen.factory.method;
import java.util.ArrayList;
import java.util.List;
/**
* @author huwenwen
* @since 18/11/2017
*/
public class ArrayListFactory extends AbstractFactory {
public List getList() {
return new ArrayList();
}
}
| 258 | 0.689922 | 0.658915 | 14 | 17.428572 | 15.678531 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 3 |
912e70edf7bb9a1619b654952f08d6071e50d47c | 1,906,965,486,771 | d9a2b20899fe6bb3593cf7b3f647ceacfa512c3f | /app/src/main/java/com/example/mathe/gerenciadorpartes/Controller/Banco.java | b11c14f5fa75aea2b235a80efdb264401f442d98 | [] | no_license | mofreitas/GerenciadorPartes | https://github.com/mofreitas/GerenciadorPartes | 20d9b972aec6b14a14a52d63dcaa995771abbd45 | e528f720cdbe7ff01e68114ac4dd379f1e6c8c33 | refs/heads/master | 2020-03-16T17:16:06.336000 | 2018-05-10T02:47:43 | 2018-05-10T02:47:43 | 132,821,178 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.mathe.gerenciadorpartes.Controller;
import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteException;
import java.util.ArrayList;
import com.example.mathe.gerenciador... | UTF-8 | Java | 12,913 | java | Banco.java | Java | [
{
"context": "nciadorpartes.Model.Publicador;\n\n/**\n * Created by mathe on 17/12/2017.\n */\n\npublic class Banco{\n\n priv",
"end": 425,
"score": 0.9993774890899658,
"start": 420,
"tag": "USERNAME",
"value": "mathe"
}
] | null | [] | package com.example.mathe.gerenciadorpartes.Controller;
import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteException;
import java.util.ArrayList;
import com.example.mathe.gerenciador... | 12,913 | 0.528296 | 0.525886 | 297 | 42.316498 | 38.125889 | 181 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.680135 | false | false | 3 |
e7b28d069eaeb2b4339a9dcbf62a5faf2c50037f | 16,655,883,182,869 | 942b007e3ad820f48cd69e4e27a252f716435e9d | /src/Dao/ListTranIDDAO.java | 98540195850f3bceb4a5efd1dcc9a69a7aa0857f | [] | no_license | Ausadamos/Project_JAVA_SecurityMatrix | https://github.com/Ausadamos/Project_JAVA_SecurityMatrix | bf134736183089ace1745e937cd1b52bea5dacd6 | 3fff8cd1e19790bf1ae466e6b54d5416fc97484e | refs/heads/master | 2021-04-09T16:14:10.470000 | 2018-03-18T18:57:08 | 2018-03-18T18:57:08 | 125,757,397 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Dao;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.util.ArrayList;
import Bean.ListTranIDBean;
import Connect.ConnectionManager;
public class ListTranIDDAO {
static Connection Con = null;
static ResultSet rs = null;
public ArrayList<ListTranIDBea... | WINDOWS-1252 | Java | 3,073 | java | ListTranIDDAO.java | Java | [] | null | [] | package Dao;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.util.ArrayList;
import Bean.ListTranIDBean;
import Connect.ConnectionManager;
public class ListTranIDDAO {
static Connection Con = null;
static ResultSet rs = null;
public ArrayList<ListTranIDBea... | 3,073 | 0.665361 | 0.662749 | 162 | 17.907408 | 29.889675 | 242 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.932099 | false | false | 3 |
c786f37bb28cd062fcf4858e4b9c64f6a09ab5f3 | 16,784,732,201,125 | fcc882ccb65e213b1fc07c754672fb126a923ed5 | /test/com/giaolang/mathutil/core/DataDrivenMathUtilTest.java | f47e30100005bd7e15e56bce264d82979b29ef60 | [] | no_license | ManhPhanDuc/mathutilant-testing | https://github.com/ManhPhanDuc/mathutilant-testing | b7d87a7db466b9aabc481d302e92e09f99dae74b | 66cb7d2ab0179c654894e22d9f331cb41d211291 | refs/heads/main | 2023-08-13T23:39:05.717000 | 2021-10-01T03:29:14 | 2021-10-01T03:29:14 | null | 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 com.giaolang.mathutil.core;
import org.junit.*;
import static org.junit.Assert.assertEquals;
import org.junit.Test;
import org... | UTF-8 | Java | 1,414 | java | DataDrivenMathUtilTest.java | Java | [
{
"context": "unners.Parameterized.Parameter;\n\n/**\n *\n * @author Admin\n */\n@RunWith(value=Parameterized.class)\npublic cl",
"end": 457,
"score": 0.9119807481765747,
"start": 452,
"tag": "USERNAME",
"value": "Admin"
}
] | null | [] | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.giaolang.mathutil.core;
import org.junit.*;
import static org.junit.Assert.assertEquals;
import org.junit.Test;
import org... | 1,414 | 0.588402 | 0.565064 | 49 | 27.857143 | 20.105843 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.714286 | false | false | 3 |
c8733ec3b0a8a62c6cf411d3203c6de69c8aae26 | 32,908,039,430,417 | b96100b84ce1516350808488eb08dfe7149e7704 | /src/main/java/org/telegram/client/pojo/ChannelChat.java | cfd48ad99647e0ef1d6a1d320a0d0a93256cc284 | [] | no_license | sangharshgautam/gennie | https://github.com/sangharshgautam/gennie | 216509fcd85ed639f2569dd053426adc4b5a2304 | 651badaec9b614b5b703321a0dc2c0bb7f4ca78e | refs/heads/master | 2021-01-15T15:43:52.586000 | 2016-10-13T22:05:45 | 2016-10-13T22:05:45 | 50,056,613 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.telegram.client.pojo;
import javax.persistence.DiscriminatorValue;
import javax.persistence.Entity;
import javax.xml.bind.annotation.XmlType;
@Entity
@DiscriminatorValue("channel")
@XmlType(name="channel")
public class ChannelChat extends Chat{
}
| UTF-8 | Java | 262 | java | ChannelChat.java | Java | [] | null | [] | package org.telegram.client.pojo;
import javax.persistence.DiscriminatorValue;
import javax.persistence.Entity;
import javax.xml.bind.annotation.XmlType;
@Entity
@DiscriminatorValue("channel")
@XmlType(name="channel")
public class ChannelChat extends Chat{
}
| 262 | 0.812977 | 0.812977 | 12 | 20.833334 | 17.057907 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 3 |
96c3b1052e3d8ed1ee4650c11d69396143d77530 | 28,132,035,841,007 | 4c3af76e873da78932443ed8fd34b9a81e63f602 | /src/main/java/tracelink/D.java | c3f61ae39b3eb35bd00104692051cdb12a532991 | [] | no_license | pravesh1992/thread_deadlock_example | https://github.com/pravesh1992/thread_deadlock_example | c3d396986e8fc4692780c40ee521a87614e651c7 | ecac08e6f40f8467ad864a5914dcb76bc7ae578d | refs/heads/master | 2020-09-08T12:25:12.215000 | 2020-06-22T04:27:02 | 2020-06-22T04:27:02 | 221,133,262 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package tracelink;
import common.C;
public class D extends C {
public float m(float x1, float x2) {
return 0;
}
public static void main(String[] args) {
D d = new D();
System.out.println(d);
Integer a = null;
int b = a;
System.out.println(b);
}
// @Override
// float m(float x, fl... | UTF-8 | Java | 441 | java | D.java | Java | [] | null | [] | package tracelink;
import common.C;
public class D extends C {
public float m(float x1, float x2) {
return 0;
}
public static void main(String[] args) {
D d = new D();
System.out.println(d);
Integer a = null;
int b = a;
System.out.println(b);
}
// @Override
// float m(float x, fl... | 441 | 0.571429 | 0.560091 | 29 | 14.24138 | 13.750625 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.448276 | false | false | 3 |
ce93a62e55c223063e91ebf8ede01c5e2aed0cfe | 5,059,471,535,201 | 4727b815561a123529f1a03550453cad3b110d56 | /GUISafetyQues.java | 2a238c9c9f8139930d7ded98f978247c842e6b55 | [] | no_license | katherinexu/BookRecommendationEngine | https://github.com/katherinexu/BookRecommendationEngine | 4ef533c34a1cdeef5017b8b8a3f5cef014ad45f3 | 5234853a048ee6e40e61cd384e2713dc99f96d35 | refs/heads/master | 2018-01-09T18:42:15.204000 | 2016-03-05T06:54:17 | 2016-03-05T06:54:17 | 50,440,267 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /* GUISafetyQues.java
* This method is used to set three safety questions for all users in order to find the password if needed.
* Constantine, Katherine, Michael
*/
import javax.swing.*;
import java.awt.*;
import java.awt.event.*;
public class GUISafetyQues {
JLabel ques1, ques2, ques3, info, warning, nul... | UTF-8 | Java | 5,736 | java | GUISafetyQues.java | Java | [
{
"context": "users in order to find the password if needed. \n* Constantine, Katherine, Michael\n*/ \n\nimport javax.swing.*; \nim",
"end": 145,
"score": 0.9474524855613708,
"start": 134,
"tag": "NAME",
"value": "Constantine"
},
{
"context": "r to find the password if needed. \n* ... | null | [] | /* GUISafetyQues.java
* This method is used to set three safety questions for all users in order to find the password if needed.
* Constantine, Katherine, Michael
*/
import javax.swing.*;
import java.awt.*;
import java.awt.event.*;
public class GUISafetyQues {
JLabel ques1, ques2, ques3, info, warning, nul... | 5,736 | 0.6053 | 0.582462 | 116 | 48.448277 | 27.988403 | 147 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.224138 | false | false | 3 |
1ce3aa2d59fa5824f5af66b85aaf14d32219a422 | 5,059,471,531,908 | e2ca54baecaae1c88b97544a4744fb2d30cc51c1 | /src/examenm5_castro/Jam.java | 1933d0a7b13b17f49eddec8e4e3bbf0d1d8bc7ff | [] | no_license | J48137541/ExamenM5_Castro | https://github.com/J48137541/ExamenM5_Castro | ba5e78ba021b62219e3f6955ec08cb74b897ab38 | b5b3f97af72bd22f5b64820f7008a91ab325335f | refs/heads/master | 2020-03-17T17:25:52.277000 | 2018-05-17T09:11:45 | 2018-05-17T09:11:45 | 133,787,986 | 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 examenm5_castro;
/**
*
* @author alumne
*/
public class Jam {
//declaracio de totes les variables de la clase Jam
priv... | UTF-8 | Java | 2,519 | java | Jam.java | Java | [
{
"context": "r.\n */\npackage examenm5_castro;\n\n/**\n *\n * @author alumne\n */\npublic class Jam {\n //declaracio de totes ",
"end": 235,
"score": 0.9981120228767395,
"start": 229,
"tag": "USERNAME",
"value": "alumne"
}
] | 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 examenm5_castro;
/**
*
* @author alumne
*/
public class Jam {
//declaracio de totes les variables de la clase Jam
priv... | 2,519 | 0.632856 | 0.629276 | 90 | 26.933332 | 31.069027 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.077778 | false | false | 3 |
5bf290190af8dc3e65dfa091c971cc66b81568ce | 11,476,152,649,974 | b1380b6e213c629796ed819e2142678fecd151ce | /example_app/src/main/java/io/particle/cloudsdk/example_app/ValueActivity.java | 0c8143971e7c01538f1c62932dc5c16a1505441d | [
"Apache-2.0"
] | permissive | automategreen/spark-sdk-android | https://github.com/automategreen/spark-sdk-android | 7753fed0078ee30cdd6d5d3d2cfcadd4330f943f | fe1d6b01f8c3ce4f1fec9bd01f3b080df5c8ec98 | refs/heads/master | 2021-01-16T17:09:28.511000 | 2016-02-05T01:22:02 | 2016-02-05T01:22:02 | 51,043,277 | 0 | 1 | null | true | 2016-02-04T01:16:52 | 2016-02-04T01:16:52 | 2016-01-30T21:30:02 | 2016-01-28T17:25:49 | 487 | 0 | 0 | 0 | null | null | null | package io.particle.cloudsdk.example_app;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.widget.TextView;
import java.io.IOException;
import io.particle.android.sdk.cloud.ParticleCloud;... | UTF-8 | Java | 2,748 | java | ValueActivity.java | Java | [] | null | [] | package io.particle.cloudsdk.example_app;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.widget.TextView;
import java.io.IOException;
import io.particle.android.sdk.cloud.ParticleCloud;... | 2,748 | 0.600437 | 0.599345 | 74 | 36.135136 | 29.498659 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.594595 | false | false | 3 |
83f25f96df38fca55b901f904f15fc7139060886 | 9,268,539,467,097 | a2e1a8b026dcc579c4dc69a63be52f163cec3e3b | /src/main/java/com/web/service/UserInfoService.java | fe78b3f7566384228aa4bba95dbaece494f156f6 | [] | no_license | yinHengCQ/SSM-OrderManager | https://github.com/yinHengCQ/SSM-OrderManager | e0c0ff19cfe1fe8a08350a9a1d9e0a1c8e5ea43a | d78b78a736fcf70414699caf988bc6c4478045a0 | refs/heads/master | 2021-01-23T00:33:58.915000 | 2017-06-07T15:12:01 | 2017-06-07T15:12:01 | 92,817,211 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.web.service;
import com.web.entity.UserInfo;
public interface UserInfoService extends CommonService<UserInfo> {
}
| UTF-8 | Java | 136 | java | UserInfoService.java | Java | [] | null | [] | package com.web.service;
import com.web.entity.UserInfo;
public interface UserInfoService extends CommonService<UserInfo> {
}
| 136 | 0.764706 | 0.764706 | 7 | 17.428572 | 23.200106 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 3 |
4f121ac4c5ead11e002b5b0a892866519a4cf33c | 33,243,046,871,861 | dca68775411c8f4800fd987d524c67ff37ecd480 | /src/main/java/com/oracle/labor/web/PersonalArchivingHandler.java | 0010c6ae2da2b4e88078b46ac34101dd93e083ab | [] | no_license | laborTest/labor | https://github.com/laborTest/labor | 5c62decefed1abadc918166852ff8c52f6e85eb8 | c1ef51e233a4022b836f346e6f51327ff35a8b2d | refs/heads/master | 2020-03-15T10:38:35.658000 | 2018-06-03T07:14:07 | 2018-06-03T07:14:07 | 132,103,552 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.oracle.labor.web;
import java.util.Map;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import com.oracle.labor.service.PersonnelRecordService;
/**
* 个人归档service
... | UTF-8 | Java | 1,210 | java | PersonalArchivingHandler.java | Java | [
{
"context": "lRecordService;\r\n\r\n/**\r\n * 个人归档service\r\n * @author dingshuangen\r\n *\r\n */\r\n@Controller\r\n@RequestMapping(\"/service\"",
"end": 342,
"score": 0.9994766116142273,
"start": 330,
"tag": "USERNAME",
"value": "dingshuangen"
}
] | null | [] | package com.oracle.labor.web;
import java.util.Map;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import com.oracle.labor.service.PersonnelRecordService;
/**
* 个人归档service
... | 1,210 | 0.705882 | 0.704202 | 51 | 21.333334 | 26.168135 | 137 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.137255 | false | false | 3 |
15e5d1aad8b3a3659ae2baa2b7031aca80ea88b9 | 5,660,766,896,510 | eba02c1fd1978361594502050ddc05468e1fa3e7 | /src/main/java/home/javaphite/beholder/extraction/UrlDataExtractor.java | 54915f3bc57ca2d6985d39a7ad574f8595c2aedb | [
"MIT"
] | permissive | Javaphite/beholder-ms | https://github.com/Javaphite/beholder-ms | f3bcc6298409bbced560a00150eea59780496d6f | d334b5bfcfadc5b446913a7bb431defeaf6bb579 | refs/heads/master | 2018-10-17T05:15:02.189000 | 2018-09-30T14:52:03 | 2018-09-30T14:52:03 | 132,463,282 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package home.javaphite.beholder.extraction;
import home.javaphite.beholder.data.DataSchema;
import home.javaphite.beholder.load.LoadService;
import home.javaphite.beholder.storage.StorageService;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.util.LinkedList;
import java.util.List;
import java.u... | UTF-8 | Java | 1,567 | java | UrlDataExtractor.java | Java | [] | null | [] | package home.javaphite.beholder.extraction;
import home.javaphite.beholder.data.DataSchema;
import home.javaphite.beholder.load.LoadService;
import home.javaphite.beholder.storage.StorageService;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.util.LinkedList;
import java.util.List;
import java.u... | 1,567 | 0.724314 | 0.723038 | 49 | 30.979591 | 24.24239 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.632653 | false | false | 3 |
e4297da4b183434de22d4d7bd26774e2544772c1 | 5,660,766,900,306 | 50fc171465f6586175272b995fcfc5c32d1467fa | /ExampleAllAutomation/src/test/java/com/TestRunner/TestNGFeatures.java | 52ca63f07c70aeb544219e2c2da23195a27bf2a2 | [] | no_license | mdirfan201/ExampleAllAutomation | https://github.com/mdirfan201/ExampleAllAutomation | eb935cd860acc1968a9830483f030713801b2d76 | dc1ae1e4b3c57e54f1b261af8314ad86a0080a68 | refs/heads/master | 2023-03-28T15:31:18.521000 | 2021-03-24T17:42:33 | 2021-03-24T17:42:33 | 336,997,984 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.TestRunner;
import org.openqa.selenium.WebDriver;
import org.testng.annotations.Test;
public class TestNGFeatures {
static WebDriver driver;
@Test()
public void login() {
System.out.println("Login");
int i=9/4;
System.out.println("The value of i is: "+ i);
}
@Test(dependsOnMethods="logi... | UTF-8 | Java | 641 | java | TestNGFeatures.java | Java | [] | null | [] | package com.TestRunner;
import org.openqa.selenium.WebDriver;
import org.testng.annotations.Test;
public class TestNGFeatures {
static WebDriver driver;
@Test()
public void login() {
System.out.println("Login");
int i=9/4;
System.out.println("The value of i is: "+ i);
}
@Test(dependsOnMethods="logi... | 641 | 0.689548 | 0.686427 | 36 | 16.805555 | 17.068195 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.361111 | false | false | 3 |
dcfcbce2042b3bfb9673570719f06ca7983440bc | 26,654,567,106,666 | b451d80fa0f3d831a705ed58314b56dcd180ef4a | /kpluswebup_dao/src/main/java/com/kpluswebup/web/domain/CustomerDTO.java | 07eaa60fb97f74936fee7206cd5a816c49f92bf7 | [] | no_license | beppezhang/sobe | https://github.com/beppezhang/sobe | 8cbd9bbfcc81330964c2212c2a75f71fe98cc8df | 5fafd84d96a3b082edbadced064a9c135115e719 | refs/heads/master | 2021-01-13T06:03:19.431000 | 2017-06-22T03:35:54 | 2017-06-22T03:35:54 | 95,071,332 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kpluswebup.web.domain;
import java.util.Date;
import org.apache.ibatis.type.Alias;
@Alias("customerDTO")
public class CustomerDTO extends BaseDTO {
private Long id;
private Integer loginTimes;//登录错误次数
private String mainID; // 会员编号
private String username; //用户名
... | UTF-8 | Java | 9,118 | java | CustomerDTO.java | Java | [
{
"context": "D; // 会员编号\n\n private String username; //用户名\n\n private String password; //密码\n\n private",
"end": 316,
"score": 0.9991883635520935,
"start": 313,
"tag": "USERNAME",
"value": "用户名"
},
{
"context": "username; //用户名\n\n private String password; //... | null | [] | package com.kpluswebup.web.domain;
import java.util.Date;
import org.apache.ibatis.type.Alias;
@Alias("customerDTO")
public class CustomerDTO extends BaseDTO {
private Long id;
private Integer loginTimes;//登录错误次数
private String mainID; // 会员编号
private String username; //用户名
... | 9,122 | 0.604961 | 0.601917 | 478 | 17.556486 | 16.956625 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.378661 | false | false | 3 |
83b05420294aa47c567cfbdd5fbd63c13ed1f1f8 | 12,154,757,518,322 | 30cda8cf11e3ea45feae731925922123c317576d | /app/src/main/java/com/notinglife/android/LocationHelper/fragment/DeviceListFragment.java | 67bab00e415d159b7f390bd3d692a0a91bd7b345 | [] | no_license | saginardo/LocationHelperApp | https://github.com/saginardo/LocationHelperApp | 742de67e20ccd19acf819edb77d473e6779275da | 7baa0b6706f4ba7129ca211caa6d94bec27d7bb0 | refs/heads/master | 2021-01-01T04:08:34.503000 | 2017-07-13T14:05:07 | 2017-07-13T14:05:07 | 97,128,157 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.notinglife.android.LocationHelper.fragment;
import android.app.Activity;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter;
import android.os.Bundle;
import android.os.Handler;
import android.os.Message;
import andro... | UTF-8 | Java | 20,528 | java | DeviceListFragment.java | Java | [
{
"context": "fe.Unbinder;\n\n\n/**\n * ${DESCRIPTION}\n *\n * @author saginardo\n * @version ${VERSION}\n * date 2017-06-1",
"end": 1632,
"score": 0.9991094470024109,
"start": 1623,
"tag": "USERNAME",
"value": "saginardo"
}
] | null | [] | package com.notinglife.android.LocationHelper.fragment;
import android.app.Activity;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter;
import android.os.Bundle;
import android.os.Handler;
import android.os.Message;
import andro... | 20,528 | 0.589849 | 0.584732 | 467 | 40.850105 | 30.646059 | 178 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.745182 | false | false | 3 |
12486f41df0f380173868b3c3dc3c911f03324cf | 37,151,467,114,657 | fc7eaf57fc87faa8321bcdf83130a63f70e3f18c | /app/src/main/java/com/mobilephonemasts/app/presentation/tenants/TenantsViewState.java | f90c63963ae8583c7134ac9de346f7417ade2c0d | [] | no_license | RussellBoad/mobile-phone-masts | https://github.com/RussellBoad/mobile-phone-masts | 98a1243cd52b9dbd05216fa2de5872ba761b6778 | cbe471ea4ebf2e6d6dcddbc887fc21d394d6ce63 | refs/heads/master | 2020-03-12T08:58:20.808000 | 2018-05-13T11:15:44 | 2018-05-13T11:15:44 | 130,541,383 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mobilephonemasts.app.presentation.tenants;
import android.support.annotation.NonNull;
import com.google.auto.value.AutoValue;
import java.util.Collections;
import java.util.Map;
import static com.mobilephonemasts.app.presentation.tenants.TenantsViewState.Status.ERROR;
import static com.mobilephonemasts.... | UTF-8 | Java | 1,238 | java | TenantsViewState.java | Java | [] | null | [] | package com.mobilephonemasts.app.presentation.tenants;
import android.support.annotation.NonNull;
import com.google.auto.value.AutoValue;
import java.util.Collections;
import java.util.Map;
import static com.mobilephonemasts.app.presentation.tenants.TenantsViewState.Status.ERROR;
import static com.mobilephonemasts.... | 1,238 | 0.758481 | 0.758481 | 40 | 29.950001 | 31.044283 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 3 |
216fce149585ab77d6388b00dcdefdc04a4c0a8e | 36,412,732,751,203 | 8bb0196eeeaeebb3a7478df5c1a9fe0ebe177c78 | /java-foundation/src/main/java/com/learn/javafoundation/atomicInteger/TestAtomicInteger.java | 0fa32b380ec2d43c94671d851b7c9130c5102d9d | [] | no_license | liux1506/learn | https://github.com/liux1506/learn | 8ad3cf39dfcb96aaab8c94bbb561463481fe612b | d33cce2c61ffec8d033f9f25a88b2e88fb09f6e7 | refs/heads/master | 2022-07-12T17:49:48.439000 | 2020-01-02T09:17:51 | 2020-01-02T09:17:51 | 190,174,820 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.learn.javafoundation.atomicInteger;
import java.util.concurrent.atomic.AtomicInteger;
/**
* class:TestAtomicInteger
* description:
*
* @date:2019/6/6
* @author:liux1506
*/
public class TestAtomicInteger {
private int shareI = 0;
private AtomicInteger atomicLoop = new AtomicInteger(0);
privat... | UTF-8 | Java | 1,295 | java | TestAtomicInteger.java | Java | [
{
"context": "r\n * description:\n *\n * @date:2019/6/6\n * @author:liux1506\n */\n\npublic class TestAtomicInteger {\n\n private ",
"end": 187,
"score": 0.9996602535247803,
"start": 179,
"tag": "USERNAME",
"value": "liux1506"
}
] | null | [] | package com.learn.javafoundation.atomicInteger;
import java.util.concurrent.atomic.AtomicInteger;
/**
* class:TestAtomicInteger
* description:
*
* @date:2019/6/6
* @author:liux1506
*/
public class TestAtomicInteger {
private int shareI = 0;
private AtomicInteger atomicLoop = new AtomicInteger(0);
privat... | 1,295 | 0.634882 | 0.603912 | 63 | 18.476191 | 18.559948 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.380952 | false | false | 3 |
0110a775a8b78941da283e38907e8b788d8fc61d | 9,165,460,239,467 | fa66349e1be1df0dd69547cb69955b91975a0182 | /src/main/java/seedu/address/logic/parser/UpdateClientCommandParser.java | 0c1d18ae5e5d5b847cd668f01aaf324f630a5a6d | [
"LicenseRef-scancode-other-permissive",
"MIT"
] | permissive | Syasyazman/tp | https://github.com/Syasyazman/tp | be85b978e26bb62e56da6c2bf0a487ec4e3e3993 | 7931a7f452ef2787da1a99d59e1bcaa995678610 | refs/heads/master | 2023-01-09T00:40:16.218000 | 2020-11-09T15:35:41 | 2020-11-09T15:35:41 | 295,982,710 | 0 | 0 | NOASSERTION | true | 2020-09-16T09:14:50 | 2020-09-16T09:14:48 | 2020-09-12T02:27:03 | 2020-09-11T17:51:26 | 11,418 | 0 | 0 | 0 | null | false | false | package seedu.address.logic.parser;
import static java.util.Objects.requireNonNull;
import static seedu.address.logic.parser.CliSyntax.UPDATE_CLIENT_PREFIX_ADDRESS;
import static seedu.address.logic.parser.CliSyntax.UPDATE_CLIENT_PREFIX_CLIENTID;
import static seedu.address.logic.parser.CliSyntax.UPDATE_CLIENT_PREFIX_... | UTF-8 | Java | 3,273 | java | UpdateClientCommandParser.java | Java | [] | null | [] | package seedu.address.logic.parser;
import static java.util.Objects.requireNonNull;
import static seedu.address.logic.parser.CliSyntax.UPDATE_CLIENT_PREFIX_ADDRESS;
import static seedu.address.logic.parser.CliSyntax.UPDATE_CLIENT_PREFIX_CLIENTID;
import static seedu.address.logic.parser.CliSyntax.UPDATE_CLIENT_PREFIX_... | 3,273 | 0.700886 | 0.700886 | 79 | 40.430378 | 32.20845 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.518987 | false | false | 3 |
5f0f8b5321f81191cc015fc2e3c2e2bf13d9a45e | 31,653,909,029,710 | 2c89a73d069d8a9f67c0cf2987e52f35895048aa | /src/main/java/spark/sample/SampleConfig.java | 9206f3eb828f50fc0b29a06bcfeb1717beaed211 | [] | no_license | code-j/spark-sample | https://github.com/code-j/spark-sample | 9270e8e461ca2dfbfb251858b06298551bd86d6f | 9a3e66f4725edf2cfd1485fb7e7faf7dd29b8be9 | refs/heads/master | 2021-08-23T19:30:40.167000 | 2017-12-06T07:15:05 | 2017-12-06T07:15:05 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package spark.sample;
import org.apache.spark.SparkConf;
import org.apache.spark.api.java.JavaSparkContext;
public class SampleConfig {
public static SparkConf conf() {
SparkConf sparkConf = new SparkConf();
sparkConf.set("spark.driver.host", "127.0.0.1");
sparkConf.setMaster("local[*]");
sparkConf.setAppNa... | UTF-8 | Java | 489 | java | SampleConfig.java | Java | [
{
"context": "parkConf();\n\t\tsparkConf.set(\"spark.driver.host\", \"127.0.0.1\");\n\t\tsparkConf.setMaster(\"local[*]\");\n\t\tsparkConf",
"end": 261,
"score": 0.9984554648399353,
"start": 252,
"tag": "IP_ADDRESS",
"value": "127.0.0.1"
}
] | null | [] | package spark.sample;
import org.apache.spark.SparkConf;
import org.apache.spark.api.java.JavaSparkContext;
public class SampleConfig {
public static SparkConf conf() {
SparkConf sparkConf = new SparkConf();
sparkConf.set("spark.driver.host", "127.0.0.1");
sparkConf.setMaster("local[*]");
sparkConf.setAppNa... | 489 | 0.740286 | 0.728016 | 20 | 23.450001 | 19.350645 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.45 | false | false | 3 |
51798eb469dc00b30fd113ec4f5a79bd8fe181bd | 15,788,299,846,567 | f052d65b25c0f2a81bf5b61e8f21397c2cf2e89c | /client/src/test/java/at/ac/tuwien/inso/ticketline/client/unittest/PerformanceServiceTest.java | 2507920e0f0a2efc32984adab3efe29db9cee6bc | [
"MIT",
"LicenseRef-scancode-warranty-disclaimer",
"Apache-2.0"
] | permissive | pinkgoldpeach/Ticketline | https://github.com/pinkgoldpeach/Ticketline | 063be949f331777939f381a7a03f305b79394959 | 1d4a27d24665dd33f18fd78defa490236eb7fadc | refs/heads/master | 2021-01-12T03:03:00.771000 | 2017-01-05T21:43:12 | 2017-01-05T21:43:12 | 78,149,690 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package at.ac.tuwien.inso.ticketline.client.unittest;
/**
*
*/
public class PerformanceServiceTest {
}
| UTF-8 | Java | 107 | java | PerformanceServiceTest.java | Java | [] | null | [] | package at.ac.tuwien.inso.ticketline.client.unittest;
/**
*
*/
public class PerformanceServiceTest {
}
| 107 | 0.728972 | 0.728972 | 8 | 12.375 | 19.286896 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.125 | false | false | 3 |
9be82ad95aa22de32fd56a1cb19ff4438329605c | 10,222,022,200,049 | dfa945d8bfa2d4e2b8006a2cfffdf4ec7217cee7 | /eitaa-src/messenger/exoplayer/MediaCodecVideoTrackRenderer.java | 2f9805d479ca143771174ed992e796df5a8a9a9f | [] | no_license | ondfly/cmp_eitaa_telegram | https://github.com/ondfly/cmp_eitaa_telegram | fd0b258fec8318bd5380baba4708882014c70dc1 | 79a1473e04f5fe57fe05570117dfda9a3e8c755d | refs/heads/master | 2020-03-14T13:03:57.239000 | 2018-04-30T17:18:47 | 2018-05-01T17:16:21 | 131,624,694 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ir.eitaa.messenger.exoplayer;
import android.annotation.SuppressLint;
import android.annotation.TargetApi;
import android.content.Context;
import android.media.MediaCodec;
import android.media.MediaCodec.BufferInfo;
import android.media.MediaCrypto;
import android.os.Handler;
import android.os.SystemClock;
imp... | UTF-8 | Java | 18,283 | java | MediaCodecVideoTrackRenderer.java | Java | [] | null | [] | package ir.eitaa.messenger.exoplayer;
import android.annotation.SuppressLint;
import android.annotation.TargetApi;
import android.content.Context;
import android.media.MediaCodec;
import android.media.MediaCodec.BufferInfo;
import android.media.MediaCrypto;
import android.os.Handler;
import android.os.SystemClock;
imp... | 18,283 | 0.693322 | 0.676749 | 559 | 31.708408 | 37.021183 | 340 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.719141 | false | false | 3 |
508e799f5babb066dad93ca7532f8724100d53b2 | 7,284,264,554,688 | 3c0857ee8c40bcbc4a690c3f1835f42c1898958b | /src/test/java/com/spring/proyecto2/Prueba_Metodo_Editar.java | 303bc6abbb596576a4362d5ac1f3dc755439546e | [] | no_license | SengoZ/Proyecto2-AgendaTelefonica | https://github.com/SengoZ/Proyecto2-AgendaTelefonica | 31dc811c929444028bcc9df8b2a4a3412721525a | a297a5fc6005b716cc59ccfdf7d7b4981f50a57f | refs/heads/master | 2020-04-30T01:47:35.995000 | 2019-03-29T07:24:33 | 2019-03-29T07:24:33 | 176,539,324 | 0 | 0 | null | false | 2019-03-29T07:24:33 | 2019-03-19T15:11:58 | 2019-03-27T14:02:03 | 2019-03-29T07:24:33 | 3,783 | 0 | 0 | 0 | Java | false | null | package com.spring.proyecto2;
import static org.junit.Assert.assertNotEquals;
import java.util.ArrayList;
import java.util.List;
import org.hibernate.Hibernate;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework... | UTF-8 | Java | 1,689 | java | Prueba_Metodo_Editar.java | Java | [
{
"context": "\t\tString antiguo = p.getNombre();\r\n\t\tp.setNombre(\"Ramón\");\r\n\t\tSystem.out.println(\"***********************",
"end": 1311,
"score": 0.9997694492340088,
"start": 1306,
"tag": "NAME",
"value": "Ramón"
}
] | null | [] | package com.spring.proyecto2;
import static org.junit.Assert.assertNotEquals;
import java.util.ArrayList;
import java.util.List;
import org.hibernate.Hibernate;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework... | 1,689 | 0.691351 | 0.683057 | 65 | 23.969231 | 23.352793 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.246154 | false | false | 3 |
078bad96549ccdd7bb1b36de521a8e7d3abcf9b5 | 18,511,309,085,409 | 1eb1a37c6beeab0f47be7a9f62f92eda79b76ea5 | /app/src/main/java/wiki/scene/basefragmentv2018/MyApp.java | 9f10fd532ebef8805fa8104cfc8cbef43dc8ab70 | [] | no_license | sceneren/BaseFragmentV2018 | https://github.com/sceneren/BaseFragmentV2018 | 5c4f9eef636a1e93667c08b61a519d2775ecf750 | 8832e6f66ba631a7abe30e81bd92dd2f04cf86b8 | refs/heads/master | 2020-03-28T11:54:27.443000 | 2018-09-11T10:38:18 | 2018-09-11T10:38:18 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package wiki.scene.basefragmentv2018;
import android.annotation.SuppressLint;
import android.content.Context;
import com.blankj.utilcode.util.AppUtils;
import com.blankj.utilcode.util.CrashUtils;
import com.blankj.utilcode.util.LogUtils;
import com.squareup.leakcanary.LeakCanary;
import com.squareup.leakcanary.RefWat... | UTF-8 | Java | 1,535 | java | MyApp.java | Java | [] | null | [] | package wiki.scene.basefragmentv2018;
import android.annotation.SuppressLint;
import android.content.Context;
import com.blankj.utilcode.util.AppUtils;
import com.blankj.utilcode.util.CrashUtils;
import com.blankj.utilcode.util.LogUtils;
import com.squareup.leakcanary.LeakCanary;
import com.squareup.leakcanary.RefWat... | 1,535 | 0.661889 | 0.659283 | 55 | 26.90909 | 21.499491 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.436364 | false | false | 3 |
bf9d83d62269b91fb04383096a6c9efd546507d6 | 16,501,264,407,642 | 3e62dea783ba41a0895a97cbc8431f24737c0d72 | /trunk/src/plm-hmcf/src/main/java/com/sinitek/sirm/busin/plm/entity/IPLMReviewRight.java | d95792be05043aac621fab509bc78c81d144d50b | [] | no_license | zhanght86/plm-hmcf | https://github.com/zhanght86/plm-hmcf | 7cf8f8257755e0184c4ceaed0a8bdc7b93a767d5 | 94de14dc426a290cd9a2650e3c45d86f40831cb4 | refs/heads/master | 2019-08-31T09:39:27.747000 | 2017-05-26T00:57:14 | 2017-05-26T00:57:14 | 98,046,242 | 0 | 2 | null | true | 2017-07-22T17:12:15 | 2017-07-22T17:12:15 | 2017-05-26T01:31:41 | 2017-05-26T01:31:24 | 18,133 | 0 | 0 | 0 | null | null | null | /**
* File Name: IPLMReviewRight.java
*
* File Desc: 复核权限设置
*
* Module Name: 产品管理
*
* Module AB: 产品管理
*
* Author: MetaDB Framework
*
* History: 2015-06-23 created by MetaDB Framework
*/
package com.sinitek.sirm.busin.plm.entity;
import com.sinitek.base.metadb.*;
/**
* 复核权限设置
*
* @a... | UTF-8 | Java | 1,125 | java | IPLMReviewRight.java | Java | [] | null | [] | /**
* File Name: IPLMReviewRight.java
*
* File Desc: 复核权限设置
*
* Module Name: 产品管理
*
* Module AB: 产品管理
*
* Author: MetaDB Framework
*
* History: 2015-06-23 created by MetaDB Framework
*/
package com.sinitek.sirm.busin.plm.entity;
import com.sinitek.base.metadb.*;
/**
* 复核权限设置
*
* @a... | 1,125 | 0.580645 | 0.570239 | 60 | 15.033334 | 15.927928 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.116667 | false | false | 3 |
f864e74f3c6f56045ad16ee0ae37fa44c6ad985a | 35,278,861,425,146 | e5396336fd8ce2835641757316219b1c81e8dbc8 | /src/main/java/ham/arhat/hash/filter/CloseFilter.java | ddf24e1335679c37aec6287c34b1f4d4c9ecf577 | [] | no_license | dalalsunil1986/amhat | https://github.com/dalalsunil1986/amhat | 58ebdfc0f605bfddb050be160619c90dfb9e3b83 | d910a5cc68a01e36a8d0692a948633aafab4b400 | refs/heads/master | 2020-06-15T00:48:35.672000 | 2019-05-06T17:26:09 | 2019-05-06T17:26:09 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ham.arhat.hash.filter;
import ham.arhat.hash.message.SecretsMessage;
import ham.arhat.message.CloseMessage;
import ham.arhat.message.TransportMessageType;
import lombok.RequiredArgsConstructor;
import lombok.extern.slf4j.Slf4j;
import org.apache.mina.core.filterchain.IoFilterAdapter;
import org.apache.mina.cor... | UTF-8 | Java | 5,842 | java | CloseFilter.java | Java | [] | null | [] | package ham.arhat.hash.filter;
import ham.arhat.hash.message.SecretsMessage;
import ham.arhat.message.CloseMessage;
import ham.arhat.message.TransportMessageType;
import lombok.RequiredArgsConstructor;
import lombok.extern.slf4j.Slf4j;
import org.apache.mina.core.filterchain.IoFilterAdapter;
import org.apache.mina.cor... | 5,842 | 0.678535 | 0.678021 | 146 | 39.013699 | 33.49197 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.712329 | false | false | 3 |
959f51b646eec0f8e5186b21eff5887eae357465 | 36,275,293,826,843 | 05ba8cb2bac726d44e41eb61531bcd95cd3bc115 | /MyTravelingDiary/XingKa/app/src/main/java/com/ruihai/xingka/api/model/XKRepo.java | f8a392ac19511ce2f623385da0b7b6079d35a51b | [
"Apache-2.0"
] | permissive | LegendKe/MyTravelingDiary | https://github.com/LegendKe/MyTravelingDiary | 78d75a6c60f1cc548660af63dbfc109becd24866 | 0bcb2a558fc5eacdae35573b43b03fbb2d46b341 | refs/heads/master | 2021-01-11T09:17:18.563000 | 2016-12-22T02:01:54 | 2016-12-22T02:01:54 | 77,099,508 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ruihai.xingka.api.model;
import com.google.gson.annotations.SerializedName;
import java.util.List;
/**
* Created by zecker on 15/8/11.
*/
public class XKRepo {
@SerializedName("success")
private boolean success;
@SerializedName("code")
private int code;
@SerializedName("msg")
pr... | UTF-8 | Java | 2,923 | java | XKRepo.java | Java | [
{
"context": "edName;\n\nimport java.util.List;\n\n/**\n * Created by zecker on 15/8/11.\n */\npublic class XKRepo {\n @Serial",
"end": 138,
"score": 0.9995698928833008,
"start": 132,
"tag": "USERNAME",
"value": "zecker"
}
] | null | [] | package com.ruihai.xingka.api.model;
import com.google.gson.annotations.SerializedName;
import java.util.List;
/**
* Created by zecker on 15/8/11.
*/
public class XKRepo {
@SerializedName("success")
private boolean success;
@SerializedName("code")
private int code;
@SerializedName("msg")
pr... | 2,923 | 0.642148 | 0.640438 | 133 | 20.977444 | 18.118851 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.293233 | false | false | 3 |
efb26c997363e6eb89b6dd60bfd96b2937ff012c | 4,715,874,124,239 | e2d1ad7bfd684f4d49469130e166efd6f47b59af | /common/src/main/java/com/snowbuffer/study/java/common/excel2/parser/HutoolExcelParser.java | 0b0a1e81bf71fd9011c58ca430a42fdeea82f3d8 | [] | no_license | snowbuffer/jdk-java-basic | https://github.com/snowbuffer/jdk-java-basic | 8545aef243c2d0a2749ea888dbe92bec9b49751c | 2414167f93569d878b2d802b9c70af906b605c7a | refs/heads/master | 2022-12-22T22:10:11.575000 | 2021-07-06T06:13:38 | 2021-07-06T06:13:38 | 172,832,856 | 0 | 1 | null | false | 2022-12-16T04:40:12 | 2019-02-27T03:04:57 | 2021-07-06T06:13:46 | 2022-12-16T04:40:09 | 3,604 | 0 | 1 | 15 | Java | false | false | package com.snowbuffer.study.java.common.excel2.parser;
import cn.hutool.poi.excel.ExcelReader;
import cn.hutool.poi.excel.ExcelUtil;
import cn.hutool.poi.excel.ExcelWriter;
import cn.hutool.poi.excel.style.StyleUtil;
import com.snowbuffer.study.java.common.excel2.ExcelConfigFactory;
import com.snowbuffer.study.java.c... | UTF-8 | Java | 2,856 | java | HutoolExcelParser.java | Java | [
{
"context": "java.util.UUID;\n\n/**\n * Description:\n *\n * @author cjb\n * @since 2021-06-10 15:28\n */\n@Slf4j\npublic clas",
"end": 663,
"score": 0.9996575117111206,
"start": 660,
"tag": "USERNAME",
"value": "cjb"
}
] | null | [] | package com.snowbuffer.study.java.common.excel2.parser;
import cn.hutool.poi.excel.ExcelReader;
import cn.hutool.poi.excel.ExcelUtil;
import cn.hutool.poi.excel.ExcelWriter;
import cn.hutool.poi.excel.style.StyleUtil;
import com.snowbuffer.study.java.common.excel2.ExcelConfigFactory;
import com.snowbuffer.study.java.c... | 2,856 | 0.669468 | 0.660364 | 88 | 31.454546 | 26.367985 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.670455 | false | false | 3 |
0bbf7b468f7b6efb70a0d3e715b014d6d253317a | 10,393,820,856,992 | 0d50d57140a6d5d8f6ace3361496f4f0b4e1d5bb | /src/com/example/demo/pass/algorithm/recursion/T_9714.java | 99974d2c35ec20dcff733f2f72fe10e6abb2350e | [] | no_license | My1deA/Algorithm-2006 | https://github.com/My1deA/Algorithm-2006 | 3870bd01577d0c52664c328874d8cd9261f0be7f | 85f628ba3494bcde33c3942f254454a7396e5133 | refs/heads/master | 2023-06-27T11:07:57.352000 | 2021-07-31T14:44:01 | 2021-07-31T14:44:01 | 269,584,997 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.demo.pass.algorithm.recursion;
// 9714 圣诞礼物 recursion
/*Description
圣诞节到了,圣诞老人给 N 个小朋友准备了 M 个同样的礼物。每个小朋友有一个袜子(袜子不编号,无区别,认为袜子都相同),圣诞老人将 M 个礼物装到 N 个袜子中的放法有多少种?
注意:
1)若M=7 N=3,那么5,1,1的放法和1,5,1的放法算是同一种装法。
2)允许袜子为空。
3)M和N无大小关系,M可以比N大,M也可以比N小。
Input
... | UTF-8 | Java | 2,245 | java | T_9714.java | Java | [] | null | [] | package com.example.demo.pass.algorithm.recursion;
// 9714 圣诞礼物 recursion
/*Description
圣诞节到了,圣诞老人给 N 个小朋友准备了 M 个同样的礼物。每个小朋友有一个袜子(袜子不编号,无区别,认为袜子都相同),圣诞老人将 M 个礼物装到 N 个袜子中的放法有多少种?
注意:
1)若M=7 N=3,那么5,1,1的放法和1,5,1的放法算是同一种装法。
2)允许袜子为空。
3)M和N无大小关系,M可以比N大,M也可以比N小。
Input
... | 2,245 | 0.494182 | 0.459274 | 61 | 22.950819 | 21.294519 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.47541 | false | false | 3 |
f677d56e4685114ca7fe0136b4cbbfcc655a0b7b | 12,549,894,467,586 | 00027bf3f90bca5c33b9b17f8c8266b8285b17a1 | /Spring/SpringJdbc_Maven/springjdbc/src/main/java/com/nextbox/jdbc/springjdbc/dao/NamedParameterJdbcDaoSupportImpl.java | 837478c55373218897d25c77244f3ff7a4424176 | [] | no_license | nextbox/Labs | https://github.com/nextbox/Labs | 12c4567f0d12449d8b9fbb31e92c26bb614b6a8b | 3b11e6bbd576c90ff3582f944fb064c0f0abb2d8 | refs/heads/master | 2020-04-16T12:42:08.700000 | 2014-08-25T02:48:30 | 2014-08-25T02:48:30 | 13,454,172 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.nextbox.jdbc.springjdbc.dao;
import javax.sql.DataSource;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.jdbc.core.namedparam.NamedParameterJdbcDaoSupport;
import org.springframework.stereotype.Repository;
@Repository
public class NamedParameterJdbcDaoSupportImp... | UTF-8 | Java | 636 | java | NamedParameterJdbcDaoSupportImpl.java | Java | [] | null | [] | package com.nextbox.jdbc.springjdbc.dao;
import javax.sql.DataSource;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.jdbc.core.namedparam.NamedParameterJdbcDaoSupport;
import org.springframework.stereotype.Repository;
@Repository
public class NamedParameterJdbcDaoSupportImp... | 636 | 0.81761 | 0.81761 | 21 | 29.285715 | 29.494379 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.142857 | false | false | 3 |
b3ecf89e6d638e019bbdabf8ee9a05fc6a9bb734 | 37,082,747,658,598 | c28a6f2c8ce8f986b5c22fd602e7349e68af8f9c | /android/frameworks/base/core/java/android/os/RecoverySignature.java | f9955a7500070e504e045f1091bbbd4847acfc4d | [
"LicenseRef-scancode-unicode",
"Apache-2.0"
] | permissive | BPI-SINOVOIP/BPI-1296-Android6 | https://github.com/BPI-SINOVOIP/BPI-1296-Android6 | d6ade74367696c644a1b053b308d164ba53d3f8c | 1ba45ab7555440dc3721d6acda3e831e7a3e3ff3 | refs/heads/master | 2023-02-24T18:23:02.110000 | 2019-08-09T04:01:16 | 2019-08-09T04:01:16 | 166,341,197 | 0 | 5 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright (C) 2014 Realtek Semiconductor Corp.
* Author: stanely
* History:
* 2014.04.21 : First draft
*/
package android.os;
import android.util.TypedValue;
import android.util.Log;
import java.io.File;
import java.io.FileOutputStream;
import java.io.BufferedOutputStream;
import java.nio.charset.Char... | UTF-8 | Java | 3,633 | java | RecoverySignature.java | Java | [
{
"context": "ht (C) 2014 Realtek Semiconductor Corp.\n * Author: stanely\n * History:\n * 2014.04.21 : First draft\n */\n",
"end": 71,
"score": 0.9720599055290222,
"start": 64,
"tag": "USERNAME",
"value": "stanely"
}
] | null | [] | /*
* Copyright (C) 2014 Realtek Semiconductor Corp.
* Author: stanely
* History:
* 2014.04.21 : First draft
*/
package android.os;
import android.util.TypedValue;
import android.util.Log;
import java.io.File;
import java.io.FileOutputStream;
import java.io.BufferedOutputStream;
import java.nio.charset.Char... | 3,633 | 0.588494 | 0.574181 | 105 | 33.580952 | 30.631693 | 137 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.885714 | false | false | 3 |
6f8a57c7deb728ae2b67593adb65f60679895775 | 37,443,524,904,773 | 7f8ad78a6d63a94c4ae5a45f2eb8b14456201b90 | /qq/src/main/java/com/handsome/didi/Bean/Find.java | dc776022f48bda4a3702e3f4b1c6907bb463ceb1 | [] | no_license | ZSCDumin/YaNi | https://github.com/ZSCDumin/YaNi | 4541f31f517988c737a77f9a5cd42713793168aa | e0043053b0a60b64aaa339300285372157198edd | refs/heads/master | 2021-05-08T05:37:57.958000 | 2017-09-20T10:44:38 | 2017-09-20T10:44:38 | 106,506,917 | 2 | 0 | null | true | 2017-10-11T04:47:34 | 2017-10-11T04:47:34 | 2017-09-27T01:53:10 | 2017-09-20T10:47:32 | 48,007 | 0 | 0 | 0 | null | null | null | package com.handsome.didi.Bean;
import java.util.List;
import cn.bmob.v3.BmobObject;
/**
* Created by handsome on 2016/4/14.
*/
public class Find extends BmobObject {
//店铺ID
public String S_OID;
//用户发表内容
public String user_post;
//用户名
public String user_name;
//用户发表主题
public String... | UTF-8 | Java | 789 | java | Find.java | Java | [
{
"context": "\n\nimport cn.bmob.v3.BmobObject;\n\n/**\n * Created by handsome on 2016/4/14.\n */\npublic class Find extends BmobO",
"end": 114,
"score": 0.9995567798614502,
"start": 106,
"tag": "USERNAME",
"value": "handsome"
}
] | null | [] | package com.handsome.didi.Bean;
import java.util.List;
import cn.bmob.v3.BmobObject;
/**
* Created by handsome on 2016/4/14.
*/
public class Find extends BmobObject {
//店铺ID
public String S_OID;
//用户发表内容
public String user_post;
//用户名
public String user_name;
//用户发表主题
public String... | 789 | 0.619259 | 0.595556 | 37 | 17.243244 | 12.749998 | 38 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.378378 | false | false | 3 |
ee52a0498b0a1190f34e895e801ef8b6df2ed1f2 | 35,278,861,415,590 | 3cc75c002f0dafa70a19e635864d92138c735654 | /dt-business/business-web/src/main/java/com/fight/dt/business/web/controller/OptionalShareController.java | 7c2f9355e28563c99de65d9f8908411061569f3e | [] | no_license | masterzxt/team | https://github.com/masterzxt/team | 171f87790be74f385acbaca8dd192f8bb9cf9bf0 | bd9849f6bc8765137734a16c898b36069e84973e | refs/heads/master | 2020-12-02T18:11:36.111000 | 2017-07-29T05:27:45 | 2017-07-29T05:27:45 | 96,491,028 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.fight.dt.business.web.controller;
import com.fight.dt.business.common.beans.OptionalShare;
import com.fight.dt.business.common.beans.User;
import com.fight.dt.business.common.core.MsgEnum;
import com.fight.dt.business.service.OptionalShareService;
import com.fight.dt.business.service.impl.DtSpringSecurityS... | UTF-8 | Java | 2,640 | java | OptionalShareController.java | Java | [
{
"context": "til.Map;\nimport java.util.List;\n\n/**\n * Created by zhangwei on 17/7/27.\n */\n@RestController(\"optionalShareCon",
"end": 900,
"score": 0.9987905621528625,
"start": 892,
"tag": "USERNAME",
"value": "zhangwei"
}
] | null | [] | package com.fight.dt.business.web.controller;
import com.fight.dt.business.common.beans.OptionalShare;
import com.fight.dt.business.common.beans.User;
import com.fight.dt.business.common.core.MsgEnum;
import com.fight.dt.business.service.OptionalShareService;
import com.fight.dt.business.service.impl.DtSpringSecurityS... | 2,640 | 0.745076 | 0.742045 | 66 | 39 | 24.956326 | 124 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.742424 | false | false | 3 |
788ac351beb8c666f67fcee10d4f200e7ffc4555 | 38,293,928,430,830 | d1efa11ed0337e95b740a6e6f75bdbadc0136e0b | /src/main/java/com/generic/file/parser/parser/processor/CSVFileParserProcessor.java | 5e021a4e8aae2e82c22b6c7d3d4a135eda050277 | [] | no_license | rahuldcosta/generic-file-parser | https://github.com/rahuldcosta/generic-file-parser | 9897f9eb85101176a144c46edf4f2ff5a5e9174d | 7ecac6a64938d29ff853ff6d0e62a8fbe5a3e9a2 | refs/heads/main | 2023-01-14T15:55:36.091000 | 2020-11-24T08:55:32 | 2020-11-24T08:55:32 | 315,573,812 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.generic.file.parser.parser.processor;
import com.generic.file.parser.compressor.Compressor;
import com.generic.file.parser.encoder.Encoder;
import com.generic.file.parser.encryptor.Encryptor;
import com.generic.file.parser.parser.CSVFileParser;
import com.generic.file.parser.parser.Parser;
public class CS... | UTF-8 | Java | 749 | java | CSVFileParserProcessor.java | Java | [] | null | [] | package com.generic.file.parser.parser.processor;
import com.generic.file.parser.compressor.Compressor;
import com.generic.file.parser.encoder.Encoder;
import com.generic.file.parser.encryptor.Encryptor;
import com.generic.file.parser.parser.CSVFileParser;
import com.generic.file.parser.parser.Parser;
public class CS... | 749 | 0.740988 | 0.740988 | 18 | 40.611111 | 31.150421 | 131 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 3 |
63693c725278f79ffb3ab17299b1516532de0cdf | 36,739,150,280,289 | f6a1d03a5273d981de7f08a86d5f91d4ff42311c | /src/dev/stockanalyzer/gui/StockGUI.java | 5bde732c65d2747b5e31abc28e1398e1c194cb96 | [] | no_license | asarow/stockanalyzer | https://github.com/asarow/stockanalyzer | 2601afb38ee6a68c1314911159d1bf10fec26e4a | 4b5a9dfcd21066bda3c1ca0d2c2d83cc94a0520f | refs/heads/master | 2020-05-19T22:11:03.190000 | 2016-02-19T18:33:48 | 2016-02-19T18:33:48 | 39,865,985 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package dev.stockanalyzer.gui;
import java.awt.BorderLayout;
import java.awt.GridLayout;
import java.awt.event.ActionListener;
import java.awt.event.ActionEvent;
import java.awt.event.WindowEvent;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JTable;
import javax.swing.JTabbedPa... | UTF-8 | Java | 14,333 | java | StockGUI.java | Java | [
{
"context": "n the model view controller class.\r\n *\r\n * @author Amandeep Sarow\r\n */\r\npublic class StockGUI extends JFrame {\r\n p",
"end": 771,
"score": 0.991429328918457,
"start": 757,
"tag": "NAME",
"value": "Amandeep Sarow"
}
] | null | [] | package dev.stockanalyzer.gui;
import java.awt.BorderLayout;
import java.awt.GridLayout;
import java.awt.event.ActionListener;
import java.awt.event.ActionEvent;
import java.awt.event.WindowEvent;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JTable;
import javax.swing.JTabbedPa... | 14,325 | 0.616689 | 0.610549 | 448 | 29.984375 | 23.94492 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.232143 | false | false | 3 |
d5ca8352cb45c6f4535b2eb3123cfe83222d63f7 | 35,897,336,700,632 | cc31b7839c25ad10d709785beebaaffca8925bdd | /app/src/main/java/com/example/proga2_laba/Service/organization/Organization.java | 98ff22d40ebce91508d352bd30c951804f24d885 | [] | no_license | AntonBuikooo/AnroidEnterpriseApp | https://github.com/AntonBuikooo/AnroidEnterpriseApp | a1f1ba1f43fb39b93214e6b8cb409474b5c3245f | 9a63a93586b6fc45f724864cef68ab1447c6f911 | refs/heads/master | 2023-07-19T21:48:14.970000 | 2019-10-24T19:44:54 | 2019-10-24T19:44:54 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.proga2_laba.Service.organization;
public enum Organization {
BELSTU(8),
BELGUIR(6),
BENTY(6);
Organization(int rating){
this.count = count;
this.rating = rating;
}
private int count;
private int rating;
public int getCount(){
return count;
... | UTF-8 | Java | 459 | java | Organization.java | Java | [] | null | [] | package com.example.proga2_laba.Service.organization;
public enum Organization {
BELSTU(8),
BELGUIR(6),
BENTY(6);
Organization(int rating){
this.count = count;
this.rating = rating;
}
private int count;
private int rating;
public int getCount(){
return count;
... | 459 | 0.586057 | 0.577342 | 27 | 16 | 13.740991 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.407407 | false | false | 3 |
836f7455c474d19e488c41b51900306b540e6ba9 | 38,448,547,252,589 | e5a99f7d7647e3a792b2cc72be5f1aef592caf14 | /src/org/giswater/model/ImportRpt.java | 31c16323256363115af96c28039bbf3849a553b8 | [] | no_license | Giswater/giswater | https://github.com/Giswater/giswater | d88d37dd6c452603c87ff69a7082a2a1a884be5e | 12f5d89e750063473492d092498633c7444534fe | refs/heads/master-3.1 | 2022-04-27T21:16:21.510000 | 2022-04-18T20:59:44 | 2022-04-18T20:59:44 | 13,443,214 | 40 | 24 | null | false | 2019-03-27T08:43:15 | 2013-10-09T13:36:56 | 2019-03-20T12:49:40 | 2019-03-27T08:43:15 | 58,604 | 25 | 18 | 2 | Java | false | null | /*
* This file is part of Giswater
* Copyright (C) 2013 Tecnics Associats
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any lat... | UTF-8 | Java | 35,907 | java | ImportRpt.java | Java | [
{
"context": "http://www.gnu.org/licenses/>.\n * \n * Author:\n * David Erill <derill@giswater.org>\n */\npackage org.giswater.mo",
"end": 758,
"score": 0.9996605515480042,
"start": 747,
"tag": "NAME",
"value": "David Erill"
},
{
"context": ".org/licenses/>.\n * \n * Author:\n * ... | null | [] | /*
* This file is part of Giswater
* Copyright (C) 2013 Tecnics Associats
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any lat... | 35,890 | 0.596318 | 0.590553 | 1,246 | 27.817818 | 24.91526 | 135 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.071429 | false | false | 3 |
ec5bb1d48bfceab209093fb5fd461cd5118f5510 | 37,125,697,336,823 | 8138da3b905564d6b2933d5ebae6b7d5b3d9d20c | /wb/t20190615/MkFlowerPng.java | 80fe03cb75bfc0dd83a52bcf8ed845164f03a172 | [
"MIT"
] | permissive | stackprobe/Spica01 | https://github.com/stackprobe/Spica01 | 08f0fa0eb67dbc146d3116e74451ade79b9e0589 | 1e4e1b3e1b20bafc85805f6cf0ee01a16b39a9de | refs/heads/master | 2021-06-30T07:16:34.917000 | 2020-09-29T14:24:10 | 2020-09-29T14:24:10 | 155,574,647 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package wb.t20190615;
import java.awt.image.BufferedImage;
import java.io.File;
import java.io.FileOutputStream;
import javax.imageio.ImageIO;
public class MkFlowerPng {
public static void main(String[] args) {
try {
main2();
System.out.println("OK!");
}
catch(Throwable e) {
e.printStackTrace();
}... | UTF-8 | Java | 2,033 | java | MkFlowerPng.java | Java | [] | null | [] | package wb.t20190615;
import java.awt.image.BufferedImage;
import java.io.File;
import java.io.FileOutputStream;
import javax.imageio.ImageIO;
public class MkFlowerPng {
public static void main(String[] args) {
try {
main2();
System.out.println("OK!");
}
catch(Throwable e) {
e.printStackTrace();
}... | 2,033 | 0.572061 | 0.513527 | 96 | 20.177084 | 21.056469 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.739583 | false | false | 3 |
4ef18f2eb72ce43ee1b6232083f601b806ca44b9 | 37,245,956,423,415 | 072024ff0c83ca4c66d53c66d3d489b45a16466a | /src/com/yjb/cic/linkedlist/No23EntryNodeInListLoop.java | b894569b55a7ed5cba8771ec15222bbb645f8fbc | [] | no_license | JiabingYang/CodingInterviewChinese2 | https://github.com/JiabingYang/CodingInterviewChinese2 | 1e5fe939997a80e9fae816dd1643d89efeaab8a2 | 0c8880d8208abc70763cf2d030be528bc29e722e | refs/heads/master | 2021-05-05T23:53:51.256000 | 2019-02-27T08:35:31 | 2019-02-27T08:35:31 | 116,843,548 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yjb.cic.linkedlist;
/**
* 面试题23:链表中环的入口结点
* 题目:一个链表中包含环,如何找出环的入口结点?例如,在图3.8的链表中,
* 环的入口结点是结点3。
*/
public class No23EntryNodeInListLoop {
private static ListNode meetingNode(ListNode head) {
ListNode fast = head;
ListNode slow = head;
while (true) {
if (fast == n... | UTF-8 | Java | 3,064 | java | No23EntryNodeInListLoop.java | Java | [
{
"context": "\n /**\n * 测试代码来自:\n * https://github.com/Wang-Jun-Chao/coding-interviews/blob/master/src/Test56.java\n ",
"end": 1155,
"score": 0.9874063730239868,
"start": 1142,
"tag": "USERNAME",
"value": "Wang-Jun-Chao"
}
] | null | [] | package com.yjb.cic.linkedlist;
/**
* 面试题23:链表中环的入口结点
* 题目:一个链表中包含环,如何找出环的入口结点?例如,在图3.8的链表中,
* 环的入口结点是结点3。
*/
public class No23EntryNodeInListLoop {
private static ListNode meetingNode(ListNode head) {
ListNode fast = head;
ListNode slow = head;
while (true) {
if (fast == n... | 3,064 | 0.460545 | 0.421439 | 118 | 23.271187 | 15.703104 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.533898 | false | false | 3 |
5b38449ebc72f7b452763fcc4ef0adf39369a2cf | 38,293,928,434,989 | ca2ceb6d5f3e7714fe657a121e773fec6cf28122 | /scheduling/eve_scheduling/src/main/java/com/almende/eve/scheduling/SimpleScheduler.java | ba8ef4225c1e66cd193d42554132ca548a3b47af | [] | no_license | GertBoxem/eve-java | https://github.com/GertBoxem/eve-java | 81cdb74332a7f3d8587c5e1ae408a05c2ba379c5 | 72e1f8847d315e46ee320538cfd0010f16082930 | refs/heads/master | 2021-01-15T20:28:06.149000 | 2015-03-18T14:29:40 | 2015-03-18T14:29:40 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright: Almende B.V. (2014), Rotterdam, The Netherlands
* License: The Apache Software License, Version 2.0
*/
package com.almende.eve.scheduling;
import java.net.URI;
import java.net.URISyntaxException;
import java.util.logging.Level;
import java.util.logging.Logger;
import org.joda.time.DateTime;
import... | UTF-8 | Java | 3,710 | java | SimpleScheduler.java | Java | [
{
"context": "/*\n * Copyright: Almende B.V. (2014), Rotterdam, The Netherlands\n * License: Th",
"end": 28,
"score": 0.9820303320884705,
"start": 17,
"tag": "NAME",
"value": "Almende B.V"
}
] | null | [] | /*
* Copyright: <NAME>. (2014), Rotterdam, The Netherlands
* License: The Apache Software License, Version 2.0
*/
package com.almende.eve.scheduling;
import java.net.URI;
import java.net.URISyntaxException;
import java.util.logging.Level;
import java.util.logging.Logger;
import org.joda.time.DateTime;
import com.... | 3,705 | 0.665768 | 0.663612 | 176 | 20.079546 | 19.414862 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.829545 | false | false | 3 |
e048c1f67ba27f115237e272945ea3874230a996 | 35,940,286,377,453 | 26bba5208fc095333181000b060f45be528d8224 | /app/src/main/java/aires/com/fitcook/webservice/WebService.java | 71c2cf88a761a8050acd2b88cb556d6dc0490c7a | [] | no_license | saulosaires/FitCook | https://github.com/saulosaires/FitCook | 26fcb8763d448e49bc5db8baba41b115b9076a84 | 8edca4b44c372813df6a3c5e02bb165e9753a185 | refs/heads/master | 2021-01-17T08:31:25.663000 | 2018-03-19T03:27:51 | 2018-03-19T03:27:51 | 40,696,644 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package aires.com.fitcook.webservice;
import android.util.Log;
import com.android.volley.Request;
import com.android.volley.Response;
import com.android.volley.VolleyError;
import com.android.volley.toolbox.JsonObjectRequest;
import org.json.JSONObject;
import aires.com.fitcook.FitCookApp;
public class WebService {... | UTF-8 | Java | 1,816 | java | WebService.java | Java | [] | null | [] | package aires.com.fitcook.webservice;
import android.util.Log;
import com.android.volley.Request;
import com.android.volley.Response;
import com.android.volley.VolleyError;
import com.android.volley.toolbox.JsonObjectRequest;
import org.json.JSONObject;
import aires.com.fitcook.FitCookApp;
public class WebService {... | 1,816 | 0.572687 | 0.572687 | 62 | 28.290323 | 26.973337 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.419355 | false | false | 3 |
b5545d6a892a743334b4ed502e5358fc5733834c | 35,940,286,376,632 | 4cfcea4ffc1c23a3be0f2750bfc867bcf2a47c54 | /src/main/java/com/mycompany/MathLibrary.java | fec1f2224eefe9ea2981ce9069476fe62b0edd84 | [] | no_license | nmanandhar-blogs/simpleApp | https://github.com/nmanandhar-blogs/simpleApp | 2d6b7dca34708e9da15f78478f5ad53ec1a93ec6 | a9bdfaa821da8bc96b77cbb8ba4455685dcc4d6b | refs/heads/master | 2021-01-15T17:41:08.064000 | 2015-05-16T11:28:31 | 2015-05-16T11:28:31 | 35,721,006 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mycompany;
/**
* Created by nirmal on 5/16/2015.
*/
public class MathLibrary {
public static final boolean NOT_PRIME = false;
public static final boolean PRIME = true;
boolean isPrime(int number) {
if (number < 2)
return NOT_PRIME;
for (int i = 2; i < number; i++... | UTF-8 | Java | 716 | java | MathLibrary.java | Java | [
{
"context": "package com.mycompany;\n\n/**\n * Created by nirmal on 5/16/2015.\n */\npublic class MathLibrary {\n\n ",
"end": 48,
"score": 0.9992114901542664,
"start": 42,
"tag": "USERNAME",
"value": "nirmal"
}
] | null | [] | package com.mycompany;
/**
* Created by nirmal on 5/16/2015.
*/
public class MathLibrary {
public static final boolean NOT_PRIME = false;
public static final boolean PRIME = true;
boolean isPrime(int number) {
if (number < 2)
return NOT_PRIME;
for (int i = 2; i < number; i++... | 716 | 0.537709 | 0.513967 | 29 | 23.689655 | 19.543238 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.37931 | false | false | 3 |
8f27106e756bf19ab14aec4df7b868d7bb0a4fb0 | 36,507,222,056,264 | 731aebf21b56d37cbcb4b7064459c29e7f297f84 | /Retail Store Application/src/InventoryManager.java | 6e01053c817affd8167b4a1c95af91fcb93aad6a | [] | no_license | ratragul/Projects | https://github.com/ratragul/Projects | fbb984a2c8298e5cd7fca51b077f3ff380c58e07 | a7c78d169edc2b46d21d9732fcc6f4bb40c58511 | refs/heads/master | 2021-07-16T19:15:45.332000 | 2017-10-23T17:08:50 | 2017-10-23T17:08:50 | 105,845,580 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.IOException;
import java.util.ArrayList;
import java.util.Iterator;
/**
* The Class InventoryManager. It Manages the class of Section, Categories, Aisle, Product.
*/
public class InventoryManager {
/** The sections. */
private ArrayList<Section> sections;
/** The aisles. */
private ArrayList... | UTF-8 | Java | 7,459 | java | InventoryManager.java | Java | [] | null | [] | import java.io.IOException;
import java.util.ArrayList;
import java.util.Iterator;
/**
* The Class InventoryManager. It Manages the class of Section, Categories, Aisle, Product.
*/
public class InventoryManager {
/** The sections. */
private ArrayList<Section> sections;
/** The aisles. */
private ArrayList... | 7,459 | 0.629709 | 0.629173 | 325 | 21.950769 | 18.961922 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.329231 | false | false | 3 |
b9b97908efda8c9d3e9b9cbbff9980dd9c9abf9b | 36,541,581,800,028 | ce2b333a8983d0c6092745cc6c0642ff9323c8f5 | /Prueba/src/modelo/Bloque.java | 3ffc4105f8682479e84a9dd2c2fd844d33a05569 | [] | no_license | jfcastillo/Football-Game | https://github.com/jfcastillo/Football-Game | 6021325cbad0080f9542a7c98459480c04597525 | 7f9a0de4efc8c15d86316a20917c7fad13bad743 | refs/heads/master | 2021-06-27T12:43:05.580000 | 2021-02-10T03:34:13 | 2021-02-10T03:34:13 | 210,434,357 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package modelo;
/**
* Esta clase se encarga cargar los datos de los bloques del mapa.
**/
public class Bloque extends ObjetoMapa {
/**
* Constante que representa el ancho del personaje
*/
public final static int ANCHO = 32;
/**
* Constante que representa el largo del personaje
*/
public fi... | UTF-8 | Java | 1,325 | java | Bloque.java | Java | [] | null | [] | package modelo;
/**
* Esta clase se encarga cargar los datos de los bloques del mapa.
**/
public class Bloque extends ObjetoMapa {
/**
* Constante que representa el ancho del personaje
*/
public final static int ANCHO = 32;
/**
* Constante que representa el largo del personaje
*/
public fi... | 1,325 | 0.651321 | 0.648302 | 63 | 19.031746 | 24.343422 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.15873 | false | false | 3 |
8294d586c33c8214832f3ee55d59cc5869c2739c | 39,462,159,544,415 | 0ad4acef4a15663b1c2498089c0c9127fea4e203 | /src/main/java/com/lgy/nowcoder/JumpBox.java | 107bfcc7e98b727e0d4b3c2ec73ab63bb60ddc34 | [] | no_license | lgykuuga/learngit | https://github.com/lgykuuga/learngit | 88f103740d4711b5084694c4ad8cb6e9f7f6aa7d | 870638677589731078da2c0e82f5f70330b06cbc | refs/heads/master | 2021-06-18T21:32:03.559000 | 2021-04-06T03:30:31 | 2021-04-06T03:30:31 | 194,051,240 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lgy.nowcoder;
import java.io.BufferedReader;
import java.io.InputStreamReader;
/**
* @Description 跳盒子
*
* 时间限制:1秒
*
* 空间限制:32768K
*
* 小v在公司负责游戏运营,今天收到一款申请新上架的游戏“跳一跳”,为了确保提供给广大玩家朋友们的游戏都是高品质的,按照运营流程小v必须对新游戏进行全方位了解体验和评估。这款游戏的规则如下:
*
* 有n个盒子排成了一行,每个盒子上面有一个数字a[i],表示在该盒子上的人最多能向右移动a[i]个盒子(比如当前所在... | UTF-8 | Java | 1,890 | java | JumpBox.java | Java | [
{
"context": " *\n * 2 2 3 0 4\n *\n *\n * 输出例子1:\n *\n * 2\n * @Author LGy\n * @Date 2019/11/15 11:48\n **/\npublic class JumpB",
"end": 686,
"score": 0.9994601011276245,
"start": 683,
"tag": "USERNAME",
"value": "LGy"
}
] | null | [] | package com.lgy.nowcoder;
import java.io.BufferedReader;
import java.io.InputStreamReader;
/**
* @Description 跳盒子
*
* 时间限制:1秒
*
* 空间限制:32768K
*
* 小v在公司负责游戏运营,今天收到一款申请新上架的游戏“跳一跳”,为了确保提供给广大玩家朋友们的游戏都是高品质的,按照运营流程小v必须对新游戏进行全方位了解体验和评估。这款游戏的规则如下:
*
* 有n个盒子排成了一行,每个盒子上面有一个数字a[i],表示在该盒子上的人最多能向右移动a[i]个盒子(比如当前所在... | 1,890 | 0.608065 | 0.56129 | 74 | 15.756757 | 22.142542 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.189189 | false | false | 3 |
e61289f6720846be6b4ddfa9ac9752746ba8caf3 | 33,938,831,629,492 | b1e17a1b27d3f4c5fb74109af2156ec2e38db151 | /Summoning/nonAIOSummoner/src/nonAIOSummoner/Functions/Banking.java | 0b717555f5719512d89cb81a968f731fcacd5420 | [] | no_license | sompi/XoBot | https://github.com/sompi/XoBot | 3ffcc2efd7d728597f43d4ff5d807552309ff7ce | 9ce1326351d22161134716d0952627a05275912d | refs/heads/master | 2020-07-10T03:13:22.769000 | 2019-08-24T14:33:00 | 2019-08-24T14:33:00 | 204,152,946 | 1 | 0 | null | true | 2019-08-24T12:15:15 | 2019-08-24T12:15:15 | 2019-06-08T17:27:33 | 2019-06-08T17:27:31 | 307 | 0 | 0 | 0 | null | false | false | package nonAIOSummoner.Functions;
import nonAIOSummoner.Data.Data;
import xobot.script.methods.Bank;
import xobot.script.methods.GameObjects;
import xobot.script.methods.Players;
import xobot.script.util.Time;
import xobot.script.wrappers.interactive.GameObject;
public class Banking {
public static boolean atHom... | UTF-8 | Java | 841 | java | Banking.java | Java | [] | null | [] | package nonAIOSummoner.Functions;
import nonAIOSummoner.Data.Data;
import xobot.script.methods.Bank;
import xobot.script.methods.GameObjects;
import xobot.script.methods.Players;
import xobot.script.util.Time;
import xobot.script.wrappers.interactive.GameObject;
public class Banking {
public static boolean atHom... | 841 | 0.68371 | 0.677765 | 29 | 28 | 21.79845 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.517241 | false | false | 3 |
1feec740a2bce9a9b5ff2ba45e721253c834077c | 36,816,459,701,064 | 16a3db81bf340123e71e34fe38148a024c8acd0c | /src/com/main/BasicEnemy.java | f31c43dc6b02e3308a1e5add7df62e5aef12807c | [] | no_license | SandraBostrom/PacmanGame | https://github.com/SandraBostrom/PacmanGame | 78618c2960172199072703880ad93c3d19825d03 | 7c28eb6c4bd1826cc1c1d93332f04e9c7a979f5c | refs/heads/main | 2023-05-10T08:11:23.302000 | 2021-06-05T05:16:43 | 2021-06-05T05:16:43 | 374,026,612 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.main;
import com.main.object.GameObject;
import com.main.object.ID;
import java.awt.*;
public class BasicEnemy extends GameObject {
public BasicEnemy(int x, int y, ID id) {
super(x, y, id);
velX =5;
velY= 5;
}
@Override
public void tick() {
x += velX;
... | UTF-8 | Java | 574 | java | BasicEnemy.java | Java | [] | null | [] | package com.main;
import com.main.object.GameObject;
import com.main.object.ID;
import java.awt.*;
public class BasicEnemy extends GameObject {
public BasicEnemy(int x, int y, ID id) {
super(x, y, id);
velX =5;
velY= 5;
}
@Override
public void tick() {
x += velX;
... | 574 | 0.526132 | 0.501742 | 32 | 16.9375 | 16.271021 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.75 | false | false | 3 |
89060728e9b2b0d360be316ce89a1abb848b3275 | 13,632,226,200,282 | 38b8901beff9faa8bb611f0b8ccb55970050d735 | /src/anno/User.java | 9d2958ac038fafe1e39f943e5ae878b56a259329 | [] | no_license | gghaaa/OZTestAnno | https://github.com/gghaaa/OZTestAnno | f8ea39e3b4d193a0c26ea03a9c4092c9e38d0eff | cb49b863006dfa12c0a77dac77e7d3fb39b05e80 | refs/heads/master | 2015-08-10T04:32:39.434000 | 2014-01-23T05:07:12 | 2014-01-23T05:07:12 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package anno;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME)
public @interface User {
public String userId() default "(none)";
public Stri... | UTF-8 | Java | 544 | java | User.java | Java | [
{
"context": "ult \"(none)\";\n\tpublic String password() default \"(none)\";\n\tpublic String gruopID() default \"(none)\";\n\tpu",
"end": 348,
"score": 0.8131017684936523,
"start": 344,
"tag": "PASSWORD",
"value": "none"
}
] | null | [] | package anno;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME)
public @interface User {
public String userId() default "(none)";
public Stri... | 550 | 0.766544 | 0.766544 | 18 | 29.222221 | 17.576992 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 3 |
8940accc89c2e3dfb7759ee29b1a9b341949218f | 30,494,267,808,737 | bf1f86a0d5e0ef6178350a0cc2cb86ba0cc28310 | /yj-projects/mall-common/src/java/com/gt/mall/biz/provider/fee/SkuChangeHistoryProvider.java | 754dedec2b5009b22173cdb3b27eaa3ccc2981ab | [] | no_license | yandizheng/yj-project | https://github.com/yandizheng/yj-project | 97ac3618a9bedf4e70e39d543fefe13da2c48a3e | 63f9bbf6ee50187381601072ef5de7f4911e45f4 | refs/heads/master | 2018-01-12T07:22:26.320000 | 2015-05-25T01:31:36 | 2015-05-25T01:31:36 | 36,202,900 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.gt.mall.biz.provider.fee;
import java.util.Map;
import com.gt.core.util.StringUtils;
public class SkuChangeHistoryProvider {
private final static String tableName = "sku_change_history";
public String listHistoryByAttr(Map<String, Object> parameter){
StringBuilder sql = new StringBuilder();
sql... | UTF-8 | Java | 1,602 | java | SkuChangeHistoryProvider.java | Java | [] | null | [] | package com.gt.mall.biz.provider.fee;
import java.util.Map;
import com.gt.core.util.StringUtils;
public class SkuChangeHistoryProvider {
private final static String tableName = "sku_change_history";
public String listHistoryByAttr(Map<String, Object> parameter){
StringBuilder sql = new StringBuilder();
sql... | 1,602 | 0.64794 | 0.645443 | 50 | 31.040001 | 22.792946 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.26 | false | false | 3 |
c68fb246701296d9993c6f1911b82fef939a6749 | 26,414,048,879,269 | 73a06b244c479cec65557c58ebf52ceeeef9d5b2 | /health_interface/src/main/java/com/itheima/service/OrderService.java | 60c1e166b50f3f9d51e6e5326bde5333f215c859 | [] | no_license | qingfeng-git/health | https://github.com/qingfeng-git/health | 9c973686af46be3a3bad87271e287fd9330dc336 | a913a2ab16191cc53a4b7f013be7e8c8b158d2b9 | refs/heads/master | 2022-12-12T01:02:32.719000 | 2019-12-15T00:59:54 | 2019-12-15T00:59:54 | 292,563,025 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.itheima.service;
import com.itheima.entity.Result;
import com.itheima.pojo.Member;
import java.util.Map;
public interface OrderService {
Result order(Map map) throws Exception;
Map findById(Integer id)throws Exception;
Member findBytelephone(String telephone);
void add(Member member... | UTF-8 | Java | 357 | java | OrderService.java | Java | [] | null | [] | package com.itheima.service;
import com.itheima.entity.Result;
import com.itheima.pojo.Member;
import java.util.Map;
public interface OrderService {
Result order(Map map) throws Exception;
Map findById(Integer id)throws Exception;
Member findBytelephone(String telephone);
void add(Member member... | 357 | 0.742297 | 0.742297 | 21 | 16 | 17.517338 | 45 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 3 |
22a6d89e1e8ff88819bba69b885edcf13cff8e54 | 11,373,073,466,897 | bb3f64f022ff79fd3388473268a992771b3265a3 | /app/src/main/java/com/roamtech/telephony/roamapp/activity/UnbindPhoneActivity.java | 9fbe99feffb97f062422d53066b04a47b74d4bdf | [] | no_license | caibinglong1987/roamApp-studio | https://github.com/caibinglong1987/roamApp-studio | 775eda4fcc0826222b2cf27728d786f46165616e | 5ea826122c2041b919169f5fd04ace8c04de82bf | refs/heads/master | 2021-08-08T12:45:27.916000 | 2017-11-10T09:58:18 | 2017-11-10T09:58:18 | 109,642,996 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.roamtech.telephony.roamapp.activity;
import com.roamtech.telephony.roamapp.R;
import com.roamtech.telephony.roamapp.base.BaseActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.TextView;
public class UnbindPhoneActivity extends BaseActivity {
private TextView tvBindedPho... | UTF-8 | Java | 1,142 | java | UnbindPhoneActivity.java | Java | [] | null | [] | package com.roamtech.telephony.roamapp.activity;
import com.roamtech.telephony.roamapp.R;
import com.roamtech.telephony.roamapp.base.BaseActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.TextView;
public class UnbindPhoneActivity extends BaseActivity {
private TextView tvBindedPho... | 1,142 | 0.765901 | 0.757951 | 46 | 23.608696 | 20.815418 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.347826 | false | false | 3 |
180c1b14548e964b6a06581a127b7701e8a90d43 | 26,989,574,509,752 | c8d0c73a151d99b9c0b4c6908bc49a55de723e7c | /BaekJoon/1001_A-B.java | 75d0a2d1c5c6e088f795c54ce0e14645b55f40c5 | [] | no_license | Ubinyou/Problem-Solving | https://github.com/Ubinyou/Problem-Solving | 1d4e258b7c24908d96aef2a45b2c27922112dd2f | 4d46d389299413657d8f3f77101aa4bb9b4937fb | refs/heads/main | 2023-07-01T13:16:52.932000 | 2023-07-01T10:10:02 | 2023-07-01T10:10:02 | 359,124,053 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.*;
public class Main{
public static void main(String args[]){
Scanner sc = new Scanner(System.in);
int a, b;
a = sc. nextInt();
b = sc. nextInt();
System.out.println(a-b);
}
}
| UTF-8 | Java | 239 | java | 1001_A-B.java | Java | [] | null | [] | import java.util.*;
public class Main{
public static void main(String args[]){
Scanner sc = new Scanner(System.in);
int a, b;
a = sc. nextInt();
b = sc. nextInt();
System.out.println(a-b);
}
}
| 239 | 0.539749 | 0.539749 | 10 | 22.9 | 13.25481 | 45 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.8 | false | false | 3 |
71ffad09ed3d7c6d7db8c7340c8acd888da1f68f | 7,859,790,197,129 | 5e3235edf3de262f4d10b9e9e1fcc3bd13d6b8b1 | /Code Snippet Repository/Hibernate/Hibernate1247.java | 9ac293af2db0d17c55c5fd258feeed65eddb6073 | [] | no_license | saber13812002/DeepCRM | https://github.com/saber13812002/DeepCRM | 3336a244d4852a364800af3181e03e868cf6f9f5 | be3e5e50e34a042d5ba7259ff5ff75c08ab32bb9 | refs/heads/master | 2023-03-16T00:08:06.473000 | 2018-04-18T05:29:50 | 2018-04-18T05:29:50 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public static void bindAnyMetaDefs(XAnnotatedElement annotatedElement, MetadataBuildingContext context) {
AnyMetaDef defAnn = annotatedElement.getAnnotation( AnyMetaDef.class );
AnyMetaDefs defsAnn = annotatedElement.getAnnotation( AnyMetaDefs.class );
boolean mustHaveName = XClass.class.isAssignableFrom( annota... | UTF-8 | Java | 740 | java | Hibernate1247.java | Java | [] | null | [] | public static void bindAnyMetaDefs(XAnnotatedElement annotatedElement, MetadataBuildingContext context) {
AnyMetaDef defAnn = annotatedElement.getAnnotation( AnyMetaDef.class );
AnyMetaDefs defsAnn = annotatedElement.getAnnotation( AnyMetaDefs.class );
boolean mustHaveName = XClass.class.isAssignableFrom( annota... | 740 | 0.75 | 0.75 | 16 | 45.1875 | 32.226189 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.4375 | false | false | 3 |
6dff5778c7ff8cb0b835e46072ee51e8165586ca | 22,256,520,561,301 | 04c8f4e83572a6cfcf84d8c8522a1834f068914b | /src/main/java/es/indra/hlf/vaadin/isfar/model/AdministracionPaciente.java | 3d5dea95dd53073d70eecc2aa4f55856a34b7dd9 | [] | no_license | fjroa/vaadin | https://github.com/fjroa/vaadin | d39874b7108452a6bf26b9e17b04ff0f0fca10e4 | 8dfde9f00ee4b86f1eb1da0ad841c47bf18054d9 | refs/heads/master | 2021-01-01T15:49:35.142000 | 2014-10-24T13:10:43 | 2014-10-24T13:10:43 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package es.indra.hlf.vaadin.isfar.model;
import java.io.Serializable;
import java.util.Date;
import javax.persistence.Basic;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import ja... | UTF-8 | Java | 23,561 | java | AdministracionPaciente.java | Java | [
{
"context": "a la entidad AdministracionPaciente.\n *\n * @author INDRA\n */\n@SuppressWarnings(\"serial\")\n@Entity\n@Table(na",
"end": 643,
"score": 0.7945442199707031,
"start": 638,
"tag": "USERNAME",
"value": "INDRA"
}
] | null | [] | package es.indra.hlf.vaadin.isfar.model;
import java.io.Serializable;
import java.util.Date;
import javax.persistence.Basic;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import ja... | 23,561 | 0.659366 | 0.658644 | 990 | 22.79697 | 21.512135 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.524242 | false | false | 3 |
d09ba414270090e586fe6f8fa716d20b175ff897 | 8,899,172,280,702 | 9db7fbf09112dc40955e8be590513e11bc5d4625 | /src/main/java/cn/colony/lab/hbase/MyHbaseBolt.java | 2e6bc4121df37edf69cc3a04574ae78eb00a3b31 | [] | no_license | endeavormoquan/GitPlatformNGUN | https://github.com/endeavormoquan/GitPlatformNGUN | b642c0810f35c011fad78c175eae444946961bbc | d1773b34adb551da418b3b71c3ecf95bb8799bc7 | refs/heads/master | 2020-03-26T20:54:19.382000 | 2018-09-16T12:00:53 | 2018-09-16T12:00:53 | 145,353,857 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.colony.lab.hbase;
import java.io.IOException;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.HashMap;
import java.util.Map;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.... | GB18030 | Java | 5,248 | java | MyHbaseBolt.java | Java | [
{
"context": "\n\t\tString jsonString = \"{\\\"satainfo\\\":{\\\"keys\\\":\\\"name:time:data\\\",\\\"time\\\":\\\"20180806095544\\\",\\\"data\\\":\\\"57f77471",
"end": 3776,
"score": 0.9980390667915344,
"start": 3762,
"tag": "KEY",
"value": "name:time:data"
},
{
"context": "ata\\\",\... | null | [] | package cn.colony.lab.hbase;
import java.io.IOException;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.HashMap;
import java.util.Map;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.... | 5,248 | 0.737285 | 0.724069 | 138 | 35.188404 | 27.68889 | 166 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.311594 | false | false | 3 |
d250ec438738de4318ffc9baff5af4098ff1cb5e | 30,992,484,022,766 | e9e21fa70a7f56e580097690a466a52cfee95c7b | /src/GeeksForGeeks/Arrays/MaxSumIncreasingSubSeq.java | 1d04a1dcce2ce0027eaad97ed4593b2550673be3 | [] | no_license | parikhv15/CTCI_6 | https://github.com/parikhv15/CTCI_6 | 49a01bef36dabb3db527154e9ce75d1adf3038a7 | 434daeabc98547af254c03cbf1d3f888dadf6ede | refs/heads/master | 2021-01-21T13:34:05.300000 | 2019-12-05T22:59:31 | 2019-12-05T22:59:31 | 51,869,784 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package GeeksForGeeks.Arrays;
/**
* Created by vrajp on 4/1/2016.
*/
public class MaxSumIncreasingSubSeq {
public static void main(String a[]) {
MaxSumIncreasingSubSeq msis = new MaxSumIncreasingSubSeq();
int arr[] = {10, 5, 4, 3};
System.out.println(msis.findMaxSum(arr, -1, 0));
}... | UTF-8 | Java | 853 | java | MaxSumIncreasingSubSeq.java | Java | [
{
"context": "package GeeksForGeeks.Arrays;\n\n/**\n * Created by vrajp on 4/1/2016.\n */\npublic class MaxSumIncreasingSub",
"end": 54,
"score": 0.9995624423027039,
"start": 49,
"tag": "USERNAME",
"value": "vrajp"
}
] | null | [] | package GeeksForGeeks.Arrays;
/**
* Created by vrajp on 4/1/2016.
*/
public class MaxSumIncreasingSubSeq {
public static void main(String a[]) {
MaxSumIncreasingSubSeq msis = new MaxSumIncreasingSubSeq();
int arr[] = {10, 5, 4, 3};
System.out.println(msis.findMaxSum(arr, -1, 0));
}... | 853 | 0.52286 | 0.502931 | 33 | 24.848484 | 24.124828 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.787879 | false | false | 3 |
86dde70229105192cc233ca32dfa69f9ddfcd281 | 17,420,387,391,465 | 3850cece1a187819787a53c348fab45057a8185f | /src/main/java/com/cappuccino/foodcourter/models/db/Product.java | badb6bfba844c5f5b8eb341f6d8e7488f024d105 | [] | no_license | cappuccinoVkHack/foodcourter | https://github.com/cappuccinoVkHack/foodcourter | 6556472a11703a71099a87b2c2d19e50a3bbc4fc | 18d5fa65f4446f05f11105a40ba917af6345ba79 | refs/heads/master | 2020-08-02T12:05:35.846000 | 2019-09-28T23:04:31 | 2019-09-28T23:04:31 | 211,345,997 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cappuccino.foodcourter.models.db;
import javax.persistence.*;
import java.util.List;
/**
* @author Oybek Kasimov <MrKasimov> oibekkasymov@gmail.com
* @project foodcourter
* @since 28.09.2019
*/
@Entity
@Table(name = "products")
public class Product extends Auditable {
@Id
@GeneratedValue(stra... | UTF-8 | Java | 2,019 | java | Product.java | Java | [
{
"context": "sistence.*;\nimport java.util.List;\n\n/**\n * @author Oybek Kasimov <MrKasimov> oibekkasymov@gmail.com\n * @project fo",
"end": 127,
"score": 0.9998937845230103,
"start": 114,
"tag": "NAME",
"value": "Oybek Kasimov"
},
{
"context": "rt java.util.List;\n\n/**\n * @autho... | null | [] | package com.cappuccino.foodcourter.models.db;
import javax.persistence.*;
import java.util.List;
/**
* @author <NAME> <MrKasimov> <EMAIL>
* @project foodcourter
* @since 28.09.2019
*/
@Entity
@Table(name = "products")
public class Product extends Auditable {
@Id
@GeneratedValue(strategy = GenerationType.... | 1,997 | 0.623081 | 0.619118 | 93 | 20.709677 | 18.623363 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 3 |
e3a30e08a07eb627cf0a172591672e155b40cc41 | 33,492,154,997,631 | d94a9c963d41805edfdc50d2784e763eb9f0400e | /debugger/app/src/main/java/ru/kefungus/debugger/Debugger.java | 65c30211154a71b92d2421d42b7d8a06b4dab9b0 | [] | no_license | Roggired/mspi-joke | https://github.com/Roggired/mspi-joke | f0e816c6c39350b94127a039f40199f50668a71c | 76f085f7f95a7245f9d2f4f7fea3c49cfd6564df | refs/heads/main | 2023-04-29T21:04:25.116000 | 2021-05-19T18:01:31 | 2021-05-19T18:01:31 | 368,953,181 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ru.kefungus.debugger;
import com.sun.jdi.*;
import com.sun.jdi.connect.AttachingConnector;
import com.sun.jdi.connect.Connector;
import com.sun.jdi.connect.IllegalConnectorArgumentsException;
import com.sun.jdi.event.*;
import com.sun.jdi.request.BreakpointRequest;
import com.sun.jdi.request.ClassPrepareReques... | UTF-8 | Java | 3,512 | java | Debugger.java | Java | [
{
"context": "96\");\n arguments.get(\"hostname\").setValue(\"127.0.0.1\");\n\n VirtualMachine vm = at.attach(argumen",
"end": 1263,
"score": 0.9992985129356384,
"start": 1254,
"tag": "IP_ADDRESS",
"value": "127.0.0.1"
},
{
"context": " stackFrame.setValue(entry.getKey(... | null | [] | package ru.kefungus.debugger;
import com.sun.jdi.*;
import com.sun.jdi.connect.AttachingConnector;
import com.sun.jdi.connect.Connector;
import com.sun.jdi.connect.IllegalConnectorArgumentsException;
import com.sun.jdi.event.*;
import com.sun.jdi.request.BreakpointRequest;
import com.sun.jdi.request.ClassPrepareReques... | 3,483 | 0.588558 | 0.584802 | 82 | 41.207317 | 35.716274 | 230 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.695122 | false | false | 3 |
681a4adbcf71eeecd4c66114ff0a392eb025183a | 28,793,460,773,113 | e419b88c6db101765029e0b16b7c9f100b13304f | /gemfire-examples/gemfire-data/src/main/java/io/pivotal/bds/gemfire/data/securities/AccountStatus.java | d5ecb5cb5fc86d947dfb0a58c0a8c76365a717da | [
"Apache-2.0"
] | permissive | anisacozzy/gemfire-fe | https://github.com/anisacozzy/gemfire-fe | 479326adeba57a75dca7773cb70508607304a426 | 15c1d1ab12af6b903d5df6170b7d34e33f5fe2fc | refs/heads/master | 2023-03-20T02:49:11.899000 | 2020-12-16T18:27:23 | 2020-12-16T18:27:23 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package io.pivotal.bds.gemfire.data.securities;
import java.util.Date;
public class AccountStatus {
private AccountKey key;
private Date lastUpdatedOn;
private double balance;
public AccountStatus() {
}
public AccountStatus(AccountKey key, Date lastUpdatedOn, double balance) {
this.... | UTF-8 | Java | 1,818 | java | AccountStatus.java | Java | [] | null | [] | package io.pivotal.bds.gemfire.data.securities;
import java.util.Date;
public class AccountStatus {
private AccountKey key;
private Date lastUpdatedOn;
private double balance;
public AccountStatus() {
}
public AccountStatus(AccountKey key, Date lastUpdatedOn, double balance) {
this.... | 1,818 | 0.580308 | 0.580308 | 73 | 23.90411 | 21.563646 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.39726 | false | false | 3 |
313b4ced7a6952f51ce9b97ecff1699661060d54 | 21,852,793,631,217 | ce3eb64bf344cfb2c7384a95493fc09b5af5f296 | /source/vn/spring/zebra/helperservice/UserSaveFile.java | 29253e9138eb262a6fdbb9ceada98d3cb50354b5 | [
"MIT"
] | permissive | ngphloc/zebra | https://github.com/ngphloc/zebra | d8da06eb4578bac5af69c381c1b7462a08bf37af | 2d99addaaec70d29bb9ed9ffcef95425ffb88bd0 | refs/heads/master | 2022-05-25T06:22:32.342000 | 2022-05-03T02:49:06 | 2022-05-03T02:49:06 | 41,139,150 | 2 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package vn.spring.zebra.helperservice;
import java.io.FileWriter;
import java.io.IOException;
import java.net.URLDecoder;
import javax.servlet.*;
import javax.servlet.http.*;
import vn.spring.zebra.ZebraStatic;
/**
* @author Loc Nguyen
* Email: ng_phloc@yahoo.com
* Phone: 84-90-8222007
* Affiliation: University... | UTF-8 | Java | 1,824 | java | UserSaveFile.java | Java | [
{
"context": "mport vn.spring.zebra.ZebraStatic;\n\n/**\n * @author Loc Nguyen\n * Email: ng_phloc@yahoo.com\n * Phone: 84-90-8222",
"end": 240,
"score": 0.9998254179954529,
"start": 230,
"tag": "NAME",
"value": "Loc Nguyen"
},
{
"context": ".ZebraStatic;\n\n/**\n * @author Loc Nguye... | null | [] | package vn.spring.zebra.helperservice;
import java.io.FileWriter;
import java.io.IOException;
import java.net.URLDecoder;
import javax.servlet.*;
import javax.servlet.http.*;
import vn.spring.zebra.ZebraStatic;
/**
* @author <NAME>
* Email: <EMAIL>
* Phone: 84-90-8222007
* Affiliation: University of Science, 20... | 1,809 | 0.672697 | 0.661732 | 64 | 27.5 | 25.945858 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.4375 | false | false | 3 |
5b1f8c86ef90bd57f484a05ac5916c31c2bcab7e | 7,911,329,789,487 | 61d019c076b821f5b4845cabf6f634a63fe6bd82 | /yaogd-IPC/src/main/java/com/yaogd/ipc/service/ADPVPushService.java | f5c8159148ab5c3fbb45c0271b96ce86fc9fbc24 | [] | no_license | yaoguangdong/funcunit | https://github.com/yaoguangdong/funcunit | 8f6b3b24c1b38b39e5cdb8c70076e814a96b3b14 | 6c7fac7cbcf9f161064c6d1500f97be9b7933ecf | refs/heads/master | 2021-05-11T04:44:56.255000 | 2018-10-15T07:44:27 | 2018-10-15T07:44:27 | 58,425,472 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yaogd.ipc.service;
import android.app.Service;
import android.content.Intent;
import android.os.Handler;
import android.os.IBinder;
import android.os.Message;
import android.os.RemoteException;
import com.yaogd.lib.A;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
... | UTF-8 | Java | 10,006 | java | ADPVPushService.java | Java | [
{
"context": "**\n * 广告曝光上送服务\n * app启动时,启动\n * app结束时,停止\n * author yaoguangdong\n * 2015-12-11\n */\npublic class ADPVPushService ex",
"end": 546,
"score": 0.9996992945671082,
"start": 534,
"tag": "USERNAME",
"value": "yaoguangdong"
}
] | null | [] | package com.yaogd.ipc.service;
import android.app.Service;
import android.content.Intent;
import android.os.Handler;
import android.os.IBinder;
import android.os.Message;
import android.os.RemoteException;
import com.yaogd.lib.A;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
... | 10,006 | 0.493737 | 0.486326 | 328 | 28.207317 | 22.496469 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.554878 | false | false | 3 |
4ddd7af863c7a2df302539ebcfef160a48e6adb6 | 8,907,762,196,887 | 8b5000bb87ee9a993d8d448f133b20817a23a1f4 | /AliExpress/src/main/java/managers/AccountManager.java | 847b97ae6541ebde7ba08cac06b4e05e08f56325 | [] | no_license | Ivana-Spiridonovska/svs-talent | https://github.com/Ivana-Spiridonovska/svs-talent | 568ff5d7d50663f66bc1f799a46a1a0def1d03d8 | 6ebd11a03a3a56f5112bf4471f655d09a91a34cb | refs/heads/master | 2021-01-21T19:28:57.195000 | 2015-04-18T13:45:26 | 2015-04-18T13:45:26 | 31,987,539 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package managers;
import java.sql.SQLException;
import app.Menu;
import controller.customer.CustomerController;
public class AccountManager {
private static AccountManager instance = new AccountManager();
private Menu menu;
CustomerController controller = new CustomerController();
private AccountManager() {
}... | UTF-8 | Java | 1,269 | java | AccountManager.java | Java | [] | null | [] | package managers;
import java.sql.SQLException;
import app.Menu;
import controller.customer.CustomerController;
public class AccountManager {
private static AccountManager instance = new AccountManager();
private Menu menu;
CustomerController controller = new CustomerController();
private AccountManager() {
}... | 1,269 | 0.70528 | 0.70134 | 56 | 21.660715 | 18.272028 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.392857 | false | false | 3 |
f822ae3c3657c438f374f1e52b269062341086fb | 6,640,019,477,308 | e44d1f5599b9e9fa90ef18bca981592fb86e8072 | /SplatoonOOTD/app/src/main/java/com/monotone_effect/splatoonootd/GearListActivity.java | 4d8860e2aaf107e698efd4c92c07894b5eaab166 | [] | no_license | monotone-effect/SplatoonOOTD | https://github.com/monotone-effect/SplatoonOOTD | 6c6f677bb0aa7367b1bca76fc1af44413caad9e6 | 8cabc9b039dc8d4d361d509288d0439c284123c4 | refs/heads/master | 2019-07-10T09:03:00.603000 | 2017-10-18T07:57:52 | 2017-10-18T07:57:52 | 91,222,141 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.monotone_effect.splatoonootd;
import android.os.Bundle;
import android.support.v4.app.FragmentTransaction;
/**
* ギア一覧表示アクティビティ クラス
*/
public class GearListActivity extends ContentActivity implements GearDetailDialogFragment.GearDetailDialogListener {
@Override
protected void onCreate(Bundle sav... | UTF-8 | Java | 855 | java | GearListActivity.java | Java | [] | null | [] | package com.monotone_effect.splatoonootd;
import android.os.Bundle;
import android.support.v4.app.FragmentTransaction;
/**
* ギア一覧表示アクティビティ クラス
*/
public class GearListActivity extends ContentActivity implements GearDetailDialogFragment.GearDetailDialogListener {
@Override
protected void onCreate(Bundle sav... | 855 | 0.743621 | 0.742406 | 32 | 24.71875 | 30.459229 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 3 |
14f24ec1fdec1034e848bd07043fe375254b82e2 | 27,075,473,886,884 | 7c76eef3a58eb603278d940c51c80cb717052449 | /uk/ac/cam/jc841/tick2/TinyLife.java | a8302245983f13aac05e0299895d93d5b903ba59 | [] | no_license | jchoules/java_work | https://github.com/jchoules/java_work | e70e05d0440aa0cde1bc12c943c6ae72c08fbccf | c09c8bc29f85735f7146f9815a8adfcc3538a2ab | refs/heads/master | 2021-08-20T05:59:38.606000 | 2017-11-28T10:45:52 | 2017-11-28T10:45:52 | 112,323,252 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package uk.ac.cam.jc841.tick2;
public class TinyLife {
public static boolean getCell(long world, int col, int row) {
if (col >= 0 && col < 8 && row >= 0 && row < 8) {
int position = col + row * 8;
return PackedLong.get(world, position);
} else {
return false;
}
}
public static long... | UTF-8 | Java | 2,336 | java | TinyLife.java | Java | [] | null | [] | package uk.ac.cam.jc841.tick2;
public class TinyLife {
public static boolean getCell(long world, int col, int row) {
if (col >= 0 && col < 8 && row >= 0 && row < 8) {
int position = col + row * 8;
return PackedLong.get(world, position);
} else {
return false;
}
}
public static long... | 2,336 | 0.558647 | 0.543236 | 88 | 25.545454 | 22.742586 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.784091 | false | false | 3 |
d21fa57a1c98e0c9ac62b964e70465a6a358616c | 6,451,040,940,332 | 7c74c46dbdb0e1c4481589a3f5e4efb2e69aa7d3 | /plugins/org.jkiss.dbeaver.ui.editors.sql/src/org/jkiss/dbeaver/ui/editors/sql/dialogs/SQLQueryParameterBindDialog.java | e22d0edf069a76a0efceca46865d6b343995de18 | [
"EPL-2.0",
"Apache-2.0"
] | permissive | liuyuanyuan/dbeaver | https://github.com/liuyuanyuan/dbeaver | dc6eaff3d963e7ee5c60ff3a6060a8b72aeb332b | b70691864375c824a95e40510f5a8a3c3283b160 | refs/heads/devel | 2021-06-10T09:40:51.669000 | 2019-09-18T03:31:55 | 2019-09-18T03:31:55 | 104,036,382 | 3 | 1 | Apache-2.0 | true | 2019-09-18T03:31:57 | 2017-09-19T06:38:53 | 2019-09-09T07:55:41 | 2019-09-18T03:31:56 | 230,036 | 0 | 0 | 0 | Java | false | false | /*
* DBeaver - Universal Database Manager
* Copyright (C) 2010-2019 Serge Rider (serge@jkiss.org)
*
* 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/license... | UTF-8 | Java | 9,249 | java | SQLQueryParameterBindDialog.java | Java | [
{
"context": "versal Database Manager\n * Copyright (C) 2010-2019 Serge Rider (serge@jkiss.org)\n *\n * Licensed under the Apache",
"end": 81,
"score": 0.9998717308044434,
"start": 70,
"tag": "NAME",
"value": "Serge Rider"
},
{
"context": "e Manager\n * Copyright (C) 2010-2019 Serge ... | null | [] | /*
* DBeaver - Universal Database Manager
* Copyright (C) 2010-2019 <NAME> (<EMAIL>)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0... | 9,236 | 0.637799 | 0.633258 | 239 | 37.698746 | 31.423967 | 137 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.623431 | false | false | 3 |
287a2351d0f1708cff31e13e71574623076ab413 | 15,006,615,789,290 | ca6f69aa087bc2ba8604a2f802ffb5ff58fdab5d | /app/src/main/java/com/Solver/Solver/Adepter/ScheduleAdapter.java | 1b7446ae2a6957a97bafe739f909f4dfe2fe875b | [] | no_license | Shamim48/SolverTechnologyLtd-master | https://github.com/Shamim48/SolverTechnologyLtd-master | 5d946aa15206508d14cca41068365f407dd7706e | 1e2d0b083126ece1bf0e414c6bf8bc21cdf502f6 | refs/heads/master | 2022-06-20T04:29:07.065000 | 2019-12-05T15:26:37 | 2019-12-05T15:26:37 | 211,634,778 | 0 | 0 | null | false | 2022-06-02T21:21:22 | 2019-09-29T09:02:49 | 2019-12-05T15:26:51 | 2022-06-02T21:21:22 | 101,060 | 0 | 0 | 8 | Java | false | false | package com.Solver.Solver.Adepter;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.MenuInflater;
import android.view.MenuItem;
import android.view.View;
import android.view.ViewGroup;
import android.widget.PopupMenu;
import android.widget.TextView;
import android.widget.Toast;
i... | UTF-8 | Java | 14,233 | java | ScheduleAdapter.java | Java | [
{
"context": "ring userEmail;\n String factoryName;\n String userName;\n String jobTitle;\n String category;\n St",
"end": 1770,
"score": 0.751905620098114,
"start": 1762,
"tag": "USERNAME",
"value": "userName"
},
{
"context": " e){\n\n }\n*/\n if(!(userE... | null | [] | package com.Solver.Solver.Adepter;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.MenuInflater;
import android.view.MenuItem;
import android.view.View;
import android.view.ViewGroup;
import android.widget.PopupMenu;
import android.widget.TextView;
import android.widget.Toast;
i... | 14,216 | 0.568678 | 0.568116 | 366 | 37.890709 | 37.741196 | 209 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.431694 | false | false | 3 |
bee75b74637c17db43d6a78fb26a16951757e8d4 | 15,006,615,792,150 | 742a0ce7e00b4e573a7fb9edb2012b2e16395bbd | /src/main/java/com/needayeah/elasticsearch/web/controller/admin/AdminController.java | 1e3b653db5b01ca013c2ccee35bf0aeb09733071 | [] | no_license | MrfrankyLee/elasticsearch-project | https://github.com/MrfrankyLee/elasticsearch-project | 9b8381795fea961c7a246b35c2d48207c70b4555 | c7fb41de41246ea5f9646ecdc3a2da720f91b4d4 | refs/heads/master | 2020-04-03T12:03:35.668000 | 2018-11-01T05:29:08 | 2018-11-01T05:29:08 | 155,220,358 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.needayeah.elasticsearch.web.controller.admin;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import ... | UTF-8 | Java | 1,184 | java | AdminController.java | Java | [] | null | [] | package com.needayeah.elasticsearch.web.controller.admin;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import ... | 1,184 | 0.72465 | 0.72465 | 34 | 32.64706 | 26.557243 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.588235 | false | false | 3 |
fcc70baba18941a98eab293d7b325ecbb3bf5c15 | 4,939,212,416,311 | 8cd932cd7e233d136f7f60a5a57ffe0057d5bfab | /src/main/java/ddv/com/hcmanagement/service/UserService.java | 3b0313688240a4ad4986325b2ecbda2c1f78b357 | [] | no_license | damdravic/HSmanagement | https://github.com/damdravic/HSmanagement | eb32def08c7da7dfaf71ee3c3f998c560ef08f9c | dcb8ba51f606560724f481460371e6c9dd20db09 | refs/heads/master | 2022-12-16T04:37:02.849000 | 2020-09-23T17:52:46 | 2020-09-23T17:52:46 | 298,029,638 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ddv.com.hcmanagement.service;
import ddv.com.hcmanagement.security.User;
import ddv.com.hcmanagement.security.UserRole;
import org.springframework.stereotype.Service;
import java.util.Set;
public interface UserService {
User createUser(User user, Set<UserRole> userRole);
}
| UTF-8 | Java | 291 | java | UserService.java | Java | [] | null | [] | package ddv.com.hcmanagement.service;
import ddv.com.hcmanagement.security.User;
import ddv.com.hcmanagement.security.UserRole;
import org.springframework.stereotype.Service;
import java.util.Set;
public interface UserService {
User createUser(User user, Set<UserRole> userRole);
}
| 291 | 0.800687 | 0.800687 | 13 | 21.384615 | 21.09881 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.538462 | false | false | 3 |
8306b25f6390e8448e8877770df996d09146917e | 16,810,501,998,555 | f3e7434ab409d03d457c69d1c1ca52ed57f7383c | /src/main/java/com/iceniro/ticket/dataProcess/FileUitl.java | 71d3c94ae0122bf1e1d20dc81a10ff2c88688e27 | [] | no_license | IceNiro/analysis | https://github.com/IceNiro/analysis | 5b4b06d5960be725925052c8d70fdd04e00875e4 | fc5227166dc6c20e154cb300b97653cfe08e1719 | refs/heads/master | 2020-03-27T23:19:18.655000 | 2018-09-06T02:18:32 | 2018-09-06T02:18:32 | 147,308,654 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.iceniro.ticket.dataProcess;
import com.sun.istack.internal.NotNull;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import java.io.*;
import java.util.ArrayList;
import java.util.List;
/**
* @author gan.jiangwei
* @since 2018/9/3 0003.
*/
public class FileUitl {
... | UTF-8 | Java | 1,771 | java | FileUitl.java | Java | [
{
"context": ".ArrayList;\nimport java.util.List;\n\n/**\n * @author gan.jiangwei\n * @since 2018/9/3 0003.\n */\npublic class FileUit",
"end": 263,
"score": 0.9023721814155579,
"start": 251,
"tag": "NAME",
"value": "gan.jiangwei"
}
] | null | [] | package com.iceniro.ticket.dataProcess;
import com.sun.istack.internal.NotNull;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import java.io.*;
import java.util.ArrayList;
import java.util.List;
/**
* @author gan.jiangwei
* @since 2018/9/3 0003.
*/
public class FileUitl {
... | 1,771 | 0.55223 | 0.543196 | 60 | 28.516666 | 22.873924 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.55 | false | false | 3 |
45988f4ccf1926ecb8d4e3ef18707bdc97da4bd8 | 17,575,006,198,192 | ebca924ac0b6408c93bac779cab27c611da6e82c | /p309.java | 52eafeb9c91f03fc7f07a731a9f18897d82a0d04 | [] | no_license | MiYazJE/Acepta-el-reto | https://github.com/MiYazJE/Acepta-el-reto | f3780661e0d0f5b7cfe8d9225c8f6ee8d729e0d9 | eb0bf9f14d104f4e125222fb21a135176cd22583 | refs/heads/master | 2023-05-01T18:40:34.284000 | 2023-04-23T08:17:51 | 2023-04-23T08:17:51 | 150,253,495 | 30 | 29 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Scanner;
// 15 + 8 - 7 + 10 - 3
// 23 16 26 23
public class p309 {
public static void main(String[] args) {
Scanner s = new Scanner(System.in);
int casos;
int resultado = 0;
int n2;
String signo;
casos = s.nextInt();
for(int i=0; i<casos; i++) {
resultado = s.nextInt... | UTF-8 | Java | 764 | java | p309.java | Java | [] | null | [] | import java.util.Scanner;
// 15 + 8 - 7 + 10 - 3
// 23 16 26 23
public class p309 {
public static void main(String[] args) {
Scanner s = new Scanner(System.in);
int casos;
int resultado = 0;
int n2;
String signo;
casos = s.nextInt();
for(int i=0; i<casos; i++) {
resultado = s.nextInt... | 764 | 0.505236 | 0.471204 | 67 | 10.417911 | 12.637482 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.80597 | false | false | 3 |
b540d91bfa8a17371ad27e09d654640b3f15f7af | 26,474,178,446,390 | 1c537a761c95a80ddbbc372c0547883547780daa | /org/apache/commons/lang3/StringUtils.java | d1cef658fc92239cc8b50fb93bfa616420e19754 | [] | no_license | NiotGG/spigot-1.8.8 | https://github.com/NiotGG/spigot-1.8.8 | eae8881f4a37eaecb58442e3558bea2634247b54 | b2bbec2f037678a3f99d298a5a6a6cb1b98e79ce | refs/heads/master | 2020-03-31T13:21:08.009000 | 2018-10-09T13:00:33 | 2018-10-09T13:00:33 | 152,251,977 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | /* */ package org.apache.commons.lang3;
/* */
/* */ import java.io.UnsupportedEncodingException;
/* */ import java.nio.charset.Charset;
/* */ import java.text.Normalizer;
/* */ import java.text.Normalizer.Form;
/* */ import java.util.ArrayList;
/* */ import java.util.Arrays;
/* ... | UTF-8 | Java | 170,000 | java | StringUtils.java | Java | [] | null | [] | /* */ package org.apache.commons.lang3;
/* */
/* */ import java.io.UnsupportedEncodingException;
/* */ import java.nio.charset.Charset;
/* */ import java.text.Normalizer;
/* */ import java.text.Normalizer.Form;
/* */ import java.util.ArrayList;
/* */ import java.util.Arrays;
/* ... | 170,000 | 0.326424 | 0.2848 | 7,645 | 21.236887 | 22.137392 | 208 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.238718 | false | false | 3 |
1e73da59e58713e6435616c6bd02dd9a06805344 | 26,474,178,443,647 | d520fb49027b6ffaef1ff23eb856bccec1dada2a | /TeamCode/src/main/java/org/firstinspires/ftc/teamcode/TeleOps/OutreachTeleOp.java | cc882923ff93f0eb72f02c99bc5d5740321bab4b | [
"BSD-3-Clause"
] | permissive | AdarshK1/ftc_app | https://github.com/AdarshK1/ftc_app | 557dce8d13c6c15b4f7ae2eddd6327d177ee9da6 | 277cfcac4c4526b6ca4f6ec689a6012ebb6ddd5e | refs/heads/master | 2021-01-24T18:59:50.632000 | 2017-02-10T23:13:03 | 2017-02-10T23:13:03 | 66,164,012 | 0 | 0 | null | true | 2016-08-20T19:19:12 | 2016-08-20T19:19:11 | 2016-08-20T01:16:20 | 2016-08-19T23:03:50 | 342,281 | 0 | 0 | 0 | null | null | null | package org.firstinspires.ftc.teamcode.TeleOps;
import com.qualcomm.robotcore.eventloop.opmode.Disabled;
import com.qualcomm.robotcore.eventloop.opmode.OpMode;
import com.qualcomm.robotcore.eventloop.opmode.TeleOp;
import com.qualcomm.robotcore.hardware.DcMotor;
import com.qualcomm.robotcore.hardware.Servo;
@Disabled... | UTF-8 | Java | 5,020 | java | OutreachTeleOp.java | Java | [] | null | [] | package org.firstinspires.ftc.teamcode.TeleOps;
import com.qualcomm.robotcore.eventloop.opmode.Disabled;
import com.qualcomm.robotcore.eventloop.opmode.OpMode;
import com.qualcomm.robotcore.eventloop.opmode.TeleOp;
import com.qualcomm.robotcore.hardware.DcMotor;
import com.qualcomm.robotcore.hardware.Servo;
@Disabled... | 5,020 | 0.529084 | 0.502988 | 190 | 25.426315 | 21.010082 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.526316 | false | false | 3 |
491f095d1482ac2eb7f302f528ebde18797ebbc5 | 31,722,628,467,261 | 8e637f52160cd0eef44db930ab20c9d762cb4820 | /study/src/main/java/com/study/sgl/androidstudy/FilePersistenceActivity.java | 41ab75aadeedcd9daf81eac666eba4a540da0c9e | [] | no_license | review1/AndroidStudy | https://github.com/review1/AndroidStudy | 90470b3c2afb64918095608b96f33509d7ba088e | 3ba1c20fd0641836b6f75339d3b1a48e7e690511 | refs/heads/master | 2021-06-11T23:16:30.176000 | 2017-02-22T01:16:50 | 2017-02-22T01:16:50 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.study.sgl.androidstudy;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.view.View;
import android.widget.EditText;
import com.study.sgl.tools.base.BaseActivity;
import com.study.sgl.tools.util.StringUtil;
import com.study.sgl.tools.util.T;
import java.io.BufferedReader;... | UTF-8 | Java | 3,146 | java | FilePersistenceActivity.java | Java | [] | null | [] | package com.study.sgl.androidstudy;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.view.View;
import android.widget.EditText;
import com.study.sgl.tools.base.BaseActivity;
import com.study.sgl.tools.util.StringUtil;
import com.study.sgl.tools.util.T;
import java.io.BufferedReader;... | 3,146 | 0.586886 | 0.586886 | 111 | 26.891891 | 21.024803 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.486486 | false | false | 3 |
9b0edd9cc671a12bb8951d36cd8fd2b6ffd41380 | 5,119,601,052,753 | d493ea81ba7eac08190e2daca69bc1e16db78945 | /Unionpay/app/src/main/java/cn/basewin/unionpay/setting/CommuParmOtherAyt.java | a7dff3e52693429c7a593467ecdcc7224c8a8fae | [] | no_license | Innoverex/pos | https://github.com/Innoverex/pos | 0a1ac9d26f179e92ea22ca7cca8dc29216b2c008 | fbf5c4911dc45a8fcb874c6d0c01811e8a672134 | refs/heads/master | 2021-06-09T15:25:38.155000 | 2016-12-05T10:51:57 | 2016-12-05T10:51:57 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.basewin.unionpay.setting;
import android.widget.CheckBox;
import android.widget.EditText;
import cn.basewin.unionpay.AppConfig;
import cn.basewin.unionpay.R;
import cn.basewin.unionpay.utils.SPTools;
/**
* 作者:lhc<br>
* 创建时间:2016/7/26 17:35<br>
* 描述:通讯参数设置-其他
*/
public class CommuParmOtherAyt extends B... | UTF-8 | Java | 3,127 | java | CommuParmOtherAyt.java | Java | [
{
"context": "ort cn.basewin.unionpay.utils.SPTools;\n\n/**\n * 作者:lhc<br>\n * 创建时间:2016/7/26 17:35<br>\n * 描述:通讯参数设置-其他\n ",
"end": 227,
"score": 0.9996562004089355,
"start": 224,
"tag": "USERNAME",
"value": "lhc"
}
] | null | [] | package cn.basewin.unionpay.setting;
import android.widget.CheckBox;
import android.widget.EditText;
import cn.basewin.unionpay.AppConfig;
import cn.basewin.unionpay.R;
import cn.basewin.unionpay.utils.SPTools;
/**
* 作者:lhc<br>
* 创建时间:2016/7/26 17:35<br>
* 描述:通讯参数设置-其他
*/
public class CommuParmOtherAyt extends B... | 3,127 | 0.637994 | 0.634341 | 109 | 26.623854 | 26.675003 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.422018 | false | false | 3 |
c78411f74a177de9b1d23c709941dda01c59a4ad | 25,494,925,910,490 | 9683aa57873147e00c43f68db6fe7ab2b4db537d | /src/dao/StudentDao.java | 7a22744a38fc8763c2a99892944a0cd074356658 | [] | no_license | MobyusJava/StudentRegistrationDemo | https://github.com/MobyusJava/StudentRegistrationDemo | 00f6bc9e61cc6254388f051727949c1b03ed157b | a3fbe4638af5cfa4fee57d2d5273b253883b55fb | refs/heads/master | 2016-08-12T16:43:47.963000 | 2016-03-21T20:49:42 | 2016-03-21T20:49:42 | 53,351,079 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package dao;
import java.util.ArrayList;
import java.util.List;
import bean.StudentBean;
/**
* Simple Data Access Object containing the stored data
* @author Stijn
*
*/
public class StudentDao {
private List<StudentBean> students;
public StudentDao() {
students = new ArrayList<StudentBean>()... | UTF-8 | Java | 490 | java | StudentDao.java | Java | [
{
"context": "cess Object containing the stored data\r\n * @author Stijn\r\n *\r\n */\r\npublic class StudentDao {\r\n\tprivate Lis",
"end": 177,
"score": 0.9973872900009155,
"start": 172,
"tag": "NAME",
"value": "Stijn"
}
] | null | [] | package dao;
import java.util.ArrayList;
import java.util.List;
import bean.StudentBean;
/**
* Simple Data Access Object containing the stored data
* @author Stijn
*
*/
public class StudentDao {
private List<StudentBean> students;
public StudentDao() {
students = new ArrayList<StudentBean>()... | 490 | 0.685714 | 0.685714 | 27 | 16.148148 | 17.24272 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.777778 | false | false | 3 |
f7cce04418dced51f4d87ae92cee4180cb2a9fcf | 4,483,945,889,943 | a78cd3d549e259fcab39992642cb2052cb9fd15e | /app/src/main/java/com/example/mohamed/letschat/fragment/SplashFragment.java | b5498720d37ae22c8d100d06c138e9a9884e396a | [] | no_license | mohamedmabrouk582/LetsChat2 | https://github.com/mohamedmabrouk582/LetsChat2 | a4fb53d81dc3e65448c92d51f5709e9ebfa9c42d | 4635bc8ddbbf3c97a95c553bead258969416fca2 | refs/heads/master | 2021-09-01T16:07:19.042000 | 2017-12-27T21:55:35 | 2017-12-27T21:55:35 | 111,341,822 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.mohamed.letschat.fragment;
import android.os.Bundle;
import android.os.Handler;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import com.example.mohamed.letschat.R;
im... | UTF-8 | Java | 2,207 | java | SplashFragment.java | Java | [
{
"context": "ase.database.DatabaseReference;\n\n/**\n * Created by mohamed mabrouk\n * 0201152644726\n * on 19/11/2017. time :19:35\n ",
"end": 741,
"score": 0.9998517632484436,
"start": 726,
"tag": "NAME",
"value": "mohamed mabrouk"
}
] | null | [] | package com.example.mohamed.letschat.fragment;
import android.os.Bundle;
import android.os.Handler;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import com.example.mohamed.letschat.R;
im... | 2,198 | 0.694155 | 0.680562 | 77 | 27.662338 | 23.064905 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.545455 | false | false | 3 |
e8261945234c8d7837f57cc274e630dd67569e3f | 29,746,943,529,688 | bf60b3bbac4f66eb4d54b5716310858f97e7967f | /mobile/src/main/java/me/calebjones/spacelaunchnow/common/BasePresenter.java | 9183ba845b078fcbbe8f6aef5f879abc736da4d1 | [
"MIT"
] | permissive | uusijani/SpaceLaunchNow-Android | https://github.com/uusijani/SpaceLaunchNow-Android | e03e691e40db24af7131f27c9f6565922a762395 | c81077efeb2d66a4e80af03a3ef8a5679c0c4d5d | refs/heads/master | 2020-04-02T14:32:20.835000 | 2018-10-20T20:35:00 | 2018-10-20T20:35:00 | 154,528,523 | 0 | 0 | MIT | true | 2018-10-24T15:53:03 | 2018-10-24T15:53:02 | 2018-10-20T20:35:08 | 2018-10-21T18:12:28 | 176,632 | 0 | 0 | 0 | null | false | null | package me.calebjones.spacelaunchnow.common;
public interface BasePresenter {
void start();
}
| UTF-8 | Java | 101 | java | BasePresenter.java | Java | [
{
"context": "package me.calebjones.spacelaunchnow.common;\n\npublic interface BasePres",
"end": 21,
"score": 0.9908914566040039,
"start": 11,
"tag": "USERNAME",
"value": "calebjones"
}
] | null | [] | package me.calebjones.spacelaunchnow.common;
public interface BasePresenter {
void start();
}
| 101 | 0.752475 | 0.752475 | 7 | 13.428572 | 16.851088 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 3 |
623158519acf1da466b6844afb0e55b71cefffe8 | 8,478,265,482,108 | ca030864a3a1c24be6b9d1802c2353da4ca0d441 | /classes7.dex_source_from_JADX/com/facebook/livephotos/exoplayer/extractor/ogg/VorbisBitArray.java | 6baaadb2cf9a5d66fabd01510fb7e70135e1fff9 | [] | no_license | pxson001/facebook-app | https://github.com/pxson001/facebook-app | 87aa51e29195eeaae69adeb30219547f83a5b7b1 | 640630f078980f9818049625ebc42569c67c69f7 | refs/heads/master | 2020-04-07T20:36:45.758000 | 2018-03-07T09:04:57 | 2018-03-07T09:04:57 | 124,208,458 | 4 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.facebook.livephotos.exoplayer.extractor.ogg;
import com.facebook.livephotos.exoplayer.util.Assertions;
/* compiled from: page_follow_success */
public final class VorbisBitArray {
public final byte[] f7301a;
private int f7302b;
private int f7303c;
private int f7304d;
public VorbisBitA... | UTF-8 | Java | 2,249 | java | VorbisBitArray.java | Java | [] | null | [] | package com.facebook.livephotos.exoplayer.extractor.ogg;
import com.facebook.livephotos.exoplayer.util.Assertions;
/* compiled from: page_follow_success */
public final class VorbisBitArray {
public final byte[] f7301a;
private int f7302b;
private int f7303c;
private int f7304d;
public VorbisBitA... | 2,249 | 0.427746 | 0.32948 | 87 | 24.850574 | 17.022318 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.609195 | false | false | 3 |
64f1799181d417ed4e86572bee023f252e641a9c | 2,869,038,184,036 | 8b8180bfa5201a67b11426c236ddc4a406d0dce8 | /site/components/src/main/java/scot/gov/www/beans/SpeechOrStatement.java | eebcce5a09c77428fa52a7dad4df7aba8bff0d75 | [
"LicenseRef-scancode-proprietary-license",
"MIT"
] | permissive | scottishgovernment/gov-scot | https://github.com/scottishgovernment/gov-scot | 2aafbe4a43418bbc1590e74a68b77e85448a1981 | cc4772a58980b4d8f58612fb6e063333c9ee51e6 | refs/heads/master | 2023-08-31T14:46:40.595000 | 2023-08-31T11:54:23 | 2023-08-31T11:54:23 | 127,297,372 | 6 | 8 | MIT | false | 2023-07-24T03:46:34 | 2018-03-29T13:42:22 | 2023-07-24T03:43:36 | 2023-07-24T03:46:33 | 19,214 | 4 | 6 | 9 | Java | false | false | package scot.gov.www.beans;
import org.hippoecm.hst.content.beans.Node;
import org.onehippo.cms7.essentials.dashboard.annotations.HippoEssentialsGenerated;
@HippoEssentialsGenerated(internalName = "govscot:SpeechOrStatement")
@Node(jcrType = "govscot:SpeechOrStatement")
public class SpeechOrStatement extends Publicat... | UTF-8 | Java | 674 | java | SpeechOrStatement.java | Java | [] | null | [] | package scot.gov.www.beans;
import org.hippoecm.hst.content.beans.Node;
import org.onehippo.cms7.essentials.dashboard.annotations.HippoEssentialsGenerated;
@HippoEssentialsGenerated(internalName = "govscot:SpeechOrStatement")
@Node(jcrType = "govscot:SpeechOrStatement")
public class SpeechOrStatement extends Publicat... | 674 | 0.778932 | 0.777448 | 18 | 36.444443 | 27.831282 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.277778 | false | false | 3 |
2bef0876bdb4feefac3ad2f87c57d657b57ff9b9 | 20,255,065,801,741 | c6a83b5bd25bcbd1a7dcb58cedabbba480698482 | /src/com/example/Test/DisplayMessageActivity.java | 191da8588d2d85e88158f2c4707ba22b1a1d7948 | [] | no_license | tarassel/AndroidTest | https://github.com/tarassel/AndroidTest | 567f9c0fa1c90724c5157b41469a774ac523aff6 | 757cf5b9fa2fe6a9148104d546d982d477c1bba3 | refs/heads/master | 2021-01-01T16:44:56.518000 | 2014-03-12T19:40:54 | 2014-03-12T19:40:54 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.Test;
import android.app.Activity;
import android.content.Intent;
import android.os.Build;
import android.os.Bundle;
import android.view.MenuItem;
import android.support.v4.app.NavUtils;
import android.view.View;
import android.widget.TextView;
/**
* Created by taras on 12.03.14.
*/
public class... | UTF-8 | Java | 1,644 | java | DisplayMessageActivity.java | Java | [
{
"context": "import android.widget.TextView;\n\n/**\n * Created by taras on 12.03.14.\n */\npublic class DisplayMessageActiv",
"end": 290,
"score": 0.8761519193649292,
"start": 285,
"tag": "USERNAME",
"value": "taras"
}
] | null | [] | package com.example.Test;
import android.app.Activity;
import android.content.Intent;
import android.os.Build;
import android.os.Bundle;
import android.view.MenuItem;
import android.support.v4.app.NavUtils;
import android.view.View;
import android.widget.TextView;
/**
* Created by taras on 12.03.14.
*/
public class... | 1,644 | 0.636861 | 0.630779 | 55 | 28.90909 | 21.763416 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.436364 | false | false | 3 |
2ab6c1a15d4c16df8b885a253509f4dc80d5a13b | 32,847,909,908,683 | 3d2e9b9b9c55a87b39f893a5b23ce8c2e94676c9 | /src/Problem14.java | fce07db46325342b0d0c9fb414481b856d35bbc5 | [] | no_license | jtfrank/ProjectEulerSolutions | https://github.com/jtfrank/ProjectEulerSolutions | 54bd8a1caaf079d3b10c6a3b134397b4828a23d0 | 6ff0cb08f97c1da50f2b6a68f285b965111243c8 | refs/heads/master | 2021-01-10T19:01:44.166000 | 2017-06-23T05:00:26 | 2017-06-23T05:00:26 | 21,308,041 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.ArrayList;
public class Problem14 {
public static void main(String[] args) {
long maxInt = 1000000;
long longestLength = 1;
long seedOfLongest = 1;
ArrayList<Long> collatzMasterList = new ArrayList<Long>();
for(long i = 1; i < maxInt; i++){
long collatzLength = 0;
long n = i;
... | UTF-8 | Java | 790 | java | Problem14.java | Java | [] | null | [] | import java.util.ArrayList;
public class Problem14 {
public static void main(String[] args) {
long maxInt = 1000000;
long longestLength = 1;
long seedOfLongest = 1;
ArrayList<Long> collatzMasterList = new ArrayList<Long>();
for(long i = 1; i < maxInt; i++){
long collatzLength = 0;
long n = i;
... | 790 | 0.586076 | 0.556962 | 40 | 18.75 | 17.599361 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.025 | false | false | 3 |
c01ebb147cb56e09f1440addf62384b216a65135 | 27,006,754,380,518 | 1c4ccc889eaf05a4e40100b93a2bcd84462b4249 | /mall/src/main/java/com/qingshop/mall/modules/mall/mapper/MallShipSetMapper.java | 087e877370d578eb1910bf05150de9076e3f3679 | [
"Apache-2.0"
] | permissive | deagle-z/bopufeng-mall | https://github.com/deagle-z/bopufeng-mall | 4f025883895acc4ee047f239bde24c9a0a7a7547 | 6d22b44e5272be01d488ec4e43c4c53c42e1abc0 | refs/heads/master | 2023-08-04T19:31:23.051000 | 2021-09-23T12:43:46 | 2021-09-23T12:43:46 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.qingshop.mall.modules.mall.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.qingshop.mall.modules.mall.entity.MallShipSet;
/**
* 配送设置表 Mapper 接口
*/
public interface MallShipSetMapper extends BaseMapper<MallShipSet> {
}
| UTF-8 | Java | 276 | java | MallShipSetMapper.java | Java | [] | null | [] | package com.qingshop.mall.modules.mall.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.qingshop.mall.modules.mall.entity.MallShipSet;
/**
* 配送设置表 Mapper 接口
*/
public interface MallShipSetMapper extends BaseMapper<MallShipSet> {
}
| 276 | 0.79771 | 0.79771 | 11 | 22.818182 | 26.336349 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.272727 | false | false | 3 |
92df405e329090e2d52ee0816f117d55c48b53e7 | 2,448,131,389,130 | 4778e1bb475ad7f5a6761b4e56cf5cd964fc8ddc | /gameCenter/src/main/java/cn/lt/game/ui/app/jump/SpecialTopicListJumper.java | 7f2f8e96a49a1b8525a1ee8ebf8ff3bba8116634 | [] | no_license | bellmit/GameCenter | https://github.com/bellmit/GameCenter | 7d766ca3435b1bc384f71eccd5d3601c83622f0b | fc59ff640f5324219bf7d9ec71c4433e5f2d09f8 | refs/heads/master | 2022-01-25T04:02:23.182000 | 2019-03-29T08:09:08 | 2019-03-29T08:09:08 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.lt.game.ui.app.jump;
import android.content.Context;
import android.util.Log;
import cn.lt.game.lib.util.ActivityActionUtils;
import cn.lt.game.ui.app.specialtopic.SpecialTopicActivity;
/***
* Created by Administrator on 2015/12/14.
*/
public class SpecialTopicListJumper implements IJumper {
@Overr... | UTF-8 | Java | 635 | java | SpecialTopicListJumper.java | Java | [] | null | [] | package cn.lt.game.ui.app.jump;
import android.content.Context;
import android.util.Log;
import cn.lt.game.lib.util.ActivityActionUtils;
import cn.lt.game.ui.app.specialtopic.SpecialTopicActivity;
/***
* Created by Administrator on 2015/12/14.
*/
public class SpecialTopicListJumper implements IJumper {
@Overr... | 635 | 0.671451 | 0.658692 | 23 | 26.26087 | 24.682713 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.478261 | false | false | 3 |
cc2657c09488642d9819ec53ce99fa08135dbf71 | 1,984,274,936,060 | 91398222b5e310959cb851d2279a3798c2a25155 | /MailClient/filterDesign/src/filterdesign/Sender.java | 47102b54b485106c0a00876dd437d90729dbc2e8 | [] | no_license | lustigepepe/Public | https://github.com/lustigepepe/Public | e947a329901de79cac1116c1657d328fda22e880 | 57924ad56035ad1470c0fd3fd2a37f70e02577a8 | refs/heads/master | 2021-01-10T07:41:57.640000 | 2016-03-04T19:39:17 | 2016-03-04T19:39:17 | 53,133,989 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package filterdesign;
import java.util.Collection;
import java.util.HashSet;
import java.util.Iterator;
import java.util.Set;
import common.filter.FilterOperator;
import common.filter.StringCompareHelper;
import common.mail.model.Message;
public class Sender extends SimpleFilter {
private final String toMatch;
... | UTF-8 | Java | 1,468 | java | Sender.java | Java | [] | null | [] | package filterdesign;
import java.util.Collection;
import java.util.HashSet;
import java.util.Iterator;
import java.util.Set;
import common.filter.FilterOperator;
import common.filter.StringCompareHelper;
import common.mail.model.Message;
public class Sender extends SimpleFilter {
private final String toMatch;
... | 1,468 | 0.684605 | 0.684605 | 61 | 23.081966 | 22.37995 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.508197 | false | false | 3 |
0e64e7ee6b6b7e54b79fc12a00171636e65f9750 | 14,053,133,022,341 | 3e92c98ffe959a4b4c89c550e2f9640367110ded | /app/src/main/java/ie/wit/poland/fragments/AddFragment.java | 5f3c3f438579192e16978173ed8bd1c889e9ea62 | [] | no_license | kacper97/PlApp | https://github.com/kacper97/PlApp | e83df8753995313229820d25894e3c1252d65de8 | b87f1bbe90f2d57ed2effb84b78507519f254d35 | refs/heads/master | 2020-04-20T19:44:01.036000 | 2019-04-29T23:10:34 | 2019-04-29T23:10:34 | 169,057,017 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ie.wit.poland.fragments;
import android.content.Intent;
import android.location.Address;
import android.location.Geocoder;
import android.location.Location;
import android.net.Uri;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
i... | UTF-8 | Java | 5,557 | java | AddFragment.java | Java | [
{
"context": "oid.gms.maps.model.MarkerOptions;\nimport com.shashank.sony.fancytoastlib.FancyToast;\n\n\nimport java.io.I",
"end": 800,
"score": 0.5532989501953125,
"start": 797,
"tag": "USERNAME",
"value": "ank"
}
] | null | [] | package ie.wit.poland.fragments;
import android.content.Intent;
import android.location.Address;
import android.location.Geocoder;
import android.location.Location;
import android.net.Uri;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
i... | 5,557 | 0.661206 | 0.659226 | 147 | 36.795918 | 27.926029 | 130 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.829932 | false | false | 3 |
a176a8a8198ca44b8048be14d96e22e84b5c0d1b | 9,964,324,134,365 | c00216fe86ab1a48425d861df244cc2c73b3ef73 | /2019_09_20/src/Shape/Point.java | b8dde876f572c2aed1cff73d3fd630cbe3830a84 | [] | no_license | yukudaa/University_Study | https://github.com/yukudaa/University_Study | c6a21f23d6e416499bf15c8d5914bca862aa4436 | b12f2762221277d223f86849fc3dd500db762ad0 | refs/heads/main | 2023-07-03T07:47:58.643000 | 2021-08-08T03:09:47 | 2021-08-08T03:09:47 | 383,735,721 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Shape;
public class Point {
double x,y;
}
| UTF-8 | Java | 53 | java | Point.java | Java | [] | null | [] | package Shape;
public class Point {
double x,y;
}
| 53 | 0.679245 | 0.679245 | 6 | 7.833333 | 7.882823 | 20 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 3 |
91646568f1f5c799275394c80221ba29f23054d6 | 24,094,766,571,573 | 4f457f0681d91b562e89879e34a8584bfd23b9f5 | /kplike/src/main/java/com/kplike/library/util/ViewUtil.java | 537607abc493a31e6c5897f4ec644abb13cad3da | [] | no_license | kaip121/kpframe | https://github.com/kaip121/kpframe | c8207393b35093f16bd6d4394d7dd5b616f1118d | 4f86d9d9bb2a165834d9365ce563753b821f397d | refs/heads/master | 2020-04-06T04:53:20.826000 | 2018-12-06T08:26:28 | 2018-12-06T08:26:28 | 73,798,344 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kplike.library.util;
import android.app.Activity;
import android.content.Context;
import android.content.res.AssetManager;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.net.Uri;
import android.text.Spanned;
import android.view.View;
import android.view.inputmethod.In... | UTF-8 | Java | 6,994 | java | ViewUtil.java | Java | [] | null | [] | package com.kplike.library.util;
import android.app.Activity;
import android.content.Context;
import android.content.res.AssetManager;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.net.Uri;
import android.text.Spanned;
import android.view.View;
import android.view.inputmethod.In... | 6,994 | 0.666419 | 0.666419 | 318 | 20.125786 | 20.388597 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.625786 | false | false | 3 |
f65a19c4f0ee1f1a53bf1c11814c63a649b9846a | 24,094,766,573,475 | 1374eb0102b0bb17669819e17633f9bc14f197df | /src/main/java/net/sell17/easy/controller/response/TransactionDetailResp.java | 98d6d568ad4e02ce95ddb49a895e8028ff507d48 | [] | no_license | BroQi/easy | https://github.com/BroQi/easy | 21d055c875fd0eb769afd3301e4ee666cf11df41 | 2c8f89092c9480692fd4ed1292ebe4e6a760b741 | refs/heads/master | 2018-09-19T21:19:34.395000 | 2017-07-26T09:22:39 | 2017-07-26T09:22:39 | 93,746,738 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.sell17.easy.controller.response;
import net.sell17.easy.entity.TransactionDetail;
import org.springframework.beans.BeanUtils;
import java.math.BigDecimal;
import java.util.Date;
/**
* Created by LiuQi on 2017/6/11.
*/
public class TransactionDetailResp {
private BigDecimal amount;
private Inte... | UTF-8 | Java | 1,388 | java | TransactionDetailResp.java | Java | [
{
"context": "Decimal;\nimport java.util.Date;\n\n/**\n * Created by LiuQi on 2017/6/11.\n */\npublic class TransactionDetailR",
"end": 216,
"score": 0.9049007296562195,
"start": 211,
"tag": "NAME",
"value": "LiuQi"
}
] | null | [] | package net.sell17.easy.controller.response;
import net.sell17.easy.entity.TransactionDetail;
import org.springframework.beans.BeanUtils;
import java.math.BigDecimal;
import java.util.Date;
/**
* Created by LiuQi on 2017/6/11.
*/
public class TransactionDetailResp {
private BigDecimal amount;
private Inte... | 1,388 | 0.649275 | 0.641304 | 69 | 19 | 17.564787 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.318841 | false | false | 3 |
513ede66cac353950f461fa86c2507e515c905df | 30,073,361,048,261 | 0f836a8f209eeb75013a78d76c7690d0904f4e52 | /CmnObject/src/main/java/com/smartlib/cmnObject/util/AppUtil.java | 6b49d3f3194aa89a8f291255cad5e0fe44482c45 | [] | no_license | fengdejiyi/framework | https://github.com/fengdejiyi/framework | 1b8f7ad92b0b3298373742791bbf4aa4469a8d11 | e7492a4f805bf6f95b2f95bbdc98fdba2b51ad7b | HEAD | 2017-04-23T08:31:28.086000 | 2016-09-20T09:34:23 | 2016-09-20T09:34:23 | 61,776,041 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.smartlib.cmnObject.util;
import android.content.Context;
import android.content.pm.PackageInfo;
import android.content.pm.PackageManager;
/**
* @author hewenwen
* @description <app 的工具类>
* @date 2016/4/24
*/
public class AppUtil
{
/***
* 获取应用versionCode
*
* @param co... | UTF-8 | Java | 1,286 | java | AppUtil.java | Java | [
{
"context": "roid.content.pm.PackageManager;\r\n\r\n/**\r\n * @author hewenwen\r\n * @description <app 的工具类>\r\n * @date 2016/4/24\r\n",
"end": 182,
"score": 0.9996592402458191,
"start": 174,
"tag": "USERNAME",
"value": "hewenwen"
}
] | null | [] | package com.smartlib.cmnObject.util;
import android.content.Context;
import android.content.pm.PackageInfo;
import android.content.pm.PackageManager;
/**
* @author hewenwen
* @description <app 的工具类>
* @date 2016/4/24
*/
public class AppUtil
{
/***
* 获取应用versionCode
*
* @param co... | 1,286 | 0.546032 | 0.538095 | 56 | 20.5 | 21.869743 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 3 |
87519569f8575d9605a7657bb47166f0dd59de6d | 5,128,190,996,716 | d71e60fc181515ba57f9e93377c19d7734947c10 | /src/main/java/com/example/demo/config/AspectConfig.java | 402901e2772390c513a9d62d57ec881e40cdd7f2 | [
"Apache-2.0"
] | permissive | coderm520/jwtDemo | https://github.com/coderm520/jwtDemo | 364576d0c0013fcbb0c44a2833258714a9049959 | 2f282877695300b918d3fd01a5a5fce06acc64c4 | refs/heads/master | 2022-11-21T05:11:17.246000 | 2019-12-17T06:36:11 | 2019-12-17T06:36:11 | 177,951,909 | 1 | 0 | Apache-2.0 | false | 2022-11-16T11:37:33 | 2019-03-27T08:35:01 | 2019-12-17T06:38:35 | 2022-11-16T11:37:31 | 220 | 1 | 0 | 1 | Java | false | false | package com.example.demo.config;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
/**
* @Description TODO
* @Author m110266
* @Date 2019/4/11 17:54
**/
@Configuration
@ComponentScan("com.example.demo.aspect")
public class AspectConfig {
}
| UTF-8 | Java | 318 | java | AspectConfig.java | Java | [
{
"context": "onfiguration;\n\n/**\n * @Description TODO\n * @Author m110266\n * @Date 2019/4/11 17:54\n **/\n@Configuration\n@Com",
"end": 200,
"score": 0.9994698166847229,
"start": 193,
"tag": "USERNAME",
"value": "m110266"
}
] | null | [] | package com.example.demo.config;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
/**
* @Description TODO
* @Author m110266
* @Date 2019/4/11 17:54
**/
@Configuration
@ComponentScan("com.example.demo.aspect")
public class AspectConfig {
}
| 318 | 0.77673 | 0.72327 | 14 | 21.714285 | 19.919224 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.214286 | false | false | 3 |
6f76b626e788ddbe123adaa151c4b42ec1052508 | 11,398,843,210,702 | 5e270f39f541f354ae52cb6f3f26e2738b09c969 | /mobilesafes/src/main/java/com/dashingqi/mobilesafe/broadcast/SmSBroadcast.java | 0d56d6918d383539e69a44c88638815590357ead | [
"Apache-2.0"
] | permissive | dashingqi/mobilesafe | https://github.com/dashingqi/mobilesafe | 7da6397166e8b78a63f8e443cca1cbc624c6259e | bcf3abf30bb7fadd8e23ce94b6e205a3034da148 | refs/heads/master | 2017-11-30T23:56:52.210000 | 2017-03-21T12:52:51 | 2017-03-21T12:52:51 | 81,910,116 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.dashingqi.mobilesafe.broadcast;
import android.app.admin.DevicePolicyManager;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.media.MediaPlayer;
import android.telephony.SmsMessage;
import com.dashingqi.mobilesafe.R;
import com.dashin... | UTF-8 | Java | 2,998 | java | SmSBroadcast.java | Java | [
{
"context": ".mobilesafe.view.ConstantValue;\n\n/**\n * Created by zhangqi on 2017/2/27.\n */\n\npublic class SmSBroadcast exte",
"end": 482,
"score": 0.9993855357170105,
"start": 475,
"tag": "USERNAME",
"value": "zhangqi"
}
] | null | [] | package com.dashingqi.mobilesafe.broadcast;
import android.app.admin.DevicePolicyManager;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.media.MediaPlayer;
import android.telephony.SmsMessage;
import com.dashingqi.mobilesafe.R;
import com.dashin... | 2,998 | 0.568913 | 0.565467 | 68 | 37.411766 | 25.404512 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.441176 | false | false | 10 |
06898999c9e8de65f18008fdf61a93658ba18e3b | 7,438,883,365,938 | aba53ff78917ee566914cfc985c70b8952f5fa27 | /backend/src/main/java/pl/lodz/p/it/ssbd2021/ssbd01/mod/dto/request/EditPrescriptionRequestDto.java | 1ecf52b1a2c3e0200518e31082e7e4b535a18580 | [] | no_license | ZdrzalikPrzemyslaw/Dental-Clinic | https://github.com/ZdrzalikPrzemyslaw/Dental-Clinic | 354eca2ae3e8355cf6155f677df7df06c1f96206 | 4d6c426ee2b0bde054bb8e1b07835bd6ff1e8500 | refs/heads/master | 2023-07-01T11:31:08.167000 | 2021-08-12T19:10:52 | 2021-08-12T19:10:52 | 393,636,748 | 1 | 1 | null | true | 2021-08-07T09:19:52 | 2021-08-07T09:19:52 | 2021-07-23T06:09:26 | 2021-07-20T15:45:19 | 2,857 | 0 | 0 | 0 | null | false | false | package pl.lodz.p.it.ssbd2021.ssbd01.mod.dto.request;
import pl.lodz.p.it.ssbd2021.ssbd01.common.I18n;
import pl.lodz.p.it.ssbd2021.ssbd01.security.SignableEntity;
import javax.json.bind.annotation.JsonbTransient;
import javax.validation.constraints.NotNull;
import java.util.LinkedHashMap;
import java.util.Map;
/**
... | UTF-8 | Java | 1,350 | java | EditPrescriptionRequestDto.java | Java | [] | null | [] | package pl.lodz.p.it.ssbd2021.ssbd01.mod.dto.request;
import pl.lodz.p.it.ssbd2021.ssbd01.common.I18n;
import pl.lodz.p.it.ssbd2021.ssbd01.security.SignableEntity;
import javax.json.bind.annotation.JsonbTransient;
import javax.validation.constraints.NotNull;
import java.util.LinkedHashMap;
import java.util.Map;
/**
... | 1,350 | 0.667407 | 0.648148 | 57 | 22.68421 | 20.347126 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.421053 | false | false | 10 |
b12ff69feeb8feb5854160dfd8e47b88fcc3357d | 18,356,690,292,402 | 1604603345d0dfccade236df9fd128990b61e42e | /jdk_study/src/main/java/simple/MapCopyTest.java | a0f1a8b7f4ed445b471fc3a4160fc1a399495c90 | [] | no_license | Lowrry/my_study | https://github.com/Lowrry/my_study | 60bafea8e227f4cc01f95101dba26c15b09c2892 | 74a46ece8366d8a79e9834165e2d4ea1e9642a95 | refs/heads/master | 2021-10-12T00:55:01.226000 | 2019-01-31T08:53:38 | 2019-01-31T08:53:38 | 115,987,763 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package simple;
import java.util.HashMap;
import java.util.Map;
/**
* User: luxiaochun<p/>
* Date: 2017/8/16<p/>
* Time: 20:35<p/>
*/
public class MapCopyTest {
public static void main(String[] args) {
Map<String,String> map = new HashMap<>();
map.put("1","2");
Map<String,String> map1... | UTF-8 | Java | 463 | java | MapCopyTest.java | Java | [
{
"context": ".util.HashMap;\nimport java.util.Map;\n\n/**\n * User: luxiaochun<p/>\n * Date: 2017/8/16<p/>\n * Time: 20:35<p/>\n */",
"end": 89,
"score": 0.9995951652526855,
"start": 79,
"tag": "USERNAME",
"value": "luxiaochun"
}
] | null | [] | package simple;
import java.util.HashMap;
import java.util.Map;
/**
* User: luxiaochun<p/>
* Date: 2017/8/16<p/>
* Time: 20:35<p/>
*/
public class MapCopyTest {
public static void main(String[] args) {
Map<String,String> map = new HashMap<>();
map.put("1","2");
Map<String,String> map1... | 463 | 0.563715 | 0.529158 | 22 | 20.045454 | 17.258667 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.545455 | false | false | 10 |
124417c1ed29dffbe9c3bf4af13ad61b3468750d | 16,123,307,290,672 | 020d217a305f547c759a2497652b890e094acc57 | /outlier-detection-app/src/test/java/razvan/filip/outlierdetectionapp/outliers/OutlierServiceTest.java | 09fc77e7e9177b8342a182a32ffc15d1faddf395 | [] | no_license | razvandfilip/outlier-detection | https://github.com/razvandfilip/outlier-detection | a436a11aa8cf242c0df8745c9957aeb5111e4cff | 584649b98972d0d22aefcefe390a56ecc04bd99c | refs/heads/master | 2020-10-01T06:31:57.647000 | 2019-12-23T05:48:59 | 2019-12-23T05:48:59 | 227,479,128 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package razvan.filip.outlierdetectionapp.outliers;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.ExtendWith;
import org.mockito.InjectMocks;
import org.mockito.Mock;
import org.mockito.invocation.InvocationOnMock;
import org.mockito.junit.jupiter.MockitoExtension;
import org.mockito.stubbin... | UTF-8 | Java | 3,037 | java | OutlierServiceTest.java | Java | [] | null | [] | package razvan.filip.outlierdetectionapp.outliers;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.ExtendWith;
import org.mockito.InjectMocks;
import org.mockito.Mock;
import org.mockito.invocation.InvocationOnMock;
import org.mockito.junit.jupiter.MockitoExtension;
import org.mockito.stubbin... | 3,037 | 0.671386 | 0.664142 | 89 | 33.123596 | 27.967405 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.685393 | false | false | 10 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.