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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0df3b1556f7404505014f5008152b60956642268 | 25,185,688,265,892 | 45265193b25bd2349bc800bef90cd2b6b876775b | /common/src/main/java/com/liu/CatchYou/common/Basic/annotation/autowire/Apple.java | e27d50cff7403c351bf01d5e893bb26dfb64fc10 | [] | no_license | Ramboer/CatchYou | https://github.com/Ramboer/CatchYou | 0e1071f6ceb3489ef3822d337a6beab2c2cd4427 | 6bdea0fa80cc2e9194b96c21277550224a2be172 | refs/heads/master | 2021-05-23T05:49:30.135000 | 2018-03-01T03:25:00 | 2018-03-01T03:25:00 | 94,959,081 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.liu.CatchYou.common.Basic.annotation.autowire;
/**
* Created by simon.liu on 2017/7/25.
*/
public class Apple {
public void say() {
System.out.println("Inject success, and i am Apple.");
}
}
| UTF-8 | Java | 222 | java | Apple.java | Java | [
{
"context": "mmon.Basic.annotation.autowire;\n\n/**\n * Created by simon.liu on 2017/7/25.\n */\npublic class Apple {\n public",
"end": 87,
"score": 0.9640318155288696,
"start": 78,
"tag": "USERNAME",
"value": "simon.liu"
}
] | null | [] | package com.liu.CatchYou.common.Basic.annotation.autowire;
/**
* Created by simon.liu on 2017/7/25.
*/
public class Apple {
public void say() {
System.out.println("Inject success, and i am Apple.");
}
}
| 222 | 0.653153 | 0.621622 | 10 | 21.200001 | 22.484661 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3 | false | false | 4 |
9cd75baa774882de57db68b85d40dea6a197b0fb | 35,862,976,931,646 | 4ea06bd8a5e041c5c70a7685bc57dedca4dfc5c6 | /navi/src/main/java/com/baidu/beidou/navi/exception/rpc/RpcTimeoutException.java | 08ca0cd845c52ae6cebe933599f881123051cfc8 | [
"Apache-2.0"
] | permissive | leorian/navi | https://github.com/leorian/navi | 23cae5852bd4e2400e24777d6bc08c70f6fe3fc7 | d37e4b46ef07d124be2740ad3d85d87e939acc84 | refs/heads/master | 2021-01-21T09:42:24.798000 | 2015-08-11T05:17:13 | 2015-08-11T05:17:13 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.baidu.beidou.navi.exception.rpc;
/**
* ClassName: RpcTimeoutException <br/>
*
* @author Zhang Xu
*/
public class RpcTimeoutException extends RpcException {
private static final long serialVersionUID = 9029113876648829300L;
public RpcTimeoutException() {
}
public RpcTim... | UTF-8 | Java | 581 | java | RpcTimeoutException.java | Java | [
{
"context": "ssName: RpcTimeoutException <br/>\r\n * \r\n * @author Zhang Xu\r\n */\r\npublic class RpcTimeoutException extends Rp",
"end": 118,
"score": 0.9996479153633118,
"start": 110,
"tag": "NAME",
"value": "Zhang Xu"
}
] | null | [] | package com.baidu.beidou.navi.exception.rpc;
/**
* ClassName: RpcTimeoutException <br/>
*
* @author <NAME>
*/
public class RpcTimeoutException extends RpcException {
private static final long serialVersionUID = 9029113876648829300L;
public RpcTimeoutException() {
}
public RpcTimeo... | 579 | 0.654045 | 0.621343 | 27 | 19.518518 | 22.394394 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.259259 | false | false | 4 |
34b678a5da79e222256bd8a1f9cb3b63c495295e | 33,655,363,769,569 | 34fc92ce1908e46a6a54f8cece4eb639d2a4596a | /phoneClients/com.websmithing.gpstracker_source_from_JADX/com.sheelainfotech.gpstracker/com/google/android/gms/internal/fy.java | 3ee4222993377bb7c5138cd1dae3bf90c4c0a5e3 | [
"MIT"
] | permissive | SpaceBaar/GpsTracker | https://github.com/SpaceBaar/GpsTracker | 11726e4bfa851f3c3f2886895bd4a9af2b986691 | 97a760afb0adec7d66d354c29ce1a3421d8d614d | refs/heads/master | 2020-03-05T22:27:33.454000 | 2017-03-29T09:49:33 | 2017-03-29T09:49:33 | 86,175,485 | 0 | 0 | null | true | 2017-03-25T17:27:43 | 2017-03-25T17:27:43 | 2017-03-24T20:26:41 | 2016-10-31T17:08:56 | 41,033 | 0 | 0 | 0 | null | null | null | package com.google.android.gms.internal;
public abstract class fy extends eg {
protected static boolean m2715c(Integer num) {
return num == null ? false : fo.ab(num.intValue());
}
}
| UTF-8 | Java | 199 | java | fy.java | Java | [] | null | [] | package com.google.android.gms.internal;
public abstract class fy extends eg {
protected static boolean m2715c(Integer num) {
return num == null ? false : fo.ab(num.intValue());
}
}
| 199 | 0.678392 | 0.658291 | 7 | 27.428572 | 23.020842 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 4 |
d6f8333b4ecb918dbcd1e3748a24563133eb6eb7 | 5,188,320,509,491 | b805ea5bc018e27db1cebe9207d1711cc2cdc53e | /src/main/java/com/ym/mapper/AreasMapper.java | 156cf54c2969e803e0ebf3e9122034b2e7d5b082 | [] | no_license | goodsses/microcelllater | https://github.com/goodsses/microcelllater | 1b40b9a7de925a07e67b59fcd3a765cbbecb71a2 | e7bd3731d8878b6f9a8a737b5b5015539cf239fc | refs/heads/master | 2018-08-24T19:07:27.563000 | 2018-06-03T03:14:40 | 2018-06-03T03:14:40 | 130,290,252 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ym.mapper;
import com.ym.entity.Areas;
import java.util.List;
public interface AreasMapper {
int deleteByPrimaryKey(Integer id);
int insert(Areas record);
int insertSelective(Areas record);
Areas selectByPrimaryKey(Integer id);
int updateByPrimaryKeySelective(Areas record);
i... | UTF-8 | Java | 583 | java | AreasMapper.java | Java | [] | null | [] | package com.ym.mapper;
import com.ym.entity.Areas;
import java.util.List;
public interface AreasMapper {
int deleteByPrimaryKey(Integer id);
int insert(Areas record);
int insertSelective(Areas record);
Areas selectByPrimaryKey(Integer id);
int updateByPrimaryKeySelective(Areas record);
i... | 583 | 0.687389 | 0.667851 | 27 | 19.888889 | 17.256954 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.37037 | false | false | 4 |
fb033c962808de602d23d417cffb3c05a4d7aa26 | 10,015,863,759,401 | ccf82688f082e26cba5fc397c76c77cc007ab2e8 | /Mage.Sets/src/mage/cards/c/ChandrasOutburst.java | 742e943cc28c79653f87c0db6b25764c37fd7783 | [
"MIT"
] | permissive | magefree/mage | https://github.com/magefree/mage | 3261a89320f586d698dd03ca759a7562829f247f | 5dba61244c738f4a184af0d256046312ce21d911 | refs/heads/master | 2023-09-03T15:55:36.650000 | 2023-09-03T03:53:12 | 2023-09-03T03:53:12 | 4,158,448 | 1,803 | 1,133 | MIT | false | 2023-09-14T20:18:55 | 2012-04-27T13:18:34 | 2023-09-11T18:25:38 | 2023-09-14T20:18:55 | 801,396 | 1,632 | 712 | 1,307 | Java | false | false |
package mage.cards.c;
import java.util.UUID;
import mage.abilities.effects.common.DamageTargetEffect;
import mage.abilities.effects.common.search.SearchLibraryGraveyardPutInHandEffect;
import mage.cards.CardImpl;
import mage.cards.CardSetInfo;
import mage.constants.CardType;
import mage.filter.FilterCard;
import mage... | UTF-8 | Java | 1,523 | java | ChandrasOutburst.java | Java | [
{
"context": "mon.TargetPlayerOrPlaneswalker;\n\n/**\n *\n * @author TheElk801\n */\npublic final class ChandrasOutburst extends Ca",
"end": 446,
"score": 0.9312110543251038,
"start": 437,
"tag": "USERNAME",
"value": "TheElk801"
},
{
"context": " static final FilterCard filter = new ... | null | [] |
package mage.cards.c;
import java.util.UUID;
import mage.abilities.effects.common.DamageTargetEffect;
import mage.abilities.effects.common.search.SearchLibraryGraveyardPutInHandEffect;
import mage.cards.CardImpl;
import mage.cards.CardSetInfo;
import mage.constants.CardType;
import mage.filter.FilterCard;
import mage... | 1,523 | 0.739987 | 0.736047 | 44 | 33.590908 | 36.806816 | 177 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.636364 | false | false | 4 |
6a86231b297db872271112a277adba4de7153b08 | 28,905,129,966,053 | 7d6f8362b98223879ba9f3bd76b339dbf8f5287b | /tools/src/main/java/de/werft/tools/old/Mapping.java | d6d36ffcd8396ca5498b133c90fa2ea35fd3f2f2 | [] | no_license | yovisto/dwerft | https://github.com/yovisto/dwerft | 06b8d96110feab5063c09bba23d9925918f3c9be | 85029e9324ffa3cddbe110c62609af7a2505617e | refs/heads/master | 2020-05-21T23:38:37.824000 | 2018-05-16T13:18:04 | 2018-05-16T13:18:04 | 39,880,164 | 2 | 2 | null | false | 2016-04-11T08:38:57 | 2015-07-29T07:35:50 | 2016-01-26T10:56:34 | 2016-04-11T08:38:57 | 959 | 0 | 0 | 4 | null | null | null | package de.werft.tools.old;
import org.apache.commons.lang.StringUtils;
/**
* This class represents an old mapping and it knows
* how to transform itself into a partial rml mapping.
*
* Created by Henrik Jürges (juerges.henrik@gmail.com)
*/
class Mapping {
private String path = "";
private String condA... | UTF-8 | Java | 7,121 | java | Mapping.java | Java | [
{
"context": "tself into a partial rml mapping.\n *\n * Created by Henrik Jürges (juerges.henrik@gmail.com)\n */\nclass Mapping {\n\n ",
"end": 216,
"score": 0.9998882412910461,
"start": 203,
"tag": "NAME",
"value": "Henrik Jürges"
},
{
"context": "tial rml mapping.\n *\n * Created b... | null | [] | package de.werft.tools.old;
import org.apache.commons.lang.StringUtils;
/**
* This class represents an old mapping and it knows
* how to transform itself into a partial rml mapping.
*
* Created by <NAME> (<EMAIL>)
*/
class Mapping {
private String path = "";
private String condAttr = "";
private S... | 7,096 | 0.532022 | 0.532022 | 233 | 29.55794 | 27.803995 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.407725 | false | false | 4 |
1a64aef1fbb28b2468e2a27b8a94f127302faf89 | 30,554,397,407,403 | fc6424e8a4e8141eb001b4166026a462a3283727 | /src/string/problems/Anagram.java | 2383ce57eea308f23c07c66548145d4a6be68ec5 | [] | no_license | dibashsaha1993/MidTermWeekDaysDecember2019 | https://github.com/dibashsaha1993/MidTermWeekDaysDecember2019 | 5c8602581a4f7c26fae4461ff91199a8d081ba14 | 206d3d76aa718a667c76aaefe56c2a8435a47b4b | refs/heads/master | 2020-12-12T18:25:52.778000 | 2020-02-03T18:57:00 | 2020-02-03T18:57:00 | 234,199,019 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package string.problems;
import java.util.Arrays;
import java.util.Scanner;
public class Anagram {
public static void main(String[] args) {
//Write a Java Program to check if the two String are Anagram. Two String are called Anagram when there is
//same character but in different order.For examp... | UTF-8 | Java | 888 | java | Anagram.java | Java | [
{
"context": "ame character but in different order.For example,\"CAT\" and \"ACT\", \"ARMY\" and \"MARY\".\n\n Scanner scan=",
"end": 327,
"score": 0.9436787962913513,
"start": 324,
"tag": "NAME",
"value": "CAT"
},
{
"context": "ter but in different order.For example,\"CAT\" and \... | null | [] | package string.problems;
import java.util.Arrays;
import java.util.Scanner;
public class Anagram {
public static void main(String[] args) {
//Write a Java Program to check if the two String are Anagram. Two String are called Anagram when there is
//same character but in different order.For examp... | 888 | 0.683559 | 0.670045 | 35 | 24.4 | 27.624212 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.485714 | false | false | 4 |
bf1cc67b3f0a66f5aab66d7e5dec85d0b87d1d25 | 30,554,397,410,412 | 43604de8e3cedbf4b4a9ffb0a9f4a37e933ca3d5 | /training-project/users/users-persistence/src/main/java/com/anabatic/training/users/persistence/dao/UserDao.java | b94098391041c40a55cf334176ad6d32f58a1063 | [] | no_license | traserXerom/training-aidc | https://github.com/traserXerom/training-aidc | 4bab6f98414628770c756869f50567b08b4e5307 | 3972d143612d414a3480c630e65707aa8d046d09 | refs/heads/master | 2020-05-01T05:22:10.288000 | 2019-03-28T05:40:59 | 2019-03-28T05:40:59 | 177,299,708 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.anabatic.training.users.persistence.dao;
import com.anabatic.generic.persistence.dao.TypicalGenericDao;
import com.anabatic.training.users.persistence.model.User;
public interface UserDao extends TypicalGenericDao<User, Long>{
}
| UTF-8 | Java | 244 | java | UserDao.java | Java | [] | null | [] | package com.anabatic.training.users.persistence.dao;
import com.anabatic.generic.persistence.dao.TypicalGenericDao;
import com.anabatic.training.users.persistence.model.User;
public interface UserDao extends TypicalGenericDao<User, Long>{
}
| 244 | 0.836066 | 0.836066 | 8 | 29.5 | 29.410883 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 4 |
cade721dc67e0847aea155e5d8b3515c073b0996 | 13,280,038,937,597 | f0b37bf97aed2354c64803828999cfd603f6ade4 | /src/main/java/dev/ginyai/flatitemeditor/command/args/BuilderElement.java | 3e6b502b0053be6f04633eefba9f90f5bf325bb2 | [] | no_license | ginyai/FlatItemEditor | https://github.com/ginyai/FlatItemEditor | c11928eae8fa8e04b11219f3e4ca6332924d0d73 | 1e088af7f2eb4fc9dcae16dbd9e1c34761171e95 | refs/heads/master | 2021-01-02T15:04:31.345000 | 2020-02-11T21:00:47 | 2020-02-11T21:00:47 | 239,673,387 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package dev.ginyai.flatitemeditor.command.args;
import com.google.common.collect.ImmutableSet;
import dev.ginyai.flatitemeditor.FlatItemEditorPlugin;
import org.spongepowered.api.Sponge;
import org.spongepowered.api.command.CommandSource;
import org.spongepowered.api.command.args.*;
import org.spongepowered.api.data.D... | UTF-8 | Java | 4,701 | java | BuilderElement.java | Java | [] | null | [] | package dev.ginyai.flatitemeditor.command.args;
import com.google.common.collect.ImmutableSet;
import dev.ginyai.flatitemeditor.FlatItemEditorPlugin;
import org.spongepowered.api.Sponge;
import org.spongepowered.api.command.CommandSource;
import org.spongepowered.api.command.args.*;
import org.spongepowered.api.data.D... | 4,701 | 0.641991 | 0.641353 | 113 | 40.601768 | 34.820282 | 177 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.929204 | false | false | 4 |
0174d42209bd70072b444342c947c727368c8845 | 34,531,537,085,215 | 5e774b67ddd297272d70fdf6e2c82939f738d088 | /src/com/zichen/bootstrap/service/impl/CoreServiceImpl.java | 1257b9a7ed8367719d95ed047bce85eb4fcbdcfa | [] | no_license | zichen1019/MostMaterial | https://github.com/zichen1019/MostMaterial | ae4e1429319f000a2bcf2e9905f9ce9ee6f444ef | 5ed05ffb9884aff5d4dc6c192f90156256818c94 | refs/heads/master | 2020-03-21T03:12:23.227000 | 2018-09-23T01:50:03 | 2018-09-23T01:50:03 | 138,041,597 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zichen.bootstrap.service.impl;
import org.springframework.stereotype.Service;
import com.zichen.bootstrap.service.CoreService;
@Service
public class CoreServiceImpl implements CoreService {
}
| UTF-8 | Java | 211 | java | CoreServiceImpl.java | Java | [] | null | [] | package com.zichen.bootstrap.service.impl;
import org.springframework.stereotype.Service;
import com.zichen.bootstrap.service.CoreService;
@Service
public class CoreServiceImpl implements CoreService {
}
| 211 | 0.819905 | 0.819905 | 13 | 15.230769 | 21.559055 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.230769 | false | false | 4 |
41b11caff72226fb9533422509e4790a493a3b5b | 35,734,127,905,604 | 5af6d009b7dfb4eb2b05f4fa4d5531b5d0609075 | /src/GenerationOptions.java | 584e6e6294800131a7284f278618fd7cad3238cd | [] | no_license | Danilosouza9612/algoritmo-genetico | https://github.com/Danilosouza9612/algoritmo-genetico | 01067bf96c7049a8ec3c0dc2bf5fd72edc03e18e | efdada20ea2cc64e41c376c51537b910b9dfefa6 | refs/heads/main | 2023-04-30T01:44:27.003000 | 2021-05-17T19:41:12 | 2021-05-17T19:41:12 | 367,201,071 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
public enum GenerationOptions {
CROSSOVER_AND_MUTATE,
CROSSOVER_OR_MUTATE,
}
| UTF-8 | Java | 80 | java | GenerationOptions.java | Java | [] | null | [] |
public enum GenerationOptions {
CROSSOVER_AND_MUTATE,
CROSSOVER_OR_MUTATE,
}
| 80 | 0.775 | 0.775 | 4 | 18.75 | 10.963006 | 31 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 4 |
853174f5110bb28988a17bfce84019b362a3e805 | 8,057,358,687,097 | b71cf120d6bf5174758d0dc7539c5cc3f4416539 | /app/src/main/java/com/tianyu/seelove/ui/fragment/ViewPageFragment.java | b2de00086bfc8937f0199c138e5b6bb5104dc5c2 | [] | no_license | laoshubuluo/SeeLoveAndroid | https://github.com/laoshubuluo/SeeLoveAndroid | a6d672b7502a976e2b3033104a80dc23acf0bc47 | 67d839ff007ffa9e032729961a4bf61601532106 | refs/heads/master | 2021-01-23T06:20:29.127000 | 2017-05-20T05:08:22 | 2017-05-20T05:08:22 | 86,356,317 | 1 | 1 | null | false | 2017-05-20T05:08:23 | 2017-03-27T16:06:22 | 2017-03-28T03:30:10 | 2017-05-20T05:08:23 | 28,144 | 0 | 1 | 0 | Java | null | null | package com.tianyu.seelove.ui.fragment;
import android.os.Bundle;
import android.support.v4.view.ViewPager;
import android.view.View;
import android.view.Window;
import android.widget.ImageView;
import com.tianyu.seelove.R;
import com.tianyu.seelove.adapter.ViewPageFragmentAdapter;
import com.tianyu.seelove.model.enti... | UTF-8 | Java | 2,208 | java | ViewPageFragment.java | Java | [
{
"context": ".ArrayList;\nimport java.util.List;\n\n/**\n * @author shisheng.zhao\n * @Description: 用于轮播多张图片\n * @date 2017-04-13 23:",
"end": 483,
"score": 0.9994871616363525,
"start": 470,
"tag": "NAME",
"value": "shisheng.zhao"
}
] | null | [] | package com.tianyu.seelove.ui.fragment;
import android.os.Bundle;
import android.support.v4.view.ViewPager;
import android.view.View;
import android.view.Window;
import android.widget.ImageView;
import com.tianyu.seelove.R;
import com.tianyu.seelove.adapter.ViewPageFragmentAdapter;
import com.tianyu.seelove.model.enti... | 2,208 | 0.670799 | 0.664371 | 65 | 32.50769 | 24.82748 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.584615 | false | false | 4 |
01789cf07d108bedc408b66897fa8b72ebc6feea | 5,617,817,275,121 | 50ec6daf7450bbee4107848cb76b47edcb4ee725 | /source/src/com/bestbuy/android/environment/dataobject/Module.java | 5e919b16f24016757b7d62db5d2e80c42c0a88af | [] | no_license | AndroidPOC/PHR_BestBuy_mApp | https://github.com/AndroidPOC/PHR_BestBuy_mApp | bc3f591e7b3183f60cd8d0ff2f8c5fe723988bbc | 6d17896900cd1b3bbb988d611587d57624b6f314 | refs/heads/master | 2015-08-01T22:47:32.804000 | 2012-09-05T11:02:04 | 2012-09-05T11:02:04 | 5,685,932 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bestbuy.android.environment.dataobject;
import java.util.ArrayList;
public class Module {
private ArrayList<EnvironmentBean> environmentBean;
private String moduleName, isProxy, moduleTitle;
public String getModuleName() {
return moduleName;
}
public void setModuleName(String moduleName) {
this... | UTF-8 | Java | 898 | java | Module.java | Java | [] | null | [] | package com.bestbuy.android.environment.dataobject;
import java.util.ArrayList;
public class Module {
private ArrayList<EnvironmentBean> environmentBean;
private String moduleName, isProxy, moduleTitle;
public String getModuleName() {
return moduleName;
}
public void setModuleName(String moduleName) {
this... | 898 | 0.757238 | 0.757238 | 45 | 18.955555 | 20.268152 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.177778 | false | false | 4 |
f44b08f12ef275b5ba1238de504794da85519d67 | 28,346,784,210,077 | 96ccfcfc505adf47668d55ab93ff3a94c602115c | /src/com/kingdee/sec/BashGoogle.java | 08ac30c59e6a512541d78b204de5ddbe16dc0a3b | [] | no_license | 0xwindows/BashGoogle | https://github.com/0xwindows/BashGoogle | db08437f7aa3d5b31772a77e94d798a504c89705 | d2e53256dc37dff8d94379a5e7637bed76b1e8f3 | refs/heads/master | 2016-09-15T05:25:35.414000 | 2016-04-26T01:47:41 | 2016-04-26T01:47:41 | 24,618,332 | 1 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kingdee.sec;
import java.io.IOException;
import java.net.URLDecoder;
import java.util.Queue;
import java.util.concurrent.LinkedBlockingQueue;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import org.jsoup.Connection;
import org.jsoup.Jsoup;
import org.jsoup.nodes.Document;
import org.jso... | UTF-8 | Java | 2,893 | java | BashGoogle.java | Java | [] | null | [] | package com.kingdee.sec;
import java.io.IOException;
import java.net.URLDecoder;
import java.util.Queue;
import java.util.concurrent.LinkedBlockingQueue;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import org.jsoup.Connection;
import org.jsoup.Jsoup;
import org.jsoup.nodes.Document;
import org.jso... | 2,893 | 0.539633 | 0.516788 | 82 | 34.243904 | 36.439579 | 272 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.536585 | false | false | 4 |
6fad0f284845e1146abf1c7c7ad886d35cf20506 | 16,484,084,531,416 | 2d28b717ad8d7f996e243d60b5a02ac606bfbdc8 | /src/main/java/com/dashen/hrms/model/Adversiter.java | cb23fdba4f059f01d8545a0fae5b67f297828b92 | [] | no_license | dadenewyyt/hrms_security | https://github.com/dadenewyyt/hrms_security | 398e83446374f2a23045bc97c01e6db7225ca593 | 6cae76ade5c0c5134b46e82578cab55d3973a40b | refs/heads/master | 2021-01-01T15:49:32.463000 | 2017-07-19T13:13:21 | 2017-07-19T13:13:21 | 97,712,180 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.dashen.hrms.model;
import org.hibernate.annotations.GenericGenerator;
import javax.persistence.*;
import java.io.Serializable;
import java.util.Set;
/**
* Created by dantheman on 7/20/16.
*/
@Entity
@Table(name="ppc_adverister")
public class Adversiter implements Serializable {
public Adversiter()... | UTF-8 | Java | 1,656 | java | Adversiter.java | Java | [
{
"context": "alizable;\nimport java.util.Set;\n\n/**\n * Created by dantheman on 7/20/16.\n */\n@Entity\n@Table(name=\"ppc_adverist",
"end": 191,
"score": 0.9992722868919373,
"start": 182,
"tag": "USERNAME",
"value": "dantheman"
}
] | null | [] | package com.dashen.hrms.model;
import org.hibernate.annotations.GenericGenerator;
import javax.persistence.*;
import java.io.Serializable;
import java.util.Set;
/**
* Created by dantheman on 7/20/16.
*/
@Entity
@Table(name="ppc_adverister")
public class Adversiter implements Serializable {
public Adversiter()... | 1,656 | 0.63285 | 0.629831 | 80 | 19.700001 | 20.344778 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3375 | false | false | 4 |
c20260a7e9222030ae7c85b67e8ea8da72f9cfed | 15,805,479,695,361 | 9805135aefe620a940c3897743e0cc1c65765cd5 | /src/main/java/game/service/impl/motionStrategies/RandomStrategy.java | df1b923dfa17375a1021193aee2af399da11c8eb | [] | no_license | legomin/StoneScissorsPaper | https://github.com/legomin/StoneScissorsPaper | cee1461f41260bc95d0ee45365efec2d026e649b | 0d4f8c27e95a939916996bf4e7490dadba01e8e3 | refs/heads/master | 2020-03-06T20:51:48.518000 | 2018-03-28T02:14:29 | 2018-03-28T02:14:29 | 127,064,412 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package game.service.impl.motionStrategies;
import java.util.List;
import java.util.function.Function;
import game.Motion;
import game.historyStorage.Statistic;
/**
* Strategy, when next motion produced just randomly
*/
public class RandomStrategy implements Function<List<Statistic>, Motion> {
@Override
publi... | UTF-8 | Java | 428 | java | RandomStrategy.java | Java | [] | null | [] | package game.service.impl.motionStrategies;
import java.util.List;
import java.util.function.Function;
import game.Motion;
import game.historyStorage.Statistic;
/**
* Strategy, when next motion produced just randomly
*/
public class RandomStrategy implements Function<List<Statistic>, Motion> {
@Override
publi... | 428 | 0.747664 | 0.742991 | 18 | 22.777779 | 23.588028 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 4 |
0f2020a4b89c641ac5dd7bc18f498e7c8d451331 | 13,554,916,796,683 | b59c98a4fb3e53def870b39f8d9d981a59c3207c | /app/src/main/java/com/wsoteam/diet/BranchEatingDiary/Fragments/FragmentSnack.java | 7c1f4f9654bda608f489dd8025e7dce1f5a14582 | [] | no_license | cd-dietsnomenu-c0/Fiasy-Android | https://github.com/cd-dietsnomenu-c0/Fiasy-Android | 75840a5dab8a148a38304f754502fca51e9d7ddd | f38d74dc24bcff535b7d7e75f928646f4df8cd32 | refs/heads/master | 2023-05-28T13:18:31.965000 | 2019-06-18T11:54:32 | 2019-06-18T11:54:32 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.wsoteam.diet.BranchEatingDiary.Fragments;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.support.v7.widget.CardView;
import android.support.v7.widget.LinearLayoutManager;
import android.... | UTF-8 | Java | 7,840 | java | FragmentSnack.java | Java | [] | null | [] | package com.wsoteam.diet.BranchEatingDiary.Fragments;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.support.v7.widget.CardView;
import android.support.v7.widget.LinearLayoutManager;
import android.... | 7,840 | 0.689096 | 0.687308 | 181 | 42.270718 | 34.073349 | 132 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.685083 | false | false | 4 |
45ae15111eda7d68484ae58da3a4f9bbadfc48c4 | 14,585,708,978,249 | 62b582e2c4136c3cc6c358bc71be8289866fbc0e | /src/Main.java | 65d12f67c8b161f282828d3dbf92f28e1f8de642 | [] | no_license | rodrigoSolano/conversion-bases | https://github.com/rodrigoSolano/conversion-bases | ebe91d8afeed668ea2bd3cd44f174a2907a87211 | 00bbfbeeef7d2a5e9ad5ae30f2718bed9155f3a9 | refs/heads/master | 2023-01-23T13:44:51.609000 | 2020-12-09T01:07:19 | 2020-12-09T01:07:19 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
public class Main {
public static void main(String[] args) {
CalculadoraGUI c = new CalculadoraGUI();
}
}
| UTF-8 | Java | 113 | java | Main.java | Java | [] | null | [] |
public class Main {
public static void main(String[] args) {
CalculadoraGUI c = new CalculadoraGUI();
}
}
| 113 | 0.681416 | 0.681416 | 7 | 15 | 17.872564 | 42 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.714286 | false | false | 4 |
74dfab36a363284a34cf0159240407274875d497 | 20,392,504,748,950 | ab297ca759b3381433d057b675ca682f3873691b | /src/main/java/com/trendyol/cache/SimpleAppCache.java | fbf0007693aee7883d05b686e5583f90d5650bbc | [] | no_license | cmotnci/configuration-service | https://github.com/cmotnci/configuration-service | 9939f32e4f48cae585c5b143176a711534f9f14d | 7477fde1e5d214078609cdeeeaa5ffbf21a0a7f4 | refs/heads/master | 2021-08-17T11:13:38.843000 | 2017-11-21T04:15:10 | 2017-11-21T04:15:10 | 111,498,374 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.trendyol.cache;
import com.trendyol.model.Configuration;
import java.util.HashMap;
import java.util.List;
public class SimpleAppCache {
private static HashMap<String, List<Configuration>> configurationMap = new HashMap<>();
public HashMap<String, List<Configuration>> getConfigurationMap() {
... | UTF-8 | Java | 358 | java | SimpleAppCache.java | Java | [] | null | [] | package com.trendyol.cache;
import com.trendyol.model.Configuration;
import java.util.HashMap;
import java.util.List;
public class SimpleAppCache {
private static HashMap<String, List<Configuration>> configurationMap = new HashMap<>();
public HashMap<String, List<Configuration>> getConfigurationMap() {
... | 358 | 0.748603 | 0.748603 | 15 | 22.866667 | 26.842421 | 91 | true | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.533333 | false | false | 4 |
3e5598fa8beb6a96cce7c0e68d15b31a5478f85f | 15,195,594,314,466 | 28e128e4037a8478d7bcfcb0dabcbfd646051c87 | /httpcopy/client/src/main/java/ch/rasc/httpcopy/client/WorkJob.java | 63f5437231e7c6fff6ffb5363c1f2b62f913a7bf | [] | no_license | ralscha/playground | https://github.com/ralscha/playground | e520915e01a482a2dc29059792dfe0ded92a4bf7 | bb054b60a6324847c7428d0ecc439e557ebd2790 | refs/heads/master | 2017-05-05T12:27:15.326000 | 2017-04-28T03:00:28 | 2017-04-28T03:00:28 | 3,545,307 | 12 | 15 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ch.rasc.httpcopy.client;
import java.nio.file.Path;
import java.util.stream.Collectors;
import java.util.stream.StreamSupport;
public class WorkJob {
private String filename;
private final Path file;
public WorkJob(Path baseDir, Path file) {
this.filename = StreamSupport.stream(file.spliter... | UTF-8 | Java | 1,237 | java | WorkJob.java | Java | [] | null | [] | package ch.rasc.httpcopy.client;
import java.nio.file.Path;
import java.util.stream.Collectors;
import java.util.stream.StreamSupport;
public class WorkJob {
private String filename;
private final Path file;
public WorkJob(Path baseDir, Path file) {
this.filename = StreamSupport.stream(file.spliter... | 1,237 | 0.624091 | 0.620857 | 62 | 17.951612 | 17.298544 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.741935 | false | false | 4 |
2cd08fa15e37c59ae2f6f1ff963faccf2051ee5f | 21,122,649,201,236 | 6a3f2d8987e91f3568bdf3b33494c82715126c5a | /Data Structures and Algorithms/ Data structures and algorithms Coursework one/src/com/company/Supporter.java | 061ec7a2a4678e2392f6b27f59801022c305ab0d | [] | no_license | ferdinandl007/CSClass | https://github.com/ferdinandl007/CSClass | 09903369a1ac3aadf7ac259d04e1acf0bad25ce6 | 88eaa0ada977721f08dff493018b22e923e7b710 | refs/heads/master | 2021-05-06T18:39:43.886000 | 2018-11-23T12:19:17 | 2018-11-23T12:19:17 | 112,028,648 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.company;
public class Supporter implements ISupporter {
private String id;
private String name;
private Supporter next;
private Supporter previous;
public Supporter(String id, String name) {
this.id = id;
this.name = name;
}
@Override
public Stri... | UTF-8 | Java | 740 | java | Supporter.java | Java | [] | null | [] | package com.company;
public class Supporter implements ISupporter {
private String id;
private String name;
private Supporter next;
private Supporter previous;
public Supporter(String id, String name) {
this.id = id;
this.name = name;
}
@Override
public Stri... | 740 | 0.589189 | 0.589189 | 48 | 14.416667 | 15.147653 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.291667 | false | false | 4 |
75787608f978904938228bb6e50e1e282a7460d3 | 16,320,875,795,507 | 0ed19d9a11af4dd40c76e8a3621ac9f266505f62 | /src/captor/windowsystem/projectmanager/saveas/SaveAsWindow.java | 4de5bc33ab78f79bafd06b17c976f1bb741353a7 | [] | no_license | magsilva/captor | https://github.com/magsilva/captor | 81be814d3d9275e06667b81b393fdd2047d7b842 | 4de27a81fc701aaa22eef7f0e2f51755cc0346b9 | refs/heads/master | 2021-01-18T14:09:46.700000 | 2015-01-23T01:16:14 | 2015-01-23T01:16:14 | 14,451,888 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package captor.windowsystem.projectmanager.saveas;
import java.awt.BorderLayout;
import java.awt.Dimension;
import java.awt.Frame;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.KeyEvent;
import java.awt.event.KeyListener;
import java.awt.event.WindowEvent;
import java.i... | UTF-8 | Java | 9,522 | java | SaveAsWindow.java | Java | [
{
"context": "tem.project.util.ChooseDirectory;\n\n\n/**\n * @author Kicho\n *\n */\npublic class SaveAsWindow extends CaptorFr",
"end": 864,
"score": 0.9996970295906067,
"start": 859,
"tag": "NAME",
"value": "Kicho"
}
] | null | [] | package captor.windowsystem.projectmanager.saveas;
import java.awt.BorderLayout;
import java.awt.Dimension;
import java.awt.Frame;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.KeyEvent;
import java.awt.event.KeyListener;
import java.awt.event.WindowEvent;
import java.i... | 9,522 | 0.571729 | 0.562172 | 284 | 32.528168 | 25.083576 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.669014 | false | false | 4 |
c4724a5ac539bad13989ec8147d76148b7ddba7f | 30,726,196,036,831 | e99fa43612594524aa30c0b3be8a9713c31cc72c | /src/main/java/br/com/comppras/app/data/model/Produto.java | 7238e6b644283f3e9b65fdb0bdd978e91cb1d3ef | [] | no_license | bonifacio/CompprasApp | https://github.com/bonifacio/CompprasApp | 479c07a6f48e9f71450819e607fd2cf53b33e904 | c7f8ef6465c14b22caf0509b9cf2cbaf3bea30e9 | refs/heads/master | 2016-08-11T20:05:23.303000 | 2016-02-25T22:46:45 | 2016-02-25T22:46:45 | 52,559,656 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.comppras.app.data.model;
import javax.persistence.Column;
import javax.persistence.Entity;
@Entity(name="produto")
public class Produto extends AbstractEntity {
@Column(length=100, nullable=false)
private String nome;
public String getNome() {
return nome;
}
public void setNome(String nome) ... | UTF-8 | Java | 347 | java | Produto.java | Java | [] | null | [] | package br.com.comppras.app.data.model;
import javax.persistence.Column;
import javax.persistence.Entity;
@Entity(name="produto")
public class Produto extends AbstractEntity {
@Column(length=100, nullable=false)
private String nome;
public String getNome() {
return nome;
}
public void setNome(String nome) ... | 347 | 0.740634 | 0.731988 | 19 | 17.263159 | 15.670428 | 45 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.947368 | false | false | 4 |
e39000a267911eb6f2de7254896abe88e4bb96e5 | 23,733,989,308,227 | f322db4dbee2abbe280bcc89be75322aa018432f | /module_wan_android/src/main/java/com/wss/module/wan/ui/project/adapter/ProjectListAdapter.java | 080141d5e91d7ff30d86f16d544063f457d5782c | [] | no_license | wutq/AndroidModuleDemo | https://github.com/wutq/AndroidModuleDemo | fdf8a40a84e5d0ebf6e99a374f16b5b627b803c9 | ad8b78174d24dbb5432bc4c3a01c1c72b6c91bfa | refs/heads/master | 2022-01-31T04:07:45.634000 | 2022-01-19T09:18:56 | 2022-01-19T09:18:56 | 153,975,934 | 404 | 103 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.wss.module.wan.ui.project.adapter;
import android.content.Context;
import android.text.TextUtils;
import android.view.View;
import android.widget.ImageView;
import android.widget.TextView;
import com.orhanobut.logger.Logger;
import com.wss.common.base.adapter.BaseListAdapter;
import com.wss.common.base.ad... | UTF-8 | Java | 1,796 | java | ProjectListAdapter.java | Java | [
{
"context": "util.List;\n\n/**\n * Describe:项目列表适配器\n * Created by 吴天强 on 2018/11/15.\n */\npublic class ProjectListAdapte",
"end": 621,
"score": 0.9998124837875366,
"start": 618,
"tag": "NAME",
"value": "吴天强"
}
] | null | [] | package com.wss.module.wan.ui.project.adapter;
import android.content.Context;
import android.text.TextUtils;
import android.view.View;
import android.widget.ImageView;
import android.widget.TextView;
import com.orhanobut.logger.Logger;
import com.wss.common.base.adapter.BaseListAdapter;
import com.wss.common.base.ad... | 1,796 | 0.715498 | 0.707579 | 49 | 35.081635 | 28.328854 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.816327 | false | false | 4 |
16047d277cc17b922a423db8e833990343cfe5b2 | 19,610,820,692,505 | 95ccb6467f4221d7efe058c62d43374f2e378a66 | /src/main/java/com/example/demo/controller/FoodSpecialistController.java | 8994f3a989142070b08415939d7ed82f324fa941 | [
"MIT"
] | permissive | Matrix02/FitZone | https://github.com/Matrix02/FitZone | 890813c3f54db10d2801767d229fba9274e4d7a8 | 2bbc6c33d50074fcee30c2b90f42e59f17b46aaf | refs/heads/master | 2020-12-20T04:43:33.696000 | 2020-05-20T01:35:53 | 2020-05-20T01:35:53 | 235,966,283 | 4 | 1 | null | false | 2020-02-01T13:41:45 | 2020-01-24T08:35:35 | 2020-01-30T20:18:19 | 2020-02-01T13:41:44 | 129 | 1 | 0 | 0 | Java | false | false | package com.example.demo.controller;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.CrossOrigin;
import org.springframework.web.bind.annotation.DeleteMapping;
import org.springframework.web.bind.annotation.GetMapping;
import... | UTF-8 | Java | 3,574 | java | FoodSpecialistController.java | Java | [] | null | [] | package com.example.demo.controller;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.CrossOrigin;
import org.springframework.web.bind.annotation.DeleteMapping;
import org.springframework.web.bind.annotation.GetMapping;
import... | 3,574 | 0.768327 | 0.767208 | 128 | 25.921875 | 22.393711 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.992188 | false | false | 4 |
de4c501f07aa107b60656092e6cee10af51caa47 | 22,368,189,720,891 | 8a5fc0c5e638fe00d5b0fe5d116e31727525dea9 | /hkt/client/swingui-exp/src/main/java/com/hkt/client/swingexp/app/thuchi/AttributeInvoiceItemDate.java | 9dfeb7ab1a018948654b757b96e2699fc229ac89 | [] | no_license | ngthedung/learn-java | https://github.com/ngthedung/learn-java | e4510a60a6b91490ccb0eb75e9c9dbed963edfa9 | 1d33f4b8376384b4919182f0fe3fa06c36a02ac6 | refs/heads/master | 2021-01-10T07:06:50.748000 | 2016-02-04T08:44:26 | 2016-02-04T08:44:26 | 47,745,756 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hkt.client.swingexp.app.thuchi;
import java.awt.Color;
import java.awt.Component;
import java.awt.FlowLayout;
import java.awt.Font;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.util.List;
import javax.swing.JButton;
import javax.swing.JDialog;
import javax.swing.JLa... | UTF-8 | Java | 5,306 | java | AttributeInvoiceItemDate.java | Java | [] | null | [] | package com.hkt.client.swingexp.app.thuchi;
import java.awt.Color;
import java.awt.Component;
import java.awt.FlowLayout;
import java.awt.Font;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.util.List;
import javax.swing.JButton;
import javax.swing.JDialog;
import javax.swing.JLa... | 5,306 | 0.700512 | 0.690643 | 154 | 33.214287 | 23.618164 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.909091 | false | false | 4 |
a8f85e8960b05539ca74c285c57864250fe9b20a | 22,368,189,719,871 | e378b5dcf47c14a904fdf15ae31b69c86381f84c | /src/main/java/com/sw/xalbums/view/ClearEditText.java | 386d1bd7a3a2949c6af313c3f9cc88defe6bc0c3 | [] | no_license | sxj84877171/xalbums | https://github.com/sxj84877171/xalbums | 7b1113b5aa6c28fe445d44388d69a9153de0d341 | 14ef7d4b6eaa3e38bb79815cb9378689349014ff | refs/heads/master | 2021-01-10T03:12:58.382000 | 2016-01-14T08:20:09 | 2016-01-14T08:20:09 | 49,633,068 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sw.xalbums.view;
import android.content.Context;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Paint;
import android.graphics.Rect;
import android.graphics.drawable.Drawable;
import android.text.Editable;
import android.text.TextWatcher;
import android.util.Attribut... | UTF-8 | Java | 5,092 | java | ClearEditText.java | Java | [
{
"context": "Text;\n\nimport com.sw.xalbums.R;\n\n/**\n * Created by Elvis on 2016/1/11.\n */\npublic class ClearEditText exte",
"end": 467,
"score": 0.9954851865768433,
"start": 462,
"tag": "USERNAME",
"value": "Elvis"
}
] | null | [] | package com.sw.xalbums.view;
import android.content.Context;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Paint;
import android.graphics.Rect;
import android.graphics.drawable.Drawable;
import android.text.Editable;
import android.text.TextWatcher;
import android.util.Attribut... | 5,092 | 0.610035 | 0.603433 | 142 | 31.007042 | 23.482237 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.56338 | false | false | 4 |
2df8fc2bc0f64f309de7c7af830d0990d4bca3d5 | 20,572,893,409,784 | f6407df1d914319e324f9dc16a1e6f8d40a4181e | /src/agd/data/outlines/BufferedOutline.java | 60bff944a56b45160cdaf2a20475f2eed5da2f71 | [] | no_license | melroy999/2IMG15-Algorithms-for-Geographic-Data | https://github.com/melroy999/2IMG15-Algorithms-for-Geographic-Data | 086df4accfd70ab3616d437ddb04566cf0002f6f | d36fe9b81f78d4ace14482f50b46c6da4601787c | refs/heads/master | 2020-03-28T01:43:37.697000 | 2018-11-03T13:37:08 | 2018-11-03T13:37:08 | 147,526,547 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package agd.data.outlines;
import agd.math.Point2d;
import java.util.*;
import static agd.data.outlines.Edge.*;
import static agd.data.outlines.Edge.Direction.*;
/**
* Create a buffered outline of an existing outline.
*/
public class BufferedOutline extends AbstractOutline {
private final int maxId;
/**... | UTF-8 | Java | 9,168 | java | BufferedOutline.java | Java | [] | null | [] | package agd.data.outlines;
import agd.math.Point2d;
import java.util.*;
import static agd.data.outlines.Edge.*;
import static agd.data.outlines.Edge.Direction.*;
/**
* Create a buffered outline of an existing outline.
*/
public class BufferedOutline extends AbstractOutline {
private final int maxId;
/**... | 9,168 | 0.507744 | 0.503599 | 290 | 30.613792 | 26.210997 | 147 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.37931 | false | false | 4 |
e86957758ac36862b69c88a633c5e62a27392c3e | 20,572,893,413,129 | 5214009e4f63b7ea4934e3e5d64a9fb5ef429f9d | /TrueTypeFontReader/src/Fonts/fontToPDFfont.java | 3aad5531860ae087c7af3aee8201e8980ce6c578 | [] | no_license | wordlessly/TrueTypeFontReader | https://github.com/wordlessly/TrueTypeFontReader | cad70a493b38055a3e794c13de20723cb33572f7 | 747f238ec7ca2878cfbbc9900d07f6d2df47712a | refs/heads/master | 2020-06-10T23:27:46.569000 | 2016-10-20T13:30:27 | 2016-10-20T13:30:27 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Fonts;
import Fonts.table.CmapFormat0;
import Fonts.table.CmapFormat2;
import Fonts.table.CmapFormat4;
import Fonts.table.CmapFormat6;
import Fonts.table.NameTable;
/** Wanted a place to run code not tied to the GUI */
public class fontToPDFfont {
private static String OS = null;
private stati... | UTF-8 | Java | 7,280 | java | fontToPDFfont.java | Java | [] | null | [] | package Fonts;
import Fonts.table.CmapFormat0;
import Fonts.table.CmapFormat2;
import Fonts.table.CmapFormat4;
import Fonts.table.CmapFormat6;
import Fonts.table.NameTable;
/** Wanted a place to run code not tied to the GUI */
public class fontToPDFfont {
private static String OS = null;
private stati... | 7,280 | 0.734341 | 0.728434 | 173 | 40.080925 | 38.632317 | 135 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.554913 | false | false | 4 |
fb3cd4530115d2d50b39f45070539ee1ba8c19f2 | 14,826,227,153,216 | 9ee0c319890ed14ba963153e5e0c09667b697467 | /app/src/main/java/kg/gorillagym/gorillagymshop/cache/Cache.java | f7981873820bce3ac27a82bd85dcb842c31395f7 | [] | no_license | vladimir-gavrilenko/GorillaGymShopAndroid | https://github.com/vladimir-gavrilenko/GorillaGymShopAndroid | 714bae5aa99a581fe6f65c9b0ab2799258bcc12f | 8cf85785c42278d768d2b5912ebe7a297c1660bd | refs/heads/master | 2021-01-22T02:34:32.413000 | 2015-12-20T12:11:54 | 2015-12-20T13:12:25 | 48,049,651 | 0 | 0 | null | true | 2015-12-15T14:59:40 | 2015-12-15T14:59:38 | 2015-12-15T14:59:39 | 2015-12-04T16:36:19 | 251 | 0 | 0 | 0 | Java | null | null | package kg.gorillagym.gorillagymshop.cache;
import kg.gorillagym.gorillagymshop.cache.impl.CacheImpl;
import ru.egalvi.shop.Cart;
public interface Cache {
void putProducts(String key, CacheImpl.ProductCacheHolder value);
CacheImpl.ProductCacheHolder getProducts(String key);
void putCart(String key, Cart... | UTF-8 | Java | 362 | java | Cache.java | Java | [] | null | [] | package kg.gorillagym.gorillagymshop.cache;
import kg.gorillagym.gorillagymshop.cache.impl.CacheImpl;
import ru.egalvi.shop.Cart;
public interface Cache {
void putProducts(String key, CacheImpl.ProductCacheHolder value);
CacheImpl.ProductCacheHolder getProducts(String key);
void putCart(String key, Cart... | 362 | 0.779006 | 0.779006 | 14 | 24.857143 | 24.327694 | 69 | true | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.642857 | false | false | 4 |
911d97833b337121443348d200c579da5953c1ee | 12,481,175,006,206 | ff7cd286e77b94f3479fce66908a6914e5237c4d | /NaVsyakiySluchay/src/main/java/com/example/navsyakiysluchay/CodeWars/Solved/ZywOo.java | 37f2f85a3ad737d7356a13dd6e84440ebf09cc4d | [] | no_license | Ilimsky/Academy | https://github.com/Ilimsky/Academy | d81a7e63e61a19f321638fa4093ec6c1fb5f537d | 6db42940c52b96744872b676b05d86e4eece2f1e | refs/heads/master | 2020-09-23T23:59:00.494000 | 2020-03-28T11:38:40 | 2020-03-28T11:38:40 | 224,360,768 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.navsyakiysluchay.CodeWars.Solved;
/*Your task is to sum the differences between consecutive pairs in the array in descending order.
For example: sumOfDifferences([2, 1, 10]) Returns 9
Descending order: [10, 2, 1]
Sum: (10 - 2) + (2 - 1) = 8 + 1 = 9
If the array is empty or the array has only one el... | UTF-8 | Java | 1,388 | java | ZywOo.java | Java | [
{
"context": "package com.example.navsyakiysluchay.CodeWars.Solved;\n\n/*Your task is to sum the diffe",
"end": 36,
"score": 0.9280921220779419,
"start": 20,
"tag": "USERNAME",
"value": "navsyakiysluchay"
}
] | null | [] | package com.example.navsyakiysluchay.CodeWars.Solved;
/*Your task is to sum the differences between consecutive pairs in the array in descending order.
For example: sumOfDifferences([2, 1, 10]) Returns 9
Descending order: [10, 2, 1]
Sum: (10 - 2) + (2 - 1) = 8 + 1 = 9
If the array is empty or the array has only one el... | 1,388 | 0.48415 | 0.456772 | 43 | 31.302326 | 24.162758 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.604651 | false | false | 4 |
23212abea733e497b5e5290002814e5505ee3e47 | 10,831,907,530,298 | 1d16066a871618ca9199d910284b7b942df3d63c | /src/main/java/com/tavant/controller/ProcessController.java | adec8a243b350e3198d9fe704144be13ecf20224 | [] | no_license | aj-patel/ProcessManagement | https://github.com/aj-patel/ProcessManagement | e810be0d50874b57ac23faa291263b3a4beecc43 | 00fb4963e64b13fe3c1af81b0a0ed6382ea8bd65 | refs/heads/master | 2020-12-30T09:37:51.375000 | 2014-12-09T11:23:35 | 2014-12-09T11:23:35 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tavant.controller;
import java.util.HashMap;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframe... | UTF-8 | Java | 3,068 | java | ProcessController.java | Java | [] | null | [] | package com.tavant.controller;
import java.util.HashMap;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframe... | 3,068 | 0.734681 | 0.734355 | 85 | 34.094116 | 27.856617 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.247059 | false | false | 4 |
9faf8f1c50c43b2967b24eda5555cf40ee0cde46 | 22,943,715,299,298 | 6b187d41b7d877fb7c3b63642253ae8e5a33dda5 | /src/main/java/com/itdom/publish/subscribe/topic/Receiver1.java | 4c1448205826a0781aca69beddf24e635a009325 | [] | no_license | chenanddom/RabbitmqLearning | https://github.com/chenanddom/RabbitmqLearning | 13972bee02e4c3d12c21bb942b446fb0f859facc | cfbbc1a50f0bc062ca9ffa72f07083df2cb70fcc | refs/heads/master | 2023-05-08T14:36:12.233000 | 2021-06-02T08:16:29 | 2021-06-02T08:16:29 | 372,433,788 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.itdom.publish.subscribe.topic;
import com.itdom.utils.ConnectionUtil;
import com.rabbitmq.client.*;
import java.io.IOException;
import java.util.concurrent.TimeoutException;
public class Receiver1 {
public static final String QUEUE_NAME = "MqName.queue_topic_001";
public static final String EXCHA... | UTF-8 | Java | 1,473 | java | Receiver1.java | Java | [
{
"context": "c\";\n public static final String ROUTING_KEY = \"MqName.routing_goods\";\n\n public static void main(String[] args) thr",
"end": 422,
"score": 0.9986483454704285,
"start": 402,
"tag": "KEY",
"value": "MqName.routing_goods"
}
] | null | [] | package com.itdom.publish.subscribe.topic;
import com.itdom.utils.ConnectionUtil;
import com.rabbitmq.client.*;
import java.io.IOException;
import java.util.concurrent.TimeoutException;
public class Receiver1 {
public static final String QUEUE_NAME = "MqName.queue_topic_001";
public static final String EXCHA... | 1,473 | 0.667132 | 0.661549 | 36 | 38.805557 | 33.050316 | 144 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.916667 | false | false | 4 |
4653ac2e4aad7e5366ec78052f85ca72e94bca12 | 4,286,377,426,311 | 96140f8fb78bd92903a147191021ca64fa098de8 | /app/src/main/java/com/speedapps/androidvastplayer/socketstuff/beans/MediaBannersV1.java | 4dcd085a9e377fb4fe58f6014469f76b0e130365 | [] | no_license | parthsavi/whynotmedia | https://github.com/parthsavi/whynotmedia | 4c49f8c218dd641c7aa6764e2e2e45fc8b96b76e | b9a276eac00f36f935835d0cd901c465823bff5e | refs/heads/master | 2015-09-26T10:11:42.745000 | 2015-09-21T03:13:22 | 2015-09-21T03:13:22 | 42,795,519 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.speedapps.androidvastplayer.socketstuff.beans;
import android.os.Parcelable;
import java.io.Serializable;
/**
* Created by ps9776 on 9/2/15.
*/
public class MediaBannersV1 implements Serializable {
private String v;
private String _id;
private String name;
private String status;
pr... | UTF-8 | Java | 1,162 | java | MediaBannersV1.java | Java | [
{
"context": ";\n\nimport java.io.Serializable;\n\n/**\n * Created by ps9776 on 9/2/15.\n */\npublic class MediaBannersV1 implem",
"end": 145,
"score": 0.9994946718215942,
"start": 139,
"tag": "USERNAME",
"value": "ps9776"
}
] | null | [] | package com.speedapps.androidvastplayer.socketstuff.beans;
import android.os.Parcelable;
import java.io.Serializable;
/**
* Created by ps9776 on 9/2/15.
*/
public class MediaBannersV1 implements Serializable {
private String v;
private String _id;
private String name;
private String status;
pr... | 1,162 | 0.584337 | 0.576592 | 66 | 16.60606 | 15.290004 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.318182 | false | false | 4 |
4a8e49a2e166e2cb4c4686f556494eab6db712f4 | 7,206,955,186,460 | a3285dbb7f6614e412b64311f32576568244a145 | /eduboss-main/src/main/java/com/eduboss/service/ClassroomManageService.java | d607c8ebd1b7190ed35293f4f214cc634007f804 | [] | no_license | cckmit/eduboss | https://github.com/cckmit/eduboss | 0c89955c968421d5ff829fe09c909a28f630456b | 3989679beff2341c077e777f4c3b888261b9dff2 | refs/heads/master | 2023-03-31T02:59:12.347000 | 2018-03-15T06:55:52 | 2018-03-15T06:55:52 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.eduboss.service;
import java.util.List;
import java.util.Map;
import com.eduboss.domain.ClassroomManage;
import com.eduboss.domainVo.ClassroomManageVo;
import com.eduboss.dto.DataPackage;
public interface ClassroomManageService {
/**
* 查询
* @param dataPackage
* @param classroomManageVo
* @param... | UTF-8 | Java | 1,468 | java | ClassroomManageService.java | Java | [] | null | [] | package com.eduboss.service;
import java.util.List;
import java.util.Map;
import com.eduboss.domain.ClassroomManage;
import com.eduboss.domainVo.ClassroomManageVo;
import com.eduboss.dto.DataPackage;
public interface ClassroomManageService {
/**
* 查询
* @param dataPackage
* @param classroomManageVo
* @param... | 1,468 | 0.741557 | 0.740822 | 65 | 19.953846 | 22.056173 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.046154 | false | false | 4 |
a9754dd87048b00317d32a7c4e5f8d4811a3797d | 18,365,280,208,555 | 64a11f44d60f74a06b491971780c9831df8ac832 | /src/com/day02/pa01/Administrator.java | 5b4fc711721c8f0ce683dbdd9d3e6c1ae2b0ee3f | [] | no_license | quxiaopei/HelloJava | https://github.com/quxiaopei/HelloJava | c866938b400ae037b440844004ebe98d3b494724 | 8d9cfb8f13aba297b26857f16dadcaec70355a5d | refs/heads/master | 2021-01-13T02:47:59.977000 | 2016-12-25T06:00:56 | 2016-12-25T06:00:56 | 77,134,555 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.day02.pa01;
public class Administrator extends Emp{
private String car;
public Administrator() {
super();
}
public Administrator(String name, int id, double sal, String car) {
super(name, id, sal);
this.car = car;
}
@Override
public String toString() {
return "Administrator [car=" + car... | UTF-8 | Java | 684 | java | Administrator.java | Java | [] | null | [] | package com.day02.pa01;
public class Administrator extends Emp{
private String car;
public Administrator() {
super();
}
public Administrator(String name, int id, double sal, String car) {
super(name, id, sal);
this.car = car;
}
@Override
public String toString() {
return "Administrator [car=" + car... | 684 | 0.660819 | 0.653509 | 34 | 18.117647 | 15.925866 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.911765 | false | false | 4 |
a8dd5db7d1517655bd691047c3450a69dbae989d | 12,695,923,394,287 | 160ae03a7855ead750dea209c093da963b11c728 | /src/test/java/com/poweremabox/rfb/service/mapper/RfbLocationMapperTest.java | ad3575b3ebb719a16698c086dff62743e1ef3e74 | [] | no_license | MichalCiechanowicz/rfb-loyalty | https://github.com/MichalCiechanowicz/rfb-loyalty | 74cba35372c61185b2ef9511ac92dccf73a241d0 | 4270bc891007ebcdec7e0745295dc70d0d65811f | refs/heads/main | 2023-06-14T08:46:26.909000 | 2021-07-06T09:26:48 | 2021-07-06T09:26:48 | 375,278,349 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.poweremabox.rfb.service.mapper;
import static org.assertj.core.api.Assertions.assertThat;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
class RfbLocationMapperTest {
private RfbLocationMapper rfbLocationMapper;
@BeforeEach
public void setUp() {
rfbLocat... | UTF-8 | Java | 369 | java | RfbLocationMapperTest.java | Java | [] | null | [] | package com.poweremabox.rfb.service.mapper;
import static org.assertj.core.api.Assertions.assertThat;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
class RfbLocationMapperTest {
private RfbLocationMapper rfbLocationMapper;
@BeforeEach
public void setUp() {
rfbLocat... | 369 | 0.761518 | 0.761518 | 16 | 22.0625 | 21.246967 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 4 |
5cd9bc55fdb63a1231d86cb4cf68c53416a772dc | 17,523,466,635,865 | 164372671669eac94e66d7137df4b6bd95264737 | /interviewstreet/fb/balances/solution.java | 89ae6574db950138526916a35ca793b4971e43ce | [
"BSD-3-Clause"
] | permissive | bicepjai/Puzzles | https://github.com/bicepjai/Puzzles | 6bbef4a0b2045e690e9990ce850a64da4e6d7cd4 | 1918700562b38320bc30f61ee2fdcf9b8f404b8d | refs/heads/master | 2021-04-09T16:46:53.337000 | 2018-01-10T03:18:03 | 2018-01-10T03:18:03 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.*;
import java.util.*;
public class solution {
static ArrayList<Node> balances;
static class Node {
boolean balanced;
int wleft; //weights
int wright;
int addedleft; //added weights
int addedright;
int totalleft; //total weight of balances on the left side
int totalr... | UTF-8 | Java | 4,206 | java | solution.java | Java | [] | null | [] | import java.io.*;
import java.util.*;
public class solution {
static ArrayList<Node> balances;
static class Node {
boolean balanced;
int wleft; //weights
int wright;
int addedleft; //added weights
int addedright;
int totalleft; //total weight of balances on the left side
int totalr... | 4,206 | 0.570613 | 0.566334 | 170 | 23.747059 | 20.437872 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.611765 | false | false | 4 |
28c25ab4282d347b50e798a4350a6f89f83bd82b | 24,326,694,827,843 | a47e238f09f9345b617a03c6ccb47ffa7a6fc55c | /Chuong4-3-UDP/src/main/May1.java | 46a4979029d5fc8e8ca45b6ed6c4243e33e771b3 | [] | no_license | ntphuc98/network-programming | https://github.com/ntphuc98/network-programming | 1afda32e395130d3821cb766998c54dd3728c9a8 | ec62f0f9d069c240646260845de2cdec48e74d34 | refs/heads/master | 2020-09-24T02:02:28.210000 | 2019-12-10T03:53:42 | 2019-12-10T03:53:42 | 225,634,665 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package main;
import chat.Chat;
public class May1 {
public static void main(String[] args) {
// TODO Auto-generated method stub
Chat server = new Chat(8080, 8000);
server.start();
}
}
| UTF-8 | Java | 194 | java | May1.java | Java | [] | null | [] | package main;
import chat.Chat;
public class May1 {
public static void main(String[] args) {
// TODO Auto-generated method stub
Chat server = new Chat(8080, 8000);
server.start();
}
}
| 194 | 0.685567 | 0.639175 | 11 | 16.636364 | 14.815672 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.181818 | false | false | 4 |
acdeb11c31b90f5eac884c37b9dd58c379f72ae6 | 11,914,239,310,794 | cbd852d11554b8c1fb167e080cff3c4edfb0632d | /CIMRT-ejb/test/commoninfra/sessionbean/SystemAdminSessionBeanRemoteTest.java | f79815ab582bdb93dc8c098a233f9234700c34e2 | [] | no_license | weihaooo/CIMRT | https://github.com/weihaooo/CIMRT | 9ff00621993db32e3a7937ffcabe333344917dbc | b51f0b2ae5df294133946d317543751ab416584a | refs/heads/main | 2023-03-13T20:31:20.792000 | 2021-03-03T17:55:54 | 2021-03-03T17:55:54 | 344,212,596 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package commoninfra.sessionbean;
import commoninfra.entity.AccessRightsEntity;
import commoninfra.entity.DepotStaffEntity;
import comm... | UTF-8 | Java | 7,583 | java | SystemAdminSessionBeanRemoteTest.java | Java | [
{
"context": "rg.junit.runners.MethodSorters;\n\n/**\n *\n * @author FABIAN\n */\n@FixMethodOrder(MethodSorters.NAME_ASCENDING)",
"end": 1024,
"score": 0.9994618892669678,
"start": 1018,
"tag": "NAME",
"value": "FABIAN"
},
{
"context": "tln(\"deleteStaffFail\");\n String staff... | 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 commoninfra.sessionbean;
import commoninfra.entity.AccessRightsEntity;
import commoninfra.entity.DepotStaffEntity;
import comm... | 7,583 | 0.658447 | 0.65726 | 263 | 27.832699 | 24.565474 | 160 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.490494 | false | false | 4 |
27334ca863ef17a7537beed5c7d63536f170e0df | 18,726,057,474,360 | cf3dade9430d6fcc0b612c5a3a49d7df89555df6 | /src/meow/konc/hack/modules/misc/MCF.java | f3dfed20072ccc684afbdb757fc8431ee0e995f1 | [] | no_license | Not-Hax/KONC-client-source | https://github.com/Not-Hax/KONC-client-source | cc83e2afb462ae9aa7a06375121eba63fa8028e4 | 590b7655551cd6b5a98f8d55ffe623141a3a23cb | refs/heads/main | 2023-04-01T10:45:34.432000 | 2021-04-05T14:22:03 | 2021-04-05T14:22:03 | 354,852,775 | 5 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package meow.konc.hack.modules.misc;
import me.zero.alpine.listener.EventHandler;
import me.zero.alpine.listener.Listener;
import meow.konc.hack.command.Command;
import meow.konc.hack.command.commands.FriendCommand;
import meow.konc.hack.module.Module;
import meow.konc.hack.util.other.Friends;
import net.minecraft.cli... | UTF-8 | Java | 2,642 | java | MCF.java | Java | [] | null | [] | package meow.konc.hack.modules.misc;
import me.zero.alpine.listener.EventHandler;
import me.zero.alpine.listener.Listener;
import meow.konc.hack.command.Command;
import meow.konc.hack.command.commands.FriendCommand;
import meow.konc.hack.module.Module;
import meow.konc.hack.util.other.Friends;
import net.minecraft.cli... | 2,642 | 0.619228 | 0.614307 | 68 | 37.838234 | 33.108826 | 162 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.558824 | false | false | 4 |
46dc2288f4b87892d51eb0668ffcb661b3bfdf45 | 11,287,174,070,383 | 06d9bf9c93a9d19fe2201b8002a477201fa691a7 | /HelloMVC/src/main/java/com/ktds/junho/dao/ArticleDAO.java | 5edc4e1fc2585079c7dab9726e510b60ef939bc7 | [] | no_license | submonsta/SecureCoding | https://github.com/submonsta/SecureCoding | fada7a623369dbacb402d0a23fbbf5a455e0b096 | 8dda8a593516c77795abc5ff643ed28ad402be92 | refs/heads/master | 2021-01-01T03:56:19.646000 | 2016-04-27T01:03:29 | 2016-04-27T01:03:29 | 57,110,948 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ktds.junho.dao;
import java.util.List;
import com.ktds.junho.vo.EmployeesVO;
public interface ArticleDAO {
public String getNowSystemDate();
public List<EmployeesVO> getAllEmployeeInfo();
}
| UTF-8 | Java | 210 | java | ArticleDAO.java | Java | [] | null | [] | package com.ktds.junho.dao;
import java.util.List;
import com.ktds.junho.vo.EmployeesVO;
public interface ArticleDAO {
public String getNowSystemDate();
public List<EmployeesVO> getAllEmployeeInfo();
}
| 210 | 0.77619 | 0.77619 | 12 | 16.5 | 17.134274 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 4 |
faecd488807b06b1eff5a9acb8e54667635f8258 | 7,086,696,102,885 | 2ccf955c5b6c4d02c36ba8c17d4182cc25097d93 | /src/elfville/protocol/models/SerializableElf.java | 78b17f3cc3df2b1c316f4cba0d8367e9da670f95 | [] | no_license | AaronMartinez/ElfVille | https://github.com/AaronMartinez/ElfVille | c5a049166d985d6b3e778c960910e85f49f4d9e7 | 6f25c17a643bfde4e308c4ec4c83dbce4d21c1b7 | refs/heads/master | 2021-01-17T21:55:25.268000 | 2012-05-03T02:52:28 | 2012-05-03T02:52:28 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package elfville.protocol.models;
import java.util.List;
public class SerializableElf extends SerializableModel {
private static final long serialVersionUID = 1L;
public String elfName;
public int numSocks;
public String description;
public List<SerializablePost> centralBoardPosts;
@Override
public int getCh... | UTF-8 | Java | 528 | java | SerializableElf.java | Java | [] | null | [] | package elfville.protocol.models;
import java.util.List;
public class SerializableElf extends SerializableModel {
private static final long serialVersionUID = 1L;
public String elfName;
public int numSocks;
public String description;
public List<SerializablePost> centralBoardPosts;
@Override
public int getCh... | 528 | 0.744318 | 0.742424 | 23 | 21.956522 | 20.109436 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.434783 | false | false | 4 |
e2077203c874ce66d24d1e1f9598483a889a982e | 23,398,981,890,008 | 9bf536f107c36f23451b698fc00e6ff7a1f37bf5 | /app/src/main/java/com/paizhong/manggo/ui/splash/SplashActivity.java | a93a5f8355387880daee45e0882a6870f3e7fec9 | [] | no_license | huang2177/mango_android | https://github.com/huang2177/mango_android | 5f6c89bd57686455e9200b76fb690b5fa123f086 | e7ec5350f6f62f580534961a462fecf37e9b0434 | refs/heads/master | 2020-05-30T03:34:45.156000 | 2019-05-31T02:53:54 | 2019-05-31T02:53:54 | 189,516,733 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.paizhong.manggo.ui.splash;
import android.Manifest;
import android.content.Intent;
import android.graphics.drawable.Drawable;
import android.os.Handler;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.text.TextUtils;
import android.view.View;
import and... | UTF-8 | Java | 7,878 | java | SplashActivity.java | Java | [
{
"context": "o.reactivex.functions.Consumer;\n\n/**\n * Created by zab on 2018/8/15 0015.\n */\npublic class SplashActivit",
"end": 1304,
"score": 0.9996746778488159,
"start": 1301,
"tag": "USERNAME",
"value": "zab"
}
] | null | [] | package com.paizhong.manggo.ui.splash;
import android.Manifest;
import android.content.Intent;
import android.graphics.drawable.Drawable;
import android.os.Handler;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.text.TextUtils;
import android.view.View;
import and... | 7,878 | 0.598491 | 0.596279 | 220 | 33.936363 | 27.826828 | 143 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.422727 | false | false | 4 |
669a28ccda5eef8fab5184ed43246ee3a18d09a4 | 438,086,685,210 | 69821c6d064429b3f29b54d75d3d11ac6a506435 | /src/main/java/service/CacheService.java | 064bf8d2b7a362f9cca567be27073d8733326e72 | [] | no_license | hippos-man/pokemon-guide | https://github.com/hippos-man/pokemon-guide | 80e2ee2d5e871a9154ec6f0ca8fb598df6541959 | faa78ab3a84ffb46bcc8705231c7fa02c163f06e | refs/heads/master | 2023-03-30T18:46:32.954000 | 2021-03-27T09:57:22 | 2021-03-27T09:57:22 | 349,694,878 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package service;
import com.fasterxml.jackson.databind.ObjectMapper;
import entity.Pokemon;
import java.io.File;
import java.io.FileInputStream;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
public class CacheService {
public final ObjectMapper objectMap... | UTF-8 | Java | 1,216 | java | CacheService.java | Java | [] | null | [] | package service;
import com.fasterxml.jackson.databind.ObjectMapper;
import entity.Pokemon;
import java.io.File;
import java.io.FileInputStream;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
public class CacheService {
public final ObjectMapper objectMap... | 1,216 | 0.674342 | 0.674342 | 40 | 29.4 | 29.383499 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 4 |
6d73a6f7ff51fe1cacdb321f6071205027f1881e | 2,619,930,071,418 | 531cec1b2a39636c75101bdef14e2fda71b78915 | /Student Contact Form - Auto Response/StudentContactsAutoResponseWithDBGUI211OneClass/src/smsautoresponse/controllers/EmailAutoResponseController.java | 7bb34c52a8d5374405b8020346c5887ed15b4482 | [] | no_license | Felix9431/SEM | https://github.com/Felix9431/SEM | 8997f6e7ae87b64afa6416c6d270bff5c6ef27f8 | 1e94c640d65f88d1eeab1fe58735bef7e35181ab | refs/heads/master | 2020-03-13T04:08:14.256000 | 2018-04-20T20:11:56 | 2018-04-20T20:11:56 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package smsautoresponse.controllers;
import java.util.Properties;
import javax.mail.MessagingException;
import javax.mail.Session;
import javax.mail.Transport;
import javax.mail.internet.MimeMessage;
import smsautoresponse.models.Contact;
import smsautoresponse.models.EmailAutoResponse;
public class E... | UTF-8 | Java | 1,400 | java | EmailAutoResponseController.java | Java | [] | null | [] | package smsautoresponse.controllers;
import java.util.Properties;
import javax.mail.MessagingException;
import javax.mail.Session;
import javax.mail.Transport;
import javax.mail.internet.MimeMessage;
import smsautoresponse.models.Contact;
import smsautoresponse.models.EmailAutoResponse;
public class E... | 1,400 | 0.794286 | 0.794286 | 35 | 38 | 31.313166 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.028571 | false | false | 4 |
7a5bcf2db15435e63b80916cf182f135db3ddb3d | 17,514,876,658,809 | 1aa1988590794a624ed308fe89a4efeea7d025d9 | /src/stringsPkg/ReverseWordsInSentence.java | f563befb49ddac1697d884f2dd77d4547a245dd1 | [] | no_license | Venkatarajendra/JavaPrograms | https://github.com/Venkatarajendra/JavaPrograms | e1db0d77f12ef2628ba521350006efe880766469 | bc230a6909abb94bdd99f1e2302f1690eebbc10c | refs/heads/master | 2020-04-20T05:10:05.527000 | 2019-02-01T05:53:32 | 2019-02-01T05:53:32 | 168,648,649 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package stringsPkg;
// Program to reverse the words of the sentence
public class ReverseWordsInSentence {
static String reverseString(String st) {
String res = "";
for (int i=st.length()-1; i>=0;i--) {
res = res+st.charAt(i);
}
return res;
}
public static void main(String[] args) {
String str = "Dandu... | UTF-8 | Java | 874 | java | ReverseWordsInSentence.java | Java | [
{
"context": "static void main(String[] args) {\n\t\tString str = \"Dandu Venkata Rajendra\";\n\t\tString[] words = str.split(\" \");\n\t\tString out",
"end": 337,
"score": 0.9997817873954773,
"start": 315,
"tag": "NAME",
"value": "Dandu Venkata Rajendra"
}
] | null | [] | package stringsPkg;
// Program to reverse the words of the sentence
public class ReverseWordsInSentence {
static String reverseString(String st) {
String res = "";
for (int i=st.length()-1; i>=0;i--) {
res = res+st.charAt(i);
}
return res;
}
public static void main(String[] args) {
String str = "<NAME... | 858 | 0.638444 | 0.631579 | 36 | 23.277779 | 21.356253 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.305556 | false | false | 4 |
5c264e91e1d993f81eef28bf572ad20571b88e23 | 11,596,411,729,231 | 377884aa44d103538357ddf6b13b988a493ce400 | /APCSA/src/unit5/CharacterAnalyzer.java | cbd3e80f1c0e5047d4a64f049cadee176f11bfac | [] | no_license | jenniejcao/APCSAgit | https://github.com/jenniejcao/APCSAgit | 6d47f722ecfec4842e28c5c97e84b4c4bd95b1b4 | d56ff25defbb7ed7ed50e5d6988e44d01d067be8 | refs/heads/master | 2021-04-27T10:44:21.664000 | 2018-05-15T06:44:26 | 2018-05-15T06:44:26 | 120,532,305 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package unit5;
import static java.lang.System.*;
import java.util.Scanner;
public class CharacterAnalyzer
{
private char theChar;
public CharacterAnalyzer()
{
theChar='a';
}
public CharacterAnalyzer(char c)
{
setChar(c);
}
public void setChar(char c)
{
theChar=c;
}
p... | UTF-8 | Java | 1,067 | java | CharacterAnalyzer.java | Java | [] | null | [] | package unit5;
import static java.lang.System.*;
import java.util.Scanner;
public class CharacterAnalyzer
{
private char theChar;
public CharacterAnalyzer()
{
theChar='a';
}
public CharacterAnalyzer(char c)
{
setChar(c);
}
public void setChar(char c)
{
theChar=c;
}
p... | 1,067 | 0.586692 | 0.573571 | 74 | 12.445946 | 15.407213 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.22973 | false | false | 4 |
e75844c18e3ba8a558c3baf66c98ba7da9ee2b8b | 13,357,348,323,137 | 95cc573047987e8abad583c19ddd9c8a8b197fb2 | /src/main/java/cn/mobiledaily/p2plite/service/IdCardServiceImpl.java | 789bb2e283068950dab022029d9799ec9da39e4a | [] | no_license | johnson19750717/p2pLite | https://github.com/johnson19750717/p2pLite | efc3422bacfcd113956f07dccc6e97ef613d1584 | 67ceeceb3f91f4972a63f85e8e1de49cdacc8fe0 | refs/heads/master | 2016-09-05T12:06:46.947000 | 2014-10-09T12:31:06 | 2014-10-09T12:31:06 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.mobiledaily.p2plite.service;
import cn.mobiledaily.p2plite.domain.IdCardBack;
import cn.mobiledaily.p2plite.domain.IdCardFront;
import cn.mobiledaily.p2plite.repository.IdCardBackRepository;
import cn.mobiledaily.p2plite.repository.IdCardFrontRepository;
import org.springframework.stereotype.Service;
import... | UTF-8 | Java | 1,212 | java | IdCardServiceImpl.java | Java | [
{
"context": ".Inject;\nimport java.util.List;\n\n/**\n * Created by johnson on 14-10-6.\n */\n@Service(value = \"idCardService\")",
"end": 457,
"score": 0.9995217323303223,
"start": 450,
"tag": "USERNAME",
"value": "johnson"
}
] | null | [] | package cn.mobiledaily.p2plite.service;
import cn.mobiledaily.p2plite.domain.IdCardBack;
import cn.mobiledaily.p2plite.domain.IdCardFront;
import cn.mobiledaily.p2plite.repository.IdCardBackRepository;
import cn.mobiledaily.p2plite.repository.IdCardFrontRepository;
import org.springframework.stereotype.Service;
import... | 1,212 | 0.764852 | 0.756601 | 43 | 27.186047 | 22.917706 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.348837 | false | false | 4 |
acc1cee9665ec5de6b592bda42719feb0adac5ee | 9,139,690,432,663 | b04d128fed0f7a00d74c90ab3984b99e8fa7593f | /源代码/work-system/work-system/work-api-admin/src/main/java/team/work/api/unified/ToFrontEndCodeApi.java | 841ca3fada7ec2bc07b5cba1586c907acfcca8a8 | [] | no_license | 2368990203/WorkManagementSystem | https://github.com/2368990203/WorkManagementSystem | a11d126a9aaf273d2f574e320d150434d4b98462 | 8ae92e884eada4be22a8e80d808aead096220163 | refs/heads/master | 2020-06-08T08:22:38.250000 | 2019-07-05T02:16:52 | 2019-07-05T02:16:52 | 193,195,527 | 2 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package team.work.api.unified;
import com.alibaba.fastjson.JSONObject;
import team.work.api.BaseApi;
import team.work.core.model.SysAutoCode;
import team.work.core.service.impl.SysAutoCodeService;
import team.work.doc.FrontEndCode;
import team.work.utils.kit.DESKit;
import team.work.utils.tool.PropertiesUtil;
import t... | UTF-8 | Java | 39,420 | java | ToFrontEndCodeApi.java | Java | [
{
"context": "tring user = \"root\";\n// String password = \"Taller10086!\";\n// String url = \"jdbc:mysql://39.108.1.47:",
"end": 31478,
"score": 0.9984065890312195,
"start": 31467,
"tag": "PASSWORD",
"value": "Taller10086"
},
{
"context": "ller10086!\";\n// Str... | null | [] | package team.work.api.unified;
import com.alibaba.fastjson.JSONObject;
import team.work.api.BaseApi;
import team.work.core.model.SysAutoCode;
import team.work.core.service.impl.SysAutoCodeService;
import team.work.doc.FrontEndCode;
import team.work.utils.kit.DESKit;
import team.work.utils.tool.PropertiesUtil;
import t... | 39,420 | 0.446541 | 0.44054 | 956 | 38.916317 | 34.062263 | 364 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.638075 | false | false | 4 |
c9cb0b847c33366655142e31caec852e3c939dff | 4,647,154,641,368 | f7d7847397db960034a222cb321c6f39355397d0 | /src/main/java/com/bc291/database/logic/StatisticsLogic.java | a74aeac0782c699cb42bf86b8938f88135f58e35 | [] | no_license | bc291/GamesDBA | https://github.com/bc291/GamesDBA | 6e0b5833fce33d5e32de3b08921393b80e5e2c0b | 028cf92975bd937a1ca9c2f3542c06f2fd40367e | refs/heads/master | 2021-04-06T00:22:37.859000 | 2018-03-15T00:58:09 | 2018-03-15T00:58:09 | 125,104,926 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | //package com.example.easynotes.logic;
//
//import Game;
//import GameRepository;
//import org.springframework.beans.factory.annotation.Autowired;
//import org.springframework.context.annotation.ComponentScan;
//import org.springframework.context.annotation.Configuration;
//
//import java.util.Iterator;
//import java.u... | UTF-8 | Java | 4,237 | java | StatisticsLogic.java | Java | [] | null | [] | //package com.example.easynotes.logic;
//
//import Game;
//import GameRepository;
//import org.springframework.beans.factory.annotation.Autowired;
//import org.springframework.context.annotation.ComponentScan;
//import org.springframework.context.annotation.Configuration;
//
//import java.util.Iterator;
//import java.u... | 4,237 | 0.551805 | 0.543545 | 152 | 26.875 | 22.297131 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.434211 | false | false | 4 |
038ab5aa1e79ffe504dda02ab1ccd85339f1f716 | 15,599,321,252,158 | 1e198317e0031c0b4824bd416375b68d26d6ea66 | /hotelms/src/main/java/com/edu/skeleton/model/Hotel.java | 9af91496c3bec78c0ebb604264ea898bd4076339 | [] | no_license | RekhaLeelara/Case4Assignments | https://github.com/RekhaLeelara/Case4Assignments | fb6de51e555d0866751c5bf91166aafce3af4142 | eabe9fc1bf8bc6ae4b57116855cd2c997144660f | refs/heads/main | 2023-08-03T05:09:56.849000 | 2021-09-11T20:13:57 | 2021-09-11T20:13:57 | 405,420,875 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.edu.skeleton.model;
import javax.persistence.Entity;
import java.util.Objects;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.Table;
@Entity
@Table
public class Hotel {
@Id
@GeneratedValue (strategy=GenerationType.... | UTF-8 | Java | 1,235 | java | Hotel.java | Java | [] | null | [] | package com.edu.skeleton.model;
import javax.persistence.Entity;
import java.util.Objects;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.Table;
@Entity
@Table
public class Hotel {
@Id
@GeneratedValue (strategy=GenerationType.... | 1,235 | 0.682591 | 0.682591 | 62 | 18.919355 | 19.334324 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.193548 | false | false | 4 |
10929b1d2f46611c000cc6d654735c1e4aa8bb3c | 23,794,118,831,260 | 3ec3e917a882d5b9c02ebc9dfa1c9c5a1ff1f242 | /asciipic/src/main/java/com/asciipic/services/journalize/logout/JournalizeLogoutService.java | acef2b8473d22a66935b6cfe66a17b568b840429 | [] | no_license | AlexandruTudose/TW | https://github.com/AlexandruTudose/TW | 46eb553788896734410f9b0b4f123d47639adf52 | f8aeb6f37bf62fd1164950e2ebcd7d1822a72450 | refs/heads/master | 2021-01-20T14:34:10.444000 | 2017-05-14T21:42:25 | 2017-05-14T21:42:25 | 90,627,032 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.asciipic.services.journalize.logout;
import com.asciipic.models.JournalizeLogout;
import com.asciipic.services.UpdateService;
/**
* Created by Alexandru on 5/14/2017.
*/
public interface JournalizeLogoutService extends UpdateService<JournalizeLogout> {
}
| UTF-8 | Java | 271 | java | JournalizeLogoutService.java | Java | [
{
"context": "sciipic.services.UpdateService;\n\n/**\n * Created by Alexandru on 5/14/2017.\n */\npublic interface JournalizeLogo",
"end": 167,
"score": 0.9989994168281555,
"start": 158,
"tag": "NAME",
"value": "Alexandru"
}
] | null | [] | package com.asciipic.services.journalize.logout;
import com.asciipic.models.JournalizeLogout;
import com.asciipic.services.UpdateService;
/**
* Created by Alexandru on 5/14/2017.
*/
public interface JournalizeLogoutService extends UpdateService<JournalizeLogout> {
}
| 271 | 0.811808 | 0.785978 | 10 | 26.1 | 27.182531 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3 | false | false | 4 |
747d970d7772e1786b8ec921bf8ad2a537e1cb2e | 16,604,343,580,689 | 10186b7d128e5e61f6baf491e0947db76b0dadbc | /org/apache/batik/css/engine/value/svg12/LineHeightManager.java | b79c7d5054c408b773ca716fc620c4944bc53b5f | [
"SMLNJ",
"Apache-1.1",
"Apache-2.0",
"BSD-2-Clause"
] | permissive | MewX/contendo-viewer-v1.6.3 | https://github.com/MewX/contendo-viewer-v1.6.3 | 7aa1021e8290378315a480ede6640fd1ef5fdfd7 | 69fba3cea4f9a43e48f43148774cfa61b388e7de | refs/heads/main | 2022-07-30T04:51:40.637000 | 2021-03-28T05:06:26 | 2021-03-28T05:06:26 | 351,630,911 | 2 | 0 | Apache-2.0 | false | 2021-10-12T22:24:53 | 2021-03-26T01:53:24 | 2021-07-16T10:43:25 | 2021-10-12T22:22:35 | 44,956 | 1 | 0 | 4 | Java | false | false | /* */ package org.apache.batik.css.engine.value.svg12;
/* */
/* */ import org.apache.batik.css.engine.CSSEngine;
/* */ import org.apache.batik.css.engine.CSSStylableElement;
/* */ import org.apache.batik.css.engine.StyleMap;
/* */ import org.apache.batik.css.engine.value.FloatValue;
/* */ i... | UTF-8 | Java | 3,869 | java | LineHeightManager.java | Java | [] | null | [] | /* */ package org.apache.batik.css.engine.value.svg12;
/* */
/* */ import org.apache.batik.css.engine.CSSEngine;
/* */ import org.apache.batik.css.engine.CSSStylableElement;
/* */ import org.apache.batik.css.engine.StyleMap;
/* */ import org.apache.batik.css.engine.value.FloatValue;
/* */ i... | 3,869 | 0.418196 | 0.3939 | 155 | 23.967741 | 23.021566 | 131 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.316129 | false | false | 4 |
9df04412dcf2ccd9f1bb2dd0a7d36120dabee9e6 | 16,604,343,581,438 | b0a22ecf35c15fc6a44349547954f65e0e580e18 | /src/main/java/net/skhu/SendEmailSSL.java | 16025839eda002856950dc87aae68f7617659b49 | [] | no_license | bom04/ShowYourFavorateSongs_WEB_Incomplete | https://github.com/bom04/ShowYourFavorateSongs_WEB_Incomplete | 7728ce833dd2174d2f566ba7440295fec9c9337f | c70cbd9fe89a3fc5ff6dd779064b86944df996ce | refs/heads/master | 2020-07-29T22:12:09.050000 | 2020-04-14T10:39:09 | 2020-04-14T10:39:09 | 209,981,293 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.skhu;
import java.util.Properties;
import javax.mail.Message;
import javax.mail.MessagingException;
import javax.mail.PasswordAuthentication;
import javax.mail.Session;
import javax.mail.Transport;
import javax.mail.internet.InternetAddress;
import javax.mail.internet.MimeMessage;
public class SendEmailS... | UTF-8 | Java | 2,776 | java | SendEmailSSL.java | Java | [
{
"context": " { // 이메일 보내기 위해 만든 클래스\n\tfinal String username = \"iris21kr@gmail.com\"; // 이메일을 보낼 계정 쓰기\n\tfinal String password = \"dnql",
"end": 390,
"score": 0.9999114274978638,
"start": 372,
"tag": "EMAIL",
"value": "iris21kr@gmail.com"
},
{
"context": ".com\"; // 이메일을 보낼 계정 쓰기... | null | [] | package net.skhu;
import java.util.Properties;
import javax.mail.Message;
import javax.mail.MessagingException;
import javax.mail.PasswordAuthentication;
import javax.mail.Session;
import javax.mail.Transport;
import javax.mail.internet.InternetAddress;
import javax.mail.internet.MimeMessage;
public class SendEmailS... | 2,741 | 0.709766 | 0.699219 | 87 | 28.425287 | 22.914951 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.701149 | false | false | 4 |
c4fdeb1e89c06f5ccbee0110133749a3d8a0d4b9 | 24,455,543,806,488 | 8b248921fef6b611edda2d3c10922c682f00933e | /src/garcia/james/retronEngine/mainProcessing/States/StateManager.java | c50f896951cc8b3dc56dea7d9ae1c76c3f872a64 | [] | no_license | JamesGarcia/GameEngine | https://github.com/JamesGarcia/GameEngine | 4751e72c58c3b3f84fc6e0b67b38bf3f94ff1a4c | 3aad64cfe5fa4178d5c0b98eb095fd8434f9677a | refs/heads/master | 2016-09-25T18:10:46.290000 | 2016-09-14T23:26:47 | 2016-09-14T23:26:47 | 68,250,678 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package garcia.james.retronEngine.mainProcessing.States;
import java.awt.Graphics;
import java.util.HashMap;
import garcia.james.retronEngine.MasterProcessor;
import garcia.james.retronEngine.mainProcessing.Listeners.KeyListener;
/**
* This is the class that is used to manage all differnt States
* This should be t... | UTF-8 | Java | 1,423 | java | StateManager.java | Java | [] | null | [] | package garcia.james.retronEngine.mainProcessing.States;
import java.awt.Graphics;
import java.util.HashMap;
import garcia.james.retronEngine.MasterProcessor;
import garcia.james.retronEngine.mainProcessing.Listeners.KeyListener;
/**
* This is the class that is used to manage all differnt States
* This should be t... | 1,423 | 0.704146 | 0.692902 | 69 | 19.623188 | 18.418722 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.869565 | false | false | 4 |
f6320408035d1c8b0151fcfcbeff906d75fa7bb4 | 8,177,617,780,302 | 6f063193bf68354cf436aaa22794fe81ff2db0ec | /src/main/java/de/nordakademie/iaa_multiple_choice/web/EnrollAction.java | 6a7619d2bc7e00bf500da4d597a249df13cfbdcc | [] | no_license | timbru31/iaa-multiple-choice | https://github.com/timbru31/iaa-multiple-choice | 8a5f3dc641bda9907c5351be4286e443f0ad37f6 | f1f61d4d2dab07781d5609d0e1cc28bf9913bcf5 | refs/heads/master | 2021-01-11T04:37:17.489000 | 2019-12-01T21:33:12 | 2019-12-01T21:33:12 | 71,155,828 | 1 | 0 | null | false | 2016-11-09T23:25:03 | 2016-10-17T15:58:25 | 2016-10-27T12:28:24 | 2016-11-09T23:25:03 | 696 | 0 | 0 | 3 | Java | null | null | package de.nordakademie.iaa_multiple_choice.web;
import java.time.LocalDateTime;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import org.springframework.beans.factory.annotation.Autowired;
import de.nordakademie.iaa_multiple_choice.domain.Exam;
import de.nordakademie.iaa_multip... | UTF-8 | Java | 2,923 | java | EnrollAction.java | Java | [
{
"context": " * Action for enrolling to an exam.\n * \n * @author Tim Brust\n */\n@LoginRequired\n@StudentRequired\npublic class ",
"end": 941,
"score": 0.9998770356178284,
"start": 932,
"tag": "NAME",
"value": "Tim Brust"
}
] | null | [] | package de.nordakademie.iaa_multiple_choice.web;
import java.time.LocalDateTime;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import org.springframework.beans.factory.annotation.Autowired;
import de.nordakademie.iaa_multiple_choice.domain.Exam;
import de.nordakademie.iaa_multip... | 2,920 | 0.704413 | 0.697229 | 84 | 33.797619 | 25.691753 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.642857 | false | false | 4 |
63e6ab7cfc85853af96eeb0552106460acaa49d7 | 360,777,289,014 | dab123dc9f15268fb8c0a2e69b66b524b9d7efbb | /Magic/src/main/java/com/elmakers/mine/bukkit/magic/command/MagicNPCCommandExecutor.java | e88674e5ac35b13083c11f6394e7bb0dca6f1ed9 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | Ryotackey/MagicPlugin | https://github.com/Ryotackey/MagicPlugin | 5c5c0203c51a4f89c83040bccaed98a8aecb11b4 | b8813da5532032a9354cbe23990e6fe0874545fb | refs/heads/master | 2022-11-30T17:03:07.164000 | 2020-08-16T05:39:40 | 2020-08-16T05:39:40 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.elmakers.mine.bukkit.magic.command;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collection;
import java.util.List;
import java.util.Set;
import javax.annotation.Nullable;
import org.apache.commons.lang.StringUtils;
import org.bukkit.ChatColor;
import org.bukkit.command.Command;
i... | UTF-8 | Java | 15,478 | java | MagicNPCCommandExecutor.java | Java | [] | null | [] | package com.elmakers.mine.bukkit.magic.command;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collection;
import java.util.List;
import java.util.Set;
import javax.annotation.Nullable;
import org.apache.commons.lang.StringUtils;
import org.bukkit.ChatColor;
import org.bukkit.command.Command;
i... | 15,478 | 0.572878 | 0.56926 | 390 | 38.68718 | 30.672623 | 187 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.728205 | false | false | 4 |
4fdfd216a67edd56ad5e329d4ddeb06d3d813bc7 | 21,320,217,713,491 | efde0434165abb3a9e9e52a05d93ca72e3869134 | /service/customer/src/main/java/banger/job/TodoJobService.java | 11a336f90cca46a463e3a973569b15289069c881 | [
"MIT"
] | permissive | baggio0128/colp | https://github.com/baggio0128/colp | 724571723a59b093d8c59f389b36175b402a09d2 | e7393f4c0f1d2feddf45f86a6741d3d5f87f2f93 | refs/heads/master | 2016-06-13T14:31:43.191000 | 2015-12-28T16:23:58 | 2015-12-28T16:23:58 | 48,700,390 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* banger Inc.
* Copyright (c) 2009-2012 All Rights Reserved.
* ToDo :This is Class Description...
* Author :huyb
* Create Date:2014-6-13
*/
package banger.job;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.quartz.JobExecutionContext;
import org.quart... | UTF-8 | Java | 1,219 | java | TodoJobService.java | Java | [
{
"context": " :This is Class Description...\n * Author :huyb\n * Create Date:2014-6-13\n */\npackage banger.job;\n",
"end": 129,
"score": 0.9996827244758606,
"start": 125,
"tag": "USERNAME",
"value": "huyb"
},
{
"context": "r.service.intf.ICustomerT1Service;\n\n/**\n * @auth... | null | [] | /*
* banger Inc.
* Copyright (c) 2009-2012 All Rights Reserved.
* ToDo :This is Class Description...
* Author :huyb
* Create Date:2014-6-13
*/
package banger.job;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.quartz.JobExecutionContext;
import org.quart... | 1,219 | 0.754764 | 0.724938 | 43 | 27.069767 | 24.504765 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.906977 | false | false | 4 |
fce8034e8cf3746613d15dd35a3138f7a78383ca | 8,718,783,643,938 | 624ef8a356369719acb947b018adadb698488599 | /eclipse/plugins/org.ietr.dftools.algorithm/src/org/ietr/dftools/algorithm/demo/DirectedAcyclicGraphGeneratorDemo.java | f5bc9bb3f38f2c08155712b6b24db7222b281e1a | [] | no_license | blaunay/dftools | https://github.com/blaunay/dftools | 0f9570bc8da2456887ecd11565fe6449b9f441c5 | e755027b3ab5301b33c97b3721b8f2705a431d42 | refs/heads/master | 2021-01-20T11:29:50.841000 | 2015-05-26T14:54:04 | 2015-05-26T14:54:04 | 39,938,686 | 0 | 0 | null | true | 2015-07-30T08:02:05 | 2015-07-30T08:02:04 | 2014-12-04T11:18:22 | 2015-07-20T14:17:05 | 3,844 | 0 | 0 | 0 | null | null | null | package org.ietr.dftools.algorithm.demo;
import java.awt.Color;
import java.awt.Dimension;
import java.awt.ScrollPane;
import java.awt.geom.Rectangle2D;
import java.util.Vector;
import javax.swing.JApplet;
import javax.swing.JFrame;
import javax.swing.WindowConstants;
import org.ietr.dftools.algorithm.ge... | UTF-8 | Java | 6,565 | java | DirectedAcyclicGraphGeneratorDemo.java | Java | [
{
"context": " display features of a random DAG\r\n * \r\n * @author pthebault\r\n * \r\n */\r\npublic class DirectedAcyclicGraphGener",
"end": 1311,
"score": 0.9995524883270264,
"start": 1302,
"tag": "USERNAME",
"value": "pthebault"
}
] | null | [] | package org.ietr.dftools.algorithm.demo;
import java.awt.Color;
import java.awt.Dimension;
import java.awt.ScrollPane;
import java.awt.geom.Rectangle2D;
import java.util.Vector;
import javax.swing.JApplet;
import javax.swing.JFrame;
import javax.swing.WindowConstants;
import org.ietr.dftools.algorithm.ge... | 6,565 | 0.694288 | 0.684844 | 208 | 29.5625 | 25.069057 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.043269 | false | false | 4 |
15d3bb8c031c97c64cce563b909d80c3729635e3 | 8,005,819,082,614 | c6d07f89dfe074a3c3a190ddbe09ec853eff9566 | /osgi/com.ethode.algolia.search/src/main/java/com/ethode/algolia/search/job/PeopleIndex.java | c83e99cb662b5850fdd75b979e79726ba78b4c4c | [] | no_license | TU-EAM-Web/ethode | https://github.com/TU-EAM-Web/ethode | b20c4f6bbb22062e14cd4cd56552a3c38abb5a09 | 728e00761fd6273b3186a1c639be57bc00aebae3 | refs/heads/master | 2018-12-07T00:30:40.406000 | 2018-10-30T21:42:14 | 2018-10-30T21:42:14 | 144,645,768 | 2 | 0 | null | false | 2018-10-30T21:42:15 | 2018-08-13T23:54:58 | 2018-09-10T20:25:13 | 2018-10-30T21:42:15 | 42,876 | 1 | 0 | 0 | CSS | false | null | package com.ethode.algolia.search.job;
import com.algolia.search.*;
import com.algolia.search.objects.tasks.sync.*;
import com.dotmarketing.portlets.contentlet.model.Contentlet;
import com.dotmarketing.portlets.structure.model.Relationship;
import com.dotmarketing.portlets.structure.model.Structure;
import com.dotmar... | UTF-8 | Java | 4,157 | java | PeopleIndex.java | Java | [
{
"context": "yList;\nimport java.util.Arrays;\n\n/**\n * Created by Justin Kubicek on 4/14/2018.\n */\npublic class PeopleIndex\n{\n\tpub",
"end": 666,
"score": 0.9998310208320618,
"start": 652,
"tag": "NAME",
"value": "Justin Kubicek"
}
] | null | [] | package com.ethode.algolia.search.job;
import com.algolia.search.*;
import com.algolia.search.objects.tasks.sync.*;
import com.dotmarketing.portlets.contentlet.model.Contentlet;
import com.dotmarketing.portlets.structure.model.Relationship;
import com.dotmarketing.portlets.structure.model.Structure;
import com.dotmar... | 4,149 | 0.701227 | 0.698581 | 138 | 29.130434 | 27.369143 | 136 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.57971 | false | false | 4 |
be9ce397735a72e1e18774ce1fa5728f50504d24 | 6,262,062,368,169 | 6bf84dd314d5427299d0e27290f8f520fc3737f0 | /src/com/utilities/ExpectedResult.java | 6f4747e46fd62baf2e5999b7bb8a354a836325ba | [] | no_license | TimB0/WikiaWebTesting | https://github.com/TimB0/WikiaWebTesting | 6834a37a7bf0e3219bfc9cd9d10bab1bad157108 | 15baba6ef22a3c887b2f0b8b5ecbb9fe6963a442 | refs/heads/master | 2020-03-17T09:08:13.483000 | 2015-08-09T22:45:00 | 2015-08-09T22:45:00 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.utilities;
import com.Runner;
import com.pages.GlobalHeader;
import org.junit.Assert;
import org.openqa.selenium.WebDriver;
/**
* Created by Artur on 8/9/2015.
*/
public class ExpectedResult {
public static void url(String expectedUrl, WebDriver driver){
String actualUrl = driver.getCurren... | UTF-8 | Java | 3,063 | java | ExpectedResult.java | Java | [
{
"context": " org.openqa.selenium.WebDriver;\n\n/**\n * Created by Artur on 8/9/2015.\n */\npublic class ExpectedResult {\n\n ",
"end": 161,
"score": 0.9898315072059631,
"start": 156,
"tag": "NAME",
"value": "Artur"
}
] | null | [] | package com.utilities;
import com.Runner;
import com.pages.GlobalHeader;
import org.junit.Assert;
import org.openqa.selenium.WebDriver;
/**
* Created by Artur on 8/9/2015.
*/
public class ExpectedResult {
public static void url(String expectedUrl, WebDriver driver){
String actualUrl = driver.getCurren... | 3,063 | 0.66732 | 0.662749 | 68 | 44.044117 | 40.119465 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.529412 | false | false | 4 |
45eb5a2a0e4d007cb63b9d636ba960002ae40327 | 1,434,519,129,847 | bf4025ebe0cf5b051c49f6d489463e7d074eb812 | /src/com/order/mgmt/dao/CustomerDAO.java | 14a22b6eb873fae32ca97bb1d81d4c94eec1261f | [] | no_license | smdaziz/OrderManagementApp | https://github.com/smdaziz/OrderManagementApp | 43b21bf08a53956736ae69cc1f563aeb4ad1e056 | 455235c519bb16608ed80075fb201d12566ca5bb | refs/heads/master | 2021-01-21T06:30:31.218000 | 2017-02-26T22:10:11 | 2017-02-26T22:10:11 | 83,244,146 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* This class provides data access operations
* across Customer entity mapped with customer table.
*
* @author Mohammed Abdul Aziz, Syed
* @cwid 50143871
* @course CSCI 531 Project
* @email msyed6@leomail.tamuc.edu
* @version 1.0
* @since 12-01-2015
*/
//declare a package
package com.order.mgmt.dao;
impor... | UTF-8 | Java | 5,896 | java | CustomerDAO.java | Java | [
{
"context": "er entity mapped with customer table.\n*\n* @author Mohammed Abdul Aziz, Syed\n* @cwid\t 50143871\n* @course CSCI 531 Proj",
"end": 134,
"score": 0.9927003979682922,
"start": 115,
"tag": "NAME",
"value": "Mohammed Abdul Aziz"
},
{
"context": " customer table.\n*\n* ... | null | [] | /**
* This class provides data access operations
* across Customer entity mapped with customer table.
*
* @author <NAME>, Syed
* @cwid 50143871
* @course CSCI 531 Project
* @email <EMAIL>
* @version 1.0
* @since 12-01-2015
*/
//declare a package
package com.order.mgmt.dao;
import java.sql.ResultSet;
import j... | 5,866 | 0.701662 | 0.694369 | 182 | 31.395605 | 22.459673 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.005495 | false | false | 4 |
e3f49edee050edc84e182d22659ea5e18a9568e6 | 9,423,158,308,072 | 66ed0f3998a8b94d89aed48abe907405f01f26a7 | /ms-tmdp/src/main/java/com/zhuanjingkj/stpbe/tmdp/dto/emphavehi/EmphasisVehicleTimeFrameDTO.java | 165d630a11c7e17d705b4c04a11dcf99848cd5e9 | [] | no_license | shell22/stpbe | https://github.com/shell22/stpbe | a47f337782ba7a2613e693b24d7c0b225f5af8e2 | c8ea6b80e714e638e36f61a271dc1fc7c3079761 | refs/heads/master | 2023-02-24T01:15:28.578000 | 2021-01-28T06:36:42 | 2021-01-28T06:36:42 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zhuanjingkj.stpbe.tmdp.dto.emphavehi;
import com.zhuanjingkj.stpbe.data.dto.BaseDTO;
/**
* author by guoqiang
* date on 2020.11.23
**/
public class EmphasisVehicleTimeFrameDTO extends BaseDTO {
private String date;
private Integer emphasisVehicleNum;
private Integer timeFrame;
public ... | UTF-8 | Java | 818 | java | EmphasisVehicleTimeFrameDTO.java | Java | [
{
"context": "anjingkj.stpbe.data.dto.BaseDTO;\n\n/**\n * author by guoqiang\n * date on 2020.11.23\n **/\npublic class EmphasisV",
"end": 124,
"score": 0.9995297193527222,
"start": 116,
"tag": "USERNAME",
"value": "guoqiang"
}
] | null | [] | package com.zhuanjingkj.stpbe.tmdp.dto.emphavehi;
import com.zhuanjingkj.stpbe.data.dto.BaseDTO;
/**
* author by guoqiang
* date on 2020.11.23
**/
public class EmphasisVehicleTimeFrameDTO extends BaseDTO {
private String date;
private Integer emphasisVehicleNum;
private Integer timeFrame;
public ... | 818 | 0.680929 | 0.671149 | 38 | 20.526316 | 19.935074 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.289474 | false | false | 4 |
d24153d5a157d0821f81a71b426bd6beaf6d07bc | 20,693,152,488,005 | d84a0f00956de777f92971a51f5b6a2b5ce54199 | /myth-admin/src/main/java/com/github/myth/admin/controller/TransactionLogController.java | 5d9aefd6c43e15b7b41f71fce0651ed01fe04eca | [
"Apache-2.0"
] | permissive | hellodake/myth | https://github.com/hellodake/myth | 1e93d27e1617fb91f997a357e5058b76be4730c5 | f3ee1beff0f5794fd056f883e8e280858799df64 | refs/heads/master | 2020-04-08T14:58:17.914000 | 2018-11-28T09:49:51 | 2018-11-28T09:49:51 | 159,459,882 | 0 | 0 | Apache-2.0 | true | 2018-11-28T07:14:08 | 2018-11-28T07:14:08 | 2018-11-28T02:38:46 | 2018-11-23T10:53:38 | 1,090 | 0 | 0 | 0 | null | false | null | /*
*
* Copyright 2017-2018 549477611@qq.com(xiaoyu)
*
* This copyrighted material is made available to anyone wishing to use, modify,
* copy, or redistribute it subject to the terms and conditions of the GNU
* Lesser General Public License, as published by the Free Software Foundation.
*
* This program is distr... | UTF-8 | Java | 3,134 | java | TransactionLogController.java | Java | [
{
"context": "/*\n *\n * Copyright 2017-2018 549477611@qq.com(xiaoyu)\n *\n * This copyrighted material is made a",
"end": 45,
"score": 0.9812265634536743,
"start": 32,
"tag": "EMAIL",
"value": "477611@qq.com"
},
{
"context": "/*\n *\n * Copyright 2017-2018 549477611@qq.com(xiaoyu)\n... | null | [] | /*
*
* Copyright 2017-2018 549<EMAIL>(xiaoyu)
*
* This copyrighted material is made available to anyone wishing to use, modify,
* copy, or redistribute it subject to the terms and conditions of the GNU
* Lesser General Public License, as published by the Free Software Foundation.
*
* This program is distributed... | 3,128 | 0.74984 | 0.744416 | 88 | 34.613636 | 30.609873 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.431818 | false | false | 4 |
fe15dcfec84cd6540960c30e4bf5d92d991f1045 | 23,673,859,790,011 | e304dac56feb599a87650ca35d4881ff325556f8 | /app/src/main/java/com/example/dilu583/flag_sys/Playing.java | ebb0adb7760c5b81a4cba981a1bc03a97e3268c5 | [] | no_license | dilu583/FLAG_sys | https://github.com/dilu583/FLAG_sys | 18875771fc535fbc5231bee66ef69235cc643436 | b073b6ba937fe906049b084f593bf4e5949bb7e4 | refs/heads/master | 2020-06-21T08:21:41.160000 | 2016-11-26T01:03:51 | 2016-11-26T01:03:51 | 74,796,719 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.dilu583.flag_sys;
import android.content.Intent;
import android.os.CountDownTimer;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.ImageView;
import android.widget.ProgressBar;
import android.wi... | UTF-8 | Java | 3,929 | java | Playing.java | Java | [
{
"context": "package com.example.dilu583.flag_sys;\n\nimport android.content.Intent;\nimport ",
"end": 27,
"score": 0.9854785203933716,
"start": 20,
"tag": "USERNAME",
"value": "dilu583"
},
{
"context": "port android.widget.TextView;\n\nimport com.example.dilu583.flag_sys.DbHelper.D... | null | [] | package com.example.dilu583.flag_sys;
import android.content.Intent;
import android.os.CountDownTimer;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.ImageView;
import android.widget.ProgressBar;
import android.wi... | 3,929 | 0.627386 | 0.62026 | 135 | 28.103704 | 24.046028 | 126 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.659259 | false | false | 4 |
c3e503bd262bd653ed2251608239a7b7951eb272 | 2,473,901,208,201 | 6697d3b60f8799734c7c3912a99f3c2a70126bac | /WEB课程设计/src/com/shop/servlet/user/toUserUpdate.java | 5b30b3dc4f824cb043d0c6917958af8000cd4cef | [] | no_license | lhzhyp/- | https://github.com/lhzhyp/- | 1f14c191c1957d0f20b4df2dde4af61fd07edec2 | 1e69c84b152165fa42f90c8b5ff4b6c30ab1daa7 | refs/heads/master | 2022-11-12T07:24:50.613000 | 2020-07-03T12:01:59 | 2020-07-03T12:01:59 | 275,699,496 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.shop.servlet.user;
import com.service.userDao;
import com.shop.entity.shop_user;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import jav... | UTF-8 | Java | 936 | java | toUserUpdate.java | Java | [] | null | [] | package com.shop.servlet.user;
import com.service.userDao;
import com.shop.entity.shop_user;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import jav... | 936 | 0.760349 | 0.75817 | 26 | 34.307693 | 27.848173 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.769231 | false | false | 4 |
d6a9822b02f255d85388ac71719d1cb1ce869c80 | 2,473,901,208,555 | 1098971ac9ea076a270d7d3c6ab7fc48a5795602 | /src/test/java/com/bianchi/ch3/StackWithMinimumTest.java | b4dc7cf98ad10681616de3898d426e6388464afc | [] | no_license | benbianchi/cracking-the-code | https://github.com/benbianchi/cracking-the-code | 41455f723de3509aa9acb306e7bd0bdee0eb46e5 | bfb09fdcfdd1fc4888eda098b888d5c9f3cf0071 | refs/heads/master | 2021-06-26T18:31:59.485000 | 2019-11-09T20:15:47 | 2019-11-09T20:15:47 | 139,647,600 | 0 | 0 | null | false | 2020-10-12T23:20:05 | 2018-07-03T23:54:23 | 2019-11-09T20:16:15 | 2020-10-12T23:20:03 | 45 | 0 | 0 | 1 | Java | false | false | package com.bianchi.ch3;
import static org.junit.Assert.assertEquals;
import org.junit.Test;
public class StackWithMinimumTest {
@Test
public void testWorksLikeDescribed() {
StackWithMinimum stack = new StackWithMinimum();
stack.push(10);
stack.push(9);
stack.push(8);
... | UTF-8 | Java | 579 | java | StackWithMinimumTest.java | Java | [] | null | [] | package com.bianchi.ch3;
import static org.junit.Assert.assertEquals;
import org.junit.Test;
public class StackWithMinimumTest {
@Test
public void testWorksLikeDescribed() {
StackWithMinimum stack = new StackWithMinimum();
stack.push(10);
stack.push(9);
stack.push(8);
... | 579 | 0.597582 | 0.576857 | 27 | 20.481482 | 16.804695 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.703704 | false | false | 4 |
3fb7cbfdf3a596b2b6aaee29cd538f9d18d7cff4 | 25,469,156,118,421 | 887a0cc5d93d8689c236c88f112f34f37cd823d3 | /src/com/vektor/classstructure/VektorSerialization.java | 15b0b467a40fe3f950c79fbffd2d3c21d0cc4e37 | [] | no_license | codesurf/CodePrepare | https://github.com/codesurf/CodePrepare | b9845234a9888470d517c6ac3c7478a163e1ad39 | ffd18fb35bda3841aa9e082657e9b0f711df5938 | refs/heads/master | 2021-05-19T19:37:38.958000 | 2013-10-15T06:00:45 | 2013-10-15T06:00:45 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.vektor.classstructure;
import java.util.ArrayList;
import org.eclipse.jdt.core.Flags;
import com.google.gson.annotations.SerializedName;
public class VektorSerialization {
public static class fs {
@SerializedName("files")
private ArrayList<fsElement> files;
public ArrayList<fsElement> getFiles()... | UTF-8 | Java | 6,935 | java | VektorSerialization.java | Java | [] | null | [] | package com.vektor.classstructure;
import java.util.ArrayList;
import org.eclipse.jdt.core.Flags;
import com.google.gson.annotations.SerializedName;
public class VektorSerialization {
public static class fs {
@SerializedName("files")
private ArrayList<fsElement> files;
public ArrayList<fsElement> getFiles()... | 6,935 | 0.709877 | 0.709877 | 289 | 22.99654 | 16.811287 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.325259 | false | false | 4 |
c8194b1e4b12cb81e5a78306253c84d9f93a14e7 | 25,469,156,121,002 | 543620e19b0a065a7069af056037d80a3075fb5c | /src/main/java/org/herban/wiki/filter/WPFunction.java | 51ee607a9ba10e405342158321424c55463f7bd3 | [] | no_license | asmuelle/lazywikiparser | https://github.com/asmuelle/lazywikiparser | 1dd756eeab53e1ca962b718c96add595795c8c35 | 17cec8d9103dc362b120e3e6318d4ab7cde3b0f2 | refs/heads/master | 2021-01-23T07:02:30.290000 | 2011-03-13T13:41:28 | 2011-03-13T13:41:28 | 854,648 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.herban.wiki.filter;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
/**
* Created by IntelliJ IDEA. User: MUAN104 Date: 04.03.2009 Time: 13:12:50 To
* change this template use File | Settings | File Templates.
*/
public class WPFunction extends WPBlock {
priva... | UTF-8 | Java | 1,665 | java | WPFunction.java | Java | [
{
"context": "l.List;\r\n\r\n/**\r\n * Created by IntelliJ IDEA. User: MUAN104 Date: 04.03.2009 Time: 13:12:50 To\r\n * change thi",
"end": 164,
"score": 0.9995936751365662,
"start": 157,
"tag": "USERNAME",
"value": "MUAN104"
}
] | null | [] | package org.herban.wiki.filter;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
/**
* Created by IntelliJ IDEA. User: MUAN104 Date: 04.03.2009 Time: 13:12:50 To
* change this template use File | Settings | File Templates.
*/
public class WPFunction extends WPBlock {
priva... | 1,665 | 0.632432 | 0.610811 | 81 | 18.580246 | 18.976831 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.728395 | false | false | 4 |
a2a761be4fb4533387af4adaf509c87f5922fa69 | 4,861,903,048,095 | 9a92dca4d2401b54b89e71a6124dd20819e167b5 | /src/theory/lecture_4/Main.java | a3fee10bd2309c22bdbe66b3a71a7f55061e6fd8 | [] | no_license | pacavacamolo/academy | https://github.com/pacavacamolo/academy | 6b42f8cbf3f6e515ea787be2ef853639feb19160 | 74e7ccd9f1032608256a70fa40b3b902802e3d98 | refs/heads/master | 2021-01-12T09:21:03.726000 | 2016-11-24T15:35:55 | 2016-11-24T15:35:55 | 76,143,085 | 0 | 0 | null | true | 2016-12-10T23:18:10 | 2016-12-10T23:18:10 | 2016-11-22T15:38:45 | 2016-11-24T15:36:20 | 4,845 | 0 | 0 | 0 | null | null | null | package theory.lecture_4;
/**
* Created by StudentTC on 18.10.2016.
*/
public class Main {
public static void main(String[] args) {
int i = 0;
System.out.println(i);
i = i + 1;
i = i + 1;
System.out.println(i);
}
}
| UTF-8 | Java | 274 | java | Main.java | Java | [
{
"context": "package theory.lecture_4;\n\n\n/**\n * Created by StudentTC on 18.10.2016.\n */\npublic class Main {\n public",
"end": 55,
"score": 0.9995685815811157,
"start": 46,
"tag": "USERNAME",
"value": "StudentTC"
}
] | null | [] | package theory.lecture_4;
/**
* Created by StudentTC on 18.10.2016.
*/
public class Main {
public static void main(String[] args) {
int i = 0;
System.out.println(i);
i = i + 1;
i = i + 1;
System.out.println(i);
}
}
| 274 | 0.507299 | 0.463504 | 21 | 12 | 14.071247 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 4 |
7bcddabbb52af93d43597cc6812ee99d89778607 | 26,929,445,014,179 | eb2f234591fce44542f866f90253794fdb6ad3ec | /src/main/java/ec/com/kardex/client/servicio/KardexServicio.java | 0eaef2c4c50529a7e437c70c57cf0e280d4d9120 | [] | no_license | inkarri/kardex-app | https://github.com/inkarri/kardex-app | 379336a15b77096015227cee8f9aa123c0bcfae5 | 281664fe8464be0b53ffb6e680e3b308274c431f | refs/heads/master | 2023-03-02T23:55:33.121000 | 2021-02-07T10:15:14 | 2021-02-07T10:15:14 | 336,611,400 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ec.com.kardex.client.servicio;
import ec.com.kardex.client.dao.TipoPagoDao;
import ec.com.kardex.client.dto.ArticuloDTO;
import ec.com.kardex.client.dto.ClasificacionDTO;
import ec.com.kardex.client.dto.DetallePedidoDTO;
import ec.com.kardex.client.dto.PedidoDTO;
import ec.com.kardex.client.dto.PersonaDTO;
imp... | UTF-8 | Java | 1,211 | java | KardexServicio.java | Java | [] | null | [] | package ec.com.kardex.client.servicio;
import ec.com.kardex.client.dao.TipoPagoDao;
import ec.com.kardex.client.dto.ArticuloDTO;
import ec.com.kardex.client.dto.ClasificacionDTO;
import ec.com.kardex.client.dto.DetallePedidoDTO;
import ec.com.kardex.client.dto.PedidoDTO;
import ec.com.kardex.client.dto.PersonaDTO;
imp... | 1,211 | 0.791082 | 0.791082 | 44 | 26.522728 | 24.650732 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.545455 | false | false | 4 |
27c5693fb2d6e8ef8c8f8df2c6926f0f5bceb37c | 16,690,242,936,657 | 79a491195c35dbf693e2756e15d4c5b187a8bcbc | /niutal-component-wjdc-parent/niutal-component-wjdc-action/src/main/java/com/zfsoft/wjdc/interceptor/ParamParseInterceptor.java | 58668494b57056296bf4fddec1b9491adad14927 | [
"Apache-2.0"
] | permissive | bellmit/niutal | https://github.com/bellmit/niutal | a892f8012a0431d969420f26a6af06201ce81ffd | 14103ec3b4ffa3fcd8c03bbd24d891e78eeb07c0 | refs/heads/main | 2022-12-26T01:33:31.683000 | 2020-10-14T17:17:56 | 2020-10-14T17:17:56 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.woshidaniu.wjdc.interceptor;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.apache.struts2.ServletActionContext;
import com.opensymphony.xwork2.ActionInvocation;
import com.opensymphony.x... | UTF-8 | Java | 1,443 | java | ParamParseInterceptor.java | Java | [
{
"context": "截取并set\n * @ClassName: ParamInterceptor \n * @author jinjj\n * @date 2012-6-13 下午01:18:38 \n *\n */\npublic clas",
"end": 439,
"score": 0.999605655670166,
"start": 434,
"tag": "USERNAME",
"value": "jinjj"
}
] | null | [] | package com.woshidaniu.wjdc.interceptor;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.apache.struts2.ServletActionContext;
import com.opensymphony.xwork2.ActionInvocation;
import com.opensymphony.x... | 1,443 | 0.768673 | 0.739666 | 45 | 29.644444 | 27.606083 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.288889 | false | false | 4 |
4cdf3df23d37e846a1d9f22b749a30c6c24be2b9 | 5,823,975,687,826 | 0a02b7f866a19a1828a438630ce30ded655b5547 | /src/test/java/ResourcesTest.java | ab9015d158f484039efd723fa3622ea95350f07e | [] | no_license | tonybaines/gradle-scratchpad | https://github.com/tonybaines/gradle-scratchpad | a7c6481acd10b1b289f35a6d5e5dc522aa3dc722 | 41212a0d0bde321ad39329527867e112710d09e4 | refs/heads/master | 2020-05-30T13:24:21.323000 | 2011-11-04T19:04:21 | 2011-11-04T19:04:21 | 2,710,999 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import org.junit.Test;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertNull;
public class ResourcesTest {
@Test
public void shouldLoadResourcesFromTheRootOfTheMainResourcesTree() {
assertNotNull(ResourcesTest.class.getReso... | UTF-8 | Java | 703 | java | ResourcesTest.java | Java | [] | null | [] | import org.junit.Test;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertNull;
public class ResourcesTest {
@Test
public void shouldLoadResourcesFromTheRootOfTheMainResourcesTree() {
assertNotNull(ResourcesTest.class.getReso... | 703 | 0.766714 | 0.766714 | 20 | 34.150002 | 30.979469 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.35 | false | false | 4 |
1e25d4dee883348679014c6ad2879cda997d0d99 | 3,788,161,183,889 | c848f16221296a7ebb3e8134a96f4174eaab5ec0 | /src/com/renren/api/client/RenrenApiConfig.java | 1471a40380dccd3e9b407fe7854fd3cb4d87adeb | [] | no_license | anchex/RenRen | https://github.com/anchex/RenRen | d6dd7924e17cc2fb8ca84e7a413758359ed9da2e | c47bf2546d6d0e6a882cbcc9d4f0da2c6f27c717 | refs/heads/master | 2016-09-15T19:00:00.958000 | 2011-05-07T05:22:14 | 2011-05-07T05:22:14 | 1,706,670 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.renren.api.client;
/**
* @author 李勇(yong.li@opi-corp.com) 2011-2-17
*/
public class RenrenApiConfig {
public static String renrenApiUrl = "http://api.renren.com/restserver.do";
public static String renrenApiVersion = "1.0";
public static String renrenApiKey = "8e6e74c373a84ccfbd5e58372a731... | UTF-8 | Java | 413 | java | RenrenApiConfig.java | Java | [
{
"context": "package com.renren.api.client;\n\n/**\n * @author 李勇(yong.li@opi-corp.com) 2011-2-17\n */\npublic class ",
"end": 49,
"score": 0.9997566342353821,
"start": 47,
"tag": "NAME",
"value": "李勇"
},
{
"context": "package com.renren.api.client;\n\n/**\n * @author 李勇(yong.li@opi... | null | [] | package com.renren.api.client;
/**
* @author 李勇(<EMAIL>) 2011-2-17
*/
public class RenrenApiConfig {
public static String renrenApiUrl = "http://api.renren.com/restserver.do";
public static String renrenApiVersion = "1.0";
public static String renrenApiKey = "8e6e74c373a84ccfbd5e58372a7310b9";
pu... | 400 | 0.740831 | 0.625917 | 16 | 24.5625 | 30.087307 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3125 | false | false | 4 |
daedf4e8d2b7bbbcdc1eb0840f446532092d2623 | 6,777,458,420,809 | 95c49f466673952b465e19a5ee3ae6eff76bee00 | /src/main/java/com/zhihu/p2177za/proto/LiveStreamingError.java | 081f9f6d0bc7e5cd4d9d9ecddf962664cd44e6b4 | [] | no_license | Phantoms007/zhihuAPK | https://github.com/Phantoms007/zhihuAPK | 58889c399ae56b16a9160a5f48b807e02c87797e | dcdbd103436a187f9c8b4be8f71bdf7813b6d201 | refs/heads/main | 2023-01-24T01:34:18.716000 | 2020-11-25T17:14:55 | 2020-11-25T17:14:55 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zhihu.p2177za.proto;
import com.p679k.p680a.AbstractC5966d;
import com.p679k.p680a.EnumAdapter;
import com.p679k.p680a.FieldEncoding;
import com.p679k.p680a.ProtoAdapter;
import com.p679k.p680a.ProtoReader;
import com.p679k.p680a.ProtoWriter;
import com.p679k.p680a.WireEnum;
import com.secneo.apkwrapper.C6... | UTF-8 | Java | 5,793 | java | LiveStreamingError.java | Java | [] | null | [] | package com.zhihu.p2177za.proto;
import com.p679k.p680a.AbstractC5966d;
import com.p679k.p680a.EnumAdapter;
import com.p679k.p680a.FieldEncoding;
import com.p679k.p680a.ProtoAdapter;
import com.p679k.p680a.ProtoReader;
import com.p679k.p680a.ProtoWriter;
import com.p679k.p680a.WireEnum;
import com.secneo.apkwrapper.C6... | 5,793 | 0.57604 | 0.518902 | 178 | 31.544945 | 22.575235 | 125 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.44382 | false | false | 4 |
978e8b4dd50381ed319d09927f5996cd82754b3c | 24,283,745,113,004 | 28e117b3a94b83ae76b4d833645885633258ddcc | /back-end/src/main/java/com/jvheaney/adidas/repositories/EntityNodeRepository.java | 50a346e04c3eb551f18670023664b4930b124c3d | [] | no_license | Jvheaney/adidas-b2b-demo | https://github.com/Jvheaney/adidas-b2b-demo | a2bcc8e690b68a114565f292d48633e750a1f5a8 | 9082fede172d1690449e2c6f3921a4f9c1de6760 | refs/heads/main | 2023-06-14T14:20:11.814000 | 2021-07-09T01:53:10 | 2021-07-09T01:53:10 | 384,290,643 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jvheaney.adidas.repositories;
import java.util.List;
import org.springframework.data.neo4j.annotation.Query;
import org.springframework.data.neo4j.repository.Neo4jRepository;
import org.springframework.data.repository.query.Param;
import com.jvheaney.adidas.models.EntityNode;
public interface EntityNode... | UTF-8 | Java | 4,457 | java | EntityNodeRepository.java | Java | [] | null | [] | package com.jvheaney.adidas.repositories;
import java.util.List;
import org.springframework.data.neo4j.annotation.Query;
import org.springframework.data.neo4j.repository.Neo4jRepository;
import org.springframework.data.repository.query.Param;
import com.jvheaney.adidas.models.EntityNode;
public interface EntityNode... | 4,457 | 0.686112 | 0.677137 | 89 | 49.078651 | 46.92337 | 151 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.044944 | false | false | 4 |
99df191252084523ff11f54490971f4ed61b1065 | 23,630,910,089,117 | 85573c61807e6b825f93bbc92ce7df326f5da387 | /elastic-job-core/src/main/java/com/dangdang/ddframe/job/internal/job/dataflow/AbstractBatchDataFlowElasticJob.java | 669b80f03a57d56ed5ed456ea5b24f0f475c9b7e | [
"Apache-2.0"
] | permissive | zhoujia123/ElasticJob | https://github.com/zhoujia123/ElasticJob | d9af11bcb2eb0460e3b96d2751de1a588000ed99 | 8fff63733c4352166cd51d6ff4911f6ef2318db8 | refs/heads/master | 2021-01-20T20:18:38.748000 | 2016-06-07T01:48:48 | 2016-06-07T01:48:52 | 60,573,613 | 7 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright 1999-2015 dangdang.com.
* <p>
* 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... | UTF-8 | Java | 1,918 | java | AbstractBatchDataFlowElasticJob.java | Java | [
{
"context": "atistics;\n\n/**\n * 用于批量处理数据流程的作业抽象类.\n * \n * @author zhangliang\n * \n * @param <T> 数据流作业处理的数据实体类型\n * @param <C> 作业",
"end": 964,
"score": 0.8492235541343689,
"start": 954,
"tag": "USERNAME",
"value": "zhangliang"
}
] | null | [] | /*
* Copyright 1999-2015 dangdang.com.
* <p>
* 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... | 1,918 | 0.725191 | 0.718103 | 50 | 35.68 | 37.707527 | 180 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.44 | false | false | 4 |
e2926061fb4b60754943dac0fbc4fde761868007 | 13,357,348,327,859 | be164ac6cc3629f43e1c0da92b0c79d8e0799e90 | /java/source/com/vmail/modelCache/base/AcInclusionRuleTmpModelCacheBase.java | 4e8a212e178621d8ba07a7dc957c023d841e3355 | [] | no_license | pabplanalp/pvmail | https://github.com/pabplanalp/pvmail | da51b664e17f60dfae9f64764d23e2e150adad10 | 06e75afc0181a416146bd351d37a4045e8656fc4 | refs/heads/master | 2019-04-20T14:12:17.573000 | 2013-07-19T19:22:31 | 2013-07-19T19:22:31 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* AUTO GENERATED - DO NOT EDIT
*/
package com.vmail.modelCache.base;
import com.jwApps.collection.JwList;
import com.jwApps.collection.JwMap;
import com.jwApps.time.JwTimestamp;
import com.jwApps.time.JwDate;
import com.vmail.db.base.AcDbAccountAccess;
import com.vmail.modelCache.core.AcAbstractModelCache;
imp... | UTF-8 | Java | 2,921 | java | AcInclusionRuleTmpModelCacheBase.java | Java | [] | null | [] | /**
* AUTO GENERATED - DO NOT EDIT
*/
package com.vmail.modelCache.base;
import com.jwApps.collection.JwList;
import com.jwApps.collection.JwMap;
import com.jwApps.time.JwTimestamp;
import com.jwApps.time.JwDate;
import com.vmail.db.base.AcDbAccountAccess;
import com.vmail.modelCache.core.AcAbstractModelCache;
imp... | 2,921 | 0.570353 | 0.570353 | 98 | 28.806122 | 26.872965 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.367347 | false | false | 4 |
4b89a9bd5c61e04f67bcf6160228a645bd7ac539 | 23,373,212,059,290 | d7494b1798380b6bb3a0b261d98e504b870e9b6a | /src/main/java/modelo/ModeloNotificaciones.java | 9d6121b6a0ac5ee39d31a848286ff06511662f06 | [] | no_license | MartinPerez6655321/FormAr | https://github.com/MartinPerez6655321/FormAr | de4aee1736263f7761f83d357326b5672997f5c1 | 8662fe44fc3dd0c19381dd3c010bbec7cefc6700 | refs/heads/master | 2020-04-13T15:11:05.368000 | 2018-12-27T11:12:05 | 2018-12-27T11:12:05 | 163,283,903 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package modelo;
import java.util.ArrayList;
import java.util.List;
import dto.EventoSupervisorDTO;
import dto.NotificacionDTO;
import observer.AbstractObservable;
import persistencia.dao.mysql.NotificacionDAOMYSQL;
public class ModeloNotificaciones extends AbstractObservable {
private NotificacionDAOMYSQL notific... | UTF-8 | Java | 2,003 | java | ModeloNotificaciones.java | Java | [] | null | [] | package modelo;
import java.util.ArrayList;
import java.util.List;
import dto.EventoSupervisorDTO;
import dto.NotificacionDTO;
import observer.AbstractObservable;
import persistencia.dao.mysql.NotificacionDAOMYSQL;
public class ModeloNotificaciones extends AbstractObservable {
private NotificacionDAOMYSQL notific... | 2,003 | 0.750874 | 0.750874 | 93 | 20.537634 | 23.814949 | 130 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.88172 | false | false | 4 |
f0d60ac68b3049d2ac41989da950c65bd12c8431 | 12,060,268,199,697 | 07b90606a98e70bcc87bd974f04bb27ce4b58654 | /app/src/main/java/com/example/wilsonsu/instagramclient/Models/InstagramComment.java | cdcd5b11d203cfaf2275506849759000ed895003 | [] | no_license | ted7726/AndroidCodePathProject1 | https://github.com/ted7726/AndroidCodePathProject1 | 746db541831d14e55eb486469c86fca89e533011 | ffd6639178acd49e527d359e81dc87499e680198 | refs/heads/master | 2021-01-10T02:58:41.432000 | 2016-02-09T04:14:07 | 2016-02-09T04:14:07 | 51,132,081 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.wilsonsu.instagramclient.Models;
import org.codehaus.jackson.annotate.JsonProperty;
import java.util.Date;
/**
* Created by weishengsu on 2/7/16.
*/
public class InstagramComment {
@JsonProperty("created_time")
public Date time;
public String text;
@JsonProperty("from")
pu... | UTF-8 | Java | 460 | java | InstagramComment.java | Java | [
{
"context": "package com.example.wilsonsu.instagramclient.Models;\n\nimport org.codehaus.ja",
"end": 26,
"score": 0.5531488656997681,
"start": 23,
"tag": "USERNAME",
"value": "son"
},
{
"context": "operty;\n\nimport java.util.Date;\n\n/**\n * Created by weishengsu on 2/7/16.\n */\np... | null | [] | package com.example.wilsonsu.instagramclient.Models;
import org.codehaus.jackson.annotate.JsonProperty;
import java.util.Date;
/**
* Created by weishengsu on 2/7/16.
*/
public class InstagramComment {
@JsonProperty("created_time")
public Date time;
public String text;
@JsonProperty("from")
pu... | 460 | 0.684783 | 0.667391 | 23 | 19 | 17.300415 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.347826 | false | false | 4 |
ea306fd18f62cccb7cca929eeef0b97d840e838f | 12,060,268,199,589 | b4d5a25c0cffef6f4de566401756fc320c1ce498 | /calendar.java | b8fae6fd36d6a1f052e294b37b1420cc4dde2bfa | [] | no_license | noobeerza29/calendar | https://github.com/noobeerza29/calendar | 6324521b91a0133a36b6226964341bbe7707b77f | b4dccc232346d096f87a3e1a4ffd7313e4b41513 | refs/heads/master | 2023-03-25T01:24:53.398000 | 2021-03-18T05:39:36 | 2021-03-18T05:39:36 | 348,943,450 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import static org.junit.jupiter.api.Assertions.*;
import org.junit.jupiter.api.Test;
import org.openqa.selenium.By;
import org.openqa.selenium.Dimension;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.chrome.ChromeDriver;
class calendar {
@Test
v... | UTF-8 | Java | 3,949 | java | calendar.java | Java | [] | null | [] | import static org.junit.jupiter.api.Assertions.*;
import org.junit.jupiter.api.Test;
import org.openqa.selenium.By;
import org.openqa.selenium.Dimension;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.chrome.ChromeDriver;
class calendar {
@Test
v... | 3,949 | 0.594581 | 0.588503 | 97 | 38.711342 | 27.488689 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.865979 | false | false | 4 |
bb4c90049e0d5d8981c40aaf12c37e61e46a3258 | 19,413,252,209,608 | d8f798399e807ed20ba306510ad16df4e0474e3b | /81_BookFetchStrategy/src/main/java/telran/ashkelon2020/book/model/Book.java | 3cd92b866bc14662a8624ca8c950184c7ad67b10 | [] | no_license | GeoIsrael/Java | https://github.com/GeoIsrael/Java | 2802992e6bb5e8989e5b0b854282d763905b947e | a820436ca1fb2c35cd26a085f179f5029b0f8ad6 | refs/heads/master | 2022-12-25T16:35:13.360000 | 2020-10-04T16:38:43 | 2020-10-04T16:38:43 | 253,518,459 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package telran.ashkelon2020.book.model;
import java.util.Set;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.Id;
import javax.persistence.ManyToMany;
import lombok.AllArgsConstructor;
import lombok.EqualsAndHashCode;
import lombok.Getter;
import lombok.NoArgsConstructor... | UTF-8 | Java | 561 | java | Book.java | Java | [] | null | [] | package telran.ashkelon2020.book.model;
import java.util.Set;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.Id;
import javax.persistence.ManyToMany;
import lombok.AllArgsConstructor;
import lombok.EqualsAndHashCode;
import lombok.Getter;
import lombok.NoArgsConstructor... | 561 | 0.800357 | 0.793226 | 29 | 18.344828 | 13.360456 | 39 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.655172 | false | false | 4 |
0fc5c0a2b4481f46d58909259d1ccaa59e46a7c8 | 28,243,704,966,885 | abec73a514fdde2ca103c622964496eaba1814bc | /src/main/java/com/pankaj/platform/transformer/DateConverter.java | 2772ec14673ef9456eaf0e2b33cff9a5e4bf9787 | [] | no_license | panksy2k/Blogging | https://github.com/panksy2k/Blogging | 386edbcc42bcff0c26a0e4d8589dce010df3910e | 73aa7f9a59cab10d3e2ae079af49de8bbf953877 | refs/heads/master | 2020-05-22T04:13:22.391000 | 2016-10-10T15:41:01 | 2016-10-10T15:41:01 | 65,662,463 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.pankaj.platform.transformer;
import org.springframework.format.Formatter;
import java.text.ParseException;
import java.time.LocalDate;
import java.time.format.DateTimeFormatter;
import java.util.Locale;
/**
* Created by pankajpardasani on 28/09/2016.
*/
public class DateConverter implements Formatter<L... | UTF-8 | Java | 1,039 | java | DateConverter.java | Java | [
{
"context": "atter;\nimport java.util.Locale;\n\n/**\n * Created by pankajpardasani on 28/09/2016.\n */\npublic class DateConverter imp",
"end": 251,
"score": 0.998497724533081,
"start": 236,
"tag": "USERNAME",
"value": "pankajpardasani"
}
] | null | [] | package com.pankaj.platform.transformer;
import org.springframework.format.Formatter;
import java.text.ParseException;
import java.time.LocalDate;
import java.time.format.DateTimeFormatter;
import java.util.Locale;
/**
* Created by pankajpardasani on 28/09/2016.
*/
public class DateConverter implements Formatter<L... | 1,039 | 0.735322 | 0.727623 | 33 | 30.454546 | 29.778059 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.545455 | false | false | 4 |
befc42ac56ab009058d6f38ea947d44d5ada2fdd | 37,452,114,834,172 | f5ecc31245da7721c680049776d091f11a43dd46 | /Autonomous_Vehicle/src/Data.java | ad2104d7d9c5fed74c004e1e06ae46cf975f87d1 | [] | no_license | kuh0729/Projects | https://github.com/kuh0729/Projects | df55ec12ab3cdf340b211625adf35af9585e499f | 75682251abcf6ac7e271bafc61be9ee143796307 | refs/heads/master | 2020-05-29T10:20:17.287000 | 2019-05-28T19:54:14 | 2019-05-28T19:54:14 | 189,083,713 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class Data {
private double theta;
private double distance;
private int quality;
public Data (double theta, double distance, int quality) {
this.theta = theta;
this.distance = distance;
this.quality = quality;
}
public double getTheta(){
return this.theta... | UTF-8 | Java | 466 | java | Data.java | Java | [] | null | [] | public class Data {
private double theta;
private double distance;
private int quality;
public Data (double theta, double distance, int quality) {
this.theta = theta;
this.distance = distance;
this.quality = quality;
}
public double getTheta(){
return this.theta... | 466 | 0.600858 | 0.600858 | 24 | 18.416666 | 15.652254 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.458333 | false | false | 4 |
e89ecd90d9bf1aafe18a77918add1d198d79ba81 | 22,814,866,301,732 | eb121fc67ec64fc3ada03926509f7db2c9e4d10e | /helper-mqtt/src/main/java/MQTT/MQTTServiceRepository.java | d24c828c3a636b8b0cfd6920b450cb4189d63b8c | [] | no_license | hyx2020/mvn-touchair | https://github.com/hyx2020/mvn-touchair | 14a4680908dd7b7588ad1530be2cc767241608bf | b8432fe401b406d5004e601f41a03b16169c56c3 | refs/heads/master | 2022-09-15T21:26:08.241000 | 2020-06-05T01:35:04 | 2020-06-05T01:35:04 | 264,064,536 | 0 | 0 | null | false | 2020-06-04T07:11:07 | 2020-05-15T01:21:02 | 2020-06-04T07:10:28 | 2020-06-04T07:10:26 | 23,398 | 0 | 0 | 0 | Java | false | false | package MQTT;
import MQTT.Data.MessageQueueEntity;
import org.eclipse.paho.client.mqttv3.*;
import org.eclipse.paho.client.mqttv3.persist.MemoryPersistence;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.ObjectInputStream;
import java.net.URL;
/**
* @author yanxin.huang
*/
public class ... | UTF-8 | Java | 2,453 | java | MQTTServiceRepository.java | Java | [
{
"context": "tInputStream;\nimport java.net.URL;\n\n/**\n * @author yanxin.huang\n */\npublic class MQTTServiceRepository {\n\tprivate",
"end": 302,
"score": 0.8575010895729065,
"start": 290,
"tag": "NAME",
"value": "yanxin.huang"
}
] | null | [] | package MQTT;
import MQTT.Data.MessageQueueEntity;
import org.eclipse.paho.client.mqttv3.*;
import org.eclipse.paho.client.mqttv3.persist.MemoryPersistence;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.ObjectInputStream;
import java.net.URL;
/**
* @author yanxin.huang
*/
public class ... | 2,453 | 0.70525 | 0.703183 | 98 | 23.683674 | 20.589079 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.22449 | false | false | 4 |
114c94dd8a25707bb277e9e7c00805e3604857b3 | 35,038,343,231,809 | b8f7e20e14fb0012c300af4e2c8a9d6753a7df58 | /DesignPattern/src/dao/DAODemo.java | 7f4bfb9c55acc08746a03b4195c30f52edd42809 | [] | no_license | rakeshven/javainterviewqns2018 | https://github.com/rakeshven/javainterviewqns2018 | d67102ed09d4eb78fb72996b084a98c9b66b0154 | abf86e631e11a11ec24a81a02d6b9dec4c82aa80 | refs/heads/master | 2020-05-23T21:01:43.529000 | 2018-05-20T16:47:17 | 2018-05-20T16:47:17 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package dao;
import java.util.List;
/*
* Data Access Object Pattern or DAO pattern is used to separate low level data accessing API
* or operations from high level business services. Following are the participants in
* Data Access Object Pattern.
Data Access Object Interface - This interface defines the standard... | UTF-8 | Java | 1,184 | java | DAODemo.java | Java | [] | null | [] | package dao;
import java.util.List;
/*
* Data Access Object Pattern or DAO pattern is used to separate low level data accessing API
* or operations from high level business services. Following are the participants in
* Data Access Object Pattern.
Data Access Object Interface - This interface defines the standard... | 1,184 | 0.757601 | 0.755068 | 36 | 31.888889 | 33.276432 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.75 | false | false | 4 |
8a6a5e3109e665925697ddf3900407443ead852b | 14,156,212,263,798 | 22cb683b3657934dc1f24c7e7fce03d87775f4f5 | /organer_web/src/main/java/no/naks/biovigilans/web/server/resource/MelderRapportServerResourceHTML.java | dc9d241a557db51be1e60a0e816a7e62c31fd52b | [] | no_license | olufjen/biovigilans | https://github.com/olufjen/biovigilans | 5c9941c11edbd78cb8106adf4d3173eafef3e547 | c6669faa498d1f1966b93b5ee967808b54cdaaf9 | refs/heads/master | 2021-03-13T00:12:42.716000 | 2019-08-14T16:48:07 | 2019-08-14T16:48:07 | 34,103,970 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package no.naks.biovigilans.web.server.resource;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import no.naks.biovigilans.model.Annenkomplikasjon;
import no.naks.biovigilans.model.Blodprodukt;
import no.naks.biovigilans.model.Donasjon;
import no.naks.biovigilans.mo... | UTF-8 | Java | 30,783 | java | MelderRapportServerResourceHTML.java | Java | [
{
"context": "Den er knyttet til siden melder_rapport\n * @author olj\n *\n */\npublic class MelderRapportServerResourceHT",
"end": 2015,
"score": 0.9993631839752197,
"start": 2012,
"tag": "USERNAME",
"value": "olj"
},
{
"context": "sionServerResource {\n\n\tprivate String meldeKey =... | null | [] | package no.naks.biovigilans.web.server.resource;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import no.naks.biovigilans.model.Annenkomplikasjon;
import no.naks.biovigilans.model.Blodprodukt;
import no.naks.biovigilans.model.Donasjon;
import no.naks.biovigilans.mo... | 30,783 | 0.705569 | 0.704593 | 714 | 42.082634 | 29.147797 | 151 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.106443 | false | false | 4 |
9457ef2af2c4fc64892ec52edcc7c4a3eca73502 | 10,101,763,127,049 | cf0b2e2fcd3838e470cb4c205dda8cc05ac11628 | /hotils-core/src/main/java/org/hotilsframework/io/ResourceLoader.java | 7fb6ab248f9d46b069ef2fcafaca92ab9adc77ff | [] | no_license | hireny/hotils | https://github.com/hireny/hotils | b216b2991c7f3ad6447dbcc8433a9a771e8be1e3 | 0b59a3853d5e636a4a499cca8e7799d540ece62b | refs/heads/master | 2021-09-10T02:05:54.275000 | 2021-08-26T14:44:08 | 2021-08-26T14:44:08 | 225,169,822 | 0 | 0 | null | false | 2020-10-13T20:59:23 | 2019-12-01T13:54:30 | 2020-10-01T14:46:35 | 2020-10-13T20:59:22 | 1,962 | 0 | 0 | 2 | Java | false | false | package org.hotilsframework.io;
/**
* @Author: hireny
* @Date: Create in 2019/07/23 13:57
*/
public interface ResourceLoader {
/**
* 根据路径获取资源
* @param location
* @return
*/
Resource getResource(String location);
/**
* 获取类加载器
* 允许为空
* @return
*/
ClassLoader ge... | UTF-8 | Java | 374 | java | ResourceLoader.java | Java | [
{
"context": "package org.hotilsframework.io;\n\n/**\n * @Author: hireny\n * @Date: Create in 2019/07/23 13:57\n */\npublic i",
"end": 55,
"score": 0.9996157288551331,
"start": 49,
"tag": "USERNAME",
"value": "hireny"
}
] | null | [] | package org.hotilsframework.io;
/**
* @Author: hireny
* @Date: Create in 2019/07/23 13:57
*/
public interface ResourceLoader {
/**
* 根据路径获取资源
* @param location
* @return
*/
Resource getResource(String location);
/**
* 获取类加载器
* 允许为空
* @return
*/
ClassLoader ge... | 374 | 0.571006 | 0.535503 | 21 | 15.095238 | 12.618598 | 42 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.142857 | false | false | 4 |
a8928a91be739a253c974839230e19b533e749a4 | 34,041,910,827,387 | 1b179ceaadd228c5647d6e282857d4fb511e42e6 | /HRMS/src/com/glass7/action/system/ChangePassAction.java | dc78e73a971364b65a2bb2b8ea68dd4e907fbaf0 | [] | no_license | Chenguang-Zhu/HRMS | https://github.com/Chenguang-Zhu/HRMS | bb5ead87f57dadb2aa84916309d11689a493576c | b4a5c0f2c890cb1ea5908f838d9a9730e6bfcbf5 | refs/heads/master | 2017-12-31T08:30:43.612000 | 2016-10-26T16:58:44 | 2016-10-26T16:58:44 | 72,024,492 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.glass7.action.system;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.Map;
import com.glass7.util.DAO;
import com.opensymphony.xwork2.ActionContext;
import com.opensymphony.xwork2.ActionSupport;
public class ChangePassAction extends ActionSupport {
private String op;
private S... | UTF-8 | Java | 1,219 | java | ChangePassAction.java | Java | [] | null | [] | package com.glass7.action.system;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.Map;
import com.glass7.util.DAO;
import com.opensymphony.xwork2.ActionContext;
import com.opensymphony.xwork2.ActionSupport;
public class ChangePassAction extends ActionSupport {
private String op;
private S... | 1,219 | 0.658395 | 0.65426 | 65 | 17.6 | 16.636198 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.015385 | false | false | 4 |
2f5ae860d88dacaf6ad0a04dc55246cc79f8101b | 35,278,861,398,044 | 8e2f6073fc76c70d3f1fd0c3ea11c0cab21533f7 | /omniazero-integration/doc/generated/it/studiofontanelli/omniazero/integration/dto/AbiIstatProvincia.java | d67845906fc06432ce878ccb07573b8a493464f1 | [] | no_license | studiofontanelli/omniazero | https://github.com/studiofontanelli/omniazero | bfa90d42c50749a070b70e5585c9615dfbcf3187 | 4293c210eccfe45581bfb37cc8f9d91175caaca8 | refs/heads/master | 2021-01-22T06:14:22.423000 | 2017-03-05T17:52:28 | 2017-03-05T17:52:28 | 81,748,927 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package it.studiofontanelli.omniazero.integration.dto;
// Generated 30-dic-2016 12.13.14 by Hibernate Tools 4.3.5.Final
import java.util.HashSet;
import java.util.Set;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.Id;
import javax.persist... | UTF-8 | Java | 2,678 | java | AbiIstatProvincia.java | Java | [] | null | [] | package it.studiofontanelli.omniazero.integration.dto;
// Generated 30-dic-2016 12.13.14 by Hibernate Tools 4.3.5.Final
import java.util.HashSet;
import java.util.Set;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.Id;
import javax.persist... | 2,678 | 0.766243 | 0.758028 | 103 | 25 | 23.196501 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.300971 | false | false | 4 |
9d03cb92262b8282ae7075198403c91eefbb88ae | 35,278,861,400,059 | e7d3cd6f371657795ceacefee75d7b0fb169e6f7 | /tutorial-es/src/main/java/pers/cabin/bigdata/es/executor/ESExecutors.java | cf62df57c9557121b5c139d808eecba7a4eb6ac6 | [] | no_license | caiping92/bigdata-tutorial | https://github.com/caiping92/bigdata-tutorial | 776d59d9f876940e069debef59daf7b6c7bd2174 | ab6db0e39b111a4e3c85dbffbd964fd268e5918f | refs/heads/master | 2020-03-04T19:49:43.805000 | 2018-08-25T15:12:04 | 2018-08-25T15:12:04 | 123,688,836 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pers.cabin.bigdata.es.executor;
import org.elasticsearch.client.transport.TransportClient;
/**
* bigdata-tutorial
* <p>
* description:
* caiping
* <p>
* 2018-06-25 22:22
*/
public class ESExecutors {
public static JavaSearch javaSearchExecutor(TransportClient client) {
return JavaSearch.g... | UTF-8 | Java | 483 | java | ESExecutors.java | Java | [] | null | [] | package pers.cabin.bigdata.es.executor;
import org.elasticsearch.client.transport.TransportClient;
/**
* bigdata-tutorial
* <p>
* description:
* caiping
* <p>
* 2018-06-25 22:22
*/
public class ESExecutors {
public static JavaSearch javaSearchExecutor(TransportClient client) {
return JavaSearch.g... | 483 | 0.722567 | 0.697723 | 22 | 20.954546 | 24.119923 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.181818 | false | false | 4 |
6d5bfc189a06c69b0ad24ffe82ba2815310b364d | 6,365,141,603,507 | 888fe4eb065306e907e08fd36df814af95cf6af6 | /SubServers.Bukkit/src/net/ME1312/SubServer/Executable/SubServerCreator.java | 9385bfefa81f63611ff662d88b2abf619c20301b | [
"Apache-2.0"
] | permissive | U-siro/SubServers | https://github.com/U-siro/SubServers | 3cd73bcabf9444170f980708815652a4303015ca | f4eeb5f34c83e6987600fc58eeff44c188b68e63 | refs/heads/master | 2021-05-29T21:15:26.298000 | 2015-10-29T15:39:59 | 2015-10-29T15:39:59 | 45,257,265 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.ME1312.SubServer.Executable;
import java.io.*;
import java.lang.reflect.InvocationTargetException;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import net.ME1312.SubServer.SubAPI;
import org.bukkit.Bukkit;
import org.bukkit.ChatColor;
import org.bukkit.entity.Player;
import org.bukkit.sch... | UTF-8 | Java | 20,720 | java | SubServerCreator.java | Java | [
{
"context": "ter.println(\"#\");\n writer.println(\"# IRC: #spigot @ irc.spi.gt ( http://www.spigotmc.org/pages/irc/",
"end": 6163,
"score": 0.9859458804130554,
"start": 6157,
"tag": "USERNAME",
"value": "spigot"
}
] | null | [] | package net.ME1312.SubServer.Executable;
import java.io.*;
import java.lang.reflect.InvocationTargetException;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import net.ME1312.SubServer.SubAPI;
import org.bukkit.Bukkit;
import org.bukkit.ChatColor;
import org.bukkit.entity.Player;
import org.bukkit.sch... | 20,720 | 0.529681 | 0.517568 | 407 | 49.911549 | 37.996727 | 230 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.992629 | false | false | 4 |
6663ca6f9f2b4fa1aab373f15b5ab1ab2d5c5f3b | 9,002,251,454,299 | f0f0c3025dc34c9dc2c14ec37b9bec740d855d90 | /src/main/java/server/controller/accounts/CustomerAccountController.java | f7a2e83d2b6242083335ededf70f1910275bd1be | [] | no_license | mtndaghyani/Project_team-40 | https://github.com/mtndaghyani/Project_team-40 | f3ad8deae3f45579ad67602657125b1b4bc75899 | 7de79b41a6b12f7e3504429aca6231564a30fb5d | refs/heads/master | 2022-11-27T12:05:39.878000 | 2020-07-31T18:06:32 | 2020-07-31T18:06:32 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package server.controller.accounts;
import exceptions.AccountsException;
import server.model.DiscountCode;
import server.model.Product;
import server.model.Score;
import server.model.log.Log;
import server.model.users.Customer;
import server.model.users.Manager;
import server.model.users.Seller;
import server.model.us... | UTF-8 | Java | 8,529 | java | CustomerAccountController.java | Java | [
{
"context": "erAccount(String username, String password, String firstName, String lastName,\n ",
"end": 884,
"score": 0.9714111089706421,
"start": 875,
"tag": "NAME",
"value": "firstName"
},
{
"context": "sername, String password, String firstName, Stri... | null | [] | package server.controller.accounts;
import exceptions.AccountsException;
import server.model.DiscountCode;
import server.model.Product;
import server.model.Score;
import server.model.log.Log;
import server.model.users.Customer;
import server.model.users.Manager;
import server.model.users.Seller;
import server.model.us... | 8,529 | 0.662211 | 0.661742 | 197 | 42.294415 | 34.679455 | 174 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.736041 | false | false | 4 |
f74a631f4b3c8d4def7cea65d1714355ecf7726f | 35,966,056,164,531 | 76fa5506c96496f9b139ba6e4f20d81a2a42f06f | /GestionDesCV/src/edu/tests/daoActivityTest.java | e3a396390e6a4dd1d8a4b65340a301e386fe5fae | [] | no_license | jilal8/CVprojet | https://github.com/jilal8/CVprojet | 365ea3b6344f6eff28bce5f4bcbfe54efe7bcfb4 | 5365483879dda3f89e73a5db3e066d99c93258d9 | refs/heads/master | 2020-05-10T00:16:35.269000 | 2019-04-15T17:11:09 | 2019-04-15T17:11:09 | 181,525,986 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.tests;
import java.util.Date;
import java.util.List;
import java.util.Set;
import javax.ejb.embeddable.EJBContainer;
import javax.naming.NamingException;
import org.junit.AfterClass;
import org.junit.Assert;
import org.junit.BeforeClass;
import org.junit.Test;
import edu.dao.DaoActivity;
import edu.dao.... | UTF-8 | Java | 1,958 | java | daoActivityTest.java | Java | [
{
"context": "Person With Actities\");\n\t\tPerson p1 = new Person(\"TOURE\", \"Moustapha\", new Date(2001, 1, 1), \"website1\", ",
"end": 1171,
"score": 0.9995882511138916,
"start": 1166,
"tag": "NAME",
"value": "TOURE"
},
{
"context": "th Actities\");\n\t\tPerson p1 = new Person(\"... | null | [] | package edu.tests;
import java.util.Date;
import java.util.List;
import java.util.Set;
import javax.ejb.embeddable.EJBContainer;
import javax.naming.NamingException;
import org.junit.AfterClass;
import org.junit.Assert;
import org.junit.BeforeClass;
import org.junit.Test;
import edu.dao.DaoActivity;
import edu.dao.... | 1,952 | 0.733401 | 0.708887 | 71 | 26.577465 | 26.902359 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.71831 | false | false | 4 |
9fc350838a5a8c65275ffb41a265ba1a4d13e78e | 35,519,379,568,507 | 3193ea9b873cac1dc3c853bd79c85fc079abc20e | /ftc-visionlib/src/main/java/org/lasarobotics/vision/detection/objects/Detectable.java | 4d9e3a5b49758ab828b2e2a71c8c4f90a2333e9f | [
"MIT"
] | permissive | FTC7729/2016-FTC | https://github.com/FTC7729/2016-FTC | 0f24f016a938ae6c16ca6c3d7f1c4d3d6a81cd8c | c79de47f6abee133a29c0e33d5361aa13c45f92e | refs/heads/master | 2021-01-12T15:15:11.139000 | 2017-02-23T23:58:48 | 2017-02-23T23:58:48 | 71,734,012 | 6 | 3 | null | false | 2017-02-18T19:30:02 | 2016-10-23T22:43:09 | 2017-02-14T02:52:54 | 2017-02-18T19:29:33 | 228,172 | 5 | 3 | 1 | Java | null | null | /*
* Copyright (c) 2016 Arthur Pachachura, LASA Robotics, and contributors
* MIT licensed
*/
package org.lasarobotics.vision.detection.objects;
import org.lasarobotics.vision.util.MathUtil;
import org.lasarobotics.vision.util.color.Color;
import org.lasarobotics.vision.util.color.ColorSpace;
import org.opencv.core.... | UTF-8 | Java | 3,512 | java | Detectable.java | Java | [
{
"context": "/*\n * Copyright (c) 2016 Arthur Pachachura, LASA Robotics, and contributors\n * MIT licensed\n",
"end": 42,
"score": 0.9998892545700073,
"start": 25,
"tag": "NAME",
"value": "Arthur Pachachura"
}
] | null | [] | /*
* Copyright (c) 2016 <NAME>, LASA Robotics, and contributors
* MIT licensed
*/
package org.lasarobotics.vision.detection.objects;
import org.lasarobotics.vision.util.MathUtil;
import org.lasarobotics.vision.util.color.Color;
import org.lasarobotics.vision.util.color.ColorSpace;
import org.opencv.core.Core;
impor... | 3,501 | 0.625285 | 0.619875 | 122 | 27.786884 | 26.366655 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.42623 | false | false | 4 |
6bb81697e0873619f2d127ad9225d5179bedae98 | 3,848,290,741,660 | ec122a33c532b3fec44a572a14f1b4212763eb31 | /sushi-counter-core/src/main/java/com/lyncode/sushicounter/events/model/ItemUsageData.java | be7a358f675adff7c67efb7fce0c399472ada8ab | [
"Apache-2.0"
] | permissive | lyncode/sushi-counter | https://github.com/lyncode/sushi-counter | 1fbe305dd2918b24c776d474b25334519523c679 | 0f66c0e581b190e0d0ee43b4fa73b59502402f27 | refs/heads/master | 2016-09-11T08:13:24.693000 | 2015-02-07T19:43:01 | 2015-02-07T19:43:01 | 29,547,909 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lyncode.sushicounter.events.model;
import com.google.common.base.Optional;
import org.niso.schemas.counter.Identifier;
import java.util.Collection;
import java.util.Date;
public interface ItemUsageData {
Collection<Identifier> getItemIdentifiers();
String getName();
Collection<ItemStats> getI... | UTF-8 | Java | 1,596 | java | ItemUsageData.java | Java | [
{
"context": "package com.lyncode.sushicounter.events.model;\n\nimport com.google.com",
"end": 19,
"score": 0.767419159412384,
"start": 15,
"tag": "USERNAME",
"value": "code"
}
] | null | [] | package com.lyncode.sushicounter.events.model;
import com.google.common.base.Optional;
import org.niso.schemas.counter.Identifier;
import java.util.Collection;
import java.util.Date;
public interface ItemUsageData {
Collection<Identifier> getItemIdentifiers();
String getName();
Collection<ItemStats> getI... | 1,596 | 0.60401 | 0.60401 | 63 | 24.333334 | 21.619362 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.492063 | false | false | 4 |
23c705b63fe9e607482a04b5afdbe6af2242fe11 | 979,252,586,721 | f0df32abd8fcd415267d82d744f334f7ad9bfa08 | /src/com/myowndev/main/Main.java | 92e1edb28d50383d6da8481b64fe37fd3eb1d298 | [] | no_license | sodacrab/Island-Survival-server | https://github.com/sodacrab/Island-Survival-server | a5266d6f3bfd7bf237ab99e5b558cb81b0455e3c | 989bc8c6ed17f80aa833411fcc228fed084ee9e0 | refs/heads/master | 2021-01-19T04:13:36.918000 | 2016-08-12T15:36:43 | 2016-08-12T15:36:43 | 65,563,573 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.myowndev.main;
import java.net.ServerSocket;
import java.net.Socket;
import com.myowndev.main.Entities.Raindrop;
import com.myowndev.main.VarContainer.GlobalVars;
public class Main {
private Main() {
// init raindrops:
for (int i = 0; i < 5; i++) { // TODO: rethink
Global... | UTF-8 | Java | 1,198 | java | Main.java | Java | [] | null | [] | package com.myowndev.main;
import java.net.ServerSocket;
import java.net.Socket;
import com.myowndev.main.Entities.Raindrop;
import com.myowndev.main.VarContainer.GlobalVars;
public class Main {
private Main() {
// init raindrops:
for (int i = 0; i < 5; i++) { // TODO: rethink
Global... | 1,198 | 0.505843 | 0.498331 | 38 | 30.526316 | 26.601086 | 127 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.578947 | false | false | 4 |
bab5431b625bfb6032f48c0d5a3fd919c0074eb1 | 9,483,287,844,974 | 97da5ecef8ca6891157f762edca65900206164e6 | /src/main/java/cn/hkxj/platform/pojo/constant/Building.java | 597093142128379d0a2f31881bf15776b8efe71f | [
"MIT"
] | permissive | JR--Chen/hkxj | https://github.com/JR--Chen/hkxj | 918bb5b8e883cf28a010dd87cda0acaf2c89080f | 67f52307000f15bdb2cdadeacb014ea423885487 | refs/heads/master | 2020-03-19T07:42:48.060000 | 2020-03-01T10:11:00 | 2020-03-01T10:11:00 | 136,142,545 | 2 | 13 | MIT | false | 2020-03-03T08:43:58 | 2018-06-05T08:06:41 | 2020-03-01T10:11:44 | 2020-03-02T13:19:56 | 2,505 | 3 | 9 | 1 | Java | false | false | package cn.hkxj.platform.pojo.constant;
import com.google.common.base.MoreObjects;
/**
* @author junrong.chen
* @date 2018/10/28
*/
public enum Building {
/**
*
*/
MAIN("主楼", -1),
MAIN_EAST("主楼(东楼)", 1),
MAIN_WEST("主楼(西楼)", 3),
SCIENCE_ALL("科大", 2),
SCIENCE("科厦", -1),
SCIENCE_HIGH("科高", -1),
PLAYGROUND... | UTF-8 | Java | 1,483 | java | Building.java | Java | [
{
"context": "om.google.common.base.MoreObjects;\n\n/**\n * @author junrong.chen\n * @date 2018/10/28\n */\npublic enum Building {\n\t/",
"end": 112,
"score": 0.8511261343955994,
"start": 100,
"tag": "NAME",
"value": "junrong.chen"
}
] | null | [] | package cn.hkxj.platform.pojo.constant;
import com.google.common.base.MoreObjects;
/**
* @author junrong.chen
* @date 2018/10/28
*/
public enum Building {
/**
*
*/
MAIN("主楼", -1),
MAIN_EAST("主楼(东楼)", 1),
MAIN_WEST("主楼(西楼)", 3),
SCIENCE_ALL("科大", 2),
SCIENCE("科厦", -1),
SCIENCE_HIGH("科高", -1),
PLAYGROUND... | 1,483 | 0.635439 | 0.622367 | 78 | 16.653847 | 14.548616 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.025641 | false | false | 4 |
97496beed054401cfd0fe6a350cea9aca192a4bc | 3,264,175,147,669 | b184762f9ddbc6804c6c683b3b8aa213495c1c32 | /src/array/Q24.java | 54c0e57f982d234e8c2f69272aa04f7cf28671f3 | [] | no_license | tmehta813/dsquestions | https://github.com/tmehta813/dsquestions | 72cc2f82b1ba7a7df1070592f58b4191b1565390 | ed7ebac260f36c63065b7bf25c2980bf5c7fd884 | refs/heads/main | 2023-07-15T07:34:05.896000 | 2021-08-25T09:09:52 | 2021-08-25T09:09:52 | 399,751,129 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package array;
import java.util.Arrays;
// job schedulling algo
public class Q24 {
public static void main(String[] args) {
int arr[][]={
{1,2,100},
{2,1,19},
{3,2,27},
{4,1,25},
{5,1,15}
};
Arrays.sort(arr,(a,b)->b[2]-a[2]);
for(int i=0;i<arr.length;i++) {
for(int j=0;j<ar... | UTF-8 | Java | 427 | java | Q24.java | Java | [] | null | [] | package array;
import java.util.Arrays;
// job schedulling algo
public class Q24 {
public static void main(String[] args) {
int arr[][]={
{1,2,100},
{2,1,19},
{3,2,27},
{4,1,25},
{5,1,15}
};
Arrays.sort(arr,(a,b)->b[2]-a[2]);
for(int i=0;i<arr.length;i++) {
for(int j=0;j<ar... | 427 | 0.501171 | 0.437939 | 31 | 12.774194 | 12.86834 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.741935 | false | false | 4 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.