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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
31afe2c2194586f156b6fc1fc487cae0a0d2ad5e | 3,023,657,001,703 | a256f4b5a8f2ed253179ebd1cd910c9b4e70e7a0 | /app/src/main/java/id/lima/moviecatalog/util/MyAppGlideModule.java | b771d4e91c69f4d247f2ab5beacd5abb3adfcd00 | [] | no_license | programmermager/movie-catalog | https://github.com/programmermager/movie-catalog | fdda5563ab128a2c5c00047d91ec216a59a0778a | 377e421a0be55c30190abb5402d250a3689f2aa2 | refs/heads/master | 2022-04-17T10:24:24.038000 | 2020-04-18T05:42:29 | 2020-04-18T05:42:29 | 256,484,906 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package id.lima.moviecatalog.util;
import com.bumptech.glide.annotation.GlideModule;
import com.bumptech.glide.module.AppGlideModule;
/**
* Created with love by muhwid on 27/10/18.
*/
@GlideModule
public class MyAppGlideModule extends AppGlideModule {
}
| UTF-8 | Java | 259 | java | MyAppGlideModule.java | Java | [
{
"context": "odule.AppGlideModule;\n\n/**\n * Created with love by muhwid on 27/10/18.\n */\n\n@GlideModule\npublic class MyApp",
"end": 170,
"score": 0.9996382594108582,
"start": 164,
"tag": "USERNAME",
"value": "muhwid"
}
] | null | [] | package id.lima.moviecatalog.util;
import com.bumptech.glide.annotation.GlideModule;
import com.bumptech.glide.module.AppGlideModule;
/**
* Created with love by muhwid on 27/10/18.
*/
@GlideModule
public class MyAppGlideModule extends AppGlideModule {
}
| 259 | 0.787645 | 0.764479 | 12 | 20.583334 | 21.803892 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 4 |
c12036dea1fea2d245913391d6c0b4e0f18db78a | 19,542,101,227,571 | 391a7d7e3d2b367fdd827bcf9da94e38214f71f3 | /HadoopPrj/demo/HadoopOne/src/acs/AscMap.java | aebb637697d426ec118e78b61fc3870894aabffe | [] | no_license | kiichi7/WorkFiles | https://github.com/kiichi7/WorkFiles | ce8cf1561c75f52b1ea945f86599e7add6332990 | d47c342140221ddca8cd06bfc21880d7a46de64b | refs/heads/master | 2020-12-25T20:42:04.265000 | 2013-11-06T07:04:56 | 2013-11-06T07:04:56 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package acs;
import java.io.IOException;
import java.util.StringTokenizer;
import org.apache.hadoop.io.IntWritable;
import org.apache.hadoop.io.Text;
import org.apache.hadoop.mapreduce.Mapper;
public class AscMap extends Mapper<Object, Text, IntWritable, IntWritable>{
private static IntWritable value_=new IntW... | UTF-8 | Java | 612 | java | AscMap.java | Java | [] | null | [] | package acs;
import java.io.IOException;
import java.util.StringTokenizer;
import org.apache.hadoop.io.IntWritable;
import org.apache.hadoop.io.Text;
import org.apache.hadoop.mapreduce.Mapper;
public class AscMap extends Mapper<Object, Text, IntWritable, IntWritable>{
private static IntWritable value_=new IntW... | 612 | 0.751634 | 0.75 | 21 | 28.142857 | 27.159643 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.571429 | false | false | 4 |
1e30e00db962205ee515b7b5c94eaae596111eb1 | 26,740,466,435,312 | 8cdb34faba033637a0b0b6b09207a0bf41a61b62 | /src/main/java/org/productservice/object/Product.java | 247d39a718ed16cb77f8292b82c5ec37cafb0de6 | [] | no_license | sopanbhutekar/product-service | https://github.com/sopanbhutekar/product-service | 88180bdbab9c4633221ec178f29c483ecc0913d8 | 19acb36ad329cbd278480b815e4c42cd91108a9e | refs/heads/main | 2023-02-12T16:03:11.283000 | 2021-01-16T05:12:13 | 2021-01-16T05:12:13 | 325,282,916 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.productservice.object;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.Table;
@Entity
@Table
public class Product {
@Id
@Column
private String productId;
@Column
private String name;
@Column
private String desc;
@Column
priv... | UTF-8 | Java | 1,048 | java | Product.java | Java | [] | null | [] | package org.productservice.object;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.Table;
@Entity
@Table
public class Product {
@Id
@Column
private String productId;
@Column
private String name;
@Column
private String desc;
@Column
priv... | 1,048 | 0.70229 | 0.70229 | 61 | 16.180328 | 14.442093 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.47541 | false | false | 4 |
3ef40a691b96bb3fddf2914907117c04d82704ce | 20,521,353,754,475 | e8733d249f3f6b2a322c70d8fe034bf7511b3ff5 | /adapter-design-patterns/RmvbPlayer.java | 2efb60301b800d23c5a70bb22a57c0243e6c73a5 | [] | no_license | menezeslarissa/design-patterns | https://github.com/menezeslarissa/design-patterns | d478c13909f7af6bb1d54b2d62a15a898b2362fb | faa1ee585209fe5ff9a6a381a68948e8fb52127e | refs/heads/master | 2020-03-14T09:03:59.704000 | 2018-06-23T05:36:59 | 2018-06-23T05:36:59 | 131,538,047 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
/**
* Escreva a descrição da classe RmvbPlayer aqui.
*
* @author (seu nome)
* @version (número de versão ou data)
*/
public class RmvbPlayer implements AdvancedVideoPlayer
{
@Override
public void playRmvb(String nome){
System.out.println("Arquivo: " + nome + " - Reproduzindo vídeo no formato .rm... | UTF-8 | Java | 615 | java | RmvbPlayer.java | Java | [] | null | [] |
/**
* Escreva a descrição da classe RmvbPlayer aqui.
*
* @author (seu nome)
* @version (número de versão ou data)
*/
public class RmvbPlayer implements AdvancedVideoPlayer
{
@Override
public void playRmvb(String nome){
System.out.println("Arquivo: " + nome + " - Reproduzindo vídeo no formato .rm... | 615 | 0.596694 | 0.596694 | 27 | 21.370371 | 23.834536 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.037037 | false | false | 4 |
32478ec9dd7b4fdf74a7302e7c1033f7c86f9354 | 26,499,948,283,920 | 646284b445e138182caa9f9bfb9611e0706b7e27 | /src/main/java/com/ids/bib/Application.java | b463f3bbfeceed745819eee504b5cd5355ec51e1 | [
"MIT"
] | permissive | mrios/bibLION.backend | https://github.com/mrios/bibLION.backend | 02a820c2bddda28fe4a46d1dd45437ca30f284cf | aedaf30fbc0e87198e6f2eb68cf9f92259e820cb | refs/heads/master | 2018-09-21T03:38:45.139000 | 2014-10-10T23:12:36 | 2014-10-10T23:12:36 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ids.bib;
import com.ids.bib.model.Member;
import com.ids.bib.repository.MemberRepository;
import static org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseType.H2;
import java.util.List;
import javax.sql.DataSource;
import org.springframework.context.annotation.AnnotationConfigApplicationCont... | UTF-8 | Java | 4,538 | java | Application.java | Java | [
{
"context": "rname( \"root\" );\n dataSource.setPassword( \"password\" );\n return dataSource;\n }\n\n @Bean\n ",
"end": 1834,
"score": 0.9995643496513367,
"start": 1826,
"tag": "PASSWORD",
"value": "password"
},
{
"context": "of Members\n // repository.sa... | null | [] | package com.ids.bib;
import com.ids.bib.model.Member;
import com.ids.bib.repository.MemberRepository;
import static org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseType.H2;
import java.util.List;
import javax.sql.DataSource;
import org.springframework.context.annotation.AnnotationConfigApplicationCont... | 4,540 | 0.706479 | 0.700309 | 115 | 38.460869 | 30.527903 | 130 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.704348 | false | false | 4 |
ba5fddd7cd045ae354bf6c837555fa14365d179f | 20,151,986,570,878 | 05065cb25561012280b2f26159f35c628cfce7d0 | /src/test/java/selo/to/aws/lambda/AwsLambdaS3ImageScalerTest.java | c26ac3ad24798dd4a1376cd9cf8445bb78a61210 | [] | no_license | 3r1co/aws-lambda-s3-image-scaler | https://github.com/3r1co/aws-lambda-s3-image-scaler | be9381f45114264f5f6fb78000f01ec4a125ef95 | f8faef72bb78ae207a1cadaf4693680c2d9b56ce | refs/heads/master | 2020-03-28T10:51:48.048000 | 2015-11-19T20:06:24 | 2015-11-19T20:06:24 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package selo.to.aws.lambda;
import static java.lang.Math.max;
import static org.hamcrest.Matchers.is;
import static org.junit.Assert.assertThat;
import java.awt.image.BufferedImage;
import java.io.IOException;
import java.io.InputStream;
import javax.imageio.ImageIO;
import org.junit.Before;
import org.junit.Test;
... | UTF-8 | Java | 2,744 | java | AwsLambdaS3ImageScalerTest.java | Java | [] | null | [] | package selo.to.aws.lambda;
import static java.lang.Math.max;
import static org.hamcrest.Matchers.is;
import static org.junit.Assert.assertThat;
import java.awt.image.BufferedImage;
import java.io.IOException;
import java.io.InputStream;
import javax.imageio.ImageIO;
import org.junit.Before;
import org.junit.Test;
... | 2,744 | 0.72777 | 0.701895 | 84 | 31.666666 | 29.26453 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.630952 | false | false | 4 |
487004292cb071177d69e1981fe771266f97b3ed | 31,756,988,194,170 | 772a5fd35b1aac2f1ffabafb20e1ead9da3f8116 | /osmdroid-android/src/main/java/org/osmdroid/mercury/MessageHandler.java | 6b53c4c6c6a98778bd8491c3781604f0961bc40b | [
"Apache-2.0"
] | permissive | sonwh98/osmdroid | https://github.com/sonwh98/osmdroid | 62b32e4b3e35f6632795c6925fd98d4cbbcea69a | 8261971125b92a69febe385e1878ee114a5a3b8d | refs/heads/master | 2021-01-20T11:38:37.225000 | 2017-09-11T12:02:34 | 2017-09-11T12:02:34 | 101,676,963 | 0 | 0 | null | true | 2017-08-28T18:56:35 | 2017-08-28T18:56:34 | 2017-08-28T18:28:31 | 2017-08-27T23:14:01 | 92,589 | 0 | 0 | 0 | null | null | null | package org.osmdroid.mercury;
public interface MessageHandler {
public Object handleMessage(Object msgValue);
} | UTF-8 | Java | 116 | java | MessageHandler.java | Java | [] | null | [] | package org.osmdroid.mercury;
public interface MessageHandler {
public Object handleMessage(Object msgValue);
} | 116 | 0.801724 | 0.801724 | 5 | 22.4 | 19.095549 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 4 |
fb088ab5c706f59cf1631439a885e3b2b8eaa56a | 22,359,599,808,774 | 5336f1e301e027d2252b55b2362e55c77792b38b | /simulator-elevator/src/main/java/bg/alexander/elevator/Elevator.java | 845395f099b4cf6c9e565bcddf9e937a69e722e8 | [] | no_license | sashokbg/discrete-event-simulator | https://github.com/sashokbg/discrete-event-simulator | cc3a3949e59cacf6ef7be8fe4f82acc51a10234a | 644ecd9e760219f4019ef47d5b4bf1bed141f908 | refs/heads/master | 2021-01-22T00:02:47.074000 | 2016-08-11T15:53:33 | 2016-08-11T15:53:33 | 48,381,684 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package bg.alexander.elevator;
import java.util.HashSet;
import java.util.Set;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import bg.alexander.Context;
import bg.alexander.State;
import bg.alexander.elevator.states.DoorsClosed;
import bg.alexander.simulator.Event;
public clas... | UTF-8 | Java | 1,224 | java | Elevator.java | Java | [] | null | [] | package bg.alexander.elevator;
import java.util.HashSet;
import java.util.Set;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import bg.alexander.Context;
import bg.alexander.State;
import bg.alexander.elevator.states.DoorsClosed;
import bg.alexander.simulator.Event;
public clas... | 1,224 | 0.751634 | 0.749183 | 58 | 20.103449 | 18.212055 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.224138 | false | false | 7 |
8f5dcc1a06b74db5853be2c642bba10da688bd17 | 21,827,023,862,826 | 4bf6db9b339caee65a219e8a2d41ccd852cbc1da | /src/main/java/com/crud/hotels/backend/weather/Coord.java | 7c430e15b34594919a8db9e1d19c736d315e1734 | [
"Apache-2.0"
] | permissive | pawelski85/Booking_app | https://github.com/pawelski85/Booking_app | 151bac995060513aab8ee70e364e1873a8ca76e5 | 9ab4d66745c8d82a9a76d041d4cdd97dcf0914cf | refs/heads/master | 2023-06-01T15:37:38.762000 | 2021-06-15T21:55:00 | 2021-06-15T21:55:00 | 374,725,906 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.crud.hotels.backend.weather;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonPropertyOrder;
import javax.annotation.Generated;
@JsonInclude(JsonInclude.Include.NON_NULL)
@JsonPropertyOrder({
"ty... | UTF-8 | Java | 1,172 | java | Coord.java | Java | [] | null | [] | package com.crud.hotels.backend.weather;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonPropertyOrder;
import javax.annotation.Generated;
@JsonInclude(JsonInclude.Include.NON_NULL)
@JsonPropertyOrder({
"ty... | 1,172 | 0.672355 | 0.668089 | 52 | 21.538462 | 17.88904 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.307692 | false | false | 7 |
ff75272ddc6018be1606c8b009c609ccc7448c4d | 23,313,082,486,806 | a0fcf7c973e301368fbed634f5fd3549d3daff6c | /src/_01_EightCores/_04_Core4_LifeCycle/SynchronizedDemos/_01_Introduction/DisappearedRequest.java | d9eb9fe3f6ad681a415362a1c6a0a027896b055c | [] | no_license | zzq5271137/learn_concurrency | https://github.com/zzq5271137/learn_concurrency | ec3176c80f19dce749d54f920453810b0bb4480b | 2dc16a417d972792bcb0992da3e28351cb104d9d | refs/heads/master | 2022-06-04T23:25:36.488000 | 2022-05-20T02:08:56 | 2022-05-20T02:08:56 | 248,735,845 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package _01_EightCores._04_Core4_LifeCycle.SynchronizedDemos._01_Introduction;
/*
* synchronized关键字的作用:
* Synchronized methods enable a simple strategy for preventing thread interference and memory
* consistency errors: if an object is visible to more than one thread, all reads or write to
* that object's variable... | UTF-8 | Java | 1,409 | java | DisappearedRequest.java | Java | [] | null | [] | package _01_EightCores._04_Core4_LifeCycle.SynchronizedDemos._01_Introduction;
/*
* synchronized关键字的作用:
* Synchronized methods enable a simple strategy for preventing thread interference and memory
* consistency errors: if an object is visible to more than one thread, all reads or write to
* that object's variable... | 1,409 | 0.628475 | 0.608256 | 41 | 27.95122 | 25.953007 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.536585 | false | false | 7 |
666f30712c0ed2bfb300cff0b55c43c49f054573 | 1,185,411,003,499 | 36da4e09c8ca1ea3396cfe2de832d1639f0c403e | /framework/common/src/cc/alcina/framework/common/client/publication/request/PublicationFontOptions.java | 317c2f65fb09d3ab6a8cb2004740ba212866a73c | [] | no_license | nevella/alcina | https://github.com/nevella/alcina | b1ed4cb006c96af566dcdd5d0bc5130f02df0a64 | fdde4bf59b1e1cfb4ac426efe192ccd0917b90fb | refs/heads/main | 2023-08-04T13:31:42.598000 | 2023-08-02T12:13:08 | 2023-08-02T12:18:31 | 32,334,578 | 2 | 3 | null | false | 2022-05-18T15:51:57 | 2015-03-16T15:31:02 | 2021-12-24T04:05:55 | 2022-05-18T15:51:56 | 47,756 | 1 | 2 | 11 | Java | false | false | /*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed... | UTF-8 | Java | 1,737 | java | PublicationFontOptions.java | Java | [
{
"context": "n.client.logic.ExtensibleEnum;\n\n/**\n * \n * @author Nick Reddel\n */\npublic abstract class PublicationFontOptions ",
"end": 718,
"score": 0.9998108744621277,
"start": 707,
"tag": "NAME",
"value": "Nick Reddel"
}
] | null | [] | /*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed... | 1,732 | 0.793898 | 0.791595 | 52 | 32.403847 | 33.913498 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.807692 | false | false | 7 |
79554079e920571af5cd5ac0bb5a64d00326e1ef | 12,068,858,110,055 | 95256cbf72c8ba29b8c84e2e34df62c0f0d2c5ef | /src/com/tyl/framework/config/ConfigType.java | 6c855bbda5d3745d61f0d8ec063d81f44a1e8876 | [] | no_license | blackk22/androidBase | https://github.com/blackk22/androidBase | b9684408a763cc96af53a4202ff1623fa42987d7 | 1a8bd92d2fe64061bc8c321c50a61ba2047511e6 | refs/heads/master | 2021-01-17T11:47:44.339000 | 2016-06-12T08:40:08 | 2016-06-12T08:40:08 | 60,956,149 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tyl.framework.config;
/**
* PREFERENCE 配置文件
* PROPERTIES 属性文件
* @author LaoYing
*
*/
public enum ConfigType {
PREFERENCE,PROPERTIES;
}
| UTF-8 | Java | 170 | java | ConfigType.java | Java | [
{
"context": "*\n * PREFERENCE 配置文件\n * PROPERTIES 属性文件\n * @author LaoYing\n *\n */\npublic enum ConfigType {\n\tPREFERENCE,PROPE",
"end": 95,
"score": 0.9997247457504272,
"start": 88,
"tag": "NAME",
"value": "LaoYing"
}
] | null | [] | package com.tyl.framework.config;
/**
* PREFERENCE 配置文件
* PROPERTIES 属性文件
* @author LaoYing
*
*/
public enum ConfigType {
PREFERENCE,PROPERTIES;
}
| 170 | 0.707792 | 0.707792 | 11 | 13 | 10.995867 | 33 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.363636 | false | false | 7 |
acd480419595de3991ec8222b246c0ba32c4ca0c | 30,494,267,814,013 | e7711541c45698f486457ddce9db64cf2423834d | /Advance/src/main/java/com/willlee/leetcode/problems201_300/Leetcode274.java | 43b2d09a07d4976512f3683e33a1f972e2ed6e66 | [
"Apache-2.0"
] | permissive | WillleePang/java | https://github.com/WillleePang/java | bbc3dcbd48f31053b6421aadad82cc5dcce94f83 | 676bd109350a4fbbf7ca248cc257e92749e271fd | refs/heads/master | 2021-01-10T14:45:08.239000 | 2020-06-29T14:57:17 | 2020-06-29T14:57:17 | 49,484,485 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.willlee.leetcode.problems201_300;
import java.util.Arrays;
public class Leetcode274 {
public static void main(String[] args) {
Leetcode274 a = new Leetcode274();
a.hIndex1(new int[] { 3, 0, 6, 1, 5 });
}
public int hIndex(int[] citations) {
Arrays.sort(citations); // 默... | UTF-8 | Java | 1,342 | java | Leetcode274.java | Java | [] | null | [] | package com.willlee.leetcode.problems201_300;
import java.util.Arrays;
public class Leetcode274 {
public static void main(String[] args) {
Leetcode274 a = new Leetcode274();
a.hIndex1(new int[] { 3, 0, 6, 1, 5 });
}
public int hIndex(int[] citations) {
Arrays.sort(citations); // 默... | 1,342 | 0.433333 | 0.407692 | 47 | 23.893618 | 15.006714 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.531915 | false | false | 7 |
22d36ad77d1f8f4d6daae0fea0d98140b06be544 | 1,374,389,541,084 | 17fe0bb0a55aa4e5e5b4facddd1449fe30a36d6d | /src/main/java/com/zhangwen/learn/zhangwenit/designmodel/visitor/ConcreteVisitor2.java | f037713afaf2ab0721fccca18756ac5c0b0f8563 | [] | no_license | gudanrenao/zhangwenit | https://github.com/gudanrenao/zhangwenit | 1de13786cebed791bce83d2f258937085ca45e7c | fe49fecb2f6086a58d32e5f1302eeee92ea950ad | refs/heads/master | 2022-06-22T08:08:11.534000 | 2021-02-17T12:07:12 | 2021-02-17T12:07:12 | 137,471,474 | 2 | 0 | null | false | 2021-04-22T18:54:27 | 2018-06-15T09:55:28 | 2021-02-17T12:07:14 | 2021-04-22T18:54:27 | 12,592 | 0 | 0 | 1 | Java | false | false | package com.zhangwen.learn.zhangwenit.designmodel.visitor;
/**
* @Description 操作2
* @Author ZWen
* @Date 2020/4/7 6:49 PM
* @Version 1.0
**/
public class ConcreteVisitor2 implements Visitor {
@Override
public void visitConcreteElementA(ConcreteElementA concreteElementA) {
System.out.println("Conc... | UTF-8 | Java | 559 | java | ConcreteVisitor2.java | Java | [
{
"context": "model.visitor;\n\n/**\n * @Description 操作2\n * @Author ZWen\n * @Date 2020/4/7 6:49 PM\n * @Version 1.0\n **/\npu",
"end": 99,
"score": 0.9985625743865967,
"start": 95,
"tag": "NAME",
"value": "ZWen"
}
] | null | [] | package com.zhangwen.learn.zhangwenit.designmodel.visitor;
/**
* @Description 操作2
* @Author ZWen
* @Date 2020/4/7 6:49 PM
* @Version 1.0
**/
public class ConcreteVisitor2 implements Visitor {
@Override
public void visitConcreteElementA(ConcreteElementA concreteElementA) {
System.out.println("Conc... | 559 | 0.730841 | 0.702804 | 20 | 25.799999 | 27.780569 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.15 | false | false | 7 |
d691344d2142e37a2a6639f51aefab78892c3b4f | 27,504,970,623,615 | 6b049d3825d2e5105d00afdec603f38b6c662353 | /src/Wrinkle/Detection/ImageUtilities.java | 8981fa87698874bd2e9f3e4d271d0a3df10eb581 | [] | no_license | sdv1812/ImageProcessing | https://github.com/sdv1812/ImageProcessing | 6cf10d671fe3252aaacd4218b135da4ecd85f852 | 87ad237289f19a3c1c489775419e1eb43bef19a7 | refs/heads/master | 2021-01-11T04:02:52.790000 | 2016-10-18T09:11:37 | 2016-10-18T09:11:37 | 71,229,907 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Wrinkle.Detection;
import org.opencv.core.Core;
import org.opencv.core.Mat;
import org.opencv.core.Size;
import org.opencv.highgui.Highgui;
import org.opencv.imgproc.Imgproc;
public class ImageUtilities {
private static String resultfile = "sanskar_contrast.jpg";
public static String setContrast(String fi... | UTF-8 | Java | 1,513 | java | ImageUtilities.java | Java | [] | null | [] | package Wrinkle.Detection;
import org.opencv.core.Core;
import org.opencv.core.Mat;
import org.opencv.core.Size;
import org.opencv.highgui.Highgui;
import org.opencv.imgproc.Imgproc;
public class ImageUtilities {
private static String resultfile = "sanskar_contrast.jpg";
public static String setContrast(String fi... | 1,513 | 0.642432 | 0.638467 | 50 | 29.26 | 23.809082 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.66 | false | false | 7 |
83a6f2a1d3238f85300be3a6f5fc869e37cb2b9c | 30,700,426,286,969 | 0510145080be2e6041d33044a3af41a9924c233b | /web/springboot-rest-api-design/src/main/java/com/sivalabs/blog/services/UserService.java | 35adeb544b07ada960fc3b143fc89330160ea8b2 | [
"Apache-2.0"
] | permissive | maurofa/spring-boot-tutorials | https://github.com/maurofa/spring-boot-tutorials | 705b2eb4d4dd1f51612a1452fca64a6241bb950e | 43ce9c42ecf599846dd75df5a8b15136c2fdeb68 | refs/heads/master | 2020-12-22T11:33:15.593000 | 2020-02-17T18:21:42 | 2020-02-17T18:21:42 | 236,767,745 | 0 | 0 | Apache-2.0 | true | 2020-01-28T15:25:15 | 2020-01-28T15:25:14 | 2020-01-24T11:51:05 | 2019-10-24T15:57:27 | 1,790 | 0 | 0 | 0 | null | false | false | /**
*
*/
package com.sivalabs.blog.services;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import com.sivalabs.blog.entities.User;
import com.sivalabs.blog.repositories.UserRepository;
... | UTF-8 | Java | 650 | java | UserService.java | Java | [
{
"context": ".blog.repositories.UserRepository;\n\n/**\n * @author Siva\n *\n */\n@Service\n@Transactional\npublic class UserS",
"end": 339,
"score": 0.9794798493385315,
"start": 335,
"tag": "NAME",
"value": "Siva"
}
] | null | [] | /**
*
*/
package com.sivalabs.blog.services;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import com.sivalabs.blog.entities.User;
import com.sivalabs.blog.repositories.UserRepository;
... | 650 | 0.775385 | 0.775385 | 34 | 18.117647 | 21.877687 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.764706 | false | false | 7 |
4ee0bbf4daa61a3126f2f50ccb3d48b52708bf53 | 21,010,980,065,638 | 578f2154b4abe92f956a3cadd36bba4930daa7d1 | /mem-server/src/main/java/com/makimenko/mem/server/api/UploadApiController.java | ec11cca290921cc2099dd48d4a44394e4eee9919 | [
"MIT"
] | permissive | makimenko/mem | https://github.com/makimenko/mem | 871aa356a0325ea2724f5100ac826914aaca7f11 | c8b4a0b5801f485fc5366c85df6389a6e5526739 | refs/heads/master | 2023-01-12T00:32:49.181000 | 2021-02-24T12:42:29 | 2021-02-24T12:42:29 | 110,559,822 | 3 | 1 | MIT | false | 2023-01-03T18:47:59 | 2017-11-13T14:40:30 | 2021-02-24T12:42:32 | 2023-01-03T18:47:55 | 4,824 | 2 | 1 | 31 | Java | false | false | package com.makimenko.mem.server.api;
import java.io.BufferedOutputStream;
import java.io.File;
import java.io.FileOutputStream;
import java.util.UUID;
import javax.servlet.http.HttpServletRequest;
import javax.validation.Valid;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.bean... | UTF-8 | Java | 2,506 | java | UploadApiController.java | Java | [] | null | [] | package com.makimenko.mem.server.api;
import java.io.BufferedOutputStream;
import java.io.File;
import java.io.FileOutputStream;
import java.util.UUID;
import javax.servlet.http.HttpServletRequest;
import javax.validation.Valid;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.bean... | 2,506 | 0.790503 | 0.789705 | 73 | 33.328766 | 27.548738 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.79452 | false | false | 7 |
b8a4e6b976a93394b725f45918dca8cd789ccdab | 2,877,628,109,963 | b0d0fef2584cfddf75a259702ebd4686c1c1c8fa | /src/main/java/com/kys/r2dbc/config/DataBaseConfig.java | b7aa366d0d7efb476feec5adbd2d1f21fafb9829 | [] | no_license | KimYongSung/simple-reactive-server | https://github.com/KimYongSung/simple-reactive-server | 874bbc8af6a6423f327a57a0ed3362835b59f4d7 | b1bba2365769035bd9f4d89cfe70a308954a93f3 | refs/heads/master | 2020-12-14T22:34:39.071000 | 2020-02-12T10:04:55 | 2020-02-12T10:04:55 | 234,894,864 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kys.r2dbc.config;
import io.r2dbc.spi.ConnectionFactories;
import io.r2dbc.spi.ConnectionFactory;
import io.r2dbc.spi.ConnectionFactoryOptions;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.data.r2dbc.config.Abstr... | UTF-8 | Java | 1,507 | java | DataBaseConfig.java | Java | [] | null | [] | package com.kys.r2dbc.config;
import io.r2dbc.spi.ConnectionFactories;
import io.r2dbc.spi.ConnectionFactory;
import io.r2dbc.spi.ConnectionFactoryOptions;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.data.r2dbc.config.Abstr... | 1,507 | 0.798938 | 0.787658 | 39 | 37.641026 | 29.704084 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.512821 | false | false | 7 |
2f78af108e3e668ace28624d951f155ad09e5b44 | 22,333,829,953,898 | ae48c0efc7841e0542442c59f122f8bc522aa58f | /src/main/java/com/ki/designPattern/behavioral/command/package-info.java | 69e7d7f865c66e123d1a3169ce8206b9d6d8ecc8 | [] | no_license | premprakashrohan/core-java-design-pattern | https://github.com/premprakashrohan/core-java-design-pattern | 8518b42894c79e664cda94520a6b06d9a8d59106 | bd2d3d36f0a1bc9baecea25c8bde1d04d6e6ba59 | refs/heads/master | 2020-03-18T13:07:51.227000 | 2018-05-24T20:07:23 | 2018-05-24T20:07:23 | 134,762,211 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* A Command Pattern says that "encapsulate a request under an object as a command and pass it to invoker object. Invoker object looks for the appropriate object which can handle this command and pass the command to the corresponding object and that object executes the command".
It is also known as Action or Tr... | UTF-8 | Java | 913 | java | package-info.java | Java | [
{
"context": "transaction functionality.\r\n\r\n */\r\n/**\r\n * @author prerohan\r\n *\r\n */\r\npackage com.ki.designPattern.behavioral",
"end": 854,
"score": 0.9933708310127258,
"start": 846,
"tag": "USERNAME",
"value": "prerohan"
}
] | null | [] | /**
* A Command Pattern says that "encapsulate a request under an object as a command and pass it to invoker object. Invoker object looks for the appropriate object which can handle this command and pass the command to the corresponding object and that object executes the command".
It is also known as Action or Tr... | 913 | 0.759036 | 0.759036 | 23 | 37.782608 | 60.624256 | 279 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.130435 | false | false | 7 |
6195a1e4565fd98a4f60dc9b64cee1b672c0131b | 7,696,581,417,030 | f413b7f9c07f3b9e03179a150e688b7a4a9630ac | /src/Components/ConfThresholds_old.java | 0ec79f0627c0fe2ea05eb0a97e42eccdbb0abd0a | [] | no_license | JaroslawStrozyk/ITC | https://github.com/JaroslawStrozyk/ITC | 103596d1b96e6304998505fee9ce3af857577693 | d8a6b3b024fdd253c9c95abbdc8de84db3985b70 | refs/heads/master | 2020-04-05T21:48:24.408000 | 2018-11-12T15:20:04 | 2018-11-12T15:20:04 | 92,305,123 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Components;
import Communication.ComData;
import MainItc.ITC;
import java.awt.Color;
/**
*
* @author jaroslaw.strozyk
*/
public class ConfThresholds_old extends javax.swing.JPanel {
/**
* Creates new form ConfInstalation
*/
public ConfThresholds_old() {
initComponents();
... | UTF-8 | Java | 214,653 | java | ConfThresholds_old.java | Java | [
{
"context": "Itc.ITC;\nimport java.awt.Color;\n\n/**\n *\n * @author jaroslaw.strozyk\n */\npublic class ConfThresholds_old extends javax",
"end": 129,
"score": 0.9977291822433472,
"start": 113,
"tag": "NAME",
"value": "jaroslaw.strozyk"
}
] | null | [] | package Components;
import Communication.ComData;
import MainItc.ITC;
import java.awt.Color;
/**
*
* @author jaroslaw.strozyk
*/
public class ConfThresholds_old extends javax.swing.JPanel {
/**
* Creates new form ConfInstalation
*/
public ConfThresholds_old() {
initComponents();
... | 214,653 | 0.682158 | 0.64321 | 3,660 | 57.63306 | 41.883053 | 195 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.062295 | false | false | 7 |
292fe227e220a07f5dbd80a9717fcd4fd5f4cba0 | 9,182,640,095,411 | b00a6e458f5907fa12cb2f2d8c60110a3934829f | /CmapToOWL2.0/classes/Triple.java | bb99bd52c9f52166a9829fb5001ea2654be6d2ba | [] | no_license | noorbakerally/JAVA-CODE | https://github.com/noorbakerally/JAVA-CODE | 03ea7124af28c7ceec7c418d23dba8234de74626 | 83f4f1bb512fe04ddcbc8381820fd9ef335bb147 | refs/heads/master | 2021-01-21T03:09:59.647000 | 2013-12-17T02:18:39 | 2013-12-17T02:18:39 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package classes;
import cmaps.CmapConcept;
public class Triple {
private CmapConcept origConcept;
private CmapConcept destConcept;
private String relation;
public Triple() {
super();
}
public Triple(CmapConcept origConcept, CmapConcept destConcept, String relation) {
super();
this.origConcept = origCon... | UTF-8 | Java | 833 | java | Triple.java | Java | [] | null | [] | package classes;
import cmaps.CmapConcept;
public class Triple {
private CmapConcept origConcept;
private CmapConcept destConcept;
private String relation;
public Triple() {
super();
}
public Triple(CmapConcept origConcept, CmapConcept destConcept, String relation) {
super();
this.origConcept = origCon... | 833 | 0.753902 | 0.753902 | 38 | 20.921053 | 18.79863 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.578947 | false | false | 7 |
5df40e60f6eb8af26f868f46f1d569f3268d61af | 1,047,972,075,769 | 120ab24c42590d55788d657d77f89f0609f20718 | /ir_core/src/edu/ur/ir/item/ItemLink.java | 676a76c349e767beea41822f38fde6c0c7a8f1b0 | [
"Apache-2.0",
"LGPL-2.0-or-later"
] | permissive | chenGit1763113879QQ/irplus | https://github.com/chenGit1763113879QQ/irplus | a60b541b78f3a13a4f1127476a7493eb4c81b54e | 6695110887ab3ac3f1db7cf7262dd1a7241c0e04 | refs/heads/master | 2023-07-05T15:38:46.263000 | 2020-12-09T14:21:41 | 2020-12-09T14:21:41 | 442,514,892 | 0 | 0 | Apache-2.0 | true | 2023-07-04T08:09:30 | 2021-12-28T16:05:40 | 2021-12-28T16:05:41 | 2023-07-04T08:09:28 | 33,527 | 0 | 0 | 1 | null | false | false | /**
Copyright 2008 University of Rochester
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable... | UTF-8 | Java | 4,301 | java | ItemLink.java | Java | [
{
"context": "ananged by the repository.\r\n * \r\n * \r\n * @author Nathan Sarr\r\n *\r\n */\r\npublic class ItemLink extends CommonPer",
"end": 1021,
"score": 0.9997797012329102,
"start": 1010,
"tag": "NAME",
"value": "Nathan Sarr"
}
] | null | [] | /**
Copyright 2008 University of Rochester
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable... | 4,296 | 0.611951 | 0.604976 | 200 | 19.504999 | 21.050415 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.28 | false | false | 7 |
9ee7dd21afbd4de6ffe9f1b2b96710bdb7147ee7 | 26,147,760,916,930 | 37a83e2a45195605533aa6132efc5c0f25dad68a | /src/test/java/tests/storefront/auth/SignInTest.java | d63c2e45487bca46bd7d63ac405037ad98c53ca6 | [] | no_license | FoxComm/ui-automation | https://github.com/FoxComm/ui-automation | 62c5acf07cb4e38d7448fc530e82dab0bf96aa12 | 37ea8e0a0154437486b3df0a6ad321fe3e071e02 | refs/heads/master | 2021-03-22T04:47:54.530000 | 2017-07-01T11:39:09 | 2017-07-01T11:39:09 | 60,114,071 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package tests.storefront.auth;
import base.StorefrontTPGBasePage;
import org.testng.annotations.BeforeMethod;
import org.testng.annotations.Test;
import ru.yandex.qatools.allure.annotations.Description;
import ru.yandex.qatools.allure.annotations.Features;
import ru.yandex.qatools.allure.annotations.Severity;
import r... | UTF-8 | Java | 3,054 | java | SignInTest.java | Java | [
{
"context": "ogIn(customerEmail);\n p.setPassword_logIn(\"78qa22!#\");\n p.clickLogInBtn();\n\n p.userMenu",
"end": 1288,
"score": 0.999505877494812,
"start": 1282,
"tag": "PASSWORD",
"value": "78qa22"
},
{
"context": " p.clickLogInLnk();\n p.setEmail... | null | [] | package tests.storefront.auth;
import base.StorefrontTPGBasePage;
import org.testng.annotations.BeforeMethod;
import org.testng.annotations.Test;
import ru.yandex.qatools.allure.annotations.Description;
import ru.yandex.qatools.allure.annotations.Features;
import ru.yandex.qatools.allure.annotations.Severity;
import r... | 3,029 | 0.693844 | 0.689915 | 90 | 32.944443 | 22.803684 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.511111 | false | false | 7 |
e3b396e924dcdca6bfb6bd3b5e61c184f94d8dd1 | 32,031,866,113,004 | c3b20d7d1b975edf6b0383bffee900763ce554d7 | /LiftNotes/src/main/java/mullen/liftnotes/ExerciseObjects.java | e9f201abf9cea619520b0d5cc3c0f5db936d251f | [] | no_license | Mullen89/Android_Projects | https://github.com/Mullen89/Android_Projects | 1b1de8a58157400c57dc228a4785aed5a0bd2114 | 3151f4d2bbb297ab7afc4b49b6bf991a103db444 | refs/heads/master | 2021-05-04T15:03:04.560000 | 2019-05-26T23:00:21 | 2019-05-26T23:00:21 | 120,218,816 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package mullen.liftnotes;
public class ExerciseObjects {
private String ex1;
private String ex2;
private String ex3;
private String ex4;
public ExerciseObjects(String ex1, String ex2, String ex3, String ex4){
this.ex1 = ex1;
this.ex2 = ex2;
this.ex3 = ex3;
... | UTF-8 | Java | 588 | java | ExerciseObjects.java | Java | [] | null | [] | package mullen.liftnotes;
public class ExerciseObjects {
private String ex1;
private String ex2;
private String ex3;
private String ex4;
public ExerciseObjects(String ex1, String ex2, String ex3, String ex4){
this.ex1 = ex1;
this.ex2 = ex2;
this.ex3 = ex3;
... | 588 | 0.539116 | 0.498299 | 32 | 16.375 | 15.090871 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 7 |
ab060457430e995c54ed65920d103d5bfdf7bdc0 | 11,364,483,483,205 | b296f09bdca2f8a0914a7db9434ceea0e5d279b8 | /BookingService/src/main/java/com/capg/fms/bs/dao/BookingDAO.java | d96a44f9c6b6bbb063b083ff071d863010605699 | [] | no_license | Snigdha51099/Flight-Management-System | https://github.com/Snigdha51099/Flight-Management-System | 1f019aca3c6f51e19684c581c414238c2297fd26 | beda5f965bc5a1a912cae3a4afcf91e098624291 | refs/heads/master | 2023-01-22T05:37:44.936000 | 2020-11-26T16:04:52 | 2020-11-26T16:04:52 | 316,262,883 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.capg.fms.bs.dao;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import com.capg.fms.bs.dto.Booking;
@Repository
public interface BookingDAO extends JpaRepository<Booking,Long>{
}
| UTF-8 | Java | 258 | java | BookingDAO.java | Java | [] | null | [] | package com.capg.fms.bs.dao;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import com.capg.fms.bs.dto.Booking;
@Repository
public interface BookingDAO extends JpaRepository<Booking,Long>{
}
| 258 | 0.829457 | 0.829457 | 9 | 27.666666 | 24.630604 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.555556 | false | false | 7 |
f600ef82ced65988b3213278d0c54e43e1493890 | 28,321,014,388,432 | 03995b6fa2f1bd32a3871b09a21e7b4acc8b4ff6 | /admin/src/main/java/com/style/admin/modules/sys/entity/SysRoleDataScope.java | 6496c461c5a30332ed5c25fc3f0be25508af784a | [] | no_license | kq343176631/style | https://github.com/kq343176631/style | 12f0438829353288af352c98e49cbbd297ccf747 | 68be023d22e1538f3963e5f4fa7dbfcb84b2cbd3 | refs/heads/master | 2022-01-18T11:21:04.363000 | 2019-07-01T16:07:17 | 2019-07-01T16:07:17 | 153,411,345 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.style.admin.modules.sys.entity;
import com.baomidou.mybatisplus.annotation.TableName;
import com.style.common.entity.BaseEntity;
import lombok.Data;
import lombok.EqualsAndHashCode;
/**
* 角色数据权限
*/
@Data
@EqualsAndHashCode(callSuper = false)
@TableName("sys_role_data_scope")
public class SysRoleDataScop... | UTF-8 | Java | 526 | java | SysRoleDataScope.java | Java | [] | null | [] | package com.style.admin.modules.sys.entity;
import com.baomidou.mybatisplus.annotation.TableName;
import com.style.common.entity.BaseEntity;
import lombok.Data;
import lombok.EqualsAndHashCode;
/**
* 角色数据权限
*/
@Data
@EqualsAndHashCode(callSuper = false)
@TableName("sys_role_data_scope")
public class SysRoleDataScop... | 526 | 0.703557 | 0.701581 | 27 | 17.777779 | 17.899582 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.296296 | false | false | 7 |
d57b8b2dbcc9f79a619137f4326100b4f2020d74 | 24,807,731,119,167 | b50511d047664e4f44931f0f0e337622cafe55c0 | /ObjectOrientedSoftwareDev/publish/code/src/horstmann/ch07_reflect2/FieldTester.java | 9e447e8e2af648f6efbfda82d6e33cf224834a52 | [] | no_license | Electron847/MasterFile | https://github.com/Electron847/MasterFile | 17f7f396c93089ed72fdd5142d65789fbd918099 | 30120159d0c2b8906f99f03cd138d3ff7d7afbc5 | refs/heads/master | 2020-12-27T11:17:38.927000 | 2020-10-17T04:36:39 | 2020-10-17T04:36:39 | 237,868,797 | 1 | 0 | null | false | 2020-02-06T18:34:38 | 2020-02-03T02:14:21 | 2020-02-06T17:07:14 | 2020-02-06T18:34:37 | 1,275 | 0 | 0 | 0 | Java | false | false | package horstmann.ch07_reflect2;
import java.lang.reflect.*;
import java.util.*;
/**
This program shows how to use reflection to print
the names and values of all nonstatic fields of an object.
*/
public class FieldTester
{
public static void main(String[] args)
throws IllegalAccessException
{
... | UTF-8 | Java | 1,369 | java | FieldTester.java | Java | [] | null | [] | package horstmann.ch07_reflect2;
import java.lang.reflect.*;
import java.util.*;
/**
This program shows how to use reflection to print
the names and values of all nonstatic fields of an object.
*/
public class FieldTester
{
public static void main(String[] args)
throws IllegalAccessException
{
... | 1,369 | 0.593134 | 0.590942 | 48 | 27.520834 | 19.202852 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.395833 | false | false | 7 |
976fcf57e15ed0a540833ddbed4110a3df46f317 | 25,237,227,848,593 | 51695f3dd6a7e63dae758278d59ffffbe7d715a2 | /src/day5/text1.java | c3cd3cbd1d96d1d10f89b5951c36afe60c9c90dd | [] | no_license | Stan66666/testgit | https://github.com/Stan66666/testgit | 265d5525cd60694ceca3a8652dea5da246670dae | f5d518be451a34d509fdd513fa7d0e9783594948 | refs/heads/master | 2022-11-12T19:48:57.568000 | 2020-07-09T02:45:07 | 2020-07-09T02:45:07 | 278,243,057 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package day5;
import java.util.HashSet;
import java.util.Set;
public class text1 {
public static void main(String[] args) {
//定义一个存储对象的容器(set)
Set s = new HashSet();//向上造型
Set s1 = new HashSet();
s.add(123);//添加一个元素到集合中
s.add("Tom");
s.add("Jerry");
s1.addAll(s);
System.out.printl... | UTF-8 | Java | 927 | java | text1.java | Java | [
{
"context": "shSet();\r\n\t\t\r\n\t\ts.add(123);//添加一个元素到集合中\r\n\t\ts.add(\"Tom\");\r\n\t\ts.add(\"Jerry\");\r\n\t\ts1.addAll(s);\r\n\t\tSystem.",
"end": 260,
"score": 0.9998442530632019,
"start": 257,
"tag": "NAME",
"value": "Tom"
},
{
"context": ".add(123);//添加一个元素到集合中\r\n\t\ts.ad... | null | [] | package day5;
import java.util.HashSet;
import java.util.Set;
public class text1 {
public static void main(String[] args) {
//定义一个存储对象的容器(set)
Set s = new HashSet();//向上造型
Set s1 = new HashSet();
s.add(123);//添加一个元素到集合中
s.add("Tom");
s.add("Jerry");
s1.addAll(s);
System.out.printl... | 927 | 0.639947 | 0.617608 | 32 | 21.78125 | 14.51666 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.0625 | false | false | 7 |
e4f918a5c705c99bf7ebe89fb7d8468c9d6102df | 19,009,525,295,503 | 77b96ca84e12909476f18f4043203fd5b8a03e31 | /kodilla-good-patterns/src/main/java/com/kodilla/good/patterns/distributors/OrderRetreiever.java | 7785ae2584ffdf5cbac807fe15077ed3748d37a0 | [] | no_license | arek2491/arkadiusz-matysiak-kodilla-java | https://github.com/arek2491/arkadiusz-matysiak-kodilla-java | 1c6e9d3b3aebfaf9989c1eb6fe1f9dc49e2ccccc | d0f601b0c9869e1a4185569eec5aefc83adcb527 | refs/heads/master | 2020-09-20T20:21:34.121000 | 2020-04-16T18:04:23 | 2020-04-16T18:04:23 | 224,582,025 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kodilla.good.patterns.distributors;
public class OrderRetreiever {
public Order retreive() {
Product product = new Product("Apple" , 3);
return new Order(product, 50);
}
public String toString() {
return retreive() + "";
}
}
| UTF-8 | Java | 281 | java | OrderRetreiever.java | Java | [] | null | [] | package com.kodilla.good.patterns.distributors;
public class OrderRetreiever {
public Order retreive() {
Product product = new Product("Apple" , 3);
return new Order(product, 50);
}
public String toString() {
return retreive() + "";
}
}
| 281 | 0.615658 | 0.604982 | 14 | 19.071428 | 18.545174 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 7 |
5e8454048f112e588e7d5ca71d05d6e48be5524d | 7,559,142,452,065 | 47e04835d6f9d3ebb987613be8a25d1ce0044e08 | /PiClockWebServer/src/main/java/io/marvingardens/controller/PageServeController.java | 9572c7aa928e2522ea81819fca925189384d0189 | [] | no_license | kylevedder/JarvisAlarmClock | https://github.com/kylevedder/JarvisAlarmClock | 00747eece455ed24e7b9923cf25917dd34c0a690 | 1353370a732ebf4cb692cbcfe8b76299c62b52df | refs/heads/master | 2021-01-10T08:04:10.670000 | 2016-09-12T02:24:33 | 2016-09-12T02:24:33 | 52,471,595 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package io.marvingardens.controller;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
@Controller
public class PageServeController {
@RequestMapping(value = "/", method = RequestMethod.GET)
... | UTF-8 | Java | 384 | java | PageServeController.java | Java | [] | null | [] | package io.marvingardens.controller;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
@Controller
public class PageServeController {
@RequestMapping(value = "/", method = RequestMethod.GET)
... | 384 | 0.786458 | 0.786458 | 19 | 19.210526 | 23.052752 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.736842 | false | false | 7 |
d7256e04160a62fd89c6f9dc21914b82f6cbcc97 | 3,788,161,173,183 | e34af981d07829ab9f649be1535bf488de44a375 | /app/src/main/java/com/example/lucas/homework2/DaoGen.java | 6f4388e8a1f43fa191b4ec5b929b0f59214132c0 | [] | no_license | Tallkid64/407Homework2 | https://github.com/Tallkid64/407Homework2 | 32ae4c0fa4849fba27793a4e456141183f5f6f50 | 3d22dd83288e40b8badf5bcdff6f8dd4e7345256 | refs/heads/master | 2021-01-10T15:05:25.347000 | 2016-03-12T01:05:59 | 2016-03-12T01:05:59 | 53,223,319 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.lucas.homework2;
/**
* Created by Lucas on 3/11/2016.
*/
import de.greenrobot.daogenerator.DaoGenerator;
import de.greenrobot.daogenerator.Entity;
import de.greenrobot.daogenerator.Schema;
public class DaoGen {
public static void main(String[] args) throws Exception {
Schema schema ... | UTF-8 | Java | 976 | java | DaoGen.java | Java | [
{
"context": "ge com.example.lucas.homework2;\n\n/**\n * Created by Lucas on 3/11/2016.\n */\nimport de.greenrobot.daogenerat",
"end": 61,
"score": 0.9997344017028809,
"start": 56,
"tag": "NAME",
"value": "Lucas"
}
] | null | [] | package com.example.lucas.homework2;
/**
* Created by Lucas on 3/11/2016.
*/
import de.greenrobot.daogenerator.DaoGenerator;
import de.greenrobot.daogenerator.Entity;
import de.greenrobot.daogenerator.Schema;
public class DaoGen {
public static void main(String[] args) throws Exception {
Schema schema ... | 976 | 0.67418 | 0.663934 | 33 | 28.60606 | 24.565237 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.515152 | false | false | 7 |
bffcd0bf9b3a229205196a597d7db9877c6a86bb | 9,002,251,465,330 | 5eee0f8c96d5d007ccde137321d0b1aaabbc2e01 | /ijurong-common/src/main/java/com/party/ijurong/service/SysManageService.java | 301342405a776c19f8a069c613f97514d92faadf | [] | no_license | flyskyyu/ijurong | https://github.com/flyskyyu/ijurong | adf5f2f8ff9b0ae693d69b23f1340125e8175853 | f57357669f1c4ca99ac2d5c1df56a828c795bb21 | refs/heads/master | 2022-12-16T09:02:23.194000 | 2017-07-15T06:29:47 | 2017-07-15T06:29:47 | 91,318,541 | 0 | 0 | null | false | 2022-12-16T01:32:22 | 2017-05-15T09:17:22 | 2017-05-15T09:20:32 | 2022-12-16T01:32:19 | 9,580 | 0 | 0 | 11 | JavaScript | false | false | package com.party.ijurong.service;
import com.party.ijurong.mapper.SysManageMapper;
import com.party.ijurong.pojo.SysManage;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
/**
* Created by yu on 2017/6/19.
*/
@Service
public class SysManageService exten... | UTF-8 | Java | 602 | java | SysManageService.java | Java | [
{
"context": "ngframework.stereotype.Service;\n\n/**\n * Created by yu on 2017/6/19.\n */\n@Service\npublic class SysManage",
"end": 257,
"score": 0.9969344139099121,
"start": 255,
"tag": "USERNAME",
"value": "yu"
}
] | null | [] | package com.party.ijurong.service;
import com.party.ijurong.mapper.SysManageMapper;
import com.party.ijurong.pojo.SysManage;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
/**
* Created by yu on 2017/6/19.
*/
@Service
public class SysManageService exten... | 602 | 0.760797 | 0.749169 | 21 | 27.666666 | 22.243958 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 7 |
f7cb701e8232679ef1f685e2be899b80fd2f0b6e | 31,568,009,639,374 | db5ebae3e69d69a146835704aaba55e8a084ff8a | /common/src/main/java/cn/magikarpll/ticket/common/utils/DateUtils.java | 320afb5c1c24eb8b3962abdb846ad2ad57bf3f60 | [] | no_license | MagikarpLL/ticket | https://github.com/MagikarpLL/ticket | 5ce36d178c62630359552894f4d194168796d986 | 30bbb8e7880814ca93f3e841fe203311402f8e8f | refs/heads/master | 2023-01-18T18:59:25.636000 | 2020-11-22T00:32:29 | 2020-11-22T00:32:29 | 311,058,262 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.magikarpll.ticket.common.utils;
import cn.magikarpll.ticket.common.constants.CommonConstants;
import org.apache.commons.lang3.StringUtils;
import java.time.*;
import java.time.format.DateTimeFormatter;
import java.time.temporal.TemporalUnit;
import java.util.Arrays;
import java.util.List;
import java.util.... | UTF-8 | Java | 4,365 | java | DateUtils.java | Java | [] | null | [] | package cn.magikarpll.ticket.common.utils;
import cn.magikarpll.ticket.common.constants.CommonConstants;
import org.apache.commons.lang3.StringUtils;
import java.time.*;
import java.time.format.DateTimeFormatter;
import java.time.temporal.TemporalUnit;
import java.util.Arrays;
import java.util.List;
import java.util.... | 4,365 | 0.628809 | 0.61521 | 139 | 27.568346 | 27.295887 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.366906 | false | false | 7 |
c809240d4f463bd9510dd8ed3989d7daeb2798ec | 2,783,138,825,751 | bb4a3c188fac85da0a3e4143fdfaa2db564068bc | /bff/src/main/java/jp/co/is_tech/distributed/tracing/BffController.java | dfd43526aba758299720ff3b6a1eb362dec232bb | [] | no_license | kogayushi/ist-distributed-tracing-demo | https://github.com/kogayushi/ist-distributed-tracing-demo | efef163c6a38f2e9e00639c48ae3d659b79ee5b1 | 87f28bb56e8e3a93b4d0b65a83f392934150953d | refs/heads/master | 2020-03-28T09:17:02.308000 | 2018-10-20T02:05:26 | 2018-10-20T02:05:26 | 148,026,018 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package jp.co.is_tech.distributed.tracing;
import lombok.RequiredArgsConstructor;
import lombok.extern.slf4j.Slf4j;
import org.springframework.http.MediaType;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RestController;
import org.springframework.web.client.... | UTF-8 | Java | 1,984 | java | BffController.java | Java | [] | null | [] | package jp.co.is_tech.distributed.tracing;
import lombok.RequiredArgsConstructor;
import lombok.extern.slf4j.Slf4j;
import org.springframework.http.MediaType;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RestController;
import org.springframework.web.client.... | 1,984 | 0.708165 | 0.69254 | 44 | 44.090908 | 43.49651 | 135 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.840909 | false | false | 7 |
53da40a12b9875b3d35215e0b8d1a7bb065857dd | 29,102,698,413,337 | 5e6abc6bca67514b4889137d1517ecdefcf9683a | /Server/src/main/java/plugin/dialogue/AliMorrisaneDialogue.java | 2a47019d7a32db2e980d2926c1d9f9aa379a03bb | [] | no_license | dginovker/RS-2009-317 | https://github.com/dginovker/RS-2009-317 | 88e6d773d6fd6814b28bdb469f6855616c71fc26 | 9d285c186656ace48c2c67cc9e4fb4aeb84411a4 | refs/heads/master | 2022-12-22T18:47:47.487000 | 2019-09-20T21:24:34 | 2019-09-20T21:24:34 | 208,949,111 | 2 | 2 | null | false | 2022-12-15T23:55:43 | 2019-09-17T03:15:17 | 2021-10-07T09:46:52 | 2022-12-15T23:55:40 | 10,959 | 1 | 2 | 14 | Java | false | false | package plugin.dialogue;
import org.gielinor.game.content.dialogue.DialoguePlugin;
import org.gielinor.game.content.dialogue.OptionSelect;
import org.gielinor.game.content.global.shop.Shops;
import org.gielinor.game.node.entity.player.Player;
/**
* Represents the ali morrisane dialogue.
*
* @author 'Vexi... | UTF-8 | Java | 4,444 | java | AliMorrisaneDialogue.java | Java | [
{
"context": "esents the ali morrisane dialogue.\r\n *\r\n * @author 'Vexia\r\n * @version 1.0\r\n */\r\npublic final class Al",
"end": 314,
"score": 0.7224926352500916,
"start": 314,
"tag": "NAME",
"value": ""
},
{
"context": "ents the ali morrisane dialogue.\r\n *\r\n * @author 'Ve... | null | [] | package plugin.dialogue;
import org.gielinor.game.content.dialogue.DialoguePlugin;
import org.gielinor.game.content.dialogue.OptionSelect;
import org.gielinor.game.content.global.shop.Shops;
import org.gielinor.game.node.entity.player.Player;
/**
* Represents the ali morrisane dialogue.
*
* @author 'Vexi... | 4,437 | 0.44712 | 0.435419 | 132 | 31.666666 | 31.589859 | 252 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.598485 | false | false | 7 |
6d1ce13f15ac5bff7c3e6d2ceb76bd703522b459 | 28,037,546,524,664 | 370ab722a2e3f29b329418d735f841e0007978c3 | /src/main/java/com/orusha/studio/OrushaApplication.java | 28fc10c75fd6f75c35b3cae886c68e89b4963917 | [] | no_license | touremoh/orusha | https://github.com/touremoh/orusha | 031adbb62df03f48d01364882d5e101755f14b48 | 199d7bf94822f7705c681c92e76a724b2b815e5a | refs/heads/master | 2023-03-05T06:55:20.472000 | 2021-02-17T21:04:53 | 2021-02-17T21:04:53 | 339,854,978 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.orusha.studio;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class OrushaApplication {
public static void main(String[] args) {
SpringApplication.run(OrushaApplication.class, args);
}
}
| UTF-8 | Java | 310 | java | OrushaApplication.java | Java | [] | null | [] | package com.orusha.studio;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class OrushaApplication {
public static void main(String[] args) {
SpringApplication.run(OrushaApplication.class, args);
}
}
| 310 | 0.819355 | 0.819355 | 13 | 22.846153 | 23.588936 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.692308 | false | false | 7 |
9301102c7369dfa4313c235c40eb106203803a12 | 21,217,138,459,088 | 70438a1aecb2bacbc97f5694cfd1e4c5b4d94f60 | /taifan1/src/main/java/com/taifan1/domain/Us.java | 1d3bb0791526b5ddab85d0ecd464dfaeab81decb | [] | no_license | cuiyongwei/taifan | https://github.com/cuiyongwei/taifan | d0009ec19fa5e0c600520245fe3365dd48c50a27 | 2aecb6c7db6889e52a3a5d8692c92a2dcdcc930a | refs/heads/master | 2020-04-12T14:52:17.258000 | 2019-02-18T01:09:30 | 2019-02-18T01:09:30 | 162,564,088 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.taifan1.domain;
public class Us {
private Integer id;
private Integer menu_id;
private Integer user_id;
public Integer getId() {
return id;
}
public void setId(Integer id) {
this.id = id;
}
public Integer getMenu_id() {
return menu_id;
}
p... | UTF-8 | Java | 758 | java | Us.java | Java | [] | null | [] | package com.taifan1.domain;
public class Us {
private Integer id;
private Integer menu_id;
private Integer user_id;
public Integer getId() {
return id;
}
public void setId(Integer id) {
this.id = id;
}
public Integer getMenu_id() {
return menu_id;
}
p... | 758 | 0.498681 | 0.497361 | 40 | 17.950001 | 14.423852 | 45 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.325 | false | false | 7 |
4ef2cfa5c10814a328f733581c3102b416e3769c | 29,635,274,362,697 | 1b6a269d889bb6ef300fce834702e2d63dafb992 | /Sunny/src/java/com/ybt/common/bean/ResultTBean.java | 0624bfa63cf0fb2443f36fa35a7654cd4ce0e3d6 | [] | no_license | 244522645/demo | https://github.com/244522645/demo | b77690f3034ded577e92f88fa8d3b1fd92b96169 | 231013391c8c58aefee9dc65253f3975d43ebfe2 | refs/heads/master | 2021-01-23T18:58:06.544000 | 2017-04-17T05:25:18 | 2017-04-17T05:25:18 | 83,005,616 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ybt.common.bean;
import com.fasterxml.jackson.databind.annotation.JsonSerialize;
/**
* jsonBean
* @author buddy
*
*/
@JsonSerialize(include=JsonSerialize.Inclusion.NON_NULL)
public class ResultTBean<T> extends ResultBean{
private T b;
public T getB() {
return b;
}
public void setB(T b) {
th... | UTF-8 | Java | 337 | java | ResultTBean.java | Java | [
{
"context": "tation.JsonSerialize;\n\n/**\n * jsonBean\n * @author buddy\n *\n */\n@JsonSerialize(include=JsonSerialize.Inclu",
"end": 128,
"score": 0.9973254203796387,
"start": 123,
"tag": "USERNAME",
"value": "buddy"
}
] | null | [] | package com.ybt.common.bean;
import com.fasterxml.jackson.databind.annotation.JsonSerialize;
/**
* jsonBean
* @author buddy
*
*/
@JsonSerialize(include=JsonSerialize.Inclusion.NON_NULL)
public class ResultTBean<T> extends ResultBean{
private T b;
public T getB() {
return b;
}
public void setB(T b) {
th... | 337 | 0.700297 | 0.700297 | 22 | 14.318182 | 18.313896 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.681818 | false | false | 7 |
155e61377ebf21f09f991980c34ea47eae535a46 | 18,270,790,891,925 | d02e10430d48302343d86aae62d124c2218bdf39 | /routefinder/src/main/java/tira/domain/Star.java | 13683438a4951f07c01ed368a7bd0fb4f74065e6 | [] | no_license | jakaarl/2015-periodi-3 | https://github.com/jakaarl/2015-periodi-3 | fc64edb1ae35f5216a6ed3942a69f1d7ac949d68 | f578d161ef1e548950fc46287b4d959589fae8d1 | refs/heads/master | 2021-01-14T12:41:10.465000 | 2015-03-09T20:16:47 | 2015-03-09T20:16:47 | 29,208,161 | 0 | 0 | null | true | 2015-01-13T19:57:25 | 2015-01-13T19:57:25 | 2015-01-12T09:44:14 | 2015-01-12T09:44:14 | 0 | 0 | 0 | 0 | null | null | null | package tira.domain;
import java.util.List;
/**
* A simple representation of a star. The identity of a star is mostly determined by location: each star is expected
* to have a unique location. Binary stars etc. are not modeled - a star is simply a point in space, with zero or more
* planets around it.
*/
public c... | UTF-8 | Java | 1,420 | java | Star.java | Java | [] | null | [] | package tira.domain;
import java.util.List;
/**
* A simple representation of a star. The identity of a star is mostly determined by location: each star is expected
* to have a unique location. Binary stars etc. are not modeled - a star is simply a point in space, with zero or more
* planets around it.
*/
public c... | 1,420 | 0.693662 | 0.693662 | 61 | 22.278688 | 25.542719 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.606557 | false | false | 7 |
b993dd0e13bd2c3ae3f7fdf15be9599fe05966ba | 7,035,156,452,882 | 32b994bf166206d1bad3aebac975ce7e31253ed7 | /web/src/main/java/com/soft1851/spring/web/dao/BrochureDao.java | 94873a5768c1fe72fe1e87350a2474735b7b6824 | [] | no_license | taoyongxin/spring-learning | https://github.com/taoyongxin/spring-learning | b1919e561ea8e55f7ff4b71e8b3fc978eaef7247 | aff3bb4d6de96b8d60ffa21deec2354c27472537 | refs/heads/master | 2022-12-23T06:02:17.174000 | 2020-03-31T13:46:22 | 2020-03-31T13:46:22 | 247,884,103 | 2 | 0 | null | false | 2022-12-16T15:31:19 | 2020-03-17T05:07:53 | 2020-03-31T13:46:34 | 2022-12-16T15:31:16 | 28,789 | 1 | 0 | 11 | Java | false | false | package com.soft1851.spring.web.dao;
import com.soft1851.spring.web.entity.Brochure;
import java.util.List;
/**
* @author Tao
* @version 1.0
* @ClassName BrochureDao
* @Description TODO
* @date 2020-03-28 11:10
**/
public interface BrochureDao {
/**
* 批量新增
* @param brochures
... | UTF-8 | Java | 505 | java | BrochureDao.java | Java | [
{
"context": "hure;\r\n\r\nimport java.util.List;\r\n\r\n/**\r\n * @author Tao\r\n * @version 1.0\r\n * @ClassName BrochureDao\r\n * @",
"end": 136,
"score": 0.9742311835289001,
"start": 133,
"tag": "NAME",
"value": "Tao"
}
] | null | [] | package com.soft1851.spring.web.dao;
import com.soft1851.spring.web.entity.Brochure;
import java.util.List;
/**
* @author Tao
* @version 1.0
* @ClassName BrochureDao
* @Description TODO
* @date 2020-03-28 11:10
**/
public interface BrochureDao {
/**
* 批量新增
* @param brochures
... | 505 | 0.582822 | 0.537832 | 26 | 16.807692 | 13.742185 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.192308 | false | false | 7 |
e2a01a5aa77980a9e4c5b4ba15eaf174cda387f6 | 7,138,235,668,991 | 0a36c959a9ec7c2dea5787f934d5bb080bf86da8 | /src/test/java/mho/wheels/numberUtils/IntegerUtilsProperties.java | 2c4dd0b345cba4e9fbf70f9e8bf11b49959791d9 | [
"MIT"
] | permissive | mhogrefe/wheels | https://github.com/mhogrefe/wheels | 55e9934f06960d1fd6890580f24104fdddcba5b7 | 15696dae9e4ae00f31baf77374f263449295062d | refs/heads/master | 2021-05-22T11:47:39.192000 | 2017-01-28T20:28:29 | 2017-01-28T20:28:29 | 24,743,630 | 3 | 0 | MIT | false | 2020-10-13T00:35:16 | 2014-10-03T01:50:01 | 2019-07-15T19:06:38 | 2020-10-13T00:35:14 | 6,542 | 3 | 0 | 1 | Java | false | false | package mho.wheels.numberUtils;
import mho.wheels.iterables.ExhaustiveProvider;
import mho.wheels.iterables.IterableUtils;
import mho.wheels.structures.Pair;
import mho.wheels.structures.Triple;
import mho.wheels.testing.TestProperties;
import org.jetbrains.annotations.NotNull;
import java.math.BigInteger;
import jav... | UTF-8 | Java | 103,018 | java | IntegerUtilsProperties.java | Java | [] | null | [] | package mho.wheels.numberUtils;
import mho.wheels.iterables.ExhaustiveProvider;
import mho.wheels.iterables.IterableUtils;
import mho.wheels.structures.Pair;
import mho.wheels.structures.Triple;
import mho.wheels.testing.TestProperties;
import org.jetbrains.annotations.NotNull;
import java.math.BigInteger;
import jav... | 103,018 | 0.564484 | 0.561086 | 2,417 | 41.622257 | 30.354233 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.151014 | false | false | 1 |
606448ca4a0c770b399769dbc32eda60afb54337 | 7,138,235,666,502 | 2dcdcd725ece57b80338d0153c7ca532aab859d2 | /microservices/car-composite-service/src/test/java/com/kenny/microservices/composite/car/CarCompositeServiceApplicationTests.java | cf296c0a5751914fd1f75e078e1c4adb862677e9 | [] | no_license | Kenny-star/ws-car | https://github.com/Kenny-star/ws-car | 1aea72439da5781cc21bc3d08f767f11f49092bd | 1538be9ac631edd003ec5c3617c0fe65955ec475 | refs/heads/master | 2023-04-26T19:32:19.255000 | 2021-05-19T03:00:45 | 2021-05-19T03:00:45 | 368,728,077 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kenny.microservices.composite.car;
import com.kenny.Utils.exceptions.InvalidInputException;
import com.kenny.Utils.exceptions.NotFoundException;
import com.kenny.api.composite.car.BuildPriceSummary;
import com.kenny.api.composite.car.CarAggregate;
import com.kenny.api.composite.car.CustomerSummary;
import ... | UTF-8 | Java | 6,710 | java | CarCompositeServiceApplicationTests.java | Java | [
{
"context": "letonList(new Customer(CAR_ID_OKAY, 1, \"firstName-1\", \"lastName-1\", 10, \"phoneNumber-1\", \"email-1\", t",
"end": 2795,
"score": 0.6720850467681885,
"start": 2794,
"tag": "NAME",
"value": "1"
},
{
"context": "List(new Customer(CAR_ID_OKAY, 1, \"firstName-1\", \"las... | null | [] | package com.kenny.microservices.composite.car;
import com.kenny.Utils.exceptions.InvalidInputException;
import com.kenny.Utils.exceptions.NotFoundException;
import com.kenny.api.composite.car.BuildPriceSummary;
import com.kenny.api.composite.car.CarAggregate;
import com.kenny.api.composite.car.CustomerSummary;
import ... | 6,710 | 0.726379 | 0.702832 | 183 | 35.666668 | 35.914795 | 168 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.584699 | false | false | 1 |
966eb026436bddd7b180b956fb75fc5847c69c38 | 22,265,110,479,237 | 0919c7fc466d62c31f6ceb4a9379b26a15511ad5 | /src/main/java/com/penruins/reflection/rpc/client/Client.java | 9eedda57666c072fc1496b06fe36d989bb34416a | [] | no_license | penruins/javademo | https://github.com/penruins/javademo | 1a40c793be12d0d6b074d08b6c7ac8e4a37a1e83 | 92285f948675ccd0186fce74b5d82c0c231514da | refs/heads/master | 2023-07-10T15:26:00.472000 | 2020-11-06T07:31:58 | 2020-11-06T07:31:58 | 393,942,320 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.penruins.reflection.rpc.client;
public class Client<T> {
/**
* 获取代表服务端接口的动态代理对象
* @param serviceInterface 请求的接口名
* @param address 待请求服务端的ip和端口号
* @return T
*/
// public T getRemoteProxyObj(Class serviceInterface, InetSocketAddress address) {
// /**
// * newPro... | UTF-8 | Java | 2,121 | java | Client.java | Java | [] | null | [] | package com.penruins.reflection.rpc.client;
public class Client<T> {
/**
* 获取代表服务端接口的动态代理对象
* @param serviceInterface 请求的接口名
* @param address 待请求服务端的ip和端口号
* @return T
*/
// public T getRemoteProxyObj(Class serviceInterface, InetSocketAddress address) {
// /**
// * newPro... | 2,121 | 0.391608 | 0.391608 | 50 | 36.18 | 23.130663 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.28 | false | false | 1 |
d7eb143a28c1368b225f54d6a5a5e47a968ed631 | 11,819,750,026,095 | 16c3b2f7b8b8d3cbed903510256a9ea0e5c048bb | /source(AS-4.1.1)/Chapter12/PlayAudio_Perm/app/src/main/java/andbook/example/playaudio/MainActivity.java | 1c6c24b8bb5e121e0af0a76d3826385cb3f5a90c | [] | no_license | 201324549/BeaconProject | https://github.com/201324549/BeaconProject | d64061302dc195a1587c33a4b556f4511f8ca45d | 6ab0e974531d17d261ff9aa7e2e59147104d8204 | refs/heads/master | 2023-02-05T23:22:17.774000 | 2020-12-31T08:51:29 | 2020-12-31T08:51:29 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package andbook.example.playaudio;
import android.Manifest;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.media.MediaPlayer;
import android.net.Uri;
import android.os.Bundle;
import android.os.Environment;
import android.provider.Settings;
import android.support.design.widget.... | UTF-8 | Java | 4,934 | java | MainActivity.java | Java | [] | null | [] | package andbook.example.playaudio;
import android.Manifest;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.media.MediaPlayer;
import android.net.Uri;
import android.os.Bundle;
import android.os.Environment;
import android.provider.Settings;
import android.support.design.widget.... | 4,934 | 0.54485 | 0.542982 | 130 | 36.046154 | 24.345228 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.538462 | false | false | 1 |
d3e1827e691ce08dc242d70518ef0aaf69314940 | 12,859,132,130,041 | 93337226826783565c9c8606ca275dd50c51b13f | /global-model/api-model/src/main/java/com/gwm/one/model/mail/Mail.java | e2d87c858cfbaaf876859f9c86c3dded1a9a5f2a | [] | no_license | liuwawa/gwm-eitt-platform | https://github.com/liuwawa/gwm-eitt-platform | dfcf9b7148e967d62f5671ebd4427b835ebb75eb | f4d584b41abfa327ffde1912e6e49fd64d4c3161 | refs/heads/master | 2020-09-24T18:24:35.046000 | 2019-12-03T08:20:33 | 2019-12-03T08:20:33 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.gwm.one.model.mail;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableField;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName;
import com.gwm.one.model.mail.constants.MailStatus;
import io.swagger.annot... | UTF-8 | Java | 1,956 | java | Mail.java | Java | [
{
"context": "e;\nimport java.util.Date;\n\n/**\n * 邮件\n *\n * @author lz\n */\n@Data\n@TableName(value = \"t_mail\")\n@ApiModel(",
"end": 485,
"score": 0.999579906463623,
"start": 483,
"tag": "USERNAME",
"value": "lz"
}
] | null | [] | package com.gwm.one.model.mail;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableField;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName;
import com.gwm.one.model.mail.constants.MailStatus;
import io.swagger.annot... | 1,956 | 0.649451 | 0.639011 | 84 | 20.666666 | 16.342564 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 1 |
89e7306b211e54c72aa2a54b66c1ab48ba305d56 | 11,647,951,347,026 | 48932be131838937968e097601901f10b0896509 | /Info5059Case2-ejb/src/java/entities/AgentEntity.java | 3029fd86f6f761ed396f4e028fa18d8716ba2208 | [] | no_license | BradVidler/APPOV2 | https://github.com/BradVidler/APPOV2 | fd7d0f9ac39b3a311dd2e160dbe1f99965b5bcae | 7271d6f8c2393942e6411b4457dc40e06b6f09ea | refs/heads/master | 2021-01-18T15:16:48.897000 | 2012-12-10T23:14:04 | 2012-12-10T23:14:04 | 7,102,521 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package entities;
import java.io.Serializable;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.NamedQueries;
import javax.persistence.NamedQuery;
@Entity
@NamedQuer... | UTF-8 | Java | 1,142 | java | AgentEntity.java | Java | [
{
"context": "assword(String password) {\n this.password = password;\n }\n \n public AgentEntity()\n { \n ",
"end": 946,
"score": 0.9207530617713928,
"start": 938,
"tag": "PASSWORD",
"value": "password"
},
{
"context": " this.agentno = agentno;\n this.... | null | [] | package entities;
import java.io.Serializable;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.NamedQueries;
import javax.persistence.NamedQuery;
@Entity
@NamedQuer... | 1,146 | 0.677758 | 0.677758 | 49 | 22.306122 | 21.559793 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.44898 | false | false | 1 |
83ca906fa3f4d910797d98c5faf35369c56d9180 | 3,977,139,771,029 | aa5f25d714519ccfda2a89f382dfcefe1b3642fc | /trunk/dmisArea/src/com/techstar/griddemo/entity/SaleBillAddr.java | 7e8e428b58eb874a656a843c6a6d6abeea3db2d6 | [] | no_license | BGCX261/zhouwei-repository-svn-to-git | https://github.com/BGCX261/zhouwei-repository-svn-to-git | 2b85060757568fadc0d45b526e2546ed1965d48a | cd7f50db245727418d5f1c0061681c11703d073e | refs/heads/master | 2021-01-23T03:44:27.914000 | 2015-08-25T15:45:29 | 2015-08-25T15:45:29 | 41,599,666 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.techstar.griddemo.entity;
public class SaleBillAddr {
private String id="";
private String city="";
private String street="";
private int version;
private SaleBill saleBill;
public String getCity() {
return city;
}
public void setCity(String city) {
this.city = city;
}
public S... | UTF-8 | Java | 797 | java | SaleBillAddr.java | Java | [] | null | [] | package com.techstar.griddemo.entity;
public class SaleBillAddr {
private String id="";
private String city="";
private String street="";
private int version;
private SaleBill saleBill;
public String getCity() {
return city;
}
public void setCity(String city) {
this.city = city;
}
public S... | 797 | 0.659975 | 0.659975 | 40 | 17.924999 | 13.073614 | 45 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.575 | false | false | 1 |
c2006614201c27051ad06809a4d65252f9dd4752 | 1,614,907,770,828 | 03ff1f92664b00e5cde334781d90d541112e9252 | /src/main/java/io/sevenbit/monitor/KafkaQueueReaderMonitor.java | be2847c51df5ee12adac88d2c65afbbfe8424a83 | [] | no_license | yakovbel/disruptor-test | https://github.com/yakovbel/disruptor-test | a903c8c5109c6fd78ee5fa58cf0b759cef6eb9ab | a2276ebc05dc0d2d6db7c414cdb001b815a9dcd3 | refs/heads/master | 2023-01-13T23:47:01.394000 | 2020-11-24T08:49:32 | 2020-11-24T08:49:32 | 315,129,391 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package io.sevenbit.monitor;
import io.sevenbit.kafka.SimpleKafkaQueueReader;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
public class KafkaQueueReaderMonitor {
private static final Logger log = LoggerFactory.getLogger(KafkaQueueReaderMonitor.class);
public void pollException(Throwable ex) {
... | UTF-8 | Java | 898 | java | KafkaQueueReaderMonitor.java | Java | [] | null | [] | package io.sevenbit.monitor;
import io.sevenbit.kafka.SimpleKafkaQueueReader;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
public class KafkaQueueReaderMonitor {
private static final Logger log = LoggerFactory.getLogger(KafkaQueueReaderMonitor.class);
public void pollException(Throwable ex) {
... | 898 | 0.68931 | 0.687082 | 30 | 28.933332 | 31.426033 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 1 |
57b4984e87154fa7c41d75d20848538e5068d8f0 | 21,019,569,947,610 | 73bbb59ca501d8e7155cbe5b57b5a15a818df016 | /src/main/java/com/soch/Integra/entities/OfficeEntityId.java | f7354e2ad346f08fe9057e3b9685640131583c6a | [] | no_license | SushrutKhirwadkar/Integra | https://github.com/SushrutKhirwadkar/Integra | 45f9bea0c670e3a674ce640d897d95b0af06363d | d2922c32e59c7039e63780516c28665616b9301a | refs/heads/master | 2020-04-10T18:39:39.984000 | 2018-12-10T18:18:21 | 2018-12-10T18:18:21 | 161,209,194 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.soch.Integra.entities;
// Generated Apr 25, 2017 12:37:56 PM by Hibernate Tools 4.3.4.Final
import javax.persistence.Column;
import javax.persistence.Embeddable;
/**
* OfficeTblId generated by hbm2java
*/
@Embeddable
public class OfficeEntityId implements java.io.Serializable {
private int officeId;
... | UTF-8 | Java | 1,557 | java | OfficeEntityId.java | Java | [] | null | [] | package com.soch.Integra.entities;
// Generated Apr 25, 2017 12:37:56 PM by Hibernate Tools 4.3.4.Final
import javax.persistence.Column;
import javax.persistence.Embeddable;
/**
* OfficeTblId generated by hbm2java
*/
@Embeddable
public class OfficeEntityId implements java.io.Serializable {
private int officeId;
... | 1,557 | 0.740527 | 0.726397 | 63 | 23.714285 | 23.351305 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.380952 | false | false | 1 |
bd9bb690f2574a7af4c376e2c31c3e707874caac | 35,081,292,877,222 | 5fa4eabccc402416d0fca818d4bb4f309a4ed272 | /src/main/java/com/light/hexo/business/admin/model/event/DynamicEvent.java | 63d33982f4951a4518c98de06133d4faa30f5050 | [
"MIT"
] | permissive | JkingShui/hexo-boot | https://github.com/JkingShui/hexo-boot | 1811f838ede1e2b35d074e9ff962056624c2fba4 | 071a96482b9d0c8a5bc9267b1d02469dcc2d740a | refs/heads/master | 2023-07-20T10:41:39.098000 | 2021-08-23T03:52:58 | 2021-08-23T03:52:58 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.light.hexo.business.admin.model.event;
import com.light.hexo.common.component.event.BaseEvent;
import com.light.hexo.common.component.event.EventEnum;
import lombok.Getter;
import lombok.Setter;
import lombok.experimental.Accessors;
/**
* @Author MoonlightL
* @ClassName: DynamicEvent
* @ProjectName hex... | UTF-8 | Java | 700 | java | DynamicEvent.java | Java | [
{
"context": "ort lombok.experimental.Accessors;\n\n/**\n * @Author MoonlightL\n * @ClassName: DynamicEvent\n * @ProjectName hexo-",
"end": 272,
"score": 0.9996508359909058,
"start": 262,
"tag": "USERNAME",
"value": "MoonlightL"
}
] | null | [] | package com.light.hexo.business.admin.model.event;
import com.light.hexo.common.component.event.BaseEvent;
import com.light.hexo.common.component.event.EventEnum;
import lombok.Getter;
import lombok.Setter;
import lombok.experimental.Accessors;
/**
* @Author MoonlightL
* @ClassName: DynamicEvent
* @ProjectName hex... | 700 | 0.696221 | 0.680233 | 34 | 19.235294 | 16.669907 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.264706 | false | false | 1 |
78aff25983c112e3801ca83b0e3b92ad23b00766 | 35,708,358,109,195 | 5d80ef1b65b162d96e4100b9534c8998eb681659 | /src/main/java/com/sid/leetcode/problem/search/SearchInRotatedSortedArray.java | 040396543e39b879f7ba1060046cc300898365f0 | [
"MIT"
] | permissive | rencht/LeetCode | https://github.com/rencht/LeetCode | 014af4234bf8a0ea56394c999bb5eed45140f14d | b791c39858784273a9f66a0b0326f8e721ba4c1d | refs/heads/master | 2021-07-06T10:04:31.550000 | 2019-08-13T17:18:40 | 2019-08-13T17:18:40 | 62,778,015 | 0 | 0 | MIT | false | 2020-10-12T21:01:39 | 2016-07-07T05:39:38 | 2019-08-13T17:20:22 | 2020-10-12T21:01:38 | 365 | 0 | 0 | 1 | Java | false | false | package com.sid.leetcode.problem.search;
/**
* 33. Search in Rotated Sorted Array.
*
* <blockquote>
* Suppose a sorted array is rotated at some pivot unknown to you beforehand.
* <p>(i.e., <font color='#D02572'>0 1 2 4 5 6 7</font> might become <font color='#D02572'>4 5 6 7 0 1 2</font>).
* <p>You are given a ta... | UTF-8 | Java | 1,440 | java | SearchInRotatedSortedArray.java | Java | [
{
"context": "xists in the array.\n * </blockquote>\n *\n * @author Sid.Chen\n * @version 1.0, 2016-09-01\n *\n */\npublic class S",
"end": 497,
"score": 0.9998441934585571,
"start": 489,
"tag": "NAME",
"value": "Sid.Chen"
}
] | null | [] | package com.sid.leetcode.problem.search;
/**
* 33. Search in Rotated Sorted Array.
*
* <blockquote>
* Suppose a sorted array is rotated at some pivot unknown to you beforehand.
* <p>(i.e., <font color='#D02572'>0 1 2 4 5 6 7</font> might become <font color='#D02572'>4 5 6 7 0 1 2</font>).
* <p>You are given a ta... | 1,440 | 0.652083 | 0.616667 | 40 | 35 | 32.348881 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.075 | false | false | 1 |
8933bf82110e89589145af2f1066360ed4ace5e9 | 13,022,340,909,013 | 346067156a8cd22b27598023e8d482c718f98f81 | /src/com/science/adapter/FacilityListAdapter.java | b1b240d020a88388f1de6baf3d3f3816c7141109 | [] | no_license | luanxx/kyp2.0 | https://github.com/luanxx/kyp2.0 | 5d68e79fb9ab014282349c9b3d82de2481d914bc | b5fa37da8fc2de86cc075ef6528677b6b530054c | refs/heads/master | 2020-05-13T21:03:21.728000 | 2015-07-06T09:59:35 | 2015-07-06T09:59:35 | 38,609,241 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.science.adapter;
import java.io.File;
import java.util.List;
import android.content.Context;
import android.graphics.drawable.Drawable;
import android.text.SpannableString;
import android.text.Spanned;
import android.text.style.AbsoluteSizeSpan;
import android.text.style.ForegroundColorSpan;
import androi... | UTF-8 | Java | 4,782 | java | FacilityListAdapter.java | Java | [] | null | [] | package com.science.adapter;
import java.io.File;
import java.util.List;
import android.content.Context;
import android.graphics.drawable.Drawable;
import android.text.SpannableString;
import android.text.Spanned;
import android.text.style.AbsoluteSizeSpan;
import android.text.style.ForegroundColorSpan;
import androi... | 4,782 | 0.616338 | 0.611088 | 162 | 28.395061 | 29.184673 | 156 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.432099 | false | false | 1 |
3435bfbeb3d372ce1eb5aef04aced57a6e28980e | 32,598,801,812,990 | 0214aadd5265a9a280c73e7e5a0950104e9c5ecb | /template-maven/mss/app/ada-web-home/src/main/java/com/tiaotiaogift/ada/web/home/MeetController.java | 9e2bc1638aa134882a9258a8ab11727b67a93a18 | [] | no_license | foodoon-guda/guda | https://github.com/foodoon-guda/guda | d78d7375895cc7e0edfa2496d3f2df986cceaf30 | df7fd7eaa50b0d610b050d588455aeb120b85aed | refs/heads/master | 2016-09-05T12:25:23.620000 | 2014-07-28T05:14:00 | 2014-07-28T05:14:00 | 21,302,564 | 0 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* tiaotiaogift.com Inc.
* Copyright (c) 2002-2012 All Rights Reserved.
*/
package com.tiaotiaogift.ada.web.home;
import java.util.List;
import javax.servlet.http.HttpServletRequest;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.spri... | UTF-8 | Java | 1,352 | java | MeetController.java | Java | [
{
"context": "common.dal.dataobject.Publish;\n\n/**\n * \n * @author gang\n * @version $Id: MeetController.java, v 0.1 2012-",
"end": 713,
"score": 0.998738706111908,
"start": 709,
"tag": "USERNAME",
"value": "gang"
}
] | null | [] | /**
* tiaotiaogift.com Inc.
* Copyright (c) 2002-2012 All Rights Reserved.
*/
package com.tiaotiaogift.ada.web.home;
import java.util.List;
import javax.servlet.http.HttpServletRequest;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.spri... | 1,352 | 0.736647 | 0.719585 | 50 | 25.959999 | 24.983162 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.48 | false | false | 1 |
4ab170031ed815992dc45c4490dc2e80779a1f20 | 32,598,801,813,369 | f1b0f08c7b9727b2d6cebf6c137b24eec66fa393 | /src/main/java/org/hypknowsys/diasdem/tasks/postprocess/monitorClusterQuality22/TextUnitClusterSet.java | f10d2d6c254ee5d2e58d4430a1b619902f3db7c4 | [] | no_license | hypknowsys/DIAsDEMWorkbench | https://github.com/hypknowsys/DIAsDEMWorkbench | 65946090b497839c8b874a32dd262bb045b340fc | f6852c3e6eee43aa6b4a0ec02a1eab0b877571d6 | refs/heads/master | 2023-04-26T03:20:40.833000 | 2021-05-21T11:52:32 | 2021-05-21T11:52:32 | 255,896,116 | 0 | 0 | null | false | 2021-05-21T11:52:33 | 2020-04-15T11:30:31 | 2021-05-21T08:36:41 | 2021-05-21T11:52:33 | 5,104 | 0 | 0 | 0 | Java | false | false | /*
* Copyright (C) 2000-2005, Henner Graubitz, Myra Spiliopoulou, Karsten
* Winkler. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License,... | UTF-8 | Java | 55,290 | java | TextUnitClusterSet.java | Java | [
{
"context": "/*\n * Copyright (C) 2000-2005, Henner Graubitz, Myra Spiliopoulou, Karsten\n * Winkler. All right",
"end": 46,
"score": 0.9998375177383423,
"start": 31,
"tag": "NAME",
"value": "Henner Graubitz"
},
{
"context": "/*\n * Copyright (C) 2000-2005, Henner Graubitz, Myra Spi... | null | [] | /*
* Copyright (C) 2000-2005, <NAME>, <NAME>, <NAME>. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any late... | 55,249 | 0.62042 | 0.613511 | 1,240 | 43.589516 | 23.237867 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.470161 | false | false | 1 |
f109fcf2dfdfdcc22948276504227a07ffdb3f4b | 35,373,350,667,288 | 8f369eb08216afd6074cab2268be1fc1192dd0e7 | /app/src/main/java/com/example/veriparkapp/ui/activity/SplashScreenActivity.java | e7757f43fdb4e2962d45ba40f7473f29f5dc3ed5 | [] | no_license | FurkanZayimoglu/VeriParkApp | https://github.com/FurkanZayimoglu/VeriParkApp | b85d6d85f6eb6b87d0745f534e8c5392a2d58d1f | 10d74f95ee022aea38210218e210f309775db474 | refs/heads/master | 2021-12-03T05:44:17.107000 | 2020-03-09T01:52:17 | 2020-03-09T01:52:17 | 245,920,683 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.veriparkapp.ui.activity;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import com.example.veriparkapp.R;
public class SplashScreenActivity extends AppCompatActivity {
@Override
protected void onCreate(... | UTF-8 | Java | 598 | java | SplashScreenActivity.java | Java | [] | null | [] | package com.example.veriparkapp.ui.activity;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import com.example.veriparkapp.R;
public class SplashScreenActivity extends AppCompatActivity {
@Override
protected void onCreate(... | 598 | 0.745819 | 0.745819 | 25 | 22.92 | 22.227766 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.44 | false | false | 1 |
11587e6a561674707b9a5997971cbbd7b78ec951 | 5,291,399,743,037 | d63249c4e1b2baf1dd122394fad59f7407a4d8d4 | /src/main/java/com/heee/bean/model/dao/CategoriaCitologicoDAO.java | b90c0af71e90ae38aca1c04c9eff7872c0786442 | [] | no_license | wvaldiviezo/Siap-HEEE | https://github.com/wvaldiviezo/Siap-HEEE | edadfbdbe635847decd2b911cfdeea6604135180 | f7fc2dfaf3b5e1ce424eb53dc7ba9980d25c27f5 | refs/heads/master | 2021-09-15T00:21:51.296000 | 2018-05-22T19:24:39 | 2018-05-22T19:24:39 | 118,697,975 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.heee.bean.model.dao;
import com.heee.bean.model.entity.Categoriacitologico;
import java.util.List;
/* Nombre de la TABLA, atributo incrementable*/
public interface CategoriaCitologicoDAO extends GenericDAO<Categoriacitologico, Integer>{
List<Categoriaci... | UTF-8 | Java | 368 | java | CategoriaCitologicoDAO.java | Java | [] | null | [] | package com.heee.bean.model.dao;
import com.heee.bean.model.entity.Categoriacitologico;
import java.util.List;
/* Nombre de la TABLA, atributo incrementable*/
public interface CategoriaCitologicoDAO extends GenericDAO<Categoriacitologico, Integer>{
List<Categoriaci... | 368 | 0.709239 | 0.709239 | 9 | 39.888889 | 34.530003 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 1 |
a37df7a2d289b60f6e9ee879145afd0d06a878c7 | 6,124,623,410,668 | a8e7d6cb95cf4ed562cb7c3499b142098f79e939 | /mapside.java | d219397023283eb1b937e90d5248c072928f50c3 | [] | no_license | vikrambheemidi/hadoop | https://github.com/vikrambheemidi/hadoop | 6e2c2ff795a8acf4f6ea6affd3f5ed9635854dce | f1e1b5ba83da5a95054a790cf6accf97aafdd763 | refs/heads/master | 2021-01-20T12:27:54.771000 | 2017-06-20T16:41:32 | 2017-06-20T16:41:32 | 90,364,901 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.BufferedReader;
import java.io.FileReader;
import java.io.IOException;
import java.net.URI;
import java.util.HashMap;
import java.util.Map;
import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.fs.FileSystem;
import org.apache.hadoop.fs.Path;
import org.apache.hadoop.io.LongWritable;
imp... | UTF-8 | Java | 3,052 | java | mapside.java | Java | [] | null | [] | import java.io.BufferedReader;
import java.io.FileReader;
import java.io.IOException;
import java.net.URI;
import java.util.HashMap;
import java.util.Map;
import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.fs.FileSystem;
import org.apache.hadoop.fs.Path;
import org.apache.hadoop.io.LongWritable;
imp... | 3,052 | 0.728375 | 0.719528 | 102 | 28.921568 | 22.632046 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.558824 | false | false | 1 |
dc7f78a404c2ca0093a943b109b3c743f6455b6f | 16,114,717,342,056 | e6a4a2dcdb323b042843ccb32282968adeb82865 | /src/com/karbens/edetailing/ParentActivity.java | e145a32af1d6b0006fc06a61582bf9e8de5db481 | [] | no_license | kunila/Edetailing | https://github.com/kunila/Edetailing | f6ae3e15cfe0770488989646343dc45eee72b384 | d32f94499c0e6275b2ba04b59167458e25a1e76d | refs/heads/master | 2020-04-27T06:13:05.093000 | 2013-11-15T13:29:32 | 2013-11-15T13:29:32 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.karbens.edetailing;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.net.URI;
import java.util.ArrayList;
import java.util.List;
import android.annotation.SuppressLint;
import android.app.Acti... | UTF-8 | Java | 34,716 | java | ParentActivity.java | Java | [] | null | [] | package com.karbens.edetailing;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.net.URI;
import java.util.ArrayList;
import java.util.List;
import android.annotation.SuppressLint;
import android.app.Acti... | 34,716 | 0.602575 | 0.596123 | 1,090 | 29.851376 | 29.984766 | 278 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.654129 | false | false | 1 |
be168d2cd4049fc5383957ff73f9a6ecd7a1fb14 | 16,114,717,341,480 | e73c063f5d7adfca459405fd91d207b765695463 | /src/main/java/br/com/objective/exam/animals/model/impl/Animal.java | c02b44b187a04e4900943e3ccd739e798ca079f5 | [] | no_license | douglasfborba/objective-test-animals | https://github.com/douglasfborba/objective-test-animals | 0116e0eaed8322bbbe3f0b9f0743218291ff9b51 | 163b7ded967332fbcaf302dadab7086a5c6f319d | refs/heads/master | 2021-01-12T15:07:07.819000 | 2018-11-04T15:20:30 | 2018-11-04T15:20:30 | 71,701,206 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.objective.exam.animals.model.impl;
import br.com.objective.exam.animals.model.interfaces.IContent;
/**
*
* @author Douglas Borba
* @version 3.0
*
*/
public class Animal implements IContent {
private String animal;
public Animal(String animal) {
setValue(animal);
}
public String getValue... | UTF-8 | Java | 414 | java | Animal.java | Java | [
{
"context": "als.model.interfaces.IContent;\n\n/**\n * \n * @author Douglas Borba\n * @version 3.0\n *\n */\n\npublic class Animal imple",
"end": 148,
"score": 0.9998570680618286,
"start": 135,
"tag": "NAME",
"value": "Douglas Borba"
}
] | null | [] | package br.com.objective.exam.animals.model.impl;
import br.com.objective.exam.animals.model.interfaces.IContent;
/**
*
* @author <NAME>
* @version 3.0
*
*/
public class Animal implements IContent {
private String animal;
public Animal(String animal) {
setValue(animal);
}
public String getValue() {
... | 407 | 0.705314 | 0.700483 | 28 | 13.821428 | 17.275196 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.678571 | false | false | 1 |
4d9eb15afba3f0fe161f71ed82e0523a20938733 | 15,324,443,353,136 | bbc63269fe3afbd5c0d693f8fae78f61c1ee5adc | /src/main/java/com/example/ecommerceapp/repository/AddressRepository.java | 199cdc896d7d5e2b3b76fbf8567198e2bdbb2784 | [] | no_license | Adrian186/ecommerceapp | https://github.com/Adrian186/ecommerceapp | bff85beed54abe1029287b42a51ff7461ed5b9d9 | df2ca16eeb86b6bec399f94652e1da0fe6c5480d | refs/heads/main | 2023-06-29T22:11:34.965000 | 2021-07-25T15:59:21 | 2021-07-25T15:59:21 | 389,383,195 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.ecommerceapp.repository;
import com.example.ecommerceapp.entities.Address;
import org.springframework.data.jpa.repository.JpaRepository;
public interface AddressRepository extends JpaRepository<Address, Long> {
Address findById(long id);
}
| UTF-8 | Java | 267 | java | AddressRepository.java | Java | [] | null | [] | package com.example.ecommerceapp.repository;
import com.example.ecommerceapp.entities.Address;
import org.springframework.data.jpa.repository.JpaRepository;
public interface AddressRepository extends JpaRepository<Address, Long> {
Address findById(long id);
}
| 267 | 0.82397 | 0.82397 | 9 | 28.666666 | 27.672689 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.555556 | false | false | 1 |
e288363e7f318482392986e93b50b6d0b11822ca | 16,544,214,065,519 | 837d0b6ab15b1ca42ffd3fd799c944d01cc64265 | /src/main/java/net/routemc/sg/command/StatsCommand.java | 67cd6f9324527105f255bff18163339ad812e61f | [] | no_license | iamtakagi/RouteSG | https://github.com/iamtakagi/RouteSG | 2a0d9e71df3a75fcc67256c175dda455c058bc84 | 3d472ff59feecab07c9427fce781a464f77e4eb6 | refs/heads/master | 2023-01-12T03:39:26.246000 | 2019-08-07T19:17:06 | 2019-08-07T19:17:06 | 311,062,558 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.routemc.sg.command;
import net.hotsmc.bot.util.MojangUtils;
import net.routemc.core.RouteAPI;
import net.routemc.sg.RouteSG;
import net.routemc.sg.database.PlayerData;
import net.routemc.sg.player.GamePlayer;
import net.routemc.sg.utility.ChatUtility;
import net.routemc.sg.utility.DateUtility;
import net.r... | UTF-8 | Java | 6,120 | java | StatsCommand.java | Java | [] | null | [] | package net.routemc.sg.command;
import net.hotsmc.bot.util.MojangUtils;
import net.routemc.core.RouteAPI;
import net.routemc.sg.RouteSG;
import net.routemc.sg.database.PlayerData;
import net.routemc.sg.player.GamePlayer;
import net.routemc.sg.utility.ChatUtility;
import net.routemc.sg.utility.DateUtility;
import net.r... | 6,120 | 0.6653 | 0.664152 | 73 | 82.534248 | 74.418861 | 232 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.109589 | false | false | 1 |
4323b0d7f45615e8d4210a8581b3657054fb6cb1 | 37,701,222,924,405 | f8c6f1823eb9a2252a007bcce51a5559e1b38587 | /src/Forms/Consultation.java | 8af8ab2540b10dc2ad6decce76ff1361fdfff47d | [] | no_license | BienfaitMurhula/Medicaux | https://github.com/BienfaitMurhula/Medicaux | f069fb7d3a6a51b0edf9aa2719eee1ccde48a1ef | b9aa117ca76e503dfa5aa1acb9fe7fda468478c4 | refs/heads/main | 2023-05-08T21:05:06.074000 | 2021-05-20T15:46:50 | 2021-05-20T15:46:50 | 365,486,454 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package Forms;
import Syncronisation.Syncroniser;
import java.awt.Color;
import javax.swing.JPanel;
import javax.swing.JTable;
/**
*... | UTF-8 | Java | 6,251 | java | Consultation.java | Java | [
{
"context": "nel;\nimport javax.swing.JTable;\n\n/**\n *\n * @author honore\n */\npublic class Consultation extends javax.swing",
"end": 338,
"score": 0.9936805963516235,
"start": 332,
"tag": "USERNAME",
"value": "honore"
}
] | 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 Forms;
import Syncronisation.Syncroniser;
import java.awt.Color;
import javax.swing.JPanel;
import javax.swing.JTable;
/**
*... | 6,251 | 0.69088 | 0.64256 | 136 | 44.955883 | 42.282467 | 354 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.022059 | false | false | 1 |
135a1bc60e45e6f0317bb95910423a3c1bc02210 | 29,935,922,118,345 | 85a8aefcacd33a2354327024503e2b9c16fa05ad | /org.mbari.vars.services/src/main/java/org/mbari/vars/services/impl/ml/MachineLearningResponse1.java | 1c89134a9c48147a427bba5a55bda4f21b78317e | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | mbari-media-management/vars-annotation | https://github.com/mbari-media-management/vars-annotation | c1bbdf9481b47983c5a143d04bfde6e4ceffb301 | aecc9d13476e97d58a070e77eff84bc5874ac421 | refs/heads/master | 2023-04-08T03:01:01.903000 | 2023-03-17T00:18:49 | 2023-03-17T00:18:49 | 90,881,605 | 12 | 6 | Apache-2.0 | false | 2023-02-16T17:29:34 | 2017-05-10T15:46:07 | 2022-12-05T19:46:36 | 2023-02-16T17:29:34 | 28,494 | 11 | 6 | 23 | Java | false | false | package org.mbari.vars.services.impl.ml;
import org.mbari.vars.services.model.BoundingBox;
import org.mbari.vars.services.model.MachineLearningLocalization;
import java.util.ArrayList;
import java.util.List;
public class MachineLearningResponse1 {
private Boolean success;
private List<MachineLearningPredict... | UTF-8 | Java | 1,340 | java | MachineLearningResponse1.java | Java | [] | null | [] | package org.mbari.vars.services.impl.ml;
import org.mbari.vars.services.model.BoundingBox;
import org.mbari.vars.services.model.MachineLearningLocalization;
import java.util.ArrayList;
import java.util.List;
public class MachineLearningResponse1 {
private Boolean success;
private List<MachineLearningPredict... | 1,340 | 0.666418 | 0.660448 | 46 | 28.130434 | 28.701317 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.478261 | false | false | 1 |
fc6387d89a61bada2d7322eb5187e947a882d8b4 | 34,883,724,378,706 | 56fcd0e6a4d52811f8c4701a8b9010175d6594d5 | /cloudinary-core/src/test/java/com/cloudinary/UtilTest.java | 6794e2778300708848928c84d7936d601dc0a2f7 | [
"MIT"
] | permissive | cloudinary/cloudinary_java | https://github.com/cloudinary/cloudinary_java | ab7f4638b859870121eaf2159b8b0ed5a28e0d7c | 25c9cc77fdc17387b5aff5dd78b44aa913dfa298 | refs/heads/master | 2023-09-03T07:29:46.059000 | 2023-08-09T12:24:38 | 2023-08-09T12:24:38 | 6,179,800 | 154 | 130 | MIT | false | 2023-09-06T11:46:17 | 2012-10-11T19:51:00 | 2023-08-09T06:16:38 | 2023-09-06T11:46:16 | 2,103 | 150 | 125 | 19 | Java | false | false | package com.cloudinary;
import com.cloudinary.utils.ObjectUtils;
import com.cloudinary.utils.StringUtils;
import org.cloudinary.json.JSONObject;
import org.junit.Test;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.Map;
import static org.junit.Assert.*;
/... | UTF-8 | Java | 7,612 | java | UtilTest.java | Java | [
{
"context": "port static org.junit.Assert.*;\n\n/**\n * Created by amir on 17/11/2016.\n */\npublic class UtilTest {\n\n p",
"end": 341,
"score": 0.9967448711395264,
"start": 337,
"tag": "USERNAME",
"value": "amir"
}
] | null | [] | package com.cloudinary;
import com.cloudinary.utils.ObjectUtils;
import com.cloudinary.utils.StringUtils;
import org.cloudinary.json.JSONObject;
import org.junit.Test;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.Map;
import static org.junit.Assert.*;
/... | 7,612 | 0.674724 | 0.655544 | 162 | 45.987656 | 30.899277 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.117284 | false | false | 1 |
86d9cacec46b5a98889dd443599cba8ce5dc1322 | 3,195,455,737,612 | 145a12ac1ed7445ba80ff012028046c273376e27 | /Day02Demo/src/main/java/org/goldstine/innerclass/Anonymity.java | e77be5cbea7c67792121f687b7141823f55ae2c4 | [] | no_license | goldstine/JavaBasicToCore | https://github.com/goldstine/JavaBasicToCore | 82d5c5ca2a6f3911c939356097e6f965f339a220 | f6c1f200a868aa3b6bdcea6a038ceaafa88f0223 | refs/heads/master | 2023-07-12T19:08:57.248000 | 2021-08-25T02:54:48 | 2021-08-25T02:54:48 | 399,498,943 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.goldstine.innerclass;
/**
* 测试匿名内部类:
* 就是一个没有名字的局部内部类
* 匿名内部类可以简化代码,也是开发中常用的形式
* 匿名内部类的使用格式:
* new 类名|抽象类|接口(形参){
* 方法重写。
* }
*
* 匿名内部类的特点:
* (1)匿名内部类是一个没有名字的内部类
* (2)匿名内部类一旦写出来就会立刻创建匿名内部类对象返回
* (3)匿名内部类的对象类型相当于是当前new的那个类型的子类类型
*/
public c... | UTF-8 | Java | 1,464 | java | Anonymity.java | Java | [] | null | [] | package org.goldstine.innerclass;
/**
* 测试匿名内部类:
* 就是一个没有名字的局部内部类
* 匿名内部类可以简化代码,也是开发中常用的形式
* 匿名内部类的使用格式:
* new 类名|抽象类|接口(形参){
* 方法重写。
* }
*
* 匿名内部类的特点:
* (1)匿名内部类是一个没有名字的内部类
* (2)匿名内部类一旦写出来就会立刻创建匿名内部类对象返回
* (3)匿名内部类的对象类型相当于是当前new的那个类型的子类类型
*/
public c... | 1,464 | 0.527273 | 0.524242 | 52 | 18.038462 | 14.706045 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.269231 | false | false | 1 |
937940c741d73141cec28233267fe6c498876b63 | 3,195,455,737,841 | 72eb0f33d802c7c66ae62294d3d1af9f99008a96 | /src/main/java/com/iteaj/network/device/server/ths/THSInfoProtocol.java | 1768a61a762af55c5d3829e3dc84335400e2042c | [] | no_license | iteaj/devices | https://github.com/iteaj/devices | 92e0d098f41e3cecb0e602f2db7fb06f90f2737b | e8f4c2ca509c6bbfdba530efdad71ac9ed1e458c | refs/heads/main | 2023-04-03T04:07:24.341000 | 2021-04-06T08:14:16 | 2021-04-06T08:14:16 | 336,150,110 | 2 | 3 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.iteaj.network.device.server.ths;
import com.iteaj.network.device.elfin.ElfinMessageBody;
import com.iteaj.network.device.elfin.ElfinMessageHeader;
import com.iteaj.network.device.elfin.ElfinType;
import com.iteaj.network.utils.ByteUtil;
import java.io.IOException;
/**
* 温湿度获取, 携带的传感器开关量获取 协议
*/
public ... | UTF-8 | Java | 3,246 | java | THSInfoProtocol.java | Java | [] | null | [] | package com.iteaj.network.device.server.ths;
import com.iteaj.network.device.elfin.ElfinMessageBody;
import com.iteaj.network.device.elfin.ElfinMessageHeader;
import com.iteaj.network.device.elfin.ElfinType;
import com.iteaj.network.utils.ByteUtil;
import java.io.IOException;
/**
* 温湿度获取, 携带的传感器开关量获取 协议
*/
public ... | 3,246 | 0.62009 | 0.6085 | 116 | 25.775862 | 25.146839 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.465517 | false | false | 1 |
562744cff528d9d447130275b130cab125e3be9e | 8,890,582,329,160 | 0f76029f5a3f1fc9cd6d1842cc189f8ba1ac7f32 | /SimiCart/src/com/simicart/core/checkout/entity/State.java | 14b8ac6f41c95dfdd7d94e99d9134cfb7aeb783c | [] | no_license | Simicart/Android-core | https://github.com/Simicart/Android-core | 312f693b1afb7709d39115300ffedd9c8e8fe43d | 70cb261b0bbe51b53566e67d8bfad0e492a71305 | refs/heads/master | 2021-06-08T16:14:38.058000 | 2016-03-22T01:42:31 | 2016-03-22T01:42:31 | 48,149,478 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.simicart.core.checkout.entity;
import com.simicart.core.base.model.entity.SimiEntity;
import com.simicart.core.config.Constants;
public class State extends SimiEntity {
private String mID;
private String mName;
private String mCode;
public String getState_id() {
if (null == mID) {
mI... | UTF-8 | Java | 882 | java | State.java | Java | [] | null | [] | package com.simicart.core.checkout.entity;
import com.simicart.core.base.model.entity.SimiEntity;
import com.simicart.core.config.Constants;
public class State extends SimiEntity {
private String mID;
private String mName;
private String mCode;
public String getState_id() {
if (null == mID) {
mI... | 882 | 0.655329 | 0.655329 | 44 | 18.045454 | 17.073311 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.431818 | false | false | 1 |
d5fc82491b4038d78825967ebfa9a0edeffba872 | 4,432,406,315,932 | e39ba6b2701cfdd65a8a5efba2d3acf72481478e | /build/generated-sources/ap-source-output/entidades/BLeitor_.java | a83361573727d5e1f2ac1b0f3bddd95e4d2c9625 | [] | no_license | bmanhique/BibliotecaUL | https://github.com/bmanhique/BibliotecaUL | 9f5ca886e1c4b2ccbfe31589486df727a5e09e96 | d5538e184a8d49d7e7d18f231b8bf760847f2393 | refs/heads/master | 2020-03-16T02:04:46.601000 | 2018-06-20T14:10:24 | 2018-06-20T14:10:24 | 132,456,237 | 0 | 2 | null | false | 2018-06-20T14:10:26 | 2018-05-07T12:17:44 | 2018-06-12T19:56:42 | 2018-06-20T14:10:25 | 112,185 | 0 | 3 | 0 | HTML | false | null | package entidades;
import entidades.BReserva;
import entidades.BvArtigo;
import entidades.BvAvaliador;
import entidades.BvLeitura;
import entidades.SgEmprestimo;
import entidades.SgEmprestimoParametros;
import entidades.Users;
import java.util.Date;
import javax.annotation.Generated;
import javax.persistence.metamodel... | UTF-8 | Java | 2,171 | java | BLeitor_.java | Java | [] | null | [] | package entidades;
import entidades.BReserva;
import entidades.BvArtigo;
import entidades.BvAvaliador;
import entidades.BvLeitura;
import entidades.SgEmprestimo;
import entidades.SgEmprestimoParametros;
import entidades.Users;
import java.util.Date;
import javax.annotation.Generated;
import javax.persistence.metamodel... | 2,171 | 0.819899 | 0.808383 | 42 | 50.714287 | 28.487495 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.333333 | false | false | 1 |
5572a60aa28f581ba692553c1c3340dfa1084b1d | 6,786,048,390,787 | acd3b8ea5d024acf3fc2e6eef91445c49f4bbaa5 | /src/main/java/clud/qc/bicycle/entity/user/UserLogDO.java | 78bf956b5162e4d6ae7a1cce5650389a5e5099f3 | [] | no_license | zheye1024/SingleBanda | https://github.com/zheye1024/SingleBanda | 40e7d93e7894391c6ad5d684dfd679d78a057709 | ae540214c4715f2dedba01c60b5a2c9da1ee8d42 | refs/heads/master | 2022-01-05T00:08:08.188000 | 2019-04-29T08:03:44 | 2019-04-29T08:03:44 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package clud.qc.bicycle.entity.user;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.Table;
import clud.qc.bicycle.core.generator.groud.entity.BaseDO;
@Entity
@Tabl... | UTF-8 | Java | 1,799 | java | UserLogDO.java | Java | [] | null | [] | package clud.qc.bicycle.entity.user;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.Table;
import clud.qc.bicycle.core.generator.groud.entity.BaseDO;
@Entity
@Tabl... | 1,799 | 0.554367 | 0.554367 | 97 | 16.360825 | 13.787927 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.206186 | false | false | 1 |
ba1ab9cb225a188d90f7aa42bae5301a5eeaa41d | 30,039,001,314,867 | 97d3e0d14e8e235b8fdbe968f7d84f9c39c21738 | /creational_abstract_factory/src/main/java/demo/creational/abstract_factory/simple/factory/CheapInsuranceCreator.java | bc2dd9318f50a3b758aceff0c6d6448951b89b2e | [] | no_license | lostsquirrel/design_pattern_demo | https://github.com/lostsquirrel/design_pattern_demo | e5cfbb1670a31b45c3a72c87869daf0eb33ca271 | 9dcf8c2917f679b9adae36a06b49314e3557233f | refs/heads/master | 2021-01-22T11:21:56.346000 | 2016-09-21T06:10:14 | 2016-09-21T06:10:14 | 68,687,851 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package demo.creational.abstract_factory.simple.factory;
import demo.creational.abstract_factory.simple.CarInsurance;
import demo.creational.abstract_factory.simple.CheapCarInsurance;
import demo.creational.abstract_factory.simple.CheapHomeInsurance;
import demo.creational.abstract_factory.simple.CheapPersonalInsuranc... | UTF-8 | Java | 814 | java | CheapInsuranceCreator.java | Java | [] | null | [] | package demo.creational.abstract_factory.simple.factory;
import demo.creational.abstract_factory.simple.CarInsurance;
import demo.creational.abstract_factory.simple.CheapCarInsurance;
import demo.creational.abstract_factory.simple.CheapHomeInsurance;
import demo.creational.abstract_factory.simple.CheapPersonalInsuranc... | 814 | 0.831695 | 0.831695 | 27 | 29.148148 | 26.963217 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.925926 | false | false | 1 |
d5e6b1264f85660c0861a518257ee8b0244c1699 | 1,889,785,624,035 | e7ab066f934cb9c32756efc9990f92bde99212ae | /src/main/java/com/HermesDev/practicas/java/task/task08/task0821/Solution.java | d9b36bed9cd4751e0624edd5fc05212a59188969 | [] | no_license | horosco95/Practicas-java | https://github.com/horosco95/Practicas-java | 64bd9b53454f21d22a8344d344af6a913ba2fee3 | ea6b86b52098e3041d58f876929c9e62f14a1a22 | refs/heads/main | 2023-08-17T07:16:43.452000 | 2021-10-05T02:38:26 | 2021-10-05T02:38:26 | 413,647,382 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.HermesDev.practicas.java.task.task08.task0821;
import java.util.HashMap;
import java.util.Map;
/*
Shared last names and first names
*/
public class Solution {
public static void main(String[] args) {
Map<String, String> map = createPeopleMap();
printPeopleMap(map);
}
public... | UTF-8 | Java | 1,074 | java | Solution.java | Java | [
{
"context": "ew HashMap<String, String>();\n result.put(\"Orlando\", \"Padilla\");\n result.put(\"Perez\", \"Carlos",
"end": 467,
"score": 0.9996840357780457,
"start": 460,
"tag": "NAME",
"value": "Orlando"
},
{
"context": "String, String>();\n result.put(\"Orla... | null | [] | package com.HermesDev.practicas.java.task.task08.task0821;
import java.util.HashMap;
import java.util.Map;
/*
Shared last names and first names
*/
public class Solution {
public static void main(String[] args) {
Map<String, String> map = createPeopleMap();
printPeopleMap(map);
}
public... | 1,074 | 0.59311 | 0.587523 | 37 | 28.027027 | 22.071733 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.918919 | false | false | 1 |
3fd983a6f8acb81e2bda46eff8e0a6b47e1bdaeb | 26,250,840,180,287 | c3892d51cc91b32b9d88265faccecafc6b0ca770 | /src/Lab5/server.java | 863157f0132d2458abed76cf5604e2fbdc77fbc3 | [] | no_license | tmdghks944/softwareengineering | https://github.com/tmdghks944/softwareengineering | deaa7804435e54497ad52fb87bb25b50c616e7e2 | 88793bb251eede5de44f385544f8adae86dca7b1 | refs/heads/master | 2021-08-22T13:23:39.029000 | 2017-11-30T08:53:47 | 2017-11-30T08:53:47 | 112,588,118 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Lab5;
import genDevs.modeling.*;
import GenCol.*;
import simView.*;
public class server extends ViewableAtomic
{
protected packet job;
protected double processing_time;
public server()
{
this("procQ", 20);
}
public server(String name, double Processing_time)
{
super(name);
addInport("in")... | UHC | Java | 1,946 | java | server.java | Java | [] | null | [] | package Lab5;
import genDevs.modeling.*;
import GenCol.*;
import simView.*;
public class server extends ViewableAtomic
{
protected packet job;
protected double processing_time;
public server()
{
this("procQ", 20);
}
public server(String name, double Processing_time)
{
super(name);
addInport("in")... | 1,946 | 0.590482 | 0.587544 | 98 | 16.336735 | 15.923249 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.397959 | false | false | 1 |
8568cde050c6ae53a6e2b67c85c8648ae882f495 | 4,690,104,288,597 | ff475a8075cb8cbce159b3175ad901ba33384d2c | /WeiXin-Common/src/main/java/com/young/weixin/common/pojo/WeiXinConfig.java | 5344e4942404aa3300a2591626d5ce67d5fe5247 | [] | no_license | Simon0910/WeiXin-Service | https://github.com/Simon0910/WeiXin-Service | 1005a84ea3238837d0021172fc91488760538531 | df6ca98558d6a27f2e0be01f463d5b53f2e66b2d | refs/heads/master | 2021-09-04T03:19:59.901000 | 2018-01-15T07:30:47 | 2018-01-15T07:30:47 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.young.weixin.common.pojo;
import org.apache.http.client.methods.CloseableHttpResponse;
import org.apache.http.client.methods.HttpGet;
import org.apache.http.impl.client.CloseableHttpClient;
import org.apache.http.impl.client.HttpClients;
import org.apache.http.util.EntityUtils;
import org.springfram... | UTF-8 | Java | 1,712 | java | WeiXinConfig.java | Java | [] | null | [] | package com.young.weixin.common.pojo;
import org.apache.http.client.methods.CloseableHttpResponse;
import org.apache.http.client.methods.HttpGet;
import org.apache.http.impl.client.CloseableHttpClient;
import org.apache.http.impl.client.HttpClients;
import org.apache.http.util.EntityUtils;
import org.springfram... | 1,712 | 0.702103 | 0.70035 | 57 | 28.035088 | 24.302887 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.789474 | false | false | 1 |
35f95200059a85a7ba6e52f0de75264253da83e7 | 29,446,295,787,716 | 141a75fe7301fbd565b82cfef1252334d7e4ed18 | /src/myProject/Selenium_Files.java | 98486f754a8a2df7eca1fc4a4c34d24d0148ad3e | [
"Apache-2.0"
] | permissive | AshishSheoran/Selenium-workspace | https://github.com/AshishSheoran/Selenium-workspace | ca45cd07a2e90c4660193d0137ad30b18cdba00d | 4ea7a5ff5911d2e0c488a9fac4d50426f4fc1c38 | refs/heads/master | 2023-02-03T02:06:22.381000 | 2020-12-23T12:21:56 | 2020-12-23T12:21:56 | 323,889,170 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package myProject;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.firefox.FirefoxDriver;
public class Selenium_Files {
public static void main(String[] args) {
System.setProperty("webdriver.gecko.driver", "/Users/ashu/geckodr... | UTF-8 | Java | 826 | java | Selenium_Files.java | Java | [] | null | [] | package myProject;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.firefox.FirefoxDriver;
public class Selenium_Files {
public static void main(String[] args) {
System.setProperty("webdriver.gecko.driver", "/Users/ashu/geckodr... | 826 | 0.744552 | 0.74092 | 30 | 26.533333 | 25.701794 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.166667 | false | false | 1 |
42e49fc4e88107f884d1ce83f771fa53c8c38579 | 3,539,053,076,508 | a84d2aaac00f3596b34fd39a753366c8f62eb45e | /zisecm-pdfConversion/src/test/java/com/ecm/pdfConversion/TransferBestApplicationTests.java | bafba1c60d92f744f19fdda2afb1fce3e04af7ae | [] | no_license | breezerong/zisecm | https://github.com/breezerong/zisecm | 7d619f3a37275d3cdc79164aaf10f469e8b3082d | 6dcbd86ed4d24fd9bb1cc64a4317ba7fc6c52c64 | refs/heads/master | 2023-05-12T02:52:29.336000 | 2022-11-18T08:58:45 | 2022-11-18T08:58:45 | 214,353,868 | 2 | 0 | null | false | 2023-05-07T00:05:12 | 2019-10-11T05:51:09 | 2023-01-30T20:56:33 | 2023-05-07T00:05:11 | 226,805 | 2 | 0 | 50 | Vue | false | false | //package com.ecm.pdfConversion;
//
//import java.util.concurrent.CountDownLatch;
//
//import org.junit.Test;
//import org.junit.runner.RunWith;
//import org.springframework.beans.factory.annotation.Autowired;
//import org.springframework.boot.test.context.SpringBootTest;
//import org.springframework.test.context.junit... | UTF-8 | Java | 1,679 | java | TransferBestApplicationTests.java | Java | [] | null | [] | //package com.ecm.pdfConversion;
//
//import java.util.concurrent.CountDownLatch;
//
//import org.junit.Test;
//import org.junit.runner.RunWith;
//import org.springframework.beans.factory.annotation.Autowired;
//import org.springframework.boot.test.context.SpringBootTest;
//import org.springframework.test.context.junit... | 1,679 | 0.559832 | 0.552616 | 51 | 31.607843 | 23.857485 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.764706 | false | false | 1 |
8fe5cac8a7b561537dfef46bd5c8a9256371caab | 15,255,723,868,780 | 558fff0549fbbdf69f34b1ca4bcffd5f13041aab | /src/main/java/br/com/johnworks/banco/digital/api/controller/mapper/EnderecoMapper.java | 6114adfca81e9f9eed3d8b8bbb242a1cf304dcf4 | [] | no_license | johnatandantas/banco-digital-api | https://github.com/johnatandantas/banco-digital-api | 506815119a49fcaa8da2131cdd852160b741611c | d0b362adfb7825ee1e46738c75495fc8460d0460 | refs/heads/main | 2022-12-27T03:33:27.841000 | 2020-10-08T03:16:27 | 2020-10-08T03:16:27 | 302,219,905 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.johnworks.banco.digital.api.controller.mapper;
import br.com.johnworks.banco.digital.api.controller.input.PropostaEnderecoInput;
import br.com.johnworks.banco.digital.domain.model.Endereco;
public class EnderecoMapper {
private EnderecoMapper() {
}
public static Endereco mapEndereco(PropostaE... | UTF-8 | Java | 649 | java | EnderecoMapper.java | Java | [] | null | [] | package br.com.johnworks.banco.digital.api.controller.mapper;
import br.com.johnworks.banco.digital.api.controller.input.PropostaEnderecoInput;
import br.com.johnworks.banco.digital.domain.model.Endereco;
public class EnderecoMapper {
private EnderecoMapper() {
}
public static Endereco mapEndereco(PropostaE... | 649 | 0.773498 | 0.773498 | 23 | 27.217392 | 24.750856 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.521739 | false | false | 1 |
7373120d13061d4816010f6adb7508a07bdee5df | 26,731,876,516,286 | 19ca9370e35e668cc78f59ecba00b61779f9df47 | /src/main/java/com/archer/us/service/bing/Result.java | c3547260487d2f1d364fb3ebfbbc66dcc564c07e | [] | no_license | zn13621236/UltimateSearch | https://github.com/zn13621236/UltimateSearch | 9616b89e4ef0fa5966e18a5d117815274eb4e83c | 44f8ab3dbd17e4083064dff5ea6f49d599eefb1a | refs/heads/master | 2020-06-03T23:06:51.759000 | 2013-08-19T22:32:49 | 2013-08-19T22:32:49 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.archer.us.service.bing;
import org.apache.commons.lang3.builder.ReflectionToStringBuilder;
import org.apache.commons.lang3.builder.ToStringStyle;
import org.codehaus.jackson.annotate.JsonIgnore;
import org.codehaus.jackson.annotate.JsonIgnoreProperties;
import org.codehaus.jackson.annotate.JsonProperty;
i... | UTF-8 | Java | 1,977 | java | Result.java | Java | [
{
"context": "nProperty;\n\nimport java.util.Set;\n\n/**\n * @author: ayang\n */\n@JsonIgnoreProperties(ignoreUnknown = true)\np",
"end": 363,
"score": 0.9994986057281494,
"start": 358,
"tag": "USERNAME",
"value": "ayang"
}
] | null | [] | package com.archer.us.service.bing;
import org.apache.commons.lang3.builder.ReflectionToStringBuilder;
import org.apache.commons.lang3.builder.ToStringStyle;
import org.codehaus.jackson.annotate.JsonIgnore;
import org.codehaus.jackson.annotate.JsonIgnoreProperties;
import org.codehaus.jackson.annotate.JsonProperty;
i... | 1,977 | 0.643399 | 0.642387 | 92 | 20.48913 | 19.737127 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.347826 | false | false | 1 |
fa49df800e72730c44dec268b94f92dfd03b1802 | 18,915,035,995,216 | 7de9dcab7e55375b1467eb0ce2dcf957457fd5b2 | /java/Step06/src/player/Player.java | 7e60d58c13c582639df57385c3f84f00f9257015 | [] | no_license | NamSangKyu/UXUIKOKI2106 | https://github.com/NamSangKyu/UXUIKOKI2106 | d171d4c7938c80d6e4e8ab8a2dc953b3782ef9e7 | f9882078a10b5e83b0dd639017476871929a6a0d | refs/heads/main | 2023-08-30T14:38:57.612000 | 2021-10-26T05:28:13 | 2021-10-26T05:28:13 | 378,817,436 | 3 | 3 | null | null | null | null | null | null | null | null | null | null | null | null | null | package player;
public class Player {
private int hp;
private Skill skill;
public Player(Skill skill) {
super();
this.skill = skill;
hp = 100;
}
public void skillExcute(Player player) {
skill.excute(player);
}
public void death() {
System.out.println("Player가 사망하였습니다.");
}
public int getHp() ... | UTF-8 | Java | 568 | java | Player.java | Java | [] | null | [] | package player;
public class Player {
private int hp;
private Skill skill;
public Player(Skill skill) {
super();
this.skill = skill;
hp = 100;
}
public void skillExcute(Player player) {
skill.excute(player);
}
public void death() {
System.out.println("Player가 사망하였습니다.");
}
public int getHp() ... | 568 | 0.627737 | 0.622263 | 40 | 12.55 | 12.751372 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.375 | false | false | 1 |
0ccc4175d53a4b73b9fbe698ef1557be1879925f | 9,698,036,220,950 | c9be78de087c8d5b03ba4ed05d09df2007c9f5dc | /library/src/test/java/com/tekartik/utils/core/LongUtilsTest.java | 6ee57a0430d59db588a9862a1bce02ae309559c5 | [
"BSD-2-Clause"
] | permissive | tekartik/utils.android | https://github.com/tekartik/utils.android | 795250c1cdf5539cfc5e34b143039694c414203a | ae15fa3f9f3665110ecf7015d3b736ffb9023f29 | refs/heads/master | 2022-02-15T15:41:33.848000 | 2022-01-26T21:57:10 | 2022-01-26T21:57:10 | 101,854,706 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tekartik.utils.core;
import org.junit.Test;
import static com.tekartik.utils.core.LongUtils.nonNull;
import static com.tekartik.utils.core.LongUtils.parseLong;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;
public class ... | UTF-8 | Java | 1,273 | java | LongUtilsTest.java | Java | [] | null | [] | package com.tekartik.utils.core;
import org.junit.Test;
import static com.tekartik.utils.core.LongUtils.nonNull;
import static com.tekartik.utils.core.LongUtils.parseLong;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;
public class ... | 1,273 | 0.664572 | 0.634721 | 40 | 30.825001 | 20.643265 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.125 | false | false | 1 |
89ace6fbdbefe1bb5432c3845bd35c423a0160f5 | 14,413,910,306,354 | 01ebbc94cd4d2c63501c2ebd64b8f757ac4b9544 | /backend/gxqpt-piping/gxqpt-supervise-repository/src/main/java/com/hengyunsoft/platform/supervise/repository/example/PowerSuperviseTypeExample.java | d1532074e4d1cee00ad1ba6b7b688a2e5e04f340 | [] | no_license | KevinAnYuan/gxq | https://github.com/KevinAnYuan/gxq | 60529e527eadbbe63a8ecbbad6aaa0dea5a61168 | 9b59f4e82597332a70576f43e3f365c41d5cfbee | refs/heads/main | 2023-01-04T19:35:18.615000 | 2020-10-27T06:24:37 | 2020-10-27T06:24:37 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hengyunsoft.platform.supervise.repository.example;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class PowerSuperviseTypeExample extends com.hengyunsoft.db.example.BaseExample<PowerSuperviseTypeExample.Criteria> implements Serializable {
... | UTF-8 | Java | 17,490 | java | PowerSuperviseTypeExample.java | Java | [] | null | [] | package com.hengyunsoft.platform.supervise.repository.example;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class PowerSuperviseTypeExample extends com.hengyunsoft.db.example.BaseExample<PowerSuperviseTypeExample.Criteria> implements Serializable {
... | 17,490 | 0.57776 | 0.575928 | 525 | 32.266666 | 26.362335 | 147 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.704762 | false | false | 1 |
bd6cea17808c3e292d8263f8e0287362a9633f8a | 13,941,463,869,776 | e05b32149491392ddbb5103939dfaf69523ba35e | /src/java/org/agnitas/emm/core/imagehelper/ImageHelperService.java | 0df7153b7e14b40fb13772654bc0911faad7a2cf | [] | no_license | dpalic/openemm | https://github.com/dpalic/openemm | a7bfa0ee614c2cd1daa74d8e6fd968ee60d39b4a | f9eb96d13211a7c9a0327cbba0fe4e2f2c3f6b2c | refs/heads/master | 2021-01-24T22:52:42.597000 | 2018-09-09T08:19:48 | 2018-09-09T08:19:48 | 14,197,848 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.agnitas.emm.core.imagehelper;
import java.awt.Graphics2D;
import java.awt.image.BufferedImage;
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.util.Locale;
import javax.imageio.IIOImage;
import javax.imageio.ImageIO;
import javax.imageio.I... | UTF-8 | Java | 8,246 | java | ImageHelperService.java | Java | [] | null | [] | package org.agnitas.emm.core.imagehelper;
import java.awt.Graphics2D;
import java.awt.image.BufferedImage;
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.util.Locale;
import javax.imageio.IIOImage;
import javax.imageio.ImageIO;
import javax.imageio.I... | 8,246 | 0.693185 | 0.684332 | 239 | 33.50209 | 29.28319 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.355649 | false | false | 4 |
d69fa8d505bb1a54d9e5985e83c8988fd4c1dc98 | 19,688,130,122,755 | 2a87725f6dbe1b0d46e6c1efd9d24077a852c9a8 | /src/com/beauty/biz/web/unit/UnitAction.java | 59e8a51ae005a8f6d91d599a3973dba71ec2e192 | [] | no_license | zhangcd/shaping | https://github.com/zhangcd/shaping | 08d38b75cbd2212f13702ac6e019c1bb4cea07e1 | cd1806365961dd1687969b2b4aa96c9ff1d2cf82 | refs/heads/master | 2021-01-15T21:49:06.123000 | 2014-08-26T03:29:12 | 2014-08-26T03:29:12 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.beauty.biz.web.unit;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.LinkedHashMap;
import java.util.List;
import java.util.Map;
import net.sf.json.JSONObject;
import org.apache.struts2.convention.annotation.Result;
import org.apache.struts2.convention.annotation.Results;
import or... | UTF-8 | Java | 4,145 | java | UnitAction.java | Java | [] | null | [] | package com.beauty.biz.web.unit;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.LinkedHashMap;
import java.util.List;
import java.util.Map;
import net.sf.json.JSONObject;
import org.apache.struts2.convention.annotation.Result;
import org.apache.struts2.convention.annotation.Results;
import or... | 4,145 | 0.678616 | 0.676611 | 161 | 23.776398 | 20.791773 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.055901 | false | false | 4 |
ca3f284f6fe3d0bb5c2597a490d4f73f9c1d1bb9 | 27,943,057,291,282 | 55fdc59c9b4f30acfe9d30491aaa1a6b0de3f0d0 | /Square.java | f392415d63b64d1de8ab793548e8154284717666 | [] | no_license | georgiaDabs/BattleShips | https://github.com/georgiaDabs/BattleShips | 4ac5fddba2f674fd1345e29049e1a0a1725ca0d9 | fddbc4fbd4625104f5353ee5c4e4939b275158e4 | refs/heads/master | 2020-04-03T19:54:48.731000 | 2018-10-31T10:37:50 | 2018-10-31T10:37:50 | 155,539,601 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
public class Square
{
private boolean empty;
private ShipInterface ship;
private int offset;
public Square(){
empty=true;
}
public Square(int offset, ShipInterface ship){
empty=false;
this.offset=offset;
this.ship=ship;
}
public boolean isNone(){
... | UTF-8 | Java | 838 | java | Square.java | Java | [] | null | [] |
public class Square
{
private boolean empty;
private ShipInterface ship;
private int offset;
public Square(){
empty=true;
}
public Square(int offset, ShipInterface ship){
empty=false;
this.offset=offset;
this.ship=ship;
}
public boolean isNone(){
... | 838 | 0.568019 | 0.568019 | 38 | 21.026316 | 13.383979 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.421053 | false | false | 4 |
5a0c4c97e4075c2cfd06599df78aa4b6b4915cd6 | 11,098,195,519,374 | f4941ef4518dccd12bd9821262da3c0648ce8167 | /java/cfbam/src/net.sourceforge.msscf.cfbam/net/sourceforge/msscf/cfbam/CFBam/CFBamSchemaDefHBuff.java | 797fe73709b6ec8acb58522168a637def8a5aca7 | [
"Apache-2.0"
] | permissive | msobkow/net-sourceforge-MSSCodeFactory-CFBam-2-10 | https://github.com/msobkow/net-sourceforge-MSSCodeFactory-CFBam-2-10 | 7eba60dfd78fbb60bc4de2f662a55d9ec49b5171 | 15b0494ef78251f03dd69bc37ce8dc0862295215 | refs/heads/master | 2019-05-08T10:17:53.989000 | 2019-05-01T00:52:54 | 2019-05-01T00:52:54 | 56,207,766 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // Description: Java 11 implementation of a SchemaDef history buffer object.
/*
* net.sourceforge.MssCF.CFBam
*
* Copyright (c) 2018-2019 Mark Stephen Sobkow
*
* 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... | UTF-8 | Java | 370,950 | java | CFBamSchemaDefHBuff.java | Java | [
{
"context": "rceforge.MssCF.CFBam\n *\n *\tCopyright (c) 2018-2019 Mark Stephen Sobkow\n *\t\n *\tLicensed under the Apache License, Version",
"end": 161,
"score": 0.9997853636741638,
"start": 142,
"tag": "NAME",
"value": "Mark Stephen Sobkow"
}
] | null | [] | // Description: Java 11 implementation of a SchemaDef history buffer object.
/*
* net.sourceforge.MssCF.CFBam
*
* Copyright (c) 2018-2019 <NAME>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the ... | 370,937 | 0.680758 | 0.671659 | 12,026 | 29.845667 | 29.017115 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.600116 | false | false | 4 |
e2d502a2b6dfdf82087d8aeda35ab72132c606b9 | 31,877,247,279,777 | aac7c7a425d48b3618d4f2cae6e4a923a42920d8 | /src/main/java/com/cn/zbx/dao/CaptchaDao.java | d6c9b09cc078b4c9a2a64d67edfe61c4df29f0cb | [] | no_license | wangyishuai01/zbx | https://github.com/wangyishuai01/zbx | d5e401c1f610183d315d9ab5c2fbd8e756892588 | bb03dab2709c700a58587da1cf6934e91fda547e | refs/heads/master | 2021-08-30T03:32:30.346000 | 2017-12-02T18:36:06 | 2017-12-02T18:36:06 | 108,485,337 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cn.zbx.dao;
import java.util.List;
import com.cn.zbx.pojo.Captcha;
public interface CaptchaDao {
int deleteByPrimaryKey(Integer sid);
int insert(Captcha record);
int insertSelective(Captcha record);
Captcha selectByPrimaryKey(Integer sid);
int updateByPrimaryKey... | UTF-8 | Java | 511 | java | CaptchaDao.java | Java | [] | null | [] | package com.cn.zbx.dao;
import java.util.List;
import com.cn.zbx.pojo.Captcha;
public interface CaptchaDao {
int deleteByPrimaryKey(Integer sid);
int insert(Captcha record);
int insertSelective(Captcha record);
Captcha selectByPrimaryKey(Integer sid);
int updateByPrimaryKey... | 511 | 0.706458 | 0.706458 | 25 | 18.52 | 19.835564 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.44 | false | false | 4 |
e4c5464a3ae00394f2b636159591e2a3322dc2ae | 11,201,274,778,465 | 32f0409137fb58d912080892998ee01fe613b486 | /logic-server/src/main/java/com/mgtriffid/academ/server/logic/ServerCommandsBuffer.java | 8c652f889859738df79d8fa09ec8d4002894e437 | [] | no_license | mgtriffid/academ | https://github.com/mgtriffid/academ | 380c32f1d30a4e9e3e6f753636e86856384c5589 | 05fdff57d3ce945df20e8dd48636e38d4d0bd7a3 | refs/heads/master | 2020-12-30T13:59:44.829000 | 2017-05-14T19:57:18 | 2017-05-14T19:57:18 | 91,267,776 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mgtriffid.academ.server.logic;
import com.google.common.collect.ImmutableMap;
import com.mgtriffid.academ.network.common.PlayerCommand;
import com.mgtriffid.academ.network.common.commands.ClientCommand;
import com.mgtriffid.academ.network.common.commands.meta.EnterGameCommand;
import org.apache.commons.lan... | UTF-8 | Java | 1,297 | java | ServerCommandsBuffer.java | Java | [
{
"context": "til.List;\nimport java.util.Map;\n\n/**\n * Created by mgtriffid on 19.03.17.\n */\npublic class ServerCommandsBuffe",
"end": 465,
"score": 0.9996883869171143,
"start": 456,
"tag": "USERNAME",
"value": "mgtriffid"
}
] | null | [] | package com.mgtriffid.academ.server.logic;
import com.google.common.collect.ImmutableMap;
import com.mgtriffid.academ.network.common.PlayerCommand;
import com.mgtriffid.academ.network.common.commands.ClientCommand;
import com.mgtriffid.academ.network.common.commands.meta.EnterGameCommand;
import org.apache.commons.lan... | 1,297 | 0.722436 | 0.717039 | 39 | 32.256409 | 28.739073 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.615385 | false | false | 4 |
51be823daf96268c3fae4fb315709ee293306a4f | 1,520,418,486,970 | 3b953bd2e6b3dd55692c480764187c2e10ea3644 | /Examples/src/streams/DownStreamCollectors.java | 93e0e56da7ed86e956cc49f2dfeffbfc41ade528 | [] | no_license | manischewitz/snippets | https://github.com/manischewitz/snippets | e228b4350e8e47c271bfcbe7b73404a5f3b2a50c | 0d4df12f2bcfc84c03f1ec3af037df8639be01c0 | refs/heads/master | 2020-03-14T22:13:51.146000 | 2018-05-02T08:29:41 | 2018-05-02T08:29:41 | 131,816,443 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package streams;
import java.io.IOException;
import java.nio.file.Files;
import java.nio.file.Paths;
import java.util.Comparator;
import java.util.IntSummaryStatistics;
import java.util.Locale;
import java.util.Map;
import java.util.Optional;
import java.util.Set;
import java.util.stream.Collectors;
import java.util.s... | UTF-8 | Java | 3,373 | java | DownStreamCollectors.java | Java | [] | null | [] | package streams;
import java.io.IOException;
import java.nio.file.Files;
import java.nio.file.Paths;
import java.util.Comparator;
import java.util.IntSummaryStatistics;
import java.util.Locale;
import java.util.Map;
import java.util.Optional;
import java.util.Set;
import java.util.stream.Collectors;
import java.util.s... | 3,373 | 0.719537 | 0.718352 | 94 | 34.88298 | 26.372074 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.085106 | false | false | 4 |
ff09c145b8956f7b2a1ca8e7647001a3273a65e5 | 1,520,418,490,164 | 3cd948b9dfef756c779b68a481dff7f233b13884 | /backend/kingsa/kingsa-into/src/main/java/com/rdc/kingsa/input/persistence/beans/DocTag.java | ffb1f4eeab424ce61ebbbc34b9115f034e9beee9 | [] | no_license | ljywit/ecotope | https://github.com/ljywit/ecotope | d4c09ce20ef08d579cdae7319a228ef0bc006da7 | 2c25abff18b813e83a3a732188550b013df9f49e | refs/heads/master | 2020-03-28T11:35:16.263000 | 2018-10-01T05:17:48 | 2018-10-01T05:17:48 | 148,228,939 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.rdc.kingsa.input.persistence.beans;
public class DocTag {
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column DOC_TAG.ID
*
* @mbggenerated Wed Sep 19 22:37:10 CST 2018
*/
private String id;
/**
* This field was gene... | UTF-8 | Java | 3,696 | java | DocTag.java | Java | [] | null | [] | package com.rdc.kingsa.input.persistence.beans;
public class DocTag {
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column DOC_TAG.ID
*
* @mbggenerated Wed Sep 19 22:37:10 CST 2018
*/
private String id;
/**
* This field was gene... | 3,696 | 0.614448 | 0.575487 | 131 | 27.221375 | 24.526443 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.099237 | false | false | 4 |
d4dbe73d935dafc01b03bb8183eac28106138ab5 | 12,146,167,542,108 | dac85a537000c16686ceb7a0b787c9bb28376383 | /Server/src/entities/NotaDevEntity.java | 8a06486eb8e2eb7bc5a3fe79273a890ce1521d9e | [] | no_license | aybjs/TPO | https://github.com/aybjs/TPO | 7a4ba8492ce2e0abf6399ce3ff8864b4e3e3e554 | 673468006b267558d56ad6b48070172ae7b4a671 | refs/heads/master | 2021-08-28T09:39:56.622000 | 2017-12-11T21:49:12 | 2017-12-11T21:49:12 | 104,799,113 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package entities;
//import javafx.util.converter.LocalDateStringConverter;
import javax.persistence.*;
import negocio.Remito;
import java.time.LocalDate;
@Entity
@Table(name="NotasDevolucion")
public class NotaDevEntity {
@Id
@GeneratedValue(strategy = GenerationType.AUTO)
private long id;
@OneToOne
private... | UTF-8 | Java | 801 | java | NotaDevEntity.java | Java | [] | null | [] | package entities;
//import javafx.util.converter.LocalDateStringConverter;
import javax.persistence.*;
import negocio.Remito;
import java.time.LocalDate;
@Entity
@Table(name="NotasDevolucion")
public class NotaDevEntity {
@Id
@GeneratedValue(strategy = GenerationType.AUTO)
private long id;
@OneToOne
private... | 801 | 0.714107 | 0.714107 | 54 | 13.833333 | 16.02862 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 4 |
a220b9d97f80f012238f7fce12d3d84218da9868 | 17,970,143,227,286 | 209b4f34c2f89a762f78193675bd8addf76620bb | /PlayerVideo/app/src/main/java/com/efs/sdk/base/p176a/p187h/C1732h.java | da1bb53a16b73abbc1c3e88d2b107c7ff234242a | [] | no_license | xingchongzhu/apktool | https://github.com/xingchongzhu/apktool | 1b0ed3ced42cb28fa072439785e744370963aee6 | 3c2d79368f32e323168d0a2a59c6b73fc83d4d56 | refs/heads/main | 2023-08-13T11:31:12.616000 | 2021-09-14T12:00:39 | 2021-09-14T12:00:39 | 404,994,078 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.efs.sdk.base.p176a.p187h;
import android.content.Context;
import android.os.Process;
import android.text.TextUtils;
import java.io.File;
import java.util.UUID;
/* renamed from: com.efs.sdk.base.a.h.h */
public class C1732h {
/* renamed from: a */
private static volatile String f11414a = "";
... | UTF-8 | Java | 2,338 | java | C1732h.java | Java | [] | null | [] | package com.efs.sdk.base.p176a.p187h;
import android.content.Context;
import android.os.Process;
import android.text.TextUtils;
import java.io.File;
import java.util.UUID;
/* renamed from: com.efs.sdk.base.a.h.h */
public class C1732h {
/* renamed from: a */
private static volatile String f11414a = "";
... | 2,338 | 0.479042 | 0.4213 | 80 | 28.225 | 17.254692 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.525 | false | false | 4 |
9255edf4ba18d513aa42dbf373498470d123f5b7 | 25,400,436,647,857 | 7a6c88921c6784aa3200e8121024c17096e318f6 | /src/main/java/com/bitsmuggler/learning/springbootaspect/HelloController.java | 097453403b55360398c705b03d1949d3620c88b7 | [] | no_license | MohammadiIram/spring-boot-with-aop | https://github.com/MohammadiIram/spring-boot-with-aop | 704801236df541c75e0ea196ee45c66824f9f0a5 | 76fc407adf96acff7334d8ea86df95396d6af921 | refs/heads/master | 2022-01-20T23:05:39.108000 | 2019-03-02T11:57:47 | 2019-03-02T11:57:47 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bitsmuggler.learning.springbootaspect;
import com.bitsmuggler.learning.springbootaspect.aspects.CheckSomething;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
@RestController
public class HelloController {
@RequestMapping(... | UTF-8 | Java | 649 | java | HelloController.java | Java | [] | null | [] | package com.bitsmuggler.learning.springbootaspect;
import com.bitsmuggler.learning.springbootaspect.aspects.CheckSomething;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
@RestController
public class HelloController {
@RequestMapping(... | 649 | 0.738059 | 0.733436 | 21 | 29.952381 | 23.873629 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 4 |
36a53ad72c2440d46d135a3ddacda0c541748e1a | 33,389,075,826,022 | 29196e2d4adfb14ddd7c2ca8c1e60f8c10c26dad | /src/main/java/it/csi/siac/siaccespser/model/VariazioneCespite.java | fb0bdfc08109e3256ebfd69d88a81a165c376380 | [] | no_license | unica-open/siacbilitf | https://github.com/unica-open/siacbilitf | bbeef5ceca40e9fb83d5b1176e7f54e8d84592bf | 85f3254c05c719a0016fe55cea1a105bcb6b89b2 | refs/heads/master | 2021-01-06T14:51:17.786000 | 2020-03-03T13:27:47 | 2020-03-03T13:27:47 | 241,366,581 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
*SPDX-FileCopyrightText: Copyright 2020 | CSI Piemonte
*SPDX-License-Identifier: EUPL-1.2
*/
package it.csi.siac.siaccespser.model;
import java.math.BigDecimal;
import java.util.Date;
import javax.xml.bind.annotation.XmlType;
import it.csi.siac.siaccorser.model.Ente;
import it.csi.siac.siaccorser.model.Entita;
/... | UTF-8 | Java | 3,008 | java | VariazioneCespite.java | Java | [
{
"context": "accorser.model.Entita;\n\n/**\n * Cespiti\n * @author 71027\n * @version 1.0\n * @created 31-giu-2018\n */\n@XmlT",
"end": 350,
"score": 0.9981392025947571,
"start": 345,
"tag": "USERNAME",
"value": "71027"
}
] | null | [] | /*
*SPDX-FileCopyrightText: Copyright 2020 | CSI Piemonte
*SPDX-License-Identifier: EUPL-1.2
*/
package it.csi.siac.siaccespser.model;
import java.math.BigDecimal;
import java.util.Date;
import javax.xml.bind.annotation.XmlType;
import it.csi.siac.siaccorser.model.Ente;
import it.csi.siac.siaccorser.model.Entita;
/... | 3,008 | 0.738032 | 0.725399 | 134 | 21.455223 | 21.045656 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.171642 | false | false | 4 |
e1d91e3bca0a7f4004feee1fc4f1e68d8a959d25 | 33,629,593,993,271 | 4b1c0e43b10e7d00ecddbc4949c9f9d95360f80c | /src/service/org/appfuse/service/Visit_LogManager.java | 93f1c3ca52ad8e6572fdd3106a793e19babb40cf | [
"LicenseRef-scancode-mattkruse",
"Apache-2.0"
] | permissive | buptwufengjiao/J2EEApp | https://github.com/buptwufengjiao/J2EEApp | 08d14f0e565019b43ae167f6d96735ae872aa32c | e29bbec1316811d8093a004c371b08d1881be2ee | refs/heads/master | 2020-12-24T17:08:27.415000 | 2014-11-10T19:31:53 | 2014-11-10T19:31:53 | 26,451,999 | 0 | 3 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.appfuse.service;
import java.util.List;
import org.appfuse.dao.Vist_LogDAO;
import org.appfuse.model.Visit_Log;
public interface Visit_LogManager extends Manager {
public void setVist_LogDAO(Vist_LogDAO visit_LogDAO);
public List getVisit_Log(Visit_Log visit_Log);
public Visit_Log g... | UTF-8 | Java | 549 | java | Visit_LogManager.java | Java | [] | null | [] | package org.appfuse.service;
import java.util.List;
import org.appfuse.dao.Vist_LogDAO;
import org.appfuse.model.Visit_Log;
public interface Visit_LogManager extends Manager {
public void setVist_LogDAO(Vist_LogDAO visit_LogDAO);
public List getVisit_Log(Visit_Log visit_Log);
public Visit_Log g... | 549 | 0.737705 | 0.737705 | 22 | 22.954546 | 21.531113 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.045455 | false | false | 4 |
c2238b251ee0174d21cb99fe6923dc24cfef81f4 | 29,549,375,056,878 | f981236f04a84f8bfc90f19b191ad600b39cc594 | /java/src/main/java/com/google/Video.java | 2e09e38a6cb1a1b26106e4265381ba2e017e58e5 | [] | no_license | cativo/google-code-sample | https://github.com/cativo/google-code-sample | b17df4d40bfbd45f3e6ac66952742016eda9e72f | b9515c69e28b399cb00305bfcf441bc152c4a893 | refs/heads/main | 2023-06-09T03:58:04.356000 | 2021-07-01T12:33:34 | 2021-07-01T12:33:34 | 381,665,753 | 0 | 0 | null | true | 2021-06-30T10:37:45 | 2021-06-30T10:37:44 | 2021-06-30T10:36:45 | 2021-06-30T10:36:42 | 2,661 | 0 | 0 | 0 | null | false | false | package com.google;
import com.google.inject.internal.Nullable;
import java.util.Collections;
import java.util.List;
import java.util.Optional;
/** A class used to represent a video. */
class Video {
private final String title;
private final String videoId;
private final List<String> tags;
private final Boo... | UTF-8 | Java | 1,664 | java | Video.java | Java | [] | null | [] | package com.google;
import com.google.inject.internal.Nullable;
import java.util.Collections;
import java.util.List;
import java.util.Optional;
/** A class used to represent a video. */
class Video {
private final String title;
private final String videoId;
private final List<String> tags;
private final Boo... | 1,664 | 0.680288 | 0.680288 | 68 | 23.470589 | 20.787066 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.529412 | false | false | 4 |
a88ed1508d6b6ecfd0479158442af53aabfdca08 | 2,370,822,016,604 | 8b1bd6b78084533fa7dc9e43c0693683f60b824d | /geek-Arithmetics/src/main/java/netty/hashedWheelTimer/HashedWheelTimerDemo.java | 8c8c76308c7726b758deab9e32d55d51ae657280 | [
"Apache-2.0"
] | permissive | GeeeeeekTon/algorithm | https://github.com/GeeeeeekTon/algorithm | 6b4210531a6d2c0cd31cf155d31cc718ee0662ef | 3006f24a2993fb32049964a7d45f6876ff7fe66c | refs/heads/master | 2020-04-12T02:35:47.678000 | 2020-04-02T09:17:10 | 2020-04-02T09:17:10 | 162,247,447 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package netty.hashedWheelTimer;
import io.netty.util.HashedWheelTimer;
import java.time.LocalTime;
import java.util.concurrent.TimeUnit;
/**
* @ClassName HashedWheelTimerDemo
* HashedWheelTimer 主要用来高效处理大量定时任务,
* 且任务对时间精度要求相对不高, 比如链接超时管理等场景, 缺点是, 内存占用相对较高.
*
* 构造函数参数
* HashedWheelTimer(
* ThreadFactory... | UTF-8 | Java | 1,352 | java | HashedWheelTimerDemo.java | Java | [
{
"context": " //类似于Clock中的wheel的长度(默认512).\n * ):\n *\n * @Author Leo\n * @Description //TODO\n * @Date: 2019/3/12 16:17\n",
"end": 592,
"score": 0.9792129993438721,
"start": 589,
"tag": "NAME",
"value": "Leo"
}
] | null | [] | package netty.hashedWheelTimer;
import io.netty.util.HashedWheelTimer;
import java.time.LocalTime;
import java.util.concurrent.TimeUnit;
/**
* @ClassName HashedWheelTimerDemo
* HashedWheelTimer 主要用来高效处理大量定时任务,
* 且任务对时间精度要求相对不高, 比如链接超时管理等场景, 缺点是, 内存占用相对较高.
*
* 构造函数参数
* HashedWheelTimer(
* ThreadFactory... | 1,352 | 0.648936 | 0.625886 | 41 | 26.512196 | 23.588053 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.634146 | false | false | 4 |
f85cd1a3385d5df1993b48d255bf860e1b3aa4e9 | 25,288,767,504,862 | f57ba1dc0b9857eb8e557ca0e8b11c614347c45b | /modelmapper/src/main/java/de/thmWeb/spielwiese/converters/FullNameConverter.java | f7a47d70328885cedb81dafd0b1ee5db781ad1b8 | [] | no_license | zaroselectro/spielwiese | https://github.com/zaroselectro/spielwiese | 9aa2ed9ea7d9645ad1debf5430f5cc01b2835444 | 0b7fe1b7870f05853617e62f3eb6e81b2626f0f9 | refs/heads/master | 2016-08-08T18:42:51.271000 | 2016-02-16T14:10:04 | 2016-02-16T14:10:04 | 40,303,880 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package de.thmWeb.spielwiese.converters;
import org.modelmapper.AbstractConverter;
import org.springframework.stereotype.Component;
import de.thmWeb.spielwiese.modelmapper.dto.UserDTO;
@Component("fullNameConverter")
public class FullNameConverter extends AbstractConverter<UserDTO, String> {
@Override
prote... | UTF-8 | Java | 433 | java | FullNameConverter.java | Java | [] | null | [] | package de.thmWeb.spielwiese.converters;
import org.modelmapper.AbstractConverter;
import org.springframework.stereotype.Component;
import de.thmWeb.spielwiese.modelmapper.dto.UserDTO;
@Component("fullNameConverter")
public class FullNameConverter extends AbstractConverter<UserDTO, String> {
@Override
prote... | 433 | 0.771363 | 0.771363 | 16 | 26.0625 | 25.669703 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 4 |
c58d6eb33d1918444ce682f1d9333664a3248549 | 28,217,935,199,636 | f506f1a87464b7a436611f1118c559103ccc8bd6 | /KantinenPlaner/test/de/vawi/oopjava/kantinenplaner/tools/impl/CVSReaderTest.java | 8caa3c52848a5d3d2bb27c6d8853b6fd66d9858c | [] | no_license | LevelUpTutorial/VAWI_OOPJava | https://github.com/LevelUpTutorial/VAWI_OOPJava | 51ce8c52e60748a3d52d31918b865ba994338db6 | 766413322a6f8b2c85e3cc4efe13f50513768d88 | refs/heads/master | 2016-09-15T20:14:17.284000 | 2013-03-16T13:55:14 | 2013-03-16T13:55:14 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package de.vawi.oopjava.kantinenplaner.tools.impl;
import static org.junit.Assert.*;
import java.util.List;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import de.vawi.oopjava.kantinenplaner.tools.impl.CSVReader;
/**
* @author Kim
*/
public class CVSReaderTest {
priva... | ISO-8859-3 | Java | 4,576 | java | CVSReaderTest.java | Java | [
{
"context": "nenplaner.tools.impl.CSVReader;\r\n\r\n/**\r\n * @author Kim\r\n */\r\npublic class CVSReaderTest {\r\n\tprivate CSVRea",
"end": 277,
"score": 0.9891973733901978,
"start": 274,
"tag": "NAME",
"value": "Kim"
}
] | null | [] | package de.vawi.oopjava.kantinenplaner.tools.impl;
import static org.junit.Assert.*;
import java.util.List;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import de.vawi.oopjava.kantinenplaner.tools.impl.CSVReader;
/**
* @author Kim
*/
public class CVSReaderTest {
priva... | 4,576 | 0.677158 | 0.670164 | 112 | 38.848213 | 36.74604 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.732143 | false | false | 4 |
23cf048223cfb0a8bcf6d7bee479bb53fedad57b | 33,363,305,956,950 | 816198740089d8a4a09f406a0877eb05e3d4fbab | /swagger-bootstrap-ui/src/main/java/com/lichongbing/swaggerbootstrapui/util/CommonUtils.java | 27c527dcbfecebe5dd1b2ceabb1d66863c76dde4 | [
"Apache-2.0"
] | permissive | lichongbing/lswagger | https://github.com/lichongbing/lswagger | 05d056d5991459d2b03ee2856aa8332eb6d2d3c5 | cf8529d168b835ec7f13490fb790ac01b9a43066 | refs/heads/master | 2023-08-12T21:35:50.170000 | 2021-10-16T21:46:14 | 2021-10-16T21:46:14 | 410,698,262 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright (C) 2018 Zhejiang xiaominfo Technology CO.,LTD.
* All rights reserved.
* Official Web Site: http://www.xiaominfo.com.
* Developer Web Site: http://open.xiaominfo.com.
*/
package com.lichongbing.swaggerbootstrapui.util;
import com.lichongbing.swaggerbootstrapui.model.DynamicClass;
import io.swagger... | UTF-8 | Java | 11,822 | java | CommonUtils.java | Java | [
{
"context": "ger-bootstrap-ui 1.8.5\n * @author <a href=\"mailto:xiaoymin@foxmail.com\">xiaoymin@foxmail.com</a>\n * 2018/10/11 13:47\n */",
"end": 924,
"score": 0.9999281764030457,
"start": 904,
"tag": "EMAIL",
"value": "xiaoymin@foxmail.com"
},
{
"context": "\n * @author <a href=\... | null | [] | /*
* Copyright (C) 2018 Zhejiang xiaominfo Technology CO.,LTD.
* All rights reserved.
* Official Web Site: http://www.xiaominfo.com.
* Developer Web Site: http://open.xiaominfo.com.
*/
package com.lichongbing.swaggerbootstrapui.util;
import com.lichongbing.swaggerbootstrapui.model.DynamicClass;
import io.swagger... | 11,796 | 0.617561 | 0.613162 | 298 | 37.90604 | 33.090855 | 208 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.681208 | false | false | 4 |
d20439824ef18cb01374e787c86f188adb55409d | 10,660,108,893,791 | 7a05bdcfb65f502544c4c8a8af529cbb390e30ee | /src/day6/Literal.java | 1b150bb287f3344887a47bd35cbdbd8f80176136 | [] | no_license | 2050sunil2065-hash/JAVA-Morning-Class | https://github.com/2050sunil2065-hash/JAVA-Morning-Class | 86b3a9f0fbe5939ad8dec0a98b99b5ecc04f7f9e | 8d8cf3100a98e72c19e79be5d2d59f56d33f9ced | refs/heads/master | 2022-11-24T11:59:54.490000 | 2020-07-31T00:13:33 | 2020-07-31T00:13:33 | 283,626,360 | 0 | 0 | null | false | 2020-07-31T00:13:34 | 2020-07-29T23:55:16 | 2020-07-30T00:20:02 | 2020-07-31T00:13:33 | 46 | 0 | 0 | 0 | Java | false | false | package day6;
public class Literal {
public static void main(String[] args) {
//Literals = fixed value + data type
//1. Integer Literal 354654 654646 56789456 (int)
byte b =127;
short s = 32767;
int i = 213456;
long l = 23456;
long l2 =1234567893456L;
//2.floating Literal 45.56 243.432 (double)... | UTF-8 | Java | 741 | java | Literal.java | Java | [] | null | [] | package day6;
public class Literal {
public static void main(String[] args) {
//Literals = fixed value + data type
//1. Integer Literal 354654 654646 56789456 (int)
byte b =127;
short s = 32767;
int i = 213456;
long l = 23456;
long l2 =1234567893456L;
//2.floating Literal 45.56 243.432 (double)... | 741 | 0.62753 | 0.497976 | 39 | 18 | 15.528303 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.564103 | false | false | 4 |
3f62e89d3f52456ee8b588f5c613713898827644 | 18,245,021,082,020 | bb9fae6831891f3f0fd157d5e7d451d8ab805f04 | /TemplateMethod/src/test/Test.java | 4816e6965b4c991622e403ddafdc503eb96bae8f | [] | no_license | marcowilliam/DesignPatterns | https://github.com/marcowilliam/DesignPatterns | 7a327ddc715e9d19bf6ea60259d2bb3309e87167 | 46fcb86e0a653d2ce3ee12b3b4bb46f45fae2cb4 | refs/heads/master | 2021-01-09T20:07:37.979000 | 2016-06-16T01:42:35 | 2016-06-16T01:42:35 | 61,041,659 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package test;
import concreteClasses.ProcessByDataBase;
import concreteClasses.ProcessByFileSystem;
import abstractClass.Process;
public class Test {
public Test() {
// TODO Auto-generated constructor stub
}
public static void main(String[] args) {
Process process1 = new ProcessByDataBase();
Process proce... | UTF-8 | Java | 421 | java | Test.java | Java | [] | null | [] | package test;
import concreteClasses.ProcessByDataBase;
import concreteClasses.ProcessByFileSystem;
import abstractClass.Process;
public class Test {
public Test() {
// TODO Auto-generated constructor stub
}
public static void main(String[] args) {
Process process1 = new ProcessByDataBase();
Process proce... | 421 | 0.755344 | 0.745843 | 23 | 17.304348 | 17.993803 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.043478 | false | false | 4 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.