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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0c51848b83f2c2ac6d2a45bb6b2b9edc767f83bf | 35,399,120,479,136 | 64e9bc3a6800a03601102cd17890e4a571e4cce7 | /app/src/main/java/com/example/foxconntech/egresoft/adaptadores/Adaptador_Convenios.java | f81024bbfc619109a06cd230cf0a613f6ebc8f28 | [] | no_license | jalexanderg8/Egresoft | https://github.com/jalexanderg8/Egresoft | 66ae6ffee5804d6f52bcad1611097805df6e35a2 | afdf3c9c1b40c0cab616c2fbc8ebab261a969f16 | refs/heads/master | 2021-01-16T19:38:46.549000 | 2017-10-28T14:43:31 | 2017-10-28T14:43:31 | 99,867,989 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.foxconntech.egresoft.adaptadores;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.TextView;
import com.example.foxconntech.egresoft.R;
import com.examp... | UTF-8 | Java | 2,425 | java | Adaptador_Convenios.java | Java | [
{
"context": "o;\n\nimport java.util.ArrayList;\n\n/**\n * Created by lenovo on 6/09/2017.\n */\n\npublic class Adaptador_Conveni",
"end": 414,
"score": 0.9995210766792297,
"start": 408,
"tag": "USERNAME",
"value": "lenovo"
}
] | null | [] | package com.example.foxconntech.egresoft.adaptadores;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.TextView;
import com.example.foxconntech.egresoft.R;
import com.examp... | 2,425 | 0.710928 | 0.707629 | 86 | 27.209303 | 30.537859 | 134 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.418605 | false | false | 3 |
3145a2047b49364cb3ab00505996d8ca7f8ce166 | 35,399,120,479,854 | a280aa9ac69d3834dc00219e9a4ba07996dfb4dd | /regularexpress/home/weilaidb/work/app/hadoop-2.7.3-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/webapp/dao/NodeToLabelsInfo.java | 6ff3dd56ebdb7078426f73943a4776ff14ea7f53 | [] | no_license | weilaidb/PythonExample | https://github.com/weilaidb/PythonExample | b2cc6c514816a0e1bfb7c0cbd5045cf87bd28466 | 798bf1bdfdf7594f528788c4df02f79f0f7827ce | refs/heads/master | 2021-01-12T13:56:19.346000 | 2017-07-22T16:30:33 | 2017-07-22T16:30:33 | 68,925,741 | 4 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.apache.hadoop.yarn.server.resourcemanager.webapp.dao;
import java.util.*;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlRootElement;
@XmlRootElement(name = "nodeToLabelsInfo")
@XmlAccessorType(XmlAccessType.FIELD)
public... | UTF-8 | Java | 344 | java | NodeToLabelsInfo.java | Java | [] | null | [] | package org.apache.hadoop.yarn.server.resourcemanager.webapp.dao;
import java.util.*;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlRootElement;
@XmlRootElement(name = "nodeToLabelsInfo")
@XmlAccessorType(XmlAccessType.FIELD)
public... | 344 | 0.843023 | 0.843023 | 8 | 42 | 13.047988 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.625 | false | false | 3 |
16ff690d49ea1c10692db6c9771c2758489e1673 | 36,069,135,360,685 | 4aff59956a2e8e120d737e090c024bbd99cddbba | /src/test/java/ihotel/app/service/dto/ChoiceDTOTest.java | c199e66aeb6228d474f702460128c0abed6b2ce3 | [] | no_license | believefollow/ihotel | https://github.com/believefollow/ihotel | abc79ea333c3279967de300c226ef408f9caad2a | 466e74f3fc67447a0bd26263d5520c98ac4ca10e | refs/heads/main | 2023-04-06T05:14:02.348000 | 2021-04-01T13:23:02 | 2021-04-01T13:23:02 | 353,330,337 | 0 | 0 | null | false | 2021-04-01T13:23:03 | 2021-03-31T11:19:56 | 2021-03-31T11:20:20 | 2021-04-01T13:23:02 | 534 | 0 | 0 | 2 | Java | false | false | package ihotel.app.service.dto;
import static org.assertj.core.api.Assertions.assertThat;
import ihotel.app.web.rest.TestUtil;
import org.junit.jupiter.api.Test;
class ChoiceDTOTest {
@Test
void dtoEqualsVerifier() throws Exception {
TestUtil.equalsVerifier(ChoiceDTO.class);
ChoiceDTO choice... | UTF-8 | Java | 763 | java | ChoiceDTOTest.java | Java | [] | null | [] | package ihotel.app.service.dto;
import static org.assertj.core.api.Assertions.assertThat;
import ihotel.app.web.rest.TestUtil;
import org.junit.jupiter.api.Test;
class ChoiceDTOTest {
@Test
void dtoEqualsVerifier() throws Exception {
TestUtil.equalsVerifier(ChoiceDTO.class);
ChoiceDTO choice... | 763 | 0.703801 | 0.68152 | 24 | 30.791666 | 20.784569 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.625 | false | false | 3 |
7dbb1e4475170a58f596d61bf7ac76dabed72a5d | 11,854,109,792,259 | e54f25e482700397ecc3142dcade43a5e969283a | /softcare-ws/src/main/java/eu/ehealth/db/xsd/QuestionnaireInfo.java | a9627c39d284b296ae4b2c16c6bd8af92e7c4b75 | [
"Apache-2.0"
] | permissive | SeaCloudsEU/SoftCare-Case-Study | https://github.com/SeaCloudsEU/SoftCare-Case-Study | a9aadc623fbad70093388f98d82404fc142be942 | c198efe2a8018560927836a3f815582189b3822b | refs/heads/master | 2020-06-04T21:28:23.667000 | 2014-11-25T15:06:07 | 2014-11-25T15:06:07 | 24,941,589 | 0 | 3 | null | false | 2015-09-24T17:03:23 | 2014-10-08T13:21:23 | 2014-11-25T15:06:08 | 2014-11-25T15:06:07 | 6,680 | 0 | 2 | 1 | Java | null | null | package eu.ehealth.db.xsd;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlType;
/**
* Short description of a questionnaire
*
* <p>
* Clase Java para QuestionnaireInfo complex typ... | UTF-8 | Java | 2,280 | java | QuestionnaireInfo.java | Java | [] | null | [] | package eu.ehealth.db.xsd;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlType;
/**
* Short description of a questionnaire
*
* <p>
* Clase Java para QuestionnaireInfo complex typ... | 2,280 | 0.65 | 0.640351 | 120 | 18 | 21.089888 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.841667 | false | false | 3 |
a8dfc6958ffc3d715c5626f00f3f79a6849d708d | 369,367,245,015 | 3aaf4274f212f9c62647331bed60f94e09fa0761 | /extra2/segundos.java | 042c488abaf7d8fa8a35b6e38dccb7912591210d | [] | no_license | LeandroCal/Proyecto_Leandro | https://github.com/LeandroCal/Proyecto_Leandro | 65855f16634e95da9f71ea1c5e057d2f1a26642f | 94690950d6ecd8172076fe6433b8a01d78b7409d | refs/heads/master | 2021-01-19T09:58:05.819000 | 2017-05-17T07:00:16 | 2017-05-17T07:00:16 | 87,802,301 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
funciones de la clase para utilizar en el main
*/
package extra2;
/**
*
* @author Legui
*/
public class segundos {
private long segundos; //Declaro variables y funciones donde introducir los datos
private long resultado[]=new long[5];
private String variables[]= {"semanas","días... | UTF-8 | Java | 807 | java | segundos.java | Java | [
{
"context": " main\r\n */\r\npackage extra2;\r\n\r\n/**\r\n *\r\n * @author Legui\r\n */\r\npublic class segundos {\r\n \r\n private ",
"end": 101,
"score": 0.9996356964111328,
"start": 96,
"tag": "NAME",
"value": "Legui"
}
] | null | [] | /*
funciones de la clase para utilizar en el main
*/
package extra2;
/**
*
* @author Legui
*/
public class segundos {
private long segundos; //Declaro variables y funciones donde introducir los datos
private long resultado[]=new long[5];
private String variables[]= {"semanas","días... | 807 | 0.588089 | 0.562035 | 31 | 24 | 23.474077 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.645161 | false | false | 3 |
d97a92d72223227940538fc685b6272738993592 | 28,166,395,556,574 | abc4eb42d69580996ce618789c4a9396ebcac4a5 | /src/main/java/com/flyxia/flytalk/util/pay/wechatDomain/util/SignUtil.java | 88dd6a20c506618c5522734a2c2d2a679b9b95d5 | [] | no_license | rygithub233/flyxia_flytalk | https://github.com/rygithub233/flyxia_flytalk | 92dc419f12d881826148e03f478ffe4323b13868 | c49702428fb44bdfb582eb263472226f20ec9712 | refs/heads/master | 2020-06-06T04:52:56.426000 | 2019-07-30T16:45:12 | 2019-07-30T16:45:12 | 192,640,464 | 0 | 0 | null | true | 2019-06-19T02:00:05 | 2019-06-19T02:00:05 | 2019-06-19T01:41:03 | 2019-06-19T01:41:01 | 0 | 0 | 0 | 0 | null | false | false | package com.flyxia.flytalk.util.pay.wechatDomain.util;
import com.automannn.commonUtils.security.MD5;
import com.flyxia.flytalk.util.pay.alipayDomain.AlipayConstants;
import com.flyxia.flytalk.util.pay.wechatDomain.WechatPayConstants;
import java.security.MessageDigest;
import java.util.*;
/**
* @author automannn@1... | UTF-8 | Java | 3,344 | java | SignUtil.java | Java | [
{
"context": "MessageDigest;\nimport java.util.*;\n\n/**\n * @author automannn@163.com\n * @time 2019/5/13 16:39\n */\npublic class SignUti",
"end": 326,
"score": 0.9999257326126099,
"start": 309,
"tag": "EMAIL",
"value": "automannn@163.com"
}
] | null | [] | package com.flyxia.flytalk.util.pay.wechatDomain.util;
import com.automannn.commonUtils.security.MD5;
import com.flyxia.flytalk.util.pay.alipayDomain.AlipayConstants;
import com.flyxia.flytalk.util.pay.wechatDomain.WechatPayConstants;
import java.security.MessageDigest;
import java.util.*;
/**
* @author <EMAIL>
* ... | 3,334 | 0.569685 | 0.561336 | 91 | 33.21978 | 24.585264 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.604396 | false | false | 3 |
1cee10f50b59860b9f87b27d590053b24499fbf2 | 11,278,584,138,983 | fea76ab095d1df59a030d9153a9b615d193b13c5 | /src/main/java/repositorio/GerenciadorConteudo.java | 3a2433af2cffd44098a23f015b8d639c9eebb7f5 | [] | no_license | matheuscnunes/MC302-Projeto | https://github.com/matheuscnunes/MC302-Projeto | b5d790db78626e73ddc7f4ff99f55cf1400a59a1 | 8c5df6442e49d84a7d11698bc693d8fe1e921b98 | refs/heads/dev | 2020-03-09T21:29:39.551000 | 2018-07-04T01:43:23 | 2018-07-04T01:43:23 | 129,010,609 | 1 | 0 | null | false | 2018-06-26T02:48:37 | 2018-04-11T00:25:39 | 2018-06-26T01:49:31 | 2018-06-26T02:48:37 | 119 | 0 | 1 | 0 | Java | false | null | package main.java.repositorio;
import main.java.entity.content.Comentario;
import main.java.entity.content.Conteudo;
import main.java.entity.content.Post;
import main.java.entity.member.*;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import java.util.stream.Collectors;
public class Geren... | UTF-8 | Java | 4,433 | java | GerenciadorConteudo.java | Java | [] | null | [] | package main.java.repositorio;
import main.java.entity.content.Comentario;
import main.java.entity.content.Conteudo;
import main.java.entity.content.Post;
import main.java.entity.member.*;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import java.util.stream.Collectors;
public class Geren... | 4,433 | 0.641582 | 0.640904 | 129 | 33.302326 | 30.337278 | 128 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.488372 | false | false | 3 |
9ae2b8d9ec7e648d7c2f683a01ff615a662e8b0a | 24,172,075,973,592 | 024c004c61ea7c97ac163e7d22a9806183da3e1a | /src/main/java/main/service/ModerationService.java | 1a3b0534935b6f421249471c27c099fac4b8adfd | [] | no_license | Osipyan/SkillBox | https://github.com/Osipyan/SkillBox | 7cddff5d716f349588d4b22e7406db5f9fff73cb | 9c9519b11636d8f2e4cddfc1b3dc40b1baa4d446 | refs/heads/master | 2023-04-29T02:23:23.575000 | 2020-10-31T14:17:03 | 2021-05-11T11:47:15 | 308,897,527 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package main.service;
import main.api.request.ModerationRequest;
import main.enums.Mode;
import main.enums.ModerationStatus;
import main.repository.PostRepository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
@Service
public class ModerationService {
... | UTF-8 | Java | 988 | java | ModerationService.java | Java | [] | null | [] | package main.service;
import main.api.request.ModerationRequest;
import main.enums.Mode;
import main.enums.ModerationStatus;
import main.repository.PostRepository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
@Service
public class ModerationService {
... | 988 | 0.741903 | 0.741903 | 29 | 33.068966 | 29.140482 | 138 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.586207 | false | false | 3 |
b62f99d439efba226892d69d38085b9f7d8981b1 | 24,172,075,974,084 | eb330fcca1ce04dd59da82a4409b1f61d3ba1700 | /test/org/catrobat/html5player/client/SpriteManagerTest.java | 33119a508c5be07657045aa040c63b5f8bfd3236 | [] | no_license | Catrobat/HTML5-Player-deprecated | https://github.com/Catrobat/HTML5-Player-deprecated | 7a0ac145ae82858a6340d12a5151a12eef01e299 | 6bf6fe6060ee8910a7bdf60e7b922eb7e2f2cf25 | refs/heads/master | 2016-09-08T00:18:52.484000 | 2015-01-19T20:04:29 | 2015-01-19T20:04:29 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Catroid: An on-device visual programming system for Android devices
* Copyright (C) 2010-2014 The Catrobat Team
* (<http://developer.catrobat.org/credits>)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* publ... | UTF-8 | Java | 7,800 | java | SpriteManagerTest.java | Java | [] | null | [] | /**
* Catroid: An on-device visual programming system for Android devices
* Copyright (C) 2010-2014 The Catrobat Team
* (<http://developer.catrobat.org/credits>)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* publ... | 7,800 | 0.714359 | 0.696282 | 257 | 28.350195 | 26.584751 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.992218 | false | false | 3 |
e2ce9e72413cd9ff24e8060543ffa428bcdf93f3 | 858,993,466,576 | dbeb5ecf2088e542c16fa74895257256595b48c6 | /PotokiVremeni/src/Reader.java | fa3df488df09d65a14d3cb170be7fb8208572899 | [] | no_license | ultraaze/beyshatzade-homework | https://github.com/ultraaze/beyshatzade-homework | 0b57668856b9c68465920b707ae14b0f696e7adf | 110fa01ea16653a405a716a5e236eff912d40a5e | refs/heads/master | 2020-04-26T08:28:52.980000 | 2019-04-21T20:20:41 | 2019-04-21T20:20:41 | 173,424,184 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.BufferedReader;
import java.io.File;
import java.io.FileReader;
import java.io.IOException;
public class Reader extends Thread {
private File file;
private BufferedReader reader;
String line;
ThreadGroup group;
Reader(ThreadGroup group, File f) {
this.file = f;
this.... | UTF-8 | Java | 717 | java | Reader.java | Java | [] | null | [] | import java.io.BufferedReader;
import java.io.File;
import java.io.FileReader;
import java.io.IOException;
public class Reader extends Thread {
private File file;
private BufferedReader reader;
String line;
ThreadGroup group;
Reader(ThreadGroup group, File f) {
this.file = f;
this.... | 717 | 0.587169 | 0.587169 | 32 | 21.40625 | 14.989286 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.53125 | false | false | 3 |
e9356ba7e4add9dafdd3c9512af7c48c59925d5a | 3,539,053,084,300 | 16c47df743e8a28c51dc4715616c82ecbf985477 | /src/main/java/bgu/spl/net/srv/DatabaseObjects/Admin.java | 0204466561f21f86e349e7e92617d33547e4f293 | [] | no_license | guysarusi2/spl3 | https://github.com/guysarusi2/spl3 | c7dc89f805077efb21445bc12568ede82f81e9d6 | f1fe472df0b142fe8e91c495ca288db30403e635 | refs/heads/master | 2023-02-15T06:15:35.558000 | 2021-01-06T19:07:51 | 2021-01-06T19:07:51 | 324,980,999 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package bgu.spl.net.srv.DatabaseObjects;
import bgu.spl.net.srv.Database;
import java.util.LinkedList;
public class Admin implements User {
private String username;
private String password;
public Admin(String username, String password) {
this.username = username;
this.password = passwor... | UTF-8 | Java | 802 | java | Admin.java | Java | [
{
"context": "ername, String password) {\n this.username = username;\n this.password = password;\n }\n\n pub",
"end": 287,
"score": 0.9948988556861877,
"start": 279,
"tag": "USERNAME",
"value": "username"
},
{
"context": " this.username = username;\n this.p... | null | [] | package bgu.spl.net.srv.DatabaseObjects;
import bgu.spl.net.srv.Database;
import java.util.LinkedList;
public class Admin implements User {
private String username;
private String password;
public Admin(String username, String password) {
this.username = username;
this.password = <PASSWO... | 804 | 0.682045 | 0.682045 | 32 | 24.0625 | 21.23814 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4375 | false | false | 3 |
28ffd3c35d3af6707450ecc16cd602967bac42f5 | 16,131,897,166,951 | 0c7c23d729514db87c7d488afda8e0c4a129299b | /src/main/java/com/oarcle/mobile/phone/flow/utils/DateUtils.java | 592a78663a17bc9c7a052fceebf8b76874e82092 | [] | no_license | C1oudFly/BMobile_Serialize | https://github.com/C1oudFly/BMobile_Serialize | bc8379ec0f602b4cb0679d444f6e22ce39dc3170 | 0bad2149976e8117921d868f401beca38cdbaaaf | refs/heads/master | 2020-12-02T07:45:13.818000 | 2017-07-10T00:31:18 | 2017-07-10T00:31:18 | 96,719,977 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.oarcle.mobile.phone.flow.utils;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import java.util.Date;
import com.oarcle.mobile.phone.flow.constants.DateType;
public class DateUtils {
public static String toDate(String times,int type){
String value = "";
Calendar calendar... | UTF-8 | Java | 1,372 | java | DateUtils.java | Java | [] | null | [] | package com.oarcle.mobile.phone.flow.utils;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import java.util.Date;
import com.oarcle.mobile.phone.flow.constants.DateType;
public class DateUtils {
public static String toDate(String times,int type){
String value = "";
Calendar calendar... | 1,372 | 0.639586 | 0.631462 | 53 | 23.547171 | 22.632891 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.207547 | false | false | 3 |
7cd68e929ddcb2977f5a876953bba44784bd894b | 4,372,276,714,348 | ee73631ce5597382f812a42b871dc86e1fe86997 | /android/app/src/main/java/edu/uci/ics/fabflixmobile/Search.java | d5274df87c37a13476aaaad9a14bac0d0720455b | [] | no_license | kevin-cheng90/Movie-Database | https://github.com/kevin-cheng90/Movie-Database | 78cdb797f1e0a19f82a725ef76540c4924e7d596 | 15f3bd1761d8e9d9d3f6e30294289a6ebde9b9f8 | refs/heads/master | 2023-06-30T14:38:05.848000 | 2021-07-28T21:56:00 | 2021-07-28T21:56:00 | 390,478,820 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.uci.ics.fabflixmobile;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.util.Log;
import android.view.KeyEvent;
import android.view.View;
import android.widget.Button;
import android.widget.ListView;
import android.widget.Toast;
import android.widget.Edit... | UTF-8 | Java | 2,053 | java | Search.java | Java | [
{
"context": "on searchButton;\n private final String host = \"10.0.2.2\";\n private final String port = \"8443\";\n pri",
"end": 696,
"score": 0.999470591545105,
"start": 688,
"tag": "IP_ADDRESS",
"value": "10.0.2.2"
}
] | null | [] | package edu.uci.ics.fabflixmobile;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.util.Log;
import android.view.KeyEvent;
import android.view.View;
import android.widget.Button;
import android.widget.ListView;
import android.widget.Toast;
import android.widget.Edit... | 2,053 | 0.655139 | 0.646371 | 62 | 32.112904 | 23.467276 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.645161 | false | false | 3 |
ab9e0baabca52931fd5bdab3457172eb01ec399c | 20,229,295,976,587 | 99e6a224a729f5faa5c9badf73baeca771be4049 | /trustworthiness_prediction/src/main/java/eu/aniketos/trustworthiness/impl/trust/management/composite/CompositeTrustUpdateImpl.java | 90e2fc9c1bd8b0769b6d1b29259de5f35c6aaa9c | [] | no_license | elshh/trustworthiness | https://github.com/elshh/trustworthiness | 9d4e3d4a41e2f476046d744f528de16b396d339e | 3c1603cff4188fcf8c30b5d072e4f1e550d25b2d | refs/heads/master | 2021-06-14T00:20:29.138000 | 2013-09-09T16:10:50 | 2013-09-09T16:10:50 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Copyright (c) 2013, Waterford Institute of Technology
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met
* - Redistributions of source code must retain the above copyright
* notic... | UTF-8 | Java | 12,296 | java | CompositeTrustUpdateImpl.java | Java | [
{
"context": "omposite services from components\r\n * \r\n * @author Hisain Elshaafi (TSSG)\r\n * \r\n */\r\npublic class CompositeTrustUpda",
"end": 2691,
"score": 0.9998735785484314,
"start": 2676,
"tag": "NAME",
"value": "Hisain Elshaafi"
}
] | null | [] | /**
* Copyright (c) 2013, Waterford Institute of Technology
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met
* - Redistributions of source code must retain the above copyright
* notic... | 12,287 | 0.733735 | 0.731457 | 390 | 29.528206 | 27.370731 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.966667 | false | false | 3 |
50c88a179bce50b6c9cfe55b0f460f5cf06ea0a1 | 24,970,939,876,209 | 7d578509678d6952792b0332c7e4e272ef63a3cf | /app/src/main/java/com/bluejnr/petagram/adapter/PetAdapter.java | 90f82f2c1aab0bf4e143eadaa757f49981065ed2 | [] | no_license | BlueJnr/Petagram | https://github.com/BlueJnr/Petagram | b6c3bb4ef4bce351aad2462efb136ea30d9c7c0b | bd0af848313fa35392a84fc56d3c0e73ad6aef08 | refs/heads/master | 2023-01-12T05:12:53.328000 | 2020-11-08T19:37:14 | 2020-11-08T19:37:14 | 297,125,241 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bluejnr.petagram.adapter;
import android.app.Activity;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageButton;
import android.widget.ImageView;
import android.widget.TextView;
import android.widget.Toast;
import androidx.annotation.No... | UTF-8 | Java | 2,529 | java | PetAdapter.java | Java | [] | null | [] | package com.bluejnr.petagram.adapter;
import android.app.Activity;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageButton;
import android.widget.ImageView;
import android.widget.TextView;
import android.widget.Toast;
import androidx.annotation.No... | 2,529 | 0.700949 | 0.700949 | 74 | 33.148647 | 29.199539 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.581081 | false | false | 3 |
3762d8833b8a1ef3c61325078c3c6996e58991f7 | 27,882,927,695,860 | 10031d75c5f0cf808d9a2bc67587c31bcd07e858 | /Phresco/Phresco_BVT/BVT 1.2.3/src/main/java/com/photon/phresco/uiconstants/PhrescoUiConstantsXml.java | 44e2d76e81eadc3ef38c741381d53bf65f5d2fb9 | [] | no_license | jagatheskmp/Phresco | https://github.com/jagatheskmp/Phresco | 49a240dc7a3dc70ab1eab1b27c717f2c05755a31 | 5ca843f655eb04f18e437b03ea60ecfa584d779c | refs/heads/master | 2020-12-24T13:36:52.689000 | 2014-03-04T16:51:07 | 2014-03-04T16:51:07 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package com.photon.phresco.uiconstants;
import java.lang.reflect.Field;
public class PhrescoUiConstantsXml {
public ReadXMLFile readXml;
public String VIDEO_TITLE="videoTitle";
public String SETTINGS_TAB="settingsTab";
public String HELP_TAB="helpTab";
//****************URL Context & Port Values*******
pub... | UTF-8 | Java | 11,568 | java | PhrescoUiConstantsXml.java | Java | [
{
"context": "PATH = \"passwordXpath\";\n\tpublic String USER_ID = \"userName\";\n\tpublic String PASSWORD = \"password\";\n\tpublic S",
"end": 2205,
"score": 0.9979907274246216,
"start": 2197,
"tag": "USERNAME",
"value": "userName"
},
{
"context": " USER_ID = \"userName\";\n\tpublic... | null | [] |
package com.photon.phresco.uiconstants;
import java.lang.reflect.Field;
public class PhrescoUiConstantsXml {
public ReadXMLFile readXml;
public String VIDEO_TITLE="videoTitle";
public String SETTINGS_TAB="settingsTab";
public String HELP_TAB="helpTab";
//****************URL Context & Port Values*******
pub... | 11,570 | 0.759595 | 0.755273 | 219 | 51.817352 | 23.65435 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.383562 | false | false | 3 |
5762a3d986515aa0d8ff2eb93d75aff4d257b716 | 3,564,822,872,492 | bdb450935b043e4d881ddfc5545f3ff43a59de2a | /app/src/main/java/com/byonchat/android/personalRoom/model/NewsFeedItem.java | 65815291dbc2428ff356576384d092ef336611df | [] | no_license | Iman9firman/ByonChat | https://github.com/Iman9firman/ByonChat | ea9c2a6bf1df5c7be53f82e078b7b4e0a7e26009 | dda9f7cf0498bb0a4c61fbe7370a7a19fc7d49ee | refs/heads/master | 2021-01-19T16:26:00.165000 | 2020-01-11T08:58:27 | 2020-01-11T08:58:27 | 60,578,735 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.byonchat.android.personalRoom.model;
/**
* Created by lukma on 3/7/2016.
*/
public class NewsFeedItem {
private int level;
private String myuserid, userid, idRoomTab, colorHeader, taskid;
private String id, parentID, title, name, status, image, profilePic, timeStamp, url, jumlahLove, jumlahN... | UTF-8 | Java | 4,019 | java | NewsFeedItem.java | Java | [
{
"context": "hat.android.personalRoom.model;\n\n/**\n * Created by lukma on 3/7/2016.\n */\n\npublic class NewsFeedItem {\n ",
"end": 73,
"score": 0.9995859265327454,
"start": 68,
"tag": "USERNAME",
"value": "lukma"
},
{
"context": "ic void setName(String name) {\n this.nam... | null | [] | package com.byonchat.android.personalRoom.model;
/**
* Created by lukma on 3/7/2016.
*/
public class NewsFeedItem {
private int level;
private String myuserid, userid, idRoomTab, colorHeader, taskid;
private String id, parentID, title, name, status, image, profilePic, timeStamp, url, jumlahLove, jumlahN... | 4,019 | 0.597412 | 0.592436 | 208 | 18.322115 | 19.569578 | 166 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.346154 | false | false | 3 |
d6fb3a8bf30932b68d71489394365b9f850ad4d5 | 7,602,092,145,963 | 7546e0a43d3bf02612005ee050e8b3daea0889f4 | /xml-config/src/main/java/org/cache2k/xmlConfig/ConfigPullParser.java | ae7eee6e2fff96b5ea1800aa8d33bfc839327025 | [
"Apache-2.0"
] | permissive | zjpjohn/cache2k | https://github.com/zjpjohn/cache2k | 530bed62f510ca1a5c51fd85df4b7315911defc5 | e224e0fdd168e65aba19d1f0d8da45a7bef5ea00 | refs/heads/master | 2020-05-21T08:35:52.287000 | 2016-09-21T14:16:56 | 2016-09-21T14:16:56 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.cache2k.xmlConfig;
/*
* #%L
* cache2k XML configuration
* %%
* Copyright (C) 2000 - 2016 headissue GmbH, Munich
* %%
* 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
*
* ... | UTF-8 | Java | 1,025 | java | ConfigPullParser.java | Java | [
{
"context": "face to read in configuration files.\n *\n * @author Jens Wilke\n */\npublic interface ConfigPullParser {\n\n int EN",
"end": 792,
"score": 0.9968484044075012,
"start": 782,
"tag": "NAME",
"value": "Jens Wilke"
}
] | null | [] | package org.cache2k.xmlConfig;
/*
* #%L
* cache2k XML configuration
* %%
* Copyright (C) 2000 - 2016 headissue GmbH, Munich
* %%
* 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
*
* ... | 1,021 | 0.701463 | 0.683902 | 43 | 22.83721 | 24.338629 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.348837 | false | false | 3 |
ed1cf9a85d8935e788d37c677bee46e773541a29 | 31,903,017,111,612 | 47b259a429539c828747651f6dcf246b119ade83 | /SpringCloud-config-counsumer-dept-feign-80/src/main/java/gjb/springcloud/cfgbeans/ConfigBean.java | 16b8567dd232ce4a7f0fbc0a7b4ec934479824c2 | [] | no_license | G631233828/SpringCloudTest | https://github.com/G631233828/SpringCloudTest | d3b831c56afcfedfd6cf8526b38a2c942012d897 | 520a35efcfa1c1f7f2e413bfafb96d254956b64b | refs/heads/master | 2022-06-24T13:12:01.624000 | 2019-12-13T01:06:05 | 2019-12-13T01:06:05 | 227,726,290 | 0 | 0 | null | false | 2022-06-21T02:26:05 | 2019-12-13T01:04:28 | 2019-12-13T01:06:37 | 2022-06-21T02:26:02 | 40 | 0 | 0 | 2 | Java | false | false | package gjb.springcloud.cfgbeans;
import org.springframework.cloud.client.loadbalancer.LoadBalanced;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.Scope;
import org.springframework.web.client.RestTemplate;
... | UTF-8 | Java | 1,550 | java | ConfigBean.java | Java | [] | null | [] | package gjb.springcloud.cfgbeans;
import org.springframework.cloud.client.loadbalancer.LoadBalanced;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.Scope;
import org.springframework.web.client.RestTemplate;
... | 1,550 | 0.751634 | 0.751634 | 59 | 19.745762 | 23.93182 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.050847 | false | false | 3 |
93873e262f49b5ceb339aca27c8aab79820bbcc4 | 28,226,525,091,065 | f27a9c6ed2977e13c3c22d2d4c543d2234b66c81 | /src/main/java/com/vova_sili/runners/homework/lesson5Runner/Lesson5MenuRunner.java | 043ec2affc4f0509888f542a2d54976abf595920 | [] | no_license | VelikiySV/javacore | https://github.com/VelikiySV/javacore | 20ba53975dbcc03c06c3b7cfe64d9aa1367f2537 | f7f6aad2e32364c18ba386a0fa2d60e5b7964349 | refs/heads/master | 2017-12-24T12:46:16.304000 | 2017-02-22T19:58:24 | 2017-02-22T19:58:24 | 72,560,608 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.vkytsun.runners.homework.lesson5Runner;
import com.vkytsun.app.homework.lesson5.CircleArea;
import com.vkytsun.app.homework.lesson5.DefineNumber;
import com.vkytsun.app.homework.lesson5.RightAngledTriangle;
import java.util.Scanner;
public class Lesson5MenuRunner {
public static void calculateArea(){... | UTF-8 | Java | 3,363 | java | Lesson5MenuRunner.java | Java | [] | null | [] | package com.vkytsun.runners.homework.lesson5Runner;
import com.vkytsun.app.homework.lesson5.CircleArea;
import com.vkytsun.app.homework.lesson5.DefineNumber;
import com.vkytsun.app.homework.lesson5.RightAngledTriangle;
import java.util.Scanner;
public class Lesson5MenuRunner {
public static void calculateArea(){... | 3,363 | 0.604222 | 0.594707 | 81 | 40.506172 | 20.601524 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.740741 | false | false | 3 |
0f5bace7b08471a7e4eada0a45ff6947322af638 | 22,454,089,061,054 | 41803a2e63d5413aedadd28129afb75bf9115ccf | /services/src/main/java/com/playtech/portal/platform/service/layoutconfiguration/model/LayoutDynamicConfiguration.java | eea2dce57e095204bafc25704a4db57c0b159725 | [] | no_license | ramiavi/my-proj | https://github.com/ramiavi/my-proj | 06a50e0eb085ef3c678421ffb26ef210a38a26c0 | 8ce464cadb210169ca7cff29f209f7c2d4f3f475 | refs/heads/master | 2020-02-05T06:35:03.554000 | 2016-05-16T19:40:26 | 2016-05-16T19:40:26 | 58,965,356 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.playtech.portal.platform.service.layoutconfiguration.model;
public class LayoutDynamicConfiguration {
private boolean hideHeader;
private boolean addLanguageToUrl;
private boolean tagAsNew;
private CanonicalTagConfiguration canonicalTagConfiguration;
private BackgroundConfiguration backgroundCon... | UTF-8 | Java | 1,350 | java | LayoutDynamicConfiguration.java | Java | [] | null | [] | package com.playtech.portal.platform.service.layoutconfiguration.model;
public class LayoutDynamicConfiguration {
private boolean hideHeader;
private boolean addLanguageToUrl;
private boolean tagAsNew;
private CanonicalTagConfiguration canonicalTagConfiguration;
private BackgroundConfiguration backgroundCon... | 1,350 | 0.794815 | 0.794815 | 50 | 26.02 | 27.017395 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.32 | false | false | 3 |
9da3fdede7094e403e880b4eaee09872ab00422b | 1,984,274,930,490 | 96886ef1eba7d97aa54d220c2e10954e349a6a9d | /src/com/simon/javase/exception_collection/TreeSetDemo.java | 619e5e8985d8980936d348ec9e903a93e84565ad | [] | no_license | Simon199201/JavaSE | https://github.com/Simon199201/JavaSE | 959e73d6a5a6baf7f7c3bc6603d23f3b42300efa | f0fc5fb8e47f4dd95abdc2ec40739bbd35327748 | refs/heads/master | 2020-07-17T06:39:43.699000 | 2019-09-21T02:02:02 | 2019-09-21T02:02:02 | 205,966,594 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.simon.javase.exception_collection;
import com.simon.javase.api_1.Student;
import java.util.*;
public class TreeSetDemo {
public static void main(String[] args) {
TreeSet<Integer> treeSet = new TreeSet<>();
treeSet.add(5);
treeSet.add(3);
treeSet.add(1);
treeSet... | UTF-8 | Java | 2,003 | java | TreeSetDemo.java | Java | [
{
"context": "ew TreeSet<>();\n students.add(new Student(\"王祖贤\",15,\"1\",\"北京\"));\n students.add(new Student(",
"end": 485,
"score": 0.999883770942688,
"start": 482,
"tag": "NAME",
"value": "王祖贤"
},
{
"context": ",15,\"1\",\"北京\"));\n students.add(new Student(\... | null | [] | package com.simon.javase.exception_collection;
import com.simon.javase.api_1.Student;
import java.util.*;
public class TreeSetDemo {
public static void main(String[] args) {
TreeSet<Integer> treeSet = new TreeSet<>();
treeSet.add(5);
treeSet.add(3);
treeSet.add(1);
treeSet... | 2,003 | 0.567894 | 0.540407 | 50 | 35.380001 | 23.957371 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.12 | false | false | 3 |
2929bf59e1aa4cfe8d43309542e990c0f1620c42 | 19,421,842,146,674 | ad768626d278d2ab6470737cdc218fc29eb54266 | /iParty/src/com/partynetwork/iparty/imessage/MessageInfoAdapter.java | 174c5c3bcf28f5322fa76bbe74ff82b4b282414d | [] | no_license | treejames/private_project_iparty | https://github.com/treejames/private_project_iparty | 4e0e9e4fb753703fdeece89e0640350aa0363b70 | 04d1a1b60cc74702f8c03839c0935be243596183 | refs/heads/master | 2018-05-18T19:19:01.636000 | 2014-07-22T01:21:42 | 2014-07-22T01:21:42 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.partynetwork.iparty.imessage;
import java.util.List;
import com.partynetwork.iparty.app.common.BitmapManager;
import com.partynetwork.iparty.app.entities.Notice;
import android.content.Context;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ArrayAdapter;
publi... | UTF-8 | Java | 961 | java | MessageInfoAdapter.java | Java | [] | null | [] | package com.partynetwork.iparty.imessage;
import java.util.List;
import com.partynetwork.iparty.app.common.BitmapManager;
import com.partynetwork.iparty.app.entities.Notice;
import android.content.Context;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ArrayAdapter;
publi... | 961 | 0.754422 | 0.753382 | 35 | 25.457144 | 22.881487 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.457143 | false | false | 3 |
e9bc209fc01d5a77a5e0dc135d903a8412a908e5 | 5,626,407,225,650 | b69564731081a0d2735ef020ac80be1a1f1b1883 | /utils-service/src/main/java/cn/sweetz/utils/service/vo/EmailPropertiesVo.java | e650a6956a5c313cb7506086963001dc2a44147d | [] | no_license | sweetz-cn/sweetz-utils | https://github.com/sweetz-cn/sweetz-utils | 2a147aa5121ad09bfdf92095f05888d9d3e4fe1a | 4934dfaf21b7fe2a962cb3b0de9238889c0c37ca | refs/heads/master | 2020-04-24T14:52:03.180000 | 2019-05-28T08:54:18 | 2019-05-28T08:54:18 | 172,041,079 | 0 | 0 | null | false | 2020-08-21T02:49:49 | 2019-02-22T09:55:48 | 2020-08-13T06:54:48 | 2020-08-21T02:49:48 | 208 | 0 | 0 | 0 | Java | false | false | package cn.sweetz.utils.service.vo;
import java.io.Serializable;
import java.util.Map;
import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.stereotype.Component;
@Component
@ConfigurationProperties(prefix="email-properties")
public class EmailPropertiesVo i... | UTF-8 | Java | 1,711 | java | EmailPropertiesVo.java | Java | [
{
"context": "opMap;\r\n\r\n\tpublic String getUsername() {\r\n\t\treturn username;\r\n\t}\r\n\r\n\tpublic void setUsername(String username)",
"end": 667,
"score": 0.94001704454422,
"start": 659,
"tag": "USERNAME",
"value": "username"
},
{
"context": " setUsername(String username) {\... | null | [] | package cn.sweetz.utils.service.vo;
import java.io.Serializable;
import java.util.Map;
import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.stereotype.Component;
@Component
@ConfigurationProperties(prefix="email-properties")
public class EmailPropertiesVo i... | 1,715 | 0.680888 | 0.679719 | 85 | 18.129412 | 21.79195 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.270588 | false | false | 3 |
bc253aa059858af04d4f242a5ac8f53532f2ad5b | 3,100,966,424,148 | 1575c4dab37842b79b4891d0a9bffc4690912abb | /app/src/main/java/com/example/incidencias/models/RespuestaLogin.java | 58dd3ce86e0b49ce8361f78ded974cf9c94ba909 | [] | no_license | Danny-XRC/Incidencias-de-Transporte | https://github.com/Danny-XRC/Incidencias-de-Transporte | f5c11afe129542306aff0f6ccefb49759e1a4927 | 0888128ce00b9eb8b1172696954e1b1366cdb22b | refs/heads/master | 2023-02-01T07:53:14.172000 | 2020-12-09T15:16:57 | 2020-12-09T15:16:57 | 319,993,680 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.incidencias.models;
public class RespuestaLogin {
private boolean status;
private String message;
private String ID_Usuario;
private String US_Email;
public boolean isStatus() {
return status;
}
public void setStatus(boolean status) {
this.status = sta... | UTF-8 | Java | 801 | java | RespuestaLogin.java | Java | [] | null | [] | package com.example.incidencias.models;
public class RespuestaLogin {
private boolean status;
private String message;
private String ID_Usuario;
private String US_Email;
public boolean isStatus() {
return status;
}
public void setStatus(boolean status) {
this.status = sta... | 801 | 0.614232 | 0.614232 | 41 | 18.536585 | 16.261728 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.317073 | false | false | 3 |
990d576401aad1dd0ef38cf9880eb7feddbfb91a | 8,624,294,366,433 | 79f60cf1b5b4c8e68c925c210994027d701f7e9a | /app/src/main/java/ch/epfl/sweng/enpassant/HttpRequestSenderGCM.java | 8d4afcaa2421314e4693cf2bae5a8fa8bde3f716 | [] | no_license | sweng-epfl/2015-team-en-passant | https://github.com/sweng-epfl/2015-team-en-passant | 73e62260d360c4a79e1c94f3bd68320c3f2e53e8 | b0b930d09d9ba742a1484d5939cd9fa7bc1e981e | refs/heads/master | 2017-09-06T09:39:04.005000 | 2015-12-11T12:49:04 | 2015-12-11T12:49:04 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ch.epfl.sweng.enpassant;
import android.os.AsyncTask;
import android.util.Log;
import org.json.JSONException;
import org.json.JSONObject;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.OutputStreamWriter;
import java.net.HttpURLConnection;
import ... | UTF-8 | Java | 2,881 | java | HttpRequestSenderGCM.java | Java | [
{
"context": "onnection;\nimport java.net.URL;\n\n/**\n * Created by sajjadazimi on 11/30/15.\n */\npublic class HttpRequestSenderGC",
"end": 364,
"score": 0.9994925260543823,
"start": 353,
"tag": "USERNAME",
"value": "sajjadazimi"
},
{
"context": "M {\n private static final Strin... | null | [] | package ch.epfl.sweng.enpassant;
import android.os.AsyncTask;
import android.util.Log;
import org.json.JSONException;
import org.json.JSONObject;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.OutputStreamWriter;
import java.net.HttpURLConnection;
import ... | 2,847 | 0.5748 | 0.569941 | 88 | 31.738636 | 26.987158 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.579545 | false | false | 3 |
c3e6d346dd6614559c4b3d4fc77dbcf762950ab0 | 23,235,773,112,962 | 57d7801f31d911cde6570e3e513e43fb33f2baa3 | /src/main/java/nl/strohalm/cyclos/controls/operators/OperatorProfileAction.java | 9f399723f6adc98aa1a51feaad24d31d50ba1cf6 | [] | no_license | kryzoo/cyclos | https://github.com/kryzoo/cyclos | 61f7f772db45b697fe010f11c5e6b2b2e34a8042 | ead4176b832707d4568840e38d9795d7588943c8 | refs/heads/master | 2020-04-29T14:50:20.470000 | 2011-12-09T11:51:05 | 2011-12-09T11:51:05 | 54,712,705 | 0 | 1 | null | true | 2016-03-25T10:41:41 | 2016-03-25T10:41:41 | 2013-12-07T05:02:22 | 2011-12-09T11:51:12 | 7,724 | 0 | 0 | 0 | null | null | null | /*
This file is part of Cyclos.
Cyclos is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
Cyclos is distributed in the hop... | UTF-8 | Java | 9,666 | java | OperatorProfileAction.java | Java | [
{
"context": "d;\n\n/**\n * Profile action for operators\n * @author luis\n */\npublic class OperatorProfileAction extends Pr",
"end": 2683,
"score": 0.9818260669708252,
"start": 2679,
"tag": "NAME",
"value": "luis"
}
] | null | [] | /*
This file is part of Cyclos.
Cyclos is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
Cyclos is distributed in the hop... | 9,666 | 0.720257 | 0.718498 | 219 | 43.141552 | 41.296158 | 397 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.675799 | false | false | 3 |
2a5ddbe92fcf0ef8bb222e0358053d1a586833e1 | 12,197,707,154,523 | ad77b19b13c671e326a044d1d54f02d1deb82f12 | /src/main/java/io/shashank/penumatcha/delivery/domain/Product.java | c33ec6d28df2c1929a54f604516e7f05f53d7496 | [] | no_license | BulkSecurityGeneratorProject/delivery | https://github.com/BulkSecurityGeneratorProject/delivery | f693c2b164b6db595d042ac0fbe371584416afac | ff1391c6879a704047a6681442329375137cc2b2 | refs/heads/master | 2022-12-25T12:58:28.576000 | 2019-09-29T11:34:07 | 2019-09-29T11:34:07 | 296,611,112 | 0 | 0 | null | true | 2020-09-18T12:11:39 | 2020-09-18T12:11:38 | 2019-09-29T11:34:38 | 2019-10-29T21:33:47 | 1,461 | 0 | 0 | 0 | null | false | false | package io.shashank.penumatcha.delivery.domain;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import javax.persistence.*;
import java.io.Serializable;
import java.util.HashSet;
import java.util.Set;
import java.util.Objects;
/**
* A Product.
*/
@... | UTF-8 | Java | 6,453 | java | Product.java | Java | [] | null | [] | package io.shashank.penumatcha.delivery.domain;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import javax.persistence.*;
import java.io.Serializable;
import java.util.HashSet;
import java.util.Set;
import java.util.Objects;
/**
* A Product.
*/
@... | 6,453 | 0.623121 | 0.622966 | 265 | 23.350943 | 21.420353 | 130 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.407547 | false | false | 3 |
2584bcdf82669084afbad358d9505dcfc8ce5ec0 | 14,018,773,287,547 | 2fe8efa84a1cd623ddafa20fcfffff43d742b5f7 | /app/src/main/java/babeeva/olga/yandexmoneytree/SubCatActivity.java | 6d4f9dd10218c2f0b54016bb7613a86a810cd6b8 | [] | no_license | OlgaBabeeva/YandexMoneyTree | https://github.com/OlgaBabeeva/YandexMoneyTree | b38aeda55589e3d530dac94481bb9b97bbaa8d78 | 8aea0c22fe2c5b61d76d8f6508b41ad5479fcf68 | refs/heads/master | 2021-01-10T01:00:06.374000 | 2015-09-07T07:43:30 | 2015-09-07T07:43:30 | 42,038,500 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package babeeva.olga.yandexmoneytree;
import android.content.Intent;
import android.database.sqlite.SQLiteDatabase;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import android.widget.AdapterView;
import andr... | UTF-8 | Java | 2,089 | java | SubCatActivity.java | Java | [] | null | [] | package babeeva.olga.yandexmoneytree;
import android.content.Intent;
import android.database.sqlite.SQLiteDatabase;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import android.widget.AdapterView;
import andr... | 2,089 | 0.671613 | 0.669698 | 66 | 30.651516 | 28.20944 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.621212 | false | false | 3 |
e4782462b2717d829323208a40298a2f23fafcf2 | 24,850,680,830,757 | e9ebbde9448f8030326f1741841dfc81e46d1f25 | /java_src/com/experian/web/model/TempCaseCollector.java | 6645b61a00af51722f43a18bfe6fcea580b63bb2 | [] | no_license | dzw823442238/collectsmcf | https://github.com/dzw823442238/collectsmcf | 8d2f8af9c77af6d3988178553480e692ef81cae9 | 548160952c6e0f9ad25e3b523c9e3ea6c45c2d61 | refs/heads/master | 2018-02-06T19:41:47.917000 | 2017-06-28T06:01:36 | 2017-06-28T06:01:36 | 95,633,892 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Powered By [rapid-framework]
* Web Site: http://www.rapid-framework.org.cn
* Google Code: http://code.google.com/p/rapid-framework/
* Since 2008 - 2014
*/
package com.experian.web.model;
import javax.persistence.Transient;
import javacommon.base.BaseEntity;
import javax.persistence.Column;
import javax.pe... | UTF-8 | Java | 12,720 | java | TempCaseCollector.java | Java | [
{
"context": "d_framework.util.DateConvertUtils;\n\n/**\n * @author badqiu email:badqiu(a)gmail.com\n * @version 1.0\n * @sinc",
"end": 747,
"score": 0.9885132908821106,
"start": 741,
"tag": "USERNAME",
"value": "badqiu"
},
{
"context": "il.DateConvertUtils;\n\n/**\n * @author badqiu... | null | [] | /*
* Powered By [rapid-framework]
* Web Site: http://www.rapid-framework.org.cn
* Google Code: http://code.google.com/p/rapid-framework/
* Since 2008 - 2014
*/
package com.experian.web.model;
import javax.persistence.Transient;
import javacommon.base.BaseEntity;
import javax.persistence.Column;
import javax.pe... | 12,709 | 0.703742 | 0.697003 | 467 | 26.008566 | 26.807505 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.51606 | false | false | 3 |
4061b8ec64077bc118c2b928d33770d341499335 | 6,262,062,361,064 | 30b162a5d619203637df53f96e37e9ca853504b6 | /DEPENDENCIES/es.cv.gvcase.fefem.common/src/es/cv/gvcase/fefem/common/validation/IEcoreDiagnosticDispatcher.java | 9a8b3c3e95d79f68fca29ac73b73837861ea5579 | [] | no_license | mariocervera/GlossaryEditor | https://github.com/mariocervera/GlossaryEditor | 19606e299b43c696e7ada7226798daa2588373b5 | 662e20da5e2758e640883a151716125a48294cf6 | refs/heads/master | 2021-01-10T07:14:04.732000 | 2016-02-07T21:11:34 | 2016-02-07T21:11:34 | 49,990,048 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package es.cv.gvcase.fefem.common.validation;
import org.eclipse.emf.common.util.Diagnostic;
/**
* Interface defining methods for a class that process given Ecore Validation Diagnostics
* @author Jose Manuel García Valladolid
*/
public interface IEcoreDiagnosticDispatcher {
/**
* This method is called before a... | UTF-8 | Java | 599 | java | IEcoreDiagnosticDispatcher.java | Java | [
{
"context": "cess given Ecore Validation Diagnostics\n * @author Jose Manuel García Valladolid\n */\npublic interface IEcoreDiagnosticDispatcher {",
"end": 229,
"score": 0.9998449087142944,
"start": 200,
"tag": "NAME",
"value": "Jose Manuel García Valladolid"
}
] | null | [] | package es.cv.gvcase.fefem.common.validation;
import org.eclipse.emf.common.util.Diagnostic;
/**
* Interface defining methods for a class that process given Ecore Validation Diagnostics
* @author <NAME>
*/
public interface IEcoreDiagnosticDispatcher {
/**
* This method is called before a validation diagnostic ... | 575 | 0.76087 | 0.76087 | 22 | 26.181818 | 32.379337 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.681818 | false | false | 3 |
ef2cb2ed6ca4f22ad304ae2c45e86852b6c9c47f | 26,302,379,759,159 | 3d25ebeb9632455332b4355c0c7c1a33459d7574 | /AprendiendoMaterialDesign/app/src/main/java/com/example/aprendiendomaterialdesign/activity2.java | 1a07309af8d6e2dfb9566483bc0c3df9f53aaaea | [] | no_license | iJCode1/Desarrollo-Movil-Android | https://github.com/iJCode1/Desarrollo-Movil-Android | d9777690148517133bea8e536042122e7b60c95c | f7e5ed75e6b87bdee5b186434314c3d8db05f287 | refs/heads/main | 2023-05-13T21:16:20.161000 | 2021-06-02T05:24:06 | 2021-06-02T05:24:06 | 344,677,194 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.aprendiendomaterialdesign;
import androidx.appcompat.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
public class activity2 extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
... | UTF-8 | Java | 447 | java | activity2.java | Java | [] | null | [] | package com.example.aprendiendomaterialdesign;
import androidx.appcompat.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
public class activity2 extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
... | 447 | 0.738255 | 0.733781 | 19 | 22.473684 | 20.770344 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.368421 | false | false | 3 |
5f9caa0be55c0d409d4f6ea6f10d5453de514c6a | 37,838,661,882,244 | d4138d1a8326ee4bdff60f6715ce3058aeb06a76 | /external/bsd/elftoolchain/test/tet/tet3.8/src/java/TET/TetThread.java | 4f4a59a81c10a4103d92b7739ab430d638ee2dae | [
"Artistic-1.0",
"LicenseRef-scancode-warranty-disclaimer",
"BSD-3-Clause"
] | permissive | isabella232/rv-predict | https://github.com/isabella232/rv-predict | 65fce39fce22093fe4c61b9a5a0f46ef16c95aab | 6733dcc0811c16be8e10ea7df77ef238dc152d87 | refs/heads/master | 2023-06-16T20:30:47.419000 | 2019-01-03T19:35:53 | 2019-01-03T19:35:53 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* SCCS: @(#)TetThread.java 1.1 (99/09/03)
*
* UniSoft Ltd., London, England
*
* Copyright (c) 1999 The Open Group
* All rights reserved.
*
* No part of this source code may be reproduced, stored in a retrieval
* system, or transmitted, in any form or by any means, electronic,
* mechanical, photocopying, re... | UTF-8 | Java | 6,414 | java | TetThread.java | Java | [
{
"context": ".8\n * @author\tFrom JETpack 1.02 source\n * @author\tMatthew Hails, UniSoft Ltd.\n */\npublic class TetThread extends ",
"end": 1098,
"score": 0.999854564666748,
"start": 1085,
"tag": "NAME",
"value": "Matthew Hails"
}
] | null | [] | /*
* SCCS: @(#)TetThread.java 1.1 (99/09/03)
*
* UniSoft Ltd., London, England
*
* Copyright (c) 1999 The Open Group
* All rights reserved.
*
* No part of this source code may be reproduced, stored in a retrieval
* system, or transmitted, in any form or by any means, electronic,
* mechanical, photocopying, re... | 6,407 | 0.694574 | 0.688182 | 216 | 28.694445 | 25.847294 | 86 | true | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.87963 | false | false | 3 |
dd0019bcc15db32afa86b8c20f867981e1f77833 | 36,386,962,950,814 | ad85fb24b19f5d48cd487181e0a68d634bf6672c | /src/com/basicprogramming/SeatingArrangement.java | 8c770e76a5bf89e54c32717ce62b417824923ca9 | [] | no_license | zerak222/ProgramsProj | https://github.com/zerak222/ProgramsProj | 652b6ef564a59d0ff259e1352ca6cce7c7b0c53b | 4edca5fc2bba490cd24588faead6b93103b5bb19 | refs/heads/master | 2020-05-23T12:14:50.114000 | 2019-05-15T05:29:23 | 2019-05-15T05:29:23 | 186,753,720 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.basicprogramming;
import java.util.Scanner;
public class SeatingArrangement {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int noOfTestCases = sc.nextInt();
Integer[] seatNos = new Integer[noOfTestCases];
for(int i=0;i<noOfTestCases;i++) {
seatNos[i]=sc.nextIn... | UTF-8 | Java | 335 | java | SeatingArrangement.java | Java | [] | null | [] | package com.basicprogramming;
import java.util.Scanner;
public class SeatingArrangement {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int noOfTestCases = sc.nextInt();
Integer[] seatNos = new Integer[noOfTestCases];
for(int i=0;i<noOfTestCases;i++) {
seatNos[i]=sc.nextIn... | 335 | 0.701493 | 0.698507 | 16 | 19.9375 | 17.651022 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.4375 | false | false | 3 |
b27a1682746d8700daf19456ea6cba723a73a1fa | 35,304,631,200,833 | 6dae11e9e7accbbb1790f0f0d7102ad0eaad1000 | /CollectionPrj/src/p2/MainCls.java | 19ee1939f57326bb652739368ab9f8d94452f837 | [] | no_license | sandhyasri-git/CollabrationProject | https://github.com/sandhyasri-git/CollabrationProject | aa269e58416e3df3f0df6ce1e7ba179377b07619 | a81d7da09ed87fb6e20395578d58479f051a263b | refs/heads/master | 2021-01-23T03:08:30.791000 | 2017-03-24T10:11:09 | 2017-03-24T10:11:09 | 86,053,753 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package p2;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Iterator;
public class MainCls {
@SuppressWarnings("unchecked")
public static void main(String[] args) {
@SuppressWarnings("rawtypes")
ArrayList a1=new ArrayList();
a1.add(new Student(10,"s1",23));
a1... | UTF-8 | Java | 988 | java | MainCls.java | Java | [] | null | [] | package p2;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Iterator;
public class MainCls {
@SuppressWarnings("unchecked")
public static void main(String[] args) {
@SuppressWarnings("rawtypes")
ArrayList a1=new ArrayList();
a1.add(new Student(10,"s1",23));
a1... | 988 | 0.63664 | 0.609312 | 41 | 22.097561 | 18.343344 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.146342 | false | false | 3 |
1366ea59dce5bb645fc0904a6537eb20c7523770 | 36,378,373,001,294 | 15e6775a463f38cd1e59d21c01bb3d0e5db8cde6 | /src/www/epochong/jisuanke/ds/Code_10_Say7.java | d73a6f6afbb5d2d0b92b79a6bd31b26e063e7f50 | [] | no_license | epochong/Arithmetic | https://github.com/epochong/Arithmetic | ba8ab9339385b429fb2946a930b0fae647e4a743 | 5cb66b866942ceedf3c986fb35899960aa88a768 | refs/heads/master | 2020-05-18T07:06:58.787000 | 2019-10-15T03:10:48 | 2019-10-15T03:10:48 | 184,253,284 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package www.epochong.jisuanke.ds;
import java.util.ArrayList;
import java.util.Scanner;
/**
* @author epochong
* @date 2019/5/3 18:32
* @email 876459397@qq.com
* @CSDN https://blog.csdn.net/wfcn_zyq
* @describe
*/
public class Code_10_Say7 {
public static void main(String[] args) {
Scanner input = n... | UTF-8 | Java | 1,367 | java | Code_10_Say7.java | Java | [
{
"context": "rayList;\nimport java.util.Scanner;\n\n/**\n * @author epochong\n * @date 2019/5/3 18:32\n * @email 876459397@qq.co",
"end": 113,
"score": 0.9671299457550049,
"start": 105,
"tag": "USERNAME",
"value": "epochong"
},
{
"context": "author epochong\n * @date 2019/5/3 18:32\... | null | [] | package www.epochong.jisuanke.ds;
import java.util.ArrayList;
import java.util.Scanner;
/**
* @author epochong
* @date 2019/5/3 18:32
* @email <EMAIL>
* @CSDN https://blog.csdn.net/wfcn_zyq
* @describe
*/
public class Code_10_Say7 {
public static void main(String[] args) {
Scanner input = new Scanne... | 1,358 | 0.413314 | 0.386979 | 53 | 24.792454 | 15.406882 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.509434 | false | false | 3 |
802763854a341aa39775a289484889513e3a007e | 31,026,843,785,087 | 089eae2cfdda124fe67d14efc43372cca06c75b2 | /project/src/main/java/org/zerock/domain/PrVO.java | 81e66b26842c1192b7f9e0b81f9369bb9f7e1bf3 | [] | no_license | alsdn520/RootCar | https://github.com/alsdn520/RootCar | 7919fe8b97285ff61a9d5ac95820dc777d294882 | 9767f6ecf3106ba3b511d647d0231f90a26b092a | refs/heads/master | 2020-05-21T05:30:54.251000 | 2019-05-10T05:04:09 | 2019-05-10T05:04:09 | 185,922,985 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.zerock.domain;
public class PrVO {
private String pr_name;
private int pr_no;//번호
private String pr_location;//위치
private String pr_car;//차종
private int pr_price;//가격
private String pr_cont;//설명
private String pr_file;//사진 이진파일
private String pr_date;
//페이징(쪽나누기)관련변수
... | UTF-8 | Java | 3,023 | java | PrVO.java | Java | [] | null | [] | package org.zerock.domain;
public class PrVO {
private String pr_name;
private int pr_no;//번호
private String pr_location;//위치
private String pr_car;//차종
private int pr_price;//가격
private String pr_cont;//설명
private String pr_file;//사진 이진파일
private String pr_date;
//페이징(쪽나누기)관련변수
... | 3,023 | 0.556807 | 0.555783 | 125 | 21.464001 | 15.620266 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.36 | false | false | 3 |
0bcaf3053289522ae3859ec66ed188eef746e67f | 12,601,434,089,271 | ac04f24922f3e83b22eee240b656e52ac744c40c | /src/main/java/com/yjf/services/impl/DemandServiceImpl.java | 8a925254283b70da801dea06016e95788263a961 | [] | no_license | Ttanlents/guguanjia | https://github.com/Ttanlents/guguanjia | 94fd902bc6d4575fb4b3eae7c6ffd186f3738695 | 62b025a7d11c75d005d625296b7eb0cbe0144fb9 | refs/heads/master | 2023-01-10T01:11:16.715000 | 2020-11-14T09:28:50 | 2020-11-14T09:28:50 | 308,801,158 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yjf.services.impl;
import com.github.pagehelper.PageHelper;
import com.github.pagehelper.PageInfo;
import com.yjf.entity.Demand;
import com.yjf.services.DemandService;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import java.util.List;
/*... | UTF-8 | Java | 795 | java | DemandServiceImpl.java | Java | [
{
"context": "actional;\n\nimport java.util.List;\n\n/**\n * @author 余俊锋\n * @date 2020/10/24 10:05\n * @Description\n */\n@Se",
"end": 336,
"score": 0.999832808971405,
"start": 333,
"tag": "NAME",
"value": "余俊锋"
}
] | null | [] | package com.yjf.services.impl;
import com.github.pagehelper.PageHelper;
import com.github.pagehelper.PageInfo;
import com.yjf.entity.Demand;
import com.yjf.services.DemandService;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import java.util.List;
/*... | 795 | 0.755387 | 0.740177 | 29 | 26.206896 | 25.118176 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.517241 | false | false | 3 |
3089c76d86463ed5cca948bff8159fe91bd95d04 | 16,415,365,045,141 | 18235e93d0b369b7c0c921b0194df441ea0853a1 | /screen-capture/src/main/java/com/aim/capture/instaapi/ApiManager.java | d8ccae2af572114b9a4f381c2b441a67966e9948 | [] | no_license | ahmediraki/ScreenCaptureApi | https://github.com/ahmediraki/ScreenCaptureApi | 0651eb938d51ab5375e9d888548ea46be6c202e0 | 82512b0e1190296d86bc22ebb362f18e290d7d20 | refs/heads/master | 2016-09-14T10:42:00.510000 | 2016-05-22T08:43:51 | 2016-05-22T08:43:51 | 58,873,806 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.aim.capture.instaapi;
import android.app.Activity;
import android.graphics.Bitmap;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.drawable.Drawable;
import android.net.Uri;
import android.os.Environment;
import android.view.View;
import android.view.ViewGroup;
impor... | UTF-8 | Java | 1,018 | java | ApiManager.java | Java | [] | null | [] | package com.aim.capture.instaapi;
import android.app.Activity;
import android.graphics.Bitmap;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.drawable.Drawable;
import android.net.Uri;
import android.os.Environment;
import android.view.View;
import android.view.ViewGroup;
impor... | 1,018 | 0.75442 | 0.75442 | 33 | 29.848484 | 33.826759 | 168 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.606061 | false | false | 3 |
4a6118cafa223bb728ddd82f0dbde4c5a147ebbc | 13,391,708,096,593 | 54ff6df4ff98251083b0c23a0ffaf649a8878e20 | /ID2203-assignments-kit-java/src/main/java/se/kth/ict/id2203/ucp/UniformConsensus.java | 6b224bd810ed2df1b4ba6cf148080ea071526bb9 | [] | no_license | Fafinou/AdvancedDistributedSystem | https://github.com/Fafinou/AdvancedDistributedSystem | 447037417cb5e6ffa915290fd3e88d45c415dcd0 | b8370f0731c72d2413dc087ec6d585624e25c37b | refs/heads/master | 2020-05-24T12:24:49.416000 | 2013-02-27T20:39:40 | 2013-02-27T20:39:40 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package se.kth.ict.id2203.ucp;
import se.sics.kompics.PortType;
/**
*
* @author ALEX & fingolfin
*/
public class UniformConsensus extends PortType{
{
indication(UcDecide.class);
request(UcPropose.class);
}
}
| UTF-8 | Java | 237 | java | UniformConsensus.java | Java | [
{
"context": "mport se.sics.kompics.PortType;\n\n/**\n *\n * @author ALEX & fingolfin\n */\npublic class UniformConsensus ext",
"end": 88,
"score": 0.9604915976524353,
"start": 84,
"tag": "NAME",
"value": "ALEX"
},
{
"context": "e.sics.kompics.PortType;\n\n/**\n *\n * @author ALEX & ... | null | [] | package se.kth.ict.id2203.ucp;
import se.sics.kompics.PortType;
/**
*
* @author ALEX & fingolfin
*/
public class UniformConsensus extends PortType{
{
indication(UcDecide.class);
request(UcPropose.class);
}
}
| 237 | 0.658228 | 0.64135 | 14 | 15.928572 | 16.250118 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 3 |
6d6f615bde82f13c0ab622e460d100c70a8c73dd | 34,600,256,566,372 | 697c069d0ee08e5514452d8cb2b9a3ea2c37ced2 | /src/P13/src/DobroJem.java | a7afed0949c693aeb23af51d4bfa4fbf4c2191b2 | [] | no_license | ZigaStrgar/programiranje-2-java | https://github.com/ZigaStrgar/programiranje-2-java | bba517a659ba5ffaef95dd34fc4e8d01486b228b | d007271191e34fd2f20febd9c342125900a0ca9c | refs/heads/master | 2018-11-13T11:43:24.013000 | 2016-07-22T08:09:35 | 2016-07-22T08:09:35 | 63,935,847 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package DobroJem;
import java.io.*;
import java.util.Scanner;
import javax.swing.DefaultListModel;
import javax.swing.JList;
public class DobroJem extends javax.swing.JFrame {
public static JSONObject[] restaurants;
/**
* Creates new form NewJFrame
*/
public DobroJem() {
initComponents... | UTF-8 | Java | 7,730 | java | DobroJem.java | Java | [] | null | [] | package DobroJem;
import java.io.*;
import java.util.Scanner;
import javax.swing.DefaultListModel;
import javax.swing.JList;
public class DobroJem extends javax.swing.JFrame {
public static JSONObject[] restaurants;
/**
* Creates new form NewJFrame
*/
public DobroJem() {
initComponents... | 7,730 | 0.608409 | 0.595602 | 166 | 45.566265 | 36.013615 | 198 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.626506 | false | false | 3 |
73021de368108baa5ea5dc41c5c99e1b352092fb | 30,442,728,260,446 | a9ca161da8a4fc0c8ee3ac6a42d72a644e7d171d | /src/main/java/com/ouke/ouke/service/impl/UserServiceImpl.java | a28d4eff41432c71d3586865955d9151344779f5 | [] | no_license | ouke11team/oukeback | https://github.com/ouke11team/oukeback | 4fa0d16f49bb7fe2f54465406e3b9307d66e121c | a4476fd0b58fa8e351ed454ec42114bbc0f041fe | refs/heads/master | 2022-12-05T12:30:13.650000 | 2020-08-12T11:23:43 | 2020-08-12T11:23:43 | 285,184,762 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ouke.ouke.service.impl;
import com.ouke.ouke.mapper.UserMapper;
import com.ouke.ouke.po.User;
import com.ouke.ouke.service.UserService;
import org.springframework.stereotype.Service;
import javax.annotation.Resource;
import java.util.List;
@Service
public class UserServiceImpl implements UserService {
... | UTF-8 | Java | 918 | java | UserServiceImpl.java | Java | [] | null | [] | package com.ouke.ouke.service.impl;
import com.ouke.ouke.mapper.UserMapper;
import com.ouke.ouke.po.User;
import com.ouke.ouke.service.UserService;
import org.springframework.stereotype.Service;
import javax.annotation.Resource;
import java.util.List;
@Service
public class UserServiceImpl implements UserService {
... | 918 | 0.669935 | 0.669935 | 40 | 21.950001 | 17.576902 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.35 | false | false | 3 |
4de810282a9e9057d7b4c286c4031699d1902800 | 6,219,112,697,499 | 2c26e25f1e26e2b8ba88cb0e9759d30ddc11f613 | /src/main/java/cn/damei/utils/UUIDUtils.java | da9b2d86c0fa8cbcba8940b554f588f5c42802c8 | [] | no_license | xeonye/oa-3 | https://github.com/xeonye/oa-3 | 78f8e05f06eade116ff3a018e0974c516d7a1051 | c23091f9a5f32998bc9c8c467c518592ca21e89a | refs/heads/master | 2020-03-26T13:34:29.721000 | 2018-03-15T03:39:16 | 2018-03-15T03:39:16 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.damei.utils;
import java.util.UUID;
public class UUIDUtils {
public static String generateJobNum() {
return UUID.randomUUID().toString();
}
}
| UTF-8 | Java | 157 | java | UUIDUtils.java | Java | [] | null | [] | package cn.damei.utils;
import java.util.UUID;
public class UUIDUtils {
public static String generateJobNum() {
return UUID.randomUUID().toString();
}
}
| 157 | 0.745223 | 0.745223 | 7 | 21.428572 | 14.261408 | 40 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 3 |
d198b8efd76a2b3aac644e5ae247f05dc5830e21 | 36,103,495,108,384 | 1a36c8b8b79f16b46cf875057ab08d5cd0ec8ceb | /blizzard/messenger/data/rxjava/AttributeStream.java | f2b851924fdaef50ccec42385441f8dbab813996 | [] | no_license | DeKaDeNcE/BSAP | https://github.com/DeKaDeNcE/BSAP | 659168a6318cb8f6351f25d0f4c661b4f4fb307b | 944be6b1526c6fdc6ad4d791e516ec7e9a6c7fdb | refs/heads/master | 2021-12-21T13:50:32.499000 | 2017-09-27T11:26:15 | 2017-09-28T08:04:44 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.blizzard.messenger.data.rxjava;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.support.v4.util.Pair;
import rx.Observable;
public final class AttributeStream<T>
{
@Nullable
public final T defaultValue;
public final Observable<Pair<String, T>> ob... | UTF-8 | Java | 1,179 | java | AttributeStream.java | Java | [] | null | [] | package com.blizzard.messenger.data.rxjava;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.support.v4.util.Pair;
import rx.Observable;
public final class AttributeStream<T>
{
@Nullable
public final T defaultValue;
public final Observable<Pair<String, T>> ob... | 1,179 | 0.738762 | 0.724343 | 40 | 28.5 | 35.514786 | 142 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 3 |
d9ab7249db7cd9a73bdcee2e5e64c247a5eed7d0 | 19,361,712,621,357 | ce748121c43c86397119753bc60ba70d7b41f6bf | /src/main/java/Indexing/PreProcessedCorpusReader.java | 0a1b6d53797ea67975d09f5dfc294cd0b22b366b | [] | no_license | CptTZ/INFSCI_2140_HW2 | https://github.com/CptTZ/INFSCI_2140_HW2 | 2fec625f51e9a5ceba544feeb4f10e811ee11d9f | 7b3075f0ae2e591bc796ec6da4737a0339ad3e00 | refs/heads/master | 2020-03-28T22:11:23.034000 | 2018-10-06T08:40:39 | 2018-10-06T08:40:39 | 149,211,744 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Indexing;
import Classes.Path;
import java.io.BufferedReader;
import java.io.FileReader;
import java.io.IOException;
import java.util.HashMap;
import java.util.Map;
public class PreProcessedCorpusReader {
private BufferedReader corpusReader;
public PreProcessedCorpusReader(String type... | UTF-8 | Java | 1,289 | java | PreProcessedCorpusReader.java | Java | [] | null | [] | package Indexing;
import Classes.Path;
import java.io.BufferedReader;
import java.io.FileReader;
import java.io.IOException;
import java.util.HashMap;
import java.util.Map;
public class PreProcessedCorpusReader {
private BufferedReader corpusReader;
public PreProcessedCorpusReader(String type... | 1,289 | 0.60512 | 0.602793 | 41 | 29.439024 | 25.557251 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.731707 | false | false | 3 |
25ace85f2b481e659dcdb749cc34d8ad3867b5db | 26,104,811,226,592 | 500243694fdf805f2e29a47ec56aea6d8be29e40 | /src/main/java/Data.java | 114572ed426ff5f598ea12e92f0f929117dade74 | [] | no_license | MishiCodes/Java-read-xml-file | https://github.com/MishiCodes/Java-read-xml-file | ea4c3fecd96c591fe343fa3fadffb399761e348f | 89a4a57c1ba14f4d27f2d8d95333d4b9feca285b | refs/heads/master | 2022-09-11T18:51:22.126000 | 2020-05-25T23:08:37 | 2020-05-25T23:08:37 | 266,897,296 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.List;
/**
* Represents a dataLists used as a format of data fetched from MySQL database
*
* @author Mehwish
*/
public class Data {
private List<Bar> bars;
private List<Reviewer> reviews;
/**
* Constructor of a ready to work with dataSet containing empty ArrayLists
*/
pub... | UTF-8 | Java | 796 | java | Data.java | Java | [
{
"context": " of data fetched from MySQL database\n *\n * @author Mehwish\n */\npublic class Data {\n private List<Bar> bar",
"end": 128,
"score": 0.9996880888938904,
"start": 121,
"tag": "NAME",
"value": "Mehwish"
}
] | null | [] | import java.util.List;
/**
* Represents a dataLists used as a format of data fetched from MySQL database
*
* @author Mehwish
*/
public class Data {
private List<Bar> bars;
private List<Reviewer> reviews;
/**
* Constructor of a ready to work with dataSet containing empty ArrayLists
*/
pub... | 796 | 0.628141 | 0.628141 | 31 | 24.645161 | 25.59429 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.290323 | false | false | 3 |
b83b2d6333967d30d7652d05f13d0b531c78cb90 | 2,619,930,105,770 | 96f7e889d51c1633ce0d9c63413a4bd95e00161c | /app/src/main/java/com/example/flappybird_prm391/MainActivity.java | 61c8e6810498f86b7e1f2dc7b11d46c68415ba87 | [] | no_license | Phongptse05472/PRM391-Flappy_bird | https://github.com/Phongptse05472/PRM391-Flappy_bird | da612ecbbb4d8a283c97d31672509ad99310299d | 512b9e35300df14c37ba3da2207fd55408a6bb58 | refs/heads/master | 2020-08-07T06:03:54.296000 | 2019-11-15T01:08:12 | 2019-11-15T01:08:12 | 213,324,952 | 0 | 1 | null | false | 2019-11-15T01:08:14 | 2019-10-07T07:54:20 | 2019-11-11T16:11:52 | 2019-11-15T01:08:13 | 6,233 | 0 | 1 | 0 | Java | false | false | package com.example.flappybird_prm391;
import android.accounts.AccountManager;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
import android.os.Bundle;
import android.os.Handler;
import android.util.Log... | UTF-8 | Java | 5,922 | java | MainActivity.java | Java | [] | null | [] | package com.example.flappybird_prm391;
import android.accounts.AccountManager;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
import android.os.Bundle;
import android.os.Handler;
import android.util.Log... | 5,922 | 0.611618 | 0.605876 | 159 | 36.245281 | 23.028481 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.685535 | false | false | 3 |
6258786b08690b71bc6366688ed6c578d13e2514 | 21,303,037,851,110 | 018b7eec50144bcb464b19133a5fa2590fa25e80 | /leetcode105.java | 23c54e4cc367186cbaf8ba1a378aa245ba0c01e7 | [] | no_license | preeti09011999/Interview-Preparation | https://github.com/preeti09011999/Interview-Preparation | 975c7531d010820966367ce25a3cde17c9245a98 | 71077487489a7294d101a6c9a29d453536d6a436 | refs/heads/master | 2023-02-18T21:04:22.109000 | 2021-01-20T12:00:03 | 2021-01-20T12:00:03 | 267,910,639 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Definition for a binary tree node.
* public class TreeNode {
* int val;
* TreeNode left;
* TreeNode right;
* TreeNode() {}
* TreeNode(int val) { this.val = val; }
* TreeNode(int val, TreeNode left, TreeNode right) {
* this.val = val;
* this.left = left;
* ... | UTF-8 | Java | 1,001 | java | leetcode105.java | Java | [] | null | [] | /**
* Definition for a binary tree node.
* public class TreeNode {
* int val;
* TreeNode left;
* TreeNode right;
* TreeNode() {}
* TreeNode(int val) { this.val = val; }
* TreeNode(int val, TreeNode left, TreeNode right) {
* this.val = val;
* this.left = left;
* ... | 1,001 | 0.581419 | 0.573427 | 30 | 32.366665 | 25.71314 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.3 | false | false | 3 |
f404de897d160c708a38e8fa866bc8cdfb444ef4 | 18,966,575,645,007 | 8c0a759614221a721bd7fb41ed213005a0d8afa7 | /Project-and-Task Handler/Project-and-Task-Handler-core/Project-and-Task-Handler-core-web/src/main/java/com/schonherz/project/view/queries/BlockedTaskView.java | 7c869c5128ddc54ceb5cc8406a424fd46e69b2ea | [] | no_license | balazs630/Codingmentor-Java-EE-Final-Project | https://github.com/balazs630/Codingmentor-Java-EE-Final-Project | a9c362d428569a35b7e429a397d54d910498cb00 | a6512b2f6d90a7c7f4011f9260450e92bef22aa9 | refs/heads/master | 2021-01-19T21:15:21.764000 | 2017-04-18T17:39:26 | 2017-04-18T17:54:07 | 88,633,881 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.schonherz.project.view.queries;
import com.schonherz.project.entity.Task;
import com.schonherz.project.service.TaskService;
import javax.annotation.PostConstruct;
import javax.faces.bean.ManagedBean;
import javax.faces.bean.SessionScoped;
import javax.inject.Inject;
import java.util.List;
/**
* Created ... | UTF-8 | Java | 955 | java | BlockedTaskView.java | Java | [
{
"context": ".Inject;\nimport java.util.List;\n\n/**\n * Created by darvasr on 2016.09.16..\n */\n@ManagedBean(name = \"BlockedT",
"end": 330,
"score": 0.9996796250343323,
"start": 323,
"tag": "USERNAME",
"value": "darvasr"
}
] | null | [] | package com.schonherz.project.view.queries;
import com.schonherz.project.entity.Task;
import com.schonherz.project.service.TaskService;
import javax.annotation.PostConstruct;
import javax.faces.bean.ManagedBean;
import javax.faces.bean.SessionScoped;
import javax.inject.Inject;
import java.util.List;
/**
* Created ... | 955 | 0.703665 | 0.695288 | 44 | 20.704546 | 18.101456 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.340909 | false | false | 3 |
6a0cfd6711c426ebe5078aa2418af59929deb849 | 18,966,575,642,546 | 684742153b544c0fe0a33d223a2c64387b0c9d18 | /demo/src/test/java/com/buddylogin/demo/BuddyLoginApplicationTests.java | 4cb07b8ff7626474ce226e3b41085c721a4d55d4 | [] | no_license | priya-ramesh-s/Authentication | https://github.com/priya-ramesh-s/Authentication | e1b35bc09f9c5b56545be90d67ecfe6df89d705f | 7513bc47a7973c3144c23e8cb047c508069de2a8 | refs/heads/main | 2023-08-13T18:17:47.498000 | 2021-10-11T12:32:25 | 2021-10-11T12:32:25 | 415,917,351 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.buddylogin.demo;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class BuddyLoginApplicationTests {
@Test
void contextLoads() {
}
}
| UTF-8 | Java | 215 | java | BuddyLoginApplicationTests.java | Java | [] | null | [] | package com.buddylogin.demo;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class BuddyLoginApplicationTests {
@Test
void contextLoads() {
}
}
| 215 | 0.790698 | 0.790698 | 13 | 15.538462 | 18.202347 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.461538 | false | false | 3 |
eb128036e374e5a644b14a7bd0cae3353c1197e4 | 17,987,323,096,418 | a783f379dc5dcc1336ff481b21d66918e777b288 | /src/main/java/com/pzy/entity/Fee.java | f88878a7f0f376562fd5bed80aa1a5888eaab043 | [] | no_license | zhaoyang0501/sfxt | https://github.com/zhaoyang0501/sfxt | 4bd965b478f32993bca0c51bb586bda35e082796 | cd54dad671721d0b991d77034795f61c73f06c4c | refs/heads/master | 2021-01-01T03:43:40.309000 | 2016-04-12T13:32:54 | 2016-04-12T13:32:54 | 55,975,795 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.pzy.entity;
import java.util.Date;
import java.util.List;
import javax.persistence.CascadeType;
/***
* 分类
*
*/
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
... | UTF-8 | Java | 2,854 | java | Fee.java | Java | [
{
"context": "jackson.annotation.JsonIgnore;\r\n/**上课单\r\n * @author Administrator\r\n *\r\n */\r\n@Entity\r\n@Table(name = \"t_fee\")\r\npublic",
"end": 568,
"score": 0.5880710482597351,
"start": 555,
"tag": "NAME",
"value": "Administrator"
}
] | null | [] | package com.pzy.entity;
import java.util.Date;
import java.util.List;
import javax.persistence.CascadeType;
/***
* 分类
*
*/
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
... | 2,854 | 0.680028 | 0.678622 | 143 | 17.902098 | 15.336466 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.363636 | false | false | 3 |
82af2cf177a9345a4423ce888fef387f16027402 | 979,252,612,044 | 735b7b7c90d7ded750d953085e3a873a05fac23d | /App/src/ui/pages/ViewQuestionPage.java | baa9be8c637461df2fd00f115d124fb9e0ad4748 | [] | no_license | talhautsc/L01_01 | https://github.com/talhautsc/L01_01 | 485266ef43ca5c0e2195b5566a7f5a8ca044111a | 225005b7347f61b6f0e8f58621d8eb8ad90b99aa | refs/heads/master | 2021-03-16T05:35:22.038000 | 2017-11-27T21:47:54 | 2017-11-27T21:47:54 | 103,757,619 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ui.pages;
import backend.CurrentSession;
import backend.DatabaseManager;
import holders.Question;
import ui.UIManager;
import ui.components.Button;
import ui.components.ClickableObject;
import ui.components.Label;
import javax.swing.*;
import java.awt.*;
import java.awt.event.MouseEvent;
import java.awt.event... | UTF-8 | Java | 6,083 | java | ViewQuestionPage.java | Java | [] | null | [] | package ui.pages;
import backend.CurrentSession;
import backend.DatabaseManager;
import holders.Question;
import ui.UIManager;
import ui.components.Button;
import ui.components.ClickableObject;
import ui.components.Label;
import javax.swing.*;
import java.awt.*;
import java.awt.event.MouseEvent;
import java.awt.event... | 6,083 | 0.629624 | 0.622719 | 183 | 32.240437 | 26.666265 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.622951 | false | false | 3 |
c54d80a7c8eda6da90c73cb936cff97cf916ec2e | 21,371,757,334,853 | 1c37c64b96c405538bbe7c6b46ac16d6fd9228d0 | /Projet Java Web Crenier_Veys-ejb/src/java/facade/TalentPokemonFacade.java | 6e5852789647ab4c10440ba533f7c86e557833e5 | [] | no_license | ChachaIG/ProjetJavaWeb | https://github.com/ChachaIG/ProjetJavaWeb | 8672b29c91da4eb3831ca1b1af9adc9341bed8a4 | 94d5a290a61120568bd61ddb68ee061ecb2aac12 | refs/heads/master | 2021-01-10T18:16:33.110000 | 2015-12-15T19:27:43 | 2015-12-15T19:27:43 | 46,410,375 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package facade;
import entity.TalentPokemon;
import javax.ejb.Stateless;
import javax.persistence.EntityManager;
import javax.persistence.PersistenceContext;
@Stateless
public class TalentPokemonFacade extends AbstractFacade<TalentPokemon> implements TalentPokemonFacadeLocal {
@PersistenceContext(unitName = "Pro... | UTF-8 | Java | 558 | java | TalentPokemonFacade.java | Java | [] | null | [] |
package facade;
import entity.TalentPokemon;
import javax.ejb.Stateless;
import javax.persistence.EntityManager;
import javax.persistence.PersistenceContext;
@Stateless
public class TalentPokemonFacade extends AbstractFacade<TalentPokemon> implements TalentPokemonFacadeLocal {
@PersistenceContext(unitName = "Pro... | 558 | 0.756272 | 0.756272 | 22 | 24.318182 | 26.301376 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.363636 | false | false | 3 |
c9e34e8c83aa702a63bb4d13e5bb68cf0de6ba4b | 15,685,220,617,064 | ce2b552a860b1e4693b4f7dbe4c636aee86791d3 | /Chapter7/ReviewQuestions/Q2.java | fb43e26e6293fe0caea7d8fc92c1e1cd65886edb | [] | no_license | codeyasam/OCPJP-Review | https://github.com/codeyasam/OCPJP-Review | 31ef81a378cc52c327939e9a94d73f70c7446cb0 | 7cc5bfba4bc2973fa538ad8cb725007c93fc1d50 | refs/heads/master | 2020-04-04T10:34:10.157000 | 2018-12-01T18:22:32 | 2018-12-01T18:22:32 | 155,859,526 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /* Q2: Which of the following statements about Callable call and Runnable method run() methods are correntn(Choose all the apply.)
*
* A. Both can throw unchecked exceptions
* C. Callable can throw a checkedException
* D. Both can be implement with lambda expression
* F. Callable returns a generic type.
*/ | UTF-8 | Java | 309 | java | Q2.java | Java | [] | null | [] | /* Q2: Which of the following statements about Callable call and Runnable method run() methods are correntn(Choose all the apply.)
*
* A. Both can throw unchecked exceptions
* C. Callable can throw a checkedException
* D. Both can be implement with lambda expression
* F. Callable returns a generic type.
*/ | 309 | 0.763754 | 0.760518 | 7 | 43.285713 | 40.148705 | 131 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0 | false | false | 3 |
a48706f8c82a16e7d38d4d19cb9718db6ad35c5b | 12,919,261,689,761 | 107e78a31f1c9bf858425fedcaa7dc7d289c582d | /app/src/main/java/com/world_tech_point/apron_seekers/preparationAnalysis/PreparationAnalysisActivity.java | 8a9d636bc141f3e00e62c6446bd24d549052dfd6 | [] | no_license | somon122/BCS_Preparation | https://github.com/somon122/BCS_Preparation | b6427f74d13a7e36ac80702c09ce72eb6ae69a5f | f3b307e2e41aed7f46f01ca0290bd80438b6fa48 | refs/heads/master | 2023-01-08T08:50:16.745000 | 2020-11-09T02:37:18 | 2020-11-09T02:37:18 | 274,746,236 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.world_tech_point.apron_seekers.preparationAnalysis;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AppCompatActivity;
import androidx.appcompat.widget.Toolbar;
import android.graphics.Color;
import android.os.Bundle;
import android.view.MenuItem;
import com.github.mikephil.charting.cha... | UTF-8 | Java | 2,171 | java | PreparationAnalysisActivity.java | Java | [
{
"context": "\nimport android.view.MenuItem;\n\nimport com.github.mikephil.charting.charts.BarChart;\nimport com.github.mikep",
"end": 307,
"score": 0.9498640298843384,
"start": 299,
"tag": "USERNAME",
"value": "mikephil"
},
{
"context": "ephil.charting.charts.BarChart;\nimport com.... | null | [] | package com.world_tech_point.apron_seekers.preparationAnalysis;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AppCompatActivity;
import androidx.appcompat.widget.Toolbar;
import android.graphics.Color;
import android.os.Bundle;
import android.view.MenuItem;
import com.github.mikephil.charting.cha... | 2,171 | 0.723169 | 0.704284 | 69 | 30.47826 | 23.428343 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.681159 | false | false | 3 |
06f554c9e86a395b8e0e81efc64dc3ad12051993 | 22,720,377,047,857 | c31c2fc63429061c71f7df22a2590c666bf55357 | /src/chuangjianxing/day01_singleton/SingletonDemo2.java | f02f70a48156c874c421e50c1f33750c5ddf5c4a | [] | no_license | huyang1981115225/AAAA-sjms | https://github.com/huyang1981115225/AAAA-sjms | 2d5d2ebd60b7dc47f896decfff68479fda51877b | b6be1301606aca6233154e6e58db682cf58e2d96 | refs/heads/master | 2020-04-15T09:29:54.652000 | 2019-01-15T03:35:54 | 2019-01-15T03:35:54 | 164,552,715 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package chuangjianxing.day01_singleton;
/**
* 测试懒汉式单例模式
*
* 要点:lazy load 延时加载,懒加载!真正用的时候才加载!
*
* 问题:资源利用率高了,但是,每次调用getInstance()方法都要同步,并发效率低。
*
* @author HY
*
*/
public class SingletonDemo2 {
// 类初始化时,不初始化这个对象(延时加载,真正用的时候才创建)
private static SingletonDemo2 instance;
// 私有化构造器
privat... | UTF-8 | Java | 1,078 | java | SingletonDemo2.java | Java | [
{
"context": "但是,每次调用getInstance()方法都要同步,并发效率低。\r\n * \r\n * @author HY\r\n * \r\n */\r\npublic class SingletonDemo2 {\r\n\r\n\t// 类",
"end": 176,
"score": 0.917333722114563,
"start": 174,
"tag": "USERNAME",
"value": "HY"
}
] | null | [] | package chuangjianxing.day01_singleton;
/**
* 测试懒汉式单例模式
*
* 要点:lazy load 延时加载,懒加载!真正用的时候才加载!
*
* 问题:资源利用率高了,但是,每次调用getInstance()方法都要同步,并发效率低。
*
* @author HY
*
*/
public class SingletonDemo2 {
// 类初始化时,不初始化这个对象(延时加载,真正用的时候才创建)
private static SingletonDemo2 instance;
// 私有化构造器
privat... | 1,078 | 0.634524 | 0.611905 | 43 | 17.534883 | 17.527849 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.023256 | false | false | 3 |
26d65db0eda8609e4e695cb2bcbe149f75883ce2 | 24,163,486,065,382 | 79562707edad638920d2cbaa89495ba281cf2c1f | /app/src/main/java/com/lbrong/rumusic/iface/listener/OnPlayMethodChangeListener.java | 6d74b8a93e6ff9b1523bfcf316bd2a3460acb3d4 | [] | no_license | lbRoNG/ru-music | https://github.com/lbRoNG/ru-music | 41ad6ddd860f8c0f8c115a49a12c8f13dc6ac8f9 | 9f61638607a5f7864626ea9ff4dcba110501887b | refs/heads/master | 2020-04-01T17:26:50.058000 | 2018-12-14T09:04:51 | 2018-12-14T09:04:51 | 153,430,320 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lbrong.rumusic.iface.listener;
import com.lbrong.rumusic.common.type.PlayMethodEnum;
/**
* @author lbRoNG
* @since 2018/10/29
*/
public interface OnPlayMethodChangeListener {
void onPlayMethodChange(PlayMethodEnum method);
}
| UTF-8 | Java | 246 | java | OnPlayMethodChangeListener.java | Java | [
{
"context": "umusic.common.type.PlayMethodEnum;\n\n/**\n * @author lbRoNG\n * @since 2018/10/29\n */\npublic interface OnPlayM",
"end": 120,
"score": 0.9996323585510254,
"start": 114,
"tag": "USERNAME",
"value": "lbRoNG"
}
] | null | [] | package com.lbrong.rumusic.iface.listener;
import com.lbrong.rumusic.common.type.PlayMethodEnum;
/**
* @author lbRoNG
* @since 2018/10/29
*/
public interface OnPlayMethodChangeListener {
void onPlayMethodChange(PlayMethodEnum method);
}
| 246 | 0.772358 | 0.739837 | 11 | 21.363636 | 21.076797 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.272727 | false | false | 3 |
8514cf0e8410d14734c86439b1391c3ec3b7fa17 | 15,204,184,230,295 | 56d55d57ea6069236d4fddeb4275b76507e32e87 | /TermFrequency.java | 9ed350160cd58b43b7a387eac3a636a1bc7ce5f4 | [] | no_license | HRakesh/Search-Engine-using-TF-IDF-Term-Frequency-Inverse-Document-Frequency | https://github.com/HRakesh/Search-Engine-using-TF-IDF-Term-Frequency-Inverse-Document-Frequency | 94da5e1cad9676014d3cc7455215e95c1bf731a4 | 0e6374c619e053b0cc7ee8821d7fd0651adae219 | refs/heads/master | 2021-08-17T05:21:16.632000 | 2017-11-20T20:07:41 | 2017-11-20T20:07:41 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.myorg;
//Rakesh Harish 800984018
import java.io.IOException;
import java.util.regex.Pattern;
import org.apache.hadoop.conf.Configured;
import org.apache.hadoop.fs.Path;
import org.apache.hadoop.io.FloatWritable;
import org.apache.hadoop.io.LongWritable;
import org.apache.hadoop.io.Text;
import org.apache.... | UTF-8 | Java | 4,083 | java | TermFrequency.java | Java | [
{
"context": "package org.myorg;\n\n//Rakesh Harish 800984018\n\nimport java.io.IOException;\nimport jav",
"end": 35,
"score": 0.9998558759689331,
"start": 22,
"tag": "NAME",
"value": "Rakesh Harish"
}
] | null | [] | package org.myorg;
//<NAME> 800984018
import java.io.IOException;
import java.util.regex.Pattern;
import org.apache.hadoop.conf.Configured;
import org.apache.hadoop.fs.Path;
import org.apache.hadoop.io.FloatWritable;
import org.apache.hadoop.io.LongWritable;
import org.apache.hadoop.io.Text;
import org.apache.hadoop.... | 4,076 | 0.713936 | 0.706098 | 110 | 36.118183 | 33.175217 | 137 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.409091 | false | false | 3 |
339c922ce9f0d33a9f19593f61f28f2acfb07edc | 15,204,184,233,496 | 8bcbfba3521e460fda3b89cce6dbeb634d221a2a | /extremestartupng-referee/src/main/java/com/github/barasher/esng/question/QuestionContext.java | dafb09ad909cbb6be65bf5890f13a9f3cd5c78ef | [] | no_license | barasher/ExtremeStartupNG | https://github.com/barasher/ExtremeStartupNG | 9a78731306a4f2755156df9da7cf090f2c91a987 | 36c57dd4f659cadeebf565af0045af66815f35a8 | refs/heads/master | 2021-01-11T09:06:41.479000 | 2019-08-12T17:06:24 | 2019-08-12T17:06:24 | 80,313,653 | 4 | 0 | null | false | 2020-10-13T08:35:38 | 2017-01-28T22:00:55 | 2019-08-12T17:08:00 | 2020-10-13T08:35:36 | 102 | 1 | 0 | 1 | Java | false | false | package com.github.barasher.esng.question;
import com.github.barasher.esng.data.Question;
public class QuestionContext {
private final Question _question;
private final IAnswerChecker _answerChecker;
private final int _pointsOnSuccess;
private final int _pointsOnFailure;
public QuestionContext(Question aQuesti... | UTF-8 | Java | 841 | java | QuestionContext.java | Java | [
{
"context": "package com.github.barasher.esng.question;\n\nimport com.github.barasher.esng.d",
"end": 27,
"score": 0.9879040718078613,
"start": 19,
"tag": "USERNAME",
"value": "barasher"
},
{
"context": "github.barasher.esng.question;\n\nimport com.github.barasher.esng.data.Question... | null | [] | package com.github.barasher.esng.question;
import com.github.barasher.esng.data.Question;
public class QuestionContext {
private final Question _question;
private final IAnswerChecker _answerChecker;
private final int _pointsOnSuccess;
private final int _pointsOnFailure;
public QuestionContext(Question aQuesti... | 841 | 0.778835 | 0.778835 | 36 | 22.361111 | 21.738539 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.388889 | false | false | 3 |
0fd8c762c298bba832252de84486d6dbef059b36 | 17,300,128,273,184 | 8a235b4d70dceb45782edfed87fbd46494fdee4f | /DistributedMutualExclusion/src/process/ProcessLWA.java | 0d7abd74f8676a8c93b14519713eaede254893c7 | [] | no_license | balbinavr/DistributedSystems | https://github.com/balbinavr/DistributedSystems | d7690815518ea98f39ee525c534178e57919fce6 | a4734132b33afabc0e6809be928d2267f259207d | refs/heads/master | 2020-04-04T17:45:15.534000 | 2018-11-05T10:08:07 | 2018-11-05T10:08:07 | 156,134,140 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package process;
import communication.CommMatrix;
import protocols.Lamport;
public class ProcessLWA extends Lamport{
public ProcessLWA(int myId, int numProc, CommMatrix commMatrix, int pos1, int pos2){
super(myId, numProc, commMatrix, pos1, pos2);
}
}
| UTF-8 | Java | 268 | java | ProcessLWA.java | Java | [] | null | [] | package process;
import communication.CommMatrix;
import protocols.Lamport;
public class ProcessLWA extends Lamport{
public ProcessLWA(int myId, int numProc, CommMatrix commMatrix, int pos1, int pos2){
super(myId, numProc, commMatrix, pos1, pos2);
}
}
| 268 | 0.75 | 0.735075 | 14 | 18.142857 | 24.552734 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.571429 | false | false | 3 |
786d94ed4f2de20bbeae3d6dde396eec956f320f | 25,838,523,259,742 | 050174a86f8424414fbcd1c5d3fec115deed869a | /clover-ant/src/test/resources/parameterized-junit4/src/test/java/SnifferInInnerAndInline.java | 594dcacf468c21d2b2e0fd55e79278fdfd778196 | [
"Apache-2.0"
] | permissive | openclover/clover | https://github.com/openclover/clover | 8d5f199956d364a3d65fc4a9f1202088f67675fe | 6633420e426a32bd045db3b9fee22c7c032a7fd3 | refs/heads/master | 2023-08-19T06:51:39.495000 | 2022-09-23T11:01:30 | 2022-09-23T11:01:30 | 222,008,690 | 44 | 14 | NOASSERTION | false | 2023-09-08T07:52:03 | 2019-11-15T21:48:31 | 2023-08-17T12:56:34 | 2023-09-08T07:52:02 | 21,317 | 44 | 13 | 68 | Java | false | false | /**
* Test instrumentation when we have static and non-static innner test classes or anonymous test inline classes
*/
public class SnifferInInnerAndInline {
interface TestAction {
boolean test();
}
static class InnerStaticTest {
public void testInnerStatic() {
}
}
class ... | UTF-8 | Java | 824 | java | SnifferInInnerAndInline.java | Java | [] | null | [] | /**
* Test instrumentation when we have static and non-static innner test classes or anonymous test inline classes
*/
public class SnifferInInnerAndInline {
interface TestAction {
boolean test();
}
static class InnerStaticTest {
public void testInnerStatic() {
}
}
class ... | 824 | 0.612864 | 0.612864 | 35 | 22.542856 | 25.865965 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.171429 | false | false | 3 |
209c2cf0b2b7fa421b986ac7ede7bddfc07b06eb | 26,783,416,063,157 | 6804c084254597ef0ec6ff059c17259fa500aa3c | /Source Code/Features/theme.java | d832846f002fc8f9dfa667e5ffd032f71bcf49b5 | [] | no_license | Daljeet-sandhu/Open-Data-Toolkit | https://github.com/Daljeet-sandhu/Open-Data-Toolkit | cd6074c557d3090785b9003a7c47afdc38863f97 | 453c551c4ef9a2f86ae08bffdb739ce0f2936e61 | refs/heads/master | 2022-11-22T20:53:16.931000 | 2020-07-23T00:09:00 | 2020-07-23T00:09:00 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // This is the theme class that contains the theme data
public class theme{
public static void main(String[] args)
{
private String theme;
private String theme_data;
private String theme_info;
public String add_theme(){
// this function adds the themes
return String;
}
... | UTF-8 | Java | 768 | java | theme.java | Java | [] | null | [] | // This is the theme class that contains the theme data
public class theme{
public static void main(String[] args)
{
private String theme;
private String theme_data;
private String theme_info;
public String add_theme(){
// this function adds the themes
return String;
}
... | 768 | 0.50651 | 0.50651 | 31 | 23.774193 | 20.26392 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.258065 | false | false | 3 |
a9e8d9e3a8a94cdf845febaa98cc7e163adede48 | 29,515,015,265,931 | 26e48248f9ea319996e8e7153f253620e7d4dcfb | /src-impl/org/seasar/mayaa/impl/builder/library/tld/TagTagHandler.java | 86db804cd5a524a28c03ac7618ac50f7cc254efb | [
"Apache-2.0"
] | permissive | seasarorg/mayaa | https://github.com/seasarorg/mayaa | 343e02bb0c1e24ccb6810876743fbb9ad7a10cab | b4138d1a8449a9fb2110c543e79d0e12daa90a8d | refs/heads/master | 2023-06-15T05:55:41.964000 | 2023-06-04T06:37:36 | 2023-06-04T06:40:43 | 13,316,487 | 14 | 5 | Apache-2.0 | false | 2023-06-04T06:40:44 | 2013-10-04T04:37:39 | 2023-05-31T14:45:35 | 2023-06-04T06:40:43 | 22,442 | 13 | 6 | 4 | Java | false | false | /*
* Copyright 2004-2012 the Seasar Foundation and the Others.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | UTF-8 | Java | 5,727 | java | TagTagHandler.java | Java | [
{
"context": "\nimport org.xml.sax.Attributes;\r\n\r\n/**\r\n * @author Koji Suga (Gluegent, Inc.)\r\n * @author Hisayoshi Sasaki (Gl",
"end": 1287,
"score": 0.9997889399528503,
"start": 1278,
"tag": "NAME",
"value": "Koji Suga"
},
{
"context": "\n * @author Koji Suga (Gluegent, Inc.... | null | [] | /*
* Copyright 2004-2012 the Seasar Foundation and the Others.
*
* 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 ... | 5,714 | 0.587917 | 0.585822 | 170 | 31.688236 | 23.015146 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.476471 | false | false | 3 |
40b6dd9ac5afc845514826a606dd21c975d64586 | 29,463,475,656,449 | e5ad0a285898db58d023cbe2be476210cabebada | /src/com/benthejunebug/ASCIIBinaryConverter/GUI.java | 9aa3fce7dc868f77879dd2fc9d51ac03452cf513 | [] | no_license | Benthejunebug/ASCII-----Binary-Converter | https://github.com/Benthejunebug/ASCII-----Binary-Converter | b020c0e7ebbf9a3d5574201d751228156b5fe19d | 5140d9fa42185859166623b1a3a706f15223d027 | refs/heads/master | 2020-08-06T01:13:55.336000 | 2012-01-24T22:56:52 | 2012-01-24T22:56:52 | 3,091,050 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.benthejunebug.ASCIIBinaryConverter;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.ComponentEvent;
import java.awt.event.ComponentListener;
import java.awt.event.FocusEvent;
import java.awt.event.FocusListener;
import java.awt.event.ItemEve... | UTF-8 | Java | 9,779 | java | GUI.java | Java | [
{
"context": "onverter \" + versionNumber\n\t\t\t\t\t\t\t\t+ \"\\nCreated by Benjamin Kissinger\", \"About\",\n\t\t\t\t\t\tJOptionPane.INFORMATION_MESSAGE)",
"end": 3614,
"score": 0.9998877644538879,
"start": 3596,
"tag": "NAME",
"value": "Benjamin Kissinger"
}
] | null | [] | package com.benthejunebug.ASCIIBinaryConverter;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.ComponentEvent;
import java.awt.event.ComponentListener;
import java.awt.event.FocusEvent;
import java.awt.event.FocusListener;
import java.awt.event.ItemEve... | 9,767 | 0.709786 | 0.700787 | 339 | 27.846607 | 19.115549 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.879056 | false | false | 3 |
40d2319406e00ded6302fc8b78f4d7139b9c95b8 | 31,731,218,388,758 | 946d89567c2d73806ea9bdf78916e4fa1df1d14d | /src/se/perloven/inspectvehicle/startup/Main.java | 005779a7270c45ea99f2404fcd33cd20d8528b46 | [] | no_license | P0nk/Inspection | https://github.com/P0nk/Inspection | e4ba386c6acf25948e3b9302577001f59cdbf770 | 21b89215b09601352431f5683269d321f17909f5 | refs/heads/master | 2021-01-20T03:09:25.855000 | 2017-05-31T07:59:21 | 2017-05-31T07:59:21 | 89,504,478 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package se.perloven.inspectvehicle.startup;
import se.perloven.inspectvehicle.integration.IntegrationInitializer;
import se.perloven.inspectvehicle.controller.Controller;
import se.perloven.inspectvehicle.view.View;
/**
* The main class of InspectVehicle. Creates all objects required to start the application.
... | UTF-8 | Java | 652 | java | Main.java | Java | [] | null | [] | package se.perloven.inspectvehicle.startup;
import se.perloven.inspectvehicle.integration.IntegrationInitializer;
import se.perloven.inspectvehicle.controller.Controller;
import se.perloven.inspectvehicle.view.View;
/**
* The main class of InspectVehicle. Creates all objects required to start the application.
... | 652 | 0.751534 | 0.751534 | 16 | 38.75 | 30.187952 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 3 |
41e7f14607b478c812aa95f61c6afe6970aae6f7 | 7,000,796,703,137 | adc71158760ee86e5126eb179a3ceb4d6543d0a1 | /src/main/java/co/grandcircus/gcApiCapstone/RecipeSearchResults.java | 1824a64ca6586ba80717c4158716bdfba415244b | [] | no_license | teacuptrex/GC_ApiCapstone | https://github.com/teacuptrex/GC_ApiCapstone | 9b90e2fe83c25972b81d5415a3bd0e27afa88ae3 | 144be406da8ba0cef56b21af9379da481dfa37c2 | refs/heads/main | 2023-01-21T20:25:39.097000 | 2020-11-30T22:11:15 | 2020-11-30T22:11:15 | 315,754,655 | 0 | 1 | null | false | 2020-11-30T22:11:16 | 2020-11-24T21:17:44 | 2020-11-30T22:03:49 | 2020-11-30T22:11:16 | 97 | 0 | 0 | 0 | Java | false | false | package co.grandcircus.gcApiCapstone;
import java.util.ArrayList;
import java.util.List;
import javax.persistence.*;
@Entity
@Table(name="searchresults")
public class RecipeSearchResults {
@Id
@GeneratedValue(strategy=GenerationType.IDENTITY)
private Long result_id;
private String uri;
private String url;
pr... | UTF-8 | Java | 1,466 | java | RecipeSearchResults.java | Java | [] | null | [] | package co.grandcircus.gcApiCapstone;
import java.util.ArrayList;
import java.util.List;
import javax.persistence.*;
@Entity
@Table(name="searchresults")
public class RecipeSearchResults {
@Id
@GeneratedValue(strategy=GenerationType.IDENTITY)
private Long result_id;
private String uri;
private String url;
pr... | 1,466 | 0.735334 | 0.735334 | 72 | 19.361111 | 18.369892 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.361111 | false | false | 3 |
02a93e11cdbb856239f166c6ddfa67a0cb7a7e9e | 12,970,801,243,279 | 93ce248712a7daba0119193c9ca478b41a65f7cc | /XingMu/animation/src/main/java/com/example/animation/MainActivity.java | 9172e550ac7b8aaa18adcd6a8f24d1a8f2f4dc76 | [] | no_license | wangxingxing1642/gitUpp | https://github.com/wangxingxing1642/gitUpp | f5b8bf0dac58ca4ffd7ac33c8d83357f6e097c57 | a9bcecc2d03cc1f274f378a267193b019ac6e35e | refs/heads/master | 2020-05-15T22:45:11.563000 | 2019-04-21T23:59:47 | 2019-04-21T23:59:47 | 182,535,750 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.animation;
import android.content.Intent;
import android.os.Bundle;
import android.os.CountDownTimer;
import android.support.v7.app.AppCompatActivity;
import android.view.animation.AlphaAnimation;
import android.view.animation.Animation;
import android.view.animation.ScaleAnimation;
import android.... | UTF-8 | Java | 1,317 | java | MainActivity.java | Java | [] | null | [] | package com.example.animation;
import android.content.Intent;
import android.os.Bundle;
import android.os.CountDownTimer;
import android.support.v7.app.AppCompatActivity;
import android.view.animation.AlphaAnimation;
import android.view.animation.Animation;
import android.view.animation.ScaleAnimation;
import android.... | 1,317 | 0.688411 | 0.674597 | 47 | 26.723404 | 19.886595 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.680851 | false | false | 3 |
325edb5c91586f7aa1b8b106bc38f96dd46553c6 | 32,847,909,885,421 | 3103dfc603dcbf066c88f2d0f552d6cba5d0b7f0 | /src/main/java/tables/Offence.java | e1f84ec4e320fb13bb77e26fa85faa59c115ddb7 | [] | no_license | akash896/TMSApp | https://github.com/akash896/TMSApp | 7c807a2cb751c403cdec720d9e9b28e9fa314873 | 6213082866a90966d61fe81589b2d3f6c96246f3 | refs/heads/master | 2023-05-01T04:51:01.115000 | 2020-01-11T16:29:21 | 2020-01-11T16:29:21 | 233,262,086 | 0 | 0 | null | false | 2023-04-17T19:42:41 | 2020-01-11T16:32:47 | 2020-01-11T16:38:37 | 2023-04-17T19:42:38 | 33 | 0 | 0 | 3 | Java | false | false | package tables;
import connection.MysqlCon;
import java.io.Serializable;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
public class Offence implements Serializable {
private int offenceId;
private String offenceName;
int offenceFine;
// default construct... | UTF-8 | Java | 4,053 | java | Offence.java | Java | [] | null | [] | package tables;
import connection.MysqlCon;
import java.io.Serializable;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
public class Offence implements Serializable {
private int offenceId;
private String offenceName;
int offenceFine;
// default construct... | 4,053 | 0.602023 | 0.599309 | 122 | 32.22131 | 26.597027 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.606557 | false | false | 3 |
0c8750ba0408d29e829c8f5a5606b409d0e34286 | 4,123,168,613,851 | d400da5f78af02ecadad0de0e2bdd706a867a66b | /Assignment-5/Assignment-5/XeroxSales/src/Business/Product.java | b32c1cb803fb999c73286d83f12671e14a15cbf6 | [] | no_license | sheetalsingh92/ApplicationEngineeringDevelopment | https://github.com/sheetalsingh92/ApplicationEngineeringDevelopment | 4e14ecb45ffe1b7b74deb022fad86f21c30206b5 | d5bf0dc395e5ac200dae42caf28864e8d39563c3 | refs/heads/master | 2020-05-29T08:48:56.779000 | 2018-07-07T00:52:16 | 2018-07-07T00:52:16 | 70,012,008 | 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 Business;
import java.util.ArrayList;
import java.util.Collections;
/**
*
* @author Sheetal
*/
public class ... | UTF-8 | Java | 2,139 | java | Product.java | Java | [
{
"context": "port java.util.Collections;\r\n\r\n/**\r\n *\r\n * @author Sheetal\r\n */\r\npublic class Product {\r\n private int pro",
"end": 300,
"score": 0.9729282855987549,
"start": 293,
"tag": "NAME",
"value": "Sheetal"
}
] | 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 Business;
import java.util.ArrayList;
import java.util.Collections;
/**
*
* @author Sheetal
*/
public class ... | 2,139 | 0.595605 | 0.595138 | 105 | 18.371429 | 17.855642 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.304762 | false | false | 3 |
ddfcee048aba63234e8eb8ebf9209696333c3846 | 14,989,435,914,368 | 4898c630829798400c5c07839f01ab119eb37029 | /api/src/main/java/uk/gov/hmcts/payment/api/controllers/PBAController.java | e66673ddf46ca0d8d2f75ea5def7d42c20c79356 | [] | no_license | hmcts/ccpay-payment-app | https://github.com/hmcts/ccpay-payment-app | c7d5890b212da8994c709411ecb4f22b517bbf75 | 501f9470833c79feb70a8caab269fe5bd0276120 | refs/heads/master | 2023-08-17T06:05:32.582000 | 2023-08-16T10:53:55 | 2023-08-16T11:19:11 | 113,470,886 | 6 | 12 | null | false | 2023-09-13T09:46:09 | 2017-12-07T15:59:52 | 2023-08-07T07:09:56 | 2023-09-13T09:46:08 | 26,364 | 5 | 8 | 70 | Java | false | false | package uk.gov.hmcts.payment.api.controllers;
import com.fasterxml.jackson.databind.ObjectMapper;
import io.swagger.v3.oas.annotations.Operation;
import io.swagger.v3.oas.annotations.responses.ApiResponse;
import io.swagger.v3.oas.annotations.responses.ApiResponses;
import io.swagger.v3.oas.annotations.tags.Tag;
impor... | UTF-8 | Java | 8,409 | java | PBAController.java | Java | [] | null | [] | package uk.gov.hmcts.payment.api.controllers;
import com.fasterxml.jackson.databind.ObjectMapper;
import io.swagger.v3.oas.annotations.Operation;
import io.swagger.v3.oas.annotations.responses.ApiResponse;
import io.swagger.v3.oas.annotations.responses.ApiResponses;
import io.swagger.v3.oas.annotations.tags.Tag;
impor... | 8,409 | 0.736235 | 0.731835 | 183 | 44.950821 | 35.608875 | 180 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.688525 | false | false | 3 |
cc4f5899233a57f67791fba749fcae7b3a2ec78b | 10,660,108,879,497 | 9f1b459a590c69a320ec54c989f512b3ea6d8641 | /app/src/main/java/com/example/vikrant/demoapplicationjava/ApiInterface.java | 800bf5843d5ad488b9561cba8b72fd763916b0d3 | [
"Apache-2.0"
] | permissive | HypnoticLemon/Realm-Demo | https://github.com/HypnoticLemon/Realm-Demo | c0de49b465c2a287c899c3bffe0c44aea24d960c | 48436d3d36f519dade9ff3c6d76c26b0a47f109b | refs/heads/master | 2018-09-09T12:58:12.693000 | 2018-06-05T06:05:28 | 2018-06-05T06:05:28 | 109,600,914 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.vikrant.demoapplicationjava;
import java.util.List;
import retrofit2.Call;
import retrofit2.http.GET;
/**
* Created by Vikrant on 12-01-2018.
*/
public interface ApiInterface {
@GET("posts")
Call<List<DataModel>> getModelData();
}
| UTF-8 | Java | 266 | java | ApiInterface.java | Java | [
{
"context": "all;\nimport retrofit2.http.GET;\n\n/**\n * Created by Vikrant on 12-01-2018.\n */\n\npublic interface ApiInterface",
"end": 150,
"score": 0.9908546209335327,
"start": 143,
"tag": "NAME",
"value": "Vikrant"
}
] | null | [] | package com.example.vikrant.demoapplicationjava;
import java.util.List;
import retrofit2.Call;
import retrofit2.http.GET;
/**
* Created by Vikrant on 12-01-2018.
*/
public interface ApiInterface {
@GET("posts")
Call<List<DataModel>> getModelData();
}
| 266 | 0.721804 | 0.684211 | 16 | 15.625 | 16.370228 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3125 | false | false | 3 |
ee97838b9eea653fcccd2d94dcc169b3e825eb01 | 30,236,569,805,291 | 9b03b4c8da25f3e8aa48c88c307515383a6b417b | /src/main/kotlin/mm/learn/kotlin/_007_function/_007_4_FunctionOverloadingJava.java | 665f00cfae9175200e3bb70170a5dd0f7f6b5a62 | [] | no_license | ibelieve-mm/LearnKotlin | https://github.com/ibelieve-mm/LearnKotlin | a82ef93ba294c78c92e3a64c466fdd867850cb4d | 01ada1a27c064b6e2f54d510e3b29d5ce58d6c28 | refs/heads/master | 2020-03-23T14:30:09.263000 | 2018-11-21T06:14:01 | 2018-11-21T06:14:01 | 141,680,177 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package mm.learn.kotlin._007_function;
/**
* Descriptions:
* <p>
* Author:ChenME
* Date:2018/7/27
* Email:ibelieve1210@163.com
*/
public class _007_4_FunctionOverloadingJava {
public static void main(String[] args){
FunctionOverloading fo = new FunctionOverloading();
fo.printComplex(); // 0.... | UTF-8 | Java | 483 | java | _007_4_FunctionOverloadingJava.java | Java | [
{
"context": "_function;\n\n/**\n * Descriptions:\n * <p>\n * Author:ChenME\n * Date:2018/7/27\n * Email:ibelieve1210@163.com\n ",
"end": 84,
"score": 0.8271298408508301,
"start": 78,
"tag": "USERNAME",
"value": "ChenME"
},
{
"context": "* <p>\n * Author:ChenME\n * Date:2018/7/27\n *... | null | [] | package mm.learn.kotlin._007_function;
/**
* Descriptions:
* <p>
* Author:ChenME
* Date:2018/7/27
* Email:<EMAIL>
*/
public class _007_4_FunctionOverloadingJava {
public static void main(String[] args){
FunctionOverloading fo = new FunctionOverloading();
fo.printComplex(); // 0.0 + 0.0i
... | 470 | 0.602105 | 0.505263 | 19 | 24 | 19.547512 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.421053 | false | false | 3 |
ca269be131987dfcb60b93c0598a5049f4db5fe9 | 19,653,770,396,184 | a6e17bd52295d2bedbcb64af4258d09c4f5877ef | /app/reservaDeBuses/src/component/Refrigerio_jugos.java | 1153096409245ffb7a9943c8bda6ad9f05bbb6ee | [] | no_license | oswaldpale/reservabuses | https://github.com/oswaldpale/reservabuses | 724f9ac91d115070f7d693be8c788356dd4c5194 | 8d8b89998d70de83593656e2df1dc29a2f4f3e06 | refs/heads/master | 2021-01-01T05:23:59.501000 | 2016-05-29T21:21:26 | 2016-05-29T21:21:26 | 59,765,265 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package component;
public class Refrigerio_jugos extends Combo{
public Refrigerio_jugos()
{
descripcion="Jugo Hit x 200ml " +"sabor aleatorio mas pitillo (Refrigerio grtis)";
}
@Override
public int valor() {
return 0;
}
}
| UTF-8 | Java | 240 | java | Refrigerio_jugos.java | Java | [] | null | [] | package component;
public class Refrigerio_jugos extends Combo{
public Refrigerio_jugos()
{
descripcion="Jugo Hit x 200ml " +"sabor aleatorio mas pitillo (Refrigerio grtis)";
}
@Override
public int valor() {
return 0;
}
}
| 240 | 0.695833 | 0.679167 | 16 | 14 | 21.699654 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 3 |
c27b8f467b517bf6ab55a5a67f931f469c022535 | 20,169,166,455,094 | fab9cbd8798b7511d32fb2018aeafc80908ed9ab | /app/src/main/java/com/iitbhilai/idp/infoiitbhilai/Dev.java | 302c30cfedddb4604e810b8dfea1e6b03018aa5f | [] | no_license | Akash-003/Info-IITBhilai | https://github.com/Akash-003/Info-IITBhilai | c90a7530931be6df66f594dd802a0fc8de4880e7 | d4860fb58915c259c1fd58832ec3c8116beb249b | refs/heads/master | 2020-04-16T20:25:42.428000 | 2019-02-08T07:48:03 | 2019-02-08T07:48:03 | 165,898,917 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.iitbhilai.idp.infoiitbhilai;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.widget.ListView;
import java.util.ArrayList;
public class Dev extends MainActivity {
@Override
public... | UTF-8 | Java | 1,636 | java | Dev.java | Java | [
{
"context": " words.add(new DevWord(R.drawable.aikata, \"Aikata\", \"cs16b1005@iitbhilai.ac.in\"));\n words.ad",
"end": 1033,
"score": 0.9976527094841003,
"start": 1027,
"tag": "NAME",
"value": "Aikata"
},
{
"context": "rds.add(new DevWord(R.drawable.aikata, \"Aikata\"... | null | [] | package com.iitbhilai.idp.infoiitbhilai;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.widget.ListView;
import java.util.ArrayList;
public class Dev extends MainActivity {
@Override
public... | 1,515 | 0.692543 | 0.673594 | 46 | 34.565216 | 30.722214 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.891304 | false | false | 3 |
e95cb1d2cb4554453347eb9e622a441b78ed99d7 | 10,582,799,478,612 | 60cacbdeea23a69c4a4596d159c59f1d35bcb08c | /src/com/ufpor/app/shared/ifckernel/IfcLabel.java | 365221ae400bb2de5d1bcfa45ada3517c5245bda | [] | no_license | ehsan1772/UFPOR_App | https://github.com/ehsan1772/UFPOR_App | 8c1acca55c7b187f28a9272c0071434b124f5069 | 64de7d12b2d9f7cd0ad69e4add7a5d87cdd1d4fe | refs/heads/master | 2016-09-01T17:03:15.007000 | 2015-04-06T13:39:48 | 2015-04-06T13:39:48 | 24,965,157 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ufpor.app.shared.ifckernel;
import com.google.appengine.api.datastore.Key;
import javax.jdo.annotations.IdGeneratorStrategy;
import javax.jdo.annotations.PersistenceCapable;
import javax.jdo.annotations.Persistent;
import javax.jdo.annotations.PrimaryKey;
import java.io.Serializable;
/**
* Created by Eh... | UTF-8 | Java | 801 | java | IfcLabel.java | Java | [
{
"context": "y;\nimport java.io.Serializable;\n\n/**\n * Created by Ehsan Barekati on 10/30/14.\n */\n@PersistenceCapable\npublic class",
"end": 332,
"score": 0.9998888373374939,
"start": 318,
"tag": "NAME",
"value": "Ehsan Barekati"
}
] | null | [] | package com.ufpor.app.shared.ifckernel;
import com.google.appengine.api.datastore.Key;
import javax.jdo.annotations.IdGeneratorStrategy;
import javax.jdo.annotations.PersistenceCapable;
import javax.jdo.annotations.Persistent;
import javax.jdo.annotations.PrimaryKey;
import java.io.Serializable;
/**
* Created by <N... | 793 | 0.712859 | 0.705368 | 37 | 20.648649 | 18.244905 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.324324 | false | false | 3 |
f92ab36c3ba2b49957a811234e9e5552590aa6dc | 26,113,401,174,806 | 67cc491a82710be195c8ac882019c90eef3e31db | /src/org/ladder/engine/command/AddSegmentationCommand.java | 72f1cf9f3db561c4700d439038f041d9b28c8add | [] | no_license | aydenkim/EasySketch | https://github.com/aydenkim/EasySketch | 4106c4c429e49e1486e46469b1f29e8a90501317 | 0a28b85ee412e3dd08857cf05dd9daa8ab666380 | refs/heads/master | 2015-08-10T23:39:24.462000 | 2015-04-29T15:56:38 | 2015-04-29T15:56:38 | 18,149,804 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* AddSegmentationCommand.java
*
* Revision History:<br>
* Aug 13, 2008 awolin - File created
*
* <p>
*
* <pre>
* This work is released under the BSD License:
* (C) 2008 Sketch Recognition Lab, Texas A&M University (hereafter SRL @ TAMU)
* All rights reserved.
*
* Redistribution and use in sourc... | UTF-8 | Java | 4,381 | java | AddSegmentationCommand.java | Java | [
{
"context": ".java\n * \n * Revision History:<br>\n * Aug 13, 2008 awolin - File created\n * \n * <p>\n * \n * <pre>\n * This wo",
"end": 86,
"score": 0.9919899702072144,
"start": 80,
"tag": "USERNAME",
"value": "awolin"
},
{
"context": " IStroke. This command is undoable.\n * \n * ... | null | [] | /**
* AddSegmentationCommand.java
*
* Revision History:<br>
* Aug 13, 2008 awolin - File created
*
* <p>
*
* <pre>
* This work is released under the BSD License:
* (C) 2008 Sketch Recognition Lab, Texas A&M University (hereafter SRL @ TAMU)
* All rights reserved.
*
* Redistribution and use in sourc... | 4,381 | 0.719699 | 0.717416 | 142 | 29.852112 | 28.651855 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.161972 | false | false | 3 |
772d0066da92b4ad915342a5cd992dda284ed411 | 26,113,401,172,412 | 65c644bb6e412cdd2a8b1b6ec5343b113bb1fbbf | /auth-require-access-policy-extension/src/main/java/com/github/thomasdarimont/keycloak/auth/accesspolicy/AccessPolicyAuthenticator.java | be1a515b4dc8995c5d30027f4320f556c9903013 | [
"Apache-2.0"
] | permissive | thomasdarimont/keycloak-extension-playground | https://github.com/thomasdarimont/keycloak-extension-playground | 2581f7b6f8db8996331b1af2168d80246a4feb9b | 2e16cb16b85d2ea61a1f6b095e3b01a13ec4af9d | refs/heads/master | 2023-01-22T16:14:44.729000 | 2022-10-12T13:21:04 | 2022-10-12T13:21:04 | 170,031,541 | 561 | 159 | Apache-2.0 | false | 2023-01-11T13:17:41 | 2019-02-10T21:51:33 | 2023-01-11T12:10:35 | 2022-11-10T12:50:35 | 16,223 | 472 | 131 | 28 | Java | false | false | package com.github.thomasdarimont.keycloak.auth.accesspolicy;
import com.github.thomasdarimont.keycloak.auth.accesspolicy.support.AccessPolicy;
import com.github.thomasdarimont.keycloak.auth.accesspolicy.support.AccessPolicyParser;
import lombok.extern.jbosslog.JBossLog;
import org.keycloak.authentication.Authenticati... | UTF-8 | Java | 2,840 | java | AccessPolicyAuthenticator.java | Java | [
{
"context": "package com.github.thomasdarimont.keycloak.auth.accesspolicy;\n\nimport com.github.th",
"end": 33,
"score": 0.9995816349983215,
"start": 19,
"tag": "USERNAME",
"value": "thomasdarimont"
},
{
"context": "nt.keycloak.auth.accesspolicy;\n\nimport com.github.thomasdarimont.... | null | [] | package com.github.thomasdarimont.keycloak.auth.accesspolicy;
import com.github.thomasdarimont.keycloak.auth.accesspolicy.support.AccessPolicy;
import com.github.thomasdarimont.keycloak.auth.accesspolicy.support.AccessPolicyParser;
import lombok.extern.jbosslog.JBossLog;
import org.keycloak.authentication.Authenticati... | 2,840 | 0.712676 | 0.712676 | 89 | 30.910112 | 31.906338 | 156 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.494382 | false | false | 3 |
2ec31e9873fd41db2f352609a9579c6d6642af19 | 11,244,224,415,693 | 64ef854476136eacba9e9cec35ef9a61de9e7c55 | /Android/TUIKit/TUIRoomKit/tuiroomkit/src/main/java/com/tencent/cloud/tuikit/roomkit/imaccess/view/RoomClickListener.java | 527afa3e2519d87d9860ab8549c1ebbc054370d1 | [] | no_license | tencentyun/TIMSDK | https://github.com/tencentyun/TIMSDK | 85f3a670a2b91d3248d8a38823acfa1568624e44 | 72b6f718698ede148528f2982c8d0e7a30b18ba8 | refs/heads/master | 2023-09-01T13:25:19.890000 | 2023-09-01T10:57:33 | 2023-09-01T10:57:33 | 166,181,797 | 2,235 | 2,633 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tencent.cloud.tuikit.roomkit.imaccess.view;
import com.tencent.cloud.tuikit.roomkit.R;
import com.tencent.cloud.tuikit.roomkit.imaccess.presenter.RoomPresenter;
import com.tencent.cloud.tuikit.roomkit.imaccess.utils.BusinessSceneUtil;
import com.tencent.qcloud.tuicore.TUILogin;
import com.tencent.qcloud.t... | UTF-8 | Java | 915 | java | RoomClickListener.java | Java | [] | null | [] | package com.tencent.cloud.tuikit.roomkit.imaccess.view;
import com.tencent.cloud.tuikit.roomkit.R;
import com.tencent.cloud.tuikit.roomkit.imaccess.presenter.RoomPresenter;
import com.tencent.cloud.tuikit.roomkit.imaccess.utils.BusinessSceneUtil;
import com.tencent.qcloud.tuicore.TUILogin;
import com.tencent.qcloud.t... | 915 | 0.740984 | 0.740984 | 24 | 37.125 | 30.035135 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 3 |
e1003d1c3e30951afb644de29709a24757e2886c | 18,348,100,321,931 | 8078f1f40f5a844ec47f4024c0964b076e4543f7 | /src/main/java/com/haulmont/testtask/exception/doctor/ImpossibleToDeleteDoctor.java | e6ec720b9cdcf89e3ad452b7dd14d561539eb108 | [] | no_license | kamennsq/test-task | https://github.com/kamennsq/test-task | 34f91feeeb57de603a3e227af1e5405928d29d65 | 36214c04e298921807db28d26b73b31900671557 | refs/heads/master | 2021-03-17T18:37:37.114000 | 2020-03-25T08:12:47 | 2020-03-25T08:12:47 | 247,009,567 | 0 | 0 | null | true | 2020-03-24T13:53:32 | 2020-03-13T07:12:12 | 2020-03-21T08:16:14 | 2020-03-24T13:53:31 | 52 | 0 | 0 | 0 | Java | false | false | package com.haulmont.testtask.exception.doctor;
public class ImpossibleToDeleteDoctor extends RuntimeException {
public ImpossibleToDeleteDoctor(){super("Невозможно удалить доктора пока есть выписанные им рецепты");}
}
| UTF-8 | Java | 276 | java | ImpossibleToDeleteDoctor.java | Java | [] | null | [] | package com.haulmont.testtask.exception.doctor;
public class ImpossibleToDeleteDoctor extends RuntimeException {
public ImpossibleToDeleteDoctor(){super("Невозможно удалить доктора пока есть выписанные им рецепты");}
}
| 276 | 0.822222 | 0.822222 | 6 | 36.5 | 40.335056 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 3 |
9ac94a0bdc9e6b313f427517c99c2ce2a659a496 | 4,346,506,906,846 | 9704be577fa3fa16225a8a42e51313b7baa8b158 | /src/main/java/network/data/models/Relationship.java | dde170e4ffa42cc0630ce48a82d3e59c406c903b | [] | no_license | nkimhung/Network | https://github.com/nkimhung/Network | 61f42f075ff4903686b74c7c1e6b1a003cab100c | eac2db3c2b6daa0a2704c03e85f403c307f46128 | refs/heads/master | 2023-04-09T04:33:38.742000 | 2020-07-29T03:23:32 | 2020-07-29T03:23:32 | 270,964,738 | 0 | 0 | null | false | 2021-04-26T20:22:13 | 2020-06-09T09:51:43 | 2020-07-29T03:24:02 | 2021-04-26T20:22:13 | 658 | 0 | 0 | 1 | Java | false | false | package network.data.models;
import javax.persistence.*;
@Entity
@Table(name = "relationship")
public class Relationship {
@Id
@GeneratedValue(strategy = GenerationType.AUTO)
private int id;
private int userOneId;
private int userTwoId;
private int actionUserId;
private Boolean isRead;
... | UTF-8 | Java | 1,281 | java | Relationship.java | Java | [] | null | [] | package network.data.models;
import javax.persistence.*;
@Entity
@Table(name = "relationship")
public class Relationship {
@Id
@GeneratedValue(strategy = GenerationType.AUTO)
private int id;
private int userOneId;
private int userTwoId;
private int actionUserId;
private Boolean isRead;
... | 1,281 | 0.616706 | 0.616706 | 69 | 17.565218 | 15.531621 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.289855 | false | false | 3 |
0cc18896c7179b66ad79f14b40ad6f7eed3f390c | 17,849,884,120,326 | 14c34fab8658c9f9914adafa3762d9cd9d401a14 | /Tests/ERXTest/Sources/er/erxtest/model/Role.java | 7438a352b9b1440c32852d5b6e46f497e2edb391 | [] | no_license | tbritt/wonder | https://github.com/tbritt/wonder | 1a758a701dfa416d77bcdd2813509cd9af63bb3a | 87f89c020c969b7e7483fafc76ed5606b2d9cd0d | refs/heads/master | 2021-01-17T11:43:00.296000 | 2011-10-20T16:11:45 | 2011-10-20T16:11:45 | 2,026,538 | 3 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package er.erxtest.model;
import org.apache.log4j.Logger;
public class Role extends _Role {
@SuppressWarnings({ "unused", "hiding" })
private static Logger log = Logger.getLogger(Role.class);
}
| UTF-8 | Java | 200 | java | Role.java | Java | [] | null | [] | package er.erxtest.model;
import org.apache.log4j.Logger;
public class Role extends _Role {
@SuppressWarnings({ "unused", "hiding" })
private static Logger log = Logger.getLogger(Role.class);
}
| 200 | 0.735 | 0.73 | 8 | 24 | 20.609465 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 3 |
e39d766281108e883a3baf0c143ddb31bf2eee40 | 16,569,983,875,683 | 2923364dbc8b4aa52edd867c14fb74fa81c376ad | /src/zhuanshiPattern/Loan.java | 52ac321a1d5fc36fefdc5372aa440198d314202d | [] | no_license | zhengchaoCredit/JavaApplication1 | https://github.com/zhengchaoCredit/JavaApplication1 | 85646e602d196fd32afb69342a0fb614207ea7e1 | d03897de47945d02f043b4be8a495d22ac84b305 | refs/heads/master | 2020-07-13T23:44:28.052000 | 2017-04-18T07:08:42 | 2017-04-18T07:08:42 | 73,881,408 | 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 zhuanshiPattern;
import java.util.Date;
public class Loan {
Date date;
int amount;
Loan(Date date,int amount... | UTF-8 | Java | 539 | java | Loan.java | Java | [] | 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 zhuanshiPattern;
import java.util.Date;
public class Loan {
Date date;
int amount;
Loan(Date date,int amount... | 539 | 0.593692 | 0.593692 | 30 | 16.966667 | 17.794163 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 3 |
9af1bfad274f6b4d05a8b1de352285aa54fc6731 | 5,772,436,050,521 | 455e8bb924e8e264009543c7477224a1b12c5882 | /demo/src/main/java/com/ml/clima/dao/day/DayWeatherJpaDao.java | a649104555a4938f34da2de28cb79468026469cc | [] | no_license | amdeber/ml | https://github.com/amdeber/ml | a26ed07972ea47b307f62cf8abd593d017580126 | 09b0429ae8ff4855f9e9a336779f0074cf6bb38c | refs/heads/master | 2022-01-31T03:25:25.484000 | 2020-03-19T21:11:51 | 2020-03-19T21:11:51 | 204,389,173 | 0 | 0 | null | false | 2022-01-21T23:39:08 | 2019-08-26T03:33:29 | 2020-03-19T21:12:52 | 2022-01-21T23:39:08 | 123 | 0 | 0 | 2 | null | false | false | package com.ml.clima.dao.day;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Query;
import com.ml.clima.model.DayWeather;
public interface DayWeatherJpaDao extends JpaRepository<DayWeather, Long>{
DayWeather findByDay(Long day);
Integer countByDay(... | UTF-8 | Java | 417 | java | DayWeatherJpaDao.java | Java | [] | null | [] | package com.ml.clima.dao.day;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Query;
import com.ml.clima.model.DayWeather;
public interface DayWeatherJpaDao extends JpaRepository<DayWeather, Long>{
DayWeather findByDay(Long day);
Integer countByDay(... | 417 | 0.781775 | 0.779377 | 18 | 22.166666 | 25.10478 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.888889 | false | false | 3 |
7c324c4f9208d8607bd20baed059c554caa87a78 | 15,178,414,430,863 | b843ee789dd6decb9a55d4f3ce810de174d5254d | /prjWebPOS/src/com/sanguine/webpos/model/clsOnlineOrderDtlModel.java | 88b9117acc59323ed484bd2abb3fc6c19616239c | [] | no_license | puneteamsangsoftwares/prjWebPOS | https://github.com/puneteamsangsoftwares/prjWebPOS | 0cfee81d36fb18cde4a7605238333f08e6fa779c | 70b9823630d9b102d71653c13dd5ee1e0b5a0b1a | refs/heads/master | 2021-06-19T07:01:50.296000 | 2021-04-27T15:21:35 | 2021-04-27T15:21:35 | 206,250,787 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sanguine.webpos.model;
import java.io.Serializable;
import javax.persistence.Embeddable;
@Embeddable
public class clsOnlineOrderDtlModel implements Serializable
{
private static final long serialVersionUID = 1L;
public clsOnlineOrderDtlModel() {}
//private String strOrderId;
private String itemI... | UTF-8 | Java | 2,050 | java | clsOnlineOrderDtlModel.java | Java | [] | null | [] | package com.sanguine.webpos.model;
import java.io.Serializable;
import javax.persistence.Embeddable;
@Embeddable
public class clsOnlineOrderDtlModel implements Serializable
{
private static final long serialVersionUID = 1L;
public clsOnlineOrderDtlModel() {}
//private String strOrderId;
private String itemI... | 2,050 | 0.727317 | 0.726829 | 141 | 13.539007 | 15.985151 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.092199 | false | false | 3 |
9e58c7caafba5ac6a79d794e953934a2a9996cdc | 14,328,010,901,579 | aab04f06cca1c3ee11a04a13e0be803bad6647d7 | /GPRO-Visualisation-Tool/src/data/User.java | 160c8742d26b0197c71b60d03410fdabfbf8e096 | [] | no_license | mikerhyssmith/GPRO-Visualisation-Tool | https://github.com/mikerhyssmith/GPRO-Visualisation-Tool | d874301455fbe439e7bdc30f88c312c1c3a92f96 | bd78f8cb053b3434175589757523a81afe927e0e | refs/heads/master | 2021-01-10T06:35:55.506000 | 2015-07-15T20:20:38 | 2015-07-15T20:20:38 | 36,076,211 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package data;
import java.io.Serializable;
import java.util.ArrayList;
import dataReader.FileHandler;
public class User implements Serializable{
private static final long serialVersionUID = 479975101799943293L;
private String m_name;
protected ArrayList<Race> m_races;
protected ArrayList<Driver> ... | UTF-8 | Java | 860 | java | User.java | Java | [] | null | [] | package data;
import java.io.Serializable;
import java.util.ArrayList;
import dataReader.FileHandler;
public class User implements Serializable{
private static final long serialVersionUID = 479975101799943293L;
private String m_name;
protected ArrayList<Race> m_races;
protected ArrayList<Driver> ... | 860 | 0.604651 | 0.583721 | 42 | 19.476191 | 16.852636 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.380952 | false | false | 3 |
d339887749bd5a644d7d52ffd5a8f4dde9c26a96 | 14,328,010,902,539 | 4dffecbfbeb673acaa0406cb5d1733b2493a725a | /MobileSafe/src/com/ivy/mobilesafe/domain/BlackNumber.java | 1176086d4ae537aa53609b80a9e79f676d272419 | [] | no_license | IvyZh/hm66_mobilesafe | https://github.com/IvyZh/hm66_mobilesafe | fcf4d4b99765fa8f4bf28c993d9afb66454bd2a7 | c32bbc1d39f0b5ad42ed26d1039a063eedbbe5ec | refs/heads/master | 2021-01-17T16:09:33.193000 | 2016-06-14T16:00:48 | 2016-06-14T16:00:48 | 60,189,906 | 0 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ivy.mobilesafe.domain;
import java.util.ArrayList;
import com.ivy.mobilesafe.log.L;
import android.database.Cursor;
public class BlackNumber {
public int type;
public String number;
public int getType() {
return type;
}
public void setType(int type) {
this.type = type;
}
public String get... | UTF-8 | Java | 1,047 | java | BlackNumber.java | Java | [] | null | [] | package com.ivy.mobilesafe.domain;
import java.util.ArrayList;
import com.ivy.mobilesafe.log.L;
import android.database.Cursor;
public class BlackNumber {
public int type;
public String number;
public int getType() {
return type;
}
public void setType(int type) {
this.type = type;
}
public String get... | 1,047 | 0.687923 | 0.687923 | 53 | 18.528301 | 18.598644 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.716981 | false | false | 3 |
e6dd4153ec46fc23dbdfe37a17855a7cb7dc04d9 | 16,630,113,393,361 | 3bf8dcbeec865a332fb3ee4d8f82df84ef16a7e3 | /src/com/class12/StringManipulations2.java | 02c0bf6b17b501ac170f20ab1563331b93ad9419 | [] | no_license | nazarov11/codes | https://github.com/nazarov11/codes | eb980b5444d2e6158c1914b939e02d05016993f5 | 5187756cfa7d52d238cac94e6191f4a13271190b | refs/heads/master | 2020-05-03T00:16:20.733000 | 2019-05-19T18:44:16 | 2019-05-19T18:44:16 | 178,305,163 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.class12;
public class StringManipulations2 {
public static void main(String[] args) {
String str = "Good morning, students!";
System.out.println(str.contains("ing"));
String present = "Welcome, Ali";
System.out.println(present.contains("Welcome, "));
String str2 = "Syntax ";
Sy... | UTF-8 | Java | 704 | java | StringManipulations2.java | Java | [
{
"context": "ntains(\"ing\"));\n\t\t\n\t\t\n\t\tString present = \"Welcome, Ali\"; \n\t\tSystem.out.println(present.contains(\"Welcome",
"end": 226,
"score": 0.9880374073982239,
"start": 223,
"tag": "NAME",
"value": "Ali"
}
] | null | [] | package com.class12;
public class StringManipulations2 {
public static void main(String[] args) {
String str = "Good morning, students!";
System.out.println(str.contains("ing"));
String present = "Welcome, Ali";
System.out.println(present.contains("Welcome, "));
String str2 = "Syntax ";
Sy... | 704 | 0.669034 | 0.65483 | 30 | 22.466667 | 19.705725 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.266667 | false | false | 3 |
6312514d963a4c393deaf919a099c348b1a40957 | 5,368,709,126,258 | 09c41d59e3667471a800d305444bd19f7607a519 | /src/com/yongyida/robot/resourcemanager/adpter/ContentAdapter.java | dd89a9ae58afebc5eec519f4d513749a29999115 | [] | no_license | panyzyw/resource_manager | https://github.com/panyzyw/resource_manager | 35af67d61905a912e1220182ef536ef2e69e1d95 | 2a8c582cbefe543cbd2210fb1444b38dc0952b80 | refs/heads/master | 2021-06-27T05:05:34.162000 | 2017-09-15T08:27:45 | 2017-09-15T08:27:45 | 103,633,204 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yongyida.robot.resourcemanager.adpter;
import java.util.List;
import com.yongyida.robot.resourcemanager.R;
import com.yongyida.robot.resourcemanager.bean.ItemBean;
import com.yongyida.robot.resourcemanager.utils.Contant;
import com.yongyida.robot.resourcemanager.utils.ImageLoader;
import com.yongyida.rob... | UTF-8 | Java | 2,585 | java | ContentAdapter.java | Java | [] | null | [] | package com.yongyida.robot.resourcemanager.adpter;
import java.util.List;
import com.yongyida.robot.resourcemanager.R;
import com.yongyida.robot.resourcemanager.bean.ItemBean;
import com.yongyida.robot.resourcemanager.utils.Contant;
import com.yongyida.robot.resourcemanager.utils.ImageLoader;
import com.yongyida.rob... | 2,585 | 0.750484 | 0.749323 | 93 | 26.795698 | 22.749008 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.053763 | false | false | 3 |
89c337633973007b5d0c5d7f9917f774d2fe17be | 7,808,250,612,507 | 9c160a74081bf092ce9afe5e57c098bbd0d32536 | /pbf_basic/pbf/devonx/support/util/Paging.java | 0854850b9fd472c9b3a450bd6bb128a110df4c60 | [] | no_license | jinseokj/smMobApFront | https://github.com/jinseokj/smMobApFront | 81bc456bd8de1decb1696fdf64cb2fd0766d40af | 01e36f6bc0ee56a381a2116dac35be91829d2050 | refs/heads/master | 2018-02-08T15:30:59.908000 | 2017-06-30T03:48:51 | 2017-06-30T03:48:51 | 94,881,540 | 0 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pbf.devonx.support.util;
import devon.core.collection.LData;
import devon.core.collection.LMultiData;
import devon.core.util.LNullUtils;
/**
* <pre>
* @PackageName: pbf.devonx.support.util
* @FileName : Paging.java
* @Date : 2017. 1. 18.
* @프로그램 설명 : 페이징
* @author jshin
* @history
*------------------... | UHC | Java | 4,898 | java | Paging.java | Java | [
{
"context": " @Date : 2017. 1. 18.\n * @프로그램 설명 : 페이징\n * @author jshin\n * @history\n *-----------------------------------",
"end": 287,
"score": 0.9984695911407471,
"start": 282,
"tag": "USERNAME",
"value": "jshin"
},
{
"context": "------------------------------\n * 2017. 1. 18. ... | null | [] | package pbf.devonx.support.util;
import devon.core.collection.LData;
import devon.core.collection.LMultiData;
import devon.core.util.LNullUtils;
/**
* <pre>
* @PackageName: pbf.devonx.support.util
* @FileName : Paging.java
* @Date : 2017. 1. 18.
* @프로그램 설명 : 페이징
* @author jshin
* @history
*------------------... | 4,898 | 0.549422 | 0.541934 | 124 | 36.701614 | 29.556938 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.532258 | false | false | 3 |
c2b95cbba3f8a3c9c69e695e6bb70e1ed628bfdb | 18,760,417,215,179 | 2b5137483a164396319f9fbd7becce00d1dfa5e4 | /EAR_semestralka/src/main/java/persistence/Person.java | 0ee4d446a26646b740bd2af956e13c7d9a89c814 | [] | no_license | Matej-Kormanik/smart_household | https://github.com/Matej-Kormanik/smart_household | 40976e2ad541e20ede5870720dce25e2f4d86539 | d9bcbe8ae2c68c6292746666571171e3ba91e5ad | refs/heads/master | 2018-04-28T01:23:26.339000 | 2017-05-21T21:56:20 | 2017-05-21T21:56:20 | 91,963,283 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package persistence;
import javax.persistence.*;
import java.util.*;
import java.sql.Date;
import javax.xml.bind.annotation.XmlRootElement;
/**
*
* @author Matej Kormanik, Marek Tomaštík
*/
@XmlRootElement
@Entity
@Table(name = "ear_semestralni_prace.PERSON")
@Inheritance(strategy = InheritanceType.SINGLE_TABLE)
... | UTF-8 | Java | 2,071 | java | Person.java | Java | [
{
"context": "ind.annotation.XmlRootElement;\n\n/**\n * \n * @author Matej Kormanik, Marek Tomaštík\n */\n\n@XmlRootElement\n@Entity\n@Tab",
"end": 174,
"score": 0.9998850226402283,
"start": 160,
"tag": "NAME",
"value": "Matej Kormanik"
},
{
"context": "mlRootElement;\n\n/**\n * \n *... | null | [] | package persistence;
import javax.persistence.*;
import java.util.*;
import java.sql.Date;
import javax.xml.bind.annotation.XmlRootElement;
/**
*
* @author <NAME>, <NAME>
*/
@XmlRootElement
@Entity
@Table(name = "ear_semestralni_prace.PERSON")
@Inheritance(strategy = InheritanceType.SINGLE_TABLE)
@DiscriminatorCo... | 2,053 | 0.60174 | 0.60174 | 96 | 20.552084 | 21.031162 | 136 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 3 |
5281769656fa9afcafc301bd18310339c7a96945 | 18,760,417,213,047 | ecc0ab2352afd26ab3a831be3490208f37be269f | /Main.java | 5c9c80df7c8cc0a123695c4049770d1617896fad | [] | no_license | bhmit/project | https://github.com/bhmit/project | 32aa684ab682fc25d97c06b7166c1c27bd84f710 | 96593ec17580ba0421a755277c862ab65f4cad34 | refs/heads/master | 2021-01-25T07:34:37.367000 | 2015-04-30T14:53:06 | 2015-04-30T14:53:06 | 34,235,628 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package project;
import java.util.ArrayList;
import java.util.Properties;
import javax.mail.*;
import javax.mail.internet.*;
import javax.activation.*;
public class Main {
public static void main(String[] args) {
// public static void Send(final String username, final String password, String recipient... | UTF-8 | Java | 2,096 | java | Main.java | Java | [
{
"context": "Mail gm = new GoogleMail();\r\n\t\ttry {\r\n\t\t\tgm.Send(\"b.madane\",\"309030\",\"bhm9041@rit.edu\",\"This emial fro the o",
"end": 554,
"score": 0.9970505237579346,
"start": 546,
"tag": "USERNAME",
"value": "b.madane"
},
{
"context": "Mail();\r\n\t\ttry {\r\n\t\t\tgm... | null | [] | package project;
import java.util.ArrayList;
import java.util.Properties;
import javax.mail.*;
import javax.mail.internet.*;
import javax.activation.*;
public class Main {
public static void main(String[] args) {
// public static void Send(final String username, final String password, String recipient... | 2,066 | 0.653626 | 0.648855 | 76 | 25.526316 | 29.504002 | 171 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.868421 | false | false | 3 |
4f56d3c27cb70c6435e48b3e22799f69f9e9c299 | 13,383,118,142,307 | 5c154a6f98cd41647036ef620cd4efd96e07216c | /src/main/java/com/cosmin/logs/StaticLogs.java | e016970e302eab5728c8379df213320d8a0d1406 | [] | no_license | cdcdd15/08-spring-elk | https://github.com/cdcdd15/08-spring-elk | 43de5d2ed51840a600660ec24f7ed2bd8c279041 | 1e2ffcdae886b77d992ee60638d341158bea8da5 | refs/heads/master | 2023-04-28T18:44:58.786000 | 2021-05-16T07:44:46 | 2021-05-16T07:44:46 | 367,653,323 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cosmin.logs;
public class StaticLogs {
public static void staticLogs(org.slf4j.Logger log, String message) {
log.info("<info>The application spring-boot-elk - {}.", message);
log.error("<error>The application spring-boot-elk - {}.", message);
log.debug("<debug>The application spring-boot-elk - {}.",... | UTF-8 | Java | 336 | java | StaticLogs.java | Java | [] | null | [] | package com.cosmin.logs;
public class StaticLogs {
public static void staticLogs(org.slf4j.Logger log, String message) {
log.info("<info>The application spring-boot-elk - {}.", message);
log.error("<error>The application spring-boot-elk - {}.", message);
log.debug("<debug>The application spring-boot-elk - {}.",... | 336 | 0.702381 | 0.699405 | 9 | 36.333332 | 30.250803 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.777778 | false | false | 3 |
328836d7a86ec19d2206c9efad8da7c85594d32f | 24,842,090,879,651 | 252fae14c0a86f678891f833d813058c07b5e9b0 | /chaos-monkey-spring-boot/src/test/java/de/codecentric/spring/boot/chaos/monkey/configuration/AssaultExceptionTest.java | 5226b3d6f89b3f493cfa42cfb32379acc2d08513 | [
"Apache-2.0"
] | permissive | codecentric/chaos-monkey-spring-boot | https://github.com/codecentric/chaos-monkey-spring-boot | 02f4910b6ad551385551050d52bc66a37694730c | 18b458947ffe44a2e4e91772986488ad90b46875 | refs/heads/main | 2023-09-03T19:04:51.257000 | 2023-08-29T08:22:33 | 2023-08-29T08:26:27 | 87,402,251 | 880 | 200 | Apache-2.0 | false | 2023-09-14T15:45:05 | 2017-04-06T07:56:01 | 2023-09-08T17:23:17 | 2023-09-14T15:45:04 | 5,967 | 865 | 169 | 12 | Java | false | false | /*
* Copyright 2022 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... | UTF-8 | Java | 6,257 | java | AssaultExceptionTest.java | Java | [] | null | [] | /*
* Copyright 2022 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... | 6,257 | 0.75004 | 0.747802 | 144 | 42.451389 | 39.98851 | 148 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.555556 | false | false | 3 |
7d4dfa6454787293c3587711d4d6e50e57cde40a | 21,990,232,578,363 | 0075be532552caffa8bbe8a5b53bc4b05c656b93 | /src/vista/VistaCasa.java | b1227042cd6a15435a1b7854decd7195a1334709 | [] | no_license | wzhwawhxmmj/tp3wakawaka | https://github.com/wzhwawhxmmj/tp3wakawaka | 9648e9a2d0a6260395e554dacc86919cdfac7e69 | c201052b51a0950e5a3daa588def95eb208d78dd | refs/heads/master | 2021-01-10T01:16:45.798000 | 2013-11-08T18:23:42 | 2013-11-08T18:23:42 | 45,267,452 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package vista;
import java.awt.Color;
public class VistaCasa extends ar.uba.fi.algo3.titiritero.vista.Cuadrado{
public VistaCasa(EscalaYPosicion escalaYPos) {
super(32,32,escalaYPos,0,0);
setColor(Color.LIGHT_GRAY);
}
}
| UTF-8 | Java | 254 | java | VistaCasa.java | Java | [] | null | [] | package vista;
import java.awt.Color;
public class VistaCasa extends ar.uba.fi.algo3.titiritero.vista.Cuadrado{
public VistaCasa(EscalaYPosicion escalaYPos) {
super(32,32,escalaYPos,0,0);
setColor(Color.LIGHT_GRAY);
}
}
| 254 | 0.688976 | 0.661417 | 14 | 16.142857 | 21.879074 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 3 |
b6d51fee62986c85a36675e02c773535998a54b5 | 23,622,320,140,597 | c07c54999b290c237b6d2feea0fac9dfd6b1b2c2 | /StudentCommitSystem/src/domain/Student.java | 243740d408edbf3b3a59ccd19b5fc4965285c883 | [] | no_license | liqihua/StudentCommitSystem_Server | https://github.com/liqihua/StudentCommitSystem_Server | a726671ffbb996ef377d860e0fd93554c9f8ae53 | 8a89049b4248f82bb7a4c7d873b57a39da3f119b | refs/heads/master | 2016-09-07T21:22:17.877000 | 2015-05-04T06:16:30 | 2015-05-04T06:16:30 | 32,207,328 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package domain;
public class Student {
private int id;
private String stu_num;
private String stu_name;
private String commit_time;
private String lesson_id;
private String commit_date;
private String phone_id;
public int getId() {
return id;
}
public void setId(int id) {
this.id = id;
}
public String ... | UTF-8 | Java | 1,352 | java | Student.java | Java | [] | null | [] | package domain;
public class Student {
private int id;
private String stu_num;
private String stu_name;
private String commit_time;
private String lesson_id;
private String commit_date;
private String phone_id;
public int getId() {
return id;
}
public void setId(int id) {
this.id = id;
}
public String ... | 1,352 | 0.664201 | 0.664201 | 63 | 20.460318 | 17.0432 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.714286 | false | false | 3 |
bd4c88fca40bc62118f0098a816c66161c93cfd8 | 5,574,867,576,795 | 188874624e8ca95b2164bb37c4b7d19d97b12ee1 | /android/2018-02-23/1. TIC-TAC-TOE/MainActivity.java | e290269fea1a8b30f27fbbfc25fff12b1e6f4f47 | [] | no_license | moohehe/Today-I-Learned | https://github.com/moohehe/Today-I-Learned | 37efe1e61f492962401044e7cbf5f848e5969fea | a1f680158e48bdff1df811de66a726e52dd552f7 | refs/heads/master | 2021-04-30T11:23:30.907000 | 2018-08-28T07:43:06 | 2018-08-28T07:43:06 | 121,352,808 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.scitmaster.tiktaktok;
import android.graphics.Color;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.widget.Button;
import android.widget.TextView;
import android.widget.Toast;
public class MainActivity extends AppCompatActivity ... | UTF-8 | Java | 6,849 | java | MainActivity.java | Java | [] | null | [] | package com.example.scitmaster.tiktaktok;
import android.graphics.Color;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.widget.Button;
import android.widget.TextView;
import android.widget.Toast;
public class MainActivity extends AppCompatActivity ... | 6,849 | 0.411153 | 0.397334 | 211 | 28.156399 | 18.301302 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.559242 | false | false | 3 |
bd39a9c1a8b33767811975fa17f48de99175f2e7 | 21,028,159,888,646 | bdf4eb424c26c67ece9716e8978cd9af33609c33 | /src/com/zb/servlet/OrderDeleteServlet.java | 632377cba3b238cf3626423be0e6483ee15db0ad | [] | no_license | WPeng111/wp | https://github.com/WPeng111/wp | 37f011e6c1e1ef7f613f8da749b9e4d009aa54bb | de6dd7033a7f7c72698b810b3452a27d3f0b3266 | refs/heads/master | 2022-11-16T11:44:00.164000 | 2020-07-11T01:34:07 | 2020-07-11T01:34:07 | 278,765,162 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zb.servlet;
import com.zb.dao.OrderDao;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import java.io.IOException;
@WebServlet("/orderDel... | UTF-8 | Java | 716 | java | OrderDeleteServlet.java | Java | [] | null | [] | package com.zb.servlet;
import com.zb.dao.OrderDao;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import java.io.IOException;
@WebServlet("/orderDel... | 716 | 0.77095 | 0.77095 | 22 | 31.545454 | 27.797527 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.636364 | false | false | 3 |
21095f16a733de227c828328a66ceb71d2ef52ad | 31,945,966,776,456 | c268e84b5bef38661e503042274a29571a6549e1 | /src/main/java/com/edu/uelbosque/persistence/DestacadoPersistence.java | 3610e64d655a0b162089051dec5daaa40f240728 | [] | no_license | laguiarm/ProyectoNucleo2 | https://github.com/laguiarm/ProyectoNucleo2 | dc58c69f786337adec3c257a800b1bde6c0e7d8a | dedeb13dbd8b06c8ba2a7bce44f89433e644db7a | refs/heads/master | 2021-04-15T08:05:52.593000 | 2018-04-06T23:43:55 | 2018-04-06T23:43:55 | 126,435,441 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.edu.uelbosque.persistence;
import org.springframework.data.jpa.repository.JpaRepository;
import com.edu.uelbosque.entity.Destacado;
public interface DestacadoPersistence extends JpaRepository<Destacado, Integer> {
} | UTF-8 | Java | 231 | java | DestacadoPersistence.java | Java | [] | null | [] | package com.edu.uelbosque.persistence;
import org.springframework.data.jpa.repository.JpaRepository;
import com.edu.uelbosque.entity.Destacado;
public interface DestacadoPersistence extends JpaRepository<Destacado, Integer> {
} | 231 | 0.839827 | 0.839827 | 9 | 24.777779 | 29.749987 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 3 |
4c3d1e2f83edb02050e35e13ce610843e32c1da8 | 33,277,406,637,950 | 1ed66a22cd91b15e03422ed30d25159feef8bee0 | /src/main/java/org/voovan/docker/command/Task/CmdTaskList.java | 277f428152fae9c9c5ce39599d0db159f50fdc8c | [
"Apache-2.0"
] | permissive | blacktree/JDocker | https://github.com/blacktree/JDocker | d88a981c7cdb49b5234e013e346a32d690e76e72 | 244ad27c41ef0dcc2520b313bfbc0ccec6d34c04 | refs/heads/master | 2020-05-18T11:13:07.416000 | 2017-06-22T17:20:18 | 2017-06-22T17:20:18 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.voovan.docker.command.Task;
import org.voovan.docker.command.Cmd;
import org.voovan.docker.message.task.TaskInfo;
import org.voovan.docker.network.DockerClientException;
import org.voovan.docker.network.Result;
import org.voovan.tools.TObject;
import org.voovan.tools.json.JSON;
import java.util.HashMap;
i... | UTF-8 | Java | 1,892 | java | CmdTaskList.java | Java | [
{
"context": "\nimport java.util.Map;\n\n/**\n * 类文字命名\n *\n * @author helyho\n * <p>\n * JDocker Framework.\n * ",
"end": 398,
"score": 0.9995666146278381,
"start": 392,
"tag": "USERNAME",
"value": "helyho"
},
{
"context": "Framework.\n * WebSite: https://gi... | null | [] | package org.voovan.docker.command.Task;
import org.voovan.docker.command.Cmd;
import org.voovan.docker.message.task.TaskInfo;
import org.voovan.docker.network.DockerClientException;
import org.voovan.docker.network.Result;
import org.voovan.tools.TObject;
import org.voovan.tools.json.JSON;
import java.util.HashMap;
i... | 1,892 | 0.647184 | 0.645058 | 73 | 24.780823 | 22.308697 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.520548 | false | false | 3 |
cc01008b4c7ec610d1f0646e9c6a30e647159a17 | 16,346,645,547,519 | 508b27290c681061f0e56b8a0b7fcd5137b599d5 | /CollinearPoints/BruteCollinearPoints.java | 21ba948fe368fb83eb2c3e12647208c58e67bec2 | [] | no_license | elwonder/Algorthms-Part-1-2 | https://github.com/elwonder/Algorthms-Part-1-2 | 133863f905d91d091ea4e0a059aff8968e6e0d4a | 6c0bba23f4ff219043dc7a91b038a8826888dace | refs/heads/master | 2023-01-29T17:08:52.897000 | 2020-12-13T12:06:07 | 2020-12-13T12:06:07 | 321,051,570 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Arrays;
import edu.princeton.cs.algs4.StdDraw;
import edu.princeton.cs.algs4.StdIn;
import edu.princeton.cs.algs4.In;
import edu.princeton.cs.algs4.StdOut;
public class BruteCollinearPoints {
private int amount;
private LineSegment[] segmentsArr;
public BruteCollinearPoints(Point[] points) {
if... | UTF-8 | Java | 1,947 | java | BruteCollinearPoints.java | Java | [] | null | [] | import java.util.Arrays;
import edu.princeton.cs.algs4.StdDraw;
import edu.princeton.cs.algs4.StdIn;
import edu.princeton.cs.algs4.In;
import edu.princeton.cs.algs4.StdOut;
public class BruteCollinearPoints {
private int amount;
private LineSegment[] segmentsArr;
public BruteCollinearPoints(Point[] points) {
if... | 1,947 | 0.58603 | 0.572676 | 69 | 27.217392 | 19.904751 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.449275 | false | false | 3 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.