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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
62a824b3c62a5d5a8e5100262d0728fd88e7db34 | 34,815,004,923,293 | 281700bc00fb47d88d6ffe7f908acf1019eadb11 | /designpattern-1/src/main/java/com/chen/dayaction/designpattern/factory4/FactoryHumanDemo.java | d0c381deabc45da5705f7ec36ccc95293f5005a0 | [] | no_license | langlaile1221/100-dayaction | https://github.com/langlaile1221/100-dayaction | b086dff0835b65ed6190e8aa83e249f7378fc508 | b0918329f34560b9cd9fe0e599c5747ded12a04f | refs/heads/master | 2020-07-30T07:59:02.642000 | 2018-11-05T16:57:51 | 2018-11-05T16:57:51 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.chen.dayaction.designpattern.factory4;
import com.chen.dayaction.designpattern.factory4.factoryhuman.BlackHumanFactory;
import com.chen.dayaction.designpattern.factory4.factoryhuman.HumanFactory;
import com.chen.dayaction.designpattern.factory4.factoryhuman.WhiteHumanFactory;
import com.chen.dayaction.desi... | UTF-8 | Java | 2,567 | java | FactoryHumanDemo.java | Java | [] | null | [] | package com.chen.dayaction.designpattern.factory4;
import com.chen.dayaction.designpattern.factory4.factoryhuman.BlackHumanFactory;
import com.chen.dayaction.designpattern.factory4.factoryhuman.HumanFactory;
import com.chen.dayaction.designpattern.factory4.factoryhuman.WhiteHumanFactory;
import com.chen.dayaction.desi... | 2,567 | 0.751806 | 0.740643 | 43 | 34.418606 | 28.455786 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.348837 | false | false | 2 |
56a69cff951178e29fcf6daf2f9f4cdb310b6059 | 34,754,875,393,314 | c2e7333bdcefebb3acd50062e2d8c28415dd9873 | /core/src/com/mursaat/zelda/items/ItemSword.java | 00b37fd255a46524b2c7a996eb6e27a937bd6b2b | [
"Apache-2.0"
] | permissive | Mursaat/zelda | https://github.com/Mursaat/zelda | cc3b6229b36293f78ff855b34eb065b6f318e46f | 7c9ef67776e4238ca66ca943992fc5097ef99054 | refs/heads/master | 2018-01-08T08:12:51.614000 | 2016-01-18T10:00:45 | 2016-01-18T10:00:45 | 48,512,604 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mursaat.zelda.items;
import com.badlogic.gdx.audio.Sound;
import com.badlogic.gdx.graphics.g2d.Animation;
import com.badlogic.gdx.graphics.g2d.TextureRegion;
import com.mursaat.zelda.sound.Sounds;
import com.mursaat.zelda.world.World;
import java.util.Arrays;
import java.util.List;
/**
* Created by Aure... | UTF-8 | Java | 2,537 | java | ItemSword.java | Java | [
{
"context": ".Arrays;\nimport java.util.List;\n\n/**\n * Created by Aurelien on 12/01/2016.\n */\npublic class ItemSword extends",
"end": 324,
"score": 0.9987418055534363,
"start": 316,
"tag": "USERNAME",
"value": "Aurelien"
}
] | null | [] | package com.mursaat.zelda.items;
import com.badlogic.gdx.audio.Sound;
import com.badlogic.gdx.graphics.g2d.Animation;
import com.badlogic.gdx.graphics.g2d.TextureRegion;
import com.mursaat.zelda.sound.Sounds;
import com.mursaat.zelda.world.World;
import java.util.Arrays;
import java.util.List;
/**
* Created by Aure... | 2,537 | 0.712367 | 0.691426 | 69 | 35.68116 | 40.198959 | 163 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.855072 | false | false | 2 |
37e1d22a890d236d525da8a99316e3fc04b9762c | 34,754,875,392,756 | 3bf5dea755461a9d93e4d6ee8b2914914a46d608 | /app/src/main/java/com/t3h/immunization/vacxin/presenter/PresenterVacxinListener.java | be546bfe0a6b615d70d0c5870402910760dfa463 | [] | no_license | xuantien36/ExampleProject | https://github.com/xuantien36/ExampleProject | 040edfba6ce3797ad30a48c8d0fede0b9edb1c3d | f59f2b4bc76182fca6f21685dbc551d479d5c064 | refs/heads/master | 2021-01-04T06:03:14.215000 | 2020-02-20T10:45:31 | 2020-02-20T10:45:31 | 240,420,845 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.t3h.immunization.vacxin.presenter;
import com.t3h.immunization.basemvp.MvpPresenter;
import com.t3h.immunization.vacxin.view.VacxinView;
public interface PresenterVacxinListener<V extends VacxinView>extends MvpPresenter<V>{
void onshowList();
}
| UTF-8 | Java | 262 | java | PresenterVacxinListener.java | Java | [] | null | [] | package com.t3h.immunization.vacxin.presenter;
import com.t3h.immunization.basemvp.MvpPresenter;
import com.t3h.immunization.vacxin.view.VacxinView;
public interface PresenterVacxinListener<V extends VacxinView>extends MvpPresenter<V>{
void onshowList();
}
| 262 | 0.828244 | 0.816794 | 7 | 36.42857 | 28.559998 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 2 |
e43219e4066c01ea00c9b3974e47681ab3be21fe | 37,014,028,169,055 | 5f1fb5cae281aaf1b7ed47267e2edcccb57e2202 | /leadnews-service/leadnews-service-admin/src/main/java/com/feng/admin/service/impl/AdMenuServiceImpl.java | a76c95a59bd8ed94b99436c386fdfdf1c3d72dca | [] | no_license | catSpace123/leadnews | https://github.com/catSpace123/leadnews | d9d5aba09aeef16576802b2de4a31cc50f6c3a60 | b5cd6308fac0eeae5193052d6fb2c580a7ac161e | refs/heads/master | 2023-06-23T20:55:03.964000 | 2021-07-31T14:38:28 | 2021-07-31T14:38:28 | 391,369,902 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.feng.admin.service.impl;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import com.feng.admin.mapper.AdMenuMapper;
import com.feng.admin.pojo.AdMenu;
import com.feng.admin.service.AdMenuService;
import org.springframework.stereotype.Service;
/**
* <p>
* 菜单资源信息表 服务实现类
* </p>
*
* @... | UTF-8 | Java | 492 | java | AdMenuServiceImpl.java | Java | [
{
"context": "\n/**\n * <p>\n * 菜单资源信息表 服务实现类\n * </p>\n *\n * @author ljh\n * @since 2021-07-08\n */\n@Service\npublic class Ad",
"end": 330,
"score": 0.999467670917511,
"start": 327,
"tag": "USERNAME",
"value": "ljh"
}
] | null | [] | package com.feng.admin.service.impl;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import com.feng.admin.mapper.AdMenuMapper;
import com.feng.admin.pojo.AdMenu;
import com.feng.admin.service.AdMenuService;
import org.springframework.stereotype.Service;
/**
* <p>
* 菜单资源信息表 服务实现类
* </p>
*
* @... | 492 | 0.773504 | 0.75641 | 20 | 22.4 | 26.025757 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.35 | false | false | 2 |
27192262cb04f0dfe3933ae816b3209fbca228a6 | 35,570,919,167,978 | d9ded1f1fedce8bf8765b0459fa85dc85dd2dc23 | /jse7programmerI/t01/Data.java | c5390a6d48829350a0ec5b6deb19f4f302c1e910 | [] | no_license | comandantecm/java_exercices_1 | https://github.com/comandantecm/java_exercices_1 | 1689e95f366916971c11ad93a45e5f64acdc7984 | 20cafc5b5fb2e777cef84a780828ccbb91e553d1 | refs/heads/master | 2021-01-15T16:28:57.853000 | 2012-09-18T17:23:02 | 2012-09-18T17:23:02 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package jse7programmerI.t01;
public Class Data {
} | UTF-8 | Java | 52 | java | Data.java | Java | [] | null | [] | package jse7programmerI.t01;
public Class Data {
} | 52 | 0.769231 | 0.711538 | 5 | 9.6 | 11.706409 | 28 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 2 |
6f6cd1eb60c572081984836e5f406636728102d6 | 34,273,839,063,353 | e42c151f1178f130bde08ba844c87017e67d2ede | /src/test/java/com/importador/importador/ImportadorApplicationTests.java | ce304b82b85fe3b5c918b274fdf9107daf80039d | [] | no_license | OvejeroMiguel/example_spring_batch | https://github.com/OvejeroMiguel/example_spring_batch | 79b7ed94d6885188b84a4696db889f69c7e410dd | 4a3c8896ddb4e472b9bd8c02123b52141144913a | refs/heads/master | 2022-12-08T17:18:08.772000 | 2020-09-02T18:22:43 | 2020-09-02T18:22:43 | 292,361,067 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.importador.importador;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class ImportadorApplicationTests {
@Test
void contextLoads() {
}
}
| UTF-8 | Java | 230 | java | ImportadorApplicationTests.java | Java | [] | null | [] | package com.importador.importador;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class ImportadorApplicationTests {
@Test
void contextLoads() {
}
}
| 230 | 0.765217 | 0.765217 | 13 | 16.692308 | 18.403112 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.230769 | false | false | 2 |
1c522f3662d6edd304bf4d0e190908387a3c209a | 36,661,840,854,567 | 52df2adae5b949edac66b32d0b4271a08a96c1ad | /src/main/java/com/xinyan/logprocessor/record/util/CheckingUtil.java | 871d2af7e465f3727cc48b64b060687ded1c2073 | [] | no_license | sharkshore/log-record | https://github.com/sharkshore/log-record | d41ab65cb4ee93291e6c6868b9ecebe52a830dad | db26db9b8632806bf6a94d43812778cf87b4a093 | refs/heads/master | 2018-10-15T20:56:28.161000 | 2017-06-12T07:25:11 | 2017-06-12T07:25:11 | 94,065,613 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.xinyan.logprocessor.record.util;
import com.xinyan.logprocessor.common.model.ErrorMessage;
import com.xinyan.logprocessor.common.model.MemberRequest;
import com.xinyan.logprocessor.common.model.MemberResponse;
import com.xinyan.logprocessor.common.model.NormalMessage;
import com.xinyan.logprocessor.common.... | UTF-8 | Java | 3,160 | java | CheckingUtil.java | Java | [
{
"context": "rg.springframework.util.Assert;\n\n/**\n * Created by fugang on 2017/4/7.\n */\npublic class CheckingUtil {\n ",
"end": 403,
"score": 0.9995785355567932,
"start": 397,
"tag": "USERNAME",
"value": "fugang"
}
] | null | [] | package com.xinyan.logprocessor.record.util;
import com.xinyan.logprocessor.common.model.ErrorMessage;
import com.xinyan.logprocessor.common.model.MemberRequest;
import com.xinyan.logprocessor.common.model.MemberResponse;
import com.xinyan.logprocessor.common.model.NormalMessage;
import com.xinyan.logprocessor.common.... | 3,160 | 0.724768 | 0.72012 | 56 | 52.785713 | 29.839878 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.321429 | false | false | 2 |
5f2d553682278895cbfaa5f616dc472c632941d5 | 39,118,562,133,404 | b4d08a6b84ea0713a5b727eba6cf9c7557e73fe2 | /210605_Kopo_Openbanking_pj/src/UI/AdminUI.java | ecd0547a2777f1347354051eafe6306b75d76cd9 | [] | no_license | Yoon-ddo/chloe_Project | https://github.com/Yoon-ddo/chloe_Project | e590c24e8aff80f040e793cc78fb2e35e8901579 | e5e67cc096a2947c7c6a89144085b3edb6e65665 | refs/heads/main | 2023-05-14T07:10:06.800000 | 2021-06-06T06:40:05 | 2021-06-06T06:40:05 | 374,121,581 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package UI;
import java.util.ArrayList;
import java.util.List;
import VO.LogVO;
public class AdminUI extends BaseUI{
@Override
public void execute() throws Exception {
List<LogVO> lst = new ArrayList<>();
printMenu();
BaseUI ui = null;
while(true) {
String m = scanStr("원하는 메뉴를 선택하... | UTF-8 | Java | 2,253 | java | AdminUI.java | Java | [] | null | [] | package UI;
import java.util.ArrayList;
import java.util.List;
import VO.LogVO;
public class AdminUI extends BaseUI{
@Override
public void execute() throws Exception {
List<LogVO> lst = new ArrayList<>();
printMenu();
BaseUI ui = null;
while(true) {
String m = scanStr("원하는 메뉴를 선택하... | 2,253 | 0.524616 | 0.519322 | 80 | 21.612499 | 21.580948 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.725 | false | false | 2 |
9b42bf991d1a3050d4e643e66a36deecb1d33e94 | 31,688,268,778,146 | 8e184c6c41ddc0bb8f37c03ee2fadcb2d5e85660 | /robozonky-app/src/test/java/com/github/robozonky/app/AbstractZonkyLeveragingTest.java | 1deb602aba815a7d1c3a468a24c4fac1072bcfa2 | [
"Apache-2.0"
] | permissive | pmacik/robozonky | https://github.com/pmacik/robozonky | 598d1f02929535292ad47dd778ed1ac4a30a3102 | fae2e727e32aa00042e7210b74136b7244a441b2 | refs/heads/master | 2020-08-03T15:17:34.782000 | 2019-10-19T11:08:38 | 2019-10-19T11:08:38 | 211,797,261 | 0 | 0 | Apache-2.0 | true | 2019-09-30T07:06:29 | 2019-09-30T07:06:28 | 2019-09-28T18:52:26 | 2019-09-28T18:52:24 | 13,674 | 0 | 0 | 0 | null | false | false | /*
* Copyright 2019 The RoboZonky Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or ... | UTF-8 | Java | 2,631 | java | AbstractZonkyLeveragingTest.java | Java | [] | null | [] | /*
* Copyright 2019 The RoboZonky Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or ... | 2,631 | 0.732041 | 0.7271 | 69 | 37.130436 | 30.800863 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.463768 | false | false | 2 |
d4b9e68c5cf676bccbf450a8e56989078ca94a3d | 22,643,067,644,718 | e3b2a6ea401ee7f9f5c1be96828527143f0a924e | /P2Cloud/src/main/java/movi/ui/fragment/SaveLiuliangFragment.java | 61e70c561257a6c4be60b29496a1c02a71a9f530 | [] | no_license | 1193708911/P2Cloud | https://github.com/1193708911/P2Cloud | f3862e83860e732a70d2e508cbdb127b542577ca | 97aa7e591d2493d6b6f7817188063b14299a7758 | refs/heads/master | 2020-03-23T21:13:17.762000 | 2018-07-24T01:58:36 | 2018-07-24T01:58:36 | 142,090,713 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package movi.ui.fragment;
import android.widget.TextView;
import com.ctvit.p2cloud.R;
import org.xutils.view.annotation.ContentView;
import org.xutils.view.annotation.ViewInject;
import movi.base.BaseFragment;
import movi.base.Response;
import movi.ui.bean.NewsLiuLiangListBean;
import movi.net.biz.NewsSelectLiuLiangBi... | UTF-8 | Java | 2,337 | java | SaveLiuliangFragment.java | Java | [
{
"context": ";\nimport movi.utils.ToastUtils;\n\n/**\n * Created by chjj on 2016/5/13.\n */\n@ContentView(value = R.layout.h",
"end": 481,
"score": 0.9995352029800415,
"start": 477,
"tag": "USERNAME",
"value": "chjj"
}
] | null | [] | package movi.ui.fragment;
import android.widget.TextView;
import com.ctvit.p2cloud.R;
import org.xutils.view.annotation.ContentView;
import org.xutils.view.annotation.ViewInject;
import movi.base.BaseFragment;
import movi.base.Response;
import movi.ui.bean.NewsLiuLiangListBean;
import movi.net.biz.NewsSelectLiuLiangBi... | 2,337 | 0.716269 | 0.707592 | 74 | 30.148649 | 24.117775 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 2 |
5fdf667d78ca9173bdf600b8453b785bbb012e7a | 27,668,179,379,605 | 38e15b9eba246a4c359022bc7d769f240487dbd7 | /java/PE002.java | 44d5274fff4e4d61629f99c44d8748ca2b5f78ef | [] | no_license | qianlongzju/project_euler | https://github.com/qianlongzju/project_euler | 8743a52ad4a9abe442eb59857f394e2d44648e14 | 1e840c2086b4c319e0efb54ac7b9ee8c2c179010 | refs/heads/master | 2021-05-30T07:56:31.386000 | 2015-03-17T10:58:30 | 2015-03-17T10:58:30 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class PE002 {
public static void main (String [] args)
{
int a = 2;
int b = 8;
int sum = a + b;
int c = 4*b + a;
while(c <= 4000000) {
sum += c;
a = b;
b = c;
c = 4*b + a;
}
System.out.println(sum);
... | UTF-8 | Java | 326 | java | PE002.java | Java | [] | null | [] | public class PE002 {
public static void main (String [] args)
{
int a = 2;
int b = 8;
int sum = a + b;
int c = 4*b + a;
while(c <= 4000000) {
sum += c;
a = b;
b = c;
c = 4*b + a;
}
System.out.println(sum);
... | 326 | 0.352761 | 0.309816 | 16 | 19.375 | 10.582267 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5625 | false | false | 2 |
94a68b81d6edf2bf6d126eee31c7787157f8fea3 | 5,394,478,983,365 | 58ae065b94fe5e9dd1a78391cf2b31d5a816daf3 | /springapp/src/main/java/com/mtc/app/service/IProductService.java | 604b75ecdfc52c73f6dd42a3c63b65c7f3d31f80 | [] | no_license | MounicaChanda0809/Java-spring | https://github.com/MounicaChanda0809/Java-spring | 9d69846a67c38e9c40a6396043d47fa74fdaafcd | 4860dd7de95401bcf064253175a0ced019923bb0 | refs/heads/master | 2020-04-15T04:20:33.049000 | 2019-01-07T05:23:17 | 2019-01-07T05:23:17 | 164,379,342 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mtc.app.service;
import com.mtc.app.vo.Order;
public interface IProductService {
boolean processOrder(Order order);
void printProducts();
void printOrders();
}
| UTF-8 | Java | 191 | java | IProductService.java | Java | [] | null | [] | package com.mtc.app.service;
import com.mtc.app.vo.Order;
public interface IProductService {
boolean processOrder(Order order);
void printProducts();
void printOrders();
}
| 191 | 0.712042 | 0.712042 | 11 | 15.363636 | 14.265488 | 35 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.818182 | false | false | 2 |
3727644fa7f7ed3e69b529737f75c12120d189f7 | 4,363,686,830,193 | c9380639346b4c29fa34278fee2cf3017c85c917 | /src/org/test/day8/Quest9.java | efc43e305e40df6e0d50829df202b5289591a432 | [] | no_license | raseemGit/Day-By-Day-Selenium-Tasks | https://github.com/raseemGit/Day-By-Day-Selenium-Tasks | 49198b823a48898866eefdd7b629a2bbee0583fe | 698989579587c910a8af877279533045ac4f7fe6 | refs/heads/master | 2020-06-28T13:48:41.680000 | 2019-08-02T14:09:39 | 2019-08-02T14:09:39 | 200,247,908 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.test.day8;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.chrome.ChromeDriver;
public class Quest9 {
public static void main(String[] args) throws InterruptedException {
System.setProperty("webdriver.chrome.driver",... | UTF-8 | Java | 1,007 | java | Quest9.java | Java | [
{
"context": "/input[@type='text'])[1]\"));\n\t\tuserName.sendKeys(\"raseem66\");\n\t\t\n\t\t\n\t\tWebElement pass= driver.findElement(By",
"end": 852,
"score": 0.9992993474006653,
"start": 844,
"tag": "USERNAME",
"value": "raseem66"
},
{
"context": "/input[@type='password'])[4]\"));... | null | [] | package org.test.day8;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.chrome.ChromeDriver;
public class Quest9 {
public static void main(String[] args) throws InterruptedException {
System.setProperty("webdriver.chrome.driver",... | 1,009 | 0.657398 | 0.644489 | 32 | 30.46875 | 43.555988 | 206 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.75 | false | false | 2 |
7b2751309c119393e3092c9f96062264b495e0fa | 4,363,686,831,451 | 700fe309f2eff8063ee6acf51f5265b14ccdb7a5 | /DTW/CEPReader.java | 14986d39ae949f40adb17c81fd60d809049c2034 | [
"MIT"
] | permissive | MarkusZoppelt/speech-recognition | https://github.com/MarkusZoppelt/speech-recognition | 2d54c5935f31338b5593e03131ac993a6541cd97 | 4f04e097d7bed39945daab663e44b2e24ba48c71 | refs/heads/master | 2016-09-24T07:46:12.163000 | 2016-06-03T13:25:17 | 2016-06-03T13:25:17 | 51,914,607 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.IOException;
import java.nio.ByteBuffer;
import java.nio.ByteOrder;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.util.ArrayList;
import java.util.List;
/**
* Created by Constantin on 17.02.2016.
*/
@SuppressWarnings({"unused", "DefaultFileTemplate"})
c... | UTF-8 | Java | 2,220 | java | CEPReader.java | Java | [
{
"context": "rayList;\nimport java.util.List;\n\n/**\n * Created by Constantin on 17.02.2016.\n */\n@SuppressWarnings({\"unused\", \"",
"end": 246,
"score": 0.9990935325622559,
"start": 236,
"tag": "NAME",
"value": "Constantin"
}
] | null | [] | import java.io.IOException;
import java.nio.ByteBuffer;
import java.nio.ByteOrder;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.util.ArrayList;
import java.util.List;
/**
* Created by Constantin on 17.02.2016.
*/
@SuppressWarnings({"unused", "DefaultFileTemplate"})
c... | 2,220 | 0.59009 | 0.564865 | 88 | 24.227272 | 19.073259 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.636364 | false | false | 2 |
0d7594ce822331524208a8659e601e6b81717167 | 27,608,049,844,495 | d8a379b6353e15356fb8897f969e2d340a3db1b3 | /app/src/main/java/com/tutoriales/messagequeuehandler/TaskThread.java | 2c50d1b1259a986c41c03fcb4e279f7b7beeeff8 | [] | no_license | swbvelasquez/MessageQueueHandler | https://github.com/swbvelasquez/MessageQueueHandler | 2ab50be2f77874494c5154485f04f08bc2084828 | 4f0ee93252707df22e1fc029f403ec69e545d25b | refs/heads/master | 2023-04-29T05:36:16.240000 | 2021-05-18T01:07:09 | 2021-05-18T01:07:09 | 368,362,641 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tutoriales.messagequeuehandler;
import android.os.SystemClock;
import android.util.Log;
public class TaskThread extends Thread{
private static final String TAG = "TaskThread";
private final ManagerMessageTask managerMessageTask;
public TaskThread(ManagerMessageTask managerMessageTask) {
... | UTF-8 | Java | 1,141 | java | TaskThread.java | Java | [] | null | [] | package com.tutoriales.messagequeuehandler;
import android.os.SystemClock;
import android.util.Log;
public class TaskThread extends Thread{
private static final String TAG = "TaskThread";
private final ManagerMessageTask managerMessageTask;
public TaskThread(ManagerMessageTask managerMessageTask) {
... | 1,141 | 0.579316 | 0.570552 | 47 | 23.276596 | 18.498652 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.531915 | false | false | 2 |
3dcb3665ab80cfedb426f65ff1f13efb133afdad | 1,984,274,890,760 | efb16fcec4c665d8d9e7b04d18235172182c2da6 | /src/main/java/com/yxr/NIO/TestBuffer.java | 8d8a271fb5c6c545811395602ef179468c107c4a | [] | no_license | baijianruoliorz/netty-learning | https://github.com/baijianruoliorz/netty-learning | 9cc8dea6e775991aa2995842fc73db508175a1d5 | 7d3b29294a4c101837fb807a4be8bd0dc4fc39ab | refs/heads/master | 2023-06-05T01:22:06.498000 | 2021-06-20T14:02:10 | 2021-06-20T14:02:10 | 373,076,564 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yxr.NIO;
import java.nio.IntBuffer;
public class TestBuffer {
public static void main(String[] args){
IntBuffer intBuffer = IntBuffer.allocate(10);
for (int i = 0; i < 10; i++) {
intBuffer.put(i);
}
intBuffer.flip();
while (intBuffer.hasRemaining()){... | UTF-8 | Java | 388 | java | TestBuffer.java | Java | [] | null | [] | package com.yxr.NIO;
import java.nio.IntBuffer;
public class TestBuffer {
public static void main(String[] args){
IntBuffer intBuffer = IntBuffer.allocate(10);
for (int i = 0; i < 10; i++) {
intBuffer.put(i);
}
intBuffer.flip();
while (intBuffer.hasRemaining()){... | 388 | 0.561856 | 0.548969 | 16 | 23.25 | 17.307875 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 2 |
7d44edf2a367750918f6be28ac6d82cc0db00ad4 | 14,568,529,071,476 | 6d7df5ce6a6580bc3f4085eb7446d9c1092c90cc | /example/src/main/java/com/latte/example/ExampleActivity.java | ce98ebd13f4f7c9bdc8b67f91fdca5119f2097f0 | [] | no_license | ywzrookie/MMall | https://github.com/ywzrookie/MMall | 145a1205a0f1b57d3c698e71b771952a6e59f84e | c2c4f0c1651fa004b56b16cc354b8bf4a91c843e | refs/heads/master | 2020-03-30T06:01:16.011000 | 2018-11-28T13:51:43 | 2018-11-28T13:51:43 | 150,833,968 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.latte.example;
import android.support.annotation.Nullable;
import android.support.v7.app.ActionBar;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.widget.Toast;
import com.diabin.fastec.example.R;
import com.late.core.activities.ProxyActivity;
import com.late.cor... | UTF-8 | Java | 2,150 | java | ExampleActivity.java | Java | [] | null | [] | package com.latte.example;
import android.support.annotation.Nullable;
import android.support.v7.app.ActionBar;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.widget.Toast;
import com.diabin.fastec.example.R;
import com.late.core.activities.ProxyActivity;
import com.late.cor... | 2,150 | 0.673187 | 0.672233 | 71 | 28.521128 | 21.402159 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.619718 | false | false | 2 |
40eab3e3ed295339665fef57d70423aef7ea3651 | 21,801,254,052,520 | d434aac8ccf5578a345b78fad22b2670290189b8 | /app/src/main/java/bcx47/com/bcx47/view/EquilateralTriangleView.java | 1a3f3b2cae43fe8dd6df9f643ff6467cbaee88cd | [] | no_license | aoboturov/bcx47 | https://github.com/aoboturov/bcx47 | a703d46ff5bff64eeb10e062d6384030e9284441 | 31128d85c805dc6cd842dfa269277267e713eb0b | refs/heads/master | 2016-08-12T04:15:23.371000 | 2016-03-09T15:56:14 | 2016-03-09T15:56:20 | 53,422,426 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package bcx47.com.bcx47.view;
import android.content.Context;
import android.graphics.*;
import android.util.AttributeSet;
import android.view.View;
public class EquilateralTriangleView extends View {
private int color = Color.BLUE;
private Point point = new Point(0, 0);
private int width = 100;
priva... | UTF-8 | Java | 2,625 | java | EquilateralTriangleView.java | Java | [] | null | [] | package bcx47.com.bcx47.view;
import android.content.Context;
import android.graphics.*;
import android.util.AttributeSet;
import android.view.View;
public class EquilateralTriangleView extends View {
private int color = Color.BLUE;
private Point point = new Point(0, 0);
private int width = 100;
priva... | 2,625 | 0.623238 | 0.605714 | 84 | 30.25 | 23.348742 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.809524 | false | false | 2 |
8e6f4a4f3b0cf03a261f937896b3044ca9c0e25e | 22,582,938,064,859 | 9686617158c88977a5dbdf5bed29fdf0605e66c5 | /src/main/java/com/chatroom/app/dao/authorities/AuthoritiesDAO.java | 202b2855f1fa678bb15cc583e1e42c34326d2c7a | [] | no_license | AaryaZemoso/Project-Chatroom | https://github.com/AaryaZemoso/Project-Chatroom | e58cd5ebd903747fb31694c09533922ae765525a | 971ac65e81a46ee4e33ac93db9265d6086ed14d9 | refs/heads/master | 2023-08-15T07:06:13.250000 | 2021-09-22T14:11:08 | 2021-09-22T14:11:08 | 406,645,441 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.chatroom.app.dao.authorities;
import com.chatroom.app.entity.Authorities;
import org.springframework.stereotype.Component;
import java.util.List;
@Component
public interface AuthoritiesDAO {
List<Authorities> findByUsername(String username);
void save(Authorities a);
void delete(String userna... | UTF-8 | Java | 327 | java | AuthoritiesDAO.java | Java | [] | null | [] | package com.chatroom.app.dao.authorities;
import com.chatroom.app.entity.Authorities;
import org.springframework.stereotype.Component;
import java.util.List;
@Component
public interface AuthoritiesDAO {
List<Authorities> findByUsername(String username);
void save(Authorities a);
void delete(String userna... | 327 | 0.788991 | 0.788991 | 13 | 24.153847 | 19.154619 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.538462 | false | false | 2 |
0366dad8bbeba50fce02632fdb3b784e65c13cf1 | 26,963,804,702,514 | 25c5aec674209083e290c40477e816d92fdaf4bc | /qhhhq-project/qhhhq-consumer/src/main/java/net/qhhhq/global/auth/AuthService.java | 699dab310ae2db9a1e69a59726f7a128660b82f2 | [] | no_license | qhhhq/java | https://github.com/qhhhq/java | 5f679880b102a2617f72b4d723fec0b6a9bcab16 | 5bd8c74c97c1b4afed5c691ab1e0f99f2124efac | refs/heads/master | 2018-07-11T08:11:52.952000 | 2018-06-01T08:03:05 | 2018-06-01T08:03:05 | 116,893,847 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.qhhhq.global.auth;
import net.qhhhq.global.auth.config.AuthServiceConfig;
import net.qhhhq.service.common.SysHead;
public interface AuthService {
public boolean doHandler(SysHead sysHead, AuthServiceConfig service);
}
| UTF-8 | Java | 234 | java | AuthService.java | Java | [] | null | [] | package net.qhhhq.global.auth;
import net.qhhhq.global.auth.config.AuthServiceConfig;
import net.qhhhq.service.common.SysHead;
public interface AuthService {
public boolean doHandler(SysHead sysHead, AuthServiceConfig service);
}
| 234 | 0.820513 | 0.820513 | 9 | 25 | 24.926559 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 2 |
f885a764b64008342fec56ea20399bffad3211d2 | 26,963,804,706,913 | b78ef22bb36307caad30fe5c30a82441e427282d | /java/tree/$116_PopulatingNextRightPointersInEachNode.java | 4880ba03eea2c1892e3d1962cc794bb8a0d6f2e3 | [] | no_license | xftzy/Leetcode-1 | https://github.com/xftzy/Leetcode-1 | f518a1b5e6e0d345d594632ab3434eed990c323b | 2c6afa849533ed839598c93b0670a189620178ed | refs/heads/master | 2020-07-10T13:42:15.487000 | 2019-08-25T08:56:09 | 2019-08-25T08:56:09 | 204,275,685 | 1 | 0 | null | true | 2019-08-25T09:54:08 | 2019-08-25T09:54:08 | 2019-08-25T08:56:24 | 2019-08-25T08:56:22 | 448 | 0 | 0 | 0 | null | false | false | /**
* 自顶向下,因为给出的是完美二叉树,所有的节点都是满的,于是,当前节点的左孩子的next为当前节点的右孩子,如果当前节点还有兄弟节点,
* 则当前节点有孩子的next节点为兄弟节点的左节点,如果当前节点没有兄弟节点则next指向Null
*/
public class $116_PopulatingNextRightPointersInEachNode {
public Node connect(Node root) {
if (root == null) return null;
//判断左孩子是否为null
if (root.left != null) {
... | UTF-8 | Java | 930 | java | $116_PopulatingNextRightPointersInEachNode.java | Java | [] | null | [] | /**
* 自顶向下,因为给出的是完美二叉树,所有的节点都是满的,于是,当前节点的左孩子的next为当前节点的右孩子,如果当前节点还有兄弟节点,
* 则当前节点有孩子的next节点为兄弟节点的左节点,如果当前节点没有兄弟节点则next指向Null
*/
public class $116_PopulatingNextRightPointersInEachNode {
public Node connect(Node root) {
if (root == null) return null;
//判断左孩子是否为null
if (root.left != null) {
... | 930 | 0.559633 | 0.555046 | 23 | 27.434782 | 17.939091 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.26087 | false | false | 2 |
72cc04761417e0eafca055e79a889f472699a211 | 2,757,369,005,421 | ff071c14b2faa76e9638c14bb23a94cb6edc80c4 | /hw01-0036518478/src/main/java/hr/fer/oprpp1/custom/collections/demo/Demo.java | 3f0d5cf4282d02ff7a046409e40bf7208d6f9718 | [] | no_license | mihaelrodek/OprppHomework | https://github.com/mihaelrodek/OprppHomework | 18aad01caa13923b808cde8714c91134a18f5652 | f6cf57519bd15c8a0153ffb9fe9c6990e2378c02 | refs/heads/main | 2023-06-10T07:04:59.608000 | 2021-07-02T23:37:50 | 2021-07-02T23:37:50 | 372,334,423 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package hr.fer.oprpp1.custom.collections.demo;
import java.util.Arrays;
import hr.fer.oprpp1.custom.collections.ArrayIndexedCollection;
import hr.fer.oprpp1.custom.collections.LinkedListIndexedCollection;
import hr.fer.oprpp1.custom.collections.Processor;
/**
* Demo class that demonstrates usage of {@link ArrayInde... | UTF-8 | Java | 1,973 | java | Demo.java | Java | [
{
"context": " are taken from task documentation.\n * \n * @author Mihael Rodek\n *\n */\npublic class Demo {\n\t\n\t/**\n\t * Main method",
"end": 498,
"score": 0.9998939633369446,
"start": 486,
"tag": "NAME",
"value": "Mihael Rodek"
}
] | null | [] | package hr.fer.oprpp1.custom.collections.demo;
import java.util.Arrays;
import hr.fer.oprpp1.custom.collections.ArrayIndexedCollection;
import hr.fer.oprpp1.custom.collections.LinkedListIndexedCollection;
import hr.fer.oprpp1.custom.collections.Processor;
/**
* Demo class that demonstrates usage of {@link ArrayInde... | 1,967 | 0.706538 | 0.688799 | 64 | 29.828125 | 26.114265 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.796875 | false | false | 2 |
473c055659692b853f00fe0aecb0de9d8f847c6c | 10,033,043,657,453 | 75eda2482b8c91ea543ecda0e778c12e598d6b4f | /src/main/java/com/hegongshan/mooc/controller/admin/BasicAdminController.java | 3e589984264ad3dfab9d957f1b37fc75c8731f2f | [] | no_license | hegongshan/mooc | https://github.com/hegongshan/mooc | b86546a9680bda823fa604a11a48cf570797ab28 | 9ca3eefd480486113e0c73bae54e525a4e0701c7 | refs/heads/master | 2020-03-22T20:03:15.045000 | 2018-07-11T12:09:54 | 2018-07-11T12:09:54 | 140,558,734 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hegongshan.mooc.controller.admin;
import java.io.IOException;
import javax.annotation.Resource;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpSession;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.stereotype.Controller;
import... | UTF-8 | Java | 4,013 | java | BasicAdminController.java | Java | [] | null | [] | package com.hegongshan.mooc.controller.admin;
import java.io.IOException;
import javax.annotation.Resource;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpSession;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.stereotype.Controller;
import... | 4,013 | 0.724856 | 0.723853 | 115 | 32.686958 | 27.016699 | 144 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.547826 | false | false | 2 |
308ab38e3b59b8f8be465650095717cb0d9ece47 | 20,736,102,167,275 | a8eb13e507d8c3c0bbf515dc757dd12d5b86c6c1 | /aimxcel-common/src/main/java/com/aimxcel/abclearn/common/aimxcelcommon/model/clock/ZAbstractClockTester.java | ee6081170580fe6c95989bda2f7f4c94ece62ae8 | [] | no_license | venkat-thota/java-simulations | https://github.com/venkat-thota/java-simulations | 41bb30375c1a2dedff1e1d64fade90c0ab2eac6a | d4c94d9cc84c9ee57c7b541843f8235352726f5e | refs/heads/master | 2020-12-04T01:33:55.211000 | 2020-01-24T16:26:12 | 2020-01-24T16:26:12 | 231,548,090 | 0 | 0 | null | false | 2020-10-13T18:37:51 | 2020-01-03T08:47:26 | 2020-01-24T16:26:21 | 2020-10-13T18:37:50 | 67,751 | 0 | 0 | 4 | Java | false | false |
package com.aimxcel.abclearn.common.aimxcelcommon.model.clock;
import junit.framework.TestCase;
import java.awt.AWTException;
import java.awt.Robot;
import java.awt.event.InputEvent;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.SwingUtilities;
import javax.swing.event.ChangeEvent;
impo... | UTF-8 | Java | 5,183 | java | ZAbstractClockTester.java | Java | [] | null | [] |
package com.aimxcel.abclearn.common.aimxcelcommon.model.clock;
import junit.framework.TestCase;
import java.awt.AWTException;
import java.awt.Robot;
import java.awt.event.InputEvent;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.SwingUtilities;
import javax.swing.event.ChangeEvent;
impo... | 5,183 | 0.624349 | 0.612773 | 180 | 27.783333 | 26.167044 | 105 | false | false | 0 | 0 | 0 | 0 | 68 | 0.025661 | 0.444444 | false | false | 2 |
3599a23cc43b83013563255a066884be5b9cf048 | 20,109,036,933,148 | a78780580d09856c612483c699be320271aaf1fb | /dagger2/src/main/java/didag2/example/Main.java | 486883bb0859f70cdc734d3d506e984d3ecd50ca | [] | no_license | Dirgningrid/dagger2inject | https://github.com/Dirgningrid/dagger2inject | e217cb2bc2f5251b86c340f4b7de9865dbd41336 | 28c8d9ec0d289906ecbbd82a0b2a595d457d8d48 | refs/heads/master | 2020-12-30T14:20:42.365000 | 2017-05-25T22:12:46 | 2017-05-25T22:12:46 | 91,315,297 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package didag2.example;
import didag2.example.dagger.DaggerPopBandComponent;
import didag2.example.dagger.DaggerRockBandComponent;
import didag2.example.dagger.PopBandComponent;
import didag2.example.dagger.RockBandComponent;
import didag2.example.musicians.Guitarist;
import didag2.example.musicians.Singer;
/**
* Cr... | UTF-8 | Java | 1,062 | java | Main.java | Java | [
{
"context": "idag2.example.musicians.Singer;\n\n/**\n * Created by ingrid on 14/05/17.\n */\npublic class Main {\n\n public ",
"end": 335,
"score": 0.9993828535079956,
"start": 329,
"tag": "USERNAME",
"value": "ingrid"
}
] | null | [] | package didag2.example;
import didag2.example.dagger.DaggerPopBandComponent;
import didag2.example.dagger.DaggerRockBandComponent;
import didag2.example.dagger.PopBandComponent;
import didag2.example.dagger.RockBandComponent;
import didag2.example.musicians.Guitarist;
import didag2.example.musicians.Singer;
/**
* Cr... | 1,062 | 0.665725 | 0.653484 | 42 | 24.285715 | 20.487261 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.404762 | false | false | 2 |
71d92a1a5822ab551f1360cc76687df0a58eb607 | 21,388,937,165,703 | b6c4e3aad4d974bcc31b7a1ea3fca2b7a173c9f2 | /src/main/java/bam/algorithms/alt/new_variational/GaussianDensity.java | 4457c0f0486a2d7b58a8dde9f6c4e541000209f8 | [] | no_license | rtloftin/discrete_bam | https://github.com/rtloftin/discrete_bam | af6b7e0f2b5d92008eb122fe7704f478178e0ed1 | 56159c3b0f1991a999df4c17799a842fa86cdf43 | refs/heads/master | 2022-09-02T18:20:24.432000 | 2019-08-03T14:29:06 | 2019-08-03T14:29:06 | 120,841,340 | 1 | 0 | null | false | 2022-08-18T19:05:29 | 2018-02-09T01:42:42 | 2019-08-08T05:19:41 | 2022-08-18T19:05:26 | 389 | 1 | 0 | 2 | Java | false | false | package bam.algorithms.alt.new_variational;
import org.json.JSONException;
import org.json.JSONObject;
import java.util.ArrayList;
import java.util.List;
import java.util.Random;
/**
* A variational model of a gaussian density.
*/
public class GaussianDensity implements Density {
public static class Builder {... | UTF-8 | Java | 4,598 | java | GaussianDensity.java | Java | [] | null | [] | package bam.algorithms.alt.new_variational;
import org.json.JSONException;
import org.json.JSONObject;
import java.util.ArrayList;
import java.util.List;
import java.util.Random;
/**
* A variational model of a gaussian density.
*/
public class GaussianDensity implements Density {
public static class Builder {... | 4,598 | 0.557851 | 0.553719 | 164 | 27.036585 | 23.403379 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.469512 | false | false | 2 |
ce84651cb45aeb7c8064fc16404ee8c6a078c045 | 24,842,090,844,807 | 906c045739d1b2f91e3a77ad07e9375eaaa0f917 | /src/main/java/com/example/demo/model/PO/User.java | e743227ecd639cc4a9b4f7675b821247118eeec6 | [] | no_license | xilPikachu/userDemo | https://github.com/xilPikachu/userDemo | 9121ccbf81bc1febb825aa0ce41cd047f940013e | e8fe8e70fe7151819e8e3953c7ad126fdef81227 | refs/heads/master | 2020-05-27T12:57:36.580000 | 2019-05-30T13:55:01 | 2019-05-30T13:55:01 | 188,627,248 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.demo.model.PO;
import com.example.demo.model.PO.base.BaseEntity;
import lombok.Data;
@Data
public class User extends BaseEntity {
private String username;
private String password;
public User(){}
public User(String username, String password) {
this.username = username;
... | UTF-8 | Java | 360 | java | User.java | Java | [
{
"context": "ername, String password) {\n this.username = username;\n this.password = password;\n }\n}\n",
"end": 316,
"score": 0.9989262223243713,
"start": 308,
"tag": "USERNAME",
"value": "username"
},
{
"context": " this.username = username;\n this.passwor... | null | [] | package com.example.demo.model.PO;
import com.example.demo.model.PO.base.BaseEntity;
import lombok.Data;
@Data
public class User extends BaseEntity {
private String username;
private String password;
public User(){}
public User(String username, String password) {
this.username = username;
... | 362 | 0.697222 | 0.697222 | 17 | 20.17647 | 17.490284 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.470588 | false | false | 2 |
0434aa853addf0b12ba4dba0ed24b5b244147a84 | 16,990,890,647,362 | 2cd4ed5792b10994ed36afc0fd730af14cf5aeb3 | /health club/code/src/update_package.java | 233a54cd8f97318920fc8e804ba8c3928ce05337 | [] | no_license | achal04/DxHealthClub | https://github.com/achal04/DxHealthClub | 2ce88fba5e9f38fc80c2acdfb5cbfff0c089d4a7 | 099c2ca70841d6b9ff0066a1bda466a3d858d1d3 | refs/heads/master | 2021-03-12T20:36:39.036000 | 2013-11-15T18:46:05 | 2013-11-15T18:46:05 | 14,431,637 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.sql.*;
import javax.swing.*;
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
/*
* update_package.java
*
* Created on Sep 26, 2010, 9:43:45 AM
*/
/**
*
* @author Agarwal's
*/
public class update_package extends javax.swing.JFrame {
/** Creates... | UTF-8 | Java | 18,775 | java | update_package.java | Java | [
{
"context": "on Sep 26, 2010, 9:43:45 AM\n */\n\n/**\n *\n * @author Agarwal's\n */\npublic class update_package extends javax.swi",
"end": 242,
"score": 0.9997690916061401,
"start": 233,
"tag": "NAME",
"value": "Agarwal's"
}
] | null | [] | import java.sql.*;
import javax.swing.*;
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
/*
* update_package.java
*
* Created on Sep 26, 2010, 9:43:45 AM
*/
/**
*
* @author Agarwal's
*/
public class update_package extends javax.swing.JFrame {
/** Creates... | 18,775 | 0.614541 | 0.595792 | 350 | 52.642857 | 41.28619 | 354 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.86 | false | false | 2 |
bda62e7f3ab5f1c7aa4fb04e963d15b6fe06e672 | 13,048,110,657,467 | 104b421e536d1667a70f234ec61864f9278137c4 | /code/org/apache/cordova/whitelist/WhitelistPlugin.java | 6bfa8b572eecdc5fd4687db59ffe70d21d6fe058 | [] | no_license | AshwiniVijayaKumar/Chrome-Cars | https://github.com/AshwiniVijayaKumar/Chrome-Cars | f2e61347c7416d37dae228dfeaa58c3845c66090 | 6a5e824ad5889f0e29d1aa31f7a35b1f6894f089 | refs/heads/master | 2021-01-15T11:07:57.050000 | 2016-05-13T05:01:09 | 2016-05-13T05:01:09 | 58,521,050 | 1 | 0 | null | true | 2016-05-11T06:51:56 | 2016-05-11T06:51:56 | 2016-05-06T14:21:56 | 2016-05-11T06:20:45 | 45,786 | 0 | 0 | 0 | null | null | null | package org.apache.cordova.whitelist;
import android.content.Context;
import android.util.Log;
import org.apache.cordova.ConfigXmlParser;
import org.apache.cordova.CordovaPlugin;
import org.apache.cordova.CordovaWebView;
import org.apache.cordova.Whitelist;
import org.xmlpull.v1.XmlPullParser;
public class WhitelistP... | UTF-8 | Java | 6,195 | java | WhitelistPlugin.java | Java | [] | null | [] | package org.apache.cordova.whitelist;
import android.content.Context;
import android.util.Log;
import org.apache.cordova.ConfigXmlParser;
import org.apache.cordova.CordovaPlugin;
import org.apache.cordova.CordovaWebView;
import org.apache.cordova.Whitelist;
import org.xmlpull.v1.XmlPullParser;
public class WhitelistP... | 6,195 | 0.666667 | 0.655206 | 207 | 28.932367 | 27.655844 | 137 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.52657 | false | false | 2 |
2bce5db9434890b8ced07e32a2ab3b63244b4206 | 27,410,481,288,081 | 7e4039769ea3210427b5e99ca761c31da17a94ef | /src/main/java/fernando/estudos/designpatterns/strategy/Investimento.java | b6367f5f7cc38b2710c91c1a12c9c9be35604deb | [] | no_license | fppfurtado/estudos-java | https://github.com/fppfurtado/estudos-java | 405607970ce13021a87667eeadd262bcade8b387 | 386fc2b791b8f4f2834345ee93bfab77ca1d6b3c | refs/heads/master | 2020-07-09T16:08:58.273000 | 2019-09-23T22:50:42 | 2019-09-23T22:50:42 | 204,018,889 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package fernando.estudos.designpatterns.strategy;
public interface Investimento {
double calculaRendimento(double valor);
}
| UTF-8 | Java | 131 | java | Investimento.java | Java | [] | null | [] | package fernando.estudos.designpatterns.strategy;
public interface Investimento {
double calculaRendimento(double valor);
}
| 131 | 0.801527 | 0.801527 | 5 | 24.200001 | 20.17325 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 2 |
51d24070946a4df80452156e93f7829b69a57364 | 32,865,089,749,887 | e07ec4029fd51ce92fb43890bd9e39535173cb54 | /Happy/app/src/main/java/hu/ait/android/happy/fragment/WeatherFragment.java | 67767b5f9fbf99b89e3d36e2d7a90f496f0fb3a4 | [] | no_license | madelinelee99/HappyApp | https://github.com/madelinelee99/HappyApp | a330e30eb4dc1d7d73e58aebca9dcf965b10e197 | 073d7be6d809dd58eb11ddabb25676c947693cfe | refs/heads/master | 2020-12-31T07:32:15.484000 | 2016-05-23T12:22:19 | 2016-05-23T12:22:19 | 57,954,147 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package hu.ait.android.happy.fragment;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.TextView;
import com... | UTF-8 | Java | 3,675 | java | WeatherFragment.java | Java | [] | null | [] | package hu.ait.android.happy.fragment;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.TextView;
import com... | 3,675 | 0.636463 | 0.633741 | 92 | 38.923912 | 31.78092 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.532609 | false | false | 2 |
6b48ca0293c23d59bfb6538edfb59d9764ead543 | 31,121,333,040,793 | 22f9be218f9acc8e2bb83451c292313107b4c432 | /BSc-projects-old/eshop/Card.java | 8a8674a659ffb2f341c0cb91320d5c227b851359 | [] | no_license | lefteran/Programming | https://github.com/lefteran/Programming | 9992694fbc41f03bd9edadc10e1cb2e9fe649f55 | c274bb369b045ffe8e34f2d96c7e296060e8068f | refs/heads/master | 2020-03-07T17:49:53.670000 | 2018-05-07T10:54:52 | 2018-05-07T10:54:52 | 127,622,141 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package login;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.logging.Level;
import java.util.logging.Logger;
import javax.servlet.*;
import database.Database;
import java.util.Calendar;
/**... | UTF-8 | Java | 2,300 | java | Card.java | Java | [
{
"context": "ase;\nimport java.util.Calendar;\n\n/**\n *\n * @author johnfouf\n */\npublic class Card implements java.io.Seriali",
"end": 343,
"score": 0.9995909929275513,
"start": 335,
"tag": "USERNAME",
"value": "johnfouf"
}
] | null | [] | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package login;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.logging.Level;
import java.util.logging.Logger;
import javax.servlet.*;
import database.Database;
import java.util.Calendar;
/**... | 2,300 | 0.561739 | 0.544783 | 72 | 30.944445 | 28.46874 | 150 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.638889 | false | false | 2 |
9002f3a0949bbf0edf4ee78a354b162919eb9c1e | 25,142,738,585,972 | c900a4643f6cb4e7634612ab20a7b2d02dbb7979 | /src/main/java/com/fvgprinc/app/web/reggastos/actions/catalogs/ListMonedasAction.java | 3a89daf7eb6002cfdb3cc679ab6e50ddfcefd1b3 | [] | no_license | f-vargasg/WebAppRegGastos | https://github.com/f-vargasg/WebAppRegGastos | 6ad29fd6cc039eab5b074b42814fae7e709acccc | d2e5f46ef7ee37938353865d7c6d2b46bcd5d957 | refs/heads/master | 2023-02-17T07:13:46.158000 | 2021-01-07T03:44:53 | 2021-01-07T03:44:53 | 323,232,142 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.fvgprinc.app.web.reggastos.actions.catalogs;
import com.fvgprinc.app.web.reggastos.bean.Moneda;
import com.fvgprinc.app.we... | UTF-8 | Java | 2,820 | java | ListMonedasAction.java | Java | [
{
"context": "2.convention.annotation.Result;\n\n/**\n *\n * @author garfi\n */\n\n@Namespace(value = \"/\")\n@Action(value = \"lis",
"end": 718,
"score": 0.9987666010856628,
"start": 713,
"tag": "USERNAME",
"value": "garfi"
}
] | 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 com.fvgprinc.app.web.reggastos.actions.catalogs;
import com.fvgprinc.app.web.reggastos.bean.Moneda;
import com.fvgprinc.app.we... | 2,820 | 0.661702 | 0.652482 | 109 | 24.871559 | 22.410311 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.40367 | false | false | 2 |
39a3df5f6d474e81019fb77151fc562aa0a3355f | 31,842,887,597,233 | ff5d3450792ca178d26d494ad8413694236f0b60 | /src/main/java/com/javatechie/spring/ajax/api/service/AdminService.java | c1364cd43e06acd7d30e094d597f683d19fd5d24 | [] | no_license | sattarasif/PreMoney | https://github.com/sattarasif/PreMoney | 62906942ef6d7da5cf0821503c6ffb7d025c468d | 67c89a91c4853de3c12792c6f6b5587a70ad786a | refs/heads/master | 2023-06-23T08:11:35.663000 | 2021-07-11T06:43:19 | 2021-07-11T06:43:19 | 384,876,088 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.javatechie.spring.ajax.api.service;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import org.springframework.beans.factory.annotation.Autowired;
imp... | UTF-8 | Java | 8,394 | java | AdminService.java | Java | [
{
"context": "etInstance(document, new FileOutputStream(\"/Users/asifsattar/Desktop/Node/html.pdf\"));\n\t document.open();\n\t",
"end": 4772,
"score": 0.9578597545623779,
"start": 4762,
"tag": "USERNAME",
"value": "asifsattar"
},
{
"context": "tml(writer, document, new FileInputS... | null | [] | package com.javatechie.spring.ajax.api.service;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import org.springframework.beans.factory.annotation.Autowired;
imp... | 8,394 | 0.809626 | 0.806886 | 204 | 40.14706 | 30.992693 | 140 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.95098 | false | false | 2 |
efac8ef776c2f0c79863c000a1bf37c1dbba937d | 12,240,656,810,225 | 4ea520ba151f3616b845881c2fbb2108c44b38d4 | /lottery_android.git/src/com/caixiang/lottery/ui/widget/ZjqPlayView.java | d7e2c70aa92035bf4eb64a02ee49326ae9496165 | [] | no_license | DirkZhao/java-git | https://github.com/DirkZhao/java-git | 1274649c3fa2eb42f72c81757b2e0bdc4332d62e | b2d133dcda64bfbc57896e8b8ccc3dcb526aed2f | refs/heads/master | 2016-05-22T17:19:12.993000 | 2015-03-16T05:48:33 | 2015-03-16T05:48:33 | 30,006,971 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.caixiang.lottery.ui.widget;
import java.util.HashMap;
import android.app.Activity;
import android.content.Context;
import android.util.AttributeSet;
import android.view.LayoutInflater;
import android.view.MotionEvent;
import android.view.View;
import android.widget.LinearLayout;
import android.widget.Text... | UTF-8 | Java | 3,551 | java | ZjqPlayView.java | Java | [] | null | [] | package com.caixiang.lottery.ui.widget;
import java.util.HashMap;
import android.app.Activity;
import android.content.Context;
import android.util.AttributeSet;
import android.view.LayoutInflater;
import android.view.MotionEvent;
import android.view.View;
import android.widget.LinearLayout;
import android.widget.Text... | 3,551 | 0.630922 | 0.626383 | 125 | 27.200001 | 24.962051 | 144 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.552 | false | false | 2 |
e2b80f34b7af466353c95265809f9f04d86c5625 | 12,429,635,376,428 | 0f6d5e0c322298fcfb384deed78d55bb8abdce3e | /src/ibm/WordFactor.java | 92e6256c8f17f601423c3bc46fd6e0a92c4beda8 | [] | no_license | vnkt/IBMRemote | https://github.com/vnkt/IBMRemote | c052bf3e20f0338508886cb64713083c3721beb8 | bb436f26391fb4f28c5c82823e0e4321a5ac2654 | refs/heads/master | 2021-01-10T01:28:37.820000 | 2015-12-19T13:40:53 | 2015-12-19T13:40:53 | 48,283,268 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package ibm;
import javax.xml.parsers.DocumentBuilder;
import javax.xml.parsers.DocumentBuilderFactory;
import java.io.*;
import org.w3c.dom.Document;
import org.w3c.dom.Element;
import org.w3c.dom.Node;
import org.w3c.... | UTF-8 | Java | 10,668 | java | WordFactor.java | Java | [] | null | [] | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package ibm;
import javax.xml.parsers.DocumentBuilder;
import javax.xml.parsers.DocumentBuilderFactory;
import java.io.*;
import org.w3c.dom.Document;
import org.w3c.dom.Element;
import org.w3c.dom.Node;
import org.w3c.... | 10,668 | 0.365298 | 0.361361 | 208 | 50.28846 | 33.765503 | 161 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.615385 | false | false | 2 |
29451bf53f3ee5d96fc4a97a869893a340faf36e | 7,473,243,159,052 | 77f1f3e56f5b27071189eb4c61a7a59e11e2a958 | /sevenget/src/main/java/com/sevenget/seven/LoginController.java | 9aa31b1ad7b10bf8741e3a287177e65ec00feaad | [] | no_license | sevenget/finpjt | https://github.com/sevenget/finpjt | 9d38bf382aa5dd53d1cda971f4d4f99297fbeacb | 25db02851f44b714b1d4b738606eb7d710603a93 | refs/heads/master | 2021-04-30T10:13:03.167000 | 2018-03-07T07:32:20 | 2018-03-07T07:32:20 | 121,327,239 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sevenget.seven;
import java.io.IOException;
import java.io.PrintWriter;
import java.util.Locale;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframewo... | UTF-8 | Java | 4,201 | java | LoginController.java | Java | [
{
"context": "foDTO();\r\n\t\t\r\n\t\tdto.setId(id);\r\n\t\tdto.setPassword(password);\r\n\t\tdto.setName(name);\r\n\t\tdto.setBirth(birth);\r\n",
"end": 3621,
"score": 0.9975790977478027,
"start": 3613,
"tag": "PASSWORD",
"value": "password"
}
] | null | [] | package com.sevenget.seven;
import java.io.IOException;
import java.io.PrintWriter;
import java.util.Locale;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframewo... | 4,203 | 0.709741 | 0.709248 | 130 | 29.192308 | 26.036098 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.176923 | false | false | 2 |
b7d00d588fcf5b3af69940bece87ce1c91555773 | 10,960,756,610,824 | db8d0016325aec485bf8b66a7d0f84bb925cc7d0 | /shop-service-api/src/main/java/com/rt/shop/service/IComplaintSubjectService.java | 39bf0f59d69ebdcf0679a4c2c62a61e7c3ee4c7b | [] | no_license | jjmnbv/shop | https://github.com/jjmnbv/shop | a0ff70e235de91198cea0a7b0efc270a8719ccd0 | 48c6d47f12468b5692f13c20f7c7f24592acb1b0 | refs/heads/master | 2021-06-12T14:09:31.784000 | 2017-04-07T02:59:12 | 2017-04-07T02:59:12 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.rt.shop.service;
import com.rt.shop.entity.ComplaintSubject;
import com.baomidou.framework.service.ISuperService;
/**
*
* ComplaintSubject 表数据服务层接口
*
*/
public interface IComplaintSubjectService extends ISuperService<ComplaintSubject> {
} | UTF-8 | Java | 274 | java | IComplaintSubjectService.java | Java | [] | null | [] | package com.rt.shop.service;
import com.rt.shop.entity.ComplaintSubject;
import com.baomidou.framework.service.ISuperService;
/**
*
* ComplaintSubject 表数据服务层接口
*
*/
public interface IComplaintSubjectService extends ISuperService<ComplaintSubject> {
} | 274 | 0.794574 | 0.794574 | 14 | 17.5 | 24.999287 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.214286 | false | false | 2 |
d1224f445e70e5b145d8e9aa23c4a1063e7a37a0 | 31,971,736,593,171 | 516a623e5ea846a83123de733271184d9f5238b3 | /src/main/java/markprojects/SubImage.java | ab8439c28010a8e92874e0decfa8383d7a591fc4 | [] | no_license | markers920/image-collage | https://github.com/markers920/image-collage | 01a41fce730a67a105b3502f8b94103b014870b6 | 49730a971612f871de50316a097a28662fb26108 | refs/heads/master | 2021-01-10T07:17:17.281000 | 2015-12-27T23:43:12 | 2015-12-27T23:43:12 | 48,595,931 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package markprojects;
import java.awt.Color;
import java.awt.Graphics2D;
import java.awt.image.BufferedImage;
import java.io.File;
import java.io.IOException;
import javax.imageio.ImageIO;
public class SubImage {
private static final int[] WIDTH_NUMERATOR = {1, 2, 3, 4, 1, 3, 1, 2, 4, 1, 3};
private static fin... | UTF-8 | Java | 3,587 | java | SubImage.java | Java | [] | null | [] | package markprojects;
import java.awt.Color;
import java.awt.Graphics2D;
import java.awt.image.BufferedImage;
import java.io.File;
import java.io.IOException;
import javax.imageio.ImageIO;
public class SubImage {
private static final int[] WIDTH_NUMERATOR = {1, 2, 3, 4, 1, 3, 1, 2, 4, 1, 3};
private static fin... | 3,587 | 0.67438 | 0.646501 | 138 | 24.992754 | 21.291115 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.521739 | false | false | 2 |
1dbcf35c189327288561ec25d9c66ef7014590b3 | 2,147,483,710,976 | aa088773dddbc242c438225a6bf44dd4cd47f390 | /src/com/chute/parser/source/CustomEventSource.java | 6ca600306129a2700c02f8da61b60d558568ece8 | [] | no_license | standahj/DataGenerator | https://github.com/standahj/DataGenerator | 1596f06530c52f6b674ef9336c9d98145e1150bc | d63472b19111e246ba9d574e9b646eec8d6ffa0c | refs/heads/master | 2020-03-23T16:36:58.148000 | 2018-07-22T10:24:27 | 2018-07-22T10:24:27 | 141,820,201 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.chute.parser.source;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.net.ServerSocket;
import java.net.Socket;
import java.util.ArrayList;
import java.util.List;
import java.util.concurrent.ArrayBlockingQueue;
import java.util.concurrent.Bl... | UTF-8 | Java | 10,487 | java | CustomEventSource.java | Java | [
{
"context": ".config.EventParserConfig;\r\n\r\n/**\r\n * \r\n * @author shejny\r\n *\r\n *\tCustomEventSource provides equivalent fun",
"end": 742,
"score": 0.9991253018379211,
"start": 736,
"tag": "USERNAME",
"value": "shejny"
}
] | null | [] | package com.chute.parser.source;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.net.ServerSocket;
import java.net.Socket;
import java.util.ArrayList;
import java.util.List;
import java.util.concurrent.ArrayBlockingQueue;
import java.util.concurrent.Bl... | 10,487 | 0.693335 | 0.691332 | 265 | 37.577358 | 35.939293 | 170 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.279245 | false | false | 2 |
8be42359016877f15cde7462a54db1895c440d9e | 4,535,485,472,059 | 14532d2593789bea63f4cfb2b3e8e75b07449da3 | /Rover_Ruckus_2018-2019/TestBot/TeamCode/src/main/java/TestBot/EmptyChassisDrive.java | d211ddd3483a04dd61f7288b1bb101e40bb7be03 | [] | no_license | Wowwer-wowamazing0com1wow/RoboHeroes-12861 | https://github.com/Wowwer-wowamazing0com1wow/RoboHeroes-12861 | 732ffc53e21a3663f2c1d232b13109c0babbb66f | 0bc816eefec42b6f3eac206c5636082b2e5248f8 | refs/heads/master | 2020-12-09T01:52:30.783000 | 2020-01-05T01:52:20 | 2020-01-05T01:52:20 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package TestBot;
import com.qualcomm.robotcore.eventloop.opmode.LinearOpMode;
import com.qualcomm.robotcore.eventloop.opmode.OpMode;
import com.qualcomm.robotcore.eventloop.opmode.TeleOp;
import com.qualcomm.robotcore.hardware.DcMotor;
import com.qualcomm.robotcore.hardware.DcMotorSimple;
import TestBot.Init.Hardware... | UTF-8 | Java | 1,160 | java | EmptyChassisDrive.java | Java | [] | null | [] | package TestBot;
import com.qualcomm.robotcore.eventloop.opmode.LinearOpMode;
import com.qualcomm.robotcore.eventloop.opmode.OpMode;
import com.qualcomm.robotcore.eventloop.opmode.TeleOp;
import com.qualcomm.robotcore.hardware.DcMotor;
import com.qualcomm.robotcore.hardware.DcMotorSimple;
import TestBot.Init.Hardware... | 1,160 | 0.650862 | 0.643966 | 40 | 28 | 21.794495 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 2 |
c20eb595519a8235efab10d485bb3be0ee407407 | 13,340,168,467,666 | d6fd7ca6fed166e2ce21250c0a513ec3d086b36e | /src/main/java/at/creadoo/homematic/link/HMSerialLink.java | d9d914bbb53b494bbdc6a4dd3f76565250dfc629 | [] | no_license | crea-doo/homematic-java | https://github.com/crea-doo/homematic-java | b606094434dee1a6b5a2631891adcbdac4824662 | 5f6feda17782b77275eff3146d4fdf45ea09a888 | refs/heads/master | 2022-06-26T02:49:51.881000 | 2022-05-20T21:32:46 | 2022-05-20T21:32:46 | 51,786,475 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright 2017 crea-doo.at
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | UTF-8 | Java | 4,369 | java | HMSerialLink.java | Java | [] | null | [] | /*
* Copyright 2017 crea-doo.at
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | 4,369 | 0.681392 | 0.676814 | 182 | 23.005495 | 24.887108 | 141 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.807692 | false | false | 2 |
4e3fe2ccd6883ea7239a63ded2f0111a30798ea1 | 30,039,001,331,928 | 675322b05086850e754124ef5a7b156daff1076b | /src/stepF/StepF5.java | 19c9eedf120f640ba904fe85b5f2e98fdf50ddff | [] | no_license | to2915ny/JavaWorkbook_2018 | https://github.com/to2915ny/JavaWorkbook_2018 | a86fb06dff312091f14b550e63f2da996ba2551d | 09c2e598cb3381c7d7a4a22f37dc4040dabf8430 | refs/heads/master | 2020-04-11T16:25:16.786000 | 2019-01-06T15:05:15 | 2019-01-06T15:05:15 | 161,921,720 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package stepF;
import java.util.Scanner;
public class StepF5 {
private int number[][]= new int[5][3];
private int total;
public StepF5() {
input();
}
void input() {
int i,j;
Scanner s = new Scanner(System.in);
for(i=0;i<5;i++) {
for(j=0;j<3;j++) {
System.out.print((i+1)+"0"+(j+1)+"호에 살고 있는 사람의... | UTF-8 | Java | 554 | java | StepF5.java | Java | [] | null | [] | package stepF;
import java.util.Scanner;
public class StepF5 {
private int number[][]= new int[5][3];
private int total;
public StepF5() {
input();
}
void input() {
int i,j;
Scanner s = new Scanner(System.in);
for(i=0;i<5;i++) {
for(j=0;j<3;j++) {
System.out.print((i+1)+"0"+(j+1)+"호에 살고 있는 사람의... | 554 | 0.571721 | 0.54918 | 26 | 17.76923 | 17.925718 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.153846 | false | false | 2 |
9891585619bcea3c27dffdf06839ad1c51e253a4 | 30,039,001,333,358 | d9cd4f8a1052f902cb01a7dce88ae8070810bb4f | /src/ci/java/com/VampireNumbersUsingStrings.java | ffffe887614052d8be3c27083b79bb6b13da9bd9 | [] | no_license | robinjha/java_problems | https://github.com/robinjha/java_problems | 2b7c46b659411564ecc8790dc1ca9c518b41cecb | 8291f2b049504be73e1d94479b42a94c528af276 | refs/heads/master | 2021-01-22T14:38:59.687000 | 2015-02-09T05:30:58 | 2015-02-09T05:30:58 | 12,232,057 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ci.java.com;
import java.io.*;
import java.util.*;
import java.awt.geom.*;
/**
* Solution to Vampire Numbers.
*
*/
public class VampireNumbersUsingStrings
{
public Scanner sc;
public PrintStream ps;
/**
* Compute a "signature" for a string.
* That's just another string with the ch... | UTF-8 | Java | 2,240 | java | VampireNumbersUsingStrings.java | Java | [
{
"context": " {\n// sc = new Scanner( new File( \"/Users/robin/Documents/workspace/java_problems/src/ci/java/com",
"end": 1597,
"score": 0.9987486600875854,
"start": 1592,
"tag": "USERNAME",
"value": "robin"
}
] | null | [] | package ci.java.com;
import java.io.*;
import java.util.*;
import java.awt.geom.*;
/**
* Solution to Vampire Numbers.
*
*/
public class VampireNumbersUsingStrings
{
public Scanner sc;
public PrintStream ps;
/**
* Compute a "signature" for a string.
* That's just another string with the ch... | 2,240 | 0.508036 | 0.504911 | 87 | 24.735632 | 23.162325 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.367816 | false | false | 2 |
ac77ac46783d54cc14f1a0b2f76b68c3d34eb515 | 8,589,934,624,364 | cc511ceb3194cfdd51f591e50e52385ba46a91b3 | /example/source_code/jackrabbit/jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/authorization/PrivilegeBits.java | 3e6502828c7b422c8d8f756761712c66faa6d7db | [] | no_license | huox-lamda/testing_hw | https://github.com/huox-lamda/testing_hw | a86cdce8d92983e31e653dd460abf38b94a647e4 | d41642c1e3ffa298684ec6f0196f2094527793c3 | refs/heads/master | 2020-04-16T19:24:49.643000 | 2019-01-16T15:47:13 | 2019-01-16T15:47:13 | 165,858,365 | 3 | 3 | null | null | null | null | null | null | null | null | null | null | null | null | null | org apach jackrabbit core secur author
java util arrai
java util hash map hashmap
java util map
code privilegebit code
privileg bit privilegebit
privileg bit privilegebit empti privileg bit privilegebit unmodifi data unmodifiabledata empti
read privat static final long read privilegeregistri read
map long privileg bit ... | UTF-8 | Java | 8,297 | java | PrivilegeBits.java | Java | [] | null | [] | org apach jackrabbit core secur author
java util arrai
java util hash map hashmap
java util map
code privilegebit code
privileg bit privilegebit
privileg bit privilegebit empti privileg bit privilegebit unmodifi data unmodifiabledata empti
read privat static final long read privilegeregistri read
map long privileg bit ... | 8,297 | 0.86007 | 0.86007 | 318 | 25.091194 | 19.193024 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0 | false | false | 2 |
80b43e76b79069b08bf162fef9ba49db6989040b | 20,607,253,098,883 | 2cad3b1a8d51702c14a440cf14dcd1eb9ec74c87 | /src/main/java/com/example/api/service/OcrService.java | a8d825c6dbbcbe1c50eb4de5e7bc9ceebfbe842b | [] | no_license | sz4m4n/OpticalCharacterRecognition | https://github.com/sz4m4n/OpticalCharacterRecognition | 5f025b757d393c077f827913fbfccfb40fc57441 | d74f84c19a3f5eae4ebdae63d3f79daea3d4af6f | refs/heads/master | 2020-09-11T04:12:31.304000 | 2019-11-15T14:28:04 | 2019-11-15T14:28:04 | 221,935,404 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.api.service;
import net.sourceforge.tess4j.ITesseract;
import net.sourceforge.tess4j.Tesseract;
import net.sourceforge.tess4j.TesseractException;
import org.springframework.stereotype.Service;
import javax.imageio.ImageIO;
import java.awt.image.BufferedImage;
import java.io.IOException;
import jav... | UTF-8 | Java | 963 | java | OcrService.java | Java | [] | null | [] | package com.example.api.service;
import net.sourceforge.tess4j.ITesseract;
import net.sourceforge.tess4j.Tesseract;
import net.sourceforge.tess4j.TesseractException;
import org.springframework.stereotype.Service;
import javax.imageio.ImageIO;
import java.awt.image.BufferedImage;
import java.io.IOException;
import jav... | 963 | 0.677051 | 0.67082 | 35 | 26.514286 | 20.316597 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 2 |
659dbfc4018d6634f68256c012f654652e7eae1a | 8,486,855,420,790 | 5559c4bf1a359c20144811c335947fecaae0f860 | /uikit/src/main/java/com/lzp/baseui/recyclerview/BaseRecycleViewAdapter.java | 56ccb5970b89997a036557c0be0c274539f3007b | [] | no_license | li504799868/BaseUI | https://github.com/li504799868/BaseUI | 7b6c063648492fad787955d527fe3431e1307487 | c75f10dd613d601fa6447dc08aa9dad9985a5cd1 | refs/heads/master | 2020-03-27T03:08:53.003000 | 2018-12-12T06:27:15 | 2018-12-12T06:27:15 | 145,841,393 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lzp.baseui.recyclerview;
import android.content.Context;
import android.support.annotation.NonNull;
import android.support.v7.widget.GridLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.support.v7.widget.StaggeredGridLayoutManager;
import android.view.LayoutInflater;
import andr... | UTF-8 | Java | 11,680 | java | BaseRecycleViewAdapter.java | Java | [
{
"context": "rayList;\nimport java.util.List;\n\n/**\n * Created by li.zhipeng on 2018/08/23.\n * <p>\n * 封装的RecyclerView.Adapter的",
"end": 447,
"score": 0.9939668774604797,
"start": 437,
"tag": "USERNAME",
"value": "li.zhipeng"
}
] | null | [] | package com.lzp.baseui.recyclerview;
import android.content.Context;
import android.support.annotation.NonNull;
import android.support.v7.widget.GridLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.support.v7.widget.StaggeredGridLayoutManager;
import android.view.LayoutInflater;
import andr... | 11,680 | 0.601823 | 0.598785 | 417 | 25.836931 | 26.138027 | 142 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.311751 | false | false | 2 |
3006bb6dcbaf6edab2f6d8ff55d66fd123819315 | 33,732,673,166,378 | 35d51cb3a9c390ad16b2b6ed9f13f4f84028b04b | /Finals/src/finals/EditMeeting.java | d0099a7d489403a02b46e5857e6069bb2d2e67b9 | [] | no_license | chittaksh/CS320-Fall-2015-Lease-Management-System | https://github.com/chittaksh/CS320-Fall-2015-Lease-Management-System | 58f3758f1864278ad4f97051ef59d04b1860fd75 | 9bd4c34781fff5fd8e2db8a625a67cb2d94fdce2 | refs/heads/master | 2020-12-14T09:43:07.897000 | 2017-09-14T20:59:58 | 2017-09-14T20:59:58 | 55,467,456 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package finals;
import java.io.IOException;
import java.util.ArrayList;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import model.DataLink;
import ... | UTF-8 | Java | 3,572 | java | EditMeeting.java | Java | [] | null | [] | package finals;
import java.io.IOException;
import java.util.ArrayList;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import model.DataLink;
import ... | 3,572 | 0.68897 | 0.68869 | 137 | 25.072992 | 23.603054 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.89781 | false | false | 2 |
c9295cf507dbc37a657a68e2d1cceab68b58ffea | 27,006,754,380,681 | 27835b326965575e47e91e7089b918b642a91247 | /src/by/it/seroglazov/project/java/controller/CmdChangeRecipe.java | 6a3b85b613bb2a5a3267d27f52432b4ba5d3c262 | [] | no_license | s-karpovich/JD2018-11-13 | https://github.com/s-karpovich/JD2018-11-13 | c3bc03dc6268d52fd8372641b12c341aa3a3e11f | 5f5be48cb1619810950a629c47e46d186bf1ad93 | refs/heads/master | 2020-04-07T19:54:15.964000 | 2019-04-01T00:37:29 | 2019-04-01T00:37:29 | 158,667,895 | 2 | 0 | null | true | 2018-11-22T08:40:16 | 2018-11-22T08:40:16 | 2018-11-21T20:28:04 | 2018-11-21T20:28:02 | 323 | 0 | 0 | 0 | null | false | null | package by.it.seroglazov.project.java.controller;
import by.it.seroglazov.project.java.beans.*;
import by.it.seroglazov.project.java.dao.Dao;
import by.it.seroglazov.project.java.dao.MyDao;
import javax.servlet.http.HttpServletRequest;
import java.util.List;
class CmdChangeRecipe extends Cmd {
private static fin... | UTF-8 | Java | 6,729 | java | CmdChangeRecipe.java | Java | [] | null | [] | package by.it.seroglazov.project.java.controller;
import by.it.seroglazov.project.java.beans.*;
import by.it.seroglazov.project.java.dao.Dao;
import by.it.seroglazov.project.java.dao.MyDao;
import javax.servlet.http.HttpServletRequest;
import java.util.List;
class CmdChangeRecipe extends Cmd {
private static fin... | 6,729 | 0.476445 | 0.474811 | 136 | 48.47794 | 32.889961 | 136 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.838235 | false | false | 2 |
ae568c3c2b73dd6d532c2e332d77764ff4f0c4d7 | 29,205,777,654,675 | 63c5557a43f1fcd4dbc2100f045eea1add5305e0 | /commons/manage-trigger-lifecycle/src/main/java/com/enablix/trigger/lifecycle/impl/LaterCheckpointExecTimeInterpreter.java | ad7ca15752ed36008139a51c0859ebfca1ef52e4 | [] | no_license | dikshitluthra/enablix | https://github.com/dikshitluthra/enablix | 409758260002d371dac88ad88b73a084e932034d | 990e162b66efbc0199c01a84bcc441ca802da15f | refs/heads/master | 2018-12-25T22:23:11.120000 | 2018-12-21T19:39:50 | 2018-12-21T19:39:50 | 31,672,399 | 1 | 3 | null | false | 2016-12-14T07:21:02 | 2015-03-04T18:19:40 | 2016-10-25T10:37:13 | 2016-12-11T11:49:00 | 97,494 | 0 | 0 | 0 | Java | null | null | package com.enablix.trigger.lifecycle.impl;
import java.util.Calendar;
import java.util.Date;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.stereotype.Component;
import com.enablix.core.commons.xsdtopojo.CheckpointType;
import com.enablix.core.commons.xsdtopojo.ExecTimeType;
imp... | UTF-8 | Java | 1,740 | java | LaterCheckpointExecTimeInterpreter.java | Java | [] | null | [] | package com.enablix.trigger.lifecycle.impl;
import java.util.Calendar;
import java.util.Date;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.stereotype.Component;
import com.enablix.core.commons.xsdtopojo.CheckpointType;
import com.enablix.core.commons.xsdtopojo.ExecTimeType;
imp... | 1,740 | 0.75977 | 0.758621 | 64 | 26.1875 | 30.077438 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.234375 | false | false | 2 |
c4156c27f3b179b73327a9d1dc0de9cacd703bdb | 1,185,411,042,812 | b5a28bef8941095e6a10cd8c774e417864285f74 | /Metro_Version_Soap_Rest/src/main/java/me/uvmetro/metrov2_1/MostrarComprasResponse.java | 631dba8e3e23381c016db1c555d861a48d7bdec8 | [] | no_license | PrimalAngel/ServicioWeb_Metro | https://github.com/PrimalAngel/ServicioWeb_Metro | 9e78c5aa3c9b9929ad83a9756eaf396a44f0373b | 1085c8f3a385177a3d0c80cecfbbd4fddb5354ed | refs/heads/master | 2022-11-14T12:04:40.426000 | 2020-07-11T00:38:41 | 2020-07-11T00:38:41 | 249,624,731 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | //
// Este archivo ha sido generado por la arquitectura JavaTM para la implantación de la referencia de enlace (JAXB) XML v2.2.7
// Visite <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Todas las modificaciones realizadas en este archivo se perderán si se vuelve a compilar el esquema de... | UTF-8 | Java | 10,442 | java | MostrarComprasResponse.java | Java | [] | null | [] | //
// Este archivo ha sido generado por la arquitectura JavaTM para la implantación de la referencia de enlace (JAXB) XML v2.2.7
// Visite <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Todas las modificaciones realizadas en este archivo se perderán si se vuelve a compilar el esquema de... | 10,442 | 0.493678 | 0.482759 | 346 | 28.17341 | 24.690664 | 126 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.283237 | false | false | 2 |
847fcb79c3408830071ae1db96b1ebf9d3541180 | 30,004,641,551,934 | 3bf186002a5d04ee89b6922abe3556e518c6455b | /TestCamera/app/src/main/java/com/zk/testcamera/activity/Test4Activity.java | 5d81c2b5dc170732c6aa15a53d7549d5b3adbcbb | [] | no_license | 63966367/MyProject | https://github.com/63966367/MyProject | cb0bbb53a67137c0c028f0eca3e44e2c0307646a | f2298ff2c866887e0254e308cc37c4c652f51b66 | refs/heads/master | 2022-01-29T11:17:42.280000 | 2019-07-03T06:16:33 | 2019-07-03T06:16:33 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zk.testcamera.activity;
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.view.WindowManager;
import com.zk.testcamera.R;
impo... | UTF-8 | Java | 2,418 | java | Test4Activity.java | Java | [] | null | [] | package com.zk.testcamera.activity;
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.view.WindowManager;
import com.zk.testcamera.R;
impo... | 2,418 | 0.608007 | 0.588824 | 67 | 33.791046 | 23.021429 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.955224 | false | false | 2 |
9d14596f935998c0b99c36c4a49a51bfd688b3fb | 27,951,647,182,531 | 66d19fb59331f32520362c8478c5a7c19000e2ce | /mes-root/mes-auto-core/src/main/java/com/hengyi/japp/mes/auto/application/LineMachineService.java | 58521d1387da88206ef091ca8999ceda6f891396 | [] | no_license | ixtf/mes | https://github.com/ixtf/mes | d5008c03e383780b7b3bc85ea3cce7afec4b9d71 | 713c50add9e6cc4ba919a2c5a3a61fe5690d411d | refs/heads/master | 2023-01-07T08:10:16.505000 | 2019-11-11T20:35:12 | 2019-11-11T20:35:12 | 195,050,351 | 1 | 1 | null | false | 2023-01-07T07:27:21 | 2019-07-03T12:36:28 | 2019-12-05T00:25:34 | 2023-01-07T07:27:21 | 3,526 | 1 | 0 | 33 | Java | false | false | package com.hengyi.japp.mes.auto.application;
import com.hengyi.japp.mes.auto.application.command.LineMachineUpdateCommand;
import com.hengyi.japp.mes.auto.domain.LineMachine;
import com.hengyi.japp.mes.auto.domain.LineMachineProductPlan;
import java.security.Principal;
import java.util.List;
/**
* @author jzb 2018... | UTF-8 | Java | 629 | java | LineMachineService.java | Java | [
{
"context": ".Principal;\nimport java.util.List;\n\n/**\n * @author jzb 2018-06-22\n */\npublic interface LineMachineServic",
"end": 315,
"score": 0.9996030330657959,
"start": 312,
"tag": "USERNAME",
"value": "jzb"
}
] | null | [] | package com.hengyi.japp.mes.auto.application;
import com.hengyi.japp.mes.auto.application.command.LineMachineUpdateCommand;
import com.hengyi.japp.mes.auto.domain.LineMachine;
import com.hengyi.japp.mes.auto.domain.LineMachineProductPlan;
import java.security.Principal;
import java.util.List;
/**
* @author jzb 2018... | 629 | 0.804452 | 0.791733 | 20 | 30.450001 | 32.049141 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.7 | false | false | 2 |
1a75f5acffb26792a470791336656f28bdf503c1 | 27,839,978,032,168 | b8e6670705fa24331a14c9fd1fbfe8fe4b92be6b | /代跑侠项目20190102/runner/src/com/jerrymice/runner/changePayPassword/service/PayPasswordServiceImpl.java | e72d766273858becb13340c38207fe287f044db7 | [] | no_license | HBSDLJZ/Runner | https://github.com/HBSDLJZ/Runner | 24cd5424b6f1a6af0eb4f4c9d404176d10c298aa | f08bb5383d635abd04bf664ac80def30d6074bb5 | refs/heads/master | 2020-04-07T15:48:13.972000 | 2019-01-02T00:39:53 | 2019-01-02T00:39:53 | 158,501,549 | 2 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jerrymice.runner.changePayPassword.service;
import javax.annotation.Resource;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import com.jerrymice.runner.changePayPassword.dao.PayPasswordDao;
import com.jerrymice.runner.entity.Information;
... | UTF-8 | Java | 634 | java | PayPasswordServiceImpl.java | Java | [] | null | [] | package com.jerrymice.runner.changePayPassword.service;
import javax.annotation.Resource;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import com.jerrymice.runner.changePayPassword.dao.PayPasswordDao;
import com.jerrymice.runner.entity.Information;
... | 634 | 0.834385 | 0.834385 | 23 | 26.565218 | 24.203531 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.73913 | false | false | 2 |
022217c64df2a54ee393f853b0bb80ea6e2105c2 | 29,798,483,141,083 | acfbc78f2a455fd6349f594157f878a57b712fc4 | /src/main/java/uz/xtreme/example/repository/auth/PermissionRepository.java | bd6ac9e5719c88dd1ed3caf9eddff2b003da8db9 | [] | no_license | xtreme-uz/spring-web-app | https://github.com/xtreme-uz/spring-web-app | f0ee644a50dfb4eb46c22e9def0985ec1b6c233a | 8d8e09ce5ddbed5e78be76dde7ad881a4ef35dd2 | refs/heads/master | 2021-08-07T23:17:25.275000 | 2020-09-06T07:08:21 | 2020-09-06T07:08:21 | 216,811,643 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package uz.xtreme.example.repository.auth;
import org.springframework.stereotype.Repository;
import uz.xtreme.example.criteria.auth.PermissionCriteria;
import uz.xtreme.example.dao.GenericDao;
import uz.xtreme.example.domain.auth.Permission;
import javax.persistence.Query;
import java.util.List;
import java.util.Map;... | UTF-8 | Java | 2,041 | java | PermissionRepository.java | Java | [
{
"context": "a.util.List;\nimport java.util.Map;\n\n/**\n * Author: Rustambekov Avazbek\n * Date: 23/10/19\n * Time: 16:46\n */\n\n@Repository",
"end": 356,
"score": 0.9998641014099121,
"start": 337,
"tag": "NAME",
"value": "Rustambekov Avazbek"
}
] | null | [] | package uz.xtreme.example.repository.auth;
import org.springframework.stereotype.Repository;
import uz.xtreme.example.criteria.auth.PermissionCriteria;
import uz.xtreme.example.dao.GenericDao;
import uz.xtreme.example.domain.auth.Permission;
import javax.persistence.Query;
import java.util.List;
import java.util.Map;... | 2,028 | 0.692798 | 0.687408 | 54 | 36.796295 | 40.334427 | 155 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.722222 | false | false | 2 |
8ec1fa1f08ef3e608878539c71a3c77cf965d590 | 20,770,461,860,399 | 55b80a498fadd18c7882f96ce7fa2ac5d54def12 | /Objects/src/Objects/CrazyObject.java | 56fc0600e97fa5e43f77aac40815042955c3e474 | [] | no_license | mijaelro/-Java-822-119 | https://github.com/mijaelro/-Java-822-119 | 783dc5eec5e61cef46b4393c4f46fac24892aa60 | 882a7f6533ee730abfc9e16746b8b49f45b91fda | refs/heads/master | 2021-01-03T06:59:58.534000 | 2020-01-31T11:15:59 | 2020-01-31T11:15:59 | 239,970,457 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Objects;
public class CrazyObject {
public String name = "Yaniv";
@Override
public String toString() {
return "Shalom " + name;
}
}
| UTF-8 | Java | 150 | java | CrazyObject.java | Java | [
{
"context": "ublic class CrazyObject {\n\n\tpublic String name = \"Yaniv\";\n\t\n\t@Override\n\tpublic String toString() {\n\t\tretu",
"end": 74,
"score": 0.9991207718849182,
"start": 69,
"tag": "NAME",
"value": "Yaniv"
},
{
"context": "\n\t@Override\n\tpublic String toString() {\n\... | null | [] | package Objects;
public class CrazyObject {
public String name = "Yaniv";
@Override
public String toString() {
return "Shalom " + name;
}
}
| 150 | 0.673333 | 0.673333 | 11 | 12.636364 | 12.009638 | 30 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.909091 | false | false | 2 |
6c258e774654cee8438e0a2db44f249af3500df0 | 12,893,491,881,894 | 65c9061f5c722f6407825e55f008b5e6c1c1d819 | /rpa-application/src/main/java/com/szcinda/express/controller/netty/NettyChannelInitializer.java | de11a51df65efe6886b611fea9764c68c367bb66 | [] | no_license | miamiby557/netty | https://github.com/miamiby557/netty | ab9d65d35c99689e7d48631e1541dbee9295a665 | 5abb501f2e59fcce8bb20474f75a3631d463fbad | refs/heads/master | 2023-03-21T14:10:38.979000 | 2021-03-11T03:29:02 | 2021-03-11T03:29:02 | 346,566,188 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.szcinda.express.controller.netty;
import io.netty.buffer.ByteBuf;
import io.netty.buffer.Unpooled;
import io.netty.channel.Channel;
import io.netty.channel.ChannelInitializer;
import io.netty.channel.ChannelPipeline;
import io.netty.channel.socket.SocketChannel;
import io.netty.handler.codec.DelimiterBased... | UTF-8 | Java | 2,479 | java | NettyChannelInitializer.java | Java | [] | null | [] | package com.szcinda.express.controller.netty;
import io.netty.buffer.ByteBuf;
import io.netty.buffer.Unpooled;
import io.netty.channel.Channel;
import io.netty.channel.ChannelInitializer;
import io.netty.channel.ChannelPipeline;
import io.netty.channel.socket.SocketChannel;
import io.netty.handler.codec.DelimiterBased... | 2,479 | 0.716154 | 0.711936 | 58 | 39.879311 | 25.736782 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.655172 | false | false | 2 |
f2169c80745bd93567b413c61097ec44f7b31589 | 17,660,905,581,761 | 32724159f9ecae76c59a57549d461243746fbb41 | /AP_CSA/src/labAssessment/Runner.java | b3f13f3b137d949e884f7e8e268d91d5972ddad1 | [] | no_license | renj3065/AP_CSA | https://github.com/renj3065/AP_CSA | a2e064c88413da7eb4f472ef42c8189363f0f5b5 | 2a953e6d1ee9eac7926c45266bd43746c273ccb4 | refs/heads/master | 2021-05-08T13:47:23.049000 | 2018-05-11T21:57:54 | 2018-05-11T21:57:54 | 120,034,956 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package labAssessment;
public class Runner {
public static void main(String[] args) {
DuffelBag bag1=new DuffelBag();
bag1.addBall(new SoccerBall("Nike",true));
bag1.addBall(new SoccerBall("Adidas",false));
bag1.addBall(new SoccerBall("Puma",true));
DuffelBag bag2=new DuffelBag();
bag2.addBall(new S... | UTF-8 | Java | 1,004 | java | Runner.java | Java | [
{
"context": "ue));\r\n\t\r\n\tSoccerPlayer player1=new SoccerPlayer(\"Sam\",bag1);\r\n\tSoccerPlayer player2=new SoccerPlayer(\"",
"end": 559,
"score": 0.9998584389686584,
"start": 556,
"tag": "NAME",
"value": "Sam"
},
{
"context": "\",bag1);\r\n\tSoccerPlayer player2=new SoccerPlay... | null | [] | package labAssessment;
public class Runner {
public static void main(String[] args) {
DuffelBag bag1=new DuffelBag();
bag1.addBall(new SoccerBall("Nike",true));
bag1.addBall(new SoccerBall("Adidas",false));
bag1.addBall(new SoccerBall("Puma",true));
DuffelBag bag2=new DuffelBag();
bag2.addBall(new S... | 1,004 | 0.704183 | 0.685259 | 39 | 23.743589 | 18.231726 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.666667 | false | false | 2 |
ababba2d5bccf69b04a777c8dacb2ee28b656be2 | 8,435,315,803,598 | cf330d52b346d58595aa14b337d2e5c2181fa73e | /app/src/main/java/com/jetLee/customviewpractice/ui/property/PropertyAnimatorActivity.java | 47042c044b8b3d181378bccc7384de03f0695a39 | [] | no_license | jetLee92/CustomViewPractice | https://github.com/jetLee92/CustomViewPractice | 3769ab8c2eace537900a749a0c63bf1f519562b7 | 30c1ae3c7f40fab0904dcd59df8205e4817f7742 | refs/heads/master | 2020-03-23T21:55:23.974000 | 2018-08-22T10:04:04 | 2018-08-22T10:04:04 | 142,141,529 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jetLee.customviewpractice.ui.property;
import android.animation.Keyframe;
import android.animation.ObjectAnimator;
import android.animation.PropertyValuesHolder;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v7.app.AppCompatActivity;
import com.jetLee.customv... | UTF-8 | Java | 1,550 | java | PropertyAnimatorActivity.java | Java | [
{
"context": "pertyView;\n\n/**\n * ObjectAnimator使用\n *\n * @author:Jet啟思\n * @date:2018/7/26 14:49\n */\npublic class Propert",
"end": 444,
"score": 0.9997615218162537,
"start": 439,
"tag": "NAME",
"value": "Jet啟思"
}
] | null | [] | package com.jetLee.customviewpractice.ui.property;
import android.animation.Keyframe;
import android.animation.ObjectAnimator;
import android.animation.PropertyValuesHolder;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v7.app.AppCompatActivity;
import com.jetLee.customv... | 1,550 | 0.77987 | 0.746753 | 50 | 29.799999 | 27.166155 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.68 | false | false | 2 |
8d791bf4ccdd9204d2dbc8490be4f86169d152e2 | 7,576,322,352,263 | 8681e73fa3da78977346db10e9790dc049acae14 | /src/main/java/hust/tool/SpringBean.java | 531e191d7e914abf2fe7fddec5cacdde099ce2b0 | [] | no_license | lab702-flyme/sweo | https://github.com/lab702-flyme/sweo | 2a607116ee6a4fce3edc627643f697d7fe090c07 | 5ed3a6c82144a9c9aa158490cac242bc5a108feb | refs/heads/master | 2018-01-10T02:24:06.716000 | 2015-10-26T02:03:26 | 2015-10-26T02:03:26 | 44,105,449 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package hust.tool;
import javax.servlet.ServletContext;
import org.springframework.web.context.support.WebApplicationContextUtils;
public class SpringBean {
/**
* 获取spring中bean的实例
* @param beanName
* @param sc
* @return
*/
public static Object getBean (String beanName, ServletContext sc) {
return Web... | UTF-8 | Java | 606 | java | SpringBean.java | Java | [] | null | [] | package hust.tool;
import javax.servlet.ServletContext;
import org.springframework.web.context.support.WebApplicationContextUtils;
public class SpringBean {
/**
* 获取spring中bean的实例
* @param beanName
* @param sc
* @return
*/
public static Object getBean (String beanName, ServletContext sc) {
return Web... | 606 | 0.737113 | 0.737113 | 28 | 19.785715 | 23.56959 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.035714 | false | false | 2 |
5221c3a6994553ffb99d7c134899ed61cae0c78a | 10,264,971,882,053 | b44a102cd20146a858e004476e64da30842a1019 | /app/src/main/java/org/sunbird/telemetry/TelemetryPageId.java | ba130b808bdf6c447a440568e6252075c2ff185f | [
"MIT"
] | permissive | G33tha/sunbird-android | https://github.com/G33tha/sunbird-android | 25fe082c0ec77e5f0eeb199a01dc9f65c672c874 | 10e56a9b67826ee96560fb8a38714218dc71c1c1 | refs/heads/master | 2020-04-10T03:53:47.323000 | 2018-12-07T06:44:12 | 2018-12-07T06:44:12 | 160,782,287 | 0 | 0 | MIT | true | 2018-12-07T06:39:23 | 2018-12-07T06:39:23 | 2018-09-28T07:13:20 | 2018-06-21T06:07:49 | 10,109 | 0 | 0 | 0 | null | false | null | package org.sunbird.telemetry;
/**
* Created on 5/17/2016.
*
* @author anil
*/
public interface TelemetryPageId {
String SPLASH_SCREEN = "splash";
String LOGIN = "login";
String LOGOUT = "logout";
String SIGNUP = "signup";
String HOME = "home";
String COURSES = "courses";
String LIBRA... | UTF-8 | Java | 1,523 | java | TelemetryPageId.java | Java | [
{
"context": "metry;\n\n/**\n * Created on 5/17/2016.\n *\n * @author anil\n */\npublic interface TelemetryPageId {\n\n Strin",
"end": 79,
"score": 0.9591971635818481,
"start": 75,
"tag": "USERNAME",
"value": "anil"
}
] | null | [] | package org.sunbird.telemetry;
/**
* Created on 5/17/2016.
*
* @author anil
*/
public interface TelemetryPageId {
String SPLASH_SCREEN = "splash";
String LOGIN = "login";
String LOGOUT = "logout";
String SIGNUP = "signup";
String HOME = "home";
String COURSES = "courses";
String LIBRA... | 1,523 | 0.680893 | 0.676297 | 47 | 31.404255 | 18.564047 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.723404 | false | false | 2 |
cdbc0d8a2ed90811d3a3a8b5026e4e17665d1489 | 10,264,971,884,345 | c7bcf7e7409457bf9c6e679c6ba7c1596aeae4a7 | /plugins/de.cau.cs.kieler.synccharts.kivi/src/de/cau/cs/kieler/synccharts/kivi/ManualFocusCombination.java | 2a298a5d726f0613883257027e3143174a0a29ff | [] | no_license | flymolon/de.cau.cs.kieler | https://github.com/flymolon/de.cau.cs.kieler | 9a4a91251c84b112f472ded83595de77e5380027 | ead1a8fba7fca2072b36d931f62df735f818b94e | refs/heads/master | 2021-01-18T11:08:18.636000 | 2012-08-09T12:28:23 | 2012-08-09T12:28:23 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* KIELER - Kiel Integrated Environment for Layout Eclipse RichClient
*
* http://www.informatik.uni-kiel.de/rtsys/kieler/
*
* Copyright 2011 by
* + Christian-Albrechts-University of Kiel
* + Department of Computer Science
* + Real-Time and Embedded Systems Group
*
* This code is provided under the t... | UTF-8 | Java | 7,818 | java | ManualFocusCombination.java | Java | [
{
"context": "iel.de/rtsys/kieler/\n * \n * Copyright 2011 by\n * + Christian-Albrechts-University of Kiel\n * + Department of",
"end": 166,
"score": 0.866011381149292,
"start": 157,
"tag": "NAME",
"value": "Christian"
},
{
"context": "s/kieler/\n * \n * Copyright 2011 by\n * + Chr... | null | [] | /*
* KIELER - Kiel Integrated Environment for Layout Eclipse RichClient
*
* http://www.informatik.uni-kiel.de/rtsys/kieler/
*
* Copyright 2011 by
* + Christian-Albrechts-University of Kiel
* + Department of Computer Science
* + Real-Time and Embedded Systems Group
*
* This code is provided under the t... | 7,818 | 0.655794 | 0.654387 | 177 | 43.169491 | 32.303551 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.672316 | false | false | 2 |
09e90c16147f84ae9723ae105cec58129314180d | 6,622,839,610,300 | 2283c4564aa812a1fd1356d56e15f9d58b6b4eb2 | /service/src/main/java/by/itacademy/jd2/th/messenger/service/ISmileService.java | fd21ea6b7d83608bc9a9fa762ee1682ea17e2639 | [] | no_license | TimHaidel/messenger | https://github.com/TimHaidel/messenger | 224975212a84e31bd22b59c433e00886e7027300 | bdf916ba74da7a40a736e801b0e17a21b7d4cd4b | refs/heads/master | 2020-06-15T05:47:57.361000 | 2019-09-16T15:16:08 | 2019-09-16T15:16:08 | 195,218,248 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package by.itacademy.jd2.th.messenger.service;
import java.util.List;
import javax.transaction.Transactional;
import by.itacademy.jd2.th.messenger.dao.api.entity.table.ISmile;
import by.itacademy.jd2.th.messenger.dao.api.filter.SmileFilter;
public interface ISmileService {
long getCount(final SmileFilter filter);... | UTF-8 | Java | 670 | java | ISmileService.java | Java | [] | null | [] | package by.itacademy.jd2.th.messenger.service;
import java.util.List;
import javax.transaction.Transactional;
import by.itacademy.jd2.th.messenger.dao.api.entity.table.ISmile;
import by.itacademy.jd2.th.messenger.dao.api.filter.SmileFilter;
public interface ISmileService {
long getCount(final SmileFilter filter);... | 670 | 0.773134 | 0.768657 | 36 | 17.611111 | 19.127174 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.805556 | false | false | 2 |
c0fb29afaa8a20fc21a82bf5cf4003031783f692 | 19,335,942,807,942 | 9cbc7d449d3ec290ae38ff0daaba01b514c39e76 | /src/main/java/com/inter/controller/paper/ViewController.java | 1fce1580a154915598a849dcd3276a35c790f8f7 | [] | no_license | zhangDemoSeven/- | https://github.com/zhangDemoSeven/- | bc8f7d8875d3498a29f9cc05b02996a85c0d4368 | 41668dda73e7cfa076cbd47d90c8550f0763ebd3 | refs/heads/master | 2020-04-11T01:44:55.075000 | 2018-12-12T02:57:16 | 2018-12-12T02:57:16 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.inter.controller.paper;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
@Controller
public class ViewController {
/**
* @Title: monthPage
* @Description: TODO:月度考试页面跳转
* @param @return 参数
* @return String 返回类型
... | UTF-8 | Java | 478 | java | ViewController.java | Java | [] | null | [] | package com.inter.controller.paper;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
@Controller
public class ViewController {
/**
* @Title: monthPage
* @Description: TODO:月度考试页面跳转
* @param @return 参数
* @return String 返回类型
... | 478 | 0.686667 | 0.686667 | 20 | 20.5 | 17.729918 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.8 | false | false | 2 |
09afd21ced15ddbab3361a566c9cb9392d18ae37 | 37,675,453,146,657 | c04d753dc0479ca544bffdecacb8f2f3d731fcf3 | /src/VerleihProtokollierer.java | 54fde1d2751570cc630c7dad1907e7660e58a888 | [] | no_license | NiklasFinzel/MediathekWoche4 | https://github.com/NiklasFinzel/MediathekWoche4 | 4f87f2dc01e027447578b4ceca8746ef7b6378b8 | 66b5818756899ad3bc43647fd3078555504bf9d3 | refs/heads/master | 2021-01-20T06:19:33.646000 | 2017-05-07T15:13:42 | 2017-05-07T15:13:42 | 89,864,520 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.FileWriter;
import java.io.IOException;
public class VerleihProtokollierer {
/**
* Speichert in einem Textfile alle Ausleihen und Rueckgaben ab.
*
* @require ereignis == "Ausleihe" || ereignis == "Rueckgabe"
* @require verleihkarte != null
* @param ereignis Gibt and ob es sich um ei... | UTF-8 | Java | 1,045 | java | VerleihProtokollierer.java | Java | [] | null | [] | import java.io.FileWriter;
import java.io.IOException;
public class VerleihProtokollierer {
/**
* Speichert in einem Textfile alle Ausleihen und Rueckgaben ab.
*
* @require ereignis == "Ausleihe" || ereignis == "Rueckgabe"
* @require verleihkarte != null
* @param ereignis Gibt and ob es sich um ei... | 1,045 | 0.698276 | 0.698276 | 34 | 28.705883 | 31.81521 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.735294 | false | false | 2 |
587dc69cc51356ad80f530fd52da8b6cf647a385 | 39,608,188,422,308 | 7e60e18dbde2e37b16201cfc0c30048efc9a32cb | /src/main/java/per/jm/demo/pojo/bo/GameUserInfor.java | 1622791af1af8f4d859319bfd79fc97470815c24 | [] | no_license | our16/the_spy | https://github.com/our16/the_spy | 7657ef4b3d021a6dd512a494b6b1d0be4576884a | ca19cf139156598fe75154027b129c93aee6c765 | refs/heads/master | 2022-07-02T18:52:40.944000 | 2020-09-19T15:12:20 | 2020-09-19T15:12:20 | 201,954,573 | 2 | 0 | null | false | 2022-06-17T03:28:29 | 2019-08-12T15:11:09 | 2022-02-14T11:33:20 | 2022-06-17T03:28:29 | 67 | 2 | 0 | 2 | Java | false | false | package per.jm.demo.pojo.bo;
public class GameUserInfor {
private int gameId; // 本局游戏的id
private String openId;
private String wxName;
private boolean status;//是否存活
private boolean isTheSpy; //是不是卧底
private boolean notPoll; //投过票没有
private int poll;//每轮的票数
private String content; //说的话... | UTF-8 | Java | 2,407 | java | GameUserInfor.java | Java | [] | null | [] | package per.jm.demo.pojo.bo;
public class GameUserInfor {
private int gameId; // 本局游戏的id
private String openId;
private String wxName;
private boolean status;//是否存活
private boolean isTheSpy; //是不是卧底
private boolean notPoll; //投过票没有
private int poll;//每轮的票数
private String content; //说的话... | 2,407 | 0.613706 | 0.613706 | 114 | 19.096491 | 16.743141 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.324561 | false | false | 2 |
d89ba4ef52e6fbc29215c04305b5e19531b4d85a | 39,591,008,555,176 | 919d8ee3eb46c28195d07b7d9a734e4643babda3 | /src/main/java/com/getprobe/www/waterfall/vertx/JsonConfigElements.java | 1988f5b2bcb4ea5e7d670cbc5a01986ee82c4bc3 | [] | no_license | sinowl/waterfall | https://github.com/sinowl/waterfall | b91d1591e70343105a6d47a2756e88aa70085c31 | ed9b6e4209b7674d66fada46ba415e6a8f6c39c9 | refs/heads/master | 2020-05-29T11:43:17.247000 | 2014-11-10T13:49:11 | 2014-11-10T13:49:11 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.getprobe.www.scope.vertx;
public enum JsonConfigElements {
;
public static enum MASTER{
PHASE_NAME, ADDRESS
}
public static enum WORKER{
PHASE_NAME, ADDRESS
}
}
| UTF-8 | Java | 221 | java | JsonConfigElements.java | Java | [] | null | [] | package com.getprobe.www.scope.vertx;
public enum JsonConfigElements {
;
public static enum MASTER{
PHASE_NAME, ADDRESS
}
public static enum WORKER{
PHASE_NAME, ADDRESS
}
}
| 221 | 0.61086 | 0.61086 | 14 | 14.785714 | 13.883076 | 37 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 2 |
bdd19d54dba8cfcaf93a45992b6e042c53eec695 | 35,055,523,127,480 | 547d0027b812cf0d3c865a6dcd3f4293c41b098f | /src/Addition.java | 74abd64b6f59c44e20ebd1ba3c907b29dd1c64e8 | [] | no_license | Joel-George-Panicker/Practicals | https://github.com/Joel-George-Panicker/Practicals | 8b84821d0225a8e1a37703bb9b86fb23b33c2ef8 | 7594b3e2d5c8e2771a662ecd8d835726f8ecfca7 | refs/heads/master | 2023-08-11T10:59:50.734000 | 2021-10-01T10:02:22 | 2021-10-01T10:02:22 | 412,415,182 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class Addition {
public static void main(String[] args) {
int x = 100;
int y = 50;
int z = x+y;
System.out.println("Result of the sum is "+z);
}
}
| UTF-8 | Java | 194 | java | Addition.java | Java | [] | null | [] | public class Addition {
public static void main(String[] args) {
int x = 100;
int y = 50;
int z = x+y;
System.out.println("Result of the sum is "+z);
}
}
| 194 | 0.520619 | 0.494845 | 8 | 23.25 | 16.746267 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 2 |
522d1ca69e3be4b61bb92b05ea48d9e3597aab61 | 35,321,811,094,622 | 9243af29d2837e6c821d526f1d6450e6a8d778ac | /ICG_TERM_PROJECT/src/Cymatics.java | 6e80f1ec8c5b57fa1a95b5874c2d2ac5a4a08374 | [] | no_license | Likisee/ICG2014_TERM_PROJECT | https://github.com/Likisee/ICG2014_TERM_PROJECT | 766261e4625ef0339c3de4b78becd1f7a8b38de8 | 6494ae7906d7d7c8a2436595126fd36bf2aaeb53 | refs/heads/master | 2021-01-22T06:45:20.046000 | 2015-09-28T23:20:52 | 2015-09-28T23:20:52 | 28,914,197 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.awt.*;
import java.applet.Applet;
import java.util.Vector;
import java.util.Random;
import java.awt.image.*;
import java.io.BufferedInputStream;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.InputStream;
import java.lang... | BIG5 | Java | 54,128 | java | Cymatics.java | Java | [
{
"context": "me(Cymatics c) {\n\t\tsuper(\"CYMATICS Music Player by CSu (D02944006@ntu.edu.tw)\");\n\t\tapplet = c;\n\t\tuseFram",
"end": 4149,
"score": 0.9155434966087341,
"start": 4146,
"tag": "USERNAME",
"value": "CSu"
},
{
"context": "atics c) {\n\t\tsuper(\"CYMATICS Music Playe... | null | [] | import java.awt.*;
import java.applet.Applet;
import java.util.Vector;
import java.util.Random;
import java.awt.image.*;
import java.io.BufferedInputStream;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.InputStream;
import java.lang... | 54,115 | 0.573261 | 0.550775 | 2,082 | 24.910183 | 22.281948 | 150 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.027858 | false | false | 2 |
fe256de15470f848593182c6f9501df28c3096d6 | 34,230,889,410,890 | a13d3a1028eb05d41855b1d0c04f989ca477b31b | /Java/Basic/Annotation/src/com/small/reflect/ReflectorTest06.java | 00edd3c3c510c8c103b1b8b59340e2ba72ca4163 | [
"Apache-2.0"
] | permissive | Yjsmall/codeStudy | https://github.com/Yjsmall/codeStudy | 0c1ae5cc9bc419edb10cb4f63d2286f232c3a62f | 52d983e1444c135008916c6f2562acbd2711689b | refs/heads/main | 2023-02-23T11:53:41.025000 | 2021-01-30T16:42:07 | 2021-01-30T16:42:07 | 334,448,829 | 0 | 0 | Apache-2.0 | false | 2021-01-30T16:34:02 | 2021-01-30T15:44:17 | 2021-01-30T15:44:21 | 2021-01-30T16:34:02 | 0 | 0 | 0 | 0 | null | false | false | package com.small.reflect;
import java.lang.reflect.Field;
import java.lang.reflect.Modifier;
/**
* 反编译,获取属性
* @author small
*/
public class ReflectorTest06 {
public static void main(String[] args) throws Exception{
//为了拼接字符串
StringBuilder s = new StringBuilder();
//Class stdClass = Cl... | UTF-8 | Java | 989 | java | ReflectorTest06.java | Java | [
{
"context": "lang.reflect.Modifier;\n\n/**\n * 反编译,获取属性\n * @author small\n */\npublic class ReflectorTest06 {\n public sta",
"end": 128,
"score": 0.9848880171775818,
"start": 123,
"tag": "USERNAME",
"value": "small"
}
] | null | [] | package com.small.reflect;
import java.lang.reflect.Field;
import java.lang.reflect.Modifier;
/**
* 反编译,获取属性
* @author small
*/
public class ReflectorTest06 {
public static void main(String[] args) throws Exception{
//为了拼接字符串
StringBuilder s = new StringBuilder();
//Class stdClass = Cl... | 989 | 0.578564 | 0.576483 | 36 | 25.694445 | 24.812429 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.527778 | false | false | 2 |
d47529cd4fa6e7b9d6389459ac102555b9fff081 | 38,852,274,213,026 | f8b1bbfad0c7408a23b76e2ada8899f31c212a79 | /PasingInsta/CONTROL/KeyWordDBfinder.java | c67041e2453337450faa1dc14d7b6a627dc4ab46 | [] | no_license | rubyou123/FashionInsta | https://github.com/rubyou123/FashionInsta | 4b13338639a1716346cc41780354eb8af8932001 | 8bbd3fa3e92d43d9ba1a7937915aaa93d090939b | refs/heads/develop | 2021-01-10T21:50:45.586000 | 2015-08-20T02:45:28 | 2015-08-20T02:45:28 | 39,673,053 | 0 | 0 | null | false | 2015-07-27T01:41:45 | 2015-07-25T04:53:40 | 2015-07-25T04:53:40 | 2015-07-27T01:41:45 | 0 | 0 | 0 | 0 | null | null | null | package CONTROL;
import DATA.InstaInfoDB;
public class KeyWordDBfinder {
InstaInfoDB instaDB;
public KeyWordDBfinder(String dbName)
{
instaDB = new InstaInfoDB(dbName);
}
public int getCreatedTime(int year, String season, String keyWord)
{
boolean check = true;
check = instaDB.checkKeyWord(year, ... | UTF-8 | Java | 740 | java | KeyWordDBfinder.java | Java | [] | null | [] | package CONTROL;
import DATA.InstaInfoDB;
public class KeyWordDBfinder {
InstaInfoDB instaDB;
public KeyWordDBfinder(String dbName)
{
instaDB = new InstaInfoDB(dbName);
}
public int getCreatedTime(int year, String season, String keyWord)
{
boolean check = true;
check = instaDB.checkKeyWord(year, ... | 740 | 0.667614 | 0.666193 | 37 | 18.027027 | 20.656111 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.891892 | false | false | 2 |
6919a43e8090ec0220c2a4e7ba8cf84eb57b4983 | 39,109,972,213,370 | 75e0bc8c8cf24c5ceb1d3d67bf7e76c05aef25b4 | /apt/src/main/java/com/example/GetMsg.java | f1599437899a9048ce8a9ca8e19ada486250d17d | [] | no_license | to686312/Demo | https://github.com/to686312/Demo | 823d32b36cf94806978be80555de86e52fe408fb | 5ec5202a9aaaf847ee6021cd2f0ecc8f10a1dd2f | refs/heads/master | 2021-01-16T23:18:52.123000 | 2017-06-29T02:20:09 | 2017-06-29T02:20:09 | 95,729,728 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* 修饰 class等 .CLASS:在class文件中有效(即class保留)
* 对于方法
* 这个注解可以设置两个值。id和name。name是有默认值的,可以不设置
*/
//@Retention(RetentionPolicy.CLASS)
/... | UTF-8 | Java | 580 | java | GetMsg.java | Java | [] | null | [] | package com.example;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* 修饰 class等 .CLASS:在class文件中有效(即class保留)
* 对于方法
* 这个注解可以设置两个值。id和name。name是有默认值的,可以不设置
*/
//@Retention(RetentionPolicy.CLASS)
/... | 580 | 0.765306 | 0.765306 | 21 | 22.333334 | 16.042603 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 2 |
53b67c77b23b7abe4d9ecf2af76e791c42816c74 | 3,410,204,101,085 | c006f1d59e600d12d9f310b6d0fc489411b31b0e | /topen/src/main/java/com/haizhi/sms/topen/MsgSend.java | 960f88c7e811bceb64571c82c7a84a450fe351f0 | [] | no_license | txfan/sms | https://github.com/txfan/sms | 94d924c3d887786f048d0997c57c959c305edf23 | c7e0ff4caeb436e1c7a7eba8f6f438be727057b7 | refs/heads/master | 2016-08-05T14:43:55.104000 | 2014-10-11T10:58:49 | 2014-10-11T10:58:49 | 24,974,442 | 1 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.haizhi.sms.topen;
import lombok.extern.slf4j.Slf4j;
import javax.xml.namespace.QName;
import javax.xml.ws.*;
import java.net.MalformedURLException;
import java.net.URL;
import java.util.Properties;
/**
* This class was generated by the JAX-WS RI.
* JAX-WS RI 2.2.4-b01
* Generated source version: 2.2
... | UTF-8 | Java | 2,731 | java | MsgSend.java | Java | [
{
"context": "e = \"http://tempuri.org/\", wsdlLocation = \"http://122.144.130.36:1210/Services/MsgSend.asmx?WSDL\")\npublic class Ms",
"end": 445,
"score": 0.9985750913619995,
"start": 431,
"tag": "IP_ADDRESS",
"value": "122.144.130.36"
}
] | null | [] | package com.haizhi.sms.topen;
import lombok.extern.slf4j.Slf4j;
import javax.xml.namespace.QName;
import javax.xml.ws.*;
import java.net.MalformedURLException;
import java.net.URL;
import java.util.Properties;
/**
* This class was generated by the JAX-WS RI.
* JAX-WS RI 2.2.4-b01
* Generated source version: 2.2
... | 2,729 | 0.652142 | 0.642988 | 88 | 30.03409 | 33.012203 | 193 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.545455 | false | false | 2 |
9c3f20d7c3cc110d66819e68616a38737e9c7b07 | 16,192,026,771,378 | b12959fe0ea4606477f9ba4a6d9b5b8010b5fb6f | /Champlain College - Int. Project (Gregory Desrosiers)/Original Development Files/src/listeners/menuBarListeners/ProgramMenuListener.java | 2d724ed88d6ead587550db43c45d5deed5520624 | [] | no_license | GregPDesSCH/CEGEP-Int.-Project | https://github.com/GregPDesSCH/CEGEP-Int.-Project | 9124a92e4dd56a27a41218445d69a07e9b97e101 | 93e359ba06db08aa9708d62bd1e5a4af5421562b | refs/heads/master | 2021-01-10T17:41:23.916000 | 2015-10-31T00:34:39 | 2015-10-31T00:34:39 | 45,283,224 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Desrosiers Mechanics Teaching Tool
* Program Menu Listener
*
* This is the listener for the Program Menu in all menu bars of this program.
*
* @author Gregory Desrosiers
* @version 1.0 (April 21, 2014 - May 6, 2014)
*
* UPDATE (May 13, 2014) - Description added.
*
* DISCLAIMER: You may use this cla... | WINDOWS-1252 | Java | 1,350 | java | ProgramMenuListener.java | Java | [
{
"context": "u in all menu bars of this program.\n * \n * @author Gregory Desrosiers\n * @version 1.0 (April 21, 2014 - May 6, 2014)\n *",
"end": 183,
"score": 0.9998993277549744,
"start": 165,
"tag": "NAME",
"value": "Gregory Desrosiers"
},
{
"context": "credit me \n * first as a p... | null | [] | /**
* Desrosiers Mechanics Teaching Tool
* Program Menu Listener
*
* This is the listener for the Program Menu in all menu bars of this program.
*
* @author <NAME>
* @version 1.0 (April 21, 2014 - May 6, 2014)
*
* UPDATE (May 13, 2014) - Description added.
*
* DISCLAIMER: You may use this class at anytim... | 1,326 | 0.727205 | 0.707932 | 47 | 27.702127 | 25.785461 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.93617 | false | false | 2 |
fefb5c08559ff0dae672760d2e7cdbfa3b974c6c | 35,098,472,798,962 | d68d6903b108b5d0c77b69645a0e192ec7b3cc24 | /app/src/main/java/com/rspitaliere/starwarscharacters/activitys/LoginActivity.java | 579031f0dfd7e23a71d810052f1fe89b0f3de9e8 | [] | no_license | rafaspita/StarWarsCharacters | https://github.com/rafaspita/StarWarsCharacters | 0ac888dbb0303e81689717de1ede3ec8c5a22478 | 6abd0736852e04214c80b7f7f9040a0c2e5f3567 | refs/heads/master | 2021-05-09T20:45:52.114000 | 2018-01-25T23:29:40 | 2018-01-25T23:29:40 | 118,705,416 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.rspitaliere.starwarscharacters.activitys;
import android.content.Intent;
import android.os.Handler;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.widget.Button;
import android.widget.EditText;
import com.rspitaliere.starwarscharacters.R;
import com.rspitaliere.s... | UTF-8 | Java | 1,921 | java | LoginActivity.java | Java | [] | null | [] | package com.rspitaliere.starwarscharacters.activitys;
import android.content.Intent;
import android.os.Handler;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.widget.Button;
import android.widget.EditText;
import com.rspitaliere.starwarscharacters.R;
import com.rspitaliere.s... | 1,921 | 0.743229 | 0.742708 | 60 | 31 | 25.532986 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.616667 | false | false | 2 |
6d3442f21b91b4e12403c0a89d415f698b79f7d7 | 11,398,843,252,747 | abbe6a2e936bc08c1320c6aa21866b57ad06331f | /src/orderProcessor/OrderProcessor.java | 909289508a5496824594d0ee00ddce4350b3774f | [] | no_license | NicopandaLim/logistics-application | https://github.com/NicopandaLim/logistics-application | 6183bc6975cd489126ca3d741ecc4a8c18d7700b | 614163afceb324abe3dd16eb5b70a77ab5a0d44b | refs/heads/master | 2020-05-16T06:14:40.374000 | 2019-04-22T17:51:22 | 2019-04-22T17:51:22 | 182,839,152 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package orderProcessor;
import exceptions.*;
import facility.FacilityManager;
import items.ItemManager;
import order.Order;
import order.orderItem.OrderItem;
import shortestPath.ShortestProcessor;
import java.util.*;
public class OrderProcessor {
Order currOrder;
ShortestProcessor sp;
Sol... | UTF-8 | Java | 5,998 | java | OrderProcessor.java | Java | [] | null | [] | package orderProcessor;
import exceptions.*;
import facility.FacilityManager;
import items.ItemManager;
import order.Order;
import order.orderItem.OrderItem;
import shortestPath.ShortestProcessor;
import java.util.*;
public class OrderProcessor {
Order currOrder;
ShortestProcessor sp;
Sol... | 5,998 | 0.598366 | 0.597866 | 128 | 44.859375 | 33.896149 | 131 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.734375 | false | false | 2 |
e3f41fa0c80419e48b14a80e60fda86bfec81dd6 | 29,892,972,407,623 | c36456a2798e9a3ece56124e3daa975c5fe8cd8c | /app/src/main/java/com/yakgwa/kullow/map/Router.java | a90541082428f8c652f8ed2ae26170448e3644bc | [] | no_license | aeomhs/kullow | https://github.com/aeomhs/kullow | 0df05df98a970b528f7e531e13e486133b60c717 | e4027b1afb2f73f5652faf844a4f8ec31bfd3ff6 | refs/heads/master | 2020-09-07T02:50:30.510000 | 2019-11-15T07:38:14 | 2019-11-15T07:38:14 | 209,968,304 | 0 | 3 | null | false | 2019-09-22T16:11:51 | 2019-09-21T10:46:39 | 2019-09-22T15:50:03 | 2019-09-22T16:11:50 | 152 | 0 | 0 | 0 | Java | false | false | package com.yakgwa.kullow.map;
import android.util.Log;
import androidx.annotation.NonNull;
import com.yakgwa.kullow.map.Path.Path;
import com.yakgwa.kullow.map.Point.Point;
import java.util.List;
import java.util.Stack;
/**
* Router is only one functional module.
* using routing.
*/
public class Router {
... | UTF-8 | Java | 3,512 | java | Router.java | Java | [] | null | [] | package com.yakgwa.kullow.map;
import android.util.Log;
import androidx.annotation.NonNull;
import com.yakgwa.kullow.map.Path.Path;
import com.yakgwa.kullow.map.Point.Point;
import java.util.List;
import java.util.Stack;
/**
* Router is only one functional module.
* using routing.
*/
public class Router {
... | 3,512 | 0.563441 | 0.558517 | 113 | 29.548672 | 26.449146 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.59292 | false | false | 2 |
6572f2dbb806aa7bf087f046c5ae4af602521a03 | 29,892,972,405,243 | b1985487107b543ef30f29f6a09fec3c8938c78b | /src/cn/code/LeetCode/char1/TwoSum.java | edf7b26c9e454d13a088c5f7ee67dbdb12685541 | [] | no_license | carrymaniac/Algorithms | https://github.com/carrymaniac/Algorithms | 6db73946f6c9f6f3420b10882c92a97c786e6711 | d6d67c134087b657c0f2aa2ff80bc7145f16b109 | refs/heads/master | 2020-04-29T06:52:34.153000 | 2019-07-24T02:50:07 | 2019-07-24T02:50:07 | 175,933,165 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.code.LeetCode.char1;
/**
* 167. Two Sum II - Input array is sorted (Easy)
* 题目描述:在有序数组中找出两个数,使它们的和为 target。
*
* Input: numbers={2, 7, 11, 15}, target=9
* Output: index1=1, index2=2
*/
public class TwoSum {
public int[] twoSum(int[] numbers,int target){
int i = 0 ;
int j =numbers.le... | UTF-8 | Java | 661 | java | TwoSum.java | Java | [] | null | [] | package cn.code.LeetCode.char1;
/**
* 167. Two Sum II - Input array is sorted (Easy)
* 题目描述:在有序数组中找出两个数,使它们的和为 target。
*
* Input: numbers={2, 7, 11, 15}, target=9
* Output: index1=1, index2=2
*/
public class TwoSum {
public int[] twoSum(int[] numbers,int target){
int i = 0 ;
int j =numbers.le... | 661 | 0.476346 | 0.445351 | 26 | 22.576923 | 15.107749 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.576923 | false | false | 2 |
c7db1274680c6ff9153fbe40a630c8d2fa92c485 | 18,184,891,555,623 | 5d2741a66c48cb81a32442291c326176504b121f | /springcloud-app-system/src/main/java/com/jn/system/user/model/SysUserPostAdd.java | 7c69daf71cf458d2dcfaae97226948a96d880f8c | [] | no_license | moutainhigh/jn-springcloud | https://github.com/moutainhigh/jn-springcloud | 52b3213a46c1a1186803c34f5ecdd55572c5930f | 4a4ed682c7ce06383cd53c814622197e4c920a91 | refs/heads/master | 2023-07-12T05:32:25.625000 | 2019-07-02T03:18:48 | 2019-07-02T03:18:48 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jn.system.user.model;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import java.io.Serializable;
/**
* 用户及岗位
* @author: shaobao
* @date: Created on 2018/11/8 9:13
* @version: v1.0
* @modified By:
**/
@ApiModel(value = "SysUserPostAdd",description = "用户及岗位")... | UTF-8 | Java | 1,242 | java | SysUserPostAdd.java | Java | [
{
"context": "rt java.io.Serializable;\n\n/**\n * 用户及岗位\n * @author: shaobao\n * @date: Created on 2018/11/8 9:13\n * @version: ",
"end": 186,
"score": 0.9915130734443665,
"start": 179,
"tag": "USERNAME",
"value": "shaobao"
}
] | null | [] | package com.jn.system.user.model;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import java.io.Serializable;
/**
* 用户及岗位
* @author: shaobao
* @date: Created on 2018/11/8 9:13
* @version: v1.0
* @modified By:
**/
@ApiModel(value = "SysUserPostAdd",description = "用户及岗位")... | 1,242 | 0.614238 | 0.588576 | 54 | 21.370371 | 18.195742 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.314815 | false | false | 2 |
04d07ade3e4c9ce055bfe7bd57edbeae1933f5cc | 6,382,321,425,279 | 20177f33e82e19a215ee2ebc9be83014a15185a1 | /app/src/main/java/com/android/lahuhula/widget/MultiGridLayout.java | a0f035fed9edf12a784db05b58eef1904666fae4 | [] | no_license | DevinScarlet/Lahuhula2 | https://github.com/DevinScarlet/Lahuhula2 | fc08e946883b3e95997a10b2794607ded4e9f613 | ae4e99a2f912e84417f7f6149e50d6cd58e13732 | refs/heads/master | 2021-01-01T19:00:14.017000 | 2017-07-27T02:36:01 | 2017-07-27T02:36:01 | 98,485,707 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.android.lahuhula.widget;
import android.content.Context;
import android.util.AttributeSet;
import android.util.Log;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.LinearLayout;
import com.android.lahuhula.util.ImageUtils;
import com.bumptech... | UTF-8 | Java | 6,028 | java | MultiGridLayout.java | Java | [
{
"context": "RL;\nimport java.util.ArrayList;\n\n/**\n * Created by lenovo on 2017/1/3.\n */\n\npublic class MultiGridLayout ex",
"end": 448,
"score": 0.9995263814926147,
"start": 442,
"tag": "USERNAME",
"value": "lenovo"
}
] | null | [] | package com.android.lahuhula.widget;
import android.content.Context;
import android.util.AttributeSet;
import android.util.Log;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.LinearLayout;
import com.android.lahuhula.util.ImageUtils;
import com.bumptech... | 6,028 | 0.559667 | 0.553167 | 185 | 31.432432 | 25.451534 | 152 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.724324 | false | false | 2 |
4b31190a440d4819c781b858cc05f1f6e08af6bb | 644,245,124,386 | 2e5eb0d9be12c7ab57e7c72de91086357c1ff7d1 | /src/lesson2/FahrenheitToCelsius.java | 72aabaa9609111867de6ad44a63816315132e5d5 | [] | no_license | bob302/DUTRep | https://github.com/bob302/DUTRep | 4bb7e0620725caf8b4c1c71268e648181d637e69 | 9c8b11ed73f44e03acd6f149d3117aea53a91ac8 | refs/heads/master | 2021-01-02T12:33:22.697000 | 2020-04-13T15:56:00 | 2020-04-13T15:56:00 | 239,626,805 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package lesson2;
import java.util.Scanner;
public class FahrenheitToCelsius {
public static void main(String[] args) {
float fahrenheit, celsius;
Scanner in = new Scanner(System.in);
System.out.println("Введите температуру в градусах Фаренгейта:");
fahrenheit = in.nextInt();
... | UTF-8 | Java | 580 | java | FahrenheitToCelsius.java | Java | [] | null | [] | package lesson2;
import java.util.Scanner;
public class FahrenheitToCelsius {
public static void main(String[] args) {
float fahrenheit, celsius;
Scanner in = new Scanner(System.in);
System.out.println("Введите температуру в градусах Фаренгейта:");
fahrenheit = in.nextInt();
... | 580 | 0.634387 | 0.624506 | 19 | 25.631578 | 27.917568 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.526316 | false | false | 2 |
357530734ecfd32a18cb868f1b5861214ffc3c1f | 27,504,970,629,960 | 9fe5e080d2c75e39d5033cbfcab494c2b9fef16e | /algaworks-jpa2/algaworks-jpa2-locadora-veiculo-web/src/test/java/br/com/jkavdev/algaworks/jpa2/test/criteria/motorista/MotoristaFiltro.java | a110d5b6b4cb161ceeaa8ac9c93bb7d3105a20b4 | [] | no_license | jkavdev/algaworks_cursos | https://github.com/jkavdev/algaworks_cursos | 6d0afa351967e25a1a5af817c85c7c438fb5b848 | 65d0d2f40797ba6599ef4344e0bfa07d36d32b63 | refs/heads/master | 2023-04-17T13:19:14.109000 | 2023-04-04T02:08:49 | 2023-04-04T02:08:49 | 73,874,465 | 0 | 0 | null | false | 2022-12-16T06:31:26 | 2016-11-16T02:12:31 | 2021-09-07T18:58:12 | 2022-12-16T06:31:23 | 1,692 | 0 | 0 | 40 | Java | false | false | package br.com.jkavdev.algaworks.jpa2.test.criteria.motorista;
public class MotoristaFiltro {
private String nome;
private Integer totalAlugueis;
public MotoristaFiltro(String nome, Number totalAlugueis) {
this.nome = nome;
this.totalAlugueis = Integer.valueOf(totalAlugueis.intValue());
}
public String get... | UTF-8 | Java | 572 | java | MotoristaFiltro.java | Java | [] | null | [] | package br.com.jkavdev.algaworks.jpa2.test.criteria.motorista;
public class MotoristaFiltro {
private String nome;
private Integer totalAlugueis;
public MotoristaFiltro(String nome, Number totalAlugueis) {
this.nome = nome;
this.totalAlugueis = Integer.valueOf(totalAlugueis.intValue());
}
public String get... | 572 | 0.75 | 0.748252 | 29 | 18.724138 | 20.971075 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.172414 | false | false | 2 |
429e4535812bbc521e58529aa477eeab26c7cdb2 | 9,612,136,844,337 | 5461f7e402254fdaf039c35ef7c3093ad6ff77b2 | /src/org/model/Teacher.java | 2690e7567d45f46fb4f365032eaf6bc20654abd9 | [] | no_license | httv52/PaperManager | https://github.com/httv52/PaperManager | 7e7db27831529b04dc4af5a9ceeb34bd192e9bb6 | b39d17de41262b20ce25a6f28701b1b16775dbd2 | refs/heads/master | 2021-07-13T02:32:45.999000 | 2017-10-11T00:45:00 | 2017-10-11T00:45:00 | 106,481,218 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.model;
public class Teacher {
private int teacherNo;
private String teacherName;
private String teacherPassword;
private int departmentNo;
private String tel;
private String content;
private int paperNumber;
private int paperAuNumber;
private String departmentName;
private String departmentTel;
... | UTF-8 | Java | 1,749 | java | Teacher.java | Java | [
{
"context": "String teacherPassword) {\n\t\tthis.teacherPassword = teacherPassword;\n\t}\n\tpublic int getDepartmentNo() {\n\t\tret",
"end": 752,
"score": 0.5037521123886108,
"start": 745,
"tag": "PASSWORD",
"value": "teacher"
}
] | null | [] | package org.model;
public class Teacher {
private int teacherNo;
private String teacherName;
private String teacherPassword;
private int departmentNo;
private String tel;
private String content;
private int paperNumber;
private int paperAuNumber;
private String departmentName;
private String departmentTel;
... | 1,752 | 0.756432 | 0.756432 | 76 | 22.013159 | 16.165667 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.618421 | false | false | 2 |
2905471621c0e5eb9fdf47790567c1cc6f9cf8cd | 6,811,818,174,448 | ea0725c08a78222f11fcd7373e58c428fe1f3fc0 | /src/main/java/com/xh/examination/service/impl/AssessmentServiceImpl.java | 121c532bcdf016a4f46568aa0cdf1afa9a1f0b93 | [] | no_license | carbule-bar/examination | https://github.com/carbule-bar/examination | c5c43582d78c6461121d6e033be5bc44b3de3f35 | bf300075dd703ce6b77d5fc98d63dba6fc1bfed9 | refs/heads/master | 2020-08-31T09:06:05.853000 | 2019-10-31T01:10:19 | 2019-10-31T01:10:19 | 218,655,324 | 0 | 0 | null | false | 2020-10-13T17:06:55 | 2019-10-31T00:58:15 | 2019-10-31T01:10:22 | 2020-10-13T17:06:53 | 13,525 | 0 | 0 | 4 | JavaScript | false | false | package com.xh.examination.service.impl;
import com.github.pagehelper.Page;
import com.github.pagehelper.PageHelper;
import com.xh.examination.dto.CalcaulateList;
import com.xh.examination.mapper.TbAssessmentMapper;
import com.xh.examination.mapper.TbTeacherMapper;
import com.xh.examination.pojo.*;
import com.xh.exami... | UTF-8 | Java | 8,267 | java | AssessmentServiceImpl.java | Java | [
{
"context": "mport java.util.List;\n\n\n/**\n * 服务实现层\n *\n * @author Administrator\n */\n@Service\npublic class AssessmentServiceImpl i",
"end": 592,
"score": 0.7786822319030762,
"start": 579,
"tag": "USERNAME",
"value": "Administrator"
}
] | null | [] | package com.xh.examination.service.impl;
import com.github.pagehelper.Page;
import com.github.pagehelper.PageHelper;
import com.xh.examination.dto.CalcaulateList;
import com.xh.examination.mapper.TbAssessmentMapper;
import com.xh.examination.mapper.TbTeacherMapper;
import com.xh.examination.pojo.*;
import com.xh.exami... | 8,267 | 0.631844 | 0.630122 | 241 | 32.721992 | 27.572189 | 137 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.460581 | false | false | 2 |
8bae52c2af9f451135cc64a3740910f3de5b858a | 27,857,157,917,193 | 09ed09135e4a41c82cd2cb2a28e22a07de9483cb | /src/com/kiran/common/ProblemSolver.java | 66b573a81bc911e21c8301abe742ec43654f1410 | [] | no_license | rkiranchowdhary/projecteuler | https://github.com/rkiranchowdhary/projecteuler | bb914524df9f3b13275ce7bb291df473aeabf342 | 9139a8721b57e7d0c3fb8e5d3f31dc28456d56b0 | refs/heads/master | 2020-06-14T21:19:17.510000 | 2017-07-26T14:39:00 | 2017-07-26T14:39:00 | 75,409,988 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kiran.common;
import java.util.List;
import com.kiran.project.euler.Problem;
public class ProblemSolver {
public static void solve(Problem problem){
problem.start();
}
public static void solveAll(List<Problem> problems){
for(Problem problem:problems){
solve(problem);
}
}
}
| UTF-8 | Java | 303 | java | ProblemSolver.java | Java | [] | null | [] | package com.kiran.common;
import java.util.List;
import com.kiran.project.euler.Problem;
public class ProblemSolver {
public static void solve(Problem problem){
problem.start();
}
public static void solveAll(List<Problem> problems){
for(Problem problem:problems){
solve(problem);
}
}
}
| 303 | 0.735974 | 0.735974 | 17 | 16.82353 | 17.064705 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.058824 | false | false | 2 |
46f44b376c5ee8474de86a0d623abe73f53dda30 | 3,667,902,114,815 | bd4de51c2c19f7371503bc302c0b7d49c6bce02d | /GoJack/src/ciopper90/gojack/Generali.java | 665fd187d2286bcf07b657e8a440ea669fe49763 | [] | no_license | Git-Host/gojack | https://github.com/Git-Host/gojack | 8b1b647e0896bdd3d56f626598da67a2d863af68 | 5a386ba4fd1b787d847bbbe683ec01f5c66afa70 | refs/heads/master | 2021-01-10T17:43:29.852000 | 2013-03-04T19:18:59 | 2013-03-04T19:18:59 | 43,601,211 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ciopper90.gojack;
import android.app.Activity;
import android.content.Context;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.CheckBox;
public class Generali extends Activity{
private SharedPrefere... | UTF-8 | Java | 1,766 | java | Generali.java | Java | [
{
"context": "package ciopper90.gojack;\r\n\r\nimport android.app.Activity;\r\nimport a",
"end": 17,
"score": 0.9895004034042358,
"start": 8,
"tag": "USERNAME",
"value": "ciopper90"
}
] | null | [] | package ciopper90.gojack;
import android.app.Activity;
import android.content.Context;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.CheckBox;
public class Generali extends Activity{
private SharedPrefere... | 1,766 | 0.689694 | 0.6812 | 61 | 26.950819 | 21.893503 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.901639 | false | false | 2 |
640c2361d9e50dba82f7b6b9b61baac82eb4f0c2 | 3,667,902,115,327 | 5e9acabe5e14d846d46342d4d9907a8ba2623013 | /src/main/java/com/ly/daoImpl/OrderItemDaoImpl.java | 726f6fd08c20cec8b0533ce4ed19fdfbb5455778 | [] | no_license | bys-levi-lu/luyang | https://github.com/bys-levi-lu/luyang | 11fc76ecb62460c711e2b204af5be161b64a1437 | 3d73479741383cd28de1615886dda920be39dca5 | refs/heads/master | 2016-09-06T14:23:21.700000 | 2015-04-11T08:47:22 | 2015-04-11T08:47:22 | 32,446,516 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Author:Administrator
* Create time:下午2:11:04
*/
package com.ly.daoImpl;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.List;
import org.springframework.stereotype.Repository;
import com.ly.dao.OrderItemDao;
import com.ly.framework.QueryPageInfo;
import com.ly.framewo... | UTF-8 | Java | 3,713 | java | OrderItemDaoImpl.java | Java | [
{
"context": "/**\r\n * Author:Administrator\r\n * Create time:下午2:11:04\r\n */\r\npackage com.ly.da",
"end": 28,
"score": 0.5823811292648315,
"start": 15,
"tag": "NAME",
"value": "Administrator"
},
{
"context": "rt com.ly.model.OrderItemModel;\r\n\r\n/**\r\n * @author Administrator\... | null | [] | /**
* Author:Administrator
* Create time:下午2:11:04
*/
package com.ly.daoImpl;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.List;
import org.springframework.stereotype.Repository;
import com.ly.dao.OrderItemDao;
import com.ly.framework.QueryPageInfo;
import com.ly.framewo... | 3,713 | 0.689404 | 0.687517 | 148 | 23.06081 | 26.459358 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.304054 | false | false | 2 |
252e9489fc5ac40804a27591318a0d777ecc730f | 3,667,902,114,192 | fc1eb85277d647d6b10de23c91116ec66e21e91f | /src/StraightInsertionSort.java | d5db5941fc9133fef10f197b96f7277d6bea11a2 | [] | no_license | ddpound/javaTestProject | https://github.com/ddpound/javaTestProject | 868e2796cc0f8d6cb65912510d90e97ca7720a50 | 295861aabc2411c5728f446f637fa5f072979183 | refs/heads/master | 2023-07-09T03:50:25.992000 | 2021-08-20T18:00:24 | 2021-08-20T18:00:24 | 397,541,572 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.ArrayList;
public class StraightInsertionSort {
public ArrayList<Integer> straightInsertionSort(ArrayList<Integer> arrayList){
int targetIndexNum = 0;
for(int i=0; i < arrayList.size();i++){
if(targetIndexNum==0){
targetIndexNum++;
}else ... | UTF-8 | Java | 1,113 | java | StraightInsertionSort.java | Java | [] | null | [] | import java.util.ArrayList;
public class StraightInsertionSort {
public ArrayList<Integer> straightInsertionSort(ArrayList<Integer> arrayList){
int targetIndexNum = 0;
for(int i=0; i < arrayList.size();i++){
if(targetIndexNum==0){
targetIndexNum++;
}else ... | 1,113 | 0.438728 | 0.434051 | 38 | 27.131578 | 22.829081 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.447368 | false | false | 2 |
57556f8cc0374019ac7c04f38c691f2282f00cc4 | 24,670,292,191,843 | 24f322ba857688709c787658306c50f0f3a19ad1 | /Eg_July_7AM/src/com/str/StrConcatTest.java | d9db88796d227a8c371ba7960100cf91564fbfdd | [] | no_license | Abby-Hub/Eg_July_2021_7am | https://github.com/Abby-Hub/Eg_July_2021_7am | 620041a71a504955b084fed58826db25beb8a28b | 64c270a1457e45a2589a919a9e8d27c0c9b82d88 | refs/heads/master | 2023-06-27T08:46:04.217000 | 2021-07-29T02:25:51 | 2021-07-29T02:25:51 | 386,154,647 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.str;
public class StrConcatTest {
public static void main(String[] args) {
String s1 = "Java";
System.out.println(s1); // Java
s1 = s1.concat("Developer");
System.out.println(s1);
}
}
| UTF-8 | Java | 210 | java | StrConcatTest.java | Java | [] | null | [] | package com.str;
public class StrConcatTest {
public static void main(String[] args) {
String s1 = "Java";
System.out.println(s1); // Java
s1 = s1.concat("Developer");
System.out.println(s1);
}
}
| 210 | 0.657143 | 0.633333 | 12 | 16.5 | 14.620192 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.25 | false | false | 2 |
894ec8cb11f00ed11980d12b10553404331cce1f | 26,113,401,182,021 | ba551837420ab34aecd7552ad5071be04965b866 | /src/main/java/cn/cnr/admin/base/util/PageSqlUtil.java | 3c98db192da35726da3d2a810a3b607763c0ac56 | [] | no_license | ycssh/cnrserver | https://github.com/ycssh/cnrserver | 7d5c9db73ff33a0aafb2283336aa17b75edb1a08 | 307dbb70f3ee2d8c8b9c9657753e180f8e68dcaa | refs/heads/master | 2021-01-02T23:08:42.166000 | 2017-08-08T02:27:06 | 2017-08-08T02:27:06 | 99,474,173 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.cnr.admin.base.util;
/**
* @author 作者姓名 yc E-mail: ycssh2@163.com
* @version 创建时间:2014-5-14 下午04:44:58 类说明
*/
public class PageSqlUtil {
public static String getPageSql(String sql, Pagination pagination) {
int page = pagination.getPage();
int rows = pagination.getRows();
if(page<=1){
page=1;
... | UTF-8 | Java | 627 | java | PageSqlUtil.java | Java | [
{
"context": "r.admin.base.util;\n\n/**\n * @author 作者姓名 yc E-mail: ycssh2@163.com\n * @version 创建时间:2014-5-14 下午04:44:58 类说明\n */\npub",
"end": 78,
"score": 0.9999240636825562,
"start": 64,
"tag": "EMAIL",
"value": "ycssh2@163.com"
}
] | null | [] | package cn.cnr.admin.base.util;
/**
* @author 作者姓名 yc E-mail: <EMAIL>
* @version 创建时间:2014-5-14 下午04:44:58 类说明
*/
public class PageSqlUtil {
public static String getPageSql(String sql, Pagination pagination) {
int page = pagination.getPage();
int rows = pagination.getRows();
if(page<=1){
page=1;
}
if(... | 620 | 0.634391 | 0.594324 | 23 | 25.043478 | 29.868521 | 129 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.521739 | false | false | 2 |
af77993f96891be2e2f42aec416c7945cd0e8a41 | 32,332,513,853,345 | 50e947ea04e2411743a68e848a8206dfe4722194 | /src/onid3/OnID3.java | fcf059d4759b357c0c3e8409c4f32ba5664fd9c6 | [] | no_license | azon04/ID3_ML | https://github.com/azon04/ID3_ML | 6b4ee3fc8bd6801c9887e70680f0a9b834e81d1e | dd0432c9acea306bbd76170bbc6dccc4f36db0b2 | refs/heads/master | 2020-05-29T23:16:03.429000 | 2015-01-16T04:37:03 | 2015-01-16T04:37:03 | 12,674,342 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package onid3;
import com.on.Alg.ANN.Sig;
import com.on.Alg.ANN.Sign;
import com.on.Alg.ANN.Step;
import com.on.Alg.ANNClassifier;
import com.on.Alg.ANNMultiLayer;
import com.on.Alg.ID3;
import com.on.clustering.Bisecti... | UTF-8 | Java | 9,967 | java | OnID3.java | Java | [
{
"context": "on;\nimport java.io.IOException;\n\n/**\n *\n * @author Nurul Fithria\n */\npublic class OnID3 {\n\n /**\n * @param a",
"end": 428,
"score": 0.999887228012085,
"start": 415,
"tag": "NAME",
"value": "Nurul Fithria"
}
] | null | [] | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package onid3;
import com.on.Alg.ANN.Sig;
import com.on.Alg.ANN.Sign;
import com.on.Alg.ANN.Step;
import com.on.Alg.ANNClassifier;
import com.on.Alg.ANNMultiLayer;
import com.on.Alg.ID3;
import com.on.clustering.Bisecti... | 9,960 | 0.603993 | 0.580415 | 231 | 42.147186 | 27.703049 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.991342 | false | false | 2 |
802662369757ea165a337ff5a7f024962bc92791 | 27,161,373,211,148 | 07e30d739e3f82e57cff0b88c60d2de93f0223cf | /src/1816. Truncate Sentence/Solution.java | ac5961df264ba35895985275595b56a6d4de6054 | [
"MIT"
] | permissive | hypocrite30/LeetCode | https://github.com/hypocrite30/LeetCode | 25c78c39e792a75b9e8ebc510ff2ade94e85c436 | b46daa9815a22511e85b184eff01bdd8efdf3777 | refs/heads/master | 2023-08-14T21:42:05.853000 | 2022-03-04T04:06:34 | 2022-03-04T04:06:34 | 349,713,924 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /* 1816. Truncate Sentence */
public class Solution {
public String truncateSentence(String s, int k) {
int n = s.length(), idx = 0;
while (idx < n) {
if (s.charAt(idx) == ' ' && --k == 0) break;
idx++;
}
return s.substring(0, idx);
}
} | UTF-8 | Java | 301 | java | Solution.java | Java | [] | null | [] | /* 1816. Truncate Sentence */
public class Solution {
public String truncateSentence(String s, int k) {
int n = s.length(), idx = 0;
while (idx < n) {
if (s.charAt(idx) == ' ' && --k == 0) break;
idx++;
}
return s.substring(0, idx);
}
} | 301 | 0.478405 | 0.45515 | 12 | 24.166666 | 17.989965 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.583333 | false | false | 2 |
f4f025f799904ff93769fb037cf3c0ce3cc3013f | 28,011,776,748,161 | 1d27d0b48b2e2dac86a18cab54e129786445c3ab | /src/test/java/org/m3/js/App.java | 0173885cca5a0fda7b8dde08340052469c4db634 | [] | no_license | jamiesweeney/order-manager | https://github.com/jamiesweeney/order-manager | 834eac2ba30cae5cee7853c86cbda3ecca77905a | ce021adf0d044dc3fb09dca4fd37b98dcd463b48 | refs/heads/master | 2020-03-23T19:35:41.613000 | 2018-12-12T20:18:49 | 2018-12-12T20:18:49 | 141,989,778 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.m3.js;
import org.m3.js.OrderManager.BasicOrderManager;
/**
* Hello world!
*
*/
public class App
{
public static void main( String[] args ) {
// Start trader thread
RandomTrader randomTrader = new RandomTrader("localhost", 9093);
Thread traderThread = new Thread(randomTrade... | UTF-8 | Java | 618 | java | App.java | Java | [] | null | [] | package org.m3.js;
import org.m3.js.OrderManager.BasicOrderManager;
/**
* Hello world!
*
*/
public class App
{
public static void main( String[] args ) {
// Start trader thread
RandomTrader randomTrader = new RandomTrader("localhost", 9093);
Thread traderThread = new Thread(randomTrade... | 618 | 0.634304 | 0.605178 | 25 | 23.719999 | 26.925854 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.56 | false | false | 2 |
42d1b43df394df550e8cc44f66d7ae67019ff5ac | 18,743,237,342,855 | 6f0b52a31fc75c1a89d8c205f741818632e97ced | /src/perpustakaan/controllers/AnggotaController.java | 7e220044492d8772b7e655f20372c007ac90ef9c | [] | no_license | sweetMethod/Program-Perpustakaan | https://github.com/sweetMethod/Program-Perpustakaan | 7fd8d2e19382966a18381efbf536b8e3a55c44e8 | cc6f9e2483cd1e1c9bdea6756cd70fb7f426d752 | refs/heads/master | 2020-05-09T12:09:07.996000 | 2019-04-13T01:11:31 | 2019-04-13T01:11:31 | 181,103,425 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package perpustakaan.controllers;
import com.itextpdf.text.Document;
import com.itextpdf.text.DocumentException;
import com.itextpdf.text.pdf.PdfWriter;
import perpustakaan.models.Anggota;
import static perpustakaan.models.Anggota.getAnggotaList;
import com.jfoenix.controls.JFXButton;
import com.jfoenix.controls.JFXTe... | UTF-8 | Java | 9,453 | java | AnggotaController.java | Java | [] | null | [] | package perpustakaan.controllers;
import com.itextpdf.text.Document;
import com.itextpdf.text.DocumentException;
import com.itextpdf.text.pdf.PdfWriter;
import perpustakaan.models.Anggota;
import static perpustakaan.models.Anggota.getAnggotaList;
import com.jfoenix.controls.JFXButton;
import com.jfoenix.controls.JFXTe... | 9,453 | 0.625516 | 0.623188 | 280 | 32.764286 | 25.097839 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.603571 | false | false | 2 |
af319720297561574cca6b60cd3d30fd0825c389 | 6,940,667,210,142 | 37735dd2cf203a9bb78d44fd06dfb26612cd586c | /nov_15_2019/Demo1.java | 6ed3c0b9496b3a67df178c2cfff12c4a6059bb6a | [] | no_license | vikrant911998/JavaBatchNew | https://github.com/vikrant911998/JavaBatchNew | b90860e509223345b1a56f8572c5aa940292cfb4 | 4967989fda5fa46f7d6e033e7641c618f8d26464 | refs/heads/master | 2020-08-05T17:21:52.567000 | 2019-11-21T08:21:03 | 2019-11-21T08:21:03 | 212,631,712 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package nov_15_2019;
public class Demo1 {
public static void main(String[] args) {
int a = 10;
int b = 10;
String c = new String("Vikrant");
String d = new String("Vikrant");
System.out.println(c);
System.out.println(d);
// if(c == d)
// if(c.equals("Vikrant"))
// if(c.equals(d))
// Syste... | UTF-8 | Java | 400 | java | Demo1.java | Java | [
{
"context": "a = 10;\n\t\tint b = 10;\n\t\t\n\t\tString c = new String(\"Vikrant\");\n\t\tString d = new String(\"Vikrant\");\n\t\t\n\t\tSyste",
"end": 151,
"score": 0.999058723449707,
"start": 144,
"tag": "NAME",
"value": "Vikrant"
},
{
"context": "= new String(\"Vikrant\");\n\t\tS... | null | [] | package nov_15_2019;
public class Demo1 {
public static void main(String[] args) {
int a = 10;
int b = 10;
String c = new String("Vikrant");
String d = new String("Vikrant");
System.out.println(c);
System.out.println(d);
// if(c == d)
// if(c.equals("Vikrant"))
// if(c.equals(d))
// Syste... | 400 | 0.5775 | 0.55 | 26 | 14.384615 | 13.508052 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.730769 | false | false | 2 |
7b611471726473dfe6feb66690154655b2ab1083 | 22,617,297,844,390 | f4214101b239236d6c33fc26d82a5534956d4f49 | /src/main/java/cl/adopciones/config/JpaConfig.java | fb5663286c5df6b700870a019ee24115a6989646 | [] | no_license | jorjazo/adopciones | https://github.com/jorjazo/adopciones | f652e26dfb967b7195b2d1f65cc8b6f3511b0df8 | 76c7ae67a5eb51d1854171b9de12cea3d7164f0f | refs/heads/master | 2021-08-31T00:05:08.237000 | 2017-12-19T22:37:43 | 2017-12-19T22:37:43 | 111,582,492 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cl.adopciones.config;
import org.springframework.boot.autoconfigure.domain.EntityScan;
import org.springframework.context.annotation.Configuration;
import org.springframework.data.jpa.repository.config.EnableJpaRepositories;
@Configuration
@EnableJpaRepositories(basePackages = { "io.rebelsouls.repositories", ... | UTF-8 | Java | 441 | java | JpaConfig.java | Java | [] | null | [] | package cl.adopciones.config;
import org.springframework.boot.autoconfigure.domain.EntityScan;
import org.springframework.context.annotation.Configuration;
import org.springframework.data.jpa.repository.config.EnableJpaRepositories;
@Configuration
@EnableJpaRepositories(basePackages = { "io.rebelsouls.repositories", ... | 441 | 0.816327 | 0.816327 | 12 | 35.75 | 32.688236 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 2 |
0595385c79cc39c06efbf72e901887a410f5f15c | 29,515,015,319,402 | 1496b8a8894a5e26df83af85ae849bcb495706fd | /src/main/java/com/genetech/service/impl/VoteRecordServiceImpl.java | 178dec911c4ffceeea86970f908e391b4ce243ec | [] | no_license | brucewsy1943/gene_tech_front | https://github.com/brucewsy1943/gene_tech_front | f75cb05cb9b4f1572e5ede61ec04b5f2c84a7e31 | eb39fa761f6a16b10cd066b4ebb0c0bbbe9f3305 | refs/heads/master | 2022-07-29T05:59:38.404000 | 2020-12-15T07:53:04 | 2020-12-15T07:53:04 | 252,746,881 | 0 | 0 | null | false | 2022-06-17T03:05:35 | 2020-04-03T13:52:45 | 2020-12-15T07:54:00 | 2022-06-17T03:05:33 | 28,017 | 0 | 0 | 3 | Java | false | false | package com.genetech.service.impl;
import com.genetech.bean.VoteRecord;
import com.genetech.dao.VoteRecordMapper;
import com.genetech.service.VoteRecordService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
@Service("voteRecordService")
public class Vote... | UTF-8 | Java | 976 | java | VoteRecordServiceImpl.java | Java | [] | null | [] | package com.genetech.service.impl;
import com.genetech.bean.VoteRecord;
import com.genetech.dao.VoteRecordMapper;
import com.genetech.service.VoteRecordService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
@Service("voteRecordService")
public class Vote... | 976 | 0.686071 | 0.685031 | 38 | 24.31579 | 20.913488 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.315789 | false | false | 2 |
69390fbebedea2b3eb57917e31e8b2a16b6bd9fe | 9,637,906,614,916 | c8bb96453ed5356c1fbaede3e73f8b6b377f39a9 | /app/src/main/java/com/mtvindia/connect/ui/fragment/PrimaryQuestionFragment.java | 57b8301510eede62838057fcc94607101e55ff48 | [
"MIT"
] | permissive | iamdeowanshi/ChatApplication | https://github.com/iamdeowanshi/ChatApplication | a6cffaf2121e11adc70354aeff7037f0fae06c0c | 927cf7994b5af1dfbe2dd21bc03ea52136a7ad22 | refs/heads/master | 2021-07-06T21:45:32.142000 | 2017-09-28T00:11:33 | 2017-09-28T00:11:33 | 104,963,379 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mtvindia.connect.ui.fragment;
import android.os.Build;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.support.v7.widget.LinearLayoutManager;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGr... | UTF-8 | Java | 6,985 | java | PrimaryQuestionFragment.java | Java | [
{
"context": "OnClick;\nimport timber.log.Timber;\n\n/**\n * @author Aaditya Deowanshi\n *\n * Primary question screen, which disp",
"end": 1481,
"score": 0.9998563528060913,
"start": 1464,
"tag": "NAME",
"value": "Aaditya Deowanshi"
}
] | null | [] | package com.mtvindia.connect.ui.fragment;
import android.os.Build;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.support.v7.widget.LinearLayoutManager;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGr... | 6,974 | 0.723694 | 0.719399 | 207 | 32.743961 | 26.660093 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.57971 | false | false | 2 |
df8e42c5a5566ebd45716140a9fd8171421aded1 | 36,627,481,129,460 | 05c9a8f61e1b351bf2f1d683836a9c0ce43ace4c | /src/main/java/com/lintcode/NullObject/Site.java | e4e7fa6adac54dd3b38024a0b7c0d3f54a5290e3 | [] | no_license | fanboqia/JavaAlgorithmCode | https://github.com/fanboqia/JavaAlgorithmCode | 41ea0464b8b95da11f9c20e3e449583aa0575192 | 23bd7ad8cf39da66930152fcf2a15cffa59214f3 | refs/heads/master | 2021-07-10T11:51:47.357000 | 2020-08-23T02:57:44 | 2020-08-23T02:57:44 | 200,864,866 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lintcode.NullObject;
public class Site {
private Customer _customer;
public Customer get_customer() {
return _customer;
}
public void set_customer(Customer _customer) {
this._customer = _customer;
}
public Customer getCustomer(){
return _customer == null ... | UTF-8 | Java | 609 | java | Site.java | Java | [
{
"context": "tName());\n site.set_customer(new Customer(\"frank\"));\n System.out.println(site.getCustomer()",
"end": 538,
"score": 0.9853780269622803,
"start": 533,
"tag": "NAME",
"value": "frank"
}
] | null | [] | package com.lintcode.NullObject;
public class Site {
private Customer _customer;
public Customer get_customer() {
return _customer;
}
public void set_customer(Customer _customer) {
this._customer = _customer;
}
public Customer getCustomer(){
return _customer == null ... | 609 | 0.623974 | 0.623974 | 25 | 23.360001 | 21.365168 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.36 | false | false | 2 |
a2016efefdf0f6c2c39bcf7a8c18a8e43ac11f58 | 34,815,004,938,579 | 70f0f15f2cff9a84cdaebf913e8b0bc6e60b1d01 | /src/main/java/com/wry/service/BerkeleyDBService.java | 092545b4e210bcae6bb65fd4a224d34567bd03a5 | [] | no_license | wenrongyao/video-crawler | https://github.com/wenrongyao/video-crawler | 54b15a6347b5b8317a90c3c488fc760dfa42549a | 58e796d0ca4b2a7c799aa19918d4b20c92b2458a | refs/heads/master | 2020-03-11T09:32:47.417000 | 2018-04-27T10:59:57 | 2018-04-27T10:59:57 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.wry.service;
import java.util.List;
import java.util.Map;
import com.wry.constant.R;
import com.wry.dao.BerkeleyDBDao;
public class BerkeleyDBService {
private BerkeleyDBDao dbUtil;
public BerkeleyDBService(String dbName) {
dbUtil = new BerkeleyDBDao(R.CURRENTURL + R.BERKELEYDB_LOCATION, dbName);
}... | GB18030 | Java | 1,085 | java | BerkeleyDBService.java | Java | [] | null | [] | package com.wry.service;
import java.util.List;
import java.util.Map;
import com.wry.constant.R;
import com.wry.dao.BerkeleyDBDao;
public class BerkeleyDBService {
private BerkeleyDBDao dbUtil;
public BerkeleyDBService(String dbName) {
dbUtil = new BerkeleyDBDao(R.CURRENTURL + R.BERKELEYDB_LOCATION, dbName);
}... | 1,085 | 0.626836 | 0.626836 | 71 | 13.380281 | 15.423931 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.112676 | false | false | 2 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.