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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
7596450e11fcfd8a26607cee23c6a91aedccab10 | 31,224,412,273,649 | 50711f948861878d88de915ea3b9f525c7e11d2b | /Spring-Hibernate-Integration-Using-Maven/HibernateExamples/src/main/java/com/technicalkeeda/dao/impl/MovieDaoImpl.java | b1063d6aced06370c5ab2db24ee0de81178f325e | [] | no_license | tuananh00473/PracticeSpring | https://github.com/tuananh00473/PracticeSpring | a0bbd7381feae8db1b8ccd8aaeb76bb4ce71eaf9 | c38ef464c2f84ee5ac8a320e36ab21090f57a12a | refs/heads/master | 2021-01-01T19:24:44.684000 | 2013-06-25T10:43:06 | 2013-06-25T10:43:06 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.technicalkeeda.dao.impl;
import org.hibernate.SessionFactory;
import org.springframework.orm.hibernate3.HibernateTemplate;
import com.technicalkeeda.dao.MovieDao;
import com.technicalkeeda.entities.Movie;
public class MovieDaoImpl implements MovieDao {
private HibernateTemplate hibernateTemplate;
pub... | UTF-8 | Java | 547 | java | MovieDaoImpl.java | Java | [] | null | [] | package com.technicalkeeda.dao.impl;
import org.hibernate.SessionFactory;
import org.springframework.orm.hibernate3.HibernateTemplate;
import com.technicalkeeda.dao.MovieDao;
import com.technicalkeeda.entities.Movie;
public class MovieDaoImpl implements MovieDao {
private HibernateTemplate hibernateTemplate;
pub... | 547 | 0.826325 | 0.824497 | 22 | 23.90909 | 23.813498 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.818182 | false | false | 0 |
bfef30c4e258e40196ecdbcc9728404e156482ae | 3,504,693,373,659 | ed17559215baf8dbf6f5e5775c4a728f9a4145e1 | /src/main/java/com/bloidonia/fxtools/gradient/RGB.java | 14900c1a977799a3f04bbbb9bbdb689bb20d5f07 | [
"Apache-2.0"
] | permissive | timyates/GradientExtractorFX | https://github.com/timyates/GradientExtractorFX | 90bb85923d745129b1bb07db3270e995ed0ae92c | db1bf5adc750939b745fbbd468e36e27d47e1c79 | refs/heads/master | 2021-05-15T01:47:08.386000 | 2017-05-20T08:40:09 | 2017-05-20T08:40:09 | 16,219,018 | 3 | 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.bloidonia.fxtools.gradient;
import javafx.scene.paint.Color;
/**
*
* @author tyates
*/
public class RGB {
private... | UTF-8 | Java | 1,956 | java | RGB.java | Java | [
{
"context": "mport javafx.scene.paint.Color;\n\n/**\n *\n * @author tyates\n */\npublic class RGB {\n private final int r, g",
"end": 285,
"score": 0.999625563621521,
"start": 279,
"tag": "USERNAME",
"value": "tyates"
}
] | 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.bloidonia.fxtools.gradient;
import javafx.scene.paint.Color;
/**
*
* @author tyates
*/
public class RGB {
private... | 1,956 | 0.4591 | 0.436605 | 87 | 21.482759 | 18.798302 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.482759 | false | false | 0 |
e5c0739bef29028e56ded1c5ceaa9b44908df35b | 16,544,214,037,214 | 96674478ffc4ec3464159fecc6d6559fec8ce56c | /src/com/cn/dao/hibernate/ErrorCodeDAO.java | a2161493e447d2322d4c5f6b9ca4418315812862 | [] | no_license | TheXs/GitRepository | https://github.com/TheXs/GitRepository | 9de6145eff227a42d99cb588bdccddb8543a89a6 | 6814dbaa91c3fb0660a241750db8596ea09ab14a | refs/heads/master | 2020-03-09T22:59:11.726000 | 2019-09-23T06:24:23 | 2019-09-23T06:24:23 | 129,048,023 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cn.dao.hibernate;
import org.springframework.dao.DataAccessException;
import com.cn.dao.IErrorCodeDAO;
import com.cn.entity.BaseEntity;
import com.cn.entity.ErrorCode;
/**
* 错误码DAO
*
* @author alexdu
*
*/
public class ErrorCodeDAO extends BaseDAO implements IErrorCodeDAO {
@SuppressWarnings("raw... | UTF-8 | Java | 913 | java | ErrorCodeDAO.java | Java | [
{
"context": "n.entity.ErrorCode;\n\n\n/**\n * 错误码DAO\n * \n * @author alexdu\n * \n */\npublic class ErrorCodeDAO extends BaseDAO",
"end": 219,
"score": 0.9996383786201477,
"start": 213,
"tag": "USERNAME",
"value": "alexdu"
}
] | null | [] | package com.cn.dao.hibernate;
import org.springframework.dao.DataAccessException;
import com.cn.dao.IErrorCodeDAO;
import com.cn.entity.BaseEntity;
import com.cn.entity.ErrorCode;
/**
* 错误码DAO
*
* @author alexdu
*
*/
public class ErrorCodeDAO extends BaseDAO implements IErrorCodeDAO {
@SuppressWarnings("raw... | 913 | 0.716648 | 0.716648 | 46 | 18.73913 | 19.050774 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.347826 | false | false | 0 |
caa2b883d7e309ea1161e25d2f0cf4499f631505 | 4,423,816,318,616 | 80d2101dc10c0e7ff59147e857d8307c19e87b6b | /src/main/java/com/revaso/revaso/models/Post.java | 842108549900c8b334cff7821be8fbbffc8e44d9 | [] | no_license | samjones-ship-it/Revasocial | https://github.com/samjones-ship-it/Revasocial | 307fd120f1e6c17107c10d6610de2d5b86c93075 | 50240421c981b14372c295acc0d4f893dc8b8223 | refs/heads/master | 2022-04-28T03:08:12.053000 | 2020-04-21T19:25:00 | 2020-04-21T19:25:00 | 257,693,341 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.revaso.revaso.models;
import com.fasterxml.jackson.annotation.JsonIgnore;
import javax.persistence.*;
import javax.validation.constraints.NotBlank;
/**
*
* @author Sam, Lucnel, Niroj, Jimmy
*
* Post class is the model class responsible for creating table named POST which contains five fields.Such a... | UTF-8 | Java | 3,284 | java | Post.java | Java | [
{
"context": "lidation.constraints.NotBlank;\n\n/**\n * \n * @author Sam, Lucnel, Niroj, Jimmy\n * \n * Post class is the mo",
"end": 185,
"score": 0.9992157220840454,
"start": 182,
"tag": "NAME",
"value": "Sam"
},
{
"context": "ion.constraints.NotBlank;\n\n/**\n * \n * @author Sam, ... | null | [] | package com.revaso.revaso.models;
import com.fasterxml.jackson.annotation.JsonIgnore;
import javax.persistence.*;
import javax.validation.constraints.NotBlank;
/**
*
* @author Sam, Lucnel, Niroj, Jimmy
*
* Post class is the model class responsible for creating table named POST which contains five fields.Such a... | 3,284 | 0.6757 | 0.6757 | 144 | 21.770834 | 23.006254 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.236111 | false | false | 0 |
784553d57c4924a341cf71f75b787dd12ba6ea77 | 28,647,431,875,088 | 634e3328d7373df19443d5bfa3ed4d1460e40184 | /back-end/src/main/java/com/syouketu/modules/project/api/TemplateController.java | 22d8f285fe3e67ce6f817e87eda77fa2ed13df16 | [
"Apache-2.0"
] | permissive | syouketu/code-generator | https://github.com/syouketu/code-generator | c4ba0a7f64a3edf4ba53295464a2a702bba53412 | fabe0da50aedff607602f215ee009a487e3a62ca | refs/heads/main | 2023-07-15T07:03:24.798000 | 2021-08-27T02:30:23 | 2021-08-27T02:30:23 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.syouketu.modules.project.api;
import com.baomidou.mybatisplus.plugins.Page;
import com.syouketu.modules.common.dto.output.ApiResult;
import com.syouketu.modules.project.dto.input.TemplateQueryPara;
import com.syouketu.modules.project.dto.output.TemplateView;
import com.syouketu.modules.project.entity.Proje... | UTF-8 | Java | 4,012 | java | TemplateController.java | Java | [
{
"context": ";\n\n/**\n * <p>\n * 项目代码模板表 接口\n * </p>\n *\n * @author: JXI\n * @description:\n * @date: Created on 2019-07-08\n",
"end": 707,
"score": 0.9958478212356567,
"start": 704,
"tag": "USERNAME",
"value": "JXI"
}
] | null | [] | package com.syouketu.modules.project.api;
import com.baomidou.mybatisplus.plugins.Page;
import com.syouketu.modules.common.dto.output.ApiResult;
import com.syouketu.modules.project.dto.input.TemplateQueryPara;
import com.syouketu.modules.project.dto.output.TemplateView;
import com.syouketu.modules.project.entity.Proje... | 4,012 | 0.727273 | 0.723369 | 83 | 42.216869 | 37.059395 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.831325 | false | false | 0 |
273100b100544191bf0539852b514bce5b94d71f | 18,829,136,669,831 | 2c1dc7049d820d2b75811a6c0479bd34eb84ad87 | /plugins/network-elements/tungsten/src/main/java/org/apache/cloudstack/network/tungsten/api/response/TungstenFabricProviderResponse.java | 1e74818f60b0e8b1b3754d576a2e2d6f2779855d | [
"GPL-2.0-only",
"Apache-2.0",
"BSD-3-Clause",
"MIT",
"GPL-1.0-or-later",
"LicenseRef-scancode-public-domain",
"BSD-2-Clause",
"LicenseRef-scancode-unknown"
] | permissive | apache/cloudstack | https://github.com/apache/cloudstack | 3775c9171022dfaf91d655bd166149e36f4caa41 | 819dd7b75c1b61ae444c45476f5834dbfb9094d0 | refs/heads/main | 2023-08-30T15:05:36.976000 | 2023-08-30T09:29:16 | 2023-08-30T09:29:16 | 9,759,448 | 1,468 | 1,232 | Apache-2.0 | false | 2023-09-14T16:57:46 | 2013-04-29T22:27:12 | 2023-09-14T13:24:51 | 2023-09-14T16:57:45 | 569,343 | 1,509 | 1,022 | 372 | Java | false | false | // Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The ASF licenses this file
// to you under the Apache License, Version 2.0 (the
// "License"); you may... | UTF-8 | Java | 4,351 | java | TungstenFabricProviderResponse.java | Java | [] | null | [] | // Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The ASF licenses this file
// to you under the Apache License, Version 2.0 (the
// "License"); you may... | 4,351 | 0.711331 | 0.710411 | 148 | 28.398649 | 23.862143 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.290541 | false | false | 0 |
abd99a8dc9fcbbcde0dac9bac12ae15e4304541d | 4,088,808,921,536 | d3c54c9ddcd914455fa6c08f437fb40ddd8f5f21 | /app/src/main/java/et/tsingtaopad/dd/ddzs/zsagree/ZsAgreeFragment.java | c64c0fdaec3a80c5c87a6a1d36a3c0219de7364c | [] | no_license | wxyass/DBT_TsingTao_New | https://github.com/wxyass/DBT_TsingTao_New | 1113285065da132d1232223986d19952623c0021 | f2dbda01876d4c2c12a70da7ad5f82248ca64d3a | refs/heads/master | 2020-03-25T17:29:12.240000 | 2018-11-20T12:02:05 | 2018-11-20T12:02:05 | 143,979,900 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package et.tsingtaopad.dd.ddzs.zsagree;
import android.os.Bundle;
import android.os.Handler;
import android.os.Message;
import android.support.annotation.Nullable;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.LinearLayout;
import android.widget.List... | UTF-8 | Java | 17,184 | java | ZsAgreeFragment.java | Java | [
{
"context": "singtaopad.listviewintf.IClick;\n\n/**\n * Created by yangwenmin on 2018/3/12.\n */\n\npublic class ZsAgreeFragment e",
"end": 1109,
"score": 0.9996687769889832,
"start": 1099,
"tag": "USERNAME",
"value": "yangwenmin"
}
] | null | [] | package et.tsingtaopad.dd.ddzs.zsagree;
import android.os.Bundle;
import android.os.Handler;
import android.os.Message;
import android.support.annotation.Nullable;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.LinearLayout;
import android.widget.List... | 17,184 | 0.58453 | 0.579582 | 396 | 40.853535 | 31.385736 | 124 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.646465 | false | false | 0 |
28a2c9150a044346c4fffd56b6cd7a862c2e5019 | 6,760,278,595,610 | 21aeae3c85b43bce18d218ed054730ba9cd0f594 | /KiandaStream - Android/src/com/kiandastream/twitter/TwtSocioUserDatas.java | f9ea3e4e93ac156441c23356e0ba5fa191377252 | [] | no_license | sumitglobussoft/KiandaStream-iOS | https://github.com/sumitglobussoft/KiandaStream-iOS | 8dabf40d4ffd2f4b5af36550220f0129d66128ac | 905c18bbd402ce08eae31bcc8d95888cedf23f80 | refs/heads/master | 2021-01-23T21:38:34.945000 | 2015-09-09T08:34:00 | 2015-09-09T08:34:00 | 35,271,546 | 1 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kiandastream.twitter;
public class TwtSocioUserDatas {
String userid;
String username;
String userAcessToken;
String usersecretKey;
public String getUsersecretKey() {
return usersecretKey;
}
public void setUsersecretKey(String usersecretKey) {
this.usersecretKey = usersecretKey;
}
publ... | UTF-8 | Java | 1,505 | java | TwtSocioUserDatas.java | Java | [
{
"context": "super();\n\t\tthis.userid = userid;\n\t\tthis.username = username;\n\t\tthis.userAcessToken = userAcessToken;\n\t\tthis.u",
"end": 521,
"score": 0.9990092515945435,
"start": 513,
"tag": "USERNAME",
"value": "username"
},
{
"context": "odelUserDatas [userid=\" + userid +... | null | [] | package com.kiandastream.twitter;
public class TwtSocioUserDatas {
String userid;
String username;
String userAcessToken;
String usersecretKey;
public String getUsersecretKey() {
return usersecretKey;
}
public void setUsersecretKey(String usersecretKey) {
this.usersecretKey = usersecretKey;
}
publ... | 1,505 | 0.681063 | 0.681063 | 82 | 17.353659 | 18.145329 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.402439 | false | false | 0 |
da350fbddb1431aa9f2e3f225305c63847cd8a34 | 28,870,770,210,078 | 2ec77174e29b915e63e509c6f698066f7e3618ba | /src/main/java/com/tchoko/springboot/springdata/SpringDataDemoApplication.java | d113972877707f1176b64cca03f7f48ea2f10ea7 | [] | no_license | TchokoApps/SpringDataDemo | https://github.com/TchokoApps/SpringDataDemo | d92bfb19b36a64ffa0e35ea5c21b14e635b3b8bd | 4b96376f956510e5117a78770080e6dc668609e9 | refs/heads/master | 2020-03-19T05:26:16.202000 | 2018-06-03T20:04:01 | 2018-06-03T20:04:01 | 135,930,702 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tchoko.springboot.springdata;
import org.springframework.boot.CommandLineRunner;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class SpringDataDemoApplication implements CommandLineRunner {
public sta... | UTF-8 | Java | 489 | java | SpringDataDemoApplication.java | Java | [] | null | [] | package com.tchoko.springboot.springdata;
import org.springframework.boot.CommandLineRunner;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class SpringDataDemoApplication implements CommandLineRunner {
public sta... | 489 | 0.822086 | 0.822086 | 19 | 24.736841 | 26.44128 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.684211 | false | false | 0 |
713f7da85e09b7ab5c8baac2dfc32ce332eee1dc | 14,087,492,793,468 | a823b39e1e7bc8055d4d8171e6489b15cd3c623d | /src/week_7_HomeWork/P2_LeapYear.java | 49cf1525904c168a2e413cfe88359e769a3ddbbf | [] | no_license | 07485743755/week_7_HomeWork | https://github.com/07485743755/week_7_HomeWork | f31cd2a68425f4a83b188c550b061839d6997958 | 03bd3188db4bef6cb869be88cda31579ab6a19ca | refs/heads/master | 2023-04-06T12:03:49.547000 | 2021-04-21T17:02:10 | 2021-04-21T17:02:10 | 360,244,489 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package week_7_HomeWork;
import java.util.Scanner; //import Scanner class
public class P2_LeapYear {
/*2. Write a java program to input any year like (ex.2007) and
find out if it is leap year or not? */
int year; //Instance variable
//Instance method
public void leapYear() {
int resu... | UTF-8 | Java | 761 | java | P2_LeapYear.java | Java | [] | null | [] | package week_7_HomeWork;
import java.util.Scanner; //import Scanner class
public class P2_LeapYear {
/*2. Write a java program to input any year like (ex.2007) and
find out if it is leap year or not? */
int year; //Instance variable
//Instance method
public void leapYear() {
int resu... | 761 | 0.562418 | 0.538765 | 34 | 21.382353 | 22.875641 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.352941 | false | false | 0 |
1d0ab9687e0471663f07d11eeb17060d82243143 | 18,133,351,989,173 | 647d722f19427ca47e1070e9df9da0047f137a9c | /app/src/main/java/com/example/servicedemo/function/FunctionManager.java | 111b91562f87105cd6bbfe5f1472f8f3df4ee7b9 | [] | no_license | songzhixiang/ServiceDemo | https://github.com/songzhixiang/ServiceDemo | c4c56c6e9569f708bd9dc0951d415df6fd5b05e6 | 9c4e3807d288685f62787d6e2f0203a7cbd5ce83 | refs/heads/master | 2020-05-07T18:03:18.377000 | 2019-06-06T07:53:18 | 2019-06-06T07:53:18 | 180,752,314 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.servicedemo.function;
import android.text.TextUtils;
import com.blankj.utilcode.util.LogUtils;
import java.util.HashMap;
import java.util.Map;
/**
* @author andysong
* @data 2019-06-05
* @discription xxx
*/
public class FunctionManager {
private Map<String,FunctionNoParamNoResult> mNoPa... | UTF-8 | Java | 3,595 | java | FunctionManager.java | Java | [
{
"context": "til.HashMap;\nimport java.util.Map;\n\n/**\n * @author andysong\n * @data 2019-06-05\n * @discription xxx\n */\npubli",
"end": 190,
"score": 0.9995736479759216,
"start": 182,
"tag": "USERNAME",
"value": "andysong"
}
] | null | [] | package com.example.servicedemo.function;
import android.text.TextUtils;
import com.blankj.utilcode.util.LogUtils;
import java.util.HashMap;
import java.util.Map;
/**
* @author andysong
* @data 2019-06-05
* @discription xxx
*/
public class FunctionManager {
private Map<String,FunctionNoParamNoResult> mNoPa... | 3,595 | 0.582742 | 0.580471 | 130 | 26.1 | 25.554422 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.353846 | false | false | 0 |
070aeda3ecacee7304e8fca9469acc7c3bd8d5f8 | 32,804,960,241,368 | 7c185662eb8cafecc558fb74a77b32275ee1e1bf | /NewSort/src/newSortingTester.java | d0f50eaf9d5531b23e1d096e295dccb3db3f9d58 | [] | no_license | utep-cs2401-20s/lab-w11-danielest22 | https://github.com/utep-cs2401-20s/lab-w11-danielest22 | 4991beb7e69ac7feb3ec7943d83543fa1d5eeae4 | 344662d875c85f6d744f64245ac3df55adee9acf | refs/heads/master | 2021-05-25T20:32:51.690000 | 2020-04-10T18:21:39 | 2020-04-10T18:21:39 | 253,910,404 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import org.junit.Test;
import static org.junit.Assert.*;
public class newSortingTester {
@Test
//Test Case 1: Testing to see if newSort(); can sort an array with an even length and even size
//Expected: {1,2,5,7};
//Actual Result: {1,2,5,7}
//Test Passed
public void newSortingTest1(){
i... | UTF-8 | Java | 2,853 | java | newSortingTester.java | Java | [] | null | [] | import org.junit.Test;
import static org.junit.Assert.*;
public class newSortingTester {
@Test
//Test Case 1: Testing to see if newSort(); can sort an array with an even length and even size
//Expected: {1,2,5,7};
//Actual Result: {1,2,5,7}
//Test Passed
public void newSortingTest1(){
i... | 2,853 | 0.608132 | 0.55205 | 72 | 38.638889 | 26.956913 | 129 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.361111 | false | false | 0 |
96f195823b936011e6037ceff19722b1323bb3f3 | 13,391,708,059,900 | cf113166c9c9e023bee73eee81ebc03625aff522 | /src/org.xtuml.bp.debug.ui.test/src/VerifierTestFull.java | 610e19adc06cf52929b4fb0ff8b422d685b4850e | [
"Apache-2.0"
] | permissive | xtuml/bptest | https://github.com/xtuml/bptest | 6edcbae9108632d7fe1b4810ab437e8f5493bf9f | da921608d96c7b18585a2c5a0776bab7c04b6314 | refs/heads/master | 2023-07-20T06:15:01.387000 | 2023-07-06T14:24:13 | 2023-07-06T14:24:13 | 77,953,801 | 1 | 33 | Apache-2.0 | false | 2023-07-06T14:24:15 | 2017-01-03T21:12:24 | 2022-02-14T01:36:37 | 2023-07-06T14:24:13 | 365,943 | 0 | 33 | 0 | Java | false | false | import org.junit.runner.RunWith;
import org.junit.runners.Suite;
import org.xtuml.bp.debug.test.GlobalTestSetupClass;
import junit.framework.TestSuite;
/**
* Test all areas of the verifier
*/
@RunWith(Suite.class)
@Suite.SuiteClasses({
GlobalTestSetupClass.class, // This is only here because the following two ar... | UTF-8 | Java | 547 | java | VerifierTestFull.java | Java | [] | null | [] | import org.junit.runner.RunWith;
import org.junit.runners.Suite;
import org.xtuml.bp.debug.test.GlobalTestSetupClass;
import junit.framework.TestSuite;
/**
* Test all areas of the verifier
*/
@RunWith(Suite.class)
@Suite.SuiteClasses({
GlobalTestSetupClass.class, // This is only here because the following two ar... | 547 | 0.778793 | 0.776965 | 20 | 26.35 | 34.114918 | 156 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 0 |
0a18792e4d8f212598159f36abb4c38a4ce4b766 | 30,906,584,700,021 | 3be3702121328c005e1abba64c617d21abcc405f | /sell/sell/src/main/java/com/imooc/utils/KeyUtil.java | 2c6267f92d9b8621ca8ec705acb9e19c805785cb | [] | no_license | arookies/WechatOrder | https://github.com/arookies/WechatOrder | 8c39b834c0c3af3998d7de6fe9c96c9f242d7276 | 4bfaef7d4bae91acfef8fb3abaa2cb5f59911cc6 | refs/heads/master | 2020-04-14T16:09:11.124000 | 2019-04-13T06:16:40 | 2019-04-13T06:16:40 | 163,944,474 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.imooc.utils;
import java.util.Random;
/**
* created by jiangzuole on 2019/3/28 0028.
*/
public class KeyUtil {
/**
* 生成唯一主键
* 格式:时间+随机数
*/
public static synchronized String genUniqueKey(){
System.currentTimeMillis();
Random random = new Random(... | UTF-8 | Java | 483 | java | KeyUtil.java | Java | [
{
"context": "\r\n\r\nimport java.util.Random;\r\n\r\n/**\r\n * created by jiangzuole on 2019/3/28 0028.\r\n */\r\npublic class KeyUtil {\r",
"end": 85,
"score": 0.9996992349624634,
"start": 75,
"tag": "USERNAME",
"value": "jiangzuole"
}
] | null | [] | package com.imooc.utils;
import java.util.Random;
/**
* created by jiangzuole on 2019/3/28 0028.
*/
public class KeyUtil {
/**
* 生成唯一主键
* 格式:时间+随机数
*/
public static synchronized String genUniqueKey(){
System.currentTimeMillis();
Random random = new Random(... | 483 | 0.595604 | 0.545055 | 22 | 18.681818 | 19.943981 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.272727 | false | false | 0 |
3d8bb995d4ca5ff389d01a7dce27dd9bb5362c71 | 25,460,566,174,374 | 7dab5c2bec36a46b3a2104a58e483151f3e2e1a5 | /classroom-resources/java-sourcecode/ch8/autogame/PlayIt.java | dec7f0ffaa9ed5dacda6d00b1e98d5f266f5f859 | [
"CC-BY-4.0"
] | permissive | ram8647/javajavajava | https://github.com/ram8647/javajavajava | 8107f6b8f3899c48c994c1fbdb22c4ed4f958709 | 23d3583516d6cd65552c84c697b07e7aa0f6d06a | refs/heads/master | 2023-08-16T16:39:54.940000 | 2023-08-12T22:03:44 | 2023-08-12T22:03:44 | 92,961,360 | 7 | 9 | NOASSERTION | false | 2022-06-09T18:01:38 | 2017-05-31T15:34:50 | 2022-06-07T21:08:41 | 2022-06-09T18:01:38 | 155,009 | 2 | 6 | 1 | PostScript | false | false | public class PlayIt {
public static void main(String args[]) {
TwoPlayerGame game = null;
KeyboardReader kb = new KeyboardReader();
kb.prompt("Which game do you want to play\n" +
" 1=OneRowNim, 2=WordGuess ?");
int choice = Integer.parseInt(kb.getUserInput());
if (cho... | UTF-8 | Java | 608 | java | PlayIt.java | Java | [] | null | [] | public class PlayIt {
public static void main(String args[]) {
TwoPlayerGame game = null;
KeyboardReader kb = new KeyboardReader();
kb.prompt("Which game do you want to play\n" +
" 1=OneRowNim, 2=WordGuess ?");
int choice = Integer.parseInt(kb.getUserInput());
if (cho... | 608 | 0.575658 | 0.5625 | 17 | 34.764706 | 16.490744 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.058824 | false | false | 0 |
0b5293f1fe69cde3def7e347b5aa557671bc0a03 | 14,302,241,105,629 | c3f8511290499ad30763e981fa260431a3ef5b35 | /docx-builder/src/main/java/com/alphasystem/docbook/builder/impl/block/OrderedListBuilder.java | f0b2738a88f931dfebb1c6ac3447426c0c8c4da7 | [
"Apache-2.0"
] | permissive | AlphaSystemSolution/docbook-2-docx | https://github.com/AlphaSystemSolution/docbook-2-docx | 4b11c9d8a71b3b0b093327310af6eca0c4178420 | f8baf2dbafb69fbea5cf7a993d7dfdafe7155d5c | refs/heads/master | 2021-01-13T00:53:44.904000 | 2020-11-03T14:11:00 | 2020-11-03T14:11:00 | 52,983,274 | 0 | 1 | null | false | 2020-10-26T18:06:52 | 2016-03-02T17:40:40 | 2020-10-13T17:49:13 | 2020-10-26T18:06:51 | 439 | 0 | 1 | 0 | Java | false | false | package com.alphasystem.docbook.builder.impl.block;
import com.alphasystem.docbook.builder.Builder;
import com.alphasystem.openxml.builder.wml.ListItem;
import org.docbook.model.Numeration;
import org.docbook.model.OrderedList;
import java.util.ArrayList;
/**
* @author sali
*/
public class OrderedListBuilder exten... | UTF-8 | Java | 1,137 | java | OrderedListBuilder.java | Java | [
{
"context": "List;\n\nimport java.util.ArrayList;\n\n/**\n * @author sali\n */\npublic class OrderedListBuilder extends ListB",
"end": 278,
"score": 0.9949166178703308,
"start": 274,
"tag": "USERNAME",
"value": "sali"
}
] | null | [] | package com.alphasystem.docbook.builder.impl.block;
import com.alphasystem.docbook.builder.Builder;
import com.alphasystem.openxml.builder.wml.ListItem;
import org.docbook.model.Numeration;
import org.docbook.model.OrderedList;
import java.util.ArrayList;
/**
* @author sali
*/
public class OrderedListBuilder exten... | 1,137 | 0.713281 | 0.713281 | 39 | 28.153847 | 26.692492 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.487179 | false | false | 8 |
5b4fcd1520f4b77e37cd26f5ede8e8748d26b5a5 | 11,776,800,375,063 | e3af7a4520fbec3612f8e60a7552820354f2c4c6 | /AndroidStudioProjects/Tic-Tac-Toe/app/src/main/java/com/example/shakil/tic_tac_toe/MainActivity.java | 8f661f4bc908da61b52079b2b0cc43830561028e | [] | no_license | shakil102030/Multiple-Quiz | https://github.com/shakil102030/Multiple-Quiz | 6c420a8dfa2b0c79ed0438b0dcf0c87a5ff582f5 | 82d570e52df1829c17ecb9e0275b1f8bd79587db | refs/heads/master | 2020-05-03T22:18:54.041000 | 2019-04-03T10:44:19 | 2019-04-03T10:44:19 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.shakil.tic_tac_toe;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.TextView;
import android.widget.Toast;
public class MainActivity extends AppCompatActivity implements View.OnClickListener{
... | UTF-8 | Java | 4,339 | java | MainActivity.java | Java | [
{
"context": "package com.example.shakil.tic_tac_toe;\n\nimport android.support.v7.app.AppCo",
"end": 26,
"score": 0.9521515369415283,
"start": 20,
"tag": "USERNAME",
"value": "shakil"
},
{
"context": "\n Toast.makeText(getApplicationContext(), \"Tom wins!!\", Toast.LENGTH_SHO... | null | [] | package com.example.shakil.tic_tac_toe;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.TextView;
import android.widget.Toast;
public class MainActivity extends AppCompatActivity implements View.OnClickListener{
... | 4,339 | 0.495506 | 0.476377 | 178 | 23.376404 | 21.166512 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.539326 | false | false | 8 |
1ac2442e143d0e629f78c1634ec95120f8edd4fa | 15,582,141,365,549 | 4bb401fbfc550014184f27090629f670f1a714fa | /project-module-1/src/main/java/ua/com/interfaces/LevelTwoUI.java | a901ad0588360116277b340f6077eb1fa849b33b | [] | no_license | spikyzero/JavaNixFiveOffline | https://github.com/spikyzero/JavaNixFiveOffline | 69b84d9f82d54bb1ee74965ea2d8ebdce2f26a53 | caaaba7ce49c24e5cebeeb7c06c7f1f4c4f22bfd | refs/heads/main | 2023-04-12T17:21:53.667000 | 2021-11-14T19:16:35 | 2021-11-14T19:16:35 | 359,764,077 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ua.com.interfaces;
import lombok.SneakyThrows;
import ua.com.leveltwo.Brackets;
import java.io.BufferedReader;
import java.io.InputStreamReader;
public class LevelTwoUI {
private static final BufferedReader bufferedReader;
private static final String REGEX_NUMBER = "^[0-9]$";
static {
bu... | UTF-8 | Java | 2,674 | java | LevelTwoUI.java | Java | [] | null | [] | package ua.com.interfaces;
import lombok.SneakyThrows;
import ua.com.leveltwo.Brackets;
import java.io.BufferedReader;
import java.io.InputStreamReader;
public class LevelTwoUI {
private static final BufferedReader bufferedReader;
private static final String REGEX_NUMBER = "^[0-9]$";
static {
bu... | 2,674 | 0.463725 | 0.458489 | 99 | 26.020203 | 17.906593 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.414141 | false | false | 8 |
a5fc9261cbac35b5b331b84618f153da1fece09e | 22,754,736,798,432 | a61dd47eab2eb09e6c8372c06495f8dcc6c80fa6 | /androidApp/app/src/main/java/com/groupq/sth/vintellig/model/manageLock/KeyData.java | 49b05ad30cad3fcc700f4f7dc24e3b741c38c8f4 | [] | no_license | zjsth92/Vintellig | https://github.com/zjsth92/Vintellig | 5a77225fd5f57254cef0893794b4065151fa0dda | e66d2738b4007f6ef891f5430973f86544c77073 | refs/heads/master | 2021-05-30T07:49:19.449000 | 2015-07-31T17:12:32 | 2015-07-31T17:12:32 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.groupq.sth.vintellig.model.manageLock;
/**
* Created by sth on 6/16/15.
*/
public class KeyData {
private String ownerName, startTime, endTime;
public KeyData(String name, String start, String end){
this.ownerName = name;
this.startTime = start;
this.endTime = end;
}
... | UTF-8 | Java | 533 | java | KeyData.java | Java | [
{
"context": "sth.vintellig.model.manageLock;\n\n/**\n * Created by sth on 6/16/15.\n */\npublic class KeyData {\n privat",
"end": 73,
"score": 0.9994698762893677,
"start": 70,
"tag": "USERNAME",
"value": "sth"
}
] | null | [] | package com.groupq.sth.vintellig.model.manageLock;
/**
* Created by sth on 6/16/15.
*/
public class KeyData {
private String ownerName, startTime, endTime;
public KeyData(String name, String start, String end){
this.ownerName = name;
this.startTime = start;
this.endTime = end;
}
... | 533 | 0.628518 | 0.619137 | 25 | 20.32 | 17.54929 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.48 | false | false | 8 |
712b967b13799f1fa22649f8477954a6e8c69a6d | 146,028,895,058 | ca3bc4c8c68c15c961098c4efb2e593a800fe365 | /TableToMyibatisUtf-8/file/com/neusoft/crm/api/cpc/prod/data/AgreeItemTmpDO.java | 095ee78f88400ad35969a87c323a9f9744866a63 | [] | no_license | fansq-j/fansq-summary | https://github.com/fansq-j/fansq-summary | 211b01f4602ceed077b38bb6d2b788fcd4f2c308 | 00e838843e6885135eeff1eb1ac95d0553fc36ea | refs/heads/master | 2022-12-17T01:18:34.323000 | 2020-01-14T06:57:24 | 2020-01-14T06:57:24 | 214,321,994 | 0 | 0 | null | false | 2022-11-17T16:20:29 | 2019-10-11T02:02:23 | 2020-01-14T07:05:42 | 2022-11-17T16:20:25 | 19,867 | 0 | 1 | 36 | Java | false | false | package com.neusoft.crm.api.cpc.prod.data;
import com.neusoft.crm.common.persistence.BaseDO;
import com.neusoft.crm.common.utils.SeqUtils;
/**
* @实体描述:描述协议模板的规格化条款以及相关的协议管理规则。协议条款模板分“业务条款”和“文本条款”两类,业务条款构成对象包括产品、
* @实体表 :AGREE_ITEM_TMP
*/
public class AgreeItemTmpDO extends BaseDO{
/**
*主键对应的序列名称
*/
... | UTF-8 | Java | 7,010 | java | AgreeItemTmpDO.java | Java | [] | null | [] | package com.neusoft.crm.api.cpc.prod.data;
import com.neusoft.crm.common.persistence.BaseDO;
import com.neusoft.crm.common.utils.SeqUtils;
/**
* @实体描述:描述协议模板的规格化条款以及相关的协议管理规则。协议条款模板分“业务条款”和“文本条款”两类,业务条款构成对象包括产品、
* @实体表 :AGREE_ITEM_TMP
*/
public class AgreeItemTmpDO extends BaseDO{
/**
*主键对应的序列名称
*/
... | 7,010 | 0.571884 | 0.567854 | 318 | 17.72327 | 18.48777 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.169811 | false | false | 8 |
019cc311792ac69e51d0f2a04642149e68a372f6 | 893,353,222,608 | 179777bd4755a8546517edad4db307c119cf2c16 | /Manager/library/src/main/java/com/seven/library/http/RequestUtils.java | effcaf8388e17bcd1da6ff5aa244c09de322616a | [] | no_license | sevenCL/fitment-manager | https://github.com/sevenCL/fitment-manager | 6ce7af116c4ccfd9183a43169d28d65c88932a6d | 9c3a4cda1fe35d3fd5617884627a1c0ff1172807 | refs/heads/master | 2021-01-20T09:06:26.364000 | 2017-07-03T09:08:16 | 2017-07-03T09:08:16 | 90,217,095 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.seven.library.http;
import com.seven.library.R;
import com.seven.library.application.LibApplication;
import com.seven.library.callback.HttpRequestCallBack;
import com.seven.library.task.ActivityStack;
import com.seven.library.ui.dialog.NetWorkDialog;
import com.seven.library.ui.dialog.RequestLoading... | UTF-8 | Java | 17,883 | java | RequestUtils.java | Java | [
{
"context": "rt java.util.List;\r\n\r\n/**\r\n * 网络请求\r\n *\r\n * @author seven\r\n */\r\npublic class RequestUtils {\r\n\r\n private ",
"end": 699,
"score": 0.9975294470787048,
"start": 694,
"tag": "USERNAME",
"value": "seven"
},
{
"context": "ile);\r\n params.addBodyPara... | null | [] | package com.seven.library.http;
import com.seven.library.R;
import com.seven.library.application.LibApplication;
import com.seven.library.callback.HttpRequestCallBack;
import com.seven.library.task.ActivityStack;
import com.seven.library.ui.dialog.NetWorkDialog;
import com.seven.library.ui.dialog.RequestLoading... | 17,885 | 0.57206 | 0.57138 | 622 | 26.368168 | 27.056173 | 134 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.588424 | false | false | 8 |
6e4c6b726f8457020dcc74a660c986cff5287502 | 7,301,444,464,695 | 564e9aff2cad3a4c6c48ee562008cb564628e8e8 | /src/net/minecraft/EntityGiantZombie.java | b34809e6f50ed5eead0a8eb307cdcad7199d2841 | [] | no_license | BeYkeRYkt/MinecraftServerDec | https://github.com/BeYkeRYkt/MinecraftServerDec | efbafd774cf5c68bde0dd60b7511ac91d3f1bd8e | cfb5b989abb0e68112f7d731d0d79e0d0021c94f | refs/heads/master | 2021-01-10T19:05:30.104000 | 2014-09-28T10:42:47 | 2014-09-28T10:42:47 | 23,732,504 | 1 | 0 | null | true | 2014-09-28T10:32:16 | 2014-09-06T10:46:05 | 2014-09-15T02:55:10 | 2014-09-28T10:32:16 | 16,947 | 0 | 0 | 0 | Java | null | null | package net.minecraft;
public class EntityGiantZombie extends EntityMonster {
public EntityGiantZombie(World var1) {
super(var1);
this.a(this.height * 6.0F, this.width * 6.0F);
}
public float getHeadHeight() {
return 10.440001F;
}
protected void aW() {
super.aW();
this.a(afs.a).a(100.0D);
this.a(af... | UTF-8 | Java | 438 | java | EntityGiantZombie.java | Java | [] | null | [] | package net.minecraft;
public class EntityGiantZombie extends EntityMonster {
public EntityGiantZombie(World var1) {
super(var1);
this.a(this.height * 6.0F, this.width * 6.0F);
}
public float getHeadHeight() {
return 10.440001F;
}
protected void aW() {
super.aW();
this.a(afs.a).a(100.0D);
this.a(af... | 438 | 0.657534 | 0.59589 | 24 | 17.25 | 16.376431 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.416667 | false | false | 8 |
a67b6ed2e7426223b6f471b60b1f4ebe63ca8d8d | 2,310,692,436,642 | 172d29a9522491aa1a6e60077e2f6afadc9de131 | /source/production/risk-batch/risk-batch-web/src/main/java/com/rkylin/risk/batch/web/entity/ScheduleJob.java | 5e1cff6e8468201987ceaeb20412593b27d504d2 | [] | no_license | moutainhigh/kylin-risk | https://github.com/moutainhigh/kylin-risk | dadc9ab9a1e8910240d51d53694777cc9c43bda1 | 57079f408f1687ec3ac7aa4eab8f306ddc223d79 | refs/heads/master | 2020-09-21T10:23:00.318000 | 2017-10-25T06:01:50 | 2017-10-25T06:01:50 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.rkylin.risk.batch.web.entity;
/**
* Created by tomalloc on 16-2-26.
*/
public class ScheduleJob {
/** 任务id */
private String jobId;
/** 任务名称 */
private String jobName;
/** 任务分组 */
private String jobGroup;
/** 任务状态 0禁用 1启用 2删除*/
private String jobStatus;
/** 任务运行时间表达式 */
private String... | UTF-8 | Java | 518 | java | ScheduleJob.java | Java | [
{
"context": "m.rkylin.risk.batch.web.entity;\n\n/**\n * Created by tomalloc on 16-2-26.\n */\npublic class ScheduleJob {\n /** ",
"end": 69,
"score": 0.9994714260101318,
"start": 61,
"tag": "USERNAME",
"value": "tomalloc"
}
] | null | [] | package com.rkylin.risk.batch.web.entity;
/**
* Created by tomalloc on 16-2-26.
*/
public class ScheduleJob {
/** 任务id */
private String jobId;
/** 任务名称 */
private String jobName;
/** 任务分组 */
private String jobGroup;
/** 任务状态 0禁用 1启用 2删除*/
private String jobStatus;
/** 任务运行时间表达式 */
private String... | 518 | 0.629545 | 0.611364 | 26 | 15.923077 | 12.480517 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.307692 | false | false | 8 |
7e4bab234e2633f4f7704ce8d0f4ac06e0defa65 | 31,671,088,866,961 | 3018de04261578537d04fac978cbfb2afa8bea3f | /calculator/Calculator.java | 687db9bbd4b94696d63a87561688d75dfdee3654 | [] | no_license | Jagmandeep/CST8221-Java-Application | https://github.com/Jagmandeep/CST8221-Java-Application | 50ad145f212118ee9f6955c75e78628633a9164b | daa74940bc70713d8c2b6a9ecb24c4b86a9b06b0 | refs/heads/master | 2021-03-24T09:22:19.288000 | 2018-01-26T05:34:38 | 2018-01-26T05:34:38 | 117,929,004 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package calculator;
/*
* Author Jagmandeep Singh
* Student number :
* Lab Section : 303
* Assignment 2
* Date November 29, 2017
*/
import java.awt.Color;
import java.awt.Dimension;
import java.awt.EventQueue;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java... | UTF-8 | Java | 1,177 | java | Calculator.java | Java | [
{
"context": "package calculator;\r\n/*\r\n * Author Jagmandeep Singh\r\n * Student number : \r\n * Lab Section : 303\r\n *",
"end": 52,
"score": 0.9998037815093994,
"start": 36,
"tag": "NAME",
"value": "Jagmandeep Singh"
}
] | null | [] | package calculator;
/*
* Author <NAME>
* Student number :
* Lab Section : 303
* Assignment 2
* Date November 29, 2017
*/
import java.awt.Color;
import java.awt.Dimension;
import java.awt.EventQueue;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.JF... | 1,167 | 0.683942 | 0.662702 | 44 | 24.75 | 18.970222 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.090909 | false | false | 8 |
4a84983b3c4c6024484e0a67f5d4b27861afeb3e | 2,018,634,693,172 | 08b3178e608cb96113449d272e462bc0570a7e28 | /zuul-retryer/src/main/java/com/example/exclude/RibbonConfig.java | 4dd934e13e4e6a1bc271a90eb3dfad85e4c307b7 | [] | no_license | manohar427/spring-cloud-retry | https://github.com/manohar427/spring-cloud-retry | f1361a7fd57a9fb4a732681ffc6b4011cdbbc870 | c68f5f14e04ed7b69d60b849eb2eb30882523cc2 | refs/heads/master | 2021-07-14T00:36:54.769000 | 2017-10-18T02:14:39 | 2017-10-18T02:14:39 | 107,346,681 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.exclude;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.cloud.netflix.ribbon.ServerIntrospector;
import org.springframework.context.annotation.Bean;
import com.example.CustomRestClient;
import com.netflix.client.RetryHandler;
import com.netflix.client.config.... | UTF-8 | Java | 1,054 | java | RibbonConfig.java | Java | [
{
"context": "netflix.servo.monitor.Monitors;\n\n/**\n * Created by ryanjbaxter on 9/13/16.\n */\npublic class RibbonConfig {\n @",
"end": 503,
"score": 0.9996668100357056,
"start": 492,
"tag": "USERNAME",
"value": "ryanjbaxter"
}
] | null | [] | package com.example.exclude;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.cloud.netflix.ribbon.ServerIntrospector;
import org.springframework.context.annotation.Bean;
import com.example.CustomRestClient;
import com.netflix.client.RetryHandler;
import com.netflix.client.config.... | 1,054 | 0.77704 | 0.772296 | 29 | 35.344826 | 32.120758 | 156 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.724138 | false | false | 8 |
e815b7dc8182c0b7fcae53de7da5889339a046ab | 9,852,655,004,088 | 8751c2ba430e6e618f0e7b024ddfa327098d1b51 | /app/src/main/java/com/ft/myapplication2/test/generosity/GenerosityTest.java | 2aeb48cc3fe25ad6e72c3cf8224b0defeab64fc7 | [] | no_license | zhangss007/MyTestToolDemo | https://github.com/zhangss007/MyTestToolDemo | 9a65ea9b2237ab02baaba7ecb6c3581a497c68f8 | 5b91c1ae2604be4914ef057e639dd645c79dfae8 | refs/heads/master | 2021-01-20T20:44:42.118000 | 2016-08-16T10:18:35 | 2016-08-16T10:18:35 | 64,832,492 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ft.myapplication2.test.generosity;
/**
* Created by FT_ZSS on 2016/8/2.
*/
public class GenerosityTest {
/**
* 泛型接口
*/
public void test1(){
FruitGenerator generator = new FruitGenerator();
System.out.println(generator.next());
System.out.println(generator.next(... | UTF-8 | Java | 1,506 | java | GenerosityTest.java | Java | [
{
"context": "myapplication2.test.generosity;\n\n/**\n * Created by FT_ZSS on 2016/8/2.\n */\npublic class GenerosityTest {\n\n ",
"end": 72,
"score": 0.9995615482330322,
"start": 66,
"tag": "USERNAME",
"value": "FT_ZSS"
},
{
"context": "tring> c1 = new Container1<String,String>(\"na... | null | [] | package com.ft.myapplication2.test.generosity;
/**
* Created by FT_ZSS on 2016/8/2.
*/
public class GenerosityTest {
/**
* 泛型接口
*/
public void test1(){
FruitGenerator generator = new FruitGenerator();
System.out.println(generator.next());
System.out.println(generator.next(... | 1,506 | 0.511773 | 0.479917 | 70 | 19.628571 | 21.440397 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 8 |
edbcaa4c6548523868baa940c99608f3bf3464ad | 6,579,889,916,739 | 670a4987447467a31703e0d92f041298b800ab07 | /src/main/java/org/hashtable/nr/v0/NR148.java | 92e4af869479fc36b2a216677ab03fd6deb87e88 | [
"Apache-2.0"
] | permissive | seulkikims/hashtable | https://github.com/seulkikims/hashtable | 2f5f9337f24ebd98618ee6e2e78b0c7992c2d917 | e6c4e7959a2c0adfd090d9329445da1252ab4705 | refs/heads/master | 2016-09-05T13:32:38.078000 | 2015-05-29T20:49:42 | 2015-05-29T20:49:44 | 18,306,801 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.hashtable.nr.v0;
import java.util.Arrays;
public class NR148 implements org.hashtable.nr.NR148 {
public int solve(int[] num, int target) {
return solve0(num, target);
}
private int solve0(int[] num, int target) {
if (num.length < 3)
return 0;
Arrays.sort(num);
int res = num[0] + num[1] + nu... | UTF-8 | Java | 1,712 | java | NR148.java | Java | [] | null | [] | package org.hashtable.nr.v0;
import java.util.Arrays;
public class NR148 implements org.hashtable.nr.NR148 {
public int solve(int[] num, int target) {
return solve0(num, target);
}
private int solve0(int[] num, int target) {
if (num.length < 3)
return 0;
Arrays.sort(num);
int res = num[0] + num[1] + nu... | 1,712 | 0.515771 | 0.491822 | 71 | 23.112677 | 16.662811 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.633803 | false | false | 8 |
47cf7d4bc3b6ff10e6275c8d91e7624c252cb92f | 16,733,192,601,893 | 5a1916f66c3f9d8e1eac704075cabf9cf191d66f | /flow/src/main/java/modules/response/RegisterWindowResponse.java | 71ae3f73692ddd4b54e8508b18a44e9ae0b685e7 | [] | no_license | rk7ol/programming_ML | https://github.com/rk7ol/programming_ML | bf17bf8bd709b2d6c62a13a45fb6aaa22fb78936 | c07d7b304ddac166bdd69179874a01ddee572da9 | refs/heads/master | 2023-03-21T04:00:49.231000 | 2021-03-06T05:57:49 | 2021-03-06T05:57:49 | 333,019,822 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package modules.response;
import modules.Response;
import org.apache.avro.generic.GenericData;
import org.apache.avro.generic.GenericRecord;
/**
* register window to server
*
*
* string ID
*
*/
public class RegisterWindowResponse extends Response {
private String ID;
public String getID() {
ret... | UTF-8 | Java | 1,224 | java | RegisterWindowResponse.java | Java | [] | null | [] | package modules.response;
import modules.Response;
import org.apache.avro.generic.GenericData;
import org.apache.avro.generic.GenericRecord;
/**
* register window to server
*
*
* string ID
*
*/
public class RegisterWindowResponse extends Response {
private String ID;
public String getID() {
ret... | 1,224 | 0.646242 | 0.646242 | 57 | 20.473684 | 22.632151 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.421053 | false | false | 8 |
a71defb3003523348fa086f343b66419683b8651 | 15,934,328,707,569 | a16b2a58625081530c089568e2b29f74e23f95a9 | /doolin/Doolin-Core/src/main/java/net/sf/doolin/util/ParameterSet.java | a469dc89f4f21b852cd45c039a853988afbe4126 | [] | no_license | dcoraboeuf/orbe | https://github.com/dcoraboeuf/orbe | 440335b109dee2ee3db9ee2ab38430783e7a3dfb | dae644da030e5a5461df68936fea43f2f31271dd | refs/heads/master | 2022-01-27T10:18:43.222000 | 2022-01-01T11:45:35 | 2022-01-01T11:45:35 | 178,600,867 | 0 | 0 | null | false | 2022-01-01T11:46:01 | 2019-03-30T19:13:13 | 2022-01-01T11:45:42 | 2022-01-01T11:45:39 | 2,024 | 0 | 0 | 0 | Java | false | false | /*
* Created on 13 oct. 2004
*/
package net.sf.doolin.util;
import java.lang.reflect.Field;
import java.util.Collections;
import java.util.HashMap;
import java.util.Iterator;
import java.util.Map;
import java.util.Properties;
import org.apache.commons.lang.StringUtils;
/**
* Set of parameters that provides the de... | UTF-8 | Java | 7,359 | java | ParameterSet.java | Java | [
{
"context": "2 2007/07/31 15:32:49 guinnessman Exp $\n * @author Damien Coraboeuf\n */\npublic class ParameterSet {\n\t/**\n\t * Paramete",
"end": 487,
"score": 0.9998814463615417,
"start": 471,
"tag": "NAME",
"value": "Damien Coraboeuf"
}
] | null | [] | /*
* Created on 13 oct. 2004
*/
package net.sf.doolin.util;
import java.lang.reflect.Field;
import java.util.Collections;
import java.util.HashMap;
import java.util.Iterator;
import java.util.Map;
import java.util.Properties;
import org.apache.commons.lang.StringUtils;
/**
* Set of parameters that provides the de... | 7,349 | 0.642886 | 0.639897 | 276 | 25.663044 | 24.33177 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.615942 | false | false | 8 |
728752e8244ece868eacf112ea71a630965d689f | 9,723,805,987,815 | 09731ef3ad93f2bf4d3aa20b12c045ad5ec044a7 | /Test/src/practice/SocketClient.java | 9eee455dae64eda63126e62876ff5150151c1bef | [] | no_license | 1291862631/Test | https://github.com/1291862631/Test | d054b4d1013da054943579dcc88c14af5f8f33dc | 9669363bd33fa0ec8f8279f5cffbe5b049621d9d | refs/heads/master | 2020-03-29T21:22:58.155000 | 2018-09-26T07:18:36 | 2018-09-26T07:18:36 | 150,363,553 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package practice;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.OutputStream;
import java.io.PrintWriter;
import java.net.Socket;
import util.config;
import util.userLogin;
public class SocketClient {
// 搭建客户端
public static void main(Strin... | GB18030 | Java | 1,104 | java | SocketClient.java | Java | [
{
"context": "tion {\r\n\t\ttry {\r\n\r\n\t\t\tSocket socket = new Socket(\"192.168.31.88\", 8080);\r\n\t\t\t// Socket socket = new Socket(\"app.e",
"end": 407,
"score": 0.9997252821922302,
"start": 394,
"tag": "IP_ADDRESS",
"value": "192.168.31.88"
}
] | null | [] | package practice;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.OutputStream;
import java.io.PrintWriter;
import java.net.Socket;
import util.config;
import util.userLogin;
public class SocketClient {
// 搭建客户端
public static void main(Strin... | 1,104 | 0.676083 | 0.648776 | 43 | 22.744186 | 22.04867 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.930233 | false | false | 8 |
381199651c1a0457d1c587fabcc52768ca07b389 | 1,477,468,783,936 | 59f0d218b3308f8725d5fe2efbd4af1f04edd863 | /Autocomplete and Floating hint/Android_App/app/src/main/java/com/example/pkumar/floatinghintapp/MainActivity.java | ef56fad323f2a2db0c1487d4aa3f0ac6afc7353b | [] | no_license | pramodtlt/Android | https://github.com/pramodtlt/Android | e90d17ed36bd8d91e6ce54a99442d7b289c5acf2 | a79aa1612a3b1080e0704122e4ca77ff1bc0865d | refs/heads/master | 2020-03-25T04:36:54.290000 | 2019-01-13T04:34:30 | 2019-01-13T04:34:30 | 143,404,526 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.pkumar.floatinghintapp;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.widget.ArrayAdapter;
import android.widget.AutoCompleteTextView;
public class MainActivity extends AppCompatActivity {
AutoCompleteTextView eFirstName;
@Override
protecte... | UTF-8 | Java | 928 | java | MainActivity.java | Java | [
{
"context": "ById(R.id.efirstname);\n String[] names = {\"james\", \"johm\", \"jenny\", \"jennie\"};\n //ArrayAdap",
"end": 563,
"score": 0.9996500611305237,
"start": 558,
"tag": "NAME",
"value": "james"
},
{
"context": ".efirstname);\n String[] names = {\"james... | null | [] | package com.example.pkumar.floatinghintapp;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.widget.ArrayAdapter;
import android.widget.AutoCompleteTextView;
public class MainActivity extends AppCompatActivity {
AutoCompleteTextView eFirstName;
@Override
protecte... | 928 | 0.725215 | 0.721983 | 24 | 37.708332 | 29.015053 | 124 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.875 | false | false | 8 |
f79d5a2483acb0e0e69a1ddd8c2948882e256ee7 | 30,640,296,700,226 | 4a377a4c51708bb874573f920ff201dd009ba630 | /SmartHMA/app/src/main/java/pl/wasat/smarthma/services/GoogleDriveUpload.java | 5c1e9d67aa9f2395d33cf4bbe383bd1e007df041 | [] | no_license | zi-dan/smarthma | https://github.com/zi-dan/smarthma | 3e5eadfc13c14dab7768afdcd16394fd13eef977 | a19cddf8875af93b5e09b2e243a58e268100a2d3 | refs/heads/master | 2020-12-02T20:49:39.076000 | 2016-06-20T13:16:22 | 2016-06-20T13:16:22 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright (c) 2016. SmartHMA ESA
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... | UTF-8 | Java | 6,014 | java | GoogleDriveUpload.java | Java | [] | null | [] | /*
* Copyright (c) 2016. SmartHMA ESA
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... | 6,014 | 0.66129 | 0.658131 | 165 | 35.442425 | 28.944744 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.533333 | false | false | 8 |
63c57943740be78b7c180b98788b267f02f670e8 | 8,778,913,180,185 | 0225206b32a529dbf3647ca83f198f5fdd8ae2ed | /ExceptionInJavaNov/src/com/exc/A.java | f3635203bfb5b25cc2a518de4bb6a0ccf943705a | [] | no_license | henry-49/workspace | https://github.com/henry-49/workspace | 9c7a29eaa973dea49bb3b7d1119bc3d324fbf749 | db0059e039c154343d9787802f5ab682ba88474d | refs/heads/master | 2022-12-29T19:24:12.435000 | 2019-06-30T13:33:23 | 2019-06-30T13:33:23 | 196,766,946 | 0 | 0 | null | false | 2022-12-16T01:42:25 | 2019-07-13T21:13:20 | 2019-07-13T21:24:59 | 2022-12-16T01:42:24 | 187,348 | 0 | 0 | 13 | CSS | false | false | package com.exc;
import java.util.Scanner;
public class A {
static int res;
public static void main(String[] args) {
// TODO Auto-generated method stub
Scanner sc = new Scanner(System.in);
System.out.println("Enter first number");
int no1 = sc.nextInt();
System.out.println("Enter secornd number");
in... | UTF-8 | Java | 590 | java | A.java | Java | [] | null | [] | package com.exc;
import java.util.Scanner;
public class A {
static int res;
public static void main(String[] args) {
// TODO Auto-generated method stub
Scanner sc = new Scanner(System.in);
System.out.println("Enter first number");
int no1 = sc.nextInt();
System.out.println("Enter secornd number");
in... | 590 | 0.645763 | 0.638983 | 30 | 18.666666 | 16.383596 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.033333 | false | false | 8 |
0b69a3415b425b94e0f852e1d7baefbe8ce38211 | 5,308,579,610,771 | 948ce8d71b619582e085fa417bdf606d12e0a684 | /src/manage/dao/impl/SubjectDaoImpl.java | e135ce373fb43e8713caaf612905ddb938ae3db2 | [] | no_license | Hang217/AttendanceManager | https://github.com/Hang217/AttendanceManager | 957c929b994803118d69e10f3ed7dfda6e19553a | 51665d999a1cd38f16ff5e756ae13ec232289d1c | refs/heads/master | 2022-07-23T03:09:30.136000 | 2020-05-19T09:18:31 | 2020-05-19T09:18:31 | 265,193,827 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package manage.dao.impl;
import java.sql.SQLException;
import java.util.List;
import org.hibernate.HibernateException;
import org.hibernate.Session;
import org.springframework.orm.hibernate3.HibernateCallback;
import org.springframework.orm.hibernate3.support.HibernateDaoSupport;
import manage.dao.SubjectDao;
import... | UTF-8 | Java | 2,131 | java | SubjectDaoImpl.java | Java | [] | null | [] | package manage.dao.impl;
import java.sql.SQLException;
import java.util.List;
import org.hibernate.HibernateException;
import org.hibernate.Session;
import org.springframework.orm.hibernate3.HibernateCallback;
import org.springframework.orm.hibernate3.support.HibernateDaoSupport;
import manage.dao.SubjectDao;
import... | 2,131 | 0.75176 | 0.748475 | 69 | 29.884058 | 31.254234 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.985507 | false | false | 8 |
28460ea6406137544dd4a7ead1468c3ebaeda3fc | 7,533,372,651,335 | 39e8f4e02e12dfabd67814ce911c2fec60777317 | /task-management/src/main/java/com/assessment/taskmanagement/controller/TaskController.java | 75ed9160ba861c1ab082dfb8fdfd8beb98cfbaee | [] | no_license | PraveenYadav23/TaskAssignment | https://github.com/PraveenYadav23/TaskAssignment | f528b81f23ef69c6e3bb3004a6e983b4a9cc60cb | be7b98fdd90b2f0541cb878f8ed4980b95df3db9 | refs/heads/main | 2023-08-15T11:27:18.988000 | 2021-10-18T17:46:11 | 2021-10-18T17:46:11 | 418,607,529 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.assessment.taskmanagement.controller;
import com.assessment.taskmanagement.request.CreateTaskRequest;
import com.assessment.taskmanagement.request.UpdateTaskRequest;
import com.assessment.taskmanagement.response.CommonStatusResponse;
import com.assessment.taskmanagement.response.GetTasks;
import com.assess... | UTF-8 | Java | 3,552 | java | TaskController.java | Java | [] | null | [] | package com.assessment.taskmanagement.controller;
import com.assessment.taskmanagement.request.CreateTaskRequest;
import com.assessment.taskmanagement.request.UpdateTaskRequest;
import com.assessment.taskmanagement.response.CommonStatusResponse;
import com.assessment.taskmanagement.response.GetTasks;
import com.assess... | 3,552 | 0.716498 | 0.71509 | 95 | 36.389473 | 26.095491 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.557895 | false | false | 8 |
a78347946442f81fcd4ac39ffd77a5dfeca97b59 | 7,404,523,648,768 | 389881f82c01f95fd2ed24488f2d7ad914a01ea3 | /src/main/java/com/orange/plump/seniornpc/NPCManager.java | 43afb59bee3d509239a0bffcdf84b425d9612d27 | [] | no_license | xPlumpOrange/SeniorNPC | https://github.com/xPlumpOrange/SeniorNPC | 9379a29ded5165d2e0db4aaa8bd13c415e314130 | 6f6626d3ebc8f5dcf83656e1c8de5067ee6fe0ad | refs/heads/master | 2022-12-08T01:10:50.256000 | 2020-09-02T02:14:45 | 2020-09-02T02:14:45 | 292,155,409 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.orange.plump.seniornpc;
import org.bukkit.Bukkit;
import org.bukkit.Location;
import org.bukkit.configuration.file.FileConfiguration;
import org.bukkit.configuration.file.YamlConfiguration;
import org.bukkit.entity.Player;
import java.io.File;
import java.io.InputStreamReader;
import java.io.Reader;
impor... | UTF-8 | Java | 2,427 | java | NPCManager.java | Java | [] | null | [] | package com.orange.plump.seniornpc;
import org.bukkit.Bukkit;
import org.bukkit.Location;
import org.bukkit.configuration.file.FileConfiguration;
import org.bukkit.configuration.file.YamlConfiguration;
import org.bukkit.entity.Player;
import java.io.File;
import java.io.InputStreamReader;
import java.io.Reader;
impor... | 2,427 | 0.686444 | 0.683972 | 91 | 25.67033 | 26.104631 | 158 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.241758 | false | false | 8 |
3229509aaa5ee6e7ec55b4766b1b81fa8f6bc73d | 31,147,102,845,371 | f6c926dea6c5a1c360d370aa69f5b44c2eebae8d | /app/src/main/java/com/hao/simplest/activities/BaseActivity.java | 65ed3b6b08e9efa152271d23760214f26e4c33e5 | [
"Apache-2.0"
] | permissive | Oahihs/Simplest | https://github.com/Oahihs/Simplest | e1004f8ebaac899226f08f0591d5a5f169b505ce | e4a8d515225f2b51243a01fa4d0d1c9b8c2c43fa | refs/heads/master | 2021-07-22T14:40:49.277000 | 2017-11-01T14:40:37 | 2017-11-01T14:40:37 | 109,142,255 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hao.simplest.activities;
import android.content.Intent;
import android.support.annotation.Nullable;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.support.v7.widget.Toolbar;
import android.view.View;
import android.widget.RelativeLayout;
import android.widget.Text... | UTF-8 | Java | 1,866 | java | BaseActivity.java | Java | [] | null | [] | package com.hao.simplest.activities;
import android.content.Intent;
import android.support.annotation.Nullable;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.support.v7.widget.Toolbar;
import android.view.View;
import android.widget.RelativeLayout;
import android.widget.Text... | 1,866 | 0.701509 | 0.700431 | 59 | 30.457626 | 24.828444 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.694915 | false | false | 8 |
4f185638b3c5cabc3b610da93761d2580d8fabdd | 21,835,613,739,575 | 647ec12ce50f06e7380fdbfb5b71e9e2d1ac03b4 | /com.tencent.minihd.qq/assets/exlibs.2.jar/classes.jar/com/tencent/open/agent/DeviceFriendListOpenFrame$FriendListAdapter.java | 510f6a80b0228d600811da456069ce281b64daf2 | [] | no_license | tsuzcx/qq_apk | https://github.com/tsuzcx/qq_apk | 0d5e792c3c7351ab781957bac465c55c505caf61 | afe46ef5640d0ba6850cdefd3c11badbd725a3f6 | refs/heads/main | 2022-07-02T10:32:11.651000 | 2022-02-01T12:41:38 | 2022-02-01T12:41:38 | 453,860,108 | 36 | 9 | null | false | 2022-01-31T09:46:26 | 2022-01-31T02:43:22 | 2022-01-31T06:56:43 | 2022-01-31T09:46:26 | 167,304 | 0 | 1 | 1 | Java | false | false | package com.tencent.open.agent;
import android.graphics.Bitmap;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.CheckBox;
import android.widget.ImageView;
import android.widget.RelativeLayout;
import android.widget.TextView;
import com.tencen... | UTF-8 | Java | 10,666 | java | DeviceFriendListOpenFrame$FriendListAdapter.java | Java | [] | null | [] | package com.tencent.open.agent;
import android.graphics.Bitmap;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.CheckBox;
import android.widget.ImageView;
import android.widget.RelativeLayout;
import android.widget.TextView;
import com.tencen... | 10,666 | 0.669229 | 0.64804 | 270 | 37.525925 | 42.58157 | 325 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.62963 | false | false | 8 |
b558eb96d3b059b7a78771870ef7ef66c56f7bcc | 24,601,572,707,103 | a09d095f17d98e8b788779b5539b04d026329a32 | /Main6.java | 5d266873498a85276159de1ba9629f7592f961cf | [] | no_license | lbkqkdcjx/PAT-1 | https://github.com/lbkqkdcjx/PAT-1 | 6623e5f437452b981ad5c5c9faee4d714fbe6924 | ca80ddc0862b943a59aa1c82a7807d77c99b52be | refs/heads/master | 2021-01-25T23:53:02.104000 | 2018-03-14T08:55:07 | 2018-03-14T08:55:07 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pat;
import java.util.Scanner;
public class Main6 {
public static class record {
String id;
Data in;
Data out;
public record(String Id, String In, String Out) {
id = Id;
in = new Data(In);
out = new Data(Out);
}
}
public static class Data {
public int hour;
... | UTF-8 | Java | 1,402 | java | Main6.java | Java | [] | null | [] | package pat;
import java.util.Scanner;
public class Main6 {
public static class record {
String id;
Data in;
Data out;
public record(String Id, String In, String Out) {
id = Id;
in = new Data(In);
out = new Data(Out);
}
}
public static class Data {
public int hour;
... | 1,402 | 0.536377 | 0.525678 | 68 | 18.558823 | 16.193119 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.676471 | false | false | 8 |
e55318c322d22faf6deb26e167b525cc072c704d | 11,132,555,245,702 | 795ba0ff3fed9d2d9a800ee9ba207cccc73c235b | /cold-eye-admin/src/main/java/com/xyueji/coldeye/admin/controller/HostController.java | ca35ef2b929048067511c33eed824e951b773065 | [] | no_license | xyueji/cold-eye | https://github.com/xyueji/cold-eye | 362ad614bafcdeafbbb0158c6a90e927ca8c4c5e | b80f08c421950fb4680f2791493dfc5e109157d5 | refs/heads/main | 2023-02-27T06:49:19.706000 | 2021-02-01T12:04:04 | 2021-02-01T12:04:04 | 333,365,327 | 3 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.xyueji.coldeye.admin.controller;
import com.xyueji.coldeye.admin.service.HostService;
import com.xyueji.coldeye.common.admin.entity.HostEntity;
import com.xyueji.coldeye.common.utils.MD5Util;
import com.xyueji.coldeye.common.utils.PageUtils;
import com.xyueji.coldeye.common.utils.ResultResp;
import org.spr... | UTF-8 | Java | 7,098 | java | HostController.java | Java | [
{
"context": "on.Resource;\nimport java.util.Map;\n\n/**\n * @author xiongzhigang\n * @date 2021-01-27 15:54\n * @description\n */\n@Re",
"end": 441,
"score": 0.9995949864387512,
"start": 429,
"tag": "USERNAME",
"value": "xiongzhigang"
},
{
"context": "\"items\": [\n * {\n... | null | [] | package com.xyueji.coldeye.admin.controller;
import com.xyueji.coldeye.admin.service.HostService;
import com.xyueji.coldeye.common.admin.entity.HostEntity;
import com.xyueji.coldeye.common.utils.MD5Util;
import com.xyueji.coldeye.common.utils.PageUtils;
import com.xyueji.coldeye.common.utils.ResultResp;
import org.spr... | 7,098 | 0.534115 | 0.481815 | 242 | 26.495869 | 16.052406 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.363636 | false | false | 8 |
d6d6c3a7e9e9d1f6e3ba68891c2f70c7aacba621 | 8,108,898,311,972 | fb8c56f01c89d175b1917f72410f85c1df26c434 | /src/main/java/com/fpis/dto/StavkaNarudzbeniceDto.java | cf8d51cc1e0eb51829dc83e7dd6492c638d62fe6 | [] | no_license | nedeljkovicm/preduzeceSpringBoot | https://github.com/nedeljkovicm/preduzeceSpringBoot | bbc842b7689e6cf9965eb96bf1d820287c29f84b | e80959dd5ea6950c133dd9d5f5b604775e213ec0 | refs/heads/main | 2022-12-18T06:48:49.820000 | 2020-09-29T00:22:30 | 2020-09-29T00:22:30 | 299,462,875 | 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.fpis.dto;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fpis.domain.StavkaNarudzbeniceId;
import java.io.... | UTF-8 | Java | 2,836 | java | StavkaNarudzbeniceDto.java | Java | [
{
"context": "d;\nimport java.io.Serializable;\n\n/**\n *\n * @author User\n */\npublic class StavkaNarudzbeniceDto implements",
"end": 357,
"score": 0.898235559463501,
"start": 353,
"tag": "USERNAME",
"value": "User"
}
] | 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.fpis.dto;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fpis.domain.StavkaNarudzbeniceId;
import java.io.... | 2,836 | 0.684767 | 0.684767 | 108 | 25.25926 | 36.299774 | 279 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 8 |
49daa2c395146486810b264e31aa8d183a755946 | 15,693,810,521,237 | 30f227b9598d541be54336772f551f35fd59f555 | /syslp3ProyectoFinal/src/main/java/com/syslp3/controller/CategoriaController.java | 10dbb59eb374c1caf8c1bd43df0253faa2d62d63 | [] | no_license | osvaldoarc/lp3 | https://github.com/osvaldoarc/lp3 | 6c606ba3b9e498d9c8868438505a90634ddadfd7 | ca266015bc46afc92239a989a581c84cf8c6ce71 | refs/heads/master | 2023-02-05T03:48:26.272000 | 2020-12-28T17:13:08 | 2020-12-28T17:13:08 | 299,386,129 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.syslp3.controller;
import java.util.List;
import java.util.Map;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.CrossOrigin;
import org.springframework.web.bind.annotation.DeleteMapping;
import org.springframework.web.bind.annotation.GetMapping... | UTF-8 | Java | 1,473 | java | CategoriaController.java | Java | [] | null | [] | package com.syslp3.controller;
import java.util.List;
import java.util.Map;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.CrossOrigin;
import org.springframework.web.bind.annotation.DeleteMapping;
import org.springframework.web.bind.annotation.GetMapping... | 1,473 | 0.798371 | 0.796334 | 47 | 30.340425 | 22.788834 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.06383 | false | false | 8 |
88a00693b532b2ae9c448726bbe9773c864ea066 | 25,786,983,659,854 | 6457cebcba0eadf57149552ce9ead8cea4083ae0 | /study-java/src/main/java/cm/study/java/algo/BPlusTree.java | 7a4ee2fca7c51bee32d158657005920e44b0de29 | [] | no_license | mingo-chen/study | https://github.com/mingo-chen/study | a0302dbe6112929b460ff5d90e6383db9807e9bf | bd9216d2e6712e186a89c8616890a96bf68640bd | refs/heads/master | 2022-10-22T07:54:45.498000 | 2019-03-29T06:10:21 | 2019-03-29T06:10:25 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cm.study.java.algo;
/**
* B+树
*/
public class BPlusTree {
}
| UTF-8 | Java | 73 | java | BPlusTree.java | Java | [] | null | [] | package cm.study.java.algo;
/**
* B+树
*/
public class BPlusTree {
}
| 73 | 0.619718 | 0.619718 | 7 | 9.142858 | 10.521116 | 27 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.142857 | false | false | 8 |
122927204f617ddb08cbd26a5dec85a849b85bce | 19,954,418,071,279 | 34513b32b9708d2a6b99f0c2bffdb9c90a260a1a | /PhpStudyRCE/src/sample/Requests.java | ae983a0dc94e97dd66963ce7ade0af57131d645f | [] | no_license | Chosir/PhpStudyRCE | https://github.com/Chosir/PhpStudyRCE | 353a2211f22b0f3c021cc3ca0930c222c92c5a77 | 130b84ed9759134377f78a2a18a652998db4e992 | refs/heads/master | 2020-09-01T06:31:43.199000 | 2019-11-04T02:52:48 | 2019-11-04T02:52:48 | 218,899,644 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package sample;
import com.sun.org.apache.bcel.internal.generic.NEW;
import javafx.scene.control.Alert;
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.io.PrintWriter;
import java.net.*;
import java.util.List;
import java.util.Map;
public class Requests {
/*
* 1.代理
*@param pr... | UTF-8 | Java | 6,216 | java | Requests.java | Java | [
{
"context": "ormData) throws Exception{\n url = \"http://192.168.30.100:8080/user/register?\";\n params = \"element_p",
"end": 1058,
"score": 0.9995164275169373,
"start": 1044,
"tag": "IP_ADDRESS",
"value": "192.168.30.100"
},
{
"context": "ows Exception{\n //S... | null | [] | package sample;
import com.sun.org.apache.bcel.internal.generic.NEW;
import javafx.scene.control.Alert;
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.io.PrintWriter;
import java.net.*;
import java.util.List;
import java.util.Map;
public class Requests {
/*
* 1.代理
*@param pr... | 6,216 | 0.569116 | 0.549965 | 159 | 35.125786 | 26.620733 | 132 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.704403 | false | false | 8 |
1eea9a22e295ae14bad8b02555f64cec9d274da1 | 19,954,418,071,521 | 89e1811c3293545c83966995cb000c88fc95fa79 | /MCHH-api/src/test/java/com/threefiveninetong/mchh/appHospital/AppHospitalControllerTest.java | 7818b17541dd430a389863b05fcf053b0845fbbf | [] | no_license | wxddong/MCHH-parent | https://github.com/wxddong/MCHH-parent | 9cafcff20d2f36b5d528fd8dd608fa9547327486 | 2898fdf4e778afc01b850d003899f25005b8e415 | refs/heads/master | 2021-01-01T17:25:29.109000 | 2017-07-23T02:28:59 | 2017-07-23T02:28:59 | 96,751,862 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.threefiveninetong.mchh.appHospital;
import java.util.HashMap;
import java.util.Map;
import org.junit.Test;
import com.threefiveninetong.mchh.appHospital.vo.resp.HospitalSearchCharacteristicServiceInfoRespVo;
import com.threefiveninetong.mchh.appHospital.vo.resp.HospitalSearchFirstPageInfoRespVo;
import c... | UTF-8 | Java | 5,723 | java | AppHospitalControllerTest.java | Java | [
{
"context": "hoolCurriculumInfoTest() {\n\t\tString url = \"http://127.0.0.1:8080/MCHH-api/api/searchHospitalSchoolCurriculumI",
"end": 3189,
"score": 0.9235127568244934,
"start": 3180,
"tag": "IP_ADDRESS",
"value": "127.0.0.1"
},
{
"context": "oolCurriculumInfo2Test() {\n\t\tString... | null | [] | package com.threefiveninetong.mchh.appHospital;
import java.util.HashMap;
import java.util.Map;
import org.junit.Test;
import com.threefiveninetong.mchh.appHospital.vo.resp.HospitalSearchCharacteristicServiceInfoRespVo;
import com.threefiveninetong.mchh.appHospital.vo.resp.HospitalSearchFirstPageInfoRespVo;
import c... | 5,723 | 0.712356 | 0.653769 | 127 | 42.141731 | 37.513615 | 151 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.874016 | false | false | 8 |
541357aa0ba09255632c66bd7c7b3691518ef738 | 2,156,073,589,653 | b792722989c7e0015d47b7426e332b5e89af69aa | /POS_Version2/app/src/main/java/com/example/pos_version2/Category/categoryMenu.java | 5ab178d518c0ce6c39542074eebe419f1755a8a8 | [] | no_license | Agha-Basit-Khan/MC_Apps | https://github.com/Agha-Basit-Khan/MC_Apps | c9a4b36ddc90c8c74fbcf9e382e877c768530062 | 7aaef237d015c57841bf8d3eb845f6d4db570453 | refs/heads/master | 2023-05-11T01:30:13.708000 | 2021-06-07T21:43:37 | 2021-06-07T21:43:37 | 344,367,404 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.pos_version2.Category;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import com.example.pos_version2.MainActivity;
import com.example.pos_version2.R;
public class categoryMenu exte... | UTF-8 | Java | 1,427 | java | categoryMenu.java | Java | [] | null | [] | package com.example.pos_version2.Category;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import com.example.pos_version2.MainActivity;
import com.example.pos_version2.R;
public class categoryMenu exte... | 1,427 | 0.618781 | 0.608269 | 46 | 30.043478 | 21.274557 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.608696 | false | false | 8 |
7853c16b933142890178be5bc249da1121af005a | 24,421,184,105,519 | 735830ed4eca72b77745e1127f620993b90c7b5c | /webtechApps/webtech/ayobot/LoggedInUI.java | 0568abdce52034357e2e8c793bf8f0707b3d30ec | [
"LicenseRef-scancode-warranty-disclaimer"
] | no_license | jobic10/fitechbot | https://github.com/jobic10/fitechbot | 46e0565c23f009992f764fb7d7cfade0e7cfc8cf | 9d3b110ca9534a21495986df635cb7cb4d40294a | refs/heads/master | 2023-01-19T00:22:01.679000 | 2020-12-01T17:22:56 | 2020-12-01T17:22:56 | 192,976,993 | 1 | 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 ayobot;
import java.awt.BorderLayout;
import java.awt.Color;
import javax.swing.JComponent;
import javax.swing.JTextPane;
/*... | UTF-8 | Java | 13,303 | java | LoggedInUI.java | Java | [
{
"context": ";\nimport javax.swing.JTextPane;\n\n/**\n *\n * @author CountryBoy\n */\npublic class LoggedInUI extends javax.swing.J",
"end": 346,
"score": 0.9993944764137268,
"start": 336,
"tag": "USERNAME",
"value": "CountryBoy"
},
{
"context": "0, 14)); // NOI18N\n jTextPan... | 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 ayobot;
import java.awt.BorderLayout;
import java.awt.Color;
import javax.swing.JComponent;
import javax.swing.JTextPane;
/*... | 13,296 | 0.70127 | 0.686988 | 231 | 56.588745 | 63.229122 | 822 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.900433 | false | false | 8 |
c143465ec3222a0b57869e0492f72983e3b878fa | 16,174,846,882,722 | 81d226734338b5aa9b64e4adb76cb7819d921145 | /JavaEdu2/src/maze/Room.java | 9392035e8a42685c64fd546ddd7b37c2aabd4c65 | [] | no_license | hyunmin-fighting/JavaEdu2 | https://github.com/hyunmin-fighting/JavaEdu2 | 89e15bb24e995808c3b8f2a2ef48cc4ac1a90e99 | 3fc43c8b742ca34fc0c484af87b4571b6049ff71 | refs/heads/master | 2023-05-13T05:26:44.164000 | 2021-06-01T23:57:20 | 2021-06-01T23:57:20 | 369,708,968 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package maze;
public class Room {
int up; // 0 없다 1 일반 2 빨간 3 파란
int down;
int left;
int right;
int evetType; //0 없음, 1-A, 2-B, 3-F,
}
| UTF-8 | Java | 182 | java | Room.java | Java | [] | null | [] | package maze;
public class Room {
int up; // 0 없다 1 일반 2 빨간 3 파란
int down;
int left;
int right;
int evetType; //0 없음, 1-A, 2-B, 3-F,
}
| 182 | 0.524691 | 0.475309 | 13 | 10.461538 | 12.175735 | 37 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.307692 | false | false | 8 |
949d7ae02d73f070d79e6fc6bfe8a8325ca0046d | 7,413,113,617,022 | 204b80d67a4cdfed0d470191d5f5185cc049e2fe | /Base/sources/com/flurry/sdk/cy.java | b7c2303931e42bee79a2fdbc874dd358ded81f6a | [] | no_license | vaibhaviparanjpe01/AndroidProjects | https://github.com/vaibhaviparanjpe01/AndroidProjects | 80f0a9c8de6a6de1cb12aa38782edcf9edc7b02b | eeaecfd6d773115635c66f626a46213f9831cd72 | refs/heads/main | 2023-07-25T11:10:25.319000 | 2021-09-09T02:04:22 | 2021-09-09T02:04:22 | 387,154,591 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.flurry.sdk;
import java.lang.ref.WeakReference;
import java.util.concurrent.Callable;
import java.util.concurrent.FutureTask;
public final class cy<V> extends FutureTask<V> {
private final WeakReference<Callable<V>> a = new WeakReference<>((Object) null);
private final WeakReference<Runnable> b;
... | UTF-8 | Java | 523 | java | cy.java | Java | [] | null | [] | package com.flurry.sdk;
import java.lang.ref.WeakReference;
import java.util.concurrent.Callable;
import java.util.concurrent.FutureTask;
public final class cy<V> extends FutureTask<V> {
private final WeakReference<Callable<V>> a = new WeakReference<>((Object) null);
private final WeakReference<Runnable> b;
... | 523 | 0.684512 | 0.684512 | 19 | 26.526316 | 22.434391 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.578947 | false | false | 8 |
9674acb56a56223dd1ad4d9edd26cf99f100ea98 | 23,398,981,850,644 | 0b54a25376cd7d09dfbb486d98cf261a68698a43 | /books/src/main/java/com/example/book/books/ui/activity/UsersInfoActivity.java | b3c25c4ab0aa760d3d870454b1bebc5bc486bd4c | [
"MIT"
] | permissive | iccyuer/Book | https://github.com/iccyuer/Book | ced4e4917d3b65f2b73e90ce8ff42c432cea0251 | ccc8675ab7a99a513371eac68ce2acecf4d64db6 | refs/heads/master | 2021-01-21T20:42:37.102000 | 2018-03-01T07:42:05 | 2018-03-01T07:42:05 | 92,268,904 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.book.books.ui.activity;
import android.content.Intent;
import android.view.View;
import android.widget.TextView;
import android.widget.Toast;
import com.example.book.books.R;
import com.example.book.books.base.SBaseActivity;
import com.example.book.books.base.SBaseApp;
import com.example.book.book... | UTF-8 | Java | 3,540 | java | UsersInfoActivity.java | Java | [] | null | [] | package com.example.book.books.ui.activity;
import android.content.Intent;
import android.view.View;
import android.widget.TextView;
import android.widget.Toast;
import com.example.book.books.R;
import com.example.book.books.base.SBaseActivity;
import com.example.book.books.base.SBaseApp;
import com.example.book.book... | 3,540 | 0.631458 | 0.631171 | 97 | 34.917526 | 24.885582 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.628866 | false | false | 8 |
756b4413867b45717893186c870a149d673bb993 | 12,807,592,526,838 | 39c941b5c06eb9646d241a91e311a40466520f79 | /src/main/java/com/biz/ems/model/EmailVO.java | 1e0c435e939e0e32cd2cc812a1ad01d5893238c1 | [] | no_license | whdtjr3973/SpMVC_EMS | https://github.com/whdtjr3973/SpMVC_EMS | 61967c7b1fbec6ea7aadbcaa7317b3adcf2dd21c | fee0562e6305da6f2bd7408ea515810c9ed767f1 | refs/heads/master | 2022-12-22T23:17:26.530000 | 2019-08-20T06:21:31 | 2019-08-20T06:21:31 | 202,062,550 | 0 | 0 | null | false | 2022-12-16T00:36:18 | 2019-08-13T04:11:53 | 2019-08-20T06:21:29 | 2022-12-16T00:36:16 | 910 | 0 | 0 | 8 | JavaScript | false | false | package com.biz.ems.model;
import javax.validation.constraints.Email;
import javax.validation.constraints.NotBlank;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
import lombok.ToString;
@Builder
@Getter
@Setter
@ToString
@AllArgs... | UTF-8 | Java | 1,179 | java | EmailVO.java | Java | [] | null | [] | package com.biz.ems.model;
import javax.validation.constraints.Email;
import javax.validation.constraints.NotBlank;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
import lombok.ToString;
@Builder
@Getter
@Setter
@ToString
@AllArgs... | 1,179 | 0.733461 | 0.731544 | 42 | 23.833334 | 14.145362 | 45 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.642857 | false | false | 8 |
ed125adcaabaecdec7f8a6c243c564b600a5a2c8 | 9,792,525,496,371 | 9d9c4a422cc07fa83d7ea392ad4e02ba30947a21 | /src/org/futurepages/core/persistence/HQLQuery.java | 07610f15f4f5600588e241cf1ecd1ad2265860a6 | [] | no_license | futurepages/3 | https://github.com/futurepages/3 | 06c3f99284438d4062301464bd803c33d74893c3 | 3144bf46276292190072f2e3abff3989c26cb95b | refs/heads/master | 2020-04-06T03:34:38.942000 | 2016-06-24T04:56:10 | 2016-06-24T04:56:10 | 61,851,610 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.futurepages.core.persistence;
import org.futurepages.util.ReflectionUtil;
import org.futurepages.util.The;
public class HQLQuery<T> extends HQLProvider {
private String fieldToUpdate;
private String expression;
private String select;
private Class<T> entity;
private String alias;
privat... | UTF-8 | Java | 3,757 | java | HQLQuery.java | Java | [] | null | [] | package org.futurepages.core.persistence;
import org.futurepages.util.ReflectionUtil;
import org.futurepages.util.The;
public class HQLQuery<T> extends HQLProvider {
private String fieldToUpdate;
private String expression;
private String select;
private Class<T> entity;
private String alias;
privat... | 3,757 | 0.668885 | 0.668885 | 178 | 19.117977 | 22.303137 | 134 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.730337 | false | false | 8 |
fe0ae558f8e68e695d0690d5ff13c3c635706ff9 | 4,166,118,343,929 | af8d9b4fda92d29c2820aafb0629d569460bf7a8 | /app/src/main/java/dne/beetrack/adapter/AssetAdapter.java | 665065a29286e8f5df77824848bfdeadbd6c24be | [] | no_license | loipn1804/Beetrack | https://github.com/loipn1804/Beetrack | 3b6186733d8e51af500ce547de04431f211a637a | beda39325c0e2f9d09f0dd74ebd20bf8563d8551 | refs/heads/master | 2020-04-06T08:52:36.550000 | 2016-09-05T13:33:06 | 2016-09-05T13:33:06 | 61,365,382 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package dne.beetrack.adapter;
import android.app.Activity;
import android.content.Intent;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.ImageView;
import android.widget.LinearLayout;
import android.widget.TextView;
... | UTF-8 | Java | 3,636 | java | AssetAdapter.java | Java | [
{
"context": "ctivity;\nimport greendao.Asset;\n\n/**\n * Created by user on 3/21/2016.\n */\npublic class AssetAdapter exten",
"end": 492,
"score": 0.9958903789520264,
"start": 488,
"tag": "USERNAME",
"value": "user"
}
] | null | [] | package dne.beetrack.adapter;
import android.app.Activity;
import android.content.Intent;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.ImageView;
import android.widget.LinearLayout;
import android.widget.TextView;
... | 3,636 | 0.649615 | 0.646865 | 112 | 31.464285 | 25.382055 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.580357 | false | false | 8 |
eca4ebd195522dbeaac267f9ecae691405c56bfd | 9,079,560,930,616 | 2c73dd929f3d29b035f18ce740d56d9f7242bfc8 | /web/project/src/main/java/com/webank/wedatasphere/qualitis/rule/response/PlaceholderResponse.java | 16db45a91718a91b1be6210fdb5043f587ec6122 | [
"Apache-2.0"
] | permissive | WeBankFinTech/Qualitis | https://github.com/WeBankFinTech/Qualitis | bf15fdaf3b9def7d1e5ae74acd3821c5ec66ebe6 | 4625b455b92d43de561bcf9b0abd4d724c1b43cf | refs/heads/master | 2023-07-23T02:59:56.420000 | 2023-07-14T02:50:05 | 2023-07-14T02:50:05 | 223,347,908 | 633 | 290 | Apache-2.0 | false | 2023-07-19T05:29:15 | 2019-11-22T07:29:02 | 2023-07-07T07:02:38 | 2023-07-19T05:29:14 | 11,114 | 585 | 272 | 23 | Java | false | false | /*
* Copyright 2019 WeBank
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writi... | UTF-8 | Java | 3,480 | java | PlaceholderResponse.java | Java | [
{
"context": ".ArrayList;\nimport java.util.List;\n\n/**\n * @author howeye\n */\npublic class PlaceholderResponse {\n\n priva",
"end": 1075,
"score": 0.9995225071907043,
"start": 1069,
"tag": "USERNAME",
"value": "howeye"
}
] | null | [] | /*
* Copyright 2019 WeBank
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writi... | 3,480 | 0.733908 | 0.731609 | 104 | 32.46154 | 29.86377 | 131 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 8 |
282eed21540f8abd757e4f680701ca4d519a4444 | 30,855,045,118,203 | e8f5685f6ba5f2444e4cb980edd41221b683e7bb | /PracticeView_1/app/src/main/java/com/fkewksai/practice/view/customize/Practice10HistogramView.java | bc04df7063cbeb9d4c944ce42c94fc37d86cb93e | [] | no_license | xuefengyuan/Customize_View | https://github.com/xuefengyuan/Customize_View | a9971a1c1b5cd8c6fc548ec5721d4aa919203d09 | e0b94f500a2e5b563f847f086d63c5d3edfa262a | refs/heads/master | 2019-06-16T21:56:07.020000 | 2017-12-28T07:00:11 | 2017-12-28T07:00:11 | 99,425,308 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.fkewksai.practice.view.customize;
import android.content.Context;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Paint;
import android.support.annotation.Nullable;
import android.util.AttributeSet;
import android.view.View;
public class Practice10HistogramView exten... | UTF-8 | Java | 1,820 | java | Practice10HistogramView.java | Java | [
{
"context": "t.setColor(Color.WHITE);\n canvas.drawText(\"Froyo\",145,625,paint);\n canvas.drawText(\"GB\"",
"end": 1479,
"score": 0.6203055381774902,
"start": 1478,
"tag": "NAME",
"value": "F"
},
{
"context": "ext(\"JB\",465,625,paint);\n canvas.drawText(\"Kitk... | null | [] | package com.fkewksai.practice.view.customize;
import android.content.Context;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Paint;
import android.support.annotation.Nullable;
import android.util.AttributeSet;
import android.view.View;
public class Practice10HistogramView exten... | 1,820 | 0.671717 | 0.581369 | 57 | 30.263159 | 22.131605 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.684211 | false | false | 8 |
657d27b9d7eb3e73274e47b62046b6c745415a68 | 32,083,405,755,663 | e26977736b7e20acc54558e2751b9d4f5682f205 | /src/q2/monitor/robots/WhiskerAttacher.java | 9014c9f4f5ef66c5c3cd912c86c7afed0e260e12 | [] | no_license | nima200/concurrency-a2 | https://github.com/nima200/concurrency-a2 | f4281805a24e53a6cc0c26d348761764fb5fc67a | 4596711c3f5a073e382dec8eaebdccf7a5112153 | refs/heads/master | 2021-03-27T19:15:15.801000 | 2018-02-20T03:01:41 | 2018-02-20T03:01:41 | 121,176,597 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package q2.monitor.robots;
import q2.monitor.Bins;
import q2.Robot;
import q2.parts.Head;
import q2.parts.Whisker;
import util.Util;
public class WhiskerAttacher extends Robot {
private final Bins aBins;
public WhiskerAttacher(Bins pBins, String pName) {
setName(pName);
aBins = pBins;
}
... | UTF-8 | Java | 3,377 | java | WhiskerAttacher.java | Java | [] | null | [] | package q2.monitor.robots;
import q2.monitor.Bins;
import q2.Robot;
import q2.parts.Head;
import q2.parts.Whisker;
import util.Util;
public class WhiskerAttacher extends Robot {
private final Bins aBins;
public WhiskerAttacher(Bins pBins, String pName) {
setName(pName);
aBins = pBins;
}
... | 3,377 | 0.498667 | 0.494818 | 93 | 35.311829 | 23.017515 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.526882 | false | false | 8 |
dc6c3deb4ed7d2655fae446c63269ee4cec819b2 | 37,177,236,934,671 | 37199029f82cb21fe13bb492ef2e6e40334251f1 | /ontrack/src/main/java/br/com/oncast/ontrack/server/services/email/PasswordResetMail.java | 208538565a81017c53e68b58e21d81010dc1900d | [] | no_license | guivirtuoso/OnTrack | https://github.com/guivirtuoso/OnTrack | 410ebe41ce94a514d6f1924a379a104bfe1f9e7f | 806cd9defab52fcd6cf898611e595a85e6a18917 | refs/heads/master | 2019-04-08T11:14:39.755000 | 2014-11-19T17:52:24 | 2014-11-19T17:52:24 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.oncast.ontrack.server.services.email;
import java.util.Arrays;
import java.util.List;
public class PasswordResetMail implements OnTrackMail {
private final String sendTo;
private final String generatedPassword;
private PasswordResetMail(final String sendTo, final String generatedPassword) {
this... | UTF-8 | Java | 1,093 | java | PasswordResetMail.java | Java | [
{
"context": "\t\tthis.sendTo = sendTo;\n\t\tthis.generatedPassword = generatedPassword;\n\t}\n\n\tpublic static PasswordResetMail get",
"end": 374,
"score": 0.8519617915153503,
"start": 365,
"tag": "PASSWORD",
"value": "generated"
},
{
"context": "mail\", sendTo);\n\t\tcontext.put(\... | null | [] | package br.com.oncast.ontrack.server.services.email;
import java.util.Arrays;
import java.util.List;
public class PasswordResetMail implements OnTrackMail {
private final String sendTo;
private final String generatedPassword;
private PasswordResetMail(final String sendTo, final String generatedPassword) {
this... | 1,095 | 0.779506 | 0.779506 | 42 | 25.023809 | 26.275543 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.380952 | false | false | 8 |
c52ea3e5aed6acb86509f2b7bb49f6414adc038a | 18,519,899,047,530 | 4f06a06f09365e120a02c48e514790180bfb9f17 | /jshl-manager/src/main/java/com/bsl/service/sale/impl/SaleProdServiceImpl.java | 3e5930c0dfbf641b848aa9da525831a2e203a8b3 | [] | no_license | dukang199409/hnjg | https://github.com/dukang199409/hnjg | a37690ed14e5b06bc98e3fbba38e8fe83eb42e44 | e18d2b3d2eda57e4d6a19e34cdcff4c8bcf67f48 | refs/heads/main | 2023-07-13T22:17:18.974000 | 2021-08-28T08:53:08 | 2021-08-28T08:53:08 | 358,170,013 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bsl.service.sale.impl;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Date;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.apache.commons.lang3.StringUtils;
import org.springframework.beans.factory.annotation.Autowired;
import or... | UTF-8 | Java | 42,563 | java | SaleProdServiceImpl.java | Java | [] | null | [] | package com.bsl.service.sale.impl;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Date;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.apache.commons.lang3.StringUtils;
import org.springframework.beans.factory.annotation.Autowired;
import or... | 42,563 | 0.732223 | 0.724355 | 936 | 37.379272 | 29.919628 | 148 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.257479 | false | false | 8 |
6ea6cc0844a1c0088e83080d5259d75668aab16d | 37,340,445,693,339 | bdcc136384798a2ef93da4c9a511a4bfb02e802f | /MaratonaJAVAdevdojo/src/main/java/ControleDeFluxo/Aula17_BreakContinues.java | 9d7642aebd667369fcf33f9cb174fa3f71c433bc | [] | no_license | feliperx/dataStructure1-OOP-compilers | https://github.com/feliperx/dataStructure1-OOP-compilers | c4d8608ea869c33d16b9cd134529370b6e007a73 | d4e7121d22e1685fccd851a5ff3ce7e78991f6e0 | refs/heads/master | 2023-03-21T03:52:36.406000 | 2021-03-11T19:35:00 | 2021-03-11T19:35:00 | 346,814,195 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Informe em até quantas vezes pode parcelar o preco de um carro
* mas as parcelas nao podem ser menor que 1000
*/
package ControleDeFluxo;
import javax.swing.JOptionPane;
/**
*
* @author felipex
*/
public class Aula17_BreakContinues {
public static void main(String[] args) {
float valorTotal ... | UTF-8 | Java | 1,179 | java | Aula17_BreakContinues.java | Java | [
{
"context": "import javax.swing.JOptionPane;\n\n/**\n *\n * @author felipex\n */\npublic class Aula17_BreakContinues {\n\n pub",
"end": 206,
"score": 0.9994922280311584,
"start": 199,
"tag": "USERNAME",
"value": "felipex"
}
] | null | [] | /**
* Informe em até quantas vezes pode parcelar o preco de um carro
* mas as parcelas nao podem ser menor que 1000
*/
package ControleDeFluxo;
import javax.swing.JOptionPane;
/**
*
* @author felipex
*/
public class Aula17_BreakContinues {
public static void main(String[] args) {
float valorTotal ... | 1,179 | 0.541206 | 0.527613 | 45 | 25.155556 | 27.130102 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 8 |
cab685a1d0f93cc65b89dde0031305084b2619bf | 39,298,950,759,019 | c00ed5a2134c35b64590a59f81b3dc5e5733e725 | /app/src/main/java/com/wjc/jcapp/bridge/LoginRequestViewModel.java | 5c559123bd568e7905e0e854ca4eda15ad3aad4a | [] | no_license | RenHaiRenWjc/JcApp | https://github.com/RenHaiRenWjc/JcApp | 0d42161e78e5e0a5ef678797a4330ebc51c47e7a | bd998779cb4764c4b4e00d6285a9a4a973758918 | refs/heads/master | 2022-11-05T23:54:18.856000 | 2020-06-21T17:45:04 | 2020-06-21T17:45:04 | 273,825,996 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.wjc.jcapp.bridge;
import androidx.lifecycle.LiveData;
import androidx.lifecycle.MutableLiveData;
import androidx.lifecycle.ViewModel;
import com.wjc.jcapp.data.DataRepository;
import com.wjc.jcapp.data.User;
/**
* ClassName: com.wjc.jcapp.bridge
* Description:
* JcChen on 2020.06.21.6:45 PM
*/
public... | UTF-8 | Java | 699 | java | LoginRequestViewModel.java | Java | [] | null | [] | package com.wjc.jcapp.bridge;
import androidx.lifecycle.LiveData;
import androidx.lifecycle.MutableLiveData;
import androidx.lifecycle.ViewModel;
import com.wjc.jcapp.data.DataRepository;
import com.wjc.jcapp.data.User;
/**
* ClassName: com.wjc.jcapp.bridge
* Description:
* JcChen on 2020.06.21.6:45 PM
*/
public... | 699 | 0.762737 | 0.746725 | 28 | 23.535715 | 19.846703 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.964286 | false | false | 8 |
39e443681a5aa7d37be6ae63695ac00b2e902ddf | 13,554,916,835,429 | 2e084ef593b8d33c83eb4b8f8c2fe88fda27047a | /crud/src/com/luolh/blog/factory/ServiceFactory.java | 473fe63d5959d8f9cfeeff76c20c7bca3ebcf880 | [] | no_license | luoluhui/repository | https://github.com/luoluhui/repository | 53f60836fcadde12bbe8370fab169ab3eb52362c | 445e0bba64b607681abceac47d57d030ec484816 | refs/heads/master | 2020-03-19T14:20:07.525000 | 2018-06-09T11:54:21 | 2018-06-09T11:54:21 | 136,617,873 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.luolh.blog.factory;
import java.io.IOException;
import java.io.InputStream;
import java.util.Properties;
import com.luolh.blog.service.BlogService;
/**
* service工厂类(创建service实例)
* @author LuoLH
* @since 20180601
*/
public class ServiceFactory {
/**
* properties文件路径
* */
private... | UTF-8 | Java | 1,316 | java | ServiceFactory.java | Java | [
{
"context": "ce;\r\n\r\n/**\r\n * service工厂类(创建service实例)\r\n * @author LuoLH\r\n * @since 20180601\r\n */\r\npublic class ServiceFac",
"end": 220,
"score": 0.999443531036377,
"start": 215,
"tag": "USERNAME",
"value": "LuoLH"
}
] | null | [] | package com.luolh.blog.factory;
import java.io.IOException;
import java.io.InputStream;
import java.util.Properties;
import com.luolh.blog.service.BlogService;
/**
* service工厂类(创建service实例)
* @author LuoLH
* @since 20180601
*/
public class ServiceFactory {
/**
* properties文件路径
* */
private... | 1,316 | 0.679775 | 0.673355 | 55 | 20.654545 | 22.686174 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.418182 | false | false | 8 |
b42c8dbdd9dc3800927f8413ec700ebacabdbbd3 | 13,554,916,837,704 | f9c72ec9b5aed50422649291d6e92be04e9f8b0f | /CoreJava/src/Lab_Unit_4/Lab_4_3.java | 38ada3eab32876a6a193d3167d4bb76bfd711d05 | [] | no_license | sarwarali847/CORE_JAVA | https://github.com/sarwarali847/CORE_JAVA | c19240c72e9a347f0dec3706340700755cd809e5 | bdc27ede73e3d14eb44354fb4f0ace228b3f84ef | refs/heads/master | 2023-08-16T00:46:20.610000 | 2021-10-25T04:55:13 | 2021-10-25T04:55:13 | 416,643,248 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
/*4.3 Create class named as ‘a’ and create a sub class ‘b’. Which is extends from
class ‘a’. And use these classes in ‘inherit’ class. */
package Lab_Unit_4;
public class Lab_4_3 {
public static void main(String[] args) {
b B=new b();
B.id=53;
B.dept_no=8732;
B.name="Sarwar Shaikh";
B.display();
B.show... | WINDOWS-1258 | Java | 556 | java | Lab_4_3.java | Java | [
{
"context": "B=new b();\n\t\tB.id=53;\n\t\tB.dept_no=8732;\n\t\tB.name=\"Sarwar Shaikh\";\n\t\tB.display();\n\t\tB.show();\n\t\t\n\n\t}\n\n}\n\nclass a{\n",
"end": 294,
"score": 0.9998700618743896,
"start": 281,
"tag": "NAME",
"value": "Sarwar Shaikh"
}
] | null | [] |
/*4.3 Create class named as ‘a’ and create a sub class ‘b’. Which is extends from
class ‘a’. And use these classes in ‘inherit’ class. */
package Lab_Unit_4;
public class Lab_4_3 {
public static void main(String[] args) {
b B=new b();
B.id=53;
B.dept_no=8732;
B.name="<NAME>";
B.display();
B.show();
... | 549 | 0.618519 | 0.598148 | 34 | 14.852942 | 18.89465 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.176471 | false | false | 8 |
1fc5eb1e7a83ef58984b90995c9bc75f86c793f2 | 13,554,916,834,949 | d525a65a0cb40191d47cf5c9b32296e189d274f3 | /app/src/main/java/com/ypl/selectlocalpicture/selectPic/SelectMultiplyPicPreviewActivity.java | f13362ee7f023bf2381a20e64b8246ee4379ec1c | [] | no_license | faithGlory/selectLocalPicture | https://github.com/faithGlory/selectLocalPicture | a048e86e55d93db10f01e9d3aa1206955d1142c2 | 7445f12fc1beba04a1a50acd6af81343e17ffd9e | refs/heads/master | 2018-11-27T11:00:59.405000 | 2018-09-10T03:12:43 | 2018-09-10T03:12:43 | 147,475,814 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ypl.selectlocalpicture.selectPic;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.view.PagerAdapter;
import android.support.v4.view.ViewPager;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.view.ViewGroup;
import and... | UTF-8 | Java | 2,758 | java | SelectMultiplyPicPreviewActivity.java | Java | [
{
"context": "R;\n\nimport java.util.ArrayList;\n\n/**\n * Created by bill on 2018/7/22.\n * 多张图片预览大图\n */\npublic class Select",
"end": 466,
"score": 0.9920785427093506,
"start": 462,
"tag": "USERNAME",
"value": "bill"
}
] | null | [] | package com.ypl.selectlocalpicture.selectPic;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.view.PagerAdapter;
import android.support.v4.view.ViewPager;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.view.ViewGroup;
import and... | 2,758 | 0.669604 | 0.665932 | 91 | 28.934067 | 26.561892 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.43956 | false | false | 8 |
d4ab946ccc889266f6d7168b122ae4fc3c2c100e | 39,178,691,678,284 | 7ea094a0385c471b42bac0ceed2c11a3f62bcb1e | /src/edu/oit/lesson3/ReverseStringTest.java | 86e3a59a9ab9f7ff504b16a5bb334c95fd9c4f81 | [] | no_license | danieloit/ITSE500_wenduo | https://github.com/danieloit/ITSE500_wenduo | a98c111b383bb98db81ed0d556226e3ad3e5f372 | 5ba7e13560b95838c50dcb3b0dd68ce909b77f49 | refs/heads/master | 2021-01-20T02:41:37.767000 | 2017-06-19T04:28:49 | 2017-06-19T04:28:49 | 89,437,819 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.oit.lesson3;
import static org.junit.Assert.*;
import org.junit.Test;
public class ReverseStringTest {
@Test
public void test() {
assertEquals(ReverseString.reverseString("HelloWorld"),"dlroWolleH");
assertEquals(ReverseString.reverseString("April 4th, 1983"),"3891 ,ht4 lirpA");
... | UTF-8 | Java | 421 | java | ReverseStringTest.java | Java | [
{
"context": "Equals(ReverseString.reverseString(\"HelloWorld\"),\"dlroWolleH\");\n assertEquals(ReverseString.reverseStri",
"end": 228,
"score": 0.7856671214103699,
"start": 218,
"tag": "USERNAME",
"value": "dlroWolleH"
}
] | null | [] | package edu.oit.lesson3;
import static org.junit.Assert.*;
import org.junit.Test;
public class ReverseStringTest {
@Test
public void test() {
assertEquals(ReverseString.reverseString("HelloWorld"),"dlroWolleH");
assertEquals(ReverseString.reverseString("April 4th, 1983"),"3891 ,ht4 lirpA");
... | 421 | 0.655582 | 0.629454 | 18 | 22.388889 | 27.676983 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.611111 | false | false | 8 |
da20745f4c65261f985072618f386c3589067ee8 | 21,543,556,022,530 | 5b7aaa41a62fdde90b4051b9bbd776257aa13f4d | /src/test/java/com/aceproject/scripttest/ApplicationTest.java | 00d7817c23eb4260b9c9dba120cd15697395ab5e | [] | no_license | aceprojectcorp/sciprt-performance-test | https://github.com/aceprojectcorp/sciprt-performance-test | 3f430867ba131a83d68c35294b3971ad04e29759 | 12642ed589a52912588751241bc8c644597d2d01 | refs/heads/master | 2020-04-06T03:32:04.054000 | 2016-06-23T01:23:04 | 2016-06-23T01:23:04 | 61,762,426 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.aceproject.scripttest;
import org.junit.Test;
/**
* Unit test for simple App.
*/
public class ApplicationTest {
@Test
public void test() throws Exception {
// given
}
}
| UTF-8 | Java | 191 | java | ApplicationTest.java | Java | [] | null | [] | package com.aceproject.scripttest;
import org.junit.Test;
/**
* Unit test for simple App.
*/
public class ApplicationTest {
@Test
public void test() throws Exception {
// given
}
}
| 191 | 0.691099 | 0.691099 | 14 | 12.642858 | 13.859536 | 38 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 8 |
cc17a584452817cc6ce9cb516fdbcd5f0bccebea | 38,757,784,918,634 | d209f774c105097b9969b80715c4e04e597379dd | /target/generated-sources/annotations/com/consesionariavehiculo/ConcesionariaVehiculo/entidades/Vehiculoremolque_.java | 3db5a23c30daa897d1ec1a32387e03130ffc1330 | [] | no_license | debiig92/springbootbad | https://github.com/debiig92/springbootbad | a3750e66be008348d1d93f0da2e42ab2b12ba95e | f048a7892af18a30fec79a41e87e54aa56a4a6dd | refs/heads/master | 2021-07-14T21:12:55.648000 | 2017-10-19T06:41:41 | 2017-10-19T06:41:41 | 107,506,660 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.consesionariavehiculo.ConcesionariaVehiculo.entidades;
import com.consesionariavehiculo.ConcesionariaVehiculo.entidades.Entsalveh;
import javax.annotation.Generated;
import javax.persistence.metamodel.CollectionAttribute;
import javax.persistence.metamodel.SingularAttribute;
import javax.persistence.metamo... | UTF-8 | Java | 764 | java | Vehiculoremolque_.java | Java | [] | null | [] | package com.consesionariavehiculo.ConcesionariaVehiculo.entidades;
import com.consesionariavehiculo.ConcesionariaVehiculo.entidades.Entsalveh;
import javax.annotation.Generated;
import javax.persistence.metamodel.CollectionAttribute;
import javax.persistence.metamodel.SingularAttribute;
import javax.persistence.metamo... | 764 | 0.848168 | 0.815445 | 17 | 44 | 32.927727 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.764706 | false | false | 8 |
e5429067ec0b589fa32fcc2f3c81d27a568b4128 | 38,517,266,726,875 | a811a0bf602dd2055e5867bc8169250c608e69ec | /src/main/java/com/fdchen/xiyin/dao/MessageDao.java | 88bcb466c49961dd5689ba004dba3f24236656a6 | [] | no_license | CCSemicircle/XiYin_BackEnd | https://github.com/CCSemicircle/XiYin_BackEnd | faac27e995e87f13a24eb1e330cde5ab8752d36a | 99ec9753f87580d8a013bbc758fc87d3708c5986 | refs/heads/master | 2023-03-24T19:29:09.476000 | 2021-03-01T09:16:45 | 2021-03-01T09:16:45 | 343,148,311 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.fdchen.xiyin.dao;
import com.fdchen.xiyin.entity.Message;
import org.springframework.stereotype.Repository;
import java.util.List;
@Repository
public interface MessageDao {
// 添加信息
public int add(Message msg);
// 修改信息状态
public int update(int uid, int fromUid);
// 检索与指定用户的聊天信息
p... | UTF-8 | Java | 529 | java | MessageDao.java | Java | [] | null | [] | package com.fdchen.xiyin.dao;
import com.fdchen.xiyin.entity.Message;
import org.springframework.stereotype.Repository;
import java.util.List;
@Repository
public interface MessageDao {
// 添加信息
public int add(Message msg);
// 修改信息状态
public int update(int uid, int fromUid);
// 检索与指定用户的聊天信息
p... | 529 | 0.720879 | 0.720879 | 23 | 18.782608 | 19.260134 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.434783 | false | false | 8 |
c9c70885bae2455d8877ea9decef824dc2d59aa7 | 36,094,905,186,874 | 49d9e320cd08ecb438bad7935d88d9fb6709a459 | /src/main/java/com/poc/bootbatch/email/EmailSenderReader.java | c72359aa9dec504891c5b3a4be39fcaa5ecd53a3 | [] | no_license | sabarnath/spring-boot-batch-demo | https://github.com/sabarnath/spring-boot-batch-demo | 9705ea6106befca20af49586b2668f70785e48c7 | 32e406375843d6d4e58fdde823669ca45d6d527a | refs/heads/master | 2020-07-04T02:15:51.281000 | 2016-11-28T13:35:08 | 2016-11-28T13:35:08 | 74,217,904 | 0 | 0 | null | false | 2019-12-11T11:42:32 | 2016-11-19T15:46:28 | 2016-11-19T16:10:49 | 2019-12-11T11:42:26 | 21 | 0 | 0 | 1 | Java | false | false | package com.poc.bootbatch.email;
import java.util.ArrayList;
import java.util.List;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.batch.item.ItemReader;
public class EmailSenderReader implements ItemReader<List<String>> {
private static final Logger log = Logge... | UTF-8 | Java | 918 | java | EmailSenderReader.java | Java | [] | null | [] | package com.poc.bootbatch.email;
import java.util.ArrayList;
import java.util.List;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.batch.item.ItemReader;
public class EmailSenderReader implements ItemReader<List<String>> {
private static final Logger log = Logge... | 918 | 0.582789 | 0.58061 | 34 | 25 | 22.485289 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.470588 | false | false | 8 |
3ffbbb4fcf780a67b4a6e1d7e3fe9c6a43600ffb | 35,381,940,614,145 | a392a05f837fbc3193a44f94133d17efdf9e076c | /src/Unicordoba/Registro_Control/Base_de_Datos/Controlador/SedeJpaController.java | 6ddaad458b790f8611a4ee910a71ac54dcd731c9 | [] | no_license | AFelipeRodriguezF93/R-C_Unicor_Lorica | https://github.com/AFelipeRodriguezF93/R-C_Unicor_Lorica | 028727b59bb8896206462842d76886a2d66ea5d1 | d748c7c71a33b8dd8b61210842fd1b2bbc1c1fe1 | refs/heads/master | 2021-01-10T18:23:20.408000 | 2015-06-15T19:39:55 | 2015-06-15T19:39:55 | 36,620,255 | 0 | 5 | null | false | 2015-06-16T14:53:40 | 2015-05-31T20:15:56 | 2015-05-31T23:18:47 | 2015-06-15T21:47:34 | 1,608 | 0 | 4 | 1 | Java | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package Unicordoba.Registro_Control.Base_de_Datos.Controlador;
import Unicordoba.Registro_Control.Base_de_Datos.Controlador.exc... | UTF-8 | Java | 18,021 | java | SedeJpaController.java | Java | [
{
"context": "tence.EntityManagerFactory;\r\n\r\n/**\r\n *\r\n * @author AndresFelipe\r\n */\r\npublic class SedeJpaController implements Ser",
"end": 1171,
"score": 0.982356607913971,
"start": 1159,
"tag": "NAME",
"value": "AndresFelipe"
}
] | 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 Unicordoba.Registro_Control.Base_de_Datos.Controlador;
import Unicordoba.Registro_Control.Base_de_Datos.Controlador.exc... | 18,021 | 0.617335 | 0.617169 | 340 | 51.002941 | 38.579369 | 220 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.573529 | false | false | 8 |
8df71fda801ccf990875657d27b985eabdf13594 | 14,070,312,883,345 | d27d02951a7ecaf9c02154acb746f1028b25fff7 | /app/src/main/java/com/example/simplebottomnav/viewmodel/PicViewModel.java | b8146f965069063b786a47cced821234fd25d566 | [] | no_license | xinjingjie/SimpleBottomNav | https://github.com/xinjingjie/SimpleBottomNav | 287aae0d30ff02b09342c4dbc31f8ad25e177607 | 02b5d7a8346e05996cfa957d52b40faf12d9b338 | refs/heads/master | 2021-01-14T00:45:10.171000 | 2020-04-03T09:13:32 | 2020-04-03T09:13:32 | 242,545,321 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.simplebottomnav.viewmodel;
import android.app.Application;
import android.content.Context;
import android.content.SharedPreferences;
import android.util.Log;
import androidx.annotation.NonNull;
import androidx.lifecycle.AndroidViewModel;
import androidx.lifecycle.LiveData;
import androidx.lifecycl... | UTF-8 | Java | 6,449 | java | PicViewModel.java | Java | [
{
"context": " case \"UID\":\n case \"username\":\n case \"NEEDLOAD\":\n ",
"end": 2914,
"score": 0.9981095194816589,
"start": 2906,
"tag": "USERNAME",
"value": "username"
},
{
"context": ",\n// \"https://pixaba... | null | [] | package com.example.simplebottomnav.viewmodel;
import android.app.Application;
import android.content.Context;
import android.content.SharedPreferences;
import android.util.Log;
import androidx.annotation.NonNull;
import androidx.lifecycle.AndroidViewModel;
import androidx.lifecycle.LiveData;
import androidx.lifecycl... | 6,420 | 0.575541 | 0.570873 | 190 | 32.826317 | 26.653456 | 138 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.589474 | false | false | 8 |
78e176c9010fd676b68c020077033808a02f58a1 | 15,427,522,553,270 | 3768258de9f1d574af3300761021b9a6a8f9d171 | /src/main/java/com/dpkgsoft/temppvp/TempPVP.java | 751f7f61fae0b70c75c5aee19660a17702d096da | [
"Apache-2.0"
] | permissive | dpkgsoft/temppvp | https://github.com/dpkgsoft/temppvp | 748db67c4b7bd5f56d5194fa86b96e33ebc870af | 48c4f16962a92dd995b2336a318949b710dda75d | refs/heads/master | 2023-02-10T12:01:41.089000 | 2021-01-12T06:31:42 | 2021-01-12T06:31:42 | 328,889,175 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.dpkgsoft.temppvp;
import org.bukkit.Bukkit;
import org.bukkit.ChatColor;
import org.bukkit.command.Command;
import org.bukkit.command.CommandSender;
import org.bukkit.configuration.file.FileConfiguration;
import org.bukkit.configuration.file.YamlConfiguration;
import org.bukkit.entity.Player;
impo... | UTF-8 | Java | 3,430 | java | TempPVP.java | Java | [
{
"context": ".bukkit.plugin.java.JavaPlugin;\r\n\r\n/**\r\n * @author @mraliscoder\r\n */\r\n\r\npublic class TempPVP extends JavaPlugin i",
"end": 522,
"score": 0.9996739625930786,
"start": 510,
"tag": "USERNAME",
"value": "@mraliscoder"
}
] | null | [] | package com.dpkgsoft.temppvp;
import org.bukkit.Bukkit;
import org.bukkit.ChatColor;
import org.bukkit.command.Command;
import org.bukkit.command.CommandSender;
import org.bukkit.configuration.file.FileConfiguration;
import org.bukkit.configuration.file.YamlConfiguration;
import org.bukkit.entity.Player;
impo... | 3,430 | 0.531778 | 0.530612 | 108 | 29.75926 | 23.991076 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.435185 | false | false | 8 |
23052130a56ce6eb0745c4bbfd2c282cd9d20540 | 22,033,182,252,733 | 588ceefeadc8d8f3bb2c005217a7157ca9fa3c0e | /Data_Structures/PermutationArrays482.java | 5f9b8dfb31bb5b2cc2db81fbc2b79a78bcef5754 | [] | no_license | HodaHisham/UVa | https://github.com/HodaHisham/UVa | 2a0e27a3ac526bde938d7a5f690538b13b2f8697 | 1a9a37d47787a7a448c8234d6c75b8ddcb09316c | refs/heads/master | 2020-08-28T23:39:26.821000 | 2017-07-31T23:40:48 | 2017-07-31T23:40:48 | 94,383,203 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package DataStructures;
import java.io.BufferedReader;
import java.io.FileReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.io.PrintWriter;
import java.util.StringTokenizer;
public class PermutationArrays482 {
public static void main(String[] args) thr... | UTF-8 | Java | 1,814 | java | PermutationArrays482.java | Java | [] | null | [] | package DataStructures;
import java.io.BufferedReader;
import java.io.FileReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.io.PrintWriter;
import java.util.StringTokenizer;
public class PermutationArrays482 {
public static void main(String[] args) thr... | 1,814 | 0.651047 | 0.646637 | 85 | 20.352942 | 18.172186 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.223529 | false | false | 8 |
32b69d17fc48bb01e1429942297dbf054570df59 | 33,225,867,026,658 | 4ecd4a6ae83bab0607bbd62466ad57183087bbbe | /src/w3resource/conditionalStatement/Exercise_2.java | f26b5492e43c688ac9bb55c05ade8cfcc4e578f6 | [] | no_license | ivenpoker/Learning-Java | https://github.com/ivenpoker/Learning-Java | 1c4c3430ce8ae3925daf5305911312e55b46d335 | 5393633286e877992839b5ec8f5084dd00c87e83 | refs/heads/master | 2021-06-21T10:26:56.288000 | 2021-02-14T19:42:34 | 2021-02-14T19:42:34 | 190,705,478 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package w3resource.conditionalStatement;
// ###########################################################################################
// # #
// # Program Purpose: Finds the root of a quadratic equation. ... | UTF-8 | Java | 2,358 | java | Exercise_2.java | Java | [
{
"context": " #\n// # Program Author : Happi Yvan <ivensteinpoker@gmail.com> ",
"end": 362,
"score": 0.9998883008956909,
"start": 352,
"tag": "NAME",
"value": "Happi Yvan"
},
{
"context": " #\n// # Program Author : Happi Y... | null | [] | package w3resource.conditionalStatement;
// ###########################################################################################
// # #
// # Program Purpose: Finds the root of a quadratic equation. ... | 2,337 | 0.45335 | 0.444869 | 58 | 39.603447 | 34.75428 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 8 |
514956e334143a9eb14bce4e7ec4f6befcab9ac4 | 13,597,866,484,194 | 89d0b429e074ceff9cdf97e81212c9e7c3742376 | /src/main/java/concesionario/datos/CitaTaller.java | 761fd6fe7d278ff520a5d6b6b519dc45816692ed | [
"Apache-2.0"
] | permissive | javimartin22/grupo07spq | https://github.com/javimartin22/grupo07spq | acf28351e1f8826f40f08f8095b1712c0ff043bd | ef43eae55a6494825f33222eaf68ea078d27153e | refs/heads/master | 2021-07-20T09:08:00.421000 | 2020-05-19T14:32:07 | 2020-05-19T14:32:07 | 250,836,198 | 0 | 1 | null | false | 2021-06-15T16:05:01 | 2020-03-28T15:58:41 | 2020-05-19T14:32:10 | 2021-06-15T16:04:59 | 1,187 | 0 | 1 | 3 | Java | false | false | package concesionario.datos;
/**
* Objeto CitaTaller
*/
public class CitaTaller {
private String nombre;
private String dniCliente;
private String fecha;
private String hora;
private String comercial;
private String problema;
/**
* Construcctor Vacio de la clase CitaTaller.
*/
public... | UTF-8 | Java | 2,737 | java | CitaTaller.java | Java | [] | null | [] | package concesionario.datos;
/**
* Objeto CitaTaller
*/
public class CitaTaller {
private String nombre;
private String dniCliente;
private String fecha;
private String hora;
private String comercial;
private String problema;
/**
* Construcctor Vacio de la clase CitaTaller.
*/
public... | 2,737 | 0.647059 | 0.647059 | 124 | 20.07258 | 17.988874 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.33871 | false | false | 8 |
c1cf1a0cfd128898f86161d744305df91e742800 | 15,925,738,765,663 | 5cc802a411ef8aa39e413901b46671c9d085fc9b | /repositories/jn/src/test/java/jn/JnTest.java | 46927bd1c24cfbde55a29d060c8521dd0f49d290 | [] | no_license | cbdyzj/lib17 | https://github.com/cbdyzj/lib17 | c3a794ae8f436dea8a66d0404b68187ba61e9463 | a1f93726f31139b93e5d64699df8d0513f4d3adf | refs/heads/master | 2022-05-02T03:35:14.215000 | 2022-04-04T14:37:33 | 2022-04-04T14:37:55 | 139,983,529 | 2 | 0 | null | false | 2021-01-09T03:16:43 | 2018-07-06T12:42:18 | 2021-01-09T03:14:58 | 2021-01-09T03:16:20 | 317 | 2 | 0 | 0 | Java | false | false | package jn;
import org.junit.jupiter.api.Test;
import static org.junit.jupiter.api.Assertions.*;
class JnTest {
@Test
public void testFibonacci() {
var jn = new Jn();
for (int n = 1; n < 9; n++) {
var expected = jn.fibonacciJava(n);
assertEquals(expected, jn.fibonacci... | UTF-8 | Java | 403 | java | JnTest.java | Java | [] | null | [] | package jn;
import org.junit.jupiter.api.Test;
import static org.junit.jupiter.api.Assertions.*;
class JnTest {
@Test
public void testFibonacci() {
var jn = new Jn();
for (int n = 1; n < 9; n++) {
var expected = jn.fibonacciJava(n);
assertEquals(expected, jn.fibonacci... | 403 | 0.578164 | 0.573201 | 18 | 21.388889 | 20.028143 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.611111 | false | false | 8 |
a628c290264afe3a929c623c4975c1f532897732 | 7,808,250,570,680 | 090cfdb3732887c292f0443a034c1b4e7b87338c | /tests/junit/MainTestForLookup.java | 99634bb698a7fbfbd2ac3e09f2b032711f7f1926 | [] | no_license | Tetr4/MiniJava | https://github.com/Tetr4/MiniJava | 62e3c708cfe66bbae33a552f511f9ad1451ebb9d | 47fe17fa5d58747f0bb928887658abf5f98ecd73 | refs/heads/master | 2020-05-13T05:03:26.708000 | 2015-10-30T17:50:31 | 2015-10-30T17:50:31 | 38,459,591 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | class MainTest{
public static void main(String[] arg0){
}
}
class Fehlerfrei{
Integer a;
binteger b;
int c;
int[] d;
}
class FehlerDoppelteVariable{
Integer a;
Integer a;
}
class FehlerDoppelteKlasse{
}
class FehlerDoppelteKlasse{
}
class FehlerDoppelteMethode{
public int a(){
return 0;
}
publ... | UTF-8 | Java | 503 | java | MainTestForLookup.java | Java | [] | null | [] | class MainTest{
public static void main(String[] arg0){
}
}
class Fehlerfrei{
Integer a;
binteger b;
int c;
int[] d;
}
class FehlerDoppelteVariable{
Integer a;
Integer a;
}
class FehlerDoppelteKlasse{
}
class FehlerDoppelteKlasse{
}
class FehlerDoppelteMethode{
public int a(){
return 0;
}
publ... | 503 | 0.646123 | 0.634195 | 46 | 9.934783 | 10.618691 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.73913 | false | false | 8 |
5764bcd6fad78369dcff5b1eedef4cbade6c27f9 | 34,308,198,806,071 | b115a0979acb42d42252b9febc5f25f1e4077993 | /src/main/java/data/PublicationInfo.java | 4086dc9b87cef775c468c2b977744005c99cff4f | [] | no_license | adam987/publications-analyzer | https://github.com/adam987/publications-analyzer | 3644470759c7164b9bc4fec9b3f8fa0f2f477b07 | b78d66b36ed56b616711bf5e548ee06f0aac3004 | refs/heads/master | 2021-01-12T09:12:43.672000 | 2016-12-18T17:45:27 | 2016-12-18T17:45:27 | 76,797,630 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package data;
import java.nio.file.Path;
import java.util.LinkedList;
import java.util.List;
import java.util.Map;
/**
* Created by adam1 on 17.12.2016.
*/
public class PublicationInfo {
private Path filePath;
private String title;
private String abstractContent;
private String keyWordsContent;
... | UTF-8 | Java | 1,754 | java | PublicationInfo.java | Java | [
{
"context": "til.List;\nimport java.util.Map;\n\n/**\n * Created by adam1 on 17.12.2016.\n */\npublic class PublicationInfo {",
"end": 140,
"score": 0.999605655670166,
"start": 135,
"tag": "USERNAME",
"value": "adam1"
}
] | null | [] | package data;
import java.nio.file.Path;
import java.util.LinkedList;
import java.util.List;
import java.util.Map;
/**
* Created by adam1 on 17.12.2016.
*/
public class PublicationInfo {
private Path filePath;
private String title;
private String abstractContent;
private String keyWordsContent;
... | 1,754 | 0.672748 | 0.667617 | 75 | 22.386667 | 20.862658 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.386667 | false | false | 8 |
44ce048a65ca6d0e3774e254cf7b7f4f2954745e | 16,192,026,746,078 | 4964ba7f163281f39d08f153095a423be7263734 | /src/main/java/tech/itpark/avito/domain/Flat.java | 5c29ac39545b268254f11ff159e26feec9665cb0 | [] | no_license | ramil-kham/rest-avito | https://github.com/ramil-kham/rest-avito | b9a2ee6021a01a6fd2d2b785c0aa0146f1226408 | b9336b7bfae4872cf87ede5897d98402502aacf1 | refs/heads/master | 2023-03-20T18:48:17.004000 | 2021-03-20T18:36:04 | 2021-03-20T18:36:04 | 348,484,492 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package tech.itpark.avito.domain;
import lombok.AllArgsConstructor;
import lombok.Data;
@AllArgsConstructor
@Data
public class Flat {
private long id;
private int rooms;
private double metricArea;
private int price;
private String address;
private String image;
private String description;... | UTF-8 | Java | 378 | java | Flat.java | Java | [] | null | [] | package tech.itpark.avito.domain;
import lombok.AllArgsConstructor;
import lombok.Data;
@AllArgsConstructor
@Data
public class Flat {
private long id;
private int rooms;
private double metricArea;
private int price;
private String address;
private String image;
private String description;... | 378 | 0.73545 | 0.73545 | 19 | 18.894737 | 11.461123 | 33 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.631579 | false | false | 8 |
1339ff1a8b3c3a9aa55ebc8325607f86772b86b6 | 16,192,026,745,127 | 9f15b36216b7de6a194efd440ff2c28ccb69689b | /src/com/tangjianghua/juc/container/collection/QueueTest.java | 3277f60de818fafeecb7bdc4266effd21ef2a620 | [] | no_license | tang-jianghua/juc | https://github.com/tang-jianghua/juc | 7204ae0c693ae3a7aa786bbc3c9d7ff44df5e244 | 2cfcb16fb2647802b76de389112aa57a3a256a13 | refs/heads/master | 2023-02-04T22:35:18.447000 | 2020-12-28T06:44:30 | 2020-12-28T06:44:30 | 272,479,790 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tangjianghua.juc.container.collection;
import java.util.Collections;
import java.util.PriorityQueue;
import java.util.Queue;
import java.util.concurrent.*;
/**
* @author tangjianghua
* @date 2020/6/24
*/
public class QueueTest {
public static void main(String[] args) {
// ArrayBlockingQueue... | UTF-8 | Java | 1,070 | java | QueueTest.java | Java | [
{
"context": "ue;\nimport java.util.concurrent.*;\n\n/**\n * @author tangjianghua\n * @date 2020/6/24\n */\npublic class QueueTest {\n\n",
"end": 197,
"score": 0.9994553923606873,
"start": 185,
"tag": "USERNAME",
"value": "tangjianghua"
}
] | null | [] | package com.tangjianghua.juc.container.collection;
import java.util.Collections;
import java.util.PriorityQueue;
import java.util.Queue;
import java.util.concurrent.*;
/**
* @author tangjianghua
* @date 2020/6/24
*/
public class QueueTest {
public static void main(String[] args) {
// ArrayBlockingQueue... | 1,070 | 0.580374 | 0.551402 | 35 | 29.571428 | 23.625998 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.542857 | false | false | 8 |
2493cc00b369e136484da8926f8eace7b7930fb8 | 34,866,544,553,843 | 90593c193c3f2337eb6712c44bf4cedfc77b599b | /cima-integration-test/citf-common/src/main/java/com/comcast/test/citf/common/cima/persistence/LogFinderDAO.java | 9e51227b0c39081671eaa9c2503adbcf7ae780b6 | [] | no_license | TanmoyChanda/iaac-demo | https://github.com/TanmoyChanda/iaac-demo | 9f721af34b7468840a3650e8ba41ba1d89800291 | fdb852e6ba29b6c5d31d16b3ecb47ac748a27db4 | refs/heads/master | 2021-04-09T15:19:07.590000 | 2018-03-22T09:51:08 | 2018-03-22T09:51:08 | 125,735,059 | 0 | 0 | null | true | 2018-03-18T14:47:08 | 2018-03-18T14:47:07 | 2018-01-24T05:50:11 | 2018-01-25T04:41:40 | 1,302 | 0 | 0 | 0 | null | false | null | package com.comcast.test.citf.common.cima.persistence;
import org.hibernate.Criteria;
import org.hibernate.criterion.Restrictions;
import org.springframework.stereotype.Repository;
import org.springframework.transaction.annotation.Transactional;
import com.comcast.test.citf.common.cima.persistence.beans.LogFin... | UTF-8 | Java | 2,634 | java | LogFinderDAO.java | Java | [
{
"context": "for retrieving application logs. \r\n * \r\n * @author Abhijit Rej (arej001c)\r\n * @since October 2015\r\n *\r\n */\r\n\r\n@R",
"end": 525,
"score": 0.9998820424079895,
"start": 514,
"tag": "NAME",
"value": "Abhijit Rej"
},
{
"context": " application logs. \r\n * \r\n ... | null | [] | package com.comcast.test.citf.common.cima.persistence;
import org.hibernate.Criteria;
import org.hibernate.criterion.Restrictions;
import org.springframework.stereotype.Repository;
import org.springframework.transaction.annotation.Transactional;
import com.comcast.test.citf.common.cima.persistence.beans.LogFin... | 2,629 | 0.6959 | 0.693242 | 78 | 31.76923 | 28.035198 | 125 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.320513 | false | false | 8 |
d7b983b570939bad11a9d1f3f6ceca58f930ea20 | 36,893,769,100,496 | c00bc909b988b600259b84f1734e436d99a6f675 | /SistemaCA/src/br/com/cacomp/domain/Contato.java | f6872922ff53ac6956e86b965ddd205b4e1391d6 | [] | no_license | beyhive16/CentroAcademico | https://github.com/beyhive16/CentroAcademico | d2da004269e9d00ee3e59c6504aeb6ca0e485048 | 9ac4c7d21bdcb6d7d56b665888de744bb640a8c7 | refs/heads/master | 2021-01-21T15:22:10.216000 | 2017-08-17T03:28:12 | 2017-08-17T03:28:12 | 95,382,862 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.cacomp.domain;
public class Contato {
private String identificacao;
private String mensagem;
public String getIdentificacao() {
return identificacao;
}
public void setIdentificacao(String identificacao) {
this.identificacao = identificacao;
}
public String getMensagem() {
return mensagem... | UTF-8 | Java | 403 | java | Contato.java | Java | [] | null | [] | package br.com.cacomp.domain;
public class Contato {
private String identificacao;
private String mensagem;
public String getIdentificacao() {
return identificacao;
}
public void setIdentificacao(String identificacao) {
this.identificacao = identificacao;
}
public String getMensagem() {
return mensagem... | 403 | 0.751861 | 0.751861 | 22 | 17.318182 | 16.518272 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.136364 | false | false | 8 |
762e0d9169a8509eef3d10d31c8c2b5f59ee869b | 33,775,622,871,049 | a943f3aa41e7f3b4bf8e10d4121fdfce99a207b9 | /LeetCode/Design_Log_Storage_System.java | 413d79b17ce92df136da52a76b08003dfa09c654 | [] | no_license | noahjpark/Algorithms | https://github.com/noahjpark/Algorithms | 3160ebce01c833de94223fc9fd90432a879cdc02 | fb4159370f96dbe48af44186b9bbe0e577ca1ce7 | refs/heads/master | 2023-06-18T21:00:35.328000 | 2021-07-14T13:40:47 | 2021-07-14T13:40:47 | 218,333,384 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | /* Noah Park
You are given several logs, where each log contains a unique ID and timestamp. Timestamp is a string that has the following format: Year:Month:Day:Hour:Minute:Second, for example, 2017:01:01:23:59:59. All domains are zero-padded decimal numbers.
Implement the LogSystem class:
LogSystem() Initializes the... | UTF-8 | Java | 2,814 | java | Design_Log_Storage_System.java | Java | [
{
"context": "/* Noah Park\n\nYou are given several logs, where each log conta",
"end": 12,
"score": 0.9990555644035339,
"start": 3,
"tag": "NAME",
"value": "Noah Park"
}
] | null | [] | /* <NAME>
You are given several logs, where each log contains a unique ID and timestamp. Timestamp is a string that has the following format: Year:Month:Day:Hour:Minute:Second, for example, 2017:01:01:23:59:59. All domains are zero-padded decimal numbers.
Implement the LogSystem class:
LogSystem() Initializes the Lo... | 2,811 | 0.593817 | 0.570718 | 65 | 42.292309 | 78.209923 | 566 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.8 | false | false | 8 |
adcaa9b350dadd69551fd3cc02d31fe103bddc54 | 6,253,472,404,795 | 948288a75a517b46b93f002cb8c2d8e25f759399 | /src/com/ddetyuk/actions/models/UserRoom.java | 03066b005662118408ef054d784509e45ef94078 | [] | no_license | ddetyuk/zdom-bot | https://github.com/ddetyuk/zdom-bot | d0e38aa69936a24afd823ae4ec1c6382cdaa9500 | 497fb1df6673c4067e44403ce3c0fad444771cfc | refs/heads/master | 2021-01-01T19:24:03.160000 | 2012-02-22T22:01:43 | 2012-02-22T22:01:43 | 3,245,653 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ddetyuk.actions.models;
import java.util.HashMap;
import javax.jdo.annotations.IdGeneratorStrategy;
import javax.jdo.annotations.IdentityType;
import javax.jdo.annotations.PersistenceCapable;
import javax.jdo.annotations.Persistent;
import javax.jdo.annotations.PrimaryKey;
import com.google.appengine.api... | UTF-8 | Java | 4,691 | java | UserRoom.java | Java | [
{
"context": "e.appengine.api.datastore.Key;\n\n/**\n * \n * @author Dmitriy Detyuk (ddetyuk@gmail.com)\n */\n@PersistenceCapable(detac",
"end": 370,
"score": 0.9998531341552734,
"start": 356,
"tag": "NAME",
"value": "Dmitriy Detyuk"
},
{
"context": "atastore.Key;\n\n/**\n * \n * @au... | null | [] | package com.ddetyuk.actions.models;
import java.util.HashMap;
import javax.jdo.annotations.IdGeneratorStrategy;
import javax.jdo.annotations.IdentityType;
import javax.jdo.annotations.PersistenceCapable;
import javax.jdo.annotations.Persistent;
import javax.jdo.annotations.PrimaryKey;
import com.google.appengine.api... | 4,673 | 0.716478 | 0.713281 | 205 | 21.882927 | 21.727266 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.653659 | false | false | 8 |
b111c1d4487d6c5b3d3eb645965f78e3a95d9400 | 16,045,997,844,332 | 933199bcfa948a85929f54ddbc4e8ca45a711bf7 | /后端代码/blog/blog-web/src/test/java/com/xiudoua/micro/service/ChannelServiceTest.java | 394d7dcf9fee1c7423196e1135c95a99d34ced54 | [] | no_license | xianhaiGitHub/blog-web | https://github.com/xianhaiGitHub/blog-web | 19f39bd687679c38658ff64035a9ddd059dbda4f | a28f9be3b7af1465b5e71535f46071af4cfacf73 | refs/heads/master | 2020-05-31T23:06:29.988000 | 2019-01-29T11:05:27 | 2019-01-29T11:05:27 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.xiudoua.micro.service;
import java.util.List;
import org.junit.Assert;
import org.junit.FixMethodOrder;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.runners.MethodSorters;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotati... | UTF-8 | Java | 3,159 | java | ChannelServiceTest.java | Java | [
{
"context": "l.ChannelVO;\n\n/**\n * \n * @desc 栏目数据单元测试\n * @author JustFresh\n * @time 2018年11月24日 下午3:43:22\n * @site http",
"end": 682,
"score": 0.742037832736969,
"start": 678,
"tag": "NAME",
"value": "Just"
},
{
"context": "nnelVO;\n\n/**\n * \n * @desc 栏目数据单元测试\n * @author Ju... | null | [] | package com.xiudoua.micro.service;
import java.util.List;
import org.junit.Assert;
import org.junit.FixMethodOrder;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.runners.MethodSorters;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotati... | 3,145 | 0.618785 | 0.61066 | 114 | 26 | 20.482769 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.45614 | false | false | 8 |
70703332b5cb3f24a59eaeeb717ebcdc6c0be081 | 21,363,167,389,795 | 515ca243af6175b867e327625fe0c53e1e4339fe | /LT_Crud/src/crud/Produto.java | 4756fceed813c80858563e2c17ac88d4d905413c | [] | no_license | luisgustavogomes/NetBeans | https://github.com/luisgustavogomes/NetBeans | abc51c79821fee72b403834022af9af1c88b234b | dbf3b7a2088a41058d8e8ba05bd80cec02ed1752 | refs/heads/master | 2021-04-26T23:43:29.061000 | 2018-03-21T23:47:01 | 2018-03-21T23:47:01 | 103,721,469 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package crud;
import java.util.Date;
import java.util.Objects;
public class Produto implements Comparable<Produto>{
private int id;
private String nome;
private double preco;
private Date data;
public Produto(int id, String nome, double preco, Date data) {
this.id = id;
this.nome... | UTF-8 | Java | 1,790 | java | Produto.java | Java | [] | null | [] | package crud;
import java.util.Date;
import java.util.Objects;
public class Produto implements Comparable<Produto>{
private int id;
private String nome;
private double preco;
private Date data;
public Produto(int id, String nome, double preco, Date data) {
this.id = id;
this.nome... | 1,790 | 0.53352 | 0.527374 | 79 | 21.658228 | 20.708273 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.455696 | false | false | 8 |
80aed658caa1d42b7b62ed2c6cff0531f65a01e6 | 35,553,739,293,375 | b899c1c0831455cc95fa75fd8ebdc18e50062947 | /src/main/java/licodipo/bean/LoginBean.java | 06691e594f7808c523c29d3a1090e677444d4a9d | [] | no_license | dtoropineiro/jsf-springsecurity-hibernate | https://github.com/dtoropineiro/jsf-springsecurity-hibernate | 7565ce48f9337d952d62b9af233d248f7c399568 | e694cf599cb400fa67b34bca596f8f92994ba4dd | refs/heads/master | 2022-12-21T18:13:15.675000 | 2019-07-29T03:15:51 | 2019-07-29T03:15:51 | 199,362,728 | 0 | 0 | null | false | 2022-12-16T00:52:45 | 2019-07-29T02:19:49 | 2019-07-29T03:17:29 | 2022-12-16T00:52:43 | 530 | 0 | 0 | 9 | JavaScript | false | false | package licodipo.bean;
import java.util.Iterator;
import javax.faces.application.FacesMessage;
import javax.faces.context.FacesContext;
import org.springframework.security.authentication.AuthenticationManager;
import org.springframework.security.authentication.UsernamePasswordAuthenticationToken;
import org.springfr... | UTF-8 | Java | 2,827 | java | LoginBean.java | Java | [
{
"context": "ng userName = null; \n private String password = null;\n private UserController userController;\n\n ",
"end": 699,
"score": 0.9777703285217285,
"start": 695,
"tag": "PASSWORD",
"value": "null"
},
{
"context": "\t public String getUserName() {\n\t retu... | null | [] | package licodipo.bean;
import java.util.Iterator;
import javax.faces.application.FacesMessage;
import javax.faces.context.FacesContext;
import org.springframework.security.authentication.AuthenticationManager;
import org.springframework.security.authentication.UsernamePasswordAuthenticationToken;
import org.springfr... | 2,833 | 0.6919 | 0.6919 | 87 | 31.494253 | 28.648031 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.942529 | false | false | 8 |
e6d249b933b4c4c2d77d39661445b29117690394 | 34,806,414,982,476 | 394773a7bd64e27bb863a71b6a001bbd75701fba | /src/main/java/net/java/web3/striple/storage/Pbkdf2EAS256.java | a9278e0003e670443e71518b6614ae981cd8b732 | [
"Apache-2.0"
] | permissive | cheme/java-striple | https://github.com/cheme/java-striple | 2b85115c7998ea837bcec9dc9553be82466d56cb | 6846e43a5910981ab5ac546ce11376c06988584b | refs/heads/master | 2021-01-10T13:35:37.942000 | 2015-06-15T11:21:40 | 2015-06-15T11:21:40 | 36,605,111 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.java.web3.striple.storage;
import net.java.web3.striple.StripleException;
import net.java.web3.striple.StripleException.StripleExceptionType;
import net.java.web3.striple.StripleMethods;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.nio.ByteBuffer;
import java.nio.channels.... | UTF-8 | Java | 4,838 | java | Pbkdf2EAS256.java | Java | [
{
"context": "eyFactory factory = SecretKeyFactory.getInstance(\"PBKDF2WithHmacSHA1\");\n\t\tKeySpec keyspec = new PBEKeySpec(pass.toChar",
"end": 1929,
"score": 0.9900710582733154,
"start": 1911,
"tag": "KEY",
"value": "PBKDF2WithHmacSHA1"
}
] | null | [] | package net.java.web3.striple.storage;
import net.java.web3.striple.StripleException;
import net.java.web3.striple.StripleException.StripleExceptionType;
import net.java.web3.striple.StripleMethods;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.nio.ByteBuffer;
import java.nio.channels.... | 4,838 | 0.740595 | 0.727987 | 132 | 35.651516 | 29.411909 | 150 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.787879 | false | false | 8 |
5c65f0ea82c8b75a0849572d040faf3fe6420cff | 6,425,271,112,726 | 4ec4a0867cebf2b889df53ed5dac59a0bcc67a3f | /test/br/edu/ifsul/testes/TestePersistirJogo.java | 2d87e2f093931207a6f2c3dc7559556d79b4b63f | [] | no_license | Bringha/TrabalhoFinalTA | https://github.com/Bringha/TrabalhoFinalTA | daaf25be4a0917e174ee49d0ec1cb09d24f96477 | 6281ef42671ad2c6e691c187e479ca32ae6b29b6 | refs/heads/master | 2016-09-01T05:08:13.762000 | 2015-06-29T02:42:07 | 2015-06-29T02:42:07 | 36,839,004 | 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 br.edu.ifsul.testes;
import br.edu.ifsul.modelo.Campeonato;
import br.edu.ifsul.modelo.Jogo;
import br.edu.ifsul.modelo.Usuari... | UTF-8 | Java | 1,712 | java | TestePersistirJogo.java | Java | [
{
"context": "port static org.junit.Assert.*;\n\n/**\n *\n * @author bringha\n */\npublic class TestePersistirJogo {\n \n En",
"end": 632,
"score": 0.9836668372154236,
"start": 625,
"tag": "USERNAME",
"value": "bringha"
},
{
"context": "rbitro(\"Gacimba\");\n obj.set... | 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 br.edu.ifsul.testes;
import br.edu.ifsul.modelo.Campeonato;
import br.edu.ifsul.modelo.Jogo;
import br.edu.ifsul.modelo.Usuari... | 1,712 | 0.630041 | 0.629456 | 66 | 24.924242 | 18.486122 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.575758 | false | false | 8 |
5a12ec0e59d20ce95aa7b3e7d7c5624c2fe2c116 | 24,464,133,747,805 | fc860f7de00e5a0ccda03ef421a84deb416dd52f | /src/main/java/biz/paluch/maven/configurator/LimitedNonClosingInputStream.java | e4055fe7ee5535e3da20b65f04d940601bb7ca1f | [
"MIT"
] | permissive | mp911de/configurator-maven-plugin | https://github.com/mp911de/configurator-maven-plugin | 772df5d20c27e03fecb8ded3325396a8dc6ed8ab | 0c306a4b1ea2b6a40eb95bc3cdcfcea99c867cf3 | refs/heads/main | 2023-06-09T08:57:33.504000 | 2014-06-03T09:10:51 | 2014-06-03T09:10:51 | 9,295,924 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* The MIT License (MIT)
* Copyright (c) 2013 Mark Paluch
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, cop... | UTF-8 | Java | 2,487 | java | LimitedNonClosingInputStream.java | Java | [
{
"context": "/*\n * The MIT License (MIT)\n * Copyright (c) 2013 Mark Paluch\n *\n * Permission is hereby granted, free of charg",
"end": 61,
"score": 0.9998065829277039,
"start": 50,
"tag": "NAME",
"value": "Mark Paluch"
},
{
"context": "n-Closing InputStream.\n * @author <a href=\... | null | [] | /*
* The MIT License (MIT)
* Copyright (c) 2013 <NAME>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, mo... | 2,466 | 0.684761 | 0.678327 | 82 | 29.329268 | 27.532267 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.585366 | false | false | 8 |
fc5f1aac591170a8eb2e761ac53e4c0ea95683c0 | 14,199,161,946,895 | fab5388db29b02133ef6d39b9c51a4701a7c54ce | /core/src/com/badlogic/gdx/utils/Json.java | dff4fd749dd6e322ef8582682046d1587ef7e61e | [] | no_license | satori87/discontinuum | https://github.com/satori87/discontinuum | 08e3680542a5b18287fc8e9118d9c2ec70365669 | 6cccd3a1cc081520eaa7f9ce374eeecb68d69008 | refs/heads/master | 2021-05-23T14:35:08.061000 | 2020-04-05T22:38:45 | 2020-04-05T22:38:45 | 253,337,366 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | //
// Decompiled by Procyon v0.5.36
//
package com.badlogic.gdx.utils;
import com.badlogic.gdx.utils.reflect.Constructor;
import java.io.InputStream;
import java.io.Reader;
import java.util.HashMap;
import java.util.Map;
import com.badlogic.gdx.utils.reflect.ArrayReflection;
import java.io.IOException;
import java.... | UTF-8 | Java | 48,970 | java | Json.java | Java | [] | null | [] | //
// Decompiled by Procyon v0.5.36
//
package com.badlogic.gdx.utils;
import com.badlogic.gdx.utils.reflect.Constructor;
import java.io.InputStream;
import java.io.Reader;
import java.util.HashMap;
import java.util.Map;
import com.badlogic.gdx.utils.reflect.ArrayReflection;
import java.io.IOException;
import java.... | 48,970 | 0.546559 | 0.543741 | 1,176 | 40.641155 | 34.555321 | 334 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.808673 | false | false | 8 |
5cbf85a9067015f0b4b86f96c1ad177c891b7520 | 30,631,706,822,581 | 733da81ac1dace5409fd9b77dd651bd3ece900ec | /src/main/java/com/example/demo/HomeController.java | 5afaafc11f1180e88d587b9bc191832bd0bc3beb | [] | no_license | nboober/PeopleAndPets_OneToMany | https://github.com/nboober/PeopleAndPets_OneToMany | 581428dbcd7b5cc00459489a7eeeee6cd9c631a0 | 139ae5200f5d52f506e7faa120365036acae4c3f | refs/heads/master | 2022-02-12T22:21:54.714000 | 2019-07-22T17:13:02 | 2019-07-22T17:13:02 | 198,252,278 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.demo;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.RequestMapping;
import java.util.HashSet;
import java.util.Set;
@Controller
public class HomeC... | UTF-8 | Java | 1,558 | java | HomeController.java | Java | [
{
"context": " Pet pet = new Pet();\n pet.setName(\"Scooby\");\n pet.setAge(6);\n pet.setAnimal(\"",
"end": 531,
"score": 0.9938880205154419,
"start": 525,
"tag": "NAME",
"value": "Scooby"
},
{
"context": "le person = new People();\n person.setName(... | null | [] | package com.example.demo;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.RequestMapping;
import java.util.HashSet;
import java.util.Set;
@Controller
public class HomeC... | 1,558 | 0.625802 | 0.6181 | 60 | 24.966667 | 18.546309 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.533333 | false | false | 8 |
2af25be63cc1b3a4c5158b5d0b5b1ec2f70a9f31 | 7,808,250,610,822 | ef17ad29fdefe45261d3e03cc3bfadf4b8ac7f3d | /src/main/java/com/finance/service/database/pairdatapointserviceutilities/DataPointAdder.java | 346e8de568f116e39a4c873833fdde658b87445c | [] | no_license | Luke1024/financial-analytics | https://github.com/Luke1024/financial-analytics | b84b3c014724d910ae40ddc66a3a375b136f327e | 0861676924fd8a4b3cc22a8f55fb55b36fcdf94d | refs/heads/master | 2022-12-12T22:28:16.751000 | 2020-09-08T16:07:11 | 2020-09-08T16:07:11 | 215,975,805 | 0 | 0 | null | false | 2020-09-06T11:40:31 | 2019-10-18T08:20:33 | 2020-06-22T10:38:12 | 2020-09-06T11:40:30 | 98,485 | 0 | 0 | 0 | TSQL | false | false | package com.finance.service.database.pairdatapointserviceutilities;
import com.finance.domain.CurrencyPair;
import com.finance.domain.CurrencyPairDataPoint;
import com.finance.repository.CurrencyPairHistoryPointRepository;
import com.finance.repository.CurrencyPairRepository;
import org.springframework.beans.factory.a... | UTF-8 | Java | 4,783 | java | DataPointAdder.java | Java | [] | null | [] | package com.finance.service.database.pairdatapointserviceutilities;
import com.finance.domain.CurrencyPair;
import com.finance.domain.CurrencyPairDataPoint;
import com.finance.repository.CurrencyPairHistoryPointRepository;
import com.finance.repository.CurrencyPairRepository;
import org.springframework.beans.factory.a... | 4,783 | 0.681999 | 0.681999 | 122 | 38.213116 | 33.646725 | 138 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.516393 | false | false | 8 |
d9b6dbb195ca5a03dcfc4355e7a514a974a5fe30 | 5,531,917,900,653 | c941e8f60a01a3776c65c009907104973b0318ad | /app/src/main/java/pro/kimd/CoService2.java | 7203b923494a92073fbe22beed007f7d7dec3139 | [] | no_license | mahighermez-ma/KimD | https://github.com/mahighermez-ma/KimD | 849e21ffedc12528da876a6d9d7f5b05bb249f8d | 0f199c5252f288f6b576fc2e808e8b037aea0dab | refs/heads/master | 2023-01-19T19:46:46.488000 | 2020-11-23T04:52:37 | 2020-11-23T04:52:37 | 315,203,686 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pro.kimd;
import android.app.Notification;
import android.app.NotificationChannel;
import android.app.NotificationManager;
import android.app.Service;
import android.content.ContentResolver;
import android.content.Context;
import android.content.Intent;
import android.database.Cursor;
import android.os.Build;
... | UTF-8 | Java | 10,672 | java | CoService2.java | Java | [
{
"context": " }\n\n\n }\n// Log.i(\"taging123\", ARRAY.toString() );\n// Toast.makeTex",
"end": 10402,
"score": 0.9957056045532227,
"start": 10393,
"tag": "USERNAME",
"value": "taging123"
}
] | null | [] | package pro.kimd;
import android.app.Notification;
import android.app.NotificationChannel;
import android.app.NotificationManager;
import android.app.Service;
import android.content.ContentResolver;
import android.content.Context;
import android.content.Intent;
import android.database.Cursor;
import android.os.Build;
... | 10,672 | 0.531672 | 0.527642 | 235 | 44.408512 | 37.814823 | 222 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.753191 | false | false | 8 |
c11ea7c2c885a75afa939b174055b8197d17b40b | 16,209,206,597,001 | 13cbb329807224bd736ff0ac38fd731eb6739389 | /com/sun/corba/se/impl/dynamicany/DynStructImpl.java | 03130578bed9de84a89d168120dfa202fc6af16c | [] | no_license | ZhipingLi/rt-source | https://github.com/ZhipingLi/rt-source | 5e2537ed5f25d9ba9a0f8009ff8eeca33930564c | 1a70a036a07b2c6b8a2aac6f71964192c89aae3c | refs/heads/master | 2023-07-14T15:00:33.100000 | 2021-09-01T04:49:04 | 2021-09-01T04:49:04 | 401,933,858 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sun.corba.se.impl.dynamicany;
import com.sun.corba.se.spi.orb.ORB;
import java.io.Serializable;
import org.omg.CORBA.Any;
import org.omg.CORBA.Object;
import org.omg.CORBA.TCKind;
import org.omg.CORBA.TypeCode;
import org.omg.DynamicAny.DynAny;
import org.omg.DynamicAny.DynAnyPackage.InvalidValue;
import o... | UTF-8 | Java | 1,446 | java | DynStructImpl.java | Java | [] | null | [] | package com.sun.corba.se.impl.dynamicany;
import com.sun.corba.se.spi.orb.ORB;
import java.io.Serializable;
import org.omg.CORBA.Any;
import org.omg.CORBA.Object;
import org.omg.CORBA.TCKind;
import org.omg.CORBA.TypeCode;
import org.omg.DynamicAny.DynAny;
import org.omg.DynamicAny.DynAnyPackage.InvalidValue;
import o... | 1,446 | 0.73444 | 0.72545 | 45 | 31.155556 | 27.722399 | 126 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.688889 | false | false | 8 |
f088779e4892564fbd1f70e51798fa68d03889d7 | 13,821,204,805,825 | af0daa282b807dcf9b2dc83a85bcc47ad22a4b3c | /src/controller/controller.java | ea177415a30caca2f2ae7b54ade8544885d470e2 | [] | no_license | wrsf89/- | https://github.com/wrsf89/- | 1c2cbf0c773390a5611324adc2447762e15db5a0 | d1999f1e09494ae1c46976015c71b5c641b9038c | refs/heads/master | 2023-04-19T20:43:35.827000 | 2022-09-23T05:41:08 | 2022-09-23T05:41:08 | 354,726,992 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package controller;
import java.io.IOException;
import java.util.ArrayList;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.htt... | UTF-8 | Java | 4,608 | java | controller.java | Java | [] | null | [] | package controller;
import java.io.IOException;
import java.util.ArrayList;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.htt... | 4,608 | 0.709635 | 0.708767 | 122 | 35.770493 | 25.921947 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.098361 | false | false | 8 |
2aeede92a7614e8c6da94a2987ed05beef3f02bd | 14,714,557,971,093 | c681cdcaeea6d22d49d2089fc59e9cf10c01716f | /RM4I_2019_2020/p07_SSL_Sockets/p04_handshake_extra/HandshakeServer.java | 663190de973ef10c0348ef8a4b0e0d7d9092d9e8 | [
"MIT"
] | permissive | MATF-Computer-Networks/RM-4I-2019-2020 | https://github.com/MATF-Computer-Networks/RM-4I-2019-2020 | 6582a4303162a7cf6840beed64c9e6dd330652fb | c6f2abdc4a47353f1d67948c1195734e27459f96 | refs/heads/master | 2020-08-11T18:39:10.028000 | 2020-05-10T11:25:09 | 2020-05-10T11:25:09 | 214,609,565 | 1 | 12 | MIT | false | 2020-05-10T11:25:10 | 2019-10-12T08:29:54 | 2020-01-17T00:05:03 | 2020-05-10T11:25:10 | 169 | 1 | 7 | 0 | Java | false | false | package p04_handshake_extra;
import java.net.*;
import java.io.*;
import java.nio.charset.StandardCharsets;
import javax.net.ssl.*;
// Secure echo server
class HandshakeServer {
private final static int SSL_ECHO_PORT = 7000;
// Paths to key store and trust store files and their passwords
private final static St... | UTF-8 | Java | 2,781 | java | HandshakeServer.java | Java | [
{
"context": "ver.jks\";\n\tprivate final static String KS_PASS = \"changeit\";\n\tprivate final static String TS_PATH = \"clients",
"end": 397,
"score": 0.9993507862091064,
"start": 389,
"tag": "PASSWORD",
"value": "changeit"
},
{
"context": "nts.jks\";\n\tprivate final static Strin... | null | [] | package p04_handshake_extra;
import java.net.*;
import java.io.*;
import java.nio.charset.StandardCharsets;
import javax.net.ssl.*;
// Secure echo server
class HandshakeServer {
private final static int SSL_ECHO_PORT = 7000;
// Paths to key store and trust store files and their passwords
private final static St... | 2,785 | 0.675656 | 0.67242 | 109 | 24.513762 | 25.420361 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.541284 | false | false | 8 |
7e50ef54cddef2dfa4aec986ff4277fc9422b933 | 31,490,700,228,675 | e9a3046cbebed0dcd42d1381ebe4d94b304b80a3 | /app/src/main/java/com/example/news/application/NewsApplication.java | 992fcc2619a75e06d3c0aefbe519a37d386333f3 | [] | no_license | vladbakalo/News | https://github.com/vladbakalo/News | 9a94083d67a7411558a27464206d75bd63d45651 | 3fc3b96b816932ac0c378c8360176d7f636b5fce | refs/heads/master | 2022-04-09T13:13:44.318000 | 2020-02-24T11:35:45 | 2020-02-24T11:35:45 | 115,251,821 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.news.application;
import android.app.Application;
import com.example.news.dagger.component.AppComponent;
import com.example.news.dagger.component.DaggerAppComponent;
import com.example.news.dagger.module.ApiModule;
import com.example.news.dagger.module.AppModule;
import com.facebook.FacebookSdk;
i... | UTF-8 | Java | 946 | java | NewsApplication.java | Java | [] | null | [] | package com.example.news.application;
import android.app.Application;
import com.example.news.dagger.component.AppComponent;
import com.example.news.dagger.component.DaggerAppComponent;
import com.example.news.dagger.module.ApiModule;
import com.example.news.dagger.module.AppModule;
import com.facebook.FacebookSdk;
i... | 946 | 0.714588 | 0.714588 | 34 | 26.82353 | 21.62579 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.411765 | false | false | 8 |
b0b8275596ca62667bf61c4eb372b2483c2b81d6 | 35,072,702,939,583 | 4131c163521ddc841fae32c9ff5011b503885e10 | /Blog/src/DAO_Interface/ArticleDao.java | ad6101e4491d8a5da8bf94f0b25b63c165f3dc52 | [] | no_license | Wsj090936/MyBlog | https://github.com/Wsj090936/MyBlog | 76857fec24fdfda9c1f918df30a0ceb525c95947 | 0e517cad7e426f31aba5c98bffe421abe7401310 | refs/heads/master | 2021-01-19T12:23:18.612000 | 2017-09-14T12:07:46 | 2017-09-14T12:07:46 | 100,781,087 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package DAO_Interface;
import java.util.List;
import domain.Article;
public interface ArticleDao {
/**
* 根据用户名查找该用户发表的所有文章
* @param username
* @return
*/
public List<Article> findAllArticles();
/**
* 添加文章
* @param article
*/
public void publishArticle(Article article);
/**
* 根据id找到文章
* @param ... | GB18030 | Java | 853 | java | ArticleDao.java | Java | [] | null | [] | package DAO_Interface;
import java.util.List;
import domain.Article;
public interface ArticleDao {
/**
* 根据用户名查找该用户发表的所有文章
* @param username
* @return
*/
public List<Article> findAllArticles();
/**
* 添加文章
* @param article
*/
public void publishArticle(Article article);
/**
* 根据id找到文章
* @param ... | 853 | 0.6502 | 0.6502 | 47 | 14.936171 | 14.196799 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.06383 | false | false | 8 |
b334b9d5befa9ec394b0c7a4af70719a401ef7b3 | 10,934,986,796,878 | 7b2dcca1db6280616ccba04ad0b8b1a980891eb2 | /vector_sum/SomaVetores.java | d071334a2394e6981c0c553010079e3c8f7493b5 | [] | no_license | silviomm/concurrent-programming | https://github.com/silviomm/concurrent-programming | 635f26e3ff088e968a59ce7c9400da1cdc7fc840 | 63a062d604e74df672914551f3bd65256192ef04 | refs/heads/master | 2020-06-23T14:08:11.964000 | 2019-07-29T08:50:40 | 2019-07-29T08:50:40 | 198,645,111 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Scanner;
public class SomaVetores {
private static int nthreads;
private static int tam;
public static void main(String[] args) throws InterruptedException {
Scanner in = new Scanner(System.in);
System.out.println("Tamanho do vetor...");
tam = in.nextInt();
System.out.println("Num... | UTF-8 | Java | 1,501 | java | SomaVetores.java | Java | [] | null | [] | import java.util.Scanner;
public class SomaVetores {
private static int nthreads;
private static int tam;
public static void main(String[] args) throws InterruptedException {
Scanner in = new Scanner(System.in);
System.out.println("Tamanho do vetor...");
tam = in.nextInt();
System.out.println("Num... | 1,501 | 0.620253 | 0.616922 | 68 | 21.07353 | 19.744184 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.132353 | false | false | 8 |
97255acbb9c063e5a4ffb5acfb2953edadcc9a81 | 33,921,651,710,535 | 9a6ea6087367965359d644665b8d244982d1b8b6 | /src/main/java/X/C02360Br.java | aa23dd9477713827d8fdaa659a591d825bb2b6c2 | [] | no_license | technocode/com.wa_2.21.2 | https://github.com/technocode/com.wa_2.21.2 | a3dd842758ff54f207f1640531374d3da132b1d2 | 3c4b6f3c7bdef7c1523c06d5bd9a90b83acc80f9 | refs/heads/master | 2023-02-12T11:20:28.666000 | 2021-01-14T10:22:21 | 2021-01-14T10:22:21 | 329,578,591 | 2 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package X;
import android.os.Handler;
import android.os.Message;
import android.util.Base64;
import com.whatsapp.jid.DeviceJid;
import com.whatsapp.jid.Jid;
import com.whatsapp.jid.UserJid;
import com.whatsapp.jobqueue.job.SendWebForwardJob;
import com.whatsapp.util.Log;
import java.util.ArrayList;
import java.util.Co... | UTF-8 | Java | 14,921 | java | C02360Br.java | Java | [] | null | [] | package X;
import android.os.Handler;
import android.os.Message;
import android.util.Base64;
import com.whatsapp.jid.DeviceJid;
import com.whatsapp.jid.Jid;
import com.whatsapp.jid.UserJid;
import com.whatsapp.jobqueue.job.SendWebForwardJob;
import com.whatsapp.util.Log;
import java.util.ArrayList;
import java.util.Co... | 14,921 | 0.556799 | 0.450908 | 367 | 39.656677 | 34.957924 | 339 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.237057 | false | false | 8 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.