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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
b6e9d60302e23939b4156775bc54743378f1275a | 9,586,367,031,267 | a323e15846f73f355b75b47b6a72b0ae0f667b70 | /inputs/InteractUpdate.java | eb6a9f393ca865b27baf464250f806a81b1ee885 | [
"MIT"
] | permissive | sep35/Engine | https://github.com/sep35/Engine | c854b48495d6e88980fb627893aa2a64ba3838f4 | 672d10768398e57039092cca901b77d746252d0d | refs/heads/master | 2021-01-01T05:40:31.545000 | 2015-03-21T21:38:18 | 2015-03-21T21:38:18 | 32,651,073 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package inputs;
import attributes.AbstractAttribute;
import boardObjectModels.Patch;
public class InteractUpdate extends AbstractUpdate{
private Patch myActor;
private Patch myReceiver;
private AbstractAttribute myAttribute;
public InteractUpdate(Patch actor, Abstra... | UTF-8 | Java | 978 | java | InteractUpdate.java | Java | [] | null | [] | package inputs;
import attributes.AbstractAttribute;
import boardObjectModels.Patch;
public class InteractUpdate extends AbstractUpdate{
private Patch myActor;
private Patch myReceiver;
private AbstractAttribute myAttribute;
public InteractUpdate(Patch actor, Abstra... | 978 | 0.599182 | 0.599182 | 40 | 23.450001 | 19.132368 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.65 | false | false | 4 |
28db43b859365f8fd44506a9e9dd6bf1d00c2313 | 2,353,642,132,950 | a82ee117e6bb6002104fc659d585f31b2e746777 | /app/src/main/java/com/example/carinfo/VehicleList.java | 8ba0542103f1bde95cbe3e0eb9778ad78298efcf | [] | no_license | mnkkhan/CarInfo | https://github.com/mnkkhan/CarInfo | 4adfc4cabe88fc89a8cf45c45335604e581806e2 | bfdb709c1d679bf0432667cc613697418a1507ef | refs/heads/master | 2023-02-07T20:10:05.056000 | 2020-12-29T08:13:55 | 2020-12-29T08:13:55 | 325,203,804 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.carinfo;
import android.content.Intent;
import android.database.Cursor;
import android.graphics.Color;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.suppo... | UTF-8 | Java | 4,204 | java | VehicleList.java | Java | [] | null | [] | package com.example.carinfo;
import android.content.Intent;
import android.database.Cursor;
import android.graphics.Color;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.suppo... | 4,204 | 0.635823 | 0.632969 | 132 | 30.85606 | 24.859951 | 153 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.598485 | false | false | 4 |
0c93c06c62f35bc39ac4946c610b226f2f38f7db | 19,499,151,557,780 | c987a4404531b3a4e38cc8199e0bc0cfd54225ad | /zap-service/src/test/java/at/msol/mops/zap/service/dto/assembler/VerfahrenAssemblerTest.java | 16c8d0b1ba7380ad13fafe325c9c200e7d6399e0 | [] | no_license | Slatko/zap | https://github.com/Slatko/zap | f203b4b3d97d3c50b9b1cfd01747ea115866d45a | fe2614f04bf9a3679512f4db8a0c2a7701130550 | refs/heads/master | 2018-12-24T14:17:17.547000 | 2018-10-17T09:45:31 | 2018-10-17T09:45:31 | 153,430,177 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package at.msol.mops.zap.service.dto.assembler;
import static at.msol.mops.zap.persistence.helper.TestEntityFactory.beteiligtePerson1;
import static at.msol.mops.zap.persistence.helper.TestEntityFactory.urkunde1;
import static at.msol.mops.zap.persistence.helper.TestEntityFactory.verfahren1;
import static at.msol... | UTF-8 | Java | 2,955 | java | VerfahrenAssemblerTest.java | Java | [] | null | [] | package at.msol.mops.zap.service.dto.assembler;
import static at.msol.mops.zap.persistence.helper.TestEntityFactory.beteiligtePerson1;
import static at.msol.mops.zap.persistence.helper.TestEntityFactory.urkunde1;
import static at.msol.mops.zap.persistence.helper.TestEntityFactory.verfahren1;
import static at.msol... | 2,955 | 0.781388 | 0.77665 | 64 | 44.171875 | 31.333166 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.8125 | false | false | 4 |
21e88afd70f2d137679f1f7035d9bdd52a19433a | 11,003,706,226,763 | edfa05b040a311d60b3540c9131b20ee47dc9ac2 | /aconf-service/src/main/java/com/github/bh/aconf/service/FilterCacheService.java | 1872b7f2a0f3f8070a0eb457ba4daaa634c489f7 | [] | no_license | BenHaiXiao/aconf | https://github.com/BenHaiXiao/aconf | 92ba31d8a31c56a43a6935e9f02f7205145d8706 | ba237b8a2e6ab3efe393b4256478032906fd589a | refs/heads/master | 2021-04-12T03:30:41.059000 | 2018-04-07T13:23:35 | 2018-04-07T13:23:35 | 125,700,399 | 2 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.github.bh.aconf.service;
import com.google.common.base.Function;
import com.google.common.collect.Lists;
import com.google.common.collect.Maps;
import com.github.bh.aconf.common.constants.FilterBelongType;
import com.github.bh.aconf.common.constants.FilterType;
import com.github.bh.aconf.common.utils.JsonU... | UTF-8 | Java | 8,132 | java | FilterCacheService.java | Java | [
{
"context": "ionId : List of {@link FilterConfig}\n *\n * @author xiaobenhai\n * Date: 2017/2/20\n * Time: 11:33\n */\n@Service\npu",
"end": 1185,
"score": 0.9992867708206177,
"start": 1175,
"tag": "USERNAME",
"value": "xiaobenhai"
}
] | null | [] | package com.github.bh.aconf.service;
import com.google.common.base.Function;
import com.google.common.collect.Lists;
import com.google.common.collect.Maps;
import com.github.bh.aconf.common.constants.FilterBelongType;
import com.github.bh.aconf.common.constants.FilterType;
import com.github.bh.aconf.common.utils.JsonU... | 8,132 | 0.646332 | 0.64448 | 215 | 36.665115 | 28.344057 | 130 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.739535 | false | false | 4 |
3f43abda65775e718930e4b120899a4a2065e4c0 | 37,709,812,875,748 | 6caf6479f5785d3bf3db37a8d86708e0b8bca938 | /src/com/huadian/tools/Tools.java | 8da643aaf855a5a138ba1cdf05f923a1ff313966 | [] | no_license | BingBoy/Huadian | https://github.com/BingBoy/Huadian | 808592f69ef6249108e44645daa71221fb73b193 | 9194646cb179c5dbbe812dddee67b54ab01a43ab | refs/heads/master | 2020-06-06T15:09:20.070000 | 2014-09-27T10:34:29 | 2014-09-27T10:34:29 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.huadian.tools;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
/**
* 工具类
* @author sunpeng
*
*/
public class Tools {
private static Tools instance = null;
private Tools(){}
/**
* 获取实例对象
* @return
*/
public static Tools getInstance(){
if(n... | UTF-8 | Java | 1,130 | java | Tools.java | Java | [
{
"context": "rt android.content.Intent;\n\n\n/**\n * 工具类\n * @author sunpeng\n *\n */\npublic class Tools {\n\t\n\tprivate static To",
"end": 151,
"score": 0.9980568289756775,
"start": 144,
"tag": "USERNAME",
"value": "sunpeng"
}
] | null | [] | package com.huadian.tools;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
/**
* 工具类
* @author sunpeng
*
*/
public class Tools {
private static Tools instance = null;
private Tools(){}
/**
* 获取实例对象
* @return
*/
public static Tools getInstance(){
if(n... | 1,130 | 0.668199 | 0.668199 | 60 | 17.133333 | 22.811157 | 128 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.35 | false | false | 4 |
a642a688d003004f0352d567b39ab8e1890884b2 | 39,015,482,930,462 | eee407be3e281adb44dc98ccfb09d80c94a2e811 | /src/com/company/QLNV.java | 8d833eb25f65b7089494c5304969a809e85ceda0 | [] | no_license | TongDucChung/CaseStudyModul2 | https://github.com/TongDucChung/CaseStudyModul2 | 9006ed894f29c0cbde50d5a14ebed010940cb099 | 9b51575b253c3c57e82b904f2daf8d705a5f9f4c | refs/heads/master | 2023-06-19T20:15:46.656000 | 2021-07-09T02:24:07 | 2021-07-09T02:24:07 | 384,298,746 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.company;
import java.io.*;
import java.util.ArrayList;
import java.util.Scanner;
public class QLNV {
static File file = new File("QLNV.txt");
static ArrayList<NhanVien> list = new ArrayList<>();
static Scanner scanner = new Scanner(System.in);
public static void addNhanVien (int choise1) {... | UTF-8 | Java | 6,378 | java | QLNV.java | Java | [] | null | [] | package com.company;
import java.io.*;
import java.util.ArrayList;
import java.util.Scanner;
public class QLNV {
static File file = new File("QLNV.txt");
static ArrayList<NhanVien> list = new ArrayList<>();
static Scanner scanner = new Scanner(System.in);
public static void addNhanVien (int choise1) {... | 6,378 | 0.507175 | 0.503029 | 194 | 31.324741 | 22.899437 | 137 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.556701 | false | false | 4 |
88f6766a497c11ed2f9a26a8fd5b219ca979cde9 | 36,790,689,888,531 | 7cdc8a049391a34b640c4b4c1c9ced5988d9ff32 | /src/main/java/org/ganjp/gone/common/service/AbstractService.java | 6dbc262260f5aaffb2ceb556945dd4db77879f91 | [] | no_license | ganjpxm/GOneSpring | https://github.com/ganjpxm/GOneSpring | 4a2dc1fb04e34b82745a0f9322decf4ef7d2313b | 7f3441f41cb77f31e3bc54a552c0fb833ef776df | refs/heads/master | 2021-01-10T20:20:46.480000 | 2015-04-18T08:39:36 | 2015-04-18T08:39:36 | 29,973,754 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.ganjp.gone.common.service;
import java.io.Serializable;
import java.util.List;
import java.util.Map;
import org.ganjp.gone.common.dao.Operations;
import org.ganjp.gone.common.model.Page;
import org.ganjp.gone.common.model.PropertyFilter;
import org.springframework.transaction.annotation.Transactional;
@T... | UTF-8 | Java | 4,916 | java | AbstractService.java | Java | [
{
"context": "ame=? and userPassword=?\n\t * @param Object... \"ganjp\",\"123\"\n\t * @return X\n\t */\n\tpublic <X> X findUniqu",
"end": 2814,
"score": 0.4848611652851105,
"start": 2812,
"tag": "USERNAME",
"value": "jp"
},
{
"context": "=:userName\n\t * @param Map eg:map.put(\"userN... | null | [] | package org.ganjp.gone.common.service;
import java.io.Serializable;
import java.util.List;
import java.util.Map;
import org.ganjp.gone.common.dao.Operations;
import org.ganjp.gone.common.model.Page;
import org.ganjp.gone.common.model.PropertyFilter;
import org.springframework.transaction.annotation.Transactional;
@T... | 4,916 | 0.662327 | 0.655614 | 185 | 25.572973 | 27.544878 | 138 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.243243 | false | false | 4 |
f042554ac7ac8542efa435a1b58a242cf3b0774c | 39,333,310,531,069 | 6339b39b7524b7e98ccc42f157c8670765cca3ff | /src/edu/upenn/cis455/webserver/Controller.java | 51c2e153830be1211e8b28ef87362de68d0fefbe | [] | no_license | karanpradhan/Webserver | https://github.com/karanpradhan/Webserver | 838fa80d1c04a64c08338b90c040f567dc96db70 | 3ff8f330adc3c154ed68bbe8a166fb4b8bfc5d27 | refs/heads/master | 2016-09-03T07:38:28.126000 | 2015-02-07T22:47:50 | 2015-02-07T22:47:50 | 30,472,817 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.upenn.cis455.webserver;
/*
* Class which has a thread object waiting for the shutdown signal
* Has a reference to the thread pool so that it can interrupt the working threads.
*/
class Controller implements Runnable{
ThreadPool t_pool;
//static Boolean shutdown;
Thread t;
Object shutdown_lock;
/*
... | UTF-8 | Java | 1,398 | java | Controller.java | Java | [] | null | [] | package edu.upenn.cis455.webserver;
/*
* Class which has a thread object waiting for the shutdown signal
* Has a reference to the thread pool so that it can interrupt the working threads.
*/
class Controller implements Runnable{
ThreadPool t_pool;
//static Boolean shutdown;
Thread t;
Object shutdown_lock;
/*
... | 1,398 | 0.680257 | 0.678112 | 65 | 20.507692 | 20.089127 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.861538 | false | false | 4 |
35bb5b70da2fe953ffc619cf7c1ffc84de5b7a30 | 24,687,472,084,034 | db27a288cb19902016cd62c6d00c056662768427 | /aula02/exercicios/Exercicio04.java | 4b1b1a7f8d5798ae7599b52d633d1fc6dd12da6a | [] | no_license | ARPugles/treinamentogama | https://github.com/ARPugles/treinamentogama | 423f9cc9fc56168c27641ac4d6fc651d739f331d | 48f99fc4ea7112ec58186b0907fda7d87bcd47ad | refs/heads/master | 2023-04-09T13:21:22.656000 | 2021-04-09T19:01:18 | 2021-04-09T19:01:18 | 349,539,466 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package exercicios;
import java.util.Scanner;
public class Exercicio04 {
public static void main(String[] args) {
Scanner entrada = new Scanner(System.in);
double salario, prestacao;
System.out.println("Qual o valor do salário bruto?");
salario = entrada.nextDouble();
Sys... | UTF-8 | Java | 637 | java | Exercicio04.java | Java | [] | null | [] | package exercicios;
import java.util.Scanner;
public class Exercicio04 {
public static void main(String[] args) {
Scanner entrada = new Scanner(System.in);
double salario, prestacao;
System.out.println("Qual o valor do salário bruto?");
salario = entrada.nextDouble();
Sys... | 637 | 0.602219 | 0.59588 | 24 | 25.291666 | 21.728397 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 4 |
aa6d7b874ac0e064aa940da0b92150deb6617292 | 16,192,026,757,457 | 5308f6b4d3f71d941e5c9311dd53b4cffa663d28 | /car-backend/CorrectionWebServiceJPA-master/CorrectionWebServiceJPA-master/src/main/java/com/univ/repository/CarRepository.java | fcca10b8a5bb48db6ee285e34e42c22e37c1dd86 | [] | no_license | LucasEFREI/FinalProject-ISTCC | https://github.com/LucasEFREI/FinalProject-ISTCC | 80891f8748d20f34251997c66cefdb1f08042f58 | c4ee0d65d937aa94f8940f0d3d7ffef230077be5 | refs/heads/main | 2023-01-11T20:37:41.151000 | 2020-11-11T15:30:06 | 2020-11-11T15:30:06 | 310,647,944 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.univ.repository;
import com.univ.model.Car;
import org.springframework.data.repository.CrudRepository;
public interface CarRepository extends CrudRepository<Car, Long> {
Car findByPlateNumber(String plateNumber);
}
| UTF-8 | Java | 233 | java | CarRepository.java | Java | [] | null | [] | package com.univ.repository;
import com.univ.model.Car;
import org.springframework.data.repository.CrudRepository;
public interface CarRepository extends CrudRepository<Car, Long> {
Car findByPlateNumber(String plateNumber);
}
| 233 | 0.815451 | 0.815451 | 8 | 28.125 | 24.922066 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.625 | false | false | 4 |
21f1e87b473f1fac6a6ce92a2eaeecb250de61f3 | 39,556,648,815,878 | 2da87d8ef7afa718de7efa72e16848799c73029f | /ikep4-lightpack/src/main/java/com/lgcns/ikep4/lightpack/meetingroom/service/EquipmentService.java | 47e450210f42faf4380123b9cff712e48d205b8c | [] | no_license | haifeiforwork/ehr-moo | https://github.com/haifeiforwork/ehr-moo | d3ee29e2cae688f343164384958f3560255e52b2 | 921ff597b316a9a0111ed4db1d5b63b88838d331 | refs/heads/master | 2020-05-03T02:34:00.078000 | 2018-04-05T00:54:04 | 2018-04-05T00:54:04 | 178,373,434 | 0 | 1 | null | true | 2019-03-29T09:21:01 | 2019-03-29T09:21:01 | 2018-04-24T04:14:23 | 2018-04-05T00:55:08 | 124,050 | 0 | 0 | 0 | null | false | null | /*
* Copyright (C) 2011 LG CNS Inc.
* All rights reserved.
*
* 모든 권한은 LG CNS(http://www.lgcns.com)에 있으며,
* LG CNS의 허락없이 소스 및 이진형식으로 재배포, 사용하는 행위를 금지합니다.
*/
package com.lgcns.ikep4.lightpack.meetingroom.service;
import java.util.List;
import java.util.Map;
import com.lgcns.ikep4.framework.core.service.GenericSe... | UTF-8 | Java | 1,640 | java | EquipmentService.java | Java | [
{
"context": "chCondition;\n\n/**\n * 기자재 관리 서비스 구현체\n * \n * @author 박철종(cjpark@thebne.com)\n * @version $Id: MaterialsServ",
"end": 560,
"score": 0.9998931884765625,
"start": 557,
"tag": "NAME",
"value": "박철종"
},
{
"context": "dition;\n\n/**\n * 기자재 관리 서비스 구현체\n * \n * @author 박철종(... | null | [] | /*
* Copyright (C) 2011 LG CNS Inc.
* All rights reserved.
*
* 모든 권한은 LG CNS(http://www.lgcns.com)에 있으며,
* LG CNS의 허락없이 소스 및 이진형식으로 재배포, 사용하는 행위를 금지합니다.
*/
package com.lgcns.ikep4.lightpack.meetingroom.service;
import java.util.List;
import java.util.Map;
import com.lgcns.ikep4.framework.core.service.GenericSe... | 1,630 | 0.690511 | 0.670073 | 65 | 20.092308 | 23.022213 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.8 | false | false | 4 |
90430b5f9e4b4707204b5736af17cb2739113432 | 35,442,070,173,552 | 66d3122f8f031d6e8b27e8ead7aa5ae0d7e33b45 | /net/minecraft/advancement/criterion/FishingRodHookedCriterion.java | c191fa5360f9b10ab27b65c216b8f534061eacb9 | [] | no_license | gurachan/minecraft1.14-dp | https://github.com/gurachan/minecraft1.14-dp | c10059787555028f87a4c8183ff74e6e1cfbf056 | 34daddc03be27d5a0ee2ab9bc8b1deb050277208 | refs/heads/master | 2022-01-07T01:43:52.836000 | 2019-05-08T17:18:13 | 2019-05-08T17:18:13 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.minecraft.advancement.criterion;
import java.util.List;
import com.google.common.collect.Lists;
import com.google.common.collect.Sets;
import java.util.Set;
import com.google.gson.JsonElement;
import java.util.Iterator;
import net.minecraft.entity.ItemEntity;
import java.util.Collection;
import net.minecra... | UTF-8 | Java | 7,093 | java | FishingRodHookedCriterion.java | Java | [] | null | [] | package net.minecraft.advancement.criterion;
import java.util.List;
import com.google.common.collect.Lists;
import com.google.common.collect.Sets;
import java.util.Set;
import com.google.gson.JsonElement;
import java.util.Iterator;
import net.minecraft.entity.ItemEntity;
import java.util.Collection;
import net.minecra... | 7,093 | 0.642887 | 0.63612 | 176 | 39.301136 | 35.80035 | 181 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.590909 | false | false | 4 |
7b5987846c0729c1077c12918949c348296ac657 | 39,616,778,354,808 | ab37843135084eac85c46ee66e22403c6d7042a8 | /tv-remoter/src/main/java/com/baofeng/fengmi/remoter/RemoteControlActivity.java | 2785df74040f56745250c6da140c299c6609d1d1 | [
"Apache-2.0"
] | permissive | battleground/joker | https://github.com/battleground/joker | 471268594382c1ed73556860e5f0e34ebbe63464 | c366ba17a13be43a6caedf7eb4c3fe8757ab1ecc | refs/heads/master | 2020-06-13T13:22:08.120000 | 2017-06-09T11:59:01 | 2017-06-09T11:59:01 | 75,373,816 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.baofeng.fengmi.remoter;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.widget.TextView;
import com.abooc.airremoter.Sender;
import com... | UTF-8 | Java | 3,001 | java | RemoteControlActivity.java | Java | [
{
"context": " attachActionBar();\n\n attachRemoter(\"127.0.0.1\");\n\n }\n\n private void attachActionBar() {\n ",
"end": 1184,
"score": 0.9992100596427917,
"start": 1175,
"tag": "IP_ADDRESS",
"value": "127.0.0.1"
}
] | null | [] | package com.baofeng.fengmi.remoter;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.widget.TextView;
import com.abooc.airremoter.Sender;
import com... | 3,001 | 0.702192 | 0.699494 | 101 | 28.356436 | 25.585649 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.49505 | false | false | 4 |
e136fd3517927d3dc96f7c1042c8afa1a611353d | 3,238,405,350,411 | 9e826f50c6eb2c14ab40f1948ff3c2fa9858fe49 | /app/src/main/java/com/lulu/todayinhistory/mvp/contract/DetialMessageContract.java | 8cb6696e52666fb3b974de7e4139cb3ee9839e39 | [] | no_license | fengyalu/TodayInHisTory | https://github.com/fengyalu/TodayInHisTory | 81e3ab8b3953e02b8f858856d83b3a88525ddc55 | 5acd9aed93b07f6d3ca4724e16fb772c2ff19021 | refs/heads/master | 2020-04-10T20:42:32.397000 | 2018-12-26T09:19:34 | 2018-12-26T09:19:34 | 161,276,243 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lulu.todayinhistory.mvp.contract;
import com.lulu.todayinhistory.base.BaseModel;
import com.lulu.todayinhistory.base.BasePresenter;
import com.lulu.todayinhistory.base.BaseView;
import com.lulu.todayinhistory.bean.DetialMessageInfo;
import com.lulu.todayinhistory.exception.ExceptionHandle;
import rx.Obser... | UTF-8 | Java | 844 | java | DetialMessageContract.java | Java | [
{
"context": "nHandle;\n\nimport rx.Observable;\n\n/**\n * Created by fyl on 2018/11/29 0029.\n */\n\npublic interface DetialM",
"end": 349,
"score": 0.9994994401931763,
"start": 346,
"tag": "USERNAME",
"value": "fyl"
}
] | null | [] | package com.lulu.todayinhistory.mvp.contract;
import com.lulu.todayinhistory.base.BaseModel;
import com.lulu.todayinhistory.base.BasePresenter;
import com.lulu.todayinhistory.base.BaseView;
import com.lulu.todayinhistory.bean.DetialMessageInfo;
import com.lulu.todayinhistory.exception.ExceptionHandle;
import rx.Obser... | 844 | 0.767772 | 0.753555 | 29 | 28.103449 | 25.916769 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.448276 | false | false | 4 |
2365471e382b99849aa9964bfc1fa5f137beee19 | 13,735,305,452,343 | c24b975f4aa23eba5ca75a2703369fe5351c1a56 | /provisioning/provisioning-api/src/main/java/com/evolveum/midpoint/provisioning/api/ItemComparisonResult.java | 63bfa8505875e956817b7b442f89f102a5220b5f | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference",
"EPL-1.0",
"CDDL-1.0",
"MIT",
"GPL-1.0-or-later",
"MPL-2.0",
"LicenseRef-scancode-proprietary-license",
"EUPL-1.2"
] | permissive | bshp/midpoint | https://github.com/bshp/midpoint | 8dc765af70f10213984a101c91377269e115e9bd | 4ac56e84d6087d7d19c73315a5d28576711b3be6 | refs/heads/master | 2023-03-06T06:25:39.380000 | 2023-03-02T18:29:56 | 2023-03-02T18:29:56 | 105,560,061 | 0 | 0 | Apache-2.0 | true | 2019-11-02T22:39:56 | 2017-10-02T16:54:14 | 2018-06-08T14:56:47 | 2019-11-02T22:39:56 | 122,128 | 0 | 0 | 0 | Java | false | false | /*
* Copyright (c) 2010-2018 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
* and European Union Public License. See LICENSE file for details.
*/
package com.evolveum.midpoint.provisioning.api;
/**
* @author semancik
*
*/
public enum ItemComparisonResult {
/**
*... | UTF-8 | Java | 554 | java | ItemComparisonResult.java | Java | [
{
"context": "volveum.midpoint.provisioning.api;\n\n/**\n * @author semancik\n *\n */\npublic enum ItemComparisonResult {\n\n /*",
"end": 262,
"score": 0.9946846961975098,
"start": 254,
"tag": "USERNAME",
"value": "semancik"
}
] | null | [] | /*
* Copyright (c) 2010-2018 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
* and European Union Public License. See LICENSE file for details.
*/
package com.evolveum.midpoint.provisioning.api;
/**
* @author semancik
*
*/
public enum ItemComparisonResult {
/**
*... | 554 | 0.640794 | 0.622744 | 30 | 17.466667 | 21.110397 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.1 | false | false | 4 |
144a952b21c33b79b7ec5563cb4d6f3ff259807e | 8,907,762,243,344 | 74ec9493eb5158af91c9e5c26452396e4ff34010 | /src/main/java/com/project/trabab/CommentController.java | cd7859e566561849e5503b124eb72a60df47ede8 | [] | no_license | everoad/trabab | https://github.com/everoad/trabab | 871720af49e1e98f7087d6406a28ad11687185f8 | 2cddf1df42dd5b891dd2667359fe970206b66958 | refs/heads/master | 2021-01-12T12:21:31.338000 | 2016-10-31T16:34:24 | 2016-10-31T16:34:24 | 72,455,946 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.project.trabab;
import java.util.HashMap;
import java.util.List;
import javax.servlet.http.HttpSession;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframewor... | UTF-8 | Java | 1,193 | java | CommentController.java | Java | [] | null | [] | package com.project.trabab;
import java.util.HashMap;
import java.util.List;
import javax.servlet.http.HttpSession;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframewor... | 1,193 | 0.809723 | 0.809723 | 38 | 30.394737 | 28.64992 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.105263 | false | false | 4 |
8551e90fc202c89b81ff2b142d1fc994bfc22883 | 8,778,913,171,315 | 17f190f6df39cea23f08706ed0e36c31339b2463 | /src/main/java/com/project/spring/model/DisAnsStatus.java | 0d3f7f73611fe2aa4bc586d673bdeb5ecb1d1439 | [
"MIT"
] | permissive | sushant097/MultiLearningPlatform | https://github.com/sushant097/MultiLearningPlatform | 6be8eef41c2075e8ffde228a3df1925844bea3eb | 09556bcd318f6f5af48374d9e5f88d8fe5c2b408 | refs/heads/master | 2022-12-21T05:12:33.445000 | 2019-12-26T12:08:59 | 2019-12-26T12:08:59 | 150,434,273 | 4 | 0 | MIT | false | 2022-12-16T04:24:30 | 2018-09-26T13:50:24 | 2019-12-26T12:09:02 | 2022-12-16T04:24:27 | 3,773 | 1 | 0 | 11 | JavaScript | false | false | package com.project.spring.model;
public class DisAnsStatus {
private int disAnsStatusId;
private String email;
private String category; // discussion or discussionAnswer
public String getCategory() {
return category;
}
public void setCategory(String category) {
this.category = category;
}
private in... | UTF-8 | Java | 720 | java | DisAnsStatus.java | Java | [] | null | [] | package com.project.spring.model;
public class DisAnsStatus {
private int disAnsStatusId;
private String email;
private String category; // discussion or discussionAnswer
public String getCategory() {
return category;
}
public void setCategory(String category) {
this.category = category;
}
private in... | 720 | 0.722222 | 0.722222 | 45 | 15 | 16.357126 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.155556 | false | false | 4 |
462d9966864f9d5116975ee98dbbb1adcf35d494 | 8,778,913,170,209 | 3a322a8a276986f9a9a592cf47ad7b0d8339fc52 | /src/com/petredy/redmagic/client/render/RenderMesh.java | 01eb9e8d649bdbd0b66abfd17e755dd88776be8d | [] | no_license | petredy/redmagic | https://github.com/petredy/redmagic | 69bfd60dfce5dd65de377e2e48ce854151557cc4 | 7f271b5e5afb3c71c7181fedaed2b47015e9451d | refs/heads/master | 2020-05-05T04:23:06.673000 | 2014-09-19T16:55:13 | 2014-09-19T16:55:13 | 24,116,588 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.petredy.redmagic.client.render;
import org.lwjgl.opengl.GL11;
import org.lwjgl.opengl.GL15;
import org.lwjgl.opengl.GL20;
import org.lwjgl.opengl.GL30;
import com.petredy.redmagic.client.opengl.Mesh;
import com.petredy.redmagic.client.opengl.Shader;
public class RenderMesh {
private Mesh mesh;
publi... | UTF-8 | Java | 989 | java | RenderMesh.java | Java | [] | null | [] | package com.petredy.redmagic.client.render;
import org.lwjgl.opengl.GL11;
import org.lwjgl.opengl.GL15;
import org.lwjgl.opengl.GL20;
import org.lwjgl.opengl.GL30;
import com.petredy.redmagic.client.opengl.Mesh;
import com.petredy.redmagic.client.opengl.Shader;
public class RenderMesh {
private Mesh mesh;
publi... | 989 | 0.750253 | 0.705763 | 43 | 22 | 22.62125 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.627907 | false | false | 4 |
44295e0ad2b6443067ca82217cc65c3c6acbd230 | 20,435,454,418,807 | 3f366e27a590d55a94e2c231484da0b3e4902577 | /core/src/ethanjones/cubes/core/util/Lock.java | da72c76c404277bad2b7704e06d8fbf451356453 | [
"MIT"
] | permissive | amineprog/Cubes | https://github.com/amineprog/Cubes | 1d6e3440d9dee7b0ab51cd2e87d783a941df9376 | da101d8c732b2b818f1f4ed176e54ba57efc2380 | refs/heads/master | 2020-04-19T12:24:30.842000 | 2019-01-29T01:29:26 | 2019-01-29T01:29:26 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ethanjones.cubes.core.util;
import java.util.concurrent.locks.ReentrantLock;
import java.util.concurrent.locks.ReentrantReadWriteLock;
public class Lock {
private static final ReentrantLock multiLock = new ReentrantLock(true);
private ReentrantReadWriteLock lock = new ReentrantReadWriteLock();
private ... | UTF-8 | Java | 2,356 | java | Lock.java | Java | [] | null | [] | package ethanjones.cubes.core.util;
import java.util.concurrent.locks.ReentrantLock;
import java.util.concurrent.locks.ReentrantReadWriteLock;
public class Lock {
private static final ReentrantLock multiLock = new ReentrantLock(true);
private ReentrantReadWriteLock lock = new ReentrantReadWriteLock();
private ... | 2,356 | 0.616723 | 0.61545 | 105 | 21.438095 | 21.575085 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.514286 | false | false | 4 |
0aad71c28e21aa3d78c0015e244e810b42b81030 | 12,206,297,059,161 | cd803fd8026ab09da1e14f8c3935906470073e32 | /src/com/net/toooen/api/request/news/NewsSelectNumRequest.java | 9a494b82e8a7f44f9bb6fc1fbd4a0b475be67cc0 | [] | no_license | wsfPeter/phoneSys_interface | https://github.com/wsfPeter/phoneSys_interface | 001fa8ad8019bcd529d2f0d83a28eef6617a4322 | 495bebdbf2db222b0f6d039fba5db4082902ddc2 | refs/heads/master | 2021-01-10T02:20:23.464000 | 2016-04-07T04:38:41 | 2016-04-07T04:38:41 | 55,663,759 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.net.toooen.api.request.news;
import javax.validation.constraints.NotNull;
import com.net.toooen.api.request.Request;
/**
* @ClassName: NewsSelectNumRequest
* @Description: 新闻查看次数请求参数
* @author wangshaofeng
* @date 2016年3月20日 下午4:17:37
*/
public class NewsSelectNumRequest extends Request ... | UTF-8 | Java | 838 | java | NewsSelectNumRequest.java | Java | [
{
"context": "umRequest\r\n * @Description: 新闻查看次数请求参数\r\n * @author wangshaofeng\r\n * @date 2016年3月20日 下午4:17:37\r\n */\r\npublic class",
"end": 232,
"score": 0.9978254437446594,
"start": 220,
"tag": "USERNAME",
"value": "wangshaofeng"
}
] | null | [] | package com.net.toooen.api.request.news;
import javax.validation.constraints.NotNull;
import com.net.toooen.api.request.Request;
/**
* @ClassName: NewsSelectNumRequest
* @Description: 新闻查看次数请求参数
* @author wangshaofeng
* @date 2016年3月20日 下午4:17:37
*/
public class NewsSelectNumRequest extends Request ... | 838 | 0.6775 | 0.63875 | 44 | 16.181818 | 17.337915 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.818182 | false | false | 4 |
9c95c760a0f2b901d1e42da8e1010698f6fcaaa5 | 4,810,363,441,120 | a8e074031d286a16e68cd7a0e97cf60c769d3481 | /zombies/src/main/java/me/selslack/codingame/zombies/server/SimpleGameTask.java | 0f4bac93ec61fb376a69a6a470a19eb5b73352af | [] | no_license | selslack/codingame | https://github.com/selslack/codingame | a4ccbdcb2cbf67bf420e4e2bc08dc89efbe92c0d | 813ef22c3ca0fa183273155a70d8e65f37ece140 | refs/heads/master | 2021-01-19T03:20:23.996000 | 2018-08-11T20:39:19 | 2018-08-11T20:39:19 | 36,057,302 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package me.selslack.codingame.zombies.server;
import me.selslack.codingame.zombies.Game;
import me.selslack.codingame.zombies.GameState;
import me.selslack.codingame.zombies.Player;
import me.selslack.codingame.zombies.mcts.Config;
import java.util.concurrent.ForkJoinTask;
import java.util.concurrent.RecursiveTask;
... | UTF-8 | Java | 887 | java | SimpleGameTask.java | Java | [] | null | [] | package me.selslack.codingame.zombies.server;
import me.selslack.codingame.zombies.Game;
import me.selslack.codingame.zombies.GameState;
import me.selslack.codingame.zombies.Player;
import me.selslack.codingame.zombies.mcts.Config;
import java.util.concurrent.ForkJoinTask;
import java.util.concurrent.RecursiveTask;
... | 887 | 0.713641 | 0.713641 | 30 | 28.6 | 24.725965 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 4 |
f3bfdd7d709637fb61cc6ceb8da8d73ff079caf7 | 7,438,883,398,693 | 891f139788df477982e93780b4341eda822a6118 | /processing/DCFProcessor.java | 2cf070541baa7d9f20b088554e4cc6dd15873d3d | [] | no_license | vishalhawa/FirmFinancials | https://github.com/vishalhawa/FirmFinancials | 2e8c2d3aedfde3219398037fdb3a202ed3bddbd6 | 0f3331b2e13320dce9b5a7f684b39dbd96004889 | refs/heads/master | 2021-01-01T18:17:17.785000 | 2015-07-31T18:27:05 | 2015-07-31T18:27:05 | 40,018,270 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package processing;
import java.util.HashMap;
import java.util.LinkedHashMap;
import java.util.Map;
import java.util.Properties;
import dao.PortfolioDAO;
public class DCFProcessor {
PortfolioDAO dao = new PortfolioDAO();
double USInflation = 0;
double USGDP = 0;
double USTBond = 0;
double USMarketReturn = 0;... | UTF-8 | Java | 5,170 | java | DCFProcessor.java | Java | [] | null | [] | package processing;
import java.util.HashMap;
import java.util.LinkedHashMap;
import java.util.Map;
import java.util.Properties;
import dao.PortfolioDAO;
public class DCFProcessor {
PortfolioDAO dao = new PortfolioDAO();
double USInflation = 0;
double USGDP = 0;
double USTBond = 0;
double USMarketReturn = 0;... | 5,170 | 0.680464 | 0.660348 | 127 | 39.70866 | 43.736526 | 226 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.354331 | false | false | 4 |
794d25f4e17dc104bbb9330450cc69ca4541a22d | 5,832,565,647,297 | 5f79dcae95801be05f0990ab3617622a71172127 | /limit-service/src/main/java/com/narendra/limitservice/MyConfiguration.java | 6838c91efea32f008f48f52cf7a9743c6b526d19 | [] | no_license | narendrasingh86/springboot-microservices | https://github.com/narendrasingh86/springboot-microservices | 252c759cbf9327c2f3ddc5a27e7f23f1a7d749e2 | 97e1dcc2fc053d24da122cf831cf1bed5bc3a05a | refs/heads/master | 2022-12-17T20:14:48.269000 | 2020-09-19T17:09:18 | 2020-09-19T17:09:18 | 296,907,726 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.narendra.limitservice;
import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.context.annotation.Configuration;
@Configuration
@ConfigurationProperties("limit")
public class MyConfiguration {
private String minimum;
private String maximum;
public Stri... | UTF-8 | Java | 556 | java | MyConfiguration.java | Java | [] | null | [] | package com.narendra.limitservice;
import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.context.annotation.Configuration;
@Configuration
@ConfigurationProperties("limit")
public class MyConfiguration {
private String minimum;
private String maximum;
public Stri... | 556 | 0.77518 | 0.77518 | 29 | 18.206896 | 19.471251 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.965517 | false | false | 4 |
52ae310000df0aec8220a3e46863360cc965874e | 21,861,383,580,054 | 2ded1865eeee0f5bb09e59c2bc2dd368b5009718 | /org.datasphere.mdm.core/src/main/java/org/datasphere/mdm/core/type/model/instance/AbstractNamedDisplayableImpl.java | f36a8eb043ddaf56b4aaa5add20e10ca381c27ad | [] | no_license | datasphere-oss/datasphere-mdm | https://github.com/datasphere-oss/datasphere-mdm | 4d0fcabaafc1acd05b0955e8bee4e695e9e8fd50 | 971079f105cf92951df658a187d34e88044ef5d4 | refs/heads/main | 2023-08-20T20:58:41.403000 | 2021-10-17T07:23:20 | 2021-10-17T07:23:20 | 417,416,422 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.datasphere.mdm.core.type.model.instance;
import org.datasphere.mdm.core.type.model.NamedDisplayableElement;
/**
* @author Mikhail Mikhailov on Oct 7, 2020
* Just name, displayName holder.
*/
public abstract class AbstractNamedDisplayableImpl implements NamedDisplayableElement {
/**
* Name.
... | UTF-8 | Java | 1,359 | java | AbstractNamedDisplayableImpl.java | Java | [
{
"context": "ype.model.NamedDisplayableElement;\n\n/**\n * @author Mikhail Mikhailov on Oct 7, 2020\n * Just name, displayName holder.\n",
"end": 154,
"score": 0.9998157620429993,
"start": 137,
"tag": "NAME",
"value": "Mikhail Mikhailov"
}
] | null | [] | package org.datasphere.mdm.core.type.model.instance;
import org.datasphere.mdm.core.type.model.NamedDisplayableElement;
/**
* @author <NAME> on Oct 7, 2020
* Just name, displayName holder.
*/
public abstract class AbstractNamedDisplayableImpl implements NamedDisplayableElement {
/**
* Name.
*/
pr... | 1,348 | 0.597498 | 0.593819 | 61 | 21.278688 | 20.591364 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.344262 | false | false | 4 |
ec423922e47bff3cd2ac6daab99e9e09093042be | 5,128,190,989,297 | 737662ad5cbfc13532ec8079a50a76f9cd6bedba | /ProjetoIntegrador/src/controller/RegistroController.java | 240d59544feaf9a2276377a434a40de702e31bec | [] | no_license | tiffany-philippi/Registro-Entrada-e-Saida | https://github.com/tiffany-philippi/Registro-Entrada-e-Saida | 265c8196ad8e0b6b0eb0e19717371c837a449257 | e20c3fb5918b750d451291a4110e948ede950890 | refs/heads/master | 2020-05-29T11:21:11.057000 | 2019-07-04T20:25:51 | 2019-07-04T20:25:51 | 189,113,372 | 0 | 0 | null | false | 2019-06-22T22:39:15 | 2019-05-28T22:45:00 | 2019-06-19T20:44:42 | 2019-06-22T22:39:15 | 2,187 | 0 | 0 | 0 | Java | false | false | package controller;
import java.sql.SQLException;
import model.Aluno;
import model.Registro;
import model.Responsavel;
import repository.AlunoRepository;
import repository.RegistroRepository;
public class RegistroController {
private RegistroRepository repository;
public RegistroController() {
... | ISO-8859-2 | Java | 841 | java | RegistroController.java | Java | [] | null | [] | package controller;
import java.sql.SQLException;
import model.Aluno;
import model.Registro;
import model.Responsavel;
import repository.AlunoRepository;
import repository.RegistroRepository;
public class RegistroController {
private RegistroRepository repository;
public RegistroController() {
... | 841 | 0.743743 | 0.743743 | 37 | 20.567568 | 20.53019 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.837838 | false | false | 4 |
5da8d4adba5c14cb0cca46283eddf605e21cfae5 | 32,169,305,072,871 | ed3b775258808b1f3df94c139d8f7db396cff58b | /src/com/parker/comprepair/CompanyInformationPanel.java | a290b44315fed0d4dfc154ae7624fc3aa1ffe907 | [] | no_license | parkjohnston/Xtend | https://github.com/parkjohnston/Xtend | 1d50676c3c9078c84d25a9f5e6268c29cd7085d0 | 6dc8a9f0c8f0201b81eb6dbc0b19198224086ebe | HEAD | 2019-02-04T07:46:56.199000 | 2015-07-06T22:22:11 | 2015-07-06T22:22:11 | 30,607,240 | 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.parker.comprepair;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.text.ParseException;
import javax.... | UTF-8 | Java | 33,153 | java | CompanyInformationPanel.java | Java | [
{
"context": "javax.swing.text.MaskFormatter;\n\n/**\n *\n * @author andrew\n */\npublic class CompanyInformationPanel extends ",
"end": 412,
"score": 0.8303245306015015,
"start": 406,
"tag": "NAME",
"value": "andrew"
}
] | 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.parker.comprepair;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.text.ParseException;
import javax.... | 33,153 | 0.662745 | 0.64501 | 574 | 56.757839 | 44.04253 | 442 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.057491 | false | false | 4 |
6c156cf116dd1157d7ffa707c6a1c2628978877d | 15,539,191,716,008 | 06f991ea7ccf35ed65bf8b81ef61ec04c0232ce6 | /后端开发/算法/算法整理/Gre/管道网络.java | 391f7aff75229a914484f778ca78b181a1aff083 | [] | no_license | DeYuZhao/MyWiki | https://github.com/DeYuZhao/MyWiki | 3e963283afb67b290b455120809518939a3a9694 | 339738c44335ea27047e1baed93daf4e3167f1ce | refs/heads/master | 2020-05-30T12:24:05.873000 | 2019-11-28T13:14:12 | 2019-11-28T13:14:12 | 189,732,459 | 0 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Gre;
import java.util.ArrayList;
import java.util.Scanner;
/**
* @author zhaodeyu
* @classname Gre.管道网络
* @description TODO
* @date 2019-11-28 09:36
*/
public class 管道网络 {
public static void main(String args[]) {
Scanner sc = new Scanner(System.in);
int testNum = Integer.parseInt(sc.n... | UTF-8 | Java | 2,023 | java | 管道网络.java | Java | [
{
"context": "rayList;\nimport java.util.Scanner;\n\n/**\n * @author zhaodeyu\n * @classname Gre.管道网络\n * @description TODO\n * @d",
"end": 92,
"score": 0.9991471767425537,
"start": 84,
"tag": "USERNAME",
"value": "zhaodeyu"
}
] | null | [] | package Gre;
import java.util.ArrayList;
import java.util.Scanner;
/**
* @author zhaodeyu
* @classname Gre.管道网络
* @description TODO
* @date 2019-11-28 09:36
*/
public class 管道网络 {
public static void main(String args[]) {
Scanner sc = new Scanner(System.in);
int testNum = Integer.parseInt(sc.n... | 2,023 | 0.415047 | 0.395117 | 64 | 30.359375 | 20.277271 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.515625 | false | false | 4 |
b1688bb021552d5e599a49344473e85f01e9264e | 3,736,621,549,116 | 043c7a046c4d951ed92b5e19b971f8de551cf472 | /domain/src/main/java/org/communinet/billing/domain/Plan.java | 616f93c143514610c4cec1de55ab0ad181a8c2b1 | [] | no_license | rdouman/cNetBilling | https://github.com/rdouman/cNetBilling | 58e315920af27bc2b247592f0c440ecc520492e5 | b7c404ad78d88384a6ab749f7ba71e910796c96d | refs/heads/master | 2016-09-03T06:22:21.784000 | 2014-09-23T21:55:34 | 2014-09-23T21:56:18 | 12,663,283 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.communinet.billing.domain;
public class Plan {
private int planId;
private String planDesc;
private int limit;
public int getPlanId() {
return planId;
}
public void setPlanId(int planId) {
this.planId = planId;
}
public String getPlanDesc() {
return planDesc;
}
public void setPlanDesc(S... | UTF-8 | Java | 475 | java | Plan.java | Java | [] | null | [] | package org.communinet.billing.domain;
public class Plan {
private int planId;
private String planDesc;
private int limit;
public int getPlanId() {
return planId;
}
public void setPlanId(int planId) {
this.planId = planId;
}
public String getPlanDesc() {
return planDesc;
}
public void setPlanDesc(S... | 475 | 0.703158 | 0.703158 | 28 | 15.964286 | 13.345631 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.357143 | false | false | 4 |
d39b742425a2362fa01b9702804f9f929d13a5bb | 32,272,384,323,880 | e2ffa89a449ef3b44b5821b61a29cf0541d9ebc7 | /batman-api/src/main/java/com/mo9/batman/entity/FinancialIndexBO.java | 8390e6696254dda4505b40a94364a10f491c7100 | [] | no_license | fangqiming/financial | https://github.com/fangqiming/financial | 058686922b808cda7f98b4106546f97789cd9650 | a1f3420316e92722c4c95de7db2f913cbb257f88 | refs/heads/master | 2020-03-06T16:14:29.830000 | 2018-04-17T10:45:48 | 2018-04-17T10:45:48 | 126,970,051 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mo9.batman.entity;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
import java.util.List;
/**
* @Author:qmfang
* @Description: 财务指标信息
* @Date:Created in 10:24 2018/3/26
* @Modified By:
*/
@Data
@Builder
@NoArgsConstructor
@AllArgsConstruc... | UTF-8 | Java | 517 | java | FinancialIndexBO.java | Java | [
{
"context": "structor;\n\nimport java.util.List;\n\n/**\n * @Author:qmfang\n * @Description: 财务指标信息\n * @Date:Created in 10:24",
"end": 188,
"score": 0.9996559619903564,
"start": 182,
"tag": "USERNAME",
"value": "qmfang"
}
] | null | [] | package com.mo9.batman.entity;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
import java.util.List;
/**
* @Author:qmfang
* @Description: 财务指标信息
* @Date:Created in 10:24 2018/3/26
* @Modified By:
*/
@Data
@Builder
@NoArgsConstructor
@AllArgsConstruc... | 517 | 0.740594 | 0.716832 | 25 | 19.200001 | 13.151425 | 38 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 4 |
1c010401b49655cc358fcb8e5963cade76f246f8 | 28,776,280,936,510 | 6aa1b15c44d575825fb58b5270fb9ee4facf4cc9 | /STUDY/src/com/javalec/ex06/_01_TvTest.java | 1926bb54f3f665d7e0f6acb738e357211d89a581 | [] | no_license | adadsw/JavaClassAtAcademy | https://github.com/adadsw/JavaClassAtAcademy | 17572c284dec426d7b356c046dc29d436a2a50ce | 477e98d95e6c5f8c98988df843cecd01197aaac1 | refs/heads/master | 2021-05-04T10:41:14.837000 | 2018-09-27T08:52:45 | 2018-09-27T08:52:45 | 44,162,798 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.javalec.ex06;
public class _01_TvTest {
public static void main(String[] args) {
//클래스는 디자인이며, 이 디자인을 바탕으로 만들어진 메모리 공간의 객체이다.
Tv t = new Tv();
t.channel = 7;
t.channeldown();
System.out.println("channel : " + t.channel);
t.channelup();
System.out.println("channel : " + t.channe... | UTF-8 | Java | 1,058 | java | _01_TvTest.java | Java | [] | null | [] | package com.javalec.ex06;
public class _01_TvTest {
public static void main(String[] args) {
//클래스는 디자인이며, 이 디자인을 바탕으로 만들어진 메모리 공간의 객체이다.
Tv t = new Tv();
t.channel = 7;
t.channeldown();
System.out.println("channel : " + t.channel);
t.channelup();
System.out.println("channel : " + t.channe... | 1,058 | 0.596579 | 0.559356 | 35 | 26.4 | 17.709078 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.485714 | false | false | 4 |
bbff9b8543e277aeefe610177f47b1c81b5c6d73 | 28,776,280,939,450 | 78d1cc160181eee36e0fed53a1c27519e78f0747 | /src/main/java/org/kavaproject/kavatouch/dispatch/DispatchQueue.java | b2d8b0fa2223653664dc770a69ee94464fa117b8 | [
"BSD-3-Clause",
"MIT",
"Apache-2.0",
"BSD-2-Clause"
] | permissive | KavaProject/KavaTouch | https://github.com/KavaProject/KavaTouch | ed3c30c1b3d8ce5d20d12e013c09d82302764c52 | a5a815797c62694f0ad2e56334365548b7db1cc2 | refs/heads/master | 2021-01-25T08:36:59.365000 | 2014-03-29T11:20:20 | 2014-03-29T11:20:20 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright 2013 The Kava Project Developers. See the COPYRIGHT file at the top-level directory of this distribution
* and at http://kavaproject.org/COPYRIGHT.
*
* Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0> or the
* MIT license <LICENSE-MIT or h... | UTF-8 | Java | 8,804 | java | DispatchQueue.java | Java | [] | null | [] | /*
* Copyright 2013 The Kava Project Developers. See the COPYRIGHT file at the top-level directory of this distribution
* and at http://kavaproject.org/COPYRIGHT.
*
* Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0> or the
* MIT license <LICENSE-MIT or h... | 8,804 | 0.634484 | 0.632894 | 277 | 30.783394 | 25.014725 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.472924 | false | false | 4 |
0cffd9962b785e35a19c688452dbb073fa4c9213 | 18,794,776,906,601 | 3e5db00e8b31094407583c8f891fdac9295b0002 | /MyJava/src/main/java/interview/animals/YP/IsPalindrome.java | 8c705f49ab038518ce001a3fd764126129670549 | [] | no_license | humpydonkey/Portfolio | https://github.com/humpydonkey/Portfolio | b719db5de36b9343c9c6c85d4254cb9d8d1adaa2 | 4bccec6fafe3edb6f06f06a40478a5efc3f9a4d6 | refs/heads/master | 2021-01-17T11:06:52.045000 | 2021-01-04T00:01:26 | 2021-01-04T00:01:26 | 21,042,347 | 4 | 4 | null | false | 2021-01-20T22:37:37 | 2014-06-20T15:19:58 | 2021-01-04T00:01:38 | 2021-01-20T22:37:36 | 16,054 | 5 | 4 | 2 | Java | false | false | package interview.company.yelp;
import static org.junit.Assert.assertEquals;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.HashMap;
import java.util.Map;
import org.junit.Test;
public class IsPalindrome {
public static void main(String args[]) throws... | UTF-8 | Java | 1,105 | java | IsPalindrome.java | Java | [] | null | [] | package interview.company.yelp;
import static org.junit.Assert.assertEquals;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.HashMap;
import java.util.Map;
import org.junit.Test;
public class IsPalindrome {
public static void main(String args[]) throws... | 1,105 | 0.671493 | 0.662443 | 46 | 23.02174 | 19.155529 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.956522 | false | false | 4 |
46bf511128027a80d9879e6e53d6851890c770c0 | 32,246,614,473,471 | bc6e1f78736e3eeb746314186c87dd85adc90d7c | /src/main/java/com/perficient/rms/dao/EmployeeVisaDao.java | 953f36756e0fc1ae14a6e32ff4aa6f629c5321ec | [] | no_license | rsdgjb/TPT-portlet | https://github.com/rsdgjb/TPT-portlet | cca98c63c70b2ad012e5c0a187a2daba1f827929 | 749ad39cebc22725a46aaddfc9772c4a17f49635 | refs/heads/master | 2016-09-06T18:22:13.030000 | 2013-04-12T07:38:15 | 2013-04-12T07:38:15 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.perficient.rms.dao;
import com.perficient.rms.domain.Visa;
import java.util.List;
import javax.persistence.RollbackException;
/**
*
* @author Sean.Pan
*/
public interface EmployeeVisaDao {
List<Vis... | UTF-8 | Java | 647 | java | EmployeeVisaDao.java | Java | [
{
"context": ".persistence.RollbackException;\n\n/**\n *\n * @author Sean.Pan\n */\npublic interface EmployeeVisaDao {\n\n List<",
"end": 267,
"score": 0.9998527765274048,
"start": 259,
"tag": "NAME",
"value": "Sean.Pan"
}
] | null | [] | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.perficient.rms.dao;
import com.perficient.rms.domain.Visa;
import java.util.List;
import javax.persistence.RollbackException;
/**
*
* @author Sean.Pan
*/
public interface EmployeeVisaDao {
List<Vis... | 647 | 0.755796 | 0.755796 | 24 | 25.958334 | 23.761803 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.541667 | false | false | 4 |
c77f824bc724b0935a8ea8196f7beafdfac44aee | 9,268,539,491,939 | 01643b0e09a087890978d9db274194fef7518b09 | /src/ui/MapPanel.java | 35d668938631b141dc54742b92cb83c43082dafa | [] | no_license | domslozan/tesina-fia | https://github.com/domslozan/tesina-fia | fc7a7b8ecba16724725f94d6e9121cce32c3eaa4 | a896db4ee75f109ff08d6918be5ed27e0a5aa814 | refs/heads/master | 2021-01-12T22:14:48.657000 | 2015-01-07T22:14:26 | 2015-01-07T22:14:26 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ui;
import algorithms.Pathfinder;
import graph.Path;
import graph.Utils;
import java.awt.BasicStroke;
import java.awt.Color;
import java.awt.Dimension;
import java.awt.Graphics;
import java.awt.Graphics2D;
import java.awt.Point;
import java.awt.Shape;
import java.awt.event.MouseEvent;
import java.awt.event.Mou... | UTF-8 | Java | 8,300 | java | MapPanel.java | Java | [] | null | [] | package ui;
import algorithms.Pathfinder;
import graph.Path;
import graph.Utils;
import java.awt.BasicStroke;
import java.awt.Color;
import java.awt.Dimension;
import java.awt.Graphics;
import java.awt.Graphics2D;
import java.awt.Point;
import java.awt.Shape;
import java.awt.event.MouseEvent;
import java.awt.event.Mou... | 8,300 | 0.560361 | 0.556626 | 264 | 30.439394 | 25.6346 | 127 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.689394 | false | false | 4 |
ce4e1d7d97f2737b7a29409afef209c0793e1204 | 27,075,473,848,071 | 137f49a271ce51d33a9d07bf41e4a9a6dc52b5b5 | /JPsTale-AssetLoader/src/test/java/org/pstale/app/TestAnimation.java | 793b1de95b787f0c35ac6afc03becfeb1ae10216 | [] | no_license | JPsTale/jpstale | https://github.com/JPsTale/jpstale | a2203c9327e186600ab050b7ea876401e31ab3f9 | 3bcb653546a2164c3b352569f481d732f2c65ceb | refs/heads/master | 2023-08-31T13:13:32.460000 | 2018-05-09T17:54:40 | 2018-05-09T17:54:40 | 111,260,561 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.pstale.app;
import org.pstale.assets.AssetFactory;
import com.jme3.animation.AnimControl;
import com.jme3.animation.Skeleton;
import com.jme3.material.Material;
import com.jme3.math.ColorRGBA;
import com.jme3.math.Vector3f;
import com.jme3.scene.Node;
import com.jme3.scene.debug.SkeletonDebugger;
/**
* ... | UTF-8 | Java | 1,375 | java | TestAnimation.java | Java | [
{
"context": "ug.SkeletonDebugger;\n\n/**\n * 测试动画播放\n * \n * @author yanmaoyuan\n *\n */\npublic class TestAnimation extends TestBas",
"end": 352,
"score": 0.9993165731430054,
"start": 342,
"tag": "USERNAME",
"value": "yanmaoyuan"
}
] | null | [] | package org.pstale.app;
import org.pstale.assets.AssetFactory;
import com.jme3.animation.AnimControl;
import com.jme3.animation.Skeleton;
import com.jme3.material.Material;
import com.jme3.math.ColorRGBA;
import com.jme3.math.Vector3f;
import com.jme3.scene.Node;
import com.jme3.scene.debug.SkeletonDebugger;
/**
* ... | 1,375 | 0.658107 | 0.646368 | 50 | 26.26 | 25.118767 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.58 | false | false | 4 |
c85f62117692ae7082916e00d1860ae3caa0f9af | 3,607,772,545,085 | f6492d94b7f8b25d38e0f047f25ca26bad12f1ed | /ff/src/Ex12t3/Staff.java | e07ac68edd6b018722dcff52199c049ed7867335 | [] | no_license | zdlgv5/JavaLearningProcess | https://github.com/zdlgv5/JavaLearningProcess | 8ddb41bc2afc65c8c33fc7ef5e46b805e849fc61 | cbf0f7a382d0c555ef8347ef7e6927ec1217ea47 | refs/heads/master | 2020-08-05T03:34:57.595000 | 2016-08-27T06:43:31 | 2016-08-27T06:43:31 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Ex12t3;
public class Staff extends Employee{
String duty;
public void shuchu(){
super.shuchu();
System.out.println("ְλ:"+duty);
}
public Staff(String name, String address, String telphone, String email,
String office, String wage, String hireday, String duty) {
super(name, address, telphone, email... | UTF-8 | Java | 437 | java | Staff.java | Java | [] | null | [] | package Ex12t3;
public class Staff extends Employee{
String duty;
public void shuchu(){
super.shuchu();
System.out.println("ְλ:"+duty);
}
public Staff(String name, String address, String telphone, String email,
String office, String wage, String hireday, String duty) {
super(name, address, telphone, email... | 437 | 0.705747 | 0.698851 | 18 | 23.166666 | 22.674631 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.166667 | false | false | 4 |
c0be95afd7238d9dbabba365ff462adcf7067bc3 | 28,948,079,587,908 | ee582e2220db571d92c7be09521ca0ed8628c0de | /src/java/AbstractFactory/TvAbstractFactory.java | e8b726ddcb6875c448c004d630460e6a305657d7 | [] | no_license | CarlPopoca/PatronesDisenoJAVA | https://github.com/CarlPopoca/PatronesDisenoJAVA | 2e714e2e9a85ed3044b0d9c4059acfefa96de0bb | 06fb91c8e47699f5009308c04db9a6e933423d5e | refs/heads/master | 2022-05-24T01:14:38.923000 | 2020-01-21T23:09:09 | 2020-01-21T23:09:09 | 235,457,622 | 0 | 1 | null | false | 2022-04-18T02:29:24 | 2020-01-21T22:55:00 | 2020-01-21T23:09:45 | 2022-04-18T02:29:23 | 6,394 | 0 | 1 | 1 | Java | false | false | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package AbstractFactory;
/**
* Clase abstracta que sirve para implementar la creacion de la TV y del color
*
*/
public abstract class TvAbstractFactory {
public abstract TV createTV();
public abstract Color ... | UTF-8 | Java | 342 | java | TvAbstractFactory.java | Java | [] | null | [] | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package AbstractFactory;
/**
* Clase abstracta que sirve para implementar la creacion de la TV y del color
*
*/
public abstract class TvAbstractFactory {
public abstract TV createTV();
public abstract Color ... | 342 | 0.710526 | 0.710526 | 15 | 21.799999 | 23.452648 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 4 |
d0049d61bd17520da6e53dfaf67c46eacf09cf38 | 1,606,317,791,223 | 1e9ffb0437d19ec0fcd5d7019c06756e28266c32 | /app/src/main/java/com/yunsen/enjoy/activity/order/GaiYaOrderInfoActivity.java | d5e5e58734b7675ef67c3da066187d850311c032 | [] | no_license | zyjy33/chiDing | https://github.com/zyjy33/chiDing | e9266d4d477002e1bf3e7eafb8ed254f05578656 | d49a5cc9486ef490a2cd852f68f0bb1d1dcbd2df | refs/heads/master | 2020-03-24T17:06:13.594000 | 2018-09-14T04:53:55 | 2018-09-14T04:53:55 | 142,849,110 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yunsen.enjoy.activity.order;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.ImageView;
import android.widget.TextView;
import com.bumptech.glide.Glide;
import com.yunsen.enjoy.R;
import com.yunsen.enjoy.activity.BaseFragmentActivity;
import com.yun... | UTF-8 | Java | 2,383 | java | GaiYaOrderInfoActivity.java | Java | [
{
"context": "fe;\nimport butterknife.OnClick;\n\n/**\n * Created by Administrator on 2018/7/12/012.\n * 盖亚订单详情页面\n */\n\npublic class G",
"end": 556,
"score": 0.5968850255012512,
"start": 543,
"tag": "USERNAME",
"value": "Administrator"
}
] | null | [] | package com.yunsen.enjoy.activity.order;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.ImageView;
import android.widget.TextView;
import com.bumptech.glide.Glide;
import com.yunsen.enjoy.R;
import com.yunsen.enjoy.activity.BaseFragmentActivity;
import com.yun... | 2,383 | 0.659873 | 0.655626 | 85 | 26.705883 | 17.990078 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.470588 | false | false | 4 |
6c8192c8d570eee4cd83901ffe290c6bc63fda34 | 14,920,716,407,420 | 7ced6c0ed03f2f9345bbc06a09dbbcf5c8687619 | /catering-basic-server/catering-goods/catering-goods-server/src/main/java/com/meiyuan/catering/goods/entity/CateringGoodsExtendPropertyEntity.java | c91327df32d3118f426da4436aab1cfe1b22a8b3 | [] | no_license | haorq/food-word | https://github.com/haorq/food-word | c14d5752c6492aed4a6a1410f9e0352479460da0 | 18a71259d77b4d96261dab8ed51ca1f109ab5c2f | refs/heads/master | 2023-01-01T12:19:48.967000 | 2020-10-26T07:32:25 | 2020-10-26T07:32:25 | 307,292,398 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.meiyuan.catering.goods.entity;
import com.baomidou.mybatisplus.annotation.TableField;
import com.baomidou.mybatisplus.annotation.TableName;
import com.meiyuan.catering.core.entity.IdEntity;
import lombok.Data;
import java.io.Serializable;
/**
* 商品扩展属性表(CateringGoodsExtendProperty)实体类
*
* @author wxf
... | UTF-8 | Java | 1,170 | java | CateringGoodsExtendPropertyEntity.java | Java | [
{
"context": "展属性表(CateringGoodsExtendProperty)实体类\n *\n * @author wxf\n * @since 2020-03-09 17:36:32\n */\n@Data\n@TableNam",
"end": 318,
"score": 0.9996203780174255,
"start": 315,
"tag": "USERNAME",
"value": "wxf"
}
] | null | [] | package com.meiyuan.catering.goods.entity;
import com.baomidou.mybatisplus.annotation.TableField;
import com.baomidou.mybatisplus.annotation.TableName;
import com.meiyuan.catering.core.entity.IdEntity;
import lombok.Data;
import java.io.Serializable;
/**
* 商品扩展属性表(CateringGoodsExtendProperty)实体类
*
* @author wxf
... | 1,170 | 0.6819 | 0.65233 | 46 | 23.282608 | 19.768951 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.282609 | false | false | 4 |
d8137169bd901b1ea7dd3973584df7f102a5e9ce | 3,229,815,429,225 | 0df4eddc77bfc20ae6b02a08436dfbbbcbfb1e33 | /src/test/java/com/kanke/api/ObjectFactoryTest.java | c59ae7606200356646af89ae27f092c65b7b85ba | [] | no_license | kanke/Challenge | https://github.com/kanke/Challenge | 05f09491c91b6394266bea6872887844998be1cb | e515ff9613f915258179bbe6b11434aba8773ca4 | refs/heads/master | 2016-08-10T12:40:17.327000 | 2015-11-25T13:24:04 | 2015-11-25T13:24:04 | 46,749,625 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kanke.api;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.InjectMocks;
import org.mockito.Spy;
import org.mockito.runners.MockitoJUnitRunner;
import static junit.framework.Assert.assertNotNull;
import static org.mockito.Mockito.*... | UTF-8 | Java | 857 | java | ObjectFactoryTest.java | Java | [
{
"context": "t static org.mockito.Mockito.*;\n\n/**\n * Created by kishaku on 24/11/2015.\n */\n@RunWith(MockitoJUnitRunner.cl",
"end": 348,
"score": 0.9996446967124939,
"start": 341,
"tag": "USERNAME",
"value": "kishaku"
}
] | null | [] | package com.kanke.api;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.InjectMocks;
import org.mockito.Spy;
import org.mockito.runners.MockitoJUnitRunner;
import static junit.framework.Assert.assertNotNull;
import static org.mockito.Mockito.*... | 857 | 0.696616 | 0.687281 | 44 | 18.477272 | 16.79487 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.386364 | false | false | 4 |
19e2ab85e453f06a7fc53d718f3e431ac39a23b4 | 128,849,038,183 | 9af796b3b3a7b21bd4574badafa357910370e9cb | /chushimodole/src/main/java/com/example/administrator/chushi/fragment/mine/CheckAddressActivity.java | e3011dec287b0979f6558c67fb90e6f3edff5b53 | [] | no_license | liubiao1102/chushi | https://github.com/liubiao1102/chushi | 6d1489ab6d53a9b79b0b325b770920f525064444 | b16c666316be2e67bfd961db041fc662c03cd9dd | refs/heads/master | 2020-04-24T17:43:56.667000 | 2019-02-23T01:30:10 | 2019-02-23T01:30:10 | 172,157,215 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.administrator.chushi.fragment.mine;
import android.content.Intent;
import android.os.Bundle;
import android.support.annotation.LayoutRes;
import android.support.annotation.Nullable;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.u... | UTF-8 | Java | 6,838 | java | CheckAddressActivity.java | Java | [] | null | [] | package com.example.administrator.chushi.fragment.mine;
import android.content.Intent;
import android.os.Bundle;
import android.support.annotation.LayoutRes;
import android.support.annotation.Nullable;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.u... | 6,838 | 0.595597 | 0.593085 | 169 | 39.047337 | 26.9652 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.87574 | false | false | 4 |
e39cfff30d5ab4796914b6feb95b97fb8664737a | 19,988,777,832,604 | c146f5aa0a1ea4503ce9f66c2141c0ad289f21e0 | /src/main/java/hard/Shortest_Distance_from_All_Buildings_317.java | 2b7ab5690ba87eb32dc886ce6472f655a924acf3 | [] | no_license | chenlijie/leetcode | https://github.com/chenlijie/leetcode | f59bd06ad800caa5a431fa0ff343838ce46a2312 | 6f298e94f9290294dd590515f8d734bc2fcb7329 | refs/heads/master | 2021-01-20T14:16:09.788000 | 2020-01-14T00:15:47 | 2020-01-14T00:15:47 | 78,302,178 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package hard;
import com.sun.org.apache.xerces.internal.impl.xpath.regex.Match;
import java.util.ArrayList;
import java.util.LinkedList;
import java.util.List;
import java.util.Queue;
/**
* Created by chenlijie on 11/18/17.
*/
public class Shortest_Distance_from_All_Buildings_317 {
static int shortestDistance... | UTF-8 | Java | 1,977 | java | Shortest_Distance_from_All_Buildings_317.java | Java | [
{
"context": "l.List;\nimport java.util.Queue;\n\n/**\n * Created by chenlijie on 11/18/17.\n */\npublic class Shortest_Distance_f",
"end": 214,
"score": 0.9991878867149353,
"start": 205,
"tag": "USERNAME",
"value": "chenlijie"
}
] | null | [] | package hard;
import com.sun.org.apache.xerces.internal.impl.xpath.regex.Match;
import java.util.ArrayList;
import java.util.LinkedList;
import java.util.List;
import java.util.Queue;
/**
* Created by chenlijie on 11/18/17.
*/
public class Shortest_Distance_from_All_Buildings_317 {
static int shortestDistance... | 1,977 | 0.414264 | 0.382903 | 75 | 25.360001 | 21.935444 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.946667 | false | false | 4 |
cee81218fc47df0978ef7d1e36566ac12ca196c0 | 19,988,777,832,195 | ca030864a3a1c24be6b9d1802c2353da4ca0d441 | /classes9.dex_source_from_JADX/com/facebook/messaging/payment/awareness/PaymentAwarenessFragment.java | c5fc4f2083554e97798d54c10e141133ef59ae3c | [] | no_license | pxson001/facebook-app | https://github.com/pxson001/facebook-app | 87aa51e29195eeaae69adeb30219547f83a5b7b1 | 640630f078980f9818049625ebc42569c67c69f7 | refs/heads/master | 2020-04-07T20:36:45.758000 | 2018-03-07T09:04:57 | 2018-03-07T09:04:57 | 124,208,458 | 4 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.facebook.messaging.payment.awareness;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import com.facebook.base.fragment.FbFragment;
import com.facebook.inject.FbInjector;
import com.facebook.l... | UTF-8 | Java | 4,553 | java | PaymentAwarenessFragment.java | Java | [] | null | [] | package com.facebook.messaging.payment.awareness;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import com.facebook.base.fragment.FbFragment;
import com.facebook.inject.FbInjector;
import com.facebook.l... | 4,553 | 0.67494 | 0.593894 | 101 | 44.079208 | 29.099585 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.821782 | false | false | 4 |
0980f98593e8f2f32879cf3a9bab571d134b5a1f | 26,190,710,596,957 | 37c6c0f2bf5143e5fdca5f5cd3852293376d1374 | /app/src/main/java/my/dzeko/timetable/wrappers/SharedPreferencesWrapper.java | a3badc952dd3a544e9234b2ba1b7cc4f40952a3f | [] | no_license | dzeko14/timetable | https://github.com/dzeko14/timetable | e889442a8f7f53f5626dacc7c6321f4ba311b799 | d63ff1cd1f0db5c6c8364cc6e4684c793a8c82c1 | refs/heads/master | 2021-07-18T21:32:28.359000 | 2018-12-05T23:08:02 | 2018-12-05T23:08:02 | 140,744,472 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package my.dzeko.timetable.wrappers;
import android.content.Context;
import android.content.SharedPreferences;
import android.support.v7.preference.PreferenceManager;
import my.dzeko.timetable.R;
public class SharedPreferencesWrapper {
private static final String SELECTED_GROUP = "selected_group";
private st... | UTF-8 | Java | 3,448 | java | SharedPreferencesWrapper.java | Java | [] | null | [] | package my.dzeko.timetable.wrappers;
import android.content.Context;
import android.content.SharedPreferences;
import android.support.v7.preference.PreferenceManager;
import my.dzeko.timetable.R;
public class SharedPreferencesWrapper {
private static final String SELECTED_GROUP = "selected_group";
private st... | 3,448 | 0.718097 | 0.716647 | 97 | 34.546391 | 30.207537 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.546392 | false | false | 4 |
99c74c72c539c0cd80b5f40e99adb506a522bdf6 | 19,988,777,836,074 | 25947d36e383ce8fcc9a5298cafda3eab60427c5 | /AndroidNetworkManager/src/main/java/aaverin/android/net/AbstractNetworkManager.java | b4705a83eb92cd7e13cc3f717d4bd8f4bcd0f93a | [] | no_license | AAverin/android-rest-test | https://github.com/AAverin/android-rest-test | 5c9b08eadf0fb537be5580d8609ffece08eb389c | 8cd5b3d201b97edc2dddf95c7432a89ff5e022fd | refs/heads/master | 2020-04-06T04:31:30.120000 | 2016-01-05T19:20:35 | 2016-01-05T19:20:35 | 16,002,810 | 5 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* @author Anton Averin <a.a.averin@gmail.com>
* <p/>
* Basic Network Manager abstraction - interface for possible implementations
*/
package aaverin.android.net;
public abstract class AbstractNetworkManager {
public abstract void subscribe(NetworkListener listener);
public abstract void ... | UTF-8 | Java | 751 | java | AbstractNetworkManager.java | Java | [
{
"context": "/**\r\n * @author Anton Averin <a.a.averin@gmail.com>\r\n * <p/>\r\n * Basic Network",
"end": 28,
"score": 0.9998893737792969,
"start": 16,
"tag": "NAME",
"value": "Anton Averin"
},
{
"context": "/**\r\n * @author Anton Averin <a.a.averin@gmail.com>\r\n * <p/>\r\n * Bas... | null | [] | /**
* @author <NAME> <<EMAIL>>
* <p/>
* Basic Network Manager abstraction - interface for possible implementations
*/
package aaverin.android.net;
public abstract class AbstractNetworkManager {
public abstract void subscribe(NetworkListener listener);
public abstract void unsubscribe(Network... | 732 | 0.732357 | 0.732357 | 29 | 23.896551 | 27.355066 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.344828 | false | false | 4 |
237fc79e84d84edb4b48887762109907d2461789 | 25,520,695,707,107 | 0ac51cd023350ca440eb4fb041d8a5837796729c | /src/main/java/com/traiana/stash/api/TagComparator.java | 107fb74c5317689c9f81ca32815aa8288c1462bb | [] | no_license | nipponilyal/stash-utils | https://github.com/nipponilyal/stash-utils | 8bf35fa751951c277f92fdad3a7e95eed9cbb7f7 | d3233d8a2e8c88f2b41c5639d27d919ecb8dc30d | HEAD | 2016-08-24T02:58:01.459000 | 2016-07-16T07:47:32 | 2016-07-16T07:47:32 | 62,967,672 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.traiana.stash.api;
import java.util.Comparator;
import java.util.List;
/**
* Created by ilyal on 12/11/2015.
*/
public class TagComparator implements Comparator<String> {
public boolean equals(TagComparator comparator){
return true;
}
/*
Compare the following tags type by ... | UTF-8 | Java | 1,144 | java | TagComparator.java | Java | [
{
"context": "arator;\nimport java.util.List;\n\n/**\n * Created by ilyal on 12/11/2015.\n */\npublic class TagComparator imp",
"end": 108,
"score": 0.9962440729141235,
"start": 103,
"tag": "USERNAME",
"value": "ilyal"
}
] | null | [] | package com.traiana.stash.api;
import java.util.Comparator;
import java.util.List;
/**
* Created by ilyal on 12/11/2015.
*/
public class TagComparator implements Comparator<String> {
public boolean equals(TagComparator comparator){
return true;
}
/*
Compare the following tags type by ... | 1,144 | 0.536713 | 0.488636 | 44 | 25 | 23.127119 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.409091 | false | false | 4 |
61addfbad4f0f8530dac1a7d27d46e5845c8fced | 21,904,333,240,093 | 3f3eb3acde241e9eb838423b193e21f1422cb62f | /src/main/java/ismetsandikci/hrmanagementsystem/api/controllers/JobPostingsController.java | d26297afd4c996745c2e65fcbeae1d2837b052d9 | [] | no_license | ismetsandikci/hr-management-system | https://github.com/ismetsandikci/hr-management-system | 70b869c18e1411597b84e0d8966eea5e349804f1 | 51db15f3f73892b6fc35e1af3508644ae1f0300e | refs/heads/main | 2023-06-08T11:15:38.869000 | 2021-06-27T06:01:44 | 2021-06-27T06:01:44 | 367,112,758 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ismetsandikci.hrmanagementsystem.api.controllers;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.CrossOrigin;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PostMapp... | UTF-8 | Java | 2,683 | java | JobPostingsController.java | Java | [] | null | [] | package ismetsandikci.hrmanagementsystem.api.controllers;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.CrossOrigin;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PostMapp... | 2,683 | 0.819605 | 0.819605 | 74 | 35.256756 | 31.455271 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.135135 | false | false | 4 |
a80fa5ee68be37d75717dc0a80b1ecc2fc82faf5 | 13,176,959,696,287 | bc8ce01b20941d799114d46738329b78b3ab0e4b | /client/src/main/java/class158.java | f0df24fd7cbfeb5526de29aa8b98de20b49151d1 | [] | permissive | rsbox/rsbox | https://github.com/rsbox/rsbox | dd8d87112066f2a7719221d705e5a77e62cbdfa5 | 7961e53f4e9c132b1f140dca7250d9dcf0b0f7bb | refs/heads/master | 2023-08-17T04:04:23.631000 | 2023-08-09T16:31:04 | 2023-08-09T16:31:04 | 197,709,170 | 3 | 3 | Apache-2.0 | false | 2019-07-19T14:43:43 | 2019-07-19T05:43:31 | 2019-07-19T13:46:06 | 2019-07-19T14:43:42 | 60 | 2 | 1 | 0 | Kotlin | false | false | public class class158 extends class179 {
int field1743;
// $FF: synthetic field
final class173 this$0;
class158(class173 var1, String var2, int var3) {
super(var1, var2);
this.this$0 = var1;
this.field1743 = var3;
}
public int method3416() {
return 0;
}
public int meth... | UTF-8 | Java | 367 | java | class158.java | Java | [] | null | [] | public class class158 extends class179 {
int field1743;
// $FF: synthetic field
final class173 this$0;
class158(class173 var1, String var2, int var3) {
super(var1, var2);
this.this$0 = var1;
this.field1743 = var3;
}
public int method3416() {
return 0;
}
public int meth... | 367 | 0.610354 | 0.487738 | 19 | 18.31579 | 14.56041 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.526316 | false | false | 4 |
522932bd9a9640abbfa9ad74ba4106a179a1d83c | 19,292,993,121,139 | c32d1d567d12928ffe7b52ffe09de9a64db0b39e | /new/201907/src/函数式编程/MessageBuilder.java | 5b764fe4b58c4bf63b56991fee08e11040225769 | [] | no_license | madokast/JavaLearning | https://github.com/madokast/JavaLearning | fdafb1f1770ff4839898bbfacaec25dd651a72e6 | b6c419e152f13c2d8688644b102b80624ae8b433 | refs/heads/master | 2022-12-24T13:14:44.659000 | 2020-01-03T07:10:18 | 2020-01-03T07:10:18 | 159,938,675 | 0 | 0 | null | false | 2022-12-16T06:44:43 | 2018-12-01T11:40:59 | 2020-01-03T07:11:10 | 2022-12-16T06:44:40 | 381,292 | 0 | 0 | 74 | HTML | false | false | package 函数式编程;
/**
* 利用 lambda 优化日志案例
* 延迟加载案例
*/
public interface MessageBuilder {
//拼接消息
String builderMessage();
}
| UTF-8 | Java | 177 | java | MessageBuilder.java | Java | [] | null | [] | package 函数式编程;
/**
* 利用 lambda 优化日志案例
* 延迟加载案例
*/
public interface MessageBuilder {
//拼接消息
String builderMessage();
}
| 177 | 0.648855 | 0.648855 | 11 | 10.909091 | 10.958222 | 33 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.181818 | false | false | 4 |
75984fa1c45ba814dd52ebe8a198edf87f12d67c | 24,421,184,100,687 | 197eb95289c580fcf187ba94111f8ccc8b4d2551 | /spring_base/ch4/src/main/java/com/fastcampus/ch4/dao/CommentDaoImpl.java | d2cacd96804af5ad2528be9a2d6b6e02dd5cf134 | [] | no_license | kimhyonseong/basic | https://github.com/kimhyonseong/basic | 0b322e7cabfb6a8e78e7a467f29f4d23328beb01 | 83b91ceb3e5616b1c05914e9a58f2a76cb2d95d0 | refs/heads/master | 2023-03-18T06:18:48.629000 | 2022-06-27T07:06:50 | 2022-06-27T07:06:50 | 251,600,863 | 0 | 0 | null | false | 2023-03-06T19:21:26 | 2020-03-31T12:48:10 | 2022-02-15T13:33:51 | 2023-03-06T19:21:19 | 59,330 | 0 | 0 | 57 | Java | false | false | package com.fastcampus.ch4.dao;
import com.fastcampus.ch4.domain.CommentDto;
import org.apache.ibatis.session.*;
import org.springframework.beans.factory.annotation.*;
import org.springframework.stereotype.*;
import java.util.*;
@Repository
public class CommentDaoImpl implements CommentDao {
@Autowired
priva... | UTF-8 | Java | 1,798 | java | CommentDaoImpl.java | Java | [] | null | [] | package com.fastcampus.ch4.dao;
import com.fastcampus.ch4.domain.CommentDto;
import org.apache.ibatis.session.*;
import org.springframework.beans.factory.annotation.*;
import org.springframework.stereotype.*;
import java.util.*;
@Repository
public class CommentDaoImpl implements CommentDao {
@Autowired
priva... | 1,798 | 0.701335 | 0.699666 | 53 | 32.943398 | 23.837038 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.603774 | false | false | 4 |
c7df012c2ad2c0d1f6aa40c6e54fbd606bf4ecd5 | 11,338,713,722,221 | 5910b8d3b71f3e7986db162f4079bfaac4ce37f8 | /src/main/java/com/verdantartifice/primalmagick/common/theorycrafting/ItemTagProjectMaterial.java | 722da063ed3a76423a56e197bd36cb8c0d456110 | [
"MIT"
] | permissive | dreamlibrarian/PrimalMagic | https://github.com/dreamlibrarian/PrimalMagic | 6394c7cf9070468a3f3340c77428c6891592091e | c4410b23d695f429f105fd0ab36e9e9993642140 | refs/heads/master | 2023-03-07T05:32:21.632000 | 2022-01-24T01:48:27 | 2022-01-24T01:48:27 | 240,937,091 | 0 | 0 | MIT | true | 2020-02-17T06:06:42 | 2020-02-16T17:47:59 | 2020-02-17T05:52:49 | 2020-02-17T06:06:42 | 3,311 | 0 | 0 | 0 | Java | false | false | package com.verdantartifice.primalmagick.common.theorycrafting;
import java.util.HashSet;
import java.util.Set;
import javax.annotation.Nonnull;
import javax.annotation.Nullable;
import com.google.gson.JsonObject;
import com.google.gson.JsonSyntaxException;
import com.verdantartifice.primalmagick.common.research.Com... | UTF-8 | Java | 7,908 | java | ItemTagProjectMaterial.java | Java | [
{
"context": " * consumed as part of the project.\n * \n * @author Daedalus4096\n */\npublic class ItemTagProjectMaterial extends A",
"end": 921,
"score": 0.9996858835220337,
"start": 909,
"tag": "USERNAME",
"value": "Daedalus4096"
}
] | null | [] | package com.verdantartifice.primalmagick.common.theorycrafting;
import java.util.HashSet;
import java.util.Set;
import javax.annotation.Nonnull;
import javax.annotation.Nullable;
import com.google.gson.JsonObject;
import com.google.gson.JsonSyntaxException;
import com.verdantartifice.primalmagick.common.research.Com... | 7,908 | 0.642387 | 0.640111 | 219 | 35.109589 | 30.082031 | 138 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.552511 | false | false | 4 |
660184c86dfd1e56770407e398549a6d5c0567e7 | 24,008,867,238,991 | 50565cfde1e2ea1072dda0c3c37861c5b943107c | /src/com/debt/interceptor/commonInterceptor.java | daf177e62cc299d1d8da3cfae390d8173f748aaf | [] | no_license | 908311595/debtsys4j | https://github.com/908311595/debtsys4j | 46f9996305cc16c664865a7390a679b6cff058b3 | 0e44d22661cb7a217f9dd6fa0eb37e84ae0df07b | refs/heads/master | 2016-08-05T04:06:11.378000 | 2015-06-02T08:28:22 | 2015-06-02T08:28:22 | 27,174,445 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.debt.interceptor;
import java.util.Map;
import com.debt.entity.Operator;
import com.opensymphony.xwork2.Action;
import com.opensymphony.xwork2.ActionContext;
import com.opensymphony.xwork2.ActionInvocation;
import com.opensymphony.xwork2.interceptor.AbstractInterceptor;
/**
* 公共拦截器,检测session是... | UTF-8 | Java | 970 | java | commonInterceptor.java | Java | [
{
"context": "公共拦截器,检测session是否有(Operator)manager存在\r\n * @author 陈捷\r\n *\r\n */\r\npublic class commonInterceptor extends ",
"end": 356,
"score": 0.9870975613594055,
"start": 354,
"tag": "NAME",
"value": "陈捷"
}
] | null | [] | package com.debt.interceptor;
import java.util.Map;
import com.debt.entity.Operator;
import com.opensymphony.xwork2.Action;
import com.opensymphony.xwork2.ActionContext;
import com.opensymphony.xwork2.ActionInvocation;
import com.opensymphony.xwork2.interceptor.AbstractInterceptor;
/**
* 公共拦截器,检测session是... | 970 | 0.743333 | 0.717778 | 36 | 23 | 22.263573 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.111111 | false | false | 4 |
6d72f6d830a239abffdfbc7a9f08413f567c4fdd | 30,116,310,679,670 | 36a329cf1c77d22fa8102c1c88e7bdbe8ed2f480 | /src/test/java/com/liuweiren/leetcode/SolutionInterview004Test.java | 93edc20000b905c2a224f8050c3b7361fcf0d227 | [] | no_license | LiuWeiren/LeetCode | https://github.com/LiuWeiren/LeetCode | 877eda1de70dd6d8f62bf8c73f7cce12c990a52c | 3d6708138baf702b7d091fd7f113303e10a18136 | refs/heads/main | 2021-12-03T08:17:11.751000 | 2021-11-10T03:43:45 | 2021-11-10T03:43:45 | 248,106,726 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.liuweiren.leetcode;
import org.junit.jupiter.api.Test;
import java.util.Arrays;
class SolutionInterview004Test {
SolutionInterview004 solution = new SolutionInterview004();
@Test
void getLeastNumbers() {
int[] arr = {3,2,1};
int k = 2;
System.out.println(Arrays.toSt... | UTF-8 | Java | 368 | java | SolutionInterview004Test.java | Java | [] | null | [] | package com.liuweiren.leetcode;
import org.junit.jupiter.api.Test;
import java.util.Arrays;
class SolutionInterview004Test {
SolutionInterview004 solution = new SolutionInterview004();
@Test
void getLeastNumbers() {
int[] arr = {3,2,1};
int k = 2;
System.out.println(Arrays.toSt... | 368 | 0.67663 | 0.641304 | 18 | 19.5 | 22.266691 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.555556 | false | false | 4 |
c3a0b4fec0cc58875724922059231555e1aa4ded | 33,054,068,332,582 | 5fe33aed8d7072812e12f552fe0ac58c36f4ad68 | /src/nlr_parser/MastEntry.java | 00f0abf4a61085da9726c51879a01f77614ce0ca | [] | no_license | steuernb/MutantHunter | https://github.com/steuernb/MutantHunter | 50bf20ae094c07a2041761e5a3a815e825fa9226 | b2a3abeb898d394b825abb9f4911f86edccaf9a4 | refs/heads/master | 2021-01-10T03:27:04.789000 | 2019-10-08T09:28:43 | 2019-10-08T09:28:43 | 44,801,170 | 6 | 3 | null | null | null | null | null | null | null | null | null | null | null | null | null | package nlr_parser;
import java.util.Vector;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
public class MastEntry {
String id;
String name;
int length;
double combined_p_value;
double p_value;
double e_value;
Vector<MastMotifHit> hits;
public MastEntry(String entryString){
... | UTF-8 | Java | 1,631 | java | MastEntry.java | Java | [] | null | [] | package nlr_parser;
import java.util.Vector;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
public class MastEntry {
String id;
String name;
int length;
double combined_p_value;
double p_value;
double e_value;
Vector<MastMotifHit> hits;
public MastEntry(String entryString){
... | 1,631 | 0.56591 | 0.561006 | 100 | 15.25 | 26.735136 | 156 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.58 | false | false | 4 |
2d45e553005c60cd230715043303d5b75592cb2a | 21,036,749,830,908 | e62a582f5196ab9bb2ed8582d229c31c4d0f0304 | /src/com/caiqian/Dynamic/ClimbingStairs/Solution.java | c031b9337d42b860e37d971a0e4ae60524d9d822 | [] | no_license | SGN196/Algorithm | https://github.com/SGN196/Algorithm | ec8e41222543ed27846ac5786ae5feb2d338a522 | 74d6b710fc1c08ade6d5dec234326c38c68ef207 | refs/heads/master | 2020-04-10T22:45:45.907000 | 2019-01-24T15:08:33 | 2019-01-24T15:08:33 | 161,331,941 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.caiqian.Dynamic.ClimbingStairs;
/**
* @author SGN196
* @date 2019/1/14 22:03
*/
public class Solution {
public static int[] x = new int[47];
public Solution(){
x[0] = 0;
x[1] = 1;
x[2] = 2;
int i = 1;
int j = 2;
for (int k = 3; k < 47 ; k++) {
... | UTF-8 | Java | 638 | java | Solution.java | Java | [
{
"context": "om.caiqian.Dynamic.ClimbingStairs;\n\n/**\n * @author SGN196\n * @date 2019/1/14 22:03\n */\n\npublic class Soluti",
"end": 66,
"score": 0.9996504783630371,
"start": 60,
"tag": "USERNAME",
"value": "SGN196"
}
] | null | [] | package com.caiqian.Dynamic.ClimbingStairs;
/**
* @author SGN196
* @date 2019/1/14 22:03
*/
public class Solution {
public static int[] x = new int[47];
public Solution(){
x[0] = 0;
x[1] = 1;
x[2] = 2;
int i = 1;
int j = 2;
for (int k = 3; k < 47 ; k++) {
... | 638 | 0.445141 | 0.402821 | 35 | 17.228571 | 14.832562 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.457143 | false | false | 4 |
d25cf4d77c149c76b1ebb44334a3acd513991eb9 | 1,941,325,240,583 | 8246da9a0ea49ef6e70bfb6bc05148fb6134ed89 | /dianping2/src/main/java/com/dianping/booking/view/TimePickerView.java | 7759adb114fb5d2e7accb22f68d5ff51dfa4b629 | [] | no_license | hezhongqiang/Dianping | https://github.com/hezhongqiang/Dianping | 2708824e30339e1abfb85e028bd27778e26adb56 | b1a4641be06857fcf65466ce04f3de6b0b6f05ef | refs/heads/master | 2020-05-29T08:48:38.251000 | 2016-01-13T08:09:05 | 2016-01-13T08:09:05 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.dianping.booking.view;
import android.content.Context;
import android.os.Handler;
import android.util.AttributeSet;
import android.util.SparseArray;
import android.view.View;
import android.widget.Button;
import android.widget.LinearLayout;
import android.widget.TextView;
import com.dianping.base.widget.Nu... | UTF-8 | Java | 7,519 | java | TimePickerView.java | Java | [
{
"context": "nClick();\n }\n}\n\n/* Location: C:\\Users\\xuetong\\Desktop\\dazhongdianping7.9.6\\ProjectSrc\\classe",
"end": 7215,
"score": 0.8450722694396973,
"start": 7212,
"tag": "USERNAME",
"value": "uet"
}
] | null | [] | package com.dianping.booking.view;
import android.content.Context;
import android.os.Handler;
import android.util.AttributeSet;
import android.util.SparseArray;
import android.view.View;
import android.widget.Button;
import android.widget.LinearLayout;
import android.widget.TextView;
import com.dianping.base.widget.Nu... | 7,519 | 0.695864 | 0.681627 | 218 | 32.834862 | 28.278761 | 148 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.642202 | false | false | 4 |
65f024debbd0c1755bad0a18a34c5363af7d43b0 | 27,023,934,247,195 | d9de548b99de7622c4f17f41749a6afe47c11aa2 | /HW13-0036478527/src/main/java/hr/fer/zemris/java/hw13/servlets/ColorSetterServlet.java | f1e5d10ad53c58d231dff1dade97e1d117ca1414 | [] | no_license | lukadante/OPJJ | https://github.com/lukadante/OPJJ | 235b9b4abc664fea00a0646ac1ba73569621ade6 | 78739822088a2a4b916aecd3f9d41c29dfd008fd | refs/heads/master | 2020-12-28T03:20:31.743000 | 2016-03-12T13:07:03 | 2016-03-12T13:07:03 | 35,557,660 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package hr.fer.zemris.java.hw13.servlets;
import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
/**
* ColorSetterServlet is a s... | UTF-8 | Java | 1,472 | java | ColorSetterServlet.java | Java | [
{
"context": "ter with name\n * {@link #BG_COLOR}.\n * \n * @author Luka Skugor\n *\n */\n@WebServlet(name = \"colorsetter\", urlPatte",
"end": 478,
"score": 0.9998552203178406,
"start": 467,
"tag": "NAME",
"value": "Luka Skugor"
}
] | null | [] | package hr.fer.zemris.java.hw13.servlets;
import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
/**
* ColorSetterServlet is a s... | 1,467 | 0.720109 | 0.715353 | 56 | 25.285715 | 25.01265 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.089286 | false | false | 4 |
ec96effc38d08a9663e40cf01b53b0f7ac125197 | 19,035,295,084,348 | 2090d36edf6ce4171f18b93342089ee251b529ae | /src/main/java/com/xnx3/j2ee/init/InitApplication.java | 65f20a3972a10cb6576cb7428680abd28a426e79 | [
"Apache-2.0"
] | permissive | leiyaSun/wangmarket | https://github.com/leiyaSun/wangmarket | d758f554986f6768f9717a8b44cc62f696180d5c | c92803166297fab3032c2dfa85feffe9c3525b13 | refs/heads/master | 2020-06-02T10:56:26.449000 | 2019-06-06T01:23:51 | 2019-06-06T01:23:51 | 191,132,982 | 1 | 0 | Apache-2.0 | true | 2019-06-10T09:00:31 | 2019-06-10T09:00:30 | 2019-06-06T01:23:58 | 2019-06-06T01:23:56 | 111,586 | 0 | 0 | 0 | null | false | false | package com.xnx3.j2ee.init;
import java.util.List;
import java.util.Map;
import javax.annotation.Resource;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.boot.CommandLineRunner;
import org.springframework.stereotype.Component;
import com.aliyun.oss.model.CannedAccessControlList;
... | UTF-8 | Java | 6,747 | java | InitApplication.java | Java | [
{
"context": " com.xnx3.net.OSSUtil;\n\n/**\n * 系统启动初始化\n * @author 管雷鸣\n */\n@Component\npublic class InitApplication imple",
"end": 875,
"score": 0.9635812640190125,
"start": 872,
"tag": "NAME",
"value": "管雷鸣"
},
{
"context": "= \"数据库异常:请将数据库中的初始数据导入,数据文件地址 https://github.com/xnx3... | null | [] | package com.xnx3.j2ee.init;
import java.util.List;
import java.util.Map;
import javax.annotation.Resource;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.boot.CommandLineRunner;
import org.springframework.stereotype.Component;
import com.aliyun.oss.model.CannedAccessControlList;
... | 6,747 | 0.70155 | 0.694439 | 191 | 27.717278 | 27.60252 | 126 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.246073 | false | false | 4 |
14b85426778f8d4b3d1b7714f5514bb5a99b6719 | 30,296,699,320,734 | 402b5395520b7f980a6469af3d58b2eabc25540a | /src/main/java/coreen/util/IdMap.java | 2559d9435257d242022f5e22537eac38b53d04b6 | [] | no_license | radughetu/coreen | https://github.com/radughetu/coreen | a65d14e90d3650fb4541f9a3cbb4bc5afff47b15 | f6f238d2d3dfcbc38cbd63fb2d36656605ddccc2 | refs/heads/master | 2021-01-20T11:32:10.324000 | 2011-09-19T00:46:03 | 2011-09-19T00:46:15 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | //
// $Id$
package coreen.util;
import java.util.HashMap;
import java.util.Map;
import com.threerings.gwt.util.Value;
/**
* A convenient map from an id to {@link Value}s which automatically creates entries as needed.
*/
public class IdMap<T>
{
/**
* Creates an id map with the supplied default value.
... | UTF-8 | Java | 876 | java | IdMap.java | Java | [] | null | [] | //
// $Id$
package coreen.util;
import java.util.HashMap;
import java.util.Map;
import com.threerings.gwt.util.Value;
/**
* A convenient map from an id to {@link Value}s which automatically creates entries as needed.
*/
public class IdMap<T>
{
/**
* Creates an id map with the supplied default value.
... | 876 | 0.578767 | 0.578767 | 42 | 19.857143 | 22.743467 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.380952 | false | false | 4 |
9324df460e179892f222e81dacffc7369ebf4ef8 | 33,105,607,939,319 | 83ba2b03e982e8536d7b0f8820d8d84a1c7e5739 | /chainStore/code/java/storePrj/chainRestClient/src/main/java/com/hq/chainClient/service/chainCard/apiData/MemberCardAllotForm.java | 27251392c4a822475bd2bcbaf2e171a127d9cb48 | [] | no_license | wengxingxia/saas-java | https://github.com/wengxingxia/saas-java | ddc21a9fe386c7903f494452a5bd8df84c30383b | 635fec53d0c1b5c179dd0104ef60def06c2a2538 | refs/heads/master | 2020-03-31T12:17:09.370000 | 2018-10-09T07:49:35 | 2018-10-09T07:49:35 | 152,210,173 | 1 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hq.chainClient.service.chainCard.apiData;
import java.util.HashSet;
import java.util.Set;
public class MemberCardAllotForm {
private String id;
private Set<Long> applyStoreIds = new HashSet<Long>();
public static MemberCardAllotForm newInstance() {
return new MemberCardAllotForm();
}
public stati... | UTF-8 | Java | 786 | java | MemberCardAllotForm.java | Java | [] | null | [] | package com.hq.chainClient.service.chainCard.apiData;
import java.util.HashSet;
import java.util.Set;
public class MemberCardAllotForm {
private String id;
private Set<Long> applyStoreIds = new HashSet<Long>();
public static MemberCardAllotForm newInstance() {
return new MemberCardAllotForm();
}
public stati... | 786 | 0.746819 | 0.746819 | 36 | 20.833334 | 21.885433 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.305556 | false | false | 4 |
32e18daffc9812e374cf2b2d3b66a6ff70dace70 | 12,498,354,832,270 | d27a42e941145d33f19d30532a755b77db2e7273 | /MedicationRecord/app/src/main/java/com/jsc5565/medication/medicationrecord/AddMedicationActivity.java | 377aa9ed314d3ce1642408013b9b8b4652e17498 | [] | no_license | jsc2576/ShowClock | https://github.com/jsc2576/ShowClock | 85e794cec1e441740ad3b2c649c15c6068317731 | cf7097a3b2d9facaed21bcbec2a531b1b655722a | refs/heads/master | 2021-03-30T16:03:31.046000 | 2018-01-19T06:54:05 | 2018-01-19T06:54:05 | 83,188,087 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jsc5565.medication.medicationrecord;
import android.media.Image;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.support.v7.widget.AppCompatSpinner;
import android.util.Log;
import android.view.View;
import android.widget.ArrayAdapter;
import android.widget.ImageVi... | UTF-8 | Java | 3,900 | java | AddMedicationActivity.java | Java | [] | null | [] | package com.jsc5565.medication.medicationrecord;
import android.media.Image;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.support.v7.widget.AppCompatSpinner;
import android.util.Log;
import android.view.View;
import android.widget.ArrayAdapter;
import android.widget.ImageVi... | 3,900 | 0.654615 | 0.646667 | 107 | 35.448597 | 27.389278 | 132 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.794393 | false | false | 4 |
e9fdaa4174c69c45e017850615b807a6242f348e | 21,251,498,199,156 | 131a54cbc8bdd4fca14156042ecb9571620c5ef1 | /src/dao/TipoCarnavalDao.java | 42f16a0ed0eedc0617d7ac1c7c14ca8b6bbe7247 | [] | no_license | JonatasRodrigues/gestao-carnaval | https://github.com/JonatasRodrigues/gestao-carnaval | ea0d0b5037af284b3c92dc61d6d8049055545f38 | 9945248bd900310ff030ddd3e5536aaa2306b19c | refs/heads/master | 2016-08-08T09:22:14.066000 | 2015-06-19T00:57:52 | 2015-06-19T00:57:52 | 34,172,093 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package dao;
import java.sql.ResultSet;
import java.sql.Statement;
import java.util.ArrayList;
import java.util.List;
import model.TipoCarnaval;
public class TipoCarnavalDao extends ConnectionFactory {
public List<TipoCarnaval> findAll() {
List<TipoCarnaval> lista = new ArrayList<>();
try {
open... | UTF-8 | Java | 1,337 | java | TipoCarnavalDao.java | Java | [] | null | [] | package dao;
import java.sql.ResultSet;
import java.sql.Statement;
import java.util.ArrayList;
import java.util.List;
import model.TipoCarnaval;
public class TipoCarnavalDao extends ConnectionFactory {
public List<TipoCarnaval> findAll() {
List<TipoCarnaval> lista = new ArrayList<>();
try {
open... | 1,337 | 0.666417 | 0.665669 | 51 | 24.215687 | 19.538111 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.627451 | false | false | 4 |
c79e19fcca1738703f1b96fd17a03f178f15da87 | 11,312,943,898,783 | 6b5719c3ede6a1947f04c0ca3661bed7209d11d0 | /src/SalaPersister.java | 7b961992b9ff4942407a6a857b077c78eaa68758 | [] | no_license | kaiqueferreiratemp/Gerenciador_de_treinamento | https://github.com/kaiqueferreiratemp/Gerenciador_de_treinamento | ebfa788b475cc88ea02ebaa5c397b302e16c178e | 1012fcdd2ca9ed79345b6423bc81cc72ed6406e4 | refs/heads/master | 2023-03-22T04:08:58.970000 | 2021-02-28T19:24:45 | 2021-02-28T19:24:45 | 343,194,111 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.BufferedWriter;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Scanner;
import java.util.regex.Pattern;
public class SalaPersister {
public void limparSalas() throws IOException {
BufferedWriter writer = new BufferedWr... | UTF-8 | Java | 1,264 | java | SalaPersister.java | Java | [] | null | [] | import java.io.BufferedWriter;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Scanner;
import java.util.regex.Pattern;
public class SalaPersister {
public void limparSalas() throws IOException {
BufferedWriter writer = new BufferedWr... | 1,264 | 0.667722 | 0.66693 | 38 | 32.236843 | 26.268286 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.657895 | false | false | 4 |
e9f4e1a2f17c1bdc41f3d529d4e0438130a90a56 | 15,668,040,717,869 | d71ba238d842b96eba67f6d9379765ce3ec82e9b | /sunshine-base/src/main/java/red/lixiang/tools/algorithm/stack/Main.java | 9fa7c617cad128098c3be9e7668189763d48501f | [
"MIT"
] | permissive | xiaodaojava/sunshine | https://github.com/xiaodaojava/sunshine | 8b3b9c40577d9d88ce59b69ec0ed31018d7f2e6b | a7f505b27d0b912b6998eccd9095648c58118c9b | refs/heads/master | 2022-12-13T19:55:42.989000 | 2022-12-05T14:48:49 | 2022-12-05T14:48:49 | 242,741,257 | 24 | 7 | MIT | false | 2020-09-02T08:52:06 | 2020-02-24T13:19:00 | 2020-08-27T07:00:52 | 2020-09-02T08:52:06 | 427 | 13 | 2 | 0 | Java | false | false | package red.lixiang.tools.algorithm.stack;
import java.util.ArrayDeque;
import java.util.Deque;
import java.util.Stack;
public class Main {
public static void main(String[] args) {
Deque<Integer> deque = new ArrayDeque<>();
deque.push(3);
deque.push(5);
Integer poll = deque.pop();... | UTF-8 | Java | 364 | java | Main.java | Java | [] | null | [] | package red.lixiang.tools.algorithm.stack;
import java.util.ArrayDeque;
import java.util.Deque;
import java.util.Stack;
public class Main {
public static void main(String[] args) {
Deque<Integer> deque = new ArrayDeque<>();
deque.push(3);
deque.push(5);
Integer poll = deque.pop();... | 364 | 0.64011 | 0.634615 | 16 | 21.75 | 16.219202 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5625 | false | false | 4 |
22df4e94c1845b06f1b88a495d8cb32cb8bbb58c | 21,397,527,084,609 | ac49190345e921dded73833e24bd2ca7a0a31578 | /HW11-0036489629/src/hr/fer/zemris/java/hw11/jnotepadpp/local/AbstractLocalizationProvider.java | e697d399b4e95990d8b915c8d85dd1b648dfa7d7 | [] | no_license | the-JJ/FER-OPJJ | https://github.com/the-JJ/FER-OPJJ | a15871cfd042662bebb1416969b2e96832c0ec07 | fce1288119b60c3a3666c09c463fdc7d208d1888 | refs/heads/master | 2021-06-01T18:00:16.700000 | 2016-09-03T10:58:24 | 2016-09-03T10:58:24 | 67,282,608 | 0 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package hr.fer.zemris.java.hw11.jnotepadpp.local;
import java.util.LinkedList;
import java.util.List;
/**
* Implements ILocalizationProvider interface and adds it the ability to
* register, de-register and inform (fire() method) listeners. It is an abstract
* class – it does not implement getString(...) method.
*... | UTF-8 | Java | 922 | java | AbstractLocalizationProvider.java | Java | [
{
"context": "not implement getString(...) method.\n *\n * @author Juraj Juričić\n */\npublic abstract class AbstractLocalizationPro",
"end": 345,
"score": 0.9998798966407776,
"start": 332,
"tag": "NAME",
"value": "Juraj Juričić"
}
] | null | [] | package hr.fer.zemris.java.hw11.jnotepadpp.local;
import java.util.LinkedList;
import java.util.List;
/**
* Implements ILocalizationProvider interface and adds it the ability to
* register, de-register and inform (fire() method) listeners. It is an abstract
* class – it does not implement getString(...) method.
*... | 913 | 0.744009 | 0.74183 | 38 | 23.18421 | 24.894361 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.894737 | false | false | 4 |
25a7c351333538bac787c7b63558c28391dfb6ba | 8,074,538,576,977 | 8058df2aab36493374f587de4489ea77ccbedd41 | /Defense/Manife/src/app/src/main/java/com/sctf2019/manife/HashBuilder.java | 32c6a926fb554077d5c1a163f1464aeb00c36f70 | [] | no_license | synod2/sstf2019 | https://github.com/synod2/sstf2019 | 4a6cea95f5dc0033b42e242f5c6bdca38e887eb6 | 4dc6c70cf290168aab0eb8212f2b8004feaf97d8 | refs/heads/master | 2020-07-12T17:53:24.964000 | 2019-08-28T07:47:40 | 2019-08-28T07:47:40 | 204,876,601 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sctf2019.manife;
import android.content.Context;
import android.content.pm.PackageManager;
import android.content.res.AssetManager;
import android.content.res.XmlResourceParser;
import android.util.Log;
import androidx.annotation.NonNull;
import org.xmlpull.v1.XmlPullParser;
import org.xmlpull... | UTF-8 | Java | 4,423 | java | HashBuilder.java | Java | [
{
"context": "ull.v1.XmlPullParser.START_TAG;\r\n\r\n/**\r\n * @author vkarko\r\n * @since 30.05.19 18:21\r\n */\r\npublic class Hash",
"end": 776,
"score": 0.9941189289093018,
"start": 770,
"tag": "USERNAME",
"value": "vkarko"
}
] | null | [] | package com.sctf2019.manife;
import android.content.Context;
import android.content.pm.PackageManager;
import android.content.res.AssetManager;
import android.content.res.XmlResourceParser;
import android.util.Log;
import androidx.annotation.NonNull;
import org.xmlpull.v1.XmlPullParser;
import org.xmlpull... | 4,423 | 0.542392 | 0.537192 | 118 | 35.483051 | 31.520435 | 128 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.601695 | false | false | 4 |
cae5ca6e4726e030b80e24431e5c0df315da2f25 | 17,910,013,685,418 | 8e14990b0dea30418d0cedf72de4db187e743c5c | /client/src/main/java/client/service/Checkout.java | 479d2fc5f9c15120d7a596b1385062eb06828de0 | [] | no_license | magnuspaal/minigit | https://github.com/magnuspaal/minigit | 6da9008a01da1590a79776a9c2732192d5e42eab | 0191dab66b1adfba42abd7a8b614e2de93f2fa8f | refs/heads/master | 2020-04-28T05:24:04.836000 | 2019-05-16T07:38:37 | 2019-05-16T07:38:37 | 175,018,575 | 0 | 1 | null | false | 2019-05-12T16:32:37 | 2019-03-11T14:33:26 | 2019-05-12T16:18:20 | 2019-05-12T16:32:37 | 1,337 | 0 | 0 | 0 | Java | false | false | package client.service;
import models.Utils;
import models.ZipUtils;
import net.lingala.zip4j.exception.ZipException;
import java.io.IOException;
public class Checkout {
public static void checkout(String commitHash) throws ZipException, IOException {
Utils.cleanWorkingDirectory();
ZipUtils.extr... | UTF-8 | Java | 456 | java | Checkout.java | Java | [] | null | [] | package client.service;
import models.Utils;
import models.ZipUtils;
import net.lingala.zip4j.exception.ZipException;
import java.io.IOException;
public class Checkout {
public static void checkout(String commitHash) throws ZipException, IOException {
Utils.cleanWorkingDirectory();
ZipUtils.extr... | 456 | 0.765351 | 0.763158 | 15 | 29.4 | 38.861805 | 148 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 4 |
f98390a27b5b239f35b9560efb8db27eef2ec434 | 16,535,624,155,180 | 6faa437b23555e38d37294a45dcdbef0d956e4ac | /src/main/java/jenkinsPages/JenkinsNewItemPage.java | 893962d9a08bebdae9f0b93dcc83edca42948dd2 | [] | no_license | matt712/testing-assess | https://github.com/matt712/testing-assess | 26b340c986287667d13ca00c9f518681696105b0 | e0df61a3198410d4ac7481556c660973e8cc40c2 | refs/heads/master | 2020-04-26T05:09:41.152000 | 2019-03-01T13:27:20 | 2019-03-01T13:27:20 | 173,324,655 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package jenkinsPages;
import org.openqa.selenium.JavascriptExecutor;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.interactions.Actions;
import org.openqa.selenium.support.FindBy;
public class JenkinsNewItemPage {
private WebDriver driver;
@FindBy(id="name"... | UTF-8 | Java | 673 | java | JenkinsNewItemPage.java | Java | [] | null | [] | package jenkinsPages;
import org.openqa.selenium.JavascriptExecutor;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.interactions.Actions;
import org.openqa.selenium.support.FindBy;
public class JenkinsNewItemPage {
private WebDriver driver;
@FindBy(id="name"... | 673 | 0.780089 | 0.780089 | 28 | 23.035715 | 16.012232 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.178571 | false | false | 4 |
9ce9beb4de30f1c631957b06d272bb4bb7c8e723 | 11,802,570,142,551 | 3191281513d3174a55e7ad1ca5b1c29f607e19b3 | /aeron-client/src/main/java/io/aeron/command/CounterMessageFlyweight.java | 7f3291952932e55ab41df0f91424c7e13697635b | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | real-logic/aeron | https://github.com/real-logic/aeron | df84f5b97586abc9be04dc8110755db8b30dc9c1 | d3414aa2bbb3f498af40429a152aa9f1057e24ee | refs/heads/master | 2023-08-28T16:14:02.028000 | 2023-08-28T15:26:29 | 2023-08-28T15:26:29 | 16,621,659 | 4,254 | 663 | Apache-2.0 | false | 2023-09-13T03:36:19 | 2014-02-07T17:16:58 | 2023-09-12T11:30:12 | 2023-09-13T02:53:34 | 62,086 | 6,692 | 829 | 19 | Java | false | false | /*
* Copyright 2014-2023 Real Logic Limited.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or ... | UTF-8 | Java | 8,873 | java | CounterMessageFlyweight.java | Java | [] | null | [] | /*
* Copyright 2014-2023 Real Logic Limited.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or ... | 8,873 | 0.530373 | 0.524513 | 268 | 32.108208 | 29.08235 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.343284 | false | false | 4 |
f3dafccfdfd87aabb105350114b82575e377960a | 23,974,507,458,862 | b868b5f00f76430aafec96327fbaa4171e144cb8 | /TestGit/src/com/test/pojo/Student_PersonalInfo.java | 83c15201308364a38c9c1b861a16a9376e4f9944 | [] | no_license | Kundan2015/TestGit | https://github.com/Kundan2015/TestGit | c963b8a6afc41b84f4b69792a48812bf5fbc3a16 | aa713dd85d7576f27ce6e8e45234901a5609a7a3 | refs/heads/master | 2020-03-23T15:52:43.399000 | 2019-03-06T12:25:47 | 2019-03-06T12:25:47 | 141,780,153 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.test.pojo;
public class Student_PersonalInfo {
int sid;
String sname;
String address;
public int getSid() {
return sid;
}
public void setSid(int sid) {
this.sid = sid;
}
public String getSname() {
return sname;
}
public void setSname(String sname) {
this.sname = sname;
}... | UTF-8 | Java | 456 | java | Student_PersonalInfo.java | Java | [] | null | [] | package com.test.pojo;
public class Student_PersonalInfo {
int sid;
String sname;
String address;
public int getSid() {
return sid;
}
public void setSid(int sid) {
this.sid = sid;
}
public String getSname() {
return sname;
}
public void setSname(String sname) {
this.sname = sname;
}... | 456 | 0.644737 | 0.644737 | 26 | 15.538462 | 12.453701 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.461538 | false | false | 4 |
8cdff200e1dd2fe04430591b792d237d50f95f02 | 1,812,476,239,146 | 02a4449e9964dce7b128a87145547a8a8d0d1179 | /src/model/Port.java | 18eb49dbf0f4c5e25ecda5c85301ee671713f002 | [] | no_license | smrealms/TheLazyTrader | https://github.com/smrealms/TheLazyTrader | affa59c7b73fcc65f0d7bcd44d8a43cba3cfe391 | 5a01be84ba3f3d9ab149a99a08a18ff0749eb82e | refs/heads/main | 2022-10-21T00:35:28.433000 | 2022-09-28T01:38:08 | 2022-09-28T01:38:08 | 233,709,382 | 1 | 2 | null | false | 2022-09-28T01:38:10 | 2020-01-13T22:46:34 | 2022-09-26T07:05:14 | 2022-09-28T01:38:08 | 16,672 | 1 | 2 | 1 | Java | false | false | package model;
import java.util.HashMap;
import java.util.Map;
public class Port
{
private int portLevel;
private int portRace;
private final Map<Integer, Good> goods = new HashMap<Integer, Good>();
public Port()
{
// for(int i=0;i<goods.length;i++)
// {
// goods[i]=new Good(i);
// }
}
public Port(in... | UTF-8 | Java | 2,277 | java | Port.java | Java | [] | null | [] | package model;
import java.util.HashMap;
import java.util.Map;
public class Port
{
private int portLevel;
private int portRace;
private final Map<Integer, Good> goods = new HashMap<Integer, Good>();
public Port()
{
// for(int i=0;i<goods.length;i++)
// {
// goods[i]=new Good(i);
// }
}
public Port(in... | 2,277 | 0.650856 | 0.649978 | 115 | 18.799999 | 23.2376 | 155 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.904348 | false | false | 4 |
ee52c93b2fc2b21cf49f148ad8c25373c5de8424 | 7,756,710,970,814 | e1f613c0836e8bfe2a6bb8b8dbbaef1289fec81b | /src/com/libr/user/NewUser.java | 2a47e821a6addb5a7f713166e7a92a310469aa43 | [] | no_license | aglimmer/jsp-book-manage | https://github.com/aglimmer/jsp-book-manage | 506cd2faa9f97b31fbfb2951232d9da265f9ac4c | 2a1f2d6b2406334a6ae66744fc56630c582b088e | refs/heads/master | 2023-04-26T20:20:42.927000 | 2021-05-15T05:41:17 | 2021-05-15T05:41:17 | 367,549,291 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.libr.user;
public class NewUser {
public NewUser() {
// TODO Auto-generated constructor stub
}
private String userid;
private String userpassword;
private String email;
// [我最好的朋友叫什么名字][我最想去的地方][我最喜欢的水果]
private String question1;
private String question2;
private String answer1;
private Str... | UTF-8 | Java | 1,961 | java | NewUser.java | Java | [
{
"context": "sword(String userpassword) {\n\t\tthis.userpassword = userpassword;\n\t}\n\tpublic String getUserpassword() {\n\t\treturn u",
"end": 634,
"score": 0.8562813997268677,
"start": 622,
"tag": "PASSWORD",
"value": "userpassword"
}
] | null | [] | package com.libr.user;
public class NewUser {
public NewUser() {
// TODO Auto-generated constructor stub
}
private String userid;
private String userpassword;
private String email;
// [我最好的朋友叫什么名字][我最想去的地方][我最喜欢的水果]
private String question1;
private String question2;
private String answer1;
private Str... | 1,959 | 0.710623 | 0.695971 | 103 | 17.553398 | 14.384949 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.553398 | false | false | 4 |
7c9acaaeb0583e95cfa127e71c54e46c8a8fca9b | 28,776,280,891,275 | e395b872652d751c141c793f5a05474e9d7a7c0c | /SolvationOfSimpleMath/src/FloadDouble.java | 3eff609fb5264c4e4f00a47295ab3750766bb7f7 | [] | no_license | betov91/JavaTasks | https://github.com/betov91/JavaTasks | 0fae8a8e7cf7fca261c37ef2026f10d73a3971dc | 27158321f2491a7c9f5b5a382f9feb262d98a1a5 | refs/heads/master | 2020-03-27T15:37:44.516000 | 2018-08-30T09:40:01 | 2018-08-30T09:40:01 | 146,729,297 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class FloadDouble {
public static void main(String[] args){
float floatPI = 3.141592653589793238f;
double doublePI = 3.141592653589793238;
System.out.println("FloatPI is: " + floatPI);
System.out.print("DoublePI is: " + doublePI);
}
}
| UTF-8 | Java | 288 | java | FloadDouble.java | Java | [] | null | [] | public class FloadDouble {
public static void main(String[] args){
float floatPI = 3.141592653589793238f;
double doublePI = 3.141592653589793238;
System.out.println("FloatPI is: " + floatPI);
System.out.print("DoublePI is: " + doublePI);
}
}
| 288 | 0.628472 | 0.496528 | 14 | 19.571428 | 22.56962 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 4 |
5191ea0a3465e72dcc5aa35e34b1e85cbb8c8545 | 31,774,168,095,905 | ecb7e109a62f6a2a130e3320ed1fb580ba4fc2de | /reference-code/esr/esale-tenants/src/main/java/jp/co/softbrain/esales/tenants/web/rest/FeedBackStatusResource.java | bd49211b5a5493b977bc06cb25b40e44a8b208f7 | [] | no_license | nisheeth84/prjs_sample | https://github.com/nisheeth84/prjs_sample | df732bc1eb58bc4fd4da6e76e6d59a2e81f53204 | 3fb10823ca4c0eb3cd92bcd2d5d4abc8d59436d9 | refs/heads/master | 2022-12-25T22:44:14.767000 | 2020-10-07T14:55:52 | 2020-10-07T14:55:52 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package jp.co.softbrain.esales.tenants.web.rest;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.MediaType;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestMa... | UTF-8 | Java | 2,040 | java | FeedBackStatusResource.java | Java | [
{
"context": "til;\n\n/**\n * FeedBackStatusResource\n * \n * @author DatDV\n */\n@RestController\n@RequestMapping(\"/api\")\npubli",
"end": 728,
"score": 0.9995981454849243,
"start": 723,
"tag": "USERNAME",
"value": "DatDV"
}
] | null | [] | package jp.co.softbrain.esales.tenants.web.rest;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.MediaType;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestMa... | 2,040 | 0.771569 | 0.771569 | 52 | 38.23077 | 37.625492 | 146 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.403846 | false | false | 4 |
bd1355e523b38658a8b73ea6416f6664db33cd63 | 26,577,257,670,676 | d42e147707107ac8a5b4ff6cd502f461590e05a5 | /src/src/etud/iia/jeux/vue/custom/PanelLog.java | 7ea37b7f4a6926ac9a38f3cf728255ec7a163fb8 | [] | no_license | thierrysup/AI-Multi-Player-Ngay-Cameroonian-FarNorth-Game | https://github.com/thierrysup/AI-Multi-Player-Ngay-Cameroonian-FarNorth-Game | 4ab521d5b31127a4183d12e892e8cbbd2f82c4fb | 2ff71bdec17dd6a9e63a19139aa16f51f760b272 | refs/heads/master | 2021-01-20T05:57:17.277000 | 2017-04-30T04:43:05 | 2017-04-30T04:43:05 | 89,828,869 | 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 src.etud.iia.jeux.vue.custom;
import java.awt.Graphics;
import javax.swing.ImageIcon;
import javax.swing.JPanel;
/**
*
* @a... | UTF-8 | Java | 881 | java | PanelLog.java | Java | [
{
"context": "con;\nimport javax.swing.JPanel;\n\n/**\n *\n * @author Thierry TCHINDA && Mercedes KADJE\n */\npublic class PanelLog exten",
"end": 341,
"score": 0.9998717308044434,
"start": 326,
"tag": "NAME",
"value": "Thierry TCHINDA"
},
{
"context": "wing.JPanel;\n\n/**\n *\n * @a... | 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 src.etud.iia.jeux.vue.custom;
import java.awt.Graphics;
import javax.swing.ImageIcon;
import javax.swing.JPanel;
/**
*
* @a... | 864 | 0.682179 | 0.675369 | 34 | 24.911764 | 22.661665 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 4 |
9fa82932940110d481a514f2de2a587d1ad1b008 | 3,272,765,107,879 | e23bc2b8039ae544e110bd3d732e7ae62d223445 | /src/HappyNumber.java | 7804c7828be06e183cdb28b4afb0915aac7aa451 | [] | no_license | manujbhardwaj/leetcode_prac | https://github.com/manujbhardwaj/leetcode_prac | 88442a6e79b3edbfa9d94a92be64338d9b2314b7 | 8f6cfbebcb04a9500614f0827b4a112170a35511 | refs/heads/master | 2021-01-17T20:49:03.999000 | 2018-06-20T20:07:12 | 2018-06-20T20:07:12 | 84,149,517 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
Write an algorithm to determine if a number is "happy".
A happy number is a number defined by the following process:
Starting with any positive integer,
replace the number by the sum of the squares of its digits,
and repeat the process until the number equals 1 (where it will stay),
or it loops endlessly in a c... | UTF-8 | Java | 982 | java | HappyNumber.java | Java | [] | null | [] | /*
Write an algorithm to determine if a number is "happy".
A happy number is a number defined by the following process:
Starting with any positive integer,
replace the number by the sum of the squares of its digits,
and repeat the process until the number equals 1 (where it will stay),
or it loops endlessly in a c... | 982 | 0.581466 | 0.541752 | 36 | 26.277779 | 19.977224 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.416667 | false | false | 4 |
a40786786b1b1e08d3a73d686190a4c267fc89b7 | 7,404,523,658,025 | dd5e927e7d4e449cdeba1897ec91376098e12822 | /src/main/java/com/basicauth/service/approval/ApprovalRuleResult.java | f56fa1f54f58255274af32eb80474a5959148d1e | [] | no_license | VarArenz028/mace-backend-v2 | https://github.com/VarArenz028/mace-backend-v2 | 288cd4fe7cf016a274081d2d050b8c5b7e0d7fe6 | 38335fb0d383e0288ef3cc4dc26791431d9f8a0b | refs/heads/master | 2020-03-27T02:18:49.928000 | 2018-08-23T01:11:54 | 2018-08-23T01:11:54 | 145,781,171 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.basicauth.service.approval;
import static com.basicauth.config.Constants.DEFAULT_GROUP;
import static com.basicauth.config.Constants.REQUEST_AUTOMATIC_APPROVED;
/**
* Return object of an Approval Rule.
* Contains result information regarding execution of an Approval Rule
* (e.g. Request Status, Status ... | UTF-8 | Java | 1,482 | java | ApprovalRuleResult.java | Java | [] | null | [] | package com.basicauth.service.approval;
import static com.basicauth.config.Constants.DEFAULT_GROUP;
import static com.basicauth.config.Constants.REQUEST_AUTOMATIC_APPROVED;
/**
* Return object of an Approval Rule.
* Contains result information regarding execution of an Approval Rule
* (e.g. Request Status, Status ... | 1,482 | 0.709177 | 0.709177 | 57 | 25 | 24.851135 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 4 |
1770572f93f5f5dc0f9f530758c444d1b784ade3 | 17,489,106,853,289 | c42c0d7c870255056a67c9e926919571e600d4c4 | /abstract/src/main/java/de/unia/oc/robotcontrol/flow/function/ProcessorTransformation.java | 54c7322335f87ac8d402f53be599a99096b8d101 | [] | no_license | maxi-k/bachelor-code | https://github.com/maxi-k/bachelor-code | 8e41826638dde69f86984116d6034b3f03fb3733 | 41aead531215af3d4eb78f3d14ff7a9d7a0501cb | refs/heads/master | 2020-03-30T05:14:46.413000 | 2018-09-20T04:38:36 | 2018-09-20T04:38:36 | 150,788,944 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /* %FILE_TEMPLATE_TEXT% */
package de.unia.oc.robotcontrol.flow.function;
import org.reactivestreams.Processor;
import org.reactivestreams.Publisher;
import org.reactivestreams.Subscriber;
import org.reactivestreams.Subscription;
import java.util.function.Function;
/**
* Interface for Functions that transform a {@l... | UTF-8 | Java | 6,671 | java | ProcessorTransformation.java | Java | [] | null | [] | /* %FILE_TEMPLATE_TEXT% */
package de.unia.oc.robotcontrol.flow.function;
import org.reactivestreams.Processor;
import org.reactivestreams.Publisher;
import org.reactivestreams.Subscriber;
import org.reactivestreams.Subscription;
import java.util.function.Function;
/**
* Interface for Functions that transform a {@l... | 6,671 | 0.595263 | 0.583571 | 170 | 38.241177 | 27.938915 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.411765 | false | false | 4 |
4b7f2f0d33074a47bef77c3ccf39e34510d3e674 | 5,463,198,427,358 | 2d396e9c89db28decbc7b8f34728efcb450a2106 | /app/src/main/java/com/example/rosa/noticias/Datasource.java | 94273482e525d22d1b8bce348b9ea5c7a1a2efde | [] | no_license | rosamarisantos/repo | https://github.com/rosamarisantos/repo | 5a281e985834f356db5f8e9dadb1a58c912e85aa | cef76a8a60e34b3d7e5d7de6b229f8761aeee8f2 | refs/heads/master | 2020-05-04T21:04:23.747000 | 2019-06-04T11:22:51 | 2019-06-04T11:22:51 | 179,463,052 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.rosa.noticias;
import java.util.List;
public interface Datasource {
public void getNoticias(String source, NoticiasCallback noticiasCallback);
public void getNoticia(int id, NoticiaCallback noticiaCallback);
interface NoticiaCallback {
public void onNoticiaCargada(Noticia noti... | UTF-8 | Java | 514 | java | Datasource.java | Java | [] | null | [] | package com.example.rosa.noticias;
import java.util.List;
public interface Datasource {
public void getNoticias(String source, NoticiasCallback noticiasCallback);
public void getNoticia(int id, NoticiaCallback noticiaCallback);
interface NoticiaCallback {
public void onNoticiaCargada(Noticia noti... | 514 | 0.733463 | 0.733463 | 17 | 29.235294 | 24.725622 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.588235 | false | false | 4 |
8528f95059d77312def74bb1a70c419e973cee41 | 33,320,356,337,047 | 6585fcd04f1060d6d7ee190d92050972ea4b2a79 | /common/src/main/java/com/yangsheng991/ecommerce/common/domain/enumeration/OrderStatus.java | 2d194e3672ef7b49d97dc7317669d766e6e1e671 | [] | no_license | yangsheng991/ecommerce | https://github.com/yangsheng991/ecommerce | 4045885ae60adc9c328ab3c4208bcda214144794 | 3d30a814ebdbd837a845f8cb0dea4b3eb6468531 | refs/heads/master | 2018-02-09T07:10:47.656000 | 2017-08-15T14:42:46 | 2017-08-15T14:42:46 | 96,695,537 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yangsheng991.ecommerce.common.domain.enumeration;
/**
* Created by sheng on 2017/7/9.
*/
public enum OrderStatus {
START, PAYMENT_DONE, DELIVERYING, DONE, REFUND;
}
| UTF-8 | Java | 186 | java | OrderStatus.java | Java | [
{
"context": "erce.common.domain.enumeration;\n\n/**\n * Created by sheng on 2017/7/9.\n */\npublic enum OrderStatus {\n\n S",
"end": 86,
"score": 0.9933860301971436,
"start": 81,
"tag": "USERNAME",
"value": "sheng"
}
] | null | [] | package com.yangsheng991.ecommerce.common.domain.enumeration;
/**
* Created by sheng on 2017/7/9.
*/
public enum OrderStatus {
START, PAYMENT_DONE, DELIVERYING, DONE, REFUND;
}
| 186 | 0.72043 | 0.672043 | 10 | 17.6 | 22.118771 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 4 |
54b4d9d62426438ebb82807af741d9dc4ba00999 | 23,124,103,937,582 | 16a631c5a612f56cacd9cd04893b7b52888ddad2 | /src/controllor/action/reviewboard/AdminCommentAddAction.java | 6269ec05ddc092ba8988238b81e52b6eebcb50a6 | [] | no_license | brightest-ko/Jsp-terraHotel | https://github.com/brightest-ko/Jsp-terraHotel | 18f245d61d9591caa43fbb2f9f979df9045377a2 | 1e2b87e3d7ac63b59d957c536b0d0af548c6e0ec | refs/heads/master | 2020-03-10T13:57:55.991000 | 2018-04-16T02:45:04 | 2018-04-16T02:45:04 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package controllor.action.reviewboard;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
import controllor.action.*;
import reviewboard.*;
public class AdminCommentAddAction implements Action {
public ActionForward exe... | UTF-8 | Java | 2,495 | java | AdminCommentAddAction.java | Java | [] | null | [] | package controllor.action.reviewboard;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
import controllor.action.*;
import reviewboard.*;
public class AdminCommentAddAction implements Action {
public ActionForward exe... | 2,495 | 0.67923 | 0.677181 | 70 | 32.871429 | 26.064163 | 129 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.342857 | false | false | 4 |
121cc950fe703a784ad7fc10dc9830c30239d3f2 | 25,168,508,381,555 | 5b2c309c903625b14991568c442eb3a889762c71 | /classes/b/a/a/m.java | 541dce9347fc3a7357f767dca97b8cf737ee6a90 | [] | no_license | iidioter/xueqiu | https://github.com/iidioter/xueqiu | c71eb4bcc53480770b9abe20c180da693b2d7946 | a7d8d7dfbaf9e603f72890cf861ed494099f5a80 | refs/heads/master | 2020-12-14T23:55:07.246000 | 2016-10-08T08:56:27 | 2016-10-08T08:56:27 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package b.a.a;
final class m
{
final Object a;
final k b;
final int c;
volatile boolean d;
m(Object paramObject, k paramk)
{
this.a = paramObject;
this.b = paramk;
this.c = 0;
this.d = true;
}
public final boolean equals(Object paramObject)
{
boolean bool2 = false;
boole... | UTF-8 | Java | 870 | java | m.java | Java | [] | null | [] | package b.a.a;
final class m
{
final Object a;
final k b;
final int c;
volatile boolean d;
m(Object paramObject, k paramk)
{
this.a = paramObject;
this.b = paramk;
this.c = 0;
this.d = true;
}
public final boolean equals(Object paramObject)
{
boolean bool2 = false;
boole... | 870 | 0.550575 | 0.528736 | 47 | 17.531916 | 16.548897 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.382979 | false | false | 4 |
fde5b9dd2aeb41738e11c52e979e98456aa31555 | 29,892,972,398,699 | cb6a44e49c766f34f712b501068b2f1f72482b20 | /app/src/main/java/com/footbar/player_list/AsyncHttp.java | 250064046f4c5552e5f413e93abf6df27ea74b96 | [] | no_license | xavier-breuil/player_list | https://github.com/xavier-breuil/player_list | 5a2df8e15614a49a19163f9b008d6f0235168a33 | 78bf62e2a94cfd68951cb5a0f53ee1a1730ff10d | refs/heads/master | 2016-09-14T07:39:51.851000 | 2016-05-05T21:00:32 | 2016-05-05T21:00:32 | 57,966,347 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.footbar.player_list;
import android.os.AsyncTask;
public class AsyncHttp extends AsyncTask<String, Integer, String> {
// Class to create a thread that will get the data from the internet page
private HttpClient httpClient = new HttpClient(); // HttpClient will communicate with the internet page
... | UTF-8 | Java | 991 | java | AsyncHttp.java | Java | [] | null | [] | package com.footbar.player_list;
import android.os.AsyncTask;
public class AsyncHttp extends AsyncTask<String, Integer, String> {
// Class to create a thread that will get the data from the internet page
private HttpClient httpClient = new HttpClient(); // HttpClient will communicate with the internet page
... | 991 | 0.701312 | 0.698285 | 30 | 32 | 31.239931 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 4 |
9829314de89994e2b0451314c0b81e2253635be0 | 17,282,948,451,798 | 95fa09b3ff191041a5b3ce576bafdb612f6a0a37 | /risk-server/src/main/java/com/fable/risk/bean/filemanager/FilePercentBean.java | 03070d3ca84b75d27a9e795b56210b3e034958ef | [] | no_license | wangyuh/nongsh | https://github.com/wangyuh/nongsh | 21888ed79fd94681b9fedd3a4f80f543b45eb340 | fb578af973c98c1b624d2581793d673601e00705 | refs/heads/master | 2020-02-27T12:09:58.742000 | 2017-07-18T02:28:15 | 2017-07-18T02:28:15 | 95,529,619 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.fable.risk.bean.filemanager;
public class FilePercentBean {
public FilePercentBean() {
}
public FilePercentBean(int percent) {
this.percent = percent;
}
private float percent;
public float getPercent() {
return percent;
}
public void setPercent(float percent) {
this.percent = percent;
}... | UTF-8 | Java | 323 | java | FilePercentBean.java | Java | [] | null | [] | package com.fable.risk.bean.filemanager;
public class FilePercentBean {
public FilePercentBean() {
}
public FilePercentBean(int percent) {
this.percent = percent;
}
private float percent;
public float getPercent() {
return percent;
}
public void setPercent(float percent) {
this.percent = percent;
}... | 323 | 0.721362 | 0.721362 | 21 | 14.380953 | 15.116929 | 40 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.952381 | false | false | 4 |
f52d66291f19c2aa2064a363d04f6eb7c5897468 | 7,851,200,282,915 | 2836af61d8c925c7cff32675a777e04569748746 | /HelloWeb/src/main/java/com/demo/dao/impl/Role_AccessDapImpl.java | 6926592a445c312318487491c96879e90abcc2ec | [] | no_license | zero000816/HelloWeb | https://github.com/zero000816/HelloWeb | 02a24521b8e8d3758d53deee6356346d444a7101 | 61350a1a0104229a5627b7a5674791ebe1d78050 | refs/heads/master | 2023-01-07T12:20:07.234000 | 2020-11-04T15:51:59 | 2020-11-04T15:51:59 | 310,039,822 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.demo.dao.impl;
import com.demo.dao.DaoCon;
import com.demo.dao.Role_AccessDao;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.util.ArrayList;
import java.util.List;
public class Role_AccessDapImpl implements Role_AccessDao {
@Override
public ... | UTF-8 | Java | 986 | java | Role_AccessDapImpl.java | Java | [] | null | [] | package com.demo.dao.impl;
import com.demo.dao.DaoCon;
import com.demo.dao.Role_AccessDao;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.util.ArrayList;
import java.util.List;
public class Role_AccessDapImpl implements Role_AccessDao {
@Override
public ... | 986 | 0.593306 | 0.591278 | 35 | 27.171429 | 15.799612 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.657143 | false | false | 4 |
d9fccc4e4fbc82cce19f2a4574359430ea6339a1 | 29,085,518,568,371 | 5eebeae1fb0740272dd101b70f22b59596ce87f1 | /src/es/clementin/comrade/Leaf.java | dd59ae42591443a60e410279d18c4aeacfe3be73 | [] | no_license | lavelle/comrade2 | https://github.com/lavelle/comrade2 | 0eb14cb590c7d15d8dec689ca47ca15d27e2df66 | 30e39c0f51c9239e1cb2e4c7644fe466124ceb88 | refs/heads/master | 2018-12-29T20:45:34.375000 | 2012-11-27T23:56:10 | 2012-11-27T23:56:10 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package es.clementin.comrade;
import java.util.ArrayList;
import java.util.List;
import com.jme3.math.Quaternion;
import com.jme3.math.Transform;
import com.jme3.math.Vector3f;
class Leaf {
private Vector3f[] vertices = new Vector3f[]{
new Vector3f(1, 0, 0),
new Vector3f(2, 2, 0),
new Vector3f(0, 2, 0),
... | UTF-8 | Java | 1,746 | java | Leaf.java | Java | [] | null | [] | package es.clementin.comrade;
import java.util.ArrayList;
import java.util.List;
import com.jme3.math.Quaternion;
import com.jme3.math.Transform;
import com.jme3.math.Vector3f;
class Leaf {
private Vector3f[] vertices = new Vector3f[]{
new Vector3f(1, 0, 0),
new Vector3f(2, 2, 0),
new Vector3f(0, 2, 0),
... | 1,746 | 0.639748 | 0.607675 | 87 | 19.068966 | 16.841242 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.172414 | false | false | 4 |
e1c39d7c66e99905bbcc49ed822a5891fc41d0c5 | 20,770,461,861,870 | 9db6efa2f14baa0f4172272e361e1ed0c9940065 | /aliyun-java-sdk-cloudwf/src/main/java/com/aliyuncs/cloudwf/transform/v20170328/ResetApResponseUnmarshaller.java | 8e4f40c33f7dc0d5e3cae587dfd6b351711a2f07 | [
"Apache-2.0"
] | permissive | ResetFull/aliyun-openapi-java-sdk | https://github.com/ResetFull/aliyun-openapi-java-sdk | 31fb2c2f7c2b939df4c9067f7a221c3f2c7cef2e | e299d1778d514cd555c870a3b1de117ae3b34474 | refs/heads/master | 2021-08-31T04:50:07.771000 | 2017-12-20T12:28:50 | 2017-12-20T12:28:50 | 114,978,860 | 1 | 0 | null | true | 2017-12-21T07:57:54 | 2017-12-21T07:57:54 | 2017-12-21T01:39:27 | 2017-12-20T12:28:57 | 5,100 | 0 | 0 | 0 | null | false | null | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | UTF-8 | Java | 1,643 | java | ResetApResponseUnmarshaller.java | Java | [] | null | [] | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 1,643 | 0.788801 | 0.776628 | 38 | 42.078949 | 31.0385 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.921053 | false | false | 4 |
cc397e5ee13f2165b1df0a4726788d2032fe0588 | 22,909,355,605,961 | e069ea139afea25c48297ae92257d60bb4068b19 | /src/main/java/com/fuck/dao/impl/TestDaoImpl.java | 549f045a17c2547584a18092311da2434b574541 | [] | no_license | bucketyan/ssm-demo | https://github.com/bucketyan/ssm-demo | 161769893860ec92be18b57540e4c1403496bfd1 | 36f25b58a12734f8bac7e5c05a101f404f508fa8 | refs/heads/master | 2020-03-09T22:51:12.550000 | 2018-04-11T06:35:52 | 2018-04-11T06:35:52 | 129,044,746 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.fuck.dao.impl;
import com.fuck.dao.TestDao;
import org.apache.ibatis.session.SqlSession;
import org.springframework.stereotype.Repository;
import javax.annotation.Resource;
import java.util.List;
import java.util.Map;
/**
* DESCRIPTION:
*
* @author
* @create 2018-04-11 下午2:04
* created by fuck~
**/... | UTF-8 | Java | 571 | java | TestDaoImpl.java | Java | [
{
"context": "@author\n * @create 2018-04-11 下午2:04\n * created by fuck~\n **/\n@Repository\npublic class TestDaoImpl implem",
"end": 314,
"score": 0.7499880194664001,
"start": 310,
"tag": "USERNAME",
"value": "fuck"
}
] | null | [] | package com.fuck.dao.impl;
import com.fuck.dao.TestDao;
import org.apache.ibatis.session.SqlSession;
import org.springframework.stereotype.Repository;
import javax.annotation.Resource;
import java.util.List;
import java.util.Map;
/**
* DESCRIPTION:
*
* @author
* @create 2018-04-11 下午2:04
* created by fuck~
**/... | 571 | 0.726631 | 0.707231 | 28 | 19.25 | 17.997272 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.357143 | false | false | 4 |
1bee0e1c3d07472df3df9c313da86ddd61b1a826 | 3,607,772,565,663 | 06e1e20a94761da01e8ddbf265d0297fc802f849 | /groupsDynamics_v2/groupsDynamics_v2/src/pl/edu/agh/sna/measures/DiffSizeTimesMeasure.java | dbbbba65bdd058cf572e35151ae86e337590abe1 | [] | no_license | costrella/toik | https://github.com/costrella/toik | 788eaf8847fa4107f9b9ae1151bca82b84e4931b | ce769e816c0db84c32890e236a678c9c1ed4ef3a | refs/heads/master | 2021-01-22T09:33:37.143000 | 2015-09-06T21:27:44 | 2015-09-06T21:27:44 | 41,623,468 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pl.edu.agh.sna.measures;
import java.util.Set;
public class DiffSizeTimesMeasure {
public int calculate(Set<String> set1, Set<String> set2) {
int size1 = set1.size();
int size2 = set2.size();
if (size1 == 0 || size2 == 0) {
return 0;
} else if (size1 < size2) {
return size2 / size1;
} else ... | UTF-8 | Java | 357 | java | DiffSizeTimesMeasure.java | Java | [] | null | [] | package pl.edu.agh.sna.measures;
import java.util.Set;
public class DiffSizeTimesMeasure {
public int calculate(Set<String> set1, Set<String> set2) {
int size1 = set1.size();
int size2 = set2.size();
if (size1 == 0 || size2 == 0) {
return 0;
} else if (size1 < size2) {
return size2 / size1;
} else ... | 357 | 0.62465 | 0.577031 | 20 | 16.85 | 16.100544 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.65 | false | false | 4 |
ffdcc42f37ec855143f75c7717ff9c76fd67f46e | 17,660,905,582,003 | b8dbe3bf1bcbc5958ef24248a3ffddea822e805c | /Module_1LabAssignment7/eis/src/main/java/Test.java | 8c472b1dda6ee3e8114ed5667ad6bcfed39d29ad | [] | no_license | Suparna-25/Suparna_labAssignment | https://github.com/Suparna-25/Suparna_labAssignment | 7296d6f4e9e3bdc79a2fec38723b2ed09d225de9 | 433fd01aad64a2145659251f4add7ccb64397c25 | refs/heads/master | 2023-02-03T21:42:28.708000 | 2020-12-14T03:26:16 | 2020-12-14T03:26:16 | 306,255,220 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
class Shape{
public static void display(){
System.out.println("Display Of Shape");
}
}
class Circle extends Shape{
public static void display(){
System.out.println("Display Of Circle");
}
}
public class Test{
public static void main(String args[])
{
Shape s=new Shape();
Circle c=new Circle();
Shape s1=... | UTF-8 | Java | 386 | java | Test.java | Java | [] | null | [] |
class Shape{
public static void display(){
System.out.println("Display Of Shape");
}
}
class Circle extends Shape{
public static void display(){
System.out.println("Display Of Circle");
}
}
public class Test{
public static void main(String args[])
{
Shape s=new Shape();
Circle c=new Circle();
Shape s1=... | 386 | 0.663212 | 0.658031 | 21 | 17.380953 | 13.716435 | 42 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.47619 | false | false | 4 |
077ac69802ef4b88c8dd91ff3891b8064f7d8386 | 1,305,670,103,412 | 6be0fd5ef7dd4864a2be5bcf5d1fd253b787df4c | /src/leetcode/medium/RestoreIpAddresses.java | 34601123e2b5c221d4a5142342d17a124036db86 | [] | no_license | jutao/KotlinAlgorithmTest | https://github.com/jutao/KotlinAlgorithmTest | 63770366bb90f301fb9da1fe326939a24222746f | a04a0960509268c3dcccc1e565c72695ee63efdd | refs/heads/master | 2021-01-24T12:23:31.564000 | 2019-10-25T07:18:13 | 2019-10-25T07:18:13 | 123,134,098 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package leetcode.medium;
import java.util.ArrayList;
import java.util.List;
/**
* author:jutao
* time:2019/5/23
* description:93. 复原IP地址
* 给定一个只包含数字的字符串,复原它并返回所有可能的 IP 地址格式。
*/
public class RestoreIpAddresses {
public static void main(String[] args) {
System.out.println(new RestoreIpAddresses().resto... | UTF-8 | Java | 1,712 | java | RestoreIpAddresses.java | Java | [
{
"context": ".ArrayList;\nimport java.util.List;\n\n/**\n * author:jutao\n * time:2019/5/23\n * description:93. 复原IP地址\n * 给定",
"end": 97,
"score": 0.9993929862976074,
"start": 92,
"tag": "USERNAME",
"value": "jutao"
}
] | null | [] | package leetcode.medium;
import java.util.ArrayList;
import java.util.List;
/**
* author:jutao
* time:2019/5/23
* description:93. 复原IP地址
* 给定一个只包含数字的字符串,复原它并返回所有可能的 IP 地址格式。
*/
public class RestoreIpAddresses {
public static void main(String[] args) {
System.out.println(new RestoreIpAddresses().resto... | 1,712 | 0.471306 | 0.446276 | 59 | 26.762712 | 21.288446 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.542373 | false | false | 4 |
7e308b60b737f87e949580305924e45a17d81791 | 33,337,536,172,975 | cefecfea3d635eeb08b1a4423d73f633c8d175df | /app/src/main/java/wlj/myapplication/databinding/bean/UserBean.java | 6e046030d6c46873c304036da9c24fd0e54e718c | [] | no_license | chenyuexueer/MyTestProject | https://github.com/chenyuexueer/MyTestProject | f316453877ff17a050f34c7b0be459d732ea6bca | 36cec9490f6bda4df9f05fd16a733b404153076f | refs/heads/master | 2021-06-04T18:25:37.204000 | 2019-12-25T01:37:26 | 2019-12-25T01:37:26 | 134,673,368 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package wlj.myapplication.databinding.bean;
/**
* ================================================
* Created by ${chenyuexueer}
* 时间: 2018/8/28.
* 说明:DataBinddingActivity数据
* ================================================
*/
public class UserBean {
private String name; //姓名
private String pwd; //密码
... | UTF-8 | Java | 699 | java | UserBean.java | Java | [
{
"context": "=================================\n * Created by ${chenyuexueer}\n * 时间: 2018/8/28.\n * 说明:DataBinddingActivity数据\n ",
"end": 128,
"score": 0.9995779991149902,
"start": 116,
"tag": "USERNAME",
"value": "chenyuexueer"
}
] | null | [] | package wlj.myapplication.databinding.bean;
/**
* ================================================
* Created by ${chenyuexueer}
* 时间: 2018/8/28.
* 说明:DataBinddingActivity数据
* ================================================
*/
public class UserBean {
private String name; //姓名
private String pwd; //密码
... | 699 | 0.493333 | 0.482963 | 33 | 19.484848 | 15.844168 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.30303 | false | false | 4 |
467cb812906a24cc0d37f36fbe3161de4aec1117 | 36,361,193,148,004 | ea8b8eb32914d30805d911697fca0325bccd8211 | /src/me/zccshome/parameterEstimation/Data.java | aef748023680c2620b38ae65dcf7e2e0cef89ec9 | [] | no_license | zccshome/PRML | https://github.com/zccshome/PRML | c5ff214102ff9ea3e7bfa81669d4e614102ed395 | 2ef284f871c1527920939ef7d73df71673a2c82d | refs/heads/master | 2016-09-06T16:44:16.304000 | 2014-01-17T17:57:40 | 2014-01-17T17:57:40 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package me.zccshome.parameterEstimation;
import java.util.ArrayList;
import java.util.List;
import java.util.Random;
public class Data {
private List<Double> data;
public Data() {
data = new ArrayList<Double>();
for(int i = 0; i < 10; i++) {
data.add(nextGaussion(2, 0.1));
}
for(int i = 0; i < 10; i++)... | UTF-8 | Java | 739 | java | Data.java | Java | [] | null | [] | package me.zccshome.parameterEstimation;
import java.util.ArrayList;
import java.util.List;
import java.util.Random;
public class Data {
private List<Double> data;
public Data() {
data = new ArrayList<Double>();
for(int i = 0; i < 10; i++) {
data.add(nextGaussion(2, 0.1));
}
for(int i = 0; i < 10; i++)... | 739 | 0.631935 | 0.607578 | 36 | 19.527779 | 15.186774 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.972222 | false | false | 4 |
704cb8c95c65f4cc446068b6c17b1b84bd51f722 | 36,361,193,148,776 | 8fb8e98118fddd0499f8b25e60a0b18b59cf0881 | /src/test/java/com/localmarketplace/web/rest/ProviderRatingResourceIntTest.java | 7af2242fde695d192fb7daa52fd8acb228d600e2 | [] | no_license | thecomputerguy/localmarketplace | https://github.com/thecomputerguy/localmarketplace | ca9dbfb874e5774ee2cb9e18e9b48b04e4173fed | 4259b7f29723d61e38cf25ec4787c41a9ea2a314 | refs/heads/master | 2021-05-09T04:31:33.002000 | 2018-02-07T21:39:36 | 2018-02-07T21:39:36 | 119,275,124 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.localmarketplace.web.rest;
import com.localmarketplace.LocalmarketplaceApp;
import com.localmarketplace.domain.ProviderRating;
import com.localmarketplace.repository.ProviderRatingRepository;
import com.localmarketplace.service.ProviderRatingService;
import com.localmarketplace.service.dto.ProviderRatingD... | UTF-8 | Java | 15,484 | java | ProviderRatingResourceIntTest.java | Java | [] | null | [] | package com.localmarketplace.web.rest;
import com.localmarketplace.LocalmarketplaceApp;
import com.localmarketplace.domain.ProviderRating;
import com.localmarketplace.repository.ProviderRatingRepository;
import com.localmarketplace.service.ProviderRatingService;
import com.localmarketplace.service.dto.ProviderRatingD... | 15,484 | 0.732111 | 0.727848 | 329 | 46.063831 | 33.35886 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.422492 | false | false | 4 |
a669abba135c7d01d14ea64c920922114ba47224 | 19,791,209,365,792 | da08926a725d57168e20a1e9d67d5dfffb6328f2 | /21_CollectionAPI/src/collection/test1/ArrayList3.java | e700f11b9aafb86eb310bdab79634bb098acaad2 | [] | no_license | Yejun4911/Java | https://github.com/Yejun4911/Java | 122a26938faa1a8c80e057efc8e9f8381f49cfa8 | f0bc27abea997a1b2ff89aafea43c6208caf8ed4 | refs/heads/master | 2023-05-07T05:33:41.490000 | 2021-05-19T09:55:01 | 2021-05-19T09:55:01 | 311,555,943 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package collection.test1;
import java.util.ArrayList;
import java.util.List;
/*
* List
* 순서를 가지면서 객체를 저장하는방식
* 중복은 허용한다.
*
*/
public class ArrayList3 {
public static void main(String[] args) {
List<String> list = new ArrayList<String>();
list.add("강호동");
list.add("이수근");
list.add("강호동");
list.add("서... | UHC | Java | 876 | java | ArrayList3.java | Java | [
{
"context": "ring> list = new ArrayList<String>();\n\t\tlist.add(\"강호동\");\n\t\tlist.add(\"이수근\");\n\t\tlist.add(\"강호동\");\n\t\tlist.a",
"end": 265,
"score": 0.9995283484458923,
"start": 262,
"tag": "NAME",
"value": "강호동"
},
{
"context": "rayList<String>();\n\t\tlist.add(\"강호동\");\n... | null | [] | package collection.test1;
import java.util.ArrayList;
import java.util.List;
/*
* List
* 순서를 가지면서 객체를 저장하는방식
* 중복은 허용한다.
*
*/
public class ArrayList3 {
public static void main(String[] args) {
List<String> list = new ArrayList<String>();
list.add("강호동");
list.add("이수근");
list.add("강호동");
list.add("서... | 876 | 0.610497 | 0.600829 | 37 | 18.567568 | 15.541645 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.810811 | false | false | 4 |
f4b0ec333896c3c833df2c5d8d98fbe019367b57 | 16,810,502,038,384 | d901b805025971068343c6ea33b28428a37a6275 | /app/src/main/java/org/forceclose/threemeals/TiffinAdapter.java | 3e50db4cc7b0bbde49c8c2a281dd3d8eb364c8c4 | [] | no_license | bapatparthasarthi/ThreeMeals | https://github.com/bapatparthasarthi/ThreeMeals | 05200b9d240a65f69db9d6d46750acf0f74900cb | 558642327d1d3a439e736220dab321f7a56df92a | refs/heads/master | 2020-03-22T20:29:05.534000 | 2018-07-11T16:48:35 | 2018-07-11T16:48:35 | 140,604,085 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.forceclose.threemeals;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.media.Image;
import android.os.Build;
import android.support.v4.app.ActivityOptionsCompat;
import android.support.v4.view.ViewCompat;
i... | UTF-8 | Java | 4,213 | java | TiffinAdapter.java | Java | [] | null | [] | package org.forceclose.threemeals;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.media.Image;
import android.os.Build;
import android.support.v4.app.ActivityOptionsCompat;
import android.support.v4.view.ViewCompat;
i... | 4,213 | 0.672917 | 0.672205 | 107 | 38.373833 | 28.183153 | 131 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.71028 | false | false | 4 |
833166f49730a84c94e95a8678913b3dd5501cab | 35,046,933,167,521 | e4aa8c9b583e7a18cebee4e10041f097209a1721 | /user-service/src/main/java/com/project/userservice/controller/UserController.java | d93d6224baf2d26e02ea91b6ea42987c4469bdd2 | [] | no_license | swapnilganjale/microservices | https://github.com/swapnilganjale/microservices | 52ae14859f9bf285f54749cba0cd901cbb754d29 | b290e1134659512c72795ad3047409a8a62f5b54 | refs/heads/master | 2020-05-09T05:57:09.664000 | 2019-04-12T10:49:34 | 2019-04-12T10:49:34 | 180,988,729 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.project.userservice.controller;
import java.io.IOException;
import java.util.List;
import javax.validation.Valid;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.CrossOrigin;
import org.springframework.web.bind.annotation.DeleteMapping;
import... | UTF-8 | Java | 4,668 | java | UserController.java | Java | [] | null | [] | package com.project.userservice.controller;
import java.io.IOException;
import java.util.List;
import javax.validation.Valid;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.CrossOrigin;
import org.springframework.web.bind.annotation.DeleteMapping;
import... | 4,668 | 0.756213 | 0.756213 | 180 | 24.933332 | 26.186426 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.038889 | false | false | 4 |
59a28dcf05db17afe1e671e1f45b18e31ea837ea | 35,192,962,047,115 | 126214a888167a0fd4e817f0b4af08422c136a69 | /src/dao/BillDAO.java | e9b6062958cb516d9c080f6a26732788f798e055 | [] | no_license | TruongGiangVu/CoffeeShop-project-Java-programing | https://github.com/TruongGiangVu/CoffeeShop-project-Java-programing | 6aed819437345b7596307e72b8bffb5adb402416 | 242821dd11a0b1a161830a39473faa97784b5f81 | refs/heads/master | 2020-07-25T00:50:40.440000 | 2019-09-12T17:44:03 | 2019-09-12T17:44:03 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package dao;
import java.sql.ResultSet;
import java.util.ArrayList;
import dto.Bill;
public class BillDAO {
public ArrayList<Bill> readAll(){
ArrayList<Bill> arr = new ArrayList<Bill>();
String sql = "select * from bill;";
DataTransfer data = new DataTransfer();
try {
data.connect();
... | UTF-8 | Java | 4,018 | java | BillDAO.java | Java | [] | null | [] | package dao;
import java.sql.ResultSet;
import java.util.ArrayList;
import dto.Bill;
public class BillDAO {
public ArrayList<Bill> readAll(){
ArrayList<Bill> arr = new ArrayList<Bill>();
String sql = "select * from bill;";
DataTransfer data = new DataTransfer();
try {
data.connect();
... | 4,018 | 0.592086 | 0.589597 | 150 | 24.786667 | 23.166237 | 156 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.18 | false | false | 4 |
813596deb0ee77d4152dec4b3d8f6f2e773a1b35 | 1,005,022,410,452 | d16f17f3b9d0aa12c240d01902a41adba20fad12 | /src/leetcode/leetcode12xx/leetcode1203/Solution.java | 42197c4df4e644d77969a5205591d93d92eb7432 | [] | no_license | redsun9/leetcode | https://github.com/redsun9/leetcode | 79f9293b88723d2fd123d9e10977b685d19b2505 | 67d6c16a1b4098277af458849d352b47410518ee | refs/heads/master | 2023-06-23T19:37:42.719000 | 2023-06-09T21:11:39 | 2023-06-09T21:11:39 | 242,967,296 | 38 | 3 | null | null | null | null | null | null | null | null | null | null | null | null | null | package leetcode.leetcode12xx.leetcode1203;
import java.util.ArrayList;
import java.util.Collections;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Stack;
public class Solution {
public static final int[] EMPTY_RESPONSE = new int[0];
public int[] sortItems(int n, int... | UTF-8 | Java | 3,664 | java | Solution.java | Java | [] | null | [] | package leetcode.leetcode12xx.leetcode1203;
import java.util.ArrayList;
import java.util.Collections;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Stack;
public class Solution {
public static final int[] EMPTY_RESPONSE = new int[0];
public int[] sortItems(int n, int... | 3,664 | 0.524563 | 0.521288 | 87 | 41.114941 | 25.35741 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.758621 | false | false | 4 |
969c86eaa7a4969b25daf0cf47c954c6cf5ea80b | 38,379,827,764,520 | 5ffa4bc18e4e32fbc5a5fcc5b0100b2a3eb00712 | /MyApplication/app/src/main/java/com/example/myapplication/DMTest.java | 936b663b8b735df9090dbbad2bcc5ed2d1ea0d76 | [] | no_license | 1173710201/- | https://github.com/1173710201/- | 90322772e708d67e36e55c7beb53f9b0ecaef4f8 | 59dd0a976d5dfa5a4cd2cd48886e32cb751a2e28 | refs/heads/master | 2021-06-27T02:43:56.212000 | 2021-04-24T22:33:34 | 2021-04-24T22:33:34 | 225,113,099 | 0 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.myapplication;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Context;
import android.content.Intent;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.drawable.Draw... | UTF-8 | Java | 14,166 | java | DMTest.java | Java | [
{
"context": "deoView2);\n videoView.setVideoPath(\"http://39.105.21.114:12306/file/video/get?filename=\"+getIntent().getSt",
"end": 5814,
"score": 0.9995380640029907,
"start": 5801,
"tag": "IP_ADDRESS",
"value": "39.105.21.114"
},
{
"context": "e(true);\n }\n }\n ... | null | [] | package com.example.myapplication;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Context;
import android.content.Intent;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.drawable.Draw... | 14,119 | 0.599549 | 0.585714 | 381 | 33.908138 | 23.941738 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.611549 | false | false | 4 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.