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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
a1a65b02f23001724b45cc63c68536c4aaacaa6f | 17,806,934,458,927 | a385f032d915306600bb4f0ce5a1609dfcc043c1 | /src/main/java/com/glenwood/glaceemr/server/application/models/MedStatus.java | ea1b96e3ace6aecdbf064a379a240e8051361b59 | [] | no_license | kdeva92k/Myproject2 | https://github.com/kdeva92k/Myproject2 | 7eb9ff1ed65757cd1c48cbf288f5eafcbdb2e3b8 | adffacc538ae1e0a42bd7e6f03940ba812744ace | refs/heads/master | 2021-04-15T15:26:00.360000 | 2018-03-21T11:33:01 | 2018-03-21T11:33:01 | 126,168,563 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.glenwood.glaceemr.server.application.models;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.Table;
@Entity
@Table(name = "med_status")
public class MedStatus {
@Id
@Column(name="med_status_id")
private Integer medStatusId;
@Col... | UTF-8 | Java | 1,642 | java | MedStatus.java | Java | [] | null | [] | package com.glenwood.glaceemr.server.application.models;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.Table;
@Entity
@Table(name = "med_status")
public class MedStatus {
@Id
@Column(name="med_status_id")
private Integer medStatusId;
@Col... | 1,642 | 0.771011 | 0.771011 | 78 | 20.064102 | 18.713316 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.076923 | false | false | 2 |
ef36f641be82a007b0ba3f5f33643264a7393410 | 5,093,831,273,038 | f95ea7d2a1eeb7d0cf128c443ad3bce2de49c22d | /src/main/java/com/song/job/PingJob.java | 6dacf2a684c02f971933c4b6097403ef5d248429 | [] | no_license | aCoder2013/ping4j | https://github.com/aCoder2013/ping4j | e4a9063ee7717406084d70fe2683f1bd7d588456 | 79e89178a368a90600512190d26434f97cf2fa2d | refs/heads/master | 2021-01-11T12:04:26.735000 | 2016-12-17T11:07:19 | 2016-12-17T11:07:19 | 76,572,147 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.song.job;
import com.song.util.LogUtils;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.LinkedList;
/**
* Created by song on 2016/12/15.
*/
public class PingJob implements Runnable {
private LinkedList<String> contents = null;
pri... | UTF-8 | Java | 1,641 | java | PingJob.java | Java | [
{
"context": "r;\nimport java.util.LinkedList;\n\n/**\n * Created by song on 2016/12/15.\n */\npublic class PingJob implement",
"end": 200,
"score": 0.6657989621162415,
"start": 196,
"tag": "USERNAME",
"value": "song"
}
] | null | [] | package com.song.job;
import com.song.util.LogUtils;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.LinkedList;
/**
* Created by song on 2016/12/15.
*/
public class PingJob implements Runnable {
private LinkedList<String> contents = null;
pri... | 1,641 | 0.587447 | 0.581353 | 61 | 25.90164 | 22.559725 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.508197 | false | false | 2 |
b28183ec5a02c4eadacb4d3f027f4d705ae1a7bb | 24,567,212,978,330 | 2ed1426679787324ff8044274bff29731fa1729b | /src/main/java/it/polimi/ingsw/xyl/model/message/LoadDataMessage.java | de0970b8c5de8567b4ef81197b1c5d0fe3d5f3df | [] | no_license | JerryAIwei/ing-sw-2020-Yin-Xu-Lin | https://github.com/JerryAIwei/ing-sw-2020-Yin-Xu-Lin | 0b57876f911c6065d565054d969fa256940524ff | c9071752aa0c8e18bc5e2d7c1844843ba8144bc0 | refs/heads/master | 2022-11-11T13:09:03.368000 | 2020-07-05T19:02:34 | 2020-07-05T19:02:34 | 244,653,157 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package it.polimi.ingsw.xyl.model.message;
public class LoadDataMessage extends Message{
}
| UTF-8 | Java | 92 | java | LoadDataMessage.java | Java | [] | null | [] | package it.polimi.ingsw.xyl.model.message;
public class LoadDataMessage extends Message{
}
| 92 | 0.815217 | 0.815217 | 4 | 22 | 21.529051 | 45 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 2 |
9ba86f8e5cf1abc6071e772dc8132b5f42776aeb | 24,567,212,977,921 | 04bd6f519462c0aa599875318ef6a1f2eff59cef | /src/main/java/component/node/builder/NodeBuilder.java | 3011016b07f04e983f6a883f97bf840804bd9b5f | [] | no_license | glingo/sand-box | https://github.com/glingo/sand-box | 87e22065647dc0cd5802efad2d6bda9148c844cf | e99566351201901e7bde4fd6d24f75a48ca1e5fa | refs/heads/master | 2021-01-23T05:44:55.780000 | 2017-12-22T15:28:41 | 2017-12-22T15:28:41 | 92,984,317 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package component.node.builder;
import component.node.Node;
import component.builder.Builder;
import java.util.ArrayList;
import java.util.Collection;
public class NodeBuilder extends Builder<Node> implements NodeBuilderInterface {
public static final String DEFAULT_NS = "_default_ns";
protected NodeBui... | UTF-8 | Java | 1,586 | java | NodeBuilder.java | Java | [] | null | [] | package component.node.builder;
import component.node.Node;
import component.builder.Builder;
import java.util.ArrayList;
import java.util.Collection;
public class NodeBuilder extends Builder<Node> implements NodeBuilderInterface {
public static final String DEFAULT_NS = "_default_ns";
protected NodeBui... | 1,586 | 0.64628 | 0.64628 | 63 | 24.174603 | 21.087526 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.380952 | false | false | 2 |
f870d33fc7e6b80d42f171b95ab6b310b533ac99 | 10,960,756,554,927 | 26c7d75ced3dbe2fcc4fabf7485a20ef424f4057 | /processor/src/main/java/com/telemessage/qa/tools/testdata/processor/TestInfoAnnotatedClass.java | 7486213ae0d6953c382cef0e0b3b2908fb19375c | [] | no_license | grinfeld/testprocessing | https://github.com/grinfeld/testprocessing | 47b05f622b7d28373a416d8c7e4cdfe5e6e17e30 | 24bab5dbba2ee7bb9f091f119729e376796e5beb | refs/heads/master | 2021-07-20T23:54:44.372000 | 2017-10-25T19:50:54 | 2017-10-25T19:50:54 | 107,910,579 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.telemessage.qa.tools.testdata.processor;
import com.squareup.javawriter.JavaWriter;
import com.telemessage.qa.tools.annotation.TestInfo;
import javax.annotation.processing.Filer;
import javax.lang.model.element.AnnotationValue;
import javax.lang.model.element.Modifier;
import javax.lang.model.element.Pack... | UTF-8 | Java | 13,812 | java | TestInfoAnnotatedClass.java | Java | [
{
"context": "mport java.util.stream.Collectors;\n\n/**\n * @author Grinfeld Mikhail\n * @since 10/22/2017.\n */\nclass TestInfoAnnotated",
"end": 740,
"score": 0.9996607899665833,
"start": 724,
"tag": "NAME",
"value": "Grinfeld Mikhail"
}
] | null | [] | package com.telemessage.qa.tools.testdata.processor;
import com.squareup.javawriter.JavaWriter;
import com.telemessage.qa.tools.annotation.TestInfo;
import javax.annotation.processing.Filer;
import javax.lang.model.element.AnnotationValue;
import javax.lang.model.element.Modifier;
import javax.lang.model.element.Pack... | 13,802 | 0.617145 | 0.615407 | 300 | 45.040001 | 36.811207 | 203 | true | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.946667 | false | false | 2 |
2cec22e909f163237baf2ae1e37e236846c96708 | 22,273,700,424,597 | 74d059c2c97e76260471f65efb391db23593e5fd | /src/ru/SemperAnte/CommandsCooldown/Utils/Config.java | a601fb09253716b42c17c412aa4cacaffad4a869 | [] | no_license | SemperEtAnte/CommandsColdown | https://github.com/SemperEtAnte/CommandsColdown | 2db3ace5de76bed893169cd82ddc0409b95f240b | 1063db0df9ef4cd451db57cce2356011fdbefe9a | refs/heads/master | 2021-08-14T10:58:35.348000 | 2017-11-15T11:59:11 | 2017-11-15T11:59:11 | 110,759,690 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ru.SemperAnte.CommandsCooldown.Utils;
import org.bukkit.configuration.file.FileConfiguration;
import org.bukkit.configuration.file.YamlConfiguration;
import org.bukkit.plugin.java.JavaPlugin;
import java.io.*;
import java.util.logging.Level;
public class Config
{
private final JavaPlugin plugin;
private ... | UTF-8 | Java | 1,969 | java | Config.java | Java | [] | null | [] | package ru.SemperAnte.CommandsCooldown.Utils;
import org.bukkit.configuration.file.FileConfiguration;
import org.bukkit.configuration.file.YamlConfiguration;
import org.bukkit.plugin.java.JavaPlugin;
import java.io.*;
import java.util.logging.Level;
public class Config
{
private final JavaPlugin plugin;
private ... | 1,969 | 0.655155 | 0.654647 | 95 | 19.726316 | 21.093996 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.168421 | false | false | 2 |
71e19848245dcbbde5e381a7a1063923ec82e6c6 | 26,757,646,286,115 | f7c3ea89a17f76caa288a256b94a379a19b2b6a8 | /src/com/code/test/problemset/CrackingCodingInterview6/ch9/Q2_SocialNetworks/Machine.java | 7029000807a835540b67a415ea09ce27377770e3 | [] | no_license | charlottetan/algorithms | https://github.com/charlottetan/algorithms | 9603276e76e323450d5914b77bef9c473bb02b55 | 0b3ce59a6aa48c6d4f681deebd8fb6329d4ded50 | refs/heads/master | 2022-12-01T14:42:20.506000 | 2020-08-12T14:55:36 | 2020-08-12T14:55:36 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.code.test.problemset.CrackingCodingInterview6.ch9.Q2_SocialNetworks;
import java.util.HashMap;
public class Machine {
public HashMap<Integer, Person> persons = new HashMap<>();
public int machineID;
public Person getPersonWithID(int personID){
return persons.get(personID);
}
}
| UTF-8 | Java | 311 | java | Machine.java | Java | [] | null | [] | package com.code.test.problemset.CrackingCodingInterview6.ch9.Q2_SocialNetworks;
import java.util.HashMap;
public class Machine {
public HashMap<Integer, Person> persons = new HashMap<>();
public int machineID;
public Person getPersonWithID(int personID){
return persons.get(personID);
}
}
| 311 | 0.749196 | 0.73955 | 12 | 23.916666 | 25.167633 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 2 |
1916435ce6c00be92441472d8508794bac2e23ed | 919,123,034,907 | 647ec12ce50f06e7380fdbfb5b71e9e2d1ac03b4 | /com.tencent.mm/classes.jar/com/tencent/mm/plugin/ac/d.java | 449da6f6d40174f98befb27497c9433cba61c7f5 | [] | no_license | tsuzcx/qq_apk | https://github.com/tsuzcx/qq_apk | 0d5e792c3c7351ab781957bac465c55c505caf61 | afe46ef5640d0ba6850cdefd3c11badbd725a3f6 | refs/heads/main | 2022-07-02T10:32:11.651000 | 2022-02-01T12:41:38 | 2022-02-01T12:41:38 | 453,860,108 | 36 | 9 | null | false | 2022-01-31T09:46:26 | 2022-01-31T02:43:22 | 2022-01-31T06:56:43 | 2022-01-31T09:46:26 | 167,304 | 0 | 1 | 1 | Java | false | false | package com.tencent.mm.plugin.ac;
import com.tencent.mm.model.cn;
import com.tencent.mm.sdk.platformtools.Log;
import com.tencent.mm.sdk.platformtools.Util;
import com.tencent.mm.storagebase.h;
import com.tencent.mm.storagebase.h.b;
import com.tencent.mm.vfs.y;
import java.util.HashMap;
import java.util.Itera... | UTF-8 | Java | 3,142 | java | d.java | Java | [] | null | [] | package com.tencent.mm.plugin.ac;
import com.tencent.mm.model.cn;
import com.tencent.mm.sdk.platformtools.Log;
import com.tencent.mm.sdk.platformtools.Util;
import com.tencent.mm.storagebase.h;
import com.tencent.mm.storagebase.h.b;
import com.tencent.mm.vfs.y;
import java.util.HashMap;
import java.util.Itera... | 3,142 | 0.584659 | 0.569064 | 98 | 30.12245 | 41.196461 | 309 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.959184 | false | false | 2 |
a1628ffc62bd176dfa2cbcd914b0239031361b63 | 20,366,734,967,636 | 2748795520fc4a032285ccb102baab17a08b1862 | /springboot-shiro/src/main/java/com/shiro/constarts/Constant.java | d3a71ec9236671aee9367e2ca81439b3ed84daef | [] | no_license | chichengyu/spring-security | https://github.com/chichengyu/spring-security | 4548d5e3516ab8c7ce2652fce1dbf3523c5e0c28 | 07d0f2110d52c5a5c76e6748f7af9b98a753724b | refs/heads/master | 2021-01-03T19:20:00.169000 | 2020-03-18T12:49:04 | 2020-03-18T12:49:04 | 240,205,508 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.shiro.constarts;
/**
* @ClassName: Constant
*/
public interface Constant {
/**
* 用户名称 key
*/
String JWT_USER_NAME="jwt-user-name-key";
/**
* 权限key
*/
String JWT_PERMISSIONS_KEY="jwt-permissions-key_";
/**
* 角色key
*/
String JWT_ROLES_KEY="jwt-role... | UTF-8 | Java | 1,506 | java | Constant.java | Java | [] | null | [] | package com.shiro.constarts;
/**
* @ClassName: Constant
*/
public interface Constant {
/**
* 用户名称 key
*/
String JWT_USER_NAME="jwt-user-name-key";
/**
* 权限key
*/
String JWT_PERMISSIONS_KEY="jwt-permissions-key_";
/**
* 角色key
*/
String JWT_ROLES_KEY="jwt-role... | 1,506 | 0.571752 | 0.571752 | 73 | 17.136986 | 20.67181 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.191781 | false | false | 2 |
a07d4f49ecf6409593bd6861941af5f5bbc55f1e | 23,536,420,813,886 | 75950d61f2e7517f3fe4c32f0109b203d41466bf | /modules/tags/fabric3-modules-parent-pom-1.1/extension/other/fabric3-ftp-server/src/main/java/org/fabric3/ftp/server/host/FtpHandler.java | 70a1620e62e1f2332a4fbff9ce6d06fe9247e349 | [] | no_license | codehaus/fabric3 | https://github.com/codehaus/fabric3 | 3677d558dca066fb58845db5b0ad73d951acf880 | 491ff9ddaff6cb47cbb4452e4ddbf715314cd340 | refs/heads/master | 2023-07-20T00:34:33.992000 | 2012-10-31T16:32:19 | 2012-10-31T16:32:19 | 36,338,853 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Fabric3
* Copyright © 2008 Metaform Systems Limited
*
* This proprietary software may be used only connection with the Fabric3 license
* (the “License”), a copy of which is included in the software or may be
* obtained at: http://www.metaformsystems.com/licenses/license.html.
* Software distributed under t... | MacCentralEurope | Java | 4,101 | java | FtpHandler.java | Java | [] | null | [] | /*
* Fabric3
* Copyright © 2008 Metaform Systems Limited
*
* This proprietary software may be used only connection with the Fabric3 license
* (the “License”), a copy of which is included in the software or may be
* obtained at: http://www.metaformsystems.com/licenses/license.html.
* Software distributed under t... | 4,101 | 0.720186 | 0.713587 | 113 | 35.212391 | 30.494291 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.433628 | false | false | 2 |
18506ff3647fb06a7d1f9dbc5015d6d51ceccbac | 7,181,185,328,792 | 38693102e0086620aa344790de989c5ca2244923 | /sapir_m/Lesson03- Overloaded/src/com/company/Main.java | 64d4b7751de165171b18470eddf5948aef1f1130 | [] | no_license | sm6080/sapirm | https://github.com/sm6080/sapirm | dc6c68d5d9ab421fb097ff7fb9b5de2f72baefa1 | 7962aefb2c2e26074d7fc944e77ba59efc0760f3 | refs/heads/master | 2021-01-20T03:52:57.441000 | 2017-04-27T12:37:55 | 2017-04-27T12:37:55 | 89,595,892 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.company;
public class Main {
public static void main(String[] args) {
int x; //primitive
Integer y = new Integer(5); //class
int z = 7;
Integer m = z; //boxing
int t = y; //unboxing
System.out.println(z + 3);//unboxing
t = z;
z++;
... | UTF-8 | Java | 1,506 | java | Main.java | Java | [] | null | [] | package com.company;
public class Main {
public static void main(String[] args) {
int x; //primitive
Integer y = new Integer(5); //class
int z = 7;
Integer m = z; //boxing
int t = y; //unboxing
System.out.println(z + 3);//unboxing
t = z;
z++;
... | 1,506 | 0.590877 | 0.57876 | 44 | 30.886364 | 29.15103 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.795455 | false | false | 2 |
9286485bb6b0ccf004eabf1b2fcd8329b6d515fb | 22,239,340,692,813 | 736ba121134c531804840c5374bb46972d9a0e17 | /src/com/liqf/other/WaitNotifyExa.java | 4555c4504c27a7df4eb8f2d434f950c34042fc42 | [] | no_license | scholers/liqftool | https://github.com/scholers/liqftool | de7d1d4bffb4d3ef4e78fa63c1ff8631ecb9d4ec | d3f61f524ba2d36ba7b288b50067a35a51bfb445 | refs/heads/master | 2022-12-23T12:33:13.106000 | 2021-07-29T03:36:13 | 2021-07-29T03:36:13 | 37,910,039 | 0 | 0 | null | false | 2022-12-15T23:27:25 | 2015-06-23T09:34:19 | 2021-07-29T03:36:16 | 2022-12-15T23:27:22 | 11,182 | 0 | 0 | 13 | Java | false | false | package com.liqf.other;
/**
*
* @author jill
*
*/
public class WaitNotifyExa {
public WaitNotifyExa(){};
public void waitNotifyExa() throws InterruptedException {
final Object object = new Object();
Thread threadA = new Thread() {
@Override
public void run() {
try {
synchron... | GB18030 | Java | 1,214 | java | WaitNotifyExa.java | Java | [
{
"context": "package com.liqf.other;\r\n\r\n/**\r\n * \r\n * @author jill\r\n *\r\n */\r\npublic class WaitNotifyExa {\r\n publi",
"end": 52,
"score": 0.997732937335968,
"start": 48,
"tag": "USERNAME",
"value": "jill"
}
] | null | [] | package com.liqf.other;
/**
*
* @author jill
*
*/
public class WaitNotifyExa {
public WaitNotifyExa(){};
public void waitNotifyExa() throws InterruptedException {
final Object object = new Object();
Thread threadA = new Thread() {
@Override
public void run() {
try {
synchron... | 1,214 | 0.591216 | 0.587838 | 57 | 18.771931 | 14.695765 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.807018 | false | false | 2 |
185c3efdc4e86d6ce6820d132a591d57180f8923 | 1,477,468,792,827 | 4a9e4500579f296887f02b6621ed8289a884c63c | /src/main/java/com/egovalley/config/MvcConfig.java | d109093a17fbd1d4d92e33475695a71db68770e3 | [] | no_license | ego4github/egovalley-test | https://github.com/ego4github/egovalley-test | 90f5db8a6762f879e51c6197ffb6fcf648f125a4 | 12de0e892e246836e298e9c6e86305926343f4bd | refs/heads/master | 2022-07-16T10:16:45.737000 | 2020-09-14T19:48:12 | 2020-09-14T19:48:12 | 217,006,674 | 0 | 0 | null | false | 2022-06-21T02:21:44 | 2019-10-23T08:27:25 | 2020-09-14T19:48:57 | 2022-06-21T02:21:43 | 3,918 | 0 | 0 | 4 | Java | false | false | package com.egovalley.config;
import com.egovalley.web.interceptor.LoginInterceptor;
import org.springframework.context.annotation.Configuration;
import org.springframework.core.Ordered;
import org.springframework.web.servlet.config.annotation.InterceptorRegistry;
import org.springframework.web.servlet.config.annotati... | UTF-8 | Java | 1,542 | java | MvcConfig.java | Java | [] | null | [] | package com.egovalley.config;
import com.egovalley.web.interceptor.LoginInterceptor;
import org.springframework.context.annotation.Configuration;
import org.springframework.core.Ordered;
import org.springframework.web.servlet.config.annotation.InterceptorRegistry;
import org.springframework.web.servlet.config.annotati... | 1,542 | 0.568448 | 0.566493 | 49 | 30.306122 | 24.012075 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.591837 | false | false | 2 |
28593036d36dee88aaa3a7055338bc4640ad64d5 | 24,532,853,238,646 | 3f59cff8e6097c4c6b0c0d56090f10fd511fe699 | /redmine-server/src/main/java/com/marcusilgner/redcity/RedmineIssueFetcher.java | f0cbe7886b54dbf7c2d7cd9615dea3e44c9c2871 | [
"Apache-2.0"
] | permissive | orybak/TeamCityRedmine | https://github.com/orybak/TeamCityRedmine | 2fa72c2c1afcfab2a77a03215dd61f0d40ae9cba | 3c6a5560156ef4b7a5ff5f2c849d0ee5d5b28e46 | refs/heads/master | 2020-04-05T22:49:44.706000 | 2018-09-11T12:58:32 | 2018-09-11T12:58:32 | 12,154,895 | 5 | 5 | null | true | 2016-10-07T13:39:49 | 2013-08-16T09:04:34 | 2016-08-18T07:35:02 | 2016-10-07T13:39:48 | 144 | 3 | 4 | 0 | Java | null | null | package com.marcusilgner.redcity;
import jetbrains.buildServer.issueTracker.AbstractIssueFetcher;
import jetbrains.buildServer.issueTracker.IssueData;
import jetbrains.buildServer.log.Loggers;
import jetbrains.buildServer.util.cache.EhCacheUtil;
import org.apache.commons.httpclient.*;
import org.apache.commons.httpcli... | UTF-8 | Java | 3,299 | java | RedmineIssueFetcher.java | Java | [
{
"context": "etches issues from a Redmine installation\n * User: Marcus Ilgner <mail@marcusilgner.com>\n * Date: 24/01/11\n */\npub",
"end": 729,
"score": 0.9998787045478821,
"start": 716,
"tag": "NAME",
"value": "Marcus Ilgner"
},
{
"context": "om a Redmine installation\n * User: M... | null | [] | package com.marcusilgner.redcity;
import jetbrains.buildServer.issueTracker.AbstractIssueFetcher;
import jetbrains.buildServer.issueTracker.IssueData;
import jetbrains.buildServer.log.Loggers;
import jetbrains.buildServer.util.cache.EhCacheUtil;
import org.apache.commons.httpclient.*;
import org.apache.commons.httpcli... | 3,278 | 0.703243 | 0.701122 | 96 | 33.375 | 27.265764 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.645833 | false | false | 2 |
c50ed9652924dc54c6c1676142b5d95fe6ffd043 | 21,380,347,240,912 | 7d48c72add93ef857d3efdaa082b567c12ea210f | /src/main/java/teclan/netty/utils/StringUtils.java | 8fe5cb614d05f6c13465c03f4c5759c8c3c19a6b | [] | no_license | teclan/teclan-netty | https://github.com/teclan/teclan-netty | 73e62df250c7a56b5048d4a22ceb498ee95e138c | f4fa4cf99aba12a763166f15e002631f9eb22a61 | refs/heads/master | 2022-06-25T09:34:05.825000 | 2021-01-21T10:08:47 | 2021-01-21T10:08:47 | 62,557,141 | 0 | 1 | null | false | 2022-06-17T03:32:15 | 2016-07-04T11:27:29 | 2021-01-21T10:08:48 | 2022-06-17T03:32:15 | 94 | 0 | 0 | 2 | Java | false | false | package teclan.netty.utils;
import java.io.UnsupportedEncodingException;
public class StringUtils {
public static byte[] getBytes(String value) throws UnsupportedEncodingException {
return getBytes(value,"UTF-8");
}
public static byte[] getBytes(String value,String coding) throws UnsupportedEncod... | UTF-8 | Java | 728 | java | StringUtils.java | Java | [] | null | [] | package teclan.netty.utils;
import java.io.UnsupportedEncodingException;
public class StringUtils {
public static byte[] getBytes(String value) throws UnsupportedEncodingException {
return getBytes(value,"UTF-8");
}
public static byte[] getBytes(String value,String coding) throws UnsupportedEncod... | 728 | 0.695055 | 0.692308 | 25 | 28.120001 | 31.984146 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.48 | false | false | 2 |
5027a3a15d3ba8817903319130b5f26e85cd0c6f | 7,954,279,453,829 | 8d2df4d6400c5c834e77d33b37710c40b062fbc6 | /plugins/jadaptive-ua/src/main/java/com/jadaptive/plugins/universal/UAController.java | 96e75c6e888342875113f2ac2349a545f03ef5df | [
"Apache-2.0"
] | permissive | thaingo/jadaptive-app-builder | https://github.com/thaingo/jadaptive-app-builder | 726ed9cea0e6fb6165473dbc023d652eef3eb622 | 4d3f4f9a860ee3a4298b4b1aca01b7ae7ee2c293 | refs/heads/master | 2023-07-12T11:12:47.082000 | 2020-09-02T14:45:28 | 2020-09-02T14:45:28 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jadaptive.plugins.universal;
import java.io.IOException;
import java.util.Properties;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.pf4j.Extension;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.a... | UTF-8 | Java | 2,454 | java | UAController.java | Java | [] | null | [] | package com.jadaptive.plugins.universal;
import java.io.IOException;
import java.util.Properties;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.pf4j.Extension;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.a... | 2,454 | 0.810513 | 0.806846 | 66 | 36.18182 | 28.271362 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.833333 | false | false | 2 |
4bd27314f8f033c1292f4170cc0d5c963fd53e10 | 12,884,901,926,673 | a891a06c4d4724f849fe70b23b8a23a48740a954 | /Middleware/src/test/java/com/ansh/test/service/impl/TaskRowMapperTest.java | 9eeba6c3667d371ab741970b37f8897b3460640d | [] | no_license | Gamebot2/TaskManager | https://github.com/Gamebot2/TaskManager | ad7a778038abbf9911a8b5d9a587fa6998937976 | e13f03db6e2ce932b1df50de538d0da07e74c867 | refs/heads/master | 2021-09-14T20:45:40.596000 | 2018-05-18T22:01:54 | 2018-05-18T22:01:54 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ansh.test.service.impl;
import static org.mockito.Mockito.when;
import java.sql.ResultSet;
import java.sql.SQLException;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;
import org.mockito.Mock;
import org.mockito.MockitoAnnotations;
import org.springframework.jdbc.core.RowMapper;... | UTF-8 | Java | 1,295 | java | TaskRowMapperTest.java | Java | [] | null | [] | package com.ansh.test.service.impl;
import static org.mockito.Mockito.when;
import java.sql.ResultSet;
import java.sql.SQLException;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;
import org.mockito.Mock;
import org.mockito.MockitoAnnotations;
import org.springframework.jdbc.core.RowMapper;... | 1,295 | 0.75444 | 0.752124 | 49 | 25.428572 | 20.823849 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.571429 | false | false | 2 |
b73b237551cb2375d5886dc787e6076a495186c6 | 27,616,639,751,223 | 15633d9a4372db55dc8e3fb9b809bddbdf1e817b | /am-query-test/src/main/java/com/mxi/mx/core/query/adapter/finance/GetInvoiceLinePurchaseOrdersTest.java | 121b39ab79df44f55dc6168524a51a35ab4302bb | [] | no_license | hqottsz/MXI | https://github.com/hqottsz/MXI | cf8ed135ea86ddf93fae68b4ed76bec98770f27a | f7000c5015ed31c0da722ad3750d7205d092e37e | refs/heads/master | 2020-05-26T14:43:40.340000 | 2019-05-23T17:33:50 | 2019-05-23T17:33:50 | 188,259,832 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package com.mxi.mx.core.query.adapter.finance;
import static org.junit.Assert.assertEquals;
import java.util.Date;
import org.junit.BeforeClass;
import org.junit.ClassRule;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.runners.BlockJUnit4ClassRunner;
import com.mxi.am.db.connection.Datab... | UTF-8 | Java | 3,849 | java | GetInvoiceLinePurchaseOrdersTest.java | Java | [
{
"context": "file with the same package and name.\n *\n * @author amar\n */\n\n@RunWith( BlockJUnit4ClassRunner.class )\npub",
"end": 740,
"score": 0.9920566082000732,
"start": 736,
"tag": "USERNAME",
"value": "amar"
}
] | null | [] |
package com.mxi.mx.core.query.adapter.finance;
import static org.junit.Assert.assertEquals;
import java.util.Date;
import org.junit.BeforeClass;
import org.junit.ClassRule;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.runners.BlockJUnit4ClassRunner;
import com.mxi.am.db.connection.Datab... | 3,849 | 0.669265 | 0.656015 | 127 | 29.299213 | 27.15436 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.401575 | false | false | 2 |
72957b8598a142ea229ee64602159398bc43a22e | 26,671,746,920,827 | b0ce2349e55281ddac4c84fa757914735e48d1e7 | /app/src/main/java/com/saitejajanjirala/imdbclone/models/Result.java | 2e6c8ad696494ff115f59f77fdc24ff222ddcd3f | [] | no_license | UmairKhalid786/IMDB-CLONE | https://github.com/UmairKhalid786/IMDB-CLONE | 084b873c6769dd49d78b2936418eccb469fb4bf9 | 390f68ad911b42cc0587c6684046c83a0971ce21 | refs/heads/main | 2023-06-21T21:21:26.862000 | 2021-07-20T17:40:47 | 2021-07-20T17:40:47 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.saitejajanjirala.imdbclone.models;
import androidx.room.ColumnInfo;
import androidx.room.Entity;
import androidx.room.PrimaryKey;
import androidx.room.TypeConverter;
import org.jetbrains.annotations.NotNull;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
@Entity(tableNa... | UTF-8 | Java | 1,737 | java | Result.java | Java | [
{
"context": "package com.saitejajanjirala.imdbclone.models;\n\nimport androidx.room.ColumnInf",
"end": 28,
"score": 0.7616053819656372,
"start": 12,
"tag": "USERNAME",
"value": "saitejajanjirala"
}
] | null | [] | package com.saitejajanjirala.imdbclone.models;
import androidx.room.ColumnInfo;
import androidx.room.Entity;
import androidx.room.PrimaryKey;
import androidx.room.TypeConverter;
import org.jetbrains.annotations.NotNull;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
@Entity(tableNa... | 1,737 | 0.571675 | 0.571675 | 57 | 29.473684 | 17.226158 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.701754 | false | false | 2 |
f175b6d326d0994a49177509f7c92a8802b3a96f | 30,004,641,586,947 | 43700043f8c1ce3950617ee82509abfcd8bff576 | /server/integration/testsuite/src/test/java/org/infinispan/persistence/cluster/MyCustomCacheStoreConfiguration.java | 976eb117278a3e21034ab5aa3b209acf8fb40663 | [
"Apache-2.0",
"LicenseRef-scancode-dco-1.1"
] | permissive | alanlal/infinispan | https://github.com/alanlal/infinispan | 438b6c554dff387e1f45b6a505c7d3acef3ec918 | f54eeef26f1922d68041e6826b4d3663bfdfd1bd | refs/heads/master | 2020-06-21T23:09:50.895000 | 2019-07-18T11:28:26 | 2019-07-18T11:28:26 | 197,572,727 | 0 | 0 | Apache-2.0 | true | 2019-07-18T11:19:31 | 2019-07-18T11:19:29 | 2019-07-17T14:01:51 | 2019-07-18T10:26:49 | 123,650 | 0 | 0 | 0 | null | false | false | package org.infinispan.persistence.cluster;
import org.infinispan.commons.configuration.BuiltBy;
import org.infinispan.commons.configuration.ConfigurationFor;
import org.infinispan.commons.configuration.attributes.AttributeSet;
import org.infinispan.configuration.cache.AbstractStoreConfiguration;
import org.infinispan... | UTF-8 | Java | 997 | java | MyCustomCacheStoreConfiguration.java | Java | [
{
"context": "iguration with a new customProperty.\n *\n * @author Jakub Markos\n */\n@ConfigurationFor(MyCustomCacheStore.class)\n@",
"end": 508,
"score": 0.9998175501823425,
"start": 496,
"tag": "NAME",
"value": "Jakub Markos"
}
] | null | [] | package org.infinispan.persistence.cluster;
import org.infinispan.commons.configuration.BuiltBy;
import org.infinispan.commons.configuration.ConfigurationFor;
import org.infinispan.commons.configuration.attributes.AttributeSet;
import org.infinispan.configuration.cache.AbstractStoreConfiguration;
import org.infinispan... | 991 | 0.784353 | 0.784353 | 29 | 33.379311 | 28.31402 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.344828 | false | false | 2 |
c4ca738a79ab0752e9ade15dccb6b26cae47d006 | 8,117,488,247,334 | f2d22282e9b85a1ab9934de53c627a386fa1d364 | /src/main/java/com/mwambachildrenschoir/act/ExportDonorToCSV.java | aac4b883e66e4de9d2dd40be82b0d7e1672dd332 | [] | no_license | dardenhome/MwambaScrapeAct | https://github.com/dardenhome/MwambaScrapeAct | 533fee6efc08da2ced99f1038dcd58be98c6fdfa | 994c2971d6a1bb1bd27d2a4eddd37a32354cf286 | refs/heads/master | 2021-05-25T10:41:31.509000 | 2015-06-15T16:16:58 | 2015-06-15T16:16:58 | 17,729,661 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mwambachildrenschoir.act;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
import java.io.PrintWriter;
import java.util.Iterator;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import com.mwambachildrenschoir.dao.ActDao;
import com.mwamb... | UTF-8 | Java | 1,897 | java | ExportDonorToCSV.java | Java | [] | null | [] | package com.mwambachildrenschoir.act;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
import java.io.PrintWriter;
import java.util.Iterator;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import com.mwambachildrenschoir.dao.ActDao;
import com.mwamb... | 1,897 | 0.655772 | 0.651555 | 66 | 27.742424 | 25.647558 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.818182 | false | false | 2 |
b5edfff32890a21838c850d70211f3b23732fcdf | 15,951,508,544,823 | 690868150ba18e3140b16b344aa5401d0bccf300 | /src/main/java/spring_import_annotation/App2Config.java | 5a0ae87ed3306c9a2636199f18d72ebe6f4b52fa | [] | no_license | huibaobao/SpringTutorials | https://github.com/huibaobao/SpringTutorials | df653755123bf413c788cabf8003ccacc0cde56f | 5723fd51550650b8eb432da9cd24dc4f1b3b10f2 | refs/heads/master | 2020-03-14T13:08:50.816000 | 2017-02-03T18:44:03 | 2017-02-03T18:44:03 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package spring_import_annotation;
/** This is a class used for MainApp to demo @Import annotation.*/
import common.TextEditor;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.Import;
@Configuration
@Import... | UTF-8 | Java | 644 | java | App2Config.java | Java | [] | null | [] | package spring_import_annotation;
/** This is a class used for MainApp to demo @Import annotation.*/
import common.TextEditor;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.Import;
@Configuration
@Import... | 644 | 0.697205 | 0.684783 | 29 | 21.206896 | 20.398411 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.310345 | false | false | 2 |
d4761256ee7d3ecf4ab82ee680caa0dc199fa6c5 | 6,244,882,503,767 | 1ac3533996c279919ff4b036c3fbc74bcce53d1c | /src/main/java/com/qa/intigration/ReceiptEndpoint.java | 2c57c02f9c39522c88a6ab7ee87392cc0f3df27f | [] | no_license | JoshuaSherwood94/BOI-Project | https://github.com/JoshuaSherwood94/BOI-Project | 0d493bb62a11eafaf1d4801628b206a4253ff183 | 29928c19c87189601886ddcb36f0f2f485fa6e3c | refs/heads/master | 2021-01-24T07:42:55.882000 | 2018-02-28T09:17:04 | 2018-02-28T09:17:04 | 122,963,068 | 1 | 4 | null | false | 2018-02-28T09:17:05 | 2018-02-26T11:54:06 | 2018-02-27T20:35:16 | 2018-02-28T09:17:04 | 97 | 1 | 1 | 0 | Java | false | null | package com.qa.intigration;
import javax.inject.Inject;
import javax.ws.rs.DELETE;
import javax.ws.rs.GET;
import javax.ws.rs.POST;
import javax.ws.rs.Path;
import javax.ws.rs.PathParam;
import javax.ws.rs.Produces;
import com.qa.service.business.ReceiptService;
@Path("/receipt")
public class ReceiptEndpoint {
@Inje... | UTF-8 | Java | 896 | java | ReceiptEndpoint.java | Java | [] | null | [] | package com.qa.intigration;
import javax.inject.Inject;
import javax.ws.rs.DELETE;
import javax.ws.rs.GET;
import javax.ws.rs.POST;
import javax.ws.rs.Path;
import javax.ws.rs.PathParam;
import javax.ws.rs.Produces;
import com.qa.service.business.ReceiptService;
@Path("/receipt")
public class ReceiptEndpoint {
@Inje... | 896 | 0.719866 | 0.719866 | 43 | 19.83721 | 16.503601 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.976744 | false | false | 2 |
b4f0eb8a9562d777743e533e2e910090543448f2 | 18,133,351,973,010 | 7a26d59d5f8292cf0b3ea762960bf3dbd3b861ca | /src/com/android/settings/connecteddevice/SavedTwsDeviceGroupController.java | 1e1f0ac3ee24c6fb477d7125f24691d0ee32cee0 | [
"Apache-2.0"
] | permissive | ResurrectionRemix/Resurrection_packages_apps_Settings | https://github.com/ResurrectionRemix/Resurrection_packages_apps_Settings | bac0727c91db6d4d5d7f8f2b4ea01d8f4273853b | c65423981fe1f615b51dc534038110e6e86f88ad | refs/heads/Q | 2021-12-15T14:52:54.291000 | 2021-09-19T11:36:02 | 2021-09-19T11:36:02 | 17,210,708 | 228 | 1,613 | NOASSERTION | false | 2023-01-02T18:18:06 | 2014-02-26T13:00:14 | 2022-11-23T22:43:51 | 2021-11-27T01:15:47 | 1,375,160 | 141 | 390 | 8 | Java | false | false | /*
*Copyright (c) 2018, The Linux Foundation. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted (subject to the limitations in the
* disclaimer below) provided that the following conditions are met:
*
* * Redistributions of source code mu... | UTF-8 | Java | 6,284 | java | SavedTwsDeviceGroupController.java | Java | [
{
"context": "allback {\n\n private static final String KEY = \"saved_tws_device_list\";\n\n PreferenceGroup mPreferenceGroup;\n priv",
"end": 3785,
"score": 0.6924244165420532,
"start": 3764,
"tag": "KEY",
"value": "saved_tws_device_list"
}
] | null | [] | /*
*Copyright (c) 2018, The Linux Foundation. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted (subject to the limitations in the
* disclaimer below) provided that the following conditions are met:
*
* * Redistributions of source code mu... | 6,284 | 0.744749 | 0.742521 | 157 | 39.025478 | 28.695847 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.503185 | false | false | 2 |
0d41f5d57e459b738cd2080c57e83e6f5ca92718 | 21,182,778,736,577 | 13d7d6b72bd852e362089a126cbc77c625b5251d | /src/Rock.java | ba6fdd52955b56818a4de1c57ae5a962077db349 | [] | no_license | dor6688/Chess_AI | https://github.com/dor6688/Chess_AI | f74b42d93370d9eb99261466f83fb7aaa9a006f6 | 4607b8385acff11769a498ab4285fd902c74ced9 | refs/heads/master | 2020-07-03T18:06:53.683000 | 2019-08-14T20:41:13 | 2019-08-14T20:41:13 | 201,998,902 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.ArrayList;
public class Rock extends Piece {
public Rock(char pieceColor, int pieceRow, int pieceCol, int pieceValue, Board board) {
super(pieceColor, pieceRow, pieceCol, pieceValue, board);
}
@Override
protected void allPossibleMoves() {
moves = new ArrayList<>();
... | UTF-8 | Java | 1,709 | java | Rock.java | Java | [] | null | [] | import java.util.ArrayList;
public class Rock extends Piece {
public Rock(char pieceColor, int pieceRow, int pieceCol, int pieceValue, Board board) {
super(pieceColor, pieceRow, pieceCol, pieceValue, board);
}
@Override
protected void allPossibleMoves() {
moves = new ArrayList<>();
... | 1,709 | 0.552955 | 0.549444 | 42 | 39.690475 | 30.460348 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.47619 | false | false | 2 |
ee56d3b670029ca1f23eb99624ca92b50dbefe01 | 27,986,006,965,556 | 01aeb891f434c3b623921c3d77a682756c50f5d7 | /OitoLabsIntern/lib/src/test/java/OitoLabsIntern/CourseTest.java | b92232196a21559df62838958998f3bfca88e2d8 | [] | no_license | Kirannaik78/oitolabs | https://github.com/Kirannaik78/oitolabs | ffb16f3975ea4e8f6412e60e813430899ed3f4ac | c10f7207072c8ba711e08d3f68d592e9a608aa69 | refs/heads/master | 2023-05-09T16:20:29.077000 | 2021-06-09T15:34:30 | 2021-06-09T15:34:30 | 375,366,188 | 0 | 0 | null | false | 2021-06-09T15:34:31 | 2021-06-09T13:31:38 | 2021-06-09T14:31:18 | 2021-06-09T15:34:30 | 66 | 0 | 0 | 0 | Java | false | false | package OitoLabsIntern;
public class CourseTest {
}
| UTF-8 | Java | 54 | java | CourseTest.java | Java | [] | null | [] | package OitoLabsIntern;
public class CourseTest {
}
| 54 | 0.777778 | 0.777778 | 5 | 9.8 | 11.617229 | 25 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 2 |
d100c352f3627d612576065dde19962d272f346c | 2,087,354,134,930 | 5759a9935244669aa7c05a8847e5ab524e7b5c44 | /src/com/brainflow/image/io/BrainIO.java | 530e7dfda1db97e410d1e2ac35b757d02e52d5a4 | [] | no_license | devillvalle/brainflow | https://github.com/devillvalle/brainflow | 6da65c6262c5f459cddf6fc076417ca6ce4f97a4 | 8264888f5fb9a37db6edd43fb45b9323f2cfc7f7 | refs/heads/master | 2021-01-10T12:01:02.128000 | 2009-02-07T19:39:13 | 2009-02-07T19:39:13 | 53,578,163 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.brainflow.image.io;
import com.brainflow.application.BrainFlowException;
import com.brainflow.image.data.BasicImageData;
import com.brainflow.image.data.IImageData;
import com.brainflow.image.data.IImageData3D;
import com.brainflow.utils.DataType;
import com.brainflow.utils.IDimension;
import c... | UTF-8 | Java | 10,506 | java | BrainIO.java | Java | [
{
"context": " (c) 2002</p>\r\n * <p>Company: </p>\r\n *\r\n * @author Bradley Buchsbaum\r\n * @version 1.0\r\n */\r\n\r\npublic class BrainIO {\r\n",
"end": 947,
"score": 0.9998743534088135,
"start": 930,
"tag": "NAME",
"value": "Bradley Buchsbaum"
}
] | null | [] | package com.brainflow.image.io;
import com.brainflow.application.BrainFlowException;
import com.brainflow.image.data.BasicImageData;
import com.brainflow.image.data.IImageData;
import com.brainflow.image.data.IImageData3D;
import com.brainflow.utils.DataType;
import com.brainflow.utils.IDimension;
import c... | 10,495 | 0.607938 | 0.602798 | 320 | 30.8375 | 32.598194 | 159 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.525 | false | false | 2 |
908c7082a0cd3806fd7ac6c7e9b013aa1312f64c | 33,414,845,570,515 | 69c00032e21079eb41b86c2085d38b8ba3e6e5cb | /Development_library/05Coding/icbcpay/src/cn/suanzi/tools/AsopUpTool.java | 9d680968c31c059eebdd00383f448cb26dc4307e | [] | no_license | qiaobenlaing/coupon | https://github.com/qiaobenlaing/coupon | 476b90ac9c8a9bb56f4c481c3e0303adc9575133 | 32a53667f0c496cda0d7df71651e07f0138001d3 | refs/heads/master | 2023-01-20T03:40:42.118000 | 2020-11-20T00:59:29 | 2020-11-20T01:13:28 | 312,522,162 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package cn.suanzi.tools;
import java.util.*;
public class AsopUpTool {
public AsopUpTool() {
lstData = new ArrayList<String>();
}
public boolean analyze(byte byIn[], String sDeli) {
init();
boolean bUp = false;
for (int i = 0; i < PACK_DOWN.length; i++) {
if (byIn[i] == PACK_DOWN[i])
continue;... | UTF-8 | Java | 4,078 | java | AsopUpTool.java | Java | [] | null | [] |
package cn.suanzi.tools;
import java.util.*;
public class AsopUpTool {
public AsopUpTool() {
lstData = new ArrayList<String>();
}
public boolean analyze(byte byIn[], String sDeli) {
init();
boolean bUp = false;
for (int i = 0; i < PACK_DOWN.length; i++) {
if (byIn[i] == PACK_DOWN[i])
continue;... | 4,078 | 0.630701 | 0.610839 | 180 | 21.644444 | 17.799694 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.488889 | false | false | 2 |
37c70f9e3f093c68648817b5c2c164f508762b4a | 1,752,346,681,170 | ae69f28eeb2919740fc14f13551c1e4e19d9968b | /app/src/main/java/org/ctguwh/auction/client/ItemClickedCallback.java | d9d16420492c556928f7deca3956f9c4a695ee5c | [] | no_license | langoodman/AndroidAuction | https://github.com/langoodman/AndroidAuction | df6cb96d7e9cf689d41a1090c9113192118622ac | 23701abeaaba5b1d4403e07f70876f67726eaa5b | refs/heads/master | 2020-09-28T17:04:46.481000 | 2019-12-09T08:24:16 | 2019-12-09T08:24:16 | 226,820,771 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.ctguwh.auction.client;
public interface ItemClickedCallback
{
void clickPosition(int position);
} | UTF-8 | Java | 112 | java | ItemClickedCallback.java | Java | [] | null | [] | package org.ctguwh.auction.client;
public interface ItemClickedCallback
{
void clickPosition(int position);
} | 112 | 0.8125 | 0.8125 | 7 | 15.142858 | 16.923597 | 36 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 2 |
2dcacdd12c994580be2095d27b77a7ca406796f6 | 16,080,357,566,618 | 863b193bd55bcba68186578636d95a2addddaf96 | /src/com/i5jie/ticket/face/TcConfigController.java | 9e4a88f4a6ffce0657b406cb5a253722c14ab2f6 | [] | no_license | xiaochaidecat/eclipse | https://github.com/xiaochaidecat/eclipse | c6d1ccc3ef30f4ce57a3153a6d93001acff6eeb5 | e1fbf1c424f8c0be6b581b4617cacc0e87e17986 | refs/heads/master | 2022-12-21T02:52:34.974000 | 2019-10-28T15:06:13 | 2019-10-28T15:06:13 | 218,069,889 | 0 | 0 | null | false | 2022-12-16T04:01:48 | 2019-10-28T14:46:57 | 2019-10-28T15:08:37 | 2022-12-16T04:01:45 | 2,125 | 0 | 0 | 7 | HTML | false | false | package com.i5jie.ticket.face;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.bind.annotation.RestController;
import org.springframework.web.... | UTF-8 | Java | 3,268 | java | TcConfigController.java | Java | [] | null | [] | package com.i5jie.ticket.face;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.bind.annotation.RestController;
import org.springframework.web.... | 3,268 | 0.732855 | 0.730985 | 113 | 26.40708 | 28.096432 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.814159 | false | false | 2 |
26f117834abbba6092a6f8f79e91e05f9aa0626d | 27,075,473,901,386 | 2fd9d77d529e9b90fd077d0aa5ed2889525129e3 | /DecompiledViberSrc/app/src/main/java/com/viber/voip/sdk/SdkActivity.java | 15156b226840c73c2cd8394bf67ce6269ccffd0e | [] | no_license | cga2351/code | https://github.com/cga2351/code | 703f5d49dc3be45eafc4521e931f8d9d270e8a92 | 4e35fb567d359c252c2feca1e21b3a2a386f2bdb | refs/heads/master | 2021-07-08T15:11:06.299000 | 2021-05-06T13:22:21 | 2021-05-06T13:22:21 | 60,314,071 | 1 | 3 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.viber.voip.sdk;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v7.app.AppCompatActivity;
import android.util.Pair;
import com.viber.voip.ViberApplication;
import com.viber.voip.block.k;
import... | UTF-8 | Java | 5,493 | java | SdkActivity.java | Java | [] | null | [] | package com.viber.voip.sdk;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v7.app.AppCompatActivity;
import android.util.Pair;
import com.viber.voip.ViberApplication;
import com.viber.voip.block.k;
import... | 5,493 | 0.664482 | 0.656108 | 192 | 26.619791 | 32.164879 | 198 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.65625 | false | false | 2 |
17f71cd530e8e0cfc6cf355fac1dfd8d78ef4475 | 25,795,573,584,776 | b51fe9871574b9f749ac7f084366d72f72cccd7f | /java/ttt/postprocessing/html5/Html5PlayerCreator.java | a0ed280d1f6980801c81a1bfd4471d5fd8a71e56 | [] | no_license | atar-axis/teleteachingtool | https://github.com/atar-axis/teleteachingtool | 4d0c68e7bdfa56113c0b761e75cd38f2be4be87e | 0d13c5ceda224bdd701efa241f20fdd586ff8ecd | refs/heads/master | 2020-05-18T06:31:58.464000 | 2019-04-11T09:43:26 | 2019-04-11T09:43:26 | 184,235,975 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ttt.postprocessing.html5;
import java.io.BufferedInputStream;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.net.URL;
import java.nio.channels.FileChannel;
import java.util.zip.ZipEntry;
import... | UTF-8 | Java | 2,403 | java | Html5PlayerCreator.java | Java | [] | null | [] | package ttt.postprocessing.html5;
import java.io.BufferedInputStream;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.net.URL;
import java.nio.channels.FileChannel;
import java.util.zip.ZipEntry;
import... | 2,403 | 0.655431 | 0.641698 | 84 | 26.607143 | 24.098022 | 133 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.75 | false | false | 2 |
12c266317c023e34f16bbd0becedc9ab0b9ccb8a | 23,416,161,764,129 | 47b6ff1f334f8cdffe7f952e122bb0c0c4b63713 | /src/main/java/com/vahan/blok/rest/controller/CommentController.java | 7bcc272e01822e105ca85b808d88671830537705 | [] | no_license | vahan1994vs/blog-rest | https://github.com/vahan1994vs/blog-rest | 50d5fd3b6b6f99f084fce029dfebde1bf3b10c49 | a293f462660337895bedcd90a9ec77eea1608fa4 | refs/heads/master | 2023-05-04T10:17:32.637000 | 2021-04-09T20:24:53 | 2021-04-09T20:24:53 | 356,374,022 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.vahan.blok.rest.controller;
import com.vahan.blok.rest.dto.req.CommentCreateRequest;
import com.vahan.blok.rest.model.Comment;
import com.vahan.blok.rest.service.CommentService;
import com.vahan.blok.rest.util.CommentUtil;
import lombok.RequiredArgsConstructor;
import org.springframework.http.HttpStatus;
i... | UTF-8 | Java | 1,502 | java | CommentController.java | Java | [] | null | [] | package com.vahan.blok.rest.controller;
import com.vahan.blok.rest.dto.req.CommentCreateRequest;
import com.vahan.blok.rest.model.Comment;
import com.vahan.blok.rest.service.CommentService;
import com.vahan.blok.rest.util.CommentUtil;
import lombok.RequiredArgsConstructor;
import org.springframework.http.HttpStatus;
i... | 1,502 | 0.778296 | 0.778296 | 37 | 39.594593 | 29.067917 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.540541 | false | false | 2 |
33918046c02be0602e91d2393444dc4dcdcbc533 | 12,197,707,192,322 | 0e2dfcacb7760f9511c3602a666f54d38d51ffef | /javabase/src/main/java/com/base/javabase/base/Test.java | 85bad4d1ae11bac3d6398f028713c8dcf5127cf7 | [] | no_license | fenghongyu/algorithms | https://github.com/fenghongyu/algorithms | 7b7ff42836c6ee906ba3f977d477449c20ff1b8c | 7bd2e3abb8136802f382a136244456b4aace38ca | refs/heads/master | 2021-07-17T16:52:19.736000 | 2020-07-04T15:43:58 | 2020-07-04T15:43:58 | 188,855,307 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.base.javabase.base;
import java.util.Date;
/**
* Created on 2019-09-10
*
* @author fenghongyu
*/
public class Test extends Date {
public static void main(String[] args) {
}
}
| UTF-8 | Java | 205 | java | Test.java | Java | [
{
"context": ".Date;\n\n/**\n * Created on 2019-09-10\n *\n * @author fenghongyu\n */\npublic class Test extends Date {\n public s",
"end": 110,
"score": 0.6667993664741516,
"start": 100,
"tag": "NAME",
"value": "fenghongyu"
}
] | null | [] | package com.base.javabase.base;
import java.util.Date;
/**
* Created on 2019-09-10
*
* @author fenghongyu
*/
public class Test extends Date {
public static void main(String[] args) {
}
}
| 205 | 0.64878 | 0.609756 | 17 | 11.058824 | 14.123283 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.117647 | false | false | 2 |
15d3ed048fbd676e641b6c4ebfe4e18b9c8ea3b3 | 1,589,137,905,982 | 7138bfaf4809f19d5ddd70deb5025a778e593ae2 | /src/Main.java | 2c1b171400c5645271435e7db604053af4606225 | [] | no_license | Ciechom/Collatz-Conjecture | https://github.com/Ciechom/Collatz-Conjecture | f3026451c2f74897aa0fc749a8bfe7bdd4c9d4c1 | 232c99ed662ee76d7d6e00683cee8642f0d87f6f | refs/heads/master | 2021-01-17T06:34:13.868000 | 2015-04-01T14:03:02 | 2015-04-01T14:03:02 | 33,248,823 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import javax.swing.*;
public class Main {
public static void main(String[] args) {
int n;
if(System.getProperty("user.language").equalsIgnoreCase("pl")){
n=Integer.parseInt(JOptionPane.showInputDialog("Podaj liczbe"));
}else{
n=Integer.parseInt(JOptionPane.showInput... | UTF-8 | Java | 938 | java | Main.java | Java | [] | null | [] | import javax.swing.*;
public class Main {
public static void main(String[] args) {
int n;
if(System.getProperty("user.language").equalsIgnoreCase("pl")){
n=Integer.parseInt(JOptionPane.showInputDialog("Podaj liczbe"));
}else{
n=Integer.parseInt(JOptionPane.showInput... | 938 | 0.535181 | 0.525586 | 32 | 28.3125 | 29.83123 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.46875 | false | false | 2 |
ba0dc0dce96c8fb6080b60fb44247d0eb4cc457c | 30,391,188,656,080 | d160af0074f83e04625f8de86028faa8796e167c | /ljhouse/mzjtools-ljhouse/src/test/java/org/mzj/ljhouse/ApplicationTests.java | bf706ddee249d88d4bd2e90befc498482af90dac | [
"Apache-2.0"
] | permissive | mzj313/SeimiCrawler | https://github.com/mzj313/SeimiCrawler | fac28c2732007b259af327e67e15bf6e07a67a71 | 9c8ee0b0519cbe67bd81142aec3f8ab8c73b4aec | refs/heads/master | 2021-01-11T14:25:10.003000 | 2017-07-01T10:03:50 | 2017-07-01T10:03:50 | 81,396,028 | 0 | 0 | null | true | 2017-02-09T01:45:28 | 2017-02-09T01:45:28 | 2017-02-08T14:03:01 | 2017-01-11T15:38:09 | 313 | 0 | 0 | 0 | null | null | null | package org.mzj.ljhouse;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mzj.ljhouse.mapper.LjhouseMapper;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootT... | UTF-8 | Java | 1,613 | java | ApplicationTests.java | Java | [] | null | [] | package org.mzj.ljhouse;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mzj.ljhouse.mapper.LjhouseMapper;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootT... | 1,613 | 0.777082 | 0.774577 | 50 | 30.940001 | 26.4147 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.64 | false | false | 2 |
91d25ee6e7fccbce5ea3f28081a8ab5f28271328 | 18,279,380,830,442 | f035ec7774d63d40027fa99bcd7e7bd76e8ed304 | /java/algo/src/main/java/methodology/dynamic/CollectApple.java | a88f0a0caaf192e59dff4874ebf2f2e3a36dabd1 | [] | no_license | Ravikumar1997/Daily-pracitce | https://github.com/Ravikumar1997/Daily-pracitce | b669c9df2de66a4a93dbdddaaa534bb0bb3daf34 | 3931bb75b8ae83a28043e136a7331215d566d95e | refs/heads/master | 2020-06-01T01:44:01.478000 | 2019-03-30T07:29:07 | 2019-03-30T07:29:07 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package methodology.dynamic;
import java.util.Arrays;
import java.util.Random;
/**
* Created by zzt on 5/16/16.
* <p>
* <h3>Des</h3>
* <p>
* A table composed of N x M cells,
* each having a certain quantity of apples, is given.
* You start from the upper-left corner.
* At each step you can go down or right on... | UTF-8 | Java | 2,091 | java | CollectApple.java | Java | [
{
"context": "rrays;\nimport java.util.Random;\n\n/**\n * Created by zzt on 5/16/16.\n * <p>\n * <h3>Des</h3>\n * <p>\n * A ta",
"end": 102,
"score": 0.9995937347412109,
"start": 99,
"tag": "USERNAME",
"value": "zzt"
}
] | null | [] | package methodology.dynamic;
import java.util.Arrays;
import java.util.Random;
/**
* Created by zzt on 5/16/16.
* <p>
* <h3>Des</h3>
* <p>
* A table composed of N x M cells,
* each having a certain quantity of apples, is given.
* You start from the upper-left corner.
* At each step you can go down or right on... | 2,091 | 0.478718 | 0.462458 | 70 | 28.871429 | 19.806147 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.457143 | false | false | 2 |
7d4269c92dfd8c79b7e28ce9f4a8096867800478 | 8,203,387,585,392 | c78ff27c0c5db8167413056b720c074909e93836 | /carrera-sdk/consumer/java/carrera-consumer-sdk/src/main/java/com/xiaojukeji/carrera/consumer/thrift/client/LowLevelCarreraConsumer.java | 4150c9fd42df2d19107ea167e424d6a04fcfd735 | [
"Apache-2.0"
] | permissive | zks888/DDMQ | https://github.com/zks888/DDMQ | a31f12208209d6776059b3285e333205768a9466 | 267679ce8f2df9ec42f809dd4697fc4792f0a738 | refs/heads/master | 2020-07-20T00:35:50.745000 | 2019-09-10T04:08:13 | 2019-09-10T04:08:13 | 206,540,172 | 2 | 0 | Apache-2.0 | true | 2019-09-05T10:46:43 | 2019-09-05T10:46:43 | 2019-09-05T07:41:33 | 2019-09-05T07:25:02 | 18,150 | 0 | 0 | 0 | null | false | false | package com.xiaojukeji.carrera.consumer.thrift.client;
import com.xiaojukeji.carrera.consumer.thrift.AckResult;
import com.xiaojukeji.carrera.consumer.thrift.Context;
import com.xiaojukeji.carrera.consumer.thrift.FetchRequest;
import com.xiaojukeji.carrera.consumer.thrift.FetchResponse;
import com.xiaojukeji.carrera.c... | UTF-8 | Java | 6,893 | java | LowLevelCarreraConsumer.java | Java | [] | null | [] | package com.xiaojukeji.carrera.consumer.thrift.client;
import com.xiaojukeji.carrera.consumer.thrift.AckResult;
import com.xiaojukeji.carrera.consumer.thrift.Context;
import com.xiaojukeji.carrera.consumer.thrift.FetchRequest;
import com.xiaojukeji.carrera.consumer.thrift.FetchResponse;
import com.xiaojukeji.carrera.c... | 6,893 | 0.620385 | 0.619209 | 181 | 36.569061 | 31.727116 | 143 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.773481 | false | false | 2 |
8c306d4dc678eb68361924cb3cab71af62ca41ac | 25,589,415,171,141 | 3b9f152cc9ba7b3bb0987b03d4482212758f4e9f | /app/src/main/java/salboell/cs275/trackyourteam/MatchListFragment.java | 4d7e4f9983f93fd0104e006763dd3fb2cf41b331 | [] | no_license | salboell/TrackYourTeam | https://github.com/salboell/TrackYourTeam | 790d3178431595a68da2e9987609d3aaeebca950 | d031e5b33c3f41d66b06450364c6586cbfd1588f | refs/heads/master | 2020-08-27T10:41:20.122000 | 2019-10-29T01:49:19 | 2019-10-29T01:49:19 | 217,337,238 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package salboell.cs275.trackyourteam;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import android.widget.Toast;
import androidx.annotation.NonNull;
import androidx.fragment.app.Fragment;
import androidx.recyclerv... | UTF-8 | Java | 3,180 | java | MatchListFragment.java | Java | [] | null | [] | package salboell.cs275.trackyourteam;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import android.widget.Toast;
import androidx.annotation.NonNull;
import androidx.fragment.app.Fragment;
import androidx.recyclerv... | 3,180 | 0.66478 | 0.663836 | 97 | 31.783504 | 27.120665 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.56701 | false | false | 2 |
8bdb1cff48dd0413d143c9d4f657399a00a5c819 | 25,323,127,184,155 | 8e172f74a0a2dd875bf41d9ec5b767bc7a0413d4 | /E9.4/src/BankAccount.java | c617c97d8a4c62a6af77a54266f595779ebe0712 | [] | no_license | ArnavD74/APCSA | https://github.com/ArnavD74/APCSA | 84cd81da70d55fc0ebcc06529d883b65365ae5ac | e6dc87111d7da2979820436961717af10e97fcf4 | refs/heads/master | 2021-07-11T04:59:52.138000 | 2020-10-27T01:41:12 | 2020-10-27T01:41:12 | 206,829,047 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
public class BankAccount {
public String name;
public double balance;
public BankAccount(String name, double balance) {
this.name = name;
this.balance = balance;
}
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
public double getBalance() {
retu... | UTF-8 | Java | 659 | java | BankAccount.java | Java | [] | null | [] |
public class BankAccount {
public String name;
public double balance;
public BankAccount(String name, double balance) {
this.name = name;
this.balance = balance;
}
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
public double getBalance() {
retu... | 659 | 0.669196 | 0.669196 | 42 | 14.666667 | 16.546711 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.190476 | false | false | 2 |
067da53052e35b2c1d857e6273a1ab2c8f0ed306 | 32,641,751,467,307 | 8b73c93a9c9566f2ab3445f760264c59eb061ac7 | /src/main/java/com/infinityraider/agricraft/renderers/blocks/RenderSeedStorage.java | ba83a1b61d38abd4d385f0af18b67cd8435c0244 | [
"MIT"
] | permissive | KookykraftMC/AgriCraft | https://github.com/KookykraftMC/AgriCraft | 17e063d99beeecd070423d7c8f18f967f6102881 | 4968019fe989fbf4fdb1f2ef64873aa8159bda44 | refs/heads/master | 2021-01-20T21:38:20.051000 | 2016-05-23T13:20:01 | 2016-05-23T13:20:01 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.infinityraider.agricraft.renderers.blocks;
import com.infinityraider.agricraft.blocks.BlockSeedStorage;
import com.infinityraider.agricraft.reference.Constants;
import com.infinityraider.agricraft.renderers.tessellation.ITessellator;
import com.infinityraider.agricraft.tileentity.storage.TileEntitySeedStor... | UTF-8 | Java | 3,911 | java | RenderSeedStorage.java | Java | [] | null | [] | package com.infinityraider.agricraft.renderers.blocks;
import com.infinityraider.agricraft.blocks.BlockSeedStorage;
import com.infinityraider.agricraft.reference.Constants;
import com.infinityraider.agricraft.renderers.tessellation.ITessellator;
import com.infinityraider.agricraft.tileentity.storage.TileEntitySeedStor... | 3,911 | 0.745078 | 0.687037 | 98 | 38.908165 | 33.697662 | 145 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.530612 | false | false | 2 |
46dec5ec955a5430127f348ee5227d7ec761f9b1 | 7,954,279,444,317 | e3385e7f036fb14f6b554c632b4a695f0e5d1086 | /src/main/java/es/cgi/configuracionarranque/model/cfgtables/basic/agreetype/AgreetypeModel.java | 887cac694854079a69a8780db1f83cccbd5be656 | [] | no_license | ranthas90/WebArranque | https://github.com/ranthas90/WebArranque | 5cd4a9946ab92d0bf1fd06f7611c437748478a74 | 8737ed58a6dd4884c01ffe7f0806473e1eb5877e | refs/heads/master | 2018-11-27T07:40:10.546000 | 2018-11-19T14:05:49 | 2018-11-19T14:05:49 | 128,270,948 | 1 | 0 | null | false | 2018-11-08T09:38:39 | 2018-04-05T22:25:27 | 2018-10-24T12:58:37 | 2018-11-08T09:38:39 | 3,395 | 0 | 0 | 3 | Java | false | null | package es.cgi.configuracionarranque.model.cfgtables.basic.agreetype;
import es.cgi.configuracionarranque.configuration.cfgtables.basic.AgreetypeConfiguration;
import es.cgi.configuracionarranque.model.AbstractModel;
import lombok.Data;
import lombok.EqualsAndHashCode;
@Data
@EqualsAndHashCode(of = { "agrtype" }, cal... | UTF-8 | Java | 1,155 | java | AgreetypeModel.java | Java | [] | null | [] | package es.cgi.configuracionarranque.model.cfgtables.basic.agreetype;
import es.cgi.configuracionarranque.configuration.cfgtables.basic.AgreetypeConfiguration;
import es.cgi.configuracionarranque.model.AbstractModel;
import lombok.Data;
import lombok.EqualsAndHashCode;
@Data
@EqualsAndHashCode(of = { "agrtype" }, cal... | 1,155 | 0.70303 | 0.70303 | 35 | 32 | 29.460871 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.342857 | false | false | 2 |
2d2cb37e5d20d76c958c583ee7c909a4fba71b55 | 21,560,735,832,366 | a1c0ae2e67c45f45fb440356e982f6fb1806ab1c | /assignment17/src/com/shpp/p2p/cs/ilitvinov/assignment17/huffman/posthuffman/archiver/Bit.java | 3e3ed608594b01370df5be93fda896c4f45c53b0 | [] | no_license | ilitvinoff/p2p-shpp | https://github.com/ilitvinoff/p2p-shpp | 1f67fa990c80ad585df6a8ef22e4ebe3f643cbaa | 0f16e02de0ab80b465f4e6f566b57a71b412ddb0 | refs/heads/main | 2023-03-10T20:03:03.847000 | 2021-02-19T12:20:32 | 2021-02-19T12:20:32 | 340,353,855 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.shpp.p2p.cs.ilitvinov.assignment17.huffman.posthuffman.archiver;
public class Bit {
/**
* @param operand - byte value, where searching bit's value
* @param bitIndex - bit's position in operand. Possible value of index: 0-15;
* @return int bit's value (0 or 1) as byte.
*/
public... | UTF-8 | Java | 903 | java | Bit.java | Java | [] | null | [] | package com.shpp.p2p.cs.ilitvinov.assignment17.huffman.posthuffman.archiver;
public class Bit {
/**
* @param operand - byte value, where searching bit's value
* @param bitIndex - bit's position in operand. Possible value of index: 0-15;
* @return int bit's value (0 or 1) as byte.
*/
public... | 903 | 0.611296 | 0.59247 | 25 | 35.119999 | 29.060379 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.44 | false | false | 2 |
eb41886eff6f7e9feacd417d9d5123e5c05b4d93 | 38,079,180,061,233 | 2168d7c772cc850a2877b790ce1763dd5d8920b3 | /wksp/timehammer/monolith/src/main/java/com/kronostools/timehammer/dao/WorkerHolidayDao.java | 38833c3081a447b09eff1ad9714ce39f00319553 | [] | no_license | kronostools/timehammer | https://github.com/kronostools/timehammer | 5e30339289edf37e640594e7e2017940bd24e4cb | 371f85134dc1be72de075aad1fb210f72cabdf9e | refs/heads/master | 2023-01-01T05:39:00.453000 | 2020-10-24T09:50:18 | 2020-10-24T09:50:18 | 257,355,498 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kronostools.timehammer.dao;
import com.kronostools.timehammer.model.Worker;
import com.kronostools.timehammer.model.WorkerHoliday;
import com.kronostools.timehammer.service.TimeMachineService;
import com.kronostools.timehammer.vo.HolidayVo;
import org.hibernate.Session;
import org.hibernate.jpa.QueryHints;... | UTF-8 | Java | 3,282 | java | WorkerHolidayDao.java | Java | [] | null | [] | package com.kronostools.timehammer.dao;
import com.kronostools.timehammer.model.Worker;
import com.kronostools.timehammer.model.WorkerHoliday;
import com.kronostools.timehammer.service.TimeMachineService;
import com.kronostools.timehammer.vo.HolidayVo;
import org.hibernate.Session;
import org.hibernate.jpa.QueryHints;... | 3,282 | 0.64351 | 0.64351 | 80 | 40.025002 | 29.935755 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4375 | false | false | 2 |
91636335f6c8652010fb1cdacee4806525f4ef83 | 37,117,107,383,612 | c5dc7c988003495f3290d7302a7bae70d797b0e0 | /StringBuilderFun.java | 8b4e76cd0efd5249694ea809f6ab2bcae4f55faf | [] | no_license | SravaniKusuma/Java_Oreally | https://github.com/SravaniKusuma/Java_Oreally | 85576c0f78ccf4eaec5e0e7cb08ab8a7bbe946a7 | f1e11ab4da20336332909ab3fbaf00741e1948f1 | refs/heads/master | 2023-07-09T08:09:12.321000 | 2021-08-19T03:26:50 | 2021-08-19T03:26:50 | 397,800,611 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
public class StringBuilderFun {
public static void main(String[] args) {
StringBuilder sb = new StringBuilder("Sravani");
System.out.println(sb);
sb.append("Kusuma is amazing");
System.out.println(sb);
sb.insert(0, "Ms ");
System.out.println(sb);
}
}
| UTF-8 | Java | 272 | java | StringBuilderFun.java | Java | [
{
"context": "rgs) {\n\t\t\n\t\tStringBuilder sb = new StringBuilder(\"Sravani\");\n\t\tSystem.out.println(sb);\n\t\tsb.append(\"Kusuma ",
"end": 126,
"score": 0.9980085492134094,
"start": 119,
"tag": "NAME",
"value": "Sravani"
}
] | null | [] |
public class StringBuilderFun {
public static void main(String[] args) {
StringBuilder sb = new StringBuilder("Sravani");
System.out.println(sb);
sb.append("Kusuma is amazing");
System.out.println(sb);
sb.insert(0, "Ms ");
System.out.println(sb);
}
}
| 272 | 0.672794 | 0.669118 | 14 | 18.357143 | 16.650213 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.642857 | false | false | 2 |
5050c6db48a2837d757239b0a5b768d61df0cbd0 | 35,296,041,270,875 | 502ee6a0864ec7ad4a6e2495c028da4b6c1b6309 | /src/main/java/pt/skyblock/PTSkyblockSettings.java | 6b63a1766f262dfe882ba937a3ecf1b3bcba692a | [] | no_license | CheaterCodes/PT-Skyblock | https://github.com/CheaterCodes/PT-Skyblock | 53f8bb09037eeb475591e96524a5020dd7db21fb | 1012692d5aeab49a9fe8ce6c9f37fb5444bab538 | refs/heads/master | 2022-08-20T01:38:04.768000 | 2020-05-23T15:45:30 | 2020-05-23T15:45:30 | 264,561,370 | 1 | 0 | null | true | 2020-05-17T01:32:52 | 2020-05-17T01:32:51 | 2020-05-04T02:26:45 | 2020-05-04T02:26:43 | 138 | 0 | 0 | 0 | null | false | false | package pt.skyblock;
public class PTSkyblockSettings
{
public static boolean endPortalFix = true;
}
| UTF-8 | Java | 105 | java | PTSkyblockSettings.java | Java | [] | null | [] | package pt.skyblock;
public class PTSkyblockSettings
{
public static boolean endPortalFix = true;
}
| 105 | 0.771429 | 0.771429 | 6 | 16.5 | 17.538054 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 2 |
6145a1895345fd1f36d338545dff52b28e881cfc | 6,640,019,441,388 | e5431a10d8a82b382fa586724be9f804041fa0fe | /gaia-shared/src/main/java/gaia/crawl/http/protocol/HttpContentUtils.java | de45ec805ed71b374b5c62d620d679799ae4634a | [] | no_license | whlee21/gaia | https://github.com/whlee21/gaia | 65ca1a45e3c85ac0a368a94827e53cf73834d48b | 9abcb86b7c2ffc33c39ec1cf66a25e9d2144aae0 | refs/heads/master | 2022-12-26T14:06:44.067000 | 2014-05-19T16:15:47 | 2014-05-19T16:15:47 | 14,943,649 | 2 | 0 | null | false | 2022-12-14T20:22:44 | 2013-12-05T04:16:26 | 2019-01-22T17:14:17 | 2022-12-14T20:22:41 | 12,178 | 3 | 0 | 25 | Java | false | false | package gaia.crawl.http.protocol;
import gaia.crawl.metadata.Metadata;
import java.io.IOException;
import java.net.URL;
import java.util.Arrays;
import java.util.List;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
public class HttpContentUtils {
private static final Logger LOG = LoggerFactory.getLogger(Ht... | UTF-8 | Java | 2,530 | java | HttpContentUtils.java | Java | [] | null | [] | package gaia.crawl.http.protocol;
import gaia.crawl.metadata.Metadata;
import java.io.IOException;
import java.net.URL;
import java.util.Arrays;
import java.util.List;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
public class HttpContentUtils {
private static final Logger LOG = LoggerFactory.getLogger(Ht... | 2,530 | 0.696838 | 0.694466 | 84 | 29.119047 | 29.689026 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.059524 | false | false | 2 |
5d2ac008f646fdd299882cbaa5825f486ff65e85 | 18,519,899,050,420 | f089a56e76fc8ad55b7ebe6f20eabbe653f7ce68 | /app/src/main/java/com/hawk/design/mode/bridge/handset/HandsetAddressList.java | 86f4a6aa3d3835ec7f7ae10a52d2d311f2fba01c | [] | no_license | jianxiangliu/DaHuaDesignMode | https://github.com/jianxiangliu/DaHuaDesignMode | 6d84f82678f9e477aecf253b51d4dfd256a32e98 | bf97b3ed4a9534be1e3fc64a94853f978ef93dd6 | refs/heads/master | 2021-01-12T13:09:58.724000 | 2019-02-09T14:47:34 | 2019-02-09T14:47:34 | 72,120,824 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hawk.design.mode.bridge.handset;
/**
* Created by Jerry on 2019/1/5.
* 手机通讯录
*/
public class HandsetAddressList extends AHandsetSoft {
@Override
void run() {
System.out.println("运行手机通讯录");
}
}
| UTF-8 | Java | 253 | java | HandsetAddressList.java | Java | [
{
"context": "awk.design.mode.bridge.handset;\n\n/**\n * Created by Jerry on 2019/1/5.\n * 手机通讯录\n */\npublic class HandsetAdd",
"end": 69,
"score": 0.9327425360679626,
"start": 64,
"tag": "NAME",
"value": "Jerry"
}
] | null | [] | package com.hawk.design.mode.bridge.handset;
/**
* Created by Jerry on 2019/1/5.
* 手机通讯录
*/
public class HandsetAddressList extends AHandsetSoft {
@Override
void run() {
System.out.println("运行手机通讯录");
}
}
| 253 | 0.655022 | 0.628821 | 12 | 18.083334 | 18.094467 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.166667 | false | false | 2 |
9737a1319f7ed28435747a54b4d14f20ee1640b7 | 37,477,884,640,600 | b8da59378f60c0892920c6b50d340271c2385a43 | /gimap/src/main/java/com/sun/mail/gimap/GmailFolder.java | ec1adce9f7850dbaddce3859e5c43b1af9724a5e | [] | no_license | hjaekel/javamail4android | https://github.com/hjaekel/javamail4android | e51d8f5e29ce55c1418f5d677127bf89f0c53516 | e4a39dfe2033242b7e9516f9706222eaf6e7af2a | refs/heads/master | 2021-01-22T09:09:17.654000 | 2015-02-13T22:32:13 | 2015-02-13T22:32:13 | 17,799,877 | 5 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
*
* Copyright (c) 1997-2013 Oracle and/or its affiliates. All rights reserved.
*
* The contents of this file are subject to the terms of either the GNU
* General Public License Version 2 only ("GPL") or the Common Development
* and Distribution Licens... | UTF-8 | Java | 5,462 | java | GmailFolder.java | Java | [
{
"context": "attributes.\n *\n * @since JavaMail 1.4.6\n * @author Bill Shannon\n */\n\npublic class GmailFolder extends IMAPFolder ",
"end": 2356,
"score": 0.9996399879455566,
"start": 2344,
"tag": "NAME",
"value": "Bill Shannon"
}
] | null | [] | /*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
*
* Copyright (c) 1997-2013 Oracle and/or its affiliates. All rights reserved.
*
* The contents of this file are subject to the terms of either the GNU
* General Public License Version 2 only ("GPL") or the Common Development
* and Distribution Licens... | 5,456 | 0.708532 | 0.70487 | 158 | 33.569622 | 27.27088 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.810127 | false | false | 2 |
eb8fdef1b928709477416b7d768aba848ec942d8 | 37,477,884,642,217 | a5a77ac127d4d64920bedc71012b76a1b5c395a2 | /edicsemperu/JavaSource/com/edicsem/pe/sie/client/action/mantenimiento/MetaEmpleadoSearchAction.java | 531dd4edac098800603251b50001b8b2733f212a | [] | no_license | miguelmeca/edicsem-sie | https://github.com/miguelmeca/edicsem-sie | 43fe0459557faead111efa0ebd89068c22141751 | 988474187bcba95f20f750cf2352feec88a3700b | refs/heads/master | 2020-04-04T17:34:21.150000 | 2013-06-26T20:44:05 | 2013-06-26T20:44:05 | 37,868,924 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.edicsem.pe.sie.client.action.mantenimiento;
import java.util.ArrayList;
import java.util.List;
import javax.ejb.EJB;
import javax.faces.bean.ManagedBean;
import javax.faces.bean.SessionScoped;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import com.edi... | UTF-8 | Java | 2,431 | java | MetaEmpleadoSearchAction.java | Java | [] | null | [] | package com.edicsem.pe.sie.client.action.mantenimiento;
import java.util.ArrayList;
import java.util.List;
import javax.ejb.EJB;
import javax.faces.bean.ManagedBean;
import javax.faces.bean.SessionScoped;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import com.edi... | 2,431 | 0.742081 | 0.742081 | 86 | 26.267443 | 27.741089 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.162791 | false | false | 2 |
e91a6841e18b9074c3e19961d81efaa856e1ccb0 | 35,201,552,005,291 | 0ffec2ee1bae99f01fda0caa5c9586dcc04d2a5e | /Model/ConsumptionTable.java | 8d7bb7b7410f17f2a63435a14fbe2931eef18dc6 | [] | no_license | gauravmahendru/calorietracker | https://github.com/gauravmahendru/calorietracker | ebfac1e5df1008788cdbe73a1509393a32a6efd7 | 5b6c12579b1aa96b3a7c230a7670c155b57a32ed | refs/heads/master | 2022-11-04T22:17:21.469000 | 2020-06-26T01:57:14 | 2020-06-26T01:57:14 | 275,053,133 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.calorietracker.Model;
public class ConsumptionTable {
private double quantity;
private UserTable userId;
private FoodTable foodId;
public ConsumptionTable(double quantity, UserTable userId, FoodTable foodId) {
this.quantity = quantity;
this.userId = userId;
... | UTF-8 | Java | 801 | java | ConsumptionTable.java | Java | [] | null | [] | package com.example.calorietracker.Model;
public class ConsumptionTable {
private double quantity;
private UserTable userId;
private FoodTable foodId;
public ConsumptionTable(double quantity, UserTable userId, FoodTable foodId) {
this.quantity = quantity;
this.userId = userId;
... | 801 | 0.636704 | 0.636704 | 38 | 20.078947 | 18.736935 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.394737 | false | false | 2 |
393f015d73031a9cf1530203c74e6dc508f89819 | 3,745,211,537,483 | a76dc0993f59b5aee344141af6a5994a371cefef | /src/main/java/app/estat/web/model/repository/CowParentRepository.java | 500a7ee8cdf1567491743563c2d8d24fe721bf19 | [] | no_license | michal112/eStatistic | https://github.com/michal112/eStatistic | 4d1532ab50f28d99a524a04380ac281f0d3b887e | f637eebf57ca028855817b87c4cff1af03c7344e | refs/heads/master | 2021-01-10T06:37:22.853000 | 2016-02-03T16:00:14 | 2016-02-03T16:00:14 | 45,063,983 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package app.estat.web.model.repository;
import app.estat.web.model.entity.CowParent;
import org.springframework.data.repository.CrudRepository;
public interface CowParentRepository extends CrudRepository<CowParent, Long> {}
| UTF-8 | Java | 227 | java | CowParentRepository.java | Java | [] | null | [] | package app.estat.web.model.repository;
import app.estat.web.model.entity.CowParent;
import org.springframework.data.repository.CrudRepository;
public interface CowParentRepository extends CrudRepository<CowParent, Long> {}
| 227 | 0.837004 | 0.837004 | 7 | 31.428572 | 29.635197 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 2 |
753354a2eeff343708c5f3adf38db437d2748828 | 2,688,649,569,588 | b4261dcd7e84bf6571e58ecd4ccd89a7ede5e7ec | /MiniProject4/src/Project4.java | 683bb76f81f483e378c8856148e7a89fc4124839 | [] | no_license | mgibney2018/APComputerScience | https://github.com/mgibney2018/APComputerScience | 0da0206a787857f92cd318739297cea44a6f2ac5 | 353679b446300478857fbdef674f985a1bb325b5 | refs/heads/master | 2021-07-03T06:40:49.414000 | 2017-09-24T14:29:55 | 2017-09-24T14:29:55 | 104,480,157 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // Program 4
// Matthew Gibney
// Types "Hello World" inside of a design
public class Project4 {
public static void main(String[] args) {
points();
box();
horizontal();
System.out.println("|Hello |");
System.out.println("| World|");
horizontal();
box();
points();
}
// Method f... | UTF-8 | Java | 937 | java | Project4.java | Java | [
{
"context": "// Program 4\r\n// Matthew Gibney\r\n// Types \"Hello World\" inside of a design\r\n\r\npub",
"end": 31,
"score": 0.999879002571106,
"start": 17,
"tag": "NAME",
"value": "Matthew Gibney"
}
] | null | [] | // Program 4
// <NAME>
// Types "Hello World" inside of a design
public class Project4 {
public static void main(String[] args) {
points();
box();
horizontal();
System.out.println("|Hello |");
System.out.println("| World|");
horizontal();
box();
points();
}
// Method for the p... | 929 | 0.580576 | 0.578442 | 47 | 17.978724 | 16.770655 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.829787 | false | false | 2 |
7db94510c1ff58460900a3829e0cd9af315bbc82 | 13,108,240,212,386 | d764d505837adfdba59a6edd57f1e70829e71887 | /Ipay/src/tests/modules/TestSideBanner.java | 4bfb7d64b4a0889c7a6728a5868280868352b17d | [] | no_license | popovua/ipay | https://github.com/popovua/ipay | f04ae9216157962d04df5d47140f2321e598d1d3 | 9e25eec50f235245bb3209ec78dd9bb22e4f4c48 | refs/heads/master | 2016-12-13T05:59:39.669000 | 2016-07-27T07:10:44 | 2016-07-27T07:10:44 | 38,312,273 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package tests.modules;
import java.io.IOException;
import java.util.GregorianCalendar;
import logs.TakeScreenshot;
import org.testng.annotations.Test;
import org.openqa.selenium.By;
import org.openqa.selenium.TimeoutException;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.ui.Ex... | UTF-8 | Java | 1,344 | java | TestSideBanner.java | Java | [] | null | [] | package tests.modules;
import java.io.IOException;
import java.util.GregorianCalendar;
import logs.TakeScreenshot;
import org.testng.annotations.Test;
import org.openqa.selenium.By;
import org.openqa.selenium.TimeoutException;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.ui.Ex... | 1,344 | 0.740327 | 0.740327 | 47 | 26.595745 | 28.604166 | 127 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.808511 | false | false | 2 |
7dd5e1bfbd5029f728d4ba5ae1c54afdbe9efbf6 | 17,884,243,822,277 | 14cc881c4c8f3c3aa404462f8a70257f6cc17b70 | /src/main/java/ai12/maven_ai12/game/MessageView.java | 7f79285b5785c939fd6014f2c6fc9a82621a8ea9 | [] | no_license | ThomasCaud/minesweeper | https://github.com/ThomasCaud/minesweeper | 692417d96f75924c44c8fc32ea075e3b566f458e | 4347b3c2ad13c752e119c0c200875369dbcbd1dc | refs/heads/master | 2020-04-16T10:33:13.620000 | 2019-01-13T13:29:48 | 2019-01-13T13:29:48 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ai12.maven_ai12.game;
public class MessageView {
}
| UTF-8 | Java | 61 | java | MessageView.java | Java | [] | null | [] | package ai12.maven_ai12.game;
public class MessageView {
}
| 61 | 0.754098 | 0.688525 | 5 | 11.2 | 13.347659 | 29 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 2 |
849267ad3424530bfdb62d64faa459db645feaa2 | 20,950,850,534,375 | 2de70885778850efc6704972a9fc324517d4ebb5 | /CodeSignal excercises/src/codeSignal/TheCore.java | d972ac1fc6dd9553cd62b395332f90a7b299fc3c | [] | no_license | Paulucha/hello-world | https://github.com/Paulucha/hello-world | 68e5a67f6e8d83e9f4cc81953ebd79690e76f043 | f5c5b8d7c356e4fc0c4aa9a038ddf264940ddafe | refs/heads/master | 2020-03-12T15:50:41.629000 | 2018-11-13T13:34:50 | 2018-11-13T13:34:50 | 130,700,869 | 0 | 0 | null | false | 2018-04-23T13:51:13 | 2018-04-23T13:29:51 | 2018-04-23T13:29:53 | 2018-04-23T13:51:13 | 0 | 0 | 0 | 0 | null | false | null | package codeSignal;
import java.util.ArrayList;
import java.util.List;
public class TheCore {
/**
* You are given a two-digit integer n. Return the sum of its digits.
* <p>
* Example
* <p>
* For n = 29, the output should be
* addTwoDigits(n) = 11.
*/
int addTwoDigits(int n)... | UTF-8 | Java | 14,838 | java | TheCore.java | Java | [
{
"context": " }\n\n else return false;\n }\n/**\nOnce Mary heard a famous song, and a line from it stuck in ",
"end": 12240,
"score": 0.9702680110931396,
"start": 12236,
"tag": "NAME",
"value": "Mary"
},
{
"context": " love me when I'm no longer young and beautiful?\"... | null | [] | package codeSignal;
import java.util.ArrayList;
import java.util.List;
public class TheCore {
/**
* You are given a two-digit integer n. Return the sum of its digits.
* <p>
* Example
* <p>
* For n = 29, the output should be
* addTwoDigits(n) = 11.
*/
int addTwoDigits(int n)... | 14,838 | 0.597183 | 0.581952 | 400 | 36.095001 | 63.37516 | 423 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5475 | false | false | 2 |
23e2dc11b20b154aff4cc95b4bb2d892d57d4135 | 30,150,670,439,074 | 08ea2e7638254e9c056aa8aee45c9e22ca4873fd | /app/src/main/java/com/example/user/meet/BoardFragment.java | d99705463bb7ef5ba89b2e76f912ddde9fa5381e | [] | no_license | zjaym1703/meeting | https://github.com/zjaym1703/meeting | f4f6f749323e9c7413745c1ce88923f0a26541a7 | ac3a440a379e30447348143e24b25fd646c2517f | refs/heads/master | 2020-03-26T22:17:54.810000 | 2018-08-21T06:56:51 | 2018-08-21T06:56:51 | 145,446,541 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.user.meet;
import android.content.Context;
import android.net.Uri;
import android.os.Bundle;
import android.support.design.widget.FloatingActionButton;
import android.support.v4.app.Fragment;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import... | UTF-8 | Java | 6,935 | java | BoardFragment.java | Java | [] | null | [] | package com.example.user.meet;
import android.content.Context;
import android.net.Uri;
import android.os.Bundle;
import android.support.design.widget.FloatingActionButton;
import android.support.v4.app.Fragment;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import... | 6,935 | 0.62891 | 0.627279 | 210 | 31.119047 | 26.85907 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.52381 | false | false | 2 |
95cbab936725eb0d5511d83480fa7ac52aeee116 | 1,202,590,912,218 | f8dadca76849c5de985245509fcf9291473ecc07 | /src/businesslogicservice/PromotionBLService/PromotionController.java | eda77f5d7bba2578d15cf8500ef164975ba4e72f | [] | no_license | WRKMNO4/System_Client | https://github.com/WRKMNO4/System_Client | 3fe9315b8d38c8fa1238a421940d74e55441123a | d55f11fefd7525a25c628310e501654e34cccdf5 | refs/heads/master | 2020-08-26T09:47:29.280000 | 2015-01-01T07:32:12 | 2015-01-01T07:32:28 | 25,589,201 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package businesslogicservice.PromotionBLService;
import java.rmi.RemoteException;
import java.util.ArrayList;
import java.util.Collection;
import Config.PromotionSort;
import PO.PromotionPO;
import PO.SalesReceiptPO;
import RMI.Communication_Start;
import ResultMessage.ResultMessage;
import VO.PromotionVO;... | UTF-8 | Java | 5,717 | java | PromotionController.java | Java | [] | null | [] | package businesslogicservice.PromotionBLService;
import java.rmi.RemoteException;
import java.util.ArrayList;
import java.util.Collection;
import Config.PromotionSort;
import PO.PromotionPO;
import PO.SalesReceiptPO;
import RMI.Communication_Start;
import ResultMessage.ResultMessage;
import VO.PromotionVO;... | 5,717 | 0.705965 | 0.703691 | 173 | 31.046244 | 24.770348 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.774566 | false | false | 2 |
9d311b97917d78f57624496c320e644b2e9a8b17 | 15,015,205,724,953 | df7836339ff86c9064d766d30886fc585c2d6359 | /src/main/java/com/j3a/sherpawebuser/view/Auto/GarantieMB.java | c8e1dafea22fc422b6872e5529df00ec51544c95 | [] | no_license | ALekerand/SherpaWebV1 | https://github.com/ALekerand/SherpaWebV1 | 8bc0079d4c900bb0407798d83412416791787878 | 6fd9bc5537ea28b2a9fdd365c7b0e0e337387e59 | refs/heads/master | 2021-01-10T19:37:05.765000 | 2015-05-08T12:46:58 | 2015-05-08T12:46:58 | 34,736,891 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.j3a.sherpawebuser.view.Auto;
import java.io.Serializable;
import java.math.BigDecimal;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
import javax.faces.application.FacesMessage;
import javax.faces.component.UIComponent;
import javax.faces.context.FacesContext;
im... | UTF-8 | Java | 31,843 | java | GarantieMB.java | Java | [
{
"context": " String monString;\r\n\r\n\t// déclaration & appels par Benhanna\r\n\tprivate String id;\r\n\tprivate String libelleGara",
"end": 2987,
"score": 0.9950212836265564,
"start": 2979,
"tag": "NAME",
"value": "Benhanna"
}
] | null | [] | package com.j3a.sherpawebuser.view.Auto;
import java.io.Serializable;
import java.math.BigDecimal;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
import javax.faces.application.FacesMessage;
import javax.faces.component.UIComponent;
import javax.faces.context.FacesContext;
im... | 31,843 | 0.700723 | 0.694408 | 1,148 | 25.72648 | 24.390766 | 215 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.080139 | false | false | 2 |
51dda1b5a51d0b506e4b7678456986837e414ea6 | 37,477,884,625,178 | 6248a4ab994519792045cfbf23427162833ba394 | /src/de/konsteirama/drawinglibrary/GraphManipulationInterface.java | 6562acf33cca182e4c904a6e8182f9d667981c32 | [] | no_license | Konsteirama/JGraphXAdapterIntegration | https://github.com/Konsteirama/JGraphXAdapterIntegration | fd5259682823b9ae3032e18f754f72a8d240d18c | 045990cc3da87b19ca934eb8bd629cb29de87206 | refs/heads/master | 2021-01-01T17:00:33.780000 | 2013-06-12T19:38:36 | 2013-06-12T19:38:36 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package de.konsteirama.drawinglibrary;
/**
* Created with IntelliJ IDEA.
* User: Tobias
* Date: 30.05.13
* Time: 17:51
*/
public interface GraphManipulationInterface {
public boolean canRedo();
public boolean canUndo();
public void centerNode(Object node);
public void colorNode(Object node, Ob... | UTF-8 | Java | 726 | java | GraphManipulationInterface.java | Java | [
{
"context": "rary;\n\n/**\n * Created with IntelliJ IDEA.\n * User: Tobias\n * Date: 30.05.13\n * Time: 17:51\n */\npublic inter",
"end": 90,
"score": 0.998991072177887,
"start": 84,
"tag": "NAME",
"value": "Tobias"
}
] | null | [] | package de.konsteirama.drawinglibrary;
/**
* Created with IntelliJ IDEA.
* User: Tobias
* Date: 30.05.13
* Time: 17:51
*/
public interface GraphManipulationInterface {
public boolean canRedo();
public boolean canUndo();
public void centerNode(Object node);
public void colorNode(Object node, Ob... | 726 | 0.703857 | 0.687328 | 36 | 19.166666 | 20.631018 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.527778 | false | false | 2 |
0ecadb4e49f8a74f9669cea2e484523f5d7e96e6 | 28,759,101,082,007 | 2410484cf17c57c8fb94f8552f2c6929d3c71ff4 | /src/main/java/com/example/ammercapital/controller/UserAccountController.java | 6af3cd9d4a0a2cf6fd3327aba950b46cb27ed1a2 | [] | no_license | AwesomePotatoJuice/ammer-capital-demo | https://github.com/AwesomePotatoJuice/ammer-capital-demo | 1a6ac831bd48b6bd7089ed28fc03faa53324a80e | 3133663fed7564ff4a0694778449bdec70bc3964 | refs/heads/master | 2023-04-20T07:35:43.271000 | 2021-04-16T12:50:20 | 2021-04-16T12:50:20 | 358,596,363 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.ammercapital.controller;
import com.example.ammercapital.controller.api.DepositRequest;
import com.example.ammercapital.controller.api.WithdrawRequest;
import com.example.ammercapital.domain.UserAccountEntity;
import com.example.ammercapital.domain.UserAccountOperationEntity;
import com.example.amm... | UTF-8 | Java | 3,183 | java | UserAccountController.java | Java | [] | null | [] | package com.example.ammercapital.controller;
import com.example.ammercapital.controller.api.DepositRequest;
import com.example.ammercapital.controller.api.WithdrawRequest;
import com.example.ammercapital.domain.UserAccountEntity;
import com.example.ammercapital.domain.UserAccountOperationEntity;
import com.example.amm... | 3,183 | 0.746151 | 0.746151 | 77 | 40.337662 | 29.613796 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.441558 | false | false | 2 |
472fa1ff38a070213d42493b4e3b4c9c3941bd03 | 3,959,959,911,093 | a84ad148d0439e654dd540032cf3ba90a3e4d348 | /eclipse_java_workspace/J_JavaSE/src/xml/SAX.java | 9828e9f72d436ba3d4467e5c1919d730170af3c4 | [] | no_license | zhao1jin4/eclipse_java_workspace | https://github.com/zhao1jin4/eclipse_java_workspace | 4b9b9f56bac0632c0d10c6f8e98160a2df48d87a | 919868eeb0ca86ebb47307aee3ef2f9c92d70b44 | refs/heads/master | 2022-12-20T09:04:47.693000 | 2021-01-30T02:31:45 | 2021-01-30T02:31:45 | 93,358,023 | 1 | 0 | null | false | 2022-12-16T15:31:56 | 2017-06-05T02:42:55 | 2021-01-30T02:33:02 | 2022-12-16T15:31:53 | 234,622 | 0 | 0 | 29 | Java | false | false | package xml;
import java.io.InputStream;
import javax.xml.parsers.SAXParser;
import javax.xml.parsers.SAXParserFactory;
import org.xml.sax.Attributes;
import org.xml.sax.InputSource;
import org.xml.sax.SAXException;
import org.xml.sax.SAXParseException;
import org.xml.sax.XMLReader;
import org.xml.sax.he... | GB18030 | Java | 2,609 | java | SAX.java | Java | [] | null | [] | package xml;
import java.io.InputStream;
import javax.xml.parsers.SAXParser;
import javax.xml.parsers.SAXParserFactory;
import org.xml.sax.Attributes;
import org.xml.sax.InputSource;
import org.xml.sax.SAXException;
import org.xml.sax.SAXParseException;
import org.xml.sax.XMLReader;
import org.xml.sax.he... | 2,609 | 0.709778 | 0.70822 | 86 | 27.872093 | 27.400049 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.872093 | false | false | 2 |
7753f56a50a5172ef85f064b98229024d352b2ed | 36,627,481,117,942 | 6e933b0bbbea90b40c29701dbe49b8f2917f2a4b | /strongbox-data-service/src/main/java/com/orientechnologies/orient/core/version/OVersionFactory.java | 4217b27d3057520a55f9f4669f3451b8ca467184 | [
"Apache-2.0"
] | permissive | kkonyshev/strongbox | https://github.com/kkonyshev/strongbox | 035d4bc5600cf6227ec057cf3af82a414c94e6fb | 50e14f3a4589349b728956fe27b49ecf5c9e93f3 | refs/heads/master | 2021-01-21T10:22:33.457000 | 2017-02-27T10:34:34 | 2017-02-27T10:34:34 | 83,419,611 | 1 | 0 | null | true | 2017-02-28T10:27:32 | 2017-02-28T10:27:32 | 2017-02-23T07:57:51 | 2017-02-27T18:35:44 | 4,158 | 0 | 0 | 0 | null | null | null | /*
*
* * Copyright 2014 Orient Technologies LTD (info(at)orientechnologies.com)
* *
* * 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.apa... | UTF-8 | Java | 1,838 | java | OVersionFactory.java | Java | [
{
"context": ".serialization.OBinaryProtocol;\r\n\r\n/**\r\n * @author Artem Orobets (enisher-at-gmail.com)\r\n * @since 10/25/12\r\n */\r\n",
"end": 941,
"score": 0.9998970031738281,
"start": 928,
"tag": "NAME",
"value": "Artem Orobets"
}
] | null | [] | /*
*
* * Copyright 2014 Orient Technologies LTD (info(at)orientechnologies.com)
* *
* * 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.apa... | 1,831 | 0.62296 | 0.611534 | 68 | 25.029411 | 26.247112 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.279412 | false | false | 2 |
e65bd493fbfe5437137e36801ea1212fa57cf7ac | 36,756,330,139,751 | d053c8a4a8be0c260b78b86e739218dca06b3bf8 | /Czesl/Profiles/src/org/purl/jh/feat/profiles/Spellchecker.java | 43bb5b03cded0044dc18dac918facb9891fcbb5f | [
"MIT"
] | permissive | jirka-x1/feat | https://github.com/jirka-x1/feat | 8ca4ef8b192774913916c1773e3aa7e0ee696ee1 | ce0a1f00400522e14ca215c6e6c4571a237ee995 | refs/heads/master | 2021-01-10T09:09:57.699000 | 2016-02-02T23:29:23 | 2016-02-02T23:29:23 | 54,851,896 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.purl.jh.feat.profiles;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import java.util.Locale;
import java.util.regex.Pattern;
import lombok.Data;
import org.netbeans.modules.spellchecker.spi.dictionary.Dictionary;
import org.netbeans.modules.spellchecker.spi.dictionary.Di... | UTF-8 | Java | 3,225 | java | Spellchecker.java | Java | [] | null | [] | package org.purl.jh.feat.profiles;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import java.util.Locale;
import java.util.regex.Pattern;
import lombok.Data;
import org.netbeans.modules.spellchecker.spi.dictionary.Dictionary;
import org.netbeans.modules.spellchecker.spi.dictionary.Di... | 3,225 | 0.633178 | 0.632248 | 101 | 30.930693 | 29.095356 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.39604 | false | false | 2 |
a3c6e556ddb0bb34bcbe54313786ad07d6c8893a | 36,756,330,138,549 | 506a067331b7b6b4fed90eb3b4748f9a17db7133 | /content/blog/querydsl-projections-spring-data/querydsl-ext-executor.java | 35148fa58f5c0ecb75dd86bdfc0ca041813fa9b7 | [
"MIT"
] | permissive | michalperlak/talk-is-cheap | https://github.com/michalperlak/talk-is-cheap | 302160b212c26920c02131e23aafba2f1e1db241 | 4d0fb1c4696266b785217af2988ec470cd352c08 | refs/heads/master | 2020-09-20T15:37:57.780000 | 2020-06-06T16:58:48 | 2020-06-06T16:58:48 | 224,524,683 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public interface ExtendedQuerydslPredicateExecutor<T> extends QuerydslPredicateExecutor<T> {
<P> Optional<P> findOne(@NonNull JPQLQuery<P> query);
<P> Optional<P> findOne(@NonNull FactoryExpression<P> factoryExpression,
@NonNull Predicate predicate);
<P> List<P> findAll(@NonNull ... | UTF-8 | Java | 732 | java | querydsl-ext-executor.java | Java | [] | null | [] | public interface ExtendedQuerydslPredicateExecutor<T> extends QuerydslPredicateExecutor<T> {
<P> Optional<P> findOne(@NonNull JPQLQuery<P> query);
<P> Optional<P> findOne(@NonNull FactoryExpression<P> factoryExpression,
@NonNull Predicate predicate);
<P> List<P> findAll(@NonNull ... | 732 | 0.657104 | 0.657104 | 12 | 60.083332 | 21.796247 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.916667 | false | false | 2 |
c0b64853f2865026a852c0f187788efc7d067648 | 34,007,551,087,571 | 485ddb5a503adce743a12e196ff89fcb15962475 | /DesignPattern/src/main/java/org/example/builder/improve/HighBuilding.java | 575cf4dd35973482e71bfa7cc20034a1f0359dad | [] | no_license | cmygit/yiyi-codebase | https://github.com/cmygit/yiyi-codebase | a4e4c323b1d89063d60e7659e95d3e72bbdae08b | 972cf4ed36864720895a3b65ea61b3e299b9133f | refs/heads/master | 2023-03-03T15:14:28.670000 | 2021-02-14T08:44:26 | 2021-02-14T08:44:26 | 297,704,306 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.example.builder.improve;
/**
* @Title:
* @Author: cmy
* @Date: 2020/9/26 15:42
*/
public class HighBuilding extends HouseBuilder {
@Override
public void buildBase() {
System.out.println(" 高楼打地基100米 ");
}
@Override
public void buildWalls() {
System.out.println(" 高楼砌... | UTF-8 | Java | 452 | java | HighBuilding.java | Java | [
{
"context": "ample.builder.improve;\n\n/**\n * @Title:\n * @Author: cmy\n * @Date: 2020/9/26 15:42\n */\npublic class HighBu",
"end": 68,
"score": 0.9997053146362305,
"start": 65,
"tag": "USERNAME",
"value": "cmy"
}
] | null | [] | package org.example.builder.improve;
/**
* @Title:
* @Author: cmy
* @Date: 2020/9/26 15:42
*/
public class HighBuilding extends HouseBuilder {
@Override
public void buildBase() {
System.out.println(" 高楼打地基100米 ");
}
@Override
public void buildWalls() {
System.out.println(" 高楼砌... | 452 | 0.589623 | 0.551887 | 24 | 16.666666 | 15.431749 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.166667 | false | false | 2 |
369ae03adcccad3c4e44bbbee421b9bc64bc80b9 | 34,651,796,181,798 | 95c75ff837282d6e36cc7ae46fa32d09b25e284c | /SuperHeroBattleCity/src/ObjetosDelJuego/Visitor.java | 5693ae5b0bbffb2b81f9e92496a7fa79a02bd4ba | [] | no_license | tomasfelder/SuperHeroBattle | https://github.com/tomasfelder/SuperHeroBattle | 79555bc4f435b268c2ca81cb37566add27b6abde | be24722d08b2167a545780e03d25d2197e7d553f | refs/heads/master | 2020-04-17T22:19:14.050000 | 2016-11-13T00:41:39 | 2016-11-13T00:41:39 | 67,659,778 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ObjetosDelJuego;
import java.awt.Rectangle;
import PowerUps.*;
import Obstaculos.Agua;
import Obstaculos.Base;
import Obstaculos.Borde;
import Obstaculos.Bosque;
import Obstaculos.ParedDeAcero;
import Obstaculos.ParedDeLadrillo;
import Tanques.Disparo;
import Tanques.DisparoEnemigo;
import Tanques.DisparoJuga... | UTF-8 | Java | 1,559 | java | Visitor.java | Java | [] | null | [] | package ObjetosDelJuego;
import java.awt.Rectangle;
import PowerUps.*;
import Obstaculos.Agua;
import Obstaculos.Base;
import Obstaculos.Borde;
import Obstaculos.Bosque;
import Obstaculos.ParedDeAcero;
import Obstaculos.ParedDeLadrillo;
import Tanques.Disparo;
import Tanques.DisparoEnemigo;
import Tanques.DisparoJuga... | 1,559 | 0.840282 | 0.840282 | 40 | 37.974998 | 25.439623 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.725 | false | false | 2 |
dcac92a10e5cca3faa831d463e58bb1b69dea946 | 35,613,868,857,057 | 1b15fe5acedc014df2e0ae108a4c929dccf0911d | /src/main/java/com/turk/console/commands/DateCommand.java | 383e6081a446fe2c300ecce8a65e54d33d5d85d6 | [] | no_license | feinzaghi/Capricorn | https://github.com/feinzaghi/Capricorn | 9fb9593828e4447a9735079bad6b440014f322b3 | e1fca2926b1842577941b070a826a2448739a2e8 | refs/heads/master | 2020-06-14T11:43:29.627000 | 2017-01-24T03:19:28 | 2017-01-24T03:19:28 | 75,029,435 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.turk.console.commands;
import java.util.Date;
import com.turk.console.common.console.io.CommandIO;
import com.turk.util.Util;
public class DateCommand extends BasicCommand
{
public boolean doCommand(String[] args, CommandIO io)
throws Exception
{
io.println(Util.getDateString(new ... | UTF-8 | Java | 355 | java | DateCommand.java | Java | [] | null | [] | package com.turk.console.commands;
import java.util.Date;
import com.turk.console.common.console.io.CommandIO;
import com.turk.util.Util;
public class DateCommand extends BasicCommand
{
public boolean doCommand(String[] args, CommandIO io)
throws Exception
{
io.println(Util.getDateString(new ... | 355 | 0.715493 | 0.715493 | 16 | 20.3125 | 19.483065 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.8125 | false | false | 2 |
a6162acfd04b75c0cac02cb746c5b2549c1f2806 | 38,019,050,514,678 | 602062dba1dd9f019dea5d4a7efb71ea8bddba32 | /Bilan/Bilan-ejb/src/main/java/Entities/PassifCourant.java | b25f0bebfae573db610c1195a6e5bdc19e8f3810 | [] | no_license | HamzaSaidi/BalanceSheet | https://github.com/HamzaSaidi/BalanceSheet | 734f12e02fc72c8ec2402e96d0f2fbc500ba1d14 | 4ef0ee2924903459a0d7ffb5ac053f5da6999564 | refs/heads/master | 2020-05-19T07:21:13.600000 | 2019-05-05T22:03:50 | 2019-05-05T22:03:50 | 184,895,327 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Entities;
import java.io.Serializable;
import java.util.Date;
import javax.persistence.*;
/**
* Entity implementation class for Entity: PassifCourant
*
*/
@Entity
@Table
public class PassifCourant implements Serializable {
@Id
private int Id;
@Temporal(TemporalType.DATE)
private Dat... | UTF-8 | Java | 969 | java | PassifCourant.java | Java | [] | null | [] | package Entities;
import java.io.Serializable;
import java.util.Date;
import javax.persistence.*;
/**
* Entity implementation class for Entity: PassifCourant
*
*/
@Entity
@Table
public class PassifCourant implements Serializable {
@Id
private int Id;
@Temporal(TemporalType.DATE)
private Dat... | 969 | 0.649123 | 0.648091 | 63 | 13.380953 | 14.398444 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 2 |
d0bd40b0825f666132d7301af18ad55ee23e3206 | 34,342,558,541,255 | 59b50e786536fd5b86f85d508ac711fc014fe69e | /src/com/poly/axis/util/GsonUtil.java | 1db675399abcdd5876ee543407078ac12ee483b4 | [] | no_license | wsy452/Eat-Server | https://github.com/wsy452/Eat-Server | 5dbbd9d3e6083fe6a2370e8c65cff6112d715d00 | 76975d98f6f00219f5295877a20b9ad0e323533f | refs/heads/master | 2016-09-23T02:10:07.607000 | 2016-06-11T00:33:36 | 2016-06-11T00:33:36 | 60,082,175 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.poly.axis.util;
import java.util.List;
import com.google.gson.ExclusionStrategy;
import com.google.gson.FieldAttributes;
import com.google.gson.Gson;
import com.google.gson.GsonBuilder;
import com.google.gson.reflect.TypeToken;
/**
* Gson工具类
* @author sea
*
*/
public class GsonUtil {
/**
* Json字符串转... | UTF-8 | Java | 2,435 | java | GsonUtil.java | Java | [
{
"context": ".gson.reflect.TypeToken;\n/**\n * Gson工具类\n * @author sea\n *\n */\npublic class GsonUtil {\n\t/**\n\t * Json字符串转对",
"end": 271,
"score": 0.9981240630149841,
"start": 268,
"tag": "USERNAME",
"value": "sea"
},
{
"context": ".toJson(t);\n\t}\n\t\n\t/**\n\t * Gson序列化对象过滤类\... | null | [] | package com.poly.axis.util;
import java.util.List;
import com.google.gson.ExclusionStrategy;
import com.google.gson.FieldAttributes;
import com.google.gson.Gson;
import com.google.gson.GsonBuilder;
import com.google.gson.reflect.TypeToken;
/**
* Gson工具类
* @author sea
*
*/
public class GsonUtil {
/**
* Json字符串转... | 2,435 | 0.659629 | 0.657044 | 96 | 23.177084 | 21.078718 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.625 | false | false | 2 |
3fe7a337bf86cd14e69d528f17799da7030aab75 | 36,429,912,633,963 | 8c985f2305fae3fb05d7a6d359dc3e72231da723 | /core/src/bot/data/json/MissingPropertyException.java | ba989361a349267485bb2415d05da7ac20d97110 | [] | no_license | chrisj42/PokeSteve | https://github.com/chrisj42/PokeSteve | bc54628dd347bf283d906a9972f84ec295ca5100 | 39cf28ca1f21c163f9e9732ea369a9ca1410fa16 | refs/heads/master | 2022-12-22T12:01:56.211000 | 2020-09-28T03:29:50 | 2020-09-28T03:29:50 | 269,189,652 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package bot.data.json;
import java.io.File;
public class MissingPropertyException extends Exception {
public MissingPropertyException(File file, String message) {
super(String.format(
"Error reading data file '%s': %s", file.getName(), message)
);
}
public MissingPropertyException(String message) {
super(... | UTF-8 | Java | 335 | java | MissingPropertyException.java | Java | [] | null | [] | package bot.data.json;
import java.io.File;
public class MissingPropertyException extends Exception {
public MissingPropertyException(File file, String message) {
super(String.format(
"Error reading data file '%s': %s", file.getName(), message)
);
}
public MissingPropertyException(String message) {
super(... | 335 | 0.740299 | 0.740299 | 14 | 22.928572 | 23.544682 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.428571 | false | false | 2 |
c7dbff5c18840ae58cc0cfc024d7e5f7c30f6dd3 | 38,147,899,535,393 | d5f09c7b0e954cd20dd613af600afd91b039c48a | /sources/com/ss/android/socialbase/appdownloader/c/a.java | c560af0cd1e8ed80f6c3defc8a99db78c3752945 | [] | no_license | t0HiiBwn/CoolapkRelease | https://github.com/t0HiiBwn/CoolapkRelease | af5e00c701bf82c4e90b1033f5c5f9dc8526f4b3 | a6a2b03e32cde0e5163016e0078391271a8d33ab | refs/heads/main | 2022-07-29T23:28:35.867000 | 2021-03-26T11:41:18 | 2021-03-26T11:41:18 | 345,290,891 | 5 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ss.android.socialbase.appdownloader.c;
import android.content.Context;
/* compiled from: AbsAppDownloadDepend */
public class a implements c {
@Override // com.ss.android.socialbase.appdownloader.c.c
public l a(Context context) {
return null;
}
@Override // com.ss.android.socialba... | UTF-8 | Java | 449 | java | a.java | Java | [] | null | [] | package com.ss.android.socialbase.appdownloader.c;
import android.content.Context;
/* compiled from: AbsAppDownloadDepend */
public class a implements c {
@Override // com.ss.android.socialbase.appdownloader.c.c
public l a(Context context) {
return null;
}
@Override // com.ss.android.socialba... | 449 | 0.659243 | 0.659243 | 20 | 21.450001 | 19.415136 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 2 |
1baa2869ed7c801175718420f320ad41d603e264 | 24,988,119,796,761 | 025afdcd2c52e93b4d56242095609e157e2afb3f | /src/main/java/main/service/PasswordService.java | 8e21a337378a53dfa6be733273fc4b7521dcb469 | [] | no_license | v7777777/network-searsh | https://github.com/v7777777/network-searsh | 5f426139dc4e7b5031b77b50782ee0218d012a29 | 80407534e8514eb2b931a820c4deee76b74870f6 | refs/heads/main | 2022-12-27T05:05:31.128000 | 2020-10-09T10:12:32 | 2020-10-09T10:12:32 | 302,604,375 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package main.service;
import main.data.request.PasswordRecoveryRequest;
import main.data.request.PasswordSetRequest;
import main.data.response.InfoResponse;
public interface PasswordService {
InfoResponse restorePassword(PasswordRecoveryRequest request);
InfoResponse setPassword(PasswordSetRequest request, ... | UTF-8 | Java | 340 | java | PasswordService.java | Java | [] | null | [] | package main.service;
import main.data.request.PasswordRecoveryRequest;
import main.data.request.PasswordSetRequest;
import main.data.response.InfoResponse;
public interface PasswordService {
InfoResponse restorePassword(PasswordRecoveryRequest request);
InfoResponse setPassword(PasswordSetRequest request, ... | 340 | 0.832353 | 0.832353 | 13 | 25.153847 | 26.188213 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.538462 | false | false | 2 |
24f2224738981ca14b6809766c441f8da2b9a555 | 1,022,202,250,868 | 75e04871ad70011cb301db0e5c8bf517ded73e89 | /springboot/src/main/java/ca/jrvs/apps/trading/service/OrderService.java | e44e1e4101b3444aae2cb33b7f8871419e7d884b | [] | no_license | jarviscanada/jarvis_data_eng_farnaz | https://github.com/jarviscanada/jarvis_data_eng_farnaz | c3a77d7453fdb43a859c5fb76e3f898b04f59c27 | 8d71447855c2979cf7d3a85ac492b7498db7b9b2 | refs/heads/master | 2023-01-04T15:12:38.259000 | 2020-11-04T15:19:28 | 2020-11-04T15:19:28 | 259,675,602 | 1 | 1 | null | false | 2020-11-04T15:19:30 | 2020-04-28T15:24:15 | 2020-11-02T15:29:27 | 2020-11-04T15:19:29 | 75,465 | 0 | 0 | 0 | Jupyter Notebook | false | false | package ca.jrvs.apps.trading.service;
import ca.jrvs.apps.trading.dao.AccountDao;
import ca.jrvs.apps.trading.dao.PositionDao;
import ca.jrvs.apps.trading.dao.QuoteDao;
import ca.jrvs.apps.trading.dao.SecurityOrderDao;
import ca.jrvs.apps.trading.model.domain.Account;
import ca.jrvs.apps.trading.model.domain.MarketOrd... | UTF-8 | Java | 5,224 | java | OrderService.java | Java | [] | null | [] | package ca.jrvs.apps.trading.service;
import ca.jrvs.apps.trading.dao.AccountDao;
import ca.jrvs.apps.trading.dao.PositionDao;
import ca.jrvs.apps.trading.dao.QuoteDao;
import ca.jrvs.apps.trading.dao.SecurityOrderDao;
import ca.jrvs.apps.trading.model.domain.Account;
import ca.jrvs.apps.trading.model.domain.MarketOrd... | 5,224 | 0.663093 | 0.661753 | 130 | 39.192307 | 27.439751 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.515385 | false | false | 2 |
d64e9bdcba9e93cb8555a65061f98a2b8191da2f | 7,662,221,720,148 | df026c2b4339fad1bd59a466c93230c54bb22e93 | /OrderComponent/src/main/java/com/thanh/shopping/order/domain/Order.java | 45d177266550469920ba11c258a5b5f65a3133be | [] | no_license | thanhngo219/onlineshopping | https://github.com/thanhngo219/onlineshopping | 23ff9583dcf86e3642bf24b24b9c8422052f39c8 | 55cc313e114578a5b34958420d947b5e678a4a48 | refs/heads/master | 2020-04-27T22:45:10.660000 | 2019-03-24T20:46:21 | 2019-03-24T20:46:21 | 174,748,204 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.thanh.shopping.order.domain;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import org.springframework.data.annotation.Id;
import org.springframework.data.mongodb.core.mapping.Document;
import com.thanh.shopping.domain.BaseEntity;
@Document
public class Order extends BaseEntit... | UTF-8 | Java | 1,361 | java | Order.java | Java | [] | null | [] | package com.thanh.shopping.order.domain;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import org.springframework.data.annotation.Id;
import org.springframework.data.mongodb.core.mapping.Document;
import com.thanh.shopping.domain.BaseEntity;
@Document
public class Order extends BaseEntit... | 1,361 | 0.744306 | 0.744306 | 73 | 17.643835 | 18.338051 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.191781 | false | false | 2 |
c228fbbe0fc6c198b8e28f2d1695fe7fdd30216d | 19,731,079,781,889 | f88f30dec3ae096d0ab5d1cdd9c023dae12cdaed | /tetragon/src/ru/nsu/ccfit/g12201/isachenko/cg/Main.java | 826dbfb3890b455af736f6907062ba87e8c0b526 | [] | no_license | IsachenkoV/nsuGraphics | https://github.com/IsachenkoV/nsuGraphics | dd2f280652345128df6a8a92853dd284b1966750 | 8ce0c5a0088d0ef6913ffbd874914aff309a2420 | refs/heads/master | 2021-06-30T00:50:00.763000 | 2017-09-18T15:26:55 | 2017-09-18T15:26:55 | 103,296,366 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ru.nsu.ccfit.g12201.isachenko.cg;
import ru.nsu.ccfit.g12201.isachenko.cg.controller.Controller;
import ru.nsu.ccfit.g12201.isachenko.cg.model.Model;
import ru.nsu.ccfit.g12201.isachenko.cg.view.View;
import java.io.IOException;
/**
* Created by Владимир on 19.05.2015.
*/
public class Main {
static pr... | UTF-8 | Java | 688 | java | Main.java | Java | [
{
"context": "w;\n\nimport java.io.IOException;\n\n/**\n * Created by Владимир on 19.05.2015.\n */\npublic class Main {\n\n stati",
"end": 266,
"score": 0.9998825788497925,
"start": 258,
"tag": "NAME",
"value": "Владимир"
}
] | null | [] | package ru.nsu.ccfit.g12201.isachenko.cg;
import ru.nsu.ccfit.g12201.isachenko.cg.controller.Controller;
import ru.nsu.ccfit.g12201.isachenko.cg.model.Model;
import ru.nsu.ccfit.g12201.isachenko.cg.view.View;
import java.io.IOException;
/**
* Created by Владимир on 19.05.2015.
*/
public class Main {
static pr... | 688 | 0.654412 | 0.613235 | 26 | 25.153847 | 21.201763 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.423077 | false | false | 2 |
486d63c42603d6f680d3e20e6f7cba8944ed5c5e | 6,313,601,958,748 | a6921f290939bcbe11fe6b609700016b93e26002 | /zhishang-api/security-api/src/main/java/io/github/yuegod/api/security/domain/model/User.java | 782620f56116ab1b2bb0d6033ee53690046d38e1 | [] | no_license | YueGod/zhishang-mall | https://github.com/YueGod/zhishang-mall | 9c9a8ddba374887e0b0f8bddc8b8169c96dcfdde | 9fe8fbe34b2b1e1bc83c3c7a32097a6bdc65f485 | refs/heads/master | 2022-12-30T19:14:56.212000 | 2020-10-01T12:12:03 | 2020-10-01T12:12:03 | 300,265,589 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package io.github.yuegod.api.security.domain.model;
import io.github.yuegod.zhishang.basecode.api.base.BaseModel;
import lombok.Data;
import java.util.Date;
/**
* @author quziwei
* @date 2020/09/30
* @description
**/
@Data
public class User extends BaseModel<Integer> {
private Integer id;
/**
* 用户名... | UTF-8 | Java | 566 | java | User.java | Java | [
{
"context": "mbok.Data;\n\nimport java.util.Date;\n\n/**\n * @author quziwei\n * @date 2020/09/30\n * @description\n **/\n@Data\npu",
"end": 182,
"score": 0.9997113347053528,
"start": 175,
"tag": "USERNAME",
"value": "quziwei"
}
] | null | [] | package io.github.yuegod.api.security.domain.model;
import io.github.yuegod.zhishang.basecode.api.base.BaseModel;
import lombok.Data;
import java.util.Date;
/**
* @author quziwei
* @date 2020/09/30
* @description
**/
@Data
public class User extends BaseModel<Integer> {
private Integer id;
/**
* 用户名... | 566 | 0.601504 | 0.586466 | 36 | 13.777778 | 14.699039 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 2 |
5326ce08a0dba5b11d1ce42fcb77dc0816fb71e6 | 13,297,218,815,690 | cd75d830792e876cd77ccaf04d35625a8c7da1bf | /HackerEarth/src/hackerearth/HackerEarth.java | a4b828e177d375145abf07e6eb3c6ba61b2a77b7 | [] | no_license | rohit-100/netbeans | https://github.com/rohit-100/netbeans | d415c44faebe7e8addac248b2d0218274869bfcb | 0d76eb6fa4343d0e5e4ab65c878ed8abd84645fc | refs/heads/master | 2020-05-21T13:15:00.723000 | 2019-05-29T03:37:20 | 2019-05-29T03:37:20 | 186,066,398 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package hackerearth;
import java.io.IOException;
import org.jsoup.Jsoup;
import org.jsoup.nodes.Document;
import org.jsoup.select.Elements;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.htmlunit.HtmlUnitDriver;
public class Hack... | UTF-8 | Java | 923 | java | HackerEarth.java | Java | [
{
"context": "\n String url = \"https://www.hackerearth.com/@rohit1313\";\n Document doc = Jsoup.connect(url)\n ",
"end": 469,
"score": 0.9880635142326355,
"start": 459,
"tag": "USERNAME",
"value": "@rohit1313"
}
] | null | [] |
package hackerearth;
import java.io.IOException;
import org.jsoup.Jsoup;
import org.jsoup.nodes.Document;
import org.jsoup.select.Elements;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.htmlunit.HtmlUnitDriver;
public class Hack... | 923 | 0.634886 | 0.600217 | 34 | 26.117647 | 28.666197 | 135 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.441176 | false | false | 2 |
6386b308f2b5f559386244244c30b12039eb9382 | 12,171,937,366,078 | 84981136876e823b8c0f811a1fead5d749f561d9 | /src/com/ray/leetcode/resolved/L0300_Longest_Increasing_Subsequence.java | 1e35fd3a36b77a5f5ba84f8bc0ca8003634b061d | [] | no_license | TimoneyS/RaysLeetCode | https://github.com/TimoneyS/RaysLeetCode | 8c39869b9a4cb0379f6eafedcddcc3288ef6ad7f | a69609ff13cc2eec2fdcd8fde23cc00b287af43a | refs/heads/master | 2023-02-26T04:28:04.905000 | 2021-02-06T15:51:51 | 2021-02-06T15:51:51 | 255,630,083 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ray.leetcode.resolved;
import com.ray.util.Out;
import java.util.Arrays;
/**
* Longest Increasing Subsequence
* -----------------------------------------------------------------------------
* Given an unsorted array of integers, find the length of longest increasing subsequence.
*
* Example:
* ... | UTF-8 | Java | 2,006 | java | L0300_Longest_Increasing_Subsequence.java | Java | [
{
"context": "me complexity?\n *\n * Level : Medium\n *\n * @author ray\n * @link https://leetcode-cn.com/problems/long",
"end": 772,
"score": 0.962488055229187,
"start": 769,
"tag": "NAME",
"value": "ray"
}
] | null | [] | package com.ray.leetcode.resolved;
import com.ray.util.Out;
import java.util.Arrays;
/**
* Longest Increasing Subsequence
* -----------------------------------------------------------------------------
* Given an unsorted array of integers, find the length of longest increasing subsequence.
*
* Example:
* ... | 2,006 | 0.555365 | 0.527968 | 55 | 30.854546 | 27.662523 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.545455 | false | false | 2 |
ac701f93750bddb5c0dccec69e5a97bcda717e39 | 21,869,973,483,191 | e0aec4472c5ea51c76b84d9ecf7691811c098f2d | /Issue-Management-Project-with-Angular7-Spring-Boot/src/main/java/com/example/demo/Dto/IssueUpdateDto.java | bf42db9d44c561025efadb353b95b718acc45e4f | [] | no_license | Shamture/Issue-Management-Project-with-Angular7-Spring-Boot | https://github.com/Shamture/Issue-Management-Project-with-Angular7-Spring-Boot | 5e3facfdc2bb268e7929b926c8b7e39da6819e67 | 147fef0becc60580e4603e41d5b9cd8d799d68b2 | refs/heads/master | 2022-01-07T22:30:35.842000 | 2019-06-03T16:18:19 | 2019-06-03T16:18:19 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.demo.Dto;
import java.util.Date;
import com.example.demo.entity.IssueStatus;
import com.example.demo.entity.Project;
import com.example.demo.entity.User;
import com.wordnik.swagger.annotations.ApiModel;
import com.wordnik.swagger.annotations.ApiModelProperty;
import lombok.Data;
@Data
@ApiModel(... | UTF-8 | Java | 1,945 | java | IssueUpdateDto.java | Java | [] | null | [] | package com.example.demo.Dto;
import java.util.Date;
import com.example.demo.entity.IssueStatus;
import com.example.demo.entity.Project;
import com.example.demo.entity.User;
import com.wordnik.swagger.annotations.ApiModel;
import com.wordnik.swagger.annotations.ApiModelProperty;
import lombok.Data;
@Data
@ApiModel(... | 1,945 | 0.716709 | 0.716709 | 82 | 22.719513 | 18.783928 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.231707 | false | false | 2 |
f2f6e7f67e75d46eccb90f62ed11c2ecb514303e | 790,273,982,765 | 3bd6e3054c1f125f5ca9c3d45df5326766bdf92e | /src/main/java/Judgments/Objects/CourtType.java | 42352afaf8848348fa337f341cd2eaa19ff7dbed | [] | no_license | BartekStrozik/JudgementsProject | https://github.com/BartekStrozik/JudgementsProject | 7ef2c23b0e4df79515dcdfed4e019b867255cc0f | d6c94356a497a4750e44eaeca66ac6e066f819a5 | refs/heads/master | 2020-04-09T04:56:22.886000 | 2018-12-28T22:06:12 | 2018-12-28T22:06:12 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Judgments.Objects;
public enum CourtType {
COMMON,
SUPREME,
ADMINISTRATIVE,
CONSTITUTIONAL_TRIBUNAL,
NATIONAL_APPEAL_CHAMBER,
DEFAULT,
PROVINCIAL_ADMINISTRATIVE,
SUPREME_ADMINISTRATIVE,
;
public static CourtType[] stringParser(String[] array){
CourtType[] equiv... | UTF-8 | Java | 1,405 | java | CourtType.java | Java | [] | null | [] | package Judgments.Objects;
public enum CourtType {
COMMON,
SUPREME,
ADMINISTRATIVE,
CONSTITUTIONAL_TRIBUNAL,
NATIONAL_APPEAL_CHAMBER,
DEFAULT,
PROVINCIAL_ADMINISTRATIVE,
SUPREME_ADMINISTRATIVE,
;
public static CourtType[] stringParser(String[] array){
CourtType[] equiv... | 1,405 | 0.520996 | 0.520285 | 44 | 30.931818 | 21.171806 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.613636 | false | false | 2 |
14540ac3806f09f5a8317636f10292c784f90f06 | 781,684,114,251 | 7f1fcf390d712ac5d299b8ec3955627f6b3716e5 | /src/TimeoutHandler.java | 0981cf45a092eec8e4d898bc948ed6c4c164d1c4 | [] | no_license | nguc/A3_441 | https://github.com/nguc/A3_441 | c599b23d0b8a406469782499299c9285fd8c2ec5 | d4037a76ec3dbba9e8694171c9d60a50b9c51774 | refs/heads/master | 2021-08-14T15:21:29.229000 | 2017-11-16T03:37:40 | 2017-11-16T03:37:40 | 109,912,431 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.TimerTask;
import cpsc441.a3.shared.*;
public class TimeoutHandler extends TimerTask {
FastFtp mainThread;
TxQueue queue;
public TimeoutHandler (FastFtp sender, TxQueue q) {
this.mainThread = sender;
this.queue = q;
}
@Override
public void run() {
//System.out.println("Timer task sta... | UTF-8 | Java | 425 | java | TimeoutHandler.java | Java | [] | null | [] | import java.util.TimerTask;
import cpsc441.a3.shared.*;
public class TimeoutHandler extends TimerTask {
FastFtp mainThread;
TxQueue queue;
public TimeoutHandler (FastFtp sender, TxQueue q) {
this.mainThread = sender;
this.queue = q;
}
@Override
public void run() {
//System.out.println("Timer task sta... | 425 | 0.717647 | 0.708235 | 22 | 18.318182 | 17.899687 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.363636 | false | false | 2 |
e9c06a401fba772aedcb0473ce30b0570fd1d736 | 23,476,291,296,173 | 0226157e88ec88137e61d462be489df378d4b47f | /Feedback Management System JPA/src/tests/java/AdminTesting.java | de99f35eacb2f56905e9e50d57355f2e581df31b | [
"MIT"
] | permissive | Amangoel998/Feedback-Management-System | https://github.com/Amangoel998/Feedback-Management-System | 9a631a7722c560b03f052bca1a9e039332eac1e0 | dcf2ea482be180c9e022e51af95a4af2f6d1d7c0 | refs/heads/master | 2022-06-10T00:51:25.395000 | 2020-04-29T09:24:06 | 2020-04-29T09:24:06 | 243,905,122 | 0 | 0 | MIT | false | 2022-05-16T20:44:44 | 2020-02-29T04:38:18 | 2022-02-06T07:20:31 | 2022-05-16T20:44:43 | 903 | 0 | 0 | 27 | Java | false | false | import static org.junit.Assert.*;
import java.util.ArrayList;
import java.util.List;
import org.junit.AfterClass;
import org.junit.BeforeClass;
import org.junit.Test;
import com.cg.feedback.dao.AdminDAO;
import com.cg.feedback.dao.AdminDAOImpl;
import com.cg.feedback.dao.ProgramDAO;
import com.cg.feedbac... | UTF-8 | Java | 2,097 | java | AdminTesting.java | Java | [] | null | [] | import static org.junit.Assert.*;
import java.util.ArrayList;
import java.util.List;
import org.junit.AfterClass;
import org.junit.BeforeClass;
import org.junit.Test;
import com.cg.feedback.dao.AdminDAO;
import com.cg.feedback.dao.AdminDAOImpl;
import com.cg.feedback.dao.ProgramDAO;
import com.cg.feedbac... | 2,097 | 0.725799 | 0.716738 | 77 | 25.233767 | 22.071251 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.428571 | false | false | 2 |
ba2d4c7d1aea246077271a46ab5b9850d43375bb | 23,476,291,295,250 | 0aa27c59d902625e15b1c862db4fce7924788bfa | /Seleniumpractise/src/co/Sel/Testng/Launchbrowser.java | bc075631d71f43ae6c36de657ed2174679cf9e8a | [] | no_license | Karthickrajachandramohan/seleniumpractise | https://github.com/Karthickrajachandramohan/seleniumpractise | 50c4882774cadaa857cb117676232ef448ff296a | 861f17171f7ea610c77675dbebb4ea7a82372d35 | refs/heads/master | 2022-11-09T14:13:36.713000 | 2020-06-23T08:09:23 | 2020-06-23T08:09:23 | 274,350,335 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package co.Sel.Testng;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.firefox.FirefoxDriver;
import org.testng.annotations.AfterSuite;
import org.testng.annotations.BeforeSuite;
import org.testng.annotations.Test;
public class Launchbrowser {
WebDriver driver;
long starttime;
long endt... | UTF-8 | Java | 1,155 | java | Launchbrowser.java | Java | [] | null | [] | package co.Sel.Testng;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.firefox.FirefoxDriver;
import org.testng.annotations.AfterSuite;
import org.testng.annotations.BeforeSuite;
import org.testng.annotations.Test;
public class Launchbrowser {
WebDriver driver;
long starttime;
long endt... | 1,155 | 0.656277 | 0.633766 | 62 | 16.629032 | 20.654793 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.612903 | false | false | 2 |
176376327ce3f11cbb477da8edcd96e8d528fffb | 31,318,901,559,998 | a0ed9f657762fa317cf52d3f1dab63f78ab283e9 | /app/src/main/java/com/example/mcccafe/splashscreen/AccountActivity.java | 6f58b287a80f8aaaeaed48fb734f5681442e6d0e | [] | no_license | krishnathakkar95/SplashScreen1 | https://github.com/krishnathakkar95/SplashScreen1 | 9cf55c2288191588654643def13733910252e5f7 | e3c051aca721f39d564368814fe850239e8d0b67 | refs/heads/master | 2021-01-19T02:49:44.693000 | 2017-04-05T10:29:04 | 2017-04-05T10:29:04 | 87,296,340 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.mcccafe.splashscreen;
import android.content.Intent;
import android.os.Bundle;
import android.support.design.widget.FloatingActionButton;
import android.support.design.widget.Snackbar;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolbar;
import android.view.Men... | UTF-8 | Java | 2,415 | java | AccountActivity.java | Java | [] | null | [] | package com.example.mcccafe.splashscreen;
import android.content.Intent;
import android.os.Bundle;
import android.support.design.widget.FloatingActionButton;
import android.support.design.widget.Snackbar;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolbar;
import android.view.Men... | 2,415 | 0.637267 | 0.634369 | 63 | 37.333332 | 26.127892 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.68254 | false | false | 2 |
4a6862dfa82a9a42958a962352438cf80641728f | 22,789,096,512,000 | aa1174d5f5cf594e131cda35f1aaf826dc82d8d0 | /src/main/java/com/stefanomaglione/youart/controller/UserController.java | 0a46504b9f0d41ad5da4816b5d7fc75bb2fb0fcc | [] | no_license | stefano-maglione/youart | https://github.com/stefano-maglione/youart | c969297ab3d74e532c80169c3a333ef3bbce1853 | 10085028822d1dcee3a866d012d119b28751457d | refs/heads/master | 2022-11-22T07:34:18.407000 | 2020-07-06T14:53:59 | 2020-07-06T14:53:59 | 249,270,511 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.stefanomaglione.youart.controller;
import com.stefanomaglione.youart.domain.User;
import com.stefanomaglione.youart.service.UserService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.*;
@Cont... | UTF-8 | Java | 846 | java | UserController.java | Java | [] | null | [] | package com.stefanomaglione.youart.controller;
import com.stefanomaglione.youart.domain.User;
import com.stefanomaglione.youart.service.UserService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.*;
@Cont... | 846 | 0.729314 | 0.729314 | 35 | 23.171429 | 23.339098 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.371429 | false | false | 2 |
78fb0bd5e06f7f34781fcbc8070fee1d59d4b63c | 1,443,109,081,014 | 9e903a516ecd0d8d3889b69a9c59156d105ff066 | /j2e/src/main/java/polytech/unice/fr/isa/aa/exceptions/PaymentException.java | f0897667735afa5f1bff2ba6900a57d29c8d1fad | [] | no_license | lsoumille/ISOLA-3000 | https://github.com/lsoumille/ISOLA-3000 | 47f9c9d131b6f432863dc6ac7322c30a29ff28cf | 91bcaf649c8cd1aaf5b5699539d81047044f95bc | refs/heads/master | 2021-06-08T23:17:19.472000 | 2016-10-14T19:30:46 | 2016-10-14T19:30:46 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package polytech.unice.fr.isa.aa.exceptions;
import java.io.Serializable;
/**
* Created by lucas on 15/03/16.
*/
public class PaymentException extends Exception implements Serializable {
private String errorPayment;
public PaymentException(String errorPayment) {
this.errorPayment = errorPayment;
... | UTF-8 | Java | 327 | java | PaymentException.java | Java | [
{
"context": ";\n\nimport java.io.Serializable;\n\n/**\n * Created by lucas on 15/03/16.\n */\npublic class PaymentException ex",
"end": 99,
"score": 0.8639103770256042,
"start": 94,
"tag": "USERNAME",
"value": "lucas"
}
] | null | [] | package polytech.unice.fr.isa.aa.exceptions;
import java.io.Serializable;
/**
* Created by lucas on 15/03/16.
*/
public class PaymentException extends Exception implements Serializable {
private String errorPayment;
public PaymentException(String errorPayment) {
this.errorPayment = errorPayment;
... | 327 | 0.737003 | 0.718654 | 15 | 20.799999 | 22.850821 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.266667 | false | false | 2 |
23e9669cd8c41848f40b3d02171edc948dd58b4a | 15,118,284,924,547 | 8633c4fd621e6960081c94603f8accc2c4de5428 | /core/src/test/java/tech/tablesaw/api/DateColumnMapTest.java | 3d98e807018c4ed08173d98b78b0005697a8bf7b | [
"Apache-2.0"
] | permissive | jtablesaw/tablesaw | https://github.com/jtablesaw/tablesaw | f1d8d9ad188d60fea770af85922be95f034cedec | 70c02a43f2b4bc4f373e66e53ea2b48abf0dbfe9 | refs/heads/master | 2023-09-01T19:50:39.203000 | 2023-08-01T14:18:50 | 2023-08-01T14:18:50 | 48,880,766 | 2,920 | 589 | Apache-2.0 | false | 2023-09-11T19:09:42 | 2016-01-01T14:58:28 | 2023-09-11T06:01:41 | 2023-09-11T19:09:42 | 66,156 | 3,301 | 637 | 129 | Java | false | false | package tech.tablesaw.api;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static tech.tablesaw.columns.dates.PackedLocalDate.asLocalDate;
import static tech.tablesaw.columns.dates.PackedLocalDate.pack;
import java.time.DayOfWeek;
import java.time.temporal.ChronoUnit;
import org.junit.jupiter.api.... | UTF-8 | Java | 4,229 | java | DateColumnMapTest.java | Java | [] | null | [] | package tech.tablesaw.api;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static tech.tablesaw.columns.dates.PackedLocalDate.asLocalDate;
import static tech.tablesaw.columns.dates.PackedLocalDate.pack;
import java.time.DayOfWeek;
import java.time.temporal.ChronoUnit;
import org.junit.jupiter.api.... | 4,229 | 0.694963 | 0.61764 | 121 | 33.950413 | 25.750824 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.38843 | false | false | 2 |
c623da47202428d464c092176297a0a7ed97d013 | 15,882,789,071,145 | d79426b0fc495b916d8de4cc66035c781783f65d | /TVP4/src/robot/Drive.java | 7775e80def7c454caf8ad0d2e95ccb943212acc0 | [] | no_license | MagnusPihl/teamht4sem | https://github.com/MagnusPihl/teamht4sem | 7e8e75a33fd21b4e0b528bd41be8b1d4f9c21f01 | 1b924af4c15cc1789c4b446c18498403410ee642 | refs/heads/master | 2020-12-30T10:36:49.243000 | 2007-06-01T10:56:45 | 2007-06-01T10:56:45 | 32,643,850 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package robot;
import josx.platform.rcx.LCD;
import josx.platform.rcx.Motor;
import josx.platform.rcx.Sensor;
import josx.platform.rcx.Sound;
/*
* Drive.java
*
* Created on 16. april 2007, 20:51
*
*/
/**
*
* @author Christian Holm, 5601
*/
public class Drive {
private static final by... | UTF-8 | Java | 12,474 | java | Drive.java | Java | [
{
"context": " april 2007, 20:51\r\n *\r\n */\r\n\r\n/**\r\n *\r\n * @author Christian Holm, 5601\r\n */\r\npublic class Drive {\r\n \r\n priva",
"end": 252,
"score": 0.9996013045310974,
"start": 238,
"tag": "NAME",
"value": "Christian Holm"
}
] | null | [] | package robot;
import josx.platform.rcx.LCD;
import josx.platform.rcx.Motor;
import josx.platform.rcx.Sensor;
import josx.platform.rcx.Sound;
/*
* Drive.java
*
* Created on 16. april 2007, 20:51
*
*/
/**
*
* @author <NAME>, 5601
*/
public class Drive {
private static final byte BUFFE... | 12,466 | 0.446609 | 0.40861 | 351 | 33.544159 | 23.129086 | 176 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.532764 | false | false | 2 |
d816067d5f2dc63d5d56744eee17005ce2f472bb | 15,882,789,071,475 | 02de1b72027e27c18fbdf8185ecd0bf9f5b2a230 | /java/2018/2018-10-05-init/App.java | 943cd48e177b35e37cbd8b8c8c058610b43f7ab9 | [] | no_license | 1995hnagamin/language | https://github.com/1995hnagamin/language | 6eb869a83435bd398363639ac19a3094a8d37fd3 | 1c3d72d93b3b6521fe09bc4d927aa3eb8db2bb54 | refs/heads/master | 2023-04-15T01:25:42.838000 | 2023-04-04T07:20:20 | 2023-04-04T07:20:20 | 97,799,867 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class App {
public static void main(String[] args) {
int j;
if (1 + 2 == 3) {
j = 10;
}
System.out.println(j); // OK
int i;
if (condition()) {
i = 10;
}
System.out.println(i); // error: variable i might not have been initialized
}
public static boolean condition() {
return true;
}
}... | UTF-8 | Java | 321 | java | App.java | Java | [] | null | [] | public class App {
public static void main(String[] args) {
int j;
if (1 + 2 == 3) {
j = 10;
}
System.out.println(j); // OK
int i;
if (condition()) {
i = 10;
}
System.out.println(i); // error: variable i might not have been initialized
}
public static boolean condition() {
return true;
}
}... | 321 | 0.588785 | 0.566978 | 19 | 15.894737 | 18.696733 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.842105 | false | false | 2 |
d410d5547f2d37e16ae9de528350157a77cc5bf8 | 30,674,656,432,377 | 3fc8e9865e8675d5e39493e9e28211acc494af28 | /src/test/java/dukecooks/logic/parser/mealplan/FindMealPlanWithCommandParserTest.java | b93b552d773f6050b3f00663ee486d91c7f6dd89 | [
"MIT",
"LicenseRef-scancode-other-permissive"
] | permissive | AY1920S1-CS2103T-T10-2/main | https://github.com/AY1920S1-CS2103T-T10-2/main | d51e3aa96bb6b63780ebb348139eb074751ee474 | a3516960584f4705adf7c13b3ca3db8e510aaa75 | refs/heads/master | 2020-07-23T06:38:53.970000 | 2019-11-15T12:12:06 | 2019-11-15T12:12:06 | 207,470,044 | 0 | 2 | NOASSERTION | true | 2019-11-14T16:16:28 | 2019-09-10T05:08:18 | 2019-11-14T16:11:26 | 2019-11-14T16:16:28 | 86,357 | 0 | 6 | 14 | Java | false | false | package dukecooks.logic.parser.mealplan;
import java.util.Arrays;
import org.junit.jupiter.api.Test;
import dukecooks.commons.core.Messages;
import dukecooks.logic.commands.mealplan.FindMealPlanWithCommand;
import dukecooks.logic.parser.CommandParserTestUtil;
import dukecooks.model.mealplan.components.MealPlanRecipe... | UTF-8 | Java | 1,370 | java | FindMealPlanWithCommandParserTest.java | Java | [] | null | [] | package dukecooks.logic.parser.mealplan;
import java.util.Arrays;
import org.junit.jupiter.api.Test;
import dukecooks.commons.core.Messages;
import dukecooks.logic.commands.mealplan.FindMealPlanWithCommand;
import dukecooks.logic.parser.CommandParserTestUtil;
import dukecooks.model.mealplan.components.MealPlanRecipe... | 1,370 | 0.752555 | 0.752555 | 35 | 38.142857 | 34.715286 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.542857 | false | false | 2 |
b4875c76e8e3730b2d09a810b1532386c770c162 | 15,942,918,604,498 | 18d1e0a34d8dcdfa9ee1821ab63b8b756df40e17 | /src/main/java/com/kpt/rules/peps/dao/RulePepsDaoImpl.java | e325b222613f55d5918cff26ec2cde06f6423221 | [] | no_license | Luisangelperezherrera/MTS-EQUIPO-MED | https://github.com/Luisangelperezherrera/MTS-EQUIPO-MED | 3a8df80263c80b9a28d32c95d30fd5c62a5ea710 | d4fc1ce61e3f504c0feb7f571181daeade72654c | refs/heads/master | 2016-08-12T18:08:03.476000 | 2016-04-07T17:33:18 | 2016-04-07T17:33:18 | 55,714,099 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kpt.rules.peps.dao;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.Date;
import java.util.List;
import org.apache.log4j.Logger;
import org.springframework.jdbc.core.simple.ParameterizedRowMapper;
import com.kpt.domain.ConstantesPld;
import com.kpt.domain.Jdbc;
import com.kpt.d... | UTF-8 | Java | 9,714 | java | RulePepsDaoImpl.java | Java | [
{
"context": ".getInt(\"U_ID\"));\n\t\t\tvo.setLastName(rs.getString(\"APELLIDOS\"));\n\t\t\tvo.setFirstName(rs.getString(\"NOMBRE\"));\n\t",
"end": 3279,
"score": 0.9985028505325317,
"start": 3270,
"tag": "NAME",
"value": "APELLIDOS"
},
{
"context": "g(\"APELLIDOS\"));\n\t\t\tvo.set... | null | [] | package com.kpt.rules.peps.dao;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.Date;
import java.util.List;
import org.apache.log4j.Logger;
import org.springframework.jdbc.core.simple.ParameterizedRowMapper;
import com.kpt.domain.ConstantesPld;
import com.kpt.domain.Jdbc;
import com.kpt.d... | 9,714 | 0.740375 | 0.740169 | 354 | 26.440678 | 25.895229 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.344633 | false | false | 2 |
358264d72748128404ced268e51f65bf901e9136 | 22,694,607,243,731 | c8db6dcc1695e5a7fd60dcf32cfd8a3388e91110 | /transfer/src/main/java/model/Database.java | aafb11623ac7f64b440fff5e6daf6d757bc407c8 | [] | no_license | navuha/helloWorld | https://github.com/navuha/helloWorld | ea15f9f5b3a214a460c47dced5918b7d8384d9ec | 8d2dc6f5d631ad5328b2bdd16aeaa0a1183c4ce8 | refs/heads/master | 2021-01-22T18:58:48.176000 | 2019-01-10T08:08:31 | 2019-01-10T08:08:31 | 54,385,977 | 0 | 0 | null | false | 2016-04-11T18:49:48 | 2016-03-21T12:14:50 | 2016-03-21T12:14:50 | 2016-04-11T18:49:48 | 1 | 0 | 0 | 0 | null | null | null | package model;
import org.apache.log4j.Logger;
import org.h2.jdbcx.JdbcDataSource;
import java.sql.Connection;
import java.sql.Statement;
import java.sql.PreparedStatement;
import java.sql.SQLException;
public abstract class Database {
private static final Logger LG = Logger.getLogger(Database.class);
priva... | UTF-8 | Java | 5,272 | java | Database.java | Java | [
{
"context": "\"jdbc:h2:mem:Transfer\");\n src.setUser(\"user\");\n src.setPassword(\"\");\n \n",
"end": 2169,
"score": 0.9671620726585388,
"start": 2165,
"tag": "USERNAME",
"value": "user"
}
] | null | [] | package model;
import org.apache.log4j.Logger;
import org.h2.jdbcx.JdbcDataSource;
import java.sql.Connection;
import java.sql.Statement;
import java.sql.PreparedStatement;
import java.sql.SQLException;
public abstract class Database {
private static final Logger LG = Logger.getLogger(Database.class);
priva... | 5,272 | 0.590478 | 0.587064 | 153 | 33.457516 | 28.563881 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.633987 | false | false | 2 |
1e27988830cc47685538f35210bc26c18d94b64a | 14,628,658,680,656 | 1b87a2b8ae01dab91276095ef342251cd89e2d54 | /src/main/java/com/vijaysharma/gezzoo/response/PlayerCharacterState.java | 7a31569fd22f860e3b9f09be3e1dceeb933282c5 | [
"Apache-2.0"
] | permissive | vijaysharm/gezzoo-java | https://github.com/vijaysharm/gezzoo-java | 7fadace88d7fcda692565d05df4aec68867156b4 | 04c20f88fce56e7b726a73da9880d9d438ced4de | refs/heads/master | 2016-09-16T14:30:06.070000 | 2015-02-25T13:51:42 | 2015-02-25T13:51:42 | 22,435,164 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.vijaysharma.gezzoo.response;
import java.util.Map.Entry;
import com.google.api.server.spi.config.AnnotationBoolean;
import com.google.api.server.spi.config.ApiResourceProperty;
public class PlayerCharacterState {
public static PlayerCharacterState from(Entry<Long, Boolean> entry) {
return from(entry.... | UTF-8 | Java | 905 | java | PlayerCharacterState.java | Java | [
{
"context": "package com.vijaysharma.gezzoo.response;\n\nimport java.util.Map.Entr",
"end": 17,
"score": 0.8468842506408691,
"start": 12,
"tag": "USERNAME",
"value": "vijay"
},
{
"context": "package com.vijaysharma.gezzoo.response;\n\nimport java.util.Map.Entry;\n\nim",
"end": 2... | null | [] | package com.vijaysharma.gezzoo.response;
import java.util.Map.Entry;
import com.google.api.server.spi.config.AnnotationBoolean;
import com.google.api.server.spi.config.ApiResourceProperty;
public class PlayerCharacterState {
public static PlayerCharacterState from(Entry<Long, Boolean> entry) {
return from(entry.... | 905 | 0.717127 | 0.717127 | 42 | 20.547619 | 22.534843 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.428571 | false | false | 2 |
e91db63c2947830b3dffe4ee33960e311172ea2e | 13,786,845,067,471 | dbcafb5acb45ee5658d8b461aaa9cc13b579186f | /src/main/java/org/bian/dto/BQEstablishRelationsRequestOutputModel.java | 016217ead295051ad732d24d82d32e7a2fd77a61 | [
"Apache-2.0"
] | permissive | bianapis/sd-regulatory-and-legal-authority-v3 | https://github.com/bianapis/sd-regulatory-and-legal-authority-v3 | 3b13623ae06af872d69e6f80ecf893fde362e899 | e562ee85319a22850e69a89985d136d21cb643ad | refs/heads/master | 2022-12-23T14:23:05.492000 | 2020-09-28T07:18:24 | 2020-09-28T07:18:24 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.bian.dto;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonCreator;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import javax.validation.Valid;
/**
* BQEstablishRelationsRequestOutputModel
*/
public class BQEs... | UTF-8 | Java | 9,114 | java | BQEstablishRelationsRequestOutputModel.java | Java | [] | null | [] | package org.bian.dto;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonCreator;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import javax.validation.Valid;
/**
* BQEstablishRelationsRequestOutputModel
*/
public class BQEs... | 9,114 | 0.823349 | 0.821703 | 223 | 39.865471 | 53.647076 | 248 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.215247 | false | false | 2 |
0f3bbf9cb8bacf2199f40016b57bf4ac865c6a2e | 11,278,584,124,574 | 59ff547939558e135744a51e43d1850075f25230 | /src/main/java/com/dc/controller/SysRoleController.java | f6ad61d4373cfc858619e7e9f5ad3937559bcfe8 | [] | no_license | sunbrid/sunbrid.github.io | https://github.com/sunbrid/sunbrid.github.io | 3a2fc4bf6e378dc57e817dcc2b0f13e98a71f3f3 | 30b5dfc1a2c99d4832ee0ebfe48e619395a7668a | refs/heads/master | 2022-12-25T05:25:20.529000 | 2019-09-26T03:17:20 | 2019-09-26T03:17:20 | 190,403,432 | 1 | 0 | null | false | 2022-12-16T03:32:07 | 2019-06-05T13:48:24 | 2019-09-26T03:17:28 | 2022-12-16T03:32:04 | 34,661 | 1 | 0 | 10 | JavaScript | false | false | package com.dc.controller;
import com.dc.base.aop.AopOperation;
import com.dc.base.aop.AopSubmit;
import com.dc.base.contants.BaseContants;
import com.dc.base.em.RoleMenuEnum;
import com.dc.pojo.SysRole;
import com.dc.vo.SysRoleVo;
import com.dc.base.controller.BaseController;
import com.dc.base.exception.BusinessExce... | UTF-8 | Java | 8,379 | java | SysRoleController.java | Java | [
{
"context": "on.*;\n\n/**\n * @title:<h3> 角色管理控制层 <h3>\n * @author: Enzo\n * @date: 2018-11-14 9:11\n * @params\n * @return\n ",
"end": 812,
"score": 0.9902518391609192,
"start": 808,
"tag": "NAME",
"value": "Enzo"
},
{
"context": " * @title:<h3> 角色列表分页查询接口 <h3>\n * @author:... | null | [] | package com.dc.controller;
import com.dc.base.aop.AopOperation;
import com.dc.base.aop.AopSubmit;
import com.dc.base.contants.BaseContants;
import com.dc.base.em.RoleMenuEnum;
import com.dc.pojo.SysRole;
import com.dc.vo.SysRoleVo;
import com.dc.base.controller.BaseController;
import com.dc.base.exception.BusinessExce... | 8,379 | 0.659723 | 0.644608 | 184 | 41.788044 | 33.512062 | 136 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.733696 | false | false | 2 |
7b621a293d5520cf9749a2ced068c3961a41d882 | 17,532,056,507,511 | da5a2d2050ac529a19e14a8ea3f9f21714cc2b5d | /app/src/main/java/defpackage/kw.java | eb0698e79db19c0d7796e525b5236a604698c3ac | [] | no_license | F0rth/Izly | https://github.com/F0rth/Izly | 851bf22e53ea720fd03f03269d015efd7d8de5a4 | 89af45cedfc38e370a64c9fa341815070cdf49d6 | refs/heads/master | 2021-07-17T15:39:25.947000 | 2017-10-21T10:05:58 | 2017-10-21T10:05:58 | 108,004,099 | 1 | 1 | null | true | 2017-10-23T15:51:00 | 2017-10-23T15:51:00 | 2017-10-23T06:51:00 | 2017-10-21T10:09:02 | 20,781 | 0 | 0 | 0 | null | false | null | package defpackage;
import android.annotation.SuppressLint;
import android.content.Context;
import android.content.SharedPreferences;
import android.os.Build;
import android.provider.Settings.Secure;
import android.text.TextUtils;
import java.util.Collection;
import java.util.Collections;
import java.util.HashMap;
imp... | UTF-8 | Java | 5,949 | java | kw.java | Java | [] | null | [] | package defpackage;
import android.annotation.SuppressLint;
import android.content.Context;
import android.content.SharedPreferences;
import android.os.Build;
import android.provider.Settings.Secure;
import android.text.TextUtils;
import java.util.Collection;
import java.util.Collections;
import java.util.HashMap;
imp... | 5,949 | 0.544629 | 0.542276 | 190 | 30.310526 | 26.046585 | 137 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.673684 | false | false | 2 |
de9c373f2a0296ca7c2f1dd40824cb6be2fa2ff3 | 20,444,044,352,309 | 168c04d7aa47dae24bc8aa0d8fefa3ffca19c0a2 | /app/src/main/java/com/rose/android/ui/activity/WithdrawalActivity.java | a3d1f5eb646ccec2399f954b835a7bca5518d66a | [] | no_license | A-W-C-J/RoseAndroid | https://github.com/A-W-C-J/RoseAndroid | 6f0ade8db30eef9f4315da12a3754342c073959f | bdfa83ad13b3c0d81cf1dee28c4817aee56aef8a | refs/heads/master | 2022-03-08T11:25:08.715000 | 2019-08-29T04:02:09 | 2019-08-29T04:02:09 | 205,077,331 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.rose.android.ui.activity;
import android.os.Bundle;
import android.widget.Button;
import android.widget.EditText;
import android.widget.TextView;
import com.alibaba.android.arouter.facade.annotation.Route;
import com.rose.android.R;
import com.rose.android.contract.DialogClick;
import com.rose.android.con... | UTF-8 | Java | 4,957 | java | WithdrawalActivity.java | Java | [
{
"context": "ing pwd) {\n withdrawalPwd = pwd;\n postWithdrawal(amount, U",
"end": 2958,
"score": 0.9907974004745483,
"start": 2955,
"tag": "PASSWORD",
"value": "pwd"
}
] | null | [] | package com.rose.android.ui.activity;
import android.os.Bundle;
import android.widget.Button;
import android.widget.EditText;
import android.widget.TextView;
import com.alibaba.android.arouter.facade.annotation.Route;
import com.rose.android.R;
import com.rose.android.contract.DialogClick;
import com.rose.android.con... | 4,957 | 0.660297 | 0.657451 | 135 | 35.437038 | 28.863306 | 155 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.644444 | false | false | 2 |
1022c2d502661cf927c9056a7b5ce19763ae8d73 | 28,991,029,249,686 | 098a80fca2dbdcdd6a27e635012587ef1bb6d018 | /src/test/java/com/vimemacs/springidol/StageTest.java | 8b90725027f7e5e3ade40ecfa4bdc87f02304979 | [] | no_license | VimIcewind/SpringInAction | https://github.com/VimIcewind/SpringInAction | 0de87e6ae7cd9450947d6d6120a82a0ccd03ef0e | 38d2d93d1e8dbeab3f0f94357d23e082224a487a | refs/heads/master | 2020-04-06T04:15:01.339000 | 2019-02-20T02:17:07 | 2019-02-20T02:17:07 | 58,533,900 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.vimemacs.springidol;
import org.junit.Test;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
/**
* Created by HWD on 2017/5/23.
*/
public class StageTest {
@Test
public void singleton() {
System.out.println(... | UTF-8 | Java | 600 | java | StageTest.java | Java | [
{
"context": "ClassPathXmlApplicationContext;\n\n/**\n * Created by HWD on 2017/5/23.\n */\npublic class StageTest {\n @T",
"end": 209,
"score": 0.9992852210998535,
"start": 206,
"tag": "USERNAME",
"value": "HWD"
}
] | null | [] | package com.vimemacs.springidol;
import org.junit.Test;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
/**
* Created by HWD on 2017/5/23.
*/
public class StageTest {
@Test
public void singleton() {
System.out.println(... | 600 | 0.715 | 0.703333 | 21 | 27.571428 | 26.817854 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 2 |
58f27f943437b52e20d26dc0c9a892a55666820b | 17,351,667,881,274 | f965cf4888b7d44563f2c1bb16ec342f98932fd8 | /RolPlayer/src/com/rolmex/android/rolplayer/ui/PlayActivity.java | 5c6c2c263e3ecda8a61b59f33ed02317044285b3 | [] | no_license | antkingwei/rolPlayer | https://github.com/antkingwei/rolPlayer | 2491f9656852ad2f6a2c1e49b8b1b4115d969a2d | 0b89d501c065ef61c742994d1bc08c4900bab51e | refs/heads/master | 2016-09-06T02:02:32.209000 | 2014-05-04T04:12:04 | 2014-05-04T04:12:04 | 18,197,669 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package com.rolmex.android.rolplayer.ui;
import com.rolmex.android.rolplayer.Api;
import com.rolmex.android.rolplayer.BaseActivity;
import com.rolmex.android.rolplayer.R;
import com.rolmex.android.rolplayer.model.FileItem;
import com.rolmex.android.rolplayer.model.InfoItem;
import com.rolmex.android.rolplayer.model.R... | UTF-8 | Java | 16,809 | java | PlayActivity.java | Java | [
{
"context": "w player_time;\n\n private String path = \"http://119.167.146.12/fcs126.56.com/flvdownload/28/18/13950338514hd_cle",
"end": 2277,
"score": 0.9996694326400757,
"start": 2263,
"tag": "IP_ADDRESS",
"value": "119.167.146.12"
}
] | null | [] |
package com.rolmex.android.rolplayer.ui;
import com.rolmex.android.rolplayer.Api;
import com.rolmex.android.rolplayer.BaseActivity;
import com.rolmex.android.rolplayer.R;
import com.rolmex.android.rolplayer.model.FileItem;
import com.rolmex.android.rolplayer.model.InfoItem;
import com.rolmex.android.rolplayer.model.R... | 16,806 | 0.601909 | 0.594333 | 526 | 30.870722 | 26.006697 | 197 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.530418 | false | false | 2 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.