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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
d3b63667c6e187523901f6921624fc96f7db0712 | 489,626,327,802 | be8246f7ac493c173bc086b2f734f80660d0e499 | /PwC/src/br/unipe/cc/model/Item.java | a4013a96794c3a46ed323e89385053668d1f2c19 | [] | no_license | gabrielaraujo97/MLPIII_CC__2016_2_LISTA4 | https://github.com/gabrielaraujo97/MLPIII_CC__2016_2_LISTA4 | 9669e6ad2ad142300f373a579039c91d6d740681 | 9081a67022af096202bb1830ce1ad9aaf8944a07 | refs/heads/master | 2021-01-11T03:54:05.954000 | 2016-10-18T22:10:19 | 2016-10-18T22:10:19 | 71,276,688 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.unipe.cc.model;
public class Item implements Comparable<Item> {
private String codigo;
private String descricao;
private double precoItem;
public int compareTo(Item aux) {
return this.codigo.compareTo(aux.codigo);
}
public String getCodigo() {
return codigo;
}
public void setCodigo(String co... | UTF-8 | Java | 630 | java | Item.java | Java | [] | null | [] | package br.unipe.cc.model;
public class Item implements Comparable<Item> {
private String codigo;
private String descricao;
private double precoItem;
public int compareTo(Item aux) {
return this.codigo.compareTo(aux.codigo);
}
public String getCodigo() {
return codigo;
}
public void setCodigo(String co... | 630 | 0.726984 | 0.726984 | 37 | 16.027027 | 16.187227 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.135135 | false | false | 4 |
b6ce7bb80cecd13294b4e05cb0a0a7e8690d0847 | 22,771,916,663,348 | 186e6450254bbabb67bef34bdef680bddffd4f62 | /cacheLibrary/src/main/java/com/example/cachelibrary/util/strategy/reactive/IReactiveStrategy.java | dc377644d9807ca47a3ad36c5c9fd80e7ed4320e | [] | no_license | ateamcids/springboot-cache-poc | https://github.com/ateamcids/springboot-cache-poc | 0f80babb0e1d20c85e93916e9f5b9af3e528d0ac | 5dd7c0d6636dce470d48297cf014b27fb1212d94 | refs/heads/master | 2022-12-22T02:22:49.481000 | 2020-04-14T21:53:05 | 2020-04-14T21:53:05 | 235,859,630 | 0 | 0 | null | false | 2022-12-11T23:33:08 | 2020-01-23T18:32:06 | 2020-04-14T21:53:09 | 2022-12-11T23:33:08 | 2,968 | 0 | 0 | 8 | HTML | false | false | package com.example.cachelibrary.util.strategy.reactive;
import com.example.cachelibrary.model.CacheModel;
import com.example.cachelibrary.repositories.interfaces.ICacheRepository;
import com.example.cachelibrary.util.strategy.model.CacheControlStrategyResponse;
import com.fasterxml.jackson.core.JsonProcessingExceptio... | UTF-8 | Java | 886 | java | IReactiveStrategy.java | Java | [] | null | [] | package com.example.cachelibrary.util.strategy.reactive;
import com.example.cachelibrary.model.CacheModel;
import com.example.cachelibrary.repositories.interfaces.ICacheRepository;
import com.example.cachelibrary.util.strategy.model.CacheControlStrategyResponse;
import com.fasterxml.jackson.core.JsonProcessingExceptio... | 886 | 0.807692 | 0.807692 | 20 | 43.200001 | 29.083672 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 4 |
8737ab88fc818361f7c969f65809287314f60d99 | 12,128,987,693,496 | 95949acd7402b27d261d16ff9e877a5f4deeccac | /app/src/main/java/com/maxvision/tech/robot/ui/view/MyConstraintLayout.java | 8efb43b7cb453f442c6186b7db51ebb9263c926e | [] | no_license | yuhongwen-coder/pad_2.4 | https://github.com/yuhongwen-coder/pad_2.4 | 22b0f6567ba37dd702e7a4813096a7e3acf171f6 | a5be3505284409d6cd2e9973d5e72f8e81e28522 | refs/heads/main | 2023-07-26T11:01:06.265000 | 2021-08-31T06:11:54 | 2021-08-31T06:11:54 | 401,587,373 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.maxvision.tech.robot.ui.view;
import android.content.Context;
import android.view.View;
import android.widget.ImageView;
import android.widget.LinearLayout;
import android.widget.TextView;
import androidx.appcompat.app.AppCompatActivity;
import com.maxvision.tech.mqtt.RobotState;
import com.maxvision.tech.... | UTF-8 | Java | 3,878 | java | MyConstraintLayout.java | Java | [
{
"context": "xvision.tech.robot.utils.RobotUtils;\n\n/**\n * name: wy\n * date: 2021/4/6\n * desc:\n */\npublic class MyCon",
"end": 506,
"score": 0.98823481798172,
"start": 504,
"tag": "USERNAME",
"value": "wy"
}
] | null | [] | package com.maxvision.tech.robot.ui.view;
import android.content.Context;
import android.view.View;
import android.widget.ImageView;
import android.widget.LinearLayout;
import android.widget.TextView;
import androidx.appcompat.app.AppCompatActivity;
import com.maxvision.tech.mqtt.RobotState;
import com.maxvision.tech.... | 3,878 | 0.646936 | 0.643793 | 128 | 28.835938 | 22.674936 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.476563 | false | false | 4 |
295d5bface000d385dc97b7602eee2351c0742ab | 21,036,749,854,310 | 5d5128781b7ffa03520b5b65bbcd4556eed8d018 | /src/main/java/oceans/service/plain/impl/CompanyIntroductionServiceImpl.java | 1b26f937c85618d92f9db25941b6edb78542d633 | [] | no_license | oceans-pro/jiancai-back | https://github.com/oceans-pro/jiancai-back | 8a332bf5e624ea1a5ef672beec688fad636a08a9 | e565b1c43608cf9264d270fd0384b90701694dc6 | refs/heads/master | 2022-12-09T23:46:26.479000 | 2020-08-29T04:35:52 | 2020-08-29T04:35:52 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package oceans.service.plain.impl;
import oceans.dao.CompanyIntroductionDao;
import oceans.model.CompanyIntroduction;
import oceans.service.plain.CompanyIntroductionService;
import org.springframework.stereotype.Service;
import javax.annotation.Resource;
@Service
public class CompanyIntroductionServiceImpl implement... | UTF-8 | Java | 932 | java | CompanyIntroductionServiceImpl.java | Java | [] | null | [] | package oceans.service.plain.impl;
import oceans.dao.CompanyIntroductionDao;
import oceans.model.CompanyIntroduction;
import oceans.service.plain.CompanyIntroductionService;
import org.springframework.stereotype.Service;
import javax.annotation.Resource;
@Service
public class CompanyIntroductionServiceImpl implement... | 932 | 0.793991 | 0.791846 | 27 | 33.51852 | 28.998558 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 4 |
381fafc62068436d67f173a455ed4101efa534a5 | 1,941,325,266,023 | e9d52d8adfaced00de04a4e14877fe81c3d21c9e | /kem/src/main/java/cn/ilanhai/kem/bl/paymentservice/PaymentService.java | 1adf2aa39e8d1e07a94d47a000d6c9222e2ee8dc | [] | no_license | bellmit/kem | https://github.com/bellmit/kem | 48e5229ef9ce359a941767f1cdc8f38e0abcfd81 | 0c3119e7650e1433282ecf12ba0865b81d0c47fc | refs/heads/master | 2022-03-03T08:10:14.689000 | 2017-04-10T01:46:11 | 2017-04-10T01:46:11 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.ilanhai.kem.bl.paymentservice;
import cn.ilanhai.framework.app.RequestContext;
import cn.ilanhai.framework.app.domain.Entity;
import cn.ilanhai.framework.common.exception.AppException;
import cn.ilanhai.framework.common.exception.BlAppException;
import cn.ilanhai.framework.common.exception.DaoAppExcep... | UTF-8 | Java | 3,005 | java | PaymentService.java | Java | [
{
"context": "\r\n * 支付接口 支付相关功能由此接口提供 2016-11-16\r\n * \r\n * @author Nature\r\n *\r\n */\r\npublic interface PaymentService {\r\n\r\n\t/",
"end": 467,
"score": 0.9937561750411987,
"start": 461,
"tag": "USERNAME",
"value": "Nature"
}
] | null | [] | package cn.ilanhai.kem.bl.paymentservice;
import cn.ilanhai.framework.app.RequestContext;
import cn.ilanhai.framework.app.domain.Entity;
import cn.ilanhai.framework.common.exception.AppException;
import cn.ilanhai.framework.common.exception.BlAppException;
import cn.ilanhai.framework.common.exception.DaoAppExcep... | 3,005 | 0.707471 | 0.704665 | 121 | 21.561983 | 26.882324 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.016529 | false | false | 4 |
93b5d825a14838a482a141474cdd5e685f667ac0 | 20,933,670,645,749 | d71e879b3517cf4fccde29f7bf82cff69856cfcd | /ExtractedJars/RT_News_com.rt.mobile.english/javafiles/com/google/android/exoplayer2/ui/PlaybackControlView$DefaultControlDispatcher.java | 7749bc2d308141a143695bd00094cd7f2b92c873 | [
"MIT"
] | permissive | Andreas237/AndroidPolicyAutomation | https://github.com/Andreas237/AndroidPolicyAutomation | b8e949e072d08cf6c6166c3f15c9c63379b8f6ce | c1ed10a2c6d4cf3dfda8b8e6291dee2c2a15ee8a | refs/heads/master | 2020-04-10T02:14:08.789000 | 2019-05-16T19:29:11 | 2019-05-16T19:29:11 | 160,739,088 | 5 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | // Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.kpdus.com/jad.html
// Decompiler options: packimports(3) annotate safe
package com.google.android.exoplayer2.ui;
import com.google.android.exoplayer2.DefaultControlDispatcher;
// Referenced classes of package com.google.andr... | UTF-8 | Java | 980 | java | PlaybackControlView$DefaultControlDispatcher.java | Java | [
{
"context": "// Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov.\n// Jad home page: http://www.kpdus.com/jad.html\n",
"end": 61,
"score": 0.9996030926704407,
"start": 45,
"tag": "NAME",
"value": "Pavel Kouznetsov"
}
] | null | [] | // Decompiled by Jad v1.5.8g. Copyright 2001 <NAME>.
// Jad home page: http://www.kpdus.com/jad.html
// Decompiler options: packimports(3) annotate safe
package com.google.android.exoplayer2.ui;
import com.google.android.exoplayer2.DefaultControlDispatcher;
// Referenced classes of package com.google.android.exopla... | 970 | 0.721429 | 0.689796 | 30 | 31.666666 | 31.603094 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.7 | false | false | 4 |
c13456e2ab142b1da3b77e4e7118153aca10e8b9 | 7,395,933,734,421 | 3b7bd278de5f219a39e4dffa3ec18723d384464c | /src/main/java/com/example/demo/uss/web/StudentController.java | 454b2a6f594e647c27a20e4f3ab849042f39b504 | [] | no_license | ElinWonyoungPARK/SpringMVC_20201221 | https://github.com/ElinWonyoungPARK/SpringMVC_20201221 | e990133048bc90b83b81ee8811eef9575840ae72 | bbf988c2a54b4f9636b3b975083a86b77fc567c2 | refs/heads/master | 2023-02-16T15:56:30.408000 | 2020-12-22T02:10:02 | 2020-12-22T02:10:02 | 323,280,911 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.demo.uss.web;
import java.util.Map;
import com.example.demo.cmm.utl.Proxy;
import com.example.demo.uss.service.StudentService;
import com.example.demo.uss.service.model.Student;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import... | UTF-8 | Java | 2,819 | java | StudentController.java | Java | [] | null | [] | package com.example.demo.uss.web;
import java.util.Map;
import com.example.demo.cmm.utl.Proxy;
import com.example.demo.uss.service.StudentService;
import com.example.demo.uss.service.model.Student;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import... | 2,819 | 0.677798 | 0.675963 | 76 | 34.86842 | 23.894693 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.697368 | false | false | 4 |
2417dd1742a64538f47fcfe96fdf4de38431727a | 4,913,442,634,527 | 7ea57c3e3732caaf4598787892014d85141461a3 | /src/marc/Create.java | f5816f321b2e5e7d6b4c2f57f78847150f39c148 | [] | no_license | marcgr9/Biblioteca-db | https://github.com/marcgr9/Biblioteca-db | 421138fe6f4a95cd975e139caa684a720c63527b | 034f5e672f344141745829e8ee9f38827c394d9b | refs/heads/master | 2020-07-07T13:24:49.380000 | 2019-08-20T11:20:58 | 2019-08-20T11:20:58 | 203,360,946 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package marc;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.SQLException;
public class Create {
private String nume;
private String autor;
Create(String nume, String... | UTF-8 | Java | 988 | java | Create.java | Java | [] | null | [] | package marc;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.SQLException;
public class Create {
private String nume;
private String autor;
Create(String nume, String... | 988 | 0.605263 | 0.601215 | 37 | 25.702703 | 20.026827 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.783784 | false | false | 4 |
a75b6315e1abf41e5e4f2a272fd33ca002a202a5 | 2,224,793,072,786 | dfaca519597795337201bd6927732b8d7997d497 | /Modulation/message/MessageBox.java | 3c6e98ecdc834c6633172f241db8ca840cfcc72f | [] | no_license | belerico/high-school-thesis | https://github.com/belerico/high-school-thesis | 29922c340a4d9c22183cc034497c71b738750efd | 558443995944c5326292e13be4bbb4a880c19fda | refs/heads/master | 2020-04-28T21:48:03.522000 | 2019-04-07T21:51:57 | 2019-04-07T21:51:57 | 175,595,088 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package message;
import java.awt.Font;
import java.awt.BorderLayout;
import javax.swing.JFrame;
import javax.swing.JPanel;
import javax.swing.JTextArea;
import javax.swing.border.EmptyBorder;
public class MessageBox extends JFrame {
private JTextArea msg = null;
public MessageBox(String title, String msg, int x... | UTF-8 | Java | 1,109 | java | MessageBox.java | Java | [] | null | [] | package message;
import java.awt.Font;
import java.awt.BorderLayout;
import javax.swing.JFrame;
import javax.swing.JPanel;
import javax.swing.JTextArea;
import javax.swing.border.EmptyBorder;
public class MessageBox extends JFrame {
private JTextArea msg = null;
public MessageBox(String title, String msg, int x... | 1,109 | 0.737601 | 0.727683 | 41 | 26.04878 | 18.548489 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.268293 | false | false | 4 |
9392688c6d0e5b0c59435cad74434e2260545550 | 17,523,466,622,667 | 8c8667eeef6487bce01d612d5e948355256b39ac | /cuentas/src/main/java/mx/babel/bansefi/banksystem/cuentas/webservices/consultaapunteporcheque/ResponseBansefi.java | 0284612c21d989b71d0fb5129aee1243931c88c2 | [] | no_license | JesusGui/ProyectoBansefi | https://github.com/JesusGui/ProyectoBansefi | 7c0c228943be245bf69d1d2a9fe7f40a0a04db9f | 4b6caa502c279c51231d0f5f8cb0399813c233e2 | refs/heads/master | 2020-03-28T14:38:44.536000 | 2018-09-12T16:08:16 | 2018-09-12T16:08:16 | 148,507,197 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package mx.babel.bansefi.banksystem.cuentas.webservices.consultaapunteporcheque;
import java.math.BigDecimal;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.x... | UTF-8 | Java | 151,795 | java | ResponseBansefi.java | Java | [] | null | [] |
package mx.babel.bansefi.banksystem.cuentas.webservices.consultaapunteporcheque;
import java.math.BigDecimal;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.x... | 151,795 | 0.381284 | 0.361632 | 3,462 | 42.845753 | 24.868305 | 131 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.57539 | false | false | 4 |
2fca47399261e8ac52023dd8921c99c818d55200 | 19,971,597,950,907 | e73cd6453e304a1be3bb0002aac194a37a8d65b6 | /src/server/CenterServer.java | 500bac64c18a3f7423cde139315b019ddbae922a | [] | no_license | HagopA/Distributed_Employee_Management_System_using_Java_RMI | https://github.com/HagopA/Distributed_Employee_Management_System_using_Java_RMI | 16bb912684f874c99c21eded1a66e7edeaf59848 | c01ec755df76deac92b9411d527d070097ae9843 | refs/heads/master | 2020-03-30T08:41:54.941000 | 2018-11-12T03:34:29 | 2018-11-12T03:34:29 | 151,013,963 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package server;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.io.ObjectOutputStream;
import java.net.*;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Map;
import java.util.Set;
import java.util.logging.FileHandler;
import java.util.logging.Logger;
im... | UTF-8 | Java | 25,123 | java | CenterServer.java | Java | [
{
"context": "plements the CenterServerInterface\r\n *\r\n * @author Hagop Awakian\r\n * Assignment 2\r\n * Course: SOEN 423\r\n * Section",
"end": 564,
"score": 0.9998858571052551,
"start": 551,
"tag": "NAME",
"value": "Hagop Awakian"
},
{
"context": "ourse: SOEN 423\r\n * Section: ... | null | [] | package server;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.io.ObjectOutputStream;
import java.net.*;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Map;
import java.util.Set;
import java.util.logging.FileHandler;
import java.util.logging.Logger;
im... | 25,110 | 0.506667 | 0.503204 | 599 | 39.94157 | 33.215061 | 145 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.604341 | false | false | 9 |
50dbdbe8819fbefc20948e2dcb112d01e3bccca3 | 16,484,084,511,864 | 7229d1c8f46c57f47dff85775c7cd6e6d260f6ce | /License/src/editors/CodeEditor.java | b2af3ab6199cb392fa56897e7c528e0035fcb802 | [] | no_license | GabrielS5/Licence | https://github.com/GabrielS5/Licence | 1a7315f925b51d51dad28c345b3455ab1e62829a | a19a9d16d6da1dae78ed254cc9645fedf90ac635 | refs/heads/master | 2023-01-09T20:21:38.642000 | 2019-07-01T10:51:32 | 2019-07-01T10:51:32 | 169,084,337 | 0 | 0 | null | false | 2023-01-07T06:32:05 | 2019-02-04T13:42:54 | 2019-07-01T10:51:41 | 2023-01-07T06:32:04 | 57,787 | 0 | 0 | 27 | Java | false | false | package editors;
import java.io.BufferedInputStream;
import java.io.BufferedOutputStream;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.time.Duration;
import java.util.Collection;
import java.util.Collections;
import java.util.List;
import java.util.Optional;
import ... | UTF-8 | Java | 10,005 | java | CodeEditor.java | Java | [] | null | [] | package editors;
import java.io.BufferedInputStream;
import java.io.BufferedOutputStream;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.time.Duration;
import java.util.Collection;
import java.util.Collections;
import java.util.List;
import java.util.Optional;
import ... | 10,005 | 0.738431 | 0.735332 | 331 | 29.226585 | 24.147833 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.181269 | false | false | 9 |
0db32af15d9255693452e95195d01406e9137156 | 21,603,685,532,346 | a0119b9b20b386a5fd7aecb4772ce71061d26f31 | /HikariClientTest/src/com/luzi82/hikari/client/test/ValueTest.java | ab7022df57fef166439edc05beb0b920857fd94b | [] | no_license | luzi82/HikariSystem | https://github.com/luzi82/HikariSystem | 0f34d78b9c2a90b3a88ed0a5c4e513adae8f6c51 | 2f1f59c18ffb172ca29db57531ad099a73e7357f | refs/heads/master | 2020-07-25T22:51:57.106000 | 2014-12-20T07:24:04 | 2014-12-20T07:24:04 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.luzi82.hikari.client.test;
import java.util.List;
import java.util.Map;
import java.util.concurrent.ExecutionException;
import org.junit.Assert;
import org.junit.Test;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.luzi82.hikari.client.HsClient;
import com.luzi82.hikari.client.MailBox;
im... | UTF-8 | Java | 8,013 | java | ValueTest.java | Java | [
{
"context": ";\n\n\t\tMailBox.sendGiftMail(admin, clientUsername, \"HelloTitle\", \"HelloWorld\",\n\t\t\t\titemListMap, null).get();\n\n\t\t",
"end": 6869,
"score": 0.9983484745025635,
"start": 6859,
"tag": "USERNAME",
"value": "HelloTitle"
},
{
"context": "endGiftMail(admin, client... | null | [] | package com.luzi82.hikari.client.test;
import java.util.List;
import java.util.Map;
import java.util.concurrent.ExecutionException;
import org.junit.Assert;
import org.junit.Test;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.luzi82.hikari.client.HsClient;
import com.luzi82.hikari.client.MailBox;
im... | 8,013 | 0.737052 | 0.717085 | 243 | 31.975309 | 26.090208 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.625515 | false | false | 9 |
6fe625e61210e0f4c4bc552fc006c13e96a65ef3 | 33,500,744,930,176 | 861389fa8c7f93d2bf639897d7fa89b8c8126c61 | /src/main/java/com/holidu/interview/assignment/model/SearchFrame.java | fbf952ea3d8c4fb81f767fd51707168cfe1de5ff | [] | no_license | kacpermatloka/trees-radius-assignment | https://github.com/kacpermatloka/trees-radius-assignment | c0b2feb7ef60daaa4f4ce2a88e16de1edf81d511 | a0dece2baaebf0ff67ad7f9e2793205752a78f9e | refs/heads/master | 2022-12-03T13:57:05.957000 | 2020-08-17T15:10:36 | 2020-08-17T15:10:36 | 288,105,539 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.holidu.interview.assignment.model;
import lombok.Getter;
import static com.holidu.interview.assignment.utils.MathUtils.convertToFeet;
/**
* Class holds a frame (rectangle) points based on provided circle which is inscribed within the frame. This is bounding
* the area where the trees are fetch from.
*... | UTF-8 | Java | 2,021 | java | SearchFrame.java | Java | [] | null | [] | package com.holidu.interview.assignment.model;
import lombok.Getter;
import static com.holidu.interview.assignment.utils.MathUtils.convertToFeet;
/**
* Class holds a frame (rectangle) points based on provided circle which is inscribed within the frame. This is bounding
* the area where the trees are fetch from.
*... | 2,021 | 0.658416 | 0.656436 | 66 | 29.621212 | 30.006447 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.469697 | false | false | 9 |
46ce1c1bedd5e6787419cb41c3359fbaac36e45a | 21,225,728,397,343 | c62ec1520b4669ced5dc739b92f7c78f243189d3 | /CCBTS01/Codechef.java | 2472b8d6aec903eba08127393a3a4f3a67659952 | [] | no_license | mk8930560/Codechef | https://github.com/mk8930560/Codechef | 308bc1a16c1b910e1fff23852e0bc74c2b969785 | 8c442b9e306b24c2264f759a6bd71d5286c3c505 | refs/heads/master | 2023-07-01T23:59:22.160000 | 2021-08-03T03:12:58 | 2021-08-03T03:12:58 | 281,095,009 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /* package codechef; // don't place package name! */
import java.util.*;
import java.lang.*;
import java.io.*;
import java.util.Arrays;
/* Name of the class has to be "Main" only if the class is public. */
class Codechef
{
public static void main (String[] args) throws java.lang.Exception
{
BufferedReader ob=n... | UTF-8 | Java | 939 | java | Codechef.java | Java | [] | null | [] | /* package codechef; // don't place package name! */
import java.util.*;
import java.lang.*;
import java.io.*;
import java.util.Arrays;
/* Name of the class has to be "Main" only if the class is public. */
class Codechef
{
public static void main (String[] args) throws java.lang.Exception
{
BufferedReader ob=n... | 939 | 0.514377 | 0.505857 | 36 | 25.083334 | 19.536823 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.194444 | false | false | 9 |
fe678d26ea19475d84cc711230466f83c1237bb7 | 23,021,024,725,976 | 2a2b7df642a52cc2a7bf9e99c3fe744d8830c502 | /UnionFind.java | 92650d081f7831c54d8212903a7b2739f045167f | [] | no_license | prabudhakshin1/Coding2018 | https://github.com/prabudhakshin1/Coding2018 | 3010c2689a1558c2cee9ebc155d16a4b8e9bd6e9 | d7f71e8f6b6696dbabfaadfc40668c4041ab229f | refs/heads/master | 2020-03-10T03:46:00.158000 | 2018-04-30T04:28:27 | 2018-04-30T04:28:27 | 129,174,173 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Given n nodes labeled from 0 to n - 1 and a list of undirected edges (each edge is a pair of nodes),
* write a function to find the number of connected components in an undirected graph.
*
* Eg.
*
* n = 5
* Edges= [0,1], [1,2], [3,4]
* return 2
*
* 0-----1 3
* | |
* | |
* ... | UTF-8 | Java | 2,130 | java | UnionFind.java | Java | [] | null | [] | /**
* Given n nodes labeled from 0 to n - 1 and a list of undirected edges (each edge is a pair of nodes),
* write a function to find the number of connected components in an undirected graph.
*
* Eg.
*
* n = 5
* Edges= [0,1], [1,2], [3,4]
* return 2
*
* 0-----1 3
* | |
* | |
* ... | 2,130 | 0.523005 | 0.484038 | 65 | 31.784615 | 32.324551 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.538462 | false | false | 9 |
465f4ef7b6223249b88885194c5b82c097596d1f | 10,728,828,311,591 | b16e387509aded9128ce176908191a2678137997 | / polar-plus-server/polar-server-side/src/it/uniroma3/dia/polar/model/impl/Path.java | d81bb2eb471424a04b7e02dff4c4ea8359e69cc8 | [] | no_license | amitkurud/polar-plus-server | https://github.com/amitkurud/polar-plus-server | b5303af13c569d003d0d01412b59499379833284 | 168d0b0a4274236a26dee8229e461824637814ad | refs/heads/master | 2016-09-08T06:09:02.890000 | 2013-03-07T17:15:41 | 2013-03-07T17:15:41 | 33,069,628 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package it.uniroma3.dia.polar.model.impl;
import it.uniroma3.dia.polar.persistence.dao.PathDAO;
import it.uniroma3.dia.polar.persistence.dao.impl.PathDAOImpl;
import java.util.ArrayList;
import java.util.List;
public class Path {
private int id;
private List<Location> locationsPath;
public Path(int id){
thi... | UTF-8 | Java | 638 | java | Path.java | Java | [] | null | [] | package it.uniroma3.dia.polar.model.impl;
import it.uniroma3.dia.polar.persistence.dao.PathDAO;
import it.uniroma3.dia.polar.persistence.dao.impl.PathDAOImpl;
import java.util.ArrayList;
import java.util.List;
public class Path {
private int id;
private List<Location> locationsPath;
public Path(int id){
thi... | 638 | 0.695925 | 0.691223 | 42 | 14.190476 | 17.819515 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.095238 | false | false | 9 |
df18bef7d2194d6ff05ceb25914abf1e24e6b85e | 816,043,828,276 | 62efd5c9ae17ed7ea175a0e8ee1e5853a9da9d6c | /app/src/main/java/com/example/sf/demo1105a/girl/GirlFragment.java | c6a812997e7c729718d123de1378560ea192d621 | [] | no_license | deviche/FuliApp | https://github.com/deviche/FuliApp | 5c8b89d54f7cebec43b4c54300a5f4fa6cda4f2b | 3b16531d4fc136b2c188a7009570a2502e80a906 | refs/heads/master | 2021-08-07T11:12:46.752000 | 2017-11-08T03:43:02 | 2017-11-08T03:43:02 | 109,923,750 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.sf.demo1105a.girl;
import android.os.Bundle;
import android.view.View;
import com.example.sf.demo1105a.R;
import com.example.sf.demo1105a.app.BaseFragment;
/**
* Created by sf on 2017/11/7 0007.
*/
public class GirlFragment extends BaseFragment{
@Override
protected void initView(View ... | UTF-8 | Java | 586 | java | GirlFragment.java | Java | [
{
"context": ".sf.demo1105a.app.BaseFragment;\n\n/**\n * Created by sf on 2017/11/7 0007.\n */\n\npublic class GirlFragmen",
"end": 199,
"score": 0.9967848062515259,
"start": 197,
"tag": "USERNAME",
"value": "sf"
}
] | null | [] | package com.example.sf.demo1105a.girl;
import android.os.Bundle;
import android.view.View;
import com.example.sf.demo1105a.R;
import com.example.sf.demo1105a.app.BaseFragment;
/**
* Created by sf on 2017/11/7 0007.
*/
public class GirlFragment extends BaseFragment{
@Override
protected void initView(View ... | 586 | 0.696246 | 0.656997 | 28 | 19.928572 | 19.504448 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.321429 | false | false | 9 |
e6ef2a8b3a9d709c19cbc8bb9d343559428d64e3 | 5,497,558,175,246 | 332aa6450f372f6844fdaf20a5574cc7c59a8a3f | /src/main/java/com/app/dao/IWhUserTypeDao.java | b5fc47052a6862f728a0343ab0c83d12ee65a048 | [] | no_license | sharadps/warehouse | https://github.com/sharadps/warehouse | 9662ba6762047082d51e3fd4ecadc0700a5fd217 | a4d80b50818df2d1fd4ec5d5ecfa452854d60b8b | refs/heads/master | 2020-04-09T06:54:49.057000 | 2018-12-06T05:08:47 | 2018-12-06T05:08:47 | 160,132,477 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.app.dao;
import java.util.List;
import com.app.model.WhUserType;
public interface IWhUserTypeDao {
public Integer saveWhUserType(WhUserType whty);
public void updateWhUserType(WhUserType whty);
public void deleteWhUserType(Integer whid);
public WhUserType getOneWhUserType(Integer whid... | UTF-8 | Java | 628 | java | IWhUserTypeDao.java | Java | [] | null | [] | package com.app.dao;
import java.util.List;
import com.app.model.WhUserType;
public interface IWhUserTypeDao {
public Integer saveWhUserType(WhUserType whty);
public void updateWhUserType(WhUserType whty);
public void deleteWhUserType(Integer whid);
public WhUserType getOneWhUserType(Integer whid... | 628 | 0.786624 | 0.786624 | 25 | 23.120001 | 24.260782 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.84 | false | false | 9 |
8bf307ca94f5c2fe40442639239423dbda46b162 | 5,935,644,835,406 | 5ee6c0a4d8c4332c6bd394c2c3e2ded9924a9829 | /src/main/java/com/zkn/springmvc/web/controller/MessageController.java | a34fcef9d4ec5fff7943df0018c6c62f981a3c36 | [] | no_license | sukangfu/study-springmvc | https://github.com/sukangfu/study-springmvc | 14cfadb3c6acfde2b35a6c879ca68b0048701063 | 1000c1a3b2c3445ac00a9ff97d48d294effff754 | refs/heads/master | 2021-01-18T20:00:48.803000 | 2016-09-28T14:40:46 | 2016-09-28T14:40:46 | 69,471,724 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zkn.springmvc.web.controller;
import java.io.IOException;
import org.springframework.core.io.ClassPathResource;
import org.springframework.http.HttpEntity;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.stereotype.Controller;
... | UTF-8 | Java | 4,016 | java | MessageController.java | Java | [
{
"context": "();\r\n\t\tuser.setUserId(1000);\r\n\t\tuser.setPassword(\"111111111\");\r\n\t\treturn new ResponseEntity<User>(user, HttpS",
"end": 3401,
"score": 0.9992797374725342,
"start": 3392,
"tag": "PASSWORD",
"value": "111111111"
}
] | null | [] | package com.zkn.springmvc.web.controller;
import java.io.IOException;
import org.springframework.core.io.ClassPathResource;
import org.springframework.http.HttpEntity;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.stereotype.Controller;
... | 4,017 | 0.745533 | 0.738329 | 104 | 31.365385 | 27.996586 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.259615 | false | false | 9 |
e99f9b74dd70afbe5e8f478d3fcccd30ab0f3313 | 18,751,827,243,568 | 2c0e40908eae505beb5d517864b780c4624714cf | /Cuttle/CuttleServer/src/cuttle/game/cards/behaviors/oneoffbehaviors/SevenOneOffBehavior.java | 2a4fee0dd9dfbb27bf86593216cfff15bcce316c | [] | no_license | Blekwave/progmod | https://github.com/Blekwave/progmod | 2affe06dc23aa234da3e5032baab09a7ceef3067 | 91f431071db7addeb37060c94cef0b5a2da2f52d | refs/heads/master | 2021-01-17T07:50:26.464000 | 2016-05-12T01:48:49 | 2016-05-12T01:48:49 | 55,456,503 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cuttle.game.cards.behaviors.oneoffbehaviors;
import cuttle.game.actions.playeractions.Draw;
import cuttle.game.cards.CuttleCard;
import cuttle.game.cards.behaviors.BehaviorCall;
import cuttle.game.cards.behaviors.OneOffBehavior;
import cuttle.game.prompts.ImmediatePlayPrompt;
import cuttle.game.prompts.PlayPro... | UTF-8 | Java | 1,319 | java | SevenOneOffBehavior.java | Java | [] | null | [] | package cuttle.game.cards.behaviors.oneoffbehaviors;
import cuttle.game.actions.playeractions.Draw;
import cuttle.game.cards.CuttleCard;
import cuttle.game.cards.behaviors.BehaviorCall;
import cuttle.game.cards.behaviors.OneOffBehavior;
import cuttle.game.prompts.ImmediatePlayPrompt;
import cuttle.game.prompts.PlayPro... | 1,319 | 0.720243 | 0.720243 | 38 | 33.710526 | 26.349781 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.447368 | false | false | 9 |
b1e7e9b65db6c25a19748a4dfe640ae201a8ad4a | 33,603,824,151,334 | 9ee0d6d36403a6b1230b62a65ff9c72604cac509 | /Remove character except alphabets/Main.java | 73b32b2b1dd23dd0b84668006fc8d3da076c1488 | [] | no_license | mythresh222/Playground | https://github.com/mythresh222/Playground | 608ddfec4b59fd763a3c86b2a7c37986c670ac3d | 2a8af2029f75c8a3a8788e27426a2b6c0bce2633 | refs/heads/master | 2022-09-06T04:27:33.269000 | 2020-05-24T17:33:13 | 2020-05-24T17:33:13 | 255,047,379 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | #include<iostream>
#include<string.h>
using namespace std;
int main()
{
//Type your code here.
std::string name;
char a[20];
std::getline(std::cin,name);
for(int i=0; i<name.length();i++)
{
if((name[i]>=65 && name[i]<=90) || (name[i]>=97 && name[i]<=122))
{
std::cout<<name[i];
}
}
... | UTF-8 | Java | 321 | java | Main.java | Java | [] | null | [] | #include<iostream>
#include<string.h>
using namespace std;
int main()
{
//Type your code here.
std::string name;
char a[20];
std::getline(std::cin,name);
for(int i=0; i<name.length();i++)
{
if((name[i]>=65 && name[i]<=90) || (name[i]>=97 && name[i]<=122))
{
std::cout<<name[i];
}
}
... | 321 | 0.535826 | 0.498442 | 19 | 15.947369 | 16.239891 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.526316 | false | false | 9 |
03755719ccab386eb698ba0aa61b73eb6a7b8650 | 25,658,134,688,045 | ff29e8010b5f02985b5885e9253ad49c488dee99 | /RatingFilm/src/ViewData.java | 04aaf9a92273829be305125bbeb133bc6ee0e801 | [] | no_license | agiladis/pbo | https://github.com/agiladis/pbo | 65fd630016db4d288fce7e145d84d33d476b49a8 | d58331f02eaefe55c717df1d88dcf839cd238f09 | refs/heads/main | 2023-06-15T04:03:47.083000 | 2021-07-12T00:47:44 | 2021-07-12T00:47:44 | 353,220,431 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JLabel;
import javax.swing.JScrollPane;
import javax.swing.JTable;
import javax.swing.JTextField;
import javax.swing.table.DefaultTableModel;
/*
* To change this license header, choose License Headers in Project Properties.
* To change this t... | UTF-8 | Java | 3,796 | java | ViewData.java | Java | [
{
"context": "the template in the editor.\n */\n\n/**\n *\n * @author agila\n */\npublic class ViewData extends JFrame {\n JL",
"end": 427,
"score": 0.9993897080421448,
"start": 422,
"tag": "USERNAME",
"value": "agila"
}
] | null | [] |
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JLabel;
import javax.swing.JScrollPane;
import javax.swing.JTable;
import javax.swing.JTextField;
import javax.swing.table.DefaultTableModel;
/*
* To change this license header, choose License Headers in Project Properties.
* To change this t... | 3,796 | 0.607482 | 0.571391 | 135 | 27.111111 | 20.937532 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.925926 | false | false | 9 |
7217f4e7fb4207db9aae3b86237e12c8ca8664b2 | 6,408,091,231,315 | d51cf56aa8865c43f5bd59e450797c604a9fbe85 | /src/LESSON_2/ForExample.java | 2494b5d162810a2a5dc7206e0574427dfe97cd17 | [] | no_license | acid26sk/les_1 | https://github.com/acid26sk/les_1 | 8b723fdcb189c723fe30bb3003a8d0f737b17532 | 93d71f870e192ed3e724b7299dd0730811fffed2 | refs/heads/master | 2022-11-22T22:43:35.417000 | 2020-07-18T15:26:12 | 2020-07-18T15:26:12 | 274,255,780 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package LESSON_2;
public class ForExample {
public static final int LIMIT=15;
public static final int STOP_DIGIT=5;
public static final int DIVIDER=3;
public static void main(String[] args) {
int i=0;
for (;i<LIMIT;i++){
System.out.println(i);
}
System.out... | UTF-8 | Java | 600 | java | ForExample.java | Java | [] | null | [] | package LESSON_2;
public class ForExample {
public static final int LIMIT=15;
public static final int STOP_DIGIT=5;
public static final int DIVIDER=3;
public static void main(String[] args) {
int i=0;
for (;i<LIMIT;i++){
System.out.println(i);
}
System.out... | 600 | 0.487135 | 0.473413 | 26 | 21.423077 | 15.38774 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.538462 | false | false | 9 |
0bd3214aa538c0b813d41888f371be5c76b2ee4f | 17,995,913,007,928 | 12d4bf0abdc511304d6bbe94111f3698cf57df55 | /TransportWeb/src/com/transport/form/TireManagementFormBean.java | 27414644fa7b4d103529d18f3e6adfc323a2c369 | [] | no_license | esd072181/java-web-esd | https://github.com/esd072181/java-web-esd | 1e55bacf1110aece037d3e595c6141ff9d3cb582 | e7623eaf5b9c78809ba5c4bc8a001b9990a18569 | refs/heads/master | 2021-01-21T11:17:37.142000 | 2020-08-15T00:52:54 | 2020-08-15T00:52:54 | 83,514,599 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.transport.form;
import java.math.BigDecimal;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;
import org.apache.struts.action.ActionErrors;
import org.apache.struts.action.ActionMapping;
import org.apache.stru... | UTF-8 | Java | 25,781 | java | TireManagementFormBean.java | Java | [
{
"context": "transport.util.TransportUtils;\n\n/**\n * \n * @author edwarddavid\n * @since 10Apr2020\n * DateUpdated: 28Apr2020\n */",
"end": 925,
"score": 0.999623715877533,
"start": 914,
"tag": "USERNAME",
"value": "edwarddavid"
}
] | null | [] | package com.transport.form;
import java.math.BigDecimal;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;
import org.apache.struts.action.ActionErrors;
import org.apache.struts.action.ActionMapping;
import org.apache.stru... | 25,781 | 0.728172 | 0.717815 | 760 | 32.922367 | 29.919947 | 181 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.807895 | false | false | 9 |
117f82e9d8ed5dcaeb3f97da81355cb9dd3e82b7 | 25,409,026,561,764 | fbc1df1d8e94e7ec7658534ca166805cff502514 | /ProjettoJava/src/it/corso/java/oop/TestMetodoGetClass.java | 78ccd1294f471fb267042d73943c741b24415791 | [] | no_license | MauroBassan/prova-junit | https://github.com/MauroBassan/prova-junit | 3728740ca2b958bcf556738bc5831e83638e951e | cc4bb0665f717646ea24fba9745b727768e12771 | refs/heads/master | 2022-07-16T04:41:09.694000 | 2020-05-15T10:03:22 | 2020-05-15T10:03:22 | 264,159,444 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package it.corso.java.oop;
import java.lang.reflect.Method;
public class TestMetodoGetClass {
public static void main(String[] args) {
TestMetodoGetClass t = new TestMetodoGetClass();
t.stampaInfo();
}
public void stampaInfo() {
//prende il nome del pacchetto completo, vedi output!
System.out.pri... | UTF-8 | Java | 621 | java | TestMetodoGetClass.java | Java | [] | null | [] | package it.corso.java.oop;
import java.lang.reflect.Method;
public class TestMetodoGetClass {
public static void main(String[] args) {
TestMetodoGetClass t = new TestMetodoGetClass();
t.stampaInfo();
}
public void stampaInfo() {
//prende il nome del pacchetto completo, vedi output!
System.out.pri... | 621 | 0.697262 | 0.697262 | 28 | 21.178572 | 20.844755 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.571429 | false | false | 9 |
3943c9d689830068efa60fab976b63e666c050e2 | 25,409,026,562,470 | 1218e812d9a919ea82d6fa4df10ac1b47d8d239d | /crm/src/main/java/com/plastech/crm/mapper/CustomerLoyaltyMapper.java | d9802eb8efe0d9df0e4970745f5d3fcb626fde59 | [] | no_license | wangjin9788/backend | https://github.com/wangjin9788/backend | 40c60dd0127130542c89b942269578c4066a36c2 | ba36fccf1667ae70490e9bbd24251fe5511c65cc | refs/heads/master | 2022-07-08T12:56:29.398000 | 2019-07-19T05:33:03 | 2019-07-19T05:33:03 | 196,910,465 | 0 | 0 | null | false | 2022-06-29T17:31:12 | 2019-07-15T02:34:25 | 2019-07-19T05:34:07 | 2022-06-29T17:31:11 | 379 | 0 | 0 | 6 | Java | false | false | package com.plastech.crm.mapper;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import com.plastech.crm.base.BaseTkMapper;
import com.plastech.crm.model.CustomerLoyalty;
public interface CustomerLoyaltyMapper extends BaseTkMapper<CustomerLoyalty> {
void deleteCustomerLoyalty(@Param(val... | UTF-8 | Java | 479 | java | CustomerLoyaltyMapper.java | Java | [] | null | [] | package com.plastech.crm.mapper;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import com.plastech.crm.base.BaseTkMapper;
import com.plastech.crm.model.CustomerLoyalty;
public interface CustomerLoyaltyMapper extends BaseTkMapper<CustomerLoyalty> {
void deleteCustomerLoyalty(@Param(val... | 479 | 0.751566 | 0.751566 | 15 | 29.933332 | 27.833952 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 9 |
2a167dfaf89aea55090bfd297f1c88216d698926 | 11,089,605,621,663 | 4dd33e6d9780ad935608c7bbfc9264a8371c2dfe | /Fibonacci.java | b6ff29876d68760ddff63a5456b97cb4d4161c7e | [] | no_license | ThaoTran1610/AlgorithmBasicJava | https://github.com/ThaoTran1610/AlgorithmBasicJava | e8c3624142f824dd3ce53fe4293d751099feb0e3 | 9496fa7c8f70c48bc21f314ca79b2f42c0ba7945 | refs/heads/master | 2022-10-06T11:12:14.806000 | 2020-06-05T07:14:45 | 2020-06-05T07:14:45 | 268,499,373 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package alogithmBasic;
public class Fibonacci {
public static int Fibonacci(int n){
if (n<0){
return -1;
}
else if(n==0||n==1){
return n;
}
else
return Fibonacci(n-1)+Fibonacci(n-2);
}
public static void main(String[] args) {
... | UTF-8 | Java | 420 | java | Fibonacci.java | Java | [] | null | [] | package alogithmBasic;
public class Fibonacci {
public static int Fibonacci(int n){
if (n<0){
return -1;
}
else if(n==0||n==1){
return n;
}
else
return Fibonacci(n-1)+Fibonacci(n-2);
}
public static void main(String[] args) {
... | 420 | 0.466667 | 0.445238 | 21 | 19 | 15.799337 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 9 |
4e8d823f345f24ce369514e4c0117ede7b0e146e | 30,399,778,550,363 | 6756f490cd26440d3cd6a08896548a1954614537 | /src/main/java/com/rbs/www/web/sic/models/entities/SicCs1.java | 324259e8fa5d4e9b9f6c29ef7c9a17064b932f7c | [] | no_license | er-shahidul/sfi | https://github.com/er-shahidul/sfi | 90eb266f61a42ec6468d925cd3c86a2fcf1c4fea | fafaf29731153ac22f8ca016ba91fa9d5bb189be | refs/heads/master | 2023-01-05T23:51:54.750000 | 2022-12-28T17:16:51 | 2022-12-28T17:16:51 | 295,930,385 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.rbs.www.web.sic.models.entities;
import com.rbs.www.common.models.BaseEntityModel;
import com.rbs.www.common.services.TypeConversionUtils;
import com.rbs.www.web.common.models.datamodels.BlobNames;
import org.hibernate.annotations.LazyCollection;
import org.hibernate.annotations.LazyCollectionOption;
impo... | UTF-8 | Java | 18,912 | java | SicCs1.java | Java | [] | null | [] | package com.rbs.www.web.sic.models.entities;
import com.rbs.www.common.models.BaseEntityModel;
import com.rbs.www.common.services.TypeConversionUtils;
import com.rbs.www.web.common.models.datamodels.BlobNames;
import org.hibernate.annotations.LazyCollection;
import org.hibernate.annotations.LazyCollectionOption;
impo... | 18,912 | 0.719173 | 0.714256 | 638 | 28.642633 | 26.548132 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.380878 | false | false | 9 |
4998e8cdae8cdbfdc10f62ea9ce0a421c170b3c3 | 10,161,892,623,514 | ba81e540d42caa6f9de7713fb285e162c9e961df | /PlayStoreApps/Elezione/app/src/main/java/io/github/swapnadeepmohapatra/elezione/Activity/CountDownActivity.java | 93304a52a3c7179dc38bdf2842312e91324ba648 | [] | no_license | swapnadeepmohapatra/android-studio-app | https://github.com/swapnadeepmohapatra/android-studio-app | 546fb95951386e507a6c19a6e527599931b1de98 | 0a41cfcb33912f7b97a2541d01cc445906a5142e | refs/heads/master | 2020-07-24T23:37:26.153000 | 2020-05-24T12:43:27 | 2020-05-24T12:43:27 | 208,083,597 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package io.github.swapnadeepmohapatra.elezione.Activity;
import android.os.CountDownTimer;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.widget.TextView;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Date;
import io.github.swapnadeepm... | UTF-8 | Java | 2,519 | java | CountDownActivity.java | Java | [
{
"context": "package io.github.swapnadeepmohapatra.elezione.Activity;\n\nimport android.os.CountDownTi",
"end": 37,
"score": 0.997386634349823,
"start": 18,
"tag": "USERNAME",
"value": "swapnadeepmohapatra"
},
{
"context": "eFormat;\nimport java.util.Date;\n\nimport io.github.swapna... | null | [] | package io.github.swapnadeepmohapatra.elezione.Activity;
import android.os.CountDownTimer;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.widget.TextView;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Date;
import io.github.swapnadeepm... | 2,519 | 0.632791 | 0.608972 | 81 | 30.08642 | 26.257132 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.604938 | false | false | 9 |
48fba06c3e779d4dc4bebdf2edb83eb9e43362dc | 10,161,892,623,502 | dadb910bbad9c322476617e283b2c696aab3c3d7 | /app/src/main/java/com/game/wanq/uu/model/bean/THome.java | 91b17184089ed69a40bacc1b63969095529b9737 | [] | no_license | Lewis-6188/Wq_GameDApp-1.0 | https://github.com/Lewis-6188/Wq_GameDApp-1.0 | dcd52208d43c80c96179ad70e4d2014f01ac1d8a | 77220cf8dcb0b8a38be1ed3ddb897c8c2d360080 | refs/heads/master | 2021-05-03T08:38:40.081000 | 2018-02-07T05:27:52 | 2018-02-07T05:27:52 | 120,567,440 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.game.wanq.uu.model.bean;
import java.io.Serializable;
public class THome implements Serializable {
public String pid; //编号
public Integer type; //类型 ( 1 游戏 )
public String typeObjid; //类型对象ID
public String typeObjname; //类型对象名称
public Integer showType; //展示类型(1 一栏一图 2 一栏二图)
... | UTF-8 | Java | 1,225 | java | THome.java | Java | [] | null | [] | package com.game.wanq.uu.model.bean;
import java.io.Serializable;
public class THome implements Serializable {
public String pid; //编号
public Integer type; //类型 ( 1 游戏 )
public String typeObjid; //类型对象ID
public String typeObjname; //类型对象名称
public Integer showType; //展示类型(1 一栏一图 2 一栏二图)
... | 1,225 | 0.637401 | 0.621598 | 37 | 29.783783 | 27.678789 | 172 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.972973 | false | false | 9 |
03cc2e128ba5bd3fa612e11bea01f31963b601de | 11,235,634,460,671 | 1d5c55df53299183581dda4ab1c2a47ee4dc04ab | /tr.edu.metu.ceng.megamodel.simexp/src/sedml/impl/curveImpl.java | e9a2e5aee2d23c55cf2f4b730177b16b8ca4c875 | [] | no_license | semacammetu/megamodel | https://github.com/semacammetu/megamodel | 8d623d1ff51b1ca1005f100fcdbe50e90cfc4353 | 2556d991a1f0c5a6307c5d571c5052e034ee97f6 | refs/heads/master | 2021-01-25T14:32:48.537000 | 2018-04-16T15:53:13 | 2018-04-16T15:53:13 | 123,705,256 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*/
package sedml.impl;
import org.eclipse.emf.common.notify.Notification;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.impl.ENotificationImpl;
import org.eclipse.emf.ecore.impl.MinimalEObjectImpl;
import sedml.SedmlPackage;
import sedml.curve;
/**
* <!-- begin-user-doc -->... | UTF-8 | Java | 9,689 | java | curveImpl.java | Java | [] | null | [] | /**
*/
package sedml.impl;
import org.eclipse.emf.common.notify.Notification;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.impl.ENotificationImpl;
import org.eclipse.emf.ecore.impl.MinimalEObjectImpl;
import sedml.SedmlPackage;
import sedml.curve;
/**
* <!-- begin-user-doc -->... | 9,689 | 0.606771 | 0.606771 | 379 | 23.564644 | 23.407211 | 130 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.643799 | false | false | 9 |
7fc742d89660ef1679e1d4c984277ab9e4adc5a8 | 27,178,553,061,054 | c4c617f051dade63d811f7da8f271ddcbf72c8ae | /httpqueue/src/main/java/org/httpqueue/protocolbean/InputHead.java | c2b6964e75a76402820b2f16a03f54533802aa0e | [] | no_license | andilyliao/httpqueue | https://github.com/andilyliao/httpqueue | 1f002dc7b9d0eefbb25bdeee2945bddd0c90b7f2 | 72bb2d841cf118588ac924e26ff0cf2a8dbcc512 | refs/heads/master | 2022-07-03T13:25:08.556000 | 2020-10-30T06:32:16 | 2020-10-30T06:32:16 | 55,148,602 | 7 | 7 | null | false | 2022-06-17T01:53:36 | 2016-03-31T12:25:16 | 2020-11-16T11:40:47 | 2022-06-17T01:53:31 | 391 | 7 | 6 | 3 | Java | false | false | package org.httpqueue.protocolbean;
/**
* Created by andilyliao on 16-3-31.
*/
//{head:{m:0,t:100,d:0,tr:0,s:0}
public class InputHead {
//队列名
private String qn="testQueue";
//任务类型
private int ty;
//消息方式
private int m;
//消息缓存驻留时间
private int t;
//是否持久化
private int h;
//是否... | UTF-8 | Java | 1,381 | java | InputHead.java | Java | [
{
"context": "age org.httpqueue.protocolbean;\n\n/**\n * Created by andilyliao on 16-3-31.\n */\n//{head:{m:0,t:100,d:0,tr:0,s:0}\n",
"end": 65,
"score": 0.9994736909866333,
"start": 55,
"tag": "USERNAME",
"value": "andilyliao"
}
] | null | [] | package org.httpqueue.protocolbean;
/**
* Created by andilyliao on 16-3-31.
*/
//{head:{m:0,t:100,d:0,tr:0,s:0}
public class InputHead {
//队列名
private String qn="testQueue";
//任务类型
private int ty;
//消息方式
private int m;
//消息缓存驻留时间
private int t;
//是否持久化
private int h;
//是否... | 1,381 | 0.482599 | 0.473318 | 89 | 13.52809 | 10.890765 | 36 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.325843 | false | false | 9 |
bf5da0438287c325e7fe1e8ac2f6269c2d25b6a4 | 15,599,321,236,815 | 5f0d9ddf2dedef0d03690212381a1d8315ca5b87 | /src/main/java/com/buuz135/portality/data/PortalDataManager.java | de8b6edd57eb9a6d76edad6736ab416e5208e9d1 | [
"MIT"
] | permissive | InnovativeOnlineIndustries/Portality | https://github.com/InnovativeOnlineIndustries/Portality | ee5b4c2c2224c021adcafb72350c3d887b39f5d5 | 42bcc53ffc46ce8400bfe66fd45d5ae85441d667 | refs/heads/1.18 | 2023-01-12T21:19:56.941000 | 2022-06-19T18:39:16 | 2022-06-19T18:39:16 | 127,202,720 | 11 | 18 | MIT | false | 2022-12-22T20:57:48 | 2018-03-28T21:50:26 | 2022-09-01T03:20:29 | 2022-06-19T18:39:47 | 871 | 13 | 15 | 20 | Java | false | false | /**
* MIT License
*
* Copyright (c) 2018
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, ... | UTF-8 | Java | 7,354 | java | PortalDataManager.java | Java | [
{
"context": "ER DEALINGS IN THE\n * SOFTWARE.\n */\npackage com.buuz135.portality.data;\n\nimport net.minecraft.core.BlockP",
"end": 1142,
"score": 0.9752116203308105,
"start": 1137,
"tag": "USERNAME",
"value": "uz135"
}
] | null | [] | /**
* MIT License
*
* Copyright (c) 2018
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, ... | 7,354 | 0.652162 | 0.650938 | 192 | 37.302082 | 30.976679 | 137 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.526042 | false | false | 9 |
29bffd4a162e569c4757d497d9a6722818c4265b | 22,574,348,122,765 | eea85e033b404723ba0a5ce6e057dd4e6ee8bcb3 | /recursion/PrintPattern.java | 64845e0fdc869aa18fb2a725624f9f44cd5da7cb | [] | no_license | tabassum-khan/Data-Structures-and-Algorithms | https://github.com/tabassum-khan/Data-Structures-and-Algorithms | 02d6d41f3c7ce6d3a87f684eb15bcb4787321ecc | 9addf9dd8cd5895911f34bb7e1ef29fa6e89ed6d | refs/heads/master | 2023-07-05T21:14:37.923000 | 2023-06-21T06:28:01 | 2023-06-21T06:28:01 | 203,397,104 | 4 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package recursion;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class PrintPattern {
public static void main(String[] args)throws IOException {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String n = "";
while ((n = (br.readLi... | UTF-8 | Java | 2,717 | java | PrintPattern.java | Java | [] | null | [] | package recursion;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class PrintPattern {
public static void main(String[] args)throws IOException {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String n = "";
while ((n = (br.readLi... | 2,717 | 0.606183 | 0.595878 | 117 | 22.222221 | 17.326977 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.017094 | false | false | 9 |
a72e4c45cb803696ee608cab9b2a32faba595904 | 31,078,383,366,329 | 4ef0f483c6e23fa9353e46aea0dda190c98cf138 | /TeamBuilder/src/main/java/com/drigax/teambuilder/model/Team.java | 751e8c703424c81ddee0b7a32800db1e37b30675 | [] | no_license | Drigax/PokemonTeamBuilder-Android | https://github.com/Drigax/PokemonTeamBuilder-Android | 49b95c40b5dde54b6c2a752b01df6ae87e035190 | 62a06ed0ff38cd0998c0197475d1e9fb2f5d9ea6 | refs/heads/master | 2021-01-24T14:45:34.900000 | 2014-06-20T15:57:37 | 2014-06-20T15:57:37 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.drigax.teambuilder.model;
import com.drigax.teambuilder.utils.SimpleObservable;
import java.util.ArrayList;
import java.util.Enumeration;
import java.util.Hashtable;
import java.util.List;
public class Team extends SimpleObservable {
public static Team Instance;
public ArrayList<Integer> teamSta... | UTF-8 | Java | 6,475 | java | Team.java | Java | [] | null | [] | package com.drigax.teambuilder.model;
import com.drigax.teambuilder.utils.SimpleObservable;
import java.util.ArrayList;
import java.util.Enumeration;
import java.util.Hashtable;
import java.util.List;
public class Team extends SimpleObservable {
public static Team Instance;
public ArrayList<Integer> teamSta... | 6,475 | 0.59027 | 0.588108 | 199 | 31.537689 | 26.9128 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.613065 | false | false | 9 |
1c165ca249f8f7aa7c39d086b9b79baa05429be0 | 31,078,383,363,840 | 07bc6e6781be31eba5e14295d609c162ef36658d | /xj/src/caesar.java | add23b2988a03e77c42a1f6d84fbcefa9a50f5b5 | [] | no_license | Gyzarus/hello-world | https://github.com/Gyzarus/hello-world | 5ffea99b397f3aafe172018f372605ef602c1309 | 0ed6a6b4827e7e05d67468e28e32b54179eec730 | refs/heads/version1.0 | 2022-05-16T10:12:10.946000 | 2022-05-03T05:55:08 | 2022-05-03T05:55:08 | 117,508,762 | 0 | 0 | null | false | 2018-01-15T08:57:15 | 2018-01-15T06:56:58 | 2018-01-15T08:52:45 | 2018-01-15T08:56:11 | 1 | 0 | 0 | 1 | Java | false | null |
public class caesar {
public static String code(String str){
String coded="";
for(int i=0;i<str.length();i++){
coded+=(char)(str.charAt(i)+3);
}
return coded;
}
public static String encode(String str){
String coded="";
for(int i=0;i<str.length();i++){
... | UTF-8 | Java | 390 | java | caesar.java | Java | [] | null | [] |
public class caesar {
public static String code(String str){
String coded="";
for(int i=0;i<str.length();i++){
coded+=(char)(str.charAt(i)+3);
}
return coded;
}
public static String encode(String str){
String coded="";
for(int i=0;i<str.length();i++){
... | 390 | 0.520513 | 0.510256 | 17 | 20.588236 | 14.824697 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.764706 | false | false | 9 |
da306947ded8c5578876301a4a5d2f700615cfce | 32,263,794,341,056 | 5a526dc28bbbfc23bdcae9490027a0af13143c10 | /src/Hausaufgaben/AutoLister/AutoFinderGui.java | baeed7441886d4076b07d8f221a083d9579dbc84 | [] | no_license | maddinthe/FSBWIT-OS | https://github.com/maddinthe/FSBWIT-OS | 474559eeea97f43a90ed863a5f72c9c719d81cd1 | b9a1a77d95fc50eb607fbc4eaa9fc1daedfbf10d | refs/heads/master | 2021-01-21T05:02:12.279000 | 2016-05-12T10:39:54 | 2016-05-12T10:39:54 | 42,448,296 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Hausaufgaben.AutoLister;
import javax.swing.*;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.util.*;
import java.util.List;
/**
* Created by Martin on 06.11.2015.
*/
public class AutoFinderGui {
public static void main(String[] args) {
... | UTF-8 | Java | 3,946 | java | AutoFinderGui.java | Java | [
{
"context": ".util.*;\nimport java.util.List;\n\n/**\n * Created by Martin on 06.11.2015.\n */\npublic class AutoFinderGui {\n\n",
"end": 216,
"score": 0.9748391509056091,
"start": 210,
"tag": "NAME",
"value": "Martin"
}
] | null | [] | package Hausaufgaben.AutoLister;
import javax.swing.*;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.util.*;
import java.util.List;
/**
* Created by Martin on 06.11.2015.
*/
public class AutoFinderGui {
public static void main(String[] args) {
... | 3,946 | 0.569944 | 0.562342 | 126 | 30.317461 | 27.193792 | 157 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.619048 | false | false | 9 |
0b5dcd8cab5180b838de94d3ce8156fd13c20160 | 12,317,966,223,898 | 6daba5d42131ed72257ba883939f608367b6f7c1 | /software-architecture-master-4/test/src/DataAccessObjectTest.java | 8badc0695487a55a37c9a56c509446e692b528b2 | [] | no_license | Kingzoey/DesignPattern_Test | https://github.com/Kingzoey/DesignPattern_Test | dae9cd1a2f21be286bd454296f5154719664faa2 | 21ecbf749fd005e8e1f279609083bcbc90d1ce1b | refs/heads/main | 2023-01-23T13:07:31.880000 | 2020-12-05T13:29:23 | 2020-12-05T13:29:23 | 317,704,209 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import dataaccessobjectpattern.Passenger;
import dataaccessobjectpattern.PassengerInterface;
import dataaccessobjectpattern.PassengerInterfaceImplement;
import tools.PrintTool;
public class DataAccessObjectTest {
public static void main(String[] args) {
PrintTool.print("Data Access Object Pattern" + "\n" +... | UTF-8 | Java | 1,780 | java | DataAccessObjectTest.java | Java | [
{
"context": "s().get(1);\n passengerSpecified.setName(\"wwz\");\n passengerQuery.updatePassenger(passeng",
"end": 1295,
"score": 0.5868148803710938,
"start": 1294,
"tag": "USERNAME",
"value": "z"
},
{
"context": "e\n Passenger passengerAdd = new Passenger(\"lym\... | null | [] | import dataaccessobjectpattern.Passenger;
import dataaccessobjectpattern.PassengerInterface;
import dataaccessobjectpattern.PassengerInterfaceImplement;
import tools.PrintTool;
public class DataAccessObjectTest {
public static void main(String[] args) {
PrintTool.print("Data Access Object Pattern" + "\n" +... | 1,780 | 0.685955 | 0.677528 | 36 | 48.444443 | 37.494774 | 135 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 9 |
f8a109ac6c36220f962942df09d6bb9f547da390 | 7,138,235,669,392 | e1b221af7212164ea9d2ba12d66176e6be743e93 | /HW2/vector1_java/AddBigrams/src/GenerateBigrams.java | 7f1d4098c697ce5a59a12fb36eb1dc5039eb752a | [] | no_license | PhaniGaddipati/Information-Retrieval-and-Web-Agents | https://github.com/PhaniGaddipati/Information-Retrieval-and-Web-Agents | 132d5fceade244fd0454632d4ab0a36d8e91d50c | 1cf064e7a2454ab45c83d146313e2d6cd05e20e2 | refs/heads/master | 2016-09-26T20:15:11.003000 | 2015-05-15T04:04:17 | 2015-05-15T04:04:17 | 32,219,166 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.*;
import java.util.ArrayList;
import java.util.HashSet;
import java.util.Set;
/**
* Created by Phani on 3/23/2015.
*/
public class GenerateBigrams {
private static final String DIR = "C:\\Users\\Phani\\OneDrive\\School\\College\\IR and Web Agents\\HW2\\project";
private static final String s... | UTF-8 | Java | 2,352 | java | GenerateBigrams.java | Java | [
{
"context": ".HashSet;\nimport java.util.Set;\n\n/**\n * Created by Phani on 3/23/2015.\n */\npublic class GenerateBigrams {\n",
"end": 118,
"score": 0.9987915754318237,
"start": 113,
"tag": "NAME",
"value": "Phani"
},
{
"context": " private static final String DIR = \"C:\\\\User... | null | [] | import java.io.*;
import java.util.ArrayList;
import java.util.HashSet;
import java.util.Set;
/**
* Created by Phani on 3/23/2015.
*/
public class GenerateBigrams {
private static final String DIR = "C:\\Users\\Phani\\OneDrive\\School\\College\\IR and Web Agents\\HW2\\project";
private static final String s... | 2,352 | 0.477891 | 0.472789 | 65 | 35.184616 | 28.876869 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.507692 | false | false | 9 |
8aad185da8b1125282cec6aebc02690efec90ff4 | 21,071,109,570,987 | 7f1204c028f5d13c4622f08d70f7b4f5add09e3f | /app/src/main/java/com/github/aedge90/nmm/Mill7.java | 52b5fef44ebb61e202c772476fe4d34264722123 | [] | no_license | Aedge90/Nine-Mens-Morris-Android | https://github.com/Aedge90/Nine-Mens-Morris-Android | c4d04d7938ee896f8ef1f46716d383d0a78d8543 | c6461d428bd73d55535b53348f71d31ec429316c | refs/heads/master | 2021-05-03T23:48:08.762000 | 2019-10-10T10:34:23 | 2019-10-10T10:34:23 | 71,800,537 | 1 | 1 | null | false | 2020-01-20T22:46:34 | 2016-10-24T15:01:21 | 2019-10-10T10:34:26 | 2019-10-10T10:34:24 | 6,714 | 0 | 1 | 1 | Java | false | false | package com.github.aedge90.nmm;
import android.support.annotation.VisibleForTesting;
public class Mill7 extends GameBoard {
@Override
public void initField() {
field = new GameBoardPosition[][] // first is y: [y][x]
{{N, I, I, N, I, I, N},
{ I, N, I, N, I, N, I},
... | UTF-8 | Java | 3,654 | java | Mill7.java | Java | [
{
"context": "package com.github.aedge90.nmm;\n\nimport android.support.annotation.VisibleFo",
"end": 26,
"score": 0.9992767572402954,
"start": 19,
"tag": "USERNAME",
"value": "aedge90"
}
] | null | [] | package com.github.aedge90.nmm;
import android.support.annotation.VisibleForTesting;
public class Mill7 extends GameBoard {
@Override
public void initField() {
field = new GameBoardPosition[][] // first is y: [y][x]
{{N, I, I, N, I, I, N},
{ I, N, I, N, I, N, I},
... | 3,654 | 0.604543 | 0.572797 | 108 | 32.842594 | 29.247717 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.416667 | false | false | 9 |
19b6dc64d2dfe8ccc9c7190f916c43405ae0f70d | 12,378,095,766,241 | 21b5b1e2800ca137d56a0a968ca8653f91fbf6ca | /src/JERVIS/IBMTextToSpeech.java | 66a32b5e53602dad9b7e174665ad43bbf04b6dfb | [] | no_license | Nytorian/J.E.R.V.I.S | https://github.com/Nytorian/J.E.R.V.I.S | fe358515a83068798d854cde7f7843007f5b9ae3 | fb6964339c2eedf33aa51705cd5d9854c266719a | refs/heads/master | 2021-01-17T08:24:38.350000 | 2016-04-24T22:47:14 | 2016-04-24T22:47:14 | 51,971,954 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package JERVIS;
import java.util.List;
import TextBase.SensitiveData;
import com.ibm.watson.developer_cloud.text_to_speech.v1... | UTF-8 | Java | 1,305 | java | IBMTextToSpeech.java | Java | [
{
"context": "ream inputStream = service.synthesize(\"Hello, I am Jervis\", Voice.EN_LISA, \"wav\");\r\n clip.open((Audi",
"end": 1190,
"score": 0.9971498250961304,
"start": 1184,
"tag": "NAME",
"value": "Jervis"
}
] | null | [] | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package JERVIS;
import java.util.List;
import TextBase.SensitiveData;
import com.ibm.watson.developer_cloud.text_to_speech.v1... | 1,305 | 0.68046 | 0.678927 | 37 | 33.270271 | 26.635324 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.72973 | false | false | 9 |
c14f0dd988e14ad052aeeff4db00186d431f9b9f | 1,726,576,879,816 | 28acd0b5d1d2faaea00667e81d78fe3c67113a58 | /study/src/main/java/lang/thread/TimeoutFunction.java | 6354e887257b8215c053f98b4d6ddfe362acae6e | [] | no_license | pjsong/history-maven-top | https://github.com/pjsong/history-maven-top | 9a7ee5f2b1d110fa237a50cadae59a676128a562 | 824c407036ebc277dd1a2ee2ce03db123ecb901f | refs/heads/master | 2021-01-10T06:15:36.581000 | 2015-05-20T15:05:59 | 2015-05-20T15:05:59 | 46,720,502 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package lang.thread;
import java.io.IOException;
import java.util.concurrent.Callable;
import java.util.concurrent.ExecutionException;
import java.util.concurrent.Executor;
import java.util.concurrent.Executors;
import java.util.concurrent.FutureTask;
import java.util.concurrent.TimeUnit;
import java.util.con... | UTF-8 | Java | 1,974 | java | TimeoutFunction.java | Java | [] | null | [] | package lang.thread;
import java.io.IOException;
import java.util.concurrent.Callable;
import java.util.concurrent.ExecutionException;
import java.util.concurrent.Executor;
import java.util.concurrent.Executors;
import java.util.concurrent.FutureTask;
import java.util.concurrent.TimeUnit;
import java.util.con... | 1,974 | 0.567882 | 0.558257 | 66 | 27.939394 | 20.691734 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.530303 | false | false | 9 |
2c20d34a0a4f7ef0ee9ccdd8a3938b30f49e03f5 | 12,309,376,306,050 | 73636be16b18d7b2737ab30377e3b8c269c41a02 | /src/com/doers/Service/Impl/ZanServiceImpl.java | 17558eda70846e0915f0ef81ef8bff55a03314d1 | [] | no_license | zhy1101/Doers | https://github.com/zhy1101/Doers | 1003819360811c3ef84f5cdd96a8515c6c428c3e | e857737f22f612c50f2002c17b4ac9aba1b45113 | refs/heads/master | 2021-09-10T12:48:58.327000 | 2018-03-26T13:51:35 | 2018-03-26T13:51:35 | 113,560,804 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.doers.Service.Impl;
import java.util.List;
import org.springframework.transaction.annotation.Transactional;
import com.doers.Dao.ZanDao;
import com.doers.Service.ZanService;
import com.doers.domain.Production;
import com.doers.domain.User;
import com.doers.domain.Zan;
import com.sun.org.apache... | UTF-8 | Java | 900 | java | ZanServiceImpl.java | Java | [] | null | [] | package com.doers.Service.Impl;
import java.util.List;
import org.springframework.transaction.annotation.Transactional;
import com.doers.Dao.ZanDao;
import com.doers.Service.ZanService;
import com.doers.domain.Production;
import com.doers.domain.User;
import com.doers.domain.Zan;
import com.sun.org.apache... | 900 | 0.732222 | 0.732222 | 40 | 20.5 | 19.245779 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.05 | false | false | 9 |
256f7b3f15b5d949bbf56936393a9bbf2fbef073 | 12,309,376,305,922 | 3672cc71d1d6655449cf883da52763664bf95a73 | /member_mvc_maven/src/main/java/member/action/MemberLogoutAction.java | a3ed4fc1815a2e08495ac2f4e7020de2a50ecedd | [] | no_license | youngkwonnoh/javasource | https://github.com/youngkwonnoh/javasource | 4a19dbc97e6f9380d2b434f4aea1ef8a500b2a0e | edbb24c7341bb2bece1241b3b5f05bd9c82d94bb | refs/heads/master | 2023-05-11T16:50:42.714000 | 2021-06-02T14:21:22 | 2021-06-02T14:21:22 | 357,107,193 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package member.action;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
import lombok.AllArgsConstructor;
@AllArgsConstructor
public class MemberLogoutAction implements Action {
private String path;
@Override
public ActionForwar... | UTF-8 | Java | 559 | java | MemberLogoutAction.java | Java | [] | null | [] | package member.action;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
import lombok.AllArgsConstructor;
@AllArgsConstructor
public class MemberLogoutAction implements Action {
private String path;
@Override
public ActionForwar... | 559 | 0.802178 | 0.802178 | 22 | 24.045454 | 25.40844 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.227273 | false | false | 9 |
2c09a3b971010f180066235d4c178ae84921ead8 | 25,572,235,294,051 | 49d151a090d1a93b60435cf55fe9b060956df7d0 | /BankManagementSystem/src/main/java/com/mindtree/bankmanagementsystem/entity/Customer.java | 30631388349c832624b455f8fa66d7fd1c4e29d3 | [] | no_license | Hyndavi09/mvc | https://github.com/Hyndavi09/mvc | 92cdff9b027a1763197886e9d1b81b305e041154 | 88aa92293ed7c3471489f35666b94ed8fc0b360d | refs/heads/master | 2022-07-04T08:29:40.947000 | 2020-01-08T03:22:11 | 2020-01-08T03:22:11 | 232,467,389 | 0 | 0 | null | false | 2022-06-21T02:35:51 | 2020-01-08T03:15:06 | 2020-01-08T03:22:18 | 2022-06-21T02:35:47 | 74 | 0 | 0 | 2 | Java | false | false | package com.mindtree.bankmanagementsystem.entity;
import java.util.List;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.OneToMany;
@Entity
public class Customer {
@Id
@GeneratedVal... | UTF-8 | Java | 1,670 | java | Customer.java | Java | [
{
"context": "is.customerId = customerId;\r\n\t\tthis.customerName = customerName;\r\n\t\tthis.customerAge = customerAge;\r\n\t\tthis.debit",
"end": 761,
"score": 0.9497381448745728,
"start": 749,
"tag": "NAME",
"value": "customerName"
}
] | null | [] | package com.mindtree.bankmanagementsystem.entity;
import java.util.List;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.OneToMany;
@Entity
public class Customer {
@Id
@GeneratedVal... | 1,670 | 0.716766 | 0.716766 | 72 | 21.194445 | 22.267714 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.361111 | false | false | 9 |
ae5913f8cd5f9509ea8e8155eea77f2ba8d50428 | 13,108,240,256,278 | 8c3f5f30af84bd249c8301d6bf6d074d7004ebbc | /src/main/java/org/apache/marmotta/commons/sesame/rio/spc/AbstractRamanParser.java | 1d6b5948358c2fe75929a43f5403eb07574485f1 | [] | no_license | btdiem/marmotta-rio-spc | https://github.com/btdiem/marmotta-rio-spc | 8fbf9a7a9700ac211feba23477e1106e86f13c5c | df78238aa468924454e3f8f4c72f30580366b739 | refs/heads/master | 2021-01-19T06:19:30.406000 | 2015-07-21T01:35:16 | 2015-07-21T01:35:16 | 39,206,230 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package org.apache.marmotta.commons.sesame.rio.spc;
import java.io.BufferedOutputStream;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.Reader;
import java.text.DateFormat;
import java.text.ParseException;
import java.text.SimpleDateFormat;... | UTF-8 | Java | 23,325 | java | AbstractRamanParser.java | Java | [
{
"context": " database of Marmotta </br> \n * \n * \n * @author BUI Thi Diem </br>\n * 13/05/2015: check OS when creating an te",
"end": 1969,
"score": 0.9997486472129822,
"start": 1957,
"tag": "NAME",
"value": "BUI Thi Diem"
},
{
"context": "ln(\"OS is Linux\");\n\t\t \t\tf... | null | [] |
package org.apache.marmotta.commons.sesame.rio.spc;
import java.io.BufferedOutputStream;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.Reader;
import java.text.DateFormat;
import java.text.ParseException;
import java.text.SimpleDateFormat;... | 23,319 | 0.629968 | 0.622722 | 623 | 36.438202 | 30.905317 | 139 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.778491 | false | false | 9 |
3d8383212082dad354df700f5675c4de98b84cce | 11,450,382,876,315 | b1266a60b0eb8fe68c4fa4617bdc52c68e9de9b9 | /LetsGo/src/com/lq/rmanage/dao/factory/ResumeListDAOFactory.java | a33e2d68d61f890380e8845fca1949ed13572f84 | [] | no_license | forever070/LetsGo | https://github.com/forever070/LetsGo | f0b3a363cd734d3c273cf860dad0d11058f69231 | b2294cd80e76724340e398dab2d2a8f47296aeca | refs/heads/master | 2022-11-14T09:21:03.449000 | 2020-07-08T03:54:15 | 2020-07-08T03:54:15 | 277,688,389 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lq.rmanage.dao.factory;
import com.lq.rmanage.dao.dao.ResumeListDAO;
import com.lq.rmanage.dao.impl.ResumeListDAOImpl;
public class ResumeListDAOFactory {
public static ResumeListDAO getResumeListDAO() {
return new ResumeListDAOImpl();
}
}
| UTF-8 | Java | 258 | java | ResumeListDAOFactory.java | Java | [] | null | [] | package com.lq.rmanage.dao.factory;
import com.lq.rmanage.dao.dao.ResumeListDAO;
import com.lq.rmanage.dao.impl.ResumeListDAOImpl;
public class ResumeListDAOFactory {
public static ResumeListDAO getResumeListDAO() {
return new ResumeListDAOImpl();
}
}
| 258 | 0.79845 | 0.79845 | 10 | 24.799999 | 20.326338 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.8 | false | false | 9 |
34579c10e7ac30ffa3ad65fa170df4435c4f07ec | 30,623,116,872,003 | 84bce268934e676f7bde92479cede4ec577f2c8b | /src/test/java/com/blockchain/simulator/AppTest.java | 8a253450fd8723bfc6ba3373a9aa7e0a77441c17 | [] | no_license | YingjingLu/blockchain-simulator | https://github.com/YingjingLu/blockchain-simulator | c294833adf9f19e3228fb55f73ac329533650bcb | 844515d0ca8004de6dd23e75d09c6b1ffbd7da1c | refs/heads/main | 2023-01-31T22:36:05.215000 | 2020-12-19T00:26:21 | 2020-12-19T00:26:21 | 305,218,573 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.blockchain.simulator;
import static org.junit.Assert.assertTrue;
import static org.junit.Assert.assertEquals;
import org.junit.Test;
import org.junit.Before;
import org.junit.After;
import org.json.simple.JSONObject;
import org.json.simple.JSONArray;
import java.io.IOException;
import java.lang.IllegalArg... | UTF-8 | Java | 576 | java | AppTest.java | Java | [] | null | [] | package com.blockchain.simulator;
import static org.junit.Assert.assertTrue;
import static org.junit.Assert.assertEquals;
import org.junit.Test;
import org.junit.Before;
import org.junit.After;
import org.json.simple.JSONObject;
import org.json.simple.JSONArray;
import java.io.IOException;
import java.lang.IllegalArg... | 576 | 0.720486 | 0.720486 | 28 | 19.571428 | 15.398118 | 45 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 9 |
af31875463bdcfbf83c17d75828feac734f0a663 | 3,410,204,055,636 | 95e944448000c08dd3d6915abb468767c9f29d3c | /sources/com/p280ss/android/ugc/aweme/feed/p1238ui/VideoShareView.java | 70c2ba4d516132333c44cd0afb7d040a0df26e4f | [] | no_license | xrealm/tiktok-src | https://github.com/xrealm/tiktok-src | 261b1faaf7b39d64bb7cb4106dc1a35963bd6868 | 90f305b5f981d39cfb313d75ab231326c9fca597 | refs/heads/master | 2022-11-12T06:43:07.401000 | 2020-07-04T20:21:12 | 2020-07-04T20:21:12 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.p280ss.android.ugc.aweme.feed.p1238ui;
import android.app.Activity;
import android.arch.lifecycle.C0053p;
import android.content.SharedPreferences;
import android.content.SharedPreferences.Editor;
import android.graphics.drawable.Drawable;
import android.support.p022v4.app.FragmentActivity;
import android.... | UTF-8 | Java | 52,846 | java | VideoShareView.java | Java | [] | null | [] | package com.p280ss.android.ugc.aweme.feed.p1238ui;
import android.app.Activity;
import android.arch.lifecycle.C0053p;
import android.content.SharedPreferences;
import android.content.SharedPreferences.Editor;
import android.graphics.drawable.Drawable;
import android.support.p022v4.app.FragmentActivity;
import android.... | 52,846 | 0.565435 | 0.460602 | 1,195 | 43.222595 | 40.606602 | 781 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.553138 | false | false | 9 |
1377c30db5799609da4481c76baf5d1aa69f92e4 | 34,505,767,267,339 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/11/11_410edde9ca1800f2835a391e53cfae12c070479b/Database/11_410edde9ca1800f2835a391e53cfae12c070479b_Database_t.java | b576c10866afd07a57738bb219461a00d79318fd | [] | no_license | zhongxingyu/Seer | https://github.com/zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516000 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | false | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | 2023-06-21T00:53:27 | 2023-06-22T07:55:57 | 2,849,868 | 2 | 2 | 0 | null | false | false | /**
* Database Handler
* Abstract superclass for all subclass database files.
*
* Date Created: 2011-08-26 19:08
* @author PatPeter
*/
package belgium.Balor.SQL;
/*
* MySQL
*/
// import java.net.MalformedURLException;
/*
* SQLLite
*/
//import java.io.File;
//import java.sql.DatabaseMet... | UTF-8 | Java | 8,849 | java | 11_410edde9ca1800f2835a391e53cfae12c070479b_Database_t.java | Java | [
{
"context": " * \n * Date Created: 2011-08-26 19:08\n * @author PatPeter\n */\n package belgium.Balor.SQL;\n \n /*\n * MySQL",
"end": 143,
"score": 0.9995028972625732,
"start": 135,
"tag": "NAME",
"value": "PatPeter"
}
] | null | [] | /**
* Database Handler
* Abstract superclass for all subclass database files.
*
* Date Created: 2011-08-26 19:08
* @author PatPeter
*/
package belgium.Balor.SQL;
/*
* MySQL
*/
// import java.net.MalformedURLException;
/*
* SQLLite
*/
//import java.io.File;
//import java.sql.DatabaseMet... | 8,849 | 0.623799 | 0.621426 | 339 | 25.100294 | 22.091562 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.932153 | false | false | 9 |
9b0900b273103377a3a11fb70edaaf1c2b0b638f | 16,776,142,305,713 | 0717f81153bfa5cfd4bda9b2904b4131b9abdd16 | /src/main/java/com/demo/medium/config/aspect/AspectConfig.java | 88690b406c423250be1418b0b30f41e3cf7145d8 | [] | no_license | ADENH/springboot-medium-tutorial | https://github.com/ADENH/springboot-medium-tutorial | 8c8383137c0dccd7119670ffd9c3d03a5f4e2f47 | f251f2d25519045c7a61ef82fb617dcf7a11a905 | refs/heads/master | 2023-04-14T06:15:28.161000 | 2021-04-25T04:39:25 | 2021-04-25T04:39:25 | 342,082,725 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.demo.medium.config.aspect;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.EnableAspectJAutoProxy;
import org.springframework.context.annotation.Lazy;
import org.springframework.core.env.Environme... | UTF-8 | Java | 1,226 | java | AspectConfig.java | Java | [
{
"context": ";\n\n/**\n * Created by Spring Tool Suite.\n * @author Ade Hidayat\n * Date: Apr 3, 2021\n * Time: 11:46:53 AM\n */\n@Co",
"end": 437,
"score": 0.9998376965522766,
"start": 426,
"tag": "NAME",
"value": "Ade Hidayat"
}
] | null | [] | package com.demo.medium.config.aspect;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.EnableAspectJAutoProxy;
import org.springframework.context.annotation.Lazy;
import org.springframework.core.env.Environme... | 1,221 | 0.725122 | 0.71615 | 46 | 25.652174 | 21.938866 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.804348 | false | false | 9 |
ebfe1efa83a7b9949b76129208fc6632bf737b43 | 11,948,599,040,411 | 4dd5623f5491996748925044c7613c775d3aa82c | /src/com/qrms/action/mobile/OccupyAction.java | 58f0b0b569a9abfec43f50f762b00ef3e97668ec | [] | no_license | zenja/qrms-website | https://github.com/zenja/qrms-website | 06a43d9d18afe5cfcd44c67c9e2427da1da29b6e | 6628bc1ac5aa5ea6d1c6cb2db188f9d1f2808671 | refs/heads/master | 2021-01-20T08:48:44.496000 | 2014-02-07T16:10:05 | 2014-02-07T16:10:05 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.qrms.action.mobile;
import com.opensymphony.xwork2.ActionSupport;
import com.qrms.service.mobile.IAchievementService;
import com.qrms.service.mobile.IGetCityBattleEventService;
/**
* Description: this action maps the occupying function
*
* @author ZhaoLu & YinShunMing
* @version 1.0
*/
public class ... | UTF-8 | Java | 2,138 | java | OccupyAction.java | Java | [
{
"context": " action maps the occupying function\n * \n * @author ZhaoLu & YinShunMing\n * @version 1.0\n */\npublic class Oc",
"end": 272,
"score": 0.9833998084068298,
"start": 266,
"tag": "NAME",
"value": "ZhaoLu"
},
{
"context": "aps the occupying function\n * \n * @author ZhaoLu... | null | [] | package com.qrms.action.mobile;
import com.opensymphony.xwork2.ActionSupport;
import com.qrms.service.mobile.IAchievementService;
import com.qrms.service.mobile.IGetCityBattleEventService;
/**
* Description: this action maps the occupying function
*
* @author ZhaoLu & YinShunMing
* @version 1.0
*/
public class ... | 2,138 | 0.707671 | 0.700655 | 110 | 18.436363 | 19.47097 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.490909 | false | false | 9 |
235c818820aae25b2212768cc6f6c042c0ee38be | 35,931,696,406,122 | ee082dd4edb8d6b67ad0b81d0b0774edc64914f4 | /commons/src/test/java/com/radcortez/libraries/examples/commons/ReflectionUtilsTest.java | 87759b9d09dc2ba654dc303dd7db3383f9130783 | [
"Apache-2.0"
] | permissive | cmasantos/java-libraries | https://github.com/cmasantos/java-libraries | 8bc50d535ea6ece5fdea7119ada9a485756491a8 | 284730a71b00f5786ee426867f5254a75e739ffa | refs/heads/main | 2023-04-14T09:33:00.658000 | 2021-04-28T13:40:37 | 2021-04-28T13:40:37 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.radcortez.libraries.examples.commons;
import org.apache.commons.lang3.reflect.FieldUtils;
import org.junit.jupiter.api.Test;
import java.lang.reflect.Field;
import static org.junit.jupiter.api.Assertions.assertEquals;
public class ReflectionUtilsTest {
@Test
void reflection() {
final Use... | UTF-8 | Java | 1,391 | java | ReflectionUtilsTest.java | Java | [
{
"context": "ccessible(true);\n firstName.set(user, \"Roberto\");\n } catch (NoSuchFieldException | Illega",
"end": 516,
"score": 0.9995898008346558,
"start": 509,
"tag": "NAME",
"value": "Roberto"
},
{
"context": "intStackTrace();\n }\n\n assertEqual... | null | [] | package com.radcortez.libraries.examples.commons;
import org.apache.commons.lang3.reflect.FieldUtils;
import org.junit.jupiter.api.Test;
import java.lang.reflect.Field;
import static org.junit.jupiter.api.Assertions.assertEquals;
public class ReflectionUtilsTest {
@Test
void reflection() {
final Use... | 1,391 | 0.607477 | 0.606758 | 53 | 25.245283 | 21.921736 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.509434 | false | false | 9 |
0b39efc3b0773f264089815ac7aaa3ef183cbee5 | 21,775,484,200,680 | df00e92f8b6a79bcfefb9ccb0ecf5f4a888199a4 | /misearch-global/misearch-global-crawler/src/main/java/com/xiaomi/search/global/crawler/utils/Constants.java | 3bc419cc6698f825b33f121f8b6d4f154f1a78a8 | [] | no_license | heroming/mi | https://github.com/heroming/mi | af8dffe1bf990e45f7f5ed3d8b9b512eb2df3d17 | 59b4194785c09ac9d1c25f81e1b6d0bf6bd29da2 | refs/heads/master | 2016-09-13T12:58:38.001000 | 2016-09-08T06:51:27 | 2016-09-08T06:51:27 | 64,364,489 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.xiaomi.search.global.crawler.utils;
/**
* Created by hong on 10/10/15.
*/
public class Constants {
public enum HttpMethod {
GET, POST
}
public static final String OAKBAY_INDEX_FIELD = "oakbayIndexField";
}
| UTF-8 | Java | 232 | java | Constants.java | Java | [
{
"context": "mi.search.global.crawler.utils;\n\n/**\n * Created by hong on 10/10/15.\n */\npublic class Constants {\n publi",
"end": 71,
"score": 0.9985038042068481,
"start": 67,
"tag": "USERNAME",
"value": "hong"
}
] | null | [] | package com.xiaomi.search.global.crawler.utils;
/**
* Created by hong on 10/10/15.
*/
public class Constants {
public enum HttpMethod {
GET, POST
}
public static final String OAKBAY_INDEX_FIELD = "oakbayIndexField";
}
| 232 | 0.702586 | 0.676724 | 12 | 18.333334 | 21.108187 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 9 |
15bc0a7310e6a696f4c0164228625820cadf37f7 | 3,126,736,257,690 | 785fd801d837349ff30d3b8bbedb0fc6e18d00c9 | /src/BinaryTreeSearchTreePost_OrderedTraversalSequence.java | 5a2f48a5464b3e7d6896a22311998c6911f3a3f2 | [] | no_license | xiaokaikiane/PointTheSwordOffer | https://github.com/xiaokaikiane/PointTheSwordOffer | 96b1ec03ba50ee999837c4f36080737fc63b619e | 6a6fadca37d62d2be416fcfc9f067e1ecfdc8d89 | refs/heads/master | 2022-11-24T22:42:10.112000 | 2020-07-23T05:51:41 | 2020-07-23T05:51:41 | 267,768,577 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | //二叉搜索树的后序遍历序列
//输入一个整数数组,判断该数组是不是某二叉搜索树的后序遍历的结果。
// 如果是则输出Yes,否则输出No。假设输入的数组的任意两个数字都互不相同。
public class BinaryTreeSearchTreePost_OrderedTraversalSequence {
public boolean VerifySquenceOfBST(int [] sequence) {
if(sequence.length==0){
return false;
}
if(sequence.length==1){
... | UTF-8 | Java | 1,099 | java | BinaryTreeSearchTreePost_OrderedTraversalSequence.java | Java | [] | null | [] | //二叉搜索树的后序遍历序列
//输入一个整数数组,判断该数组是不是某二叉搜索树的后序遍历的结果。
// 如果是则输出Yes,否则输出No。假设输入的数组的任意两个数字都互不相同。
public class BinaryTreeSearchTreePost_OrderedTraversalSequence {
public boolean VerifySquenceOfBST(int [] sequence) {
if(sequence.length==0){
return false;
}
if(sequence.length==1){
... | 1,099 | 0.524763 | 0.516333 | 35 | 26.114286 | 15.821814 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.714286 | false | false | 9 |
a1cd073f471253df122ca9b466d93357c46a53f8 | 30,528,627,580,648 | 812ad91cc72556aa6c53170c772fbaf59f570c7a | /src/com/db/point/PointInput.java | 78fcc64b2de97f2ebb96dc098920980448be902e | [] | no_license | hyonna/java_12_jdbc | https://github.com/hyonna/java_12_jdbc | c49a3f4b9c9cf19ff543a9040046a01d890e28e4 | 58423be3f0aad2131529202bc3b26cde5f2261a4 | refs/heads/master | 2020-05-16T16:58:46.142000 | 2019-04-24T08:11:42 | 2019-04-24T08:11:42 | 183,180,986 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.db.point;
import java.util.Scanner;
public class PointInput {
public PointDTO setPoint() {
Scanner sc = new Scanner(System.in);
PointDTO pointDTO = new PointDTO();
System.out.println("학생 번호 입력");
pointDTO.setNum(sc.nextInt());
System.out.println("학생 id 입력");
pointDTO.setSid(sc.n... | UTF-8 | Java | 831 | java | PointInput.java | Java | [] | null | [] | package com.db.point;
import java.util.Scanner;
public class PointInput {
public PointDTO setPoint() {
Scanner sc = new Scanner(System.in);
PointDTO pointDTO = new PointDTO();
System.out.println("학생 번호 입력");
pointDTO.setNum(sc.nextInt());
System.out.println("학생 id 입력");
pointDTO.setSid(sc.n... | 831 | 0.664052 | 0.661438 | 40 | 18.125 | 18.404058 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.775 | false | false | 9 |
5f1100ebfbcb41a384c26f2e7b7c4ede93515f58 | 8,589,934,603,863 | f6cb8b4cbd68a735236466e35f3fff31b048d7b9 | /app/src/main/java/com/example/androidstarter/tasks/TasksFragment.java | 8bb7d7ec46e68bd304abe079fafd9e7f741aff7f | [] | no_license | mithrilstar/Android-Starter | https://github.com/mithrilstar/Android-Starter | 99902cd58cdf2cecd91c8d5b4072e6f3f0961e56 | 04cff251201553eea398e09a4d4fedcbb758f6bf | refs/heads/master | 2021-05-05T15:05:00.842000 | 2018-04-11T08:45:11 | 2018-04-11T08:45:11 | 117,273,348 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.androidstarter.tasks;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.os.Bundle;
import android.support.v7.widget.DefaultItemAnimator;
import android.support.v7.widget.LinearLayoutManager;
import android.s... | UTF-8 | Java | 5,040 | java | TasksFragment.java | Java | [] | null | [] | package com.example.androidstarter.tasks;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.os.Bundle;
import android.support.v7.widget.DefaultItemAnimator;
import android.support.v7.widget.LinearLayoutManager;
import android.s... | 5,040 | 0.68631 | 0.685516 | 140 | 35 | 25.477161 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.642857 | false | false | 9 |
1646395bb07d38bfa95c092609ddd223b6a78654 | 25,297,357,378,853 | 5b375c0507364ea04c9743dfc85dd4b4ac1df0b1 | /app/src/main/java/com/example/macleve/bergurudgndin/StaffAttendance.java | e5547e286701c3fedf6b044faa266c05e7d45ee5 | [] | no_license | maclevemarcus/EZ-Info | https://github.com/maclevemarcus/EZ-Info | 3a29f48fd2132c0f61f6959cc41f7976e457cfe2 | c3cdf723df8eb8acef7af17f4a2b9b24dc64ed79 | refs/heads/master | 2020-04-08T19:39:28.411000 | 2018-11-29T13:50:04 | 2018-11-29T13:50:04 | 159,665,053 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.macleve.bergurudgndin;
//Association class;
public class StaffAttendance{
String staffId;
String postId;
String confirmAttendance;
//Below is the proper way to use association class
/*
Post postID;//Post postId[0...*] so if there another list of Post it will be like below
... | UTF-8 | Java | 1,351 | java | StaffAttendance.java | Java | [
{
"context": "package com.example.macleve.bergurudgndin;\n\n//Association class;\npublic class",
"end": 27,
"score": 0.8650636672973633,
"start": 20,
"tag": "USERNAME",
"value": "macleve"
}
] | null | [] | package com.example.macleve.bergurudgndin;
//Association class;
public class StaffAttendance{
String staffId;
String postId;
String confirmAttendance;
//Below is the proper way to use association class
/*
Post postID;//Post postId[0...*] so if there another list of Post it will be like below
... | 1,351 | 0.703923 | 0.702443 | 37 | 35.513512 | 33.186306 | 180 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.621622 | false | false | 9 |
8f968c7778c0272a76700ade82f1b05ea8070931 | 22,625,887,728,042 | f585bd4254b912d6e0cae13653312e063d3e4696 | /app/src/main/java/com/sdxxtop/guardianapp/ui/adapter/GridMarkerAdapter.java | d77273df3bb8df3254bc6b0b2a56501330cd4f89 | [] | no_license | ZhouSilverBullet/GuardianApp | https://github.com/ZhouSilverBullet/GuardianApp | 4844a647f72cc7bf9467e6f063d0e24ee4795f47 | ece98a058303beb25f88db11b46a08d40ff51f69 | refs/heads/master | 2020-04-29T06:57:52.841000 | 2020-03-19T07:28:40 | 2020-03-19T07:28:40 | 175,936,517 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sdxxtop.guardianapp.ui.adapter;
import android.content.Context;
import android.content.Intent;
import android.text.TextUtils;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.widget.TextView;
import com.amap.api.maps.AMap;
import com.amap.api.maps.model... | UTF-8 | Java | 3,684 | java | GridMarkerAdapter.java | Java | [
{
"context": "ircleimageview.CircleImageView;\n\n/**\n * @author : lwb\n * Date: 2019/5/8\n * Desc:\n */\npublic class GridM",
"end": 630,
"score": 0.999685525894165,
"start": 627,
"tag": "USERNAME",
"value": "lwb"
}
] | null | [] | package com.sdxxtop.guardianapp.ui.adapter;
import android.content.Context;
import android.content.Intent;
import android.text.TextUtils;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.widget.TextView;
import com.amap.api.maps.AMap;
import com.amap.api.maps.model... | 3,684 | 0.640022 | 0.638066 | 116 | 29.844828 | 22.069874 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.62069 | false | false | 9 |
a2d51f7d3cb8b315aa2c653b8c011db82283a8f0 | 14,474,039,814,808 | 184b19fcafaae81d6056d5bb5b97b5ec54791fc2 | /app/src/main/java/edu/ntut/ken/testandroid/CountDownActivity.java | a570a0c5d4ebe235d5ce47a832502d0bcd5634a5 | [] | no_license | KnTa/testAndroid | https://github.com/KnTa/testAndroid | 6ee4126324b29132dd95276dca0ef1f806720d95 | b20c5a378ab5987afef26fc71e524280d5a0decc | refs/heads/master | 2020-04-16T18:17:14.533000 | 2019-06-21T08:16:34 | 2019-06-21T08:16:34 | 165,811,506 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.ntut.ken.testandroid;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.TextView;
import android.os.CountDownTimer;
public class CountDownActivity extends AppCompatActivity... | UTF-8 | Java | 2,486 | java | CountDownActivity.java | Java | [] | null | [] | package edu.ntut.ken.testandroid;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.TextView;
import android.os.CountDownTimer;
public class CountDownActivity extends AppCompatActivity... | 2,486 | 0.527755 | 0.514481 | 82 | 29.317074 | 23.044432 | 131 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.451219 | false | false | 9 |
53146ba745321ab48f755e16440d4e550ea66253 | 32,779,190,418,645 | e0f5e97661f24534dd651b9cf6e295bae9d020d9 | /src/main/java/com/ndevaki/survey/service/surveyer/survey/QuestionService.java | 62d491d082def3eb53ef595688372841f16728b4 | [] | no_license | nikesh-devaki/Survey | https://github.com/nikesh-devaki/Survey | 65979eaaa65d76675c0011c973e865f0e8564c19 | 466164a58da57a39cd8c68f96629c64a8e2396e6 | refs/heads/master | 2023-02-16T14:05:47.928000 | 2021-01-02T17:54:09 | 2021-01-02T17:54:09 | 324,557,035 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ndevaki.survey.service.surveyer.survey;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.ndevaki.survey.dao.question.QuestionRepository;
import com.ndevaki.survey.model.choice.Choice;
import com.ndevaki.survey.model.question.Question;... | UTF-8 | Java | 1,312 | java | QuestionService.java | Java | [] | null | [] | package com.ndevaki.survey.service.surveyer.survey;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.ndevaki.survey.dao.question.QuestionRepository;
import com.ndevaki.survey.model.choice.Choice;
import com.ndevaki.survey.model.question.Question;... | 1,312 | 0.790396 | 0.790396 | 45 | 28.155556 | 25.865425 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.377778 | false | false | 9 |
a9a8bbd0d07e424efe6a3a158dc3736a95ef61a6 | 32,908,039,439,411 | 29d866478d98d18f19a5fba7238c8ac2f288a251 | /antlr/src/middleEnd/iloc/PhiNode.java | 56caefffc475251d5fa0ada64a2c8a118f616c4f | [] | no_license | stevenmcarr/my-cs6810-ssa-opt-project | https://github.com/stevenmcarr/my-cs6810-ssa-opt-project | e2ea4599d1ea0c1ca348fc3730d4115d33a784ba | 993967058e9e5dd261ee72ca673bda65c3186854 | refs/heads/master | 2022-03-12T07:32:52.533000 | 2022-01-10T22:09:40 | 2022-01-10T22:09:40 | 236,843,678 | 0 | 0 | null | false | 2022-01-10T22:09:41 | 2020-01-28T21:17:28 | 2020-03-29T22:07:50 | 2022-01-10T22:09:40 | 3,147 | 0 | 0 | 0 | Java | false | false | package middleEnd.iloc;
import java.util.Hashtable;
import java.util.Vector;
public class PhiNode extends VariableAddressIlocInstruction {
public PhiNode(Vector<Operand> rValues, VirtualRegisterOperand lValue) {
this.rValues = new Vector<Operand>(rValues);
this.lValue = lValue;
operands =... | UTF-8 | Java | 1,576 | java | PhiNode.java | Java | [] | null | [] | package middleEnd.iloc;
import java.util.Hashtable;
import java.util.Vector;
public class PhiNode extends VariableAddressIlocInstruction {
public PhiNode(Vector<Operand> rValues, VirtualRegisterOperand lValue) {
this.rValues = new Vector<Operand>(rValues);
this.lValue = lValue;
operands =... | 1,576 | 0.618655 | 0.617386 | 60 | 25.283333 | 23.842604 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.433333 | false | false | 9 |
e98879ebb87e079a8262925994f71ebd72d3d955 | 26,405,458,958,658 | cca87c4ade972a682c9bf0663ffdf21232c9b857 | /com/tencent/mm/x/m.java | df4e1150fb1b88014b0d70d58c213228d26d9bb2 | [] | no_license | ZoranLi/wechat_reversing | https://github.com/ZoranLi/wechat_reversing | b246d43f7c2d7beb00a339e2f825fcb127e0d1a1 | 36b10ef49d2c75d69e3c8fdd5b1ea3baa2bba49a | refs/heads/master | 2021-07-05T01:17:20.533000 | 2017-09-25T09:07:33 | 2017-09-25T09:07:33 | 104,726,592 | 12 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tencent.mm.x;
import android.database.Cursor;
import com.tencent.mm.kernel.h;
import com.tencent.mm.plugin.appbrand.jsapi.l.e;
import com.tencent.mm.sdk.platformtools.MMBitmapFactory;
import com.tencent.mm.sdk.platformtools.aj;
import com.tencent.mm.sdk.platformtools.w;
import java.util.ArrayList;
import j... | UTF-8 | Java | 2,351 | java | m.java | Java | [
{
"context": "username from rcontact ) and username not like \\\"%@qqim\\\" and username not like \\\"%@bottle\\\";\", null, 2);",
"end": 1935,
"score": 0.9993572235107422,
"start": 1930,
"tag": "USERNAME",
"value": "@qqim"
},
{
"context": "name not like \\\"%@qqim\\\" and username n... | null | [] | package com.tencent.mm.x;
import android.database.Cursor;
import com.tencent.mm.kernel.h;
import com.tencent.mm.plugin.appbrand.jsapi.l.e;
import com.tencent.mm.sdk.platformtools.MMBitmapFactory;
import com.tencent.mm.sdk.platformtools.aj;
import com.tencent.mm.sdk.platformtools.w;
import java.util.ArrayList;
import j... | 2,351 | 0.492556 | 0.487027 | 79 | 28.759493 | 27.077579 | 198 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.683544 | false | false | 9 |
91a5a4f9a86a9dce11ebb71fc4f165778a613fe8 | 28,724,741,302,110 | 31052e9e0a14fe6d8f72147fd421dee221c833f8 | /module-home/src/main/java/com/credithc/hhr/module_home/presenter/MainPresenter.java | 3dbaabf3d545e0b88313c2117ff92257de6e41e8 | [] | no_license | maiduoduo/modularization | https://github.com/maiduoduo/modularization | 9c088057cc6be9612d64028dfd163cf6ab45b272 | de4c1888d7cd474601f398866cf589a7c246e088 | refs/heads/master | 2021-02-15T01:22:01.383000 | 2018-10-29T05:22:54 | 2018-10-29T05:22:54 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.credithc.hhr.module_home.presenter;
import com.credithc.hhr.library_common.bean.CardListBean;
import com.credithc.hhr.module_home.contract.MainContract;
import com.credithc.hhr.module_home.model.MainModel;
import com.woaiqw.base.mvp.BasePresenter;
import java.util.List;
import io.reactivex.functions.Cons... | UTF-8 | Java | 1,265 | java | MainPresenter.java | Java | [
{
"context": "o.reactivex.functions.Consumer;\n\n/**\n * Created by haoran on 2018/6/28.\n */\n\npublic class MainPresenter ext",
"end": 351,
"score": 0.9995726346969604,
"start": 345,
"tag": "USERNAME",
"value": "haoran"
}
] | null | [] | package com.credithc.hhr.module_home.presenter;
import com.credithc.hhr.library_common.bean.CardListBean;
import com.credithc.hhr.module_home.contract.MainContract;
import com.credithc.hhr.module_home.model.MainModel;
import com.woaiqw.base.mvp.BasePresenter;
import java.util.List;
import io.reactivex.functions.Cons... | 1,265 | 0.626877 | 0.620553 | 40 | 30.625 | 28.40835 | 124 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.45 | false | false | 9 |
37bd37719a63b7322298886e9b4248d39ad6a14d | 16,655,883,193,614 | 5bbe680027431c066c3cc7cb27952db24715b5cf | /src/main/java/com/xinba/supermarket/controller/request/UserRequestParam.java | 6b74d632f21f95e1c07abf5a883e6716a7d11ace | [] | no_license | stupidchild/supermarket | https://github.com/stupidchild/supermarket | 9759fa44209854fad3ec1ed194c18467b2db5cf0 | 955ba14e88200580e4b5bcbf59c80cf25efc7f45 | refs/heads/master | 2020-12-31T22:29:10.227000 | 2020-02-10T09:33:15 | 2020-02-10T09:33:15 | 239,055,126 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.xinba.supermarket.controller.request;
import com.xinba.supermarket.entity.User;
import java.util.Date;
public class UserRequestParam extends PageRequest{
private User user;
private Date createTimeBegin;
private Date createTimeEnd;
/**
* Getter method for property <tt>user</tt>.
... | UTF-8 | Java | 1,580 | java | UserRequestParam.java | Java | [] | null | [] | package com.xinba.supermarket.controller.request;
import com.xinba.supermarket.entity.User;
import java.util.Date;
public class UserRequestParam extends PageRequest{
private User user;
private Date createTimeBegin;
private Date createTimeEnd;
/**
* Getter method for property <tt>user</tt>.
... | 1,580 | 0.632279 | 0.632279 | 70 | 21.571428 | 22.189169 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.171429 | false | false | 9 |
4ab5ed51e28548f3ddfc6dd26003fc8287f3a2a5 | 30,562,987,298,684 | 992bf9c4be7fad96a6c5626d9a0308af3b80b405 | /ceri-common/src/main/java/ceri/common/data/BooleanAccessor.java | 6a03303359031f195da237c9f0dc45d802fab578 | [] | no_license | cerijerome/ceri | https://github.com/cerijerome/ceri | 75a8926911b7e3d9441d566e3a991df28359c65f | d72eb6de868c42f1320b27863bb2c859e86ef8fe | refs/heads/master | 2023-08-02T20:19:05.466000 | 2023-07-31T00:02:10 | 2023-07-31T00:02:10 | 6,892,749 | 1 | 0 | null | false | 2023-05-04T07:08:06 | 2012-11-27T23:17:21 | 2021-10-31T06:52:27 | 2023-05-04T07:06:55 | 301,150 | 1 | 2 | 1 | Java | false | false | package ceri.common.data;
import java.util.function.BooleanSupplier;
import java.util.function.ObjIntConsumer;
import java.util.function.ToIntFunction;
import ceri.common.function.BooleanConsumer;
import ceri.common.function.ObjBooleanConsumer;
import ceri.common.function.ObjByteConsumer;
import ceri.common.function.O... | UTF-8 | Java | 2,094 | java | BooleanAccessor.java | Java | [] | null | [] | package ceri.common.data;
import java.util.function.BooleanSupplier;
import java.util.function.ObjIntConsumer;
import java.util.function.ToIntFunction;
import ceri.common.function.BooleanConsumer;
import ceri.common.function.ObjBooleanConsumer;
import ceri.common.function.ObjByteConsumer;
import ceri.common.function.O... | 2,094 | 0.709647 | 0.705349 | 77 | 26.194805 | 25.157705 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.896104 | false | false | 9 |
bcf85f4d294a7bd76a0dad3f46f1a56f2898b2c5 | 22,574,348,139,622 | 43d6d5a0ee86f43b58af6976206e3d3a4bb92272 | /T6.Uso_avanzado_de_clases/Pruebas_Uso_Avanzado_Clases/Pruebas_FileVisitor/src/pruebas/PruebaFileVisitor.java | 65ce3da1ef49830d7ad8b9faf06998adf20c64b4 | [] | no_license | rubentxogg/Programacion_DAW | https://github.com/rubentxogg/Programacion_DAW | 4bc6180c94db681bd1ca90cf489d5de73e35ffa3 | f37b307ba39751d6820cf0ae8fc03d24a5e4db1c | refs/heads/master | 2023-06-02T19:40:45.562000 | 2021-06-20T09:54:38 | 2021-06-20T09:54:38 | 322,285,745 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pruebas;
import java.io.IOException;
import java.nio.file.FileVisitResult;
import java.nio.file.FileVisitor;
import java.nio.file.Path;
import java.nio.file.attribute.BasicFileAttributes;
public class PruebaFileVisitor implements FileVisitor<Path> {
@Override
public FileVisitResult preVisitDirectory(Path d... | UTF-8 | Java | 1,060 | java | PruebaFileVisitor.java | Java | [] | null | [] | package pruebas;
import java.io.IOException;
import java.nio.file.FileVisitResult;
import java.nio.file.FileVisitor;
import java.nio.file.Path;
import java.nio.file.attribute.BasicFileAttributes;
public class PruebaFileVisitor implements FileVisitor<Path> {
@Override
public FileVisitResult preVisitDirectory(Path d... | 1,060 | 0.791509 | 0.791509 | 37 | 27.648649 | 29.9181 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.27027 | false | false | 9 |
0264c617f99bd8045d74479872f7f170fe75bb54 | 29,326,036,715,880 | a5de1ae039485b139921023cf1155c3634ab0735 | /src/main/java/net/birelian/opensupport/filter/SetCharacterEncoding.java | 6b0987114873b162d4485b30e56533292a29a71b | [] | no_license | birelian/opensupport | https://github.com/birelian/opensupport | e6dd27afe08790bec503cd00717db44dbc1c65c1 | 03622bdac67b5667d419160028e302e245203a7b | refs/heads/master | 2016-08-11T20:47:14.271000 | 2014-10-23T17:42:48 | 2014-10-23T17:42:48 | 19,690,869 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Copyright 2014 Guillermo Bauzá (birelian) - birelianATgmailDOTcom
*
*
* This file is part of openSupport.
*
* openSupport is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of th... | UTF-8 | Java | 1,654 | java | SetCharacterEncoding.java | Java | [
{
"context": "/**\n * Copyright 2014 Guillermo Bauzá (birelian) - birelianATgmailDOTcom \n * \n * \n * Th",
"end": 37,
"score": 0.9998430013656616,
"start": 22,
"tag": "NAME",
"value": "Guillermo Bauzá"
},
{
"context": "/**\n * Copyright 2014 Guillermo Bauzá (birelian) - birelianATgm... | null | [] | /**
* Copyright 2014 <NAME> (birelian) - b<EMAIL>
*
*
* This file is part of openSupport.
*
* openSupport is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at y... | 1,631 | 0.729583 | 0.725953 | 56 | 28.517857 | 27.045591 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 9 |
202ad20db6483be9b7e950790d82ff8038fa3da2 | 7,292,854,492,540 | 18d74b3d1ccbf4c3af9058bd43915f6ebd0668f8 | /catalog-typeahead-service-rest/src/main/java/no/microservices/typeahead/core/model/SuggestionRoot.java | 08b1da0c8b13ce6514f94473cad8e4d6bfdcc3e7 | [] | no_license | NationalLibraryOfNorway/catalog-typeahead-service | https://github.com/NationalLibraryOfNorway/catalog-typeahead-service | decd1f24670062e2bcabaa7f0f8b88776a16ac40 | e75aa6f387c6110c93b72971b675a00dd2d0c8e5 | refs/heads/master | 2016-08-15T21:04:48.656000 | 2016-08-15T16:04:15 | 2016-08-15T16:04:15 | 44,101,698 | 0 | 0 | null | false | 2016-08-18T12:58:52 | 2015-10-12T10:55:30 | 2016-02-01T14:23:59 | 2016-08-18T12:58:52 | 85 | 0 | 1 | 1 | Java | null | null | package no.microservices.typeahead.core.model;
import no.microservices.typeahead.model.SuggestionResponse;
import org.springframework.data.domain.Page;
public class SuggestionRoot {
private Page<SuggestionResponse> page;
public SuggestionRoot(Page<SuggestionResponse> page) {
this.page = page;
}
... | UTF-8 | Java | 487 | java | SuggestionRoot.java | Java | [] | null | [] | package no.microservices.typeahead.core.model;
import no.microservices.typeahead.model.SuggestionResponse;
import org.springframework.data.domain.Page;
public class SuggestionRoot {
private Page<SuggestionResponse> page;
public SuggestionRoot(Page<SuggestionResponse> page) {
this.page = page;
}
... | 487 | 0.712526 | 0.712526 | 20 | 23.35 | 21.986984 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.35 | false | false | 9 |
11098d62318607f73adf1907251c394e3e9d7552 | 17,712,445,152,479 | 50a856b084110852386d7cd4fa91ebb2f6a203cb | /yuan-server/src/main/java/com/yuan/server/service/OperationService.java | 1680cf86234e5aece53ca234a07cda6fffeac120 | [] | no_license | doingSthing/projectManager | https://github.com/doingSthing/projectManager | 10c57d70cdc33a9ce7295fef1139e623073b11ba | 3f9dc42f202fe1adebc54834272d6369d1cfcf4e | refs/heads/master | 2020-05-17T01:01:29.232000 | 2019-04-25T15:49:52 | 2019-04-25T15:49:52 | 183,414,838 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yuan.server.service;
import com.yuan.server.pojo.Operation;
import org.springframework.data.mongodb.core.query.Criteria;
import java.util.List;
public interface OperationService {
/**
* 增加操作命令
* @param operation
* @return
*/
boolean add(Operation operation);
/**
* 给... | UTF-8 | Java | 1,640 | java | OperationService.java | Java | [] | null | [] | package com.yuan.server.service;
import com.yuan.server.pojo.Operation;
import org.springframework.data.mongodb.core.query.Criteria;
import java.util.List;
public interface OperationService {
/**
* 增加操作命令
* @param operation
* @return
*/
boolean add(Operation operation);
/**
* 给... | 1,640 | 0.583112 | 0.583112 | 79 | 18.037975 | 18.37475 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.265823 | false | false | 9 |
987669a22bd12e8808b6366e07a58ba96e6bbcef | 6,167,573,096,585 | 215ac63bd6f5f859a508884c2107793c34615b8b | /src/main/java/model/utility/DialectUTF8MySQL.java | 9b4cb3fb719bb589757d3c22e66ffb5ad4786d7b | [] | no_license | GiftIT/GiftIt | https://github.com/GiftIT/GiftIt | 59580f38ee695030c6f468649f3507173a76ad36 | 36dc67fd1db0c8a2f80445b6f78ae735eeba834b | refs/heads/master | 2021-01-10T18:21:26.436000 | 2016-12-28T08:12:08 | 2016-12-28T08:12:08 | 48,057,968 | 0 | 0 | null | false | 2017-02-18T11:30:53 | 2015-12-15T17:18:22 | 2016-03-05T16:50:41 | 2017-02-18T11:30:37 | 2,865 | 0 | 0 | 0 | Java | null | null | package model.utility;
import org.hibernate.dialect.MySQL5InnoDBDialect;
/**
* Created by Babenko on 14.12.2015.
*/
public class DialectUTF8MySQL extends MySQL5InnoDBDialect {
public String getTableTypeString() {
return " ENGINE=InnoDB DEFAULT CHARSET=utf8";
}
}
| UTF-8 | Java | 283 | java | DialectUTF8MySQL.java | Java | [
{
"context": "te.dialect.MySQL5InnoDBDialect;\n\n/**\n * Created by Babenko on 14.12.2015.\n */\npublic class DialectUTF8MySQL ",
"end": 100,
"score": 0.9921590685844421,
"start": 93,
"tag": "USERNAME",
"value": "Babenko"
}
] | null | [] | package model.utility;
import org.hibernate.dialect.MySQL5InnoDBDialect;
/**
* Created by Babenko on 14.12.2015.
*/
public class DialectUTF8MySQL extends MySQL5InnoDBDialect {
public String getTableTypeString() {
return " ENGINE=InnoDB DEFAULT CHARSET=utf8";
}
}
| 283 | 0.734982 | 0.69258 | 12 | 22.583334 | 22.351206 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 9 |
efd72d428590bdc789851119e4796d53aaa1e834 | 3,599,182,655,161 | 729cf9ca29b17f746277933326d26d881bbacf39 | /mgzf_sys/src/main/java/com/cly/mgzf/vo/ResultBean.java | daafc98c1498b361ffcb955a94019db6209fac0b | [] | no_license | TheKissYu/mgzf | https://github.com/TheKissYu/mgzf | 48416587e22b8fa85b9155ece3dc66c08aa00135 | e54274ded93b2425a41c85da8ecd9cfea77a89a7 | refs/heads/master | 2020-05-02T18:57:16.584000 | 2019-03-28T07:00:37 | 2019-03-28T07:00:37 | 178,144,782 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cly.mgzf.vo;
/**
* 除分页外其他的json格式返回的数据格式
* 1. code 1为正常 0为异常数据
* 2. status ok为获得数据 error为没有获得数据(具体识情况而定)
* 3. data 获取数据
* @author haoze_yu
*
*/
public class ResultBean {
public int code ;
public String status;
public Object data;
public int getCode() {
return code;
}
public void setCode(in... | UTF-8 | Java | 669 | java | ResultBean.java | Java | [
{
"context": "据 error为没有获得数据(具体识情况而定)\n * 3. data 获取数据\n * @author haoze_yu\n *\n */\npublic class ResultBean {\n\tpublic int code",
"end": 156,
"score": 0.9992403984069824,
"start": 148,
"tag": "USERNAME",
"value": "haoze_yu"
}
] | null | [] | package com.cly.mgzf.vo;
/**
* 除分页外其他的json格式返回的数据格式
* 1. code 1为正常 0为异常数据
* 2. status ok为获得数据 error为没有获得数据(具体识情况而定)
* 3. data 获取数据
* @author haoze_yu
*
*/
public class ResultBean {
public int code ;
public String status;
public Object data;
public int getCode() {
return code;
}
public void setCode(in... | 669 | 0.673043 | 0.664348 | 33 | 16.424242 | 11.893543 | 42 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.151515 | false | false | 9 |
1a6a2e168bde6fa63a8f0b970259a12d4bcf8e2e | 20,504,173,926,953 | e977d8c51df8b71603ed09d16f0c0638049ad70f | /ly-gateway/src/main/java/com/leyou/item/filters/LoginFilter.java | 52db6677016e74925e866514fe6f6141a6659b65 | [] | no_license | NiiCi/leyou | https://github.com/NiiCi/leyou | 92561ae44a25a0cddb6a78bbbd5fd5607fd42d35 | db5164ddc7ea430e819b9b587c57b226634792f6 | refs/heads/master | 2022-11-28T16:48:12.860000 | 2020-04-17T08:37:59 | 2020-04-17T08:37:59 | 175,194,402 | 2 | 0 | null | false | 2022-11-16T11:40:10 | 2019-03-12T11:12:44 | 2020-04-17T08:38:02 | 2022-11-16T11:40:09 | 390 | 1 | 0 | 3 | Java | false | false | package com.leyou.item.filters;
import com.leyou.auth.pojo.UserInfo;
import com.leyou.auth.utils.JWTUtils;
import com.leyou.common.utils.CookieUtils;
import com.leyou.item.pojo.FilterProperties;
import com.leyou.item.pojo.JwtProperties;
import com.netflix.discovery.converters.Auto;
import com.netflix.zuul.ZuulFilter;
... | UTF-8 | Java | 3,063 | java | LoginFilter.java | Java | [] | null | [] | package com.leyou.item.filters;
import com.leyou.auth.pojo.UserInfo;
import com.leyou.auth.utils.JWTUtils;
import com.leyou.common.utils.CookieUtils;
import com.leyou.item.pojo.FilterProperties;
import com.leyou.item.pojo.JwtProperties;
import com.netflix.discovery.converters.Auto;
import com.netflix.zuul.ZuulFilter;
... | 3,063 | 0.626191 | 0.621956 | 110 | 24.754545 | 20.545818 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.363636 | false | false | 9 |
ccd463ae77cf7111f94f72fb7eaa4a8922b4290e | 12,146,167,518,174 | 1f4b2eb6654603f346f693f55b71d37675cd1061 | /data-management/spring-hibernate/src/main/java/ro/softvision/hibernate/repository/HibernateJpaRepo.java | 0e645f64848bda5c6cd0b6fe48dc33e6738dd2b0 | [] | no_license | urzicavlad/demo-di-ioc | https://github.com/urzicavlad/demo-di-ioc | 28716eb12cbb04c7b3ca914a68c59270a6cf45b2 | 3d437eb003e3a97ec0a5ba57bafdc1f725c83f66 | refs/heads/master | 2022-12-21T09:07:20.163000 | 2019-07-31T08:48:59 | 2019-07-31T08:48:59 | 195,210,937 | 0 | 0 | null | false | 2022-12-16T05:01:38 | 2019-07-04T09:24:51 | 2019-07-31T08:49:11 | 2022-12-16T05:01:35 | 87 | 0 | 0 | 4 | Java | false | false | package ro.softvision.hibernate.repository;
import org.springframework.stereotype.Repository;
import ro.softvision.hibernate.entity.User;
import javax.persistence.EntityManager;
import javax.persistence.PersistenceContext;
import java.util.Optional;
import java.util.Set;
@Repository("hibernateJpaRepo")
public class ... | UTF-8 | Java | 935 | java | HibernateJpaRepo.java | Java | [] | null | [] | package ro.softvision.hibernate.repository;
import org.springframework.stereotype.Repository;
import ro.softvision.hibernate.entity.User;
import javax.persistence.EntityManager;
import javax.persistence.PersistenceContext;
import java.util.Optional;
import java.util.Set;
@Repository("hibernateJpaRepo")
public class ... | 935 | 0.708021 | 0.708021 | 41 | 21.804878 | 19.719027 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.341463 | false | false | 9 |
2e5a9803a4701dcc3dc79f7ce7ff61a81bd2686e | 29,446,295,839,977 | 579c4a23b09d798d7cf861ac22886cd0cad8f755 | /src/main/java/com/adaming/model/Notification.java | 75860b36925e587c7d9b827aea3bb75c7c7ebd8f | [] | no_license | crokdav/BackBiblioth-queGestion | https://github.com/crokdav/BackBiblioth-queGestion | 1019b63f93b9492715b81aedd86bf37c35d77bff | e1d2f5d0a51236322bf02e74228c3cc5880e6f13 | refs/heads/master | 2022-04-28T07:14:57.970000 | 2020-05-01T12:19:33 | 2020-05-01T12:19:33 | 260,452,214 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.adaming.model;
import java.util.Date;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.ManyToOne;
import javax.persistence.Table;
@Entity
@Table(name="n... | UTF-8 | Java | 1,407 | java | Notification.java | Java | [] | null | [] | package com.adaming.model;
import java.util.Date;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.ManyToOne;
import javax.persistence.Table;
@Entity
@Table(name="n... | 1,407 | 0.712153 | 0.712153 | 83 | 15.951807 | 16.061556 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.325301 | false | false | 9 |
fe622d7f0765f16809075a8d223ee97b4a6e45ff | 17,042,430,235,191 | 8007cb5467b83483b8a27905181836e6c63af7c8 | /JavaJokeLibrary/src/main/java/com/example/javajokelibrary/JokeJavaLib.java | 6637849b603398c3f11b972b13defeaed5bb8bd3 | [] | no_license | jirivasm/FinalJokeProject | https://github.com/jirivasm/FinalJokeProject | f1937b01c496f8bfc5abe9194be322186dcc4e76 | e99af4a4891dc899819530a92b52170caa50a672 | refs/heads/master | 2023-02-12T19:12:53.488000 | 2021-01-11T18:04:16 | 2021-01-11T18:04:16 | 327,965,783 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.javajokelibrary;
import java.util.ArrayList;
public class JokeJavaLib {
ArrayList<String> myJokes = new ArrayList<>();
private String myJoke;
public JokeJavaLib() {
myJoke = getJokeString();
}
private ArrayList<String> GetJokes(){
myJokes.add("Q: How many programm... | UTF-8 | Java | 2,236 | java | JokeJavaLib.java | Java | [] | null | [] | package com.example.javajokelibrary;
import java.util.ArrayList;
public class JokeJavaLib {
ArrayList<String> myJokes = new ArrayList<>();
private String myJoke;
public JokeJavaLib() {
myJoke = getJokeString();
}
private ArrayList<String> GetJokes(){
myJokes.add("Q: How many programm... | 2,236 | 0.529517 | 0.526834 | 68 | 31.867647 | 29.29661 | 133 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.382353 | false | false | 9 |
b9b8d02f172fa017844993e871b8a256b11c3600 | 17,042,430,233,952 | 284d406964e43dcff9589ab579cd0859d0714c76 | /src/cn/ldm/bean/PageBean.java | cb89d54c64b4191ebab090e40781974d8f887782 | [] | no_license | lyxldm/bos | https://github.com/lyxldm/bos | 8cc80806a3f6c10917f25e09db7096d602ec0378 | 9fbbc36132a0a4fec9df7b15a16331ebbe605a4e | refs/heads/master | 2020-04-05T17:01:58.515000 | 2018-11-11T02:47:03 | 2018-11-11T02:47:03 | 157,041,100 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.ldm.bean;
import java.util.List;
public class PageBean {
private int page;
private int total;
private int size;
private List rows;
public int getPage() {
return page;
}
public void setPage(int page) {
this.page = page;
}
public int getTotal() {
return total;
}
public void setTotal(int tota... | UTF-8 | Java | 552 | java | PageBean.java | Java | [] | null | [] | package cn.ldm.bean;
import java.util.List;
public class PageBean {
private int page;
private int total;
private int size;
private List rows;
public int getPage() {
return page;
}
public void setPage(int page) {
this.page = page;
}
public int getTotal() {
return total;
}
public void setTotal(int tota... | 552 | 0.664855 | 0.664855 | 35 | 14.771428 | 10.717371 | 34 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.457143 | false | false | 9 |
7e0039c397187b44b6afe5da269e01ac6e64d737 | 7,576,322,375,601 | 4765aa3270e3dad7d31036d14c6a66cde30e03ba | /ptg-vrm-api/src/main/java/com/ptg/vrm/shp/model/ShpSubItem.java | b9c5b54b1ef42a88bc91c734de37452cc343768d | [] | no_license | baiwa/ptg-vrm-api | https://github.com/baiwa/ptg-vrm-api | 36755711b611c51cbba28ac94728f03f939e75e5 | cd045accb4590d68d8be1f074a7c877f3bf402e8 | refs/heads/master | 2020-04-07T15:27:12.519000 | 2020-03-03T11:17:53 | 2020-03-03T11:17:53 | 158,486,064 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ptg.vrm.shp.model;
import java.math.BigDecimal;
import java.util.Date;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import com.ptg.vrm.common.model.BaseModel;
import lombok... | UTF-8 | Java | 1,677 | java | ShpSubItem.java | Java | [] | null | [] | package com.ptg.vrm.shp.model;
import java.math.BigDecimal;
import java.util.Date;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import com.ptg.vrm.common.model.BaseModel;
import lombok... | 1,677 | 0.796064 | 0.784735 | 71 | 22.619719 | 13.150661 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.408451 | false | false | 9 |
c6942e473272bc3c0caf40f0495a569b0adf35b5 | 7,576,322,376,967 | de6d7a5827067a723d73c72af724806a0eadd6e4 | /src/main/java/com/example/springboot_experiment_02/example1/service/AddressService.java | 64c58b2ac8189cd8d3836eb6609be611bb49c992 | [] | no_license | greattang123/springboot_experiment_02 | https://github.com/greattang123/springboot_experiment_02 | d211a63eefb01a3560d5b8970f9267e57f2008a3 | 565c088e526e3b445608e997b7c503b3e3d9513d | refs/heads/master | 2020-04-29T16:32:29.892000 | 2019-03-18T13:14:59 | 2019-03-18T13:14:59 | 176,264,505 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.springboot_experiment_02.example1.service;
import com.example.springboot_experiment_02.example1.entity.Address;
import com.example.springboot_experiment_02.example1.entity.User;
import com.example.springboot_experiment_02.example1.repository.AddressRepository;
import org.springframework.beans.facto... | UTF-8 | Java | 1,626 | java | AddressService.java | Java | [] | null | [] | package com.example.springboot_experiment_02.example1.service;
import com.example.springboot_experiment_02.example1.entity.Address;
import com.example.springboot_experiment_02.example1.entity.User;
import com.example.springboot_experiment_02.example1.repository.AddressRepository;
import org.springframework.beans.facto... | 1,626 | 0.729397 | 0.721402 | 47 | 33.595745 | 22.251617 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.765957 | false | false | 9 |
4eed0d6612a1722747f19e3075a71f6872979cbb | 12,558,484,432,217 | 419753e1d1688038f41673c75a00abfb67be7ea5 | /contract/src/main/java/com/higgschain/trust/contract/ExecuteEngineFactory.java | 4f7c1ad9d8d22dae32fb53927355a24c3411c3ee | [
"MIT"
] | permissive | haipengliang/stacs-native | https://github.com/haipengliang/stacs-native | 63725e8295b592abdcd5a5aee3d55b1136f39fc7 | 7372d3e872b690830ab82735b46287f700702954 | refs/heads/master | 2020-09-02T23:10:59.800000 | 2019-08-30T06:33:09 | 2019-08-30T06:33:09 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.higgschain.trust.contract;
import java.util.Map;
/**
* The interface Execute engine factory.
*
* @author duhongming
* @date 2018 /04/25
*/
public interface ExecuteEngineFactory {
/**
* Returns the full name of the <code>ExecuteEngine</code>.
*
* @return The name of the engine impl... | UTF-8 | Java | 736 | java | ExecuteEngineFactory.java | Java | [
{
"context": "he interface Execute engine factory.\n *\n * @author duhongming\n * @date 2018 /04/25\n */\npublic interface Execute",
"end": 132,
"score": 0.9994676113128662,
"start": 122,
"tag": "USERNAME",
"value": "duhongming"
}
] | null | [] | package com.higgschain.trust.contract;
import java.util.Map;
/**
* The interface Execute engine factory.
*
* @author duhongming
* @date 2018 /04/25
*/
public interface ExecuteEngineFactory {
/**
* Returns the full name of the <code>ExecuteEngine</code>.
*
* @return The name of the engine impl... | 736 | 0.668478 | 0.657609 | 28 | 25.285715 | 26.481607 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 9 |
c300f07fbee5fdaf2398d25c22581ebeee68d5ee | 11,982,958,768,527 | 84efce66c12549cc8a155ddc52fdd492ba2ded00 | /chatkit/src/main/java/com/chatcamp/uikit/conversationdetails/GroupDetailActivity.java | ce0598b362aaef82502a5d6badd260d0f9dc3f9b | [] | no_license | ChatCamp/ChatCamp-Android-UI-Kit | https://github.com/ChatCamp/ChatCamp-Android-UI-Kit | 7c65706538984525ea161172a7de31914b28cc2f | 7e27a91e981cc552e7a41fb167919b2d36e3871a | refs/heads/master | 2021-04-30T01:06:10.669000 | 2019-05-20T18:04:51 | 2019-05-20T18:04:51 | 121,473,801 | 5 | 1 | null | false | 2019-05-20T18:04:52 | 2018-02-14T05:16:53 | 2018-12-10T16:32:03 | 2019-05-20T18:04:52 | 646 | 3 | 0 | 0 | Java | false | false | package com.chatcamp.uikit.conversationdetails;
import android.content.DialogInterface;
import android.content.Intent;
import android.os.Bundle;
import android.support.design.widget.CollapsingToolbarLayout;
import android.support.v7.app.AlertDialog;
import android.support.v7.app.AppCompatActivity;
import android.suppo... | UTF-8 | Java | 9,533 | java | GroupDetailActivity.java | Java | [] | null | [] | package com.chatcamp.uikit.conversationdetails;
import android.content.DialogInterface;
import android.content.Intent;
import android.os.Bundle;
import android.support.design.widget.CollapsingToolbarLayout;
import android.support.v7.app.AlertDialog;
import android.support.v7.app.AppCompatActivity;
import android.suppo... | 9,533 | 0.633169 | 0.63233 | 223 | 41.748878 | 27.936342 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.654709 | false | false | 9 |
b8b0bd310c70d0c43765c368d0052f3e67d135b8 | 33,646,773,864,422 | a114f096c0558f3bd7997c2d21a52e9b6dad7ec2 | /src/main/java/com/iceportal/services/service/PrecIceTagsConteiner.java | c9bea93e3b19c12158918a3dedda00fcc9542082 | [] | no_license | davidesner/keboola-iceportal-ex | https://github.com/davidesner/keboola-iceportal-ex | a266df98ffe41ff790a59dab67482cb4e0b06a18 | 36a0208b2445820abb7191c1dacd2ad2a73000ef | refs/heads/master | 2021-01-22T19:31:04.972000 | 2017-09-18T13:54:05 | 2017-09-18T13:54:05 | 85,208,019 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package com.iceportal.services.service;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for PrecIceTagsConteine... | UTF-8 | Java | 4,135 | java | PrecIceTagsConteiner.java | Java | [] | null | [] |
package com.iceportal.services.service;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for PrecIceTagsConteine... | 4,135 | 0.592261 | 0.584522 | 169 | 23.461538 | 23.073847 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.343195 | false | false | 9 |
01f5edc223102eaa9312775db2c98c5ec1c36fe2 | 16,801,912,113,833 | bb6e1fb4e769e4e773b8071143318be19b805104 | /src/main/java/main/model/cookie/CookieService.java | 83cccdd8f4659ec28626ad65e4802eb3df923f82 | [] | no_license | NguyenTrongCuong/Amazon | https://github.com/NguyenTrongCuong/Amazon | 86d1f17ac2947777a7dba399d1014f3b46f794e6 | 7b78879a144436a3c7a358685bdfb1479069fca9 | refs/heads/master | 2023-01-14T09:40:42.578000 | 2020-11-24T09:55:06 | 2020-11-24T09:55:06 | 315,587,867 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package main.model.cookie;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import main.model.user.Client;
@Service
public class CookieService {
@Autowired
private CookieRepository service;
public CookieDetails getCookie(int cookieId) {
return this.... | UTF-8 | Java | 558 | java | CookieService.java | Java | [] | null | [] | package main.model.cookie;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import main.model.user.Client;
@Service
public class CookieService {
@Autowired
private CookieRepository service;
public CookieDetails getCookie(int cookieId) {
return this.... | 558 | 0.792115 | 0.792115 | 26 | 20.461538 | 21.61949 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 9 |
394c912b6da300ac5989d3a58d6c9534e3617b44 | 14,534,169,372,571 | 829611a7de6fa0e7fa854a30937b4f40f9f37c96 | /src/utils/RandomIDGenerator.java | 57ca3d061efc895bdcd8a2462f7193411ee3e24e | [] | no_license | larisalerno/rmi | https://github.com/larisalerno/rmi | b8c6d82c1c1f68e21deea7cc2a2e9753c4283ffc | aecae6ce565eee689ff696c3a34f1d32f9dcd257 | refs/heads/master | 2022-12-16T19:11:39.726000 | 2020-09-26T17:02:05 | 2020-09-26T17:02:05 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package utils;
import java.util.Stack;
public class RandomIDGenerator {
public static Stack<Integer> generateNumbers(int collectionSize) {
Stack<Integer> collection = new Stack<>();
for (int i = 0; i < collectionSize; i++) {
collection.push((Integer) i);
System.out.printl... | UTF-8 | Java | 373 | java | RandomIDGenerator.java | Java | [] | null | [] | package utils;
import java.util.Stack;
public class RandomIDGenerator {
public static Stack<Integer> generateNumbers(int collectionSize) {
Stack<Integer> collection = new Stack<>();
for (int i = 0; i < collectionSize; i++) {
collection.push((Integer) i);
System.out.printl... | 373 | 0.600536 | 0.597855 | 18 | 19.722221 | 21.431559 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 9 |
a059043d5b354089bf8f29dd468f9e15c6aca1f4 | 20,074,677,182,031 | 521660bfa1cd77b7b9dec0a802aef159603ccd21 | /src/main/java/com/jsf/kazatutanak/service/TutanakServiceImpl.java | 7b89605fa49afc6408daf36282f38aec5b82e039 | [] | no_license | gulsumersoy/kazatutanak | https://github.com/gulsumersoy/kazatutanak | 66008c7dfa81ce1ae15220847f4a0360ae42d29b | f85f4678e54aab9e516d0bca3e1a0ad81ed2a359 | refs/heads/master | 2016-09-16T11:45:09.878000 | 2015-03-03T21:37:11 | 2015-03-03T21:37:11 | 27,507,872 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jsf.kazatutanak.service;
import com.jsf.kazatutanak.dao.TutanakDao;
import com.jsf.kazatutanak.model.HataEntity;
import com.jsf.kazatutanak.model.KazaTutanakEntity;
import com.jsf.kazatutanak.model.SurucuHataEntity;
import org.springframework.transaction.annotation.Transactional;
import java.util.List;
/... | UTF-8 | Java | 1,357 | java | TutanakServiceImpl.java | Java | [
{
"context": "tional;\n\nimport java.util.List;\n\n/**\n * Created by EXT0245141 on 02.11.2014.\n */\npublic class TutanakServiceImp",
"end": 347,
"score": 0.9978232979774475,
"start": 337,
"tag": "USERNAME",
"value": "EXT0245141"
}
] | null | [] | package com.jsf.kazatutanak.service;
import com.jsf.kazatutanak.dao.TutanakDao;
import com.jsf.kazatutanak.model.HataEntity;
import com.jsf.kazatutanak.model.KazaTutanakEntity;
import com.jsf.kazatutanak.model.SurucuHataEntity;
import org.springframework.transaction.annotation.Transactional;
import java.util.List;
/... | 1,357 | 0.718497 | 0.707443 | 57 | 22.807018 | 21.400475 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.263158 | false | false | 9 |
e07320190f7da4a8d3a4d5be4fa878c864281f4b | 3,100,966,424,763 | 84b121246a527a830be581c4736a26262ae7254c | /app/src/main/java/net/sarasarasa/basemvp/mvp/presenter/MainPresenter.java | 6ae740f7da38f28184a0b636394c0800e94ab457 | [] | no_license | Ayagikei/base-mvp-architecture | https://github.com/Ayagikei/base-mvp-architecture | a0da1769056018e243a7b9194501f1a60456e83d | fb6c4fa1f12627b79652fe3360285aa8d69e8622 | refs/heads/master | 2020-05-15T11:57:32.949000 | 2019-04-19T10:53:28 | 2019-04-19T10:53:28 | 182,250,507 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.sarasarasa.basemvp.mvp.presenter;
import net.sarasarasa.basemvp.base.MvpPresenter;
import net.sarasarasa.basemvp.mvp.contract.MainContract;
public class MainPresenter extends MvpPresenter<MainContract.View> implements MainContract.Presenter {
}
| UTF-8 | Java | 259 | java | MainPresenter.java | Java | [] | null | [] | package net.sarasarasa.basemvp.mvp.presenter;
import net.sarasarasa.basemvp.base.MvpPresenter;
import net.sarasarasa.basemvp.mvp.contract.MainContract;
public class MainPresenter extends MvpPresenter<MainContract.View> implements MainContract.Presenter {
}
| 259 | 0.849421 | 0.849421 | 7 | 36 | 35.452183 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 9 |
d9d17c45a2d44288bdf7578164f2f60e13796941 | 26,731,876,475,549 | e8603ffded06a8f12c3f219c1347793ecf7d235c | /test/GUIWorksheetControllerTest.java | b21b24e0d6b5a3cca7b31988800ff0f52422b160 | [] | no_license | guthriematthew/Beyond-gOOD | https://github.com/guthriematthew/Beyond-gOOD | b329bf69c7ab02556c0ab260f81acd91a1caa0d7 | 097584100d925e82874f34777702727396ef05f2 | refs/heads/master | 2021-01-03T05:24:17.031000 | 2020-02-12T06:15:03 | 2020-02-12T06:15:03 | 239,940,696 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import org.junit.Before;
import org.junit.Test;
import java.awt.event.ActionEvent;
import java.awt.event.KeyEvent;
import java.awt.event.MouseEvent;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.io.FileWriter;
import java.io.IOException;
import java.util.List;
import edu.cs3500.spreadsh... | UTF-8 | Java | 6,039 | java | GUIWorksheetControllerTest.java | Java | [] | null | [] | import org.junit.Before;
import org.junit.Test;
import java.awt.event.ActionEvent;
import java.awt.event.KeyEvent;
import java.awt.event.MouseEvent;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.io.FileWriter;
import java.io.IOException;
import java.util.List;
import edu.cs3500.spreadsh... | 6,039 | 0.687034 | 0.639344 | 171 | 34.321636 | 25.370392 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.093567 | false | false | 9 |
41211ced5dac4e4ae02989b5bfba680d84ae7946 | 7,791,070,695,843 | 54673c5cb9a2bcf42efaec91c5d29704b8e2da6c | /app/src/main/java/com/example/arsalan/mygym/activities/ChatListActivity.java | cdc50ebc52b110d30d85c4cf0bb3123d525833b8 | [] | no_license | arsalanelec/Bodyfa_App | https://github.com/arsalanelec/Bodyfa_App | dafca19470f7081a2b7cf43099488e3646c6feb7 | 97e06b41930d66aac117caa10612de9202bb9577 | refs/heads/master | 2020-05-21T11:39:01.125000 | 2019-09-30T16:59:16 | 2019-09-30T16:59:16 | 186,031,034 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.arsalan.mygym.activities;
import android.os.Bundle;
import androidx.appcompat.app.AppCompatActivity;
import androidx.fragment.app.Fragment;
import com.example.arsalan.mygym.MyKeys;
import com.example.arsalan.mygym.R;
import com.example.arsalan.mygym.di.Injectable;
import com.example.arsalan.mygym... | UTF-8 | Java | 1,420 | java | ChatListActivity.java | Java | [] | null | [] | package com.example.arsalan.mygym.activities;
import android.os.Bundle;
import androidx.appcompat.app.AppCompatActivity;
import androidx.fragment.app.Fragment;
import com.example.arsalan.mygym.MyKeys;
import com.example.arsalan.mygym.R;
import com.example.arsalan.mygym.di.Injectable;
import com.example.arsalan.mygym... | 1,420 | 0.740141 | 0.740141 | 39 | 35.410255 | 27.377436 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.538462 | false | false | 9 |
9f96f55a046d81025c46e77d532c0494026d18f5 | 10,299,331,602,185 | 01cd615fa9e9b531db59d45cd83c03a309118831 | /baby-server/smart-service/src/main/java/cn/smart/service/IGameInfoService.java | 48363dd36b50a4c9deae6364fd566150cc6db0c5 | [] | no_license | willpyshan13/baby-learn | https://github.com/willpyshan13/baby-learn | 5945b3934de368672feeffee5ed75ebf68142a24 | faf9a7b031dc65ca6d7d7c98d26067a4f0140c69 | refs/heads/main | 2023-08-01T13:48:12.105000 | 2021-09-23T05:29:37 | 2021-09-23T05:29:37 | 409,460,025 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.smart.service;
import cn.smart.common.base.service.ICrudService;
import cn.smart.common.utils.R;
import cn.smart.condition.GameInfoQueryCondition;
import cn.smart.entity.GameInfoDO;
/**
* @author Ye
* @date 2018-5-4 11:34:16
*/
public interface IGameInfoService extends ICrudService<GameInfoDO, GameInfoQuer... | UTF-8 | Java | 376 | java | IGameInfoService.java | Java | [
{
"context": "\nimport cn.smart.entity.GameInfoDO;\n\n/**\n* @author Ye\n* @date 2018-5-4 11:34:16\n*/\npublic interface IGa",
"end": 211,
"score": 0.8633400201797485,
"start": 209,
"tag": "NAME",
"value": "Ye"
}
] | null | [] | package cn.smart.service;
import cn.smart.common.base.service.ICrudService;
import cn.smart.common.utils.R;
import cn.smart.condition.GameInfoQueryCondition;
import cn.smart.entity.GameInfoDO;
/**
* @author Ye
* @date 2018-5-4 11:34:16
*/
public interface IGameInfoService extends ICrudService<GameInfoDO, GameInfoQuer... | 376 | 0.781915 | 0.75 | 16 | 22.5625 | 25.112171 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4375 | false | false | 9 |
68ad26932d1d8f94db1b8867b95bad4d16ea57d2 | 4,458,176,106,800 | 9cc79ab1fac378675615fbf9c0a30aeb60732aab | /src/main/java/com/proj/core/cell/Cell.java | e2fd0e9f4f03dd1f264babbd89e3a097bfcfa0ba | [] | no_license | stanleykayzz/simulateur | https://github.com/stanleykayzz/simulateur | 0634c814f5d039f2d61097e6771ed91f8aaddd6e | 2e99189631f494cfcc65af4a02efb1f65c99ef3a | refs/heads/master | 2021-01-10T03:00:51.592000 | 2015-11-13T19:36:43 | 2015-11-13T19:36:59 | 44,201,251 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package main.java.com.proj.core.cell;
public class Cell {
int x;
int y;
boolean diagonally;
private int g;
private double f;
private double h;
private Cell parent;
char nature;
boolean walkable;
public Cell(int x, int y, char nature) {
this.x = x;
this.y = y;
this.nature = nature;
}
public String... | UTF-8 | Java | 2,068 | java | Cell.java | Java | [] | null | [] | package main.java.com.proj.core.cell;
public class Cell {
int x;
int y;
boolean diagonally;
private int g;
private double f;
private double h;
private Cell parent;
char nature;
boolean walkable;
public Cell(int x, int y, char nature) {
this.x = x;
this.y = y;
this.nature = nature;
}
public String... | 2,068 | 0.609768 | 0.607834 | 116 | 16.827587 | 16.429197 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.646552 | false | false | 9 |
171bff2ce3ecef0e929ea95c5368c48b489d7a6f | 27,908,697,529,405 | 820cf22fae6360f7b1c3fe18e6e84d05a4d75fdb | /MyApplication/app/src/main/java/com/example/zhouzhen/myapplication/rippleDrawable/RippleLayout.java | 767c0478f63d8e608eafc8b9d2751ead1e1e3b66 | [] | no_license | franos/myView | https://github.com/franos/myView | c27789359a269e6d1beb31ad5392c512f89f3704 | 43bdbb2fd3df5dd0e7f36aca31a80739483ae5a0 | refs/heads/master | 2020-01-27T19:37:26.049000 | 2017-11-09T06:18:20 | 2017-11-09T06:18:20 | 73,055,019 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.zhouzhen.myapplication.rippleDrawable;
import android.content.Context;
import android.graphics.Canvas;
import android.util.AttributeSet;
import android.view.MotionEvent;
import android.view.ViewTreeObserver;
import android.widget.FrameLayout;
/**
* Created by zhouzhen on 16-11-8.
*/
public clas... | UTF-8 | Java | 1,600 | java | RippleLayout.java | Java | [
{
"context": "ort android.widget.FrameLayout;\n\n/**\n * Created by zhouzhen on 16-11-8.\n */\n\npublic class RippleLayout extend",
"end": 291,
"score": 0.999596893787384,
"start": 283,
"tag": "USERNAME",
"value": "zhouzhen"
}
] | null | [] | package com.example.zhouzhen.myapplication.rippleDrawable;
import android.content.Context;
import android.graphics.Canvas;
import android.util.AttributeSet;
import android.view.MotionEvent;
import android.view.ViewTreeObserver;
import android.widget.FrameLayout;
/**
* Created by zhouzhen on 16-11-8.
*/
public clas... | 1,600 | 0.641875 | 0.638125 | 61 | 25.229507 | 22.286064 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.508197 | false | false | 9 |
c536ab1d5002c373efc6f12bd3ed2740f31b1f09 | 15,178,414,465,052 | ed76887b2c352648b511099d29db9457f3afa529 | /wdk-core-normalization/src/test/java/de/tudarmstadt/ukp/experiments/wdk/normalization/filter/WdkStrictDivtypeCasFilterTest.java | 244a648ef63cca7d57ae7eddd03fc2b309188cf9 | [] | no_license | ewomant/corpus-explorer | https://github.com/ewomant/corpus-explorer | b6f9783dc8e69fb4be44dc66d9c5fc2f45d04571 | 3f0f6995482fded05ce563fa7f4d54409fa2477a | refs/heads/master | 2021-01-18T03:11:26.584000 | 2017-04-27T08:05:54 | 2017-04-27T08:05:54 | 85,842,154 | 0 | 0 | null | true | 2017-03-22T15:06:10 | 2017-03-22T15:06:10 | 2017-02-09T19:43:40 | 2017-02-09T19:43:35 | 4,447 | 0 | 0 | 0 | null | null | null | package de.tudarmstadt.ukp.experiments.wdk.normalization.filter;
import de.tudarmstadt.ukp.dkpro.core.io.bincas.BinaryCasReader;
import de.tudarmstadt.ukp.dkpro.core.testing.dumper.CasDumpWriter;
import de.tudarmstadt.ukp.dkpro.core.textnormalizer.casfilter.CasFilter_ImplBase;
import org.apache.uima.UIMAException;
imp... | UTF-8 | Java | 2,619 | java | WdkStrictDivtypeCasFilterTest.java | Java | [
{
"context": "s {@link WdkStrictDivtypeCasFilter}.\n *\n * @author Carsten Schnober\n */\n// TODO: tests need to be re-written with upd",
"end": 938,
"score": 0.9998019337654114,
"start": 922,
"tag": "NAME",
"value": "Carsten Schnober"
}
] | null | [] | package de.tudarmstadt.ukp.experiments.wdk.normalization.filter;
import de.tudarmstadt.ukp.dkpro.core.io.bincas.BinaryCasReader;
import de.tudarmstadt.ukp.dkpro.core.testing.dumper.CasDumpWriter;
import de.tudarmstadt.ukp.dkpro.core.textnormalizer.casfilter.CasFilter_ImplBase;
import org.apache.uima.UIMAException;
imp... | 2,609 | 0.723559 | 0.716304 | 67 | 38.089554 | 32.577225 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.641791 | false | false | 9 |
9c34e988d0d0863b15468f442f2808868d22a203 | 32,882,269,669,073 | f914f21e6289c37f3850b281b4b41e051e273599 | /src/main/java/SixthDemo/StreamsIntegerArrayWithFlatMap.java | 04906ba82485a03695f6e46016082f765535613c | [] | no_license | sagarchawla04/AdvancedFeaturesOfJava8 | https://github.com/sagarchawla04/AdvancedFeaturesOfJava8 | a67a522b613a318953e53c60cf906aafe9e01b6d | 4946a3cf0bd86249b2c672f4355fc0d64f642d81 | refs/heads/master | 2022-11-11T17:16:50.123000 | 2020-07-05T13:04:05 | 2020-07-05T13:04:05 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package main.java.SixthDemo;
import java.util.Arrays;
import java.util.stream.IntStream;
import java.util.stream.Stream;
public class StreamsIntegerArrayWithFlatMap {
//Why flatmap is used
// we can't apply filter directly on below things:
//Stream<String[]> ls.filter();
//Stream<List<String>> ls.fil... | UTF-8 | Java | 692 | java | StreamsIntegerArrayWithFlatMap.java | Java | [] | null | [] | package main.java.SixthDemo;
import java.util.Arrays;
import java.util.stream.IntStream;
import java.util.stream.Stream;
public class StreamsIntegerArrayWithFlatMap {
//Why flatmap is used
// we can't apply filter directly on below things:
//Stream<String[]> ls.filter();
//Stream<List<String>> ls.fil... | 692 | 0.653179 | 0.640173 | 25 | 26.68 | 22.185978 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.8 | false | false | 9 |
1c10a057c285cc9f6931cd2acbee524dd29b90ee | 28,638,842,001,538 | 1d7e17b4cbec9769ae369daf2dffaa1eaba6421c | /java/src/tree/ValidateBinarySearchTree98.java | d0b4866205de0156c3135c0c2eaef9d0abca6a2c | [
"Apache-2.0"
] | permissive | Lazy-Lion/Algorithm | https://github.com/Lazy-Lion/Algorithm | 56618f1ed9ec5e566282f25555ffbf5105c973a0 | d54044b974532bf82646c320767de1dacf06ed6f | refs/heads/master | 2021-06-13T04:56:41.381000 | 2020-05-21T11:02:03 | 2020-05-21T11:02:03 | 163,048,796 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package tree;
import java.util.ArrayList;
import java.util.List;
import java.util.Stack;
/**
* 98. Validate Binary Search Tree
* Given a binary tree, determine if it is a valid binary search tree (BST).
*
* Assume a BST is defined as follows:
*
* The left subtree of a node contains only nodes with k... | UTF-8 | Java | 3,941 | java | ValidateBinarySearchTree98.java | Java | [] | null | [] | package tree;
import java.util.ArrayList;
import java.util.List;
import java.util.Stack;
/**
* 98. Validate Binary Search Tree
* Given a binary tree, determine if it is a valid binary search tree (BST).
*
* Assume a BST is defined as follows:
*
* The left subtree of a node contains only nodes with k... | 3,941 | 0.610284 | 0.59567 | 148 | 22.966217 | 20.046034 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.736486 | false | false | 9 |
a11183febb8c4ce241cfe09fe774d74ce0964445 | 25,116,968,799,150 | 1e1871f1b7bbc3e59a592d2e77f17a60ba705d81 | /src/cn/citycraft/SimpleEssential/teleport/TeleportInfo.java | d3eaa1091bdfea4f69a2de0df17c8de20e564788 | [] | no_license | 502647092/SimpleEssential | https://github.com/502647092/SimpleEssential | 4ec8803e3061f374ce09d7a2b174c439d1bf5efb | bdbe3282d7f93d3bea960746ee1c71d2b0faca61 | refs/heads/master | 2016-09-05T16:10:29.980000 | 2015-08-18T12:28:30 | 2015-08-18T12:28:30 | 40,691,098 | 0 | 5 | null | false | 2015-08-14T05:33:08 | 2015-08-14T02:10:40 | 2015-08-14T02:15:15 | 2015-08-14T05:33:08 | 0 | 0 | 2 | 0 | Java | null | null | /**
*
*/
package cn.citycraft.SimpleEssential.teleport;
import org.bukkit.entity.Player;
/**
* 玩家传送记录
*
* @author 蒋天蓓
* 2015年8月12日下午2:56:25
*
*/
public class TeleportInfo {
protected TeleportType tptype;
protected Player target;
public TeleportInfo(Player target, TeleportType ... | UTF-8 | Java | 530 | java | TeleportInfo.java | Java | [
{
"context": "entity.Player;\r\n\r\n/**\r\n * 玩家传送记录\r\n * \r\n * @author 蒋天蓓\r\n * 2015年8月12日下午2:56:25\r\n * \r\n */\r\npublic",
"end": 136,
"score": 0.9997323155403137,
"start": 133,
"tag": "NAME",
"value": "蒋天蓓"
}
] | null | [] | /**
*
*/
package cn.citycraft.SimpleEssential.teleport;
import org.bukkit.entity.Player;
/**
* 玩家传送记录
*
* @author 蒋天蓓
* 2015年8月12日下午2:56:25
*
*/
public class TeleportInfo {
protected TeleportType tptype;
protected Player target;
public TeleportInfo(Player target, TeleportType ... | 530 | 0.643426 | 0.619522 | 31 | 14.193548 | 15.384154 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.806452 | false | false | 9 |
9a65788eda26bdaa6d20c188cd4f2533de351ca1 | 3,745,211,482,342 | 95555a6da6820b2cdf183fadcac109e9662f76f4 | /tiled_layers/export-vector-tiles/src/main/java/com/esri/samples/export_vector_tiles/ExportVectorTilesLauncher.java | 2eba76fd243654625fa70bd5574bfcf7190f2ae3 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | sclaridge/arcgis-runtime-samples-java | https://github.com/sclaridge/arcgis-runtime-samples-java | 55e711ff733a6bafdd3b052deaa3306880ef421b | edaa61bd64bab2d268bc9b8239d866beecb41c8f | refs/heads/master | 2022-12-12T10:44:09.458000 | 2020-07-13T12:51:49 | 2020-07-13T12:51:49 | 279,881,510 | 0 | 0 | Apache-2.0 | true | 2020-07-15T13:51:47 | 2020-07-15T13:51:46 | 2020-07-13T12:51:52 | 2020-07-15T12:45:35 | 433,743 | 0 | 0 | 0 | null | false | false | package com.esri.samples.export_vector_tiles;
/**
* Wrapper required for launching a JavaFX 11 app through Gradle or from a jar.
*/
public class ExportVectorTilesLauncher {
public static void main(String[] args) {
ExportVectorTilesSample.main(args);
}
}
| UTF-8 | Java | 274 | java | ExportVectorTilesLauncher.java | Java | [] | null | [] | package com.esri.samples.export_vector_tiles;
/**
* Wrapper required for launching a JavaFX 11 app through Gradle or from a jar.
*/
public class ExportVectorTilesLauncher {
public static void main(String[] args) {
ExportVectorTilesSample.main(args);
}
}
| 274 | 0.718978 | 0.711679 | 11 | 23.90909 | 25.949093 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.181818 | false | false | 9 |
bd9ad518dd37ae890ecc2464c2e26e3dc5d76a45 | 3,410,204,036,948 | 60394a8961d558f80a8a28c01b14cad36536654f | /test/secondSunInterfaz.java | 2883a5a9987ca5c5012b7b358b0bbc9665cbfc0b | [] | no_license | gastonachaval/Second-Sun | https://github.com/gastonachaval/Second-Sun | a7160dd0da134ee2664292b5fe6af3a8d0bc52b0 | 8ccc4c280ba3c8248fa346c2cb52d706c309193f | refs/heads/main | 2023-02-02T12:36:06.614000 | 2020-12-17T15:43:56 | 2020-12-17T15:43:56 | 322,339,096 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package secondSun.test;
import java.util.Scanner;
import secondSun.dominio.AlarmaComunal;
import secondSun.dominio.Persona;
public class secondSunInterfaz {
static AlarmaComunal secondSun = new AlarmaComunal("Second Sun");
static Scanner teclado = new Scanner(System.in);
static Persona usuarioQueEstaUsandoLaApp ... | UTF-8 | Java | 3,162 | java | secondSunInterfaz.java | Java | [
{
"context": "arioQueEstaUsandoLaApp);\n\t\t\tSystem.out.println(\"ALARMA SONANDO !!!\");\n\t\t\tSystem.out.println(\"*******************",
"end": 1365,
"score": 0.7835888266563416,
"start": 1353,
"tag": "NAME",
"value": "ARMA SONANDO"
}
] | null | [] | package secondSun.test;
import java.util.Scanner;
import secondSun.dominio.AlarmaComunal;
import secondSun.dominio.Persona;
public class secondSunInterfaz {
static AlarmaComunal secondSun = new AlarmaComunal("Second Sun");
static Scanner teclado = new Scanner(System.in);
static Persona usuarioQueEstaUsandoLaApp ... | 3,156 | 0.599937 | 0.596142 | 94 | 32.638298 | 26.317558 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.351064 | false | false | 9 |
076ac1f7d127de8fdc0a94e33ed5daa5d46f351f | 8,186,207,688,428 | 39ee73a8dd2cc463bfad043ec4e22e7df1d1e227 | /smith-is-internship/src/main/java/edu/umd/intership/service/JobApplicationService.java | 0d2b88332e744c035108ab561feda66ed2d68be3 | [] | no_license | merlynfrank/AcademicProjects | https://github.com/merlynfrank/AcademicProjects | 00268c497d95786dd961326f50eb8ba5a8ae9af9 | 522bb229482d57954902db62aacedd4eee511328 | refs/heads/master | 2020-04-09T03:39:11.787000 | 2019-11-24T16:41:11 | 2019-11-24T16:41:11 | 159,991,207 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.umd.intership.service;
import java.util.ArrayList;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import edu.umd.intership.model.JobApplication;
import edu.umd.intership.repository.JobApplicationRepository;
@Service
pu... | UTF-8 | Java | 779 | java | JobApplicationService.java | Java | [] | null | [] | package edu.umd.intership.service;
import java.util.ArrayList;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import edu.umd.intership.model.JobApplication;
import edu.umd.intership.repository.JobApplicationRepository;
@Service
pu... | 779 | 0.801027 | 0.793325 | 25 | 30.16 | 27.592289 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.2 | false | false | 9 |
80586a25db9e4ab70422c3d0603601e6cb60c2c8 | 10,307,921,517,186 | 034c6dcabb8e508f7f5656b4d9a9da4a488cac9e | /src/Sommet.java | 2d6f8ece25c790b4c157687cc628a538aa9485f3 | [] | no_license | TanguyKIO/Graphe_TP2 | https://github.com/TanguyKIO/Graphe_TP2 | b67cca597ee446d02c54f6cd5c91c31545782961 | aeecbe2c13b7b0d09e552dabe679360210124cd2 | refs/heads/master | 2022-09-03T11:41:19.365000 | 2020-05-24T17:52:56 | 2020-05-24T17:52:56 | 266,545,886 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.ArrayList;
public class Sommet implements Cloneable{
private int num;
private ArrayList<Arc> l_adj=new ArrayList<Arc>();
private boolean visite;
private Sommet parent;
private int degre;
public Sommet(int n){
visite=false;
parent=null;
num=n;
de... | UTF-8 | Java | 1,419 | java | Sommet.java | Java | [] | null | [] | import java.util.ArrayList;
public class Sommet implements Cloneable{
private int num;
private ArrayList<Arc> l_adj=new ArrayList<Arc>();
private boolean visite;
private Sommet parent;
private int degre;
public Sommet(int n){
visite=false;
parent=null;
num=n;
de... | 1,419 | 0.55814 | 0.557435 | 72 | 18.708334 | 15.351834 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 9 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.