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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
75211e0ee5473d2f6c31e5f32414961479d9c3d0 | 23,639,499,999,833 | c89b6c323b796f5d674cd24d7423f4c3aef3582e | /app/src/main/java/com/example/lin/myandroidapplication/ui/pig/EditTextStudy.java | e01631231742eaca80e31757afaf08678af22df7 | [] | no_license | pigff/study | https://github.com/pigff/study | 44aae997d3d7ef19ef008e20b6c05c33e83c2ddb | 14566c0e9efa313a00135a747caea23848727342 | refs/heads/master | 2021-01-12T16:14:51.676000 | 2017-06-14T01:22:02 | 2017-06-14T01:22:02 | 71,959,250 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.lin.myandroidapplication.ui.pig;
import android.app.Activity;
import android.graphics.drawable.Drawable;
import android.os.Bundle;
import android.support.design.widget.TextInputLayout;
import android.text.Editable;
import android.text.SpannableString;
import android.text.Spanned;
import android.tex... | UTF-8 | Java | 2,654 | java | EditTextStudy.java | Java | [
{
"context": "ple.lin.myandroidapplication.R;\n\n/**\n * Created by lin on 2016/10/26.\n */\npublic class EditTextStudy ext",
"end": 561,
"score": 0.7113518118858337,
"start": 558,
"tag": "NAME",
"value": "lin"
}
] | null | [] | package com.example.lin.myandroidapplication.ui.pig;
import android.app.Activity;
import android.graphics.drawable.Drawable;
import android.os.Bundle;
import android.support.design.widget.TextInputLayout;
import android.text.Editable;
import android.text.SpannableString;
import android.text.Spanned;
import android.tex... | 2,654 | 0.64966 | 0.645125 | 73 | 35.246574 | 27.322418 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.712329 | false | false | 10 |
22dbab39a4e476ba97c17d2cdad742eaf47ef644 | 20,538,533,614,027 | cc8f737b194879600230a9291265cfa52134ac36 | /java-thread/src/main/java/org/goskyer/thread/communication/MyList.java | e28719f9c1d738611c43380d076a761fe3162e71 | [] | no_license | xps-zzq/java-study | https://github.com/xps-zzq/java-study | 133eeb84defee3eed9174f9cb540cc902df96e4f | 2331911fcaf95c9b53bc019446056d22443d1bf7 | refs/heads/master | 2018-11-03T18:52:39.296000 | 2018-11-01T07:58:14 | 2018-11-01T07:58:14 | 113,059,584 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.goskyer.thread.communication;
import java.util.ArrayList;
import java.util.List;
/**
* Created by zzqno on 2017-6-4.
*/
public class MyList {
private List list = new ArrayList();
public void add() {
list.add("zzq");
}
public int size() {
return list.size();
}
... | UTF-8 | Java | 1,582 | java | MyList.java | Java | [
{
"context": "rayList;\nimport java.util.List;\n\n/**\n * Created by zzqno on 2017-6-4.\n */\npublic class MyList {\n\n priva",
"end": 118,
"score": 0.9995651245117188,
"start": 113,
"tag": "USERNAME",
"value": "zzqno"
}
] | null | [] | package org.goskyer.thread.communication;
import java.util.ArrayList;
import java.util.List;
/**
* Created by zzqno on 2017-6-4.
*/
public class MyList {
private List list = new ArrayList();
public void add() {
list.add("zzq");
}
public int size() {
return list.size();
}
... | 1,582 | 0.507692 | 0.498077 | 74 | 20.094595 | 16.331175 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.364865 | false | false | 10 |
0b11afa735a2dc189ac123dba198af7e3455b3bc | 1,013,612,286,854 | ea6a1ec32ab93ca8f99da4ed0d746f74cb170f11 | /app/src/main/java/com/example/asterisk/databaseoperation/MainActivity.java | 50c3fa5250054a8f18f7ea6aacc24580891d1886 | [] | no_license | beknot/DatabaseOperation | https://github.com/beknot/DatabaseOperation | 84a2ffd676b6f72fead9c834a0df39a2ef4df0bf | 2780fcd983a3e973ea6a9e39ba8bb99a0e6a6105 | refs/heads/master | 2020-03-18T21:56:49.472000 | 2018-05-29T15:14:09 | 2018-05-29T15:14:09 | 135,314,721 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.asterisk.databaseoperation;
import android.arch.persistence.room.Room;
import android.arch.persistence.room.RoomDatabase;
import android.support.v4.app.FragmentManager;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
public class MainActivity extends AppCompatActivity {
... | UTF-8 | Java | 811 | java | MainActivity.java | Java | [] | null | [] | package com.example.asterisk.databaseoperation;
import android.arch.persistence.room.Room;
import android.arch.persistence.room.RoomDatabase;
import android.support.v4.app.FragmentManager;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
public class MainActivity extends AppCompatActivity {
... | 811 | 0.766954 | 0.764488 | 21 | 37.619049 | 28.322086 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.761905 | false | false | 10 |
1f834332c4a115fdf05855cf388982cd586f68de | 7,782,480,745,682 | 2fd9d77d529e9b90fd077d0aa5ed2889525129e3 | /DecompiledViberSrc/app/src/main/java/com/google/android/gms/internal/ads/zzbhf.java | ac155079b98b8b329512136d9f726c9144cb1974 | [] | no_license | cga2351/code | https://github.com/cga2351/code | 703f5d49dc3be45eafc4521e931f8d9d270e8a92 | 4e35fb567d359c252c2feca1e21b3a2a386f2bdb | refs/heads/master | 2021-07-08T15:11:06.299000 | 2021-05-06T13:22:21 | 2021-05-06T13:22:21 | 60,314,071 | 1 | 3 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.google.android.gms.internal.ads;
import com.google.android.gms.ads.internal.overlay.zzo;
final class zzbhf
implements zzo
{
private zzo zzdko;
private zzbha zzejx;
public zzbhf(zzbha paramzzbha, zzo paramzzo)
{
this.zzejx = paramzzbha;
this.zzdko = paramzzo;
}
publi... | UTF-8 | Java | 774 | java | zzbhf.java | Java | [] | null | [] | package com.google.android.gms.internal.ads;
import com.google.android.gms.ads.internal.overlay.zzo;
final class zzbhf
implements zzo
{
private zzo zzdko;
private zzbha zzejx;
public zzbhf(zzbha paramzzbha, zzo paramzzo)
{
this.zzejx = paramzzbha;
this.zzdko = paramzzo;
}
publi... | 774 | 0.618863 | 0.602067 | 41 | 16.926828 | 20.316267 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.268293 | false | false | 10 |
1fdca0068a237b49b743e034c54aaf462bcf6703 | 9,457,517,991,222 | ae52fa7b46b5020a24c4e42c579415d11346dd74 | /database/src/main/java/by/tryput/entity/Movie.java | 61d36b18c6c50fa1b2d1711a564288a81e70fa49 | [] | no_license | DmitryTryput/ticket_store_2.0 | https://github.com/DmitryTryput/ticket_store_2.0 | 7efb55753ba90b82883851b91479d25c45a4dc91 | 541228a8f3a42e6327d0a8f77260bf4a72106db5 | refs/heads/master | 2021-05-11T02:05:28.530000 | 2018-03-20T17:57:49 | 2018-03-20T17:57:49 | 118,350,106 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package by.tryput.entity;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
import lombok.ToString;
import org.hibernate.validator.constraints.NotEmpty;
import javax.persistence.CollectionTable;
import javax.persistence.Column;
import javax.persistence.ElementCollection;
import javax.persi... | UTF-8 | Java | 2,210 | java | Movie.java | Java | [] | null | [] | package by.tryput.entity;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
import lombok.ToString;
import org.hibernate.validator.constraints.NotEmpty;
import javax.persistence.CollectionTable;
import javax.persistence.Column;
import javax.persistence.ElementCollection;
import javax.persi... | 2,210 | 0.725339 | 0.725339 | 80 | 26.625 | 19.150963 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5375 | false | false | 10 |
453fee840b35596befe1c8fa37d8ea84f5cd96db | 10,179,072,497,395 | 92d2f69e176623ac0293144d5d458d8b9a35b4c3 | /microMIPS/src/java/Controller/DataInserter.java | d1f100aca7a1d735361e41ec7a4b5c97be380c5a | [] | no_license | caitjuan/COMPARCGroup10S11 | https://github.com/caitjuan/COMPARCGroup10S11 | 066b4cca804c5e98323df8831441759db368595f | 5c50b2e8e2a76e1c80b80b1b755d0e39919f2af2 | refs/heads/master | 2020-03-07T08:34:31.035000 | 2018-04-11T20:20:24 | 2018-04-11T20:20:24 | 127,382,374 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Controller;
import java.sql.PreparedStatement;
import java.sql.SQLException;
import java.util.logging.Level;
import java.util.logging.Logger;
public class DataInserter {
private DBConnector database;
public DataInserter(){
database = new DBConnector();
}
public void close(){
... | UTF-8 | Java | 3,554 | java | DataInserter.java | Java | [] | null | [] | package Controller;
import java.sql.PreparedStatement;
import java.sql.SQLException;
import java.util.logging.Level;
import java.util.logging.Logger;
public class DataInserter {
private DBConnector database;
public DataInserter(){
database = new DBConnector();
}
public void close(){
... | 3,554 | 0.548115 | 0.53883 | 94 | 36.80851 | 27.541565 | 126 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.585106 | false | false | 10 |
af8f3a980ba0ec7c5e8e2fef61e91a22d095fba6 | 14,405,320,318,728 | 401f03d8af99bf933b306040600d34becc2ef3d6 | /callcenter-core/src/main/java/com/teli/callcenter/core/entity/DefaultRole.java | 9458e27b1a2e2157f709ed5501e6600f9f2a8485 | [] | no_license | tfulton/callcenter | https://github.com/tfulton/callcenter | a8013f327c8d4f579c90d7c3174152f5ab99e4a9 | 645d7e1c40cca05771ee6c78480e0a11968cf68b | refs/heads/master | 2018-12-28T20:12:34.002000 | 2014-06-22T09:34:22 | 2014-06-22T09:34:36 | 21,090,040 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.teli.callcenter.core.entity;
import org.apache.commons.lang.builder.ToStringBuilder;
import java.io.Serializable;
/**
* @author Hibernate CodeGenerator
*/
public class DefaultRole
implements Serializable {
public static final long serialVersionUID = 1L;
/**
* ide... | UTF-8 | Java | 1,885 | java | DefaultRole.java | Java | [
{
"context": "va.io.Serializable;\r\n\r\n\r\n/**\r\n * @author Hibernate CodeGenerator\r\n */\r\npublic class DefaultRole\r\n implement",
"end": 176,
"score": 0.7230876088142395,
"start": 163,
"tag": "USERNAME",
"value": "CodeGenerator"
}
] | null | [] | package com.teli.callcenter.core.entity;
import org.apache.commons.lang.builder.ToStringBuilder;
import java.io.Serializable;
/**
* @author Hibernate CodeGenerator
*/
public class DefaultRole
implements Serializable {
public static final long serialVersionUID = 1L;
/**
* ide... | 1,885 | 0.611671 | 0.611141 | 84 | 20.440475 | 20.499914 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.27381 | false | false | 10 |
6b9aab4a6de4acf9d2738598328adf5fac0f7a99 | 16,123,307,235,856 | 0083c9c8970911279955a8a53d8b0502cc45af3a | /src/main/java/com/joinme/frontend/api/config/WebSecurityConfig.java | e8010639f2e15cd519e12bf6ff4b6cd99efb1c6b | [
"MIT"
] | permissive | ProjectJoinMe/JoinMe | https://github.com/ProjectJoinMe/JoinMe | a79f4820d0a0d8d79c247d7129444a88c64856d9 | e5388dd44163d9a9a331b9647b3ae806628cee6c | refs/heads/master | 2021-01-11T01:18:12.280000 | 2018-04-13T10:57:03 | 2018-04-13T10:57:24 | 70,729,284 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.joinme.frontend.api.config;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.security.authentication.AuthenticationProvider;
import org.springframework.s... | UTF-8 | Java | 2,745 | java | WebSecurityConfig.java | Java | [
{
"context": "UrlAuthenticationSuccessHandler;\n/**\n * Created by Nicole, August 2017.\n */\n@Configuration\n@EnableWebSecuri",
"end": 1037,
"score": 0.9998161196708679,
"start": 1031,
"tag": "NAME",
"value": "Nicole"
}
] | null | [] | package com.joinme.frontend.api.config;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.security.authentication.AuthenticationProvider;
import org.springframework.s... | 2,745 | 0.700182 | 0.698725 | 68 | 39.367645 | 30.57147 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.411765 | false | false | 10 |
96a592aed601fec506f303742e2af9a11bd1e6e4 | 5,050,881,552,353 | 86c2653aebf74a0391de2cf6fd87069bf1d337c0 | /ExtremeAntCheatRobot/src/br/com/extremeantcheat/webservice/CheckSystem.java | 31f37706bf655c9348d233c52af49ac9786dd049 | [] | no_license | 7c9523a5680b624ee9253edd402aa038/5fba2f57c760a2d67ddc7e067d82f801 | https://github.com/7c9523a5680b624ee9253edd402aa038/5fba2f57c760a2d67ddc7e067d82f801 | cc79064cb17896d50b2e85d80c1fcf03f6e5a07e | 48574d2c32ef57f638e0a523ce7c8697dbc60d95 | refs/heads/master | 2021-01-13T00:40:36.306000 | 2016-01-18T02:06:15 | 2016-01-18T02:06:15 | 49,845,233 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.extremeantcheat.webservice;
import java.io.IOException;
import java.text.SimpleDateFormat;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServl... | UTF-8 | Java | 1,200 | java | CheckSystem.java | Java | [] | null | [] | package br.com.extremeantcheat.webservice;
import java.io.IOException;
import java.text.SimpleDateFormat;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServl... | 1,200 | 0.7375 | 0.736667 | 39 | 28.76923 | 27.164703 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.641026 | false | false | 10 |
33410daa46f9e3a555ea8673c9dade2d86437714 | 2,843,268,360,313 | 3aaa4f5ed1948c0fdc9edf70fa404fc6482019e1 | /src/BitMapipulation/MissingNumber.java | aafcf6963249df493861b901823cd45de4884a2e | [] | no_license | KevKeyingLi/Algorithm | https://github.com/KevKeyingLi/Algorithm | dd10c94717eb735b72911a9ca0b58fc3daad3bed | 600e210f169caa032fc9d1a9ed8521d8dcca0cc8 | refs/heads/master | 2021-01-13T07:55:26.462000 | 2016-03-29T19:18:08 | 2016-03-29T19:18:08 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package BitMapipulation;
/*
The basic idea is to use XOR operation. We all know that a^b^b =a, which means two xor operations with the
same number will eliminate the number and reveal the original number. In this solution, I apply XOR operation
to both the index and value of the array. In a complete array with no miss... | UTF-8 | Java | 948 | java | MissingNumber.java | Java | [] | null | [] | package BitMapipulation;
/*
The basic idea is to use XOR operation. We all know that a^b^b =a, which means two xor operations with the
same number will eliminate the number and reveal the original number. In this solution, I apply XOR operation
to both the index and value of the array. In a complete array with no miss... | 948 | 0.600211 | 0.591772 | 28 | 32.82143 | 35.081593 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.678571 | false | false | 10 |
d29816c75e71262a0edc96252c23d5971b359ba5 | 8,263,517,106,610 | 22eb234c5eec3a429ccfbc019bf120ccfb95a73d | /src/poi/PoiExcel.java | 3b653f9c6f6e00864f1d5db366b5a5392bf790ef | [] | no_license | ETforHubu/MetroJava | https://github.com/ETforHubu/MetroJava | d12476ea15b07dfe576de0596bf0f019bc4580d9 | c0dad978c5608794e42990b046ecb33f0676c53e | refs/heads/main | 2023-01-21T10:40:11.247000 | 2020-11-26T09:35:14 | 2020-11-26T09:35:14 | 310,737,315 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package poi;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.InputStream;
import java.sql.SQLException;
import java.text.DateFormat;
import java.text.DecimalFormat;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.HashMap;
import java.util.Map;
import org.apache.co... | UTF-8 | Java | 27,680 | java | PoiExcel.java | Java | [
{
"context": "户模式快 且支持大数据量的读取\n * \n * 需重写processLine方法\n * @author snow\n * @version 20150303_v1.0.1\n * @version poi_3.10.",
"end": 1637,
"score": 0.41769200563430786,
"start": 1633,
"tag": "USERNAME",
"value": "snow"
}
] | null | [] | package poi;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.InputStream;
import java.sql.SQLException;
import java.text.DateFormat;
import java.text.DecimalFormat;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.HashMap;
import java.util.Map;
import org.apache.co... | 27,680 | 0.621103 | 0.612946 | 895 | 26.807821 | 21.768641 | 135 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.269274 | false | false | 10 |
1c6d407560804170f09c9d80d890b0d53378026f | 20,203,526,197,789 | 4a1a3dc58c0e93a45b5d6da84c22c03b96eb6feb | /src/homework/Week1/Day4/FileReader.java | 404d8350edb54fe1865081ba5fe6c744fb4688df | [] | no_license | AyalewGM/BigDataHomeWork | https://github.com/AyalewGM/BigDataHomeWork | 7ddd30fc6a1741d032cf7eb880d4f2a67e38f91c | 757d98ca0ab6003cb1f37ad10c44b86e44c99ab9 | refs/heads/master | 2021-01-20T08:10:11.676000 | 2017-05-28T13:20:14 | 2017-05-28T13:20:14 | 90,111,473 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package homework.Week1.Day4;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
/**
* Created by Ayu on 5/5/2017.
*/
public class FileReader {
public static String[] fileReader(String folder)... | UTF-8 | Java | 1,466 | java | FileReader.java | Java | [
{
"context": "rayList;\nimport java.util.List;\n\n/**\n * Created by Ayu on 5/5/2017.\n */\npublic class FileReader {\n\n\n ",
"end": 219,
"score": 0.798808753490448,
"start": 218,
"tag": "USERNAME",
"value": "A"
},
{
"context": "yList;\nimport java.util.List;\n\n/**\n * Created by ... | null | [] | package homework.Week1.Day4;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
/**
* Created by Ayu on 5/5/2017.
*/
public class FileReader {
public static String[] fileReader(String folder)... | 1,466 | 0.520464 | 0.515007 | 66 | 21.212122 | 19.813919 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.363636 | false | false | 10 |
b0543ec60ddefed83a4093503f62b9bf76afb354 | 11,974,368,852,717 | 8346e5b6352fb4b0cd16fcc7ccae1f9fbc5b3523 | /Player.java | 53cc1719c5239e19743fc1aabfdaa09a678ba59b | [] | no_license | olibo733/battleship | https://github.com/olibo733/battleship | 1772f56ecae236fa8efdf2f0e033b84ac5a4ae27 | e9ba7d8019bed570db27ee7657d924264faed33b | refs/heads/master | 2020-09-29T20:06:58.939000 | 2020-01-06T14:21:57 | 2020-01-06T14:21:57 | 227,111,986 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package battleships;
import java.util.*;
import java.awt.Point;
public class Player {
protected String name;
protected float hitrate;
protected float damagerate;
protected float opponenthealth;
protected float hit = 0;
protected float shots = 0;
protected int id;
protected int health;
public Scanner scan ... | UTF-8 | Java | 4,638 | java | Player.java | Java | [] | null | [] | package battleships;
import java.util.*;
import java.awt.Point;
public class Player {
protected String name;
protected float hitrate;
protected float damagerate;
protected float opponenthealth;
protected float hit = 0;
protected float shots = 0;
protected int id;
protected int health;
public Scanner scan ... | 4,638 | 0.594437 | 0.588831 | 177 | 25.20904 | 21.647831 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.107345 | false | false | 10 |
ebe640a82ab8db1409d401e85401250f1332c183 | 20,418,274,535,188 | b3034d25f9d4ed9296fab7fa3e940106e4a4c2c3 | /src/main/java/com/code/practise/WordCheck.java | 22cd65cbb54337c41e73ec04211ddaba7ea712c6 | [] | no_license | Summerbring/solution | https://github.com/Summerbring/solution | 46a48d74cd163aa44678a3c1a3df1d7fddcc505f | d8e5bd20c074061b2b08c643635c112a425ba4d2 | refs/heads/master | 2021-07-19T03:53:46.808000 | 2021-07-14T09:15:57 | 2021-07-14T09:15:57 | 250,469,196 | 0 | 0 | null | false | 2021-07-14T05:34:59 | 2020-03-27T07:31:52 | 2021-07-14T05:34:36 | 2021-07-14T05:34:58 | 92 | 0 | 0 | 2 | Java | false | false | package com.code.practise;
/**
* 给定一个 m x n 二维字符网格 board 和一个字符串单词 word 。如果 word 存在于网格中,返回 true ;否则,返回 false 。
*
* 单词必须按照字母顺序,通过相邻的单元格内的字母构成,其中“相邻”单元格是那些水平相邻或垂直相邻的单元格。同一个单元格内的字母不允许被重复使用。
*
*
*
* 例如,在下面的 3×4 的矩阵中包含单词 "ABCCED"(单词中的字母已标出)。
*
*
*
*
*
* 示例 1:
*
* 输入:board = [["A","B","C","E"],["S","F","C"... | UTF-8 | Java | 2,323 | java | WordCheck.java | Java | [
{
"context": "* 著作权归领扣网络所有。商业转载请联系官方授权,非商业转载请注明出处。\n *\n * @author Summer 2021/06/25 16:30\n */\npublic class WordCheck {\n\n ",
"end": 602,
"score": 0.5614089965820312,
"start": 596,
"tag": "NAME",
"value": "Summer"
}
] | null | [] | package com.code.practise;
/**
* 给定一个 m x n 二维字符网格 board 和一个字符串单词 word 。如果 word 存在于网格中,返回 true ;否则,返回 false 。
*
* 单词必须按照字母顺序,通过相邻的单元格内的字母构成,其中“相邻”单元格是那些水平相邻或垂直相邻的单元格。同一个单元格内的字母不允许被重复使用。
*
*
*
* 例如,在下面的 3×4 的矩阵中包含单词 "ABCCED"(单词中的字母已标出)。
*
*
*
*
*
* 示例 1:
*
* 输入:board = [["A","B","C","E"],["S","F","C"... | 2,323 | 0.451848 | 0.43519 | 80 | 23.012501 | 26.359768 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.0375 | false | false | 10 |
c0689b89887e0e193d8f8dbd6368be58d60ea67a | 27,015,344,296,313 | 9d619e8f779ec5661155486c0c5a55d8192e4a75 | /app/src/main/java/com/mywebclient/dingkunming/mywebclient/moodnotes/bean/ResultMoonNote.java | 871eaf2e41032406c5fa24305f745ace0f8ce185 | [] | no_license | wuweiye/MyWebClient | https://github.com/wuweiye/MyWebClient | 4ccaf08de059ff45ff5fc399ee6e13ee719ec2da | b1e845b7e56774d58ac0cdb80843ca03a3d638bf | refs/heads/master | 2021-01-01T20:36:59.159000 | 2017-07-31T15:16:41 | 2017-07-31T15:16:41 | 98,897,386 | 2 | 0 | null | false | 2017-07-31T15:16:42 | 2017-07-31T14:22:32 | 2017-07-31T14:22:32 | 2017-07-31T15:16:42 | 0 | 0 | 0 | 0 | null | null | null | package com.mywebclient.dingkunming.mywebclient.moodnotes.bean;
import java.util.List;
/**
* Created by Administrator on 2017/2/24.
*/
public class ResultMoonNote
{
private List<MoonNotesBean> moonNotes;
public List<MoonNotesBean> getMoonNotes() {
return moonNotes;
}
public void setMoon... | UTF-8 | Java | 1,458 | java | ResultMoonNote.java | Java | [
{
"context": "s.bean;\n\nimport java.util.List;\n\n/**\n * Created by Administrator on 2017/2/24.\n */\n\npublic class ResultMoonNote\n{\n",
"end": 120,
"score": 0.5928581953048706,
"start": 107,
"tag": "NAME",
"value": "Administrator"
}
] | null | [] | package com.mywebclient.dingkunming.mywebclient.moodnotes.bean;
import java.util.List;
/**
* Created by Administrator on 2017/2/24.
*/
public class ResultMoonNote
{
private List<MoonNotesBean> moonNotes;
public List<MoonNotesBean> getMoonNotes() {
return moonNotes;
}
public void setMoon... | 1,458 | 0.556188 | 0.540541 | 68 | 19.67647 | 18.18325 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 10 |
5331333c75cb7fb8da6bea8447463a12fd3bb9dd | 6,854,767,835,043 | 3908a3911c6fb739057f82ddfa1b4c0bd9efb871 | /storage/src/main/java/com/storage/service/StorageService.java | e60e4e2be9d840b980c393db04d4940eb15d9383 | [] | no_license | java-software/spring-cloud-alibaba-seata | https://github.com/java-software/spring-cloud-alibaba-seata | 7f8bba9925f6a641c96f492d0074bc12b6cc402e | 53dcd2e370c3a292b6cf1bad05acd7f0195c2a62 | refs/heads/master | 2023-01-22T02:59:43.992000 | 2020-12-03T09:26:19 | 2020-12-03T09:26:19 | 318,139,866 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.storage.service;
/**
* Created with IntelliJ IDEA.
*
* @author gaohu9712@163.com
* @date 2020/12/3
* @description
*/
public interface StorageService {
void deduct(Long id, int count);
}
| UTF-8 | Java | 209 | java | StorageService.java | Java | [
{
"context": "\n\n/**\n * Created with IntelliJ IDEA.\n *\n * @author gaohu9712@163.com\n * @date 2020/12/3\n * @description\n */\npublic int",
"end": 96,
"score": 0.9999150633811951,
"start": 79,
"tag": "EMAIL",
"value": "gaohu9712@163.com"
}
] | null | [] | package com.storage.service;
/**
* Created with IntelliJ IDEA.
*
* @author <EMAIL>
* @date 2020/12/3
* @description
*/
public interface StorageService {
void deduct(Long id, int count);
}
| 199 | 0.684211 | 0.617225 | 12 | 16.416666 | 13.512083 | 36 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 10 |
b5dad316ed52cb876c9f9828f500d0c0e8270334 | 3,152,506,064,501 | 84958637fd2e9a0d2b50f7c510c9f9b015d999e6 | /WeatherForecast/src/ru/ifmo/rain/dsuvorov/weatherforecast/ProviderLayer.java | ffc45dcb730cbcdc09d1b8bde59278424d12d88b | [] | no_license | wotopul/WeatherForecast | https://github.com/wotopul/WeatherForecast | 17761321f2d8f2be081970244c74af71aad6cf26 | bb3ec41a993baa1df1ae3a52c5f412122cbc0df7 | refs/heads/master | 2015-08-04T19:19:32.706000 | 2012-12-11T23:04:21 | 2012-12-11T23:04:21 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ru.ifmo.rain.dsuvorov.weatherforecast;
import android.content.ContentResolver;
import android.content.ContentValues;
import android.database.Cursor;
import android.net.Uri;
public class ProviderLayer {
public static final Uri CITIES_CONTENT_URI = Uri.parse("content://"
+ ForecastProvider.AUTHORITY + "/" ... | UTF-8 | Java | 4,332 | java | ProviderLayer.java | Java | [] | null | [] | package ru.ifmo.rain.dsuvorov.weatherforecast;
import android.content.ContentResolver;
import android.content.ContentValues;
import android.database.Cursor;
import android.net.Uri;
public class ProviderLayer {
public static final Uri CITIES_CONTENT_URI = Uri.parse("content://"
+ ForecastProvider.AUTHORITY + "/" ... | 4,332 | 0.70868 | 0.707295 | 123 | 34.219513 | 25.497183 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.821138 | false | false | 10 |
de2ccc639fc06878018375d90f521d3796169686 | 15,470,472,218,943 | 0914764934f988d5abdee1b2731d59bc726dc95a | /src/main/java/com/xx/juc/TestStampLock.java | 74ce2748aae32e8a76aafbbb5b4fe3b191a077da | [] | no_license | Leslie-Tracy-Wei/juc_test | https://github.com/Leslie-Tracy-Wei/juc_test | c05854e314b5096c24e0892dad50626ddf64f29a | 3aeac0ca78e4dd0827a2dc5ae07c6b9b388791bf | refs/heads/master | 2023-03-01T07:11:47.407000 | 2021-02-09T01:53:04 | 2021-02-09T01:53:04 | 327,595,916 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.xx.juc;
import java.util.concurrent.locks.StampedLock;
import static java.lang.Thread.sleep;
public class TestStampLock {
}
class StampLock{
private final StampedLock lock = new StampedLock();
private Integer data;
public void setData(Integer data) {
this.data = data;
}
pu... | UTF-8 | Java | 980 | java | TestStampLock.java | Java | [] | null | [] | package com.xx.juc;
import java.util.concurrent.locks.StampedLock;
import static java.lang.Thread.sleep;
public class TestStampLock {
}
class StampLock{
private final StampedLock lock = new StampedLock();
private Integer data;
public void setData(Integer data) {
this.data = data;
}
pu... | 980 | 0.556122 | 0.555102 | 45 | 20.799999 | 16.606024 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 10 |
628d561a8c05bafcbef0bfba55f9d105d8d3b32f | 8,521,215,131,191 | ed17822c3e92185dfce3deb76bf61e11f2afecea | /compare-file/src/main/java/com/pinterest/hdfsbackup/comparefile/CompareFile.java | 6da97af77e0b0d1d128187cd5ced447f1d5a0c8b | [] | no_license | royang1993/hdfsbackup | https://github.com/royang1993/hdfsbackup | 5b2aa90f9297a7587859c9eca9cbc05e61162c36 | e483e74c4d669c81665af7e46fb7195b69d24052 | refs/heads/master | 2020-04-11T22:03:03.708000 | 2015-08-21T22:50:52 | 2015-08-21T22:50:52 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.pinterest.hdfsbackup.comparefile;
import com.pinterest.hdfsbackup.s3tools.S3CopyOptions;
import com.pinterest.hdfsbackup.s3tools.S3Downloader;
import com.pinterest.hdfsbackup.utils.FSType;
import com.pinterest.hdfsbackup.utils.FileUtils;
import org.apache.commons.codec.binary.Base64;
import org.apache.comm... | UTF-8 | Java | 4,396 | java | CompareFile.java | Java | [
{
"context": "rt java.security.MessageDigest;\n\n/**\n * Created by shawn on 8/30/14.\n */\npublic class CompareFile {\n priv",
"end": 566,
"score": 0.9993249773979187,
"start": 561,
"tag": "USERNAME",
"value": "shawn"
},
{
"context": " now only S3 and HDFS are supported.\n // TO... | null | [] | package com.pinterest.hdfsbackup.comparefile;
import com.pinterest.hdfsbackup.s3tools.S3CopyOptions;
import com.pinterest.hdfsbackup.s3tools.S3Downloader;
import com.pinterest.hdfsbackup.utils.FSType;
import com.pinterest.hdfsbackup.utils.FileUtils;
import org.apache.commons.codec.binary.Base64;
import org.apache.comm... | 4,398 | 0.650819 | 0.631938 | 118 | 36.254238 | 27.219505 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.677966 | false | false | 10 |
f48e4c9f9e0e7b9513da01a96be1b34f92766352 | 14,663,018,372,114 | 7eeaab5fe98963295567153170f15a093cf42e98 | /water.utils/src/main/java/org/noear/water/utils/PingUtils.java | 4679c1eda4197af78aac1719bb4ff8fe35088c72 | [
"Apache-2.0"
] | permissive | noear/Water | https://github.com/noear/Water | b1951ea8110d4e9cef49216625e2331ede8795a9 | 5ae6bb83ec34f206df8abcaa117ef9c3321ad01d | refs/heads/master | 2022-05-28T12:19:30.961000 | 2022-05-28T12:07:26 | 2022-05-28T12:07:26 | 101,988,761 | 20 | 6 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.noear.water.utils;
import java.net.InetAddress;
import java.net.InetSocketAddress;
import java.net.Socket;
import java.net.SocketAddress;
/**
* @author noear
*/
public class PingUtils {
public static void ping(String address) throws Exception {
ping(address, 2000);
}
/**
* Ping... | UTF-8 | Java | 922 | java | PingUtils.java | Java | [
{
"context": "et;\nimport java.net.SocketAddress;\n\n/**\n * @author noear\n */\npublic class PingUtils {\n public static vo",
"end": 172,
"score": 0.9996076822280884,
"start": 167,
"tag": "USERNAME",
"value": "noear"
},
{
"context": "\n * Ping 一个地址\n *\n * @param addr... | null | [] | package org.noear.water.utils;
import java.net.InetAddress;
import java.net.InetSocketAddress;
import java.net.Socket;
import java.net.SocketAddress;
/**
* @author noear
*/
public class PingUtils {
public static void ping(String address) throws Exception {
ping(address, 2000);
}
/**
* Ping... | 922 | 0.588496 | 0.559735 | 34 | 25.588236 | 22.978401 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.441176 | false | false | 10 |
c599f9d927a60a1553583a88e9b90a422a7d1ab9 | 25,168,508,417,877 | 4114e7371af1da819a1c7a11ccc63a7961fd3c11 | /neolearnit/src/main/java/com/bbn/akbc/neolearnit/util/PrintSerifDocAndMappings.java | d18df493f68212108aa7fa395c6c34842b5851c5 | [
"Apache-2.0"
] | permissive | BBN-E/LearnIt | https://github.com/BBN-E/LearnIt | dad4e71da2e2028875807545ce75801067a7dd37 | 4f602f113cac9f4a7213b348a42c0fef23e2739c | refs/heads/master | 2022-12-18T22:15:11.877000 | 2021-09-09T04:28:31 | 2021-09-09T04:28:31 | 193,987,875 | 8 | 2 | Apache-2.0 | false | 2022-12-10T21:02:36 | 2019-06-26T22:53:56 | 2022-11-19T12:38:24 | 2022-12-10T21:02:36 | 16,011 | 8 | 2 | 29 | Java | false | false | package com.bbn.akbc.neolearnit.util;
import com.bbn.akbc.common.Pair;
import com.bbn.akbc.neolearnit.common.InstanceIdentifier;
import com.bbn.akbc.neolearnit.common.LearnItConfig;
import com.bbn.akbc.neolearnit.mappings.groups.Mappings;
import com.bbn.akbc.neolearnit.observations.pattern.LearnitPattern;
import com.b... | UTF-8 | Java | 2,791 | java | PrintSerifDocAndMappings.java | Java | [] | null | [] | package com.bbn.akbc.neolearnit.util;
import com.bbn.akbc.common.Pair;
import com.bbn.akbc.neolearnit.common.InstanceIdentifier;
import com.bbn.akbc.neolearnit.common.LearnItConfig;
import com.bbn.akbc.neolearnit.mappings.groups.Mappings;
import com.bbn.akbc.neolearnit.observations.pattern.LearnitPattern;
import com.b... | 2,791 | 0.72268 | 0.714081 | 57 | 47.964912 | 51.783951 | 244 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.807018 | false | false | 10 |
58142461f469c782554adce074a5645ab3bd7041 | 8,856,222,567,684 | 1b124a0392e5a5a5d5a1ca602de7f37421ca906f | /drools-shapes/drools-shapes-generator/src/main/java/org/drools/semantics/builder/model/compilers/JarInterfaceModelCompilerImpl.java | 53a783e045513f0a6a03edba84384acd2f4bb365 | [
"Apache-2.0"
] | permissive | kiegroup/drools-chance | https://github.com/kiegroup/drools-chance | 92158b8896c4ce50ef6d4ea9308a694977e20fb3 | dbef470590994eb6fb53052884059a1ea9541693 | refs/heads/master | 2023-08-28T21:45:50.367000 | 2022-01-10T16:32:09 | 2022-01-10T16:32:09 | 1,619,254 | 6 | 6 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright 2011 JBoss Inc
*
* 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 ... | UTF-8 | Java | 9,875 | java | JarInterfaceModelCompilerImpl.java | Java | [] | null | [] | /*
* Copyright 2011 JBoss Inc
*
* 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 ... | 9,875 | 0.519595 | 0.513013 | 251 | 38.342628 | 31.952936 | 137 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.776892 | false | false | 10 |
b533755ff88fa010d69bdea7ce434b41d0180823 | 8,856,222,569,411 | e8b1ae8e6c672c0bd6de4113bc6f8923b479ed36 | /src/model/MadLib.java | 36700408433aca007ec6acf6cf3b8de2b3d4cc5b | [] | no_license | tylerwh/MadMadLibs | https://github.com/tylerwh/MadMadLibs | 9031db07c7afcd6c62c8c480e486cdf3849cc7dd | a61ecda29fd66005ba6652ea600916a9fd61f376 | refs/heads/master | 2020-07-28T21:53:30.387000 | 2019-09-19T16:44:54 | 2019-09-19T16:44:54 | 209,550,690 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package model;
public class MadLib {
// For temporary object that will
// be used for the buildMadLibServlet
// and construct the final MadLib object
private String tempFirstName;
private String tempLastName;
private String firstName;
private String lastName;
private String characterName;
private String b... | UTF-8 | Java | 3,266 | java | MadLib.java | Java | [
{
"context": ", String lastName) {\n\t\tsuper();\n\t\tthis.firstName = firstName;\n\t\tthis.lastName = lastName;\n//\t\ttempUserMadLib.s",
"end": 626,
"score": 0.8320539593696594,
"start": 617,
"tag": "NAME",
"value": "firstName"
},
{
"context": ");\n\t\tthis.firstName = firstName;\n... | null | [] | package model;
public class MadLib {
// For temporary object that will
// be used for the buildMadLibServlet
// and construct the final MadLib object
private String tempFirstName;
private String tempLastName;
private String firstName;
private String lastName;
private String characterName;
private String b... | 3,266 | 0.689528 | 0.686773 | 163 | 19.03681 | 21.312426 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.306749 | false | false | 10 |
e944d6e8e902e4019d3d3370a8739427af46d0cc | 23,149,873,778,227 | 6f551e1fa4d7e6f50708201c7c39402d54391d17 | /src/WrongIndentationTypeException.java | 84b9d094b1be6030cad45c27ff977fd001c31472 | [] | no_license | CodeupClassroom/deimos-java-exercises | https://github.com/CodeupClassroom/deimos-java-exercises | 3d4188c1d04072c6f4524cb48102faf1cf51b8b6 | 7d5c33fd20069a73fe379a248e31e66122f472d6 | refs/heads/master | 2020-09-14T02:02:34.724000 | 2019-12-09T16:55:22 | 2019-12-09T16:55:22 | 222,976,942 | 0 | 1 | null | false | 2019-12-09T16:55:24 | 2019-11-20T16:10:06 | 2019-12-06T22:32:22 | 2019-12-09T16:55:23 | 50 | 0 | 2 | 0 | Java | false | false | public class WrongIndentationTypeException extends Exception {
public WrongIndentationTypeException(String s) {
super(s);
}
}
| UTF-8 | Java | 144 | java | WrongIndentationTypeException.java | Java | [] | null | [] | public class WrongIndentationTypeException extends Exception {
public WrongIndentationTypeException(String s) {
super(s);
}
}
| 144 | 0.722222 | 0.722222 | 7 | 19.571428 | 24.441517 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.142857 | false | false | 10 |
cc9246125c84dd285f7c2561325bafb2024ea086 | 2,654,289,839,039 | 0dbd987d03145e5864e2031d3523dab013102031 | /FerryRiet/QLJava/src/org/uva/sea/ql/ast/operatorresults/MoneyResult.java | 5a3e4407bd29e0f1b7519ddd210decf36326e26a | [] | no_license | slvrookie/sea-of-ql | https://github.com/slvrookie/sea-of-ql | 52041a99159327925e586389a9c60c4d708c95f2 | 1c41ce46ab1e2c5de124f425d2e0e3987d1b6a32 | refs/heads/master | 2021-01-16T20:47:40.370000 | 2013-07-15T11:26:56 | 2013-07-15T11:26:56 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.uva.sea.ql.ast.operatorresults;
import java.math.BigDecimal;
import org.uva.sea.ql.ast.types.MoneyType;
import org.uva.sea.ql.ast.types.Type;
public class MoneyResult extends Result {
private BigDecimal value;
public MoneyResult(BigDecimal val) {
super(new MoneyType());
value = val;
}
public Mo... | UTF-8 | Java | 5,896 | java | MoneyResult.java | Java | [] | null | [] | package org.uva.sea.ql.ast.operatorresults;
import java.math.BigDecimal;
import org.uva.sea.ql.ast.types.MoneyType;
import org.uva.sea.ql.ast.types.Type;
public class MoneyResult extends Result {
private BigDecimal value;
public MoneyResult(BigDecimal val) {
super(new MoneyType());
value = val;
}
public Mo... | 5,896 | 0.708446 | 0.705902 | 284 | 19.760563 | 18.657562 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.605634 | false | false | 10 |
5c3b38454a66e739b0a0d35b8754435bfcbe8993 | 10,488,310,194,653 | 875a04146983ba4dd8e7cd00fe5385793bfebbe9 | /src/main/java/ecs_bank/AppConstants.java | 4ee02b98d76dabab4c7e34d1f657c60311d1af6a | [] | no_license | Sebastian-Noren/OOP_ECS_compare_Thesis | https://github.com/Sebastian-Noren/OOP_ECS_compare_Thesis | 7d104a2eaa7195a8b02509493c99f0dd6c320e41 | 7a5e001a031ec79e67340fed292fa3212a06961c | refs/heads/master | 2023-05-06T00:54:41.299000 | 2021-05-04T08:08:01 | 2021-05-04T08:08:01 | 348,740,502 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ecs_bank;
import ecs_bank.ecs_core.EntityManagerECS;
import ecs_bank.ecs_core.components.*;
import ecs_bank.models.Address;
import ecs_bank.models.Banker;
import ecs_bank.models.Customer;
import ecs_bank.models.TestDataOOP;
import ecs_bank.models.accounts.PrivateAccount;
import ecs_bank.models.accounts.Savings... | UTF-8 | Java | 9,954 | java | AppConstants.java | Java | [
{
"context": "enerator.RandomDate.getRandomDate;\n\n/**\n * @author Sebastian Norén <s.norén@gmail.com>\n */\npublic class AppConstants",
"end": 731,
"score": 0.9998882412910461,
"start": 716,
"tag": "NAME",
"value": "Sebastian Norén"
},
{
"context": "e.getRandomDate;\n\n/**\n * @aut... | null | [] | package ecs_bank;
import ecs_bank.ecs_core.EntityManagerECS;
import ecs_bank.ecs_core.components.*;
import ecs_bank.models.Address;
import ecs_bank.models.Banker;
import ecs_bank.models.Customer;
import ecs_bank.models.TestDataOOP;
import ecs_bank.models.accounts.PrivateAccount;
import ecs_bank.models.accounts.Savings... | 9,933 | 0.611619 | 0.590512 | 286 | 33.786713 | 30.413122 | 145 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.884615 | false | false | 10 |
f2da47d292ede06c61b3bda4a3fb61335bd12c48 | 1,692,217,166,299 | 7f03cf3cdee61a9311f63c81b7306eeb240d0c90 | /iFrend/core/jms/RewardsMLIService.java | d25aeb20078780cdcfc9f35de1cd971185f8071d | [] | no_license | MbqIIB/isgFirstPro | https://github.com/MbqIIB/isgFirstPro | 8f4d3a27198dd53f68bafdca7f1a5f5958603721 | 3ccaf3ee43da34fa650de41a32fdb409498ed145 | refs/heads/master | 2021-01-20T12:50:08.998000 | 2012-12-14T09:27:46 | 2012-12-14T09:27:46 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.isg.ifrend.jms;
import com.isg.ifrend.exception.IfrendMLIException;
import com.isg.ifrend.model.mli.reward.Redemption;
import com.isg.ifrend.model.mli.reward.Reward;
import com.isg.ifrend.wrapper.mli.request.reward.CancelRedempAdj;
import com.isg.ifrend.wrapper.mli.request.reward.CancelRedemption;
import c... | UTF-8 | Java | 1,593 | java | RewardsMLIService.java | Java | [] | null | [] | package com.isg.ifrend.jms;
import com.isg.ifrend.exception.IfrendMLIException;
import com.isg.ifrend.model.mli.reward.Redemption;
import com.isg.ifrend.model.mli.reward.Reward;
import com.isg.ifrend.wrapper.mli.request.reward.CancelRedempAdj;
import com.isg.ifrend.wrapper.mli.request.reward.CancelRedemption;
import c... | 1,593 | 0.823603 | 0.823603 | 39 | 39.846153 | 35.612255 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.589744 | false | false | 10 |
6bf9ecde3bd2adb64248af099647737372d32645 | 9,964,324,190,253 | e3041cf63ffaf7cf66f502b2ba60260a37375856 | /src/main/java/com/society/dao/ActivityMapper.java | 104025ddd34013d860c68606c8d325090f5b6aa3 | [] | no_license | QAQVictor/lbjpdemo | https://github.com/QAQVictor/lbjpdemo | 9f464f13792ab784047d046b435978483cf0178b | 4a7080c2b5063ebc64795141d3e40067f3113995 | refs/heads/master | 2020-03-09T18:55:42.728000 | 2019-03-04T04:05:57 | 2019-03-04T04:05:57 | 128,944,648 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.society.dao;
import com.society.model.DO.ActivityDO;
import com.society.model.VO.ActivityBaseVO;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
import java.util.List;
import java.util.Map;
/**
* @Author: 李亚卿
* @Date: Created in 16:59 2018/5/2 0002
* @Descripti... | UTF-8 | Java | 3,864 | java | ActivityMapper.java | Java | [
{
"context": "util.List;\nimport java.util.Map;\n\n/**\n * @Author: 李亚卿\n * @Date: Created in 16:59 2018/5/2 0002\n * @Desc",
"end": 265,
"score": 0.991023063659668,
"start": 262,
"tag": "NAME",
"value": "李亚卿"
}
] | null | [] | package com.society.dao;
import com.society.model.DO.ActivityDO;
import com.society.model.VO.ActivityBaseVO;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
import java.util.List;
import java.util.Map;
/**
* @Author: 李亚卿
* @Date: Created in 16:59 2018/5/2 0002
* @Descripti... | 3,864 | 0.593557 | 0.588515 | 178 | 19.056179 | 24.015379 | 126 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.241573 | false | false | 10 |
2df2cdae78a6c32ded62b5c78d3d3d303d5b26c9 | 3,504,693,318,800 | 9bf4261358fcdbadd12e880fd8dc128b6e525348 | /code/JavaCourse/src/main/java/ttl/larku/demo/Sorting.java | ac8812ad896a87150ec4f9593a7639767a489b2a | [] | no_license | anildi/TargetedTopics | https://github.com/anildi/TargetedTopics | d7ffde54e3ae72780b276dfe529c5654538de3a2 | 29e9db51262fba73c523d11e27749a40b9033ce6 | refs/heads/master | 2020-08-01T02:44:37.728000 | 2019-09-27T21:41:57 | 2019-09-27T21:41:57 | 210,833,144 | 1 | 1 | null | false | 2020-10-13T16:18:02 | 2019-09-25T11:55:13 | 2019-09-27T21:42:05 | 2020-10-13T16:18:00 | 76 | 1 | 1 | 1 | Java | false | false | package ttl.larku.demo;
import ttl.larku.dao.inmemory.InMemoryStudentDAO;
import ttl.larku.domain.Student;
import ttl.larku.service.StudentService;
import javax.naming.NameAlreadyBoundException;
import java.util.Collections;
import java.util.Comparator;
import java.util.List;
import java.util.function.Consumer;
/**
... | UTF-8 | Java | 3,072 | java | Sorting.java | Java | [
{
"context": "mport java.util.function.Consumer;\n\n/**\n * @author whynot\n */\npublic class Sorting {\n public static void",
"end": 337,
"score": 0.9995760917663574,
"start": 331,
"tag": "USERNAME",
"value": "whynot"
},
{
"context": "ntDAO()).createStore();\n ss.createStu... | null | [] | package ttl.larku.demo;
import ttl.larku.dao.inmemory.InMemoryStudentDAO;
import ttl.larku.domain.Student;
import ttl.larku.service.StudentService;
import javax.naming.NameAlreadyBoundException;
import java.util.Collections;
import java.util.Comparator;
import java.util.List;
import java.util.function.Consumer;
/**
... | 3,072 | 0.606445 | 0.582357 | 101 | 29.415842 | 25.333916 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.594059 | false | false | 10 |
dee8e10e2e5aeb08e812b27914a63a3bb5c09254 | 20,306,605,394,577 | 8d288bff9e9465f353c4ee65836171626746191b | /src/main/java/com/code4life/ecommerce/config/DevConfig.java | fd7e6aa33b2ce1731f6a6153862c66d55bb478fc | [] | no_license | Mgpuentes/ecommerce | https://github.com/Mgpuentes/ecommerce | bb1d0c7e853f447b9e3ea51b60638819fc7aed4f | f8c09acc8d88c18e8d082813904975c486636951 | refs/heads/master | 2021-05-10T20:21:57.575000 | 2018-01-27T21:51:37 | 2018-01-27T21:51:37 | 118,185,614 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.code4life.ecommerce.config;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.Profile;
import org.springframework.context.annotation.PropertySource;
@Configuration
@Profile("dev")
@PropertySource("file:///${user.home}/.ecommerce/application-dev.prop... | UTF-8 | Java | 356 | java | DevConfig.java | Java | [] | null | [] | package com.code4life.ecommerce.config;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.Profile;
import org.springframework.context.annotation.PropertySource;
@Configuration
@Profile("dev")
@PropertySource("file:///${user.home}/.ecommerce/application-dev.prop... | 356 | 0.823034 | 0.820225 | 11 | 31.363636 | 26.73871 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.363636 | false | false | 10 |
7c196af8441a9a70fd895d7dfbf74adb6fbb1c35 | 3,367,254,376,191 | 60a2fccb24021e723d3495945c44e70a545b08fa | /project_move/src/entity/Common.java | eeb77c7029f1696325b80e8a450d4f4af0578b03 | [] | no_license | LiuYong1825915455/LyCode | https://github.com/LiuYong1825915455/LyCode | eab49eca3cc71c44ce5a9acd0a4cf726c24fce07 | 1c1fb859e4646af886021baf0ef4e577f33e70ab | refs/heads/master | 2020-03-20T05:11:39.706000 | 2018-06-15T11:10:39 | 2018-06-15T11:10:39 | 137,206,548 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package entity;
import java.text.DecimalFormat;
public class Common {
//规定格式
public static String dataFormat(double data) {
DecimalFormat format = new DecimalFormat("#.0");
return format.format(data);
}
public static double sub(double money,double price) {
//账户余额能够打多少分钟的电话
if(money > price) {
money ... | UTF-8 | Java | 411 | java | Common.java | Java | [] | null | [] | package entity;
import java.text.DecimalFormat;
public class Common {
//规定格式
public static String dataFormat(double data) {
DecimalFormat format = new DecimalFormat("#.0");
return format.format(data);
}
public static double sub(double money,double price) {
//账户余额能够打多少分钟的电话
if(money > price) {
money ... | 411 | 0.690667 | 0.685333 | 21 | 16.857143 | 16.847454 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.52381 | false | false | 10 |
6807f8cefa6e9265284c4a8474730e8bfa708a5f | 12,395,275,629,435 | 065c1f648e8dd061a20147ff9c0dbb6b5bc8b9be | /checkstyle_cluster/2863/tar_145.java | cca13d6cd9c1f585b402a984bdd0e4273d2fb69d | [] | no_license | martinezmatias/GenPat-data-C3 | https://github.com/martinezmatias/GenPat-data-C3 | 63cfe27efee2946831139747e6c20cf952f1d6f6 | b360265a6aa3bb21bd1d64f1fc43c3b37d0da2a4 | refs/heads/master | 2022-04-25T17:59:03.905000 | 2020-04-15T14:41:34 | 2020-04-15T14:41:34 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | ////////////////////////////////////////////////////////////////////////////////
// checkstyle: Checks Java source code for adherence to a set of rules.
// Copyright (C) 2001-2014 Oliver Burn
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Publ... | UTF-8 | Java | 5,772 | java | tar_145.java | Java | [
{
"context": "nce to a set of rules.\n// Copyright (C) 2001-2014 Oliver Burn\n//\n// This library is free software; you can redi",
"end": 192,
"score": 0.9998432397842407,
"start": 181,
"tag": "NAME",
"value": "Oliver Burn"
},
{
"context": "It gives structure.\n *\n * @author <a hre... | null | [] | ////////////////////////////////////////////////////////////////////////////////
// checkstyle: Checks Java source code for adherence to a set of rules.
// Copyright (C) 2001-2014 <NAME>
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
//... | 5,735 | 0.630111 | 0.625433 | 173 | 32.364162 | 25.265991 | 80 | false | false | 0 | 0 | 0 | 0 | 92 | 0.030319 | 0.34104 | false | false | 10 |
271f00321b5089c6cc9e1d686c9d215708cc57af | 12,395,275,628,217 | e8f0b47754487c485bbef3906dde7879297c6fbc | /src/test/java/com/dfire/testcase/precart/PreCartControllerTest.java | f2bc04b76acf74fd250ef71cdb5788d418c03b4e | [] | no_license | wuyajun2016/interfacetest | https://github.com/wuyajun2016/interfacetest | b5ae4fb3c831615b4b2b686027f4e0493b7cf726 | 94e54bc578a66b2aa8854e5b65f2a2356ae06929 | refs/heads/master | 2021-07-01T15:20:09.922000 | 2017-09-21T10:13:13 | 2017-09-21T10:13:13 | 103,607,465 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.dfire.testcase.precart;
import java.util.Map;
import javax.annotation.Resource;
import org.apache.log4j.Logger;
import org.testng.Assert;
import org.testng.annotations.AfterClass;
import org.testng.annotations.BeforeClass;
import org.testng.annotations.Test;
import com.dfire.shop.redis.RedisManipulate;
... | UTF-8 | Java | 7,543 | java | PreCartControllerTest.java | Java | [
{
"context": "erId1 = \"\";\n\tprivate String customerRegisterId = \"b379d59ed79c4991a05fb2eb2a7b1c2c\";\n\tprivate short orderFrom = (short) 1;\n\n\t\n\t@Befo",
"end": 1885,
"score": 0.9573398232460022,
"start": 1853,
"tag": "KEY",
"value": "b379d59ed79c4991a05fb2eb2a7b1c2c"
}
] | null | [] | package com.dfire.testcase.precart;
import java.util.Map;
import javax.annotation.Resource;
import org.apache.log4j.Logger;
import org.testng.Assert;
import org.testng.annotations.AfterClass;
import org.testng.annotations.BeforeClass;
import org.testng.annotations.Test;
import com.dfire.shop.redis.RedisManipulate;
... | 7,543 | 0.728723 | 0.71666 | 218 | 33.22477 | 30.621542 | 129 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.733945 | false | false | 10 |
987827d1cd5bffaa986ff5e20c96fc6b6bcdc54a | 25,632,364,850,340 | c5302b0315241c213481d407456893ce6da3f814 | /src/main/java/org/jerrioh/security/SkipPathRequestMatcher.java | 318a936b87b4604bf6036dcc83471f1e3f61bae1 | [] | no_license | geniusojw/diary-api | https://github.com/geniusojw/diary-api | c500d0d5c6684e55f257b45e96149ffcf16ba7de | ffc743551b37c492ec5b0753c5393ecc5aa69424 | refs/heads/master | 2023-09-02T05:55:44.545000 | 2019-09-01T17:00:49 | 2019-09-01T17:00:49 | 428,565,369 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.jerrioh.security;
import java.util.List;
import java.util.stream.Collectors;
import javax.servlet.http.HttpServletRequest;
import org.springframework.security.web.util.matcher.AntPathRequestMatcher;
import org.springframework.security.web.util.matcher.OrRequestMatcher;
import org.springframework.security... | UTF-8 | Java | 962 | java | SkipPathRequestMatcher.java | Java | [] | null | [] | package org.jerrioh.security;
import java.util.List;
import java.util.stream.Collectors;
import javax.servlet.http.HttpServletRequest;
import org.springframework.security.web.util.matcher.AntPathRequestMatcher;
import org.springframework.security.web.util.matcher.OrRequestMatcher;
import org.springframework.security... | 962 | 0.800416 | 0.800416 | 25 | 37.52 | 35.088596 | 127 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.56 | false | false | 10 |
9e9ca837800d94f2ad1f255841978348517b92a1 | 26,706,106,682,670 | b4b3d6f8a3322d7e6e47780d2fbc10fb63f493c8 | /qingcheng/qingcheng_parent/qingcheng_interface/src/main/java/com/qingcheng/service/seckill/SeckillGoodsService.java | ab0a842e5cd80c9a64cfb0beef17ed04de34f820 | [] | no_license | huiyues/qingcheng | https://github.com/huiyues/qingcheng | 01ca6c2a03910b7d6c92f4aecf3de76c24f72285 | 92e2df69307115b93b37666d95263ca363d390ca | refs/heads/master | 2022-12-20T23:47:40.491000 | 2019-10-28T13:44:40 | 2019-10-28T13:48:23 | 218,054,542 | 0 | 1 | null | false | 2022-12-16T04:29:30 | 2019-10-28T13:35:54 | 2019-10-28T14:00:42 | 2022-12-16T04:29:27 | 172,275 | 0 | 0 | 16 | JavaScript | false | false | package com.qingcheng.service.seckill;
import com.qingcheng.pojo.seckill.SeckillGoods;
import java.util.List;
import java.util.ListResourceBundle;
public interface SeckillGoodsService {
List<SeckillGoods> seckillGoddsList(String time);
SeckillGoods one(String time,Long id);
}
| UTF-8 | Java | 290 | java | SeckillGoodsService.java | Java | [] | null | [] | package com.qingcheng.service.seckill;
import com.qingcheng.pojo.seckill.SeckillGoods;
import java.util.List;
import java.util.ListResourceBundle;
public interface SeckillGoodsService {
List<SeckillGoods> seckillGoddsList(String time);
SeckillGoods one(String time,Long id);
}
| 290 | 0.796552 | 0.796552 | 13 | 21.307692 | 20.659826 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.538462 | false | false | 10 |
8fa5884001ba2ef19ff259941d90de2e52fb3118 | 6,725,918,804,505 | 2700607c0ee5c1c4c9b19c2aa2fdfdb8756fd49e | /eventuate-core/src/test/java/com/rbmhtechnology/eventuate/BaseSpec.java | cf459ac46429631fff4c4ec04137adf5923876d2 | [
"Apache-2.0"
] | permissive | coding4m/eventuate | https://github.com/coding4m/eventuate | 24626e98bc979bb453f7f9ed3f4b56248da99078 | 4eb072db7780c90267ae5a07d979ba156b2350c6 | refs/heads/master | 2021-07-14T00:43:44.858000 | 2016-11-12T14:01:49 | 2016-11-12T14:01:49 | 73,901,682 | 1 | 1 | null | true | 2016-11-16T08:54:58 | 2016-11-16T08:54:58 | 2016-11-15T05:35:58 | 2016-11-12T14:43:16 | 10,235 | 0 | 0 | 0 | null | null | null | /*
* Copyright 2015 - 2016 Red Bull Media House GmbH <http://www.redbullmediahouse.com> - all rights reserved.
*
* 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... | UTF-8 | Java | 5,326 | java | BaseSpec.java | Java | [] | null | [] | /*
* Copyright 2015 - 2016 Red Bull Media House GmbH <http://www.redbullmediahouse.com> - all rights reserved.
*
* 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... | 5,326 | 0.709538 | 0.705783 | 136 | 38.161766 | 36.996468 | 157 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.875 | false | false | 10 |
81b4a73d3970bc0dee3ac32ba8da574334bb2263 | 6,725,918,804,267 | 343693711b267f4ed3fcd59b76982b936f6a6cd9 | /src/main/java/xyz/mkotb/tg/convo/EmailPrompt.java | ab8af569bb93d48e6e1d1ecf3ab0e61ceb8b467c | [] | no_license | mkotb/TelegramConversations-Test | https://github.com/mkotb/TelegramConversations-Test | e2afc04c4edbc57c166eae1712103dab7ceeb206 | c1add6d78038e25c82cb04cf19105c922f02ab56 | refs/heads/master | 2020-02-26T14:54:02.621000 | 2016-07-20T01:48:00 | 2016-07-20T01:48:00 | 63,740,840 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package xyz.mkotb.tg.convo;
import pro.zackpollard.telegrambot.api.chat.message.content.TextContent;
import pro.zackpollard.telegrambot.api.chat.message.send.SendableMessage;
import pro.zackpollard.telegrambot.api.chat.message.send.SendableTextMessage;
import pro.zackpollard.telegrambot.api.conversations.ConversationC... | UTF-8 | Java | 1,074 | java | EmailPrompt.java | Java | [] | null | [] | package xyz.mkotb.tg.convo;
import pro.zackpollard.telegrambot.api.chat.message.content.TextContent;
import pro.zackpollard.telegrambot.api.chat.message.send.SendableMessage;
import pro.zackpollard.telegrambot.api.chat.message.send.SendableTextMessage;
import pro.zackpollard.telegrambot.api.conversations.ConversationC... | 1,074 | 0.643389 | 0.628492 | 28 | 37.392857 | 29.604946 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 10 |
c545e1d373b1a524fcfe62d29590e0ee7e72120b | 25,821,343,406,059 | 66ebfaea054c6a40d0b2b48c6173fcd96a9dfb8c | /test/src/main/java/com/mu/sview/service/impl/ServiceBImpl.java | caf8f864fddb57557db3f67cbc2509cb873b83a3 | [] | no_license | YuShanMuGong/SpringBeanView | https://github.com/YuShanMuGong/SpringBeanView | 267a9ccf905289ae57491ba949344b7e942683ed | 98d3229647e79861d27cf296df6331d3cec421db | refs/heads/master | 2020-04-04T08:59:31.609000 | 2018-11-07T05:55:58 | 2018-11-07T05:55:58 | 155,802,272 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mu.sview.service.impl;
import com.mu.sview.service.IServiceB;
import com.mu.sview.service.IUserService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
@Service
public class ServiceBImpl implements IServiceB {
@Autowired
private IUserS... | UTF-8 | Java | 411 | java | ServiceBImpl.java | Java | [] | null | [] | package com.mu.sview.service.impl;
import com.mu.sview.service.IServiceB;
import com.mu.sview.service.IUserService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
@Service
public class ServiceBImpl implements IServiceB {
@Autowired
private IUserS... | 411 | 0.761557 | 0.761557 | 18 | 21.833334 | 19.528469 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.388889 | false | false | 10 |
8bfc2f9300de745bae0d3d5bb7801f810c3b15a4 | 7,653,631,766,231 | f810087a17e41f7c8a1e16931cb8583ac8f064fb | /sardine-wms-service/src/main/java/com/hd123/sardine/wms/service/basicInfo/containertype/ContainerTypeServiceImpl.java | e2084057247440b318fbe208d1b24bf1564d437e | [] | no_license | SardineWMS/sardine-wms | https://github.com/SardineWMS/sardine-wms | 262e7ecd2ee490030ea7eddbcac3ea789dae8816 | 919722dddeb938329ca75fbc684008a844ce296b | refs/heads/master | 2021-04-29T06:16:35.374000 | 2017-12-05T10:42:22 | 2017-12-05T10:42:22 | 77,969,026 | 6 | 3 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* 版权所有(C),上海海鼎信息工程股份有限公司,2017,所有权利保留。
*
* 项目名: sardine-wms-service
* 文件名: ContainerTypeServiceImpl.java
* 模块说明:
* 修改历史:
* 2017年2月7日 - fanqingqing - 创建。
*/
package com.hd123.sardine.wms.service.basicInfo.containertype;
import java.util.List;
import org.apache.commons.lang3.ObjectUtils;
impo... | UTF-8 | Java | 5,729 | java | ContainerTypeServiceImpl.java | Java | [
{
"context": "e.wms.service.log.EntityLogger;\r\n\r\n/**\r\n * @author fanqingqing\r\n *\r\n */\r\npublic class ContainerTypeServiceImpl e",
"end": 1475,
"score": 0.9990140795707703,
"start": 1464,
"tag": "USERNAME",
"value": "fanqingqing"
}
] | null | [] | /**
* 版权所有(C),上海海鼎信息工程股份有限公司,2017,所有权利保留。
*
* 项目名: sardine-wms-service
* 文件名: ContainerTypeServiceImpl.java
* 模块说明:
* 修改历史:
* 2017年2月7日 - fanqingqing - 创建。
*/
package com.hd123.sardine.wms.service.basicInfo.containertype;
import java.util.List;
import org.apache.commons.lang3.ObjectUtils;
impo... | 5,729 | 0.756556 | 0.7448 | 139 | 37.776978 | 29.854574 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.733813 | false | false | 10 |
bacd1362d35e8a97514800c789d99c69cc52ebef | 28,698,971,508,431 | 67682f973e8f112bbc71a96da694da0fd3c05b89 | /src/main/java/virtualpet/organic/Organic.java | 5eb584296a295f0b99c4dbbdd3cb8894819edd0b | [] | no_license | lamah314/virtual-pet | https://github.com/lamah314/virtual-pet | 9dc913c3f22f1c6d9817058373283e7ff44b987d | ee3eff9900fdf6c8efa8eecc3507f7becb736992 | refs/heads/master | 2020-04-21T18:06:10.283000 | 2019-02-07T19:59:50 | 2019-02-07T19:59:50 | 169,757,416 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package virtualpet.organic;
import java.io.File;
import java.util.Random;
import virtualpet.VirtualPet;
import virtualpet.extras.MakeSound;
public abstract class Organic extends VirtualPet {
private int hunger;
private int health;
private int thirst;
private String soundOrganic;
private int prevHunger;
priv... | UTF-8 | Java | 3,951 | java | Organic.java | Java | [] | null | [] | package virtualpet.organic;
import java.io.File;
import java.util.Random;
import virtualpet.VirtualPet;
import virtualpet.extras.MakeSound;
public abstract class Organic extends VirtualPet {
private int hunger;
private int health;
private int thirst;
private String soundOrganic;
private int prevHunger;
priv... | 3,951 | 0.669704 | 0.658061 | 149 | 25.516779 | 25.288298 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.214765 | false | false | 10 |
bfa3e4f3a1081ba5f612f6da7a498289e041ae02 | 13,254,269,079,003 | 8529078f06ef6fff4d475eaa475a0cb2d2c78703 | /app/src/main/java/ayush/practice/retrofitwithdagger_mvp1/gui/presenter/MainScreenPresenter.java | 775810d1e5cb597b276dfc9edf67005c6f441c4a | [] | no_license | stAyushJain/mvp_dagger_retrofit | https://github.com/stAyushJain/mvp_dagger_retrofit | f020edc79feb11f3f5b6feee39d9aca21e5c4ce8 | 02778a58e184c7086a63c0778848bd307f0d93c8 | refs/heads/master | 2021-01-20T06:11:50.425000 | 2017-04-30T14:15:54 | 2017-04-30T14:15:54 | 89,850,236 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ayush.practice.retrofitwithdagger_mvp1.gui.presenter;
import java.util.Map;
import ayush.practice.retrofitwithdagger_mvp1.gui.maininterface.MainInterface;
import ayush.practice.retrofitwithdagger_mvp1.gui.model.Post;
import io.reactivex.Observable;
import io.reactivex.Observer;
import io.reactivex.android.sche... | UTF-8 | Java | 3,609 | java | MainScreenPresenter.java | Java | [
{
"context": "art;\nimport retrofit2.http.Url;\n\n/**\n * Created by Ayush Jain on 4/29/17.\n */\n\npublic class MainScreenPresenter",
"end": 814,
"score": 0.9998579025268555,
"start": 804,
"tag": "NAME",
"value": "Ayush Jain"
}
] | null | [] | package ayush.practice.retrofitwithdagger_mvp1.gui.presenter;
import java.util.Map;
import ayush.practice.retrofitwithdagger_mvp1.gui.maininterface.MainInterface;
import ayush.practice.retrofitwithdagger_mvp1.gui.model.Post;
import io.reactivex.Observable;
import io.reactivex.Observer;
import io.reactivex.android.sche... | 3,605 | 0.594902 | 0.589637 | 123 | 28.349594 | 24.301622 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.430894 | false | false | 10 |
5db08fb86e3f3891d54d9994646df4f394b2bb5b | 17,265,768,578,700 | 4d570edf89c082494910ae790604d3a63fcc8e83 | /app/src/main/java/com/example/zll/jingdongrxjava/net/class1/LeftService.java | 50edd0375ffa567ed9ff8bc804652ce1924a8d28 | [] | no_license | zhoulinlin11/jingdongrxjava2 | https://github.com/zhoulinlin11/jingdongrxjava2 | 79a70dcc2720feae670d9bde5fcaf10176e19cf0 | 5b6f408093f4419eac935c191972dffbc2cab69d | refs/heads/master | 2020-03-17T14:35:15.439000 | 2018-05-25T05:31:48 | 2018-05-25T05:31:48 | 133,678,355 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.zll.jingdongrxjava.net.class1;
import com.example.zll.jingdongrxjava.bean.MyClassLeft;
import io.reactivex.Observable;
import retrofit2.http.GET;
/**
* Created by zll on 2018/5/10.
*/
public interface LeftService {
@GET("product/getCatagory")
Observable<MyClassLeft> getleft();
}
| UTF-8 | Java | 314 | java | LeftService.java | Java | [
{
"context": "ble;\nimport retrofit2.http.GET;\n\n/**\n * Created by zll on 2018/5/10.\n */\n\npublic interface LeftService {",
"end": 190,
"score": 0.9994086027145386,
"start": 187,
"tag": "USERNAME",
"value": "zll"
}
] | null | [] | package com.example.zll.jingdongrxjava.net.class1;
import com.example.zll.jingdongrxjava.bean.MyClassLeft;
import io.reactivex.Observable;
import retrofit2.http.GET;
/**
* Created by zll on 2018/5/10.
*/
public interface LeftService {
@GET("product/getCatagory")
Observable<MyClassLeft> getleft();
}
| 314 | 0.751592 | 0.72293 | 15 | 19.933332 | 19.125782 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 10 |
d50828920c60381037a3f2dfe15e8399e3445468 | 13,864,154,501,140 | 5ba7db9ca2fe9f6c2c09dd79b7cd8709de19c79c | /purchasing/src/main/java/com/team/purchasing/bean/SupplierCategory.java | b0d811638c508b4f2e21ff8b87756ef45cb370b6 | [] | no_license | wangjun3635/ERP_Purchasing_System | https://github.com/wangjun3635/ERP_Purchasing_System | 0259464a828f0939aeb2e80b9031501c803c0aa8 | 41d8f6ee8756ff5351955f0a0404f16068ada77b | refs/heads/master | 2020-04-16T17:08:45.412000 | 2019-04-12T09:41:44 | 2019-04-12T09:41:44 | 165,764,397 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.team.purchasing.bean;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
@ApiModel(description = "供应商类型")
@Data
public class SupplierCategory {
@ApiModelProperty(value="供应商类型id")
private Long id;
@ApiModelProperty(value = "供应商类型名称... | UTF-8 | Java | 384 | java | SupplierCategory.java | Java | [] | null | [] | package com.team.purchasing.bean;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
@ApiModel(description = "供应商类型")
@Data
public class SupplierCategory {
@ApiModelProperty(value="供应商类型id")
private Long id;
@ApiModelProperty(value = "供应商类型名称... | 384 | 0.745714 | 0.745714 | 16 | 19.875 | 16.193653 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6875 | false | false | 0 |
9b861e691595a9b573414ea3504b5c09765e34ef | 3,427,383,931,049 | 6e26444fa1ebdc815dfd7ef65c4fab7fb77f10ed | /Project/src/Register/TestRegister.java | cc8c2e61f9dbcb4bfc8adbc66df3932c0a5c04fb | [] | no_license | pm-sit-kmutt/programming-ii-project-2016-2-SEC01-PROJ06-GreenSociety | https://github.com/pm-sit-kmutt/programming-ii-project-2016-2-SEC01-PROJ06-GreenSociety | 5bb69e17f269f49134537b6472ccac319afaab5c | 16ccb735134e27bed01e2f0c4c269f3e8a7b9146 | refs/heads/master | 2021-01-20T03:22:05.198000 | 2017-04-28T06:58:00 | 2017-04-28T06:58:00 | 86,531,459 | 0 | 2 | 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 Register;
import Timer.Timer;
import java.sql.Timestamp;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import ... | UTF-8 | Java | 812 | java | TestRegister.java | Java | [
{
"context": "Date;\nimport java.util.Scanner;\n\n/**\n *\n * @author January\n */\npublic class TestRegister {\n public static",
"end": 388,
"score": 0.9993034601211548,
"start": 381,
"tag": "NAME",
"value": "January"
},
{
"context": " Register();\n// rg.connectDBforCheckE... | 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 Register;
import Timer.Timer;
import java.sql.Timestamp;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import ... | 788 | 0.652709 | 0.639163 | 28 | 28 | 25.153812 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.535714 | false | false | 0 |
f1ff88a0b34f97f0369794ceed87a26c6165956f | 23,914,377,969,543 | 5f4afbc92a72bd847b8aa9ae95f9be9d706ad7d8 | /esuizhen-service/esuizhen-merge-system/src/main/java/com/esuizhen/bigdata/service/followup/FollowupWxReqService.java | 5f156af578e897bf0d928a01f417e5e372067851 | [] | no_license | 331491512/esz | https://github.com/331491512/esz | dfc13ba9e142ab1cbacc92cd0bf1b55fec2a05a1 | 8edd10a74b75d36d3963d2ae64602d02ba548b43 | refs/heads/master | 2021-04-06T20:31:45.968000 | 2018-03-16T02:56:36 | 2018-03-16T02:56:36 | 125,451,748 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.esuizhen.bigdata.service.followup;
import java.util.List;
/**
* Created by Nidan on 2017年01月05 下午 17:34
*/
public interface FollowupWxReqService {
/**
* 合并微信发送记录
* @param goalPatientId
* @param otherPatientIds
*/
public void mergeFollowupwxReq(Long goalPatientId, List<Long> ... | UTF-8 | Java | 482 | java | FollowupWxReqService.java | Java | [
{
"context": "llowup;\n\nimport java.util.List;\n\n/**\n * Created by Nidan on 2017年01月05 下午 17:34\n */\npublic interface Follo",
"end": 95,
"score": 0.8373786807060242,
"start": 90,
"tag": "USERNAME",
"value": "Nidan"
}
] | null | [] | package com.esuizhen.bigdata.service.followup;
import java.util.List;
/**
* Created by Nidan on 2017年01月05 下午 17:34
*/
public interface FollowupWxReqService {
/**
* 合并微信发送记录
* @param goalPatientId
* @param otherPatientIds
*/
public void mergeFollowupwxReq(Long goalPatientId, List<Long> ... | 482 | 0.675556 | 0.648889 | 21 | 20.428572 | 21.733387 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.238095 | false | false | 0 |
2e5b85f830d5182d87efafee80ee18f3ce0c0fd1 | 28,192,165,338,264 | 77214d04d303b3be03f29975f55e6280b4f6b2f9 | /src/zadaci_28_03_2017/Z3_CountWordsLincoln.java | f2f89b2cae6e04b435ff767cc6bd6e49ea27d764 | [] | no_license | Jasmina82/BILD-IT-zadaci | https://github.com/Jasmina82/BILD-IT-zadaci | c72b24f1102025be2a9e82ab74c2cc62f3b554bb | 0f24dd3121ad233e1cd249e194211a1a6d3c2ee9 | refs/heads/master | 2017-10-07T14:47:55.073000 | 2017-04-05T17:39:56 | 2017-04-05T17:39:56 | 81,241,954 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package zadaci_28_03_2017;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class Z3_CountWordsLincoln {
public static void main(String[] args) throws IOException {
// TODO Auto-generated method stub
/*try/catch blok za stranicu*/
try{
jav... | UTF-8 | Java | 1,118 | java | Z3_CountWordsLincoln.java | Java | [] | null | [] | package zadaci_28_03_2017;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class Z3_CountWordsLincoln {
public static void main(String[] args) throws IOException {
// TODO Auto-generated method stub
/*try/catch blok za stranicu*/
try{
jav... | 1,118 | 0.643113 | 0.634168 | 45 | 22.844444 | 27.591429 | 131 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.355556 | false | false | 0 |
47f2f9f6a42a9092bcf6ed612525a86d216e15d3 | 11,012,296,148,207 | 3769b0246addd993bca1cb6620099e274d3dc796 | /fcrepo-security/fcrepo-security-pdp/src/main/java/org/fcrepo/server/security/xacml/util/RelationshipResolverImpl.java | ce89214d61c970ce41aca3c2d60ea11a1eb60ae7 | [
"DOC",
"Apache-2.0"
] | permissive | DBCDK/fcrepo-3.5-patched | https://github.com/DBCDK/fcrepo-3.5-patched | 3a8c3cd38c83d49078dda1cd476c0ba3ee130bfc | f7fe619c2e473af88d542ef9e1db18e85a2f3bf2 | refs/heads/master | 2023-07-21T16:30:31.685000 | 2015-08-21T06:50:35 | 2015-08-21T06:50:35 | 9,834,912 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
package org.fcrepo.server.security.xacml.util;
import java.io.File;
import java.util.ArrayList;
import java.util.Collections;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.util.Map;
import java.util.Set;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
im... | UTF-8 | Java | 10,492 | java | RelationshipResolverImpl.java | Java | [
{
"context": "po.server.Context, String, String)}.\n *\n * @author Edwin Shin\n */\npublic class RelationshipResolverImpl\n ",
"end": 1063,
"score": 0.9998100996017456,
"start": 1053,
"tag": "NAME",
"value": "Edwin Shin"
}
] | null | [] | /**
*
*/
package org.fcrepo.server.security.xacml.util;
import java.io.File;
import java.util.ArrayList;
import java.util.Collections;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.util.Map;
import java.util.Set;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
im... | 10,488 | 0.57682 | 0.574819 | 297 | 34.326599 | 27.577093 | 138 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.481481 | false | false | 0 |
7b2b5909ed52092159a19bd2eaf7d3e9985a6ed8 | 6,408,091,212,511 | 81e78212206469c3d2de46557a28bed5c161edee | /app/src/main/java/com/zzti/fengyongge/uploadimages/upload/HttpMultipartPost.java | db51ea032a06e66f84733d352d05c5bab1d187c0 | [] | no_license | luthink/uploadimages | https://github.com/luthink/uploadimages | 6b5b6d76e6e397e3fa995756b99f3f52cf03f9bd | b71655fd4da7535e1ff8a487c2c93ae66a7ccb2e | refs/heads/master | 2017-12-22T02:00:56.882000 | 2016-09-22T15:34:17 | 2016-09-22T15:34:17 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zzti.fengyongge.uploadimages.upload;
import android.content.Context;
import android.os.AsyncTask;
import com.alibaba.fastjson.JSON;
import com.zzti.fengyongge.imagepicker.util.StringUtils;
import com.zzti.fengyongge.uploadimages.dialog.CustomAlertDialog;
import org.apache.http.HttpResponse;
imp... | UTF-8 | Java | 5,487 | java | HttpMultipartPost.java | Java | [
{
"context": "util.Map.Entry;\r\n\r\n/**\r\n * Multipart上传\r\n * @author fengyongge\r\n *\r\n */\r\npublic class HttpMultipartPost extends ",
"end": 1008,
"score": 0.9996033906936646,
"start": 998,
"tag": "USERNAME",
"value": "fengyongge"
}
] | null | [] | package com.zzti.fengyongge.uploadimages.upload;
import android.content.Context;
import android.os.AsyncTask;
import com.alibaba.fastjson.JSON;
import com.zzti.fengyongge.imagepicker.util.StringUtils;
import com.zzti.fengyongge.uploadimages.dialog.CustomAlertDialog;
import org.apache.http.HttpResponse;
imp... | 5,487 | 0.676131 | 0.666606 | 203 | 24.891626 | 24.799652 | 165 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.487685 | false | false | 0 |
44fae69ef48ae8854427aea0b4c154e01ffa5838 | 32,641,751,459,011 | eed108e5f987a2e5a943e789eafb5980fb36bb0e | /ModuleBiShi/src/pufaDemo/narcissisticNumber.java | cc3e6942922ba8b15570d0305d6502b012ab60c4 | [] | no_license | Roytforever/projectOfBiSi | https://github.com/Roytforever/projectOfBiSi | 5408069c648620581caf5f472d0529b15d4586e6 | d8691bc1703d199ffbef8609442e4650e87212dd | refs/heads/master | 2020-07-06T09:21:59.832000 | 2019-08-18T06:44:00 | 2019-08-18T06:44:00 | 202,969,512 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pufaDemo;
import java.util.Scanner;
/**
* Created by T on2019/8/12 16:35
*/
public class narcissisticNumber {
public static void main(String[] args) {
Scanner input = new Scanner(System.in);
int[] array = new int[10];
while (input.hasNext()) {
int n = input.nextInt();... | UTF-8 | Java | 993 | java | narcissisticNumber.java | Java | [] | null | [] | package pufaDemo;
import java.util.Scanner;
/**
* Created by T on2019/8/12 16:35
*/
public class narcissisticNumber {
public static void main(String[] args) {
Scanner input = new Scanner(System.in);
int[] array = new int[10];
while (input.hasNext()) {
int n = input.nextInt();... | 993 | 0.437059 | 0.405841 | 38 | 25.131578 | 18.96003 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.631579 | false | false | 0 |
5bcd2e59f71d8962341d0bf6506299c1916d497c | 11,201,274,709,777 | 02679e04323cf25bf9d6325d26317137bd9c44d6 | /src/main/java/com/advertise/sys/action/UserController.java | c037819ee8374a7bca1ab3475c3eb52be626c772 | [] | no_license | jessica20180808/huixing-java | https://github.com/jessica20180808/huixing-java | 75b66758c17f79f6bb78e97da6de1fc2ef91219b | ba6ec2c7a672759a100e41e696d74a4feaccf761 | refs/heads/master | 2020-03-21T15:42:58.366000 | 2018-06-26T12:36:35 | 2018-06-26T12:36:35 | 138,728,590 | 0 | 0 | null | true | 2018-06-26T11:30:17 | 2018-06-26T11:30:17 | 2018-06-26T05:52:43 | 2018-06-26T05:52:42 | 31,926 | 0 | 0 | 0 | null | false | null | package com.advertise.sys.action;
import java.io.BufferedReader;
import java.io.IOException;
import java.util.List;
import java.util.Map;
import javax.annotation.Resource;
import javax.servlet.http.HttpServletRequest;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.spr... | UTF-8 | Java | 18,349 | java | UserController.java | Java | [
{
"context": "pServletRequest request,\n\t\t\t\t@RequestParam(value=\"userName\", required=true) String userName,\n\t\t\t\t@RequestPar",
"end": 3593,
"score": 0.9978200793266296,
"start": 3585,
"tag": "USERNAME",
"value": "userName"
},
{
"context": "questParam(value=\"userName\", req... | null | [] | package com.advertise.sys.action;
import java.io.BufferedReader;
import java.io.IOException;
import java.util.List;
import java.util.Map;
import javax.annotation.Resource;
import javax.servlet.http.HttpServletRequest;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.spr... | 18,371 | 0.665306 | 0.660999 | 677 | 25.060562 | 21.270658 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.181684 | false | false | 0 |
d9d43f82641a005771b94e1b953f95e99589596f | 5,849,745,462,805 | f3b7cc5ec9ab7d67edb6168d379b70782085d3c5 | /src/main/java/com/lemon/demo/service/SysRoleService.java | f59df773c5c9533b61831a529ca785738cecc759 | [] | no_license | forgetWorries/Share | https://github.com/forgetWorries/Share | fcd46d8ad7be838c856cf7fce41f1a46ebbcf8e6 | cc049a23febe03739c63250042b5d7134a817e5e | refs/heads/master | 2022-05-03T23:11:03.318000 | 2019-03-20T03:20:35 | 2019-03-20T03:20:35 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lemon.demo.service;
import com.lemon.demo.model.SysRole;
import com.lemon.demo.core.universal.Service;
/**
* @Description: SysRoleService接口
* @author Qy
* @date 2019/02/27 13:03
*/
public interface SysRoleService extends Service<SysRole> {
} | UTF-8 | Java | 260 | java | SysRoleService.java | Java | [
{
"context": "e;\n\n/**\n* @Description: SysRoleService接口\n* @author Qy\n* @date 2019/02/27 13:03\n*/\npublic interface SysR",
"end": 166,
"score": 0.9986791014671326,
"start": 164,
"tag": "USERNAME",
"value": "Qy"
}
] | null | [] | package com.lemon.demo.service;
import com.lemon.demo.model.SysRole;
import com.lemon.demo.core.universal.Service;
/**
* @Description: SysRoleService接口
* @author Qy
* @date 2019/02/27 13:03
*/
public interface SysRoleService extends Service<SysRole> {
} | 260 | 0.761719 | 0.714844 | 13 | 18.76923 | 19.263971 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.230769 | false | false | 0 |
f07bec25a7bb9496cb86737868912330015b66cc | 481,036,343,426 | 2d2885710e5b2855f7ee52ccd2ffd47920cd6a29 | /backend/src/main/java/backend/profiles/Profile.java | be22bf48a628d8f0201a4ac86ef05b06446b1b82 | [] | no_license | humazed/TayyarFinal2 | https://github.com/humazed/TayyarFinal2 | 9749cd7a40edf8867b3ec49755ece0d9561f69ec | 2cf6e41c35b999c0cb553311e1c3ed58b0be2f31 | refs/heads/master | 2021-07-11T19:19:59.219000 | 2017-10-15T14:45:40 | 2017-10-15T14:45:54 | 106,976,492 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package backend.profiles;
import backend.general.Location;
import backend.general.Notifiable;
import backend.general.Review;
import backend.merchants.Merchant;
import com.google.api.server.spi.config.AnnotationBoolean;
import com.google.api.server.spi.config.ApiResourceProperty;
import com.googlecode.objectify.Key;
i... | UTF-8 | Java | 2,024 | java | Profile.java | Java | [
{
"context": "objectify.ObjectifyService.ofy;\n\n/**\n * Created by Muhammad on 25/07/2017.\n */\n@Entity\npublic abstract class ",
"end": 658,
"score": 0.9992101788520813,
"start": 650,
"tag": "NAME",
"value": "Muhammad"
}
] | null | [] | package backend.profiles;
import backend.general.Location;
import backend.general.Notifiable;
import backend.general.Review;
import backend.merchants.Merchant;
import com.google.api.server.spi.config.AnnotationBoolean;
import com.google.api.server.spi.config.ApiResourceProperty;
import com.googlecode.objectify.Key;
i... | 2,024 | 0.702569 | 0.698123 | 76 | 25.631578 | 20.369509 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 0 |
1f999ffff555ec3e2b12016a5defa5c1a4a5d73f | 1,992,864,852,875 | 39822bfe674a4ff06528d60552d2cf88ed24b8e7 | /src/main/java/net/sourceforge/fenixedu/domain/accessControl/groups/language/GroupContextProvider.java | 09cd0bbb29b2ba1d7c3dca1c2bc8211be03300e6 | [] | no_license | carlosmahumane/fenix | https://github.com/carlosmahumane/fenix | 04d54025247782cf1595b71a6bda7acedc5906a3 | 874f8571eb4737b8f1525072ad7bd8cbd2c61335 | refs/heads/master | 2021-01-24T20:32:52.108000 | 2014-05-01T01:47:41 | 2014-05-01T01:47:41 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.sourceforge.fenixedu.domain.accessControl.groups.language;
/**
* Interface that marks the source of the group context for all the dynamic
* parts of the expression group.
*
* @author cfgi
* @deprecated Use Bennu Groups instead
*/
@Deprecated
public interface GroupContextProvider {
/**
* @r... | UTF-8 | Java | 574 | java | GroupContextProvider.java | Java | [
{
"context": "c\n * parts of the expression group.\n * \n * @author cfgi\n * @deprecated Use Bennu Groups instead\n */\n@Depr",
"end": 205,
"score": 0.9993440508842468,
"start": 201,
"tag": "USERNAME",
"value": "cfgi"
}
] | null | [] | package net.sourceforge.fenixedu.domain.accessControl.groups.language;
/**
* Interface that marks the source of the group context for all the dynamic
* parts of the expression group.
*
* @author cfgi
* @deprecated Use Bennu Groups instead
*/
@Deprecated
public interface GroupContextProvider {
/**
* @r... | 574 | 0.724739 | 0.724739 | 20 | 27.700001 | 31.659281 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.1 | false | false | 0 |
7bb3df406afd738c0d467921806e322ffd3065d3 | 25,718,264,194,782 | e3300a0a0412e4fdb121d6f4ded23c271c4fe562 | /src/main/java/com/example/demo/aop/rate/limit/AccessLimitAspect.java | 805fdd52ad5bf0c541d708c341ddcd441ac65edd | [] | no_license | bellmit/ck-first-service | https://github.com/bellmit/ck-first-service | c7b4e8d7c05b42075a7aaad2c3cc8d2f78a732f5 | 178bf220f21eb80321239fc2c42ec8fb72574e8a | refs/heads/master | 2023-06-18T00:35:43.366000 | 2021-07-19T10:14:19 | 2021-07-19T10:14:19 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.demo.aop.rate.limit;
import com.google.common.util.concurrent.RateLimiter;
import org.aspectj.lang.ProceedingJoinPoint;
import org.aspectj.lang.annotation.Around;
import org.aspectj.lang.annotation.Aspect;
import org.aspectj.lang.annotation.Pointcut;
import org.aspectj.lang.reflect.MethodSignature;... | UTF-8 | Java | 4,309 | java | AccessLimitAspect.java | Java | [
{
"context": "ateLimiter限流切面\n * @Date 2020/5/13 10:53\n * @Author chen kang hua\n * @Version 1.0\n **/\n@EnableAspectJAutoProxy(prox",
"end": 927,
"score": 0.9994379878044128,
"start": 914,
"tag": "NAME",
"value": "chen kang hua"
}
] | null | [] | package com.example.demo.aop.rate.limit;
import com.google.common.util.concurrent.RateLimiter;
import org.aspectj.lang.ProceedingJoinPoint;
import org.aspectj.lang.annotation.Around;
import org.aspectj.lang.annotation.Aspect;
import org.aspectj.lang.annotation.Pointcut;
import org.aspectj.lang.reflect.MethodSignature;... | 4,302 | 0.647162 | 0.643161 | 110 | 35.354546 | 25.430328 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 0 |
e93fea5d180ba5a1e37b0525012e215aac2baab0 | 5,171,140,681,199 | 87060200f2a9725b4bfd208058ac67b80d8094a3 | /src/com/superphonebook/dao/IPersonDao.java | 8b0c6059edb5f3d9d6d5e54418ba1f82adb8389a | [] | no_license | WarmerHu/SuperPhoneBook | https://github.com/WarmerHu/SuperPhoneBook | 018ba9d06e47311042e1efa2db5f03a36134e9cf | 3527f30463e1af5bcad1e5b91ace24c5c0c4dabf | refs/heads/master | 2020-12-14T09:49:29.825000 | 2014-11-19T13:08:42 | 2014-11-19T13:08:42 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.superphonebook.dao;
import java.util.List;
import com.superphonebook.model.Person;
public interface IPersonDao {
public Person get(Object key);
public List<String> find(Object key);
public List<Person> findAll();
public void insert(Person t);
public void delete(Person t);
public v... | UTF-8 | Java | 427 | java | IPersonDao.java | Java | [] | null | [] | package com.superphonebook.dao;
import java.util.List;
import com.superphonebook.model.Person;
public interface IPersonDao {
public Person get(Object key);
public List<String> find(Object key);
public List<Person> findAll();
public void insert(Person t);
public void delete(Person t);
public v... | 427 | 0.723653 | 0.723653 | 16 | 25.6875 | 15.442307 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6875 | false | false | 0 |
4998d0ef64fad95a2a1cab6ca02547997caa20d3 | 9,663,676,417,344 | a00fb81cb22b5072c15e94284855b5abc454aec1 | /src/main/java/org/weibo/analysis/graph/GraphContainer.java | 232b7b9ade148c20a1378e3f66bbb701fb301d9c | [] | no_license | Xiofan-G/weibo-data-analysis | https://github.com/Xiofan-G/weibo-data-analysis | ad4562cdc2bbda2500fd9633ccb67f9df1182877 | 78a97a59c5f766aca1e1980ea9857f61f8ac70dd | refs/heads/master | 2023-03-18T09:10:04.437000 | 2021-03-09T11:02:37 | 2021-03-09T11:02:37 | 341,268,653 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.weibo.analysis.graph;
import org.weibo.analysis.entity.RelationLabel;
import org.weibo.analysis.entity.Style;
import org.weibo.analysis.entity.Vertex;
import java.io.Serializable;
import java.sql.Timestamp;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Map;
public class GraphCont... | UTF-8 | Java | 5,961 | java | GraphContainer.java | Java | [] | null | [] | package org.weibo.analysis.graph;
import org.weibo.analysis.entity.RelationLabel;
import org.weibo.analysis.entity.Style;
import org.weibo.analysis.entity.Vertex;
import java.io.Serializable;
import java.sql.Timestamp;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Map;
public class GraphCont... | 5,961 | 0.552256 | 0.544036 | 166 | 34.909637 | 29.866333 | 211 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.873494 | false | false | 0 |
6bb3c109b62ca8cc87c070072a2c6747826ca883 | 12,661,563,613,719 | aacf2ca29262f2008e600198e0806fefa47961c1 | /src/DU.java | 1bc01476ca8a9975f3bcfd4f8a8d631c78dfcda8 | [] | no_license | cicciocappuccio/Myriad | https://github.com/cicciocappuccio/Myriad | 732c0c320d5bded5688b23eed5e5134facd9adb6 | 603e6b3a750cc18cb281faa8bf1bd036b1cca8c5 | refs/heads/master | 2020-07-14T12:45:18.176000 | 2019-08-30T06:34:29 | 2019-08-30T06:34:29 | 205,320,736 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.File;
import java.util.Arrays;
import java.util.Comparator;
import java.util.LinkedHashMap;
import java.util.Map;
import java.util.stream.Collectors;
public class DU {
public static void main(String[] args) {
if (args.length == 0) {
System.out.println("Input missing!");
return;
}
File inp... | UTF-8 | Java | 1,551 | java | DU.java | Java | [] | null | [] | import java.io.File;
import java.util.Arrays;
import java.util.Comparator;
import java.util.LinkedHashMap;
import java.util.Map;
import java.util.stream.Collectors;
public class DU {
public static void main(String[] args) {
if (args.length == 0) {
System.out.println("Input missing!");
return;
}
File inp... | 1,551 | 0.659574 | 0.651838 | 52 | 28.826923 | 29.66202 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.115385 | false | false | 0 |
b4001c84fc57cd345b072803a818ad3cfdd37992 | 25,245,817,783,429 | 84bde61c6ceaf55ccbab491dccb566ebdabc50ae | /src/main/java/resources/version1/admin/ExpenseResource.java | 3b13ac69534b86098a1418d036089cb70ebf5bf9 | [] | no_license | Ganashree15/Btrs | https://github.com/Ganashree15/Btrs | 7a5886c84b954992cad7fd9da9a96b2884db06b4 | a0ee0843fce6243f4b3428590effb90db8ffbce9 | refs/heads/master | 2021-01-21T04:33:26.069000 | 2016-07-06T05:14:09 | 2016-07-06T05:14:09 | 52,077,803 | 0 | 1 | null | false | 2016-06-23T02:40:28 | 2016-02-19T09:44:08 | 2016-06-06T09:51:14 | 2016-06-23T02:40:28 | 2,893 | 0 | 0 | 0 | Java | null | null | //package resources.version1.admin;
//
//import javax.ws.rs.BeanParam;
//import javax.ws.rs.Consumes;
//import javax.ws.rs.DELETE;
//import javax.ws.rs.GET;
//import javax.ws.rs.POST;
//import javax.ws.rs.PUT;
//import javax.ws.rs.Path;
//import javax.ws.rs.PathParam;
//import javax.ws.rs.Produces;
//import javax.ws.rs... | UTF-8 | Java | 2,106 | java | ExpenseResource.java | Java | [] | null | [] | //package resources.version1.admin;
//
//import javax.ws.rs.BeanParam;
//import javax.ws.rs.Consumes;
//import javax.ws.rs.DELETE;
//import javax.ws.rs.GET;
//import javax.ws.rs.POST;
//import javax.ws.rs.PUT;
//import javax.ws.rs.Path;
//import javax.ws.rs.PathParam;
//import javax.ws.rs.Produces;
//import javax.ws.rs... | 2,106 | 0.722697 | 0.722222 | 72 | 28.25 | 19.53327 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.305556 | false | false | 0 |
a52ff043ba4449dda0afcc7f7406049dfb41644e | 14,534,169,350,896 | 07f2fa83cafb993cc107825223dc8279969950dd | /game_logic_server/src/main/java/com/xgame/logic/server/game/war/entity/WarFightParam.java | 4c2845343cd96d899b3763518fde317aefde0c05 | [] | no_license | hw233/x2-slg-java | https://github.com/hw233/x2-slg-java | 3f12a8ed700e88b81057bccc7431237fae2c0ff9 | 03dcdab55e94ee4450625404f6409b1361794cbf | refs/heads/master | 2020-04-27T15:42:10.982000 | 2018-09-27T08:35:27 | 2018-09-27T08:35:27 | 174,456,389 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.xgame.logic.server.game.war.entity;
import java.util.ArrayList;
import java.util.List;
import java.util.Set;
import com.xgame.logic.server.core.utils.collection.ConcurrentHashSet;
import com.xgame.logic.server.game.player.entity.Player;
import com.xgame.logic.server.game.war.constant.WarType;
import com.x... | UTF-8 | Java | 5,165 | java | WarFightParam.java | Java | [
{
"context": "ntity.model.WorldMarchSoldier;\n\n/**\n * \n * @author jacky.jiang\n *\n */\npublic class WarFightParam {\n\t\n\t/**\n\t * 进攻",
"end": 532,
"score": 0.9065984487533569,
"start": 521,
"tag": "USERNAME",
"value": "jacky.jiang"
}
] | null | [] | package com.xgame.logic.server.game.war.entity;
import java.util.ArrayList;
import java.util.List;
import java.util.Set;
import com.xgame.logic.server.core.utils.collection.ConcurrentHashSet;
import com.xgame.logic.server.game.player.entity.Player;
import com.xgame.logic.server.game.war.constant.WarType;
import com.x... | 5,165 | 0.729447 | 0.729447 | 265 | 17.773584 | 20.500198 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.215094 | false | false | 0 |
eef284f01938a9367244dd53c88ba74af7c2ff8f | 20,435,454,421,916 | b9696f4d952b85bfcaba24e4797a1b454d648c4d | /src/fas/com/sino/cmdb/vendor/entity/VendorOSVersion.java | 98c8f9b665da7b7f4b23ac76b0cbd8d7c224a25e | [] | no_license | biihgzcer/SinoBAS | https://github.com/biihgzcer/SinoBAS | f06dc9cc82c4131ce1545b57fc680a51e196f13b | a0583cd0a20e44dd949e359ab3b0890942680947 | refs/heads/master | 2020-03-16T18:13:58.231000 | 2018-05-10T07:34:14 | 2018-05-10T07:34:14 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* 文件名: VendorOSVersion.java
*
* 创建日期: 2014-2-13
*
* Copyright(C) 2014, by 崔雷.
*
* 原始作者: <a href="mailto:cuil@sino-bridge.com">崔雷</a>
*
*/
package com.sino.cmdb.vendor.entity;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import ja... | UTF-8 | Java | 2,063 | java | VendorOSVersion.java | Java | [
{
"context": "ght(C) 2014, by 崔雷.\r\n *\r\n * 原始作者: <a href=\"mailto:cuil@sino-bridge.com\">崔雷</a>\r\n *\r\n */\r\npackage com.sino.cmdb.vendor.en",
"end": 142,
"score": 0.9999298453330994,
"start": 122,
"tag": "EMAIL",
"value": "cuil@sino-bridge.com"
},
{
"context": "*\r\n * 原始作者: <... | null | [] | /*
* 文件名: VendorOSVersion.java
*
* 创建日期: 2014-2-13
*
* Copyright(C) 2014, by 崔雷.
*
* 原始作者: <a href="mailto:<EMAIL>">崔雷</a>
*
*/
package com.sino.cmdb.vendor.entity;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persisten... | 2,037 | 0.693827 | 0.684938 | 96 | 19.09375 | 18.331484 | 104 | true | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.052083 | false | false | 0 |
0b7d9334548c231154af1e33eb6a04a4121eb267 | 206,158,471,280 | dd88f63d8011e580c8989a4b0bf81ef2ed002d8a | /myweb/src/main/java/com/xbcai/myweb/controller/JpaController.java | 212c68377fa14bc0e0a6f626f2cc63dd289a5ab0 | [] | no_license | caixuanbin/DEMO | https://github.com/caixuanbin/DEMO | b792e2284452181c034d5d4bcb3becada45794c4 | 93d332ff62f77782c8f407c02b59f04b7b81b81b | refs/heads/master | 2022-12-22T18:35:47.493000 | 2019-06-17T09:06:06 | 2019-06-17T09:06:06 | 163,907,621 | 0 | 0 | null | false | 2022-12-15T23:37:48 | 2019-01-03T01:23:00 | 2019-06-17T09:06:29 | 2022-12-15T23:37:45 | 122 | 1 | 0 | 3 | Java | false | false | package com.xbcai.myweb.controller;
import com.xbcai.myweb.jpa.SimpleUserRepository;
import com.xbcai.myweb.model.JpaUser;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.domain.PageRequest;
import org.springframework.data.domain.Slice;
import org.springframework.data.dom... | UTF-8 | Java | 991 | java | JpaController.java | Java | [
{
"context": " return repository.findByFristnameOrLastname(\"cai\");\n }\n @GetMapping(\"/queryPage\")\n public",
"end": 781,
"score": 0.698408842086792,
"start": 778,
"tag": "NAME",
"value": "cai"
},
{
"context": "turn repository.findByLastnameOrderByUsernameAsc(\"bin\"... | null | [] | package com.xbcai.myweb.controller;
import com.xbcai.myweb.jpa.SimpleUserRepository;
import com.xbcai.myweb.model.JpaUser;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.domain.PageRequest;
import org.springframework.data.domain.Slice;
import org.springframework.data.dom... | 991 | 0.771948 | 0.769929 | 29 | 33.172413 | 22.282 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.62069 | false | false | 0 |
dd902845024c1eed3f77fa99f6527740c2c04a9d | 26,491,358,290,998 | f31405a75f521fee1f5ad7f7b87167bf4dd9f346 | /src/main/java/dto/permission/PermissionDto.java | 607c0e3ec393ae8475caa5b8baa6c0e9a0be21f2 | [] | no_license | hua-1/tanke | https://github.com/hua-1/tanke | 39ca9edfa94021b3e5595c38a51ba0a52f5e379e | a7443c2c36d1a06d6713abd66c18b8ab0664a3ea | refs/heads/master | 2020-03-18T17:12:58.750000 | 2018-06-09T03:17:12 | 2018-06-09T03:17:12 | 135,013,937 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package dto.permission;
public class PermissionDto {
private String id;
private String permissionName;
private String menuUrl;
private String permissionCode;
private Integer permissionType;
private Integer permissionSort;
private String permissionImg;
private String parentId;
privat... | UTF-8 | Java | 2,714 | java | PermissionDto.java | Java | [] | null | [] | package dto.permission;
public class PermissionDto {
private String id;
private String permissionName;
private String menuUrl;
private String permissionCode;
private Integer permissionType;
private Integer permissionSort;
private String permissionImg;
private String parentId;
privat... | 2,714 | 0.66028 | 0.66028 | 121 | 21.429752 | 18.822716 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.330579 | false | false | 0 |
73f6fe79babb06e57884eb5ffd55ae5779c27545 | 13,477,607,385,552 | ed09c6f2c2fed9520211f6a51052acc7430af5b5 | /FileCompressor/src/datastructures/ArrayList.java | 41123cacfd3c5f8cfaa724fa53fa82ae949333a6 | [] | no_license | Saknet/TiraLabra | https://github.com/Saknet/TiraLabra | 073b0a1b6d291e3a9c067489790634374bd0763d | ca6b014bc0df13cc796f143c5cb278286a29b999 | refs/heads/master | 2021-01-01T17:00:47.064000 | 2015-06-21T21:13:10 | 2015-06-21T21:13:10 | 35,419,145 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package datastructures;
/**
* My version of Java's mighty ArrayList data structure.
* @param <E>
*/
public class ArrayList<E> {
private Object[] list;
private int size;
public ArrayList() {
this.list = new Object[256];
this.size = 0;
}
/**
* If lists size... | UTF-8 | Java | 1,722 | java | ArrayList.java | Java | [] | null | [] |
package datastructures;
/**
* My version of Java's mighty ArrayList data structure.
* @param <E>
*/
public class ArrayList<E> {
private Object[] list;
private int size;
public ArrayList() {
this.list = new Object[256];
this.size = 0;
}
/**
* If lists size... | 1,722 | 0.54007 | 0.534262 | 72 | 22.916666 | 20.580297 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.347222 | false | false | 0 |
f865615cee6cfa228f73732bb5923d830251f422 | 23,570,780,534,940 | 8ce4c85dcacb8bd2f97e15f62cc3a8687e12209f | /ugc-sso-client/src/main/java/com/ugc/sso/client/common/Constant.java | b8c00cd00d651c210d5320cb9f51cc2dd301f5ba | [] | no_license | chenyu2016/ugc-sso-parent | https://github.com/chenyu2016/ugc-sso-parent | 17bf8ff4535af9fb49c69623c27ff55de448346e | 8246f3c0073f34ecad00cca5644b3903d216fde9 | refs/heads/master | 2020-03-18T20:30:02.620000 | 2018-05-29T00:01:13 | 2018-05-29T00:01:13 | 135,153,540 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ugc.sso.client.common;
/**
* sso client 常量
* Created with IntelliJ IDEA.
* User: ChenYu
* Date: 2018/5/25
*/
public class Constant {
/**
* 登录session key
*/
public final static String SESSION_KEY = "user";
/**
* 登录cookie key
*/
public final static String COOKIE_KEY... | UTF-8 | Java | 740 | java | Constant.java | Java | [
{
"context": " client 常量\n * Created with IntelliJ IDEA.\n * User: ChenYu\n * Date: 2018/5/25\n */\npublic class Constant {\n",
"end": 101,
"score": 0.9127748608589172,
"start": 97,
"tag": "NAME",
"value": "Chen"
},
{
"context": "nt 常量\n * Created with IntelliJ IDEA.\n * User: ChenYu... | null | [] | package com.ugc.sso.client.common;
/**
* sso client 常量
* Created with IntelliJ IDEA.
* User: ChenYu
* Date: 2018/5/25
*/
public class Constant {
/**
* 登录session key
*/
public final static String SESSION_KEY = "user";
/**
* 登录cookie key
*/
public final static String COOKIE_KEY... | 740 | 0.561047 | 0.549419 | 40 | 16.200001 | 18.456978 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.175 | false | false | 0 |
50defda51f1ff61f2abce20df562efd1ad32ea91 | 14,508,399,538,480 | ddb31de8318abbf43a89e4ff62369756ac4f60ac | /src/找茬/Zhao.java | 23089a2edd6b6cf66209b45daa68ea140a29b76a | [] | no_license | huawangxin/lifeSmallExperiment | https://github.com/huawangxin/lifeSmallExperiment | 5cff612952c76aa53867a535d92c6f24314c6de0 | ce1679b37a793acf48f141e331f13702d76de388 | refs/heads/master | 2020-06-18T20:26:49.544000 | 2016-11-28T05:55:04 | 2016-11-28T05:55:04 | 74,941,702 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ÕÒ²ç;
import java.awt.Color;
import java.awt.Graphics;
import java.awt.Image;
import java.awt.Rectangle;
import java.awt.event.MouseEvent;
import javax.swing.ImageIcon;
import javax.swing.JFrame;
public class Zhao extends JFrame{
Image leftImage;
Image rightImage;
Rectangle rect[];
Rectangle clear[];
pu... | WINDOWS-1252 | Java | 1,397 | java | Zhao.java | Java | [] | null | [] | package ÕÒ²ç;
import java.awt.Color;
import java.awt.Graphics;
import java.awt.Image;
import java.awt.Rectangle;
import java.awt.event.MouseEvent;
import javax.swing.ImageIcon;
import javax.swing.JFrame;
public class Zhao extends JFrame{
Image leftImage;
Image rightImage;
Rectangle rect[];
Rectangle clear[];
pu... | 1,397 | 0.647144 | 0.592191 | 59 | 22.440678 | 16.755743 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.898305 | false | false | 0 |
58c47bf965966d023df8795da7e95b383517a2c1 | 12,455,405,168,821 | fb6e3bd8ba2f711e8db814697a885f38ac09f811 | /src/main/java/com/storemanagement/services/order/StatusService.java | 70c1f7e27199a49ea540bff6cf3e57f97a4c20c1 | [] | no_license | pdefratyka/StoreManagement | https://github.com/pdefratyka/StoreManagement | 0cec8f74ad1a357aa9f68ba4d1730ac9b9f69751 | 52f205f2aa03a3735fdcef59f3308eddcd538fd7 | refs/heads/master | 2020-03-11T08:33:58.224000 | 2018-10-16T20:31:51 | 2018-10-16T20:31:51 | 129,887,261 | 0 | 0 | null | false | 2018-05-27T15:36:01 | 2018-04-17T10:25:30 | 2018-04-27T13:55:36 | 2018-05-27T15:36:00 | 293 | 0 | 0 | 0 | Java | false | null | package com.storemanagement.services.order;
import com.storemanagement.entities.Status;
public interface StatusService {
Status getStatusByName(String name);
}
| UTF-8 | Java | 166 | java | StatusService.java | Java | [] | null | [] | package com.storemanagement.services.order;
import com.storemanagement.entities.Status;
public interface StatusService {
Status getStatusByName(String name);
}
| 166 | 0.813253 | 0.813253 | 7 | 22.714285 | 19.681131 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 0 |
d19c1e7949d3a8878b720fbc70d39b86dcaf9bca | 33,913,061,776,468 | f13ded84ed52291ae06f61e38b6aa918e45d4a5d | /app/src/main/java/com/yinaf/dragon/Content/Net/GetMemberBindedListAPI.java | c3514be03dc9ae3b974f862c60c6a226ac92109b | [] | no_license | 18649738669/YNFandroid | https://github.com/18649738669/YNFandroid | 5cf03c90d295ce6b967b228ad8002a998f389ad0 | 683d88f7d80e2991d57f277e9eeeb3e644b840fe | refs/heads/master | 2020-03-20T09:19:05.480000 | 2018-06-14T09:25:44 | 2018-06-14T09:25:44 | 137,333,638 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yinaf.dragon.Content.Net;
import com.android.volley.Request;
import com.yinaf.dragon.Content.Activity.LoginAct;
import com.yinaf.dragon.Content.Utils.ActivityCollector;
import com.yinaf.dragon.Tool.APP.Builds;
import com.yinaf.dragon.Tool.DB.SPHelper;
import com.yinaf.dragon.Tool.Utils.JSONUtils;
import co... | UTF-8 | Java | 2,036 | java | GetMemberBindedListAPI.java | Java | [] | null | [] | package com.yinaf.dragon.Content.Net;
import com.android.volley.Request;
import com.yinaf.dragon.Content.Activity.LoginAct;
import com.yinaf.dragon.Content.Utils.ActivityCollector;
import com.yinaf.dragon.Tool.APP.Builds;
import com.yinaf.dragon.Tool.DB.SPHelper;
import com.yinaf.dragon.Tool.Utils.JSONUtils;
import co... | 2,036 | 0.703518 | 0.69799 | 69 | 27.84058 | 24.156269 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.492754 | false | false | 0 |
255469f89f4e75c279107cb53bf2a7efff13d800 | 11,493,332,503,576 | 97a6429a5431410d559c62229938b0bea6a8da74 | /app/src/main/java/com/example/androidtest/activity/screens/logreg/RegisterActivity.java | ca23ba4998579a7d59f23fc3016fc1fde8da9a90 | [] | no_license | bervlad/dressApp | https://github.com/bervlad/dressApp | ff13616897ecd4d051192d687431f857002f72b7 | 78e3060e6f8ad47e39cf1bac33f40b2ac1fb8dd3 | refs/heads/master | 2023-01-06T12:34:50.059000 | 2020-11-01T17:25:54 | 2020-11-01T17:25:54 | 294,399,066 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.androidtest.activity.screens.logreg;
import androidx.appcompat.widget.AppCompatButton;
import androidx.appcompat.widget.AppCompatEditText;
import android.os.Bundle;
import android.view.View;
import com.example.androidtest.R;
import com.google.firebase.auth.FirebaseAuth;
public class RegisterActi... | UTF-8 | Java | 1,544 | java | RegisterActivity.java | Java | [
{
"context": "sword);\n user = findViewById(R.id.editText_username);\n regButton = findViewById(R.id.button_re",
"end": 1151,
"score": 0.49692171812057495,
"start": 1143,
"tag": "USERNAME",
"value": "username"
}
] | null | [] | package com.example.androidtest.activity.screens.logreg;
import androidx.appcompat.widget.AppCompatButton;
import androidx.appcompat.widget.AppCompatEditText;
import android.os.Bundle;
import android.view.View;
import com.example.androidtest.R;
import com.google.firebase.auth.FirebaseAuth;
public class RegisterActi... | 1,544 | 0.693653 | 0.693653 | 51 | 29.294117 | 23.755531 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.607843 | false | false | 0 |
3095ff690b5d8cf8da9f1a213f5b8ff4d62828b7 | 19,791,209,321,151 | 352aae0466253724aff631aea6566839c4336320 | /core/src/test/java/org/elasticsearch/index/translog/SnapshotMatchers.java | fa95224a7e1b86412c88f236da153acc29315aa7 | [
"Apache-2.0"
] | permissive | beihuxiansheng/elasticsearch-token | https://github.com/beihuxiansheng/elasticsearch-token | 94abe11e64cd0a09252194f1d3796049379820b2 | a5d6ea630b053385d7b86feeb31058a3f7865b0d | refs/heads/master | 2020-03-29T15:28:33.208000 | 2017-06-19T07:19:45 | 2017-06-19T07:19:45 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | begin_unit|revision:0.9.5;language:Java;cregit-version:0.0.1
begin_comment
comment|/* * Licensed to Elasticsearch under one or more contributor * license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright * ownership. Elasticsearch licenses this file to you u... | UTF-8 | Java | 8,445 | java | SnapshotMatchers.java | Java | [] | null | [] | begin_unit|revision:0.9.5;language:Java;cregit-version:0.0.1
begin_comment
comment|/* * Licensed to Elasticsearch under one or more contributor * license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright * ownership. Elasticsearch licenses this file to you u... | 8,445 | 0.778449 | 0.776909 | 565 | 13.945133 | 33.826817 | 796 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.061947 | false | false | 0 |
71f00d6ffd9e4145989ed8273f53dba7c1e721c4 | 6,502,580,527,746 | 47e2cd9820fa5b5cdb80b5710e81e5b910026199 | /MakeApp/app/src/main/java/com/irvin/makeapp/Adapters/StockInDetailsAdapter.java | 9619f700f6016df19b323c49edac2f341ab7a512 | [] | no_license | irvintanutan/MK-APP | https://github.com/irvintanutan/MK-APP | 32e869f4a51487d517b02ec35ff5fbb7003e35a3 | 49f8af36da9091993db7c8546537035d84ee10c4 | refs/heads/master | 2022-10-25T15:55:58.137000 | 2020-03-17T10:13:17 | 2020-03-17T10:13:17 | 227,558,611 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.irvin.makeapp.Adapters;
import android.content.Context;
import android.graphics.Color;
import android.graphics.drawable.ColorDrawable;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Button;
import android.widget.EditText;
import android.wi... | UTF-8 | Java | 7,116 | java | StockInDetailsAdapter.java | Java | [
{
"context": ".recyclerview.widget.RecyclerView;\n\n/**\n * @author irvin\n */\npublic class StockInDetailsAdapter extends Re",
"end": 753,
"score": 0.993867039680481,
"start": 748,
"tag": "USERNAME",
"value": "irvin"
}
] | null | [] | package com.irvin.makeapp.Adapters;
import android.content.Context;
import android.graphics.Color;
import android.graphics.drawable.ColorDrawable;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Button;
import android.widget.EditText;
import android.wi... | 7,116 | 0.630025 | 0.62876 | 195 | 35.487179 | 29.058624 | 127 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.635897 | false | false | 0 |
a231eaf64626150885e5af904657f3f86ab32801 | 12,438,225,319,079 | b067f096e7eb8e4bbd23a0e143271fd4d0b61e62 | /portlets/lecture2go-portlet/docroot/WEB-INF/src/de/uhh/l2g/plugins/model/impl/SegmentCacheModel.java | 2489e79eea7dc7b94fa46b7fc8dc187beaecac12 | [] | no_license | sangeethasanthosh/plugins-sdk-6.2 | https://github.com/sangeethasanthosh/plugins-sdk-6.2 | 4712946df2c75a6aafbd9d293c490b1408768c66 | 35908062adadbcbcd57bafd77ae957053aa737cc | refs/heads/master | 2021-01-24T14:45:34.663000 | 2014-08-18T14:46:35 | 2014-08-18T14:46:35 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Copyright (c) 2000-2013 Liferay, Inc. All rights reserved.
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
* Software Foundation; either version 2.1 of the License, or (at your option)
* any later... | UTF-8 | Java | 3,877 | java | SegmentCacheModel.java | Java | [
{
"context": "epresenting Segment in entity cache.\n *\n * @author Iavor Sturm\n * @see Segment\n * @generated\n */\npublic class Se",
"end": 1033,
"score": 0.9992233514785767,
"start": 1022,
"tag": "NAME",
"value": "Iavor Sturm"
}
] | null | [] | /**
* Copyright (c) 2000-2013 Liferay, Inc. All rights reserved.
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
* Software Foundation; either version 2.1 of the License, or (at your option)
* any later... | 3,872 | 0.706732 | 0.703121 | 174 | 21.287355 | 19.932016 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.844828 | false | false | 0 |
f6fec443939d53345da0240ea2037cbbae7a71a7 | 33,552,284,536,300 | 107aa8c310e8e95c6ec059d18ab9887d54f15f87 | /src/ditl/sim/pnt/MessageDefaultReport.java | ce81d401192a8dc4c8467637be950bab3bee4864 | [] | no_license | reboz86/offloading-simulator | https://github.com/reboz86/offloading-simulator | ff19e84fde0f07ec91ee02344f82c89a90ef68c8 | 2216f4271a70e699a4362ef8d176bc928186a50c | refs/heads/master | 2020-07-21T12:00:34.606000 | 2014-03-18T18:37:08 | 2014-03-18T18:37:08 | 17,805,398 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ditl.sim.pnt;
import java.io.IOException;
import java.io.OutputStream;
import java.util.ArrayList;
import java.util.Collection;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.apache.commons.cli.CommandLine;
import org.apache.commons.cli.ParseException;
import ditl.Bus;
impo... | UTF-8 | Java | 9,637 | java | MessageDefaultReport.java | Java | [] | null | [] | package ditl.sim.pnt;
import java.io.IOException;
import java.io.OutputStream;
import java.util.ArrayList;
import java.util.Collection;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.apache.commons.cli.CommandLine;
import org.apache.commons.cli.ParseException;
import ditl.Bus;
impo... | 9,637 | 0.693266 | 0.690775 | 348 | 26.689655 | 26.001905 | 124 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.198276 | false | false | 0 |
065286dae7fc5bc596c8cc8941233eae112d610d | 21,698,174,781,847 | 3e1dbc4c640dc36070e83fecd4aa02b5b7be039a | /BpitMentorshipPlatform/bpitIndiaMentorshipPlatform/common/src/main/java/bpit/india/mentorship/service/GetFilePathFromLibraryIdAndDownloadService.java | d2651db80e85a0434aa631885db3836a67ae3483 | [] | no_license | ruchitjain/BPITConnect | https://github.com/ruchitjain/BPITConnect | 7eda15a6271de5ec9e28a05bda09905d7967302a | 0f7dc98093492b160e2f1032fcf3e751050e3bda | refs/heads/master | 2021-07-11T20:52:34.533000 | 2017-10-16T14:14:43 | 2017-10-16T14:14:43 | 106,990,737 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package bpit.india.mentorship.service;
import java.io.File;
import java.io.FileInputStream;
import javax.activation.MimetypesFileTypeMap;
import javax.servlet.http.HttpServletResponse;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import bpit.india.ment... | UTF-8 | Java | 1,532 | java | GetFilePathFromLibraryIdAndDownloadService.java | Java | [] | null | [] | package bpit.india.mentorship.service;
import java.io.File;
import java.io.FileInputStream;
import javax.activation.MimetypesFileTypeMap;
import javax.servlet.http.HttpServletResponse;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import bpit.india.ment... | 1,532 | 0.743473 | 0.743473 | 58 | 25.413794 | 30.485743 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.327586 | false | false | 0 |
5c1eba7d8f19c17dbf80f51ae24d8676ca87669e | 10,333,691,353,856 | 67049933caf84aaa9ec2c17b0f5bad4513f9b46a | /src/com/dhc/pattern/factory/abstractfactory/AbstractFactoryTest.java | e09fc0b72fad79881bcb9b0f23073e7b23f43cec | [] | no_license | dinghongchao/DesignPatterns | https://github.com/dinghongchao/DesignPatterns | 90cb442810f5b7673bd7d38141bd07eac9ed5802 | a1ca5abdfca16d714b2aa0f01fc6e302748f29e0 | refs/heads/master | 2020-04-28T00:18:13.578000 | 2019-03-14T23:46:34 | 2019-03-14T23:46:34 | 174,810,416 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.dhc.pattern.factory.abstractfactory;
import com.dhc.pattern.factory.ISms;
public class AbstractFactoryTest {
public static void main(String[] args) {
MarketSmsAbsFactory marketSmsAbsFactory = new MarketSmsAbsFactory();
ISms sms = marketSmsAbsFactory.createSms();
sms.send();
... | UTF-8 | Java | 413 | java | AbstractFactoryTest.java | Java | [] | null | [] | package com.dhc.pattern.factory.abstractfactory;
import com.dhc.pattern.factory.ISms;
public class AbstractFactoryTest {
public static void main(String[] args) {
MarketSmsAbsFactory marketSmsAbsFactory = new MarketSmsAbsFactory();
ISms sms = marketSmsAbsFactory.createSms();
sms.send();
... | 413 | 0.702179 | 0.702179 | 14 | 28.5 | 24.441622 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 0 |
ce80facc1cbbc9bdf4603ee6ab08079ec9036ed0 | 29,798,483,126,053 | bdc32057ba5ea0ce74ef3a31377de8005d817800 | /database/detector-oracle/src/main/java/com/cbmiddleware/detector/oracle/OracleDetectTableSizeResponse.java | 1cdb065ec0c2fb4038b2cd345b081cce45620074 | [
"Apache-2.0"
] | permissive | ChenBoEason/detector | https://github.com/ChenBoEason/detector | 4fe75c57b7ad90f10b3064678b60dfbc4fd3a4af | 463324bc2b6d9e656796bf28643b1001f3c9c002 | refs/heads/master | 2022-07-09T12:39:15.365000 | 2020-12-10T01:32:51 | 2020-12-10T01:32:51 | 249,877,392 | 6 | 3 | Apache-2.0 | false | 2022-06-21T03:03:38 | 2020-03-25T03:24:30 | 2020-12-10T01:32:54 | 2022-06-21T03:03:36 | 132 | 1 | 1 | 7 | Java | false | false | package com.cbmiddleware.detector.oracle;
import com.cbmiddleware.detector.AbstractDetectResponse;
/**
* @author Eason(bo.chenb)
* @description
* @date 2020-03-12
**/
public class OracleDetectTableSizeResponse extends AbstractDetectResponse {
}
| UTF-8 | Java | 251 | java | OracleDetectTableSizeResponse.java | Java | [
{
"context": "e.detector.AbstractDetectResponse;\n\n/**\n * @author Eason(bo.chenb)\n * @description\n * @date 2020-03-12\n **",
"end": 121,
"score": 0.9932966828346252,
"start": 116,
"tag": "NAME",
"value": "Eason"
},
{
"context": "tor.AbstractDetectResponse;\n\n/**\n * @author Easo... | null | [] | package com.cbmiddleware.detector.oracle;
import com.cbmiddleware.detector.AbstractDetectResponse;
/**
* @author Eason(bo.chenb)
* @description
* @date 2020-03-12
**/
public class OracleDetectTableSizeResponse extends AbstractDetectResponse {
}
| 251 | 0.784861 | 0.752988 | 11 | 21.818182 | 24.296719 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.181818 | false | false | 0 |
887c48e5206bf6bc757c41b57502b5eafce58464 | 2,388,001,827,946 | 04b762f76816b46b784ec51a641dcaeb74778e2d | /kodilla-testing/src/test/java/com/kodilla/testing/shape/ShapeCollectorTestSuite.java | 19442db989e991ce67d96899229e21a7657cb720 | [] | no_license | MichalBobrowski/kodillaTesting | https://github.com/MichalBobrowski/kodillaTesting | 77ceb086691b441f9f57d9a46dcd3a6e288f0fa3 | 8cad6226b011572ac48ab170f7e28c3bff0a8b07 | refs/heads/master | 2021-01-15T20:09:30.933000 | 2017-12-18T23:38:33 | 2017-12-18T23:38:33 | 99,845,169 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kodilla.testing.shape;
import org.junit.Assert;
import org.junit.Test;
public class ShapeCollectorTestSuite {
@Test
public void testAddFigure(){
ShapeCollector testShapeCollector = new ShapeCollector();
testShapeCollector.addFigure(new Square(10.0));
testSh... | UTF-8 | Java | 1,671 | java | ShapeCollectorTestSuite.java | Java | [] | null | [] | package com.kodilla.testing.shape;
import org.junit.Assert;
import org.junit.Test;
public class ShapeCollectorTestSuite {
@Test
public void testAddFigure(){
ShapeCollector testShapeCollector = new ShapeCollector();
testShapeCollector.addFigure(new Square(10.0));
testSh... | 1,671 | 0.687014 | 0.663674 | 52 | 31.153847 | 27.227238 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.615385 | false | false | 0 |
d22734fc9403de3d3427df7e112051e18dee98aa | 11,879,879,563,859 | 14b478da5004cb885ba426ec07621dc3b0c7519c | /src/com/auronic/WinBoard.java | 3957819e83acb2f0cf2cc949fa230f1c6eee4441 | [] | no_license | mattschueler/UltimateTicTacToe | https://github.com/mattschueler/UltimateTicTacToe | 3a521bc6ed6c65f2e89115ef611a37bb98bb1374 | a37a25f67bd0a37d3e301fb1883440c1d1515910 | refs/heads/master | 2021-01-01T05:35:02.227000 | 2014-08-28T18:46:11 | 2014-08-28T18:46:11 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.auronic;
import java.awt.Dimension;
import java.awt.Font;
import java.util.HashMap;
import javax.swing.JLabel;
import javax.swing.JPanel;
import javax.swing.JSeparator;
import javax.swing.SpringLayout;
import javax.swing.SwingConstants;
public class WinBoard extends JPanel {
private static final long se... | UTF-8 | Java | 3,088 | java | WinBoard.java | Java | [] | null | [] | package com.auronic;
import java.awt.Dimension;
import java.awt.Font;
import java.util.HashMap;
import javax.swing.JLabel;
import javax.swing.JPanel;
import javax.swing.JSeparator;
import javax.swing.SpringLayout;
import javax.swing.SwingConstants;
public class WinBoard extends JPanel {
private static final long se... | 3,088 | 0.693329 | 0.661917 | 76 | 39.63158 | 36.266499 | 154 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.723684 | false | false | 0 |
9c0fbf187135508b0054b52b7e214108b7717fb9 | 11,879,879,562,863 | eb2eb7f2bc11e9d8836feecefea45424e1b9398d | /app/src/main/java/fi/bitrite/android/ws/api/ServiceFactory.java | 6c5cd558d8e91d46ca08123c08cae0d69eaf3eaf | [
"Apache-2.0"
] | permissive | Poussinou/wsandroid | https://github.com/Poussinou/wsandroid | fddab3b4eb3a349a0b12035d7a4cbe39e7897a2c | 944d20606f7116f6fb859e8b2e0bdef4d19e2151 | refs/heads/master | 2022-02-01T20:05:46.370000 | 2019-03-27T20:05:38 | 2019-03-27T22:04:26 | 186,295,552 | 0 | 0 | Apache-2.0 | true | 2019-05-12T19:28:22 | 2019-05-12T19:28:22 | 2019-04-14T22:21:58 | 2019-03-27T23:04:00 | 6,592 | 0 | 0 | 0 | null | false | false | package fi.bitrite.android.ws.api;
import com.google.gson.FieldNamingPolicy;
import com.google.gson.Gson;
import com.google.gson.GsonBuilder;
import java.util.Date;
import fi.bitrite.android.ws.api.interceptors.DefaultInterceptor;
import fi.bitrite.android.ws.api.interceptors.HeaderInterceptor;
import fi.bitrite.and... | UTF-8 | Java | 3,528 | java | ServiceFactory.java | Java | [] | null | [] | package fi.bitrite.android.ws.api;
import com.google.gson.FieldNamingPolicy;
import com.google.gson.Gson;
import com.google.gson.GsonBuilder;
import java.util.Date;
import fi.bitrite.android.ws.api.interceptors.DefaultInterceptor;
import fi.bitrite.android.ws.api.interceptors.HeaderInterceptor;
import fi.bitrite.and... | 3,528 | 0.69983 | 0.697846 | 77 | 44.81818 | 29.189363 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.545455 | false | false | 0 |
7755afd19aa032146ca7ece72b019aa297a301bd | 29,618,094,492,114 | 185c7e7c6d26483c583466ba5c4ea789ed01eecd | /src/main/java/com/booknara/problem/tree/FindDuplicateSubtrees.java | 13d46062a360a7324d819553fcb8dca09b7ddf54 | [
"MIT"
] | permissive | booknara/playground | https://github.com/booknara/playground | 49d92d450438f6e7912e85c82e010cc4f1631891 | 60e2097d00097956132688a404c4de3def19c549 | refs/heads/master | 2023-08-17T06:30:55.874000 | 2023-08-11T15:16:45 | 2023-08-11T15:16:45 | 226,968,158 | 2 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.booknara.problem.tree;
import com.booknara.problem.common.TreeNode;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
/**
* 652. Find Duplicate Subtrees (Medium)
* https://leetcode.com/problems/find-duplicate-subtrees/
*/
public class FindDuplicateSubtr... | UTF-8 | Java | 1,100 | java | FindDuplicateSubtrees.java | Java | [] | null | [] | package com.booknara.problem.tree;
import com.booknara.problem.common.TreeNode;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
/**
* 652. Find Duplicate Subtrees (Medium)
* https://leetcode.com/problems/find-duplicate-subtrees/
*/
public class FindDuplicateSubtr... | 1,100 | 0.590909 | 0.585455 | 43 | 24.581396 | 21.672222 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.790698 | false | false | 0 |
a03c3bae488caf127dc65c6d5b6039a688af7ac4 | 23,613,730,233,493 | 8431670cfc1c4d6385ebf77a6f7eccacdbc50ceb | /GuiaPractica/PracticaGuiada/Ejercicio3.java | 131e53ee9da0653df3e7ba266d7e56c83df73208 | [] | no_license | ianklebold/java-info-2021 | https://github.com/ianklebold/java-info-2021 | 4966015e9de0bfc3a92e30ae2739f74c265c4350 | 1eded23ca12ed6d3101fc1c1281a24e024440fcb | refs/heads/main | 2023-05-29T00:21:00.794000 | 2021-06-06T00:38:55 | 2021-06-06T00:38:55 | 374,236,792 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
Tendremos un sistema que debe clasificar
el resultado de una evaluación.
Como dato de entrada tendremos un entero
y como resultado un String de la clasificación
*/
package PracticaGuiada;
public class Ejercicio3 {
public static void eje3(int nota){
if (nota > 92){
System.out.println(... | UTF-8 | Java | 772 | java | Ejercicio3.java | Java | [] | null | [] | /*
Tendremos un sistema que debe clasificar
el resultado de una evaluación.
Como dato de entrada tendremos un entero
y como resultado un String de la clasificación
*/
package PracticaGuiada;
public class Ejercicio3 {
public static void eje3(int nota){
if (nota > 92){
System.out.println(... | 772 | 0.602597 | 0.58961 | 38 | 19.236841 | 16.974337 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.157895 | false | false | 0 |
5b0216efabf8f1a0430035ca2bad24333157b1dc | 14,336,600,846,596 | 25ab2ae4785a68f8e71894db21ce99603a4762ba | /hyjal-boot-starter/hyjal-boot-starter-datasource/src/test/java/com/funnycode/hyjal/db/core/TestDb2Mapper.java | 88e220a708d9004091328aa4db04e9ee3e935f5e | [] | no_license | funnycode-hz/hyjal-boot | https://github.com/funnycode-hz/hyjal-boot | f5bd954720a185198679e45a0bbf2549ab7f2319 | 619056527a8f08dede0e00b9dd20a59e3795be83 | refs/heads/master | 2020-04-30T20:05:10.345000 | 2019-03-25T01:45:02 | 2019-03-25T01:45:02 | 177,056,292 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.funnycode.hyjal.db.core;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.annotations.Select;
/**
* @author tc
* @date 2019-03-24
*/
@Mapper
public interface TestDb2Mapper {
@Select("select user_id from account_tbl WHERE id = #{id}")... | UTF-8 | Java | 366 | java | TestDb2Mapper.java | Java | [
{
"context": ".apache.ibatis.annotations.Select;\n\n/**\n * @author tc\n * @date 2019-03-24\n */\n@Mapper\npublic interface ",
"end": 190,
"score": 0.9946239590644836,
"start": 188,
"tag": "USERNAME",
"value": "tc"
}
] | null | [] | package com.funnycode.hyjal.db.core;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.annotations.Select;
/**
* @author tc
* @date 2019-03-24
*/
@Mapper
public interface TestDb2Mapper {
@Select("select user_id from account_tbl WHERE id = #{id}")... | 366 | 0.721311 | 0.696721 | 17 | 20.529411 | 20.471264 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.294118 | false | false | 0 |
9f38f05de75954de264e959ec753def042f46ee5 | 6,528,350,337,230 | c93605112d2b453b7d4be9778b08b227b658f813 | /mysite03/src/main/java/com/douzone/mysite/vo/PageVo.java | 021a821302b830a7814f9db4695862f84909ad42 | [] | no_license | Jung-jinwoo/mysite | https://github.com/Jung-jinwoo/mysite | 06eb4ae88969212ff3d9e7841ca28c22055cd339 | 2cbe065f4e0b1640c0d3de34a272b6fe1e4cdb5e | refs/heads/master | 2023-08-28T15:35:07.740000 | 2021-11-12T02:35:01 | 2021-11-12T02:35:01 | 416,152,686 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.douzone.mysite.vo;
public class PageVo {
private int currentno; // 현재 번호
private int prev; // 이전 번호
private int next; // 다음 번호
private double totalpage; // 페이지 최종 크기
private int start;
private int end;
private String kwd="";
public String getKwd() {
return kwd;
}
public void setKwd(String kw... | UTF-8 | Java | 1,247 | java | PageVo.java | Java | [] | null | [] | package com.douzone.mysite.vo;
public class PageVo {
private int currentno; // 현재 번호
private int prev; // 이전 번호
private int next; // 다음 번호
private double totalpage; // 페이지 최종 크기
private int start;
private int end;
private String kwd="";
public String getKwd() {
return kwd;
}
public void setKwd(String kw... | 1,247 | 0.638544 | 0.638544 | 63 | 18.190475 | 17.805704 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.666667 | false | false | 0 |
7b17e46688f408f566f0d0b1f11a660dfe647a01 | 12,335,146,119,512 | a1c9e069d3cb754e39ecb66d03ef1c77eb097078 | /app/src/main/java/com/kw/top/adapter/CommentAdapter.java | 66b3f60c0d2bdfa8fd082ab2dbefdd89d5887a4f | [] | no_license | huang2177/TopNew | https://github.com/huang2177/TopNew | 1dac76016bda9164069ec99ab10667814319c66e | 9a9182b6c992d6f9d9718da2c4b3e4986396f723 | refs/heads/master | 2020-03-29T11:48:57.314000 | 2018-10-11T06:49:15 | 2018-10-11T06:49:15 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kw.top.adapter;
import android.content.Context;
import android.support.annotation.NonNull;
import android.support.v7.widget.RecyclerView;
import android.text.Html;
import android.text.TextPaint;
import android.text.TextUtils;
import android.text.style.ClickableSpan;
import android.view.LayoutInflater;
impo... | UTF-8 | Java | 4,188 | java | CommentAdapter.java | Java | [
{
"context": "circleimageview.CircleImageView;\n\n/**\n * author : zy\n * date : 2018/6/30\n * des :\n */\n\npublic c",
"end": 862,
"score": 0.9993740320205688,
"start": 860,
"tag": "USERNAME",
"value": "zy"
}
] | null | [] | package com.kw.top.adapter;
import android.content.Context;
import android.support.annotation.NonNull;
import android.support.v7.widget.RecyclerView;
import android.text.Html;
import android.text.TextPaint;
import android.text.TextUtils;
import android.text.style.ClickableSpan;
import android.view.LayoutInflater;
impo... | 4,188 | 0.67664 | 0.674485 | 126 | 32.15873 | 27.716082 | 144 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.547619 | false | false | 0 |
d7b484b4785d31f05c04abcf2c8419c242413c8e | 14,302,241,132,700 | 2ea49bfaa6bc1b9301b025c5b2ca6fde7e5bb9df | /contributions/elias/java/Fundamentals/2016-06-18.java | b9132b46b23ca421cc5d6fb9a0fe24cb38f50f55 | [] | no_license | 0x8801/commit | https://github.com/0x8801/commit | 18f25a9449f162ee92945b42b93700e12fd4fd77 | e7692808585bc7e9726f61f7f6baf43dc83e28ac | refs/heads/master | 2021-10-13T08:04:48.200000 | 2016-12-20T01:59:47 | 2016-12-20T01:59:47 | 76,935,980 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | Uses of the `final` keyword
The distinction between overloading and overriding methods
Locks in `static synchronized` methods
Detect or prevent integer overflow
Supply `toString()` in all classes | UTF-8 | Java | 195 | java | 2016-06-18.java | Java | [] | null | [] | Uses of the `final` keyword
The distinction between overloading and overriding methods
Locks in `static synchronized` methods
Detect or prevent integer overflow
Supply `toString()` in all classes | 195 | 0.825641 | 0.825641 | 5 | 38.200001 | 10.514751 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0 | false | false | 0 |
f99449088867ca26639aec5e1d9acf7c3eab1b23 | 15,977,278,354,825 | 48f50f5e1911c0378626e38cadf9f69d066596e3 | /src/org/uv/dao/FactoryDAO.java | 35b6c4a772b7c7cd35b959570de3b58950a15214 | [] | no_license | AldoDiaz01/DAO_Empresa | https://github.com/AldoDiaz01/DAO_Empresa | 8cb7b2040dcb950dd9f258ac69f4d934f8c67977 | f33a1d9801ce3938229d214ee55d8166703a8942 | refs/heads/master | 2020-09-14T05:21:00.396000 | 2019-11-21T17:31:59 | 2019-11-21T17:31:59 | 223,031,325 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.uv.dao;
/**
*
* @author Kronoz
*/
public class FactoryDAO {
public enum Type{
DEPARTAMENTO, EMPLEADO
}
public static IDAOGeneral create(Type t){
IDAOGeneral dao = null;
switch(t){
case DEPARTAMENTO:
dao = new DAODepartamento();
... | UTF-8 | Java | 465 | java | FactoryDAO.java | Java | [
{
"context": "package org.uv.dao;\n\n/**\n *\n * @author Kronoz\n */\npublic class FactoryDAO {\n \n public enu",
"end": 45,
"score": 0.7428126931190491,
"start": 39,
"tag": "USERNAME",
"value": "Kronoz"
}
] | null | [] | package org.uv.dao;
/**
*
* @author Kronoz
*/
public class FactoryDAO {
public enum Type{
DEPARTAMENTO, EMPLEADO
}
public static IDAOGeneral create(Type t){
IDAOGeneral dao = null;
switch(t){
case DEPARTAMENTO:
dao = new DAODepartamento();
... | 465 | 0.486022 | 0.486022 | 24 | 18.375 | 13.591702 | 45 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 0 |
cb9adbe0cd98b240a889a74f8440132be3793b0b | 29,566,554,874,356 | 6cef7fc78cc935f733f3707fca94776effb94875 | /infra/kraken-ca/src/main/java/org/krakenapps/ca/impl/CertificateAuthorityImpl.java | 407d5746a567a2a176fc25ea82e01c1e3c2ff945 | [] | no_license | xeraph/kraken | https://github.com/xeraph/kraken | 1a5657d837caeaa8c6c045b24cd309d7184fd5b5 | a2b6fe120b5c7d7cde0309ec1d4c3335abef17a1 | refs/heads/master | 2021-01-20T23:36:48.613000 | 2013-01-15T01:03:44 | 2013-01-15T01:03:44 | 7,766,261 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright 2009 NCHOVY
*
* 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 wri... | UTF-8 | Java | 12,062 | java | CertificateAuthorityImpl.java | Java | [
{
"context": "/*\n * Copyright 2009 NCHOVY\n * \n * Licensed under the Apache License, Version",
"end": 27,
"score": 0.9577534794807434,
"start": 21,
"tag": "USERNAME",
"value": "NCHOVY"
},
{
"context": "cycastle.org/wiki/display/JA1/Home}\n * \n * @author xeraph\n * \n */\npublic cl... | null | [] | /*
* Copyright 2009 NCHOVY
*
* 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 wri... | 12,062 | 0.733709 | 0.729315 | 394 | 29.616751 | 27.835409 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.944162 | false | false | 0 |
6a68214f63033ef29c1fb8f85473ed80b964fec0 | 23,029,614,662,458 | 97c440ed05274bc42a2be634359172f425aed5ef | /app/src/main/java/com/media/live/utils/CLog.java | 3fbd4ea86c0408d2613c10c17f4b1a4e6d10ad0c | [] | no_license | silemelon/velinc | https://github.com/silemelon/velinc | bdd09bdf2760e2f7762abc973a5209c661319e87 | 958ea0bf50a513a7b38eb3e55724f248895d598e | refs/heads/master | 2016-08-09T07:10:51.465000 | 2016-04-11T02:10:37 | 2016-04-11T02:10:37 | 54,553,543 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.media.live.utils;
import android.util.Log;
/**
* Created by Silemelon on 3/22/16.
*/
public class CLog {
private static String TAG = "live";
private static String LEFT_BRACKET = "[";
private static String RIGHT_BRACKET = "]";
public static void setTag(String tag) {
... | UTF-8 | Java | 956 | java | CLog.java | Java | [
{
"context": "\r\n\r\nimport android.util.Log;\r\n\r\n/**\r\n * Created by Silemelon on 3/22/16.\r\n */\r\npublic class CLog {\r\n privat",
"end": 89,
"score": 0.8251021504402161,
"start": 80,
"tag": "USERNAME",
"value": "Silemelon"
}
] | null | [] | package com.media.live.utils;
import android.util.Log;
/**
* Created by Silemelon on 3/22/16.
*/
public class CLog {
private static String TAG = "live";
private static String LEFT_BRACKET = "[";
private static String RIGHT_BRACKET = "]";
public static void setTag(String tag) {
... | 956 | 0.561715 | 0.556485 | 40 | 21.9 | 17.865889 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.65 | false | false | 0 |
5a547ce0ea311cf3327008d74e56642730364089 | 23,029,614,662,177 | 12599e0b8e650926433c1979534144c0b4bf837a | /src/test/java/org/onap/dcaegen2/services/sonhms/model/PayloadTest.java | 537630c85a23251dfaf6dcc98a6cc975bd00e3e4 | [
"CC-BY-4.0",
"Apache-2.0"
] | permissive | onap/dcaegen2-services-son-handler | https://github.com/onap/dcaegen2-services-son-handler | 4b1efb4adc676ff7438d2bf0c7f2e05e48ba56cb | 36e77b1fb186c9b5ccbd38928f19871d05404d3c | refs/heads/master | 2023-08-31T20:25:19.822000 | 2023-03-30T07:03:00 | 2023-03-30T13:22:06 | 171,801,631 | 1 | 0 | NOASSERTION | false | 2021-06-29T18:54:00 | 2019-02-21T04:43:54 | 2021-06-21T15:37:09 | 2021-06-29T18:53:59 | 661 | 0 | 0 | 1 | Java | false | false | /*******************************************************************************
* ============LICENSE_START=======================================================
* son-handler
* ================================================================================
* Copyright (C) 2019 Wipro Limited.
* =========... | UTF-8 | Java | 2,168 | java | PayloadTest.java | Java | [] | null | [] | /*******************************************************************************
* ============LICENSE_START=======================================================
* son-handler
* ================================================================================
* Copyright (C) 2019 Wipro Limited.
* =========... | 2,168 | 0.524908 | 0.505535 | 62 | 33.967743 | 33.684959 | 119 | false | false | 0 | 0 | 0 | 0 | 81 | 0.073801 | 0.467742 | false | false | 0 |
edbae1fa58231207e0ed4aeb45868388078cb527 | 30,253,749,670,869 | 7a7de3e8ca380be6c250c56ee69a3073e943ef65 | /src/main/java/exercise/Ex3.java | 00e0aba0e627e9c3d7eb46eeb1ad8f86ba29c1c7 | [] | no_license | iniyanp/algo | https://github.com/iniyanp/algo | 2a2a040754cbcfdf7f869a8004034f62291e3f9c | e7e5084584d72fbc249ff1e915157b45fc9e1bb2 | refs/heads/master | 2022-04-29T21:06:52.123000 | 2022-03-14T00:52:15 | 2022-03-14T00:52:15 | 56,829,025 | 0 | 0 | null | false | 2020-11-20T04:47:34 | 2016-04-22T05:39:02 | 2020-11-20T04:47:19 | 2020-11-20T04:46:52 | 105 | 0 | 0 | 0 | Java | false | false | package exercise;
/**
* Created by paramin on 9/21/17.
*/
public class Ex3 {
public int solution(int A, int B) {
// write your code in Java SE 8
if(A == 0 && B == 0) return 0;
//To tackle leading zero.
if(A == 0 && B != 0) {
if(B > 100000000) return -1;
r... | UTF-8 | Java | 1,131 | java | Ex3.java | Java | [
{
"context": "package exercise;\n\n/**\n * Created by paramin on 9/21/17.\n */\npublic class Ex3 {\n\n public in",
"end": 44,
"score": 0.7291157841682434,
"start": 37,
"tag": "NAME",
"value": "paramin"
}
] | null | [] | package exercise;
/**
* Created by paramin on 9/21/17.
*/
public class Ex3 {
public int solution(int A, int B) {
// write your code in Java SE 8
if(A == 0 && B == 0) return 0;
//To tackle leading zero.
if(A == 0 && B != 0) {
if(B > 100000000) return -1;
r... | 1,131 | 0.488064 | 0.447392 | 50 | 21.620001 | 20.605717 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.44 | false | false | 0 |
d3640f19ff048d88b4ff40ea17027ce62a027791 | 1,116,691,545,790 | e664eb7cccdac5ceb4264dae91500a9f46e7e5df | /src/Screen3_HomeController.java | 55b97a5352662caa3cc413ca8249e5889cff4254 | [] | no_license | zhr1996/Foodtruck | https://github.com/zhr1996/Foodtruck | 928464e616093631836d10ce1f558603867b81e2 | 8ec246991090c8c8aee1af5927b6f9b7aeea9bcd | refs/heads/main | 2023-02-09T14:06:20.628000 | 2020-12-30T21:56:55 | 2020-12-30T21:56:55 | 325,655,086 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import com.sun.tracing.dtrace.FunctionAttributes;
import javafx.event.ActionEvent;
import javafx.fxml.FXML;
import javafx.fxml.FXMLLoader;
import javafx.scene.Node;
import javafx.scene.Parent;
import javafx.scene.text.Text;
import javafx.stage.Stage;
import java.io.IOException;
public class Screen3_HomeController {... | UTF-8 | Java | 3,089 | java | Screen3_HomeController.java | Java | [] | null | [] | import com.sun.tracing.dtrace.FunctionAttributes;
import javafx.event.ActionEvent;
import javafx.fxml.FXML;
import javafx.fxml.FXMLLoader;
import javafx.scene.Node;
import javafx.scene.Parent;
import javafx.scene.text.Text;
import javafx.stage.Stage;
import java.io.IOException;
public class Screen3_HomeController {... | 3,089 | 0.65976 | 0.655552 | 92 | 32.576088 | 28.79207 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.423913 | false | false | 0 |
2a4bb31dbcca6127cec8a106a2a457853c73d05a | 31,585,189,565,557 | aafc0ee1446959d0c6c144755c5730f27d6be2c2 | /JSelector/src/cl/jazocar/jselector/sys/dto/RolDTO.java | 3964d11476d431ffa2009a88000341d0bc5ad452 | [] | no_license | jazocar/jhuman | https://github.com/jazocar/jhuman | 2f4ab5c23f38c99bd0088e0f8b5105d6c2ef7c41 | 94566e517e0d35a2d0bfb4d2130d9ef0666edb98 | refs/heads/master | 2020-06-02T13:50:06.246000 | 2015-03-25T02:31:31 | 2015-03-25T02:31:31 | 31,962,894 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cl.jazocar.jselector.sys.dto;
import cl.jazocar.jselector.dto.ResponseDTO;
public class RolDTO extends ResponseDTO{
private int id;
private String nombreRol;
private String estado;
/**
*
*/
public RolDTO() {
}
/**
* @param nombreRol
*/
public RolDTO(String nombreRo... | UTF-8 | Java | 1,180 | java | RolDTO.java | Java | [] | null | [] | package cl.jazocar.jselector.sys.dto;
import cl.jazocar.jselector.dto.ResponseDTO;
public class RolDTO extends ResponseDTO{
private int id;
private String nombreRol;
private String estado;
/**
*
*/
public RolDTO() {
}
/**
* @param nombreRol
*/
public RolDTO(String nombreRo... | 1,180 | 0.592373 | 0.592373 | 72 | 14.388889 | 14.051053 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.291667 | false | false | 0 |
c008b36d657e2a440f65b5125d915701eac4820b | 30,408,368,509,689 | 0daec693a11fee436ab9cc03cceb2c946f024457 | /domain/src/main/java/com/kortain/windo/domain/repository/RepositoryCallback.java | d7c3331369ebcc50c4aeebfede3330a31570d795 | [] | no_license | harshitha93/Windo | https://github.com/harshitha93/Windo | e5110918629ae422e49c487bcd7a25d81f1a2f8b | a165e752b5b4d44dc754a3b0a62143c67e4e5072 | refs/heads/master | 2020-03-22T09:03:24.423000 | 2018-05-15T09:11:46 | 2018-05-15T09:11:47 | 139,811,245 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kortain.windo.domain.repository;
/**
* Created by satiswardash on 25/04/18.
*/
public interface RepositoryCallback {
void onError(String message);
}
| UTF-8 | Java | 170 | java | RepositoryCallback.java | Java | [
{
"context": "ortain.windo.domain.repository;\n\n/**\n * Created by satiswardash on 25/04/18.\n */\n\npublic interface RepositoryCall",
"end": 76,
"score": 0.9995229244232178,
"start": 64,
"tag": "USERNAME",
"value": "satiswardash"
}
] | null | [] | package com.kortain.windo.domain.repository;
/**
* Created by satiswardash on 25/04/18.
*/
public interface RepositoryCallback {
void onError(String message);
}
| 170 | 0.729412 | 0.694118 | 10 | 16 | 18.368452 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 0 |
76890adaa624d0b1d85fcee203e6b20412167f9e | 22,316,650,105,772 | f33dbe17ea64447bf3749c2e0d7d599d1d20e135 | /AccountOperationsException.java | 1dcd82d415bf5c016e35940e5eb932217744b03d | [] | no_license | s21350/tut13 | https://github.com/s21350/tut13 | 3607d75de731aafa880afe6aba66461bcc07a591 | 9cc53767af9cc3c8830f719109cfdf000f644c6d | refs/heads/master | 2022-11-05T15:36:24.790000 | 2020-06-17T22:57:17 | 2020-06-17T22:57:17 | 273,094,112 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.company;
public class AccountOperationsException extends Exception {
}
| UTF-8 | Java | 88 | java | AccountOperationsException.java | Java | [] | null | [] | package com.company;
public class AccountOperationsException extends Exception {
}
| 88 | 0.795455 | 0.795455 | 4 | 20 | 23.885141 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 0 |
08d0d9273680c94b2256f04c758d6329f3cfb46c | 22,316,650,103,711 | 47141f128d0cbb7ce6ca80ac9cc1717a36dd286e | /src/test/java/car_prokat/infiromation_system/controller/CarControllerTest.java | bc17547cc76d8cf773a01670564abef1c54ed52d | [] | no_license | yuuda1/Course | https://github.com/yuuda1/Course | 6ec7604206b72d47da11f53295bb4476c577e61c | bdb481569e461cff5c7c9cd30620e89f4af77fa3 | refs/heads/main | 2023-04-25T18:05:16.737000 | 2021-06-02T22:04:16 | 2021-06-02T22:04:16 | 373,314,392 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package car_prokat.infiromation_system.controller;
import car_prokat.infiromation_system.exception.ResourceNotFoundException;
import car_prokat.infiromation_system.model.Car;
import car_prokat.infiromation_system.repository.CarRepository;
import org.junit.Assert;
import org.junit.jupiter.api.Test;
import org.mockito.I... | UTF-8 | Java | 4,240 | java | CarControllerTest.java | Java | [
{
"context": " Car car2 = new Car(\"426265623\", \"ав23цу\", \"Конь\", null, null, \"Премиум\", 500., null, null);\n ",
"end": 1773,
"score": 0.9676982760429382,
"start": 1769,
"tag": "NAME",
"value": "Конь"
},
{
"context": " Car car3 = new Car(\"154325123\", \"аj83цу... | null | [] | package car_prokat.infiromation_system.controller;
import car_prokat.infiromation_system.exception.ResourceNotFoundException;
import car_prokat.infiromation_system.model.Car;
import car_prokat.infiromation_system.repository.CarRepository;
import org.junit.Assert;
import org.junit.jupiter.api.Test;
import org.mockito.I... | 4,240 | 0.680877 | 0.640438 | 123 | 32.382114 | 33.753895 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.235772 | false | false | 0 |
4073e7379fca6f5fedb73205fa9f14f5fca03338 | 22,050,362,142,231 | 79040d357e10161a41ec5c376d3bb07364c2a589 | /app/src/main/java/com/android/d/parttimejob/Activity/Setting/FeedbackActivity.java | 0ef951050cb949c0d372854a7c6397dc7a36cc8e | [] | no_license | jenkin-du/PartTimeJob_Android | https://github.com/jenkin-du/PartTimeJob_Android | 622fae2ad9ce71b8f8fda3c7a30b1aab4ec957c3 | ac1c1bf0bb47ec02c6010c98e10d69d25694c36a | refs/heads/master | 2020-03-07T22:31:46.138000 | 2018-04-02T12:58:17 | 2018-04-02T12:58:17 | 127,756,403 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.android.d.parttimejob.Activity.Setting;
import android.app.Activity;
import android.os.Bundle;
import android.text.Editable;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.TextView;
import android.widget.Toast;
import com.android.d.parttimejob... | UTF-8 | Java | 2,920 | java | FeedbackActivity.java | Java | [
{
"context": "timejob.Util.MyTextWatcher;\n\n/**意见反馈\n * Created by DJS on 2017/1/22.\n */\npublic class FeedbackActivity e",
"end": 508,
"score": 0.998282790184021,
"start": 505,
"tag": "USERNAME",
"value": "DJS"
}
] | null | [] | package com.android.d.parttimejob.Activity.Setting;
import android.app.Activity;
import android.os.Bundle;
import android.text.Editable;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.TextView;
import android.widget.Toast;
import com.android.d.parttimejob... | 2,920 | 0.610394 | 0.60681 | 108 | 24.833334 | 23.054485 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.37963 | false | false | 0 |
a7157e9d8239efac62ba22f63aff5e37738c0891 | 32,006,096,335,863 | 909f0754673e1cbfef29a003bf52d63b5de15afc | /app/src/main/java/com/braval/retrofitdemo/utils/DensityUtils.java | 4687a6741e0aed52e336a2d56f1814bc560d36ae | [] | no_license | Longgithub/RetrofitDemo | https://github.com/Longgithub/RetrofitDemo | 9f8427ec9b06768bd635b29ec06efc2d22e3903b | 38be0bed799d29e65e065b9623e6819fe6b8192c | refs/heads/master | 2020-12-02T22:14:11.267000 | 2017-07-10T10:19:13 | 2017-07-10T10:19:13 | 96,086,166 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.braval.retrofitdemo.utils;
import android.app.Activity;
import android.content.Context;
import android.content.res.Resources;
import android.util.DisplayMetrics;
import android.util.TypedValue;
/**
* 与分辨率相关工具类
* Created by bianhaipeng on 2016/6/29.
*/
public class DensityUtils {
/**
* dp转px
... | UTF-8 | Java | 2,767 | java | DensityUtils.java | Java | [
{
"context": "d.util.TypedValue;\n\n/**\n * 与分辨率相关工具类\n * Created by bianhaipeng on 2016/6/29.\n */\npublic class DensityUtils {\n ",
"end": 250,
"score": 0.9994609951972961,
"start": 239,
"tag": "USERNAME",
"value": "bianhaipeng"
}
] | null | [] | package com.braval.retrofitdemo.utils;
import android.app.Activity;
import android.content.Context;
import android.content.res.Resources;
import android.util.DisplayMetrics;
import android.util.TypedValue;
/**
* 与分辨率相关工具类
* Created by bianhaipeng on 2016/6/29.
*/
public class DensityUtils {
/**
* dp转px
... | 2,767 | 0.632892 | 0.625709 | 100 | 25.450001 | 26.078871 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.36 | false | false | 0 |
18aa7c0b7f59a98ceb3f53dba988ea1723378059 | 19,061,064,888,942 | 763b119601f9e42b0257d62433f0a8304c3ce6d6 | /app/src/main/java/com/bookmanager/eidian/bookmanager/Fragments/RankFragment.java | 251f47f84d7ce2a188c40841fe6b6e107cd007ba | [] | no_license | xiangsanliu/BookManager | https://github.com/xiangsanliu/BookManager | 68797cdb0b8bda040dcb07b5bf08b9a4ae968508 | 1da892fc4bb15c52ccae059497c7c037e9113172 | refs/heads/master | 2021-01-11T07:42:43.419000 | 2017-11-29T06:49:32 | 2017-11-29T06:49:32 | 68,915,845 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bookmanager.eidian.bookmanager.Fragments;
import android.os.Bundle;
import android.os.Handler;
import android.os.Message;
import android.support.v4.app.Fragment;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.util.Log;
import android.vie... | UTF-8 | Java | 7,648 | java | RankFragment.java | Java | [
{
"context": " document = Jsoup.connect(\"http://211.69.140.4:8991/opac_lcl\" +\n \"_ch",
"end": 3071,
"score": 0.9982185363769531,
"start": 3059,
"tag": "IP_ADDRESS",
"value": "211.69.140.4"
},
{
"context": " Document document = Jsou... | null | [] | package com.bookmanager.eidian.bookmanager.Fragments;
import android.os.Bundle;
import android.os.Handler;
import android.os.Message;
import android.support.v4.app.Fragment;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.util.Log;
import android.vie... | 7,648 | 0.523741 | 0.51351 | 214 | 34.626167 | 24.365988 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.588785 | false | false | 0 |
5ed49e7b3b423d0396c219ad73c4a95afd25bb15 | 7,447,473,359,074 | 43e8b102a8bb6941b85ac4d3abf645887f7a80fd | /src/hw5/DirectedGraph.java | 544b6da6989066019d65ac3f3efddb91f4633fa4 | [] | no_license | kimyen/CampusPaths | https://github.com/kimyen/CampusPaths | e039197c5a2998de8a537de0736c4ce5278f5470 | f235d72f74e0c344d02d79e7012d90259bbe07ea | refs/heads/master | 2015-08-09T17:13:47.909000 | 2013-12-08T18:45:40 | 2013-12-08T18:45:40 | 15,028,950 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package hw5;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Iterator;
import java.util.Set;
/**
* A DirectedGraph is a Graph that uses Adjadency List representation.
*
* In Adjadency List, Nodes are stored as objects,
* and every node stores a list of adjacent Nodes.
*
* D is the data... | UTF-8 | Java | 6,329 | java | DirectedGraph.java | Java | [] | null | [] | package hw5;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Iterator;
import java.util.Set;
/**
* A DirectedGraph is a Graph that uses Adjadency List representation.
*
* In Adjadency List, Nodes are stored as objects,
* and every node stores a list of adjacent Nodes.
*
* D is the data... | 6,329 | 0.623953 | 0.617791 | 252 | 24.11508 | 22.314638 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.305556 | false | false | 0 |
e90d119cfbb78a74eb64274f311fd82b1af283f5 | 7,447,473,361,622 | b7f79bb394d3f9ad7453b43cc798d6a8abf422fb | /src/main/java/chylex/hee/mechanics/infestation/InfestationEvents.java | 7cabdd385de2ce1936f60fbada7ed7a450610347 | [] | no_license | soundlogic2236/Hardcore-Ender-Expansion | https://github.com/soundlogic2236/Hardcore-Ender-Expansion | 665d101de707842ac6b27bd4698513a1dee16276 | f1576e6b891329608921a82d01a4ea1096ff469b | refs/heads/master | 2021-01-22T09:50:39.930000 | 2015-01-17T23:16:43 | 2015-01-17T23:16:43 | 28,930,889 | 0 | 0 | null | true | 2015-01-16T19:38:30 | 2015-01-07T19:46:51 | 2015-01-16T18:15:46 | 2015-01-16T19:38:30 | 14,373 | 0 | 0 | 0 | Java | null | null | package chylex.hee.mechanics.infestation;
import java.util.Collection;
import java.util.List;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.potion.Potion;
import net.minecraft.potion.PotionEffect;
import net.minecraft.util.ChatComponentText;
import net.minecraft.world.World;
import chylex.hee.sy... | UTF-8 | Java | 3,695 | java | InfestationEvents.java | Java | [] | null | [] | package chylex.hee.mechanics.infestation;
import java.util.Collection;
import java.util.List;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.potion.Potion;
import net.minecraft.potion.PotionEffect;
import net.minecraft.util.ChatComponentText;
import net.minecraft.world.World;
import chylex.hee.sy... | 3,695 | 0.7318 | 0.700406 | 101 | 35.594059 | 35.200184 | 184 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.940594 | false | false | 0 |
3d2cc578312cfd2ca28941d876b9509a7b83957d | 7,524,782,703,679 | 0ea47e9d27c0b48e21c90e40594e5306d4b9a009 | /BLOQUE 10/Year.java | 65e1ba5eae4c73eb0d1ad97562784eb2e0c8f836 | [] | no_license | viktoracevedo/EJERCICCIOS-EN-CLASE | https://github.com/viktoracevedo/EJERCICCIOS-EN-CLASE | ec3de7302198abe104d29b33d7c76d9694e7839b | a31916a88cf697841449f399d92070083a7e39fb | refs/heads/master | 2021-01-14T15:13:33.033000 | 2020-02-24T05:58:30 | 2020-02-24T05:58:30 | 242,658,037 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ejercicios;
/**
* Year
*/
public class Year {
protected int cantidadDias;
public Year(){
this.cantidadDias = 365;
}
public int getCantidadDias(){
return this.cantidadDias;
}
public int daysElapeds(MesEnum mes, int dia){
switch(mes.getNumeroEnum())... | UTF-8 | Java | 1,088 | java | Year.java | Java | [] | null | [] | package ejercicios;
/**
* Year
*/
public class Year {
protected int cantidadDias;
public Year(){
this.cantidadDias = 365;
}
public int getCantidadDias(){
return this.cantidadDias;
}
public int daysElapeds(MesEnum mes, int dia){
switch(mes.getNumeroEnum())... | 1,088 | 0.346507 | 0.304228 | 52 | 18.961538 | 8.864279 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.538462 | false | false | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.