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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
07131c66e9d2e99ce2f02d4096f15e50d8b8c50f | 27,384,711,517,050 | 6646dc65cafe7e90479c4f3162208aca673b51d7 | /RideSharingSystem/src/main/java/com/project/api/repository/RateRideDao.java | f1db81b1753eba5366e87132bbbe4f663bc0f572 | [] | no_license | karshil2309/BackendRepoRide | https://github.com/karshil2309/BackendRepoRide | 0a0406a093370a7f93fca44701a9b123164e3318 | 8f1b0e222ac6869e1717ceca7a2ef701a715be1c | refs/heads/master | 2022-11-16T04:02:25.818000 | 2020-07-13T03:02:17 | 2020-07-13T03:02:17 | 279,193,952 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.project.api.repository;
import java.util.List;
import com.project.api.model.RateRideModel;
public interface RateRideDao {
List<RateRideModel> get();
RateRideModel get(Integer rateid );
void save(RateRideModel rateridemodel);
void delete(Integer rateid);
}
| UTF-8 | Java | 300 | java | RateRideDao.java | Java | [] | null | [] | package com.project.api.repository;
import java.util.List;
import com.project.api.model.RateRideModel;
public interface RateRideDao {
List<RateRideModel> get();
RateRideModel get(Integer rateid );
void save(RateRideModel rateridemodel);
void delete(Integer rateid);
}
| 300 | 0.723333 | 0.723333 | 17 | 15.647058 | 16.743536 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.823529 | false | false | 9 |
b2743d7e307ead37afa7932c4f67e6d57039dd67 | 24,850,680,810,849 | 25ea8907376c3a45c92df3680b9d5ec734102380 | /ejercicioHibernate/Hibernate/src/main/java/repository/ProductoRepository.java | 23f596770441e09ff72c1382203949d39472c2fb | [] | no_license | vicente1991/ejercicioHibernate | https://github.com/vicente1991/ejercicioHibernate | 8eea097940aef6b12221c25f447f02f7793edf99 | a7da47500eb040e91a0df04d7d26fa40005bd202 | refs/heads/main | 2023-08-22T09:53:12.274000 | 2021-10-17T02:32:03 | 2021-10-17T02:32:03 | 417,769,102 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package repository;
import modelo.Producto;
import org.springframework.data.jpa.repository.JpaRepository;
import java.util.UUID;
public interface ProductoRepository extends JpaRepository<Producto, UUID> {
}
| UTF-8 | Java | 219 | java | ProductoRepository.java | Java | [] | null | [] | package repository;
import modelo.Producto;
import org.springframework.data.jpa.repository.JpaRepository;
import java.util.UUID;
public interface ProductoRepository extends JpaRepository<Producto, UUID> {
}
| 219 | 0.794521 | 0.794521 | 9 | 22.333334 | 26.314339 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.555556 | false | false | 9 |
c07d56af908ecf5200b2d7121ee84e8755b0978d | 12,412,455,517,432 | 717bba9f8340e127c1c66d910e69e4bf7731cca1 | /analysis/src/main/java/info/mikaelsvensson/devtools/analysis/serverlog/ServerLogSummaryAnalyzer.java | 36eae0e9054c5bc78af4565225861baa40d62302 | [] | no_license | mikaelsvensson/devtools | https://github.com/mikaelsvensson/devtools | e280cc049fc170c75ea180592c6b6613cc7f800f | 328bc112a344f32325a2e5a65de30146881c9207 | refs/heads/master | 2023-03-17T00:39:34.241000 | 2014-10-15T11:56:49 | 2014-10-15T11:56:49 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright 2014 Mikael Svensson
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicabl... | UTF-8 | Java | 1,862 | java | ServerLogSummaryAnalyzer.java | Java | [
{
"context": "/*\n * Copyright 2014 Mikael Svensson\n *\n * Licensed under the Apache License, Versi",
"end": 36,
"score": 0.9998304843902588,
"start": 21,
"tag": "NAME",
"value": "Mikael Svensson"
}
] | null | [] | /*
* Copyright 2014 <NAME>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or ... | 1,853 | 0.728249 | 0.723416 | 44 | 41.31818 | 33.783249 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.522727 | false | false | 9 |
6daae6c7fe15d2e79da364525ff8e25e1f995d86 | 25,804,163,544,659 | b648add140fcf76c72f5361235cfeb4de27261bb | /Chapter06/src/method/SayHello.java | ba5bb0a73ade92e60933c00370576ab5d5d6c4a6 | [] | no_license | 2everlove/JavaPractice | https://github.com/2everlove/JavaPractice | 32547240656ef57ff90e16093df52fde0ee3c527 | 2f027c351009c687f4f6ac63fc88971798fb49c5 | refs/heads/main | 2023-05-13T05:35:36.865000 | 2021-05-28T10:26:22 | 2021-05-28T10:26:22 | 310,044,233 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package method;
public class SayHello {
//sayHello() 메소드 만들기 - 반환 자료가 없다.(void)
public static void sayHello() {
System.out.println("Hello~ ");
}
//sayHello2() 메소드 만들기 -> 매개 변수(전달하는 변수)가 있는 메서드
public static void sayHello2(String name) {
System.out.println("Hello~ " + name);
}
public static v... | UHC | Java | 566 | java | SayHello.java | Java | [
{
"context": "ayHello(); // sayHello() 메서드 호출\r\n\t\t\r\n\t\tsayHello2(\"안민상\"); // sayHello2() 메서드 호출\r\n\t\t\r\n\t\tsayHello2(\"steve\"",
"end": 405,
"score": 0.9975293874740601,
"start": 402,
"tag": "NAME",
"value": "안민상"
},
{
"context": "2(\"안민상\"); // sayHello2() 메서드 호출\r\n\t\t\... | null | [] | package method;
public class SayHello {
//sayHello() 메소드 만들기 - 반환 자료가 없다.(void)
public static void sayHello() {
System.out.println("Hello~ ");
}
//sayHello2() 메소드 만들기 -> 매개 변수(전달하는 변수)가 있는 메서드
public static void sayHello2(String name) {
System.out.println("Hello~ " + name);
}
public static v... | 566 | 0.604255 | 0.593617 | 24 | 17.583334 | 17.93952 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.208333 | false | false | 9 |
8d6a76556872d792fcad16c97beb9915e67a7b3c | 28,183,575,427,347 | f633b64a5bb361e1d9c4cb8894bd0cc34d376c83 | /CustomerAPI/CustomerAPI-war/src/main/java/fr/mla/customer/service/dao/PhoneDao.java | 6d1a2cd7e83d160180c9e30c6df16065045d5e84 | [] | no_license | tomtomlehero/Customer-Services | https://github.com/tomtomlehero/Customer-Services | 231138b763f75e3dc6acb29cca1d7ebcd7c2947d | bb508da58c52ce1569c09c88848ade2fe0759b7c | refs/heads/master | 2020-12-25T14:39:19.892000 | 2016-08-31T14:07:41 | 2016-08-31T14:07:41 | 67,042,645 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package fr.mla.customer.service.dao;
import fr.mla.customer.service.model.PhoneEntity;
import org.springframework.stereotype.Repository;
@Repository
public class PhoneDao extends AbstractDao<PhoneEntity, String> {
@Override
public PhoneEntity save(PhoneEntity phoneEntity) {
phoneEntity.setIdfSeqPhonC... | UTF-8 | Java | 526 | java | PhoneDao.java | Java | [] | null | [] | package fr.mla.customer.service.dao;
import fr.mla.customer.service.model.PhoneEntity;
import org.springframework.stereotype.Repository;
@Repository
public class PhoneDao extends AbstractDao<PhoneEntity, String> {
@Override
public PhoneEntity save(PhoneEntity phoneEntity) {
phoneEntity.setIdfSeqPhonC... | 526 | 0.731939 | 0.728137 | 21 | 24.047619 | 24.501654 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.380952 | false | false | 9 |
b4a9cd7e8726eb1a3eadaeb55442f521a6ec7b48 | 9,096,740,773,757 | 0eed816ec2d4d1e05da4302c45773c8db758939f | /Fssai_E-Learning_System/src/com/ir/dao/impl/AdminDAOImpl.java | 5d52cea60c8fd308f30c95de3c718ba2c6ecd545 | [] | no_license | zentech-fostac/FOSTAC | https://github.com/zentech-fostac/FOSTAC | c2ae0730aab896bdcf852df9cc4e8dff49bd38ff | 509e0138f31d8cb2c94ce3df9b664f213601812f | refs/heads/master | 2020-06-14T08:57:07.995000 | 2017-11-26T13:36:07 | 2017-11-26T13:36:07 | 75,209,323 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ir.dao.impl;
import java.security.NoSuchAlgorithmException;
import java.util.ArrayList;
import java.util.List;
import javax.transaction.Transactional;
import org.apache.commons.lang.StringUtils;
import org.hibernate.Criteria;
import org.hibernate.Query;
import org.hibernate.Session;
import ... | UTF-8 | Java | 68,075 | java | AdminDAOImpl.java | Java | [
{
"context": "(nextSequenceUserID);\r\n\t\tloginDetails.setPassword(passwordString);\r\n\t\tloginDetails.setEncrypted_Password(encryprPa",
"end": 12822,
"score": 0.9960399270057678,
"start": 12808,
"tag": "PASSWORD",
"value": "passwordString"
},
{
"context": "ordString);\r\n\t\tlogin... | null | [] | package com.ir.dao.impl;
import java.security.NoSuchAlgorithmException;
import java.util.ArrayList;
import java.util.List;
import javax.transaction.Transactional;
import org.apache.commons.lang.StringUtils;
import org.hibernate.Criteria;
import org.hibernate.Query;
import org.hibernate.Session;
import ... | 68,065 | 0.699449 | 0.693779 | 1,718 | 37.622234 | 39.743839 | 359 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.114086 | false | false | 9 |
481e3d0be54b45e8b12dd9f594b99a4af533ec87 | 13,434,657,731,643 | 00bb32a7c482d5f94443a368f8bf2bddbe7ab1df | /inventory_project/model/src/main/java/aincorp/inventory/model/dao/hibernate/EquipmentHibernateDaoAno.java | 010de5fc7aae3ec69c2684acaa00a81755eeaf93 | [] | no_license | lazerbeat/inventory_web_app | https://github.com/lazerbeat/inventory_web_app | 0e86fb0e3affdf37fa608750edfe99c58c68bc83 | 5f3f022477f96e5eb827fbb01a6b6d4cfa8484a7 | refs/heads/master | 2018-01-09T20:37:34.853000 | 2016-10-23T10:50:43 | 2016-10-23T10:50:43 | 54,039,870 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package aincorp.inventory.model.dao.hibernate;
import aincorp.inventory.model.dao.EquipmentDao;
import aincorp.inventory.model.entity.Equipment;
import org.hibernate.Query;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import java.util.Date;
import java.util.List;
/**
* Created by Anvarov on 25... | UTF-8 | Java | 2,008 | java | EquipmentHibernateDaoAno.java | Java | [
{
"context": "il.Date;\nimport java.util.List;\n\n/**\n * Created by Anvarov on 25.09.16.\n */\npublic class EquipmentHiber",
"end": 309,
"score": 0.7290859818458557,
"start": 307,
"tag": "USERNAME",
"value": "An"
},
{
"context": "Date;\nimport java.util.List;\n\n/**\n * Created by A... | null | [] | package aincorp.inventory.model.dao.hibernate;
import aincorp.inventory.model.dao.EquipmentDao;
import aincorp.inventory.model.entity.Equipment;
import org.hibernate.Query;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import java.util.Date;
import java.util.List;
/**
* Created by Anvarov on 25... | 2,008 | 0.660857 | 0.657869 | 73 | 26.506849 | 24.391287 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.383562 | false | false | 9 |
7d3cff182f50269810beeecebf39d5585241984f | 9,534,827,432,219 | e130aaabd5f7d37cdd4a85beb3290098a3f95b75 | /src/main/java/org/encog/neural/neat/training/species/OriginalNEATSpeciation.java | 0fb82a4aefcd75adf4f3549ced5d31c0570591e3 | [
"BSD-3-Clause",
"Apache-2.0"
] | permissive | konical/encog-java-core | https://github.com/konical/encog-java-core | f7ddecb96686e98d0d508b7a76dee436f28401ef | 1409b1f4b1c26d6a01766bd1dfdc55d5525b947c | refs/heads/master | 2021-01-23T22:15:32.372000 | 2013-02-11T12:56:17 | 2013-02-11T12:56:17 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.encog.neural.neat.training.species;
import java.util.Collections;
import java.util.List;
import org.encog.ml.ea.genome.Genome;
import org.encog.neural.neat.NEATSpecies;
import org.encog.neural.neat.training.NEATGenome;
import org.encog.neural.neat.training.NEATTraining;
public class OriginalNEA... | UTF-8 | Java | 9,754 | java | OriginalNEATSpeciation.java | Java | [] | null | [] | package org.encog.neural.neat.training.species;
import java.util.Collections;
import java.util.List;
import org.encog.ml.ea.genome.Genome;
import org.encog.neural.neat.NEATSpecies;
import org.encog.neural.neat.training.NEATGenome;
import org.encog.neural.neat.training.NEATTraining;
public class OriginalNEA... | 9,754 | 0.670289 | 0.66301 | 380 | 23.668421 | 25.4758 | 131 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.036842 | false | false | 9 |
1f2630577f04eb457d1782bc6c4491c12f5100ad | 6,511,170,458,514 | 76ec58046f89a28ef8cb51ce71b328940c506154 | /app/src/main/java/com/instagracular/application/InstagracularApplication.java | 1aedf08065900cbd1f9f352bdc9c0ac9997cc5b8 | [] | no_license | pamobo0609/Instagracular | https://github.com/pamobo0609/Instagracular | 98e904d65afd78ad74915b30e9dec08e86c39e00 | ffeae913291900d5a01cef16a72812bc12171487 | refs/heads/master | 2020-12-31T06:57:38.866000 | 2017-03-29T15:11:17 | 2017-03-29T15:11:17 | 86,597,052 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.instagracular.application;
import android.support.annotation.NonNull;
import android.support.multidex.MultiDex;
import android.support.multidex.MultiDexApplication;
import com.google.firebase.auth.FirebaseAuth;
import com.google.firebase.auth.FirebaseUser;
/**
* @author Accenture - <a href="mailto:jose.... | UTF-8 | Java | 1,435 | java | InstagracularApplication.java | Java | [
{
"context": "User;\n\n/**\n * @author Accenture - <a href=\"mailto:jose.p.monge.bonilla@accenture.com\">Jose Pablo Monge Bonilla</a>\n * @since 103/16/17",
"end": 349,
"score": 0.9998102784156799,
"start": 315,
"tag": "EMAIL",
"value": "jose.p.monge.bonilla@accenture.com"
},
{
"cont... | null | [] | package com.instagracular.application;
import android.support.annotation.NonNull;
import android.support.multidex.MultiDex;
import android.support.multidex.MultiDexApplication;
import com.google.firebase.auth.FirebaseAuth;
import com.google.firebase.auth.FirebaseUser;
/**
* @author Accenture - <a href="mailto:<EMAI... | 1,390 | 0.650871 | 0.644599 | 55 | 25.09091 | 24.336485 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.290909 | false | false | 9 |
b77c8346a2d7acc96f5a775517ddab3d16163c42 | 15,298,673,544,820 | 062c81867174148e973ffc9d65ceabe6b2594bff | /src/de/jowo/pspac/jobs/BatchHashcatJob.java | 65ddbd8d9a9dc86e631d43da733bc31aca8a1a54 | [] | no_license | jowo1991/distributed_hashcat | https://github.com/jowo1991/distributed_hashcat | c0949513a4c200f4c03ffc1d9821097c173b0dbd | d27d1b9744e59af7dbb7687905814dfb64eee237 | refs/heads/master | 2021-01-01T18:00:03.281000 | 2017-07-24T18:08:03 | 2017-07-24T18:08:03 | 98,219,230 | 4 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package de.jowo.pspac.jobs;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.Serializable;
import java.nio.charset.Charset;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.nio.file.StandardOpenOption;
i... | UTF-8 | Java | 4,204 | java | BatchHashcatJob.java | Java | [] | null | [] | package de.jowo.pspac.jobs;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.Serializable;
import java.nio.charset.Charset;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.nio.file.StandardOpenOption;
i... | 4,204 | 0.694577 | 0.688154 | 129 | 30.589148 | 30.006617 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.992248 | false | false | 9 |
84123fa2dd1cfcc03d8100c7a86fd5ab7adeb6aa | 31,035,433,721,020 | a6cbdf8a786b4c88233395b59a55be3383bef1ad | /fingerpaint/src/nl/tue/fingerpaint/client/gui/buttons/CloseSingleGraphViewButton.java | 495d38ad3d485922672b698df286c5f01e0aec71 | [] | no_license | VinsUni/fingerpaint-project-code | https://github.com/VinsUni/fingerpaint-project-code | 125ef4edd848be5809be241f72cd165abe260fb5 | fdfca0db507ddeb4bbabf6c63ad7ead66a17848e | refs/heads/master | 2021-05-28T06:59:01.244000 | 2013-06-23T09:01:49 | 2013-06-23T09:01:49 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package nl.tue.fingerpaint.client.gui.buttons;
import io.ashton.fastpress.client.fast.PressEvent;
import io.ashton.fastpress.client.fast.PressHandler;
import nl.tue.fingerpaint.client.gui.GuiState;
import nl.tue.fingerpaint.client.resources.FingerpaintConstants;
/**
* Button that can be used to close the performance... | UTF-8 | Java | 922 | java | CloseSingleGraphViewButton.java | Java | [
{
"context": "rformance pop-up of a single graph.\n * \n * @author Group Fingerpaint\n */\npublic class CloseSingleGraphViewButton exten",
"end": 379,
"score": 0.7777270078659058,
"start": 362,
"tag": "NAME",
"value": "Group Fingerpaint"
}
] | null | [] | package nl.tue.fingerpaint.client.gui.buttons;
import io.ashton.fastpress.client.fast.PressEvent;
import io.ashton.fastpress.client.fast.PressHandler;
import nl.tue.fingerpaint.client.gui.GuiState;
import nl.tue.fingerpaint.client.resources.FingerpaintConstants;
/**
* Button that can be used to close the performance... | 911 | 0.762473 | 0.762473 | 34 | 26.117647 | 25.869314 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.882353 | false | false | 9 |
d20f7d5c556f367213137927933bd372bfeb7421 | 833,223,711,232 | d4dbddc621fc93ae507c44d0d8243c6e89376a06 | /src/Leetcode/FootballFest.java | a04248cb0b990ad0c4d122b7e00a5efb8a5a6c2c | [
"MIT"
] | permissive | lohithachandana/DataStructures | https://github.com/lohithachandana/DataStructures | 391b98aad66604470da5ae47e13fb19542b2c8b5 | 084789d7d721167efceeb2d28788df7554481723 | refs/heads/master | 2021-07-10T23:05:36.923000 | 2019-03-14T19:07:00 | 2019-03-14T19:07:00 | 148,965,248 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Leetcode;
import java.util.Scanner;
import java.util.Stack;
public class FootballFest {
public static void main(String[] args){
int ID=-1,countB=0;String prevpass="P";
Stack stackP=new Stack();
Stack stackB=new Stack();
Scanner s=new Scanner(System.in);
int T=s.nex... | UTF-8 | Java | 1,218 | java | FootballFest.java | Java | [] | null | [] | package Leetcode;
import java.util.Scanner;
import java.util.Stack;
public class FootballFest {
public static void main(String[] args){
int ID=-1,countB=0;String prevpass="P";
Stack stackP=new Stack();
Stack stackB=new Stack();
Scanner s=new Scanner(System.in);
int T=s.nex... | 1,218 | 0.400657 | 0.394089 | 45 | 26.066668 | 15.918403 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 6 |
816432566b6b3b88603a39268106068d025a0b15 | 833,223,709,730 | ace607f491ac96b2f31b2243e032574aac64e2b2 | /巴适居后端20190116/bashiju-sso/.svn/pristine/79/79efc15d8a82dbf9a2d48a04b0181f4f526ba9a0.svn-base | 9af6052801f3756e96c38d8da32274b268dee624 | [] | no_license | lxsgdsgg/test | https://github.com/lxsgdsgg/test | 07a3a3e10cd276947ddcfe278dd989da4e55775b | dc6899bf4421e4ff9efb1e76d37dba5c930fe63c | refs/heads/master | 2020-04-25T21:56:59.010000 | 2019-02-27T10:40:35 | 2019-02-27T10:40:35 | 173,096,004 | 1 | 0 | null | true | 2019-02-28T11:00:17 | 2019-02-28T11:00:16 | 2019-02-27T10:40:54 | 2019-02-27T10:40:36 | 94,936 | 0 | 0 | 0 | null | false | null | package com.bashiju.sso.controller.log;
import org.apache.commons.lang3.StringUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.ResponseBod... | UTF-8 | Java | 2,344 | 79efc15d8a82dbf9a2d48a04b0181f4f526ba9a0.svn-base | Java | [] | null | [] | package com.bashiju.sso.controller.log;
import org.apache.commons.lang3.StringUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.ResponseBod... | 2,344 | 0.800341 | 0.799915 | 72 | 31.555555 | 24.775599 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.847222 | false | false | 6 | |
fb05564f320992d02099500a43c46a7f084367a2 | 29,506,425,393,361 | 771e8c55a38a25a8874692d31f5fb973df5a6b21 | /src/com/lixiang/dynamicproxy/jdk/TestInvocationHandler.java | 6be5f603aed6fd8726d57480919f104900033cde | [] | no_license | shengjinbing/23DesignMode | https://github.com/shengjinbing/23DesignMode | 850c132a0df1d683e600b513b528f5f611ba081a | ad24ca7b90de6ffa52cf89cf359da62fb404522e | refs/heads/master | 2021-06-24T21:59:17.956000 | 2020-11-02T09:14:02 | 2020-11-02T09:14:02 | 155,875,720 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lixiang.dynamicproxy.jdk;
import java.lang.reflect.InvocationHandler;
import java.lang.reflect.Method;
public class TestInvocationHandler implements InvocationHandler {
private Class mService;
public TestInvocationHandler(final Class service){
mService = service;
}
@Override
pu... | UTF-8 | Java | 456 | java | TestInvocationHandler.java | Java | [] | null | [] | package com.lixiang.dynamicproxy.jdk;
import java.lang.reflect.InvocationHandler;
import java.lang.reflect.Method;
public class TestInvocationHandler implements InvocationHandler {
private Class mService;
public TestInvocationHandler(final Class service){
mService = service;
}
@Override
pu... | 456 | 0.743421 | 0.743421 | 15 | 29.4 | 25.416006 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 6 |
5a5ca575503843c26a3f1f39de3ebea887e06bdf | 266,287,985,455 | df07671f30ea628268f363d60e94296633c925e0 | /app/src/main/java/be/ucll/integrationexercise/MainActivity.java | 637adfea984458e406176985541893dc3695a0de | [] | no_license | Xormi0s/Integration-Exercise | https://github.com/Xormi0s/Integration-Exercise | e896aba27411d63548e0b0b434975fa970426cf2 | 048732038ace1efa3af99690b152042a3c65916d | refs/heads/master | 2023-04-10T15:51:15.934000 | 2021-04-21T19:12:03 | 2021-04-21T19:12:03 | 354,336,791 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package be.ucll.integrationexercise;
import androidx.appcompat.app.AppCompatActivity;
import androidx.constraintlayout.widget.ConstraintLayout;
import androidx.fragment.app.Fragment;
import androidx.fragment.app.FragmentManager;
import androidx.fragment.app.FragmentTransaction;
import androidx.lifecycle.Observer;
impo... | UTF-8 | Java | 4,856 | java | MainActivity.java | Java | [
{
"context": " intent.putExtra(\"user\", username);\n intent.putExtra(\"fi",
"end": 4332,
"score": 0.9847427606582642,
"start": 4324,
"tag": "USERNAME",
"value": "username"
}
] | null | [] | package be.ucll.integrationexercise;
import androidx.appcompat.app.AppCompatActivity;
import androidx.constraintlayout.widget.ConstraintLayout;
import androidx.fragment.app.Fragment;
import androidx.fragment.app.FragmentManager;
import androidx.fragment.app.FragmentTransaction;
import androidx.lifecycle.Observer;
impo... | 4,856 | 0.591227 | 0.587315 | 117 | 40.512821 | 26.940775 | 146 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.786325 | false | false | 6 |
6803bfc26b71153c98df74d1191b557182d08ad8 | 24,618,752,579,700 | b44deac045030dda1347fd6ded1301a7efb84488 | /eshop-cache-ha/src/test/java/cn/mrcode/cachepdp/eshop/cache/ha/CommandCollapserGetValueForKey.java | a2d96cad03eed516c488e147879bb71c05265882 | [] | no_license | zq99299/cache-pdp | https://github.com/zq99299/cache-pdp | acd2767be99649bec92584fbf1779431f4b503d3 | 533e2915fad11e864e639d375a9d5487b5bb00d0 | refs/heads/master | 2020-05-05T07:46:07.934000 | 2019-06-30T03:42:17 | 2019-06-30T03:42:17 | 179,837,602 | 34 | 18 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.mrcode.cachepdp.eshop.cache.ha;
import com.netflix.hystrix.HystrixCollapser;
import com.netflix.hystrix.HystrixCommand;
import com.netflix.hystrix.HystrixCommandGroupKey;
import com.netflix.hystrix.HystrixCommandKey;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
/**
* @p... | UTF-8 | Java | 2,898 | java | CommandCollapserGetValueForKey.java | Java | [
{
"context": "tArgumentType> 单个 HystrixCommand 请求参数\n * @author : zhuqiang\n * @date : 2019/6/11 21:04\n */\npublic class Comma",
"end": 495,
"score": 0.9996420741081238,
"start": 487,
"tag": "USERNAME",
"value": "zhuqiang"
}
] | null | [] | package cn.mrcode.cachepdp.eshop.cache.ha;
import com.netflix.hystrix.HystrixCollapser;
import com.netflix.hystrix.HystrixCommand;
import com.netflix.hystrix.HystrixCommandGroupKey;
import com.netflix.hystrix.HystrixCommandKey;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
/**
* @p... | 2,898 | 0.669123 | 0.664469 | 80 | 31.225 | 30.88081 | 135 | true | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 6 |
f6f53b56f073444305c870083dc551467c2a6e7c | 1,829,656,132,837 | 679a9f0183765b410c1ff4299b0df304564cccf7 | /src/SelfStudy.java | 243d4ef7183530ccfdd2b0441e7d87dcbfdc1049 | [] | no_license | VitaliiChu/student-development-plan | https://github.com/VitaliiChu/student-development-plan | d6226e1cc2139994bc5b3db39a9e293c1b034496 | be736ce911468aee1b4f0712d1ba4a4eb3eb358a | refs/heads/master | 2020-09-06T17:36:45.613000 | 2019-11-11T18:27:05 | 2019-11-11T18:27:05 | 220,496,596 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class SelfStudy implements KnowledgeSource {
private double learnPoints;
private double practicePoints;
public SelfStudy(double learnPoints, double practicePoints) {
this.learnPoints = learnPoints;
this.practicePoints = practicePoints;
}
@Override
public void educate(Stu... | UTF-8 | Java | 422 | java | SelfStudy.java | Java | [] | null | [] | public class SelfStudy implements KnowledgeSource {
private double learnPoints;
private double practicePoints;
public SelfStudy(double learnPoints, double practicePoints) {
this.learnPoints = learnPoints;
this.practicePoints = practicePoints;
}
@Override
public void educate(Stu... | 422 | 0.703791 | 0.703791 | 15 | 27.133333 | 20.551939 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.466667 | false | false | 6 |
304c155a16e01bb2357ff17393e6ee487896c419 | 10,677,288,761,348 | 172f2ad89f0b69780a8af5afabfc1a08d89665bf | /src/app/Program.java | 00b915042a34f97389b7dae5a3470db7c5189dbe | [] | no_license | AbnerDvlp/CNAJavaInterfaces | https://github.com/AbnerDvlp/CNAJavaInterfaces | c809c0ab115bf41f92571a15fe4ef7519fdf7ecd | f16b997e066ee015a11682f62acff810cde757fb | refs/heads/master | 2022-12-01T02:33:27.877000 | 2020-08-05T11:53:17 | 2020-08-05T11:53:17 | 285,272,062 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package app;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.Scanner;
import entidades.Contrato;
public class Program {
public static void main(String[] args) throws ParseException {
Scanner sc = new Scanner(System.in);
SimpleDateFormat sdf = new Sim... | UTF-8 | Java | 861 | java | Program.java | Java | [] | null | [] | package app;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.Scanner;
import entidades.Contrato;
public class Program {
public static void main(String[] args) throws ParseException {
Scanner sc = new Scanner(System.in);
SimpleDateFormat sdf = new Sim... | 861 | 0.710801 | 0.710801 | 35 | 23.6 | 21.437218 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.6 | false | false | 6 |
10a80ae17bc3b2f07f6d96ec8155da681af3e848 | 15,384,572,902,380 | 3a763f02647388703fc7b341321294e41f592ce4 | /src/m1/DrawerM1.java | 4d5a34c97f422dfffecb697fa8166b8d5158bbe1 | [] | no_license | chelseyin/UMLParser | https://github.com/chelseyin/UMLParser | 8bbdb631c515c4c4d853b732c2e9f44287d8ee2f | 5a8c9c0d948aa0966e38a2001bac471814cfd268 | refs/heads/master | 2020-08-03T02:55:27.101000 | 2019-09-29T04:48:41 | 2019-09-29T04:48:41 | 211,604,618 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package m1;
import java.io.ByteArrayOutputStream;
import java.io.FileOutputStream;
import java.io.OutputStream;
import java.io.PrintWriter;
import java.nio.charset.Charset;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.util.... | UTF-8 | Java | 25,237 | java | DrawerM1.java | Java | [] | null | [] | package m1;
import java.io.ByteArrayOutputStream;
import java.io.FileOutputStream;
import java.io.OutputStream;
import java.io.PrintWriter;
import java.nio.charset.Charset;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.util.... | 25,237 | 0.651448 | 0.649348 | 695 | 35.306477 | 29.98085 | 155 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.743885 | false | false | 6 |
ee5499ba2c8eb5ee312fd877769dd40106836c0e | 25,795,573,607,592 | 52906022c88eb4096e0beae09313ce7408eed980 | /lb2/src/Main.java | 18f4748a42ea0925f1cebc8dc63269d00c0421e3 | [] | no_license | mishanya202021/javalb | https://github.com/mishanya202021/javalb | e62377632243bf666ca34ef5a5b81528ed17869a | e3c31bfe951e433402812c1150431f4047dedc7a | refs/heads/main | 2023-05-16T01:31:44.747000 | 2021-06-11T12:56:20 | 2021-06-11T12:56:20 | 375,996,725 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.*;
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
System.out.println("1.Завдання 1");
System.out.println("2.Завдання 2");
System.out.println("3.Завдання 3");
System.out.println("... | UTF-8 | Java | 1,929 | java | Main.java | Java | [] | null | [] | import java.io.*;
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
System.out.println("1.Завдання 1");
System.out.println("2.Завдання 2");
System.out.println("3.Завдання 3");
System.out.println("... | 1,929 | 0.445695 | 0.430501 | 46 | 37.630436 | 25.94422 | 148 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.630435 | false | false | 6 |
0d4802c0c66fa0e3b3424ee9045f6601e18a7e8e | 34,230,889,354,569 | 2fd9d77d529e9b90fd077d0aa5ed2889525129e3 | /DecompiledViberSrc/app/src/main/java/com/viber/voip/ads/d/l.java | f149c425bd4ebc34e24b9cc33a2198bdba05defc | [] | no_license | cga2351/code | https://github.com/cga2351/code | 703f5d49dc3be45eafc4521e931f8d9d270e8a92 | 4e35fb567d359c252c2feca1e21b3a2a386f2bdb | refs/heads/master | 2021-07-08T15:11:06.299000 | 2021-05-06T13:22:21 | 2021-05-06T13:22:21 | 60,314,071 | 1 | 3 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.viber.voip.ads.d;
import android.net.Uri;
import com.appnexus.opensdk.NativeAdResponse;
import com.viber.voip.util.da;
import java.util.Arrays;
import java.util.List;
import java.util.concurrent.TimeUnit;
public class l
implements n
{
private final String a;
private final String b;
p... | UTF-8 | Java | 5,214 | java | l.java | Java | [] | null | [] | package com.viber.voip.ads.d;
import android.net.Uri;
import com.appnexus.opensdk.NativeAdResponse;
import com.viber.voip.util.da;
import java.util.Arrays;
import java.util.List;
import java.util.concurrent.TimeUnit;
public class l
implements n
{
private final String a;
private final String b;
p... | 5,214 | 0.563291 | 0.556387 | 245 | 19.289797 | 57.240005 | 859 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.502041 | false | false | 6 |
14d8c271f4d601684d69d181e7dbd5bd3e2ba041 | 9,560,597,247,155 | 3f96a5d29dacf044b039a3f5c683c109fa4b19b5 | /week 2/RandomizedQueue.java | 97f252105e14a85bb086395e8787cf1186077ab9 | [] | no_license | vadimb88/Algorithms | https://github.com/vadimb88/Algorithms | 2aebd14eab65972442640131a47037bd9d09407d | 1d6c1f0de85fb1e2c382013a68d74a48b8376929 | refs/heads/master | 2021-01-21T08:02:05.217000 | 2017-02-26T20:34:00 | 2017-02-27T16:23:52 | 83,331,422 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Iterator;
import java.util.NoSuchElementException;
import edu.princeton.cs.algs4.StdRandom;
public class RandomizedQueue<Item> implements Iterable<Item> {
private Item[] items;
private int itemNum;
public RandomizedQueue() {
items = (Item[]) new Object[0];
itemNum = 0;
... | UTF-8 | Java | 2,834 | java | RandomizedQueue.java | Java | [] | null | [] | import java.util.Iterator;
import java.util.NoSuchElementException;
import edu.princeton.cs.algs4.StdRandom;
public class RandomizedQueue<Item> implements Iterable<Item> {
private Item[] items;
private int itemNum;
public RandomizedQueue() {
items = (Item[]) new Object[0];
itemNum = 0;
... | 2,834 | 0.528934 | 0.523289 | 113 | 24.079645 | 20.309177 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.40708 | false | false | 6 |
9b6ec016a1546f0732133ff7b017d25e8a8438d8 | 9,560,597,249,615 | a7b58ab19eb035d8ef599e35d5d3d68f1a38cc5b | /Arka-ejb/src/main/java/arka/service/CartonService.java | affcd59a630906d7c358492e9d31a9a71429a61d | [] | no_license | DP-Team2018/ARKA | https://github.com/DP-Team2018/ARKA | 2c3f17bdbfa65bbc2fe9e21dde4758a32de099a2 | 174b01f6f46f5a731b746470a868d89918a0c6fe | refs/heads/master | 2020-03-22T15:47:52.541000 | 2018-09-28T23:32:13 | 2018-09-28T23:32:13 | 140,279,237 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package arka.service;
import java.util.ArrayList;
import java.util.List;
import javax.ejb.LocalBean;
import javax.ejb.Stateless;
import javax.persistence.EntityManager;
import javax.persistence.PersistenceContext;
import arka.domain.Carton;
import arka.domain.Client;
import arka.domain.Location;
/**
... | UTF-8 | Java | 2,997 | java | CartonService.java | Java | [] | null | [] | package arka.service;
import java.util.ArrayList;
import java.util.List;
import javax.ejb.LocalBean;
import javax.ejb.Stateless;
import javax.persistence.EntityManager;
import javax.persistence.PersistenceContext;
import arka.domain.Carton;
import arka.domain.Client;
import arka.domain.Location;
/**
... | 2,997 | 0.700033 | 0.698031 | 115 | 24.060869 | 24.072098 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.713043 | false | false | 6 |
50bf90b440c24b450a72838d7b317551d2e60182 | 17,179,869,238,580 | c9733f975f7c53d8dd0fde6fe271c60ed4284d93 | /src/main/java/com/saledo/wallet/controller/TransactionController.java | bb53f742a7406a81f02c1f26a9f4035f78b41a72 | [] | no_license | sal-edo/wallet | https://github.com/sal-edo/wallet | 940a4c1c8a307ad002331a09e99902df3cb54759 | 19389af1ced70a6132bb60881f5f96f08b5dcae0 | refs/heads/master | 2022-12-03T05:42:07.678000 | 2020-08-27T07:40:50 | 2020-08-27T07:40:50 | 290,626,433 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.saledo.wallet.controller;
import java.util.List;
import java.util.stream.Collectors;
import javax.validation.Valid;
import org.modelmapper.ModelMapper;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntit... | UTF-8 | Java | 3,699 | java | TransactionController.java | Java | [
{
"context": "escription = \"My API\", contact = @Contact(name = \"Edin\", email = \"edin.salaka1@gmail.com\")))\n@Tag(name =",
"end": 1542,
"score": 0.9995524287223816,
"start": 1538,
"tag": "NAME",
"value": "Edin"
},
{
"context": " API\", contact = @Contact(name = \"Edin\", email =... | null | [] | package com.saledo.wallet.controller;
import java.util.List;
import java.util.stream.Collectors;
import javax.validation.Valid;
import org.modelmapper.ModelMapper;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntit... | 3,684 | 0.789673 | 0.783725 | 72 | 50.375 | 45.528816 | 227 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.597222 | false | false | 6 |
d10f1e29e625021f842339f17ce69da2d9930d7f | 8,924,942,086,778 | a61cf3b6a71b5b707664fda6536cddeb947982f8 | /PracticaComportamiento_Equipo6/src/EJ1/CareTaker.java | 9b80114b1dbc1784f38d2a494ca8c126f6055a45 | [] | no_license | garay9/Patrones-Comportamiento | https://github.com/garay9/Patrones-Comportamiento | 15f82932af9936647c2065f9070ea78c7b5fbfca | b91756d3ae37df9f66a2baf880be6e43f77c4bc1 | refs/heads/master | 2022-12-05T20:28:25.442000 | 2020-08-05T03:05:45 | 2020-08-05T03:05:45 | 282,331,287 | 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 EJ1;
/**
*
* @author josed
*/
public class CareTaker {
private Memento checkpoint;
private Calculadora calcula... | UTF-8 | Java | 693 | java | CareTaker.java | Java | [
{
"context": "in the editor.\n */\npackage EJ1;\n\n/**\n *\n * @author josed\n */\npublic class CareTaker {\n \n private Mem",
"end": 222,
"score": 0.9995108842849731,
"start": 217,
"tag": "USERNAME",
"value": "josed"
}
] | 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 EJ1;
/**
*
* @author josed
*/
public class CareTaker {
private Memento checkpoint;
private Calculadora calcula... | 693 | 0.659452 | 0.658009 | 35 | 18.799999 | 20.836506 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 6 |
bf94bbabe29d8c51e90067073c546e1fe2f3dbe7 | 12,592,844,182,314 | 5333ecf24fedecd4a75a1bfc4ddc7812a3f99edc | /src/main/java/lesson3Animal/Dog.java | 245acb08c73bc157a7bfd22fc33c69a3ea6e0432 | [] | no_license | YaroslavMorenov/lesson2 | https://github.com/YaroslavMorenov/lesson2 | cde9677288816640a8c6137fb5391fa352a5c43c | 9d60e5e6fc97bab7927354eeb21bfacf1e8c8e7c | refs/heads/master | 2023-01-13T19:46:14.156000 | 2020-11-15T18:22:31 | 2020-11-15T18:22:31 | 294,152,029 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package lesson3Animal;
public class Dog extends Animal {
private String say;
public Dog( String food,String location,String say ) {
super(food,location);
this.say = say;
}
@Override
public void makeNoise( String animal ) {
super.makeNoise(animal);
}
@Override
... | UTF-8 | Java | 524 | java | Dog.java | Java | [] | null | [] | package lesson3Animal;
public class Dog extends Animal {
private String say;
public Dog( String food,String location,String say ) {
super(food,location);
this.say = say;
}
@Override
public void makeNoise( String animal ) {
super.makeNoise(animal);
}
@Override
... | 524 | 0.590291 | 0.58835 | 25 | 19.639999 | 19.183075 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.44 | false | false | 6 |
a058783594cce9d41a26b43adccfc92e2aad0173 | 11,141,145,171,210 | 793df459501d0113d6acdd41faf590122a242796 | /confu-master/benchmarks/xalan/original_source_from_jdcore/org/apache/html/dom/HTMLLegendElementImpl.java | f2eca1376d02b21e036faf785e9439d97ca01897 | [
"Apache-2.0"
] | permissive | tsmart-date/nasac-2017-demo | https://github.com/tsmart-date/nasac-2017-demo | fc9c927eb6cc88e090066fc351b58c74a79d936e | 07f2d3107f1b40984ffda9e054fa744becd8c8a3 | refs/heads/master | 2021-07-15T21:29:42.245000 | 2017-10-24T14:28:14 | 2017-10-24T14:28:14 | 105,340,725 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.apache.html.dom;
import org.apache.xerces.dom.ElementImpl;
import org.w3c.dom.html.HTMLLegendElement;
public class HTMLLegendElementImpl
extends HTMLElementImpl
implements HTMLLegendElement
{
private static final long serialVersionUID = -621849164029630762L;
public String getAccessKey()
{
... | UTF-8 | Java | 1,004 | java | HTMLLegendElementImpl.java | Java | [] | null | [] | package org.apache.html.dom;
import org.apache.xerces.dom.ElementImpl;
import org.w3c.dom.html.HTMLLegendElement;
public class HTMLLegendElementImpl
extends HTMLElementImpl
implements HTMLLegendElement
{
private static final long serialVersionUID = -621849164029630762L;
public String getAccessKey()
{
... | 1,004 | 0.691235 | 0.666335 | 43 | 22.348837 | 22.470531 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.418605 | false | false | 6 |
fe6cd4a9d9fd2be942aa4ea198d029f5ead0c1c4 | 27,315,992,017,564 | 0835a289eaa684035b0419a8b61f28acc7f2dc99 | /src/AppMain.java | da0a2c3abb20617e5b322ccbcca138a6a1adaaed | [] | no_license | artemrogov/linked | https://github.com/artemrogov/linked | c95ac0fc1c25d79970be1f8919357ef8f7e42b1c | 53738435c62fd3c9f5ef58a7cb4fb176e3b116e1 | refs/heads/master | 2020-04-02T18:36:00.216000 | 2018-10-26T13:58:19 | 2018-10-26T13:58:19 | 154,706,098 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import node.Node;
public class AppMain {
public static void main(String[] args){
/**
* простой пример, простой список
*/
Node item1 = new Node("Root",10);
Node item2 = new Node("Item 2",20);
Node item3 = new Node("Item 3",10);
Node itemEnd = new Node("En... | UTF-8 | Java | 1,271 | java | AppMain.java | Java | [] | null | [] | import node.Node;
public class AppMain {
public static void main(String[] args){
/**
* простой пример, простой список
*/
Node item1 = new Node("Root",10);
Node item2 = new Node("Item 2",20);
Node item3 = new Node("Item 3",10);
Node itemEnd = new Node("En... | 1,271 | 0.531818 | 0.507273 | 54 | 19.370371 | 17.77878 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.407407 | false | false | 6 |
048395366b9311adc83795f369bb8e3bcf432205 | 13,958,643,722,692 | a9d5093f42975e782e021cc790ed20e9034993fe | /app/src/main/java/kr/hs/emirim/parksodam/chokchoksandwich/Adapter/SandwichAdapter.java | 5891ebfa2a030f2d14cf67e0c47dd85384f92e11 | [] | no_license | parksodam0328/ChokChokSandwich | https://github.com/parksodam0328/ChokChokSandwich | 1d96b6cd927b1184757c4b79491e58011dbba6da | 9e47d929d71812cb241805bda07df0baa3815ce3 | refs/heads/master | 2020-04-04T22:34:17.485000 | 2018-11-19T04:05:22 | 2018-11-19T04:05:22 | 156,328,403 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package kr.hs.emirim.parksodam.chokchoksandwich.Adapter;
import android.content.ClipData;
import android.content.Context;
import android.support.v7.widget.RecyclerView;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Toast;
i... | UTF-8 | Java | 2,211 | java | SandwichAdapter.java | Java | [
{
"context": "m.parksodam.chokchoksandwich.R;\n\n/**\n * Created by Mirim on 2018-11-19.\n */\n\npublic class SandwichAdapter ",
"end": 422,
"score": 0.9994785785675049,
"start": 417,
"tag": "USERNAME",
"value": "Mirim"
}
] | null | [] | package kr.hs.emirim.parksodam.chokchoksandwich.Adapter;
import android.content.ClipData;
import android.content.Context;
import android.support.v7.widget.RecyclerView;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Toast;
i... | 2,211 | 0.694215 | 0.689353 | 63 | 31.650793 | 28.886839 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.555556 | false | false | 6 |
5d696a9327b7e050c9267e0b96497fd82bc935dc | 27,238,682,623,737 | 9230358c63fc2b8b7cd08a18ef10ff878cbfb71a | /addressbook-web-tests/src/test/java/ru/pft/addressbook/tests/ContactAddToGroupTest.java | 83c43ad9366edcc04dccc2d68a4eebbf9f1df7d9 | [
"Apache-2.0"
] | permissive | OlgaZueva/Java_PFT | https://github.com/OlgaZueva/Java_PFT | eed236f0c219e12fee13118efebca3f691a51c59 | 2105995bafa2b423705c058a2d999a98f10a4dce | refs/heads/master | 2018-01-08T04:59:13.710000 | 2016-05-05T19:12:56 | 2016-05-05T19:12:56 | 52,029,659 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ru.pft.addressbook.tests;
import org.testng.annotations.BeforeMethod;
import org.testng.annotations.Test;
import ru.pft.addressbook.model.ContactData;
import ru.pft.addressbook.model.Contacts;
import ru.pft.addressbook.model.GroupData;
import ru.pft.addressbook.model.Groups;
import static org.hamcrest.CoreMat... | UTF-8 | Java | 1,796 | java | ContactAddToGroupTest.java | Java | [
{
"context": " .withAddress(\"testAddress\").withEmail(\"fml@gmail.com\"));\n app.goTo().contactPage();\n ",
"end": 819,
"score": 0.9999163746833801,
"start": 806,
"tag": "EMAIL",
"value": "fml@gmail.com"
}
] | null | [] | package ru.pft.addressbook.tests;
import org.testng.annotations.BeforeMethod;
import org.testng.annotations.Test;
import ru.pft.addressbook.model.ContactData;
import ru.pft.addressbook.model.Contacts;
import ru.pft.addressbook.model.GroupData;
import ru.pft.addressbook.model.Groups;
import static org.hamcrest.CoreMat... | 1,790 | 0.672049 | 0.670379 | 47 | 37.19149 | 30.189219 | 127 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.574468 | false | false | 6 |
6b544f6c8fcc6aa4ab37090230ac618597b9c12c | 13,219,909,339,648 | 15000278546f540c6b106043e42256be6b8e06c1 | /src/main/webapp/static/template/codeFile/mnt_lib_rel_his/MntLibRelHisController.java | 0a47cd985fdb7452c98cedb7040bf8fc451c6be3 | [] | no_license | yys2013/aimnt | https://github.com/yys2013/aimnt | 0029d86e2ddcfdfc573dbdb99c8f4d509fb10433 | 374bf4b743303cc4df7abc0199e07f7af3d947ab | refs/heads/master | 2021-01-16T23:51:49.052000 | 2017-01-03T02:00:50 | 2017-01-03T02:00:50 | 61,513,008 | 0 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ai.mnt.web.product;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.PathVariable;
impo... | UTF-8 | Java | 4,364 | java | MntLibRelHisController.java | Java | [] | null | [] | package com.ai.mnt.web.product;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.PathVariable;
impo... | 4,364 | 0.659212 | 0.656053 | 136 | 29.25 | 24.563469 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.441176 | false | false | 6 |
823d86fef88b2642f67e199e1b4c6a6fb5b39e94 | 11,141,145,175,390 | bbf455e6d6133523f576b0dd99c999906f606661 | /ValidationPortletDemo-portlet/docroot/WEB-INF/src/com/registrationValidation/RegistrationValidation.java | 61a53c0d4080be500f5ed1b47c1cdb3e9040dc7e | [] | no_license | JeetKhatri/Liferay | https://github.com/JeetKhatri/Liferay | e787117e277f3ed55e63ded44e1ae6da7e2212c5 | 89922707ddbe09da9c3095c4f692377a92b8898d | refs/heads/master | 2021-09-06T12:00:46.661000 | 2018-02-06T09:26:07 | 2018-02-06T09:26:07 | 115,416,223 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.registrationValidation;
import java.util.ArrayList;
import java.util.List;
import java.util.ResourceBundle;
import java.io.IOException;
import javax.portlet.ActionRequest;
import javax.portlet.ActionResponse;
import javax.portlet.PortletConfig;
import javax.portlet.PortletException;
import javax.portlet.P... | UTF-8 | Java | 2,445 | java | RegistrationValidation.java | Java | [] | null | [] | package com.registrationValidation;
import java.util.ArrayList;
import java.util.List;
import java.util.ResourceBundle;
import java.io.IOException;
import javax.portlet.ActionRequest;
import javax.portlet.ActionResponse;
import javax.portlet.PortletConfig;
import javax.portlet.PortletException;
import javax.portlet.P... | 2,445 | 0.775869 | 0.775051 | 66 | 36.045456 | 29.210537 | 135 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.80303 | false | false | 6 |
2aca8adb5301eac00a177a36694e2c2f2da6d9b7 | 21,869,973,537,045 | 5215adf46f5f443604018e510a94c83ef3024851 | /TFTP-Shared/src/tftp/shared/connection/TcpTftpConnection.java | 8141fab7b92f0053521f1786a71eab4deee46616 | [] | no_license | matt9698/uni-y2s2-networks-cw2 | https://github.com/matt9698/uni-y2s2-networks-cw2 | 6f6b4144c3500bc3d6d4293bed1c75c314c407b1 | 026edc6ad41ff409ac7c8fe94c74336ee033f2d0 | refs/heads/master | 2020-03-17T12:44:31.425000 | 2018-05-24T01:12:01 | 2018-05-24T01:12:01 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package tftp.shared.connection;
import java.io.IOException;
import java.net.Socket;
import java.net.SocketAddress;
import java.nio.ByteBuffer;
import java.util.Arrays;
import tftp.shared.TftpException;
import tftp.shared.packet.Packet;
import tftp.shared.packet.PacketCodec;
/**
* @author 164784
*/
public class TcpT... | UTF-8 | Java | 2,297 | java | TcpTftpConnection.java | Java | [
{
"context": "t tftp.shared.packet.PacketCodec;\n\n/**\n * @author 164784\n */\npublic class TcpTftpConnection implements Tft",
"end": 298,
"score": 0.9981886744499207,
"start": 292,
"tag": "USERNAME",
"value": "164784"
}
] | null | [] | package tftp.shared.connection;
import java.io.IOException;
import java.net.Socket;
import java.net.SocketAddress;
import java.nio.ByteBuffer;
import java.util.Arrays;
import tftp.shared.TftpException;
import tftp.shared.packet.Packet;
import tftp.shared.packet.PacketCodec;
/**
* @author 164784
*/
public class TcpT... | 2,297 | 0.590335 | 0.585546 | 89 | 24.808989 | 21.12237 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.382022 | false | false | 6 |
debb7165033307e466b15d5ab67a3acd07188fb3 | 26,594,437,499,672 | 29e0d37ff00a0272e043aaee5d8f37ede4e1b692 | /fxpt/fxpt.main/src/main/java/com/cntest/fxpt/controller/BatchController.java | dce6af3787d2e28c17f760c2b626451e804d37df | [] | no_license | SelfImpr001/seaskyland | https://github.com/SelfImpr001/seaskyland | 2704a1c178604a7b2d1d4b4c637ccb64748aaa51 | 8ab1f011807363d95baf523523b7349a815970f2 | refs/heads/master | 2020-03-11T13:08:47.339000 | 2018-07-31T06:40:10 | 2018-07-31T06:40:10 | 130,016,742 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* <p><b>© 1997-2014 深圳市海云天教育测评有限公司 TEL: (86)755 - 86024188</b></p>
*
**/
package com.cntest.fxpt.controller;
import java.io.File;
import java.util.List;
import java.util.Map;
import javax.servlet.ServletContext;
import javax.servlet.ServletOutputStream;
import javax.servlet.ServletRequest;
import javax.servl... | UTF-8 | Java | 9,081 | java | BatchController.java | Java | [
{
"context": "atus;\n/** \n * <pre>\n * \n * </pre>\n * \n * @author 陈勇2016年12月21日\n * @version 1.0\n **/\n@Controller\n@Requ",
"end": 1648,
"score": 0.9988200068473816,
"start": 1646,
"tag": "NAME",
"value": "陈勇"
}
] | null | [] | /**
* <p><b>© 1997-2014 深圳市海云天教育测评有限公司 TEL: (86)755 - 86024188</b></p>
*
**/
package com.cntest.fxpt.controller;
import java.io.File;
import java.util.List;
import java.util.Map;
import javax.servlet.ServletContext;
import javax.servlet.ServletOutputStream;
import javax.servlet.ServletRequest;
import javax.servl... | 9,081 | 0.698568 | 0.692998 | 267 | 31.947565 | 26.569199 | 138 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.925094 | false | false | 6 |
432c967cfe71e02a21260a906579cd48f037ef9b | 26,620,207,316,486 | fe0b00d82bf0c5fd377b0326526a6efd8b08a617 | /src/org/javatribe/courseSystem/vo/.svn/text-base/SessionInfo.java.svn-base | 48ecee128a9eb4ea14ae6c9b0bbafdaff0abfd69 | [] | no_license | wuyuzhou12345/CourseSystem | https://github.com/wuyuzhou12345/CourseSystem | 60e97bde5c3004d8b7419b54edf7cf0b5d1e2b4d | e81566ee525ccc4abf2f69de734f8538486be8de | refs/heads/master | 2021-01-22T14:45:18.216000 | 2016-02-05T05:55:28 | 2016-02-05T05:55:28 | 27,657,041 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.javatribe.courseSystem.vo;
import java.util.List;
/**
* @author zhou
*list�еIJ���ʵ�����
*/
public class SessionInfo {
private String id;
private String name;
private List<PersonInfo> personInfos;
private String json;
public SessionInfo(){
}
public SessionInfo(String id,String name,List<Person... | UTF-8 | Java | 898 | SessionInfo.java.svn-base | Java | [
{
"context": "System.vo;\n\nimport java.util.List;\n\n/**\n * @author zhou\n *list�еIJ���ʵ�����\n */\npublic class SessionInfo {",
"end": 83,
"score": 0.9748213887214661,
"start": 79,
"tag": "USERNAME",
"value": "zhou"
}
] | null | [] | package org.javatribe.courseSystem.vo;
import java.util.List;
/**
* @author zhou
*list�еIJ���ʵ�����
*/
public class SessionInfo {
private String id;
private String name;
private List<PersonInfo> personInfos;
private String json;
public SessionInfo(){
}
public SessionInfo(String id,String name,List<Person... | 898 | 0.697834 | 0.697834 | 48 | 17.270834 | 16.043871 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.416667 | false | false | 6 | |
f67dbe4b8633860a5634027ca56ca0efd62f2013 | 25,632,364,889,789 | a7246e9b0d69b29f656ccc12103fce4365a3f0db | /sources/defpackage/m50.java | 9ba1cd0264f167d814db4d14b04b30f20158305c | [] | no_license | dungnguyenBKA/app1-decompile | https://github.com/dungnguyenBKA/app1-decompile | e1343b0505bfc8532409f5a51ddc9ac7ad439e04 | 5b9aadc0fb75d6f276e7f8ed912b430896989b15 | refs/heads/master | 2023-07-26T01:41:47.981000 | 2021-09-10T13:24:12 | 2021-09-10T13:24:12 | 405,087,480 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package defpackage;
import com.google.auto.value.AutoValue;
@AutoValue
/* renamed from: m50 reason: default package */
public abstract class m50 {
@AutoValue.Builder
/* renamed from: m50$a */
public static abstract class a {
}
/* renamed from: m50$b */
public enum b {
OK,
BA... | UTF-8 | Java | 494 | java | m50.java | Java | [] | null | [] | package defpackage;
import com.google.auto.value.AutoValue;
@AutoValue
/* renamed from: m50 reason: default package */
public abstract class m50 {
@AutoValue.Builder
/* renamed from: m50$a */
public static abstract class a {
}
/* renamed from: m50$b */
public enum b {
OK,
BA... | 494 | 0.619433 | 0.59919 | 29 | 16.034483 | 14.646366 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.275862 | false | false | 6 |
b34df11ab27da8c7f9e0c241afe0d6b44abdce2b | 30,116,310,685,712 | e9a7980691e929480a717616ada91d66964f3769 | /src/de/Fabtopf/Events/onInteractWithSignEvent.java | 15186aaefd911ec548329fa1766674fb8fdfac0d | [] | no_license | Fabtopf/JumpNRun | https://github.com/Fabtopf/JumpNRun | 2c1a7b36d90f67422e0dfc3154f67de705a3e3e3 | e6eb988182b8ce500f8036705282efa1b4e0daa5 | refs/heads/master | 2021-01-13T03:00:46.989000 | 2017-03-14T18:58:53 | 2017-03-14T18:58:53 | 77,061,312 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package de.Fabtopf.Events;
import org.bukkit.block.Sign;
import org.bukkit.entity.Player;
import org.bukkit.event.EventHandler;
import org.bukkit.event.Listener;
import org.bukkit.event.block.Action;
import org.bukkit.event.block.SignChangeEvent;
import org.bukkit.event.player.PlayerInteractEvent;
import de.Fabtopf.A... | WINDOWS-1250 | Java | 2,271 | java | onInteractWithSignEvent.java | Java | [] | null | [] | package de.Fabtopf.Events;
import org.bukkit.block.Sign;
import org.bukkit.entity.Player;
import org.bukkit.event.EventHandler;
import org.bukkit.event.Listener;
import org.bukkit.event.block.Action;
import org.bukkit.event.block.SignChangeEvent;
import org.bukkit.event.player.PlayerInteractEvent;
import de.Fabtopf.A... | 2,271 | 0.690772 | 0.680568 | 74 | 29.459459 | 25.922018 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.648649 | false | false | 6 |
80162283824175137b134d29996f3062f54295b5 | 51,539,643,465 | 6703f83b1e416554a46d7e5622db27917f1deaa2 | /src/main/java/com/ling/pojo/Api.java | 1b4af34bbec5a13079d1d556d9dbd2ade5dccc32 | [] | no_license | fert-feet/blog | https://github.com/fert-feet/blog | b44d27359ee5a117be7257357de5326c10037001 | efc9018a1ed0eac4d509cfbfe5c5f0147655fbcb | refs/heads/main | 2023-08-05T03:07:46.993000 | 2021-09-11T06:20:52 | 2021-09-11T06:20:52 | 371,091,062 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ling.pojo;/*
* @ Created with IntelliJ IDEA
* @ Author Ky
* @ Date 2021/4/17
* @ Time 16:39
*/
import com.fasterxml.jackson.annotation.JsonIgnore;
import lombok.Data;
import lombok.EqualsAndHashCode;
import net.bytebuddy.implementation.bind.annotation.SuperCall;
import javax.persistence.*... | UTF-8 | Java | 1,469 | java | Api.java | Java | [
{
"context": "o;/*\r\n * @ Created with IntelliJ IDEA\r\n * @ Author Ky\r\n * @ Date 2021/4/17\r\n * @ Time 16:39\r\n */\r\n\r\nimp",
"end": 73,
"score": 0.9863038659095764,
"start": 71,
"tag": "USERNAME",
"value": "Ky"
}
] | null | [] | package com.ling.pojo;/*
* @ Created with IntelliJ IDEA
* @ Author Ky
* @ Date 2021/4/17
* @ Time 16:39
*/
import com.fasterxml.jackson.annotation.JsonIgnore;
import lombok.Data;
import lombok.EqualsAndHashCode;
import net.bytebuddy.implementation.bind.annotation.SuperCall;
import javax.persistence.*... | 1,469 | 0.552757 | 0.545269 | 61 | 22.081966 | 17.370878 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.442623 | false | false | 6 |
7dbeed775cb4e2805095d799d85c7d862b6c0ec0 | 30,949,534,403,383 | b921c4073604a94697e19210ac2e8180538fa9f4 | /soa-common/src/test/java/com/irusist/soa/common/web/base/AcsConfigServiceMock.java | 85cc136144603ee982b45a2068f7659fe9f5dccd | [] | no_license | irusist/srvfw | https://github.com/irusist/srvfw | c0a7ce63085dc148816a4e6c9e4d10c36c82c64e | da5e7cdbac890383017c9d35de6ea9e633347bfd | refs/heads/master | 2015-09-24T20:34:33.851000 | 2015-07-13T08:03:51 | 2015-07-13T08:03:51 | 38,570,029 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.irusist.soa.common.web.base;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.apache.commons.collections.CollectionUtils;
import org.apache.commons.collections.MapUtils;
import org.apache.commons.lang.StringUtils;
import com.irusist.soa.common.acs.AcsConfigService;
/**
... | UTF-8 | Java | 1,671 | java | AcsConfigServiceMock.java | Java | [
{
"context": "ce;\n\n\n/**\n * AcsConfigService的Mock实现\n *\n * @author zhulx\n */\n\npublic class AcsConfigServiceMock implements",
"end": 366,
"score": 0.9995729327201843,
"start": 361,
"tag": "USERNAME",
"value": "zhulx"
}
] | null | [] | package com.irusist.soa.common.web.base;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.apache.commons.collections.CollectionUtils;
import org.apache.commons.collections.MapUtils;
import org.apache.commons.lang.StringUtils;
import com.irusist.soa.common.acs.AcsConfigService;
/**
... | 1,671 | 0.64024 | 0.64024 | 66 | 24.227272 | 23.361971 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.454545 | false | false | 6 |
4bbd4de4aac05ce711802ebac34268a68a8ce65b | 32,555,852,171,501 | 6ec3c368fc1d6739ec252db4bf24017131386ef3 | /src/main/java/com/ondrejkoula/dto/datachange/composition/UpdateChildCompositionChange.java | da49e1298fc4192c4ce89cc082c3d40734514d29 | [] | no_license | koulaond/Workoutz | https://github.com/koulaond/Workoutz | 77bae14e75d9f9e05bc1e7eb0e9cb85cc19b9ade | 796aa433e5f6b0bb8d8c16b5bd4dd304f3b10e8f | refs/heads/master | 2022-09-27T20:09:05.244000 | 2022-09-14T21:09:40 | 2022-09-14T21:09:40 | 235,193,775 | 0 | 0 | null | false | 2021-11-28T19:28:41 | 2020-01-20T20:33:13 | 2021-11-28T19:28:10 | 2021-11-28T19:28:07 | 48 | 0 | 0 | 0 | Java | false | false | package com.ondrejkoula.dto.datachange.composition;
import com.ondrejkoula.dto.datachange.DataChanges;
import lombok.Data;
@Data
public class UpdateChildCompositionChange {
private Long childId;
private DataChanges data;
}
| UTF-8 | Java | 235 | java | UpdateChildCompositionChange.java | Java | [] | null | [] | package com.ondrejkoula.dto.datachange.composition;
import com.ondrejkoula.dto.datachange.DataChanges;
import lombok.Data;
@Data
public class UpdateChildCompositionChange {
private Long childId;
private DataChanges data;
}
| 235 | 0.8 | 0.8 | 12 | 18.583334 | 19.703884 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.416667 | false | false | 6 |
d93fd2c92e5398926876c4376c5a10d28284139d | 10,170,482,566,165 | 68c1be2617da7ae02d11cebb04a647d0ff7d32f1 | /getPlayerImage.java | 507bb9a9d2b8ce6c8713efad9dbde6ed3bcbcdfe | [] | no_license | joncoldar/TANK_GAME_JAVA_LXA | https://github.com/joncoldar/TANK_GAME_JAVA_LXA | 2ae517a1bf94d6242bd9223fca87ce0356ddf6f3 | 5a1dcf37c111c1f551bd08bbd8a2ed64f0487545 | refs/heads/main | 2023-02-09T07:18:17.507000 | 2021-01-06T04:31:55 | 2021-01-06T04:31:55 | 325,189,814 | 0 | 0 | null | true | 2020-12-29T04:56:46 | 2020-12-29T04:56:45 | 2020-12-14T12:28:12 | 2020-12-28T04:36:17 | 27,599 | 0 | 0 | 0 | null | false | false |
public class getPlayerImage {
public void setImg() {
ImageIcon ii[4] = new ImageIcon();
ii.getImage(getPlayerImage.class.getResource("images/BlueD.png"));
ii.getImage(getPlayerImage.class.getResource("images/BlueL.png"));
ii.getImage(getPlayerImage.class.getResource("images/BlueU.pn... | UTF-8 | Java | 408 | java | getPlayerImage.java | Java | [] | null | [] |
public class getPlayerImage {
public void setImg() {
ImageIcon ii[4] = new ImageIcon();
ii.getImage(getPlayerImage.class.getResource("images/BlueD.png"));
ii.getImage(getPlayerImage.class.getResource("images/BlueL.png"));
ii.getImage(getPlayerImage.class.getResource("images/BlueU.pn... | 408 | 0.688725 | 0.686275 | 10 | 39.700001 | 31.429445 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.7 | false | false | 6 |
9eaf0600212bc426de9a04726e109b5a49c21fa8 | 32,865,089,779,763 | fde7e814bf0f2a3b8a833bb9d109ae364c3692f1 | /methanol/src/main/java/com/github/mizosoft/methanol/internal/cache/MemoryStore.java | b2fdbab4756a634b7df90cb6df5d73bd57d7c3b0 | [
"MIT"
] | permissive | mizosoft/methanol | https://github.com/mizosoft/methanol | d774d6c6c023d0fde504f13bb8a04793ba9acdb2 | 784235aa16be29aab5fbebfb553848696f84782f | refs/heads/master | 2023-05-27T05:24:21.049000 | 2023-05-18T19:21:27 | 2023-05-18T19:21:27 | 239,025,775 | 208 | 10 | MIT | false | 2022-12-21T12:09:38 | 2020-02-07T21:28:09 | 2022-12-17T17:42:58 | 2022-12-21T12:09:37 | 7,166 | 175 | 11 | 3 | Java | false | false | /*
* Copyright (c) 2023 Moataz Abdelnasser
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, ... | UTF-8 | Java | 13,292 | java | MemoryStore.java | Java | [
{
"context": "/*\n * Copyright (c) 2023 Moataz Abdelnasser\n *\n * Permission is hereby granted, free of charg",
"end": 43,
"score": 0.9998791813850403,
"start": 25,
"tag": "NAME",
"value": "Moataz Abdelnasser"
}
] | null | [] | /*
* Copyright (c) 2023 <NAME>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, dis... | 13,280 | 0.631884 | 0.630454 | 479 | 26.749477 | 24.839607 | 100 | true | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.463466 | false | false | 6 |
614dea6903a50053ea311b595332e6eb0cd4039a | 6,536,940,228,753 | 3a8f4bcb1c631d37603ffd7beb12de22dd9a9c5d | /ScientificCalculator/src/ScientificCalculator/IdenticalMethods.java | 4ddec5400e0884b4e72b91dba433638b27b88fd5 | [] | no_license | Skjelsbek/java_projects | https://github.com/Skjelsbek/java_projects | 9efb711091036c983b17100349b303b1f278d3a8 | 32827a8a58dbf9897ef0c3e686a40a53f8897646 | refs/heads/master | 2021-07-06T14:17:07.447000 | 2017-10-02T13:12:44 | 2017-10-02T13:12:44 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ScientificCalculator;
public interface IdenticalMethods {
public void createUI();
}
| UTF-8 | Java | 97 | java | IdenticalMethods.java | Java | [] | null | [] | package ScientificCalculator;
public interface IdenticalMethods {
public void createUI();
}
| 97 | 0.783505 | 0.783505 | 5 | 18.4 | 14.853955 | 35 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 6 |
6c144a4065f8c240e3ca390b7569668672df45f8 | 27,238,682,595,750 | e0ee69769ab7b6049b759becbf07471ece07cc63 | /eyun-riplat-web/src/main/java/com/rainsoft/riplat/web/systemManage/controller/DeviceDataController.java | 24cd338c76bf18743246aadda46abc83f8d78ad4 | [] | no_license | joshLV/eyun | https://github.com/joshLV/eyun | 558ec79f24103c57c94625bc8fa9f7c330378699 | dcfd2a9eca8836712a44e12c17d0d2dc077e1544 | refs/heads/master | 2021-05-14T15:10:35.707000 | 2017-09-01T10:47:02 | 2017-09-01T10:47:02 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.rainsoft.riplat.web.systemManage.controller;
import com.rainsoft.base.common.service.IMybatisBasePersitenceService;
import com.rainsoft.base.common.utils.SpringMvcUtil;
import com.rainsoft.base.common.web.controller.SpringBaseController;
import com.rainsoft.riplat.web.systemManage.model.DeviceData;
import ... | UTF-8 | Java | 1,585 | java | DeviceDataController.java | Java | [
{
"context": "nnotation.Resource;\n\n/**\n * 设备基础资料\n * \n * @author 13646223842@163.com\n * @since 1.0.0 2015/11/30.\n */\n@Controller\n@Requ",
"end": 646,
"score": 0.9973850250244141,
"start": 627,
"tag": "EMAIL",
"value": "13646223842@163.com"
}
] | null | [] | package com.rainsoft.riplat.web.systemManage.controller;
import com.rainsoft.base.common.service.IMybatisBasePersitenceService;
import com.rainsoft.base.common.utils.SpringMvcUtil;
import com.rainsoft.base.common.web.controller.SpringBaseController;
import com.rainsoft.riplat.web.systemManage.model.DeviceData;
import ... | 1,573 | 0.797345 | 0.779874 | 50 | 27.620001 | 26.141071 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.9 | false | false | 6 |
56039ae004455336470d0b9df2425f5e2fce8353 | 24,979,529,843,008 | 18f89258169acdfa904fb3f5545a4724e672ce94 | /src/main/java/DAO/impl/ChampionshipDAOImpl.java | aa1dff37e18540d4f7ce4cd58434f148d2f107fb | [] | no_license | Fargys/SoccerStatWeb | https://github.com/Fargys/SoccerStatWeb | 0e6e49345e6dc02cc944a6655cbf4c4fdaf5f93f | 257c9507f86ca46daddc1647f07dfbbd7fdee9cb | refs/heads/master | 2021-01-23T16:18:03.120000 | 2018-02-23T07:57:46 | 2018-02-23T07:57:46 | 102,735,514 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package DAO.impl;
import DAO.ChampionshipDAO;
import entity.Championship;
import java.util.ArrayList;
import java.util.List;
import java.util.logging.Level;
import java.util.logging.Logger;
import org.hibernate.Criteria;
import org.hibernate.HibernateException;
import org.hibernate.Session;
import org.hibernate.criter... | UTF-8 | Java | 4,792 | java | ChampionshipDAOImpl.java | Java | [] | null | [] | package DAO.impl;
import DAO.ChampionshipDAO;
import entity.Championship;
import java.util.ArrayList;
import java.util.List;
import java.util.logging.Level;
import java.util.logging.Logger;
import org.hibernate.Criteria;
import org.hibernate.HibernateException;
import org.hibernate.Session;
import org.hibernate.criter... | 4,792 | 0.596202 | 0.595785 | 143 | 32.51049 | 25.449213 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.552448 | false | false | 6 |
50e3a9ba11adda7d3c36c58177732949aac952b5 | 996,432,469,990 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/17/17_abda43912a17b603677f0216b43aa38ee88333b4/FindbugsSensor/17_abda43912a17b603677f0216b43aa38ee88333b4_FindbugsSensor_s.java | 91300cc92761a0a5d9d9f77f931214313343ff1b | [] | no_license | zhongxingyu/Seer | https://github.com/zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516000 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | false | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | 2023-06-21T00:53:27 | 2023-06-22T07:55:57 | 2,849,868 | 2 | 2 | 0 | null | false | false | /*
* Sonar, open source software quality management tool.
* Copyright (C) 2009 SonarSource SA
* mailto:contact AT sonarsource DOT com
*
* Sonar is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundat... | UTF-8 | Java | 3,691 | java | 17_abda43912a17b603677f0216b43aa38ee88333b4_FindbugsSensor_s.java | Java | [] | null | [] | /*
* Sonar, open source software quality management tool.
* Copyright (C) 2009 SonarSource SA
* mailto:contact AT sonarsource DOT com
*
* Sonar is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundat... | 3,691 | 0.725549 | 0.72311 | 89 | 40.460674 | 32.246262 | 141 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.640449 | false | false | 6 |
2968582c9506804221409f177a664fc2a40f0afe | 31,121,333,072,734 | 6fc2e4c201fa5df310b3da1ac7bbea1ab0cd48d2 | /_Programmable_thermostat_JavaFX/com/FranckBarbier/Java/_Programmable_thermostat_MODEL/_Programmable_thermostat/Programmable_thermostat_input.java | 833fb754a2d5be6df489b2d329d539097d4ad894 | [] | no_license | FrancoisThoraval/Programmable_thermostat_JavaFX | https://github.com/FrancoisThoraval/Programmable_thermostat_JavaFX | 5f6955acc23a520eee1fed1e720fc270aee565c8 | fde53c2202bf8a56e5f4e945d6d3bcb6660b3834 | refs/heads/master | 2021-08-23T15:47:46.700000 | 2017-12-05T14:00:02 | 2017-12-05T14:00:02 | 110,590,495 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.FranckBarbier.Java._Programmable_thermostat_MODEL._Programmable_thermostat;
import com.pauware.pauware_engine._Exception.Statechart_exception;
public interface Programmable_thermostat_input {
void fan_switch_auto() throws Statechart_exception;
void fan_switch_on() throws Statechart_exception;
... | UTF-8 | Java | 1,011 | java | Programmable_thermostat_input.java | Java | [] | null | [] | package com.FranckBarbier.Java._Programmable_thermostat_MODEL._Programmable_thermostat;
import com.pauware.pauware_engine._Exception.Statechart_exception;
public interface Programmable_thermostat_input {
void fan_switch_auto() throws Statechart_exception;
void fan_switch_on() throws Statechart_exception;
... | 1,011 | 0.754698 | 0.754698 | 36 | 27.083334 | 27.85017 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.472222 | false | false | 6 |
7a1a5e45ef3dc7b7821003c550c9318ea0c13183 | 19,645,180,474,956 | b4e1277d23f664fc820548e1ae967368af1e10fb | /LogInI1.0/src/sample/filSauv.java | 500aea3836c191288b272a4ca4e5cf2ed872791a | [] | no_license | noreddinelam/JavaLogicalSimulator | https://github.com/noreddinelam/JavaLogicalSimulator | 5f84b250e2e0ba9d4d6c3d1748d245c44e98e448 | e70dc0f84753c39b8f7fff7099f177daa42a6c2b | refs/heads/master | 2021-01-15T01:27:49.859000 | 2017-05-05T15:56:09 | 2017-05-05T15:56:09 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package sample;
import com.sun.webkit.dom.HTMLLabelElementImpl;
import javafx.scene.shape.HLineTo;
import javafx.scene.shape.MoveTo;
import javafx.scene.shape.PathElement;
import javafx.scene.shape.VLineTo;
import java.io.Serializable;
import java.util.ArrayList;
/**
* Created by AMOKRANE Abdennour on 23/04/2017.
... | UTF-8 | Java | 2,702 | java | filSauv.java | Java | [
{
"context": "le;\nimport java.util.ArrayList;\n\n/**\n * Created by AMOKRANE Abdennour on 23/04/2017.\n */\npublic class filSauv implement",
"end": 303,
"score": 0.9998500347137451,
"start": 285,
"tag": "NAME",
"value": "AMOKRANE Abdennour"
}
] | null | [] | package sample;
import com.sun.webkit.dom.HTMLLabelElementImpl;
import javafx.scene.shape.HLineTo;
import javafx.scene.shape.MoveTo;
import javafx.scene.shape.PathElement;
import javafx.scene.shape.VLineTo;
import java.io.Serializable;
import java.util.ArrayList;
/**
* Created by <NAME> on 23/04/2017.
*/
public cl... | 2,690 | 0.627683 | 0.624722 | 108 | 24.018518 | 20.998669 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.361111 | false | false | 6 |
bc7db1e35da78a27923e43c0c1af617190351d7e | 2,061,584,371,811 | 67d035922d07cd9966b2d8b4115597a4237b9756 | /src/main/java/com/epam/jmp/bolat/tdd/app/Application.java | 941e9d710b6fde9a6899203cf555de7d7c47d15e | [] | no_license | Bolatus/tddtask | https://github.com/Bolatus/tddtask | 8610d3da5158b7a7dbca5069912a53941e56f589 | bb2298cdc7b5fdc1849bada6d45e42e86f30db04 | refs/heads/master | 2021-01-21T06:24:23.028000 | 2017-02-28T13:20:23 | 2017-02-28T13:20:23 | 83,225,658 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.epam.jmp.bolat.tdd.app;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.autoconfigure.domain.EntityScan;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.data.jpa.r... | UTF-8 | Java | 715 | java | Application.java | Java | [
{
"context": "y.config.EnableJpaRepositories;\n\n/**\n * Created by dom on 25.02.2017.\n */\n@SpringBootApplication\n@Compon",
"end": 382,
"score": 0.9906516075134277,
"start": 379,
"tag": "USERNAME",
"value": "dom"
}
] | null | [] | package com.epam.jmp.bolat.tdd.app;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.autoconfigure.domain.EntityScan;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.data.jpa.r... | 715 | 0.793007 | 0.781818 | 21 | 33.095238 | 25.534113 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.380952 | false | false | 6 |
b5374e650d54d12f65f2e94a8ee4725865f55d10 | 27,504,970,565,910 | 89795a0a83b032208a1dddba9161314e5b18e132 | /wallet-app/wallet-core/src/main/java/com/gowiper/wallet/util/GenericUtils.java | ba3c185f05c984b0f18332d3d18c6612bcd19020 | [] | no_license | agrusha/wallet-test | https://github.com/agrusha/wallet-test | 38f902937b1a64054f09656037d9ceda849557be | 9d8aa10ef5db8d57c0d61ee900130b41f1232e63 | refs/heads/master | 2020-05-16T23:44:54.350000 | 2014-12-23T08:16:20 | 2014-12-23T08:16:20 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.gowiper.wallet.util;
import javax.annotation.Nonnull;
import java.util.Currency;
public class GenericUtils {
public static boolean startsWithIgnoreCase(final String string, final String prefix) {
return string.regionMatches(true, 0, prefix, 0, prefix.length());
}
public static String ... | UTF-8 | Java | 606 | java | GenericUtils.java | Java | [] | null | [] | package com.gowiper.wallet.util;
import javax.annotation.Nonnull;
import java.util.Currency;
public class GenericUtils {
public static boolean startsWithIgnoreCase(final String string, final String prefix) {
return string.regionMatches(true, 0, prefix, 0, prefix.length());
}
public static String ... | 606 | 0.684819 | 0.681518 | 19 | 30.894737 | 28.685032 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.631579 | false | false | 6 |
0323f1ab561b9608643d25fd5ac242542154cd1e | 24,120,536,386,092 | e3c9be3e2c3a6fccb20d99f007bf09be81073cac | /app/src/main/java/com/example/butapp/MainActivity.java | deb85e70c4bdf1a6c12e44a5b1378491e77c8579 | [] | no_license | bhaktav96/Tap-ColorButton | https://github.com/bhaktav96/Tap-ColorButton | ec47d24ad4d4ad3dbfde8f5d41db425e3521c26f | 8051c4db1f603d57ec794d6a504ca9c773aca56d | refs/heads/main | 2023-01-22T23:53:26.185000 | 2020-11-08T18:18:45 | 2020-11-08T18:18:45 | 311,125,552 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.butapp;
import android.graphics.Color;
import android.os.Bundle;
import android.text.Spanned;
import android.text.SpannableString;
import android.text.style.ForegroundColorSpan;
import android.view.View;
import android.widget.TextView;
import androidx.appcompat.app.AppCompatActivity;
public cla... | UTF-8 | Java | 2,812 | java | MainActivity.java | Java | [] | null | [] | package com.example.butapp;
import android.graphics.Color;
import android.os.Bundle;
import android.text.Spanned;
import android.text.SpannableString;
import android.text.style.ForegroundColorSpan;
import android.view.View;
import android.widget.TextView;
import androidx.appcompat.app.AppCompatActivity;
public cla... | 2,812 | 0.693457 | 0.674609 | 97 | 28 | 30.048071 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.608247 | false | false | 6 |
8433c44f817d39f71b0eca342163c34062f55dd7 | 19,327,352,881,290 | 2d13ac3e83f70a33f24cdf9c4ac18da05612c27b | /neighbour-model/src/main/java/no/vegvesen/ixn/federation/model/capability/MapemApplication.java | e4f4878dba0a0b68bd67634fd3659a5d343447c2 | [
"MIT"
] | permissive | NordicWayInterchange/interchange | https://github.com/NordicWayInterchange/interchange | deb71462f5030fc2a486a7202c3f2ccbc3b65805 | 9ec31f3584d057002c5ff8e9b5ccb76b94a0c8f3 | refs/heads/federation-master | 2023-08-30T20:49:04.549000 | 2023-08-17T09:09:06 | 2023-08-17T09:09:06 | 151,429,284 | 11 | 5 | MIT | false | 2023-09-14T12:24:08 | 2018-10-03T14:49:01 | 2023-07-28T07:02:21 | 2023-09-14T12:24:08 | 123,730 | 10 | 3 | 8 | Java | false | false | package no.vegvesen.ixn.federation.model.capability;
import no.vegvesen.ixn.federation.api.v1_0.capability.ApplicationApi;
import no.vegvesen.ixn.federation.api.v1_0.Constants;
import no.vegvesen.ixn.federation.api.v1_0.capability.MapemApplicationApi;
import javax.persistence.DiscriminatorValue;
import javax.persiste... | UTF-8 | Java | 1,128 | java | MapemApplication.java | Java | [] | null | [] | package no.vegvesen.ixn.federation.model.capability;
import no.vegvesen.ixn.federation.api.v1_0.capability.ApplicationApi;
import no.vegvesen.ixn.federation.api.v1_0.Constants;
import no.vegvesen.ixn.federation.api.v1_0.capability.MapemApplicationApi;
import javax.persistence.DiscriminatorValue;
import javax.persiste... | 1,128 | 0.750886 | 0.745567 | 37 | 29.486486 | 35.904995 | 144 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.621622 | false | false | 6 |
f0729f788d64a5702172b8d80736102a61031860 | 27,041,114,113,121 | 20a854f03fa80ad67af2b575d756307606426aeb | /user-web/src/main/java/com/nic/pojo/Users.java | 3feb64351c196273643a8ec3d68b0475abb9a65d | [
"Apache-2.0"
] | permissive | flushman/whale | https://github.com/flushman/whale | 636df56f0250c0c3e2f099a87c79a56cdeaddc0f | c5b5461d8717b399115f9ceef203b2b0752d9ff3 | refs/heads/master | 2021-01-21T13:44:01.722000 | 2016-01-19T08:13:47 | 2016-01-19T08:13:47 | 39,935,871 | 0 | 1 | null | false | 2016-03-09T22:28:46 | 2015-07-30T06:54:29 | 2016-01-19T06:31:19 | 2016-01-19T08:13:46 | 426 | 0 | 1 | 1 | Java | null | null | package com.nic.pojo;
import java.util.Date;
import javax.validation.constraints.Past;
import org.hibernate.validator.constraints.Email;
import org.hibernate.validator.constraints.NotEmpty;
import org.springframework.format.annotation.DateTimeFormat;
public class Users {
@Override
public String toString() {
... | UTF-8 | Java | 1,752 | java | Users.java | Java | [
{
"context": "g() {\n\t\treturn \"Users [id=\" + id + \", username=\" + username + \", password=\"\n\t\t\t\t+ password + \", passwordSalt=",
"end": 371,
"score": 0.9701018333435059,
"start": 363,
"tag": "USERNAME",
"value": "username"
},
{
"context": " = id;\n\t}\n\n\tpublic String g... | null | [] | package com.nic.pojo;
import java.util.Date;
import javax.validation.constraints.Past;
import org.hibernate.validator.constraints.Email;
import org.hibernate.validator.constraints.NotEmpty;
import org.springframework.format.annotation.DateTimeFormat;
public class Users {
@Override
public String toString() {
... | 1,752 | 0.698059 | 0.698059 | 92 | 18.054348 | 18.237185 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.130435 | false | false | 6 |
ea677dd3f42c467bcf1edd49328e65d7e23ab43b | 9,552,007,279,383 | 4aed66ad4fb140f5823e748cae8fd71ac402cf67 | /src/main/java/com/xiaoshabao/webframework/controller/FileController.java | 2ad8cf2475779db960acde0f84b0f07a303c6475 | [] | no_license | manxx5521/shabao-test | https://github.com/manxx5521/shabao-test | f4236cd0da3f3a5944a28d08f58d090be64329ca | 3cd8b95ed401feb20d759f31618b27bb4669ad7e | refs/heads/master | 2020-04-12T03:57:41.256000 | 2019-01-15T06:37:46 | 2019-01-15T06:37:46 | 60,821,316 | 3 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.xiaoshabao.webframework.controller;
import java.io.File;
import java.io.FileOutputStream;
import java.io.OutputStream;
import java.text.SimpleDateFormat;
import java.util.Arrays;
import java.util.Date;
import java.util.HashMap;
import java.util.Iterator;
import java.util.List;
import java.util.M... | UTF-8 | Java | 5,573 | java | FileController.java | Java | [] | null | [] | package com.xiaoshabao.webframework.controller;
import java.io.File;
import java.io.FileOutputStream;
import java.io.OutputStream;
import java.text.SimpleDateFormat;
import java.util.Arrays;
import java.util.Date;
import java.util.HashMap;
import java.util.Iterator;
import java.util.List;
import java.util.M... | 5,573 | 0.677377 | 0.674164 | 170 | 29.123529 | 22.410923 | 137 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.705882 | false | false | 6 |
1142a35b5dd7b401a2a64eca21fb29ed0dcdbb54 | 27,943,057,283,193 | 681b6d5dc5d88ae70f7a5a65a853ca6d3b1ae1b8 | /java/PatronesDeDiseño/src/patrones_comportamiento/command/Invoker.java | f28a62ba4e4ff58575244eb05b0f75e68f8b65d3 | [
"MIT"
] | permissive | MaurickThom/Design-Patterns | https://github.com/MaurickThom/Design-Patterns | 872e1b904d4d349dd48c31c8e0a4c945affb56cd | 2b3900a2d8c909b7779e473f3d36eee1790710fe | refs/heads/master | 2020-04-13T13:18:43.095000 | 2019-12-06T18:37:51 | 2019-12-06T18:37:51 | 163,226,328 | 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 patrones_comportamiento.command;
import java.util.LinkedList;
/**
*
* @author User
*/
public class Invoker {
private L... | UTF-8 | Java | 640 | java | Invoker.java | Java | [
{
"context": ";\n\nimport java.util.LinkedList;\n\n/**\n *\n * @author User\n */\npublic class Invoker {\n private LinkedList",
"end": 279,
"score": 0.5506510138511658,
"start": 275,
"tag": "USERNAME",
"value": "User"
}
] | null | [] | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package patrones_comportamiento.command;
import java.util.LinkedList;
/**
*
* @author User
*/
public class Invoker {
private L... | 640 | 0.7 | 0.7 | 24 | 25.666666 | 23.351778 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 6 |
5bf778b41d05b5bdc75ed34070832436d6777149 | 13,408,887,965,746 | e1d761b3b22e8ba2e0d7bcc28a3ed9c1c5fa1ed9 | /src/main/java/com/j0rsa/cardsbuddy/integration/info/leo/model/info/PronType.java | 1b95d52889fb8f4a816c6b52444f8f662eccc80f | [] | no_license | keyridan/cardsBuddy | https://github.com/keyridan/cardsBuddy | 77325d30d1da963303e65066d8aa8c25eccd7a60 | 8785ce8d7a7bd912caf96a4890183afbc789bfde | refs/heads/master | 2020-03-21T23:22:44.226000 | 2018-09-02T18:48:35 | 2018-09-02T18:48:35 | 139,184,018 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.j0rsa.cardsbuddy.integration.info.leo.model.info;
import lombok.Data;
import javax.xml.bind.annotation.*;
@Data
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "pronType", propOrder = {
"value"
})
public class PronType {
@XmlValue
protected String value;
@XmlAttribute(name = "u... | UTF-8 | Java | 353 | java | PronType.java | Java | [] | null | [] | package com.j0rsa.cardsbuddy.integration.info.leo.model.info;
import lombok.Data;
import javax.xml.bind.annotation.*;
@Data
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "pronType", propOrder = {
"value"
})
public class PronType {
@XmlValue
protected String value;
@XmlAttribute(name = "u... | 353 | 0.708215 | 0.705382 | 18 | 18.611111 | 17.304909 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 6 |
7e248dc39d0a34effd1c7d283daa1f494499c618 | 25,494,925,895,167 | 819bd9c518fa4b1d20b2fa75e6eeb91a0f62b6b2 | /src/main/java/com/zoo/zoomanagement/model/AnimalResponse.java | 60151792182837c2b0ffc2af55be771a813d0329 | [] | no_license | brajesh-mehra/zoo-management | https://github.com/brajesh-mehra/zoo-management | 272879da4fc5c0e328449f9aca11ae198a107f19 | 1ce75579866e356bdfae0894e18eca5f6c69e55e | refs/heads/main | 2023-04-30T20:21:41.439000 | 2021-05-29T15:35:10 | 2021-05-29T15:35:10 | 372,008,158 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zoo.zoomanagement.model;
import java.util.List;
public class AnimalResponse {
private List<Birds> birds;
private List<Mammals> mammals;
private List<Reptiles> reptiles;
private Long total;
public List<Birds> getBirds() {
return this.birds;
}
public void setBirds(List<Birds> birds) {
... | UTF-8 | Java | 780 | java | AnimalResponse.java | Java | [] | null | [] | package com.zoo.zoomanagement.model;
import java.util.List;
public class AnimalResponse {
private List<Birds> birds;
private List<Mammals> mammals;
private List<Reptiles> reptiles;
private Long total;
public List<Birds> getBirds() {
return this.birds;
}
public void setBirds(List<Birds> birds) {
... | 780 | 0.678205 | 0.678205 | 43 | 17.139534 | 16.116699 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.325581 | false | false | 6 |
adda88c5f781499ac6e12f361b0509e318494f43 | 30,966,714,231,072 | 14a8c073a0aeb08b69a1e28faf9e87b2a6a09829 | /src/com/oracle/onlineshoppingcart/itemfactory/LineItemFactory.java | fc7977d059b1eae5656aefc26eccb2cf2b3fa6a6 | [] | no_license | princeseth/onlineshoppingcart | https://github.com/princeseth/onlineshoppingcart | aed3f39dfb118a25d6976106e16b2e2c4f123cb5 | 171b97677b033ba5831930ba33d59d894036bd59 | refs/heads/master | 2020-07-30T22:34:01.505000 | 2019-09-23T15:08:34 | 2019-09-23T15:08:34 | 210,381,713 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.oracle.onlineshoppingcart.itemfactory;
import com.oracle.onlineshoppingcart.LineItem;
import com.oracle.onlineshoppingcart.impl.LineItemImpl;
/*
* Factory class for LineItem`s instance
*/
public class LineItemFactory {
private int QUANTITY = 10;
/*
* @param: name
*/
public LineItem getLineIte... | UTF-8 | Java | 534 | java | LineItemFactory.java | Java | [] | null | [] | package com.oracle.onlineshoppingcart.itemfactory;
import com.oracle.onlineshoppingcart.LineItem;
import com.oracle.onlineshoppingcart.impl.LineItemImpl;
/*
* Factory class for LineItem`s instance
*/
public class LineItemFactory {
private int QUANTITY = 10;
/*
* @param: name
*/
public LineItem getLineIte... | 534 | 0.734082 | 0.730337 | 27 | 18.777779 | 20.683386 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.074074 | false | false | 6 |
4f3268a4b0db7323d9af0dce712d6491b862e52e | 32,229,434,614,417 | 2ec45b8c828ab66b0dc45a000a97c39fd5609d92 | /src/main/java/com/alipay/api/response/AlipayCommerceMedicalInstcardCreateandpayResponse.java | 90b3637f9738487d488e34dbc48edf4b337c9c9e | [
"Apache-2.0"
] | permissive | aceb985/alipay-sdk-java-all | https://github.com/aceb985/alipay-sdk-java-all | 5c0c8b1b91505c47689c45dbc42e629e73f487a8 | e87bc8e7f6750e168a5f9d37221124c085d1e3c1 | refs/heads/master | 2023-08-20T17:42:44.662000 | 2021-10-18T13:03:06 | 2021-10-18T13:03:06 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.alipay.api.response;
import com.alipay.api.AlipayResponse;
/**
* ALIPAY API: alipay.commerce.medical.instcard.createandpay response.
*
* @author auto create
* @since 1.0, 2021-07-14 10:10:06
*/
public class AlipayCommerceMedicalInstcardCreateandpayResponse extends AlipayResponse {
pr... | UTF-8 | Java | 401 | java | AlipayCommerceMedicalInstcardCreateandpayResponse.java | Java | [
{
"context": "tcard.createandpay response.\r\n * \r\n * @author auto create\r\n * @since 1.0, 2021-07-14 10:10:06\r\n */\r\npublic ",
"end": 183,
"score": 0.6132686138153076,
"start": 177,
"tag": "USERNAME",
"value": "create"
}
] | null | [] | package com.alipay.api.response;
import com.alipay.api.AlipayResponse;
/**
* ALIPAY API: alipay.commerce.medical.instcard.createandpay response.
*
* @author auto create
* @since 1.0, 2021-07-14 10:10:06
*/
public class AlipayCommerceMedicalInstcardCreateandpayResponse extends AlipayResponse {
pr... | 401 | 0.730673 | 0.643392 | 20 | 18.049999 | 26.93042 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.35 | false | false | 6 |
57f6bd4c2c3c38c0fc90db33a50ccf56c9765eb2 | 10,110,353,044,583 | f5f480e7c1e185fe0d59abb37f3d63611fbbcf2d | /src/main/java/d13n/domain/agent/EnergyConsumer.java | a36c2074a4d119ec86b6598a9bdcf9a010bb6ee0 | [] | no_license | alfredas/d13n | https://github.com/alfredas/d13n | 0d0c698e80f18f5bdf150eb4f1523bd02f78ce6e | 8ae491046b2976974fb9fa35aaa3366b9679a07b | refs/heads/master | 2021-01-10T14:24:24.809000 | 2015-11-24T11:04:10 | 2015-11-24T11:04:10 | 46,749,985 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package d13n.domain.agent;
import org.springframework.data.neo4j.annotation.NodeEntity;
import agentspring.agent.Agent;
import agentspring.simulation.SimulationParameter;
@NodeEntity
public class EnergyConsumer extends DecarbonizationAgent implements Agent {
@SimulationParameter(label = "Maximum coverage fracti... | UTF-8 | Java | 1,549 | java | EnergyConsumer.java | Java | [] | null | [] | package d13n.domain.agent;
import org.springframework.data.neo4j.annotation.NodeEntity;
import agentspring.agent.Agent;
import agentspring.simulation.SimulationParameter;
@NodeEntity
public class EnergyConsumer extends DecarbonizationAgent implements Agent {
@SimulationParameter(label = "Maximum coverage fracti... | 1,549 | 0.783731 | 0.77663 | 43 | 35.023254 | 34.39476 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.44186 | false | false | 6 |
604799ad037766982934dc108fc0a678761f9fa8 | 11,390,253,299,148 | 77f4129f41ce61d829adc17d655252e8a6c9ae13 | /src/main/java/com/qubo/gof/factory/abstractFactory/NorthApple.java | f1800a1c802621ea9fe0c63ecd5ff5fcbfbf5809 | [] | no_license | qubo188/EffJava | https://github.com/qubo188/EffJava | 1029ac035c707c01afa0e377b2cc046245e8fc37 | 4eca52961d040365c6db96043454fe6abeaaaf3c | refs/heads/master | 2021-01-10T04:51:04.166000 | 2016-03-29T08:30:40 | 2016-03-29T08:30:40 | 45,678,351 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.qubo.gof.factory.abstractFactory;
public class NorthApple implements Fruit {
public void create() {
System.out.println("北方的苹果");
}
}
| UTF-8 | Java | 162 | java | NorthApple.java | Java | [] | null | [] | package com.qubo.gof.factory.abstractFactory;
public class NorthApple implements Fruit {
public void create() {
System.out.println("北方的苹果");
}
}
| 162 | 0.736842 | 0.736842 | 9 | 15.888889 | 18.107361 | 45 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 6 |
ed8e505450e27f6cc6cf86b5416d8b3ef908dc43 | 17,428,977,315,067 | 5c24d912452984d802378ad1d1d883dddcbfa72f | /geoportal/src/main/java/com/esri/geoportal/lib/elastic/util/ItemIO.java | d44672275721392fcaa7f03684a76c05f9240c5b | [
"LGPL-2.0-or-later",
"GPL-1.0-only",
"LGPL-3.0-only",
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-generic-exception",
"BSD-3-Clause",
"LicenseRef-scancode-free-unknown",
"GPL-2.0-only",
"CDDL-1.1",
"GPL-1.0-or-later",
"EPL-1.0",
"Apache-2.0",
"Classpath-exception-2.0",
... | permissive | Esri/geoportal-server-catalog | https://github.com/Esri/geoportal-server-catalog | 41a77401465583d39c37b5acdfc5242b21d0ce13 | c429e75f337338670eb60e060b50a318f180bd09 | refs/heads/master | 2023-08-29T03:34:38.121000 | 2023-07-04T21:14:11 | 2023-07-04T21:14:11 | 57,081,680 | 90 | 57 | Apache-2.0 | false | 2023-09-11T05:41:27 | 2016-04-25T22:55:37 | 2023-08-24T22:43:45 | 2023-09-11T05:41:26 | 19,584 | 79 | 55 | 34 | JavaScript | false | false | /* See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* Esri Inc. licenses this file to You 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 | 9,327 | java | ItemIO.java | Java | [] | null | [] | /* See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* Esri Inc. licenses this file to You 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
*
... | 9,327 | 0.655195 | 0.653586 | 268 | 33.802238 | 25.662457 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.585821 | false | false | 6 |
8a4078be50e556bd5775009f13b79ddfdbdfdf91 | 32,719,060,887,238 | 0133a414a442540d5d63bdeea13d9b46263afb56 | /homework6/src/dict/HashTableChained.java | 486d75ab56e66cee65eaa125a316a34d1502e69f | [] | no_license | JackShaoNan/cs61b | https://github.com/JackShaoNan/cs61b | dd534f85dbb1f9d1fc6853a3b3fcd4fdb6669797 | 15e8418961eaa7c0e9822fdf2591e67b0eb3fbbd | refs/heads/master | 2021-09-12T23:14:42.280000 | 2018-04-22T13:40:50 | 2018-04-22T13:40:50 | 126,029,538 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /* HashTableChained.java */
package dict;
import java.util.ArrayList;
/**
* HashTableChained implements a Dictionary as a hash table with chaining.
* All objects used as keys must have a valid hashCode() method, which is
* used to determine which bucket of the hash table an entry is stored in.
* Each object'... | UTF-8 | Java | 7,947 | java | HashTableChained.java | Java | [] | null | [] | /* HashTableChained.java */
package dict;
import java.util.ArrayList;
/**
* HashTableChained implements a Dictionary as a hash table with chaining.
* All objects used as keys must have a valid hashCode() method, which is
* used to determine which bucket of the hash table an entry is stored in.
* Each object'... | 7,947 | 0.556047 | 0.547959 | 262 | 29.206106 | 24.8374 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.408397 | false | false | 6 |
f109cb36345596c79b4f0aef9ae8c20e59d265e8 | 1,460,288,909,969 | 59ca721ca1b2904fbdee2350cd002e1e5f17bd54 | /aliyun-java-sdk-domain/src/main/java/com/aliyuncs/domain/transform/v20180129/QueryContactInfoResponseUnmarshaller.java | 6673a7221dbeaa85f6c0f3461b7da304d6d04c73 | [
"Apache-2.0"
] | permissive | longtx/aliyun-openapi-java-sdk | https://github.com/longtx/aliyun-openapi-java-sdk | 8fadfd08fbcf00c4c5c1d9067cfad20a14e42c9c | 7a9ab9eb99566b9e335465a3358553869563e161 | refs/heads/master | 2020-04-26T02:00:35.360000 | 2019-02-28T13:47:08 | 2019-02-28T13:47:08 | 173,221,745 | 2 | 0 | NOASSERTION | true | 2019-03-01T02:33:35 | 2019-03-01T02:33:35 | 2019-03-01T02:33:33 | 2019-03-01T02:33:02 | 14,006 | 0 | 0 | 0 | null | false | null | /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed u... | UTF-8 | Java | 2,824 | java | QueryContactInfoResponseUnmarshaller.java | Java | [] | null | [] | /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed u... | 2,824 | 0.838881 | 0.831799 | 46 | 60 | 43.185646 | 132 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.543478 | false | false | 6 |
ca219b52a59e40985317cf944d047f20df30f8ae | 27,839,978,082,641 | aaf55d0a712ccfb5a9cb1267fb32c22c08104192 | /driverstation/src/main/java/org/inspirerobotics/sumobots/driverstation/gui/fxml/FXMLFileLoader.java | 3b51d55ba63ec2ccaaa1bccb87bcfc0286264b3b | [
"MIT"
] | permissive | InspireRobotics/sumobots | https://github.com/InspireRobotics/sumobots | beb2325d9ea51a3f030b49eab191382a9f372a66 | f56e1ec9fc5466235b85177b8cf9e5058654e9f5 | refs/heads/master | 2021-06-24T03:43:41.654000 | 2019-08-04T01:06:05 | 2019-08-04T01:06:05 | 160,074,870 | 3 | 0 | MIT | false | 2019-02-11T01:55:20 | 2018-12-02T18:02:12 | 2019-01-12T23:51:44 | 2019-01-12T23:51:42 | 215 | 0 | 0 | 3 | Java | false | null | package org.inspirerobotics.sumobots.driverstation.gui.fxml;
import javafx.fxml.FXMLLoader;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import java.io.IOException;
public class FXMLFileLoader {
private static final Logger logger = LogManager.getLogger(FXMLFileLoader.class... | UTF-8 | Java | 1,133 | java | FXMLFileLoader.java | Java | [] | null | [] | package org.inspirerobotics.sumobots.driverstation.gui.fxml;
import javafx.fxml.FXMLLoader;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import java.io.IOException;
public class FXMLFileLoader {
private static final Logger logger = LogManager.getLogger(FXMLFileLoader.class... | 1,133 | 0.661077 | 0.659312 | 36 | 30.472221 | 29.604322 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.611111 | false | false | 6 |
bb903d3ad07e338ec9a1affbacbb5761ad5a4064 | 24,885,040,557,641 | 55b5bfc5111a29dd4f3dd13ac56ec456a745fcee | /bestellung/src/main/java/de/hska/bestellung/util/Strings.java | a4af203d59cd64f1591f215d5c4d503f2f9a6c8c | [
"MIT"
] | permissive | LangeJustin/CRM-Microservice | https://github.com/LangeJustin/CRM-Microservice | 208a536e48e0c9e2bb0165f831255aeae2d1e242 | fdb0caf512141c36e650ab1ea07f319f5415af1a | refs/heads/master | 2021-06-23T01:50:19.744000 | 2017-08-04T15:44:27 | 2017-08-04T15:44:27 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright (C) 2014 - 2017 Juergen Zimmermann, Hochschule Karlsruhe
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later v... | UTF-8 | Java | 1,774 | java | Strings.java | Java | [
{
"context": "/*\n * Copyright (C) 2014 - 2017 Juergen Zimmermann, Hochschule Karlsruhe\n *\n * This program is free ",
"end": 50,
"score": 0.9998480677604675,
"start": 32,
"tag": "NAME",
"value": "Juergen Zimmermann"
},
{
"context": "lasse für Strings\n * @author <a href=\"mail... | null | [] | /*
* Copyright (C) 2014 - 2017 <NAME>, Hochschule Karlsruhe
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
... | 1,719 | 0.668546 | 0.663472 | 49 | 35.204082 | 27.503603 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.591837 | false | false | 6 |
709893aafbd9f39cbbb7aeaeb405d2abf96c7c37 | 4,604,204,960,902 | 5a0ea4fe6b09ef28a7716b73c10dab4179e1c97b | /Java/java-spring-boot-mongodb-jomial/src/main/java/com/mongodb/starter/models/Argazkia.java | a8281b05b1b97775cc6b870ab3258500c55f8703 | [
"Apache-2.0"
] | permissive | jorgeangulo97/rest-real | https://github.com/jorgeangulo97/rest-real | f1f75c3f2705dfd11b96d86355acd5fea8eb5115 | 8d47d7dda462fb4766092c4e6e3fa9f3f112757b | refs/heads/main | 2023-02-25T05:38:08.953000 | 2021-02-09T08:39:28 | 2021-02-09T08:39:28 | 330,894,073 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.mongodb.starter.models;
import java.util.Objects;
/**
*
* @author angulo.jorge
*/
public class Argazkia {
private ... | UTF-8 | Java | 1,514 | java | Argazkia.java | Java | [
{
"context": "els;\n\nimport java.util.Objects;\n\n/**\n *\n * @author angulo.jorge\n */\npublic class Argazkia {\n private String ar",
"end": 279,
"score": 0.8734645843505859,
"start": 267,
"tag": "NAME",
"value": "angulo.jorge"
}
] | null | [] | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.mongodb.starter.models;
import java.util.Objects;
/**
*
* @author angulo.jorge
*/
public class Argazkia {
private ... | 1,514 | 0.52642 | 0.52642 | 83 | 17.240963 | 17.120825 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.216867 | false | false | 6 |
451beef2f56893a23bb6e02ba6bcaf980368bf2a | 11,725,260,765,080 | 01b4aa58ee5d9834480ab27b41233df34b3090b7 | /24x7MonitoringWeb/src/main/java/com/ombillah/monitoring/config/ContextConfiguration.java | 453006b517a14278c8d41e74a89c162d53b433e7 | [] | no_license | adim23/monitor-24x7 | https://github.com/adim23/monitor-24x7 | bf5f06d99328e69ee2298086c31bb9fc200509b7 | 2552c1cd77d05dac12de702a8848e680f03c7bbc | refs/heads/master | 2022-12-22T13:29:24.679000 | 2021-05-09T09:09:45 | 2021-05-09T09:09:45 | 40,728,197 | 1 | 2 | null | false | 2022-12-16T15:23:35 | 2015-08-14T17:43:58 | 2021-05-09T09:09:48 | 2022-12-16T15:23:32 | 386 | 1 | 2 | 7 | JavaScript | false | false | package com.ombillah.monitoring.config;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
/**
* Application Context java Config
* @author Oussama M Billah
*
*/
@Configuration
@ComponentScan(basePackages = {"com.ombillah.monito... | UTF-8 | Java | 373 | java | ContextConfiguration.java | Java | [
{
"context": "**\r\n * Application Context java Config\r\n * @author Oussama M Billah\r\n *\r\n */\r\n\r\n@Configuration\r\n@ComponentScan(basePa",
"end": 240,
"score": 0.9997498989105225,
"start": 224,
"tag": "NAME",
"value": "Oussama M Billah"
}
] | null | [] | package com.ombillah.monitoring.config;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
/**
* Application Context java Config
* @author <NAME>
*
*/
@Configuration
@ComponentScan(basePackages = {"com.ombillah.monitoring"})
p... | 363 | 0.75067 | 0.75067 | 18 | 18.833334 | 22.401016 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.166667 | false | false | 6 |
188c1bbf7ee58e607a1cad5998180399c42cf431 | 20,830,591,438,137 | a19eb13bf82d24999649e1602c8fa36a916eb37f | /src/main/java/com/oriaxx77/hackersranksolutions/algorithms/strings/BeautifulBinaryString.java | c76ddb4fe46c3efd3bdb2d8e4789e92b94edfb76 | [] | no_license | oriaxx77/hackersranksolutions | https://github.com/oriaxx77/hackersranksolutions | 0c4ec5d89e8f2637098929477a9870c1a04381e4 | a0b3d3ad37071b1b1f6c7ef69623db84c0ba5015 | refs/heads/master | 2021-01-13T07:34:01.600000 | 2019-11-06T08:27:10 | 2019-11-06T08:28:35 | 71,550,728 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.oriaxx77.hackersranksolutions.algorithms.strings;
import java.util.Scanner;
/**
*
* https://www.hackerrank.com/challenges/beautiful-binary-string
*
Alice has a binary string, , of length . She thinks a binary string is beautiful if and only if it doesn't contain the substring .
In one step, Alice ... | UTF-8 | Java | 2,142 | java | BeautifulBinaryString.java | Java | [
{
"context": "errank.com/challenges/beautiful-binary-string\n * \nAlice has a binary string, , of length . She thinks a b",
"end": 174,
"score": 0.9881865382194519,
"start": 169,
"tag": "NAME",
"value": "Alice"
}
] | null | [] | package com.oriaxx77.hackersranksolutions.algorithms.strings;
import java.util.Scanner;
/**
*
* https://www.hackerrank.com/challenges/beautiful-binary-string
*
Alice has a binary string, , of length . She thinks a binary string is beautiful if and only if it doesn't contain the substring .
In one step, Alice ... | 2,142 | 0.695145 | 0.668067 | 102 | 20 | 28.379433 | 149 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 6 |
ba119804b7de6cb4184f7c6a7dbaee3398ae48f4 | 9,028,021,270,683 | 4a5cd392acd9e85296ef6d476f8708de5943f442 | /TX/trunk2.0/moviefeed/src/com/telenav/browser/movie/vendor/FeedReceiver.java | 7d65205531ac2d8e03c1fea212e3fecd9f00bd01 | [] | no_license | psupsuoooo/sdy-experiment | https://github.com/psupsuoooo/sdy-experiment | 3768a6b532105ff1ea3715dc0494f920fe05cfc2 | 5824cc1c23a197a235aef953e8e009fe0e3238f3 | refs/heads/master | 2018-04-14T19:05:46.407000 | 2018-04-08T16:21:11 | 2018-04-08T16:21:11 | 35,536,588 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /******************************************************************************
* Copyright (c) 2006 TeleNav, Inc
* All rights reserved
* This program is UNPUBLISHED PROPRIETARY property of TeleNav.
* Only for internal distribution.
*
* Created on Oct 23, 2008
* File name: FeedReceiver.java
* Package na... | UTF-8 | Java | 34,146 | java | FeedReceiver.java | Java | [
{
"context": "\n *\r\n * Purpose:\r\n *\r\n *\r\n * History:\r\n * Intial: lwei(lwei@telenav.cn) 1:25:25 PM\r\n * Update:\r\n ******",
"end": 408,
"score": 0.999718189239502,
"start": 404,
"tag": "USERNAME",
"value": "lwei"
},
{
"context": "* Purpose:\r\n *\r\n *\r\n * History:\r\n... | null | [] | /******************************************************************************
* Copyright (c) 2006 TeleNav, Inc
* All rights reserved
* This program is UNPUBLISHED PROPRIETARY property of TeleNav.
* Only for internal distribution.
*
* Created on Oct 23, 2008
* File name: FeedReceiver.java
* Package na... | 34,130 | 0.549113 | 0.545481 | 898 | 36.024498 | 24.349201 | 110 | true | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.375278 | false | false | 6 |
8311789f9e61db052c9b0e6633f9ee84b6e76f16 | 33,878,702,047,329 | f610f968294e189bfda1e2cf5d5620cce18a231b | /src/main/java/chenaurj/DnDToolsBack/repository/util/CampaignRowMapper.java | ec7d249956e703ffc6423e4162938a4563a10daf | [] | no_license | robert-chenault-tm/DnDToolsBack | https://github.com/robert-chenault-tm/DnDToolsBack | 2238e9f021f1efa9337285c2feb7751e0e511a2f | cb6dceb29349adfed2f43da6815e88d732eb75f1 | refs/heads/master | 2020-03-12T12:34:31.759000 | 2018-09-27T19:52:10 | 2018-09-27T19:52:10 | 130,620,864 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package chenaurj.DnDToolsBack.repository.util;
import java.sql.ResultSet;
import java.sql.SQLException;
import org.springframework.jdbc.core.RowMapper;
import chenaurj.DnDToolsBack.model.Campaign;
public class CampaignRowMapper implements RowMapper<Campaign> {
@Override
public Campaign mapRow(ResultSet rs, int r... | UTF-8 | Java | 545 | java | CampaignRowMapper.java | Java | [
{
"context": "ng(\"name\"));\n\t\tcampaign.setUsername(rs.getString(\"username\"));\n\t\t\n\t\treturn campaign;\n\t}\n\n}\n",
"end": 512,
"score": 0.6211884021759033,
"start": 504,
"tag": "USERNAME",
"value": "username"
}
] | null | [] | package chenaurj.DnDToolsBack.repository.util;
import java.sql.ResultSet;
import java.sql.SQLException;
import org.springframework.jdbc.core.RowMapper;
import chenaurj.DnDToolsBack.model.Campaign;
public class CampaignRowMapper implements RowMapper<Campaign> {
@Override
public Campaign mapRow(ResultSet rs, int r... | 545 | 0.777982 | 0.777982 | 22 | 23.772728 | 22.970201 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.181818 | false | false | 6 |
337f0d4c1f8a39318b69f55ca1de0ae2a844fe70 | 23,132,693,922,821 | ec5243dd8a3a666d83a855ea1be1daf2b16be396 | /src/main/java/fr/esgi/secureupload/common/domain/entities/EntitiesPage.java | e4d48aced8fcf1c1b61aa8bde938438bf09a849b | [] | no_license | sponnaz82/JEE_Project | https://github.com/sponnaz82/JEE_Project | f3c0a5dbf59366f65100a4e11c3c0b1373a0acc4 | 920f6cc54ea04148cd74b424e0345e3dd358d9ce | refs/heads/master | 2022-11-14T21:46:12.493000 | 2020-07-15T09:26:58 | 2020-07-15T09:26:58 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package fr.esgi.secureupload.common.domain.entities;
import java.util.List;
public class EntitiesPage<T> {
List<T> content;
long totalElements;
long totalPages;
public EntitiesPage (List<T> content, long totalElements, long totalPages){
this.content = content;
this.totalElements = to... | UTF-8 | Java | 586 | java | EntitiesPage.java | Java | [] | null | [] | package fr.esgi.secureupload.common.domain.entities;
import java.util.List;
public class EntitiesPage<T> {
List<T> content;
long totalElements;
long totalPages;
public EntitiesPage (List<T> content, long totalElements, long totalPages){
this.content = content;
this.totalElements = to... | 586 | 0.650171 | 0.650171 | 28 | 19.928572 | 19.214817 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.464286 | false | false | 6 |
bd8a319e125679ac1f8e78a07d6ba787127fd33e | 8,315,056,688,564 | 95556e726d053bb2dd599f8f1d1a34a1c185df5f | /src/main/java/com/jackromer/gateway/utils/GatewayDateUtil.java | 5cbebe3cfb5d36e2f07e37e6a66e99f7051f0e9b | [] | no_license | JACKROMER/gateway-for-thing | https://github.com/JACKROMER/gateway-for-thing | 192f60fe74da47524e65b57e1c009402abed0b37 | a2c83eda044b1b8acf8bb33e1b6d34d956021133 | refs/heads/master | 2021-10-11T14:47:54.951000 | 2018-10-25T08:41:14 | 2018-10-25T08:41:14 | 66,052,259 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* File name: sss.java
*
* Purpose:
*
* Functions used and called:
* Name Purpose
* ... ...
*
* Additional Information:
*
* Development History:
* Revision No. Author Date
* 1.0 "zhouqiang" Jun 19, 2018
* ... ... ...
*
***************************************************/
package com.jackromer.ga... | UTF-8 | Java | 2,199 | java | GatewayDateUtil.java | Java | [
{
"context": "ent History:\n* Revision No.\tAuthor\t\tDate\n* 1.0\t\t\t\"zhouqiang\"\t\tJun 19, 2018\n* ...\t\t\t...\t\t\t...\n*\n**************",
"end": 206,
"score": 0.9958569407463074,
"start": 197,
"tag": "USERNAME",
"value": "zhouqiang"
}
] | null | [] | /*
* File name: sss.java
*
* Purpose:
*
* Functions used and called:
* Name Purpose
* ... ...
*
* Additional Information:
*
* Development History:
* Revision No. Author Date
* 1.0 "zhouqiang" Jun 19, 2018
* ... ... ...
*
***************************************************/
package com.jackromer.ga... | 2,199 | 0.593548 | 0.576179 | 103 | 18.572815 | 18.787313 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.281553 | false | false | 6 |
344366ce0970ca56158c552c7a98fa5cb50020ab | 25,649,544,734,964 | f2bbd10d6b1259374171f9804f30a2a17d79cb94 | /src/main/java/co/mil/ejercito/controllers/FactorialController.java | 39c2fde7ec6e52d75841f210f9ba85cc6f9ff3d9 | [] | no_license | davidqui/Factorial-Spring | https://github.com/davidqui/Factorial-Spring | cdac7016ecabb18e972cb4cf8b3dca5baa2ae015 | 4458ee608459f8377e85f7f3d6a7630953b04fc1 | refs/heads/master | 2021-04-03T04:07:21.288000 | 2018-03-13T14:25:36 | 2018-03-13T14:25:36 | 124,763,954 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package co.mil.ejercito.controllers;
import co.mil.ejercito.service.FactorialService;
import java.util.logging.Logger;
import... | UTF-8 | Java | 2,227 | java | FactorialController.java | Java | [
{
"context": "d.annotation.RequestMethod;\r\n\r\n/**\r\n *\r\n * @author David Antonio Quijano Ramos\r\n */\r\n@Controller\r\n@RequestMapping(\"/controller\")",
"end": 806,
"score": 0.9998090267181396,
"start": 779,
"tag": "NAME",
"value": "David Antonio Quijano Ramos"
}
] | 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 co.mil.ejercito.controllers;
import co.mil.ejercito.service.FactorialService;
import java.util.logging.Logger;
import... | 2,206 | 0.679101 | 0.678652 | 60 | 35.083332 | 30.710634 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.633333 | false | false | 6 |
587c33491cb29dcec9cc8f45c3fc41ea2cff3fd0 | 16,973,710,793,387 | 0cca423648a1b13187d2a7e64871bb4ea8882d28 | /03_Comparable_Comparator/src/Persona.java | 940abab90df85cd81e9d163bd6990f55baaae872 | [] | no_license | OpenWebinarsNet/openwebinars_java_avanzado | https://github.com/OpenWebinarsNet/openwebinars_java_avanzado | 3c90a9998150be91c80221adcff7065171aa7464 | cae80506c5463f8bb3da472fe779963a5781392a | refs/heads/master | 2021-06-13T04:17:02.337000 | 2016-11-04T12:57:32 | 2016-11-04T12:57:32 | 72,847,367 | 0 | 4 | null | null | null | null | null | null | null | null | null | null | null | null | null |
public class Persona implements Comparable<Persona> {
private String nombre;
private int edad;
private int id;
public Persona(String nombre, int edad, int id) {
super();
this.nombre = nombre;
this.edad = edad;
this.id = id;
}
public String getNombre() {
return nombre;
}
public void setNombre(Stri... | UTF-8 | Java | 768 | java | Persona.java | Java | [] | null | [] |
public class Persona implements Comparable<Persona> {
private String nombre;
private int edad;
private int id;
public Persona(String nombre, int edad, int id) {
super();
this.nombre = nombre;
this.edad = edad;
this.id = id;
}
public String getNombre() {
return nombre;
}
public void setNombre(Stri... | 768 | 0.641927 | 0.641927 | 50 | 14.34 | 16.299215 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.44 | false | false | 6 |
39d17f7ca0122c1b2e49230ff928b18e2c5740ae | 15,771,119,954,447 | b31a8326444de50b5e58606bd3e0d04e1bb27321 | /src/gui/TelaPrincipal.java | 1606a67f6ebc087fe22592b1d57136292f023151 | [] | no_license | carlos-esc/Estacionamento | https://github.com/carlos-esc/Estacionamento | 1a77079b76c6b59d171f98f1278eee249f9c280e | 15f71b104a7698ede2b295b6e86d68d007b661cf | refs/heads/master | 2021-01-18T20:15:40.597000 | 2017-05-02T02:10:17 | 2017-05-02T02:10:17 | 86,949,353 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package gui;
import java.awt.Color;
import java.awt.Component;
import java.awt.event.KeyEvent;
import java.text.DecimalFormat;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Date;
import javax.swing.JOptionPane;
import javax.swing.JTextField;
import mascarasentrada.EntradaDado;
im... | UTF-8 | Java | 223,413 | java | TelaPrincipal.java | Java | [] | null | [] | package gui;
import java.awt.Color;
import java.awt.Component;
import java.awt.event.KeyEvent;
import java.text.DecimalFormat;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Date;
import javax.swing.JOptionPane;
import javax.swing.JTextField;
import mascarasentrada.EntradaDado;
im... | 223,413 | 0.685836 | 0.669242 | 3,804 | 57.695583 | 41.952984 | 333 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.867245 | false | false | 6 |
bc1577b99a0f9704703d9ae633a5a2eeb4e218ba | 4,209,067,996,083 | 44dfa0031740b39f6e2554d22d9d8d12174b3ed1 | /src/main/java/com/pwandp/store/service/OrderServiceImpl.java | b5d55e004d5c304ed61eaa902b9339fbaf7beb04 | [] | no_license | ryantw/passport | https://github.com/ryantw/passport | eb646a7c60e7cb9e6a5d68af91b6ff73730875ad | 01b8a7e9d411dff632a179b44e63e03a3db9aa51 | refs/heads/master | 2021-06-16T06:37:20.003000 | 2019-11-28T16:13:05 | 2019-11-28T16:13:05 | 201,568,651 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.pwandp.store.service;
import com.pwandp.store.model.Customer;
import com.pwandp.store.model.Order;
import com.pwandp.store.repository.CustomerRepository;
import com.pwandp.store.repository.OrderRepository;
import lombok.extern.slf4j.Slf4j;
import org.springframework.stereotype.Service;
import java.util.Ar... | UTF-8 | Java | 1,617 | java | OrderServiceImpl.java | Java | [] | null | [] | package com.pwandp.store.service;
import com.pwandp.store.model.Customer;
import com.pwandp.store.model.Order;
import com.pwandp.store.repository.CustomerRepository;
import com.pwandp.store.repository.OrderRepository;
import lombok.extern.slf4j.Slf4j;
import org.springframework.stereotype.Service;
import java.util.Ar... | 1,617 | 0.696351 | 0.694496 | 60 | 25.950001 | 23.127491 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.366667 | false | false | 6 |
d0f0174870cb95ccb15292542c04174ce3f06134 | 27,496,380,679,653 | 5b1fd2ed6958c08e3d43d5aa6e5f9088e764c159 | /src/main/java/laboratorio/TreeFactory.java | 81a1950614f0c632d023bf625fc030fb901a7a5f | [] | no_license | Pablo1634/AS1_LAB3 | https://github.com/Pablo1634/AS1_LAB3 | 90b4eed3b55bf8a4ef027ff69e2e7970fa2951c6 | 8d85ec1d281e48f87bb48e5caaad79262a8fb55e | refs/heads/main | 2023-04-24T00:39:09.992000 | 2021-05-12T06:21:30 | 2021-05-12T06:21:30 | 366,577,780 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package laboratorio;
import java.util.*;
/**
*
*/
public class TreeFactory {
/**
* Default constructor
*/
public TreeFactory() {
}
/**
* @param TreeType
* @return
*/
public ITree getTree(String TreeType) {
// TODO implement here
return null;
}
} | UTF-8 | Java | 319 | java | TreeFactory.java | Java | [] | null | [] | package laboratorio;
import java.util.*;
/**
*
*/
public class TreeFactory {
/**
* Default constructor
*/
public TreeFactory() {
}
/**
* @param TreeType
* @return
*/
public ITree getTree(String TreeType) {
// TODO implement here
return null;
}
} | 319 | 0.523511 | 0.523511 | 25 | 11.8 | 11.757551 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.12 | false | false | 6 |
c0e0905d8343729d51820e5abce1fdb4ac686de7 | 35,502,199,672,346 | 7a7c175a698d0ddce7a27c6e998d56b600e3463c | /src/checker/src/main/DeclChecker.java | 5cb47a09382fa47602b68c331095393c6c66a4c0 | [] | no_license | chucko58/plexil | https://github.com/chucko58/plexil | bbc3a4c91c5be72905dca7519b1937b8778be94f | d6ec169a37bf4cc5df0898b2d9e320441bc91cf5 | refs/heads/master | 2018-01-08T19:04:03.044000 | 2014-05-20T20:38:31 | 2014-05-20T20:38:31 | 36,467,420 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | /* Copyright (c) 2006-2012, Universities Space Research Association (USRA).
* 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
... | UTF-8 | Java | 18,786 | java | DeclChecker.java | Java | [] | null | [] | /* Copyright (c) 2006-2012, Universities Space Research Association (USRA).
* 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
... | 18,786 | 0.52587 | 0.525019 | 458 | 40.017467 | 30.867228 | 142 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.685589 | false | false | 6 |
9ea3a4112414705d45cbf37ee5a33a56c72f3f45 | 35,502,199,671,774 | d14d74e07fe0fb4aef93f616f8d5e155be2a1c8a | /jotom/src/test/java/br/com/alexandre/jotom/MapperTest.java | 0fb6b36b6c924f71565ca38068994508bcd9465c | [] | no_license | alexandrearcanjodequeiroz/jotom | https://github.com/alexandrearcanjodequeiroz/jotom | 5afa511395b67edab51f06b930e59987abec9f04 | 8e8a0927dd00536ffb78468d410a8ce48e8be260 | refs/heads/master | 2016-08-07T05:18:01.011000 | 2012-10-06T22:18:47 | 2012-10-06T22:18:47 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.alexandre.jotom;
import static org.junit.Assert.*;
import java.util.Date;
import org.junit.Before;
import org.junit.Test;
public class MapperTest {
@Before
public void setUp() throws Exception {
}
@Test
public void deveriaRetornaNullPassandoReferenciaNull() {
assertNull(Mapper.map(null, Alph... | UTF-8 | Java | 1,902 | java | MapperTest.java | Java | [
{
"context": "\n\t\tfinal Long codigo = 1L;\n\t\tfinal String nome = \"Alexandre\";\n\t\tfinal Integer idade = 25;\n\t\tfinal Date dataNa",
"end": 753,
"score": 0.9993694424629211,
"start": 744,
"tag": "NAME",
"value": "Alexandre"
},
{
"context": "() {\n\t\tfinal Long id = 1L;\n\t\tf... | null | [] | package br.com.alexandre.jotom;
import static org.junit.Assert.*;
import java.util.Date;
import org.junit.Before;
import org.junit.Test;
public class MapperTest {
@Before
public void setUp() throws Exception {
}
@Test
public void deveriaRetornaNullPassandoReferenciaNull() {
assertNull(Mapper.map(null, Alph... | 1,902 | 0.723975 | 0.709253 | 80 | 22.775 | 20.564518 | 91 | false | false | 0 | 0 | 0 | 0 | 74 | 0.075184 | 2.025 | false | false | 6 |
3daa3c02f28fdaec34e789d46f84eab9263285ef | 10,651,518,927,798 | 840e7987767bcef4154a3fe6dbf7bd70faed3a34 | /src/test/java/com/topdesk/cases/toprob/helper/GridFactoryTest.java | f28d1c019e5144ff5579c766138eea416f9d3f04 | [
"Apache-2.0"
] | permissive | ezolnbl-dpc/maze-with-bug | https://github.com/ezolnbl-dpc/maze-with-bug | 4f39feba6e418a68b96a564c3f36f222f9769eac | 40da7983ec65d9438ad489449a8053a71115020b | refs/heads/master | 2021-09-08T03:36:19.740000 | 2018-03-06T22:24:42 | 2018-03-06T22:24:42 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.topdesk.cases.toprob.helper;
import static org.junit.Assert.*;
import java.util.Arrays;
import java.util.HashSet;
import java.util.Set;
import org.junit.Test;
import com.topdesk.cases.toprob.Coordinate;
import com.topdesk.cases.toprob.Grid;
public class GridFactoryTest {
@Test
public... | UTF-8 | Java | 2,965 | java | GridFactoryTest.java | Java | [] | null | [] | package com.topdesk.cases.toprob.helper;
import static org.junit.Assert.*;
import java.util.Arrays;
import java.util.HashSet;
import java.util.Set;
import org.junit.Test;
import com.topdesk.cases.toprob.Coordinate;
import com.topdesk.cases.toprob.Grid;
public class GridFactoryTest {
@Test
public... | 2,965 | 0.654975 | 0.635413 | 104 | 26.509615 | 23.748682 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.076923 | false | false | 6 |
e14fb8a8a7da78d9aca4e7bbb2848604fe2c7a99 | 36,395,552,869,349 | d93e3ae631d39d16e82949efdc576016a99536a4 | /src/main/java/com/rbc/b2e/embark/admin/controller/impl/EnvironmentControllerImpl.java | 33ca1bea94b7648761465f0b23afd92bd8a56a82 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | bjacome/EmbarkAdminApp | https://github.com/bjacome/EmbarkAdminApp | ae29bd53126f3e3b4a723dd4b2d6e7f7dc972168 | 3780f33b218522be5002127b685ff3de612a734b | refs/heads/master | 2021-01-20T14:34:38.287000 | 2017-02-22T04:32:22 | 2017-02-22T04:32:22 | 82,759,576 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.rbc.b2e.embark.admin.controller.impl;
import java.util.List;
import javax.servlet.http.HttpServletRequest;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestBody;
import org.springfram... | UTF-8 | Java | 3,568 | java | EnvironmentControllerImpl.java | Java | [] | null | [] | package com.rbc.b2e.embark.admin.controller.impl;
import java.util.List;
import javax.servlet.http.HttpServletRequest;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestBody;
import org.springfram... | 3,568 | 0.782511 | 0.779148 | 84 | 40.476189 | 33.088799 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.892857 | false | false | 6 |
4150bc109627db420121b9c5c4443b89fb1cedc4 | 16,896,401,402,041 | 1ec73a5c02e356b83a7b867580a02b0803316f0a | /java/bj/JavaAlgorithm/basic/P1/P1_1.java | 1ae30e670b0e5c20af36514080e358546fa4409b | [] | no_license | jxsd0084/JavaTrick | https://github.com/jxsd0084/JavaTrick | f2ee8ae77638b5b7654c3fcf9bceea0db4626a90 | 0bb835fdac3c2f6d1a29d1e6e479b553099ece35 | refs/heads/master | 2021-01-20T18:54:37.322000 | 2016-06-09T03:22:51 | 2016-06-09T03:22:51 | 60,308,161 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package bj.JavaAlgorithm.basic.P1;
import java.util.Random;
import java.util.Scanner;
public class P1_1 {
static int N = 20;
/**
* 测试
* @param args
*/
public static void main( String[] args ) {
int[] arr = new int[ N ];
int x, n, i;
int f = - 1;
Random r = new Random(); ... | UTF-8 | Java | 1,220 | java | P1_1.java | Java | [] | null | [] | package bj.JavaAlgorithm.basic.P1;
import java.util.Random;
import java.util.Scanner;
public class P1_1 {
static int N = 20;
/**
* 测试
* @param args
*/
public static void main( String[] args ) {
int[] arr = new int[ N ];
int x, n, i;
int f = - 1;
Random r = new Random(); ... | 1,220 | 0.4122 | 0.399261 | 51 | 20.215687 | 21.794327 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.882353 | false | false | 6 |
9b2adc7f5c547a7c5e5aed9d1983e2137085f10d | 27,049,704,099,254 | 394840d2e6709c413b3bde35fc2630fe59dc3565 | /Spring_Board/src/main/java/com/kyle/jscbpm/dataRoom/DataMapper.java | 8c92d95aacec7ba5fca92c081e3c2e58c649c3ee | [] | no_license | kylenoh/Board | https://github.com/kylenoh/Board | c7100d91763d250f6d1544fe39d5344ca7b25a56 | 7e2811cff36a00c43dfd3fbc52a53cfb4720b1a7 | refs/heads/master | 2020-05-20T20:34:27.912000 | 2019-05-09T07:08:18 | 2019-05-09T07:08:18 | 185,745,004 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kyle.jscbpm.dataRoom;
import java.util.List;
public interface DataMapper {
public abstract int upload(Data d);
public abstract List<Data>select();
public abstract int deleteData(Data d);
}
| UTF-8 | Java | 211 | java | DataMapper.java | Java | [] | null | [] | package com.kyle.jscbpm.dataRoom;
import java.util.List;
public interface DataMapper {
public abstract int upload(Data d);
public abstract List<Data>select();
public abstract int deleteData(Data d);
}
| 211 | 0.753555 | 0.753555 | 12 | 16.583334 | 16.605513 | 40 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.833333 | false | false | 6 |
336bad2576891f0daa9a0d4534be18ad9b9fb053 | 34,222,299,432,395 | f80e75c9ee814dfe3c040eb88c0d61b8aee6502a | /src/main/java/chapter2/section02/topic03/demo01/Main.java | 4fe60c7b5e4cce6a19206370b17bd8f2d7b6a022 | [] | no_license | wuzheng228/spring-study | https://github.com/wuzheng228/spring-study | a93dc289bdd7316d632cf48d0cecb57fdd1350fd | db87b87e110588ebe145b4f9fb528001866f6dad | refs/heads/master | 2023-07-09T14:39:00.981000 | 2021-08-22T14:30:02 | 2021-08-22T14:30:02 | 363,396,329 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package chapter2.section02.topic03.demo01;
import org.junit.Test;
import java.util.ArrayList;
import java.util.Arrays;
/**
* Created by 76973 on 2021/8/6 19:48
*/
public class Main {
@Test
public void test01() {
ConcretePrototypeA concretePrototype = new ConcretePrototypeA();
concreteProtot... | UTF-8 | Java | 1,064 | java | Main.java | Java | [
{
"context": "List;\nimport java.util.Arrays;\n\n/**\n * Created by 76973 on 2021/8/6 19:48\n */\npublic class Main {\n @Te",
"end": 145,
"score": 0.9971178770065308,
"start": 140,
"tag": "USERNAME",
"value": "76973"
}
] | null | [] | package chapter2.section02.topic03.demo01;
import org.junit.Test;
import java.util.ArrayList;
import java.util.Arrays;
/**
* Created by 76973 on 2021/8/6 19:48
*/
public class Main {
@Test
public void test01() {
ConcretePrototypeA concretePrototype = new ConcretePrototypeA();
concreteProtot... | 1,064 | 0.705765 | 0.67992 | 29 | 33.689655 | 30.450756 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.551724 | false | false | 6 |
5a84e9f759fbdea931bf42f025bd647b41093185 | 34,222,299,433,111 | 497eecd4a649edc0cbc8c8bf9a25fcbf937900d2 | /src/Models/ModelMonster.java | 11f691b082c498865e2566977c1b5d87750952a8 | [] | no_license | JeromeCHA/Ragnarok_Database | https://github.com/JeromeCHA/Ragnarok_Database | 7ab19db21bc9d900c03769725b28351ec135c897 | 0777601e7d3660fe916ea28d6075331949ea4005 | refs/heads/master | 2016-09-06T11:43:42.226000 | 2015-03-24T00:23:59 | 2015-03-24T00:23:59 | 32,171,244 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Models;
import java.util.ArrayList;
import java.util.Observable;
public class ModelMonster extends Observable {
private int id;
private String name;
private String image;
private String type;
private String taille;
private int niveau;
private int hp;
private int baseXP;
private int jobXP;
private i... | UTF-8 | Java | 10,406 | java | ModelMonster.java | Java | [
{
"context": "ects, String card) {\n\t\tthis.id = id;\n\t\tthis.name = name;\n\t\tthis.image = image;\n\t\tthis.type = type;\n\t\tthis",
"end": 2360,
"score": 0.9585327506065369,
"start": 2356,
"tag": "NAME",
"value": "name"
},
{
"context": "ects, String card) {\n\t\tthis.id = id;\n\... | null | [] | package Models;
import java.util.ArrayList;
import java.util.Observable;
public class ModelMonster extends Observable {
private int id;
private String name;
private String image;
private String type;
private String taille;
private int niveau;
private int hp;
private int baseXP;
private int jobXP;
private i... | 10,406 | 0.665193 | 0.66231 | 579 | 16.972366 | 13.905899 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.05354 | false | false | 6 |
3cc42c333cc0d37b274839cd145dd179b9fff74e | 28,535,762,735,806 | 5e2f53ef2ff1bc6b7f99095fa8c02817937f3b7b | /src/se/z_app/stb/api/STBContainer.java | 2d9e39ff4c28070a7d30b25da008f2ba65c244cc | [
"BSD-2-Clause"
] | permissive | EmilHernvall/zmote | https://github.com/EmilHernvall/zmote | 6cf95115a9df1d214d3f8119207b57e94320a0b1 | 4514ebacc56ba6b40bfc36e0731bf79511cee9eb | refs/heads/master | 2020-02-26T14:56:51.078000 | 2012-12-03T19:42:04 | 2012-12-03T19:42:04 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package se.z_app.stb.api;
import java.util.Iterator;
import java.util.LinkedList;
import java.util.Observable;
import java.util.Observer;
import se.z_app.stb.STB;
/**
* Class that holds the STB for other classes to access.
*
* @author Rasmus Holm, Linus Back
*/
public class STBContainer extends Observable impl... | UTF-8 | Java | 3,349 | java | STBContainer.java | Java | [
{
"context": "he STB for other classes to access.\n * \n * @author Rasmus Holm, Linus Back\n */\npublic class STBContainer extends",
"end": 254,
"score": 0.9998782277107239,
"start": 243,
"tag": "NAME",
"value": "Rasmus Holm"
},
{
"context": "her classes to access.\n * \n * @author R... | null | [] | package se.z_app.stb.api;
import java.util.Iterator;
import java.util.LinkedList;
import java.util.Observable;
import java.util.Observer;
import se.z_app.stb.STB;
/**
* Class that holds the STB for other classes to access.
*
* @author <NAME>, <NAME>
*/
public class STBContainer extends Observable implements It... | 3,331 | 0.677814 | 0.677814 | 146 | 21.938356 | 21.952383 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.438356 | false | false | 6 |
d0c5b2d83bc22e381a27253bb045a6d2fc402276 | 17,944,373,420,711 | 0b70202ad5affe129a099a65d973fbdf6d96ad38 | /Arrays/sudoku2.java | 4327aad998a0907761f4cb3b8f1b4bc42b4fbee9 | [] | no_license | xilin95/Codefights-Algorithms | https://github.com/xilin95/Codefights-Algorithms | 9986f006992aae046fce16c1b399611f6a175c71 | f3f91195cb290b6c3446d777724adf79323acbf4 | refs/heads/master | 2021-08-17T02:59:17.525000 | 2017-11-20T18:45:17 | 2017-11-20T18:45:17 | 103,976,270 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
Sudoku is a number-placement puzzle. The objective is to fill a 9 × 9 grid with numbers in such a way that
each column, each row, and each of the nine 3 × 3 sub-grids that compose the grid all contain all of the numbers from 1 to 9 one time.
Implement an algorithm that will check whether the given grid of numbers r... | UTF-8 | Java | 3,015 | java | sudoku2.java | Java | [] | null | [] | /*
Sudoku is a number-placement puzzle. The objective is to fill a 9 × 9 grid with numbers in such a way that
each column, each row, and each of the nine 3 × 3 sub-grids that compose the grid all contain all of the numbers from 1 to 9 one time.
Implement an algorithm that will check whether the given grid of numbers r... | 3,015 | 0.388778 | 0.36587 | 86 | 34.023254 | 31.108952 | 134 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.197675 | false | false | 6 |
5524ce10daeab245c906ba0705a96cd0af1da11c | 395,137,011,925 | b29308737819c8691c94d50302fedf53d850378d | /Hasa.java | 1f7d0ad989d08e81b15d7ef8cecc60d9fd1b9c7a | [] | no_license | Eramarlifedestiny1/Hashset-and-Hashmap-in-javav | https://github.com/Eramarlifedestiny1/Hashset-and-Hashmap-in-javav | e30a6f5231ef50a645446bec68a6dedb23ea0959 | 73eb497f058ccdfe004e116fa6df7de8e5cc5016 | refs/heads/master | 2020-05-04T09:01:59.263000 | 2019-04-02T11:02:52 | 2019-04-02T11:02:52 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package hasa;
/**
*
* @author AMAR
*/
class client
{
private int cid;
private String name;
private Strin... | UTF-8 | Java | 1,681 | java | Hasa.java | Java | [
{
"context": "editor.\r\n */\r\npackage hasa;\r\n\r\n/**\r\n *\r\n * @author AMAR\r\n */\r\nclass client\r\n{\r\n private int cid;\r\n ",
"end": 231,
"score": 0.9943816065788269,
"start": 227,
"tag": "NAME",
"value": "AMAR"
},
{
"context": "w client();\r\n c.setcid(16176);\r... | 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 hasa;
/**
*
* @author AMAR
*/
class client
{
private int cid;
private String name;
private Strin... | 1,681 | 0.505651 | 0.501487 | 92 | 16.27174 | 14.167556 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.336957 | false | false | 6 |
d3a6600fa89639955b0bbd331583981198047b4f | 22,436,909,174,140 | acfcf35adebda0c831488c86725d9d92e41e6f8d | /app/src/main/java/com/zjwam/zkw/entity/MineIntegralBean.java | 75849bc795e3ec8ab64718ff8ecf440e6f9f9871 | [] | no_license | AndroidBigData/zkw | https://github.com/AndroidBigData/zkw | 16f6afdbb7a2368afb2ba9d135ffbf7250b276cb | dfd7a6c529dc07b7ce6cba57901f8dafae64ea40 | refs/heads/master | 2021-07-24T12:29:23.265000 | 2018-11-09T07:20:11 | 2018-11-09T07:20:11 | 140,371,919 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zjwam.zkw.entity;
import java.util.List;
public class MineIntegralBean {
private int allfen, count;
private List<getIntegralItem> jifen;
public int getAllfen() {
return allfen;
}
public int getCount() {
return count;
}
public List<getIntegralItem> getJifen() ... | UTF-8 | Java | 657 | java | MineIntegralBean.java | Java | [] | null | [] | package com.zjwam.zkw.entity;
import java.util.List;
public class MineIntegralBean {
private int allfen, count;
private List<getIntegralItem> jifen;
public int getAllfen() {
return allfen;
}
public int getCount() {
return count;
}
public List<getIntegralItem> getJifen() ... | 657 | 0.567732 | 0.567732 | 36 | 17.25 | 14.806858 | 45 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.388889 | false | false | 6 |
d62221fe7465ca418393ea0577ee47ad39393c08 | 12,180,527,274,694 | bcaef9731a3b50db8852ea839094a864bd53b90a | /src/main/java/com/messages/Task1Defenition.java | 77638ed1eb126df5d2449e61b1545923931926ab | [] | no_license | vsirbu1/AdditionalTasks | https://github.com/vsirbu1/AdditionalTasks | 2ed9209cc09fb67f4e7b5826b28227fda8d27a8c | 2177701fa31cd3627a505b4fbc1dbda5775830da | refs/heads/master | 2023-01-13T04:06:10.852000 | 2020-11-21T17:24:34 | 2020-11-21T17:24:34 | 273,861,973 | 0 | 0 | null | false | 2020-11-21T17:24:35 | 2020-06-21T08:10:43 | 2020-11-21T16:09:06 | 2020-11-21T17:24:34 | 78 | 0 | 0 | 0 | Java | false | false | package main.java.com.messages;
import static main.java.com.test.constants.Constants.getTESTDATA1;
import static main.java.com.test.constants.Constants.getTESTDATA2;
public class Task1Defenition {
private static final String TASK1DEFENITION = "Given a string of characters, determine if it is a palindrome or not";... | UTF-8 | Java | 848 | java | Task1Defenition.java | Java | [] | null | [] | package main.java.com.messages;
import static main.java.com.test.constants.Constants.getTESTDATA1;
import static main.java.com.test.constants.Constants.getTESTDATA2;
public class Task1Defenition {
private static final String TASK1DEFENITION = "Given a string of characters, determine if it is a palindrome or not";... | 848 | 0.707547 | 0.691038 | 26 | 31.615385 | 33.372116 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.423077 | false | false | 6 |
3fb270a4657842fd57f629fd1fa3de790f87a056 | 26,603,027,470,167 | f68c48fe3377b39dcdfd1c85163cc3e2b61d62e6 | /src/main/java/com/tyss/demo/pages/Payment_Page.java | 3db658de36597e1ef19ffaf4bf98998fec7c9d63 | [] | no_license | mechmani53/sample123 | https://github.com/mechmani53/sample123 | 4b78f88f526a87b54179fdd08111052f2c1dbae7 | b08ea568da7f5921d878615466625139e548ca76 | refs/heads/master | 2023-06-23T04:11:34.535000 | 2021-07-23T05:10:32 | 2021-07-23T05:10:32 | 369,390,840 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tyss.demo.pages;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.FindBy;
import org.openqa.selenium.support.PageFactory;
import com.tyss.demo.util.WebActionUtil;
public class Payment_Page {
public WebDriver driver;
public WebActionUtil Web... | UTF-8 | Java | 1,091 | java | Payment_Page.java | Java | [
{
"context": "() {\n\t\t\n\t\n\tWebActionUtil.typeText(emailTxtField, \"sushmitaph03@gmail.com\", \"email entered\");\n\tWebActionUtil.typeText(conta",
"end": 894,
"score": 0.9998762011528015,
"start": 872,
"tag": "EMAIL",
"value": "sushmitaph03@gmail.com"
}
] | null | [] | package com.tyss.demo.pages;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.FindBy;
import org.openqa.selenium.support.PageFactory;
import com.tyss.demo.util.WebActionUtil;
public class Payment_Page {
public WebDriver driver;
public WebActionUtil Web... | 1,076 | 0.771769 | 0.758937 | 39 | 27 | 25.309368 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.51282 | false | false | 6 |
38175281e09588f20e22193c1461a63aa6868713 | 26,603,027,470,019 | c57754278c313e374e096130ef3953614114e143 | /app/src/main/java/com/baofeng/mj/videoplugin/interfaces/INetReceiverListener.java | 14a05bc6342b9e6b8d03e36d0234bc9e4b47e16a | [] | no_license | playbar/rongtai | https://github.com/playbar/rongtai | 2e8bbb79898a2bce0b3872cb57dcbdbdcb85727c | cdde954a88d271f907b6f4f2c2c2a8bc5f5c5c9c | refs/heads/master | 2021-01-21T06:53:38.105000 | 2017-02-27T09:44:10 | 2017-02-27T09:44:10 | 83,293,424 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.baofeng.mj.videoplugin.interfaces;
/**
* Created by panxin on 2016/7/19.
*/
public interface INetReceiverListener {
void receiver();
}
| UTF-8 | Java | 154 | java | INetReceiverListener.java | Java | [
{
"context": "feng.mj.videoplugin.interfaces;\n\n/**\n * Created by panxin on 2016/7/19.\n */\npublic interface INetReceiverLi",
"end": 72,
"score": 0.9995322227478027,
"start": 66,
"tag": "USERNAME",
"value": "panxin"
}
] | null | [] | package com.baofeng.mj.videoplugin.interfaces;
/**
* Created by panxin on 2016/7/19.
*/
public interface INetReceiverListener {
void receiver();
}
| 154 | 0.720779 | 0.675325 | 8 | 18.25 | 17.844818 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 6 |
fd7da8cf3b35cd6993619d140530595063a1f76c | 24,730,421,733,113 | 8343d376991a2e67548236fc5d9ccfb55b4b8bfe | /src/com/creatine/socialite/FeedUI/NewsFeed.java | e851993ea54d89ec98bab6d6e885fa9a6f808358 | [] | no_license | CreatineDevelopment/Socialite | https://github.com/CreatineDevelopment/Socialite | 991fd8757acae9813889f6eeeecdb2bf1cf080f4 | 1e0f14209967ecce1f35a5cfff58b852fa305a1b | refs/heads/master | 2021-01-15T21:44:28.694000 | 2012-10-11T13:28:43 | 2012-10-11T13:28:43 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.creatine.socialite.FeedUI;
import android.content.Intent;
import android.os.Bundle;
import com.actionbarsherlock.app.SherlockFragmentActivity;
import com.actionbarsherlock.view.Menu;
import com.actionbarsherlock.view.MenuInflater;
import com.actionbarsherlock.view.MenuItem;
import com.creatine.socialite.R... | UTF-8 | Java | 1,939 | java | NewsFeed.java | Java | [] | null | [] | package com.creatine.socialite.FeedUI;
import android.content.Intent;
import android.os.Bundle;
import com.actionbarsherlock.app.SherlockFragmentActivity;
import com.actionbarsherlock.view.Menu;
import com.actionbarsherlock.view.MenuInflater;
import com.actionbarsherlock.view.MenuItem;
import com.creatine.socialite.R... | 1,939 | 0.718412 | 0.710676 | 60 | 31.333334 | 25.714241 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.45 | false | false | 6 |
9c47cbf6224f01d50f122183b01b18f1647a6044 | 25,838,523,297,903 | f926f8dc447af1d36e6e5cb8871cecee838f3102 | /src/main/java/com/kodilla/converterzad/ConverterzadApplication.java | 055f5bd51d08bacbbae80345ad6f6c22bca663de | [] | no_license | vitiak/kodillaConverterZad | https://github.com/vitiak/kodillaConverterZad | 0e3e31492dc0b860f6fdb1cedca81de03a42a5e8 | 9bc0cf45551b67945b393cc5b3b8623600a3b31b | refs/heads/master | 2022-12-07T03:26:02.251000 | 2020-08-30T19:14:11 | 2020-08-30T19:14:11 | 291,535,645 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kodilla.converterzad;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class ConverterzadApplication {
public static void main(String[] args) {
SpringApplication.run(ConverterzadApplication.cl... | UTF-8 | Java | 341 | java | ConverterzadApplication.java | Java | [] | null | [] | package com.kodilla.converterzad;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class ConverterzadApplication {
public static void main(String[] args) {
SpringApplication.run(ConverterzadApplication.cl... | 341 | 0.800587 | 0.800587 | 13 | 25.23077 | 25.292606 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.384615 | false | false | 6 |
1630c9584f57cbd6c377d9e3eb6175f8bd880787 | 19,756,849,618,375 | 62c8b2634fe8a96f3e3f75cdf1d32823e93d2539 | /CloudGhostServer/src/test/java/netty/RequestMessageHandler.java | bb53d1c184bdb21c5be04b505ab54d8469c08268 | [] | no_license | yunguijingsan/myPro | https://github.com/yunguijingsan/myPro | 6267a7c1f738b3f7de5e10c228a6c3c1e898097f | 5c8ebf89f48955fec661ebb3dfedb57bc7908897 | refs/heads/master | 2015-08-13T15:28:53.843000 | 2014-12-10T01:36:55 | 2014-12-10T01:36:55 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package netty;
import io.netty.channel.ChannelHandlerContext;
/**
* User: lcf
* Date: 14-5-21
* Time: 下午1:39
* Description:
*/
public class RequestMessageHandler extends MessageHandler {
protected RequestMessageHandler(ChannelHandlerContext channelHandlerContext, ByteMessage byteMessage) {
super(chan... | UTF-8 | Java | 437 | java | RequestMessageHandler.java | Java | [
{
"context": "netty.channel.ChannelHandlerContext;\n\n/**\n * User: lcf\n * Date: 14-5-21\n * Time: 下午1:39\n * Description:\n",
"end": 80,
"score": 0.9995343089103699,
"start": 77,
"tag": "USERNAME",
"value": "lcf"
}
] | null | [] | package netty;
import io.netty.channel.ChannelHandlerContext;
/**
* User: lcf
* Date: 14-5-21
* Time: 下午1:39
* Description:
*/
public class RequestMessageHandler extends MessageHandler {
protected RequestMessageHandler(ChannelHandlerContext channelHandlerContext, ByteMessage byteMessage) {
super(chan... | 437 | 0.715935 | 0.69746 | 20 | 20.65 | 26.021673 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3 | false | false | 6 |
11cea5536eef00f1cfdae0f09dd7e6748d4e0722 | 22,230,750,771,567 | 562bdf1199b224241a436130fe55b98b03963a0c | /li.strolch.performancetest/src/test/java/li/strolch/performance/PerformanceTransientTest.java | 9dc24eea15230261b3b4baeae5383ad521c9abea | [
"Apache-2.0"
] | permissive | ice21/strolch | https://github.com/ice21/strolch | 8a1cc86d128ba0228ec234d8e9c465b74daac442 | 63d336a9a7a4090c0cc0a35eb7dd37a0ce318cd1 | refs/heads/develop | 2020-05-30T11:53:48.704000 | 2017-03-01T18:26:40 | 2017-03-01T18:26:40 | 83,586,093 | 0 | 0 | null | true | 2017-03-01T18:16:44 | 2017-03-01T18:16:44 | 2017-02-16T08:46:18 | 2017-03-01T00:43:18 | 7,046 | 0 | 0 | 0 | null | null | null | /*
* Copyright 2015 Robert von Burg <eitch@eitchnet.ch>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | UTF-8 | Java | 2,176 | java | PerformanceTransientTest.java | Java | [
{
"context": "/*\n * Copyright 2015 Robert von Burg <eitch@eitchnet.ch>\n * \n * Licensed under the Apa",
"end": 36,
"score": 0.999872088432312,
"start": 21,
"tag": "NAME",
"value": "Robert von Burg"
},
{
"context": "/*\n * Copyright 2015 Robert von Burg <eitch@eitchnet.ch>\n * \n * ... | null | [] | /*
* Copyright 2015 <NAME> <<EMAIL>>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or ag... | 2,138 | 0.752757 | 0.748162 | 72 | 29.222221 | 27.396889 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.138889 | false | false | 6 |
4870af99b6f8264ca153cb898400442ea4e1ed4b | 1,090,921,694,518 | c6ffb02ee701fe76ba283bca4ad818374047a613 | /intermission-ball/src/test/java/de/fuhlsfield/game/config/SixBallsGameConfigTest.java | cb4453c320e4372c1aea606425858f65868b24ae | [] | no_license | Fowler/intermission-game | https://github.com/Fowler/intermission-game | 11eb4feaed6e9b119bb165a6efa3f6ce37899786 | fe3c77e089474500f706c98003f42eb27ed97923 | refs/heads/master | 2021-01-01T18:38:33.171000 | 2011-06-16T18:42:53 | 2011-06-16T18:42:53 | 1,712,290 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package de.fuhlsfield.game.config;
import static org.junit.Assert.assertEquals;
import java.util.Arrays;
import java.util.HashSet;
import java.util.Set;
import org.junit.Test;
import de.fuhlsfield.game.Ball;
import de.fuhlsfield.game.rule.CheckoutWithAllowedBallRuleCheck;
import de.fuhlsfield.game.rule.EachBallAtLe... | UTF-8 | Java | 2,874 | java | SixBallsGameConfigTest.java | Java | [] | null | [] | package de.fuhlsfield.game.config;
import static org.junit.Assert.assertEquals;
import java.util.Arrays;
import java.util.HashSet;
import java.util.Set;
import org.junit.Test;
import de.fuhlsfield.game.Ball;
import de.fuhlsfield.game.rule.CheckoutWithAllowedBallRuleCheck;
import de.fuhlsfield.game.rule.EachBallAtLe... | 2,874 | 0.807933 | 0.80341 | 86 | 32.430233 | 30.778481 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.627907 | false | false | 6 |
c624acc0d4dadd02da8d1ffef686134e7e3ced0c | 2,808,908,646,312 | 9bfc7e9acb571760589736aeb685d350cc847cf3 | /src/main/java/com/liferay/taxCount/model/Perfume.java | 34236070ff19073afd5ff7fd905fbf4fbd4aed27 | [] | no_license | Phoenix0819/lifeRayProgram | https://github.com/Phoenix0819/lifeRayProgram | e27e1f56ac4a004ba3930da8e4093c2b14b2f778 | c8d691f7da2c9abe4b041b681973a29ea633b43f | refs/heads/master | 2021-01-23T05:29:22.366000 | 2017-03-29T07:19:21 | 2017-03-29T07:19:21 | 86,309,803 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.liferay.taxCount.model;
import java.math.RoundingMode;
import java.util.Date;
/**
* Created by lenovo on 2017-03-29.
*/
public class Perfume extends BasicGoods{
private String perfumeName;
private String smell;
private String origin;
private String ingredient;
private Date date;
... | UTF-8 | Java | 1,060 | java | Perfume.java | Java | [
{
"context": "ingMode;\nimport java.util.Date;\n\n/**\n * Created by lenovo on 2017-03-29.\n */\npublic class Perfume extends B",
"end": 116,
"score": 0.9996063113212585,
"start": 110,
"tag": "USERNAME",
"value": "lenovo"
}
] | null | [] | package com.liferay.taxCount.model;
import java.math.RoundingMode;
import java.util.Date;
/**
* Created by lenovo on 2017-03-29.
*/
public class Perfume extends BasicGoods{
private String perfumeName;
private String smell;
private String origin;
private String ingredient;
private Date date;
... | 1,060 | 0.627358 | 0.619811 | 55 | 18.272728 | 15.825704 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.327273 | false | false | 6 |
dc7ed5feb33869ca11a6bdc440ce96bf955b969b | 28,613,072,144,270 | 2f016fc1e7050bc0e70d8cdc18d939d9354f6489 | /app/src/main/java/com/bysu/utils/ToolBars.java | fa83ddab5de79239ec52009e02c1d1b76e0e5597 | [] | no_license | MyGitStores/ICampus | https://github.com/MyGitStores/ICampus | 70d6c33c8ef9dfca5290edd5c9fd4e86ede65032 | b22f9b6afa773b1a5c3ecb0f7d83f256acd88533 | refs/heads/master | 2017-12-28T09:12:08.206000 | 2016-09-26T07:38:46 | 2016-09-26T07:38:46 | 69,222,826 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bysu.utils;
import android.graphics.Color;
import android.view.Gravity;
import android.view.View;
import android.view.ViewGroup;
import android.widget.LinearLayout;
import android.widget.TextView;
import java.util.ArrayList;
/**
* Created by GEEKER on 2016/5/15.
*/
public class ToolBars {
private O... | UTF-8 | Java | 2,064 | java | ToolBars.java | Java | [
{
"context": "w;\n\nimport java.util.ArrayList;\n\n/**\n * Created by GEEKER on 2016/5/15.\n */\npublic class ToolBars {\n pri",
"end": 264,
"score": 0.9996015429496765,
"start": 258,
"tag": "USERNAME",
"value": "GEEKER"
}
] | null | [] | package com.bysu.utils;
import android.graphics.Color;
import android.view.Gravity;
import android.view.View;
import android.view.ViewGroup;
import android.widget.LinearLayout;
import android.widget.TextView;
import java.util.ArrayList;
/**
* Created by GEEKER on 2016/5/15.
*/
public class ToolBars {
private O... | 2,064 | 0.5625 | 0.555233 | 68 | 29.352942 | 20.703627 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.647059 | false | false | 6 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.