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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
91b873eb85df7372e8b4436137a07508cc19b09f | 32,590,211,870,099 | 3a54ed657be66e74f4667acda667b37331c44f84 | /src/main/java/t110_t119/Solution118.java | 7521bd4732de09ef650befb4a5db7832887f8cab | [] | no_license | chenmiao1991/leetcode-demo | https://github.com/chenmiao1991/leetcode-demo | db47bb325103ba2674f900ae4f87cc29d0b889ec | 510eb5c33317ae03eeb092b7018d10dcec19c6e3 | refs/heads/master | 2020-09-20T00:03:00.800000 | 2020-01-22T08:04:11 | 2020-01-22T08:04:11 | 224,328,679 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package t110_t119;
import java.util.ArrayList;
import java.util.List;
/**
* 杨辉三角
*
* @author chenmiao
*
*/
public class Solution118 {
public List<List<Integer>> generate(int numRows) {
List<List<Integer>> list1=new ArrayList<List<Integer>>();
if(numRows==0) {
return list1;
}
List<Integer> list2=ne... | UTF-8 | Java | 1,103 | java | Solution118.java | Java | [
{
"context": "import java.util.List;\n\n/**\n * 杨辉三角\n * \n * @author chenmiao\n * \n */\npublic class Solution118 {\n\n\tpublic List<",
"end": 107,
"score": 0.9982696175575256,
"start": 99,
"tag": "USERNAME",
"value": "chenmiao"
}
] | null | [] | package t110_t119;
import java.util.ArrayList;
import java.util.List;
/**
* 杨辉三角
*
* @author chenmiao
*
*/
public class Solution118 {
public List<List<Integer>> generate(int numRows) {
List<List<Integer>> list1=new ArrayList<List<Integer>>();
if(numRows==0) {
return list1;
}
List<Integer> list2=ne... | 1,103 | 0.616805 | 0.56602 | 57 | 18 | 15.926366 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.175439 | false | false | 7 |
5ffb326d794d8d021d032cf2eb2b3416488d9073 | 27,109,833,624,853 | baadfb22216098d09abfdb1f98f14ab1785ad9a9 | /learn/src/main/java/com/river/rbac/mapper/PermissionMapper.java | 6d6f8420c9b9912e2eb98aafc56bf041a03355d5 | [] | no_license | RiverDulingjiang/learnDemo | https://github.com/RiverDulingjiang/learnDemo | 2be9b7109d91b41958c3d495a8e202fae03abf63 | 62d4444a0f595bf2ef1b4b86fa40479906a2154e | refs/heads/master | 2021-08-22T03:14:28.136000 | 2018-11-16T02:12:03 | 2018-11-16T02:12:03 | 145,266,809 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.river.rbac.mapper;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import com.river.rbac.bean.PermissionBean;
/**
* 权限映射表
* @author River
* @date 2018年9月5日
*/
public interface PermissionMapper {
/**
* 根据角色获取权限
* @Description: TODO
* @date 2018年9月5日
* @pa... | UTF-8 | Java | 463 | java | PermissionMapper.java | Java | [
{
"context": ".bean.PermissionBean;\r\n\r\n/**\r\n * 权限映射表\r\n * @author River\r\n * @date 2018年9月5日\r\n */\r\npublic interface Permis",
"end": 184,
"score": 0.794648289680481,
"start": 179,
"tag": "USERNAME",
"value": "River"
}
] | null | [] | package com.river.rbac.mapper;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import com.river.rbac.bean.PermissionBean;
/**
* 权限映射表
* @author River
* @date 2018年9月5日
*/
public interface PermissionMapper {
/**
* 根据角色获取权限
* @Description: TODO
* @date 2018年9月5日
* @pa... | 463 | 0.668235 | 0.64 | 23 | 16.47826 | 17.504955 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.565217 | false | false | 7 |
1106d3d2e89a458294f8f8e0cc6197748a114258 | 34,127,810,186,923 | c56cd4b04c3838a5cf5c23bb03f1883cf56ed9a6 | /Java_1001_1.java | 125b6efe9126b7dada35a969ead9aba89ac75d99 | [] | no_license | SEYEON-PARK/Java_1001_1 | https://github.com/SEYEON-PARK/Java_1001_1 | d361f0e8a34b556f210b3333858f673ca57d12f8 | e1fcbe553ae4a5e5d46e2890b7f0a456c2bac5fb | refs/heads/main | 2023-05-07T04:49:19.421000 | 2021-05-24T15:49:24 | 2021-05-24T15:49:24 | 370,095,144 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
두 정수 A와 B를 입력받은 다음, A-B를 출력하는 프로그램을 작성하시오.
첫째 줄에 A와 B가 주어진다. (0 < A, B < 10)
첫째 줄에 A-B를 출력한다.
*/
import java.util.Scanner; // 스캐너를 사용하기 위해
public class Main{ // Main 클래스 정의
public static void main(String[] args){ // main() 메소드 시작
Scanner scanner = new Scanner(System.in); // 스캐너 scanner 생성
int... | UTF-8 | Java | 768 | java | Java_1001_1.java | Java | [] | null | [] | /*
두 정수 A와 B를 입력받은 다음, A-B를 출력하는 프로그램을 작성하시오.
첫째 줄에 A와 B가 주어진다. (0 < A, B < 10)
첫째 줄에 A-B를 출력한다.
*/
import java.util.Scanner; // 스캐너를 사용하기 위해
public class Main{ // Main 클래스 정의
public static void main(String[] args){ // main() 메소드 시작
Scanner scanner = new Scanner(System.in); // 스캐너 scanner 생성
int... | 768 | 0.553114 | 0.547619 | 23 | 22.73913 | 21.217747 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.434783 | false | false | 7 |
3df79c7aa7e40000c1db93790c29c51ad1f9a67c | 11,003,706,232,084 | e445bcf0c8f092a008c7a9416637ca55b6682b91 | /src/test/java/com/mainPack/EndTest.java | 1f9524b6771914f8671c54a1c1dc499c9aef5541 | [] | no_license | Inald/Frogger-Refactoring-2019 | https://github.com/Inald/Frogger-Refactoring-2019 | 57bc70865aa2cae4971eeb5d2bce6240c1c4473f | bb79b84137749ec0da463ba34e1e21e830502fd7 | refs/heads/master | 2021-04-23T22:16:04.191000 | 2019-12-18T17:43:33 | 2019-12-18T17:43:33 | 250,017,581 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mainPack;
import com.mainPack.background.End;
import javafx.scene.image.Image;
import org.junit.jupiter.api.Test;
import org.testfx.assertions.api.Assertions;
class EndTest {
private String filePath = "file:src/main/resources";
@Test
public void TestSetEnd(){
Image state;
End... | UTF-8 | Java | 708 | java | EndTest.java | Java | [] | null | [] | package com.mainPack;
import com.mainPack.background.End;
import javafx.scene.image.Image;
import org.junit.jupiter.api.Test;
import org.testfx.assertions.api.Assertions;
class EndTest {
private String filePath = "file:src/main/resources";
@Test
public void TestSetEnd(){
Image state;
End... | 708 | 0.649718 | 0.644068 | 31 | 21.870968 | 18.452627 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.580645 | false | false | 7 |
a6f55d6ccbf577d9c07cbe692d5ed7fdfee67e12 | 25,331,717,124,801 | 8b03806f33edcf5f425de71b193f99ab20844ab1 | /src/day46_ConstructorCalls/ConsturctorCalls2.java | 4281b76d0c4fbd1eafe885e793d6a8dddde419c5 | [] | no_license | Igruss/javanizm | https://github.com/Igruss/javanizm | 7968d92f89027abc7863845e971379aabb054ec7 | e3d620e3eb6f017400eb7b94e4a6d7ec7db4fcaa | refs/heads/master | 2023-02-08T01:12:47.320000 | 2020-12-30T23:50:38 | 2020-12-30T23:50:38 | 284,542,275 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package day46_ConstructorCalls;
public class ConsturctorCalls2 {
public ConsturctorCalls2(){
System.out.println("A");
}
public ConsturctorCalls2(int a){
this();// Calling default constructor
System.out.println("B");
}
public ConsturctorCalls2 (String str){
this(... | UTF-8 | Java | 699 | java | ConsturctorCalls2.java | Java | [] | null | [] | package day46_ConstructorCalls;
public class ConsturctorCalls2 {
public ConsturctorCalls2(){
System.out.println("A");
}
public ConsturctorCalls2(int a){
this();// Calling default constructor
System.out.println("B");
}
public ConsturctorCalls2 (String str){
this(... | 699 | 0.583691 | 0.566524 | 41 | 16.04878 | 17.991802 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.268293 | false | false | 7 |
800f76a0e147c0d3aa79441144bb1eb12df4671e | 13,795,434,961,651 | d78e76f93121c05e3c28b22e2ec5c50fc78d537f | /saturn-console-core/src/main/java/com/vip/saturn/job/console/domain/NamespaceDomainInfo.java | 686476e4507b759717941781d3c9bd21da732dde | [
"Apache-2.0"
] | permissive | coderLinJ5945/Saturn | https://github.com/coderLinJ5945/Saturn | e4c25a10db2820527d1e9dfb4c8c919210902add | 72f95ef5719eec3c539aed045faa0eb4eca86295 | refs/heads/develop | 2020-03-20T13:39:59.894000 | 2018-08-10T03:05:32 | 2018-08-10T03:05:32 | 137,462,466 | 1 | 0 | Apache-2.0 | true | 2018-08-08T02:30:06 | 2018-06-15T08:34:30 | 2018-06-26T10:05:02 | 2018-08-08T02:30:06 | 29,413 | 1 | 0 | 0 | Java | false | null | package com.vip.saturn.job.console.domain;
public class NamespaceDomainInfo {
private String namespace;
private String content;
private String zkCluster;
public String getNamespace() {
return namespace;
}
public void setNamespace(String namespace) {
this.namespace = namespa... | UTF-8 | Java | 1,551 | java | NamespaceDomainInfo.java | Java | [] | null | [] | package com.vip.saturn.job.console.domain;
public class NamespaceDomainInfo {
private String namespace;
private String content;
private String zkCluster;
public String getNamespace() {
return namespace;
}
public void setNamespace(String namespace) {
this.namespace = namespa... | 1,551 | 0.580916 | 0.576402 | 62 | 24.016129 | 24.740259 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.354839 | false | false | 7 |
b6713adacdd0a5b201ac1fc170870cd12382d556 | 26,886,495,284,712 | 3f4e30f58b171263377c73b762bc11bd6a4a7698 | /src/com/zz/bglayer/MapRender.java | e862acd7ee5d0505fe28c42c81f3e958d23111b6 | [] | no_license | ZeoVan/WebMapping | https://github.com/ZeoVan/WebMapping | b50258f88cca592b4875e27f017b8657efb04939 | 9cbb0f41c76fc3f2daed9eb367bb6f55bc427037 | refs/heads/master | 2020-05-30T19:19:47.986000 | 2019-10-27T06:53:12 | 2019-10-27T06:53:12 | 189,919,456 | 3 | 0 | null | false | 2020-09-09T04:43:57 | 2019-06-03T02:11:33 | 2019-10-27T06:56:07 | 2020-09-09T04:43:56 | 107,553 | 1 | 0 | 4 | HTML | false | false | package com.zz.bglayer;
import java.awt.*;
import java.awt.geom.*;
import java.io.*;
import java.util.*; //import java.lang.*;
import com.sun.image.codec.jpeg.JPEGCodec;
import com.sun.image.codec.jpeg.JPEGImageEncoder;
import com.zz.util.JUtil;
//import java.awt.font.*;
import java.awt.image.*;
import javax.im... | UTF-8 | Java | 10,746 | java | MapRender.java | Java | [
{
"context": "eoRegion;\n\n/**\n * 引擎最外层接口,提供对外界各种方法\n * \n * @author L J\n * @version 1.0\n */\npublic class MapRender {\n\n\t//",
"end": 414,
"score": 0.9990439414978027,
"start": 411,
"tag": "NAME",
"value": "L J"
}
] | null | [] | package com.zz.bglayer;
import java.awt.*;
import java.awt.geom.*;
import java.io.*;
import java.util.*; //import java.lang.*;
import com.sun.image.codec.jpeg.JPEGCodec;
import com.sun.image.codec.jpeg.JPEGImageEncoder;
import com.zz.util.JUtil;
//import java.awt.font.*;
import java.awt.image.*;
import javax.im... | 10,746 | 0.637003 | 0.626906 | 401 | 24.19202 | 21.138906 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.177057 | false | false | 7 |
a7247b2df907d69f31ee4533f479f3deceaa88e2 | 23,648,089,959,239 | ff90b0f221f682e241c4e3387871c62ac747d450 | /src/judlaw/model/persistence/dbmanager/law/NormaManager.java | 4ce99be6d00fde71cf4cec087c10ed2ef2f6b81f | [] | no_license | halxy/judlaw | https://github.com/halxy/judlaw | 708187fbd22f2e7e0fa23ade43998b0ae61b5dd9 | 301ad1d67461dded8b76547d0a6f1ca1a3644586 | refs/heads/master | 2016-09-16T11:06:59.753000 | 2010-05-30T17:40:31 | 2010-05-30T17:40:31 | 32,520,170 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Universidade Federal de Campina Grande
* Centro de Engenharia Eletrica e Informatica
* Programa de Pos-Graduacao em Ciencia da Computacao
* Sistema JudLaw
* Mestrando: Halley Freitas
*/
package judlaw.model.persistence.dbmanager.law;
import java.util.List;
import judlaw.model.bean.law.Elemento... | ISO-8859-1 | Java | 6,647 | java | NormaManager.java | Java | [
{
"context": "ia da Computacao\r\n * Sistema JudLaw\r\n * Mestrando: Halley Freitas\t\r\n */\r\npackage judlaw.model.persistence.dbmanager",
"end": 198,
"score": 0.9999005794525146,
"start": 184,
"tag": "NAME",
"value": "Halley Freitas"
},
{
"context": "peracoes no banco de dados das... | null | [] | /*
* Universidade Federal de Campina Grande
* Centro de Engenharia Eletrica e Informatica
* Programa de Pos-Graduacao em Ciencia da Computacao
* Sistema JudLaw
* Mestrando: <NAME>
*/
package judlaw.model.persistence.dbmanager.law;
import java.util.List;
import judlaw.model.bean.law.ElementoNorma;
... | 6,631 | 0.647068 | 0.646465 | 202 | 30.836634 | 26.401096 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.10396 | false | false | 7 |
8a5c50e7a0e0081c719426e54e362d9ae4e69604 | 28,862,180,289,974 | 066c3640aa155279b0b259f12f8fd926b8e9e72a | /emms_GXDD/core/com/knight/core/web/action/BaseAction.java | a22e87b10d66cde4c1cf21b81da4bfd28404ecba | [] | no_license | zjt0428/emms_GXDD | https://github.com/zjt0428/emms_GXDD | 3eebe850533357e7e43858120cfa58a55d797f7c | 9dd7af521efa613c9bba3ce8f7e1c706d8b94a50 | refs/heads/master | 2020-09-13T18:09:00.499000 | 2019-11-20T07:56:23 | 2019-11-20T07:56:23 | 222,864,042 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* 版权所有:厦门市巨龙软件工程有限公司
* Copyright 2010 Xiamen Dragon Software Eng. Co. Ltd.
* All right reserved.
*====================================================
* 文件名称: BaseAction.java
* 修订记录:
* No 日期 作者(操作:具体内容)
* 1. 2010-12-25 Administrator(创建:创建文件)
*====================================================... | UTF-8 | Java | 5,032 | java | BaseAction.java | Java | [
{
"context": "n\n * @Description:TODO(这里用一句话描述这个类的作用)\n * @author:chenxy\n * @date 2011-8-24 上午9:56:28\n * @since JDK Versio",
"end": 1390,
"score": 0.9994275569915771,
"start": 1384,
"tag": "USERNAME",
"value": "chenxy"
},
{
"context": "put(\"mobile\",mobile);\n\t\t secParam.put(\"... | null | [] | /**
* 版权所有:厦门市巨龙软件工程有限公司
* Copyright 2010 Xiamen Dragon Software Eng. Co. Ltd.
* All right reserved.
*====================================================
* 文件名称: BaseAction.java
* 修订记录:
* No 日期 作者(操作:具体内容)
* 1. 2010-12-25 Administrator(创建:创建文件)
*====================================================... | 5,034 | 0.72498 | 0.717596 | 179 | 26.240223 | 24.201744 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.547486 | false | false | 7 |
e82d061d6c41e0e5a660d3c4905a6841ea78b210 | 3,539,053,079,559 | 4f3447a5f65d780170a980938a8457e0afd61343 | /src/main/java/org/barcodeapi/server/admin/ConfigReloadHandler.java | 3965a55233167cf6c27b43bdeb7b12ad1c533c1d | [
"Apache-2.0"
] | permissive | BarcodeAPI/server | https://github.com/BarcodeAPI/server | 8416bb70bf3f2baf940684f8c069ccd1d2e8cd1c | d30b7477016edee59843c97c47bbfe6225004d1c | refs/heads/master | 2023-06-27T07:27:16.832000 | 2023-05-29T18:02:03 | 2023-05-29T18:02:03 | 245,997,520 | 14 | 5 | NOASSERTION | false | 2023-06-13T22:57:32 | 2020-03-09T09:47:25 | 2023-06-10T22:39:34 | 2023-06-13T22:57:28 | 453 | 8 | 3 | 3 | Java | false | false | package org.barcodeapi.server.admin;
import java.io.IOException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.barcodeapi.server.core.Authlist;
import org.barcodeapi.server.core.Blacklist;
import org.barcodeapi.server.core.RestHandler;
import org.json.JSONExc... | UTF-8 | Java | 829 | java | ConfigReloadHandler.java | Java | [] | null | [] | package org.barcodeapi.server.admin;
import java.io.IOException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.barcodeapi.server.core.Authlist;
import org.barcodeapi.server.core.Blacklist;
import org.barcodeapi.server.core.RestHandler;
import org.json.JSONExc... | 829 | 0.784077 | 0.782871 | 32 | 24.90625 | 22.740877 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.3125 | false | false | 7 |
2eada7318807ba8167be4f56b3a154ce85819d1f | 12,008,728,607,438 | d6e09c55c5709e4df817edbfa9d41d6531148cad | /src/main/java/pl/put/poznan/transformer/logic/models/scenarios/items/StepForEach.java | b65784e72b08a0cf04cd837c009029db88ed1700 | [] | no_license | wojtek-rak/ScenarioQualityChecker | https://github.com/wojtek-rak/ScenarioQualityChecker | 85803f0b4ded107bff90f71bf2c2ece74296d91f | 59dbe275bc54105d5997a05190c2e97f0bbc9ff5 | refs/heads/master | 2020-08-31T04:21:15.520000 | 2020-01-13T10:24:41 | 2020-01-13T10:24:41 | 218,586,640 | 0 | 1 | null | false | 2020-01-13T12:51:36 | 2019-10-30T17:39:49 | 2020-01-13T10:24:45 | 2020-01-13T12:51:35 | 132 | 0 | 0 | 1 | Java | false | false | package pl.put.poznan.transformer.logic.models.scenarios.items;
import pl.put.poznan.transformer.logic.abstraction.ScenarioStep;
import pl.put.poznan.transformer.logic.models.scenarios.Scenario;
import java.util.ArrayList;
import java.util.List;
public class StepForEach extends ScenarioStep {
public String item;... | UTF-8 | Java | 805 | java | StepForEach.java | Java | [] | null | [] | package pl.put.poznan.transformer.logic.models.scenarios.items;
import pl.put.poznan.transformer.logic.abstraction.ScenarioStep;
import pl.put.poznan.transformer.logic.models.scenarios.Scenario;
import java.util.ArrayList;
import java.util.List;
public class StepForEach extends ScenarioStep {
public String item;... | 805 | 0.710559 | 0.709317 | 29 | 26.758621 | 22.86792 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.551724 | false | false | 7 |
63f641a3e637fb5db6fe60b678a096c8de499cfb | 16,767,552,375,102 | f09996a2a8aad48f73a20a2a68aadc6940c3409d | /SSHChat/src/sshchat/Client.java | 1314b58f4e0903885e76135c96c240785242eef8 | [] | no_license | marwankallal/SSHChat | https://github.com/marwankallal/SSHChat | 969d6833ede31e16559b2704eb808d52463a1745 | bff9460ee0fb2e259c2ecb4cb7c37c3aaa6f4e93 | refs/heads/master | 2021-03-12T22:12:55.969000 | 2014-06-28T19:25:05 | 2014-06-28T19:25:05 | 21,309,356 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package sshchat;
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
/**
*
* @author marwankallal
*/
import java.net.*;
import java.security.KeyManagementException;
import java.security.KeyStore;
import java.security.KeyStoreException;
import java.security.NoSuchAlgo... | UTF-8 | Java | 5,306 | java | Client.java | Java | [
{
"context": "the template in the editor.\n */\n\n/**\n *\n * @author marwankallal\n */\nimport java.net.*;\nimport java.security.KeyMa",
"end": 149,
"score": 0.9967374801635742,
"start": 137,
"tag": "USERNAME",
"value": "marwankallal"
},
{
"context": " {\n \n ... | null | [] | package sshchat;
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
/**
*
* @author marwankallal
*/
import java.net.*;
import java.security.KeyManagementException;
import java.security.KeyStore;
import java.security.KeyStoreException;
import java.security.NoSuchAlgo... | 5,306 | 0.531285 | 0.529966 | 184 | 27.836956 | 20.322016 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.445652 | false | false | 7 |
8781b2777b48df0aa7e152fbb720da5495d8dcd4 | 9,156,870,308,042 | 6f4bf834c21a2fc3a3cfcbea82555bc1ebae9d1a | /com/ml/nn/LstmBlock.java | 39d6dbe7a0a5ccfaa42a4eb7eb847bdca192215d | [] | no_license | jakic12/Text-LSTM | https://github.com/jakic12/Text-LSTM | fcb06c0ef7dba66147dd025955d6e0c7b9cf52e4 | 01dd06fca0f0dbf0625a23d704edc759f9d4732d | refs/heads/master | 2021-06-26T18:30:08.564000 | 2020-12-22T11:03:37 | 2020-12-22T11:03:37 | 175,435,530 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ml.nn;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.Arrays;
import com.ml.data.DataManager;
import com.ml.math.*;
import com.ml.other.ProgressHandler;
/**
* abstaction for binding an lstmchain with its dataset, for easier usage (no
* manual data transformation needed)
*/
p... | UTF-8 | Java | 7,907 | java | LstmBlock.java | Java | [] | null | [] | package com.ml.nn;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.Arrays;
import com.ml.data.DataManager;
import com.ml.math.*;
import com.ml.other.ProgressHandler;
/**
* abstaction for binding an lstmchain with its dataset, for easier usage (no
* manual data transformation needed)
*/
p... | 7,907 | 0.622107 | 0.62021 | 204 | 37.764706 | 34.161003 | 146 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.627451 | false | false | 7 |
9cd0a9e7944dc32d45c29e952390d699497a396c | 22,179,211,167,294 | 5ab9a641453dabe3d5ce42b900493379e3e6b18e | /src/main/java/org/miniserver/core/exceptions/ContainerExeception.java | 641a3c6cff6e21f9063e08f8e31784890462d703 | [] | no_license | guanxwei/MiniServer | https://github.com/guanxwei/MiniServer | 35054530492bc0f318f2bdcd373584b7b05cadda | c605bc5bb8f3acd965b3bf750319e6a7372f7e6a | refs/heads/master | 2016-09-14T03:25:03.119000 | 2016-04-28T08:53:50 | 2016-04-28T08:53:50 | 56,514,790 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.miniserver.core.exceptions;
public class ContainerExeception extends Exception{
private static final long serialVersionUID = 8688137209664536052L;
public ContainerExeception() {
super();
}
public ContainerExeception(String message) {
super(message);
}
public Cont... | UTF-8 | Java | 473 | java | ContainerExeception.java | Java | [] | null | [] | package org.miniserver.core.exceptions;
public class ContainerExeception extends Exception{
private static final long serialVersionUID = 8688137209664536052L;
public ContainerExeception() {
super();
}
public ContainerExeception(String message) {
super(message);
}
public Cont... | 473 | 0.676533 | 0.636364 | 22 | 20.5 | 22.190805 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.363636 | false | false | 7 |
5d0b290a67b914c783eb0e9c2d56c2518fc42209 | 3,573,412,824,343 | 7f8d20ed07b87c044e42bdf80f65adcc80869fe0 | /spring-boot-querydsl/src/main/java/com/tommy/querydsl/post/PostRepository.java | 2f5c4b811ab6e23b562863235c12bf3be0d47088 | [] | no_license | LimHanGyeol/spring-data-jpa | https://github.com/LimHanGyeol/spring-data-jpa | b1eb6b065ff39be2df8628f22f57721bd0223e3a | b1076d8f568a4c785b978b70ffc627ca8cec60ca | refs/heads/master | 2023-03-12T10:58:41.378000 | 2021-03-05T13:20:58 | 2021-03-05T13:20:58 | 343,482,970 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tommy.querydsl.post;
import org.springframework.data.domain.Sort;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Modifying;
import org.springframework.data.jpa.repository.Query;
import org.springframework.data.repository.query.Param;
import jav... | UTF-8 | Java | 2,245 | java | PostRepository.java | Java | [] | null | [] | package com.tommy.querydsl.post;
import org.springframework.data.domain.Sort;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Modifying;
import org.springframework.data.jpa.repository.Query;
import org.springframework.data.repository.query.Param;
import jav... | 2,245 | 0.711875 | 0.710066 | 42 | 38.5 | 25.735144 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.404762 | false | false | 7 |
929969c5af0313e99809ecb53cc07be583d01fa6 | 27,556,510,209,808 | 4551a3e23e6406992b6eeafa15aedb41d54f1657 | /app/src/main/java/com/pratamatechnocraft/tokason/FormPelangganActivity.java | ead8d024d8766a3ebed909e719a68c1d4fe8add8 | [] | no_license | ambar97/tokason | https://github.com/ambar97/tokason | 15fd89d60588929a17e15ca69ae64d70b0eafd6f | b60f2c5d3d369dee590f1ca24e997c522f653f16 | refs/heads/master | 2022-12-07T20:35:14.870000 | 2020-08-22T13:21:10 | 2020-08-22T13:21:10 | 234,675,269 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.pratamatechnocraft.tokason;
import android.app.ProgressDialog;
import android.content.Intent;
import android.graphics.PorterDuff;
import android.graphics.drawable.Drawable;
import android.os.Bundle;
import com.google.android.material.textfield.TextInputLayout;
import androidx.core.content.ContextCo... | UTF-8 | Java | 18,089 | java | FormPelangganActivity.java | Java | [] | null | [] | package com.pratamatechnocraft.tokason;
import android.app.ProgressDialog;
import android.content.Intent;
import android.graphics.PorterDuff;
import android.graphics.drawable.Drawable;
import android.os.Bundle;
import com.google.android.material.textfield.TextInputLayout;
import androidx.core.content.ContextCo... | 18,089 | 0.570291 | 0.569407 | 401 | 43.109726 | 31.279736 | 142 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.705736 | false | false | 7 |
bdfd46ff8f0dcf77a83cf21ff50169207dc118f6 | 10,393,820,926,390 | 989f1dc94f36c61c03d31ab2eee359f65b7fdbe9 | /prog1/src/objectpract.java | 3217757229331571695d7fd30a9b5faa9c28600c | [] | no_license | mihirgolwala/javaproject2 | https://github.com/mihirgolwala/javaproject2 | b89f1a3add23717edad17ec2f71684b1d42b4fab | c1291654bc077765ab22725c774a71b7237ed703 | refs/heads/master | 2022-04-09T08:57:17.990000 | 2020-03-19T03:41:23 | 2020-03-19T03:41:23 | 239,070,396 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | class employee1{
int age;
String name;
String designation;
int salary;
public employee1(employee1 x){
this.age = x.age;
this.name = x.name;
this.designation = x.designation;
this.salary = x.salary;
}
//public employee1(){}
@Override
public String toString... | UTF-8 | Java | 1,384 | java | objectpract.java | Java | [
{
"context": "rgs) {\n employee1 e = new employee1( 34 , \"mihir\" , \"Manager\" , 37000 );\n employee1 f = n",
"end": 1088,
"score": 0.9938771724700928,
"start": 1083,
"tag": "NAME",
"value": "mihir"
},
{
"context": "1 g = new employee1();\n// g.insertData(24,... | null | [] | class employee1{
int age;
String name;
String designation;
int salary;
public employee1(employee1 x){
this.age = x.age;
this.name = x.name;
this.designation = x.designation;
this.salary = x.salary;
}
//public employee1(){}
@Override
public String toString... | 1,384 | 0.538295 | 0.519509 | 49 | 27.244898 | 19.558943 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.795918 | false | false | 7 |
1ee7b7cad2f6e0522610bcbd781d88be422c899c | 31,018,253,849,611 | 6c170b7ba26b6e749ccc44fcbf028944be6b0e94 | /common/src/main/java/com/im/listener/MsgListener.java | 51caa6fa9b6f23254051179c1f9a6279d4cdb50b | [] | no_license | wbssyk/im | https://github.com/wbssyk/im | 44b74de6e1aa0b297a85178fe11b037ad94e8cdb | 1f304942c88045c7dddc0c8172c18a861f082934 | refs/heads/master | 2023-01-05T09:56:50.992000 | 2020-10-28T00:32:41 | 2020-10-28T00:32:41 | 292,002,460 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.im.listener;
import com.im.entity.Ack;
import com.im.entity.Message;
/**
* @author shiyakun
* @Description TODO
*/
public interface MsgListener {
/**
* 接受消息
* @param message
*/
void receiveMsg(Message message);
}
| UTF-8 | Java | 262 | java | MsgListener.java | Java | [
{
"context": "Ack;\nimport com.im.entity.Message;\n\n/**\n * @author shiyakun\n * @Description TODO\n */\npublic interface MsgList",
"end": 106,
"score": 0.9995495080947876,
"start": 98,
"tag": "USERNAME",
"value": "shiyakun"
}
] | null | [] | package com.im.listener;
import com.im.entity.Ack;
import com.im.entity.Message;
/**
* @author shiyakun
* @Description TODO
*/
public interface MsgListener {
/**
* 接受消息
* @param message
*/
void receiveMsg(Message message);
}
| 262 | 0.641732 | 0.641732 | 17 | 13.941176 | 11.997404 | 37 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.235294 | false | false | 7 |
d65ff64405eb7e891165a16fad8d46a7befa4435 | 30,717,606,110,052 | 3fd5afa6e7eed47fd18d05c785098cff2a3f6e14 | /week2/Lec8/Lec8/SpiderMan.java | eb60c95bd2c33d25bea3773fbe36292ada68c82e | [] | no_license | hjtaki/Java_basic | https://github.com/hjtaki/Java_basic | 33d77dcddef99228bb354aec4ee5a24e1f7f16ed | 9fee554a217cc6eb73ba2b115d2b55eed5da103d | refs/heads/master | 2020-03-29T03:29:00.098000 | 2018-09-19T17:10:42 | 2018-09-19T17:10:42 | 149,485,112 | 4 | 4 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Lec8;
public abstract class SpiderMan extends SuperHero{
public SpiderMan(String name, int power) {
super(name, power);
}
}
| UTF-8 | Java | 152 | java | SpiderMan.java | Java | [] | null | [] | package Lec8;
public abstract class SpiderMan extends SuperHero{
public SpiderMan(String name, int power) {
super(name, power);
}
}
| 152 | 0.671053 | 0.664474 | 10 | 14.2 | 18.771255 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 7 |
f41bd725868f1683b964cb2d35c7b266870b3e73 | 16,604,343,601,832 | abd973ea46e22227905b2f41a2c9a5900a767299 | /src/findDuplicateNumInArray.java | 7f195453e6b34ffb54e18dc2af8f016b32016c74 | [] | no_license | geekyGirlNeha/data-structure-java | https://github.com/geekyGirlNeha/data-structure-java | 9f3e63ce952f234b4b1b6498ef699d3ebe2c1de1 | ee081e99809ef28f88a8dd2e10ad23ba717d9bb7 | refs/heads/master | 2020-03-31T22:31:30.047000 | 2019-02-19T06:15:55 | 2019-02-19T06:15:55 | 152,621,677 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.HashMap;
import java.util.HashSet;
public class findDuplicateNumInArray{
public static void printDuplicateNumbers(Integer[] arr){
HashMap<Integer,Integer> map = new HashMap<Integer,Integer>();
for(int i=0;i<arr.length;i++){
if(map.get(arr[i])==null)
{
map.put(arr[i],1);
... | UTF-8 | Java | 692 | java | findDuplicateNumInArray.java | Java | [] | null | [] | import java.util.HashMap;
import java.util.HashSet;
public class findDuplicateNumInArray{
public static void printDuplicateNumbers(Integer[] arr){
HashMap<Integer,Integer> map = new HashMap<Integer,Integer>();
for(int i=0;i<arr.length;i++){
if(map.get(arr[i])==null)
{
map.put(arr[i],1);
... | 692 | 0.611272 | 0.59104 | 40 | 16.299999 | 19.140533 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.625 | false | false | 7 |
17233c4a7c91e2ed3e5d311723b991bff50fa8c2 | 8,263,517,136,292 | f05f9b4bb5d9699520aa6cb6bb12295d0af3ff95 | /emerge/emerge-ejb/src/main/java/com/emerge/eeq/tesoreria/persistencia/TcoCuentaVariable.java | 41469c38bad77752b8a32a0b7224ab6eafc7a3c0 | [] | no_license | Kirson/emerge | https://github.com/Kirson/emerge | 8d67088bca962114fbf1824fb3a550e1ba1ac9ee | f0086e2ee8b05f63c006ffd58865ea0b24dedd9e | refs/heads/master | 2016-08-12T19:15:22.411000 | 2015-12-08T23:04:03 | 2015-12-08T23:04:03 | 47,630,922 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.emerge.eeq.tesoreria.persistencia;
import java.io.Serializable;
import java.util.Date;
import javax.persistence.Basic;
import javax.persistence.Column;
import javax.persistence.EmbeddedId;
import ... | UTF-8 | Java | 7,549 | java | TcoCuentaVariable.java | Java | [
{
"context": ".annotation.XmlRootElement;\r\n\r\n/**\r\n *\r\n * @author gabri_000\r\n */\r\n@Entity\r\n@Table(name = \"TCO_CUENTA_VARIABLE\",",
"end": 704,
"score": 0.9989649057388306,
"start": 695,
"tag": "USERNAME",
"value": "gabri_000"
}
] | null | [] | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.emerge.eeq.tesoreria.persistencia;
import java.io.Serializable;
import java.util.Date;
import javax.persistence.Basic;
import javax.persistence.Column;
import javax.persistence.EmbeddedId;
import ... | 7,549 | 0.674791 | 0.672274 | 210 | 33.94762 | 38.233521 | 187 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.538095 | false | false | 7 |
942ade47e87f710ddaa9c2f9f00f43d38f097001 | 25,821,343,447,455 | 9579dab89f0776f31f3694b5f1c8d16471bdcace | /solution/src/P1_P50/P25_restore_IP_addresses.java | 5160b6cf5804c237faf9fc3a76183a35b50a32a3 | [] | no_license | SiyuanXing/leetcode | https://github.com/SiyuanXing/leetcode | 143ed461210117aa71efd61c197a9d710de299cc | 7994485ee982a952c8304cc4076c642ae07fb309 | refs/heads/master | 2020-12-30T09:37:55.054000 | 2014-04-06T22:32:45 | 2014-04-06T22:32:45 | 17,197,716 | 3 | 3 | null | null | null | null | null | null | null | null | null | null | null | null | null | package P1_P50;
import java.util.ArrayList;
public class P25_restore_IP_addresses {
public ArrayList<String> restoreIpAddresses(String s) {
ArrayList<String> result = new ArrayList<String>();
String tempIP = null;
for (int i = 1;i<s.length();i++){
if(i<=3&&(s.length()-i)<=9&&(s.l... | UTF-8 | Java | 1,582 | java | P25_restore_IP_addresses.java | Java | [] | null | [] | package P1_P50;
import java.util.ArrayList;
public class P25_restore_IP_addresses {
public ArrayList<String> restoreIpAddresses(String s) {
ArrayList<String> result = new ArrayList<String>();
String tempIP = null;
for (int i = 1;i<s.length();i++){
if(i<=3&&(s.length()-i)<=9&&(s.l... | 1,582 | 0.357143 | 0.318584 | 37 | 41.756756 | 25.646669 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.891892 | false | false | 7 |
3df5c6476bd07ef4069f39a630e1fa27223304f6 | 26,731,876,515,276 | 2ad7bb1687d3421bcfd1767cfcd3e3ddf4191db4 | /src/main/java/com/verbitsky/task3/state/impl/TruckStateLeaveBase.java | 7c9500c7391e258064ca93fca0db72a2179044da | [] | no_license | v-serhei/task3 | https://github.com/v-serhei/task3 | 42581a0adc36dcba836c335f01e18da53f1eb127 | a6343b697426395d6e989612713ccfdb83f6f30e | refs/heads/master | 2022-12-29T06:22:41.917000 | 2020-10-12T01:08:45 | 2020-10-12T01:08:45 | 300,693,879 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.verbitsky.task3.state.impl;
import com.verbitsky.task3.entity.Truck;
import com.verbitsky.task3.state.TruckState;
import org.apache.logging.log4j.Level;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
public class TruckStateLeaveBase implements TruckState {
private ... | UTF-8 | Java | 1,673 | java | TruckStateLeaveBase.java | Java | [] | null | [] | package com.verbitsky.task3.state.impl;
import com.verbitsky.task3.entity.Truck;
import com.verbitsky.task3.state.TruckState;
import org.apache.logging.log4j.Level;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
public class TruckStateLeaveBase implements TruckState {
private ... | 1,673 | 0.72624 | 0.722654 | 46 | 35.369564 | 34.679501 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 7 |
af1b03c77d127392301718c9c40f2a3bd288de5c | 17,179,937,367 | 6bc4d4a2780f1a1cf9b1f7b191138bcc5780afe2 | /Web_backend_code/src/main/java/com/springboot/backend/Entity/Member.java | 919b2704ddc8d6810015b1401dba38945f2f5daa | [] | no_license | sjh50200/capstone | https://github.com/sjh50200/capstone | 406e994b4a3e053bbcc7497407cae10b99fe3728 | 02e9b3d8322e66a00baee69b505edcb2c629cecb | refs/heads/master | 2023-05-31T00:13:46.288000 | 2021-06-16T10:43:24 | 2021-06-16T10:43:24 | 332,637,155 | 0 | 1 | null | false | 2021-01-27T16:32:39 | 2021-01-25T05:10:25 | 2021-01-25T06:54:05 | 2021-01-27T16:32:39 | 6 | 0 | 0 | 0 | null | false | false | package com.springboot.backend.Entity;
import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
import javax.persistence.*;
import java.time.LocalDateTime;
@Entity
@Table
@Getter
@Setter
@AllArgsConstructor
@NoArgsConstructor
public class Member {
@Id
@C... | UTF-8 | Java | 792 | java | Member.java | Java | [] | null | [] | package com.springboot.backend.Entity;
import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
import javax.persistence.*;
import java.time.LocalDateTime;
@Entity
@Table
@Getter
@Setter
@AllArgsConstructor
@NoArgsConstructor
public class Member {
@Id
@C... | 792 | 0.718434 | 0.710859 | 41 | 18.341463 | 15.915339 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.439024 | false | false | 7 |
df71176ffcc9a6e54afd4d8831c0299962798d35 | 9,792,525,462,917 | 7c004f283f8472e735b7cbbcae12fe7e3cc5ae89 | /src/ua/nure/bekuzarov/SummaryTask4/entity/DetailedOrder.java | 216cd8a346dd122e392b5bea2540d4bdbeab6300 | [] | no_license | Konnor95/summary-task-4 | https://github.com/Konnor95/summary-task-4 | 1e3fd9435bcaaed66e378aa07721a954f1faec21 | a0c884d56a58fe2d372f637ca1dd3b3237ffe0f2 | refs/heads/master | 2021-01-22T13:37:49.988000 | 2015-03-26T22:01:42 | 2015-03-26T22:01:42 | 32,954,226 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ua.nure.bekuzarov.SummaryTask4.entity;
import ua.nure.bekuzarov.SummaryTask4.annotation.Extract;
/**
* Provides detailed information about the order.
*/
public class DetailedOrder extends Order {
@Extract
private Book book;
public Book getBook() {
return book;
}
public void se... | UTF-8 | Java | 373 | java | DetailedOrder.java | Java | [] | null | [] | package ua.nure.bekuzarov.SummaryTask4.entity;
import ua.nure.bekuzarov.SummaryTask4.annotation.Extract;
/**
* Provides detailed information about the order.
*/
public class DetailedOrder extends Order {
@Extract
private Book book;
public Book getBook() {
return book;
}
public void se... | 373 | 0.675603 | 0.670241 | 20 | 17.65 | 18.77039 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 7 |
7946663db093e6d714622e45c8ad13bc0f95bfe0 | 37,598,143,736,417 | 3c1dbdbd516436c3ee1736e0943b7fcdf7612376 | /core/src/kiet/nguyentuan/BaseActor3D.java | dde9ed81d8dbabdb427eefec77e7b7510a872767 | [] | no_license | Jonrobin/WorldFragments | https://github.com/Jonrobin/WorldFragments | 9fddd5d989e01d0878bf6e69c57ea37311a6c498 | 9fe4c8657691ca3a536e0bcbe4cbf14a0be81840 | refs/heads/master | 2021-01-21T18:22:00.438000 | 2017-05-22T10:22:30 | 2017-05-22T10:22:30 | 92,040,643 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package kiet.nguyentuan;
import com.badlogic.gdx.graphics.Color;
import com.badlogic.gdx.graphics.g3d.Environment;
import com.badlogic.gdx.graphics.g3d.Material;
import com.badlogic.gdx.graphics.g3d.ModelBatch;
import com.badlogic.gdx.graphics.g3d.ModelInstance;
import com.badlogic.gdx.graphics.g3d.attributes.ColorAtt... | UTF-8 | Java | 3,012 | java | BaseActor3D.java | Java | [
{
"context": " com.badlogic.gdx.math.Vector3;\n\n/**\n * Created by kiettuannguyen on 21/05/2017.\n */\n\npublic class BaseActor3D {\n ",
"end": 478,
"score": 0.9996423125267029,
"start": 464,
"tag": "USERNAME",
"value": "kiettuannguyen"
}
] | null | [] | package kiet.nguyentuan;
import com.badlogic.gdx.graphics.Color;
import com.badlogic.gdx.graphics.g3d.Environment;
import com.badlogic.gdx.graphics.g3d.Material;
import com.badlogic.gdx.graphics.g3d.ModelBatch;
import com.badlogic.gdx.graphics.g3d.ModelInstance;
import com.badlogic.gdx.graphics.g3d.attributes.ColorAtt... | 3,012 | 0.661023 | 0.641434 | 101 | 28.821783 | 19.385303 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.712871 | false | false | 7 |
b16088fe42319779adc9786f67096c3caba9c251 | 29,119,878,336,366 | 59d38669bda71eae3fa47177350fa399ada4259e | /app/src/main/java/com/dongdutec/ddmnc/ui/browser/activity/a.java | 11184626db879ebfc809499d789bf28a08c8efa6 | [] | no_license | dongdutec/ddmnc | https://github.com/dongdutec/ddmnc | ee9fd445455a034b1b193705889990cd3e28867c | 0527cba616ede1fae83d6151e259deb1df344ec7 | refs/heads/master | 2022-03-04T01:26:34.961000 | 2019-10-18T06:59:08 | 2019-10-18T06:59:08 | 208,977,043 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.dongdutec.ddmnc.ui.browser.activity;
public class a {
}
| UTF-8 | Java | 70 | java | a.java | Java | [] | null | [] | package com.dongdutec.ddmnc.ui.browser.activity;
public class a {
}
| 70 | 0.757143 | 0.757143 | 5 | 13 | 18.525658 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 7 |
1826822beb4189594ed2af7390891ddf0dd20028 | 9,620,726,783,018 | 52cbbda87a5172530095402e83244d7d4027b14c | /src/round1and2and3/Test05.java | bf1dadc5830e905454992b50ba8964fa407a8ece | [] | no_license | bit3125/CodingInterviewsJava | https://github.com/bit3125/CodingInterviewsJava | 09e7921fb81a5f250405b8459076cc0476d13961 | 4b3bb53856e23a63b0e6f2ed317c0054827b2eef | refs/heads/master | 2020-07-01T02:10:16.392000 | 2019-10-05T12:06:32 | 2019-10-05T12:06:32 | 201,015,303 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package round1and2and3;
public class Test05 {
public String replaceSpace(StringBuffer str) {
if (str==null) //robust
return null;
String resultStr;
int idxNew, idxOld, spaceCounter=0;
for (int i=0;i<str.length();i++){
if (str.charAt(i)==' ')
spaceCounter++;
... | GB18030 | Java | 962 | java | Test05.java | Java | [] | null | [] | package round1and2and3;
public class Test05 {
public String replaceSpace(StringBuffer str) {
if (str==null) //robust
return null;
String resultStr;
int idxNew, idxOld, spaceCounter=0;
for (int i=0;i<str.length();i++){
if (str.charAt(i)==' ')
spaceCounter++;
... | 962 | 0.5625 | 0.540254 | 43 | 20.953489 | 16.112906 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.953488 | false | false | 7 |
2a132c74a4a0f0b6c06c2c3b099e484edade22b8 | 38,594,576,145,216 | 5f5f110c237f30214a8a41b371e2426559712bf1 | /app/src/main/java/com/graduation/jasonzhu/mymoney/fragment/ExpenseReportFragment.java | 6dd502f58dbc8d4d0029c905b1287361471e71a0 | [
"Apache-2.0"
] | permissive | gemgigi/MyMoney | https://github.com/gemgigi/MyMoney | 8bace3ec0a563a8f3910b6cfe034c863163c6af3 | 6cabc61c7dc4a5e302ab6b85411eb01309674432 | refs/heads/master | 2021-01-10T11:21:04.088000 | 2016-03-31T13:50:34 | 2016-03-31T13:50:34 | 52,793,391 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.graduation.jasonzhu.mymoney.fragment;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import com.github.mikephil.charting.charts.PieChart;
import com.... | UTF-8 | Java | 937 | java | ExpenseReportFragment.java | Java | [
{
"context": "import android.view.ViewGroup;\n\nimport com.github.mikephil.charting.charts.PieChart;\nimport com.graduation.j",
"end": 282,
"score": 0.9896379709243774,
"start": 274,
"tag": "USERNAME",
"value": "mikephil"
},
{
"context": ".graduation.jasonzhu.mymoney.R;\n\n/**\n * Cr... | null | [] | package com.graduation.jasonzhu.mymoney.fragment;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import com.github.mikephil.charting.charts.PieChart;
import com.... | 937 | 0.73746 | 0.731057 | 35 | 25.771429 | 25.959404 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.542857 | false | false | 7 |
cb0470117b97377d7026713ba16c7d0c84ef5373 | 10,368,051,098,683 | 66e6cef10985885842fc855f2484f8f3f6d68309 | /EclipseWorkspace/ash_j/First_pgm/src/new_pack/MapEntryDemo.java | cea4c82555a4c64146612a519b862b7b334fd63c | [] | no_license | Ashwijashetty/SFiles | https://github.com/Ashwijashetty/SFiles | adbabed065159edd997b2cc28b6c355f0516ba5c | bb917406f99743f87d1aee4f721a25220aec88a7 | refs/heads/master | 2020-04-12T03:24:32.309000 | 2018-12-18T12:13:15 | 2018-12-18T12:13:15 | 162,266,450 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package new_pack;
import java.util.Iterator;
import java.util.Map;
import java.util.Map.Entry;
import java.util.Set;
import java.util.TreeMap;
public class MapEntryDemo {
public static void main(String[] args) {
Map<Integer, String> map=new TreeMap<>();
map.put(123,"CG");
map.put(122,"G");
map.put(123,"C1G... | UTF-8 | Java | 685 | java | MapEntryDemo.java | Java | [] | null | [] | package new_pack;
import java.util.Iterator;
import java.util.Map;
import java.util.Map.Entry;
import java.util.Set;
import java.util.TreeMap;
public class MapEntryDemo {
public static void main(String[] args) {
Map<Integer, String> map=new TreeMap<>();
map.put(123,"CG");
map.put(122,"G");
map.put(123,"C1G... | 685 | 0.661314 | 0.640876 | 31 | 21.096775 | 17.486132 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.225806 | false | false | 7 |
a08117e45fe7f921a97f4afec0e49f09eb56fd6e | 35,605,278,930,333 | 4f6118517a94052fa4495d8814db379c053a2232 | /src/main/java/com/example/yjyy/dao/VenueMapper.java | 6377778c5b695a73a828adcb55942f5b4d2cca81 | [] | no_license | priyu98/yjyy | https://github.com/priyu98/yjyy | 8191d83030d83b74d4aa2563626d67fed70e8f1f | 70d91d6354c5bffd3d832ddbb293524d3b8a1575 | refs/heads/master | 2022-07-11T19:47:43 | 2020-06-14T04:29:36 | 2020-06-14T04:29:36 | 247,440,323 | 1 | 0 | null | false | 2022-06-21T02:59:27 | 2020-03-15T09:58:39 | 2020-06-14T04:30:07 | 2022-06-21T02:59:23 | 324 | 1 | 0 | 2 | Java | false | false | package com.example.yjyy.dao;
import com.example.yjyy.entity.Venue;
import com.example.yjyy.result.business.PageResult.VenuePageResult;
import org.apache.ibatis.annotations.Param;
import java.util.List;
public interface VenueMapper {
int deleteByPrimaryKey(String venueid);
int insert(Venue record);
int... | UTF-8 | Java | 812 | java | VenueMapper.java | Java | [] | null | [] | package com.example.yjyy.dao;
import com.example.yjyy.entity.Venue;
import com.example.yjyy.result.business.PageResult.VenuePageResult;
import org.apache.ibatis.annotations.Param;
import java.util.List;
public interface VenueMapper {
int deleteByPrimaryKey(String venueid);
int insert(Venue record);
int... | 812 | 0.652709 | 0.652709 | 28 | 28.035715 | 25.681402 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 7 |
cc8dc7c704d94c6d7bdd0e2878234282a01e0569 | 26,396,869,047,599 | e1209dd996a1745dacc614a6263e3f1acb8131f3 | /app/src/main/java/com/cn/flyingsong/utils/NotificationUtil.java | 4c5f7b753b7e63f8c768dd7ba3bc05a1a6605f07 | [] | no_license | jayzhouyyk/FlyingSong | https://github.com/jayzhouyyk/FlyingSong | 2ac385e921b93d0e5690ebcc0699acaac6b98c19 | 53a19a6d60966919b772ede409aef354971f6264 | refs/heads/master | 2020-03-09T17:22:58.724000 | 2018-05-14T08:26:43 | 2018-05-14T08:26:43 | 128,907,549 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cn.flyingsong.utils;
import android.app.Activity;
import android.app.Notification;
import android.app.NotificationManager;
import android.app.PendingIntent;
import android.content.Context;
import android.content.Intent;
import android.graphics.BitmapFactory;
import android.support.v4.app.NotificationCompat... | UTF-8 | Java | 3,243 | java | NotificationUtil.java | Java | [
{
"context": "R;\n\n/**\n * desc:\n * date: 2018/4/11\n *\n * @author: YangYuKun 04118\n */\n\npublic class NotificationUtil {\n /*",
"end": 438,
"score": 0.9984236359596252,
"start": 429,
"tag": "NAME",
"value": "YangYuKun"
}
] | null | [] | package com.cn.flyingsong.utils;
import android.app.Activity;
import android.app.Notification;
import android.app.NotificationManager;
import android.app.PendingIntent;
import android.content.Context;
import android.content.Intent;
import android.graphics.BitmapFactory;
import android.support.v4.app.NotificationCompat... | 3,243 | 0.642884 | 0.635712 | 74 | 34.81081 | 32.381039 | 155 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.472973 | false | false | 7 |
16798a1707237c9baf9c002c47472d2872068c95 | 7,215,545,121,789 | f28dce60491e33aefb5c2187871c1df784ccdb3a | /src/main/java/me/nereo/multi_image_selector/adapter/FolderAdapter.java | fd6e304cf391915c60f1bfbe0493c2ac7c15108e | [
"Apache-2.0"
] | permissive | JackChan1999/boohee_v5.6 | https://github.com/JackChan1999/boohee_v5.6 | 861a5cad79f2bfbd96d528d6a2aff84a39127c83 | 221f7ea237f491e2153039a42941a515493ba52c | refs/heads/master | 2021-06-11T23:32:55.977000 | 2017-02-14T18:07:04 | 2017-02-14T18:07:04 | 81,962,585 | 8 | 6 | null | null | null | null | null | null | null | null | null | null | null | null | null | package me.nereo.multi_image_selector.adapter;
import android.content.Context;
import android.net.Uri;
import android.provider.MediaStore.Images.Media;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.ImageView;
import... | UTF-8 | Java | 4,164 | java | FolderAdapter.java | Java | [] | null | [] | package me.nereo.multi_image_selector.adapter;
import android.content.Context;
import android.net.Uri;
import android.provider.MediaStore.Images.Media;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.ImageView;
import... | 4,164 | 0.601638 | 0.598748 | 128 | 31.4375 | 32.132721 | 231 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.59375 | false | false | 7 |
1147e44fdd906044c4b257ce07e4e20b32a6d250 | 14,491,219,670,968 | 8e17b0f5c18714c0d9418f7af0bcff35d37ec937 | /DataModel.java | d473118c698172a1fd90deff9761e5ae198a5b6b | [] | no_license | Yazeth/cs151project | https://github.com/Yazeth/cs151project | 99669953eef99f977547b5db2292e78edeb68c5a | b7c9b53ae4a34c9e725eb7de906cc896bb85ce5a | refs/heads/master | 2020-03-23T23:20:30.398000 | 2018-10-03T16:42:01 | 2018-10-03T16:42:01 | 142,229,400 | 0 | 3 | null | false | 2018-08-04T18:33:12 | 2018-07-25T01:08:01 | 2018-08-04T18:10:30 | 2018-08-04T18:33:12 | 124 | 0 | 3 | 0 | Java | false | null |
import java.io.BufferedReader;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.io.FileWriter;
import java.io.IOException;
import java.io.PrintWriter;
import java.util.ArrayList;
import java.util.Calendar;
import java.util.Collection;
import java.util.GregorianCalendar;
import java.util.Ma... | UTF-8 | Java | 8,035 | java | DataModel.java | Java | [
{
"context": "eners of relevant changes to the data. \n * @author Christina Andrade\n */\npublic class DataModel {\n\n\tprivate static Map",
"end": 760,
"score": 0.9998661279678345,
"start": 743,
"tag": "NAME",
"value": "Christina Andrade"
}
] | null | [] |
import java.io.BufferedReader;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.io.FileWriter;
import java.io.IOException;
import java.io.PrintWriter;
import java.util.ArrayList;
import java.util.Calendar;
import java.util.Collection;
import java.util.GregorianCalendar;
import java.util.Ma... | 8,024 | 0.686372 | 0.684256 | 309 | 25 | 28.907732 | 152 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.042071 | false | false | 7 |
3474a95f92de7ae43c9a210cfe3683c2c3dbee2d | 14,491,219,671,656 | 302bf5a1af6eb5fa31b5c5802e7525002d60b6e5 | /src/Server.java | bb009780a1cad2fb64848ad9ea917912203d3248 | [] | no_license | GiacomoPaltrinieri/Fake_Putty | https://github.com/GiacomoPaltrinieri/Fake_Putty | dd830f8f3b92fa8f7e1d96fb369bab198dc46a68 | be4c15be4a5245c359f0d1095caafcddc06b6831 | refs/heads/master | 2023-04-04T20:03:51.983000 | 2021-03-29T16:39:52 | 2021-03-29T16:39:52 | 352,650,163 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import javax.swing.*;
import java.io.*;
import java.net.ServerSocket;
import java.net.Socket;
public class Server {
ServerSocket server = null;
Socket client = null;
int porta = 5000;
DataInputStream in;
DataOutputStream out;
/** Send data method **/
public void send_data(String testo)... | UTF-8 | Java | 2,291 | java | Server.java | Java | [
{
"context": "ata();\n }\n}\n\n//git config --global user.email \"giaco.paltri@gmail.com\"",
"end": 2290,
"score": 0.9999237060546875,
"start": 2268,
"tag": "EMAIL",
"value": "giaco.paltri@gmail.com"
}
] | null | [] | import javax.swing.*;
import java.io.*;
import java.net.ServerSocket;
import java.net.Socket;
public class Server {
ServerSocket server = null;
Socket client = null;
int porta = 5000;
DataInputStream in;
DataOutputStream out;
/** Send data method **/
public void send_data(String testo)... | 2,276 | 0.523789 | 0.521606 | 91 | 24.186813 | 19.56781 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.43956 | false | false | 7 |
8489ffa3dbafd6d0e7faa8e0e80d036fd8b9b88b | 23,398,981,874,044 | f227772c4e7d39c4f0e50698466051e1fb2e9923 | /MyCRM/src/com/yourcodelab/dao/ServicoDAO.java | 9e53b7245d483999654f15ce4bad8366b47dd767 | [] | no_license | AugustoLimaSantos/MyCRM | https://github.com/AugustoLimaSantos/MyCRM | 7e430b61c33cf11b4f143ef960010188ed18122d | 1434e2912b3b75a617ddc4473466140968bdb6f1 | refs/heads/master | 2019-03-12T22:23:31.708000 | 2017-10-06T20:20:08 | 2017-10-06T20:20:08 | 102,413,752 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yourcodelab.dao;
import java.util.List;
import javax.persistence.EntityManager;
import javax.persistence.EntityManagerFactory;
import javax.persistence.Query;
import com.yourcodelab.db.ConnectDB;
import com.yourcodelab.model.Cliente;
import com.yourcodelab.model.Ordem;
import com.yourcodelab... | UTF-8 | Java | 1,213 | java | ServicoDAO.java | Java | [] | null | [] | package com.yourcodelab.dao;
import java.util.List;
import javax.persistence.EntityManager;
import javax.persistence.EntityManagerFactory;
import javax.persistence.Query;
import com.yourcodelab.db.ConnectDB;
import com.yourcodelab.model.Cliente;
import com.yourcodelab.model.Ordem;
import com.yourcodelab... | 1,213 | 0.695796 | 0.695796 | 52 | 21.326923 | 17.215513 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.788462 | false | false | 7 |
aaf70d47c9cc18f424da1cf621d43700fbeee456 | 2,388,001,871,178 | 95d127afc047015f28168038189043daa1ab4e11 | /Cristian Garcia Lagar/src/actividad1_Req2/TextoAleatorio.java | c604b3923c7d6bf36e9e89243b76cdbc708e9747 | [] | no_license | pbeitia/Act1_Hilos | https://github.com/pbeitia/Act1_Hilos | 888c93d029648eb38ffdf287ced28df5f52651ad | dd4aac678ae1baf8a741397445fd2b591afd1f3b | refs/heads/main | 2023-08-25T11:51:31.205000 | 2021-10-14T16:49:33 | 2021-10-14T16:49:33 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package actividad1_Req2;
public class TextoAleatorio {
public static String obtenerTextoAleatorio() {
String caracteres = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890";
String cadenaAleatoria = "";
int aleatorio;
char caracter;
for (int i = 0; i < 4; i++) {
aleatorio = (int) (Math.r... | UTF-8 | Java | 468 | java | TextoAleatorio.java | Java | [] | null | [] | package actividad1_Req2;
public class TextoAleatorio {
public static String obtenerTextoAleatorio() {
String caracteres = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890";
String cadenaAleatoria = "";
int aleatorio;
char caracter;
for (int i = 0; i < 4; i++) {
aleatorio = (int) (Math.r... | 468 | 0.715812 | 0.683761 | 20 | 22.4 | 23.399572 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.8 | false | false | 7 |
6c31238752b61192a82794ac5b56a6ed9ac615a3 | 3,049,426,841,001 | 4ce4ed428f07eb2b4cfe2f2fabef4706f0e068bb | /DynamicProgramming/src/com/dynamicProgramming/ravindra/StringSubSequenceOfOther.java | 8d79567833f4b66067b9438fab52848d48637a7e | [] | no_license | shanti023213/DynamicProgramming | https://github.com/shanti023213/DynamicProgramming | d82ce55621e0eda52d8da2304b4ff62918784b30 | 3033a34515ea6aae15df5c02549c530a028d8a55 | refs/heads/master | 2020-03-24T19:27:53.728000 | 2018-07-30T21:02:45 | 2018-07-30T21:02:45 | 142,927,858 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.dynamicProgramming.ravindra;
public class StringSubSequenceOfOther {
public static void main(String[] args) {
String str1 = "gksrek";
String str2 = "geeksforgeeks";
System.out.println("Is SubString Of other:"+ isSubStringOfOther(str1,str2));
}
public static boolean isSubStringOfOth... | UTF-8 | Java | 557 | java | StringSubSequenceOfOther.java | Java | [] | null | [] | package com.dynamicProgramming.ravindra;
public class StringSubSequenceOfOther {
public static void main(String[] args) {
String str1 = "gksrek";
String str2 = "geeksforgeeks";
System.out.println("Is SubString Of other:"+ isSubStringOfOther(str1,str2));
}
public static boolean isSubStringOfOth... | 557 | 0.635548 | 0.612208 | 29 | 18.206896 | 21.958235 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.827586 | false | false | 7 |
9c994d8aca3d191d257fba08f319f118269a3697 | 3,049,426,841,862 | 9df9ccb02b385b09c6eab3fda7a2a71cbe73309d | /src/main/java/site/minnan/linkserver/config/AliyunOssConfig.java | 3a7b8b943750793ff9d83336516a0c3e9d26cb1f | [] | no_license | MinNanR/linkserver | https://github.com/MinNanR/linkserver | a9ccd63ea56879af5d31732edb51af6484513d9e | d6d4792c6a6ada814cb71bb34985afeb34f93c64 | refs/heads/master | 2023-01-05T10:42:43.821000 | 2020-11-03T03:02:18 | 2020-11-03T03:02:18 | 286,793,028 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package site.minnan.linkserver.config;
import com.aliyun.oss.OSS;
import com.aliyun.oss.OSSClientBuilder;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annota... | UTF-8 | Java | 1,084 | java | AliyunOssConfig.java | Java | [] | null | [] | package site.minnan.linkserver.config;
import com.aliyun.oss.OSS;
import com.aliyun.oss.OSSClientBuilder;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annota... | 1,084 | 0.74 | 0.738095 | 30 | 34 | 27.860367 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.733333 | false | false | 7 |
8646226dff3ee8e44b48aebbfbea76bd8f1e627f | 27,865,747,860,752 | 567636c97351513132b0fd83bbb5a2d5314c0103 | /Task18_Strategy_LookToTheSky/src/Main.java | d26fe3ea93b3d2912823f81622965f5c506457d0 | [] | no_license | obushny/SwE | https://github.com/obushny/SwE | 49dc32bb6456c71a87974c33b6c4fcf417cc2c5d | cbb7a86a67499c57988412872f28fa14ebd6d905 | refs/heads/master | 2021-01-25T04:20:38.822000 | 2017-06-05T16:21:27 | 2017-06-05T16:21:27 | 93,421,045 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Created by sf2016 on 25.05.2017.
*/
public class Main {
public static void main(String[] args) {
LookToTheSky me = new LookToTheSky();
me.setCurrentPlanet(new Earth());
me.lookUpwards();
me.setCurrentPlanet(new Mars());
me.lookUpwards();
}
}
| UTF-8 | Java | 298 | java | Main.java | Java | [
{
"context": "/**\n * Created by sf2016 on 25.05.2017.\n */\npublic class Main {\n public",
"end": 24,
"score": 0.9995890855789185,
"start": 18,
"tag": "USERNAME",
"value": "sf2016"
}
] | null | [] | /**
* Created by sf2016 on 25.05.2017.
*/
public class Main {
public static void main(String[] args) {
LookToTheSky me = new LookToTheSky();
me.setCurrentPlanet(new Earth());
me.lookUpwards();
me.setCurrentPlanet(new Mars());
me.lookUpwards();
}
}
| 298 | 0.590604 | 0.550336 | 12 | 23.833334 | 16.597357 | 45 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.416667 | false | false | 7 |
218bb24e2d8bec07c4fdb4b8ae9b7c04ffcb3d1a | 27,865,747,858,897 | 69eca4c1763048fdbe2a081093134f5cf16da1f8 | /POO/TP/tp08_philippot_pelage/tp07_philippot_pelage/src/game/Player.java | e5a80aabc68d3d3d4e806fbcd1a460480deb22c4 | [] | no_license | GregPhi/l2s4 | https://github.com/GregPhi/l2s4 | 5e49fb0fd80f86afabb5adf99fbfe79059c059b4 | 184322a7f7126dce298592cebe50c3afe89d36b7 | refs/heads/master | 2021-01-22T17:58:12.971000 | 2020-02-04T18:18:32 | 2020-02-04T18:18:32 | 85,048,197 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package game;
/**
* Class Player
*
* @author : Philippot Gregoire and Pelage François-Xavier
* @version : 4 mars 2017
*/
public class Player{
//Attributs
/*Score of player*/
private int score;
/*Name of player*/
private String name;
/*Strat of player*/
private Strategy strat;
... | UTF-8 | Java | 1,753 | java | Player.java | Java | [
{
"context": "ge game;\r\n\r\n/**\r\n * Class Player\r\n *\r\n * @author : Philippot Gregoire and Pelage François-Xavier\r\n * @version : 4 mars ",
"end": 74,
"score": 0.9998692274093628,
"start": 56,
"tag": "NAME",
"value": "Philippot Gregoire"
},
{
"context": "ss Player\r\n *\r\n *... | null | [] | package game;
/**
* Class Player
*
* @author : <NAME> and <NAME>
* @version : 4 mars 2017
*/
public class Player{
//Attributs
/*Score of player*/
private int score;
/*Name of player*/
private String name;
/*Strat of player*/
private Strategy strat;
//Constructor
/**
* ... | 1,724 | 0.500571 | 0.496005 | 110 | 13.927273 | 12.513054 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.181818 | false | false | 7 |
b1f0808acd109807495ea4ef24724a75a33497e5 | 7,859,790,179,528 | a35e9a43784def73db010f74406729aca23f215e | /behavioral-patterns/src/main/java/br/com/patterns/command/alexa/after/commands/TurnLightOnCommand.java | 3fb8017fbb2f138b98bedede3d6b077cc68d43eb | [] | no_license | pedroulhoa/design-patterns-study | https://github.com/pedroulhoa/design-patterns-study | 075025841d09316a87607b66ce302ad63799db26 | ded5cfdafe4bdfda4b6dcfb04f9c3cd060bae4a4 | refs/heads/main | 2023-08-22T20:30:04.849000 | 2021-10-24T17:36:49 | 2021-10-24T17:36:49 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.patterns.command.alexa.after.commands;
import br.com.patterns.command.alexa.after.lights.GenericLight;
public class TurnLightOnCommand implements Command {
private GenericLight light;
public TurnLightOnCommand(GenericLight light) {
this.light = light;
}
@Override
public void execute() {
l... | UTF-8 | Java | 340 | java | TurnLightOnCommand.java | Java | [] | null | [] | package br.com.patterns.command.alexa.after.commands;
import br.com.patterns.command.alexa.after.lights.GenericLight;
public class TurnLightOnCommand implements Command {
private GenericLight light;
public TurnLightOnCommand(GenericLight light) {
this.light = light;
}
@Override
public void execute() {
l... | 340 | 0.764706 | 0.764706 | 17 | 19 | 21.48871 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 7 |
01e22aa3f4de5d692c3dd04484a0b9d51fad16be | 7,859,790,176,377 | 82f45aeffe223c76850ea53056cb02b3ff048fb2 | /1.SpringBoot/SpringBoot_ClassWork/myFirstSpringBoot/src/main/java/com/controller/HelloWorldController.java | bb006bc97f7f384ebae3b70e97ae87cd08bb22c3 | [] | no_license | mdtaquee/DBS-Spring | https://github.com/mdtaquee/DBS-Spring | b21041a00a829f491a969e650097bea714eb9af8 | 233a17fa2a8226b912edf46651399dc8d5913ad4 | refs/heads/main | 2023-01-14T06:18:04.972000 | 2020-11-17T15:43:17 | 2020-11-17T15:43:17 | 313,367,442 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
@RestController
public class HelloWorldController {
@RequestMapping("/test")
public String Hello()
{
System.out.println("In the Hello()");
return "... | UTF-8 | Java | 363 | java | HelloWorldController.java | Java | [] | null | [] | package com.controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
@RestController
public class HelloWorldController {
@RequestMapping("/test")
public String Hello()
{
System.out.println("In the Hello()");
return "... | 363 | 0.741047 | 0.741047 | 16 | 20.8125 | 21.378199 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.875 | false | false | 7 |
d63e0ed0dcc0180eb0b3c206a874b2ef5532f9ad | 7,859,790,180,226 | ea6221e3a549991951418bc01fc7afc685594d89 | /app/src/main/java/bg/unisofia/fmi/android/wardrobeassistant/db/DatabaseContract.java | 43c29e555305426b6f50beefd05c0523a616ebf7 | [] | no_license | velinakd/WardrobeManager | https://github.com/velinakd/WardrobeManager | f14efa541b31f81aaa5b9296e130bfdc96a1c46e | 6de897a28fdc43f8a49716a6710e10d8c3a9c033 | refs/heads/master | 2021-01-24T13:32:59.289000 | 2017-03-07T13:17:37 | 2017-03-07T13:17:37 | 16,408,183 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package bg.unisofia.fmi.android.wardrobeassistant.db;
import android.provider.BaseColumns;
/**
* Created by Velina on 7.2.2015 г..
*/
public class DatabaseContract {
public DatabaseContract(){};
public static abstract class Item implements BaseColumns{
public static final String TABLE_NAME="item";
... | UTF-8 | Java | 2,613 | java | DatabaseContract.java | Java | [
{
"context": "t android.provider.BaseColumns;\n\n/**\n * Created by Velina on 7.2.2015 г..\n */\npublic class DatabaseContract",
"end": 117,
"score": 0.9990286827087402,
"start": 111,
"tag": "NAME",
"value": "Velina"
}
] | null | [] | package bg.unisofia.fmi.android.wardrobeassistant.db;
import android.provider.BaseColumns;
/**
* Created by Velina on 7.2.2015 г..
*/
public class DatabaseContract {
public DatabaseContract(){};
public static abstract class Item implements BaseColumns{
public static final String TABLE_NAME="item";
... | 2,613 | 0.613323 | 0.611026 | 67 | 37.985073 | 27.190041 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.38806 | false | false | 7 |
cf2644ba508ed96c3e5330c54ed0b13885858746 | 26,534,307,997,200 | 206743fdd4423125315bfe9fae4d989e01f67ef4 | /examples/tutorial/src/main/java/com/fangcloud/sdk/example/tutorial/Main.java | 696218f3107ded4724837fbe8154bb3852155f3b | [
"MIT"
] | permissive | yifangyun/fangcloud-java-sdk | https://github.com/yifangyun/fangcloud-java-sdk | f3b865a12ceebee15cd24603923c7945d489dea9 | 0564191866c789168958e7219b2f2b142a58e542 | refs/heads/master | 2023-04-07T16:39:55.315000 | 2023-03-30T07:19:46 | 2023-03-30T07:19:46 | 88,589,205 | 8 | 4 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.fangcloud.sdk.example.tutorial;
import com.fangcloud.sdk.YfyClient;
import com.fangcloud.sdk.YfyRequestConfig;
import com.fangcloud.sdk.api.file.YfyFile;
import com.fangcloud.sdk.api.file.YfyFileRequest;
public class Main {
private final static String accessToken = "your access token";
public sta... | UTF-8 | Java | 857 | java | Main.java | Java | [] | null | [] | package com.fangcloud.sdk.example.tutorial;
import com.fangcloud.sdk.YfyClient;
import com.fangcloud.sdk.YfyRequestConfig;
import com.fangcloud.sdk.api.file.YfyFile;
import com.fangcloud.sdk.api.file.YfyFileRequest;
public class Main {
private final static String accessToken = "your access token";
public sta... | 857 | 0.716453 | 0.715286 | 22 | 37.954544 | 31.849756 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.681818 | false | false | 7 |
f84b4545cddb8784a8e57a5bd0cc888acc5eaefb | 9,191,230,083,112 | 5b671a14c328a077e3590bb096dc6d4dcd3a437a | /src/main/java/com/korail/domain/AddFileVO.java | 6d7d5e7b6147da918f12e996ba179a559f0c009b | [] | no_license | chominkyu1/korail | https://github.com/chominkyu1/korail | 02f983e8341439c9ea8ee555de0bf176bc4e885b | cdb5aa5e5822abd840e6980592e1ffeb21d6d528 | refs/heads/master | 2021-09-08T12:01:35.833000 | 2018-03-09T12:11:49 | 2018-03-09T12:11:49 | 122,163,560 | 0 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.korail.domain;
public class AddFileVO {
private String addFile_Id;
private String addFile_Path;
private String tipreview_Id;
private String discount_Id;
public String getAddFile_Id() {
return addFile_Id;
}
public void setAddFile_Id(String addFile_Id) {
this.addFile_Id = addFile_Id;
... | UTF-8 | Java | 1,008 | java | AddFileVO.java | Java | [] | null | [] | package com.korail.domain;
public class AddFileVO {
private String addFile_Id;
private String addFile_Path;
private String tipreview_Id;
private String discount_Id;
public String getAddFile_Id() {
return addFile_Id;
}
public void setAddFile_Id(String addFile_Id) {
this.addFile_Id = addFile_Id;
... | 1,008 | 0.676587 | 0.676587 | 39 | 23.846153 | 21.03055 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.641026 | false | false | 7 |
906ad2dfb8b42c97eba91b2d29e94095041fd007 | 30,116,310,703,889 | 7312ff00a32daebcaae32caef6812005318b704a | /src/main/java/org/telegram/mtproto/schedule/Scheduller.java | 931af0dd8fa2e735f46bcea8559e56c261687d24 | [
"MIT"
] | permissive | onixred/TelegramApi | https://github.com/onixred/TelegramApi | fa194e83d42bfa4a321636c040bc7ca4fa0619ac | 093483533db583eeafb07bfa20aeec897bb91e58 | refs/heads/master | 2021-04-15T04:38:41.773000 | 2018-08-12T14:08:03 | 2018-08-12T14:08:03 | 126,354,440 | 7 | 4 | MIT | true | 2018-07-31T01:14:24 | 2018-03-22T15:16:58 | 2018-06-22T12:22:20 | 2018-07-31T01:14:24 | 745 | 1 | 2 | 3 | Java | false | null | package org.telegram.mtproto.schedule;
import org.telegram.mtproto.CallWrapper;
import org.telegram.mtproto.MTProto;
import org.telegram.mtproto.log.Logger;
import org.telegram.mtproto.time.TimeOverlord;
import org.telegram.mtproto.tl.MTInvokeAfter;
import org.telegram.mtproto.tl.MTMessage;
import org.telegram.mtproto... | UTF-8 | Java | 25,107 | java | Scheduller.java | Java | [
{
"context": "eger;\n\n/**\n * Created with IntelliJ IDEA.\n * User: Ruben Bermudez\n * Date: 03.11.13\n * Time: 8:51\n */\npublic class ",
"end": 776,
"score": 0.9998868107795715,
"start": 762,
"tag": "NAME",
"value": "Ruben Bermudez"
}
] | null | [] | package org.telegram.mtproto.schedule;
import org.telegram.mtproto.CallWrapper;
import org.telegram.mtproto.MTProto;
import org.telegram.mtproto.log.Logger;
import org.telegram.mtproto.time.TimeOverlord;
import org.telegram.mtproto.tl.MTInvokeAfter;
import org.telegram.mtproto.tl.MTMessage;
import org.telegram.mtproto... | 25,099 | 0.590513 | 0.585215 | 608 | 40.294407 | 32.857304 | 241 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.588816 | false | false | 7 |
3bd929f42889ea43266665f344662924e3e45bac | 30,116,310,702,304 | 9be7c0e5fe85179ee9997b4390ea50ef51d438f9 | /src/com/coding/test/ch1/Ch1_1.java | 0abcea423d00ae1948fdd190ab851675e702e68c | [] | no_license | skysky14/study | https://github.com/skysky14/study | 7ed7c067e48580beb93234763958edf22f2d0689 | 8addb642890d65e859c56ae9c42ca4c6ff8a7e2f | refs/heads/master | 2020-02-04T02:17:08.576000 | 2018-03-19T04:00:37 | 2018-03-19T04:00:37 | 58,346,515 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.coding.test.ch1;
import java.util.ArrayList;
import java.util.HashMap;
public class Ch1_1 {
public Ch1_1() {
}
/**
* HashMap
* @param students
* @return
*/
public HashMap<Integer, Student> buildMap(Student[] students) {
HashMap<Integer, Student> map = new HashMap<Integer, Student>();
f... | UTF-8 | Java | 1,486 | java | Ch1_1.java | Java | [] | null | [] | package com.coding.test.ch1;
import java.util.ArrayList;
import java.util.HashMap;
public class Ch1_1 {
public Ch1_1() {
}
/**
* HashMap
* @param students
* @return
*/
public HashMap<Integer, Student> buildMap(Student[] students) {
HashMap<Integer, Student> map = new HashMap<Integer, Student>();
f... | 1,486 | 0.618008 | 0.610505 | 84 | 16.452381 | 19.007145 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.619048 | false | false | 7 |
104909c7d03561a1c7930096a826c99b3ee1b4e4 | 7,997,229,108,756 | feec1ad9270309294484c13de800f5650139cb72 | /ParseXML.java | 20f819ff5149bc3aca5d01fe5e3fe043c74f6214 | [] | no_license | sultanescu/JavaPrograms | https://github.com/sultanescu/JavaPrograms | a9175213185c3ad96342322d761b88c8987b5eda | e9d6492896d3cc56843ea41777f76d9f59cad11a | refs/heads/master | 2021-05-29T18:57:26.764000 | 2015-05-03T01:06:57 | 2015-05-03T01:06:57 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.ArrayList;
import algs13.Stack;
import stdlib.StdIn;
import stdlib.StdOut;
public class ParseXML {
public static void main(String[] args) {
StdOut.print("Please enter the path of an XML file: ");
String input = StdIn.readString(); // get the input to work with
StdIn.fromFile(input);
... | UTF-8 | Java | 3,284 | java | ParseXML.java | Java | [] | null | [] | import java.util.ArrayList;
import algs13.Stack;
import stdlib.StdIn;
import stdlib.StdOut;
public class ParseXML {
public static void main(String[] args) {
StdOut.print("Please enter the path of an XML file: ");
String input = StdIn.readString(); // get the input to work with
StdIn.fromFile(input);
... | 3,284 | 0.631851 | 0.627284 | 105 | 30.27619 | 35.432697 | 142 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.038095 | false | false | 7 |
932d8b37c3e79c3d8feb31569106baf3383ef919 | 32,736,240,789,182 | 24f721e8f82015d4f7a7312717a7f2a88efc7ed3 | /blade_manage/src/jp/microad/blade/entity/FringeStructSegment.java | 38f4ac873a79a7a14c9b86cd4029222e17fe70bf | [] | no_license | mcliu1012/blade_manage | https://github.com/mcliu1012/blade_manage | 30b3ba287a2eaf969f2c7bb14cc058c0152195c7 | 706f8214940b0405b568ae228e1270d7fadcd367 | refs/heads/master | 2016-09-06T00:58:30.600000 | 2014-11-28T01:54:25 | 2014-11-28T01:54:25 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package jp.microad.blade.entity;
import java.util.Date;
public class FringeStructSegment {
private Integer co_account_id;
private Long segment_id;
private Integer struct_id;
private String disabled_flag;
private Date create_time;
private Date update_time;
public enum Disabled_flag {
... | UTF-8 | Java | 1,282 | java | FringeStructSegment.java | Java | [] | null | [] | package jp.microad.blade.entity;
import java.util.Date;
public class FringeStructSegment {
private Integer co_account_id;
private Long segment_id;
private Integer struct_id;
private String disabled_flag;
private Date create_time;
private Date update_time;
public enum Disabled_flag {
... | 1,282 | 0.672387 | 0.672387 | 71 | 16.084507 | 16.854595 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.126761 | false | false | 7 |
68ffbf88bb9b9e0c2287db571dbfeae359e7d90d | 3,212,635,548,875 | fb9ddc7b4cf8d352d01206a88ae12706b210c93f | /part2/SynchPort.java | 4bf014b364a4d84234cf59090df15e628f969baf | [] | no_license | paulrox/JavaAssignment2015 | https://github.com/paulrox/JavaAssignment2015 | 6553aa0bc31757485727275bd2c2d780d2b43819 | e158857a52c666f1d7b7b326379ac33377a5c307 | refs/heads/master | 2021-01-10T05:29:13.776000 | 2017-06-16T14:54:14 | 2017-06-16T14:54:14 | 48,754,717 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package part2;
import part1.FairSem;
import part1.TestList;
public class SynchPort <T> {
Message<T> slot; /* port buffer, just one slot */
FairSem empty, full, synch;
boolean testEnabled; /* enables testing */
TestList<MessageList<T>> t_list; /* testing list */
public SynchPort() {
empty = new FairSem... | UTF-8 | Java | 1,455 | java | SynchPort.java | Java | [] | null | [] | package part2;
import part1.FairSem;
import part1.TestList;
public class SynchPort <T> {
Message<T> slot; /* port buffer, just one slot */
FairSem empty, full, synch;
boolean testEnabled; /* enables testing */
TestList<MessageList<T>> t_list; /* testing list */
public SynchPort() {
empty = new FairSem... | 1,455 | 0.634364 | 0.628179 | 55 | 25.454546 | 19.967991 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.127273 | false | false | 7 |
f5258bbcaec7a1cb32c2d69187b4132192c58a74 | 2,293,512,585,854 | 2cf9b65b4aa5e41e00f4248ec9d6c118f21d7f84 | /src/test/java/walkingkooka/j2cl/java/text/DecimalFormatTest.java | b081a2b27a2419f4e423fb3b0a03a26c5ebec387 | [
"Apache-2.0"
] | permissive | mP1/j2cl-java-text | https://github.com/mP1/j2cl-java-text | f0eb300877447e7f0ba6bbd872d5b63887ff82b4 | 95f95fb9dced6993d3eece261ee89ba799ec33da | refs/heads/master | 2023-03-03T16:32:33.769000 | 2023-02-11T10:18:59 | 2023-02-11T10:18:59 | 230,857,091 | 4 | 0 | Apache-2.0 | false | 2023-02-11T10:19:00 | 2019-12-30T06:00:01 | 2023-02-05T04:25:04 | 2023-02-11T10:18:59 | 795 | 4 | 0 | 7 | Java | false | false | /*
* Copyright 2019 Miroslav Pokorny (github.com/mP1)
*
* 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 applic... | UTF-8 | Java | 78,186 | java | DecimalFormatTest.java | Java | [
{
"context": "/*\n * Copyright 2019 Miroslav Pokorny (github.com/mP1)\n *\n * Licensed under the Apache ",
"end": 37,
"score": 0.9998035430908203,
"start": 21,
"tag": "NAME",
"value": "Miroslav Pokorny"
},
{
"context": "/*\n * Copyright 2019 Miroslav Pokorny (github.com/mP1)\n *\n * ... | null | [] | /*
* Copyright 2019 <NAME> (github.com/mP1)
*
* 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 o... | 78,176 | 0.611545 | 0.602666 | 2,328 | 32.576462 | 37.953209 | 625 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.513746 | false | false | 7 |
90a98d53508bfa470f5b37b7c8e2034fa4aa8e26 | 30,923,764,588,857 | 3a5a743b364a20f389d58c84fdac4fd3ffb139bf | /src/test/java/collections/PersonServiceImplTest.java | 62f3d8c4d8c779b36de8cfc15e1845cca17d3220 | [] | no_license | Jeka1978/forcepoint-java-2016 | https://github.com/Jeka1978/forcepoint-java-2016 | 32e0a7c66d19c54150d6021ebf599ed0b60ca825 | 8e79760af066a20cfa832203cb1dc5a6a20d4843 | refs/heads/master | 2020-12-05T12:22:14.891000 | 2016-10-09T09:53:13 | 2016-10-09T09:53:13 | 67,594,118 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package collections;
import org.junit.Assert;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Test;
import org.mockito.ArgumentCaptor;
import org.mockito.Mockito;
import static org.junit.Assert.*;
import static org.mockito.Matchers.*;
import static org.mockito.Mockito.*;
/**
* Created by Jek... | UTF-8 | Java | 1,793 | java | PersonServiceImplTest.java | Java | [
{
"context": "t static org.mockito.Mockito.*;\n\n/**\n * Created by Jeka on 06/10/2016.\n */\npublic class PersonServiceImpl",
"end": 321,
"score": 0.9984669089317322,
"start": 317,
"tag": "NAME",
"value": "Jeka"
}
] | null | [] | package collections;
import org.junit.Assert;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Test;
import org.mockito.ArgumentCaptor;
import org.mockito.Mockito;
import static org.junit.Assert.*;
import static org.mockito.Matchers.*;
import static org.mockito.Mockito.*;
/**
* Created by Jek... | 1,793 | 0.686559 | 0.677635 | 72 | 23.916666 | 23.295057 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.458333 | false | false | 7 |
47452e26b37a7fc7dd25dc2f2c3c6f0a40107ece | 8,504,035,273,122 | 39a12aefa58516ea6a798d1fc6bf3081471b2860 | /src/com/xxx/weixin/ssh/Model/AbstractUser.java | bdbd99cc940a76bc106b8239639aa9163fc90ee2 | [] | no_license | x-man-x/002 | https://github.com/x-man-x/002 | b1d53dec362dda15ee5742ebfc8f47f8fcb138c2 | 6fdf70fc75656923d2f7ebb9747fe4e66dd3e8a2 | refs/heads/master | 2021-07-23T03:19:02.922000 | 2017-11-01T05:17:39 | 2017-11-01T05:17:39 | 109,089,276 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.xxx.weixin.ssh.Model;
import java.sql.Timestamp;
/**
* AbstractUser entity provides the base persistence definition of the User
* entity. @author MyEclipse Persistence Tools
*/
public abstract class AbstractUser implements java.io.Serializable {
// Fields
private Integer id;
private String name;
... | UTF-8 | Java | 1,664 | java | AbstractUser.java | Java | [
{
"context": "p regtime) {\n\t\tthis.name = name;\n\t\tthis.password = password;\n\t\tthis.nickname = nickname;\n\t\tthis.age = age;\n\t\t",
"end": 706,
"score": 0.9967848062515259,
"start": 698,
"tag": "PASSWORD",
"value": "password"
}
] | null | [] | package com.xxx.weixin.ssh.Model;
import java.sql.Timestamp;
/**
* AbstractUser entity provides the base persistence definition of the User
* entity. @author MyEclipse Persistence Tools
*/
public abstract class AbstractUser implements java.io.Serializable {
// Fields
private Integer id;
private String name;
... | 1,666 | 0.704327 | 0.704327 | 96 | 16.34375 | 18.546017 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.229167 | false | false | 7 |
0d686e28c5f2f94c076b451c59dcda955f50eda8 | 27,917,287,494,061 | 2e3a90be87debd043e03007d987ec0420468392d | /app/src/main/java/com/conan/gankmvvm/view/activities/WelfareActivity.java | 97c9b28af38133e55913154621d746e740f9f2f0 | [] | no_license | JasmineBen/GankMvvm | https://github.com/JasmineBen/GankMvvm | a214384daa0a8e8dbd899cc32e5ecf10fdf3992b | d9c4d8cfa680f4f46581c39fe694b3bb97c291d0 | refs/heads/master | 2020-03-28T03:12:40.843000 | 2019-01-08T05:33:13 | 2019-01-08T05:33:13 | 147,627,596 | 5 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.conan.gankmvvm.view.activities;
import android.os.Bundle;
import android.os.PersistableBundle;
import android.util.Log;
import android.view.View;
import com.conan.gankmvvm.R;
import com.conan.gankmvvm.data.network.GankApi;
import com.conan.gankmvvm.databinding.WelfareLayoutBinding;
import com.conan.gankmv... | UTF-8 | Java | 5,576 | java | WelfareActivity.java | Java | [
{
"context": "out;\n\n/**\n * Description:福利Activity\n * Created by:JasmineBen\n * Time:2017/10/31\n */\n\npublic class WelfareActiv",
"end": 1185,
"score": 0.9833047389984131,
"start": 1175,
"tag": "USERNAME",
"value": "JasmineBen"
}
] | null | [] | package com.conan.gankmvvm.view.activities;
import android.os.Bundle;
import android.os.PersistableBundle;
import android.util.Log;
import android.view.View;
import com.conan.gankmvvm.R;
import com.conan.gankmvvm.data.network.GankApi;
import com.conan.gankmvvm.databinding.WelfareLayoutBinding;
import com.conan.gankmv... | 5,576 | 0.707151 | 0.704635 | 161 | 33.57143 | 28.799524 | 145 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.677019 | false | false | 7 |
cfd75c852cd037545c05569e40b81c27447528d1 | 20,418,274,581,530 | 5323c40ea09fd5c9d55561a094e011ccd35e6beb | /concurrency/src/main/java/com/github/siemen/chapter10/OpenInvoke.java | a0210d5578a5563a62f575b8c789a15479b15b9c | [] | no_license | lsmhello/WayToFree | https://github.com/lsmhello/WayToFree | 8d8c37445aad9731329f0645d9ee3b0806752a42 | 13321a5ca9d350ba7be735ebea819591abd9aec6 | refs/heads/master | 2023-03-17T02:41:06.566000 | 2017-12-07T14:01:52 | 2017-12-07T14:01:52 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.github.siemen.chapter10;
/**
* Created by Zhan on 2017-06-29.
*/
import java.util.HashSet;
import java.util.Set;
/**
* 开放调用重构解决协作对象死锁
*/
public class OpenInvoke {
class Taxi {
private Point location,destination;
private final Dispatcher dispatcher;
public Taxi(Dispatcher ... | UTF-8 | Java | 2,003 | java | OpenInvoke.java | Java | [
{
"context": "package com.github.siemen.chapter10;\n/**\n * Created by Zhan on 2017-06-29.\n",
"end": 25,
"score": 0.6131464838981628,
"start": 19,
"tag": "USERNAME",
"value": "siemen"
},
{
"context": "age com.github.siemen.chapter10;\n/**\n * Created by Zhan on 2017-06-29.\n */\n\ni... | null | [] | package com.github.siemen.chapter10;
/**
* Created by Zhan on 2017-06-29.
*/
import java.util.HashSet;
import java.util.Set;
/**
* 开放调用重构解决协作对象死锁
*/
public class OpenInvoke {
class Taxi {
private Point location,destination;
private final Dispatcher dispatcher;
public Taxi(Dispatcher ... | 2,003 | 0.522765 | 0.517279 | 80 | 21.7875 | 18.767454 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2875 | false | false | 7 |
352375bf00655e26483eb0b36086ce855ba46582 | 29,772,713,321,669 | 233c793d345eadbec0d3764658c73a5c0a675665 | /Controles/ControlVoto.java | 4c594b85d82938db3f22b06b037b12dd95b56fbd | [] | no_license | PatoBeltran/AMSSProject | https://github.com/PatoBeltran/AMSSProject | 32bc6d0f014d37d02ef8b87f78f978148956eba9 | a5011436d5b994329d1944ecd88349928c5faaa9 | refs/heads/master | 2021-01-01T06:18:19.158000 | 2014-05-14T07:20:12 | 2014-05-14T07:20:12 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package controles;
import entidades.Usuarios;
public class ControlVoto {
Usuarios cuenta;
public ControlVoto(){
cuenta = new Usuarios(); //Asume que la instancia persiste durante la sesion
}
public void enContra(int userID, int articuloID) {
cuenta.votar(userID, articuloID, 0);
}
public void aFa... | UTF-8 | Java | 507 | java | ControlVoto.java | Java | [] | null | [] | package controles;
import entidades.Usuarios;
public class ControlVoto {
Usuarios cuenta;
public ControlVoto(){
cuenta = new Usuarios(); //Asume que la instancia persiste durante la sesion
}
public void enContra(int userID, int articuloID) {
cuenta.votar(userID, articuloID, 0);
}
public void aFa... | 507 | 0.714004 | 0.710059 | 23 | 21.086956 | 22.906071 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.652174 | false | false | 7 |
88d2b8aba7159ecb8c785d47bbd5478b82011874 | 32,255,204,404,707 | bc5085d6eca847a0e205f8731dae145637179aea | /Java_Project/src/POM/TestNG_Mutual_Fund_POM.java | 9da56fde9cdd43db2fbd2bb9c09df4066401b0bb | [] | no_license | gajbhss/HomePreeti | https://github.com/gajbhss/HomePreeti | 1db49bea85dd3be28b25d62585880732f578850e | 130cc519e649c6a1259885f9eb2401ddab66b167 | refs/heads/master | 2020-04-02T01:57:22.525000 | 2018-12-11T17:34:56 | 2018-12-11T17:34:56 | 153,883,911 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package POM;
import org.testng.annotations.Test;
import org.testng.annotations.BeforeTest;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.firefox.FirefoxDriver;
import org.testng.annotations.AfterTest;
public class TestNG_Mutual_Fund_POM {
WebDriver w;
@BeforeTest
public void beforeTest() t... | UTF-8 | Java | 1,804 | java | TestNG_Mutual_Fund_POM.java | Java | [
{
"context": "ect_Repository_Oops_Concept.username(w).sendKeys(\"admin\");\n\t\tMutual_Fund_Object_Repository_Oops_Concept.p",
"end": 603,
"score": 0.9978486895561218,
"start": 598,
"tag": "USERNAME",
"value": "admin"
},
{
"context": "ect_Repository_Oops_Concept.password(w).sendKeys(... | null | [] | package POM;
import org.testng.annotations.Test;
import org.testng.annotations.BeforeTest;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.firefox.FirefoxDriver;
import org.testng.annotations.AfterTest;
public class TestNG_Mutual_Fund_POM {
WebDriver w;
@BeforeTest
public void beforeTest() t... | 1,803 | 0.72949 | 0.720621 | 68 | 25.529411 | 26.773819 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.544118 | false | false | 7 |
ddc448270b7909bb57ff9b1f7e0f458f417f5845 | 11,072,425,714,580 | 7d981766296b2a60bc66d331812723ecfbeb176b | /RBNet_P2P/src/com/rongbei/activity/account/HFWeb.java | e3c02fa1959e89def81d46ea5c1bd5bb71e38567 | [] | no_license | fukun125/irongbei | https://github.com/fukun125/irongbei | 0a10d58571b2417026d5f1aa0dca65b154f50edf | e7c55406fdaf387668bfa1f99f7280a66b0c319b | refs/heads/master | 2015-08-19T22:35:10.803000 | 2015-01-26T09:12:23 | 2015-01-26T09:12:23 | 29,852,764 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.rongbei.activity.account;
import android.annotation.SuppressLint;
import android.app.Activity;
import android.app.ProgressDialog;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter;
import android.os.Bundle;
import an... | UTF-8 | Java | 3,316 | java | HFWeb.java | Java | [] | null | [] | package com.rongbei.activity.account;
import android.annotation.SuppressLint;
import android.app.Activity;
import android.app.ProgressDialog;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter;
import android.os.Bundle;
import an... | 3,316 | 0.719094 | 0.719094 | 121 | 26.008265 | 18.687733 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.280992 | false | false | 7 |
b7c4a53ad98730b86b98c6b8c8dd05e1daec3041 | 11,072,425,713,937 | f88f3bbc4a6879722ac52511d75fa09090cfd687 | /src/main/java/com/github/eljah/saylaw/repository/OwnerShareRepository.java | 7189b30f52df1d26a9e8354f253261a0064050e4 | [] | no_license | Eljah/saylaw | https://github.com/Eljah/saylaw | 9baff246a80c64499cdd4cfb7e52cf4b279d2cf6 | 55e5caaebcd72432992b49387f2e6439cb08ce3a | refs/heads/master | 2020-03-12T08:48:01.191000 | 2019-03-21T18:29:54 | 2019-03-21T18:29:54 | 130,536,217 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.github.eljah.saylaw.repository;
import com.github.eljah.saylaw.model.Owner;
import com.github.eljah.saylaw.model.OwnerShare;
import org.springframework.data.jpa.repository.JpaRepository;
import java.util.List;
/**
* Created by eljah32 on 4/25/2018.
*/
public interface OwnerShareRepository extends JpaRe... | UTF-8 | Java | 438 | java | OwnerShareRepository.java | Java | [
{
"context": "package com.github.eljah.saylaw.repository;\n\nimport com.github.eljah.sayla",
"end": 24,
"score": 0.7652541995048523,
"start": 19,
"tag": "USERNAME",
"value": "eljah"
},
{
"context": "ithub.eljah.saylaw.repository;\n\nimport com.github.eljah.saylaw.model.Owner;\nimport... | null | [] | package com.github.eljah.saylaw.repository;
import com.github.eljah.saylaw.model.Owner;
import com.github.eljah.saylaw.model.OwnerShare;
import org.springframework.data.jpa.repository.JpaRepository;
import java.util.List;
/**
* Created by eljah32 on 4/25/2018.
*/
public interface OwnerShareRepository extends JpaRe... | 438 | 0.787671 | 0.767123 | 15 | 28.200001 | 25.001867 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.533333 | false | false | 7 |
c1cce8869f2e4ffb4d517479babe03e291cc99c8 | 22,436,909,216,114 | fb26a042fe10e1173f0bcc5c5462b01fc1f28ce7 | /api/src/main/java/com/hypemrecommender/representations/TrackRepresentation.java | 0e315f9a7b7cf5ebec8d452f9a31239e52d75848 | [] | no_license | karangb/HypemRecommender | https://github.com/karangb/HypemRecommender | f9a8b85504b7672af5f823843dc6c2bd4d24e48e | 9683225ff87e96cf7a3290efb22ef66495106ce6 | refs/heads/master | 2020-04-13T01:24:39.804000 | 2013-12-17T16:42:11 | 2013-12-17T16:42:11 | 12,527,946 | 0 | 0 | null | false | 2013-09-05T21:46:19 | 2013-09-01T22:27:22 | 2013-09-05T21:46:19 | 2013-09-05T21:45:43 | 208 | null | 0 | 1 | Java | null | null | package com.hypemrecommender.representations;
import com.fasterxml.jackson.annotation.JsonProperty;
/**
* Created with IntelliJ IDEA.
* User: krg07
* Date: 02/09/2013
* Time: 23:33
* To change this template use File | Settings | File Templates.
*/
@SuppressWarnings("ALL")
public class TrackRepresentation {
... | UTF-8 | Java | 2,650 | java | TrackRepresentation.java | Java | [
{
"context": "erty;\n\n/**\n * Created with IntelliJ IDEA.\n * User: krg07\n * Date: 02/09/2013\n * Time: 23:33\n * To change t",
"end": 151,
"score": 0.9995962381362915,
"start": 146,
"tag": "USERNAME",
"value": "krg07"
}
] | null | [] | package com.hypemrecommender.representations;
import com.fasterxml.jackson.annotation.JsonProperty;
/**
* Created with IntelliJ IDEA.
* User: krg07
* Date: 02/09/2013
* Time: 23:33
* To change this template use File | Settings | File Templates.
*/
@SuppressWarnings("ALL")
public class TrackRepresentation {
... | 2,650 | 0.616981 | 0.607925 | 105 | 24.238094 | 26.225586 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.409524 | false | false | 7 |
fae854036a31cd0780e02a6775c60aa288a0a659 | 8,581,344,690,547 | c6882da1d6ea2a6df3d5659f6d08f1b00accdf5d | /src/src/main/java/hello/data/ISequenceService.java | 1a1344db5ece86bdb394b6bdd966d97d040d64c5 | [] | no_license | AhmedSakrr/whale-detector-crypto | https://github.com/AhmedSakrr/whale-detector-crypto | 660d3efa44b3538075152f75f9d022d1e7e5f030 | 0e343cefdcda8e08be04cdce3460bcd8cceef1bf | refs/heads/master | 2021-09-24T14:07:58.036000 | 2018-10-10T05:37:27 | 2018-10-10T05:37:27 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package hello.data;
public interface ISequenceService {
int getNextSequence(String collectionName);
void reset();
} | UTF-8 | Java | 127 | java | ISequenceService.java | Java | [] | null | [] | package hello.data;
public interface ISequenceService {
int getNextSequence(String collectionName);
void reset();
} | 127 | 0.740157 | 0.740157 | 7 | 17.285715 | 17.416859 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 4 |
1f91668f6ff1f2d602b43c83fa2c3138a8c0eb65 | 15,642,270,925,715 | a8b8860af751dcbe5014d00daf8f57be6da31632 | /code/linear-perceptron/src/linear/perceptron/LinearPerceptron.java | 069639f8c8fbdfd0fe310d4f4b8a2d91c9f3d866 | [] | no_license | jamesrogers93/linear-perceptron | https://github.com/jamesrogers93/linear-perceptron | 6f69afe21bd1ef4fdb7cc50b2a0ef7aaeed12c4a | 1e8688588da108f217c7886af5a093172e7bb172 | refs/heads/master | 2023-04-07T20:47:45.621000 | 2016-06-07T14:30:59 | 2016-06-07T14:30:59 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package linear.perceptron;
//Java
import java.util.Arrays;
//Weka
import weka.classifiers.Classifier;
import weka.core.Capabilities;
import weka.core.Instance;
import weka.core.Instances;
/**
* Linear Perceptron Classifier
* @author James Rogers
* @version 1.0 2015.
*/
public class LinearPerceptron implements C... | UTF-8 | Java | 10,326 | java | LinearPerceptron.java | Java | [
{
"context": ";\n\n/** \n * Linear Perceptron Classifier\n * @author James Rogers\n * @version 1.0 2015.\n */\npublic class LinearPerc",
"end": 251,
"score": 0.9997368454933167,
"start": 239,
"tag": "NAME",
"value": "James Rogers"
}
] | null | [] | package linear.perceptron;
//Java
import java.util.Arrays;
//Weka
import weka.classifiers.Classifier;
import weka.core.Capabilities;
import weka.core.Instance;
import weka.core.Instances;
/**
* Linear Perceptron Classifier
* @author <NAME>
* @version 1.0 2015.
*/
public class LinearPerceptron implements Classif... | 10,320 | 0.580476 | 0.576603 | 360 | 27.683332 | 23.842649 | 135 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.297222 | false | false | 4 |
cae51567a61794283823124f38d9a88692cb866a | 23,081,154,280,644 | ce17b08346b78828904aec74e9e1ac1f26efab59 | /src/main/java/com/plushnode/bending/commands/BendingCommandExecutor.java | 404738bce379f4fa9389aa9a7596b03e34d270be | [] | no_license | plushmonkey/Bending | https://github.com/plushmonkey/Bending | 1da1ce08987a6ff5c5fdc6b8ff98784a74790ec9 | 0db46743b0e1b5bc5b8126218e663ab32519ebe7 | refs/heads/master | 2018-05-03T02:14:26.421000 | 2016-06-28T02:20:32 | 2016-06-28T02:20:32 | 61,162,795 | 2 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.plushnode.bending.commands;
import org.bukkit.ChatColor;
import org.bukkit.command.Command;
import org.bukkit.command.CommandExecutor;
import org.bukkit.command.CommandSender;
import java.util.*;
public class BendingCommandExecutor implements CommandExecutor {
public static final String COMMAND_NAME ... | UTF-8 | Java | 2,577 | java | BendingCommandExecutor.java | Java | [] | null | [] | package com.plushnode.bending.commands;
import org.bukkit.ChatColor;
import org.bukkit.command.Command;
import org.bukkit.command.CommandExecutor;
import org.bukkit.command.CommandSender;
import java.util.*;
public class BendingCommandExecutor implements CommandExecutor {
public static final String COMMAND_NAME ... | 2,577 | 0.622817 | 0.621265 | 84 | 29.678572 | 28.760572 | 126 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.52381 | false | false | 4 |
44ecabb8d6dcc071c982eb54b73e88bf7103333b | 15,977,278,408,114 | 0772825bd5e9a49b57049b495c105bc87dd7d9dc | /src/toolsWorkshop/SortByTime.java | 378476505f7be714ecb52bd3904959fb4a98f3ff | [] | no_license | Idan-Koren-Israeli-Afeka/Natbag2020 | https://github.com/Idan-Koren-Israeli-Afeka/Natbag2020 | a5176b7ec8177fe2d13adfaca0ba79e6e90feafd | 0777e72b9d2aac47813a42d8a67c65cf75b5133a | refs/heads/master | 2022-12-16T19:49:34.468000 | 2020-09-23T16:07:04 | 2020-09-23T16:07:04 | 260,208,332 | 0 | 1 | null | false | 2020-06-02T06:39:50 | 2020-04-30T12:41:01 | 2020-05-14T13:57:56 | 2020-06-02T06:39:50 | 17 | 0 | 1 | 0 | Java | false | false | package toolsWorkshop;
import java.util.Comparator;
public class SortByTime implements Comparator<Flight> {
@Override
public int compare(Flight o1, Flight o2) {
return o1.getDate().compareTo(o2.getDate());
}
} | UTF-8 | Java | 227 | java | SortByTime.java | Java | [] | null | [] | package toolsWorkshop;
import java.util.Comparator;
public class SortByTime implements Comparator<Flight> {
@Override
public int compare(Flight o1, Flight o2) {
return o1.getDate().compareTo(o2.getDate());
}
} | 227 | 0.722467 | 0.704846 | 11 | 18.818182 | 20.153133 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.818182 | false | false | 4 |
c789e850042bc49147c5a793b39d03c521405450 | 29,807,073,061,511 | f97ba375da68423d12255fa8231365104867d9b0 | /study-notes/j2ee-collection/framework/07-SpringBoot/java-config/src/test/java/AnnoAppTest.java | b5849aa805811e9009fde7383e2dc1bc56a40e8a | [
"MIT"
] | permissive | lei720/coderZsq.practice.server | https://github.com/lei720/coderZsq.practice.server | 7a728612e69c44e0877c0153c828b50d8ea7fa7c | 4ddf9842cd088d4a0c2780ac22d41d7e6229164b | refs/heads/master | 2023-07-16T11:21:26.942000 | 2021-09-08T04:38:07 | 2021-09-08T04:38:07 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import com.coderZsq.AppConfig;
import com.coderZsq.domain.*;
import com.coderZsq.domain.anno.BoyFriend;
import com.coderZsq.domain.xml.GirlFriend;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Qu... | UTF-8 | Java | 2,181 | java | AnnoAppTest.java | Java | [] | null | [] | import com.coderZsq.AppConfig;
import com.coderZsq.domain.*;
import com.coderZsq.domain.anno.BoyFriend;
import com.coderZsq.domain.xml.GirlFriend;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Qu... | 2,181 | 0.706241 | 0.704833 | 74 | 27.797297 | 22.012882 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.445946 | false | false | 4 |
88e312014dce4d4ce42f2823e7af5e427d4c7622 | 29,807,073,060,412 | 81579fd57c589882606e4734c8433453f60f09fd | /app/src/main/java/net/translives/app/interf/OnPicturesPreviewerImageListener.java | 60897ac777d7898faa5e1678f198afbcba581824 | [] | no_license | xhcui2008/Transfun | https://github.com/xhcui2008/Transfun | 669faa87b88a05616b1e03b5eaf78258afdfd0a8 | 74b9a9edeb611692f95cc778f4efe1d1aa593dba | refs/heads/master | 2022-07-03T08:09:39.855000 | 2017-09-12T10:45:27 | 2017-09-12T10:45:27 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.translives.app.interf;
/**
* 监听webview上的图片
*
* @author yeguozhong@yeah.net
*/
public interface OnPicturesPreviewerImageListener {
void onImageSet(String[] paths);
}
| UTF-8 | Java | 200 | java | OnPicturesPreviewerImageListener.java | Java | [
{
"context": "es.app.interf;\n\n/**\n * 监听webview上的图片\n *\n * @author yeguozhong@yeah.net\n */\npublic interface OnPicturesPreviewerImageList",
"end": 90,
"score": 0.999927818775177,
"start": 71,
"tag": "EMAIL",
"value": "yeguozhong@yeah.net"
}
] | null | [] | package net.translives.app.interf;
/**
* 监听webview上的图片
*
* @author <EMAIL>
*/
public interface OnPicturesPreviewerImageListener {
void onImageSet(String[] paths);
}
| 188 | 0.728723 | 0.728723 | 12 | 14.666667 | 17.441967 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.166667 | false | false | 4 |
cd9bcd6cc22d55a1626bc6f3e962c889e217978d | 9,517,647,574,978 | d08598b6fa6c11137939a338f830583000233d51 | /chapter3-final-keyword/src/chapter3/finalkeyword/sample/Computer.java | 8faecad871989bd361e50ffaf65e04426fd795b0 | [
"MIT"
] | permissive | kodluyoruz-java-101-31102020-ders-proje/chapter-3-final-keyword-samples | https://github.com/kodluyoruz-java-101-31102020-ders-proje/chapter-3-final-keyword-samples | 822b2e3e68225667dee6557bbf0a2b253179d0f1 | 1663935651b0e2af14d236cb16e4017466c4a09f | refs/heads/main | 2023-01-11T09:51:03.587000 | 2020-11-15T15:48:13 | 2020-11-15T15:48:13 | 313,065,081 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package chapter3.finalkeyword.sample;
// Bir sınıfı final olarak tanımlarsak bu sınıftan hiç bir sınıf kalıtım alamayacaktır.
public final class Computer extends Product {
// Alt sınıfta bu metodu override etmenize izin vermeyecektir.
/*
@Override
public boolean isPriceGreaterThanMaxPrice() {
return super.... | UTF-8 | Java | 367 | java | Computer.java | Java | [] | null | [] | package chapter3.finalkeyword.sample;
// Bir sınıfı final olarak tanımlarsak bu sınıftan hiç bir sınıf kalıtım alamayacaktır.
public final class Computer extends Product {
// Alt sınıfta bu metodu override etmenize izin vermeyecektir.
/*
@Override
public boolean isPriceGreaterThanMaxPrice() {
return super.... | 367 | 0.764873 | 0.76204 | 15 | 22.533333 | 27.084723 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.866667 | false | false | 4 |
7ad217547c88507ac99f3f91f019e167d5692fcf | 13,108,240,245,748 | 11839bc15279c071f66be3615130a96a41cb93a1 | /akatsuki-conan/src/test/java/comic/naruto/akatsuki/AppTest.java | 6c70ee56844387289ca566dc6eae1031abf603a7 | [] | no_license | yl0822/akatsuki | https://github.com/yl0822/akatsuki | 5b434ba4c55792fcc02e3d00d104d4fcfc3203a3 | e4245f316f4b32115cd1b49baef9de23996757ce | refs/heads/master | 2021-06-25T08:58:49.457000 | 2019-10-12T08:47:54 | 2019-10-12T08:47:54 | 140,667,325 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package comic.naruto.akatsuki;
import static org.hamcrest.CoreMatchers.equalTo;
import static org.hamcrest.MatcherAssert.assertThat;
import org.junit.Test;
/**
* Unit test for simple App.
*/
public class AppTest {
/**
* Rigorous Test :-)
*/
@Test
public void shouldAnswerWithTrue() {
int expected = 51;
i... | UTF-8 | Java | 415 | java | AppTest.java | Java | [] | null | [] | package comic.naruto.akatsuki;
import static org.hamcrest.CoreMatchers.equalTo;
import static org.hamcrest.MatcherAssert.assertThat;
import org.junit.Test;
/**
* Unit test for simple App.
*/
public class AppTest {
/**
* Rigorous Test :-)
*/
@Test
public void shouldAnswerWithTrue() {
int expected = 51;
i... | 415 | 0.703614 | 0.693976 | 22 | 17.863636 | 19.596603 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.954545 | false | false | 4 |
271468d1e4fc89ebd960cd0774d4eabb13acfdcd | 34,557,306,866,496 | 0b89d7faadf69f8c74ee914b09e9fb695f9db464 | /src/Core/Config.java | 4e66993fa305d8be331184fdc3147197e4314876 | [
"MIT"
] | permissive | vhnam/ProjectManagement | https://github.com/vhnam/ProjectManagement | 164b58cd95a6d002a664c3e5fbf47dd7a9002667 | 946c316c9fdd8f1b08c9735df0cee2085cafa2ea | refs/heads/master | 2015-07-21T14:37:58 | 2015-04-05T17:12:47 | 2015-04-05T17:12:47 | 30,909,585 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Copyright (c) 2015 - All rights reserved.
* The MIT License (MIT)
*
*/
package Core;
/**
* Configuration
*
* @author Nam Vo Hoai <vhnam2504@gmail.com>
*/
public class Config {
/**
* The database host
*
*/
private final static String host = "127.0.0.1";
/**
* The datab... | UTF-8 | Java | 934 | java | Config.java | Java | [
{
"context": "/\npackage Core;\n\n/**\n* Configuration\n*\n* @author Nam Vo Hoai <vhnam2504@gmail.com>\n*/\npublic class Config {\n ",
"end": 137,
"score": 0.9998031258583069,
"start": 126,
"tag": "NAME",
"value": "Nam Vo Hoai"
},
{
"context": ";\n\n/**\n* Configuration\n*\n* @aut... | null | [] | /**
* Copyright (c) 2015 - All rights reserved.
* The MIT License (MIT)
*
*/
package Core;
/**
* Configuration
*
* @author <NAME> <<EMAIL>>
*/
public class Config {
/**
* The database host
*
*/
private final static String host = "127.0.0.1";
/**
* The database port
*
... | 919 | 0.551392 | 0.531049 | 50 | 17.68 | 24.485456 | 150 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 4 |
8eb2d5cf3ca90bf2fb364a2452b23948183e4950 | 17,978,733,165,706 | 6a3fb142baea008efc31b1e35c0c29eb27f8c414 | /NotificationsOnCanvas/src/main/java/name/boyle/chris/notificationsoncanvas/NotificationsOnCanvasPlugin.java | 8256b46a583ee4064d15ccb3cbe64449c7d5e202 | [] | no_license | chrisboyle/NotificationsOnCanvas | https://github.com/chrisboyle/NotificationsOnCanvas | 1784676d2edd3fdf72614b6a885bb21a4fd84f1a | 9d52a5dbbcf653650df26fb566beb79a16a1259f | refs/heads/main | 2021-06-03T04:28:53.678000 | 2013-09-13T02:28:01 | 2013-09-13T02:28:01 | 12,799,722 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package name.boyle.chris.notificationsoncanvas;
import android.app.Notification;
import android.app.NotificationManager;
import android.app.PendingIntent;
import android.content.Context;
import android.content.Intent;
import android.content.pm.PackageInfo;
import android.content.pm.PackageManager;
import android.conte... | UTF-8 | Java | 6,389 | java | NotificationsOnCanvasPlugin.java | Java | [
{
"context": "s;\nimport java.util.LinkedList;\n\n/**\n * Created by cmb on 12/09/13.\n * //startActivity();\n */\npublic cla",
"end": 821,
"score": 0.9946522116661072,
"start": 818,
"tag": "USERNAME",
"value": "cmb"
}
] | null | [] | package name.boyle.chris.notificationsoncanvas;
import android.app.Notification;
import android.app.NotificationManager;
import android.app.PendingIntent;
import android.content.Context;
import android.content.Intent;
import android.content.pm.PackageInfo;
import android.content.pm.PackageManager;
import android.conte... | 6,389 | 0.647676 | 0.642041 | 166 | 37.487953 | 26.876276 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.861446 | false | false | 4 |
3415439323396e28659ffc9d1c44badc672ba818 | 30,683,246,405,832 | 3a0ad6b2233831158e172cc5e038e9d5ca7fe80d | /src/servlet/templateRoomServlet/GetTemplateRoomJSONServlet.java | ef9862a92fbbbf1aafa276d064f3edd479eaacb5 | [] | no_license | walkap/delphino | https://github.com/walkap/delphino | d674402d3957a3b22564efa3be73e6ebbf4fb523 | bbe832d9a44f1a36ac89fd92222acd687c2e91df | refs/heads/master | 2021-09-06T10:30:16.550000 | 2018-02-05T15:04:22 | 2018-02-05T15:04:22 | 112,827,709 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package servlet.templateRoomServlet;
import control.TemplateRoomController;
import entity.TemplateRoom;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;... | UTF-8 | Java | 1,553 | java | GetTemplateRoomJSONServlet.java | Java | [] | null | [] | package servlet.templateRoomServlet;
import control.TemplateRoomController;
import entity.TemplateRoom;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;... | 1,553 | 0.666452 | 0.665808 | 46 | 32.760868 | 31.655884 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.608696 | false | false | 4 |
f1f6ad9d588527a55a72dcfd8484a2f0daac3b97 | 28,089,086,180,737 | 99072c1747cf2486ee9b36f8402b9ea011f41a07 | /src/main/AmotzIterator.java | 29a2c9c9c815edb911065c49ee7a834ca965fc04 | [] | no_license | amotz1/linkedlist2 | https://github.com/amotz1/linkedlist2 | 52a1842cf1815f1cbe09e73c9cd7d5165dbb2b0d | 09ddfdd935de429663064f7ce36700bc2141756d | refs/heads/master | 2023-07-17T21:41:03.472000 | 2021-08-31T15:07:48 | 2021-08-31T15:07:48 | 391,005,119 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package main;
import java.util.Iterator;
class AmotzIterator implements Iterator<Object> {
private Link current;
AmotzIterator(Link head) {
current = head;
}
public boolean hasNext() {
if (current.next == null)
return false;
else
return true;
}
public Object next() {
Link tempLink = current;
... | UTF-8 | Java | 433 | java | AmotzIterator.java | Java | [] | null | [] | package main;
import java.util.Iterator;
class AmotzIterator implements Iterator<Object> {
private Link current;
AmotzIterator(Link head) {
current = head;
}
public boolean hasNext() {
if (current.next == null)
return false;
else
return true;
}
public Object next() {
Link tempLink = current;
... | 433 | 0.658199 | 0.658199 | 32 | 12.53125 | 12.636713 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.4375 | false | false | 4 |
c1451c9a3e834cd1d84df287e2727a9c1d5acece | 3,143,916,115,995 | f7436c6beb1e31c833e038a3412f115f51682062 | /app/src/main/java/com/example/dailyarticle/activity/SettingActivity.java | c14d616038da38ebdc500da6a39ed5a2667af3e5 | [
"Apache-2.0"
] | permissive | jianjiandeme/Daily | https://github.com/jianjiandeme/Daily | 9c21681709d3d30cec367b12fc6c00697e00d5e3 | 2af43221024c2d8c119f6790fc83e4914bee4a43 | refs/heads/master | 2018-02-08T02:30:59.099000 | 2017-10-19T12:22:15 | 2017-10-19T12:22:15 | 95,943,339 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.dailyarticle.activity;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import com.example.dailyarticle.R;
public class SettingActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanc... | UTF-8 | Java | 388 | java | SettingActivity.java | Java | [] | null | [] | package com.example.dailyarticle.activity;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import com.example.dailyarticle.R;
public class SettingActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanc... | 388 | 0.770619 | 0.768041 | 15 | 24.866667 | 22.195696 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 4 |
06c5a43a7aa8f715ba0b9e9084e4bd195ed14d7d | 9,028,021,267,395 | 11e58497b6ea6a6278beb9952518b6261186c778 | /tanhua-manage/src/main/java/com/itheima/manage/controller/AdminController.java | b4f2899d924b20ceafc7424364f42f8ee639b87e | [] | no_license | DanielLi529/tanhua | https://github.com/DanielLi529/tanhua | 07746d5551e6aee4e3167b78ea6a4dcac6e03b25 | 75a5b37decafb8bbf73de46c0565efa095aab3d1 | refs/heads/master | 2023-06-19T08:54:21.386000 | 2021-07-15T12:35:16 | 2021-07-15T12:35:16 | 380,945,931 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.itheima.manage.controller;
import cn.hutool.captcha.CaptchaUtil;
import cn.hutool.captcha.LineCaptcha;
import com.itheima.manage.domain.Admin;
import com.itheima.manage.interceptor.AdminHolder;
import com.itheima.manage.service.AdminService;
import com.itheima.manage.vo.AdminVo;
import lombok.extern.log4j.... | UTF-8 | Java | 2,897 | java | AdminController.java | Java | [] | null | [] | package com.itheima.manage.controller;
import cn.hutool.captcha.CaptchaUtil;
import cn.hutool.captcha.LineCaptcha;
import com.itheima.manage.domain.Admin;
import com.itheima.manage.interceptor.AdminHolder;
import com.itheima.manage.service.AdminService;
import com.itheima.manage.vo.AdminVo;
import lombok.extern.log4j.... | 2,897 | 0.679212 | 0.674639 | 88 | 31.306818 | 23.590906 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.613636 | false | false | 4 |
e96b602bf463194358cd28dfeed3ff8bc79bf6a9 | 4,088,808,932,087 | 294976be41e23b6b9f87b9afa82a43de8f9f2a58 | /Secure code/Main_Class.java | fdae90ec460bb8d9b4e0f8d6f60f136cdbfcf9e8 | [] | no_license | mohanakrishna62/Secure-code-identification | https://github.com/mohanakrishna62/Secure-code-identification | 6aa95f3b7e083817e0a2748e1b329700422e93c4 | bb2603f823bb8bc914f13e35a5986f129ac51f52 | refs/heads/master | 2021-09-18T10:40:46.463000 | 2018-07-13T07:30:17 | 2018-07-13T07:30:17 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.*;
import java.util.*;
import java.lang.*;
/**
*
*/
// main class to call the all the functions public class Main_Class {
public static void main(String[] args) throws Exception {
ArrayList<String> Private_Variables = new ArrayList<String>(); // to store private variables
ArrayList<String> Publ... | UTF-8 | Java | 2,952 | java | Main_Class.java | Java | [] | null | [] | import java.io.*;
import java.util.*;
import java.lang.*;
/**
*
*/
// main class to call the all the functions public class Main_Class {
public static void main(String[] args) throws Exception {
ArrayList<String> Private_Variables = new ArrayList<String>(); // to store private variables
ArrayList<String> Publ... | 2,952 | 0.682927 | 0.681233 | 163 | 17.11043 | 26.009203 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.576687 | false | false | 4 |
0505f36cd4f5a7fd29b403dee326e79ab564f149 | 3,719,441,706,754 | 691d81ed70ad5a7bc6cfd71dd2f3837c95c94021 | /src/test/java/com/mastermind/CodeColorsTest.java | 43fba70c4ab4f18e745e9d02d11d0b6260e8088c | [] | no_license | tdeligny/mastermind-robot | https://github.com/tdeligny/mastermind-robot | df4651293b430adfcd0f5b8ee73c6ecc6e5067c1 | af4ce4efec6765243f916b939b83618fe4f158df | refs/heads/master | 2021-01-25T04:22:53.652000 | 2017-11-08T16:25:28 | 2017-11-08T16:25:28 | 93,437,392 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mastermind;
import junit.framework.TestCase;
public class CodeColorsTest extends TestCase {
public void test_colorExist() {
// Test that -1 is always refused
assertFalse(CodeColors.colorExist(-1));
// Test that 0 is always accepted
assertTrue(CodeColors.colorExist(0));
assertNotNull(CodeCo... | UTF-8 | Java | 1,421 | java | CodeColorsTest.java | Java | [] | null | [] | package com.mastermind;
import junit.framework.TestCase;
public class CodeColorsTest extends TestCase {
public void test_colorExist() {
// Test that -1 is always refused
assertFalse(CodeColors.colorExist(-1));
// Test that 0 is always accepted
assertTrue(CodeColors.colorExist(0));
assertNotNull(CodeCo... | 1,421 | 0.790402 | 0.786168 | 30 | 46.233334 | 43.218578 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.8 | false | false | 4 |
f1c36c43f588d7e1f091bbc784e3496362552e9a | 8,315,056,689,521 | 0024f58c7c6eb5c65f400c2415c49b6f331ad0a0 | /src/main/java/workspacehub/SpaceTypeRepository.java | 171f4f03675b5ea57ceb8a007d8e8a38bffcecb9 | [] | no_license | workspace-hub/workspace-hub | https://github.com/workspace-hub/workspace-hub | 42d368ef9f7c196d75f20676d8fe1cbc8cb9c382 | 48f1985d3ad33ddd6c4f764d70789efaba2a4787 | refs/heads/master | 2021-09-27T22:52:06.207000 | 2018-11-12T14:12:13 | 2018-11-12T14:12:13 | 112,217,002 | 0 | 0 | null | false | 2017-12-14T18:57:55 | 2017-11-27T15:57:41 | 2017-12-11T17:22:45 | 2017-12-14T18:57:54 | 12,894 | 0 | 5 | 0 | Java | false | null | package workspacehub;
import org.springframework.data.repository.CrudRepository;
public interface SpaceTypeRepository extends CrudRepository<SpaceType, Long> {
}
| UTF-8 | Java | 165 | java | SpaceTypeRepository.java | Java | [] | null | [] | package workspacehub;
import org.springframework.data.repository.CrudRepository;
public interface SpaceTypeRepository extends CrudRepository<SpaceType, Long> {
}
| 165 | 0.842424 | 0.842424 | 7 | 22.571428 | 30.05641 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 4 |
816629563cf84a72b36357c80b634bd0a10dadbd | 16,870,631,578,638 | 6b454ea3d25b56df23e5b32641dbbb3d6150db4c | /app/src/main/java/com/zk/walkwayapp/route/RouteResult.java | f1dbe5ccba1777bca9dbeb90759cea6ece03f1e8 | [] | no_license | nuptdzs/WalkWay | https://github.com/nuptdzs/WalkWay | 6424633413f16b0a2e0adfa13599fdc16cf75326 | 371721d34ccf4362ecaf15a4ae8d907d15d96ab8 | refs/heads/master | 2020-09-06T04:09:35.441000 | 2017-11-14T06:33:00 | 2017-11-14T06:33:00 | 94,416,430 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zk.walkwayapp.route;
import java.util.List;
/**
* Created by dzs on 2017/8/6.
*/
public class RouteResult {
private String status;
private List<WayPoint> geocoded_waypoints;
private List<Route> routes;
private List<AvailableTravelMode> available_travel_modes;
@Override
public S... | UTF-8 | Java | 1,418 | java | RouteResult.java | Java | [
{
"context": ".route;\n\nimport java.util.List;\n\n/**\n * Created by dzs on 2017/8/6.\n */\n\npublic class RouteResult {\n ",
"end": 79,
"score": 0.9996491074562073,
"start": 76,
"tag": "USERNAME",
"value": "dzs"
}
] | null | [] | package com.zk.walkwayapp.route;
import java.util.List;
/**
* Created by dzs on 2017/8/6.
*/
public class RouteResult {
private String status;
private List<WayPoint> geocoded_waypoints;
private List<Route> routes;
private List<AvailableTravelMode> available_travel_modes;
@Override
public S... | 1,418 | 0.619887 | 0.615656 | 56 | 24.321428 | 23.650059 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.321429 | false | false | 4 |
600e5c551a830f38d29d202c7ef5727ddce9ab13 | 2,095,944,084,745 | 36876fb49cd398e83f3d0fd8e167cd87bc0ac869 | /ClientControl/app/src/main/java/com/example/edcowpar/clientcontrol/AddConsultantActivity.java | ed9f364fe066de359159d679489c78a3ecb317d9 | [] | no_license | EdCowpar/ClientControl | https://github.com/EdCowpar/ClientControl | fbcb57585269c1e31d7d10ac9f8a7296f1e2baab | aa84e1b22dd4f5e2e2e8166c9f6505a76b88dd92 | refs/heads/master | 2020-05-22T04:04:55.179000 | 2017-02-14T09:33:55 | 2017-02-14T09:33:55 | 62,547,335 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.edcowpar.clientcontrol;
import android.content.Intent;
import android.support.design.widget.FloatingActionButton;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.text.TextUtils;
import android.view.View;
import android.widget.CheckBox;
import android.widget... | UTF-8 | Java | 4,158 | java | AddConsultantActivity.java | Java | [
{
"context": "w ConsultantRecord();\n c.Password = etPassword.getText().toString();\n c.UserCode ",
"end": 1551,
"score": 0.9257887601852417,
"start": 1541,
"tag": "PASSWORD",
"value": "etPassword"
},
{
"context": "Text().toString();\n c.U... | null | [] | package com.example.edcowpar.clientcontrol;
import android.content.Intent;
import android.support.design.widget.FloatingActionButton;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.text.TextUtils;
import android.view.View;
import android.widget.CheckBox;
import android.widget... | 4,158 | 0.587542 | 0.587061 | 116 | 34.844826 | 22.855846 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.672414 | false | false | 4 |
43dfa848d9ee3ead86469e6c9a540066c8f55b89 | 2,095,944,084,224 | e8acc95c712efbc30763742537aa0e2ca4de39f0 | /app/src/main/java/com/example/dell/mytour/uis/fragments/frahments/personalpage/FragmentListPost.java | e42ee8532c11354bbc40ef75b287aacefd7ce115 | [] | no_license | alien9996/MyTour | https://github.com/alien9996/MyTour | 1bd4a772f36030b0ea1bc350134a6d07db69f77e | 34c117597eb7f43c2e5dd88ee56702e96c300fad | refs/heads/master | 2021-08-27T18:28:25.105000 | 2021-08-22T13:04:42 | 2021-08-22T13:04:42 | 165,279,684 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.dell.mytour.uis.fragments.frahments.personalpage;
import android.app.Activity;
import android.app.Dialog;
import android.content.Intent;
import android.support.annotation.NonNull;
import android.support.v4.widget.SwipeRefreshLayout;
import android.support.v7.widget.LinearLayoutManager;
import andro... | UTF-8 | Java | 15,854 | java | FragmentListPost.java | Java | [] | null | [] | package com.example.dell.mytour.uis.fragments.frahments.personalpage;
import android.app.Activity;
import android.app.Dialog;
import android.content.Intent;
import android.support.annotation.NonNull;
import android.support.v4.widget.SwipeRefreshLayout;
import android.support.v7.widget.LinearLayoutManager;
import andro... | 15,854 | 0.603199 | 0.602437 | 437 | 35.057209 | 30.7568 | 137 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.462243 | false | false | 4 |
37b3a3d6b7bcc1d8630531076ac4dcf6d21d95ea | 6,158,983,141,529 | 16d9b69a9a17c584a200de03aad96fc5bd34f895 | /src/main/java/com/_3line/gravity/freedom/mediaintegration/model/AppDevice.java | bc5078d5c468e27495f39a1e0d06dae45f2cc6b4 | [] | no_license | manosbatsis/agency | https://github.com/manosbatsis/agency | 03fd08ee11e56433da66a7e2f15fbd1ca08c9b26 | aef0480f64e78932f55a9dafefc3f94bd408dac8 | refs/heads/master | 2023-02-24T07:43:33.373000 | 2021-01-26T13:41:39 | 2021-01-26T13:41:39 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com._3line.gravity.freedom.mediaintegration.model;
import com._3line.gravity.core.entity.AbstractEntity;
import lombok.Data;
import javax.persistence.Entity;
import java.util.Date;
@Data
@Entity
public class AppDevice extends AbstractEntity {
private String deviceType;
private String appVersion;
... | UTF-8 | Java | 377 | java | AppDevice.java | Java | [] | null | [] | package com._3line.gravity.freedom.mediaintegration.model;
import com._3line.gravity.core.entity.AbstractEntity;
import lombok.Data;
import javax.persistence.Entity;
import java.util.Date;
@Data
@Entity
public class AppDevice extends AbstractEntity {
private String deviceType;
private String appVersion;
... | 377 | 0.782493 | 0.777188 | 18 | 19.944445 | 18.97212 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 4 |
6f7ff685d76ff124df3185184df3c5086967fbd4 | 4,097,398,835,500 | 6fc4f1cde4a4d49b6255ffa2c107ca6ec724a0e4 | /cloud.ipark.estate.war/src/com/wiiy/estate/service/EstateProtocolAttService.java | e9e1c57258f13e4b8c1e2ddc1c50c236b3b79679 | [] | no_license | suevip/iPark2 | https://github.com/suevip/iPark2 | c9de9d64868a71f3b38c3b8fcc76ef86506d3365 | 273ce5fd6274b3ba34e7f79434acc2283e8c9787 | refs/heads/master | 2017-12-03T09:35:29.690000 | 2017-03-17T06:24:29 | 2017-03-17T06:24:29 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.wiiy.estate.service;
import com.wiiy.commons.service.IService;
import com.wiiy.estate.entity.EstateProtocolAtt;
/**
* @author my
*/
public interface EstateProtocolAttService extends IService<EstateProtocolAtt> {
}
| UTF-8 | Java | 240 | java | EstateProtocolAttService.java | Java | [
{
"context": "state.entity.EstateProtocolAtt;\r\n\r\n/**\r\n * @author my\r\n */\r\npublic interface EstateProtocolAttService ext",
"end": 149,
"score": 0.9353628158569336,
"start": 147,
"tag": "USERNAME",
"value": "my"
}
] | null | [] | package com.wiiy.estate.service;
import com.wiiy.commons.service.IService;
import com.wiiy.estate.entity.EstateProtocolAtt;
/**
* @author my
*/
public interface EstateProtocolAttService extends IService<EstateProtocolAtt> {
}
| 240 | 0.7625 | 0.7625 | 10 | 22 | 25.686573 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3 | false | false | 4 |
4d97a19765565ebd4b48c863478a75de29cce550 | 4,518,305,629,623 | 53c3500eb7777eb99bd9ed8b2fb7bb7a501ca805 | /SamplePlugin/src/main/java/io/antmedia/plugin/SamplePlugin.java | dff4acb9e46428dd6345b3f366018990a269b551 | [] | no_license | yuki-ogimoto-sony/Plugins | https://github.com/yuki-ogimoto-sony/Plugins | a7c21f135d8c18336e9c195bc4e14b51cac4d25d | 6e7f37cb891633ff502ab7e3043b56f14e455554 | refs/heads/master | 2023-08-31T18:08:54.483000 | 2021-09-09T11:13:31 | 2021-09-09T11:13:31 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package io.antmedia.plugin;
import java.util.List;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.BeansException;
import org.springframework.context.ApplicationContext;
import org.springframework.context.ApplicationContextAware;
import org.springframework.stereotype.Componen... | UTF-8 | Java | 3,178 | java | SamplePlugin.java | Java | [] | null | [] | package io.antmedia.plugin;
import java.util.List;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.BeansException;
import org.springframework.context.ApplicationContext;
import org.springframework.context.ApplicationContextAware;
import org.springframework.stereotype.Componen... | 3,178 | 0.766834 | 0.766205 | 109 | 28.155964 | 26.28537 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.66055 | false | false | 4 |
6c7afee764d1a8593ef0798541ce018fa336ad36 | 30,562,987,318,338 | f975f2024bf9c42df251115ce019cb06acb51a70 | /PARSERS/src/main/java/main/Main.java | 0ae0436d44df577dcb51985cc5e8c4e8e0e66730 | [] | no_license | KirillBugrim/Roxsoft | https://github.com/KirillBugrim/Roxsoft | fa606b198c75e964c1a18b433f096fc0a8b6c1ed | 8ee49f0045f86c3992751789bdeaab451ea37521 | refs/heads/master | 2020-05-21T22:28:49.310000 | 2016-09-22T19:20:32 | 2016-09-22T19:20:32 | 63,327,752 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package main;
import entity.Team;
import org.apache.log4j.PropertyConfigurator;
import parsers.IParser;
import parsers.Jackson;
import parsers.JaxB;
import parsers.STAX;
import javax.xml.bind.JAXBException;
import java.util.List;
public class Main {
public static final String LOG_FILE_NAME = "src/main/resources/log... | UTF-8 | Java | 1,779 | java | Main.java | Java | [] | null | [] | package main;
import entity.Team;
import org.apache.log4j.PropertyConfigurator;
import parsers.IParser;
import parsers.Jackson;
import parsers.JaxB;
import parsers.STAX;
import javax.xml.bind.JAXBException;
import java.util.List;
public class Main {
public static final String LOG_FILE_NAME = "src/main/resources/log... | 1,779 | 0.556492 | 0.550309 | 50 | 34.580002 | 45.16507 | 187 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.04 | false | false | 4 |
75f9cab1c4eb857d559ab5c7697f245f851abcf7 | 4,209,067,994,796 | 72b59f2812c72e56c0596a2146a7da582afd976f | /src/main/java/com/skynet/rimp/hisBaseInfo/service/IHosDocmService.java | f059f68cacd6ac8137c1b4d5d5ab2651cc4ac081 | [] | no_license | hujincheng98/manage-dev | https://github.com/hujincheng98/manage-dev | 0399154740c9c49fb674570b1d2a0d7181339af6 | 16aa14f885813b06e9d59c3a3356bc7bfe810b96 | refs/heads/master | 2020-04-05T20:07:58.043000 | 2018-11-12T06:28:23 | 2018-11-12T06:30:01 | 157,165,586 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.skynet.rimp.hisBaseInfo.service;
import com.skynet.platform.common.service.BaseService;
import com.skynet.rimp.hisBaseInfo.vo.HosDocmInfo;
/**
*
* <p>Title: 医生管理service</p>
* <p>Description: </p>
*
* @author Torlay
* @version 1.00.00
* <pre>
* 修改记录:
* 版本号 修改人 修改日期 修改内容
*
*
*/... | UTF-8 | Java | 772 | java | IHosDocmService.java | Java | [
{
"context": "理service</p>\n * <p>Description: </p>\n *\n * @author Torlay\n * @version 1.00.00\n * <pre>\n * 修改记录:\n * 版本号 修",
"end": 234,
"score": 0.990490198135376,
"start": 228,
"tag": "NAME",
"value": "Torlay"
}
] | null | [] | package com.skynet.rimp.hisBaseInfo.service;
import com.skynet.platform.common.service.BaseService;
import com.skynet.rimp.hisBaseInfo.vo.HosDocmInfo;
/**
*
* <p>Title: 医生管理service</p>
* <p>Description: </p>
*
* @author Torlay
* @version 1.00.00
* <pre>
* 修改记录:
* 版本号 修改人 修改日期 修改内容
*
*
*/... | 772 | 0.732143 | 0.725275 | 32 | 21.75 | 23.400053 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.65625 | false | false | 4 |
8d2a57ac9b4adda4d5e491c8775dbe38a223ca53 | 12,163,347,422,684 | 904aa1b98a2f11588dede3848aad8489b9e07920 | /src/main/java/com/hasan/models/Refill.java | b194482aed780d7c579d82193b72137da2177040 | [] | no_license | Hasan330/Java-Spring-Restful-Api | https://github.com/Hasan330/Java-Spring-Restful-Api | c8e25be4f040136146f44c7882c31fab9ca191c7 | d4e3e40adbf118859959aa18f613f34e79a81b51 | refs/heads/master | 2021-04-12T08:37:35.967000 | 2018-05-03T06:19:44 | 2018-05-03T06:19:44 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hasan.models;
import com.fasterxml.jackson.annotation.JsonIgnore;
import org.hibernate.annotations.GenericGenerator;
import javax.persistence.*;
import java.util.ArrayList;
import java.util.Calendar;
import java.util.List;
@Entity
@Table(name= "refills")
public class Refill {
@Id
@Column(name= "... | UTF-8 | Java | 3,392 | java | Refill.java | Java | [] | null | [] | package com.hasan.models;
import com.fasterxml.jackson.annotation.JsonIgnore;
import org.hibernate.annotations.GenericGenerator;
import javax.persistence.*;
import java.util.ArrayList;
import java.util.Calendar;
import java.util.List;
@Entity
@Table(name= "refills")
public class Refill {
@Id
@Column(name= "... | 3,392 | 0.606132 | 0.606132 | 137 | 23.759125 | 23.150578 | 134 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.445255 | false | false | 4 |
a77cd5c5e6e221c7d484330d07eb33344802d99f | 22,187,801,092,775 | ed869027dbebc8eef8ef7f2ad4ffe38476e364f2 | /app/src/main/java/local/hal/st32/android/todo45008/ToDoListActivity.java | 67ef633c8bde433e958f2361b548832c689e52c8 | [] | no_license | dyf15/ToDo-Android | https://github.com/dyf15/ToDo-Android | 3f6337168c161b5742dc2f55f2eec0468561acbc | 156c73d86ff5540f911cffd674a5a9d2e00f4493 | refs/heads/master | 2021-01-20T02:53:42.234000 | 2017-03-05T12:23:22 | 2017-03-05T12:23:22 | 83,822,335 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package local.hal.st32.android.todo45008;
import android.app.ListActivity;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.SharedPreferences;
import android.database.Cursor;
import android.os.Bundle;
import android.os.SystemClock;
import and... | UTF-8 | Java | 18,794 | java | ToDoListActivity.java | Java | [] | null | [] | package local.hal.st32.android.todo45008;
import android.app.ListActivity;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.SharedPreferences;
import android.database.Cursor;
import android.os.Bundle;
import android.os.SystemClock;
import and... | 18,794 | 0.549251 | 0.54731 | 574 | 30.409409 | 27.335022 | 140 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.635889 | false | false | 4 |
47ea2e0a4d6f8e2090f49dd8da5a8c1e90647765 | 29,154,238,059,695 | 54233c328aa009d5557608b728eb159a20db81a8 | /src/main/java/com/yiyi/yibaifen/springboottest/service/TbUserService.java | 44ad4c360cb27333810329cb6778c495959870bc | [] | no_license | w986864905/springbootcrud | https://github.com/w986864905/springbootcrud | 9e345f00ff14cb6470ab2c0c1bfa0731e82d7c10 | 0552bdc087355fe2e5a8bf6ade37632e9081b163 | refs/heads/master | 2022-11-16T15:01:13.657000 | 2020-07-17T02:32:24 | 2020-07-17T02:32:24 | 276,595,294 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yiyi.yibaifen.springboottest.service;
import com.yiyi.yibaifen.springboottest.model.TbUser;
public interface TbUserService {
public int insertTbUser(TbUser user);
}
| UTF-8 | Java | 183 | java | TbUserService.java | Java | [] | null | [] | package com.yiyi.yibaifen.springboottest.service;
import com.yiyi.yibaifen.springboottest.model.TbUser;
public interface TbUserService {
public int insertTbUser(TbUser user);
}
| 183 | 0.808743 | 0.808743 | 7 | 25.142857 | 22.331455 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 4 |
71493fa0efc1efdf48868c14cada0d5b4a0c8258 | 3,169,685,923,926 | 13c032dc8cf57f04e9b8af27964f5b6ca267c4b9 | /TC/SEM120/TP1/TP1C2020/src/main/java/com/app/punto1/automaton/components/TransactionFunction.java | 07a7060cd1e3539cc1025fb4545fc49ea188506e | [] | no_license | NFER179/ProyectosUNGS | https://github.com/NFER179/ProyectosUNGS | ffc6af2502e49da1fe99cfe4df15e3603df27c4c | 5ee6cac8010945f1763d05f12d6ad75e5deef79a | refs/heads/master | 2023-02-06T21:32:51.320000 | 2020-11-09T23:10:10 | 2020-11-09T23:10:10 | 262,444,559 | 0 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.app.punto1.automaton.components;
import com.app.punto1.automaton.components.alphabet.Symbol;
/** Transaction function. **/
public abstract class TransactionFunction {
protected StateA _stateParameter;
protected Symbol _symbol;
private static String SPARAMETERFORMAT = "%s,%s";
/** Construction fro... | UTF-8 | Java | 1,644 | java | TransactionFunction.java | Java | [] | null | [] | package com.app.punto1.automaton.components;
import com.app.punto1.automaton.components.alphabet.Symbol;
/** Transaction function. **/
public abstract class TransactionFunction {
protected StateA _stateParameter;
protected Symbol _symbol;
private static String SPARAMETERFORMAT = "%s,%s";
/** Construction fro... | 1,644 | 0.723236 | 0.720803 | 54 | 29.462963 | 28.404951 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.555556 | false | false | 4 |
a19eb30b5f89b5a1a41a7033e751d4861e1f591e | 9,517,647,592,926 | 18776114e66306c791a0f23c79547e0e96d4d6b3 | /HerenciaT3/src/ico/fes/animales/Perro.java | 6cb411181e04b5933061be6662c8946d4de18788 | [] | no_license | Francisco2209/Herencia.Tarea3 | https://github.com/Francisco2209/Herencia.Tarea3 | 0d30d9bfad69b4a64911c4f46308991afa760a71 | 594695330d52e8d659df4336dd3a6819e583e1df | refs/heads/main | 2023-06-06T05:23:17.730000 | 2021-06-29T12:49:50 | 2021-06-29T12:49:50 | 381,362,655 | 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 ico.fes.animales;
/**
*
* @author PC
*/
public class Perro extends Animales {
private String Raza;
pri... | UTF-8 | Java | 1,674 | java | Perro.java | Java | [
{
"context": "\r\npackage ico.fes.animales;\r\n\r\n/**\r\n *\r\n * @author PC\r\n */\r\npublic class Perro extends Animales {\r\n ",
"end": 241,
"score": 0.9877556562423706,
"start": 239,
"tag": "USERNAME",
"value": "PC"
}
] | 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 ico.fes.animales;
/**
*
* @author PC
*/
public class Perro extends Animales {
private String Raza;
pri... | 1,674 | 0.541816 | 0.541816 | 76 | 20.026316 | 22.456961 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.526316 | false | false | 4 |
83267f8fbc84c6e8b32e1bcd7cbd071a0ec2f7fe | 27,565,100,135,065 | c42225d0cd5608c3e81ce5a2ee34c6022d766c05 | /rbtsdk2.0/src/main/java/com/onmobile/rbt/baseline/fragment/FragmentHomeStore.java | 262b44c11d4a43979073c5f0fb6e54308ba1c022 | [] | no_license | IMPK/RBTSDK2.0 | https://github.com/IMPK/RBTSDK2.0 | ac7a70983fdcee798777ae79fb1647ce4ad46f16 | 1ed2b9fc066d5d75e4dc503c2621663a4e3ae2dd | refs/heads/master | 2020-09-29T02:37:20.089000 | 2019-12-25T18:50:48 | 2019-12-25T18:50:48 | 226,928,983 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.onmobile.rbt.baseline.fragment;
import android.content.Context;
import android.os.Bundle;
import android.view.View;
import android.view.ViewGroup;
import com.onmobile.rbt.baseline.AppManager;
import com.onmobile.rbt.baseline.http.api_action.dtos.BannerDTO;
import com.onmobile.rbt.baseline.http.api_action.... | UTF-8 | Java | 23,772 | java | FragmentHomeStore.java | Java | [
{
"context": "cyclerview.widget.RecyclerView;\n\n/**\n * Created by Shahbaz Akhtar on 18/09/2018.\n *\n * @author Shahbaz Akhtar\n */\n\n",
"end": 1956,
"score": 0.9998645186424255,
"start": 1942,
"tag": "NAME",
"value": "Shahbaz Akhtar"
},
{
"context": "ted by Shahbaz Akhtar on 18/0... | null | [] | package com.onmobile.rbt.baseline.fragment;
import android.content.Context;
import android.os.Bundle;
import android.view.View;
import android.view.ViewGroup;
import com.onmobile.rbt.baseline.AppManager;
import com.onmobile.rbt.baseline.http.api_action.dtos.BannerDTO;
import com.onmobile.rbt.baseline.http.api_action.... | 23,756 | 0.597468 | 0.595701 | 648 | 35.685184 | 27.666828 | 143 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.490741 | false | false | 4 |
aef33695c5afb73d95222c762bea3927cbf8cc6c | 24,395,414,306,469 | c28c5498f2b534b6c5b2142df1176961ea3723de | /src/compilation/AnnotationParsing.java | 227bd3160ef01b05221b2b92103e154e216431f5 | [] | no_license | Kalfaa/GameJava | https://github.com/Kalfaa/GameJava | f63d3c3b6744647c5034128b874bd24b198f46f8 | dc768686ff0631070b58fe41f06790a8a93f46f4 | refs/heads/master | 2020-03-21T04:07:54.477000 | 2018-07-20T20:43:25 | 2018-07-20T20:43:25 | 138,092,544 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package compilation;
import compilation.packagecompile.Hint;
import compilation.packagecompile.Joker;
import java.lang.annotation.Annotation;
import java.lang.reflect.Method;
public class AnnotationParsing {
public static boolean findJokerAnnot(String methodname , String classpath) {
try {
f... | UTF-8 | Java | 2,373 | java | AnnotationParsing.java | Java | [] | null | [] | package compilation;
import compilation.packagecompile.Hint;
import compilation.packagecompile.Joker;
import java.lang.annotation.Annotation;
import java.lang.reflect.Method;
public class AnnotationParsing {
public static boolean findJokerAnnot(String methodname , String classpath) {
try {
f... | 2,373 | 0.504003 | 0.502739 | 63 | 36.682541 | 28.616692 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.31746 | false | false | 4 |
519dced97560e86815c1a3887d1bac6df575e094 | 5,257,040,026,272 | 9b747fd359f9120603dd5a51c38da94442cf9fe5 | /contrib/nosql/generic/src/main/java/org/apache/sling/nosql/generic/resource/impl/ValueMapConvertingNoSqlAdapter.java | 62974f04803a0b397aeeebf957defa7c60c2c0fc | [
"Apache-2.0",
"JSON"
] | permissive | bdelacretaz/sling-builder | https://github.com/bdelacretaz/sling-builder | 5f51eaf5400a2e85300c1ae97c86c16e9669936d | 2bed9acec071acb33624e3ee792f49d9f20deb6f | refs/heads/trunk | 2020-02-26T19:08:51.767000 | 2015-06-23T21:20:54 | 2015-06-23T21:20:54 | 37,967,448 | 2 | 0 | Apache-2.0 | false | 2020-10-13T09:03:57 | 2015-06-24T06:46:22 | 2019-02-23T19:23:03 | 2020-10-13T09:03:56 | 44,032 | 0 | 0 | 52 | 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 ... | UTF-8 | Java | 6,276 | java | ValueMapConvertingNoSqlAdapter.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 ... | 6,276 | 0.626673 | 0.622849 | 170 | 35.917648 | 29.513391 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.423529 | false | false | 4 |
290f898139900bf33f7b6ca808ebb865646ee72c | 730,144,483,394 | 7cae94aee750290b64c350a22c19f08168a93151 | /src/DbManager.java | 91a794af9aeb16bc586b918febbdc75fd1204c2d | [] | no_license | ranjanshalini/myProjects | https://github.com/ranjanshalini/myProjects | bbecc6c8a911f80f37ec4851754afeb25dd9b49e | 753026994a881dedb0c78f7cfcc5e58e122e2d08 | refs/heads/master | 2021-01-10T05:39:06.863000 | 2015-10-09T17:40:34 | 2015-10-09T17:40:34 | 43,392,508 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.Map;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServl... | UTF-8 | Java | 3,016 | java | DbManager.java | Java | [
{
"context": ".setUrlName(urlName);\n\t ud.setPassword(pwd);\n\t ud.setDescription(desc);\n\t ",
"end": 1642,
"score": 0.9989755749702454,
"start": 1639,
"tag": "PASSWORD",
"value": "pwd"
},
{
"context": "\t\t\tqueryString = \"Update url_table SET urlPwd ... | null | [] |
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.Map;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServl... | 3,011 | 0.672082 | 0.66744 | 94 | 31.074469 | 29.248472 | 154 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.06383 | false | false | 4 |
7fc94ecf7960cc2a097adc98d1407f107a927a1a | 11,235,634,514,857 | 39585792663b7a963fee34d6194b14d51cb0cad9 | /src/ioc/config/parsing/ConfigurationManager.java | b31fc429d05a83219da47185182d4e6c283b0e23 | [] | no_license | zzh5301/myIoc | https://github.com/zzh5301/myIoc | 183a1930932767ddb8e282b12db11ba883b56b3e | f454aea5631897ec33d9b977187b88440074b817 | refs/heads/master | 2021-06-21T09:34:46.634000 | 2017-08-14T16:48:28 | 2017-08-14T16:48:28 | 100,289,396 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ioc.config.parsing;
import ioc.config.Bean;
import ioc.config.Property;
import org.dom4j.Document;
import org.dom4j.DocumentException;
import org.dom4j.Element;
import org.dom4j.io.SAXReader;
import java.io.InputStream;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
/**
* Created by ... | UTF-8 | Java | 1,864 | java | ConfigurationManager.java | Java | [
{
"context": "til.List;\nimport java.util.Map;\n\n/**\n * Created by lenovo on 2017/6/13.\n */\npublic class ConfigurationManag",
"end": 326,
"score": 0.9992891550064087,
"start": 320,
"tag": "USERNAME",
"value": "lenovo"
}
] | null | [] | package ioc.config.parsing;
import ioc.config.Bean;
import ioc.config.Property;
import org.dom4j.Document;
import org.dom4j.DocumentException;
import org.dom4j.Element;
import org.dom4j.io.SAXReader;
import java.io.InputStream;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
/**
* Created by ... | 1,864 | 0.582876 | 0.57629 | 65 | 27.030769 | 20.664328 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.553846 | false | false | 4 |
c267c2a6dd49dfc534430ec3cc7f390bd4476a04 | 28,750,511,084,710 | 26da3c51ef14a734229a89db31985065524fa8c9 | /PJP1.0/week_3/Command_Line1.java | ad4f7fe2fb8ff85a69e09512988bfc39868f5c9c | [
"Apache-2.0"
] | permissive | rashmitpankhania/JavaFirstProject | https://github.com/rashmitpankhania/JavaFirstProject | d34017669e9163d6831fd5b397383c350f64ce3d | 94ad50ec4525f28808271be63c6b4cf724dd4535 | refs/heads/master | 2022-12-22T22:09:15.213000 | 2020-09-12T20:22:07 | 2020-09-12T20:22:07 | 253,200,289 | 0 | 1 | Apache-2.0 | false | 2022-12-08T03:04:00 | 2020-04-05T09:40:33 | 2020-09-12T20:22:44 | 2022-12-08T03:04:00 | 319 | 0 | 0 | 2 | Java | false | false | import java.util.ArrayList;
import java.util.Collections;
public class Command_Line1 {
private ArrayList<Integer> num_array;
private int sum,avg, biggest,smallest;
public void setData(ArrayList<Integer> num_array) {
this.num_array = num_array;
}
public void calData(){
// sum
... | UTF-8 | Java | 730 | java | Command_Line1.java | Java | [] | null | [] | import java.util.ArrayList;
import java.util.Collections;
public class Command_Line1 {
private ArrayList<Integer> num_array;
private int sum,avg, biggest,smallest;
public void setData(ArrayList<Integer> num_array) {
this.num_array = num_array;
}
public void calData(){
// sum
... | 730 | 0.6 | 0.59863 | 31 | 22.548388 | 23.276512 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.548387 | false | false | 4 |
6eb1dda56a2c736a44fcb09c2f5be62f1e056cd8 | 28,535,762,736,736 | e26164eec9572a4b5df15ce8140e6c6537669262 | /src/main/java/com/thai/reserveapp/controller/customer/login/LoginController.java | 2974150da9a73e5631783a7e9802c30f7523e688 | [] | no_license | jungsugi/ThaiReserveApp | https://github.com/jungsugi/ThaiReserveApp | 0dba3012eb867085c7da7f0e3495cd086205df24 | 0a9d2b5f0539057e29457bc7cc06ebe7cd6da4e5 | refs/heads/main | 2023-08-03T14:06:51.624000 | 2021-09-20T14:28:04 | 2021-09-20T14:28:04 | 408,475,103 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.thai.reserveapp.controller.customer.login;
import java.util.HashMap;
import java.util.List;
import org.apache.tomcat.util.codec.binary.StringUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.core.context.SecurityContextHolder;
import org.springframew... | UTF-8 | Java | 4,888 | java | LoginController.java | Java | [
{
"context": "\tList<User> userlist = loginservice.getLoginUser(\"sooyoung1991\", \"014025tndud\");\n\t\t\n\t\tUser user = userlist.get(0",
"end": 1124,
"score": 0.9995915293693542,
"start": 1112,
"tag": "USERNAME",
"value": "sooyoung1991"
},
{
"context": "요청 전..\");\n\t\t\n\t\tStrin... | null | [] | package com.thai.reserveapp.controller.customer.login;
import java.util.HashMap;
import java.util.List;
import org.apache.tomcat.util.codec.binary.StringUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.core.context.SecurityContextHolder;
import org.springframew... | 4,902 | 0.696627 | 0.692357 | 163 | 27.736197 | 26.077711 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.466258 | false | false | 4 |
630667e41e595163303a3bfedef5aa8dc141541f | 16,862,041,612,619 | 0d1626acfa404051984019853651097569b178aa | /src/App.java | 042b42aa8e68c71a42375e2be8bdd1f2ead6cf7f | [] | no_license | stenmr/stringid-javas | https://github.com/stenmr/stringid-javas | c0bf9721f08a58bd82ba8e624bde1b0228ae499d | b943c8b02238b4f59e337a1dbeae74d1644fec18 | refs/heads/master | 2022-07-02T12:57:14.482000 | 2020-05-12T07:05:47 | 2020-05-12T07:05:47 | 263,249,207 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.time.LocalTime;
import java.time.temporal.ChronoUnit;
public class App {
public static void main(String[] args) throws Exception {
System.out.println("StringBuilder: " + stringBuilderConcat(1_000_000_000, "") + "ms");
System.out.println("StringBuffer: " + stringBufferConcat(1_000_000_00... | UTF-8 | Java | 1,530 | java | App.java | Java | [] | null | [] | import java.time.LocalTime;
import java.time.temporal.ChronoUnit;
public class App {
public static void main(String[] args) throws Exception {
System.out.println("StringBuilder: " + stringBuilderConcat(1_000_000_000, "") + "ms");
System.out.println("StringBuffer: " + stringBufferConcat(1_000_000_00... | 1,530 | 0.60719 | 0.581699 | 44 | 33.795456 | 30.53134 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.772727 | false | false | 4 |
7d28c31ce0e454d2221d609d2e5fa4c6a3accb8f | 16,174,846,862,635 | 03626654de887e7dd595b6587191a904c5955c61 | /src/chapter2DesignPatternsandPrinciples/chapter2_3ImplementingPolymorphism/chapter2_3_1DistinguishingBetweenAnObjectAndAReference/App.java | a986e8b32f5477fd74aeaa62e7e3f0dd7e7b6a7f | [
"Apache-2.0"
] | permissive | KurtTaylan/ocpJavaSE8preparation | https://github.com/KurtTaylan/ocpJavaSE8preparation | b448216ba12d5bec3b021e531b8ee2e3e6a252db | c3a4cccdc0363e3656ff913b13652544d852329d | refs/heads/master | 2021-01-10T16:48:36.330000 | 2016-04-22T06:23:16 | 2016-04-22T06:23:16 | 54,872,458 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* In Java, all objects are accessed by reference, so as a developer you never have direct access
* to the memory of the object itself. Conceptually, though, you should consider the object
* as the entity that exists in memory, allocated by the Java runtime environment. Regardless
* of the type of the reference ... | UTF-8 | Java | 1,162 | java | App.java | Java | [
{
"context": "shingBetweenAnObjectAndAReference;\n\n/**\n * @author tkurt\n * Date: Apr 7, 2016 3:51:16 PM\n * \n */\npublic c",
"end": 1023,
"score": 0.988847017288208,
"start": 1018,
"tag": "USERNAME",
"value": "tkurt"
}
] | null | [] | /**
* In Java, all objects are accessed by reference, so as a developer you never have direct access
* to the memory of the object itself. Conceptually, though, you should consider the object
* as the entity that exists in memory, allocated by the Java runtime environment. Regardless
* of the type of the reference ... | 1,162 | 0.743103 | 0.727586 | 33 | 34.151516 | 40.949429 | 134 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.515152 | false | false | 4 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.